/* <!-- Universal Styles START --> */

article.ac-marry-me {
    margin-bottom: 0;
}

.ac-marry-me a:hover,
.ac-marry-me a:focus {
    outline: 0px !important;
    text-decoration: none !important;
}

.ac-mm-bg-grey {
    background: #f6f6f6;
}

.ac-mm-img-zoom {
    display: block;
    overflow: hidden;
    position: relative;
}

.ac-mm-img-zoom img {
    transform: scale(1);
    transition: transform 0.3s ease;
}

.ac-mm-bg-light-grey {
    background: #fafafa;
}

.ac-mm-bg-navy {
    background: #333F48;
}

.ac-mm-container {
    margin: 0 auto;
    max-width: 1340px;
    width: calc(100% - 20px);
}

.ac-mm-eyebrow {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 22px;
    text-transform: uppercase;
}

.ac-eyebrow--grey {
    color: #A2AAAD;
}

.ac-mm-heading {
    color: #373737;
    font-family: Sentinel A, Sentinel B, Georgia, serif;
    font-size: 36px;
    line-height: 48px;
}

.ac-mm-heading--white {
    color: #fff;
}

.ac-mm-wysiwyg {
    color: #373737
}

.ac-mm-wysiwyg p {
    color: #373737;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}

.ac-mm-wysiwyg p:not(:first-child) {
    margin-top: 15px;
}

.ac-mm-button {
    background: #372643;
    border: 1px solid #372643;
    border-radius: 0px;
    box-sizing: content-box;
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    padding: 15px 34px 15px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    margin-top: auto;
}

.ac-mm-button--peach {
    background: #d7756b;
    border: 1px solid #d7756b;
    text-decoration: none !important;
}

.ac-mm-button--white {
    background: #fff;
    color: #333F48 !important;
    text-decoration: none !important;
}

.ac-mm-button-link {
    border-bottom: 2px solid #333F48;
    box-sizing: content-box;
    color: #333F48;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.6px;
    line-height: 30px;
    padding: 0 0 2px;
    text-transform: uppercase;
}

.ac-mm-button-link--white {
    border-color: #fff;
    color: #fff !important;
    text-decoration: none !important;
}

@media screen and (min-width: 768px) {
    .ac-mm-eyebrow {
        font-size: 17px;
        letter-spacing: 2px;
    }
    .ac-mm-heading {
        font-size: 44px;
        line-height: 63px;
    }
    .ac-mm-wysiwyg p {
        font-size: 21px;
        line-height: 38px;
    }
    .ac-mm-wysiwyg p:not(:first-child) {
        margin-top: 17px;
    }
    .ac-mm-button-link {
        font-size: 16px;
    }
    .ac-mm-button {
        font-size: 16px;
        line-height: 18px;
        padding: 19px 62px 19px;
    }
}

@media screen and (min-width: 1024px) {
    .ac-mm-eyebrow {
        font-size: 18px;
    }
    .ac-mm-heading {
        font-size: 46px;
        line-height: 65px;
    }
    .ac-mm-img-zoom:hover img {
        transform: scale(1.04);
    }
    .ac-mm-button:hover {
        background: #453154;
        border-color: #453154;
    }
    .ac-mm-button.ac-mm-button--peach:hover {
        background: #E2AD98;
        border-color: #E2AD98;
    }
    .ac-mm-button-link--white:hover {
        border-bottom-color: transparent;
    }
    .ac-mm-button--white:hover {
        background: #f1f4f6;
        border-color: #C8102E;
    }
}


/* <!-- Universal Styles END --> */


/* <!-- Hero Styles START --> */

.ac-mm-hero {
    display: block;
    position: relative;
    background: #000;
}

.ac-mm-hero__bg {
    display: block;
    z-index: 1;
    width: 100%;
}

.ac-mm-hero__bg {
    display: none;
}

.ac-mm-hero__bg.mobile {
    display: block;
}

.ac-mm-hero__bg__picture {
    display: block;
    width: 100%;
}

.ac-mm-hero__bg__img {
    display: block;
    width: 100%;
}


/* MEDIUM ------------------------------------------------------> */

@media screen and (min-width: 768px) {
    .ac-mm-hero__bg {
        display: block;
    }
    .ac-mm-hero__bg.mobile {
        display: none;
    }
}


/* Large ------------------------------------------------------> */

@media screen and (min-width: 1024px) {}


/* XL ------------------------------------------------------> */

@media screen and (min-width: 1200px) {}


/* XXL ------------------------------------------------------> */

@media screen and (min-width: 1340px) {}


/* <!-- Hero Styles END --> */


/* <!-- Intro Styles START --> */

.ac-mm-description {
    background: #000;
    overflow: hidden;
    padding: 60px 0 90px;
    position: relative;
    width: 100%;
}

.ac-mm-description .intro {
    color: #fff;
}

.ac-mm-description .description {
    margin: 10px auto 0;
    color: #fff;
}

.ac-mm-description .description a {
    color: #fff;
    text-decoration: underline;
}

.ac-mm-description .description a:hover {
    color: #acacac;
}

.ac-mm-description__container {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 60px);
    z-index: 2;
}

.ac-mm-description__caption__desc {
    margin-top: 20px;
}

.ac-mm-description__caption__heading,
.ac-mm-description__caption__desc p {
    color: #fff;
}

.ac-mm-description__caption__button.btn--secondary {
    color: #fff;
    border-color: #fff;
}


/* MEDIUM ------------------------------------------------------> */

@media screen and (min-width: 768px) {
    .ac-mm-description {
        padding: 113px 0 87px;
    }
    .ac-mm-description .description {
        margin: 10px auto 0px;
        max-width: 80%;
    }
    .ac-mm-description__container {
        width: calc(100% - 160px);
    }
    .ac-mm-description__caption__desc {
        margin-top: 22px;
    }
    .ac-mm-description__caption__button {
        margin-top: 28px;
    }
    .ac-mm-description .intro .description {
        font-size: 26px;
        line-height: 43px;
    }
}


/* Large ------------------------------------------------------> */

@media screen and (min-width: 1024px) {
    .ac-mm-description {
        padding: 145px 0 85px;
    }
    .ac-mm-description__container {
        width: calc(100% - 260px);
    }
    .ac-mm-description__caption {
        align-items: flex-start;
        display: flex;
        width: 100%;
    }
    .ac-mm-description__caption__left {
        flex: 0 0 400px;
        display: block;
        margin-right: 96px;
    }
    .ac-mm-description__caption__right {
        flex: 1 1 20px;
        margin: 0px;
    }
    .ac-mm-description__caption__desc {
        margin-top: 0px;
    }
    .ac-mm-description .intro .description {
        font-size: 31px;
        line-height: 48px;
    }
}


/* XL ------------------------------------------------------> */

@media screen and (min-width: 1200px) {
    .ac-mm-description__caption__left {
        flex: 0 0 524px;
    }
}


/* <!-- Slider Styles START --> */

.ac-com-articles {
    background: #000;
    overflow: hidden;
    padding: 90px 0 90px;
    position: relative;
}

.ac-com-articles__container {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 40px);
    z-index: 2;
}

.ac-com-articles__eyebrow {
    text-align: center;
}

.ac-com-articles .ac-mm-heading {
    color: #fff;
    margin-bottom: 40px;
}

.ac-com-articles__slide {
    text-align: left;
}

.ac-com-articles__slide__container {
    margin: 0 -30px;
    position: relative;
}

.ac-com-articles .slick-track {
    display: flex !important;
}

.ac-com-articles .slick-slide {
    height: inherit !important;
    flex: 50%;
}

.ac-com-articles__slides {
    margin: 0 auto !important;
    position: relative;
    width: 100%;
}

.ac-com-articles__slide {
    background: #333f49;
    box-shadow: none;
    color: #fff;
    margin: 30px 30px;
}

.ac-com-articles__dots {
    left: 0px;
    position: absolute;
    right: 0px;
    top: 100%;
}

.ac-com-articles__dots ul {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    padding: 0px;
    position: static;
    margin: 0px;
    text-align: center;
}

.ac-com-articles__dots li {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 100% 100%;
    box-sizing: border-box;
    display: block;
    height: 20px;
    list-style-type: none;
    margin: 0 10px;
    overflow: hidden;
    padding: 0px;
    width: 20px;
}

.ac-com-articles__dots li button {
    height: 100%;
    left: 0px;
    opacity: 0px;
    top: 0px;
    width: 100%;
}

.ac-com-articles__dots li::after {
    background: #fff;
    border-radius: 100% 100%;
    content: ' ';
    display: block;
    height: 12px;
    left: 3px;
    overflow: hidden;
    position: absolute;
    top: 3px;
    width: 12px;
}

.ac-com-articles__dots li.slick-active {
    border-color: #fff !important;
}

.ac-com-articles__card {
    color: #fff !important;
    display: block;
    text-decoration: none !important;
}

.ac-com-articles__card__img {
    display: block;
    height: 313px;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
}

.ac-com-articles__card__title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin: 31px 25px 10px;
}

.ac-com-articles__card__bottom {
    margin: 31px 25px 10px;
}

.ac-com-articles__card__link {
    margin: 10px 0;
}

.ac-mm-img-zoom {
    display: block;
    overflow: hidden;
    position: relative;
}

.ac-mm-img-zoom img {
    transform: scale(1);
    transition: transform 0.3s ease;
}


/* MEDIUM ------------------------------------------------------> */

@media screen and (min-width: 768px) {
    .ac-com-articles__slide__container {
        margin: 0 -40px;
    }
    .ac-com-articles__slides {
        width: calc(100% - 40px);
    }
    .ac-com-articles__slide {
        background: #333f49;
        box-shadow: none;
        color: #fff;
        margin: 20px 20px;
        max-width: calc(100% - 60px);
    }
    .ac-com-articles__dots {
        top: calc(100% + 30px);
    }
    .ac-com-articles__dots li {
        border: 2px solid transparent;
        height: 26px;
        margin: 0 13px;
        width: 26px;
    }
    .ac-com-articles__dots li::after {
        height: 14px;
        left: 4px;
        top: 4px;
        width: 14px;
    }
    .ac-com-articles__card__img {
        height: 511px;
    }
    .ac-com-articles__card__title {
        font-size: 30px;
        line-height: 28px;
        margin: 35px 40px 26px;
    }
    .ac-com-articles__card__bottom {
        margin: 0px 40px 26px;
    }
    .ac-com-articles__card__link {
        margin: 10px 0 0 auto;
    }
}


/* Large ------------------------------------------------------> */

@media screen and (min-width: 1024px) {
    .ac-com-articles {
        padding: 145px 0 85px;
    }
    .ac-com-articles__slide__container {
        margin: 0 0px;
    }
    .ac-com-articles__slides {
        display: flex;
        flex-flow: wrap;
        max-width: 1150px;
    }
    .ac-com-articles__slide {
        background: #333f49;
        color: #fff;
        flex: 0 0 calc((100% - 30px) / 2);
        left: 0px;
        margin: 0 15px;
        position: relative;
        width: calc((100% - 30px) / 2);
    }
    .ac-mm-img-zoom:hover img {
        transform: scale(1.04);
    }
}


/* XL ------------------------------------------------------> */

@media screen and (min-width: 1200px) {}


/* <!-- Slider Styles END --> */


/* <!-- Social Styles START --> */

.ac-mm-description__container.social {
    margin-top: 60px;
}

.ac-mm-description__container.social a {
    text-decoration: none;
    margin: 20px;
}


/* <!-- Social Styles END --> */