﻿body {
    background: #fff;
    font-size: 17px;
}

    body.mobile-nav-active {
        overflow: hidden;
    }

.bg-image h1, .bg-image h2, .bg-image h3, .bg-image h4, .bg-image h5, .bg-image h6, .bg-image .h1, .bg-image .h2, .bg-image .h3, .bg-image .h4, .bg-image .h5, .bg-image .h6 {
    text-shadow: 4px 4px 4px #000;
}

a {
    color: #C99700;
    font-weight: bold;
}

    a:hover {
        color: #101820;
    }

.btn-default {
    background-color: #C99700;
    border-color: #C99700;
}

    .btn-default:hover {
        background-color: #000000;
        border-color: #000000;
    }

.btn btn-ripple btn-default c-button:hover {
    background-color: #101820;
    border-color: #101820;
}

.f-icons-header {
    margin-bottom: 60px;
    font-size: 36px;
}

/* Styles for Accordion */
.toggle:last-child {
    border-bottom: 1px solid #dddddd;
}

.toggle .toggle-title {
    position: relative;
    display: block;
    border-top: 1px solid #dddddd;
    margin-bottom: 6px;
}

.toggle .toggle-title h3 {
    font-size: 20px;
    margin: 0px;
    line-height: 1;
    cursor: pointer;
    font-weight: 200;
}

.toggle .toggle-inner {
    padding: 7px 25px 10px 25px;
    display: none;
    margin: -7px 0 6px;
}

.toggle .toggle-inner div {
    max-width: 100%;
}

.toggle .toggle-title .title-name {
    display: block;
    padding: 25px 25px 14px;
}

.toggle .toggle-title a i {
    font-size: 22px;
    margin-right: 5px;
}

.toggle .toggle-title i {
    position: absolute;
    background: url("/images/plus.png") no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
    margin: 20px;
    right: 0;
}

.toggle .toggle-title.active i {
    background: url("/images/minus.png") no-repeat;
    background-size: contain;
}

.gen-copy {
    margin-bottom: 30px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
    max-width: 300px;
    max-height: 300px;
}

.rd-navbar--is-stuck .rd-navbar-brand img {
    max-width: 200px !important;
    max-height: 200px !important;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside, .rd-navbar-classic.rd-navbar-static .rd-navbar-main {
    max-width: 95%;
}

/* From Gen */
.sub-page h1 {
    font-size: 2.25em;
    text-transform: none;
    letter-spacing: .05em;
    font-weight: 300;
    margin: 0 0 1em 0;
}

.sub-page h2 {
    font-size: 1.75em;
    text-transform: none;
    letter-spacing: .05em;
    font-weight: 300;
    margin: 1em 0;
}

.sub-page h3 {
    font-size: 1.25em;
    text-transform: none;
    letter-spacing: .05em;
    font-weight: 300;
    margin: 1em 0;
}

.sub-page ul, .sub-page ol {
    margin: 0 0 0 1em;
}

.sub-page li {
    display: list-item;
    list-style: square;
    padding: 5px;
    margin: 5px;
}

.color-header {
    color: #F1F1DE;
    background-color: #C99700 !important;
    border-right: 1px dotted #F1F7FA;
    padding: 12px 5px;
    font-size: 11px;
}

.color-header th {
    text-align: center !important;
}

.titans-table {
    width: 100%;
}

table.titans-table th {
    padding: 8px;
    border-bottom: 1px dotted #DDE7F4;
    text-align: right;
    text-weight: bold;
    font-size: 11px;
}

.titans-table td {
    text-align: center;
    font-size: 11px;
}

.titans-table td, .titans-table th {
    padding: 15px;
}


.login-wrap {
    text-align: left;
}

.login-wrap .login-small {
    display: none;
}

.login-wrap input {
    font-size: 14px;
    padding: 10px;
    color: #000;
}

.login-wrap .login-input-wrap {
    display: block;
}

.login-wrap .button {
    background: rgb(0, 116, 196);
    font-family: "calibri", sans-serif;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 10px 15px;
    transition: all .3s ease;
    line-height: 20px;
    margin: 5px 10px 0 0;
    display: inline-block;
    cursor: pointer;
    border: none;
}

.login-wrap small {
    display: block;
    margin-bottom: 5px;
}

.nav-fp {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}

.nav-fp:hover {
    color: #4B92db;
}

@media (max-width: 1600px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
        max-width: 200px;
        max-height: 200px;
    }

    .rd-navbar-static .rd-nav-item + .rd-nav-item {
        margin-left: 25px;
    }

    .login-wrap input {
        font-size: 12px;
        padding: 5px;
    }

    .nav-fp {
        font-size: 13px;
    }

    .login-wrap .button {
        font-size: 13px;
        padding: 5px 15px;
    }
}

@media (max-width: 1330px) {
    .login-wrap input {
        display: block;
        margin: 0 0 5px 0;
    }

    /*.login-wrap .button {
        margin: 0;
    }*/

    .nav-fp {
        display: block;
        margin: 0;
    }
}

@media only screen and (max-width: 1199.5px) {

    .rd-navbar-fixed .rd-navbar-panel {
        height: 100px;
    }
    
    .login-wrap {
        position: fixed;
        top: 10px;
        right: 0;
        width: 340px;
        height: 56px;
        z-index: 2000;
    }

    .login-wrap input {
        display: inline-block;
    }

    .login-wrap input[type=text],
    .login-wrap input[type=password] {
        width: 120px;
    }

    .login-wrap .login-input-wrap {
        display: inline-block;
    }
}

@media(max-width: 992px) {
    header .well-md {
        padding-top: 200px;
    }
}

@media(max-width: 767px) {
    html.rd-navbar-fixed-linked .page {
        padding-top: 0px;
    }

    .rd-navbar-fixed .rd-navbar-panel {
        height: 100px;
    }

    .login-wrap {
        position: fixed;
        top: 5px;
        right: 0;
        width: 250px;
        height: auto;
        z-index: 2000;
    }

    .login-wrap form {
        display: none;
    }

    .login-wrap .login-small {
        display: block;
    }
}

.fs-20 {
    font-size: 20px;
}

.contact-info {
    width: 100%;
}

.rd-mailform {
    width: 100%;
}

@media (min-width: 1200px) {
    .rd-mailform {
        margin-left: 0px;
    }
}

.rd-mailform .form-control {
    box-shadow: none;
}

.rd-mailform input {
    box-shadow: none;
}

.rd-mailform .btn-ripple {
    margin-top: 30px;
}

.rd-mailform .field-validation-error {
    color: red;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

.rd-navbar-static .rd-nav-link {
    font-weight: 600;
}

.locker-room .img-fluid {
    margin: 0 auto;
}

.sidebar-rss h3 strong {
    margin-left: 5px;
}

.switch-kit {
    background: #F1F1DE;
    padding: 15px;
    position: relative;
}

.sk-play {
    position: absolute;
    top: -10%;
    right: 0;
}

@media (max-width: 1200px) {
    .switch-kit h4 {
        font-size: 38px !important;
    }

    .sk-play {
        height: 60px;
    }
}

@media (max-width: 991px) {
    .sk-play {
        height: 80px;
    }
}

@media (max-width: 768px) {
    .sk-play {
        height: 60px;
    }
}

.switch-kit h4 {
    color: #0c264c;
    font-size: 44px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: bebas-neue, sans-serif;
    font-weight: 600;
    line-height: 45px;
    font-style: normal;
}

.switch-kit h4 span {
    text-decoration-color: #4B92db !important;
}

.sk-link {    
    background-color: #C99700;
    border-color: #C99700;
    padding: 15px;
    margin-bottom: 15px;
}

.sk-link .custom-icon {
    color: initial;
}

    .sk-link a .link-name {
        color: #F1F1DE;
        margin-left: 15px;
        font-size: 24px;
        font-family: bebas-neue, sans-serif;
        font-weight: 600;
        font-style: normal;
    }

.sk-link-alt {
    background: #4B92db;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 50%;
    margin-bottom: 15px;
    font-size: 32px;
    color: #000;
}

.sk-link-alt:hover {
    background: #fff;
    padding: 15px;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 1px solid #4B92db;
}

.left-text-align {
    text-align: left !important;
}

.img-Auto-Marg {
    margin: auto !important;
}

.cu-copy {
    margin-top: 15px;
    margin-bottom: 30px;
}

.social-carousel {
    margin: 30px;
}

    .social-carousel .slick-prev:before, .social-carousel .slick-next:before {
        color: #C99700;
    }

.social-carousel ul.slick-dots {
    margin-left: -15px;
}

.slick-dots li.slick-active button:before {
    color: #002244;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle::before {
    font-size: 20px;
    color: #fff;
}

.rd-menu.rd-navbar-dropdown .rd-dropdown-link {
    font-size: 16px;
}

.caplink {
    height: 30px;
    text-align: center;
}

.caplink p {
    margin-top: 5px;
}

.main-content {
    margin-bottom: 30px;
}

.main-disclaimer {
    text-align: left;
    font-size: 14px;
    color: #E4E2B2;
    margin-bottom: 45px;
}

.main-disclaimer a:hover {
    color: #fff;
}


p.rights {
    color: #E4E2B2;
}

.bg-image h1 {
    font-family: "museo-sans";
    letter-spacing: 5px;
    font-size: 80px;
    color: #101820;
    text-shadow: 0px 0px 0px #000;
}

.bg-image h6 small {
    font-family: "museo-sans";
    font-style: italic;
    font-size: 60px;
    font-weight: bold;
    color: #101820;
    text-shadow: 0px 0px 0px #000;
}

@media (max-width: 1365px) {
    .enroll-now {
        display: inline-block;
        margin-left: 0;
        margin-top: 5px;
    }
}

@media (max-width: 1199px) {
    .nav-fp {
        display: inline-block;
    }

    .enroll-now {
        margin-left: 15px;
    }
}

.social-list {
    margin: 30px 0;
}

.social-list li {
    display: inline-block;
    margin-left: 15px;
}

.social-list li:first-child {
    margin-left: 0px;
}

.social-list li a:hover {
    color: #fff;
}

.social-list li a span.fa {
    font-size: 24px;
}


.singlechoice .radio {
    padding: 5px 0;
    border: none;
    min-height: 30px !important;
    height: 30px !important;
}

.singlechoice .radio .radio-custom-dummy, .singlechoice .radio-inline .radio-custom-dummy {
    top: 7px;
}

.dropdown .form-control {
    border: 1px solid #b7b7b7 !important;
    padding: 0 15px !important;
    /*height: 30px !important;*/
    /*margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;*/
}

.rd-mailform .form-group select, .dropdown .form-control {
    background-image: linear-gradient(45deg, transparent 50%, #b7b7b7 50%), linear-gradient(135deg, #b7b7b7 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 10px), calc(100% - 15px) calc(1em + 10px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.dropdown .form-control:focus {
    background-image: linear-gradient(45deg, #b7b7b7 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #b7b7b7 50%);
    background-position: calc(100% - 15px) 1.5em, calc(100% - 20px) 1.5em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: gray;
    outline: 0;
}

.help-block {
    color: #b7b7b7;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 30px;
}

.radio label, .checkbox label {
    font-size: 14px;
    padding-left: 30px;
}

.text-secondary {
    text-transform: none;
}

.fdic-logo {
    display: inline-block;
    max-height: 70px;
    width: auto;
}

.eh-logo {
    display: inline-block;
    max-height: 70px;
    width: auto;
    margin-left: 30px;
}

.parallax-container .text-primary {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.parallax-container p {
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    font-size: 20px;
}

.sk-link .link-name {
    font-size: 30px;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
}

.main-content em {
    font-style: italic;
}

.main-content hr {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.lc-disclaimer {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #d7d7d7;
}

.lc-disclaimer p {
    font-size: 12px;
    font-style: italic;
}

.list-fix ul, .list-fix ol {
    margin-left: 30px;
}

.list-fix ul li {
    display: list-item;
    list-style: disc;
}

.list-fix ol li {
    display: list-item;
    list-style: decimal;
}

.ob-header {
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
}

@media (max-width: 1400px) {
    .brand-logo-dark {
        max-width: 130px !important;
    }

    .rd-navbar-static .rd-nav-link {
        font-size: 15px;
    }

    .rd-navbar-static .rd-nav-item + .rd-nav-item {
        margin-left: 15px;
    }
}

@media (max-width: 1199px) {
    .rd-navbar-fixed .rd-navbar-brand img {
        max-height: 70px;
        margin-left: 15px;
    }

    .rd-navbar-fixed .rd-navbar-panel {
        height: 105px;
    }

    header .well-md {
        margin-top: 45px;
    }

    .rd-navbar-fixed .rd-navbar-nav-wrap {
        padding-top: 135px !important;
    }
}

.hp-sec {
    display: none;
}

@media(max-width: 460px) {
    .login-wrap {
        position: fixed;
        right: 0;
        width: 216px;
        height: auto;
        z-index: 2000;
        top: 10px;
        padding-left: 55px;
    }

        .login-wrap iframe {
            width: 75%;
        }

    .rd-navbar-fixed .rd-navbar-nav-wrap {
        padding-top: 220px !important;
    }

    .rd-navbar-fixed .rd-navbar-brand img {
        max-height: 70px;
        /*margin-left: -4px;*/
        width: 86px;
    }

    .well-md {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .col-lg-7 > h1:nth-child(1) {
        padding-top: 70px;           
    }

    #dllLoctype {
        margin-bottom: 20px;
    }

    .img-fluid {
        padding-top: 20px;
        margin: auto;
        display: block;
    }
}

@media(max-width: 375px) {


    .rd-navbar-panel {
        height: 190px !important;
    }

    .rd-navbar-fixed .rd-navbar-panel {
        height: 190px !important;
    }

    .rd-navbar-fixed .rd-navbar-nav-wrap {
        padding-top: 220px !important;
    }

    .login-wrap {
        position: fixed;
        right: 0;
        width: 220px;
        height: auto;
        z-index: 2000;
        top: 10px;
    }

    .rd-navbar-fixed .rd-navbar-brand img {
        max-height: 70px;
        /*margin-left: -4px;*/
        width: 86px;
    }

    .login-wrap iframe {
        width: 75% !important;
        height: 145px !important;
    }

    .well-md {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .col-lg-7 > h1:nth-child(1) {
        padding-top: 70px;
    }

    #dllLoctype {
        margin-bottom: 20px;
    }

    .img-fluid {
        padding-top: 20px;
        margin: auto;
        display: block;
    }
}

@media(max-width: 350px) {

    .rd-navbar-fixed .rd-navbar-panel {
        height: 190px !important;
    }

    .rd-navbar-fixed .rd-navbar-nav-wrap {
        padding-top: 220px !important;
    }

    .login-wrap {
        position: fixed;
        right: 0;
        width: 170px;
        height: auto;
        z-index: 2000;
        top: 10px;
    }

        .login-wrap iframe {
            width: 75% !important;
            height: 145px !important;
        }

    .rd-navbar-fixed .rd-navbar-brand img {
        max-height: 70px;
        /*margin-left: -4px;*/
        width: 86px;
    }

    .well-md {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .col-lg-7 > h1:nth-child(1) {
        padding-top: 70px;
    }

    #dllLoctype {
        margin-bottom: 20px;
    }

    .img-fluid {
        padding-top: 20px;
        margin: auto;
        display: block;
    }
}

@media (max-width: 767px) {
    header.bg-image {
        background-position: center 52px;
    }

    .rd-navbar-fixed .rd-navbar-panel {
        height: 220px;
    }

    .rd-navbar-fixed .rd-navbar-nav-wrap {
        padding-top: 255px !important;
    }

    .well-15.border-btm.sub-page {
        padding-top: 110px;
    }

    .login-wrap iframe {
        width: 66%;
        height: 145px;
    }

    .well-md {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .col-lg-7 > h1:nth-child(1) {
        padding-top: 70px;
    }

    #dllLoctype {
        margin-bottom: 20px;
    }

    .img-fluid {
        padding-top: 20px;
        margin: auto;
        display: block;
    }
}

/* Custom HomePage Modification */
.hero-subtitle {
    text-shadow: 2px 2px 2px #000;
    /*background: rgba(0, 0, 0, 0.1);*/
    background: #101820;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #C99700;
}   

.btn btn-ripple btn-default c-button {
    white-space: normal;
    word-wrap: break-word;
}   

body > div.page.text-center.animated > header > section > div > div > a:nth-child(2) {
    white-space: normal;
    word-wrap: break-word;
}


html.wide.wow-animation.desktop.landscape.rd-navbar-static-linked body div.page.text-center.animated section.well-15.border-btm.sub-page div.container div.row.text-left div.col-lg-4.col-lg-offset-1 div.sidebar-rss h3 strong {
    color: #417571;
}

html.wide.wow-animation.desktop.landscape.rd-navbar-static-linked body div.page.text-center.animated section.well-15.border-btm.sub-page div.container div.row.text-left div.col-lg-4.col-lg-offset-1 div.sidebar-rss h3 span.fa.fa-rss-square {
    color: #417571;
}

.copy-small {
    font-size: 10.5px;
}

.checkmark {
    content: '✓';
    display: inline-block;
    transform: rotate(45deg);
    height: 25px;
    width: 12px;
    margin-left: 60%;
    border-bottom: 7px solid #78b13f;
    border-right: 7px solid #78b13f;
}

.btn-tab:hover {
    background-color: #000000;
    border-color: #000000;
}

.rd-dropdown-link:hover {
    color: green;
}

.html body div.login-wrap form input.button {
    background-color: red;
}

#loginFrame login-wrap button {
    background: aqua;
}

#loginFrame body > div > form > input.button {
    background: aqua;
}

/* events */

.events-banner {
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100%;
    padding-bottom: 15px;
    max-width: 375px;
    width: 375px;
    margin: auto;
    cursor: pointer;
}

    /* need medias for different sizes */ 

    .events-header {
        /* height: 188px; */
        margin-bottom: 42%;
    }

    .events-table {
        /*margin-left: 24px;*/
        position:relative;
        height:285px;
    }

    .events-table td {       
       /* padding-top: 1.5px;
        padding-bottom: 1.6px;*/
    }

    .event-date {
        /*font-weight: bold;*/
        font-size: 23px;
        /*font-size: 4.5vw;*/

        left:36px;
        width:37px;
    }

    .event-name {
        /*padding-left: 15px;*/
        /*font-weight: bold;*/
        font-size: 23px;
        /*font-size: 4.5vw;*/
        max-width: 255px;
        left:92px;
    }

    .event-name p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .event-1 {
        position: absolute;
        top: 6px;
    }

    .event-2 {
        position: absolute;
        top: 36px;
    }

    .event-3 {
        position: absolute;
        top: 66px;
    }

    .event-4 {
        position: absolute;
        top: 96px;
    }

    .event-5 {
        position: absolute;
        top: 126px;
    }

    .event-6 {
        position: absolute;
        top: 156px;
    }

    .event-7 {
        position: absolute;
        top: 186px;
    }

    .event-8 {
        position: absolute;
        top: 216px;
    }

    .event-footer {
        position: absolute;
        top: 247px;
    }



    @media(max-width: 2000px) {

        div.col-xs-12:nth-child(1) > h1:nth-child(1) {
            margin-top: 75px;
        }
    }

    /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

    @media(max-width: 765px) {

        div.col-xs-12:nth-child(1) > h1:nth-child(1) {
            margin-top: 75px;
        }
    }

    @media (max-width: 620px) {

        div.col-xs-12:nth-child(1) > h1:nth-child(1) {
            margin-top: 75px;
        }

        .events-header {
            margin-bottom: 42%;
        }

        /*.event-date, .event-name {
        font-size: 23px !important;
    }*/

    }

    @media (max-width: 540px) {

        /*.events-header {
        margin-bottom: 46%;
    }*/

        /*.event-date, .event-name {
        font-size: 22px !important;
    }*/
    }

    @media (max-width: 520px) {

        /*.events-header {
        margin-bottom: 45%;
    }*/

        /*.event-date, .event-name {
        font-size: 22px !important;
    }*/
    }

    @media (max-width: 480px) {

        /*   div.col-xs-12:nth-child(1) > h1:nth-child(1) {
        margin-top: 75px;
    }

    .events-header {
        margin-bottom: 45%;
    }*/

        /*.event-date, .event-name {
        font-size: 20px !important;
    }*/

    }

    @media (max-width: 420px) {

        /*div.col-xs-12:nth-child(1) > h1:nth-child(1) {
        margin-top: 75px;
    }

    .event-date {
        font-size: 17px!important;
    }

    .event-name {
        font-size: 17px !important;
        padding-left: 20px;
    }

    .events-header {
        margin-bottom: 42%;
    }*/

        /*.event-name.event-2 {
        padding-top: 3px !important;
    }*/

        /*.event-name event-3 {
        padding-top: 4px;
    }*/

    }

    @media (max-width: 400px) {



        /*.event-name.event-2 {
        padding-top: 4px !important;
    }*/

        /*.event-name event-3 {
        padding-top: 4px;
    }*/

    }

    @media (max-width: 385px) {



        /*.event-name.event-2 {
            padding-top: 6px !important;
        }*/

        /*.event-name event-3 {
        padding-top: 4px;
    }*/

    }

    @media (max-width: 380px) {



        /*.event-name.event-2 {
            padding-top: 4px !important;
        }*/

        /*.event-name event-3 {
        padding-top: 4px;
    }*/

    }

    /*td.event-1:nth-child(2) > a {
    color:green;
}*/

    .disabled-link {
        text-decoration: none;
        color: inherit;
    }

    /*a:disabled-link, a:disabled-link {
    text-decoration: none;
}

disabled-link:hover {
    text-decoration: none;
}*/


@font-face {
    font-family: eventsFont1;
    src: url("/fonts/StaffXXCondensed-Medium.otf") format("opentype");
}


@font-face {
    font-family: eventsFont2;
    src: url("/fonts/StaffXXXCondensed-Medium.otf") format("opentype");
}


.event-date {
    font-family: eventsFont1;
    text-transform: uppercase;
}

.event-name {
    font-family: eventsFont1;
    text-transform: uppercase;
}

.grecaptcha-badge {
    visibility: hidden;
}