/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Remove default browser button styles
 */
/**
 * Visually hide an element and leave it only for screenreaders
 */
/* stylelint-enable */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Generate map of breakpoint values
 */
/**
 * If you want, include custom media queries in the first parameter of map_merge below
 * (example 'admin-bar' media query provided)
 */
/**
 * Retrive prepared media query
 *
 * @param {string} $query Key to acess in breakpoints object. If you're lookin for one of the generated breakpoints,
 *                        pass in a string constructed using a key from $bp-values
 *                        and either 'min' (for `min-width`) or 'max' (for `max-width`), separated by a hyphen.
 */
body {
  color: #141414;
  font-family: proxima-nova, helvetica, sans-serif; }

.primary-heading {
  font-size: 3.125rem; }

.category-tag-large {
  background-color: #F95346;
  color: #fff;
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  padding: 0.625rem 1.125rem;
  text-transform: uppercase; }
  @media (min-width: 48rem) {
    .category-tag-large {
      font-size: 0.75rem; } }

.btn-read-more {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0.625rem 1rem;
  text-decoration: none;
  text-transform: uppercase; }
  .btn-read-more::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuMTkxLjEyNGwtLjMuMjQ4YS4zNzMuMzczIDAgMCAwIDAgLjU5N2wzLjU2IDIuOTMzSC41MDljLS4yODEgMC0uNTA5LjE5LS41MDkuNDIydi4zNTJjMCAuMjMzLjIyOC40MjIuNTA5LjQyMkgxNi40NUwxMi44OSA4LjAzYS4zNzMuMzczIDAgMCAwIDAgLjU5N2wuMy4yNDhhLjU4Ni41ODYgMCAwIDAgLjcyIDBsNC45NC00LjA3OGEuMzczLjM3MyAwIDAgMCAwLS41OTZMMTMuOTEuMTI0YS41ODYuNTg2IDAgMCAwLS43MiAweiIgZmlsbD0iI0Y5NTM0NiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+Cg==);
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: inline-block;
    height: 11px;
    margin-left: 1.25rem;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    width: 24px; }
  .btn-read-more:hover::after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px); }

/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Remove default browser button styles
 */
/**
 * Visually hide an element and leave it only for screenreaders
 */
/* stylelint-enable */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Generate map of breakpoint values
 */
/**
 * If you want, include custom media queries in the first parameter of map_merge below
 * (example 'admin-bar' media query provided)
 */
/**
 * Retrive prepared media query
 *
 * @param {string} $query Key to acess in breakpoints object. If you're lookin for one of the generated breakpoints,
 *                        pass in a string constructed using a key from $bp-values
 *                        and either 'min' (for `min-width`) or 'max' (for `max-width`), separated by a hyphen.
 */
body {
  color: #141414;
  font-family: proxima-nova, helvetica, sans-serif; }

.primary-heading {
  font-size: 3.125rem; }

.category-tag-large {
  background-color: #F95346;
  color: #fff;
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  padding: 0.625rem 1.125rem;
  text-transform: uppercase; }
  @media (min-width: 48rem) {
    .category-tag-large {
      font-size: 0.75rem; } }

.btn-read-more {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0.625rem 1rem;
  text-decoration: none;
  text-transform: uppercase; }
  .btn-read-more::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuMTkxLjEyNGwtLjMuMjQ4YS4zNzMuMzczIDAgMCAwIDAgLjU5N2wzLjU2IDIuOTMzSC41MDljLS4yODEgMC0uNTA5LjE5LS41MDkuNDIydi4zNTJjMCAuMjMzLjIyOC40MjIuNTA5LjQyMkgxNi40NUwxMi44OSA4LjAzYS4zNzMuMzczIDAgMCAwIDAgLjU5N2wuMy4yNDhhLjU4Ni41ODYgMCAwIDAgLjcyIDBsNC45NC00LjA3OGEuMzczLjM3MyAwIDAgMCAwLS41OTZMMTMuOTEuMTI0YS41ODYuNTg2IDAgMCAwLS43MiAweiIgZmlsbD0iI0Y5NTM0NiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+Cg==);
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: inline-block;
    height: 11px;
    margin-left: 1.25rem;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    width: 24px; }
  .btn-read-more:hover::after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px); }

@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* stylelint-disable */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  background-color: white; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* stylelint-enable */
/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Remove default browser button styles
 */
/**
 * Visually hide an element and leave it only for screenreaders
 */
/* stylelint-enable */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Generate map of breakpoint values
 */
/**
 * If you want, include custom media queries in the first parameter of map_merge below
 * (example 'admin-bar' media query provided)
 */
/**
 * Retrive prepared media query
 *
 * @param {string} $query Key to acess in breakpoints object. If you're lookin for one of the generated breakpoints,
 *                        pass in a string constructed using a key from $bp-values
 *                        and either 'min' (for `min-width`) or 'max' (for `max-width`), separated by a hyphen.
 */
body {
  color: #141414;
  font-family: proxima-nova, helvetica, sans-serif; }

.primary-heading {
  font-size: 3.125rem; }

.category-tag-large {
  background-color: #F95346;
  color: #fff;
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  padding: 0.625rem 1.125rem;
  text-transform: uppercase; }
  @media (min-width: 48rem) {
    .category-tag-large {
      font-size: 0.75rem; } }

.btn-read-more {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0.625rem 1rem;
  text-decoration: none;
  text-transform: uppercase; }
  .btn-read-more::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuMTkxLjEyNGwtLjMuMjQ4YS4zNzMuMzczIDAgMCAwIDAgLjU5N2wzLjU2IDIuOTMzSC41MDljLS4yODEgMC0uNTA5LjE5LS41MDkuNDIydi4zNTJjMCAuMjMzLjIyOC40MjIuNTA5LjQyMkgxNi40NUwxMi44OSA4LjAzYS4zNzMuMzczIDAgMCAwIDAgLjU5N2wuMy4yNDhhLjU4Ni41ODYgMCAwIDAgLjcyIDBsNC45NC00LjA3OGEuMzczLjM3MyAwIDAgMCAwLS41OTZMMTMuOTEuMTI0YS41ODYuNTg2IDAgMCAwLS43MiAweiIgZmlsbD0iI0Y5NTM0NiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+Cg==);
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: inline-block;
    height: 11px;
    margin-left: 1.25rem;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    width: 24px; }
  .btn-read-more:hover::after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px); }

.screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.container {
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  width: 100%; }
  @media (min-width: 48rem) {
    .container {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media (min-width: 64rem) {
    .container {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }

.featured-item__container {
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 22.5rem; }
  @media (min-width: 48rem) {
    .featured-item__container {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media (min-width: 64rem) {
    .featured-item__container {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  .featured-item__container img {
    height: 100%;
    left: 0;
    margin-left: 50%;
    min-width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    z-index: -1; }
  .featured-item__container .btn-read-more {
    margin-top: 1.25rem; }
  .featured-item__container a {
    text-decoration: none; }

.featured-item {
  position: relative; }
  @media (min-width: 48rem) {
    .featured-item:nth-of-type(even) .featured-item__header-wrapper {
      text-align: right; } }
  @media (min-width: 48rem) {
    .featured-item:nth-of-type(even) .category-tag-large {
      left: auto;
      right: 0; }
    .featured-item:nth-of-type(even) .btn-read-more {
      position: absolute;
      right: 0; }
    .featured-item:nth-of-type(even) .featured-item__content {
      margin-left: auto; } }
  .featured-item:not(:last-of-type) {
    margin-bottom: 0.25rem; }

.featured-item__header {
  background-color: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: #141414;
  display: inline;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.8125rem;
  padding: 0 0.9375rem; }
  @media (min-width: 48rem) {
    .featured-item__header {
      font-size: 2.4375rem;
      line-height: 2.9375rem; } }
  .featured-item__header a {
    color: #141414; }

.featured-item__content {
  position: relative;
  width: 50rem; }

.category-tag-large {
  left: 0;
  position: absolute;
  top: -32px; }
  .category-tag-large a {
    color: #fff; }

.featured-top {
  overflow: hidden; }

.global-header__wrapper {
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.9375rem;
  padding-top: 0.9375rem; }
  @media (min-width: 48rem) {
    .global-header__wrapper {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media (min-width: 64rem) {
    .global-header__wrapper {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  @media (min-width: 64rem) {
    .global-header__wrapper .global-footer__social {
      display: none; } }
  @media (min-width: 64rem) {
    .global-header__wrapper {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }

.global-header {
  border-bottom: 1px solid #EAEAEA; }

.global-header__navigation-desktop {
  display: none;
  margin-left: auto; }
  @media (min-width: 64rem) {
    .global-header__navigation-desktop {
      display: block; } }

.global-primary-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .global-primary-nav__menu > li:last-of-type {
    color: #F95346; }
  .global-primary-nav__menu > li > a {
    color: inherit;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 1.5625rem;
    text-decoration: none;
    text-transform: uppercase; }

.global-primary-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.menu-mobile {
  display: block; }
  @media (min-width: 64rem) {
    .menu-mobile {
      display: none; } }

.global-header__navigation-mobile {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: static; }
  @media (min-width: 64rem) {
    .global-header__navigation-mobile {
      display: none; } }
  .global-header__navigation-mobile .global-primary-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .global-header__navigation-mobile .global-primary-nav li {
      position: relative; }
  .global-header__navigation-mobile .global-primary-nav__menu > li {
    border-top: 1px solid #EAEAEA;
    margin-left: -40px;
    margin-right: -40px;
    padding: 1.25rem 2.5rem; }
  .global-header__navigation-mobile .global-primary-nav__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .global-header__navigation-mobile .global-footer__social-item {
    border: 0;
    margin: 0.9375rem 0rem 0rem 0rem;
    padding: 0rem 0.625rem 0rem 0rem; }

.global-header__menu-controller {
  background-color: transparent;
  border: 0;
  height: auto;
  padding: 0;
  width: auto;
  z-index: z(pushnavcontrol); }
  @media (min-width: 64rem) {
    .global-header__menu-controller {
      display: none; } }
  .global-header__menu-controller[aria-expanded="true"] {
    position: fixed; }

.global-header__menu-target {
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  overflow-y: scroll;
  padding: 0.9375rem;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  z-index: 9999; }
  .global-header__menu-target[aria-hidden="false"] {
    opacity: 1;
    top: 95px;
    visibility: visible; }

.global-header__mobile-search {
  display: block;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative; }
  @media (min-width: 64rem) {
    .global-header__mobile-search {
      display: none; } }
  .global-header__mobile-search input {
    background: 0 0;
    border: 0;
    color: #525252;
    font-size: 18px;
    font-weight: 300;
    line-height: 70px;
    margin: 0;
    padding: 0rem 0.9375rem 0rem 1.5625rem;
    width: 100%; }

.global-header__mobile-search-icon {
  background: 0 0;
  border: 0;
  cursor: pointer;
  left: 0;
  padding: 0;
  position: absolute;
  top: 39%; }

.gloabl-header__mobile-bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #EAEAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -40px;
  margin-right: -40px;
  padding: 2.5rem; }
  @media (min-width: 64rem) {
    .gloabl-header__mobile-bottom {
      display: none; } }

.global-header__mobile-copyright {
  color: #525252;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 1.875rem; }

.global-primary-nav__menu > li {
  position: relative;
  white-space: nowrap; }

.global-primary-nav__menu .sub-menu {
  background-color: #fff;
  color: #141414;
  font-size: 18px;
  left: 0;
  line-height: 20px;
  opacity: 0;
  text-rendering: optimizeLegibility;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  visibility: hidden; }
  @media (min-width: 64rem) {
    .global-primary-nav__menu .sub-menu {
      -webkit-box-shadow: 0 2px 3px 0 #b6b6b6;
              box-shadow: 0 2px 3px 0 #b6b6b6;
      padding: 20px 25px;
      position: absolute;
      top: 35px; } }
  @media (max-width: 47.9375rem) {
    .global-primary-nav__menu .sub-menu {
      display: none;
      margin: 0.9375rem 0rem 0rem 0.9375rem; } }
  .global-primary-nav__menu .sub-menu[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
    z-index: 999; }
    @media (max-width: 47.9375rem) {
      .global-primary-nav__menu .sub-menu[aria-hidden="false"] {
        display: block; } }
  .global-primary-nav__menu .sub-menu a {
    color: inherit;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none; }
  .global-primary-nav__menu .sub-menu li {
    display: block; }
    .global-primary-nav__menu .sub-menu li:not(:last-of-type) {
      margin-bottom: 0.625rem; }

.global-primary-nav__menu .menu-item-has-children > a::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNNDQzLjUgMTYyLjZsLTcuMS03LjFjLTQuNy00LjctMTIuMy00LjctMTcgMEwyMjQgMzUxIDI4LjUgMTU1LjVjLTQuNy00LjctMTIuMy00LjctMTcgMGwtNy4xIDcuMWMtNC43IDQuNy00LjcgMTIuMyAwIDE3bDIxMSAyMTEuMWM0LjcgNC43IDEyLjMgNC43IDE3IDBsMjExLTIxMS4xYzQuOC00LjcgNC44LTEyLjMuMS0xN3oiLz48L3N2Zz4K);
  background-origin: content-box;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  width: 12px; }

.category-archive {
  margin-bottom: 5rem;
  position: relative; }
  .category-archive::before {
    bottom: auto;
    content: '';
    display: block;
    height: 18.75rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }

.category-color-yellow::before {
  background-color: #FFC540; }

.category-color-blue::before,
.category-color-dark-blue::before {
  background-color: #83B1D8; }

.category-color-green::before {
  background-color: #48C4A3; }

.category-color-gray::before {
  background-color: #EAEAEA; }

.category-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2.5rem;
  width: 100%; }
  @supports (display: grid) {
    .category-archive__list {
      display: grid;
      grid-gap: 2.5rem;
      grid-template-columns: repeat(1, 1fr); }
      @media (min-width: 48rem) {
        .category-archive__list {
          grid-template-columns: repeat(3, 1fr); } } }

.category-archive__container {
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  width: 100%; }
  @media (min-width: 48rem) {
    .category-archive__container {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media (min-width: 64rem) {
    .category-archive__container {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  .category-archive__container img {
    width: 100%; }
  .category-archive__container a {
    color: inherit;
    text-decoration: none; }

.category-archive__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1.5625rem;
  text-transform: capitalize; }
  .category-archive__heading::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjE5MS4xNTFsLS4zLjMwNGEuNTIuNTIgMCAwIDAgMCAuNzNsMy41NiAzLjU4NUguNTA5QS41MTIuNTEyIDAgMCAwIDAgNS4yODV2LjQzYzAgLjI4NS4yMjguNTE1LjUwOS41MTVIMTYuNDVsLTMuNTYgMy41ODZhLjUyLjUyIDAgMCAwIDAgLjczbC4zLjMwM2EuNTA0LjUwNCAwIDAgMCAuNzIgMGw0Ljk0LTQuOTg0YS41Mi41MiAwIDAgMCAwLS43M0wxMy45MS4xNTFhLjUwNC41MDQgMCAwIDAtLjcyIDB6IiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4K);
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: inline-block;
    height: 11px;
    margin-left: 1.25rem;
    width: 19px; }

.category-archive__container {
  padding-top: 4.375rem; }
  @media (min-width: 48rem) {
    .category-archive__container {
      padding-top: 6.25rem; } }

.our-mission {
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  width: 100%;
  position: relative; }
  @media (min-width: 48rem) {
    .our-mission {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media (min-width: 64rem) {
    .our-mission {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }

.our-mission__header {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 0.1875rem;
  margin-right: 1.875rem;
  text-transform: uppercase; }

.our-mission__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.9375rem; }
  @media (max-width: 47.9375rem) {
    .our-mission__top {
      padding-bottom: 0.3125rem; } }

.our-mission__nav a {
  color: inherit;
  text-decoration: none; }

.our-mission__nav-item {
  border-bottom: 2px solid;
  color: #525252;
  display: inline-block;
  font-size: 1.125rem;
  text-transform: capitalize; }
  .our-mission__nav-item:not(:last-of-type) {
    margin-right: 0.9375rem; }
  .our-mission__nav-item:nth-of-type(1) {
    border-color: #48C4A3; }
  .our-mission__nav-item:nth-of-type(2) {
    border-color: #83B1D8; }
  .our-mission__nav-item:nth-of-type(3) {
    border-color: #FFC540; }

.our-mission__statement {
  font-size: 1.125rem;
  line-height: 1.625rem; }
  @media (max-width: 47.9375rem) {
    .our-mission__statement {
      margin-bottom: 1.875rem; } }

.our-mission__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 0rem; }
  @media (min-width: 48rem) {
    .our-mission__wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.our-mission__content {
  -ms-flex-preferred-size: 63%;
      flex-basis: 63%; }
  @media (min-width: 64rem) {
    .our-mission__content {
      padding: 0rem 1.25rem 0rem 5.625rem; } }

.our-mission__ruler {
  border-left: 4px solid #F95346;
  display: inline-block;
  height: 100%;
  margin-right: 3px; }

.our-mission__rulers {
  display: none;
  height: 100%;
  position: absolute; }
  @media (min-width: 64rem) {
    .our-mission__rulers {
      display: block; } }

.our-mission__founder {
  position: relative;
  width: 60%; }
  @media (min-width: 48rem) {
    .our-mission__founder {
      width: 30%; } }
  .our-mission__founder span {
    bottom: 55px;
    color: #fff;
    position: absolute;
    right: 75px; }
    @media (max-width: 47.9375rem) {
      .our-mission__founder span {
        display: none; } }

.email-footer {
  background-image: url(../media/bg-2.png);
  background-position: 50%;
  background-size: cover; }

.email-footer__container {
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28.125rem; }
  @media (min-width: 48rem) {
    .email-footer__container {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media (min-width: 64rem) {
    .email-footer__container {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }

.email-footer__signup {
  background-color: #fff;
  margin: auto;
  padding: 1.25rem; }
  @media (min-width: 64rem) {
    .email-footer__signup {
      padding: 4.375rem; } }
  .email-footer__signup p {
    margin-bottom: 1.5625rem; }

.email-footer__title {
  font-size: 2.125rem;
  font-weight: 700;
  margin-bottom: 1.25rem; }

.email-footer__signup-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #EAEAEA;
  border: none;
  font-size: 1rem;
  height: 1.5625rem;
  padding: 0.625rem 0.625rem 0.625rem 3.125rem; }

.email-footer__signup-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%; }
  .email-footer__signup-form label {
    display: none; }
  @media (min-width: 48rem) {
    .email-footer__signup-form {
      width: 70%; } }

.email-footer__icon {
  left: 8px;
  position: absolute;
  top: 11px; }

.email-footer__signup-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 47.9375rem) {
    .email-footer__signup-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 48rem) {
    .email-footer__signup-box .btn-read-more {
      -ms-flex-item-align: end;
          align-self: flex-end; } }

.btn-email-subscribe {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.9375rem;
  font-weight: 600;
  height: 2.8125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1px;
  padding: 0rem 1.25rem;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 48rem) {
    .btn-email-subscribe {
      -ms-flex-item-align: end;
          align-self: flex-end; } }

.error-404 {
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  width: 100%;
  padding-top: 2.5rem;
  text-align: center; }
  @media (min-width: 48rem) {
    .error-404 {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media (min-width: 64rem) {
    .error-404 {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  .error-404 .page-header {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 1.25rem; }

.error404 .content-area {
  background-color: #F95346;
  min-height: 31.25rem; }

.global-footer__container {
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  width: 100%; }
  @media (min-width: 48rem) {
    .global-footer__container {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media (min-width: 64rem) {
    .global-footer__container {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }

.global-footer__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 47.9375rem) {
    .global-footer__top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

@media (max-width: 47.9375rem) {
  .global-footer__logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

.global-footer__navigation {
  margin-bottom: 0.625rem; }
  @media (min-width: 48rem) {
    .global-footer__navigation {
      margin-bottom: 0;
      margin-left: auto; } }

.global-footer {
  padding-top: 1.875rem; }
  @media (min-width: 48rem) {
    .global-footer {
      padding-top: 3.75rem; } }

.global-footer__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #EAEAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem;
  padding: 1.25rem 0rem; }
  @media (max-width: 47.9375rem) {
    .global-footer__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.global-footer__bottom-copyright {
  color: #A1A1A1;
  font-size: 1rem; }
  @media (max-width: 47.9375rem) {
    .global-footer__bottom-copyright {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.global-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem; }
  @media (min-width: 48rem) {
    .global-footer__social {
      margin-bottom: 0;
      margin-left: auto; } }
  @media (min-width: 48rem) {
    .global-footer__social {
      margin-bottom: 0;
      margin-left: 2rem; } }
  @media (min-width: 90rem) {
    .global-footer__social {
      margin-left: auto; } }

.global-footer__social-item {
  display: block;
  padding: 0rem 0.4375rem; }
  @media (min-width: 48rem) {
    .global-footer__social-item {
      padding: 0rem 0.4375rem; } }
  .global-footer__social-item .icon-instagram {
    border-radius: 1.5em;
    width: 36px;
    height: 36px;
    background: black;
    padding: 7px;
    display: block; }
    .global-footer__social-item .icon-instagram svg {
      fill: white; }

.global-footer__menu li a {
  margin-bottom: 0.9375rem;
  margin-right: 0; }
  @media (min-width: 48rem) {
    .global-footer__menu li a {
      margin-left: 0.9375rem; } }

.global-footer__menu li:last-of-type a {
  margin-right: 0; }

@media (max-width: 47.9375rem) {
  .global-footer__menu .global-primary-nav__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; } }

.article-container,
.page-container {
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  width: 100%;
  padding-bottom: 3.75rem; }
  @media (min-width: 48rem) {
    .article-container,
    .page-container {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media (min-width: 64rem) {
    .article-container,
    .page-container {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  .article-container .entry-title,
  .page-container .entry-title {
    font-family: proxima-nova, helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.375rem;
    padding-top: 1.875rem;
    text-align: left; }
    @media (min-width: 64rem) {
      .article-container .entry-title,
      .page-container .entry-title {
        font-size: 3rem;
        line-height: 3.125rem; } }
  @media (min-width: 64rem) {
    .article-container .entry-header,
    .page-container .entry-header {
      margin-bottom: 1.875rem; } }
  .article-container .rich-text,
  .page-container .rich-text {
    color: #484848;
    font-family: georgia, times, serif; }
    @media (min-width: 64rem) {
      .article-container .rich-text,
      .page-container .rich-text {
        max-width: 50rem; } }
  .article-container .ruler,
  .page-container .ruler {
    background: #EAEAEA;
    height: 1px;
    margin: 0.625rem 0;
    position: relative;
    width: 100%; }
    @media (min-width: 64rem) {
      .article-container .ruler,
      .page-container .ruler {
        margin: 1.5rem 0; } }
  .article-container .featured-image,
  .page-container .featured-image {
    border-bottom: 4px solid #F95346;
    margin-bottom: 2.5rem;
    padding-bottom: 0.1875rem;
    display: inline-block; }
    @media (min-width: 64rem) {
      .article-container .featured-image,
      .page-container .featured-image {
        max-width: 80%; } }
    @media (max-width: 63.9375rem) {
      .article-container .featured-image img,
      .page-container .featured-image img {
        width: 100%; } }
    .article-container .featured-image p,
    .page-container .featured-image p {
      margin: 0.75em 0;
      line-height: normal;
      font-size: 0.9375rem; }
    .article-container .featured-image__credit,
    .page-container .featured-image__credit {
      color: #A1A1A1; }
    .article-container .featured-image a,
    .page-container .featured-image a {
      color: #dc3225;
      text-decoration: underline; }
      .article-container .featured-image a:hover,
      .page-container .featured-image a:hover {
        text-decoration: none; }
  .article-container .entry-meta,
  .page-container .entry-meta {
    font-size: 0.875rem;
    margin-bottom: 0.9375rem;
    margin-top: 0.4375rem;
    line-height: normal; }
    @media (max-width: 63.9375rem) {
      .article-container .entry-meta,
      .page-container .entry-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0.3125rem; } }
    @media (min-width: 64rem) {
      .article-container .entry-meta,
      .page-container .entry-meta {
        border-bottom: 1px solid #EAEAEA;
        display: inline-block;
        margin-bottom: 0.625rem;
        padding-bottom: 0.625rem; } }
  .article-container .entry-sharing__social,
  .page-container .entry-sharing__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.entry-sharing__social svg {
  fill: #A1A1A1; }

@media (max-width: 63.9375rem) {
  .entry-sharing {
    display: none; } }

.entry-sharing__social-item {
  display: block;
  margin-right: 0.625rem; }

@media (min-width: 64rem) {
  .entry-below {
    display: grid;
    grid-gap: 2.5rem;
    grid-template-columns: 150px auto; } }

@media (max-width: 63.9375rem) {
  .entry-categories {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: auto;
    width: 100%; } }

@media (min-width: 64rem) {
  .entry-categories {
    margin-bottom: 1.25rem; } }

.entry-categories__category {
  color: #141414;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
  text-decoration: none; }
  @media (max-width: 63.9375rem) {
    .entry-categories__category {
      margin-right: 0.625rem; } }
  .entry-categories__category a {
    border-bottom: 2px solid #F95346;
    color: #141414;
    line-height: 1.5;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .entry-categories__category a:hover {
      color: #F95346; }

.post-navigation,
.comments-area {
  display: none; }

@media (max-width: 63.9375rem) {
  .entry-left-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .entry-footer a,
  .entry-footer span {
    color: #A1A1A1;
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
    text-decoration: none;
    text-transform: capitalize; }
  .entry-footer span {
    margin-bottom: 1.25rem; }
  .entry-footer a:hover {
    border-bottom: 1px solid #F95346; }

.entry-byline {
  font-weight: 600;
  margin-bottom: 0.625rem; }
  @media (max-width: 63.9375rem) {
    .entry-byline {
      margin-right: 0.625rem; } }

.page-container {
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  width: 100%;
  max-width: 50rem; }
  @media (min-width: 48rem) {
    .page-container {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media (min-width: 64rem) {
    .page-container {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  .page-container .entry-title {
    text-align: center; }

.page-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 13.75rem;
  margin-bottom: 3.125rem;
  position: relative; }
  .page-top img {
    height: 100%;
    left: 0;
    margin-left: 50%;
    min-width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    z-index: -1; }
  .page-top .entry-header {
    margin: 0 auto;
    max-width: 80rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    position: relative;
    width: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.5rem;
    font-weight: 900;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1; }
    @media (min-width: 48rem) {
      .page-top .entry-header {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
    @media (min-width: 64rem) {
      .page-top .entry-header {
        padding-left: 1.875rem;
        padding-right: 1.875rem; } }
  .page-top .entry-title {
    background-color: #fff;
    color: #141414;
    display: inline;
    line-height: 1;
    margin: auto;
    padding: 0.3125rem 0.625rem; }

.staff__top {
  border-bottom: 1px solid #EAEAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem; }

.staff__top-info--name {
  font-size: 1.875rem;
  font-weight: 900; }

.staff__top-info--role {
  font-size: 1.125rem; }

.staff__top-img {
  border-radius: 50%;
  height: 200px;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  width: 200px; }
  .staff__top-img img {
    display: inline;
    height: 100%;
    margin: 0 auto;
    width: auto; }

.staff__container {
  background-color: #fff;
  max-width: 50rem;
  padding-bottom: 1.875rem;
  padding-top: 1.875rem; }

.staff__top-info {
  -ms-flex-item-align: center;
      align-self: center; }

.staff__bottom {
  font-size: 1.125rem;
  line-height: 1.5625rem; }
  .staff__bottom p {
    margin-bottom: 1rem; }
  .staff__bottom a {
    color: #F95346; }

.body-bg {
  background-color: #f8f8f8;
  padding-bottom: 1.875rem;
  padding-top: 1.875rem; }

#mailchimp {
  background: #f8f8f8;
  color: #E1523D;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #mailchimp input.email {
    background: #fff; }
  #mailchimp input {
    border-radius: 20px;
    border: medium none;
    color: #808080;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 8px 10px;
    width: 300px; }
  #mailchimp input[type="submit"] {
    background: #E1523D;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 8px 0; }
  #mailchimp .clear {
    clear: both;
    margin: 0; }
  @media (min-width: 48rem) {
    #mailchimp .email {
      margin-right: 1.25rem; } }
  #mailchimp form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mailchimp label {
    width: 100%;
    text-align: center;
    font-family: proxima-nova, helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.25rem;
    display: block;
    line-height: normal; }
  #mailchimp #mce-responses {
    margin-bottom: 0; }

.archive-item__list-item-meta {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .archive-item__list-item-meta h3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .archive-item__list-item-meta img {
    margin-bottom: 0.625rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .archive-item__list-item-meta .archive-item__time-cats {
    margin-bottom: 0.625rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .archive-item__list-item-meta .archive-item__time-cats a {
      color: #F95346; }

.archive-item__time-cats {
  font-size: 0.9375rem;
  font-weight: 300; }
  .archive-item__time-cats span {
    color: #F95346;
    margin-left: 0.9375rem; }

.archive-item-post a {
  color: inherit;
  text-decoration: none; }

.archive-item__list-item-header {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem; }
  @media (min-width: 48rem) {
    .archive-item__list-item-header {
      font-size: 1.375rem;
      line-height: 1.75rem; } }

.featured-archive {
  background-color: #f8f8f8;
  margin-bottom: 0;
  padding-bottom: 3rem; }

.category-archive__landing .category-archive__heading {
  background-color: #F95346;
  color: #fff;
  display: block;
  margin-bottom: 1.25rem;
  padding: 1.25rem 0;
  text-align: center; }
  .category-archive__landing .category-archive__heading::after {
    display: none; }

.category-archive__landing .archive-item__time-cats {
  color: #F95346;
  margin-bottom: 1rem;
  margin-top: 1rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  .category-archive__landing .archive-item__time-cats li {
    display: inline-block;
    margin-right: 0.625rem; }

.category-archive__landing .archive-item__list-item-header {
  margin-bottom: 1rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.category-archive__landing .entry-date {
  font-size: 0.75rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.category-archive__landing img {
  margin-bottom: 0; }

.category-archive__landing .category-archive__container {
  padding-top: 3.125rem; }

.category-archive__list-item-landing {
  margin-bottom: 3.125rem; }

.archive-item__meta {
  font-size: 0.75rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  .archive-item__meta .entry-meta {
    display: inline; }

.category-archive__top {
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  width: 100%;
  display: grid;
  grid-gap: 2.5rem;
  grid-template-columns: 1fr;
  margin-bottom: 2.5rem; }
  @media (min-width: 48rem) {
    .category-archive__top {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media (min-width: 64rem) {
    .category-archive__top {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  @media (min-width: 48rem) {
    .category-archive__top {
      grid-template-columns: 2fr 1fr; } }
  @media (min-width: 80rem) {
    .category-archive__top {
      grid-template-columns: 800px 1fr; } }

.category-archive__featured-item {
  position: relative; }
  @media (max-width: 63.9375rem) {
    .category-archive__featured-item .category-tag-large {
      top: 0; } }
  .category-archive__featured-item img {
    width: 100%; }

.category-archive__featured-item-heading a {
  text-decoration: none; }

@media (min-width: 64rem) {
  .category-archive__featured-item-heading {
    bottom: 20px;
    left: 20px;
    position: absolute;
    width: 84%; } }

.category-archive__featured-item__header {
  color: #141414;
  display: inline;
  font-size: 1.625rem;
  font-weight: 800;
  line-height: 1.875rem; }
  @media (min-width: 48rem) {
    .category-archive__featured-item__header {
      font-size: 1.875rem;
      line-height: 2.125rem; } }
  @media (min-width: 64rem) {
    .category-archive__featured-item__header {
      background-color: #fff;
      -webkit-box-decoration-break: clone;
              box-decoration-break: clone;
      font-size: 2.4375rem;
      line-height: 2.9375rem;
      padding: 0 0.9375rem; } }
  .category-archive__featured-item__header a {
    color: #141414; }

.category-archive__right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .category-archive__right .archive-item__list-item-header {
    color: #141414;
    font-size: 1.375rem;
    font-weight: 800; }
  .category-archive__right a {
    color: inherit;
    text-decoration: none; }

.category-archive__right-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem; }
  .category-archive__right-list-item:not(:last-of-type) {
    border-bottom: 1px solid #A1A1A1; }
  .category-archive__right-list-item .archive-item__time-cats {
    margin-bottom: 0.3125rem;
    margin-top: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

.category-archive__right-list-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.category-archive__signup {
  background-color: #f8f8f8; }

.category-archive__signup-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-gap: 2.5rem;
  grid-template-columns: 1fr;
  padding-bottom: 1.875rem;
  padding-top: 1.875rem; }
  @media (min-width: 48rem) {
    .category-archive__signup-wrapper {
      grid-template-columns: 2fr 1fr; } }
  @media (min-width: 80rem) {
    .category-archive__signup-wrapper {
      grid-template-columns: 750px 1fr; } }

.category-archive__signup-heading {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.3125rem; }

.category-archive__signup-para {
  font-size: 1.125rem;
  line-height: 1.4; }

.search-container {
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  width: 100%;
  background-color: #fff;
  max-width: 46.875rem;
  padding: 1.875rem; }
  @media (min-width: 48rem) {
    .search-container {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media (min-width: 64rem) {
    .search-container {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }
  .search-container article {
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem; }
  .search-container a {
    color: inherit;
    text-decoration: none; }
  .search-container .archive-item__list-item-header {
    margin-bottom: 0.625rem; }
  .search-container .entry-meta {
    display: inline; }
  .search-container label {
    width: 90%; }
  .search-container .search-submit {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMTIuMTUgMTAuNjkyaC0uNzY4bC0uMjcyLS4yNjNhNi4yOSA2LjI5IDAgMCAwIDEuNTI2LTQuMTExIDYuMzE4IDYuMzE4IDAgMSAwLTYuMzE4IDYuMzE4IDYuMjkgNi4yOSAwIDAgMCA0LjExMS0xLjUyNmwuMjYzLjI3MnYuNzY4bDQuODYgNC44NUwxNyAxNS41NTJsLTQuODUtNC44NnptLTUuODMyIDBhNC4zNjggNC4zNjggMCAwIDEtNC4zNzQtNC4zNzQgNC4zNjggNC4zNjggMCAwIDEgNC4zNzQtNC4zNzQgNC4zNjggNC4zNjggMCAwIDEgNC4zNzQgNC4zNzQgNC4zNjggNC4zNjggMCAwIDEtNC4zNzQgNC4zNzR6IgogICAgICAgICAgZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJub256ZXJvIi8+Cjwvc3ZnPgo=);
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    border-radius: 0;
    content: '';
    display: inline-block;
    height: 30px;
    margin-right: 0.625rem;
    text-indent: -999px;
    width: 38px; }

.search-results .content-area {
  background-color: #f8f8f8;
  padding: 1.25rem 0rem; }

.page-search__title {
  font-size: 1.5rem;
  font-weight: 900; }

.page-search__term {
  color: #F95346; }

.search-form {
  padding: 0.9375rem 0rem; }

.search-eyebrow {
  color: #F95346;
  margin-bottom: 0.3125rem; }

.search-meta {
  font-size: 0.75rem;
  font-weight: 300; }

.search-form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 1.25rem 0rem 2.5rem 0rem;
  padding: 0; }

.search-field {
  border: 0;
  font-size: 1rem;
  height: 100%;
  line-height: 1;
  padding: 1.25rem;
  width: 100%; }

.search-submit {
  margin-left: auto; }

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

/* stylelint-disable selector-max-specificity */
/**
 * Styles Image block.
 */
/* stylelint-disable selector-max-specificity */
/**
 * Styles the Media Text block.
 */
/**
 * Styles tables within the body content.
 */
/**
 * Styles additional elements not covered by core blocks.
 */
/* stylelint-disable selector-max-specificity */
/**
 * Styles the Button block.
 */
/* stylelint-disable selector-max-specificity */
/**
 * Styles the Separator block.
 */
/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Remove default browser button styles
 */
/**
 * Visually hide an element and leave it only for screenreaders
 */
/* stylelint-enable */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Generate map of breakpoint values
 */
/**
 * If you want, include custom media queries in the first parameter of map_merge below
 * (example 'admin-bar' media query provided)
 */
/**
 * Retrive prepared media query
 *
 * @param {string} $query Key to acess in breakpoints object. If you're lookin for one of the generated breakpoints,
 *                        pass in a string constructed using a key from $bp-values
 *                        and either 'min' (for `min-width`) or 'max' (for `max-width`), separated by a hyphen.
 */
body {
  color: #141414;
  font-family: proxima-nova, helvetica, sans-serif; }

.primary-heading {
  font-size: 3.125rem; }

.category-tag-large {
  background-color: #F95346;
  color: #fff;
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  padding: 0.625rem 1.125rem;
  text-transform: uppercase; }
  @media (min-width: 48rem) {
    .category-tag-large {
      font-size: 0.75rem; } }

.btn-read-more {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0.625rem 1rem;
  text-decoration: none;
  text-transform: uppercase; }
  .btn-read-more::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuMTkxLjEyNGwtLjMuMjQ4YS4zNzMuMzczIDAgMCAwIDAgLjU5N2wzLjU2IDIuOTMzSC41MDljLS4yODEgMC0uNTA5LjE5LS41MDkuNDIydi4zNTJjMCAuMjMzLjIyOC40MjIuNTA5LjQyMkgxNi40NUwxMi44OSA4LjAzYS4zNzMuMzczIDAgMCAwIDAgLjU5N2wuMy4yNDhhLjU4Ni41ODYgMCAwIDAgLjcyIDBsNC45NC00LjA3OGEuMzczLjM3MyAwIDAgMCAwLS41OTZMMTMuOTEuMTI0YS41ODYuNTg2IDAgMCAwLS43MiAweiIgZmlsbD0iI0Y5NTM0NiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+Cg==);
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: inline-block;
    height: 11px;
    margin-left: 1.25rem;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    width: 24px; }
  .btn-read-more:hover::after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px); }

.rich-text p {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1.875rem; }

.rich-text h2 {
  font-size: 1.5rem;
  margin-bottom: 1.875rem; }

.rich-text h3 {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem; }

.rich-text h4 {
  font-size: 1.125rem;
  margin-bottom: 0.9375rem; }

.rich-text h5 {
  font-size: 1rem;
  margin-bottom: 0.9375rem; }

.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  font-family: proxima-nova, helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.3; }

.rich-text ul,
.rich-text ol {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1.875rem; }
  .rich-text ul ul,
  .rich-text ul ol,
  .rich-text ol ul,
  .rich-text ol ol {
    margin-top: 0.5rem; }
  .rich-text ul li,
  .rich-text ol li {
    margin-bottom: 0.5rem;
    margin-left: 1.25rem;
    padding-left: 1.25rem; }

.rich-text ul {
  list-style-type: disc; }

.rich-text ol {
  list-style: decimal outside none; }
  .rich-text ol > li > ol {
    list-style-type: lower-roman; }
    .rich-text ol > li > ol > li > ol {
      list-style-type: lower-alpha; }

.rich-text a {
  color: #dc3225;
  text-decoration: underline; }
  .rich-text a:hover {
    text-decoration: none; }

.rich-text b,
.rich-text strong {
  font-weight: 700; }

.rich-text em,
.rich-text i {
  font-style: italic; }

.rich-text del,
.rich-text strike {
  text-decoration: line-through; }

.rich-text .has-drop-cap::first-letter {
  color: #A1A1A1;
  font-size: 3.75rem;
  font-weight: 800; }

.rich-text blockquote,
.rich-text .wp-block-quote {
  border-left: 1px solid;
  padding: 0.625rem;
  border-left: 8px solid #F95346;
  color: #141414;
  font-style: italic;
  line-height: 1.6;
  margin: 0.3125rem 1.875rem 2.5rem 0rem;
  padding: 1.25rem 1.875rem 1.25rem 2.8125rem;
  position: relative;
  width: 100%; }
  .rich-text blockquote cite,
  .rich-text .wp-block-quote cite {
    display: block;
    font-size: 0.9375rem;
    font-style: normal;
    margin-top: 1rem;
    text-align: left;
    width: 100%; }
    .rich-text blockquote cite::before,
    .rich-text .wp-block-quote cite::before {
      content: "— "; }
    .is-style-large .rich-text blockquote cite, .is-style-large
    .rich-text .wp-block-quote cite {
      font-size: 0.75rem;
      text-align: left; }
  .rich-text blockquote,
  .rich-text blockquote p,
  .rich-text .wp-block-quote,
  .rich-text .wp-block-quote p {
    font-style: italic; }
  .rich-text blockquote p:last-child,
  .rich-text .wp-block-quote p:last-child {
    margin-bottom: 0; }
  .rich-text blockquote.is-style-large p,
  .rich-text .wp-block-quote.is-style-large p {
    font-size: 2rem; }
  .rich-text blockquote::before,
  .rich-text .wp-block-quote::before {
    color: #F95346;
    content: "\201C";
    font-family: "Arial";
    font-size: 4rem;
    left: 10px;
    position: absolute;
    top: -10px; }
  .rich-text blockquote::after,
  .rich-text .wp-block-quote::after {
    content: ''; }
  .rich-text blockquote p,
  .rich-text .wp-block-quote p {
    font-size: 1.4rem; }

.rich-text .wp-block-pullquote {
  padding: 0;
  text-align: left; }
  .rich-text .wp-block-pullquote > blockquote {
    border-left: 1px solid;
    padding: 0.625rem; }
    .rich-text .wp-block-pullquote > blockquote,
    .rich-text .wp-block-pullquote > blockquote p {
      font-style: italic; }
    .rich-text .wp-block-pullquote > blockquote p:last-child {
      margin-bottom: 0; }
  .rich-text .wp-block-pullquote cite,
  .rich-text .wp-block-pullquote .wp-block-pullquote__citation {
    text-transform: none; }
    .rich-text .wp-block-pullquote cite::before,
    .rich-text .wp-block-pullquote .wp-block-pullquote__citation::before {
      content: none; }

.rich-text .wp-block-media-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3.125rem; }
  @media (min-width: 64rem) {
    .rich-text .wp-block-media-text {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .rich-text .wp-block-media-text.has-media-on-the-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media (min-width: 64rem) {
      .rich-text .wp-block-media-text.has-media-on-the-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
  .rich-text .wp-block-media-text .wp-block-media-text__media,
  .rich-text .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    width: 100%; }
    @media (min-width: 64rem) {
      .rich-text .wp-block-media-text .wp-block-media-text__media,
      .rich-text .wp-block-media-text .wp-block-media-text__content {
        width: calc(50% - 0.625rem); } }
    @media (min-width: 64rem) {
      .rich-text .wp-block-media-text .wp-block-media-text__media,
      .rich-text .wp-block-media-text .wp-block-media-text__content {
        tidy-span: 3; } }
    .rich-text .wp-block-media-text .wp-block-media-text__media .has-large-font-size,
    .rich-text .wp-block-media-text .wp-block-media-text__content .has-large-font-size {
      font-size: 1.5rem; }
      @media (min-width: 64rem) {
        .rich-text .wp-block-media-text .wp-block-media-text__media .has-large-font-size,
        .rich-text .wp-block-media-text .wp-block-media-text__content .has-large-font-size {
          font-size: 2.25rem; } }
  @media (min-width: 64rem) {
    .rich-text .wp-block-media-text.alignwide .wp-block-media-text__media,
    .rich-text .wp-block-media-text.alignwide .wp-block-media-text__content {
      tidy-span: 4; } }
  @media (min-width: 64rem) {
    .rich-text .wp-block-media-text.alignfull .wp-block-media-text__media,
    .rich-text .wp-block-media-text.alignfull .wp-block-media-text__content {
      max-width: none;
      width: calc(50% - 0.625rem); } }
  @media (min-width: 64rem) {
    .rich-text .wp-block-media-text.alignfull .wp-block-media-text__content {
      padding-left: 0; } }

.rich-text .wp-block-image {
  margin-bottom: 1.875rem; }

.rich-text figure,
.rich-text .wp-block-image figure {
  margin-bottom: 1.875rem; }
  .rich-text figure.alignfull figcaption,
  .rich-text figure.alignfull .wp-block-image figcaption,
  .rich-text .wp-block-image figure.alignfull figcaption,
  .rich-text .wp-block-image figure.alignfull .wp-block-image figcaption {
    text-align: center;
    width: 100%; }
  .rich-text figure img,
  .rich-text .wp-block-image figure img {
    height: auto;
    width: 100%; }

.rich-text figcaption,
.rich-text .wp-block-image figcaption {
  display: inline-block;
  margin: 0.5rem 0rem;
  text-align: center;
  line-height: normal; }

.rich-text img,
.rich-text .wp-block-image img {
  display: block; }
  .attachment .rich-text img,
  .widget-area .rich-text img, .rich-text img.size-auto, .rich-text img.size-full, .rich-text img.size-large, .rich-text img.size-medium, .attachment
  .rich-text .wp-block-image img,
  .widget-area
  .rich-text .wp-block-image img,
  .rich-text .wp-block-image img.size-auto,
  .rich-text .wp-block-image img.size-full,
  .rich-text .wp-block-image img.size-large,
  .rich-text .wp-block-image img.size-medium {
    height: auto;
    max-width: 100%; }
  p .rich-text img, p
  .rich-text .wp-block-image img {
    margin-bottom: 0.125em; }

.rich-text .alignleft {
  display: block;
  float: none;
  width: 100%; }
  @media (min-width: 48rem) {
    .rich-text .alignleft {
      float: left;
      margin-right: 1.875rem;
      width: auto; } }

.rich-text .alignleft {
  float: left;
  margin-right: 1.875rem; }

.rich-text .alignright {
  float: right;
  margin-bottom: 0;
  margin-left: 1.875rem; }

.rich-text table,
.rich-text .wp-block-table {
  border: 1px solid #525252;
  border-spacing: 0;
  margin-bottom: 1.875rem;
  min-width: calc(100% - 2px); }
  .rich-text table td,
  .rich-text .wp-block-table td {
    border: 1px solid #525252;
    border-left: none;
    padding: 0.8125rem 0.9375rem; }
  .rich-text table th,
  .rich-text .wp-block-table th {
    background-color: rgba(82, 82, 82, 0.5);
    border-bottom: 3px solid #525252;
    font-weight: 700;
    padding: 0.8125rem 0.9375rem; }
    .rich-text table th:not(:last-of-type),
    .rich-text .wp-block-table th:not(:last-of-type) {
      border-right: 1px solid #525252; }
  .rich-text table tr:nth-child(odd),
  .rich-text .wp-block-table tr:nth-child(odd) {
    background-color: rgba(82, 82, 82, 0.5); }

.rich-text audio,
.rich-text div:not([class*="wp-block-"]),
.rich-text form,
.rich-text iframe,
.rich-text video {
  margin-bottom: 1.875rem; }

.rich-text dl {
  margin-bottom: 1.875rem; }

.rich-text dt {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 0.25rem; }

.rich-text dd {
  border-left: 2px solid #525252;
  color: #A1A1A1;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 0.9375rem;
  padding-left: 0.9375rem; }

.rich-text address {
  color: #A1A1A1;
  line-height: 1.2;
  margin-bottom: 1.875rem; }

.rich-text abbr[title],
.rich-text acronym[title] {
  border-bottom: 1px dotted #525252;
  cursor: help;
  text-decoration: none; }

.rich-text p code {
  padding: 0 0.3em; }

.rich-text sub,
.rich-text sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

.rich-text sub {
  bottom: -0.25em; }

.rich-text sup {
  top: -0.5em; }

.rich-text var,
.rich-text tt,
.rich-text kbd {
  display: inline;
  font: 400 1em 'Courier', monospace; }

.rich-text .wp-block-cover {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.875rem;
  position: relative;
  width: 100%; }

.rich-text .wp-block-cover-text {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1.875rem;
  text-align: center; }

.rich-text .wp-block-button {
  margin-bottom: 1.875rem; }
  .rich-text .wp-block-button.aligncenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .rich-text .wp-block-button a,
  .rich-text .wp-block-button .wp-block-button__link {
    border-bottom: none;
    height: 2.5rem;
    min-width: 8.75rem;
    text-decoration: none; }

.rich-text hr,
.rich-text .wp-block-separator {
  display: inline-block;
  margin-bottom: 1.875rem; }
  .rich-text hr:not(.is-style-dots),
  .rich-text .wp-block-separator:not(.is-style-dots) {
    background-color: #525252;
    border: none;
    height: 1px; }
  .rich-text hr.is-style-dots::before,
  .rich-text .wp-block-separator.is-style-dots::before {
    color: #A1A1A1;
    content: "\00b7 \00b7 \00b7";
    font-size: 1rem;
    letter-spacing: 1px;
    padding-left: 0.625rem; }
  .rich-text hr.is-style-wide,
  .rich-text .wp-block-separator.is-style-wide {
    max-width: none;
    width: 100%; }

/* stylelint-disable selector-max-specificity */
/**
 * Styles Image block.
 */
/* stylelint-disable selector-max-specificity */
/**
 * Styles the Media Text block.
 */
/**
 * Styles tables within the body content.
 */
/**
 * Styles additional elements not covered by core blocks.
 */
/* stylelint-disable selector-max-specificity */
/**
 * Styles the Button block.
 */
/* stylelint-disable selector-max-specificity */
/**
 * Styles the Separator block.
 */
.rich-text .featured-content {
  font-family: proxima-nova, helvetica, sans-serif;
  margin-bottom: 1.25rem;
  padding-top: 1.875rem; }
  @media (min-width: 80rem) {
    .rich-text .featured-content {
      margin-bottom: 2.5rem;
      margin-left: -25%;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 77.5rem; }
      .page .rich-text .featured-content {
        margin-left: -34%; } }

.rich-text .featured-content__list {
  display: grid;
  grid-gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
  line-height: 1;
  list-style: none;
  margin: 0; }
  .rich-text .featured-content__list li {
    margin: 0;
    padding: 0; }
  @media (max-width: 47.9375rem) {
    .rich-text .featured-content__list {
      grid-gap: 1.25rem;
      grid-template-columns: repeat(3, 250px);
      width: 100%; } }

.rich-text .featured-content__item-wrapper {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 3px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 3px 0 rgba(0, 0, 0, 0.12); }
  .rich-text .featured-content__item-wrapper img {
    display: block; }

.rich-text .featured-content__item-meta {
  background-color: #48C4A3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 15.625rem;
  padding: 1.25rem 1.875rem; }
  @media (max-width: 47.9375rem) {
    .rich-text .featured-content__item-meta {
      min-height: 15.3125rem; } }
  .rich-text .featured-content__item-meta a {
    color: #141414;
    text-decoration: none; }
  .rich-text .featured-content__item-meta .archive-item__list-item-header {
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.4375rem; }
    @media (min-width: 80rem) {
      .rich-text .featured-content__item-meta .archive-item__list-item-header {
        font-size: 1.375rem;
        line-height: 1.75rem; } }

@media (max-width: 47.9375rem) {
  .rich-text .featured-content__container {
    overflow-x: auto;
    width: 100%; } }

.rich-text .featured-content__item-category {
  border-bottom: 1px solid #525252;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  margin-bottom: 0.625rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding-bottom: 0.625rem;
  position: relative; }
  .rich-text .featured-content__item-category::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjE5MS4xNTFsLS4zLjMwNGEuNTIuNTIgMCAwIDAgMCAuNzNsMy41NiAzLjU4NUguNTA5QS41MTIuNTEyIDAgMCAwIDAgNS4yODV2LjQzYzAgLjI4NS4yMjguNTE1LjUwOS41MTVIMTYuNDVsLTMuNTYgMy41ODZhLjUyLjUyIDAgMCAwIDAgLjczbC4zLjMwM2EuNTA0LjUwNCAwIDAgMCAuNzIgMGw0Ljk0LTQuOTg0YS41Mi41MiAwIDAgMCAwLS43M0wxMy45MS4xNTFhLjUwNC41MDQgMCAwIDAtLjcyIDB6IiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4K);
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: inline-block;
    height: 11px;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 19px; }

.rich-text .featured-content__heading {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  text-align: center;
  text-transform: uppercase; }

.site-title a {
  color: brown; }

body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  height: auto;
  max-width: 100%; }

body {
  overflow-x: hidden; }


/*# sourceMappingURL=global.e7f61bef1844f3949e2c.min.css.map*/