@charset "utf-8";
/* CSS Document */

body {
    font-family:Arial, "Helvetica Neue", Helvetica, "sans-serif";
    font-size: 14px;
	color: #000000;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

.header-bg{
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(0,90,165,1) 16%, rgba(0,90,165,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(15%, rgba(255,255,255,1)), color-stop(16%, rgba(0,90,165,1)), color-stop(100%, rgba(0,90,165,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(0,90,165,1) 16%, rgba(0,90,165,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(0,90,165,1) 16%, rgba(0,90,165,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(0,90,165,1) 16%, rgba(0,90,165,1) 100%); /* ie10+ */
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(0,90,165,1) 16%, rgba(0,90,165,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#005AA5',GradientType=1 ); /* ie6-9 */
}

.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
	font-weight: 400;
}
.navbar-toggleable-md .navbar-nav .nav-link {
    
}
.navbar-nav > li:not(:last-child) {
    /*border-right: 1px solid #005AA5;
    box-shadow: 1px 0 0 #1eb8f8;*/
}
.custom-dropdown{
	position: absolute;
}
.custom-dropdown a{
	font-size: 13px;
}

#file_name1, #file_name2 {
	visibility:hidden !important;
	max-height: 0 !important;
	width: 10rem !important;
	max-height: 125px;
	margin-right:5px;
}
 
.awards_link{
	width:100%;	
	/*border-color: #00b1e4 !important;*/
	color: #fff !important;
	background-color: #80ADD2;
	border-color: #80ADD2;
}
.awards_link:hover {
	color: #fff !important;
	background-color: #ef530a !important;
	border-color: #e24e0a !important;
}
.mobile_files label {
	display: inline-flex;
}
.mobile_files .form-control{
padding-left: 10px;
}