/*
 *   HeroBanner
 */

.heroBanner {
    z-index: 7;
}

.heroBanner {
    background-size: cover;
    height: 100vh;
    min-height: 488px;
    padding-top: 178px;
    position: relative;
    right: 0;
    top: 0;
    width:100%;
}

.heroBanner .contentHolder {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.heroBanner .bannerContent {
    max-width: 665px;
}

.heroBanner .tier1 strong {
    color: inherit;
    font-size: 2rem;
    font-family: inherit;
    font-weight: normal;
    position: relative;
    padding-top: 8px;
    display: block;
    line-height: 32px;
    text-transform: uppercase;
    padding-bottom: 24px;
    
}

.heroBanner .bannerContent h1,
.heroBanner .bannerContent h2 {
    color: #fff;
    padding-bottom: 0.2rem;
    font-size: 24px;
}

.heroBanner .bannerContent h2,
.heroBanner .bannerContent h3,
.heroBanner .bannerContent h4,
.heroBanner .bannerContent h5 {
    color: #fff;
    font-family: 'MINISerif-Bold', sans-serif;
    font-size: 1.5rem;
    padding: 0 0 .5em;
    text-transform: uppercase;
}

.heroBanner .bannerContent li,
.heroBanner .bannerContent li a,
.heroBanner .bannerContent p a,
.heroBanner .bannerContent p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0 0 1.2rem;
}

.heroBanner .bannerContent ol,
.heroBanner .bannerContent ul {
    padding: 0 0 0 17px;
}

.heroBanner .buttonHolder {
    margin-bottom: 26px;
    margin-top: 76px;
    display: none;
}

.heroBanner .buttonHolderAll {
    display: block;
}

.heroBanner .buttonHolder .btnPrimary,
.heroBanner .buttonHolder .btnTertiary {
    margin-bottom: 1rem;
    width:100%;
}

.buttonHolderMobileOnly {
    padding: 32px 5% 16px;
}

.buttonHolderMobileOnly .btnPrimary,
.buttonHolderMobileOnly .btnTertiary {
    width:100%;
}

.buttonHolderMobileOnly .btnPrimary {
    margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {
    .heroBanner {
        height: 680px;
        min-height: 680px;
        padding-top: 145px;
    }

    .heroBanner .bannerContent li,
    .heroBanner .bannerContent li a,
    .heroBanner .bannerContent p a,
    .heroBanner .bannerContent p {
        color: #fff;
        font-size: 1.25rem;
        line-height: 1.625rem;
    }

    .heroBanner .contentHolder {
        justify-content:space-evenly;
        margin: 0;
        padding-left: 11%;
    }

    .heroBanner .buttonHolder .btnPrimary ,
    .heroBanner .buttonHolder .btnTertiary {
        width:240px;
    }

    .heroBanner .buttonHolder {
        margin-top: 20px;
        display: block;
    }

    .buttonHolderMobileOnly {
        display: none;
    }
    
    .heroBanner .bannerContent h1,
    .heroBanner .bannerContent h2 {
        font-size: 32px;
    }

    .heroBanner .tier1 strong {
        padding-bottom: 36px;
        font-size: 72px;
        line-height: 72px;
        padding-top: 12px;
    }
    
}

@media only screen and (min-width: 1280px) {
    .heroBanner {
        height: 700px;
        min-height: 700px;
        padding-top: 159px;
    }

    .heroBanner .bannerContent h1,
    .heroBanner .bannerContent h2 {
        padding-bottom: 1.2rem;
    }

    .heroBanner .buttonHolder {
        margin-top: 24px;
    }
}



/**
* My Hero Items
*/
.promoCards{
    background-color: #F5F5F5;
    padding: 72px 0;
}
.myHeroTeasers {
    margin: 48px 0;
    max-width: 100%;
}

.myHeroItem {
    display:block;
    height: auto;
    margin-bottom:16px;
    overflow:hidden;
    position: relative;
    width: 100%;
    z-index: 0;
}

.myHeroItem a.myHeroTitle {
    align-items: flex-end;
    background-size: cover;
    background-position: center center;
    display:flex;
    height: 203px;
    justify-content: flex-start;
    margin: 0;
    position: relative;
    text-decoration:none;
    z-index: 3;
}

.myHeroItem a.myHeroTitle:hover {
    opacity:0.9;
}

.myHeroItem a.myHeroTitle h2,
.myHeroItem a.myHeroTitle h3 {
    bottom: 0;
    color: #fff;
    display: block;
    font-family: 'MINISerif-Bold', sans-serif;
    font-size: 1.5rem;
    left: 0;
    line-height: 100%;
    padding: 0 0 26px 26px;
    position: relative;
    width: 180px;
}

.myHeroItem a.myHeroTitle h2 strong,
.myHeroItem a.myHeroTitle h3 strong {
    font-family: 'MINISerif-Bold', sans-serif;
}

.myHeroItem a.myHeroTitle h2:before,
.myHeroItem a.myHeroTitle h3:before {
    background-color: #CED54B;
    bottom: 30px;
    content: "";
    clear: both;
    display: block;
    height: 44px;
    left: 14px;
    position: absolute;
    width: 6px;
}

@media only screen and (min-width: 768px) {
    .myHeroTeasers {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1280px;
    }

    .myHeroTeasers .myHeroItem {
        margin-right: 8px;
        margin-bottom:0;
        width: 50%;
    }

    .myHeroItem a.myHeroTitle {
        height: 282px;
    }

    .myHeroItem a.myHeroTitle h2,
    .myHeroItem a.myHeroTitle h3 {
        bottom: 6px;
        font-size: 2rem;
        width: 300px;
    }

    .myHeroItem a.myHeroTitle h2:before,
    .myHeroItem a.myHeroTitle h3:before {
        bottom: 31px;
        height: 51px;
    }

    .myHeroTeasers .myHeroItem:last-child {
        margin-right:0;
    }
}

@media only screen and (min-width: 1080px) {
    .myHeroItem a.myHeroTitle {
        height: 470px;
        background-color: #fff;
    }

    .myHeroTeasers .myHeroItem:last-child {
        margin-right:0;
    }

    .myHeroItem a.myHeroTitle h2,
    .myHeroItem a.myHeroTitle h3 {
        bottom: 34px;
        font-size:2.375rem;
        line-height: 100%;
        padding-left: 30px;
    }

    .myHeroItem a.myHeroTitle h2:before,
    .myHeroItem a.myHeroTitle h3:before {
        height: 62px;
    }
}


/**
* My Hero Items 02
*/

.myHeroItem02 {
    background: #fff;
    display:block;
    height: auto;
    margin-bottom:16px;
    overflow:hidden;
    position: relative;
    width: 100%;
    z-index: 0;
}

.myHeroItem02 a.myHeroTitle02 {
    align-items: flex-start;
    flex-direction: column;
    background-size: cover;
    background-position: center center;
    display:flex;
    height:200px;
    margin: 0;
    position: relative;
    text-decoration:none;
    z-index: 3;
}


.myHeroItem02 a.myHeroTitle02:hover {
    opacity:0.9;
}

.myHeroItem02 a.myHeroTitle02 h2,
.myHeroItem02 a.myHeroTitle02 h3 {
    top: 0;
    color: #fff;
    display: block;
    font-family: 'MINISerif-Bold', sans-serif;
    font-size: 1.5rem;
    left: 0;
    line-height: 1.5rem;
    padding: 24px 0 0 26px;
    position: relative;
    width: 80%;
}

.myHeroItem02 a.myHeroTitle02 h2:before,
.myHeroItem02 a.myHeroTitle02 h3:before {
    background-color: #fff;
    bottom: -9px;
    content: "";
    clear: both;
    display: block;
    height: 2px;
    left: 25px;
    position: absolute;
    width: 60px;
}

.myHeroItem02 a.myHeroTitle02 h4,
.myHeroItem02 a.myHeroTitle02 p {
    color: #fff;
    display: block;
    font-family: 'MINISansSerif-Regular', sans-serif;
    font-size: 1em;
    padding: 18px 16px 0 26px;
    line-height: 150%;
}

.myHeroItem02 a.myHeroTitle02 p {
    position: absolute;
    bottom: 16px;
    width: 80%;
}


@media only screen and (min-width: 768px) {
    .myHeroTeasers .myHeroItem02 {
        margin-right: 20px;
        margin-bottom: 8px;
        width: 50%;
    }

    .myHeroItem02 a.myHeroTitle02 {
        height: 185px;
    }

    .myHeroItem02 a.myHeroTitle02 h2,
    .myHeroItem02 a.myHeroTitle02 h3 {
        bottom:6px;
        font-size: 1.75rem;
        padding: 27px 0 0 24px;
    }

    .myHeroItem02 a.myHeroTitle02 h4,
    .myHeroItem02 a.myHeroTitle02 p {
        padding: 22px 16px 0 24px;
        max-width: 80%;
    }

    .myHeroItem02 a.myHeroTitle02 p {
        bottom: 16px;
    }

    .myHeroItem02 a.myHeroTitle02 h2:before,
    .myHeroItem02 a.myHeroTitle02 h3:before {
        width:74px;
    }

    .myHeroTeasers .myHeroItem02:last-child{
        margin-right:0;
    }
}

@media only screen and (min-width: 1080px) {
    .myHeroItem02 a.myHeroTitle02 {
        height: 250px;
    }

    .myHeroTeasers .myHeroItem02:last-child{
        margin-right:0;
    }

    .myHeroItem02 a.myHeroTitle02 h2,
    .myHeroItem02 a.myHeroTitle02 h3 {
        font-size: 2.375rem;
        line-height: 100%;
        padding: 50px 0 0 30px;
    }

    .myHeroItem02 a.myHeroTitle02 h4,
    .myHeroItem02 a.myHeroTitle02 p {
        padding: 38px 16px 0 30px;
    }

    .myHeroItem02 a.myHeroTitle02 h2:before,
    .myHeroItem02 a.myHeroTitle02 h3:before {
        bottom: -13px;
        left: 30px;
        width: 100px;
    }
}