﻿html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
  margin: 0px;
  font-family: "InfoText", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;  
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 100px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */

input,
select,
textarea {
    max-width: 280px;
}
    
input.upper { text-transform: uppercase; }

h1, h2, h3, h4, h5, h6 {
    font-family: "InfoText", Arial, sans-serif;
    font-weight: 600;
    margin: 0;
}

h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 4.4rem;
    margin-bottom: 30px;
    font-weight: 800;
    color: #009fe3;
}

h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 4rem;
    margin-bottom: 30px;
    color: #009fe3;
}

h3 {
    margin-bottom: 0px;
    color: #009fe3;
}

p {
    margin: 0 0 10px 0;
}

ul {
    margin: 0;
}

a, a:link {
    color: #000;
    text-decoration: none;
    transition: all ease-in-out 0.25s;
}

a:hover, a:active, a:focus {
    color: #009fe3;
}

.meta {
    display: inline-block;
    width: 100%;
    font-size: 0;
    margin-left: 100px;    
    margin-right: 100px;    
    margin-top: 15px;    
    padding: 0;
    float: left;
}

.meta li {
    font-size: 1.8rem;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    background: #009fe3;
    padding: 0 18px;
    margin: 0 10px 0 0;
    list-style-type: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.meta li a {
    color: #fff;
    display: block;
}

.meta li:hover {
    background: #00587d;
}

.content {
    margin: 220px auto 0 auto;
    width: 100%;
    max-width: 1600px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper {
    margin: 0 auto;
    width: 100%;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header {
    background: white;
    position: fixed;
    top: 0;    
    width: 100%;
    height: 220px;    
    z-index: 999;
}

.header.stuck {
    position: fixed;
    top: 0;
    height: 75px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.25);
}

.header.stuck .logo a {
    display: block;
    width: 93px;
    height: 77px;
}

.header.stuck .logo a h1 {
    text-indent: -9999px;
    display: block;
    width: 93px;
    height: 77px;
}

@font-face {
    font-family: 'InfoText';
    src: url("../Fonts/InfoTextBold-Roman.eot");
    /* IE9 Compat Modes */
    src: url("../Fonts/InfoTextBold-Roman.eot?#iefix") format("embedded-opentype"), url("../Fonts/InfoTextBold-Roman.woff") format("woff"), url("../Fonts/InfoTextBold-Roman.ttf") format("truetype"), url("../Fonts/InfoTextBold-Roman.svg#78f4cdc93fdcca25dbdd3e0169c39936") format("svg");
    /* Legacy iOS */
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: 'InfoText';
    src: url("../Fonts/InfoTextMedium-Roman.eot");
    /* IE9 Compat Modes */
    src: url("../Fonts/InfoTextMedium-Roman.eot?#iefix") format("embedded-opentype"), url("../Fonts/InfoTextMedium-Roman.woff") format("woff"), url("../Fonts/InfoTextMedium-Roman.ttf") format("truetype"), url("../Fonts/InfoTextMedium-Roman.svg#1be52ae6e08ded3b96be48d8721608d9") format("svg");
    /* Legacy iOS */
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'InfoText';
    src: url("../Fonts/InfoTextRegular-Roman.eot");
    /* IE9 Compat Modes */
    src: url("../Fonts/InfoTextRegular-Roman.eot?#iefix") format("embedded-opentype"), url("../Fonts/InfoTextRegular-Roman.woff") format("woff"), url("../Fonts/InfoTextRegular-Roman.ttf") format("truetype"), url("../Fonts/InfoTextRegular-Roman.svg#4a2e77d9950a573215877e6f5c97ea86") format("svg");
    /* Legacy iOS */
    font-style: normal;
    font-weight: 400;
}
