.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.visible-mobile {
  display: none;
}
@media screen and (max-width: 875px) {
  .visible-mobile {
    display: block;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
html,
body {
  height: 100%;
  position: relative;
}
body {
  margin: 0;
  padding: 0;
  background: #f2f6f7;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 875px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .wrapper {
    padding: 0 10px;
  }
}
.site-links {
  color: white;
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 0;
}
.site-links a:hover {
  color: #ccc;
}
.site-links .note,
.site-links a {
  line-height: 40px;
}
.site-links .note {
  display: inline-block;
  border-right: 1px solid #2377a2;
  padding-right: 10px;
}
@media screen and (max-width: 875px) {
  .site-links .note {
    display: none;
  }
}
header.primary {
  padding: 0 0 9px;
}
header.primary .site-logo img {
  max-height: 24px;
  max-width: 230px;
  width: auto;
}
@media screen and (max-width: 600px) {
  header.primary .site-logo img {
    max-width: 150px;
  }
}
.spacer {
  display: none;
}
@media screen and (max-width: 875px) {
  .spacer {
    display: block;
  }
}
header.secondary {
  position: relative;
  z-index: 500;
}
header {
  background: #003759 -webkit-gradient(linear, left top, right top, from(#167FA6), to(#003759));
  background: #003759 linear-gradient(to right, #167FA6 0%, #003759 100%);
  position: relative;
}
header.secondary {
  background-color: #00263d;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #00658c), to(#00263d));
  background-image: linear-gradient(to right, #00658c 0, #00263d 100%);
}
header.secondary nav {
  max-height: 220px;
  overflow: hidden;
  -webkit-transition: max-height 400ms ease;
  transition: max-height 400ms ease;
}
@media screen and (max-width: 875px) {
  header.secondary nav {
    max-height: 0;
  }
}
header.secondary #menu_toggle {
  background: white;
  padding: 15px 10px;
  font-size: 16px;
  color: #167FA6;
  font-weight: 400;
  position: relative;
  border-bottom: 1px solid #eee;
  z-index: 600;
}
header.secondary #menu_toggle span.icon {
  position: absolute;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  height: 24px;
  width: 24px;
  right: 15px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
header.secondary.open nav {
  display: block;
  max-height: 220px;
}
@media screen and (max-width: 875px) {
  header.secondary.open nav {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
}
header.secondary.open #menu_toggle span.icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
header a {
  text-decoration: none;
  text-transform: uppercase;
}
header .site-logo {
  display: inline-block;
  height: 100%;
  padding-top: 6px;
}
header .site-logo a {
  display: block;
  margin-top: 6px;
}
header .site-links a {
  padding: 15px 10px 10px;
  color: white;
}
header .site-links a:not(:last-child) {
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 875px) {
  nav {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 600px) {
  nav {
    margin: 0 -10px;
  }
}
nav ul {
  margin: 0;
  padding: 0;
}
nav li {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 875px) {
  nav li {
    display: block;
    background: white;
  }
}
nav li:hover a:after {
  width: 100%;
}
nav a,
nav span {
  color: white;
  display: block;
  padding: 20px 18px;
  margin: 0 10px;
  font-size: 14px;
}
@media screen and (max-width: 875px) {
  nav a,
  nav span {
    padding: 8px 10px;
    color: #167FA6;
    font-size: 16px;
    margin: 0;
    border-bottom: 1px solid #eee;
  }
}
nav a:after,
nav span:after {
  content: '';
  display: block;
  left: 50%;
  height: 5px;
  background: #5bcbf7;
  position: absolute;
  width: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
@media screen and (max-width: 875px) {
  nav a:after,
  nav span:after {
    display: none;
  }
}
iframe {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background: transparent;
  height: 100%;
}
.main {
  position: relative;
  max-height: 100%;
  height: 100%;
  height: calc(100vh - 104px);
}
.menu-spacer {
  color: white;
  font-size: 1.5rem;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (max-width: 875px) {
  .menu-spacer {
    display: none;
  }
}
