/*!
Theme Name: SBH Center 5
Theme URI: https://sunshinebehavioralhealth.com/
Author: func.media
Author URI: https://sunshinebehavioralhealth.com/
Description: An evolving theme for Sunshine Behavioral Health Centers.
Version: 5.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: <?php echo get_field('site_name', 'option') ?> Theme
Tags: translation-ready

This theme, like WordPress, is licensed under the GPL.
*/


/* Global Elements */
.wrap {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section:not(.page-banner) {
  display: flex;
  justify-content: center;
  padding: 120px 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section:not(.page-banner) > .wrap {grid-gap: 60px;}
.section > .wrap > .content {
  display: flex;
  justify-content: center;
  grid-gap: 120px;
  width: 100%;
}
.section:not(.page-banner) .headline .links{
  justify-content: center;
}
.section > .wrap > .headline{
  display: flex;
  grid-gap:4px;
  flex-direction: column;
}
.section .headline .links{
  margin-top: 20px;
}
.section > .wrap > .content > .column {
  flex: 50%;
  /* align-self: center; */
  grid-gap: 40px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section > .wrap > .content > .column.v-middle {
  align-self: center;
}
.section > .wrap > .content > .column.h-middle,
.section > .wrap > .content > .column.h-middle .row,
.section > .wrap > .content > .column.h-middle .row > * {
  justify-items: center;
  justify-self: center;
  text-align: center;
}
.section > .wrap > .content > .column.sidebar {
  flex: 0 0 320px;
}
.section > .wrap > .content > .column:first-child:last-child {
  justify-content: center;
}
.section > .wrap > .content > .column:first-child:last-child .row {
  justify-content: center;
}
.section > .wrap > .content > .column > .row {
  width:100%;
  padding: 0;
}
.heading h1
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6,
.headline-text h1,
.headline-text h2,
.headline-text h3,
.headline-text h4,
.headline-text h5,
.headline-text h6{
  margin-top:0;
}
.links {
  display: flex;
  align-items: center;
  align-content: center;
  grid-gap: 20px;
}
.links label {
  color: var(--dark_grey_color);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.link{
  font-size: 0.88em;
}
.button {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: var(--black_color);
  border-radius: 4px;
  background-color: var(--yellow_color);
}
.button > a {
  padding: 12px 24px;
  display: flex;
  align-items: center;
  align-content: center;
  grid-gap: 8px;
  justify-content: center;
}
.button > a:not([href="#"]):hover {
  text-decoration: none;
  background-color: hsl(0deg 0% 0% / 12%);
}
.button a {
  color: var(--black_color);
}
.section .item > .content {
  display:flex;
  flex-direction: column;
  grid-gap: 8px;
}
.dark-blue-bg{
  background: url(/wp-content/themes/sunshine_bh_5.0/images/bg-dark-blue-pattern.jpg) center/cover no-repeat;
}
.light-blue-bg{
  background: url(/wp-content/themes/sunshine_bh_5.0/images/bg-light-blue-pattern.jpg) center/cover no-repeat;
}

.aspect-ratio {
  padding-bottom: 100%;
  height: 0;
  position: relative;
}
.aspect-ratio > * {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.aspect-ratio > * > * {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  align-content: center;
  justify-content: space-between;
}
.aspect-ratio > * > * > * {
  object-fit: cover;
  object-position: center;
}
/* End of Global Elements */

/* Start of Gravity Form */
.gform_wrapper{
  margin-top:40px;
  margin-bottom:40px;
}
.gform_wrapper .gform_submission_error{
  font-size:32px;
  color: var(--bright_blue_color);
}
/* End of Gravity Form */

/* Swiper Slider */
.swiper-container-initialized{
  width:100%;
}
.swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}
.slider{
  width: 100%;
}
.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next, 
.swiper-button-prev {
  color: var(--bright_blue_color);
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.swiper-button-next{
  background-image: url(/wp-content/themes/sunshine_bh_5.0/images/staple-img/slider-left.png);
}
.swiper-button-prev {
  background-image: url(/wp-content/themes/sunshine_bh_5.0/images/staple-img/slider-right.png);
}
.swiper-button-next::after, 
.swiper-button-prev::after {
  content: none;
}
/* End of Swiper Slider */

/* Content Type */

  /* Headline */
  .subheading{
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-family: "Noto Serif", serif;
  }
  .headline-text > .wrap{
    grid-gap: 4px;
  }
  .headline-text > .wrap {
    grid-gap: 4px;
  }
  .section:not(.page-banner) > .wrap > .headline > *{
    text-align:center;
  }
  .section:not(.page-banner) > .wrap > .headline .heading > *{
    margin:0;
  }
  /* End of Headline */

  /* Text Editor */
  .section .text-editor{
    width:100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* align-items: center; */
    /* text-align: center; */
  }
  /* End of Text Editor */

  /* Media */
  .section .media,
  .section .media img,
  .section .media video{
    width:100%;
    max-width: 100%;
  }
  .section .media .gallery{
    display: grid;
    grid-auto-flow: row;
    grid-gap: 28px;
  }
  .section .media .gallery .gallery-slider {
    height: 100%;
    width: 100%;
  }
  .section .media .gallery .gallery-thumbs {
    height: 100%;
    box-sizing: border-box;
  }
  .section .media .gallery .gallery-thumbs .swiper-slide {
    max-width: 160px;
    max-height: 100px;
    opacity: 0.4;
    cursor:
    pointer;
  }
  .section .media .gallery .gallery-thumbs .swiper-slide-active {
    opacity: 1;
  }
  .section .media .video{
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }
  .section .media .video iframe{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  /* End of Media */

  /* Slider */
  .section .slider{
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .section .slider .item{
    width:100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    height: auto;
  }
  /* End of Slider */

  /* Accordion */
  .section .accordions {
    width: 100%;
  }
  .section .accordions .item{
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.15);
  }
  .section .accordions .item:last-child{
    border-bottom: 0;
  }
  .section .accordions .item .title{
    font-size: 1.2em;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    cursor:
    pointer;
    grid-gap: 24px;
    padding: 20px 0;
  }
  .section .accordions .item .title i{
    width:24px;
    height:24px;
    padding-top: 4px;
    text-align: center;
  }
  .section .accordions .item.active .title{
  }
  .section .accordions .item.active .title i:before{
    transform: rotate(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
  .section .accordions .item .content{
    padding: 0 40px 40px 0;
  }
  .section .accordions .item:not(.active) .content{
    display: none;
  }
  /* End of Accordion */

  /* Repeatable Content */
  .section .repeatable-content {
    display: flex;
    /* padding: 20px 0; */
    width: 100%;
    flex-wrap: wrap;
    grid-gap: 80px;
    display: grid;
    grid-gap: 80px;
  }
  .section .row.slider .repeatable-content .swiper-wrapper {
    height: 100% !important;
    box-sizing: border-box;
    grid-gap: 20px;
  }
  .section .repeatable-content .item .headline{
    display:flex;
    flex-direction:column;
    grid-gap: 12px;
  }
  .section .repeatable-content .item img{
    width:auto;
  }
  .section .row.slider .repeatable-content .item {
    flex: none;
  }
  .section .row.slider .repeatable-content {
    overflow: hidden;
    margin: 0 80px;
    padding: 20px 0;
  }
  .section .row.slider .repeatable-content {
    padding: 20px 0 20px 10px;
  }
  .section .repeatable-content[data-column="1"] {
    grid-template-columns: repeat(1, 1fr);
  }
  .section .repeatable-content[data-column="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .section .repeatable-content[data-column="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .section .repeatable-content[data-column="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .section .repeatable-content[data-column="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .section .repeatable-content[data-column="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  /* End of Repeatable Content */
  
/* End of Content Type */

/* Announcement */
.announcement {
  background: var(--medium_grey_color);
  padding: 12px 20px;
}
.announcement .wrap {
  background: var(--medium_grey_color);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
}
.announcement .wrap .column-1 p {
  margin: 0;
  font-size: 16px;
}
.announcement .wrap .column-2 ul {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  grid-gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.announcement .wrap .column-2 ul li {
  padding: 0;
}
/* End of Announcement */

/* Page Banner */
.section.page-banner {
  min-height:680px;
}
.section.page-banner > .wrap,
.section.page-banner > .wrap > .content > .column,
.section.page-banner > .wrap > .content > .column > .row,
.section.page-banner > .wrap > .content > .column > .row > .media {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
}
.section.page-banner > .wrap {
  max-width: none;
  justify-content: center;
  padding: 0;
  flex-direction: row;
}
.section.page-banner > .wrap > .content {
  grid-gap: 0;
}
.section.page-banner > .wrap > .content > .column {
  width: 100%;
  display: flex;
}
.section.page-banner > .wrap > .content > .column:first-child {
  display: flex;
  justify-content: center;
  justify-content: center;
}
.section.page-banner:not([data-column="1"]) > .wrap {
  min-height: 680px;
}
.section.page-banner:not([data-column="1"]) > .wrap > .content > .column:first-child {
  margin-right: -40px;
  padding: 80px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
.section.page-banner:not([data-column="1"]) > .wrap > .content > .column:last-child {
  margin-left: -40px;
  z-index:-1;
}
.section.page-banner:not([data-column="1"]) > .wrap > .content > .column:first-child > .row{
  align-self: flex-end;
  width: auto;
}
.section.page-banner .headline .wrap {
  flex-direction: column;
  margin: 0;
  grid-gap: 0;
}
.section.page-banner[data-column="2"] .headline .wrap {
  max-width: 560px;
}
.section.page-banner .headline .heading > *{
  margin: 0;
}
.section.page-banner .headline,
.section.page-banner .headline .heading,
.hightlight{
  width:100%;
}
.link a {
  color: var(--bright_blue_color);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.section.page-banner .headline .description {
  margin-top: 20px;
}
.section.page-banner .media {
  padding: 0;
  position: relative;
  height: 100%;
  /* z-index: -1; */
}
.section.page-banner .media > * {
  width: 100%;
  height: 100%;
  display: flex;
}
.section.page-banner img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.section.page-banner[data-column="1"] {
  height:auto;
  min-height:auto;
  max-height:none;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  padding: 100px 60px;
}
.section.page-banner[data-column="1"] > .wrap > .content {
  flex-direction:column;
  grid-gap: 60px;
}
.section.page-banner[data-column="1"] .headline .wrap {
  max-width: 800px;
  margin: 0 auto;
}
.section.page-banner[data-column="1"] .headline .wrap {
  text-align: center;
  align-items: center;
}
.section.page-banner[data-column="1"] .media{
  max-width:1180px;
}
/* End of Page Banner */

/* CTA Banner */
.section.cta-banner > .wrap{
  flex-direction: row;
  grid-gap: 120px;
}
.section.cta-banner > .wrap > .content{
  flex-direction: column;
  grid-gap: 0px;
}
.section.cta-banner > .wrap > .content > .heading{
  margin-bottom:32px;
}
.section.cta-banner > .wrap > .content > .heading > *,
.section.cta-banner > .wrap > .content > .description > *{
  color: #fff;
}
.section.cta-banner > .wrap > .content > .heading h2{
  margin:0;
}
.section.cta-banner > .wrap > .content > .links{
  margin-top: 32px;
}
/* End of CTA Banner */

/* Insurance CTA Banner */
.section.cta-banner.insurance > .wrap > .media{
  order:1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* End of Insurance CTA Banner */

/* Homepage */

  /* Need Help Now */
  .section.cta-banner.need-help-now{
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 1;
  }
  .section.cta-banner.need-help-now > .wrap{
    grid-gap:0;
    display: flex;
    align-items: center;
    padding: 0;
    flex-direction: row;
  }
  .section.cta-banner.need-help-now > .wrap > .content{
    flex-direction: row;
    align-items: center;
    justify-content: start;
    width: auto;
    grid-gap: 32px;
  }
  .section.cta-banner.need-help-now > .wrap > .content > .heading{
    margin-bottom: 0;
  }
  .section.cta-banner.need-help-now > .wrap > .content > .heading > *{
    font-size:28px;
  }
  .section.cta-banner.need-help-now > .wrap > .media{
    width: auto;
    height: calc(100% + 110px);
    max-height: 180px;
    margin: -110px 20px -110px 0;
    display: flex;
    align-content: center;
    align-items: center;
  }
  .section.cta-banner.need-help-now > .wrap > .media > *,
  .section.cta-banner.need-help-now > .wrap > .media > * > *{
    height: 100%;
    /* max-height: 150px; */
    /* width:
    auto; */
    /* max-width: none; */
  }
  .section.cta-banner.need-help-now > .wrap > .media > * > * > img{
    height: 100%;
    max-width: none;
    width: auto;
  }
  .section.cta-banner.need-help-now > .wrap > .content > .links{
    margin-top: 0;
  }
  /* End of Need Help Now */

  /* Services */
  .section.services{
    padding: 0;
    text-align: center;
  }
  .section.services > .wrap{
    max-width: none;
  }
  .section.services .repeatable-content{
    padding: 0;
    grid-gap: 0;
  }
  .section.services .repeatable-content .item{
    background-color:var(--bright_blue_color);
  }
  .section.services .repeatable-content .item:nth-child(even){
    background-color:var(--dark_blue_color);
  }
  .section.services .item .media{ 
    padding-bottom: 100%;
    height: 0;
    position: relative;
  }
  .section.services .item .media .image{ 
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .section.services .repeatable-content .item img{
    width:100%;
    height: 100%;
    object-fit: cover;
  }
  .section.services .repeatable-content .content{
    padding: 24px;
  }
  .section.services .repeatable-content .content *{
    color: #fff;
  }
  /* End of Services */


  /* Success Stories */
  .section.success-stories > .wrap > .content > .column > .stories{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    gap: 30px;
    background-image: url(/wp-content/uploads/2022/09/bg-light-blue-pattern.jpg);
    border-radius:20px;
    max-width: 550px;
  }
  .section.success-stories .stories .heading > *{
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight:400;
    margin-bottom:24px;
  }
  .section.success-stories .stories .description{
    padding: 0 52px;
    position: relative;
  }
  .section.success-stories .stories .description > *{
    font-size: 20px;
  }
  .section.success-stories .stories .description:before,
  .section.success-stories .stories .description:after{
    content: "";
    position: absolute;
    background: url("data:image/svg+xml,%3Csvg width='28' height='22' viewBox='0 0 28 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.59922 0C3.96797 0 0.199219 3.76875 0.199219 8.4L0.199219 21.6H12.1992V9.6L5.59922 9.6V8.4C5.59922 7.19531 5.96953 6.11719 6.53438 5.36484C7.09688 4.61484 7.82109 4.2 8.59922 4.2H9.19922V0L8.59922 0ZM24.1992 0C19.568 0 15.7992 3.76875 15.7992 8.4V21.6H27.7992L27.7992 9.6L21.1992 9.6V8.4C21.1992 7.19531 21.5695 6.11719 22.1344 5.36484C22.6969 4.61484 23.4211 4.2 24.1992 4.2H24.7992V0L24.1992 0ZM7.99922 1.32188V3.15938C7.04766 3.34453 6.18047 3.83672 5.57344 4.64766C4.83516 5.63203 4.39922 6.95391 4.39922 8.4V10.8L10.9992 10.8V20.4H1.39922L1.39922 8.4C1.39922 4.62891 4.3125 1.64063 7.99922 1.32188ZM23.5992 1.32188V3.15938C22.6477 3.34453 21.7805 3.83672 21.1734 4.64766C20.4352 5.63203 19.9992 6.95391 19.9992 8.4V10.8L26.5992 10.8L26.5992 20.4H16.9992L16.9992 8.4C16.9992 4.62891 19.9125 1.64063 23.5992 1.32188Z' fill='%230276C0'/%3E%3C/svg%3E") top center/100% no-repeat;
    width: 1.5em;
    height: 1.5em;
  }
  .section.success-stories .stories .description:before{
    left: 0;
  }
  .section.success-stories .stories .description:after{
    left: auto;
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
  }
  /* End of Success Stories */

  /* Additions We Treat */
  .section.addictions-we-treat .repeatable-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    grid-gap: 20px;
    padding: 0;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .section.addictions-we-treat .repeatable-content .item{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 28px;
    border: 1px solid var(--bright_blue_color);
    border-radius: 4px;
    align-content: center;
    text-align: center;
    flex: auto;
    width: auto;
  }
  .section.addictions-we-treat .repeatable-content .item .heading > *{
    line-height:1.2;
  }
  /* End of Additions We Treat */

  /* Blog */
  .section.blog .section.recent-posts{
    padding:0;
  }
  .section.blog .section.recent-posts > .wrap > .content{
    grid-gap: 32px;
  }
  .section.blog .section.recent-posts > .wrap > .content > .item{
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
  }
  .section.blog .section.recent-posts .media .aspect-ratio {
    grid-gap: 32px;
  }
  .section.blog .section.recent-posts .headline {
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    margin-top: 20px;
  }
  .section.blog .section.recent-posts .headline > .subheading {
    font-size:14px;
    text-transform: none;
    font-family: inherit;
    letter-spacing: normal;
    color: var(--dark_grey_color);
  }
  .section.blog .section.recent-posts .headline > .heading {
    font-size:24px;
  }
  .section.blog .section.recent-posts .headline > .heading a {
    color:inherit;
  }
  /* End of Blog */

  /* Start of FAQs Rehab */
  .section.faqs-rehab{
    padding-bottom:0;
  }
  .section.faqs-rehab .accordions{
      max-width: 720px;
  }
  /* End of FAQs Rehab */

/* End of Homepage */

/* Rehab Centers */
  .section.health-facilities .section.rehab-centers{
    padding: 0;
    flex-direction: column;
    grid-gap: 80px;
    margin-top: 0;
  }
  .section.health-facilities .section.rehab-centers .rehab-center{
    display: flex;
    flex: 1 1 50%;
  }
  .section.health-facilities .section.rehab-centers .rehab-center > *{
    flex: 1 1 50%;
  }
  .section.health-facilities .section.rehab-centers .rehab-center .image *{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .section.health-facilities .section.rehab-centers .rehab-center .info{
    background: url(/wp-content/uploads/2022/09/bg-light-blue-pattern.jpg) center/cover no-repeat;
    padding: 60px;
    grid-gap: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .section.health-facilities .section.rehab-centers .rehab-center .info .name .heading > *{
    font-family: "Poppins", sans-serif;
  }
  .section.health-facilities .section.rehab-centers .rehab-center .info .name .description{
    margin-top: 24px;
  }
  .section.health-facilities .section.rehab-centers .rehab-center .info .name .logo img{
    margin-bottom: 20px;
    max-height:40px;
  }
  .section.health-facilities .section.rehab-centers .rehab-center .info .accrediation,
  .section.health-facilities .section.rehab-centers .rehab-center .info .key-features{
    display: flex;
    grid-gap: 16px;
  }
  .section.health-facilities .section.rehab-centers .rehab-center .info .accrediation .item{
    max-width:88px;
    background: transparent;
  }
  .section.health-facilities .section.rehab-centers .rehab-center .info .key-features{
    flex-wrap: wrap;
  }
  .section.health-facilities .section.rehab-centers .rehab-center .info .key-features .item{
     flex: 1 1 calc(50% - 8px);
     display: flex;
     grid-gap: 12px;
     background: transparent;
  }
  .section.health-facilities .section.rehab-centers .rehab-center .info .key-features .item i{
    color: #40C900;
    margin-top: 5px;
  }
/* End of Rehab Centers */

/* Start of FAQs */
  .section.faqs .accordions{
      max-width: 720px;
  }
/* End of FAQs */

/* Footer */
  /* Rehab Centers */
  .section.rehab-centers{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    text-align: center;
    /* margin-top: 120px; */
  }
  .section.rehab-centers > .wrap{
    max-width:none;
  }
  .section.rehab-centers .repeatable-content {
    grid-gap:0;
  }
  .section.rehab-centers .item{
    background-color: var(--bright_blue_color);
    width: 100%;
  }
  .section.rehab-centers .item:nth-child(even){
    background-color:var(--dark_blue_color);
  }
  .section.rehab-centers .item .media{ 
    padding-bottom: 100%;
    height: 0;
    position: relative;
  }
  .section.rehab-centers .item .media .image{
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .section.rehab-centers .item .media .image > *{
    height: 100%;
    width: 100%;
    display: flex;
  }
  .section.rehab-centers .item .media .image img{
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .section.rehab-centers .item .content{
    padding: 24px;
  }
  .section.rehab-centers .item .content *{
    color: #fff;
  }
  .section.rehab-centers .item .content .heading > *{
    font-size:1em;
  }
  /* End of Rehab Centers */

  /* Need Help Now */
  .section.cta-banner.admission{
    padding: 40px 20px;
    z-index: 1;
  }
  .section.cta-banner.admission > .wrap{
    grid-gap:0;
    display: flex;
    max-width: none;
    padding: 0;
  }
  .section.cta-banner.admission > .wrap > .content{
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    grid-gap: 32px;
  }
  .section.cta-banner.admission > .wrap > .content > .heading{
    margin-bottom: 0;
  }
  .section.cta-banner.admission > .wrap > .content > .heading > *{
    font-size: 32px;
    color: var(--black_color);
    font-family: inherit;
  }
  .section.cta-banner.admission > .wrap > .content > .links .button{
    background-color: var(--bright_blue_color);
  }
  .section.cta-banner.admission > .wrap > .content > .links .button > *{
    color:#fff;
  }
  .section.cta-banner.admission > .wrap > .media{
    max-width:200px;
    margin: -80px 0;
    display: flex;
    align-content: center;
    align-items: center;
  }
  .section.cta-banner.admission > .wrap > .media > *,
  .section.cta-banner.admission > .wrap > .media > * > *{
    height:100%;
    max-height: 150px;
    width:
    auto;
    max-width: none;
  }
  .section.cta-banner.admission > .wrap > .content > .links{
    margin-top: 0;
    min-width: 400px;
  }
  /* End of Need Help Now */
  
/* End of Footer */

/* Start of Blog */
.section.results .filters{
  display: flex;
  justify-content: space-between;
  grid-gap: 32px;
}
.section.results .filters label{
  font-size:0.72em;
}
.section.results .filters .category-dropdown select{
  padding: 10px;
}
/* End of Blog */

/* Start of Blog & Search */
.section.results .filters .category-dropdown,
.section.results .filters .blog-search{
  max-width: 320px;
  width: 100%;
}
.section.results .filters .category-dropdown,
.section.results .filters .blog-search form{
  display: flex;
  flex-direction: column;
  grid-gap: 4px;
}
.section.results .content{
  grid-gap: 100px 60px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.section.results .content > .item {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.section.results .content > .item .media .aspect-ratio {
  padding-bottom: 68%;
}
.section.results .pagination{
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* End of Blog & Search */

/* Start of Mission & Values */
.section.core-values .media{
  max-width:32px;
  margin-bottom:16px;
}
/* End of Mission & Values */

@media screen and (max-width:1280px){
  .announcement .wrap{
    flex-direction:column;
  }
  .announcement .wrap .column-1 p,
  .announcement .wrap .column-2 ul{
    text-align:center;
  }
  .section:not(.page-banner) > .wrap,
  .section > .wrap > .content {
    grid-gap: 60px;
  }
  .section.health-facilities .section.rehab-centers .rehab-center .info{
    padding: 40px;
    grid-gap: 40px;
  }
  .section.cta-banner.need-help-now{
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
  }
  .section.cta-banner > .wrap{
    position: relative;
    padding-bottom: 20px;
  }
  .section.cta-banner.need-help-now > .wrap > .media{
    /* max-height: 110px; */
    height: calc(110% + 0px);
    /* margin: -120px 0; */
    max-height: none;
    height: 160px;
  }
  .section.cta-banner.need-help-now > .wrap > .content{
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 20px;
  }
  .section.cta-banner.need-help-now > .wrap > .content > .description{
    margin-top: -12px;
  }
}

@media screen and (max-width:900px){
  .section .repeatable-content[data-column="3"],
  .section .repeatable-content[data-column="4"],
  .section .repeatable-content[data-column="5"],
  .section .repeatable-content[data-column="6"],
  .section.results .content{
    grid-template-columns: repeat(2, 1fr);
  }
  .section.cta-banner.need-help-now > .wrap > .content{
    padding-bottom: 50px;
  }
  .section.cta-banner.need-help-now > .wrap > .content > .links{
    position:absolute;
    bottom:0;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
  }
  .section.cta-banner.need-help-now > .wrap > .media{
    height: auto;
    width: 210px;
    margin: 0px 20px 80px 0;
  }
  .section.cta-banner.need-help-now > .wrap > .media > *,
  .section.cta-banner.need-help-now > .wrap > .media > * > *,
  .section.cta-banner.need-help-now > .wrap > .media > * > * > img{
    width: 100%;
    height: auto;
  }
  .section.health-facilities .section.rehab-centers .rehab-center{
    flex-direction: column;
  }
  .section.health-facilities .section.rehab-centers .rehab-center .image{
    max-height: 500px;
  }
  .section.health-facilities .section.rehab-centers .rehab-center .info{
    padding: 40px;
    grid-gap: 32px;
    flex-direction: column;
  }
  .section.rehab-centers .repeatable-content {
    grid-gap: 32px;
  }
}

@media screen and (max-width:768px){
  .section:not(.page-banner) {
    padding: 40px 20px;
  }
  .section.page-banner[data-column="1"] > .wrap > .content,
  .section:not(.page-banner) > .wrap{
    grid-gap: 32px;
    flex-direction: column;
  }
  .section > .wrap > .content {
    grid-gap: 32px;
    flex-direction: column;
  }
  .section.page-banner{
    height: auto;
    max-height: none;
    min-height: auto;
    padding-bottom: 40px;
  }
  .section.page-banner:not([data-column="1"]) > .wrap{
    min-height: auto;
  }
  .section.page-banner:not([data-column="1"]) > .wrap > .content > .column:first-child > .row{
    align-self: center;
  }
  .section.page-banner[data-column="2"] .headline .wrap{
    max-width:none;
  }
  .section.page-banner:not([data-column="1"]) > .wrap > .content > .column:first-child{
    padding: 40px 20px;
    order: 1;
    background-image: url(/wp-content/uploads/2022/09/bg-light-blue-pattern.jpg) !important;
  }
  .section.page-banner:not([data-column="1"]) > .wrap > .content > .column:last-child{
    max-height: 240px;
    margin-left: 0;
  }
  .section.cta-banner.admission > .wrap > .content{
    justify-content: flex-start;
  }
  .section.services .repeatable-content,
  .section .repeatable-content[data-column="3"],
  .section.rehab-centers .repeatable-content {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
  }
}

@media screen and (max-width:600px){
  .links {
    display: flex;
    flex-direction: column;
  }
  .links,
  .links > *{
    width: 100%;
  }
  .announcement .wrap .column-1 p,
  .announcement .wrap .column-2 *{
    font-size: 12px;
  }
  .section.cta-banner.admission > .wrap > .content{
    flex-direction:
    column;
    justify-content: center;
    text-align: center;
    grid-gap: 20px;
  }
  .section.cta-banner.admission > .wrap > .content > .heading > *{
    font-size: 24px;
  }
  .section.success-stories > .wrap > .content > .column > .stories{
    padding:32px;
  }
  .section.success-stories .stories .description{
    padding: 0 32px;
  }
  .section.success-stories .stories .description:before, 
  .section.success-stories .stories .description:after{
    width: 1em;
    height: 1em;
  }
  .section.page-banner[data-column="1"] {
    height:auto;
    min-height:auto;
    max-height:none;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    padding: 60px 20px;
  }
  .section .repeatable-content[data-column="1"],
  .section .repeatable-content[data-column="2"],
  .section .repeatable-content[data-column="3"],
  .section .repeatable-content[data-column="4"],
  .section .repeatable-content[data-column="5"],
  .section .repeatable-content[data-column="6"],
  .section.rehab-centers .repeatable-content,
  .section.results .content{
    grid-template-columns: repeat(1, 1fr);
  }
  .section.health-facilities .section.rehab-centers .rehab-center .info .key-features{
    font-size:16px;
  }
  .section.results .filters{
    display: flex;
    flex-direction:column;
  }
  .section.results .filters .category-dropdown,
  .section.results .filters .blog-search{
    max-width: none;
  }
}