/*********************/
/** Components Here **/
/*********************/
/* @import url("../styles/variables.css"); */

html,
body {
  scroll-behavior: auto;
  scroll-behavior: smooth;
}

.mt-75 {
  margin-top: 75px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-35 {
  margin-bottom: 35px;
}
.centered {
  text-align: center !important;
}
.green-soft {
  background-color: rgba(1, 118, 102, 0.08);
}
.orange-soft {
  background-color: rgb(255, 246, 235);
}
.lime-soft {
  background-color: #fdffee;
}
.fullwidth {
  width: 100%;
}
.boxed-title {
  border: 1px solid #ffffff;
  line-height: 1.85;
  padding: 0 25px;
  margin-bottom: 20px !important;
}
.boxed-title:after {
  content: none !important;
}
.soft_green .boxed-title {
  border: 1px solid rgba(1, 118, 102, 1);
}

button.download-orange {
  background: #ffffff;
  border: 2px solid #6a6a6a;
  line-height: 3;
  padding: 0 15px;
  border-radius: 30px;
}
button.download-orange {
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 800;
}
button.download-orange a,
button.download-orange a {
  display: block;
  color: #6a6a6a;
  line-height: 1.25;
  padding-top: 15px;
  padding-bottom: 15px;
}
button.download-orange a:hover,
button.download-orange a:focus {
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}

button.download-orange.short {
  margin: 0 auto;
}

button.button_link {
  display: block;
  background-color: #c9da4e;
  border: 2px solid #c9da4e;
  padding: 15px 15px;
  border-radius: 0;
}
button.button_link a {
  color: rgba(1, 118, 102, 1);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}

a.button_link {
  display: block;
  background-color: #f0efad;
  border: 2px solid #f0efad;
  padding: 15px 15px;
  border-radius: 0;
  color: rgba(1, 118, 102, 1)!important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}

.shadowed {
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
}
.align_self_middle {
  align-self: center;
}

/**backTotop**/
button#back_to_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 10;
  border: none;
  outline: none;
  background: rgba(1, 118, 102, 1);
  border: 2px solid #ffffff;
  color: white;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 900;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 2px;
}

button#back_to_top:hover,
button#back_to_top:focus {
  background: #ffffff;
  border-color: rgba(1, 118, 102, 1);
  color: rgba(1, 118, 102, 1);
}
@media (max-width: 991px) {
  button#back_to_top {
    width: 100%;
    bottom: 0;
    right: 0;
    border: 0;
    line-height: 2;
    border-top: 4px solid;
  }
}

/**breadcrumbs**/
.breadcrumb {
  margin: 0 auto;
  padding: 15px 20px;
  width: 90%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: none;
  color: #6a6a6a;
}
.breadcrumb a {
  color: rgba(1, 118, 102, 1);
  text-decoration:underline;
}
.c-accordion__content a, .news-post-wrapper p a{
	font-weight:bold;
}
.cog-17{
	--color: #585858!important;
}
.cog-17 .cog-content > p, .cog-17 .el-radio-label, .cog-17 .cog-helptext > p, .cog-17 .cog-helptext > p > em{
	color:#585858!important;
}
@media (min-width: 1420px) {
  .breadcrumb {
    margin: 0 auto;
    max-width: 1400px;
    padding: 15px 20px;
    width: 100%;
  }
}
@media (min-width: 991px) {
  .breadcrumb {
    display: block;
  }
}

/**accordion**/
@media (max-width: 736px) {
  .wp-block-pb-accordion-item.c-accordion__item {
    max-width: 70%;
    margin-left: 5%;
  }
}
.c-accordion__title:after {
  color: rgba(1, 118, 102, 1);
  font-size: 30px;
  font-weight: 600;
}
.is-open .c-accordion__title:after {
  content: "x";
  color: #4a9f94;
  font-size: 22px;
  margin-right: 2px;
}
.js-accordion-item {
  border: 2px solid #c9da4e;
  padding: 30px;
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.wp-block-column .js-accordion-item {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (max-width: 599px) {
  .wp-block-column .js-accordion-item {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.wp-block-column .js-accordion-item ul > li::marker {
  content: none;
}
.wp-block-column .js-accordion-item ul > li {
  margin-left: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}

.js-accordion-item h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.js-accordion-item h2 sup {
  font-size: 14px;
}

.c-accordion__content {
  padding: 20px;
}

/**table**/
.c-accordion__content figure.wp-block-table {
  margin: 0;
}
.c-accordion__content .wp-block-table table {
  padding: 20px;
  border-spacing: 0;
}
.c-accordion__content .wp-block-table table thead {
  background-color: rgba(1, 118, 102, 1);
  color: white;
}
.c-accordion__content .wp-block-table table thead tr {
  height: 80px;
}
@media (max-width: 991px) {
  .c-accordion__content .wp-block-table table thead tr {
    height: 100px;
  }
}
.c-accordion__content .wp-block-table table thead tr th {
  text-align: left;
  padding-left: 20px;
}
.c-accordion__content .wp-block-table table tbody tr {
  height: 80px;
}
@media (max-width: 991px) {
  .c-accordion__content .wp-block-table table tbody tr {
    height: 200px;
  }
}

.c-accordion__content .wp-block-table table tbody tr:nth-child(even) {
  background-color: rgba(1, 118, 102, 0.08);
}
.c-accordion__content .wp-block-table table tbody tr td {
  color: #6a6a6a;
  font-size: 14px;
  padding: 0 20px;
}

.c-accordion__content .wp-block-column ul {
  padding: 20px;
  border-left: 1px solid #c9da4e;
}
.c-accordion__content .wp-block-columns .wp-block-column:first-of-type ul {
  border-left: none;
}
@media (max-width: 991px) {
  .c-accordion__content .wp-block-column ul {
    border-left: none;
  }
}

.c-accordion__content .wp-block-column:not(:first-child) {
  margin-left: 0;
}
.c-accordion__content .wp-block-column ul li {
  margin-left: 0;
  list-style: none;
  line-height: 2;
  font-size: 13px;
}

/**start**/
.startHereContainer {
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -moz-flow: column nowrap;
  -ms-flow: column nowrap;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 200px;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 85px 0;
  height: auto;
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .startHereContainer {
    margin: -12% auto 80px;
    padding: 25px 0;
  }
  .w80 {
    width: 100%;
    max-width: 991px;
  }
  .w100 {
    width: 100%;
    max-width: 1199px;
  }
  .w1500{
	width: 100%;
	max-width: 1500px;
  }
  .w70 {
    width: 100%;
    max-width: 768px;
  }
  .w40 {
    width: 100%;
    max-width: 625px;
  }
  .mh300 {
    min-height: 300px;
  }
  .mh200 {
    margin-top: -9%;
    min-height: 200px;
  }
}

body:not(.home) .startHereContainer {
  margin-bottom: 100px;
}

.startHereContainer ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -moz-flow: column nowrap;
  -ms-flow: column nowrap;
  margin: 0;
  width: 100%;
  align-items: center;
}
.startHereContainer ul li {
  margin: 20px 0;
}

@media (min-width: 992px) {
  .startHereContainer ul {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -moz-flow: row wrap;
    -ms-flow: row wrap;
    align-items: baseline;
    padding: 0;
  }
  .startHereContainer ul li {
    margin: unset;
    text-align: center;
    padding: 20px 10px;
    min-width: 215px;
  }
}

.startHereContainer ul li a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -moz-flow: column nowrap;
  -ms-flow: column nowrap;
  align-items: center;
  color: #6a6a6a;
  font-size: 17px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.5;
}
.startHereContainer ul li a img {
  margin-bottom: 15px;
}

.startHereContainer ul li a:hover,
.startHereContainer ul li a:focus {
  text-decoration: underline;
}

.startHereContainer svg {
  padding-bottom: 10px;
}

.startHereContainer h1 {
  font-family: "Montserrat", sans-serif;
  color: #017666;
  font-size: 36px;
  font-weight: 800;
}

.startHereContainer h1:after {
  content: "";
  width: 55px;
  background: #ffa22b;
  height: 4px;
  display: block;
  margin: 10px auto 30px;
}

.startHereContainerBoxes {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  justify-content: center;
  align-items: center;
}

/********************/
/** the Hero Inner **/
/********************/

.theHeroInner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
}
@media (min-width: 992px) {
  .theHeroInner {
    flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    -moz-flow: column nowrap;
    -ms-flow: column nowrap;
  }
}

.theHeroInner .post-thumbnail {
  position: relative;
  overflow: hidden;
}
.theHeroInner .post-thumbnail, .theHeroInner .post-thumbnail img {
  min-height: 255px;
}

.theHeroInner .post-thumbnail:after {
  display: block;
  content: none;
  width: 120%;
  position: absolute;
  bottom: -30px;
  left: -10%;
  height: 50px;
  border-radius: 55% 55% 0px 0;
  background: #fdfdfd;
}
@media (min-width: 992px) {
  .theHeroInner .post-thumbnail, .theHeroInner .post-thumbnail img {
    min-height: auto;
    max-height: 555px;
  }

  .theHeroInner .post-thumbnail:after {
    content: "";
    height: 100px;
    bottom: -70px;
  }
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 .theHeroInner .post-thumbnail img {
	height: 100%;
	max-height: 100%;
  }
}

/******************/
/** CTA Boxes *****/
/*******************/
.middleSection {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -moz-flow: column nowrap;
  -ms-flow: column nowrap;
  justify-content: space-around;
  width: 100%;
  margin: 100px auto;
}
@media (max-width: 991px) {
  .middleSection {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.middleSection.reversed .ctas-inside {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 991px) {
  .middleSection {
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    -moz-flow: row nowrap;
    -ms-flow: row nowrap;
    width: auto;
    max-width: 90%;
  }
  .middleSection.reversed {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
  .middleSection.reversed .ctas-inside {
    margin-left: 35px;
  }
}

@media (min-width: 1420px) {
  .middleSection {
    max-width: 1399px;
    /**align-items: center;**/
  }
}

.middleSection.boxonly {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -moz-flow: column nowrap;
  -ms-flow: column nowrap;
}
@media (min-width: 768px) {
  .middleSection.boxonly {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -moz-flow: row wrap;
    -ms-flow: row wrap;
    justify-content: space-between;
  }
}

.ctas {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 0 40%;
  -ms-flex: 1 0 40%;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -moz-flow: column nowrap;
  -ms-flow: column nowrap;
}
@media (min-width: 992px) {
  .ctas {
    margin-right: calc(3% + 10px);
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    -moz-flow: row nowrap;
    -ms-flow: row nowrap;
  }
}
@media (max-width: 991px) {
  .ctas {
    padding-right: 0;
    padding-left: 0;
  }
}

.ctas > div {
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  background-color: rgba(1, 118, 102, 1);
  min-height: 50vh;
}
@media (min-width: 768px) {
  .ctas > div {
    min-height: 157px;
    margin-top: auto;
    margin-bottom: auto;
  }
}

.ctas h1,
.ctas h2,
.ctas h3 {
  /* color: #C9DA4E; */
  color: #c9da4e;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 36px;
}
@media (max-width: 599px) {
  .ctas h1,
  .ctas h2,
  .ctas h3 {
    font-size: 26px;
  }
}

.ctas p,
.ctas div {
  color: #ffffff;
  /**word-break: break-word;
  word-wrap: break-word;**/
}

.ctas > div > div {
  width: 100%;
}

.ctas > div > *:first-child {
  align-self: center;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .ctas > div > *:first-child {
    align-self: flex-start;
  }
}

.ctas > div:nth-child(odd) {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -moz-flow: column nowrap;
  -ms-flow: column nowrap;
  align-items: flex-start;
  border-left: 0;
  border-bottom: 10px solid #c9da4e;
  padding: 55px;
  width: auto;
}

.ctas > div:nth-child(even) {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -moz-flow: row nowrap;
  -ms-flow: row nowrap;
  align-items: center;
  border-left: 0;
  padding: 25px;
  width: auto;
}
@media (min-width: 992px) {
  .ctas > div:nth-child(odd) {
    border-left: 10px solid #c9da4e;
    border-bottom: 0;
    width: 90%;
    /* margin-bottom: 30px; */
  }
  .ctas > div:nth-child(even) {
    border-left: 8px solid #c9da4e;
  }
}

.middleSection .featured_image {
  flex: 1 1 57%;
  -ms-flex: 1 1 57%;
  margin-left: 3%;
  width: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.middleSection.image-text-2col-inv .featured_image {
  margin-left: 0;
  margin-right: 3%;
}
@media (max-width: 991px) {
  .middleSection .featured_image {
    margin-left: 0;
  }
  .middleSection.image-text-2col-inv .featured_image {
    margin-right: 0;
  }
}

.middleSection .featured_image img {
  width: 100%;
  /* max-height: 460px; */
  object-fit: cover;
}

/******************/
/** SlickSlide ****/
/*******************/

.slick-slide img {
  height: auto;
  width: 100%;
}

.slick-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 500px;
  -ms-flex-direction: column;
}
.slick_container {
  margin: 90px auto;
  max-width: 850px;
  width: 850px;
}
@media (max-width: 768px) {
  .slick_container {
    margin: 40px auto 70px;
  }
}
@media (max-width: 991px) {
  .slick_container {
    width: 100%;
  }
}

.wp-block-getwid-post-carousel .slick-track {
  align-items: center;
}

.wp-block-getwid-post-carousel__slide.slick-slide:focus {
  outline: unset;
}
.wp-block-getwid-post-carousel__slide.slick-slide {
  border: 2px solid #c9da4e;
  padding: 30px 75px;
  margin: 35px 55px !important;
}
@media (max-width: 560px) {
  .wp-block-getwid-post-carousel__slide.slick-slide {
    padding: 15px;
    margin: 35px 15px !important;
  }
}

.wp-block-getwid-post-carousel.has-slides-gap-normal .slick-list,
.wp-block-getwid-images-slider.has-slides-gap-normal .slick-list {
  /* margin: 0 10%!important; */
  max-width: calc(1440px + 47px);
  width: calc(1440px + 47px);
  margin: 0 auto !important;
}
.wp-block-getwid-template-post-title {
  font-size: 28px;
}
@media (max-width: 560px) {
  .wp-block-getwid-template-post-title {
    font-size: 17px;
  }
}
.wp-block-getwid-post-carousel__slide.slick-slide p {
  color: #6a6a6a;
}
.wp-block-getwid-post-carousel__slide.slick-slide li {
  margin-left: 1em;
  color: #6a6a6a;
}
.wp-block-getwid-post-carousel__slide.slick-slide li:before {
  content: "\2022";
  color: #6a6a6a;
  font-weight: normal;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

body.home figure.wp-block-image.size-large {
  margin: 0;
}
body.home .wp-block-getwid-template-post-content.is-content {
  margin-bottom: 0;
}
@media (min-width: 782px) {
  body.home
    .wp-block-getwid-template-post-content.is-content
    > .wp-block-columns {
    align-items: center;
    margin-bottom: 0;
  }
}

body.home .wp-block-image figcaption {
  color: #6a6a6a;
  text-align: center;
  font-size: 12px;
  padding-top: 4px;
  border-top: 0.5px solid #c9da4e;
}

/* figure.wp-block-video {
    max-width: 80%;
    margin: 25px auto;
} */

/** Middle Inner Pages
**************************/

.ctas-inside {
  flex: 1 0 auto;
  -ms-flex: 1;
}
@media (min-width: 992px) {
  .ctas-inside {
    margin-right: 35px;
  }
}

.boxonly .ctas-inside {
  flex: 1 0 auto;
  -ms-flex: 1;
}
@media (min-width: 768px) {
  .boxonly .ctas-inside {
    flex: 1 0 48%;
    -ms-flex: 1 0 48%;
    margin-right: 0;
  }
  .boxonly .ctas-inside:nth-child(even) {
    margin-left: 3%;
  }
}

.boxonly .ctas-inside > div {
  min-height: 50vh;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .boxonly .ctas-inside > div {
    min-height: 380px;
  }
}

.ctas a,
.boxonly .ctas-inside a {
  color: #ffffff;
  font-weight: 800;
}
.ctas-inside > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 50vh;
  justify-content: center;
  background-color: rgba(1, 118, 102, 1);
  border-left: 0;
  border-bottom: 8px solid #c9da4e;
  padding: 45px;
}
@media (min-width: 768px) {
  .ctas-inside > div {
    min-height: auto;
    border-left: 8px solid #c9da4e;
    border-bottom: 0;
  }
}

.boxonly .ctas-inside:nth-child(odd) > div {
  border-left-color: #ffa22b;
}

.ctas-inside h1,
.ctas-inside h2,
.ctas-inside h3 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  color: #ffffff;
}
.ctas-inside h2 {
  font-size: 26px;
  font-weight: 800;
}
.ctas-inside h3 {
  font-size: 36px;
  font-weight: 900;
  font-size: 36px;
}
.ctas-inside p,
.ctas-inside div {
  color: #ffffff;
}

.ctas-inside .item1 h2:after,
.ctas-inside .item1 h3:after,
.ctas-inside .inside h2:after,
.ctas-inside .inside h3:after {
  content: "" / "Psuedo Element for after the Headline";
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 3px;
  width: 45px;
  background-color: #ffa22b;
  margin: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ctas-inside .item1 a,
.ctas-inside .inside a {
  color: #e1f45f;
  font-weight: 700;
  text-decoration: underline;
}

.ctas-inside ol li {
  margin-left: 20px;
  list-style: disc;
}

.item1.afterline h2:after {
  content: "" / "Psuedo Element for after the Headline";
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 3px;
  width: 45px;
  background-color: #ffa22b;
  margin: inherit;
  margin-top: 20px;
  margin-bottom: 20px;
}

/** Middle Lower Content
**************************/
.lower_verbiage .inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -moz-flow: column nowrap;
  -ms-flow: column nowrap;
  width: 100%;
  margin: 20px auto 70px;
}
.lower_verbiage .inner > * {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .lower_verbiage .inner {
    margin: 70px auto;
    width: 1399px;
  }
}
@media (min-width: 991px) {
  .lower_verbiage .inner {
    width: 991px;
    margin-left: auto;
    margin-right: auto;
  }
  .lower_verbiage .inner > * {
    text-align: center;
    padding-left: auto;
    padding-right: auto;
  }
}

.lower_verbiage .inner h2 {
  margin: 0 auto;
  font-size: 26px;
  font-weight: 800;
}
.lower_verbiage .inner h2:after {
  content: "";
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 3px;
  width: 55px;
  background-color: #ffa22b;
  margin: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
}

/** Why Choose CalViva Health
*******************************/
.why-choose-cvh {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  counter-reset: cvh_increments;
  background-color: transparent;
  min-height: auto;
  margin: 30px 0;
  padding: 0;
}

@media (min-width: 992px) {
  .why-choose-cvh {
    margin: -35px 0 70px;
    padding: 45px 0;
  }
}

.why-choose-cvh .inner {
  align-self: center;
  margin: 20px auto;
}
@media (min-width: 992px) {
  .why-choose-cvh .inner {
    width: 1199px;
  }
}
.why-choose-cvh .inner ol {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flow: row wrap;
  -ms-flow: row wrap;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .why-choose-cvh .inner ol li {
    padding: auto;
  }
}

.why-choose-cvh .inner ol li {
  flex: 100%;
  -ms-flex: 100%;
  text-align: center;
  color: #6a6a6a;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  padding: 2%;
}
@media (min-width: 992px) {
  .why-choose-cvh .inner ol li {
    flex: 16%;
    -ms-flex: 16%;
  }
}

.why-choose-cvh .inner li:before {
  counter-increment: cvh_increments;
  content: counter(cvh_increments);
  border-radius: 15px;
  background-color: #c9da4e;
  color: rgba(1, 118, 102, 1);
  font-size: 25px;
  font-weight: 800;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 20px auto;
  width: 47px;
  height: 47px;
  border-radius: 50px;
  text-align: center;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  align-self: inherit;
  line-height: 1.9;
  font-family: "Montserrat", sans-serif;
}

.why_choose_cvh_intro {
  margin: 60px auto 30px;
}
.why_choose_cvh_intro h3 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  margin: 0 auto;
  font-weight: 800;
}
.why_choose_cvh_intro h3:after {
  content: "";
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 3px;
  width: 55px;
  background-color: #ffa22b;
  margin: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
}

.why_choose_cvh_intro p {
  color: #6a6a6a;
  font-family: "Open Sans", sans-serif;
}

/***********************/
/** Program Benefits ***/
/***********************/
.program-benefits .inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -moz-flow: column nowrap;
  -ms-flow: column nowrap;
  width: 100%;
  margin: 20px auto 70px;
}
.program-benefits .inner > * {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  section.program-benefits .inner {
    margin: 70px auto;
    width: 1399px;
  }
}
@media (min-width: 991px) {
  section.program-benefits .inner {
    width: 991px;
    margin-left: auto;
    margin-right: auto;
  }
  section.program-benefits .inner > * {
    text-align: center;
    padding-left: auto;
    padding-right: auto;
  }
}

.program-benefits .inner h2 {
  margin: 0 auto 35px;
  font-size: 26px;
  font-weight: 800;
}
.program-benefits .inner h2:after {
  content: "";
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 3px;
  width: 55px;
  background-color: #ffa22b;
  margin: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
}
.program-benefits .inner ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
  -moz-flow: column wrap;
  -ms-flow: column wrap;
  justify-content: space-between;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media (min-width: 992px) {
  section.program-benefits .inner ul {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -moz-flow: row wrap;
    -ms-flow: row wrap;
    margin-bottom: 25px;
  }
}
.program-benefits .inner ul li {
  list-style: disc;
  width: 100%;
  color: #6a6a6a;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  transform: translateX(20px);
}
@media (min-width: 992px) {
  section.program-benefits .inner ul li {
    width: 26%;
  }
}
.program-benefits .inner p:last-of-type {
  font-size: 12px;
}

/*********************/
/** Find a Provider **/
/*********************/
.plain-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flow: row wrap;
  -ms-flow: row wrap;
}
.plain-center h3 {
  margin: 0 auto 35px;
  font-size: 36px;
  font-weight: 800;
  text-align: center;
}
.plain-center h3:after {
  content: "";
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 3px;
  width: 55px;
  background-color: #ffa22b;
  margin: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
}
.plain-center.container-simple {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/**last 5 only**/
.plain-center .container-simple:nth-last-child(-n + 5) {
  flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
  -moz-flow: column wrap;
  -ms-flow: column wrap;
  padding: 0;
  margin-bottom: 0;
  background: rgba(1, 118, 102, 0.08);
}
.plain-center .container-simple:nth-last-child(-n + 5) > .inner {
  padding: 70px;
  height: 100%;
  border: 3px solid #fff;
}
.plain-center .container-simple:nth-last-child(4) > .inner,
.plain-center .container-simple:nth-last-child(5) > .inner {
  border-top: 4px solid #fff;
}
.plain-center ol li,
.plain-center ul li {
  margin-left: 20px;
  list-style: disc;
  color: #6a6a6a;
}

/*************/
/** tables **/
/************/
.container-simple table tr {
  line-height: 2;
}
.container-simple table tr:nth-child(odd) {
  background: rgba(1, 118, 102, 0.08);
}
.container-simple table tr td {
  width: 50%;
  padding: 0 15px;
}

/*****************/
/** stacked row **/
/*****************/

.stacked-row {
  padding-top: 35px;
  padding-bottom: 0;
}
.container-simple.stack {
  background: rgba(1, 118, 102, 0.08);
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.container-simple.stack:nth-child(even) {
  background: #ffffff;
}

.container-simple.stack > .items {
  width: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -moz-flow: column nowrap;
  -ms-flow: column nowrap;
  margin: 0 auto;
  padding: 95px 45px;
}
@media (min-width: 992px) {
  .container-simple.stack > .items {
    width: 991px;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    -moz-flow: row nowrap;
    -ms-flow: row nowrap;
    padding: 75px 0;
  }
}
@media (min-width: 1200px) {
  .container-simple.stack > .items {
    width: 993px;
  }
}

.container-simple.stack > .items > .featured_image {
  margin-right: 0;
  border-left: 0;
  border-bottom: 7px solid #c9da4e;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .container-simple.stack > .items > .featured_image {
    margin-right: 40px;
    border-left: 7px solid #c9da4e;
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.container-simple.stack > .items > .featured_image img {
  object-fit: cover;
  height: 100%;
}

.container-simple.stack h3 {
  font-size: 32px;
  margin-bottom: 25px;
  text-align: center;
  margin: 0 auto;
  font-weight: 800;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .container-simple.stack h3 {
    font-size: 31px;
  }
}

/**noImage option**/
.container-simple.stack > h3 {
  margin-top: 30px;
  transform: translateY(70px);
}

/* .container-simple.stack .noImage {
    flex: 0 0 50%;
}  */
.container-simple.stack .noImage:first-child {
  flex: 0 0 40%;
  -ms-flex: 0 0 40%;
}

.container-simple.stack .title.noImage h3 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-right: 0;
  border: 0;
  border-right: 0;
  margin-right: 0;
  height: 100%;
}
@media (min-width: 992px) {
  .container-simple.stack .title.noImage h3 {
    border-right: 3px solid #ffa22b;
    padding-right: 40px;
    margin-right: 40px;
    text-align: left;
    justify-content: left;
  }
}

.container-simple.stack .title.noImage h3:after {
  content: none;
}
.container-simple.stack h3:after {
  content: "" / "Psuedo Element for after the Headline";
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 3px;
  width: 55px;
  background-color: #ffa22b;
  margin: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-simple ul li {
  list-style: disc;
  width: 100%;
  color: #6a6a6a;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  transform: translateX(20px);
}
@media (max-width: 425px) {
  .container-simple ul li {
    transform: translateX(0);
    width: 95%;
    margin-left: 5%;
  }
}

/********************/
/** outlined boxes **/
/********************/

.container-simple h3 {
  font-size: 32px;
  margin-bottom: 25px;
  text-align: center;
  margin: 0 auto;
  font-weight: 800;
  margin-bottom: 35px;
}
@media (max-width: 425px) {
  .container-simple h3 {
    font-size: 30px;
  }
}
.container-simple .inner h3:after {
  content: "" / "Main Headline Seperator";
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 50px;
  height: 4px;
  background-color: #ffa22b;
  margin: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*********************************/
/** solid green outlined boxees **/
/*********************************/
h2.green_bg_header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  background-color: rgba(1, 118, 102, 1);
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 70px;
  padding: 65px 0;
  width: 100%;
  color: #ffffff;
  font-weight: 800;
  text-align: center;
}
h2.green_bg_header:after {
  content: "";
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 3px;
  width: 55px;
  background-color: #ffa22b;
  margin: inherit;
  margin-top: 10px;
  margin-bottom: 0;
}

.inner.ed {
  margin-bottom: 70px;
}

/**boxes**/
.container-full {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 30px;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flow: row wrap;
  -ms-flow: row wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .container-full {
    margin-left: 0;
    margin-right: 0;
    flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    -moz-flow: column nowrap;
    -ms-flow: column nowrap;
  }
}
.container-full .box {
  flex: 1 0 20%;
  -ms-flex: 1 0 20%;
  border: 1px solid #ffffff;
  padding: 50px;
  margin: 20px;
}
@media (max-width: 991px) {
  .container-full .box {
    flex: 1 0 100%;
    -ms-flex: 1 0 100%;
  }
}

.soft_green .container-full .box {
  border: 1px solid rgba(1, 118, 102, 1);
}

.container-full .box.four {
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
}
@media (min-width: 992px) {
  .container-full .box.four {
    flex: 1 0 10%;
    -ms-flex: 1 0 10%;
    padding: 33px;
  }
}
.container-full .box:hover,
.container-full .box:focus {
  background: rgba(255, 255, 255, 0.04);
}

.green1_bg {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  background-color: rgba(1, 118, 102, 1);
  min-height: auto;
  margin: 30px 0;
  padding: 65px 0;
}

.green1_bg.soft_green {
  margin-top: 0;
  background-color: rgba(1, 118, 102, 0.08);
}

@media (min-width: 992px) {
  .green1_bg {
    margin: 70px 0;
    padding: 95px 0;
  }
}
.green1_bg ul li {
  flex: 100%;
  -ms-flex: 100%;
  margin-left: 20px;
  list-style: disc;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.green1_bg ul li a {
  color: #ffffff;
}
@media (min-width: 992px) {
  .green1_bg ul li {
    flex: 16%;
    -ms-flex: 16%;
    color: #ffffff;
  }
}

.green1_bg.soft_green ul li,
.green1_bg.soft_green ul li a {
  color: rgba(1, 118, 102, 1);
}

.green1_bg h2 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  margin: 0 auto;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 991px) {
  .green1_bg h2 {
    font-size: 32px;
  }
}
.green1_bg h3 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  margin: 0 auto;
  font-weight: 800;
  text-align: center;
}
.green1_bg.soft_green h2,
.green1_bg.soft_green h3 {
  color: rgba(1, 118, 102, 1);
}

.green1_bg h2:after,
.green1_bg h3:after {
  content: "";
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 3px;
  width: 55px;
  background-color: #ffa22b;
  margin: inherit;
  margin-top: 10px;
  margin-bottom: 25px;
}

.green1_bg p {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}

.green1_bg p a {
  color: #ffffff;
  text-decoration: underline;
  font-family: "Open Sans", sans-serif;
}
.green1_bg.soft_green p {
  color: #6a6a6a;
}

.green1_bg.soft_green p a {
  color: #6a6a6a;
}

section.pre pre {
  font-size: 17px;
  border: 1px solid #ffa22b;
  padding: 20px 0;
  margin-top: 35px;
}

.green1_bg.soft_green h2,
.green1_bg.soft_green h3 {
  color: rgba(1, 118, 102, 1);
}

/*****************/
/** Fifty Fifty **/
/*****************/

.newsletters {
  background: rgb(255, 246, 235);
  padding: 90px 25px;
  margin: 0 auto;
}

.fifty-fifty {
  width: 90%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -moz-flow: column nowrap;
  -ms-flow: column nowrap;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .fifty-fifty {
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    -moz-flow: row nowrap;
    -ms-flow: row nowrap;
  }
}

.fifty-fifty > .split {
  text-align: center;
  font-family: "Montserrat", "Open Sans", sans-serif;
  background: #ffffff;
  padding: 20px;
  flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  margin-bottom: 35px;
  box-shadow: 0px 0px 39px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 39px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 39px rgba(0, 0, 0, 0.15);
}

.fifty-fifty > .split > * {
  flex: 0 0 33%;
  -ms-flex: 0 0 33%;
}

.fifty-fifty > .split > .top {
  margin-bottom: 25px;
}

.fifty-fifty > .split img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.newsletters h2,
.newsletters h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  margin: 0 auto 35px;
  font-weight: 800;
  text-align: center;
}
.newsletters h2:after,
.newsletters h3:after {
  content: "";
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 3px;
  width: 55px;
  background-color: #ffa22b;
  margin: inherit;
  margin-top: 10px;
  margin-bottom: 25px;
}

/**newsletterMore**/
.wp-block-image.newsletter-box {
  margin: 0;
  text-align: center;
}
@media (max-width: 599px) {
  .wp-block-image.newsletter-box ~ * {
    margin-bottom: 40px;
  }
}

.wp-block-image.newsletter-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-block-image.newsletter-box figcaption {
  color: rgba(1, 118, 102, 1);
  font-family: "Montserrat", open-sans;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

h2.newsletter-title {
  font-size: 28px !important;
  margin-bottom: 45px !important;
}

h2.newsletter-title:after {
  content: none !important;
}

.wp-block-image.newsletter-box ~ h2,
.wp-block-image.newsletter-box ~ h3 {
  margin-top: 10px !important;
}

/** contact lines **/
.divider-3col .wp-block-column:nth-child(2) {
  border-left: 1px solid #e2e9e4;
  border-right: 1px solid #e2e9e4;
}
@media (max-width: 990px) {
  .divider-3col .wp-block-column:nth-child(2) {
    border-left: none;
    border-right: none;
  }
}

.wp-block-columns.lime-box > .wp-block-column {
  border: 2px solid #c9da4e;
  padding: 35px;
  border-radius: 20px;
  margin-bottom: 30px;
}

/************/
/** UL LI ***/
/************/
.hasBullets-white ul li,
.hasBullets-white ol li {
  margin-left: 20px;
  list-style: disc;
  color: #ffffff;
}

.hasBullets ul li,
.hasBullets ol li {
  margin-left: 20px;
  list-style: disc;
  color: #6a6a6a;
}

/********************/
/** download lists **/
/********************/

.download-lists {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -moz-flow: column nowrap;
  -ms-flow: column nowrap;
  width: 100%;
  padding: 90px 0;
  background: rgba(1, 118, 102, 0.08);
}
.download-lists h2 {
  color: rgba(1, 118, 102, 1);
  text-align: center;
  margin: 0 auto 45px;
}
@media (max-width: 475px) {
  .download-lists h2 {
    font-size: 33px;
  }
}

.download-lists h2:after {
  content: "" / "Psuedo Element for after the Headline";
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 3px;
  width: 55px;
  background-color: #ffa22b;
  margin: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
}
.download-lists .download-links {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flow: row wrap;
  -ms-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .download-lists .download-links {
    flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    -moz-flow: column nowrap;
    -ms-flow: column nowrap;
    width: 90%;
  }
}

.download-lists .download-links > * {
  flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  margin-bottom: 35px;
  align-self: center;
}

/**spanVersion**/
.download-lists .download-links.hasSpan {
  margin-top: 30px;
  justify-content: flex-start;
}
.download-lists .download-links.hasSpan > * {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  margin-bottom: 10px;
  text-align: center;
}

.download-lists .download-links.hasSpan .download-holder > span {
  color: rgba(1, 118, 102, 1);
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 25px;
}

/**********************************/
/** Meetings / Agendas / Minutes **/
/**********************************/

.meetings {
  margin-top: 0;
  margin-bottom: 0;
}
.meetings {
  margin-top: 0;
  margin-bottom: 0;
}
.meetings:last-child {
  border-bottom: 1px solid #e1f45f;
}
.box h4 {
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  margin: 0 auto;
}
.soft_green .box h4 {
  color: rgba(1, 118, 102, 1);
}
.box h4:after {
  content: "" / "Psuedo Element for h4";
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 2px;
  width: 35px;
  background-color: #ffa22b;
  margin: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
}

/** gutenbergVersion **/
.meetingdates .c-accordion__content {
  padding: 0;
}
.meetingdates .c-accordion__content p {
  color: rgba(1, 118, 102, 1);
}
.meetingdates .c-accordion__content ul {
  padding: 0 20px;
}

/*************/
/*** FORMS ***/
/*************/

.cvh-form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -moz-flow: column nowrap;
  -ms-flow: column nowrap;
}
.cognito form {
  margin: 75px 0 !important;
}
.cognito:not(.c-forms-actionBar) {
  max-width: 100% !important;
}
.cognito .c-forms-form {
  background-color: transparent !important;
}
.cognito .c-forms-form {
  font-family: "Montserrat", "Open Sans", sans-serif !important;
}

.cognito .c-forms-form .c-forms-form-title h2 {
  margin: 0 auto !important;
  font-family: 36px !important;
  font-weight: 800 !important;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}
.cognito .c-forms-form h3 {
  margin: 0 auto !important;
  font-family: 26px !important;
  font-weight: 700 !important;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  color: rgba(1, 118, 102, 1);
}
.cognito .c-forms-form .c-forms-form-title h2:after {
  content: "";
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 3px;
  width: 55px;
  background-color: #ffa22b;
  margin: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cognito .c-forms-form :not(.c-question) > .c-label {
  font-family: "Montserrat", "Open Sans", sans-serif !important;
  font-size: 13px !important;
  text-transform: uppercase;
  line-height: 2 !important;
  color: rgba(1, 118, 102, 1) !important;
}
.cognito .c-title {
  display: none !important;
  margin-top: 25px;
  margin-bottom: 25px;
}
.cognito .c-forms-form .c-editor-date-icon,
.cognito .c-forms-form .c-editor-time-icon,
.cognito .c-forms-form .c-remove-item,
.cognito .c-forms-form .c-save-resume-close {
  display: none;
}
.cognito .c-forms-form button:not(.c-icon-button),
.cognito .c-forms-form .c-add-item,
.cognito .c-forms-form input[type="button"],
.cognito .c-forms-form .c-fileupload-dropzone .c-upload-button button {
  text-transform: uppercase !important;
  font-family: "Montserrat", "Open Sans", serif !important;
  font-weight: 800 !important;
  letter-spacing: 1px !important;
}
.cognito .c-forms-form a {
  font-family: "Open Sans" !important;
}

.cognito .c-forms-form a {
  color: rgba(1, 118, 102, 1) !important;
  font-weight: 600 !important;
}
.cognito .c-forms-form p {
  text-align: center;
}
.cognito .c-forms-form li::marker {
  content: none;
}
.cognito .c-forms-form li {
  margin-left: 0 !important;
}
.cognito .c-forms-form .c-forms-heading {
  display: none;
}

.cognito .c-field.c-required .c-label:after,
.cognito .c-rating-scale.c-required .c-choice-question:after,
.cognito .c-forms-form h1,
.cognito .c-forms-form h2,
.cognito .c-forms-form h3 {
  color: rgba(1, 118, 102, 1) !important;
}
.cognito .c-forms-form input[type="text"],
.cognito .c-forms-form input[type="password"],
.cognito .c-forms-form input[type="password"],
.cognito .c-forms-form input[type="email"],
.cognito .c-forms-form input[type="tel"],
.cognito .c-forms-form input[type="url"],
.cognito .c-forms-form textarea,
.cognito .c-forms-form select,
.cognito.c-payment .c-payment-field {
  border-radius: 0 !important;
}
.cognito .c-html em {
  display: none;
}
.cognito .c-editor-date,
.cognito .c-editor-time {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
}
.cognito .c-forms-form button:not(.c-icon-button),
.cognito .c-forms-form .c-add-item,
.cognito .c-forms-form input[type="button"],
.cognito .c-forms-form .c-fileupload-dropzone .c-upload-button button {
  background-color: rgba(1, 118, 102, 1) !important;
  border-color: rgba(1, 118, 102, 1) !important;
  font-size: 13px !important;
  border-radius: 0 !important;
}
.cognito .c-forms-form input[type="radio"]:checked + *:before {
  background-color: rgba(1, 118, 102, 1) !important;
}
.cognito .c-forms-form .c-forms-not-available-message,
.cognito .c-forms-form .c-page-numbering,
.cognito .c-forms-form .c-forms-confirmation-message,
.cognito .c-forms-form #c-save-resume-content,
.cognito .c-forms-form .c-progress-section a,
.cognito .c-forms-form .c-forms-payment-order-summary .detail,
.cognito .c-forms-form .c-web-paypal-processing {
  color: rgba(1, 118, 102, 1) !important;
}

/**overrides**/
.wp-block-button__link {
  background: rgba(1, 118, 102, 1);
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 1px;
  border: 2px solid rgba(1, 118, 102, 1);
}
.is-style-outline .wp-block-column {
  text-align: center;
}

.wp-block-buttons .wp-block-button {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
}

.btn-even-styling-col .wp-block-column:nth-child(even) .wp-block-button__link {
  background: #ffffff;
  border: 2px solid rgba(1, 118, 102, 1);
  color: rgba(1, 118, 102, 1);
}

.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
  border-radius: 30px !important;
  color: rgba(1, 118, 102, 1);
  border-color: #c9da4e;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-template-page-breadcrumbs .wp-block-image img {
  object-fit: cover;
  width: 100%;
}

/****************/
/** translator **/
/****************/

.aboveHeaderMenu > nav ul > li a {
  text-transform: uppercase;
}

.aboveHeaderMenu > nav ul > li:first-child {
  display: none;
}
.translated-ltr .aboveHeaderMenu > nav ul > li:first-child {
  display: block;
}

.translated-ltr .startHereContainer font {
  line-height: 0.5;
}

.translated-ltr
  .entry-content.theContent
  .theContentInner
  h2:not(.c-accordion__title) {
  text-align: center;
}

@media (max-width: 1419px) {
  .translated-ltr header#masthead .head-centered {
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    -moz-flow: column wrap;
    -ms-flow: column wrap;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 1255px) {
  .translated-ltr header#masthead .head-centered {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -moz-flow: row wrap;
    -ms-flow: row wrap;
  }
}

.theContent a.glink.nturl.notranslate {
  margin: 10px 0;
  border: 2px solid #c9da4e;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

/** exit popup **/
.popup_wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-pop {
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
  -moz-flow: column wrap;
  -ms-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  max-width: 50%;
  text-align: center;
}
.inner-pop > h1 {
  margin-bottom: 25px;
}
@media (max-width: 599px){
	.inner-pop > h1 {
		font-size: 1rem;	
	}
}

.inner-pop a {
  background: rgba(1, 118, 102, 1);
  padding: 10px 20px;
  color: #ffffff;
  margin-right: 0;
  border: 2px solid rgba(1, 118, 102, 1);
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
}
.inner-pop a:last-child {
  background: white;
  color: rgba(1, 118, 102, 1);
}
.inner-pop .control {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.inner-pop .control a:first-child {
  margin-right: 12px;
}

@media (max-width:768px){
	.inner-pop .control {
		flex-direction: column;
	}
	.inner-pop .control a {
		margin-top: 20px;
	}
	.inner-pop .control a:first-child {
		margin-right: 0;	
	}
}

.inner-pop .control a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}
