html, body {
    height: 100%;
    margin: 0px;
    background: black;
    z-index: 0;
    overflow-x: hidden;
    font-family: 'Montserrat' !important;
}

/*for the hamburger menu*/
@media only screen and (max-width: 640px) {
    #hamburger {
        cursor: pointer;
        display: block;
        height: 48px;
        padding: 3px 0px 3px 4px;
        margin-right: 5px;
        position: absolute;
        width: 38px;
        display: inline-block;
    }
    #hamburger div {
        background-color: #fff;
        border: 1px solid #eee;
        border-radius: 2px 2px 2px 2px;
        height: 4px;
        margin-top: 6px;
        width: 90%;
    }
    body {
        overflow-x: hidden;
    }
    header {
        position: fixed;
        width: 100%;
        z-index: 1;
    }
    nav {
        left: 0px;
        top: 0px;
        position: fixed;
        z-index: 0;
        width: 100%;
    }
    .smallLogo {
        height: 35px !important;
    }
}

fieldset{
  border:none;
}

.privacyFooter{
  position: fixed;
  bottom: 0px;
  width: 100%;
  color:#D7D7D7;
  padding:0px 10px;
  z-index: 1;
  font-size: 10pt;
}


.privacyFooter > span.link{
  float:left;
}

.privacyFooter > span{
    float: right;
    padding-right: 10px;
}

.privacyFooter > span[class*='_mobile']{
  display:none;
}

.privacyFooter > span.option_mobile{
  display:none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgb(17,17,17) inset !important;
    box-shadow: 0 0 0px 1000px rgb(17,17,17) inset !important;
    color: white !important;
    -webkit-text-fill-color: white !important;
}

input::-ms-clear {
    display: none;
}

a, a:visited, a:hover, a:focus{
    color: rgb(189, 155, 96);
}

.home.register .container{
    width: 850px;
    overflow: hidden;
}

.home.register .v-align {
    top: 15%;
    left: 50%;
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    position: absolute;
    -webkit-transition: transform 0.3s, top 0.3s;
    -moz-transition: transform 0.3s, top 0.3s;
    -o-transition: transform 0.3s, top 0.3s;
    transition: transform 0.3s, top 0.3s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}


.v-align {
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    -webkit-transition: transform 0.3s, top 0.3s;
    -moz-transition: transform 0.3s, top 0.3s;
    -o-transition: transform 0.3s, top 0.3s;
    transition: transform 0.3s, top 0.3s;
    width: 100%;
}

    .v-align.v-align-fixed {
        top: 10px;
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

.top-bar {
    background: #141414;
    border-bottom: 1px solid rgb(189, 155, 96);
    margin-bottom: 10px;
    z-index: 100;
    position: fixed;
    width: 100%;
}

    .top-bar .name {
        width: 115px;
        padding: 3px;
        height: 48px;
    }

.top-bar-section ul li:not(.has-form) > a {
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    background: transparent !important;
}

.top-bar-section ul li:hover:not(.has-form) > a {
    background-color: rgb(189, 155, 96) !important;
}

.top-bar-section ul li {
    background-color: transparent !important;
}

.bg.builderLookupBackground {
    background-image: url("/images/background_3.jpg");
}

.bg {
    background-image: url("/images/background_3.jpg");
    width: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    opacity: 0.35;
    z-index: -1;
}

.home.register {
    overflow-y: auto;
    overflow-x: hidden;
}


.home:not(.register) {
     overflow: hidden;
}

.home {
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    height: 100%;
    width: 100%;
    font-size: 14pt;
    z-index: 1;
}

.container {
    color: white;
}

.heavy-box-shadow {
    box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.6);
}

.card input.button, .card input.button:focus, .home input.button, .home input.button:focus {
    font-size: 16pt;
    height: 50px;
    line-height: 50px;
    -moz-transition: background 0.3s ease-out, color 0.3s ease-out;
    -o-transition: background 0.3s ease-out, color 0.3s ease-out;
    -webkit-transition: background 0.3s ease-out, color 0.3s ease-out;
    transition: background 0.3s ease-out, color 0.3s ease-out;
    border-radius: 4px;
    color: white;
    text-transform: uppercase;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid black;
    padding: 0px 30px 5px;
    width: 100%;
    border-top-color: rgb(72, 72, 72);
    font-weight: bold;
}

.card input.button {
  position:absolute;
  bottom:-80px;
  left:0px;
}

    #dialog {
        display: none;

    }

    #CardNew, #CardMailed, #CardRequest {
        position: absolute;
        padding: 5px 10px 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border-top-color: rgb(72, 72, 72);
        margin: 0;
        z-index: 0;
        font-size: 12pt;
        font-weight: bold;
        display: none;
    }

    #CardNew {
        bottom: -110px;
    }

    #CardMailed {
        bottom: -165px;
    }

    #CardRequest {
        bottom: -100px;
    }

    @media only screen and (max-width: 640px) and (max-height: 800px) {
        #CardMailed {
            font-size: 10pt !important;
            bottom: -150px;
        }

        #CardRequest {
            font-size: 11pt !important;
        }
    }

    .boxedStatus {
        background: rgb(17,17,17);
        border: 1px solid black;
        border-radius: 3px;
        box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.6);
    }

    .card input.button:hover,.home input.button:hover {
        background: rgb(189, 155, 96);
        color: black;
        cursor: pointer;
    }

    .card input.enabledBtn:hover {
        background: rgb(189, 155, 96);
        color: black;
        cursor: pointer;
    }

    .card input.newCardBtn {
        position: absolute;
        bottom:-150px;
        left:0px;
        font-size: 16pt;
        height: 50px;
        line-height: 50px;
        -moz-transition: background 0.3s ease-out, color 0.3s ease-out;
        -o-transition: background 0.3s ease-out, color 0.3s ease-out;
        -webkit-transition: background 0.3s ease-out, color 0.3s ease-out;
        transition: background 0.3s ease-out, color 0.3s ease-out;
        border-radius: 4px;
        text-transform: uppercase;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-touch-callout: none !important;
        -webkit-user-select: none !important;
        -khtml-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
        outline: none;
        border: 1px solid black;
        box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.6);
        width: 100%;
        border-top-color: rgb(72, 72, 72);
        font-weight: bold;
        text-align: center;
        display: none;
}

    .card input.enabledBtn {
        background: rgba(0, 0, 0, 0.8);
        color: white;
        font-size: 16pt;
    }

    .card input.disabledBtn {
        background: #414042;
        color: #58595b;
        font-size: 11.8pt;
    }

.logo, form > .err, label {
    display: block;
}

.loaded .controls.bringToFront {
    z-index: 1;
}

.loaded2 .controls:not(.forgotPassword) > * {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.loaded.register .controls.forgotPassword {
    z-index: 2;
}

    .loaded.register .controls.forgotPassword > * {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

.loaded.register .controls:not(.forgotPassword) > * {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.controls:not(.alwaysVisible) > *:not(form), .controls:not(.alwaysVisible) > form > * {
    opacity: 0;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}



.home .registerContainer label {
    width: 80%;
    margin: 12px 0 0 auto;
}

    .home .registerContainer label.fullWidth {
        width: 100%;
    }

.home label {
    width: 100%;
    margin: 13px auto;
    height: 40px;
    text-align: left;
}

label[class*='error_'] .requiredText {
    display: none !important;
}

label[class*='error_'] .errorText {
    display: block;
}

.disabled > label .errorText{
    display:none;
}

label .errorText, label .alert {
    position: absolute;
    bottom: -20px;
    font-size: 10pt;
    color: #D7D7D7;
    display: none;
    z-index: 3;
}

    label .alert:before {
        content: " ";
        background: inherit;
        width: 20px;
        height: 20px;
        position: absolute;
        z-index: -1;
        left: -10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        margin-top: -10px;
    }

    label .alert:hover {
        background: rgb(102, 102, 102);
    }

label .alert {
    border-radius: 5px;
    color: white;
    right: -25px;
    width: 200px;
    background: rgb(57, 57, 57);
    padding: 10px;
    bottom: -50px;
    -moz-transform: scale(0)translateY(-50%);
    -ms-transform: scale(0)translateY(-50%);
    -o-transform: scale(0)translateY(-50%);
    -webkit-transform: scale(0)translateY(-50%);
    transform: scale(0)translateY(-50%);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    z-index: 100;
}

label.alerting .alert {
    -moz-transform: scale(1)translateY(-50%);
    -ms-transform: scale(1)translateY(-50%);
    -o-transform: scale(1)translateY(-50%);
    -webkit-transform: scale(1)translateY(-50%);
    transform: scale(1)translateY(-50%);
}


label .alert {
    display: block;
}


    label .alert .fa {
        font-size: inherit !important;
        width: auto !important;
        color: rgb(189, 155, 96);
    }

label .errorText .fa {
    font-size: inherit !important;
    width: auto !important;
    color: rgb(249, 57, 57);
}

label .fa {
    font-size: 16pt !important;
    color: black;
    width: 30px;
    line-height: 0px;
    height: 100%;
    padding: 5px;
    z-index: 1;
    position: relative;
    pointer-events: none;
}


label .fa-search{
  line-height: 20px;
}

label .fa.fa-search.register {
    margin-left: 21px;
}

label {
    position: relative;
}



    label.filled > span, .registerContainer label > span{
        -webkit-transform: translate(-100%,0)translate(-20px,0);
        -moz-transform: translate(-100%,0)translate(-20px,0);
        -ms-transform: translate(-100%,0)translate(-20px,0);
        -o-transform: translate(-100%,0)translate(-20px,0);
        transform: translate(-100%,0)translate(-20px,0);
        color: white;
    }

    .registerContainer label input:-webkit-autofill ~ span, label input:-webkit-autofill ~ span {
           -webkit-transform: translate(-100%,0)translate(-20px,0);
        -moz-transform: translate(-100%,0)translate(-20px,0);
        -ms-transform: translate(-100%,0)translate(-20px,0);
        -o-transform: translate(-100%,0)translate(-20px,0);

           transform: translate(-100%,0)translate(-20px,0);

           color: white;
    }

    .importantLabel {
        font-weight:bold !important;
        opacity: 0.8 !important;
        padding-right: 5px;
    }

    .dropdown {
      background-color: rgb(238 238 238);
      border-color: rgb(204 204 204);
      color: rgb(20 20 20);
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
      filter: invert(1);
    }

    label input:required ~ span {
        font-weight:bold !important;
        opacity: 0.8 !important;
        padding-right: 5px;
    }

        label input:required ~ span:after {
            font-size: 15pt;
            position: absolute;
            right: -8px;
        }

    label input:required:after {
        content: "Required";
        position: absolute;
    }

    label input + .requiredText {
        display: none;
    }

.forgotPassword label input + .requiredText, .signIn label input + .requiredText {
    display: none !important;
}

label .requiredText .fa {
    color: red;
    font-size: inherit !important;
    width: auto;
}

label input:invalid + .requiredText {
    position: absolute;
    right: 5px;
    pointer-events: none;
    display: block;
    bottom: 0px;
    font-size: 10pt;
    color: rgb(101, 101, 101);
    z-index: 1;
}

label input:invalid ~ .strengthText {
    display: none;
}

label .strengthText {
    position: absolute;
    right: 5px;
    display: block;
    bottom: -20px;
    font-size: 10pt;
    color: rgb(101, 101, 101);
    z-index: 3;
}

.resetPassword label .strengthText{
  bottom: auto;
  top: -20px;
}


    .resetPassword label .strengthText:before {
        color:white;
    }

    label .strengthText:before {
        content: "Strength: ";
    }

    label .strengthText:after {
        content: "Excellent";
        font-weight:bold;
        color: rgb(106, 255, 106);
    }

label[data-strength='4'] .strengthText:after {
    content: "Very Good";
    color: cyan;
}

label[data-strength='2'] .strengthText:after {
    content: "Poor";
    color: orange;
}

label[data-strength='0'] .strengthText:after, label[data-strength='1'] .strengthText:after {
    content: "Very Poor";
    color: red;
}

label[data-strength='3'] .strengthText:after {
    content: "Good";
    color: yellow;
}


label > span {
    z-index: 3;
    pointer-events: none;
    top: 9px;
    left: 9px;
    font-size: 12pt;
    opacity: .6;
    -webkit-transition: -webkit-transform 200ms ease;
    -moz-transition: -moz-transform 200ms ease;
    -o-transition: -o-transform 200ms ease;
    transition: transform 200ms ease;
    color: #757575;
}

input::selection {
    background: #C0C0C0;
}

.dealerList[class*=error_] ~ .errorText.dealer {
    display: block;
}

.errorText.dealer {
    width: 100%;
    text-align: left;
    height: 20px;
    line-height: 20px;
    position: absolute;
    bottom: 75px;
    display: none;
}

    .errorText.dealer .fa {
        width: 25px;
        color: red;
    }

.home .signIn label > input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgb(191, 191, 191) inset !important;
    box-shadow: 0 0 0px 1000px rgb(191, 191, 191) inset !important;
    color: black !important;
    -webkit-text-fill-color: black !important;
}

.home .forgotPassword label > input:not([type='checkbox']), .home .resetPassword label > input:not([type='checkbox']), .home .signIn label > input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgb(191, 191, 191) inset !important;
    box-shadow: 0 0 0px 1000px rgb(191, 191, 191) inset !important;
    color: black !important;
    -webkit-text-fill-color: black !important;
}


.home .forgotPassword label > input:not([type='checkbox']), .home .resetPassword label > input:not([type='checkbox']), .home .signIn label > input:not([type='checkbox']) {
    background: rgb(191, 191, 191);
    color: black;
}

.home label > input:not([type='checkbox']):focus {
    border-bottom-color: rgb(189, 155, 96);
}

.disabled > label[class*='error_'] > input:not([type='checkbox']){
    border-bottom-color: gray !important;
}

label[class*='error_'] > input:not([type='checkbox']) {
    border-bottom-color: red !important;
}

@-webkit-keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes three-quarters {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Styles for old versions of IE */
.three-quarters {
  font-family: "Montserrat", "sans-serif";
  font-weight: 100;
}

/* :not(:required) hides this rule from IE9 and below */
label.loading .spinner:not(:required) {
  -webkit-animation: three-quarters 1250ms infinite linear;
  -moz-animation: three-quarters 1250ms infinite linear;
  -ms-animation: three-quarters 1250ms infinite linear;
  -o-animation: three-quarters 1250ms infinite linear;
  animation: three-quarters 1250ms infinite linear;
  border: 5px solid rgb(189, 155, 96);
  border-right-color: transparent;
  border-radius: 16px;
  box-sizing: border-box;
  overflow: hidden;
  text-indent: -9999px;
  display: inline-block;
}

label .spinner{
    display:none;
    position: absolute;
    right: 0px;
    bottom: 3px;
    z-index: 1;
    height: 20px;
    width: 20px;
}
.home .resetPassword label {
margin-bottom: 29px;
}


.home label > input:not([type='checkbox']) {
    background: rgb(17,17,17);
    border-radius: 1px;
    box-shadow: none;
    border: none;
    display: block;
    top: 0;
    left: 0;
    width: 95%;
    height: 100%;
    padding: 10px;
    font-size: 15pt;
    color: white;
    -moz-transition: background-color 200ms linear;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    margin: 0px;
    padding: 0px;
    text-indent: 5px;
    border-bottom: 1px solid gray;
    line-height: 42px;
    z-index: 1;
}

.home label.fullWidth > input {
    background-color: #787878;
    line-height: 30px;
    color: black;
}

.home label.hasIcon > input {
    text-indent: 30px;
}

.home label.fullWidth.hasIcon.register > input {
    margin-left: 21px;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    -ms-zoom: 1;
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.hide {
    display: none;
}

.controls.bringToFront {
    z-index: 1;
}

.controls {
    width: 320px;
    z-index: 0;
    position: absolute;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
    top: 72px;
    left: 50%;
}

    .controls.register {
        width: 780px;
    }


.image {
    width: 100%;
    max-width:250px;
    min-width:200px;
    margin: 0 auto 0px;
}

a.logo {
    background: url("/images/logo3.png");
    width: 100%;
    height: 90px;
    display: block;
    background-size: 100% auto;
    z-index: 1;
    position: relative;
    background-repeat: no-repeat;
}

.subText {
    color: rgb(189, 155, 96);
    margin-top: -15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
}

.footer > * {
    line-height: 35px;
    text-align: left;
    opacity: 0.5;
    /* -webkit-transition: opacity 0.4s ease-out; */
    font-weight: bold;
    -moz-transform: translate3d(0);
    -ms-transform: translate3d(0);
    -o-transform: translate3d(0);
    -webkit-transform: translate3d(0);
    transform: translate3d(0);
}

    .footer > *:first-child {
        float: left;
        padding-left: 5px;
    }

    .footer > *:last-child {
        float: right;
        padding-right: 5px;
    }

    .footer > *:hover {
        opacity: 1;
        cursor: pointer;
    }

.error-message, .error-message:before, input:not(.button), label > span {
    position: absolute;
}

.error-message {
    left: 100%;
    top: 50%;
    min-width: 150px;
    background: rgba(0, 0, 0, 1);
    border-radius: 4px;
    padding: 10px 10px;
    margin-left: 10px;
    font-size: 11pt;
    line-height: 14px;
    color: white;
    -webkit-transform-origin: -6px 0;
    -moz-transform-origin: -6px 0;
    -ms-transform-origin: -6px 0;
    -o-transform-origin: -6px 0;
    transform-origin: -6px 0;
    -webkit-transition: opacity 200ms linear,-webkit-transform 600ms ease;
    -moz-transition: opacity 200ms linear,-moz-transform 600ms ease;
    -o-transition: opacity 200ms linear,transform 600ms ease;
    transition: opacity 200ms linear,transform 600ms ease;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0)scale(0);
    -moz-transform: translate3d(0,0,0)scale(0);
    -ms-transform: translate3d(0,0,0)scale(0);
    -o-transform: translate3d(0,0,0)scale(0);
    transform: translate3d(0,0,0)scale(0);
}

    .error-message.visible {
        opacity: 1;
        -webkit-transform: translate3d(0,-50%,0)scale(1);
        -moz-transform: translate3d(0,-50%,0)scale(1);
        -ms-transform: translate3d(0,-50%,0)scale(1);
        -o-transform: translate3d(0,-50%,0)scale(1);
        transform: translate3d(0,-50%,0)scale(1);
        -webkit-transition: opacity 200ms linear,-webkit-transform 250ms cubic-bezier(.4,1.5,.5,1),left 200ms ease,top 200ms ease,width 200ms ease;
        -moz-transition: opacity 200ms linear,-moz-transform 250ms cubic-bezier(.4,1.5,.5,1),left 200ms ease,top 200ms ease,width 200ms ease;
        -o-transition: opacity 200ms linear,transform 250ms cubic-bezier(.4,1.5,.5,1),left 200ms ease,top 200ms ease,width 200ms ease;
        transition: opacity 200ms linear,transform 250ms cubic-bezier(.4,1.5,.5,1),left 200ms ease,top 200ms ease,width 200ms ease;
    }

    .error-message:before {
        content: '';
        display: block;
        right: 100%;
        top: 50%;
        margin-top: -6px;
        border-right: 6px solid rgba(0,0,0,.5);
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }

.bottomRightFooter {
    color: white;
    width: 250px;
    position: fixed;
    bottom: 5px;
    right: 30px;
    float: right;
    z-index: 2;
}

.bottomLeftFooter {
    color: white;
    width: 90px;
    position: fixed;
    bottom: 0px;
    left: 30px;
    float: left;
    z-index: 2;
}

.bottomRightFooter .supportContact {
    line-height: 15px;
    font-family: "Montserrat", "helvetica";
    text-align: right;
    width: 100%;
    font-size: 10pt;
    margin-bottom: 0px;
}

.bottomLeftFooter .privacyPolicyLink {
    font-family: "Montserrat", "Univers 55 Roman", "helvetica";
    text-align: left;
    width: 100%;
    font-size: 10pt;
    margin-bottom: 0px;
}

.footer .registerButton {
    float: right;
    text-align: right;
}

.registerContainer {
    height: 400px;
    width: 100%;
}

/*form styles*/
#msform {
    width: 100%;
    height: 100%;
    margin: 20px auto;
    text-align: center;
    position: relative;
}

#termsAndConditions {
    text-align: left;
    max-height: 300px;
    overflow: auto;
    color: rgb(175, 175, 175);
}

    #termsAndConditions b {
        color: white;
    }

.dealerList {
    list-style: none;
    padding: 0px;
    max-height: 310px;
    overflow: auto;
    margin-top: 10px;
    height: 310px;
}

    .dealerList li:hover {
        cursor: pointer;
    }

        .dealerList li:hover:before {
            background: rgb(78, 78, 78);
        }

    .dealerList li {
        width: 99%;
        height: 105px;
        /* background:white; */
        border-bottom: 4px solid transparent;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        float: left;
        border-radius: 0px;
        margin-left: 4px;
        padding: 10px;
        overflow: hidden;
    }

        .dealerList li span {
            color: white;
            text-align: left;
            width: 100%;
            display: block;
            font-size: 10pt;
            font-weight: none;
            color: rgba(255,255,255,0.6);
        }


            .dealerList li span.name {
                font-size: 11pt;
                color: white;
                white-space: nowrap;
                -ms-text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                overflow: hidden;
                text-indent: 20px;
            }

        .dealerList li.selected:before {
            border-bottom-color: rgb(189, 155, 96);
            border-bottom-width: 1px;
        }

        .dealerList li:before {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #343434;
            border: 1px solid black;
            border-top-color: rgb(170, 170, 170);
            border-radius: inherit;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            z-index: -1;
        }



        .dealerList li.selected:after {
            content: "\2713";
            position: absolute;
            bottom: -15px;
            right: -10px;
            z-index: -1;
            font-size: 24pt;
            height: 60px;
            width: 60px;
            color: #111111;
            background: rgb(93, 93, 93);
            border-radius: 70% 0px;
            border: 1px solid rgb(189, 155, 96);
            display: none;
        }


#msform input.button {
    margin-top: 30px;
    font-size: 12pt;
    height: 34px;
    line-height: 32px;
    width: auto;
    padding: 0px 15px;
    /* border-width: 1px; */
    background: transparent;
    border: none;
    font-weight: bold;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    box-shadow: none;
}

    #msform input.button:disabled, #msform .registering input.register{
        pointer-events: none;
        opacity: 0.3;
    }

#msform .registering .registerSpin{
  display:block;
}

    .registerSpin{
      height: 24px;
      width:24px;
      position:absolute;
      bottom:0px;
      right:0px;
      background-image: url("../images/spinny.gif");
      background-size: 100%;
      margin-right: 70px;
      margin-bottom: 10px;
      z-index: -1;
      visibility: hidden;
}

    #msform input.button:hover {
        color: rgb(189, 155, 96);
    }

    #msform .registering .register:before{
      content: "A";
      width:10px;
      height: 10px;
      position:absolute;
      opacity:1;
      left:0px;
      background:orange;
    }



.searchBusiness input[type='button'] {
    margin: 8px 0px 0px 0px !important;
    /* padding: 0px !important; */
}

.disabledBusinessIdentifier {
    border-bottom-style: dashed !important;
    border-bottom-color: gray !important;
    background-color: rgb(17,17,17) !important;
    color: rgb(96, 96, 96) !important;
    display: none;
}

.disabledBusinessIdentifierSpan {
    font-weight: normal !important;
    opacity: 0.2 !important;
}

.registerContainer .disabled {
    pointer-events: none;
}

    .registerContainer .disabled h4 {
        visibility: hidden;
    }

    .registerContainer .disabled input {
        background-color: rgb(17,17,17) !important;
        color: rgb(96, 96, 96) !important;
        /* border-bottom: 1px solid rgb(161, 161, 161) !important; */
        border-bottom-style: dashed !important;
        border-bottom-color: gray !important;
    }

    .registerContainer .disabled .requiredText {
        display: none;
    }

    .registerContainer .disabled label input:required ~ span, .registerContainer .disabled label span {
        font-weight: normal !important;
        opacity: 0.2 !important;
    }

.address {
    opacity: 1;
    /* margin-top: -25px; */
}

#msform fieldset, .boxed {
    background: rgb(17,17,17);
    border: 1px solid black;
    border-radius: 3px;
    box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.6);
    padding: 15px 30px 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-top-color: rgb(72, 72, 72);
    margin: 0px;
    z-index: 0;
    max-width: 1000px;
    margin: 0 auto;
}

.boxed.splash{
    max-width: 500px;
    margin: 20px auto 0px;
}

.boxed.splash{
    color: #D7D7D7;
}

#msform fieldset{
     -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    position: absolute;
    opacity: 0;
}

.home label > input:focus ~ span{
    color:white;
    opacity: 1;
}




@-webkit-keyframes attention {
    0% {
        -webkit-transform: translate(-100%,0)translate(-20px,0)scale(1);
    }

    50% {
        -webkit-transform: translate(-100%,0)translate(-20px,0)scale(0.9);
    }

    100% {
        -webkit-transform: translate(-100%,0)translate(-20px,0)scale(1);
    }
}

@keyframes attention {
    0% {
        transform: translate(-100%,0)translate(-20px,0)scale(1);
    }

    50% {
        transform: translate(-100%,0)translate(-20px,0)scale(0.9);
    }

    100% {
        transform: translate(-100%,0)translate(-20px,0)scale(1);
    }
}

@keyframes attention_mobile {
    0% {
        transform: translate(-10px,-10px);scale(1);
    }

    50% {
        transform: translate(-10px,-10px);scale(0.9);
    }

    100% {
       transform: translate(-10px,-10px);scale(1);
    }
}

#msform label.attention > span  {
    -webkit-animation-name: attention;
    -moz-animation-name: attention;
    -o-animation-name: attention;
    animation-name: attention;
    -webkit-animation-duration: 200ms;
    -moz-animation-duration: 200ms;
    -o-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 2;
    -moz-animation-iteration-count: 2;
    -o-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}


@-webkit-keyframes ulAttention {
    0% {
        -webkit-transform: scale(1)transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.99)transform: scale(0.99);
    }

    100% {
        -webkit-transform: scale(1)transform: scale(1);
    }
}

ul.attention {
    -webkit-animation-name: ulAttention;
    -moz-animation-name: ulAttention;
    -o-animation-name: ulAttention;
    animation-name: ulAttention;
    -webkit-animation-duration: 200ms;
    -moz-animation-duration: 200ms;
    -o-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 2;
    -moz-animation-iteration-count: 2;
    -o-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

#msform label {
    margin: 16px 0 0 auto;
    height: 35px;
}


#msform .label--checkbox {
    position: relative;
    margin: 10px 0px 0px;
    cursor: pointer;
    /* text-align: center; */
    height: 0px;
    text-indent: 20px;
    text-align: right;
    width: 100%;
}


    #msform .label--checkbox > input {
        margin-left: -20px;
    }

h2, h5, a, input.button {
    font-family: 'Montserrat' !important;
}

.home h2 {
    font-size: 1.5em;
    color: white;
}

#msform fieldset h2 {
    margin: 2px auto;
}

#msform fieldset h5 {
    text-align: center;
    color: white;
    opacity: 0.6;
    font-size: 12pt;
}

fieldset h4 {
    font-size: 13pt;
    /* border-bottom: 1px solid rgb(168, 168, 168); */
    margin-bottom: 0px;
    /* padding: 5px 0px; */
    color: white;
    text-align: left;
    margin-left: -20px;
    font-weight: bold;
}

    fieldset h4:not(:first-child) {
        margin-top: 16px;
    }

#msform .next {
    float: right;
}

#msform .previous {
    float: left;
}

.right {
    float: right;
}

/*progressbar*/
#progressbar {
    margin: 30px 0px 0px 0px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    position: relative;
    padding: 0px;
}

    #progressbar li {
        list-style-type: none;
        color: white;
        text-transform: uppercase;
        font-size: 9pt;
        width: 25%;
        float: left;
        position: relative;
    }

        #progressbar li.complete:before {
            background: rgb(189, 155, 96);
            content: '\2713';
            color: white;
        }

        #progressbar li:before {
            /* content: counter(step); */
            content: ' ';
            counter-increment: step;
            width: 20px;
            line-height: 20px;
            height: 20px;
            display: block;
            font-size: 12pt;
            color: #333;
            background: white;
            border-radius: 100%;
            margin: 0 auto 5px auto;
            font-weight: bold;
        }
        /*progressbar connectors*/
        #progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: white;
            position: absolute;
            left: -50%;
            top: 9px;
            z-index: -1; /*put it behind the numbers*/
        }

        #progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/

.dealer div{
    line-height: 20px;
    width: 33%;
    display: inline-block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left !important;
}

    .dealer div label{
        display: block;
        float: left;
        color: white;
        margin: 0 !important;
        width: auto !important;
        height: auto !important;
        /*width: 50% !important;
        height:10px !important;*/
    }

    .dealer div span{
        display: inline;
    }


    .loadingData>.registerSpin{
        margin: auto;
        position: static;
    }


.progressIndicator, .dealer span.name:before {
    background: rgb(189, 155, 96);
    color: white;
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0px;
    top: 0px;
    border-radius: 100%;
    border: 2px solid white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dealer span.name:before {
    background: rgba(255,255,255,0.1);
    top: 14px;
    left: 10px;
    border-color: rgb(102, 102, 102);
    height: 16px;
    width: 16px;
    border-radius: 0%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-width: 1px;
}

.dealer.selected span.name:before {
    background: rgb(189, 155, 96);
    border-color: white;
    content: '\2713';
    border-radius: 100%;
    text-indent: 1px;
    font-size: 9pt;
    text-align: center;
    line-height: 12px;
}

.progressIndicatorLine {
    background: rgb(189, 155, 96);
    content: '';
    width: 0%;
    height: 2px;
    position: absolute;
    top: 9px;
    z-index: -1;
    margin: 0px 88px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.loginStatus:not(:empty) {
    opacity: 1 !important;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.loginStatus {
    left: 0;
    bottom: 10px;
    position: absolute;
    width: 100%;
    background: #e35144;
    opacity: 0 !important;
    /* padding: 2px 10px; */
    /* border-radius: 0px 0px 4px 4px; */
    /* display: none; */
}

.builderCard {
    background-image: url("../images/logo3.png");
    background-size: cover;
    height: 251px;
    margin: 0px auto;
    max-width: 400px;
    position: relative;
    border-radius: 16px;
    margin-bottom: 190px !important;
    /* margin: 0px auto; */
    /* top: 50%; */
    /* left: 50%; */

    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a.logoLogin {
    background: url("/images/logo3.png");
    width: 100%;
    height: 120px;
    display: block;
    background-size: 100% auto;
    z-index: 1;
    position: relative;
    background-repeat: no-repeat;
}

.loginSSOCard {
    background-color: dimgray;
    background-size: cover;
    height: 251px;
    margin: 0px auto;
    max-width: 400px;
    position: relative;
    border-radius: 16px;
    margin-bottom: 190px !important;
    padding: 10px;

    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
    .loginSSOCard .message {
        text-align: left;
        position: absolute;
        left: 0;
        top: 140px;
        font-size: 12pt;
        padding: 0px 16px 0px 30px;
        text-indent: 0px;
        color: #ffffff;
}

.terms {
    max-width: 600px;
    position: relative;
    border-radius: 10px;
    margin: 20px auto;
    /* top: 50%; */
    /* left: 50%; */
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: justify;
}

  .terms p {
    font-size: 0.9rem;
    margin-bottom: 0.9rem;
    line-height: 1.5;
  }

    .builderCard .cardNumber {
        height: 100%;
        width: 100%;
        line-height: 239px;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 20pt;
        font-weight: bold;
        /* text-shadow: 1px 1px 15px rgb(0, 0, 0); */

        color: #231F20;
}

    .builderCard .builderName, .builderCard .builderUser {
        position: absolute;
        bottom: 10px;
        left: 10px;
        font-size: 10pt;
        font-weight: bold;
        text-shadow: 1px 1px 15px rgb(0, 0, 0);
        display:none;
    }

    .builderCard .builderUser {
        left: auto;
        right: 10px;
    }

.preferMailing input {
    position: relative;
}

.preferMailing input{
    height: 20px;
    width: 35px;
    margin: 0px;
    vertical-align: middle;
    /* float: left; */
}

.agree input {
    /* margin-left: -30px; */
    height: 20px;
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
    float: left;
    position: relative;
}


.preferMailing, .agree {
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.agree {
    /* margin: 0px 0px 0px auto; */
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    /* display: none; */
}

    .preferMailing span{
        /* line-height: 36px; */
        font-size: 12pt;
    }

    #msform .agree label, #msform .toggleBusinessIdentifiers label, .agree span {
        line-height: 20px;
        /* float: left; */
        font-size: 12pt;
        margin:0px;
        color:white;

        width: auto;
        text-align: left;
        height: auto;
}

.toggleBusinessIdentifiers input{
    height: 20px;
    width: 50px;
    /* float: left; */
    position: relative;
    margin: 0px;
}

.toggleBusinessIdentifiers {
    line-height: 24px;
    vertical-align: middle;
    width: 100%;
    margin-top: 25px;
    text-align: center;
}

.toggleBusinessIdentifiers span {
    /* line-height:10px; */
    float: middle;
    font-size: 12pt;
    margin-left: 30px;
}


.warning {
    width: 100% !important;
    font-size: 15pt;
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 10px;
}

.warning .boxed{
    text-align: left !important;
    display: block;
    font-weight:normal;
    color: #D7D7D7;
}

    .warning h2 {
        color: white;
    }

.businessAddress {
    margin-top: 20px;
}

#msform .businessAddress label:first-of-type {
    margin-top: 8px;
}

.horRule {
    width: 100%;
    border-top: 1px solid rgb(80, 80, 80);
    border-bottom: 1px solid black;
}


/* MEDIA QUERIES */

// Small screens @media only screen {
}
/* Define mobile styles */

@media only screen and (max-width: 640px) and (max-height: 800px) {
    .accountContainer {
        margin-top: 0px !important;
    }

    #accountform label {
        width: 100% !important;
        height: 50px !important;
    }

    #accountform input.text {
        height: 40px !important;
        line-height: 40px !important;
        margin-top: 10px !important;
    }

    #accountform label > span {
        transform: translate(-10px, -22px) !important;
    }

    .progressIndicator {
        display: none;
    }

    .preferMailing {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 40em) {
    .home label {
        margin: 15px auto 44px;
    }

    .error-message {
        left: 0;
        width: 100%;
        margin-left: 0;
        top: auto;
        font-size: 10pt;
        line-height: 6px;
        border-radius: 0px 0px 5px 5px;
        position: relative;
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        transform-origin: 50% 0;
        bottom: -46px;
    }

    .controls label > span{
        -moz-transform: translate(-10px,-10px);
        -ms-transform: translate(-10px,-10px);
        -o-transform: translate(-10px,-10px);
        -webkit-transform: translate(-10px,-10px);
        transform: translate(-10px,-22px);
        color: white;
}

    label.filled > span, .registerContainer label > span{
        -moz-transform: translate(-10px,-10px);
        -ms-transform: translate(-10px,-10px);
        -o-transform: translate(-10px,-10px);
        -webkit-transform: translate(-10px,-10px);
        transform: translate(-10px,-22px);
    }


    .registerContainer label input:-webkit-autofill ~ span, label input:-webkit-autofill ~ span {
   -moz-transform: translate(-10px,-10px);
        -ms-transform: translate(-10px,-10px);
        -o-transform: translate(-10px,-10px);
        -webkit-transform: translate(-10px,-10px);
        transform: translate(-10px,-22px);    }

    .v-align {
        top: 50px;
        left: 50%;
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        position: absolute;

        width: 100%;
}

.home{
  overflow-y: auto!important;
  overflow-x: hidden;
}

.home .image{
  margin-top:5px;
}

.home .container{
  top: 0px;
  height: auto !important;
  margin-top: 25%;
}

.home .controls{
  height:100%;
  width: 100%;
  overflow:hidden;
  box-sizing: content-box;
  min-height: 100%;
}

    #progressbar{
        display:none;
    }

    .controls.register{
        width:100%;
    }

    .home.register .container{
    width: 100%;
    height: auto !important;
    padding: 0px;
    margin-top: 0px;
}

    .home .registerContainer label{
        width: 100%;

        height: 50px !important;
}

label .errorText{
    left:auto;
    right:0px;
}

.resetPassword label .errorText{
  bottom:-32px;
}


#msform label.attention > span {
    /* -webkit-animation-name: attention_mobile; */
    -moz-animation-name: attention_mobile;
    -o-animation-name: attention_mobile;
    animation-name: attention_mobile;

}

.home label > input:not([type='checkbox']){
    /* border-left: 1px solid rgb(79, 79, 79); */
    height: 40px;
    line-height:40px;
    margin-top:10px;
}


#msform fieldset{
     -moz-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    -o-transform: translateX(0%) !important;
    -webkit-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
    position: relative !important;
    opacity: 1 !important;
    padding: 10px 10px 30px !important;
    margin-bottom: 25px !important;
    z-index:1 !important;
    visibility: visible !important;

}

#msform,.bringToFront .registerContainer {
    height: auto !important;
}

.controls.register .footer{
    height: 100px;
}

.controls.bringToFront{
    position:relative;
    top: 0px;
    overflow-y: auto;
    /* overflow-x: hidden; */
    width: 100%;
    margin: 0px;
}


#msform input:not([type='submit']).button{
    display:none;
}


.dealerList li{
    width: 100%;
    float: none;
}

.dealerList{
    width: 100%;
    margin: 0px 0px 20px;
    padding: 0px;
    max-height: 400px;
    overflow-x: hidden;
}


.bottomLeftFooter,.bottomRightFooter{
    bottom: 5px;
    margin-bottom: 0px;
    float: none;
    left: auto;
    right: 10px;
    position: absolute;
}

.bottomLeftFooter{
  right:auto;
  left:0px;
  line-height: 15px;
}

.toggleBusinessIdentifiers{
    margin-left: 0px;
    text-align: center;
}

.agree input{
  margin:0px;
}

.home .splash h2{
  font-size:16pt;
}

.builderCard .cardNumber{
  line-height: 230px;
}

.resetPassword label .strengthText{
  top: -10px;
}

.errorText.dealer{
  bottom: 18px;
}

label .strengthText {
bottom: 10px;
}

.terms{
  max-height: 250px;
  overflow:auto;
  text-overflow: ellipsis;
  border-bottom: 20px solid transparent;
}

.card .back .button{
  bottom: -100px;
}

label .fa-search{
  line-height: 50px;
}

.privacyFooter{
  background: black;
  padding: 5px;
}

.privacyFooter .help
{
  display: none;
}



.privacyFooter .email{
  display:none;
}


.privacyFooter > span[class*='_mobile']{
  display:block;
}

.privacyFooter .option
{
  display: none;
}

}
/* max-width 640px, mobile-only styles, use when QAing mobile issues */

// Medium screens @media only screen and (min-width: 40.063em) {
}
/* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
}
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

// Large screens @media only screen and (min-width: 64.063em) {
}
/* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
}
/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

// XLarge screens @media only screen and (min-width: 90.063em) {
}
/* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
}
/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

// XXLarge screens @media only screen and (min-width: 120.063em) {
}
/* min-width 1921px, xxlarge screens */


.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}


.card {
    margin: 0 auto;
    height: 250px;
    max-width: 600px;
    position: relative;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    width: 100%;
}

.card .front,
.card .back {
    text-align: center;
}

.card .front {
    height: inherit;
    position: absolute;
    top: 0;
    z-index: 900;
    width:  100%;
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
       -moz-transform: rotateX(0deg) rotateY(0deg);
       -ms-transform: rotateX(0deg) rotateY(0deg);
       -o-transform: rotateX(0deg) rotateY(0deg);
       transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
 -ms-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
       transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
       -o-backface-visibility: hidden;
       backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.card .back {
    height: inherit;
    position: absolute;
    top: 0;
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(-180deg);
       -moz-transform: rotateX(0deg) rotateY(-180deg);
       -ms-transform: rotateX(0deg) rotateY(-180deg);
       -o-transform: rotateX(0deg) rotateY(-180deg);
       transform: rotateX(0deg) rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
       -ms-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
       transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
       -ms-backface-visibility: hidden;
       -o-backface-visibility: hidden;
       backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

  .card .back input.button {
    bottom: -115px;
  }

.card.flip .front {
    z-index: 900;
    -webkit-transform: rotateX(0deg) rotateY(180deg);
    -moz-transform: rotateX(0deg) rotateY(180deg);
    -ms-transform: rotateX(0deg) rotateY(180deg);
    -o-transform: rotateX(0deg) rotateY(180deg);
    transform: rotateX(0deg) rotateY(180deg);
}
.card.flip .back {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -ms-transform: rotateX(0deg) rotateY(0deg);
    -o-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
}
.accountContainer {
    height: 100%;
    width: 100%;
    margin-top: 160px;
    margin-bottom: 20px;
}

#accountform fieldset {
    background: rgb(17,17,17);
    border: 1px solid black;
    border-radius: 3px;
    box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.6);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-top-color: rgb(72, 72, 72);
    max-width: 750px;
    margin: auto;
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    position: relative;
    padding: 15px 30px 15px 30px;
    z-index: 1;
    visibility: visible ;
}

#accountform label.attention > span  {
    -webkit-animation-name: attention;
    -moz-animation-name: attention;
    -o-animation-name: attention;
    animation-name: attention;
    -webkit-animation-duration: 200ms;
    -moz-animation-duration: 200ms;
    -o-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 2;
    -moz-animation-iteration-count: 2;
    -o-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

#accountform label {
    margin: 16px 0 0 auto;
    height: 35px;
    text-align: left;
    width: 80%;
    display: block;
}

#accountform input.text {
    background: rgb(17,17,17);
    border-radius: 1px;
    box-shadow: none;
    border: none;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    font-size: 15pt;
    color: white;
    text-indent: 0px;
    border-bottom: 1px solid gray;
    line-height: 42px;
    z-index: 1;
    position: absolute;
}

#accountform input.save {
    font-size: 16pt;
    height: auto;
    color: white;
    background: none;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    margin-top: 25px;
    position: relative;
}

    #accountform input.save:disabled {
        pointer-events: none;
        opacity: 0.3;
    }

    #accountform input.save:hover {
        color: rgb(189, 155, 96);
    }

#accountform label > span {
    color: white;
    transform: translate(-100%,0)translate(-20px,0);
}

#accountform .label--checkbox {
    position: relative;
    margin: 10px 0px 0px;
    cursor: pointer;
    height: 0px;
    text-indent: 20px;
    text-align: right;
    width: 100%;
}

#accountform .errorText, #accountform .strengthText {
    bottom: -25px;
}

    #accountform .label--checkbox > input {
        margin-left: -20px;
    }

#accountform fieldset h2 {
    margin: 2px auto;
    color: white;
    opacity: 1;
    font-size: 22pt;
}

#accountform fieldset h5 {
    text-align: center;
    color: white;
    opacity: 0.6;
    font-size: 12pt;
}

#accountform .businessAddress label:first-of-type {
    margin-top: 8px;
}

#accountform .fa-search {
    color: #ffffff !important;
}

#settingsbar {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    counter-reset: step;
    position: relative;
    padding: 0px;
    width: 100%;
    max-width: 750px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 750px;
}

    #settingsbar li {
        list-style-type: none;
        color: white;
        text-transform: uppercase;
        font-size: 9pt;
        width: 25%;
        float: left;
        position: relative;
        font-weight: bold;
    }

    #settingsbar li:hover, .settingsSelected {
        color: rgb(189, 155, 96) !important;
        cursor: pointer;
    }

        #settingsbar li.complete:before {
            background: rgb(189, 155, 96);
            content: '\2713';
            color: white;
        }

        #settingsbar li:before {
            /* content: counter(step); */
            content: ' ';
            counter-increment: step;
            width: 20px;
            line-height: 20px;
            height: 20px;
            display: block;
            font-size: 12pt;
            color: #333;
            background: white;
            border-radius: 100%;
            margin: 0 auto 5px auto;
            font-weight: bold;
        }
        /*progressbar connectors*/
        #settingsbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: white;
            position: absolute;
            left: -50%;
            top: 9px;
            z-index: -1; /*put it behind the numbers*/
        }

        #settingsbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }

.indicator {
    background: rgb(189, 155, 96);
    width: 20px;
    margin: auto;
    height: 20px;
    border-radius: 100%;
    border: 2px solid white;
    position: relative;
}

.mailing, .business, .dealers {
    display: none;
    opacity: 0;
}

.disabledBox {
    pointer-events: none;
}

    .disabledBox h4 {
        visibility: hidden;
    }

    .disabledBox input {
        background-color: rgb(17,17,17) !important;
        color: rgb(96, 96, 96) !important;
        /* border-bottom: 1px solid rgb(161, 161, 161) !important; */
        border-bottom-style: dashed !important;
        border-bottom-color: gray !important;
    }

    .disabledBox .requiredText {
        display: none;
    }

    .disabledBox label input:required ~ span {
        font-weight: normal !important;
        opacity: 0.2 !important;
    }

.searchDealer {
    width: 100% !important;
}

.searchDealer input {
    text-indent: 25px !important;
}

.dealerError {
    bottom: 10% !important;
    width: 90% !important;
    text-align: center !important;
}

.dealerList.emptyList:before{
    content:"No dealers were found";
    font-size: 16pt;
    color: #D7D7D7;
    width: 100%;
}

#confirmationMessage {
    display: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.autocomplete-suggestions {
    position: absolute;
    z-index: 10;
    background:rgb(17,17,17);
    color: white;
    box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.6);
}

#backToBuilderLookupLink{
    color: white;
    float: left;
    margin-top: 15px;
}

/*PLACEHOLDER STYLES*/

/* Chrome/Opera/Safari */
input[type='email']::-webkit-input-placeholder {
    color:grey;
    font-size: 12pt;
}

/* Firefox 18- */
input[type='email']:-moz-placeholder {
    color:grey;
    font-size: 12pt;
}

/* Firefox 19+ */
input[type='email']::-moz-placeholder {
    color: grey;
    font-size: 12pt;
}

/* IE 10+ */
/* it does not override styles for placeholders in IE without specifying !important */
:-ms-input-placeholder {
    color: #ccc !important;
}

input[type='email']:-ms-input-placeholder {
    color: grey !important;
    font-size: 12pt !important;
}

/* Edge - placeholder font size */
input[type='email']::-ms-input-placeholder {
    /*font-size does not work in Edge for placeholders */
    transform: scale(0.7)
}
