  .fx-container {
    width: min(1372px, 90vw);
    margin-inline: auto;
}

.post-masthead {
    display: block;
    position: relative;
}

.post-masthead:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #4174B1;
    position: absolute;
    z-index: 2;
    opacity: .75
}

.post-masthead__img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

.post-masthead__container {
    display: flex;
    justify-content: center;
    min-height: 250px;
    position: relative;
    z-index: 2;
    text-align: center;
    flex-direction: column;
}

.post-masthead__filter {
    background-color: #00335B;
    border-radius: 11px;
    padding: 20px 25px;
    color: #fff;
    width: min(970px, 90vw);
    margin-inline: auto;
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 80%);
    font-weight: 600;
}

@media (min-width: 1025px) {
    .post-masthead__filter {
        transform: translate(-50%, 50%);
    }
}

input.post-masthead__input {
    background-color: #31597E;
    border: none;
    height: 43px;
    width: 275px;
}

.icon-filter {
    background-image: url(/wp-content/themes/mwcc/build/css/"data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg' width='32.498' height='32.5' viewBox='0 0 32.498 32.5'%3E%3Cpath id='filter' d='M31.729,0H1.77A1.269,1.269,0,0,0,.5,1.27a12.4,12.4,0,0,0,4.158,9.259l5.56,4.942a4.524,4.524,0,0,1,1.517,3.378v12.38a1.27,1.27,0,0,0,1.973,1.056l7.49-4.993a1.27,1.27,0,0,0,.565-1.056V18.849a4.524,4.524,0,0,1,1.517-3.378l5.56-4.942A12.4,12.4,0,0,0,33,1.27,1.269,1.269,0,0,0,31.729,0ZM27.154,8.631l-5.56,4.942a7.065,7.065,0,0,0-2.369,5.276v6.707l-4.951,3.3V18.849A7.065,7.065,0,0,0,11.9,13.573L6.345,8.631A9.861,9.861,0,0,1,3.121,2.539H30.377A9.859,9.859,0,0,1,27.154,8.631Zm0,0' transform='translate(-0.5)' fill='%23f6b331'/%3E%3C/svg%3E%0A");
    width: 32px;
    height: 33px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}

.post-masthead__title {
    margin-block: 0 40px;
    color: #FFFFFF;
    font-size: 35px;
    line-height: 1.2
}

@media (min-width: 600px) {
    .post-masthead__title {
        font-size: 55px;
    }
}

.fx-template-single-testimonials {
    display: flex;
    flex-direction: column-reverse;
}

@media (min-width: 768px) {
    .fx-template-single-testimonials {
        flex-direction: row;
    }
}


.cta {
    position: relative;
    color: #fff;
    min-height: 355px;
    margin-bottom: 80px;
    margin-top: 70px;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.cta__bg {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    object-fit: cover;
}

.cta__container {
    position: relative;
    z-index: 2;
    padding: 3rem;
    max-width: 550px;
}

.cta__btn {
    background-color: #f6b332;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 1rem 12px;
    border-radius: 5px;
    line-height: .8;
    display: inline-block;
}

.cta__container h2 {
    font-size: 30px;
    margin-block: 0;
    line-height: 1.2;
}

.spt-header__content {
    position: relative;
}

.testimonial__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding-block: 220px 60px;
    gap: 32px;
}

.page-template-template-blog-posts2 .testimonial__grid {
    width: 100%;
}

@media (min-width: 1025px) {
    .testimonial__grid {
        padding-block: 120px 80px;
    }
}

.testimonial__grid-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    box-shadow: 0px 4px 14px #303B451A;
    border-radius: 11px;
    padding: 2rem;
    margin-top: 85px;
}

@media (min-width: 1025px) {
    .testimonial__grid-item {
        max-width: 330px;
    }
}

img.testimonial__item-img {
    display: block;
    margin-inline: auto;
    border: 3px solid #F6B331;
    border-radius: 10px;
    margin-top: -110px;
    width: 150px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top;
}

a.testimonial__item-link {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    margin-top: auto;
}

.testimonial__item-title {
    color: #00335B;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.testimonial__item-quote {
    display: block;
    margin-bottom: 1.5rem;
}

.testimonial__item-career {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #656565;
    display: block;
    margin-bottom: 10px;
    line-height: 1.2;
}

.testimonial__item-class-of {
    display: block;
    height: 1px;
    margin-bottom: 27px;
    margin-top: 18px;
    border-bottom: 1px solid #D8D8D8;
}

/* Single Page */

.spt-header__img {
    margin: 2rem 1rem 0;
    border-radius: 15px;
    box-shadow: -1px 1px 7px 2px #0000001c;
    width: 82vw;
    height: 319px;
    object-fit: cover;
}

@media (min-width: 600px) {
    .spt-header__img {
        float: right;
        aspect-ratio: 1 / 1;
        width: auto;
    }
}

.spt-header {
    border-radius: 11px;
    background: #008751 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 14px #303B451A;
    padding: 2rem;
    color: #fff;
    position: relative;
    z-index: -1;
    margin-top: 60px;
}

h1.spt-header__title {
    color: #fff;
    margin: 0 !important;
    text-transform: capitalize;
}

.spt-header__class-of {
    display: block;
    color: #00335B;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    background-color: #F6B331;
    display: inline-block;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 5px;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}

.spt-header__career {
    display: block;
    font-size: 25px;
}

@media (min-width: 1024px) {
    .spt-header {
        padding: 2rem 300px 2rem 2rem;
    }

    .spt-header__img {
        margin: -210px 0 2rem 2rem;
    }
}

.testimonial__class-of-spam {
    background: #008751 0% 0% no-repeat padding-box;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px 8px;
    line-height: 1;
    position: relative;
    top: -13px;
    text-transform: uppercase;
}

.testimonial__item-link a {
    font: normal normal 900 18px/24px Lato;
    letter-spacing: 0px;
    text-decoration: none;
    color: #000000;
    margin-bottom: -7px;
    display: block;
}

.testimonial__item-link {
    margin-top: auto;
    border-bottom: 4px solid #f6b33178;
    width: fit-content;
    margin-inline: auto;
    display: flex;
    gap: 5px;
    position: relative;
}

.testimonial__item-link:after {
    content: "";
    content: url(/wp-content/themes/mwcc/build/css/"data:image/svg+xml,%3Csvg id='arrow' xmlns='http:/www.w3.org/2000/svg' width='13.386' height='11.48' viewBox='0 0 13.386 11.48'%3E%3Cg id='Group_9' data-name='Group 9' transform='translate(0 0)'%3E%3Cpath id='Path_2' data-name='Path 2' d='M.8,36.642A.957.957,0,0,1,.97,36.63h9.444l-.206-.1a1.915,1.915,0,0,1-.541-.383L7.018,33.5a.991.991,0,0,1-.139-1.269.958.958,0,0,1,1.437-.125L13.105,36.9a.958.958,0,0,1,0,1.355h0L8.316,43.042a.958.958,0,0,1-1.437-.1.991.991,0,0,1,.139-1.269l2.643-2.653a1.916,1.916,0,0,1,.479-.35l.287-.129H1.023a.991.991,0,0,1-1.01-.8A.958.958,0,0,1,.8,36.642Z' transform='translate(0 -31.842)' fill='%23008751'/%3E%3C/g%3E%3C/svg%3E%0A");
    position: absolute;
    right: 0;
    translate: calc(100% + 5px);
}

.facetwp-dropdown {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background-color: #31597E;
    border: none;
    color: #fff;
    border-radius: 6px;
    padding: 8px 25px 8px 20px;
    text-align: left;
    margin: 0 !important;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
}

.post-masthead__label-wrap {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
}

.post-masthead__label {
    display: none;
}

.post-masthead__label-wrap .post-masthead__label {
    display: block;
}


.facetwp-facet {
    margin-bottom: 0 !important;
    position: relative;
    width: 100%;
}

@media (min-width: 1025px) {
    .facetwp-dropdown {
        width: 275px;
    }

    .post-masthead__label-wrap,
    .facetwp-facet {
        width: auto;
        margin: 0;
    }

    .post-masthead__label {
        display: inline-block;
    }
}

.facetwp-facet:after {
    content: url(/wp-content/themes/mwcc/build/css/"data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg' width='14.609' height='9.118' viewBox='0 0 14.609 9.118'%3E%3Cg id='arrow-angle-pointing-to-right' transform='translate(14.61 -148.867) rotate(90)'%3E%3Cg id='_x38__35_' transform='translate(148.867 0.001)'%3E%3Cg id='Group_21' data-name='Group 21'%3E%3Cpath id='Path_3' data-name='Path 3' d='M157.611,6.311,151.072.379a1.292,1.292,0,0,0-1.827,1.827l5.621,5.1-5.621,5.1a1.292,1.292,0,0,0,1.827,1.827L157.611,8.3a1.283,1.283,0,0,0,.37-.994A1.285,1.285,0,0,0,157.611,6.311Z' transform='translate(-148.867 -0.001)' fill='%23f6b331'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    position: absolute;
    right: 10px;
    top: 3px;
}

/* Blog Page */

.sidebar-testimonial .testimonial__grid {
    padding-block: 1rem;
}

.sidebar-testimonial h3 {
    font-size: 36px;
    font-size: 2.25rem;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    line-height: 1.1;
    color: #0b3155;
    margin-top: 3rem;
    margin-bottom: .5rem;
}

.page-template-template-blog-posts2 .c-main-content,
.page-template-template-blog-posts2 .c-left-navigation {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
}

.blog-content {
    display: flex;
    flex-direction: column-reverse;
}

@media (min-width: 1366px) {
    .page-template-template-blog-posts2 .c-category-browser.taxonomy-blog_category {
        display: block;
    }

    .page-template-template-blog-posts2 .c-left-navigation {
        width: 21.73913% !important;
        margin-right: 4.34783% !important;
    }

    .page-template-template-blog-posts2 .c-main-content {
        width: 73.91304% !important;
    }

    .page-template-template-blog-posts2 .blog-content {
        display: flex;
        flex-direction: row;
    }
}