/*  Small screens */
@media only screen {

/************* Global *************/
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .subheader {font-weight: normal; color: #453B3C; font-family: 'Open Sans', sans-serif; font-size: 18px;}

.wht-text h1, .wht-text h2, .wht-text h3, .wht-text h4, .wht-text h5, .wht-text h6, .wht-text p, .wht-text ul, .wht-text ol, .wht-text h1 span, .wht-text h2 span, .subheader {color: #FAF9F9;} 

.text-col {padding: 5.5%;}

h1 {margin-bottom: 25px;}

p:has(img){
  margin-bottom: 0;
}

p:has(.button){margin-bottom: 0;}
	.xtra-pad-bottom {padding-bottom: 30px;}
/************* Header *************/
#tagline-1 {color: #fff; font-size: 15px;}


/************* Content *************/
.home2, .home5, .home7 {padding-top: 40px; padding-bottom: 40px;}
.borderh1 h1 {position: relative; 
margin-bottom: 45px;
  padding-bottom: 1rem;}


.borderh1 h1:after {
  content: "";
  background: #92BE29;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  width: 40%;
 
}

.home1.borderh1 h1  , .home6.borderh1 h1, .centerborder.borderh1 h1 {
   display: inline-block;
}


.home1.borderh1 h1:after , .home6.borderh1 h1:after, .centerborder.borderh1 h1:after {
    margin: auto;
}

.home8 h1 {text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); margin-bottom: 90px;}
.home8 .button {margin-top: 40px;}

.review-blocks .block-single-inner {background: rgba(250, 249, 249, 0.9); padding: 30px;}

.review-blocks .block-single-inner img {margin-top: -70px;}

cite {color: #102043; text-transform: uppercase; text-align: center; font-size: 18px; font-weight: bold; font-style: normal;}

.bullet ul li:before {    
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: '\f058';
    margin:0 5px 0 -15px;
    color: #102043;
    font-size: 25px;
}

.bullet ul {
  list-style-type: none;

}

.bullet ul li {
  display: flex;
    align-items: center;
}

.bullet ul a {color: #102043; border-bottom: 2px solid transparent;;}
.bullet ul a:hover {border-color:  #92BE29; width: 327px;}

.wht-text .bullet ul li:before {
  color: #FAF9F9;
}

.care-team-blocks .block-single-inner {background: rgba(250, 249, 249, 0.9); padding: 1rem;}

.care-team-blocks strong {font-weight: normal; color: #453B3C; font-family: 'Open Sans', sans-serif; font-size: 18px; text-transform: uppercase;}
.care-team-blocks .column-block {margin-bottom: 0;}

.care-team-blocks h2 {font-size: 1.25rem;}
.care-team-blocks h2 span {font-size: 1rem;}

.accordion-title {font-weight: bold; color: #102043; font-family: 'Open Sans', sans-serif; font-size: 18px; text-transform: uppercase; background: #FAF9F9;}
.accordion-title:hover {color: #556D22; background: #fff;}

tbody td, tbody th {border-right: 1px solid #f1f1f1; text-align: left;}
tbody tr:nth-child(even) {background: transparent; border-bottom: 1px solid #f1f1f1;}
tbody tr {border-bottom: 1px solid #f1f1f1;}
tbody th {color: #556D22; font-size: 18px;}

#contact-page-phone-block a, #contact-page-email-block a, #contact-page-location-block a, #contact-page-location-block .fas, #contact-page-email-block .fa, #contact-page-location-block address li  {color: #453B3C; font-style: normal;}
.off-canvas-extra-content-bottom .fab {color: #FAF9F9;}

.resource-blocks h2 {font-size: 1.75rem; color: #102043;}
.resource-blocks .block-single-inner {border: 2px solid #102043;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
padding: 1rem;}

.resource-blocks .column-block {margin-bottom: 0;}

.resource-blocks .button.large {font-size: 1rem;}

/************* Footer *************/
.footer {background: #102043;}
.site-footer {background: #102043; border-top: 2px solid #FAF9F9;}
.footer .social-media {display: inline-block;}
	#global-footer-area {background: #fff;}
} /* Define mobile styles */

@media only screen and (max-width: 40em) {
.small-only-float-left {float: left !important;}	
.small-only-float-right {float: right !important;}
.small-only-float-center {display: block; margin-right: auto; margin-left: auto;}
.text-center-small {text-align: center;}
.small-align-center {-ms-flex-pack: center; justify-content: center;}
.widget-container, #top-row, .tagline, .text-right{text-align: center;}
img.alignright, img.alignleft{float: none !important;display: block;margin: 0 auto;	}
h1 span, h2 span, h3 span {display: inline-block;}
.img-col {height: 280px;}
h1 {font-size: 2.25rem;}

} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/*  Medium screens */
@media only screen and (min-width: 40.063em) { } /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
.medium-float-left {float: left !important;}	
.medium-float-right {float: right !important;}
.text-center-medium {text-align: center;}
.medium-align-center {-ms-flex-pack: center; justify-content: center;}
.hide-for-medium-only {display: none;}
.img-col {height: 400px;}
.review-blocks .block-single-inner {padding: 30px 10px;}
.review-blocks .column {padding: .5rem;}

h1 span, h2 span, h3 span {display: inline-block;}
} /* min-width 641px and max-width 1023px, use when QAing tablet-only issues */

/* Large screens */
@media only screen and (min-width: 64.000em) {} /* min-width 1024px, large screens */

@media only screen and (min-width: 64.000em) and (max-width: 90em) {
.large-float-left {float: left !important;}	
.large-float-right {float: right !important;}
.text-center-large {text-align: center;}
.large-align-right {-ms-flex-pack: end; justify-content: flex-end;}
} /* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */

/*  XLarge screens */
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
.xlarge-float-left {float: left !important;}	
.xlarge-float-right {float: right !important;}
.text-center-xlarge {text-align: center;}
} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/*  XXLarge screens */
@media only screen and (min-width: 120.063em) {
.xxlarge-float-left {float: left !important;}	
.xxlarge-float-right {float: right !important;}
.text-center-xxlarge {text-align: center;}
} /* min-width 1921px, xxlarge screens */

/*  Tablet Portrait screens */
@media only screen and (min-width: 37.500em) and (max-width: 56.250em) and (orientation: portrait) {
.hide-tablet-portrait {display: none !important;}
.show-tablet-portrait {display: inherit !important;}
 } /* tablet-only issues min-600px max-900px */
 @media only screen and (min-width: 49.900em) and (max-width: 85.250em) and (orientation: portrait) {
 } /* tablet-only issues min-800px max-1200px */