html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Placeholder extensions */
img {
    display: block;
    max-width: 100%;
    width: initial;
}

body {
    display: flex;
    flex: 1;
    flex-direction: column;
    background-image: linear-gradient(#323239, #1d1d23);
    font-family: "Roboto", "Raleway", Arial;
    background-size: cover;
    min-height: 100vh;
}

.column-container {
    display: flex;
    flex: 1;
    flex-direction: row;
}

    .column-container .column-one:nth-child(1) {
        padding-right: 5px;
    }

.column-one {
    flex: 1;
}

.column-three {
    flex: 3;
}

h2 {
    text-align: center;
    color: #e25f59;
    font-size: 32px;
    margin: 0 0 40px 0;
    text-transform: uppercase;
    font-weight: 900;
}

.text-intro {
    margin: 0 0 30px 0;
}

    .text-intro p {
        display: block;
        margin: 0 0 10px 0;
        color: #606060;
        line-height: 23px;
        font-size: 18px;
    }

        .text-intro p span {
            font-weight: 900;
            color: #e25f59;
        }

.thank-you .text-intro p {
    text-align: center;
}

.logo-img {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
}

.check-img {
    display: block;
    width: 100%;
    max-width: 100px;
    margin: 0 auto 40px auto;
}

.show {
    display: block !important;
}

.thank-you .form-container {
    justify-content: center;
    display: flex;
    flex: 1;
}

form {
    display: flex;
    flex: 1;
    flex-direction: column
}

.form {
    display: flex;
    flex: 1;
    width: 80%;
    background-image: linear-gradient(#ececec, #dfdfdf);
    margin: 0 auto;
    flex-direction: column;
    padding: 40px 5%;
    max-width: 1200px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.thank-you .form {
    border-radius: 25px;
    max-height: 350px;
    justify-content: center;
}

.input-wrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0 0 20px 0;
}

.label {
    margin: 0 0 15px 0;
    color: #323239;
    display: block;
    padding: 0 0 0 5px;
    font-size: 24px;
}

    .label span {
        color: #e25f59;
    }

.sub-label {
    display: block;
    color: #606060;
    font-size: 16px;
    line-height: 23px;
    padding: 0 0 0 5px;
}

.input-text {
    padding: 15px 0 15px 10px;
    margin: 0 0 15px 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    color: #323239;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    outline: none;
    border-radius: 15px;
    border: 2px solid transparent;
}

    .input-text:focus {
        outline: none !important;
        border: 2px solid #e25f59;
    }

    .input-text::placeholder {
        color: #606060;
        opacity: 1;
    }

    .input-text:-ms-input-placeholder {
        color: #606060;
    }

    .input-text::-ms-input-placeholder {
        color: #606060;
    }

.select-field {
    padding: 15px 0 15px 10px;
    margin: 0 auto 15px auto;
    display: block;
    width: 90%;
    box-sizing: border-box;
    background-color: #fff;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    font-size: 18px;
    color: #323239;
    outline: none;
    border-radius: 15px;
    border: 2px solid transparent;
}

    .select-field:focus {
        outline: none !important;
        border: 2px solid #e25f59;
    }

    .select-field option:nth-child(1) {
        color: #606060;
    }

.radio-container {
    white-space: nowrap;
    margin: 0 0 10px 0;
}

.radio-input {
    display: inline-block;
}

.radio-label {
    display: inline-block;
    color: #323239;
}

.tax-classification {
    display: none;
}

.tax-classification-llc {
    display: none;
}

.submit-button {
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #e25f59;
    color: #fff;
    border-width: 0px;
    text-transform: uppercase;
    padding: 20px 5%;
    font-size: 30px;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    border-radius: 4px;
}

.regular-button {
    display: inline;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #e25f59;
    color: #fff;
    border-width: 0px;
    text-transform: uppercase;
    font-size: 19px;
    margin: 0 auto;
    border-radius: 4px;
}

.beneficial-owner-container {
    display: none;
    margin: 0 0 40px 0;
}

.error .input-text {
    border: 2px solid red;
    margin-bottom: 0px;
    border-radius: 4px 4px 0px 0px;
}

    .error .input-text:focus {
        outline: none !important;
        border: 2px solid red;
    }

.error.sub-label {
    background-color: red;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px 5px;
    border-radius: 0px 0px 4px 4px;
}

/*# sourceMappingURL=styles.css.map */
.loading-wrapper {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.75);
}

.loading-container {
    border-radius: 4px;
    background-color: #fff;
    width: 100%;
    min-height: 225px;
    top: 33%;
    max-width: 225px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #e25f59;
    padding: 20px 2.5%;
}

    .loading-container .label {
        text-align: center;
        margin: 0 0 50px 0;
    }

    .loading-container .sub-label {
        text-align: center;
    }

.loading-icon {
    margin: 0 auto 50px auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #e25f59;
    border-bottom: 16px solid #e25f59;
    width: 75px;
    height: 75px;
    animation-name: spin;
    animation-duration: 2500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}