* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

article.bdmobile {
  clear: left;
}

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  margin: 0 auto;
  max-width: 48rem;
  width: 90%; }

img {
  vertical-align: top; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
  color: #5d5d5d;
  font-family: "Lato", sans-serif; }

h1, h2, h3, h4 {
  margin-bottom: .25em; }

h1 {
  font-size: 2.125em;
  color: #07395b;
  margin-bottom: .5em;
  line-height: 1.25em;
  font-weight: bold; }

h2 {
  font-size: 1.3125em;
  line-height: 1.5em;
  font-weight: bold;
  color: #07395b; }

h3 {
  font-size: 1.0625em;
  color: #07395b; }

h4 {
  font-size: 0.875em; }

p, ul, ol {
  font-size: 0.875em;
  line-height: 1.5em;
  margin-bottom: 1em; }

ul {
  list-style: disc;
  margin-left: 1.3em; }

blockquote {
  padding: 1em;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  border-top: 3px solid whitesmoke;
  border-bottom: 3px solid whitesmoke; }
  blockquote p {
    margin-bottom: 0;
    font-size: 1.3125em;
    text-align: center;
    padding: 1em 0;
    margin: 0px auto;
    width: 75%;
    color: #07395b; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

.larger {
  font-size: 1.0625em; }

.button {
  border: 1px solid #01101a;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #13649b;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  background-color: #07395b;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #07395b), color-stop(100%, #011929));
  background-image: -webkit-linear-gradient(#07395b, #011929);
  background-image: linear-gradient(#07395b, #011929);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #000406;
  background-clip: padding-box;
  text-transform: uppercase;
  color: #fff;
  position: relative; }
  .button:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 #0d476e;
    cursor: pointer;
    background-color: #072a42;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #072a42), color-stop(100%, #01101a));
    background-image: -webkit-linear-gradient(#072a42, #01101a);
    background-image: linear-gradient(#072a42, #01101a); }
  .button:active:not(:disabled) {
    border: 1px solid #01101a;
    box-shadow: inset 0 0 8px 4px #00070b, inset 0 0 8px 4px #00070b, 0 1px 1px 0 #eeeeee; }
  .button:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.button-icon {
  position: absolute;
  left: 6px;
  top: 5px; }

.button-contact {
  display: block;
  text-align: left;
  font-size: 10px;
  width: 100%;
  padding: 10px 10px 10px 36px;
  border-radius: 0; }

.decorated-image {
  background: #fff;
  padding: 5px;
  box-shadow: 1px 1px 7px #ddd; }

.bordered-image {
  background: #fff;
  padding: 10px; }

.section-head, .footer-section-head {
  border-bottom: 1px solid #a8a8a8;
  padding-bottom: 5px;
  margin-bottom: 1em;
  font-weight: bold; }

.horizontal-list, .slider-controls {
  margin: 0;
  list-style: none;
  clear: left; }
  .horizontal-list li, .slider-controls li {
    float: left; }

.vertical-list, .site-map-list {
  margin: 0;
  list-style: none; }

input.text, input.email, textarea {
  border: 1px solid #ddd;
  margin: 0;
  padding: 0; }

.media {
  margin: 0; }

.media, .bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.media .img {
  float: left;
  margin-right: 10px; }

.media .img img {
  display: block; }

.media .imgExt {
  float: right;
  margin-left: 10px; }

a.continue {
  color: #611717;
  font-size: 14px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  text-decoration: underline; }

.leading-date {
  font-size: 12px;
  text-transform: uppercase;
  color: #07395b; }

.img-left {
  margin-bottom: 1.5em;
  width: 100%;
  height: auto; }

a {
  color: #611717; }

img {
  max-width: 100%;
  height: auto; }

.extra-bottom-margin {
  margin-bottom: 1em; }

.header-back {
  background: #611717;
  padding: 1.5em 0; }

.member-login {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  float: right;
  line-height: 24px; }

.nav-back {
  background-image: -webkit-linear-gradient( #0e5d86, #041d2a);
  background-image: linear-gradient( #0e5d86, #041d2a);
  padding: 10px 0; }

.nav-select {
  color: #fff;
  font-size: 24px;
  cursor: pointer; }

.main-nav {
  display: none; }

.main-nav {
  margin: 0;
  padding: 0;
  list-style: none; }
  .main-nav li {
    border-bottom: 1px solid #fff; }
    .main-nav li.last {
      border: 0; }
    .main-nav li a {
      display: block;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      padding: 12px 30px; }
    .main-nav li ul {
      list-style: none;
      display: none;
      margin: 0 0 1em;
      padding: 0;
      width: 100%;
      font-size: 1em; }
      .main-nav li ul li {
        margin: 0;
        padding: 0;
        border: 0;
        width: 100%; }
        .main-nav li ul li a {
          padding: 6px 30px; }
    .main-nav li ul.show {
      display: block; }

.main-nav-toggle-icon {
  padding: 11px 0;
  float: left;
  font-size: 24px;
  color: #fff;
  clear: left; }

.slider-back {
  background: #07395b;
  *zoom: 1;
  padding: 2em 0; }
  .slider-back:before, .slider-back:after {
    content: " ";
    display: table; }
  .slider-back:after {
    clear: both; }

.slide p {
  color: #fff;
  font-size: 1em; }

.slide .continue {
  font-weight: bold;
  color: #6dbdf4; }

.slide img {
  margin-bottom: 1.5em;
  max-width: 100%;
  height: auto; }

.slide h2 {
  font-size: 2.25em;
  line-height: 1.25em;
  color: #fff;
  text-shadow: 1px 1px 5px black; }

.slider-controls {
  margin-top: 1.5em; }
  .slider-controls li {
    margin-right: 5px; }
    .slider-controls li a {
      display: block;
      width: 12px;
      height: 12px;
      background: #fff;
      text-indent: -9999px; }
    .slider-controls li a.active {
      background: #6dbdf4; }

.bucket-box {
  padding: 20px 0; }
  .bucket-box img {
    width: 100%;
    height: auto; }

.box-news-entry {
  margin-bottom: 1.5em; }

.main {
  padding-top: 30px; }

.footer-back {
  background: #e3e3e3;
  padding: 2em 0; }

.contact-info {
  margin-bottom: 1.5em; }

.address strong {
  color: #07395b; }

.link-list h3 {
  color: #5d5d5d;
  margin-bottom: 0; }

.link-list li {
  margin-bottom: 1.5em; }

.footer-logo {
  margin-bottom: 1.5em; }

.site-map {
  margin-bottom: 1.5em; }

.footer-section-head {
  font-size: 1em; }

.copyright {
  border-top: 1px solid #a8a8a8;
  padding-top: .5em;
  clear: left;
  margin-top: 1.5em; }
  .copyright p {
    font-size: .75em;
    color: #07395b; }

body.mobile img.state_map {
  display: none; }

table.agencies {
  font-family:Georgia,Times,"Times New Roman",serif;
  font-size:20px; /* This probably makes it "fat" as you want */
}

table.agencies th {
  text-align: left;
  background-color: #999;
  height: 40px;  
}

table.agencies tr:nth-child(odd) { 
  background-color:#eee; 
}

table.agencies tr:nth-child(even) { 
  background-color:#fff; 
}

div.agency-directory {
  h1 {
    margin-top: 1em;
    text-align: center;
  }

  div.website, div.email, div.director {
    text-align: center;
  }

  div.center_address {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
    text-align: center;
    p {
      line-height: 0.5em;
    }
  }

  div.address {
    width: 45%;
    margin-top: 1.5em;
    float: left;
    text-align: center;
    p {
      line-height: 0.5em;
    }
  }

  p { line-height: 0.75em; }

  div.affiliations {
    clear: both;
  }

  span.detail {
    font-weight: bold;
  }

  div.rep_desc {
    text-align: center;
    font-weight: bold;
  }

  hr {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  }

  div.description {
    font-weight: bold;
    margin-left: 5em;
    margin-right: 5em;
    margin-bottom: 1em;
  }
}
