a {
  color: #0070a7;
  text-decoration: none; }

body {
  background-color: #0070a7;
  color: rgba(26, 26, 26, 0.70196);
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  word-wrap: break-word; }

div.big-button {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-top: 4em;
  margin-bottom: 2em;
  text-align: center; }
  div.big-button:hover {
    opacity: 0.8; }
  div.big-button a {
    background-color: #e14a37;
    border-radius: 3px;
    color: white;
    padding: 1.5em 2.5em;
    text-transform: uppercase; }

dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 2em;
  margin-right: 2em; }
  @media only screen and (max-width: 640px) {
    dl {
      flex-direction: column; } }
  dl dt {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 1.2em;
    text-transform: uppercase;
    width: 33%; }
    @media only screen and (max-width: 640px) {
      dl dt {
        width: 100%; } }
  dl dd {
    font-family: 'Open Sans', sans-serif;
    width: 60%; }
    @media only screen and (max-width: 640px) {
      dl dd {
        margin-left: auto;
        width: 100%; } }
  dl hr {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  dl dt, dl p {
    margin: 2em 0; }

form {
  max-width: 550px;
  margin: 0 auto; }
  form > div {
    margin: 0 2em; }
  form > div:last-of-type {
    text-align: center; }
  form > p {
    line-height: 28.8px;
    text-align: center; }
  form input, form textarea {
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-sizing: border-box;
    margin-bottom: 2em; }
  form input:not([type=submit]), form textarea {
    background-color: #fafafa;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    padding: 12px;
    width: 100%; }
  form input[type=submit] {
    background-color: #000a38;
    border-width: 0;
    color: #fff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 3px;
    padding: 14px 35px;
    text-transform: uppercase; }
  form textarea {
    min-height: 100px; }

footer {
  color: rgba(255, 255, 255, 0.4);
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 28.8px;
  padding: 64px 32px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  footer > * {
    max-width: 500px; }
  footer h1 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 2em;
    text-align: center; }

form > h1, main > h1 {
  font-family: 'Varela Round', sans-serif;
  margin-top: 43px;
  margin-bottom: 0;
  text-align: center; }
  form > h1 + p, main > h1 + p {
    margin-bottom: 43px;
    margin-left: 2em;
    margin-right: 2em; }

header {
  background-color: #030c3a;
  color: white;
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.15px;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }
  header img {
    height: auto;
    margin-right: 2em;
    width: 255px; }
  header nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 100%; }
    header nav a {
      box-sizing: border-box;
      color: white;
      margin: 0 1em;
      margin-left: 1em;
      text-decoration: none; }
      @media only screen and (max-width: 640px) {
        header nav a {
          min-height: 3em; } }
    header nav a:last-of-type {
      border: 2px solid white;
      border-radius: 3px;
      margin-right: 0;
      padding: 0.8em 1.75em;
      text-transform: uppercase; }
      header nav a:last-of-type:hover {
        background-color: white;
        color: #030c3a; }

hr {
  background-color: rgba(26, 26, 26, 0.15);
  border: none;
  color: rgba(26, 26, 26, 0.15);
  height: 1px;
  margin: 32px 2em; }

img.hero {
  display: block;
  max-width: 100%;
  height: auto; }

main {
  background-color: #fff;
  padding-top: 1em;
  padding-bottom: 1em; }

main > .big-button {
  margin-bottom: 5em; }

section {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 28.8px;
  margin: 2em;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: stretch; }
  @media only screen and (max-width: 640px) {
    section {
      flex-direction: column; } }
  section > div {
    flex: 1;
    min-width: 0; }
    @media only screen and (max-width: 640px) {
      section > div {
        margin-bottom: 2em;
        width: 100%; } }
    section > div:last-of-type {
      margin-left: 2em; }
      @media only screen and (max-width: 640px) {
        section > div:last-of-type {
          margin-left: 0; } }
  section h1 {
    color: rgba(26, 26, 26, 0.90196);
    font-family: 'Varela Round', sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 38.4px;
    margin-top: 0;
    -webkit-font-smoothing: subpixel-antialiased; }
  section h2 {
    color: #4a4a4a;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 26.4px;
    text-transform: uppercase; }
  section ul, section ol {
    padding-left: 20px; }
  section img {
    max-width: 100%;
    height: auto; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
