/* ******************************************** */
/* ************** Page Variables ************** */
/* ******************************************** */


/* This part is reserved for overriding and extending the template styles. */
body {
    font-family: var(--font);
}

.mb-10 {
    margin-bottom: 5.5rem;
}

.cta-1 {
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
}

.h6 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: uppercase;
}

    .h6 a {
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 0;
        text-decoration: underline;
    }

.left-col-container {
    justify-content: center;
    align-items: center;
    background-color: white;
}

.left-col {
    background: var(--var-left-col-bg) no-repeat center center;
    background-size: contain;
    background-size: cover;
    width: 90%;
    border-radius: 6px;
    position: relative;
    padding-top: 56.25%;
}

.right-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.var_logo {
    max-width: 150px;
}

.var_logo img {
    height: auto;
    width: 100%;
}

.filled .form-control {
    min-height: 44px;
    border: 1px solid transparent;
    background: var(--background-light);
    padding-left: 20px;
}

.btn-primary {
    color: var(--button-fore-color) !important;
    background-color: var(--button-back-color);
    min-width: 140px;
    font-family: var(--font);
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: var(--radius);
    border: 1px solid var(--button-fore-color);
}

.btn-primary:hover {
    color: var(--button-back-color) !important;
    background-color: var(--button-fore-color);
    border: 1px solid var(--button-back-color);
}

.form-control:focus {
    box-shadow: none;
}

.legal {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 10px;
    text-align: center;
    right: 0;
    width: 100%;
}

@media (max-width: 575px) {
    .var_legal_logo {
        left: 0;
        right: 0;
        margin: 40px auto;
        width: 100%;
    }

    .btn-primary {
        left: auto;
        right: auto;
        width: 100%;
    }

    .right-col-content .sw-lg-70 {
        margin-bottom: 50px;
    }
}

.field-validation-error {
    margin-top: 0px !important;
    margin-left: 0px !important;
    font-size: 12px;
}

.form-check a {
    text-decoration: underline;
    color: #757B7B;
}


/* ******************************************** */
/* ************** Privacy Page ************** */
/* ******************************************** */

body.privacy {
    margin: 0;
    height: 100%;
    font-size: 1rem;
}


.full-row {
    height: 60px;
    background-color: var(--top-bar-back-color);
    padding: 10px;
}

.logo-bar {
    background-image: var(--var-legal-toolbar-logo);
    background-repeat: no-repeat;
    background-position: 30px 0;
    background-size: contain;
    height: 40px;
}

.privacy .btn-primary,
.privacy .btn-primary:hover, {
    border-radius: 0;
    border: 0;
    color: #ffffff;
    min-width: 140px;
    letter-spacing: 1px;
}

    .privacy .btn-primary:hover {
        color: #ffffff !important;
    }

.privacy h1 {
    font-size: 3.5rem;
    font-weight: 400;
}

.privacy .subtitle-h1 {
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 500;
}

.dropdown-toggle::after {
    color: var(--primary-color);
}

.privacy .grey-input {
    border: 0px;
    background-color: #f4f5f8 !important;
    width: 350px;
}

.privacy a {
    color: var(--primary-color);
    text-decoration: none;
    background-color: transparent;
}

.privacy li {
    list-style: none;
}

.privacy h4 {
    color: var(--primary-color);
}

.privacy h5 {
    font-weight: bold;
}

.privacy #loginLink {
    text-decoration: none;
}


.privacy .commentsArea {
    width: 350px;
}