﻿/* General Stuff */

html {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

body {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
    margin: 0 0;
    padding: 0 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 175%;
    color: #FFFFFF;
    background-color: #ffffff;
}

#frmMaster {
    display: block;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

/* Wrapper */

.wrapper {
    color: #000000;
    background-color: #FFFFFF;
}

/*********************** Header Section *************************/


.top-block {
    padding: 30px 160px;
    background-image: url('/images/layout/top-block-pic.jpg');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

    .top-block a {
        text-decoration: none;
    }

@media (max-width : 767px) {

    .top-block {
        background-image: url('/images/layout/top-block-pic-small.jpg');
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 15px 0 30px 0;
    }
}

.top-block-logo {
    text-align: left;
}

@media (max-width : 991px) {

    .top-block-logo {
       /* margin-bottom: 30px;*/
        text-align: center;
    }
}

@media (min-width : 992px) and (max-width : 1560px) {

    .top-block {
        padding: 30px 24px;
    }
}

@media (min-width : 992px) and (max-width : 1550px) {


}

@media (min-width : 768px) and (max-width : 991px) {

    .top-block {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width : 1203px) {

    .top-block-logo img {
        margin-left: 0;
    }
}

.top-block .logo-text {
    margin: 16px auto;
}

@media (min-width : 991px) and (max-width : 1200px) {

    .top-block .logo-text h3 {
        font-size: 24px;
    }
}

@media (max-width : 991px) {

    .top-block .logo-text h3 {
        text-align: center;
        font-size: 24px;
    }
}


.top-block .button-blocks {
    background-color: #005ead;
    padding: 8px;
    text-align: center;
    width: 100%;
    border-radius: 4px;
}

.button-blocks, .button-blocks:hover {
    color: #ffffff;
    background-color: #e80000;
    border-color: #e80000;
    text-decoration: none;
}

    .button-blocks:hover {
    }

@media (max-width : 767px) {

    .top-block .button-blocks {
        margin-bottom: 10px;
    }
}

@media (min-width : 991px) and (max-width : 1200px) {

    .top-block-youtube {
        padding: 0 !important;
    }
}


/**** Normal Buttons ****/

.btn-normal {
    max-width: 100%;
    width: 100%;
    color: #fff;
    background-color: #e80000;
    border-color: #e80000;
}

    .btn-normal:hover {
        color: #ffffff;
        background-color: #b40000;
        border-color: #b40000;
    }

/*************************************************************/

/* Menu */

.menu {
    position: relative;
    z-index: 999;
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */
    background: #ffffff; /* Old browsers */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
}

@media (max-width : 767px) {

    .menu .container {
        margin: 0 0;
        padding: 0 0;
    }
}


/* Content */

.content {
    padding: 40px 0;
}

    .content h1,
    .content h2,
    .content h3,
    .content h4 {
        margin-bottom: 1.5rem;
        font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: bold;
        color: #0a458b;
    }

    .content h1 {
        margin-top: 0;
    }

    .content h4 {
        margin-bottom: 0.5rem;
        font-size: 125%;
    }

    .content .card {
        border: 1px solid #0a458b;
        border-radius: 0;
    }

        .content .card h1,
        .content .card h2,
        .content .card h3 {
            margin-bottom: 1.0rem;
        }

        .content .card h2 {
            font-size: 125%;
        }

    .content .card-header {
        text-align: center;
        background-color: #0a458b;
        border-radius: 0;
    }

        .content .card-header h2 {
            color: #ffffff;
            margin-bottom: 0;
        }

    .content p {
        margin-bottom: 1.5rem;
    }

.photo, .bs-1 {
    border: 1px solid #999999;
}

.title-alt {
    color: #7a7a7a !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.big-picture {
    border-bottom: 1px solid #7a7a7a;
}


/************ Font Awesome Icons ************/

.fa-icons-custom .fa-regular,
.fa-icons-custom .fa-light,
.fa-icons-custom .fa-solid.fa-chart-column {
    font-size: 40px;
}

.fa-circle {
    color: #005ead;
}

.fa-icons-custom h4 {
    margin-top: 12px;
    font-size: 18px;
}





/************ Countdown Timer **************/

.countdown {
}

    .countdown h2 {
        color: #ffffff !important;
        font-size: 54px;
        font-weight: bold;
        letter-spacing: 12px;
        margin-bottom: 0;
    }

@media only screen and (max-width : 991px) {

    .countdown h2 {
        font-size: 46px;
    }
}

@media only screen and (max-width : 991px) {

    .countdown h2 {
        font-size: 36px;
        letter-spacing: 3px;
    }
}

@media only screen and (max-width : 433px) {

    .countdown h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width : 375px) {

    .countdown h2 {
        font-size: 22px;
    }
}

/****************************************/

/* Color Sections */

.content.grey-bg {
    background-image: url('/images/layout/grey-bg.jpg');
    background-position: center center;
    border-top: 1px solid #CCCCCC;
    color: #ffffff;
}

    .content.grey-bg h2 {
        color: #0a458b;
    }

.content.grey-bg {
    background-color: #eeeeee;
    color: #000000;
}

.content.grey-bg h2 {
    color: #0a458b;
}


.content.lt-grey-bg {
    background-color: #e1e1e1;
    color: #000000;
}

    .content.lt-grey-bg h2 {
        color: #0a458b;
    }

.content.lt-grey-bg {
    background-color: #eeeeee;
    color: #000000;
}

.content.grey-bg h2 {
    color: #0a458b;
}


/* Marquee */

.marquee-bg {
    position: relative;
    z-index: 999;
    border-bottom: 1px solid #00234f;
    background-color: #042f64;
}

.marquee-wrapper {
    height: 72px;
    margin-bottom: 16px;
}

.marquee {
    height: 72px;
    margin: 0 15px;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    line-height: 90px;
}

.marquee-background > .container {
    padding-left: 0;
    padding-right: 0;
}

    .marquee-background > .container > .row {
        margin-left: 0;
        margin-right: 0;
    }

        .marquee-background > .container > .row > .col-xs-12 {
            padding-left: 5px;
            padding-right: 5px;
        }

@media only screen and (max-width : 1024px) {

    .marquee-background .container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .marquee-background > .container > .row > .col-xs-12 {
        width: 100%;
    }
}

/* Form Stuff */

label {
    font-weight: bold;
}

textarea {
    resize: none;
}

/* Logos */

.logo-wrapper {
    width: 100%;
    padding: 20px 20px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Footer */

.footer {
    padding: 40px 0;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 175%;
    background-color: #0a458b;
}

    .footer h2 {
        margin-bottom: 4px;
        font-size: 150%;
        font-weight: bold;
        color: #ffffff;
    }

    .footer hr {
        margin-top: 0;
        margin-bottom: 1rem;
        border-color: #ffffff;
    }

    .footer a,
    .footer a:visited {
        color: #FFFFFF;
    }

        .footer a:hover {
            color: #ffffff;
        }

    .footer ul.credit-cards {
        padding-top: 6px !important;
        font-size: 0;
    }

    .footer .yellow {
        color: #feff9f;
    }

    .footer div.footer-social-icons i {
        /* Setting the height and font-size fixes a display bug. */
        height: 32px;
        margin: 0 8px 12px 0;
        font-size: 32px;
    }

/* Multi-Column Lists */

.two-col-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.three-col-list {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.four-col-list {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

@media (max-width : 767px) {

    .two-col-list,
    .three-col-list,
    .four-col-list {
        columns: initial;
        -webkit-columns: initial;
        -moz-columns: initial;
    }
}

@media (min-width : 768px) And (max-width : 991px) {

    .two-col-list {
        columns: initial;
        -webkit-columns: initial;
        -moz-columns: initial;
    }

    .three-col-list,
    .four-col-list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

/* Contact Us Page */

.h2-h1 {
    font-size: 2.5rem !important;
}

.contact-photo {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
}

span.contact-photo-overlay {
    border-top: 1px solid #999999;
    text-align:center;
    font-size: 150%;
    position: absolute;
    color: #fff;
    font-weight: bold;
    bottom: 0px;
    left: 0;
    right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #0a458b;
}

div.img-box {
    position: relative;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0;
    padding: 0 0;
}

.map {
    background-color: #DDDDDD;
}

    .map .container-fluid {
        padding: 0 0;
    }

    .map .row {
        margin: 0 0;
    }

    .map .col-12 {
        padding: 0 0;
    }

.embed-google-map {
    padding-bottom: 33%;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

@media only screen and (max-width: 1200px) {

    .embed-google-map {
        padding-bottom: 42%;
    }
}

@media only screen and (max-width: 992px) {

    .embed-google-map {
        padding-bottom: 56%;
    }
}

@media only screen and (max-width: 768px) {

    .embed-google-map {
        padding-bottom: 75%;
    }
}


/**************************************************/

/* Profit First Page */

.profit-first-block {
    background-color: #f8ffe6;
    padding: 16px;
    border: 1px solid #7a7a7a;
}



.profit-first-section img, .profit-first-section .card {
    border: 1px solid rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.33);
}

.profit-first-section .card {
    color:#ffffff;
    background-color: #295115;
}

    .profit-first-section .card h2, .profit-first-section .card h4 {
        color: #ffffff;
        text-align:center;
    }

    .profit-first-section .card h2 {
        font-size:200%;
        font-weight:normal;
        margin-bottom:0;
    }

    .profit-first-section .card h4 {
        font-size: 100%;
        font-weight: normal;
    }

    .profit-first-section .card hr {
        border-top: 2px solid #ffffff;
        width:80%;
    }


h2 a, h2 a:visited, h4 a, h4 a:visited {
    color: #cc0000;
}

    h2 a:hover, h4 a:hover {
        color: #b30000;
        text-decoration: none;
    }


/**************************************************/