
.overflow-hidden {
    overflow: hidden;
}

/* === ANIMATIONS ================================================= */

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/* === CONTAINERS ================================================= */

.main_container {
    height: auto;
}
.step_wrapper {
    height: 100%;
    width: 100%;
}
.step {
    display: none;
    width: auto;
}
.step.current {
    display: block;
}
.step_navigation {
    padding-top: var(--content-gutter);
    margin-top: var(--content-gutter);
    border-top: 2px solid rgba(0, 0, 0, 0.45);
}

.w9-wrapper {
    overflow-y: scroll;
    overflow-x: scroll;
    width: 965px;
    height: 65vh;
}
.w9-wrapper .w9-form {
    position: relative;
    width: 950px;
    height: 5050px;
    background-image: url(/images/W9.gif);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: local;
}
.w9-wrapper .w9-form::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    z-index: 0;
}
.w9-wrapper .w9-form > * {
    z-index: 1;
}
.w9-wrapper .w9-form .w9-field {
    position: absolute;
    width: 20px;
    height: 20px;
    padding: 0px;
    display: block;
    margin: 0px;
}
.w9-wrapper .w9-form .w9-field:not([type="checkbox"]) {
    height: 24px;
}
.w9-wrapper .w9-form .w9-field#w9_1 { /* TEXT: Name */
    top: 109px;
    left: 51px;
    width: 893px;
}
.w9-wrapper .w9-form .w9-field#w9_2 { /* TEXT: Business Name */
    top: 152px;
    left: 51px;
    width: 893px;
}
.w9-wrapper .w9-form .w9-field#w9_3_1 { /* CHECK: Individual/Sole Proprietor/LLC */
    top: 199px;
    left: 56px;
}
.w9-wrapper .w9-form .w9-field#w9_3_2 { /* CHECK: C Corporation */
    top: 199px;
    left: 267px;
}
.w9-wrapper .w9-form .w9-field#w9_3_3 { /* CHECK: S Corporation */
    top: 199px;
    left: 391px;
}
.w9-wrapper .w9-form .w9-field#w9_3_4 { /* CHECK: Partnership */
    top: 199px;
    left: 505px;
}
.w9-wrapper .w9-form .w9-field#w9_3_5 { /* CHECK: Trust/Estate */
    top: 199px;
    left: 628px;
}
.w9-wrapper .w9-form .w9-field#w9_3_6 { /* CHECK: Limited Liability Company */
    top: 228px;
    left: 56px;
}
.w9-wrapper .w9-form .w9-field#w9_3_7 { /* TEXT: Tax Classification */
    top: 224px;
    left: 655px;
    width: 60px;
}
.w9-wrapper .w9-form .w9-field#w9_3_8 { /* CHECK: Other */
    top: 281px;
    left: 56px;
}
.w9-wrapper .w9-form .w9-field#w9_4_1 { /* TEXT: Exemption */
    top: 214px;
    left: 884px;
    width: 60px;
}
.w9-wrapper .w9-form .w9-field#w9_4_2 { /* TEXT: Exemption (FATCA) */
    top: 256px;
    left: 818px;
    width: 126px;
}
.w9-wrapper .w9-form .w9-field#w9_5 { /* TEXT: Street Address */
    top: 317px;
    left: 51px;
    width: 564px;
}
.w9-wrapper .w9-form .w9-field#w9_6 { /* TEXT: City, State, Zip */
    top: 359px;
    left: 51px;
    width: 564px;
}
.w9-wrapper .w9-form .w9-field#w9_7 { /* TEXT: Account Numbers */
    top: 401px;
    left: 51px;
    width: 894px;
}
.w9-wrapper .w9-form .w9-field#w9_ssn { /* TEXT: Social Security Number */
    top: 466px;
    left: 667px;
    width: 276px;
}
.w9-wrapper .w9-form .w9-field#w9_ein { /* TEXT: Employer Identification Number */
    top: 549px;
    left: 667px;
    width: 251px;
}

@media(min-width: 1200px) {
    .w9-wrapper {
        width: 1100px;
        height: 67vh;
    }
    .w9-wrapper .w9-form {
        width: 1080px;
        height: 6000px;
    }
    .w9-wrapper .w9-form .w9-field {
        width: 20px;
        height: 20px;
    }
    .w9-wrapper .w9-form .w9-field:not([type="checkbox"]) {
        height: 24px;
    }
    .w9-wrapper .w9-form .w9-field#w9_1 { /* TEXT: Name */
        top: 128px;
        left: 58px;
        width: 1014px;
    }
    .w9-wrapper .w9-form .w9-field#w9_2 { /* TEXT: Business Name */
        top: 175px;
        left: 58px;
        width: 1014px;
    }
    .w9-wrapper .w9-form .w9-field#w9_3_1 { /* CHECK: Individual/Sole Proprietor/LLC */
        top: 227px;
        left: 66px;
    }
    .w9-wrapper .w9-form .w9-field#w9_3_2 { /* CHECK: C Corporation */
        top: 227px;
        left: 305px;
    }
    .w9-wrapper .w9-form .w9-field#w9_3_3 { /* CHECK: S Corporation */
        top: 227px;
        left: 446px;
    }
    .w9-wrapper .w9-form .w9-field#w9_3_4 { /* CHECK: Partnership */
        top: 227px;
        left: 573px;
    }
    .w9-wrapper .w9-form .w9-field#w9_3_5 { /* CHECK: Trust/Estate */
        top: 227px;
        left: 716px;
    }
    .w9-wrapper .w9-form .w9-field#w9_3_6 { /* CHECK: Limited Liability Company */
        top: 261px;
        left: 66px;
    }
    .w9-wrapper .w9-form .w9-field#w9_3_7 { /* TEXT: Tax Classification */
        top: 258px;
        left: 748px;
        width: 60px;
    }
    .w9-wrapper .w9-form .w9-field#w9_3_8 { /* CHECK: Other */
        top: 322px;
        left: 66px;
    }
    .w9-wrapper .w9-form .w9-field#w9_4_1 { /* TEXT: Exemption */
        top: 247px;
        left: 1004px;
        width: 68px;
    }
    .w9-wrapper .w9-form .w9-field#w9_4_2 { /* TEXT: Exemption (FATCA) */
        top: 295px;
        left: 928px;
        width: 143px;
    }
    .w9-wrapper .w9-form .w9-field#w9_5 { /* TEXT: Street Address */
        top: 363px;
        left: 58px;
        width: 638px;
    }
    .w9-wrapper .w9-form .w9-field#w9_6 { /* TEXT: City, State, Zip */
        top: 411px;
        left: 58px;
        width: 638px;
    }
    .w9-wrapper .w9-form .w9-field#w9_7 { /* TEXT: Account Numbers */
        top: 458px;
        left: 58px;
        width: 1013px;
    }
    .w9-wrapper .w9-form .w9-field#w9_ssn { /* TEXT: Social Security Number */
        top: 530px;
        left: 759px;
        width: 313px;
    }
    .w9-wrapper .w9-form .w9-field#w9_ein { /* TEXT: Employer Identification Number */
        top: 624px;
        left: 759px;
        width: 285px;
    }
}

hr {
    background-color: rgba(0, 0, 0, 0.45);
    opacity: 1;
}

#backgroundInfoQuestions > *:last-child hr {
    display: none;
}

/* === FONT ======================================================= */

small {
    font-size: 0.75rem;
}
label > small {
    color: var(--app-color-gray);
}
.secure {
    background-color: #EBEBEB;
    padding: 0 5px;
}
.fee {
    font-size: 50px;
    font-weight: 700;
}

/* === SPLASH ELEMENT ============================================= */

.splash {
    background-color: #fff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
}
.splash .message {
    font-size: 3em;
    line-height: 1.5em;
    -webkit-text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    font-family: 'Raleway';
    color: gray;
}
.splash-inner {
    margin-top: 30vh;
    width: 100%;
}

/* === LISTS ====================================================== */

ul.validation-list {
    list-style: none;
    padding-inline-start: 1.5rem;
    padding-left: 1.5rem;
}
ul.validation-list > li {
    position: relative;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}
ul.validation-list > li.valid {
    color: var(--app-color-green);
}
ul.validation-list > li.invalid {
    color: var(--app-color-red);
}
ul.validation-list > li::before {
    font-family: "FontAwesome";
    content: "\f111";
    color: inherit;
    position: absolute;
    top: 0;
    left: -1.5rem;
    width: 1.15rem;
    height: 1.15rem;
    font-size: 1.15rem;
    line-height: inherit;
}
ul.validation-list > li.valid::before {
    content: "\f058";
}
ul.validation-list > li.invalid::before {
    content: "\f057";
}

/* === FORMS ====================================================== */

input[type=text]:required:invalid,
input[type=email]:required:invalid,
input[type=number]:required:invalid,
input[type=tel]:required:invalid,
input[type=password]:required:invalid,
input[type="radio"]:invalid,
input[type="checkbox"]:invalid,
select:required:invalid {
    border: 1px solid var(--app-color-gray-6) !important;
}
.has-error input[type=text]:required:invalid,
.has-error input[type=email]:required:invalid,
.has-error input[type=number]:required:invalid,
.has-error input[type=tel]:required:invalid,
.has-error input[type=password]:required:invalid,
.has-error input[type="radio"]:invalid,
.has-error input[type="checkbox"]:invalid,
.has-error select:required:invalid {
    border-color: var(--app-color-red) !important;
}
.form-group .notice-text {
    display: none;
}
.form-group.has-error .notice-text {
    display: inline-block;
}
.list-form-group {
    position: relative;
    padding-left: 2rem;
}
.list-form-group::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    font-size: 1rem;
    font-weight: bolder;
    text-align: center;
    color: #ffffff;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1.5rem;
    background-color: var(--app-color-primary);
}
[class^="col-"] > .list-form-group::before {
    top: var(--content-gutter-1);
}
.list-form-group.form-item-1::before { content: "1"; }
.list-form-group.form-item-2::before { content: "2"; }
.list-form-group.form-item-3::before { content: "3"; }
.list-form-group.form-item-4::before { content: "4"; }
.list-form-group.form-item-5::before { content: "5"; }
.list-form-group.form-item-6::before { content: "6"; }
.list-form-group.form-item-7::before { content: "7"; }
.list-form-group.form-item-8::before { content: "8"; }
.list-form-group.form-item-9::before { content: "9"; }
.list-form-group.form-item-10::before { content: "10"; }
.list-form-group.form-item-11::before { content: "11"; }
.list-form-group.form-item-12::before { content: "12"; }
.list-form-group.form-item-13::before { content: "13"; }
.list-form-group.form-item-14::before { content: "14"; }
.list-form-group.form-item-15::before { content: "15"; }
.list-form-group:not(:first-child) {
    margin-top: var(--content-gutter-1);
}

/* === CREDIT CARDS =============================================== */
/*
    + American Express: 37
    + Visa: 4444
    + Master Card: 5555
    + Discover: 6011
*/
.credit-card-input,
.credit-card-back {
    --cc-width: 272px;
    --cc-height: 172px;
    --cc-input-gutter: 5px;
    --cc-input-font-size: 1.00em;
    --cc-number-top: 30%;
    --cc-number-left: 5%;
    --cc-number-left-offset: calc(var(--cc-number-left) * 2);
    --cc-number-width: calc(100% - var(--cc-number-left-offset));
    --cc-number-input-total: calc(100% / 4);
    --cc-number-input-width: calc(var(--cc-number-input-total) - var(--cc-input-gutter));
    --cc-exp-top: 71%;
    --cc-exp-left: 48%;
    --cc-exp-width: auto;
    --cc-name-top: 86%;
    --cc-name-left: 5%;
    --cc-name-width: 62%;
    top: 0;
    left: 0;
    width: var(--cc-width) !important;
    height: var(--cc-height) !important;
}
.credit-card-back {
    background-image: url("../images/skeuocard/products/visa-back.png");
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: visible;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.25s ease, background-image 0.25s ease;
    -ms-transition: -ms-transform 0.25s ease, background-image 0.25s ease;
    -moz-transition: -moz-transform 0.25s ease, background-image 0.25s ease;
    -o-transition: -o-transform 0.25s ease, background-image 0.25s ease;
    transition: transform 0.25s ease, background-image 0.25s ease;
    position: relative;
    -webkit-border-radius: 1.15em;
    border-radius: 1.15em;
    background-color: #eee;
    background-size: cover;
    border: 1px solid #ddd;
}
.credit-card-input input {
    display: inline-block;
}
.credit-card-input .card-body,
.credit-card-input .card-body .face {
    width: 100% !important;
    height: 100% !important;
}
.credit-card-input .card-body .cc-number {
    top: var(--cc-number-top) !important;
    left: var(--cc-number-left) !important;
    width: var(--cc-number-width) !important;
}
.credit-card-input .card-body .cc-number input {
    font-size: var(--cc-input-font-size) !important;
    width: var(--cc-number-input-width) !important;
}
.credit-card-input .card-body .cc-number input + input {
    margin-left: var(--cc-input-gutter) !important;
}
.credit-card-input .card-body .cc-number input:only-child {
    width: 100% !important;
}
.credit-card-input .card-body .cc-exp {
    top: var(--cc-exp-top) !important;
    left: var(--cc-exp-left) !important;
    width: var(--cc-exp-width) !important;
}
.credit-card-input .card-body .cc-exp {
}
.credit-card-input .card-body .cc-name {
    top: var(--cc-name-top) !important;
    left: var(--cc-name-left) !important;
    width: var(--cc-name-width) !important;
    padding-left: 5px;
    padding-right: 5px;
}
.credit-card-input.product-visa {
    --cc-number-left: 5%;
    --cc-exp-top: 65%;
    --cc-exp-left: 45%;
    --cc-exp-width: auto;
    --cc-name-top: 82%;
    --cc-name-left: 5%;
    --cc-name-width: 62%;
}
.credit-card-input.product-amex {
    --cc-number-input-total: calc(100% / 3);
    --cc-exp-top: 62%;
    --cc-exp-left: 22%;
    --cc-name-top: 79%;
}
.credit-card-input.product-mastercard {
    --cc-exp-top: 65%;
    --cc-exp-left: 17%;
    --cc-name-top: 82%;
}
.credit-card-input.product-discover {
    --cc-exp-top: 65%;
    --cc-exp-left: 17%;
    --cc-name-top: 82%;
}
.credit-card-back .ccv-code {
    position: absolute;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: var(--cc-input-font-size) !important;
    top: 44.5% !important;
    left: 73% !important;
    width: 17% !important;
    height: auto !important;
    margin: 0;
    padding: 0px 5px;
    background-color: #fff !important;
    border: 1px solid #000 !important;
}
.ccnumber {
    width: 140px !important;
}
.ccv {
    width: 28px !important;
}
.ccexp {
    width: 80px !important;
}

@media(min-width: 414px) {
    .credit-card-input,
    .credit-card-back {
        --cc-input-font-size: 1.5em;
        --cc-width: 372px;
        --cc-height: 240px;
        --cc-number-top: 40%;
    }
    .credit-card-input.product-amex {
        --cc-exp-top: 67%;
        --cc-name-top: 83%;
    }
    .credit-card-input.product-visa {
        --cc-exp-top: 71%;
        --cc-exp-left: 48%;
        --cc-name-top: 86%;
    }
    .credit-card-input.product-mastercard {
        --cc-exp-top: 73%;
        --cc-exp-left: 48%;
        --cc-name-top: 86%;
    }
    .credit-card-input.product-discover {
        --cc-exp-top: 74%;
        --cc-exp-left: 48%;
        --cc-name-top: 87%;
    }
}
@media(min-width: 768px) {
    .credit-card-input,
    .credit-card-back {
        --cc-width: 412px;
        --cc-height: 260px;
    }
}

/* === MODALS ===================================================== */

.modal.modal-danger {}
.modal.modal-danger .modal-header {
    background: var(--app-color-red);
    color: #ffffff;
}
.modal.modal-danger .modal-header > * {
    color: inherit;
}
.modal.modal-danger .modal-header > .btn-close {

}

/* === POPOVER ===================================================== */

.popover {
    --popover-header-color: var(--app-color-body);
    --popover-header-bg: var(--app-color-gray-2);
    --popover-body-color: var(--app-color-body);
    --popover-body-bg: #ffffff;
    --popover-max-width: 250px;
    background-color: #ffffff;
    max-width: var(--popover-max-width);
}
.popover .popover-header {
    color: var(--popover-header-color);
    background-color: var(--popover-header-bg);
}
.popover .popover-body {
    color: var(--popover-body-color);
    background-color: var(--popover-body-bg);
}

.popover.reg-error-popover {
    --popover-header-color: #ffffff;
    --popover-header-bg: var(--app-color-red);
}
@media(min-width: 768px) {
    .popover.reg-error-popover {
        --popover-max-width: 350px;
    }
}
@media(min-width: 1200px) {
    .popover.reg-error-popover {
        --popover-max-width: 425px;
    }
}