
/* Editables */
 .editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
     clear: none; 
 }


 

/* Featuredblocks */
.section.fb-grid-a-title-overlaps-image .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__title {
    background-color: #FFFFFF;
    color: #152a3a;
}
.section.fb-grid-a-title-overlaps-image .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__wrap:after {
    display: none;
}
.featuredblocks-grid-a .featuredblocks .featuredblock__title {
    font-family: "raleway-bold";
    font-size: 1.125rem;
    line-height: 1.625rem;
    text-align: center;
    margin-bottom: 16px;
    display: block;
}

/* Testimonials */
.section--light .editable .wrap_testimonials_inner h1 {
    text-transform: unset;
}

/* Custom colors */
.section.fb-grid-a-section-overlap .section--light .featuredblocks-grid-a .featuredblocks {
    background-color: white;
}
.wrap_testimonials {
    background: rgba(255, 255, 255, 0.9) !important;
}
.btn_cta {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.btn_cta a {
    display: flex;
    font-family: "roboto", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 0.875rem;
    text-transform: none;
    margin-top: 24px;
    margin-bottom: 10px;
    text-align: center;
    width: 13.75rem;
    height: 2.25rem;
    padding: 7px 8px 5px;
    max-width: 100%;
    border-radius: 0;
    transition: color 0.2s, background-color 0.2s, border 0.2s;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-weight: 700;
    font-style: normal;
    box-shadow: 2px 2px 0 0 #008080, inset 2px 2px 0 0 #008080;
    background: rgba(0, 128, 128, 0.7);
    color: white !important;
    text-decoration: none !important;
}
.btn_cta a:hover {
    box-shadow: 2px 2px 0 0 #008080, inset 2px 2px 0 0 #008080;
    background: #008080;
    color: white !important;
}
.videobanner-a__button .cta__button.component__button--1,
.section--dark .header-g .cta-a .cta__links-wrapper .cta__button.component__button--1 {
    box-shadow: 2px 2px 0 0 #008080, inset 2px 2px 0 0 #008080;
    background: rgba(0, 128, 128, 0.7);
    color: white !important;
}
.videobanner-a__button .cta__button.component__button--1:hover,
.section--dark .header-g .cta-a .cta__links-wrapper .cta__button.component__button--1:hover {
    box-shadow: 2px 2px 0 0 #008080, inset 2px 2px 0 0 #008080;
    background: #008080;
}
.section--light .articles-a .articles__item {
    background-color: #000;
}
.section--light .articles-a .articles__item .article__post-title,
.section--light .articles-a .articles__item .article__post-permalink {
    color: #008080;
}
.section--light .articles__categories.mm-menu {
    background: #f9fbfd;
}
.section--light .articles__categories.mm-menu .mm-title {
    background-color: #008080;
}
.section--light .articles__categories.mm-menu li.articles__categories-item {
    border-color: rgba(0, 128, 128, 0.3);
    background-color: #d9d9d9;
}
.section--light .articles__categories.mm-menu li.articles__categories-item a {
    color: black;
}
.section--dark .copyright__link, .section--dark #copyright__link {
    color: #fff;
}

.section__bg--light-4::before {
    background-color: #fff;
}

/* pull css */

img.left {
    float: left;
    margin: 0 7px 7px 0;
}
i.ic.icon.icon-star {
    color: #d3d337;
}
/* pull css */

/* Media */
@media(max-width: 767px) {
    .editable__container--inner img.align-right {
        float: none !important;
        display: block !important;
        margin: 0 auto 10px !important;
    } 

    img.left {
        float: none !important;
        margin: auto !important;
        display: block !important;
    }
}
@media(max-width: 519px) {
    .wrap_testimonials_inner {
        padding-left: 5px;
        padding-right: 5px;
    } 
}