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

/* body .banner a,
body .banner a:hover {
    color: #fff;
    text-decoration: none;
} */

.main {
    position: relative;
    overflow: hidden;
    background-color: transparent;
}

.template-fullwidth .main {
    /*max-width: 100%;*/
    background: transparent;
}

.banner-content .cta {
    margin-top: 30px;
}

/*.ticker {
    text-shadow: 0 0 10px #011d60;
}*/

.ticker-title {
    font-size: 43px;
}

.ticker-sub {
    font-size: 27px;
    margin-bottom: -1%;
}

.ticker-title {
    margin: 0 0 -1%;
}
/* .top-legal a {
    max-width: 1308px;
}
.top-legal {
    font-size: 11px;
    padding: 5px 10px;
} */
.template-fullwidth .main .banner-content {
    top: 208px;
    width: 330px;
    height: 330px;
    right: 0;
    left: 0;
    margin: auto;
}

.banner {
    max-width: 100%;
}

.logo {
    text-align: center;
    padding: 13px 0 19px 0;
}

.logo img {
    height: 44px;
}

.template-fullwidth .main .banner-content {
    background-color: #0060c7;
    border-radius: 100%;
}

.top {
    /*    background-repeat: repeat-x;*/
    background-position: center top;
    background-size: cover;
}
.template-fullwidth .login {
    top: auto;
}
.bold-number {
    font-weight: bold;
}
/*.template-fullwidth .main .steps .steps-inner {
    max-width: 100%;
}*/
.template-fullwidth .main .steps {
    background: #0060c7;
    border-top: 0;
    padding: 1em 0;
}

.template-fullwidth .main .steps .steps-inner .step {
    background: #0060c7;
}

#video-background {
    /*  making the video fullscreen  */
    position: relative;
    right: 0;
    top: 0;
    width: 109%;
    height: auto;
    /*  z-index: -100;*/
    overflow: hidden;
}
.kv {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 0;
}
a.full {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 50;
}

.login-button {
    /*    background-color: rgba(255,0,0,0.5);*/
    position: absolute;
    bottom: 27%;
    right: 5%;
    display: block;
    width: 291px;
    height: 33px;
    z-index: 51;
}

.template-fullwidth .cta {
    font-family: 'faricy-new-web', sans-serif;
    text-transform: none!important;
    font-weight: 700!important;
    font-style: normal!important;
    border: 1px solid rgba(255, 255, 255, 0.3)!important;
    border-radius: 6px;
    background: #02a925;
    background: -moz-linear-gradient(bottom, #02a925 0%, #56d600 100%);
    background: -webkit-linear-gradient(bottom, #02a925 0%, #56d600 100%);
    background: linear-gradient(to top, #02a925 0%, #56d600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56d600', endColorstr='#02a925',GradientType=0 );
    color: #ffffff;
}

.template-fullwidth .cta .cta-link {
    text-transform: none!important;
    border-radius: 6px;
    background: #02a925;
    background: -moz-linear-gradient(bottom, #02a925 0%, #56d600 100%);
    background: -webkit-linear-gradient(bottom, #02a925 0%, #56d600 100%);
    background: linear-gradient(to top, #02a925 0%, #56d600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56d600', endColorstr='#02a925',GradientType=0 );
    color: #ffffff;
}

.banner-content .cta {
    position: relative;
    z-index: 999;
}

.template-fullwidth .cta-fixed {
    border-radius: 6px;
    background: #02a925!important;
    background: -moz-linear-gradient(bottom, #02a925 0%, #56d600 100%)!important;
    background: -webkit-linear-gradient(bottom, #02a925 0%, #56d600 100%)!important;
    background: linear-gradient(to top, #02a925 0%, #56d600 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56d600', endColorstr='#02a925',GradientType=0 )!important;
}

.banner-content .login {
    position: absolute;
    z-index: 99999;
}
.title-svg {
    width: 190px;
    height: 170px;
    margin: 0 auto;
}
.strapline {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: -180px;
}
.strapline strong {
    font-weight: 800;
}
/*-- animations --*/

.l-w-sticker {
   
    max-width: 100%;
    height: height;
    /*-- background-color: #fff; --*/
    border-radius: 50%;
    position: absolute;
    float: right;
    right: -20px;
    top: 0px;
}
.l-w-sticker img {
   
    width: 65%;
    height: 65%;
}
/*
.template-fullwidth .sticker.right {
    right: 0px;
}
.template-fullwidth .sticker {
    top: -50px;
    display: flex;
    align-items: center;
} */
.sash {
    font-family: 'futura-pt', Helvetica, sans-serif;
    font-weight: bold;
    color: #0060c7;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    height: auto;
    font-size: 1.3em;
}

.sash span {
    font-size: 1.4em;
    line-height: 0em;
}

.template-fullwidth .main .steps .steps-inner {
    text-align: center;
}

.arrow {
    margin: -25px 0 -12px 0;
    width: 20px;
}
.steps .step-bold {
    text-align: center;
}
.banner {
    position: relative;
    width: 100%;
    /*    max-width: 1308px;*/
    height: 587px;
    margin: 0 auto;
    /*     background-image: url('images/bg-lp.jpg');
    background-repeat: repeat-x;
    background-position: center top;
    background-size: cover;*/
}

.template-fullwidth .main .grey-space {
    background: #d2d2d2;
    border-top: 0;
    padding: 0 0;
}

@media (min-width: 444px) {
    .banner {
        background-image: url('images/bg-backup.jpg');
        height: 256px;
        background-position: center center;
        background-size: cover;
    }
    .arrow {
        display: none;
    }
    .ticker-title {
        font-size: 36px;
    }
    .ticker-sub {
        font-size: 22px;
    }

    .login-button {
        bottom: 46%;
        right: 20%;
        width: 181px;
        height: 23px;
    }

    .template-fullwidth .main .banner-content {
        top: -70px;
        right: -162px;
        width: 320px;
        height: 320px;
    }

    .login a {
        display: inline-block;
        float: none;
    }
    .banner-content .cta {
        margin-top: 22px;
    }
    .title-svg {
        width: 170px;
        height: 150px;
    }
    .kv {
        /*        background: url('images/paddy.png') no-repeat 20px 0;*/
        background-size: 100%;
        width: 55%;
    }

    .logo {
        padding: 57px 0 6px 0;
    }
    .strapline {
        font-size: 12px;
        margin-top: 10px;
    }
    .sticker {
        width: 100px;
        height: 100px;
    }
    .template-fullwidth .sticker.right {
        right: -48px;
        top: 52px;
    }
    .l-w-sticker {
   
        max-width: 100%;
        height: auto;
        /*-- background-color: #fff; --*/
        border-radius: 50%;
        position: absolute;
        float: right;
        right: -44px;
        top: 30px;
    }
    .l-w-sticker img {
    
        width: 80%;
        height: 80%;
    }
}
.sash {
    font-size: 1.3em;
}
.banner-content .login {
    position: relative;
}

/*
@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (min-width: 444px) {
    #video-background {
      visibility: hidden;
    }
}
*/

@media (min-width: 636px) {
    .banner {
        /*background-image: url('images/bg.jpg');*/
        height: 300px;
    }
    .ticker-title {
        font-size: 50px;
    }
    .ticker-sub {
        font-size: 25px;
    }
    .template-fullwidth .main .banner-content {
        top: 60px;
    }
    .banner-content .cta {
        margin-top: 28px;
    }
    .title-svg {
        width: 210px;
        height: 190px;
    }
    /*.kv {
        background-position: 20px 0;
    }*/
    .strapline {
        font-size: 16px;
    }
    .template-fullwidth .main .banner-content {
        top: -50px;
        right: -162px;
        width: 340px;
        height: 340px;
    }
    .logo {
        padding: 54px 0 14px 0;
    }
    .template-fullwidth .sticker.right {
        right: -44px;
        top: 52px;
    }
    .login-button {
        bottom: 42%;
        right: 21%;
        width: 212px;
        height: 23px;
    }
      .l-w-sticker {
        max-width: 100%;
        height: auto;
        /*-- background-color: #fff; --*/
        border-radius: 50%;
        position: absolute;
        float: right;
        right: -44px;
        top: 60px;
    }
    .l-w-sticker img {
       width: 65%;
       height: 65%;
    }
}

/*
@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (min-width: 636px) {
    #video-background {
      visibility: hidden;
    }
}
*/

@media (min-width: 732px) {
    .banner {
        /*background-image: url('images/bg.jpg');*/
        height: 378px;
    }
    .ticker-title {
        font-size: 62px;
    }
    .ticker-sub {
        font-size: 30px;
    }
    .template-fullwidth .main .banner-content {
        top: -49px;
        width: 380px;
        height: 380px;
        right: -250px;
    }
    .login {
        top: 20px;
        right: 30px;
        font-size: 15px;
    }
    .title-svg {
        width: 250px;
        height: 220px;
    }
    .kv {
        background-size: 100%;
        /*        background-position: right 0;*/
    }
    .sticker.animated {
        transform: scale(0.8);
    }
    .login-button {
        bottom: 36%;
        right: 18%;
        width: 297px;
        height: 29px;
    }
    .l-w-sticker {
        max-width: 100%;
        height: height;
        /*-- background-color: #fff; --*/
        border-radius: 50%;
        position: absolute;
        float: right;
        right: -44px;
        top: 60px;
    }
    .l-w-sticker img {
       width: 70%;
       height: 70%;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (min-width: 732px) {
    #video-background {
        visibility: visible;
    }
}

@media (min-width: 972px) {
    .banner {
        /*background-image: url('images/bg.jpg');*/
        height: 480px;
    }
    #video-background.fallback {
        background-image: url('images/bg-backup.jpg');
    }
    .logo img {
        height: 80px;
    }
    .logo {
        padding: 96px 0 34px 0;
    }
    .template-fullwidth .main .banner-content {
        top: -72px;
        width: 600px;
        height: 600px;
        right: -330px;
    }
    .ticker-title {
        font-size: 85px;
    }
    .ticker-sub {
        font-size: 48px;
    }
    .template-brand-babs .main .banner-content {
        top: 160px;
    }
    .login-button {
        bottom: 37%;
        right: 20%;
        width: 282px;
        height: 29px;
    }
    .title-svg {
        width: 400px;
        height: 360px;
    }
    .strapline {
        font-size: 26px;
    }
    .kv {
        background-size: 100%;
        /*        background-position: right 0;*/
    }
    .sticker.animated {
        transform: scale(0.8);
    }

    .template-fullwidth .sticker.right {
        right: -47px;
        top: 92px;
    }
    .sticker {
        width: 150px;
        height: 150px;
    }
    .sash {
        font-size: 2em;
    }
    .template-fullwidth .main .steps .steps-inner .step .step-bold {
        font-size: 25px;
    }
    .l-w-sticker {
        max-width: 100%;
        height: height;
        /*-- background-color: #fff; --*/
        border-radius: 50%;
        position: absolute;
        float: right;
        right: -34px;
        top: 90px;
    }
    .l-w-sticker img {
       width: 100%;
       height: 100%;
    }
}

@media (min-width: 1200px) {
    .banner {
        /*        background-image: none;*/
        height: 518px;
    }
    .kv {
        background-size: 100%;
        background-position: right 0;
    }
    .sticker.animated {
        transform: scale(1);
    }
    .template-fullwidth .main .steps .steps-inner .step .step-bold {
        font-size: 24px;
    }
    .template-fullwidth .main .banner-content {
        top: -85px;
        width: 600px;
        height: 600px;
        right: -540px;
    }
    .top {
        /*    background-repeat: repeat-x;*/
        background-position: center top;
        background-size: cover;
    }

    .logo img {
        height: 77px;
    }

    .logo {
        text-align: center;
        padding: 92px 0 28px 0;
    }
    .sticker {
        width: 140px;
        height: 140px;
    }
    .template-fullwidth .sticker.right {
        right: -49px;
    }
    .template-fullwidth .sticker {
        top: 12px;
    }
    .sash {
        font-size: 2em;
    }
    .template-fullwidth .main .grey-space {
        display: none;
    }
    .blue-light {
        display: none;
    }
    .login-button {
        bottom: 31%;
        right: 20%;
        width: 472px;
        height: 36px;
    }
}

@media (min-width: 1200px) {
    .banner {
        /*        background-image: none;*/
        height: 558px;
    }
}

/*
 * Fix the appearing CTA when scrolling down -----------------------------------
 */

.cta-fixed-outer {
    position: fixed;
}

/*
 * Set background to blue to hide default image --------------------------------
 */

.banner {
    background: #0060ca;
}

/*
 * Full screen video settings --------------------------------------------------
 * Shows/hides mobile video on desktop, and the opposite on mobile
 */

#video-background-mobile {
    display: inline-block;
    width: 100%;
}

#video-background-desktop {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    height: auto;
    transform: translateX(-50%);
}

@media (min-width: 444px) {
    #video-background-mobile {
        display: none;
    }

    #video-background-desktop {
        display: inline-block;
    }
}

/*
 * Stop overlapping content on smaller screen sizes ----------------------------
 */

.banner {
    padding-bottom: 75px;
}

@media (min-width: 385px) {
    .banner {
        padding-bottom: 0;
    }
}

/*
 * Scaling of the Balls in the hero banner -------------------------------------
 */

@media (min-width: 444px) {
    .template-fullwidth .main .banner-content {
        transform: scale(0.7);
        top: -80px;
    }

    #video-background-desktop {
        width: 636px;
    }

    .login {
        margin-top: 7%;
    }
}

@media (min-width: 636px) {
    .template-fullwidth .main .banner-content {
        transform: scale(0.8);
        top: -70px;
    }

    #video-background-desktop {
        width: 732px;
    }
}

@media (min-width: 732px) {
    .template-fullwidth .main .banner-content {
        transform: scale(1);
        top: -45px;
    }

    #video-background-desktop {
        width: 972px;
    }
}

@media (min-width: 972px) {
    .template-fullwidth .main .banner-content {
        transform: scale(0.8);
        top: -130px;
    }

    #video-background-desktop {
        width: 1200px;
    }
}

@media (min-width: 1200px) {
    .template-fullwidth .main .banner-content {
        transform: scale(1);
        top: -80px;
        right: -400px;
    }

    #video-background-desktop {
        width: 1600px;
    }
}

@media (min-width: 1600px) {
    .template-fullwidth .main .banner-content {
        transform: scale(1);
        top: -80px;
    }

    #video-background-desktop {
        width: 1920px;
    }
}
