@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"] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box;
  /* 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 {
  -webkit-box-sizing: border-box;
  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;
  -webkit-font-feature-settings: "lnum";
          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;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
          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;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
          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;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  color: #701015;
  text-decoration: none;
}

.subpage {
  margin: 0 auto;
  max-width: 72rem;
  padding: 6.75rem 0 0;
}

@media (min-width: 48em) {
  .subpage {
    padding: 4.25rem 0 0;
  }
}

@media (min-width: 72em) {
  .subpage {
    padding: 5.625rem 2.5rem;
  }
}

.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: -webkit-box;
    display: -ms-flexbox;
    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;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 16.875rem;
          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 {
    -ms-flex-preferred-size: 20rem;
        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);
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
            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;
    -webkit-box-shadow: none;
            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 {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
          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%;
}

.subpage-img--inset-right {
  float: right;
  margin-right: 0;
  margin-left: 1.5rem;
}

.subpage-img-link {
  display: inline-block;
  text-decoration: none;
}

.subpage-inset-content {
  border: 1px solid #dee2e5;
  background-color: #f2f4f5;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
          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;
    max-width: 50%;
  }
}

.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;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
          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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.subpage-panels .subpage-panel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1.25rem;
}

.subpage-box {
  max-width: 16rem;
  padding: 0.625rem;
  position: relative;
}

@media (min-width: 60em) {
  .subpage-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.33%;
            flex: 1 0 33.33%;
  }
}

.subpage-box__img {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
          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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 1.25rem;
}

.subpage-logo {
  display: block;
  padding: 0.625rem;
  text-decoration: none;
}

.privacy-fine {
  padding-left: 1rem;
  font-size: 13px;
  font-size: 0.8125rem;
}

.modal-video-thumb {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
          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(/graphics/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 (min--moz-device-pixel-ratio: 1.5), (-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(/graphics/icon_play@2x.png);
  }
}

.modal-video-thumb__title {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(to bottom, transparent, 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;
  -webkit-transform: translateY(-50%) translateX(-50%);
          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;
  -webkit-box-shadow: none;
          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: -webkit-gradient(linear, left top, left bottom, from(#a91921), to(#86141a));
  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;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.33);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.33);
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.button:hover,
[type='submit']:hover,
button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8f151b), to(#6b1015));
  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 {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.button--gold {
  background-color: #867842;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b2a468), to(#897c45));
  background-image: linear-gradient(to bottom, #b2a468, #897c45);
}

.button--gold:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8c7f47), to(#675d34));
  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;
}

.js .modal,
.modal__shadow {
  visibility: hidden;
}

.modal {
  background-color: white;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.22);
          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;
  -webkit-transition: opacity 0.35s;
  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;
  -webkit-transform: scale(1);
          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;
  -webkit-transition: all ease-out 0.5s;
  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;
}

.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(/graphics/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 (min--moz-device-pixel-ratio: 1.5), (-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(/graphics/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;
  -webkit-box-shadow: none;
          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--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 {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          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(/graphics/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 (min--moz-device-pixel-ratio: 1.5), (-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(/graphics/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% {
    -webkit-transform: translateY(-2.5rem) scale(0.9);
            transform: translateY(-2.5rem) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes showFeedback {
  0% {
    -webkit-transform: translateY(-2.5rem) scale(0.9);
            transform: translateY(-2.5rem) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            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;
}

html {
  background-color: white;
  overflow-x: hidden;
}

.site-header {
  background-color: #11171b;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
  left: 0;
  padding: 0.625rem 0.625rem 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 101;
}

@media (min-width: 48em) {
  .site-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 47.999em) {
  .site-header.site-header--simple-mobile {
    padding: 0.375rem;
  }
}

.site-header--home {
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
}

.site-header--inset {
  position: relative;
}

.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 (max-width: 47.999em) {
  .site-header--simple-mobile .logo-main {
    margin: 0 auto;
  }
}

.no-flexbox.no-flexboxlegacy .logo-main {
  float: left;
}

.logo-main__link {
  display: block;
  background-image: url(/graphics/sprites.png);
  background-size: 240px 176px;
  height: 2.75rem;
  text-indent: -9999px;
}

@media (min--moz-device-pixel-ratio: 1.5), (-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(/graphics/sprites@2x.png);
  }
}

@media (min-width: 48em) {
  .logo-main__link {
    background-position: 10px 7px;
    background-repeat: no-repeat;
    background-size: 300px 220px;
    height: 4.5rem;
    width: 18.5rem;
  }
}

.logo-main__link:hover {
  opacity: 0.7;
}

.site-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

@media (min-width: 48em) {
  .site-nav {
    border-top: 0;
    margin-left: auto;
    padding-top: 0.125rem;
  }
}

@media (max-width: 47.999em) {
  .site-header--simple-mobile .site-nav {
    display: none;
  }
}

.no-flexbox.no-flexboxlegacy .site-nav {
  float: right;
  padding-top: 0.75rem;
}

.site-nav__link {
  color: white;
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  padding: 0.875rem 0.375rem;
  text-decoration: none;
}

@media (min-width: 48em) {
  .site-nav__link {
    padding: 0.625rem;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 60em) {
  .site-nav__link {
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    top: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: middle;
  }
}

.site-nav__link:hover {
  color: #c7bb65;
}

.site-nav__link span {
  display: none;
}

@media (min-width: 24em) {
  .site-nav__link span {
    display: inline;
  }
}

.site-nav__link--tfc-movie {
  display: none;
}

@media (min-width: 72em) {
  .site-nav__link--tfc-movie {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 1.75rem;
    margin-right: 0.625rem;
    margin-top: -0.1rem;
  }
}

.site-nav__link--tfc-movie div {
  display: inline;
  font-weight: normal;
}

@media (min-width: 60em) {
  .site-nav__link--tfc-movie div {
    display: block;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.site-nav__more {
  border: none;
  background-color: #867842;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b9ad76), to(#7b703e));
  background-image: linear-gradient(to bottom, #b9ad76, #7b703e);
  display: none;
  height: 2.75rem;
  text-indent: -9999px;
  width: 2.75rem;
  position: absolute;
  top: 0.625rem;
  overflow: hidden;
  right: 0.625rem;
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 48em) {
  .site-nav__more {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 0.625rem;
    position: relative;
    right: 0;
    top: 0;
  }
}

@media (min-width: 60em) {
  .site-nav__more {
    font-size: 14px;
    font-size: 0.875rem;
    min-width: 7.75rem;
    letter-spacing: 0.1rem;
    padding-left: 3.125rem;
    text-indent: 0;
    text-transform: uppercase;
    width: auto;
  }
}

.js .site-nav__more {
  display: inline-block;
}

.site-nav__more::before {
  border-radius: 0.375rem 0 0 0.375rem;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b2a468), to(#59512d));
  background-image: linear-gradient(to bottom, #b2a468, #59512d);
}

.site-nav__more:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b9ad76), to(#7b703e));
  background-image: linear-gradient(to bottom, #b9ad76, #7b703e);
}

.site-nav__more:hover::before {
  opacity: 1;
}

@media (min-width: 60em) {
  .site-nav__more.site-nav__more--close {
    padding-left: 2.625rem;
  }
}

.site-nav__more div {
  position: relative;
}

.more-button__svg {
  left: 50%;
  margin-left: -13px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
}

@media (min-width: 60em) {
  .more-button__svg {
    left: 0.75rem;
    margin-left: 0;
  }
}

@media (min-width: 60em) {
  .site-nav__more--close .more-button__svg {
    left: 0.625rem;
  }
}

.more-button__svg-part-1,
.more-button__svg-part-2,
.more-button__svg-part-3 {
  fill: #3a372c;
  -webkit-transition: all 0.2s ease;
  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: black;
}

.site-nav__more--close .more-button__svg-part-1 {
  -webkit-transform: translateY(1.15rem) translateX(0.225rem) rotate(-45deg) scaleX(0.85);
          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 {
    -webkit-transform: translateY(1.1rem) translateX(0.225rem) rotate(-45deg) scaleX(0.85);
            transform: translateY(1.1rem) translateX(0.225rem) rotate(-45deg) scaleX(0.85);
  }
}

.site-nav__more--close .more-button__svg-part-2 {
  -webkit-transform: translateY(-0.25rem) translateX(0.775rem) rotate(45deg) scaleX(0.85);
          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 {
    -webkit-transform: translateY(-0.3rem) translateX(0.775rem) rotate(45deg) scaleX(0.85);
            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 url(/graphics/bg_footer.jpg) center top no-repeat;
  -webkit-box-shadow: 0 25px 25px rgba(0, 0, 0, 0.5);
          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;
  }
}

.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;
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes showHeaderMenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.get-involved {
  padding-bottom: 3.25rem;
}

@media (min-width: 48em) {
  .get-involved {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 53%;
            flex: 1 0 53%;
    padding-bottom: 0;
  }
}

@media (min-width: 60em) {
  .get-involved {
    -ms-flex-preferred-size: 65%;
        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: -webkit-box;
    display: -ms-flexbox;
    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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 16rem;
            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(/graphics/sprites.png);
  background-size: 300px 220px;
  content: '';
  display: block;
  height: 3.25rem;
  left: 0.5rem;
  position: absolute;
  top: 0.625rem;
  width: 3.25rem;
}

@media (min--moz-device-pixel-ratio: 1.5), (-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(/graphics/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 {
    -webkit-columns: 2;
            columns: 2;
    -webkit-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}

@media (min-width: 48em) {
  .get-involved__sub-links {
    -webkit-columns: 1;
            columns: 1;
  }
}

@media (min-width: 60em) {
  .get-involved__sub-links {
    padding-top: 0.875rem;
  }
}

@media (min-width: 72em) {
  .get-involved__sub-links {
    -webkit-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;
}

.contact-form {
  padding-bottom: 0.625rem;
}

@media (min-width: 48em) {
  .contact-form {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 47%;
            flex: 1 0 47%;
    padding-left: 2.5rem;
  }
}

@media (min-width: 60em) {
  .contact-form {
    -ms-flex-preferred-size: 35%;
        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;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

.contact-form [type="submit"] {
  background-color: #867842;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#afa061), to(#7b703e));
  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: -webkit-gradient(linear, left top, left bottom, from(#aa9a57), to(#6a6036));
  background-image: linear-gradient(to bottom, #aa9a57, #6a6036);
  color: white;
}

.contact-form [type="submit"]:focus {
  outline: 1px dotted #c7bb65;
}

@-webkit-keyframes highlightContactForm {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes highlightContactForm {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: none;
            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__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(/graphics/sprites.png);
  background-size: 300px 220px;
  display: block;
  height: 2rem;
  margin: 0 0.25rem;
  text-indent: -9999px;
  width: 2rem;
  overflow: hidden;
}

@media (min--moz-device-pixel-ratio: 1.5), (-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(/graphics/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);
    -webkit-box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.33);
            box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.33);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    width: 60%;
    max-width: 34rem;
  }
}

.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: url(/graphics/home_about_photo_1.jpg) center center 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);
}

.home-about__photo--2 {
  background-image: url(/graphics/home_about_photo_2.jpg);
  right: 0;
  top: 0;
  height: calc(40% - 0.3125rem);
  width: calc(40% - 0.3125rem);
}

.home-about__photo--3 {
  background-image: url(/graphics/home_about_photo_3.jpg);
  bottom: 0;
  height: calc(60% - 0.3125rem);
  right: 0;
  width: calc(40% - 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 90rem;
  }
}

.no-flexbox.no-flexboxlegacy .project-deck-list:after {
  content: "";
  display: table;
  clear: both;
}

.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;
  }
}

.no-flexbox.no-flexboxlegacy .project-deck {
  float: left;
}

.project-deck__link {
  display: block;
  position: relative;
}

.project-deck__title-main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.2s ease;
  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;
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
            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;
  -webkit-transform: none;
          transform: none;
}

.project-deck__inner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(35%, rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(to bottom, transparent, 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;
  -webkit-transform: translateY(-0.625rem);
          transform: translateY(-0.625rem);
  -webkit-transition: all 0.2s ease 0.2s;
  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;
  -webkit-transform: none;
          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;
  -webkit-transition: all 0.3s ease 0.3s;
  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;
  -webkit-transform: translateX(1.25rem) translateY(-50%);
          transform: translateX(1.25rem) translateY(-50%);
  -webkit-transition: all 0.2s ease 0.1s;
  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;
  -webkit-transform: translateX(0) translateY(-50%);
          transform: translateX(0) translateY(-50%);
}

.home-purposes {
  background: white url(/graphics/bg_home_purposes.jpg) center center no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 2.5rem;
}

@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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.no-flexbox.no-flexboxlegacy .home-purposes__inner:after {
  content: "";
  display: table;
  clear: both;
}

@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;
  }
}

.no-flexbox.no-flexboxlegacy .home-purposes__content {
  float: left;
  width: 60%;
}

.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;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 21rem;
            flex: 1 0 21rem;
  }
}

@media (min-width: 84em) {
  .home-purposes__photo {
    width: 30rem;
    -ms-flex-preferred-size: 30rem;
        flex-basis: 30rem;
  }
}

.no-flexbox.no-flexboxlegacy .home-purposes__photo {
  float: right;
  width: 30%;
}

.home-purposes__photo img {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  display: block;
}

.home-campaign-201809 {
  background-color: black;
  padding-top: 6.875rem;
  position: relative;
  overflow: hidden;
}

@media (min-width: 48em) {
  .home-campaign-201809 {
    padding: 4.5rem 0 0;
  }
}

.home-campaign-201809__inner {
  padding-top: 40.3%;
  position: relative;
}

.home-campaign-201809__content {
  max-width: 23.75rem;
  margin: 0 auto;
  color: white;
  padding: 1.875rem 1.25rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 60em) {
  .home-campaign-201809__content {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.4);
            box-shadow: 0 6px 30px rgba(0, 0, 0, 0.4);
    border-radius: 0.25rem;
    max-width: 25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 1.875rem;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}

@media (min-width: 72em) {
  .home-campaign-201809__content {
    max-width: 30rem;
    padding: 2.5rem 2.5rem;
  }
}

@media (min-width: 84em) {
  .home-campaign-201809__content {
    max-width: 35rem;
    padding: 3.125rem 2.5rem 2.5rem;
  }
}

.home-campaign-201809__title {
  background-image: url(/graphics/home_hero_201809_title.png);
  background-size: 800px 82px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -999rem;
  height: 1.875rem;
  margin: 0 0 1.25rem;
}

@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .home-campaign-201809__title {
    background-image: url(/graphics/home_hero_201809_title@2x.png);
  }
}

@media (min-width: 72em) {
  .home-campaign-201809__title {
    height: 3rem;
  }
}

@media (min-width: 84em) {
  .home-campaign-201809__title {
    height: 3rem;
  }
}

@media (min-width: 72em) {
  .home-campaign-201809__desc {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@media (min-width: 25.875em) {
  .home-campaign-201809__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home-campaign-201809__buttons a {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.15rem;
  margin: 0 0.25rem 0.5rem;
  white-space: nowrap;
}

@media (min-width: 25.875em) {
  .home-campaign-201809__buttons a {
    margin: 0 1px;
  }
}

@media (min-width: 25.875em) {
  .home-campaign-201809__buttons a:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media (min-width: 25.875em) {
  .home-campaign-201809__buttons a:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 72em) {
  .home-campaign-201809__buttons a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 84em) {
  .home-campaign-201809__buttons a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.home-campaign-201809__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home-campaign-201809__video video {
  display: block;
  width: 100%;
}

.home-campaign-201810 {
  background-color: black;
  padding-top: 6.875rem;
  position: relative;
  overflow: hidden;
}

@media (min-width: 48em) {
  .home-campaign-201810 {
    padding: 4.5rem 0 0;
  }
}

.home-campaign-201810__inner {
  padding-top: 40.3%;
  position: relative;
}

.home-campaign-201810__content {
  max-width: 23.75rem;
  margin: 0 auto;
  color: white;
  padding: 1.875rem 1.25rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 60em) {
  .home-campaign-201810__content {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.3)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 65%, rgba(0, 0, 0, 0.3));
    border-radius: 0.25rem;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 1.875rem;
  }
}

@media (min-width: 72em) {
  .home-campaign-201810__content {
    padding-bottom: 2.25rem;
  }
}

@media (min-width: 84em) {
  .home-campaign-201810__content {
    max-width: 75rem;
    left: 50%;
    margin-left: -37.5rem;
  }
}

.home-campaign-201810__subtitle {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15rem;
  padding-bottom: 1.25rem;
  max-width: 21rem;
  margin: 0 auto 1.25rem;
  text-transform: uppercase;
}

@media (min-width: 60em) {
  .home-campaign-201810__subtitle {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 0.625rem;
    max-width: 100%;
  }
}

.home-campaign-201810__title {
  line-height: 1.25;
  margin: 0 0 1.25rem;
  display: block;
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
}

@media (min-width: 23em) {
  .home-campaign-201810__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (min-width: 72em) {
  .home-campaign-201810__title {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.home-campaign-201810__title strong {
  color: #f5eabe;
}

@media (min-width: 25.875em) {
  .home-campaign-201810__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home-campaign-201810__buttons a {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.15rem;
  margin: 0 0.25rem 0.5rem;
  white-space: nowrap;
}

@media (min-width: 25.875em) {
  .home-campaign-201810__buttons a {
    margin: 0 1px;
  }
}

@media (min-width: 25.875em) {
  .home-campaign-201810__buttons a:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media (min-width: 25.875em) {
  .home-campaign-201810__buttons a:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 72em) {
  .home-campaign-201810__buttons a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 84em) {
  .home-campaign-201810__buttons a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.home-campaign-201810__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 40.3%;
}

@media (min-width: 60em) {
  .home-campaign-201810__video {
    height: auto;
    padding-top: 0;
    bottom: 0;
  }
}

.home-campaign-201810__video video {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.home-banner-201807 {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  -webkit-animation: home-banner-201807-show 1s ease 2s;
          animation: home-banner-201807-show 1s ease 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (min-width: 44em) {
  .home-banner-201807 {
    left: 50%;
    margin-left: -21.25rem;
  }
}

.no-js .home-banner-201807 {
  display: none;
}

@-webkit-keyframes home-banner-201807-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes home-banner-201807-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.home-banner-201807__close {
  position: absolute;
  left: 0.625rem;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 0.375rem 1rem 0.375rem 2rem;
  border-radius: 0.375rem 0.375rem 0 0;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  top: -1.875rem;
}

@media (min-width: 23em) {
  .home-banner-201807__close {
    top: -2.5rem;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.home-banner-201807__close:hover {
  background-color: rgba(255, 255, 255, 0.25);
  background-image: none;
}

.home-banner-201807__close:focus {
  border-color: rgba(0, 0, 0, 0.8);
}

.home-banner-201807__close::before {
  content: "×";
  position: absolute;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  left: 0.75rem;
  color: white;
  top: 0.35rem;
  opacity: 0.5;
}

.home-banner-201807__inner {
  -webkit-box-shadow: 0 0 55px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 55px rgba(0, 0, 0, 0.8);
  overflow: hidden;
  background: #6c170f url(/graphics/banner_home_201807_nigeria_bg.jpg) right center no-repeat;
  background-size: cover;
}

@media (min-width: 44em) {
  .home-banner-201807__inner {
    background-size: auto;
    border-radius: 0.375rem 0.375rem 0 0;
    height: 16.75rem;
    width: 42.5rem;
  }
}

.home-banner-201807__content {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(198, 42, 29, 0.85)), to(rgba(198, 42, 29, 0.15)));
  background-image: linear-gradient(to right, rgba(198, 42, 29, 0.85) 50%, rgba(198, 42, 29, 0.15));
  padding: 1.875rem;
}

@media (min-width: 44em) {
  .home-banner-201807__content {
    background-image: none;
    background-color: rgba(198, 42, 29, 0.85);
    max-width: 27.5rem;
    padding: 2.5rem;
    height: 16.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-banner-201807__content h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25;
  color: white;
  margin: 0 0 1.25rem;
  max-width: 14.25rem;
  -webkit-animation: home-banner-201807-title-show 0.5s ease 2.5s;
          animation: home-banner-201807-title-show 0.5s ease 2.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (min-width: 44em) {
  .home-banner-201807__content h2 {
    max-width: 22.5rem;
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.home-banner-201807__content .button {
  border-color: white;
  font-size: 12px;
  font-size: 0.75rem;
  color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-animation: home-banner-201807-button-show 0.5s ease 2.75s;
          animation: home-banner-201807-button-show 0.5s ease 2.75s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (min-width: 44em) {
  .home-banner-201807__content .button {
    font-size: 16px;
    font-size: 1rem;
  }
}

.home-banner-201807__content .button:hover {
  background-color: white;
  background-image: none;
  color: #9c171e;
}

.home-banner-201807__content .button:focus {
  border-color: rgba(0, 0, 0, 0.8);
}

@-webkit-keyframes home-banner-201807-title-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes home-banner-201807-title-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes home-banner-201807-button-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes home-banner-201807-button-show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.site-footer {
  background: #24323b url(/graphics/bg_footer.jpg) center top no-repeat;
  -webkit-box-shadow: 0 25px 25px rgba(0, 0, 0, 0.5);
          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;
  }
}

.site-footer__inner {
  margin: 0 auto;
  max-width: 75rem;
}

@media (min-width: 48em) {
  .site-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
  }
}

@media (max-width: 47.999em) {
  .site-footer--simple-mobile .site-footer__inner {
    display: none;
  }
}

.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 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 47.999em) {
  .site-footer--simple-mobile .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(/graphics/sprites.png);
  background-size: 300px 220px;
  display: block;
  height: 3rem;
  margin: 0 0.25rem;
  overflow: hidden;
  text-indent: -9999px;
  width: 3rem;
}

@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .organization {
    background-image: url(/graphics/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;
}

.fmp-banner {
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

@media (min-width: 60em) {
  .fmp-banner {
    margin: 0 -5rem 1.875rem;
  }
}

@media (min-width: 72em) {
  .fmp-banner {
    margin-top: -1.25rem;
  }
}

.fmp-title {
  background-color: white;
  margin-bottom: 1.875rem;
  padding: 0.625em;
}

@media (min-width: 48em) {
  .fmp-title {
    margin: -5rem 1.25rem 2.5rem;
    padding: 2.5rem;
    position: relative;
  }
}

.fmp-title__title {
  margin: 0 0 1.25rem;
}

.fmp-title__buttons {
  text-align: center;
}

.fmp-title__buttons a {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0.425rem;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .fmp-title__buttons a {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0.3125rem;
  }
}

@media (min-width: 48em) {
  .fmp-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.fmp-body__main {
  background-color: #24323b;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  color: white;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  text-align: center;
}

@media (min-width: 48em) {
  .fmp-body__main {
    margin: 1.25rem 1.25rem 0;
    width: 50%;
  }
}

@media (min-width: 60em) {
  .fmp-body__main {
    padding: 1.875rem;
    margin: 1rem 1rem 0;
  }
}

.fmp-body__img {
  display: block;
  margin: -1.25rem -1.25rem 1.25rem;
}

@media (min-width: 60em) {
  .fmp-body__img {
    margin: -1.5rem -1.5rem 1.875rem;
  }
}

.fmp-body__title {
  color: #f5eabe;
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 0.25rem;
}

.fmp-body__price {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.15rem;
  margin: 0 0 0.625rem;
  text-transform: uppercase;
}

.fmp-body__desc {
  text-align: left;
}

.fmp-body__button-wrapper {
  padding: 0.625rem 0 1.25rem;
  text-align: center;
}

.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;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          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 {
    -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
            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;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            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 {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
          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;
    -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
            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;
  -webkit-transform: rotate(-4deg);
          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;
    -webkit-transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg);
            transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(-4deg);
            transform: translate3d(0, 0, 0) scale(1) rotate(-4deg);
  }
}

@keyframes subscribePDFShow3--small {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg);
            transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(-4deg);
            transform: translate3d(0, 0, 0) scale(1) rotate(-4deg);
  }
}

@-webkit-keyframes subscribePDFShow3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10em, 0, 0) scale(0.7) rotate(-3deg);
            transform: translate3d(10em, 0, 0) scale(0.7) rotate(-3deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(3deg);
            transform: translate3d(0, 0, 0) scale(1) rotate(3deg);
  }
}

@keyframes subscribePDFShow3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10em, 0, 0) scale(0.7) rotate(-3deg);
            transform: translate3d(10em, 0, 0) scale(0.7) rotate(-3deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(3deg);
            transform: translate3d(0, 0, 0) scale(1) rotate(3deg);
  }
}

.subscribe-pdfs__pdf-2 {
  left: 33%;
  top: 1%;
  -webkit-transform: rotate(-1deg);
          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;
    -webkit-transform: translate3d(10em, 0, 0) scale(0.7) rotate(-7deg);
            transform: translate3d(10em, 0, 0) scale(0.7) rotate(-7deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(-1deg);
            transform: translate3d(0, 0, 0) scale(1) rotate(-1deg);
  }
}

@keyframes subscribePDFShow2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10em, 0, 0) scale(0.7) rotate(-7deg);
            transform: translate3d(10em, 0, 0) scale(0.7) rotate(-7deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(-1deg);
            transform: translate3d(0, 0, 0) scale(1) rotate(-1deg);
  }
}

.subscribe-pdfs__pdf-1 {
  left: 66%;
  top: 6%;
  -webkit-transform: rotate(3deg);
          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;
    -webkit-transform: translate3d(10em, 0, 0) scale(0.7) rotate(-3deg);
            transform: translate3d(10em, 0, 0) scale(0.7) rotate(-3deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(3deg);
            transform: translate3d(0, 0, 0) scale(1) rotate(3deg);
  }
}

@keyframes subscribePDFShow1--small {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10em, 0, 0) scale(0.7) rotate(-3deg);
            transform: translate3d(10em, 0, 0) scale(0.7) rotate(-3deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(3deg);
            transform: translate3d(0, 0, 0) scale(1) rotate(3deg);
  }
}

@-webkit-keyframes subscribePDFShow1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg);
            transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(-4deg);
            transform: translate3d(0, 0, 0) scale(1) rotate(-4deg);
  }
}

@keyframes subscribePDFShow1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg);
            transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(-4deg);
            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--whoweserve.subpage {
  max-width: 100%;
}

.subpage--whoweserve .subpage__content {
  max-width: 36rem;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .subpage--whoweserve .subpage__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 82rem;
    margin: 0;
  }
}

.whoweserve-banner {
  margin-bottom: 2.5rem;
}

@media (min-width: 48em) {
  .whoweserve-banner {
    padding-top: 1.25rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20rem;
            flex: 1 0 20rem;
    position: relative;
    left: -2.5rem;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 60em) {
  .whoweserve-banner {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25rem;
            flex: 1 0 25rem;
    left: -3.25rem;
  }
}

@media (min-width: 84em) {
  .whoweserve-banner {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30rem;
            flex: 1 0 30rem;
    left: -5.75rem;
  }
}

@media (min-width: 92em) {
  .whoweserve-banner {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 35rem;
            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 {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
          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);
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
          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;
}
