
@font-face {
    font-family: 'GillSansMT';
    src: url('../fonts/gill.eot');
    src: url('../fonts/gill.eot#iefix') format('embedded-opentype'),
         url('../fonts/gill.woff') format('woff'),
         url('../fonts/gill.ttf') format('truetype'),
         url('../fonts/gill.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'GillSansMTBold';
    src: url('../fonts/Gill_Sans_Bold.eot');
    src: url('../fonts/Gill_Sans_Bold.eot#iefix') format('embedded-opentype'),
         url('../fonts/Gill_Sans_Bold.woff') format('woff'),
         url('../fonts/Gill_Sans_Bold.ttf') format('truetype'),
         url('../fonts/Gill_Sans_Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: normal;
    font-family: GillSansMTBold, Arial, Helvetica, Sans-Serif; 
}

h1 { 
    margin-top: 10px;
    font-weight: normal; 
    font-size: 2.2em; 
    line-height: 1.1em; 
}

h2 { 
    margin-top: 10px;
    font-weight: normal;   
    font-size: 1.6em; 
    line-height: 1.25em; 
}

h3 { 
    margin-top: 10px;
    font-weight: normal;   
    font-size: 1.2em; 
    line-height: 1.25em; 
    font-family: GillSansMTBold, Arial, Helvetica, Sans-Serif; 
}

p {
    margin: 14px 0px;
}

/*
h1:first-child,
h2:first-child,
h3:first-child,
p:first-child {
    margin-top: 0px;
}

h1:last-child,
h2:last-child,
h3:last-child,
p:last-child {
    margin-bottom: 0px;
}
*/

a:link, a:active, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0px;
}

a.pdf {
    display: inline-block;
    padding-left: 22px;
    background: url('../images/pdf.png') left 2px no-repeat;
}

a.word {
    display: inline-block;
    padding-left: 22px;
    background: url('../images/doc.png') left 2px no-repeat;
}

.clearer {
    clear: both;
    height: 0px;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}

.clear:after {
    content: " ";
    clear: both;
    display: block;
}

hr {
    height: 1px;
    overflow: hidden;
    line-height: 1px;
    border: none;
}

.spacer {
    margin-top: 15px;
    margin-bottom: 15px;
}

.spacer_top {
    margin-top: 15px;
}

.spacer_bottom {
    margin-bottom: 15px;
}

.padder {
    padding-left: 15px;
    padding-right: 15px;
}

.padder_right {
    padding-right: 15px;
}

.padder_left {
    padding-left: 15px;
}

.nopadding {
   padding: 0 !important;
}

.nopadding_right {
   padding-right: 0 !important;
}

.nopadding_left {
   padding-left: 0 !important;
}

.push_right {
    float: right;
}

.push_left {
    float: left;
}

.btn_block {
    display: block;
    float: none;
}

a.link_block {
    display: block;
    padding: 8px 0;
    margin-top: 5px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 25px;
    position: relative;
}

a.link_block:hover {
    background-color: rgba(0,0,0,0.1);
}

a.link_block .glyphicon,
a.link_block_lg .glyphicon,
a.link_block_md .glyphicon,
a.link_block_sm .glyphicon,
a.link_block_xs .glyphicon {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    right: 10px;
}

img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 4px;
	display: block;
}

img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 4px;
	display: block;
}

img.aligncenter {
	text-align: center;
	margin: 1em auto 5px auto;
	clear: both;
	display: block;
}

img.fullwidth {
	margin: 0px;
	display: block;
}

/*-----------------------------------------------------------------------------------------------*/

/*.survey_banner_txt {
    display: inline-block;
    padding-right: 30px;
}*/

.survey_banner_btn {
    padding: 0 30px;
    background-color: #ffffff;
    display: inline-block;
    color: #000000 !important;
}

.survey_banner_btn:hover {
    color: #ffffff !important;
    background-color: #000000;
}

.survey_banner_close {
    display: inline-block;
    float: right;
}

.survey_banner_close:hover {
    color: #000000;
}

.page_visitor_survey #content.container {
    padding: 0 14em;
}

/*-----------------------------------------------------------------------------------------------*/

body {
    margin: 0px;
    font-family: GillSansMT, Arial, Helvetica, Sans-Serif;
}

body > form {
    margin: 0px;
}

.blur {
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    filter: blur(7px);
}

/*-----------------------------------------------------------------------------------------------*/

#header {
    padding: 14px 0px;
}

#header .container {
    position: relative;
}

#header .logo {
    display: block;
    float: left;
    line-height: 0px;
}

.header_nav {
    padding-left: 30px;
}

/*-----------------------------------------------------------------------------------------------*/

.header_search {
    position: relative;
}

.header_search input[type=text] {
    position: absolute;
    display: block;
    top: 0px;
    right: 34px;
    margin: 0px;
    padding: 0px;
    width: 0px !important;
    height: 34px;
    line-height: 34px;
    border: 1px solid #0069B3;
    border-right: none;
    -webkit-transition: width 0.5s, padding-left 0.5s, padding-right 0.5s;
    -moz-transition: width 0.5s, padding-left 0.5s, padding-right 0.5s;
    transition: width 0.5s, padding-left 0.5s, padding-right 0.5s;
}

.header_search:hover input[type=text],
.header_search input[type=text]:focus {
    padding-left: 10px;
    padding-right: 10px;
    width: 260px !important;
}

.header_search input[type=submit] {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 34px;
    height: 34px;
    text-indent: -9999px;
    font-size: 0px;
    line-height: 0px;
    background-color: #0069B3;
    background-image: url("../images/search.jpg");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
}

.header_search input[type=submit]:hover {
    background-color: #267FBE;
    background-image: url("../images/search_hover.jpg");
}

/*-----------------------------------------------------------------------------------------------*/

#footer {
    margin-top: 25px;
    padding: 20px 0px;
    font-size: 0.8em;
}

#footer .footer_separator {
    padding: 0px 10px;
}

#footer a {
}


.footerbannersBig {
    text-align: center; 
    margin-top: 10px;
}
.footerbannersSmall {
    margin-top: 10px;
	text-align: center; 
}

.footerbannersSmall img{
    margin-right: 18px;
    width: 150px;
}

/*-----------------------------------------------*/
