@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

/* CSS compiled from SCSS */
/* --------------------------------------- */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, label, legend, caption, figcaption {
  margin: 0;
  padding: 0;
}

html {
  font-size: 75%;
}

@media (min-width: 22.5em) {
  html {
    font-size: 75%;
  }
}

@media (min-width: 34.375em) {
  html {
    font-size: 75%;
  }
}

@media (min-width: 54.375em) {
  html {
    font-size: 75%;
  }
}

@media (min-width: 72.5em) {
  html {
    font-size: 100%;
  }
}

@font-face {
  font-family: 'Archer A';
  font-display: swap;
}

@font-face {
  font-family: 'Archer B';
  font-display: swap;
}

@font-face {
  font-family: 'Gotham SSm A';
  src: url("/themes/wtm/fonts/gotham/Gotham-Book_Web.woff") format("woff"), url("/themes/wtm/fonts/gotham/Gotham-Book_Web.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham SSm B';
  src: url("/themes/wtm/fonts/gotham/Gotham-Bold_Web.woff") format("woff"), url("/themes/wtm/fonts/gotham/Gotham-Bold_Web.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archer A';
  src: url("/themes/wtm/fonts/archer/Archer-Medium_Web.woff") format("woff"), url("/themes/wtm/fonts/archer/Archer-Medium_Web.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archer B';
  src: url("/themes/wtm/fonts/archer/Archer-Bold_Web.woff") format("woff"), url("/themes/wtm/fonts/archer/Archer-Bold_Web.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*
--------------------
Reset (Normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #f9f7f3;
  overflow-x: hidden;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Arial, sans-serif;
  color: #000000;
}

img {
  -ms-interpolation-mode: bicubic;
  height: auto;
  max-width: 100%;
}

.wrapper {
  position: relative;
  max-width: 100%;
  pointer-events: none;
}

.wrapper__inner {
  pointer-events: none;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

@media (min-width: 54.375em) {
  .wrapper {
    padding-top: 10rem;
  }
}

.bg {
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 0;
}

.bg::before, .bg::after {
  content: ' ';
  display: table;
}

.bg::after {
  clear: both;
}

@media (min-width: 22.5em) {
  .bg {
    max-width: 32rem;
  }
}

@media (min-width: 34.375em) {
  .bg {
    max-width: 52rem;
  }
}

@media (min-width: 22.5em) {
  .bg {
    max-width: 40rem;
  }
}

@media (min-width: 34.375em) {
  .bg {
    max-width: 58rem;
  }
}

@media (min-width: 54.375em) {
  .bg {
    max-width: 62rem;
  }
}

.bg:after {
  display: block;
  position: absolute;
  height: 840px;
  width: 100%;
  top: -2rem;
  left: -100%;
  background-color: #f1e9e0;
  z-index: -1;
  -webkit-transform: translateX(2rem);
      -ms-transform: translateX(2rem);
          transform: translateX(2rem);
  display: none;
}

@media (min-width: 54.375em) {
  .bg:after {
    display: block;
  }
}

.is-home .bg:after {
  opacity: 0;
}

.label-hidden {
  text-indent: -9999em;
  display: inline-block;
  position: absolute;
  height: 1px;
  overflow: hidden;
}

a {
  color: #000000;
  -webkit-transition: color 50ms, background 50ms, color 50ms, opacity 50ms;
  -o-transition: color 50ms, background 50ms, color 50ms, opacity 50ms;
  transition: color 50ms, background 50ms, color 50ms, opacity 50ms;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #AC1B2D;
}

/* fade image in after load */
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.page-wrap {
  position: relative;
}

@-webkit-keyframes fade-in {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes quiz-bar-scale {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes quiz-bar-scale {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@-webkit-keyframes page-out-left {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
  }
}

@keyframes page-out-left {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
  }
}

@-webkit-keyframes page-out-right {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
  }
}

@keyframes page-out-right {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
  }
}

@-webkit-keyframes page-in-left {
  0% {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes page-in-left {
  0% {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes page-in-right {
  0% {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes page-in-right {
  0% {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes page-nav-exit-left {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
  }
}

@keyframes page-nav-exit-left {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
  }
}

@-webkit-keyframes page-nav-exit-right {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
  }
}

@keyframes page-nav-exit-right {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
  }
}

@-webkit-keyframes page-nav-enter-left {
  0% {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}

@keyframes page-nav-enter-left {
  0% {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}

@-webkit-keyframes page-nav-enter-right {
  0% {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes page-nav-enter-right {
  0% {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.grid {
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
}

.grid::before, .grid::after {
  content: ' ';
  display: table;
}

.grid::after {
  clear: both;
}

.is-home .grid {
  margin-top: -1rem;
}

@media (min-width: 34.375em) {
  .grid_collapse {
    max-width: none;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.grid__item-4 {
  float: left;
  width: 100%;
  padding: 1rem;
}

@media (min-width: 34.375em) {
  .grid__item-4 {
    width: 50%;
  }
}

@media (min-width: 54.375em) {
  .grid__item-4 {
    width: 33.3333333%;
  }
}

.grid__item-3 {
  float: left;
  width: 100%;
  padding: 1rem;
}

@media (min-width: 22.5em) {
  .grid__item-3 {
    width: 33.3333333%;
  }
}

h1 {
  font-weight: 800;
  color: #d72239;
  font-family: "Archer A", "Archer B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.callout__title, h2, h3, h4, h5 {
  font-weight: normal;
  letter-spacing: -.01em;
}

h1 {
  font-size: 3.3333333rem;
  line-height: 1;
  position: relative;
  top: -0.2541667rem;
  margin-bottom: 1.3666667rem;
}

@media (min-width: 72.5em) {
  h1 {
    font-size: 3.125rem;
    line-height: 1;
    position: relative;
    top: -0.25rem;
    margin-bottom: 1.40625rem;
  }
}

.callout__title, h2 {
  font-weight: 700;
  color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.4444444;
  position: relative;
  top: -0.4958333rem;
  margin-bottom: 0.3833333rem;
  padding-bottom: 0.3em;
  padding-right: 0.3em;
  text-transform: uppercase;
}

@media (min-width: 72.5em) {
  .callout__title, h2 {
    font-size: 1.25rem;
    line-height: 1.6;
    position: relative;
    top: -0.515625rem;
    margin-bottom: 0.375rem;
  }
}

h3 {
  font-weight: 700;
  color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3333333rem;
  line-height: 1.625;
  position: relative;
  top: -0.5541667rem;
  margin-bottom: 0.2666667rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 72.5em) {
  h3 {
    font-size: 1.125rem;
    line-height: 1.7777778;
    position: relative;
    top: -0.559375rem;
    margin-bottom: 0.2875rem;
  }
}

h4 {
  font-weight: 700;
  color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1666667rem;
  line-height: 1.8571429;
  position: relative;
  top: -0.6125rem;
  margin-bottom: 0.15rem;
}

@media (min-width: 72.5em) {
  h4 {
    font-size: 0.875rem;
    line-height: 1.8571429;
    position: relative;
    top: -0.459375rem;
    margin-bottom: 0.4875rem;
  }
}

/*

	H3 - This is the sub title (in sketch file)

*/
.related-topics__title, .page-thumb-heading, .banner__title {
  font-weight: 800;
  color: #d72239;
  font-family: "Archer A", "Archer B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 2.1666667rem;
  line-height: 1.0769231;
  position: relative;
  top: 0.7733333rem;
  margin-bottom: 1.9216667rem;
}

@media (min-width: 72.5em) {
  .related-topics__title, .page-thumb-heading, .banner__title {
    font-size: 2rem;
    line-height: 1;
    position: relative;
    top: 0.856875rem;
    margin-bottom: 2.12rem;
  }
}

/*

	H4 - This is a quote or intro ... (in sketch file)

*/
.typographer .carousel__title, .carousel__title, .typography .lead, .lead {
  font-weight: 600;
  color: #d72239;
  font-family: "Archer A", "Archer B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8333333rem;
  line-height: 1.1818182;
  position: relative;
  top: -0.2783333rem;
  margin-bottom: -0.6816667rem;
}

@media (min-width: 72.5em) {
  .typographer .carousel__title, .carousel__title, .typography .lead, .lead {
    font-size: 1.75rem;
    line-height: 1.2857143;
    position: relative;
    top: -0.369375rem;
    margin-bottom: -0.8325rem;
  }
}

/*

	H5 - This is the sub title (in sketch file)

*/
.page-thumb__title {
  font-weight: 400;
  color: #000000;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6666667rem;
  line-height: 1.3;
  position: relative;
  top: -0.4375rem;
  margin-bottom: -1rem;
}

@media (min-width: 72.5em) {
  .page-thumb__title {
    font-size: 1.5rem;
    line-height: 1.3333333;
    position: relative;
    top: -0.428125rem;
    margin-bottom: -0.95rem;
  }
}

.typography p {
  font-size: 1.3333333rem;
  line-height: 1.5;
  position: relative;
  top: -0.4708333rem;
  margin-bottom: 1.9333333rem;
  font-weight: 400;
}

@media (min-width: 72.5em) {
  .typography p {
    font-size: 1.125rem;
    line-height: 1.5555556;
    position: relative;
    top: -0.434375rem;
    margin-bottom: 2.0375rem;
  }
}

.typography .intro {
  color: #beeaef;
  font-size: 1.8333333rem;
  line-height: 1.2727273;
  position: relative;
  top: -0.4625rem;
  margin-bottom: 0.95rem;
}

@media (min-width: 72.5em) {
  .typography .intro {
    font-size: 1.5rem;
    line-height: 1.3333333;
    position: relative;
    top: -0.428125rem;
    margin-bottom: 1.05rem;
  }
}

.typography ul, .typography ol, .typography dl {
  margin-left: 2rem;
  margin-bottom: 3rem;
  margin-top: 2rem;
  list-style: none;
  color: #000000;
}

@media (min-width: 34.375em) {
  .typography ul, .typography ol, .typography dl {
    margin-left: 1.5rem;
  }
}

@media (min-width: 72.5em) {
  .typography ul, .typography ol, .typography dl {
    margin-top: 2rem;
  }
}

.typography ul li, .typography ol li, .typography dl li {
  font-size: 1.3333333rem;
  line-height: 1.5;
  position: relative;
  top: -0.4708333rem;
  margin-bottom: 1.9333333rem;
  font-weight: 400;
}

@media (min-width: 72.5em) {
  .typography ul li, .typography ol li, .typography dl li {
    font-size: 1.125rem;
    line-height: 1.5555556;
    position: relative;
    top: -0.434375rem;
    margin-bottom: 2.0375rem;
  }
}

.typography ul li:before, .typography ol li:before, .typography dl li:before {
  content: '—';
  position: absolute;
  top: -.1em;
  left: -2rem;
  width: 1.7rem;
}

@media (min-width: 34.375em) {
  .typography ul li:before, .typography ol li:before, .typography dl li:before {
    left: -1.5rem;
  }
}

.typography ul li p, .typography ul li span, .typography ol li p, .typography ol li span, .typography dl li p, .typography dl li span {
  padding: 0;
  margin: 0;
  font-size: 1em;
  top: auto;
  margin-bottom: 0;
}

.typography ul li + li, .typography ol li + li, .typography dl li + li {
  margin-top: 0;
  margin-top: 2rem;
}

.typography dl {
  margin-left: 0;
}

.typography blockquote {
  color: #d72239;
  position: relative;
  text-align: center;
}

.typography blockquote p {
  quotes: "“" "”" "‘" "’";
  font-family: "Archer A", "Archer B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.25rem;
  font-size: 1.6666667rem;
  line-height: 1.3;
  position: relative;
  top: 0.4041667rem;
  margin-bottom: 1.9333333rem;
}

@media (min-width: 54.375em) {
  .typography blockquote p {
    font-size: 1.8333333rem;
    line-height: 1.2727273;
    position: relative;
    top: 0.3883333rem;
    margin-bottom: 1.9016667rem;
  }
}

@media (min-width: 72.5em) {
  .typography blockquote p {
    font-size: 1.75rem;
    line-height: 1.2857143;
    position: relative;
    top: 0.380625rem;
    margin-bottom: 1.9175rem;
  }
}

.typography blockquote p:before {
  content: open-quote;
}

.typography blockquote p:after {
  content: close-quote;
}

.typography blockquote cite {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  color: black;
  font-size: 1.1666667rem;
  line-height: 2.2857143;
  position: relative;
  top: -0.8625rem;
  margin-bottom: -0.85rem;
}

@media (min-width: 72.5em) {
  .typography blockquote cite {
    font-size: 0.875rem;
    line-height: 2.2857143;
    position: relative;
    top: -0.646875rem;
    margin-bottom: -0.3875rem;
  }
}

.typography table {
  width: 100%;
  max-width: 100%;
  top: 0;
  border: 1px solid #ccc;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}

.typography table:last-child {
  margin-bottom: 0;
}

.typography table tr {
  border-bottom: 1px solid #ccc;
}

.typography table tr:last-child {
  border-bottom: none;
}

.typography table td, .typography table th {
  padding: .75em .75em;
  text-align: left;
}

.typography table td, .typography table td p, .typography table th, .typography table th p {
  line-height: 1.35;
  margin-bottom: 0;
  font-size: 1rem;
}

.typography table td p, .typography table th p {
  padding: 0;
  top: 0;
}

.typography > :last-child {
  margin-bottom: 0;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #ffffff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #ffffff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 2rem;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #ffffff;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
  border: 1px solid #d72239;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #d72239;
}

.typographer .carousel__title, .carousel__title {
  font-weight: 600;
  color: #d72239;
  font-family: "Archer A", "Archer B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #d72239;
  top: auto;
  margin-bottom: 0;
  text-align: center;
}

.action {
  text-decoration: none;
  padding: 1em;
  color: #ffffff;
  display: inline-block;
  font-family: "Archer A", "Archer B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #d72239;
  border: none;
  padding: .5em 1em;
  margin: 2em 0;
}

.action:hover, .action:active, .action:focus {
  background-color: #AC1B2D;
  color: #ffffff;
}

.action_panic {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f1e9e0;
  padding: .5em 1em;
}

.action_panic:hover {
  background-color: #f1e9e0;
  color: #fff;
}

.action_main {
  font-size: 1.25rem;
  line-height: 2rem;
  padding: .6em 1em;
}

@media (min-width: 34.375em) {
  .action_main {
    font-size: 1.625rem;
  }
}

#ForgotPassword {
  font-size: 1em;
}

fieldset {
  border: none;
  padding: 0;
}

@media (min-width: 54.375em) {
  #MemberLoginForm_LoginForm .text {
    width: 75%;
  }
}

svg {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  fill: inherit;
  fill: currentColor;
}

svg use {
  fill: inherit;
  fill: currentColor;
}

svg .fill, svg * {
  fill: inherit;
}

.ua-ie .icon,
.ua-edge .icon,
.ua-android-4 .icon {
  max-height: 1.1em;
}

.icon_mini {
  width: 1em;
  margin-bottom: -.2em;
}

.page-thumb__actions .icon_mini {
  width: 1.35em;
  margin-bottom: -.2em;
  margin-right: 0;
}

@media (min-width: 34.375em) {
  .page-thumb__actions .icon_mini {
    margin-right: .5em;
  }
}

.page-thumb__actions .icon_read {
  margin-right: .1em;
  width: 1.275em;
}

@media (min-width: 34.375em) {
  .page-thumb__actions .icon_read {
    margin-right: .55em;
  }
}

.icon_lines {
  color: #f9f7f3;
  margin-top: 65%;
  width: 54%;
  margin-left: 3rem;
}

.ua-ie .icon_lines,
.ua-edge .icon_lines,
.ua-android-4 .icon_lines {
  max-height: 46em;
}

.icon_nav-arrows {
  width: 1.25em;
}

.page-nav__link-next .icon_nav-arrows,
.page-nav__link-prev .icon_nav-arrows {
  top: 17rem;
  position: absolute;
  left: .75rem;
}

.ua-ie .page-nav__link-next .icon_nav-arrows,
.ua-edge .page-nav__link-next .icon_nav-arrows,
.ua-android-4 .page-nav__link-next .icon_nav-arrows, .ua-ie
.page-nav__link-prev .icon_nav-arrows,
.ua-edge
.page-nav__link-prev .icon_nav-arrows,
.ua-android-4
.page-nav__link-prev .icon_nav-arrows {
  max-height: 2em;
}

@media (min-width: 72.5em) {
  .page-nav__link-next .icon_nav-arrows,
  .page-nav__link-prev .icon_nav-arrows {
    left: 1rem;
  }
}

.page-nav__link-next:hover .icon_nav-arrows,
.page-nav__link-next:active .icon_nav-arrows,
.page-nav__link-next:focus .icon_nav-arrows {
  color: #000000;
}

.page-nav__link-prev .icon_nav-arrows {
  left: auto;
  right: 0;
  color: #000000;
}

@media (min-width: 72.5em) {
  .page-nav__link-prev .icon_nav-arrows {
    right: 1rem;
  }
}

.icon_left-arrow-small {
  width: .5em;
}

.ua-ie .icon_left-arrow-small,
.ua-edge .icon_left-arrow-small,
.ua-android-4 .icon_left-arrow-small {
  max-height: .5em;
}

.icon_long-arrow {
  width: 2.0833333rem;
}

.button_main .icon_long-arrow {
  margin-left: .5rem;
}

.ua-ie .button_main .icon_long-arrow,
.ua-edge .button_main .icon_long-arrow,
.ua-android-4 .button_main .icon_long-arrow {
  max-height: .5em;
}

.case-study__link .icon_long-arrow {
  width: 1.75em;
  margin-left: .5em;
}

.icon_footer {
  max-width: 9rem;
  color: #fff;
}

@media (min-width: 54.375em) {
  .icon_footer {
    display: block;
  }
}

.ua-ie .icon_footer,
.ua-edge .icon_footer,
.ua-android-4 .icon_footer {
  max-height: 3em;
}

a:nth-of-type(2) .icon_footer {
  margin-left: 3rem;
}

@media (min-width: 54.375em) {
  a:nth-of-type(2) .icon_footer {
    margin-left: 0;
    margin-top: 3rem;
  }
}

.button {
  text-decoration: none;
  padding: 1em;
  color: #ffffff;
  display: inline-block;
  font-family: "Archer A", "Archer B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #d72239;
  border: none;
}

.button:hover, .button:active, .button:focus {
  background-color: #AC1B2D;
  color: #ffffff;
}

.button_panic {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f1e9e0;
  padding: .5em 1em;
}

.button_panic:hover {
  background-color: #f1e9e0;
  color: #fff;
}

.button_main {
  font-size: 1.25rem;
  line-height: 2rem;
  padding: .6em 1em;
}

@media (min-width: 34.375em) {
  .button_main {
    font-size: 1.625rem;
  }
}

.key-visual {
  position: absolute;
  width: 155%;
  right: -27%;
  max-width: 200%;
  display: block;
  top: 0;
  opacity: 0;
  min-height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 34.375em) {
  .key-visual {
    right: auto;
    width: 115%;
  }
}

@media (min-width: 72.5em) {
  .key-visual {
    width: calc( 1400px + (2305 - 1400) * ( (100vw - 1160px) / ( 2320 - 1160) ));
  }
}

@media (min-width: 145em) {
  .key-visual {
    width: 100%;
  }
}

.is-home .key-visual {
  opacity: 1;
}

.main-header {
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 0;
  background-color: #f1e9e0;
  padding-top: 2rem;
  height: 3rem;
  overflow: visible;
  position: relative;
  z-index: 2;
}

@media (min-width: 54.375em) {
  .main-header {
    margin-top: 0;
    background-color: transparent;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.main-header__inner {
  margin: auto;
  position: relative;
}

@media (min-width: 22.5em) {
  .main-header__inner {
    max-width: 32rem;
  }
}

@media (min-width: 34.375em) {
  .main-header__inner {
    max-width: 52rem;
  }
}

@media (min-width: 22.5em) {
  .main-header__inner {
    max-width: 40rem;
  }
}

@media (min-width: 34.375em) {
  .main-header__inner {
    max-width: 58rem;
  }
}

@media (min-width: 54.375em) {
  .main-header__inner {
    max-width: 62rem;
  }
}

.panic-button {
  height: 0;
  line-height: 0;
  position: relative;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  text-align: center;
  font-size: 1em;
  vertical-align: middle;
  color: #000;
  -webkit-box-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.05);
          box-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.05);
  display: none;
  overflow: hidden;
}

@media (min-width: 34.375em) {
  .panic-button {
    display: block;
  }
}

.panic-button__link {
  color: #000000;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(0, 0, 0, 0.75)));
  background-image: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1.05em;
  background-position: 0 calc(43% + 0.44em + 2px);
  cursor: pointer;
}

.panic-button__link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(0, 0, 0, 0.75)));
  background-image: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  color: #000000;
}

.no-cssgradients .panic-button__link {
  text-decoration: underline;
}

.panic-button__button {
  height: 0;
  line-height: 0;
  display: inline-block;
  background-color: #d72239;
  color: #fff;
  padding: 0 .7em;
  cursor: pointer;
  position: absolute;
  right: 0;
  text-decoration: none;
}

@media (min-width: 54.375em) {
  .panic-button__button {
    padding: 0 1em;
  }
}

.panic-button__button:hover, .panic-button__button:active {
  color: #fff;
  background-color: #AC1B2D;
}

.panic-button__icon {
  margin-right: .5em;
  font-size: 1.08em;
}

.main-logo {
  display: inline-block;
  margin-left: 1rem;
  max-width: 100%;
  position: relative;
}

.main-logo__mobile {
  max-width: 170px;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}

@media (min-width: 54.375em) {
  .main-logo__mobile {
    display: none;
  }
}

.main-logo__full {
  width: 100%;
  display: none;
}

@media (min-width: 54.375em) {
  .main-logo__full {
    display: block;
    max-height: 78px;
  }
}

@media (min-width: 72.5em) {
  .main-logo__full {
    max-height: 104px;
  }
}

@media (min-width: 54.375em) {
  .main-logo {
    width: 7rem;
    right: 4.05rem;
  }
}

@media (min-width: 72.5em) {
  .main-logo {
    margin-left: 1rem;
  }
}

.tagline {
  padding: 0 2rem;
  width: 100%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  top: 21%;
  left: 50%;
  z-index: 0;
}

@media (min-width: 22.5em) {
  .tagline {
    max-width: 32rem;
  }
}

@media (min-width: 34.375em) {
  .tagline {
    max-width: 52rem;
  }
}

@media (min-width: 22.5em) {
  .tagline {
    max-width: 40rem;
  }
}

@media (min-width: 34.375em) {
  .tagline {
    max-width: 58rem;
  }
}

@media (min-width: 54.375em) {
  .tagline {
    max-width: 62rem;
  }
}

.tagline__title {
  max-width: 8em;
  font-size: 2.3333333rem;
  line-height: 1.0714286;
  position: relative;
  top: -0.2425rem;
  margin-bottom: 1.39rem;
}

@media (min-width: 34.375em) {
  .tagline__title {
    font-size: 3.3333333rem;
    line-height: 0.9;
    position: relative;
    top: -0.0875rem;
    margin-bottom: 1.7rem;
  }
}

@media (min-width: 54.375em) {
  .tagline__title {
    font-size: 3.6666667rem;
    line-height: 0.9545455;
    position: relative;
    top: -0.2025rem;
    margin-bottom: 2.47rem;
  }
}

@media (min-width: 72.5em) {
  .tagline__title {
    font-size: 3.875rem;
    line-height: 1.0322581;
    position: relative;
    top: -0.38375rem;
    margin-bottom: 2.13875rem;
  }
}

.tagline__text * {
  font-size: 1.5rem;
  line-height: 1.3333333;
  position: relative;
  top: -0.4125rem;
  margin-bottom: 2.05rem;
  color: #000000;
  max-width: 20em;
  display: none;
}

@media (min-width: 54.375em) {
  .tagline__text * {
    font-size: 1.5rem;
    line-height: 1.3333333;
    position: relative;
    top: -0.4125rem;
    margin-bottom: 1.55rem;
    display: block;
  }
}

.tagline__browse {
  font-size: 1.125rem;
  line-height: 1.7777778;
  position: relative;
  top: 0.45625rem;
  margin-bottom: -0.2125rem;
}

.tagline__browse a {
  color: #000000;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(0, 0, 0, 0.75)));
  background-image: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1.05em;
  background-position: 0 calc(43% + 0.44em + 2px);
  cursor: pointer;
}

.tagline__browse a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(0, 0, 0, 0.75)));
  background-image: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  color: #000000;
}

.no-cssgradients .tagline__browse a {
  text-decoration: underline;
}

@media (min-width: 54.375em) {
  .tagline {
    padding: 0 4rem;
  }
}

.is-home .tagline {
  opacity: 1;
}

.ua-ie-9 .is-home .tagline,
.ua-ie-10 .is-home .tagline {
  z-index: 6;
}

.hero-block {
  margin: -3rem -2rem 3rem;
  position: relative;
}

@media (min-width: 22.5em) {
  .hero-block {
    margin: -3rem -2rem 3rem;
  }
}

@media (min-width: 34.375em) {
  .hero-block {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}

.hero-block__visual {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

@media (max-width: 34.3125em) {
  .hero-block__visual {
    display: none;
  }
}

.hero-block_image .hero-block__image {
  display: block;
}

@media (min-width: 34.375em) {
  .hero-block_image .hero-block__image {
    max-width: 85%;
    max-width: calc(85% - 4.5rem);
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 54.375em) {
  .hero-block_image .hero-block__image {
    max-width: 78%;
    max-width: calc(78% - 4rem);
  }
}

.hero-block_video {
  position: relative;
  padding-bottom: 64.5%;
  /* 16:9 */
  height: 0;
}

.hero-block_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  transition: opacity .5s linear;
}

.animating .hero-block_video iframe {
  opacity: 0;
}

.page-in-left .hero-block_video,
.page-out-right .hero-block_video {
  background-color: #f1e9e0;
}

.page-in-left .hero-block iframe,
.page-in-left .hero-block img,
.page-in-right .hero-block iframe,
.page-in-right .hero-block img {
  -webkit-animation: fade-in 0.6s cubic-bezier(0.5, 0, 0, 1) 0.3s;
          animation: fade-in 0.6s cubic-bezier(0.5, 0, 0, 1) 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.icon-wrap {
  color: #000000;
  display: block;
  font-size: 1.1666667rem;
  line-height: 1.7142857;
  position: relative;
  top: -0.5291667rem;
  margin-bottom: -0.1833333rem;
}

@media (min-width: 72.5em) {
  .icon-wrap {
    font-size: 1rem;
    line-height: 2;
    position: relative;
    top: -0.603125rem;
    margin-bottom: -0.3rem;
  }
}

.page-content {
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0.5rem 0.5rem 0 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0.5rem 0.5rem 0 0 rgba(0, 0, 0, 0.04);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  min-height: 600px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 10;
  position: relative;
  background-color: #fff;
}

.page-content::before, .page-content::after {
  content: ' ';
  display: table;
}

.page-content::after {
  clear: both;
}

@media (min-width: 22.5em) {
  .page-content {
    max-width: 32rem;
  }
}

@media (min-width: 34.375em) {
  .page-content {
    max-width: 52rem;
  }
}

@media (min-width: 22.5em) {
  .page-content {
    max-width: 40rem;
  }
}

@media (min-width: 34.375em) {
  .page-content {
    max-width: 58rem;
  }
}

@media (min-width: 54.375em) {
  .page-content {
    max-width: 62rem;
  }
}

.page-content::before, .page-content::after {
  content: ' ';
  display: table;
}

.page-content::after {
  clear: both;
}

@media (min-width: 34.375em) {
  .page-content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.page-content_only {
  margin-bottom: 7rem;
}

.is-home .page-content {
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 0rem;
  margin-bottom: 10rem;
  z-index: 5;
}

@media (min-width: 22.5em) {
  .is-home .page-content {
    max-width: 32rem;
  }
}

@media (min-width: 34.375em) {
  .is-home .page-content {
    max-width: 52rem;
  }
}

@media (min-width: 22.5em) {
  .is-home .page-content {
    max-width: 40rem;
  }
}

@media (min-width: 34.375em) {
  .is-home .page-content {
    max-width: 58rem;
  }
}

@media (min-width: 54.375em) {
  .is-home .page-content {
    max-width: 62rem;
  }
}

.is-home .page-content:after, .is-home .page-content:before {
  background-color: transparent;
}

@media (min-width: 54.375em) {
  .is-home .page-content {
    padding-left: 2rem;
    padding-right: 2rem;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding-top: 88.6%;
    padding-top: calc(88.6% - 10rem);
  }
}

@media (min-width: 54.375em) and (min-width: 34.375em) {
  .is-home .page-content {
    padding-top: 65.5%;
    padding-top: calc(65.5% - 10rem);
  }
}

@media (min-width: 72.5em) {
  .is-home .page-content {
    padding-top: calc( 750px + (1000 - 750) * ( (100vw - 1160px) / ( 2320 - 1160) ) - 10rem);
  }
}

@media (min-width: 145em) {
  .is-home .page-content {
    padding-top: calc(1000px - 10rem);
  }
}

@media (min-width: 34.375em) {
  .page-content__left {
    float: left;
    width: 85%;
    padding-right: 2.5rem;
  }
}

@media (min-width: 54.375em) {
  .page-content__left {
    width: 78%;
  }
}

.page-content__right {
  margin-top: 3rem;
  position: absolute;
  visibility: hidden;
}

@media (min-width: 34.375em) {
  .page-content__right {
    margin-top: 0;
    float: right;
  }
}

@media (min-width: 54.375em) {
  .page-content__right {
    width: 22%;
    position: relative;
    visibility: visible;
  }
}

.page-in-left .page-content__right h3,
.page-in-right .page-content__right h3 {
  -webkit-animation: fade-in 1s linear 1s;
          animation: fade-in 1s linear 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.page-in-left .page-content__right .js-toc-list li,
.page-in-right .page-content__right .js-toc-list li {
  -webkit-animation: fade-in 1s cubic-bezier(0.5, 0, 0, 1);
          animation: fade-in 1s cubic-bezier(0.5, 0, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.page-in-left .page-content__right .js-toc-list li:nth-child(1),
.page-in-right .page-content__right .js-toc-list li:nth-child(1) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.page-in-left .page-content__right .js-toc-list li:nth-child(2),
.page-in-right .page-content__right .js-toc-list li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.page-in-left .page-content__right .js-toc-list li:nth-child(3),
.page-in-right .page-content__right .js-toc-list li:nth-child(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.page-in-left .page-content__right .js-toc-list li:nth-child(4),
.page-in-right .page-content__right .js-toc-list li:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.page-in-left .page-content__right .js-toc-list li:nth-child(5),
.page-in-right .page-content__right .js-toc-list li:nth-child(5) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.page-in-left .page-content__right .js-toc-list li:nth-child(6),
.page-in-right .page-content__right .js-toc-list li:nth-child(6) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.page-in-left .page-content__right .js-toc-list li:nth-child(7),
.page-in-right .page-content__right .js-toc-list li:nth-child(7) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.page-in-left .page-content__left,
.page-in-right .page-content__left {
  -webkit-animation: fade-in 0.6s linear 0.2s;
          animation: fade-in 0.6s linear 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.next-action {
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0.5rem 0.5rem 0 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0.5rem 0.5rem 0 0 rgba(0, 0, 0, 0.04);
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #d72239;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 2rem;
  position: relative;
  display: block;
  pointer-events: auto;
}

.next-action::before, .next-action::after {
  content: ' ';
  display: table;
}

.next-action::after {
  clear: both;
}

@media (min-width: 22.5em) {
  .next-action {
    max-width: 32rem;
  }
}

@media (min-width: 34.375em) {
  .next-action {
    max-width: 52rem;
  }
}

@media (min-width: 22.5em) {
  .next-action {
    max-width: 40rem;
  }
}

@media (min-width: 34.375em) {
  .next-action {
    max-width: 58rem;
  }
}

@media (min-width: 54.375em) {
  .next-action {
    max-width: 62rem;
  }
}

@media (min-width: 34.375em) {
  .next-action {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.next-action:hover {
  background-color: #AC1B2D;
}

.next-action h2 {
  top: auto;
  margin-bottom: 0;
  color: #ffffff;
}

.next-action h4 {
  line-height: 1;
  top: auto;
}

.next-action h4 span {
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6666667rem;
  line-height: 1;
  position: relative;
  top: -0.0958333rem;
  margin-bottom: -0.3166667rem;
}

@media (min-width: 72.5em) {
  .next-action h4 span {
    font-size: 1.5rem;
    line-height: 1;
    position: relative;
    top: -0.095625rem;
    margin-bottom: -0.285rem;
  }
}

.next-action svg {
  width: 2.5em;
  color: #fff;
  margin-left: .5em;
}

.typography .lead, .lead {
  color: #d72239;
  margin-top: .5rem;
  margin-bottom: 2rem;
}

.related-topics {
  -webkit-box-shadow: 0.5rem 0.5rem 0 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0.5rem 0.5rem 0 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
}

.related-topics * {
  pointer-events: auto;
}

.related-topics h2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.related-topics__title {
  font-weight: 800;
  color: #d72239;
  font-family: "Archer A", "Archer B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}

.related-topics__inner {
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7rem;
  padding-top: 6rem;
  padding-bottom: 8rem;
}

@media (min-width: 22.5em) {
  .related-topics__inner {
    max-width: 32rem;
  }
}

@media (min-width: 34.375em) {
  .related-topics__inner {
    max-width: 52rem;
  }
}

@media (min-width: 22.5em) {
  .related-topics__inner {
    max-width: 40rem;
  }
}

@media (min-width: 34.375em) {
  .related-topics__inner {
    max-width: 58rem;
  }
}

@media (min-width: 54.375em) {
  .related-topics__inner {
    max-width: 62rem;
  }
}

.related-topics__inner::before, .related-topics__inner::after {
  content: ' ';
  display: table;
}

.related-topics__inner::after {
  clear: both;
}

@media (min-width: 34.375em) {
  .related-topics__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.video-container {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}

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

.block + .block {
  margin-top: 4rem;
}

.page-content *,
.quiz *,
.next-action * {
  pointer-events: auto;
}

.page-out-left .page-content, .page-out-left
.quiz, .page-out-left
.next-action {
  -webkit-animation: 0.3s page-out-left forwards cubic-bezier(0.5, 0, 1, 0);
          animation: 0.3s page-out-left forwards cubic-bezier(0.5, 0, 1, 0);
}

.page-out-right .page-content, .page-out-right
.quiz, .page-out-right
.next-action {
  -webkit-animation: 0.3s page-out-right forwards cubic-bezier(0.5, 0, 1, 0);
          animation: 0.3s page-out-right forwards cubic-bezier(0.5, 0, 1, 0);
}

.page-in-right .page-content, .page-in-right
.quiz, .page-in-right
.next-action {
  -webkit-animation: 1s page-in-right forwards cubic-bezier(0.005, 0.75, 0.25, 1);
          animation: 1s page-in-right forwards cubic-bezier(0.005, 0.75, 0.25, 1);
}

.page-in-left .page-content, .page-in-left
.quiz, .page-in-left
.next-action {
  -webkit-animation: 1s page-in-left forwards cubic-bezier(0.005, 0.75, 0.25, 1);
          animation: 1s page-in-left forwards cubic-bezier(0.005, 0.75, 0.25, 1);
}

.page-thumb-heading {
  font-weight: 800;
  color: #d72239;
  font-family: "Archer A", "Archer B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 5rem;
  margin-bottom: 2.25rem;
  text-transform: none;
  margin-left: 1rem;
}

@media (min-width: 34.375em) {
  .page-thumb-heading {
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}

.page-thumb {
  -webkit-box-shadow: 0.5rem 0.5rem 0 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0.5rem 0.5rem 0 0 rgba(0, 0, 0, 0.04);
  background-color: #f1e9e0;
  padding: 1rem 2rem;
  position: relative;
  margin: 0 -2rem;
  min-height: 10rem;
  display: block;
}

.page-thumb:focus, .page-thumb:hover {
  background-color: #e9ddce;
}

@media (min-width: 34.375em) {
  .page-thumb {
    margin: 0;
    padding: 2rem;
    min-height: 19rem;
  }
}

.page-thumb__title {
  top: auto;
  margin-bottom: 0;
}

.page-thumb__actions {
  font-size: 1.1666667rem;
  line-height: 1.7142857;
  position: relative;
  top: -0.5291667rem;
  margin-bottom: -1.1833333rem;
  list-style: none;
  color: #000000;
  position: absolute;
  top: auto;
  margin-bottom: 0;
  bottom: 1.4rem;
}

@media (min-width: 72.5em) {
  .page-thumb__actions {
    font-size: 1rem;
    line-height: 2;
    position: relative;
    top: -0.603125rem;
    margin-bottom: -1.3rem;
  }
}

@media (min-width: 34.375em) {
  .page-thumb__actions {
    position: absolute;
    bottom: 2.4rem;
    top: auto;
  }
}

@media (min-width: 72.5em) {
  .page-thumb__actions {
    position: absolute;
    bottom: 2.4rem;
    top: auto;
  }
}

.page-thumb__actions li {
  display: inline-block;
  margin-right: 1rem;
}

@media (min-width: 34.375em) {
  .page-thumb__actions li {
    margin-right: 0;
    display: block;
  }
}

.page-thumb__link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.grid div:nth-child(2n) .page-thumb {
  background-color: #beeaef;
}

.grid div:nth-child(2n) .page-thumb:focus, .grid div:nth-child(2n) .page-thumb:hover {
  background-color: #aae3ea;
}

.is-home .grid div:nth-child(0n + 1) .page-thumb {
  background-color: #fff;
}

.is-home .grid div:nth-child(0n + 1) .page-thumb:focus, .is-home .grid div:nth-child(0n + 1) .page-thumb:hover {
  background-color: #fafafa;
}

body:not(.is-home) .page-thumb {
  margin: 0 -1rem;
}

@media (min-width: 34.375em) {
  body:not(.is-home) .page-thumb {
    margin: 0;
  }
}

body:not(.is-home) .grid div:nth-child(0n + 1) .page-thumb {
  background-color: #f9f7f3;
}

body:not(.is-home) .grid div:nth-child(0n + 1) .page-thumb:focus, body:not(.is-home) .grid div:nth-child(0n + 1) .page-thumb:hover {
  background-color: #f4f0e9;
}

.page-nav {
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-nav::before, .page-nav::after {
  content: ' ';
  display: table;
}

.page-nav::after {
  clear: both;
}

.ua-mobile-android .page-nav {
  display: none;
}

@media (min-width: 54.375em) {
  .page-nav {
    display: block;
  }
}

.page-nav__prev, .page-nav__next {
  position: relative;
  height: 100%;
}

.ua-firefox .page-nav__prev, .ua-firefox .page-nav__next {
  position: static;
  height: auto;
}

.page-nav__prev {
  top: -100%;
}

.page-out-left .page-nav__prev {
  -webkit-animation: 0.3s page-nav-exit-left cubic-bezier(0.5, 0, 1, 0) forwards;
          animation: 0.3s page-nav-exit-left cubic-bezier(0.5, 0, 1, 0) forwards;
}

.page-out-right .page-nav__prev {
  -webkit-animation: 0.3s page-out-right cubic-bezier(0.5, 0, 1, 0) forwards;
          animation: 0.3s page-out-right cubic-bezier(0.5, 0, 1, 0) forwards;
}

.page-in-right .page-nav__prev {
  -webkit-animation: 1s page-in-right cubic-bezier(0.005, 0.75, 0.25, 1);
          animation: 1s page-in-right cubic-bezier(0.005, 0.75, 0.25, 1);
}

.page-in-left .page-nav__prev {
  -webkit-animation: 1s page-in-left cubic-bezier(0.005, 0.75, 0.25, 1);
          animation: 1s page-in-left cubic-bezier(0.005, 0.75, 0.25, 1);
}

.page-out-left .page-nav__next {
  -webkit-animation: 0.3s page-out-left cubic-bezier(0.5, 0, 1, 0) forwards;
          animation: 0.3s page-out-left cubic-bezier(0.5, 0, 1, 0) forwards;
}

.page-out-right .page-nav__next {
  -webkit-animation: 0.3s page-nav-exit-right cubic-bezier(0.5, 0, 1, 0) forwards;
          animation: 0.3s page-nav-exit-right cubic-bezier(0.5, 0, 1, 0) forwards;
}

.page-in-right .page-nav__next {
  -webkit-animation: 1s page-in-right cubic-bezier(0.005, 0.75, 0.25, 1);
          animation: 1s page-in-right cubic-bezier(0.005, 0.75, 0.25, 1);
}

.page-in-left .page-nav__next {
  -webkit-animation: 1s page-in-left cubic-bezier(0.005, 0.75, 0.25, 1);
          animation: 1s page-in-left cubic-bezier(0.005, 0.75, 0.25, 1);
}

.page-nav__link-prev, .page-nav__link-next {
  -webkit-box-shadow: 0.5rem 0.5rem 0 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0.5rem 0.5rem 0 0 rgba(0, 0, 0, 0.04);
  margin-top: 12rem;
  width: 62rem;
  position: absolute;
  padding: 1em;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1);
  top: 0;
  bottom: 14rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-height: 1500px;
  pointer-events: auto;
  color: #000000;
}

.page-nav__link-prev[href="/"], .page-nav__link-next[href="/"] {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-nav__link-prev[href="/"]:before, .page-nav__link-next[href="/"]:before {
  opacity: 0;
}

.animating .page-nav__link-prev, .animating .page-nav__link-next {
  pointer-events: none;
}

body:not(.is-home) .page-nav__link-prev, body:not(.is-home) .page-nav__link-next {
  bottom: 55.8rem;
}

@media (min-width: 72.5em) {
  body:not(.is-home) .page-nav__link-prev, body:not(.is-home) .page-nav__link-next {
    bottom: 55.2rem;
  }
}

.page-nav__link-prev:before, .page-nav__link-next:before {
  background-color: #f1e9e0;
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  padding-top: 58.1%;
}

.is-home .page-nav__link-prev:before, .is-home .page-nav__link-next:before {
  background-color: #beeaef;
}

.page-nav__link-prev:hover, .page-nav__link-next:hover {
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.page-nav__link-prev {
  right: 100%;
}

@media (min-width: 54.375em) {
  .page-nav__link-prev:hover {
    -webkit-transform: translateX(-2.5rem);
        -ms-transform: translateX(-2.5rem);
            transform: translateX(-2.5rem);
  }
}

@media (min-width: 54.375em) {
  .page-nav__link-prev, .page-nav__link-prev:active, .page-nav__link-prev:focus {
    -webkit-transform: translateX(-3rem);
        -ms-transform: translateX(-3rem);
            transform: translateX(-3rem);
  }
}

.page-nav__link-prev:before {
  background-color: #beeaef;
}

.page-nav__link-next {
  left: 100%;
}

@media (min-width: 54.375em) {
  .page-nav__link-next:hover {
    -webkit-transform: translateX(2.5rem);
        -ms-transform: translateX(2.5rem);
            transform: translateX(2.5rem);
  }
}

@media (min-width: 54.375em) {
  .page-nav__link-next, .page-nav__link-next:active, .page-nav__link-next:focus {
    -webkit-transform: translateX(2rem);
        -ms-transform: translateX(2rem);
            transform: translateX(2rem);
  }
}

.sub-navigation h3 {
  margin-bottom: 2rem;
}

.page-in-left .sub-navigation h3,
.page-in-right .sub-navigation h3 {
  -webkit-animation: fade-in 1s cubic-bezier(0.5, 0, 0, 1) 1s;
          animation: fade-in 1s cubic-bezier(0.5, 0, 0, 1) 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.sub-navigation ul {
  list-style: none;
}

.sub-navigation h3 {
  font-size: 1.3333333rem;
  line-height: 1.5;
  position: relative;
  top: -0.4708333rem;
  margin-bottom: 0.9333333rem;
}

@media (min-width: 72.5em) {
  .sub-navigation h3 {
    font-size: 1.25rem;
    line-height: 1.6;
    position: relative;
    top: -0.515625rem;
    margin-bottom: 0.875rem;
  }
}

.sub-navigation li {
  font-size: 1.3333333rem;
  line-height: 1.25;
  position: relative;
  top: -0.3041667rem;
  margin-bottom: 1.2666667rem;
}

@media (min-width: 72.5em) {
  .sub-navigation li {
    font-size: 1rem;
    line-height: 1.25;
    position: relative;
    top: -0.228125rem;
    margin-bottom: 1.45rem;
  }
}

.page-in-left .sub-navigation li,
.page-in-right .sub-navigation li {
  -webkit-animation: fade-in 0.75s cubic-bezier(0.5, 0, 0, 1);
          animation: fade-in 0.75s cubic-bezier(0.5, 0, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.page-in-left .sub-navigation li:nth-child(1),
.page-in-right .sub-navigation li:nth-child(1) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.page-in-left .sub-navigation li:nth-child(2),
.page-in-right .sub-navigation li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.page-in-left .sub-navigation li:nth-child(3),
.page-in-right .sub-navigation li:nth-child(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.page-in-left .sub-navigation li:nth-child(4),
.page-in-right .sub-navigation li:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.page-in-left .sub-navigation li:nth-child(5),
.page-in-right .sub-navigation li:nth-child(5) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.page-in-left .sub-navigation li:nth-child(6),
.page-in-right .sub-navigation li:nth-child(6) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.page-in-left .sub-navigation li:nth-child(7),
.page-in-right .sub-navigation li:nth-child(7) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.sub-navigation a {
  color: #000000;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(0, 0, 0, 0.75)));
  background-image: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1.05em;
  background-position: 0 calc(43% + 0.44em + 2px);
  cursor: pointer;
}

.sub-navigation a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(172, 27, 45, 0.75)));
  background-image: -o-linear-gradient(top, transparent 50%, rgba(172, 27, 45, 0.75) 50%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(172, 27, 45, 0.75) 50%);
  color: #AC1B2D;
}

.no-cssgradients .sub-navigation a {
  text-decoration: underline;
}

.page-header {
  padding: 4rem 0 0 0;
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page-header::before, .page-header::after {
  content: ' ';
  display: table;
}

.page-header::after {
  clear: both;
}

@media (min-width: 34.375em) {
  .page-header {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 22.5em) {
  .page-header {
    max-width: 32rem;
  }
}

@media (min-width: 34.375em) {
  .page-header {
    max-width: 52rem;
  }
}

@media (min-width: 22.5em) {
  .page-header {
    max-width: 40rem;
  }
}

@media (min-width: 34.375em) {
  .page-header {
    max-width: 58rem;
  }
}

@media (min-width: 54.375em) {
  .page-header {
    max-width: 62rem;
  }
}

@media (min-width: 54.375em) {
  .page-header {
    padding-top: 0;
    height: 12rem;
  }
}

.page-header__title {
  margin-bottom: 2rem;
}

@media (min-width: 54.375em) {
  .page-header__title {
    max-width: 75%;
  }
}

.page-header__home-link, .page-header__next-link {
  position: relative;
  font-size: 1.166666667rem;
}

.page-header__home-link, .page-header__home-link:hover, .page-header__next-link, .page-header__next-link:hover {
  background-image: none;
}

.no-cssgradients .page-header__home-link, .no-cssgradients .page-header__next-link {
  text-decoration: none;
}

.page-header__home-link span, .page-header__next-link span {
  color: #000000;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(0, 0, 0, 0.75)));
  background-image: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1.05em;
  background-position: 0 calc(43% + 0.44em + 2px);
  cursor: pointer;
}

.page-header__home-link span:hover, .page-header__next-link span:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(172, 27, 45, 0.75)));
  background-image: -o-linear-gradient(top, transparent 50%, rgba(172, 27, 45, 0.75) 50%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(172, 27, 45, 0.75) 50%);
  color: #AC1B2D;
}

.no-cssgradients .page-header__home-link span, .no-cssgradients .page-header__next-link span {
  text-decoration: underline;
}

@media (min-width: 72.5em) {
  .page-header__home-link, .page-header__next-link {
    font-size: 1rem;
  }
}

.page-header__next-link {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: none;
}

.page-header__next-link, .page-header__next-link:hover {
  background-image: none;
}

.no-cssgradients .page-header__next-link {
  text-decoration: none;
}

@media (min-width: 54.375em) {
  .page-header__next-link {
    display: block;
    position: absolute;
    bottom: 2rem;
    margin: 0;
    right: 4rem;
  }
}

@media (min-width: 54.375em) {
  .page-header__next-link {
    right: auto;
    left: 78%;
    left: calc(78% - 2rem);
  }
}

.page-header__next-link h4 {
  display: none;
}

@media (min-width: 54.375em) {
  .page-header__next-link h4 {
    display: block;
  }
}

.page-header__next-link a {
  position: relative;
}

.page-header__next-link svg {
  right: -.75em;
  left: auto;
}

.page-header_home {
  max-width: 100%;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
  min-height: 20rem;
  padding-top: 88.6%;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 54.375em) {
  .page-header_home {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}

body:not(.is-home) .page-header_home {
  display: none;
}

@media (min-width: 54.375em) {
  body:not(.is-home) .page-header_home {
    display: block;
  }
}

@media (min-width: 34.375em) {
  .page-header_home {
    padding-top: 65.5%;
  }
}

@media (min-width: 72.5em) {
  .page-header_home {
    padding-top: calc( 750px + (1000 - 750) * ( (100vw - 1160px) / ( 2320 - 1160) ));
  }
}

@media (min-width: 145em) {
  .page-header_home {
    padding-top: 1000px;
  }
}

.page-out-left .page-header {
  -webkit-animation: 0.3s page-out-left forwards cubic-bezier(0.5, 0, 1, 0);
          animation: 0.3s page-out-left forwards cubic-bezier(0.5, 0, 1, 0);
}

.page-out-right .page-header {
  -webkit-animation: 0.3s page-out-right forwards cubic-bezier(0.5, 0, 1, 0);
          animation: 0.3s page-out-right forwards cubic-bezier(0.5, 0, 1, 0);
}

.page-in-right .page-header {
  -webkit-animation: 1s page-in-right forwards cubic-bezier(0.005, 0.75, 0.25, 1);
          animation: 1s page-in-right forwards cubic-bezier(0.005, 0.75, 0.25, 1);
}

.page-in-left .page-header {
  -webkit-animation: 1s page-in-left forwards cubic-bezier(0.005, 0.75, 0.25, 1);
          animation: 1s page-in-left forwards cubic-bezier(0.005, 0.75, 0.25, 1);
}

.page-wrapper .page-header {
  z-index: 11;
}

.action-list {
  list-style: none;
}

.page-header .action-list {
  margin-bottom: 1rem;
}

@media (min-width: 34.375em) {
  .page-header .action-list {
    margin-bottom: 2rem;
  }
}

@media (min-width: 54.375em) {
  .page-header .action-list {
    margin-bottom: 0;
    position: absolute;
    bottom: 2rem;
  }
}

.action-list li {
  display: inline-block;
}

.action-list li + li {
  margin-left: 1rem;
}

.action-list a {
  text-decoration: none;
  position: relative;
  margin-left: 1.5em;
  color: #000000;
  font-size: 1.166666667rem;
  color: #000000;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(0, 0, 0, 0.75)));
  background-image: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1.05em;
  background-position: 0 calc(43% + 0.44em + 2px);
  cursor: pointer;
}

.action-list a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(0, 0, 0, 0.75)));
  background-image: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  color: #000000;
}

.no-cssgradients .action-list a {
  text-decoration: underline;
}

@media (min-width: 72.5em) {
  .action-list a {
    font-size: 1rem;
  }
}

.action-list a svg {
  position: absolute;
  left: -1.5em;
  top: .05em;
}

.quiz {
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0.5rem 0.5rem 0 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0.5rem 0.5rem 0 0 rgba(0, 0, 0, 0.04);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff;
  margin-top: 2rem;
  pointer-events: auto;
}

.quiz::before, .quiz::after {
  content: ' ';
  display: table;
}

.quiz::after {
  clear: both;
}

@media (min-width: 22.5em) {
  .quiz {
    max-width: 32rem;
  }
}

@media (min-width: 34.375em) {
  .quiz {
    max-width: 52rem;
  }
}

@media (min-width: 22.5em) {
  .quiz {
    max-width: 40rem;
  }
}

@media (min-width: 34.375em) {
  .quiz {
    max-width: 58rem;
  }
}

@media (min-width: 54.375em) {
  .quiz {
    max-width: 62rem;
  }
}

@media (min-width: 34.375em) {
  .quiz {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 34.375em) {
  .quiz {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.quiz ul {
  margin-top: 2rem;
}

@media (min-width: 34.375em) {
  .quiz__title {
    max-width: 66.66%;
  }
}

.quiz__option {
  position: relative;
  z-index: 1;
  margin: 0 -1rem;
  padding-left: 2rem;
  display: table;
  min-height: 3rem;
  vertical-align: middle;
}

.quiz__option:before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background-color: #f9f7f3;
  border: 1px solid #beeaef;
  display: inline-block;
  border-radius: 500px;
  cursor: pointer;
  margin-right: .3rem;
  margin-bottom: -.15em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.quiz__label {
  color: #000000;
  cursor: pointer;
  line-height: 1.2;
  display: table-cell;
  font-size: 1.333333333rem;
  vertical-align: middle;
}

@media (min-width: 72.5em) {
  .quiz__label {
    font-size: 1.5rem;
  }
}

.quiz__row {
  list-style: none;
  padding: 0 1rem;
  margin-bottom: 1rem;
  min-height: 3rem;
  line-height: 3rem;
  color: #000000;
  position: relative;
  font-size: 1.333333333rem;
}

@media (min-width: 72.5em) {
  .quiz__row {
    font-size: 1.5rem;
  }
}

.quiz__row:last-child {
  margin-bottom: 0;
}

.quiz__radio {
  position: absolute;
  visibility: hidden;
}

.quiz__bar {
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.quiz__chosen .quiz__bar {
  background-color: #f1e9e0;
}

.quiz_unanswered .quiz__option {
  display: table;
}

.quiz_unanswered .quiz__result {
  display: none;
}

.quiz_answered .quiz__option {
  display: none;
}

.quiz_answered .quiz__result {
  display: block;
}

.quiz_answered .quiz__bar {
  -webkit-animation: quiz-bar-scale 0.8s cubic-bezier(0.2, 0.5, 0, 1);
          animation: quiz-bar-scale 0.8s cubic-bezier(0.2, 0.5, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.quiz_answered .quiz__row:nth-child(1) .quiz__bar {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.quiz_answered .quiz__row:nth-child(2) .quiz__bar {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.quiz_answered .quiz__row:nth-child(3) .quiz__bar {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.quiz_answered .quiz__row:nth-child(4) .quiz__bar {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.quiz_answered .quiz__row:nth-child(5) .quiz__bar {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.quiz_answered .quiz__row:nth-child(6) .quiz__bar {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.quiz_answered .quiz__row:nth-child(7) .quiz__bar {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.quiz_moreinfo .quiz__moreinfo {
  -webkit-animation: fade-in .5s linear;
          animation: fade-in .5s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block;
}

.quiz__moreinfo {
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #f1e9e0;
  margin: 3rem -2rem -2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  display: none;
}

@media (min-width: 34.375em) {
  .quiz__moreinfo {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 34.375em) {
  .quiz__moreinfo {
    margin-top: 2rem;
    padding-right: 22%;
  }
}

.quiz__moreinfo:before {
  content: '';
  position: absolute;
  top: -1.5rem;
  background-color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 0 0 1.5rem;
  border-color: transparent transparent transparent #f1e9e0;
  left: 3rem;
}

@media (min-width: 34.375em) {
  .quiz__moreinfo:before {
    left: 5rem;
  }
}

@media (min-width: 34.375em) {
  .quiz__moreinfo {
    margin: 3rem -4rem -3rem;
  }
}

.quiz__moreinfo h3 {
  top: auto;
  margin-bottom: 0;
}

.quiz__moreinfo p {
  font-size: 1.25rem;
  line-height: 1.6;
  position: relative;
  top: -0.5rem;
  margin-bottom: -1.125rem;
  top: auto;
  margin-bottom: 0;
}

.quiz__moreinfo a {
  color: #beeaef;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(190, 234, 239, 0.75)));
  background-image: -o-linear-gradient(top, transparent 50%, rgba(190, 234, 239, 0.75) 50%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(190, 234, 239, 0.75) 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1.05em;
  background-position: 0 calc(43% + 0.44em + 2px);
  cursor: pointer;
}

.quiz__moreinfo a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(190, 234, 239, 0.75)));
  background-image: -o-linear-gradient(top, transparent 50%, rgba(190, 234, 239, 0.75) 50%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(190, 234, 239, 0.75) 50%);
  color: #beeaef;
}

.no-cssgradients .quiz__moreinfo a {
  text-decoration: underline;
}

.quiz__statistic {
  display: table;
  position: relative;
  z-index: 1;
  min-height: 3rem;
}

.quiz__statistic span {
  display: table-cell;
  line-height: 1.25;
  padding: .5em 0;
  vertical-align: middle;
}

.quiz__statistic span.quiz__count {
  display: none;
}

.quiz__percent {
  font-family: "Archer A", "Archer B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 3.5rem;
  display: inline-block;
  line-height: 3rem;
}

.quiz__count {
  display: none;
}

.main-footer {
  background-color: #fff;
  padding: 0 2rem 5rem;
  overflow: hidden;
}

.main-footer h4 {
  font-size: 1.5rem;
  line-height: 1.3333333;
  position: relative;
  top: -0.33rem;
  margin-bottom: 1.215rem;
  text-transform: uppercase;
  color: #000000;
}

@media (min-width: 72.5em) {
  .main-footer h4 {
    font-size: 1.125rem;
    line-height: 1.6;
    position: relative;
    top: -0.3975rem;
    margin-bottom: 0.61125rem;
  }
}

.main-footer h4 span {
  padding-bottom: 0.3em;
  -webkit-box-shadow: inset 0 -0.7em 0 0 #beeaef;
          box-shadow: inset 0 -0.7em 0 0 #beeaef;
}

@media (min-width: 54.375em) {
  .main-footer h4 {
    max-width: 80%;
  }
}

@media (min-width: 72.5em) {
  .main-footer h4 {
    max-width: 75%;
  }
}

.main-footer__inner {
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
}

.main-footer__inner::before, .main-footer__inner::after {
  content: ' ';
  display: table;
}

.main-footer__inner::after {
  clear: both;
}

@media (min-width: 22.5em) {
  .main-footer__inner {
    max-width: 32rem;
  }
}

@media (min-width: 34.375em) {
  .main-footer__inner {
    max-width: 52rem;
  }
}

@media (min-width: 22.5em) {
  .main-footer__inner {
    max-width: 40rem;
  }
}

@media (min-width: 34.375em) {
  .main-footer__inner {
    max-width: 58rem;
  }
}

@media (min-width: 54.375em) {
  .main-footer__inner {
    max-width: 62rem;
  }
}

.main-footer__information {
  position: relative;
  color: #fff;
  z-index: 0;
  padding-top: 8rem;
  padding-bottom: 8rem;
  margin-bottom: 5rem;
}

.main-footer__information::before, .main-footer__information::after {
  content: ' ';
  display: table;
}

.main-footer__information::after {
  clear: both;
}

@media (min-width: 72.5em) {
  .main-footer__information {
    font-size: 1.625rem;
    line-height: 1.2307692;
    position: relative;
    top: -0.384375rem;
    margin-bottom: -0.8625rem;
    margin-bottom: 6rem;
  }
}

.main-footer__information:before {
  position: absolute;
  content: '';
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #d72239;
  top: 0;
  left: 0;
  width: 500%;
  height: 100%;
  z-index: -1;
  display: block;
}

@media (min-width: 54.375em) {
  .main-footer__sitemap {
    padding-left: 4rem;
    padding-right: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 54.375em) {
  .main-footer__logos {
    float: left;
    width: 33.3333333%;
    padding-left: 2.5rem;
  }
}

.main-footer__logos a {
  display: inline-block;
  min-width: 9rem;
  margin-right: 2rem;
}

@media (min-width: 54.375em) {
  .main-footer__logos a {
    margin-right: 0;
    display: block;
  }
}

.main-footer__content {
  font-size: 1.5rem;
  line-height: 1.3333333;
  position: relative;
  top: -0.4125rem;
  margin-bottom: -0.95rem;
  margin-bottom: 3rem;
}

@media (min-width: 54.375em) {
  .main-footer__content {
    float: left;
    width: 66.6666667%;
    padding-left: 4rem;
    padding-right: 3.5rem;
    margin-bottom: 0;
  }
}

.main-footer__content p {
  margin-bottom: 2rem;
}

.main-footer__content p:last-child {
  margin-bottom: 0;
}

.main-footer__content a {
  color: #ffffff;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(255, 255, 255, 0.75)));
  background-image: -o-linear-gradient(top, transparent 50%, rgba(255, 255, 255, 0.75) 50%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(255, 255, 255, 0.75) 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1.05em;
  background-position: 0 calc(43% + 0.44em + 2px);
  cursor: pointer;
}

.main-footer__content a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(250, 250, 250, 0.75)));
  background-image: -o-linear-gradient(top, transparent 50%, rgba(250, 250, 250, 0.75) 50%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(250, 250, 250, 0.75) 50%);
  color: #fafafa;
}

.no-cssgradients .main-footer__content a {
  text-decoration: underline;
}

.main-footer__column {
  margin-bottom: 3rem;
}

@media (min-width: 54.375em) {
  .main-footer__column {
    margin-bottom: 5rem;
    width: 50%;
    padding-right: 10%;
  }
}

.main-footer__column ul {
  list-style: none;
}

.main-footer__links {
  margin-top: .75rem;
}

.main-footer__links li {
  font-size: 1.125rem;
  line-height: 1.6;
  position: relative;
  top: -0.44375rem;
  margin-bottom: 0.4875rem;
}

.main-footer__links a {
  color: #000000;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(0, 0, 0, 0.75)));
  background-image: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1.05em;
  background-position: 0 calc(43% + 0.44em + 2px);
  cursor: pointer;
}

.main-footer__links a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(0, 0, 0, 0.75)));
  background-image: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  color: #000000;
}

.no-cssgradients .main-footer__links a {
  text-decoration: underline;
}

.main-footer__nab-foundation {
  top: 1.5rem;
  position: relative;
  text-align: center;
}

.main-footer__nab-foundation, .main-footer__nab-foundation:hover, .main-footer__nab-foundation:focus {
  color: #ffffff;
}

@media (min-width: 54.375em) {
  .main-footer__nab-foundation {
    top: 0;
    margin-top: 2.5rem;
  }
}

.main-footer__nab-foundation, .main-footer__nab-foundation img {
  display: inline-block;
  width: 9.25rem;
  margin-bottom: 0.5rem;
}

.main-footer__nab-foundation-text {
  font-size: 1rem;
  color: inherit;
}

.callout {
  display: block;
  padding: 2rem 2rem 2rem;
}

.callout, .callout:hover, .callout:focus {
  color: #000000;
}

.typography .callout {
  background-image: none;
  background-color: #beeaef;
}

.typography .callout:focus, .typography .callout:hover {
  background-image: none;
  background-color: #aae3ea;
}

.callout__label {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  line-height: 1.4222222;
  position: relative;
  top: -0.34375rem;
  margin-bottom: -0.8125rem;
}

.callout__label .icon {
  margin-right: 1rem;
}

.callout__label-text {
  color: #000000;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(0, 0, 0, 0.75)));
  background-image: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1.05em;
  background-position: 0 calc(43% + 0.44em + 2px);
  cursor: pointer;
}

.callout__label-text:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(0, 0, 0, 0.75)));
  background-image: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  color: #000000;
}

.no-cssgradients .callout__label-text {
  text-decoration: underline;
}

.stat {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
}

.stat__item {
  padding-left: 0;
  margin-left: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Arial, sans-serif;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.typography .stat__item, .stat__item {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 34.375em) {
  .typography .stat__item, .stat__item {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 34.375em) {
  .stat__item {
    width: 50%;
    padding-right: 1.5rem;
  }
  .stat__item:nth-child(2n) {
    padding-right: 0;
    padding-left: 1.5rem;
  }
}

.stat__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.stat__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 2rem;
  max-width: 8.9166667rem;
}

@media (min-width: 72.5em) {
  .stat__image {
    max-width: 6.6875rem;
  }
}

.stat__image img {
  max-width: 100%;
}

.stat__before, .stat__after {
  position: relative;
  z-index: 1;
}

.stat__bold {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.8333333rem;
  line-height: 1.1818182;
  position: relative;
  top: 0.6208333rem;
  margin-bottom: 2.1166667rem;
  padding-bottom: 0.3em;
  padding-right: 0.3rem;
  margin-right: -0.3rem;
  display: inline;
  position: relative;
  z-index: 0;
  top: 0;
  -webkit-box-shadow: inset 0 -0.25em 0 0 white, inset 0 -0.7em 0 0 #beeaef;
          box-shadow: inset 0 -0.25em 0 0 white, inset 0 -0.7em 0 0 #beeaef;
}

@media (min-width: 72.5em) {
  .stat__bold {
    font-size: 1.875rem;
    line-height: 1.2666667;
    position: relative;
    top: 0.515625rem;
    margin-bottom: 1.9375rem;
    top: 0;
  }
}

.stat__bold.big-bold {
  font-size: 3.3333333rem;
  line-height: 1.3;
  position: relative;
  top: 0.0625rem;
  margin-bottom: 0;
  -webkit-box-shadow: inset 0 -0.35em 0 0 white, inset 0 -0.65em 0 0 #beeaef;
          box-shadow: inset 0 -0.35em 0 0 white, inset 0 -0.65em 0 0 #beeaef;
}

@media (min-width: 72.5em) {
  .stat__bold.big-bold {
    font-size: 3.125rem;
    line-height: 1.28;
    position: relative;
    top: 0.140625rem;
    margin-bottom: 0.1875rem;
  }
}

.typography .stat {
  margin-left: 0;
}

.typography .stat li:before {
  content: none;
}

@media (min-width: 34.375em) {
  .case-study {
    position: relative;
    padding-bottom: 3.25rem;
  }
}

.case-study__image {
  width: 55%;
  margin-bottom: -7%;
}

@media (min-width: 34.375em) {
  .case-study__image {
    width: 40%;
    margin-bottom: -30%;
  }
}

.case-study__image img {
  display: block;
}

.typography .case-study__bq, .case-study__bq {
  text-align: left;
}

.case-study__bq-quote {
  text-align: left;
}

@media (min-width: 34.375em) {
  .typography .case-study__bq-quote, .case-study__bq-quote {
    width: 65%;
    margin-left: 35%;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    min-height: 12rem;
  }
}

.case-study__content {
  background-color: #f9f7f3;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
  width: 90%;
  margin-left: 10%;
}

@media (min-width: 34.375em) {
  .case-study__content {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 90%;
    margin-left: 10%;
  }
}

.case-study__link {
  font-size: 1.125rem;
}

.typography .case-study__link, .case-study__link {
  margin-bottom: 0;
  margin-top: 1rem;
}

@media (min-width: 34.375em) {
  .typography .case-study__link, .case-study__link {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    top: auto;
  }
}

@media (min-width: 72.5em) {
  .typography .case-study__link, .case-study__link {
    font-size: 1rem;
  }
}

.case-study__url {
  color: #000000;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(0, 0, 0, 0.75)));
  background-image: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1.05em;
  background-position: 0 calc(43% + 0.44em + 2px);
  cursor: pointer;
}

.case-study__url:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(172, 27, 45, 0.75)));
  background-image: -o-linear-gradient(top, transparent 50%, rgba(172, 27, 45, 0.75) 50%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(172, 27, 45, 0.75) 50%);
  color: #AC1B2D;
}

.no-cssgradients .case-study__url {
  text-decoration: underline;
}

.typography .case-study__url, .typography .case-study__url:hover, .case-study__url, .case-study__url:hover {
  background-image: none;
}

.no-cssgradients .typography .case-study__url, .no-cssgradients .case-study__url {
  text-decoration: none;
}

.case-study__url-text {
  color: #000000;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(0, 0, 0, 0.75)));
  background-image: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.75) 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1.05em;
  background-position: 0 calc(43% + 0.44em + 2px);
  cursor: pointer;
}

.case-study__url-text:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(172, 27, 45, 0.75)));
  background-image: -o-linear-gradient(top, transparent 50%, rgba(172, 27, 45, 0.75) 50%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(172, 27, 45, 0.75) 50%);
  color: #AC1B2D;
}

.no-cssgradients .case-study__url-text {
  text-decoration: underline;
}

.banner__inner {
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 5rem 1.5rem 2rem;
  position: relative;
}

.banner__inner::before, .banner__inner::after {
  content: ' ';
  display: table;
}

.banner__inner::after {
  clear: both;
}

@media (min-width: 22.5em) {
  .banner__inner {
    max-width: 32rem;
  }
}

@media (min-width: 34.375em) {
  .banner__inner {
    max-width: 52rem;
  }
}

@media (min-width: 22.5em) {
  .banner__inner {
    max-width: 40rem;
  }
}

@media (min-width: 34.375em) {
  .banner__inner {
    max-width: 58rem;
  }
}

@media (min-width: 54.375em) {
  .banner__inner {
    max-width: 62rem;
  }
}

@media (min-width: 54.375em) {
  .banner__inner {
    padding-left: 4rem;
  }
}

.banner__content {
  margin-right: auto;
}

.banner__title {
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
  position: static;
  margin-top: 0.5rem;
}

.banner__subtitle {
  font-size: 0.9rem;
  max-width: 575px;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.banner__cta {
  padding: 0.8rem 1rem;
  text-align: center;
  margin: 0.5rem 0;
}

.banner__close {
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  line-height: normal;
  -webkit-appearance: none;
  padding: 3px;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner__close svg {
  display: block;
  width: 100%;
  height: 100%;
}
