@charset "UTF-8";
/* normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0;
  padding: 0 0 1em; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
button,
body,
input,
select,
textarea {
  color: #444;
  font: 100%/1.5 "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum"; }

main {
  display: block; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle;
  max-width: 100%; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical;
  height: 10em;
  width: 100%; }

input,
textarea {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  color: #444; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  border: 1px solid #c2cacf;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 0.125rem;
  background-color: white;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.2rem 0.625rem;
  min-height: 2.4em;
  width: 100%;
  -webkit-appearance: none; }

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #48687d;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  outline: none; }

input[type="tel"] {
  max-width: 8.5em; }

textarea {
  max-width: 40em;
  padding: 0.375rem 0.625rem;
  width: 100%;
  -webkit-appearance: none; }

.custom-select {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  border: 1px solid #c2cacf;
  border-radius: 0.125rem;
  background-color: white;
  font-size: 14px;
  font-size: 0.875rem; }

select {
  /* Make sure the select is wider than the container so we can clip the arrow */
  width: 110%;
  max-width: 110%;
  min-width: 110%;
  /* Remove select styling */
  appearance: none;
  -webkit-appearance: none;
  /* Ugly Firefox way of doing it */
  -moz-appearance: window;
  text-indent: 0.01px;
  text-overflow: "";
  /* Magic font size number to prevent iOS text zoom */
  font-size: 16px;
  font-size: 1rem;
  background: none;
  border: none;
  color: #444;
  outline: none;
  /* Padding works surpringly well */
  padding: 5px 19% 6px 0.625em;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  line-height: 1.2;
  margin: .2em; }

@-moz-document url-prefix() {
  select {
    padding: 0.35em 19% 0.1em 0.625em;
    width: -moz-calc(100% + 40px);
    max-width: -moz-calc(100% + 40px);
    min-width: -moz-calc(100% + 40px); } }

@media all and (-ms-high-contrast: none) {
  select {
    padding: 0.35em 19% 0 0.625em; } }

/* This hides native custom-select button arrow in IE */
select::-ms-expand {
  display: none; }

/* Custom arrow - could be an image, SVG, icon font, etc. */
.custom-select::before {
  background-color: white;
  border-left: 1px solid #d0d6da;
  content: '';
  height: 80%;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 10%;
  width: 1.75rem;
  z-index: 1; }

.custom-select::after {
  background: none;
  color: #bbb;
  content: '';
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.375rem solid #48687d;
  width: 0;
  height: 0;
  font-size: 14px;
  font-family: sans-serif;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -3px;
  z-index: 1;
  /* This hack makes the select behind the arrow clickable in some browsers */
  pointer-events: none; }

/* Hover style - tricky because we're clipping the overflow */
.custom-select:hover {
  border: 1px solid #2f8b83; }

/* Focus style */
select:focus {
  text-decoration: underline;
  outline: none; }

/* This hides focus around selected option in FF */
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

a {
  color: #9c171e;
  font-weight: bold;
  transition: all 0.2s ease; }
  a:hover {
    color: #701015;
    text-decoration: none; }

.subpage {
  margin: 0 auto;
  max-width: 72rem; }
  @media (min-width: 48em) {
    .subpage {
      padding-bottom: 2.5rem; } }
  @media (min-width: 72em) {
    .subpage {
      padding: 2.5rem 2.5rem 3.75rem; } }
  .subpage.subpage--no-sidebar {
    max-width: 54rem; }
    @media (min-width: 72em) {
      .subpage.subpage--no-sidebar {
        max-width: 60rem; } }

@media (min-width: 48em) {
  .subpage--with-bg {
    display: block;
    max-width: 100%; } }

@media (min-width: 60em) {
  .subpage--with-bg {
    padding-right: 25rem; } }

@media (min-width: 66em) {
  .subpage--with-bg {
    padding-right: 28.5rem;
    padding-left: 0; } }

@media (min-width: 72em) {
  .subpage--with-bg {
    padding-right: 35.625rem;
    padding-left: 1.25rem; } }

@media (min-width: 84em) {
  .subpage--with-bg {
    padding-right: 40rem; } }

@media (min-width: 92em) {
  .subpage--with-bg {
    padding-right: 47.5rem; } }

.subpage--with-bg .subpage__content {
  margin: 0 auto;
  max-width: 46rem; }

@media (min-width: 48em) {
  .subpage__inner {
    display: flex; } }

@media (min-width: 48em) {
  .subpage--no-sidebar .subpage__inner {
    display: block; } }

.subpage--with-bg .subpage__inner {
  position: relative; }
  @media (min-width: 60em) {
    .subpage--with-bg .subpage__inner {
      display: block; } }

.subpage__bg {
  background-size: cover;
  background-position: center;
  padding-bottom: 62.5%;
  width: 100%; }
  @media (min-width: 48em) {
    .subpage__bg {
      padding-bottom: 50%; } }
  @media (min-width: 60em) {
    .subpage__bg {
      background-position: 35% center;
      bottom: 0;
      overflow: hidden;
      position: fixed;
      padding-bottom: 0;
      right: 0;
      top: 0;
      width: 25rem; } }
  @media (min-width: 72em) {
    .subpage__bg {
      width: 32.5rem; } }
  @media (min-width: 84em) {
    .subpage__bg {
      width: 37.5rem; } }
  @media (min-width: 92em) {
    .subpage__bg {
      background-position: center;
      width: 45rem; } }

.subpage-top-banner {
  border-radius: 0.5rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  position: relative;
  margin-bottom: 1.875rem; }
  @media (min-width: 60em) {
    .subpage-top-banner {
      margin: 0 -2.5rem 2.5rem; } }

.subpage-top-banner__inset {
  display: flex;
  align-items: center; }
  @media (min-width: 48em) {
    .subpage-top-banner__inset {
      position: absolute;
      bottom: 0;
      left: 0;
      border-radius: 0 0.5rem 0 0;
      background-color: rgba(255, 255, 255, 0.8);
      line-height: 1.25; } }

.subpage-top-banner__inset-img {
  width: 5.625rem; }

.subpage-top-banner__inset-text {
  padding: 0.625rem 1.25rem;
  font-size: 12px;
  font-size: 0.75rem; }

.subpage__content {
  line-height: 1.6;
  padding: 1.25rem; }
  @media (min-width: 36em) {
    .subpage__content {
      padding: 2.5rem; } }
  @media (min-width: 60em) {
    .subpage__content {
      padding: 3.25rem; } }

.subpage__title {
  color: #9c171e;
  font-size: 42px;
  font-size: 2.625rem;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.15rem;
  text-transform: uppercase; }
  @media (min-width: 60em) {
    .subpage__title {
      font-size: 60px;
      font-size: 3.75rem; } }

.subpage__sidebar {
  flex: 1 0 16.875rem;
  margin: 3.25rem auto 1.25rem;
  max-width: 24rem; }
  @media (min-width: 48em) {
    .subpage__sidebar {
      margin-top: 3.75rem;
      padding: 1.25rem; } }
  @media (min-width: 60em) {
    .subpage__sidebar {
      flex-basis: 20rem;
      margin-top: 5.625rem;
      padding: 1.875rem; } }
  @media (min-width: 60em) {
    .subpage--with-bg .subpage__sidebar {
      position: absolute;
      top: 0;
      right: -11.25rem;
      padding-left: 0;
      padding-bottom: 1.25rem;
      background-color: rgba(255, 255, 255, 0.95);
      box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
      width: 13.125rem; } }
  @media (min-width: 66em) {
    .subpage--with-bg .subpage__sidebar {
      right: -11.875rem; } }
  @media (min-width: 72em) {
    .subpage--with-bg .subpage__sidebar {
      right: -15rem;
      width: 15rem; } }
  @media (min-width: 100em) {
    .subpage--with-bg .subpage__sidebar {
      right: -10.625rem; } }
  @media (min-width: 108em) {
    .subpage--with-bg .subpage__sidebar {
      right: -6.25rem;
      box-shadow: none; } }

.subpage-sidebar__list {
  border-top: 1px solid #ccc;
  list-style: none;
  margin: 0;
  padding: 1.875rem; }
  @media (min-width: 48em) {
    .subpage-sidebar__list {
      border-top: none;
      border-left: 1px solid #ccc;
      padding: 0; } }

.subpage-sidebar__link {
  display: block;
  padding: 0.5rem;
  line-height: 1.15;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none; }
  @media (min-width: 48em) {
    .subpage-sidebar__link {
      padding: 0.625rem 0.25rem 0.625rem 1.875rem; } }
  @media (min-width: 72em) {
    .subpage-sidebar__link {
      font-size: 16px;
      font-size: 1rem; } }
  .subpage-sidebar__link:hover {
    border-left: 0.3125rem solid #9c171e; }
  .subpage-sidebar__link.is-current {
    border-left: 0.3125rem solid #8c7f47;
    color: #8c7f47; }

.subpage-fine-print {
  color: #888;
  font-style: italic;
  font-size: 13px;
  font-size: 0.8125rem; }

.subpage-img img {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  display: block; }

.subpage-img--wide {
  margin: 0.625rem -1.25rem 1.875rem; }

.subpage-img--inset-left,
.subpage-img--inset-right {
  float: left;
  margin-top: 0.3125rem;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  max-width: 45%; }

@media (min-width: 25.875em) {
  .subpage-img--inset-left {
    margin-left: -1.5rem; } }

.subpage-img--inset-right {
  float: right;
  margin-right: 0;
  margin-left: 1.5rem; }
  @media (min-width: 25.875em) {
    .subpage-img--inset-right {
      margin-right: -1.5rem; } }

.subpage-img-link {
  display: inline-block;
  text-decoration: none; }

.subpage-inset-content {
  border: 1px solid #dee2e5;
  background-color: #f2f4f5;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  padding: 1.5rem 1.25rem 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 auto 1.875rem;
  max-width: 21rem; }
  @media (min-width: 48em) {
    .subpage-inset-content {
      float: left;
      margin-top: 0.25rem;
      margin-right: 1.875rem;
      margin-bottom: 1.5rem;
      margin-left: -2.5rem;
      max-width: 50%; } }
  @media (min-width: 60em) {
    .subpage-inset-content {
      margin-left: -3.125rem; } }
  @media (min-width: 72em) {
    .subpage-inset-content {
      margin-left: -4.375rem; } }
  .subpage-inset-content .title {
    margin-top: 0; }
  .subpage-inset-content > *:last-child {
    padding-bottom: 0 !important; }

.subpage-list li {
  padding-bottom: 0.625rem; }

.subpage-list--nums {
  counter-reset: section;
  list-style: none;
  margin: 0;
  padding: 0 0 2.5rem; }
  .subpage-list--nums li {
    counter-increment: section;
    padding-bottom: 1.875rem; }
    @media (min-width: 36em) {
      .subpage-list--nums li {
        padding-left: 3.5rem;
        position: relative; } }
    .subpage-list--nums li:last-of-type {
      padding-bottom: 0; }
    .subpage-list--nums li::before {
      background-color: rgba(72, 104, 125, 0.2);
      color: #48687d;
      content: counters(section, ".") " ";
      display: block;
      text-align: center;
      font-size: 24px;
      font-size: 1.5rem;
      font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
      font-weight: 500;
      font-style: normal;
      padding-top: 0.4rem;
      line-height: 1;
      margin-bottom: 0.625rem;
      height: 2.25rem;
      width: 2.25rem; }
      @media (min-width: 36em) {
        .subpage-list--nums li::before {
          left: 0.3125rem;
          position: absolute;
          top: 0.3rem; } }

.subpage-list--bullets {
  list-style: none;
  margin: 0;
  padding: 0 0 2.5rem; }
  .subpage-list--bullets li {
    padding: 0 0 1.875rem 1.875rem;
    position: relative; }
    @media (min-width: 36em) {
      .subpage-list--bullets li {
        padding-left: 3.25rem; } }
    .subpage-list--bullets li:last-of-type {
      padding-bottom: 0; }
    .subpage-list--bullets li::before {
      border: 4px solid #48687d;
      border-radius: 1rem;
      content: '';
      height: 0.75rem;
      left: 0.375rem;
      opacity: 0.65;
      position: absolute;
      top: 0.375rem;
      width: 0.75rem; }
      @media (min-width: 36em) {
        .subpage-list--bullets li::before {
          left: 1.5rem; } }

ol.subpage-list--minor li,
ul.subpage-list--minor li {
  padding-bottom: 0.5rem;
  padding-left: 1.25rem; }
  ol.subpage-list--minor li::before,
  ul.subpage-list--minor li::before {
    border-width: 3px;
    height: 0.5rem;
    left: 0.125rem;
    width: 0.5rem; }

.subpage-quote {
  background-color: #8c7f47;
  border-radius: 0.25rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  color: white;
  font-family: Georgia, serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  margin: 0 0 3.125rem;
  padding: 1.25rem 1.875rem 1.25rem 4.375rem;
  position: relative; }
  .subpage-quote::before {
    color: black;
    content: '“';
    display: block;
    font-size: 72px;
    font-size: 4.5rem;
    left: 1.25rem;
    opacity: 0.5;
    position: absolute;
    line-height: 1;
    top: 1.25rem; }

@media (min-width: 84em) {
  .subpage-panels {
    display: flex; } }

.subpage-panels .subpage-panel {
  flex: 1; }
  @media (min-width: 84em) {
    .subpage-panels .subpage-panel {
      margin-right: 0.625rem; } }
  @media (min-width: 84em) {
    .subpage-panels .subpage-panel:last-child {
      margin-right: 0; } }

.subpage-panel {
  background-color: #dee2e5;
  padding: 1.5rem 1.25rem 1.25rem;
  border-radius: 0.25rem;
  margin-bottom: 1.875rem; }
  @media (min-width: 48em) {
    .subpage-panel {
      padding: 1.875rem 1.875rem 1.5rem; } }
  .subpage-panel .title {
    margin-top: 0; }
  .subpage-panel > *:last-child {
    padding-bottom: 0; }

.subpage-panel--red {
  background-color: #6d1115;
  color: white; }
  .subpage-panel--red .title {
    color: #f5eabe; }

.subpage-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1.25rem; }

.subpage-box {
  max-width: 16rem;
  padding: 0.625rem;
  position: relative; }
  @media (min-width: 60em) {
    .subpage-box {
      flex: 1 0 33.33%; } }

.subpage-box__img {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  display: block; }

.subpage-box__caption {
  background-color: rgba(0, 0, 0, 0.65);
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  padding: 0.625rem;
  position: absolute;
  left: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem; }
  .subpage-box__caption strong {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0.125rem; }

.subpage-logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 1.25rem; }

.subpage-logo {
  display: block;
  padding: 0.625rem;
  text-decoration: none; }

.subpage-ways-to-pray {
  background: #f4f1ea url(/public/graphics/site/home_2020/home_2020_gpg_footer.jpg) center bottom no-repeat;
  background-size: 100% auto;
  padding: 5rem 0 30%;
  max-width: none;
  text-align: center; }
  .subpage-ways-to-pray .subpage__inner {
    display: block; }
  .subpage-ways-to-pray h1 {
    color: #038294;
    font-size: 32px;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0.25em;
    margin: 0 0 1.875rem;
    text-transform: uppercase; }
    @media (min-width: 25.875em) {
      .subpage-ways-to-pray h1 {
        font-size: 42px;
        font-size: 2.625rem; } }
    @media (min-width: 48em) {
      .subpage-ways-to-pray h1 {
        font-size: 48px;
        font-size: 3rem; } }
    @media (min-width: 66em) {
      .subpage-ways-to-pray h1 {
        font-size: 60px;
        font-size: 3.75rem; } }
    @media (min-width: 90em) {
      .subpage-ways-to-pray h1 {
        font-size: 84px;
        font-size: 5.25rem; } }
  .subpage-ways-to-pray .subpage__context-statement {
    max-width: 62.5rem;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 auto 6.25rem; }

.subpage-ways-to-pray__list {
  counter-reset: section;
  display: grid;
  grid-gap: 7.5rem;
  list-style: none;
  margin: 0 auto 2.5rem;
  max-width: 70rem;
  padding: 0; }
  @media (min-width: 66em) {
    .subpage-ways-to-pray__list {
      grid-gap: 5rem;
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 90em) {
    .subpage-ways-to-pray__list {
      max-width: 84rem; } }

.subpage-ways-to-pray__item {
  counter-increment: section;
  max-width: 22.5rem;
  margin: 0 auto; }
  .subpage-ways-to-pray__item h2 {
    font-weight: normal;
    margin: 0 auto; }
  .subpage-ways-to-pray__item p {
    text-align: left;
    padding-bottom: 1.25rem; }
  .subpage-ways-to-pray__item .button {
    background: #038294;
    padding: 0.625rem 3.75rem; }
    .subpage-ways-to-pray__item .button:hover {
      background: #025662; }
  .subpage-ways-to-pray__item::before {
    background-color: #726b58;
    color: white;
    content: counters(section, ".") " ";
    padding-top: 0.55rem;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 auto 1.25rem;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 1.25rem; }
    @media (min-width: 66em) {
      .subpage-ways-to-pray__item::before {
        margin-bottom: 1.875rem;
        border-radius: 2rem;
        padding-top: 1rem;
        font-size: 32px;
        font-size: 2rem;
        height: 4rem;
        width: 4rem; } }

.subpage-ways-to-pray__img {
  padding-top: 100%;
  margin-bottom: 0.625rem;
  position: relative; }
  .subpage-ways-to-pray__img img {
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0; }

.subpage-ways-to-pray__item--gpg h2 {
  background: url(/public/graphics/site/home_2020/home_2020_gpg_logo.png) center center no-repeat;
  background-size: contain;
  margin-top: 2rem;
  margin-bottom: 1.7rem;
  display: block;
  width: 18.25rem;
  height: 2.5rem;
  text-indent: -999rem; }

.subpage-ways-to-pray__item--frontline h2 {
  margin-bottom: 1rem; }
  .subpage-ways-to-pray__item--frontline h2 strong {
    color: #038294;
    letter-spacing: 0.1em;
    display: block;
    font-size: 18px;
    font-size: 1.125rem; }
  .subpage-ways-to-pray__item--frontline h2 em {
    display: block;
    font-size: 16px;
    font-size: 1rem; }

.subpage-ways-to-pray__item--icommit h2 {
  background: url(/public/graphics/site/home_2020/home_2020_gpg_icommit_logo.png) center center no-repeat;
  background-size: contain;
  display: block;
  margin-top: 2.425rem;
  margin-bottom: 2.25rem;
  width: 15.5rem;
  height: 1.5rem;
  text-indent: -999rem; }

.subpage-ways-to-pray__item--icommit .subpage-ways-to-pray__img img {
  height: auto;
  width: 115%;
  max-width: none;
  transform: translateX(-50%) translateY(-50%);
  top: 50%; }

.subpage-more-about {
  margin: 0 auto 5rem;
  max-width: 22.5rem; }
  @media (min-width: 72em) {
    .subpage-more-about {
      max-width: none; } }
  .subpage-more-about .title {
    text-align: center;
    margin-bottom: 1.25rem; }
  .subpage-more-about ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-gap: 1.25rem; }
    @media (min-width: 72em) {
      .subpage-more-about ul {
        grid-template-columns: repeat(3, 1fr); } }
  .subpage-more-about a {
    background-color: #24323b;
    border-radius: 0.375rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    color: white;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: block;
    text-transform: uppercase; }
    .subpage-more-about a:hover {
      background-color: #0d1215; }
      .subpage-more-about a:hover img {
        opacity: 0.7; }
      .subpage-more-about a:hover div {
        transform: translateY(-0.25rem); }
    .subpage-more-about a div {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      text-align: center;
      text-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
      padding: 1.25rem 1.25rem 1.875rem;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      transition: 0.2s all ease;
      z-index: 1;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1; }
      @media (min-width: 72em) {
        .subpage-more-about a div {
          font-size: 17px;
          font-size: 1.0625rem;
          padding-bottom: 1.25rem; } }
    .subpage-more-about a img {
      transition: 0.2s all ease; }

.fine-print {
  padding-left: 1rem;
  font-size: 13px;
  font-size: 0.8125rem; }

.modal-video-thumb {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  display: block;
  margin: 0.625rem -1.25rem 1.875rem;
  position: relative;
  overflow: hidden;
  text-align: center; }
  .modal-video-thumb:hover {
    opacity: 0.8; }
  .modal-video-thumb::before {
    content: '';
    background-image: url(/public/graphics/site/icon_play.png);
    background-size: 80px 80px;
    height: 80px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    bottom: 3.5rem;
    background-size: cover;
    position: absolute; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .modal-video-thumb::before {
        background-image: url(/public/graphics/site/icon_play@2x.png); } }

.modal-video-thumb__title {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 70%);
  color: white;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 1.1;
  padding: 2.5rem 1rem 1.25rem; }
  @media (min-width: 60em) {
    .modal-video-thumb__title {
      padding-bottom: 1.75rem; } }

.video-modal {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  display: none; }
  .video-modal.is-showing {
    display: block;
    -webkit-animation-name: showVideoModal;
            animation-name: showVideoModal;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s; }

@-webkit-keyframes showVideoModal {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes showVideoModal {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.video-modal__content {
  left: 50%;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  top: 50%; }
  @media (min-width: 48em) {
    .video-modal__content {
      width: calc(100% - 5rem);
      max-width: 66rem; } }

.video-modal__close {
  position: absolute;
  right: 0.625rem;
  top: -3rem;
  text-indent: -9999px;
  background-color: transparent;
  background-image: none;
  border: 2px solid white;
  border-radius: 30px;
  box-shadow: none;
  width: 30px;
  height: 30px;
  padding: 0; }
  .video-modal__close:hover {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: none;
    opacity: 1; }
  .video-modal__close::before {
    content: '×';
    text-indent: 0;
    position: absolute;
    text-align: center;
    font-weight: normal;
    font-size: 21px;
    font-size: 1.3125rem;
    top: -4px;
    left: 0;
    width: 100%;
    color: white; }

.video-modal__iframe-wrapper {
  padding-bottom: 56.5%;
  position: relative; }
  .video-modal__iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 100%;
    width: 100%; }

.button,
[type='submit'],
button {
  border: none;
  border-radius: 0.375rem;
  background-color: #9c171e;
  background-image: linear-gradient(to bottom, #a91921, #86141a);
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  padding: 0.5rem 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.33);
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  transition: all 0.2s ease; }
  .button:hover,
  [type='submit']:hover,
  button:hover {
    background-image: linear-gradient(to bottom, #8f151b, #6b1015);
    color: white;
    text-decoration: none; }
  .button:focus,
  [type='submit']:focus,
  button:focus {
    outline: 1px dotted #9c171e; }
  .button:active,
  [type='submit']:active,
  button:active {
    transform: translateY(2px); }

.button--gold {
  background-color: #867842;
  background-image: linear-gradient(to bottom, #b2a468, #897c45); }
  .button--gold:hover {
    background-image: linear-gradient(to bottom, #8c7f47, #675d34); }
  .button--gold:focus {
    outline: 1px dotted #9c171e; }

.button--line {
  background-color: transparent;
  border: 2px solid rgba(156, 23, 30, 0.35);
  background-image: none;
  color: #9c171e;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase; }
  .button--line:hover {
    background-color: rgba(156, 23, 30, 0.1);
    border: 2px solid #9c171e;
    color: #9c171e; }

.title {
  color: #9c171e;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 1;
  margin: 0 0 0.625rem;
  text-transform: uppercase; }

.title--large {
  font-size: 36px;
  font-size: 2.25rem;
  margin-top: 3rem;
  margin-bottom: 1.25rem; }

.title--med {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem; }

.title--small {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.15rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem; }

.title--sub {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  color: #444;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 1rem; }

.title__sub {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.15rem;
  padding-top: 0.3125rem;
  font-weight: normal;
  color: #444; }

.hello-bar {
  background-color: black; }

.hello-bar__inner {
  -webkit-animation: home-campaign-201812-showbar 1s ease 0.5s;
          animation: home-campaign-201812-showbar 1s ease 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-color: #9c171e;
  color: white;
  padding: 1rem 1.25rem;
  text-align: center; }
  .hello-bar__inner a {
    color: #f5eabe;
    font-weight: normal; }

.hello-bar__close {
  overflow: hidden;
  height: 2.5rem;
  width: 2.5rem;
  background: none;
  box-shadow: none;
  position: absolute;
  top: 0;
  right: 0; }
  @media (min-width: 60em) {
    .hello-bar__close {
      height: 3.125rem;
      width: 3.125rem; } }
  .hello-bar__close:hover {
    background: none;
    opacity: 0.5; }
  .hello-bar__close span {
    position: absolute;
    top: -999rem;
    left: -999rem; }
  .hello-bar__close::before {
    content: '×';
    font-size: 28px;
    font-size: 1.75rem;
    position: absolute;
    display: block;
    color: white;
    top: 0;
    padding-top: 0.25rem;
    line-height: 1;
    left: 0;
    right: 0;
    text-align: center; }
    @media (min-width: 60em) {
      .hello-bar__close::before {
        padding-top: 0.5rem; } }

@-webkit-keyframes home-campaign-201812-showbar {
  0% {
    opacity: 0;
    transform: translateY(-5rem); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes home-campaign-201812-showbar {
  0% {
    opacity: 0;
    transform: translateY(-5rem); }
  100% {
    opacity: 1;
    transform: none; } }

.js .modal,
.modal__shadow {
  visibility: hidden; }

.modal {
  background-color: white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.22);
  width: 90%;
  z-index: 1000; }
  .no-js .modal {
    display: none; }
  .js .modal {
    margin: 0 0 0 -45%;
    position: absolute;
    left: 50%;
    top: 2.5em;
    opacity: 0;
    transition: opacity 0.35s; }
    @media (min-width: 46em) {
      .js .modal {
        margin: 0 0 0 -22em;
        max-width: 44em; } }
  .modal video {
    width: 100% !important;
    height: auto !important; }

.js .modal--show {
  visibility: visible;
  transform: scale(1);
  opacity: 1; }

.modal__shadow {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 998;
  transition: all ease-out 0.5s; }

.modal__shadow--show {
  visibility: visible;
  opacity: 0.8; }

.modal__close {
  color: white;
  background-color: #170304;
  cursor: pointer;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  right: 0.5em;
  border-radius: 30em;
  text-decoration: none;
  padding: 0.3em 0 0;
  line-height: 1;
  height: 1.75em;
  text-align: center;
  width: 1.75em;
  top: -0.75em; }
  .no-js .modal__close {
    display: none; }
  .modal__close:hover {
    color: white; }

.modal__title {
  background-color: #9c171e;
  color: white;
  font-size: 1.5em;
  margin: 0;
  padding: 0.75em 2.5em 0.75em 1.25em; }

.modal__content {
  padding: 1.5em 2em; }
  .modal__content iframe,
  .modal__content img {
    max-width: 100%; }
  .modal__content h1,
  .modal__content h2,
  .modal__content h3,
  .modal__content h4,
  .modal__content h5,
  .modal__content h6 {
    margin-top: 1em 0 0.5em;
    color: #48687d; }

.modal__img {
  text-align: center; }

.modal__controls {
  background-color: #dee2e5;
  margin: 0 0 -2em;
  padding: 1.5em 0;
  text-align: center; }

.modal__cancel {
  background-color: transparent; }

.modal__confirm {
  margin: 0 0.25em; }

label {
  color: #48687d;
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  padding-bottom: 0.125rem; }
  label a {
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    float: right;
    position: relative;
    top: 0.15em; }
  label em {
    font-weight: normal;
    color: #888;
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 0.25em; }
  label .label__note {
    margin-top: 0.125rem;
    margin-left: 0.5rem; }

.field {
  padding-bottom: 1em; }

.field--check {
  position: relative;
  padding-left: 1.5em; }
  .field--check input[type='checkbox'] {
    left: 0;
    top: 0.25em;
    position: absolute; }
  .field--check label {
    color: #444;
    font-weight: normal; }
    .field--check label strong {
      color: #48687d; }

.field--num-short input {
  width: 5em; }

.field--num-short .field__note {
  margin-left: 0.5em;
  display: inline-block; }

@media (min-width: 36em) {
  .field--commit {
    margin-top: 0.5em; } }

.field--commit label {
  font-size: 18px;
  font-size: 1.125rem; }

.field--radios {
  list-style: none;
  margin: 0;
  padding: 0 0 1em; }
  .field--radios li {
    position: relative;
    padding-left: 1.5em;
    padding-bottom: 0.625em; }
  .field--radios label {
    color: #444;
    line-height: 1.2; }
  .field--radios input[type='radio'] {
    left: 0;
    top: -0.05em;
    position: absolute; }

.field--newsletter label {
  font-size: 18px;
  font-size: 1.125rem;
  color: #48687d; }

.field--newsletter input[type='radio'] {
  top: 0.05em; }

.field--qty .field__input-wrapper [type='text'] {
  display: inline-block;
  width: 4em; }

.field--qty .field__input-wrapper ::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  color: #888; }

.field--qty .field__input-wrapper :-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  color: #888; }

.field--qty .field__input-wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  color: #888; }

.field--qty .field__input-wrapper :-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  color: #888; }

.field__price {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  opacity: 0.85;
  margin-left: 0.25em; }

.field__note {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  color: #888; }

.field__warning {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.75em 0.75em 0.75em 3em;
  position: relative;
  color: white;
  background-color: #a9a61e;
  margin-top: -2px; }
  .field__warning::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/public/graphics/site/sprites.png);
    background-size: 300px 220px;
    background-position: -24px -92px;
    margin-right: 0.25em;
    border-radius: 0.5em;
    top: 0.5em;
    left: 0.5em;
    width: 28px;
    height: 28px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .field__warning::before {
        background-image: url(/public/graphics/site/sprites@2x.png); } }

.field--stepper {
  padding-bottom: 0.625em; }
  .no-js .field--stepper .stepper {
    display: inline-block;
    width: auto; }
  .no-js .field--stepper .custom-select {
    padding-right: 2.5em; }

.stepper .dropdown {
  float: left;
  width: 40%;
  margin-right: 1em; }

.stepper.is-enhanced {
  display: inline-block;
  margin-right: 1em; }
  .stepper.is-enhanced button {
    display: block;
    float: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.25em;
    height: 2.35em;
    background-color: #48687d;
    background-image: none;
    font-family: courier, monospace;
    box-shadow: none; }
    .stepper.is-enhanced button:first-of-type {
      border-radius: 0.375em 0 0 0.375em; }
    .stepper.is-enhanced button:last-of-type {
      border-radius: 0 0.375em 0.375em 0; }
  .stepper.is-enhanced div {
    float: left;
    font-family: courier, monospace;
    padding: 0.4em 0.75em 0;
    border-top: 1px solid #48687d;
    border-bottom: 1px solid #48687d;
    height: 2.35em; }

@media screen and (min-width: 0) {
  .segmented {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%; }
    .segmented li {
      border: 1px solid #48687d;
      border-right: none;
      display: table-cell;
      overflow: hidden;
      vertical-align: middle; }
    .segmented li:first-child {
      border-radius: 0.375em 0 0 0.375em; }
    .segmented li:last-child {
      border-radius: 0 0.375em 0.375em 0;
      border-right: 1px solid #48687d; }
    .segmented label {
      cursor: pointer;
      display: block;
      padding: 0.925em 0.75em;
      text-transform: uppercase;
      font-size: 11px;
      font-size: 0.6875rem;
      font-weight: normal;
      letter-spacing: 0.05em;
      text-align: center;
      color: #444; }
      .segmented label:hover {
        background-color: rgba(72, 104, 125, 0.2);
        cursor: pointer; }
    .segmented input:checked + label {
      background-color: #48687d;
      color: white; }
    .segmented input {
      position: absolute;
      left: -999em; }
  .segmented__desc {
    color: #48687d;
    font-weight: bold; } }

.fieldgroup:after {
  content: '';
  display: table;
  clear: both; }

@media (min-width: 36em) {
  .fieldgroup--duo .field {
    float: left;
    width: 50%; } }

@media (min-width: 36em) {
  .fieldgroup--duo .field:first-child {
    padding-right: 0.5em; } }

@media (min-width: 36em) {
  .fieldgroup--duo .field:last-child {
    padding-left: 0.5em; } }

@media (min-width: 66em) {
  .fieldgroup--duo-on-wider .field {
    float: left;
    width: 50%; } }

@media (min-width: 66em) {
  .fieldgroup--duo-on-wider .field:first-child {
    padding-right: 0.5em; } }

@media (min-width: 66em) {
  .fieldgroup--duo-on-wider .field:last-child {
    padding-left: 0.5em; } }

.fieldgroup--trio {
  zoom: 1; }
  @media (min-width: 54em) {
    .fieldgroup--trio fieldset {
      float: left;
      width: 31%; } }
  @media (min-width: 54em) {
    .fieldgroup--trio fieldset:first-child {
      margin-right: 3.5%; } }
  @media (min-width: 54em) {
    .fieldgroup--trio fieldset:last-child {
      margin-left: 3.5%; } }

@media (min-width: 36em) {
  .fieldgroup--citystuff {
    position: relative;
    padding-right: 6.25em; } }

@media (min-width: 36em) {
  .fieldgroup--citystuff .field--city {
    float: left;
    width: 71%;
    padding-right: 1em; } }

@media (min-width: 36em) {
  .fieldgroup--citystuff .field--state {
    float: left;
    width: 29%; } }

@media (min-width: 36em) {
  .fieldgroup--citystuff .field--zip {
    position: absolute;
    width: 5.25em;
    right: 0; } }

.field--phone input {
  display: inline-block;
  width: 3.5em;
  margin: 0 0.25em; }

.field--phone input[size='4'] {
  width: 4.25em; }

.field--ccv input {
  max-width: 6em; }

.field--freemag-companyname {
  display: none; }

.field--submit {
  border-top: 1px solid #d0d6da;
  margin-top: 1.25rem;
  padding: 1.5em 0 1em;
  text-align: center; }

.confirm {
  width: 100%; }
  .confirm td {
    border-top: 1px solid #9c171e;
    padding: 0.75em 0.5em 0.5em 0; }

.confirm__amount {
  text-align: right; }

.confirm__total {
  background-color: #9c171e;
  text-align: right; }
  .confirm__total strong {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    margin-right: 0.375em;
    text-transform: uppercase; }

.errors {
  background-color: #701015;
  border-radius: 0.5rem;
  color: white;
  margin: 0 auto 1.875rem;
  padding: 1rem 1rem 0.5rem;
  max-width: 42rem; }
  .page .errors {
    margin-top: 1em; }
  .errors h5 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0; }
  .errors ul {
    padding-left: 2em;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.25;
    margin-bottom: 0; }
  .errors li {
    padding-bottom: 0.875em; }
  .errors a {
    color: white; }

.errors--no-decimal {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  padding: 0.625rem;
  margin: 1.25rem 0 0; }

.feedback {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: white;
  max-width: 52.5rem;
  margin: 0 auto;
  margin-bottom: 1.25em;
  border-radius: 0.375em;
  position: relative; }
  @media (min-width: 72em) {
    .feedback {
      margin-bottom: 2.5em; } }
  .feedback a {
    color: white;
    text-decoration: underline; }
    .feedback a:hover {
      text-decoration: none; }
  .feedback:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 3em;
    width: 1px;
    background-color: black;
    opacity: 0.25; }
    @media (min-width: 48em) {
      .feedback:after {
        left: 4em; } }
  .feedback:before {
    content: '';
    background-image: url(/public/graphics/site/sprites_feedback.png);
    background-size: 24px 324px;
    background-position: -59px -58px;
    background-repeat: no-repeat;
    width: 25px;
    height: 24px;
    position: absolute;
    left: 0.75em;
    top: 50%;
    margin-top: -0.75em; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .feedback:before {
        background-image: url(/public/graphics/site/sprites_feedback@2x.png); } }
    @media (min-width: 48em) {
      .feedback:before {
        left: 1.25em; } }
  .feedback.is-showing {
    -webkit-animation-name: showFeedback;
            animation-name: showFeedback;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

@-webkit-keyframes showFeedback {
  0% {
    transform: translateY(-2.5rem) scale(0.9);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }

@keyframes showFeedback {
  0% {
    transform: translateY(-2.5rem) scale(0.9);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }

.feedback--skinny {
  max-width: 32em; }

.feedback--error {
  background-color: #9c171e; }

.feedback--error:before {
  background-position: 0 0; }

.feedback--warning {
  background-color: #8c7f47; }

.feedback--warning:before {
  background-position: 0 -100px; }

.feedback--success {
  background-color: #2f8b83; }

.feedback--success:before {
  background-position: 0 -300px; }

.feedback--info {
  background-color: #48687d; }

.feedback--info:before {
  background-position: 0 -200px; }

.feedback__title {
  color: white;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding: 1rem 1rem 0.25em 5.25rem; }

.feedback__desc {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 0 1rem 1rem 5.25rem; }
  .feedback__desc p {
    padding-bottom: 0.625rem; }
  .feedback__desc ul {
    margin: 0; }
  .feedback__desc > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }

.feedback__links .button {
  background-color: rgba(0, 0, 0, 0.55);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  padding-bottom: 0.325rem; }
  .feedback__links .button:hover {
    background-color: black; }

.feedback--warning .feedback__links .button {
  color: white;
  border-color: transparent; }

.general-errors {
  position: relative;
  z-index: 1;
  background-color: #9c171e; }
  .general-errors a {
    color: #faf0d8;
    font-weight: bold; }
    .general-errors a:hover {
      color: white; }
  .general-errors ul {
    margin: 0; }
  .general-errors p:last-child {
    padding-bottom: 0; }

.general-errors__inner {
  color: white;
  padding: 1.25em;
  max-width: 67.75em;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 36em) {
    .general-errors__inner {
      padding: 1em 2.5em; } }

.general-errors__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.5em; }
  @media (min-width: 60em) {
    .general-errors__title {
      float: left;
      width: 30%;
      margin: -0.15em 0 0;
      font-size: 20px;
      font-size: 1.25rem; } }

@media (min-width: 60em) {
  .general-errors__content {
    padding-top: 0.125em;
    float: right;
    width: 65%; } }

.ty-message {
  background-color: #313943;
  border-bottom: 4px solid black;
  padding: 1.25em;
  position: relative;
  z-index: 1; }
  @media (min-width: 24em) {
    .ty-message {
      padding: 1.875em 2.5em; } }

.ty-message__inner {
  background-color: white;
  color: #444;
  max-width: 46em;
  margin: 0 auto;
  padding: 1.875em 1.875em;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  border-radius: 0.375em;
  position: relative;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: tyMessageShow;
          animation-name: tyMessageShow; }
  @media (min-width: 48em) {
    .ty-message__inner {
      padding: 2.5em 2.75em 1.875em; } }
  .ty-message__inner .share-band {
    margin-bottom: 0;
    margin-top: 1em; }
  .ty-message__inner p {
    padding-bottom: 0.625em; }

@-webkit-keyframes tyMessageShow {
  from {
    opacity: 0;
    transform: translate3d(0, -1em, 0) scale3d(1, 1, 1); }
  70% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }
  85% {
    transform: translate3d(0, 0, 0) scale3d(1.05, 1.05, 1.05); }
  to {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

@keyframes tyMessageShow {
  from {
    opacity: 0;
    transform: translate3d(0, -1em, 0) scale3d(1, 1, 1); }
  70% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }
  85% {
    transform: translate3d(0, 0, 0) scale3d(1.05, 1.05, 1.05); }
  to {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

.ty-message__icon {
  background-color: #49a936;
  width: 48px;
  height: 48px;
  position: absolute;
  left: -1.5em;
  top: 1.25em;
  border-radius: 10em;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: tyMessageIconShow;
          animation-name: tyMessageIconShow; }
  @media (min-width: 48em) {
    .ty-message__icon {
      top: 1.75em; } }

@-webkit-keyframes tyMessageIconShow {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes tyMessageIconShow {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.ty-message__icon-inner {
  background-image: url(/public/graphics/lp_common/sprites.png?v=20161104a);
  background-size: 300px 220px;
  background-position: -211px 0;
  width: 48px;
  height: 48px;
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: tyMessageIconInnerShow;
          animation-name: tyMessageIconInnerShow; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .ty-message__icon-inner {
      background-image: url(/public/graphics/lp_common/sprites@2x.png?v=20161104a); } }

@-webkit-keyframes tyMessageIconInnerShow {
  from {
    opacity: 0;
    transform: translate3d(-4em, 0, 0) scale3d(1, 1, 1); }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }
  70% {
    transform: translate3d(0, 0, 0) scale3d(1.5, 1.5, 1.5); }
  to {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

@keyframes tyMessageIconInnerShow {
  from {
    opacity: 0;
    transform: translate3d(-4em, 0, 0) scale3d(1, 1, 1); }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }
  70% {
    transform: translate3d(0, 0, 0) scale3d(1.5, 1.5, 1.5); }
  to {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

.ty-message__title {
  color: #9c171e;
  margin: 0 0 0.5em;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1; }

.lp .title {
  color: #9c171e;
  font-weight: 600;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  margin: 0 0 0.5em; }

.lp .title--section {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2; }
  @media (min-width: 36em) {
    .lp .title--section {
      font-size: 30px;
      font-size: 1.875rem; } }

.lp .title--form {
  font-size: 21px;
  font-size: 1.3125rem; }
  @media (min-width: 36em) {
    .lp .title--form {
      font-size: 24px;
      font-size: 1.5rem; } }

.lp .title--medium {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  color: #48687d;
  font-size: 21px;
  font-size: 1.3125rem; }

.lp .title--minor {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 0.75em; }

.lp .title__check {
  display: block;
  padding-top: 0.25rem;
  font-size: 12px;
  font-size: 0.75rem; }
  @media (min-width: 36em) {
    .lp .title__check {
      display: inline;
      padding-top: 0;
      padding-left: 0.625rem; } }
  .lp .title__check label {
    display: inline;
    text-transform: none;
    font-style: italic;
    letter-spacing: 0;
    font-weight: normal;
    color: #444;
    margin-left: 0.3125rem; }

html {
  background-color: white;
  overflow-x: hidden; }

[v-cloak] {
  visibility: hidden; }

.no-js-info {
  background-color: #9c171e;
  padding: 1.25rem;
  -webkit-animation: showNoJSWarning 1s ease;
          animation: showNoJSWarning 1s ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 2s;
          animation-delay: 2s; }
  .js .no-js-info {
    display: none; }

.no-js-info__inner {
  color: white;
  margin: 0 auto;
  max-width: 30rem;
  padding: 1.25rem; }
  .no-js-info__inner h2 {
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin: 0 0 0.625rem;
    font-size: 14px;
    font-size: 0.875rem; }
  .no-js-info__inner p:last-of-type {
    padding-bottom: 0; }

@-webkit-keyframes showNoJSWarning {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes showNoJSWarning {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.skip-to-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -9999; }
  .skip-to-main:active, .skip-to-main:focus {
    background-color: #48687d;
    color: white;
    border-radius: 0 0 0.625rem 0;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    overflow: auto;
    font-size: 16px;
    font-size: 1rem;
    padding: 0.625rem 1rem;
    z-index: 9999; }

.site-wrapper-outer {
  position: relative; }

.site-header {
  background-color: #11171b;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
  left: 0;
  padding: 0.625rem 0.625rem 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 101; }
  @media (min-width: 48em) {
    .site-header {
      display: flex;
      align-items: center;
      padding: 0.625rem; } }
  @media (min-width: 60em) {
    .site-header {
      padding: 0; } }
  .site-header.site-header--minimal {
    padding: 0.375rem; }

.site-header--home {
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25); }

.logo-main {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 0.625rem;
  width: 14rem; }
  @media (min-width: 48em) {
    .logo-main {
      margin-bottom: 0; } }
  @media (min-width: 60em) {
    .logo-main {
      width: 18.5rem; } }
  .site-header--minimal .logo-main {
    margin: 0 auto; }

.logo-main__link {
  display: block;
  background-image: url(/public/graphics/site/sprites.png);
  background-size: 240px 176px;
  height: 2.75rem;
  background-position: -2px -1px;
  text-indent: -9999px; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .logo-main__link {
      background-image: url(/public/graphics/site/sprites@2x.png); } }
  @media (min-width: 48em) {
    .logo-main__link {
      background-position: -2px -2px; } }
  @media (min-width: 60em) {
    .logo-main__link {
      background-position: 8px 7px;
      background-repeat: no-repeat;
      background-size: 300px 220px;
      height: 4.5rem; } }
  .logo-main__link:hover {
    opacity: 0.7; }

.site-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.375rem;
  text-align: center; }
  @media (min-width: 48em) {
    .site-nav {
      border-top: 0;
      margin-left: auto;
      display: flex;
      align-items: center;
      padding: 0; } }

.site-nav__link {
  color: white;
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
  text-decoration: none; }
  @media (min-width: 48em) {
    .site-nav__link {
      padding: 0.625rem 0.875rem;
      font-size: 12px;
      font-size: 0.75rem; } }
  @media (min-width: 60em) {
    .site-nav__link {
      font-size: 14px;
      font-size: 0.875rem;
      position: relative;
      padding-left: 1rem;
      padding-right: 1rem;
      position: relative;
      display: block; } }
  .site-nav__link:hover {
    color: #cec378; }

.site-nav__link--magazine {
  border-radius: 0.375rem;
  background-color: #9c171e;
  background-image: linear-gradient(to bottom, #a91921, #86141a);
  margin-left: 0.3125rem; }
  @media (min-width: 60em) {
    .site-nav__link--magazine {
      margin-left: 0.875rem; } }
  @media (min-width: 48em) {
    .site-nav__link--magazine:hover {
      color: white;
      background-image: linear-gradient(to bottom, #bb1c24, #701015); } }

.site-nav__link--magazine-gold {
  background-color: #8c7f47;
  background-image: none; }
  .site-nav__link--magazine-gold:hover {
    background-color: #6a6036;
    background-image: none; }

.site-nav__more {
  background: none;
  border: none;
  display: none;
  height: 2.75rem;
  text-indent: -9999px;
  width: 2.75rem;
  position: absolute;
  top: 0.625rem;
  overflow: hidden;
  right: 0.625rem;
  transition: none; }
  @media (min-width: 48em) {
    .site-nav__more {
      border-radius: 0;
      border-left: 1px solid rgba(255, 255, 255, 0.35);
      margin-left: 1.25rem;
      width: 3.75rem;
      position: relative;
      right: 0;
      top: 0; } }
  @media (min-width: 60em) {
    .site-nav__more {
      font-size: 14px;
      font-size: 0.875rem;
      letter-spacing: 0.1rem;
      text-indent: 0;
      text-transform: uppercase;
      width: 4.5rem; } }
  @media (min-width: 72em) {
    .site-nav__more {
      margin-left: 1.5rem;
      width: 5.25rem; } }
  .js .site-nav__more {
    display: block; }
  .site-nav__more:hover {
    background: none; }
  .site-nav__more:focus {
    outline-color: #c7bb65; }
  @media (min-width: 60em) {
    .site-nav__more.site-nav__more--close {
      padding-left: 2.625rem; } }
  .site-nav__more div {
    display: none; }

.more-button__svg {
  left: 50%;
  margin-left: -13px;
  margin-top: -11px;
  position: absolute;
  top: 50%; }
  @media (min-width: 60em) {
    .more-button__svg {
      left: 1.25rem;
      margin-left: 0; } }
  @media (min-width: 72em) {
    .more-button__svg {
      left: 1.5rem; } }
  @media (min-width: 60em) {
    .site-nav__more--close .more-button__svg {
      left: 1.25rem; } }
  @media (min-width: 72em) {
    .site-nav__more--close .more-button__svg {
      left: 1.5rem; } }

.more-button__svg-part-1,
.more-button__svg-part-2,
.more-button__svg-part-3 {
  fill: white;
  transition: all 0.2s ease; }
  .site-nav__more:hover .more-button__svg-part-1, .site-nav__more:hover
  .more-button__svg-part-2, .site-nav__more:hover
  .more-button__svg-part-3 {
    fill: #bdb17c; }

.site-nav__more--close .more-button__svg-part-1 {
  transform: translateY(1.15rem) translateX(0.225rem) rotate(-45deg) scaleX(0.85); }
  @media (min-width: 60em) {
    .site-nav__more--close .more-button__svg-part-1 {
      transform: translateY(1.1rem) translateX(0.225rem) rotate(-45deg) scaleX(0.85); } }

.site-nav__more--close .more-button__svg-part-2 {
  transform: translateY(-0.25rem) translateX(0.775rem) rotate(45deg) scaleX(0.85); }
  @media (min-width: 60em) {
    .site-nav__more--close .more-button__svg-part-2 {
      transform: translateY(-0.3rem) translateX(0.775rem) rotate(45deg) scaleX(0.85); } }

.site-nav__more--close .more-button__svg-part-3 {
  opacity: 0; }

.site-menu {
  background: #24323b center top no-repeat;
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.5);
  display: none;
  padding: 2.5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100; }
  @media (min-width: 60em) {
    .site-menu {
      padding: 3.25rem 3.25rem 2.5rem; } }
  .no-webp .site-menu {
    background-image: url(/public/graphics/site/bg_footer.jpg); }
  .webp .site-menu {
    background-image: url(/public/graphics/site/bg_footer.webp); }
  .site-menu.is-open {
    display: block;
    -webkit-animation-name: showHeaderMenu;
            animation-name: showHeaderMenu;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

@-webkit-keyframes showHeaderMenu {
  0% {
    opacity: 0;
    transform: translateY(-2rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes showHeaderMenu {
  0% {
    opacity: 0;
    transform: translateY(-2rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.site-menu__inner {
  margin: 0 auto;
  max-width: 75rem;
  padding-top: 7.5rem; }
  @media (min-width: 48em) {
    .site-menu__inner {
      padding-top: 5rem;
      display: flex; } }

.site-menu.site-menu--2020 .site-menu__inner {
  max-width: 54rem; }
  .site-menu.site-menu--2020 .site-menu__inner .get-involved {
    padding-bottom: 0; }
  @media (min-width: 48em) {
    .site-menu.site-menu--2020 .site-menu__inner .get-involved__main-links {
      padding-top: 0.275rem; } }
  @media (min-width: 48em) {
    .site-menu.site-menu--2020 .site-menu__inner .get-involved__links {
      display: grid;
      grid-gap: 2.5rem;
      grid-template-columns: auto 1fr; } }
  @media (min-width: 60em) {
    .site-menu.site-menu--2020 .site-menu__inner .get-involved__links {
      grid-gap: 3.75rem; } }
  @media (min-width: 48em) {
    .site-menu.site-menu--2020 .site-menu__inner .get-involved__sub-links {
      border-left: 1px solid rgba(255, 255, 255, 0.15);
      display: grid;
      padding-left: 3.75rem;
      padding-bottom: 0;
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 60em) {
    .site-menu.site-menu--2020 .site-menu__inner .get-involved__sub-links {
      padding-left: 6.25rem; } }
  .site-menu.site-menu--2020 .site-menu__inner .get-involved__sub-links-group ul {
    padding: 0;
    margin: 0; }
    @media (min-width: 48em) {
      .site-menu.site-menu--2020 .site-menu__inner .get-involved__sub-links-group ul {
        margin-bottom: 0; } }
  @media (min-width: 72em) {
    .site-menu.site-menu--2020 .site-menu__inner .get-involved__sub-links-group li {
      padding-bottom: 1rem; } }
  .site-menu.site-menu--2020 .site-menu__inner .get-involved__sub-links-group a {
    font-size: 18px;
    font-size: 1.125rem; }
  .site-menu.site-menu--2020 .site-menu__inner .get-involved__account-link {
    display: block;
    padding-top: 1.35rem;
    margin-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }

.get-involved {
  padding-bottom: 3.25rem; }
  @media (min-width: 48em) {
    .get-involved {
      flex: 1 0 53%;
      padding-bottom: 0; } }
  @media (min-width: 60em) {
    .get-involved {
      flex-basis: 65%; } }

.get-involved__title {
  color: #f5eabe;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  position: relative; }
  .get-involved__title span {
    background-color: #24323b;
    display: inline-block;
    letter-spacing: 0.3rem;
    padding-right: 0.5rem;
    position: relative; }
  .get-involved__title::before {
    background-color: rgba(255, 255, 255, 0.15);
    content: '';
    display: block;
    height: 2px;
    top: 0.625rem;
    width: 100%;
    position: absolute; }

@media (min-width: 60em) {
  .get-involved__links {
    display: flex; } }

.get-involved__main-links {
  padding: 0 0 2.5rem; }
  @media (min-width: 48em) {
    .get-involved__main-links {
      padding-bottom: 1.25rem; } }
  @media (min-width: 60em) {
    .get-involved__main-links {
      flex: 1 0 16rem;
      padding-right: 1.25rem; } }

.get-involved__main-link {
  color: white;
  border-radius: 0.3125rem;
  display: block;
  padding: 1.25rem 0.625rem 1.25rem 4.375rem;
  line-height: 1;
  position: relative;
  text-decoration: none; }
  @media (min-width: 60em) {
    .get-involved__main-link {
      margin-bottom: 1rem; } }
  .get-involved__main-link:hover {
    background-color: rgba(72, 104, 125, 0.5);
    color: #f5eabe; }
  .get-involved__main-link strong {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 0.3125rem; }
  .get-involved__main-link span {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: normal;
    opacity: 0.6; }
  .get-involved__main-link::before {
    background-image: url(/public/graphics/site/sprites.png);
    background-size: 300px 220px;
    content: '';
    display: block;
    height: 3.25rem;
    left: 0.5rem;
    position: absolute;
    top: 0.625rem;
    width: 3.25rem; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .get-involved__main-link::before {
        background-image: url(/public/graphics/site/sprites@2x.png); } }

.get-involved__main-link--subscribe::before {
  background-position: 0 -60px; }

.get-involved__main-link--donate::before {
  background-position: -61px -58px; }

.get-involved__main-link--about::before {
  background-position: -117px -58px; }

.get-involved__sub-links {
  list-style: none;
  margin: 0;
  padding: 0 1rem; }
  @media (min-width: 36em) {
    .get-involved__sub-links {
      -moz-columns: 2;
           columns: 2;
      -moz-column-gap: 2.5rem;
           column-gap: 2.5rem; } }
  @media (min-width: 48em) {
    .get-involved__sub-links {
      -moz-columns: 1;
           columns: 1; } }
  @media (min-width: 60em) {
    .get-involved__sub-links {
      padding-top: 0.875rem; } }
  @media (min-width: 72em) {
    .get-involved__sub-links {
      -moz-columns: 2;
           columns: 2; } }
  .get-involved__sub-links li {
    padding-bottom: 1rem;
    width: 100%; }
    @media (min-width: 36em) {
      .get-involved__sub-links li {
        display: inline-block; } }
    @media (min-width: 48em) {
      .get-involved__sub-links li {
        display: block; } }
    @media (min-width: 72em) {
      .get-involved__sub-links li {
        display: inline-block;
        padding-bottom: 1.5rem; } }
  .get-involved__sub-links a {
    color: white;
    font-weight: normal;
    text-decoration: none; }
    .get-involved__sub-links a:hover {
      text-decoration: underline; }

@media (min-width: 48em) {
  .contact-form-wrap {
    padding-left: 2.5rem; } }

.contact-form {
  padding-bottom: 0.625rem; }
  @media (min-width: 48em) {
    .contact-form {
      flex: 1 0 47%; } }
  @media (min-width: 60em) {
    .contact-form {
      flex-basis: 35%; } }
  .contact-form.is-highlighting {
    -webkit-animation-name: highlightContactForm;
            animation-name: highlightContactForm;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s; }
  .contact-form label {
    color: white;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
    letter-spacing: 0.15rem;
    text-transform: uppercase; }
  .contact-form textarea,
  .contact-form [type='text'],
  .contact-form [type='email'] {
    background-color: rgba(255, 255, 255, 0.125);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: white; }
    .contact-form textarea:focus,
    .contact-form [type='text']:focus,
    .contact-form [type='email']:focus {
      border: 1px solid #c7bb65;
      box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); }
  .contact-form [type='submit'] {
    background-color: #867842;
    background-image: linear-gradient(to bottom, #afa061, #7b703e);
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.2rem;
    padding: 0.625rem;
    margin-bottom: 0.625rem;
    text-transform: uppercase;
    width: 100%; }
    .contact-form [type='submit']:hover {
      background-image: linear-gradient(to bottom, #aa9a57, #6a6036);
      color: white; }
    .contact-form [type='submit']:focus {
      outline: 1px dotted #c7bb65; }

@-webkit-keyframes highlightContactForm {
  0% {
    transform: none; }
  50% {
    transform: scale(1.1); }
  100% {
    transform: none; } }

@keyframes highlightContactForm {
  0% {
    transform: none; }
  50% {
    transform: scale(1.1); }
  100% {
    transform: none; } }

@media (min-width: 72em) {
  .contact-form__field-name,
  .contact-form__field-email {
    float: left;
    width: 50%; } }

@media (min-width: 72em) {
  .contact-form__field-name {
    padding-right: 0.5rem; } }

@media (min-width: 72em) {
  .contact-form__field-email {
    padding-left: 0.5rem; } }

.contact-form__field-message {
  clear: both; }

.contact-form__field-companyname {
  display: none; }

.contact-form__title {
  color: #f5eabe;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  position: relative; }
  .contact-form__title span {
    background-color: #24323b;
    display: inline-block;
    letter-spacing: 0.3rem;
    padding-right: 0.5rem;
    position: relative; }
  .contact-form__title::before {
    background-color: rgba(255, 255, 255, 0.15);
    content: '';
    display: block;
    height: 2px;
    top: 0.625rem;
    width: 100%;
    position: absolute; }

.contact-form__inner {
  max-width: 24rem;
  margin: 0 auto; }
  @media (min-width: 48em) {
    .contact-form__inner {
      padding-top: 0.875rem; } }

.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  .social-icons li {
    display: inline-block; }

.social-icon {
  background-image: url(/public/graphics/site/sprites.png);
  background-size: 300px 220px;
  display: block;
  height: 2rem;
  margin: 0 0.25rem;
  text-indent: -9999px;
  width: 2rem;
  overflow: hidden; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .social-icon {
      background-image: url(/public/graphics/site/sprites@2x.png); } }
  .social-icon:hover {
    opacity: 0.7; }

.social-icon--facebook {
  background-position: 0 -125px; }

.social-icon--twitter {
  background-position: -47px -125px; }

.social-icon--pinterest {
  background-position: -94px -125px; }

.social-icon--youtube {
  background-position: -142px -125px; }

.social-icon--instagram {
  background-position: -189px -125px; }

.home-about {
  margin: 0 auto;
  max-width: 85rem;
  padding: 1.25rem;
  position: relative; }
  @media (min-width: 36em) {
    .home-about {
      padding: 3.75rem; } }
  @media (min-width: 72em) {
    .home-about {
      padding: 5rem; } }

.home-about__content {
  background-color: #24323b;
  color: white;
  margin-bottom: 0.625rem;
  padding: 1.25rem; }
  @media (min-width: 48em) {
    .home-about__content {
      padding: 2.5rem 2.75rem; } }
  @media (min-width: 60em) {
    .home-about__content {
      background-color: rgba(36, 50, 59, 0.96);
      box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.33);
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      z-index: 1;
      width: 60%;
      max-width: 25rem; } }
  @media (min-width: 72em) {
    .home-about__content {
      max-width: 32rem; } }
  .home-about__content .title {
    color: #f5eabe; }
    @media (min-width: 48em) {
      .home-about__content .title {
        font-size: 42px;
        font-size: 2.625rem; } }
    @media (min-width: 72em) {
      .home-about__content .title {
        font-size: 54px;
        font-size: 3.375rem; } }
  .home-about__content a {
    color: #f5eabe; }
  .home-about__content p {
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 48em) {
      .home-about__content p {
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 72em) {
      .home-about__content p {
        font-size: 18px;
        font-size: 1.125rem; } }
    .home-about__content p:last-of-type {
      padding-bottom: 0; }

.home-about__photos {
  position: relative;
  padding-bottom: 62.5%; }
  @media (min-width: 60em) {
    .home-about__photos {
      padding-bottom: 52%; } }

.home-about__photo {
  margin-bottom: 0.625rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  position: absolute; }

.home-about__photo--1 {
  left: 0;
  bottom: 0;
  top: 0;
  width: calc(60% - 0.3125rem); }
  .no-webp .home-about__photo--1 {
    background-image: url(/public/graphics/site/home/about_photo_1.jpg); }
  .webp .home-about__photo--1 {
    background-image: url(/public/graphics/site/home/about_photo_1.webp); }
  @media (min-width: 60em) {
    .home-about__photo--1 {
      background-position: center right;
      width: calc(50% - 0.3125rem); } }
  @media (min-width: 84em) {
    .home-about__photo--1 {
      background-position: center right -1.25rem; } }

.home-about__photo--2 {
  right: 0;
  top: 0;
  height: calc(45% - 0.3125rem);
  width: calc(40% - 0.3125rem); }
  .no-webp .home-about__photo--2 {
    background-image: url(/public/graphics/site/home/about_photo_2.jpg); }
  .webp .home-about__photo--2 {
    background-image: url(/public/graphics/site/home/about_photo_2.webp); }
  @media (min-width: 60em) {
    .home-about__photo--2 {
      width: calc(50% - 0.3125rem); } }
  @media (min-width: 84em) {
    .home-about__photo--2 {
      height: calc(45% - 0.3125rem); } }

.home-about__photo--3 {
  bottom: 0;
  height: calc(55% - 0.3125rem);
  right: 0;
  width: calc(40% - 0.3125rem); }
  .no-webp .home-about__photo--3 {
    background-image: url(/public/graphics/site/home/about_photo_3.jpg); }
  .webp .home-about__photo--3 {
    background-image: url(/public/graphics/site/home/about_photo_3.webp); }
  @media (min-width: 60em) {
    .home-about__photo--3 {
      width: calc(50% - 0.3125rem); } }
  @media (min-width: 84em) {
    .home-about__photo--3 {
      height: calc(55% - 0.3125rem); } }

.home-projects {
  background-color: #222; }
  @media (min-width: 84em) {
    .home-projects {
      padding: 0.3125rem; } }

.project-deck-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 24rem; }
  @media (min-width: 36em) {
    .project-deck-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      max-width: 90rem; } }

.project-deck {
  background-color: #9c171e;
  border-bottom: 1px solid #d0d6da;
  position: relative; }
  @media (min-width: 24em) {
    .project-deck {
      border-bottom: 1px solid #222; } }
  @media (min-width: 36em) {
    .project-deck {
      border-bottom: none;
      width: 50%; } }
  @media (min-width: 60em) {
    .project-deck {
      width: 33.3333%; } }
  @media (min-width: 84em) {
    .project-deck {
      border-right: 1px solid #222;
      border-bottom: 1px solid #222; } }

.project-deck__link {
  display: block;
  position: relative; }

.project-deck__title-main {
  align-items: center;
  color: white;
  display: flex;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.15rem;
  padding: 2.5rem;
  line-height: 0.9;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%; }
  .project-deck__title-main span {
    padding-top: 0.3125rem;
    display: block;
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
    line-height: 1.2;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
    font-size: 26px;
    font-size: 1.625rem;
    max-width: 20rem; }

.project-deck__over {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transform: scale(0.9);
  transition: all 0.2s ease; }
  @media (min-width: 60em) {
    .no-touchevents .project-deck__over {
      top: -0.5rem;
      left: -0.5rem;
      bottom: -0.5rem;
      right: -0.5rem;
      box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3); } }
  .touchevents .project-deck__over,
  .project-deck__link:hover .project-deck__over {
    visibility: visible;
    opacity: 1;
    transform: none; }

.project-deck__inner {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 35%);
  bottom: -1px;
  padding: 1.25rem 5rem 1.25rem 1.25rem;
  width: calc(100% + 1px);
  right: -1px;
  position: absolute; }
  @media (min-width: 60em) {
    .project-deck__inner {
      padding: 1.875rem 5.5rem 1.5rem 1.875rem; } }

.project-deck__title {
  color: #f5eabe;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  line-height: 1;
  margin-bottom: 0.3125rem;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(-0.625rem);
  transition: all 0.2s ease 0.2s; }
  @media (min-width: 60em) {
    .project-deck__title {
      font-size: 36px;
      font-size: 2.25rem; } }
  .touchevents .project-deck__title,
  .project-deck__link:hover .project-deck__title {
    opacity: 1;
    transform: none; }
  .project-deck__title span {
    padding: 0.25rem 0 0.3125rem;
    display: block;
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
    line-height: 1.2;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 0.875rem; }

.project-deck__desc {
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  opacity: 0;
  transition: all 0.3s ease 0.3s; }
  .touchevents .project-deck__desc,
  .project-deck__link:hover .project-deck__desc {
    opacity: 1; }

.project-deck__go {
  border-radius: 0.375rem 0 0 0.375rem;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 0;
  text-transform: uppercase;
  transform: translateX(1.25rem) translateY(-50%);
  transition: all 0.2s ease 0.1s; }
  @media (min-width: 60em) {
    .project-deck__go {
      padding-right: 1.25rem; } }
  .touchevents .project-deck__go,
  .project-deck__link:hover .project-deck__go {
    opacity: 1;
    transform: translateX(0) translateY(-50%); }

.home-purposes {
  background: white url(/public/graphics/site/home/bg_home_purposes.jpg) center center no-repeat;
  display: flex;
  padding: 5rem 2.5rem; }
  .webp .home-purposes {
    background-image: url(/public/graphics/site/home/bg_home_purposes.webp); }
  @media (min-width: 60em) {
    .home-purposes {
      padding: 5rem; } }
  @media (min-width: 84em) {
    .home-purposes {
      padding: 7.5rem 5rem; } }

.home-purposes__inner {
  max-width: 36rem;
  margin: 0 auto; }
  @media (min-width: 60em) {
    .home-purposes__inner {
      max-width: 75rem;
      display: flex;
      align-items: center; } }

@media (min-width: 60em) {
  .home-purposes__content {
    padding-right: 3.75rem; } }

@media (min-width: 72em) {
  .home-purposes__content {
    padding-right: 5rem; } }

@media (min-width: 84em) {
  .home-purposes__content {
    padding-right: 7.5rem; } }

.home-purposes__content .title {
  font-size: 60px;
  font-size: 3.75rem;
  margin-bottom: 3.25rem; }
  @media (min-width: 84em) {
    .home-purposes__content .title {
      font-size: 78px;
      font-size: 4.875rem; } }
  .home-purposes__content .title div {
    color: #444;
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: -0.125rem; }
    @media (min-width: 84em) {
      .home-purposes__content .title div {
        font-size: 42px;
        font-size: 2.625rem; } }

.home-purposes__content ol {
  counter-reset: section;
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0; }
  @media (min-width: 60em) {
    .home-purposes__content ol {
      margin-bottom: 0; } }
  .home-purposes__content ol li {
    counter-increment: section;
    font-style: italic;
    padding-bottom: 2.5rem; }
    @media (min-width: 72em) {
      .home-purposes__content ol li {
        padding-left: 4.25rem;
        position: relative; } }
    @media (min-width: 84em) {
      .home-purposes__content ol li {
        padding-bottom: 2.75rem; } }
    .home-purposes__content ol li:last-of-type {
      padding-bottom: 0; }
    .home-purposes__content ol li::before {
      background-color: rgba(72, 104, 125, 0.2);
      color: #48687d;
      content: counters(section, ".") " ";
      display: block;
      text-align: center;
      font-size: 30px;
      font-size: 1.875rem;
      font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
      font-weight: 500;
      font-style: normal;
      padding-top: 0.4rem;
      line-height: 1;
      margin-bottom: 0.625rem;
      height: 2.75rem;
      width: 2.75rem; }
      @media (min-width: 72em) {
        .home-purposes__content ol li::before {
          position: absolute;
          left: 0;
          top: 0.1rem; } }

.home-purposes__photo {
  margin: 0 auto;
  max-width: 30rem; }
  @media (min-width: 60em) {
    .home-purposes__photo {
      width: 21rem;
      flex: 1 0 21rem; } }
  @media (min-width: 84em) {
    .home-purposes__photo {
      width: 30rem;
      flex-basis: 30rem; } }
  .home-purposes__photo img {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
    display: block; }

@media (min-width: 72em) {
  .site-header--2020 .get-involved,
  .site-footer--2020 .get-involved {
    padding-bottom: 1.875rem; } }

@media (min-width: 54em) {
  .site-header--2020 .get-involved__links,
  .site-footer--2020 .get-involved__links {
    display: grid;
    grid-gap: 1.25rem;
    grid-template-columns: 1fr 1fr; } }

@media (min-width: 66em) {
  .site-header--2020 .get-involved__links,
  .site-footer--2020 .get-involved__links {
    grid-template-columns: auto 1fr; } }

@media (min-width: 72em) {
  .site-header--2020 .get-involved__links,
  .site-footer--2020 .get-involved__links {
    grid-gap: 3.125rem; } }

@media (min-width: 66em) {
  .site-header--2020 .get-involved__sub-links,
  .site-footer--2020 .get-involved__sub-links {
    display: grid;
    grid-template-columns: 1fr 1fr; } }

.site-header--2020 .get-involved__sub-links-group h3,
.site-footer--2020 .get-involved__sub-links-group h3 {
  color: #f5e7b9;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  margin: 0 0 0.625rem;
  text-transform: uppercase; }

.site-header--2020 .get-involved__sub-links-group ul,
.site-footer--2020 .get-involved__sub-links-group ul {
  margin: 0 0 1.875rem;
  padding-left: 0; }
  @media (min-width: 66em) {
    .site-header--2020 .get-involved__sub-links-group ul:last-child,
    .site-footer--2020 .get-involved__sub-links-group ul:last-child {
      margin-bottom: 0; } }

.site-header--2020 .get-involved__sub-links-group li,
.site-footer--2020 .get-involved__sub-links-group li {
  padding: 0; }

.site-header--2020 .get-involved__sub-links-group a,
.site-footer--2020 .get-involved__sub-links-group a {
  display: block;
  padding: 0.3125rem 0;
  font-weight: bold; }

@media (min-width: 60em) {
  .site-footer--2020 .get-involved__account-link {
    margin-top: -0.15rem; } }

.home-2020 {
  background-color: #f4f1ea;
  overflow: hidden; }
  .home-2020 .button {
    background: #038294;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    padding: 0.5em 1em;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15); }
    @media (min-width: 48em) {
      .home-2020 .button {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 60em) {
      .home-2020 .button {
        font-size: 20px;
        font-size: 1.25rem; } }
    .home-2020 .button:hover {
      background: #025662; }

.home-magazine__inner {
  align-items: center;
  display: grid;
  grid-gap: 2.5rem;
  margin: 0 auto;
  max-width: 70rem;
  padding: 3.75rem 1.875rem; }
  @media (min-width: 25.875em) {
    .home-magazine__inner {
      padding: 3.75rem; } }
  @media (min-width: 48em) {
    .home-magazine__inner {
      grid-gap: 3.75rem;
      grid-template-columns: 17.5rem 1fr; } }
  @media (min-width: 60em) {
    .home-magazine__inner {
      grid-template-columns: 19.375rem 1fr; } }
  @media (min-width: 72em) {
    .home-magazine__inner {
      padding-top: 6.25rem; } }

.home-magazine__img {
  text-align: center; }
  .home-magazine__img img {
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.1); }

.home-magazine__content {
  margin: 0 auto;
  max-width: 19.375rem; }
  @media (min-width: 48em) {
    .home-magazine__content {
      max-width: none; } }
  .home-magazine__content h2 {
    line-height: 1.15;
    margin: 0 0 1.25rem; }
    .home-magazine__content h2 span {
      color: #888;
      display: block;
      font-size: 16px;
      font-size: 1rem;
      font-weight: normal;
      letter-spacing: 0.15em;
      margin-bottom: 0.25rem;
      text-transform: uppercase; }
      @media (min-width: 25.875em) {
        .home-magazine__content h2 span {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media (min-width: 60em) {
        .home-magazine__content h2 span {
          font-size: 24px;
          font-size: 1.5rem; } }
    .home-magazine__content h2 strong {
      color: #038294;
      display: block;
      font-size: 30px;
      font-size: 1.875rem; }
      @media (min-width: 25.875em) {
        .home-magazine__content h2 strong {
          font-size: 36px;
          font-size: 2.25rem; } }
      @media (min-width: 60em) {
        .home-magazine__content h2 strong {
          font-size: 42px;
          font-size: 2.625rem; } }
  .home-magazine__content p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 1.25rem; }
    @media (min-width: 60em) {
      .home-magazine__content p {
        font-size: 21px;
        font-size: 1.3125rem; } }

.home-b-campaign {
  background-color: #224044;
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.15);
  color: white;
  margin: 0 auto;
  max-width: 81.25rem;
  overflow: hidden; }
  @media (min-width: 84em) {
    .home-b-campaign {
      border-radius: 0.375rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 8px 36px rgba(0, 0, 0, 0.15); } }

.home-gpg__inner {
  max-width: 81.25rem;
  margin: 0 auto;
  background: url(/public/graphics/site/home_2020/home_2020_prayermap_middle.png) center top no-repeat;
  background-size: 22.5rem auto;
  padding: 3.75rem 1.875rem 0; }
  @media (min-width: 25.875em) {
    .home-gpg__inner {
      background-size: 27.5rem auto; } }
  @media (min-width: 32em) {
    .home-gpg__inner {
      background-size: 36.25rem auto; } }
  @media (min-width: 60em) {
    .home-gpg__inner {
      background-size: 54rem auto;
      background-position: left top;
      background-image: url(/public/graphics/site/home_2020/home_2020_prayermap.png);
      padding: 3.75rem 3.75rem 0; } }
  @media (min-width: 66em) {
    .home-gpg__inner {
      background-size: 100% auto; } }

.home-gpg__content {
  text-align: center;
  padding: 11.25rem 0 5rem; }
  @media (min-width: 25.875em) {
    .home-gpg__content {
      padding-top: 15rem;
      max-width: 26.25rem;
      margin: 0 auto; } }
  @media (min-width: 32em) {
    .home-gpg__content {
      padding-top: 21.25rem; } }
  @media (min-width: 60em) {
    .home-gpg__content {
      margin-left: auto;
      margin-right: 1.25rem;
      max-width: 26.25rem;
      padding: 3.75rem 0 5rem; } }
  @media (min-width: 72em) {
    .home-gpg__content {
      max-width: 26.25rem;
      padding: 7rem 0; } }
  @media (min-width: 84em) {
    .home-gpg__content {
      max-width: 35rem; } }
  .home-gpg__content h2 {
    background: url(/public/graphics/site/home_2020/home_2020_gpg_logo.png) center center no-repeat;
    background-size: contain;
    display: block;
    width: 16rem;
    height: 2.5rem;
    margin: 0 auto 1.875rem;
    text-indent: -999rem; }
    @media (min-width: 25.875em) {
      .home-gpg__content h2 {
        width: 21rem;
        height: 3.5rem; } }
    @media (min-width: 60em) {
      .home-gpg__content h2 {
        width: 25.625rem;
        height: 3.75rem;
        margin-bottom: 1.25rem; } }
  .home-gpg__content p {
    font-size: 24px;
    font-size: 1.5rem; }
    @media (min-width: 60em) {
      .home-gpg__content p {
        font-size: 18px;
        font-size: 1.125rem;
        padding-bottom: 1.875rem; } }
    @media (min-width: 72em) {
      .home-gpg__content p {
        font-size: 24px;
        font-size: 1.5rem;
        padding-bottom: 1.25rem; } }

.home-gpg__ways {
  background: url(/public/graphics/site/home_2020/home_2020_gpg_footer.jpg) center bottom no-repeat;
  background-size: 100% auto;
  border-top: 1px solid #dacfbc;
  margin: 0 -3.75rem;
  padding: 5rem 0 30%;
  text-align: center; }
  .home-gpg__ways h2 {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: normal;
    letter-spacing: 0.25em;
    margin: 0 0 1.875rem;
    text-transform: uppercase; }
    @media (min-width: 48em) {
      .home-gpg__ways h2 {
        font-size: 30px;
        font-size: 1.875rem; } }

.home-gpg__list {
  display: grid;
  grid-gap: 2.5rem;
  list-style: none;
  margin: 0 auto 2.5rem;
  max-width: 62.5rem;
  padding: 0;
  counter-reset: section; }
  @media (min-width: 60em) {
    .home-gpg__list {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 0;
      padding: 0 1.25rem; } }
  @media (min-width: 66em) {
    .home-gpg__list {
      grid-gap: 2.5rem;
      padding: 0; } }

.home-gpg__way {
  counter-increment: section;
  margin: 0 auto;
  max-width: 25rem;
  width: 100%; }
  .home-gpg__way .home-gpg__way-logo {
    margin: 0 auto 0.625rem; }

.home-gpg__way-link {
  display: block;
  text-decoration: none;
  padding: 1.25rem 0;
  border-radius: 0.625rem; }
  .home-gpg__way-link::before {
    background-color: #726b58;
    color: white;
    content: counters(section, ".") " ";
    padding-top: 0.55rem;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 auto 1.25rem;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 1.25rem;
    transition: background-color 0.2s ease; }
  .home-gpg__way-link:hover {
    background-color: rgba(47, 139, 131, 0.15); }
    .home-gpg__way-link:hover::before {
      background-color: #2f8b83; }

.home-gpg__way-img {
  padding-top: 50%;
  margin-bottom: 0.625rem;
  position: relative; }
  @media (min-width: 60em) {
    .home-gpg__way-img {
      padding-top: 65%; } }
  .home-gpg__way-img img {
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0; }

.home-gpg__way--gpg .home-gpg__way-logo {
  background: url(/public/graphics/site/home_2020/home_2020_gpg_logo.png) center center no-repeat;
  background-size: contain;
  margin-top: 1.75rem;
  display: block;
  width: 18.25rem;
  height: 2.5rem;
  text-indent: -999rem; }
  @media (min-width: 60em) {
    .home-gpg__way--gpg .home-gpg__way-logo {
      margin-bottom: 1.5rem; } }

@media (min-width: 60em) {
  .home-gpg__way--frontline .home-gpg__way-logo {
    margin-bottom: 1.5rem; } }

.home-gpg__way--frontline .home-gpg__way-logo strong {
  color: #038294;
  letter-spacing: 0.1em;
  display: block;
  font-size: 18px;
  font-size: 1.125rem; }

.home-gpg__way--frontline .home-gpg__way-logo em {
  color: #444;
  display: block;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem; }

.home-gpg__way--icommit .home-gpg__way-logo {
  background: url(/public/graphics/site/home_2020/home_2020_gpg_icommit_logo.png) center center no-repeat;
  background-size: contain;
  display: block;
  margin-top: 2rem;
  width: 15.5rem;
  height: 1.5rem;
  text-indent: -999rem; }
  @media (min-width: 60em) {
    .home-gpg__way--icommit .home-gpg__way-logo {
      margin-bottom: 2.5rem; } }

.home-gpg__way--icommit img {
  height: 80%;
  top: 10%; }

.home-give {
  background-color: #038294;
  margin: 0 auto;
  max-width: 81.25rem;
  padding: 5rem 1.875rem; }
  @media (min-width: 25.875em) {
    .home-give {
      padding: 5rem 3.75rem; } }
  @media (min-width: 84em) {
    .home-give {
      border-radius: 0.375rem 0.375rem 0 0; } }

.home-give__inner {
  margin: 0 auto;
  max-width: 18.75rem; }
  @media (min-width: 48em) {
    .home-give__inner {
      max-width: 62.5rem; } }
  .home-give__inner h2 {
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    font-size: 21px;
    font-size: 1.3125rem;
    margin: 0 0 3.125rem;
    font-weight: normal;
    display: flex;
    align-items: center; }
    @media (min-width: 48em) {
      .home-give__inner h2 {
        font-size: 30px;
        font-size: 1.875rem; } }
    .home-give__inner h2::after {
      content: '';
      flex: 1;
      display: block;
      background-color: rgba(255, 255, 255, 0.25);
      height: 2px;
      margin-left: 1.25rem; }

.home-give__list {
  display: grid;
  grid-gap: 3.75rem;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 48em) {
    .home-give__list {
      grid-gap: 3.125rem;
      grid-template-columns: repeat(3, 1fr); } }

.home-give__item {
  position: relative;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  max-width: 18.75rem;
  border-radius: 0.625rem;
  overflow: hidden; }

.home-give__link:hover .home-give__img {
  transform: scale(1.15); }

.home-give__text {
  color: white;
  position: absolute;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1rem;
  line-height: 1.2;
  z-index: 1;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.3); }
  @media (min-width: 48em) {
    .home-give__text {
      font-size: 16px;
      font-size: 1rem; } }
  @media (min-width: 54em) {
    .home-give__text {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (min-width: 66em) {
    .home-give__text {
      font-size: 20px;
      font-size: 1.25rem; } }
  .home-give__text strong {
    color: #f5eabe;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    text-transform: uppercase; }
    @media (min-width: 48em) {
      .home-give__text strong {
        display: inline;
        letter-spacing: 0;
        font-size: 16px;
        font-size: 1rem;
        text-transform: none; } }
    @media (min-width: 54em) {
      .home-give__text strong {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 66em) {
      .home-give__text strong {
        font-size: 20px;
        font-size: 1.25rem; } }

.home-give__img {
  transition: all 0.3s ease; }
  .home-give__img::before {
    content: '';
    display: block;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5));
    position: absolute;
    height: 60%;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (min-width: 48em) {
      .home-give__img::before {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.65));
        height: 70%; } }
    @media (min-width: 72em) {
      .home-give__img::before {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.55));
        height: 60%; } }

.home-inspired {
  background-color: #224044;
  margin: 0 auto;
  max-width: 81.25rem;
  padding: 5rem 1.875rem; }
  @media (min-width: 25.875em) {
    .home-inspired {
      padding: 5rem 3.75rem; } }

.home-inspired__inner {
  margin: 0 auto;
  max-width: 18.75rem; }
  @media (min-width: 48em) {
    .home-inspired__inner {
      max-width: 62.5rem; } }
  .home-inspired__inner h2 {
    color: #f4f1ea;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    font-size: 21px;
    font-size: 1.3125rem;
    margin: 0 0 3.125rem;
    font-weight: normal;
    display: flex;
    align-items: center; }
    @media (min-width: 48em) {
      .home-inspired__inner h2 {
        font-size: 30px;
        font-size: 1.875rem; } }
    .home-inspired__inner h2::after {
      content: '';
      flex: 1;
      display: block;
      background-color: rgba(244, 241, 234, 0.35);
      height: 2px;
      margin-left: 1.25rem; }

.home-inspired__list {
  display: grid;
  grid-gap: 3.75rem;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 48em) {
    .home-inspired__list {
      grid-gap: 3.125rem;
      grid-template-columns: repeat(3, 1fr); } }

.home-inspired__item {
  position: relative;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  max-width: 18.75rem; }
  .home-inspired__item::before {
    content: '';
    display: block;
    background: #038294 url(/public/graphics/site/home_2020/home_2020_inspired_icon_advance.svg) center center no-repeat;
    background-size: 90% auto;
    border-radius: 0.625rem;
    height: 3.75rem;
    width: 3.75rem;
    position: absolute;
    left: 1.25rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    top: -1.25rem;
    z-index: 3; }
    @media (min-width: 48em) {
      .home-inspired__item::before {
        width: 2.5rem;
        height: 2.5rem; } }
    @media (min-width: 60em) {
      .home-inspired__item::before {
        height: 3.75rem;
        width: 3.75rem; } }

.home-inspired__item--conference::before {
  background-image: url(/public/graphics/site/home_2020/home_2020_inspired_icon_advance.svg); }

.home-inspired__item--magazine::before {
  background-image: url(/public/graphics/site/home_2020/home_2020_inspired_icon_magazine.svg); }

.home-inspired__item--radio::before {
  background-image: url(/public/graphics/site/home_2020/home_2020_inspired_icon_radio.svg); }

.home-inspired__link:hover .home-inspired__img img {
  transform: scale(1.15); }

.home-inspired__text {
  color: white;
  position: absolute;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1rem;
  line-height: 1.2;
  z-index: 1;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  z-index: 3; }
  @media (min-width: 48em) {
    .home-inspired__text {
      font-size: 16px;
      font-size: 1rem; } }
  @media (min-width: 60em) {
    .home-inspired__text {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (min-width: 72em) {
    .home-inspired__text {
      font-size: 20px;
      font-size: 1.25rem; } }
  .home-inspired__text strong {
    color: #f5eabe;
    font-weight: bold; }

.home-inspired__img {
  border-radius: 0.625rem;
  overflow: hidden; }
  .home-inspired__img img {
    transition: all 0.3s ease;
    z-index: 1;
    position: relative; }
  .home-inspired__img::before {
    content: '';
    display: block;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5));
    position: absolute;
    height: 60%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
    @media (min-width: 48em) {
      .home-inspired__img::before {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.65));
        height: 70%; } }
    @media (min-width: 72em) {
      .home-inspired__img::before {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.55));
        height: 60%; } }

.home-resources {
  background-color: white;
  margin: 0 auto;
  max-width: 81.25rem;
  padding: 5rem 1.875rem; }
  @media (min-width: 25.875em) {
    .home-resources {
      padding: 5rem 3.75rem; } }
  @media (min-width: 84em) {
    .home-resources {
      border-radius: 0 0 0.375rem 0.375rem; } }

.home-resources__inner {
  margin: 0 auto;
  max-width: 18.75rem; }
  @media (min-width: 48em) {
    .home-resources__inner {
      max-width: 62.5rem; } }
  .home-resources__inner h2 {
    color: #038294;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    font-size: 21px;
    font-size: 1.3125rem;
    margin: 0 0 3.125rem;
    font-weight: normal;
    display: flex;
    align-items: center; }
    @media (min-width: 48em) {
      .home-resources__inner h2 {
        font-size: 30px;
        font-size: 1.875rem; } }
    .home-resources__inner h2::after {
      content: '';
      flex: 1;
      display: block;
      background-color: rgba(3, 130, 148, 0.15);
      height: 2px;
      margin-left: 1.25rem; }

.home-resources__list {
  display: grid;
  grid-gap: 3.75rem;
  list-style: none;
  margin: 0 0 3.125rem;
  padding: 0; }
  @media (min-width: 48em) {
    .home-resources__list {
      grid-gap: 3.125rem;
      grid-template-columns: repeat(3, 1fr); } }

.home-resources__item {
  max-width: 18.75rem; }

.home-resources__link {
  color: #444;
  display: block;
  text-decoration: none;
  transition: all 0.2s ease; }
  .home-resources__link:hover {
    color: #038294; }
    .home-resources__link:hover .home-resources__img {
      transform: scale(1.07); }

.home-resources__text {
  font-weight: normal;
  text-align: center;
  line-height: 1.4; }
  .home-resources__text em {
    color: #038294;
    display: block;
    font-size: 21px;
    font-size: 1.3125rem; }
  .home-resources__text span {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.2em;
    opacity: 0.8;
    text-transform: uppercase; }

.home-resources__img {
  margin-bottom: 0.375rem;
  transition: all 0.2s ease; }

.home-resources__more {
  border-top: 0.125rem solid rgba(3, 130, 148, 0.15);
  text-align: center;
  padding-top: 2.5rem; }

.home-about-vom__inner {
  display: grid;
  grid-gap: 2.5rem;
  max-width: 45rem;
  margin: 0 auto;
  padding: 5rem 1.875rem; }
  @media (min-width: 25.875em) {
    .home-about-vom__inner {
      padding: 6.25rem 3.75rem; } }
  @media (min-width: 48em) {
    .home-about-vom__inner {
      grid-gap: 3.75rem; } }
  @media (min-width: 60em) {
    .home-about-vom__inner {
      max-width: 80rem;
      grid-template-columns: 1fr 16.25rem; } }
  @media (min-width: 66em) {
    .home-about-vom__inner {
      align-items: center;
      grid-template-columns: 1fr 20rem; } }
  @media (min-width: 72em) {
    .home-about-vom__inner {
      grid-gap: 5.625rem;
      grid-template-columns: 1fr auto; } }

.home-about-vom__img {
  text-align: center; }
  @media (min-width: 60em) {
    .home-about-vom__img {
      grid-column: 2;
      grid-row: 1; } }
  .home-about-vom__img img {
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.12); }

@media (min-width: 60em) {
  .home-about-vom__content {
    grid-column: 1;
    grid-row: 1; } }

.home-about-vom__content h2 {
  color: #038294;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 1.25rem;
  font-weight: normal; }
  @media (min-width: 48em) {
    .home-about-vom__content h2 {
      font-size: 30px;
      font-size: 1.875rem;
      margin: 0 0 1.875rem; } }

.home-about-vom__content p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.65; }
  @media (min-width: 84em) {
    .home-about-vom__content p {
      font-size: 21px;
      font-size: 1.3125rem; } }

.home-about-vom__buttons {
  padding-top: 1.25rem;
  text-align: center; }
  @media (min-width: 66em) {
    .home-about-vom__buttons {
      text-align: left; } }
  .home-about-vom__buttons .button {
    padding: 1rem 2rem;
    margin: 0 0.5rem 1rem; }
    @media (min-width: 66em) {
      .home-about-vom__buttons .button {
        margin-right: 1.5rem;
        margin-left: 0; } }
    .home-about-vom__buttons .button:last-child {
      margin-bottom: 0; }
  .home-about-vom__buttons strong {
    display: block;
    background: url(/public/graphics/site/home_2020/home_2020_about_text_what.png) center center no-repeat;
    background-size: auto 2.1rem;
    height: 2.5rem;
    display: block;
    text-indent: -999rem; }
    @media (min-width: 84em) {
      .home-about-vom__buttons strong {
        background-size: auto 2.75rem;
        height: 3.5rem; } }
  .home-about-vom__buttons span {
    font-weight: normal;
    letter-spacing: 0.25em;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 84em) {
      .home-about-vom__buttons span {
        letter-spacing: 0.35em;
        font-size: 16px;
        font-size: 1rem; } }

.home-about-vom__button--who strong {
  background-image: url(/public/graphics/site/home_2020/home_2020_about_text_who.png); }

.home-about-vom__button--how strong {
  background-size: auto 2.75rem;
  background-image: url(/public/graphics/site/home_2020/home_2020_about_text_how.png); }
  @media (min-width: 84em) {
    .home-about-vom__button--how strong {
      background-size: auto 3.5rem; } }

.home-campaign-202010 {
  background-color: #0b2f38;
  position: relative;
  overflow: hidden; }

.home-campaign-202010__inner {
  padding-top: 30.4%;
  position: relative; }
  @media (min-width: 60em) {
    .home-campaign-202010__inner {
      height: 33.75rem;
      padding-top: 0; } }
  @media (min-width: 84em) {
    .home-campaign-202010__inner {
      padding-top: 40.3%; } }
  @media (min-width: 120em) {
    .home-campaign-202010__inner {
      height: 50rem;
      padding-top: 0; } }
  .home-campaign-202010__inner::before {
    content: '';
    display: block;
    background-image: linear-gradient(to bottom, rgba(11, 47, 56, 0.35), rgba(11, 47, 56, 0.7), rgba(11, 47, 56, 0.8));
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1; }
    @media (min-width: 48em) {
      .home-campaign-202010__inner::before {
        background-image: linear-gradient(to bottom, rgba(11, 47, 56, 0), rgba(11, 47, 56, 0.75), rgba(11, 47, 56, 0.9)); } }
    @media (min-width: 72em) {
      .home-campaign-202010__inner::before {
        background-image: linear-gradient(to bottom, rgba(11, 47, 56, 0), rgba(11, 47, 56, 0.2), rgba(11, 47, 56, 0.5), rgba(11, 47, 56, 0.9)); } }
    @media (min-width: 96em) {
      .home-campaign-202010__inner::before {
        background-image: linear-gradient(to bottom, rgba(11, 47, 56, 0), rgba(11, 47, 56, 0), rgba(11, 47, 56, 0.1), rgba(11, 47, 56, 0.65), rgba(11, 47, 56, 0.9)); } }

.home-campaign-202010__content {
  max-width: 20rem;
  margin: 0 auto;
  color: white;
  padding: 1.5rem 1.25rem;
  text-align: center;
  position: relative;
  z-index: 1; }
  @media (min-width: 23.25em) {
    .home-campaign-202010__content {
      max-width: 22.5rem;
      padding: 1.25rem 1.25rem 2.5rem; } }
  @media (min-width: 48em) {
    .home-campaign-202010__content {
      max-width: 44rem;
      padding-bottom: 2.5rem; } }
  @media (min-width: 60em) {
    .home-campaign-202010__content {
      max-width: 57.5rem;
      padding-bottom: 3.125rem;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -28.75rem; } }
  @media (min-width: 72em) {
    .home-campaign-202010__content {
      padding-bottom: 5rem; } }
  @media (min-width: 96em) {
    .home-campaign-202010__content {
      max-width: 65rem;
      margin-left: -32.5rem; } }

.home-campaign-202010__title {
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: 500;
  color: #e7e8dd;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 48px;
  font-size: 3rem;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.5), 0 12px 30px rgba(0, 0, 0, 0.8);
  line-height: 1;
  margin: 0 auto 0.625rem; }
  @media (min-width: 48em) {
    .home-campaign-202010__title {
      font-size: 68px;
      font-size: 4.25rem; } }
  @media (min-width: 60em) {
    .home-campaign-202010__title {
      font-size: 82px;
      font-size: 5.125rem;
      line-height: 0.9;
      margin-bottom: 1rem; } }
  @media (min-width: 96em) {
    .home-campaign-202010__title {
      font-size: 94px;
      font-size: 5.875rem; } }

.home-campaign-202010__desc {
  color: white;
  padding-bottom: 0.625rem; }
  @media (min-width: 25.875em) {
    .home-campaign-202010__desc {
      font-size: 18px;
      font-size: 1.125rem;
      padding-bottom: 1rem; } }
  @media (min-width: 48em) {
    .home-campaign-202010__desc {
      font-size: 24px;
      font-size: 1.5rem;
      max-width: 30rem;
      margin: 0 auto;
      padding-bottom: 1.25rem; } }
  @media (min-width: 60em) {
    .home-campaign-202010__desc {
      max-width: none;
      padding-bottom: 0; } }

.home-campaign-202010__buttons a {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0.25rem;
  white-space: nowrap;
  background: #11748c; }
  @media (min-width: 48em) {
    .home-campaign-202010__buttons a {
      font-size: 15px;
      font-size: 0.9375rem;
      letter-spacing: 0.15em; } }
  @media (min-width: 60em) {
    .home-campaign-202010__buttons a {
      font-size: 18px;
      font-size: 1.125rem;
      padding: 0.625rem 1.25rem; } }
  .home-campaign-202010__buttons a:hover {
    background: #0b4e5f; }

.home-campaign-202010__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .home-campaign-202010__video video {
    position: absolute;
    top: 0;
    height: 100%;
    transform: translateX(-50%);
    left: 50%; }

.home-campaign-202011 {
  background-color: black;
  position: relative; }
  @media (min-width: 60em) {
    .home-campaign-202011 {
      max-height: 94vh; } }
  @media (min-width: 180em) {
    .home-campaign-202011 {
      max-height: none; } }

.home-campaign-202011__photo-outer {
  max-width: 112.5rem;
  overflow: hidden;
  margin: 0 -2.5rem; }
  @media (min-width: 32em) {
    .home-campaign-202011__photo-outer {
      margin: 0; } }
  @media (min-width: 48em) {
    .home-campaign-202011__photo-outer {
      padding-bottom: 0; } }
  @media (min-width: 60em) {
    .home-campaign-202011__photo-outer {
      margin: 0 auto; } }
  @media (min-width: 90em) {
    .home-campaign-202011__photo-outer {
      max-width: 85rem;
      position: relative; } }
  @media (min-width: 90em) {
    .home-campaign-202011__photo-outer::before, .home-campaign-202011__photo-outer::after {
      content: '';
      display: block;
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0), black);
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      width: 22rem;
      z-index: 10; } }
  @media (min-width: 90em) {
    .home-campaign-202011__photo-outer::after {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0), black);
      left: auto;
      right: 0; } }

.home-campaign-202011__photo {
  padding-top: 65%;
  position: relative; }
  @media (min-width: 60em) {
    .home-campaign-202011__photo {
      padding-top: 55%; } }

.home-campaign-202011__slide {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s ease;
  width: 100%; }
  .home-campaign-202011__slide.is-hidden {
    opacity: 0; }

.home-campaign-202011__slide--1 {
  z-index: 3; }

.home-campaign-202011__slide--2 {
  z-index: 2; }

.home-campaign-202011__slide--3 {
  z-index: 1; }

@media (min-width: 112em) {
  .home-campaign-202011__img img {
    max-height: none;
    margin: 0 auto;
    display: block; } }

.home-campaign-202011__content {
  background-color: #33497a;
  padding: 1.875rem 0 2rem;
  text-align: center;
  position: relative;
  z-index: 11;
  margin-top: -2.5rem;
  -webkit-animation: home-campaign-202011-show-content 0.5s ease 0.35s;
          animation: home-campaign-202011-show-content 0.5s ease 0.35s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  @media (min-width: 23.25em) {
    .home-campaign-202011__content {
      padding: 2.25rem 0 2.5rem; } }
  @media (min-width: 48em) {
    .home-campaign-202011__content {
      margin-top: 0;
      padding: 1.875rem; } }
  @media (min-width: 60em) {
    .home-campaign-202011__content {
      bottom: 0;
      background-color: rgba(51, 73, 122, 0.9);
      left: 6.25rem;
      right: 6.25rem;
      position: absolute; } }
  @media (min-width: 72em) {
    .home-campaign-202011__content {
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      max-width: 62.5rem;
      padding: 2rem 2.5rem 2.25rem;
      bottom: -1.25rem; } }
  @media (min-width: 84em) {
    .home-campaign-202011__content {
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3); } }
  .site-main--home-2020 .home-campaign-202011__content {
    background-color: #224044; }
    @media (min-width: 60em) {
      .site-main--home-2020 .home-campaign-202011__content {
        background-color: rgba(34, 64, 68, 0.9); } }

@-webkit-keyframes home-campaign-202011-show-content {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes home-campaign-202011-show-content {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.home-campaign-202011__title {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 0.625rem;
  background: url(/public/graphics/site/home_hero/hero_202011_title_smaller.png) center top no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto 1.25rem;
  padding-top: 31.5%;
  height: 0;
  text-indent: -999rem;
  position: relative;
  z-index: 1;
  -webkit-animation: home-campaign-202011-show 0.35s ease 0.75s;
          animation: home-campaign-202011-show 0.35s ease 0.75s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  @media (min-width: 23.25em) {
    .home-campaign-202011__title {
      padding-top: 30%; } }
  @media (min-width: 48em) {
    .home-campaign-202011__title {
      background-image: url(/public/graphics/site/home_hero/hero_202011_title_large.png);
      margin-bottom: 1.5rem;
      padding-top: 15%; } }

.home-campaign-202011__buttons {
  -webkit-animation: home-campaign-202011-show 0.35s ease 1.25s;
          animation: home-campaign-202011-show 0.35s ease 1.25s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  .home-campaign-202011__buttons a {
    background: #ffd270;
    box-shadow: none;
    color: #444;
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase; }
    @media (min-width: 48em) {
      .home-campaign-202011__buttons a {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 72em) {
      .home-campaign-202011__buttons a {
        font-size: 21px;
        font-size: 1.3125rem; } }
    .home-campaign-202011__buttons a:hover {
      background: rgba(255, 255, 255, 0.35); }
    .home-campaign-202011__buttons a span {
      display: block;
      font-weight: normal;
      letter-spacing: 0.3em;
      font-size: 12px;
      font-size: 0.75rem;
      margin-top: 0.125rem;
      margin-bottom: -0.25rem; }
      @media (min-width: 60em) {
        .home-campaign-202011__buttons a span {
          font-size: 14px;
          font-size: 0.875rem; } }
    .home-campaign-202011__buttons a strong {
      display: block; }
    .site-main--home-2020 .home-campaign-202011__buttons a {
      color: white;
      background-color: #038294; }
      .site-main--home-2020 .home-campaign-202011__buttons a:hover {
        background-color: #025662; }

@-webkit-keyframes home-campaign-202011-show {
  0% {
    opacity: 0;
    transform: translateY(2.5rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes home-campaign-202011-show {
  0% {
    opacity: 0;
    transform: translateY(2.5rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.home-b-campaign--2020-10 .home-b-campaign__inner {
  align-items: center;
  background: url(/public/graphics/site/home_2020/home_202010_bcampaign_bg@2x.jpg) right center no-repeat;
  background-position: right top;
  background-size: 30rem auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 19rem 1.875rem 3.75rem;
  text-align: center; }
  @media (min-width: 25.875em) {
    .home-b-campaign--2020-10 .home-b-campaign__inner {
      background-size: 36rem auto;
      padding-top: 23rem; } }
  @media (min-width: 36em) {
    .home-b-campaign--2020-10 .home-b-campaign__inner {
      background-size: 48rem auto;
      padding-top: 31rem; } }
  @media (min-width: 48em) {
    .home-b-campaign--2020-10 .home-b-campaign__inner {
      background-position: right -8rem center;
      background-size: auto 25rem;
      min-height: 25rem;
      padding: 3.75rem 20rem 3.75rem 3.75rem; } }
  @media (min-width: 60em) {
    .home-b-campaign--2020-10 .home-b-campaign__inner {
      background-position: right -6rem center;
      padding-right: 25rem; } }
  @media (min-width: 72em) {
    .home-b-campaign--2020-10 .home-b-campaign__inner {
      background-position: right center; } }
  @media (min-width: 84em) {
    .home-b-campaign--2020-10 .home-b-campaign__inner {
      background-size: contain;
      min-height: 29.875rem;
      padding-right: 36.25rem;
      padding-left: 5rem; } }

@media (min-width: 48em) {
  .home-b-campaign--2020-10 .home-b-campaign__content {
    max-width: 26.25rem;
    width: 100%; } }

@media (min-width: 60em) {
  .home-b-campaign--2020-10 .home-b-campaign__content {
    max-width: 35rem; } }

.home-b-campaign--2020-10 h2 {
  line-height: 1.2;
  margin: 0 auto 1.25rem;
  width: 100%;
  max-width: 27.5rem; }
  @media (min-width: 25.875em) {
    .home-b-campaign--2020-10 h2 {
      margin: 0 auto 1.5rem; } }
  @media (min-width: 60em) {
    .home-b-campaign--2020-10 h2 {
      max-width: none; } }
  .home-b-campaign--2020-10 h2 span {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal;
    color: #f5eabe;
    letter-spacing: 0.15em;
    margin: 0 auto;
    text-transform: uppercase; }
    @media (min-width: 23.25em) {
      .home-b-campaign--2020-10 h2 span {
        font-size: 15px;
        font-size: 0.9375rem; } }
    @media (min-width: 25.875em) {
      .home-b-campaign--2020-10 h2 span {
        font-size: 17px;
        font-size: 1.0625rem;
        margin-bottom: 0.5rem; } }
    @media (min-width: 48em) {
      .home-b-campaign--2020-10 h2 span {
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 60em) {
      .home-b-campaign--2020-10 h2 span {
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 0.75rem; } }
    @media (min-width: 72em) {
      .home-b-campaign--2020-10 h2 span {
        font-size: 21px;
        font-size: 1.3125rem; } }
    @media (min-width: 84em) {
      .home-b-campaign--2020-10 h2 span {
        font-size: 26px;
        font-size: 1.625rem;
        margin-bottom: 1rem; } }
  .home-b-campaign--2020-10 h2 strong {
    background: url(/public/graphics/site/home_2020/home_202010_bcampaign_title.png) center center no-repeat;
    background-size: contain;
    display: block;
    height: 3rem;
    text-indent: -999rem; }
    @media (min-width: 25.875em) {
      .home-b-campaign--2020-10 h2 strong {
        height: 3.25rem; } }
    @media (min-width: 60em) {
      .home-b-campaign--2020-10 h2 strong {
        height: 3.5rem; } }
    @media (min-width: 84em) {
      .home-b-campaign--2020-10 h2 strong {
        height: 5rem; } }

.home-b-campaign--2020-11 .home-b-campaign__inner {
  align-items: center;
  background: url(/public/graphics/site/home_b_campaign/b_campaign_202011_gifts@2x.jpg) center top no-repeat;
  background-size: 25.875rem auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 19rem 1.875rem 2.5rem;
  text-align: center; }
  @media (min-width: 25.875em) {
    .home-b-campaign--2020-11 .home-b-campaign__inner {
      background-size: 100% auto;
      padding-top: calc(67% + 1.875rem); } }
  @media (min-width: 48em) {
    .home-b-campaign--2020-11 .home-b-campaign__inner {
      background-position: -8rem center;
      background-size: contain;
      min-height: 20rem;
      padding: 3.75rem 2.5rem 3.75rem 25rem; } }
  @media (min-width: 60em) {
    .home-b-campaign--2020-11 .home-b-campaign__inner {
      background-position: left center;
      padding-right: 3.125rem;
      padding-left: 33.75rem; } }
  @media (min-width: 72em) {
    .home-b-campaign--2020-11 .home-b-campaign__inner {
      min-height: 23.75rem;
      padding-left: 38.75rem; } }
  @media (min-width: 84em) {
    .home-b-campaign--2020-11 .home-b-campaign__inner {
      min-height: 27.5rem;
      padding-left: 44.375rem;
      padding-rightt: 3.75rem; } }

@media (min-width: 48em) {
  .home-b-campaign--2020-11 .home-b-campaign__content {
    max-width: 26.25rem;
    width: 100%; } }

@media (min-width: 84em) {
  .home-b-campaign--2020-11 .home-b-campaign__content {
    max-width: 30rem; } }

.home-b-campaign--2020-11 h2 {
  line-height: 1.2;
  margin: 0 auto 1.25rem;
  width: 100%;
  max-width: 27.5rem; }
  @media (min-width: 25.875em) {
    .home-b-campaign--2020-11 h2 {
      margin: 0 auto 1.875rem; } }
  @media (min-width: 60em) {
    .home-b-campaign--2020-11 h2 {
      max-width: none; } }
  @media (min-width: 84em) {
    .home-b-campaign--2020-11 h2 {
      margin-bottom: 2.5rem; } }
  .home-b-campaign--2020-11 h2 strong {
    background: url(/public/graphics/site/home_b_campaign/b_campaign_202011_giveinspiration@2x.png) center center no-repeat;
    background-size: contain;
    display: block;
    height: 3rem;
    text-indent: -999rem;
    margin-bottom: 0.25rem; }
    @media (min-width: 25.875em) {
      .home-b-campaign--2020-11 h2 strong {
        height: 0;
        margin-bottom: 0.5rem;
        padding-top: 14.5%; } }
    @media (min-width: 60em) {
      .home-b-campaign--2020-11 h2 strong {
        height: 3.5rem; } }
    @media (min-width: 84em) {
      .home-b-campaign--2020-11 h2 strong {
        margin-bottom: 0.25rem;
        height: 5rem; } }
  .home-b-campaign--2020-11 h2 span {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal;
    color: #f5eabe;
    letter-spacing: 0.15em;
    margin: 0 auto;
    text-transform: uppercase; }
    @media (min-width: 23.25em) {
      .home-b-campaign--2020-11 h2 span {
        font-size: 21px;
        font-size: 1.3125rem;
        letter-spacing: 0.3em; } }
    @media (min-width: 25.875em) {
      .home-b-campaign--2020-11 h2 span {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media (min-width: 48em) {
      .home-b-campaign--2020-11 h2 span {
        font-size: 23px;
        font-size: 1.4375rem; } }
    @media (min-width: 60em) {
      .home-b-campaign--2020-11 h2 span {
        font-size: 26px;
        font-size: 1.625rem; } }
    @media (min-width: 66em) {
      .home-b-campaign--2020-11 h2 span {
        font-size: 28px;
        font-size: 1.75rem; } }
    @media (min-width: 84em) {
      .home-b-campaign--2020-11 h2 span {
        font-size: 32px;
        font-size: 2rem; } }

@media (max-width: 23.24em) {
  .home-b-campaign--2020-11 .button {
    font-size: 15px;
    font-size: 0.9375rem; } }

.site-footer {
  background: #24323b center top no-repeat;
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.5);
  padding: 3.25rem 2.5rem 2.5rem;
  position: relative;
  z-index: 1; }
  @media (min-width: 60em) {
    .site-footer {
      padding: 5rem 3.25rem 2.5rem; } }
  @media (min-width: 84em) {
    .site-footer {
      padding-top: 5.625rem;
      padding-bottom: 4.375rem; } }
  .no-webp .site-footer {
    background-image: url(/public/graphics/site/bg_footer.jpg); }
  .webp .site-footer {
    background-image: url(/public/graphics/site/bg_footer.webp); }

.site-footer__inner {
  margin: 0 auto;
  max-width: 75rem; }
  @media (min-width: 48em) {
    .site-footer__inner {
      display: flex;
      padding-bottom: 1.875rem; } }
  @media (min-width: 72em) {
    .site-footer__inner {
      padding-bottom: 1.25rem; } }
  @media (min-width: 84em) {
    .site-footer__inner {
      padding-bottom: 0.625rem; } }

.site-footer__end {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  color: white;
  margin: 0 auto;
  max-width: 75rem;
  padding-top: 2.5rem; }
  @media (min-width: 84em) {
    .site-footer__end {
      align-items: center;
      display: flex;
      justify-content: space-between; } }
  .site-footer--minimal .site-footer__end {
    border-top: none;
    padding-top: 0; }

.copyright {
  padding-top: 2.5rem;
  text-align: center; }
  @media (min-width: 84em) {
    .copyright {
      padding-top: 0; } }

.copyright__main {
  color: #f5eabe;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0.625rem; }
  @media (min-width: 48em) {
    .copyright__main {
      margin-bottom: 0.2rem; } }

.copyright__bull {
  display: block;
  height: 0;
  text-indent: -9999px; }
  @media (min-width: 48em) {
    .copyright__bull {
      display: inline-block;
      height: auto;
      margin: 0 0.25rem;
      text-indent: 0; } }

.copyright__sub {
  font-size: 9px;
  font-size: 0.5625rem;
  letter-spacing: 0.15rem;
  line-height: 1.75;
  margin-bottom: 1.25rem;
  text-transform: uppercase; }
  @media (min-width: 84em) {
    .copyright__sub {
      margin-bottom: 0; } }
  .copyright__sub a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.organizations {
  list-style: none;
  padding: 0;
  text-align: center; }
  @media (min-width: 84em) {
    .organizations {
      margin: 0; } }
  .organizations li {
    display: inline-block; }

.organization {
  background-image: url(/public/graphics/site/sprites.png);
  background-size: 300px 220px;
  display: block;
  height: 3rem;
  margin: 0 0.25rem;
  overflow: hidden;
  text-indent: -9999px;
  width: 3rem; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .organization {
      background-image: url(/public/graphics/site/sprites@2x.png); } }
  .organization:hover {
    opacity: 0.7; }

.organization--efca {
  background-position: 0 -172px; }

.organization--ica {
  background-position: -59px -172px; }

.organization--cfc {
  background-position: -116px -172px;
  width: 4.25rem; }

.subscribe-banner {
  border-radius: 0.5rem;
  margin: 0;
  overflow: hidden; }
  @media (min-width: 60em) {
    .subscribe-banner {
      margin: 0 -5rem 1.875rem; } }
  @media (min-width: 72em) {
    .subscribe-banner {
      margin-top: -1.25rem; } }

.subscribe-top {
  position: relative; }
  @media (min-width: 72em) {
    .subscribe-top {
      padding-bottom: 0.125rem;
      margin-bottom: 2rem; } }

.subscribe-title {
  background-color: #9c171e;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: white;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 200;
  letter-spacing: 0.15rem;
  line-height: 1.05;
  margin: -5rem auto 1.875rem;
  max-width: 16rem;
  padding: 0.625em;
  position: relative;
  text-align: center;
  z-index: 1; }
  @media (min-width: 48em) {
    .subscribe-title {
      box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
      font-size: 36px;
      font-size: 2.25rem;
      letter-spacing: 0.2rem;
      margin: -9.325rem auto 15.625rem;
      max-width: 28rem;
      position: relative;
      z-index: 5; } }
  @media (min-width: 60em) {
    .subscribe-title {
      margin: 0;
      position: absolute;
      bottom: 3rem;
      padding: 1.5rem 2rem;
      left: -3.75rem; } }
  @media (min-width: 72em) {
    .subscribe-title {
      left: -6.25rem;
      z-index: 1;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } }
  .subscribe-title strong {
    display: block;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 600; }
    @media (min-width: 48em) {
      .subscribe-title strong {
        font-size: 60px;
        font-size: 3.75rem; } }

.subscribe-pdfs {
  padding-bottom: 67%;
  position: relative;
  margin: 0 -1.875rem 0.625rem; }
  @media (min-width: 24em) {
    .subscribe-pdfs {
      padding-bottom: 64%; } }
  @media (min-width: 36em) {
    .subscribe-pdfs {
      margin: 0 auto;
      padding-bottom: 16rem;
      width: 28rem; } }
  @media (min-width: 48em) {
    .subscribe-pdfs {
      position: absolute;
      padding-bottom: 0;
      margin: 0;
      width: 32rem;
      margin-left: -15.5rem;
      bottom: 1rem;
      left: 50%; } }
  @media (min-width: 60em) {
    .subscribe-pdfs {
      bottom: 15.625rem;
      left: 37.5rem; } }
  @media (min-width: 72em) {
    .subscribe-pdfs {
      width: 35rem;
      left: 36rem; } }

.subscribe-pdfs__pdf-1,
.subscribe-pdfs__pdf-2,
.subscribe-pdfs__pdf-3 {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 36%; }
  @media (min-width: 48em) {
    .subscribe-pdfs__pdf-1,
    .subscribe-pdfs__pdf-2,
    .subscribe-pdfs__pdf-3 {
      width: 11.5rem;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3); } }
  @media (min-width: 72em) {
    .subscribe-pdfs__pdf-1,
    .subscribe-pdfs__pdf-2,
    .subscribe-pdfs__pdf-3 {
      width: 12.25rem; } }

.subscribe-pdfs__pdf-3 {
  left: 0;
  top: 0;
  transform: rotate(-4deg);
  z-index: 1;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: subscribePDFShow3--small;
          animation-name: subscribePDFShow3--small; }

@-webkit-keyframes subscribePDFShow3--small {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(-4deg); } }

@keyframes subscribePDFShow3--small {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(-4deg); } }

@-webkit-keyframes subscribePDFShow3 {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-3deg); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(3deg); } }

@keyframes subscribePDFShow3 {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-3deg); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(3deg); } }

.subscribe-pdfs__pdf-2 {
  left: 33%;
  top: 1%;
  transform: rotate(-1deg);
  z-index: 2;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: subscribePDFShow2;
          animation-name: subscribePDFShow2; }

@-webkit-keyframes subscribePDFShow2 {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-7deg); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(-1deg); } }

@keyframes subscribePDFShow2 {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-7deg); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(-1deg); } }

.subscribe-pdfs__pdf-1 {
  left: 66%;
  top: 6%;
  transform: rotate(3deg);
  z-index: 3;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: subscribePDFShow1--small;
          animation-name: subscribePDFShow1--small; }

@-webkit-keyframes subscribePDFShow1--small {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-3deg); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(3deg); } }

@keyframes subscribePDFShow1--small {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-3deg); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(3deg); } }

@-webkit-keyframes subscribePDFShow1 {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(-4deg); } }

@keyframes subscribePDFShow1 {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(-4deg); } }

@media (min-width: 48em) {
  .subscribe-body {
    padding: 1.25rem; } }

.subscribe-body__main {
  position: relative;
  padding-bottom: 1.25rem; }
  @media (min-width: 48em) {
    .subscribe-body__main {
      padding-right: 22.5rem;
      padding-bottom: 2.5rem; } }

.subscribe-subtitle {
  color: #9c171e;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  margin: 0 0 1rem;
  text-align: center; }
  @media (min-width: 48em) {
    .subscribe-subtitle {
      font-size: 21px;
      font-size: 1.3125rem;
      font-weight: normal;
      text-align: left; } }

.subscribe-note {
  color: #888;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  padding-bottom: 1.25rem; }
  @media (min-width: 48em) {
    .subscribe-note {
      position: absolute;
      right: 0;
      top: 0;
      width: 20rem;
      background-color: rgba(208, 214, 218, 0.5);
      padding: 1.25rem; } }
  .subscribe-note > *:last-child {
    padding-bottom: 0; }
  .subscribe-note a {
    color: #888; }

.subscribe-body__form {
  margin: 0 auto;
  max-width: 36rem; }
  @media (min-width: 36em) {
    .subscribe-body__form {
      border-top: 1px solid #d0d6da;
      padding: 1.25rem; } }
  @media (min-width: 48em) {
    .subscribe-body__form {
      max-width: 100%;
      padding: 2.5rem 2.5rem 0; } }
  @media (min-width: 60em) {
    .subscribe-body__form {
      padding-left: 5rem;
      padding-right: 5rem; } }

.subpage.subpage--subscribe-alt {
  background: #f2e1c5 url(/public/graphics/site/subpage/subscribe/bg.jpg) left top no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
  max-width: none;
  overflow: hidden; }

.subscribe-alt {
  margin: 0 auto;
  max-width: 60rem;
  padding: 3.125rem 1.875rem; }
  @media (min-width: 48em) {
    .subscribe-alt {
      padding: 5rem 3.75rem; } }
  @media (min-width: 54em) {
    .subscribe-alt {
      padding: 5rem; } }
  @media (min-width: 72em) {
    .subscribe-alt {
      padding: 5rem 2.5rem; } }

.subscribe-alt-main {
  position: relative;
  max-width: 25rem;
  margin: 0 auto; }
  @media (min-width: 48em) {
    .subscribe-alt-main {
      padding-right: 20rem;
      max-width: none; } }
  @media (min-width: 60em) {
    .subscribe-alt-main {
      padding-right: 25rem; } }
  @media (min-width: 72em) {
    .subscribe-alt-main {
      padding-right: 27.5rem; } }
  @media (min-width: 72em) {
    .subscribe-alt--ty .subscribe-alt-main {
      padding-right: 23.75rem; } }

.subscribe-alt-top h1 {
  color: #9c171e;
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.15;
  margin: 0 0 2.5rem;
  text-align: center; }
  @media (min-width: 23.25em) {
    .subscribe-alt-top h1 {
      font-size: 36px;
      font-size: 2.25rem;
      margin-bottom: 3.125rem; } }
  @media (min-width: 25.875em) {
    .subscribe-alt-top h1 {
      font-size: 42px;
      font-size: 2.625rem;
      margin-bottom: 2.5rem; } }
  @media (min-width: 48em) {
    .subscribe-alt-top h1 {
      font-size: 40px;
      font-size: 2.5rem;
      text-align: left; } }
  @media (min-width: 60em) {
    .subscribe-alt-top h1 {
      font-size: 48px;
      font-size: 3rem; } }
  @media (min-width: 72em) {
    .subscribe-alt-top h1 {
      font-size: 54px;
      font-size: 3.375rem; } }
  .subscribe-alt--ty .subscribe-alt-top h1 {
    font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    text-transform: uppercase;
    font-size: 42px;
    font-size: 2.625rem; }
    @media (min-width: 23.25em) {
      .subscribe-alt--ty .subscribe-alt-top h1 {
        font-size: 60px;
        font-size: 3.75rem; } }
    @media (min-width: 48em) {
      .subscribe-alt--ty .subscribe-alt-top h1 {
        font-size: 66px;
        font-size: 4.125rem; } }
    @media (min-width: 60em) {
      .subscribe-alt--ty .subscribe-alt-top h1 {
        font-size: 78px;
        font-size: 4.875rem; } }
    @media (min-width: 72em) {
      .subscribe-alt--ty .subscribe-alt-top h1 {
        font-size: 90px;
        font-size: 5.625rem; } }

@-webkit-keyframes subscribeH2ShowSmall {
  0% {
    opacity: 0;
    transform: translate3d(2em, -1em, 0) scale(0.4) rotate(10deg); }
  70% {
    opacity: 1;
    transform: translate3d(-0.5em, 0.5em, 0) scale(0.8) rotate(8deg); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.65) rotate(14deg); } }

@keyframes subscribeH2ShowSmall {
  0% {
    opacity: 0;
    transform: translate3d(2em, -1em, 0) scale(0.4) rotate(10deg); }
  70% {
    opacity: 1;
    transform: translate3d(-0.5em, 0.5em, 0) scale(0.8) rotate(8deg); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.65) rotate(14deg); } }

@-webkit-keyframes subscribeH2Show {
  0% {
    opacity: 0;
    transform: translate3d(2em, -1em, 0) scale(0.7) rotate(10deg); }
  70% {
    opacity: 1;
    transform: translate3d(-0.5em, 0.5em, 0) scale(1.2) rotate(8deg); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(14deg); } }

@keyframes subscribeH2Show {
  0% {
    opacity: 0;
    transform: translate3d(2em, -1em, 0) scale(0.7) rotate(10deg); }
  70% {
    opacity: 1;
    transform: translate3d(-0.5em, 0.5em, 0) scale(1.2) rotate(8deg); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(14deg); } }

.subscribe-alt-top__special-pdf {
  position: relative;
  margin: 0 auto 2.5rem; }
  @media (min-width: 23.25em) {
    .subscribe-alt-top__special-pdf {
      width: 18.75rem; } }
  @media (min-width: 48em) {
    .subscribe-alt-top__special-pdf {
      position: absolute;
      right: 0;
      top: 0;
      width: 16.25rem; } }
  @media (min-width: 60em) {
    .subscribe-alt-top__special-pdf {
      width: 23.25rem; } }
  @media (min-width: 72em) {
    .subscribe-alt-top__special-pdf {
      right: -2.5rem;
      top: 0.5rem;
      width: 27.5rem; } }
  .subscribe-alt-top__special-pdf h2 {
    border-bottom: 0.625rem solid rgba(58, 55, 44, 0.25);
    margin: 0;
    padding: 1.875rem 0 1.25rem;
    font-size: 18px;
    font-size: 1.125rem; }
    @media (min-width: 60em) {
      .subscribe-alt-top__special-pdf h2 {
        margin: 0 auto;
        max-width: 17.5rem; } }
    .subscribe-alt-top__special-pdf h2 blockquote {
      padding: 0;
      margin: 0 auto;
      max-width: 17.5rem; }
    .subscribe-alt-top__special-pdf h2 p {
      font-style: italic;
      color: #9c171e;
      font-weight: normal; }
    .subscribe-alt-top__special-pdf h2 cite {
      display: block;
      font-style: normal;
      text-align: right;
      font-size: 12px;
      font-size: 0.75rem; }
  .subscribe-alt-top__special-pdf img {
    box-shadow: 0 10px 14px rgba(0, 0, 0, 0.25);
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: subscribePDFSpecial;
            animation-name: subscribePDFSpecial; }

@-webkit-keyframes subscribePDFSpecial {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0); } }

@keyframes subscribePDFSpecial {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0); } }

.subscribe-alt-top__pdfs {
  padding-bottom: 85%;
  position: relative;
  margin: 0 -1.875rem 0.625rem; }
  @media (min-width: 23.25em) {
    .subscribe-alt-top__pdfs {
      padding-bottom: 85%; } }
  @media (min-width: 32em) {
    .subscribe-alt-top__pdfs {
      margin: 0 auto;
      padding-bottom: 20rem;
      width: 25rem; } }
  @media (min-width: 48em) {
    .subscribe-alt-top__pdfs {
      padding-bottom: 0;
      margin: 0 auto;
      width: 20rem;
      left: auto;
      position: absolute;
      right: -2.5rem;
      top: 1.25rem; } }
  @media (min-width: 60em) {
    .subscribe-alt-top__pdfs {
      width: 23.75rem; } }
  @media (min-width: 72em) {
    .subscribe-alt-top__pdfs {
      margin-left: -15.5rem;
      width: 27.5rem; } }

.subscribe-alt-top__pdf-1,
.subscribe-alt-top__pdf-2,
.subscribe-alt-top__pdf-3 {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 36%; }
  @media (min-width: 48em) {
    .subscribe-alt-top__pdf-1,
    .subscribe-alt-top__pdf-2,
    .subscribe-alt-top__pdf-3 {
      width: 11.5rem;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3); } }
  @media (min-width: 72em) {
    .subscribe-alt-top__pdf-1,
    .subscribe-alt-top__pdf-2,
    .subscribe-alt-top__pdf-3 {
      width: 60%; } }

.subscribe-alt-top__pdf-3 {
  left: 0;
  top: 2.5rem;
  transform: rotate(-14deg);
  z-index: 1;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: subscribePDFShow3;
          animation-name: subscribePDFShow3; }
  @media (min-width: 48em) {
    .subscribe-alt-top__pdf-3 {
      top: 7.5rem; } }
  @media (min-width: 72em) {
    .subscribe-alt-top__pdf-3 {
      width: 56%;
      left: 20%;
      top: 8rem; } }

@keyframes subscribePDFShow3 {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(-14deg); } }

.subscribe-alt-top__pdf-2 {
  left: 30%;
  top: 1%;
  transform: rotate(-1deg);
  z-index: 3;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: subscribePDFShow2;
          animation-name: subscribePDFShow2; }
  @media (min-width: 48em) {
    .subscribe-alt-top__pdf-2 {
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45); } }
  @media (min-width: 72em) {
    .subscribe-alt-top__pdf-2 {
      left: 55%; } }

@keyframes subscribePDFShow2 {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-7deg); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(3deg); } }

.subscribe-alt-top__pdf-1 {
  left: 60%;
  top: 1.5rem;
  transform: rotate(12deg);
  z-index: 2;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: subscribePDFShow1;
          animation-name: subscribePDFShow1; }
  @media (min-width: 23.25em) {
    .subscribe-alt-top__pdf-1 {
      top: 5rem;
      left: 57%; } }
  @media (min-width: 48em) {
    .subscribe-alt-top__pdf-1 {
      top: 17.5rem;
      left: 30%; } }
  @media (min-width: 72em) {
    .subscribe-alt-top__pdf-1 {
      left: 43%;
      top: 25rem;
      width: 58%; } }

@keyframes subscribePDFShow1 {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-3deg); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(-5deg); } }

.subscribe-alt-body {
  padding-bottom: 2.5rem; }
  @media (min-width: 23.25em) {
    .subscribe-alt-body {
      font-size: 18px;
      font-size: 1.125rem; } }
  .subscribe-alt-body ol {
    counter-reset: section;
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    margin: 0.625rem 0 1.875rem; }
    @media (min-width: 60em) {
      .subscribe-alt-body ol {
        margin-left: -1.25rem;
        max-width: 23.75rem; } }
    .subscribe-alt-body ol li {
      counter-increment: section;
      font-style: italic;
      padding-bottom: 1.25rem;
      padding-left: 4.25rem;
      position: relative; }
      .subscribe-alt-body ol li:last-of-type {
        padding-bottom: 0; }
      .subscribe-alt-body ol li::before {
        background-color: rgba(156, 23, 30, 0.15);
        color: #9c171e;
        content: counters(section, ".") " ";
        display: block;
        text-align: center;
        font-size: 30px;
        font-size: 1.875rem;
        font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
        font-weight: 500;
        font-style: normal;
        padding-top: 0.4rem;
        line-height: 1;
        margin-bottom: 0.625rem;
        height: 2.75rem;
        width: 2.75rem;
        position: absolute;
        left: 0;
        top: 0.1rem; }
  .subscribe-alt-body ul {
    padding: 0 0 0 1.875rem;
    margin: 0 0 1.25rem; }
    .subscribe-alt-body ul li {
      padding-bottom: 1rem; }

.subscribe-alt-body__main {
  position: relative;
  padding-bottom: 1.25rem; }
  @media (min-width: 48em) {
    .subscribe-alt-body__main {
      padding-bottom: 2.5rem; } }

.subscribe-alt-body__photo {
  margin: 0.625rem -1.875rem 1.5rem; }
  @media (min-width: 48em) {
    .subscribe-alt-body__photo {
      margin-left: 0;
      margin-right: 0; } }
  .subscribe-alt-body__photo img {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3); }

.subscribe-alt-note {
  color: #888;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  padding-bottom: 1.25rem; }
  @media (min-width: 48em) {
    .subscribe-alt-note {
      position: absolute;
      right: 0;
      top: 0;
      width: 20rem;
      background-color: rgba(208, 214, 218, 0.5);
      padding: 1.25rem; } }
  .subscribe-alt-note > *:last-child {
    padding-bottom: 0; }
  .subscribe-alt-note a {
    color: #888; }

.subscribe-alt-form {
  margin: 0 auto;
  max-width: 36rem;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
  padding: 2.5rem 1.875rem;
  margin: 0 -1.875rem;
  padding-bottom: 2.5rem; }
  @media (min-width: 25.875em) {
    .subscribe-alt-form {
      border-radius: 0.375rem;
      margin: 0 auto; } }
  @media (min-width: 48em) {
    .subscribe-alt-form {
      max-width: 100%;
      padding: 3.125rem 2.5rem; } }
  @media (min-width: 60em) {
    .subscribe-alt-form {
      padding-left: 8.75rem;
      padding-right: 8.75rem; } }
  @media (min-width: 72em) {
    .subscribe-alt-form {
      padding-left: 10rem;
      padding-right: 10rem; } }
  .subscribe-alt-form form {
    max-width: 35rem;
    margin: 0 auto; }
  .subscribe-alt-form h2 {
    font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.125;
    margin: 0 0 1.5rem;
    color: #9c171e;
    font-weight: 500; }
    @media (min-width: 48em) {
      .subscribe-alt-form h2 {
        font-size: 42px;
        font-size: 2.625rem; } }
  .subscribe-alt-form .field--submit {
    border-color: rgba(0, 0, 0, 0.15); }

.subpage--whoweserve.subpage {
  max-width: 100%; }

.subpage--whoweserve .subpage__content {
  max-width: 36rem;
  margin: 0 auto; }
  @media (min-width: 48em) {
    .subpage--whoweserve .subpage__content {
      display: flex;
      max-width: 82rem;
      margin: 0; } }

.subpage--whoweserve2020.subpage {
  max-width: 100%; }

.whoweserve__intro {
  margin: 0 auto 5rem;
  max-width: 50rem; }
  @media (min-width: 72em) {
    .whoweserve__intro {
      margin-bottom: 7.5rem;
      max-width: 57.5rem; } }
  @media (min-width: 96em) {
    .whoweserve__intro {
      margin-right: 0;
      margin-left: 12.25rem; } }

.whoweserve__context-statement {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.875rem; }
  @media (min-width: 60em) {
    .whoweserve__context-statement {
      margin-bottom: 2.5rem; } }

.whoweserve__nav-list {
  list-style: none;
  margin: 0 auto;
  max-width: 30rem;
  padding: 0;
  display: grid;
  grid-gap: 0.625rem;
  grid-template-columns: repeat(2, 1fr); }
  @media (min-width: 25.875em) {
    .whoweserve__nav-list {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 60em) {
    .whoweserve__nav-list {
      max-width: none;
      grid-template-columns: repeat(6, 1fr); } }
  @media (min-width: 72em) {
    .whoweserve__nav-list {
      grid-gap: 1rem; } }

.whoweserve__nav-link {
  display: block;
  overflow: hidden;
  text-decoration: none;
  padding: 0 0.625rem 0.625rem;
  line-height: 1.25;
  border-radius: 0.375rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); }
  @media (min-width: 72em) {
    .whoweserve__nav-link {
      padding: 0 1rem 0.8rem; } }

.whoweserve__nav-img {
  display: block;
  margin: 0 -0.625rem 0.375rem; }
  @media (min-width: 72em) {
    .whoweserve__nav-img {
      margin: 0 -1rem 0.5rem; } }

.whoweserve__nav-name {
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 21px;
  font-size: 1.3125rem; }
  @media (min-width: 72em) {
    .whoweserve__nav-name {
      font-size: 24px;
      font-size: 1.5rem; } }

.whoweserve__nav-country {
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.15em;
  color: #444;
  font-weight: normal;
  text-transform: uppercase; }
  @media (min-width: 72em) {
    .whoweserve__nav-country {
      font-size: 12px;
      font-size: 0.75rem; } }

.whoweserve-person {
  border-top: 1px solid #d0d6da;
  max-width: 36rem;
  margin: 0 auto 6.25rem;
  padding-top: 3.75rem; }
  @media (min-width: 48em) {
    .whoweserve-person {
      display: flex;
      margin-left: 0;
      margin-right: 0;
      max-width: 82rem; } }

.whoweserve-banner {
  margin-bottom: 2.5rem; }
  @media (min-width: 48em) {
    .whoweserve-banner {
      padding-top: 1.25rem;
      flex: 1 0 20rem;
      position: relative;
      left: -2.5rem;
      margin-bottom: 1.25rem; } }
  @media (min-width: 60em) {
    .whoweserve-banner {
      flex: 1 0 25rem;
      left: -3.25rem; } }
  @media (min-width: 84em) {
    .whoweserve-banner {
      flex: 1 0 30rem;
      left: -5.75rem; } }
  @media (min-width: 92em) {
    .whoweserve-banner {
      flex: 1 0 35rem; } }

.whoweserve-banner__figure {
  display: block; }
  @media (min-width: 48em) {
    .whoweserve-banner__figure {
      bottom: 0;
      position: -webkit-sticky;
      position: sticky;
      top: 1.25rem; } }
  @media (min-width: 72em) {
    .whoweserve-banner__figure {
      top: 2.5rem; } }

.whoweserve-banner__img {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  display: block; }

.whoweserve-banner__caption {
  padding: 1.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic; }

.whoweserve-title {
  line-height: 1; }
  .whoweserve-title span {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
    text-transform: uppercase; }
    @media (min-width: 72em) {
      .whoweserve-title span {
        font-size: 20px;
        font-size: 1.25rem; } }
  .whoweserve-title strong {
    color: #9c171e;
    display: block;
    font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
    font-size: 54px;
    font-size: 3.375rem;
    font-weight: 500;
    line-height: 1; }
    @media (min-width: 72em) {
      .whoweserve-title strong {
        font-size: 72px;
        font-size: 4.5rem; } }

.praytoday {
  position: relative; }

.praytoday__mockup {
  margin-bottom: 1.25rem;
  padding: 1.25rem; }
  @media (min-width: 36em) {
    .praytoday__mockup {
      float: right;
      padding: 0 0 1.25rem 1.25rem; } }
  @media (min-width: 60em) {
    .praytoday__mockup {
      margin-right: -2.5rem; } }
  @media (min-width: 72em) {
    .praytoday__mockup {
      margin-right: -7.5rem;
      padding-left: 2.5rem; } }
  .praytoday__mockup img {
    display: block;
    margin: 0 auto;
    width: 12.5rem; }
    @media (min-width: 48em) {
      .praytoday__mockup img {
        width: 16.25rem; } }
    @media (min-width: 72em) {
      .praytoday__mockup img {
        width: 20rem; } }

.praytoday__title {
  position: relative;
  line-height: 1;
  padding-left: 4.25rem; }
  .praytoday__title img {
    border-radius: 0.35rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0; }
  .praytoday__title h4 {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    margin: 0; }
  .praytoday__title h1 {
    margin: 0 0 2.5rem;
    font-size: 60px;
    font-size: 3.75rem;
    color: #9c171e;
    font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
    font-weight: 500; }
  .praytoday__title h2 {
    margin: 0; }

.praytoday__features li {
  margin-bottom: 0.3125rem; }

.praytoday__screenshots {
  list-style: none;
  margin: 0 -0.5rem 1.25rem;
  padding: 0.625rem 0 0; }
  @media (min-width: 48em) {
    .praytoday__screenshots {
      text-align: center; } }
  @media (min-width: 60em) {
    .praytoday__screenshots {
      margin-left: -5rem;
      margin-right: -5rem; } }
  @media (min-width: 72em) {
    .praytoday__screenshots {
      margin-left: -9rem;
      margin-right: -9rem; } }
  @media (min-width: 84em) {
    .praytoday__screenshots {
      margin-left: -15rem;
      margin-right: -15rem; } }
  .praytoday__screenshots li {
    display: inline-block;
    margin-bottom: 1.25rem;
    padding: 0 0.5rem;
    width: 45%; }
    @media (min-width: 24em) {
      .praytoday__screenshots li {
        width: 32%; } }
    @media (min-width: 48em) {
      .praytoday__screenshots li {
        width: 19.25%; } }
    .praytoday__screenshots li:last-child {
      margin-right: 0; }
    .praytoday__screenshots li img {
      border: 2px solid rgba(0, 0, 0, 0.1);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
      display: block; }

.praytoday__releases {
  list-style: none;
  margin: 0;
  padding: 0; }
  .praytoday__releases li {
    margin-bottom: 1.5rem; }
    .praytoday__releases li:after {
      content: '';
      display: table;
      clear: both; }
    @media (min-width: 36em) {
      .praytoday__releases li {
        margin-bottom: 1rem; } }
  .praytoday__releases img {
    display: block;
    margin-bottom: 0.5rem; }
    @media (min-width: 36em) {
      .praytoday__releases img {
        float: left;
        margin-right: 0.625rem;
        margin-bottom: 1rem; } }

.praytoday__also {
  margin-top: 1.875rem; }
  .praytoday__also img {
    border-radius: 0.35rem;
    float: left;
    margin-top: 0.3125rem;
    margin-bottom: 0.625rem;
    margin-right: 1rem; }
