@import url(https://fonts.googleapis.com/css?family=Oswald:400,700|Work+Sans:300,400,700);
@import url('https://fonts.googleapis.com/css?family=Anton|Karla|Open+Sans|Poppins|Montserrat|Raleway|Bitter|Francois+One');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* Font face */


/* End font face*/

body {
    font-size: 14px;
    font-family: 'Arial Unicode MS', Arial, Helvetica, Verdana, sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
}
a {
  color: #016CB4;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #c35a02;
  text-decoration: none;
}
div.logo {
	float: left;
  margin: 10px 10px 10px 0;
}
.header-container {
	background: #016CB4;
	color: #fff;
}
header.container h1 {
	font-size: 220%;
    width: 600px;
    margin: 0px 10px 10px 10px;
    padding: 20px 5px 0;
    float: left;
}
ul, li {
	color: #595959;
	line-height: 23px;
}
.collapse.navbar-collapse {
    border-bottom: 1px solid lightgray;
}
.navbar-default {
    background-color:transparent;
    border: none;
}
.navbar {
    margin-bottom: 0px;
}
.breadcrumb {
    margin-bottom: 0px;
}
.navbar.navbar-default.container {
	width: 100%;
	background: #016CB4;
}
.navbar.navbar-default.container .container-fluid {
	width: 1170px;
}
.navbar-default .navbar-nav > li > a {
    color:#fff;
    /*border-bottom: 2px solid transparent;*/
    text-transform: uppercase;
    letter-spacing: 0.015em;
    font-size: 14px;
    font-stretch:condensed:
}
.navbar-default .navbar-nav > li > a:hover{
    /*border-bottom: 2px solid #000;*/
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    color:#fb8f40;
    background: transparent;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus{
    background-color:transparent;
    color: #fb8f40;
}
.dropdown-menu li{
    padding: 0 20px;
    letter-spacing: 0.015em;
    font-size: 14px;
    font-stretch:condensed:
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
.dropdown-menu li a{ 
    color:#016CB4;
	border-bottom: 1px solid #dddddd;
	white-space: nowrap;
	padding: 9px 10px;
	line-height: 24px;
	color: #002147;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
	letter-spacing: 0.015em;
    font-size: 14px;
    font-stretch:condensed:
}
.dropdown-menu li a:hover {
	text-decoration: none;
    color: #fb8f40;
    background: none;
    
    letter-spacing: 0.015em;
    font-size: 14px;
    font-stretch:condensed:
}
.dropdown-menu li:first-child{
    padding-top: 10px;
}
.dropdown-menu li:last-child {
	padding-bottom: 10px;
	/*border-bottom: 1px solid #dddddd;*/
}
.dropdown-menu li:last-child a {
	border-bottom: none;
}
table {
	background: #ececec;
	border: 0px solid #bbbbbb;
}
/*
.table > thead > tr > th {
	background: #034da2 none repeat scroll 0 0;
	color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 13px 12px;
    font-size: 12px;
}*/
th {
	background: #2E3D4A;
	border-right: 1px solid #c8c7c7;
	color: #fff;
	padding: 10px;
	font-weight: bold;
}
th {
	text-transform: uppercase;
}/*
table thead tr th, table td {
	background: #fff;
	padding: 13px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	font-size: 14px;
	line-height: 24px;
	color: #595959;
}*/
td {
	background: #FFF;
	color: #000;
	text-align: left;
	padding: 10px;
	border: 0px solid #DBDBDB;
}
th, tr, td {
	vertical-align: middle;
}
.body-container h1, .body-container .h1 {
	color: #016CB4;
	padding: 5px 15px;
    margin-bottom: 5px;
    margin-top:5px;
    font-size: 16px;
    font-weight: bold;
}
.page-container {
	min-height: 70%;
	position: relative;
	padding: 0 0 75px 0;
}
footer p{
    font-size: 12px !important;
}
footer {
	  background: #1e1e1c none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.5);
    padding: 20px;
}
footer a{
    color: rgba(255, 255, 255, 0.3);    
}
footer a:hover{
    color: #fff;    
}
.btn-info, .btn-info:hover, .btn-info:focus {
    background: #034da2;
    border-color: #034da2;
}