/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,900");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * 45p.scss v 1.0.0
 * Copyright 2018 45PRESS
 * Licensed under CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
 */
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*:active,
*:focus {
  border-color: inherit;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a,
a:link,
a:visited,
button,
[role="button"],
[type="button"],
[type="submit"] {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

[type="button"],
[type="color"],
[type="date"],
[type="email"],
[type="file"],
[type="image"],
[type="month"],
[type="number"],
[type="password"],
[type="range"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
[role="button"],
button,
select,
textarea {
  -webkit-appearance: none;
  background: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

img {
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
}

iframe,
embed,
object,
video {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

p {
  margin: 0;
}

.media-responsive {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
}

.media-responsive iframe,
.media-responsive embed,
.media-responsive object,
.media-responsive video {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.sr {
  border: 0;
  height: 1px;
  left: -99999px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.container {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap__wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-wrap.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-wrap.row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-wrap.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap.col--reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap.center-h {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-wrap.center-v {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-wrap.center-all {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;';
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?2jhnbw");
  src: url("../fonts/icomoon.eot?2jhnbw#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?2jhnbw") format("truetype"), url("../fonts/icomoon.woff?2jhnbw") format("woff"), url("../fonts/icomoon.svg?2jhnbw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-deezer:before {
  content: "\e933";
}

.fa-googleplay:before {
  content: "\e90f";
}

.fa-map-marker:before {
  content: "\e957";
}

.fa-ticket:before {
  content: "\e958";
}

.fa-step-forward:before {
  content: "\e954";
}

.fa-fast-forward:before {
  content: "\e955";
}

.fa-forward:before {
  content: "\e956";
}

.fa-fast-backward:before {
  content: "\e94f";
}

.fa-step-backward:before {
  content: "\e950";
}

.fa-backward:before {
  content: "\e951";
}

.fa-stop:before {
  content: "\e952";
}

.fa-pause:before {
  content: "\e953";
}

.fa-close:before {
  content: "\e94e";
}

.fa-arrows:before {
  content: "\e94b";
}

.fa-minus:before {
  content: "\e94c";
}

.fa-plus:before {
  content: "\e94d";
}

.fa-microphone:before {
  content: "\e940";
}

.fa-video-camera:before {
  content: "\e941";
}

.fa-play-circle:before {
  content: "\e942";
}

.fa-film:before {
  content: "\e943";
}

.fa-play:before {
  content: "\e944";
}

.fa-comments-o:before {
  content: "\e945";
}

.fa-comment-o:before {
  content: "\e946";
}

.fa-comments:before {
  content: "\e947";
}

.fa-comment:before {
  content: "\e948";
}

.fa-group:before {
  content: "\e949";
}

.fa-home:before {
  content: "\e94a";
}

.fa-headphones:before {
  content: "\e93e";
}

.fa-music:before {
  content: "\e93f";
}

.fa-shopping-cart:before {
  content: "\e93d";
}

.fa-twitch:before {
  content: "\e937";
}

.fa-vimeo-square:before {
  content: "\e938";
}

.fa-vimeo:before {
  content: "\e939";
}

.fa-pinterest-p:before {
  content: "\e93a";
}

.fa-pinterest-square:before {
  content: "\e93b";
}

.fa-pinterest:before {
  content: "\e93c";
}

.fa-bars:before {
  content: "\e936";
}

.fa-envelope-o:before {
  content: "\e934";
}

.fa-envelope:before {
  content: "\e935";
}

.fa-rss-square:before {
  content: "\e931";
}

.fa-feed:before {
  content: "\e932";
}

.fa-linkedin-square:before {
  content: "\e92f";
}

.fa-linkedin:before {
  content: "\e930";
}

.fa-eye-slash:before {
  content: "\e915";
}

.fa-eye:before {
  content: "\e916";
}

.fa-angle-double-down:before {
  content: "\e917";
}

.fa-angle-double-up:before {
  content: "\e918";
}

.fa-angle-double-right:before {
  content: "\e919";
}

.fa-angle-double-left:before {
  content: "\e91a";
}

.fa-chevron-circle-down:before {
  content: "\e91b";
}

.fa-chevron-circle-up:before {
  content: "\e91c";
}

.fa-chevron-circle-right:before {
  content: "\e91d";
}

.fa-chevron-circle-left:before {
  content: "\e91e";
}

.fa-chevron-right:before {
  content: "\e91f";
}

.fa-chevron-left:before {
  content: "\e920";
}

.fa-chevron-down:before {
  content: "\e921";
}

.fa-chevron-up:before {
  content: "\e922";
}

.fa-arrow-circle-down:before {
  content: "\e923";
}

.fa-arrow-circle-up:before {
  content: "\e924";
}

.fa-arrow-circle-right:before {
  content: "\e925";
}

.fa-arrow-circle-left:before {
  content: "\e926";
}

.fa-arrow-right:before {
  content: "\e927";
}

.fa-arrow-left:before {
  content: "\e928";
}

.fa-arrow-down:before {
  content: "\e929";
}

.fa-arrow-up:before {
  content: "\e92a";
}

.fa-caret-right:before {
  content: "\e92b";
}

.fa-caret-left:before {
  content: "\e92c";
}

.fa-caret-up:before {
  content: "\e92d";
}

.fa-caret-down:before {
  content: "\e92e";
}

.fa-snapchat-square:before {
  content: "\e910";
}

.fa-snapchat-ghost:before {
  content: "\e911";
}

.fa-snapchat:before {
  content: "\e912";
}

.fa-amazon:before {
  content: "\e913";
}

.fa-apple:before {
  content: "\e914";
}

.fa-search:before {
  content: "\e90e";
}

.fa-spotify:before {
  content: "\e90d";
}

.fa-youtube-play:before {
  content: "\e900";
}

.fa-youtube-square:before {
  content: "\e901";
}

.fa-youtube:before {
  content: "\e902";
}

.fa-soundcloud:before {
  content: "\e903";
}

.fa-instagram:before {
  content: "\e904";
}

.fa-twitter-square:before {
  content: "\e905";
}

.fa-twitter:before {
  content: "\e906";
}

.fa-google-plus-circle:before {
  content: "\e907";
}

.fa-google-plus-official:before {
  content: "\e907";
}

.fa-google-plus-square:before {
  content: "\e908";
}

.fa-google-plus:before {
  content: "\e909";
}

.fa-facebook-official:before {
  content: "\e90a";
}

.fa-facebook-square:before {
  content: "\e90b";
}

.fa-facebook:before {
  content: "\e90c";
}

/*$secondary-fallback-font-stack: Helvetica, Arial, sans-serif;
$secondary-font: "Bookman";
$secondary-font-stack: $secondary-font, $secondary-fallback-font-stack;*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h1,
.h1 {
  font-size: 1.25rem;
  line-height: 1;
}

h2,
.h2 {
  font-size: 1.25rem;
  line-height: 1;
}

h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}

h4,
.h4 {
  font-size: 1.875rem;
}

h5,
.h5 {
  font-size: 1.375rem;
}

h6,
.h6 {
  font-size: 0.875rem;
}

p {
  color: #052548;
  font-size: 1.25rem;
}

.copyright {
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.5em;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 61.9375em) {
  .copyright {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .copyright {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1;
  overflow: hidden;
}

.transparent-bg {
  background-color: rgba(255, 255, 255, 0.26);
  padding: 1.875rem 2.1875rem;
  text-align: justify;
}

.transparent-bg p {
  line-height: 1.4;
  margin-bottom: 2.5rem;
}

.outline {
  border: 0.0625rem solid #fff;
  color: #9bd0d5;
  display: inline-block;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 1.5rem;
  text-transform: uppercase;
}

input[type="submit"],
input[type="button"],
[role="button"],
button,
.btn {
  display: inline-block;
  font-size: 2.875rem;
  font-weight: 900;
  line-height: 1;
  overflow: hidden;
  padding: 1.25rem 1.875rem;
  position: relative;
  text-transform: uppercase;
}

@media only screen and (max-width: 61.9375em) {
  input[type="submit"],
  input[type="button"],
  [role="button"],
  button,
  .btn {
    font-size: 2.375rem;
  }
}

@media only screen and (max-width: 29.9375em) {
  input[type="submit"],
  input[type="button"],
  [role="button"],
  button,
  .btn {
    font-size: 1.5rem;
  }
}

input[type="submit"]:before,
input[type="button"]:before,
[role="button"]:before,
button:before,
.btn:before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  content: '';
  display: block;
  height: 300%;
  position: absolute;
  -webkit-transform: translate(-120%, -120%);
          transform: translate(-120%, -120%);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  width: 300%;
}

input[type="submit"]:active:before, input[type="submit"]:focus:before, input[type="submit"]:hover:before,
input[type="button"]:active:before,
input[type="button"]:focus:before,
input[type="button"]:hover:before,
[role="button"]:active:before,
[role="button"]:focus:before,
[role="button"]:hover:before,
button:active:before,
button:focus:before,
button:hover:before,
.btn:active:before,
.btn:focus:before,
.btn:hover:before {
  -webkit-transform: translate(120%, 120%);
          transform: translate(120%, 120%);
}

input[type="submit"].primary,
input[type="button"].primary,
[role="button"].primary,
button.primary,
.btn.primary {
  background-color: rgba(5, 37, 72, 0.86);
  color: #fff;
}

input[type="submit"].primary:active, input[type="submit"].primary:focus, input[type="submit"].primary:hover,
input[type="button"].primary:active,
input[type="button"].primary:focus,
input[type="button"].primary:hover,
[role="button"].primary:active,
[role="button"].primary:focus,
[role="button"].primary:hover,
button.primary:active,
button.primary:focus,
button.primary:hover,
.btn.primary:active,
.btn.primary:focus,
.btn.primary:hover {
  color: #9bd0d5;
}

input[type="submit"].secondary,
input[type="button"].secondary,
[role="button"].secondary,
button.secondary,
.btn.secondary {
  background-color: rgba(155, 208, 213, 0.92);
  color: #fff;
}

input[type="submit"] span,
input[type="button"] span,
[role="button"] span,
button span,
.btn span {
  border: 0.0625rem solid rgba(255, 255, 255, 0.41);
  display: block;
  padding: 3.75rem 0.9375rem;
}

a,
a:link,
a:visited {
  color: #fff;
}

a:active, a:focus, a:hover,
a:link:active,
a:link:focus,
a:link:hover,
a:visited:active,
a:visited:focus,
a:visited:hover {
  color: #052548;
}

#masthead {
  border-bottom: 0.25rem solid #9bd0d5;
  padding: 1.25rem 0;
  text-align: center;
}

#main {
  background-color: #9bd0d5;
}

#cta {
  background: #fff url("../img/cta-bg.jpg") center 0 no-repeat;
  background-size: cover;
  /*min-height: 100vh;*/
  padding: 35% 0 2.8125rem;
  position: relative;
  text-align: center;
}

#cta .container {
  width: 78.75rem;
}

#cta img {
  margin-bottom: 3.125rem;
}

@media only screen and (max-width: 61.9375em) {
  #cta img {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 61.9375em) {
  #cta .desktop {
    display: none;
  }
}

#cta ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#cta ul li + li {
  margin-left: 1.875rem;
}

#cta ul li a {
  display: block;
}

#mobile-cta {
  background-color: #fff;
  display: none;
  padding: 1.875rem 0;
  text-align: center;
}

@media only screen and (max-width: 61.9375em) {
  #mobile-cta {
    display: block;
  }
}

#mobile-cta li + li {
  margin-top: 1.875rem;
}

#mobile-cta .btn {
  max-width: 100%;
  width: 37.5rem;
}

#bio {
  background: #9bd0d5 url("../img/bio-bg.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 4.0625rem 0 9.0625rem;
}

@media only screen and (max-width: 61.9375em) {
  #bio {
    padding: 1.875rem 0 1.875rem;
  }
}

#bio .container {
  max-width: 60.375rem;
}

#bio h3 {
  margin-bottom: 3.75rem;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 61.9375em) {
  #bio h3 {
    font-size: 2.60438rem;
    margin-bottom: 1.875rem;
  }
}

@media only screen and (max-width: 29.9375em) {
  #bio h3 {
    font-size: 2.125rem;
  }
}

@media only screen and (max-width: 29.9375em) {
  #bio p {
    font-size: 0.875rem;
    text-align: left;
  }
}

#endorsements {
  background-color: #052548;
  color: #fff;
  padding: 3.75rem 0 1.875rem;
}

@media only screen and (max-width: 61.9375em) {
  #endorsements {
    padding: 1.875rem 0;
  }
  #endorsements .flex-wrap {
    display: block;
  }
}

#endorsements .container {
  border-bottom: 0.0625rem solid #9bd0d5;
  max-width: 62.5rem;
  padding-bottom: 3.75rem;
}

#endorsements .container:last-child {
  text-align: center;
}

@media only screen and (max-width: 61.9375em) {
  #endorsements .container {
    padding-bottom: 1.875rem;
  }
}

#endorsements h3 {
  color: #9bd0d5;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 61.9375em) {
  #endorsements h3 {
    margin-bottom: 1.875rem;
  }
}

#endorsements ul {
  list-style: outside;
}

#endorsements ul:first-of-type {
  padding-right: 1.875rem;
}

@media only screen and (max-width: 61.9375em) {
  #endorsements ul:first-of-type {
    padding: 0;
  }
}

#endorsements ul:last-of-type {
  padding-left: 1.875rem;
}

@media only screen and (max-width: 61.9375em) {
  #endorsements ul:last-of-type {
    padding: 0;
  }
}

#endorsements ul li {
  margin-bottom: 0.3125rem;
  line-height: 1.5;
}

#footer {
  background-color: #052548;
  padding: 1.875rem 0;
  text-align: center;
}

#footer .outline {
  margin-bottom: 1.5625rem;
}

@media only screen and (max-width: 61.9375em) {
  #footer .outline {
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #footer .outline {
    font-size: 1rem;
    line-height: 1.4;
  }
}

#footer #info {
  line-height: 1.62;
  margin-bottom: 1.5625rem;
}

@media only screen and (max-width: 61.9375em) {
  #footer #info {
    font-size: 1.36312rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  #footer #info {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 29.9375em) {
  #footer #info {
    font-size: 0.75rem;
  }
}

#footer #info a:active, #footer #info a:hover, #footer #info a:focus,
#footer #info a:link:active,
#footer #info a:link:hover,
#footer #info a:link:focus,
#footer #info a:visited:active,
#footer #info a:visited:hover,
#footer #info a:visited:focus {
  color: #9bd0d5;
}

#footer #info span {
  margin: 0 1.125rem;
}

#footer .copyright a:active, #footer .copyright a:hover, #footer .copyright a:focus,
#footer .copyright a:link:active,
#footer .copyright a:link:hover,
#footer .copyright a:link:focus,
#footer .copyright a:visited:active,
#footer .copyright a:visited:hover,
#footer .copyright a:visited:focus {
  color: #9bd0d5;
}

.socials {
  margin-bottom: 1.875rem;
}

.socials li {
  display: inline-block;
}

.socials li a,
.socials li a:link,
.socials li a:visited {
  color: #9bd0d5;
  font-size: 2.5rem;
  padding: 0.3125rem 0.75rem;
}

.socials li a:active, .socials li a:hover, .socials li a:focus,
.socials li a:link:active,
.socials li a:link:hover,
.socials li a:link:focus,
.socials li a:visited:active,
.socials li a:visited:hover,
.socials li a:visited:focus {
  color: #fff;
}

#policy {
  background-color: #2178c1;
  padding: 1.875rem 0;
}

#policy .container {
  max-width: 68.75rem;
}

#policy h1, #policy h2 {
  color: #052548;
  font-size: 1.4em;
}

#policy p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  margin: 1em 0;
}

#policy p a {
  text-decoration: underline;
}

#videos {
  padding: 3.75rem 0;
  color: #fff;
  background-color: #052548;
}

#videos .container {
  max-width: 80rem;
}

#videos .media-responsive {
  border: 2px solid #fff;
}

@media screen and (max-width: 991px) {
  #videos .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #videos .container {
    max-width: 34.375rem;
  }
  #videos .flex-wrap > div + div {
    margin-top: 1.875rem;
  }
}

#videos .flex-wrap > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.625rem;
}

.btn.button {
  overflow: hidden;
  border: 0.0625rem solid #fff;
  color: #9bd0d5;
  margin: 3.75rem auto 0;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 1.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
}

.btn.button:hover, .btn.button:target, .btn.button:focus {
  color: #fff;
}

#infobox {
  padding: 4.375rem 0;
  background-color: #052548;
}

#infobox .container {
  width: 43.75rem;
  max-width: 100%;
  padding: 1.875rem;
  margin: 0 auto;
  background-color: #052548;
  position: relative;
  color: #fff;
  border: 0.125rem solid #9bd0d5;
}

#infobox .container p, #infobox .container h3 {
  color: #fff;
  margin: 1em auto;
  line-height: 1.5;
}

#infobox .container h3 {
  text-align: center;
  text-transform: uppercase;
}

#infobox .container a {
  text-decoration: underline;
}

#infobox .container a:hover, #infobox .container a:focus, #infobox .container a:target {
  color: #9bd0d5;
}

#infobox .container .a {
  font-weight: bold;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 2.5rem auto 0;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.625rem;
  border: 1px solid #9bd0d5;
}

#infobox .container .a:hover, #infobox .container .a:focus {
  color: #fff;
  background-color: #9bd0d5;
}
