﻿/* 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: #000000;
}

#frmMaster {
    display: block;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

/* Wrapper */

.wrapper {
    color: #000000;
    background-color: #FFFFFF;
}

/* Header */

.header {
    padding: 15px 0;
}

.header-logo {
    text-align: left;
}

.header-contact {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-align: right;
}

.header-contact span.header-contact-first {
    font-size: 22px;
    font-weight: bold;
}

.header-contact span.header-contact-city {
    font-weight: bold;
    color: #143479;
}

.header-contact ul.header-contact-social {
    margin: 2px 0 0 0;
    font-size: 32px;
}

.header-contact .facebook,
.header-contact .facebook:visited {
    color: #3B5998;
}

    .header-contact .facebook:hover {
        color: #344e86;
    }

    .header-contact .fa-facebook-square {
        position:relative;
        top:4px;
    }

@media (max-width : 991px) {
    .header-contact .fa-facebook-square {
        position: relative;
        top: 2px;
    }
}



        @media (max-width : 767px) {

            .header-contact .fa-facebook-square {
                position: relative;
                top: 2px;
            }

            .header {
                padding: 15px 0 30px 0;
            }

            .header-logo {
                margin-bottom: 30px;
                text-align: center;
            }

            .header-contact {
                text-align: center;
            }
        }

        /* Menu */

        .menu {
            position: relative;
            z-index: 999;
            padding-top: 6px;
            padding-bottom: 6px;
            font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            background-color: #153777;
            -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;
            }
        }

        /* Home Page Button */

        .btn-home {
            color: #fff !important;
            background-color: #1A4491;
            border-color: #183e83;
        }

            .btn-home:hover {
                background-color: #255dc2;
            }

            .header-contact-social .btn-primary {
                background-color: #255dc2;
            }

                .header-contact-social .btn-primary:hover {
                    background-color: #2252a7 !important;
                }


        /* Big Photo */

        .big-photo {
            width: 100%;
            height: auto;
            border-bottom: 1px solid #404040;
        }

            .big-photo .img-fluid {
                min-width: 100%;
            }

        /* Wide Photo */

        .wide-photo {
            width: 100%;
            height: auto;
            border-bottom: 1px solid #404040;
            border-top: 1px solid #404040;
        }

            .wide-photo .img-fluid {
                min-width: 100%;
            }

        /* Swiper */

        .swiper-container {
            width: 100%;
            height: auto;
            border-bottom: 1px solid #404040;
        }

        .swiper-slide {
            text-align: center;
        }

            .swiper-slide .img-fluid {
                width: 100%;
                height: auto;
            }

            .swiper-slide .slide-title {
                position: absolute;
                /*top: 0;*/
                bottom: 0;
                left: 0;
                right: 0;
                display: flex;
                justify-content: center;
                flex-direction: column;
                font-size: 300%;
                font-weight: bold;
                color: #FFFFFF;
                line-height: 150%;
                text-align: center;
                text-shadow: 0 0 10px rgba(0, 0, 0, 1);
            }

                .swiper-slide .slide-title .slide-title-text {
                    align-self: center;
                    padding: 3% 3%;
                    /*background-color: rgba(0, 0, 0, 0.5);*/
                }

        .swiper-pagination-bullet {
            background-color: #000000;
            opacity: 0.5;
        }

        .swiper-pagination-bullet-active {
            opacity: 0.9;
        }

        @media (max-width : 1199px) {

            .swiper-slide .slide-title {
                font-size: 150%;
                font-weight: bold;
            }
        }

        @media (max-width : 991px) {

            .swiper-slide .slide-title {
                font-size: 125%;
                font-weight: bold;
            }
        }

        @media (max-width : 767px) {

            .swiper-button-next,
            .swiper-button-prev {
                display: none;
            }

            .swiper-slide .slide-title {
                position: absolute;
               /* top: 0;*/
                bottom: 0;
                left: 0;
                right: 0;
                display: flex;
                justify-content: center;
                flex-direction: column;
                font-size: 100%;
                font-weight: bold;
                color: #FFFFFF;
                line-height: 150%;
                text-align: center;
                text-shadow: 0 0 10px rgba(0, 0, 0, 1);
            }
        }

        /* 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: #143479;
            }

            .content h1 {
                margin-top: 0;
            }

            .content h4 {
                font-size: 125%;
            }

            .content .card h1,
            .content .card h2,
            .content .card h3 {
                margin-bottom: 1.0rem;
            }

            .content p {
                margin-bottom: 1.5rem;
            }

        .photo, .bs-1 {
            border: 1px solid #999999;
        }

        .logos .img-fluid {
            width: 100%;
        }

        .title-alt {
            color: #8e8e8e !important;
        }

        .footnote {
            font-size: 75%;
            line-height: 150%;
            font-style: italic;
        }

        .red-font {
            color: #d20000;
        }

        /* Map */

        div.map-caption {
            text-align: center;
            margin-bottom: 24px;
            font-size: 100%;
            line-height: 100%;
        }

        /* Marquee */

        .marquee-bg {
            position: relative;
            z-index: 999;
            border-bottom: 1px solid #0E2454;
            background-color: #143479;
            -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);
        }

        /*.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 */

        .marquee-wrapper {
            overflow: hidden;
            width: 100%;
            height: 72px;
        }

        .marquee {
            font-size: 30px;
            color: #FFFFFF;
            line-height: 72px;
        }

        .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%;
            }
        }

        /* Generator Background Section */

        .content.gen-bg {
            color: #FFFFFF;
            background-color: #404040;
            background-image: url('/images/layout/generator-bg.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center top;
        }

            .content.gen-bg h1,
            .content.gen-bg h2,
            .content.gen-bg h3 {
                color: #FFFFFF;
            }

            .content.gen-bg a,
            .content.gen-bg a:visited {
                color: #FFFF00;
            }

                .content.gen-bg a:hover {
                    color: #FFFFCC;
                }

        /* White Section */

        .content.white-bg {
            color: #000000;
            background-color: #ffffff;
        }

            .content.white-bg h1,
            .content.white-bg h2,
            .content.white-bg h3 {
                color: #000000;
            }

            .content.white-bg a,
            .content.white-bg a:visited {
                color: #1A4491;
            }

                .content.white-bg a:hover {
                    color: #2357b6;
                }

        /* Gray Section */

        .content.gray-bg {
            color: #000000;
            background-color: #bebebe;
        }

            .content.gray-bg h1,
            .content.gray-bg h2,
            .content.gray-bg h3 {
                color: #000000;
            }

            .content.gray-bg a,
            .content.gray-bg a:visited {
                color: #FFFF00;
            }

                .content.gray-bg a:hover {
                    color: #FFFFCC;
                }

        /* Blue Section */

        .content.blue-bg {
            color: #ffffff;
            background-color: #003a6c;
        }

            .content.blue-bg h1,
            .content.blue-bg h2,
            .content.blue-bg h3 {
                color: #ffffff;
            }

            .content.blue-bg a,
            .content.blue-bg a:visited {
                color: #FFFF00;
            }

                .content.blue-bg a:hover {
                    color: #FFFFCC;
                }


        .content a.btn-primary,
        .content a.btn-success {
            color: #FFFFFF !important;
        }

            .content a.btn-primary:hover,
            .content a.btn-success:hover {
                color: #FFFFFF !important;
            }

        /* Form Stuff */

        label {
            font-weight: bold;
        }

        textarea {
            resize: none;
        }

        /* Cycle Stuff */

        .cycle-slideshow {
            position: relative;
        }

        .cycle-caption {
            position: absolute;
            z-index: 9999;
            bottom: 1px;
            left: 1px;
            right: 1px;
            padding: 8px 0;
            color: #FFFFFF;
            background-color: rgba(0,0,0,0.75);
        }

        /* Footer */
        .footer {
            padding: 40px 0;
            font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-size: 16px;
            color: #FFFFFF;
            line-height: 175%;
            background-color: #000000;
        }

            .footer h2 {
                margin-bottom: 4px;
                font-size: 150%;
                font-weight: bold;
            }

            .footer hr {
                margin-top: 0;
                margin-bottom: 1rem;
                border-color: #FFFFFF;
            }

            .footer a,
            .footer a:visited {
                color: #FFFFFF;
            }

                .footer a:hover {
                    color: #FFFF66;
                }

        /* 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;
            }
        }

/* Homepage Separator */

@media(min-width:992px){
    .military-border {
        border-left: 3px solid #153777;
        padding-left:0px;
    }

    .military-border-adj{
        padding-right:30px;
    }
}