@charset "utf-8";
/* D custom */
.custom-logo {
padding-left:6px;
}
.navbar {height:80px!important;
}

.termlinks  {
margin-bottom:60px !important;
}
.termlinks a {
color:#1fb3ff;
font-weight:bold;
}
.termlinks a:hover {
color:#FFF;
font-weight:bold;
}
#secondaryMenu {
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	box-shadow: 0 1px 6px
    rgba(0,0,0,0.35);
}
div.row {
	margin:6px !important;
}
#copyright {
	margin-top: 20px;
	text-align: center;
	position: relative;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
/* D Colors*/
#secondaryMenu {
background-color: #13306a;
}
.termlinks a {
color: #1FB3FF;
}
.secondary-menu-links a { 
color: #FFF !important;
} 
.nav :hover { 
background-color: #1FB3FF !important;
} 
#secondaryMenu .navbar-toggle .icon-bar {
    background-color: #1FB3FF ;
}
#secondaryMenu .navbar-toggle {
border-color: #1FB3FF;
}
#copyright {	
    color: #fff;
    background-color:#14191B;
}