@charset "UTF-8";

/**
 * CONTENTS
 *
 * SETTINGS
 * Variables............Globally-available variables and config.
 * Z-Index..............Semantic z-index manifest
 *
 * TOOLS
 * Mixins...............Useful mixins.
 * Include Media........Sass library for writing CSS media queries.
 * Media Query Test.....Displays the current breakport you're in.
 *
 * GENERIC
 * Reset................A level playing field.
 *
 * BASE
 * Forms................Common and default form styles.
 * Headings.............H1–H6 styles.
 * Links................Link styles.
 * Lists................Default list styles.
 * Main.................Page body defaults.
 * Media................Image and video styles.
 * Tables...............Default table styles.
 * Text.................Default text styles.
 *
 * LAYOUT
 * Grids................Grid/column classes.
 * Wrappers.............Wrapping/constraining elements.
 *
 * COMPONENTS
 * Blocks...............Modular components often consisting of text and media.
 * Cards................Modular components for mainly text and data (card-like).
 * Heros................Leading hero image/caption section of a content type.
 * Sections.............Larger components of pages.
 * Forms................Specific form styling.
 *
 * OBJECTS
 * Buttons..............Various button styles and styles.
 * Icons................Icon styles and settings.
 * Messaging............Banners, alerts, and typically site-wide notices.
 * Lists................Various site list styles.
 * Navs.................Site navigations.
 * Media................Specific media objects, e.g. figures
 *
 * TEXT
 * Text.................Various text-specific class definitions.
 *
 * PAGE STRUCTURE
 * Article..............Post-type pages with styled text.
 * Gallery..............Styles for all things gallery.
 * Footer...............The main page footer.
 * Header...............The main page header.
 * Main.................Content area styles.
 *
 * MODIFIERS
 * Animations...........Animation and transition effects.
 * Colors...............Text and background colors.
 * Display..............Show and hide and breakpoint visibility rules.
 * Spacings.............Padding and margins in classes.
 *
 * TRUMPS
 * Helper Classes.......Helper classes loaded last in the cascade.
 */

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

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

/**
 * Grid & Baseline Setup
 */

/**
 * Theme Colors
 */

/**
 * Neutral Colors
 */

/**
 * Default Colors
 */

/**
 * Style Colors
 */

/**
 * Typography
 */

/**
 * Animation
 */

/**
 * Border Styles
 */

/**
 * Font Sizes
 */

/**
 * Native Custom Properties
 */

/* line 141, resources/assets/styles/_settings.variables.scss */

:root {
  --font-size-xxs: 12px;
  --font-size-xs: 14px;
  --font-size-s: 18px;
  --font-size-m: 22px;
  --font-size-m-l: 24px;
  --font-size-l: 30px;
  --font-size-xl: 36px;
  --font-size-xxl: 56px;
  --font-size-xxxl: 104px;
}

/**
 * Icons
 */

/**
 * Common Breakpoints
 */

/**
 * Animation
 */

/**
 * Border Styles
 */

/**
 * Default Spacing/Padding
 * Maintain a spacing system divisible by 10
 */

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

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

/**
 * Standard paragraph
 */

/**
 * String interpolation function for SASS variables in SVG Image URI's
 */

/* ------------------------------------*\
    $MEDIA QUERY TESTS
\*------------------------------------ */

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

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

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

/* line 6, resources/assets/styles/_generic.reset.scss */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 12, resources/assets/styles/_generic.reset.scss */

body {
  margin: 0;
  padding: 0;
}

/* line 17, resources/assets/styles/_generic.reset.scss */

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

/* line 46, resources/assets/styles/_generic.reset.scss */

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

/* line 56, resources/assets/styles/_generic.reset.scss */

address {
  font-style: normal;
}

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

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

@font-face {
  font-family: "noe-bold";
  src: url(/wp-content/themes/bmoreart/dist/fonts/NoeDisplay-Bold.woff) format("woff"), url(/wp-content/themes/bmoreart/dist/fonts/NoeDisplay-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "noe-medium";
  src: url(/wp-content/themes/bmoreart/dist/fonts/NoeDisplay-Medium.woff) format("woff"), url(/wp-content/themes/bmoreart/dist/fonts/NoeDisplay-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "noe-black";
  src: url(/wp-content/themes/bmoreart/dist/fonts/NoeText-Black.woff) format("woff"), url(/wp-content/themes/bmoreart/dist/fonts/NoeText-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "noe-regular";
  src: url(/wp-content/themes/bmoreart/dist/fonts/NoeText-Regular.woff) format("woff"), url(/wp-content/themes/bmoreart/dist/fonts/NoeText-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "noe-regularitalic";
  src: url(/wp-content/themes/bmoreart/dist/fonts/NoeText-RegularItalic.woff) format("woff"), url(/wp-content/themes/bmoreart/dist/fonts/NoeText-RegularItalic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "noe-bolditalic";
  src: url(/wp-content/themes/bmoreart/dist/fonts/NoeDisplay-BoldItalic.woff) format("woff"), url(/wp-content/themes/bmoreart/dist/fonts/NoeDisplay-BoldItalic.woff2) format("woff2");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "noe-blackitalic";
  src: url(/wp-content/themes/bmoreart/dist/fonts/NoeText-BlackItalic.woff) format("woff"), url(/wp-content/themes/bmoreart/dist/fonts/NoeText-BlackItalic.woff2) format("woff2");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "grotesk-regular12";
  src: url(/wp-content/themes/bmoreart/dist/fonts/SharpGroteskBook12-Regular.woff) format("woff"), url(/wp-content/themes/bmoreart/dist/fonts/SharpGroteskBook12-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "grotesk-regularitalic12";
  src: url(/wp-content/themes/bmoreart/dist/fonts/SharpGroteskBookItalic12-Regular.woff) format("woff"), url(/wp-content/themes/bmoreart/dist/fonts/SharpGroteskBookItalic12-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "grotesk-regular19";
  src: url(/wp-content/themes/bmoreart/dist/fonts/SharpGroteskTRIALBook19.woff) format("woff"), url(/wp-content/themes/bmoreart/dist/fonts/SharpGroteskTRIALBook19.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "grotesk-semibold19";
  src: url(/wp-content/themes/bmoreart/dist/fonts/SharpGroteskSmBold19-Regular.woff) format("woff"), url(/wp-content/themes/bmoreart/dist/fonts/SharpGroteskSmBold19-Regular.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}

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

/* line 5, resources/assets/styles/_base.forms.scss */

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

/* line 11, resources/assets/styles/_base.forms.scss */

legend {
  margin-bottom: 6px;
  font-weight: bold;
}

/* line 16, resources/assets/styles/_base.forms.scss */

label {
  font-family: "grotesk-regular19", sans-serif;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 1.16667;
  color: #777;
  text-transform: uppercase;
}

/* line 25, resources/assets/styles/_base.forms.scss */

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

/* line 32, resources/assets/styles/_base.forms.scss */

input,
select,
textarea {
  width: 100%;
  border: 1px solid #777;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 18px;
  font-family: "noe-regular", serif;
  color: #111;
}

@media (min-width: 551px) {
  /* line 32, resources/assets/styles/_base.forms.scss */

  input,
  select,
  textarea {
    font-size: 18px;
  }
}

/* line 58, resources/assets/styles/_base.forms.scss */

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=number],
textarea {
  padding: 12.5px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 69, resources/assets/styles/_base.forms.scss */

input[type=radio],
input[type=checkbox] {
  outline: none;
  margin: 0;
  margin-right: 8px;
  min-height: 17px;
  max-height: 17px;
  min-width: 17px;
  max-width: 17px;
  line-height: 15px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  display: block;
  float: left;
  border: 1px solid #111;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
}

/* line 92, resources/assets/styles/_base.forms.scss */

input[type=radio] + label,
input[type=checkbox] + label {
  display: inline-block;
  top: -2px;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}

/* line 101, resources/assets/styles/_base.forms.scss */

input[type=radio]:checked,
input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath d='M26.08,3.56l-2,1.95L10.61,19l-5-4L3.47,13.29,0,17.62l2.17,1.73L9.1,24.9,11,26.44l1.77-1.76L28.05,9.43,30,7.48Z' fill='%234f4a7a'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
}

/* line 109, resources/assets/styles/_base.forms.scss */

input[type=radio] {
  border-radius: 50px;
}

/* clears the 'X' from Internet Explorer */

/* line 114, resources/assets/styles/_base.forms.scss */

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */

/* line 121, resources/assets/styles/_base.forms.scss */

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

/* removes the blue background on Chrome's autocomplete */

/* line 129, resources/assets/styles/_base.forms.scss */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

/* line 136, resources/assets/styles/_base.forms.scss */

.o-select,
select {
  background-color: #fff;
  padding: 10px 30px 10px 15px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  font-size: 14px;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 148, resources/assets/styles/_base.forms.scss */

.o-select option:not(:checked),
select option:not(:checked) {
  text-transform: normal;
  font-weight: normal;
}

/* line 154, resources/assets/styles/_base.forms.scss */

.o-selectbox {
  position: relative;
  display: inline-block;
}

/* line 158, resources/assets/styles/_base.forms.scss */

.o-selectbox::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #111 transparent transparent transparent;
  right: 14px;
  top: calc(50% - 1px);
  -webkit-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}

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

/* line 14, resources/assets/styles/_base.headings.scss */

.o-heading--xxxl {
  font-family: "noe-medium", serif;
  font-size: 104px;
  line-height: 1.01923;
  letter-spacing: -0.2px;
  font-weight: 500;
  word-break: break-all;
}

@media (max-width: 1000px) {
  /* line 14, resources/assets/styles/_base.headings.scss */

  .o-heading--xxxl {
    word-break: normal;
    font-size: 54px;
    line-height: 1.08;
  }
}

/* line 31, resources/assets/styles/_base.headings.scss */

h1,
.o-heading--xxl {
  font-family: "noe-bold", serif;
  font-size: 56px;
  line-height: 1.07143;
  letter-spacing: 0;
  font-weight: 700;
}

@media (max-width: 1000px) {
  /* line 31, resources/assets/styles/_base.headings.scss */

  h1,
  .o-heading--xxl {
    font-size: 32px;
    line-height: 1.125;
  }
}

/* line 47, resources/assets/styles/_base.headings.scss */

h2,
.o-heading--xl {
  font-family: "noe-bold", serif;
  font-size: 36px;
  line-height: 1.13889;
  font-weight: 700;
}

@media (max-width: 1000px) {
  /* line 47, resources/assets/styles/_base.headings.scss */

  h2,
  .o-heading--xl {
    font-size: 32px;
    line-height: 1.125;
  }
}

/* line 72, resources/assets/styles/_base.headings.scss */

.o-subhead {
  font-family: "grotesk-regular12", sans-serif;
  font-style: normal;
  font-size: 32px;
  line-height: 1.1875;
  font-weight: 400;
}

/* line 75, resources/assets/styles/_base.headings.scss */

.o-subhead--italic {
  font-family: "grotesk-regularitalic12", sans-serif;
  font-style: italic;
  font-size: 32px;
  line-height: 1.1875;
  font-weight: 400;
}

@media (max-width: 1000px) {
  /* line 72, resources/assets/styles/_base.headings.scss */

  .o-subhead {
    font-size: 25px;
    line-height: 1.16;
  }
}

/* line 85, resources/assets/styles/_base.headings.scss */

.o-subhead a {
  color: #111;
  text-transform: capitalize;
  letter-spacing: normal;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-box-shadow: inset 0 -3px #ccc;
          box-shadow: inset 0 -3px #ccc;
}

/* line 94, resources/assets/styles/_base.headings.scss */

.o-subhead a:hover {
  color: #111;
  -webkit-box-shadow: inset 0 -6px #ccc;
          box-shadow: inset 0 -6px #ccc;
}

/* line 101, resources/assets/styles/_base.headings.scss */

h3,
.o-heading--l {
  font-family: "noe-medium", serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
}

@media (max-width: 1000px) {
  /* line 101, resources/assets/styles/_base.headings.scss */

  h3,
  .o-heading--l {
    font-size: 24px;
    line-height: 1.25;
  }
}

/* line 118, resources/assets/styles/_base.headings.scss */

h4,
.o-heading--m-l {
  font-family: "noe-black", serif;
  font-size: 18px;
  line-height: 1.22222;
  letter-spacing: 0;
  font-weight: 900;
}

@media (max-width: 1000px) {
  /* line 118, resources/assets/styles/_base.headings.scss */

  h4,
  .o-heading--m-l {
    font-size: 16px;
    line-height: 1.375;
  }
}

/* line 135, resources/assets/styles/_base.headings.scss */

h5,
.o-heading--m {
  font-family: "noe-black", serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.21429;
  letter-spacing: 1.5px;
}

@media (max-width: 1000px) {
  /* line 135, resources/assets/styles/_base.headings.scss */

  h5,
  .o-heading--m {
    font-size: 13px;
    line-height: 1.15385;
    letter-spacing: 1.7px;
  }
}

/* line 154, resources/assets/styles/_base.headings.scss */

h6,
.o-heading--s {
  font-family: "noe-regular", serif;
  font-size: 14px;
  line-height: 1.21429;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

@media (max-width: 1000px) {
  /* line 154, resources/assets/styles/_base.headings.scss */

  h6,
  .o-heading--s {
    font-size: 13px;
    line-height: 1.15385;
    letter-spacing: 1.5px;
  }
}

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

/* line 5, resources/assets/styles/_base.links.scss */

a {
  text-decoration: none;
  color: #111;
  -webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}

/* line 10, resources/assets/styles/_base.links.scss */

a:hover {
  color: #777;
}

/* line 14, resources/assets/styles/_base.links.scss */

a > span {
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

/* line 18, resources/assets/styles/_base.links.scss */

a .o-icon {
  fill: #111;
}

/* line 23, resources/assets/styles/_base.links.scss */

p a {
  text-decoration: underline;
}

/* line 27, resources/assets/styles/_base.links.scss */

.o-link--alt {
  color: #ff9a9a;
}

/* line 30, resources/assets/styles/_base.links.scss */

.o-link--alt:hover {
  color: #111;
}

/* line 35, resources/assets/styles/_base.links.scss */

.o-link {
  font-weight: 700;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}

/* line 43, resources/assets/styles/_base.links.scss */

.o-link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #9ce5f4;
}

/* line 54, resources/assets/styles/_base.links.scss */

.o-text a:not(.o-button):not(.o-gallery-item),
.c-page-content__layouts a:not(.o-button),
.c-article-text a:not(.o-button) {
  color: #111;
  letter-spacing: normal;
  font-size: inherit;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  padding-bottom: 2px;
  -webkit-box-shadow: inset 0 -3px #ccc;
          box-shadow: inset 0 -3px #ccc;
}

/* line 66, resources/assets/styles/_base.links.scss */

.o-text a:not(.o-button):not(.o-gallery-item):hover,
.c-page-content__layouts a:not(.o-button):hover,
.c-article-text a:not(.o-button):hover {
  color: #111;
  -webkit-box-shadow: inset 0 -6px #ccc;
          box-shadow: inset 0 -6px #ccc;
}

/* line 71, resources/assets/styles/_base.links.scss */

.u-body-white .o-text a:not(.o-button):not(.o-gallery-item),
.u-body-white
  .c-page-content__layouts a:not(.o-button),
.u-body-white
  .c-article-text a:not(.o-button) {
  color: #fff;
  -webkit-box-shadow: inset 0 -3px #444;
          box-shadow: inset 0 -3px #444;
}

/* line 75, resources/assets/styles/_base.links.scss */

.u-body-white .o-text a:not(.o-button):not(.o-gallery-item):hover,
.u-body-white
    .c-page-content__layouts a:not(.o-button):hover,
.u-body-white
    .c-article-text a:not(.o-button):hover {
  color: #fff;
  -webkit-box-shadow: inset 0 -6px #444;
          box-shadow: inset 0 -6px #444;
}

/* line 92, resources/assets/styles/_base.links.scss */

.o-cta {
  display: inline-block;
  font-family: "grotesk-semibold19", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33333;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  position: relative;
}

/* line 97, resources/assets/styles/_base.links.scss */

.o-cta::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='_Symbols' stroke='none' stroke-width='1' fill='%23ff9a9a' fill-rule='evenodd'%3E%3Cg id='footer-mobile-on-white' transform='translate(-190.000000, -576.000000)' fill='%23%23ff9a9a'%3E%3Cg id='Group' transform='translate(0.000000, 51.000000)'%3E%3Cg id='cta-arrow' transform='translate(190.000000, 525.000000)'%3E%3Cpolygon id='Path-5' points='0 1.5187851e-13 3.65278677 5.33333333 0 10.6666667 8 5.33333333'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block;
  z-index: 120;
  height: 11px;
  width: 8px;
  margin-left: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  position: relative;
  top: 2px;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

/* line 112, resources/assets/styles/_base.links.scss */

.o-cta:hover {
  color: #777;
}

/* line 115, resources/assets/styles/_base.links.scss */

.o-cta:hover::after {
  -webkit-transform: translateX(5px);
       -o-transform: translateX(5px);
          transform: translateX(5px);
}

/* line 121, resources/assets/styles/_base.links.scss */

.o-cta--no-arrow::after {
  content: none;
}

/* line 126, resources/assets/styles/_base.links.scss */

.o-cta--white {
  color: #fff;
}

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

/* line 5, resources/assets/styles/_base.lists.scss */

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

/* line 11, resources/assets/styles/_base.lists.scss */

.o-text ol,
.c-article-text ol,
.o-text
  ul,
.c-article-text
  ul {
  list-style-position: inside;
}

/* line 18, resources/assets/styles/_base.lists.scss */

.o-text ul,
.c-article-text ul {
  list-style-type: disc;
}

/* line 25, resources/assets/styles/_base.lists.scss */

.o-text ol,
.c-article-text ol {
  list-style-type: decimal;
}

/**
 * Definition Lists
 */

/* line 34, resources/assets/styles/_base.lists.scss */

dl {
  overflow: hidden;
  margin: 0 0 25px;
}

/* line 39, resources/assets/styles/_base.lists.scss */

dt {
  font-weight: bold;
}

/* line 43, resources/assets/styles/_base.lists.scss */

dd {
  margin-left: 0;
}

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

/* line 5, resources/assets/styles/_base.main.scss */

body {
  font: 400 18px "noe-regular", serif;
  -webkit-text-size-adjust: 100%;
  color: #111;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 700px) {
  /* line 5, resources/assets/styles/_base.main.scss */

  body {
    font-size: 16px;
  }
}

/* line 18, resources/assets/styles/_base.main.scss */

body.mobile-menu-is-open {
  overflow: hidden;
}

/* line 22, resources/assets/styles/_base.main.scss */

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

/* line 26, resources/assets/styles/_base.main.scss */

body.u-body-white a {
  color: #fff;
}

/* line 30, resources/assets/styles/_base.main.scss */

body.u-body-white .o-kicker {
  color: #777;
}

/* line 33, resources/assets/styles/_base.main.scss */

body.u-body-white .o-kicker:hover {
  color: #fff;
}

/* line 38, resources/assets/styles/_base.main.scss */

body.u-body-white .o-kicker--no-link:hover {
  color: #777;
}

/* line 44, resources/assets/styles/_base.main.scss */

body.u-body-white .u-small-text {
  color: #777;
}

/* line 48, resources/assets/styles/_base.main.scss */

body.u-body-white p {
  color: #fff;
}

/* line 54, resources/assets/styles/_base.main.scss */

body.u-body-white .c-main-header__logo svg path {
  fill: #fff;
}

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

/**
 * Flexible Media
 */

/* line 8, resources/assets/styles/_base.media.scss */

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

/* line 18, resources/assets/styles/_base.media.scss */

img {
  height: auto;
}

/* line 22, resources/assets/styles/_base.media.scss */

svg {
  max-height: 100%;
}

/* line 26, resources/assets/styles/_base.media.scss */

picture,
picture img {
  display: block;
}

/* line 31, resources/assets/styles/_base.media.scss */

figure {
  position: relative;
  display: inline-block;
}

/* line 37, resources/assets/styles/_base.media.scss */

figcaption a {
  display: block;
}

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

@media print {
  /* line 47, resources/assets/styles/_base.media.scss */

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

  /* line 58, resources/assets/styles/_base.media.scss */

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

  /* line 63, resources/assets/styles/_base.media.scss */

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

  /* line 67, resources/assets/styles/_base.media.scss */

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

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

  /* line 75, resources/assets/styles/_base.media.scss */

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

  /* line 80, resources/assets/styles/_base.media.scss */

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

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

  /* line 90, resources/assets/styles/_base.media.scss */

  thead {
    display: table-header-group;
  }

  /* line 94, resources/assets/styles/_base.media.scss */

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

  /* line 99, resources/assets/styles/_base.media.scss */

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

  /* line 104, resources/assets/styles/_base.media.scss */

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

  /* line 111, resources/assets/styles/_base.media.scss */

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

  /* line 116, resources/assets/styles/_base.media.scss */

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

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

/* line 5, resources/assets/styles/_base.tables.scss */

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

/* line 12, resources/assets/styles/_base.tables.scss */

th {
  text-align: left;
  border: 1px solid transparent;
  padding: 12.5px 0;
  text-transform: uppercase;
  vertical-align: top;
  font-weight: bold;
}

/* line 21, resources/assets/styles/_base.tables.scss */

tr {
  border: 1px solid transparent;
}

/* line 25, resources/assets/styles/_base.tables.scss */

td {
  border: 1px solid transparent;
  padding: 12.5px;
}

/* line 30, resources/assets/styles/_base.tables.scss */

.c-table--responsive {
  border: 1px solid #777;
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}

/* line 36, resources/assets/styles/_base.tables.scss */

.c-table--responsive tr {
  border: 1px solid #777;
  background-color: #ccc;
}

/* line 41, resources/assets/styles/_base.tables.scss */

.c-table--responsive th,
.c-table--responsive td {
  padding: 12.5px;
}

/* line 46, resources/assets/styles/_base.tables.scss */

.c-table--responsive th {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  border-bottom: 1px solid #777;
}

@media (max-width: 700px) {
  /* line 30, resources/assets/styles/_base.tables.scss */

  .c-table--responsive {
    border: 0;
  }

  /* line 55, resources/assets/styles/_base.tables.scss */

  .c-table--responsive thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  /* line 66, resources/assets/styles/_base.tables.scss */

  .c-table--responsive tr {
    border-bottom: 3px solid #777;
    display: block;
    margin-bottom: 12.5px;
  }

  /* line 72, resources/assets/styles/_base.tables.scss */

  .c-table--responsive tr.this-is-active td:not(:first-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 76, resources/assets/styles/_base.tables.scss */

  .c-table--responsive tr.this-is-active td:first-child::before {
    content: "- " attr(data-label);
  }

  /* line 82, resources/assets/styles/_base.tables.scss */

  .c-table--responsive td {
    border-bottom: 1px solid #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 40px;
  }

  /* line 89, resources/assets/styles/_base.tables.scss */

  .c-table--responsive td:first-child {
    cursor: pointer;
  }

  /* line 92, resources/assets/styles/_base.tables.scss */

  .c-table--responsive td:first-child::before {
    content: "+ " attr(data-label);
  }

  /* line 97, resources/assets/styles/_base.tables.scss */

  .c-table--responsive td:last-child {
    border-bottom: 0;
  }

  /* line 101, resources/assets/styles/_base.tables.scss */

  .c-table--responsive td:not(:first-child) {
    display: none;
  }

  /* line 105, resources/assets/styles/_base.tables.scss */

  .c-table--responsive td::before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
    font-size: var(--font-size-xs);
  }
}

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

/**
 * Text-Related Elements
 */

/* line 8, resources/assets/styles/_base.text.scss */

p {
  line-height: 1.5;
  font-family: "noe-regular", serif;
  color: #111;
  letter-spacing: 0;
  font-size: var(--font-size-s);
}

@media print {
  /* line 8, resources/assets/styles/_base.text.scss */

  p {
    font-size: 12px;
    line-height: 1.3;
  }
}

@media (max-width: 700px) {
  /* line 8, resources/assets/styles/_base.text.scss */

  p {
    font-size: 16px;
  }
}

/* line 15, resources/assets/styles/_base.text.scss */

p strong em,
p em strong {
  font-family: "noe-blackitalic", serif;
  font-style: italic;
  font-weight: 900;
}

/* line 23, resources/assets/styles/_base.text.scss */

small,
.u-small-text {
  font-family: "grotesk-regular19", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35714;
  margin-top: 3px;
  color: #777;
}

@media (max-width: 1000px) {
  /* line 23, resources/assets/styles/_base.text.scss */

  small,
  .u-small-text {
    font-size: 13px;
  }
}

/**
 * Bold
 */

/* line 40, resources/assets/styles/_base.text.scss */

strong,
b {
  font-family: "noe-black", serif;
  font-weight: bold;
}

/* line 46, resources/assets/styles/_base.text.scss */

em,
i {
  font-family: "noe-regularitalic", serif;
  font-style: italic;
}

/* line 58, resources/assets/styles/_base.text.scss */

h1 em,
h1 i,
h2 em,
h2 i,
h3 em,
h3 i,
.o-heading--xxl em,
.o-heading--xxl i,
.o-heading--xl em,
.o-heading--xl i,
.o-heading--l em,
.o-heading--l i {
  font-family: "noe-bolditalic", serif;
  font-style: italic;
  font-weight: 700;
}

/* line 70, resources/assets/styles/_base.text.scss */

h4 em,
h4 i,
h5 em,
h5 i,
.o-heading--m-l em,
.o-heading--m-l i,
.o-heading--m em,
.o-heading--m i {
  font-family: "noe-blackitalic", serif;
  font-style: italic;
  font-weight: 900;
}

/**
 * Blockquote
 */

/* line 81, resources/assets/styles/_base.text.scss */

blockquote {
  border-top: 4px solid #111;
  padding-top: 12.5px;
  font-family: "grotesk-regularitalic12", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.1875;
  letter-spacing: -0.15px;
}

@media (max-width: 1000px) {
  /* line 81, resources/assets/styles/_base.text.scss */

  blockquote {
    font-size: 25px;
    line-height: 1.16;
  }
}

/* line 97, resources/assets/styles/_base.text.scss */

figcaption {
  font-family: "grotesk-regular19", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35714;
  margin-top: 3px;
  color: #777;
}

/**
 * Horizontal Rule
 */

/* line 109, resources/assets/styles/_base.text.scss */

hr {
  height: 4px;
  border: none;
  background-color: #111;
  margin: 0 auto;
}

/**
 * Abbreviation
 */

/* line 119, resources/assets/styles/_base.text.scss */

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

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

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

/* line 5, resources/assets/styles/_layout.grids.scss */

.l-grid {
  display: grid;
  grid-template-rows: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 1001px) {
  /* line 5, resources/assets/styles/_layout.grids.scss */

  .l-grid {
    grid-column-gap: 30px;
  }
}

@media all and (-ms-high-contrast: none) {
  /* line 5, resources/assets/styles/_layout.grids.scss */

  .l-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
  }

  /* line 24, resources/assets/styles/_layout.grids.scss */

  .l-grid > * {
    margin: 25px;
  }
}

/* line 29, resources/assets/styles/_layout.grids.scss */

.l-grid-item {
  position: relative;
}

/* line 33, resources/assets/styles/_layout.grids.scss */

.l-grid--narrow-gutters {
  grid-column-gap: 25px;
}

/* line 37, resources/assets/styles/_layout.grids.scss */

.l-grid--large-gutters {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

@media (min-width: 551px) {
  /* line 42, resources/assets/styles/_layout.grids.scss */

  .l-grid--2up {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (-ms-high-contrast: none) {
  /* line 49, resources/assets/styles/_layout.grids.scss */

  .l-grid--2up > * {
    width: calc(50% - 50px);
  }
}

/* line 54, resources/assets/styles/_layout.grids.scss */

.l-grid--2up--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 calc(25px * -1);
}

@media (min-width: 1201px) {
  /* line 54, resources/assets/styles/_layout.grids.scss */

  .l-grid--2up--flex {
    margin: 0 calc((25px * 1.5) * -1);
  }
}

/* line 64, resources/assets/styles/_layout.grids.scss */

.l-grid--2up--flex > * {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 50px;
}

@media (min-width: 551px) {
  /* line 64, resources/assets/styles/_layout.grids.scss */

  .l-grid--2up--flex > * {
    width: 50%;
  }
}

@media (min-width: 1201px) {
  /* line 64, resources/assets/styles/_layout.grids.scss */

  .l-grid--2up--flex > * {
    padding-left: 37.5px;
    padding-right: 37.5px;
    margin-top: 75px;
  }
}

@media (min-width: 701px) {
  /* line 84, resources/assets/styles/_layout.grids.scss */

  .l-grid--3up {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media all and (-ms-high-contrast: none) {
  /* line 91, resources/assets/styles/_layout.grids.scss */

  .l-grid--3up > * {
    width: calc(33.333% - 50px);
  }
}

/* line 96, resources/assets/styles/_layout.grids.scss */

.l-grid--3up--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 551px) {
  /* line 96, resources/assets/styles/_layout.grids.scss */

  .l-grid--3up--flex {
    margin: 0 -12.5px;
  }
}

/* line 107, resources/assets/styles/_layout.grids.scss */

.l-grid--3up--flex > * {
  width: 100%;
  margin-bottom: 25px;
}

@media (min-width: 551px) {
  /* line 107, resources/assets/styles/_layout.grids.scss */

  .l-grid--3up--flex > * {
    margin-left: 12.5px;
    margin-right: 12.5px;
    width: calc(50% - 25px);
  }
}

@media (min-width: 851px) {
  /* line 107, resources/assets/styles/_layout.grids.scss */

  .l-grid--3up--flex > * {
    width: calc(33.333% - 25px);
  }
}

/* line 125, resources/assets/styles/_layout.grids.scss */

.l-grid--4up {
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 701px) {
  /* line 125, resources/assets/styles/_layout.grids.scss */

  .l-grid--4up {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1201px) {
  /* line 125, resources/assets/styles/_layout.grids.scss */

  .l-grid--4up {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media all and (-ms-high-contrast: none) {
  /* line 139, resources/assets/styles/_layout.grids.scss */

  .l-grid--4up > * {
    width: calc(25% - 50px);
  }
}

/* line 145, resources/assets/styles/_layout.grids.scss */

.l-grid--4up--at-medium {
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 551px) {
  /* line 145, resources/assets/styles/_layout.grids.scss */

  .l-grid--4up--at-medium {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 701px) {
  /* line 145, resources/assets/styles/_layout.grids.scss */

  .l-grid--4up--at-medium {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media all and (-ms-high-contrast: none) {
  /* line 159, resources/assets/styles/_layout.grids.scss */

  .l-grid--4up--at-medium > * {
    width: calc(25% - 50px);
  }
}

/* line 165, resources/assets/styles/_layout.grids.scss */

.l-grid--5up {
  grid-row-gap: 30px;
}

@media (min-width: 701px) {
  /* line 165, resources/assets/styles/_layout.grids.scss */

  .l-grid--5up {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1001px) {
  /* line 165, resources/assets/styles/_layout.grids.scss */

  .l-grid--5up {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1201px) {
  /* line 165, resources/assets/styles/_layout.grids.scss */

  .l-grid--5up {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media all and (-ms-high-contrast: none) {
  /* line 184, resources/assets/styles/_layout.grids.scss */

  .l-grid--5up > * {
    width: calc(20% - 50px);
  }
}

/* line 193, resources/assets/styles/_layout.grids.scss */

.u-flex-container {
  max-width: 1220;
  margin-right: auto;
  margin-left: auto;
}

/* line 199, resources/assets/styles/_layout.grids.scss */

.u-flex-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 1001px) {
  /* line 219, resources/assets/styles/_layout.grids.scss */

  .u-flex-row.has-dividers > div[class^="u-col-"] + div[class^="u-col-"] {
    border-left: 1px solid #ccc;
  }

  /* line 222, resources/assets/styles/_layout.grids.scss */

  .u-body-white .u-flex-row.has-dividers > div[class^="u-col-"] + div[class^="u-col-"] {
    border-left: 1px solid #444;
  }
}

@media (max-width: 850px) {
  /* line 232, resources/assets/styles/_layout.grids.scss */

  .u-flex-row > div[class^="u-col-xs"] + div[class^="u-col-xs"] {
    margin-top: 25px;
  }

  /* line 238, resources/assets/styles/_layout.grids.scss */

  .u-flex-row > div[class^="u-col-sm"] + div[class^="u-col-sm"] {
    margin-top: 25px;
  }
}

@media (max-width: 1000px) {
  /* line 247, resources/assets/styles/_layout.grids.scss */

  .u-flex-row > div[class^="u-col-md"] + div[class^="u-col-md"] {
    margin-top: 25px;
  }
}

@media (max-width: 1200px) {
  /* line 256, resources/assets/styles/_layout.grids.scss */

  .u-flex-row > div[class^="u-col-lg"] + div[class^="u-col-lg"] {
    margin-top: 25px;
  }
}

/* line 263, resources/assets/styles/_layout.grids.scss */

.u-flex-row.u-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 270, resources/assets/styles/_layout.grids.scss */

.u-col.u-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 277, resources/assets/styles/_layout.grids.scss */

.u-col-xs,
.u-col-xs-1,
.u-col-xs-2,
.u-col-xs-3,
.u-col-xs-4,
.u-col-xs-5,
.u-col-xs-6,
.u-col-xs-7,
.u-col-xs-8,
.u-col-xs-9,
.u-col-xs-10,
.u-col-xs-11,
.u-col-xs-12,
.u-col-xs-offset-0,
.u-col-xs-offset-1,
.u-col-xs-offset-2,
.u-col-xs-offset-3,
.u-col-xs-offset-4,
.u-col-xs-offset-5,
.u-col-xs-offset-6,
.u-col-xs-offset-7,
.u-col-xs-offset-8,
.u-col-xs-offset-9,
.u-col-xs-offset-10,
.u-col-xs-offset-11,
.u-col-xs-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 311, resources/assets/styles/_layout.grids.scss */

.u-col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

/* line 320, resources/assets/styles/_layout.grids.scss */

.u-col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

/* line 326, resources/assets/styles/_layout.grids.scss */

.u-col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

/* line 332, resources/assets/styles/_layout.grids.scss */

.u-col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

/* line 338, resources/assets/styles/_layout.grids.scss */

.u-col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

/* line 344, resources/assets/styles/_layout.grids.scss */

.u-col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

/* line 350, resources/assets/styles/_layout.grids.scss */

.u-col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

/* line 356, resources/assets/styles/_layout.grids.scss */

.u-col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

/* line 362, resources/assets/styles/_layout.grids.scss */

.u-col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

/* line 368, resources/assets/styles/_layout.grids.scss */

.u-col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

/* line 374, resources/assets/styles/_layout.grids.scss */

.u-col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

/* line 380, resources/assets/styles/_layout.grids.scss */

.u-col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

/* line 386, resources/assets/styles/_layout.grids.scss */

.u-col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

/* line 392, resources/assets/styles/_layout.grids.scss */

.u-col-xs-offset-0 {
  margin-left: 0;
}

/* line 396, resources/assets/styles/_layout.grids.scss */

.u-col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 400, resources/assets/styles/_layout.grids.scss */

.u-col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 404, resources/assets/styles/_layout.grids.scss */

.u-col-xs-offset-3 {
  margin-left: 25%;
}

/* line 408, resources/assets/styles/_layout.grids.scss */

.u-col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 412, resources/assets/styles/_layout.grids.scss */

.u-col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 416, resources/assets/styles/_layout.grids.scss */

.u-col-xs-offset-6 {
  margin-left: 50%;
}

/* line 420, resources/assets/styles/_layout.grids.scss */

.u-col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 424, resources/assets/styles/_layout.grids.scss */

.u-col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 428, resources/assets/styles/_layout.grids.scss */

.u-col-xs-offset-9 {
  margin-left: 75%;
}

/* line 432, resources/assets/styles/_layout.grids.scss */

.u-col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 436, resources/assets/styles/_layout.grids.scss */

.u-col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 440, resources/assets/styles/_layout.grids.scss */

.u-start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

/* line 447, resources/assets/styles/_layout.grids.scss */

.u-center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

/* line 454, resources/assets/styles/_layout.grids.scss */

.u-end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

/* line 461, resources/assets/styles/_layout.grids.scss */

.u-top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 467, resources/assets/styles/_layout.grids.scss */

.u-middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 473, resources/assets/styles/_layout.grids.scss */

.u-bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* line 479, resources/assets/styles/_layout.grids.scss */

.u-around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* line 484, resources/assets/styles/_layout.grids.scss */

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

/* line 490, resources/assets/styles/_layout.grids.scss */

.u-first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

/* line 496, resources/assets/styles/_layout.grids.scss */

.u-last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 851px) {
  /* line 503, resources/assets/styles/_layout.grids.scss */

  .u-col-sm,
  .u-col-sm-1,
  .u-col-sm-2,
  .u-col-sm-3,
  .u-col-sm-4,
  .u-col-sm-5,
  .u-col-sm-6,
  .u-col-sm-7,
  .u-col-sm-8,
  .u-col-sm-9,
  .u-col-sm-10,
  .u-col-sm-11,
  .u-col-sm-12,
  .u-col-sm-offset-0,
  .u-col-sm-offset-1,
  .u-col-sm-offset-2,
  .u-col-sm-offset-3,
  .u-col-sm-offset-4,
  .u-col-sm-offset-5,
  .u-col-sm-offset-6,
  .u-col-sm-offset-7,
  .u-col-sm-offset-8,
  .u-col-sm-offset-9,
  .u-col-sm-offset-10,
  .u-col-sm-offset-11,
  .u-col-sm-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  /* line 537, resources/assets/styles/_layout.grids.scss */

  .u-col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  /* line 546, resources/assets/styles/_layout.grids.scss */

  .u-col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  /* line 552, resources/assets/styles/_layout.grids.scss */

  .u-col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  /* line 558, resources/assets/styles/_layout.grids.scss */

  .u-col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  /* line 564, resources/assets/styles/_layout.grids.scss */

  .u-col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  /* line 570, resources/assets/styles/_layout.grids.scss */

  .u-col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  /* line 576, resources/assets/styles/_layout.grids.scss */

  .u-col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  /* line 582, resources/assets/styles/_layout.grids.scss */

  .u-col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  /* line 588, resources/assets/styles/_layout.grids.scss */

  .u-col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  /* line 594, resources/assets/styles/_layout.grids.scss */

  .u-col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  /* line 600, resources/assets/styles/_layout.grids.scss */

  .u-col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  /* line 606, resources/assets/styles/_layout.grids.scss */

  .u-col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  /* line 612, resources/assets/styles/_layout.grids.scss */

  .u-col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  /* line 618, resources/assets/styles/_layout.grids.scss */

  .u-col-sm-offset-0 {
    margin-left: 0;
  }

  /* line 622, resources/assets/styles/_layout.grids.scss */

  .u-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 626, resources/assets/styles/_layout.grids.scss */

  .u-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 630, resources/assets/styles/_layout.grids.scss */

  .u-col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 634, resources/assets/styles/_layout.grids.scss */

  .u-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 638, resources/assets/styles/_layout.grids.scss */

  .u-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 642, resources/assets/styles/_layout.grids.scss */

  .u-col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 646, resources/assets/styles/_layout.grids.scss */

  .u-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 650, resources/assets/styles/_layout.grids.scss */

  .u-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 654, resources/assets/styles/_layout.grids.scss */

  .u-col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 658, resources/assets/styles/_layout.grids.scss */

  .u-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 662, resources/assets/styles/_layout.grids.scss */

  .u-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 666, resources/assets/styles/_layout.grids.scss */

  .u-start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  /* line 673, resources/assets/styles/_layout.grids.scss */

  .u-center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  /* line 680, resources/assets/styles/_layout.grids.scss */

  .u-end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  /* line 687, resources/assets/styles/_layout.grids.scss */

  .u-top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* line 693, resources/assets/styles/_layout.grids.scss */

  .u-middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 699, resources/assets/styles/_layout.grids.scss */

  .u-bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* line 705, resources/assets/styles/_layout.grids.scss */

  .u-around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* line 710, resources/assets/styles/_layout.grids.scss */

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

  /* line 716, resources/assets/styles/_layout.grids.scss */

  .u-first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 722, resources/assets/styles/_layout.grids.scss */

  .u-last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 1001px) {
  /* line 731, resources/assets/styles/_layout.grids.scss */

  .u-col-md,
  .u-col-md-1,
  .u-col-md-2,
  .u-col-md-3,
  .u-col-md-4,
  .u-col-md-5,
  .u-col-md-6,
  .u-col-md-7,
  .u-col-md-8,
  .u-col-md-9,
  .u-col-md-10,
  .u-col-md-11,
  .u-col-md-12,
  .u-col-md-offset-0,
  .u-col-md-offset-1,
  .u-col-md-offset-2,
  .u-col-md-offset-3,
  .u-col-md-offset-4,
  .u-col-md-offset-5,
  .u-col-md-offset-6,
  .u-col-md-offset-7,
  .u-col-md-offset-8,
  .u-col-md-offset-9,
  .u-col-md-offset-10,
  .u-col-md-offset-11,
  .u-col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  /* line 765, resources/assets/styles/_layout.grids.scss */

  .u-col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  /* line 774, resources/assets/styles/_layout.grids.scss */

  .u-col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  /* line 780, resources/assets/styles/_layout.grids.scss */

  .u-col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  /* line 786, resources/assets/styles/_layout.grids.scss */

  .u-col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  /* line 792, resources/assets/styles/_layout.grids.scss */

  .u-col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  /* line 798, resources/assets/styles/_layout.grids.scss */

  .u-col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  /* line 804, resources/assets/styles/_layout.grids.scss */

  .u-col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  /* line 810, resources/assets/styles/_layout.grids.scss */

  .u-col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  /* line 816, resources/assets/styles/_layout.grids.scss */

  .u-col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  /* line 822, resources/assets/styles/_layout.grids.scss */

  .u-col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  /* line 828, resources/assets/styles/_layout.grids.scss */

  .u-col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  /* line 834, resources/assets/styles/_layout.grids.scss */

  .u-col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  /* line 840, resources/assets/styles/_layout.grids.scss */

  .u-col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  /* line 846, resources/assets/styles/_layout.grids.scss */

  .u-col-md-offset-0 {
    margin-left: 0;
  }

  /* line 850, resources/assets/styles/_layout.grids.scss */

  .u-col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 854, resources/assets/styles/_layout.grids.scss */

  .u-col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 858, resources/assets/styles/_layout.grids.scss */

  .u-col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 862, resources/assets/styles/_layout.grids.scss */

  .u-col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 866, resources/assets/styles/_layout.grids.scss */

  .u-col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 870, resources/assets/styles/_layout.grids.scss */

  .u-col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 874, resources/assets/styles/_layout.grids.scss */

  .u-col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 878, resources/assets/styles/_layout.grids.scss */

  .u-col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 882, resources/assets/styles/_layout.grids.scss */

  .u-col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 886, resources/assets/styles/_layout.grids.scss */

  .u-col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 890, resources/assets/styles/_layout.grids.scss */

  .u-col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 894, resources/assets/styles/_layout.grids.scss */

  .u-start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  /* line 901, resources/assets/styles/_layout.grids.scss */

  .u-center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  /* line 908, resources/assets/styles/_layout.grids.scss */

  .u-end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  /* line 915, resources/assets/styles/_layout.grids.scss */

  .u-top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* line 921, resources/assets/styles/_layout.grids.scss */

  .u-middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 927, resources/assets/styles/_layout.grids.scss */

  .u-bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* line 933, resources/assets/styles/_layout.grids.scss */

  .u-around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* line 938, resources/assets/styles/_layout.grids.scss */

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

  /* line 944, resources/assets/styles/_layout.grids.scss */

  .u-first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 950, resources/assets/styles/_layout.grids.scss */

  .u-last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 1201px) {
  /* line 959, resources/assets/styles/_layout.grids.scss */

  .u-col-lg,
  .u-col-lg-1,
  .u-col-lg-2,
  .u-col-lg-3,
  .u-col-lg-4,
  .u-col-lg-5,
  .u-col-lg-6,
  .u-col-lg-7,
  .u-col-lg-8,
  .u-col-lg-9,
  .u-col-lg-10,
  .u-col-lg-11,
  .u-col-lg-12,
  .u-col-lg-offset-0,
  .u-col-lg-offset-1,
  .u-col-lg-offset-2,
  .u-col-lg-offset-3,
  .u-col-lg-offset-4,
  .u-col-lg-offset-5,
  .u-col-lg-offset-6,
  .u-col-lg-offset-7,
  .u-col-lg-offset-8,
  .u-col-lg-offset-9,
  .u-col-lg-offset-10,
  .u-col-lg-offset-11,
  .u-col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  /* line 993, resources/assets/styles/_layout.grids.scss */

  .u-col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  /* line 1002, resources/assets/styles/_layout.grids.scss */

  .u-col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  /* line 1008, resources/assets/styles/_layout.grids.scss */

  .u-col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  /* line 1014, resources/assets/styles/_layout.grids.scss */

  .u-col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  /* line 1020, resources/assets/styles/_layout.grids.scss */

  .u-col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  /* line 1026, resources/assets/styles/_layout.grids.scss */

  .u-col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  /* line 1032, resources/assets/styles/_layout.grids.scss */

  .u-col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  /* line 1038, resources/assets/styles/_layout.grids.scss */

  .u-col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  /* line 1044, resources/assets/styles/_layout.grids.scss */

  .u-col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  /* line 1050, resources/assets/styles/_layout.grids.scss */

  .u-col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  /* line 1056, resources/assets/styles/_layout.grids.scss */

  .u-col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  /* line 1062, resources/assets/styles/_layout.grids.scss */

  .u-col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  /* line 1068, resources/assets/styles/_layout.grids.scss */

  .u-col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  /* line 1074, resources/assets/styles/_layout.grids.scss */

  .u-col-lg-offset-0 {
    margin-left: 0;
  }

  /* line 1078, resources/assets/styles/_layout.grids.scss */

  .u-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1082, resources/assets/styles/_layout.grids.scss */

  .u-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1086, resources/assets/styles/_layout.grids.scss */

  .u-col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 1090, resources/assets/styles/_layout.grids.scss */

  .u-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1094, resources/assets/styles/_layout.grids.scss */

  .u-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1098, resources/assets/styles/_layout.grids.scss */

  .u-col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 1102, resources/assets/styles/_layout.grids.scss */

  .u-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1106, resources/assets/styles/_layout.grids.scss */

  .u-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1110, resources/assets/styles/_layout.grids.scss */

  .u-col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 1114, resources/assets/styles/_layout.grids.scss */

  .u-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1118, resources/assets/styles/_layout.grids.scss */

  .u-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1122, resources/assets/styles/_layout.grids.scss */

  .u-start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  /* line 1129, resources/assets/styles/_layout.grids.scss */

  .u-center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  /* line 1136, resources/assets/styles/_layout.grids.scss */

  .u-end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  /* line 1143, resources/assets/styles/_layout.grids.scss */

  .u-top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* line 1149, resources/assets/styles/_layout.grids.scss */

  .u-middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 1155, resources/assets/styles/_layout.grids.scss */

  .u-bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* line 1161, resources/assets/styles/_layout.grids.scss */

  .u-around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* line 1166, resources/assets/styles/_layout.grids.scss */

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

  /* line 1172, resources/assets/styles/_layout.grids.scss */

  .u-first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 1178, resources/assets/styles/_layout.grids.scss */

  .u-last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

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

/* line 5, resources/assets/styles/_layout.wrappers.scss */

html,
body {
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/* line 11, resources/assets/styles/_layout.wrappers.scss */

body.home {
  position: relative;
}

/* line 15, resources/assets/styles/_layout.wrappers.scss */

.l-site-container {
  border: 8px solid #111;
  width: calc(100% - 60px);
  margin: auto 0 auto auto;
  overflow: hidden;
}

@media (max-width: 1000px) {
  /* line 15, resources/assets/styles/_layout.wrappers.scss */

  .l-site-container {
    width: 100%;
  }
}

/* line 26, resources/assets/styles/_layout.wrappers.scss */

.l-site-container__inner {
  max-width: 1380px;
  margin: auto;
  padding: 15px 47px 0 47px;
}

@media (max-width: 1000px) {
  /* line 26, resources/assets/styles/_layout.wrappers.scss */

  .l-site-container__inner {
    padding: 0;
  }
}

@media (max-width: 1515px) {
  /* line 15, resources/assets/styles/_layout.wrappers.scss */

  .l-site-container {
    margin: auto auto auto 60px;
  }
}

@media (max-width: 1000px) {
  /* line 15, resources/assets/styles/_layout.wrappers.scss */

  .l-site-container {
    border: 4px solid #111;
    margin: 0;
    padding: 15px 25px 0 25px;
    overflow: hidden;
  }

  /* line 50, resources/assets/styles/_layout.wrappers.scss */

  body.post-template-default .l-site-container .l-site-container__inner .c-footer-logo::before,
  body.post-template-default .l-site-container .l-site-container__inner .c-footer.has-bg::before {
    width: calc(100% + 50px);
    left: -25px;
  }

  /* line 57, resources/assets/styles/_layout.wrappers.scss */

  body.post-template-default .l-site-container .l-site-container__inner .c-article-related-posts.has-bg::before {
    width: calc(100% + 50px);
    left: -25px;
  }
}

/* line 67, resources/assets/styles/_layout.wrappers.scss */

body.page-template-page-guide .l-site-container {
  overflow: visible;
}

@media (min-width: 1001px) {
  /* line 72, resources/assets/styles/_layout.wrappers.scss */

  body.post-template-default .l-site-container {
    overflow: visible;
  }

  /* line 75, resources/assets/styles/_layout.wrappers.scss */

  body.post-template-default .l-site-container .l-site-container__inner {
    max-width: none;
  }

  /* line 78, resources/assets/styles/_layout.wrappers.scss */

  body.post-template-default .l-site-container .l-site-container__inner > .c-main-header {
    max-width: 1286px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 84, resources/assets/styles/_layout.wrappers.scss */

  body.post-template-default .l-site-container .l-site-container__inner .c-footer-logo,
  body.post-template-default .l-site-container .l-site-container__inner .c-footer.has-bg {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 90, resources/assets/styles/_layout.wrappers.scss */

  body.post-template-default .l-site-container .l-site-container__inner .c-footer-logo::before,
  body.post-template-default .l-site-container .l-site-container__inner .c-footer.has-bg::before {
    width: calc(100% + 94px);
    left: -47px;
  }

  /* line 95, resources/assets/styles/_layout.wrappers.scss */

  body.post-template-default .l-site-container .l-site-container__inner .c-footer-logo > div,
  body.post-template-default .l-site-container .l-site-container__inner .c-footer.has-bg > div {
    max-width: 1286px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 103, resources/assets/styles/_layout.wrappers.scss */

  body.post-template-default .l-site-container .c-main-article-section,
  body.post-template-default .l-site-container .c-article-related-posts__inner {
    max-width: 1286px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 111, resources/assets/styles/_layout.wrappers.scss */

  body.post-template-default .l-site-container .c-article-related-posts.has-bg::before {
    width: calc(100% + 94px);
    left: -47px;
  }

  /* line 118, resources/assets/styles/_layout.wrappers.scss */

  body.home .l-site-container {
    overflow: visible;
  }

  /* line 121, resources/assets/styles/_layout.wrappers.scss */

  body.home .l-site-container .l-site-container__inner {
    max-width: none;
  }

  /* line 124, resources/assets/styles/_layout.wrappers.scss */

  body.home .l-site-container .l-site-container__inner > .c-main-header {
    max-width: 1286px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 130, resources/assets/styles/_layout.wrappers.scss */

  body.home .l-site-container .l-site-container__inner .c-footer-logo,
  body.home .l-site-container .l-site-container__inner .c-footer.has-bg {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 136, resources/assets/styles/_layout.wrappers.scss */

  body.home .l-site-container .l-site-container__inner .c-footer-logo::before,
  body.home .l-site-container .l-site-container__inner .c-footer.has-bg::before {
    width: calc(100% + 94px);
    left: -47px;
  }

  /* line 141, resources/assets/styles/_layout.wrappers.scss */

  body.home .l-site-container .l-site-container__inner .c-footer-logo > div,
  body.home .l-site-container .l-site-container__inner .c-footer.has-bg > div {
    max-width: 1286px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 149, resources/assets/styles/_layout.wrappers.scss */

  body.home .l-site-container .l-site-container__inner .c-page--home > .o-section {
    max-width: 1286px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 154, resources/assets/styles/_layout.wrappers.scss */

  body.home .l-site-container .l-site-container__inner .c-page--home > .o-section.has-bg {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 159, resources/assets/styles/_layout.wrappers.scss */

  body.home .l-site-container .l-site-container__inner .c-page--home > .o-section.has-bg::before {
    width: calc(100% + 94px);
    left: -47px;
  }

  /* line 164, resources/assets/styles/_layout.wrappers.scss */

  body.home .l-site-container .l-site-container__inner .c-page--home > .o-section.has-bg > div {
    max-width: 1286px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 177, resources/assets/styles/_layout.wrappers.scss */

.u-nav-activated .l-site-container {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

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

/* line 185, resources/assets/styles/_layout.wrappers.scss */

.l-wrap {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

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

/* line 205, resources/assets/styles/_layout.wrappers.scss */

.l-container {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* line 211, resources/assets/styles/_layout.wrappers.scss */

.l-container--xl {
  max-width: 1270px;
}

/* line 216, resources/assets/styles/_layout.wrappers.scss */

.l-container--content {
  max-width: 720px;
}

/**
 * Two column layout with larger column leading.
 */

@media (min-width: 1001px) {
  /* line 223, resources/assets/styles/_layout.wrappers.scss */

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

/* line 230, resources/assets/styles/_layout.wrappers.scss */

.l-columns--lg {
  width: 100%;
  margin-bottom: 50px;
}

@media (min-width: 1001px) {
  /* line 230, resources/assets/styles/_layout.wrappers.scss */

  .l-columns--lg {
    margin-bottom: 0;
    margin-right: 50px;
  }
}

@media (min-width: 1201px) {
  /* line 230, resources/assets/styles/_layout.wrappers.scss */

  .l-columns--lg {
    margin-right: 130px;
  }
}

/* line 245, resources/assets/styles/_layout.wrappers.scss */

.l-columns--sm {
  width: 100%;
}

@media (min-width: 1001px) {
  /* line 245, resources/assets/styles/_layout.wrappers.scss */

  .l-columns--sm {
    min-width: 400px;
    max-width: 400px;
  }
}

/**
 * Grid classes
 */

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

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

/**
 * Font Families
 */

/* line 8, resources/assets/styles/_objects.text.scss */

.u-font {
  font-family: "noe-regular", serif;
}

/* line 12, resources/assets/styles/_objects.text.scss */

.u-font--primary {
  font-family: "noe-regular", serif;
}

/* line 16, resources/assets/styles/_objects.text.scss */

.u-font--secondary {
  font-family: "grotesk-regular12", sans-serif;
}

/**
 * Text Sizes
 */

/* line 23, resources/assets/styles/_objects.text.scss */

.u-font--xxs {
  font-size: 12px;
}

/* line 27, resources/assets/styles/_objects.text.scss */

.u-font--xs {
  font-size: 14px;
}

/* line 31, resources/assets/styles/_objects.text.scss */

.u-font--s {
  font-size: 18px;
}

/* line 35, resources/assets/styles/_objects.text.scss */

.u-font--m {
  font-size: 22px;
}

/* line 39, resources/assets/styles/_objects.text.scss */

.u-font--m-l {
  font-size: 24px;
}

/* line 43, resources/assets/styles/_objects.text.scss */

.u-font--l {
  font-size: 30px;
}

/* line 47, resources/assets/styles/_objects.text.scss */

.u-font--xl {
  font-size: 36px;
}

/* line 51, resources/assets/styles/_objects.text.scss */

.u-font--xxl {
  font-size: 56px;
}

/* line 55, resources/assets/styles/_objects.text.scss */

.o-dek,
.o-dek p {
  line-height: 1.3;
}

/**
 * Primary type styles
 */

/**
 * Text Transforms
 */

/* line 68, resources/assets/styles/_objects.text.scss */

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

/* line 72, resources/assets/styles/_objects.text.scss */

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

/**
 * Text Styles
 */

/* line 79, resources/assets/styles/_objects.text.scss */

.u-text-style--italic {
  font-style: italic;
}

/* line 83, resources/assets/styles/_objects.text.scss */

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

/**
 * Text Positioning
 */

/* line 90, resources/assets/styles/_objects.text.scss */

.u-align--center {
  text-align: center;
}

/**
 * Text Decorations
 */

/* line 97, resources/assets/styles/_objects.text.scss */

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

/**
 * Rich text editor text
 */

/* line 105, resources/assets/styles/_objects.text.scss */

.o-rte-text > dl dt,
.o-rte-text > ol li,
.o-rte-text > p,
.o-rte-text > ul li,
.o-rte-text > dl dd {
  line-height: 1.5;
  color: #111;
}

/* line 114, resources/assets/styles/_objects.text.scss */

.o-rte-text > h2,
.o-rte-text > h3,
.o-rte-text > h4,
.o-rte-text > h5,
.o-rte-text > h6,
.o-rte-text > h1 {
  padding-top: 25px;
  line-height: 1.2;
  font-weight: normal;
  font-family: "grotesk-regular12", sans-serif;
  letter-spacing: 0;
  text-transform: none;
  color: #111;
}

/* line 129, resources/assets/styles/_objects.text.scss */

.o-rte-text > h2 {
  font-size: 30px;
}

/* line 133, resources/assets/styles/_objects.text.scss */

.o-rte-text > h3 {
  font-size: 24px;
  font-weight: normal;
}

/* line 138, resources/assets/styles/_objects.text.scss */

.o-rte-text > h4 {
  font-size: 24px;
}

/* line 142, resources/assets/styles/_objects.text.scss */

.o-rte-text > h6,
.o-rte-text > h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 149, resources/assets/styles/_objects.text.scss */

.o-rte-text h2:empty,
.o-rte-text h3:empty,
.o-rte-text p:empty {
  display: none;
}

/* line 156, resources/assets/styles/_objects.text.scss */

.o-rte-text > h2 + h3 {
  margin-top: 0;
  padding-top: 6.25px;
}

/* line 161, resources/assets/styles/_objects.text.scss */

.o-rte-text > ol,
.o-rte-text > ul {
  position: relative;
  list-style: none;
  margin-left: 25px;
}

/* line 167, resources/assets/styles/_objects.text.scss */

.o-rte-text > ol:last-child,
.o-rte-text > ul:last-child {
  margin-bottom: 0;
}

/* line 171, resources/assets/styles/_objects.text.scss */

.o-rte-text > ol li,
.o-rte-text > ul li {
  margin-bottom: 12.5px;
  position: relative;
  padding-left: 25px;
}

/* line 177, resources/assets/styles/_objects.text.scss */

.o-rte-text > ol ol,
.o-rte-text > ol ul,
.o-rte-text > ul ol,
.o-rte-text > ul ul {
  list-style: none;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}

/* line 187, resources/assets/styles/_objects.text.scss */

.o-rte-text > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 7px;
  height: 7px;
  background-color: #111;
  border-radius: 50%;
}

/* line 199, resources/assets/styles/_objects.text.scss */

.o-rte-text > ul li li::before {
  background-color: transparent;
  border: 2px solid #111;
}

/* line 207, resources/assets/styles/_objects.text.scss */

.o-rte-text > ol {
  counter-reset: counter;
}

/* line 211, resources/assets/styles/_objects.text.scss */

.o-rte-text > ol li::before {
  counter-increment: counter;
  content: counter(counter) ".";
  color: #111;
  position: absolute;
  left: -0.1em;
  top: -0.15em;
  font-family: "grotesk-regular12", sans-serif;
}

/* line 221, resources/assets/styles/_objects.text.scss */

.o-rte-text > ol li > ol {
  counter-reset: counter;
}

/* line 225, resources/assets/styles/_objects.text.scss */

.o-rte-text > ol li > ol > li::before {
  counter-increment: counter;
  content: counters(counter);
}

/* line 234, resources/assets/styles/_objects.text.scss */

.o-rte-text ul + ul {
  margin-top: 0;
}

/* line 238, resources/assets/styles/_objects.text.scss */

.o-rte-text > ol li + li,
.o-rte-text > ul li + li {
  margin-top: 0;
}

/* line 243, resources/assets/styles/_objects.text.scss */

.o-rte-text code,
.o-rte-text pre {
  font-size: 125%;
}

/* line 248, resources/assets/styles/_objects.text.scss */

.o-rte-text > .o-figure {
  margin: 50px 0 12.5px;
}

/**
 * Kickers
 */

/* line 266, resources/assets/styles/_objects.text.scss */

.o-kicker {
  font-family: "grotesk-regular19", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.16667;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777;
}

/* line 272, resources/assets/styles/_objects.text.scss */

.o-kicker--link {
  position: relative;
  -webkit-box-shadow: inset 0 -1px #ff9a9a;
          box-shadow: inset 0 -1px #ff9a9a;
  padding-bottom: 3px;
  line-height: 1.5;
}

/* line 278, resources/assets/styles/_objects.text.scss */

.o-kicker--link:hover {
  -webkit-box-shadow: inset 0 -8px #ff9a9a;
          box-shadow: inset 0 -8px #ff9a9a;
}

/* line 283, resources/assets/styles/_objects.text.scss */

.o-kicker--small {
  font-size: 10px;
}

/* line 287, resources/assets/styles/_objects.text.scss */

.o-kicker--small.o-kicker--no-link a {
  color: #777;
}

/* line 293, resources/assets/styles/_objects.text.scss */

.o-kicker--words {
  font-family: "noe-regularitalic", serif;
  color: #111;
  text-transform: capitalize;
  letter-spacing: normal;
  font-size: 18px;
  position: relative;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-box-shadow: inset 0 -3px #ccc;
          box-shadow: inset 0 -3px #ccc;
}

@media (max-width: 700px) {
  /* line 293, resources/assets/styles/_objects.text.scss */

  .o-kicker--words {
    font-size: 16px;
  }
}

/* line 308, resources/assets/styles/_objects.text.scss */

.o-kicker--words:hover {
  color: #111;
  -webkit-box-shadow: inset 0 -6px #ccc;
          box-shadow: inset 0 -6px #ccc;
}

/* line 314, resources/assets/styles/_objects.text.scss */

.o-kicker--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s color ease-in-out;
  -o-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
}

/* line 319, resources/assets/styles/_objects.text.scss */

.o-kicker--icon span {
  margin-right: 6.25px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

/* line 324, resources/assets/styles/_objects.text.scss */

.c-article-footnote__right-col .o-kicker--icon img {
  width: 18px;
  height: 18px;
}

/* line 329, resources/assets/styles/_objects.text.scss */

.o-kicker--icon img {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
  -webkit-transition: 0.2s -webkit-filter ease-in-out;
  -o-transition: 0.2s -o-filter ease-in-out;
  transition: 0.2s filter ease-in-out, 0.2s -webkit-filter ease-in-out;
}

/* line 339, resources/assets/styles/_objects.text.scss */

.o-kicker--icon:hover {
  color: #111;
}

/* line 341, resources/assets/styles/_objects.text.scss */

.u-body-white .o-kicker--icon:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/* line 348, resources/assets/styles/_objects.text.scss */

.o-kicker--icon:hover img {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}

/* line 355, resources/assets/styles/_objects.text.scss */

.o-kicker--icon-left span {
  margin-right: 0;
  margin-left: 6.25px;
}

/* line 360, resources/assets/styles/_objects.text.scss */

.o-kicker--icon-left img {
  width: 12px;
}

/* line 365, resources/assets/styles/_objects.text.scss */

.o-kicker.addeventatc {
  font-family: "grotesk-regular19", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.16667;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777;
  color: #777 !important;
  background: transparent;
  border: 0;
  border-radius: 0;
  text-shadow: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0;
  outline-color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 378, resources/assets/styles/_objects.text.scss */

.o-kicker.addeventatc:hover {
  color: #fff !important;
  font-size: 12px;
  background: inherit;
}

/* line 384, resources/assets/styles/_objects.text.scss */

.o-kicker.addeventatc .addeventatc_icon {
  display: none;
}

/* line 388, resources/assets/styles/_objects.text.scss */

.o-kicker.addeventatc > img {
  margin-left: 6.25px;
}

/* line 394, resources/assets/styles/_objects.text.scss */

.o-kicker .addeventatc_dropdown em {
  text-transform: capitalize;
}

/* line 398, resources/assets/styles/_objects.text.scss */

.o-kicker .addeventatc_dropdown .copyx {
  display: none;
}

/* line 404, resources/assets/styles/_objects.text.scss */

.o-kicker-sep {
  margin-left: -3px;
}

/**
 * Blockquote
 */

/* line 411, resources/assets/styles/_objects.text.scss */

.o-blockquote {
  font-family: "noe-medium", serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
}

@media (max-width: 999px) {
  /* line 411, resources/assets/styles/_objects.text.scss */

  .o-blockquote {
    font-size: 24px;
  }
}

@media (max-width: 849px) {
  /* line 411, resources/assets/styles/_objects.text.scss */

  .o-blockquote {
    font-size: 18px;
  }
}

/* line 423, resources/assets/styles/_objects.text.scss */

.o-blockquote--yellow {
  color: #ecab2a;
}

/* line 427, resources/assets/styles/_objects.text.scss */

.o-blockquote::before {
  content: "\201C";
}

/* line 431, resources/assets/styles/_objects.text.scss */

.o-blockquote::after {
  content: "\201D";
}

/**
 * Attribution (for blockquote)
 */

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

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

/**
 * Story block
 */

/* line 10, resources/assets/styles/_components.blocks.scss */

.c-story-block--no-img {
  border-top: 1px solid #ccc;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1000px) {
  /* line 10, resources/assets/styles/_components.blocks.scss */

  .c-story-block--no-img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 20, resources/assets/styles/_components.blocks.scss */

.c-story-block--no-img h2 {
  display: inline-block;
  line-height: 1;
}

/* line 25, resources/assets/styles/_components.blocks.scss */

.c-story-block--no-img .o-subhead {
  margin-left: 25px;
}

@media (max-width: 1000px) {
  /* line 25, resources/assets/styles/_components.blocks.scss */

  .c-story-block--no-img .o-subhead {
    margin-left: 0;
    display: block;
    width: 100%;
  }
}

/* line 35, resources/assets/styles/_components.blocks.scss */

.c-story-block--no-img:last-child {
  border-bottom: 1px solid #ccc;
}

/* line 40, resources/assets/styles/_components.blocks.scss */

.c-story-block__picture {
  display: block;
}

/* line 43, resources/assets/styles/_components.blocks.scss */

.c-story-block__picture > img {
  max-height: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 51, resources/assets/styles/_components.blocks.scss */

.c-story-block__picture:hover > img {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}

/* line 58, resources/assets/styles/_components.blocks.scss */

.c-kicker {
  font-family: "grotesk-regular19", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.16667;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777;
}

@media (max-width: 1000px) {
  /* line 58, resources/assets/styles/_components.blocks.scss */

  .c-kicker {
    font-size: 11px;
    line-height: 1.27273;
    letter-spacing: 1.83px;
  }
}

/* line 74, resources/assets/styles/_components.blocks.scss */

.c-kicker--byline {
  line-height: 1.7;
}

/* line 80, resources/assets/styles/_components.blocks.scss */

.c-kicker--contributor .o-kicker-sep:first-child {
  display: none;
}

/* line 87, resources/assets/styles/_components.blocks.scss */

.c-article-group {
  word-wrap: break-word;
}

@media (max-width: 1000px) {
  /* line 92, resources/assets/styles/_components.blocks.scss */

  .c-article-group--has-overflow > .u-flex-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    margin-right: -25px;
    margin-left: 0;
  }

  /* line 98, resources/assets/styles/_components.blocks.scss */

  .c-article-group--has-overflow > .u-flex-row > div {
    min-width: 250px;
  }

  /* line 101, resources/assets/styles/_components.blocks.scss */

  .c-article-group--has-overflow > .u-flex-row > div:first-child {
    margin-left: -15px;
  }

  /* line 106, resources/assets/styles/_components.blocks.scss */

  .c-article-group--has-overflow > .u-flex-row > div[class^="u-col-xs"] + div[class^="u-col-xs"] {
    margin-top: 0;
  }
}

@media (max-width: 700px) {
  /* line 114, resources/assets/styles/_components.blocks.scss */

  .c-taxonomy-block {
    max-width: 295px;
    margin: auto;
  }
}

/* line 122, resources/assets/styles/_components.blocks.scss */

.c-taxonomy-block > a .c-taxonomy-block__image {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 127, resources/assets/styles/_components.blocks.scss */

.c-taxonomy-block > a:hover .c-taxonomy-block__image {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}

/* ------------------------------------*\
    $CARDS
\*------------------------------------ */

/* ------------------------------------*\
    $HEROS
\*------------------------------------ */

/* line 5, resources/assets/styles/_components.heros.scss */

.c-hero {
  position: relative;
}

@media (min-width: 701px) {
  /* line 5, resources/assets/styles/_components.heros.scss */

  .c-hero {
    max-height: 425px;
    min-height: 425px;
  }
}

@media (min-width: 1001px) {
  /* line 5, resources/assets/styles/_components.heros.scss */

  .c-hero {
    max-height: 560px;
    min-height: 560px;
  }
}

/* line 20, resources/assets/styles/_components.heros.scss */

.c-hero__media {
  max-height: 550px;
}

@media (min-width: 701px) {
  /* line 20, resources/assets/styles/_components.heros.scss */

  .c-hero__media {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 5;
    left: 0;
    top: 0;
  }
}

/* line 34, resources/assets/styles/_components.heros.scss */

.c-hero__media picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

/* line 40, resources/assets/styles/_components.heros.scss */

.c-hero__media video,
.c-hero__media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 700px) {
  /* line 20, resources/assets/styles/_components.heros.scss */

  .c-hero__media {
    margin-bottom: 25px;
    position: relative;
  }
}

/* line 53, resources/assets/styles/_components.heros.scss */

.c-hero__content {
  width: 100%;
}

@media (min-width: 701px) {
  /* line 53, resources/assets/styles/_components.heros.scss */

  .c-hero__content {
    position: relative;
    padding: 60px;
    z-index: 10;
  }
}

@media (min-width: 1001px) {
  /* line 53, resources/assets/styles/_components.heros.scss */

  .c-hero__content {
    max-width: 50%;
  }
}

/* line 68, resources/assets/styles/_components.heros.scss */

.c-hero__headline {
  color: #4f4a7a;
}

@media (min-width: 701px) {
  /* line 68, resources/assets/styles/_components.heros.scss */

  .c-hero__headline {
    color: #fff;
  }
}

/* line 78, resources/assets/styles/_components.heros.scss */

.c-hero__accent .c-hero__media::before,
.c-hero__accent .c-hero__media::after {
  content: "";
  position: absolute;
  z-index: 5;
}

/* line 88, resources/assets/styles/_components.heros.scss */

.c-hero__accent--1 .c-hero__media::before {
  top: -12.5px;
  left: 12.5px;
  height: 60%;
  width: 33.333%;
  background-image: -webkit-linear-gradient(left top, rgba(147, 97, 169, 0.8) calc(50% - 1px), rgba(147, 97, 169, 0) 50%);
  background-image: -o-linear-gradient(left top, rgba(147, 97, 169, 0.8) calc(50% - 1px), rgba(147, 97, 169, 0) 50%);
  background-image: linear-gradient(to right bottom, rgba(147, 97, 169, 0.8) calc(50% - 1px), rgba(147, 97, 169, 0) 50%);
}

@media (min-width: 701px) {
  /* line 88, resources/assets/styles/_components.heros.scss */

  .c-hero__accent--1 .c-hero__media::before {
    top: -25px;
    left: 25px;
    height: 90%;
    width: 25%;
  }
}

/* line 103, resources/assets/styles/_components.heros.scss */

.c-hero__accent--1 .c-hero__media::after {
  height: 75%;
  width: 33.333%;
  right: 0;
  bottom: -12.5px;
  background-image: -webkit-linear-gradient(left top, rgba(156, 229, 244, 0) calc(50% - 1px), rgba(156, 229, 244, 0.5) 50%, rgba(156, 229, 244, 0.5) calc(64% - 1px), rgba(156, 229, 244, 0) 64%);
  background-image: -o-linear-gradient(left top, rgba(156, 229, 244, 0) calc(50% - 1px), rgba(156, 229, 244, 0.5) 50%, rgba(156, 229, 244, 0.5) calc(64% - 1px), rgba(156, 229, 244, 0) 64%);
  background-image: linear-gradient(to right bottom, rgba(156, 229, 244, 0) calc(50% - 1px), rgba(156, 229, 244, 0.5) 50%, rgba(156, 229, 244, 0.5) calc(64% - 1px), rgba(156, 229, 244, 0) 64%);
}

@media (min-width: 701px) {
  /* line 103, resources/assets/styles/_components.heros.scss */

  .c-hero__accent--1 .c-hero__media::after {
    bottom: -25px;
    width: 25%;
  }
}

/* line 119, resources/assets/styles/_components.heros.scss */

.c-hero__accent--2 .c-hero__media::before {
  height: 75%;
  width: 33.333%;
  left: 0;
  top: -12.5px;
  background-image: -webkit-linear-gradient(right bottom, rgba(147, 97, 169, 0) calc(50% - 1px), rgba(147, 97, 169, 0.8) 50%, rgba(147, 97, 169, 0.8) calc(64% - 1px), rgba(147, 97, 169, 0) 64%);
  background-image: -o-linear-gradient(right bottom, rgba(147, 97, 169, 0) calc(50% - 1px), rgba(147, 97, 169, 0.8) 50%, rgba(147, 97, 169, 0.8) calc(64% - 1px), rgba(147, 97, 169, 0) 64%);
  background-image: linear-gradient(to left top, rgba(147, 97, 169, 0) calc(50% - 1px), rgba(147, 97, 169, 0.8) 50%, rgba(147, 97, 169, 0.8) calc(64% - 1px), rgba(147, 97, 169, 0) 64%);
}

@media (min-width: 701px) {
  /* line 119, resources/assets/styles/_components.heros.scss */

  .c-hero__accent--2 .c-hero__media::before {
    top: -25px;
    width: 25%;
  }
}

/* line 132, resources/assets/styles/_components.heros.scss */

.c-hero__accent--2 .c-hero__media::after {
  bottom: -12.5px;
  right: 12.5px;
  height: 65%;
  width: 25%;
  background-image: -webkit-linear-gradient(right bottom, rgba(156, 229, 244, 0.5) calc(50% - 1px), rgba(156, 229, 244, 0) 50%);
  background-image: -o-linear-gradient(right bottom, rgba(156, 229, 244, 0.5) calc(50% - 1px), rgba(156, 229, 244, 0) 50%);
  background-image: linear-gradient(to left top, rgba(156, 229, 244, 0.5) calc(50% - 1px), rgba(156, 229, 244, 0) 50%);
}

@media (min-width: 701px) {
  /* line 132, resources/assets/styles/_components.heros.scss */

  .c-hero__accent--2 .c-hero__media::after {
    bottom: -25px;
    right: 25px;
    width: 20%;
  }
}

/* line 149, resources/assets/styles/_components.heros.scss */

.c-hero__accent--3 .c-hero__media::before {
  height: calc(100% + 12.5px);
  width: 33.333%;
  left: 0;
  top: -12.5px;
  background-image: -webkit-linear-gradient(right bottom, rgba(156, 229, 244, 0) calc(50% - 1px), rgba(156, 229, 244, 0.5) 50%, rgba(156, 229, 244, 0.5) calc(55% - 1px), rgba(156, 229, 244, 0) 55%);
  background-image: -o-linear-gradient(right bottom, rgba(156, 229, 244, 0) calc(50% - 1px), rgba(156, 229, 244, 0.5) 50%, rgba(156, 229, 244, 0.5) calc(55% - 1px), rgba(156, 229, 244, 0) 55%);
  background-image: linear-gradient(to left top, rgba(156, 229, 244, 0) calc(50% - 1px), rgba(156, 229, 244, 0.5) 50%, rgba(156, 229, 244, 0.5) calc(55% - 1px), rgba(156, 229, 244, 0) 55%);
}

@media (min-width: 701px) {
  /* line 149, resources/assets/styles/_components.heros.scss */

  .c-hero__accent--3 .c-hero__media::before {
    top: -25px;
    height: calc(100% + 25px);
  }
}

/* line 162, resources/assets/styles/_components.heros.scss */

.c-hero__accent--3 .c-hero__media::after {
  bottom: -12.5px;
  right: 12.5px;
  height: 65%;
  width: 25%;
  background-image: -webkit-linear-gradient(right bottom, rgba(147, 97, 169, 0.8) calc(50% - 1px), rgba(147, 97, 169, 0) 50%);
  background-image: -o-linear-gradient(right bottom, rgba(147, 97, 169, 0.8) calc(50% - 1px), rgba(147, 97, 169, 0) 50%);
  background-image: linear-gradient(to left top, rgba(147, 97, 169, 0.8) calc(50% - 1px), rgba(147, 97, 169, 0) 50%);
}

@media (min-width: 701px) {
  /* line 162, resources/assets/styles/_components.heros.scss */

  .c-hero__accent--3 .c-hero__media::after {
    bottom: -25px;
    right: 25px;
    height: 75%;
  }
}

/* line 179, resources/assets/styles/_components.heros.scss */

.c-hero__accent--4 .c-hero__media::before {
  height: calc(100% + 12.5px);
  width: 33.333%;
  left: 0;
  top: -12.5px;
  background-image: -webkit-linear-gradient(right bottom, rgba(156, 229, 244, 0) calc(50% - 1px), rgba(156, 229, 244, 0.5) 50%, rgba(156, 229, 244, 0.5) calc(52% - 1px), rgba(156, 229, 244, 0) 52%);
  background-image: -o-linear-gradient(right bottom, rgba(156, 229, 244, 0) calc(50% - 1px), rgba(156, 229, 244, 0.5) 50%, rgba(156, 229, 244, 0.5) calc(52% - 1px), rgba(156, 229, 244, 0) 52%);
  background-image: linear-gradient(to left top, rgba(156, 229, 244, 0) calc(50% - 1px), rgba(156, 229, 244, 0.5) 50%, rgba(156, 229, 244, 0.5) calc(52% - 1px), rgba(156, 229, 244, 0) 52%);
}

@media (min-width: 701px) {
  /* line 179, resources/assets/styles/_components.heros.scss */

  .c-hero__accent--4 .c-hero__media::before {
    top: -25px;
    height: calc(100% + 25px);
  }
}

/* line 192, resources/assets/styles/_components.heros.scss */

.c-hero__accent--4 .c-hero__media::after {
  bottom: -12.5px;
  right: 12.5px;
  height: 65%;
  width: 25%;
  background-image: -webkit-linear-gradient(right bottom, rgba(147, 97, 169, 0.8) calc(50% - 1px), rgba(147, 97, 169, 0) 50%);
  background-image: -o-linear-gradient(right bottom, rgba(147, 97, 169, 0.8) calc(50% - 1px), rgba(147, 97, 169, 0) 50%);
  background-image: linear-gradient(to left top, rgba(147, 97, 169, 0.8) calc(50% - 1px), rgba(147, 97, 169, 0) 50%);
}

@media (min-width: 701px) {
  /* line 192, resources/assets/styles/_components.heros.scss */

  .c-hero__accent--4 .c-hero__media::after {
    bottom: -25px;
    right: 25px;
    height: 75%;
  }
}

/* line 209, resources/assets/styles/_components.heros.scss */

.c-hero__accent--5 .c-hero__media::before {
  top: -12.5px;
  left: 12.5px;
  height: 60%;
  width: 33.333%;
  background-image: -webkit-linear-gradient(left top, rgba(156, 229, 244, 0.5) calc(50% - 1px), rgba(156, 229, 244, 0) 50%);
  background-image: -o-linear-gradient(left top, rgba(156, 229, 244, 0.5) calc(50% - 1px), rgba(156, 229, 244, 0) 50%);
  background-image: linear-gradient(to right bottom, rgba(156, 229, 244, 0.5) calc(50% - 1px), rgba(156, 229, 244, 0) 50%);
}

@media (min-width: 701px) {
  /* line 209, resources/assets/styles/_components.heros.scss */

  .c-hero__accent--5 .c-hero__media::before {
    top: -25px;
    left: 25px;
    height: 70%;
    width: 20%;
  }
}

/* line 224, resources/assets/styles/_components.heros.scss */

.c-hero__accent--5 .c-hero__media::after {
  height: 90%;
  width: 33.333%;
  right: 0;
  bottom: -12.5px;
  background-image: -webkit-linear-gradient(left top, rgba(147, 97, 169, 0) calc(50% - 1px), rgba(147, 97, 169, 0.8) 50%, rgba(147, 97, 169, 0.8) calc(66% - 1px), rgba(147, 97, 169, 0) 66%);
  background-image: -o-linear-gradient(left top, rgba(147, 97, 169, 0) calc(50% - 1px), rgba(147, 97, 169, 0.8) 50%, rgba(147, 97, 169, 0.8) calc(66% - 1px), rgba(147, 97, 169, 0) 66%);
  background-image: linear-gradient(to right bottom, rgba(147, 97, 169, 0) calc(50% - 1px), rgba(147, 97, 169, 0.8) 50%, rgba(147, 97, 169, 0.8) calc(66% - 1px), rgba(147, 97, 169, 0) 66%);
}

@media (min-width: 701px) {
  /* line 224, resources/assets/styles/_components.heros.scss */

  .c-hero__accent--5 .c-hero__media::after {
    bottom: -25px;
    width: 25%;
  }
}

/* line 240, resources/assets/styles/_components.heros.scss */

.c-hero__accent--6 .c-hero__media::before {
  top: -12.5px;
  left: 12.5px;
  height: 60%;
  width: 33.333%;
  background-image: -webkit-linear-gradient(left top, rgba(147, 97, 169, 0.8) calc(50% - 1px), rgba(147, 97, 169, 0) 50%);
  background-image: -o-linear-gradient(left top, rgba(147, 97, 169, 0.8) calc(50% - 1px), rgba(147, 97, 169, 0) 50%);
  background-image: linear-gradient(to right bottom, rgba(147, 97, 169, 0.8) calc(50% - 1px), rgba(147, 97, 169, 0) 50%);
}

@media (min-width: 701px) {
  /* line 240, resources/assets/styles/_components.heros.scss */

  .c-hero__accent--6 .c-hero__media::before {
    top: -25px;
    left: 25px;
    height: 80%;
    width: 25%;
  }
}

/* line 255, resources/assets/styles/_components.heros.scss */

.c-hero__accent--6 .c-hero__media::after {
  height: calc(100% + 12.5px);
  width: 33.333%;
  right: 0;
  bottom: -12.5px;
  background-image: -webkit-linear-gradient(left top, rgba(156, 229, 244, 0) calc(50% - 1px), rgba(156, 229, 244, 0.5) 50%, rgba(156, 229, 244, 0.5) calc(53% - 1px), rgba(156, 229, 244, 0) 53%);
  background-image: -o-linear-gradient(left top, rgba(156, 229, 244, 0) calc(50% - 1px), rgba(156, 229, 244, 0.5) 50%, rgba(156, 229, 244, 0.5) calc(53% - 1px), rgba(156, 229, 244, 0) 53%);
  background-image: linear-gradient(to right bottom, rgba(156, 229, 244, 0) calc(50% - 1px), rgba(156, 229, 244, 0.5) 50%, rgba(156, 229, 244, 0.5) calc(53% - 1px), rgba(156, 229, 244, 0) 53%);
}

@media (min-width: 701px) {
  /* line 255, resources/assets/styles/_components.heros.scss */

  .c-hero__accent--6 .c-hero__media::after {
    bottom: -25px;
    height: calc(100% + 25px);
  }
}

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

/* line 7, resources/assets/styles/_components.sections.scss */

.c-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 11, resources/assets/styles/_components.sections.scss */

.c-section-header.has-border {
  padding-top: 10px;
  border-top: 4px solid #111;
}

/* line 15, resources/assets/styles/_components.sections.scss */

.c-section-header.has-border--white {
  color: #fff;
  border-top: 4px solid #fff;
}

/* line 19, resources/assets/styles/_components.sections.scss */

.c-section-header.has-border--white a {
  color: #fff;
}

/* line 27, resources/assets/styles/_components.sections.scss */

.c-section-header--link.c-section-header.has-border--white:hover {
  border-top: 4px solid #111;
}

/* line 35, resources/assets/styles/_components.sections.scss */

.c-callout__content {
  padding: 25px 0;
  height: 100%;
  border-top: 4px solid #111;
  border-bottom: 1px solid #ccc;
}

/* line 43, resources/assets/styles/_components.sections.scss */

.c-callout__picture > img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 48, resources/assets/styles/_components.sections.scss */

.c-callout__picture:hover > img {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}

/* line 55, resources/assets/styles/_components.sections.scss */

.c-category-card {
  position: relative;
}

/* line 58, resources/assets/styles/_components.sections.scss */

.c-category-card__cutout {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 5px 10px 0 0;
  z-index: 15;
  max-width: 80%;
}

/* line 68, resources/assets/styles/_components.sections.scss */

.c-category-card__picture {
  display: block;
  max-width: 405px;
  height: 215px;
  position: relative;
}

@media (max-width: 700px) {
  /* line 68, resources/assets/styles/_components.sections.scss */

  .c-category-card__picture {
    max-width: none;
  }
}

/* line 79, resources/assets/styles/_components.sections.scss */

.c-category-card__picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 86, resources/assets/styles/_components.sections.scss */

.c-category-card__count {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  color: #111;
  background: #fff;
  border: 1px solid #111;
  z-index: 10;
}

/* line 104, resources/assets/styles/_components.sections.scss */

.c-category-card:hover .c-category-card__count {
  visibility: visible;
  opacity: 1;
}

/* line 109, resources/assets/styles/_components.sections.scss */

.c-category-card:hover .c-category-card__cutout {
  border-top: 1px solid #111;
  border-right: 1px solid #111;
}

/* line 116, resources/assets/styles/_components.sections.scss */

.has-bg {
  position: relative;
  padding: 37.5px 0;
}

/* line 120, resources/assets/styles/_components.sections.scss */

.has-bg::before {
  content: '';
  position: absolute;
  width: calc(100% + 9999px);
  left: -4499.5px;
  top: 0;
  z-index: -1;
  height: 100%;
}

@media (max-width: 1000px) {
  /* line 120, resources/assets/styles/_components.sections.scss */

  .has-bg::before {
    width: calc(100% + 50px);
    left: -25px;
  }
}

/* line 136, resources/assets/styles/_components.sections.scss */

.has-bg--off-white::before {
  background: #eee;
}

/* line 142, resources/assets/styles/_components.sections.scss */

.has-bg--black::before {
  background: #111;
}

/* line 149, resources/assets/styles/_components.sections.scss */

.c-issue-callout__content {
  padding: 62.5px 0;
}

@media (max-width: 1000px) {
  /* line 149, resources/assets/styles/_components.sections.scss */

  .c-issue-callout__content {
    padding: 0;
  }
}

@media (min-width: 851px) {
  /* line 158, resources/assets/styles/_components.sections.scss */

  .c-issue-callout .u-col-lg-7 {
    max-width: 430px;
    -ms-flex-preferred-size: 430px;
        flex-basis: 430px;
  }

  /* line 163, resources/assets/styles/_components.sections.scss */

  .c-issue-callout .u-col-lg-5 {
    max-width: calc(100% - 430px);
    -ms-flex-preferred-size: calc(100% - 430px);
        flex-basis: calc(100% - 430px);
  }
}

@media (min-width: 1001px) {
  /* line 171, resources/assets/styles/_components.sections.scss */

  .c-issue-callout .u-col-lg-7 {
    max-width: 530px;
    -ms-flex-preferred-size: 530px;
        flex-basis: 530px;
  }

  /* line 176, resources/assets/styles/_components.sections.scss */

  .c-issue-callout .u-col-lg-5 {
    max-width: calc(100% - 530px);
    -ms-flex-preferred-size: calc(100% - 530px);
        flex-basis: calc(100% - 530px);
  }
}

@media (min-width: 1201px) {
  /* line 184, resources/assets/styles/_components.sections.scss */

  .c-issue-callout .u-col-lg-7 {
    max-width: 730px;
    -ms-flex-preferred-size: 730px;
        flex-basis: 730px;
  }

  /* line 189, resources/assets/styles/_components.sections.scss */

  .c-issue-callout .u-col-lg-5 {
    max-width: calc(100% - 730px);
    -ms-flex-preferred-size: calc(100% - 730px);
        flex-basis: calc(100% - 730px);
  }
}

/* line 196, resources/assets/styles/_components.sections.scss */

.c-events-section {
  position: relative;
  color: #fff;
}

/* line 200, resources/assets/styles/_components.sections.scss */

.c-events-section__inner {
  position: relative;
}

/* line 205, resources/assets/styles/_components.sections.scss */

.c-event-block {
  display: block;
  position: relative;
  width: 215px;
  height: 340px;
}

/* line 211, resources/assets/styles/_components.sections.scss */

.c-event-block.is-reverse {
  border: 1px solid #777;
}

@media (max-width: 700px) {
  /* line 211, resources/assets/styles/_components.sections.scss */

  .c-event-block.is-reverse {
    height: 157px;
  }
}

/* line 219, resources/assets/styles/_components.sections.scss */

.c-event-block.is-reverse .c-event-block__overlay {
  position: static;
  opacity: 1;
  visibility: visible;
  border: 0;
}

/* line 226, resources/assets/styles/_components.sections.scss */

.c-event-block.is-reverse .c-event-block__date {
  border-bottom: 1px solid #777;
  border-right: 1px solid #777;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 200;
  top: -1px;
  left: -1px;
  width: 65px;
  height: 106px;
}

/* line 236, resources/assets/styles/_components.sections.scss */

.c-event-block.is-reverse .c-event-block__date::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  background: #111;
  z-index: 200;
  width: 100%;
  height: 2px;
}

/* line 248, resources/assets/styles/_components.sections.scss */

.c-event-block.is-reverse .c-event-block__image {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  top: 0;
  left: 0;
}

/* line 258, resources/assets/styles/_components.sections.scss */

.c-event-block.is-reverse:hover .c-event-block__image {
  opacity: 1;
  visibility: visible;
  z-index: 121;
}

/* line 268, resources/assets/styles/_components.sections.scss */

.c-event-block__date {
  padding: 0;
  padding-top: 10px;
  position: absolute;
  z-index: 25;
  top: 0;
  left: 0;
  background: #111;
  width: 64px;
  height: 105px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* line 281, resources/assets/styles/_components.sections.scss */

.c-event-block__image {
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 287, resources/assets/styles/_components.sections.scss */

.c-event-block__image > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 294, resources/assets/styles/_components.sections.scss */

.c-event-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #777;
  visibility: hidden;
  opacity: 0;
  padding: 12.5px;
}

/* line 305, resources/assets/styles/_components.sections.scss */

.c-event-block__overlay .o-kicker {
  display: block;
  width: 100%;
}

/* line 310, resources/assets/styles/_components.sections.scss */

.c-event-block__overlay .o-cta {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 12.5px;
}

@media (max-width: 700px) {
  /* line 294, resources/assets/styles/_components.sections.scss */

  .c-event-block__overlay {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}

/* line 322, resources/assets/styles/_components.sections.scss */

.c-event-block__overlay-content {
  position: relative;
  top: 115px;
}

@media (max-width: 700px) {
  /* line 327, resources/assets/styles/_components.sections.scss */

  .c-event-block.is-reverse .c-event-block__overlay-content {
    margin-left: 62.5px;
    top: 0;
  }
}

/* line 335, resources/assets/styles/_components.sections.scss */

.c-event-block:hover .c-event-block__image {
  visibility: hidden;
  opacity: 0;
}

/* line 340, resources/assets/styles/_components.sections.scss */

.c-event-block:hover .c-event-block__date {
  border-bottom: 1px solid #777;
  border-right: 1px solid #777;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* line 346, resources/assets/styles/_components.sections.scss */

.c-event-block:hover .c-event-block__overlay {
  visibility: visible;
  opacity: 1;
}

/* line 352, resources/assets/styles/_components.sections.scss */

.page-template-page-events .c-event-block {
  width: 100%;
}

/* line 357, resources/assets/styles/_components.sections.scss */

.c-event-block__name {
  display: block;
  width: 100%;
  color: #fff;
}

/* line 362, resources/assets/styles/_components.sections.scss */

.c-event-block__name h4 {
  line-height: 23px;
}

/* line 370, resources/assets/styles/_components.sections.scss */

.c-events-slider.slick-initialized .slick-slide + .slick-slide {
  margin-left: 25px;
}

/* line 376, resources/assets/styles/_components.sections.scss */

.c-events-slider::after {
  content: "";
  position: absolute;
  right: -1px;
  z-index: 720;
  top: 0;
  width: 100px;
  height: 100%;
  pointer-events: none;
  background-image: -webkit-linear-gradient(left, rgba(17, 17, 17, 0), #111);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(17, 17, 17, 0)), to(#111));
  background-image: -o-linear-gradient(left, rgba(17, 17, 17, 0), #111);
  background-image: linear-gradient(to right, rgba(17, 17, 17, 0), #111);
}

/* line 390, resources/assets/styles/_components.sections.scss */

.c-events-slider-arrows {
  position: absolute;
  top: -5px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 396, resources/assets/styles/_components.sections.scss */

.c-events-slider-arrows .slick-arrow {
  position: relative;
  left: 0;
  right: 0;
  width: 26px;
  height: 13px;
}

/* line 403, resources/assets/styles/_components.sections.scss */

.c-events-slider-arrows .slick-arrow::before {
  content: '';
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 26 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-1333.000000, -2764.000000)'%3E%3Cg transform='translate(60.000000, 2703.000000)'%3E%3Cg transform='translate(1217.000000, 52.000000)'%3E%3Cg transform='translate(56.000000, 9.000000)'%3E%3Cpath d='M0 6.2002h20.70755' stroke='%23FFF' stroke-width='2'/%3E%3Cpolygon fill='%23FFF' fill-rule='evenodd' points='12.3369141 0 18.5371094 6.20019531 12.3369141 12.4003906 25.9160156 6.20019531'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
}

/* line 416, resources/assets/styles/_components.sections.scss */

.c-events-slider-arrows .slick-prev {
  margin-right: 30px;
}

/* line 419, resources/assets/styles/_components.sections.scss */

.c-events-slider-arrows .slick-prev::before {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 423, resources/assets/styles/_components.sections.scss */

.c-events-slider-arrows .slick-prev::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -15px;
  width: 1px;
  height: 30px;
  background: #444;
}

/* line 440, resources/assets/styles/_components.sections.scss */

.c-event-number {
  font-size: 56px;
  line-height: 1.03571;
  font-family: "grotesk-regular12", sans-serif;
  color: #fff;
  margin-top: 5px;
}

@media (max-width: 700px) {
  /* line 440, resources/assets/styles/_components.sections.scss */

  .c-event-number {
    font-size: 50px;
    line-height: 1;
  }
}

/* line 454, resources/assets/styles/_components.sections.scss */

.c-event--month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: #242424;
}

@media (max-width: 700px) {
  /* line 465, resources/assets/styles/_components.sections.scss */

  .c-event-listing > .l-grid {
    grid-row-gap: 15px;
  }
}

@media (max-width: 700px) {
  /* line 472, resources/assets/styles/_components.sections.scss */

  .u-spacing--double .c-event-listing {
    margin-top: 12.5px;
  }
}

/* line 479, resources/assets/styles/_components.sections.scss */

.c-event-filter-container::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #444;
  top: 1px;
  left: 0;
}

/* line 492, resources/assets/styles/_components.sections.scss */

.has-overflow-container {
  position: relative;
}

@media (max-width: 1200px) {
  /* line 496, resources/assets/styles/_components.sections.scss */

  .has-overflow {
    overflow-x: auto;
  }

  /* line 500, resources/assets/styles/_components.sections.scss */

  .has-overflow::after {
    content: "";
    position: absolute;
    right: -1px;
    z-index: 570;
    top: 0;
    width: 100px;
    height: 100%;
    pointer-events: none;
    background-image: -webkit-linear-gradient(left, rgba(17, 17, 17, 0), #111);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(17, 17, 17, 0)), to(#111));
    background-image: -o-linear-gradient(left, rgba(17, 17, 17, 0), #111);
    background-image: linear-gradient(to right, rgba(17, 17, 17, 0), #111);
  }
}

/* line 515, resources/assets/styles/_components.sections.scss */

.c-event-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  height: 25px;
}

/* line 522, resources/assets/styles/_components.sections.scss */

.c-event-filter.has-overflow::after {
  top: -1px;
}

/* line 527, resources/assets/styles/_components.sections.scss */

.c-event-filter::-webkit-scrollbar {
  display: none;
}

/* line 531, resources/assets/styles/_components.sections.scss */

.c-event-filter__item {
  font-family: "grotesk-semibold19", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33333;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  position: relative;
  padding-top: 6.25px;
}

/* line 536, resources/assets/styles/_components.sections.scss */

.c-event-filter__item + .c-event-filter__item {
  margin-left: 25px;
}

/* line 540, resources/assets/styles/_components.sections.scss */

.c-event-filter__item::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -1px;
  width: 100%;
  height: 4px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.15s all linear;
  -o-transition: 0.15s all linear;
  transition: 0.15s all linear;
}

/* line 555, resources/assets/styles/_components.sections.scss */

.c-event-filter__item.is-active::before,
.c-event-filter__item:hover::before {
  opacity: 1;
  visibility: visible;
}

/* line 561, resources/assets/styles/_components.sections.scss */

.c-event-filter__item:last-child {
  padding-right: 25px;
}

@media (max-width: 700px) {
  /* line 573, resources/assets/styles/_components.sections.scss */

  body.page-template-archive .c-main-header__inner,
  body.archive.tax-column .c-main-header__inner,
  body.archive.category .c-main-header__inner,
  body.archive.tax-issue .c-main-header__inner,
  body.contributors .c-main-header__inner {
    margin-bottom: 0;
    border-bottom: 0;
  }
}

/* line 585, resources/assets/styles/_components.sections.scss */

body.page-template-archive .c-archive-grid.has-dividers > .l-grid-item + .l-grid-item::before,
body.page-template-archive .c-archive-grid.is-contributors > .l-grid-item + .l-grid-item::before,
body.archive.tax-column .c-archive-grid.has-dividers > .l-grid-item + .l-grid-item::before,
body.archive.tax-column .c-archive-grid.is-contributors > .l-grid-item + .l-grid-item::before,
body.archive.category .c-archive-grid.has-dividers > .l-grid-item + .l-grid-item::before,
body.archive.category .c-archive-grid.is-contributors > .l-grid-item + .l-grid-item::before,
body.archive.tax-issue .c-archive-grid.has-dividers > .l-grid-item + .l-grid-item::before,
body.archive.tax-issue .c-archive-grid.is-contributors > .l-grid-item + .l-grid-item::before,
body.contributors .c-archive-grid.has-dividers > .l-grid-item + .l-grid-item::before,
body.contributors .c-archive-grid.is-contributors > .l-grid-item + .l-grid-item::before {
  content: '';
  height: calc(100% + 30px);
  width: 1px;
  background: #ccc;
  position: absolute;
  left: -15px;
  top: 0;
}

@media (min-width: 1201px) {
  /* line 599, resources/assets/styles/_components.sections.scss */

  body.page-template-archive .c-archive-grid.has-dividers > .l-grid-item:nth-child(3)::before,
  body.page-template-archive .c-archive-grid.has-dividers > .l-grid-item:nth-child(4n+6)::before,
  body.page-template-archive .c-archive-grid.is-contributors > .l-grid-item:nth-child(3)::before,
  body.page-template-archive .c-archive-grid.is-contributors > .l-grid-item:nth-child(4n+6)::before,
  body.archive.tax-column .c-archive-grid.has-dividers > .l-grid-item:nth-child(3)::before,
  body.archive.tax-column .c-archive-grid.has-dividers > .l-grid-item:nth-child(4n+6)::before,
  body.archive.tax-column .c-archive-grid.is-contributors > .l-grid-item:nth-child(3)::before,
  body.archive.tax-column .c-archive-grid.is-contributors > .l-grid-item:nth-child(4n+6)::before,
  body.archive.category .c-archive-grid.has-dividers > .l-grid-item:nth-child(3)::before,
  body.archive.category .c-archive-grid.has-dividers > .l-grid-item:nth-child(4n+6)::before,
  body.archive.category .c-archive-grid.is-contributors > .l-grid-item:nth-child(3)::before,
  body.archive.category .c-archive-grid.is-contributors > .l-grid-item:nth-child(4n+6)::before,
  body.archive.tax-issue .c-archive-grid.has-dividers > .l-grid-item:nth-child(3)::before,
  body.archive.tax-issue .c-archive-grid.has-dividers > .l-grid-item:nth-child(4n+6)::before,
  body.archive.tax-issue .c-archive-grid.is-contributors > .l-grid-item:nth-child(3)::before,
  body.archive.tax-issue .c-archive-grid.is-contributors > .l-grid-item:nth-child(4n+6)::before,
  body.contributors .c-archive-grid.has-dividers > .l-grid-item:nth-child(3)::before,
  body.contributors .c-archive-grid.has-dividers > .l-grid-item:nth-child(4n+6)::before,
  body.contributors .c-archive-grid.is-contributors > .l-grid-item:nth-child(3)::before,
  body.contributors .c-archive-grid.is-contributors > .l-grid-item:nth-child(4n+6)::before {
    content: none;
  }
}

@media (max-width: 1200px) {
  /* line 608, resources/assets/styles/_components.sections.scss */

  body.page-template-archive .c-archive-grid.has-dividers > .l-grid-item:nth-child(even)::before,
  body.page-template-archive .c-archive-grid.is-contributors > .l-grid-item:nth-child(even)::before,
  body.archive.tax-column .c-archive-grid.has-dividers > .l-grid-item:nth-child(even)::before,
  body.archive.tax-column .c-archive-grid.is-contributors > .l-grid-item:nth-child(even)::before,
  body.archive.category .c-archive-grid.has-dividers > .l-grid-item:nth-child(even)::before,
  body.archive.category .c-archive-grid.is-contributors > .l-grid-item:nth-child(even)::before,
  body.archive.tax-issue .c-archive-grid.has-dividers > .l-grid-item:nth-child(even)::before,
  body.archive.tax-issue .c-archive-grid.is-contributors > .l-grid-item:nth-child(even)::before,
  body.contributors .c-archive-grid.has-dividers > .l-grid-item:nth-child(even)::before,
  body.contributors .c-archive-grid.is-contributors > .l-grid-item:nth-child(even)::before {
    content: none;
  }
}

@media (max-width: 700px) {
  /* line 618, resources/assets/styles/_components.sections.scss */

  body.page-template-archive .c-archive-grid.has-dividers > .l-grid-item:nth-child(even)::before,
  body.page-template-archive .c-archive-grid.has-dividers > .l-grid-item:nth-child(odd)::before,
  body.page-template-archive .c-archive-grid.is-contributors > .l-grid-item:nth-child(even)::before,
  body.page-template-archive .c-archive-grid.is-contributors > .l-grid-item:nth-child(odd)::before,
  body.archive.tax-column .c-archive-grid.has-dividers > .l-grid-item:nth-child(even)::before,
  body.archive.tax-column .c-archive-grid.has-dividers > .l-grid-item:nth-child(odd)::before,
  body.archive.tax-column .c-archive-grid.is-contributors > .l-grid-item:nth-child(even)::before,
  body.archive.tax-column .c-archive-grid.is-contributors > .l-grid-item:nth-child(odd)::before,
  body.archive.category .c-archive-grid.has-dividers > .l-grid-item:nth-child(even)::before,
  body.archive.category .c-archive-grid.has-dividers > .l-grid-item:nth-child(odd)::before,
  body.archive.category .c-archive-grid.is-contributors > .l-grid-item:nth-child(even)::before,
  body.archive.category .c-archive-grid.is-contributors > .l-grid-item:nth-child(odd)::before,
  body.archive.tax-issue .c-archive-grid.has-dividers > .l-grid-item:nth-child(even)::before,
  body.archive.tax-issue .c-archive-grid.has-dividers > .l-grid-item:nth-child(odd)::before,
  body.archive.tax-issue .c-archive-grid.is-contributors > .l-grid-item:nth-child(even)::before,
  body.archive.tax-issue .c-archive-grid.is-contributors > .l-grid-item:nth-child(odd)::before,
  body.contributors .c-archive-grid.has-dividers > .l-grid-item:nth-child(even)::before,
  body.contributors .c-archive-grid.has-dividers > .l-grid-item:nth-child(odd)::before,
  body.contributors .c-archive-grid.is-contributors > .l-grid-item:nth-child(even)::before,
  body.contributors .c-archive-grid.is-contributors > .l-grid-item:nth-child(odd)::before {
    content: none;
  }
}

@media (max-width: 700px) {
  /* line 631, resources/assets/styles/_components.sections.scss */

  .c-archive.u-spacing--double .c-archive-grid {
    margin-top: 0;
  }
}

/* line 640, resources/assets/styles/_components.sections.scss */

.c-archive-grid.has-dividers > .l-grid-item {
  height: 100%;
  word-break: break-word;
}

/* line 644, resources/assets/styles/_components.sections.scss */

.c-archive-grid.has-dividers > .l-grid-item + .l-grid-item {
  position: relative;
}

/* line 647, resources/assets/styles/_components.sections.scss */

.c-archive-grid.has-dividers > .l-grid-item + .l-grid-item::before {
  content: '';
  height: calc(100% + 30px);
  width: 1px;
  background: #ccc;
  position: absolute;
  left: -15px;
  top: 0;
}

@media (min-width: 1201px) {
  /* line 660, resources/assets/styles/_components.sections.scss */

  .c-archive-grid.has-dividers > .l-grid-item:nth-child(4n+5)::before {
    content: none;
  }
}

@media (max-width: 1200px) {
  /* line 669, resources/assets/styles/_components.sections.scss */

  .c-archive-grid.has-dividers > .l-grid-item:nth-child(odd)::before {
    content: none;
  }
}

@media (max-width: 700px) {
  /* line 679, resources/assets/styles/_components.sections.scss */

  .c-archive-grid.has-dividers > .l-grid-item:nth-child(even)::before,
  .c-archive-grid.has-dividers > .l-grid-item:nth-child(odd)::before {
    content: none;
  }
}

/* line 691, resources/assets/styles/_components.sections.scss */

.c-archive-grid--search.has-dividers > .l-grid-item:nth-child(2)::before {
  content: '';
  height: calc(100% + 30px);
  width: 1px;
  background: #ccc;
  position: absolute;
  left: -15px;
  top: 0;
}

/* line 705, resources/assets/styles/_components.sections.scss */

.c-archive-grid--ajax {
  padding-top: 30px;
}

/* line 710, resources/assets/styles/_components.sections.scss */

.c-archive__header {
  padding-top: 10px;
  border-top: 1px solid #111;
  height: 47px;
}

@media (max-width: 700px) {
  /* line 710, resources/assets/styles/_components.sections.scss */

  .c-archive__header {
    height: auto;
    margin-top: -25px;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* line 726, resources/assets/styles/_components.sections.scss */

.c-category-nav.has-category-name {
  position: relative;
  top: calc(-47px - 50px);
}

@media (max-width: 700px) {
  /* line 726, resources/assets/styles/_components.sections.scss */

  .c-category-nav.has-category-name {
    top: 0;
    position: static;
  }
}

/* line 736, resources/assets/styles/_components.sections.scss */

.c-category-nav--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media (max-width: 700px) {
  /* line 745, resources/assets/styles/_components.sections.scss */

  .page-template-default .c-category-nav.is-mobile-dropdown .c-category-menu,
  .page-template-page-guide .c-category-nav.is-mobile-dropdown .c-category-menu {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in;
    margin-top: 6.25px;
    padding-top: 6.25px;
    position: relative;
  }

  /* line 754, resources/assets/styles/_components.sections.scss */

  .page-template-default .c-category-nav.is-mobile-dropdown .c-category-menu::after,
  .page-template-page-guide .c-category-nav.is-mobile-dropdown .c-category-menu::after {
    content: '';
    height: 1px;
    width: calc(100% + 50px);
    left: -25px;
    top: 3px;
    background: #eee;
    position: absolute;
  }

  /* line 766, resources/assets/styles/_components.sections.scss */

  .page-template-default .c-category-nav.is-mobile-dropdown .c-category-menu > .c-category-menu__list > li:last-child,
  .page-template-page-guide .c-category-nav.is-mobile-dropdown .c-category-menu > .c-category-menu__list > li:last-child {
    border-bottom: 0;
  }

  /* line 775, resources/assets/styles/_components.sections.scss */

  .page-template-default .c-category-nav.this-is-active .c-category-menu,
  .page-template-page-guide .c-category-nav.this-is-active .c-category-menu {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }

  /* line 784, resources/assets/styles/_components.sections.scss */

  .c-category-nav.is-mobile-dropdown .c-category-menus {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in;
    margin-top: 0;
  }

  /* line 792, resources/assets/styles/_components.sections.scss */

  .c-category-nav.is-mobile-dropdown .c-category-menus .c-category-menu:first-child {
    margin-top: 6.25px;
    padding-top: 6.25px;
    position: relative;
  }

  /* line 797, resources/assets/styles/_components.sections.scss */

  .c-category-nav.is-mobile-dropdown .c-category-menus .c-category-menu:first-child::after {
    content: '';
    height: 1px;
    width: calc(100% + 50px);
    left: -25px;
    top: 3px;
    background: #eee;
    position: absolute;
  }

  /* line 811, resources/assets/styles/_components.sections.scss */

  .c-category-nav.is-mobile-dropdown .c-category-menus .c-category-menu:last-child > .c-category-menu__list > li:last-child {
    border-bottom: 0;
  }

  /* line 820, resources/assets/styles/_components.sections.scss */

  .c-category-nav.is-mobile-dropdown > .c-section-header {
    position: relative;
    cursor: pointer;
  }

  /* line 824, resources/assets/styles/_components.sections.scss */

  .c-category-nav.is-mobile-dropdown > .c-section-header::after {
    content: 'Refine +';
    font-family: "grotesk-regular19", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.16667;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #777;
  }

  /* line 832, resources/assets/styles/_components.sections.scss */

  .c-category-nav.is-mobile-dropdown.this-is-active .c-category-menus {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }

  /* line 839, resources/assets/styles/_components.sections.scss */

  .c-category-nav.is-mobile-dropdown.this-is-active > .c-section-header::after {
    content: '\2015';
  }
}

/* line 850, resources/assets/styles/_components.sections.scss */

.c-category-menu__list > li {
  border-bottom: 1px solid #eee;
  padding: 5px 0 3px;
}

/* line 857, resources/assets/styles/_components.sections.scss */

.c-category-menu__list > li.is-current,
.page-template-archive .c-category-menu__all-link {
  position: relative;
}

/* line 861, resources/assets/styles/_components.sections.scss */

.c-category-menu__list > li.is-current::before,
.page-template-archive .c-category-menu__all-link::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -15px;
  background: #ff9a9a;
}

/* line 876, resources/assets/styles/_components.sections.scss */

.c-pagination {
  font-size: 32px;
  line-height: 1.1875;
  font-family: "grotesk-regular12", sans-serif;
  color: #777;
  padding-top: 25px;
  text-align: center;
}

/* line 884, resources/assets/styles/_components.sections.scss */

.c-pagination a {
  color: #777;
}

/* line 887, resources/assets/styles/_components.sections.scss */

.c-pagination a:hover {
  color: #111;
}

/* line 892, resources/assets/styles/_components.sections.scss */

.c-pagination .current {
  position: relative;
}

/* line 895, resources/assets/styles/_components.sections.scss */

.c-pagination .current::after {
  content: '';
}

/* line 900, resources/assets/styles/_components.sections.scss */

.c-pagination .page-numbers {
  padding: 0 6.25px;
}

/* line 903, resources/assets/styles/_components.sections.scss */

.c-pagination .page-numbers.current {
  position: relative;
}

/* line 906, resources/assets/styles/_components.sections.scss */

.c-pagination .page-numbers.current::after {
  content: '';
  background: #ff9a9a;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
}

/* line 917, resources/assets/styles/_components.sections.scss */

.c-pagination .page-numbers .o-icon {
  position: relative;
  width: 13px;
  height: 13px;
}

/* line 922, resources/assets/styles/_components.sections.scss */

.c-pagination .page-numbers .o-icon::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  top: calc(50% - 3px);
  left: -6.25px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-117.000000, -475.000000)' fill='%23777'%3E%3Cg transform='translate(117.000000, 35.000000)'%3E%3Cg transform='translate(10.000000, 450.000000) rotate(-180.000000) translate(-10.000000, -450.000000) translate(0.000000, 440.000000)'%3E%3Cpolygon points='0 0.416666667 9.13196692 9.75 0 19.0833333 20 9.75'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* line 937, resources/assets/styles/_components.sections.scss */

.c-pagination .next .o-icon::before {
  left: auto;
  right: -6.25px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-1366.000000, -475.000000)' fill='%23777'%3E%3Cg transform='translate(117.000000, 35.000000)'%3E%3Cg transform='translate(1249.000000, 440.000000)'%3E%3Cpolygon points='0 0.416666667 9.13196692 9.75 0 19.0833333 20 9.75'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* line 947, resources/assets/styles/_components.sections.scss */

.c-taxonomy-block__image {
  width: 295px;
  height: 295px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 850px) {
  /* line 954, resources/assets/styles/_components.sections.scss */

  .c-contributor-info {
    margin-top: 12.5px;
  }
}

/* line 960, resources/assets/styles/_components.sections.scss */

.c-contributor-info__image {
  float: left;
  margin-right: 25px;
  margin-bottom: 12.5px;
}

@media (max-width: 700px) {
  /* line 960, resources/assets/styles/_components.sections.scss */

  .c-contributor-info__image {
    float: none;
    display: block;
    margin-right: 0;
  }
}

/* line 972, resources/assets/styles/_components.sections.scss */

.c-contributor-info__image > img {
  width: 295px;
  height: 295px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 700px) {
  /* line 972, resources/assets/styles/_components.sections.scss */

  .c-contributor-info__image > img {
    margin: auto;
  }
}

@media (max-width: 550px) {
  /* line 972, resources/assets/styles/_components.sections.scss */

  .c-contributor-info__image > img {
    width: 100%;
  }
}

/* line 988, resources/assets/styles/_components.sections.scss */

.c-contributor-info__social {
  line-height: 1.2;
}

/* line 992, resources/assets/styles/_components.sections.scss */

.c-contributor-info__social a:hover {
  color: #111;
}

/* line 998, resources/assets/styles/_components.sections.scss */

.c-contributor-info__social > * + *::before {
  content: '\B7   ';
}

/* line 1005, resources/assets/styles/_components.sections.scss */

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

@media (max-width: 1440px) {
  /* line 1005, resources/assets/styles/_components.sections.scss */

  .c-home-image {
    margin: 0 -47px;
    width: calc(100% + 94px);
  }
}

@media (max-width: 850px) {
  /* line 1005, resources/assets/styles/_components.sections.scss */

  .c-home-image {
    margin: 0 -25px;
    width: calc(100% + 50px);
  }
}

/* line 1020, resources/assets/styles/_components.sections.scss */

.c-home-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

/**
 * Validation
 */

/* line 8, resources/assets/styles/_components.forms.scss */

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

/* line 12, resources/assets/styles/_components.forms.scss */

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

/* line 16, resources/assets/styles/_components.forms.scss */

.o-label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

/* ------------------------------------*\
    $SLIDERS
\*------------------------------------ */

/* line 7, resources/assets/styles/_components.sliders.scss */

.c-shop-slider--home .c-shop-slider__item > img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1200px) {
  /* line 7, resources/assets/styles/_components.sliders.scss */

  .c-shop-slider--home .c-shop-slider__item > img {
    height: 500px;
  }
}

@media (max-width: 1000px) {
  /* line 7, resources/assets/styles/_components.sliders.scss */

  .c-shop-slider--home .c-shop-slider__item > img {
    height: 400px;
  }
}

@media (max-width: 850px) {
  /* line 7, resources/assets/styles/_components.sliders.scss */

  .c-shop-slider--home .c-shop-slider__item > img {
    width: 100%;
    height: 300px;
    margin: auto;
  }
}

/* line 30, resources/assets/styles/_components.sliders.scss */

.c-shop-slider--home .slick-dots {
  bottom: -25px;
}

/* line 33, resources/assets/styles/_components.sliders.scss */

.c-shop-slider--home .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
}

/* line 38, resources/assets/styles/_components.sliders.scss */

.c-shop-slider--home .slick-dots li button {
  width: 100%;
  height: 100%;
  border: 1px solid #777;
  border-radius: 50%;
}

/* line 44, resources/assets/styles/_components.sliders.scss */

.c-shop-slider--home .slick-dots li button::before {
  content: none;
}

/* line 50, resources/assets/styles/_components.sliders.scss */

.c-shop-slider--home .slick-dots li.slick-active button {
  background: #777;
}

/* line 55, resources/assets/styles/_components.sliders.scss */

.c-shop-slider--home .slick-dots li + li {
  margin-left: 10px;
}

/* ------------------------------------*\
    $OBJECTS
\*------------------------------------ */

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

/* line 5, resources/assets/styles/_objects.buttons.scss */

button,
input[type="submit"],
.o-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  font-family: "grotesk-semibold19", sans-serif;
  background-color: #111;
  color: #fff;
  padding: 19px 25px;
}

/* line 17, resources/assets/styles/_objects.buttons.scss */

.o-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 25px;
  color: #fff;
  font-family: "grotesk-semibold19", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2.5px;
  background-color: #111;
  position: relative;
  line-height: 1.33333;
}

/* line 38, resources/assets/styles/_objects.buttons.scss */

.o-button::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='_Symbols' stroke='none' stroke-width='1' fill='%23ff9a9a' fill-rule='evenodd'%3E%3Cg id='footer-mobile-on-white' transform='translate(-190.000000, -576.000000)' fill='%23%23ff9a9a'%3E%3Cg id='Group' transform='translate(0.000000, 51.000000)'%3E%3Cg id='cta-arrow' transform='translate(190.000000, 525.000000)'%3E%3Cpolygon id='Path-5' points='0 1.5187851e-13 3.65278677 5.33333333 0 10.6666667 8 5.33333333'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: inline-block;
  z-index: 120;
  height: 11px;
  width: 8px;
  margin-left: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  position: relative;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

/* line 52, resources/assets/styles/_objects.buttons.scss */

.o-button:hover {
  color: #777;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 56, resources/assets/styles/_objects.buttons.scss */

.o-button:hover::after {
  -webkit-transform: translateX(5px);
       -o-transform: translateX(5px);
          transform: translateX(5px);
}

/* line 61, resources/assets/styles/_objects.buttons.scss */

.o-button--alt {
  background: #333;
}

/* line 64, resources/assets/styles/_objects.buttons.scss */

.o-button--alt:hover {
  color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 71, resources/assets/styles/_objects.buttons.scss */

.o-divider {
  height: 2px;
  background: #9ce5f4;
}

/* line 76, resources/assets/styles/_objects.buttons.scss */

.alm-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}

/* line 83, resources/assets/styles/_objects.buttons.scss */

.alm-load-more-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 25px;
  color: #fff;
  font-family: "grotesk-semibold19", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2.5px;
  background-color: #111;
  position: relative;
  line-height: 1.33333;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

/* line 105, resources/assets/styles/_objects.buttons.scss */

.alm-load-more-btn:hover {
  background: #000;
  color: #777;
}

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

/**
 * Icon Sizing
 */

/* line 8, resources/assets/styles/_objects.icons.scss */

.o-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 14, resources/assets/styles/_objects.icons.scss */

.o-icon--xxs svg {
  width: 10px;
  height: 10px;
}

/* line 19, resources/assets/styles/_objects.icons.scss */

.o-icon--xs svg {
  width: 15px;
  height: 15px;
}

/* line 24, resources/assets/styles/_objects.icons.scss */

.o-icon--s svg {
  width: 22px;
  height: 22px;
}

/* line 29, resources/assets/styles/_objects.icons.scss */

.o-icon--m svg {
  width: 30px;
  height: 30px;
}

/* line 34, resources/assets/styles/_objects.icons.scss */

.o-icon--l svg {
  width: 40px;
  height: 40px;
}

/* line 39, resources/assets/styles/_objects.icons.scss */

.o-icon--xl svg {
  width: 70px;
  height: 70px;
}

/* line 44, resources/assets/styles/_objects.icons.scss */

.o-icon__menu {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  content: "";
}

/* line 54, resources/assets/styles/_objects.icons.scss */

.o-icon__menu span {
  height: 2px;
  background-color: #4f4a7a;
  margin-top: 7px;
  border-radius: 0;
}

/* line 60, resources/assets/styles/_objects.icons.scss */

.o-icon__menu span:first-child {
  margin-top: 0;
  width: 30px;
}

/* line 65, resources/assets/styles/_objects.icons.scss */

.o-icon__menu span:nth-child(2) {
  width: 30px;
}

/* line 69, resources/assets/styles/_objects.icons.scss */

.o-icon__menu span:nth-child(3) {
  width: 30px;
}

/* line 73, resources/assets/styles/_objects.icons.scss */

.o-icon__menu span:last-child {
  width: 30px;
}

/* line 79, resources/assets/styles/_objects.icons.scss */

.o-icon__close {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  content: "";
}

/* line 89, resources/assets/styles/_objects.icons.scss */

.o-icon__close span {
  position: relative;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 38px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}

/* line 98, resources/assets/styles/_objects.icons.scss */

.o-icon__close span:first-child {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0.5px;
}

/* line 103, resources/assets/styles/_objects.icons.scss */

.o-icon__close span:last-child {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -1.5px;
}

/* line 109, resources/assets/styles/_objects.icons.scss */

.o-icon__mobile-logo {
  cursor: pointer;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}

/* line 114, resources/assets/styles/_objects.icons.scss */

.o-icon__mobile-logo:hover,
.o-icon__mobile-logo:active {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 119, resources/assets/styles/_objects.icons.scss */

.o-icon__mobile-logo svg {
  width: 35px;
  height: auto;
}

@media (min-width: 1001px) {
  /* line 109, resources/assets/styles/_objects.icons.scss */

  .o-icon__mobile-logo {
    display: none;
  }
}

/* line 129, resources/assets/styles/_objects.icons.scss */

.o-text-with-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 133, resources/assets/styles/_objects.icons.scss */

.o-text-with-icon > *:last-child {
  margin-left: 12.5px;
}

/* line 138, resources/assets/styles/_objects.icons.scss */

.u-icon--xs {
  width: 15px;
  height: 15px;
}

/* line 143, resources/assets/styles/_objects.icons.scss */

.u-icon--s {
  width: 22px;
  height: 22px;
}

/* line 148, resources/assets/styles/_objects.icons.scss */

.u-icon--m {
  width: 30px;
  height: 30px;
}

/* line 153, resources/assets/styles/_objects.icons.scss */

.u-icon--l {
  width: 40px;
  height: 40px;
}

/* line 158, resources/assets/styles/_objects.icons.scss */

.u-icon--xl {
  width: 70px;
  height: 70px;
}

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

/**
 * Sitewide CTA block
 */

/* line 8, resources/assets/styles/_objects.messaging.scss */

.c-top-cta {
  background-color: #4f4a7a;
  height: 40px;
}

@media (max-width: 999px) {
  /* line 8, resources/assets/styles/_objects.messaging.scss */

  .c-top-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 18, resources/assets/styles/_objects.messaging.scss */

.c-top-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 7px;
  padding-bottom: 7px;
}

@media (max-width: 999px) {
  /* line 18, resources/assets/styles/_objects.messaging.scss */

  .c-top-cta__inner {
    margin-right: 0;
  }
}

/* line 30, resources/assets/styles/_objects.messaging.scss */

.c-top-cta__inner p {
  color: #fff;
}

@media (max-width: 999px) {
  /* line 30, resources/assets/styles/_objects.messaging.scss */

  .c-top-cta__inner p {
    font-size: 16px;
    line-height: 0.88;
  }
}

/* line 39, resources/assets/styles/_objects.messaging.scss */

.c-top-cta__inner .o-link {
  margin-left: 9px;
  color: #9ce5f4;
}

@media (max-width: 999px) {
  /* line 39, resources/assets/styles/_objects.messaging.scss */

  .c-top-cta__inner .o-link {
    font-size: 14px;
    line-height: 1;
    margin-left: 5px;
  }
}

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

/**
 * Bullet List
 */

/* line 8, resources/assets/styles/_objects.lists.scss */

.o-bullet-list {
  list-style-type: disc;
  padding-left: 25px;
}

/* line 12, resources/assets/styles/_objects.lists.scss */

.o-bullet-list li {
  overflow: visible;
}

/* line 15, resources/assets/styles/_objects.lists.scss */

.o-bullet-list li:last-child {
  margin-bottom: 0;
}

/* line 21, resources/assets/styles/_objects.lists.scss */

.o-plain-list {
  list-style-type: none;
  padding: 0;
}

/* line 25, resources/assets/styles/_objects.lists.scss */

.o-plain-list h4 a {
  position: relative;
}

/* line 28, resources/assets/styles/_objects.lists.scss */

.o-plain-list h4 a::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* line 41, resources/assets/styles/_objects.lists.scss */

.o-plain-list h4 a:hover::after {
  height: 8px;
}

/* line 49, resources/assets/styles/_objects.lists.scss */

.o-nav-list > li {
  padding: 5px 0;
}

/* line 52, resources/assets/styles/_objects.lists.scss */

.o-nav-list > li + li {
  border-top: 1px solid #444;
}

/* line 57, resources/assets/styles/_objects.lists.scss */

.o-nav-list a {
  color: #fff;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

/* line 61, resources/assets/styles/_objects.lists.scss */

.o-nav-list a:hover {
  color: #777;
}

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

/* line 5, resources/assets/styles/_objects.navs.scss */

.c-sidebar-nav {
  z-index: 800;
  height: 100%;
  width: 60px;
  position: fixed;
  top: 0;
  left: 0;
}

/* line 13, resources/assets/styles/_objects.navs.scss */

.c-sidebar-nav::after {
  content: '';
  z-index: 900;
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#333333), to(#1c1c1c));
  background: -webkit-linear-gradient(left, #333333 0%, #1c1c1c 100%);
  background: -o-linear-gradient(left, #333333 0%, #1c1c1c 100%);
  background: linear-gradient(90deg, #333333 0%, #1c1c1c 100%);
  width: 15px;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

/* line 26, resources/assets/styles/_objects.navs.scss */

body.u-push-canvas .c-sidebar-nav::after {
  opacity: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

/* line 32, resources/assets/styles/_objects.navs.scss */

.c-sidebar-nav__content {
  height: 100%;
  width: 100%;
  z-index: 760;
  position: relative;
  top: 0;
  left: 0;
  padding: 20px 20px 20px 18px;
  background: #333;
}

@media (max-width: 1000px) {
  /* line 5, resources/assets/styles/_objects.navs.scss */

  .c-sidebar-nav {
    display: none;
  }
}

/* line 49, resources/assets/styles/_objects.navs.scss */

.c-sidebar-nav__main--mobile,
.c-sidebar-nav__main--search {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -19px;
  padding: 60px 25px 25px 25px;
  left: -28px;
  height: 100vh;
  width: calc(100% + 58px);
  background: #333;
  color: #fff;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: left;
  overflow: auto;
}

@media (max-width: 1000px) {
  /* line 49, resources/assets/styles/_objects.navs.scss */

  .c-sidebar-nav__main--mobile,
  .c-sidebar-nav__main--search {
    left: 0;
    height: calc(100vh + 20px);
    width: 100%;
    padding: 75px 25px 25px 25px;
  }
}

/* line 74, resources/assets/styles/_objects.navs.scss */

.c-sidebar-nav__main-inner {
  height: 100%;
  padding-bottom: 50px;
}

@media (max-width: 1000px) {
  /* line 79, resources/assets/styles/_objects.navs.scss */

  .c-sidebar-nav__main-inner > .c-sidebar-nav-section:last-child {
    padding-bottom: 50px;
  }
}

/* line 87, resources/assets/styles/_objects.navs.scss */

.c-sidebar-nav__off-canvas {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 400px;
  -webkit-transform: translateX(-340px);
       -o-transform: translateX(-340px);
          transform: translateX(-340px);
  height: 100vh;
  z-index: 30;
  background: #333;
  overflow: hidden;
  color: #fff;
}

/* line 100, resources/assets/styles/_objects.navs.scss */

.u-nav-activated .c-sidebar-nav__off-canvas {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/* line 104, resources/assets/styles/_objects.navs.scss */

.c-sidebar-nav__off-canvas::after {
  content: '';
  z-index: 900;
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#333333), to(#1c1c1c));
  background: -webkit-linear-gradient(left, #333333 0%, #1c1c1c 100%);
  background: -o-linear-gradient(left, #333333 0%, #1c1c1c 100%);
  background: linear-gradient(90deg, #333333 0%, #1c1c1c 100%);
  width: 15px;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 118, resources/assets/styles/_objects.navs.scss */

.c-sidebar-nav__off-canvas-inner {
  height: 100%;
  padding: 0 25px;
  margin: 25px 0;
  border-left: 1px solid #444;
  overflow-y: auto;
}

/* line 127, resources/assets/styles/_objects.navs.scss */

.u-push-canvas .l-site-container {
  position: relative;
  -webkit-transform: translateX(400px);
       -o-transform: translateX(400px);
          transform: translateX(400px);
}

@media (max-width: 1515px) {
  /* line 127, resources/assets/styles/_objects.navs.scss */

  .u-push-canvas .l-site-container {
    -webkit-transform: translateX(400px);
         -o-transform: translateX(400px);
            transform: translateX(400px);
  }
}

/* line 135, resources/assets/styles/_objects.navs.scss */

.u-push-canvas .l-site-container::before {
  content: '';
  background: rgba(17, 17, 17, 0.6);
  width: calc(100% + 9999px);
  height: calc(100% + 16px);
  position: absolute;
  top: -8px;
  left: -4499.5px;
  z-index: 770;
}

/* line 147, resources/assets/styles/_objects.navs.scss */

.u-push-canvas .c-sidebar-nav__off-canvas {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media (min-width: 1001px) {
  /* line 126, resources/assets/styles/_objects.navs.scss */

  .u-push-canvas {
    overflow: hidden;
  }
}

/* line 156, resources/assets/styles/_objects.navs.scss */

.u-show-nav {
  -webkit-transform: translateX(60px);
       -o-transform: translateX(60px);
          transform: translateX(60px);
  visibility: visible;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

/* line 162, resources/assets/styles/_objects.navs.scss */

.o-menu-toggle {
  position: relative;
  width: 28px;
  height: 23px;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: transparent;
  text-align: left;
  padding: 0;
  outline: none;
}

/* line 173, resources/assets/styles/_objects.navs.scss */

.u-search-btn-is-active .o-menu-toggle {
  cursor: not-allowed;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

/* line 177, resources/assets/styles/_objects.navs.scss */

.u-search-btn-is-active .o-menu-toggle__line,
.u-search-btn-is-active .o-menu-toggle__line::before,
.u-search-btn-is-active .o-menu-toggle__line::after {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  background-color: #595959;
}

/* line 185, resources/assets/styles/_objects.navs.scss */

.o-menu-toggle__line,
.o-menu-toggle__line::before,
.o-menu-toggle__line::after {
  position: absolute;
  background-color: #fff;
  height: 2px;
  display: block;
  left: 50%;
  width: 22px;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* line 199, resources/assets/styles/_objects.navs.scss */

.o-menu-toggle__line {
  margin-top: -2px;
  width: 28px;
}

/* line 204, resources/assets/styles/_objects.navs.scss */

.o-menu-toggle__line::before,
.o-menu-toggle__line::after {
  content: "";
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

/* line 211, resources/assets/styles/_objects.navs.scss */

.o-menu-toggle__line::before {
  left: 11px;
  -webkit-transform: translate(-50%, -7px);
       -o-transform: translate(-50%, -7px);
          transform: translate(-50%, -7px);
}

/* line 216, resources/assets/styles/_objects.navs.scss */

.o-menu-toggle__line::after {
  left: 11px;
  -webkit-transform: translate(-50%, 7px);
       -o-transform: translate(-50%, 7px);
          transform: translate(-50%, 7px);
}

/* line 223, resources/assets/styles/_objects.navs.scss */

.o-menu-toggle.is-active .o-menu-toggle__line,
.o-menu-toggle.main-menu-is-active .o-menu-toggle__line {
  visibility: hidden;
  background-color: transparent;
  -webkit-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}

/* line 228, resources/assets/styles/_objects.navs.scss */

.o-menu-toggle.is-active .o-menu-toggle__line::before,
.o-menu-toggle.main-menu-is-active .o-menu-toggle__line::before {
  visibility: visible;
  top: auto;
  -webkit-transform: translateX(-50%) rotate(135deg);
       -o-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  background-color: #fff;
}

/* line 235, resources/assets/styles/_objects.navs.scss */

.o-menu-toggle.is-active .o-menu-toggle__line::after,
.o-menu-toggle.main-menu-is-active .o-menu-toggle__line::after {
  visibility: visible;
  bottom: auto;
  -webkit-transform: translateX(-50%) rotate(-135deg);
       -o-transform: translateX(-50%) rotate(-135deg);
          transform: translateX(-50%) rotate(-135deg);
  background-color: #fff;
}

/* line 245, resources/assets/styles/_objects.navs.scss */

.o-menu-toggle--black {
  z-index: 30;
}

/* line 248, resources/assets/styles/_objects.navs.scss */

.o-menu-toggle--black .o-menu-toggle__line,
.o-menu-toggle--black .o-menu-toggle__line::before,
.o-menu-toggle--black .o-menu-toggle__line::after {
  background-color: #111;
}

/* line 253, resources/assets/styles/_objects.navs.scss */

.u-body-white .o-menu-toggle--black .o-menu-toggle__line,
.u-body-white
    .o-menu-toggle--black .o-menu-toggle__line::before,
.u-body-white
    .o-menu-toggle--black .o-menu-toggle__line::after {
  background: #fff;
}

/* line 258, resources/assets/styles/_objects.navs.scss */

.o-menu-toggle--black.main-menu-is-active {
  z-index: 970;
  -webkit-transition: z-index 0.15s step-start;
  -o-transition: z-index 0.15s step-start;
  transition: z-index 0.15s step-start;
}

/* line 263, resources/assets/styles/_objects.navs.scss */

.o-menu-toggle--black.main-menu-is-active .o-menu-toggle__line::before {
  background-color: #fff;
}

/* line 267, resources/assets/styles/_objects.navs.scss */

.o-menu-toggle--black.main-menu-is-active .o-menu-toggle__line::after {
  background-color: #fff;
}

/* line 274, resources/assets/styles/_objects.navs.scss */

.o-search-toggle {
  background: transparent;
  width: 22px;
  height: 20px;
  padding: 0;
  outline: none;
}

/* line 281, resources/assets/styles/_objects.navs.scss */

.o-search-toggle img {
  width: 100%;
  height: 100%;
}

/* line 286, resources/assets/styles/_objects.navs.scss */

.o-search-toggle--black {
  z-index: 30;
}

/* line 289, resources/assets/styles/_objects.navs.scss */

.o-search-toggle--black.main-menu-is-active {
  z-index: 920;
}

/* line 292, resources/assets/styles/_objects.navs.scss */

.o-search-toggle--black.main-menu-is-active img {
  -webkit-filter: none;
          filter: none;
}

/* line 297, resources/assets/styles/_objects.navs.scss */

.o-search-toggle--black img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

/* line 300, resources/assets/styles/_objects.navs.scss */

.u-body-white .o-search-toggle--black img {
  -webkit-filter: none;
          filter: none;
}

/* line 306, resources/assets/styles/_objects.navs.scss */

.u-burger-btn-is-active .o-search-toggle {
  cursor: not-allowed;
}

/* line 309, resources/assets/styles/_objects.navs.scss */

.u-burger-btn-is-active .o-search-toggle img {
  -webkit-filter: brightness(0.35);
          filter: brightness(0.35);
}

/* line 316, resources/assets/styles/_objects.navs.scss */

.u-hide-after--xl.main-menu-is-active .o-search-icon {
  opacity: 0;
  visibility: hidden;
  display: none;
}

/* line 323, resources/assets/styles/_objects.navs.scss */

.o-close-icon {
  display: none;
  opacity: 0;
  visibility: hidden;
}

/* line 328, resources/assets/styles/_objects.navs.scss */

.u-hide-after--xl.main-menu-is-active .o-close-icon {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/* line 338, resources/assets/styles/_objects.navs.scss */

.c-sidebar-nav-menu li a {
  display: block;
  color: #fff;
  padding: 5px 0 2px;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  position: relative;
}

/* line 345, resources/assets/styles/_objects.navs.scss */

.c-sidebar-nav-menu li a::after {
  content: '';
  background: #111;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

/* line 360, resources/assets/styles/_objects.navs.scss */

.c-sidebar-nav-menu li a:hover::after {
  opacity: 1;
  width: calc(100% + 10px);
  -webkit-transform: translateX(-10px);
       -o-transform: translateX(-10px);
          transform: translateX(-10px);
}

/* line 369, resources/assets/styles/_objects.navs.scss */

.c-sidebar-nav-menu li + li a {
  border-top: 1px solid #444;
}

/* line 377, resources/assets/styles/_objects.navs.scss */

.c-sidebar-nav__footnote p {
  font-family: "grotesk-regular19", sans-serif;
  font-size: 14px;
  line-height: 1.35714;
  color: #777;
}

/* line 386, resources/assets/styles/_objects.navs.scss */

.c-sidebar-nav-section .c-social-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 389, resources/assets/styles/_objects.navs.scss */

.c-sidebar-nav-section .c-social-list img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

/* line 393, resources/assets/styles/_objects.navs.scss */

.c-sidebar-nav-section .c-social-list img:hover {
  -webkit-filter: brightness(0) invert(0.75);
          filter: brightness(0) invert(0.75);
}

/* line 400, resources/assets/styles/_objects.navs.scss */

.c-sidebar-nav__form {
  position: relative;
  border-bottom: 1px solid #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 406, resources/assets/styles/_objects.navs.scss */

.c-sidebar-nav__form input {
  outline: none;
  color: #fff;
  background: transparent;
  padding: 0 0 3px 0;
  font-family: "noe-regular", serif;
  padding-right: 25px;
  border: 0;
}

/* line 415, resources/assets/styles/_objects.navs.scss */

.c-sidebar-nav__form input::-webkit-input-placeholder {
  color: #fff;
  font-family: "noe-regular", serif;
  font-size: 18px;
  text-transform: none;
  letter-spacing: normal;
}

.c-sidebar-nav__form input::-moz-placeholder {
  color: #fff;
  font-family: "noe-regular", serif;
  font-size: 18px;
  text-transform: none;
  letter-spacing: normal;
}

.c-sidebar-nav__form input::-ms-input-placeholder {
  color: #fff;
  font-family: "noe-regular", serif;
  font-size: 18px;
  text-transform: none;
  letter-spacing: normal;
}

.c-sidebar-nav__form input::placeholder {
  color: #fff;
  font-family: "noe-regular", serif;
  font-size: 18px;
  text-transform: none;
  letter-spacing: normal;
}

/* line 424, resources/assets/styles/_objects.navs.scss */

.c-sidebar-nav__form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 22px;
  background: transparent;
  padding: 0;
  outline: none;
}

/* line 434, resources/assets/styles/_objects.navs.scss */

.c-sidebar-nav__form button img {
  width: 100%;
  height: 100%;
}

/* line 441, resources/assets/styles/_objects.navs.scss */

.c-close-sidebar-link {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  cursor: pointer;
  color: #fff;
}

/* line 450, resources/assets/styles/_objects.navs.scss */

body.u-push-canvas .l-site-container {
  cursor: url(/wp-content/themes/bmoreart/dist/images/icon-close-button.png), default;
}

/* ------------------------------------*\
    $MEDIA OBJECTS
\*------------------------------------ */

/* line 5, resources/assets/styles/_objects.media.scss */

.o-gallery-item {
  display: block;
  position: relative;
}

/* line 9, resources/assets/styles/_objects.media.scss */

.o-gallery-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill-opacity='.796' fill='%23242424' d='M0 0h45v45H0z'/%3E%3Cpath fill='%23FFF' d='M21 15.1l9.995-.095L30.898 25 37 9zM25 30.9l-9.995.095.097-9.995L9 37z'/%3E%3C/g%3E%3C/svg%3E");
  width: 45px;
  height: 45px;
  opacity: 0;
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.15s all linear;
  -o-transition: 0.15s all linear;
  transition: 0.15s all linear;
}

/* line 23, resources/assets/styles/_objects.media.scss */

.o-gallery-item:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

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

/* ------------------------------------*\
    $ARTICLE & RELATED COMPONENTS
\*------------------------------------ */

/* line 5, resources/assets/styles/_module.article.scss */

.c-article {
  position: relative;
  z-index: 25;
}

/* line 15, resources/assets/styles/_module.article.scss */

.c-article-group--recent > .u-flex-row > div[class^="u-col"]:first-child .c-story-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* line 25, resources/assets/styles/_module.article.scss */

.c-article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}

/* line 31, resources/assets/styles/_module.article.scss */

.c-article-info-top {
  width: 100%;
}

/* line 35, resources/assets/styles/_module.article.scss */

.c-article-info-bottom {
  margin-top: 25px;
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 40, resources/assets/styles/_module.article.scss */

.c-article-info-bottom--footnote {
  margin-top: 0;
}

/* line 44, resources/assets/styles/_module.article.scss */

.c-article-info-bottom__location-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 48, resources/assets/styles/_module.article.scss */

.c-article-info-bottom__location-name > img {
  width: 12px;
  height: 18px;
  margin-right: 6.25px;
}

/* line 55, resources/assets/styles/_module.article.scss */

.c-article-info-bottom__list {
  font-family: "noe-regularitalic", serif;
  font-style: italic;
}

/* line 59, resources/assets/styles/_module.article.scss */

.c-article-info-bottom__list--address {
  max-width: 300px;
  border-top: 1px solid #444;
  padding-top: 6.25px;
}

/* line 66, resources/assets/styles/_module.article.scss */

.c-article-info-bottom__list .o-kicker-sep:first-child {
  display: none;
}

/* line 71, resources/assets/styles/_module.article.scss */

.c-article-info-bottom__list u {
  text-decoration: none;
  font-family: "noe-regularitalic", serif;
  font-style: italic;
}

/* line 76, resources/assets/styles/_module.article.scss */

.c-article-info-bottom__list u > a {
  color: #111;
  text-transform: capitalize;
  letter-spacing: normal;
  position: relative;
  padding-bottom: 3px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-box-shadow: inset 0 -3px #ccc;
          box-shadow: inset 0 -3px #ccc;
}

/* line 85, resources/assets/styles/_module.article.scss */

.c-article-info-bottom__list u > a:hover {
  color: #111;
  -webkit-box-shadow: inset 0 -6px #ccc;
          box-shadow: inset 0 -6px #ccc;
}

/* line 90, resources/assets/styles/_module.article.scss */

.u-body-white .c-article-info-bottom__list u > a {
  color: #fff;
  -webkit-box-shadow: inset 0 -3px #444;
          box-shadow: inset 0 -3px #444;
}

/* line 94, resources/assets/styles/_module.article.scss */

.u-body-white .c-article-info-bottom__list u > a:hover {
  color: #fff;
  -webkit-box-shadow: inset 0 -6px #444;
          box-shadow: inset 0 -6px #444;
}

/* line 104, resources/assets/styles/_module.article.scss */

.c-article-blockquote {
  max-width: 300px;
  margin-left: 75px;
  position: relative;
  text-align: right;
  margin-bottom: 75px;
}

@media (max-width: 1000px) {
  /* line 104, resources/assets/styles/_module.article.scss */

  .c-article-blockquote {
    margin-left: 37.5px;
  }
}

@media (max-width: 550px) {
  /* line 104, resources/assets/styles/_module.article.scss */

  .c-article-blockquote {
    margin-bottom: 50px;
    max-width: none;
  }
}

/* line 121, resources/assets/styles/_module.article.scss */

.c-article-blockquote--page {
  margin-left: 0;
  max-width: none;
  text-align: left;
}

/* line 127, resources/assets/styles/_module.article.scss */

.c-article-blockquote::after {
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAABmCAYAAAAahLW3AAAABGdBTUEAALGPC/xhBQAAB8pJREFUeAHtnc1LFW8Ux4+mZWUvWGplkUEpbaJFkqv6aWSYWGAYgqS0KJEWEkK0CFr80j8gFy50UQtr4yaSVtEisY1RkYJBlEVSVBq9omV5OmfgglzMnnvnzHNmpueBi3qde+Z8z2ee88w8bxfAlVhFIOPLly//x0rRPy4mA6n84zGIlfzMWKlxYiDLJAZcib9+/QphrswZGRmwfPlyyMoykrSg7DjoNFL/+vVrqK6uhrdv34YWamFhIXR2dkJtbe2CsEzejINOI6C/fv2CDx8+wLt370zionLMkiVL4MePH77OHQedxm0op7QwFyn/pOwEFau/+WcMNCgHnV3ZCDigsvFUt+aAqiOQdcABlY2nujUHVB2BrAMOqGw81a05oOoIZB1wQGXjqW7NAVVHIOuAAyobT3VrDqg6AlkHHFDZeKpbc0DVEcg64IDKxlPdmgOqjkDWAQdUNp7q1hxQdQSyDjigsvFUt+aAqiOQdcABlY2nujUHVB2BrAMOqGw81a05oOoIZB1wQGXjqW7NAVVHIOuAAyobT3VrDqg6AlkHHFDZeKpbc0DVEcg64IDKxlPdmgOqjkDWAQdUNp7q1hxQdQSyDjigsvFUt+aAqiOQdcABlY2nujVjoH/brEFdiZADUddpDDTMm04xSwbBW9v4LVHXabRPEQdr6dKlsGrVKr/x8jau4v2E/O4plOyIBNA46DQCunr1ajh16hTQzp2+dxLjzZ2Gh4fh7t27wL9LlczMTO+i82MvDjqNgZ49e9Y3TA4218yuri64d++eKFBOt9nZ2X54AgONuk4joJyKli1b5itYiQ9zTeKXdJHwUcJGQpeWTvnIJhT94efc3Jx4+8mn4jY+Nzf3D2e1/7aWTutAObTfv38XjzCn2zVr1ojb9WNQQ6d1oPxY8O3bN5H2eH6weZ9cbgPDUrR0WgfKqejTp0/iQHnz4zAB1dJpHSg/qkxNTYkDXbFiha/drKVrtpZO60A5FfHO2HwFSxW+O920aZOUORE7WjqtA+XnUN4KXBIo3+Fu2bJFBISUES2d1oF+/PgRPn/+LBU3z05OTk7ogGrptA50ZGREtIeIifINUUlJiehF4teYlk6rQDnNcj+uZB9uAujOnTv9MhD7vKZOq0B//vwJQ0NDwD8ly7p162Djxo2SJn3Z0tRpFejTp09hbGxMtIZyn2mYaidfCZo6rQHl2/grV65439Dk6/JP+jC3nxUVFUnv6v2prdMa0Pfv38OtW7fE+3EZ6L59+/QIJp1ZW6cVoHyTwLVzYmJCvIdo8+bNUFxcnBRWnT/DoNMK0PHxcejr6xNPtzyoffDgQZG5RBKXQCh0Us4PtLx8+RKPHz+ONEDO31Mq+qI5TvjgwYNA/Tc1HhadnAIDK/Tld3jhwgWkxwpRkIkLY8+ePUhpLjD/TQ2HSWdgKZeHyK5fvw5Xr171vtlQIqXNt8Ed8vX19fPfUvk9dDpNr0LT4+ihGl+8eIG9vb24detWpMAHUjuLiopwdHTU1C3x48KqUzTlTk9Pe23a6dOnccOGDYHBpKqI58+fx9nZWXFQJgbDrFMMKLcjN2/exEOHDiE9GwZSKxkkv/Lz8/HRo0cq7WfYdfoGOjMzg9Sdhx0dHbhjx45AayXDpLlD2N7ejvSd4CaVSeyYqOhMCyjfWXJAnz17hjdu3MCqqipcu3ZtoLUyUTt37drltZ027m6jqNNoojUF0yskEKj9gOfPn8Pjx49hYGAA7ty5A5OTk6IzEBLnS/6Zl5cHbW1tUFpa6i1OSv6/1N+R1plKTuKH52vXrmF1dTXSpGYrNZIgeeehURU8efIkUvdhKi6ndWyUdRqnXBqUxv7+fiwsLLQKMgGUH4Hu37+fFqBUPhR1ncYdCzzuSDChoKAgkLUpi6VLap+hsbERdu/evdhhIv+Luk5joBwtuiGBhoYG4DmwtgrDrKurg+bmZmud8JHWmUo64mP5EYVqCnKbRlADfXHne0tLi5V2MzkOUdVp3IYmBNMCHO85kIMdJFC+6WpqasJXr14lTm31Z1R1pgyUo0oTvXDv3r2B1VK+WE6cOKFSM+dfNVHUmRZQ7kO9ePGieGcCd+TzUBu1l/jmzZv5sVX5PYo60wLK0X3y5AnS5CyvK04i9dL6Tty+fTueO3cOaamECsCFTho1nWkDZfGXL1/G9evX+25LV65cieXl5djT02O9j3YhiMnvRUmnL6C0iswbXaG5PWlB5RTLfcA0UI23b99GHmMMY4mSTl9AOfg0m88bzko17fIQG/f+nDlzBmlisspQWCoXT1R0+gZKq6zw2LFjxm0pt5U07RKPHDmC3d3dXntpY+QkFXgLHRsVnb6BsvjBwUGkBbeLpl1OrzyLYf/+/V6tphGb0NfKZLBR0CkClB/CW1tbkWtfcurl9pUWEmFZWRleunTJG8vk46NYoqAzgwNLEHyXhw8fen2uNPTk2eJtZnhF2LZt2+Dw4cNQU1PjLcqlTgPf59I0EHadYkB54LuzsxPo0cMbleHlCUePHoUDBw4ApVqxncg0YfK5w64zpRkLiwWTFw3RALS3VLCyshIoxXrbzFDbudjHIve/sOsUq6GRIxNTh1MaD41pDGIlywGNFU4AB9QBjVkEYibH1VAHNGYRiJkcV0NjBjSL1qj8FzNN/7Sc31P90elD+KgxAAAAAElFTkSuQmCC) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -65px;
  right: 0;
  width: 58px;
  height: 51px;
}

/* line 142, resources/assets/styles/_module.article.scss */

.c-article-blockquote__author {
  font-family: "grotesk-regular19", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35714;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 15px;
  margin-right: 75px;
  color: #777;
}

@media (max-width: 1000px) {
  /* line 142, resources/assets/styles/_module.article.scss */

  .c-article-blockquote__author {
    margin-top: 15px;
  }
}

/* line 161, resources/assets/styles/_module.article.scss */

.c-article-image {
  width: 100%;
}

/* line 164, resources/assets/styles/_module.article.scss */

.c-article-image img {
  width: 100%;
  max-height: 850px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 173, resources/assets/styles/_module.article.scss */

.c-article-section--two-column .c-article-image {
  overflow: visible;
  height: 100%;
}

/* line 177, resources/assets/styles/_module.article.scss */

.c-article-section--two-column .c-article-image img {
  height: 100%;
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 185, resources/assets/styles/_module.article.scss */

.c-article-section--two-column > .l-grid-item {
  height: 100%;
}

/* line 191, resources/assets/styles/_module.article.scss */

.c-article-section__intro {
  position: relative;
  z-index: 25;
}

/* line 196, resources/assets/styles/_module.article.scss */

.c-article-section figure {
  width: 100% !important;
}

/* line 202, resources/assets/styles/_module.article.scss */

.o-gallery-item > img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 207, resources/assets/styles/_module.article.scss */

.o-gallery-item:hover > img {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}

/* line 216, resources/assets/styles/_module.article.scss */

.c-article-text.has-dropcap p:first-child::first-letter,
.o-text.has-dropcap p:first-child::first-letter {
  font-family: "noe-medium", serif;
  font-size: 104px;
  line-height: 1.01923;
  letter-spacing: -0.2px;
  font-weight: 500;
  word-break: break-all;
  padding-bottom: 3px;
  padding-right: 6.25px;
  float: left;
}

/* line 227, resources/assets/styles/_module.article.scss */

.c-article-embed__caption {
  font-family: "grotesk-regular19", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35714;
  margin-top: 3px;
  color: #777;
}

/* line 237, resources/assets/styles/_module.article.scss */

.c-article-footnote {
  position: relative;
  z-index: 25;
}

@media (max-width: 1000px) {
  /* line 241, resources/assets/styles/_module.article.scss */

  .c-article-footnote > .l-grid--2up {
    grid-template-columns: inherit;
  }
}

/* line 247, resources/assets/styles/_module.article.scss */

.c-article-footnote__inner {
  padding-top: 12.5px;
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 700px) {
  /* line 247, resources/assets/styles/_module.article.scss */

  .c-article-footnote__inner {
    display: block;
  }

  /* line 256, resources/assets/styles/_module.article.scss */

  .c-article-footnote__inner > * + * {
    margin-top: 25px;
  }
}

/* line 262, resources/assets/styles/_module.article.scss */

.u-body-white .c-article-footnote__inner {
  border-top: 1px solid #444;
}

/* line 267, resources/assets/styles/_module.article.scss */

.c-article-footnote__right-col {
  max-width: 210px;
  width: 100%;
  margin-left: 30px;
}

@media (max-width: 700px) {
  /* line 267, resources/assets/styles/_module.article.scss */

  .c-article-footnote__right-col {
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 278, resources/assets/styles/_module.article.scss */

.c-article-footnote__right-col img {
  width: 210px;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 286, resources/assets/styles/_module.article.scss */

.c-article-footnote--event .c-article-footnote__right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 700px) {
  /* line 286, resources/assets/styles/_module.article.scss */

  .c-article-footnote--event .c-article-footnote__right-col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 299, resources/assets/styles/_module.article.scss */

.c-article-footnote__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 303, resources/assets/styles/_module.article.scss */

.c-article-footnote__share .o-kicker {
  margin-right: 12.5px;
}

/* line 312, resources/assets/styles/_module.article.scss */

.c-article--event > * p + p {
  margin-top: 25px;
}

/* line 319, resources/assets/styles/_module.article.scss */

.c-article-nav {
  position: fixed;
  top: 300px;
  z-index: 15;
  overflow: hidden;
  height: 297px;
  margin-left: 0;
  left: 68px;
  right: auto;
  width: calc(100% - 76px);
  -webkit-transition: z-index 0.15s step-end;
  -o-transition: z-index 0.15s step-end;
  transition: z-index 0.15s step-end;
}

@media (max-width: 1464px) {
  /* line 319, resources/assets/styles/_module.article.scss */

  .c-article-nav {
    max-width: none;
  }
}

@media (max-width: 1000px) {
  /* line 319, resources/assets/styles/_module.article.scss */

  .c-article-nav {
    left: auto;
    right: 4px;
    width: calc(100% - 8px);
  }
}

@media (max-width: 700px) {
  /* line 319, resources/assets/styles/_module.article.scss */

  .c-article-nav {
    display: none;
  }
}

/* line 347, resources/assets/styles/_module.article.scss */

.c-article-nav.is-active {
  z-index: 800;
  -webkit-transition: z-index 0.15s step-start;
  -o-transition: z-index 0.15s step-start;
  transition: z-index 0.15s step-start;
}

/* line 352, resources/assets/styles/_module.article.scss */

.c-article-nav > a {
  overflow: hidden;
}

/* line 358, resources/assets/styles/_module.article.scss */

.c-article-nav > a:hover .c-article-nav__hover-container {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0);
       -o-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}

/* line 364, resources/assets/styles/_module.article.scss */

.c-article-nav > a:hover .o-kicker {
  color: #fff;
}

/* line 370, resources/assets/styles/_module.article.scss */

.c-article-nav .o-kicker {
  position: absolute;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: -23.5px;
  z-index: 30;
  top: 50%;
  width: 297px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1000px) {
  /* line 370, resources/assets/styles/_module.article.scss */

  .c-article-nav .o-kicker {
    height: 25px;
  }
}

/* line 387, resources/assets/styles/_module.article.scss */

.c-article-nav__hover-container {
  position: absolute;
  top: 50%;
  visibility: hidden;
  width: 297px;
  color: #fff;
  z-index: 20;
  opacity: 0;
  background: #333;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* line 399, resources/assets/styles/_module.article.scss */

.c-article-nav__previous-section {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  left: 0;
}

/* line 403, resources/assets/styles/_module.article.scss */

.c-article-nav__previous-section .o-kicker {
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: -125px;
}

@media (max-width: 1000px) {
  /* line 403, resources/assets/styles/_module.article.scss */

  .c-article-nav__previous-section .o-kicker {
    left: -136px;
  }
}

/* line 412, resources/assets/styles/_module.article.scss */

.c-article-nav__previous-section .c-article-nav__hover-container {
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-297px);
       -o-transform: translateY(-50%) translateX(-297px);
          transform: translateY(-50%) translateX(-297px);
  padding: 25px 25px 25px 50px;
}

/* line 419, resources/assets/styles/_module.article.scss */

.c-article-nav__next-section {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  right: 0;
}

/* line 423, resources/assets/styles/_module.article.scss */

.c-article-nav__next-section .o-kicker {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  right: -125px;
}

@media (max-width: 1000px) {
  /* line 423, resources/assets/styles/_module.article.scss */

  .c-article-nav__next-section .o-kicker {
    right: -136px;
  }
}

/* line 434, resources/assets/styles/_module.article.scss */

.c-article-nav__next-section .c-article-nav__hover-container {
  right: 0;
  -webkit-transform: translateY(-50%) translateX(297px);
       -o-transform: translateY(-50%) translateX(297px);
          transform: translateY(-50%) translateX(297px);
  padding: 25px 50px 25px 25px;
}

@media (max-width: 1000px) {
  /* line 434, resources/assets/styles/_module.article.scss */

  .c-article-nav__next-section .c-article-nav__hover-container {
    right: 0;
  }
}

/* line 448, resources/assets/styles/_module.article.scss */

.c-article-nav__image img {
  width: 213px;
  height: 142px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 456, resources/assets/styles/_module.article.scss */

.c-article-related-posts {
  position: relative;
  z-index: 25;
  margin-top: 50px;
}

/* line 463, resources/assets/styles/_module.article.scss */

body .mfp-bg {
  background: #fff;
  opacity: 1;
}

/* line 468, resources/assets/styles/_module.article.scss */

body.mfp-zoom-out-cur {
  cursor: auto;
}

/* line 472, resources/assets/styles/_module.article.scss */

body.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
  position: absolute;
  top: 12.5px;
  right: 25px;
  width: 16px;
  height: 16px;
  padding: 0;
}

/* line 482, resources/assets/styles/_module.article.scss */

body .mfp-content {
  position: static;
}

/* line 486, resources/assets/styles/_module.article.scss */

body .mfp-title {
  line-height: inherit;
  color: inherit;
  padding-right: 75px;
}

/* line 492, resources/assets/styles/_module.article.scss */

body .mfp-counter {
  font-size: 14px;
  line-height: 1.35714;
  color: inherit;
}

/* line 499, resources/assets/styles/_module.article.scss */

body .mfp-close::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-1366.000000, -28.000000)' stroke='%23666' stroke-width='2'%3E%3Cg transform='translate(1367.000000, 29.000000)'%3E%3Cpath d='M0 0l16 16M0 16L16 0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.15s all linear;
  -o-transition: 0.15s all linear;
  transition: 0.15s all linear;
}

/* line 512, resources/assets/styles/_module.article.scss */

body .mfp-close:hover::before {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 519, resources/assets/styles/_module.article.scss */

body .mfp-figure::after {
  content: none;
}

/* line 524, resources/assets/styles/_module.article.scss */

body .mfp-arrow {
  width: 20px;
  height: 20px;
  opacity: 1;
}

/* line 529, resources/assets/styles/_module.article.scss */

body .mfp-arrow::before {
  border: 0;
  margin-top: 0;
  width: 20px;
  height: 20px;
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-117.000000, -475.000000)' fill='%23777'%3E%3Cg transform='translate(117.000000, 35.000000)'%3E%3Cg transform='translate(10.000000, 450.000000) rotate(-180.000000) translate(-10.000000, -450.000000) translate(0.000000, 440.000000)'%3E%3Cpolygon points='0 0.416666667 9.13196692 9.75 0 19.0833333 20 9.75'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

/* line 541, resources/assets/styles/_module.article.scss */

body .mfp-arrow:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-117.000000, -475.000000)' fill='%23333'%3E%3Cg transform='translate(117.000000, 35.000000)'%3E%3Cg transform='translate(10.000000, 450.000000) rotate(-180.000000) translate(-10.000000, -450.000000) translate(0.000000, 440.000000)'%3E%3Cpolygon points='0 0.416666667 9.13196692 9.75 0 19.0833333 20 9.75'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

/* line 546, resources/assets/styles/_module.article.scss */

body .mfp-arrow-left {
  margin-left: 25px;
}

/* line 549, resources/assets/styles/_module.article.scss */

body .mfp-arrow-left::before {
  margin-left: 0;
}

/* line 553, resources/assets/styles/_module.article.scss */

body .mfp-arrow-left::after {
  content: none;
}

/* line 558, resources/assets/styles/_module.article.scss */

body .mfp-arrow-right {
  margin-right: 25px;
}

/* line 561, resources/assets/styles/_module.article.scss */

body .mfp-arrow-right::before {
  margin-left: 0;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 566, resources/assets/styles/_module.article.scss */

body .mfp-arrow-right::after {
  content: none;
}

/* line 573, resources/assets/styles/_module.article.scss */

.c-progress-info {
  width: calc(100% - 76px);
  z-index: 700;
  top: 0;
  left: 68px;
  -webkit-transform: translateY(-65px);
       -o-transform: translateY(-65px);
          transform: translateY(-65px);
  background: #fff;
  position: fixed;
  height: 65px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

@media (max-width: 1471px) {
  /* line 573, resources/assets/styles/_module.article.scss */

  .c-progress-info {
    padding-left: 47px;
    padding-right: 47px;
  }
}

@media (max-width: 1000px) {
  /* line 573, resources/assets/styles/_module.article.scss */

  .c-progress-info {
    width: calc(100% - 8px);
    padding-left: 25px;
    padding-right: 25px;
    left: 4px;
  }
}

@media (max-width: 700px) {
  /* line 573, resources/assets/styles/_module.article.scss */

  .c-progress-info {
    display: none;
  }
}

/* line 604, resources/assets/styles/_module.article.scss */

.c-progress-info.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 610, resources/assets/styles/_module.article.scss */

.c-progress-info__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 616, resources/assets/styles/_module.article.scss */

.c-progress-info__title > h4 {
  margin-left: 12.5px;
  margin-right: 12.5px;
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 625, resources/assets/styles/_module.article.scss */

.c-progress-info__inner {
  padding: 12.5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1286px;
  margin: auto;
  height: 59px;
  position: relative;
  left: 0;
}

@media (max-width: 1000px) {
  /* line 625, resources/assets/styles/_module.article.scss */

  .c-progress-info__inner {
    padding-left: 0;
    padding-right: 0;
    margin: auto;
  }
}

/* line 642, resources/assets/styles/_module.article.scss */

.c-progress-info__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 646, resources/assets/styles/_module.article.scss */

.c-progress-info__share .c-social-list {
  margin-left: 12.5px;
}

/* line 649, resources/assets/styles/_module.article.scss */

.c-progress-info__share .c-social-list > li img {
  width: 20px;
}

/* line 656, resources/assets/styles/_module.article.scss */

.c-progress-bar {
  background: -webkit-gradient(linear, left top, right top, from(#111), color-stop(0, transparent));
  background: -webkit-linear-gradient(left, #111 var(--scroll), transparent 0);
  background: -o-linear-gradient(left, #111 var(--scroll), transparent 0);
  background: linear-gradient(to right, #111 var(--scroll), transparent 0);
  width: 100%;
  height: 6px;
  max-width: 1286px;
  margin: auto;
  position: relative;
  z-index: 755;
  left: 0;
}

/* line 666, resources/assets/styles/_module.article.scss */

.c-progress-bar--bg {
  z-index: 750;
  background: #dedede;
  position: relative;
  top: -6px;
}

@media (max-width: 850px) {
  /* line 675, resources/assets/styles/_module.article.scss */

  .c-guide-section .c-article-image {
    margin-bottom: 25px;
  }
}

/* line 684, resources/assets/styles/_module.article.scss */

.c-article--legacy br {
  content: ' ';
  display: block;
  margin-top: 25px;
}

/* line 689, resources/assets/styles/_module.article.scss */

.c-article--legacy br + br {
  display: none;
}

/* line 694, resources/assets/styles/_module.article.scss */

.c-article--legacy p.has-img {
  font-family: "grotesk-regular19", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35714;
  color: #777;
}

/* line 701, resources/assets/styles/_module.article.scss */

.c-article--legacy p.has-img .o-gallery-item img {
  width: 100%;
}

/* ------------------------------------*\
    $EVENT COMPONENTS AND STYLES
\*------------------------------------ */

/* ------------------------------------*\
    $GALLERY
\*------------------------------------ */

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

/* line 5, resources/assets/styles/_module.footer.scss */

.c-footer-logo {
  position: relative;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 700px) {
  /* line 5, resources/assets/styles/_module.footer.scss */

  .c-footer-logo {
    padding-top: 25px;
  }
}

/* line 15, resources/assets/styles/_module.footer.scss */

.c-footer-logo__inner {
  position: relative;
  height: 220px;
  top: 35px;
}

/* line 20, resources/assets/styles/_module.footer.scss */

body.post-template-default .c-footer-logo__inner {
  z-index: 35;
}

@media (max-width: 1300px) {
  /* line 15, resources/assets/styles/_module.footer.scss */

  .c-footer-logo__inner {
    width: 800px;
    margin: auto;
    top: 65px;
  }
}

@media (max-width: 1000px) {
  /* line 15, resources/assets/styles/_module.footer.scss */

  .c-footer-logo__inner {
    width: 500px;
    margin: auto;
    top: 65px;
    height: 190px;
  }
}

@media (max-width: 700px) {
  /* line 15, resources/assets/styles/_module.footer.scss */

  .c-footer-logo__inner {
    width: auto;
    top: 0;
    height: auto;
  }
}

/* line 45, resources/assets/styles/_module.footer.scss */

.c-footer-logo__inner img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 51, resources/assets/styles/_module.footer.scss */

.c-footer-logo::before {
  content: '';
  position: absolute;
  top: 0;
  width: calc(100% + 9999px);
  left: -4499.5px;
  background: #eee;
  height: 100%;
  z-index: -1;
}

/* line 61, resources/assets/styles/_module.footer.scss */

body.post-template-default .c-footer-logo::before {
  z-index: 30;
}

@media (max-width: 700px) {
  /* line 51, resources/assets/styles/_module.footer.scss */

  .c-footer-logo::before {
    background: #111;
    width: calc(100% + 50px);
    left: -25px;
  }
}

/* line 72, resources/assets/styles/_module.footer.scss */

.u-body-white .c-footer-logo::before {
  background: #111;
}

@media (max-width: 700px) {
  /* line 72, resources/assets/styles/_module.footer.scss */

  .u-body-white .c-footer-logo::before {
    background: #111;
  }
}

@media (min-width: 701px) {
  /* line 80, resources/assets/styles/_module.footer.scss */

  body.home.page-template-default .c-footer-logo::before,
  body.archive.tax-contributor .c-footer-logo::before {
    background: #eee;
  }
}

/* line 87, resources/assets/styles/_module.footer.scss */

body.page-template-default .c-footer-logo::before,
body.search .c-footer-logo::before,
body.page-template-page-guide .c-footer-logo::before,
body.error404 .c-footer-logo::before {
  background: transparent;
}

@media (max-width: 700px) {
  /* line 87, resources/assets/styles/_module.footer.scss */

  body.page-template-default .c-footer-logo::before,
  body.search .c-footer-logo::before,
  body.page-template-page-guide .c-footer-logo::before,
  body.error404 .c-footer-logo::before {
    background: #111;
  }
}

/* line 98, resources/assets/styles/_module.footer.scss */

body.archive .c-footer-logo::before,
body.archive.tax-contributor.has-no-posts .c-footer-logo::before,
body.single-shop_product .c-footer-logo::before {
  background: transparent;
}

@media (max-width: 700px) {
  /* line 98, resources/assets/styles/_module.footer.scss */

  body.archive .c-footer-logo::before,
  body.archive.tax-contributor.has-no-posts .c-footer-logo::before,
  body.single-shop_product .c-footer-logo::before {
    background: #111;
  }
}

/* line 110, resources/assets/styles/_module.footer.scss */

.u-body-white .c-footer-logo img {
  -webkit-filter: invert(0.863);
          filter: invert(0.863);
}

/* line 116, resources/assets/styles/_module.footer.scss */

body.page-template-default .c-footer-logo img,
body.search .c-footer-logo img,
body.page-template-page-guide .c-footer-logo img,
body.error404 .c-footer-logo img {
  -webkit-filter: invert(0.065);
          filter: invert(0.065);
}

@media (max-width: 700px) {
  /* line 116, resources/assets/styles/_module.footer.scss */

  body.page-template-default .c-footer-logo img,
  body.search .c-footer-logo img,
  body.page-template-page-guide .c-footer-logo img,
  body.error404 .c-footer-logo img {
    -webkit-filter: invert(0.863);
            filter: invert(0.863);
  }
}

/* line 127, resources/assets/styles/_module.footer.scss */

body.home.page-template-default .c-footer-logo img,
body.archive.tax-contributor .c-footer-logo img {
  -webkit-filter: none;
          filter: none;
}

@media (max-width: 700px) {
  /* line 127, resources/assets/styles/_module.footer.scss */

  body.home.page-template-default .c-footer-logo img,
  body.archive.tax-contributor .c-footer-logo img {
    -webkit-filter: invert(0.863);
            filter: invert(0.863);
  }
}

/* line 136, resources/assets/styles/_module.footer.scss */

body.archive .c-footer-logo img,
body.archive.tax-contributor.has-no-posts .c-footer-logo img,
body.single-shop_product .c-footer-logo img {
  -webkit-filter: invert(0.065);
          filter: invert(0.065);
}

@media (max-width: 700px) {
  /* line 136, resources/assets/styles/_module.footer.scss */

  body.archive .c-footer-logo img,
  body.archive.tax-contributor.has-no-posts .c-footer-logo img,
  body.single-shop_product .c-footer-logo img {
    -webkit-filter: invert(0.863);
            filter: invert(0.863);
  }
}

@media (max-width: 700px) {
  /* line 109, resources/assets/styles/_module.footer.scss */

  .c-footer-logo img {
    -webkit-filter: invert(0.863);
            filter: invert(0.863);
    height: 46px;
  }
}

@media (max-width: 700px) {
  /* line 153, resources/assets/styles/_module.footer.scss */

  .c-footer-container {
    margin-top: 25px;
  }
}

/* line 159, resources/assets/styles/_module.footer.scss */

body.home .c-footer-container,
body.post-template-default .c-footer-container,
body.archive.tax-contributor .c-footer-container {
  margin-top: 0;
}

/* line 166, resources/assets/styles/_module.footer.scss */

.c-footer {
  color: #fff;
  z-index: 300;
}

/* line 172, resources/assets/styles/_module.footer.scss */

.u-body-white .c-footer.has-bg::before {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}

/* line 178, resources/assets/styles/_module.footer.scss */

.c-footer p {
  color: #fff;
}

/* line 182, resources/assets/styles/_module.footer.scss */

.c-footer__inner {
  padding: 10px 0 37.5px 0;
}

@media (max-width: 700px) {
  /* line 182, resources/assets/styles/_module.footer.scss */

  .c-footer__inner {
    padding-top: 0;
  }
}

@media (max-width: 850px) {
  /* line 193, resources/assets/styles/_module.footer.scss */

  .c-footer__inner .u-flex-row > div + div {
    margin-top: 25px;
  }
}

@media (max-width: 700px) {
  /* line 166, resources/assets/styles/_module.footer.scss */

  .c-footer {
    padding-top: 25px;
  }
}

/* line 206, resources/assets/styles/_module.footer.scss */

.c-newsletter-section {
  padding: 0 75px 37.5px 75px;
  position: relative;
}

/* line 210, resources/assets/styles/_module.footer.scss */

.c-newsletter-section::before {
  content: '';
  background: #242424;
  position: absolute;
  width: 100%;
  height: calc(100% + 47.5px);
  top: 0;
  z-index: -1;
  left: 15px;
  margin: -47.5px -15px 0 -15px;
}

@media (max-width: 1000px) {
  /* line 206, resources/assets/styles/_module.footer.scss */

  .c-newsletter-section {
    padding: 0 30px 30px 30px;
  }
}

@media (max-width: 850px) {
  /* line 206, resources/assets/styles/_module.footer.scss */

  .c-newsletter-section {
    padding: 25px 0;
  }

  /* line 230, resources/assets/styles/_module.footer.scss */

  .c-newsletter-section > div {
    position: relative;
    z-index: 60;
  }

  /* line 235, resources/assets/styles/_module.footer.scss */

  .c-newsletter-section::before {
    margin: 0 -58px;
    height: 100%;
    width: calc(100% + 58px);
    left: 29px;
    z-index: 50;
  }
}

/* line 246, resources/assets/styles/_module.footer.scss */

.c-newsletter-form .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 550px) {
  /* line 246, resources/assets/styles/_module.footer.scss */

  .c-newsletter-form .wpcf7-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 253, resources/assets/styles/_module.footer.scss */

  .c-newsletter-form .wpcf7-form > p {
    width: 100%;
  }

  /* line 257, resources/assets/styles/_module.footer.scss */

  .c-newsletter-form .wpcf7-form .o-button {
    width: 100%;
  }
}

/* line 263, resources/assets/styles/_module.footer.scss */

.c-newsletter-form span.wpcf7-not-valid-tip {
  font-family: "grotesk-regular19", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.16667;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777;
  color: red;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
}

@media (max-width: 550px) {
  /* line 263, resources/assets/styles/_module.footer.scss */

  .c-newsletter-form span.wpcf7-not-valid-tip {
    top: calc(100% + 70px);
  }
}

/* line 276, resources/assets/styles/_module.footer.scss */

.c-newsletter-form div.wpcf7-response-output {
  padding: 0;
  margin: 45px 0 0 0;
  width: 100%;
  font-family: "grotesk-regular19", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.16667;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777;
}

/* line 284, resources/assets/styles/_module.footer.scss */

.c-newsletter-form div.wpcf7-validation-errors {
  border: 0;
  color: red;
  background: transparent;
}

/* line 290, resources/assets/styles/_module.footer.scss */

.c-newsletter-form div.wpcf7-mail-sent-ok {
  color: #3dae2b;
  border: 0;
}

/* line 295, resources/assets/styles/_module.footer.scss */

.c-newsletter-form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

/* line 299, resources/assets/styles/_module.footer.scss */

.c-newsletter-form .wpcf7-form-control-wrap::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-482.000000, -378.000000)' fill='%23FF9A9A' fill-rule='nonzero'%3E%3Cg transform='translate(0.000000, 214.000000)'%3E%3Cg transform='translate(482.000000, 164.000000)'%3E%3Cpath d='M10 9L0 1.28571C0 .57254.55664 0 1.25 0h17.5C19.44336 0 20 .57254 20 1.28571L10 9zm0 1.82343L20 3v10.6961C20 14.41935 19.44336 15 18.75 15H1.25C.55664 15 0 14.41935 0 13.6961V3l10 7.82343z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  position: absolute;
  width: 20px;
  height: 15px;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 311, resources/assets/styles/_module.footer.scss */

.c-newsletter-form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 550px) {
  /* line 311, resources/assets/styles/_module.footer.scss */

  .c-newsletter-form__input {
    width: 100%;
  }
}

/* line 319, resources/assets/styles/_module.footer.scss */

.c-newsletter-form__input input {
  border: 0;
  height: 53px;
  padding: 13px 25px 11px 50px;
}

/* line 327, resources/assets/styles/_module.footer.scss */

.c-footer__social-section {
  text-align: center;
}

/* line 331, resources/assets/styles/_module.footer.scss */

.c-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 337, resources/assets/styles/_module.footer.scss */

.c-social-list > li + li {
  margin-left: 25px;
}

@media (max-width: 700px) {
  /* line 337, resources/assets/styles/_module.footer.scss */

  .c-social-list > li + li {
    margin-left: 12.5px;
  }
}

/* line 346, resources/assets/styles/_module.footer.scss */

.c-social-list > li a img {
  -webkit-transition: 0.2s -webkit-filter linear;
  -o-transition: 0.2s -o-filter linear;
  transition: 0.2s filter linear, 0.2s -webkit-filter linear;
}

/* line 356, resources/assets/styles/_module.footer.scss */

.c-social-list > li a:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/* line 362, resources/assets/styles/_module.footer.scss */

.c-social-list > li img {
  width: 20px;
}

/* line 373, resources/assets/styles/_module.footer.scss */

.c-social-list--article > li a:hover img {
  -webkit-filter: brightness(2) invert(1);
          filter: brightness(2) invert(1);
}

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

@media (max-width: 1000px) {
  /* line 5, resources/assets/styles/_module.header.scss */

  .c-main-header {
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    -o-transition: -o-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    position: fixed;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    z-index: 800;
    padding: 15px 25px;
    height: 55px;
    background: #fff;
  }

  /* line 18, resources/assets/styles/_module.header.scss */

  .c-main-header + .l-content {
    margin-top: 55px;
  }

  /* line 22, resources/assets/styles/_module.header.scss */

  .c-main-header.js-main-header.is-fixed {
    top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
  }

  /* line 31, resources/assets/styles/_module.header.scss */

  .u-body-white .c-main-header.js-main-header.is-fixed {
    border-bottom: 1px solid #444;
  }

  /* line 36, resources/assets/styles/_module.header.scss */

  .u-body-white .c-main-header {
    background: #111;
  }
}

@media (max-width: 700px) {
  /* line 43, resources/assets/styles/_module.header.scss */

  body.page-guide .c-main-header.js-main-header.is-fixed {
    border-bottom: 0;
  }
}

@media (max-width: 700px) {
  /* line 49, resources/assets/styles/_module.header.scss */

  body.page-guide .c-category-nav {
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    -o-transition: -o-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    position: fixed;
    top: 59px;
    left: 4px;
    width: calc(100% - 8px);
    z-index: 760;
    padding: 0 25px;
    background: #fff;
  }
}

@media (max-width: 700px) {
  /* line 63, resources/assets/styles/_module.header.scss */

  body.page-guide .l-content {
    margin-top: 80px;
  }
}

@media (max-width: 1000px) {
  /* line 71, resources/assets/styles/_module.header.scss */

  .mobile-menu-is-open .c-main-header {
    -webkit-transform: inherit !important;
         -o-transform: inherit !important;
            transform: inherit !important;
  }
}

/* line 78, resources/assets/styles/_module.header.scss */

.c-main-header__inner {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

/* line 84, resources/assets/styles/_module.header.scss */

.page-template-default.home .c-main-header__inner {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

/* line 89, resources/assets/styles/_module.header.scss */

.page-template-archive .c-main-header__inner,
.archive.tax-column .c-main-header__inner,
.archive.category .c-main-header__inner,
.archive.tax-issue .c-main-header__inner,
.page-template-default .c-main-header__inner,
.page-template-page-guide .c-main-header__inner {
  border-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  /* line 78, resources/assets/styles/_module.header.scss */

  .c-main-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 107, resources/assets/styles/_module.header.scss */

.u-body-white .c-main-header__inner {
  border-bottom: 1px solid #444;
}

/* line 112, resources/assets/styles/_module.header.scss */

.c-main-header__logo {
  display: block;
  height: 60px;
  max-width: 354px;
  margin: auto;
}

@media (max-width: 1000px) {
  /* line 112, resources/assets/styles/_module.header.scss */

  .c-main-header__logo {
    max-width: 140px;
    height: 24px;
  }
}

/* line 124, resources/assets/styles/_module.header.scss */

.c-main-header__logo > svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 850px) {
  /* line 112, resources/assets/styles/_module.header.scss */

  .c-main-header__logo {
    height: 24px;
    max-width: 140px;
  }
}

/* line 135, resources/assets/styles/_module.header.scss */

.c-main-header__mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
}

/* line 140, resources/assets/styles/_module.header.scss */

.c-main-header__mobile-menu.main-menu-is-active .c-sidebar-nav__main--mobile,
.c-main-header__mobile-menu.main-menu-is-active .c-sidebar-nav__main--search {
  opacity: 1;
  visibility: visible;
  z-index: 900;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

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

/**
 * Page specific
 */

/* line 8, resources/assets/styles/_module.main.scss */

.c-page__404 {
  margin-bottom: 200px;
}

/* line 12, resources/assets/styles/_module.main.scss */

.c-callout-bubble {
  position: fixed;
  background: #111;
  color: #fff;
  font-size: 18px;
  line-height: 1.22222;
  letter-spacing: -0.1px;
  font-family: "noe-bold", serif;
  height: 85px;
  width: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  z-index: 890;
  text-align: center;
  opacity: 1;
  left: 18px;
  top: 450px;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear, -o-transform 0.2s linear;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.42);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.42);
}

/* line 35, resources/assets/styles/_module.main.scss */

.c-callout-bubble:hover {
  -webkit-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
  color: #fff;
}

/* line 40, resources/assets/styles/_module.main.scss */

.u-push-canvas .c-callout-bubble {
  opacity: 0;
}

@media (max-width: 1000px) {
  /* line 12, resources/assets/styles/_module.main.scss */

  .c-callout-bubble {
    display: none;
  }
}

/* SHOP - SINGLE PRODUCT */

/* line 3, resources/assets/styles/_module.shop.scss */

.single-shop_product .l-site-container {
  overflow: visible;
}

/* line 10, resources/assets/styles/_module.shop.scss */

.tax-shop_categories .c-main-header__inner,
.post-type-archive-shop_product .c-main-header__inner {
  border-bottom: 0;
  margin-bottom: 0;
}

/* line 15, resources/assets/styles/_module.shop.scss */

.tax-shop_categories .o-buy-button,
.post-type-archive-shop_product .o-buy-button {
  margin-left: -12px;
}

/* line 20, resources/assets/styles/_module.shop.scss */

.single-shop_product,
.tax-shop_categories,
.post-type-archive-shop_product {
  /* TAXONOMY */
}

@media (max-width: 849px) {
  /* line 23, resources/assets/styles/_module.shop.scss */

  .single-shop_product .c-shop-nav,
  .tax-shop_categories .c-shop-nav,
  .post-type-archive-shop_product .c-shop-nav {
    /*
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      margin-top: -$space;
      margin-bottom: $space;
      padding-left: $space;
      padding-right: $space;
      padding-top: $space-half;
      padding-bottom: $space;
      border-bottom: $border--standard-primary;
      */
  }

  /* line 42, resources/assets/styles/_module.shop.scss */

  .single-shop_product .c-shop-nav__toggle,
  .tax-shop_categories .c-shop-nav__toggle,
  .post-type-archive-shop_product .c-shop-nav__toggle {
    display: block;
    padding: 0;
    background: none;
  }
}

@media (max-width: 849px) and (max-width: 849px) {
  /* line 52, resources/assets/styles/_module.shop.scss */

  .single-shop_product .c-shop-nav__menu a,
  .tax-shop_categories .c-shop-nav__menu a,
  .post-type-archive-shop_product .c-shop-nav__menu a {
    font-size: 18px;
  }
}

/* line 62, resources/assets/styles/_module.shop.scss */

.single-shop_product .o-shop-back-link:hover .o-kicker,
.tax-shop_categories .o-shop-back-link:hover .o-kicker,
.post-type-archive-shop_product .o-shop-back-link:hover .o-kicker {
  color: #111;
}

/* line 66, resources/assets/styles/_module.shop.scss */

.single-shop_product .o-shop-back-link .o-kicker::before,
.tax-shop_categories .o-shop-back-link .o-kicker::before,
.post-type-archive-shop_product .o-shop-back-link .o-kicker::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='_Symbols' stroke='none' stroke-width='1' fill='%23777' fill-rule='evenodd'%3E%3Cg id='footer-mobile-on-white' transform='translate(-190.000000, -576.000000)' fill='%23%23777'%3E%3Cg id='Group' transform='translate(0.000000, 51.000000)'%3E%3Cg id='cta-arrow' transform='translate(190.000000, 525.000000)'%3E%3Cpolygon id='Path-5' points='0 1.5187851e-13 3.65278677 5.33333333 0 10.6666667 8 5.33333333'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
  display: inline-block;
  z-index: 120;
  height: 11px;
  width: 8px;
  margin-right: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  position: relative;
}

/* line 82, resources/assets/styles/_module.shop.scss */

.single-shop_product .o-shop-back-link:hover .o-kicker::before,
.tax-shop_categories .o-shop-back-link:hover .o-kicker::before,
.post-type-archive-shop_product .o-shop-back-link:hover .o-kicker::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='_Symbols' stroke='none' stroke-width='1' fill='%23111' fill-rule='evenodd'%3E%3Cg id='footer-mobile-on-white' transform='translate(-190.000000, -576.000000)' fill='%23%23111'%3E%3Cg id='Group' transform='translate(0.000000, 51.000000)'%3E%3Cg id='cta-arrow' transform='translate(190.000000, 525.000000)'%3E%3Cpolygon id='Path-5' points='0 1.5187851e-13 3.65278677 5.33333333 0 10.6666667 8 5.33333333'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (min-width: 701px) {
  /* line 87, resources/assets/styles/_module.shop.scss */

  .single-shop_product .c-product__main,
  .tax-shop_categories .c-product__main,
  .post-type-archive-shop_product .c-product__main {
    margin-left: 12.5px;
  }
}

/* line 93, resources/assets/styles/_module.shop.scss */

.single-shop_product .c-product__main.is-sticky,
.tax-shop_categories .c-product__main.is-sticky,
.post-type-archive-shop_product .c-product__main.is-sticky {
  top: 10px;
}

@media (max-width: 699px) {
  /* line 98, resources/assets/styles/_module.shop.scss */

  .single-shop_product .c-product__photos,
  .tax-shop_categories .c-product__photos,
  .post-type-archive-shop_product .c-product__photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    overflow-y: scroll;
  }

  /* line 104, resources/assets/styles/_module.shop.scss */

  .single-shop_product .c-product__photos .c-product__image,
  .tax-shop_categories .c-product__photos .c-product__image,
  .post-type-archive-shop_product .c-product__photos .c-product__image {
    display: block;
    margin-right: 12.5px;
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 701px) {
  /* line 98, resources/assets/styles/_module.shop.scss */

  .single-shop_product .c-product__photos,
  .tax-shop_categories .c-product__photos,
  .post-type-archive-shop_product .c-product__photos {
    margin-bottom: 0;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    min-height: 100%;
  }
}

@media (min-width: 701px) {
  /* line 121, resources/assets/styles/_module.shop.scss */

  .single-shop_product .c-product__photos .c-product__image--more,
  .tax-shop_categories .c-product__photos .c-product__image--more,
  .post-type-archive-shop_product .c-product__photos .c-product__image--more {
    margin-top: 25px;
  }
}

/* line 128, resources/assets/styles/_module.shop.scss */

.single-shop_product .c-product__image,
.tax-shop_categories .c-product__image,
.post-type-archive-shop_product .c-product__image {
  -webkit-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}

/* line 132, resources/assets/styles/_module.shop.scss */

.single-shop_product .c-product__link:hover .c-product__image,
.tax-shop_categories .c-product__link:hover .c-product__image,
.post-type-archive-shop_product .c-product__link:hover .c-product__image {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}

/* line 136, resources/assets/styles/_module.shop.scss */

.single-shop_product .c-product__image--sold-out,
.tax-shop_categories .c-product__image--sold-out,
.post-type-archive-shop_product .c-product__image--sold-out {
  opacity: 0.5;
}

/* line 140, resources/assets/styles/_module.shop.scss */

.single-shop_product .o-accordion,
.tax-shop_categories .o-accordion,
.post-type-archive-shop_product .o-accordion {
  margin-bottom: 25px;
}

/* line 143, resources/assets/styles/_module.shop.scss */

.single-shop_product .o-accordion__title,
.tax-shop_categories .o-accordion__title,
.post-type-archive-shop_product .o-accordion__title {
  line-height: 0;
}

/* line 147, resources/assets/styles/_module.shop.scss */

.single-shop_product .o-accordion__item,
.tax-shop_categories .o-accordion__item,
.post-type-archive-shop_product .o-accordion__item {
  padding-top: 3px;
  padding-bottom: 3px;
  border-top: 1px solid #ccc;
}

/* line 153, resources/assets/styles/_module.shop.scss */

.single-shop_product .o-accordion__item:last-of-type,
.tax-shop_categories .o-accordion__item:last-of-type,
.post-type-archive-shop_product .o-accordion__item:last-of-type {
  border-bottom: 1px solid #ccc;
}

/* line 157, resources/assets/styles/_module.shop.scss */

.single-shop_product .o-accordion button,
.tax-shop_categories .o-accordion button,
.post-type-archive-shop_product .o-accordion button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0;
  padding: 0;
  font-family: "noe-black", serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111;
  background: none;
}

/* line 171, resources/assets/styles/_module.shop.scss */

.single-shop_product .o-accordion button .o-accordion__label,
.tax-shop_categories .o-accordion button .o-accordion__label,
.post-type-archive-shop_product .o-accordion button .o-accordion__label {
  display: block;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 177, resources/assets/styles/_module.shop.scss */

.single-shop_product .o-accordion button .o-accordion__icon,
.tax-shop_categories .o-accordion button .o-accordion__icon,
.post-type-archive-shop_product .o-accordion button .o-accordion__icon {
  display: block;
  padding-right: 3px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

/* line 184, resources/assets/styles/_module.shop.scss */

.single-shop_product .o-accordion__icon,
.tax-shop_categories .o-accordion__icon,
.post-type-archive-shop_product .o-accordion__icon {
  font-size: 22px;
}

/* line 188, resources/assets/styles/_module.shop.scss */

.single-shop_product .o-accordion__content,
.tax-shop_categories .o-accordion__content,
.post-type-archive-shop_product .o-accordion__content {
  display: none;
}

/* line 193, resources/assets/styles/_module.shop.scss */

.single-shop_product .c-product__price,
.tax-shop_categories .c-product__price,
.post-type-archive-shop_product .c-product__price {
  font-family: "noe-black", serif;
}

/* line 197, resources/assets/styles/_module.shop.scss */

.single-shop_product .c-social-list--share a:hover img,
.tax-shop_categories .c-social-list--share a:hover img,
.post-type-archive-shop_product .c-social-list--share a:hover img {
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
}

/* line 202, resources/assets/styles/_module.shop.scss */

.single-shop_product .c-related-products__wrap,
.tax-shop_categories .c-related-products__wrap,
.post-type-archive-shop_product .c-related-products__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -12.5px;
  margin-bottom: 25px;
  overflow-y: scroll;
}

@media (min-width: 701px) {
  /* line 202, resources/assets/styles/_module.shop.scss */

  .single-shop_product .c-related-products__wrap,
  .tax-shop_categories .c-related-products__wrap,
  .post-type-archive-shop_product .c-related-products__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow-y: none;
  }
}

@media (max-width: 700px) {
  /* line 215, resources/assets/styles/_module.shop.scss */

  .single-shop_product .c-related-products__wrap > div,
  .tax-shop_categories .c-related-products__wrap > div,
  .post-type-archive-shop_product .c-related-products__wrap > div {
    max-width: 200px;
  }
}

/* line 223, resources/assets/styles/_module.shop.scss */

.single-shop_product .c-footer-logo::before,
.tax-shop_categories .c-footer-logo::before,
.post-type-archive-shop_product .c-footer-logo::before {
  background: #fff;
}

/* line 227, resources/assets/styles/_module.shop.scss */

.single-shop_product .c-footer-logo > img,
.tax-shop_categories .c-footer-logo > img,
.post-type-archive-shop_product .c-footer-logo > img {
  -webkit-filter: invert(10%);
          filter: invert(10%);
}

@media (min-width: 851px) {
  /* line 233, resources/assets/styles/_module.shop.scss */

  .single-shop_product .c-shop-cat-nav,
  .tax-shop_categories .c-shop-cat-nav,
  .post-type-archive-shop_product .c-shop-cat-nav {
    margin-top: -25px;
  }
}

/* line 239, resources/assets/styles/_module.shop.scss */

.single-shop_product .c-shop-cat-nav a,
.tax-shop_categories .c-shop-cat-nav a,
.post-type-archive-shop_product .c-shop-cat-nav a {
  text-decoration: none;
}

/* line 244, resources/assets/styles/_module.shop.scss */

.single-shop_product .has-border--light,
.tax-shop_categories .has-border--light,
.post-type-archive-shop_product .has-border--light {
  height: 1px;
  border-bottom: 1px solid #ccc;
}

/* SHOP */

@media (max-width: 849px) {
  /* line 251, resources/assets/styles/_module.shop.scss */

  .c-shop-top-product {
    margin-bottom: 25px;
  }
}

@media (min-width: 851px) {
  /* line 257, resources/assets/styles/_module.shop.scss */

  .c-shop-top-product > .u-col-sm-6:first-child {
    max-width: 330px;
    -ms-flex-preferred-size: 330px;
        flex-basis: 330px;
  }

  /* line 262, resources/assets/styles/_module.shop.scss */

  .c-shop-top-product > .u-col-sm-6:first-child + .u-col-sm-6 {
    max-width: calc(100% - 330px);
    -ms-flex-preferred-size: calc(100% - 330px);
        flex-basis: calc(100% - 330px);
  }
}

@media (min-width: 1001px) {
  /* line 257, resources/assets/styles/_module.shop.scss */

  .c-shop-top-product > .u-col-sm-6:first-child {
    max-width: 350px;
    -ms-flex-preferred-size: 350px;
        flex-basis: 350px;
  }

  /* line 273, resources/assets/styles/_module.shop.scss */

  .c-shop-top-product > .u-col-sm-6:first-child + .u-col-sm-6 {
    max-width: calc(100% - 350px);
    -ms-flex-preferred-size: calc(100% - 350px);
        flex-basis: calc(100% - 350px);
  }
}

@media (min-width: 1201px) {
  /* line 257, resources/assets/styles/_module.shop.scss */

  .c-shop-top-product > .u-col-sm-6:first-child {
    max-width: 490px;
    -ms-flex-preferred-size: 490px;
        flex-basis: 490px;
  }

  /* line 284, resources/assets/styles/_module.shop.scss */

  .c-shop-top-product > .u-col-sm-6:first-child + .u-col-sm-6 {
    max-width: calc(100% - 490px);
    -ms-flex-preferred-size: calc(100% - 490px);
        flex-basis: calc(100% - 490px);
  }
}

/* line 291, resources/assets/styles/_module.shop.scss */

.c-shop-top-product .c-kicker {
  margin-bottom: 12.5px;
}

@media (min-width: 851px) {
  /* line 291, resources/assets/styles/_module.shop.scss */

  .c-shop-top-product .c-kicker {
    margin-bottom: 25px;
  }
}

/* line 299, resources/assets/styles/_module.shop.scss */

.c-shop-top-product .o-subhead {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}

@media (min-width: 851px) {
  /* line 299, resources/assets/styles/_module.shop.scss */

  .c-shop-top-product .o-subhead {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (max-width: 850px) {
  /* line 310, resources/assets/styles/_module.shop.scss */

  .c-shop-slider {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 318, resources/assets/styles/_module.shop.scss */

.c-shop-slider__item > img {
  height: 460px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1200px) {
  /* line 318, resources/assets/styles/_module.shop.scss */

  .c-shop-slider__item > img {
    height: 320px;
  }
}

@media (max-width: 1000px) {
  /* line 318, resources/assets/styles/_module.shop.scss */

  .c-shop-slider__item > img {
    height: 300px;
  }
}

@media (max-width: 850px) {
  /* line 318, resources/assets/styles/_module.shop.scss */

  .c-shop-slider__item > img {
    width: 250px;
    height: 250px;
    margin: auto;
  }
}

/* line 340, resources/assets/styles/_module.shop.scss */

.c-shop-slider .slick-prev {
  padding-top: 2px;
  margin-left: 30px;
  z-index: 120;
}

/* line 346, resources/assets/styles/_module.shop.scss */

.c-shop-slider .slick-prev::before,
.c-shop-slider .slick-next::before {
  color: #111;
}

/* line 351, resources/assets/styles/_module.shop.scss */

.c-shop-slider .slick-prev::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='_Symbols' stroke='none' stroke-width='1' fill='%23111' fill-rule='evenodd'%3E%3Cg id='footer-mobile-on-white' transform='translate(-190.000000, -576.000000)' fill='%23%23111'%3E%3Cg id='Group' transform='translate(0.000000, 51.000000)'%3E%3Cg id='cta-arrow' transform='translate(190.000000, 525.000000)'%3E%3Cpolygon id='Path-5' points='0 1.5187851e-13 3.65278677 5.33333333 0 10.6666667 8 5.33333333'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
  display: inline-block;
  z-index: 120;
  height: 20px;
  width: 32px;
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  position: relative;
}

/* line 366, resources/assets/styles/_module.shop.scss */

.c-shop-slider .slick-next::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='_Symbols' stroke='none' stroke-width='1' fill='%23111' fill-rule='evenodd'%3E%3Cg id='footer-mobile-on-white' transform='translate(-190.000000, -576.000000)' fill='%23%23111'%3E%3Cg id='Group' transform='translate(0.000000, 51.000000)'%3E%3Cg id='cta-arrow' transform='translate(190.000000, 525.000000)'%3E%3Cpolygon id='Path-5' points='0 1.5187851e-13 3.65278677 5.33333333 0 10.6666667 8 5.33333333'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1) rotate(180deg);
       -o-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
  display: inline-block;
  z-index: 120;
  height: 20px;
  width: 32px;
  margin-left: -75px;
  position: relative;
}

/* line 381, resources/assets/styles/_module.shop.scss */

.c-shop-slider .slick-dots {
  bottom: -25px;
}

/* line 384, resources/assets/styles/_module.shop.scss */

.c-shop-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
}

/* line 389, resources/assets/styles/_module.shop.scss */

.c-shop-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  border: 1px solid #777;
  border-radius: 50%;
}

/* line 395, resources/assets/styles/_module.shop.scss */

.c-shop-slider .slick-dots li button::before {
  content: none;
}

/* line 401, resources/assets/styles/_module.shop.scss */

.c-shop-slider .slick-dots li.slick-active button {
  background: #777;
}

/* line 406, resources/assets/styles/_module.shop.scss */

.c-shop-slider .slick-dots li + li {
  margin-left: 10px;
}

/* line 413, resources/assets/styles/_module.shop.scss */

.show-bullet::before {
  position: absolute;
  margin-left: -12.5px;
  content: "\B7";
  color: #ff9a9a;
  font-size: 40px;
  line-height: 26px;
}

@media (min-width: 851px) {
  /* line 413, resources/assets/styles/_module.shop.scss */

  .show-bullet::before {
    margin-left: -20px;
  }
}

/* line 426, resources/assets/styles/_module.shop.scss */

.heading-sm {
  font-family: "noe-black", serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111;
}

/* line 434, resources/assets/styles/_module.shop.scss */

.u-margin--auto--left {
  margin-left: auto;
}

/* line 438, resources/assets/styles/_module.shop.scss */

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

/* line 442, resources/assets/styles/_module.shop.scss */

.u-show--large-up {
  display: none;
}

@media (min-width: 851px) {
  /* line 442, resources/assets/styles/_module.shop.scss */

  .u-show--large-up {
    display: block;
  }
}

/* line 450, resources/assets/styles/_module.shop.scss */

.u-hide--large-up {
  display: block;
}

@media (min-width: 851px) {
  /* line 450, resources/assets/styles/_module.shop.scss */

  .u-hide--large-up {
    display: none;
  }
}

/* line 458, resources/assets/styles/_module.shop.scss */

.u-invisible {
  visibility: hidden;
}

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

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

/**
 * Transitions
 */

/* line 8, resources/assets/styles/_modifier.animations.scss */

.has-trans {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 12, resources/assets/styles/_modifier.animations.scss */

.has-trans--fast {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* line 16, resources/assets/styles/_modifier.animations.scss */

.has-zoom {
  overflow: hidden;
}

/* line 19, resources/assets/styles/_modifier.animations.scss */

.has-zoom img {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

/* line 25, resources/assets/styles/_modifier.animations.scss */

.has-zoom a:hover img {
  -webkit-transform: scale(1.03);
       -o-transform: scale(1.03);
          transform: scale(1.03);
}

/**
 * Fade Classes
 */

/* line 50, resources/assets/styles/_modifier.animations.scss */

.u-fade-in {
  opacity: 1;
}

/* line 55, resources/assets/styles/_modifier.animations.scss */

.lazyload,
.lazyloading {
  opacity: 0;
  -webkit-transform: translate(0, 25px);
       -o-transform: translate(0, 25px);
          transform: translate(0, 25px);
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

/* line 62, resources/assets/styles/_modifier.animations.scss */

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }

  80% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

@-o-keyframes bounce {
  0%, 100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }

  20% {
    -o-transform: translateY(-3px);
       transform: translateY(-3px);
  }

  80% {
    -o-transform: translateY(3px);
       transform: translateY(3px);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(-3px);
         -o-transform: translateY(-3px);
            transform: translateY(-3px);
  }

  80% {
    -webkit-transform: translateY(3px);
         -o-transform: translateY(3px);
            transform: translateY(3px);
  }
}

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

/**
 * Text Colors
 */

/* line 8, resources/assets/styles/_modifier.colors.scss */

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

/* line 13, resources/assets/styles/_modifier.colors.scss */

.u-color--black-transparent {
  color: rgba(17, 17, 17, 0.7);
}

/* line 17, resources/assets/styles/_modifier.colors.scss */

.u-color--gray,
.u-color--gray a {
  color: #777;
}

/* line 22, resources/assets/styles/_modifier.colors.scss */

.u-color--gray--light,
.u-color--gray--light a {
  color: #ccc;
}

/* line 27, resources/assets/styles/_modifier.colors.scss */

.u-color--white,
.u-color--white a,
.u-color--white p {
  color: #fff !important;
}

/* line 33, resources/assets/styles/_modifier.colors.scss */

.u-color--purple,
.u-color--purple a {
  color: #4f4a7a;
}

/* line 38, resources/assets/styles/_modifier.colors.scss */

.u-color--teal,
.u-color--teal a {
  color: #9ce5f4;
}

/**
 * Background Colors
 */

/* line 46, resources/assets/styles/_modifier.colors.scss */

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

/* line 50, resources/assets/styles/_modifier.colors.scss */

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

/* line 54, resources/assets/styles/_modifier.colors.scss */

.u-background-color--gray {
  background-color: #777;
}

/* line 58, resources/assets/styles/_modifier.colors.scss */

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

/* line 62, resources/assets/styles/_modifier.colors.scss */

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

/* line 66, resources/assets/styles/_modifier.colors.scss */

.u-background-color--teal {
  background-color: #9ce5f4;
}

/* line 70, resources/assets/styles/_modifier.colors.scss */

.u-background-color--purple {
  background-color: #4f4a7a;
}

/**
 * SVG Fill Colors
 */

/* line 78, resources/assets/styles/_modifier.colors.scss */

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

/* line 84, resources/assets/styles/_modifier.colors.scss */

.u-path-fill--gray path {
  fill: #777;
}

/* line 90, resources/assets/styles/_modifier.colors.scss */

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

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

/**
 * Display Classes
 */

/* line 8, resources/assets/styles/_modifier.display.scss */

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

/* line 12, resources/assets/styles/_modifier.display.scss */

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

/* line 16, resources/assets/styles/_modifier.display.scss */

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

/* line 20, resources/assets/styles/_modifier.display.scss */

.u-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 24, resources/assets/styles/_modifier.display.scss */

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

/* line 28, resources/assets/styles/_modifier.display.scss */

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

/* line 32, resources/assets/styles/_modifier.display.scss */

.u-align-content--space-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

/* line 36, resources/assets/styles/_modifier.display.scss */

.u-align-items--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 40, resources/assets/styles/_modifier.display.scss */

.u-align-items--flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 44, resources/assets/styles/_modifier.display.scss */

.u-flex-directon--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 550px) {
  /* line 49, resources/assets/styles/_modifier.display.scss */

  .u-hide-until--s {
    display: none;
  }
}

@media (max-width: 700px) {
  /* line 55, resources/assets/styles/_modifier.display.scss */

  .u-hide-until--m {
    display: none;
  }
}

@media (max-width: 850px) {
  /* line 61, resources/assets/styles/_modifier.display.scss */

  .u-hide-until--l {
    display: none;
  }
}

@media (max-width: 1000px) {
  /* line 67, resources/assets/styles/_modifier.display.scss */

  .u-hide-until--xl {
    display: none;
  }
}

@media (min-width: 551px) {
  /* line 74, resources/assets/styles/_modifier.display.scss */

  .u-hide-after--s {
    display: none;
  }
}

@media (min-width: 701px) {
  /* line 80, resources/assets/styles/_modifier.display.scss */

  .u-hide-after--m {
    display: none;
  }
}

@media (min-width: 851px) {
  /* line 86, resources/assets/styles/_modifier.display.scss */

  .u-hide-after--l {
    display: none;
  }
}

@media (min-width: 1001px) {
  /* line 92, resources/assets/styles/_modifier.display.scss */

  .u-hide-after--xl {
    display: none;
  }
}

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

/* line 11, resources/assets/styles/_modifier.spacing.scss */

.u-spacing > * + * {
  margin-top: 25px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding {
  padding: 25px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space {
  margin: 25px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--top {
  padding-top: 25px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--top {
  margin-top: 25px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--bottom {
  padding-bottom: 25px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--bottom {
  margin-bottom: 25px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--left {
  padding-left: 25px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--left {
  margin-left: 25px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--right {
  padding-right: 25px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--right {
  margin-right: 25px;
}

/* line 11, resources/assets/styles/_modifier.spacing.scss */

.u-spacing--quarter > * + * {
  margin-top: 6.25px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--quarter {
  padding: 6.25px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--quarter {
  margin: 6.25px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--quarter--top {
  padding-top: 6.25px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--quarter--top {
  margin-top: 6.25px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--quarter--bottom {
  padding-bottom: 6.25px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--quarter--bottom {
  margin-bottom: 6.25px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--quarter--left {
  padding-left: 6.25px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--quarter--left {
  margin-left: 6.25px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--quarter--right {
  padding-right: 6.25px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--quarter--right {
  margin-right: 6.25px;
}

/* line 11, resources/assets/styles/_modifier.spacing.scss */

.u-spacing--half > * + * {
  margin-top: 12.5px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--half {
  padding: 12.5px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--half {
  margin: 12.5px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--half--top {
  padding-top: 12.5px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--half--top {
  margin-top: 12.5px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--half--bottom {
  padding-bottom: 12.5px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--half--bottom {
  margin-bottom: 12.5px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--half--left {
  padding-left: 12.5px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--half--left {
  margin-left: 12.5px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--half--right {
  padding-right: 12.5px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--half--right {
  margin-right: 12.5px;
}

/* line 11, resources/assets/styles/_modifier.spacing.scss */

.u-spacing--and-half > * + * {
  margin-top: 37.5px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--and-half {
  padding: 37.5px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--and-half {
  margin: 37.5px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--and-half--top {
  padding-top: 37.5px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--and-half--top {
  margin-top: 37.5px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--and-half--bottom {
  padding-bottom: 37.5px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--and-half--bottom {
  margin-bottom: 37.5px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--and-half--left {
  padding-left: 37.5px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--and-half--left {
  margin-left: 37.5px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--and-half--right {
  padding-right: 37.5px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--and-half--right {
  margin-right: 37.5px;
}

/* line 11, resources/assets/styles/_modifier.spacing.scss */

.u-spacing--double > * + * {
  margin-top: 50px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--double {
  padding: 50px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--double {
  margin: 50px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--double--top {
  padding-top: 50px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--double--top {
  margin-top: 50px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--double--bottom {
  padding-bottom: 50px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--double--bottom {
  margin-bottom: 50px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--double--left {
  padding-left: 50px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--double--left {
  margin-left: 50px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--double--right {
  padding-right: 50px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--double--right {
  margin-right: 50px;
}

/* line 11, resources/assets/styles/_modifier.spacing.scss */

.u-spacing--triple > * + * {
  margin-top: 75px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--triple {
  padding: 75px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--triple {
  margin: 75px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--triple--top {
  padding-top: 75px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--triple--top {
  margin-top: 75px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--triple--bottom {
  padding-bottom: 75px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--triple--bottom {
  margin-bottom: 75px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--triple--left {
  padding-left: 75px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--triple--left {
  margin-left: 75px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--triple--right {
  padding-right: 75px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--triple--right {
  margin-right: 75px;
}

/* line 11, resources/assets/styles/_modifier.spacing.scss */

.u-spacing--quad > * + * {
  margin-top: 100px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--quad {
  padding: 100px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--quad {
  margin: 100px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--quad--top {
  padding-top: 100px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--quad--top {
  margin-top: 100px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--quad--bottom {
  padding-bottom: 100px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--quad--bottom {
  margin-bottom: 100px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--quad--left {
  padding-left: 100px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--quad--left {
  margin-left: 100px;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--quad--right {
  padding-right: 100px;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--quad--right {
  margin-right: 100px;
}

/* line 11, resources/assets/styles/_modifier.spacing.scss */

.u-spacing--zero > * + * {
  margin-top: 0;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--zero {
  padding: 0;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--zero {
  margin: 0;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--zero--top {
  padding-top: 0;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--zero--top {
  margin-top: 0;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--zero--bottom {
  padding-bottom: 0;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--zero--bottom {
  margin-bottom: 0;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--zero--left {
  padding-left: 0;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--zero--left {
  margin-left: 0;
}

/* line 17, resources/assets/styles/_modifier.spacing.scss */

.u-padding--zero--right {
  padding-right: 0;
}

/* line 21, resources/assets/styles/_modifier.spacing.scss */

.u-space--zero--right {
  margin-right: 0;
}

/* line 28, resources/assets/styles/_modifier.spacing.scss */

.u-spacing--left > * + * {
  margin-left: 25px;
}

@media (min-width: 851px) {
  /* line 28, resources/assets/styles/_modifier.spacing.scss */

  .u-spacing--left > * + * {
    margin-left: 50px;
  }
}

/* line 38, resources/assets/styles/_modifier.spacing.scss */

.u-spacing--half--left > * + * {
  margin-left: 25px;
}

@media (max-width: 700px) {
  /* line 43, resources/assets/styles/_modifier.spacing.scss */

  .u-spacing--triple > * + * {
    margin-top: 50px;
  }
}

/**
 * Spacing between sections
 */

/* line 53, resources/assets/styles/_modifier.spacing.scss */

.u-section-spacing > * + * {
  margin-top: 60px;
}

@media (min-width: 701px) {
  /* line 53, resources/assets/styles/_modifier.spacing.scss */

  .u-section-spacing > * + * {
    margin-top: 80px;
  }
}

/**
 * Spacing between paragraphs inside colored blocks
 */

/* line 66, resources/assets/styles/_modifier.spacing.scss */

.u-paragraph-spacing > * + * {
  margin-top: 20px;
}

@media (min-width: 701px) {
  /* line 66, resources/assets/styles/_modifier.spacing.scss */

  .u-paragraph-spacing > * + * {
    margin-top: 30px;
  }
}

/* line 76, resources/assets/styles/_modifier.spacing.scss */

.u-section-spacing--wide > * + * {
  margin-top: 40px;
}

@media (min-width: 701px) {
  /* line 76, resources/assets/styles/_modifier.spacing.scss */

  .u-section-spacing--wide > * + * {
    margin-top: 50px;
  }
}

/* ------------------------------------*\
    $VENDORS
\*------------------------------------ */

/* Slider */

/* line 3, resources/assets/styles/_vendor.slick.scss */

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

/* line 18, resources/assets/styles/_vendor.slick.scss */

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

/* line 25, resources/assets/styles/_vendor.slick.scss */

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

/* line 29, resources/assets/styles/_vendor.slick.scss */

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

/* line 35, resources/assets/styles/_vendor.slick.scss */

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

/* line 44, resources/assets/styles/_vendor.slick.scss */

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

/* line 52, resources/assets/styles/_vendor.slick.scss */

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

/* line 58, resources/assets/styles/_vendor.slick.scss */

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

/* line 62, resources/assets/styles/_vendor.slick.scss */

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

/* line 67, resources/assets/styles/_vendor.slick.scss */

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

/* line 72, resources/assets/styles/_vendor.slick.scss */

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

/* line 76, resources/assets/styles/_vendor.slick.scss */

.slick-slide img {
  display: block;
}

/* line 80, resources/assets/styles/_vendor.slick.scss */

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

/* line 86, resources/assets/styles/_vendor.slick.scss */

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

/* line 90, resources/assets/styles/_vendor.slick.scss */

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

/* line 94, resources/assets/styles/_vendor.slick.scss */

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

/* line 98, resources/assets/styles/_vendor.slick.scss */

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

/* line 105, resources/assets/styles/_vendor.slick.scss */

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

/* Slider */

/* Arrows */

/* line 46, resources/assets/styles/_vendor.slick-theme.scss */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

/* line 65, resources/assets/styles/_vendor.slick-theme.scss */

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

/* line 71, resources/assets/styles/_vendor.slick-theme.scss */

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 1;
}

/* line 76, resources/assets/styles/_vendor.slick-theme.scss */

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0.25;
}

/* line 80, resources/assets/styles/_vendor.slick-theme.scss */

.slick-prev::before,
.slick-next::before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 91, resources/assets/styles/_vendor.slick-theme.scss */

.slick-prev {
  left: -25px;
}

/* line 94, resources/assets/styles/_vendor.slick-theme.scss */

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

/* line 99, resources/assets/styles/_vendor.slick-theme.scss */

.slick-prev::before {
  content: "\2190";
}

/* line 102, resources/assets/styles/_vendor.slick-theme.scss */

[dir="rtl"] .slick-prev::before {
  content: "\2192";
}

/* line 108, resources/assets/styles/_vendor.slick-theme.scss */

.slick-next {
  right: -25px;
}

/* line 111, resources/assets/styles/_vendor.slick-theme.scss */

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* line 116, resources/assets/styles/_vendor.slick-theme.scss */

.slick-next::before {
  content: "\2192";
}

/* line 119, resources/assets/styles/_vendor.slick-theme.scss */

[dir="rtl"] .slick-next::before {
  content: "\2190";
}

/* Dots */

/* line 127, resources/assets/styles/_vendor.slick-theme.scss */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 131, resources/assets/styles/_vendor.slick-theme.scss */

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 141, resources/assets/styles/_vendor.slick-theme.scss */

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 150, resources/assets/styles/_vendor.slick-theme.scss */

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* line 163, resources/assets/styles/_vendor.slick-theme.scss */

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* line 167, resources/assets/styles/_vendor.slick-theme.scss */

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
  opacity: 1;
}

/* line 172, resources/assets/styles/_vendor.slick-theme.scss */

.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 190, resources/assets/styles/_vendor.slick-theme.scss */

.slick-dots li.slick-active button::before {
  color: black;
  opacity: 0.75;
}

/* Magnific Popup CSS */

/* line 2, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

/* line 14, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 25, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 36, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-container::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 43, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-align-top .mfp-container::before {
  display: none;
}

/* line 47, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 56, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 62, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-ajax-cur {
  cursor: progress;
}

/* line 66, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 73, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/* line 80, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 84, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

/* line 93, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-loading.mfp-figure {
  display: none;
}

/* line 97, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-hide {
  display: none !important;
}

/* line 101, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 113, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-preloader a {
  color: #ccc;
}

/* line 117, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-preloader a:hover {
  color: #fff;
}

/* line 121, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 125, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-s-error .mfp-content {
  display: none;
}

/* line 129, resources/assets/styles/_vendor.magnific-popup.scss */

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

/* line 144, resources/assets/styles/_vendor.magnific-popup.scss */

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 149, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 166, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

/* line 171, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-close:active {
  top: 1px;
}

/* line 175, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 179, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 188, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 198, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 210, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-arrow:active {
  margin-top: -54px;
}

/* line 214, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 219, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-arrow::before,
.mfp-arrow::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 233, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-arrow::after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 239, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-arrow::before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 245, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-arrow-left {
  left: 0;
}

/* line 249, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-arrow-left::after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

/* line 254, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-arrow-left::before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

/* line 259, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-arrow-right {
  right: 0;
}

/* line 263, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-arrow-right::after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

/* line 268, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-arrow-right::before {
  border-left: 27px solid #3f3f3f;
}

/* line 272, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 277, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 283, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 287, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 294, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

/* line 306, resources/assets/styles/_vendor.magnific-popup.scss */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

/* line 318, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-figure {
  line-height: 0;
}

/* line 322, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-figure::after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 337, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 344, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-figure figure {
  margin: 0;
}

/* line 348, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 357, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 365, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 369, resources/assets/styles/_vendor.magnific-popup.scss */

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  /* line 377, resources/assets/styles/_vendor.magnific-popup.scss */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 382, resources/assets/styles/_vendor.magnific-popup.scss */

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 386, resources/assets/styles/_vendor.magnific-popup.scss */

  .mfp-img-mobile .mfp-figure::after {
    top: 0;
    bottom: 0;
  }

  /* line 391, resources/assets/styles/_vendor.magnific-popup.scss */

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 396, resources/assets/styles/_vendor.magnific-popup.scss */

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  /* line 406, resources/assets/styles/_vendor.magnific-popup.scss */

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 410, resources/assets/styles/_vendor.magnific-popup.scss */

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 415, resources/assets/styles/_vendor.magnific-popup.scss */

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  /* line 429, resources/assets/styles/_vendor.magnific-popup.scss */

  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
       transform: scale(0.75);
  }

  /* line 434, resources/assets/styles/_vendor.magnific-popup.scss */

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -o-transform-origin: 0;
       transform-origin: 0;
  }

  /* line 439, resources/assets/styles/_vendor.magnific-popup.scss */

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -o-transform-origin: 100%;
       transform-origin: 100%;
  }

  /* line 444, resources/assets/styles/_vendor.magnific-popup.scss */

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* ------------------------------------*\
    $TRUMPS
\*------------------------------------ */

/* ------------------------------------*\
    $HELPER/TRUMP CLASSES
\*------------------------------------ */

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

/* line 8, resources/assets/styles/_trumps.helper-classes.scss */

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

/**
 * Hide elements only present and necessary for js enabled browsers.
 */

/* line 22, resources/assets/styles/_trumps.helper-classes.scss */

.no-js .no-js-hide {
  display: none;
}

/* line 26, resources/assets/styles/_trumps.helper-classes.scss */

.u-full-width {
  width: 100%;
}

/* line 30, resources/assets/styles/_trumps.helper-classes.scss */

.u-align-center {
  text-align: center;
}

/* line 34, resources/assets/styles/_trumps.helper-classes.scss */

.u-align-right {
  text-align: right;
}

/* line 38, resources/assets/styles/_trumps.helper-classes.scss */

.u-reversed-out {
  color: #fff;
}

/* line 41, resources/assets/styles/_trumps.helper-classes.scss */

.u-reversed-out p,
.u-reversed-out h1 a,
.u-reversed-out h2 a,
.u-reversed-out h3 a {
  color: #fff;
}

/**
 * Remove all margins/padding
 */

/* line 52, resources/assets/styles/_trumps.helper-classes.scss */

.u-no-spacing {
  padding: 0;
  margin: 0;
}

/**
 * Active on/off states
 */

/* line 60, resources/assets/styles/_trumps.helper-classes.scss */

.u-active--off {
  display: none;
}

/* line 66, resources/assets/styles/_trumps.helper-classes.scss */

[class*="-is-active"].js-toggle-parent .u-active--on,
[class*="-is-active"].js-toggle .u-active--on {
  display: none;
}

/* line 70, resources/assets/styles/_trumps.helper-classes.scss */

[class*="-is-active"].js-toggle-parent .u-active--off,
[class*="-is-active"].js-toggle .u-active--off {
  display: block;
}

/* line 76, resources/assets/styles/_trumps.helper-classes.scss */

[class*="-is-active"] .u-hide-on-active {
  display: none;
}

/**
 * Breakout content
 */

/* line 84, resources/assets/styles/_trumps.helper-classes.scss */

.u-breakout {
  margin-right: -25px;
  margin-left: -25px;
}

@media (min-width: 1201px) {
  /* line 84, resources/assets/styles/_trumps.helper-classes.scss */

  .u-breakout {
    margin-left: -50px;
    margin-right: -50px;
  }
}

/**
 * Responsive Videos
 */

/* line 97, resources/assets/styles/_trumps.helper-classes.scss */

.u-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

/* line 105, resources/assets/styles/_trumps.helper-classes.scss */

.u-embed-container iframe,
.u-embed-container object,
.u-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 115, resources/assets/styles/_trumps.helper-classes.scss */

.is-animated {
  -webkit-animation: 0.3s zoom-in;
       -o-animation: 0.3s zoom-in;
          animation: 0.3s zoom-in;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }

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

@-o-keyframes zoom-in {
  0% {
    -o-transform: scale(0.1);
       transform: scale(0.1);
  }

  100% {
    -o-transform: none;
       transform: none;
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.1);
         -o-transform: scale(0.1);
            transform: scale(0.1);
  }

  100% {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

/* line 129, resources/assets/styles/_trumps.helper-classes.scss */

.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* line 133, resources/assets/styles/_trumps.helper-classes.scss */

.post-template-default .is-sticky {
  top: 75px;
}


/*# sourceMappingURL=main.css.map*/