/* 2019 Redesign */
html,
body {
    width: 100%;
    overflow-x: hidden;
}
/* Needed for top menu */
body {
    overflow: visible;
}
.full-width-banner-container {
    width: unset;
    max-width: unset;
    font-family: proxima-nova-alt, sans-serif;
    box-sizing: border-box; /* or not */
    margin: 0 auto;
}
.full-width-banner-container #scrolltext {
    display: none;
}
.full-width-banner-container #new_body {
    padding: 0;
}
.full-width-banner-container #new_body > p {
    display: none;
}
#crumb_socialmedia > div,
#crumbs,
.full-width-banner-container #crumb_socialmedia .flow-meter-home {
    left: unset;
    padding-left: 0;
}
/*.full-width-banner-container img {*/
/*    display: inline;*/
/*}*/
.full-width-banner-container .meganav-slider .slick-arrow {
    position:absolute;
    text-indent: -9999px;
}
.full-width-banner-container .meganav-slider img {
    display: block;
}
.full-banner {
    position: relative; /* child absolute */
}
.full-banner .headline {
    text-align: center;
    font-family: clarendon-text-pro, serif;
}
.full-banner .tagline {
    text-align: center;
    font-family: proxima-nova-alt, sans-serif;
}
.full-banner .cta {
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    font-size: 2rem;
    width: 200px;
    height: 48px;
    background-color: rgba(240,197,17,1);
    background-image: linear-gradient(to bottom, rgba(255,255,255,.17) 0%, rgba(0,0,0,.17) 100%);
    border-radius: 4px;
    font-family: proxima-nova-alt, sans-serif;
    color: rgba(0,0,0,0.9);
}
.full-banner .cta a {
    color: rgba(0,0,0,0.9) !important;
}
.full-banner .shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}


@media (min-width: 1281px) {
    .gallery {
        width: 1280px;
        margin: 0 auto;
    }
}

/* =======================================
 *      TABLET
 * ======================================= */
@media (max-width: 768px) {
    .full-banner .cta-wrapper {
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .full-banner .cta-wrapper > a {
        text-align: center;
        line-height: 30px !important;
    }
    .full-banner .cta-wrapper {
        width: 100%;
    }
    .container.full-width-banner-container {
        padding: 0 !important;
    }
    .full-width-banner-container nav.mobile header .mobile-logo {
        height: 45px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}
