﻿@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 -------------------- */
.topRow {
	background: #004077;
	color: #fff;
	padding: 12px 0px;
}

.headerLogin {
	text-align: right;
}

.headerLogin form {
	display: inline-block;
}

.formHeader, .headerLogin input, .headerLogin button {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

header {
    padding: 0px;
}

.siteLogo img {
	margin: 0 auto;
}

.contactBox {
	background: #f6f6f6;
	padding: 10px 15px;
	color: #004077;
	text-align: right;
	font-size: 12pt;
	font-weight: 500;
}

#promoBanner {
    display:grid;
}

.promoBannerContent{
    display:grid;
}

    .promoBannerContent *{
        padding:0px;
        margin:0px;
    }

    #promoBanner .promoBannerContent {
        animation: rise;
        animation-duration: 9s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        transform: translateY(120%);
    }

@keyframes rise {
    0% {transform: translateY(120%)}
    10% {transform: translateY(120%)}
    20% {transform: translateY(0%)}
    80% {transform: translateY(0%)}
    90% {transform: translateY(-140%)}
    100% {transform: translateY(-140%)}
}

#phone {
    font-size: 14.5pt;
}


.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: #004077;
	border-bottom: solid 1px transparent;
}

	.navbar-inverse .navbar-nav > li > a:hover {
		color: #25c4dc;
		border-bottom: solid 1px #25c4dc;
	}

nav .navbar-nav {
    float: right;
}

nav.navbar {
    border-radius: 0px;
    min-height: 100%;
	margin: 15px 0px 0px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar .nav > li > a {
    text-transform: uppercase;
	font-weight: 600;
}

nav.navbar .container {
    padding: 0px;
}

nav.navbar .selected a{
    color: #25c4dc;
	border-bottom: solid 1px #25c4dc;
}

nav.navbar li a {
    padding: 0px;
}

nav.navbar li {
    padding: 16px;
}

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: #888;
	border: none;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #25c4dc;
}

/* -------------------- 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-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
}

/* Use this to change the default site font size for the site so it doesn't affect titanium admin interfaces*/
.module {
	
}

h1, h2, h3 {
	margin: 0px 0px 15px;
	font-weight: 700;
}

h1 {
	font-size: 22pt;
}

h2 {
	font-size: 17pt;
}

h4 {
	font-size: 17pt;
}

a {
    color: #003c6f;
}

    a:hover {
        color: #000000;
    }


.btn-primary, .bg-primary { /* Set the primary colors for specific elements such as call to action button in header */
    color: #ffffff;
    background-color: #003c6f;
	border:none;
}

    .btn-primary:hover {
        background-color: #000;
    }

.btn-default, .bg-default {
    color: #ffffff;
    background-color: #575757;
}

    .btn-default:hover {
        background-color: #000;
    }
	
.btn-default, .bg-default {
    color: #ffffff;
    background-color: #575757;
}

    .btn-default:hover {
        background-color: #000;
    }
	
.btn-yellow, .bg-yellow {
    color: #ffffff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cf7c22+1,b46c1e+100 */
background: #cf7c22; /* Old browsers */
background: -moz-linear-gradient(top, #cf7c22 1%, #b46c1e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #cf7c22 1%,#b46c1e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #cf7c22 1%,#b46c1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf7c22', endColorstr='#b46c1e',GradientType=0 ); /* IE6-9 */
	border: none;
	border-radius: 0px;
	width: 100%;
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: 5px;
}

    .btn-yellow:hover {
        background: #000;
		color: #fff;
    }
	
.btn-teal, .bg-teal {
    color: #ffffff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#22b6cf+0,1e9eb4+100 */
background: #22b6cf; /* Old browsers */
background: -moz-linear-gradient(top, #22b6cf 0%, #1e9eb4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #22b6cf 0%,#1e9eb4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #22b6cf 0%,#1e9eb4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22b6cf', endColorstr='#1e9eb4',GradientType=0 ); /* IE6-9 */
	border: none;
	border-radius: 0px;
	width: 100%;
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: 5px;
}

    .btn-teal:hover {
        background: #000;
		color: #fff;
    }
	
.btn-blue, .bg-blue {
    color: #ffffff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003e74+0,003665+100 */
background: #003e74; /* Old browsers */
background: -moz-linear-gradient(top, #003e74 0%, #003665 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #003e74 0%,#003665 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #003e74 0%,#003665 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e74', endColorstr='#003665',GradientType=0 ); /* IE6-9 */
	border: none;
	border-radius: 0px;
	width: 100%;
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: 5px;
}

    .btn-blue:hover {
        background: #000;
		color: #fff;
    }
	
.btn-red, .bg-red {
    color: #ffffff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cf4222+0,b43a1e+100 */
background: #cf4222; /* Old browsers */
background: -moz-linear-gradient(top, #cf4222 0%, #b43a1e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #cf4222 0%,#b43a1e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #cf4222 0%,#b43a1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf4222', endColorstr='#b43a1e',GradientType=0 ); /* IE6-9 */
	border: none;
	border-radius: 0px;
	width: 100%;
	font-size: 1rem;
	font-weight: 600;
	margin-top: 5px;
	padding: 6px 6px;
}

    .btn-red:hover {
        background: #000;
		color: #fff;
    }

.btn-white, .bg-white {
    color: #004077;
    background-color: #fff;
	border: #004077 solid 2px;
	border-radius: 25px;
}

    .btn-white:hover {
        background-color: #004077;
		color: #fff;
    }
	
.btn-ghost, .bg-ghost {
    color: #ffffff;
    background-color: transparent;
	border: #fff solid 2px;
	border-radius: 25px;
}

    .btn-ghost:hover {
        background-color: #fff;
		color: #004077;
    }

/* ------------------ 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: #001a31;
    color: #fff;
    padding: 30px 0px;
}

    footer a {
        color: #fff;
    }

        footer a:hover {
            color: #fff;
        }

    footer ul li {
        list-style: none;
        border-bottom: dotted 1px rgba(255,255,255,.3);
        padding: 1px 6px;
    }

    footer h5 {
        text-transform: uppercase;
        color:#fff;
        border-bottom: dotted 1px rgba(255,255,255,.7);
        padding-bottom: 5px;
    }

    footer ul {
        padding: 0;
    }

    footer input.form-control, footer textarea.form-control {
        background: transparent;
        padding: 4px 4px;
        margin: 0px 0px 3px 0px;
        border-radius: 0px;
        line-height: 1.2em;
        height: unset;
        border: solid 1px rgba(255,255,255,.3);
    }

    footer button.btn {
        border-radius: 0;
        padding: 3px 15px 4px;
    }

.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*/
}

.bottomRow {
	border-top: #fff solid 1px;
	background: #22262a;
	color: #fff;
	padding: 15px 0px;
}

/* ---------------- 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:1280px) {
}

@media screen and (max-width:1170px) {
	.siteLogo {
		position: relative !important;
	}
}

/* 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:767px) {
    .siteLogo {
		position: absolute !important;
		z-index: 10;
	}
	
	nav .navbar-nav {
        float: none;
		text-align:center;
    }
}

/* Smartphones */
@media screen and (max-width:660px) {
	.headerLogin {
		text-align: left;
	}
	
	.formHeader, .headerLogin input, .headerLogin button {
		display: block;
	}
	
	.formHeader {
		margin: 0px 0px 20px;
	}
}

@media screen and (max-width:600px) {
    .siteLogo {
		position: relative !important;
	}
}

/* -- End Device CSS -- */