﻿@import 'defaults.css';

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.eot);
    src: url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

#bgImage {
    overflow-x: hidden; /* Hides the horizontal scrollbar at the bottom of the screen */
}

/* -------------------- Header -------------------- */
header {
    padding: 10px 0px;
}

.headerRight {
    text-align: right;
    margin: 0px 0px 10px;
}

.AccountStatus { /* for sites that enable the account login in the config */
    font-size: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
}

/* -------------------- Nav -------------------- */

nav.navbar {
    margin-bottom: 0px;
}

nav.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
    color: #3c3c3c;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        color: #2d6c2c;
    }

nav .navbar-nav {
    float: right;
}

nav.navbar {
    border-radius: 0px;
    min-height: 100%;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar .nav > li > a {
    text-transform: uppercase;
    font-size: 19pt;
    font-weight: 700;
}

nav.navbar .container {
    padding: 0px;
}

nav.navbar .selected a {
    color: #2d6c2c;
}

nav.navbar li a {
    padding: 0px;
}

nav.navbar li {
    padding: 20px 30px 10px;
}

nav.navbar .last a {
    padding-right: 0px; /* last nav item flush against right side of container */
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}

.navbar-toggle {
    background-color: #fdd42e;
    border: none;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #1a2101;
}

.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

nav.navbar .last {
    padding-right: 0px;
}

/* -------------------- Page -------------------- */

.mainJumbotron .container-fluid, .mainJumbotron {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
}

.formTitle { /* Title element of forms */
    font-size: 27px;
    font-weight: normal;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

h1, h2, h3 {
    font-family: Georgia;
    margin: 0px 0px 20px;
}

h1 {
    font-size: 43pt;
}

h4 {
    font-size: 26pt;
    font-weight: 700;
    margin: 0px 0px 15px;
}

a {
    color: #2d6c2c;
}

    a:hover {
        color: #000000;
    }

label {
    font-size: 12pt;
    font-weight: 500;
}

.form-control {
    border-radius: 0px;
}

.btn-primary, .bg-primary { /* Set the primary colors for specific elements such as call to action button in header */
    color: #2d6c2c;
    background-color: #fdd42e;
    border: none;
    border-radius: 0px;
    font-size: 14pt;
    font-weight: 500;
    padding: 8px 20px;
}

    .btn-primary:hover {
        background-color: #1a2101;
    }

.btn-default, .bg-default {
    color: #ffffff;
    background-color: #2d6c2c;
    border: none;
    border-radius: 0px;
}

    .btn-default:hover {
        background-color: #000;
        color: #fff;
    }

/* ------------------ Accordion styles -----------------------------*/
.panel-heading a {
    color: #fff;
    font-size: 14px;
}

.panel-default > .panel-heading {
    background-color: #1d1e1c;
}

.module .panel-default {
    border: solid 1px #181817;
}

.pageHeader h1 { /* this is a class used for the page header h1 */
    font-weight: 100;
    max-width: 1170px;
    margin: auto;
    font-size: 55px;
    padding-bottom: 2px;
}

/* -------------------- Footer -------------------- */
footer {
    background: #1a2101 url(images/footer_bg.jpg) center center no-repeat;
    color: #fdd42e;
    padding: 110px 0px 50px;
    font-size: 11pt;
    text-align: center;
    border-top: #fff solid 10px;
    margin-top: 50px;
}

    footer a {
        color: #fdd42e;
    }

        footer a:hover {
            color: #fff;
        }

.social i {
    border-radius: 50%; /*Makes the circle*/
    width: 46px; /*sets the width of the circle*/
    height: 46px; /*sets the height of the circle*/
    font-size: 30px; /*sets the size of the icon itself*/
    padding: 8px 3px; /*sets the positioning of the icon within the circle*/
    box-sizing: border-box; /*keeps the dimensions of the circle*/
    text-align: center; /*centers the icon in the circle*/
    margin: 0px 1px; /*gives spacing between the icons*/
}

/* ---------------- icon styles -------------------*/
.iconLink i {
    padding: 5px 6px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    border: solid 1px #cccccc;
    margin-right: 2px;
    transition: all .3s;
}

.iconLink .fa-file-excel-o {
    color: #3fa024;
}

a.iconLink:hover .fa-file-excel-o {
    background: #3fa024;
}


.iconLink .fa-file-pdf-o {
    color: #c70e0e;
}

a.iconLink:hover .fa-file-pdf-o {
    background: #c70e0e;
}


.iconLink .fa-file-word-o {
    color: #159ae8;
}

a.iconLink:hover .fa-file-word-o {
    background: #159ae8;
}


.iconLink .fa-file-powerpoint-o {
    color: #D24625;
}

a.iconLink:hover .fa-file-powerpoint-o {
    background: #D24625;
}

.iconLink .fa-file-audio-o {
    color: #34495E;
}

a.iconLink:hover .fa-file-audio-o {
    background: #34495E;
}

.iconLink .fa-file-video-o {
    color: #F39C12;
}

a.iconLink:hover .fa-file-video-o {
    background: #F39C12;
}

.iconLink .fa-file-archive-o {
    color: #8E44AD;
}

a.iconLink:hover .fa-file-archive-o {
    background: #8E44AD;
}

a.iconLink:hover .fa {
    color: #fff;
    border-color: transparent;
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.headerRight {
    text-align: right;
    margin: 0px 0px 10px;
}

footer {
    background: #1a2101 url(../images/footer_bg.jpg) center center no-repeat;
    color: #fdd42e;
    padding: 110px 0px 50px;
    font-size: 11pt;
    text-align: center;
    border-top: #fff solid 10px;
}

.navbar-collapse {
    overflow: hidden;
}

#memberMenu {
    text-align: right;
}

.Links .Link:hover {
    background-color: #6D8E08 !important;
    color: white;
}

.table-striped td:last-child {
    color: #6D8E08 !important;
}

#Content_Root_MemberPageDispatcher_subpage_changePassword_Btn_Change, #Content_Root_MemberPageDispatcher_subpage_uploadDocuments_Btn_Upload, #Content_Root_MemberPageDispatcher_subpage_customerLogin_Btn_Login, #Content_Root_MemberPageDispatcher_subpage_recoverPassword_Btn_Submit {
    background-color: #6D8E08;
    border-color: #6D8E08;
    margin-top: 25px;
    color: white;
}

/* -------------------- Responsive Device CSS -------------------- */

/* Desktops */

@media screen and (min-width:768px) {
    ul.dropdown-menu li:hover > ul.dropdown-menu {
        display: block;
        position: absolute;
        top: -8px;
        left: 159px;
    }
}

@media screen and (min-width:1170px) {
    nav .mainNav {
        max-width: 1170px;
        margin: 0px auto;
    }
}

/* 4k screens */
@media screen and (min-width:1920px) {
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: 100%;
    }
}

/* Laptops */
@media screen and (max-width:1200px) {
    nav.navbar li {
        padding: 20px 14px 10px;
    }
}

/* Tablets */
@media screen and (max-width:980px) {
    .container {
        width: 100%;
    }

    /*This is to fix the horizontal scroll issue caused by the AOS (animate on scroll) framework that positions items off to the side before fading in*/
    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }
    /*end aos horizontal scroll fix*/
}

/* Portrait Tablets */
@media screen and (max-width:768px) {
    nav .navbar-nav {
        float: none;
        text-align: center;
    }

    .siteLogo img {
        margin: 0 auto;
    }

    .headerRight {
        margin: 10px 0px !important;
        text-align: center !important;
    }
}

/* Smartphones */
@media screen and (max-width:360px) {
    header {
        text-align: center;
    }

    nav.navbar-nav {
        float: none;
    }
}

/* -- End Device CSS -- */

.hiddenState {
    display: none;
}

.stateSelectsContainer {
    margin-top: 25px;
}