/*NOTE - page specific CSS - use for overrides*/

sub {
    vertical-align: super;
    font-size: smaller;
}

.container {
    padding-left: 10px;
    padding-right: 10px;
}

.mobile {
    display: block;
    margin: auto;
    margin-top: 30px;
    position: relative;
    z-index: 999;
}

.desktop {
    display: none;
    position: relative;
    z-index: 98;
}

.banner {
    position: relative;
    width: 100%;
    max-width: 1308px;
    margin: auto;
}

.banner-content {
    position: relative;
    width: 100%;
    max-width: 1308px;
    margin: 0 auto;
    top: 0;
    background-image: url('images/300.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 10px;
    background-size: cover;
    height: 576px;
}

.ticker {
    position: relative;
    margin-top: 0px;
}

.ticker-title-p {
    font-size: 16px;
}

.ticker-title2 {
    font-size: 21px;
}

.ticker-banner {
    padding-top: 30px;
}

.plus {
    margin-left: 0px;
}

.banner-copy {
    position: absolute;
    bottom: 0;
    padding: 0 0;
    margin-top: -65px;
}

sub {
    font-size: 11px;
}

.form {
    margin-top: 0px;
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .banner-content {
        background-image: url('images/300@2x.jpg');
    }
}

@media (min-width: 444px) {
    .banner-content {
        background-image: url('images/444.jpg');
        background-position-y: 0px;
        height: 600px;
        padding-top: 0;
    }
    .banner-copy {
        margin-top: 25px;
    }
    .ticker-title-p {
        font-size: 19px;
    }
    sub {
        font-size: 13px;
    }
    .form {
        margin-top: 0px;
    }
    .ticker-banner {
        padding-top: 60px;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mobile {
        margin-top: 0px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (min-width: 444px) {
    .banner-content {
        background-image: url('images/444@2x.jpg');
    }
}

@media (min-width: 636px) {
    .banner-content {
        background-image: url('images/636.jpg');
        background-position-y: 15px;
        height: 534px;
        padding-top: 5px;
    }
    .banner-copy {
        margin-top: 19px;
    }
    .desktop {
        display: none;
    }
    .ticker-title-p {
        font-size: 24px;
    }
    .ticker-banner {
        padding-top: 30px;
    }
    .banner .container {
        display: inline-block;
    }
    .form {
        margin-top: 0px;
    }
    .banner .container {
        display: inline-block !important;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (min-width: 636px) {
    .banner-content {
        background-image: url('images/636@2x.jpg');
    }
}

@media (min-width: 732px) {
    .banner-content {
        background-image: url('images/732.jpg');
        height: 542px;
        padding-top: 5px;
    }
    .banner-copy {
        margin-top: -95px;
    }
    .container {
        padding-left: 10px;
    }
    .ticker-title-p {
        font-size: 24px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (min-width: 732px) {
    .banner-content {
        background-image: url('images/732@2x.jpg');
    }
}

@media (min-width: 768px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
}

@media (min-width: 972px) {
    .banner-content {
        background-image: url('images/972.jpg');
        height: 648px;
        padding-top: 5px;
    }
    .form {
        float: left;
        margin-top: 40px;
    }
    .ticker-title {
        font-size: 34px;
    }
    .ticker-counter {
        margin-top: 5px;
        font-size: 80px;
    }
    .fluid-type-big {
        width: 70%;
    }
    .mobile {
        display: none;
    }
    .desktop {
        display: block;
        float: right;
    }
    .ticker-title-p {
        font-size: 27px;
    }
    .ticker-banner {
        padding-top: 80px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (min-width: 972px) {
    .banner-content {
        background-image: url('images/972@2x.jpg');
    }
}

@media (min-width: 1024px) {
    .banner-content {
        padding-top: 5px;
    }
    .ticker-banner {
        margin-bottom: 180px;
        padding-top: 70px;
    }
    .form {
        margin-top: 30px;
        margin-left: 35px;
    }
    .banner-copy {
        margin-top: 58px;
    }
    .ticker-title-p {
        font-size: 30px;
    }
}

/* Custom styling - Exclusive Offer */

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-inner .right-content{
    display: inline-flex;
    gap: 1.4em;
    padding: 1em;
    font-size: 18px;
}