* {
    font-family: 'TCCC-UnityText', sans-serif;
}

body,
html {
    font-family: 'TCCC-UnityText', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding: 0;
    /*height: 100%;*/
    overflow-x: hidden;
}

#Content {
    background: #fff;
    color: #000;
    padding: 15px 0;
}

#Footer {
    padding: 15px 0;
}

#Footer a {
    color: white !important;
}

#Header img {
    width: 100%;
}

#viewPages.affix {
    position: fixed;
    top: 80px;
    right: 0;
    z-index: 99999;
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    padding: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: rgba(255, 255, 255, 0.8);
    border-color: #00efd4;
}

#viewPages a {
    color: #253f4c;
}

#viewPages a:hover {
    color: #00efd4;
    text-decoration: none;
}

/*.container {*/
/*    max-width: 970px !important*/
/*}*/

.containerWrap {
    background: #000;
    color: #fff;
    font-family: 'TCCC-UnityText', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

a {
    color: #003670 !important;
}

.footerLinks a {
    color: #fff;
}

#Footer {
    background-color: #000;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'TCCC-UnityHeadline', sans-serif;
}

label {
    font-weight: 400;
}

.socialMediaLinks {
    float: right;
    list-style: none;
    margin: 0;
}

.socialMediaLinks li {
    display: inline-block;
    margin-left: 5px;
}

.banner {
    border: 12px solid #fff;
    -webkit-box-shadow: 0 20px 10px -15px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0 20px 10px -15px rgba(50, 50, 50, 0.4);
    box-shadow: 0 20px 10px -15px rgba(50, 50, 50, 0.4);
    margin: 11px auto 0 auto;
}

.formContainer {
    border: 12px solid #fff;
    margin: 15px auto 0 auto;
    color: #494949;
    background-color: #d0d0d0;
    padding: 15px;
}

.banner,
.formContainer {
    -webkit-transition: all ease-in 0.5s;
    -moz-transition: all ease-in 0.5s;
    -o-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s;
}

.headlineContainer h1 {
    font-size: 24px;
    font-weight: 700;
}

.form-inline {
    margin-bottom: 15px;
}

.form-inline.addressDetails .form-control {
    display: block;
    margin-bottom: 15px;
}

.form-group .checkbox {
    margin: 0;
}

.centerButton {
    clear: both;
    padding: 20px 0;
    text-align: center;
}

.btn-default {
    background-color: #000 !important;
    color: #fff !important;
    text-transform: uppercase;
}

.socialMediaLinks a {
    color: #fff !important;
}

.socialMediaLinks a:hover {
    color: #fff;
}

.socialMediaLinks a:hover {
    color: #fff;
}

.btn-default:hover {
    color: #253f4c !important;
    background-color: #00efd4 !important;
}

.footerLinks {
    list-style: none outside none;
    margin: 15px 0 0 0;
    padding: 0;
    text-align: center;
}

.footerLinks li {
    display: inline-block;
}

.footerLinks li a {
    color: #fff !important;
    padding: 0 9px 0 10px;
    font-size: 12px;
}

.disclaimer {
    margin: 15px 0 0 0;
    color: #000;
    font-size: 12px;
}

.modal-body .btn-share {
    margin-bottom: 5px;
    padding: 6px 0;
    width: 80px;
    font-size: 20px;
    border-radius: 4px;
}

#Rules {
    font-size: 14px;
}

#Rules li {
    margin-bottom: 10px;
}

#Rules li a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

#Rules table {
    margin-bottom: 15px;
}

#Rules td {
    padding: 3px;
    border: 1px solid #000;
}

#Rules td p {
    margin-bottom: 0;
}

#SkipToContent {
    position: absolute;
    top: -25vw;
    left: 0;
    padding: 0.4vw;
    font-size: 0.8vw;
    z-index: 8000;
    background: #253f4c;
    -webkit-transition: top 0.25s;
    -moz-transition: top 0.25s;
    -o-transition: top 0.25s;
    transition: top 0.25s;
}

#SkipToContent:focus-within {
    top: 0;
}

#SkipToContent a {
    color: #fff !important;
}

.g-recaptcha > div > div {
    margin: 0 auto;
}

@media screen and (max-width: 575px) {
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
    }
}

.glyphicon {
    font-family: FontAwesome;
}

.glyphicon-remove:before {
    font-family: FontAwesome;
    content: '\f071';
}

.codeError {
    margin-left: 10px;
    visibility: hidden;
}

.has-validator input,
.has-validator select {
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.has-error input,
.has-error select,
.has-error textarea,
.validator-recaptcha-wrap.has-error input {
    background-color: #a94442;
    color: #fff;
}

.has-error .pLabel,
.has-error .tag,
.has-error label {
    color: #b30022;
    font-weight: 700;
}

.has-error.container-recaptcha .g-recaptcha iframe {
    box-shadow: 0 0 10px #a94442;
}

.has-error.validator-recaptcha-wrap input {
    border: solid 1px #a94442 !important;
}

.has-feedback .form-control-feedback {
    color: #b30022;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: inherit;
    line-height: 23px;
    padding-right: 5px;
    width: auto;
    height: auto;
}

.has-validator.has-feedback .form-control-feedback {
    display: none;
}

.has-validator.has-feedback.has-error .form-control-feedback {
    display: block;
}

.has-validator.has-error .title {
    color: #b30022;
}

.footerLinks li:hover {
    text-decoration: underline;
}

.video-container iframe {
    border: 0px;
}

.g-recaptcha {
    display: inline-block;
}

@media (max-width: 768px) {
    .birthDate select {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .formContainer {
        margin-top: 20px;
    }

    .banner,
    .formContainer {
        border-width: 3px;
    }
}

.scroll-arrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    text-decoration: none;
    display: block;
}

.arrow-circle {
    opacity: 0.3;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s;
}

@media (min-width: 768px) {
    .scroll-arrow {
        display: none;
    }
}

.form-group.has-error .g-recaptcha {
    background: none repeat scroll 0 0 #ff5654 !important;
    border: 2px solid #000 !important;
    padding-left: 4px;
    padding-right: 2px;
    padding-top: 4px;
    border-radius: 4px;
    padding-bottom: 2px;
}
