@font-face {
    font-family: 'Titillium';
    src: url('../font/titillium-regular-webfont.eot');
    src: url('../font/titillium-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/titillium-regular-webfont.woff') format('woff'),
         url('../font/titillium-regular-webfont.ttf') format('truetype'),
         url('../font/titillium-regular-webfont.svg#svgFontName') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: 'Titillium';
    src: url('../font/titillium-bold-webfont.eot');
    src: url('../font/titillium-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/titillium-bold-webfont.woff') format('woff'),
    url('../font/titillium-bold-webfont.ttf') format('truetype'),
    url('../font/titillium-bold-webfont.svg#svgFontName') format('svg');
    font-weight: bold;
}

html, body{
    padding: 0px;
    margin: 0px;
    height: 100%;
    font-family: Verdana, Arial, sans-serif;
}
h1{
    color: #575656;
    font-family: Titillium, sans-serif;
    font-weight: normal;
    font-size: x-large;
    margin-bottom: 10px;
}
h2{
    color: #575656;
    font-family: Titillium, sans-serif;
    font-weight: normal;
    font-size: large;
    margin-bottom: 5px;
}
h3 {
    font-family: Titillium, sans-serif;
    font-weight: normal;
    font-size: medium;
    color: #575656;
    margin-bottom: 5px;
}
h4 {
    font-family: Titillium, sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #575656;
    margin-bottom: 0px;
}
a{
    font-family: Titillium, sans-serif;
    text-decoration: none;
    color: #575656;
    font-weight: normal;
    font-size: medium;
    padding-left: 5px;
}
a:hover{
    color: #0068B4;
}
a:active{
    color: #0068B4;
}
label {
    display:block;
    margin-top:20px;
    letter-spacing:1px;

    font-family: Titillium, sans-serif;
    font-weight: bold;

    color: #575656;
}

.labelCloser {
    display:block;
    margin-top: 5px;
    letter-spacing:1px;

    font-family: Titillium, sans-serif;
    font-weight: bold;
}

input, textarea {
    width:439px;
    height:27px;
    background:#efefef;
    border:1px solid #dedede;
    padding:10px;
    margin-top:3px;
    font-size:0.9em;
    color:#3a3a3a;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    font-family: Titillium, sans-serif;
}

textarea{
    height: 150px;
    font-family: Titillium, sans-serif;
}

input:focus, textarea:focus {
    border:1px solid #0068B4;
}
ul {
    padding-left: 15px;
}
li {
    margin-bottom: 5px;
}
#submit {
    width:127px;
    height:38px;
    color: white;
    background-color: #3a3a3a;

    border:none;
    margin-top:20px;
    cursor:pointer;
}

#submit:hover {
    opacity:.9;
}

.container{
    min-height: 100%;
    position: relative;
    overflow: hidden;
}
.header{
    padding: 10px 10px 10px 100px;

    border-bottom-style: solid;
    border-bottom-color: #0068B4;
    border-bottom-width: 1px;

    height: 80px;

    overflow: hidden;
}

.footer{
    padding-top: 0px;
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 100%;

    border-top-style: solid;
    border-top-color: #0068B4;
    border-top-width: 1px;

    color: gray;
    font-weight: bold;
    vertical-align: middle;
}
.content{
    padding: 10px 10px 40px 100px;
    height: 100%;
}
.subContent{
    padding-bottom: 10px;
}
.copyText, ul{

    font-size: small;
    color: dimgray;
}
.imgSubline{
    font-size: smaller;
    color: dimgray;
}
.imgSublineName{
    font-family: Titillium, sans-serif;
    font-weight: bold;
    font-size: large;
    color: #575656;
}
.menu{
    text-align: right;
    float: right;
}

.thinHeaderText{
    font-size: 28px;
    font-weight: lighter;
    color: gray;
    margin: 0px;
    padding: 0px;
}

.fatHeaderText{
    font-size: 30px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.subline{
    font-family: Titillium;
    font-weight: normal;
    font-size: 9px;
    font-weight: lighter;
    color: #575656;
}
.imgCaption {
    font-family: Titillium;
    font-weight: normal;
    font-size: 9px;
    font-weight: lighter;
    color: #575656;
}
.horizontal-align-center {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
.horizontal-align {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.horizontal-gap-80 {
    margin-right: 80px;
}
.horizontal-gap-40 {
    margin-right: 40px;
}
.horizontal-gap-15 {
    margin-right: 15px;
}
.legalLink {
    font-family: Titillium, sans-serif;
    font-size: smaller;
    font-weight: normal;
}
.leftAlign{
    float: left;
    padding-left: 15px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.innerAlign{
    margin: 10px;
}
.rightAlign{
    float: right;
    padding-right: 15px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.footer a{
    font-weight: bold;
    margin-right: 0px;
}
.currentLink{
    color: #0068B4;
}
.imgSection {
    padding-left: 100px;
    margin-top: 70px;
}
.contactSection {
    padding-left: 100px;
    margin-top: 18px;
}
.copyText > a{
    text-decoration: none;
    font-size: inherit;
    font-weight: normal;
}
.full-width {
    width: 100%;
}
.default-padding {
    padding: 15px;
}

.logo-container {
    float: left;
}

.navigation {
    float: right;
    background: white;
}

.navigation > ul {
    list-style: none;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
  }