/** CALVIVA HEALTH **/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# root
# global
# pages
# ui elements
# overrides
# mobile overrides
--------------------------------------------------------------*/

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





.page-template-page-breadcrumbs main#primary {
  height: calc(100% - 303px);
  min-height: calc(100vh - 303px);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background-color: #fdfdfd;
  height: 100%;  
}

h1,
h2,
h3,
h4 {
  font-family: "Montserrat", "Open Sans", sans-serif;
  color: rgba(1, 118, 102, 1);
  margin: 0;
  padding: 0;
}

h1.entry-title {
  font-size: 50px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 599px) {
  h1.entry-title {
    font-size: 35px;
  }
}

h2 {
  font-size: 36px;
}
@media (max-width: 599px) {
  h2 {
    font-size: 26px;
  }
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h3 {
  font-family: "Montserrat", sans-serif;
  color: rgba(1, 118, 102, 1);
  font-size: 19px;
}
h3 strong {
  font-weight: 900;
}

h4 {
  font-family: "Montserrat", sans-serif;
  color: rgba(1, 118, 102, 1);
  font-size: 19px;
}
h4 strong {
  font-weight: 900;
}

a {
  color: rgba(1, 118, 102, 1);
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

p {
  color: #6a6a6a;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.visuallyhidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
}

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

.entry-content.theContent ul li ul {
  margin-bottom: 20px;
}
.entry-content.theContent ul li ul li {
  margin-left: 20px;
  list-style: none;
  color: #6a6a6a;
}

.theContent_full {
  margin-bottom: 75px;
}

#page.site {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", serif;
}

#page.site > .page-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
   -ms-flex-direction: column;
    -webkit-flex-direction: column;
  min-height: 100vh;
	height: 100%;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}
article > header.entry-header {
  min-height: 250px;
  height: 250px;
}

#page.site > .page-content > .page-content-centered {
  flex-grow: 1;
}
#page.site > .page-content > .page-content-centered .theContent,
.page-content.thePage,
article > header.entry-header {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  #page.site > .page-content > .page-content-centered .theContent,
  .page-content.thePage,
  article > header.entry-header {
    width: 1024px;
    max-width: 97%;
    padding-left: auto;
    padding-right: auto;
  }
}
@media (min-width: 1399px) {
  #page.site > .page-content > .page-content-centered .theContent,
  .page-content.thePage,
  article > header.entry-header {
    width: 90%;
	max-width: 1399px;
  }
}
@media (max-width: 991px) {
  #page.site > .page-content > .page-content-centered .theContent,
  .page-content.thePage,
  article > header.entry-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.post-thumbnail > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 .post-thumbnail > img {
	height: 100%;
	min-height: 100%;
  }
}

/** SkipTo 
***********************/
.skip-to {
  left: 50%;
  position: absolute;
  transform: translateY(-100%);
  background: #000000;
  color: #ffffff;
  height: 30px;
  left: calc(100% / 2 - 95px);
  padding: 10px 25px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.25s;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.skip-to:focus {
  transform: translateY(0%);
}

/** Above Header Menu
***********************/
.aboveHeaderMenu {
  background-color: rgba(1, 118, 102, 1);
  z-index: 20;
}
@media (max-width: 991px) {
	.aboveHeaderMenu {
		margin-bottom: 20px;	
	}
}
.aboveHeaderMenu > nav {
  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;
}
.aboveHeaderMenu > nav ul {
  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;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  align-items: center;
  justify-content: center;
}
.aboveHeaderMenu > nav ul li {
  padding-left: 10px;
  padding-right: 10px;
  opacity: 0; /**enabled via js**/
  z-index: 20;
}
@media (max-width: 599px) {
  .aboveHeaderMenu > nav ul li {
    padding-top: 15px;
    padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
  }
}

.aboveHeaderMenu > nav ul li:last-of-type {
  padding-right: 0;
}

.aboveHeaderMenu > nav ul li a {
  color: white;
  line-height: 2.5;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}
@media (min-width: 991px) {
  .aboveHeaderMenu > nav ul {
    width: 90%;
    justify-content: flex-end;
  }
}
@media (min-width: 1420px) {
  .aboveHeaderMenu > nav ul {
    width: 90%;
	max-width: 1399px;
  }
}
@media (max-width: 599px){
	.aboveHeaderMenu > nav ul li a {
	  font-size: 10px;
	}	
}

.aboveHeaderMenu > nav ul li:last-child a {
  color: #e1f45f;
}

/** siteHeader
***********************/
header#masthead {
  background: #ffffff;
  height: 140px;
}
@media (min-width: 991px) and (max-width: 1146px) {
  header#masthead {
    padding: 30px 0;
  }
}

header#masthead .head-centered {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
}
@media (max-width: 1141px) {
  header#masthead .head-centered {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: column;
  }
}

@media (min-width: 992px) {
  header#masthead .head-centered {
    width: calc(991px - 10%);
    margin: 0 auto;
    /* max-width: 97%; */
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  header#masthead .head-centered {
    width: 90%;
    margin: 0 auto;
    /* max-width: 97%; */
    /* justify-content: space-evenly; */
  }
}
@media (min-width: 1420px) {
  header#masthead .head-centered {
    width: 90%;
	width: 1399px;
  }
}

header#masthead > .site-branding {
  width: auto;
  padding: 0 15px;
}
header#masthead > .site-branding a {
  margin: 0 1.5rem;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.site-branding a.custom-logo-link {
  display: block;
  line-height: 4;
}

/**nav for desktop**/
header#masthead nav.site-navigation {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: "Montserrat", sans-serif;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  header#masthead nav.site-navigation {
    display: none;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; /* added line */
  }
}
/**nav for desktop end - mobile.css for mobile**/

nav.main-navigation ul#primary-menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

nav.main-navigation ul#primary-menu > li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

nav.main-navigation ul#primary-menu > li > a {
  color: rgba(1, 118, 102, 1);
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 800;
  margin: 0px;
}
@media (min-width: 992px) {
  nav.main-navigation ul#primary-menu > li > a {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
@media (min-width: 1420px) {
  nav.main-navigation ul#primary-menu > li > a {
    letter-spacing: 1px;
  }
}
nav.main-navigation ul#primary-menu > li:last-child a {
  background: rgba(1, 118, 102, 1);
  padding: 10px 20px;
  color: #ffffff;
  margin-right: 0;
  margin-left: 20px;
}

.page-template-default header#masthead {
  border-bottom: 1px solid #ddd;
}
body.home header#masthead {
  border-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1420px) {
  body.home header#masthead {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

/** Body Widths and Spacings
******************************/
.entry-content.theContent {
  background: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.entry-content.theContent .theContentInner {
  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: 0 auto 70px;
}
.entry-content.theContent .theContentInner > * {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .entry-content.theContent .theContentInner {
    width: 90%;
	max-width: 1399px;
  }
}
@media (min-width: 991px) {
  .entry-content.theContent .theContentInner {
    width: 991px;
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content.theContent .theContentInner > * {
    padding-left: auto;
    padding-right: auto;
  }
}

.entry-content.theContent .theContentInner h2:not(.c-accordion__title) {
  margin: 0 auto;
  font-weight: 800;
}
.entry-content.theContent .theContentInner h2:not(.c-accordion__title) span {
  font-weight: 400;
}

.entry-content.theContent .theContentInner h1:not(.c-accordion__title):after,
.entry-content.theContent .theContentInner h2:not(.c-accordion__title):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;
}

.search-form h2::after{
	margin-left:0;
}

@media (max-width: 991px) {
  .entry-content.theContent .theContentInner {
	padding: 20px;  
  }
  .entry-content.theContent .theContentInner h2:not(.c-accordion__title) {
    text-align: center;
  }
  .entry-content.theContent .theContentInner h1:not(.c-accordion__title):after,
  .entry-content.theContent .theContentInner h2:not(.c-accordion__title):after {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .entry-content.theContent .theContentInner h2:not(.c-accordion__title) {
    font-size: 36px;
  }
}

.entry-content.theContent .theContentInner > h3:not(.c-accordion__title) {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 10px auto;
  font-weight: 800;
}
.entry-content.theContent .theContentInner p {
  margin-top: 10px;
  margin-bottom: 10px;
  width: auto;
}

/**innerMaxwidths**/
.entry-content.theContent {
  background: none;
}
.entry-content.theContent .theContentInner {
  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: 0 auto 70px;
}
.entry-content.theContent .theContentInner > * {
  padding-left: 35px;
  padding-right: 35px;
}

@media (min-width: 1200px) {
  .entry-content.theContent .theContentInner {
    width: 90%;
	max-width: 1399px;
  }
}
@media (min-width: 991px) {
  .entry-content.theContent .theContentInner {
    width: 991px;
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content.theContent .theContentInner > * {
    padding-left: auto;
    padding-right: auto;
  }
}
@media (min-width: 768px) {
  .entry-content.theContent .theContentInner > * {
    padding-left: auto;
    padding-right: auto;
  }
}

@media (max-width: 991px) {
	.entry-content.theContent .theContentInner > * {
		width: auto;	
		padding-left: 0;
		padding-right: 0;
	}
	.entry-content.theContent .theContentInner > .wp-block-pb-accordion-item {
		width: 100%;	
		padding-left: 35px;
		padding-right: 35px;
	}
	.entry-content.theContent .theContentInner > .wp-block-columns {
		width: 100%;
	}
}

.container-simple {
  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: 0 auto 70px;
}
.container-simple > * {
  padding-left: 45px;
  padding-right: 45px;
}
@media (min-width: 1200px) {
  .container-simple {
    width: 90%;
	max-width: 1399px;
  }
}
@media (min-width: 992px) {
  .container-simple {
    width: 991px;
    margin-left: auto;
    margin-right: auto;
  }
  .container-simple > * {
    padding-left: auto;
    padding-right: auto;
  }
}

/** Template Pages 
**********************/
.page-template-page-breadcrumbs-grn #page {
  background: rgba(1, 118, 102, 0.08);
}


/**overRide**/
@media (max-width: 781px) and (min-width: 600px) {
	.wp-block-column:not(:only-child),
	.wp-block-column:nth-child(2n) {
		margin-left: auto;
		margin-right: auto;
	}	
}

/** Footer 
**********************/
footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 303px;
	height: 303px;
  background-color: rgba(1, 118, 102, 1);
  color: #ffffff;
  margin-top: 25px;
}
@media (max-width: 991px){
	footer {
		min-height: auto;	
		height: auto;
	}
}

footer .footer-contain {
  display: block;
  width: 100%;
  font-family: "Open Sans", sans-serif;
}

footer .footer-logo{
	display:flex!important;
	justify-content:center;
	align-items:center;
}

footer img.ncqa-logo{
	max-width: 120px;
	width: 70%;
	height: auto;
	margin: 20px;
}

img.custom-logo {
   width: 100%;
   height: 100%;
}

footer img.custom-logo {
  width: 70%;
  max-width: 200px;
  height: auto;
}
@media (max-width: 991px) {
  footer img.custom-logo {
    width: 70%;
  }
}

@media (max-width: 991px) {
  footer .footer-contain {
    text-align: center;
  }
}

@media (min-width: 992px) {
  footer .footer-contain {
    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;
  }
}

@media (min-width: 768px) {
  footer .footer-contain {
    width: 90%;
	max-width: 1399px;
    margin: 0 auto;
  }
}

footer h2,
footer h3 {
  font-family: "Montserrat", sans-serif;
  color: #e1f45f;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  font-weight: 900;
}
footer p {
  font-size: 13px;
  color: #ffffff;
}
footer nav li {
  font-size: 13px;
  line-height: 2;
}

footer a {
  color: #ffffff;
}

footer .footer-contain > div {
  display: block;
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  -moz-flow: column nowrap;
  -ms-flow: column nowrap;
  flex: 1 0 auto;
  -ms-flex: 1;
  height: auto;
}
@media (max-width: 991px) {
  footer .footer-contain > div {
    margin: 50px 0;
  }
  footer .footer-contain > div:last-child {
    margin: 50px 0 100px;
  }
}

@media (min-width: 992px) {
  footer .footer-contain > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 150px;
  }
}

footer .contact-us {
  margin: 0;
}
@media (min-width: 992px) {
  footer .contact-us {
    margin: 0 80px;
  }
}

footer .contact-us h2 {
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
footer .resources h2 {
  margin-left: auto;
  margin-right: auto;
  padding-right: auto;
  padding-bottom: 10px;
}

footer .more-info h2 {
  margin-left: auto;
  margin-right: auto;
  padding-right: auto;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  footer .resources,
  footer .more-info {
    align-items: center;
    border-left: 1px solid #e1f45f;
  }
  footer .contact-us h2 {
    margin-left: 0;
    margin-right: auto;
  }
  footer .resources h2 {
    padding-right: 25px;
  }
  footer .more-info h2 {
    padding-right: 96px;
  }
}

.footer .footer-logo {
  justify-content: center;
}

footer .footer-contain #menu-resources li:nth-of-type(3) {
  text-transform: uppercase;
}

/** ui elements
**********************/
.button-cvh-green {
  background: rgba(1, 118, 102, 1);
  padding: 10px 20px;
  color: #ffffff;
  margin-right: 0;
}

.button-cvh-orange {
  background: #ffa22b;
  padding: 10px 20px;
  color: #ffffff;
  margin-right: 0;
}

/* NCQA Seal Added September 2022 */
/* box on Home and About Us pages */

.certification{
	box-shadow: 0 0px 30px rgb(0 0 0 / 20%);
	padding: 2rem!important;
}

.certification .ctas{
	flex: 1 1 75%!important;
}
.certification .ctas > div{
	background:#fff!important;
	border:none!important;
}
.certification .ctas > div p{
		color:#6a6a6a!important;
}

.certification .ctas > div h2,
.certification .ctas > div p a
{
	color:#017666!important;
}

.certification .featured_image{
	flex: 1 1 25%!important;
}

@media (max-width: 1419px){
	.middleSection.certification {
		min-width: 100%;
		max-width: 100%;
		padding-right: 0!important;
		padding-left: 0!important;
		margin: 40px auto!important;
	}
}

@media screen and (max-width:991px){
	.certification .featured_image img{
		max-width: 15rem;
		margin: 0 auto;
	}
}


.search-results #primary{
	max-width: 1000px;
	margin: 50px auto;
}

.search-results article header,
.search-results article footer{
	min-height:0;
	height:auto;
	margin:0;
}

.search-results article header h2{
	font-size:1.5rem;
	margin-top: 50px;
}

.search-form input{
	color:#6a6a6a;
}

.search-form input[type="submit"]{
	background:#F0EFAD;
	border: 1px solid #F0EFAD;
	color: rgb(1 118 102);
	font-family: "Montserrat";
	font-weight:bold;
	margin-right: 30px;
}

.ays-survey-popup-survey-window{
	box-sizing:border-box;
	height:90%!important;
}

	.ays-survey-popup-survey-window .ays-survey-container[dir=ltr] .ays-survey-question{
		padding:0!important;
		border-right:none!important;
	}

@media screen and (max-width:768px){
	.ays-survey-popup-survey-window{
		padding: 1.3em!important;
	}
	.ays-survey-container{
		min-width: 0!important;
	}
	.ays-survey-popup-survey-window .ays-survey-container .ays-survey-sections .ays-survey-section-title-row-main{
		font-size:1.5rem!important;
	}

}

	.header-f{
		margin:6px 10px 6px 20px;
	}
.header-yt{
	margin: 6px 20px 6px 10px;
}
	.header-f img, .footer-f img, .header-yt img{
		height:20px;
		object-fit:contain;
		
	}
#colophon .searchwp-form{
	max-width: 80%;
	margin:0 auto;
}
@media screen and (min-width: 991px){
#colophon .searchwp-form{
	max-width: 80%;
	margin-left:0;
}
}
