 
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

 
body {
  margin: 0;
}

 

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

 

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

 

body {
  -ms-font-feature-settings: "liga", "kern";
  -o-font-feature-settings: "liga", "kern";
  -webkit-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
}

:root {
  /* 450px */ /* 600px */ /* 768px */ /* 900px */ /* 1024px */ /* 1130px */ /* 1366px */
}

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

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

.u-center {
  margin-left: auto;
  margin-right: auto;
}

.u-clear {
  clear: both;
}

.u-ma0 {
  margin: 0;
}

.u-listReset {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
}

.u-absolute0 {
}

@media screen and (min-width: 64em) {
  .u-absolute0 {
    position: absolute;
    top: 0;
  }
}

.u-fixed0 {
  position: fixed;
  bottom: 0;
  width: 100% !important;
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(238, 238, 238, 1);
  height: 43px;
  padding-top: 10px;
}

@media screen and (min-width: 64em) {
  .u-fixed0 {
    position: fixed;
    top: 103px;
    width: 50px !important;
    padding-top: 0;
    border-top: none;
  }
}

.u-pr {
  position: relative;
}

.u-socialWrapper {
  height: 26px;
}

@media screen and (min-width: 64em) {
  /**
 * KCS UPDATE : Original .u-socialWrapper height: 150px;
 * Changed due to issue with Pick Us Up Google Map Expand button
 */

  .u-socialWrapper {
    margin-top: 15px;
    width: 100%;
    max-width: 944px;
    height: 15px;
    margin-left: auto !important;
    margin-right: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 70.625em) {
  .u-socialWrapper {
    max-width: 1050px;
  }
}

@media screen and (min-width: 85.375em) and (min-height: 700px) {
  .u-socialWrapper {
    max-width: 1130px;
  }
}

.u-socialWrapper.u-featureSocial {
  margin-top: 45px;
}

@media screen and (min-width: 64em) {
  .u-socialWrapper.u-featureSocial {
    margin-top: 2px;
  }
}

@media screen and (min-width: 85.375em) {
  .u-socialWrapper.u-featureSocial {
    max-width: 1024px;
  }
}

@media screen and (min-width: 85.375em) and (min-height: 700px) {
  .u-socialWrapper.u-featureSocial {
    max-width: 1133px;
  }
}

.u-pullDown {
  top: 0;
}

@media screen and (min-width: 48em) {
  .u-pullDown {
    margin-bottom: 0;
  }
}

.u-open {
  visibility: visible !important;
}

.u-open .o-nav__inner {
  opacity: 1;
}

.clearfix::after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.o-socialIcon {
  width: 22px;
  height: 22px;
  fill: rgba(0, 94, 183, 1);
}

@media screen and (min-width: 64em) {
  .o-socialIcon {
    fill: rgba(255, 255, 255, 1);
  }
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

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

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 8px;
  margin-left: 0.5rem;
  font-weight: normal;
}

.c-aboutEmailUs {
  max-width: 690px;
  margin: 0 auto;
  padding: 15px 15px 40px;
}

.c-aboutEmailUs .gform_heading {
  text-align: center;
  margin-bottom: 24px;
}

.c-aboutEmailUs .gform_title {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-bottom: 24px;
  font-weight: 500;
}

@media screen and (min-width: 48em) {
  .c-aboutEmailUs .gform_title {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}

.c-aboutEmailUs .gform_description {
  font-family: "StanleyRegular";
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

@media screen and (min-width: 48em) {
  .c-aboutEmailUs .gform_description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

.c-aboutEmailUs .gform_fields {
  padding-left: 0;
}

.c-aboutEmailUs .validation_error {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1.5px;
  padding: 25px 0;
  text-align: center;
  color: red;
}

.c-aboutEmailUs .validation_message {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1.5px;
  padding: 10px;
  text-align: center;
  color: red;
}

.c-aboutEmailUs li {
  list-style: none;
}

.c-aboutEmailUs .gfield {
  margin-bottom: 28px;
}

.c-aboutEmailUs .gfield_label {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1.5px;
}

.c-aboutEmailUs .ginput_container {
  font-family: "Graphik Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 15px;
  font-size: 0.9375rem;
}

.c-aboutEmailUs .ginput_container input {
  font-family: "Graphik Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  width: 100%;
  border: 2px solid rgba(204, 204, 204, 1);
  border-radius: 0;
  -webkit-appearance: none;
}

.c-aboutEmailUs .ginput_container input::-webkit-input-placeholder {
  color: rgba(204, 204, 204, 1);
}

.c-aboutEmailUs .ginput_container input:-ms-input-placeholder {
  color: rgba(204, 204, 204, 1);
}

.c-aboutEmailUs .ginput_container input::placeholder {
  color: rgba(204, 204, 204, 1);
}

.c-aboutEmailUs .ginput_container select {
  font-family: "Graphik Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  width: 100%;
  border: 2px solid rgba(204, 204, 204, 1);
  border-radius: 0;
  -webkit-appearance: none;
}

.c-aboutEmailUs .ginput_container textarea {
  font-family: "Graphik Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  width: 100%;
  height: 220px;
  border: 2px solid rgba(204, 204, 204, 1);
  border-radius: 0;
  -webkit-appearance: none;
}

.c-aboutEmailUs .ginput_container textarea::-webkit-input-placeholder {
  color: rgba(204, 204, 204, 1);
  font-size: 15px;
  font-size: 0.9375rem;
}

.c-aboutEmailUs .ginput_container textarea:-ms-input-placeholder {
  color: rgba(204, 204, 204, 1);
  font-size: 15px;
  font-size: 0.9375rem;
}

.c-aboutEmailUs .ginput_container textarea::placeholder {
  color: rgba(204, 204, 204, 1);
  font-size: 15px;
  font-size: 0.9375rem;
}

.c-aboutEmailUs .gform_button {
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  border-radius: 3px;
  background-color: rgba(22, 141, 255, 1);
  display: inline-block;
  border: none;
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: center;
  text-transform: uppercase;
  padding: 16px 25px;
  cursor: pointer;
  box-sizing: border-box;
}

.c-aboutEmailUs .gform_button:focus {
  outline: 0;
}

.c-aboutEmailUs .gform_confirmation_message {
  max-width: 690px;
  margin: 0 auto;
  padding: 15px 15px 40px;
  text-align: center;
}

/* TODO: remove common */

html {
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: system, -apple-system, ".SFNSText-Regular", "San Francisco",
    "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
}

.wp-body {
}

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

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

figure {
  margin: 0;
}

.c-fpHeader {
  position: relative;
}

@media screen and (min-width: 64em) {
  .c-fpHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-fpHeader li {
  list-style: none;
}

.u-navOpen {
  overflow: hidden;
}

.u-navOpen .c-fixedPlusNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  height: auto;
  overflow-y: scroll;
  background-color: rgba(255, 255, 255, 1);
}

@media screen and (min-width: 64em) {
  .u-navOpen .c-fixedPlusNav {
    position: static;
    overflow: auto;
  }
}

@media screen and (min-width: 64em) {
  .u-navOpen {
    overflow: auto;
  }
}

.c-fpHeader__logo {
  margin: 0px auto;
  padding: 0 15px;
  text-align: center;
}

@media screen and (min-width: 56.25em) {
  .c-fpHeader__logo {
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 64em) {
  .c-fpHeader__logo {
    margin: 35px auto 0;
  }
}

.c-fpHeader__svg {
  width: 100%;
  max-width: 563px;
  max-height: 187px;
  margin: 0 auto;
}

@media screen and (min-width: 37em) {
  .c-fpHeader__svg {
    width: 563px;
    height: 187px;
  }
}

body.headerFixed {
}

body.headerFixed .c-fixedNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

body.headerFixed.u-navOpen {
}

body.headerFixed.u-navOpen .c-fixedNav {
  position: relative;
}

.c-fixedNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 9px 15px 16px;
  background: rgba(255, 255, 255, 1);
  z-index: 100;
  height: 55px;
  position: relative;
}

@media screen and (min-width: 56.25em) {
  .c-fixedNav {
    height: 75px;
  }
}

@media screen and (min-width: 64em) {
  .c-fixedNav {
    display: none;
  }
}

.c-fixedNav .c-fixedNav__menuBtn {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

@media screen and (min-width: 56.25em) {
  .c-fixedNav .c-fixedNav__menuBtn {
    top: 27px;
    left: 30px;
  }
}

.c-fixedNav .c-fixedNav__xBtn {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
  display: none;
  cursor: pointer;
}

@media screen and (min-width: 56.25em) {
  .c-fixedNav .c-fixedNav__xBtn {
    top: 27px;
    left: 30px;
  }
}

.c-fixedNav .c-fixedNav__menu.u-menuFlipper {
}

.c-fixedNav .c-fixedNav__menu.u-menuFlipper .c-fixedNav__menuBtn {
  display: none !important;
}

.c-fixedNav .c-fixedNav__menu.u-menuFlipper .c-fixedNav__xBtn {
  display: block !important;
}

.c-fixedNav .c-fixedNav__searchBtn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.c-fixedNav .c-fixedNav__searchBtn .c-fixedNav__searchBtn__spy {
  width: 20px;
  height: 20px;
}

.c-fixedNav .c-fixedNav__searchBtn .c-fixedNav__searchBtn__x {
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 56.25em) {
  .c-fixedNav .c-fixedNav__searchBtn {
    top: 27px;
    right: 30px;
  }
}

.c-fixedNav__searchBtn__x {
  display: none;
}

.c-fixedNav__search.u-showX {
}

.c-fixedNav__search.u-showX .c-fixedNav__searchBtn__spy {
  display: none;
}

.c-fixedNav__search.u-showX .c-fixedNav__searchBtn__x {
  display: block;
}

.u-navOpen {
}

.u-navOpen .c-fixedNav {
  position: relative;
}

.u-navOpen .c-fixedNav__search {
  display: none !important;
}

.c-fixedPlusNav {
  height: 1px;
}

@media screen and (min-width: 64em) {
  .c-fixedPlusNav {
    height: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

body.home .c-fixedPlusNav {
  height: 55px;
}

@media screen and (min-width: 64em) {
  body.home .c-fixedPlusNav {
    height: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

body.home.u-navOpen .c-fixedPlusNav {
  height: auto;
}

.c-fixedNav__menu.u-menuFlipper + .c-fixedNav__search {
  display: none;
}

.c-fixedArticle__logo {
  display: none;
}

.o-nav__inner {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

@media screen and (min-width: 64em) {
  .o-nav__inner {
    opacity: 1 !important;
  }
}

.o-nav {
  width: 100%;
  background: rgba(255, 255, 255, 1);
  visibility: hidden;
}

@media screen and (min-width: 64em) {
  .o-nav {
    border-bottom: 2px solid rgba(35, 35, 35, 1);
    position: static;
    border-top: 0;
    visibility: visible !important;
  }
}

.o-nav .o-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 92vh;
}

@media screen and (min-width: 64em) {
  .o-nav .o-nav__inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 0;
    min-height: initial;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1 !important;
  }
}

.o-nav a {
  color: rgba(35, 35, 35, 1);
}

.o-nav .o-nav__verticalList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 1);
}

@media screen and (min-width: 48em) {
  .o-nav .o-nav__verticalList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 64em) {
  .o-nav .o-nav__verticalList {
    list-style: none;
    max-width: 705px;
    margin: 0 30px;
    padding: 20px 0 1px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 85.375em) {
  .o-nav .o-nav__verticalList {
    max-width: 1087px;
  }
}

.o-nav .o-nav__vertical {
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  border-bottom: 2px solid rgba(238, 238, 238, 1);
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (min-width: 48em) {
  .o-nav .o-nav__vertical {
    width: 33%;
    border-bottom: 0;
    margin: 0;
  }
}

@media screen and (min-width: 64em) {
  .o-nav .o-nav__vertical {
    position: static;
    width: auto;
  }
}

.o-nav .o-nav__vertical:hover {
}

@media screen and (min-width: 64em) {
  .o-nav .o-nav__vertical:hover {
    background-color: rgba(36, 144, 251, 1);
  }

  .o-nav .o-nav__vertical:hover path {
    fill: rgba(255, 255, 255, 1);
  }
}

.o-nav .o-nav__vertical:hover .o-nav__verticalPanel {
}

@media screen and (min-width: 64em) {
  .o-nav .o-nav__vertical:hover .o-nav__verticalPanel {
    display: block !important;
  }
}

.o-nav .o-nav__vertical .o-nav__vertical__title {
  margin: 0;
  font-size: 42px;
  font-family: "Graphik XXX Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  color: rgba(35, 35, 35, 1);
  letter-spacing: 2px;
  text-align: center;
  padding: 19px 0 14px;
}

@media screen and (min-width: 64em) {
  .o-nav .o-nav__vertical .o-nav__vertical__title {
    text-align: left;
    padding: 24px 20px;
  }
}

.o-nav .o-nav__vertical .o-nav__vertical__titleLink {
  margin: 0;
  padding: 5px 5px 10px 5px;
  text-align: center;
}

.o-nav .o-nav__vertical .o-nav__vertical__titleLink:hover {
}

.o-nav .o-nav__vertical .o-nav__vertical__titleLink:hover path {
  fill: rgba(35, 144, 251, 1);
}

@media screen and (min-width: 64em) {
  .o-nav .o-nav__vertical .o-nav__vertical__titleLink:hover path {
    fill: rgba(255, 255, 255, 1);
  }
}

@media screen and (min-width: 64em) {
  .o-nav .o-nav__vertical .o-nav__vertical__titleLink {
    display: block;
    margin: 0;
    padding: 0;
  }
}

.o-nav .o-nav__vertical .o-nav__vertical__titleLink svg {
  height: 26px;
}

@media screen and (min-width: 64em) {
  .o-nav .o-nav__vertical .o-nav__vertical__titleLink svg {
    height: 24px;
    width: auto;
  }
}

@media screen and (min-width: 85.375em) {
  .o-nav .o-nav__vertical .o-nav__vertical__titleLink svg {
    height: 30px;
    width: auto;
  }
}

.o-nav .o-nav__vertical:hover .o-nav__vertical__titleLink {
}

@media screen and (min-width: 64em) {
  .o-nav .o-nav__vertical:hover .o-nav__vertical__titleLink {
    color: rgba(255, 255, 255, 1);
  }
}

.o-nav .o-nav__vertical .o-nav__vertical__btn {
  position: absolute;
  right: 0;
  padding: 20px;
  top: 0;
  margin-top: 20px;
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .o-nav .o-nav__vertical .o-nav__vertical__btn {
    display: none;
  }
}

.o-nav__social,
.o-nav__search {
  color: rgba(199, 199, 199, 1);
}

.o-nav .o-nav__verticalPanel {
  /*padding-top: 26px;*/
  border-top: 2px solid rgba(238, 238, 238, 1);
}

@media screen and (min-width: 48em) {
  .o-nav .o-nav__verticalPanel {
    display: block !important;
  }
}

@media screen and (min-width: 64em) {
  .o-nav .o-nav__verticalPanel {
    display: none !important;
    position: absolute;
    width: 100%;
    left: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background-color: white;
    border-bottom: 5px solid rgba(35, 35, 35, 1);
    border-top: 2px solid rgba(35, 35, 35, 1);
    padding: 20px 0;
    z-index: 99;
  }
}

.o-nav .o-nav__verticalPostList {
  display: none;
}

@media screen and (min-width: 64em) {
  .o-nav .o-nav__verticalPostList {
    list-style: none;
    padding: 0 20px 20px 20px;
    max-width: 1366px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(35, 35, 35, 1);
  }
}

.o-nav .o-nav__verticalPost {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 10px 0;
}

.o-nav .o-nav__verticalPost .o-nav__verticalPost__details {
  padding: 0 10px 0 20px;
  float: right;
  width: 190px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 125px;
}

.o-nav .o-nav__verticalPost .o-nav__verticalPost__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-nav .o-nav__verticalPost .o-nav__verticalPost__thumb {
  float: left;
  width: 130px;
  height: 115px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 85.375em) {
  .o-nav .o-nav__verticalPost .o-nav__verticalPost__thumb {
    width: 195px;
    height: 125px;
  }
}

.o-nav .o-nav__verticalPost .o-nav__verticalPost__title {
  padding: 0 10px 0 20px;
  width: 190px;
  font-size: 32px;
  font-size: 2rem;
  color: rgba(35, 35, 35, 1);
  font-family: "Graphik XX Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0;
  line-height: 30px;
  line-height: 1.875rem;
  margin-bottom: 10px;
  text-align: center;
}

.o-nav .o-nav__verticalPost .o-nav__verticalPost__eyebrow {
  font-size: 15px;
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  color: rgba(0, 138, 255, 1);
  letter-spacing: 0.15px;
  margin-bottom: 10px;
}

.o-nav .o-nav__verticalPost .o-nav__verticalPost__byline {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 15px;
  color: rgba(35, 35, 35, 1);
  letter-spacing: 0.93px;
  text-transform: uppercase;
  text-align: center;
}

.o-nav .o-nav__verticalPost:hover {
}

.o-nav .o-nav__verticalPost:hover .o-nav__verticalPost__title {
  color: rgba(22, 141, 255, 1);
}

.o-nav .o-nav__subVerticalList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin-top: 26px;
}

@media screen and (min-width: 64em) {
  .o-nav .o-nav__subVerticalList {
    list-style: none;
    padding: 0;
    max-width: 1366px;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
}

.o-nav .o-nav__subVertical {
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  line-height: 22px;
  line-height: 1.375rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (min-width: 64em) {
  .o-nav .o-nav__subVertical {
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.9375rem;
    margin-bottom: 0;
    padding: 0 17px;
  }
}

@media screen and (min-width: 85.375em) {
  .o-nav .o-nav__subVertical {
    font-size: 1.625rem;
    line-height: 1.9375rem;
  }
}

.o-nav .o-nav__subVertical:hover {
}

.o-nav .o-nav__subVertical:hover a {
  color: rgba(35, 144, 251, 1);
}

.o-nav__vertical__btn.active {
}

.o-nav__vertical__btn.active .o-nav__vertical__arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.o-nav__verticalPanel__wrapper {
  max-width: 1286px;
  margin: 0 auto;
}

.o-nav__vertical:nth-child(4),
.o-nav__vertical:nth-child(5) {
}

.o-nav__vertical:nth-child(4):hover .o-nav__verticalPanel,
.o-nav__vertical:nth-child(5):hover .o-nav__verticalPanel {
}

@media screen and (min-width: 64em) {
  .o-nav__vertical:nth-child(4):hover .o-nav__verticalPanel,
  .o-nav__vertical:nth-child(5):hover .o-nav__verticalPanel {
    display: none !important;
  }
}

.o-nav__vertical:nth-child(1),
.o-nav__vertical:nth-child(2),
.o-nav__vertical:nth-child(3) {
  padding: 0 15px;
}

@media screen and (min-width: 48em) {
  .o-nav__vertical:nth-child(1),
  .o-nav__vertical:nth-child(2),
  .o-nav__vertical:nth-child(3) {
    -ms-flex-preferred-size: calc(33% - 30px);
    flex-basis: calc(33% - 30px);
  }
}

@media screen and (min-width: 64em) {
  .o-nav__vertical:nth-child(1),
  .o-nav__vertical:nth-child(2),
  .o-nav__vertical:nth-child(3) {
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
    padding: 0;
  }
}

@media screen and (min-width: 85.375em) {
  .o-nav__vertical:nth-child(1),
  .o-nav__vertical:nth-child(2),
  .o-nav__vertical:nth-child(3) {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.o-nav__vertical:nth-child(4),
.o-nav__vertical:nth-child(5) {
}

.o-nav__vertical:nth-child(4) .o-nav__vertical__btn,
.o-nav__vertical:nth-child(5) .o-nav__vertical__btn {
  display: none;
}

@media screen and (min-width: 48em) {
  .o-nav__vertical:nth-child(4),
  .o-nav__vertical:nth-child(5) {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
  }
}

@media screen and (min-width: 64em) {
  .o-nav__vertical:nth-child(4),
  .o-nav__vertical:nth-child(5) {
    width: auto;
    border-top: 0;
    border-bottom: 0;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
  }
}

@media screen and (min-width: 85.375em) {
  .o-nav__vertical:nth-child(4),
  .o-nav__vertical:nth-child(5) {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.o-nav__vertical:nth-child(4) .o-nav__verticalPanel,
.o-nav__vertical:nth-child(5) .o-nav__verticalPanel {
}

@media screen and (min-width: 48em) {
  .o-nav__vertical:nth-child(4) .o-nav__verticalPanel,
  .o-nav__vertical:nth-child(5) .o-nav__verticalPanel {
    display: none !important;
  }
}

.o-nav__vertical:nth-child(4):hover,
.o-nav__vertical:nth-child(5):hover {
  background-color: rgba(255, 255, 255, 1) !important;
}

.o-nav__vertical:nth-child(4):hover path,
.o-nav__vertical:nth-child(5):hover path {
  fill: rgba(35, 144, 251, 1) !important;
}

.c-fixedSearch {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  height: 85px;
  z-index: 1;
  background-color: #232323;
}

@media screen and (min-width: 56.25em) {
  .c-fixedSearch {
    top: 73px;
  }
}

@media screen and (min-width: 64em) {
  .c-fixedSearch {
    position: absolute;
    top: 100%;
    z-index: 1;
    height: 130px;
  }
}

.c-fixedSearch__input {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding-bottom: 0;
  border-bottom: 2px solid #888;
  outline: none;
  width: 100%;
  color: #bbb;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 48px;
  line-height: 3rem;
  font-family: "Graphik XX Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 3px;
}

.c-fixedSearch__input::-webkit-input-placeholder {
  color: #bbb;
  text-transform: uppercase;
}

.c-fixedSearch__input:-ms-input-placeholder {
  color: #bbb;
  text-transform: uppercase;
}

.c-fixedSearch__input::placeholder {
  color: #bbb;
  text-transform: uppercase;
}

.c-fixedSearch__input__submit {
  position: absolute;
  top: 12px;
  right: 0;
  background: transparent;
  border: 0;
  text-indent: -9999px;
}

.c-fixedSearch__input__submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid red;
}

.c-fixedSearch__icon__wrapper {
  position: absolute;
  top: 32px;
  right: 25px;
  cursor: pointer;
}

@media screen and (min-width: 64em) {
  .c-fixedSearch__icon__wrapper {
    top: 63px;
  }
}

.c-fixedSearch__icon {
  width: 20px;
  height: 20px;
}

.c-fixedSearch__inner {
  position: relative;
  padding: 14px 20px;
}

@media screen and (min-width: 64em) {
  .c-fixedSearch__inner {
    padding: 18px 20px;
  }
}

.c-fixedSearch__form {
  margin: 0;
  position: relative;
}

@media screen and (min-width: 64em) {
  .c-fixedSearch__form {
    margin: 12px 0 0;
  }
}

.c-fixedSearch__helper {
  color: #cccccc;
  font-family: "Graphik Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 14px;
  line-height: 0.875rem;
  display: none;
}

@media screen and (min-width: 64em) {
  .c-fixedSearch__helper {
    display: block;
  }
}

.c-largeScreenSearch__icon__wrapper {
  display: none;
}

@media screen and (min-width: 64em) {
  .c-largeScreenSearch__icon__wrapper {
    display: block;
    cursor: pointer;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-bottom: 19px;
  }
}

@media screen and (min-width: 85.375em) {
  .c-largeScreenSearch__icon__wrapper {
    padding-bottom: 22px;
  }
}

.c-largeScreenSearch__icon {
}

@media screen and (min-width: 64em) {
  .c-largeScreenSearch__icon {
    margin-bottom: 3px;
  }
}

.c-largeScreenSearch__helper {
  font-family: "Graphik XXX Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 31px;
  line-height: 1.9375rem;
  color: #bbbbbb;
  text-transform: uppercase;
  padding-right: 19px;
}

.c-largeScreen__social__wrapper {
  position: relative;
  padding-top: 40px;
}

@media screen and (min-width: 64em) {
  .c-largeScreen__social__wrapper {
    position: static;
    padding-top: 0;
    padding-bottom: 21px;
  }
}

@media screen and (min-width: 85.375em) {
  .c-largeScreen__social__wrapper {
    padding-bottom: 24px;
  }
}

.c-largeScreen__social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 105px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width: 64em) {
  .c-largeScreen__social__list {
    margin: 0;
  }
}

.c-mobileNav__links__wrapper {
}

@media screen and (min-width: 64em) {
  .c-mobileNav__links__wrapper {
    display: none;
  }
}

.c-mobileNav__linksList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 22px 0;
  max-width: 350px;
}

.c-mobileNav__links {
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  color: #232323;
  letter-spacing: 1px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding: 5px 10px;
}

/*
* ARTICLE PAGE SPECIFIC NAV
*/

body.interiorHeader {
}

body.interiorHeader.headerFixed .c-fpHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000000;
}

body.interiorHeader .c-fpHeader {
  margin-bottom: 54px;
}

@media screen and (min-width: 56.25em) {
  body.interiorHeader .c-fpHeader {
    margin-bottom: 74px;
  }
}

@media screen and (min-width: 64em) {
  body.interiorHeader .c-fpHeader {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 2px solid rgba(35, 35, 35, 1);
    background-color: rgba(255, 255, 255, 1);
  }
}

body.interiorHeader .c-fpHeader__logo {
  display: none !important;
}

@media screen and (min-width: 64em) {
  body.interiorHeader .c-fpHeader__logo {
    width: 100%;
    max-width: 155px;
    margin: 0;
    padding: 17px;
    height: 76px;
    display: block !important;
  }
}

body.interiorHeader .c-fpHeader__svg {
}

@media screen and (min-width: 64em) {
  body.interiorHeader .c-fpHeader__svg {
    max-width: 125px;
    max-height: 40px;
  }
}

body.interiorHeader .c-largeScreenSearch__icon__wrapper {
}

@media screen and (min-width: 64em) {
  body.interiorHeader .c-largeScreenSearch__icon__wrapper {
    width: 200px;
    text-align: center;
    padding-bottom: 21px !important;
  }
}

@media screen and (min-width: 85.375em) {
  body.interiorHeader .c-largeScreenSearch__icon__wrapper {
    padding-bottom: 20px !important;
  }
}

body.interiorHeader .c-largeScreenSearch__icon {
}

@media screen and (min-width: 64em) {
  body.interiorHeader .c-largeScreenSearch__icon {
    margin-bottom: 2px !important;
  }
}

@media screen and (min-width: 85.375em) {
  body.interiorHeader .c-largeScreenSearch__icon {
    margin-bottom: 3px !important;
  }
}

body.interiorHeader .c-largeScreen__social__wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (min-width: 64em) {
  body.interiorHeader .c-largeScreen__social__wrapper {
    display: none;
  }
}

body.interiorHeader .o-nav {
}

@media screen and (min-width: 64em) {
  body.interiorHeader .o-nav {
    border-bottom: 0;
  }
}

body.interiorHeader .o-nav__verticalList {
}

@media screen and (min-width: 64em) {
  body.interiorHeader .o-nav__verticalList {
    margin: 0;
    padding: 0;
    max-width: none;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

body.interiorHeader .o-nav__vertical {
}

@media screen and (min-width: 64em) {
  body.interiorHeader .o-nav__vertical {
    height: 76px;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

body.interiorHeader .o-nav__verticalPanel {
}

@media screen and (min-width: 64em) {
  body.interiorHeader .o-nav__verticalPanel {
    margin-top: 14px;
  }
}

body.interiorHeader .o-nav__vertical__title {
}

@media screen and (min-width: 64em) {
  body.interiorHeader .o-nav__vertical__title {
    padding: 19px 0 0 !important;
    text-align: center !important;
    font-size: 2.25rem !important;
    line-height: 2.6875rem !important;
  }
}

body.interiorHeader .o-nav__vertical__titleLink {
}

@media screen and (min-width: 64em) {
  body.interiorHeader .o-nav__vertical__titleLink {
    height: 43px !important;
  }
}

body.interiorHeader .o-nav__vertical__titleLink svg {
}

@media screen and (min-width: 64em) {
  body.interiorHeader .o-nav__vertical__titleLink svg {
    margin-top: 7px;
  }
}

@media screen and (min-width: 85.375em) {
  body.interiorHeader .o-nav__vertical__titleLink svg {
    margin-top: 5px;
  }
}

body.interiorHeader .c-fixedNav {
  border-bottom: 2px solid #232323;
}

@media screen and (min-width: 64em) {
  body.interiorHeader .c-fixedNav {
    border-bottom: 0;
  }
}

body.interiorHeader .c-fixedPlusNav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (min-width: 64em) {
  body.interiorHeader .c-fixedPlusNav {
    width: 100%;
    max-width: 1166px;
  }
}

body.interiorHeader .c-fixedArticle__logo {
  display: block !important;
  width: 200px;
  margin: 0 auto;
}

@media screen and (min-width: 64em) {
  body.interiorHeader .c-fixedArticle__logo {
    display: none !important;
  }
}

body.interiorHeader .c-fixedArticle__svg {
  height: 35px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 56.25em) {
  body.interiorHeader .c-fixedArticle__svg {
    height: 45px;
    margin-top: 5px;
  }
}

.page-child {
}

.page-child .c-verticalSecondaryNav__titleContainer {
  padding: 25px 0 9px;
  margin: 0 15px;
  border-bottom: 1px solid rgba(35, 35, 35, 1);
}

@media screen and (min-width: 48em) {
  .page-child .c-verticalSecondaryNav__titleContainer {
    margin: 0 25px;
  }
}

@media screen and (min-width: 64em) {
  .page-child .c-verticalSecondaryNav__titleContainer {
    padding: 40px 0 33px;
    border-bottom: 0;
  }
}

.page-child .c-verticalSecondaryNav__titleContainer svg {
  height: 20px !important;
}

@media screen and (min-width: 64em) {
  .page-child .c-verticalSecondaryNav__titleContainer svg {
    height: 120px !important;
  }
}

.u-washington-dc {
  font-size: 12.5vw !important;
  line-height: 1em !important;
}

@media screen and (min-width: 795px) {
  .u-washington-dc {
    font-size: 6.25rem !important;
    line-height: 6.25rem !important;
  }
}

.u-news-and-politics {
  font-size: 14vw !important;
  line-height: 1em !important;
}

@media screen and (min-width: 708px) {
  .u-news-and-politics {
    font-size: 6.25rem !important;
    line-height: 6.25rem !important;
  }
}

.u-healthcare {
  font-size: 19.5vw !important;
  line-height: 1em !important;
}

@media screen and (min-width: 508px) {
  .u-healthcare {
    font-size: 6.25rem !important;
    line-height: 6.25rem !important;
  }
}

.u-education {
  font-size: 22vw !important;
  line-height: 1em !important;
}

@media screen and (min-width: 454px) {
  .u-education {
    font-size: 6.25rem !important;
    line-height: 6.25rem !important;
  }
}

.u-sustainability {
  font-size: 15.25vw !important;
  line-height: 1em !important;
}

@media screen and (min-width: 658px) {
  .u-sustainability {
    font-size: 6.25rem !important;
    line-height: 6.25rem !important;
  }
}

.u-technology {
  font-size: 19.1vw !important;
  line-height: 1em !important;
}

@media screen and (min-width: 523px) {
  .u-technology {
    font-size: 6.25rem !important;
    line-height: 6.25rem !important;
  }
}

.u-equality {
  font-size: 26.5vw !important;
  line-height: 1em !important;
}

@media screen and (min-width: 372px) {
  .u-equality {
    font-size: 6.25rem !important;
    line-height: 6.25rem !important;
  }
}

.u-new-york {
  font-size: 24.05vw !important;
  line-height: 1em !important;
}

@media screen and (min-width: 415px) {
  .u-new-york {
    font-size: 6.25rem !important;
    line-height: 6.25rem !important;
  }
}

.u-business {
  font-size: 25.5vw !important;
  line-height: 1em !important;
}

@media screen and (min-width: 390px) {
  .u-business {
    font-size: 6.25rem !important;
    line-height: 6.25rem !important;
  }
}

.u-neighborhoods {
  font-size: 15vw !important;
  line-height: 1em !important;
}

@media screen and (min-width: 665px) {
  .u-neighborhoods {
    font-size: 6.25rem !important;
    line-height: 6.25rem !important;
  }
}

.u-theater {
  font-size: 29vw !important;
  line-height: 1em !important;
}

@media screen and (min-width: 345px) {
  .u-theater {
    font-size: 6.25rem !important;
    line-height: 6.25rem !important;
  }
}

.c-verticalSecondaryNav {
}

.c-verticalSecondaryNav__titleContainer {
  text-align: center;
  padding: 19px 0 19px;
}

@media screen and (min-width: 48em) {
  .c-verticalSecondaryNav__titleContainer {
    padding: 25px 0 25px;
  }
}

@media screen and (min-width: 64em) {
  .c-verticalSecondaryNav__titleContainer {
    padding: 39px 0 33px;
  }
}

.c-verticalSecondaryNav__titleContainer svg {
  height: 60px;
  width: auto;
}

@media screen and (min-width: 48em) {
  .c-verticalSecondaryNav__titleContainer svg {
    height: 120px;
  }
}

.c-verticalSecondaryNav__svg {
  width: 100%;
  max-width: 275px;
}

@media screen and (min-width: 48em) {
  .c-verticalSecondaryNav__svg {
    max-width: 550px;
  }
}

.c-verticalSecondaryNav__subList__container {
  margin: 0 auto;
}

@media screen and (min-width: 85.375em) {
  .c-verticalSecondaryNav__subList__container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 1416px) {
  .c-verticalSecondaryNav__subList__container {
    max-width: 1366px;
    padding-left: 0;
    padding-right: 0;
  }
}

.c-verticalSecondaryNav__list {
  height: 68px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 25px;
  padding: 0;
  border-top: 1px solid rgba(35, 35, 35, 1);
  border-bottom: 2px solid rgba(35, 35, 35, 1);
  list-style: none;
}

@media screen and (min-width: 64em) {
  .c-verticalSecondaryNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 85.375em) {
  .c-verticalSecondaryNav__list {
    margin: 0 auto;
  }
}

.c-verticalSecondaryNav__item {
  margin: 0;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-verticalSecondaryNav__item__link {
  color: rgba(35, 35, 35, 1);
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  display: inline-block;
  padding: 22px 20px;
  letter-spacing: 1px;
}

.c-verticalSecondaryNav__item__link:hover {
  color: rgba(35, 144, 251, 1);
}

@media screen and (min-width: 64em) {
  .c-verticalSecondaryNav__item__link {
    padding: 22px 12px;
  }
}

@media screen and (min-width: 69.05em) {
  .c-verticalSecondaryNav__item__link {
    padding: 22px 20px;
  }
}

@media screen and (min-width: 85.375em) {
  .c-verticalSecondaryNav__item__link {
    font-size: 1.625rem;
    line-height: 1.9375rem;
    letter-spacing: 1px;
    padding: 19px 23px;
  }
}

.c-verticalSecondaryNav__item__link.active {
  background: rgba(35, 144, 251, 1);
  color: rgba(255, 255, 255, 1);
}

.c-verticalSecondaryNav__subVertical__title {
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  font-size: 100px;
  font-size: 6.25rem;
  line-height: 120px;
  line-height: 7.5rem;
  color: rgba(35, 35, 35, 1);
  letter-spacing: 3px;
  margin: 0;
  padding: 10px 0;
}

@media screen and (min-width: 64em) {
  .c-verticalSecondaryNav__subVertical__title {
    display: none;
  }
}

.c-voiceChoices__header {
  background-color: rgba(35, 35, 35, 1);
  margin: 0 15px 50px;
  position: relative;
}

.c-voiceChoices__header:after {
  content: "";
  border-bottom: 30px solid transparent;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -30px;
 
  border-image-slice: 55;
  border-image-outset: 0;
  border-image-repeat: stretch;
}

@media screen and (min-width: 48em) {
  .c-voiceChoices__header:after {
    border-bottom: 38px solid transparent;
    bottom: -38px;
  }
}

@media screen and (min-width: 64em) {
  .c-voiceChoices__header:after {
    border-bottom: 46px solid transparent;
    bottom: -46px;
  }
}

@media screen and (min-width: 85.375em) {
  .c-voiceChoices__header:after {
    border-bottom: 62px solid transparent;
    bottom: -62px;
  }
}

.c-voiceChoices__header svg {
  width: 100%;
  max-height: 45px;
}

@media screen and (min-width: 48em) {
  .c-voiceChoices__header svg {
    max-height: 62px;
  }
}

@media screen and (min-width: 64em) {
  .c-voiceChoices__header svg {
    max-height: 84px;
  }
}

@media screen and (min-width: 85.375em) {
  .c-voiceChoices__header svg {
    max-height: 103px;
  }
}

.headerFixed .c-verticalSecondaryNav__titleContainer.c-voiceChoices__header {
  margin-top: 17px;
}

.c-verticalSecondaryNav__titleContainer.c-voiceChoices__header {
  padding: 20px 0 12px;
  margin-bottom: 58px;
  margin-top: 54px;
  max-width: 1366px;
}

@media screen and (min-width: 48em) {
  .c-verticalSecondaryNav__titleContainer.c-voiceChoices__header {
    padding: 27px 0 12px;
    margin-bottom: 85px;
    margin-top: 53px;
  }
}

@media (min-width: 900px) {
  .c-verticalSecondaryNav__titleContainer.c-voiceChoices__header {
    margin-top: 73px;
  }
}

@media screen and (min-width: 64em) {
  .c-verticalSecondaryNav__titleContainer.c-voiceChoices__header {
    padding: 33px 0 16px;
    margin-top: 0;
    margin-bottom: 91px;
  }
}

@media screen and (min-width: 85.375em) {
  .c-verticalSecondaryNav__titleContainer.c-voiceChoices__header {
    padding: 43px 0 17px;
    margin-top: 0;
    margin-bottom: 102px;
  }
}

@media (min-width: 1400px) {
  .c-verticalSecondaryNav__titleContainer.c-voiceChoices__header {
    margin-left: auto;
    margin-right: auto;
  }
}

.c-Datebook__header {
  background-color: rgba(38, 38, 38, 1);

  padding: 21px 0;
  margin-bottom: 19px;
}

.c-Datebook__header svg {
  width: 100%;
  height: 35px;
}

@media screen and (min-width: 56.25em) {
  .c-Datebook__header svg {
    height: 50px;
    width: 192px;
    margin-right: 55px;
  }
}

@media screen and (min-width: 48em) {
  .c-Datebook__header {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 56.25em) {
  .c-Datebook__header {
    padding: 21px 40px;
    margin-bottom: 40px;
  }
}

.c-Datebook__header__inner {
  max-width: 1366px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.c-Datebook__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-CalendarBlock {
  overflow-x: scroll;
  background: rgba(38, 38, 38, 1);
  display: none;
}

@media screen and (min-width: 56.25em) {
  .c-CalendarBlock {
    overflow-x: visible;
    overflow-x: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
}

.c-CalendarBlock__wrapper {
  width: 100%;
}

.c-CalendarBlock__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.c-CalendarBlock__each {
  border-left: 1px solid rgba(255, 255, 255, 0.23);
  padding: 0 16px;
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  cursor: pointer;
}

.c-CalendarBlock__each:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.23);
}

.c-CalendarBlock__day {
  font-family: "Graphik XX Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 23px;
  line-height: 1.4375rem;
  margin: 0;
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 1);
}

.c-CalendarBlock__numeral {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  margin: 0;
  color: rgba(255, 255, 255, 1);
}

/*.c-CalendarBlock__each:hover {
  cursor: pointer;
    & .c-CalendarBlock__day {
      color: rgba(255, 255, 255, 1);
    }

    & .c-CalendarBlock__numeral {
      color: rgba(255, 255, 255, 1);
    }
  }*/

.c-CalendarDays {
  overflow: hidden;
}

.c-CalendarEach {
  overflow: hidden;
  padding: 0 15px 30px;
  /*position: relative;*/
}

@media screen and (min-width: 37em) {
  .c-CalendarEach {
    padding: 0 0 30px;
  }
}

@media screen and (min-width: 48em) {
  .c-CalendarEach {
    padding: 0 32px 38px;
  }
}

@media screen and (min-width: 56.25em) {
  .c-CalendarEach {
    padding: 0 40px 38px;
  }
}

@media screen and (min-width: 64em) {
  .c-CalendarEach {
    padding: 0 0 38px;
  }
}

@media screen and (min-width: 85.375em) {
  .c-CalendarEach {
    max-width: 934px;
    margin: 0 auto;
    padding: 0 0 38px;
  }
}

.u-hiddenHash {
  display: block;
  margin-top: -70px;
  z-index: -100;
  height: 1px;
  width: 1px;
  visibility: hidden;
  position: absolute;
}

@media screen and (min-width: 48em) {
  .u-hiddenHash {
    margin-top: -80px;
  }
}

@media screen and (min-width: 56.25em) {
  .u-hiddenHash {
    margin-top: -100px;
  }
}

.c-Date {
  width: calc(100% - 77px);
  float: right;
  border-bottom: 2px solid rgba(213, 213, 213, 1);
}

@media screen and (min-width: 48em) {
  .c-Date {
    width: calc(100% - 136px);
  }
}

@media screen and (min-width: 64em) {
  .c-Date {
    width: calc(100% - 177px);
  }
}

.c-CalendarDay__wrapper .c-CalendarEach:last-of-type .c-Date {
  border-bottom: none;
}

.c-CalendarDay__wrapper {
  position: relative;
}

@media screen and (min-width: 37em) {
  .c-CalendarDay__wrapper {
    margin: 0 60px;
  }
}

@media screen and (min-width: 48em) {
  .c-CalendarDay__wrapper {
    margin: 0;
  }
}

@media screen and (min-width: 64em) {
  .c-CalendarDay__wrapper {
    margin: 0 40px 0 50px;
  }
}

@media screen and (min-width: 85.375em) {
  .c-CalendarDay__wrapper {
    margin: 0 auto;
    max-width: 934px;
  }
}

.c-Today {
  width: 60px;
  position: absolute;
  top: 0;
  left: 15px;
}

@media screen and (min-width: 37em) {
  .c-Today {
    left: 0;
  }
}

@media screen and (min-width: 48em) {
  .c-Today {
    left: 35px;
    width: 100px;
  }
}

@media screen and (min-width: 56.25em) {
  .c-Today {
    left: 40px;
  }
}

@media screen and (min-width: 64em) {
  .c-Today {
    left: 0;
  }
}

@media screen and (min-width: 85.375em) {
  .c-Today {
    left: auto;
  }
}

.c-Today__title {
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(22, 141, 255, 1);
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
  text-align: center;
  letter-spacing: 2px;
  margin: 0 0 13px;
  padding: 2px 0;
}

@media screen and (min-width: 48em) {
  .c-Today__title {
    font-size: 1.1875rem;
    line-height: 1.4375rem;
  }
}

.c-Today__abbrev {
  font-family: "Graphik XX Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 1);
  margin: 0 0 8px;
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 44px;
  line-height: 2.75rem;
  letter-spacing: 1px;
}

@media screen and (min-width: 48em) {
  .c-Today__abbrev {
    font-size: 5.625rem;
    line-height: 4.35rem;
  }
}

.c-Today__date {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19px;
  line-height: 1.1875rem;
  letter-spacing: 1px;
  background-color: rgba(38, 38, 38, 1);
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin: 0;
  padding: 1px 0;
}

@media screen and (min-width: 48em) {
  .c-Today__date {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}

.c-Date__innerContainer {
  margin-top: -6px;
  padding-bottom: 20px;
}

@media screen and (min-width: 48em) {
  .c-Date__innerContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -16px;
  }
}

.c-Date__title {
  font-family: "Graphik XX Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  color: rgba(38, 38, 38, 1);
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 35px;
  line-height: 2.1875rem;
  text-align: center;
  margin: 18px 0 3px;
  clear: both;
}

@media screen and (min-width: 37em) {
  .c-Date__title {
    margin: 18px 0 17px;
  }
}

@media screen and (min-width: 48em) {
  .c-Date__title {
    font-size: 4.1875rem;
    line-height: 4.1875rem;
    margin: 18px 0 20px;
  }
}

.c-Date__blurb {
  font-family: "StanleyRegular";
  font-weight: normal;
  color: rgba(38, 38, 38, 1);
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media screen and (min-width: 48em) {
  .c-Date__blurb {
    font-size: 1rem;
    line-height: 1.625rem;
    max-width: 365px;
  }
}

@media screen and (min-width: 64em) {
  .c-Date__blurb {
    max-width: 440px;
  }
}

.c-Date__blurb a {
  color: rgba(37, 37, 37, 1);
  padding: 0 0 0 2px !important;
  border-bottom: 1px solid rgba(37, 37, 37, 1);
}

.c-Date__blurb a:hover {
  border-bottom: 1px solid rgba(0, 138, 255, 1);
}

.c-Date__class {
  text-align: center;
  margin-top: 5px;
}

.c-Date__class span {
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  background-color: rgba(38, 38, 38, 1);
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  padding: 5px 12px 5px;
}

.c-Date__featuredImage__wrapper {
  padding-bottom: 44.75%;
  position: relative;
  margin-bottom: -14px;
}

.c-Date__featuredImage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.c-Date__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 48em) {
  .c-Date__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin-left: 40px;
    padding-top: 23px;
  }
}

@media screen and (min-width: 56.25em) {
  .c-Date__details {
    margin-left: 60px;
  }
}

.c-Date__metadata,
.c-Date__linkContainer {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media screen and (min-width: 48em) {
  .c-Date__metadata,
  .c-Date__linkContainer {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.c-datebookSocial__container {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media screen and (min-width: 48em) {
  .c-datebookSocial__container {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.c-Date__metadata__each {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 48em) {
  .c-Date__metadata__each {
    margin-bottom: 16px;
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }
}

.c-Date__linkContainer {
}

.c-Date__linkContainer a {
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  background-color: rgba(22, 141, 255, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 7px 10px 5px;
  white-space: nowrap;
  float: right;
}

@media screen and (min-width: 48em) {
  .c-Date__linkContainer a {
    float: none;
  }
}

.c-Date__linkContainer a span {
  padding-right: 4px;
}

.c-Date__linkContainer a svg {
  margin-bottom: -1px;
}

@media screen and (min-width: 48em) {
  .c-Date__linkContainer {
    padding-top: 6px;
    padding-bottom: 18px;
  }
}

.c-Date__photocredit {
}

.c-Date__photocredit p {
  font-family: "Graphik Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  font-size: 6px !important;
  line-height: 7px;
  color: rgba(151, 151, 151, 1);
  margin: 16px 0 2px;
}

@media screen and (min-width: 37em) {
  .c-Date__photocredit p {
    font-size: 9px !important;
    line-height: 12px;
    margin: -5px 0 5px;
  }
}

.c-Date {
}

.u-calBottom {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 75px;
}

.c-CalendarBlock.u-calBottom .c-CalendarBlock__inner {
  width: 150%;
  padding: 11px 15px;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

@media screen and (min-width: 37em) {
  .c-CalendarBlock.u-calBottom .c-CalendarBlock__inner {
    width: 135%;
  }
}

@media screen and (min-width: 48em) {
  .c-CalendarBlock.u-calBottom .c-CalendarBlock__inner {
    padding: 11px 32px;
    width: 120%;
  }
}

@media screen and (min-width: 64em) {
  .c-CalendarBlock.u-calBottom .c-CalendarBlock__inner {
    padding: 11px 40px;
    width: 100%;
  }
}

@media screen and (min-width: 85.375em) {
  .c-CalendarBlock.u-calBottom .c-CalendarBlock__inner {
    max-width: 934px;
    margin: 0 auto;
  }
}

.u-blockActive {
}

.u-blockActive span {
  background-color: rgba(35, 144, 251, 1);
  padding: 1px 3px;
}

.u-dayActive {
  position: fixed !important;
  top: 75px !important;
  left: 15px !important;
}

@media screen and (min-width: 37em) {
  .u-dayActive {
    left: 60px !important;
  }
}

@media screen and (min-width: 48em) {
  .u-dayActive {
    left: 35px !important;
    top: 90px !important;
  }
}

@media screen and (min-width: 56.25em) {
  .u-dayActive {
    top: 115px !important;
    left: 40px !important;
  }
}

@media screen and (min-width: 64em) {
  .u-dayActive {
    top: 115px !important;
    left: 50px !important;
  }
}

@media screen and (min-width: 85.375em) {
  .u-dayActive {
    top: 115px !important;
    left: auto !important;
  }
}

.u-dateblockBottom {
  position: absolute !important;
  bottom: 65px !important;
  top: auto !important;
}

@media screen and (min-width: 48em) {
  .u-dateblockBottom {
    bottom: 80px !important;
  }
}

.c-datebookSocial__container {
  padding-top: 7px;
}

.c-datebookSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 1);
  width: 122px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 48em) {
  .c-datebookSocial {
    margin-left: 0;
  }
}

.o-datebook__socialIcon {
  width: 22px;
  height: 22px;
  fill: rgba(0, 94, 183, 1);
}

.c-Curated2to5Posts {
  max-width: 1220px;
  margin: 30px auto;
  padding: 0 15px 25px;
  /* 1270px === 1220px + 50px padding */
}

@media screen and (min-width: 48em) {
  .c-Curated2to5Posts {
    padding: 0 25px 25px;
    margin: 40px auto;
  }
}

@media (min-width: 1270px) {
  .c-Curated2to5Posts {
    padding: 0 0 25px;
  }
}

.c-Curated2to5Posts .c-Curated2to5Posts {
  padding: 0;
}

.c-Curated2to5Posts__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.c-Curated2to5Posts__header__line {
  width: 100%;
  border-bottom: 3px solid rgba(37, 37, 37, 1);
}

@media screen and (min-width: 56.25em) {
  .c-Curated2to5Posts__header__line {
    border-width: 5px;
  }
}

.c-Curated2to5Posts__header__text {
  font-family: "Graphik XX Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 34px;
  font-size: 2.125rem;
  letter-spacing: 3px;
  line-height: 41px;
  line-height: 2.5625rem;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .c-Curated2to5Posts__header__text {
    font-size: 3.125rem;
    letter-spacing: 4px;
    line-height: 3.75rem;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 56.25em) {
  .c-Curated2to5Posts__header__text {
    font-size: 3.75rem;
    letter-spacing: 5px;
    line-height: 4.5rem;
    margin-left: 30px;
    margin-right: 30px;
  }
}

.c-Curated2to5Posts__main-post,
.c-Curated2to5Posts__post {
  background: rgba(255, 255, 255, 1);
  margin-bottom: 25px;
}

.c-Curated2to5Posts__post:hover {
}

.c-Curated2to5Posts__post:hover .c-Curated2to5Posts__post__info__headline {
  color: rgba(22, 141, 255, 1);
}

.c-Curated2to5Posts__main-post:hover {
}

.c-Curated2to5Posts__main-post:hover
  .c-Curated2to5Posts__main-post__info__headline {
  color: rgba(22, 141, 255, 1);
}

.c-Curated2to5Posts__main-post__image-wrapper {
  position: relative;
  padding-bottom: 66%;
  background-position: center center;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .c-Curated2to5Posts__main-post__image-wrapper {
    padding-bottom: 60%;
  }
}

.c-Curated2to5Posts__voiceChoice {
  position: absolute;
  left: 16px;
  top: 16px;
}

.c-Curated2to5Posts__post__image-wrapper {
  position: relative;
  padding-bottom: 66%;
  background-position: center center;
  background-size: cover;
}

.c-Curated2to5Posts__main-post__info,
.c-Curated2to5Posts__post__info {
  padding: 20px;
  position: relative;
}

.c-Curated2to5Posts__main-post__info__subvertical,
.c-Curated2to5Posts__post__info__subvertical {
  white-space: nowrap;
  left: 50%;
  position: absolute;
  top: -28px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  background-color: rgba(22, 141, 255, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  padding: 5px 10px;
  text-transform: uppercase;
  cursor: pointer;
}

@media screen and (min-width: 56.25em) {
  .c-Curated2to5Posts__main-post__info__subvertical,
  .c-Curated2to5Posts__post__info__subvertical {
    top: -29px;
  }
}

@media screen and (min-width: 56.25em) {
  .c-Curated2to5Posts__main-post__info__subvertical,
  .c-Curated2to5Posts__post__info__subvertical {
    font-size: 1.0625rem;
    letter-spacing: 1px;
    line-height: 1.25rem;
  }
}

.c-Curated2to5Posts__main-post__info__headline {
  margin: 10px 0 0;
  font-family: "Graphik XX Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 39px;
  line-height: 2.4375rem;
  color: rgba(37, 37, 37, 1);
  cursor: pointer;
}

@media screen and (min-width: 64em) {
  .c-Curated2to5Posts__main-post__info__headline {
    font-size: 3.125rem;
    line-height: 3rem;
  }
}

.c-Curated2to5Posts__post__info__headline {
  font-family: "Graphik XX Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  margin: 10px 0 0;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 39px;
  line-height: 2.4375rem;
  color: rgba(37, 37, 37, 1);
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .c-Curated2to5Posts__post__info__headline {
    font-size: 1.75rem;
    line-height: 1.6875rem;
  }
}

@media screen and (min-width: 56.25em) {
  .c-Curated2to5Posts__post__info__headline {
    font-size: 2rem;
    line-height: 1.9375rem;
  }
}

@media screen and (min-width: 64em) {
  .c-Curated2to5Posts__post__info__headline {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}

.c-Curated2to5Posts__post__info__byline {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 1px;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 11px 0 0;
  color: rgba(37, 37, 37, 1);
  cursor: pointer;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .c-Curated2to5Posts__post__info__byline {
    font-size: 0.875rem;
    letter-spacing: 1px;
    line-height: 1.0625rem;
  }
}

@media screen and (min-width: 56.25em) {
  .c-Curated2to5Posts__post__info__byline {
    font-size: 1.0625rem;
    letter-spacing: 1px;
    line-height: 1.25rem;
  }
}

.c-Curated2to5Posts__main-post__info__byline {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 1px;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 18px 0 0;
  color: rgba(37, 37, 37, 1);
  cursor: pointer;
}

.c-Curated2to5Posts__main-post__info__date,
.c-Curated2to5Posts__post__info__date {
  font-family: "Graphik Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: rgba(136, 136, 136, 1);
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 11px;
  line-height: 0.6875rem;
  margin-top: 9px;
  margin-top: 0.5625rem;
  text-transform: uppercase;
}

.c-Curated2to5Posts__load-more-line {
  border-bottom: 2px solid rgba(204, 204, 204, 1);
  width: 100%;
  margin-top: 20px;
}

.c-Curated2to5Posts__load-more {
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  background-color: rgba(37, 37, 37, 1);
  border-radius: 3px;
  border: none;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  font-size: 20px;
  font-size: 1.25rem;
  left: 50%;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 13px 17px;
  position: absolute;
  text-transform: uppercase;
  top: -25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-Curated2to5Posts__load-more__text {
  margin-right: 8px;
}

.c-Curated2to5Posts__load-more__chevron {
  position: relative;
  top: -2px;
}

.c-Curated2To5Posts--2-post {
}

.c-Curated2To5Posts--2-post .c-Curated2To5Posts__main-post {
  width: 100%;
}

@media screen and (min-width: 48em) {
  .c-Curated2To5Posts--2-post .c-Curated2To5Posts__main-post {
    width: calc(50% - 13px);
  }
}

.c-Curated2To5Posts--2-post .c-Curated2to5Posts__posts {
}

@media screen and (min-width: 48em) {
  .c-Curated2To5Posts--2-post .c-Curated2to5Posts__posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.c-Curated2To5Posts--3-post {
}

.c-Curated2To5Posts--3-post .c-Curated2To5Posts__main-post {
  width: 100%;
}

@media screen and (min-width: 48em) {
  .c-Curated2To5Posts--3-post .c-Curated2To5Posts__main-post {
    margin: 0 13px;
  }

  .c-Curated2To5Posts--3-post .c-Curated2To5Posts__main-post:nth-child(1) {
    margin-left: 0;
  }

  .c-Curated2To5Posts--3-post .c-Curated2To5Posts__main-post:nth-child(3) {
    margin-right: 0;
  }
}

.c-Curated2To5Posts--3-post .c-Curated2to5Posts__posts {
}

@media screen and (min-width: 48em) {
  .c-Curated2To5Posts--3-post .c-Curated2to5Posts__posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.c-Curated2To5Posts--4-post {
}

.c-Curated2To5Posts--4-post .c-Curated2To5Posts__main-post {
  width: 100%;
}

@media screen and (min-width: 48em) {
  .c-Curated2To5Posts--4-post .c-Curated2To5Posts__main-post {
    width: calc(50% - 13px);
  }
}

.c-Curated2To5Posts--4-post .c-Curated2to5Posts__posts {
}

@media screen and (min-width: 48em) {
  .c-Curated2To5Posts--4-post .c-Curated2to5Posts__posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.c-Curated2To5Posts--5-post {
}

.c-Curated2To5Posts--5-post .c-Curated2To5Posts__main-post {
  width: 100%;
}

@media screen and (min-width: 48em) {
  .c-Curated2To5Posts--5-post .c-Curated2To5Posts__main-post {
    width: calc(50% - 13px);
  }
}

.c-Curated2To5Posts--5-post .c-Curated2To5Posts__main-post-5 {
  width: 100%;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 1);
}

@media screen and (min-width: 48em) {
  .c-Curated2To5Posts--5-post .c-Curated2To5Posts__main-post-5 {
    width: calc(33.33333% - 16px);
  }
}

.c-Curated2To5Posts--5-post .c-Curated2to5Posts__posts {
}

@media screen and (min-width: 48em) {
  .c-Curated2To5Posts--5-post .c-Curated2to5Posts__posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.c-Marquee-3up__main {
  background-color: rgba(37, 37, 37, 1);
}

@media screen and (min-width: 85.375em) {
  .c-Marquee-3up__main {
    -webkit-box-flex: 2.11;
    -ms-flex: 2.11;
    flex: 2.11;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 20px;
    height: 645px;
  }
}

.c-Marquee-3up__secondary__flex {
}

@media screen and (min-width: 48em) {
  .c-Marquee-3up__secondary__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 85.375em) {
  .c-Marquee-3up__secondary__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    height: 645px;
  }
}

.c-Marquee-3up__secondary {
  margin-top: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  background-color: rgba(37, 37, 37, 1);
}

@media screen and (min-width: 48em) {
  .c-Marquee-3up__secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media screen and (min-width: 85.375em) {
  .c-Marquee-3up__secondary {
    display: block;
    margin-top: 0px;
  }
}

.c-Marquee-3up__secondary:hover {
}

.c-Marquee-3up__secondary:hover .c-Marquee-3up__secondary__info {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.c-Marquee-3up__secondary:hover .c-Marquee-3up__secondary__info__headline,
.c-Marquee-3up__secondary:hover .c-Marquee-3up__secondary__info__byline {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.c-Marquee-3up__secondary:first-child {
}

@media screen and (min-width: 48em) {
  .c-Marquee-3up__secondary:first-child {
    margin-right: 20px;
  }
}

@media screen and (min-width: 85.375em) {
  .c-Marquee-3up__secondary:first-child {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

/* KCS UPDATE - Added top margin for LAWEEKLY AD UNIT Spacing
    * Original:   margin: 0 15px 30px
    */
.c-Marquee-3up {
  max-width: 1366px;
  margin: 40px 15px 30px;
  /* 1416px === 1366px + 50px padding */
}

@media screen and (min-width: 48em) {
  /* KCS UPDATE - Added top margin for LAWEEKLY AD UNIT Spacing
    * Original:   margin: 0 25px 50px;
    */
  .c-Marquee-3up {
    margin: 40px 25px 50px;
  }
}

@media screen and (min-width: 85.375em) {
  .c-Marquee-3up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1416px) {
  /* KCS UPDATE - Added top margin for LAWEEKLY AD UNIT Spacing
    * Original:  margin: 0 auto 50px;
    */
  .c-Marquee-3up {
    margin: 40px auto 50px;
  }
}

body.home .c-Marquee-3up {
  margin-top: 15px;
}

@media screen and (min-width: 48em) {
  body.home .c-Marquee-3up {
    margin-top: 25px;
  }
}

.c-Marquee-3up__main__image-wrapper {
  position: relative;
  padding-bottom: 80%;
  background-position: center center;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .c-Marquee-3up__main__image-wrapper {
    height: 530px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 85.375em) {
  .c-Marquee-3up__main__image-wrapper {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.c-Marquee-3up__main__info {
  background-color: rgba(37, 37, 37, 1);
  color: rgba(255, 255, 255, 1);
  padding: 20px;
  position: relative;
  transition: 0.5s ease transform;
}

@media screen and (min-width: 48em) {
  .c-Marquee-3up__main__info {
    position: absolute;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.2) 15%,
      rgba(0, 0, 0, 0.7) 100%
    );
    bottom: 0px;
    width: 100%;
    transition: 0.5s ease padding;
  }
}

.c-Marquee-3up__main:hover {
}

.c-Marquee-3up__main:hover .c-Marquee-3up__main__info {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

@media screen and (min-width: 48em) {
  .c-Marquee-3up__main:hover .c-Marquee-3up__main__info {
    -webkit-transform: none;
    transform: none;
    padding-bottom: 35px;
  }
}

.c-Marquee-3up__main:hover .c-Marquee-3up__main__info__headline,
.c-Marquee-3up__main:hover .c-Marquee-3up__main__info__byline,
.c-Marquee-3up__main:hover .c-Marquee-3up__main__info__subheadline {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

@media screen and (min-width: 48em) {
  .c-Marquee-3up__main:hover .c-Marquee-3up__main__info__headline,
  .c-Marquee-3up__main:hover .c-Marquee-3up__main__info__byline,
  .c-Marquee-3up__main:hover .c-Marquee-3up__main__info__subheadline {
    -webkit-transform: none;
    transform: none;
  }
}

.c-Marquee-3up__main__info__subvertical {
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  left: 50%;
  position: absolute;
  top: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(22, 141, 255, 1);
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 5px 10px;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}

.c-Marquee-3up__main__info__headline {
  font-family: "Graphik XX Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  margin: 10px 0 0;
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 51px;
  line-height: 3.1875rem;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media screen and (min-width: 48em) {
  .c-Marquee-3up__main__info__headline {
    font-size: 4.125rem;
    letter-spacing: 4px;
    line-height: 4.0625rem;
  }
}

@media screen and (min-width: 56.25em) {
  .c-Marquee-3up__main__info__headline {
    font-size: 4.8125rem;
    letter-spacing: 5px;
    line-height: 4.75rem;
  }
}

@media screen and (min-width: 64em) {
  .c-Marquee-3up__main__info__headline {
    font-size: 5.5rem;
    letter-spacing: 6px;
    line-height: 5.375rem;
  }
}

.c-Marquee-3up__main__info__subheadline {
  font-family: "StanleyBold";
  font-weight: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
  font-weight: bold;
  line-height: 29px;
  line-height: 1.8125rem;
  margin: 15px 0 0;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.c-Marquee-3up__main__info__byline {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 25px 0 0;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  letter-spacing: 1px;
  line-height: 20px;
  line-height: 1.25rem;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}

.c-Marquee-3up__secondary__image-wrapper {
  position: relative;
  padding-bottom: 49%;
  background-position: center center;
  background-size: cover;
}

@media screen and (min-width: 85.375em) {
  .c-Marquee-3up__secondary__image-wrapper {
    height: 157px;
    padding-bottom: 0;
  }
}

.c-Marquee-3up__secondary__info {
  background-color: rgba(37, 37, 37, 1);
  color: rgba(255, 255, 255, 1);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px;
  position: relative;
  transition: all 0.5s ease;
}

@media screen and (min-width: 85.375em) {
  .c-Marquee-3up__secondary__info {
    min-height: 155px;
  }
}

.c-Marquee-3up__secondary__info__subvertical {
  left: 50%;
  position: absolute;
  top: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  background-color: rgba(22, 141, 255, 1);
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 5px 10px;
  color: rgba(255, 255, 255, 1);
}

.c-Marquee-3up__secondary__info__headline {
  margin: 10px 0 0;
  font-family: "Graphik XX Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 34px;
  line-height: 2.125rem;
  color: rgba(255, 255, 255, 1);
  transition: 0.5s ease transform;
}

.c-Marquee-3up__secondary__info__byline {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 1px;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 1);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media screen and (min-width: 64em) {
  .c-Marquee-3up__secondary__info__byline {
    margin-top: 10px;
  }
}

.c-Marquee-3up {
}

@media screen and (min-width: 85.375em) {
  .c-Marquee-3up {
    height: 622px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative !important;
  }
}

.c-Marquee-3up__main {
}

@media screen and (min-width: 85.375em) {
  .c-Marquee-3up__main {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 100% !important;
    flex: 1 1 100% !important; /* within .container */
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto !important;
  }
}

.c-Marquee-3up__secondary__flex {
}

@media screen and (min-width: 85.375em) {
  .c-Marquee-3up__secondary__flex {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 2 91% !important;
    flex: 1 2 91% !important; /* within .container */
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    height: 100% !important; /* NEW */
  }
}

.c-Marquee-3up__secondary {
}

@media screen and (min-width: 85.375em) {
  .c-Marquee-3up__secondary {
    margin: 0 !important;
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 50% !important;
    flex: 1 1 50% !important;
  }
}

.c-Marquee-3up__secondary__image-wrapper {
}

@media screen and (min-width: 85.375em) {
  .c-Marquee-3up__secondary__image-wrapper {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 150px;
    right: 0;
  }
}

.c-Marquee-3up__secondary__info {
}

@media screen and (min-width: 85.375em) {
  .c-Marquee-3up__secondary__info {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

.c-Marquee-3up__secondary:nth-child(1) {
}

@media screen and (min-width: 85.375em) {
  .c-Marquee-3up__secondary:nth-child(1) {
    margin-bottom: 20px !important;
  }
}

.c-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 65%;
  background-position: center center;
  background-size: cover;
  margin: 15px;
  min-height: 488px;
}

@media screen and (min-width: 48em) {
  .c-404 {
    margin: 40px;
  }
}

.c-404__inner {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-404__tag {
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-transform: uppercase;
  margin: 0 auto 17px;
  color: rgba(255, 255, 255, 1);
}

.c-404__tag span {
  background-color: rgb(253, 59, 39);
  padding: 7px 8px 6px;
}

@media screen and (min-width: 48em) {
  .c-404__tag {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
}

.c-404__text {
  font-family: "Graphik XX Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 44px;
  line-height: 2.75rem;
  text-transform: uppercase;
  margin: 0 auto 21px;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 3px;
  max-width: 265px;
}

@media screen and (min-width: 48em) {
  .c-404__text {
    max-width: 743px;
    font-size: 5.0625rem;
    line-height: 4.875rem;
    letter-spacing: 6px;
  }
}

.c-404__link {
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  line-height: 1.8125rem;
  text-transform: uppercase;
  margin: 0;
  color: rgba(255, 255, 255, 1);
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 6px;
  padding: 16px 27px;
  position: relative;
}

.c-404__link svg {
  margin-bottom: -3px;
  margin-left: 9px;
  padding-top: 4px;
}

.c-500 {
  padding: 0 26px;
  text-align: center;
}

.c-500 svg {
  height: 35px;
  margin: 20px 0 50px;
}

@media screen and (min-width: 48em) {
  .c-500 svg {
    height: 45px;
    margin: 20px 0 65px;
  }
}

.c-500__inner {
  text-align: center;
  border-top: 4px solid rgba(37, 37, 37, 1);
  border-bottom: 4px solid rgba(37, 37, 37, 1);
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}

.c-500__tag {
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-transform: uppercase;
  margin: -12px auto 17px;
  color: rgba(255, 255, 255, 1);
}

.c-500__tag .c-500__tag--outer {
  background-color: white;
  padding: 0 10px;
}

.c-500__tag .c-500__tag--inner {
  background-color: rgb(253, 59, 39);
  padding: 7px 8px 6px;
}

@media screen and (min-width: 48em) {
  .c-500__tag {
    font-size: 1.5rem;
    line-height: 1.8125rem;
    margin: -16px auto 17px;
  }
}

.c-500__text {
  font-family: "Graphik XX Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 66px;
  font-size: 4.125rem;
  line-height: 65px;
  line-height: 4.0625rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.c-500__bottom {
  text-align: center;
}

.c-500__bottom p {
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 55px auto;
}

@media screen and (min-width: 48em) {
  .c-500__bottom p {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.video {
}

.video__embed {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.video__title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.video__byline,
.video__dateline {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-family: system, -apple-system, ".SFNSText-Regular", "San Francisco",
    "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  color: #333;
  font-weight: 700;
  padding: 0 20px;
}

.video__content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.video__body {
  width: 100%;
  padding: 0 20px;
}

.video__sidebar {
  max-width: 320px;
  min-width: 320px;

  display: none;
}

@media (min-width: 1000px) {
  .video__sidebar {
    display: block;
  }
}

.video__tags {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.post {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.post__content {
  width: 100%;
  padding: 0 20px;
}

.post__sidebar {
  min-width: 320px;
  max-width: 320px;

  display: none;
}

.post__sidebar img {
  width: auto;
}

@media (min-width: 1000px) {
  .post__sidebar {
    display: block;
  }
}

.post__byline {
  font-family: system, -apple-system, ".SFNSText-Regular", "San Francisco",
    "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  color: #333;
  font-weight: 700;
}

.post__body p {
  line-height: 1.5;
}

.post__tags {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.fp {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.fp__well {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.fp__sidebar {
  min-width: 320px;
  max-width: 320px;

  display: none;
}

@media (min-width: 1000px) {
  .fp__sidebar {
    display: block;
  }
}

.publicgood_wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  margin: 10px 0;
}

a.hero__wrapper,
a.mini_hero {
  color: #000000;
}

.hero__image {
  height: 25vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero__title {
  margin: 10px 0;
}

.hero__author {
  font-family: system, -apple-system, ".SFNSText-Regular", "San Francisco",
    "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  color: #333;
  font-weight: 700;
}

.mini_hero__wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  margin: 20px 0;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
}

.mini_hero {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 10px;
}

.mini_hero__thumb {
  min-width: 150px;
  max-width: 150px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mini_hero__title {
  padding: 0 0 0 5px;
  margin: 0;
}

.stream__post {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-bottom: 20px;
}

.stream__content {
  padding-left: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.stream__thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  width: 150px;
  height: 75px;
}

@media (min-width: 1000px) {
  .stream__thumb {
    width: 260px;
    height: 150px;
  }
}

.stream__meta {
  font-family: system, -apple-system, ".SFNSText-Regular", "San Francisco",
    "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  color: #333;
  font-weight: 700;
}

.stream__title {
  margin: 10px 0;
}

@media (min-width: 1000px) {
  .stream__title {
    max-width: 80%;
  }
}

.stream__title a {
  color: #000000;
}

.stream__author {
  font-family: system, -apple-system, ".SFNSText-Regular", "San Francisco",
    "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  color: #333;
  font-weight: 700;
}

.c-tagPageHeader {
  margin: 31.5px 0 40px;
}

@media screen and (min-width: 28.125em) {
  .c-tagPageHeader {
    margin: 39.5px 0 50px;
  }
}

.c-tagPageHeader__headline {
  text-align: center;
  color: rgba(23, 23, 23, 1);

  font-family: "Graphik XX Cond Web";

  font-weight: 700;

  font-style: normal;

  font-stretch: normal;

  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 46px;
  line-height: 2.875rem;
}

@media screen and (min-width: 28.125em) {
  .c-tagPageHeader__headline {
    font-size: 4.75rem;
    line-height: 4.75rem;
  }
}

.c-tagPageHeader__pageNumber {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-top: 5px;
  text-transform: uppercase;
  text-align: center;
  color: rgba(23, 23, 23, 1);

  font-family: "Graphik XX Cond Web";

  font-weight: 500;

  font-style: normal;

  font-stretch: normal;
}

@media screen and (min-width: 28.125em) {
  .c-tagPageHeader__pageNumber {
    font-size: 1.625rem;
    line-height: 1.9375rem;
  }
}

.c-postList {
  max-width: 510px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
}

@media screen and (min-width: 48em) {
  .c-postList {
    max-width: none !important;
    margin: 0 32px !important;
    padding: 0 !important;
  }
}

@media screen and (min-width: 56.25em) {
  .c-postList {
    margin: 0 40px !important;
  }
}

@media screen and (min-width: 64em) {
  .c-postList {
    max-width: 764px !important;
    margin: 0 auto !important;
  }
}

@media screen and (min-width: 70.625em) {
  .c-postList {
    max-width: 870px !important;
  }
}

@media screen and (min-width: 85.375em) and (min-height: 700px) {
  .c-postList {
    max-width: 960px !important;
  }
}

.c-postList__posts {
  margin: 0 auto !important;
  list-style-type: none !important;
  padding: 0 !important;
}

.c-postList__posts:first-child {
  border-top: solid 1px rgba(225, 225, 225, 1) !important;
}

.c-postList__post {
  border-bottom: solid 1px rgba(225, 225, 225, 1) !important;
  padding: 20px 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  min-width: 200px !important;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  width: 100% !important;
}

@media screen and (min-width: 28.125em) {
  .c-postList__post {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media screen and (min-width: 56.25em) {
  .c-postList__post {
    padding: 30px 0 !important;
  }
}

.c-postList__post__thumbnail {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 99px !important;
  flex: 0 0 99px !important;
  display: inline-block !important;
  margin-top: 4px !important;
}

@media screen and (min-width: 28.125em) {
  .c-postList__post__thumbnail {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 143px !important;
    flex: 0 0 143px !important;
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 48em) {
  .c-postList__post__thumbnail {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 220px !important;
    flex: 0 0 220px !important;
  }
}

.c-postList__post__thumbnail div {
  background-position: center center !important;
  background-size: cover !important;
  height: 69px !important;
}

@media screen and (min-width: 28.125em) {
  .c-postList__post__thumbnail div {
    height: 100px !important;
  }
}

@media screen and (min-width: 48em) {
  .c-postList__post__thumbnail div {
    height: 146px !important;
  }
}

.c-postList__post__metadata {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  padding: 0 0 0 10px !important;
}

@media screen and (min-width: 48em) {
  .c-postList__post__metadata {
    padding: 0 20px !important;
  }
}

@media screen and (min-width: 56.25em) {
  .c-postList__post__metadata {
    padding: 0 30px !important;
  }
}

.c-postList__post__primaryCategory {
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;

  color: rgba(22, 141, 255, 1) !important;
  font-size: 11px !important;
  font-size: 0.6875rem !important;
  line-height: 13px !important;
  line-height: 0.8125rem !important;
  letter-spacing: 0.04em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  padding-bottom: 5px !important;
}

@media screen and (min-width: 48em) {
  .c-postList__post__primaryCategory {
    font-size: 0.875rem !important;
    line-height: 1.0625rem !important;
  }
}

@media screen and (min-width: 64em) {
  .c-postList__post__primaryCategory {
    font-size: 0.9375rem !important;
    line-height: 1.125rem !important;
  }
}

.c-postList__post__primaryCategory a {
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;

  border-bottom: 0 !important;
  color: rgba(22, 141, 255, 1) !important;
  font-size: 11px !important;
  font-size: 0.6875rem !important;
  line-height: 13px !important;
  line-height: 0.8125rem !important;
  letter-spacing: 0.04em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  padding-bottom: 5px !important;
}

@media screen and (min-width: 48em) {
  .c-postList__post__primaryCategory a {
    font-size: 0.875rem !important;
    line-height: 1.0625rem !important;
  }
}

@media screen and (min-width: 64em) {
  .c-postList__post__primaryCategory a {
    font-size: 0.9375rem !important;
    line-height: 1.125rem !important;
  }
}

.c-postList__post__title {
  font-family: "Graphik XX Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  color: rgba(23, 23, 23, 1) !important;
  text-align: center !important;
  font-size: 26px !important;
  font-size: 1.625rem !important;
  line-height: 25px !important;
  line-height: 1.5625rem !important;
}

@media screen and (min-width: 48em) {
  .c-postList__post__title {
    font-size: 2.375rem !important;
    line-height: 2.3125rem !important;
  }
}

@media screen and (min-width: 70.625em) {
  .c-postList__post__title {
    font-size: 2.875rem !important;
    line-height: 2.875rem !important;
  }
}

.c-postList__post__title__w_dek {
  padding-bottom: 10px !important;
}

@media screen and (min-width: 48em) {
  .c-postList__post__title__w_dek {
    padding-bottom: 5px !important;
  }
}

.c-postList__post__title__wo_dek {
  padding-bottom: 10px !important;
}

@media screen and (min-width: 48em) {
  .c-postList__post__title__wo_dek {
    padding-bottom: 22px !important;
  }
}

.c-postList__post__title a {
  color: inherit !important;
}

.c-postList__post__title a:hover {
  color: rgba(22, 141, 255, 1) !important;
}

.c-postList__post__dek {
  font-family: "StanleyRegular";
  font-weight: normal;

  color: rgba(23, 23, 23, 1) !important;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  line-height: 15px !important;
  line-height: 0.9375rem !important;
  font-style: italic !important;
  text-align: center !important;
  padding-bottom: 10px !important;
  display: none !important;
}

@media screen and (min-width: 48em) {
  .c-postList__post__dek {
    font-size: 1rem !important;
    line-height: 1.3rem !important;
    padding-bottom: 15px !important;
    display: block !important;
  }
}

@media screen and (min-width: 70.625em) {
  .c-postList__post__dek {
    font-size: 1.0625rem !important;
    line-height: 1.4rem !important;
  }
}

.c-postList__post__authorsContainer {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  color: rgba(23, 23, 23, 1) !important;
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  letter-spacing: 0.07em !important;
  line-height: 16px !important;
  line-height: 1rem !important;
  text-align: center !important;
  padding-bottom: 7px !important;
}

.c-postList__post__authorsContainer:hover {
  color: rgba(22, 141, 255, 1) !important;
}

@media screen and (min-width: 48em) {
  .c-postList__post__authorsContainer {
    font-size: 0.875rem !important;
    line-height: 1.0625rem !important;
  }
}

@media screen and (min-width: 70.625em) {
  .c-postList__post__authorsContainer {
    font-size: 0.9375rem !important;
    line-height: 1.125rem !important;
  }
}

.c-postList__post__authorsNames a {
  text-transform: uppercase !important;
  color: inherit !important;
}

.c-postList__post__pubDate {
  font-family: "Graphik Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  color: rgba(136, 136, 136, 1) !important;
  font-size: 9px !important;
  font-size: 0.5625rem !important;
  line-height: 10px !important;
  line-height: 0.625rem !important;
  letter-spacing: 0.04em !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

@media screen and (min-width: 48em) {
  .c-postList__post__pubDate {
    font-size: 0.59375rem !important;
    line-height: 0.65625rem !important;
  }
}

@media screen and (min-width: 70.625em) {
  .c-postList__post__pubDate {
    font-size: 0.625rem !important;
    line-height: 0.6875rem !important;
  }
}

.c-postList__pagination {
  margin: 40px auto 80px !important;
  text-align: center !important;
  max-width: 90% !important;
}

.c-postList__pagination__button {
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;

  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 12.4px !important;
  font-size: 0.775rem !important;
  line-height: 15.4px !important;
  line-height: 0.9625rem !important;
  border: 0 !important;
  border-radius: 3px !important;
  color: rgba(255, 255, 255, 1) !important;
  background-color: rgba(23, 23, 23, 1) !important;
  cursor: pointer !important;
  padding: 8px 11px !important;
}

@media screen and (min-width: 48em) {
  .c-postList__pagination__button {
    font-size: 1.0625rem !important;
    line-height: 1.25rem !important;
  }
}

.c-postList__pagination__leftButton {
  float: left !important;
  margin-top: -4px !important;
  padding: 8px 11px 8px 22px !important;
  position: relative !important;
}

@media screen and (min-width: 48em) {
  .c-postList__pagination__leftButton {
    margin: -8px 24px 0 0 !important;
    padding: 12px 16px 12px 31px !important;
  }
}

.c-postList__pagination__leftButton::before {
  content: "" !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
    position: absolute !important;
  background-repeat: no-repeat !important;
  -webkit-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
  background-size: 11px !important;
  left: -1px !important;
  top: 9px !important;
}

@media screen and (min-width: 48em) {
  .c-postList__pagination__leftButton::before {
    background-size: 15px !important;
    left: 4px !important;
    top: 14px !important;
  }
}

.c-postList__pagination__rightButton {
  float: right !important;
  margin-top: -4px !important;
  padding: 8px 22px 8px 11px !important;
  position: relative !important;
}

@media screen and (min-width: 48em) {
  .c-postList__pagination__rightButton {
    padding: 12px 31px 12px 16px !important;
    margin: -8px 0 0 24px !important;
  }
}

.c-postList__pagination__rightButton::before {
  content: "" !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
   position: absolute !important;
  background-repeat: no-repeat !important;
  -webkit-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
  background-size: 11px !important;
  right: 0 !important;
  top: 3px !important;
}

@media screen and (min-width: 48em) {
  .c-postList__pagination__rightButton::before {
    background-size: 15px !important;
    right: 6px !important;
    top: 11px !important;
  }
}

.c-postList__pagination .page-numbers {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  font-size: 16.4px !important;
  font-size: 1.025rem !important;
  line-height: 22.4px !important;
  line-height: 1.4rem !important;
  color: rgba(119, 119, 119, 1) !important;
}

.c-postList__pagination .page-numbers:not(.prev):not(.next) {
  margin: 0 6px !important;
}

@media screen and (min-width: 48em) {
  .c-postList__pagination .page-numbers {
    font-size: 1.5rem !important;
    line-height: 1.8125rem !important;
  }
}

.c-postList__pagination .page-numbers.current {
  color: rgba(22, 141, 255, 1) !important;
}

.c-postList__mostPopular__header {
  text-align: center !important;
  margin: 0 auto !important;
}

.c-postList__mostPopular__headerLine {
  border-top: 2px solid rgba(204, 204, 204, 1) !important;
  margin-top: 46px !important;
}

@media screen and (min-width: 48em) {
  .c-postList__mostPopular__headerLine {
    margin-top: 55px !important;
  }
}

@media screen and (min-width: 64em) {
  .c-postList__mostPopular__headerLine {
    margin-top: 75px !important;
  }
}

.c-postList__mostPopular__headerText {
  font-family: "Graphik XX Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  display: inline-block !important;
  text-transform: uppercase !important;
  font-size: 26px !important;
  font-size: 1.625rem !important;
  line-height: 31px !important;
  line-height: 1.9375rem !important;
  letter-spacing: 3px !important;
  margin-top: -15px !important;
  margin-bottom: 0 !important;
  padding: 0 20px !important;
  background-color: rgba(255, 255, 255, 1) !important;
}

@media screen and (min-width: 56.25em) {
  .c-postList__mostPopular__headerText {
    margin-top: -21px !important;
    padding: 0 30px !important;
    font-size: 2.1rem !important;
    line-height: 2.6rem !important;
  }
}

@media screen and (min-width: 70.625em) {
  .c-postList__mostPopular__headerText {
    margin-top: -23px !important;
    padding: 0 41px !important;
    font-size: 2.4375rem !important;
    line-height: 2.9375rem !important;
  }
}

.c-sContent .c-relatedPostList .c-postList__related__header {
  text-align: center !important;
  margin: 0 auto !important;
}

.c-sContent .c-relatedPostList .c-postList__related__headerLine {
  border-top: 2px solid rgba(204, 204, 204, 1) !important;
  margin-top: 40px !important;
}

@media screen and (min-width: 48em) {
  .c-sContent .c-relatedPostList .c-postList__related__headerLine {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 64em) {
  .c-sContent .c-relatedPostList .c-postList__related__headerLine {
    margin-top: 40px !important;
  }
}

.c-sContent .c-relatedPostList .c-postList__related__headerText {
  font-family: "Graphik XX Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  display: inline-block !important;
  text-transform: uppercase !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  line-height: 20px !important;
  line-height: 1.25rem !important;
  letter-spacing: 1px !important;
  margin-top: -10px !important;
  margin-bottom: 0 !important;
  padding: 0 15px !important;
  background-color: rgba(255, 255, 255, 1) !important;
}

.c-relatedPostList {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: none !important;
  padding-bottom: 22px !important;
}

@media screen and (min-width: 37em) {
  .c-relatedPostList {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 480px !important;
  }
}

@media screen and (min-width: 48em) {
  .c-relatedPostList {
    max-width: 690px !important;
    padding: 0 40px 22px !important;
  }
}

@media screen and (min-width: 56.25em) {
  .c-relatedPostList {
    padding: 0 0 22px !important;
  }
}

.c-relatedPostList .c-postList__post__title {
  font-size: 22px !important;
  font-size: 1.375rem !important;
  line-height: 25px !important;
  line-height: 1.5625rem !important;
}

@media screen and (min-width: 48em) {
  .c-relatedPostList .c-postList__post__title {
    font-size: 2.375rem !important;
    line-height: 2.3125rem !important;
  }
}

.c-relatedPostList .c-postList__post__title__wo_dek {
  padding-bottom: 7px !important;
}

@media screen and (min-width: 48em) {
  .c-relatedPostList .c-postList__post__title__wo_dek {
    padding-bottom: 11px !important;
  }
}

.c-relatedPostList .c-postList__post__primaryCategory a {
  font-size: 10px !important;
  font-size: 0.625rem !important;
  line-height: 12px !important;
  line-height: 0.75rem !important;
}

@media screen and (min-width: 48em) {
  .c-relatedPostList .c-postList__post__primaryCategory a {
    font-size: 0.875rem !important;
    line-height: 1.0625rem !important;
  }
}

.c-relatedPostList .c-postList__post {
  padding: 20px 0 !important;
}

.c-relatedPostList .c-postList__post:last-of-type {
  border-bottom: 2px solid rgba(204, 204, 204, 1) !important;
}

.c-relatedPostList .c-postList__post:first-of-type {
  padding: 10px 0 20px !important;
}

.c-relatedPostList .c-postList__post__authorsContainer {
  font-size: 11px !important;
  font-size: 0.6875rem !important;
  line-height: 13px !important;
  line-height: 0.8125rem !important;
}

@media screen and (min-width: 48em) {
  .c-relatedPostList .c-postList__post__authorsContainer {
    font-size: 0.875rem !important;
    line-height: 1rem !important;
  }
}

.c-relatedPostList .c-postList__post__thumbnail {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 99px !important;
  flex: 0 0 99px !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
  margin-top: 4px !important;
}

@media screen and (min-width: 28.125em) {
  .c-relatedPostList .c-postList__post__thumbnail {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 99px !important;
    flex: 0 0 99px !important;
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 37em) {
  .c-relatedPostList .c-postList__post__thumbnail {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 137px !important;
    flex: 0 0 137px !important;
  }
}

@media screen and (min-width: 48em) {
  .c-relatedPostList .c-postList__post__thumbnail {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 220px !important;
    flex: 0 0 220px !important;
  }
}

.c-relatedPostList .c-postList__post__thumbnail div {
  height: 69px !important;
}

@media screen and (min-width: 28.125em) {
  .c-relatedPostList .c-postList__post__thumbnail div {
    height: 69px !important;
  }
}

@media screen and (min-width: 37em) {
  .c-relatedPostList .c-postList__post__thumbnail div {
    height: 96px !important;
  }
}

@media screen and (min-width: 48em) {
  .c-relatedPostList .c-postList__post__thumbnail div {
    height: 146px !important;
  }
}

.c-Footer {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(35, 35, 35, 1);

  /* KCS CUSTOM STYLE FOR BOTTOM AD UNIT */
  padding-bottom: 65px;
}

.c-Footer__links__flex {
}

@media screen and (min-width: 48em) {
  .c-Footer__links__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.c-Footer__links {
  background-color: rgba(23, 23, 23, 1);
  padding: 28px 0;
}

.c-Footer__links__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 250px;
  margin: 20px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 48em) {
  /* KCS CUSTOM STYLE FOR BOTTOM AD UNIT */
  .c-Footer {
    padding-bottom: 90px;
  }

  .c-Footer__links__nav {
    margin: 0;
    width: auto;
  }
}

.c-Footer__links__nav__link {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 12px;
  line-height: 0.75rem;
  letter-spacing: 0.05em;
  margin: 10px;
}

@media screen and (min-width: 48em) {
  .c-Footer__links__nav__link {
    font-size: 0.9375rem;
    line-height: 0.75rem;
    margin-right: 0 25px 0 0;
  }

  .c-Footer__links__nav__link:last-child {
    margin-right: 15px;
  }
}

.c-Footer__links__copyright-etc {
  font-family: "Graphik Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  color: rgba(136, 136, 136, 1);
  margin-top: 10px;
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.04em;
  opacity: 0.85;
}

@media screen and (min-width: 48em) {
  .c-Footer__links__copyright-etc {
    font-size: 0.625rem;
    margin-top: 20px;
    line-height: 1.25rem;
  }
}

.c-Footer__links__separator {
  margin: 0 10px;
}

.c-Footer__links__site-map {
  color: rgba(136, 136, 136, 1);
  text-decoration: underline;
}

.c-Footer__links__social__link {
  margin-right: 15px;
}

.c-Footer__links__social__link:nth-child(3) {
  margin-right: 0;
}

.c-Footer__links__social__facebook,
.c-Footer__links__social__instagram {
  fill: rgba(255, 255, 255, 1);
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 48em) {
  .c-Footer__links__social__facebook,
  .c-Footer__links__social__instagram {
    width: 16px;
    height: 16px;
  }
}

.c-Footer__links__social__twitter {
  fill: rgba(255, 255, 255, 1);
}

@media screen and (min-width: 48em) {
  .c-Footer__links__social__twitter {
    width: 16px;
    height: 13px;
  }
}

.c-Footer__load-more__chevron {
  stroke: rgba(255, 255, 255, 1);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 3px;
}

.c-Footer__load-more__chevron:hover {
  stroke: rgba(37, 37, 37, 1);
}

@media screen and (min-width: 48em) {
  .c-Footer__load-more__chevron {
    height: 15px;
    margin-left: 10px;
    width: 19px;
  }
}

.c-about__container {
  margin: 0 auto;
  max-width: 1446px;
}

.c-about__container a {
  color: rgba(37, 37, 37, 1);
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(37, 37, 37, 1);
}

.c-about__container a:hover {
  border-bottom: 1px solid rgba(0, 138, 255, 1);
}

/* About subnavigation */

.o-aboutSubnav__headline {
  font-family: "Graphik XX Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  padding: 19px 17px 27px;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 66px;
  line-height: 4.125rem;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}

@media screen and (min-width: 48em) {
  .o-aboutSubnav__headline {
    padding: 30px 69px 40px;
    font-size: 6.25rem;
    line-height: 5.375rem;
    letter-spacing: 6px;
  }
}

@media screen and (min-width: 64em) {
  .o-aboutSubnav__headline {
    padding: 56px 78px 47px;
    font-size: 7.5rem;
    line-height: 6.25rem;
  }
}

.o-aboutSubnav__links {
  list-style: none;
  padding: 0;
  margin: 0 15px;
  border-top: 1px solid rgba(37, 37, 37, 1);
  border-bottom: 2px solid rgba(37, 37, 37, 1);
  text-align: center;
}

@media screen and (min-width: 48em) {
  .o-aboutSubnav__links {
    margin: 0 25px;
  }
}

@media screen and (min-width: 64em) {
  .o-aboutSubnav__links {
    margin: 0 40px;
  }
}

.o-aboutSubnav__link {
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;

  text-transform: uppercase;
  font-size: 16.61px;
  font-size: 1.038125rem;
  display: inline-block;
  padding: 13px 3px;
  color: rgba(37, 37, 37, 1);
}

@media screen and (min-width: 350px) {
  .o-aboutSubnav__link {
    padding: 13px 7px;
  }
}

@media screen and (min-width: 400px) {
  .o-aboutSubnav__link {
    padding: 13px 15px;
  }
}

@media screen and (min-width: 48em) {
  .o-aboutSubnav__link {
    padding: 21px 38px;
    font-size: 1.625rem;
  }
}

.o-aboutSubnav__link:hover {
  color: rgba(22, 141, 255, 1);
}

.o-aboutSubnav__link:visited {
  color: rgba(37, 37, 37, 1);
}

.o-aboutSubnav__link--active {
  background-color: rgba(22, 141, 255, 1);
  color: rgba(255, 255, 255, 1);
}

.o-aboutSubnav__link--active:hover {
  color: rgba(255, 255, 255, 1);
}

/* /about description page */

.c-aboutDesc_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 880px;
  margin: 0 auto;
  padding: 20px 15px 40px;
}

@media screen and (min-width: 48em) {
  .c-aboutDesc_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 25px 25px 40px;
  }
}

.c-aboutDesc_imageContainer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 auto;
}

.c-aboutDesc_imageContainer img {
  box-shadow: 0 1px 10px 0 rgba(238, 238, 238, 1);
  width: 150px;
}

@media screen and (min-width: 48em) {
  .c-aboutDesc_imageContainer img {
    width: 200px;
  }
}

@media screen and (min-width: 64em) {
  .c-aboutDesc_imageContainer img {
    width: 297px;
  }
}

.c-aboutDesc_copyContainer {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-aboutDesc_copyContainer p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 32px;
  line-height: 2rem;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  padding-left: 36px;
  font-family: "StanleyRegular";
  font-weight: normal;
}

.c-aboutDesc_copyContainer p:first-child {
  margin-top: 20px;
}

@media screen and (min-width: 48em) {
  .c-aboutDesc_copyContainer p:first-child {
    margin-top: 7px;
  }
}

/* /about/staff masthead page */

.c-aboutStaff__content {
  margin: 0 20px;
  padding-top: 10px;
}

@media screen and (min-width: 48em) {
  .c-aboutStaff__content {
    margin: 0 40px;
  }
}

.c-aboutStaff__departmentContainer {
  max-width: 690px;
  margin: 0 auto;
  margin-top: 30px;
  border-bottom: 1px solid rgba(136, 136, 136, 1);
}

@media screen and (min-width: 48em) {
  .c-aboutStaff__departmentContainer {
    margin-top: 40px;
  }
}

.c-aboutStaff__departmentContainer:last-child {
  border-bottom: none;
}

.c-aboutStaff__departmentName {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  font-size: 36px;
  font-size: 2.25rem;
  line-height: 36px;
  line-height: 2.25rem;
  text-align: center;
  text-transform: uppercase;
}

.c-aboutStaff__rolesList {
  margin-top: 20px;
  margin-bottom: 8px;
  padding-left: 0;
}

@media screen and (min-width: 48em) {
  .c-aboutStaff__rolesList {
    margin-top: 35px;
  }
}

.c-aboutStaff__role {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 25px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

@media screen and (min-width: 48em) {
  .c-aboutStaff__role {
    font-size: 1.125rem;
    line-height: 1.8rem;
    padding-bottom: 25px;
  }
}

.c-aboutStaff__roleName {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  -webkit-box-flex: 1;

  -ms-flex: 1;

  flex: 1;
  text-align: right;
  padding-right: 10px;
}

.c-aboutStaff__roleStaff {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
}

.c-aboutStaff__roleStaff__staffName {
  font-family: "StanleyRegular";
  font-weight: normal;

  list-style-type: none;
  padding-bottom: 7px;
}

/* /about/contact contact us page */

.c-aboutContact {
  text-align: center;
  padding: 10px 15px 40px;
}

@media screen and (min-width: 48em) {
  .c-aboutContact {
    padding: 10px 25px 40px;
  }
}

.c-aboutContact h2 {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  font-size: 36px;
  font-size: 2.25rem;
  line-height: 36px;
  line-height: 2.25rem;
  text-transform: uppercase;
  margin: 40px 0 8px;
}

.c-aboutContact h3 {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  margin: 20px 0 8px;
}

@media screen and (min-width: 48em) {
  .c-aboutContact h3 {
    margin: 30px 0 8px;
  }
}

.c-aboutContact p {
  font-family: "StanleyRegular";
  font-weight: normal;

  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 5px 0 15px;
}

@media screen and (min-width: 48em) {
  .c-aboutContact p {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

.c-aboutContact hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(136, 136, 136, 1);
  padding: 0;
  max-width: 880px;
  margin-top: 35px;
}

/* /about/terms-of-use Terms of Use page and /about/privacy-policy Privacy Policy page */

.c-aboutTerms {
  max-width: 690px;
  margin: 0 auto;
  padding: 15px 15px 40px;
}

.c-aboutTerms h3 {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  text-transform: uppercase;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 28px;
  line-height: 1.75rem;
  text-align: center;
  margin-bottom: 18px;
}

@media screen and (min-width: 48em) {
  .c-aboutTerms h3 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}

.c-aboutTerms p {
  font-family: "StanleyRegular";
  font-weight: normal;

  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 28px;
  line-height: 1.75rem;
}

.c-aboutTerms li {
  font-family: "StanleyRegular";
  font-weight: normal;

  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 28px;
  line-height: 1.75rem;
  padding-bottom: 15px;
}

.c-aboutTerms li li {
  padding-bottom: 0;
}

.c-aboutTerms ol {
  padding-left: 22px;
  list-style-position: inside;
}

.c-aboutTerms ol.alpha {
  list-style-type: lower-alpha;
}

.c-aboutTerms ol.roman {
  list-style-type: lower-roman;
}

.c-search {
  max-width: 1000px;
  margin: 20px auto;
}

.c-search__header {
  border-top: 1px solid rgba(225, 225, 225, 1);
  padding: 40px 0 22px;
  max-width: 90%;
  margin: auto;
  text-align: center;
}

.c-search__header__query {
  font-family: "Graphik XX Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;

  font-size: 76px;
  font-size: 4.75rem;
  line-height: 91px;
  line-height: 5.6875rem;
}

.c-search__header__results-count {
  text-transform: uppercase;

  font-family: "Graphik X Cond Web";

  font-weight: 500;

  font-style: normal;

  font-stretch: normal;

  color: rgba(87, 87, 87, 1);
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 1px;
  line-height: 20px;
  line-height: 1.25rem;
}

/*
* Modules
*/

.c-fMostPopular {
}

.c-fMostPopular__heading {
  font-weight: 500;
}

.c-fMostPopular__list {
}

.c-fMostPopular__item {
}

.c-fMostPopular__image {
  float: left;
  width: 45%;
}

.c-fMostPopular__text {
  float: right;
  width: 55%;
}

.c-fMostPopular__category {
}

.c-fMostPopular__title {
}

.c-fMostPopular__byline {
}

.related_posts__wrapper {
  border: 1px solid #ccc;
  padding: 0 20px;
  margin: 10px;
}

@media (min-width: 768px) {
  .related_posts__wrapper {
    float: left;
    width: 40%;
    margin-right: 20px;
  }
}

@media (min-width: 1000px) {
  .related_posts__wrapper {
    width: 35%;
    margin-right: 20px;
    margin-left: -15px;
  }
}

@media (min-width: 1400px) {
  .related_posts__wrapper {
    margin-left: -60px;
  }
}

.related_posts__section h5 {
  margin: 0 0 10px 0;
}

.c-Marquee {
  background-color: rgba(37, 37, 37, 1);
  max-width: 1366px;
  margin: 0 15px 15px;
  /* 1416px === 1366px + 50px padding */
}

@media screen and (min-width: 48em) {
  .c-Marquee {
    margin: 0 25px 25px;
  }
}

@media screen and (min-width: 85.375em) {
  .c-Marquee {
    margin: 0 25px 25px;
  }
}

@media (min-width: 1416px) {
  .c-Marquee {
    margin: 0 auto;
  }
}

body.home .c-Marquee {
  margin-top: 15px;
}

@media screen and (min-width: 48em) {
  body.home .c-Marquee {
    margin-top: 25px;
  }
}

.c-Marquee:hover {
}

.c-Marquee:hover .c-Marquee__info {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

@media screen and (min-width: 48em) {
  .c-Marquee:hover .c-Marquee__info {
    -webkit-transform: none;
    transform: none;
    padding-bottom: 35px;
  }
}

.c-Marquee:hover .c-Marquee__info__headline,
.c-Marquee:hover .c-Marquee__info__byline,
.c-Marquee:hover .c-Marquee__info__subheadline {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

@media screen and (min-width: 48em) {
  .c-Marquee:hover .c-Marquee__info__headline,
  .c-Marquee:hover .c-Marquee__info__byline,
  .c-Marquee:hover .c-Marquee__info__subheadline {
    -webkit-transform: none;
    transform: none;
  }
}

.c-Marquee__image-wrapper {
  position: relative;
  padding-bottom: 60%;
  background-position: center center;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .c-Marquee__image-wrapper {
    height: 530px;
    padding-bottom: 0;
  }
}

.c-Marquee__info {
  background-color: rgba(37, 37, 37, 1);
  color: rgba(255, 255, 255, 1);
  padding: 20px;
  position: relative;
  transition: 0.5s ease transform;
}

@media screen and (min-width: 48em) {
  .c-Marquee__info {
    position: absolute;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.2) 15%,
      rgba(0, 0, 0, 0.7) 100%
    );
    bottom: 0px;
    transition: 0.5s ease padding;
    width: 100%;
  }
}

.c-Marquee__info__subvertical {
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  left: 50%;
  position: absolute;
  top: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(22, 141, 255, 1);
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 1px;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 5px 10px;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}

.c-Marquee__info__headline {
  font-family: "Graphik XX Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  margin: 10px 0 0;
  font-size: 52px;
  font-size: 3.25rem;
  letter-spacing: 2px;
  line-height: 51px;
  line-height: 3.1875rem;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  transition: 0.5s ease transform;
}

@media screen and (min-width: 48em) {
  .c-Marquee__info__headline {
    font-size: 4.125rem;
    letter-spacing: 4px;
    line-height: 4.0625rem;
  }
}

@media screen and (min-width: 56.25em) {
  .c-Marquee__info__headline {
    font-size: 4.8125rem;
    letter-spacing: 5px;
    line-height: 4.75rem;
  }
}

@media screen and (min-width: 64em) {
  .c-Marquee__info__headline {
    font-size: 5.5rem;
    letter-spacing: 6px;
    line-height: 5.375rem;
  }
}

.c-Marquee__info__subheadline {
  font-family: "StanleyBold";
  font-weight: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
  font-weight: bold;
  line-height: 29px;
  line-height: 1.8125rem;
  margin: 15px 0 0;
  transition: 0.5s ease transform;
}

.c-Marquee__info__byline {
  transition: 0.5s ease transform;
  margin: 25px 0 0;
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  line-height: 1.25rem;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}

.c-InfiniteGrid {
  max-width: 1220px;
  margin: 30px auto 80px;
  padding: 0 15px;
  /* 1270px === 1220px + 50px padding */
}

@media screen and (min-width: 48em) {
  .c-InfiniteGrid {
    padding: 0 25px;
    margin: 40px auto 90px;
  }
}

@media (min-width: 1416px) {
  .c-InfiniteGrid {
    padding: 0;
  }
}

.c-InfiniteGrid__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.c-InfiniteGrid__header__line {
  width: 100%;
  border-bottom: 3px solid rgba(37, 37, 37, 1);
}

@media screen and (min-width: 56.25em) {
  .c-InfiniteGrid__header__line {
    border-width: 5px;
  }
}

.c-InfiniteGrid__header__text {
  font-family: "Graphik XX Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 34px;
  font-size: 2.125rem;
  letter-spacing: 3px;
  line-height: 41px;
  line-height: 2.5625rem;
  margin: 0 10px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .c-InfiniteGrid__header__text {
    font-size: 3.125rem;
    letter-spacing: 4px;
    line-height: 3.75rem;
    margin: 0 20px;
  }
}

@media screen and (min-width: 56.25em) {
  .c-InfiniteGrid__header__text {
    font-size: 3.75rem;
    letter-spacing: 5px;
    line-height: 4.5rem;
    margin: 0 30px;
  }
}

.c-InfiniteGrid__posts {
  margin-top: 10px;
}

@media screen and (min-width: 48em) {
  .c-InfiniteGrid__posts {
    margin-top: 18px;
  }
}

@media screen and (min-width: 64em) {
  .c-InfiniteGrid__posts {
    margin-top: 24px;
  }
}

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

@media screen and (min-width: 48em) {
  .c-InfiniteGrid__posts__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.c-InfiniteGrid__main-post,
.c-InfiniteGrid__post {
  background: rgba(255, 255, 255, 1);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-bottom: 25px;
}

@media screen and (min-width: 48em) {
  .c-InfiniteGrid__main-post,
  .c-InfiniteGrid__post {
    margin-right: 25px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
}

.c-InfiniteGrid__post:hover {
}

.c-InfiniteGrid__post:hover .c-InfiniteGrid__post__info__headline {
  color: rgba(22, 141, 255, 1);
}

.c-InfiniteGrid__main-post:hover {
}

.c-InfiniteGrid__main-post:hover .c-InfiniteGrid__main-post__info__headline {
  color: rgba(22, 141, 255, 1);
}

.c-InfiniteGrid__post:last-child,
.c-InfiniteGrid__main-post:last-child {
}

@media screen and (min-width: 48em) {
  .c-InfiniteGrid__post:last-child,
  .c-InfiniteGrid__main-post:last-child {
    margin-right: 0;
  }
}

.c-InfiniteGrid__main-post__image-wrapper {
  position: relative;
  padding-bottom: 66%;
  background-position: center center;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .c-InfiniteGrid__main-post__image-wrapper {
    padding-bottom: 60%;
  }
}

.c-InfiniteGrid__post__image__voiceChoice {
  position: absolute;
  left: 16px;
  top: 16px;
}

.c-InfiniteGrid__post__image-wrapper {
  position: relative;
  padding-bottom: 66%;
  background-position: center center;
  background-size: cover;
}

.c-InfiniteGrid__main-post__info,
.c-InfiniteGrid__post__info {
  padding: 20px;
  position: relative;
}

.c-InfiniteGrid__main-post__info__subvertical,
.c-InfiniteGrid__post__info__subvertical {
  white-space: nowrap;
  left: 50%;
  position: absolute;
  top: -28px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  background-color: rgba(22, 141, 255, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  padding: 5px 10px;
  text-transform: uppercase;
  cursor: pointer;
}

@media screen and (min-width: 56.25em) {
  .c-InfiniteGrid__main-post__info__subvertical,
  .c-InfiniteGrid__post__info__subvertical {
    top: -29px;
  }
}

@media screen and (min-width: 56.25em) {
  .c-InfiniteGrid__main-post__info__subvertical,
  .c-InfiniteGrid__post__info__subvertical {
    font-size: 1.0625rem;
    letter-spacing: 1px;
    line-height: 1.25rem;
  }
}

.c-InfiniteGrid__main-post__info__headline {
  margin: 10px 0 0;
  font-family: "Graphik XX Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 39px;
  line-height: 2.4375rem;
  color: rgba(37, 37, 37, 1);
  cursor: pointer;
}

@media screen and (min-width: 64em) {
  .c-InfiniteGrid__main-post__info__headline {
    font-size: 3.125rem;
    line-height: 3rem;
  }
}

.c-InfiniteGrid__post__info__headline {
  font-family: "Graphik XX Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  margin: 10px 0 0;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 39px;
  line-height: 2.4375rem;
  color: rgba(37, 37, 37, 1);
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .c-InfiniteGrid__post__info__headline {
    font-size: 1.75rem;
    line-height: 1.6875rem;
  }
}

@media screen and (min-width: 56.25em) {
  .c-InfiniteGrid__post__info__headline {
    font-size: 2rem;
    line-height: 1.9375rem;
  }
}

@media screen and (min-width: 64em) {
  .c-InfiniteGrid__post__info__headline {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}

.c-InfiniteGrid__post__info__byline {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 1px;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 11px 0 0;
  color: rgba(37, 37, 37, 1);
  cursor: pointer;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .c-InfiniteGrid__post__info__byline {
    font-size: 0.875rem;
    letter-spacing: 1px;
    line-height: 1.0625rem;
  }
}

@media screen and (min-width: 56.25em) {
  .c-InfiniteGrid__post__info__byline {
    font-size: 1.0625rem;
    letter-spacing: 1px;
    line-height: 1.25rem;
  }
}

.c-InfiniteGrid__main-post__info__byline {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 1px;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 18px 0 0;
  color: rgba(37, 37, 37, 1);
  cursor: pointer;
}

.c-InfiniteGrid__main-post__info__date,
.c-InfiniteGrid__post__info__date {
  font-family: "Graphik Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: rgba(136, 136, 136, 1);
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 11px;
  line-height: 0.6875rem;
  margin-top: 9px;
  margin-top: 0.5625rem;
  text-transform: uppercase;
}

.c-InfiniteGrid__load-more-line {
  border-bottom: 2px solid rgba(204, 204, 204, 1);
  width: 100%;
  margin-top: 20px;
}

.c-InfiniteGrid__load-more {
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  background-color: rgba(37, 37, 37, 1);
  border-radius: 3px;
  border: none;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  font-size: 20px;
  font-size: 1.25rem;
  left: 50%;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 13px 17px;
  position: absolute;
  text-transform: uppercase;
  top: -25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-InfiniteGrid__load-more__text {
  margin-right: 8px;
}

.c-InfiniteGrid__load-more__chevron {
  position: relative;
  top: -2px;
}

.o-bgGrey {
  background-color: rgba(245, 245, 245, 1);
}

.o-bgGrey .c-VoiceChoicesAutomated__header {
  background-color: rgba(245, 245, 245, 1);
}

.c-VoiceChoicesAutomated {
  padding: 30px 15px 0px;
  margin: 30px auto;
  text-align: center;
  max-width: 1366px;
  /* 1416px === 1366px + 50px padding */
}

@media screen and (min-width: 48em) {
  .c-VoiceChoicesAutomated {
    padding: 30px 92px 7px;
    margin: 40px auto;
  }
}

@media screen and (min-width: 64em) {
  .c-VoiceChoicesAutomated {
    padding: 50px 73px 5px;
  }
}

@media (min-width: 1416px) {
  .c-VoiceChoicesAutomated {
    padding: 65px 25px 5px;
  }
}

.c-VoiceChoicesAutomated__header-line {
  border-top: 5px solid rgba(37, 37, 37, 1);
}

.c-VoiceChoicesAutomated__header {
  font-family: "Graphik Web";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  background-color: rgba(255, 255, 255, 1);
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 3px;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: -16px;
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .c-VoiceChoicesAutomated__header {
    font-size: 2rem;
    letter-spacing: 4px;
    line-height: 2.1875rem;
    margin-bottom: 36px;
    margin-top: -22px;
  }
}

.c-VoiceChoicesAutomated__header__text {
  vertical-align: middle;
}

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

@media screen and (min-width: 48em) {
  .c-VoiceChoicesAutomated__posts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.c-VoiceChoicesAutomated__post {
  background: rgba(255, 255, 255, 1);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 25px;
}

@media screen and (min-width: 48em) {
  .c-VoiceChoicesAutomated__post {
    margin-right: 25px;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }
}

@media screen and (min-width: 85.375em) {
  .c-VoiceChoicesAutomated__post {
    margin-right: 33px;
  }
}

.c-VoiceChoicesAutomated__posts--4-posts {
}

.c-VoiceChoicesAutomated__posts--4-posts .c-VoiceChoicesAutomated__post {
}

@media screen and (min-width: 48em) {
  .c-VoiceChoicesAutomated__posts--4-posts .c-VoiceChoicesAutomated__post {
    /* accounts for 25px margin */
    -ms-flex-preferred-size: calc(50% - 25px);
    flex-basis: calc(50% - 25px);
    margin-bottom: 40px;
  }

  .c-VoiceChoicesAutomated__posts--4-posts
    .c-VoiceChoicesAutomated__post:nth-child(even) {
    margin-right: 0px;
  }
}

@media screen and (min-width: 64em) {
  .c-VoiceChoicesAutomated__posts--4-posts .c-VoiceChoicesAutomated__post {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }

  .c-VoiceChoicesAutomated__posts--4-posts
    .c-VoiceChoicesAutomated__post:nth-child(2) {
    margin-right: 25px;
  }
}

@media screen and (min-width: 85.375em) {
  .c-VoiceChoicesAutomated__posts--4-posts .c-VoiceChoicesAutomated__post {
  }

  .c-VoiceChoicesAutomated__posts--4-posts
    .c-VoiceChoicesAutomated__post:nth-child(2) {
    margin-right: 33px;
  }
}

.c-VoiceChoicesAutomated__post:hover {
}

.c-VoiceChoicesAutomated__post:hover
  .c-VoiceChoicesAutomated__post__info__headline {
  color: rgba(22, 141, 255, 1);
}

.c-VoiceChoicesAutomated__post__image-wrapper {
  position: relative;
  padding-bottom: 66%;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}

.c-VoiceChoicesAutomated__post__info {
  padding: 20px 15px;
  position: relative;
}

.c-VoiceChoicesAutomated__post:last-child {
}

@media screen and (min-width: 48em) {
  .c-VoiceChoicesAutomated__post:last-child {
    margin-right: 0;
  }
}

.c-VoiceChoicesAutomated__post__info__headline {
  font-family: "StanleyPoster";
  font-weight: normal;
  margin: 0;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: rgba(37, 37, 37, 1);
  cursor: pointer;
}

@media screen and (min-width: 64em) {
  .c-VoiceChoicesAutomated__post__info__headline {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
}

@media screen and (min-width: 85.375em) {
  .c-VoiceChoicesAutomated__post__info__headline {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
}

.c-VoiceChoicesAutomated__post__info__byline {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: rgba(37, 37, 37, 1);
  cursor: pointer;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 1px;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 20px 0 0;
}

@media screen and (min-width: 64em) {
  .c-VoiceChoicesAutomated__post__info__byline {
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.1875rem;
    margin-top: 22px;
  }
}

@media screen and (min-width: 85.375em) {
  .c-VoiceChoicesAutomated__post__info__byline {
    font-size: 1.0625rem;
    line-height: 1.25rem;
  }
}

.c-VoiceChoicesCurated {
  border: 5px solid rgba(37, 37, 37, 1);
  margin: 45px 15px 55px;
  text-align: center;
  padding: 0px 25px;
  max-width: 1280px;
  /* 1330px === 1280px + 50px margin */
}

@media screen and (min-width: 376px) {
  .c-VoiceChoicesCurated {
    margin: 55px 15px 55px;
  }
}

@media screen and (min-width: 48em) {
  .c-VoiceChoicesCurated {
    margin: 65px 25px 65px;
  }
}

@media (min-width: 1330px) {
  .c-VoiceChoicesCurated {
    margin: 65px auto 65px;
  }
}

.c-VoiceChoicesCurated__header {
  font-family: "Graphik XX Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  background-color: rgba(255, 255, 255, 1);
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 32px;
  line-height: 2rem;
  letter-spacing: 3px;
  margin-bottom: 15px;
  margin-top: -20px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 376px) {
  .c-VoiceChoicesCurated__header {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
    margin-top: -32px;
  }
}

@media screen and (min-width: 56.25em) {
  .c-VoiceChoicesCurated__header {
    font-size: 3.375rem;
    line-height: 4.0625rem;
    margin-top: -37px;
  }
}

.c-VoiceChoicesCurated__badge-img {
  margin-right: 5px;
  width: 24px;
  height: 24px;
  position: relative;
}

@media screen and (min-width: 28.125em) {
  .c-VoiceChoicesCurated__badge-img {
    width: 26px;
    height: 26px;
  }
}

@media screen and (min-width: 56.25em) {
  .c-VoiceChoicesCurated__badge-img {
    width: 30px;
    height: 30px;
  }
}

.c-VoiceChoicesCurated__header__text {
  vertical-align: middle;
}

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

@media screen and (min-width: 48em) {
  .c-VoiceChoicesCurated__posts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.c-VoiceChoicesCurated__post {
  background: rgba(255, 255, 255, 1);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 25px;
}

@media screen and (min-width: 48em) {
  .c-VoiceChoicesCurated__post {
    margin-right: 25px;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 64em) {
  .c-VoiceChoicesCurated__post {
    margin-right: 40px;
  }
}

.c-VoiceChoicesCurated__post:hover {
}

.c-VoiceChoicesCurated__post:hover
  .c-VoiceChoicesCurated__post__info__headline {
  color: rgba(22, 141, 255, 1);
}

.c-VoiceChoicesCurated__post__image-wrapper {
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  padding-bottom: 66%;
}

.c-VoiceChoicesCurated__post__info {
  padding: 20px;
  position: relative;
}

@media screen and (min-width: 48em) {
  .c-VoiceChoicesCurated__post__info {
    padding: 12px 5px 10px 20px;
  }
}

@media screen and (min-width: 64em) {
  .c-VoiceChoicesCurated__post__info {
    padding: 20px;
  }
}

.c-VoiceChoicesCurated__post__info__subvertical {
  white-space: nowrap;
  left: 50%;
  position: absolute;
  top: -28px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  background-color: rgba(22, 141, 255, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  padding: 5px 10px;
  text-transform: uppercase;
  cursor: pointer;
}

@media screen and (min-width: 56.25em) {
  .c-VoiceChoicesCurated__post__info__subvertical {
    top: -29px;
  }
}

@media screen and (min-width: 56.25em) {
  .c-VoiceChoicesCurated__post__info__subvertical {
    font-size: 1.0625rem;
    letter-spacing: 1px;
    line-height: 1.25rem;
  }
}

.c-VoiceChoicesCurated__post:last-child {
}

@media screen and (min-width: 48em) {
  .c-VoiceChoicesCurated__post:last-child {
    margin-right: 0;
  }
}

.c-VoiceChoicesCurated__post__info__headline {
  font-family: "StanleyPoster";
  font-weight: normal;
  margin: 10px 0 0;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: rgba(37, 37, 37, 1);
  cursor: pointer;
  letter-spacing: -0.25px;
}

@media screen and (min-width: 48em) {
  .c-VoiceChoicesCurated__post__info__headline {
    font-size: 1.425rem;
    line-height: 1.425rem;
  }
}

@media screen and (min-width: 64em) {
  .c-VoiceChoicesCurated__post__info__headline {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}

.c-VoiceChoicesCurated__post__info__byline {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 1px;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 20px 0 0;
  color: rgba(37, 37, 37, 1);
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .c-VoiceChoicesCurated__post__info__byline {
    font-size: 0.8125rem;
    letter-spacing: 1px;
    line-height: 1rem;
    margin-top: 10px;
  }
}

@media screen and (min-width: 56.25em) {
  .c-VoiceChoicesCurated__post__info__byline {
    font-size: 1.0625rem;
    letter-spacing: 1px;
    line-height: 1.25rem;
    margin-top: 20px;
  }
}

.c-VoiceChoicesCurated__see-more-wrapper {
  background-color: rgba(255, 255, 255, 1);
  display: inline-block;
  margin-bottom: -14px;
  padding: 0 20px;
  position: relative;
  top: 10px;
}

@media screen and (min-width: 56.25em) {
  .c-VoiceChoicesCurated__see-more-wrapper {
    top: 15px;
  }
}

.c-VoiceChoicesCurated__see-more-shape {
  width: 107px;
  height: 48px;
}

@media screen and (min-width: 56.25em) {
  .c-VoiceChoicesCurated__see-more-shape {
    width: 133px;
    height: 60px;
  }
}

.c-VoiceChoicesCurated__see-more {
  font-family: "Graphik XX Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  background-color: transparent;
  border: none;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: 2px;
  line-height: 29px;
  line-height: 1.8125rem;
  padding: 8px 15px 15px;
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
  width: 100%;
}

@media screen and (min-width: 56.25em) {
  .c-VoiceChoicesCurated__see-more {
    font-size: 1.8125rem;
    line-height: 2.25rem;
    top: 2px;
  }
}

.c-SingleVertical4Post {
  margin: 30px auto;
  /* bottom padding must account for 55px button height */
  padding: 30px 0px 135px;
  text-align: center;
  max-width: 1366px;
}

@media screen and (min-width: 48em) {
  .c-SingleVertical4Post {
    padding: 30px 32px 135px;
    margin: 40px auto;
  }
}

@media screen and (min-width: 64em) {
  .c-SingleVertical4Post {
    padding: 30px 40px 125px;
  }
}

@media screen and (min-width: 85.375em) {
  .c-SingleVertical4Post {
    padding: 45px 73px 61px 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.c-SingleVertical4Post__header {
  margin: 0;
}

.c-SingleVertical4Post__header__latest {
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 2px;
  line-height: 25px;
  line-height: 1.5625rem;
  margin-bottom: 11px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .c-SingleVertical4Post__header__latest {
    font-size: 1.3125rem;
    line-height: 1.5625rem;
    letter-spacing: 2px;
  }
}

.c-SingleVertical4Post__header__vertical {
  height: 60px;
  margin: 0 auto 33px;
  width: auto;
}

@media screen and (min-width: 64em) {
  .c-SingleVertical4Post__header__vertical {
    height: 72px;
  }
}

@media screen and (min-width: 85.375em) {
  .c-SingleVertical4Post__header__vertical {
    margin-bottom: 30px;
  }
}

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

@media screen and (min-width: 48em) {
  .c-SingleVertical4Post__posts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.c-SingleVertical4Post__post {
  background: rgba(255, 255, 255, 1);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 200px;
}

@media screen and (min-width: 48em) {
  .c-SingleVertical4Post__post {
    margin-right: 25px;
    min-width: 0;
    min-width: initial;
    width: 25%;
  }
}

@media screen and (min-width: 64em) {
  .c-SingleVertical4Post__post {
    margin-right: 40px;
  }
}

@media screen and (min-width: 85.375em) {
  .c-SingleVertical4Post__post {
    max-width: 920px;
    margin-right: 33px;
  }
}

.c-SingleVertical4Post__post:last-child {
}

@media screen and (min-width: 48em) {
  .c-SingleVertical4Post__post:last-child {
    margin-right: 0;
  }
}

.c-SingleVertical4Post__post:hover {
}

.c-SingleVertical4Post__post:hover
  .c-SingleVertical4Post__post__info__headline {
  color: rgba(22, 141, 255, 1);
}

.c-SingleVertical4Post__post__image-wrapper {
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  padding-bottom: 66%;
  position: relative;
}

.c-SingleVertical4Post__post__info {
  padding: 30px 20px 20px;
  position: relative;
}

.c-SingleVertical4Post__post__info__headline {
  font-family: "Graphik XX Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  margin: 0;
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  line-height: 2rem;
  color: rgba(37, 37, 37, 1);
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .c-SingleVertical4Post__post__info__headline {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}

@media screen and (min-width: 64em) {
  .c-SingleVertical4Post__post__info__headline {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.c-SingleVertical4Post__post__info__byline {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: rgba(37, 37, 37, 1);
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 17px;
  line-height: 1.0625rem;
  margin: 15px 0 0;
}

@media screen and (min-width: 48em) {
  .c-SingleVertical4Post__post__info__byline {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media screen and (min-width: 64em) {
  .c-SingleVertical4Post__post__info__byline {
    font-size: 0.875rem;
    letter-spacing: 1px;
    line-height: 1.0625rem;
  }
}

.c-SingleVertical4Post__post__info__subvertical {
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  white-space: nowrap;
  left: 50%;
  position: absolute;
  top: -26px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(22, 141, 255, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  padding: 5px 10px;
  text-transform: uppercase;
  cursor: pointer;
}

@media screen and (min-width: 64em) {
  .c-SingleVertical4Post__post__info__subvertical {
    font-size: 1.0625rem;
    letter-spacing: 1px;
    line-height: 1.25rem;
    top: -29px;
  }
}

@media screen and (min-width: 48em) {
  .c-SingleVertical4Post .owl-carousel.off,
  .c-SingleVertical4Post .owl-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-SingleVertical4Post__more-stories {
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  color: rgba(37, 37, 37, 1);
  background-color: transparent;
  border-radius: 5px;
  border: 3px solid rgba(37, 37, 37, 1);
  cursor: pointer;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  line-height: 1.8125rem;
  padding: 10px 28px 10px 32px;
  text-transform: uppercase;
  position: absolute;
  bottom: 47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

@media screen and (min-width: 64em) {
  .c-SingleVertical4Post__more-stories {
    bottom: 37px;
  }
}

@media screen and (min-width: 85.375em) {
  .c-SingleVertical4Post__more-stories {
    position: static;
    -webkit-transform: none;
    transform: none;
    left: auto;
    bottom: auto;
  }
}

.c-SingleVertical4Post__more-stories:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(37, 37, 37, 1);
}

.c-SingleVertical4Post__more-stories:hover
  > .c-SingleVertical4Post__more-stories__chevron {
  stroke: rgba(255, 255, 255, 1);
}

.c-SingleVertical4Post__more-stories__text {
  margin-right: 3px;
}

.c-SingleVertical4Post__more-stories__chevron {
  stroke: rgba(37, 37, 37, 1);
  position: relative;
  height: 16px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 19px;
}

.c-SingleVertical4Post__header-and-button-wrapper {
}

@media screen and (min-width: 85.375em) {
  .c-SingleVertical4Post__header-and-button-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 50px;
    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;
  }
}

.c-SingleVertical4Post {
}

.c-SingleVertical4Post .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px !important;
}

.c-SingleVertical4Post .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-SingleVertical4Post {
}

.c-SingleVertical4Post .owl-carousel {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.c-latestGall {
  max-width: 1220px;
  margin: 28px auto 32px;
  padding: 0 15px;
  /* 1270px === 1220px + 50px padding */
}

@media screen and (min-width: 48em) {
  .c-latestGall {
    padding: 0 32px;
  }
}

@media (min-width: 1416px) {
  .c-latestGall {
    padding: 0;
  }
}

.c-latestGall__sm {
  overflow: hidden;
  position: relative;
  padding-top: 12px;
}

@media screen and (min-width: 48em) {
  .c-latestGall__sm {
    padding-top: 18px;
  }
}

@media screen and (min-width: 64em) {
  .c-latestGall__sm {
    display: none;
  }
}

.c-latestGall__sm .owl-nav {
  display: none !important;
  margin-top: 0 !important;
  position: absolute;
  bottom: 55%;
  z-index: 10;
  left: 0;
  right: 0;
}

@media screen and (min-width: 48em) {
  .c-latestGall__sm .owl-nav {
    display: block !important;
  }
}

.c-latestGall__sm .owl-nav .owl-prev {
  position: absolute;
  left: 0 !important;
  background: none !important;
}

.c-latestGall__sm .owl-nav .owl-prev div svg:hover {
  fill: white !important;
}

.c-latestGall__sm .owl-nav .owl-prev.disabled {
  display: none !important;
}

.c-latestGall__sm .owl-nav .owl-next {
  position: absolute;
  right: 0 !important;
  background: none !important;
}

.c-latestGall__sm .owl-nav .owl-next div svg:hover {
  fill: white !important;
}

.c-latestGall__sm .owl-nav .owl-next.disabled {
  display: none !important;
}

.c-latestGall__sm .owl-dots {
  margin-top: 0 !important;
  position: absolute;
  bottom: 8px;
  z-index: 10;
  left: 0;
  right: 0;
}

.c-latestGall__sm .owl-theme .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.39) !important;
}

.c-latestGall__sm .owl-theme .owl-dots .owl-dot.active span {
  background-color: rgba(255, 255, 255, 1) !important;
}

.c-latestGall__item__image {
  background-position: center center;
  background-size: cover;
  height: 265px;
  position: relative;
}

@media screen and (min-width: 37em) {
  .c-latestGall__item__image {
    height: 335px;
  }
}

@media screen and (min-width: 48em) {
  .c-latestGall__item__image {
    height: 410px;
  }
}

.c-latestGall__item__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 5px 10px 40px;
}

.c-latestGall__tag {
  margin: 0 0 17px;
}

.c-latestGall__tag__each {
  background-color: rgba(22, 141, 255, 1);
  color: rgba(255, 255, 255, 1);
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 17px;
  line-height: 1.0625rem;
  padding: 5px 10px;
  text-transform: uppercase;
}

.c-latestGall__title__each {
  font-family: "StanleyPoster";
  font-weight: normal;
  color: rgba(255, 255, 255, 1);
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 34px;
  line-height: 2.125rem;
  margin: 0;
}

.c-latestGall {
}

.c-latestGall .c-InfiniteGrid__header__text {
}

@media screen and (min-width: 48em) {
  .c-latestGall .c-InfiniteGrid__header__text {
    font-size: 3.125rem !important;
    letter-spacing: 4px !important;
    line-height: 3.75rem !important;
  }
}

@media screen and (min-width: 56.25em) {
  .c-latestGall .c-InfiniteGrid__header__text {
    font-size: 3.125rem !important;
    letter-spacing: 4px !important;
    line-height: 3.75rem !important;
  }
}

@media screen and (min-width: 64em) {
  .c-latestGall .c-InfiniteGrid__header__text {
    font-size: 3.75rem !important;
    letter-spacing: 5px !important;
    line-height: 4.5rem !important;
  }
}

.c-latestGall__lg {
  display: none;
}

@media screen and (min-width: 64em) {
  .c-latestGall__lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 508px;
    position: relative;
    overflow: hidden;
    margin-top: 34px;
  }
}

.c-latestGall__tri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 2 91% !important;
  flex: 1 2 91% !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  height: 100% !important;
}

.c-latestGall__tri__each {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 33.333333333% !important;
  flex: 1 1 33.333333333% !important;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.c-latestGall__tri__each {
}

.c-latestGall__tri__each:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 25px;
  margin: 0 auto;
  width: 155px;
  height: 1px;
  background-color: rgba(213, 213, 213, 1);
}

.c-latestGall__tri__inner {
  padding-right: 25px;
}

.c-latestGall__tri__each {
}

.c-latestGall__tri__each:last-of-type {
}

.c-latestGall__tri__each:last-of-type:after {
  display: none;
}

.c-latestGall__tri__each.active {
}

.c-latestGall__tri__each.active:before {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  height: 60px;
  width: 30px;
   background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.c-latestGall__tri__headline {
  font-family: "StanleyPoster";
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 25px;
  line-height: 1.5625rem;
  color: rgba(26, 26, 26, 1);
  margin: 0;
}

@media screen and (min-width: 85.375em) {
  .c-latestGall__tri__headline {
    font-size: 1.75rem;
    line-height: 1.9375rem;
  }
}

.c-latestGall__byline {
  margin: 12px 0 0;
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: rgba(26, 26, 26, 1);
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 1px;
}

.c-latestGall__imageContainer {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  height: auto !important;
  position: relative;
}

.c-latestGall__imageContainer__each {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease;
}

.c-latestGall__imageContainer__each.active {
  opacity: 1;
}

/*
* Post Types
*/

/*
* single_post styling
*/

.c-sPost__outerContainer {
  padding-top: 34px;
}

.c-sPost__innerContainer {
  padding-bottom: 60px;
}

/*
* Header styling
* Specific to standard posts
*/

.c-sHeader__category {
  background-color: rgba(22, 141, 255, 1);
  color: rgba(255, 255, 255, 1);
  padding: 5px 10px 4px;
  font-size: 15px;
  font-size: 0.9375rem;

  font-family: "Graphik X Cond Web";

  font-weight: 700;

  font-style: normal;

  font-stretch: normal;
}

@media screen and (min-width: 48em) {
  .c-sHeader__category {
    font-size: 1.0625rem;
  }
}

.c-sSocialList {
  z-index: 11;
}

.c-sSocialList__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 1);
  width: 122px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 64em) {
  .c-sSocialList__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 153px;
    background-color: rgba(0, 94, 183, 1);
    border-radius: 3px;
    width: 50px;
    margin-left: 0;
    margin-right: 0;
  }
}

.c-sHeader__title {
  padding: 0 20px;
  font-family: "Graphik XX Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;

  color: rgba(37, 37, 37, 1);
  font-size: 4em;
  line-height: 0.97em;
  margin-top: 32px;
  margin-bottom: 25px;
  max-width: 780px;
}

@media screen and (min-width: 48em) {
  .c-sHeader__title {
    font-size: 5.5em;
  }
}

.c-sHeader__subtitle {
  font-family: "StanleyRegular";
  font-weight: normal;

  font-style: italic;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0 30px;
  max-width: 545px;
}

.c-sHeader__author {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  letter-spacing: 1px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-top: 0;
  margin-bottom: 10px;
}

.c-sHeader__author a {
  color: inherit;
}

.c-sHeader__author:hover {
  color: rgba(22, 141, 255, 1);
}

.c-sHeader__date-wrapper {
  margin-bottom: 25px;
}

.c-sHeader__date-published {
  font-family: "Graphik Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 1px;
  line-height: 11px;
  line-height: 0.6875rem;
  color: rgba(119, 119, 119, 1);
}

.has-voiceChoice {
}

.has-voiceChoice .c-sHeader__date-wrapper {
  margin-bottom: 18px;
}

.has-voiceChoice .c-sHeader__voiceChoice {
  margin: 0 auto;
  width: 30px;
}

.has-voiceChoice .c-sContent {
  margin-top: 25px;
}

.has-voiceChoice .u-socialWrapper {
  margin-top: 25px;
}

/*
* Post content styling
* Cascade is necessary to get interior
* elements
*/

.c-sContent {
  margin-top: 40px;
  font-family: "StanleyRegular";
  font-weight: normal;

  /* directly descended <a> remains inline, so it can't have any margin */
}

.c-sContent p,
.c-sContent a:not(.u-skip),
.c-sContent ul:not(.u-skip),
.c-sContent ol {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 32px;
  line-height: 2rem;
}

.c-sContent p iframe {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  max-width: 100%;
}

.c-sContent
  div:not(.c-featuredImage__container):not(.c-figure__container):not(.u-skip) {
  font-family: "StanleyRegular";
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 32px;
  line-height: 2rem;
}

.c-sContent
  div:not(.c-featuredImage__container):not(.c-figure__container):not(.u-skip)
  div {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.c-sContent .twitter-tweet {
  margin-left: auto !important;
  margin-right: auto !important;
}

.c-sContent b,
.c-sContent strong {
  font-family: "StanleyBold";
  font-weight: normal;
}

.c-sContent a:not(.u-skip) {
  color: rgba(37, 37, 37, 1);
  padding: 0 0 0 2px !important;
  border-bottom: 1px solid rgba(37, 37, 37, 1);
}

.c-sContent a:not(.u-skip):hover {
  border-bottom: 1px solid rgba(0, 138, 255, 1);
}

.c-sContent img {
  display: block;
  max-width: 960px;
  margin: 0 auto;
}

.c-sContent .instagram-media {
  margin-left: auto !important;
  margin-right: auto !important;
}

.c-sContent .instagram-media + .instagram-media {
  margin-top: 30px !important;
}

.c-sContent blockquote {
  margin: 0 15px;
  border-left: 3px solid rgba(204, 204, 204, 1);
  padding-left: 25px;
  padding-right: 15px;
  color: rgba(87, 87, 87, 1);
  font-family: "Graphik Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 32px;
  line-height: 2rem;
}

@media screen and (min-width: 37em) {
  .c-sContent blockquote {
    max-width: 480px;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 48em) {
  .c-sContent blockquote {
    max-width: 610px;
  }
}

@media screen and (min-width: 56.25em) {
  .c-sContent blockquote {
    max-width: 690px;
  }
}

.c-sContent blockquote p {
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 32px;
  line-height: 2rem;
}

.c-sContent .c-pullquote {
  display: none;
}

.c-sContent h1,
.c-sContent h2,
.c-sContent h3,
.c-sContent h4,
.c-sContent h5,
.c-sContent h6 {
  font-family: "StanleyRegular";
  font-weight: normal;
}

.c-sContent ul > li:not(.u-skip),
.c-sContent ol > li {
  padding-bottom: 8px;
}

.c-sContent ul > li:last-child,
.c-sContent ol > li:last-child {
  padding-bottom: 0;
}

.c-sContent > a + * {
  margin-top: 24px;
}

.u-contained .c-sContent {
  padding: 0 15px;
}

.u-contained .c-sContent > ul,
.u-contained .c-sContent > ol {
  padding-left: 18px;
  padding-right: 0;
}

@media screen and (min-width: 37em) {
  .u-contained .c-sContent {
    max-width: 480px;
    padding: 0;
  }
}

@media screen and (min-width: 48em) {
  .u-contained .c-sContent {
    max-width: 690px;
    padding: 0 40px;
  }
}

@media screen and (min-width: 56.25em) {
  .u-contained .c-sContent {
    padding: 0;
  }
}

.u-contained .c-sContent > h1,
.u-contained .c-sContent > h2,
.u-contained .c-sContent > h3,
.u-contained .c-sContent > h4,
.u-contained .c-sContent > h5,
.u-contained .c-sContent > h6,
.u-contained .c-sContent > p,
.u-contained .c-sContent > span,
.u-contained .c-sContent > div {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.c-sContent {
}

.c-sContent > hr {
  padding: 0 !important;
}

.c-sContent > ul:not(.u-skip),
.c-sContent > ol {
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px 0 33px;
}

@media screen and (min-width: 37em) {
  .c-sContent {
  }

  .c-sContent > ul,
  .c-sContent > ol {
    max-width: 480px;
    padding: 0 0 0 18px;
  }
}

@media screen and (min-width: 48em) {
  .c-sContent {
  }

  .c-sContent > ul,
  .c-sContent > ol {
    max-width: 690px;
    padding: 0 0 0 58px;
  }
}

@media screen and (min-width: 56.25em) {
  .c-sContent {
  }

  .c-sContent > ul,
  .c-sContent > ol {
    padding: 0 0 0 18px;
  }
}

.c-sContent h1,
.c-sContent h2,
.c-sContent h3,
.c-sContent h4,
.c-sContent h5,
.c-sContent h6,
.c-sContent p,
.c-sContent hr,
.c-sContent table,
.c-sContent
  div:not(.c-featuredImage__container):not(.c-figure__container):not(.u-skip) {
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 37em) {
  .c-sContent h1,
  .c-sContent h2,
  .c-sContent h3,
  .c-sContent h4,
  .c-sContent h5,
  .c-sContent h6,
  .c-sContent p,
  .c-sContent hr,
  .c-sContent table,
  .c-sContent
    div:not(.c-featuredImage__container):not(.c-figure__container):not(.u-skip) {
    max-width: 480px;
    padding: 0;
  }
}

@media screen and (min-width: 48em) {
  .c-sContent h1,
  .c-sContent h2,
  .c-sContent h3,
  .c-sContent h4,
  .c-sContent h5,
  .c-sContent h6,
  .c-sContent p,
  .c-sContent hr,
  .c-sContent table,
  .c-sContent
    div:not(.c-featuredImage__container):not(.c-figure__container):not(.u-skip) {
    max-width: 690px;
    padding: 0 40px;
  }
}

@media screen and (min-width: 56.25em) {
  .c-sContent h1,
  .c-sContent h2,
  .c-sContent h3,
  .c-sContent h4,
  .c-sContent h5,
  .c-sContent h6,
  .c-sContent p,
  .c-sContent hr,
  .c-sContent table,
  .c-sContent
    div:not(.c-featuredImage__container):not(.c-figure__container):not(.u-skip) {
    padding: 0;
  }
}

.c-sContent .fb_iframe_widget {
  display: block;
}

/*
* Tags
*/

.c-sTags {
  margin: 60px auto 0;
  padding: 0 15px;
}

@media screen and (min-width: 37em) {
  .c-sTags {
    max-width: 480px;
    padding: 0;
  }
}

@media screen and (min-width: 56.25em) {
  .c-sTags {
    max-width: 690px;
  }
}

.c-sTags__label {
  font-family: "Graphik X Cond Web";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;

  font-weight: 600;
  padding-right: 15px;
  color: rgba(87, 87, 87, 1);
  font-size: 0.875em;
  letter-spacing: 0.47px;
}

.c-sTags a {
  font-family: "Graphik X Cond Web";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;

  color: rgba(22, 141, 255, 1);
  font-weight: bold;
  font-size: 0.875em;
  letter-spacing: 0.14px;
  margin-right: 15px;
  text-transform: uppercase;
}

.c-figure__container {
  margin: 0 0 25px;
}

@media screen and (min-width: 48em) {
  .c-figure__container {
    margin: 0 40px 25px;
  }
}

@media screen and (min-width: 64em) {
  .c-figure__container {
    max-width: 764px;
    margin: 0 auto 25px;
  }
}

@media screen and (min-width: 70.625em) {
  .c-figure__container {
    max-width: 870px;
  }
}

@media screen and (min-width: 85.375em) and (min-height: 700px) {
  .c-figure__container {
    max-width: 960px;
  }
}

.c-inlineImage__figure {
  display: inline-block;
  float: right;
  max-width: 120px;
  margin: 10px 0 0 15px;

  media (--breakpoint-small) {
    margin: 10px 0 0 20px;
  }
}

@media screen and (min-width: 56.25em) {
  .c-inlineImage__figure {
    max-width: 200px;
  }
}

.c-inlineImage__figure .c-credit {
  display: block;
  text-align: right !important;
  padding-top: 7px !important;
  font-size: 10px !important;
  font-size: 0.625rem !important;
  line-height: 20px !important;
  line-height: 1.25rem !important;
}

@media screen and (min-width: 48em) {
  .c-inlineImage__figure .c-credit {
    margin-top: auto !important;
    max-width: none !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
}

.c-caption {
  margin: 0 15px;
  padding-top: 6px;
}

@media screen and (min-width: 48em) {
  .c-caption {
    margin: 0;
    padding-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

.c-caption__text {
  font-family: "Graphik Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;

  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: rgba(38, 38, 38, 1);
  margin-top: 2px;
  padding-right: 20px;
}

.c-caption__text a {
  font-family: "Graphik Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  line-height: 20px !important;
  line-height: 1.25rem !important;
  color: rgba(38, 38, 38, 1) !important;
  padding: 0 0 1px !important;
}

.c-caption__text a:hover {
  border-bottom: 1px solid rgba(38, 38, 38, 1) !important;
}

.c-caption__text a:visited {
  color: rgba(38, 38, 38, 1) !important;
}

.c-credit {
  font-family: "Graphik Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  font-size: 8px;
  font-size: 0.5rem;
  letter-spacing: 0.03em;
  line-height: 20px;
  line-height: 1.25rem;
  color: rgba(151, 151, 151, 1);
  text-transform: uppercase;
}

.c-credit a {
  font-family: "Graphik Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 8px !important;
  font-size: 0.5rem !important;
  letter-spacing: 0.03em !important;
  line-height: 1.6 !important;
  color: rgba(151, 151, 151, 1) !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid #d6d6d6 !important;
  padding: 0 0 2px !important;
}

.c-credit a:hover {
  border-bottom: 1px solid #d6d6d6 !important;
}

.c-credit a:visited {
  color: rgba(151, 151, 151, 1) !important;
}

@media screen and (min-width: 48em) {
  .c-credit {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 20%;
    text-align: right;
    line-height: 1.6;
    margin-top: 2px;
  }
}

body.scrollToFixedHeader {
}

body.scrollToFixedHeader .c-fPost__outerContainer {
  margin-top: 55px;
}

@media screen and (min-width: 56.25em) {
  body.scrollToFixedHeader .c-fPost__outerContainer {
    margin-top: 0;
  }
}

body.scrollToFixedHeader.headerFixed .c-fPost__outerContainer {
  margin-top: 0;
}

.c-fPost__outerContainer {
  padding-top: 34px;
}

.c-fPost__innerContainer {
  margin: 0 auto 60px;
  max-width: 1446px;
}

.c-fHeader {
}

@media screen and (min-width: 56.25em) {
  .c-fHeader {
    position: relative;
    height: 576px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 64em) {
  .c-fHeader {
    height: 620px;
  }
}

@media screen and (min-width: 85.375em) and (min-height: 700px) {
  .c-fHeader {
    height: 700px;
  }
}

.c-fHeader__wrapper {
  width: 100%;
  min-height: 200px;
  max-height: 400px;
  padding-bottom: 75%;
  position: relative;
}

@media screen and (min-width: 56.25em) {
  .c-fHeader__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 0;
    min-height: none;
    max-height: none;
  }
}

.c-fHeader__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (min-width: 48em) {
  .c-fHeader__image {
    margin-left: 32px;
    margin-right: 32px;
  }
}

@media screen and (min-width: 56.25em) {
  .c-fHeader__image {
    margin-left: 40px;
    margin-right: 40px;
  }
}

.c-fHeader__image::before {
}

@media screen and (min-width: 56.25em) {
  .c-fHeader__image::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.2) 15%,
      rgba(0, 0, 0, 0.7) 100%
    );
    height: 64%;
  }
}

.c-fHeader__text {
  margin-top: -13px;
}

@media screen and (min-width: 48em) {
  .c-fHeader__text {
    z-index: 1; /* puts text on top of invisible .c-fHeader__wrapper */
  }
}

@media screen and (min-width: 56.25em) {
  .c-fHeader__text {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
  }
}

.c-fHeader__category {
  background-color: rgba(22, 141, 255, 1);
  color: rgba(255, 255, 255, 1);
  padding: 5px 10px 4px;
  font-size: 15px;
  font-size: 0.9375rem;

  font-family: "Graphik X Cond Web";

  font-weight: 700;

  font-style: normal;

  font-stretch: normal;
}

@media screen and (min-width: 48em) {
  .c-fHeader__category {
    font-size: 1.0625rem;
  }
}

.c-fHeader__title {
  font-size: 66px;
  letter-spacing: 2px;
  line-height: 65px;

  font-family: "Graphik XX Cond Web";

  font-weight: 700;

  font-style: normal;

  font-stretch: normal;

  color: rgba(38, 38, 38, 1);
  margin-top: 20px;
  margin-bottom: 17px;
  padding: 0 15px;
}

@media screen and (min-width: 48em) {
  .c-fHeader__title {
    padding: 0 32px;
  }
}

@media screen and (min-width: 56.25em) {
  .c-fHeader__title {
    color: rgba(255, 255, 255, 1);
    font-size: 5.5rem;
    line-height: 5.375rem;
  }
}

.c-fHeader__subtitle {
  font-family: "StanleyRegular";
  font-weight: normal;

  font-style: italic;
  margin-top: 0;
  padding: 0 30px;
  margin-bottom: 25px;
  max-width: 545px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 30px;
  line-height: 1.875rem;
}

@media screen and (min-width: 56.25em) {
  .c-fHeader__subtitle {
    color: rgba(255, 255, 255, 1);
  }
}

.c-fHeader__author {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  letter-spacing: 1px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-top: 0;
  margin-bottom: 13px;
}

@media screen and (min-width: 56.25em) {
  .c-fHeader__author {
    color: rgba(255, 255, 255, 1);
  }
}

.c-fHeader__author a {
  color: inherit;
}

.c-fHeader__author > span {
  cursor: pointer;
}

.c-fHeader__author > span:hover {
  color: rgba(22, 141, 255, 1);
}

@media screen and (min-width: 56.25em) {
  .c-fHeader__author > span:hover {
    color: inherit;
  }
}

.c-fHeader__date-wrapper {
  margin-bottom: 25px;
}

.c-fHeader__date-published {
  font-family: "Graphik Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 1px;
  line-height: 11px;
  line-height: 0.6875rem;
  color: rgba(119, 119, 119, 1);
  margin-bottom: 25px;
}

@media screen and (min-width: 56.25em) {
  .c-fHeader__date-published {
    color: rgba(255, 255, 255, 1);
  }
}

.c-featureImageSource__wrapper {
  margin-top: 23px;
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (min-width: 37em) {
  .c-featureImageSource__wrapper {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 48em) {
  .c-featureImageSource__wrapper {
    max-width: 690px;
    padding: 0 40px;
  }
}

.c-featureImageSource__wrapper--second {
  display: none;
}

@media screen and (min-width: 56.25em) {
  .c-featureImageSource__wrapper--second {
    display: block;
    overflow: hidden;
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 40px;
    margin-top: 6px;
  }
}

.c-featureImageSource__caption--first {
  font-family: "Graphik Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: rgba(38, 38, 38, 1);
  margin-top: 2px;
  padding-bottom: 12px;
  display: inline;
  margin-right: 20px;
}

@media screen and (min-width: 56.25em) {
  .c-featureImageSource__caption--first {
    display: none;
  }
}

.c-featureImageSource__caption--first a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: rgba(38, 38, 38, 1);
  border-bottom: 1px solid rgba(38, 38, 38, 1);
}

.c-featureImageSource__caption--first a:visited {
  color: rgba(38, 38, 38, 1);
}

.c-featureImageSource__caption--second {
  font-family: "Graphik Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: rgba(38, 38, 38, 1);
  margin-top: 2px;
  padding-right: 20px;
  display: none;
}

@media screen and (min-width: 56.25em) {
  .c-featureImageSource__caption--second {
    display: block;
    float: left;
    width: 80%;
    max-width: 666px;
  }
}

.c-featureImageSource__caption--second a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: rgba(38, 38, 38, 1);
  border-bottom: 1px solid rgba(38, 38, 38, 1);
}

.c-featureImageSource__caption--second a:visited {
  color: rgba(38, 38, 38, 1);
}

.c-featureImageSource__byline--second {
  font-family: "Graphik Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  color: rgba(151, 151, 151, 1);
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-align: right;
  opacity: 0.85;
  float: right;
  width: 20%;
}

.c-featureImageSource__byline--second a {
  color: rgba(151, 151, 151, 1);
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 20px;
  line-height: 1.25rem;
  border-bottom: 1px solid rgba(151, 151, 151, 1);
  padding-bottom: 1px;
}

.c-featureImageSource__byline--second a:visited {
  color: rgba(151, 151, 151, 1);
}

.c-featureImageSource__byline {
  font-family: "Graphik Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  color: rgba(151, 151, 151, 1);
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 20px;
  line-height: 1.25rem;
  opacity: 0.85;
  display: inline;
}

@media screen and (min-width: 56.25em) {
  .c-featureImageSource__byline {
    display: none;
  }
}

.c-featureImageSource__byline a {
  color: rgba(151, 151, 151, 1);
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 20px;
  line-height: 1.25rem;
  border-bottom: 1px solid rgba(151, 151, 151, 1);
  padding-bottom: 1px;
}

.c-featureImageSource__byline a:visited {
  color: rgba(151, 151, 151, 1);
}

.c-fContent {
  margin-top: 7px;
}

.c-fContent > p:first-child::first-letter {
  float: left;
  font-size: 153px;
  line-height: 140px;
  padding-right: 13px;
  padding-left: 3px;
  text-align: center;
  margin-top: -7px;
  margin-bottom: -31px;
  font-family: "Produkt XX Cond Web";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

.c-gallery__outerContainer {
  padding-top: 34px;
}

.scrollToFixedHeader .c-gallery__outerContainer {
  padding-top: 34px;
}

@media screen and (min-width: 64em) {
  .scrollToFixedHeader .c-gallery__outerContainer {
    padding-top: 0;
  }
}

.c-gallery__innerContainer {
  max-width: 1446px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.c-galleryHeader {
  background-color: rgba(23, 23, 23, 1);
  padding-top: 15px;
  padding-bottom: 32px;
  position: relative;
  margin: 0 auto 42px;
  max-width: 820px;
}

@media screen and (min-width: 48em) {
  .c-galleryHeader {
    padding-top: 32px;
  }
}

@media screen and (min-width: 64em) {
  .c-galleryHeader {
    max-width: none;
    max-height: 539px;
    margin: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
    min-height: 539px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 70.625em) {
  .c-galleryHeader {
    min-height: 618px;
    max-height: 618px;
  }
}

.c-galleryHeader__wrapper {
  cursor: pointer;
  width: 100%;
  min-height: 200px;
  max-height: 400px;
  padding-bottom: 75%;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 64em) {
  .c-galleryHeader__wrapper {
    min-height: 0;
    min-height: initial;
    max-height: none;
    max-height: initial;
    padding-bottom: 0;
    max-width: 53%;
  }
}

@media screen and (min-width: 70.625em) {
  .c-galleryHeader__wrapper {
    max-width: 60%;
  }
}

.c-galleryHeader__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (min-width: 48em) {
  .c-galleryHeader__image {
    margin-left: 32px;
    margin-right: 32px;
  }
}

@media screen and (min-width: 64em) {
  .c-galleryHeader__image {
    margin-right: 0;
    margin-left: 0;
  }
}

.c-galleryHeader__gradient:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 110px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 15%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

.c-galleryHeader__text {
  margin: -13px auto 0;
  padding: 0 15px;
  position: relative;
  max-width: 500px;
  z-index: 10;
}

@media screen and (min-width: 64em) {
  .c-galleryHeader__text {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
  }
}

.c-gallery__only {
}

.c-gallery__only .c-galleryHeader__title {
  max-width: none !important;
}

.c-gallery__only .c-galleryHeader__text.c-galleryHeader__text__title--only {
}

.c-gallery__only
  .c-galleryHeader__text.c-galleryHeader__text__title--only
  .c-galleryHeader__title {
}

@media screen and (min-width: 56.25em) {
  .c-gallery__only
    .c-galleryHeader__text.c-galleryHeader__text__title--only
    .c-galleryHeader__title {
    margin-left: 0 !important;
  }
}

.c-galleryHeader__text__title--only {
  bottom: 40px;
  left: 0;
  right: 0;
  position: absolute;
  max-width: none !important;
}

@media screen and (min-width: 56.25em) {
  .c-galleryHeader__text__title--only {
    left: 15px;
    bottom: 0px;
    position: absolute;
    width: calc(100% - 190px);
  }
}

.c-galleryHeader__text__title--only .c-galleryHeader__title {
  font-family: "StanleyPoster" !important;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 32px;
  line-height: 2rem;
}

@media screen and (min-width: 56.25em) {
  .c-galleryHeader__text__title--only .c-galleryHeader__title {
    text-align: left;
    font-size: 2.4375rem;
    line-height: 2.9375rem;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}

.c-galleryHeader__text__button--only {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  max-width: none !important;
}

@media screen and (min-width: 56.25em) {
  .c-galleryHeader__text__button--only {
    right: 20px;
    text-align: right !important;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.c-galleryHeader__text__button--only .c-galleryHeader__button {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  padding: 8px 10px;
}

@media screen and (min-width: 56.25em) {
  .c-galleryHeader__text__button--only .c-galleryHeader__button {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 15px 17px;
  }
}

.c-galleryHeader__category {
  background-color: rgba(22, 141, 255, 1);
  color: rgba(255, 255, 255, 1);
  padding: 5px 10px;
  letter-spacing: 0.04em;
  font-size: 14.992px;
  font-size: 0.937rem;

  font-family: "Graphik X Cond Web";

  font-weight: 700;

  font-style: normal;

  font-stretch: normal;
}

@media screen and (min-width: 48em) {
  .c-galleryHeader__category {
    padding: 5px 13px;
    font-size: 1.0625rem;
  }
}

.c-galleryHeader__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;

  font-family: "StanleyPoster";

  font-weight: normal;

  color: rgba(255, 255, 255, 1);
  margin-top: 20px;
  margin-bottom: 24px;
}

@media screen and (min-width: 48em) {
  .c-galleryHeader__title {
    padding: 0 42px;
  }
}

@media screen and (min-width: 70.625em) {
  .c-galleryHeader__title {
    font-size: 2.4375rem;
  }
}

.c-galleryHeader__author {
  font-family: "Graphik X Cond Web";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;

  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 1);
}

.c-galleryHeader__date-wrapper {
  margin-bottom: 20px;
}

@media screen and (min-width: 48em) {
  .c-galleryHeader__date-wrapper {
    margin-bottom: 32px;
  }
}

.c-galleryHeader__date-published {
  font-family: "Graphik Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  font-size: 10px;
  font-size: 0.625rem;
  line-height: 11px;
  line-height: 0.6875rem;
  letter-spacing: 0.06em;
  color: rgba(119, 119, 119, 1);
}

.c-galleryHeader__button {
  font-family: "Graphik X Cond Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;

  letter-spacing: 0.08em;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  border: 0;
  border-radius: 3px;
  color: rgba(255, 255, 255, 1);
  padding: 15px 17px;
  background-color: rgba(14, 93, 180, 1);
  cursor: pointer;
}

.c-fpHeader + .c-gallery__outerContainer {
}

.c-fpHeader + .c-gallery__outerContainer .c-galleryHeader__button {
  margin-bottom: 20px;
}

@media screen and (min-width: 48em) {
  .c-fpHeader + .c-gallery__outerContainer .c-galleryHeader__button {
    margin-bottom: 0;
  }
}

.c-galleryHeader__source {
  font-family: "Graphik Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: rgba(151, 151, 151, 1);
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.04em;
  opacity: 0.85;
}

@media screen and (min-width: 64em) {
  .c-galleryHeader__source {
    display: none;
  }
}

.c-galleryHeader__source a {
  color: rgba(151, 151, 151, 1);
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(151, 151, 151, 0.85);
  padding-bottom: 1px;
}

.c-galleryHeader__source a:visited {
  color: rgba(151, 151, 151, 1);
}

.c-galleryHeader__source--second {
  font-family: "Graphik Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  display: none;
}

@media screen and (min-width: 64em) {
  .c-galleryHeader__source--second {
    display: block;
    color: rgba(151, 151, 151, 1);
    position: absolute;
    bottom: -20px;
    right: 0;
    font-size: 0.5rem;
    line-height: 1.25rem;
    opacity: 0.85;
  }
}

.c-galleryHeader__source--second a {
  color: rgba(151, 151, 151, 1);
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 20px;
  line-height: 1.25rem;
  border-bottom: 1px solid rgba(151, 151, 151, 0.85);
  padding-bottom: 1px;
}

.c-galleryHeader__source--second a:visited {
  color: rgba(151, 151, 151, 1);
}

.u-GalleryHidden {
  display: none;
}

.u-GalleryVisible {
  display: block;
  z-index: 10000001;
  position: fixed;
  background-color: rgba(23, 23, 23, 1);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.c-gallery__outer {
}

@media screen and (min-width: 48em) {
  .c-gallery__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    padding: 0 40px;
    -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;
  }
}

.c-gallery__inner {
  position: relative;
  height: 100%;
}

@media screen and (min-width: 48em) {
  .c-gallery__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.c-gallery__image--container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  padding-bottom: 175px;
  -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;
}

.c-gallery__image--container img {
  margin: 0 auto !important;
}

@media screen and (min-width: 48em) {
  .c-gallery__image--container {
    position: static;
    width: auto;
    max-height: 100vh;
    padding: 32px 0;
  }
}

.c-gallery__imageSource {
  float: right;
  font-family: "Graphik Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  color: rgba(151, 151, 151, 1);
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 20px;
  line-height: 1.25rem;
  opacity: 0.85;
  padding-right: 10px;
  padding-top: 3px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 48em) {
  .c-gallery__imageSource {
    padding-right: 0;
  }
}

.c-gallery__imageSource a {
  color: rgba(151, 151, 151, 1);
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 20px;
  line-height: 1.25rem;
  border-bottom: 1px solid rgba(151, 151, 151, 0.85);
  padding-bottom: 1px;
}

.c-gallery__imageSource a:visited {
  color: rgba(151, 151, 151, 1);
}

.c-gallery__slideNo {
  color: rgba(255, 255, 255, 1);
}

.c-galleryClose__close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
}

@media screen and (min-width: 48em) {
  .c-galleryClose__close {
    width: 100%;
    margin: 0 auto -40px;
    padding: 0 15px;
    position: relative;
    top: auto;
    right: auto;
    text-align: right;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.c-galleryClose__closeButton {
  outline: 0;
  border: 0;
  border-radius: 2px;
  background-color: transparent;
  text-align: center;
  padding: 6px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.c-gallery__socialContainer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  padding-bottom: 10px;
  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;
  padding-left: 15px;
  background-color: rgba(23, 23, 23, 1);
  z-index: 1;
}

@media screen and (min-width: 48em) {
  .c-gallery__socialContainer {
    position: relative;
    display: block;
    margin-top: 10px;
    padding-left: 0;
    bottom: auto;
    left: auto;
    right: auto;
  }
}

.c-gallery__socialContainer::before {
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  content: "";
  background-image: linear-gradient(transparent, rgba(23, 23, 23, 1));
  z-index: 1;
  height: 22px;
}

@media screen and (min-width: 48em) {
  .c-gallery__socialContainer::before {
    display: none;
  }
}

.c-gallery__social {
  opacity: 0.65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 161px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
}

@media screen and (min-width: 48em) {
  .c-gallery__social {
    width: 105px;
  }
}

.c-gallery__social svg {
  fill: rgba(255, 255, 255, 1);
  opacity: 0.65;
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 48em) {
  .c-gallery__social svg {
    width: 14px;
    height: 14px;
  }
}

.c-gallery__social svg:hover {
  opacity: 0.9;
}

.c-gallery__text {
  position: absolute;
  height: 165px;
  width: 100%;
  bottom: 0;
}

@media screen and (min-width: 48em) {
  .c-gallery__text {
    position: static;
    height: auto;
    margin-left: 40px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.c-gallery__caption {
  position: absolute;
  bottom: 0;
  padding: 10px 15px 70px;
  background-color: rgba(23, 23, 23, 0.9);
  z-index: 1;
  transition: all 0.3s ease;
}

@media screen and (min-width: 48em) {
  .c-gallery__caption {
    position: relative;
    padding: 0;
  }
}

.c-gallery__slideNo {
  font-family: "Graphik X Cond Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  color: rgba(255, 255, 255, 1);
}

.c-gallery__captionText {
  font-family: "Graphik Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;

  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  margin-top: 5px;
  min-height: 49px;
}

@media screen and (min-width: 48em) {
  .c-gallery__captionText {
    min-height: auto;
    min-width: 260px;
  }
}

.c-gallery__captionText a {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  padding-bottom: 1px;
}

.c-gallery__captionText a:visited {
  color: rgba(255, 255, 255, 1);
}

.c-gallery__captionText:empty {
  min-width: 0;
}

.c-gallery__image--each {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto !important;
}

.c-gallery {
}

.c-gallery .owl-carousel {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media screen and (min-width: 48em) {
  .c-gallery .owl-carousel {
    background-color: rgba(23, 23, 23, 1);
    height: 100vh;
  }
}

.c-gallery .owl-item:not(.active) {
  opacity: 0;
}

.c-gallery .owl-nav {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.c-gallery .owl-prev {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 6px;
  text-align: center;
  background-color: rgba(66, 66, 66, 1);
  border-radius: 2px;
}

.c-gallery .owl-next {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 6px;
  text-align: center;
  background-color: rgba(66, 66, 66, 1);
  border-radius: 2px;
  margin-left: 10px;
}

.c-gallery .owl-stage {
  height: 100vh !important;
}

.c-gallery .owl-item {
  height: 100vh !important;
}

.o-ad__oopWrap {
  height: 0;
  display: none;
}

.o-ad__inlineWrap {
  max-width: 690px;
  padding: 0 !important;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .o-ad__inlineWrap {
    text-align: inherit;
  }
}

.o-ad__inlineWrap .o-ad__inline {
  display: inline-block;
}

@media screen and (min-width: 64em) {
  .o-ad__inlineWrap .o-ad__inline {
    padding: 10px 0 10px 20px !important;
    margin: 0 -150px 0 0 !important;
    width: 300px;
    float: right;
    clear: right;
  }
}

.o-ad__top,
.o-ad__post-wide {
}

.o-ad__top.has-ad,
.o-ad__post-wide.has-ad {
  padding: 20px 0;
  background-color: rgba(245, 245, 245, 1);
}

.o-ad__post-wide {
  margin-top: 20px;
}

.o-ad__datebook {
  padding: 10px 0;
  background-color: rgba(245, 245, 245, 1);
  margin-bottom: 48px;
}

@media screen and (min-width: 64em) {
  .o-ad__datebook {
    padding: 20px 0;
  }
}

.o-ad__ig {
  margin: 0 0 30px;
}

@media screen and (min-width: 48em) {
  .o-ad__ig {
    padding: 20px 0;
    margin: 0 0 40px;
    border-top: 1px solid rgba(245, 245, 245, 1);
    border-bottom: 1px solid rgba(245, 245, 245, 1);
  }
}

body.interiorHeader.headerFixed .o-ad__top {
  margin-top: 55px;
}

@media screen and (min-width: 56.25em) {
  body.interiorHeader.headerFixed .o-ad__top {
    margin-top: 75px;
  }
}

.o-ad__fullBleedWrapper {
  text-align: center;
  overflow: hidden;
  padding: 20px 0;
}

.o-ad__fullBleedWrapper .o-ad__fullBleed {
  display: inline-block;
}

.o-ad__top .o-ad__fullBleedWrapper,
.o-ad__post-wide .o-ad__fullBleedWrapper {
  padding: 0;
}

/*
* Vendor Gallery
*/

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

 

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*******************
/*******************
 * Knight Client Solutions Style Updates
 *******************
 *******************/

/************************
 * Hide footer newsletter signup
 *******************/
.c-Footer #vv_newsletter {
  display: none;
}

/************************
 * Hide Most Popular Section
 *******************/
#post-most-popular-list {
  display: none;
}

/************************
 * Show adminbar above post header
 *******************/
#wpadminbar {
  z-index: 100000001;
}

/************************
 * Update Style of Post date on post page
 *******************/
.c-sHeader__author.u-tac span a {
  font-size: 1.19rem;
}
.c-sHeader__date-published.u-ttu {
  font-size: 16px;
  line-height: 17px;
  color: black;
  text-transform: none;
}

/************************
 * Update Style of Post date on Home page / Category Pages / Tag Page
 *******************/
.c-Curated2To5Posts__post__info__date,
.c-InfiniteGrid__post__info__date,
.c-postList__post__pubDate {
  color: black !important;
  text-transform: none !important;
  font-size: 0.85rem !important;
  line-height: 1rem !important;
}

.c-postList__relatedpost__info__date-wrapper {
  text-align: center;
}
.c-postList__relatedpost__info__date-published {
  font-size: 13px;
  line-height: 14px;
  color: black;
  text-transform: none;
  font-family: "Graphik Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@media screen and (min-width: 48em) {
  .c-postList__post__pubDate {
    font-size: 0.85rem !important;
    line-height: 1rem !important;
  }

  .c-postList__relatedpost__info__date-published {
    font-size: 0.85rem !important;
    line-height: 1rem !important;
  }
}

@media screen and (min-width: 70.625em) {
  .c-postList__post__pubDate {
    font-size: 0.85rem !important;
    line-height: 1rem !important;
  }
  .c-postList__relatedpost__info__date-published {
    font-size: 0.85rem !important;
    line-height: 1rem !important;
  }
}

/************************
 * Update Style of NAV items - Used when sub_vertical_list.php has
 * been disabled
 *******************/
.o-nav .o-nav__verticalPostList {
  border-bottom: none;
}

.o-nav .o-nav__vertical .o-nav__vertical__btn {
  display: none;
}

/************************
 * Update Spacing of Archive page Headers and Titles
 ********************/
.c-tagPageHeader__headline {
  padding-top: 45px;
}

/**********
* E_Edition Styles
***********/

.c-tagPageHeader__headline.e_edition {
  line-height: 1.25em;
  padding-top: 32px;
}

.c-tagPageHeader.e_edition {
  /* margin-top: 62.5px;*/
}

#e_edition_post_list .c-postList__post__metadata {
  margin: auto 0;
  /*  margin-right: 10%; */
}

#e_edition_post_list .c-postList__post__thumbnail div {
  height: 150px !important;
}

#e_edition_post_list .c-postList__post__thumbnail {
  /* margin-left: 10%; */
  flex: 0 0 150px !important;
}

#e_edition_post_list .c-postList__post {
  padding: 20px 20% !important;
}

#e_edition_post_list .c-postList__post__title.c-postList__post__title__wo_dek {
  font-size: 2.5em !important;
}

/*
#e_edition_post_list .c-Curated2To5Posts__main-post-5.u-pr.e_edition{
    margin-bottom:50px;

}

*/

.c-Curated2To5Posts__main-post__image-wrapper.e_edition {
  height: 341px;
  /*  width: 315px;
    margin: 0 auto; */
}

.c-Curated2To5Posts__main-post__info.u-tac.u-pr.e_edition {
  padding-top: 2px;
}

.c-Curated2To5Posts__main-post__info__subvertical.e_edition {
  display: none;
}

/* DESKTOP STYLES */
@media screen and (min-width: 48em) {
  .c-tagPageHeader__headline.e_edition {
    line-height: 1.25em;
    padding-top: 45px;
  }
  
  #e_edition_post_list .c-postList__post__thumbnail div {
    height: 210px !important;
  }

  #e_edition_post_list .c-postList__post__thumbnail {
    /* margin-left: 10%; */
    flex: 0 0 210px !important;
  }

  #e_edition_post_list
    .c-postList__post__title.c-postList__post__title__wo_dek {
    font-size: 3.75em !important;
  }

  .c-Curated2To5Posts__main-post-5.u-pr.e_edition {
    margin-bottom: 51px;
  }

  .c-Curated2To5Posts__main-post__image-wrapper.e_edition {
    height: 340px;
  }

  .c-Curated2To5Posts__main-post__info.u-tac.u-pr.e_edition {
    padding-top: 10px;
  }

  .c-Curated2To5Posts__main-post__info__headline.u-graphik.e_edition {
    font-size: 2.8rem;
  }
}

/**********
* END E_Edition Styles
***********/

.editorial-disclaimer {
    margin-top: 4em !important;
    margin-bottom: 45px !important;
}
.editorial-disclaimer-text {
    font-family: "StanleyBold";
    font-weight: normal;
}


/******
* Center Ad at Bottom of posts
*******/

#flipp-ux-slot-67ybs75 {
    max-width: 870px;
    margin: 25px auto;
    text-align: center;
    

    
}

.flipp-ux-header {
    padding: 0 41px !important;
    font-size: 2.4375rem;
    font-family: "Graphik XX Cond Web";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    border-bottom: solid 2px rgba(225, 225, 225, 1);
    
}
 

.c-sContent h6 a:not(.u-skip),
.c-sContent h5 a:not(.u-skip),
.c-sContent h4 a:not(.u-skip),
.c-sContent h3 a:not(.u-skip),
.c-sContent h2 a:not(.u-skip) {
  font-size: inherit;
  line-height: 1rem;
}


.ad-disclosure {
  font-size: smaller;
  color: #5c5c5c;
  border-top: 1px solid #5c5c5c;
}

 