html {
    box-sizing: border-box;
  }
  
  *, *::after, *::before {
    box-sizing: inherit;
  }
  
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
  html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }
  
  /**
   * Remove default margin.
   */
  body {
    margin: 0;
  }
  
  /* HTML5 display definitions
     ========================================================================== */
  /**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  
  /**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
  }
  
  /**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  /**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
  [hidden],
  template {
    display: none;
  }
  
  /* Links
     ========================================================================== */
  /**
   * Remove the gray background color from active links in IE 10.
   */
  a {
    background-color: transparent;
  }
  
  /**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
  a:active,
  a:hover {
    outline: 0;
  }
  
  /* Text-level semantics
     ========================================================================== */
  /**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
  abbr[title] {
    border-bottom: 1px dotted;
  }
  
  /**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
  b,
  strong {
    font-weight: bold;
  }
  
  /**
   * Address styling not present in Safari and Chrome.
   */
  dfn {
    font-style: italic;
  }
  
  /**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /**
   * Address styling not present in IE 8/9.
   */
  mark {
    background: #ff0;
    color: #000;
  }
  
  /**
   * Address inconsistent and variable font size in all browsers.
   */
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sup {
    top: -0.5em;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  /* Embedded content
     ========================================================================== */
  /**
   * Remove border when inside `a` element in IE 8/9/10.
   */
  img {
    border: 0;
  }
  
  /**
   * Correct overflow not hidden in IE 9/10/11.
   */
  svg:not(:root) {
    overflow: hidden;
  }
  
  /* Grouping content
     ========================================================================== */
  /**
   * Address margin not present in IE 8/9 and Safari.
   */
  figure {
    margin: 1em 40px;
  }
  
  /**
   * Address differences between Firefox and other browsers.
   */
  hr {
    box-sizing: content-box;
    height: 0;
  }
  
  /**
   * Contain overflow in all browsers.
   */
  pre {
    overflow: auto;
  }
  
  /**
   * Address odd `em`-unit font size rendering in all browsers.
   */
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  /* Forms
     ========================================================================== */
  /**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
  /**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
  }
  
  /**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
  button {
    overflow: visible;
  }
  
  /**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
  button,
  select {
    text-transform: none;
  }
  
  /**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
  }
  
  /**
   * Re-set default cursor for disabled elements.
   */
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  
  /**
   * Remove inner padding and border in Firefox 4+.
   */
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  
  /**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
  input {
    line-height: normal;
  }
  
  /**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  
  /**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
  input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
  }
  
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * Define consistent border, margin, and padding.
   */
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  
  /**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
  legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  
  /**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
  textarea {
    overflow: auto;
  }
  
  /**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
  optgroup {
    font-weight: bold;
  }
  
  /* Tables
     ========================================================================== */
  /**
   * Remove most spacing between table cells.
   */
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  td,
  th {
    padding: 0;
  }
  
  button, input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #0082c8;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'proxima-nova', arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: 0.75em 1em;
    text-decoration: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: middle;
    white-space: nowrap;
  }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #00507c;
    color: #fff;
  }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  
  .bordered-button, .error-404 .search-form input[type='submit'],
  .failed-search .search-form input[type='submit'], .nav-links .nav-previous a,
  .nav-links .nav-next a {
    display: inline-block;
    padding: 15px 30px 13px;
    border: 1px solid #414141;
    font-family: 'proxima-nova', arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.8125rem;
    text-transform: uppercase;
    line-height: 1em;
    color: #414141;
    transition: all 0.3s linear;
  }
  .bordered-button + .bordered-button, .error-404 .search-form input[type='submit'] + .bordered-button,
  .failed-search .search-form input[type='submit'] + .bordered-button, .nav-links .nav-previous a + .bordered-button,
  .nav-links .nav-next a + .bordered-button, .error-404 .search-form .bordered-button + input[type='submit'], .error-404 .search-form input[type='submit'] + input[type='submit'], .nav-links .nav-previous .error-404 .search-form a + input[type='submit'], .error-404 .search-form .nav-links .nav-previous a + input[type='submit'],
  .nav-links .nav-next .error-404 .search-form a + input[type='submit'],
  .error-404 .search-form .nav-links .nav-next a + input[type='submit'],
  .failed-search .search-form .bordered-button + input[type='submit'],
  .failed-search .search-form input[type='submit'] + input[type='submit'],
  .nav-links .nav-previous .failed-search .search-form a + input[type='submit'],
  .failed-search .search-form .nav-links .nav-previous a + input[type='submit'],
  .nav-links .nav-next .failed-search .search-form a + input[type='submit'],
  .failed-search .search-form .nav-links .nav-next a + input[type='submit'], .nav-links .nav-previous .bordered-button + a, .error-404 .search-form .nav-links .nav-previous input[type='submit'] + a, .nav-links .nav-previous .error-404 .search-form input[type='submit'] + a,
  .failed-search .search-form .nav-links .nav-previous input[type='submit'] + a,
  .nav-links .nav-previous .failed-search .search-form input[type='submit'] + a, .nav-links .nav-previous a + a,
  .nav-links .nav-next .bordered-button + a,
  .error-404 .search-form .nav-links .nav-next input[type='submit'] + a,
  .nav-links .nav-next .error-404 .search-form input[type='submit'] + a,
  .failed-search .search-form .nav-links .nav-next input[type='submit'] + a,
  .nav-links .nav-next .failed-search .search-form input[type='submit'] + a,
  .nav-links .nav-next a + a {
    margin-left: 10px;
  }
  .bordered-button:hover, .error-404 .search-form input[type='submit']:hover,
  .failed-search .search-form input[type='submit']:hover, .nav-links .nav-previous a:hover,
  .nav-links .nav-next a:hover, .bordered-button:focus, .error-404 .search-form input[type='submit']:focus,
  .failed-search .search-form input[type='submit']:focus, .nav-links .nav-previous a:focus,
  .nav-links .nav-next a:focus {
    background: #0082c8;
    color: #fff;
  }
  
  @media screen and (max-width: 43.6875em) {
    .cta-buttons {
      overflow: hidden;
    }
    .cta-buttons .bordered-button, .cta-buttons .error-404 .search-form input[type='submit'], .error-404 .search-form .cta-buttons input[type='submit'],
    .cta-buttons .failed-search .search-form input[type='submit'],
    .failed-search .search-form .cta-buttons input[type='submit'], .cta-buttons .nav-links .nav-previous a, .nav-links .nav-previous .cta-buttons a,
    .cta-buttons .nav-links .nav-next a,
    .nav-links .nav-next .cta-buttons a {
      float: left;
      clear: both;
      margin-left: 0;
      margin-top: 15px;
    }
    .cta-buttons .bordered-button + .bordered-button, .cta-buttons .error-404 .search-form input[type='submit'] + .bordered-button, .error-404 .search-form .cta-buttons input[type='submit'] + .bordered-button,
    .cta-buttons .failed-search .search-form input[type='submit'] + .bordered-button,
    .failed-search .search-form .cta-buttons input[type='submit'] + .bordered-button, .cta-buttons .nav-links .nav-previous a + .bordered-button, .nav-links .nav-previous .cta-buttons a + .bordered-button,
    .cta-buttons .nav-links .nav-next a + .bordered-button,
    .nav-links .nav-next .cta-buttons a + .bordered-button, .cta-buttons .error-404 .search-form .bordered-button + input[type='submit'], .error-404 .search-form .cta-buttons .bordered-button + input[type='submit'], .cta-buttons .error-404 .search-form input[type='submit'] + input[type='submit'], .error-404 .search-form .cta-buttons input[type='submit'] + input[type='submit'], .cta-buttons .nav-links .nav-previous .error-404 .search-form a + input[type='submit'], .error-404 .search-form .cta-buttons .nav-links .nav-previous a + input[type='submit'], .nav-links .nav-previous .cta-buttons .error-404 .search-form a + input[type='submit'], .error-404 .search-form .nav-links .nav-previous .cta-buttons a + input[type='submit'],
    .cta-buttons .nav-links .nav-next .error-404 .search-form a + input[type='submit'],
    .error-404 .search-form .cta-buttons .nav-links .nav-next a + input[type='submit'],
    .nav-links .nav-next .cta-buttons .error-404 .search-form a + input[type='submit'],
    .error-404 .search-form .nav-links .nav-next .cta-buttons a + input[type='submit'],
    .cta-buttons .failed-search .search-form .bordered-button + input[type='submit'],
    .failed-search .search-form .cta-buttons .bordered-button + input[type='submit'],
    .cta-buttons .failed-search .search-form input[type='submit'] + input[type='submit'],
    .failed-search .search-form .cta-buttons input[type='submit'] + input[type='submit'],
    .cta-buttons .nav-links .nav-previous .failed-search .search-form a + input[type='submit'],
    .failed-search .search-form .cta-buttons .nav-links .nav-previous a + input[type='submit'],
    .nav-links .nav-previous .cta-buttons .failed-search .search-form a + input[type='submit'],
    .failed-search .search-form .nav-links .nav-previous .cta-buttons a + input[type='submit'],
    .cta-buttons .nav-links .nav-next .failed-search .search-form a + input[type='submit'],
    .failed-search .search-form .cta-buttons .nav-links .nav-next a + input[type='submit'],
    .nav-links .nav-next .cta-buttons .failed-search .search-form a + input[type='submit'],
    .failed-search .search-form .nav-links .nav-next .cta-buttons a + input[type='submit'], .cta-buttons .nav-links .nav-previous .bordered-button + a, .nav-links .nav-previous .cta-buttons .bordered-button + a, .cta-buttons .error-404 .search-form .nav-links .nav-previous input[type='submit'] + a, .nav-links .nav-previous .cta-buttons .error-404 .search-form input[type='submit'] + a, .error-404 .search-form .cta-buttons .nav-links .nav-previous input[type='submit'] + a, .nav-links .nav-previous .error-404 .search-form .cta-buttons input[type='submit'] + a,
    .cta-buttons .failed-search .search-form .nav-links .nav-previous input[type='submit'] + a,
    .nav-links .nav-previous .cta-buttons .failed-search .search-form input[type='submit'] + a,
    .failed-search .search-form .cta-buttons .nav-links .nav-previous input[type='submit'] + a,
    .nav-links .nav-previous .failed-search .search-form .cta-buttons input[type='submit'] + a, .cta-buttons .nav-links .nav-previous a + a, .nav-links .nav-previous .cta-buttons a + a,
    .nav-links .nav-next .cta-buttons .nav-previous a + a,
    .cta-buttons .nav-links .nav-next .bordered-button + a,
    .nav-links .nav-next .cta-buttons .bordered-button + a,
    .cta-buttons .error-404 .search-form .nav-links .nav-next input[type='submit'] + a,
    .nav-links .nav-next .cta-buttons .error-404 .search-form input[type='submit'] + a,
    .error-404 .search-form .cta-buttons .nav-links .nav-next input[type='submit'] + a,
    .nav-links .nav-next .error-404 .search-form .cta-buttons input[type='submit'] + a,
    .cta-buttons .failed-search .search-form .nav-links .nav-next input[type='submit'] + a,
    .nav-links .nav-next .cta-buttons .failed-search .search-form input[type='submit'] + a,
    .failed-search .search-form .cta-buttons .nav-links .nav-next input[type='submit'] + a,
    .nav-links .nav-next .failed-search .search-form .cta-buttons input[type='submit'] + a,
    .nav-links .nav-previous .cta-buttons .nav-next a + a,
    .cta-buttons .nav-links .nav-next a + a,
    .nav-links .nav-next .cta-buttons a + a {
      margin-left: 0;
    }
  }
  
  .body-copy-button-wrap {
    margin: 20px 0 0 0;
  }
  @media screen and (min-width: 43.75em) {
    .body-copy-button-wrap {
      margin: 40px 0 0 0;
    }
  }
  
  fieldset {
    background-color: #1a1a1a;
    border: 1px solid #000;
    margin: 0 0 0.65em;
    padding: 1.3em;
  }
  
  input,
  label,
  select {
    font-family: 'proxima-nova', arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
  }
  
  label {
    margin-bottom: 0.325em;
  }
  label.required::after {
    content: "*";
  }
  label abbr {
    display: none;
  }
  
  input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
  select[multiple=multiple] {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    display: block;
    font-family: 'proxima-nova', arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    margin-bottom: 0.65em;
    padding: 0.43333em;
    transition: border-color;
    width: 100%;
  }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover {
    border-color: black;
  }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus {
    border-color: #0082c8;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 113, 175, 0.7);
    outline: none;
  }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple=multiple]:disabled {
    background-color: #f0f0f0;
    cursor: not-allowed;
  }
  input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
  select[multiple=multiple]:disabled:hover {
    border: 1px solid #000;
  }
  
  textarea {
    resize: vertical;
  }
  
  input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
  }
  
  input[type="checkbox"],
  input[type="radio"] {
    display: inline;
    margin-right: 0.325em;
  }
  
  input[type="file"] {
    padding-bottom: 0.65em;
    width: 100%;
  }
  
  select {
    margin-bottom: 1.3em;
    max-width: 100%;
    width: auto;
  }
  
  ul,
  ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  dl {
    margin-bottom: 0.65em;
  }
  dl dt {
    font-weight: bold;
    margin-top: 0.65em;
  }
  dl dd {
    margin: 0;
  }
  
  table {
    -ms-font-feature-settings: "kern", "liga", "tnum";
    font-feature-settings: "kern", "liga", "tnum";
    border-collapse: collapse;
    margin: 0.65em 0;
    table-layout: fixed;
    width: 100%;
  }
  
  th {
    border-bottom: 1px solid black;
    font-weight: 600;
    padding: 0.65em 0;
    text-align: left;
  }
  
  td {
    border-bottom: 1px solid #000;
    padding: 0.65em 0;
  }
  
  tr,
  td,
  th {
    vertical-align: middle;
  }
  
  body {
    -ms-font-feature-settings: "kern", "liga", "pnum";
    font-feature-settings: "kern", "liga", "pnum";
    -webkit-font-smoothing: antialiased;
    color: #414141;
    font-family: 'proxima-nova', arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    line-height: 1.3;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.14;
    margin: 0;
    font-weight: normal;
    /*color: $gray;*/
    font-family: 'proxima-nova', arial, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  h1 {
    font-size: 2.5rem;
    line-height: 1em;
  }
  @media screen and (min-width: 64em) {
    h1 {
      font-size: 4.5rem;
    }
  }
  
  h2 {
    font-size: 1.875rem;
  }
  @media screen and (min-width: 64em) {
    h2 {
      font-size: 2.5rem;
    }
  }
  
  h3 {
    font-size: 1.75rem;
    font-family: 'proxima-nova', arial, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  @media screen and (min-width: 64em) {
    h3 {
      font-size: 2.25rem;
    }
  }
  
  h4 {
    font-size: 1.5rem;
    font-family: 'proxima-nova', arial, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  @media screen and (min-width: 64em) {
    h4 {
      font-size: 1.875rem;
    }
  }
  
  h5 {
    font-size: 1rem;
    font-family: 'proxima-nova', arial, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  @media screen and (min-width: 64em) {
    h5 {
      font-size: 1.1875rem;
    }
  }
  
  h6 {
    font-size: 1rem;
    text-transform: uppercase;
  }
  @media screen and (min-width: 64em) {
    h6 {
      font-size: 1.1875rem;
    }
  }
  
  /*h4 {
    font-size: rem(20);
    @include media($large-screen-up) {
      font-size: rem(24);
    }
  }
  
  h5 {
    font-size: rem(18);
    @include media($large-screen-up) {
      font-size: rem(20);
    }
  }
  
  h6 {
    font-size: rem(16);
    @include media($large-screen-up) {
      font-size: rem(18);
    }
  }*/
  p {
    /*margin: 0 0 $small-spacing;*/
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.67em;
  }
  @media screen and (min-width: 64em) {
    p {
      font-size: 0.9375rem;
    }
  }
  
  p.featured,
  .body-copy-featured p {
    font-size: 1rem;
    line-height: 1.5em;
  }
  @media screen and (min-width: 64em) {
    p.featured,
    .body-copy-featured p {
      font-size: 1.25rem;
    }
  }
  
  li {
    font-size: 1rem;
    /*@include media($large-screen-up) {
      font-size: rem(20);
    }*/
  }
  
  a {
    color: #0082c8;
    text-decoration: none;
    transition: color 0.2s linear;
  }
  a:active, a:focus, a:hover {
    color: #00507c;
  }
  a:active, a:focus {
    outline: none;
  }
  
  hr {
    border-bottom: 1px solid #000;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1.3em 0;
  }
  
  img,
  picture {
    margin: 0;
    max-width: 100%;
  }
  
  .screen-reader-text {
    display: none;
  }
  
  .alignleft {
    display: inline;
    float: left;
  }
  
  .alignright {
    display: inline;
    float: right;
  }
  
  .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
  }
  
  /* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     http://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */
  @media print {
    *,
    *:before,
    *:after {
      background: transparent !important;
      color: #000 !important;
      /* Black prints faster:
         http://www.sanbeiji.com/archives/953 */
      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: "";
    }
  
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
  
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
      display: table-header-group;
    }
  
    tr,
    img {
      page-break-inside: avoid;
    }
  
    img {
      max-width: 100% !important;
    }
  
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
  
    h2,
    h3 {
      page-break-after: avoid;
    }
  }
  @font-face {
    font-family: 'icomoon';
    src: url("../../fonts/icomoon.eot?-2w3czt");
    src: url("../../fonts/icomoon.eot?#iefix-2w3czt") format("embedded-opentype"), url("../../fonts/icomoon.ttf?-2w3czt") format("truetype"), url("../../fonts/icomoon.woff?-2w3czt") format("woff"), url("../../fonts/icomoon.svg?-2w3czt#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  [class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-long-arrow-right:before {
    content: "\e600";
  }
  
  .icon-arrow-left:before {
    content: "\e601";
  }
  
  .icon-arrow-right:before {
    content: "\e602";
  }
  
  .icon-close:before {
    content: "\e603";
  }
  
  /*!
  Animate.css - http://daneden.me/animate
  Licensed under the MIT license
  
  Copyright (c) 2013 Daniel Eden
  
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  
  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
  .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  
  .animated.hinge {
    animation-duration: 2s;
  }
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -ms-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    60% {
      -ms-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  .bounce {
    animation-name: bounce;
  }
  @keyframes flash {
    0%, 50%, 100% {
      opacity: 1;
    }
    25%, 75% {
      opacity: 0;
    }
  }
  .flash {
    animation-name: flash;
  }
  
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  @keyframes pulse {
    0% {
      -ms-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -ms-transform: scale(1.1);
      transform: scale(1.1);
    }
    100% {
      -ms-transform: scale(1);
      transform: scale(1);
    }
  }
  .pulse {
    animation-name: pulse;
  }
  @keyframes shake {
    0%, 100% {
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
      -ms-transform: translateX(-10px);
      transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
      -ms-transform: translateX(10px);
      transform: translateX(10px);
    }
  }
  .shake {
    animation-name: shake;
  }
  @keyframes swing {
    20% {
      -ms-transform: rotate(15deg);
      transform: rotate(15deg);
    }
    40% {
      -ms-transform: rotate(-10deg);
      transform: rotate(-10deg);
    }
    60% {
      -ms-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    80% {
      -ms-transform: rotate(-5deg);
      transform: rotate(-5deg);
    }
    100% {
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  .swing {
    -ms-transform-origin: top center;
    transform-origin: top center;
    animation-name: swing;
  }
  @keyframes tada {
    0% {
      -ms-transform: scale(1);
      transform: scale(1);
    }
    10%, 20% {
      -ms-transform: scale(0.9) rotate(-3deg);
      transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
      -ms-transform: scale(1.1) rotate(3deg);
      transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
      -ms-transform: scale(1.1) rotate(-3deg);
      transform: scale(1.1) rotate(-3deg);
    }
    100% {
      -ms-transform: scale(1) rotate(0);
      transform: scale(1) rotate(0);
    }
  }
  .tada {
    animation-name: tada;
  }
  
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  @keyframes wobble {
    0% {
      -ms-transform: translateX(0%);
      transform: translateX(0%);
    }
    15% {
      -ms-transform: translateX(-25%) rotate(-5deg);
      transform: translateX(-25%) rotate(-5deg);
    }
    30% {
      -ms-transform: translateX(20%) rotate(3deg);
      transform: translateX(20%) rotate(3deg);
    }
    45% {
      -ms-transform: translateX(-15%) rotate(-3deg);
      transform: translateX(-15%) rotate(-3deg);
    }
    60% {
      -ms-transform: translateX(10%) rotate(2deg);
      transform: translateX(10%) rotate(2deg);
    }
    75% {
      -ms-transform: translateX(-5%) rotate(-1deg);
      transform: translateX(-5%) rotate(-1deg);
    }
    100% {
      -ms-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
  .wobble {
    animation-name: wobble;
  }
  @keyframes bounceIn {
    0% {
      opacity: 0;
      -ms-transform: scale(0.3);
      transform: scale(0.3);
    }
    50% {
      opacity: 1;
      -ms-transform: scale(1.05);
      transform: scale(1.05);
    }
    70% {
      -ms-transform: scale(0.9);
      transform: scale(0.9);
    }
    100% {
      -ms-transform: scale(1);
      transform: scale(1);
    }
  }
  .bounceIn {
    animation-name: bounceIn;
  }
  @keyframes bounceInDown {
    0% {
      opacity: 0;
      -ms-transform: translateY(-2000px);
      transform: translateY(-2000px);
    }
    60% {
      opacity: 1;
      -ms-transform: translateY(30px);
      transform: translateY(30px);
    }
    80% {
      -ms-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    100% {
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .bounceInDown {
    animation-name: bounceInDown;
  }
  @keyframes bounceInLeft {
    0% {
      opacity: 0;
      -ms-transform: translateX(-2000px);
      transform: translateX(-2000px);
    }
    60% {
      opacity: 1;
      -ms-transform: translateX(30px);
      transform: translateX(30px);
    }
    80% {
      -ms-transform: translateX(-10px);
      transform: translateX(-10px);
    }
    100% {
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .bounceInLeft {
    animation-name: bounceInLeft;
  }
  @keyframes bounceInRight {
    0% {
      opacity: 0;
      -ms-transform: translateX(2000px);
      transform: translateX(2000px);
    }
    60% {
      opacity: 1;
      -ms-transform: translateX(-30px);
      transform: translateX(-30px);
    }
    80% {
      -ms-transform: translateX(10px);
      transform: translateX(10px);
    }
    100% {
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .bounceInRight {
    animation-name: bounceInRight;
  }
  @keyframes bounceInUp {
    0% {
      opacity: 0;
      -ms-transform: translateY(2000px);
      transform: translateY(2000px);
    }
    60% {
      opacity: 1;
      -ms-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    80% {
      -ms-transform: translateY(10px);
      transform: translateY(10px);
    }
    100% {
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .bounceInUp {
    animation-name: bounceInUp;
  }
  @keyframes bounceOut {
    0% {
      -ms-transform: scale(1);
      transform: scale(1);
    }
    25% {
      -ms-transform: scale(0.95);
      transform: scale(0.95);
    }
    50% {
      opacity: 1;
      -ms-transform: scale(1.1);
      transform: scale(1.1);
    }
    100% {
      opacity: 0;
      -ms-transform: scale(0.3);
      transform: scale(0.3);
    }
  }
  .bounceOut {
    animation-name: bounceOut;
  }
  @keyframes bounceOutDown {
    0% {
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    20% {
      opacity: 1;
      -ms-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    100% {
      opacity: 0;
      -ms-transform: translateY(2000px);
      transform: translateY(2000px);
    }
  }
  .bounceOutDown {
    animation-name: bounceOutDown;
  }
  @keyframes bounceOutLeft {
    0% {
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    20% {
      opacity: 1;
      -ms-transform: translateX(20px);
      transform: translateX(20px);
    }
    100% {
      opacity: 0;
      -ms-transform: translateX(-2000px);
      transform: translateX(-2000px);
    }
  }
  .bounceOutLeft {
    animation-name: bounceOutLeft;
  }
  @keyframes bounceOutRight {
    0% {
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    20% {
      opacity: 1;
      -ms-transform: translateX(-20px);
      transform: translateX(-20px);
    }
    100% {
      opacity: 0;
      -ms-transform: translateX(2000px);
      transform: translateX(2000px);
    }
  }
  .bounceOutRight {
    animation-name: bounceOutRight;
  }
  @keyframes bounceOutUp {
    0% {
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    20% {
      opacity: 1;
      -ms-transform: translateY(20px);
      transform: translateY(20px);
    }
    100% {
      opacity: 0;
      -ms-transform: translateY(-2000px);
      transform: translateY(-2000px);
    }
  }
  .bounceOutUp {
    animation-name: bounceOutUp;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .fadeIn {
    animation-name: fadeIn;
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -ms-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .fadeInDown {
    animation-name: fadeInDown;
  }
  @keyframes fadeInDownBig {
    0% {
      opacity: 0;
      -ms-transform: translateY(-2000px);
      transform: translateY(-2000px);
    }
    100% {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .fadeInDownBig {
    animation-name: fadeInDownBig;
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      -ms-transform: translateX(-20px);
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .fadeInLeft {
    animation-name: fadeInLeft;
  }
  @keyframes fadeInLeftBig {
    0% {
      opacity: 0;
      -ms-transform: translateX(-2000px);
      transform: translateX(-2000px);
    }
    100% {
      opacity: 1;
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .fadeInLeftBig {
    animation-name: fadeInLeftBig;
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      -ms-transform: translateX(20px);
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .fadeInRight {
    animation-name: fadeInRight;
  }
  @keyframes fadeInRightBig {
    0% {
      opacity: 0;
      -ms-transform: translateX(2000px);
      transform: translateX(2000px);
    }
    100% {
      opacity: 1;
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .fadeInRightBig {
    animation-name: fadeInRightBig;
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -ms-transform: translateY(20px);
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .fadeInUp {
    animation-name: fadeInUp;
  }
  @keyframes fadeInUpBig {
    0% {
      opacity: 0;
      -ms-transform: translateY(2000px);
      transform: translateY(2000px);
    }
    100% {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .fadeInUpBig {
    animation-name: fadeInUpBig;
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .fadeOut {
    animation-name: fadeOut;
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      -ms-transform: translateY(20px);
      transform: translateY(20px);
    }
  }
  .fadeOutDown {
    animation-name: fadeOutDown;
  }
  @keyframes fadeOutDownBig {
    0% {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      -ms-transform: translateY(2000px);
      transform: translateY(2000px);
    }
  }
  .fadeOutDownBig {
    animation-name: fadeOutDownBig;
  }
  @keyframes fadeOutLeft {
    0% {
      opacity: 1;
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      -ms-transform: translateX(-20px);
      transform: translateX(-20px);
    }
  }
  .fadeOutLeft {
    animation-name: fadeOutLeft;
  }
  @keyframes fadeOutLeftBig {
    0% {
      opacity: 1;
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      -ms-transform: translateX(-2000px);
      transform: translateX(-2000px);
    }
  }
  .fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
  }
  @keyframes fadeOutRight {
    0% {
      opacity: 1;
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      -ms-transform: translateX(20px);
      transform: translateX(20px);
    }
  }
  .fadeOutRight {
    animation-name: fadeOutRight;
  }
  @keyframes fadeOutRightBig {
    0% {
      opacity: 1;
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      -ms-transform: translateX(2000px);
      transform: translateX(2000px);
    }
  }
  .fadeOutRightBig {
    animation-name: fadeOutRightBig;
  }
  @keyframes fadeOutUp {
    0% {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      -ms-transform: translateY(-20px);
      transform: translateY(-20px);
    }
  }
  .fadeOutUp {
    animation-name: fadeOutUp;
  }
  @keyframes fadeOutUpBig {
    0% {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      -ms-transform: translateY(-2000px);
      transform: translateY(-2000px);
    }
  }
  .fadeOutUpBig {
    animation-name: fadeOutUpBig;
  }
  @keyframes flip {
    0% {
      -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
      transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
      animation-timing-function: ease-out;
    }
    40% {
      -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
      transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
      animation-timing-function: ease-out;
    }
    50% {
      -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
      transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
      animation-timing-function: ease-in;
    }
    80% {
      -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
      transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
      animation-timing-function: ease-in;
    }
    100% {
      -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
      transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
      animation-timing-function: ease-in;
    }
  }
  .animated.flip {
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
  }
  @keyframes flipInX {
    0% {
      -ms-transform: perspective(400px) rotateX(90deg);
      transform: perspective(400px) rotateX(90deg);
      opacity: 0;
    }
    40% {
      -ms-transform: perspective(400px) rotateX(-10deg);
      transform: perspective(400px) rotateX(-10deg);
    }
    70% {
      -ms-transform: perspective(400px) rotateX(10deg);
      transform: perspective(400px) rotateX(10deg);
    }
    100% {
      -ms-transform: perspective(400px) rotateX(0deg);
      transform: perspective(400px) rotateX(0deg);
      opacity: 1;
    }
  }
  .flipInX {
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
  }
  @keyframes flipInY {
    0% {
      -ms-transform: perspective(400px) rotateY(90deg);
      transform: perspective(400px) rotateY(90deg);
      opacity: 0;
    }
    40% {
      -ms-transform: perspective(400px) rotateY(-10deg);
      transform: perspective(400px) rotateY(-10deg);
    }
    70% {
      -ms-transform: perspective(400px) rotateY(10deg);
      transform: perspective(400px) rotateY(10deg);
    }
    100% {
      -ms-transform: perspective(400px) rotateY(0deg);
      transform: perspective(400px) rotateY(0deg);
      opacity: 1;
    }
  }
  .flipInY {
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
  }
  @keyframes flipOutX {
    0% {
      -ms-transform: perspective(400px) rotateX(0deg);
      transform: perspective(400px) rotateX(0deg);
      opacity: 1;
    }
    100% {
      -ms-transform: perspective(400px) rotateX(90deg);
      transform: perspective(400px) rotateX(90deg);
      opacity: 0;
    }
  }
  .flipOutX {
    animation-name: flipOutX;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }
  @keyframes flipOutY {
    0% {
      -ms-transform: perspective(400px) rotateY(0deg);
      transform: perspective(400px) rotateY(0deg);
      opacity: 1;
    }
    100% {
      -ms-transform: perspective(400px) rotateY(90deg);
      transform: perspective(400px) rotateY(90deg);
      opacity: 0;
    }
  }
  .flipOutY {
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
  }
  @keyframes lightSpeedIn {
    0% {
      -ms-transform: translateX(100%) skewX(-30deg);
      transform: translateX(100%) skewX(-30deg);
      opacity: 0;
    }
    60% {
      -ms-transform: translateX(-20%) skewX(30deg);
      transform: translateX(-20%) skewX(30deg);
      opacity: 1;
    }
    80% {
      -ms-transform: translateX(0%) skewX(-15deg);
      transform: translateX(0%) skewX(-15deg);
      opacity: 1;
    }
    100% {
      -ms-transform: translateX(0%) skewX(0deg);
      transform: translateX(0%) skewX(0deg);
      opacity: 1;
    }
  }
  .lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
  }
  @keyframes lightSpeedOut {
    0% {
      -ms-transform: translateX(0%) skewX(0deg);
      transform: translateX(0%) skewX(0deg);
      opacity: 1;
    }
    100% {
      -ms-transform: translateX(100%) skewX(-30deg);
      transform: translateX(100%) skewX(-30deg);
      opacity: 0;
    }
  }
  .lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
  }
  @keyframes rotateIn {
    0% {
      -ms-transform-origin: center center;
      transform-origin: center center;
      -ms-transform: rotate(-200deg);
      transform: rotate(-200deg);
      opacity: 0;
    }
    100% {
      -ms-transform-origin: center center;
      transform-origin: center center;
      -ms-transform: rotate(0);
      transform: rotate(0);
      opacity: 1;
    }
  }
  .rotateIn {
    animation-name: rotateIn;
  }
  @keyframes rotateInDownLeft {
    0% {
      -ms-transform-origin: left bottom;
      transform-origin: left bottom;
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      opacity: 0;
    }
    100% {
      -ms-transform-origin: left bottom;
      transform-origin: left bottom;
      -ms-transform: rotate(0);
      transform: rotate(0);
      opacity: 1;
    }
  }
  .rotateInDownLeft {
    animation-name: rotateInDownLeft;
  }
  @keyframes rotateInDownRight {
    0% {
      -ms-transform-origin: right bottom;
      transform-origin: right bottom;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      opacity: 0;
    }
    100% {
      -ms-transform-origin: right bottom;
      transform-origin: right bottom;
      -ms-transform: rotate(0);
      transform: rotate(0);
      opacity: 1;
    }
  }
  .rotateInDownRight {
    animation-name: rotateInDownRight;
  }
  @keyframes rotateInUpLeft {
    0% {
      -ms-transform-origin: left bottom;
      transform-origin: left bottom;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      opacity: 0;
    }
    100% {
      -ms-transform-origin: left bottom;
      transform-origin: left bottom;
      -ms-transform: rotate(0);
      transform: rotate(0);
      opacity: 1;
    }
  }
  .rotateInUpLeft {
    animation-name: rotateInUpLeft;
  }
  @keyframes rotateInUpRight {
    0% {
      -ms-transform-origin: right bottom;
      transform-origin: right bottom;
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      opacity: 0;
    }
    100% {
      -ms-transform-origin: right bottom;
      transform-origin: right bottom;
      -ms-transform: rotate(0);
      transform: rotate(0);
      opacity: 1;
    }
  }
  .rotateInUpRight {
    animation-name: rotateInUpRight;
  }
  @keyframes rotateOut {
    0% {
      -ms-transform-origin: center center;
      transform-origin: center center;
      -ms-transform: rotate(0);
      transform: rotate(0);
      opacity: 1;
    }
    100% {
      -ms-transform-origin: center center;
      transform-origin: center center;
      -ms-transform: rotate(200deg);
      transform: rotate(200deg);
      opacity: 0;
    }
  }
  .rotateOut {
    animation-name: rotateOut;
  }
  @keyframes rotateOutDownLeft {
    0% {
      -ms-transform-origin: left bottom;
      transform-origin: left bottom;
      -ms-transform: rotate(0);
      transform: rotate(0);
      opacity: 1;
    }
    100% {
      -ms-transform-origin: left bottom;
      transform-origin: left bottom;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      opacity: 0;
    }
  }
  .rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
  }
  @keyframes rotateOutDownRight {
    0% {
      -ms-transform-origin: right bottom;
      transform-origin: right bottom;
      -ms-transform: rotate(0);
      transform: rotate(0);
      opacity: 1;
    }
    100% {
      -ms-transform-origin: right bottom;
      transform-origin: right bottom;
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      opacity: 0;
    }
  }
  .rotateOutDownRight {
    animation-name: rotateOutDownRight;
  }
  @keyframes rotateOutUpLeft {
    0% {
      -ms-transform-origin: left bottom;
      transform-origin: left bottom;
      -ms-transform: rotate(0);
      transform: rotate(0);
      opacity: 1;
    }
    100% {
      -ms-transform-origin: left bottom;
      transform-origin: left bottom;
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      opacity: 0;
    }
  }
  .rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
  }
  @keyframes rotateOutUpRight {
    0% {
      -ms-transform-origin: right bottom;
      transform-origin: right bottom;
      -ms-transform: rotate(0);
      transform: rotate(0);
      opacity: 1;
    }
    100% {
      -ms-transform-origin: right bottom;
      transform-origin: right bottom;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      opacity: 0;
    }
  }
  .rotateOutUpRight {
    animation-name: rotateOutUpRight;
  }
  @keyframes slideInDown {
    0% {
      opacity: 0;
      -ms-transform: translateY(-2000px);
      transform: translateY(-2000px);
    }
    100% {
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .slideInDown {
    animation-name: slideInDown;
  }
  @keyframes slideInLeft {
    0% {
      opacity: 0;
      -ms-transform: translateX(-2000px);
      transform: translateX(-2000px);
    }
    100% {
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .slideInLeft {
    animation-name: slideInLeft;
  }
  @keyframes slideInRight {
    0% {
      opacity: 0;
      -ms-transform: translateX(2000px);
      transform: translateX(2000px);
    }
    100% {
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .slideInRight {
    animation-name: slideInRight;
  }
  @keyframes slideOutLeft {
    0% {
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      -ms-transform: translateX(-2000px);
      transform: translateX(-2000px);
    }
  }
  .slideOutLeft {
    animation-name: slideOutLeft;
  }
  @keyframes slideOutRight {
    0% {
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      -ms-transform: translateX(2000px);
      transform: translateX(2000px);
    }
  }
  .slideOutRight {
    animation-name: slideOutRight;
  }
  @keyframes slideOutUp {
    0% {
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      -ms-transform: translateY(-2000px);
      transform: translateY(-2000px);
    }
  }
  .slideOutUp {
    animation-name: slideOutUp;
  }
  @keyframes hinge {
    0% {
      -ms-transform: rotate(0);
      transform: rotate(0);
      -ms-transform-origin: top left;
      transform-origin: top left;
      animation-timing-function: ease-in-out;
    }
    20%, 60% {
      -ms-transform: rotate(80deg);
      transform: rotate(80deg);
      -ms-transform-origin: top left;
      transform-origin: top left;
      animation-timing-function: ease-in-out;
    }
    40% {
      -ms-transform: rotate(60deg);
      transform: rotate(60deg);
      -ms-transform-origin: top left;
      transform-origin: top left;
      animation-timing-function: ease-in-out;
    }
    80% {
      -ms-transform: rotate(60deg) translateY(0);
      transform: rotate(60deg) translateY(0);
      opacity: 1;
      -ms-transform-origin: top left;
      transform-origin: top left;
      animation-timing-function: ease-in-out;
    }
    100% {
      -ms-transform: translateY(700px);
      transform: translateY(700px);
      opacity: 0;
    }
  }
  .hinge {
    animation-name: hinge;
  }
  
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  @keyframes rollIn {
    0% {
      opacity: 0;
      -ms-transform: translateX(-100%) rotate(-120deg);
      transform: translateX(-100%) rotate(-120deg);
    }
    100% {
      opacity: 1;
      -ms-transform: translateX(0px) rotate(0deg);
      transform: translateX(0px) rotate(0deg);
    }
  }
  .rollIn {
    animation-name: rollIn;
  }
  
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  @keyframes rollOut {
    0% {
      opacity: 1;
      -ms-transform: translateX(0px) rotate(0deg);
      transform: translateX(0px) rotate(0deg);
    }
    100% {
      opacity: 0;
      -ms-transform: translateX(100%) rotate(120deg);
      transform: translateX(100%) rotate(120deg);
    }
  }
  .rollOut {
    animation-name: rollOut;
  }
  
  body {
    /* background: url("../../images/bgpattern-plus.png"); */
  }
  
  .content-area {
    max-width: 81.75em;
    margin: 0 auto;
    background: #fff;
  }
  @media screen and (min-width: 81.75em) {
    .content-area {
      border-left: 1px solid #eee;
      border-right: 1px solid #eee;
    }
  }
  
  .content-container {
    max-width: 81.75em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
    /*border: 1px solid;*/
  }
  .content-container::after {
    clear: both;
    content: "";
    display: table;
  }
  @media screen and (min-width: 43.75em) {
    .content-container {
      padding-left: 30px;
      padding-right: 30px;
    }
  }
  @media screen and (min-width: 64em) {
    .content-container {
      padding-right: 30px;
      padding-left: 30px;
    }
  }
  @media screen and (min-width: 81.75em) {
    .content-container {
      padding-right: 30px;
      padding-left: 30px;
    }
  }
  
  .maxwcontainer, .wide-container, .medium-container, .small-container {
    /*background: rgba(#000,.2);*/
    width: 100%;
    margin: 0 auto;
    /*text-align: center;*/
  }
  
  .wide-container {
    max-width: 1090px;
  }
  
  .medium-container {
    max-width: 960px;
  }
  
  .small-container {
    max-width: 780px;
  }
  .small-container .text-block {
    text-align: center;
  }
  
  .half-container {
    /*background: rgba(#000,.2);*/
  }
  @media screen and (min-width: 43.75em) {
    .half-container {
      width: 50%;
      /*margin-left: 40px;*/
    }
  }
  @media screen and (min-width: 64em) {
    .half-container {
      width: 45%;
      /*margin-left: 70px;*/
    }
  }
  @media screen and (min-width: 81.75em) {
    .half-container {
      width: 40%;
      /*margin-left: 110px;*/
    }
  }
  
  .site-header {
    position: relative;
    width: 100%;
    max-width: 81.75em;
    margin: 0 auto;
    background: #fff;
    z-index: 100;
  }
  @media screen and (min-width: 56.25em) {
    .site-header {
      position: fixed;
      top: 0;
      left: 0;
      border-bottom: 1px solid #eee;
    }
  }
  @media screen and (min-width: 81.75em) {
    .site-header {
      border-left: 1px solid #eee;
      border-right: 1px solid #eee;
      left: 50%;
      margin-left: -654px;
    }
  }
  .site-header .content-container {
    overflow: hidden;
  }
  
  .site-branding {
    display: block;
    padding: 10px 0;
  }
  @media screen and (min-width: 56.25em) {
    .site-branding {
      float: left;
      padding: 15px 0 25px;
    }
  }
  .site-branding .logo {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: block;
    width: 79px;
    height: 40px;
    background: url(../../images/ascend-logo.svg) no-repeat center;
    background-size: contain;
  }
  @media screen and (min-width: 56.25em) {
    .site-branding .logo {
      width: 122px;
      height: 61px;
    }
  }
  
  .main-navigation {
    display: block;
  }
  @media screen and (min-width: 56.25em) {
    .main-navigation {
      float: right;
    }
  }
  .main-navigation .menu-toggle {
    position: absolute;
    top: 10px;
    right: 5%;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../../images/mobile-menu-button.svg) no-repeat center;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
  }
  @media screen and (min-width: 56.25em) {
    .main-navigation .menu-toggle {
      display: none;
    }
  }
  .main-navigation .menu-main-nav-container {
    position: relative;
  }
  .main-navigation .nav-links {
    display: none;
  }
  @media screen and (min-width: 56.25em) {
    .main-navigation .nav-links {
      display: block;
      padding-top: 20px;
      /*overflow: hidden;*/
    }
  }
  .main-navigation .nav-links li {
    position: relative;
  }
  .main-navigation .nav-links li:last-child a {
    border-bottom: none;
  }
  @media screen and (min-width: 56.25em) {
    .main-navigation .nav-links li {
      float: left;
      margin-left: 30px;
    }
    .main-navigation .nav-links li.current_page_item a:after {
      top: -20px;
    }
  }
  .main-navigation .nav-links a {
    display: block;
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    text-transform: lowercase;
    line-height: 1em;
    color: #414141;
    transition: color 0.3s linear;
  }
  @media screen and (min-width: 56.25em) {
    .main-navigation .nav-links a {
      padding: 0;
      border-bottom: none;
    }
    .main-navigation .nav-links a:hover:after, .main-navigation .nav-links a:focus:after {
      top: -20px;
    }
    .main-navigation .nav-links a:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: -25px;
      width: 100%;
      height: 4px;
      background: #6ebd44;
      transition: top 0.2s linear;
    }
  }
  .main-navigation .nav-links a[title='search'] {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 15px 0;
    background: url("../../images/search-icon.png") no-repeat center;
    background-size: contain;
    vertical-align: bottom;
    color: transparent;
    opacity: .8;
    transition: opacity 0.3s linear;
  }
  @media screen and (min-width: 56.25em) {
    .main-navigation .nav-links a[title='search'] {
      margin: 0;
    }
  }
  .main-navigation .nav-links a[title='search']:hover {
    opacity: 1;
  }
  .main-navigation .nav-links a[title='search'].is-active {
    opacity: .3;
  }
  
  .nav-placeholder {
    display: none;
  }
  @media screen and (min-width: 56.25em) {
    .nav-placeholder {
      display: block;
      width: 100%;
      height: 101px;
    }
  }
  
  .site-footer {
    max-width: 81.75em;
    margin: 0 auto;
    padding: 30px 0;
    background: #0082c8;
    text-align: center;
  }
  @media screen and (min-width: 43.75em) {
    .site-footer {
      padding: 60px 0;
    }
  }
  .site-footer .nav-links {
    margin-bottom: 20px;
  }
  .site-footer .nav-links li {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
  }
  .site-footer .nav-links li:first-child {
    margin-left: 0;
  }
  .site-footer .nav-links a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'proxima-nova', arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.8125rem;
    transition: opacity 0.2s linear;
  }
  .site-footer .nav-links a:hover, .site-footer .nav-links a:focus {
    opacity: .5;
  }
  .site-footer .nav-links a[title="linkedin"] {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../../images/linkedin-icon.svg") no-repeat center;
    background-size: contain;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
  }
  .site-footer .copyright {
    font-size: 1.125rem;
    font-family: 'proxima-nova', arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    opacity: .5;
  }
  
  .contact-stripe {
    max-width: 81.75em;
    margin: 0 auto;
    text-align: center;
  }
  .contact-stripe .cta-buttons .bordered-button + .bordered-button, .contact-stripe .cta-buttons .error-404 .search-form input[type='submit'] + .bordered-button, .error-404 .search-form .contact-stripe .cta-buttons input[type='submit'] + .bordered-button,
  .contact-stripe .cta-buttons .failed-search .search-form input[type='submit'] + .bordered-button,
  .failed-search .search-form .contact-stripe .cta-buttons input[type='submit'] + .bordered-button, .contact-stripe .cta-buttons .nav-links .nav-previous a + .bordered-button, .nav-links .nav-previous .contact-stripe .cta-buttons a + .bordered-button,
  .contact-stripe .cta-buttons .nav-links .nav-next a + .bordered-button,
  .nav-links .nav-next .contact-stripe .cta-buttons a + .bordered-button, .contact-stripe .cta-buttons .error-404 .search-form .bordered-button + input[type='submit'], .error-404 .search-form .contact-stripe .cta-buttons .bordered-button + input[type='submit'], .contact-stripe .cta-buttons .error-404 .search-form input[type='submit'] + input[type='submit'], .error-404 .search-form .contact-stripe .cta-buttons input[type='submit'] + input[type='submit'], .contact-stripe .cta-buttons .nav-links .nav-previous .error-404 .search-form a + input[type='submit'], .error-404 .search-form .contact-stripe .cta-buttons .nav-links .nav-previous a + input[type='submit'], .nav-links .nav-previous .contact-stripe .cta-buttons .error-404 .search-form a + input[type='submit'], .error-404 .search-form .nav-links .nav-previous .contact-stripe .cta-buttons a + input[type='submit'],
  .contact-stripe .cta-buttons .nav-links .nav-next .error-404 .search-form a + input[type='submit'],
  .error-404 .search-form .contact-stripe .cta-buttons .nav-links .nav-next a + input[type='submit'],
  .nav-links .nav-next .contact-stripe .cta-buttons .error-404 .search-form a + input[type='submit'],
  .error-404 .search-form .nav-links .nav-next .contact-stripe .cta-buttons a + input[type='submit'],
  .contact-stripe .cta-buttons .failed-search .search-form .bordered-button + input[type='submit'],
  .failed-search .search-form .contact-stripe .cta-buttons .bordered-button + input[type='submit'],
  .contact-stripe .cta-buttons .failed-search .search-form input[type='submit'] + input[type='submit'],
  .failed-search .search-form .contact-stripe .cta-buttons input[type='submit'] + input[type='submit'],
  .contact-stripe .cta-buttons .nav-links .nav-previous .failed-search .search-form a + input[type='submit'],
  .failed-search .search-form .contact-stripe .cta-buttons .nav-links .nav-previous a + input[type='submit'],
  .nav-links .nav-previous .contact-stripe .cta-buttons .failed-search .search-form a + input[type='submit'],
  .failed-search .search-form .nav-links .nav-previous .contact-stripe .cta-buttons a + input[type='submit'],
  .contact-stripe .cta-buttons .nav-links .nav-next .failed-search .search-form a + input[type='submit'],
  .failed-search .search-form .contact-stripe .cta-buttons .nav-links .nav-next a + input[type='submit'],
  .nav-links .nav-next .contact-stripe .cta-buttons .failed-search .search-form a + input[type='submit'],
  .failed-search .search-form .nav-links .nav-next .contact-stripe .cta-buttons a + input[type='submit'], .contact-stripe .cta-buttons .nav-links .nav-previous .bordered-button + a, .nav-links .nav-previous .contact-stripe .cta-buttons .bordered-button + a, .contact-stripe .cta-buttons .error-404 .search-form .nav-links .nav-previous input[type='submit'] + a, .nav-links .nav-previous .contact-stripe .cta-buttons .error-404 .search-form input[type='submit'] + a, .error-404 .search-form .contact-stripe .cta-buttons .nav-links .nav-previous input[type='submit'] + a, .nav-links .nav-previous .error-404 .search-form .contact-stripe .cta-buttons input[type='submit'] + a,
  .contact-stripe .cta-buttons .failed-search .search-form .nav-links .nav-previous input[type='submit'] + a,
  .nav-links .nav-previous .contact-stripe .cta-buttons .failed-search .search-form input[type='submit'] + a,
  .failed-search .search-form .contact-stripe .cta-buttons .nav-links .nav-previous input[type='submit'] + a,
  .nav-links .nav-previous .failed-search .search-form .contact-stripe .cta-buttons input[type='submit'] + a, .contact-stripe .cta-buttons .nav-links .nav-previous a + a, .nav-links .nav-previous .contact-stripe .cta-buttons a + a,
  .nav-links .nav-next .contact-stripe .cta-buttons .nav-previous a + a,
  .contact-stripe .cta-buttons .nav-links .nav-next .bordered-button + a,
  .nav-links .nav-next .contact-stripe .cta-buttons .bordered-button + a,
  .contact-stripe .cta-buttons .error-404 .search-form .nav-links .nav-next input[type='submit'] + a,
  .nav-links .nav-next .contact-stripe .cta-buttons .error-404 .search-form input[type='submit'] + a,
  .error-404 .search-form .contact-stripe .cta-buttons .nav-links .nav-next input[type='submit'] + a,
  .nav-links .nav-next .error-404 .search-form .contact-stripe .cta-buttons input[type='submit'] + a,
  .contact-stripe .cta-buttons .failed-search .search-form .nav-links .nav-next input[type='submit'] + a,
  .nav-links .nav-next .contact-stripe .cta-buttons .failed-search .search-form input[type='submit'] + a,
  .failed-search .search-form .contact-stripe .cta-buttons .nav-links .nav-next input[type='submit'] + a,
  .nav-links .nav-next .failed-search .search-form .contact-stripe .cta-buttons input[type='submit'] + a,
  .nav-links .nav-previous .contact-stripe .cta-buttons .nav-next a + a,
  .contact-stripe .cta-buttons .nav-links .nav-next a + a,
  .nav-links .nav-next .contact-stripe .cta-buttons a + a {
    margin-left: 0px;
  }
  @media screen and (min-width: 43.75em) {
    .contact-stripe .cta-buttons .bordered-button + .bordered-button, .contact-stripe .cta-buttons .error-404 .search-form input[type='submit'] + .bordered-button, .error-404 .search-form .contact-stripe .cta-buttons input[type='submit'] + .bordered-button,
    .contact-stripe .cta-buttons .failed-search .search-form input[type='submit'] + .bordered-button,
    .failed-search .search-form .contact-stripe .cta-buttons input[type='submit'] + .bordered-button, .contact-stripe .cta-buttons .nav-links .nav-previous a + .bordered-button, .nav-links .nav-previous .contact-stripe .cta-buttons a + .bordered-button,
    .contact-stripe .cta-buttons .nav-links .nav-next a + .bordered-button,
    .nav-links .nav-next .contact-stripe .cta-buttons a + .bordered-button, .contact-stripe .cta-buttons .error-404 .search-form .bordered-button + input[type='submit'], .error-404 .search-form .contact-stripe .cta-buttons .bordered-button + input[type='submit'], .contact-stripe .cta-buttons .error-404 .search-form input[type='submit'] + input[type='submit'], .error-404 .search-form .contact-stripe .cta-buttons input[type='submit'] + input[type='submit'], .contact-stripe .cta-buttons .nav-links .nav-previous .error-404 .search-form a + input[type='submit'], .error-404 .search-form .contact-stripe .cta-buttons .nav-links .nav-previous a + input[type='submit'], .nav-links .nav-previous .contact-stripe .cta-buttons .error-404 .search-form a + input[type='submit'], .error-404 .search-form .nav-links .nav-previous .contact-stripe .cta-buttons a + input[type='submit'],
    .contact-stripe .cta-buttons .nav-links .nav-next .error-404 .search-form a + input[type='submit'],
    .error-404 .search-form .contact-stripe .cta-buttons .nav-links .nav-next a + input[type='submit'],
    .nav-links .nav-next .contact-stripe .cta-buttons .error-404 .search-form a + input[type='submit'],
    .error-404 .search-form .nav-links .nav-next .contact-stripe .cta-buttons a + input[type='submit'],
    .contact-stripe .cta-buttons .failed-search .search-form .bordered-button + input[type='submit'],
    .failed-search .search-form .contact-stripe .cta-buttons .bordered-button + input[type='submit'],
    .contact-stripe .cta-buttons .failed-search .search-form input[type='submit'] + input[type='submit'],
    .failed-search .search-form .contact-stripe .cta-buttons input[type='submit'] + input[type='submit'],
    .contact-stripe .cta-buttons .nav-links .nav-previous .failed-search .search-form a + input[type='submit'],
    .failed-search .search-form .contact-stripe .cta-buttons .nav-links .nav-previous a + input[type='submit'],
    .nav-links .nav-previous .contact-stripe .cta-buttons .failed-search .search-form a + input[type='submit'],
    .failed-search .search-form .nav-links .nav-previous .contact-stripe .cta-buttons a + input[type='submit'],
    .contact-stripe .cta-buttons .nav-links .nav-next .failed-search .search-form a + input[type='submit'],
    .failed-search .search-form .contact-stripe .cta-buttons .nav-links .nav-next a + input[type='submit'],
    .nav-links .nav-next .contact-stripe .cta-buttons .failed-search .search-form a + input[type='submit'],
    .failed-search .search-form .nav-links .nav-next .contact-stripe .cta-buttons a + input[type='submit'], .contact-stripe .cta-buttons .nav-links .nav-previous .bordered-button + a, .nav-links .nav-previous .contact-stripe .cta-buttons .bordered-button + a, .contact-stripe .cta-buttons .error-404 .search-form .nav-links .nav-previous input[type='submit'] + a, .nav-links .nav-previous .contact-stripe .cta-buttons .error-404 .search-form input[type='submit'] + a, .error-404 .search-form .contact-stripe .cta-buttons .nav-links .nav-previous input[type='submit'] + a, .nav-links .nav-previous .error-404 .search-form .contact-stripe .cta-buttons input[type='submit'] + a,
    .contact-stripe .cta-buttons .failed-search .search-form .nav-links .nav-previous input[type='submit'] + a,
    .nav-links .nav-previous .contact-stripe .cta-buttons .failed-search .search-form input[type='submit'] + a,
    .failed-search .search-form .contact-stripe .cta-buttons .nav-links .nav-previous input[type='submit'] + a,
    .nav-links .nav-previous .failed-search .search-form .contact-stripe .cta-buttons input[type='submit'] + a, .contact-stripe .cta-buttons .nav-links .nav-previous a + a, .nav-links .nav-previous .contact-stripe .cta-buttons a + a,
    .nav-links .nav-next .contact-stripe .cta-buttons .nav-previous a + a,
    .contact-stripe .cta-buttons .nav-links .nav-next .bordered-button + a,
    .nav-links .nav-next .contact-stripe .cta-buttons .bordered-button + a,
    .contact-stripe .cta-buttons .error-404 .search-form .nav-links .nav-next input[type='submit'] + a,
    .nav-links .nav-next .contact-stripe .cta-buttons .error-404 .search-form input[type='submit'] + a,
    .error-404 .search-form .contact-stripe .cta-buttons .nav-links .nav-next input[type='submit'] + a,
    .nav-links .nav-next .error-404 .search-form .contact-stripe .cta-buttons input[type='submit'] + a,
    .contact-stripe .cta-buttons .failed-search .search-form .nav-links .nav-next input[type='submit'] + a,
    .nav-links .nav-next .contact-stripe .cta-buttons .failed-search .search-form input[type='submit'] + a,
    .failed-search .search-form .contact-stripe .cta-buttons .nav-links .nav-next input[type='submit'] + a,
    .nav-links .nav-next .failed-search .search-form .contact-stripe .cta-buttons input[type='submit'] + a,
    .nav-links .nav-previous .contact-stripe .cta-buttons .nav-next a + a,
    .contact-stripe .cta-buttons .nav-links .nav-next a + a,
    .nav-links .nav-next .contact-stripe .cta-buttons a + a {
      margin-left: 40px;
    }
  }
  
  .stripe {
    width: 100%;
    background: #fff;
    padding: 20px 0;
  }
  @media screen and (min-width: 43.75em) {
    .stripe {
      padding: 50px 0;
    }
  }
  @media screen and (min-width: 64em) {
    .stripe {
      padding: 80px 0;
    }
  }
  @media screen and (min-width: 43.75em) {
    .stripe.extra-tall {
      padding: 80px 0;
    }
  }
  @media screen and (min-width: 64em) {
    .stripe.extra-tall {
      padding: 140px 0;
    }
  }
  @media screen and (min-width: 43.75em) {
    .stripe.extra-tall-top {
      padding: 100px 0 50px;
    }
  }
  @media screen and (min-width: 64em) {
    .stripe.extra-tall-top {
      min-height: 450px;
      padding: 160px 0 80px;
    }
  }
  .stripe.extra-tall-top .text-block {
    max-width: 600px;
  }
  .stripe.photo-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .stripe.photo-bg * {
    color: #fff;
  }
  .stripe.photo-bg .bordered-button, .stripe.photo-bg .error-404 .search-form input[type='submit'], .error-404 .search-form .stripe.photo-bg input[type='submit'],
  .stripe.photo-bg .failed-search .search-form input[type='submit'],
  .failed-search .search-form .stripe.photo-bg input[type='submit'], .stripe.photo-bg .nav-links .nav-previous a, .nav-links .nav-previous .stripe.photo-bg a,
  .stripe.photo-bg .nav-links .nav-next a,
  .nav-links .nav-next .stripe.photo-bg a {
    border-color: #fff;
  }
  .stripe.blue {
    background: #0082c8 url("../../images/bgpattern-transparent.png");
  }
  .stripe.blue * {
    color: #fff;
  }
  .stripe.green {
    background: #6ebd44 url("../../images/bgpattern-transparent.png");
  }
  .stripe.green * {
    color: #fff;
  }
  .stripe.green .bordered-button, .stripe.green .error-404 .search-form input[type='submit'], .error-404 .search-form .stripe.green input[type='submit'],
  .stripe.green .failed-search .search-form input[type='submit'],
  .failed-search .search-form .stripe.green input[type='submit'], .stripe.green .nav-links .nav-previous a, .nav-links .nav-previous .stripe.green a,
  .stripe.green .nav-links .nav-next a,
  .nav-links .nav-next .stripe.green a {
    border-color: #fff;
  }
  .stripe.patterned {
    background: url("../../images/bgpattern-transparent.png");
  }
  
  .fourths {
    display: block;
  }
  .fourths::after {
    clear: both;
    content: "";
    display: table;
  }
  @media screen and (min-width: 43.75em) {
    .fourths .fourth {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
    }
    .fourths .fourth:last-child {
      margin-right: 0;
    }
    .fourths .fourth:nth-child(4n) {
      margin-right: 0;
    }
    .fourths .fourth:nth-child(4n+1) {
      clear: left;
    }
  }
  
  .site-header .search-form {
    position: absolute;
    bottom: -7px;
    left: 0;
    margin-left: 30px;
    width: 265px;
  }
  @media screen and (min-width: 56.25em) {
    .site-header .search-form {
      display: none;
      top: 30px;
      bottom: auto;
      right: 0;
      left: auto;
    }
  }
  .site-header .search-form input[type='search'] {
    background: #eee;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0;
    padding: 8px;
    margin: 0;
    font-size: 0.875rem;
  }
  .site-header .search-form input[type='submit'] {
    display: none;
  }
  
  .error-404 .search-form,
  .failed-search .search-form {
    margin-top: 20px;
  }
  .error-404 .search-form input[type='search'],
  .failed-search .search-form input[type='search'] {
    background: #eee;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0;
    padding: 8px;
    margin: 0;
    font-size: 0.875rem;
  }
  .error-404 .search-form input[type='submit'],
  .failed-search .search-form input[type='submit'] {
    margin-top: 10px;
    background: none;
    border-radius: 0;
  }
  
  .text-block {
    text-align: left;
  }
  .text-block.centered {
    text-align: center;
  }
  .text-block .headline + .subhead,
  .text-block .headline + .body-copy,
  .text-block .subhead + .body-copy {
    margin-top: 10px;
  }
  @media screen and (min-width: 43.75em) {
    .text-block .headline + .subhead,
    .text-block .headline + .body-copy,
    .text-block .subhead + .body-copy {
      margin-top: 20px;
    }
  }
  .text-block .subhead + .bordered-button, .text-block .error-404 .search-form .subhead + input[type='submit'], .error-404 .search-form .text-block .subhead + input[type='submit'],
  .text-block .failed-search .search-form .subhead + input[type='submit'],
  .failed-search .search-form .text-block .subhead + input[type='submit'], .text-block .nav-links .nav-previous .subhead + a, .nav-links .nav-previous .text-block .subhead + a,
  .text-block .nav-links .nav-next .subhead + a,
  .nav-links .nav-next .text-block .subhead + a,
  .text-block .body-copy + .bordered-button,
  .text-block .error-404 .search-form .body-copy + input[type='submit'],
  .error-404 .search-form .text-block .body-copy + input[type='submit'],
  .text-block .failed-search .search-form .body-copy + input[type='submit'],
  .failed-search .search-form .text-block .body-copy + input[type='submit'],
  .text-block .nav-links .nav-previous .body-copy + a,
  .nav-links .nav-previous .text-block .body-copy + a,
  .text-block .nav-links .nav-next .body-copy + a,
  .nav-links .nav-next .text-block .body-copy + a {
    margin-top: 20px;
  }
  @media screen and (min-width: 43.75em) {
    .text-block .subhead + .bordered-button, .text-block .error-404 .search-form .subhead + input[type='submit'], .error-404 .search-form .text-block .subhead + input[type='submit'],
    .text-block .failed-search .search-form .subhead + input[type='submit'],
    .failed-search .search-form .text-block .subhead + input[type='submit'], .text-block .nav-links .nav-previous .subhead + a, .nav-links .nav-previous .text-block .subhead + a,
    .text-block .nav-links .nav-next .subhead + a,
    .nav-links .nav-next .text-block .subhead + a,
    .text-block .body-copy + .bordered-button,
    .text-block .error-404 .search-form .body-copy + input[type='submit'],
    .error-404 .search-form .text-block .body-copy + input[type='submit'],
    .text-block .failed-search .search-form .body-copy + input[type='submit'],
    .failed-search .search-form .text-block .body-copy + input[type='submit'],
    .text-block .nav-links .nav-previous .body-copy + a,
    .nav-links .nav-previous .text-block .body-copy + a,
    .text-block .nav-links .nav-next .body-copy + a,
    .nav-links .nav-next .text-block .body-copy + a {
      margin-top: 40px;
    }
  }
  .text-block .body-copy p + p {
    margin-top: 10px;
  }
  .text-block .cta-buttons {
    margin-top: 20px;
    text-align: left;
  }
  @media screen and (min-width: 43.75em) {
    .text-block .cta-buttons {
      margin-top: 60px;
    }
  }
  
  .tall-intro {
    position: relative;
    padding: 30px 0;
    background-color: transparent;
    z-index: 1;
  }
  @media screen and (min-width: 43.75em) {
    .tall-intro {
      padding: 60px 0;
    }
  }
  @media screen and (min-width: 64em) {
    .tall-intro {
      padding: 120px 0;
    }
  }
  @media screen and (min-width: 81.75em) {
    .tall-intro {
      padding: 320px 0 200px;
      margin-top: -120px;
    }
  }
  .tall-intro .text-block {
    position: relative;
    color: #fff;
    z-index: 10;
  }
  .tall-intro .bordered-button, .tall-intro .error-404 .search-form input[type='submit'], .error-404 .search-form .tall-intro input[type='submit'],
  .tall-intro .failed-search .search-form input[type='submit'],
  .failed-search .search-form .tall-intro input[type='submit'], .tall-intro .nav-links .nav-previous a, .nav-links .nav-previous .tall-intro a,
  .tall-intro .nav-links .nav-next a,
  .nav-links .nav-next .tall-intro a {
    border-color: #fff;
    color: #fff;
  }
  @media screen and (min-width: 64em) {
    .tall-intro .headline {
      max-width: 850px;
    }
  }
  .tall-intro .bg-slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
    z-index: 5;
  }
  .tall-intro .bg-slides li {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  @media screen and (min-width: 81.75em) {
    .tall-intro .bg-slides li {
      background-attachment: fixed;
    }
  }
  
  .two-thirds-callout {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .two-thirds-callout + .two-thirds-callout {
    margin-top: 30px;
  }
  @media screen and (min-width: 43.75em) {
    .two-thirds-callout + .two-thirds-callout {
      margin-top: 70px;
    }
  }
  @media screen and (min-width: 43.75em) {
    .two-thirds-callout .text-side {
      display: table-cell;
      width: 66.66667%;
      padding-right: 50px;
    }
  }
  .two-thirds-callout .text-side .entry-title {
    font-family: 'proxima-nova', arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 10px;
  }
  .two-thirds-callout .cta-side {
    margin-top: 20px;
  }
  @media screen and (min-width: 43.75em) {
    .two-thirds-callout .cta-side {
      display: table-cell;
      width: 33.33333%;
      padding-left: 50px;
      margin-top: 0;
      border-left: 2px solid rgba(255, 255, 255, 0.25);
      vertical-align: middle;
    }
  }
  
  .stripe.blue .two-thirds-callout {
    color: #fff;
  }
  .stripe.blue .bordered-button, .stripe.blue .error-404 .search-form input[type='submit'], .error-404 .search-form .stripe.blue input[type='submit'],
  .stripe.blue .failed-search .search-form input[type='submit'],
  .failed-search .search-form .stripe.blue input[type='submit'], .stripe.blue .nav-links .nav-previous a, .nav-links .nav-previous .stripe.blue a,
  .stripe.blue .nav-links .nav-next a,
  .nav-links .nav-next .stripe.blue a {
    color: #fff;
    border-color: #fff;
  }
  
  .brand-teaser-pods, .leadership-pods, .photo-pods, .video-pods {
    margin-top: 30px;
  }
  @media screen and (min-width: 43.75em) {
    .brand-teaser-pods, .leadership-pods, .photo-pods, .video-pods {
      margin-top: 60px;
    }
  }
  @media screen and (min-width: 64em) {
    .brand-teaser-pods, .leadership-pods, .photo-pods, .video-pods {
      margin-top: 90px;
    }
  }
  
  .brand-teaser-pod {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #ccc;
  }
  .brand-teaser-pod + .brand-teaser-pod {
    margin-top: 10px;
  }
  .brand-teaser-pod.blue .pod-drawer,
  .brand-teaser-pod.blue .plus-icon {
    background: #0082c8;
  }
  .brand-teaser-pod.cyan .pod-drawer,
  .brand-teaser-pod.cyan .plus-icon {
    background: #14d9e5;
  }
  .brand-teaser-pod.green .pod-drawer,
  .brand-teaser-pod.green .plus-icon {
    background: #6ebd44;
  }
  .brand-teaser-pod.orange .pod-drawer,
  .brand-teaser-pod.orange .plus-icon {
    background: #f05525;
  }
  @media screen and (min-width: 43.75em) {
    .brand-teaser-pod {
      overflow: hidden;
      float: left;
      width: 24%;
      height: 270px;
    }
    .brand-teaser-pod + .brand-teaser-pod {
      margin-top: 0;
      margin-left: 1.3%;
    }
    .brand-teaser-pod:hover .pod-drawer {
      top: 10%;
    }
  }
  .brand-teaser-pod .pod-label {
    padding: 5% 20px;
    text-align: center;
    color: #fff;
  }
  @media screen and (min-width: 43.75em) {
    .brand-teaser-pod .pod-label {
      position: absolute;
      left: 0;
      bottom: 30px;
      width: 100%;
      padding: 0 20px;
    }
  }
  .brand-teaser-pod .pod-label .plus-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-top: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 2rem;
    line-height: 1.125em;
  }
  .brand-teaser-pod .pod-drawer {
    display: none;
    padding: 5% 20px;
  }
  @media screen and (min-width: 43.75em) {
    .brand-teaser-pod .pod-drawer {
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 40px 30px;
      transition: all 0.3s ease-in-out;
    }
  }
  .brand-teaser-pod .pod-drawer li + li {
    margin-top: 25px;
  }
  @media screen and (min-width: 43.75em) {
    .brand-teaser-pod .pod-drawer li + li {
      margin-top: 15px;
    }
  }
  .brand-teaser-pod .pod-drawer a, .brand-teaser-pod .pod-drawer p {
    text-transform: uppercase;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1em;
    font-family: 'proxima-nova', arial, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .brand-teaser-pod .pod-drawer a:hover span, .brand-teaser-pod .pod-drawer p:hover span {
    opacity: 1;
  }
  .brand-teaser-pod .pod-drawer p {
    line-height: 1.5em;
  }
  .brand-teaser-pod .pod-drawer .icon-long-arrow-right {
    display: inline-block;
    margin-left: 7px;
    font-size: 0.6875rem;
    opacity: .5;
    transition: opacity 0.2s linear;
  }
  
  .colored-halves {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .colored-halves:focus {
    outline: none;
  }
  .colored-halves .half {
    background-image: url("../../images/bgpattern-transparent.png");
    padding: 5%;
    /* color variations */
  }
  @media screen and (min-width: 43.75em) {
    .colored-halves .half {
      display: table-cell;
      width: 50%;
      padding: 30px;
      vertical-align: middle;
    }
  }
  @media screen and (min-width: 64em) {
    .colored-halves .half {
      padding: 40px 30px;
    }
  }
  @media screen and (min-width: 81.75em) {
    .colored-halves .half {
      padding: 50px 30px;
    }
  }
  .colored-halves .half.white {
    background: #fff;
  }
  .colored-halves .half.cyan {
    background-color: #14d9e5;
  }
  .colored-halves .half.blue {
    background-color: #0082c8;
  }
  .colored-halves .half.orange {
    background-color: #f05525;
  }
  .colored-halves .half.green {
    background-color: #6ebd44;
  }
  .colored-halves .half.bgimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .colored-halves .half.cyan, .colored-halves .half.blue, .colored-halves .half.orange, .colored-halves .half.green {
    color: #fff;
  }
  .colored-halves .half.cyan .bordered-button, .colored-halves .half.cyan .error-404 .search-form input[type='submit'], .error-404 .search-form .colored-halves .half.cyan input[type='submit'],
  .colored-halves .half.cyan .failed-search .search-form input[type='submit'],
  .failed-search .search-form .colored-halves .half.cyan input[type='submit'], .colored-halves .half.cyan .nav-links .nav-previous a, .nav-links .nav-previous .colored-halves .half.cyan a,
  .colored-halves .half.cyan .nav-links .nav-next a,
  .nav-links .nav-next .colored-halves .half.cyan a, .colored-halves .half.blue .bordered-button, .colored-halves .half.blue .error-404 .search-form input[type='submit'], .error-404 .search-form .colored-halves .half.blue input[type='submit'],
  .colored-halves .half.blue .failed-search .search-form input[type='submit'],
  .failed-search .search-form .colored-halves .half.blue input[type='submit'], .colored-halves .half.blue .nav-links .nav-previous a, .nav-links .nav-previous .colored-halves .half.blue a,
  .colored-halves .half.blue .nav-links .nav-next a,
  .nav-links .nav-next .colored-halves .half.blue a, .colored-halves .half.orange .bordered-button, .colored-halves .half.orange .error-404 .search-form input[type='submit'], .error-404 .search-form .colored-halves .half.orange input[type='submit'],
  .colored-halves .half.orange .failed-search .search-form input[type='submit'],
  .failed-search .search-form .colored-halves .half.orange input[type='submit'], .colored-halves .half.orange .nav-links .nav-previous a, .nav-links .nav-previous .colored-halves .half.orange a,
  .colored-halves .half.orange .nav-links .nav-next a,
  .nav-links .nav-next .colored-halves .half.orange a, .colored-halves .half.green .bordered-button, .colored-halves .half.green .error-404 .search-form input[type='submit'], .error-404 .search-form .colored-halves .half.green input[type='submit'],
  .colored-halves .half.green .failed-search .search-form input[type='submit'],
  .failed-search .search-form .colored-halves .half.green input[type='submit'], .colored-halves .half.green .nav-links .nav-previous a, .nav-links .nav-previous .colored-halves .half.green a,
  .colored-halves .half.green .nav-links .nav-next a,
  .nav-links .nav-next .colored-halves .half.green a {
    border-color: #fff;
    color: #fff;
  }
  .colored-halves .half.video-half {
    position: relative;
    min-height: 200px;
  }
  @media screen and (max-width: 43.6875em) {
    .colored-halves .half.video-half {
      padding-top: 80px;
    }
  }
  @media screen and (min-width: 43.75em) {
    .colored-halves .half.video-half {
      min-height: 0;
    }
  }
  .colored-halves .half.video-half.is-hovered .video-play-button:after {
    animation: fadeIn 1s ease-in infinite;
    animation-direction: alternate-reverse;
  }
  .colored-halves .half.video-half .toggling-video-open-bt {
    height: 100%;
  }
  .colored-halves .half .half-icon {
    margin-bottom: 25px;
  }
  .colored-halves .half .text-block {
    max-width: 470px;
    margin: 0 auto;
  }
  .colored-halves .half .text-block ul {
    padding: 10px 0;
  }
  .colored-halves .half .text-block ul li + li {
    margin-top: 10px;
  }
  .colored-halves .half .text-block ul li:before {
    content: '+ ';
  }
  
  .block-grid-list {
    margin-top: 20px;
  }
  @media screen and (min-width: 43.75em) {
    .block-grid-list {
      margin-top: 50px;
    }
  }
  @media screen and (min-width: 64em) {
    .block-grid-list {
      margin-top: 70px;
    }
  }
  .block-grid-list ul {
    display: block;
  }
  .block-grid-list ul::after {
    clear: both;
    content: "";
    display: table;
  }
  .block-grid-list li {
    font-family: 'proxima-nova', arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
  }
  .block-grid-list li + li {
    margin-top: 10px;
  }
  @media screen and (min-width: 43.75em) {
    .block-grid-list li + li {
      margin-top: 20px;
    }
  }
  .block-grid-list li a {
    color: #414141;
  }
  .block-grid-list li a:focus {
    opacity: .5;
  }
  @media screen and (min-width: 43.75em) {
    .block-grid-list li {
      display: inline-block;
      width: 48%;
      padding: 20px 10px;
      margin-top: 20px;
      margin-right: 2%;
      background: #eee;
      font-size: 0.8125rem;
      line-height: 1em;
      vertical-align: top;
    }
    .block-grid-list li:nth-child(even) {
      margin-right: 0;
    }
  }
  @media screen and (min-width: 64em) {
    .block-grid-list li {
      width: 31%;
    }
    .block-grid-list li:nth-child(even) {
      margin-right: 2%;
    }
    .block-grid-list li:nth-child(3n) {
      margin-right: 0;
    }
  }
  
  .brand-halves .colored-halves + .colored-halves {
    margin-top: 10px;
  }
  .brand-halves .half {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
  }
  .brand-halves .half.slideInRight {
    background-image: none;
  }
  .brand-halves .half .bordered-button, .brand-halves .half .error-404 .search-form input[type='submit'], .error-404 .search-form .brand-halves .half input[type='submit'],
  .brand-halves .half .failed-search .search-form input[type='submit'],
  .failed-search .search-form .brand-halves .half input[type='submit'], .brand-halves .half .nav-links .nav-previous a, .nav-links .nav-previous .brand-halves .half a,
  .brand-halves .half .nav-links .nav-next a,
  .nav-links .nav-next .brand-halves .half a {
    color: #fff;
    border-color: #fff;
  }
  .brand-halves .brand-description p {
    line-height: 1.875em;
  }
  .brand-halves .brand-description .brand-logo {
    display: block;
    margin-bottom: 15px;
    opacity: .5;
  }
  @media screen and (min-width: 43.75em) {
    .brand-halves .brand-description .brand-logo {
      margin-bottom: 30px;
    }
  }
  
  .brand-halves-intro {
    padding: 30px 0;
  }
  @media screen and (min-width: 43.75em) {
    .brand-halves-intro {
      padding: 60px 0;
    }
  }
  @media screen and (min-width: 64em) {
    .brand-halves-intro {
      padding: 90px 0;
    }
  }
  
  .brand-logos {
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
  }
  @media screen and (min-width: 43.75em) {
    .brand-logos {
      padding-bottom: 50px;
    }
  }
  @media screen and (min-width: 64em) {
    .brand-logos {
      padding-bottom: 80px;
    }
  }
  .brand-logos .small-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: baseline;
        align-items: baseline;
  }
  .brand-logos .brand-logo {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
  }
  .brand-logos .brand-logo:nth-child(1), .brand-logos .brand-logo:nth-child(2) {
    margin-top: 0;
  }
  @media screen and (min-width: 43.75em) {
    .brand-logos .brand-logo {
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
      margin-top: 80px;
    }
    .brand-logos .brand-logo:nth-child(3) {
      margin-top: 0;
    }
  }
  
  .small-container + .brand-logos {
    margin-top: 20px;
  }
  @media screen and (min-width: 43.75em) {
    .small-container + .brand-logos {
      margin-top: 50px;
    }
  }
  @media screen and (min-width: 64em) {
    .small-container + .brand-logos {
      margin-top: 70px;
    }
  }
  
  .value-pods {
    display: block;
    margin-top: 20px;
  }
  .value-pods::after {
    clear: both;
    content: "";
    display: table;
  }
  @media screen and (min-width: 43.75em) {
    .value-pods {
      margin-top: 50px;
    }
  }
  @media screen and (min-width: 64em) {
    .value-pods {
      margin-top: 70px;
    }
  }
  
  .value-pod {
    text-align: center;
    margin-top: 20px;
  }
  @media screen and (min-width: 43.75em) {
    .value-pod {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-top: 50px;
    }
    .value-pod:last-child {
      margin-right: 0;
    }
    .value-pod:nth-child(3n) {
      margin-right: 0;
    }
    .value-pod:nth-child(3n+1) {
      clear: left;
    }
    .value-pod:nth-child(1), .value-pod:nth-child(2), .value-pod:nth-child(3) {
      margin-top: 0;
    }
  }
  .value-pod .headline {
    margin: 10px 0;
  }
  @media screen and (min-width: 43.75em) {
    .value-pod p {
      max-width: 240px;
      margin: 0 auto;
    }
  }
  
  .value-statement {
    text-align: center;
    margin-top: 20px;
  }
  @media screen and (min-width: 43.75em) {
    .value-statement {
      margin-top: 50px;
    }
  }
  .value-statement .bordered-button, .value-statement .error-404 .search-form input[type='submit'], .error-404 .search-form .value-statement input[type='submit'],
  .value-statement .failed-search .search-form input[type='submit'],
  .failed-search .search-form .value-statement input[type='submit'], .value-statement .nav-links .nav-previous a, .nav-links .nav-previous .value-statement a,
  .value-statement .nav-links .nav-next a,
  .nav-links .nav-next .value-statement a {
    margin-top: 20px;
  }
  
  .leadership-pods {
    overflow: hidden;
  }
  .leadership-pods.not-first {
    margin-top: 0;
  }
  .leadership-pods .brand-teaser-pod {
    height: 270px;
    margin-top: 20px;
  }
  .leadership-pods .brand-teaser-pod:hover .pod-dark {
    background: rgba(0, 0, 0, 0.2);
  }
  .leadership-pods .brand-teaser-pod.is-active .pod-dark {
    background: transparent;
  }
  .leadership-pods .brand-teaser-pod.is-active .pod-label {
    opacity: 0;
  }
  @media screen and (min-width: 43.75em) {
    .leadership-pods .brand-teaser-pod {
      margin-left: 1.3%;
      cursor: pointer;
    }
    .leadership-pods .brand-teaser-pod:first-child {
      margin-left: 0;
    }
  }
  .leadership-pods .brand-teaser-pod .pod-label {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    padding: 0 20px;
    transition: opacity 0.3s linear;
  }
  .leadership-pods .brand-teaser-pod .pod-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: background 0.3s linear;
  }
  
  .leadership-bio {
    display: none;
    padding: 20px 5%;
    margin-top: 10px;
    background: #6ebd44;
    color: #fff;
  }
  @media screen and (min-width: 43.75em) {
    .leadership-bio {
      /*position: absolute;
      top: 0;
      left: 0;
      width: 100%;*/
      display: block;
      padding: 50px 0;
    }
  }
  .leadership-bio.mobile-bio {
    display: none;
    background: #6ebd44;
  }
  @media screen and (min-width: 43.75em) {
    .leadership-bio.mobile-bio {
      display: none;
    }
  }
  .leadership-bio .subhead {
    margin-bottom: 10px;
    font-size: 0.75rem;
  }
  .leadership-bio p + ul,
  .leadership-bio p + ol,
  .leadership-bio ul + p,
  .leadership-bio ol + p {
    margin-top: 10px;
  }
  .leadership-bio ul,
  .leadership-bio ol {
    margin-left: 2em;
  }
  .leadership-bio ul li {
    list-style: disc;
  }
  .leadership-bio ol li {
    list-style: decimal;
  }
  
  .leadership-bios .leadership-bio {
    display: none;
  }
  
  .location-pods {
    display: block;
  }
  .location-pods::after {
    clear: both;
    content: "";
    display: table;
  }
  
  @media screen and (min-width: 43.75em) {
    .location-pod {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-top: 40px;
    }
    .location-pod:last-child {
      margin-right: 0;
    }
    .location-pod:nth-child(2n) {
      margin-right: 0;
    }
    .location-pod:nth-child(2n+1) {
      clear: left;
    }
    .location-pod:nth-of-type(1), .location-pod:nth-of-type(2) {
      margin-top: 0;
    }
  }
  @media screen and (max-width: 43.6875em) {
    .location-pod + .location-pod {
      margin-top: 20px;
    }
  }
  .location-pod .headline {
    color: #0082c8;
    font-family: 'proxima-nova', arial, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .location-pod .subhead {
    text-transform: none;
  }
  
  .location-pod-label {
    margin: 20px 0 10px;
  }
  @media screen and (min-width: 43.75em) {
    .location-pod-label {
      margin: 50px 0 25px;
    }
  }
  @media screen and (min-width: 64em) {
    .location-pod-label {
      margin: 70px 0 30px;
    }
  }
  .location-pod-label p {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 2px;
  }
  
  .location-halves .half {
    padding: 0;
  }
  .location-halves .map-half {
    vertical-align: top;
  }
  
  .location-map {
    display: none;
  }
  @media screen and (min-width: 43.75em) {
    .location-map {
      display: block;
    }
  }
  
  .news-wrapper {
    min-height: 1000px;
    padding: 32px 16px;
  }
  .news-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
  @media (min-width: 768px) {
    .news-wrapper {
      padding: 48px 32px;
    }
  }
  @media (min-width: 1320px) {
    .news-wrapper {
      padding: 80px 110px;
    }
  }
  
  .news-list {
    padding: 0 0 32px 0;
  }
  @media (min-width: 900px) {
    .news-list {
      float: left;
      width: 64.45672192%;
      border-right: 1px solid #e1e1e1;
      padding: 0 32px 0 0;
    }
  }
  
  .news-list-item {
    margin: 0 0 48px 0;
  }
  
  .news-list-item-title {
    font-size: 1.25em;
  }
  @media (min-width: 600px) {
    .news-list-item-title {
      font-size: 1.5em;
    }
  }
  @media (min-width: 1080px) {
    .news-list-item-title {
      font-size: 1.875em;
    }
  }
  
  .news-list-item-date {
    display: block;
    font-size: 0.8125em;
    font-weight: bold;
    line-height: 16px;
    margin: 8px 0 16px 0;
    color: #777;
  }
  
  .news-list-item p {
    font-size: 0.9375em;
    line-height: 25px;
    margin-bottom: 15px;
  }
  
  .posts-navigation {
    padding-top: 32px;
    border-top: 1px solid #e1e1e1;
  }
  
  .nav-links .nav-previous a,
  .nav-links .nav-next a {
    width: auto;
  }
  
  .news-sidebar {
    padding: 32px 0 0 0;
  }
  @media (min-width: 900px) {
    .news-sidebar {
      float: right;
      width: 35.54327808%;
      padding: 0 0 0 32px;
      border: none;
    }
  }
  
  @media (max-width: 900px) {
    .news-sidebar-link-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: stretch;
          align-items: stretch;
    }
  }
  @media (max-width: 600px) {
    .news-sidebar-link-wrapper {
      display: block;
    }
  }
  
  .news-sidebar-link {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #f1f1f1;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 0 32px 0;
  }
  @media (min-width: 600px) {
    .news-sidebar-link {
      width: 50%;
      margin: 0 10px 32px 10px;
    }
  }
  @media (min-width: 900px) {
    .news-sidebar-link {
      width: 100%;
      margin: 0 0 32px 0;
    }
  }
  
  .news-sidebar-link-icon {
    width: 112px;
    height: 112px;
    background: #0082C8;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-preferred-size: 112px;
        flex-basis: 112px;
    position: relative;
  }
  @media (min-width: 980px) {
    .news-sidebar-link-icon {
      width: 148px;
      -ms-flex-preferred-size: 148px;
          flex-basis: 148px;
    }
  }
  
  .news-sidebar-link-icon svg {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
  
  .news-sidebar-link-text {
    padding: 0 16px;
    font-size: 1em;
    line-height: 1.2;
    font-weight: bold;
    display: block;
    max-width: 100%;
    -ms-flex: 1;
        flex: 1;
  }
  @media (min-width: 1080px) {
    .news-sidebar-link-text {
      font-size: 1.25em;
    }
  }
  
  .news-sidebar-rss-title {
    font-size: 1.25em;
    font-weight: bold;
    margin: 0 0 16px 0;
  }
  @media (min-width: 600px) {
    .news-sidebar-rss-title {
      font-size: 1.5em;
    }
  }
  @media (min-width: 1080px) {
    .news-sidebar-rss-title {
      font-size: 1.875em;
    }
  }
  
  .news-sidebar-rss-item {
    margin: 0 0 12px 0;
  }
  @media (min-width: 600px) {
    .news-sidebar-rss-item {
      margin: 0 0 16px 0;
    }
  }
  
  .news-sidebar-rss-item-link {
    display: block;
    font-size: 0.8125em;
    line-height: 16px;
  }
  @media (min-width: 600px) {
    .news-sidebar-rss-item-link {
      font-size: 0.9375em;
      line-height: 21px;
    }
  }
  
  .news-sidebar-rss-item-date {
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    color: #777;
  }
  @media (min-width: 600px) {
    .news-sidebar-rss-item-date {
      font-size: 0.8125em;
    }
  }
  
  .stripe.logo-wrapper {
    background: #f1f1f1;
  }
  
  .logo-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
    padding: 40px 15px 0 15px;
    box-sizing: border-box;
    width: 100%;
  }
  .logo-grid * {
    box-sizing: border-box;
  }
  
  .logo-grid-box {
    padding: 5px;
    display: block;
    width: 100%;
    text-align: center;
    -ms-flex: 0 1 auto;
    box-sizing: border-box;
  }
  @media (min-width: 510px) {
    .logo-grid-box {
      width: 50%;
      max-width: 50%;
      -ms-flex: 0 1 auto;
    }
  }
  @media (min-width: 768px) {
    .logo-grid-box {
      width: 33.3333333333%;
      max-width: 33.3333333333%;
      -ms-flex: 0 1 auto;
    }
  }
  @media (min-width: 1010px) {
    .logo-grid-box {
      width: 25%;
      -ms-flex: 0 1 auto;
      max-width: 25%;
    }
  }
  
  .logo-grid-box-inner {
    background: #ddd;
    padding: 20px;
    height: 100%;
  }
  
  .logo-grid-box-image {
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
  }
  
  .logo-grid-box-title {
    margin: 16px 0;
    font-size: 1em;
    line-height: 1.25;
    font-weight: bold;
  }
  
  .logo-grid-box-social {
    margin: 0;
    font-size: 16px;
  }
  .logo-grid-box-social a {
    margin: 0 2px;
  }
  
  .logo-grid-box-social-svg {
    width: 32px;
    height: 32px;
  }
  
  .logo-grid-box-social-svg-color {
    fill: #0082C8;
    transition: fill 0.2s ease;
  }
  
  .logo-grid-box-social-svg-white {
    fill: #fff;
  }
  
  .logo-grid-box-social a:hover .logo-grid-box-social-svg-color {
    fill: #6ebd44;
  }
  
  .logo-grid-box-blog {
    margin: 8px 0 0 0;
    font-size: 0.9375em;
    display: inline-block;
  }
  .logo-grid-box-blog:hover {
    color: #6ebd44;
  }
  
  .news-single {
    max-width: 704px;
    padding: 0 16px;
    margin: 0 auto;
  }
  
  .news-single-header {
    padding: 32px 0 8px 0;
  }
  @media (min-width: 768px) {
    .news-single-header {
      padding: 48px 0 8px 0;
    }
  }
  @media (min-width: 1320px) {
    .news-single-header {
      padding: 120px 0 8px 0;
    }
  }
  
  .news-single-header-back {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 16px 0;
    display: block;
  }
  @media (min-width: 768px) {
    .news-single-header-back {
      margin: 0 0 24px 0;
    }
  }
  
  .news-single-header-title {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.1333333333;
  }
  @media (min-width: 600px) {
    .news-single-header-title {
      font-size: 1.5em;
    }
  }
  @media (min-width: 1080px) {
    .news-single-header-title {
      font-size: 1.875em;
    }
  }
  
  .news-single-download {
    padding: 16px 0 0 0;
  }
  @media (min-width: 768px) {
    .news-single-download {
      padding: 32px 0 0 0;
    }
  }
  
  .news-single-content {
    padding: 0 0 32px 0;
  }
  @media (min-width: 768px) {
    .news-single-content {
      padding: 0 0 64px 0;
    }
  }
  @media (min-width: 1320px) {
    .news-single-content {
      padding: 0 0 80px 0;
    }
  }
  .news-single-content p {
    margin: 1em 0;
    font-size: 0.9375em;
    line-height: 1.6;
  }
  .news-single-content p:first-child {
    margin-top: 0;
  }
  .news-single-content img {
    max-width: 100%;
    height: auto;
    margin: 1em 0;
  }
  .news-single-content ul,
  .news-single-content ol {
    margin: 1em 0;
    padding: 0 0 0 8px;
  }
  .news-single-content ul > li,
  .news-single-content ol > li {
    padding: 0 0 0 8px;
    margin: 0 0 8px 8px;
    line-height: 1.6;
    position: relative;
    font-size: 0.9375em;
  }
  @media (min-width: 768px) {
    .news-single-content ul > li,
    .news-single-content ol > li {
      padding: 0 0 0 16px;
      margin: 0 0 8px 16px;
    }
  }
  @media (min-width: 768px) {
    .news-single-content ul,
    .news-single-content ol {
      padding: 0 0 0 16px;
    }
  }
  @media (min-width: 1320px) {
    .news-single-content ul,
    .news-single-content ol {
      padding: 0 0 0 24px;
    }
  }
  .news-single-content ul {
    list-style: disc;
  }
  .news-single-content ol {
    list-style: decimal;
  }
  .news-single-content blockquote {
    text-align: center;
    font-weight: 400;
    margin: 2.5em 0;
  }
  .news-single-content blockquote p {
    line-height: 1.1;
    margin: 0;
    font-size: 3em;
  }
  .news-single-content table {
    max-width: 624px;
    width: 100%;
    margin: 2.5em auto;
  }
  .news-single-content table tr:nth-of-type(odd) {
    background: #e1e1e1;
  }
  .news-single-content table tr:nth-of-type(even) {
    background: #fff;
  }
  .news-single-content table th {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.1;
    padding: 13px 40px 14px 40px;
  }
  .news-single-content table td {
    padding: 13px 40px 14px 40px;
    text-align: left;
    font-size: 1em;
  }
  .news-single-content .wp-caption {
    max-width: 100%;
    height: auto;
  }
  .news-single-content .wp-caption-text {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #777;
    line-height: 1.25;
  }
  .news-single-content .wp-caption-text a {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
  }
  .news-single-content .alignleft {
    float: left;
    margin: 0 1em 0.5em 0;
  }
  .news-single-content .alignright {
    float: right;
    margin: 0 0 0.5em 1em;
  }
  .news-single-content .aligncenter {
    margin: 1em auto;
    display: block;
  }
  .news-single-content .alignleft,
  .news-single-content .alignright {
    max-width: 50%;
  }
  
  .posts-navigation {
    margin-top: 30px;
    overflow: hidden;
  }
  @media screen and (min-width: 43.75em) {
    .posts-navigation {
      margin-top: 70px;
    }
  }
  .posts-navigation .nav-previous {
    width: 50%;
    float: left;
  }
  .posts-navigation .nav-next {
    width: 50%;
    float: right;
    text-align: right;
  }
  
  .photo-pods {
    overflow: hidden;
  }
  @media screen and (min-width: 43.75em) {
    .photo-pods .brand-teaser-pod + .brand-teaser-pod {
      margin-top: 20px;
    }
    .photo-pods .brand-teaser-pod + .brand-teaser-pod:nth-child(2), .photo-pods .brand-teaser-pod + .brand-teaser-pod:nth-child(3), .photo-pods .brand-teaser-pod + .brand-teaser-pod:nth-child(4) {
      margin-top: 0;
    }
    .photo-pods .brand-teaser-pod + .brand-teaser-pod:nth-child(4n+1) {
      margin-left: 0;
    }
  }
  .photo-pods .pod-label {
    min-height: 200px;
  }
  @media screen and (min-width: 43.75em) {
    .photo-pods .pod-label {
      padding-top: 140px;
    }
  }
  @media screen and (max-width: 43.6875em) {
    .photo-pods .pod-label .plus-icon {
      display: none;
    }
  }
  @media screen and (max-width: 43.6875em) {
    .photo-pods .pod-drawer {
      display: block;
    }
  }
  
  .video-pods {
    margin-top: 0;
    overflow: hidden;
  }
  .video-pods .brand-teaser-pod {
    padding-top: 100px;
    min-height: 200px;
  }
  @media screen and (min-width: 43.75em) {
    .video-pods .brand-teaser-pod {
      min-width: 0;
      padding-top: 0;
    }
    .video-pods .brand-teaser-pod:hover .pod-drawer {
      top: 70%;
    }
    .video-pods .brand-teaser-pod:hover .video-play-button {
      margin-top: 55px;
    }
    .video-pods .brand-teaser-pod.is-hovered .video-play-button:after {
      animation: fadeIn 1s ease-in infinite;
      animation-direction: alternate-reverse;
    }
    .video-pods .brand-teaser-pod + .brand-teaser-pod {
      margin-top: 20px;
    }
    .video-pods .brand-teaser-pod + .brand-teaser-pod:nth-child(2), .video-pods .brand-teaser-pod + .brand-teaser-pod:nth-child(3), .video-pods .brand-teaser-pod + .brand-teaser-pod:nth-child(4) {
      margin-top: 0;
    }
    .video-pods .brand-teaser-pod + .brand-teaser-pod:nth-child(4n+1) {
      margin-left: 0;
    }
  }
  .video-pods .video-play-button {
    margin: 10px auto 0;
  }
  @media screen and (min-width: 43.75em) {
    .video-pods .video-play-button {
      margin-top: 90px;
    }
  }
  .video-pods .pod-label {
    min-height: 100px;
  }
  @media screen and (min-width: 43.75em) {
    .video-pods .pod-label {
      padding-top: 140px;
    }
  }
  @media screen and (max-width: 43.6875em) {
    .video-pods .pod-label .plus-icon {
      display: none;
    }
  }
  @media screen and (max-width: 43.6875em) {
    .video-pods .pod-drawer {
      display: block;
    }
  }
  @media screen and (min-width: 43.75em) {
    .video-pods .pod-drawer {
      top: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: .85;
    }
    to {
      opacity: .5;
    }
  }
  .toggling-video-open-bt {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 11;
  }
  @media screen and (min-width: 43.75em) {
    .toggling-video-open-bt {
      height: inherit;
    }
  }
  
  .video-play-button {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: #414141;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
  }
  @media screen and (min-width: 43.75em) {
    .video-play-button {
      width: 70px;
      height: 70px;
      /*margin-top: 90px;*/
      transition: all 0.3s ease-in-out;
    }
    .video-play-button:after {
      content: '';
      display: block;
      position: absolute;
      top: -12px;
      left: -12px;
      width: 94px;
      height: 94px;
      background: #414141;
      opacity: .5;
      border-radius: 50%;
      z-index: 1;
    }
    .video-play-button:hover:after {
      animation: fadeIn 1s ease-in infinite;
      animation-direction: alternate-reverse;
    }
  }
  .video-play-button .triangle {
    height: 0;
    width: 0;
    border-bottom: 12.5px solid transparent;
    border-left: 22px solid #fff;
    border-top: 12.5px solid transparent;
    display: inline-block;
    position: relative;
    margin-top: 13px;
    margin-left: 4px;
    z-index: 5;
  }
  @media screen and (min-width: 43.75em) {
    .video-play-button .triangle {
      margin-top: 22px;
      margin-left: 5px;
    }
  }
  .video-play-button.green {
    background: #6ebd44;
  }
  .video-play-button.green:after {
    background: #6ebd44;
  }
  .video-play-button.cyan {
    background: #14d9e5;
  }
  .video-play-button.cyan:after {
    background: #14d9e5;
  }
  .video-play-button.orange {
    background: #f05525;
  }
  .video-play-button.orange:after {
    background: #f05525;
  }
  .video-play-button.blue {
    background: #0082c8;
  }
  .video-play-button.blue:after {
    background: #0082c8;
  }
  
  .videos-stripe {
    position: relative;
    padding-bottom: 20px;
  }
  @media screen and (min-width: 43.75em) {
    .videos-stripe {
      padding-bottom: 50px;
    }
  }
  @media screen and (min-width: 64em) {
    .videos-stripe {
      padding-bottom: 80px;
    }
  }
  .videos-stripe.internal-pad {
    padding-bottom: 0;
  }
  .videos-stripe.internal-pad .video-overlay {
    padding-bottom: 20px;
  }
  @media screen and (min-width: 43.75em) {
    .videos-stripe.internal-pad {
      padding-bottom: 0;
    }
    .videos-stripe.internal-pad .video-overlay {
      padding-bottom: 50px;
    }
  }
  @media screen and (min-width: 64em) {
    .videos-stripe.internal-pad {
      padding-bottom: 0;
    }
    .videos-stripe.internal-pad .video-overlay {
      padding-bottom: 80px;
    }
  }
  .videos-stripe .video-overlay {
    display: none;
    position: relative;
    padding-top: 10px;
    text-align: center;
  }
  @media screen and (min-width: 43.75em) {
    .videos-stripe .video-overlay {
      padding-top: 20px;
    }
  }
  .videos-stripe .video-overlay .video-close-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 10px 0;
    color: #fff;
    font-size: 2.5rem;
    text-shadow: 0 0 8px #000000;
  }
  @media screen and (min-width: 43.75em) {
    .videos-stripe .video-overlay .video-close-button {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 30px;
      left: 10px;
      text-align: right;
    }
    .videos-stripe .video-overlay .video-close-button:hover {
      color: #fff;
    }
  }
  @media screen and (min-width: 64em) {
    .videos-stripe .video-overlay .video-close-button {
      width: 50px;
      height: 50px;
      font-size: 3.125rem;
    }
  }
  
  .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }