@import url(https://fonts.googleapis.com/css?family=Cabin+Condensed:400,700);

html, body {
  height: 100%;
}

/*headers*/

h1 {}
h2 {}
h3 {}
h4 {}

p {
  line-height: 1.5em;
  color: #343433;
}

a.link_square {
  text-decoration: none;
  display: inline-block;
  color:#fff !important;
  padding: .4em 1.2em;
  margin: 10px 0;
  font-family: 'Cabin Condensed', sans-serif;

  -webkit-transition: background .2s ease-in-out;
  -moz-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

a.link_square:hover {}

a.link_square-orange {
  background-color: #e19900;
}

a.link_square-orange:hover {
  background-color:#c97b04;
}

a.link_square-red {
  background-color:#c42012;
}

a.link_square-red:hover {
/*  background-color: #A61D1C;*/
  background-color:#af1c0f;
}

a.sup_link {
  color: #e19900;
  font-size: .80em;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

a.sup_link:hover {
  color:#c97b04;
}


input.submit_square {
  text-decoration: none;
  display: inline-block;
  color:#fff;
  border: none;
  padding: .4em 1.2em;
  margin: 10px 0;
  font-family: 'Cabin Condensed', sans-serif;

  -webkit-transition: background .2s ease-in-out;
  -moz-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;

}

input.submit_square-orange {
  background-color:#e19900;
}

input.submit_square-orange:hover {
  background-color: #c97b04;
}

#top_message {
  background: #2d2d2d ;
  /*background-size: 100% 100%;*/

}

#top_message h1, #topics h2 {
  font-family: 'Cabin Condensed', sans-serif;
}

#top_message p {
  color: #fff;
  font-weight: 100;
  padding: 0; margin: 0;
}

#top_message p a {
  color: #ffffff;
}

.wrapper {
  width: 950px;
  margin: 0 auto;
/*  background-color: rgba(0,0,0,.1);*/
}

.horz_shadow {
  padding-bottom: 40px;
  background: url('../images/bkg/horiz_gradient.png') center bottom no-repeat;
}

/*intro*/

#intro {
  min-height: 100%;
  position:relative;
  background: #D5D7D6 url('../images/bkg/gray_texture.jpg') repeat;
}

#intro header#top_message .section_bkg {
  padding: 100px 0;
  height: auto;
  color: #fff;
  background: url('../images/bkg/top_message.jpg') 50% bottom no-repeat;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bkg/top_message.jpg',sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bkg/top_message.jpg',sizingMethod='scale')";
  text-align:center;
}

#intro header .wrapper {
  width:800px;
}

#intro header h1 {
  line-height: 1em;
  font-size: 5.7em;
  margin: 0;
  padding: 0;
}

#intro header h1 span {
  font-size: .59782608695652em;
}

#intro header p {
  line-height: 1.7em;
  padding-top: 30px;
}

/*nav*/

nav {
  background-color: #fff;
  width:100%;
  z-index: 2;
  display: block;
  position: absolute;
  height: 126px;
  -webkit-box-shadow: 0px 1px 15px #999;
     -moz-box-shadow: 0px 1px 15px #999;
          box-shadow: 0px 1px 15px #999;
  border-bottom: 1px solid #DDD;
}

.nav-absolute {
  position: absolute;
}

.nav-fixed {
  position: fixed;
  top: 0;
}

nav#main_nav ul {
  list-style-type:none;
}
  nav ul li {
    display: inline-block;
    float:left;
  }
    nav ul li a {
      position: relative;
      text-align:center;
      min-width: 130px;
      display: block;
      /*background-position:center  20px;
            background-repeat: no-repeat;*/
      padding: 96px 22px 15px;
      color: #343433;
      font-size: .75em;   /*15px*/
      font-weight: bold;
      text-transform: uppercase;
      border-right: 1px solid #ddd;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .fontface nav#main_nav ul li a {
      padding: 89px 21px 15px;
      font-size: 1em;
      font-family: 'Cabin Condensed', sans-serif;
    }

    .lt-ie9 nav#main_nav ul li a {
      padding: 93px 24px 15px 23px;
      font-size: .78em;
      font-family: sans-serif;
    }

    nav#main_nav ul li a span {
      position: absolute;
      display: block;
      height: 58px;
      width: 100%;
      top: 20px;
      left: 0;
      text-indent: -88888px;
      background-repeat: no-repeat;
      background-position:center top;
    }

    nav#main_nav ul li a.nav_link:hover {
      color: #a4180d;
      background: #d6d6d6; /* Old browsers */
      background: -moz-linear-gradient(top,  #cccccc 0%, #ffffff 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  #cccccc 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  #cccccc 0%,#ffffff 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  #cccccc 0%,#ffffff 100%); /* IE10+ */
      background: linear-gradient(to bottom,  #cccccc 0%,#ffffff 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

    .nav_active {
      color: #a4180d;
      background: #d6d6d6; /* Old browsers */
      background: -moz-linear-gradient(top,  #cccccc 0%, #ffffff 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  #cccccc 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  #cccccc 0%,#ffffff 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  #cccccc 0%,#ffffff 100%); /* IE10+ */
      background: linear-gradient(to bottom,  #cccccc 0%,#ffffff 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

    #intro nav#main_nav ul li.nav_active a {
      color: #a4180d;
    }

    nav#main_nav ul li a:visited {
      color: #343433;
    }

    nav#main_nav ul li a#red_tag {
      text-indent: -9999px;
      background-image:url('../images/bkg/nav_arrow.png');
      background-position:center top;
      padding-bottom: 50px;
      border: none;
    }

    nav#main_nav ul li a#red_tag:focus {
      outline: none;
    }

    nav#main_nav ul li a#alert span      { background-image: url('../images/bkg/sprite_nav_icons.png'); }
    nav#main_nav ul li a#prevention span { background-image: url('../images/bkg/sprite_nav_icons.png'); background-position:center -60px;}
    nav#main_nav ul li a#data_system span{ background-image: url('../images/bkg/sprite_nav_icons.png'); background-position:center -120px;}
    nav#main_nav ul li a#work span       { background-image: url('../images/bkg/sprite_nav_icons.png'); background-position:center -180px; }

/*intro*/

#intro h2 {
  line-height: 1em;
  font-size: 5em;
  padding-bottom: 20px;
  margin: 0;
}

#intro #alerts {
  background: #d9d5d7 url('../images/bkg/gray_texture.jpg') repeat;
}
#intro #prevent {
  background: #d9d5d7 url('../images/bkg/dark_gray_gradient.jpg') repeat;
}
#data_sys {
  background: #f0efef url('../images/bkg/bkg_data.jpg') center 50% no-repeat;
  background-size: auto 100%;
}
#intro #our_work {
/*  background: #d9d5d7 url('../images/bkg/dark_gray_gradient.jpg') repeat;
*/}

/*alerts*/

#intro #alerts .section_bkg {
  background: url('../images/bkg/gfather_and_gson.png') center bottom no-repeat;
}
#intro #data_sys .section_bkg,
#intro #alerts_slider .section_bkg,
#intro #prevent .section_bkg ,
#intro #our_work .section_bkg  {
  background: url('../images/bkg/intro_section_shadow.png') top repeat-x;
}


#intro #alerts h2 {
  display: block;
  float:left;
  width: 28.57142857143%;
}

#intro #alerts .content {
  float:right;
  margin-top: 20px;
  width: 71.428571428571%;
}

#topics {
  padding-top: 127px;
}

#topics h3 {
  font-family: 'Helvetica Neue', Helvetica, 'san-serif';
  font-weight: normal;
  font-size: 1.4375em;
  padding-bottom: .5em;
}

#topics p {
  margin-top:0;
}

#intro #alerts .content p {
  font-family: Georgia;
  margin-bottom: 1em;
}

#intro #alerts a. {
  color: #e19900;
}

#intro #alerts a.link_square {
  color: #fff;
  display:inline-block;
  margin-top: 5px;
/*  padding: 10px 1em;*/
}

#intro #alerts ul {
  margin-top: 25px;
  list-style: none;
  display: block;
  padding: 3% 4.285714285714%;
  border: solid 3px #fff;
}
#intro #alerts ul li {
  padding: 8px 0;
  display: block;
  width: 42.857142857143%;
  float:left;
  height: 100px;
  margin-right: 12.857142857143%;
}

#intro #alerts ul li.even {
  margin-right: 0;
}

#intro #alerts ul li a {
  display: block;
  font-weight: bold;
  font-size: 1.125em;
  color:#b81b0f;
  margin-bottom: 10px;
}

#intro #alerts ul li a:hover {
  text-decoration: underline;
}

#intro #alerts ul li p {
  font-size: .9375em;   /*15px*/
}

#main #alerts_slider .wrapper{
  padding-top: 80px;
  padding-bottom: 80px;
}

.current_alerts {
  padding: 30px 0 0 ;
}

.current_alerts a {
  display: block;
  padding: 5px 0;
}

.bkg-red {
  background: #a61d1c url('../images/bkg/red_texture.jpg') repeat;
}

.bkg-gray_dark {
  background-color:#444;
  color: #fff;
}

.bkg-gray_light {
  background: #d5d7d6  url('../images/bkg/gray_texture.jpg') repeat;
  color: #000;
}

#main {
  /*padding-top:0px;*/    /*update should be the height of the nav*/
}

#topics section .wrapper {
  padding: 100px 0;
}

.scrollable {
}

/*prevent*/

#prevent {}

#prevent h2 {
  color: #fff;
}

#prevent h3 {
  color: #fff;
  margin-bottom: .5em;
  padding-top:0;
  margin-top:0;
}

#prevent p {
  color: #b2b1b1;
  font-size: 1.125em;
  font-family: 'Helvetica Neue', Helvetica, 'san-serif';
  font-weight: 300;
}

#prevent a.sup_link {
  font-size: 1em;
}

/*horiz_slider*/

.horiz_slider {
  position: relative;
/*  background-color: rgba(0,0,0, .05);*/
}

.hs_controls {
  position: absolute;
  height:80px;
  width:80px;
  top: 70px;
  display: none;
  background: url('../images/bkg/sprite_slider_btns.png') no-repeat;
}

.hs_slide_container {
  width: 78%;
  height: 220px;
  margin: 0 auto;
  overflow: hidden;
/*  background-color: rgba(255,255,255, .1);*/

}

button, input[type="button"] {
  border: none;
}

.hs_right_btn {
  right: 0;
  text-indent: -9999px;
  background-position:-82px 0;
}

.hs_left_btn {
  text-indent: -9999px;
  left: 0;
}

.hs_slide_container {
  padding:0; margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.hs_slide_container ul {
  list-style: none;
  padding:0; margin:0;
  width: 5400px;
}

.hs_slide_container ul li {
  position:relative;
  margin:0; padding: 0;
  float:left;
  position: absolute;
  width: 100%;
  height: 220px;
  display: none;
}

.hs_slide_container ul li:first-child {
  display: block;
}

/*.hs_slide_container ul li:nth-child(even) {
  background-color: #000;
}*/

.hs_slide_container ul li div.hs_thumb_image {
  background-color: yellow;
  height: 150px;
  width:100%;
  position: absolute;
}

.hs_slide_container ul li h4 {
  text-align:center;
  color: #fff;
  font-size: 3em;  /*48px*/
  font-family: 'Cabin Condensed', 'san-serif';
  line-height: 1em;
  padding: 0px;
  margin: 0 0 10px 0;
  font-weight: normal;
}

.hs_slide_container ul li h4 span {
  font-weight: bold;
}

.hs_slide_container ul li p {
  color: #fff;
  padding: 0 5%;
  text-align:center;
  margin: 0;
  font-family: 'Georgia', 'serif';
}

.link_container {
  display: block;
  width: 150px;
  padding-top: 20px;
}

.hs_slide_container ul li .centered {
  margin: 0 auto;
}

.hs_slide_container ul li a {
  padding: 8px 30px;
/*  font-size: 6em;*/
  -webkit-box-shadow: 1px 2px 3px rgba(0,0,0, .2);
     -moz-box-shadow: 1px 2px 3px rgba(0,0,0, .2);
          box-shadow: 1px 2px 3px rgba(0,0,0, .2);

}

/*switcher*/

.switcher {
  padding: 30px 0 0;
  min-height: 350px;
}

.switcher ul {
  margin: 0;
  padding: 0;
}

.switcher ul.switcher-buttons {
  list-style: none;
  display: none;
  height: auto;
  width: 100%;
  margin: 0 0 40px 0;
}

.switcher ul.switcher-buttons li {
  display: inline-block;
  *display: block;
  width: auto;
  float:left;
  margin-right: 2%;
  background-color:#FFF;
}

.switcher ul.switcher-buttons li button {
  padding: 10px 30px;
  width: 100%;
  border: none;
  color: #fff;
  background-color: #a61d1c;
  /*-webkit-box-shadow: 2px 3px 2px #777;
             -moz-box-shadow: 2px 3px 2px #777;
                  box-shadow: 2px 3px 2px #777;*/
  font-family: 'Cabin Condensed', sans-serif;
  letter-spacing: 1px;

  -webkit-transition: background .2s ease-in-out;
  -moz-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out ;
  transition: background .2s ease-in-out ;

}

.switcher ul.switcher-buttons li button:hover {
  background-color:#4a4c4a;
  color: #fff;
}

#main .btn_active {
  background-color:#4a4c4a;
  color: #fff;
}

.switcher ul.switcher-content {
  list-style: none;
/*    width: 71.428571428571%;*/
}

.switcher ul.switcher-content li {
  margin-bottom: 40px;
}

.switcher ul.switcher-content li .img-block {
  width: 30%;
  height: auto;
  float:left;
  margin:0 30px 0 0 ;
  padding:0;
  border: solid 6px #fff;
}

.img-block img {
  width: 100%;
}

.lt-ie9 .img-block img {
  height: 100%;
}

.switcher ul.switcher-content li .floated-text {
  /*width: 100%;*/
}

#prevent .switcher ul.switcher-content li .floated-text p {
  color: #b2b1b1;
  font-size: 1em;
  font-family: Georgia, serif;
  font-weight: 100;
}

.switcher ul.switcher-content li .floated-text a.sup_link {
  display: block;
  margin-top: 20px;
}

.visible {
  display: block;
}

.hidden {
  display: none;
}

/*data_sys*/

/* check top for background image */

/*our_work*/

#our_work {
  background: #9a160e url('../images/bkg/large_map.png') center 50% no-repeat;
}

#our_work h2, #our_work p {
  color: #fff;
}

#main .page_links {
  margin-top: 20px;
  color: #fff;
}

#main .page_links a {
  padding-right: 15px;
  margin-top: 20px;
  color: #E19900;
}

#main .page_links a:hover {
  text-decoration: underline;
}

#main .page_links a:visited {
  color: #E19900;
}

#main .page_links a.to_right {
  padding: 0 15px;
  border-left: 1px solid #E19900;
}

/*widget-box*/

.col_large .group {
  width: 100%;
  position:relative;
}

.page_content .col_large p.download {
  display: block;
  font-family: 'Georgia', 'serif';
  padding-bottom: 30px;
  font-style: italic;
}

.col_large p.download a {
  color: #E19900;
}

.page_content h2.unpad {
  padding-bottom: 2px;
}

.widget_contanier {
  padding-top:40px;
  border-top: 1px solid #c1c1c1;
}

#our_work .widget_contanier {
  padding-top: 25px;
  border-top: none;
}

.widget-box {
  width: 45%;
  float:left;
}

.col_large .widget-box {
  float: none;
  margin-bottom:50px;
  width: inherit;
  display: block;
}

.widget-odd {
  margin-right: 60px;
}

.widget-box .contents {
  padding: 30px;
  height:175px;
}

.col_large .widget-box .contents {
  width: 605px;
  height: 120px;

}

.widget-box .contents img {
  float:left;
  margin-right: 20px;
}

.widget-box .contents a {
  color:#E19900;
}

.widget-box .contents .doc_type {
  font-size: .75em;     /*12px*/
  font-family: 'Helvetica Neue', 'sans-serif';
  margin-bottom: 10px;
  color: #000;
}

.widget-box .contents .sb-dropdown a {
  color: #898989;
}
.widget-box .contents .sb-dropdown a:hover {
  background-color: #e6e5e5;
}

.widget-box .contents p {
  font-family: Georgia, 'serif';
  font-size: .9375em;   /*15px*/
  margin-top: 0px
}

.widget-box .contents a.link_square {
  color: #fff;
  font-size: .9375em;
}

.widget-box h4 {
  color: #111;
  font-weight: bold;
  margin: 0 0 15px 0;
  font-family: "Helvetica Neue", 'sans-serif';
  font-size: .9375em;  /* 15px*/
  text-transform: uppercase;
  letter-spacing: 1px;
}

.bkg-red .widget-box h4 {
  color: #fff;
}

.widget-box-red .contents {
  -webkit-box-shadow: 3px 5px 10px rgba(0,0,0, .2);
     -moz-box-shadow: 3px 5px 10px rgba(0,0,0, .2);
          box-shadow: 3px 5px 10px rgba(0,0,0, .2);
}

.widget-box-red .contents {
  background: #771111 url('../images/bkg/dark_red_line_pattern.jpg') repeat;
}

.widget-box-red .contents p {
  color: #fff;
}

.widget-box-white .contents {
  background-color:#FFF;
  background: #fff url('../images/bkg/widget_corner.jpg') top right no-repeat;
}

.page_content .widget-box-white ul.phone {
  height: 120px;
  width: auto;
  display: block;
  padding-left: 170px;
  padding-top:0;
  margin-top:0;
  background: url('../images/bkg/phone_icon.jpg') 10px 50% no-repeat;
}

.widget-box-white ul.phone li {
  float:left;
  display: block;
}

.widget-box-white ul.phone .contact {
  width: 40%;
  margin-right: 5%;
}

.widget_contanier .widget-box-white ul.phone .contact {
  margin-right: 9%;
}

.widget_contanier .widget-box-white ul.phone .even {
  margin-right: 0;
}


.widget-box ul.phone .contact h4 {
  text-transform: none;
  font-size: 1em;   /* 1.125em*/
  margin-bottom: 8px;
  margin-top:0;
  font-weight: 500;
}

.widget-box-white ul.phone .contact ul {
  margin:0;
  padding:0;
}
.widget-box-white ul.phone .contact ul li {
  display: block;
  float:none;
  font-family: 'Georgia', 'serif';
  padding: 0 0 3px;
  font-size: .875em;    /*14px*/
}

.widget-box-white ul.phone .contact ul li a {}

ul.phone .contact .fn {}
ul.phone .contact .email {
  font-style:italic;
}
ul.phone .contact .tel {}

.widget-box-white ul.phone .phone_bkg {
  height: 120px;
  width: 120px;
  background: #fff url('../images/bkg/phone_icon.jpg')  no-repeat;
}

.widget-box-white .contents #find_local_center .sb-select {
  -moz-box-shadow:    inset 0 0 13px #BBB;
  -webkit-box-shadow: inset 0 0 13px #BBB;
  box-shadow:         inset 0 0 13px #BBB;
}

.widget-box .contents ul {
  list-style: none;
  padding: 0; margin: 0;
}
.widget-box .contents ul.docs_list li {
  margin: 0 20px 8px 0;
}
.widget-box-white .contents ul.docs_list li a {
  color:#A61D1C;
}
.widget-box-red .contents ul.docs_list li a{
  color: #fff;
  font-size: 1em;
}

.widget_contanier .widget-box .contents ul li a {
  font-size: .875em;    /*14px*/
}
.widget_contanier .widget-box .contents ul.phone li a {
  font-size: 1em;    /*14px*/
}

.widget-box .contents ul li a:hover { text-decoration: underline; }

#find_local_center {
	margin-top: 20px;
}

#find_local_center select {
  width: 100%;
}

#find_local_center .sparkbox-custom {
  margin-bottom:15px;
}

#find_local_center .sb-select {
	margin-bottom: 15px;
  padding: 7px 5% 7px 10px;
  font-size: .75em;     /*12px*/
  text-indent: 5px;
  background-repeat: repeat-y;
}

#find_local_center ul.sb-dropdown {
  margin: 10px 0 0;
  width: 94%;
}

#local_center_submit {
	margin-right: 15px;
}

#data_sys .content-blocked {
  margin-right: 8px;
}

/*blocked*/

#intro .content-blocked {
  background-color:#FFF;
  padding: 65px;
  -webkit-box-shadow: 2px 2px 10px #bbb;
     -moz-box-shadow: 2px 2px 10px #bbb;
          box-shadow: 2px 2px 10px #bbb;
}

.content-blocked p {
  font-family: Georgia, 'serif';
  margin-bottom: 1.5em;
  margin-top:0;
}

.content-blocked img {
  margin: 0 30px 30px 0;
}

.content-blocked  a.link_square {
  padding: .7em 1.2em;
  margin: 0 20px 0 0;
}

#sub {
  min-height: 100%;
  position:relative;
  background: #D5D7D6 url('../images/bkg/gray_texture.jpg') repeat;
}

#sub #main {
  padding-top: 125px;
}

#sub .bkg-gray_light {
  padding-bottom: 125px;
}

#sub h1 {
  line-height: 1em;
  font-size: 4.375em;  /*70px*/
  padding-bottom: 20px;
  margin: 90px 0 15px;
  display: block;
  font-family: 'Cabin Condensed', sans-serif;
}

/*content_banner*/

.content_banner {
  background: #fff url('../images/bkg/content_banner_dark_pattern.png');
  padding: 35px 12% 35px 4%;
  margin-bottom: 40px;
  color: #fff;
  position: relative;

  -webkit-box-shadow: 1px 1px 10px #aaa;
     -moz-box-shadow: 1px 1px 10px #aaa;
          box-shadow: 1px 1px 10px #aaa;
}

.content_banner p {
  color: #fff;
}

.content_banner .left_col {
  float: left;
  display: block;
  width: 33.333333333333%;
  padding: 0 6% 0 0;
}

.content_banner .left_col img {
  width: 100%;
  margin-top: 8px;
}

.content_banner .left_col p {
  text-align: center;
}

.content_banner .left_col p span.percent {
  font-size: 8.125em;
  line-height: 1em;
  font-weight: bold;
}

.content_banner .right_col {
  float: left;
  width: 60.666666666667%;
  padding: 0 3% 0 5%;
/*  background-color: rgba(255, 255, 255, .1);*/
}

#main .content_banner h3 {
  color: #FFF;
  padding: 0 0;
  margin: 0;
  font-size: 1.625em;
  font-family: 'Georgia', 'serif';
  font-style: italic;
  font-weight: 100;
  line-height: 1.6em;
}

.content_banner p {
  font-family: 'Helvetica Neue';
  font-weight: 100;
  letter-spacing: 1px;
}

.content_banner .social_buttons {
  position: absolute;
  bottom: 20px;
  right: 10px;
}



/*page_content*/

.page_content {
}

.col_large h2 {
  font-weight: normal;
  padding-bottom: .5em;
  font-size: 1.3125em;  /*21px*/
}

.page_content .group-underline h2.group_header {
  border-bottom: 4px solid #fff;
  margin-bottom: 20px;
}

.page_content h2.group_header {
  font-weight:bold;
  font-family: 'Helvetica Neue', 'sans-serif';
  font-size: .9375em;   /*15px*/
  text-transform: uppercase;
  padding-bottom: 15px;
}

.page_content .col_large h3 {
  font-weight: normal;
  margin-top: .5em;
  margin-bottom: 10px;
}

.content_blocked {
  background: #FFF url('../images/bkg/thumb_tack.png') 70% 0 no-repeat;
  -webkit-box-shadow: 1px 1px 10px #ccc;
     -moz-box-shadow: 1px 1px 10px #ccc;
          box-shadow: 1px 1px 10px #ccc;
}

.content-basic p,
.page_content p {
  font-family: Georgia;
  font-size: .9375em;   /*15px*/
  line-height: 1.6em;
  padding-bottom: 1em;
  color: #343433;
}

.page_content img {
  border: solid 5px #fff;
}

.page_content .col_large ul, .page_content .col_large ul {
  padding: 0 0 0 28px;
  margin-top: 0;
  list-style: none;
}

.lost .page_content {
  padding-top: 40px;
  background: url('../images/bkg/horiz_shadow_full.png') center top no-repeat;
}

.page_content .col_large ul li, .lost .page_content ul li {
  position:relative;
  font-family: 'Georgia', 'sans-serif';
  padding: 5px 0 5px 30px;
  color: #343433;
  font-size: .9375em;   /*15px*/
  background: url('../images/bkg/bullet_orange.jpg') 10px 11px no-repeat;
}

#sub .lost h1 { font-size: 3.4375em; }

.lost h2 {
  font-family: 'Helvetica Neue', 'sans-serif';
  padding: 20px 0;
  font-size: 3.3125em;
  color: #C42012;
  font-weight: normal;
  border-top: 1px solid #C1C1C1;
}

.lost img {
  float:right;
  margin-top: -15px;
  margin-right: 60px;
}

.lost .page_content h4 {
  font-size: 1.125em;   /*18px*/
}

.lost .page_content ul {
  margin: 10px 0;
  padding: 0;
}

.lost .page_content ul li {
  list-style: none;
  padding: 5px 0 5px 20px;
  background-position: 0px 11px;
}

.lost .page_content ul li a { color: #000; }
.lost .page_content ul li a:hover { color: #000; text-decoration: underline; }
.lost .page_content ul li a:visited { color: #000; }

.page_content .col_large ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.page_content .col_large ul.basic_list li {
  position:relative;
  font-family: 'Georgia', 'sans-serif';
  padding: 5px 0;
  color: #343433;
  display: block;
  background-image: none;
}

/*content_open */

.content_open {
  border-top: 1px solid #c1c1c1;
}

.content_lined {
  background: url('../images/bkg/page_content_line.jpg') repeat-y;
}

.line_left { background-position: 26.736842105263% 0px; }
.line_right { background-position: 73.052631578947% 0%; }

.lt-ie9 .line_left { background-position: 256px 0px; }
.lt-ie9 .line_right { background-position: 717px 0%; }

.col_large {
}

.col_large a {
  color: #b81b0f;
}

.col_large a:hover {
  text-decoration: underline;
}

.col_large_left {
  width: 67.34693877551%; /* 715 - 55px*/
  padding: 30px 5.612244897959% 50px 0; /*55px*/
}

.col_large_right {
  padding: 30px 0 0 4.081632653061%;
  width: 68.877551020408%;
}

.page_content .col_large_right h2, .page_content .col_large_right p {
  padding-right: 30px;
}

.col_large_left, .col_large_right {
  padding-bottom: 60px;
}

.col_small_right {
  padding-top: 30px;
}

.col_small_left {
  padding-top: 0;
}

/*col_large_list*/

.page_content .col_large ul.col_large_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page_content .col_large ul.col_large_list li {
  font-size: 1.125em;   /*18px*/
  margin: 14px 0;
}
ul.col_large_list li span {
  font-style:italic;
  margin-bottom: 8px;
  color: #000;
}
ul.col_large_list li a {
  display: block;
  margin-top: 5px;
  font-family: 'Helvetica Neue', 'sans-serif';
}

/*#left_col_nav*/
.page_content #left_col_nav_header {
  display: block;
  background: url('../images/bkg/left_nav_header_fold.jpg') no-repeat bottom left;
  padding-bottom: 9px;
  margin:0;
}

.page_content #left_col_nav h2 {
  color:#fff;
  background-color: #b81b0f;
  padding-bottom: 0;
  font-family: "Helvetica Neue", "sans-serif";
  font-weight: bold;
  font-size: .9375em;   /*15px*/
  text-transform: uppercase;
  padding: 10px 0 7px 20px;
  margin: 0;
}

.lt-ie8 .page_content #left_col_nav h2 {
}

#left_col_nav ul {
  list-style: none;
  padding: 0;
  margin: 0px;
}

#left_col_nav ul li {
  background: url('../images/bkg/left_nav_link_line.png') bottom center no-repeat;
}

#left_col_nav ul li.last {
  background: none;
}

#left_col_nav ul li a {
  font-family: 'Helvetica Neue', 'sans-serif';
  font-weight: bold;
  color: #b81b0f;
  padding: 10px 0 23px 20px;
  display: block;
  font-size: .9375em;   /*15px*/
}

#left_col_nav ul li a:hover {
  color: #000; /*#e19900*/
}

#left_col_nav ul li.active a {
  color: #000;
}

#left_col_nav ul li.has_drop_down {
  padding-bottom: 10px;
}

#left_col_nav ul li.has_drop_down a {
  padding-bottom: 10px;
}

#left_col_nav ul li ul {
  margin-top:0;
  margin-bottom: 0;
  padding-bottom: 10px;
}
#left_col_nav ul li ul li {
  background: none;
}
#left_col_nav ul li ul li a {
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 2.5em;
  font-size: 0.8125em;   /*13px*/
}

#left_col_nav ul li ul li a:hover {
  color: #000;
}

#left_col_nav ul li.active ul li a {
  color: #b81b0f;
}
#left_col_nav ul li.active ul li a:hover {
  color: #000;
}

.col_small {
  width: 26.938775510204%;
}

.corner_tack {
  background: url('../images/bkg/thumb_tack.png') top right no-repeat;
}

.content_open .right_col {
  float: right;
}

.content_open .col_small .social_buttons {
  margin: 0 auto;
  display: block;
  width: 140px;
  text-align:center;
  padding-bottom: 20px;
}

.content_open .col_small .icons_two {
  width: 95px;
}

.content_open .col_small .social_buttons a {
  float: left;
  display: block;
  text-align:center;
}

  /*icons_large*/

.content_open .icons_large {}
.content_open .icons_large a {
  height:31px;
  width: 31px;
}

.col_small .group {
  text-align: center;
  margin-bottom: 30px;
}

.col_small .links h3 {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: .9375em;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding: 0 40px;
}

.col_small .links a {
  display: block;
  padding: 5px 0;
  font-size: .9375em;   /*15px*/
  color:#E19900;
}

.col_small .links a:hover {
  color: #c97b04;
  text-decoration: underline;
}

.page_content .col_small .stat {
  padding: 20px 10% 0;
}

.stat {
  text-align:center;
}

.col_small .country {
  background: url('../images/bkg/stat_country.png') top center no-repeat;
}

.stat h3 {
  font-size: 5.625em;
  line-height: .8em;
  color: #a61d1c;
  margin: 0;
}

.stat_large h3 {
  font-size: 4.5em;
}

.stat h3 span {
  font-size: 0.23333333333333em;
  display: block;
  margin-bottom: -10px;
  text-transform: uppercase;
}

.stat p {
  font-style: italic;
}

.col_small .i_arrow {
  padding-top: 50px;
  margin-bottom: 60px;
  background: url('../images/bkg/i_arrow.png') center top no-repeat;
}

.col_small .contact {
  margin-bottom: 60px;
}

.page_content .col_small .contact p {
 font-family: 'Helvetica Neue', 'sans-serif';
 color: #000;
}

.content_open .col_small .shadow_line {
  display: block;
  width:100%;
  height: 35px;
  background: url('../images/bkg/right_col_shadow_line.png') top center no-repeat;
}

.content_open .left_col {
  float: left;
}

.content_open .right_col, .content_open .left_col {
/*  padding: 4%;*/
}

/*content_blocked*/

.content_blocked .right_col {
  float: right;
  width: 25.333333333333%;
  background: #fff url('../images/bkg/thumb_tack.png') top right no-repeat;
}
.content_blocked .left_col {
  float: left;
  width: 58.666666666667%;
}

.content_blocked .right_col, .content_blocked .left_col {
  padding: 4%;
}

.img_left, .img_right { margin: 0 30px 30px 30px;}
.img_left { float: left; margin-left: 0;}
.img_right { float: right; margin-right: 0;}

/* charts */

#chart {
    margin-top: 20px;
}

/*boxes*/

.top_div_shadow {
  background: url('../images/bkg/horiz_shadow_full.png') top center no-repeat;
  padding-top: 40px;
}

p#page_intro_text {
  padding: 25px 0;
  margin: 0;
  font-size: 1.125em;
  font-family: 'Georgia', 'serif';
  font-style: italic;
  font-weight: 400;
  line-height: 1.6em;
  border-top: 1px solid #C1C1C1;
}

.bkg-gray_light p#page_intro_text {
  border-top: 1px solid #C1C1C1;
}

.boxes {
  border-top: 1px #C1C1C1 solid;
  padding-top: 40px;
}

.boxes .box {
  width: 41.5%;
  padding: 5% 3.25%;
  float: left;
  position: relative;
  height: 210px;
  margin-right: 4%;
  margin-bottom: 45px;
  background: #fff url('../images/bkg/content_banner_dark_pattern.png');
}

.lt-ie9 .boxes .box {
  margin-right: 3%;
}

#main .boxes .even {
  margin-right: 0%;
}

#main .boxes .box a h2 {
  color: #fff;
  font-size: 3.125em;  /*50px*/
  font-family: 'Cabin Condensed', 'san-serif';
  font-weight: bold;
  margin: 0;
  line-height: 1em;
  padding-bottom: 10px;

  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

#main .boxes .box a:hover h2 {
  color: #e19900;
}

.boxes .box p {
  color: #cccccc;
  margin: 0;
}

.boxes .box a.link_square {
  /*position: absolute;
    bottom: 14%;
    left: 6.5%;*/
}

/*pagination*/

.pagination {
  padding-top: 20px;
  border-top: 4px solid #fff;
  font-family: 'Franklin Gothic Book', 'sans-serif';
  font-size: .8125em;   /*13px*/
}

.pagination span {
  margin: 0 10px;
}

.pagination a.left {
  margin-right: 10px;
}

.pagination a.right {
  margin-left: 10px;
}
.pagination a,
.pagination a:visited {
    color: #B81B0F;
}

/*footer*/

footer {
 background-color:#262626;
 -webkit-box-shadow: -3px 0px 7px #222;
    -moz-box-shadow: -3px 0px 7px #222;
         box-shadow: -3px 0px 7px #222;
  width: 100%;
  position: absolute;
  height: 71px;
  bottom: 0;
}

.fixed_footer {
  position: fixed;
  bottom: 0;
  z-index: 3;
}

#footer-right {
  float:right;
  padding-top: 23px;
}

.lt-ie8 #footer-right {
  width:32%;
}

#footer-right form {
  float:right;
}

#footer-right form input#search-term {
  -webkit-background-clip: padding-box; /* fix WebKit background bleed on border-radius */
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
  border: none;
  width: 150px;
  background-color:#e5e6e8;
  padding: 5px 10px;
  margin-left: 10px;
  font-size: .8125em;   /*13px*/
  background: #e5e6e8 url('../images/bkg/magnify.png') 96% 50% no-repeat;
  /*border: solid 2px #333333;*/

  /*-webkit-transition:width .2s ease-in-out;
  -moz-transition:width .2s ease-in-out;
  -o-transition:width .2s ease-in-out ;
  transition:width .2s ease-in-out ;*/
}

#footer-right form input#search-term:focus {
  /*width: 200px;*/
  outline: none;
}

#footer-social {
  float:left;
  margin-right: 0px;
}
a.social_icon {
  float:left;
  display: block;
  margin: 0 7px;
  text-indent: -9999px;
  height:25px;
  width: 25px;
  background-color:#FFF;
  background: url('../images/bkg/sprite_social.png') no-repeat;

}

a.icon_twitter { }
a.icon_twitter:hover { background-position:0 -25px; }
a.icon_facebook { background-position: -25px 0; }
a.icon_facebook:hover { background-position: -25px -25px; }
a.icon_rss { background-position: -50px 0; }
a.icon_rss:hover { background-position: -50px -25px; }
a.icon_wordpress { background-position: -75px 0; }
a.icon_wordpress:hover { background-position: -75px -25px; }

.icons_large a.icon_twitter { background-position: 0px -50px; }
.icons_large a.icon_twitter:hover { background-position: 0px -81px; }
.icons_large a.icon_facebook { background-position: -30px -50px; }
.icons_large a.icon_facebook:hover { background-position: -30px -81px; }
.icons_large a.icon_rss { background-position: -60px -50px; }
.icons_large a.icon_rss:hover { background-position: -60px -81px; }
.icons_large a.icon_wordpress { background-position: -92px -50px; }
.icons_large a.icon_wordpress:hover { background-position: -92px -81px; }


#footer-left {}

#footer-left img {
  float:left;
  padding: 11px 0 0 20px;
}

ul#footer-nav {
  float:left;
  border-left: solid 1px #4c4c4c;
  margin: 0;
  padding:0;
  display: inline;
}
ul#footer-nav li {
  display: inline;
  float:left;
}
ul#footer-nav li a {
  background-color: rgba(255,255,255, .05);
  display: block;
  color: #f0f0f0;
  padding: 26px 15px;
  border-right: 1px solid #4c4c4c;
  font-size: .875em;    /*14px*/
  font-family: 'Cabin Condensed', sans-serif;
  font-weight: 100;
  text-shadow: 1px 1px 2px #222;

  -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
  -moz-transition: background .2s ease-in-out, color .2s ease-in-out;
  -o-transition: background .2s ease-in-out, color .2s ease-in-out;
  transition: background .2s ease-in-out, color .2s ease-in-out;

}

ul#footer-nav li a:hover {
  color: #e19900;
  background-color: rgba(255,255,255, .08);
}

@media only screen and (min-width: 35em) {


}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }





/* Site Search */

#search form {
    background: #fff url('../images/bkg/widget_corner.jpg') no-repeat top right;
    border: 0px;
    overflow: hidden;
    padding-bottom: 30px;
    width: 880px;
}
#search form .field-wrapper {
    margin-bottom: 20px;
}
#search form ul {
    border: 0px;
    float: left;
    margin-left: 20px;
    margin-top: 0px;
}
#search form li label {
    float: none;
    margin-bottom: 5px;
    width: 210px;
}
#search form li input {
    float: none;
}
#search-results {
    list-style-type: none;
    padding: 20px 0 0 0;
    margin-top: 10px;
    border-top: 4px solid #fff;
}
#search-results li {
    border-top: 1px solid #DDDDDD;
    padding-bottom: 10px;
    padding-top: 30px;
    font-size: 14px;
}
#search-results li * {
    font-size: 15px;
}
#search-results li:first-child {
    border: 0px;
    padding-top: 0px;
}
#search-results .dateline {
    font-family: Georgia, serif;
    font-style: italic;
}

#search-results h3,
#search-results h3 a {
    font-family: 'Helvetica Neue', Helvetica, 'san-serif';
    font-size: 18px;
    font-weight: normal;
    margin: 8px 0 10px 0;
}
#search-results h3 a,
#search-results h3 a:visited {
    color: #b81b0f;
}
#search-results p {
    font-family: 'Helvetica Neue', Helvetica, 'san-serif';
}

#search .search-status {
}

#search .pagination {
    text-align: left;
}
