img.img-skin-rejuvenation {
    margin: auto;
    display: block;
}


/* Header */
.mobileHeader-navWrap {
    padding-top: 5px;
    padding-bottom: 5px;
}
.mobileHeader-logoImg {
    min-height: 70px;
}
/*-------Blog-Page--------*/
.blog-singlepost__content li {
    list-style: disc;
    list-style-position: inside;
}

/* Acadia */
.map-a .map__col.animated {
	background: rgba(255,255,255,.9);
}
h3.staff__title.component__title {
    opacity: 1;
}

/* -- PLE copyright -- */
.copyright__list {
    color: #fff;
    text-align: center;
}

.section-copyright .copyright__item:not(:last-child),
.section-copyright #copyright__item:not(:last-child) {
    border: 0;
}

.section-copyright .copyright__item,
.section-copyright #copyright__item {
    padding: 0;
}

.section-copyright .copyright__item:not(:last-child)::after, .section-copyright #copyright__item:not(:last-child)::after {
  content: '';
}
/* -- / copyright -- */

/* Custom colors */
.section--dark a:hover
.section--dark .breadcrumb__item a:hover,
.section--light .articles__categories-link:hover,
.section--light .articles-a .articles__item .article__post-permalink:hover,
.section--dark .copyright__link:hover, .section--dark #copyright__link:hover {
    color: #02737d;
}
.section--dark a,
.section--dark .breadcrumb__item a,
.section--light .articles__categories-link,
.section--light .articles-a .articles__item .article__post-permalink,
.section--dark .copyright__link, .section--dark #copyright__link {
    color: #008C99;
}
.section--dark .cta__button.component__button--2, .section--dark .cta__button.component__button--2:hover {
    color: white;
}
.btn_cta {
    display: flex;
    justify-content: center;
}
.btn_cta a {
    display: flex;
    font-family: "noto-sans", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 0;
    text-align: center;
    width: 13.75rem;
    height: 2.25rem;
    padding: 4px 8px;
    max-width: 100%;
    border-radius: 20px;
    transition: color 0.3s, background-color 0.3s, border 0.3s;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-weight: 400;
    font-style: normal;
    background-color: #008c99;
    border: 2px solid #008c99;
    color: white !important;
}
.btn_cta a:hover {
    background-color: #02737d;
    border: 2px solid #02737d;
}
.image-container p img {
    max-width: 550px;
    width: 100%;
    height: auto;
}
.image_qr__container--inner img {
  width: 230px !important;
}
.image_qr__container--inner .image {
    text-align: center;
}
.pay_bill_descript h2 {
    color: #008C99 !important;
    font-weight: 600;
}
.pay_bill_descript h3 {
    color: #fff !important;
    font-weight: 600;
    font-size: 3rem;
    text-shadow: 1px 1px 3px #555;
}
.pay_bill_descript {
    display: flex;
    align-items: center;
    min-height: 300px;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
/* Media */
@media(max-width: 1399px) and (min-width: 992px) {
    .logo-horizontal.image-position--left .logo__image,
    .logo-horizontal.image-position--left .logo__image img {
        min-width: 370px;
        aspect-ratio: auto !important;
    }
}
@media(min-width: 992px)  {
    .d-none.d-sm-none.d-md-block .col-lg-4.col-sm-12 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .d-none.d-sm-none.d-md-block .col-lg-8.col-sm-12 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .logo-horizontal.image-position--left .logo__image,
    .logo-horizontal.image-position--left .logo__image img {
        max-width: 445px;
        width: 100% !important;
        
    }
}
@media(max-width: 991px) {
    .logo__image img, .logo-horizontal.image-position--left .logo__image img {
        min-width: 370px;
        max-width: 370px;
    }
    .banner__cta:only-child .cta__button, .banner__cta:only-child .cta__link {
        margin-bottom: 10px;
    }
}
@media(max-width: 767px) {
     .pay_bill_descript {
         min-height: unset;
     }
     img.img-skin-rejuvenation {
        width: 80% !important;
    }
}
