@font-face {
    font-family: "Beatrice Regular";
    src: url("../fonts/Beatrice-RegularItalic.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/Beatrice-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Beatrice-RegularItalic.woff2") format("woff2"), url("../fonts/Beatrice-RegularItalic.woff") format("woff");
    /* Pretty Modern Browsers */
}

@font-face {
    font-family: "Beatrice Semibold";
    src: url("../fonts/Beatrice-Semibold.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/Beatrice-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Beatrice-Semibold.woff2") format("woff2"), url("../fonts/Beatrice-Semibold.woff") format("woff");
    /* Pretty Modern Browsers */
}

.row {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.btn {
    font-size: 16px !important;
}

body {
    padding-top: 0px;
    line-height: 1.2;
    font-family: "Beatrice Regular", Arial, sans-serif;
}

.navbar-light .navbar-nav .nav-link {
    color: #a89968;
    font-style: italic;
    font-weight: normal;
}

.dropdown-item {
    color: #a89968;
    font-style: italic;
    font-weight: normal;
}

h1 {
    font-size: 2rem;
    margin-bottom: 25px;
    color: #000;
    font-weight: bold;
}

p, h2, li, small, dd, .alert, .form-control, .dropdown-item {
    font-size: 1.1rem;
}

    p small {
        font-size: 0.9rem;
    }

.lead {
    font-weight: bold;
}

strong {
    font-weight: bolder;
}

.date-input {
    background-color: #fff !important;
}

.btn {
    font-style: italic;
}

.navbar {
    border-bottom: solid 2px;
    padding: 0;
}

.nav-item {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

.navbar li, .dropdown-item {
    font-size: 1.1rem;
}

.navbar {
    font-size: 1.1rem;
}

.footer-container {
    padding: 30px 20px 25px;
    text-align: center;
    color: #ffffff;
    background-image: url(/images/footer-banner.jpg);
}

.quicklinks-container {
    padding: 1em;
    text-align: center;
}

h1 {
    padding-top: 20px;
}

a:hover {
    color: #7c7047;
    text-decoration: underline;
}

a {
    color: #a89968;
    text-decoration: none;
    background-color: transparent;
}

.no-pad {
    padding-left: 0;
    padding-right: 0;
}

.app {
    background-color: #ffffff;
    min-height: 100vh;
}

.navbar {
    background-color: #ffffff;
    height: 90px;
    margin-bottom: 0;
    border-bottom: solid thin #a89968;
}

    .navbar .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 !important;
        width: 100px;
        height: 100px;
    }

footer .main-footer {
    background-color: #a89968;
    padding: 20px 30px;
    border-bottom: 2px solid #000000;
}

    footer .main-footer .follow {
        color: #ffffff;
        font-family: Arial, sans-serif;
        text-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
        font-size: 1.5rem;
        font-weight: bold;
        display: block;
        text-align: center;
        padding-bottom: 10px;
    }

    footer .main-footer .social-container {
        padding: 0;
    }

        footer .main-footer .social-container .socials {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
        }

            footer .main-footer .social-container .socials a {
                text-decoration: none;
            }

                footer .main-footer .social-container .socials a img {
                    width: 30px;
                }

footer .copyright-container {
    padding: 20px 0;
    background-color: #d4ece6;
}

    footer .copyright-container .links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 11px;
        padding-bottom: 20px;
    }

        footer .copyright-container .links a {
            color: #000000;
        }

            footer .copyright-container .links a:not(:last-child) {
                padding-right: 10px;
                margin-right: 10px;
                border-right: thin solid #a89968;
            }

    footer .copyright-container .tcc-copyright {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #7d7d7e;
        font-size: 13px;
    }

body {
    font-family: "Beatrice Regular", Arial, sans-serif;
    font-size: 16px;
}

.body-content .or-text {
    padding-top: 5px;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.body-content .form-group label:not(.custom-check) {
    display: none;
}

.body-content .form-group.chkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

    .body-content .form-group.chkbox input[type="checkbox"] {
        margin: 1px 10px;
    }

    .body-content .form-group.chkbox .custom-check {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 12px;
    }

        .body-content .form-group.chkbox .custom-check input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

        .body-content .form-group.chkbox .custom-check .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            height: 25px;
            width: 25px;
            background-color: #ffffff;
            border: solid thin #a89968;
        }

        .body-content .form-group.chkbox .custom-check:hover input ~ .checkmark {
            background-color: #fff;
        }

        .body-content .form-group.chkbox .custom-check input:checked ~ .checkmark {
            background-color: #a89968;
        }

        .body-content .form-group.chkbox .custom-check .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            left: 9px;
            top: 4px;
            width: 7px;
            height: 12px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .body-content .form-group.chkbox .custom-check input:checked ~ .checkmark:after {
            display: block;
        }

.body-content .form-group .form-control {
    border: 0;
    border-bottom: thin solid #a89968;
    border-radius: 0;
    background-color: transparent;
    color: #000000;
}

    .body-content .form-group .form-control::-webkit-input-placeholder {
        color: #a89968 !important;
    }

    .body-content .form-group .form-control:-ms-input-placeholder {
        color: #a89968 !important;
    }

    .body-content .form-group .form-control::-ms-input-placeholder {
        color: #a89968 !important;
    }

    .body-content .form-group .form-control::placeholder {
        color: #a89968 !important;
    }

.body-content .form-group .flex-grid {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.body-content .form-group.dob input {
    width: 60%;
}

.small {
    font-size: 12px;
    padding-bottom: 10px;
    display: block;
}

    .small a {
        color: #a89968;
        font-weight: bold;
    }

.btn-primary {
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px;
    padding: 9px 0 7px;
    font-family: "Beatrice Semibold", Arial, sans-serif;
    border-color: #a89968 !important;
    width: 100%;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background-color: transparent;
        color: #a89968;
    }

    .btn-primary.facebook-blue {
        background-color: #3b5998;
    }

        .btn-primary.facebook-blue:hover, .btn-primary.facebook-blue:active, .btn-primary.facebook-blue:focus {
            background-color: #2f477a;
        }

input[type="submit"] {
    width: 30%;
    font-size: 18px;
    padding: 5px;
}

.border-bottom {
    border-bottom: solid thin #a89968;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.membership-link {
    height: 100px;
}

    .membership-link .membership-inner {
        background-color: #ede6db;
        border-radius: 15px;
        border: thin solid #a89968;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        width: 100%;
    }

        .membership-link .membership-inner:hover {
            background-color: #d4ece6;
            text-decoration: none;
        }

    .membership-link:last-child {
        margin-bottom: 0;
        border: 0;
    }

.vip-details {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    font-size: 14px;
}

    .vip-details span {
        padding: 5px 0;
    }

.membership-details {
    padding-top: 30px;
}

label {
    text-align: left;
    font-size: 12px;
    padding-left: 2px;
}

    label.verify {
        text-align: left;
    }

.notification-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .notification-form .chkbox {
        width: 50%;
    }

        .notification-form .chkbox .custom-check {
            display: block;
            position: relative;
            padding-left: 35px;
            margin-bottom: 12px;
            cursor: pointer;
            font-size: 22px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .notification-form .chkbox .custom-check input {
                position: absolute;
                opacity: 0;
                cursor: pointer;
                height: 0;
                width: 0;
            }

            .notification-form .chkbox .custom-check .checkmark {
                position: absolute;
                top: 0;
                left: 0;
                height: 25px;
                width: 25px;
                background-color: #ffffff;
                border: solid thin #a89968;
            }

            .notification-form .chkbox .custom-check:hover input ~ .checkmark {
                background-color: #fff;
            }

            .notification-form .chkbox .custom-check input:checked ~ .checkmark {
                background-color: #a89968;
            }

            .notification-form .chkbox .custom-check .checkmark:after {
                content: "";
                position: absolute;
                display: none;
                left: 9px;
                top: 4px;
                width: 7px;
                height: 12px;
                border: solid white;
                border-width: 0 3px 3px 0;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .notification-form .chkbox .custom-check input:checked ~ .checkmark:after {
                display: block;
            }

.table {
    font-size: 14px;
}

    .table td {
        vertical-align: middle;
        padding: .75rem 0;
    }

.membership-support-details .btn-outline-secondary {
    height: 4.25em;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1em;
}

.membership-support-details .btn-outline-secondary:hover {
  background-color: #a89968;
}

.body-content {
  position: relative;
}
/*# sourceMappingURL=tcc-styles.css.map */
