/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

body.navigating {
  overflow-y: hidden;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden],
template {
  display: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  min-width: 320px;
  background: #fff;
  overflow-x: hidden;
}

body,
html,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
html,
input,
select,
textarea {
  font-size: 12px;
  font-family: proxima-nova, sans-serif;
  line-height: 1.5;
  border-radius: 0;
}

@media screen and (min-width: 760px) {
  body,
  html,
  input,
  select,
  textarea {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1024px) {
  body,
  html,
  input,
  select,
  textarea {
    font-size: 16px;
    line-height: 1.5;
  }
}

a {
  text-decoration: none;
  -webkit-transition: color 0.25s cubic-bezier(0.7, 0, 0.3, 1);
  transition: color 0.25s cubic-bezier(0.7, 0, 0.3, 1);
}

a,
a:hover {
  color: #003b71;
}

.text-sm {
  font-size: 1.2rem;
}

#wrapper {
  padding-top: 5rem;
  margin: auto;
  position: relative;
  -webkit-transition: left 0.375s cubic-bezier(0.7, 0, 0.3, 1);
  transition: left 0.375s cubic-bezier(0.7, 0, 0.3, 1);
  left: 0;
}

.page-header {
  padding-top: 1rem;
}

.well.alt.secondary-page {
  background-color: #fff;
  padding-top: 0;
}

.well.alt.pt-2 {
  padding-top: 2rem;
}

.max-800 {
  max-width: 800px;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.bg-gray {
  background-color: #f4f3f4;
}

.text-normal {
  text-transform: none;
}

.secondary-page h1 {
  color: #000;
  font-size: 4em;
}

.secondary-page h1,
.secondary-page h2 {
  text-transform: initial;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  width: 100%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 760px) {
  #wrapper {
    padding-top: 0;
  }
}

.container {
  width: calc(100% - 2rem);
  margin: 0 auto;
}

@media screen and (min-width: 375px) {
  .container {
    width: calc(100% - 2.5rem);
  }
}

@media screen and (min-width: 480px) {
  .container {
    width: calc(100% - 3rem);
    max-width: 964px;
  }
}

@media screen and (min-width: 1024px) {
  .container {
    width: 60.25rem;
    max-width: calc(100% - 2rem);
  }
}

@media screen and (min-width: 1240px) {
  .container {
    width: 75rem;
    max-width: calc(100% - 2rem);
  }
}

#trigger {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1.11022e-16);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.375s cubic-bezier(0.7, 0, 0.3, 1),
    z-index 0s linear 0.375s;
  transition: opacity 0.375s cubic-bezier(0.7, 0, 0.3, 1),
    z-index 0s linear 0.375s;
  pointer-events: none;
}

.navigating #trigger {
  z-index: 3;
  opacity: 1;
  -webkit-transition: opacity 0.375s cubic-bezier(0.7, 0, 0.3, 1) 0.125s;
  transition: opacity 0.375s cubic-bezier(0.7, 0, 0.3, 1) 0.125s;
  pointer-events: all;
}

@media screen and (min-width: 760px) {
  #trigger {
    display: block;
  }
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.25em;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4 {
  font-family: proxima-nova, sans-serif;
}

h1 {
  padding: 0.5454545455em 0 0.4545454545em;
  margin: 0 auto;
  font-size: 4.125em;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

h1,
h1 small {
  line-height: 1;
}

h1 small {
  font-size: 0.3636363636em;
  font-style: italic;
  font-weight: 400;
  font-weight: 700;
  color: #ffd200;
  display: block;
  position: absolute;
  right: 0.1875em;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

h1 small:first-child {
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
}

h2 {
  margin-bottom: 0.75em;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  padding-top: 2rem;
}

h2.strong {
  color: #003b71;
  font-style: italic;
  letter-spacing: -1px;
}

h2.absolute {
  display: inline-block;
  right: 0;
  top: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

h2.simple:before {
  display: none;
}

h2.simple {
  font-size: 2em;
}

h3 {
  padding-top: 1.25em;
  margin: 1.25em 0 0.5em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}

h3,
h3.sm {
  font-size: 1.5em;
}

h3.sm {
  margin-top: 1.25em;
}

h3.simple,
h3.sm {
  margin-bottom: 0.5em;
}

h3.simple {
  padding-top: 0;
}

h3.simple:before {
  display: none;
}

h2:before,
h3:before {
  content: "";
  width: 5rem;
  height: 1rem;
  background: #003b71;
  position: absolute;
  top: 0;
  left: 0;
}

.blue h3:before {
  background: #003b71;
}

.gold h3:before {
  background: #ffd200;
}

.bright h3:before {
  background: #fff;
}

h4,
legend {
  margin: 0 0 0.25em;
  font-weight: 700;
  font-size: 1.53125em;
  line-height: 1;
}

p,
ul {
  margin: 0 0 0.75em;
  font-size: 1.1666666667rem;
  line-height: 1.5;
}

p strong,
ul strong {
  font-weight: 700;
}

ul {
  padding-left: 1em;
  list-style: disc;
}

ul li {
  margin-bottom: 0.5rem;
}

ul.none {
  padding: 0;
  list-style: none;
}

blockquote {
  padding-top: 9.5rem;
  margin: 2.5rem 0 1rem;
  position: relative;
}

blockquote p {
  margin: 0 0 0.5em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}

blockquote .quote.open {
  display: block;
  position: absolute;
  left: 5rem;
  top: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  pointer-events: none;
}

blockquote .quote svg {
  width: 10rem;
  height: auto;
  display: block;
}

.blue blockquote .quote svg {
  fill: #003b71;
}

.gold blockquote .quote svg {
  fill: #ffd200;
}

blockquote footer {
  font-size: 1.5rem;
}

blockquote footer small {
  font-size: 1.25rem;
  display: block;
}

@media screen and (min-width: 375px) {
  h3 {
    font-size: 1.78125em;
  }
  h3.sm {
    font-size: 2em;
  }
  p,
  ul {
    font-size: 1.333333333rem;
  }
  blockquote p {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 480px) {
  h1 {
    font-size: 4.83333333em;
  }
}

@media screen and (min-width: 568px) {
  h1 {
    font-size: 5.5em;
  }
}

@media screen and (min-width: 640px) {
  h1 {
    font-size: 6.6em;
  }
}

@media screen and (min-width: 760px) {
  h1 {
    font-size: 6.875em;
  }
  h2 {
    font-size: 3.57142857em;
  }
  h2.sm {
    font-size: 2.5em;
  }
  h2.absolute {
    right: auto;
    left: 100%;
    -webkit-transform: translate(-75%, -50%);
    transform: translate(-75%, -50%);
  }
  h3 {
    margin: 1.5em 0 0.75em;
    font-size: 2.28571429em;
  }
  h4,
  legend {
    font-size: 1.75em;
  }
  p,
  ul {
    font-size: 1.3571428571rem;
  }
  blockquote {
    padding-top: 0;
    padding-left: calc(16.66666667% + 2.5rem);
    margin: 3.5rem 0 1rem;
  }
  blockquote p {
    margin: 0 0 0.75em;
    font-size: 2.2857142857rem;
  }
  blockquote .quote.open {
    left: calc((12% + 2.25rem) / 2);
    top: -6.666666666%;
  }
  blockquote footer {
    font-size: 2rem;
  }
  blockquote footer small {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 5em;
  }
  h2 {
    font-size: 4em;
  }
  h2.absolute {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  h3 {
    font-size: 2.375em;
  }
  p,
  ul {
    font-size: 1.4375rem;
  }
  blockquote {
    padding-left: calc(16.66666667% + 3.5rem);
  }
  blockquote p {
    font-size: 2.5rem;
  }
  blockquote .quote.open {
    left: calc((16.66666667% + 2.25rem) / 2);
  }
}

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 5.5em;
  }
}

@media screen and (min-width: 1240px) {
  blockquote {
    padding-left: calc(16.66666667% + 2.25rem);
  }
  blockquote p {
    font-size: 3rem;
  }
}

.button {
  padding: 0.75em 2em;
  border: 2px solid #000;
  background: #000;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: color 0.375s ease-out,
    background-color 0.375s cubic-bezier(0.7, 0, 0.3, 1);
  transition: color 0.375s ease-out,
    background-color 0.375s cubic-bezier(0.7, 0, 0.3, 1);
}

.button:hover {
  background: transparent;
  color: #000;
}

.button.block {
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
}

.button.wide {
  padding: 0.75em 3em;
}

.button.sm {
  font-weight: 700;
  font-size: 0.875rem;
  padding: 1em 1.09375em;
}

@media screen and (min-width: 375px) {
  .button.wide {
    padding: 0.75em 4em;
  }
}

.table-wrap {
  max-width: 44rem;
  margin: 1rem auto;
}

.table-wrap sup {
  pointer-events: none;
}

table td,
table th {
  padding: 0;
}

table.special {
  width: 100%;
  font-size: 0.8333333333rem;
  border-collapse: collapse;
}

table.special td,
table.special th {
  border: 1px solid #e1e1e1;
}

table.special td:empty,
table.special th:empty {
  background: transparent;
  border: none;
}

table.special th {
  font-weight: 700;
  text-transform: uppercase;
}

table.special td {
  width: 50%;
  padding: 1rem;
  background: #fff;
  text-align: center;
}

table.special thead td {
  width: 28%;
}

table.special thead th {
  width: 36%;
  padding: 1rem;
  background: #fff;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  display: none;
}

table.special thead th.highlight {
  background: #ffd200;
  position: relative;
}

table.special tbody th {
  padding: 1rem;
  border-color: #446d92;
  background: #003b71;
  color: #fff;
  text-align: right;
}

table.special tfoot td,
table.special tfoot th {
  padding: 1rem;
}

table.special tfoot th {
  background: #fff;
}

table.up {
  width: 100%;
  font-size: 1.5rem;
}

table.up th {
  width: 25%;
  vertical-align: text-top;
}

p + table.up {
  margin-top: -1.5rem;
}

[data-tr-table] {
  width: 100%;
}

.tr-mobile [data-tr-table] [data-mobile-collapse],
.tr-mobile [data-tr-table] [data-product]:not(.active) {
  display: none;
}

[class^="product-selector"] {
  width: calc(100% + 1px);
  border: 1px solid #e1e1e1;
  border-bottom: none;
  border-left: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class^="product-selector"] a {
  padding: 1.5rem 1rem;
  border-left: 1px solid #e1e1e1;
  font-weight: 700;
  color: #000;
  font-size: 1.25rem;
  line-height: 1;
  background: #fff;
  display: block;
  text-align: center;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

[class^="product-selector"] a.active {
  padding: 1rem 1rem 2rem;
  background: #ffd200;
}

[class^="product-selector"] a.active:after {
  content: "";
  width: calc(100% + 2px);
  height: 1rem;
  background: #ffd200;
  border: 1px solid #e1e1e1;
  border-bottom: none;
  position: absolute;
  bottom: 100%;
  left: -1px;
}

.tr-desktop [class^="product-selector"] {
  display: none;
}

@media print {
  [class^="product-selector"] {
    display: none;
  }
}

[class^="tr-wrapper-"] .tr-tooltip {
  position: absolute;
  max-width: 30rem;
  -webkit-animation: trFadeIn 0.3s ease forwards;
  animation: trFadeIn 0.3s ease forwards;
}

@-webkit-keyframes trFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes trFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (min-width: 375px) {
  .table-wrap {
    margin: 1rem auto 2rem;
  }
  table.special {
    font-size: 1rem;
  }
  table.special td {
    padding: 1rem 2rem;
  }
  table.special thead th {
    font-size: 1.75rem;
    padding: 2rem;
  }
  table.special tbody th {
    padding: 1.25rem 1.5rem 1.25rem 2rem;
  }
  table.special tfoot td,
  table.special tfoot th {
    padding: 2rem;
  }
  [class^="product-selector"] a {
    padding: 1.5rem 1rem;
    font-size: 1.5rem;
  }
  [class^="product-selector"] a.active {
    padding: 1rem 1rem 2rem;
  }
  [class^="product-selector"] a.active:after {
    height: 1rem;
  }
}

@media screen and (min-width: 480px) {
  table.special td {
    padding: 1rem 4rem;
  }
  [class^="product-selector"] a {
    padding: 2rem 1rem;
  }
  [class^="product-selector"] a.active {
    padding: 1rem 1rem 3rem;
  }
  [class^="product-selector"] a.active:after {
    height: 2rem;
  }
}

@media screen and (min-width: 900px) {
  .table-wrap {
    max-width: none;
  }
  table.special td {
    width: auto;
  }
  table.special thead th {
    display: table-cell;
  }
  table.special thead th.highlight {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
  table.special thead th.highlight:after {
    content: "";
    width: calc(100% + 2px);
    height: 2rem;
    background: #ffd200;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    position: absolute;
    bottom: 100%;
    left: -1px;
  }
}

fieldset {
  border: 0;
  padding: 0 0 2.5rem;
  margin: 0;
}

legend {
  margin-bottom: 0.75em;
}

.field {
  padding-top: 1.25rem;
  position: relative;
  overflow: hidden;
}

input[type="email"],
input[type="number"],
input[type="text"],
textarea,
label {
  padding: 1.25rem 1rem;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

label {
  margin: 2px;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  top: 1.25rem;
  left: 0;
  cursor: text;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
}

label:before {
  content: "";
  width: 90%;
  height: 6px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

label.up {
  padding-left: 1rem;
  margin-left: 0.5rem;
  -webkit-transform: scale(0.75) translateY(-50%);
  transform: scale(0.75) translateY(-50%);
}

input[type="email"],
input[type="number"],
input[type="text"],
textarea {
  width: 100%;
  border: 2px solid #000;
  display: block;
  outline: none;
}

input[type="email"].error,
input[type="number"].error,
input[type="text"].error,
textarea.error {
  border-color: red;
}

div.error {
  color: red;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid.no-padding .cell {
  padding: 0;
}

.grid.-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cell {
  padding: 0 0.75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cell.no-padding {
  padding: 0;
}

.cell.margin-top {
  margin-top: 4rem;
}

.cell.fadeable {
  -webkit-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1),
    -webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1),
    -webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1),
    opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1),
    opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1),
    -webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.cell.fadeable.pre {
  opacity: 0;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
}

.cell._up1-5 {
  margin-top: -1.5rem;
}

.cell._12 {
  width: 100%;
}

@media screen and (min-width: 375px) {
  .cell.xs1 {
    width: 8.33333%;
  }
  .cell.xs1.clear-after {
    margin-right: 8.33333%;
  }
  .cell.xs2 {
    width: 16.66667%;
  }
  .cell.xs2.clear-after {
    margin-right: 16.66667%;
  }
  .cell.xs3 {
    width: 25%;
  }
  .cell.xs3.clear-after {
    margin-right: 25%;
  }
  .cell.xs4 {
    width: 33.33333%;
  }
  .cell.xs4.clear-after {
    margin-right: 33.33333%;
  }
  .cell.xs5 {
    width: 41.66667%;
  }
  .cell.xs5.clear-after {
    margin-right: 41.66667%;
  }
}

@media screen and (min-width: 480px) {
  .cell.smup0 {
    margin-top: 0;
  }
  .cell.sm10 {
    width: 83.33333%;
  }
  .cell.sm10.clear-after {
    margin-right: 83.33333%;
  }
  .cell.sm1before {
    margin-left: 8.33333%;
  }
  .cell.sm2before {
    margin-left: 16.66667%;
  }
}

@media screen and (min-width: 568px) {
  .cell.smmd6 {
    width: 50%;
  }
  .cell.smmd6.clear-after {
    margin-right: 50%;
  }
  .cell.smmd8 {
    width: 66.66667%;
  }
  .cell.smmd8.clear-after {
    margin-right: 66.66667%;
  }
  .cell.smmd9 {
    width: 75%;
  }
  .cell.smmd9.clear-after {
    margin-right: 75%;
  }
  .cell.smmd10 {
    width: 83.33333%;
  }
  .cell.smmd10.clear-after {
    margin-right: 83.33333%;
  }
  .cell.smmd0before {
    margin-left: 0;
  }
  .cell.smmd1before {
    margin-left: 8.33333%;
  }
  .cell.smmd2before {
    margin-left: 16.66667%;
  }
  .cell.smmd3before {
    margin-left: 25%;
  }
}

@media screen and (min-width: 760px) {
  .cell.md4 {
    width: 33.33333%;
  }
  .cell.md4.clear-after {
    margin-right: 33.33333%;
  }
  .cell.md6 {
    width: 50%;
  }
  .cell.md6.clear-after {
    margin-right: 50%;
  }
  .cell.md7 {
    width: 58.33333%;
  }
  .cell.md7.clear-after {
    margin-right: 58.33333%;
  }
  .cell.md8 {
    width: 66.66667%;
  }
  .cell.md8.clear-after {
    margin-right: 66.66667%;
  }
  .cell.md0before {
    margin-left: 0;
  }
  .cell.md2before {
    margin-left: 16.66667%;
  }
  .cell.md4before {
    margin-left: 33.33333%;
  }
  .cell.md5before {
    margin-left: 41.66667%;
  }
}

@media screen and (min-width: 900px) {
  .cell.mdlg5 {
    width: 41.66667%;
  }
  .cell.mdlg5.clear-after {
    margin-right: 41.66667%;
  }
  .cell.mdlg6 {
    width: 50%;
  }
  .cell.mdlg6.clear-after {
    margin-right: 50%;
  }
  .cell.mdlg7 {
    width: 58.33333%;
  }
  .cell.mdlg7.clear-after {
    margin-right: 58.33333%;
  }
  .cell.mdlg8 {
    width: 66.66667%;
  }
  .cell.mdlg8.clear-after {
    margin-right: 66.66667%;
  }
  .cell.mdlg9 {
    width: 75%;
  }
  .cell.mdlg9.clear-after {
    margin-right: 75%;
  }
  .cell.mdlg11 {
    width: 91.66667%;
  }
  .cell.mdlg11.clear-after {
    margin-right: 91.66667%;
  }
  .cell.mdlg2before {
    margin-left: 16.66667%;
  }
  .cell.mdlg6before {
    margin-left: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .cell.lg5 {
    width: 41.66667%;
  }
  .cell.lg5.clear-after {
    margin-right: 41.66667%;
  }
  .cell.lg6 {
    width: 50%;
  }
  .cell.lg6.clear-after {
    margin-right: 50%;
  }
  .cell.lg7 {
    width: 58.33333%;
  }
  .cell.lg7.clear-after {
    margin-right: 58.33333%;
  }
  .cell.lg10 {
    width: 83.33333%;
  }
  .cell.lg10.clear-after {
    margin-right: 83.33333%;
  }
  .cell.lg0before {
    margin-left: 0;
  }
  .cell.lg1before {
    margin-left: 8.33333%;
  }
  .cell.lg5before {
    margin-left: 41.66667%;
  }
  .cell.lg7before {
    margin-left: 58.33333%;
  }
}

@media screen and (min-width: 1240px) {
  .cell.xl4 {
    width: 33.33333%;
  }
  .cell.xl4.clear-after {
    margin-right: 33.33333%;
  }
  .cell.xl5 {
    width: 41.66667%;
  }
  .cell.xl5.clear-after {
    margin-right: 41.66667%;
  }
  .cell.xl6 {
    width: 50%;
  }
  .cell.xl6.clear-after {
    margin-right: 50%;
  }
  .cell.xl9 {
    width: 75%;
  }
  .cell.xl9.clear-after {
    margin-right: 75%;
  }
  .cell.xl10 {
    width: 83.33333%;
  }
  .cell.xl10.clear-after {
    margin-right: 83.33333%;
  }
  .cell.xl0before {
    margin-left: 0;
  }
  .cell.xl1before {
    margin-left: 8.33333%;
  }
  .cell.xl2before {
    margin-left: 16.66667%;
  }
  .cell.xl3before {
    margin-left: 25%;
  }
  .cell.xl4before {
    margin-left: 33.33333%;
  }
  .cell.xl5before {
    margin-left: 41.66667%;
  }
  .cell.xl6before {
    margin-left: 50%;
  }
}

.cell.-right {
  margin-left: auto;
}

.cell.hard-right {
  margin-right: -1.75rem;
}

@media screen and (min-width: 375px) {
  .cell.hard-right {
    margin-right: -2rem;
  }
}

@media screen and (min-width: 480px) {
  .cell.hard-right {
    margin-right: -2.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .cell.hard-right {
    margin-right: -1.75rem;
  }
}

@media screen and (min-width: 1100px) {
  .cell.hard-right {
    margin-right: calc((100vw - 60.25rem) / -2 + 3.25rem - 0.75rem);
  }
}

@media screen and (min-width: 1340px) {
  .cell.hard-right {
    margin-right: calc((100vw - 75rem) / -2 + 3.25rem - 0.75rem);
  }
}

@media screen and (min-width: 1240px) {
  .cell.pad-right {
    padding-right: 6rem;
  }
}

#header {
  width: 100%;
  height: 6rem;
  border-bottom: 1px solid #ccc;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}

#header:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 3;
}

#header h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  text-transform: uppercase;
}

#header .container {
  width: calc(100% - 2rem);
  padding: 1rem 0;
  background: #fff;
  position: relative;
  z-index: 2;
}

#header .container:after,
#header .container:before {
  content: "";
  width: 3rem;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
}

#header .container:before {
  right: 100%;
}

#header .container:after {
  left: 100%;
}

.logo {
  height: 4rem;
  line-height: 3rem;
  text-align: center;
  display: block;
}

.logo img {
  width: auto;
  height: 100%;
  display: block;
}

#nav-wrap {
  width: 100vw;
  /* height: calc(100vh - 5rem); */
  padding: 1.5rem 2rem 1rem;
  background: hsla(0, 0%, 100%, 0.95);
  position: fixed;
  left: 0;
  top: calc(-100vh + 5rem);
  z-index: -1;
  overflow: auto;
  -webkit-transition: top 0.375s cubic-bezier(0.7, 0, 0.3, 1);
  transition: top 0.375s cubic-bezier(0.7, 0, 0.3, 1);
}

.navigating #nav-wrap {
  top: 5rem;
}

#navigation {
  height: calc(100vh - 5rem);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.btn-wrapper {
  position: absolute;
  right: -1rem;
  top: 0;
  z-index: 10;
  bottom: 0;
  display: flex;
}

.nav-btn,
.menu-btn {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  background: #2b9fdd;
  flex-direction: column;
}

.menu-btn {
  border: none;
  outline: none;
  cursor: pointer;
  background: #003b71;
}

.nav-btn {
  display: none;
}

.nav-btn.yellow {
  color: #000;
  background-color: #ffd200;
}

.nav-btn.yellow:hover {
  color: #000;
}

.nav-btn.yellow img {
  height: 2rem;
}

.nav-btn img,
.menu-btn .icon {
  width: 2rem;
  margin: 0.5rem auto 0.625rem;
}

.nav-btn:hover {
  color: #fff;
}

.menu-btn svg {
  height: 1rem;
  display: block;
}

.menu-btn .icon {
  height: 2rem;
  display: block;
  position: relative;
}

.menu-btn .icon .bar {
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: calc(1.5rem - 3px);
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width 0.1875s cubic-bezier(0.7, 0, 0.3, 1) 0.1875s,
    top 0.1875s cubic-bezier(0.7, 0, 0.3, 1) 0.1875s,
    opacity 0.1875s cubic-bezier(0.7, 0, 0.3, 1),
    -webkit-transform 0.1875s cubic-bezier(0.7, 0, 0.3, 1);
  transition: width 0.1875s cubic-bezier(0.7, 0, 0.3, 1) 0.1875s,
    top 0.1875s cubic-bezier(0.7, 0, 0.3, 1) 0.1875s,
    opacity 0.1875s cubic-bezier(0.7, 0, 0.3, 1),
    -webkit-transform 0.1875s cubic-bezier(0.7, 0, 0.3, 1);
  transition: width 0.1875s cubic-bezier(0.7, 0, 0.3, 1) 0.1875s,
    top 0.1875s cubic-bezier(0.7, 0, 0.3, 1) 0.1875s,
    opacity 0.1875s cubic-bezier(0.7, 0, 0.3, 1),
    transform 0.1875s cubic-bezier(0.7, 0, 0.3, 1);
  transition: width 0.1875s cubic-bezier(0.7, 0, 0.3, 1) 0.1875s,
    top 0.1875s cubic-bezier(0.7, 0, 0.3, 1) 0.1875s,
    opacity 0.1875s cubic-bezier(0.7, 0, 0.3, 1),
    transform 0.1875s cubic-bezier(0.7, 0, 0.3, 1),
    -webkit-transform 0.1875s cubic-bezier(0.7, 0, 0.3, 1);
}

.menu-btn .icon .bar.b1 {
  width: 60%;
  top: calc(1rem - 3px);
}

.menu-btn .icon .bar.b3 {
  width: 75%;
  top: calc(2rem - 3px);
}

.single-btn {
  width: 7rem;
}

.navigating .menu-btn .icon .bar {
  top: 14px;
  -webkit-transition: width 0.1875s cubic-bezier(0.7, 0, 0.3, 1),
    top 0.1875s cubic-bezier(0.7, 0, 0.3, 1),
    opacity 0.1875s cubic-bezier(0.7, 0, 0.3, 1),
    -webkit-transform 0.1875s cubic-bezier(0.7, 0, 0.3, 1) 0.1875s;
  transition: width 0.1875s cubic-bezier(0.7, 0, 0.3, 1),
    top 0.1875s cubic-bezier(0.7, 0, 0.3, 1),
    opacity 0.1875s cubic-bezier(0.7, 0, 0.3, 1),
    -webkit-transform 0.1875s cubic-bezier(0.7, 0, 0.3, 1) 0.1875s;
  transition: width 0.1875s cubic-bezier(0.7, 0, 0.3, 1),
    top 0.1875s cubic-bezier(0.7, 0, 0.3, 1),
    opacity 0.1875s cubic-bezier(0.7, 0, 0.3, 1),
    transform 0.1875s cubic-bezier(0.7, 0, 0.3, 1) 0.1875s;
  transition: width 0.1875s cubic-bezier(0.7, 0, 0.3, 1),
    top 0.1875s cubic-bezier(0.7, 0, 0.3, 1),
    opacity 0.1875s cubic-bezier(0.7, 0, 0.3, 1),
    transform 0.1875s cubic-bezier(0.7, 0, 0.3, 1) 0.1875s,
    -webkit-transform 0.1875s cubic-bezier(0.7, 0, 0.3, 1) 0.1875s;
}

.navigating .menu-btn .icon .bar.b2 {
  opacity: 0;
}

.navigating .menu-btn .icon .bar.b1 {
  width: 100%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.navigating .menu-btn .icon .bar.b3 {
  width: 100%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#nav {
  max-width: 28rem;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  list-style: none;
}

#nav li {
  padding: 1.5rem 0;
  margin: 0;
}

#nav a {
  color: #003b71;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
  text-transform: uppercase;
  display: block;
}

#nav a:hover,
#nav a.active {
  text-decoration: underline;
}

#nav a.cta-btn {
  background: #003b71;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

#nav a.cta-btn.yellow {
  color: #000;
  background-color: #ffd200;
}

#rule {
  display: none;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pt-1 {
  padding-top: 1rem;
}

#contact-form {
  width: 100%;
}

.flex-1 {
  flex: 1;
}

.justify--space-between {
  justify-content: space-between;
}

.align-items--center {
  align-items: center;
}

.profile img {
  border-radius: 50%;
  margin: 0 auto 1rem;
  width: 80%;
}

.profile {
  text-align: center;
  padding: 3rem 0;
}

/* .page-header {
    padding-top: 5rem;
} */

.page-header .title-img {
  margin-right: -1rem;
  margin-left: -1rem;
  position: relative;
}

.page-header img {
  width: 100%;
  max-width: 100%;
  margin-bottom: -1rem;
}

.title-text h1 {
  font-size: 2.5rem;
}

.title-text h2 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.title-text h2::before {
  display: none;
}

.title-text h1,
.title-text h2 {
  text-transform: none;
  color: #003b71;
}

@media screen and (min-width: 375px) {
  #header .container {
    width: calc(100% - 2.5rem);
  }
  .btn-wrapper {
    right: -1.25rem;
  }
  #nav a {
    font-size: 1.625rem;
  }
}

@media screen and (min-width: 480px) {
  #header .container {
    width: calc(100% - 3rem);
    max-width: 1440px;
  }
  .btn-wrapper {
    right: -1.5rem;
  }
  .nav-btn {
    display: flex;
  }
}

@media screen and (min-width: 760px) {
  #contact,
  #navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.375s cubic-bezier(0.7, 0, 0.3, 1);
    transition: -webkit-transform 0.375s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.375s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.375s cubic-bezier(0.7, 0, 0.3, 1),
      -webkit-transform 0.375s cubic-bezier(0.7, 0, 0.3, 1);
  }
  #contact-inner {
    max-width: 24rem;
    padding-top: 0;
  }

  .page-header {
    padding-top: 6rem;
  }

  .profile img {
    width: auto;
  }
}

@media screen and (min-width: 760px) and (min-height: 800px) {
  #contact,
  #navigation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#hero {
  height: calc(100vh - 5rem);
  max-height: 164vw;
  background: #000;
  position: relative;
}

#hero header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}

#hero .image,
#hero header {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#hero .image {
  background: url(../images/hero-image.jpg) 50% no-repeat;
  background-size: cover;
  z-index: 1;
}

.description-wrapper {
  position: absolute;
  right: 0;
  top: 40%;
  width: 45%;
  font-size: 1.4rem;
}

.description-wrapper p {
  font-size: 1.4rem;
}

.description-wrapper span {
  display: block;
}

@media screen and (min-width: 760px) {
  .description-wrapper {
    top: 40%;
    width: 50%;
  }
}

@media screen and (min-width: 1240px) {
  .description-wrapper {
    top: 50%;
    width: 55%;
  }
}

@media screen and (min-width: 480px) {
  #hero {
    min-height: 120vw;
  }
}

@media screen and (min-width: 760px) {
  #hero {
    height: calc(100vh - 5.25rem);
    min-height: 110vw;
    margin-top: 5.875rem;
  }
}

@media screen and (min-width: 1024px) {
  #hero {
    min-height: 55vw;
    max-height: 62vw;
  }
  #hero header {
    width: 50%;
    background: #003b71;
  }
  #hero .image {
    width: 50%;
    left: 50%;
  }

  .desktop-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .page-header {
    padding-top: 6rem;
  }

  .page-header img {
    max-width: 40rem;
  }

  .page-header .title-img {
    margin-right: 0;
    margin-left: 0;
  }

  .page-header .title-text {
    margin-right: 2rem;
  }

  .profile {
    text-align: left;
  }

  .profile .name {
    font-size: 1.8rem;
  }

  .profile .title {
    font-size: 1.2rem;
  }

  .profile img {
    margin: 0 2rem 0 0;
    max-width: 300px;
  }

  .column {
    padding-left: 3rem;
    border-left: 1px solid #000;
    width: calc(33% - 2rem);
  }

  .column:first-child {
    padding-left: 0;
    border-left: none;
  }
}

@media screen and (min-width: 1440px) {
  #hero {
    min-height: 54vw;
  }

  #header {
    height: auto;
    border-bottom: none;
  }

  #header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .page-header {
    padding-top: 7rem;
  }

  .logo {
    height: 5rem;
    line-height: 4rem;
  }
  .menu-btn {
    display: none;
  }
  .menu-btn .icon,
  .nav-btn .icon {
    margin-top: 1.166666666rem;
  }

  #navigation {
    padding-bottom: 0;
    height: 5rem;
    justify-content: flex-end;
  }

  #nav-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: initial;
    padding: 0;
  }

  #nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin: 0;
  }

  #nav li {
    padding: 0 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  #nav li:not(:first-child)::before {
    content: "|";
    padding-right: 0.5rem;
    color: #003b71;
  }

  #nav a {
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: normal;
  }

  .navigating #nav-wrap {
    top: 5.875rem;
    overflow-y: scroll;
  }
}

.well {
  padding: 5rem 0 1.5rem;
  background: #fff;
}

.well header.with-image {
  margin-top: 2.5rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}

.well .curve {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}

.well .curve.fg-alt {
  fill: #f4f3f4;
}

.well .curve.upper {
  margin-top: -1px;
  margin-bottom: 4rem;
}

.well.no-bottom {
  padding-bottom: 0;
}

.well.no-bottom p {
  margin-bottom: 5rem;
}

.well p,
.well ul {
  margin-bottom: 1.75rem;
}

.well ul {
  margin-bottom: 4rem;
}

.well.bright {
  background: #2b9fdd;
  color: #fff;
}

.well.bright a {
  color: #fff;
  text-decoration: underline;
}

.well.bright a:hover {
  color: #003b71;
}

.well.bright.contact {
  padding-top: 4rem;
}

.well .container {
  position: relative;
  z-index: 3;
}

.well.with-curve {
  padding-top: 0;
  margin-top: -14vw;
  position: relative;
  z-index: 2;
}

.well.with-curve:before {
  content: " ";
  width: 100vw;
  height: 2px;
  background: #f4f3f4;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.well.alt {
  background: #f4f3f4;
  position: relative;
  overflow: hidden;
}

.well.alt .line {
  width: 2px;
  height: 200%;
  background: #cfcbcf;
  position: absolute;
  left: 115%;
  top: -20%;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  z-index: 1;
}

.bleed-left {
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 20px 50vw;
  background-color: #fff;
  color: black;
}

@media screen and (min-width: 568px) {
  .bleed-left {
    margin-right: 0;
    padding: 20px 20px 20px 50vw;
  }
}

.well.bright .bleed-left a {
  color: #003b71;
  text-decoration: none;
  white-space: nowrap;
}

@media screen and (min-width: 760px) {
  .well {
    padding: 7rem 0 4rem;
  }
  .well header.with-image {
    margin-top: 4rem;
    margin-bottom: 4.5rem;
  }
  .well p,
  .well ul {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 1024px) {
  .well {
    padding: 10rem 0 4rem;
  }
  .well.no-bottom .cell:first-child {
    padding-top: 4rem;
  }
}

@media screen and (min-width: 1240px) {
  .well.no-bottom .cell:first-child {
    padding-top: 8rem;
    padding-bottom: 7rem;
  }
}

.breather {
  padding-top: 20%;
  padding-bottom: 20%;
  margin-top: -12vw;
  margin-bottom: -11vw;
  background: #003b71;
  color: #003b71;
  overflow: hidden;
  z-index: 2;
}

.breather,
.breather .container {
  position: relative;
}

.breather .curve-mask {
  width: 100%;
  height: auto;
  fill: #f4f3f4;
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 2;
}

.breather .curve-mask.bg-bg {
  fill: #fff;
}

.breather .curve-mask.upper {
  z-index: 4;
}

.breather .curve-mask.lower {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: auto;
  bottom: -1px;
}

.breather p {
  padding: 8rem 0 6rem;
  margin: 0;
}

.breather strong {
  width: calc(50% - 0.5em);
  font-size: 2rem;
  line-height: 1;
  font-style: italic;
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
  color: #003b71;
  text-transform: uppercase;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
  position: absolute;
  right: calc(50% + 0.5em);
  text-align: right;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.333333;
  -webkit-transition: top 0.75s cubic-bezier(0.7, 0, 0.3, 1),
    color 0.75s cubic-bezier(0.7, 0, 0.3, 1),
    opacity 0.75s cubic-bezier(0.7, 0, 0.3, 1),
    text-shadow 0.75s cubic-bezier(0.7, 0, 0.3, 1),
    -webkit-transform 0.75s cubic-bezier(0.7, 0, 0.3, 1);
  transition: top 0.75s cubic-bezier(0.7, 0, 0.3, 1),
    color 0.75s cubic-bezier(0.7, 0, 0.3, 1),
    opacity 0.75s cubic-bezier(0.7, 0, 0.3, 1),
    text-shadow 0.75s cubic-bezier(0.7, 0, 0.3, 1),
    -webkit-transform 0.75s cubic-bezier(0.7, 0, 0.3, 1);
  transition: top 0.75s cubic-bezier(0.7, 0, 0.3, 1),
    transform 0.75s cubic-bezier(0.7, 0, 0.3, 1),
    color 0.75s cubic-bezier(0.7, 0, 0.3, 1),
    opacity 0.75s cubic-bezier(0.7, 0, 0.3, 1),
    text-shadow 0.75s cubic-bezier(0.7, 0, 0.3, 1);
  transition: top 0.75s cubic-bezier(0.7, 0, 0.3, 1),
    transform 0.75s cubic-bezier(0.7, 0, 0.3, 1),
    color 0.75s cubic-bezier(0.7, 0, 0.3, 1),
    opacity 0.75s cubic-bezier(0.7, 0, 0.3, 1),
    text-shadow 0.75s cubic-bezier(0.7, 0, 0.3, 1),
    -webkit-transform 0.75s cubic-bezier(0.7, 0, 0.3, 1);
}

.breather strong:nth-of-type(2),
.breather strong:nth-of-type(4),
.breather strong:nth-of-type(6) {
  text-align: left;
  right: auto;
  left: calc(50% + 0.5em);
}

.breather strong:nth-of-type(3) {
  top: 0;
}

.breather strong:nth-of-type(2) {
  color: #fff;
  top: 50%;
  text-shadow: -1px -1px 0 transparent, 1px -1px 0 transparent,
    -1px 1px 0 transparent, 1px 1px 0 transparent;
  opacity: 1;
}

.breather strong:first-of-type {
  top: 100%;
}

.breather strong:nth-of-type(4) {
  top: 150%;
}

.breather strong:nth-of-type(5) {
  top: 200%;
}

.breather.gold {
  background: #ffd200;
  color: #ffd200;
}

.breather.gold strong {
  color: inherit;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}

.breather.gold strong:nth-of-type(2) {
  color: #000;
  text-shadow: -1px -1px 0 transparent, 1px -1px 0 transparent,
    -1px 1px 0 transparent, 1px 1px 0 transparent;
}

.breather.position-2 strong:nth-of-type(3) {
  top: -50%;
}

.breather.position-2 strong:nth-of-type(2) {
  color: inherit;
  top: 0;
  opacity: 0.333333;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
}

.breather.position-2 strong:first-of-type {
  color: #fff;
  top: 50%;
  opacity: 1;
  text-shadow: -1px -1px 0 transparent, 1px -1px 0 transparent,
    -1px 1px 0 transparent, 1px 1px 0 transparent;
}

.breather.position-2 strong:nth-of-type(4) {
  top: 100%;
}

.breather.position-2 strong:nth-of-type(5) {
  top: 150%;
}

.breather.position-2.gold strong:nth-of-type(2) {
  color: inherit;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}

.breather.position-2.gold strong:first-of-type {
  color: #000;
}

.breather.position-3 strong:nth-of-type(3) {
  top: -100%;
}

.breather.position-3 strong:nth-of-type(2) {
  top: -50%;
}

.breather.position-3 strong:first-of-type {
  color: inherit;
  top: 0;
  opacity: 0.333333;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
}

.breather.position-3 strong:nth-of-type(4) {
  color: #fff;
  top: 50%;
  opacity: 1;
  text-shadow: -1px -1px 0 transparent, 1px -1px 0 transparent,
    -1px 1px 0 transparent, 1px 1px 0 transparent;
}

.breather.position-3 strong:nth-of-type(5) {
  top: 100%;
}

.breather.position-3.gold strong:first-of-type {
  color: inherit;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}

.breather.position-3.gold strong:nth-of-type(4) {
  color: #000;
}

.breather .arrow {
  width: 2px;
  height: 115%;
  min-height: 1rem;
  background: #ffd200;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 3;
}

.breather .arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.75rem solid #ffd200;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.breather.gold .arrow {
  background: #003b71;
}

.breather.gold .arrow:before {
  border-top-color: #003b71;
}

@media screen and (min-width: 375px) {
  .breather p {
    padding: 10rem 0;
  }
  .breather strong {
    font-size: 2.333333333333333rem;
  }
}

@media screen and (min-width: 414px) {
  .breather strong {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 480px) {
  .breather p {
    padding: 12rem 0;
  }
  .breather strong {
    font-size: 3rem;
  }
}

@media screen and (min-width: 568px) {
  .breather p {
    padding: 14rem 0;
  }
  .breather strong {
    font-size: 3.625rem;
  }
}

@media screen and (min-width: 760px) {
  .breather p {
    padding: 16rem 0;
  }
  .breather strong {
    font-size: 4.1428571429rem;
  }
}

@media screen and (min-width: 900px) {
  .breather strong {
    font-size: 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .breather p {
    padding: 20rem 0;
  }
  .breather strong {
    font-size: 4.875rem;
  }
}

@media screen and (min-width: 1240px) {
  .breather strong {
    font-size: 5.75rem;
  }
}

.triptych {
  margin-top: -8rem;
  display: block;
  position: absolute;
  top: 50%;
  right: -1rem;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.triptych .lockup {
  width: 7rem;
  margin: 0 0.5rem;
  display: inline-block;
  position: relative;
}

.triptych .lockup:first-child {
  margin: 0 auto -1.125rem;
  display: block;
}

.triptych .base {
  fill: rgba(0, 0, 0, 0.7);
}

.triptych .image {
  height: 4rem;
  fill: #fff;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.triptych .image,
.triptych .label {
  width: auto;
  position: absolute;
  left: 50%;
}

.triptych .label {
  margin: 0.5em 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.triptych .label:first-child {
  top: auto;
  bottom: 100%;
}

.icon.drift {
  width: 53.33333333vw;
  position: absolute;
  z-index: 1;
  opacity: 0.2;
}

.icon.drift.right {
  margin-top: 10rem;
  right: -1rem;
  top: 50%;
}

.icon.drift.left {
  margin-top: 10rem;
  left: -1rem;
  top: 25%;
}

.icon .base {
  fill: #e1e1e1;
}

.icon .image {
  width: 42.66666667vw;
  height: auto;
  position: absolute;
  left: -10vw;
  top: -3.333333vw;
}

.blue .icon .image {
  fill: #003b71;
}

.gold .icon .image {
  fill: #ffd200;
}

.icon.left .image {
  left: auto;
  right: -10vw;
}

@media screen and (min-width: 760px) {
  .triptych {
    margin-top: -10rem;
    right: 0;
  }
  .triptych .lockup {
    width: 8.75rem;
  }
  .triptych .lockup:first-child {
    margin: 0 auto -1.625rem;
  }
  .triptych .image {
    height: 5rem;
  }
  .icon.drift {
    width: 20rem;
    opacity: 0.25;
  }
  .icon.drift.right {
    right: 0;
  }
  .icon.drift.left {
    left: 0;
  }
  .icon .image {
    width: 16rem;
    left: -3rem;
    top: -1rem;
  }
  .icon.left .image {
    right: -3rem;
  }
}

@media screen and (min-width: 1024px) {
  .icon.drift {
    width: 24rem;
  }
  .icon .image {
    width: 21rem;
    left: -5rem;
  }
  .icon.left .image {
    right: -5rem;
  }
}

@media screen and (min-width: 1240px) {
  .icon.drift {
    width: 28.75rem;
  }
  .icon .image {
    width: 24.375rem;
    left: -6rem;
  }
  .icon.left .image {
    right: -6rem;
  }
}

#footer {
  padding: 2rem 0 1.75rem;
  background: #fff;
}

#footer p {
  margin: 0;
  font-size: 1rem;
  text-align: center;
}

#footer p a {
  font-weight: 700;
}

#footer .container {
  width: calc(100% - 2rem);
}

#footer-logo {
  margin: 0 auto 1rem;
}

@media screen and (min-width: 375px) {
  #footer .container {
    width: calc(100% - 2.5rem);
  }
}

@media screen and (min-width: 480px) {
  #footer .container {
    width: calc(100% - 3rem);
    max-width: 1440px;
  }
}

@media screen and (min-width: 760px) {
  #footer {
    padding: 1rem 0;
  }
  #footer p {
    text-align: right;
  }
  #footer-logo {
    margin: initial;
  }
}

.fit {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  position: relative;
  display: block;
}

@media screen and (min-width: 1240px) {
  .fit.extra-top {
    bottom: 0;
    position: absolute;
  }
}

.flip-h {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
}

.image-clip {
  width: 100%;
  height: auto;
  margin: auto;
  position: relative;
  display: block;
}

.image-clip img {
  margin-bottom: 1.5rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.hidden,
.hidden-until-xl {
  display: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

@media screen and (min-width: 568px) {
  .hidden-after-smmd {
    display: none;
  }
}

@media screen and (min-width: 1240px) {
  .hidden-until-xl {
    display: initial;
  }
}

/*----- IE Hacks -----*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie-flex-1 {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  #nav-wrap {
    -ms-flex: 0 1 auto;
  }
}
