/* Adaptive hero */
.adaptive-hero-carousel {
    margin-bottom: 0 !important;
}
.adaptive-carousel .slides {
    border: none !important;
}
.adaptive-carousel .slides .item .copy article a.btn {
    color: #fff !important;
    background-color: #ed1d24 !important;
    border-color: #ed1d24 !important;
    font-size: 17px;
    padding: 16px 16px;
    min-width: 224px;
}
.adaptive-carousel .slides .item .copy article a.btn:hover {
    color: #ed1d24 !important;
    background-color: white !important;
    border-color: white !important;
}

@media (min-width: 320px) {
    .adaptive-carousel .slides .item {
        background: transparent no-repeat top center;
        background-size: 600px auto;
    }
    .adaptive-carousel .slides .item .wrap-copy.hide-desktop {
        background-image: linear-gradient(to top, #000000, rgba(0,0,0,1) 60%, rgba(0,0,0,0));
        /* background-image: linear-gradient(to top, #ffffff, rgba(255,255,255,1) 60%, rgba(0,0,0,0)); */
    }
    .adaptive-carousel .slides .item .wrap-copy.hide-desktop .copy {
        margin-top: 35%;
        padding-bottom: 1em;
    }
    .adaptive-carousel .slides .item .wrap-copy.hide-desktop article {
        max-width: 800px !important;
        padding: 0;
    }
    .adaptive-carousel .item .wrap-copy.hide-desktop article h2 {
        font-size: 2.143rem;
        line-height: 1.1;
        padding-top: 2em;
    }
}
@media (min-width: 568px) {
    .adaptive-carousel .slides .item {
        background-size: 991px auto;
    }
}
@media (min-width: 992px) {
    .adaptive-carousel .slides .item {
        background: transparent no-repeat top center;
        background-size: cover;
    }
    .adaptive-carousel .slides .item .wrap-copy {
        background-image: none !important;
    }
    .adaptive-carousel .slides .item .copy {
        max-width: 1170px;
        margin-top: 0;
    }
    .adaptive-carousel .slides .item .copy p {
        max-width: 450px;
    } 
    .adaptive-carousel .item .copy article h2 {
        font-size: 2.857rem;
        line-height: 1.1;
        padding-top: 0;
        margin-bottom: 0 !important;
    }
}

/* Titles */
.title > .cmp-title {
    padding: 20px 10px !important;
}
.title > .cmp-title > h1.cmp-title__text {
    font-size: 2.143rem;
}

/* Quick links */
.row.homepage-quick-links {
margin-top: -1.5em;
}
.row.homepage-quick-links .freeform.section {
    margin-bottom: -0.5em !important;
}
.row.homepage-quick-links .wrap-link-list .link-list__list.link-list__list--button-link .link-list__item {
    max-height: fit-content;
    min-height: 85px;
}
.row.homepage-quick-links .wrap-link-list .link-list__list.link-list__list--button-link .link-list__item a {
    align-items: center;
}
@media (min-width: 600px) {
    .row.homepage-quick-links .wrap-link-list .link-list__list.link-list__list--button-link .link-list__item {
        min-height: inherit;
    }
}

/* Icon callouts for RFY */
.row.homepage-rfy .iconcallout .iconcallout__wrapper .iconcallout__content {
    padding: 0 0 0 1em;
}
.row.homepage-rfy .iconcallout .iconcallout__wrapper .iconcallout__content h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.286rem;
    line-height: 1;
    margin-top: 3px;
    margin-bottom: 0;
}
.row.homepage-rfy .iconcallout .iconcallout__wrapper .iconcallout__icon img {
    height: 42px !important;
    width: auto !important;
}

/* Feature story */
.feature-story__img-container {
margin-bottom: 1em !important;
}

/* Message banner */
.message-cta.wrap-hero-banner {
margin-top: -.5em;
}
.message-cta.wrap-hero-banner .hero-banner__content p {
font-size: 1.714rem;
line-height: 1.25;
font-weight: 300;
}
.message-cta.wrap-hero-banner .hero-banner .hero-banner__cta .button {
color: white;
background-color: transparent;
border-color: white;
}
.message-cta.wrap-hero-banner .hero-banner .hero-banner__cta .button:hover {
color: #fff;
background-color: #ed1d24;
border-color: #ed1d24;
}

/* Recommended for you section */
.row.homepage-rfy {
margin-top: -1.5em;
}
.row.homepage-rfy section .text.section .title-text {
text-transform: uppercase;
font-weight: 600;
font-size: 1.286rem;
margin-bottom: 0;
}
.row.homepage-rfy section .contentcard.section {
padding-top: 0;
}
.row.homepage-rfy section .contentcard.section .content-card__title {
font-size: 1.286rem;
font-weight: 600;
margin: .5em 0 1em;
line-height: 1.25;
}
.row.homepage-rfy section .contentcard.section .content-card--content p {
font-weight: 300;
font-size: 1.143rem;
}
.row.homepage-rfy section .contentcard.section .content-card--content a.cta {
font-size: 1.143rem;
}
.row.homepage-rfy section .contentcard.section .wrap-content-card {
padding-bottom: 1.25em;
}
.row.homepage-rfy section:nth-of-type(1) .contentcard.section .wrap-content-card {
border-bottom: 2px solid #b2d235;
}
.row.homepage-rfy section:nth-of-type(2) .contentcard.section .wrap-content-card {
border-bottom: 2px solid #1a9cd5;
}
.row.homepage-rfy section:nth-of-type(3) .contentcard.section .wrap-content-card {
border-bottom: 2px solid #1caba1;
}
.row.homepage-rfy section:nth-of-type(4) .contentcard.section .wrap-content-card {
border-bottom: 2px solid #d5722d;
}
@media (min-width:992px) {
    .row.homepage-rfy section .contentcard.section .wrap-content-card .content-card--content {
        min-height: 225px;
        position: relative;
    }
    .row.homepage-rfy section .contentcard.section .wrap-content-card .content-card--content .button {
        position: absolute;
        bottom: 0;
    }
}
.row.homepage-rfy section .link-list__list {
padding: .5em 0;
}
.row.homepage-rfy section .link-list__list .link-list__item {
padding: 0;
}
.row.homepage-rfy section .link-list__list .link-list__item--content {
font-size: 1.143rem;
font-weight: 400;
display: block;
line-height: 1.25;
}
.row.homepage-rfy section .link-list__list .link-list__item .cta-icon {
display: none;
}
.row.homepage-rfy section .link-list__list .link-list__item a.cta {
font-size: 1.143rem;
font-weight: 500;
}
@media (min-width:992px) {
    .row.homepage-rfy section {
        padding-left: 1.5em !important;
        padding-right: 1.5em !important;
    }
}

/* Promo carousel */
.promocarousel {
    margin: 0 0 3em !important;
}


/* Footer banner */
.row.homepage-footer-banner .cmp-title__text {
color: #003a5d;
margin: .25em 0 2em;
}
.experiencefragment:last-child {
margin-top: -3.5em;
}


/* Callout banner */
.root.responsivegrid .callout-banner img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 9;
}
@media (max-width: 991px) {
    .root.responsivegrid .callout-banner.desktop {
        display: none;
    }
	.root.responsivegrid .callout-banner.mobile {
        display: block !important;
        padding-top: 10px;
    }
}
@media (min-width: 992px) {
	.root.responsivegrid .callout-banner.desktop {
        display: block;
    }
    .root.responsivegrid .callout-banner.mobile {
        display: none !important;
    }
}


/* Alert banner */
#hp-alert-banner {
    background-color:#007FB9;
    padding:  1em;
    margin-top: -1.5em;
}
#hp-alert-banner p {
    color:#fff;
    font-size:  1rem;
    max-width:  1100px;
    margin:  0 auto;
}
#hp-alert-banner.light {
    background-color: #E5EEF0;
}
#hp-alert-banner.light p {
    color: #4D4D4D;
}
#hp-alert-banner .msg-cta {
    font-weight: 500;
    text-align: center;
}
#hp-alert-banner .msg-cta a {
    color: #fff;
    font-size: 1rem;
    font-family: 'jaf-bernina-sans';
    font-weight: 500;
}
#hp-alert-banner a span:after {
    content: '';
    margin-left: 1em;
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    border-top: 5px solid transparent;
    transition: all .25s ease-in-out;
}
@media (min-width:992px) {
    #hp-alert-banner .msg-cta a span {
        display: block;
        text-align: center;
    }
}