/* Header */
.d-none.d-sm-none.d-md-block div[data-component-name] {
    min-height: unset;
}
.d-none.d-sm-none.d-md-block .logo__title.component__title {
    margin: 0;
}
.d-none.d-sm-none.d-md-block.sticky-nav {
    box-shadow: 0 8px 10px rgb(0 0 0 / 14%);
}

/* Staff Page */
.column_staff {
  float: left;
  width: 50%;
  padding: 10px;
}
.row_staff:after {
  content: "";
  display: table;
  clear: both;
}
.column_review{
  float: left;
  width: 50%;
  padding: 10px;
}
.row_review:after {
  content: "";
  display: table;
  clear: both;
}
.staff li {
    padding-bottom: 10px;
}

/* -- testimonials section -- */
.ple-column--single.ple-module-container.testimonials__container--inner.testimonials__container--inner {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 3px 1px 19px -3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 3px 1px 19px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 1px 19px -3px rgba(0, 0, 0, 0.75);
    width: 95%;
    margin: 0 auto;
    padding: 25px 0 0;
    margin-bottom: 40px;
}
.wrap_testimonials {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 3px 1px 19px -3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 3px 1px 19px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 1px 19px -3px rgba(0, 0, 0, 0.75);
    width: 95%;
    margin: 0 auto;
    padding: 25px 0 0;
}
.wrap_testimonials_inner {
    margin: 0 auto;
    padding: 15px 35px 35px;
    text-align: center;
}
.wrap_testimonials_inner h1 {
    text-transform: uppercase;
}
.btn_cta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.btn_cta a {
    display: flex;
    font-family: "noto-sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 16px;
    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;
    color: white !important;
}

/* Map */
.map-a .map__col.animated {
	background: rgba(255,255,255,.9);
}

/* Forms */
.form__group {
    margin-top: 12px;
    margin-bottom: 16px;
}
.form-control {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px #d0d0d0;
    color: #111111;
    transition: all 0.3s;
    border-color: #d0d0d0;
}
.leadFormInfo {
    font-family: "noto-serif", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1;
}
.form-wrap__submit {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-wrap__submit input {
    display: flex;
    font-family: "noto-sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 16px;
    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;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #19316F;
    border: 2px solid #19316F;
    text-decoration: none;
}
.form-wrap__submit input:hover {
    color: #FFFFFF;
    background-color: #224399;
    border: 2px solid #19316F;
    text-decoration: none;
}

/* -- PLE copyright -- */
.copyright__list, .section--dark .copyright__link {
    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: '';
}

/* Custom colors */
.section--dark .cta__button.component__button--1,
.section--dark .cta__button.component__button--2 {
    background-color: white;
    border-color: white;
}
.section--dark .cta__button.component__button--1:hover,
.section--dark .cta__button.component__button--2:hover {
    background-color: transparent;
    border-color: white;
    color: white;
}
.section--light .cta__button.component__button--1,
.section--light .cta__button.component__button--2,
.btn_cta a,
.form-wrap__submit input {
    background-color: #0378a6;
    border-color: #0378a6;
}
.section--light .cta__button.component__button--1:hover,
.section--light .cta__button.component__button--2:hover,
.btn_cta a:hover,
.form-wrap__submit input:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #1b98a6;
    background-color: #1b98a6;
}
.section--light .editable__container a {
    color: #0384d7;
}
.section--light .editable__container a:hover {
    color: #4eabe9;
}
.section--light .editable__container h2, .section--light .editable__container h3,
.section--light .article__content h2, .section--light .article__content h3, .invert-colors .article__content h2, .invert-colors .article__content h3  {
    color: #1B98A6;
}
.section--light .articles-a .articles__item {
    background-color: transparent;
}
.section--light .articles-a .articles__item .article__post-title,
.section--light .articles-a .articles__item .article__post-permalink {
    color: #0384d7;
    text-decoration: none;
}
.section--light .articles-a .articles__item .article__post-title:hover {
    color: #1B98A6;
}
.section--light .articles-a .articles__item .article__post-permalink:hover {
    color: #4eabe9;
}
.section--light .articles-a .articles__item .article__post-content p {
    color: black;
}
.articles__categories-item:hover {
    background: rgba(255,255,255,.5);
}
.articles__categories-item.active.mm-selected .articles__categories-link {
    color: #0378A6;
}
.articles__categories-link {
    text-decoration: none !important;
}
.section--light .article__content h2, .section--light .article__content h3, .invert-colors .article__content h2, .invert-colors .article__content h3 {
    color: #1b98a6;
}
.section--light .articles__categories.mm-menu,
.articles__categories .mm-navbar,
.section--light .articles__categories.mm-menu .mm-listview {
    background: white;
    border-color: black;
}
.section--light .articles__categories.mm-menu .mm-navbar a, .section--light .articles__categories.mm-menu .mm-navbar > * {
    color: black;
}
.section--light .articles__categories-link {
    color: black;
}
.section--light .articles__categories-link:hover {
    color: #4eabe9;
}


/* Media */
@media(min-width: 768px) {
    .img-mobile {
        float: right;
        max-width: 100%;
    }
}
@media(max-width: 767px) {
    .banner__cta .cta__button {
        margin: 5px 0 5px;
    }
    .container-fluid .banner-a .banner__text-wrapper {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .wrap_testimonials_inner {
        padding: 15px 05px;
    }
    .wrap_testimonials_inner h1 {
        font-size: 28px;
        line-height: 30px;
    }
    .wrap_testimonials img {
        max-width: 490px;
        width: 100%;
        margin-bottom: 20px;
    }
    .img-mobile {
        max-width: 100%;
    }
}