.mobile-menu-wrapper .logo-mobile img {
  height: 74px;
}

button:hover,
button:focus {
  box-shadow: none !important;
}

ul {
  list-style-type: none !important;
}
ul#mobile-menu {
  text-align: left;
}
.mobile-menu-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (min-width: 1280px) {
  .popout-menu-wrapper {
    display: none;
  }
}

.menu-bars {
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  padding: 0;
  position: relative;
  z-index: 11;
}

.menu-bar {
  width: 23px;
  height: 3px;
  background-color: #048657;
  margin: 7.5px 0;
  transition: 0.3s;
  z-index: 11;
}

.change .menu-bar:first-child {
  transform: rotate(-45deg) translate(-7px, 7px);
}

.change .menu-bar:nth-child(2) {
  opacity: 0;
}

.change .menu-bar:last-child {
  transform: rotate(45deg) translate(-7px, -8px);
}

#close-popout {
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  text-align: right;
}

@media screen and (min-width: 1280px) {
  #menu-bars {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  ul#mobile-menu {
    position: relative;
    list-style: none;
  }
/* 
  ul#mobile-menu li a {
    text-align: left;
  } */

  /* div#popout .sub-menu.open {
    display: block !important;
    opacity: 1;
    visibility: visible;
    transition: ease-in 0.2s;
    max-height: 175px;
  }

  div#popout .sub-menu {
    overflow-y: hidden;
    max-height: 0;
    transition: ease-in 0.2s;
    opacity: 0;
  } */

  /* div#popout .button-white {
    margin: 1rem 0 1rem 1.25rem;
    border: 2px solid #fff;
    padding: 0.25rem 1rem;
    color: #fff;
    display: block;
    width: 125px;
    text-align: center;
  } */

  /* div#popout .button-yellow {
    margin: 1rem 0 1rem 1.25rem;
    padding: 0.25rem 1rem;
    text-align: center;
    background: #feca33;
    border: 2px solid #feca33;
    font-weight: 700;
    width: 205px;
  }

  div#popout li#menu-item-3045 a {
    color: black;
  } */
}

@media screen and (max-width: 767px) {
  div#popout .menu-item-has-children > a::after {
    right: 0;
  }
}

/* contact-page */
.head-office-admin .admins-block {
  justify-content: center;
}
.head-office-admin .admins-item,
.head-office-admin .admins-item h3 {
  text-align: center !important;
}

/* about-us page */
h3.h3-line-height {
  line-height: 40px;
  margin-top: 1rem !important;
}
.our-story-flex-box {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.our-story-flex-box img {
  width: 100%;
}
@media (min-width: 1280px) {
  .our-story-flex-box {
    flex-direction: row;
  }
  .text-container {
    width: 60%;
  }

  .image-container {
    width: 40%;
  }
}
@media (min-width: 1920px) {
  #our-story p {
    padding: 0 5rem !important;
  }
}

/* About-us page add-on */
.our-mission-text-wrapper {
  padding: 2rem 0;
}
section#our-mission {
  padding: 0 0 2rem;
}
.container-m {
  width: 65%;
  margin: 0 auto;
}
.columns-letter-wrapper {
  text-align: center;
}
#our-mission .btn {
  margin-top: 3rem !important;
}
hr.title-deco-line {
  position: relative;
  height: 2px;
  width: 11%;
  margin: 0.5rem auto;
}

h2.letter-in-column {
  font-family: 'Lora';
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
}
#our-mission p.mission-detail {
  text-align: left;
}
.columns-content-wrapper {
  margin-left: 1rem;
}
.columns-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.columns-loop-contents.is-flex {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 90%;
  padding: 2rem 0;
}
h3.columns-description {
  color: #005a6b;
  width: 143px;
}
#our-mission h3,
#our-mission p {
  padding: 0 !important;
}
.mobile-hidden {
  display: none;
}
@media screen and (min-width: 600px) {
  .columns-content-wrapper {
    width: 399px;
  }
}
@media screen and (min-width: 768px) {
  .columns-letter-wrapper {
    width: 209px;
  }
  .columns-letter-wrapper h2.letter-in-column,
  .columns-letter-wrapper h3.columns-description {
    margin: 0 auto;
  }
  .columns-content-wrapper {
    width: 550px;
  }
}

@media screen and (min-width: 1028px) {
  #our-mission .fa-quote-right,
  #our-mission .fa-quote-left {
    position: absolute;
    color: #005a6b !important;
    font-size: 24px !important;
  }
  #our-mission .fa-quote-left {
    top: 0;
    left: -20px;
  }
  #our-mission .fa-quote-right {
    top: 0;
    right: -20px;
  }
  .mobile-hidden {
    display: block;
  }
  #our-mission p.mission-detail {
    position: relative;
    font-family: 'Lora';
    color: #005a6b;
    font-size: 24px !important;
    font-weight: 700;
    text-align: center;
  }
  .columns-loop-contents.is-flex {
    flex-direction: row;
    justify-content: space-between;
    padding: 1.25rem 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .columns-container {
    align-items: flex-start;
    flex-direction: column;
    justify-content: unset;
    height: 172px;
    transition: all 0.2s ease-in-out;
  }

  .columns-container.is-open {
    height: 340px;
  }

  .columns-content-wrapper {
    position: absolute;
    top: 220px;
    left: 50%;
    width: 650px;
    transform: translateX(-50%);
    text-align: center;
    margin: 0;
    transition: all 0.2s ease-in-out;
  }

  .columns-letter-wrapper {
    width: unset;
  }

  h3.columns-description {
    width: unset;
    max-width: 227px;
    margin-bottom: 0;
    height: 76px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
  }
  h2.letter-in-column {
    cursor: pointer;
  }
  h2.letter-in-column:hover {
    opacity: 0.6;
  }

  .mission-detail {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .container-m {
    width: 50%;
  }
  .columns-loop-contents.is-flex {
    width: 85%;
  }
}
@media screen and (min-width: 1580px) {
  .container-m {
    width: 44%;
  }
  .columns-loop-contents.is-flex {
    width: 70%;
  }
}

/* news-page-new-style added: Jan 2023 */
.line-break.news {
  margin: 0 auto 0 0 !important;
}

.post.blog-item .news-articles-container {
  border-bottom: none !important;
}

.news-container {
  display: flex;
  flex-direction: column;
}

.news-filter {
  width: 100%;
  margin-bottom: 3rem;
}

.blog-filter {
  background: white;
}

.news-blog {
  width: 100%;
}

.border-primary {
  border: 1px solid #048657;
}

.post {
  width: 100%;
  margin-bottom: 4.5rem;
}

.content-blog {
  display: flex;
  flex-wrap: wrap;
}

.news-container .container {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .news-container {
    flex-direction: row;
  }

  .news-filter {
    width: 30%;
  }

  .news-blog {
    width: 70%;
  }

  .post {
    width: 100%;
  }
}

/* filter styling */
@media screen and (min-width: 1024px) {
  .post {
    width: 50%;
  }
}

.option:hover {
  opacity: 0.7;
  cursor: pointer;
}

.option-box {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #048657;
  position: relative;
  transition: all 3s ease-in-out;
}

.option.clicked .option-box::after {
  content: ' ✓';
  color: white;
  position: absolute;
  background: #048657;
  border: 1px solid #048657;
  width: 100%;
  height: 100%;
  transition: all 3s ease-in-out;
}

.option {
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 3s ease-in-out;
}

.option p {
  color: #048657;
  font-size: 1rem;
  margin: 0.5rem !important;
}

#wcd-filter {
  display: flex;
  flex-direction: column;
}

.post-info {
  font-family: 'Proxima-Nova', sans-serif;
  font-weight: 600;
  color: #066e43;
  font-size: 18px;
  margin: 1rem 0 1.5rem;
}

/* single post page */
.related-articles {
  margin-top: 1rem;
}

.addtoany_share_save_container {
  position: relative;
  bottom: -7rem;
}

.single-post {
  position: relative;
}

.related-article-card {
  margin: 1.5rem 0 3rem;
}

.single-post-wrapper {
  margin-top: 6.5rem;
}

.single-post-wrapper .single-hero {
  margin-top: 35px;
}

.button-centered {
  margin: 1rem auto !important;
}

.more-link::hover {
  cursor: pointer !important;
}

.card-single {
  margin: 0 1.5rem;
}

@media screen and (min-width: 768px) {
  .card-single {
    margin: 0 1.5rem;
  }

  .related-article-card-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .related-article-card {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .related-articles {
    margin-top: 4rem;
  }
  .addtoany_share_save_container {
    position: absolute;
    top: 79px;
    left: 69%;
    bottom: unset;
  }

  .shared-counts-wrap {
    top: 6rem;
    right: 4%;
    bottom: unset;
    left: unset;
  }

  .card-single {
    margin: 0 auto;
  }

  .related-article-card-wrapper {
    display: block;
  }

  .related-article-card {
    width: 100%;
    margin: 1.5rem auto 4.5rem;
  }

  .single-post {
    display: flex;
  }

  .single-post-content {
    margin: 0 auto 0 0;
    width: 60%;
  }

  .supplies {
    width: 31%;
  }

  .shared-counts-wrap.after_content.style-buttons a {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 1280px) {
  .related-articles {
    margin-top: 2rem;
  }
  .single-post-wrapper {
    margin-top: 10rem;
  }

  .single-post-content {
    width: 55%;
    margin: 0 auto;
  }

  .supplies {
    width: 25%;
    margin: 1rem 3rem 0 auto;
  }
}

/* Sticky on Blog page */
.sticky {
  position: fixed;
  z-index: 1;
  top: 48px;
  margin: 3rem 0 0;
  width: 89%;
}

@media screen and (min-width: 768px) {
  .sticky {
    width: 26%;
  }
  .blog-filter {
    max-width: 360px;
  }
}

@media screen and (min-width: 1024px) {
  .sticky {
    top: 102px;
  }

  .blog-filter {
    margin: 0 1.5rem 0 0;
  }
}

@media screen and (min-width: 1280px) {
  .sticky {
    top: 148px;
  }

  .addtoany_share_save_container {
    left: 71%;
  }
}

@media screen and (min-width: 1620px) {
  .addtoany_share_save_container {
    left: 72%;
  }
}

.hero.single-hero .post-thumbnail {
  aspect-ratio: 2/1 !important;
  height: unset;
}

h2.post-title a {
  font-family: Lora, sans-serif;
  font-size: 20px;
}

a.a2a_dd.addtoany_share_save.addtoany_share {
  display: none;
}

h2.blog-post-title,
h2.post-title {
  line-height: 1.2 !important;
}

h2.blog-post-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*Mar-2023*/

#campaign-page h1{
    padding: 4rem 2rem;
    max-width: 447px;
    margin: 0 auto;
    text-align: center;
}

#campaign-page ul li{
    list-style-type: disc !important;
    margin-top: 0 !important;
}


#campaign-page .hero-body {
  padding: unset !important;
  height: 50vh;
  min-height:900px;
  margin: 0 auto;
  transition: transform 6s ease-in-out;
}

#campaign-page .hero-content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

#campaign-page .hero-content-wrapper  .hero-text {
    width: 100%;
  }

#campaign-page .hero-form {
    width: 100%;
  }
  
#campaign-page .contact-form {
    right: 0;
    width: 100%;
    top: 21px;
}

#campaign-page #supportive-assisted-living {
    margin-top: 338px;
}

.is-relative {
  position: relative;
}

.is-absolute {
  position: absolute;
}

.has-background-primary-translucent {
  background-color: rgba(4, 134, 87, 0.8) !important;
}

.has-background-light {
  background-color: #fff !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.has-text-centered {
  text-align: center;
}

.form-title {
  padding: 1rem 1rem 0;
}

#content #campaign-page p a {
    color: #048657 !important;
    font-family: 'Proxima-Nova', sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 1;
    background: transparent !important;
    text-transform: uppercase !important;
    width: 250px !important;
    padding: 1rem !important;
    letter-spacing: 2px;
    border: 2px solid #048657 !important;
    transition: 0.3s ease;
    margin-top: 1.5rem !important;
}

#content #campaign-page p a:hover {
      color: #fff !important;
      background: #048657 !important;
}

html {
  scroll-behavior: smooth;
}

#form {
  scroll-margin-top: -3.5em;
}

@media screen and (min-width: 464px) {
#campaign-page #supportive-assisted-living {
    margin-top: 303px;
}
}


@media screen and (min-width:768px) {
    
    #campaign-page .contact-form{
        top: 0;
    }
    
    
    #campaign-page .hero-form {
        width: 55%;
    }
    
     #campaign-page #supportive-assisted-living{
         margin-top: 3rem;
  }
  
    
    #campaign-page .hero-content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    top: 0;
    }
    
    #campaign-page .hero-content-wrapper .hero-text{
      width: 40%;
    }
    
    #campaign-page .hero-text .has-text-centered {
        transform: translateY(85%);
    }
    
    #campaign-page .hero-body{
        height: 100vh;
    }
}


@media screen and (min-width:1280px) {
    
    #campaign-page .hero-body{
        height: 100vh;
    }
    

#campaign-page .hero-form {
        width: 50%;
    }
    
}


@media screen and (min-width: 1366px) {
  #campaign-page .hero-body {
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 1400px) {
  #campaign-page .hero-body {
    margin-bottom: 5rem;
  }
}

#campaign-page .wpforms-container-full {
  background: #fff!important;
  padding: 0 2.505rem 2.505rem!important;
}

#campaign-page .wpforms-container-full .wpforms-field-container input[type=email],
#campaign-page .wpforms-container-full .wpforms-field-container input[type=tel],
#campaign-page .wpforms-container-full .wpforms-field-container input[type=text]{
  min-width: 100%;
  height: auto !important;
  background: #ebf6f5!important;
  font-family: Open Sans,sans-serif!important;
  color: #000!important;
  border: none!important;
  border-radius: 0!important;
  padding: 1rem 0 1rem 1rem!important;
  font-size: 16px!important;
  line-height: 25px!important;
  box-shadow: none;
}

#campaign-page .wpforms-container-full .wpforms-field-container input::placeholder, 
#campaign-page .wpforms-container-full .wpforms-field-container textarea::placeholder,
#campaign-page .choices__item.choices__placeholder{
  color: #000!important;
}

#campaign-page div.wpforms-container-full .wpforms-form .choices .choices__inner {
  min-height: 38px;
  border-radius: 2px;
  font-family: Open Sans,sans-serif!important;
  color: #000!important;
  border: none!important;
}

#campaign-page .wpforms-container-full .wpforms-field-container .choices__inner {
  color: #000!important;
  text-align: left!important;
  background: #ebf6f5!important;
  padding: 1rem!important;
  min-width: 100%!important;
}

.wpforms-container-full .wpforms-form textarea.wpforms-field-medium, .wpforms-container-full .wpforms-field-container input[type=email], .wpforms-container-full .wpforms-field-container input[type=password], .wpforms-container-full .wpforms-field-container input[type=search], .wpforms-container-full .wpforms-field-container input[type=tel], .wpforms-container-full .wpforms-field-container input[type=text], .wpforms-container-full .wpforms-field-container input[type=url], .wpforms-container-full .wpforms-field-container textarea {
    font-family: Open Sans,sans-serif!important;
    color: #000!important;
    border: none!important;
    border-radius: 0!important;
    padding: 1rem 0 1rem 1rem!important;
    font-size: 16px!important;
    line-height: 25px!important;
    box-shadow: none;
    background: #ebf6f5!important;
}

.wpforms-container-full .wpforms-field-container input[type=email], .wpforms-container-full .wpforms-field-container input[type=password], .wpforms-container-full .wpforms-field-container input[type=search], .wpforms-container-full .wpforms-field-container input[type=tel], .wpforms-container-full .wpforms-field-container input[type=text], .wpforms-container-full .wpforms-field-container input[type=url], .wpforms-container-full .wpforms-field-container textarea {
  font-family: Open Sans,sans-serif!important;
  color: #000!important;
  border: none!important;
  border-radius: 0!important;
  padding: 1rem 0 1rem 1rem!important;
  font-size: 16px!important;
  line-height: 25px!important;
  box-shadow: none;
  background: #ebf6f5!important;
}

#campaign-page .wpforms-container-full button[type=submit] {
  color: #048657!important;
  font-family: Open Sans,sans-serif!important;
  font-weight: 700!important;
  font-size: 20px!important;
  line-height: 1;
  background: transparent!important;
  text-transform: uppercase!important;
  width: 250px!important;
  padding: 1rem!important;
  letter-spacing: 2px;
  border: 2px solid #048657!important;
  transition: .3s ease;
  margin-top: 1.5rem!important;
}

#campaign-page .wpforms-container-full button[type=submit]:hover {
    color: #fff!important;
    background: #048657!important;
}

#campaign-page .wpforms-submit-container{
    text-align: center;
}


#campaign-page #supportive-assisted-living .care-type-slider p.section-description {
  text-align: center;
  padding: 0 1rem 2rem;
  max-width: 1152px;
  margin: 0 auto;
}

.page-template-page-form-landing #campaign-page .hero-form p {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 2.5rem 2.5rem !important;
}

.page-template-page-form-landing #campaign-page .wpforms-container-full {
  padding-bottom: 0 !important;
}

.page-template-page-form-landing #campaign-page .hero-body {
  margin-bottom: 0 !important;
  height: unset;

  @media screen and (min-width: 767px) {
    height: 100vh;
  }
}

.page-template-page-form-landing #campaign-page .container.content-wrapper.hero-empty-container {
  min-height: 100%;
  display: flex;
  align-items: center;
}

.page-template-page-form-landing #campaign-page .container.content-wrapper.hero-empty-container .hero-content-wrapper {
  align-items: center;
}

.page-template-page-form-landing #campaign-page .hero-text .has-text-centered {
  transform: unset;
}