﻿@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: 25px;
	background: url(../image/header_bg.png);
	overflow: hidden;
}

.AccountStatus { /* for sites that enable the account login in the config */
    font-size: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
}

#preHeader {
    font-size: 3.1rem;
    padding: 8px 0px;
}

    #preHeader a {
        color:#fff;
    }

/*this was 768 but increased for earlier hamburger breakpoint*/
@media screen and (min-width:1281px) {
    #preHeader {
        display: none;
    }

    header {
        position: sticky!important;
        width: 100%;
        top: 0;
        background-color: #fff;
        z-index: 99;
    }
}

@media screen and (max-width:768px){
    .navbar-header.nav2 {
        display: none;
    }
}

/* -------------------- Nav -------------------- */

nav.navbar {
    margin-bottom: 0px;
}

nav.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
	color: #181717;
	border-bottom: solid 2px transparent;
}

	.navbar-inverse .navbar-nav > li > a:hover {
		color: #181717;
		border-bottom: solid 2px #e41e2b;
	}

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: 18px;
    font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

nav.navbar .container {
    padding: 0px;
}

nav.navbar .selected a{
    border-bottom: solid 2px #e41e2b;
}

nav.navbar li a {
    padding: 10px 10px 5px;
}

nav.navbar li {
    padding: 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: #333;
	border: none;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #e41e2b;
}
.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}
nav.navbar .last {
    padding-right: 0px;
}


/* pills navigation (used in digital catalog)*/
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #e71d2b;
}


/* -------------------- 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: 'Poppins', sans-serif;
    font-weight: 500;
	font-size: 18px;
}

h1, h2, h3 {
	font-family: 'Poppins', sans-serif;
	color: #e7222c;
	font-weight: 500;
	margin: 0px 0px 20px;
}

h1 {
	font-size: 60px;
	text-transform: uppercase;
    font-weight: 600;
    color: #141414;
}

a {
    color: #e7222c;
}

    a:hover {
        color: #000000;
    }

.redBar {
	background: #e41e2b;
	color: #fff;
	padding: 30px 0px;
}

.textPadding {
	padding: 0px 100px;
}

.btn {
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
    text-transform: uppercase;
}
	
.btn-primary, .bg-primary { /* Set the primary colors for specific elements such as call to action button in header */
    color: #ffffff;
    background-color: #e10f17;
	border: none;
	padding: 5px 15px;
}

    .btn-primary:hover {
        background-color: #000;
    }

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #e7222c;
        border-color: #c70e0e;
    }

.btn-default, .bg-default {
    color: #ffffff;
    background-color: #575757;
	border: none;
	border-radius: 0px;
}

    .btn-default:hover {
        background-color: #000;
		color: #fff;
    }
	
.btn-ghost-Wht {
    background: transparent;
    border: 2px solid #fff;
    padding: 10px 25px 10px 25px;
    border-radius: 30px;
    color: #fff;
    transition: .3s ease;
}

.btn-ghost-Wht:hover {
    background: #000;
    color: #fff;
    border: 2px solid transparent;
    transition: .3s ease;
}

.btn-ghost {
    color: #E10F17;
    background-color: transparent;
    border-color: #E10F17;
}


.btn-ghost:hover {
    color: #fff;
    background-color: #E10F17;
    border-color: #E10F17;
}

/* ------------------ Accordion styles -----------------------------*/
.panel-heading a {
	/* color: #fff; */
	font-size: 14px;
}

.panel-default > .panel-heading {
	/* background-color: #1d1e1c; */
    background-color: #fff;
}

.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;
	color: #fff;
}

/* -------------------- Footer -------------------- */
footer {
    background: #141414;
    color: #757575;
    padding: 80px 0px 11px 0px;
    font-size: 18px;
    text-align: center;
	font-weight: 500;
}

    footer a {
        color: #fff;
    }

        footer a:hover {
            color: #fff;
			text-decoration: none;
        }

.BottomRow a {
    color: #fff;
}

.BottomRow {
    background: #0a0a0a;
    color: #fff;
	padding: 1%;
}	

.balign {
    display: flex;
    align-items: center;
    justify-content: center;
}	

.social i {
    border-radius: 50%; /*Makes the circle*/
    width: auto; /*sets the width of the circle*/
    height: auto; /*sets the height of the circle*/
    font-size: 20px; /*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*/
}

.locations {
    color: #fff;
	font-size: 15px;
}

.locations p {
    color: #fff;
	font-size: 15px;
}

.locations a {
    color: #fff;
    font-size: 15px;
}

.footerTwo {
	clear: both;
	/*overflow: hidden;*/
	margin: 0px 0px 30px;
}


.footerLogin {
    text-align: center;
    position: relative;
}

    .footerLogin .dropdown {
        position: absolute;
        bottom: 40px;
        height: 109px;
        width: 250px;
        display: none;
        background: transparent;
    }

.dropdown .btn-default {
    text-align: left;
}

.social {
	text-align: center;
}

/* ---------------- 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);
}

/* -------------------- 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:991px) {
	.footerLogin, .social {
    text-align: center;
    margin-top: 21px;
}
}

/* 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;
    }
	
	.textPadding {
		padding: 0px;
	}
	
	.balign {
    display: block;
}
}

/* Smartphones */
@media screen and (max-width:360px) {
    
}

/* -- End Device CSS -- */

@media (max-width: 990px) {
    .navbar-header {
        float: none;
    } 
    .navbar-toggle {
        display: block;
    } 
   .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    } 
    .navbar-collapse.collapse {
        display: none!important;
    } 

	.collapse.in{
    display:block !important;
    float: left;
    width: 100%;
	}

    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }  
}
/* change mobile nav to 1280px */
@media (max-width:1280px) {

    /* Menu BreakPoint */
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    /* .navbar-toggle {
        display: block;
    } */

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        /* float: none !important; */
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /* Menu BreakPoint END */

}

#loginForm fieldset div {
    clear: both;
    margin-bottom: 25px;
}

div#loginForm {
    width: 500px;
}

#loginForm fieldset .buttonHolder {
    text-align: right;
}

#loginForm legend {
    text-align: center;
}

#module1276 .nav-tabs>li>a:hover {
    border-color: #005398;
}