@charset "UTF-8";

/**
 * CONTENTS
 *
 * SETTINGS
 * Bourbon..............Simple/lighweight SASS library - http://bourbon.io/
 * Variables............Globally-available variables and config.
 *
 * TOOLS
 * Mixins...............Useful mixins.
 * Include Media........Sass library for writing CSS media queries.
 * Media Query Test.....Displays the current breakport you're in.
 *
 * GENERIC
 * Reset................A level playing field.
 *
 * BASE
 * Fonts................@font-face included fonts.
 * Forms................Common and default form styles.
 * Headings.............H1–H6 styles.
 * Links................Link styles.
 * Lists................Default list styles.
 * Main.................Page body defaults.
 * Media................Image and video styles.
 * Tables...............Default table styles.
 * Text.................Default text styles.
 *
 * LAYOUT
 * Grids................Grid/column classes.
 * Wrappers.............Wrapping/constraining elements.
 *
 * TEXT
 * Text.................Various text-specific class definitions.
 *
 * COMPONENTS
 * Blocks...............Modular components often consisting of text amd media.
 * Buttons..............Various button styles and styles.
 * Messaging............User alerts and announcements.
 * Icons................Icon styles and settings.
 * Lists................Various site list styles.
 * Navs.................Site navigations.
 * Sections.............Larger components of pages.
 * Forms................Specific form styling.
 *
 * PAGE STRUCTURE
 * Article..............Post-type pages with styled text.
 * Footer...............The main page footer.
 * Header...............The main page header.
 * Main.................Content area styles.
 *
 * MODIFIERS
 * Animations...........Animation and transition effects.
 * Borders..............Various borders and divider styles.
 * Colors...............Text and background colors.
 * Display..............Show and hide and breakpoint visibility rules.
 * Filters..............CSS filters styles.
 * Spacings.............Padding and margins in classes.
 *
 * TRUMPS
 * Helper Classes.......Helper classes loaded last in the cascade.
 */

/* ------------------------------------ *    $SETTINGS
\* ------------------------------------ */

/* ------------------------------------*    $MIXINS
\*------------------------------------ */

/**
 * Convert px to rem.
 *
 * @param int $size
 *   Size in px unit.
 * @return string
 *   Returns px unit converted to rem.
 */

/**
 * Center-align a block level element
 */

/**
 * Standard paragraph
 */

/**
 * Maintain aspect ratio
 */

/* ------------------------------------*    $VARIABLES
\*------------------------------------ */

/**
 * Grid & Baseline Setup
 */

/**
 * Colors
 */

/**
 * Style Colors
 */

/**
 * Typography
 */

/**
 * Amimation
 */

/**
 * Default Spacing/Padding
 */

/**
 * Icon Sizing
 */

/**
 * Common Breakpoints
 */

/**
 * Element Specific Dimensions
 */

/* ------------------------------------*    $TOOLS
\*------------------------------------ */

/* ------------------------------------*    $MIXINS
\*------------------------------------ */

/**
 * Convert px to rem.
 *
 * @param int $size
 *   Size in px unit.
 * @return string
 *   Returns px unit converted to rem.
 */

/**
 * Center-align a block level element
 */

/**
 * Standard paragraph
 */

/**
 * Maintain aspect ratio
 */

/* ------------------------------------*    $GENERIC
\*------------------------------------ */

/* ------------------------------------*    $RESET
\*------------------------------------ */

/* Border-Box http:/paulirish.com/2012/box-sizing-border-box-ftw/ */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

blockquote,
body,
div,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
label,
legend,
li,
nav,
object,
ol,
p,
section,
table,
ul {
  margin: 0;
  padding: 0;
}

article,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* ------------------------------------*    $BASE
\*------------------------------------ */

/* ------------------------------------*    $FONTS
\*------------------------------------ */

/**
 * @license
 * MyFonts Webfont Build ID 3279254, 2016-09-06T11:27:23-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: HoosegowJNL by Jeff Levine
 * URL: http://www.myfonts.com/fonts/jnlevine/hoosegow/regular/
 * Copyright: (c) 2009 by Jeffrey N. Levine.  All rights reserved.
 * Licensed pageviews: 200,000
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3279254
 *
 * © 2016 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */

@font-face {
  font-family: 'gt-america-compressed-bold';
  src: url(../fonts/gt-america-compressed-bold-webfont.woff2) format("woff2"), url(../fonts/gt-america-compressed-bold-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gt-america-regular';
  src: url(../fonts/gt-america-standard-regular-italic-webfont.woff2) format("woff2"), url(../fonts/gt-america-standard-regular-italic-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gt-america-regular';
  src: url(../fonts/gt-america-standard-regular-webfont.woff2) format("woff2"), url(../fonts/gt-america-standard-regular-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

/* ------------------------------------*    $FORMS
\*------------------------------------ */

form ol,
form ul {
  list-style: none;
  margin-left: 0;
}

legend {
  font-weight: bold;
  margin-bottom: 1.875rem;
  display: block;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

label {
  display: block;
}

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

textarea {
  line-height: 1.5;
}

button,
input,
select,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  border: 1px solid #7c7c7c;
  background-color: #fff;
  width: 100%;
  outline: 0;
  display: block;
  transition: all 0.5s cubic-bezier(0.885, -0.065, 0.085, 1.02);
  padding: 0.625rem;
}

input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}

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

/**
 * Form Field Container
 */

.field-container {
  margin-bottom: 1.25rem;
}

/**
 * Validation
 */

.has-error {
  border-color: #f00;
}

.is-valid {
  border-color: #089e00;
}

/* ------------------------------------*    $HEADINGS
\*------------------------------------ */

/* ------------------------------------*    $LINKS
\*------------------------------------ */

a {
  text-decoration: none;
  color: #7c7c7c;
  transition: all 0.6s ease-out;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #636363;
}

a p {
  color: #000;
}

.u-link--white {
  color: #fff;
  border-bottom: 1px solid #7c7c7c;
}

/* ------------------------------------*    $LISTS
\*------------------------------------ */

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/**
 * Definition Lists
 */

dl {
  overflow: hidden;
  margin: 0 0 1.25rem;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* ------------------------------------*    $SITE MAIN
\*------------------------------------ */

html {
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

body {
  background: #fff;
  font: 400 100%/1.3 "gt-america-regular", "Helvetica", sans-serif;
  color: #000;
}

html,
body {
  height: 100%;
  margin: 0;
}

#page {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  padding: 0;
  zoom: 1;
  overflow-x: hidden;
}

@media (min-width: 1101px) {
  #page {
    overflow-x: inherit;
  }
}

#main {
  position: relative;
}

/* ------------------------------------*    $MEDIA ELEMENTS
\*------------------------------------ */

/**
 * Flexible Media
 */

iframe,
img,
object,
svg,
video {
  max-width: 100%;
  border: none;
}

img[src$=".svg"] {
  width: 100%;
}

picture {
  display: block;
  line-height: 0;
}

figure {
  max-width: 100%;
}

figure img {
  margin-bottom: 0;
}

.fc-style,
figcaption {
  font-weight: 400;
  color: #7c7c7c;
  font-size: 0.875rem;
  padding-top: 0.1875rem;
  margin-bottom: 0.3125rem;
}

.clip-svg {
  height: 0;
}

/* ------------------------------------*    $PRINT STYLES
\*------------------------------------ */

@media print {
  *,
  *::after,
  *::before,
  *::first-letter,
  *::first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  blockquote,
  pre {
    border: 1px solid #7c7c7c;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  #footer,
  #header,
  .ad,
  .no-print {
    display: none;
  }
}

/* ------------------------------------*    $TABLES
\*------------------------------------ */

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #7c7c7c;
  width: 100%;
}

th {
  text-align: left;
  border: 1px solid #7c7c7c;
  padding: 0.2em;
}

td {
  border: 1px solid #7c7c7c;
  padding: 0.2em;
}

/* ------------------------------------*    $TEXT ELEMENTS
\*------------------------------------ */

/**
 * Abstracted paragraphs
 */

p,
ul,
ol,
dt,
dd,
pre {
  font-family: "gt-america-regular", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

@media (min-width: 901px) {
  p,
  ul,
  ol,
  dt,
  dd,
  pre {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}

@media (min-width: 1301px) {
  p,
  ul,
  ol,
  dt,
  dd,
  pre {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

/**
 * Bold
 */

b,
strong {
  font-weight: 700;
}

/**
 * Horizontal Rule
 */

hr {
  height: 1px;
  border: none;
  background-color: #7c7c7c;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/**
 * Abbreviation
 */

abbr {
  border-bottom: 1px dotted #7c7c7c;
  cursor: help;
}

/* ------------------------------------*    $LAYOUT
\*------------------------------------ */

/* ------------------------------------*    $GRIDS
\*------------------------------------ */

/**
 * Simple grid - keep adding more elements to the row until the max is hit
 * (based on the flex-basis for each item), then start new row.
 */

.l-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

/**
 * Fixed Gutters
 */

[class*="grid--"].u-no-gutters {
  margin-left: 0;
  margin-right: 0;
}

[class*="grid--"].u-no-gutters > * {
  padding-left: 0;
  padding-right: 0;
}

[class*="grid--"] > * {
  box-sizing: border-box;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (min-width: 1101px) {
  [class*="grid--"] > *.u-left-gutter--l {
    padding-left: 1.875rem;
  }

  [class*="grid--"] > *.u-right-gutter--l {
    padding-right: 1.875rem;
  }

  [class*="grid--"] > *.u-left-gutter--xl {
    padding-left: 3.75rem;
  }

  [class*="grid--"] > *.u-right-gutter--xl {
    padding-right: 3.75rem;
  }
}

[class*="l-grid--"] {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.l-grid-item {
  width: 100%;
  box-sizing: border-box;
}

/**
* 1 to 2 column grid at 50% each.
*/

.l-grid--2-col {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 701px) {
  .l-grid--2-col > * {
    width: 50%;
  }
}

.l-grid--2-col .l-grid-item {
  padding: 0;
}

.l-grid--2-col--only {
  width: 100%;
  margin: 0;
}

.l-grid--2-col--only > * {
  width: 50%;
}

/**
 * 3 column grid
 */

@media (min-width: 701px) {
  .l-grid--3-col {
    width: 100%;
  }

  .l-grid--3-col > * {
    width: 33.3333%;
    display: block;
  }
}

/**
 * 4 column grid
 */

.l-grid--4-col {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-grid--4-col > * {
  margin-bottom: 1.25rem;
}

@media (min-width: 501px) {
  .l-grid--4-col > * {
    width: 50%;
  }
}

@media (min-width: 701px) {
  .l-grid--4-col > * {
    width: 25%;
    margin-bottom: 2.5rem;
  }

  .l-grid--4-col:first-child {
    margin-top: 0;
  }
}

@media (min-width: 901px) {
  .l-grid--4-col > * {
    width: 25%;
  }
}

/**
 * 6 column grid
 */

.l-grid--6-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.l-grid--6-col > * {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 1.25rem;
}

@media (min-width: 501px) {
  .l-grid--6-col > * {
    width: 33.33%;
  }
}

@media (min-width: 701px) {
  .l-grid--6-col > * {
    width: 25%;
  }
}

@media (min-width: 901px) {
  .l-grid--6-col > * {
    width: 20%;
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 1101px) {
  .l-grid--6-col > * {
    width: 16.666%;
  }
}

/**
* 70% and 30% Grid.
*/

.l-grid--70-30 {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 701px) {
  .l-grid--70-30 {
    width: 100%;
  }

  .l-grid--70-30 > *:first-child {
    width: 70%;
  }

  .l-grid--70-30 > *:last-child {
    width: 30%;
  }

  .l-grid--70-30 .l-grid-item:first-child {
    width: 70%;
  }

  .l-grid--70-30 .l-grid-item:last-child {
    width: 30%;
  }
}

/* ------------------------------------*    $WRAPPERS & CONTAINERS
\*------------------------------------ */

/**
 * Layout containers - keep content centered and within a maximum width. Also
 * adjusts left and right padding as the viewport widens.
 */

.l-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1101px) {
  .l-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

/**
 * Wrapping element to keep content contained and centered.
 */

.l-wrap {
  max-width: 81.25rem;
  margin: 0 auto;
}

/**
 * Wrapping element to keep content contained and centered at narrower widths.
 */

.l-narrow {
  max-width: 50rem;
  margin: 0 auto;
}

.l-narrow--xs {
  max-width: 31.25rem;
}

.l-narrow--s {
  max-width: 37.5rem;
}

.l-narrow--m {
  max-width: 43.75rem;
}

.l-narrow--l {
  max-width: 62.5rem;
}

.l-narrow--xl {
  max-width: 81.25rem;
}

/* ------------------------------------*    $TEXT
\*------------------------------------ */

/* ------------------------------------*    $TEXT TYPES
\*------------------------------------ */

/**
 * Text Primary
 */

.u-font--primary--l,
h1 {
  font-size: 1.625rem;
  line-height: 1.15;
  font-family: "gt-america-compressed-bold", "Helvetica", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 701px) {
  .u-font--primary--l,
  h1 {
    font-size: 2rem;
  }
}

@media (min-width: 1101px) {
  .u-font--primary--l,
  h1 {
    font-size: 2.5rem;
  }
}

.u-font--primary--m,
h2 {
  font-size: 1.4375rem;
  line-height: 1.1;
  font-family: "gt-america-compressed-bold", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

@media (min-width: 1101px) {
  .u-font--primary--m,
  h2 {
    font-size: 2.0625rem;
  }
}

.u-font--primary--s {
  font-size: 1.125rem;
  line-height: 1;
  font-family: "gt-america-compressed-bold", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

@media (min-width: 1101px) {
  .u-font--primary--s {
    font-size: 1.375rem;
  }
}

/**
 * Text Main
 */

.u-font--l,
h3 {
  font-size: 1.125rem;
  line-height: 1.2;
  font-family: "gt-america-regular", "Helvetica", sans-serif;
  font-weight: 400;
}

@media (min-width: 901px) {
  .u-font--l,
  h3 {
    font-size: 1.625rem;
  }
}

.u-font--m,
h4 {
  font-size: 1rem;
  line-height: 1.3;
  font-family: "gt-america-regular", "Helvetica", sans-serif;
  font-weight: 400;
}

@media (min-width: 901px) {
  .u-font--m,
  h4 {
    font-size: 1.125rem;
  }
}

.u-font--s {
  font-size: 0.875rem;
  line-height: 1.4;
  font-family: "gt-america-regular", "Helvetica", sans-serif;
  font-weight: 400;
}

@media (min-width: 901px) {
  .u-font--s {
    font-size: 1rem;
  }
}

.u-font--xs {
  font-size: 0.8125rem;
  line-height: 1.6;
  font-family: "gt-america-regular", "Helvetica", sans-serif;
  font-weight: 400;
}

/**
 * Text Transforms
 */

.u-text-transform--upper {
  text-transform: uppercase;
}

.u-text-transform--lower {
  text-transform: lowercase;
}

.u-text-transform--capitalize {
  text-transform: capitalize;
}

.u-text-transform--none {
  text-transform: inherit;
}

/**
 * Text Decorations
 */

.u-text-decoration--underline:hover {
  text-decoration: underline;
}

/**
 * Font Weights
 */

.u-font-weight--400 {
  font-weight: 400;
}

.u-font-weight--700 {
  font-weight: 700;
}

.u-font-weight--900 {
  font-weight: 900;
}

.o-caption {
  color: #7c7c7c;
  padding-top: 0.9375rem;
  font-size: 0.8125rem;
  line-height: 1.6;
  font-family: "gt-america-regular", "Helvetica", sans-serif;
  font-weight: 400;
}

/* ------------------------------------*    $COMPONENTS
\*------------------------------------ */

/* ------------------------------------*    $BLOCKS
\*------------------------------------ */

.c-block-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 15.625rem;
  padding: 1.25rem 1.25rem;
  overflow: hidden;
  position: relative;
  background-color: #7c7c7c;
  text-align: center;
}

@media (min-width: 701px) {
  .c-block-news {
    min-height: 28.125rem;
  }
}

@media (min-width: 1101px) {
  .c-block-news {
    padding: 5rem 2.5rem;
  }
}

.c-block-news .c-block-news__media {
  z-index: 1;
}

.c-block-news .c-block__content {
  position: relative;
  z-index: 5;
  text-align: center;
  max-width: 525px;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1501px) {
  .c-block-news .c-block__content {
    max-width: 550px;
  }
}

.c-block-news .c-block__date {
  font-size: 1.125rem;
}

.c-block-news .o-button.u-button--white {
  margin: 0 auto;
  border-color: #fff;
  font-size: 1rem;
}

.c-block-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 15.625rem;
  padding: 1.25rem 1.25rem;
  overflow: hidden;
  position: relative;
  transition: all 0.25s ease;
}

@media (min-width: 701px) {
  .c-block-promo {
    min-height: 28.125rem;
  }
}

@media (min-width: 1101px) {
  .c-block-promo {
    padding: 5rem 2.5rem;
  }
}

.c-block-promo--video {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.c-block-promo--video::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/o-icon--play.svg) no-repeat center center;
  background-size: 6.25rem;
  transition: -webkit-transform 0.25s ease-in;
  transition: transform 0.25s ease-in;
}

.c-block-promo--video:hover::after {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

.c-block-promo--left .c-block-promo__media {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-position: right center;
  z-index: 1;
  margin-left: auto;
  right: 0;
}

.c-block-promo--left .c-block-promo__media::after {
  background: linear-gradient(to right, black 0%, transparent 100%) no-repeat border-box !important;
}

.c-block-promo--left .c-block-promo__content {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  left: 0;
  margin-right: auto;
}

.c-block-promo--right .c-block-promo__media {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  background-position: left center;
  margin-right: auto;
  left: 0;
}

.c-block-promo--right .c-block-promo__media::after {
  background: linear-gradient(to left, black 0%, transparent 100%) no-repeat border-box !important;
}

.c-block-promo--right .c-block-promo__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  right: 0;
  margin-left: auto;
}

.c-block-promo:hover .c-block-promo__media {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

.c-block-promo:hover .u-text-underline--white {
  border-color: rgba(255, 255, 255, 0.8);
}

.c-block-promo--full {
  z-index: 1;
}

.c-block-promo--full .c-block-promo__media {
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

@media (min-width: 701px) {
  .c-block-promo--full .c-block-promo__media {
    width: 50%;
  }
}

.c-block-promo--full .c-block-promo__media::after {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 100%, rgba(0, 0, 0, 0.25) 100%) no-repeat border-box;
  content: "";
  z-index: 1;
}

.c-block-promo--full .c-block-promo__content {
  z-index: 2;
}

@media (min-width: 701px) {
  .c-block-promo--full .c-block-promo__content {
    width: 50%;
  }
}

.c-block-promo--full::after {
  display: none;
}

.c-block-promo__media,
.c-block-news__media {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  display: block;
  content: "";
  background-size: cover;
  transition: -webkit-transform 0.25s ease-in;
  transition: transform 0.25s ease-in;
}

.c-block-default,
.c-block-person {
  position: relative;
}

.c-block-default .c-block__thumb,
.c-block-person .c-block__thumb {
  overflow: hidden;
  position: relative;
}

.c-block-default img,
.c-block-person img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1), translateZ(0);
          transform: scale(1), translateZ(0);
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 0.35s cubic-bezier(0.5, 0, 0.5, 1);
  transition: transform 0.35s cubic-bezier(0.5, 0, 0.5, 1);
}

.c-block-default .c-block__tag,
.c-block-person .c-block__tag {
  margin-top: 10px;
}

.c-block-default .c-block__kicker span,
.c-block-person .c-block__kicker span {
  color: #fff;
}

.c-block-default .c-block__dek h4,
.c-block-person .c-block__dek h4 {
  color: #fff;
}

.c-block-default .c-block__dek div,
.c-block-person .c-block__dek div {
  color: #c3c3c3;
}

.c-block-default.active,
.c-block-person.active {
  opacity: 0.4;
}

.c-block-default .c-block__thumb {
  position: relative;
}

.c-block-default .c-block__thumb::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60%;
}

.c-block-default .c-block__thumb > .ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.c-block-person .c-block__thumb {
  position: relative;
}

.c-block-person .c-block__thumb::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.c-block-person .c-block__thumb > .ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.c-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 1.25rem;
  min-height: 21.875rem;
}

@media (min-width: 701px) {
  .c-hero {
    min-height: 39.375rem;
  }
}

@media (min-width: 1101px) {
  .c-hero {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 5rem 1.25rem;
  }
}

.c-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 701px) {
  .c-hero__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 701px) {
  .c-hero__content:hover .c-hero__title {
    right: -100%;
    transition: right 0.6s cubic-bezier(0.5, 0, 0.5, 1);
  }

  .c-hero__content:hover .c-hero__subtitle .c-hero__arrow {
    -webkit-animation: arrowFalling 1.25s cubic-bezier(0.5, 0, 0.5, 1) 0.3s infinite;
            animation: arrowFalling 1.25s cubic-bezier(0.5, 0, 0.5, 1) 0.3s infinite;
  }
}

.c-hero__content .c-hero__arrow {
  display: none;
}

@media (min-width: 701px) {
  .c-hero__content .c-hero__arrow {
    width: 1.875rem;
    height: 1.875rem;
    display: inline-block;
    background: url(../images/o-icon--arrow--black.svg) center center no-repeat;
    background-size: 1.25rem;
    margin-left: 0.625rem;
  }
}

@-webkit-keyframes arrowFalling {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.7;
  }

  49% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    opacity: 0;
  }

  51% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.7;
  }
}

@keyframes arrowFalling {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.7;
  }

  49% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    opacity: 0;
  }

  51% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.7;
  }
}

.c-hero__title,
.c-hero__subtitle {
  padding: 0.625rem;
  text-align: center;
}

@media (min-width: 701px) {
  .c-hero__title,
  .c-hero__subtitle {
    padding: 1.25rem;
  }
}

@media (min-width: 1101px) {
  .c-hero__title,
  .c-hero__subtitle {
    padding: 2.5rem;
    width: 750px;
  }
}

.c-hero__title {
  z-index: 1;
  position: relative;
  transition: right 0.6s cubic-bezier(0.5, 0, 0.5, 1);
  right: 0;
}

.c-hero__subtitle {
  width: 100%;
  display: block;
}

@media (min-width: 701px) {
  .c-hero__subtitle {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
}

.c-hero__video {
  padding: 0;
  position: relative;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 16.5625rem;
}

@media (min-width: 701px) {
  .c-hero__video {
    min-height: 39.375rem;
  }
}

.c-hero__video::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 101%;
  background: url(../images/background-color-bars.svg) top center no-repeat;
  background-size: cover;
  z-index: 0;
}

@media (min-width: 1101px) {
  .c-hero__video::before {
    background-position: top left;
  }
}

.c-hero__video .c-hero__video-content {
  width: 100%;
  text-align: center;
  z-index: 5;
}

.c-hero__video-container {
  background: 50% 50% / cover no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.c-hero__video-container .jwplayer.jw-flag-aspect-mode {
  height: 100% !important;
}

.c-hero__video-container .jw-state-playing,
.c-hero__video-container .jw-state-complete {
  opacity: 1;
  transition: none;
}

.c-hero__video-controls {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.c-hero__video-controls button {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
}

.c-hero__video-controls button:last-child {
  margin-left: 0.625rem;
}

.c-hero__video-controls button:hover {
  background-color: transparent;
}

.c-hero__video-controls button::after {
  display: none;
}

.c-hero__video-coming-soon {
  width: 100%;
}

@media (min-width: 1101px) {
  .c-hero__video-coming-soon {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    transition: all cubic-bezier(0.5, 0, 0.5, 1) 0.5s;
  }
}

.c-hero__video-coming-soon p {
  font-size: 1rem;
  margin-top: 1.25rem;
}

@media (min-width: 1101px) {
  .c-hero__video:hover .c-hero__video-coming-soon {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.c-hero__video-standby {
  width: 70%;
}

.c-hero__video.jwplayer {
  transition: opacity 1s ease-in-out;
}

.c-hero__video.is-fading .jwplayer {
  opacity: 0;
}

.c-hero__video .jwplayer.jw-flag-aspect-mode {
  height: 100% !important;
}

.c-hero__video .jw-state-playing {
  opacity: 1;
}

.jwplayer.jw-stretch-uniform video {
  -o-object-fit: cover;
     object-fit: cover;
}

.jw-nextup-container {
  display: none;
}

.c-block-briefing .c-block__content {
  position: relative;
  z-index: 25;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-block-briefing .c-block__content .c-block__content-inner {
  width: 100%;
  display: block;
}

.c-block-briefing .c-block__content .c-block__subtitle {
  margin-bottom: 0.625rem;
}

.c-block-briefing .c-block__content .c-block__subtitle p {
  font-size: 1.125rem;
}

.c-block-briefing .c-block__content h3 {
  font-size: 1.625rem;
  display: block;
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 1101px) {
  .c-block-briefing .c-block__content h3 {
    font-size: 2rem;
    max-width: 325px;
  }
}

.c-block-briefing .c-block__content .o-button {
  margin: 0 auto;
  margin-top: 1.5625rem;
  font-size: 0.875rem;
}

@media (max-width: 699px) {
  .c-block__featured-page {
    padding-top: 1.25rem;
    border-top: 1px solid rgba(195, 195, 195, 0.5);
  }
}

@media (max-width: 699px) {
  .c-block__featured-page:last-child {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(195, 195, 195, 0.5);
  }
}

.c-block__featured-page h2 {
  text-align: left;
  margin-bottom: 0.3125rem;
  font-size: 1.4375rem;
  line-height: 1.1;
  font-family: "gt-america-compressed-bold", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

@media (min-width: 1101px) {
  .c-block__featured-page h2 {
    font-size: 2.0625rem;
  }
}

@media (min-width: 701px) {
  .c-block__featured-page h2 {
    text-align: center;
    font-size: 1.625rem;
    line-height: 1.15;
    font-family: "gt-america-compressed-bold", "Helvetica", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
  }
}

@media (min-width: 701px) and (min-width: 701px) {
  .c-block__featured-page h2 {
    font-size: 2rem;
  }
}

@media (min-width: 701px) and (min-width: 1101px) {
  .c-block__featured-page h2 {
    font-size: 2.5rem;
  }
}

.c-row {
  position: relative;
  border-top: 0.25rem solid #000;
  padding: 2.5rem 0;
}

.c-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}

.c-row .c-block {
  position: relative;
}

.c-row h2 a,
.c-row p {
  transition: all 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}

.c-row:hover::before {
  will-change: transform;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}

.c-row:hover h2 a,
.c-row:hover p {
  color: #fff !important;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track::after,
.slick-track::before {
  content: "";
  display: table;
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

@media (min-width: 901px) {
  .slick-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    height: 650px;
  }
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.c-gallery {
  position: relative;
}

@media (min-width: 701px) {
  .c-gallery {
    margin: 0 5rem;
  }
}

.c-gallery img {
  margin: 0 auto;
}

.c-gallery .u-icon--arrow {
  width: 2.5rem;
  height: 100%;
  padding: 0;
  display: block;
  content: "";
  cursor: pointer;
  position: absolute;
  top: 0;
  opacity: 0;
}

@media (min-width: 701px) {
  .c-gallery .u-icon--arrow {
    width: 2.5rem;
    opacity: 1;
  }
}

@media (min-width: 1101px) {
  .c-gallery .u-icon--arrow {
    width: 3.75rem;
  }
}

.c-gallery .u-icon--arrow::after {
  display: none;
}

.c-gallery .u-icon--arrow-next {
  right: -3.75rem;
  background: transparent url(../images/o-icon--arrow--next.svg) center center no-repeat;
}

@media (min-width: 701px) {
  .c-gallery .u-icon--arrow-next {
    right: -5rem;
  }
}

.c-gallery .u-icon--arrow-prev {
  left: -3.75rem;
  background: transparent url(../images/o-icon--arrow--prev.svg) center center no-repeat;
}

@media (min-width: 701px) {
  .c-gallery .u-icon--arrow-prev {
    left: -5rem;
  }
}

/* ------------------------------------*    $BUTTONS
\*------------------------------------ */

.o-button,
button,
input[type="submit"],
a.fasc-button,
button.alm-load-more-btn.more {
  cursor: pointer;
  box-shadow: none !important;
  transition: all 0.25s ease-in-out;
  position: relative;
  padding: 0.625rem 2.5rem 0.625rem 1.25rem;
  margin: 1.25rem 0 0 0;
  border: 1px solid #808080;
  display: table;
  vertical-align: middle;
  text-align: center;
  width: auto;
  background: #fff;
  color: #000;
  font-size: 1rem;
}

@media (min-width: 901px) {
  .o-button,
  button,
  input[type="submit"],
  a.fasc-button,
  button.alm-load-more-btn.more {
    font-size: 1.125rem;
    padding: 0.83333rem 2.5rem 0.625rem 1.25rem;
  }
}

.o-button:focus,
button:focus,
input[type="submit"]:focus,
a.fasc-button:focus,
button.alm-load-more-btn.more:focus {
  outline: 0;
}

.o-button:hover,
button:hover,
input[type="submit"]:hover,
a.fasc-button:hover,
button.alm-load-more-btn.more:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.o-button:hover::before,
button:hover::before,
input[type="submit"]:hover::before,
a.fasc-button:hover::before,
button.alm-load-more-btn.more:hover::before {
  background: url(../images/o-icon--arrow--white.svg) center center no-repeat;
  background-size: 0.75rem;
}

.o-button::before,
button::before,
input[type="submit"]::before,
a.fasc-button::before,
button.alm-load-more-btn.more::before {
  content: '';
  display: block;
  margin-left: 0.625rem;
  background: url(../images/o-icon--arrow.svg) center center no-repeat;
  background-size: 0.75rem;
  width: 1.5625rem;
  height: 1.25rem;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.25s ease-in-out;
}

.u-button--width-200 {
  min-width: 9.375rem;
  text-align: left;
}

@media (min-width: 701px) {
  .u-button--width-200 {
    min-width: 12.5rem;
  }
}

.o-button,
a.fasc-button {
  position: relative;
}

.o-button span,
a.fasc-button span {
  position: relative;
  z-index: 5;
  min-width: 84px;
  display: block;
}

.o-button::after,
a.fasc-button::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  transition: width 0.35s;
}

.o-button:hover::after,
a.fasc-button:hover::after {
  width: 100%;
}

a.fasc-button {
  background: transparent !important;
  color: #000 !important;
}

a.fasc-button::after {
  background-color: #000;
}

a.fasc-button:hover {
  color: #fff !important;
  border-color: #000;
}

.o-button {
  background: transparent !important;
  color: #000;
}

.o-button::after {
  z-index: 0;
  background-color: #000;
}

.o-button:hover {
  color: #fff;
  border-color: #000;
}

.u-button--white {
  background: transparent !important;
  background-color: transparent;
  color: #fff;
}

.u-button--white::after {
  background-color: #fff;
}

.u-button--white:hover {
  color: #000;
}

.u-button--white:hover::before {
  background: url(../images/o-icon--arrow.svg) center center no-repeat;
  background-size: 0.75rem;
}

button.alm-load-more-btn.more {
  margin: 2.5rem auto;
  border-radius: 0;
  height: auto;
  width: auto;
  line-height: 1;
  font-weight: normal;
}

button.alm-load-more-btn.more.done {
  display: none;
  background-color: white;
}

/* ------------------------------------*    $MESSAGING
\*------------------------------------ */

.c-modal-item.is-active .c-modal {
  opacity: 1;
  visibility: visible;
}

.c-modal-item:first-child .c-modal__prev {
  opacity: 0.4;
  pointer-events: none;
}

.c-modal-item:last-child .c-modal__next {
  opacity: 0.4;
  pointer-events: none;
}

.c-modal-item > a:hover .u-text-underline--purple {
  border-color: #9906b8;
}

.c-modal-item__link {
  display: block;
}

.c-modal {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  width: 100vw;
  overflow: hidden;
}

.c-modal::before {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: all 0.25s ease;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

.c-modal__container {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999;
  background: white;
  overflow-y: scroll;
  max-height: 80vh;
  max-width: 53.125rem;
  width: 90vw;
}

.c-modal__close {
  color: #7c7c7c;
  line-height: 3.125rem;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 5rem;
  text-decoration: none;
}

.c-modal__nav {
  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;
}

.c-modal__next {
  background: url(../images/o-icon--arrow--black.svg) no-repeat center center;
  background-size: 1.25rem;
}

.c-modal__next:hover {
  opacity: 0.4;
}

.c-modal__prev {
  background: url(../images/o-icon--arrow--black.svg) no-repeat center center;
  background-size: 1.25rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-modal__prev:hover {
  opacity: 0.4;
}

/* ------------------------------------*    $ICONS
\*------------------------------------ */

.u-icon {
  display: inline-block;
}

.u-icon--xs {
  width: 0.625rem;
  height: 0.625rem;
}

.u-icon--s {
  width: 1.25rem;
  height: 1.25rem;
}

.u-icon--m {
  width: 2.5rem;
  height: 2.5rem;
}

.u-icon--l {
  width: 3.125rem;
  height: 3.125rem;
}

.u-icon--xl {
  width: 5rem;
  height: 5rem;
}

.o-icon__live {
  background-color: red;
  border-radius: 0.1875rem;
  padding: 0.3125rem 0.625rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.o-icon__fullscreen-expand {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  background: url(../images/o-icon--fullscreen-expand.svg) center center no-repeat;
  background-size: 1.25rem;
}

.o-icon__fullscreen-minimize {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  background: url(../images/o-icon--fullscreen-minimize.svg) center center no-repeat;
  background-size: 1.25rem;
}

.o-icon__sound {
  width: 1.5625rem;
  height: 1.5625rem;
  display: inline-block;
  background: url(../images/o-icon--sound.svg) center center no-repeat;
  background-size: 1.5625rem;
}

/* ------------------------------------*    $LIST TYPES
\*------------------------------------ */

/* ------------------------------------*    $NAVIGATION
\*------------------------------------ */

.home .c-header {
  max-height: 0;
  overflow: visible;
  z-index: 999;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (min-width: 1101px) {
  .home .c-header {
    transition: max-height 0.9s cubic-bezier(0.5, 0, 0.5, 1);
  }
}

.c-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 999;
  padding-bottom: 1.25rem;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  color: #000;
  transition: background-color 0.25s ease;
  padding-top: 3.75rem;
  height: 10rem;
}

@media (min-width: 701px) {
  .c-header {
    padding-top: 4.375rem;
    height: 11.25rem;
  }
}

@media (min-width: 1101px) {
  .c-header {
    padding-top: 1.25rem;
  }
}

.c-header__toggle {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 2.5rem;
  height: auto;
  cursor: pointer;
}

@media (min-width: 1101px) {
  .c-header__toggle {
    display: none;
  }
}

.c-header__toggle-span {
  transition: all 0.25s ease;
  position: relative;
}

.c-header__toggle-span--1,
.c-header__toggle-span--2,
.c-header__toggle-span--3 {
  height: 0.25rem;
  width: 2.5rem;
  background-color: #000;
  display: block;
  margin-bottom: 0.375rem;
}

.c-header__toggle-span--4 {
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #000;
}

@media (min-width: 1101px) {
  .c-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
}

.c-header--right {
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

.home .c-header.this-is-active + main {
  padding-top: 5rem;
}

@media (min-width: 701px) {
  .home .c-header.this-is-active + main {
    padding-top: 5.625rem;
  }
}

@media (min-width: 1101px) {
  .home .c-header.this-is-active + main {
    padding-top: 0;
  }
}

.c-header.this-is-active {
  height: auto;
  max-height: 400px;
  padding-top: 1.25rem;
  width: 100%;
}

@media (min-width: 1101px) {
  .c-header.this-is-active {
    width: auto;
  }
}

.c-header.this-is-active + main {
  padding-top: 10rem;
}

@media (min-width: 701px) {
  .c-header.this-is-active + main {
    padding-top: 11.25rem;
  }
}

@media (min-width: 1101px) {
  .c-header.this-is-active + main {
    padding-top: 0;
  }
}

.c-header.this-is-active::before {
  content: "";
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 1100px) {
  .c-header.this-is-active::before {
    width: 100%;
    display: block;
  }
}

@media (max-width: 1100px) {
  .c-header.this-is-active {
    position: fixed;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 0;
    color: #fff;
    min-height: 700px;
    height: 100%;
    max-height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.c-header.this-is-active .c-header__toggle {
  padding-top: 1.25rem;
  position: fixed;
  top: 0.875rem;
}

.c-header.this-is-active .c-header__toggle-span {
  background-color: #fff;
  color: #fff;
}

.c-header.this-is-active .c-header__toggle-span--1 {
  display: none;
}

.c-header.this-is-active .c-header__toggle-span--2 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -0.3125rem;
}

.c-header.this-is-active .c-header__toggle-span--3 {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: -0.9375rem;
}

.c-header.this-is-active .c-header__toggle-span--4 {
  background-color: transparent;
}

@media (max-width: 900px) {
  .c-header.this-is-active .c-header--right {
    z-index: 9;
    visibility: visible;
    opacity: 1;
  }
}

@media (min-width: 1101px) {
  .c-header.this-is-active .c-header--right {
    z-index: 9;
    -webkit-animation: fadeInUp 0.6s cubic-bezier(0.5, 0, 0.5, 1) 0.9s forwards;
            animation: fadeInUp 0.6s cubic-bezier(0.5, 0, 0.5, 1) 0.9s forwards;
  }
}

.c-header.this-is-active .c-nav__primary-branding {
  position: relative;
  top: auto;
  left: auto;
}

@media (max-width: 1100px) {
  .c-header.this-is-active .c-nav__primary-logo {
    border-left: 4px solid #fff;
  }
}

@media (max-width: 1100px) {
  .c-header.this-is-active .c-nav__primary-logo span {
    color: #fff;
    border-bottom: 4px solid #fff;
  }

  .c-header.this-is-active .c-nav__primary-logo span:first-child {
    border-top: 4px solid #fff;
  }
}

.c-header.this-is-active .has-fade-in-border::after {
  background-color: #fff;
  height: 100%;
}

@media (min-width: 1101px) {
  .c-header.this-is-active .has-fade-in-border::after {
    background-color: #c3c3c3;
  }
}

@media (min-width: 1101px) {
  .c-header.this-is-active .has-fade-in-text:nth-child(1) a .u-animate-gradient {
    -webkit-animation: fade-in 1s ease-in-out forwards;
            animation: fade-in 1s ease-in-out forwards;
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
}

@media (min-width: 1101px) {
  .c-header.this-is-active .has-fade-in-text:nth-child(2) a .u-animate-gradient {
    -webkit-animation: fade-in 1s ease-in-out forwards;
            animation: fade-in 1s ease-in-out forwards;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}

@media (min-width: 1101px) {
  .c-header.this-is-active .has-fade-in-text:nth-child(3) a .u-animate-gradient {
    -webkit-animation: fade-in 1s ease-in-out forwards;
            animation: fade-in 1s ease-in-out forwards;
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
}

@media (min-width: 1101px) {
  .c-header.this-is-active .has-fade-in-text:nth-child(4) a .u-animate-gradient {
    -webkit-animation: fade-in 1s ease-in-out forwards;
            animation: fade-in 1s ease-in-out forwards;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}

@media (min-width: 1101px) {
  .c-header.this-is-active .has-fade-in-text:nth-child(5) a .u-animate-gradient {
    -webkit-animation: fade-in 1s ease-in-out forwards;
            animation: fade-in 1s ease-in-out forwards;
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s;
  }
}

.c-header.this-is-active .c-primary-nav__list {
  opacity: 1;
  visibility: visible;
}

.c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item:nth-child(1) .u-animate-border {
  background-color: #c3c3c3;
  width: 100%;
}

@media (min-width: 1101px) {
  .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item:nth-child(1) .u-animate-border {
    transition-delay: 0.2s;
  }
}

.c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.active:nth-child(1) .u-animate-border,
.c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.this-is-active:nth-child(1) .u-animate-border {
  background-color: #fff;
  transition-delay: 0s;
  width: 100%;
}

@media (min-width: 1101px) {
  .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.active:nth-child(1) .u-animate-border,
  .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.this-is-active:nth-child(1) .u-animate-border {
    background-color: #000;
  }
}

.c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item:nth-child(2) .u-animate-border {
  background-color: #c3c3c3;
  width: 100%;
}

@media (min-width: 1101px) {
  .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item:nth-child(2) .u-animate-border {
    transition-delay: 0.4s;
  }
}

.c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.active:nth-child(2) .u-animate-border,
.c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.this-is-active:nth-child(2) .u-animate-border {
  background-color: #fff;
  transition-delay: 0s;
  width: 100%;
}

@media (min-width: 1101px) {
  .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.active:nth-child(2) .u-animate-border,
  .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.this-is-active:nth-child(2) .u-animate-border {
    background-color: #000;
  }
}

.c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item:nth-child(3) .u-animate-border {
  background-color: #c3c3c3;
  width: 100%;
}

@media (min-width: 1101px) {
  .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item:nth-child(3) .u-animate-border {
    transition-delay: 0.6s;
  }
}

.c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.active:nth-child(3) .u-animate-border,
.c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.this-is-active:nth-child(3) .u-animate-border {
  background-color: #fff;
  transition-delay: 0s;
  width: 100%;
}

@media (min-width: 1101px) {
  .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.active:nth-child(3) .u-animate-border,
  .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.this-is-active:nth-child(3) .u-animate-border {
    background-color: #000;
  }
}

.c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item:nth-child(4) .u-animate-border {
  background-color: #c3c3c3;
  width: 100%;
}

@media (min-width: 1101px) {
  .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item:nth-child(4) .u-animate-border {
    transition-delay: 0.8s;
  }
}

.c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.active:nth-child(4) .u-animate-border,
.c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.this-is-active:nth-child(4) .u-animate-border {
  background-color: #fff;
  transition-delay: 0s;
  width: 100%;
}

@media (min-width: 1101px) {
  .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.active:nth-child(4) .u-animate-border,
  .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.this-is-active:nth-child(4) .u-animate-border {
    background-color: #000;
  }
}

.c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item:nth-child(5) .u-animate-border {
  background-color: #c3c3c3;
  width: 100%;
}

@media (min-width: 1101px) {
  .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item:nth-child(5) .u-animate-border {
    transition-delay: 1s;
  }
}

.c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.active:nth-child(5) .u-animate-border,
.c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.this-is-active:nth-child(5) .u-animate-border {
  background-color: #fff;
  transition-delay: 0s;
  width: 100%;
}

@media (min-width: 1101px) {
  .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.active:nth-child(5) .u-animate-border,
  .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.this-is-active:nth-child(5) .u-animate-border {
    background-color: #000;
  }
}

.c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item:nth-child(6) .u-animate-border {
  background-color: #c3c3c3;
  width: 100%;
}

@media (min-width: 1101px) {
  .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item:nth-child(6) .u-animate-border {
    transition-delay: 1.2s;
  }
}

.c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.active:nth-child(6) .u-animate-border,
.c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.this-is-active:nth-child(6) .u-animate-border {
  background-color: #fff;
  transition-delay: 0s;
  width: 100%;
}

@media (min-width: 1101px) {
  .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.active:nth-child(6) .u-animate-border,
  .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.this-is-active:nth-child(6) .u-animate-border {
    background-color: #000;
  }
}

.c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item:last-child::after {
  background-color: #c3c3c3;
  width: 100%;
}

@media (min-width: 1101px) {
  .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item:last-child::after {
    transition-delay: 0.9s;
  }
}

.c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.active .c-primary-nav__list-link,
.c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.this-is-active .c-primary-nav__list-link {
  color: #fff;
}

@media (min-width: 1101px) {
  .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.active .c-primary-nav__list-link,
  .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.this-is-active .c-primary-nav__list-link {
    color: #000;
  }
}

.c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.active .c-sub-nav__list {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
}

@media (min-width: 1101px) {
  .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.active .c-sub-nav__list {
    position: absolute;
  }
}

@media (min-width: 1101px) {
  .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.this-is-active .c-sub-nav__list {
    opacity: 1;
    visibility: visible;
    position: absolute;
    z-index: 3;
  }
}

.c-header.this-is-active .c-sub-nav__list-item.active .c-sub-nav__list-link,
.c-header.this-is-active .c-sub-nav__list-item:hover .c-sub-nav__list-link {
  color: #fff;
}

@media (min-width: 1101px) {
  .c-header.this-is-active .c-sub-nav__list-item.active .c-sub-nav__list-link,
  .c-header.this-is-active .c-sub-nav__list-item:hover .c-sub-nav__list-link {
    color: #000;
  }
}

.c-header.this-is-active .c-sub-nav__list-item.active .u-animate-border,
.c-header.this-is-active .c-sub-nav__list-item:hover .u-animate-border {
  background-color: #fff;
}

@media (min-width: 1101px) {
  .c-header.this-is-active .c-sub-nav__list-item.active .u-animate-border,
  .c-header.this-is-active .c-sub-nav__list-item:hover .u-animate-border {
    background-color: #000;
  }
}

.c-header.this-is-active .c-nav__secondary {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1100px) {
  .c-header.this-is-active .c-nav__secondary .c-secondary-nav__list {
    border-left: 4px solid #fff;
  }

  .c-header.this-is-active .c-nav__secondary .c-secondary-nav__list a {
    color: #7c7c7c;
    font-size: 1.875rem;
    font-weight: 500;
    font-family: "gt-america-compressed-bold", "Helvetica", sans-serif;
    text-transform: uppercase;
    margin-left: 0.3125rem;
    padding: 0.1875rem 0 0.0625rem 0;
    border-bottom: 4px solid #7c7c7c;
    display: block;
    transition: none;
    line-height: 1.875rem;
  }
}

@media (max-width: 1100px) and (min-width: 701px) {
  .c-header.this-is-active .c-nav__secondary .c-secondary-nav__list a {
    font-size: 2.25rem;
    line-height: 2.375rem;
  }
}

@media (max-width: 1100px) {
  .c-header.this-is-active .c-nav__secondary .c-secondary-nav__list a:hover {
    text-decoration: none;
  }
}

.c-nav__primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1101px) {
  .c-nav__primary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-nav__primary-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1100px) {
  .c-nav__primary-branding {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
  }
}

.c-nav__primary-logo {
  display: block;
}

.c-nav__primary-logo span {
  display: block;
}

.c-nav__primary-toggle {
  cursor: pointer;
}

@media (max-width: 1100px) {
  .c-nav__primary-toggle {
    display: none;
  }
}

@media (min-width: 701px) {
  .c-nav__secondary {
    min-width: 15rem;
  }
}

@media (max-width: 900px) {
  .c-nav__secondary {
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
  }
}

.c-primary-nav__list {
  position: relative;
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
}

@media (min-width: 1101px) {
  .c-primary-nav__list {
    margin-top: 1.25rem;
  }
}

.c-primary-nav__list::before {
  display: none;
  position: relative;
  top: 0;
  background: #c3c3c3;
  height: 4px;
  width: 100%;
  content: "";
}

@media (min-width: 1101px) {
  .c-primary-nav__list::before {
    display: block;
  }
}

@media (min-width: 1101px) {
  .c-primary-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
    margin-top: 0;
  }
}

.c-primary-nav__list-item {
  line-height: 1;
}

.c-primary-nav__list-item:last-child {
  position: relative;
}

.c-primary-nav__list-item:last-child::after {
  content: "";
  display: block;
  height: 0.25rem;
  background-color: #c3c3c3;
  width: 0;
  position: absolute;
  bottom: 0;
  max-width: 12.5rem;
}

@media (min-width: 701px) {
  .c-primary-nav__list-item:last-child::after {
    max-width: 15rem;
  }
}

@media (min-width: 1101px) {
  .c-primary-nav__list-item:last-child::after {
    transition: all 0.25s ease;
  }
}

.c-primary-nav__list-link {
  padding: 0.1875rem 0 0.3125rem 0;
  display: block;
  width: 12.5rem;
  position: relative;
  transition: all 0.25s ease;
  color: #c3c3c3;
  font-size: 1.875rem;
  font-weight: 500;
  font-family: "gt-america-compressed-bold", "Helvetica", sans-serif;
  text-transform: uppercase;
}

@media (min-width: 701px) {
  .c-primary-nav__list-link {
    font-size: 2.25rem;
    width: 15rem;
  }
}

.c-sub-nav__list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: -0.375rem;
  transition: all 0.25s ease;
  z-index: 2;
  height: 100%;
}

@media (min-width: 1101px) {
  .c-sub-nav__list {
    top: 0;
    left: 16.25rem;
    margin: 0;
    background-color: transparent;
    width: 20.625rem;
  }
}

.c-sub-nav__list-item {
  line-height: 1;
}

.c-sub-nav__list-link {
  padding: 0.5rem 0 0 0;
  display: table;
  color: #c3c3c3;
  font-size: 1.875rem;
  font-weight: 500;
  font-family: "gt-america-compressed-bold", "Helvetica", sans-serif;
  text-transform: uppercase;
  transition: border 0s ease, color 0.25s ease;
  position: relative;
}

@media (min-width: 701px) {
  .c-sub-nav__list-link {
    font-size: 2.25rem;
  }
}

.c-sub-nav__list-link::after {
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 0.25rem;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.c-sub-nav__list-link:hover::after {
  opacity: 1;
  visibility: visible;
}

.c-sub-nav__list::after {
  height: calc(100% - 3px) !important;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.c-secondary-nav__list li a {
  position: relative;
  color: #000;
  display: inline-block;
  width: 12.5rem;
  font-size: 1rem;
  line-height: 1.3;
  font-family: "gt-america-regular", "Helvetica", sans-serif;
  font-weight: 400;
}

@media (min-width: 901px) {
  .c-secondary-nav__list li a {
    font-size: 1.125rem;
  }
}

@media (min-width: 701px) {
  .c-secondary-nav__list li a {
    width: 15rem;
  }
}

@media (min-width: 1101px) {
  .c-secondary-nav__list li a {
    width: auto;
  }
}

@media (min-width: 901px) {
  .c-secondary-nav__list li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #808080;
    transition: all 0.3s;
  }
}

.c-secondary-nav__list li a:hover {
  color: #808080;
}

@media (min-width: 901px) {
  .c-secondary-nav__list li a:hover::after {
    width: 100%;
  }
}

.c-secondary-nav__list li.active a {
  color: #808080;
}

@media (min-width: 901px) {
  .c-secondary-nav__list li.active a::after {
    width: 100%;
  }
}

.has-fade-in-border {
  padding-left: 0.5rem;
}

@media (min-width: 1101px) {
  .has-fade-in-border {
    padding-left: 1.375rem;
  }
}

.has-fade-in-border::after {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0;
  display: block;
  top: 0;
  left: 0;
  background-color: white;
}

@media (min-width: 1101px) {
  .has-fade-in-border::after {
    left: 0.625rem;
    transition: all 1s ease;
    transition-delay: 0.25s;
  }
}

@media (min-width: 1101px) {
  .has-fade-in-text .u-animate-gradient {
    opacity: 0;
    width: 100%;
    display: block;
  }
}

.u-animate-border {
  position: absolute;
  height: 4px;
  content: "";
  top: -0.25rem;
  left: 0;
  z-index: 999;
  background-color: transparent;
  width: 0rem;
}

@media (min-width: 1101px) {
  .u-animate-border {
    transition: all 0.2s ease;
  }
}

/* ------------------------------------*    $NAVIGATION - with .page-primary
\*------------------------------------ */

.page-primary .c-header {
  width: 100%;
  position: absolute;
}

.page-primary .c-header__toggle-span--1,
.page-primary .c-header__toggle-span--2,
.page-primary .c-header__toggle-span--3 {
  background-color: #fff;
}

.page-primary .c-header__toggle-span--4 {
  color: #fff;
}

.page-primary .c-header.this-is-active + main {
  padding-top: 0;
}

.page-primary .c-nav__primary-logo,
.page-primary .c-nav__primary-logo span,
.page-primary .c-nav__primary-logo span:first-child {
  border-color: #fff;
}

.page-primary .c-sub-nav__list {
  background-color: transparent;
}

.page-primary .c-nav__primary-logo span {
  color: #fff;
}

@media (min-width: 1101px) {
  .page-primary .has-fade-in-text .u-animate-gradient {
    background-image: none;
  }
}

.page-primary .c-header.this-is-active .c-primary-nav__list {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1101px) {
  .page-primary .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.active:nth-child(1) .u-animate-border,
  .page-primary .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.this-is-active:nth-child(1) .u-animate-border {
    background-color: #fff;
  }
}

@media (min-width: 1101px) {
  .page-primary .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.active:nth-child(2) .u-animate-border,
  .page-primary .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.this-is-active:nth-child(2) .u-animate-border {
    background-color: #fff;
  }
}

@media (min-width: 1101px) {
  .page-primary .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.active:nth-child(3) .u-animate-border,
  .page-primary .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.this-is-active:nth-child(3) .u-animate-border {
    background-color: #fff;
  }
}

@media (min-width: 1101px) {
  .page-primary .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.active:nth-child(4) .u-animate-border,
  .page-primary .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.this-is-active:nth-child(4) .u-animate-border {
    background-color: #fff;
  }
}

@media (min-width: 1101px) {
  .page-primary .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.active:nth-child(5) .u-animate-border,
  .page-primary .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.this-is-active:nth-child(5) .u-animate-border {
    background-color: #fff;
  }
}

@media (min-width: 1101px) {
  .page-primary .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.active:nth-child(6) .u-animate-border,
  .page-primary .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.this-is-active:nth-child(6) .u-animate-border {
    background-color: #fff;
  }
}

@media (min-width: 1101px) {
  .page-primary .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.active .c-primary-nav__list-link,
  .page-primary .c-header.this-is-active .c-primary-nav__list .c-primary-nav__list-item.this-is-active .c-primary-nav__list-link {
    color: #fff;
  }
}

.page-primary .c-header.this-is-active .c-sub-nav__list-link,
.page-primary .c-header.this-is-active .c-primary-nav__list-link {
  color: rgba(195, 195, 195, 0.75);
}

.page-primary .c-header.this-is-active .c-sub-nav__list-item:hover .c-sub-nav__list-link::after {
  background-color: #fff !important;
}

@media (min-width: 1101px) {
  .page-primary .c-header.this-is-active .c-sub-nav__list-item.active .c-sub-nav__list-link,
  .page-primary .c-header.this-is-active .c-sub-nav__list-item:hover .c-sub-nav__list-link {
    color: #fff;
  }
}

@media (min-width: 1101px) {
  .page-primary .c-header.this-is-active .c-sub-nav__list-item.active .u-animate-border,
  .page-primary .c-header.this-is-active .c-sub-nav__list-item:hover .u-animate-border {
    background-color: #fff;
  }
}

.page-primary .c-secondary-nav__list a {
  color: #fff;
}

.page-primary .c-secondary-nav__list a::after {
  background-color: #fff;
}

.page-primary .c-secondary-nav__list a:hover {
  color: #c3c3c3;
}

/* ------------------------------------*    $PAGE SECTIONS
\*------------------------------------ */

.c-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 901px) {
  .c-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.c-section__featured-hero.this-is-active .l-grid--70-30 > *:first-child {
  width: 30%;
}

.c-section__featured-hero.this-is-active .l-grid--70-30 > *:last-child {
  width: 70%;
}

.page-primary .c-section__hero {
  margin-left: 0;
  margin-right: 0;
  min-height: 31.25rem;
}

@media (min-width: 901px) {
  .page-primary .c-section__hero {
    height: 100vh;
    max-height: 56.25rem;
  }
}

.page-primary .c-section__hero-content {
  top: inherit;
  bottom: 5vh;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  min-height: auto;
  padding: 0;
  max-width: 500px;
}

@media (min-width: 901px) {
  .page-primary .c-section__hero-content {
    bottom: 10vh;
    padding: 2.5rem;
    max-width: 46.875rem;
  }
}

.page-primary .c-section__hero-caption {
  width: 100%;
  max-width: inherit;
  left: 1.25rem;
  top: inherit;
  bottom: -2.1875rem;
}

@media (min-width: 1101px) {
  .page-primary .c-section__hero-caption {
    left: 0;
  }
}

.page-primary .u-overlay::after,
.page-primary .u-overlay--full::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%) no-repeat border-box;
}

.c-section__hero {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 25rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  background-color: #808080;
}

@media (min-width: 701px) {
  .c-section__hero {
    min-height: 31.25rem;
  }
}

@media (min-width: 901px) {
  .c-section__hero {
    min-height: 37.5rem;
  }
}

@media (min-width: 1101px) {
  .c-section__hero {
    min-height: 43.75rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

.c-section__hero .u-background-image {
  width: 100%;
  height: 107.5%;
  background-size: cover;
  background-position: center;
}

.c-section__hero-image,
.c-section__hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.c-section__hero-video .u-background-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-section__hero-video video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  opacity: 0;
}

.c-section__hero-video video::-webkit-media-controls,
.c-section__hero-video video::-webkit-media-controls-start-playback-button {
  display: none;
}

.c-section__hero-video video.video-loaded {
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.5, 0, 0.5, 1) 0.5s forwards;
          animation: fadeInUp 0.5s cubic-bezier(0.5, 0, 0.5, 1) 0.5s forwards;
}

.c-section__hero-caption {
  position: absolute;
  top: 25rem;
  left: 0;
  right: 0;
  max-width: 62.5rem;
  width: 100%;
}

.c-section__hero-caption p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-box-pack: end;
  font-size: 0.6875rem;
}

@media (min-width: 901px) {
  .c-section__hero-caption p {
    max-width: 75%;
    font-size: 0.8125rem;
  }
}

@media (min-width: 701px) {
  .c-section__hero-caption {
    top: 31.25rem;
    display: table;
  }
}

@media (min-width: 901px) {
  .c-section__hero-caption {
    top: 37.5rem;
  }
}

@media (min-width: 1101px) {
  .c-section__hero-caption {
    top: 43.75rem;
  }
}

.c-section__hero-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 46.875rem;
  width: calc(100% - 40px);
  min-height: 60%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  padding: 2.5rem;
}

@media (min-width: 901px) {
  .c-section__hero-content {
    padding: 5rem;
  }
}

.c-section__hero .u-background-color {
  display: block;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-animation: fadeInUpSmall 0.6s cubic-bezier(0.5, 0, 0.5, 1) 0.5s forwards;
          animation: fadeInUpSmall 0.6s cubic-bezier(0.5, 0, 0.5, 1) 0.5s forwards;
}

@media (min-width: 1101px) {
  .c-section__hero .u-background-color {
    -webkit-animation: fadeInUpSmall 0.6s cubic-bezier(0.5, 0, 0.5, 1) 2s forwards;
            animation: fadeInUpSmall 0.6s cubic-bezier(0.5, 0, 0.5, 1) 2s forwards;
  }
}

.c-section__hero .c-hero__content-title {
  display: block;
  max-width: 46.875rem;
  position: relative;
  margin-top: 0;
  opacity: 0;
  -webkit-animation: fadeInDownSmall 0.8s cubic-bezier(0.5, 0, 0.5, 1) 0.8s forwards;
          animation: fadeInDownSmall 0.8s cubic-bezier(0.5, 0, 0.5, 1) 0.8s forwards;
}

@media (min-width: 1101px) {
  .c-section__hero .c-hero__content-title {
    -webkit-animation: fadeInDownSmall 0.8s cubic-bezier(0.5, 0, 0.5, 1) 2.3s forwards;
            animation: fadeInDownSmall 0.8s cubic-bezier(0.5, 0, 0.5, 1) 2.3s forwards;
  }
}

.c-section__hero-icon {
  left: 0;
  right: 0;
  width: 1.875rem;
  height: 1.875rem;
  opacity: 0;
  -webkit-animation: fadeInDownSmall 0.8s cubic-bezier(0.5, 0, 0.5, 1) 1.1s forwards;
          animation: fadeInDownSmall 0.8s cubic-bezier(0.5, 0, 0.5, 1) 1.1s forwards;
}

@media (min-width: 1101px) {
  .c-section__hero-icon {
    -webkit-animation: fadeInDownSmall 0.8s cubic-bezier(0.5, 0, 0.5, 1) 2.7s forwards;
            animation: fadeInDownSmall 0.8s cubic-bezier(0.5, 0, 0.5, 1) 2.7s forwards;
    width: 3.125rem;
    height: 3.125rem;
  }
}

@-webkit-keyframes widthScale {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }

  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes widthScale {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }

  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.c-section__winners-archive {
  margin-bottom: 5rem;
}

.c-section__winners-archive .c-block-person hr {
  border-color: #000;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.c-section__winners-archive .c-block-person .c-block__kicker span {
  color: #000;
}

.c-section__winners-archive .c-block-person .c-block__dek h4 {
  color: #000;
}

.c-section__winners-archive .c-block-person .c-block__dek div {
  color: #000;
}

.c-section__past-winners .l-grid-item:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 70%;
}

@media (min-width: 701px) {
  .c-section__past-winners .l-grid-item:first-child {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 50%;
  }
}

.c-section__past-winners .l-grid-item:last-child {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
}

@media (min-width: 701px) {
  .c-section__past-winners .l-grid-item:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 2.5rem;
    width: 50%;
  }
}

@media (min-width: 1301px) {
  .c-section__past-winners .l-grid-item:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 50%;
  }
}

.c-section__past-winners .l-grid-item:last-child img {
  width: 100%;
  max-width: 23.75rem;
}

.c-section__officers .l-grid--6-col {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

.c-section__recent-mentions .l-grid-item a span {
  display: inline;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}

.c-section__recent-mentions .l-grid-item a span svg {
  width: 15px;
  height: 13px;
  margin-right: 0.3125rem;
}

.c-section__recent-mentions .l-grid-item:hover span {
  border-color: #fff;
}

.c-back-top {
  position: fixed;
  margin: 0 auto;
  background: #fff;
  border-top: 2px solid #000;
  width: calc(100% - 40px);
  padding: 1.25rem;
  z-index: 9999;
  transition: all 0.25s ease;
  display: block;
  left: 1.25rem;
  right: 1.25rem;
}

.hide--back-top .c-back-top {
  bottom: -6.25rem;
}

.c-back-top--up {
  bottom: -6.25rem;
}

.c-back-top--down {
  bottom: 0;
}

/* ------------------------------------*    $SPECIFIC FORMS
\*------------------------------------ */

/* Chrome/Opera/Safari */

::-webkit-input-placeholder {
  color: #7c7c7c;
}

/* Firefox 19+ */

::-moz-placeholder {
  color: #7c7c7c;
}

/* IE 10+ */

:-ms-input-placeholder {
  color: #7c7c7c;
}

/* Firefox 18- */

:-moz-placeholder {
  color: #7c7c7c;
}

label {
  margin-top: 2.5rem;
  width: 100%;
  font-weight: 600;
  display: block;
  line-height: 1.8;
}

input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=text],
input[type=url] {
  width: 100%;
  color: #7c7c7c;
}

@media (min-width: 701px) {
  input[type=email],
  input[type=number],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=url] {
    width: 50%;
  }
}

textarea {
  width: 100%;
  color: #7c7c7c;
}

input[type=checkbox],
input[type=radio] {
  outline: none;
  border: none;
  margin: 0 0.3125rem 0 0;
  height: 0.9375rem;
  width: 0.9375rem;
  line-height: 0.9375rem;
  background-size: 0.9375rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  display: block;
  float: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  background-color: #fff;
  position: relative;
  top: 0.3125rem;
}

input[type=checkbox],
input[type=radio] {
  border-width: 1px;
  border-style: solid;
  border-color: #7c7c7c;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  border-color: #7c7c7c;
}

input[type=checkbox] + span,
input[type=radio] + span {
  display: inline-block;
  cursor: pointer;
  position: relative;
}

input[type="submit"] {
  padding-right: 1.25rem;
  margin-top: 2.5rem;
}

.o-required {
  display: block;
  position: relative;
  width: 100%;
}

@media (min-width: 701px) {
  .o-required {
    width: 50%;
  }
}

.o-required input {
  width: 100%;
}

.o-required input + .wpcf7-not-valid-tip {
  position: absolute;
  top: -1.5625rem;
  right: 0;
  font-size: 0.875rem;
  line-height: 1.4;
  font-family: "gt-america-regular", "Helvetica", sans-serif;
  font-weight: 400;
}

@media (min-width: 901px) {
  .o-required input + .wpcf7-not-valid-tip {
    font-size: 1rem;
  }
}

@media (min-width: 901px) {
  .o-required input + .wpcf7-not-valid-tip {
    top: -1.875rem;
  }
}

.o-required input + .wpcf7-not-valid-tip::after {
  content: "!";
  background-color: #d00;
  position: absolute;
  top: 1.5625rem;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.125rem;
  height: 2.875rem;
  color: white;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.875rem;
}

@media (min-width: 901px) {
  .o-required input + .wpcf7-not-valid-tip::after {
    top: 1.875rem;
    height: 3.25rem;
  }
}

@media (min-width: 1301px) {
  .o-required input + .wpcf7-not-valid-tip::after {
    top: 1.875rem;
    height: 3.5rem;
  }
}

.wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

div.wpcf7-response-output {
  padding: 1.25rem;
  margin: 0;
}

/* ------------------------------------*    $PAGE STRUCTURE
\*------------------------------------ */

/* ------------------------------------*    $ARTICLE
\*------------------------------------ */

.o-kicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0 !important;
  font-size: 1.4375rem;
  line-height: 1.1;
  font-family: "gt-america-compressed-bold", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

@media (min-width: 1101px) {
  .o-kicker {
    font-size: 2.0625rem;
  }
}

@media (min-width: 701px) {
  .o-kicker {
    font-size: 1.125rem;
    line-height: 1;
    font-family: "gt-america-compressed-bold", "Helvetica", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
  }
}

@media (min-width: 701px) and (min-width: 1101px) {
  .o-kicker {
    font-size: 1.375rem;
  }
}

.c-article ol,
.c-article
ul {
  margin-left: 0;
  margin-top: 2.5rem;
}

.c-article ol li,
.c-article
  ul li {
  list-style: none;
  padding-left: 1.25rem;
  text-indent: -0.625rem;
}

.c-article ol li::before,
.c-article
    ul li::before {
  color: #000;
  width: 0.625rem;
  display: inline-block;
}

.c-article ol li li,
.c-article
    ul li li {
  list-style: none;
}

.c-article ol {
  counter-reset: item;
}

.c-article ol li {
  margin-top: 2.5rem;
}

.c-article ol li::before {
  content: counter(item) ". ";
  counter-increment: item;
  font-size: 90%;
}

.c-article ol li li {
  counter-reset: item;
}

.c-article ol li li::before {
  content: "\2010";
}

.c-article ul li::before {
  content: "\2022";
}

.c-article ul li li::before {
  content: "\25E6";
}

.single .c-article p {
  font-size: 1.375rem;
  line-height: 1.875rem;
}

.single .c-article blockquote p {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.c-article {
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 0;
}

@media (max-width: 900px) {
  .c-article__header {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

@media (max-width: 900px) {
  .c-article__header.l-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.c-article__header--inner {
  padding: 2.5rem 1.25rem !important;
}

@media (min-width: 901px) {
  .c-article__header--inner {
    padding: 3.75rem !important;
  }
}

.c-article__header .o-caption {
  padding-top: 0;
  text-align: left;
}

.c-article__header h1 a {
  color: #fff;
  display: inline;
  border-bottom: 2px solid transparent;
}

.c-article__header h1 a:hover {
  border-color: #fff;
}

.c-article__header img {
  max-height: 650px;
}

.c-article p,
.c-article ul,
.c-article ol,
.c-article dt,
.c-article dd {
  font-family: "gt-america-regular", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

@media (min-width: 901px) {
  .c-article p,
  .c-article ul,
  .c-article ol,
  .c-article dt,
  .c-article dd {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}

@media (min-width: 1301px) {
  .c-article p,
  .c-article ul,
  .c-article ol,
  .c-article dt,
  .c-article dd {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

.c-article p span,
.c-article p strong span {
  font-family: "gt-america-regular", "Helvetica", sans-serif !important;
}

.c-article p a {
  position: relative;
  box-shadow: inset 0 -2px 0 0 #c3c3c3;
  transition: all 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}

.c-article p a:hover {
  color: #fff;
  background-size: 100% 8px;
  box-shadow: inset 0 -2rem 0 0 #000;
}

.c-article strong {
  font-weight: bold;
}

.c-article > p:empty,
.c-article > h2:empty,
.c-article > h3:empty {
  display: none;
}

.c-article > h1,
.c-article > h2,
.c-article > h3,
.c-article > h4 {
  margin-top: 3.75rem;
}

.c-article > h1:first-child,
.c-article > h2:first-child,
.c-article > h3:first-child,
.c-article > h4:first-child {
  margin-top: 0;
}

.c-article > h1 {
  font-size: 1.625rem;
  line-height: 1.15;
  font-family: "gt-america-compressed-bold", "Helvetica", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 701px) {
  .c-article > h1 {
    font-size: 2rem;
  }
}

@media (min-width: 1101px) {
  .c-article > h1 {
    font-size: 2.5rem;
  }
}

.c-article > h2 {
  text-align: center !important;
  font-size: 1.4375rem;
  line-height: 1.1;
  font-family: "gt-america-compressed-bold", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

@media (min-width: 1101px) {
  .c-article > h2 {
    font-size: 2.0625rem;
  }
}

.c-article h2 strong {
  font-weight: 500 !important;
}

.c-article > h3,
.c-article > h4 {
  font-size: 1.125rem;
  line-height: 1.2;
  font-family: "gt-america-regular", "Helvetica", sans-serif;
  font-weight: 400;
  color: #7c7c7c;
  margin-top: 1.25rem;
}

@media (min-width: 901px) {
  .c-article > h3,
  .c-article > h4 {
    font-size: 1.625rem;
  }
}

.c-article > h5 {
  color: #000;
  margin-bottom: -1.875rem;
}

.c-article img {
  height: auto;
}

.c-article hr {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 901px) {
  .c-article hr {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.c-article blockquote {
  padding: 1.25rem 0;
  width: 100%;
}

.c-article blockquote p {
  font-family: "gt-america-compressed-bold", "Helvetica", sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 500;
}

@media (min-width: 901px) {
  .c-article blockquote {
    width: 50%;
    float: left;
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1101px) {
  .c-article blockquote {
    margin-left: -3.125rem;
  }
}

@media (min-width: 1301px) {
  .c-article blockquote {
    margin-left: -9.375rem;
  }
}

@media (min-width: 1501px) {
  .c-article blockquote {
    margin-left: -14.375rem;
  }
}

.c-article figcaption {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1.6;
  font-family: "gt-america-regular", "Helvetica", sans-serif;
  font-weight: 400;
}

.c-article figure {
  max-width: none;
  width: auto !important;
}

.c-article .wp-caption-text {
  display: block;
  line-height: 1.6;
  text-align: left;
}

.c-article .aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}

.c-article .aligncenter figcaption {
  text-align: center;
}

@media (min-width: 1101px) {
  .c-article .aligncenter figcaption {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 701px) {
  .c-article .alignleft,
  .c-article .alignright {
    min-width: 50%;
    max-width: 50%;
  }
}

.c-article .alignleft img,
.c-article .alignright img {
  width: 100%;
}

.c-article .alignleft {
  float: left;
  margin: 1.875rem 0;
}

@media (min-width: 701px) {
  .c-article .alignleft {
    margin: 2.8125rem 1.875rem 0.625rem 0;
  }
}

@media (min-width: 1101px) {
  .c-article .alignleft {
    margin-left: -3.125rem;
  }
}

@media (min-width: 1301px) {
  .c-article .alignleft {
    margin-left: -9.375rem;
  }
}

@media (min-width: 1501px) {
  .c-article .alignleft {
    margin-left: -14.375rem;
  }
}

.c-article .alignright {
  float: right;
  margin: 1.875rem 0;
}

@media (min-width: 701px) {
  .c-article .alignright {
    margin: 1.875rem 0 0.625rem 1.875rem;
  }
}

@media (min-width: 1101px) {
  .c-article .alignright {
    margin-right: -3.125rem;
  }
}

@media (min-width: 1301px) {
  .c-article .alignright {
    margin-right: -9.375rem;
  }
}

@media (min-width: 1501px) {
  .c-article .alignright {
    margin-right: -14.375rem;
  }
}

.c-article .size-thumbnail {
  max-width: 25rem;
  height: auto;
}

/* ------------------------------------*    $SIDEBAR
\*------------------------------------ */

/* ------------------------------------*    $FOOTER
\*------------------------------------ */

.c-footer {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1301px) {
  .c-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 9.375rem;
}

@media (min-width: 701px) {
  .c-footer__nav ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
  }
}

@media (min-width: 1301px) {
  .c-footer__nav ul {
    padding-bottom: 0;
  }
}

.c-footer__nav ul li {
  padding-right: 1.25rem;
}

.c-footer__nav ul li a {
  position: relative;
  color: #000;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4;
  font-family: "gt-america-regular", "Helvetica", sans-serif;
  font-weight: 400;
}

@media (min-width: 901px) {
  .c-footer__nav ul li a {
    font-size: 1rem;
  }
}

.c-footer__nav ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #808080;
  transition: all 0.3s;
}

.c-footer__nav ul li a:hover {
  color: #808080;
}

.c-footer__nav ul li a:hover::after {
  width: 100%;
}

.c-footer__nav ul li.current-menu-item a {
  color: #808080;
}

.c-footer__nav ul li.current-menu-item a::after {
  width: 100%;
}

.c-footer__copyright {
  font-size: 0.8125rem;
  line-height: 1.6;
  font-family: "gt-america-regular", "Helvetica", sans-serif;
  font-weight: 400;
  display: inline-block;
  padding-top: 0.3125rem;
}

.c-footer__copyright a {
  color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  position: relative;
}

.c-footer__copyright a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #808080;
  transition: all 0.3s;
}

.c-footer__copyright a:hover {
  color: #808080;
}

.c-footer__copyright a:hover::after {
  width: 100%;
}

/* ------------------------------------*    $HEADER
\*------------------------------------ */

.c-nav__primary-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 0.375rem;
  border-left: 4px solid #000;
  transition: none;
}

.c-nav__primary-logo span {
  color: #000;
  border-bottom: 4px solid #000;
  width: 12.5rem;
  line-height: 1;
  font-size: 1.875rem;
  font-family: "gt-america-compressed-bold", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.1875rem 0 0.0625rem 0;
}

@media (min-width: 701px) {
  .c-nav__primary-logo span {
    font-size: 2.25rem;
    width: 15rem;
  }
}

.c-nav__primary-logo span:first-child {
  border-top: 4px solid #000;
}

.c-nav__primary-toggle {
  padding-top: 0.625rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875rem;
  display: none;
}

@media (min-width: 1101px) {
  .home .c-nav__primary-toggle {
    display: block;
  }
}

/* ------------------------------------*    $MAIN CONTENT AREA
\*------------------------------------ */

html {
  overflow-x: hidden;
}

/* ------------------------------------*    $MODIFIERS
\*------------------------------------ */

/* ------------------------------------*    $ANIMATIONS & TRANSITIONS
\*------------------------------------ */

.u-effect--cb-text {
  position: relative;
  text-align: center;
}

.u-effect--cb-text h2 {
  position: relative;
  display: inline-block;
}

.u-effect--cb-text h2::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: width 0.3s;
}

.u-effect--cb-text p {
  padding: 0 0.625rem;
}

.u-effect--cb-text:hover h2::after {
  width: 100%;
}

.u-effect--cb-image-text.u-overlay--full::after {
  background: rgba(0, 0, 0, 0.45);
  transition: all 0.35s cubic-bezier(0.5, 0, 0.5, 1);
}

.u-effect--cb-image-text .c-block__media {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.u-effect--cb-image-text .c-block__title,
.u-effect--cb-image-text .c-block__date {
  transition: all 0.35s cubic-bezier(0.5, 0, 0.5, 1);
}

.u-effect--cb-image-text .c-block__date {
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(-150%) translateX(-50%);
          transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.u-effect--cb-image-text .o-button.u-button--white {
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(40px) translateX(-50.5%);
          transform: translateY(40px) translateX(-50.5%);
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.35s cubic-bezier(0.5, 0, 0.5, 1);
}

.u-effect--cb-image-text:hover {
  cursor: pointer;
}

.u-effect--cb-image-text:hover.u-overlay--full::after {
  background: rgba(0, 0, 0, 0.75);
}

@media (min-width: 901px) {
  .u-effect--cb-image-text:hover .c-block__media {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }

  .u-effect--cb-image-text:hover .c-block__title {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }

  .u-effect--cb-image-text:hover .c-block__date {
    -webkit-transform: translateY(-200%) translateX(-50%);
            transform: translateY(-200%) translateX(-50%);
    opacity: 1;
  }

  .u-effect--cb-image-text:hover .o-button.u-button--white {
    -webkit-transform: translateY(-20%) translateX(-50.1%);
            transform: translateY(-20%) translateX(-50.1%);
    opacity: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

.u-effect--cb-block hr {
  position: relative;
  border-color: #c3c3c3;
}

.u-effect--cb-block hr::after {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  background-color: #fff;
  transition: all 0.45s;
}

.u-effect--cb-block .c-block__kicker span {
  transition: color 0.45s;
}

.u-effect--cb-block .c-block__dek h4 {
  display: inline;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.35s cubic-bezier(0.5, 0, 0.5, 1);
}

.u-effect--cb-block:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.u-effect--cb-block:hover .c-block__kicker span {
  color: #c3c3c3;
}

.u-effect--cb-block:hover .c-block__dek h4 {
  border-color: #fff;
}

.u-effect--cb-block:hover hr::after {
  width: 100%;
}

.u-effect--cb-briefing {
  position: relative;
}

.u-effect--cb-briefing::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: all 0.5s cubic-bezier(0.5, 0, 0.5, 1);
}

.u-effect--cb-briefing .c-block__title,
.u-effect--cb-briefing .c-block__subtitle {
  transition: all 0.6s cubic-bezier(0.5, 0, 0.5, 1) !important;
}

.u-effect--cb-briefing .o-button.u-button--white {
  -webkit-animation: buttonRevealDefault 0.4s cubic-bezier(0.5, 0, 0.5, 1) forwards;
          animation: buttonRevealDefault 0.4s cubic-bezier(0.5, 0, 0.5, 1) forwards;
}

.u-effect--cb-briefing .o-button.u-button--white::after {
  width: 0;
  background-color: #000;
}

.u-effect--cb-briefing:hover::before {
  will-change: transform;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.u-effect--cb-briefing:hover .c-block__title,
.u-effect--cb-briefing:hover .c-block__subtitle {
  color: #000 !important;
}

.u-effect--cb-briefing:hover .o-button.u-button--white {
  color: #000;
  border-color: #7c7c7c;
  -webkit-animation: buttonReveal 0.4s cubic-bezier(0.5, 0, 0.5, 1) 0.3s forwards;
          animation: buttonReveal 0.4s cubic-bezier(0.5, 0, 0.5, 1) 0.3s forwards;
}

.u-effect--cb-briefing:hover .o-button.u-button--white::after {
  -webkit-animation: buttonBGReveal 0.3s cubic-bezier(0.5, 0, 0.5, 1) 0.4s forwards;
          animation: buttonBGReveal 0.3s cubic-bezier(0.5, 0, 0.5, 1) 0.4s forwards;
}

@-webkit-keyframes buttonRevealDefault {
  from {
    color: #000;
    border-color: #7c7c7c;
  }

  to {
    color: #fff;
    border-color: #7c7c7c;
  }
}

@keyframes buttonRevealDefault {
  from {
    color: #000;
    border-color: #7c7c7c;
  }

  to {
    color: #fff;
    border-color: #7c7c7c;
  }
}

@-webkit-keyframes buttonReveal {
  to {
    color: #fff;
    border-color: #fff;
  }
}

@keyframes buttonReveal {
  to {
    color: #fff;
    border-color: #fff;
  }
}

@-webkit-keyframes buttonBGReveal {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes buttonBGReveal {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

/* ------------------------------------*    $BORDERS
\*------------------------------------ */

.u-border {
  border: 1px solid #7c7c7c;
}

.u-border--thick {
  height: 0.25rem;
}

.u-border--white {
  background-color: #fff;
  border-color: #fff;
}

.u-border--black {
  background-color: #000;
  border-color: #000;
}

.u-border--gray-light {
  background-color: #c3c3c3;
  border-color: #c3c3c3;
}

.u-border--top--white {
  border-top: 2px solid #fff;
}

/* ------------------------------------*    $COLOR MODIFIERS
\*------------------------------------ */

/**
 * Text Colors
 */

.u-color--black,
.u-color--black a {
  color: #000;
}

.u-color--white {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.u-color--gray {
  color: #7c7c7c;
}

.u-color--gray-light {
  color: #c3c3c3;
}

/**
 * Background Colors
 */

.u-background-color--none {
  background: none;
}

.u-background-color--white {
  background-color: #fff;
}

.u-background-color--black {
  background-color: #000;
}

.u-background-color--primary {
  background-color: #000;
}

.u-background-color--secondary {
  background-color: #fff;
}

.u-background-color--tertiary {
  background-color: #7c7c7c;
}

/**
 * Path Fills
 */

.u-path-u-fill--white path {
  fill: #fff;
}

.u-path-u-fill--black path {
  fill: #000;
}

.u-fill--white {
  fill: #fff;
}

.u-fill--black {
  fill: #000;
}

/* ------------------------------------*    $DISPLAY STATES
\*------------------------------------ */

/**
 * Completely remove from the flow and screen readers.
 */

.is-hidden {
  display: none !important;
  visibility: hidden !important;
}

.hide {
  display: none;
}

/**
 * Completely remove from the flow but leave available to screen readers.
 */

.is-vishidden,
.screen-reader-text,
.sr-only {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.has-overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.45));
}

/**
 * Display Classes
 */

.u-display--inline-block {
  display: inline-block;
}

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

.u-display--table {
  display: table;
}

.u-display--block {
  display: block;
}

.u-flex-justify--space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 500px) {
  .u-hide-until--s {
    display: none;
  }
}

@media (max-width: 700px) {
  .u-hide-until--m {
    display: none;
  }
}

@media (max-width: 900px) {
  .u-hide-until--l {
    display: none;
  }
}

@media (max-width: 1100px) {
  .u-hide-until--xl {
    display: none;
  }
}

@media (max-width: 1300px) {
  .u-hide-until--xxl {
    display: none;
  }
}

@media (max-width: 1500px) {
  .u-hide-until--xxxl {
    display: none;
  }
}

@media (min-width: 501px) {
  .u-hide-after--s {
    display: none;
  }
}

@media (min-width: 701px) {
  .u-hide-after--m {
    display: none;
  }
}

@media (min-width: 901px) {
  .u-hide-after--l {
    display: none;
  }
}

@media (min-width: 1101px) {
  .u-hide-after--xl {
    display: none;
  }
}

@media (min-width: 1301px) {
  .u-hide-after--xxl {
    display: none;
  }
}

@media (min-width: 1501px) {
  .u-hide-after--xxxl {
    display: none;
  }
}

/* ------------------------------------*    $FILTER STYLES
\*------------------------------------ */

/* ------------------------------------*    $SPACING
\*------------------------------------ */

/**
 * Padding
 */

.u-padding {
  padding: 1.25rem;
}

.u-padding--top {
  padding-top: 1.25rem;
}

.u-padding--bottom {
  padding-bottom: 1.25rem;
}

.u-padding--left {
  padding-left: 1.25rem;
}

.u-padding--right {
  padding-right: 1.25rem;
}

.u-padding--quarter {
  padding: 0.3125rem;
}

.u-padding--quarter--top {
  padding-top: 0.3125rem;
}

.u-padding--quarter--bottom {
  padding-bottom: 0.3125rem;
}

.u-padding--half {
  padding: 0.625rem;
}

.u-padding--half--top {
  padding-top: 0.625rem;
}

.u-padding--half--bottom {
  padding-bottom: 0.625rem;
}

.u-padding--and-half {
  padding: 1.875rem;
}

.u-padding--and-half--top {
  padding-top: 1.875rem;
}

.u-padding--and-half--bottom {
  padding-bottom: 1.875rem;
}

.u-padding--double {
  padding: 2.5rem;
}

.u-padding--double--top {
  padding-top: 2.5rem;
}

.u-padding--double--bottom {
  padding-bottom: 2.5rem;
}

@media (min-width: 701px) {
  .u-padding--double--at-medium {
    padding: 2.5rem;
  }
}

.u-padding--triple {
  padding: 1.25rem;
}

@media (min-width: 901px) {
  .u-padding--triple {
    padding: 3.75rem;
  }
}

.u-padding--quad {
  padding: 5rem;
}

.u-padding--zero {
  padding: 0;
}

.u-padding--zero--top {
  padding-top: 0;
}

.u-padding--zero--bottom {
  padding-bottom: 0;
}

/**
 * Spacing
 */

.u-spacing > * + * {
  margin-top: 1.25rem;
}

@media (max-width: 700px) {
  .u-spacing--until-medium > * + * {
    margin-top: 1.25rem;
  }
}

@media (min-width: 701px) {
  .u-spacing--after-medium > * + * {
    margin-top: 1.25rem;
  }
}

.u-spacing--half--until-medium > * + * {
  margin-top: 0.625rem;
}

@media (min-width: 701px) {
  .u-spacing--half--until-medium > * + * {
    margin-top: 1.25rem;
  }
}

@media (max-width: 700px) {
  .u-spacing--double--until-medium > * + * {
    margin-top: 2.5rem;
  }
}

@media (max-width: 900px) {
  .u-spacing--until-large > * + * {
    margin-top: 1.25rem;
  }
}

.u-spacing--quarter > * + * {
  margin-top: 0.3125rem;
}

.u-spacing--half > * + * {
  margin-top: 0.625rem;
}

.u-spacing--one-and-half > * + * {
  margin-top: 1.875rem;
}

.u-spacing--double > * + * {
  margin-top: 1.25rem;
}

@media (min-width: 701px) {
  .u-spacing--double > * + * {
    margin-top: 2.5rem;
  }
}

.u-spacing--triple > * + * {
  margin-top: 3.75rem;
}

.u-spacing--quad > * + * {
  margin-top: 5rem;
}

.u-spacing--zero > * + * {
  margin-top: 0;
}

/**
 * Space
 */

.u-space {
  margin: 1.25rem;
}

.u-space--top {
  margin-top: 1.25rem;
}

.u-space--bottom {
  margin-bottom: 1.25rem;
}

.u-space--left {
  margin-left: 1.25rem;
}

.u-space--right {
  margin-right: 1.25rem;
}

.u-space--quarter {
  margin: 0.3125rem;
}

.u-space--quarter--top {
  margin-top: 0.3125rem;
}

.u-space--quarter--bottom {
  margin-bottom: 0.3125rem;
}

.u-space--quarter--left {
  margin-left: 0.3125rem;
}

.u-space--quarter--right {
  margin-right: 0.3125rem;
}

.u-space--half {
  margin: 0.625rem;
}

.u-space--half--top {
  margin-top: 0.625rem;
}

.u-space--half--bottom {
  margin-bottom: 0.625rem;
}

.u-space--half--left {
  margin-left: 0.625rem;
}

.u-space--half--right {
  margin-right: 0.625rem;
}

.u-space--and-half {
  margin: 1.875rem;
}

.u-space--and-half--top {
  margin-top: 1.875rem;
}

.u-space--and-half--bottom {
  margin-bottom: 1.875rem;
}

.u-space--double {
  margin: 2.5rem;
}

.u-space--double--top {
  margin-top: 2.5rem;
}

.u-space--double--bottom {
  margin-bottom: 2.5rem;
}

.u-space--triple {
  margin: 3.75rem;
}

.u-space--triple--top {
  margin-top: 3.75rem;
}

.u-space--triple--bottom {
  margin-bottom: 3.75rem;
}

.u-space--quad {
  margin: 5rem;
}

.u-space--quad--top {
  margin-top: 5rem;
}

.u-space--quad--bottom {
  margin-bottom: 5rem;
}

.u-space--zero {
  margin: 0;
}

.u-space--zero--top {
  margin-top: 0;
}

.u-space--zero--bottom {
  margin-bottom: 0;
}

/* ------------------------------------*    $TRUMPS
\*------------------------------------ */

/* ------------------------------------*    $HELPER/TRUMP CLASSES
\*------------------------------------ */

.js-stagger {
  opacity: 0;
}

.u-text-underline--white {
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  transition: border 0.25s ease;
}

.u-text-underline--purple {
  border-bottom: 1px solid rgba(153, 6, 184, 0);
  transition: border 0.25s ease;
}

.u-overlay,
.u-overlay--full {
  position: relative;
}

.u-overlay::after,
.u-overlay--full::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%) no-repeat border-box;
  z-index: 1;
}

.u-overlay--bottom {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%) no-repeat border-box, linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%) no-repeat border-box;
}

/**
 * Clearfix - extends outer container with floated children.
 */

.u-clear-fix {
  zoom: 1;
}

.u-clear-fix::after,
.u-clear-fix::before {
  content: " ";
  display: table;
}

.u-clear-fix::after {
  clear: both;
}

.u-float--right {
  float: right;
}

/**
 * Hide elements only present and necessary for js enabled browsers.
 */

.no-js .no-js-hide {
  display: none;
}

/**
 * Positioning
 */

.u-position--relative {
  position: relative;
}

.u-position--absolute {
  position: absolute;
}

/**
 * Alignment
 */

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

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

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

.u-center-block {
  margin-left: auto;
  margin-right: auto;
}

.u-align--center {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-align--right {
  margin-left: auto;
}

@media (min-width: 901px) {
  .u-align--right--at-large {
    margin-left: auto;
  }
}

/**
 * Background Covered
 */

.u-background--cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.u-background-image {
  background-size: 100%;
  background-repeat: no-repeat;
}

/**
 * Flexbox
 */

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

.u-align-items--end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.u-align-items--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

/**
 * Misc
 */

.u-overflow--hidden {
  overflow: hidden;
}

.u-width--100p {
  width: 100%;
}

.u-max-width--550 {
  max-width: 34.375rem;
}

.u-link-whole-area {
  position: absolute;
  z-index: 666;
  text-indent: -999em;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none !important;
}


/*# sourceMappingURL=main.css.map*/