﻿@font-face {
  font-family: 'CTAsans';
  src: url('./freesans.woff2') format('woff2');
}

@font-face {
  font-family: 'CTAsans';
  src: url('./freesansbold.woff2') format('wof2f');
  font-weight: bold;
}

body {
	font-family: CTASans, Helvetica, Arial, sans-serif;
	background-color: #b7bec5;
	margin: 0;
	padding: 0;
}

#centercolumn {
	min-width: 700px;
	min-height: 600px;
	max-width: 1150px;
	margin: 0em auto;
	padding: 0 4em;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.15);
	color: #353535;
}

#topstripe {
	background-color: #333;
	margin: 0 -4em;
	padding: 0.3em 4em;
	color: #ddd;
	text-align: right;
}

#logostripe {
	background-color: #0065bd;
	margin: 0 -4em;
	padding: .75em 4em;
	color: #212121;
}

#logostripe .lscontents {
	height: 60px;
}

.lsfloat {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	margin-right: 1em;
}

#headerimage {
	clear: both;
	overflow: hidden;
	height: 330px;
	margin: 0 -4em;
	position: relative;
}

#headerimage img {
	position: absolute;
	top: -100%;
	left: 0;
	right: 0;
	bottom: -80%;
	margin: auto;
	width: 100%;
}

#contentarea {
	padding-bottom: 1em;
}

#footerarea {
	background-color: #333;
	margin: 0 -4em;
	padding: 2em 4em;
	color: #eaeaea;
	overflow: hidden;
}

#logotype {
	font-size: 3.5em;
	letter-spacing: -1px;
	font-weight: bold;
	float: left;
	height: 65px;
}

#socialbeacons{
	float: right;
	vertical-align:middle;
	display: inline-block;
}

#footerarea a, #logostripe a, #topstripe a {
	text-decoration: none;
	color: #212121;
}

#footerarea a{
	color: #63a5da;
}

#logostripe a:hover, #topstripe a:hover {
	color: #ccf;
}

#logotype a{
	color: #eaeaea
}

#footerarea a:hover, #topstripe a:hover {
	text-decoration: underline;
}
#logotype a:hover{
	text-decoration: none;
}

.lsfloat a {
	font-size: 1.10em;
	padding-left: 1em;
}
#topstripe a {
	font-size: 0.9em;
	color: #eee;
}

.flinks.static, .flinks.custom {
	min-height: 150px;
	float: left;
	margin-right: 1.5em;
	min-width: 200px;
}

.flinks.custom {
	border-right: none;
}

.flinks a{
	color: #555;
}

.policylinks a{
	margin-left: 2.5em;
}

h1 {
	font-size: 3.1em;
	letter-spacing: 0px;
	line-height: 1.1em;
	margin: 0.6em 0 0 0;
	color: #191919;
}

h2 {
	font-size: 1em;
	letter-spacing: 0px;
	line-height: 1.1em;
	margin: 1.5em 0 -0.5em 0;
	color: #55555a;
}

h3 {
	letter-spacing: -1.3px;
	color: #005097;
	font-size: 1.8em;
	margin: 1em 0 -0.5em 0;
}

h4 {
	font-size: 1.3em;
	margin: 1em 0 -0.3em 0;
	color: #191919;
}

p, ul {
	font-size: 1.1em;
	line-height: 1.55em;
	margin: 1em 0 1.5em 0;
}


li {
	line-height: 1.8em;
}

a {
	color: #212121;
}

a:visited {
	color: #212121;
}


.linkpanel A {
	display: block;
	color: #212121;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	background: #f7f7f7;
	margin-right: 6px;
	padding: 0px;
	border: 1px solid #B2B1B2;
}



.headersection .headerpanel .linkpanel .link {
    background-color: #f6fbfd;
}



.headersection .headerpanel .linkpanel .link {
    display: inline-block;
    padding: 0;
    margin: 0 6px 0 0;
    background-color: #f6fbfd;
	border:0px;
}

.search-panel-links-container a, .add-olf-link a {
    text-decoration: none;
    font-style: normal;
    color: #212121;
    font-weight: normal;
}