/* CSS Document */
.services-page {}
.services-page h1 + div { margin-bottom: 35px; }
.services-page .image-top-cta {margin-bottom: 15px;height: auto;}
.services-page .image-side-cta { margin-bottom: 73px }

.services-category-page h1 { margin-top: 0; }
.services-category-page .image-top-cta,
.services-category-page .image-side-cta {
    margin: 0 0 40px;
    height: auto;
}
.services-category-page .image-top-cta:last-child,
.services-category-page .image-side-cta:last-child {
    margin: 0 0 0;
}
.services-category-page .image-top-cta h2 {
    
}
.services-category-page .image-side-cta h2 {
    font-size: 22px
}
a.image-top-cta .info h2:after,
a.image-side-cta .info h2:after {
   content: '\f105';
   font-family: 'Font Awesome 6 Pro';
   font-size: .65em;
   margin-left: 8px;
   transition: all .3s ease;
}
a.image-side-cta:hover .info h2:after,
a.image-top-cta:hover .info h2:after {
    margin-left: 12px
}
@media (min-width: 769px) {
    a.image-side-cta.left-img .info { border-radius: 0 20px 20px 0  }
    a.image-side-cta.right-img .info { border-radius: 20px 0 0 20px }
    a.image-top-cta .info { border-radius: 0 0 20px 20px }
}
@media (max-width: 768px) {
    a.image-side-cta.left-img .info,
    a.image-side-cta.right-img .info,
    a.image-top-cta .info { border-radius: 0 0 20px 20px }
}
a.image-side-cta:hover .info,
a.image-top-cta:hover .info {
    box-shadow: 0 0 0 5px rgb(0 0 0 / 27%) inset;
}
a.image-top-cta .bnn,
a.image-side-cta .bnn { transition: opacity .3s ease; }
a.image-top-cta:hover .bnn,
a.image-side-cta:hover .bnn {
    opacity: .7
}
.services-category-page .image-side-cta p {
    font-size: 18px
}
.services-category-page .image-side-cta .bnn {
    width: 35.8%;
}
.services-category-page .image-side-cta .info {
    width: calc(65.7% - 19px);
}
.services-category-page .newsletter-section .bnn {
    width: 50%;
    padding-bottom: 28%;
}
.services-category-page  .newsletter-section .container { padding:  0 }
.services-category-page .newsletter-section .bnn picture { display: none }
.services-category-page .newsletter-section .bnn picture + picture { display: block }
.services-category-page .newsletter-section .info {}
.services-category-page .newsletter-section .info h2 { font-size: 24px }
.services-category-page .newsletter-section .info p { font-size: 16px }

.services-details-page h1 { margin-top: 0; }
.services-details-page .image-side-cta {
    margin: 0 0 50px
}
.services-details-page .image-side-cta .info {
    width: 42%;
}
.services-details-page .image-side-cta .info h2 {
    font-size: 22px;
    margin: 0;
}
.services-details-page .image-side-cta .bnn {
    width: 58%;
}
.services-details-page .image-top-cta {
    margin: 0 0 40px;
    height: auto;
}
.services-details-page .right-column {}
.services-details-page .right-column .left {
    width: 53.25%;
}
.services-details-page .right-column .right {
    width: calc(45.85% - 75px);
}
.services-details-page .summary-grid {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  column-gap: 30px;
  row-gap: 25px;
  margin: 29px 0 40px;
  padding-bottom: 29px;
  border-bottom: solid 3px #D9D9D9;
}
.services-details-page .summary-grid div strong { display: block }
.services-details-page .service-details {}
.services-details-page .service-details h2 {
    margin: 30px 0 0;
}
.services-details-page .service-details h3 {
    margin: 14px 0 4px;
}
.services-details-page .service-details p {
    margin: 0 0 22px;
}
.services-details-page .service-details p a {
    font-weight: 600;
    text-decoration: underline;
}
.services-details-page .service-details ul, 
.services-details-page .service-details ol {
    margin: 0 0 22px;
}
.services-details-page .service-details p:has(+ ul) { margin: 0; }

.right-column .image-top-cta:not(.connect-blue) .info p {font-size: 18px;}
.right-column .image-top-cta .info p big {
    display: inline-block;
    font-size: 16px;
    margin: 15px 0 0;
}
.right-column .image-top-cta .info p big strong { font-weight: 600; }
.right-column .image-top-cta .info .bnn {
    position: relative;
    display: block;
    padding-bottom: 67%;
    margin: 18px 0;
}
.right-column .image-top-cta .info .bnn img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right-column .image-top-cta .info .bnn .play {
  position: absolute;
  right: 16px;
  bottom: 17px;
  border-radius: 7px;
  background: #3B667D;
  color: #fff;
  padding: 7px 12px 6px;
  color: #FFF;
  font-family: "Titillium Web";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all .3s ease;
}
.right-column .image-top-cta .info .bnn:hover .play { opacity: .7 }

@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {
    .services-details-page .image-side-cta .info h2 { font-size: 20px }
    .services-details-page .summary-grid {  grid-template-columns: 50% 50%;  }
}

/*Classes CSS */
.h2link {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 currentColor;
}

.h2link:after {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  font-size: .65em;
  margin-left: 8px;
  transition: all .3s ease;
  text-decoration: none;
  box-shadow: none;
}

.h2link:hover:after {
  margin-left: 16px;
}

.image-top-cta.classes-cor .info { background: #FFF }

.classes-color .btn-layout.white-btn-layout{
	color: black;
	background-color: #fff;
	border-bottom: solid 2px black;
	margin-top: 50px;
	padding: 7px 57px;
}

/* new individual services */
.info .underButton {
    font-family: "OpenSans-Bold", "Open Sans Bold", "Open Sans", sans-serif;
    font-weight: 700!important;
    color: #ffffff;
    text-align: left;
    font-size: 15px!important;
    line-height: normal;
    padding-top: 8px;
    
}

.underButton:after {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  font-size: .85em;
  margin-left: 3px;
  transition: all .3s ease;
  text-decoration: none;
  box-shadow: none;
}

.underButton:hover{
     box-shadow: inset 0 -1px 0 currentColor;
}

.underButton:hover:after {
  margin-left: 16px;
}

.wellnessLoc .row .col-lg-6 {
    margin-top: 20px!important;
    margin-bottom:20px!important
}

.wellnessLoc .row .col-lg-6 p {
 margin-bottom: 10px!important;
}

 .wellnessLoc .row .col-lg-6 a {
  text-decoration:underline;
}

.image-top-cta.classes-color.bussLanding a {
    padding: 10px 15px;
}

.nutrition .info {
    background: #676B89;   
}

.image-side-cta.left-img.nutrition,.image-side-cta.left-img.nutrition h2, .nutrition .info  h2,.nutrition .info  p  {
	color:white;
}

.nutrition .info  .btn-layout.white-btn-layout{
	color:#676B89;
}

.nutrition .info  .btn-layout.white-btn-layout:hover{
	color:white;
	background-color:#676B89;
	border-bottom:#676B89;
	
}

.physicalTherapy .info {
    background: #425C68;   
}

.image-side-cta.left-img.physicalTherapy,.image-side-cta.left-img.physicalTherapy h2, .physicalTherapy .info  h2,.physicalTherapy .info  p  {
	color:white;
}

.physicalTherapy .info  .btn-layout.white-btn-layout{
	color:#425C68;
}

.physicalTherapy .info  .btn-layout.white-btn-layout:hover{
	color:white;
	background-color:#425C68;
	border-bottom:#425C68;
	
}

.login .info {
    background: #5C737E;   
}

.image-side-cta.left-img.login,.image-side-cta.left-img.login h2, .login .info  h2,.login .info  p  {
	color:white;
}

.login .info  .btn-layout.white-btn-layout{
	color:#5C737E;
}

.login .info  .btn-layout.white-btn-layout:hover{
	color:white;
	background-color:#5C737E;
	border-bottom:#5C737E;
	
}

.wellness .info {
    background: #7094AA;   
}

.image-side-cta.left-img.wellness,.image-side-cta.left-img.wellness h2, .wellness .info  h2,.wellness .info  p  {
	color:white;
}

.wellness .info  .btn-layout.white-btn-layout{
	color:#7094AA;
}

.wellness .info  .btn-layout.white-btn-layout:hover{
	color:white;
	background-color:#7094AA;
	border-bottom:#7094AA;
	
}


.bussLanding .info {
    background: #7094AA;   
}

.image-side-cta.left-img.bussLanding,.image-side-cta.left-img.bussLanding h2, .bussLanding .info  h2,.bussLanding .info  p  {
	color:white;
}

.bussLanding .info  .btn-layout.white-btn-layout{
	color:#7094AA;
}

.bussLanding .info  .btn-layout.white-btn-layout:hover{
	color:white;
	background-color:#7094AA;
	border-bottom:#7094AA;
	
}

.indLanding .info {
    background: #7094AA;   
}

.image-side-cta.left-img.indLanding,.image-side-cta.left-img.indLanding h2, .indLanding .info  h2,.indLanding .info  p  {
	color:white;
}

.indLanding .info  .btn-layout.white-btn-layout{
	color:#7094AA;
}

.indLanding .info  .btn-layout.white-btn-layout:hover{
	color:white;
	background-color:#7094AA;
	border-bottom:#7094AA;
	
}
