/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
.bg-white {
  background: #ffffff;
}
/* ==========================================================================
   Browser standardization stuff
   ========================================================================== */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
/* ==========================================================================
   Universal
   ========================================================================== */
html,
body,
pure-g,
wrapper {
  height: 100%;
  width: 100%;
  color: #19190f;
  background: #e8e8e7;
  font-size: 1em;
  line-height: 1.4;
  overflow-x: hidden;
}
img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.runway {
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  width: 100%;
  padding: 2em 0;
  max-width: 80em;
}
.runway > * {
  margin: 0 2em;
}
.section {
  background: #e8e8e7;
  padding-top: 1em;
  padding-bottom: 1em;
  color: tmn-grey;
  width: 100%;
}
.section > div {
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  width: 100%;
  padding: 2em 0;
  max-width: 80em;
  background: #ffffff;
}
.section > div > * {
  margin: 0 2em;
}
.footer {
  text-align: center;
  background: #e8e8e7;
  color: #a3a39f;
}
/* ==========================================================================
   Typography
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
ul,
ol,
li,
button,
label {
  font-family: "Source Sans Pro", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.pure-button-primary {
  background: #077cab !important;
}
h1 {
  font-size: 2em;
  margin: .5em;
  color: #001e60;
}
@media only screen and (min-width: 48em) {
  h1 {
    font-size: 3em;
    margin: .33em;
  }
}
h2 {
  color: #001e60;
  font-size: 2em;
  padding: 1em 0;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  p {
    font-size: 1.25em;
  }
}
a,
a:hover,
a:visited,
a:active {
  color: #47473f;
}
strong {
  color: #077cab;
}
.copyright {
  font-size: .8em;
  font-style: italic;
}
/* ==========================================================================
   Menu
   ========================================================================== */
#section-menu {
  background-color: #001e60;
}
.menu {
  text-align: center;
  display: block;
}
@media only screen and (min-width: 48em) {
  .menu {
    text-align: right;
    margin-top: 1em;
  }
}
.pure-menu-horizontal {
  margin: 0 !important;
}
.menu-link,
.menu-item,
.pure-menu-link,
.pure-menu-item {
  color: #e8e8e7;
  transition: all .1s;
  border-radius: .5em;
}
.menu-link:focus,
.menu-item:focus,
.pure-menu-link:focus,
.pure-menu-item:focus,
.menu-link:hover,
.menu-item:hover,
.pure-menu-link:hover,
.pure-menu-item:hover,
.menu-link:active,
.menu-item:active,
.pure-menu-link:active,
.pure-menu-item:active,
.menu-link:active:focus,
.menu-item:active:focus,
.pure-menu-link:active:focus,
.pure-menu-item:active:focus,
.menu-link:visited,
.menu-item:visited,
.pure-menu-link:visited,
.pure-menu-item:visited {
  color: #ffffff;
  outline: none;
  background-color: #334b80;
  -webkit-tap-highlight-color: #334b80;
}
.logo-container {
  background: none;
  display: block;
  margin: .5em auto;
  max-width: 15em;
  width: 50%;
}
@media only screen and (min-width: 48em) {
  .logo-container {
    float: left;
    display: inline-block;
    margin: .5em 0;
  }
}
.logo {
  height: auto;
  width: 100%;
}
/* ==========================================================================
   Homepage
   ========================================================================== */
#section-splash {
  background: #001e60;
  color: #ffffff;
  height: 80%;
}
.cta-container {
  height: 100%;
  width: 100%;
  position: relative;
}
.cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.cta > * {
  color: #ffffff;
}
#img-wi-fi-jump-container {
  display: block;
  max-width: 40em;
  margin: 2em auto;
}
.video-container {
  background-color: #077cab;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.headshots p {
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .headshots p {
    text-align: left;
    margin-left: 3em;
    margin-top: 2em;
  }
}
.headshot {
  border-radius: 100%;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) {
  .headshot {
    margin: 0 0 0 auto;
  }
}
/* ==========================================================================
  Signup Form
   ========================================================================== */
.form-container {
  height: 100%;
  padding: 1em 1em 4em 1em;
}
form {
  min-height: 100%;
}
.form-question {
  font-weight: bold;
}
.input-message {
  color: #47473f;
  margin-top: 0 !important;
  padding-top: 0;
  padding-bottom: 2em;
}
.radio {
  padding-bottom: 1em;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.center {
  margin-right: auto;
  margin-left: auto;
}
.text-center {
  text-align: center;
}
.vert-center {
  height: 100%;
  width: 100%;
  position: relative;
}
.vert-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.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;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.pad-1em {
  padding: 1em;
}
.pad-2em {
  padding: 2em;
}
.pad-2em-0 {
  padding: 2em 0;
}
.mar-2em {
  margin: 2em;
}
.s-100per {
  height: 100%;
  width: 100%;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
