/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v19-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}




body {
	font-family: 'Roboto', sans-serif !important;
	font-weight: normal;
}

a {
	text-decoration: none !important;
}

.header-top-nav {
	background: #111a32;
	color: #fff;
	font-size: 16px;
	height: 50px;
	position: relative;
	z-index: 5;
	margin: 0 auto;
	max-width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
}


.header-top-nav .skip-links {
    border: 0;
    height: 100%;
    overflow: visible;
    width: 100%;
}

.skip-links > ul {
    list-style: none;
    margin: 0;
    padding: 0;
	display:flex;
}



.skip-links li {
	padding: 15px 18px;
	border-right: 1px solid #41485b;
}

.header-top-links a {
	color: #fff;
	font-size: 16px;
	text-decoration:none;
}

.header-top-links a:hover {
	opacity:.8;
}

.header-top-links {
    float: left;
}
.header-top-links .menuactive {
	background-color: #0540f2;
	padding-bottom:5px;
}

.header-main {
	
	background-color:#fffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 30px 10px 30px;
}
.header-main > .logo {
	margin-top:-30px;
	max-width:400px;
	margin-right:25px;
}

.header-content {
	max-width:300px;
	min-width: 189px;
}
.header-content > dl {
	display:flex;
	font-size:12px;
	align-items: flex-start;
	color:#707684;
	line-height:12px;
	margin-right:25px;
}
.header-content > dl > dt {
	margin-right:-30px;
}
dl > a, strong {
	color:#111a32 !important;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	font-style: normal;
}

}
