@charset "UTF-8";

@font-face {
    font-family: 'encode_sans_compressedregular';
    src: url('../fonts/encodesanscompressed-400-regular-webfont.eot');
    src: url('../fonts/encodesanscompressed-400-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/encodesanscompressed-400-regular-webfont.woff2') format('woff2'),
         url('../fonts/encodesanscompressed-400-regular-webfont.woff') format('woff'),
         url('../fonts/encodesanscompressed-400-regular-webfont.ttf') format('truetype'),
         url('../fonts/encodesanscompressed-400-regular-webfont.svg#encode_sans_compressedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'encode_sans_compressedmedium';
    src: url('../fonts/encodesanscompressed-500-medium-webfont.eot');
    src: url('../fonts/encodesanscompressed-500-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/encodesanscompressed-500-medium-webfont.woff2') format('woff2'),
         url('../fonts/encodesanscompressed-500-medium-webfont.woff') format('woff'),
         url('../fonts/encodesanscompressed-500-medium-webfont.ttf') format('truetype'),
         url('../fonts/encodesanscompressed-500-medium-webfont.svg#encode_sans_compressedmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'encode_sans_compressedbold';
    src: url('../fonts/encodesanscompressed-700-bold-webfont.eot');
    src: url('../fonts/encodesanscompressed-700-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/encodesanscompressed-700-bold-webfont.woff2') format('woff2'),
         url('../fonts/encodesanscompressed-700-bold-webfont.woff') format('woff'),
         url('../fonts/encodesanscompressed-700-bold-webfont.ttf') format('truetype'),
         url('../fonts/encodesanscompressed-700-bold-webfont.svg#encode_sans_compressedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------ERIK MEYER RESET------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/*-------------COMMON ELEMENTS------------------*/
html {
  background: #fff url(../images/bkg-header.gif) no-repeat top left;

}

body {
  background: url(../images/bkg-footer.gif) no-repeat bottom right;
  font-family: 'encode_sans_compressedregular';
  font-size: 1.0em;
  color: #333;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6, .componentheading {
   font-family: 'encode_sans_compressedmedium';
   font-weight: normal;
   text-transform: uppercase;
}

h1, .componentheading, h1.title {
  font-size: 1.8em!important;
  line-height: 28px;
  color: #0077c0;
  margin: 0px 0px 30px 0px;
}

h2 {
  font-size: 1.5em;
  color: #0077c0;
  line-height: 25px;
  margin: 10px 0px;
}

h3 {
  font-size: 1.2em;
  color: #0077c0;
  margin: 12px 0px;
}

h4 {
  margin: 12px 0px;
  font-size: 1.0em;
  color: #0077c0;
}

a:link, a:visited {
  color: #0077c0;
  text-decoration:underline;
}

a:hover {
  color: #1e78d2;
}

ul, ol {
     margin: 10px 0px 10px 15px;
}

img {
     behavior: url(../iepngfix.htc);
     border: none;
}

section p {
    margin: 8px 0px;
}

strong {
   font-weight: bold;
}

em {
   font-style: italic;
}

/*-------------COMMON STRUCTURE Change Elements-----------------*/
#wrapper {
 width: 70%;
 margin: 0px 0px 0px 200px;
}

header {
  

}
.headcontainer {
  margin: 20px 0px 0px 0px;
  display: block;
  float: right;
  text-align: right;
  color: #fff;
}


#nav-wrapper {
  display: block;
  margin: 40px 0px 0px 0px;
}
nav {
 background-color: #0077c0;
}

#logo {
  margin: 0px 0px 0px 0px;
  padding: 50px 0px 0px 0px;
}

#logo-mobile {
  display: none;
}

.dropdown_css3-container .menubar,
.dropdown_css3 li a {
	padding: 8px 8px;

}


.dropdown_css3 li ul li a:hover {
	color: #fff!important;
	}
.dropdown_css3 li ul li.active a,
.dropdown_css3 li ul li.active li.active a,
.dropdown_css3 li ul li.active li.active li.active a,
.dropdown_css3 li ul li.active li.active li.active li.active a {
	font-weight: normal !important;
        color: #fff !important;
}

/*------------BANNERS-------------------*/
#wrapper-banner {
  margin: 50px auto 0px auto;
}

#banner {
  display: block;
  margin: 0px auto;
  max-width: 100%;
  padding: 0px!important;
}

#banner-in {
  display: block;
  padding: 0px!important;
}

#banner, #banner-in img {
  width: 100%!important;
}

.theme-default .nivoSlider {
  background: url(loading.gif) no-repeat 50% 50%!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;
  margin-bottom:0px;
}

/*----------------------INSIDE PAGE SECTION-------------------*/
section {
  padding: 0px;

}

article {
  padding: 50px 0px 80px 0px;
  display: block;
  width: 100%;
}

.floatright {
  float: right;
  margin: 0px 30% 0px 10px;
}

.float3 {
  float: left;
  width: 30%;
  display:block;
  padding: 10px;
}


.readmore {
  border-bottom: 1px solid #ccc;
  padding: 0px 0px 20px 0px;
  font-style: italic;
}

article img {
  margin: 0px 0px 0px 10px;
  padding: 10px;
  border: 1px solid #0077c0;
}

a.pdf {
  display: block;
  background: #eee url(../images/icon-pdf.png) no-repeat 10px center;
  padding: 10px 0px 10px 50px;
  color: #0077c0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold; 
}
a.pdf:hover {
  background-color: #ccc;
}

/*----------------TABLES------------------------------*/

table {
  border-collapse:collapse;
  width: 100%;
  border: 1px solid #0077c0;
}

table a:link, table a:visited {
  color: #0077c0;
  
}
table thead td {
  color: #fff;
  background-color: #00aeef!important;
  font-family: 'encode_sans_compressedmedium';
}

tr:nth-child(odd){ 
		background: #b8dfee;
	}
tr:nth-child(even){
		background: #eee;
	}

table a:hover {
  color: #999;
}
table td {
  padding: 2px;
  border: 1px solid #0077c0;
  text-align: center;
}





/*----------------------FOOTERS-------------------------------*/

footer a {
  color: #333!important;
  
}
footer a:hover {
  color: #ccc!important;  
}

footer {
  padding: 20px 20px 50px 0px;
  color: #333;
  font-size: .7em;

}

footer p {
  margin: 0px 0px 0px 0px;
}

/*--------------YOUTUBE VIDEO RESPONSIVE--------------*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*--------------MISC Formatting-----------*/

.pagination li {
   float: left;
   list-style: none;
   margin: 0px 10px;
}

.pagination ul {
   display: block;
   padding: 10px 0px;
}


/*------------SEARCH FIELDS -------------------*/
.phrases, .only {
  display: none;
}


.result-title {
  margin: 20px 0px 0px 0px;
}

.result-category, .result-created {
  font-style: italic;
  font-size: 10px;
}



.edocman_document_list a {
   font-size: 12px;
   color: #333;
   margin: 0px 0px 0px 0px;
}

.edocman_document a img {
   vertical-align: middle;
   margin: 0px 10px 0px 0px
}
.edocman-thumb-left {
   display: none;
}

/* --------------------------------------------

   Clear

-------------------------------------------- */

.one-page-container .clear {
    clear: left;
}
.clear {
    clear: both;
}

#edocman-category-page-table .clearfix {
    display: none;
}

.clr {
    clear: none!important;
}

/*-----------Regular Forms---------------*/
.rsform-block {
}

.formResponsive .formHorizontal .rsform-block {
  margin-bottom: 0px;
  *zoom: 1;
}

input {
  color:#000;
  background-color: #ffffff;
  box-shadow:0 0 3px rgba(192, 192, 192, 0.7) inset, 0px 0px 3px rgba(192, 192, 192, 0.7);
  -moz-box-shadow:0 0 3px rgba(192, 192, 192, 0.7) inset, 0px 0px 3px rgba(192, 192, 192, 0.7);
  -webkit-box-shadow:0 0 3px rgba(192, 192, 192, 0.7) inset, 0px 0px 3px rgba(192, 192, 192, 0.7);
  border:1px solid #c0c0c0;
  margin: 2px 3px 2px 0px !important;
  padding: 3px 3px !important;
}



.formResponsive .formHorizontal .formControlLabel {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: left;
}

.rsform-input-box, .rsform-submit-button, .rsform-text-box, .rsform-captcha-box {
  color:#888;
  width: 100%;
  background-color: #ffffff;
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  box-shadow:0 0 3px rgba(192, 192, 192, 0.7) inset, 0px 0px 3px rgba(192, 192, 192, 0.7);
 -moz-box-shadow:0 0 3px rgba(192, 192, 192, 0.7) inset, 0px 0px 3px rgba(192, 192, 192, 0.7);
  -webkit-box-shadow:0 0 3px rgba(192, 192, 192, 0.7) inset, 0px 0px 3px rgba(192, 192, 192, 0.7);
  border:1px solid #c0c0c0;
  margin: 2px 3px 2px 0px !important;
  padding: 3px 3px !important;
}

.rsform-submit-button {
  color:#fff;
  width: 200px;
  background-color: #0077c0;
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  box-shadow:0 0 3px rgba(192, 192, 192, 0.7) inset, 0px 0px 3px rgba(192, 192, 192, 0.7);
 -moz-box-shadow:0 0 3px rgba(192, 192, 192, 0.7) inset, 0px 0px 3px rgba(192, 192, 192, 0.7);
  -webkit-box-shadow:0 0 3px rgba(192, 192, 192, 0.7) inset, 0px 0px 3px rgba(192, 192, 192, 0.7);
  border:1px solid #c0c0c0;
  margin: 2px 3px 2px 0px !important;
  padding: 9px 6px !important;
}


.formResponsive input[type="button"]:hover,
.formResponsive input[type="reset"]:hover,
.formResponsive input[type="submit"]:hover {
  color: #333333;
  text-decoration: none;
  background-color: #333;
  *background-color: #0042cf;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -60px;
  -webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
       -o-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
}


.formResponsive input[type="submit"] {
  background-color: #ccc;
  border:none;
  padding: 20px!important;
  width: 30%;
cursor: pointer;
  
}

.formResponsive input[type="submit"]:hover,
.formResponsive input[type="submit"]:active,
.formResponsive input[type="submit"].active,
.formResponsive input[type="submit"].disabled,
.formResponsive input[type="submit"][disabled] {
  background-color: #333;
  *background-color: #333;
  color: #ffffff;
}

.formResponsive input[type="reset"] {
  background-color: #333;
  *background-color: #333;
  background-image: -ms-linear-gradient(top, #333, #666);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#666));
  background-image: -webkit-linear-gradient(top, #333, #666);
  background-image: -o-linear-gradient(top, #333, #666);
  background-image: -moz-linear-gradient(top, #333, #666);
  background-image: linear-gradient(top, #333, #666);
  background-repeat: repeat-x;
  border-color: #333;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333', endColorstr='#666', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.formResponsive input[type="reset"]:hover,
.formResponsive input[type="reset"]:active,
.formResponsive input[type="reset"].active,
.formResponsive input[type="reset"].disabled,
.formResponsive input[type="reset"][disabled] {
  background-color: #333;

  *background-color: #666;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/*---------------OVERRIDES-------------------------------------*/
.dm_taskbar {
  display: none;
}



/*---------------MEDIA QUERIES---------------------------------*/

@media only screen and (max-width:900px){

html {
  background: none;

}

body {
  background: none;
  font-family: 'encode_sans_compressedregular';
  font-size: 1.0em;
  color: #333;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  line-height: 1.5em;
}

#wrapper {
 width: 100%;
 margin: 0px 20px 0px 20px;
}
  
.float3 {
  float: none;
  width: 90%;
  display:block;
  padding: 10px;
}


#logo {
  display:none;
}

#logo-mobile {
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px 0px;
}

.headcontainer {
  margin: 10px 0px 0px 0px;
  display: block;
  float: none;
  text-align: center;
  color: #0077c0;
}

#nav-wrapper {
  display: block;
  margin: 20px 0px 0px 0px;
  background-color: #0077c0;
}

footer {
  text-align: center;
  padding: 0px 0px 20px 0px;
  color: #333;
  font-size: .7em;

}

article {
  padding: 20px 0px 0px 0px;
  display: block;
  width: 100%;
}



}

/*-------------------------------------------------------*/



@media only screen and (max-width:600px){




}



/*-------------------------------------------------------*/



@media only screen and (max-width:400px){

}