
/* Registration Landing Page */


.registrationLanding #bannerCustom {
    width: 100%;
    min-height: 550px;
    background-image: url('../images/banner.png');
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    color: #fff;
}
.registrationLanding #bannerCustom .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
}
.registrationLanding #bannerCustom .tGradient {
    position: absolute;
    bottom: -100px;
    right: 200px;
    height: 600px;
    z-index: 1;
}
.registrationLanding #bannerCustom h1 {
    font-size: 79px;
    line-height: 63px;
    color: #fff;
    font-weight: 800;
    margin: 30px 0 0 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);

}
.registrationLanding #bannerCustom h1 span {
    font-size: 60px;
}
.registrationLanding #bannerCustom h2 {
    color: #FF0000;
    font-size: 31px;
    line-height: 59px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);

}
.registrationLanding #bannerCustom h3 {
    font-size: 55px;
    line-height: 59px;
    color: #fff;
    font-weight: 800;
    margin: 0 0 15px 0;
    padding: 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);

}
.registrationLanding #bannerCustom p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);

}
.registrationLanding #bannerCustom .offer {
    background: rgba(0, 0, 0, .5);
    text-align: center;
    padding: 15px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.registrationLanding #bannerCustom .offer .introd {
    font-size: 20px;
    line-height: 19px;
    font-weight: 700;
}
.registrationLanding #bannerCustom .offer .price {
    font-size: 90px;
    line-height: 90px;
    margin-top: 5px;
    color: #F82929;
    font-weight: 800;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}
.registrationLanding #bannerCustom .offer .price span {
    font-size: 36px;
    position: relative;
    top: -15px;
}
.registrationLanding #bannerCustom .offer .normally {
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
}
.registrationLanding #bannerCustom .offer .normally span {
    text-decoration: line-through;
}

.registrationLanding #form {
    background: #000;
    padding: 0 0 50px 0;
}
.registrationLanding #form h5 {
    font-size: 37px;
    color: #fff;
    line-height: 51px;
    font-weight: 800;
    padding: 0;
    margin: 0 0 15px 0;
    letter-spacing: 0;
    text-align: center;
}
.registrationLanding #form label {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-align: left;
}
.registrationLanding #form input[type="text"],
.registrationLanding #form input[type="email"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #707070;
    background-image: none;
    box-shadow: none;
    margin-bottom: 15px;
    height: 40px;
}
.registrationLanding #form .has-error {
    border: 1px solid #F82929 !important;
}
.registrationLanding #form p.text-error {
    color: #f82929;
    margin: -10px 0 20px 0;
}
.regionWrapper p.text-error {
    margin: 6px 0 10px !important;

}
p.text-error.staff-role-error,
.agreeWrapper p.text-error,
.dairyIndustryWrapper p.text-error,
.broadbandWrapper p.text-error {
    margin: 0 0 10px !important;
}
.registrationLanding #form .alert {
    display: none;
}
.staffArea {
    display: none;
}
.staff .divider {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 15px 0;
}

.regionWrapper .selectric-wrapper {
    margin-bottom: 15px;
}
.broadbandWrapper {
    margin-top: 30px;
}


.registrationLanding #form .jobWrapper .selectric-wrapper,
.registrationLanding #form .industryWrapper .selectric-wrapper {
    margin-bottom: 15px;
    display: none;
}
.selectric .label {
    text-align: left;
}


.registrationLanding #form input[type="submit"] {
    background: #F82929;
    border: 1px solid #F82929;
    border-radius: 6px;
    color: #fff;
    font-size: 24px;
    padding: 10px 30px;
    display: block;
    margin: 30px auto 0 auto;
    transition: all .6s;
}
.registrationLanding #form input[type="submit"]:hover {
    transition: all .6s;
    background: transparent;
    color: #F82929;
}
/*.registrationLanding #form .addressWrapper .form-group {*/
/*margin-right: 0;*/
/*}*/
/*.registrationLanding #form .addressWrapper .col-xs-12:last-child {*/
/*padding-right: 0;*/
/*}*/
.registrationLanding #form .otherField {
    display: none;
}

.registrationLanding #form h4 {
    font-size: 19px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    margin: 15px 0;
}
.agreeWrapper a {
    color: #F82929;
}

.site-footer {
    border-top: 5px solid #f82929 !important;
}


.companyWrapper {
    display: none;
}
.staffArea {
    margin: 30px 0;
}
.addStaff:hover,
.addStaff:active,
.addStaff:focus,
.addStaff:visited,
.addStaff {
    color: #f82929;
}
.deleteStaff {
    color: #f82929;
    font-size: 20px;
    line-height: 40px;
    text-align: right;
    display: block;
}
.staffArea > p {
    font-size: 14px;
    color: #fff;
    font-style: italic;
}
.asterixNotice {
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
}
.dairyIndustryWrapper {
    margin-bottom: 30px;
}


.arrow-left {
    width: 119%;
    height: 200px;
    /* border-top: 10px solid transparent; */
    /* border-bottom: 10px solid transparent; */
    /* border-right: 10px solid blue; */
    background: #000;
    border-top: 10px solid red;
    transform: rotate(-5deg);
    position: absolute;
    left: -10px;
    bottom: -100px;
}


.registrationSuccess #bannerCustom img.videoThumbnail {
    max-width: 300px;
    margin: 30px auto;
    display: block;
}
.registrationSuccess #bannerCustom .arrow-left {
    height: 100px;
    transform: rotate(-3deg);
    bottom: -38px;
}
.registrationSuccess .desc h2 {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    font-weight: 900;
    padding: 0;
    margin: 0 0 30px 0;
}
.registrationSuccess .desc p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}
.registrationSuccess .shop h4 {
    font-size: 50px;
    line-height: 50px;
    color: #272727;
    padding: 0;
    font-weight: 900;
    margin: 100px 0 15px 0;
}
.registrationSuccess .shop h6 {
    font-weight: 900;
    font-size: 40px;
    line-height: 40px;
    color: #272727;
    padding: 0;
    margin: 0 0 50px 0;
}
.registrationSuccess #bannerCustom h1 {
    font-size: 68px;
    text-align: center;
    margin-bottom: 15px;
}
.registrationSuccess #bannerCustom p {
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}








/* NEW DESIGN */
.registerNewLanding #bannerCustom {
    background-image: url('../images/register-banner-image.jpg');
}
.registerNewLanding #bannerCustom .overlay {
    /*top: auto;*/
    /*bottom: 0;*/
    /*height: 50%;*/
    text-align: center;

    background: rgba(0,0,0,.5);

    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}
.registerNewLanding #form {
    background: #fff;
}
.registerNewLanding #bannerCustom .overlay h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
    text-shadow: none;
}
.registerNewLanding #bannerCustom .overlay h1 span {
    color: #F82929
}
.registerNewLanding #bannerCustom .overlay p {
    font-size: 34px;
    line-height: 46px;
    color: #E2E2E2;
    font-weight: 600;
}
.registerNewLanding #bannerCustom .overlay p span {
    text-decoration: line-through;
}

.registerNewLanding #form {
    padding: 50px 0;
}
.registerNewLanding #form .heading h2 {
    font-size: 28px;
    line-height: 38px;
    color: #000;
    font-weight: 600;
    padding: 0;
    margin: 0 0 5px;
}
.registerNewLanding #form .heading h2 span {
    color: #F82929;
}
.registerNewLanding #form .heading p {
    font-size: 22px;
    line-height: 40px;
    color: #000;
    margin: 0 0 50px;
}
.registerNewLanding .icons .item {
    text-align: center;
    padding: 0 30px;
    margin-bottom: 50px;
}
.registerNewLanding .icons .item i {
    color: #939393;
    font-size: 42px;
    display: block;
    margin: 0 0 15px;
}
.registerNewLanding .icons .item p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin: 0;
}

.hub--section .heading h2 {
    color: #fff !important;
    font-size: 24px !important;
    line-height: 40px !important;
}
.registerNewLanding #form label {
    color: #000;
}












/* Mobile Only */
@media screen and (min-width: 320px) and (max-width: 767px) {








    .registrationLanding #bannerCustom .tGradient {
        bottom: 0;
        right: -50px;
        height: 430px;
        z-index: 100;
    }

    .registrationSuccess #bannerCustom img.videoThumbnail {
        max-width: 260px;
    }
    .registrationSuccess .shop h4 {
        font-size: 34px;
        line-height: 34px;
    }
    .registrationSuccess .shop h6 {
        font-size: 24px;
        line-height: 24px;
    }


    .registrationLanding #bannerCustom h1 {
        font-size: 17px;
        line-height: 28px;
    }
    .registrationLanding #bannerCustom h1 span {
        font-size: 19px;
    }

    .registrationLanding #bannerCustom h2 {
        font-size: 14px;
        line-height: 19px;
    }
    .registrationLanding #bannerCustom h3 {
        font-size: 16px;
        line-height: 20px;
        display: none;
    }
    .registrationLanding #bannerCustom p.strongP {
        display: none;
    }

    .registrationLanding #bannerCustom .offer .introd {
        font-size: 18px;
    }
    .registrationLanding #bannerCustom .offer .price {
        font-size: 33px;
        line-height: 33px;
    }
    .registrationLanding #bannerCustom .offer .price span {
        font-size: 18px;
        top: -6px;
    }
    .registrationLanding #bannerCustom .offer .normally {
        font-size: 16px;
        line-height: 20px;
    }
    .registrationLanding #bannerCustom .offer {
        height: 150px;
        margin-top: 15px;
    }
    .registrationLanding #bannerCustom {
        min-height: 500px;
    }

    .registrationLanding #form h5 {
        font-size: 23px;
        line-height: 32px;
    }


    .registrationLanding #bannerCustom {
        min-height: 250px;
    }
    .registerNewLanding #bannerCustom .overlay h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .registerNewLanding #bannerCustom .overlay h1 span {
        font-size: 30px;
    }
    .registerNewLanding #bannerCustom .overlay p {
        font-size: 22px;
    }
    .registerNewLanding #form .heading h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .registerNewLanding #form .heading p {
        font-size: 16px;
        line-height: 30px;
    }


}



/* Table Portrait */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .registrationLanding #bannerCustom .tGradient {
        right: -50px;
    }

    .registrationLanding #bannerCustom h1 {
        font-size: 42px;
        line-height: 40px;
    }

    .registrationLanding #bannerCustom h1 span {
        font-size: 34px;
    }

    .registrationLanding #bannerCustom h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 10px 0 32px 0;
    }

    .registrationLanding #bannerCustom h3 {
        font-size: 35px;
        line-height: 39px;
    }

    .registrationLanding #bannerCustom .offer .price {
        font-size: 40px;
        line-height: 52px;
    }

    .registrationLanding #bannerCustom .offer .price span {
        font-size: 22px;
        top: -10px;
    }

    .registrationSuccess .shop h4 {
        font-size: 40px;
        line-height: 40px;
    }
    .registrationSuccess .shop h6 {
        font-size: 28px;
        line-height: 28px;
    }

    .registrationLanding #bannerCustom {
        min-height: 300px;
    }
    .registerNewLanding #bannerCustom .overlay h1 {
        font-size: 36px;
        line-height: 46px;
    }
    .registerNewLanding #bannerCustom .overlay h1 span {
        font-size: 36px;
    }
    .registerNewLanding .icons .item {
        padding: 0 15px;
    }
}


/* Table Landscape */
@media screen and (min-width: 992px) and (max-width: 1199px) {


    .registrationLanding #bannerCustom .tGradient {
        right: -50px;
    }

    .registrationLanding #bannerCustom h1 {
        font-size: 46px;
        line-height: 46px;
    }
    .registrationLanding #bannerCustom h1 span {
        font-size: 36px;
    }
    .registrationLanding #bannerCustom h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 10px 0 32px 0;
    }
    .registrationLanding #bannerCustom h3 {
        font-size: 35px;
        line-height: 39px;
    }

    .registrationLanding #bannerCustom .offer .price {
        font-size: 48px;
        line-height: 60px;
    }
    .registrationLanding #bannerCustom .offer .price span {
        font-size: 22px;
        top: -10px;
    }




    .registrationLanding #bannerCustom {
        min-height: 300px;
    }
    .registerNewLanding #bannerCustom .overlay h1 {
        font-size: 36px;
        line-height: 46px;
    }
    .registerNewLanding #bannerCustom .overlay h1 span {
        font-size: 36px;
    }
    .registerNewLanding .icons .item {
        padding: 0 15px;
    }



}

/* Small Screen */
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .registrationLanding #bannerCustom .tGradient {
        right: 0;
        height: 540px;
    }

}
/* Medium Screen */
@media screen and (min-width: 1401px) and (max-width: 1600px) {
    .registrationLanding #bannerCustom .tGradient {
        right: 0;
    }
}
@media screen and (min-width: 1601px) and (max-width: 1800px) {
    .registrationLanding #bannerCustom .tGradient {
        right: 50px;
    }
}
/* Large Screen */
