﻿@import url("https://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext");

@font-face {
    font-family: 'brauerneuebold';
    src: url("../fonts/brauerneue-bold.eot");
    src: url("../fonts/brauerneue-bold.eot?#iefix") format("embedded-opentype"),url("../fonts/brauerneue-bold.woff2") format("woff2"),url("../fonts/brauerneue-bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v13/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v13/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

select:invalid {
    color: gray;
}

body.uvjoinform,
body.join,
body.uvjoinformv2step2,
body.uvjoinformv2step3,
body.uvjoinformv2preview,
body.uvjoinformsuccess {
    font-family: "Lato",Arial,Helvetica,sans-serif;
    line-height: 1.42857143;
    background-color: #ffffff;
}

    body.uvjoinform nav#nav-main,
    body.join nav#nav-main,
    body.uvjoinformv2step2 nav#nav-main,
    body.uvjoinformv2step3 nav#nav-main,
    body.uvjoinfromv2preview nav#nav-main,
    body.uvjoinformsuccess nav#nav-main {
        display: none;
    }

    body.uvjoinform .columns,
    body.join .columns,
    body.uvjoinformv2step2 .columns,
    body.uvjoinformv2step3 .columns,
    body.uvjoinformv2preview .columns,
    body.uvjoinformsuccess .columns,
    body.uvupdatepaymentinformation .columns {
        padding: 0;
    }

    body.uvjoinform .header_wrapper,
    body.join .header_wrapper,
    body.uvjoinformv2step2 .header_wrapper,
    body.uvjoinformv2step3 .header_wrapper,
    body.uvjoinformsuccess .header_wrapper,
    body.uvjoinformv2preview .header_wrapper {
        display: none;
    }


    body.uvjoinform #footer_wrapper,
    body.join #footer_wrapper,
    body.uvjoinformv2step2 #footer_wrapper,
    body.uvjoinformv2step3 #footer_wrapper,
    body.uvjoinformsuccess #footer_wrapper,
    body.uvjoinformv2preview #footer_wrapper {
        display: none;
    }

    body.uvjoinform #content_body,
    body.join #content_body,
    body.uvjoinformv2step2 #content_body,
    body.uvjoinformv2step3 #content_body,
    body.uvjoinformsuccess #content_body,
    body.uvjoinformv2preview #content_body {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    body.join .errorContainer,
    body.uvjoinformv2step2 .errorContainer,
    body.uvjoinformv2step3 .errorContainer,
    body.uvjoinformsuccess .errorContainer,
    body.uvjoinformv2preview .errorContainer {
        z-index: 500 !important;
        position: fixed !important;
        width: 50% !important;
        padding: 10px !important;
        left: 50% !important;
    }

.uv-joinform-headermain {
    background-color: white;
    width: 100%;
    padding: 20px;
    padding-left: 110px;
    z-index: 2;
    display: none;
}

    .uv-joinform-headermain a {
        display: block;
        background-image: url("../images/joinform-logo.jpg");
        width: 88px;
        height: 66px;
        display: none;
    }

body.uvjoinform #content_wrapper,
body.join #content_wrapper,
body.uvjoinformv2step2 #content_wrapper,
body.uvjoinformv2step3 #content_wrapper,
body.uvjoinformsuccess #content_wrapper,
body.uvjoinformv2preview #content_wrapper {
    background: none;
}

.uv-joinform-subheader {
    width: 100%;
    min-height: 420px;
    background-color: #ade0ee;
    background-position: top 0 right -100px;
    background-position-x: 115%; /*safari*/
    background-repeat: no-repeat;
    background-size: auto 420px;
    padding-bottom: 50px;
    overflow: hidden;
    display: none;
}

@media(max-width:1220px) {
    .uv-joinform-subheader {
        min-height: 390px;
        display: none;
    }
}

@media(max-width:992px) {
    .uv-joinform-subheader {
        min-height: 360px;
    }
}

@media(max-width:991px) {
    .uv-joinform-subheader {
        min-height: 300px;
        display: none;
    }
}

.uv-joinform-subheader.step1 {
    background-image: url("../images/joinform-headerimage-step1.png");
}

.uv-joinform-subheader.step2 {
    background-image: url("../images/joinform-headerimage-step2.png");
}

.uv-joinform-subheader.step3 {
    background-image: url("../images/joinform-headerimage-step3.png");
}

.uv-joinform-subheader > div {
    margin-left: 80px;
    width: 520px;
    text-align: center;
}

    .uv-joinform-subheader > div:first-child {
        padding-top: 52px;
    }

@media(max-width:1220px) {
    .uv-joinform-subheader > div {
        margin-left: 40px;
        width: 420px;
    }

        .uv-joinform-subheader > div.uv-joinform-quote {
            margin-left: 60px;
        }

        .uv-joinform-subheader > div:first-child {
            padding-top: 60px;
        }
}

.uv-joinform-subheader label {
    background-color: #b00031;
    color: #fff;
    border-radius: 4px;
    float: left;
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'brauerneuebold',Arial,serif;
    line-height: 42px;
    letter-spacing: 1px;
    padding: 8px 8px 6px 8px;
    margin: 0;
    padding: 8px;
}

.uv-joinform-subheader div[id*="SubHeaderText2"] label {
    margin-top: -2px;
    margin-left: 40px;
}

.uv-joinform-subheader div.uv-joinform-quote label::before {
    content: "";
    display: inline-block;
    width: 54px;
    height: 43px;
    background-image: url("../images/joinform-quote-left.png");
}

.uv-joinform-subheader div.uv-joinform-quote label {
    color: #031c42;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0;
    word-spacing: 1px;
    background-color: inherit;
    text-align: left;
    width: 95%;
}

    .uv-joinform-subheader div.uv-joinform-quote label::after {
        content: "";
        display: inline-block;
        width: 54px;
        height: 43px;
        background-image: url("../images/joinform-quote-right.png");
        background-size: cover;
        margin-bottom: -15px;
    }

@media(min-width:769px) and (max-width:1220px), (max-width:576px) {
    .uv-joinform-subheader label {
        font-size: 40px;
        line-height: 32px;
        padding: 7px 7px 5px 7px;
    }

    .uv-joinform-subheader div.uv-joinform-quote label {
        font-size: 24px;
        line-height: 28px;
    }
}

@media(max-width:460px) {
    .uv-joinform-subheader label {
        font-size: 36px;
        line-height: 28px;
    }
}

@media(max-width:420px) {
    .uv-joinform-subheader label {
        font-size: 32px;
        line-height: 24px;
    }
}

@media(max-width:385px) {
    .uv-joinform-subheader label {
        font-size: 28px;
        line-height: 24px;
        padding: 6px 6px 4px 6px;
    }

    .uv-joinform-subheader div.uv-joinform-quote label {
        font-size: 20px;
        line-height: 24px;
    }
}

@media(max-width:350px) {
    .uv-joinform-subheader label {
        font-size: 26px;
        line-height: 22px;
    }
}


/* Join Form - Nav  */
/* div[id*="divNav"] { */
/* width: 100%; */
/* background-color: #c5203a; */
/* text-align: center; */
/* z-index: 1; */
/* position: relative; this is important for the mobile stuff (all lower down in the css) that puts a slanted piece of red in the header */
/* } */




a.uv-joinform-nav {
    display: inline-block;
    padding: 2px 20px;
    font-weight: 500;
    color: black;
    padding-left: 18px;
    padding-right: 18px;
}

    a.uv-joinform-nav label {
        color: #fff;
        font-family: 'brauerneuebold',Arial,serif;
        text-transform: uppercase;
        font-size: 16px;
    }

a[data-uv-joinform-nav-stepid] > span {
    display: block;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 10px auto;
}

@media (max-width: 992px) {
    a[data-uv-joinform-nav-stepid] > span {
        height: 40px;
        width: 40px;
        background-size: contain;
    }
}

/* Step 1 Icon */
a[data-uv-joinform-nav-stepid="1"] > span.active {
    background-image: url("../images/joinform-step1active.png");
}

/* Step 2 Icon */
a[data-uv-joinform-nav-stepid="2"] > span.active {
    background-image: url("../images/joinform-step2active.png")
}

a[data-uv-joinform-nav-stepid="2"] > span.inactive {
    background-image: url("../images/joinform-step2inactive.png")
}

/* Step 3 Icon */
a[data-uv-joinform-nav-stepid="3"] > span.active {
    background-image: url("../images/joinform-step3active.png")
}

a[data-uv-joinform-nav-stepid="3"] > span.inactive {
    background-image: url("../images/joinform-step3inactive.png")
}

/* Step complete icon */
a[data-uv-joinform-nav-stepid] > span.complete {
    background-image: url("../images/joinform-stepcomplete.png");
}


/* Join Form - Content */

/* Content Headers */
.uv-joinform-stepheader {
    background-color: #c5203a;
}

    .uv-joinform-stepheader label {
        color: #fff;
        padding: 18px 22px;
        font-family: 'brauerneuebold',Arial,serif;
        text-transform: uppercase;
        font-size: 29px;
        line-height: 1.1;
        font-weight: bold;
        margin: 0;
    }

.uv-joinform-stepheader-disabled {
    display: none;
}



/* Join Form - Section styling */
.uv-joinform-stepdetails {
    background-color: #fff;
}

.uv-joinform-nav span.required_icon {
    color: red;
    margin-left: 2px;
    font-size: 15px;
}


/* Add a gap between left/right sections */

/* Gap above buttons */
.uv-joinform-nav div.uv-joinform-stepdetails > div:last-child {
    padding-top: 10px;
}

.uv-joinform-stepdetails {
    overflow: hidden;
}

    .uv-joinform-stepdetails.uv-joinform-stepdetails-hidden {
        border-top: none;
        border-bottom: none;
        padding-top: 0;
        padding-bottom: 0;
        height: auto;
        max-height: 0;
        /*transition: max-height 300ms ease-in-out;*/
    }


/* Personal Details Section has some separators */
.uv-joinform-personaldetailsaddress {
    margin-top: 15px;
}

.uv-joinform-content span {
    display: contents;
}


.uv-joinform-nav div[id*=BirthDate] div.alwayslabel {
    width: 55%;
    order: 1;
}

.uv-joinform-nav div[id*=BirthDate] select[data-name="BirthDate_Year"] {
    width: 31% !important;
    order: 4;
}

.uv-joinform-nav div[id*=BirthDate] select[data-name="BirthDate_Month"] {
    width: 48% !important;
    order: 3;
}

.uv-joinform-nav div[id*=BirthDate] input[data-name="BirthDate_Day"] {
    width: 21% !important;
    order: 2;
    border-width: 1px !important;
    border: 1px solid #ccc !important;
}

    .uv-joinform-nav div[id*=BirthDate] input[data-name="BirthDate_Day"]:focus {
        border: 1px solid black !important;
    }

.uv-joinform-nav div[id*=PaymentStartDate] div.alwayslabel {
    width: 100%;
}

.uv-joinform-nav div[id*=PaymentStartDate] select[data-name="PaymentStartDate_Year"] {
    width: 31% !important;
    float: right;
}

.uv-joinform-nav div[id*=PaymentStartDate] select[data-name="PaymentStartDate_Month"] {
    width: 48% !important;
    float: right;
}

.uv-joinform-nav div[id*=PaymentStartDate] input[data-name="PaymentStartDate_Day"] {
    width: 21% !important;
    float: left;
}

[id*=divPaymentDetailsRight], [id*=chkDisclaimer], [id*=datPaymentStartDate] {
    display: none;
}

div[id*=chkEmployerBankDetails] {
    display: none;
}

/* Because of the columns we're using (five, three, two, two) we get slightly more than 100% width.  Just need to adjust the postal code by a bit to make sure it never wraps to the next line. */
.uv-joinform-nav div[id*="txtPostalZipCode"] {
    width: 16.666%;
}

/* Join Form - Bank Info Box */
div.uv-joinform-bankinfo {
    overflow: auto;
    padding: 10px 30px 10px 30px;
    margin: 0 40px 0px 40px;
    border: 1px solid black;
}

    div.uv-joinform-bankinfo input, div.uv-joinform-bankinfo select {
        border: 1px solid #ccc !important;
    }

.uv-joinform-nav div.uv-joinform-bankinfo label:not(.error-message),
body.uvupdatepaymentinformation div.uv-joinform-bankinfo label:not(.error-message) {
    margin: 0;
    padding: 0;
}

/* Disclaimer (In payment info section) */
.uv-disclaimerpopup, .uv-waitpopup {
    display: none;
    z-index: 1000 !important;
    position: fixed !important;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    overflow: auto;
}

.uv-disclaimeroverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 900;
}

.uv-waitpopup {
    max-width: 400px;
    text-align: center;
}

.uv-disclaimerpopup div[id*="lblDisclaimerDetails"] {
    max-height: 400px;
    overflow-y: scroll;
    margin-bottom: 20px;
}

.uv-disclaimerpopup p {
    margin-bottom: 0;
}

.uv-joinform-nav .uv-disclaimerpopup a.button:not(.buttonloading) {
    background-image: none;
    padding: 5px 20px;
}

.uv-disclaimerpopup > .button:not(.buttonloading) {
    margin: 0px 5px 0px 5px;
}



.uv-joinform-nav .button:not(.buttonloading) {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    border-color: #ab060a;
    padding-right: 48px;
    background: #c5203a url("../images/joinform-button-primary-arrow.png") no-repeat center right;
    font-family: 'brauerneuebold',Arial,serif;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    -webkit-box-shadow: none;
}

.uv-joinform-nav .button.uv-joinform-nextbutton,
.uv-joinform-nav .button.uv-joinform-submitbutton {
    padding: 7px 48px 7px 26px;
}

.uv-joinform-nav .button.uv-joinform-backbutton {
    padding: 7px 26px 7px 48px;
    background: #c5203a url("../images/joinform-button-arrow.png") no-repeat center left;
    color: #2b2d33;
    border-color: #dddfe3;
}



/* Join Form & Update Payment Info pages- Change the way labels work */
.uv-joinform-nav div.alwayslabel, .uv-joinform-nav label.alwayslabel,
body.uvupdatepaymentinformation div.alwayslabel, body.uvupdatepaymentinformation label.alwayslabel {
    background: none;
    color: #4d4d4d;
    font-size: 0.9em;
    float: none;
    font-weight: 900;
    width: 100%;
}

.uv-joinform-nav div.alwaysshowlabel input, .uv-joinform-nav div.alwaysshowlabel select,
body.uvupdatepaymentinformation div.alwaysshowlabel input, body.uvupdatepaymentinformation div.alwaysshowlabel select {
    width: 100%;
}


/* Join Form & Update Payment Information Page - Amount and Institution fields are textboxes because they are set on change, but we need them to look like labels */
div.alwaysshowlabel.uv-joinform-amount {
    padding: 30px 20px;
    border: 1px solid black;
    border-radius: 20px;
    background-color: #E6E6E6;
}

div.uv-joinform-amount div.alwayslabel,
div[id*="txtInstitution"] div.alwayslabel {
    float: left;
    width: auto;
}

div.alwaysshowlabel.uv-joinform-amount input,
div[id*="txtInstitution"] input {
    width: 65% !important;
    background: none !important;
    border: none;
    box-shadow: none;
}

div.alwaysshowlabel.uv-joinform-amount input {
    font-size: 1.4em;
    font-weight: 900;
}

/* Hide Direct Debit fields  */
div[data-uv-joinform-paymentdetailid="2"] {
    display: none;
}


/* Footers */
/* Footer 1 */
.uv-joinform-footerone {
    background: #c5203a;
    padding: 60px 0;
    color: #fff;
    padding: 55px 100px 84px 110px;
    display: none;
}

.uv-joinform-footerimage {
    content: url("../images/joinform-logoreversed.png");
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.uv-joinform-footerone > div {
    display: inline-block;
    width: 70%;
    margin-left: 50px;
}

.uv-joinform-footerone label {
    color: #fff;
}

div[id*="divFooter1Text"] label {
    font-size: 22px;
    margin-bottom: 10px;
}

.uv-joinform-branches div[id*="lblBranches"] {
    display: inline-block;
}

.uv-joinform-branches a {
    color: #000;
    background: #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    margin-left: 5px;
    font-family: 'brauerneuebold',Arial,serif;
    text-decoration: none;
    box-shadow: 0 3px 0 0 #bbb;
}

/* Footer 2 */
.uv-joinform-footertwo {
    background-color: #262325;
    overflow: auto;
    padding: 60px 0;
    display: none;
}

    .uv-joinform-footertwo label,
    .uv-joinform-footertwo a {
        color: #fff;
    }

.uv-joinform-footertwoheader label {
    font-weight: bold;
}

.uv-joinform-footertwo a.uv-joinform-socialicon {
    height: 30px;
    width: 100%;
    display: inline-block;
    background-image: url("../images/joinform-socialicons.png");
    background-repeat: no-repeat;
    padding-left: 45px;
    margin-bottom: 5px;
    font-weight: normal;
    line-height: 30px;
    text-decoration: none;
}

    .uv-joinform-footertwo a.uv-joinform-socialicon.uv-joinform-twittericon {
        background-position: 0 0;
    }

    .uv-joinform-footertwo a.uv-joinform-socialicon.uv-joinform-facebookicon {
        background-position: 0 -33px;
    }

    .uv-joinform-footertwo a.uv-joinform-socialicon.uv-joinform-youtubeicon {
        background-position: 0 -66px;
    }

    .uv-joinform-footertwo a.uv-joinform-socialicon.uv-joinform-instagramicon {
        background-position: 0 -99px;
    }


/* Footer 3 */
.uv-joinform-footerthree {
    background-color: #333333;
    padding: 60px 0;
}

    .uv-joinform-footerthree label {
        color: #fff;
        font-size: 12px;
        text-align: center;
    }

/* Mobile stuff */
@media only screen and (max-width: 991px) {

    /* Nav / Header */
    .uv-joinform-headermain {
        padding-left: 40px;
    }

    .uv-joinform-subheader {
        padding: 20px 20px 80px 20px;
        margin: 0 auto;
    }

        .uv-joinform-subheader > div {
            width: 540px;
        }

            .uv-joinform-subheader > div:first-child {
                padding-top: 0;
            }

    div[id*="divNav"]:before {
        background: inherit;
        content: '';
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden;
        top: 0;
        -webkit-transform: skewY(-5deg);
        transform: skewY(-5deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    a.uv-joinform-nav {
        padding-left: 8px;
        padding-right: 8px;
    }

        a.uv-joinform-nav span {
            margin-bottom: 0;
        }

        a.uv-joinform-nav label {
            display: none;
        }


    /* Content */
    /* .uv-joinform-content { 
        padding: 0 0 25px 0;
    } */


    /* foundation css puts a bottom margin on everything.  We don't want this on mobile. */
    .uv-joinform-nav input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
        margin-bottom: 0;
    }

    /* Remove the gap between left/right sections that we added for larger browsers.  These are not beside eachother for mobile so the gap just makes it look bad  */
    .uv-joinform-nav div.uv-joinform-stepdetails > div:first-child {
        padding-right: 0;
    }

    .uv-joinform-nav div.uv-joinform-stepdetails > div:nth-child(2) {
        padding-left: 0;
    }

    /* Put a little spacing around checkboxes */
    .uv-joinform-nav input[type="checkbox"] {
        margin: 5px 0 17px 0;
    }

    .uv-joinform-nav input[type="submit"].button {
        width: auto;
    }

    /* Allow the header to increase it's height */
    .uv-joinform-subheader {
        height: 100%;
    }

        /* Hide the header image */
        .uv-joinform-subheader.step1,
        .uv-joinform-subheader.step2,
        .uv-joinform-subheader.step3 {
            background-image: none;
        }

    .uv-disclaimerpopup {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: none;
    }

        .uv-disclaimerpopup div[id*="lblDisclaimerDetails"] {
            max-height: none;
            overflow-y: auto;
        }

    /* Spacing around the amount box.*/
    div.alwaysshowlabel.uv-joinform-amount {
        margin: 10px 0 10px 0;
    }

    /* Footers */
    .uv-joinform-footerone {
        padding-left: 20px;
        padding-right: 20px;
    }

        .uv-joinform-footerone img {
            display: block;
        }

        .uv-joinform-footerone > div {
            width: 100%;
            margin-left: 0;
        }

    .uv-joinform-footertwo div.three.columns {
        width: 50% !important;
        float: left;
        padding-left: 20px;
    }

    body.join div[id*=BirthDate] div.alwayslabel {
        width: 100%;
    }

    body.join div[id*=BirthDate] select[data-name="BirthDate_Year"] {
        width: 31% !important;
        float: right;
    }

    body.join div[id*=BirthDate] select[data-name="BirthDate_Month"] {
        width: 48% !important;
        float: right;
    }

    body.join div[id*=BirthDate] input[data-name="BirthDate_Day"] {
        width: 21% !important;
        float: left;
    }
}

@media only screen and (max-width: 576px) {
    .uv-joinform-subheader > div {
        margin-left: 30px;
        width: 100%;
    }

    .uv-joinform-subheader div.uv-joinform-quote {
        padding-right: 50px;
    }
}

.uv-joinform-nav select.error-message,
body.uvupdatepaymentinformation select.error-message {
    padding-left: 6px;
}

.uv-joinform-lowfees {
    padding: 20px 20px;
    border: 1px solid #ccc;
    margin-top: 20px;
    display: none;
}

    .uv-joinform-lowfees input[type="text"] {
        background: none !important;
        border: none;
        box-shadow: none;
        margin-left: 10px;
        width: 80% !important;
    }

#txtLowFeeCriteria {
    padding-bottom: 20px;
}

.file-up {
    padding-top: 10px
}

.uv-joinform-nav div[id*=divDisclaimer].uv-disclaimerpopup {
    z-index: 1000 !important;
    position: absolute !important;
}

.uv-joinform-accept a {
    color: #b00031 !important;
}

/*UWU-22-0099 - Info icons */
span.uwu-infoicon {
    display: inline-block;
    background-image: url("../images/info.svg");
    background-size: cover;
    width: 14px;
    height: 14px;
    margin: 0 2px 5px 2px;
}