﻿/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*@import "utilities";*/
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: rgb(10.4, 88, 202.4);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*@import "type";
@import "images";*/
.container,
.container-fluid,
.container-lg,
.container-mdy,
.container-mdx,
.container-md,
.container-smx,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 670px) {
  .container-smx, .container-sm, .container {
    max-width: 670px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-smx, .container-sm, .container {
    max-width: 715px;
  }
}
@media (min-width: 1030px) {
  .container-mdx, .container-md, .container-smx, .container-sm, .container {
    max-width: 1030px;
  }
}
@media (min-width: 1200px) {
  .container-mdy, .container-mdx, .container-md, .container-smx, .container-sm, .container {
    max-width: 1030px;
  }
}
@media (min-width: 1400px) {
  .container-lg, .container-mdy, .container-mdx, .container-md, .container-smx, .container-sm, .container {
    max-width: 1030px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 670px) {
  .col-smx {
    flex: 1 0 0%;
  }
  .row-cols-smx-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-smx-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-smx-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-smx-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-smx-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-smx-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-smx-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1030px) {
  .col-mdx {
    flex: 1 0 0%;
  }
  .row-cols-mdx-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-mdx-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-mdx-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-mdx-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-mdx-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-mdx-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-mdx-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-mdy {
    flex: 1 0 0%;
  }
  .row-cols-mdy-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-mdy-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-mdy-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-mdy-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-mdy-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-mdy-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-mdy-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 670px) {
  .col-smx-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-smx-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-smx-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-smx-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-smx-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-smx-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-smx-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-smx-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-smx-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-smx-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-smx-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-smx-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-smx-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-smx-0 {
    margin-left: 0;
  }
  .offset-smx-1 {
    margin-left: 8.33333333%;
  }
  .offset-smx-2 {
    margin-left: 16.66666667%;
  }
  .offset-smx-3 {
    margin-left: 25%;
  }
  .offset-smx-4 {
    margin-left: 33.33333333%;
  }
  .offset-smx-5 {
    margin-left: 41.66666667%;
  }
  .offset-smx-6 {
    margin-left: 50%;
  }
  .offset-smx-7 {
    margin-left: 58.33333333%;
  }
  .offset-smx-8 {
    margin-left: 66.66666667%;
  }
  .offset-smx-9 {
    margin-left: 75%;
  }
  .offset-smx-10 {
    margin-left: 83.33333333%;
  }
  .offset-smx-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1030px) {
  .col-mdx-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-mdx-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-mdx-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-mdx-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-mdx-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-mdx-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-mdx-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-mdx-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-mdx-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-mdx-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-mdx-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-mdx-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-mdx-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-mdx-0 {
    margin-left: 0;
  }
  .offset-mdx-1 {
    margin-left: 8.33333333%;
  }
  .offset-mdx-2 {
    margin-left: 16.66666667%;
  }
  .offset-mdx-3 {
    margin-left: 25%;
  }
  .offset-mdx-4 {
    margin-left: 33.33333333%;
  }
  .offset-mdx-5 {
    margin-left: 41.66666667%;
  }
  .offset-mdx-6 {
    margin-left: 50%;
  }
  .offset-mdx-7 {
    margin-left: 58.33333333%;
  }
  .offset-mdx-8 {
    margin-left: 66.66666667%;
  }
  .offset-mdx-9 {
    margin-left: 75%;
  }
  .offset-mdx-10 {
    margin-left: 83.33333333%;
  }
  .offset-mdx-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-mdy-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-mdy-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-mdy-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-mdy-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-mdy-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-mdy-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-mdy-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-mdy-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-mdy-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-mdy-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-mdy-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-mdy-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-mdy-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-mdy-0 {
    margin-left: 0;
  }
  .offset-mdy-1 {
    margin-left: 8.33333333%;
  }
  .offset-mdy-2 {
    margin-left: 16.66666667%;
  }
  .offset-mdy-3 {
    margin-left: 25%;
  }
  .offset-mdy-4 {
    margin-left: 33.33333333%;
  }
  .offset-mdy-5 {
    margin-left: 41.66666667%;
  }
  .offset-mdy-6 {
    margin-left: 50%;
  }
  .offset-mdy-7 {
    margin-left: 58.33333333%;
  }
  .offset-mdy-8 {
    margin-left: 66.66666667%;
  }
  .offset-mdy-9 {
    margin-left: 75%;
  }
  .offset-mdy-10 {
    margin-left: 83.33333333%;
  }
  .offset-mdy-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
/*@import "tables";
@import "forms";
@import "buttons";
@import "transitions";*/
/*@import "dropdown";
@import "button-group";
@import "nav";
@import "navbar";
@import "card";
@import "accordion";
@import "breadcrumb";*/
/*@import "pagination";*/
/*@import "badge";
@import "alert";
@import "progress";
@import "list-group";
@import "close";
@import "toasts";
*/
/*@import "modal";
@import "tooltip";
@import "popover"; 
@import "carousel";
@import "spinners";
@import "offcanvas";

// Helpers
@import "helpers";

// Utilities
@import "utilities/api";*/
.bang-grid-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.bang-grid {
  max-width: 1400px;
  display: flex;
  justify-content: center;
}

.bang-grid .left-panel,
.bang-grid .right-panel {
  display: none;
}
.bang-grid .left-panel .sticky-ss,
.bang-grid .right-panel .sticky-ss {
  position: sticky;
  top: 0;
}

/*@media (min-width: 1150px) and (max-width: 1399px){
    .bang-grid {
        .left-panel,
        .right-panel {
            display: block;
        }

        .left-panel {

            .presentation-scr-leftcol {
                display: none;
            }

            .presentation-scr-leftcol-slim {
                display: none;
            }
        }

        .right-panel {
            .presentation-scr-rightcol {
                display: none;
            }
            .presentation-scr-rightcol-slim {
                display: none;
            }
        }
    }
}

@media (min-width: 1257px) and (max-width: 1399px) {
    .bang-grid {

        .left-panel {
            .presentation-scr-leftcol-slim {
                display: block;
            }
        }

        .right-panel {
            .presentation-scr-rightcol-slim {
                display: block;
            }
        }
    }
}*/
.rte + img,
.rte-img {
  margin-top: 20px;
  margin-bottom: 0;
}

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

.bang-grid .umb-grid > .grid-section > div > .container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
.bang-grid .umb-grid > .grid-section > div > .container h1 {
  margin-top: 0;
}

.presentation-bb-wrapper {
  display: none;
}

.site-wrapper {
  margin-top: 42px;
}

@media (max-width: 1029.98px) {
  .site-wrapper {
    overflow-x: hidden;
    max-width: 100vw;
  }
}
@media (min-width: 576px) {
  .site-wrapper {
    margin-top: 52px;
  }
}
@media (min-width: 1030px) {
  .presentation-bb-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bang-grid .umb-grid > .grid-section > div > .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 970px;
  }
}
@media (min-width: 1400px) {
  .site-wrapper {
    margin-top: 0;
  }
  .bang-grid .left-panel .presentation-scr-leftcol-slim {
    display: none;
  }
  .bang-grid .right-panel .presentation-scr-rightcol-slim {
    display: none;
  }
}
.bang-grid-wrapper {
  --text-color: #151515;
  padding-bottom: 30px;
}
.bang-grid-wrapper.section-bg-white {
  background: #fff;
}
.bang-grid-wrapper.section-bg-black {
  --text-color: #fff;
  background: #151515;
}
.bang-grid-wrapper.section-bg-grey {
  background: rgba(21, 21, 21, 0.04);
}
.bang-grid-wrapper:not(.first-grid) {
  padding-top: 30px;
}
.bang-grid-wrapper.basic-grid.first-grid {
  padding-top: 30px;
}
.bang-grid-wrapper.bang-grid-header {
  padding-top: 0;
  padding-bottom: 0;
}
[role=main] .bang-grid-wrapper:first-child {
  padding-top: 0;
}
.bang-grid-wrapper.smaller-padding {
  padding-top: 18px;
  padding-bottom: 23px;
}
.bang-grid-wrapper .first-block-item .feed-section-title {
  padding-top: 0;
  margin-top: 0;
}

.bang-layout-grid--70-30 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bang-layout-grid--70-30 > div:last-child {
  padding: 15px;
}

@media (min-width: 576px) {
  .bang-layout-grid--70-30 > div:last-child {
    padding: 15px 0;
  }
}
@media (min-width: 1030px) {
  .bang-layout-grid--70-30 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .bang-layout-grid--70-30 > div:first-child, .bang-layout-grid--70-30 > article:first-child, .bang-layout-grid--70-30 > aside:first-child, .bang-layout-grid--70-30 > section:first-child {
    flex: 0 0 calc(100% - 335px);
  }
  .bang-layout-grid--70-30 > div:last-child, .bang-layout-grid--70-30 > article:last-child, .bang-layout-grid--70-30 > aside:last-child, .bang-layout-grid--70-30 > section:last-child {
    flex: 0 0 300px;
    padding: 0;
  }
}
.presentation-space-wrapper-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
}

.presentation-space-generic-mdx {
  display: none;
}

.presentation-space-large-thumb {
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.presentation-space-large-thumb:not(.presentation-space-large-thumb-dynamic) {
  height: 250px;
}

.presentation-space-m-panel {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.presentation-space-m-panel.panel-mobile, .presentation-space-m-panel.panel-mobile-mdx {
  margin: 15px 0;
}
.presentation-space-m-panel.panel-mobile.panel-banner-top, .presentation-space-m-panel.panel-mobile-mdx.panel-banner-top {
  margin: 0 0 0;
}
.presentation-space-m-panel.panel-mobile.panel-footer-mobile, .presentation-space-m-panel.panel-mobile.panel-footer-mobile-wide, .presentation-space-m-panel.panel-mobile-mdx.panel-footer-mobile, .presentation-space-m-panel.panel-mobile-mdx.panel-footer-mobile-wide {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  padding: 15px 15px 33px;
  background: white;
  z-index: 3;
  margin: 0;
  border-top: solid 1px #B80201;
}
.presentation-space-m-panel.panel-mobile.panel-footer-mobile-wide, .presentation-space-m-panel.panel-mobile-mdx.panel-footer-mobile-wide {
  display: none;
}
.presentation-space-m-panel.panel-mobile.panel-banner-top-wide, .presentation-space-m-panel.panel-mobile-mdx.panel-banner-top-wide {
  display: none;
}

.panel-desktop, .panel-desktop-smx, .panel-desktop-mdx {
  display: none;
}

@media (max-width: 1399.98px) {
  .qc-cmp2-persistent-link {
    transform: translateX(66px);
  }
}
.presentation-space-m-wrapper,
.presentation-space-m {
  overflow: hidden;
  max-width: 100vw;
}

.presentation-space-m-panel.panel-desktop {
  display: none;
}
.presentation-space-m-panel.under-title-wide {
  display: none;
}

@media (min-width: 700px) and (max-width: 1029px) {
  .presentation-space-m-panel.panel-mobile.panel-banner-top {
    margin: 79px 0 15px;
  }
}
@media (min-width: 728px) and (max-width: 1029px) {
  .presentation-space-m-panel {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .presentation-space-m-panel.panel-mobile.panel-footer-mobile-wide, .presentation-space-m-panel.panel-mobile-mdx.panel-footer-mobile-wide {
    display: flex;
  }
  .presentation-space-m-panel.panel-mobile.panel-footer-mobile, .presentation-space-m-panel.panel-mobile-mdx.panel-footer-mobile {
    display: none;
  }
  .presentation-space-m-panel.panel-mobile.panel-banner-top, .presentation-space-m-panel.panel-mobile-mdx.panel-banner-top {
    display: none;
  }
  .presentation-space-m-panel.panel-mobile.under-title, .presentation-space-m-panel.panel-mobile-mdx.under-title {
    display: none;
  }
  .presentation-space-m-panel.panel-mobile.under-title-wide, .presentation-space-m-panel.panel-mobile-mdx.under-title-wide {
    display: flex;
  }
  .presentation-space-m-panel.panel-mobile.panel-banner-top-wide, .presentation-space-m-panel.panel-mobile-mdx.panel-banner-top-wide {
    display: flex;
    margin-top: 20px;
  }
}
@media (min-width: 670px) {
  .panel-desktop-smx {
    display: flex;
  }
  .panel-mobile-smx {
    display: none;
  }
  .presentation-space-wrapper-smx {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1030px) {
  main {
    padding-top: 70px;
  }
  .presentation-space-m-panel.panel-mobile.panel-banner-top {
    display: none;
  }
  .presentation-space-m-panel.panel-mobile.panel-footer-mobile {
    display: none;
  }
  .presentation-space-m-panel.panel-mobile.panel-banner-top-wide {
    display: none;
    margin-top: 0;
  }
  .presentation-space-m-panel.panel-mobile.panel-footer-mobile-wide {
    display: none;
  }
  .presentation-space-m-panel.panel-mobile.under-title {
    display: none;
  }
  .presentation-space-m-panel.panel-mobile.under-title-wide {
    display: none;
  }
  .presentation-space-wrapper-mobile {
    display: none;
  }
  .presentation-space-generic-mdx, .panel-desktop-mdx {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1030px) {
  .panel-mobile-mdx {
    display: none;
  }
  .presentation-space-large-thumb.panel-mobile-mdx {
    display: none;
  }
}
@media (min-width: 1200px) {
  /*.presentation-space-m-panel {
      // CHRIS: AD
      &.panel-desktop {
          width: 300px;
      }
  }*/
  .presentation-space-m-panel.panel-desktop, .panel-desktop {
    display: block;
  }
  .panel-mobile {
    display: none;
  }
  .presentation-space-large-thumb.panel-desktop {
    display: block;
    width: 300px;
  }
  .presentation-space-large-thumb.panel-mobile {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .panel-flexi-mobile.presentation-space-m-panel.panel-desktop {
    display: block;
  }
  .panel-flexi-mobile.presentation-space-m-panel.panel-desktop > div {
    width: 100% !important;
    height: auto !important;
    max-width: calc(100vw - 30px);
    margin: auto;
  }
}
@media (min-width: 1400px) {
  main {
    padding-top: 100px;
  }
  .bang-grid .left-panel {
    width: 190px;
    display: block;
    /*background: rgba(#0094ff, 0.7);*/
    padding-left: calc(var(--gutter-x) * 0.5);
    padding-right: calc(var(--gutter-x) * 0.5);
  }
  .bang-grid .right-panel {
    width: 190px;
    display: block;
    /*background: rgba(#0094ff, 0.7);*/
    padding-left: calc(var(--gutter-x) * 0.5);
    padding-right: calc(var(--gutter-x) * 0.5);
  }
}
@media (min-width: 1350px) {
  .bang-grid .left-panel {
    width: 190px;
    display: block;
    /*background: rgba(#0094ff, 0.7);*/
    padding-left: calc(var(--gutter-x) * 0.5);
    padding-right: calc(var(--gutter-x) * 0.5);
  }
  .bang-grid .right-panel {
    width: 190px;
    display: block;
    /*background: rgba(#0094ff, 0.7);*/
    padding-left: calc(var(--gutter-x) * 0.5);
    padding-right: calc(var(--gutter-x) * 0.5);
  }
}
@media (min-width: 1030px) {
  .bang-grid {
    --gutter-x: 30px;
    --gutter-y: 0;
  }
  .bang-grid .container {
    width: 1000px;
    /*background: rgba(#ffd800, 0.7);*/
  }
}
@media (min-width: 670px) and (max-width: 699px) {
  .bang-grid:not(.hero-grid) {
    padding: 0 15px;
  }
  .bang-grid:not(.hero-grid) .generic-hero-article {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 767.98px) {
  .bang-grid .container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .bang-grid .container .row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .bang-grid .container .row > * {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .bang-grid-wrapper.first-grid {
    padding-top: 30px;
  }
}
@media (max-width: 670px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
/* SVG placeholder 320x50 for mobile leaderboards */
@media only screen and (max-width: 600px) {
  div[id^=leaderboard_atf], div[id^=leaderboard_btf] {
    background-image: url(https://cdn.intergi.com/pw_ph_320x50.svg);
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 50px;
  }
}
/* SVG placeholder 728x90 for desktop leaderboards */
@media only screen and (min-width: 601px) {
  div[id^=leaderboard_atf], div[id^=leaderboard_btf] {
    background-image: url(https://cdn.intergi.com/pw_ph_728x90.svg);
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 90px;
  }
}
/* SVG placeholder 320x250 for desktop and mobile Medium Rectangle */
div[id^=med_rect_atf], div[id^=med_rect_btf] {
  background-image: url(https://cdn.intergi.com/pw_ph_300x250.svg);
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 250px;
}

/* SVG placeholder 160x600 for desktop and mobile Skyscraper*/
div[id^=pw-160x600_atf], div[id^=pw-160x600_btf] {
  background-image: url(https://cdn.intergi.com/pw_ph_160x600.svg);
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 600px;
}

.panel-desktop-smx.panel-mobile-smx {
  display: flex !important;
}

/*@media(max-width:669.98px) {
    .panel-desktop-smx.panel-mobile-smx {
        display: none !important;
    }
}*/
.panel-desktop-mdx.panel-mobile-mdx {
  display: flex !important;
}

html, body {
  font-family: "Red Hat Display", "fallback-font", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #151515;
  --accent-color: #B80201;
  --accent-color-light: rgb(234.7243243243, 2.5513513514, 1.2756756757);
}

@font-face {
  font-family: fallback-font;
  src: local("Trebuchet MS"); /* required! */
  ascent-override: 101.8%;
  descent-override: 10%;
  line-gap-override: normal;
  advance-override: 10;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #151515;
  font-size: 1rem;
  transition: color 0.2s ease;
}
a:hover {
  color: #B80201;
  text-decoration: none;
}
a.text-link, .rte a {
  font-weight: bold;
  position: relative;
}
a.text-link:after, .rte a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #B80201;
}

p, td, label {
  font-size: 1rem;
  line-height: 1.4;
  margin: 1rem 0;
  color: rgba(21, 21, 21, 0.8);
}
p.small, td.small, label.small {
  font-size: 11.2px;
}
p.intro, td.intro, label.intro {
  font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 1em 0 20px 0;
  line-height: 1.4;
  font-weight: 900;
  color: rgba(21, 21, 21, 0.7);
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p,
.h1 + p, .h2 + p, .h3 + p, .h4 + p, .h5 + p, .h6 + p {
  margin-top: 5px;
}
h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul,
.h1 + ul, .h2 + ul, .h3 + ul, .h4 + ul, .h5 + ul, .h6 + ul {
  margin-top: 5px;
}

h1,
.h1 {
  font-size: 32px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 22px;
}

h5,
.h5 {
  font-size: 10px;
}

h6,
.h6 {
  font-size: 18px;
}

p.h3 {
  font-size: 26px;
}

p.small {
  font-size: 0.9rem;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 35px;
}

ul {
  padding-left: 0;
  display: inline-block;
}
ul li {
  font-size: 1rem;
  color: rgba(21, 21, 21, 0.8);
  padding-bottom: 15px;
  list-style: none;
  line-height: 1.2;
  padding-left: 42px;
  position: relative;
}
ul li:before {
  content: "";
  display: block;
  background: #B80201;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  left: 23px;
  top: 8px;
}
ul li a {
  font-size: 1rem;
}
ul li ul {
  display: block;
  padding-top: 12px;
}

ol {
  counter-reset: item;
  margin-left: 16px;
}
ol.alpha {
  counter-reset: list;
}
ol.alpha li:before {
  content: "(" counter(list, lower-alpha) ") ";
  counter-increment: list !important;
}
ol li {
  padding-bottom: 15px;
  line-height: 1.2;
  display: block;
  position: relative;
  font-size: 1rem;
}
ol li:before {
  content: counters(item, ".") ".";
  position: absolute;
  margin-right: 100%;
  text-align: left;
  right: 10px;
  font-weight: bold;
  width: 33px;
}
ol li:not(.no-increment):before {
  counter-increment: item;
}
ol li h2, ol li h3, ol li h4, ol li h5 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  line-height: inherit;
  font-weight: bold;
}
ol li h2:before, ol li h2::before, ol li h3:before, ol li h3::before, ol li h4:before, ol li h4::before, ol li h5:before, ol li h5::before {
  display: none;
}
ol ol {
  padding-top: 12px;
}

.hotlink {
  cursor: pointer;
}

.section-accent-red {
  --accent-color: #B80201;
  --accent-color-light: #B80201;
}

.section-accent-blue {
  --accent-color: #1180ED;
  --accent-color-light: rgb(149.3763779528, 198.8456692913, 247.4236220472);
}

.section-accent-green {
  --accent-color: #01BB01;
  --accent-color-light: #01BB01;
}

.section-accent-purple {
  --accent-color: #B501BB;
  --accent-color-light: #B501BB;
}

.section-accent-orange {
  --accent-color: #FF6A07;
  --accent-color-light: #FF6A07;
}

.section-accent-pink {
  --accent-color: #EB007D;
  --accent-color-light: #EB007D;
}

.section-accent-indigo {
  --accent-color: #0058A5;
  --accent-color-light: #0058A5;
}

.section-accent-yellow {
  --accent-color: #F3BC07;
  --accent-color-light: #F3BC07;
}

@media (min-width: 768px) {
  html, body {
    font-size: 16px;
    line-height: 1.4;
  }
  p, td, label, th {
    font-size: 1rem;
  }
  p.small, p.caption, td.small, td.caption, label.small, label.caption, th.small, th.caption {
    font-size: 0.8rem;
  }
  p.caption, td.caption, label.caption, th.caption {
    margin-top: 0;
    font-weight: normal;
    padding-top: 0;
  }
  p + h1,
  p + h2,
  p + h3,
  p + h4,
  p + h5,
  p + h6 {
    margin-top: 50px;
  }
  h1,
  .h1 {
    font-size: 48px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 26px;
  }
  h4,
  .h4 {
    font-size: 22px;
  }
  h5,
  .h5 {
    font-size: 20px;
  }
  h6,
  .h6 {
    font-size: 18px;
  }
  p.h3 {
    font-size: 26px;
  }
  ul li {
    font-size: 16px;
  }
  ul li a {
    font-size: 16px;
  }
}
a.btn {
  background: var(--accent-color);
  color: #fff;
  padding: 10px 30px;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  height: 45px;
  box-shadow: 0 0 0 rgba(21, 21, 21, 0.1);
  transition: box-shadow 0.2s ease;
}
a.btn:hover {
  box-shadow: 3px 3px 3px rgba(21, 21, 21, 0.2);
}
a.btn.btn-primary::before {
  display: none;
}
a.btn::before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 45px 10px;
  border-color: transparent transparent var(--accent-color) transparent;
}
a.btn::after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 43px 10px 0 0;
  border-color: var(--accent-color) transparent transparent transparent;
}

.rte ol a, .rte ul a {
  word-break: break-all;
}

.qc-cmp2-container ul li:before {
  display: none;
}

@media (min-width: 576px) {
  .rte ol a {
    word-break: break-word;
  }
}
/*@import "site-theme/_icons";
*/
/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */
/*.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }*/
/*
   * 3DX Reverse
   */
/*.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }*/
/*
   * 3DY
   */
/*.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }*/
/*
   * 3DY Reverse
   */
/*.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }*/
/*
   * 3DXY
   */
/*.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }*/
/*
   * 3DXY Reverse
   */
/*.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }*/
/*
   * Arrow
   */
/*.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }*/
/*
   * Arrow Right
   */
/*.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }*/
/*
   * Arrow Alt
   */
/*.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }*/
/*
   * Arrow Alt Right
   */
/*.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }*/
/*
 * Arrow Turn
 */
/*.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }*/
/*
 * Arrow Turn Right
 */
/*.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }*/
/*
   * Boring
   */
/*.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }*/
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
/*.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }*/
/*
   * Elastic
   */
/*.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }*/
/*
   * Elastic Reverse
   */
/*.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }*/
/*
   * Emphatic
   */
/*.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }*/
/*
   * Emphatic Reverse
   */
/*.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }*/
/*
   * Minus
   */
/*.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }*/
/*
   * Slider
   */
/*.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }*/
/*
   * Slider Reverse
   */
/*.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }*/
/*
   * Spin
   */
/*.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }*/
/*
   * Spin Reverse
   */
/*.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }*/
/*
   * Spring
   */
/*.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }*/
/*
   * Spring Reverse
   */
/*.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }*/
/*
   * Stand
   */
/*.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }*/
/*
   * Stand Reverse
   */
/*.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }*/
/*
   * Squeeze
   */
/*.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }*/
/*
   * Vortex
   */
/*.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }*/
/*
   * Vortex Reverse
   */
/*.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }*/
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track {
  padding-left: 10px !important;
  margin-left: -10px;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide__pagination li button {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  -webkit-appearance: initial;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.4);
}
.splide__pagination li button:before, .splide__pagination li button::before {
  display: none;
}
.splide__pagination li button.is-active {
  background: rgba(255, 255, 255, 0.9);
}

splide__arrow--prev .splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
  width: 100%;
}

.splide__slide img {
  vertical-align: bottom;
}

/*.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}*/
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide ul li:before {
  display: none;
}
.splide ul, .splide li {
  padding: 0;
}

.splide__list > .splide__slide {
  display: none;
}
.splide__list > .splide__slide:first-child {
  display: block;
}

.is-active.is-initialized .splide__list > .splide__slide {
  display: block;
}

header.primary-header {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  width: 100%;
  padding: 0;
  box-shadow: 0px 0px 0px rgba(21, 21, 21, 0.1);
  transition: box-shadow 0.2s ease;
  position: fixed;
  background: #fff;
  top: 0;
  z-index: 999;
}
header.primary-header:before, header.primary-header::before {
  display: none;
}
.primary-nav-open header.primary-header.past-header-height, header.primary-header.scrolled-header {
  background: #fff;
  position: fixed;
  animation: header-in 0.5s ease;
  box-shadow: 3px 3px 3px rgba(21, 21, 21, 0.1);
}
.primary-nav-open header.primary-header.past-header-height .header-banner-text, header.primary-header.scrolled-header .header-banner-text {
  /*height: 0;*/
  display: none;
}
.primary-nav-open header.primary-header.past-header-height .desktop-header, header.primary-header.scrolled-header .desktop-header {
  padding-top: 20px;
}
header.primary-header.scrolled-header {
  transition: none;
  transform: translate3d(0, 0, 0);
}
header.primary-header.scrolled-header .header-lower {
  transition: none;
}
header.primary-header.animate-out {
  animation: header-out 0.3s ease;
}

.primary-nav {
  position: relative;
  overflow-x: hidden;
}
.primary-nav li.search {
  width: 18px;
  margin-right: 0 !important;
  padding-right: 0 !important;
  position: relative;
  z-index: 2;
  background: white;
}

.search-input-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 6px;
  border-bottom: solid 3px #151515;
  width: 100%;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.search-input-wrapper.showing {
  transform: translateX(0);
  opacity: 1;
}
.search-input-wrapper input {
  position: absolute;
  top: 10px;
  left: 0;
  right: 28px;
  bottom: 0;
  border: 0;
  line-height: 1.2;
  font-weight: 600;
}
.search-input-wrapper input:focus-visible {
  outline: 0;
}

.header-banner-text {
  display: none;
}

@media (min-width: 1030px) {
  .header-banner-text {
    display: block;
    background: #B80201;
    /*height: 32px; 
    overflow: hidden;*/
    /*transition: height 0.3s ease-out;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .header-banner-text p {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    line-height: 1;
    text-align: left;
    font-size: 16px;
    font-size: 13px;
    padding: 10px;
    color: #fff;
    text-align: left;
    width: auto;
    text-transform: uppercase;
  }
  .header-banner-text p:before, .header-banner-text p::before {
    display: none;
  }
  .header-banner-text-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: calc(var(--gutter-x) * 0.5);
    padding-right: calc(var(--gutter-x) * 0.5);
  }
  .header-banner-text-inner > a {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    line-height: 1;
    text-align: left;
    font-size: 16px;
    font-size: 13px;
    padding: 10px;
    color: #fff;
    text-align: left;
    width: auto;
    text-transform: uppercase;
    text-underline-offset: 5px;
  }
  .header-banner-text-inner > a:before, .header-banner-text-inner > a::before {
    display: none;
  }
  .header-banner-text-inner > a span {
    display: inline-block;
    font-size: 16px;
    position: relative;
    top: -1px;
  }
  .header-banner-text-inner > a:hover {
    text-decoration: underline;
  }
  .header-banner-text-inner > a:hover span {
    text-decoration: none !important;
  }
}
.desktop-header {
  display: none;
  width: 100%;
  padding: 50px 0 20px;
}
.desktop-header .desktop-header-inner {
  padding-left: calc(var(--gutter-x) * 0.5);
  padding-right: calc(var(--gutter-x) * 0.5);
}
.desktop-header .header-logo {
  float: left;
}

.header-logo img {
  height: 46px;
  position: relative;
  top: -2px;
}

.desktop-header-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.mobile-header {
  display: block;
}
.mobile-header nav.header-social-nav ul {
  justify-content: center;
  padding-top: 50px;
}
.mobile-header nav.header-social-nav ul a img {
  width: 12vw;
  max-width: 75px;
}
.mobile-header nav.header-social-nav ul a {
  margin-left: 1.5vw;
  margin-right: 1.5vw;
}
.mobile-header.mobile-nav-open .mobile-header-row {
  box-shadow: 0px 3px 3px rgba(21, 21, 21, 0.2);
}

.mobile-header-share {
  background: #B80201;
  padding: 10px;
  width: 100%;
  margin: 20px 0;
}
.mobile-header-share > a {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 13px;
  padding: 10px;
  color: #fff;
  text-align: left;
  width: auto;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-header-share > a:before, .mobile-header-share > a::before {
  display: none;
}
.mobile-header-share > a span {
  font-size: 16px;
  position: relative;
  top: -1px;
  padding-right: 5px;
  display: inline-block;
}
.mobile-header-share > a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.mobile-header-share > a:hover span {
  text-decoration: none !important;
}

@media (max-width: 1029.98px) {
  .mobile-header .row {
    width: 100%;
  }
  .mobile-header .bang-grid, .col-12 {
    padding: 0;
    margin: 0;
  }
}
.mobile-logo img {
  width: 178px;
}

.mobile-header-row {
  border-top: solid 2px #B80201;
  width: 100%;
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  box-shadow: 0px 2px 2px rgba(21, 21, 21, 0.3);
  transition: box-shadow 0.2s ease;
}

.hamburger {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  outline: none !important;
  float: right;
  color: #151515;
  padding-right: 0;
}
.hamburger:before, .hamburger::before {
  display: none;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  background-color: #151515;
}

.mobile-header-nav {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.mobile-header-nav .toggle-site-search-mobile {
  width: 27px;
  position: relative;
  left: -10px;
  top: -2px;
}
.mobile-header-nav svg {
  width: 27px;
}

@media (min-width: 1030px) {
  .desktop-header {
    display: block;
  }
  .mobile-header {
    display: none;
  }
  header.primary-header {
    position: absolute;
  }
}
.search-input-wrapper-mobile {
  height: 0;
  overflow: hidden;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  box-shadow: 3px 3px 3px rgba(21, 21, 21, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  transition: height 0.2s ease-out;
  z-index: 2;
}
.search-input-wrapper-mobile .toggle-site-search-mobile {
  width: 47px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  margin-left: -37px;
}
.search-input-wrapper-mobile .mobile-search-input-wrapper {
  height: 50px;
  width: calc(100% - 30px);
  display: flex;
  justify-content: space-between;
  border: solid 1px rgba(21, 21, 21, 0.8);
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.search-input-wrapper-mobile svg {
  width: 27px;
}
.search-input-wrapper-mobile input {
  border: none !important;
  line-height: 1.2;
  font-weight: 600;
  padding: 10px;
  width: calc(100% - 30px);
}
.search-input-wrapper-mobile input:focus-visible {
  outline: 0;
}
.search-input-wrapper-mobile.showing {
  height: 80px;
}
.search-input-wrapper-mobile.showing .mobile-search-input-wrapper {
  opacity: 1;
}

.spriteLogo {
  width: 231px;
  height: 42px;
  background-position: -5px -5px;
}

.sprite {
  display: block;
  background-image: url(/Content/Images/sprite.png);
}

@media (min-width: 1030px) {
  .search-input-wrapper-mobile {
    display: none !important;
  }
}
@keyframes header-in {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes header-out {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
.footer-wrapper {
  width: 100%;
  background: #151515;
  padding-bottom: 120px;
}

.footer-topics {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-logo {
  width: 260px;
  margin: 30px 0 40px;
  position: relative;
  top: -3px;
}

@media (min-width: 1030px) {
  .footer-topics {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer-logo {
    width: auto;
    margin: initial;
  }
  .footer-wrapper {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .footer-logo {
    width: 240px;
    margin: initial;
    position: relative;
    top: -3px;
  }
}
@media (min-width: 1030px) and (max-width: 1399.98px) {
  .footer-wrapper .bang-grid {
    width: 100%;
  }
}
.footer-social-nav {
  margin: 40px 0 15px;
  padding: 30px 0;
  border-top: solid 4px rgba(255, 255, 255, 0.2);
  border-bottom: solid 4px rgba(255, 255, 255, 0.2);
}
.footer-social-nav ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer-social-nav ul:before, .footer-social-nav ul::before {
  display: none;
}
.footer-social-nav ul li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  list-style: none;
  margin: 0 2vw;
  transform: scale(1);
  transition: all 0.2s ease;
}
.footer-social-nav ul li:before, .footer-social-nav ul li::before {
  display: none;
}
.footer-social-nav ul li:before {
  display: none;
}
.footer-social-nav ul li:hover {
  transform: scale(1.05);
}

@media (min-width: 1030px) {
  .footer-social-nav {
    margin: 40px 0;
  }
  .footer-social-nav ul li {
    margin: 0 30px;
  }
}
.footer-legal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer-legal .footer-legal-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.footer-legal-desktop {
  display: none;
}

@media (min-width: 1030px) {
  .footer-legal-desktop {
    display: flex;
  }
  .footer-legal-mobile {
    display: none;
  }
}
.copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 100;
  line-height: 1;
}

.footer-legal-nav {
  padding-left: 15px;
}
.footer-legal-nav ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer-legal-nav ul:before, .footer-legal-nav ul::before {
  display: none;
}
.footer-legal-nav ul li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  list-style: none;
  font-size: 13px;
  padding: 10px 0;
  margin-right: 15px;
}
.footer-legal-nav ul li:before, .footer-legal-nav ul li::before {
  display: none;
}
.footer-legal-nav ul li:before {
  display: none;
}
.footer-legal-nav ul li a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease;
}
.footer-legal-nav ul li a:hover {
  color: rgb(254.0151351351, 74.7697297297, 73.7848648649);
}

@media (min-width: 1030px) {
  .copyright {
    font-size: 11px;
  }
  .footer-legal-nav ul li {
    font-size: 11px;
    padding: 0;
  }
  .footer-legal-nav ul li a {
    font-size: 11px;
  }
}
.footer-legal-right {
  font-size: 11px;
}
.footer-legal-right a {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease;
}
.footer-legal-right a:before, .footer-legal-right a::before {
  display: none;
}
.footer-legal-right a:hover {
  color: rgb(254.0151351351, 74.7697297297, 73.7848648649);
}

.footer-wrapper {
  border-top: solid 1px rgba(21, 21, 21, 0.5);
  margin-top: -1px;
}

.footer-divide {
  background: #B80201;
  height: 60px;
  width: 100%;
}

.back-to-top {
  background: #fff;
  width: 100%;
  margin-top: 50px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 15px;
  width: 100%;
  text-align: right;
  padding: 20px 0 30px;
}
.back-to-top .bang-grid-wrapper {
  padding-top: 0;
  padding-bottom: 10px;
}
.back-to-top a {
  color: #B80201;
  transition: all 0.2s ease;
}
.back-to-top a:hover {
  color: #EB007D;
}
.back-to-top a:hover span {
  border-right: 3px solid #EB007D;
  border-bottom: 3px solid #EB007D;
}
.back-to-top .chevron-arrow-top {
  color: inherit;
  margin-left: 5px;
  border-right: 3px solid #B80201;
  border-bottom: 3px solid #B80201;
}

@media (min-width: 1200px) {
  .back-to-top {
    padding: 0;
    width: 100%;
  }
  .back-to-top .bang-grid {
    width: 100%;
  }
  .back-to-top a {
    color: #151515;
  }
  .back-to-top a:hover {
    color: #B80201;
  }
  .back-to-top a span {
    border-right: 3px solid #B80201;
    border-bottom: 3px solid #B80201;
  }
  .back-to-top .chevron-arrow-top {
    border-right: 3px solid #151515;
    border-bottom: 3px solid #151515;
  }
}
.desktop-header nav.primary-nav {
  overflow: visible;
}
.desktop-header nav.primary-nav .has-sub {
  position: relative;
}
.desktop-header nav.primary-nav .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #151515;
  border: 2px solid #fff;
  padding: 20px 20px 0 20px;
  list-style: none;
  display: none;
  min-width: 150px;
  columns: 2;
  column-gap: 5rem;
}
.desktop-header nav.primary-nav .has-sub:hover .dropdown,
.desktop-header nav.primary-nav .has-sub:focus-within .dropdown {
  display: block;
}
.desktop-header nav.primary-nav .dropdown li {
  padding-left: 0;
}
.desktop-header nav.primary-nav .dropdown li:before {
  display: none;
}
.desktop-header nav.primary-nav .dropdown li a {
  padding: 0.5rem 1rem;
  white-space: nowrap;
  color: #fff !important;
}
.desktop-header nav.primary-nav .menu-down-chevron {
  display: inline-block;
  transform: rotate(90deg);
}

.mobile-header nav.mobile-nav .dropdown {
  background: #F5F5F5;
  padding: 2em 3em;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5rem;
  row-gap: 1rem;
}
.mobile-header nav.mobile-nav .dropdown li {
  text-align: left !important;
}
.mobile-header nav.mobile-nav .dropdown li a {
  text-align: left !important;
  font-weight: 900;
}

/*.desktop-header nav.primary-nav {
    overflow: visible;

    .has-sub {
        position: relative;
    }

    .dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        background: $black;
        border: 2px solid $white;
        padding: 20px 20px 0 20px;
        list-style: none;
        display: none;
        min-width: 150px;
        columns: 2;
        column-gap: 5rem;
    }

    .has-sub:hover .dropdown {
        display: block;
    }

    .dropdown li {
        padding-left: 0;

        &:before {
            display: none;
        }
    }

    .dropdown li a {
        padding: 0.5rem 1rem;
        white-space: nowrap;
        color: $white !important
    }

    .menu-down-chevron {
        display: inline-block;
        transform: rotate(90deg);
    }
}*/
.desktop-header nav.primary-nav,
.footer nav.footer-nav-topics {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
}
.desktop-header nav.primary-nav:before, .desktop-header nav.primary-nav::before,
.footer nav.footer-nav-topics:before,
.footer nav.footer-nav-topics::before {
  display: none;
}
.desktop-header nav.primary-nav ul.primary,
.footer nav.footer-nav-topics ul.primary {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.desktop-header nav.primary-nav ul.primary:before, .desktop-header nav.primary-nav ul.primary::before,
.footer nav.footer-nav-topics ul.primary:before,
.footer nav.footer-nav-topics ul.primary::before {
  display: none;
}
.desktop-header nav.primary-nav ul.primary > li,
.footer nav.footer-nav-topics ul.primary > li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  position: relative;
  list-style: none;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 5px;
  margin-right: 0;
}
.desktop-header nav.primary-nav ul.primary > li:before, .desktop-header nav.primary-nav ul.primary > li::before,
.footer nav.footer-nav-topics ul.primary > li:before,
.footer nav.footer-nav-topics ul.primary > li::before {
  display: none;
}
.desktop-header nav.primary-nav ul.primary > li a,
.footer nav.footer-nav-topics ul.primary > li a {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  padding: 0;
  color: #151515;
  font-weight: 900;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.desktop-header nav.primary-nav ul.primary > li a:before, .desktop-header nav.primary-nav ul.primary > li a::before,
.footer nav.footer-nav-topics ul.primary > li a:before,
.footer nav.footer-nav-topics ul.primary > li a::before {
  display: none;
}
.desktop-header nav.primary-nav ul.primary > li a:hover,
.footer nav.footer-nav-topics ul.primary > li a:hover {
  color: #B80201;
}
.desktop-header nav.primary-nav ul.primary > li.search a,
.footer nav.footer-nav-topics ul.primary > li.search a {
  position: relative;
  left: -5px;
}
.desktop-header nav.primary-nav ul.primary > li.search a svg,
.footer nav.footer-nav-topics ul.primary > li.search a svg {
  height: 16px;
}
.desktop-header nav.primary-nav ul.primary > li.search a:hover path,
.footer nav.footer-nav-topics ul.primary > li.search a:hover path {
  fill: #B80201;
}
.desktop-header nav.primary-nav ul.primary.footer > li a,
.footer nav.footer-nav-topics ul.primary.footer > li a {
  color: #fff;
}
.desktop-header nav.primary-nav ul.primary.footer > li a:hover,
.footer nav.footer-nav-topics ul.primary.footer > li a:hover {
  color: rgb(254.0151351351, 74.7697297297, 73.7848648649);
}

.footer nav.footer-nav-topics {
  width: 100%;
}
.footer nav.footer-nav-topics ul.primary > li a {
  font-size: 18px;
}

@media (min-width: 1030px) {
  .desktop-header nav.primary-nav ul.primary,
  .footer nav.footer-nav-topics ul.primary {
    flex-direction: row;
    align-items: initial;
    width: auto;
  }
  .desktop-header nav.primary-nav ul.primary > li,
  .footer nav.footer-nav-topics ul.primary > li {
    margin-right: 6px;
  }
  .desktop-header nav.primary-nav ul.primary.footer > li,
  .footer nav.footer-nav-topics ul.primary.footer > li {
    margin-right: 30px;
  }
  .desktop-header nav.primary-nav ul.primary.footer > li:last-child,
  .footer nav.footer-nav-topics ul.primary.footer > li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .footer nav.footer-nav-topics {
    width: auto;
  }
  .footer nav.footer-nav-topics ul.primary > li a {
    font-size: 15px;
  }
}
nav.header-social-nav ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.header-social-nav ul:before, nav.header-social-nav ul::before {
  display: none;
}
nav.header-social-nav ul > li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 5px;
}
nav.header-social-nav ul > li:before, nav.header-social-nav ul > li::before {
  display: none;
}
nav.header-social-nav ul > li a {
  transform: scale(1);
  transition: all 0.2s ease;
}
nav.header-social-nav ul > li:hover a {
  transform: scale(1.05);
}
nav.header-social-nav ul > li:before {
  display: none;
}

@media (min-width: 1030px) {
  nav.header-social-nav ul > li:last-child {
    padding-right: 0;
    margin-right: 0;
  }
}
.mobile-header {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
}
.mobile-header:before, .mobile-header::before {
  display: none;
}
.mobile-header .mobile-nav-inner {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
  position: relative;
  top: 0px;
}
.mobile-header .mobile-nav-inner:before, .mobile-header .mobile-nav-inner::before {
  display: none;
}
.mobile-header .mobile-nav-inner.mobile-nav-open {
  height: calc(100vh - 60px);
  overflow-y: scroll;
}
.mobile-header .mobile-nav-inner ul.primary {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  list-style: none;
  width: 100%;
  background: #fff;
  padding: 20px 15px 0;
}
.mobile-header .mobile-nav-inner ul.primary:before, .mobile-header .mobile-nav-inner ul.primary::before {
  display: none;
}
.mobile-header .mobile-nav-inner ul.primary li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  position: relative;
  /*a.sub-nav-toggle {
      @include element-override();
      position: absolute;
      top: 16px;
      right: 26px;
      cursor: pointer;

      > .icon:nth-of-type(1) {
          display: block;
      }

      > .icon:nth-of-type(2) {
          display: none;
      }

      &.open {
          > .icon:nth-of-type(1) {
              display: none;
          }

          > .icon:nth-of-type(2n) {
              display: block;
          }
      }
  }*/
}
.mobile-header .mobile-nav-inner ul.primary li:before, .mobile-header .mobile-nav-inner ul.primary li::before {
  display: none;
}
.mobile-header .mobile-nav-inner ul.primary li ul.subnav {
  margin-left: 15px;
  padding: 15px 0;
}
.mobile-header .mobile-nav-inner ul.primary li.active > ul.subnav {
  display: block;
}
.mobile-header .mobile-nav-inner ul.primary > li {
  padding: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.mobile-header .mobile-nav-inner ul.primary > li > a {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  padding: 20px;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.mobile-header .mobile-nav-inner ul.primary > li > a:before, .mobile-header .mobile-nav-inner ul.primary > li > a::before {
  display: none;
}
.mobile-header .mobile-nav-inner ul.primary > li > a:hover {
  color: #B80201;
}
.mobile-header .mobile-nav-inner ul.primary > li.active a {
  color: #B80201;
}
.mobile-header .mobile-nav-inner ul.primary li, .mobile-header .mobile-nav-inner ul.primary li a {
  color: #151515;
  text-align: center;
}
.mobile-header .mobile-nav-inner ul.primary li:hover, .mobile-header .mobile-nav-inner ul.primary li a:hover {
  color: #B80201;
}
.mobile-header .mobile-nav-inner ul.primary .subnav {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  display: none;
  margin: 0;
  padding: 0;
  background: rgb(133.2756756757, 1.4486486486, 0.7243243243);
}
.mobile-header .mobile-nav-inner ul.primary .subnav:before, .mobile-header .mobile-nav-inner ul.primary .subnav::before {
  display: none;
}
.mobile-header .mobile-nav-inner ul.primary .subnav ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-header .mobile-nav-inner ul.primary .subnav ul:before, .mobile-header .mobile-nav-inner ul.primary .subnav ul::before {
  display: none;
}
.mobile-header .mobile-nav-inner ul.primary .subnav ul li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  border-bottom: 0;
  margin-bottom: 10px;
}
.mobile-header .mobile-nav-inner ul.primary .subnav ul li:before, .mobile-header .mobile-nav-inner ul.primary .subnav ul li::before {
  display: none;
}
.mobile-header .mobile-nav-inner ul.primary .subnav ul li:first-of-type {
  padding-top: 15px;
}
.mobile-header .mobile-nav-inner ul.primary .subnav ul li:last-of-type {
  padding-bottom: 15px;
}
.mobile-header .mobile-nav-inner ul.primary .subnav ul li a {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  padding: 8px 15px;
  display: block;
}
.mobile-header .mobile-nav-inner ul.primary .subnav ul li a:before, .mobile-header .mobile-nav-inner ul.primary .subnav ul li a::before {
  display: none;
}
.mobile-header .mobile-nav-inner ul.secondary {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  padding: 30px 0;
  margin: 0;
  width: 100%;
  list-style: none;
}
.mobile-header .mobile-nav-inner ul.secondary:before, .mobile-header .mobile-nav-inner ul.secondary::before {
  display: none;
}
.mobile-header .mobile-nav-inner ul.secondary li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px 0;
  border-bottom: solid 1px rgba(184, 2, 1, 0.2);
}
.mobile-header .mobile-nav-inner ul.secondary li:before, .mobile-header .mobile-nav-inner ul.secondary li::before {
  display: none;
}
.mobile-header .mobile-nav-inner ul.secondary .search-bar {
  max-width: 350px;
  display: inline-block;
  width: 80%;
}

body.abd {
  height: 100%;
  overflow: hidden;
}
body.abd:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 21, 21, 0.6);
  z-index: 100;
}
body.abd .abd {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 60px);
  max-width: 600px;
  margin: auto;
  height: auto;
  background: #fff;
  padding: 50px;
  border: solid 1px #B80201;
  z-index: 101;
}
body.abd .adb-title {
  color: #B80201;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}
body.abd .abd p {
  color: #151515;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 767.98px) {
  body:after {
    content: "mobtab";
    display: none;
  }
}
@media (min-width: 1030px) {
  body:after {
    content: "desktop";
    display: none;
  }
}
div.nothing-here {
  display: none;
}

div.nothing-here {
  display: none;
}

div.nothing-here {
  display: none;
}

div.nothing-here {
  display: none;
}

div.nothing-here {
  display: none;
}

div.nothing-here {
  display: none;
}

div.nothing-here {
  display: none;
}

div.nothing-here {
  display: none;
}

div.nothing-here {
  display: none;
}

div.nothing-here {
  display: none;
}

div.nothing-here {
  display: none;
}

div.nothing-here {
  display: none;
}

div.nothing-here {
  display: none;
}

div.nothing-here {
  display: none;
}

div.nothing-here {
  display: none;
}

div.nothing-here {
  display: none;
}

.presentation-space {
  display: flex;
  justify-content: center;
  align-items: center;
}

.story-article-grid iframe {
  max-width: 100% !important;
}

@media (min-width: 670px) {
  .story-article-grid {
    margin-top: 24px;
  }
}
nav.breadcrumb {
  display: none;
  margin-left: calc(var(--bs-gutter-x) / 2);
  margin-right: calc(var(--bs-gutter-x) / 2);
  margin-bottom: 24px;
  border-bottom: solid 2px rgba(21, 21, 21, 0.15);
}
nav.breadcrumb.basic-grid {
  display: block;
}
nav.breadcrumb a[disabled] {
  pointer-events: none;
}
nav.breadcrumb ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}
nav.breadcrumb ul:before, nav.breadcrumb ul::before {
  display: none;
}
nav.breadcrumb li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  display: block;
  margin-bottom: 12px;
}
nav.breadcrumb li:before, nav.breadcrumb li::before {
  display: none;
}
nav.breadcrumb li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: rgba(21, 21, 21, 0.6);
  transform-origin: center;
  transform: rotate(20deg);
}
nav.breadcrumb li:first-child {
  padding-left: 0;
}
nav.breadcrumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}
nav.breadcrumb li:last-child:after {
  display: none;
}

@media (min-width: 670px) {
  nav.breadcrumb {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.article-list-view-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 28px;
  color: #151515;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 12px;
}
.article-list-view-title:before, .article-list-view-title::before {
  display: none;
}
.article-list-view-title.title {
  color: #B80201;
  font-size: 18px;
}

.article-intro, .article-intro p {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 20px;
  line-height: 1.3;
  color: #151515;
  font-weight: bold;
}
.article-intro:before, .article-intro::before, .article-intro p:before, .article-intro p::before {
  display: none;
}

.article-byline {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 16px;
  line-height: 1.3;
  color: #151515;
  font-weight: normal;
  margin-top: 16px;
  text-transform: none !important;
}
.article-byline:before, .article-byline::before {
  display: none;
}
.article-byline a {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 16px;
  line-height: 1.3;
  color: #B80201;
  font-weight: bold;
  text-transform: none;
}
.article-byline a:before, .article-byline a::before {
  display: none;
}

@media (min-width: 670px) {
  .article-list-view-title {
    font-size: 48px;
    margin-top: 0;
  }
}
@media (max-width: 669.98px) {
  .article-list-view-title.title {
    margin-bottom: 0;
  }
}
.article-share-desktop {
  display: none;
}

@media (min-width: 670px) {
  .article-share-mobile {
    display: none;
  }
  .article-share-desktop {
    height: 60px;
    margin-top: 24px;
    border-top: solid 2px rgba(21, 21, 21, 0.15);
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .article-share-desktop p {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    line-height: 1;
    text-align: left;
    font-size: 16px;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 6px;
  }
  .article-share-desktop p:before, .article-share-desktop p::before {
    display: none;
  }
  .article-share-desktop.gallery-item-share {
    border-top: none;
    margin-top: 0;
  }
}
.article-share-a2a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-main-view-item .article-share-a2a p {
  font-size: 12px;
}

.a2a_flex_style .a2a_counter img, .a2a_flex_style .a2a_dd, .a2a_flex_style .a2a_svg {
  border-radius: 100px !important;
}

.article-share-mobile .article-share-a2a {
  border-bottom: solid 1px #151515;
  margin-bottom: 10px;
}

.article-date-mobile {
  font-size: 13px;
  color: #B80201;
}

p.article-byline-mobile {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 13px !important;
  margin-bottom: 5px;
}
p.article-byline-mobile:before, p.article-byline-mobile::before {
  display: none;
}
p.article-byline-mobile a {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 13px;
  color: #B80201;
  font-weight: bold;
  margin-right: 10px;
}
p.article-byline-mobile a:before, p.article-byline-mobile a::before {
  display: none;
}

@media (min-width: 670px) {
  .article-share-a2a {
    justify-content: flex-end;
  }
  .article-main-view-item .article-share-a2a p {
    font-size: 17px;
  }
}
.related-articles {
  margin-bottom: 20px;
}

.gallery-intro {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .gallery-intro {
    margin-top: 40px;
  }
}
.article-figure {
  margin-bottom: 0;
}

@media (min-width: 670px) {
  .story-body-image {
    margin-bottom: 5px;
  }
  .story-body-image.gallery-body-image {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .story-body-image.video-body-video {
    height: auto;
  }
}
.article-view-aside {
  --accent-color: #B501BB;
  --accent-color-light: #B501BB;
  width: 100%;
}
.article-view-aside > div:not(:first-child) {
  margin-bottom: 24px;
}
.article-view-aside .trending-topics li {
  background-color: var(--accent-color);
}

.story-body-video {
  position: relative;
  height: 0;
  padding-top: 56.5%;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
.story-body-video video {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
}

@media (min-width: 670px) {
  .story-body-video {
    margin: 0;
  }
}
@media (min-width: 1030px) {
  .story-body-video {
    padding: 0;
    height: auto;
  }
  .story-body-video video {
    height: 358px;
    width: 100%;
    position: static;
  }
}
.video-not-available {
  font-size: 16px;
  padding: 12px 0;
  color: #B80201;
  font-weight: bold;
}

.gallery-view-image {
  position: relative;
}

.start-gallery {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

p.start-gallery a {
  color: var(--accent-color);
  font-weight: bold;
}
p.start-gallery a:hover {
  color: var(--accent-color-light);
}

.article-figure figcaption {
  font-weight: 100;
  color: rgba(21, 21, 21, 0.6);
  padding: 6px 0;
  font-size: 11px;
}

.article-main-view-item {
  padding: 0 15px;
}

.article-main-view-item p {
  font-size: 17px;
  color: #151515;
}
.article-main-view-item p a {
  text-decoration: underline;
}

.article-head {
  display: flex;
  flex-direction: column;
}
.article-head > .head-item:nth-child(1) {
  order: 5;
}
.article-head > .head-item:nth-child(2) {
  order: 6;
}
.article-head > .head-item:nth-child(3) {
  order: 4;
}
.article-head > .head-item:nth-child(4) {
  order: 3;
}
.article-head > .head-item:nth-child(5) {
  order: 2;
}
.article-head > .head-item:nth-child(6) {
  order: 1;
}
.article-head > .under-title, .article-head .under-title-wide, .article-head .under-title-item {
  order: 7;
}

.article-figure {
  margin-left: -15px;
  margin-right: -15px;
}
.article-figure figcaption {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 670px) {
  .article-main-view-item {
    padding: 0;
  }
  .article-figure {
    margin-left: 0;
    margin-right: 0;
  }
  .article-figure figcaption {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }
  .article-head > .head-item:nth-child(1) {
    order: 1;
  }
  .article-head > .head-item:nth-child(2) {
    order: 2;
  }
  .article-head > .head-item:nth-child(3) {
    order: 3;
  }
  .article-head > .head-item:nth-child(4) {
    order: 4;
  }
  .article-head > .head-item:nth-child(5) {
    order: 5;
  }
  .article-head > .head-item:nth-child(6) {
    order: 6;
  }
}
ul.musician-a-z {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  background: #B80201;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
}
ul.musician-a-z:before, ul.musician-a-z::before {
  display: none;
}
ul.musician-a-z.musician-a-z--generic {
  background: transparent;
}
ul.musician-a-z.musician-a-z--generic li {
  color: #151515;
}
ul.musician-a-z.musician-a-z--generic a {
  color: #151515;
  padding: 5px;
}
ul.musician-a-z.musician-a-z--generic a:hover, ul.musician-a-z.musician-a-z--generic a.active {
  background: #151515;
  color: #fff;
}
ul.musician-a-z li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
}
ul.musician-a-z li:before, ul.musician-a-z li::before {
  display: none;
}
ul.musician-a-z li:before {
  display: none;
}
ul.musician-a-z li a {
  color: #fff;
  transition: all 0.2s ease;
  display: block;
  padding: 5px;
}
ul.musician-a-z li a:hover, ul.musician-a-z li a.active {
  color: #B80201;
  background: #fff;
}

ul.musician-a-z__sub {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  background: #151515;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
ul.musician-a-z__sub:before, ul.musician-a-z__sub::before {
  display: none;
}
ul.musician-a-z__sub li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
}
ul.musician-a-z__sub li:before, ul.musician-a-z__sub li::before {
  display: none;
}
ul.musician-a-z__sub li:before {
  display: none;
}
ul.musician-a-z__sub li a {
  color: #fff;
  transition: all 0.2s ease;
  display: block;
  padding: 8px;
}
ul.musician-a-z__sub li a:hover, ul.musician-a-z__sub li a.active {
  background: #B80201;
  color: #fff;
}

.musician-a-z-nav {
  background: rgba(21, 21, 21, 0.04);
  padding: 15px;
}

.musician-a-z-nav__title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 16px;
  padding-bottom: 5px;
  display: block;
  width: 100%;
  margin-top: 5px;
}
.musician-a-z-nav__title:before, .musician-a-z-nav__title::before {
  display: none;
}

@media (max-width: 669px) {
  .musician-a-z-nav {
    margin-left: 15px;
    margin-right: 15px;
  }
  ul.musician-a-z.musician-a-z--generic a {
    color: #151515;
    padding: 8px;
  }
  ul.musician-a-z li a {
    padding: 8px;
  }
}
@media (min-width: 670px) {
  ul.musician-a-z li {
    flex: 1;
  }
  ul.musician-a-z li a {
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .musician-a-z--listing-list {
    column-count: 2;
  }
}
.generic-thumbnail-grid {
  width: 100%;
  display: block;
}

.newsletter-logo-contianer {
  padding: 15px 15px 0 15px;
  margin-bottom: 0px !important;
}
.newsletter-logo-contianer img {
  width: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.grid-with-insert,
.large-thumbnail-grid,
.small-thumbnail-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.grid-with-insert [class*=presentation-space],
.large-thumbnail-grid [class*=presentation-space],
.small-thumbnail-grid [class*=presentation-space] {
  margin-bottom: 10px;
}

.large-thumbnail-grid,
.small-thumbnail-grid {
  padding: 0 15px;
}

.small-thumbnail-grid.small-thumbnail-grid-1x > .grid-item {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.visible-smx {
  display: none;
}

@media (min-width: 670px) {
  .visible-smx {
    display: flex;
  }
}
@media (min-width: 768px) {
  .visible-smx {
    display: none;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
.grid-with-insert-3x--insert-right,
.large-thumbnail-grid-3x,
.small-thumbnail-grid-3x {
  /* &.multi-row-grid {
      > article, > section, > div {
          margin-bottom: 35px;
      }
  }*/
}
.grid-with-insert-3x--insert-right > .grid-item,
.large-thumbnail-grid-3x > .grid-item,
.small-thumbnail-grid-3x > .grid-item {
  max-width: 335px;
  width: 100%;
}

.multi-row-grid > article, .multi-row-grid > section, .multi-row-grid > div {
  margin-bottom: 35px;
}

.small-thumbnail-grid-2x,
.large-thumbnail-grid-2x {
  align-items: center;
  flex-direction: column;
}
.small-thumbnail-grid-2x > article, .small-thumbnail-grid-2x > section, .small-thumbnail-grid-2x > div,
.large-thumbnail-grid-2x > article,
.large-thumbnail-grid-2x > section,
.large-thumbnail-grid-2x > div {
  width: 100%;
  max-width: 335px;
}

.grid-with-insert-3x--inner {
  padding-top: 20px;
}
.grid-with-insert-3x--inner.no-padding-top {
  padding-top: 0;
}
.grid-with-insert-3x--inner [class*=thumbnail-grid] {
  padding-left: 0;
  padding-right: 0;
}

.grid-with-insert-3x--insert-1x-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feed-renderer-grid .small-thumbnail-grid {
  margin-top: 10px;
}

.feed-items-read-more {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.grid-with-insert-insert .feed-section-title {
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx:not(.multi-row-grid) > .grid-item:nth-child(4) {
  display: none;
}

@media (min-width: 670px) and (max-width: 767.98px) {
  .small-thumbnail-grid-2x-smx > .grid-item,
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
  }
  .small-thumbnail-grid-2x-smx > .grid-item:nth-child(2n),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item:nth-child(2n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-smx > .grid-item:nth-child(3),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item:nth-child(3) {
    margin-right: 15px;
  }
  .small-thumbnail-grid-2x-smx > .grid-item:nth-child(4),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item:nth-child(4),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item:nth-child(4) {
    display: flex;
  }
  .small-thumbnail-grid-2x-smx.thumb-grid-presentation > .grid-item:nth-child(3),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx.thumb-grid-presentation > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx.thumb-grid-presentation > .grid-item:nth-child(3) {
    margin-right: 0;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
    border: solid 10px green;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
@media (min-width: 670px) {
  .large-thumbnail-grid,
  .small-thumbnail-grid {
    padding: 0;
  }
  .grid-with-insert-3x--insert-right > .grid-item,
  .large-thumbnail-grid-3x > .grid-item,
  .small-thumbnail-grid-3x > .grid-item {
    width: calc((100% - 30px) / 3);
    max-width: 300px;
    margin-right: 15px;
  }
  .grid-with-insert-3x--insert-right.large-thumbnail-grid-3x-smx-u > .grid-item:nth-child(3n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-smx-u > .grid-item:nth-child(3n),
  .small-thumbnail-grid-3x.large-thumbnail-grid-3x-smx-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .grid-with-insert-3x--inner > * {
    max-width: 100%;
  }
  .small-thumbnail-grid-2x,
  .large-thumbnail-grid-2x {
    justify-content: space-between;
    align-items: initial;
    flex-direction: row;
  }
  .small-thumbnail-grid-2x > article, .small-thumbnail-grid-2x > section, .small-thumbnail-grid-2x > div,
  .large-thumbnail-grid-2x > article,
  .large-thumbnail-grid-2x > section,
  .large-thumbnail-grid-2x > div {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
  }
}
@media (min-width: 670px) and (max-width: 767.98px) {
  .small-thumbnail-grid-2x-smx-o > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
    margin-right: 15px;
  }
  .small-thumbnail-grid-2x-smx-o > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-smx-o > .grid-item:nth-child(4) {
    display: flex;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
    border: solid 10px yellow;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1029.98px) {
  .small-thumbnail-grid-2x-md-o > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
    margin-right: 15px;
  }
  .small-thumbnail-grid-2x-md-o > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-md-o > .grid-item:nth-child(4) {
    display: flex;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
@media (min-width: 1030px) and (max-width: 1199.98px) {
  .small-thumbnail-grid-2x-mdx-o > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
  }
  .small-thumbnail-grid-2x-mdx-o > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-mdx-o > .grid-item:nth-child(4) {
    display: flex;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .small-thumbnail-grid-3x-mdy-o > .grid-item {
    width: calc((100% - 70px) / 3);
    max-width: 300px;
    margin-right: 35px;
  }
  .small-thumbnail-grid-3x-mdy-o > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .large-thumbnail-grid,
  .small-thumbnail-grid {
    padding: 0;
  }
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-md-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  /*.small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx {
      > .grid-item {
          // GRID REFACTOR
          width: calc(calc(100% - 70px) / 3); // This is getting silly.. (if you are wondering why this is to preserve ad-space and ad's have fixed shapes)
          max-width: 300px;
          margin-right: 35px;

          &:nth-child(3n) {
              margin-right: 0;
          }
      }

      > .grid-item {
          &:nth-child(2n) {
              margin-right: 35px;
          }

          &:nth-child(3) {
              margin-right: 0;
          }

          &:nth-child(4) {
              display: none;
          }
      }
  }*/
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(2n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(3) {
    margin-right: 15px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(4),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(4) {
    display: flex;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md.thumb-grid-presentation > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md.thumb-grid-presentation > .grid-item:nth-child(3) {
    margin-right: 0;
  }
}
@media (max-width: 669.98px) {
  .grid-with-insert-3x--inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid-with-insert-3x--inner > * {
    max-width: 100%;
    width: 100%;
  }
  .grid-with-insert-3x--inner .feed-section-title {
    padding: 10px 0;
  }
}
@media (min-width: 670px) {
  .grid-with-insert-3x--inner {
    width: 100%;
  }
}
@media (min-width: 1030px) {
  grid-with-insert,
  .large-thumbnail-grid,
  .small-thumbnail-grid {
    justify-content: flex-start;
  }
  .large-thumbnail-grid-mobile {
    display: none;
  }
  .small-thumbnail-grid-2x,
  .large-thumbnail-grid-2x {
    justify-content: space-between;
    align-items: initial;
    flex-direction: row;
  }
  .small-thumbnail-grid-2x > article, .small-thumbnail-grid-2x > section, .small-thumbnail-grid-2x > div,
  .large-thumbnail-grid-2x > article,
  .large-thumbnail-grid-2x > section,
  .large-thumbnail-grid-2x > div {
    width: calc((100% - 35px) / 2);
    max-width: 300px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(2n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(2n) {
    margin-right: 35px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(3) {
    margin-right: 0;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md:not(.multi-row-grid) > .grid-item:nth-child(4),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md:not(.multi-row-grid) > .grid-item:nth-child(4) {
    display: none;
  }
  .grid-with-insert-3x--insert-right > .grid-item,
  .large-thumbnail-grid-3x > .grid-item,
  .small-thumbnail-grid-3x > .grid-item,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item,
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item {
    width: calc((100% - 70px) / 3);
    max-width: 300px;
    margin-right: 35px;
  }
  .grid-with-insert-3x--insert-right > .grid-item:nth-child(3n),
  .large-thumbnail-grid-3x > .grid-item:nth-child(3n),
  .small-thumbnail-grid-3x > .grid-item:nth-child(3n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(3n),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-mdx-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .grid-with-insert-3x--insert-1x-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-with-insert-3x--insert-1x-right > div:first-child {
    width: calc(100% - 335px);
  }
  .grid-with-insert-3x--insert-1x-right > div:last-child {
    width: 300px;
  }
}
@media (min-width: 670px) {
  .thumb-grid-presentation.large-thumbnail-grid-2x-smx .presentation-space-large-thumb.grid-item {
    display: none;
  }
}
@media (min-width: 768px) {
  .thumb-grid-presentation.large-thumbnail-grid-2x-smx .presentation-space-large-thumb.grid-item {
    display: flex;
  }
  .thumb-grid-presentation.large-thumbnail-grid-2x-md .presentation-space-large-thumb.grid-item {
    display: none;
  }
}
@media (min-width: 1030px) {
  .thumb-grid-presentation.large-thumbnail-grid-2x-md .presentation-space-large-thumb.grid-item {
    display: flex;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(4) {
    display: none;
  }
}
.presentation-space-responsive-smx {
  display: none;
}

.presentation-space-responsive-md {
  display: none;
}

@media (min-width: 670px) {
  .presentation-space-responsive-smx {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .presentation-space-responsive-smx {
    display: none;
  }
  .presentation-space-responsive-md {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1030px) {
  .presentation-space-responsive-smx {
    display: none;
  }
  .presentation-space-responsive-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .generic-thumbnail-grid {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .generic-thumbnail-grid.generic-thumbnail-grid-2x > article {
    width: calc(50% - 35px);
  }
  .generic-thumbnail-grid.generic-thumbnail-grid-2x > article:nth-child(2n-1) {
    margin-right: 35px;
  }
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-mdy-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
}
nav.breadcrumb {
  display: none;
  margin-left: calc(var(--bs-gutter-x) / 2);
  margin-right: calc(var(--bs-gutter-x) / 2);
  margin-bottom: 24px;
  border-bottom: solid 2px rgba(21, 21, 21, 0.15);
}
nav.breadcrumb.basic-grid {
  display: block;
}
nav.breadcrumb a[disabled] {
  pointer-events: none;
}
nav.breadcrumb ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}
nav.breadcrumb ul:before, nav.breadcrumb ul::before {
  display: none;
}
nav.breadcrumb li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  display: block;
  margin-bottom: 12px;
}
nav.breadcrumb li:before, nav.breadcrumb li::before {
  display: none;
}
nav.breadcrumb li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: rgba(21, 21, 21, 0.6);
  transform-origin: center;
  transform: rotate(20deg);
}
nav.breadcrumb li:first-child {
  padding-left: 0;
}
nav.breadcrumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}
nav.breadcrumb li:last-child:after {
  display: none;
}

@media (min-width: 670px) {
  nav.breadcrumb {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.story-article-grid iframe {
  max-width: 100% !important;
}

@media (min-width: 670px) {
  .story-article-grid {
    margin-top: 24px;
  }
}
table.responsive-card {
  margin-top: 40px;
  margin-top: 20px;
  table-layout: fixed;
}
table.responsive-card thead td,
table.responsive-card thead th,
table.responsive-card thead td p {
  background: #B80201;
  text-align: center;
  color: #fff;
  padding: 15px;
  font-weight: bold;
}
table.responsive-card tbody td {
  text-align: left;
  border-bottom: solid 1px rgba(21, 21, 21, 0.2);
}

table.responsive-card {
  display: block;
  width: 100% !important;
  height: auto !important;
}
table.responsive-card th {
  text-align: left;
  color: #fff;
}
table.responsive-card th, table.responsive-card td {
  padding: 10px;
  margin: 0;
  width: auto !important;
}
table.responsive-card td {
  display: block;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  padding-left: 50%;
  position: relative;
}
table.responsive-card td a {
  word-break: break-all;
}
table.responsive-card td p {
  display: inline;
}
table.responsive-card td:before {
  content: attr(data-content);
  display: inline-block !important;
  padding-right: 20px;
  text-align: left;
  width: 100%;
  margin-left: -100%;
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: bold;
}
table.responsive-card td:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(50% - 20px);
  z-index: 1;
  background: #B80201;
}
table.responsive-card tr {
  display: block;
  overflow: hidden;
  width: 100%;
  border-top: solid 1px rgba(21, 21, 21, 0.2);
}
table.responsive-card tbody {
  display: block;
  width: 100%;
}
table.responsive-card thead {
  display: none;
}

@media (min-width: 768px) {
  table.responsive-card {
    display: table;
    width: 100%;
  }
  table.responsive-card tbody td {
    text-align: center;
    padding: 15px;
    word-break: break-all;
  }
  table.responsive-card tbody td p {
    margin: 0;
    padding: 0;
    word-break: break-word;
  }
  table.responsive-card thead {
    display: table-header-group;
  }
  table.responsive-card thead th, table.responsive-card thead td {
    display: table-cell;
    float: none;
    clear: none;
    width: auto;
    color: white;
  }
  table.responsive-card thead tr {
    border-top: none;
    display: table-row;
  }
  table.responsive-card tbody {
    display: table-row-group;
  }
  table.responsive-card tbody tr {
    display: table-row;
  }
  table.responsive-card tbody tr td {
    display: table-cell;
    float: none;
    clear: none;
    width: auto;
  }
  table.responsive-card tbody tr td p {
    display: block;
  }
  table.responsive-card td:before, table.responsive-card td:after {
    display: none !important;
  }
}
.contact-thanks {
  max-width: 959px;
  margin: auto;
  padding-top: 40px;
  border: solid 2px #151515;
  text-align: center;
  padding: 40px;
}

@media (min-width: 1400px) {
  .contact-thanks {
    max-width: 959px;
    margin: auto;
    padding-top: 40px;
    border: solid 2px #151515;
    text-align: center;
    padding: 80px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .contact-thanks p, .contact-thanks a {
    font-size: 20px;
  }
  .contact-thanks a {
    display: inline-block;
    margin-top: 20px;
  }
}
.biography__group.biography__group--mobile {
  display: none;
}

.biography__details dl {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.biography__details dl div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

@media (max-width: 669px) {
  .biography__group {
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .biography__group.biography__group--mobile {
    display: block;
  }
  .biography__group.biography__group--desktop {
    display: none;
  }
  .biography__image {
    padding-right: 15px;
  }
  .biography__header-group {
    display: flex;
    flex-direction: column-reverse;
  }
  .biographies__aside-wrapper {
    padding-bottom: 15px;
  }
  .related-articles .biographies__group {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .biographies__aside-wrapper {
    margin-top: 70px;
  }
}
.quicklinks__nav {
  background: #B80201;
  padding: 15px;
}
.quicklinks__nav .quicklinks__nav--title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  color: #fff;
  font-size: 20px;
}
.quicklinks__nav .quicklinks__nav--title:before, .quicklinks__nav .quicklinks__nav--title::before {
  display: none;
}
.quicklinks__nav ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  display: flex;
}
.quicklinks__nav ul:before, .quicklinks__nav ul::before {
  display: none;
}
.quicklinks__nav ul li {
  padding: 20px 10px 10px;
}
.quicklinks__nav ul li:first-child {
  padding-left: 0;
}
.quicklinks__nav ul li:last-child {
  padding-right: 0;
}
.quicklinks__nav ul li a {
  color: #fff;
}
.quicklinks__nav ul li a:hover {
  text-decoration: underline;
}
.quicklinks__nav ul li:before {
  display: none;
}

.umbraco-forms-contact-form {
  max-width: 650px;
  margin: auto;
  padding-top: 40px;
}

.umbraco-forms-page {
  /*
      Uncomment the below if you wish to use the default styled select wrappers.
      By default the template uses Select2 to style checkboxes.

      See - /blocks/3rdparty-overrides/_select2.scss
  */
  /*[class*="-12"] {
      padding-left: 0;
      padding-right: 0;
  }*/
}
.umbraco-forms-page input:not([type=submit]):not([type=checkbox]):not([type=radio]), .umbraco-forms-page textarea {
  /* Remove shade from iOS */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: solid 2px #151515;
  outline: none !important;
  border-radius: 2px;
  padding: 12px 0;
  width: 100%;
  margin-bottom: 10px;
  display: block;
  font-size: 22px;
  font-weight: bold;
}
.umbraco-forms-page input:not([type=submit]):not([type=checkbox]):not([type=radio]).input-validation-error, .umbraco-forms-page textarea.input-validation-error {
  border-bottom: solid 2px rgba(184, 2, 1, 0.4);
  color: rgba(184, 2, 1, 0.8);
}
.umbraco-forms-page .select-wrapper {
  position: relative;
  border: none;
  border-bottom: solid 2px #151515;
  outline: none !important;
  margin-bottom: 10px;
  display: block;
  border-radius: 0;
  padding: 12px 0;
}
.umbraco-forms-page .select-wrapper:after {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  top: 50%;
  margin-top: -4px;
  right: 15px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5.5px 0 5.5px;
  border-color: #B80201 transparent transparent transparent;
  pointer-events: none;
  border-radius: 2px;
}
.umbraco-forms-page .select-wrapper select {
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  border: none;
  padding: 0;
  font-size: 22px;
  font-weight: bold;
}
.umbraco-forms-page .select-wrapper select::-ms-expand {
  display: none;
}
.umbraco-forms-page .select-wrapper select.invalid {
  color: rgba(21, 21, 21, 0.8);
}
.umbraco-forms-page .select-wrapper select.input-validation-error {
  color: rgba(184, 2, 1, 0.8);
}
.umbraco-forms-page .select-wrapper select.input-validation-error option {
  color: #151515;
}
.umbraco-forms-page textarea {
  height: 200px;
}
.umbraco-forms-page .field-validation-error {
  color: #dc3545;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  margin-top: -3px;
}
.umbraco-forms-page .checkbox .field-validation-error, .umbraco-forms-page .singlechoice .field-validation-error, .umbraco-forms-page .multiplechoice .field-validation-error {
  padding-left: 20px;
}
.umbraco-forms-page [type=checkbox] {
  opacity: 0;
  z-index: -10;
  position: fixed;
  left: -50px;
}
.umbraco-forms-page [type=checkbox] ~ label {
  padding-left: 28px;
  position: relative;
}
.umbraco-forms-page [type=checkbox] ~ label:before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  border: solid 1px rgba(21, 21, 21, 0.3);
  border-radius: 2px;
}
.umbraco-forms-page [type=checkbox]:checked ~ label:after {
  content: "";
  display: block;
  background: url(/Content/Images/check.svg) no-repeat center center;
  background-size: 11px;
  position: absolute;
  top: 3px;
  left: 2px;
  font-size: 11px;
  height: 16px;
  width: 12px;
}
.umbraco-forms-page [type=radio] {
  display: none;
}
.umbraco-forms-page [type=radio] ~ label {
  padding-left: 20px;
  position: relative;
}
.umbraco-forms-page [type=radio] ~ label:before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border: solid 1px rgba(21, 21, 21, 0.3);
  border-radius: 16px;
}
.umbraco-forms-page [type=radio]:checked ~ label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  background: #B80201;
  height: 10px;
  width: 10px;
  border-radius: 13px;
}
.umbraco-forms-page [type=submit] {
  margin-top: 30px;
  margin-bottom: 30px;
  background: #151515;
  padding: 6px 20px;
  text-transform: uppercase;
  color: #fff;
  border: none !important;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  transition: color 0.2s ease, background 0.2s ease;
}
.umbraco-forms-page [type=submit]:hover {
  color: #fff;
  background: #B80201;
}
.umbraco-forms-page .checklist-caption {
  font-weight: bold;
  font-size: 22px;
}
.umbraco-forms-page .checkboxlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 576px) {
  .umbraco-forms-page [type=submit] {
    width: auto;
  }
}
.umbraco-forms-submitmessage {
  text-align: center;
  padding: 60px;
  background: #B80201;
  color: #fff;
  display: block;
}

.dataconsent .field-validation-error {
  padding-left: 28px;
}

.grecaptcha-badge {
  display: none;
}

nav.breadcrumb {
  display: none;
  margin-left: calc(var(--bs-gutter-x) / 2);
  margin-right: calc(var(--bs-gutter-x) / 2);
  margin-bottom: 24px;
  border-bottom: solid 2px rgba(21, 21, 21, 0.15);
}
nav.breadcrumb.basic-grid {
  display: block;
}
nav.breadcrumb a[disabled] {
  pointer-events: none;
}
nav.breadcrumb ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}
nav.breadcrumb ul:before, nav.breadcrumb ul::before {
  display: none;
}
nav.breadcrumb li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  display: block;
  margin-bottom: 12px;
}
nav.breadcrumb li:before, nav.breadcrumb li::before {
  display: none;
}
nav.breadcrumb li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: rgba(21, 21, 21, 0.6);
  transform-origin: center;
  transform: rotate(20deg);
}
nav.breadcrumb li:first-child {
  padding-left: 0;
}
nav.breadcrumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}
nav.breadcrumb li:last-child:after {
  display: none;
}

@media (min-width: 670px) {
  nav.breadcrumb {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.story-article-grid iframe {
  max-width: 100% !important;
}

@media (min-width: 670px) {
  .story-article-grid {
    margin-top: 24px;
  }
}
.videoarticle {
  position: relative;
  overflow: hidden;
  --aspect-ratio: 16/9;
}
.videoarticle img {
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  position: relative;
  z-index: 10;
  transition-delay: 0.5s;
  max-width: 100%;
  height: auto;
}
.videoarticle .overlay {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  bottom: -3px;
  text-align: center;
  padding: 20px 10px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease;
  transition-delay: 0.5s;
  transform: translate3d(0, 0, 0);
}
.videoarticle .video-play-button {
  height: 80px;
  width: 80px;
  border-radius: 80px;
  position: absolute;
  margin-top: -40px;
  margin-left: -40px;
  top: 50%;
  left: 50%;
  background: #fff;
}
.videoarticle .video-play-button:after {
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -14px;
  margin-left: -10px;
  border-width: 15px 0 15px 30px;
  z-index: 5;
  border-color: transparent transparent transparent #1180ED;
}
.videoarticle.show-video img {
  transform: translate3d(0, 100%, 0);
}
.videoarticle.show-video .overlay {
  transform: translate3d(0, 100%, 0);
  opacity: 0.2;
}
.videoarticle iframe, .videoarticle video {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.generic-hero-article {
  background: #151515;
}

.generic-hero-article-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
  line-height: 1.2;
}
.generic-hero-article-title:before, .generic-hero-article-title::before {
  display: none;
}
.generic-hero-article-title a {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  transition: color 0.2s ease;
}
.generic-hero-article-title a:before, .generic-hero-article-title a::before {
  display: none;
}
.generic-hero-article-title:hover a {
  color: var(--accent-color-light);
}
.generic-hero-article:hover .generic-hero-article-title a {
  color: var(--accent-color-light);
}

.generic-hero-article-body {
  padding: 0 40px 40px;
}
.generic-hero-article-body p {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.47);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.generic-hero-article-body p:before, .generic-hero-article-body p::before {
  display: none;
}

.gallery-hero-article.as-slideshow {
  max-width: 100vw;
}

@media (max-width: 669.98px) {
  .feed-renderer-latest .gallery-hero-article .splide__arrow.splide__arrow--prev {
    left: 0;
  }
  .feed-renderer-latest .gallery-hero-article .splide__arrow.splide__arrow--next {
    right: 0;
  }
}
@media (min-width: 670px) {
  .gallery-hero-article.as-slideshow {
    width: 670px;
    max-width: 100%;
  }
  .generic-hero-article-image.story-body-image {
    height: auto;
  }
}
@media (min-width: 1030px) {
  .gallery-hero-article.as-slideshow {
    width: 640px;
  }
  .generic-hero-article-image {
    max-width: 635px;
  }
}
@media (min-width: 1400px) {
  .generic-hero-article-image {
    height: var(--generic-hero-thumb-height);
  }
  .generic-hero-article-image.story-body-image {
    height: auto;
  }
}
.video-hero-article-image {
  position: relative;
}
.video-hero-article-image:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 90px;
  width: 90px;
}
.video-hero-article-image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 21px;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22.5px 0 22.5px 39px;
  border-color: transparent transparent transparent #fff;
}

.first-block-item .feed-renderer-latest .feed-section-title {
  display: none;
}

.latest-thumbs {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.latest-thumbs > * {
  max-width: 335px;
}
.latest-thumbs .generic-thumb-article-image.no-image {
  background: rgba(21, 21, 21, 0.6);
}

@media (min-width: 670px) and (max-width: 1199.98px) {
  .latest-thumbs {
    flex-direction: row;
  }
}
@media (min-width: 670px) and (max-width: 1399.98px) {
  .latest-thumbs.small-thumbnail-grid > .grid-item:nth-child(7) {
    display: none;
  }
  .latest-thumbs.small-thumbnail-grid > .grid-item:nth-child(8) {
    display: none;
  }
  .latest-thumbs.small-thumbnail-grid > .grid-item:nth-child(9) {
    display: none;
  }
}
@media (min-width: 670px) {
  .latest-thumbs > * {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 1030px) {
  .first-block-item .feed-renderer-latest .feed-section-title {
    display: flex;
  }
  .latest-thumbs {
    align-items: flex-start;
  }
}
.gallery-arrows {
  margin: 15px 0;
}
.gallery-arrows ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-arrows ul, .gallery-arrows li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
}
.gallery-arrows ul:before, .gallery-arrows ul::before, .gallery-arrows li:before, .gallery-arrows li::before {
  display: none;
}
.gallery-arrows li a {
  width: 6px;
  height: 6px;
  background: #151515;
  border-radius: 12px;
  display: block;
  margin: 0 5px;
}
.gallery-arrows li.active a {
  background: var(--accent-color);
  width: 8px;
  height: 8px;
}

@media (min-width: 670px) {
  .gallery-arrows {
    margin: 5px 0 15px;
  }
}
.gallery-images-scroller {
  /*display: flex;
  overflow: hidden;*/
  padding-bottom: 16px;
  position: relative;
}
.gallery-images-scroller.no-scroller {
  padding-bottom: 0;
}

.large-thumbnail-slideshow {
  display: none;
}

@media (min-width: 1030px) {
  .large-thumbnail-slideshow {
    display: block;
  }
  .large-thumbnail-slideshow .splide__slide {
    background: #151515;
  }
  .large-thumbnail-slideshow.splide:not(.is-initialized) .splide__slide {
    width: calc(33.33333333% - 19.5px);
    margin-right: 30px;
  }
  .large-thumbnail-slideshow.splide:not(.is-initialized) .splide__slide:nth-of-type(2) {
    display: block;
  }
  .large-thumbnail-slideshow.splide:not(.is-initialized) .splide__slide:nth-of-type(3) {
    display: block;
  }
}
ul.musician-a-z {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  background: #B80201;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
}
ul.musician-a-z:before, ul.musician-a-z::before {
  display: none;
}
ul.musician-a-z.musician-a-z--generic {
  background: transparent;
}
ul.musician-a-z.musician-a-z--generic li {
  color: #151515;
}
ul.musician-a-z.musician-a-z--generic a {
  color: #151515;
  padding: 5px;
}
ul.musician-a-z.musician-a-z--generic a:hover, ul.musician-a-z.musician-a-z--generic a.active {
  background: #151515;
  color: #fff;
}
ul.musician-a-z li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
}
ul.musician-a-z li:before, ul.musician-a-z li::before {
  display: none;
}
ul.musician-a-z li:before {
  display: none;
}
ul.musician-a-z li a {
  color: #fff;
  transition: all 0.2s ease;
  display: block;
  padding: 5px;
}
ul.musician-a-z li a:hover, ul.musician-a-z li a.active {
  color: #B80201;
  background: #fff;
}

ul.musician-a-z__sub {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  background: #151515;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
ul.musician-a-z__sub:before, ul.musician-a-z__sub::before {
  display: none;
}
ul.musician-a-z__sub li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
}
ul.musician-a-z__sub li:before, ul.musician-a-z__sub li::before {
  display: none;
}
ul.musician-a-z__sub li:before {
  display: none;
}
ul.musician-a-z__sub li a {
  color: #fff;
  transition: all 0.2s ease;
  display: block;
  padding: 8px;
}
ul.musician-a-z__sub li a:hover, ul.musician-a-z__sub li a.active {
  background: #B80201;
  color: #fff;
}

.musician-a-z-nav {
  background: rgba(21, 21, 21, 0.04);
  padding: 15px;
}

.musician-a-z-nav__title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 16px;
  padding-bottom: 5px;
  display: block;
  width: 100%;
  margin-top: 5px;
}
.musician-a-z-nav__title:before, .musician-a-z-nav__title::before {
  display: none;
}

@media (max-width: 669px) {
  .musician-a-z-nav {
    margin-left: 15px;
    margin-right: 15px;
  }
  ul.musician-a-z.musician-a-z--generic a {
    color: #151515;
    padding: 8px;
  }
  ul.musician-a-z li a {
    padding: 8px;
  }
}
@media (min-width: 670px) {
  ul.musician-a-z li {
    flex: 1;
  }
  ul.musician-a-z li a {
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .musician-a-z--listing-list {
    column-count: 2;
  }
}
.no-results-block {
  padding: 40px;
  border: solid 5px var(--accent-color);
}
.no-results-block p {
  color: var(--accent-color);
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  width: 100%;
  display: block;
}

a.splide__arrow svg {
  top: 16px;
}
a.splide__arrow:hover svg {
  transform: translateX(0);
}
a.splide__arrow.splide__arrow--prev:hover svg {
  transform: translateX(0);
}

.splide__arrow {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  -webkit-appearance: initial;
  background: var(--accent-color);
  position: absolute;
  right: -12px;
  top: 170px;
  height: 60px;
  width: 50px;
  z-index: 2;
  border: 0 !important;
  transition: opacity 0.2s ease;
  opacity: 1;
}
.splide__arrow:before, .splide__arrow::before {
  display: none;
}
.splide__arrow.gallery-splide-arrow {
  top: calc(50% - 60px);
}
.splide__arrow::before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 10px;
  border-color: transparent transparent var(--accent-color) transparent;
}
.splide__arrow svg {
  height: 25px;
  position: relative;
  left: 2px;
  transition: transform 0.2s ease;
  transform: translateX(0);
}
.splide__arrow svg path {
  fill: #fff;
}
.splide__arrow[disabled] {
  opacity: 0.85;
  pointer-events: none;
}
.splide__arrow:hover svg {
  transform: translateX(4px);
}
.splide__arrow.splide__arrow--prev {
  right: initial;
  left: -12px;
}
.splide__arrow.splide__arrow--prev svg {
  left: 9px;
}
.splide__arrow.splide__arrow--prev svg path {
  transform-origin: center;
  transform: rotate(180deg);
}
.splide__arrow.splide__arrow--prev::before {
  content: "";
  display: block;
  position: absolute;
  left: initial;
  right: -10px;
  border-width: 60px 10px 0 0;
  border-color: var(--accent-color) transparent transparent transparent;
}
.splide__arrow.splide__arrow--prev:hover svg {
  transform: translateX(-4px);
}

.small-splide-arrows .splide__arrow {
  height: 40px;
  width: 30px;
  top: 95px;
}
.small-splide-arrows .splide__arrow svg {
  height: 16px;
  left: -5px;
}
.small-splide-arrows .splide__arrow:hover svg {
  transform: translateX(2px);
}
.small-splide-arrows .splide__arrow::before {
  border-width: 0 0 40px 10px;
}
.small-splide-arrows .splide__arrow.splide__arrow--prev svg {
  left: -5px;
}
.small-splide-arrows .splide__arrow.splide__arrow--prev::before {
  border-width: 40px 10px 0 0;
}
.small-splide-arrows .splide__arrow.splide__arrow--prev:hover svg {
  transform: translateX(-2px);
}

.generic-thumb-article {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 100%;
}
.generic-thumb-article:hover a {
  color: var(--accent-color);
}
.generic-thumb-article--large:hover a {
  color: var(--accent-color-light);
}
.section-bg-black .generic-thumb-article:hover a {
  color: var(--accent-color-light);
}

.generic-thumb-article-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 15px;
  color: var(--text-color);
  width: calc(100% - 135px);
  padding-left: 10px;
}
.generic-thumb-article-title:before, .generic-thumb-article-title::before {
  display: none;
}
.generic-thumb-article-title a {
  font-size: 15px;
  color: var(--text-color);
  transition: all 0.2s ease;
  line-height: 1.2;
}
.generic-thumb-article-title a:hover {
  color: var(--accent-color);
}
.generic-thumb-article-title--large {
  width: 100%;
}

.generic-thumb-article-image {
  width: var(--generic-thumb-width);
  height: var(--generic-thumb-height);
}
.generic-thumb-article-image img {
  border-bottom: solid 2px var(--accent-color);
}
.generic-thumb-article-image--large {
  width: 100%;
  max-width: var(--generic-thumb-large-width-mob);
  max-height: var(--generic-thumb-large-height-mob);
  height: auto;
}
.generic-thumb-article-image.no-image {
  background: rgba(21, 21, 21, 0.6);
  background-image: url(/Content/Images/Favicons/apple-touch-icon-precomposed.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.section-bg-black .generic-thumb-article-image.no-image {
  background: rgba(255, 255, 255, 0.2);
}
.small-thumbnail-grid .generic-thumb-article-image.no-image {
  background-size: 30% !important;
}

.generic-thumb-article--large {
  display: flex;
  flex-direction: column;
  background: #151515;
  justify-content: flex-start;
}

.generic-thumb-article-title-large--wrapper {
  padding: 15px;
}
.generic-thumb-article-title-large--wrapper.sub-heading {
  padding-bottom: 0px;
}
.generic-thumb-article-title-large--wrapper.sub-heading h6 {
  color: #eb0301;
}

.generic-thumb-article-title--large {
  color: #fff;
  line-height: 1.2;
  padding-left: 0;
}
.generic-thumb-article-title--large a {
  color: #fff;
  line-height: 1.2;
}
.generic-thumb-article-title--large:hover a {
  color: var(--accent-color-light);
}

.generic-thumb-article--large {
  max-width: 335px;
}

@media (min-width: 1200px) {
  .generic-thumb-article-image {
    width: var(--generic-thumb-width);
    height: var(--generic-thumb-height);
  }
  .generic-thumb-article-image--large {
    max-width: 300px;
    width: var(--generic-thumb-large-width);
    height: var(--generic-thumb-large-height);
    max-height: var(--generic-thumb-large-height);
  }
  .generic-thumb-article--large {
    max-width: 300px;
  }
}
.exclusive-badge {
  background: var(--accent-color);
  color: #fff;
  font-weight: bold;
  padding: 2px 4px 1px 4px;
  text-transform: uppercase;
  font-style: italic;
  font-size: 10px;
  position: absolute;
  top: 10px;
  left: -10px;
}

.generic-thumb-article--large .exclusive-badge {
  font-size: 12px;
}

.exclusive-only-feeds .exclusive-badge {
  display: none;
}

.must-read .generic-thumb-article-image.no-image, .related-articles .generic-thumb-article-image.no-image, .feed-renderer-trending .generic-thumb-article-image.no-image {
  background: rgba(21, 21, 21, 0.6);
}

.video-thumb-article-image--large {
  position: relative;
}
.video-thumb-article-image--large:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 40px;
  width: 40px;
}
.video-thumb-article-image--large:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent #fff;
}

.video-thumb-article-image {
  position: relative;
}
.video-thumb-article-image:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 30px;
  width: 30px;
}
.video-thumb-article-image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #fff;
}

.gallery-thumb-article-image--large {
  position: relative;
}
.gallery-thumb-article-image--large:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 40px;
  width: 40px;
  z-index: 2;
}
.gallery-thumb-article-image--large:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 9px;
  left: 8px;
  background: url(/Content/Images/icon-camera.svg);
  background-repeat: no-repeat;
  z-index: 3;
  height: 23px;
  width: 23px;
}

.gallery-thumb-article-image {
  position: relative;
}
.gallery-thumb-article-image:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 30px;
  width: 30px;
}
.gallery-thumb-article-image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 6px;
  background: url(/Content/Images/icon-camera.svg);
  background-repeat: no-repeat;
  height: 18px;
  width: 17px;
  background-size: 17px;
}

.trending-topics {
  padding-bottom: 20px;
}
.trending-topics.article-tags {
  padding-top: 20px;
}
.trending-topics ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.trending-topics ul:before, .trending-topics ul::before {
  display: none;
}
.trending-topics li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  background: var(--accent-color);
  padding: 8px;
  box-shadow: 0px 0px 0px rgba(21, 21, 21, 0.2);
  transition: all 0.2s ease;
  margin: 6px 10px 0 0;
}
.trending-topics li:before, .trending-topics li::before {
  display: none;
}
.trending-topics li:hover {
  box-shadow: 2px 2px 2px rgba(21, 21, 21, 0.2);
}
.trending-topics a {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.trending-topics-list {
  margin-top: -20px;
}
.trending-topics-list.padded-mobile {
  padding: 0 15px;
}

@media (min-width: 670px) {
  .trending-topics-list.padded-mobile {
    padding: 0;
  }
}
.presentation-space {
  display: flex;
  justify-content: center;
  align-items: center;
}

.presentation-space {
  display: flex;
  justify-content: center;
  align-items: center;
}

.generic-thumb-article {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 100%;
}
.generic-thumb-article:hover a {
  color: var(--accent-color);
}
.generic-thumb-article--large:hover a {
  color: var(--accent-color-light);
}
.section-bg-black .generic-thumb-article:hover a {
  color: var(--accent-color-light);
}

.generic-thumb-article-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 15px;
  color: var(--text-color);
  width: calc(100% - 135px);
  padding-left: 10px;
}
.generic-thumb-article-title:before, .generic-thumb-article-title::before {
  display: none;
}
.generic-thumb-article-title a {
  font-size: 15px;
  color: var(--text-color);
  transition: all 0.2s ease;
  line-height: 1.2;
}
.generic-thumb-article-title a:hover {
  color: var(--accent-color);
}
.generic-thumb-article-title--large {
  width: 100%;
}

.generic-thumb-article-image {
  width: var(--generic-thumb-width);
  height: var(--generic-thumb-height);
}
.generic-thumb-article-image img {
  border-bottom: solid 2px var(--accent-color);
}
.generic-thumb-article-image--large {
  width: 100%;
  max-width: var(--generic-thumb-large-width-mob);
  max-height: var(--generic-thumb-large-height-mob);
  height: auto;
}
.generic-thumb-article-image.no-image {
  background: rgba(21, 21, 21, 0.6);
  background-image: url(/Content/Images/Favicons/apple-touch-icon-precomposed.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.section-bg-black .generic-thumb-article-image.no-image {
  background: rgba(255, 255, 255, 0.2);
}
.small-thumbnail-grid .generic-thumb-article-image.no-image {
  background-size: 30% !important;
}

.generic-thumb-article--large {
  display: flex;
  flex-direction: column;
  background: #151515;
  justify-content: flex-start;
}

.generic-thumb-article-title-large--wrapper {
  padding: 15px;
}
.generic-thumb-article-title-large--wrapper.sub-heading {
  padding-bottom: 0px;
}
.generic-thumb-article-title-large--wrapper.sub-heading h6 {
  color: #eb0301;
}

.generic-thumb-article-title--large {
  color: #fff;
  line-height: 1.2;
  padding-left: 0;
}
.generic-thumb-article-title--large a {
  color: #fff;
  line-height: 1.2;
}
.generic-thumb-article-title--large:hover a {
  color: var(--accent-color-light);
}

.generic-thumb-article--large {
  max-width: 335px;
}

@media (min-width: 1200px) {
  .generic-thumb-article-image {
    width: var(--generic-thumb-width);
    height: var(--generic-thumb-height);
  }
  .generic-thumb-article-image--large {
    max-width: 300px;
    width: var(--generic-thumb-large-width);
    height: var(--generic-thumb-large-height);
    max-height: var(--generic-thumb-large-height);
  }
  .generic-thumb-article--large {
    max-width: 300px;
  }
}
.exclusive-badge {
  background: var(--accent-color);
  color: #fff;
  font-weight: bold;
  padding: 2px 4px 1px 4px;
  text-transform: uppercase;
  font-style: italic;
  font-size: 10px;
  position: absolute;
  top: 10px;
  left: -10px;
}

.generic-thumb-article--large .exclusive-badge {
  font-size: 12px;
}

.exclusive-only-feeds .exclusive-badge {
  display: none;
}

.must-read .generic-thumb-article-image.no-image, .related-articles .generic-thumb-article-image.no-image, .feed-renderer-trending .generic-thumb-article-image.no-image {
  background: rgba(21, 21, 21, 0.6);
}

.video-thumb-article-image--large {
  position: relative;
}
.video-thumb-article-image--large:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 40px;
  width: 40px;
}
.video-thumb-article-image--large:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent #fff;
}

.video-thumb-article-image {
  position: relative;
}
.video-thumb-article-image:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 30px;
  width: 30px;
}
.video-thumb-article-image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #fff;
}

.gallery-thumb-article-image--large {
  position: relative;
}
.gallery-thumb-article-image--large:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 40px;
  width: 40px;
  z-index: 2;
}
.gallery-thumb-article-image--large:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 9px;
  left: 8px;
  background: url(/Content/Images/icon-camera.svg);
  background-repeat: no-repeat;
  z-index: 3;
  height: 23px;
  width: 23px;
}

.gallery-thumb-article-image {
  position: relative;
}
.gallery-thumb-article-image:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 30px;
  width: 30px;
}
.gallery-thumb-article-image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 6px;
  background: url(/Content/Images/icon-camera.svg);
  background-repeat: no-repeat;
  height: 18px;
  width: 17px;
  background-size: 17px;
}

.generic-thumbnail-grid {
  width: 100%;
  display: block;
}

.newsletter-logo-contianer {
  padding: 15px 15px 0 15px;
  margin-bottom: 0px !important;
}
.newsletter-logo-contianer img {
  width: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.grid-with-insert,
.large-thumbnail-grid,
.small-thumbnail-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.grid-with-insert [class*=presentation-space],
.large-thumbnail-grid [class*=presentation-space],
.small-thumbnail-grid [class*=presentation-space] {
  margin-bottom: 10px;
}

.large-thumbnail-grid,
.small-thumbnail-grid {
  padding: 0 15px;
}

.small-thumbnail-grid.small-thumbnail-grid-1x > .grid-item {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.visible-smx {
  display: none;
}

@media (min-width: 670px) {
  .visible-smx {
    display: flex;
  }
}
@media (min-width: 768px) {
  .visible-smx {
    display: none;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
.grid-with-insert-3x--insert-right,
.large-thumbnail-grid-3x,
.small-thumbnail-grid-3x {
  /* &.multi-row-grid {
      > article, > section, > div {
          margin-bottom: 35px;
      }
  }*/
}
.grid-with-insert-3x--insert-right > .grid-item,
.large-thumbnail-grid-3x > .grid-item,
.small-thumbnail-grid-3x > .grid-item {
  max-width: 335px;
  width: 100%;
}

.multi-row-grid > article, .multi-row-grid > section, .multi-row-grid > div {
  margin-bottom: 35px;
}

.small-thumbnail-grid-2x,
.large-thumbnail-grid-2x {
  align-items: center;
  flex-direction: column;
}
.small-thumbnail-grid-2x > article, .small-thumbnail-grid-2x > section, .small-thumbnail-grid-2x > div,
.large-thumbnail-grid-2x > article,
.large-thumbnail-grid-2x > section,
.large-thumbnail-grid-2x > div {
  width: 100%;
  max-width: 335px;
}

.grid-with-insert-3x--inner {
  padding-top: 20px;
}
.grid-with-insert-3x--inner.no-padding-top {
  padding-top: 0;
}
.grid-with-insert-3x--inner [class*=thumbnail-grid] {
  padding-left: 0;
  padding-right: 0;
}

.grid-with-insert-3x--insert-1x-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feed-renderer-grid .small-thumbnail-grid {
  margin-top: 10px;
}

.feed-items-read-more {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.grid-with-insert-insert .feed-section-title {
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx:not(.multi-row-grid) > .grid-item:nth-child(4) {
  display: none;
}

@media (min-width: 670px) and (max-width: 767.98px) {
  .small-thumbnail-grid-2x-smx > .grid-item,
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
  }
  .small-thumbnail-grid-2x-smx > .grid-item:nth-child(2n),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item:nth-child(2n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-smx > .grid-item:nth-child(3),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item:nth-child(3) {
    margin-right: 15px;
  }
  .small-thumbnail-grid-2x-smx > .grid-item:nth-child(4),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item:nth-child(4),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item:nth-child(4) {
    display: flex;
  }
  .small-thumbnail-grid-2x-smx.thumb-grid-presentation > .grid-item:nth-child(3),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx.thumb-grid-presentation > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx.thumb-grid-presentation > .grid-item:nth-child(3) {
    margin-right: 0;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
    border: solid 10px green;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
@media (min-width: 670px) {
  .large-thumbnail-grid,
  .small-thumbnail-grid {
    padding: 0;
  }
  .grid-with-insert-3x--insert-right > .grid-item,
  .large-thumbnail-grid-3x > .grid-item,
  .small-thumbnail-grid-3x > .grid-item {
    width: calc((100% - 30px) / 3);
    max-width: 300px;
    margin-right: 15px;
  }
  .grid-with-insert-3x--insert-right.large-thumbnail-grid-3x-smx-u > .grid-item:nth-child(3n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-smx-u > .grid-item:nth-child(3n),
  .small-thumbnail-grid-3x.large-thumbnail-grid-3x-smx-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .grid-with-insert-3x--inner > * {
    max-width: 100%;
  }
  .small-thumbnail-grid-2x,
  .large-thumbnail-grid-2x {
    justify-content: space-between;
    align-items: initial;
    flex-direction: row;
  }
  .small-thumbnail-grid-2x > article, .small-thumbnail-grid-2x > section, .small-thumbnail-grid-2x > div,
  .large-thumbnail-grid-2x > article,
  .large-thumbnail-grid-2x > section,
  .large-thumbnail-grid-2x > div {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
  }
}
@media (min-width: 670px) and (max-width: 767.98px) {
  .small-thumbnail-grid-2x-smx-o > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
    margin-right: 15px;
  }
  .small-thumbnail-grid-2x-smx-o > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-smx-o > .grid-item:nth-child(4) {
    display: flex;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
    border: solid 10px yellow;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1029.98px) {
  .small-thumbnail-grid-2x-md-o > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
    margin-right: 15px;
  }
  .small-thumbnail-grid-2x-md-o > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-md-o > .grid-item:nth-child(4) {
    display: flex;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
@media (min-width: 1030px) and (max-width: 1199.98px) {
  .small-thumbnail-grid-2x-mdx-o > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
  }
  .small-thumbnail-grid-2x-mdx-o > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-mdx-o > .grid-item:nth-child(4) {
    display: flex;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .small-thumbnail-grid-3x-mdy-o > .grid-item {
    width: calc((100% - 70px) / 3);
    max-width: 300px;
    margin-right: 35px;
  }
  .small-thumbnail-grid-3x-mdy-o > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .large-thumbnail-grid,
  .small-thumbnail-grid {
    padding: 0;
  }
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-md-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  /*.small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx {
      > .grid-item {
          // GRID REFACTOR
          width: calc(calc(100% - 70px) / 3); // This is getting silly.. (if you are wondering why this is to preserve ad-space and ad's have fixed shapes)
          max-width: 300px;
          margin-right: 35px;

          &:nth-child(3n) {
              margin-right: 0;
          }
      }

      > .grid-item {
          &:nth-child(2n) {
              margin-right: 35px;
          }

          &:nth-child(3) {
              margin-right: 0;
          }

          &:nth-child(4) {
              display: none;
          }
      }
  }*/
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(2n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(3) {
    margin-right: 15px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(4),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(4) {
    display: flex;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md.thumb-grid-presentation > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md.thumb-grid-presentation > .grid-item:nth-child(3) {
    margin-right: 0;
  }
}
@media (max-width: 669.98px) {
  .grid-with-insert-3x--inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid-with-insert-3x--inner > * {
    max-width: 100%;
    width: 100%;
  }
  .grid-with-insert-3x--inner .feed-section-title {
    padding: 10px 0;
  }
}
@media (min-width: 670px) {
  .grid-with-insert-3x--inner {
    width: 100%;
  }
}
@media (min-width: 1030px) {
  grid-with-insert,
  .large-thumbnail-grid,
  .small-thumbnail-grid {
    justify-content: flex-start;
  }
  .large-thumbnail-grid-mobile {
    display: none;
  }
  .small-thumbnail-grid-2x,
  .large-thumbnail-grid-2x {
    justify-content: space-between;
    align-items: initial;
    flex-direction: row;
  }
  .small-thumbnail-grid-2x > article, .small-thumbnail-grid-2x > section, .small-thumbnail-grid-2x > div,
  .large-thumbnail-grid-2x > article,
  .large-thumbnail-grid-2x > section,
  .large-thumbnail-grid-2x > div {
    width: calc((100% - 35px) / 2);
    max-width: 300px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(2n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(2n) {
    margin-right: 35px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(3) {
    margin-right: 0;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md:not(.multi-row-grid) > .grid-item:nth-child(4),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md:not(.multi-row-grid) > .grid-item:nth-child(4) {
    display: none;
  }
  .grid-with-insert-3x--insert-right > .grid-item,
  .large-thumbnail-grid-3x > .grid-item,
  .small-thumbnail-grid-3x > .grid-item,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item,
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item {
    width: calc((100% - 70px) / 3);
    max-width: 300px;
    margin-right: 35px;
  }
  .grid-with-insert-3x--insert-right > .grid-item:nth-child(3n),
  .large-thumbnail-grid-3x > .grid-item:nth-child(3n),
  .small-thumbnail-grid-3x > .grid-item:nth-child(3n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(3n),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-mdx-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .grid-with-insert-3x--insert-1x-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-with-insert-3x--insert-1x-right > div:first-child {
    width: calc(100% - 335px);
  }
  .grid-with-insert-3x--insert-1x-right > div:last-child {
    width: 300px;
  }
}
@media (min-width: 670px) {
  .thumb-grid-presentation.large-thumbnail-grid-2x-smx .presentation-space-large-thumb.grid-item {
    display: none;
  }
}
@media (min-width: 768px) {
  .thumb-grid-presentation.large-thumbnail-grid-2x-smx .presentation-space-large-thumb.grid-item {
    display: flex;
  }
  .thumb-grid-presentation.large-thumbnail-grid-2x-md .presentation-space-large-thumb.grid-item {
    display: none;
  }
}
@media (min-width: 1030px) {
  .thumb-grid-presentation.large-thumbnail-grid-2x-md .presentation-space-large-thumb.grid-item {
    display: flex;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(4) {
    display: none;
  }
}
.presentation-space-responsive-smx {
  display: none;
}

.presentation-space-responsive-md {
  display: none;
}

@media (min-width: 670px) {
  .presentation-space-responsive-smx {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .presentation-space-responsive-smx {
    display: none;
  }
  .presentation-space-responsive-md {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1030px) {
  .presentation-space-responsive-smx {
    display: none;
  }
  .presentation-space-responsive-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .generic-thumbnail-grid {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .generic-thumbnail-grid.generic-thumbnail-grid-2x > article {
    width: calc(50% - 35px);
  }
  .generic-thumbnail-grid.generic-thumbnail-grid-2x > article:nth-child(2n-1) {
    margin-right: 35px;
  }
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-mdy-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
}
a.splide__arrow svg {
  top: 16px;
}
a.splide__arrow:hover svg {
  transform: translateX(0);
}
a.splide__arrow.splide__arrow--prev:hover svg {
  transform: translateX(0);
}

.splide__arrow {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  -webkit-appearance: initial;
  background: var(--accent-color);
  position: absolute;
  right: -12px;
  top: 170px;
  height: 60px;
  width: 50px;
  z-index: 2;
  border: 0 !important;
  transition: opacity 0.2s ease;
  opacity: 1;
}
.splide__arrow:before, .splide__arrow::before {
  display: none;
}
.splide__arrow.gallery-splide-arrow {
  top: calc(50% - 60px);
}
.splide__arrow::before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 10px;
  border-color: transparent transparent var(--accent-color) transparent;
}
.splide__arrow svg {
  height: 25px;
  position: relative;
  left: 2px;
  transition: transform 0.2s ease;
  transform: translateX(0);
}
.splide__arrow svg path {
  fill: #fff;
}
.splide__arrow[disabled] {
  opacity: 0.85;
  pointer-events: none;
}
.splide__arrow:hover svg {
  transform: translateX(4px);
}
.splide__arrow.splide__arrow--prev {
  right: initial;
  left: -12px;
}
.splide__arrow.splide__arrow--prev svg {
  left: 9px;
}
.splide__arrow.splide__arrow--prev svg path {
  transform-origin: center;
  transform: rotate(180deg);
}
.splide__arrow.splide__arrow--prev::before {
  content: "";
  display: block;
  position: absolute;
  left: initial;
  right: -10px;
  border-width: 60px 10px 0 0;
  border-color: var(--accent-color) transparent transparent transparent;
}
.splide__arrow.splide__arrow--prev:hover svg {
  transform: translateX(-4px);
}

.small-splide-arrows .splide__arrow {
  height: 40px;
  width: 30px;
  top: 95px;
}
.small-splide-arrows .splide__arrow svg {
  height: 16px;
  left: -5px;
}
.small-splide-arrows .splide__arrow:hover svg {
  transform: translateX(2px);
}
.small-splide-arrows .splide__arrow::before {
  border-width: 0 0 40px 10px;
}
.small-splide-arrows .splide__arrow.splide__arrow--prev svg {
  left: -5px;
}
.small-splide-arrows .splide__arrow.splide__arrow--prev::before {
  border-width: 40px 10px 0 0;
}
.small-splide-arrows .splide__arrow.splide__arrow--prev:hover svg {
  transform: translateX(-2px);
}

.async-css-unloaded .feed-renderer-grid .large-thumbnail-grid.large-thumbnail-grid-3x {
  min-height: 253px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.async-css-unloaded .feed-renderer-grid .small-thumbnail-grid.small-thumbnail-grid-3x {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.async-css-unloaded .feed-renderer-grid .generic-thumb-article {
  min-height: 90px;
  width: 100%;
  background: rgba(233, 235, 236, 0.3);
}
.async-css-unloaded .feed-renderer-grid .generic-thumb-article > div {
  display: none;
}
.async-css-unloaded .feed-renderer-grid .generic-thumb-article--large {
  min-height: 253px;
}
.async-css-unloaded .feed-renderer-grid .generic-thumb-article-title-large--wrapper {
  padding: 15px;
}

@media (min-width: 1400px) {
  .async-css-unloaded .feed-renderer-grid .large-thumbnail-grid.large-thumbnail-grid-3x {
    min-height: 253px;
  }
  .async-css-unloaded .feed-renderer-grid .generic-thumb-article {
    min-height: 90px;
    width: 300px;
    margin-right: 35px;
  }
  .async-css-unloaded .feed-renderer-grid .generic-thumb-article:nth-child(3n) {
    margin-right: 0;
  }
  .async-css-unloaded .feed-renderer-grid .generic-thumb-article--large {
    min-height: 253px;
  }
}
.first-block-item .feed-renderer-latest .feed-section-title {
  display: none;
}

.latest-thumbs {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.latest-thumbs > * {
  max-width: 335px;
}
.latest-thumbs .generic-thumb-article-image.no-image {
  background: rgba(21, 21, 21, 0.6);
}

@media (min-width: 670px) and (max-width: 1199.98px) {
  .latest-thumbs {
    flex-direction: row;
  }
}
@media (min-width: 670px) and (max-width: 1399.98px) {
  .latest-thumbs.small-thumbnail-grid > .grid-item:nth-child(7) {
    display: none;
  }
  .latest-thumbs.small-thumbnail-grid > .grid-item:nth-child(8) {
    display: none;
  }
  .latest-thumbs.small-thumbnail-grid > .grid-item:nth-child(9) {
    display: none;
  }
}
@media (min-width: 670px) {
  .latest-thumbs > * {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 1030px) {
  .first-block-item .feed-renderer-latest .feed-section-title {
    display: flex;
  }
  .latest-thumbs {
    align-items: flex-start;
  }
}
.videoarticle {
  position: relative;
  overflow: hidden;
  --aspect-ratio: 16/9;
}
.videoarticle img {
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  position: relative;
  z-index: 10;
  transition-delay: 0.5s;
  max-width: 100%;
  height: auto;
}
.videoarticle .overlay {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  bottom: -3px;
  text-align: center;
  padding: 20px 10px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease;
  transition-delay: 0.5s;
  transform: translate3d(0, 0, 0);
}
.videoarticle .video-play-button {
  height: 80px;
  width: 80px;
  border-radius: 80px;
  position: absolute;
  margin-top: -40px;
  margin-left: -40px;
  top: 50%;
  left: 50%;
  background: #fff;
}
.videoarticle .video-play-button:after {
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -14px;
  margin-left: -10px;
  border-width: 15px 0 15px 30px;
  z-index: 5;
  border-color: transparent transparent transparent #1180ED;
}
.videoarticle.show-video img {
  transform: translate3d(0, 100%, 0);
}
.videoarticle.show-video .overlay {
  transform: translate3d(0, 100%, 0);
  opacity: 0.2;
}
.videoarticle iframe, .videoarticle video {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.generic-hero-article {
  background: #151515;
}

.generic-hero-article-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
  line-height: 1.2;
}
.generic-hero-article-title:before, .generic-hero-article-title::before {
  display: none;
}
.generic-hero-article-title a {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  transition: color 0.2s ease;
}
.generic-hero-article-title a:before, .generic-hero-article-title a::before {
  display: none;
}
.generic-hero-article-title:hover a {
  color: var(--accent-color-light);
}
.generic-hero-article:hover .generic-hero-article-title a {
  color: var(--accent-color-light);
}

.generic-hero-article-body {
  padding: 0 40px 40px;
}
.generic-hero-article-body p {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.47);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.generic-hero-article-body p:before, .generic-hero-article-body p::before {
  display: none;
}

.gallery-hero-article.as-slideshow {
  max-width: 100vw;
}

@media (max-width: 669.98px) {
  .feed-renderer-latest .gallery-hero-article .splide__arrow.splide__arrow--prev {
    left: 0;
  }
  .feed-renderer-latest .gallery-hero-article .splide__arrow.splide__arrow--next {
    right: 0;
  }
}
@media (min-width: 670px) {
  .gallery-hero-article.as-slideshow {
    width: 670px;
    max-width: 100%;
  }
  .generic-hero-article-image.story-body-image {
    height: auto;
  }
}
@media (min-width: 1030px) {
  .gallery-hero-article.as-slideshow {
    width: 640px;
  }
  .generic-hero-article-image {
    max-width: 635px;
  }
}
@media (min-width: 1400px) {
  .generic-hero-article-image {
    height: var(--generic-hero-thumb-height);
  }
  .generic-hero-article-image.story-body-image {
    height: auto;
  }
}
.video-hero-article-image {
  position: relative;
}
.video-hero-article-image:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 90px;
  width: 90px;
}
.video-hero-article-image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 21px;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22.5px 0 22.5px 39px;
  border-color: transparent transparent transparent #fff;
}

.generic-thumb-article {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 100%;
}
.generic-thumb-article:hover a {
  color: var(--accent-color);
}
.generic-thumb-article--large:hover a {
  color: var(--accent-color-light);
}
.section-bg-black .generic-thumb-article:hover a {
  color: var(--accent-color-light);
}

.generic-thumb-article-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 15px;
  color: var(--text-color);
  width: calc(100% - 135px);
  padding-left: 10px;
}
.generic-thumb-article-title:before, .generic-thumb-article-title::before {
  display: none;
}
.generic-thumb-article-title a {
  font-size: 15px;
  color: var(--text-color);
  transition: all 0.2s ease;
  line-height: 1.2;
}
.generic-thumb-article-title a:hover {
  color: var(--accent-color);
}
.generic-thumb-article-title--large {
  width: 100%;
}

.generic-thumb-article-image {
  width: var(--generic-thumb-width);
  height: var(--generic-thumb-height);
}
.generic-thumb-article-image img {
  border-bottom: solid 2px var(--accent-color);
}
.generic-thumb-article-image--large {
  width: 100%;
  max-width: var(--generic-thumb-large-width-mob);
  max-height: var(--generic-thumb-large-height-mob);
  height: auto;
}
.generic-thumb-article-image.no-image {
  background: rgba(21, 21, 21, 0.6);
  background-image: url(/Content/Images/Favicons/apple-touch-icon-precomposed.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.section-bg-black .generic-thumb-article-image.no-image {
  background: rgba(255, 255, 255, 0.2);
}
.small-thumbnail-grid .generic-thumb-article-image.no-image {
  background-size: 30% !important;
}

.generic-thumb-article--large {
  display: flex;
  flex-direction: column;
  background: #151515;
  justify-content: flex-start;
}

.generic-thumb-article-title-large--wrapper {
  padding: 15px;
}
.generic-thumb-article-title-large--wrapper.sub-heading {
  padding-bottom: 0px;
}
.generic-thumb-article-title-large--wrapper.sub-heading h6 {
  color: #eb0301;
}

.generic-thumb-article-title--large {
  color: #fff;
  line-height: 1.2;
  padding-left: 0;
}
.generic-thumb-article-title--large a {
  color: #fff;
  line-height: 1.2;
}
.generic-thumb-article-title--large:hover a {
  color: var(--accent-color-light);
}

.generic-thumb-article--large {
  max-width: 335px;
}

@media (min-width: 1200px) {
  .generic-thumb-article-image {
    width: var(--generic-thumb-width);
    height: var(--generic-thumb-height);
  }
  .generic-thumb-article-image--large {
    max-width: 300px;
    width: var(--generic-thumb-large-width);
    height: var(--generic-thumb-large-height);
    max-height: var(--generic-thumb-large-height);
  }
  .generic-thumb-article--large {
    max-width: 300px;
  }
}
.exclusive-badge {
  background: var(--accent-color);
  color: #fff;
  font-weight: bold;
  padding: 2px 4px 1px 4px;
  text-transform: uppercase;
  font-style: italic;
  font-size: 10px;
  position: absolute;
  top: 10px;
  left: -10px;
}

.generic-thumb-article--large .exclusive-badge {
  font-size: 12px;
}

.exclusive-only-feeds .exclusive-badge {
  display: none;
}

.must-read .generic-thumb-article-image.no-image, .related-articles .generic-thumb-article-image.no-image, .feed-renderer-trending .generic-thumb-article-image.no-image {
  background: rgba(21, 21, 21, 0.6);
}

.video-thumb-article-image--large {
  position: relative;
}
.video-thumb-article-image--large:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 40px;
  width: 40px;
}
.video-thumb-article-image--large:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent #fff;
}

.video-thumb-article-image {
  position: relative;
}
.video-thumb-article-image:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 30px;
  width: 30px;
}
.video-thumb-article-image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #fff;
}

.gallery-thumb-article-image--large {
  position: relative;
}
.gallery-thumb-article-image--large:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 40px;
  width: 40px;
  z-index: 2;
}
.gallery-thumb-article-image--large:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 9px;
  left: 8px;
  background: url(/Content/Images/icon-camera.svg);
  background-repeat: no-repeat;
  z-index: 3;
  height: 23px;
  width: 23px;
}

.gallery-thumb-article-image {
  position: relative;
}
.gallery-thumb-article-image:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 30px;
  width: 30px;
}
.gallery-thumb-article-image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 6px;
  background: url(/Content/Images/icon-camera.svg);
  background-repeat: no-repeat;
  height: 18px;
  width: 17px;
  background-size: 17px;
}

.gallery-images-scroller {
  /*display: flex;
  overflow: hidden;*/
  padding-bottom: 16px;
  position: relative;
}
.gallery-images-scroller.no-scroller {
  padding-bottom: 0;
}

a.splide__arrow svg {
  top: 16px;
}
a.splide__arrow:hover svg {
  transform: translateX(0);
}
a.splide__arrow.splide__arrow--prev:hover svg {
  transform: translateX(0);
}

.splide__arrow {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  -webkit-appearance: initial;
  background: var(--accent-color);
  position: absolute;
  right: -12px;
  top: 170px;
  height: 60px;
  width: 50px;
  z-index: 2;
  border: 0 !important;
  transition: opacity 0.2s ease;
  opacity: 1;
}
.splide__arrow:before, .splide__arrow::before {
  display: none;
}
.splide__arrow.gallery-splide-arrow {
  top: calc(50% - 60px);
}
.splide__arrow::before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 10px;
  border-color: transparent transparent var(--accent-color) transparent;
}
.splide__arrow svg {
  height: 25px;
  position: relative;
  left: 2px;
  transition: transform 0.2s ease;
  transform: translateX(0);
}
.splide__arrow svg path {
  fill: #fff;
}
.splide__arrow[disabled] {
  opacity: 0.85;
  pointer-events: none;
}
.splide__arrow:hover svg {
  transform: translateX(4px);
}
.splide__arrow.splide__arrow--prev {
  right: initial;
  left: -12px;
}
.splide__arrow.splide__arrow--prev svg {
  left: 9px;
}
.splide__arrow.splide__arrow--prev svg path {
  transform-origin: center;
  transform: rotate(180deg);
}
.splide__arrow.splide__arrow--prev::before {
  content: "";
  display: block;
  position: absolute;
  left: initial;
  right: -10px;
  border-width: 60px 10px 0 0;
  border-color: var(--accent-color) transparent transparent transparent;
}
.splide__arrow.splide__arrow--prev:hover svg {
  transform: translateX(-4px);
}

.small-splide-arrows .splide__arrow {
  height: 40px;
  width: 30px;
  top: 95px;
}
.small-splide-arrows .splide__arrow svg {
  height: 16px;
  left: -5px;
}
.small-splide-arrows .splide__arrow:hover svg {
  transform: translateX(2px);
}
.small-splide-arrows .splide__arrow::before {
  border-width: 0 0 40px 10px;
}
.small-splide-arrows .splide__arrow.splide__arrow--prev svg {
  left: -5px;
}
.small-splide-arrows .splide__arrow.splide__arrow--prev::before {
  border-width: 40px 10px 0 0;
}
.small-splide-arrows .splide__arrow.splide__arrow--prev:hover svg {
  transform: translateX(-2px);
}

.first-block-item .feed-renderer-latest .feed-section-title {
  display: none;
}

.latest-thumbs {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.latest-thumbs > * {
  max-width: 335px;
}
.latest-thumbs .generic-thumb-article-image.no-image {
  background: rgba(21, 21, 21, 0.6);
}

@media (min-width: 670px) and (max-width: 1199.98px) {
  .latest-thumbs {
    flex-direction: row;
  }
}
@media (min-width: 670px) and (max-width: 1399.98px) {
  .latest-thumbs.small-thumbnail-grid > .grid-item:nth-child(7) {
    display: none;
  }
  .latest-thumbs.small-thumbnail-grid > .grid-item:nth-child(8) {
    display: none;
  }
  .latest-thumbs.small-thumbnail-grid > .grid-item:nth-child(9) {
    display: none;
  }
}
@media (min-width: 670px) {
  .latest-thumbs > * {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 1030px) {
  .first-block-item .feed-renderer-latest .feed-section-title {
    display: flex;
  }
  .latest-thumbs {
    align-items: flex-start;
  }
}
.async-css-unloaded .generic-thumb-article-title-large--wrapper {
  padding: 15px;
}

.generic-thumb-article {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 100%;
}
.generic-thumb-article:hover a {
  color: var(--accent-color);
}
.generic-thumb-article--large:hover a {
  color: var(--accent-color-light);
}
.section-bg-black .generic-thumb-article:hover a {
  color: var(--accent-color-light);
}

.generic-thumb-article-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 15px;
  color: var(--text-color);
  width: calc(100% - 135px);
  padding-left: 10px;
}
.generic-thumb-article-title:before, .generic-thumb-article-title::before {
  display: none;
}
.generic-thumb-article-title a {
  font-size: 15px;
  color: var(--text-color);
  transition: all 0.2s ease;
  line-height: 1.2;
}
.generic-thumb-article-title a:hover {
  color: var(--accent-color);
}
.generic-thumb-article-title--large {
  width: 100%;
}

.generic-thumb-article-image {
  width: var(--generic-thumb-width);
  height: var(--generic-thumb-height);
}
.generic-thumb-article-image img {
  border-bottom: solid 2px var(--accent-color);
}
.generic-thumb-article-image--large {
  width: 100%;
  max-width: var(--generic-thumb-large-width-mob);
  max-height: var(--generic-thumb-large-height-mob);
  height: auto;
}
.generic-thumb-article-image.no-image {
  background: rgba(21, 21, 21, 0.6);
  background-image: url(/Content/Images/Favicons/apple-touch-icon-precomposed.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.section-bg-black .generic-thumb-article-image.no-image {
  background: rgba(255, 255, 255, 0.2);
}
.small-thumbnail-grid .generic-thumb-article-image.no-image {
  background-size: 30% !important;
}

.generic-thumb-article--large {
  display: flex;
  flex-direction: column;
  background: #151515;
  justify-content: flex-start;
}

.generic-thumb-article-title-large--wrapper {
  padding: 15px;
}
.generic-thumb-article-title-large--wrapper.sub-heading {
  padding-bottom: 0px;
}
.generic-thumb-article-title-large--wrapper.sub-heading h6 {
  color: #eb0301;
}

.generic-thumb-article-title--large {
  color: #fff;
  line-height: 1.2;
  padding-left: 0;
}
.generic-thumb-article-title--large a {
  color: #fff;
  line-height: 1.2;
}
.generic-thumb-article-title--large:hover a {
  color: var(--accent-color-light);
}

.generic-thumb-article--large {
  max-width: 335px;
}

@media (min-width: 1200px) {
  .generic-thumb-article-image {
    width: var(--generic-thumb-width);
    height: var(--generic-thumb-height);
  }
  .generic-thumb-article-image--large {
    max-width: 300px;
    width: var(--generic-thumb-large-width);
    height: var(--generic-thumb-large-height);
    max-height: var(--generic-thumb-large-height);
  }
  .generic-thumb-article--large {
    max-width: 300px;
  }
}
.exclusive-badge {
  background: var(--accent-color);
  color: #fff;
  font-weight: bold;
  padding: 2px 4px 1px 4px;
  text-transform: uppercase;
  font-style: italic;
  font-size: 10px;
  position: absolute;
  top: 10px;
  left: -10px;
}

.generic-thumb-article--large .exclusive-badge {
  font-size: 12px;
}

.exclusive-only-feeds .exclusive-badge {
  display: none;
}

.must-read .generic-thumb-article-image.no-image, .related-articles .generic-thumb-article-image.no-image, .feed-renderer-trending .generic-thumb-article-image.no-image {
  background: rgba(21, 21, 21, 0.6);
}

.generic-thumbnail-grid {
  width: 100%;
  display: block;
}

.newsletter-logo-contianer {
  padding: 15px 15px 0 15px;
  margin-bottom: 0px !important;
}
.newsletter-logo-contianer img {
  width: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.grid-with-insert,
.large-thumbnail-grid,
.small-thumbnail-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.grid-with-insert [class*=presentation-space],
.large-thumbnail-grid [class*=presentation-space],
.small-thumbnail-grid [class*=presentation-space] {
  margin-bottom: 10px;
}

.large-thumbnail-grid,
.small-thumbnail-grid {
  padding: 0 15px;
}

.small-thumbnail-grid.small-thumbnail-grid-1x > .grid-item {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.visible-smx {
  display: none;
}

@media (min-width: 670px) {
  .visible-smx {
    display: flex;
  }
}
@media (min-width: 768px) {
  .visible-smx {
    display: none;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
.grid-with-insert-3x--insert-right,
.large-thumbnail-grid-3x,
.small-thumbnail-grid-3x {
  /* &.multi-row-grid {
      > article, > section, > div {
          margin-bottom: 35px;
      }
  }*/
}
.grid-with-insert-3x--insert-right > .grid-item,
.large-thumbnail-grid-3x > .grid-item,
.small-thumbnail-grid-3x > .grid-item {
  max-width: 335px;
  width: 100%;
}

.multi-row-grid > article, .multi-row-grid > section, .multi-row-grid > div {
  margin-bottom: 35px;
}

.small-thumbnail-grid-2x,
.large-thumbnail-grid-2x {
  align-items: center;
  flex-direction: column;
}
.small-thumbnail-grid-2x > article, .small-thumbnail-grid-2x > section, .small-thumbnail-grid-2x > div,
.large-thumbnail-grid-2x > article,
.large-thumbnail-grid-2x > section,
.large-thumbnail-grid-2x > div {
  width: 100%;
  max-width: 335px;
}

.grid-with-insert-3x--inner {
  padding-top: 20px;
}
.grid-with-insert-3x--inner.no-padding-top {
  padding-top: 0;
}
.grid-with-insert-3x--inner [class*=thumbnail-grid] {
  padding-left: 0;
  padding-right: 0;
}

.grid-with-insert-3x--insert-1x-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feed-renderer-grid .small-thumbnail-grid {
  margin-top: 10px;
}

.feed-items-read-more {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.grid-with-insert-insert .feed-section-title {
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx:not(.multi-row-grid) > .grid-item:nth-child(4) {
  display: none;
}

@media (min-width: 670px) and (max-width: 767.98px) {
  .small-thumbnail-grid-2x-smx > .grid-item,
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
  }
  .small-thumbnail-grid-2x-smx > .grid-item:nth-child(2n),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item:nth-child(2n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-smx > .grid-item:nth-child(3),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item:nth-child(3) {
    margin-right: 15px;
  }
  .small-thumbnail-grid-2x-smx > .grid-item:nth-child(4),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item:nth-child(4),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item:nth-child(4) {
    display: flex;
  }
  .small-thumbnail-grid-2x-smx.thumb-grid-presentation > .grid-item:nth-child(3),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx.thumb-grid-presentation > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx.thumb-grid-presentation > .grid-item:nth-child(3) {
    margin-right: 0;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
    border: solid 10px green;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
@media (min-width: 670px) {
  .large-thumbnail-grid,
  .small-thumbnail-grid {
    padding: 0;
  }
  .grid-with-insert-3x--insert-right > .grid-item,
  .large-thumbnail-grid-3x > .grid-item,
  .small-thumbnail-grid-3x > .grid-item {
    width: calc((100% - 30px) / 3);
    max-width: 300px;
    margin-right: 15px;
  }
  .grid-with-insert-3x--insert-right.large-thumbnail-grid-3x-smx-u > .grid-item:nth-child(3n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-smx-u > .grid-item:nth-child(3n),
  .small-thumbnail-grid-3x.large-thumbnail-grid-3x-smx-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .grid-with-insert-3x--inner > * {
    max-width: 100%;
  }
  .small-thumbnail-grid-2x,
  .large-thumbnail-grid-2x {
    justify-content: space-between;
    align-items: initial;
    flex-direction: row;
  }
  .small-thumbnail-grid-2x > article, .small-thumbnail-grid-2x > section, .small-thumbnail-grid-2x > div,
  .large-thumbnail-grid-2x > article,
  .large-thumbnail-grid-2x > section,
  .large-thumbnail-grid-2x > div {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
  }
}
@media (min-width: 670px) and (max-width: 767.98px) {
  .small-thumbnail-grid-2x-smx-o > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
    margin-right: 15px;
  }
  .small-thumbnail-grid-2x-smx-o > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-smx-o > .grid-item:nth-child(4) {
    display: flex;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
    border: solid 10px yellow;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1029.98px) {
  .small-thumbnail-grid-2x-md-o > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
    margin-right: 15px;
  }
  .small-thumbnail-grid-2x-md-o > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-md-o > .grid-item:nth-child(4) {
    display: flex;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
@media (min-width: 1030px) and (max-width: 1199.98px) {
  .small-thumbnail-grid-2x-mdx-o > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
  }
  .small-thumbnail-grid-2x-mdx-o > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-mdx-o > .grid-item:nth-child(4) {
    display: flex;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .small-thumbnail-grid-3x-mdy-o > .grid-item {
    width: calc((100% - 70px) / 3);
    max-width: 300px;
    margin-right: 35px;
  }
  .small-thumbnail-grid-3x-mdy-o > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .large-thumbnail-grid,
  .small-thumbnail-grid {
    padding: 0;
  }
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-md-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  /*.small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx {
      > .grid-item {
          // GRID REFACTOR
          width: calc(calc(100% - 70px) / 3); // This is getting silly.. (if you are wondering why this is to preserve ad-space and ad's have fixed shapes)
          max-width: 300px;
          margin-right: 35px;

          &:nth-child(3n) {
              margin-right: 0;
          }
      }

      > .grid-item {
          &:nth-child(2n) {
              margin-right: 35px;
          }

          &:nth-child(3) {
              margin-right: 0;
          }

          &:nth-child(4) {
              display: none;
          }
      }
  }*/
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(2n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(3) {
    margin-right: 15px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(4),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(4) {
    display: flex;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md.thumb-grid-presentation > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md.thumb-grid-presentation > .grid-item:nth-child(3) {
    margin-right: 0;
  }
}
@media (max-width: 669.98px) {
  .grid-with-insert-3x--inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid-with-insert-3x--inner > * {
    max-width: 100%;
    width: 100%;
  }
  .grid-with-insert-3x--inner .feed-section-title {
    padding: 10px 0;
  }
}
@media (min-width: 670px) {
  .grid-with-insert-3x--inner {
    width: 100%;
  }
}
@media (min-width: 1030px) {
  grid-with-insert,
  .large-thumbnail-grid,
  .small-thumbnail-grid {
    justify-content: flex-start;
  }
  .large-thumbnail-grid-mobile {
    display: none;
  }
  .small-thumbnail-grid-2x,
  .large-thumbnail-grid-2x {
    justify-content: space-between;
    align-items: initial;
    flex-direction: row;
  }
  .small-thumbnail-grid-2x > article, .small-thumbnail-grid-2x > section, .small-thumbnail-grid-2x > div,
  .large-thumbnail-grid-2x > article,
  .large-thumbnail-grid-2x > section,
  .large-thumbnail-grid-2x > div {
    width: calc((100% - 35px) / 2);
    max-width: 300px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(2n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(2n) {
    margin-right: 35px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(3) {
    margin-right: 0;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md:not(.multi-row-grid) > .grid-item:nth-child(4),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md:not(.multi-row-grid) > .grid-item:nth-child(4) {
    display: none;
  }
  .grid-with-insert-3x--insert-right > .grid-item,
  .large-thumbnail-grid-3x > .grid-item,
  .small-thumbnail-grid-3x > .grid-item,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item,
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item {
    width: calc((100% - 70px) / 3);
    max-width: 300px;
    margin-right: 35px;
  }
  .grid-with-insert-3x--insert-right > .grid-item:nth-child(3n),
  .large-thumbnail-grid-3x > .grid-item:nth-child(3n),
  .small-thumbnail-grid-3x > .grid-item:nth-child(3n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(3n),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-mdx-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .grid-with-insert-3x--insert-1x-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-with-insert-3x--insert-1x-right > div:first-child {
    width: calc(100% - 335px);
  }
  .grid-with-insert-3x--insert-1x-right > div:last-child {
    width: 300px;
  }
}
@media (min-width: 670px) {
  .thumb-grid-presentation.large-thumbnail-grid-2x-smx .presentation-space-large-thumb.grid-item {
    display: none;
  }
}
@media (min-width: 768px) {
  .thumb-grid-presentation.large-thumbnail-grid-2x-smx .presentation-space-large-thumb.grid-item {
    display: flex;
  }
  .thumb-grid-presentation.large-thumbnail-grid-2x-md .presentation-space-large-thumb.grid-item {
    display: none;
  }
}
@media (min-width: 1030px) {
  .thumb-grid-presentation.large-thumbnail-grid-2x-md .presentation-space-large-thumb.grid-item {
    display: flex;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(4) {
    display: none;
  }
}
.presentation-space-responsive-smx {
  display: none;
}

.presentation-space-responsive-md {
  display: none;
}

@media (min-width: 670px) {
  .presentation-space-responsive-smx {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .presentation-space-responsive-smx {
    display: none;
  }
  .presentation-space-responsive-md {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1030px) {
  .presentation-space-responsive-smx {
    display: none;
  }
  .presentation-space-responsive-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .generic-thumbnail-grid {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .generic-thumbnail-grid.generic-thumbnail-grid-2x > article {
    width: calc(50% - 35px);
  }
  .generic-thumbnail-grid.generic-thumbnail-grid-2x > article:nth-child(2n-1) {
    margin-right: 35px;
  }
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-mdy-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
}
.trending-topics {
  padding-bottom: 20px;
}
.trending-topics.article-tags {
  padding-top: 20px;
}
.trending-topics ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.trending-topics ul:before, .trending-topics ul::before {
  display: none;
}
.trending-topics li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  background: var(--accent-color);
  padding: 8px;
  box-shadow: 0px 0px 0px rgba(21, 21, 21, 0.2);
  transition: all 0.2s ease;
  margin: 6px 10px 0 0;
}
.trending-topics li:before, .trending-topics li::before {
  display: none;
}
.trending-topics li:hover {
  box-shadow: 2px 2px 2px rgba(21, 21, 21, 0.2);
}
.trending-topics a {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.trending-topics-list {
  margin-top: -20px;
}
.trending-topics-list.padded-mobile {
  padding: 0 15px;
}

@media (min-width: 670px) {
  .trending-topics-list.padded-mobile {
    padding: 0;
  }
}
.video-thumb-article-image--large {
  position: relative;
}
.video-thumb-article-image--large:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 40px;
  width: 40px;
}
.video-thumb-article-image--large:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent #fff;
}

.video-thumb-article-image {
  position: relative;
}
.video-thumb-article-image:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 30px;
  width: 30px;
}
.video-thumb-article-image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #fff;
}

.gallery-thumb-article-image--large {
  position: relative;
}
.gallery-thumb-article-image--large:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 40px;
  width: 40px;
  z-index: 2;
}
.gallery-thumb-article-image--large:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 9px;
  left: 8px;
  background: url(/Content/Images/icon-camera.svg);
  background-repeat: no-repeat;
  z-index: 3;
  height: 23px;
  width: 23px;
}

.gallery-thumb-article-image {
  position: relative;
}
.gallery-thumb-article-image:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 30px;
  width: 30px;
}
.gallery-thumb-article-image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 6px;
  background: url(/Content/Images/icon-camera.svg);
  background-repeat: no-repeat;
  height: 18px;
  width: 17px;
  background-size: 17px;
}

.large-thumbnail-slideshow {
  display: none;
}

@media (min-width: 1030px) {
  .large-thumbnail-slideshow {
    display: block;
  }
  .large-thumbnail-slideshow .splide__slide {
    background: #151515;
  }
  .large-thumbnail-slideshow.splide:not(.is-initialized) .splide__slide {
    width: calc(33.33333333% - 19.5px);
    margin-right: 30px;
  }
  .large-thumbnail-slideshow.splide:not(.is-initialized) .splide__slide:nth-of-type(2) {
    display: block;
  }
  .large-thumbnail-slideshow.splide:not(.is-initialized) .splide__slide:nth-of-type(3) {
    display: block;
  }
}
.async-css-unloaded .feed-renderer-trending .large-thumbnail-slideshow {
  min-height: 271px;
  overflow: hidden;
  display: none;
  justify-content: space-between;
}
.async-css-unloaded .feed-renderer-trending .grid-with-insert {
  display: flex;
  justify-content: space-between;
}
.async-css-unloaded .feed-renderer-trending .generic-thumb-article {
  min-height: 90px;
  width: 100%;
  background: rgba(233, 235, 236, 0.3);
}
.async-css-unloaded .feed-renderer-trending .generic-thumb-article > div, .async-css-unloaded .feed-renderer-trending .generic-thumb-article > img {
  display: none;
}
.async-css-unloaded .feed-renderer-trending .generic-thumb-article--large {
  min-height: 271px;
}
.async-css-unloaded .feed-renderer-trending .grid-with-insert-3x--inner {
  width: calc(100% - 335px);
  padding-top: 20px;
}
.async-css-unloaded .feed-renderer-trending .grid-with-insert-3x--inner.grid-with-insert-insert {
  width: 100%;
}
.async-css-unloaded .feed-renderer-trending .trending-topics {
  min-height: 137px;
  max-height: 187px;
  overflow: hidden;
}
.async-css-unloaded .feed-renderer-trending .trending-topics-list {
  display: flex;
  padding: 0 15px;
}
.async-css-unloaded .feed-renderer-trending .trending-topics-list li {
  display: none;
}
.async-css-unloaded .feed-renderer-trending .small-thumbnail-grid.small-thumbnail-grid-2x {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.async-css-unloaded .feed-renderer-trending .generic-thumb-article-title-large--wrapper {
  padding: 15px;
}

@media (min-width: 1400px) {
  .async-css-unloaded .feed-renderer-trending .large-thumbnail-slideshow {
    min-height: 271px;
    display: flex;
  }
  .async-css-unloaded .feed-renderer-trending .generic-thumb-article {
    min-height: 90px;
    width: 300px;
  }
  .async-css-unloaded .feed-renderer-trending .generic-thumb-article--large {
    min-height: 271px;
  }
  .async-css-unloaded .feed-renderer-trending .grid-with-insert-3x--inner.grid-with-insert-insert {
    width: 300px;
  }
  .async-css-unloaded .feed-renderer-trending .small-thumbnail-grid.small-thumbnail-grid-2x {
    justify-content: space-between;
    flex-direction: row;
  }
  .async-css-unloaded .feed-renderer-trending .trending-topics {
    min-height: 137px;
    max-height: 187px;
    overflow: hidden;
  }
}
.generic-thumb-article {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 100%;
}
.generic-thumb-article:hover a {
  color: var(--accent-color);
}
.generic-thumb-article--large:hover a {
  color: var(--accent-color-light);
}
.section-bg-black .generic-thumb-article:hover a {
  color: var(--accent-color-light);
}

.generic-thumb-article-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 15px;
  color: var(--text-color);
  width: calc(100% - 135px);
  padding-left: 10px;
}
.generic-thumb-article-title:before, .generic-thumb-article-title::before {
  display: none;
}
.generic-thumb-article-title a {
  font-size: 15px;
  color: var(--text-color);
  transition: all 0.2s ease;
  line-height: 1.2;
}
.generic-thumb-article-title a:hover {
  color: var(--accent-color);
}
.generic-thumb-article-title--large {
  width: 100%;
}

.generic-thumb-article-image {
  width: var(--generic-thumb-width);
  height: var(--generic-thumb-height);
}
.generic-thumb-article-image img {
  border-bottom: solid 2px var(--accent-color);
}
.generic-thumb-article-image--large {
  width: 100%;
  max-width: var(--generic-thumb-large-width-mob);
  max-height: var(--generic-thumb-large-height-mob);
  height: auto;
}
.generic-thumb-article-image.no-image {
  background: rgba(21, 21, 21, 0.6);
  background-image: url(/Content/Images/Favicons/apple-touch-icon-precomposed.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.section-bg-black .generic-thumb-article-image.no-image {
  background: rgba(255, 255, 255, 0.2);
}
.small-thumbnail-grid .generic-thumb-article-image.no-image {
  background-size: 30% !important;
}

.generic-thumb-article--large {
  display: flex;
  flex-direction: column;
  background: #151515;
  justify-content: flex-start;
}

.generic-thumb-article-title-large--wrapper {
  padding: 15px;
}
.generic-thumb-article-title-large--wrapper.sub-heading {
  padding-bottom: 0px;
}
.generic-thumb-article-title-large--wrapper.sub-heading h6 {
  color: #eb0301;
}

.generic-thumb-article-title--large {
  color: #fff;
  line-height: 1.2;
  padding-left: 0;
}
.generic-thumb-article-title--large a {
  color: #fff;
  line-height: 1.2;
}
.generic-thumb-article-title--large:hover a {
  color: var(--accent-color-light);
}

.generic-thumb-article--large {
  max-width: 335px;
}

@media (min-width: 1200px) {
  .generic-thumb-article-image {
    width: var(--generic-thumb-width);
    height: var(--generic-thumb-height);
  }
  .generic-thumb-article-image--large {
    max-width: 300px;
    width: var(--generic-thumb-large-width);
    height: var(--generic-thumb-large-height);
    max-height: var(--generic-thumb-large-height);
  }
  .generic-thumb-article--large {
    max-width: 300px;
  }
}
.exclusive-badge {
  background: var(--accent-color);
  color: #fff;
  font-weight: bold;
  padding: 2px 4px 1px 4px;
  text-transform: uppercase;
  font-style: italic;
  font-size: 10px;
  position: absolute;
  top: 10px;
  left: -10px;
}

.generic-thumb-article--large .exclusive-badge {
  font-size: 12px;
}

.exclusive-only-feeds .exclusive-badge {
  display: none;
}

.must-read .generic-thumb-article-image.no-image, .related-articles .generic-thumb-article-image.no-image, .feed-renderer-trending .generic-thumb-article-image.no-image {
  background: rgba(21, 21, 21, 0.6);
}

.video-thumb-article-image--large {
  position: relative;
}
.video-thumb-article-image--large:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 40px;
  width: 40px;
}
.video-thumb-article-image--large:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent #fff;
}

.video-thumb-article-image {
  position: relative;
}
.video-thumb-article-image:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 30px;
  width: 30px;
}
.video-thumb-article-image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #fff;
}

.gallery-thumb-article-image--large {
  position: relative;
}
.gallery-thumb-article-image--large:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 40px;
  width: 40px;
  z-index: 2;
}
.gallery-thumb-article-image--large:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 9px;
  left: 8px;
  background: url(/Content/Images/icon-camera.svg);
  background-repeat: no-repeat;
  z-index: 3;
  height: 23px;
  width: 23px;
}

.gallery-thumb-article-image {
  position: relative;
}
.gallery-thumb-article-image:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 30px;
  width: 30px;
}
.gallery-thumb-article-image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 6px;
  background: url(/Content/Images/icon-camera.svg);
  background-repeat: no-repeat;
  height: 18px;
  width: 17px;
  background-size: 17px;
}

.generic-thumbnail-grid {
  width: 100%;
  display: block;
}

.newsletter-logo-contianer {
  padding: 15px 15px 0 15px;
  margin-bottom: 0px !important;
}
.newsletter-logo-contianer img {
  width: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.grid-with-insert,
.large-thumbnail-grid,
.small-thumbnail-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.grid-with-insert [class*=presentation-space],
.large-thumbnail-grid [class*=presentation-space],
.small-thumbnail-grid [class*=presentation-space] {
  margin-bottom: 10px;
}

.large-thumbnail-grid,
.small-thumbnail-grid {
  padding: 0 15px;
}

.small-thumbnail-grid.small-thumbnail-grid-1x > .grid-item {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.visible-smx {
  display: none;
}

@media (min-width: 670px) {
  .visible-smx {
    display: flex;
  }
}
@media (min-width: 768px) {
  .visible-smx {
    display: none;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
.grid-with-insert-3x--insert-right,
.large-thumbnail-grid-3x,
.small-thumbnail-grid-3x {
  /* &.multi-row-grid {
      > article, > section, > div {
          margin-bottom: 35px;
      }
  }*/
}
.grid-with-insert-3x--insert-right > .grid-item,
.large-thumbnail-grid-3x > .grid-item,
.small-thumbnail-grid-3x > .grid-item {
  max-width: 335px;
  width: 100%;
}

.multi-row-grid > article, .multi-row-grid > section, .multi-row-grid > div {
  margin-bottom: 35px;
}

.small-thumbnail-grid-2x,
.large-thumbnail-grid-2x {
  align-items: center;
  flex-direction: column;
}
.small-thumbnail-grid-2x > article, .small-thumbnail-grid-2x > section, .small-thumbnail-grid-2x > div,
.large-thumbnail-grid-2x > article,
.large-thumbnail-grid-2x > section,
.large-thumbnail-grid-2x > div {
  width: 100%;
  max-width: 335px;
}

.grid-with-insert-3x--inner {
  padding-top: 20px;
}
.grid-with-insert-3x--inner.no-padding-top {
  padding-top: 0;
}
.grid-with-insert-3x--inner [class*=thumbnail-grid] {
  padding-left: 0;
  padding-right: 0;
}

.grid-with-insert-3x--insert-1x-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feed-renderer-grid .small-thumbnail-grid {
  margin-top: 10px;
}

.feed-items-read-more {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.grid-with-insert-insert .feed-section-title {
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx:not(.multi-row-grid) > .grid-item:nth-child(4) {
  display: none;
}

@media (min-width: 670px) and (max-width: 767.98px) {
  .small-thumbnail-grid-2x-smx > .grid-item,
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
  }
  .small-thumbnail-grid-2x-smx > .grid-item:nth-child(2n),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item:nth-child(2n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-smx > .grid-item:nth-child(3),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item:nth-child(3) {
    margin-right: 15px;
  }
  .small-thumbnail-grid-2x-smx > .grid-item:nth-child(4),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item:nth-child(4),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item:nth-child(4) {
    display: flex;
  }
  .small-thumbnail-grid-2x-smx.thumb-grid-presentation > .grid-item:nth-child(3),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx.thumb-grid-presentation > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx.thumb-grid-presentation > .grid-item:nth-child(3) {
    margin-right: 0;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
    border: solid 10px green;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
@media (min-width: 670px) {
  .large-thumbnail-grid,
  .small-thumbnail-grid {
    padding: 0;
  }
  .grid-with-insert-3x--insert-right > .grid-item,
  .large-thumbnail-grid-3x > .grid-item,
  .small-thumbnail-grid-3x > .grid-item {
    width: calc((100% - 30px) / 3);
    max-width: 300px;
    margin-right: 15px;
  }
  .grid-with-insert-3x--insert-right.large-thumbnail-grid-3x-smx-u > .grid-item:nth-child(3n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-smx-u > .grid-item:nth-child(3n),
  .small-thumbnail-grid-3x.large-thumbnail-grid-3x-smx-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .grid-with-insert-3x--inner > * {
    max-width: 100%;
  }
  .small-thumbnail-grid-2x,
  .large-thumbnail-grid-2x {
    justify-content: space-between;
    align-items: initial;
    flex-direction: row;
  }
  .small-thumbnail-grid-2x > article, .small-thumbnail-grid-2x > section, .small-thumbnail-grid-2x > div,
  .large-thumbnail-grid-2x > article,
  .large-thumbnail-grid-2x > section,
  .large-thumbnail-grid-2x > div {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
  }
}
@media (min-width: 670px) and (max-width: 767.98px) {
  .small-thumbnail-grid-2x-smx-o > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
    margin-right: 15px;
  }
  .small-thumbnail-grid-2x-smx-o > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-smx-o > .grid-item:nth-child(4) {
    display: flex;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
    border: solid 10px yellow;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1029.98px) {
  .small-thumbnail-grid-2x-md-o > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
    margin-right: 15px;
  }
  .small-thumbnail-grid-2x-md-o > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-md-o > .grid-item:nth-child(4) {
    display: flex;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
@media (min-width: 1030px) and (max-width: 1199.98px) {
  .small-thumbnail-grid-2x-mdx-o > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
  }
  .small-thumbnail-grid-2x-mdx-o > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-mdx-o > .grid-item:nth-child(4) {
    display: flex;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .small-thumbnail-grid-3x-mdy-o > .grid-item {
    width: calc((100% - 70px) / 3);
    max-width: 300px;
    margin-right: 35px;
  }
  .small-thumbnail-grid-3x-mdy-o > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .large-thumbnail-grid,
  .small-thumbnail-grid {
    padding: 0;
  }
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-md-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  /*.small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx {
      > .grid-item {
          // GRID REFACTOR
          width: calc(calc(100% - 70px) / 3); // This is getting silly.. (if you are wondering why this is to preserve ad-space and ad's have fixed shapes)
          max-width: 300px;
          margin-right: 35px;

          &:nth-child(3n) {
              margin-right: 0;
          }
      }

      > .grid-item {
          &:nth-child(2n) {
              margin-right: 35px;
          }

          &:nth-child(3) {
              margin-right: 0;
          }

          &:nth-child(4) {
              display: none;
          }
      }
  }*/
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(2n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(3) {
    margin-right: 15px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(4),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(4) {
    display: flex;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md.thumb-grid-presentation > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md.thumb-grid-presentation > .grid-item:nth-child(3) {
    margin-right: 0;
  }
}
@media (max-width: 669.98px) {
  .grid-with-insert-3x--inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid-with-insert-3x--inner > * {
    max-width: 100%;
    width: 100%;
  }
  .grid-with-insert-3x--inner .feed-section-title {
    padding: 10px 0;
  }
}
@media (min-width: 670px) {
  .grid-with-insert-3x--inner {
    width: 100%;
  }
}
@media (min-width: 1030px) {
  grid-with-insert,
  .large-thumbnail-grid,
  .small-thumbnail-grid {
    justify-content: flex-start;
  }
  .large-thumbnail-grid-mobile {
    display: none;
  }
  .small-thumbnail-grid-2x,
  .large-thumbnail-grid-2x {
    justify-content: space-between;
    align-items: initial;
    flex-direction: row;
  }
  .small-thumbnail-grid-2x > article, .small-thumbnail-grid-2x > section, .small-thumbnail-grid-2x > div,
  .large-thumbnail-grid-2x > article,
  .large-thumbnail-grid-2x > section,
  .large-thumbnail-grid-2x > div {
    width: calc((100% - 35px) / 2);
    max-width: 300px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(2n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(2n) {
    margin-right: 35px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(3) {
    margin-right: 0;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md:not(.multi-row-grid) > .grid-item:nth-child(4),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md:not(.multi-row-grid) > .grid-item:nth-child(4) {
    display: none;
  }
  .grid-with-insert-3x--insert-right > .grid-item,
  .large-thumbnail-grid-3x > .grid-item,
  .small-thumbnail-grid-3x > .grid-item,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item,
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item {
    width: calc((100% - 70px) / 3);
    max-width: 300px;
    margin-right: 35px;
  }
  .grid-with-insert-3x--insert-right > .grid-item:nth-child(3n),
  .large-thumbnail-grid-3x > .grid-item:nth-child(3n),
  .small-thumbnail-grid-3x > .grid-item:nth-child(3n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(3n),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-mdx-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .grid-with-insert-3x--insert-1x-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-with-insert-3x--insert-1x-right > div:first-child {
    width: calc(100% - 335px);
  }
  .grid-with-insert-3x--insert-1x-right > div:last-child {
    width: 300px;
  }
}
@media (min-width: 670px) {
  .thumb-grid-presentation.large-thumbnail-grid-2x-smx .presentation-space-large-thumb.grid-item {
    display: none;
  }
}
@media (min-width: 768px) {
  .thumb-grid-presentation.large-thumbnail-grid-2x-smx .presentation-space-large-thumb.grid-item {
    display: flex;
  }
  .thumb-grid-presentation.large-thumbnail-grid-2x-md .presentation-space-large-thumb.grid-item {
    display: none;
  }
}
@media (min-width: 1030px) {
  .thumb-grid-presentation.large-thumbnail-grid-2x-md .presentation-space-large-thumb.grid-item {
    display: flex;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(4) {
    display: none;
  }
}
.presentation-space-responsive-smx {
  display: none;
}

.presentation-space-responsive-md {
  display: none;
}

@media (min-width: 670px) {
  .presentation-space-responsive-smx {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .presentation-space-responsive-smx {
    display: none;
  }
  .presentation-space-responsive-md {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1030px) {
  .presentation-space-responsive-smx {
    display: none;
  }
  .presentation-space-responsive-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .generic-thumbnail-grid {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .generic-thumbnail-grid.generic-thumbnail-grid-2x > article {
    width: calc(50% - 35px);
  }
  .generic-thumbnail-grid.generic-thumbnail-grid-2x > article:nth-child(2n-1) {
    margin-right: 35px;
  }
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-mdy-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
}
.async-css-unloaded .feed-renderer-grid .large-thumbnail-grid.large-thumbnail-grid-3x {
  min-height: 253px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.async-css-unloaded .feed-renderer-grid .small-thumbnail-grid.small-thumbnail-grid-3x {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.async-css-unloaded .feed-renderer-grid .generic-thumb-article {
  min-height: 90px;
  width: 100%;
  background: rgba(233, 235, 236, 0.3);
}
.async-css-unloaded .feed-renderer-grid .generic-thumb-article > div {
  display: none;
}
.async-css-unloaded .feed-renderer-grid .generic-thumb-article--large {
  min-height: 253px;
}
.async-css-unloaded .feed-renderer-grid .generic-thumb-article-title-large--wrapper {
  padding: 15px;
}

@media (min-width: 1400px) {
  .async-css-unloaded .feed-renderer-grid .large-thumbnail-grid.large-thumbnail-grid-3x {
    min-height: 253px;
  }
  .async-css-unloaded .feed-renderer-grid .generic-thumb-article {
    min-height: 90px;
    width: 300px;
    margin-right: 35px;
  }
  .async-css-unloaded .feed-renderer-grid .generic-thumb-article:nth-child(3n) {
    margin-right: 0;
  }
  .async-css-unloaded .feed-renderer-grid .generic-thumb-article--large {
    min-height: 253px;
  }
}
.generic-thumb-article {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 100%;
}
.generic-thumb-article:hover a {
  color: var(--accent-color);
}
.generic-thumb-article--large:hover a {
  color: var(--accent-color-light);
}
.section-bg-black .generic-thumb-article:hover a {
  color: var(--accent-color-light);
}

.generic-thumb-article-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 15px;
  color: var(--text-color);
  width: calc(100% - 135px);
  padding-left: 10px;
}
.generic-thumb-article-title:before, .generic-thumb-article-title::before {
  display: none;
}
.generic-thumb-article-title a {
  font-size: 15px;
  color: var(--text-color);
  transition: all 0.2s ease;
  line-height: 1.2;
}
.generic-thumb-article-title a:hover {
  color: var(--accent-color);
}
.generic-thumb-article-title--large {
  width: 100%;
}

.generic-thumb-article-image {
  width: var(--generic-thumb-width);
  height: var(--generic-thumb-height);
}
.generic-thumb-article-image img {
  border-bottom: solid 2px var(--accent-color);
}
.generic-thumb-article-image--large {
  width: 100%;
  max-width: var(--generic-thumb-large-width-mob);
  max-height: var(--generic-thumb-large-height-mob);
  height: auto;
}
.generic-thumb-article-image.no-image {
  background: rgba(21, 21, 21, 0.6);
  background-image: url(/Content/Images/Favicons/apple-touch-icon-precomposed.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.section-bg-black .generic-thumb-article-image.no-image {
  background: rgba(255, 255, 255, 0.2);
}
.small-thumbnail-grid .generic-thumb-article-image.no-image {
  background-size: 30% !important;
}

.generic-thumb-article--large {
  display: flex;
  flex-direction: column;
  background: #151515;
  justify-content: flex-start;
}

.generic-thumb-article-title-large--wrapper {
  padding: 15px;
}
.generic-thumb-article-title-large--wrapper.sub-heading {
  padding-bottom: 0px;
}
.generic-thumb-article-title-large--wrapper.sub-heading h6 {
  color: #eb0301;
}

.generic-thumb-article-title--large {
  color: #fff;
  line-height: 1.2;
  padding-left: 0;
}
.generic-thumb-article-title--large a {
  color: #fff;
  line-height: 1.2;
}
.generic-thumb-article-title--large:hover a {
  color: var(--accent-color-light);
}

.generic-thumb-article--large {
  max-width: 335px;
}

@media (min-width: 1200px) {
  .generic-thumb-article-image {
    width: var(--generic-thumb-width);
    height: var(--generic-thumb-height);
  }
  .generic-thumb-article-image--large {
    max-width: 300px;
    width: var(--generic-thumb-large-width);
    height: var(--generic-thumb-large-height);
    max-height: var(--generic-thumb-large-height);
  }
  .generic-thumb-article--large {
    max-width: 300px;
  }
}
.exclusive-badge {
  background: var(--accent-color);
  color: #fff;
  font-weight: bold;
  padding: 2px 4px 1px 4px;
  text-transform: uppercase;
  font-style: italic;
  font-size: 10px;
  position: absolute;
  top: 10px;
  left: -10px;
}

.generic-thumb-article--large .exclusive-badge {
  font-size: 12px;
}

.exclusive-only-feeds .exclusive-badge {
  display: none;
}

.must-read .generic-thumb-article-image.no-image, .related-articles .generic-thumb-article-image.no-image, .feed-renderer-trending .generic-thumb-article-image.no-image {
  background: rgba(21, 21, 21, 0.6);
}

.video-thumb-article-image--large {
  position: relative;
}
.video-thumb-article-image--large:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 40px;
  width: 40px;
}
.video-thumb-article-image--large:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent #fff;
}

.video-thumb-article-image {
  position: relative;
}
.video-thumb-article-image:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 30px;
  width: 30px;
}
.video-thumb-article-image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #fff;
}

.gallery-thumb-article-image--large {
  position: relative;
}
.gallery-thumb-article-image--large:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 40px;
  width: 40px;
  z-index: 2;
}
.gallery-thumb-article-image--large:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 9px;
  left: 8px;
  background: url(/Content/Images/icon-camera.svg);
  background-repeat: no-repeat;
  z-index: 3;
  height: 23px;
  width: 23px;
}

.gallery-thumb-article-image {
  position: relative;
}
.gallery-thumb-article-image:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 30px;
  width: 30px;
}
.gallery-thumb-article-image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 6px;
  background: url(/Content/Images/icon-camera.svg);
  background-repeat: no-repeat;
  height: 18px;
  width: 17px;
  background-size: 17px;
}

.generic-thumbnail-grid {
  width: 100%;
  display: block;
}

.newsletter-logo-contianer {
  padding: 15px 15px 0 15px;
  margin-bottom: 0px !important;
}
.newsletter-logo-contianer img {
  width: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.grid-with-insert,
.large-thumbnail-grid,
.small-thumbnail-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.grid-with-insert [class*=presentation-space],
.large-thumbnail-grid [class*=presentation-space],
.small-thumbnail-grid [class*=presentation-space] {
  margin-bottom: 10px;
}

.large-thumbnail-grid,
.small-thumbnail-grid {
  padding: 0 15px;
}

.small-thumbnail-grid.small-thumbnail-grid-1x > .grid-item {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.visible-smx {
  display: none;
}

@media (min-width: 670px) {
  .visible-smx {
    display: flex;
  }
}
@media (min-width: 768px) {
  .visible-smx {
    display: none;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
.grid-with-insert-3x--insert-right,
.large-thumbnail-grid-3x,
.small-thumbnail-grid-3x {
  /* &.multi-row-grid {
      > article, > section, > div {
          margin-bottom: 35px;
      }
  }*/
}
.grid-with-insert-3x--insert-right > .grid-item,
.large-thumbnail-grid-3x > .grid-item,
.small-thumbnail-grid-3x > .grid-item {
  max-width: 335px;
  width: 100%;
}

.multi-row-grid > article, .multi-row-grid > section, .multi-row-grid > div {
  margin-bottom: 35px;
}

.small-thumbnail-grid-2x,
.large-thumbnail-grid-2x {
  align-items: center;
  flex-direction: column;
}
.small-thumbnail-grid-2x > article, .small-thumbnail-grid-2x > section, .small-thumbnail-grid-2x > div,
.large-thumbnail-grid-2x > article,
.large-thumbnail-grid-2x > section,
.large-thumbnail-grid-2x > div {
  width: 100%;
  max-width: 335px;
}

.grid-with-insert-3x--inner {
  padding-top: 20px;
}
.grid-with-insert-3x--inner.no-padding-top {
  padding-top: 0;
}
.grid-with-insert-3x--inner [class*=thumbnail-grid] {
  padding-left: 0;
  padding-right: 0;
}

.grid-with-insert-3x--insert-1x-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feed-renderer-grid .small-thumbnail-grid {
  margin-top: 10px;
}

.feed-items-read-more {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.grid-with-insert-insert .feed-section-title {
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx:not(.multi-row-grid) > .grid-item:nth-child(4) {
  display: none;
}

@media (min-width: 670px) and (max-width: 767.98px) {
  .small-thumbnail-grid-2x-smx > .grid-item,
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
  }
  .small-thumbnail-grid-2x-smx > .grid-item:nth-child(2n),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item:nth-child(2n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-smx > .grid-item:nth-child(3),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item:nth-child(3) {
    margin-right: 15px;
  }
  .small-thumbnail-grid-2x-smx > .grid-item:nth-child(4),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item:nth-child(4),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item:nth-child(4) {
    display: flex;
  }
  .small-thumbnail-grid-2x-smx.thumb-grid-presentation > .grid-item:nth-child(3),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx.thumb-grid-presentation > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx.thumb-grid-presentation > .grid-item:nth-child(3) {
    margin-right: 0;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
    border: solid 10px green;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
@media (min-width: 670px) {
  .large-thumbnail-grid,
  .small-thumbnail-grid {
    padding: 0;
  }
  .grid-with-insert-3x--insert-right > .grid-item,
  .large-thumbnail-grid-3x > .grid-item,
  .small-thumbnail-grid-3x > .grid-item {
    width: calc((100% - 30px) / 3);
    max-width: 300px;
    margin-right: 15px;
  }
  .grid-with-insert-3x--insert-right.large-thumbnail-grid-3x-smx-u > .grid-item:nth-child(3n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-smx-u > .grid-item:nth-child(3n),
  .small-thumbnail-grid-3x.large-thumbnail-grid-3x-smx-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .grid-with-insert-3x--inner > * {
    max-width: 100%;
  }
  .small-thumbnail-grid-2x,
  .large-thumbnail-grid-2x {
    justify-content: space-between;
    align-items: initial;
    flex-direction: row;
  }
  .small-thumbnail-grid-2x > article, .small-thumbnail-grid-2x > section, .small-thumbnail-grid-2x > div,
  .large-thumbnail-grid-2x > article,
  .large-thumbnail-grid-2x > section,
  .large-thumbnail-grid-2x > div {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
  }
}
@media (min-width: 670px) and (max-width: 767.98px) {
  .small-thumbnail-grid-2x-smx-o > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
    margin-right: 15px;
  }
  .small-thumbnail-grid-2x-smx-o > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-smx-o > .grid-item:nth-child(4) {
    display: flex;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
    border: solid 10px yellow;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1029.98px) {
  .small-thumbnail-grid-2x-md-o > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
    margin-right: 15px;
  }
  .small-thumbnail-grid-2x-md-o > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-md-o > .grid-item:nth-child(4) {
    display: flex;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
@media (min-width: 1030px) and (max-width: 1199.98px) {
  .small-thumbnail-grid-2x-mdx-o > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
  }
  .small-thumbnail-grid-2x-mdx-o > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-mdx-o > .grid-item:nth-child(4) {
    display: flex;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .small-thumbnail-grid-3x-mdy-o > .grid-item {
    width: calc((100% - 70px) / 3);
    max-width: 300px;
    margin-right: 35px;
  }
  .small-thumbnail-grid-3x-mdy-o > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .large-thumbnail-grid,
  .small-thumbnail-grid {
    padding: 0;
  }
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-md-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  /*.small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx {
      > .grid-item {
          // GRID REFACTOR
          width: calc(calc(100% - 70px) / 3); // This is getting silly.. (if you are wondering why this is to preserve ad-space and ad's have fixed shapes)
          max-width: 300px;
          margin-right: 35px;

          &:nth-child(3n) {
              margin-right: 0;
          }
      }

      > .grid-item {
          &:nth-child(2n) {
              margin-right: 35px;
          }

          &:nth-child(3) {
              margin-right: 0;
          }

          &:nth-child(4) {
              display: none;
          }
      }
  }*/
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(2n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(3) {
    margin-right: 15px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(4),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(4) {
    display: flex;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md.thumb-grid-presentation > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md.thumb-grid-presentation > .grid-item:nth-child(3) {
    margin-right: 0;
  }
}
@media (max-width: 669.98px) {
  .grid-with-insert-3x--inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid-with-insert-3x--inner > * {
    max-width: 100%;
    width: 100%;
  }
  .grid-with-insert-3x--inner .feed-section-title {
    padding: 10px 0;
  }
}
@media (min-width: 670px) {
  .grid-with-insert-3x--inner {
    width: 100%;
  }
}
@media (min-width: 1030px) {
  grid-with-insert,
  .large-thumbnail-grid,
  .small-thumbnail-grid {
    justify-content: flex-start;
  }
  .large-thumbnail-grid-mobile {
    display: none;
  }
  .small-thumbnail-grid-2x,
  .large-thumbnail-grid-2x {
    justify-content: space-between;
    align-items: initial;
    flex-direction: row;
  }
  .small-thumbnail-grid-2x > article, .small-thumbnail-grid-2x > section, .small-thumbnail-grid-2x > div,
  .large-thumbnail-grid-2x > article,
  .large-thumbnail-grid-2x > section,
  .large-thumbnail-grid-2x > div {
    width: calc((100% - 35px) / 2);
    max-width: 300px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(2n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(2n) {
    margin-right: 35px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(3) {
    margin-right: 0;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md:not(.multi-row-grid) > .grid-item:nth-child(4),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md:not(.multi-row-grid) > .grid-item:nth-child(4) {
    display: none;
  }
  .grid-with-insert-3x--insert-right > .grid-item,
  .large-thumbnail-grid-3x > .grid-item,
  .small-thumbnail-grid-3x > .grid-item,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item,
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item {
    width: calc((100% - 70px) / 3);
    max-width: 300px;
    margin-right: 35px;
  }
  .grid-with-insert-3x--insert-right > .grid-item:nth-child(3n),
  .large-thumbnail-grid-3x > .grid-item:nth-child(3n),
  .small-thumbnail-grid-3x > .grid-item:nth-child(3n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(3n),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-mdx-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .grid-with-insert-3x--insert-1x-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-with-insert-3x--insert-1x-right > div:first-child {
    width: calc(100% - 335px);
  }
  .grid-with-insert-3x--insert-1x-right > div:last-child {
    width: 300px;
  }
}
@media (min-width: 670px) {
  .thumb-grid-presentation.large-thumbnail-grid-2x-smx .presentation-space-large-thumb.grid-item {
    display: none;
  }
}
@media (min-width: 768px) {
  .thumb-grid-presentation.large-thumbnail-grid-2x-smx .presentation-space-large-thumb.grid-item {
    display: flex;
  }
  .thumb-grid-presentation.large-thumbnail-grid-2x-md .presentation-space-large-thumb.grid-item {
    display: none;
  }
}
@media (min-width: 1030px) {
  .thumb-grid-presentation.large-thumbnail-grid-2x-md .presentation-space-large-thumb.grid-item {
    display: flex;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(4) {
    display: none;
  }
}
.presentation-space-responsive-smx {
  display: none;
}

.presentation-space-responsive-md {
  display: none;
}

@media (min-width: 670px) {
  .presentation-space-responsive-smx {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .presentation-space-responsive-smx {
    display: none;
  }
  .presentation-space-responsive-md {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1030px) {
  .presentation-space-responsive-smx {
    display: none;
  }
  .presentation-space-responsive-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .generic-thumbnail-grid {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .generic-thumbnail-grid.generic-thumbnail-grid-2x > article {
    width: calc(50% - 35px);
  }
  .generic-thumbnail-grid.generic-thumbnail-grid-2x > article:nth-child(2n-1) {
    margin-right: 35px;
  }
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-mdy-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
}
.trending-topics {
  padding-bottom: 20px;
}
.trending-topics.article-tags {
  padding-top: 20px;
}
.trending-topics ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.trending-topics ul:before, .trending-topics ul::before {
  display: none;
}
.trending-topics li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  background: var(--accent-color);
  padding: 8px;
  box-shadow: 0px 0px 0px rgba(21, 21, 21, 0.2);
  transition: all 0.2s ease;
  margin: 6px 10px 0 0;
}
.trending-topics li:before, .trending-topics li::before {
  display: none;
}
.trending-topics li:hover {
  box-shadow: 2px 2px 2px rgba(21, 21, 21, 0.2);
}
.trending-topics a {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.trending-topics-list {
  margin-top: -20px;
}
.trending-topics-list.padded-mobile {
  padding: 0 15px;
}

@media (min-width: 670px) {
  .trending-topics-list.padded-mobile {
    padding: 0;
  }
}
.story-article-grid iframe {
  max-width: 100% !important;
}

@media (min-width: 670px) {
  .story-article-grid {
    margin-top: 24px;
  }
}
.generic-thumbnail-grid {
  width: 100%;
  display: block;
}

.newsletter-logo-contianer {
  padding: 15px 15px 0 15px;
  margin-bottom: 0px !important;
}
.newsletter-logo-contianer img {
  width: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.grid-with-insert,
.large-thumbnail-grid,
.small-thumbnail-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.grid-with-insert [class*=presentation-space],
.large-thumbnail-grid [class*=presentation-space],
.small-thumbnail-grid [class*=presentation-space] {
  margin-bottom: 10px;
}

.large-thumbnail-grid,
.small-thumbnail-grid {
  padding: 0 15px;
}

.small-thumbnail-grid.small-thumbnail-grid-1x > .grid-item {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.visible-smx {
  display: none;
}

@media (min-width: 670px) {
  .visible-smx {
    display: flex;
  }
}
@media (min-width: 768px) {
  .visible-smx {
    display: none;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
.grid-with-insert-3x--insert-right,
.large-thumbnail-grid-3x,
.small-thumbnail-grid-3x {
  /* &.multi-row-grid {
      > article, > section, > div {
          margin-bottom: 35px;
      }
  }*/
}
.grid-with-insert-3x--insert-right > .grid-item,
.large-thumbnail-grid-3x > .grid-item,
.small-thumbnail-grid-3x > .grid-item {
  max-width: 335px;
  width: 100%;
}

.multi-row-grid > article, .multi-row-grid > section, .multi-row-grid > div {
  margin-bottom: 35px;
}

.small-thumbnail-grid-2x,
.large-thumbnail-grid-2x {
  align-items: center;
  flex-direction: column;
}
.small-thumbnail-grid-2x > article, .small-thumbnail-grid-2x > section, .small-thumbnail-grid-2x > div,
.large-thumbnail-grid-2x > article,
.large-thumbnail-grid-2x > section,
.large-thumbnail-grid-2x > div {
  width: 100%;
  max-width: 335px;
}

.grid-with-insert-3x--inner {
  padding-top: 20px;
}
.grid-with-insert-3x--inner.no-padding-top {
  padding-top: 0;
}
.grid-with-insert-3x--inner [class*=thumbnail-grid] {
  padding-left: 0;
  padding-right: 0;
}

.grid-with-insert-3x--insert-1x-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feed-renderer-grid .small-thumbnail-grid {
  margin-top: 10px;
}

.feed-items-read-more {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.grid-with-insert-insert .feed-section-title {
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx:not(.multi-row-grid) > .grid-item:nth-child(4) {
  display: none;
}

@media (min-width: 670px) and (max-width: 767.98px) {
  .small-thumbnail-grid-2x-smx > .grid-item,
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
  }
  .small-thumbnail-grid-2x-smx > .grid-item:nth-child(2n),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item:nth-child(2n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-smx > .grid-item:nth-child(3),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item:nth-child(3) {
    margin-right: 15px;
  }
  .small-thumbnail-grid-2x-smx > .grid-item:nth-child(4),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item:nth-child(4),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item:nth-child(4) {
    display: flex;
  }
  .small-thumbnail-grid-2x-smx.thumb-grid-presentation > .grid-item:nth-child(3),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx.thumb-grid-presentation > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx.thumb-grid-presentation > .grid-item:nth-child(3) {
    margin-right: 0;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
    border: solid 10px green;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
@media (min-width: 670px) {
  .large-thumbnail-grid,
  .small-thumbnail-grid {
    padding: 0;
  }
  .grid-with-insert-3x--insert-right > .grid-item,
  .large-thumbnail-grid-3x > .grid-item,
  .small-thumbnail-grid-3x > .grid-item {
    width: calc((100% - 30px) / 3);
    max-width: 300px;
    margin-right: 15px;
  }
  .grid-with-insert-3x--insert-right.large-thumbnail-grid-3x-smx-u > .grid-item:nth-child(3n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-smx-u > .grid-item:nth-child(3n),
  .small-thumbnail-grid-3x.large-thumbnail-grid-3x-smx-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .grid-with-insert-3x--inner > * {
    max-width: 100%;
  }
  .small-thumbnail-grid-2x,
  .large-thumbnail-grid-2x {
    justify-content: space-between;
    align-items: initial;
    flex-direction: row;
  }
  .small-thumbnail-grid-2x > article, .small-thumbnail-grid-2x > section, .small-thumbnail-grid-2x > div,
  .large-thumbnail-grid-2x > article,
  .large-thumbnail-grid-2x > section,
  .large-thumbnail-grid-2x > div {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
  }
}
@media (min-width: 670px) and (max-width: 767.98px) {
  .small-thumbnail-grid-2x-smx-o > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
    margin-right: 15px;
  }
  .small-thumbnail-grid-2x-smx-o > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-smx-o > .grid-item:nth-child(4) {
    display: flex;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
    border: solid 10px yellow;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1029.98px) {
  .small-thumbnail-grid-2x-md-o > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
    margin-right: 15px;
  }
  .small-thumbnail-grid-2x-md-o > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-md-o > .grid-item:nth-child(4) {
    display: flex;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
@media (min-width: 1030px) and (max-width: 1199.98px) {
  .small-thumbnail-grid-2x-mdx-o > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
  }
  .small-thumbnail-grid-2x-mdx-o > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-mdx-o > .grid-item:nth-child(4) {
    display: flex;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .small-thumbnail-grid-3x-mdy-o > .grid-item {
    width: calc((100% - 70px) / 3);
    max-width: 300px;
    margin-right: 35px;
  }
  .small-thumbnail-grid-3x-mdy-o > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .large-thumbnail-grid,
  .small-thumbnail-grid {
    padding: 0;
  }
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-md-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  /*.small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx {
      > .grid-item {
          // GRID REFACTOR
          width: calc(calc(100% - 70px) / 3); // This is getting silly.. (if you are wondering why this is to preserve ad-space and ad's have fixed shapes)
          max-width: 300px;
          margin-right: 35px;

          &:nth-child(3n) {
              margin-right: 0;
          }
      }

      > .grid-item {
          &:nth-child(2n) {
              margin-right: 35px;
          }

          &:nth-child(3) {
              margin-right: 0;
          }

          &:nth-child(4) {
              display: none;
          }
      }
  }*/
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(2n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(3) {
    margin-right: 15px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(4),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(4) {
    display: flex;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md.thumb-grid-presentation > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md.thumb-grid-presentation > .grid-item:nth-child(3) {
    margin-right: 0;
  }
}
@media (max-width: 669.98px) {
  .grid-with-insert-3x--inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid-with-insert-3x--inner > * {
    max-width: 100%;
    width: 100%;
  }
  .grid-with-insert-3x--inner .feed-section-title {
    padding: 10px 0;
  }
}
@media (min-width: 670px) {
  .grid-with-insert-3x--inner {
    width: 100%;
  }
}
@media (min-width: 1030px) {
  grid-with-insert,
  .large-thumbnail-grid,
  .small-thumbnail-grid {
    justify-content: flex-start;
  }
  .large-thumbnail-grid-mobile {
    display: none;
  }
  .small-thumbnail-grid-2x,
  .large-thumbnail-grid-2x {
    justify-content: space-between;
    align-items: initial;
    flex-direction: row;
  }
  .small-thumbnail-grid-2x > article, .small-thumbnail-grid-2x > section, .small-thumbnail-grid-2x > div,
  .large-thumbnail-grid-2x > article,
  .large-thumbnail-grid-2x > section,
  .large-thumbnail-grid-2x > div {
    width: calc((100% - 35px) / 2);
    max-width: 300px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(2n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(2n) {
    margin-right: 35px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(3) {
    margin-right: 0;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md:not(.multi-row-grid) > .grid-item:nth-child(4),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md:not(.multi-row-grid) > .grid-item:nth-child(4) {
    display: none;
  }
  .grid-with-insert-3x--insert-right > .grid-item,
  .large-thumbnail-grid-3x > .grid-item,
  .small-thumbnail-grid-3x > .grid-item,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item,
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item {
    width: calc((100% - 70px) / 3);
    max-width: 300px;
    margin-right: 35px;
  }
  .grid-with-insert-3x--insert-right > .grid-item:nth-child(3n),
  .large-thumbnail-grid-3x > .grid-item:nth-child(3n),
  .small-thumbnail-grid-3x > .grid-item:nth-child(3n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(3n),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-mdx-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .grid-with-insert-3x--insert-1x-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-with-insert-3x--insert-1x-right > div:first-child {
    width: calc(100% - 335px);
  }
  .grid-with-insert-3x--insert-1x-right > div:last-child {
    width: 300px;
  }
}
@media (min-width: 670px) {
  .thumb-grid-presentation.large-thumbnail-grid-2x-smx .presentation-space-large-thumb.grid-item {
    display: none;
  }
}
@media (min-width: 768px) {
  .thumb-grid-presentation.large-thumbnail-grid-2x-smx .presentation-space-large-thumb.grid-item {
    display: flex;
  }
  .thumb-grid-presentation.large-thumbnail-grid-2x-md .presentation-space-large-thumb.grid-item {
    display: none;
  }
}
@media (min-width: 1030px) {
  .thumb-grid-presentation.large-thumbnail-grid-2x-md .presentation-space-large-thumb.grid-item {
    display: flex;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(4) {
    display: none;
  }
}
.presentation-space-responsive-smx {
  display: none;
}

.presentation-space-responsive-md {
  display: none;
}

@media (min-width: 670px) {
  .presentation-space-responsive-smx {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .presentation-space-responsive-smx {
    display: none;
  }
  .presentation-space-responsive-md {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1030px) {
  .presentation-space-responsive-smx {
    display: none;
  }
  .presentation-space-responsive-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .generic-thumbnail-grid {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .generic-thumbnail-grid.generic-thumbnail-grid-2x > article {
    width: calc(50% - 35px);
  }
  .generic-thumbnail-grid.generic-thumbnail-grid-2x > article:nth-child(2n-1) {
    margin-right: 35px;
  }
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-mdy-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
}
nav.breadcrumb {
  display: none;
  margin-left: calc(var(--bs-gutter-x) / 2);
  margin-right: calc(var(--bs-gutter-x) / 2);
  margin-bottom: 24px;
  border-bottom: solid 2px rgba(21, 21, 21, 0.15);
}
nav.breadcrumb.basic-grid {
  display: block;
}
nav.breadcrumb a[disabled] {
  pointer-events: none;
}
nav.breadcrumb ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}
nav.breadcrumb ul:before, nav.breadcrumb ul::before {
  display: none;
}
nav.breadcrumb li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  display: block;
  margin-bottom: 12px;
}
nav.breadcrumb li:before, nav.breadcrumb li::before {
  display: none;
}
nav.breadcrumb li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: rgba(21, 21, 21, 0.6);
  transform-origin: center;
  transform: rotate(20deg);
}
nav.breadcrumb li:first-child {
  padding-left: 0;
}
nav.breadcrumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}
nav.breadcrumb li:last-child:after {
  display: none;
}

@media (min-width: 670px) {
  nav.breadcrumb {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.article-list-view-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 28px;
  color: #151515;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 12px;
}
.article-list-view-title:before, .article-list-view-title::before {
  display: none;
}
.article-list-view-title.title {
  color: #B80201;
  font-size: 18px;
}

.article-intro, .article-intro p {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 20px;
  line-height: 1.3;
  color: #151515;
  font-weight: bold;
}
.article-intro:before, .article-intro::before, .article-intro p:before, .article-intro p::before {
  display: none;
}

.article-byline {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 16px;
  line-height: 1.3;
  color: #151515;
  font-weight: normal;
  margin-top: 16px;
  text-transform: none !important;
}
.article-byline:before, .article-byline::before {
  display: none;
}
.article-byline a {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 16px;
  line-height: 1.3;
  color: #B80201;
  font-weight: bold;
  text-transform: none;
}
.article-byline a:before, .article-byline a::before {
  display: none;
}

@media (min-width: 670px) {
  .article-list-view-title {
    font-size: 48px;
    margin-top: 0;
  }
}
@media (max-width: 669.98px) {
  .article-list-view-title.title {
    margin-bottom: 0;
  }
}
.article-share-desktop {
  display: none;
}

@media (min-width: 670px) {
  .article-share-mobile {
    display: none;
  }
  .article-share-desktop {
    height: 60px;
    margin-top: 24px;
    border-top: solid 2px rgba(21, 21, 21, 0.15);
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .article-share-desktop p {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    line-height: 1;
    text-align: left;
    font-size: 16px;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 6px;
  }
  .article-share-desktop p:before, .article-share-desktop p::before {
    display: none;
  }
  .article-share-desktop.gallery-item-share {
    border-top: none;
    margin-top: 0;
  }
}
.article-share-a2a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-main-view-item .article-share-a2a p {
  font-size: 12px;
}

.a2a_flex_style .a2a_counter img, .a2a_flex_style .a2a_dd, .a2a_flex_style .a2a_svg {
  border-radius: 100px !important;
}

.article-share-mobile .article-share-a2a {
  border-bottom: solid 1px #151515;
  margin-bottom: 10px;
}

.article-date-mobile {
  font-size: 13px;
  color: #B80201;
}

p.article-byline-mobile {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 13px !important;
  margin-bottom: 5px;
}
p.article-byline-mobile:before, p.article-byline-mobile::before {
  display: none;
}
p.article-byline-mobile a {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 13px;
  color: #B80201;
  font-weight: bold;
  margin-right: 10px;
}
p.article-byline-mobile a:before, p.article-byline-mobile a::before {
  display: none;
}

@media (min-width: 670px) {
  .article-share-a2a {
    justify-content: flex-end;
  }
  .article-main-view-item .article-share-a2a p {
    font-size: 17px;
  }
}
.related-articles {
  margin-bottom: 20px;
}

.gallery-intro {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .gallery-intro {
    margin-top: 40px;
  }
}
.article-figure {
  margin-bottom: 0;
}

@media (min-width: 670px) {
  .story-body-image {
    margin-bottom: 5px;
  }
  .story-body-image.gallery-body-image {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .story-body-image.video-body-video {
    height: auto;
  }
}
.article-view-aside {
  --accent-color: #B501BB;
  --accent-color-light: #B501BB;
  width: 100%;
}
.article-view-aside > div:not(:first-child) {
  margin-bottom: 24px;
}
.article-view-aside .trending-topics li {
  background-color: var(--accent-color);
}

.story-body-video {
  position: relative;
  height: 0;
  padding-top: 56.5%;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
.story-body-video video {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
}

@media (min-width: 670px) {
  .story-body-video {
    margin: 0;
  }
}
@media (min-width: 1030px) {
  .story-body-video {
    padding: 0;
    height: auto;
  }
  .story-body-video video {
    height: 358px;
    width: 100%;
    position: static;
  }
}
.video-not-available {
  font-size: 16px;
  padding: 12px 0;
  color: #B80201;
  font-weight: bold;
}

.gallery-view-image {
  position: relative;
}

.start-gallery {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

p.start-gallery a {
  color: var(--accent-color);
  font-weight: bold;
}
p.start-gallery a:hover {
  color: var(--accent-color-light);
}

.article-figure figcaption {
  font-weight: 100;
  color: rgba(21, 21, 21, 0.6);
  padding: 6px 0;
  font-size: 11px;
}

.article-main-view-item {
  padding: 0 15px;
}

.article-main-view-item p {
  font-size: 17px;
  color: #151515;
}
.article-main-view-item p a {
  text-decoration: underline;
}

.article-head {
  display: flex;
  flex-direction: column;
}
.article-head > .head-item:nth-child(1) {
  order: 5;
}
.article-head > .head-item:nth-child(2) {
  order: 6;
}
.article-head > .head-item:nth-child(3) {
  order: 4;
}
.article-head > .head-item:nth-child(4) {
  order: 3;
}
.article-head > .head-item:nth-child(5) {
  order: 2;
}
.article-head > .head-item:nth-child(6) {
  order: 1;
}
.article-head > .under-title, .article-head .under-title-wide, .article-head .under-title-item {
  order: 7;
}

.article-figure {
  margin-left: -15px;
  margin-right: -15px;
}
.article-figure figcaption {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 670px) {
  .article-main-view-item {
    padding: 0;
  }
  .article-figure {
    margin-left: 0;
    margin-right: 0;
  }
  .article-figure figcaption {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }
  .article-head > .head-item:nth-child(1) {
    order: 1;
  }
  .article-head > .head-item:nth-child(2) {
    order: 2;
  }
  .article-head > .head-item:nth-child(3) {
    order: 3;
  }
  .article-head > .head-item:nth-child(4) {
    order: 4;
  }
  .article-head > .head-item:nth-child(5) {
    order: 5;
  }
  .article-head > .head-item:nth-child(6) {
    order: 6;
  }
}
.generic-thumb-article {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 100%;
}
.generic-thumb-article:hover a {
  color: var(--accent-color);
}
.generic-thumb-article--large:hover a {
  color: var(--accent-color-light);
}
.section-bg-black .generic-thumb-article:hover a {
  color: var(--accent-color-light);
}

.generic-thumb-article-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 15px;
  color: var(--text-color);
  width: calc(100% - 135px);
  padding-left: 10px;
}
.generic-thumb-article-title:before, .generic-thumb-article-title::before {
  display: none;
}
.generic-thumb-article-title a {
  font-size: 15px;
  color: var(--text-color);
  transition: all 0.2s ease;
  line-height: 1.2;
}
.generic-thumb-article-title a:hover {
  color: var(--accent-color);
}
.generic-thumb-article-title--large {
  width: 100%;
}

.generic-thumb-article-image {
  width: var(--generic-thumb-width);
  height: var(--generic-thumb-height);
}
.generic-thumb-article-image img {
  border-bottom: solid 2px var(--accent-color);
}
.generic-thumb-article-image--large {
  width: 100%;
  max-width: var(--generic-thumb-large-width-mob);
  max-height: var(--generic-thumb-large-height-mob);
  height: auto;
}
.generic-thumb-article-image.no-image {
  background: rgba(21, 21, 21, 0.6);
  background-image: url(/Content/Images/Favicons/apple-touch-icon-precomposed.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.section-bg-black .generic-thumb-article-image.no-image {
  background: rgba(255, 255, 255, 0.2);
}
.small-thumbnail-grid .generic-thumb-article-image.no-image {
  background-size: 30% !important;
}

.generic-thumb-article--large {
  display: flex;
  flex-direction: column;
  background: #151515;
  justify-content: flex-start;
}

.generic-thumb-article-title-large--wrapper {
  padding: 15px;
}
.generic-thumb-article-title-large--wrapper.sub-heading {
  padding-bottom: 0px;
}
.generic-thumb-article-title-large--wrapper.sub-heading h6 {
  color: #eb0301;
}

.generic-thumb-article-title--large {
  color: #fff;
  line-height: 1.2;
  padding-left: 0;
}
.generic-thumb-article-title--large a {
  color: #fff;
  line-height: 1.2;
}
.generic-thumb-article-title--large:hover a {
  color: var(--accent-color-light);
}

.generic-thumb-article--large {
  max-width: 335px;
}

@media (min-width: 1200px) {
  .generic-thumb-article-image {
    width: var(--generic-thumb-width);
    height: var(--generic-thumb-height);
  }
  .generic-thumb-article-image--large {
    max-width: 300px;
    width: var(--generic-thumb-large-width);
    height: var(--generic-thumb-large-height);
    max-height: var(--generic-thumb-large-height);
  }
  .generic-thumb-article--large {
    max-width: 300px;
  }
}
.exclusive-badge {
  background: var(--accent-color);
  color: #fff;
  font-weight: bold;
  padding: 2px 4px 1px 4px;
  text-transform: uppercase;
  font-style: italic;
  font-size: 10px;
  position: absolute;
  top: 10px;
  left: -10px;
}

.generic-thumb-article--large .exclusive-badge {
  font-size: 12px;
}

.exclusive-only-feeds .exclusive-badge {
  display: none;
}

.must-read .generic-thumb-article-image.no-image, .related-articles .generic-thumb-article-image.no-image, .feed-renderer-trending .generic-thumb-article-image.no-image {
  background: rgba(21, 21, 21, 0.6);
}

.trending-topics {
  padding-bottom: 20px;
}
.trending-topics.article-tags {
  padding-top: 20px;
}
.trending-topics ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.trending-topics ul:before, .trending-topics ul::before {
  display: none;
}
.trending-topics li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  background: var(--accent-color);
  padding: 8px;
  box-shadow: 0px 0px 0px rgba(21, 21, 21, 0.2);
  transition: all 0.2s ease;
  margin: 6px 10px 0 0;
}
.trending-topics li:before, .trending-topics li::before {
  display: none;
}
.trending-topics li:hover {
  box-shadow: 2px 2px 2px rgba(21, 21, 21, 0.2);
}
.trending-topics a {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.trending-topics-list {
  margin-top: -20px;
}
.trending-topics-list.padded-mobile {
  padding: 0 15px;
}

@media (min-width: 670px) {
  .trending-topics-list.padded-mobile {
    padding: 0;
  }
}
a.splide__arrow svg {
  top: 16px;
}
a.splide__arrow:hover svg {
  transform: translateX(0);
}
a.splide__arrow.splide__arrow--prev:hover svg {
  transform: translateX(0);
}

.splide__arrow {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  -webkit-appearance: initial;
  background: var(--accent-color);
  position: absolute;
  right: -12px;
  top: 170px;
  height: 60px;
  width: 50px;
  z-index: 2;
  border: 0 !important;
  transition: opacity 0.2s ease;
  opacity: 1;
}
.splide__arrow:before, .splide__arrow::before {
  display: none;
}
.splide__arrow.gallery-splide-arrow {
  top: calc(50% - 60px);
}
.splide__arrow::before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 10px;
  border-color: transparent transparent var(--accent-color) transparent;
}
.splide__arrow svg {
  height: 25px;
  position: relative;
  left: 2px;
  transition: transform 0.2s ease;
  transform: translateX(0);
}
.splide__arrow svg path {
  fill: #fff;
}
.splide__arrow[disabled] {
  opacity: 0.85;
  pointer-events: none;
}
.splide__arrow:hover svg {
  transform: translateX(4px);
}
.splide__arrow.splide__arrow--prev {
  right: initial;
  left: -12px;
}
.splide__arrow.splide__arrow--prev svg {
  left: 9px;
}
.splide__arrow.splide__arrow--prev svg path {
  transform-origin: center;
  transform: rotate(180deg);
}
.splide__arrow.splide__arrow--prev::before {
  content: "";
  display: block;
  position: absolute;
  left: initial;
  right: -10px;
  border-width: 60px 10px 0 0;
  border-color: var(--accent-color) transparent transparent transparent;
}
.splide__arrow.splide__arrow--prev:hover svg {
  transform: translateX(-4px);
}

.small-splide-arrows .splide__arrow {
  height: 40px;
  width: 30px;
  top: 95px;
}
.small-splide-arrows .splide__arrow svg {
  height: 16px;
  left: -5px;
}
.small-splide-arrows .splide__arrow:hover svg {
  transform: translateX(2px);
}
.small-splide-arrows .splide__arrow::before {
  border-width: 0 0 40px 10px;
}
.small-splide-arrows .splide__arrow.splide__arrow--prev svg {
  left: -5px;
}
.small-splide-arrows .splide__arrow.splide__arrow--prev::before {
  border-width: 40px 10px 0 0;
}
.small-splide-arrows .splide__arrow.splide__arrow--prev:hover svg {
  transform: translateX(-2px);
}

.gallery-arrows {
  margin: 15px 0;
}
.gallery-arrows ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-arrows ul, .gallery-arrows li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
}
.gallery-arrows ul:before, .gallery-arrows ul::before, .gallery-arrows li:before, .gallery-arrows li::before {
  display: none;
}
.gallery-arrows li a {
  width: 6px;
  height: 6px;
  background: #151515;
  border-radius: 12px;
  display: block;
  margin: 0 5px;
}
.gallery-arrows li.active a {
  background: var(--accent-color);
  width: 8px;
  height: 8px;
}

@media (min-width: 670px) {
  .gallery-arrows {
    margin: 5px 0 15px;
  }
}
.generic-thumb-article {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 100%;
}
.generic-thumb-article:hover a {
  color: var(--accent-color);
}
.generic-thumb-article--large:hover a {
  color: var(--accent-color-light);
}
.section-bg-black .generic-thumb-article:hover a {
  color: var(--accent-color-light);
}

.generic-thumb-article-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 15px;
  color: var(--text-color);
  width: calc(100% - 135px);
  padding-left: 10px;
}
.generic-thumb-article-title:before, .generic-thumb-article-title::before {
  display: none;
}
.generic-thumb-article-title a {
  font-size: 15px;
  color: var(--text-color);
  transition: all 0.2s ease;
  line-height: 1.2;
}
.generic-thumb-article-title a:hover {
  color: var(--accent-color);
}
.generic-thumb-article-title--large {
  width: 100%;
}

.generic-thumb-article-image {
  width: var(--generic-thumb-width);
  height: var(--generic-thumb-height);
}
.generic-thumb-article-image img {
  border-bottom: solid 2px var(--accent-color);
}
.generic-thumb-article-image--large {
  width: 100%;
  max-width: var(--generic-thumb-large-width-mob);
  max-height: var(--generic-thumb-large-height-mob);
  height: auto;
}
.generic-thumb-article-image.no-image {
  background: rgba(21, 21, 21, 0.6);
  background-image: url(/Content/Images/Favicons/apple-touch-icon-precomposed.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.section-bg-black .generic-thumb-article-image.no-image {
  background: rgba(255, 255, 255, 0.2);
}
.small-thumbnail-grid .generic-thumb-article-image.no-image {
  background-size: 30% !important;
}

.generic-thumb-article--large {
  display: flex;
  flex-direction: column;
  background: #151515;
  justify-content: flex-start;
}

.generic-thumb-article-title-large--wrapper {
  padding: 15px;
}
.generic-thumb-article-title-large--wrapper.sub-heading {
  padding-bottom: 0px;
}
.generic-thumb-article-title-large--wrapper.sub-heading h6 {
  color: #eb0301;
}

.generic-thumb-article-title--large {
  color: #fff;
  line-height: 1.2;
  padding-left: 0;
}
.generic-thumb-article-title--large a {
  color: #fff;
  line-height: 1.2;
}
.generic-thumb-article-title--large:hover a {
  color: var(--accent-color-light);
}

.generic-thumb-article--large {
  max-width: 335px;
}

@media (min-width: 1200px) {
  .generic-thumb-article-image {
    width: var(--generic-thumb-width);
    height: var(--generic-thumb-height);
  }
  .generic-thumb-article-image--large {
    max-width: 300px;
    width: var(--generic-thumb-large-width);
    height: var(--generic-thumb-large-height);
    max-height: var(--generic-thumb-large-height);
  }
  .generic-thumb-article--large {
    max-width: 300px;
  }
}
.exclusive-badge {
  background: var(--accent-color);
  color: #fff;
  font-weight: bold;
  padding: 2px 4px 1px 4px;
  text-transform: uppercase;
  font-style: italic;
  font-size: 10px;
  position: absolute;
  top: 10px;
  left: -10px;
}

.generic-thumb-article--large .exclusive-badge {
  font-size: 12px;
}

.exclusive-only-feeds .exclusive-badge {
  display: none;
}

.must-read .generic-thumb-article-image.no-image, .related-articles .generic-thumb-article-image.no-image, .feed-renderer-trending .generic-thumb-article-image.no-image {
  background: rgba(21, 21, 21, 0.6);
}

.video-thumb-article-image--large {
  position: relative;
}
.video-thumb-article-image--large:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 40px;
  width: 40px;
}
.video-thumb-article-image--large:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent #fff;
}

.video-thumb-article-image {
  position: relative;
}
.video-thumb-article-image:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 30px;
  width: 30px;
}
.video-thumb-article-image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #fff;
}

.gallery-thumb-article-image--large {
  position: relative;
}
.gallery-thumb-article-image--large:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 40px;
  width: 40px;
  z-index: 2;
}
.gallery-thumb-article-image--large:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 9px;
  left: 8px;
  background: url(/Content/Images/icon-camera.svg);
  background-repeat: no-repeat;
  z-index: 3;
  height: 23px;
  width: 23px;
}

.gallery-thumb-article-image {
  position: relative;
}
.gallery-thumb-article-image:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--accent-color);
  height: 30px;
  width: 30px;
}
.gallery-thumb-article-image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 6px;
  background: url(/Content/Images/icon-camera.svg);
  background-repeat: no-repeat;
  height: 18px;
  width: 17px;
  background-size: 17px;
}

.generic-thumbnail-grid {
  width: 100%;
  display: block;
}

.newsletter-logo-contianer {
  padding: 15px 15px 0 15px;
  margin-bottom: 0px !important;
}
.newsletter-logo-contianer img {
  width: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.grid-with-insert,
.large-thumbnail-grid,
.small-thumbnail-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.grid-with-insert [class*=presentation-space],
.large-thumbnail-grid [class*=presentation-space],
.small-thumbnail-grid [class*=presentation-space] {
  margin-bottom: 10px;
}

.large-thumbnail-grid,
.small-thumbnail-grid {
  padding: 0 15px;
}

.small-thumbnail-grid.small-thumbnail-grid-1x > .grid-item {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.visible-smx {
  display: none;
}

@media (min-width: 670px) {
  .visible-smx {
    display: flex;
  }
}
@media (min-width: 768px) {
  .visible-smx {
    display: none;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
.grid-with-insert-3x--insert-right,
.large-thumbnail-grid-3x,
.small-thumbnail-grid-3x {
  /* &.multi-row-grid {
      > article, > section, > div {
          margin-bottom: 35px;
      }
  }*/
}
.grid-with-insert-3x--insert-right > .grid-item,
.large-thumbnail-grid-3x > .grid-item,
.small-thumbnail-grid-3x > .grid-item {
  max-width: 335px;
  width: 100%;
}

.multi-row-grid > article, .multi-row-grid > section, .multi-row-grid > div {
  margin-bottom: 35px;
}

.small-thumbnail-grid-2x,
.large-thumbnail-grid-2x {
  align-items: center;
  flex-direction: column;
}
.small-thumbnail-grid-2x > article, .small-thumbnail-grid-2x > section, .small-thumbnail-grid-2x > div,
.large-thumbnail-grid-2x > article,
.large-thumbnail-grid-2x > section,
.large-thumbnail-grid-2x > div {
  width: 100%;
  max-width: 335px;
}

.grid-with-insert-3x--inner {
  padding-top: 20px;
}
.grid-with-insert-3x--inner.no-padding-top {
  padding-top: 0;
}
.grid-with-insert-3x--inner [class*=thumbnail-grid] {
  padding-left: 0;
  padding-right: 0;
}

.grid-with-insert-3x--insert-1x-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feed-renderer-grid .small-thumbnail-grid {
  margin-top: 10px;
}

.feed-items-read-more {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.grid-with-insert-insert .feed-section-title {
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx:not(.multi-row-grid) > .grid-item:nth-child(4) {
  display: none;
}

@media (min-width: 670px) and (max-width: 767.98px) {
  .small-thumbnail-grid-2x-smx > .grid-item,
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
  }
  .small-thumbnail-grid-2x-smx > .grid-item:nth-child(2n),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item:nth-child(2n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-smx > .grid-item:nth-child(3),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item:nth-child(3) {
    margin-right: 15px;
  }
  .small-thumbnail-grid-2x-smx > .grid-item:nth-child(4),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx > .grid-item:nth-child(4),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx > .grid-item:nth-child(4) {
    display: flex;
  }
  .small-thumbnail-grid-2x-smx.thumb-grid-presentation > .grid-item:nth-child(3),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx.thumb-grid-presentation > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx.thumb-grid-presentation > .grid-item:nth-child(3) {
    margin-right: 0;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
    border: solid 10px green;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
@media (min-width: 670px) {
  .large-thumbnail-grid,
  .small-thumbnail-grid {
    padding: 0;
  }
  .grid-with-insert-3x--insert-right > .grid-item,
  .large-thumbnail-grid-3x > .grid-item,
  .small-thumbnail-grid-3x > .grid-item {
    width: calc((100% - 30px) / 3);
    max-width: 300px;
    margin-right: 15px;
  }
  .grid-with-insert-3x--insert-right.large-thumbnail-grid-3x-smx-u > .grid-item:nth-child(3n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-smx-u > .grid-item:nth-child(3n),
  .small-thumbnail-grid-3x.large-thumbnail-grid-3x-smx-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .grid-with-insert-3x--inner > * {
    max-width: 100%;
  }
  .small-thumbnail-grid-2x,
  .large-thumbnail-grid-2x {
    justify-content: space-between;
    align-items: initial;
    flex-direction: row;
  }
  .small-thumbnail-grid-2x > article, .small-thumbnail-grid-2x > section, .small-thumbnail-grid-2x > div,
  .large-thumbnail-grid-2x > article,
  .large-thumbnail-grid-2x > section,
  .large-thumbnail-grid-2x > div {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
  }
}
@media (min-width: 670px) and (max-width: 767.98px) {
  .small-thumbnail-grid-2x-smx-o > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
    margin-right: 15px;
  }
  .small-thumbnail-grid-2x-smx-o > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-smx-o > .grid-item:nth-child(4) {
    display: flex;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
    border: solid 10px yellow;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1029.98px) {
  .small-thumbnail-grid-2x-md-o > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
    margin-right: 15px;
  }
  .small-thumbnail-grid-2x-md-o > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-md-o > .grid-item:nth-child(4) {
    display: flex;
  }
  .newsletter-logo-contianer {
    text-align: center;
    padding: 15px 0px 0px 0px;
  }
  .newsletter-logo-contianer img {
    width: auto;
  }
}
@media (min-width: 1030px) and (max-width: 1199.98px) {
  .small-thumbnail-grid-2x-mdx-o > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
  }
  .small-thumbnail-grid-2x-mdx-o > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-2x-mdx-o > .grid-item:nth-child(4) {
    display: flex;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .small-thumbnail-grid-3x-mdy-o > .grid-item {
    width: calc((100% - 70px) / 3);
    max-width: 300px;
    margin-right: 35px;
  }
  .small-thumbnail-grid-3x-mdy-o > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .large-thumbnail-grid,
  .small-thumbnail-grid {
    padding: 0;
  }
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-md-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  /*.small-thumbnail-grid-3x.small-thumbnail-grid-2x-smx,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-smx {
      > .grid-item {
          // GRID REFACTOR
          width: calc(calc(100% - 70px) / 3); // This is getting silly.. (if you are wondering why this is to preserve ad-space and ad's have fixed shapes)
          max-width: 300px;
          margin-right: 35px;

          &:nth-child(3n) {
              margin-right: 0;
          }
      }

      > .grid-item {
          &:nth-child(2n) {
              margin-right: 35px;
          }

          &:nth-child(3) {
              margin-right: 0;
          }

          &:nth-child(4) {
              display: none;
          }
      }
  }*/
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item {
    width: calc((100% - 15px) / 2);
    max-width: 50%;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(2n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(3) {
    margin-right: 15px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(4),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(4) {
    display: flex;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md.thumb-grid-presentation > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md.thumb-grid-presentation > .grid-item:nth-child(3) {
    margin-right: 0;
  }
}
@media (max-width: 669.98px) {
  .grid-with-insert-3x--inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid-with-insert-3x--inner > * {
    max-width: 100%;
    width: 100%;
  }
  .grid-with-insert-3x--inner .feed-section-title {
    padding: 10px 0;
  }
}
@media (min-width: 670px) {
  .grid-with-insert-3x--inner {
    width: 100%;
  }
}
@media (min-width: 1030px) {
  grid-with-insert,
  .large-thumbnail-grid,
  .small-thumbnail-grid {
    justify-content: flex-start;
  }
  .large-thumbnail-grid-mobile {
    display: none;
  }
  .small-thumbnail-grid-2x,
  .large-thumbnail-grid-2x {
    justify-content: space-between;
    align-items: initial;
    flex-direction: row;
  }
  .small-thumbnail-grid-2x > article, .small-thumbnail-grid-2x > section, .small-thumbnail-grid-2x > div,
  .large-thumbnail-grid-2x > article,
  .large-thumbnail-grid-2x > section,
  .large-thumbnail-grid-2x > div {
    width: calc((100% - 35px) / 2);
    max-width: 300px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(2n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(2n) {
    margin-right: 35px;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(3),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(3) {
    margin-right: 0;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md:not(.multi-row-grid) > .grid-item:nth-child(4),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md:not(.multi-row-grid) > .grid-item:nth-child(4) {
    display: none;
  }
  .grid-with-insert-3x--insert-right > .grid-item,
  .large-thumbnail-grid-3x > .grid-item,
  .small-thumbnail-grid-3x > .grid-item,
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item,
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item {
    width: calc((100% - 70px) / 3);
    max-width: 300px;
    margin-right: 35px;
  }
  .grid-with-insert-3x--insert-right > .grid-item:nth-child(3n),
  .large-thumbnail-grid-3x > .grid-item:nth-child(3n),
  .small-thumbnail-grid-3x > .grid-item:nth-child(3n),
  .large-thumbnail-grid-3x.large-thumbnail-grid-2x-md > .grid-item:nth-child(3n),
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-mdx-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .grid-with-insert-3x--insert-1x-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-with-insert-3x--insert-1x-right > div:first-child {
    width: calc(100% - 335px);
  }
  .grid-with-insert-3x--insert-1x-right > div:last-child {
    width: 300px;
  }
}
@media (min-width: 670px) {
  .thumb-grid-presentation.large-thumbnail-grid-2x-smx .presentation-space-large-thumb.grid-item {
    display: none;
  }
}
@media (min-width: 768px) {
  .thumb-grid-presentation.large-thumbnail-grid-2x-smx .presentation-space-large-thumb.grid-item {
    display: flex;
  }
  .thumb-grid-presentation.large-thumbnail-grid-2x-md .presentation-space-large-thumb.grid-item {
    display: none;
  }
}
@media (min-width: 1030px) {
  .thumb-grid-presentation.large-thumbnail-grid-2x-md .presentation-space-large-thumb.grid-item {
    display: flex;
  }
  .small-thumbnail-grid-3x.small-thumbnail-grid-2x-md > .grid-item:nth-child(4) {
    display: none;
  }
}
.presentation-space-responsive-smx {
  display: none;
}

.presentation-space-responsive-md {
  display: none;
}

@media (min-width: 670px) {
  .presentation-space-responsive-smx {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .presentation-space-responsive-smx {
    display: none;
  }
  .presentation-space-responsive-md {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1030px) {
  .presentation-space-responsive-smx {
    display: none;
  }
  .presentation-space-responsive-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .generic-thumbnail-grid {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .generic-thumbnail-grid.generic-thumbnail-grid-2x > article {
    width: calc(50% - 35px);
  }
  .generic-thumbnail-grid.generic-thumbnail-grid-2x > article:nth-child(2n-1) {
    margin-right: 35px;
  }
  .large-thumbnail-grid-3x.large-thumbnail-grid-3x-mdy-u > .grid-item:nth-child(3n) {
    margin-right: 0;
  }
}
.no-results-block {
  padding: 40px;
  border: solid 5px var(--accent-color);
}
.no-results-block p {
  color: var(--accent-color);
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  width: 100%;
  display: block;
}

.story-article-grid iframe {
  max-width: 100% !important;
}

@media (min-width: 670px) {
  .story-article-grid {
    margin-top: 24px;
  }
}
nav.breadcrumb {
  display: none;
  margin-left: calc(var(--bs-gutter-x) / 2);
  margin-right: calc(var(--bs-gutter-x) / 2);
  margin-bottom: 24px;
  border-bottom: solid 2px rgba(21, 21, 21, 0.15);
}
nav.breadcrumb.basic-grid {
  display: block;
}
nav.breadcrumb a[disabled] {
  pointer-events: none;
}
nav.breadcrumb ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}
nav.breadcrumb ul:before, nav.breadcrumb ul::before {
  display: none;
}
nav.breadcrumb li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  display: block;
  margin-bottom: 12px;
}
nav.breadcrumb li:before, nav.breadcrumb li::before {
  display: none;
}
nav.breadcrumb li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: rgba(21, 21, 21, 0.6);
  transform-origin: center;
  transform: rotate(20deg);
}
nav.breadcrumb li:first-child {
  padding-left: 0;
}
nav.breadcrumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}
nav.breadcrumb li:last-child:after {
  display: none;
}

@media (min-width: 670px) {
  nav.breadcrumb {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.article-list-view-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 28px;
  color: #151515;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 12px;
}
.article-list-view-title:before, .article-list-view-title::before {
  display: none;
}
.article-list-view-title.title {
  color: #B80201;
  font-size: 18px;
}

.article-intro, .article-intro p {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 20px;
  line-height: 1.3;
  color: #151515;
  font-weight: bold;
}
.article-intro:before, .article-intro::before, .article-intro p:before, .article-intro p::before {
  display: none;
}

.article-byline {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 16px;
  line-height: 1.3;
  color: #151515;
  font-weight: normal;
  margin-top: 16px;
  text-transform: none !important;
}
.article-byline:before, .article-byline::before {
  display: none;
}
.article-byline a {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 16px;
  line-height: 1.3;
  color: #B80201;
  font-weight: bold;
  text-transform: none;
}
.article-byline a:before, .article-byline a::before {
  display: none;
}

@media (min-width: 670px) {
  .article-list-view-title {
    font-size: 48px;
    margin-top: 0;
  }
}
@media (max-width: 669.98px) {
  .article-list-view-title.title {
    margin-bottom: 0;
  }
}
.article-share-desktop {
  display: none;
}

@media (min-width: 670px) {
  .article-share-mobile {
    display: none;
  }
  .article-share-desktop {
    height: 60px;
    margin-top: 24px;
    border-top: solid 2px rgba(21, 21, 21, 0.15);
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .article-share-desktop p {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    line-height: 1;
    text-align: left;
    font-size: 16px;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 6px;
  }
  .article-share-desktop p:before, .article-share-desktop p::before {
    display: none;
  }
  .article-share-desktop.gallery-item-share {
    border-top: none;
    margin-top: 0;
  }
}
.article-share-a2a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-main-view-item .article-share-a2a p {
  font-size: 12px;
}

.a2a_flex_style .a2a_counter img, .a2a_flex_style .a2a_dd, .a2a_flex_style .a2a_svg {
  border-radius: 100px !important;
}

.article-share-mobile .article-share-a2a {
  border-bottom: solid 1px #151515;
  margin-bottom: 10px;
}

.article-date-mobile {
  font-size: 13px;
  color: #B80201;
}

p.article-byline-mobile {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 13px !important;
  margin-bottom: 5px;
}
p.article-byline-mobile:before, p.article-byline-mobile::before {
  display: none;
}
p.article-byline-mobile a {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 13px;
  color: #B80201;
  font-weight: bold;
  margin-right: 10px;
}
p.article-byline-mobile a:before, p.article-byline-mobile a::before {
  display: none;
}

@media (min-width: 670px) {
  .article-share-a2a {
    justify-content: flex-end;
  }
  .article-main-view-item .article-share-a2a p {
    font-size: 17px;
  }
}
.related-articles {
  margin-bottom: 20px;
}

.gallery-intro {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .gallery-intro {
    margin-top: 40px;
  }
}
.article-figure {
  margin-bottom: 0;
}

@media (min-width: 670px) {
  .story-body-image {
    margin-bottom: 5px;
  }
  .story-body-image.gallery-body-image {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .story-body-image.video-body-video {
    height: auto;
  }
}
.article-view-aside {
  --accent-color: #B501BB;
  --accent-color-light: #B501BB;
  width: 100%;
}
.article-view-aside > div:not(:first-child) {
  margin-bottom: 24px;
}
.article-view-aside .trending-topics li {
  background-color: var(--accent-color);
}

.story-body-video {
  position: relative;
  height: 0;
  padding-top: 56.5%;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
.story-body-video video {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
}

@media (min-width: 670px) {
  .story-body-video {
    margin: 0;
  }
}
@media (min-width: 1030px) {
  .story-body-video {
    padding: 0;
    height: auto;
  }
  .story-body-video video {
    height: 358px;
    width: 100%;
    position: static;
  }
}
.video-not-available {
  font-size: 16px;
  padding: 12px 0;
  color: #B80201;
  font-weight: bold;
}

.gallery-view-image {
  position: relative;
}

.start-gallery {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

p.start-gallery a {
  color: var(--accent-color);
  font-weight: bold;
}
p.start-gallery a:hover {
  color: var(--accent-color-light);
}

.article-figure figcaption {
  font-weight: 100;
  color: rgba(21, 21, 21, 0.6);
  padding: 6px 0;
  font-size: 11px;
}

.article-main-view-item {
  padding: 0 15px;
}

.article-main-view-item p {
  font-size: 17px;
  color: #151515;
}
.article-main-view-item p a {
  text-decoration: underline;
}

.article-head {
  display: flex;
  flex-direction: column;
}
.article-head > .head-item:nth-child(1) {
  order: 5;
}
.article-head > .head-item:nth-child(2) {
  order: 6;
}
.article-head > .head-item:nth-child(3) {
  order: 4;
}
.article-head > .head-item:nth-child(4) {
  order: 3;
}
.article-head > .head-item:nth-child(5) {
  order: 2;
}
.article-head > .head-item:nth-child(6) {
  order: 1;
}
.article-head > .under-title, .article-head .under-title-wide, .article-head .under-title-item {
  order: 7;
}

.article-figure {
  margin-left: -15px;
  margin-right: -15px;
}
.article-figure figcaption {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 670px) {
  .article-main-view-item {
    padding: 0;
  }
  .article-figure {
    margin-left: 0;
    margin-right: 0;
  }
  .article-figure figcaption {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }
  .article-head > .head-item:nth-child(1) {
    order: 1;
  }
  .article-head > .head-item:nth-child(2) {
    order: 2;
  }
  .article-head > .head-item:nth-child(3) {
    order: 3;
  }
  .article-head > .head-item:nth-child(4) {
    order: 4;
  }
  .article-head > .head-item:nth-child(5) {
    order: 5;
  }
  .article-head > .head-item:nth-child(6) {
    order: 6;
  }
}
.generic-thumb-article {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 100%;
}
.generic-thumb-article:hover a {
  color: var(--accent-color);
}
.generic-thumb-article--large:hover a {
  color: var(--accent-color-light);
}
.section-bg-black .generic-thumb-article:hover a {
  color: var(--accent-color-light);
}

.generic-thumb-article-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-size: 15px;
  color: var(--text-color);
  width: calc(100% - 135px);
  padding-left: 10px;
}
.generic-thumb-article-title:before, .generic-thumb-article-title::before {
  display: none;
}
.generic-thumb-article-title a {
  font-size: 15px;
  color: var(--text-color);
  transition: all 0.2s ease;
  line-height: 1.2;
}
.generic-thumb-article-title a:hover {
  color: var(--accent-color);
}
.generic-thumb-article-title--large {
  width: 100%;
}

.generic-thumb-article-image {
  width: var(--generic-thumb-width);
  height: var(--generic-thumb-height);
}
.generic-thumb-article-image img {
  border-bottom: solid 2px var(--accent-color);
}
.generic-thumb-article-image--large {
  width: 100%;
  max-width: var(--generic-thumb-large-width-mob);
  max-height: var(--generic-thumb-large-height-mob);
  height: auto;
}
.generic-thumb-article-image.no-image {
  background: rgba(21, 21, 21, 0.6);
  background-image: url(/Content/Images/Favicons/apple-touch-icon-precomposed.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.section-bg-black .generic-thumb-article-image.no-image {
  background: rgba(255, 255, 255, 0.2);
}
.small-thumbnail-grid .generic-thumb-article-image.no-image {
  background-size: 30% !important;
}

.generic-thumb-article--large {
  display: flex;
  flex-direction: column;
  background: #151515;
  justify-content: flex-start;
}

.generic-thumb-article-title-large--wrapper {
  padding: 15px;
}
.generic-thumb-article-title-large--wrapper.sub-heading {
  padding-bottom: 0px;
}
.generic-thumb-article-title-large--wrapper.sub-heading h6 {
  color: #eb0301;
}

.generic-thumb-article-title--large {
  color: #fff;
  line-height: 1.2;
  padding-left: 0;
}
.generic-thumb-article-title--large a {
  color: #fff;
  line-height: 1.2;
}
.generic-thumb-article-title--large:hover a {
  color: var(--accent-color-light);
}

.generic-thumb-article--large {
  max-width: 335px;
}

@media (min-width: 1200px) {
  .generic-thumb-article-image {
    width: var(--generic-thumb-width);
    height: var(--generic-thumb-height);
  }
  .generic-thumb-article-image--large {
    max-width: 300px;
    width: var(--generic-thumb-large-width);
    height: var(--generic-thumb-large-height);
    max-height: var(--generic-thumb-large-height);
  }
  .generic-thumb-article--large {
    max-width: 300px;
  }
}
.exclusive-badge {
  background: var(--accent-color);
  color: #fff;
  font-weight: bold;
  padding: 2px 4px 1px 4px;
  text-transform: uppercase;
  font-style: italic;
  font-size: 10px;
  position: absolute;
  top: 10px;
  left: -10px;
}

.generic-thumb-article--large .exclusive-badge {
  font-size: 12px;
}

.exclusive-only-feeds .exclusive-badge {
  display: none;
}

.must-read .generic-thumb-article-image.no-image, .related-articles .generic-thumb-article-image.no-image, .feed-renderer-trending .generic-thumb-article-image.no-image {
  background: rgba(21, 21, 21, 0.6);
}

.trending-topics {
  padding-bottom: 20px;
}
.trending-topics.article-tags {
  padding-top: 20px;
}
.trending-topics ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.trending-topics ul:before, .trending-topics ul::before {
  display: none;
}
.trending-topics li {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  background: var(--accent-color);
  padding: 8px;
  box-shadow: 0px 0px 0px rgba(21, 21, 21, 0.2);
  transition: all 0.2s ease;
  margin: 6px 10px 0 0;
}
.trending-topics li:before, .trending-topics li::before {
  display: none;
}
.trending-topics li:hover {
  box-shadow: 2px 2px 2px rgba(21, 21, 21, 0.2);
}
.trending-topics a {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.trending-topics-list {
  margin-top: -20px;
}
.trending-topics-list.padded-mobile {
  padding: 0 15px;
}

@media (min-width: 670px) {
  .trending-topics-list.padded-mobile {
    padding: 0;
  }
}
.chevron-arrow-right {
  display: inline-block;
  border-right: 3px solid var(--accent-color);
  border-bottom: 3px solid var(--accent-color);
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
}

.chevron-arrow-top {
  display: inline-block;
  border-right: 3px solid var(--accent-color);
  border-bottom: 3px solid var(--accent-color);
  width: 10px;
  height: 10px;
  transform: rotate(-134deg);
  position: relative;
  top: 2px;
}

.feed-section--secondary {
  --accent-color: #1180ED;
  --accent-color-light: rgb(73.2377952756, 158.3669291339, 241.9622047244);
}

.feed-section-title-text {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  font-size: 26px;
  display: block;
  color: var(--text-color);
  text-transform: uppercase;
  padding-right: 10px;
}
.feed-section-title-text:before, .feed-section-title-text::before {
  display: none;
}
.feed-section-title-text.min-content {
  width: min-content;
}
.feed-section-title-text.feed-section-title-text--small {
  font-size: 22px;
}

.feed-section-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  display: flex;
  padding: 10px 15px;
  justify-content: flex-start;
  align-items: center;
  height: 51px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.feed-section-title:before, .feed-section-title::before {
  display: none;
}
.feed-section-title.feed-section-title__embedded {
  padding: 0;
}
.feed-section-title.feed-section-title-small {
  margin-bottom: 0;
}

.feed-section-view-link {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 16px;
  color: #151515;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 10px;
  font-style: italic;
  font-weight: 900;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.feed-section-view-link:before, .feed-section-view-link::before {
  display: none;
}
.feed-section-view-link:hover {
  color: var(--accent-color);
}
.section-bg-black .feed-section-view-link {
  color: #fff;
}
.section-bg-black .feed-section-view-link:hover {
  color: var(--accent-color);
}

.feed-section-title-bar {
  flex-grow: 1;
  background: var(--accent-color);
  height: 5px;
}

.first-grid .first-block-item .feed-section-title {
  margin-top: 20px;
}

@media (min-width: 670px) {
  .feed-section-title {
    padding: 10px 0;
  }
  .feed-section-title-text.min-content {
    width: auto;
  }
}
@media (min-width: 1400px) {
  .feed-section-title {
    padding: 10px 0;
  }
}
