@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");

a {
  color: #005c96;
}

html {
  font-size: 16px;
}

img {
    max-width: 100%;
    height: auto;
}

body {
  background: #FFF;
  font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
}


h1, h2, h3, h4, h5 {
  font-family: "Roboto", "Arial", "Helvetica", sans-serif;
}


h1 {
  font-size: 2.375em;
  font-weight: 500;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.85rem;
  }
}

h2 {
  font-size: 1.875em;
  font-weight: 500;
}

h3 {
  font-size: 26px;
  font-weight: 500;
}

h4 {
  font-size: 24px;
  font-weight: 400;
}

h5 {
  font-size: 20px;
  text-transform: uppercase;
}

h6 {
  font-size: 18px;
  font-weight: 600;
}

#main .gray-box {
    background-color: #f4f4f4;
    padding: 1.5em 2em 1em;
}

h1#page-title {
    font-size: 2.375em;
    font-weight: 500;
    font-family: "Roboto", "Arial", "Helvetica", sans-serif;
}

#main .orange-top-border {
    border-top: 1px solid #c8c8c8;
    display: table;
    margin: 1.5em 0 0;
    padding-top: 5px;
}

#main .orange-top-border:before {
    content: "";
    width: 115px;
    height: 8px;
    background-color: #e77500;
    display: block;
    position: relative;
    left: 0;
    top: -14px;
}

#main-menu-links a {
   font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
    font-weight: 600;
    font-size: 1.25em;
    color: #003366;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 3px;
    transition: background-color 0.25s;
    height: auto;
    line-height: 1.25rem;
}

#main-menu-links a:hover, #main-menu-links a:focus {
    color: white;
    background-color: #801111;
}

#main-menu-links li a.active, #main-menu-links li.active-trail a {
    background-color: #801111;
    color: white;
}

#main-menu-links li.active {
    background-color: transparent;
}

#header {
    background: none;
    height: auto;
}

#featured {
    padding: 0;
    box-shadow: none;
    border-bottom-width: 0;
}

#search-block-form input.form-submit, #search-form input.form-submit {
    height: 15px;
    border-radius: 0;
    border-width: 0;
    margin-bottom: 0;
    margin: 2px 0;
    background: url('/sites/default/files/search-icon.png') no-repeat center top; 
    background-size: contain;
}

#search-block-form {
    border: 1px solid #801111;
    padding: 2px 0;
}

table tr th,
table thead {
    background: #333333;
}

table th {
    font-size: 1.1rem;
}

table td {
    font-size: 1rem;
}

table th, table td {
    padding-top: 8px;
    padding-bottom: 8px;
    border: 0;
}

table tr.odd {
    background: white;
}

#header, #footer-wrapper, #skip-link, ul.contextual-links, ul.links, ul.primary, .item-list .pager, div.field-type-taxonomy-term-reference, div.messages, div.meta, p.comment-time, table, .breadcrumb {
    font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
}


