@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.group::after,
.bucket::after,
.g::after {
  clear: both;
  content: "";
  display: table;
}

.stretch {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.text-right {
  text-align: right;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  background: #ededed;
  color: #262626;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.6;
}

body {
  font-size: 92%;
}

li {
  margin-bottom: 10px;
  margin-top: 0;
}

p {
  margin-bottom: 10px;
  margin-top: 0;
}

ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

h1,
h2,
h3,
h4,
.content-builder__event-column-content__links li a,
.content-builder__image-grid__image-caption,
.h1,
.h2,
.h3,
.h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
}

h1,
.h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

h2,
.h2 {
  font-size: 2.25rem;
  margin-bottom: 20px;
}

h3,
.h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}

h4,
.content-builder__event-column-content__links li a,
.content-builder__image-grid__image-caption,
.h4 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

hr {
  border: none;
  border-bottom: 1px solid rgba(153, 153, 153, 0.25);
  margin: 20px 0;
}

a {
  color: #d03138;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #d5464c;
}

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

label {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 5px;
}

textarea {
  display: block;
  height: 175px;
  resize: none;
  width: 100%;
}

::-webkit-input-placeholder {
  color: #999999;
  font-style: italic;
}

::-ms-input-placeholder {
  color: #999999;
  font-style: italic;
}

::placeholder {
  color: #999999;
  font-style: italic;
}

.breadcrumbs {
  display: none;
}

.breadcrumbs a {
  font-weight: bold;
  margin: 0 0.5rem;
}

.breadcrumbs a:first-child {
  margin-left: 0;
}

.breadcrumbs a:last-child {
  display: none;
}

.breadcrumbs a img {
  display: inline-block;
  margin: -0.45em 0 -0.45em -0.4em;
  padding: 0;
}

.breadcrumbs-divider {
  display: none;
}

.bucket p {
  padding-left: 0 !important;
}

.bucket--blog {
  display: block;
  margin-top: 10px;
}

.bucket--blog .bucket-content h4,
.bucket--blog .bucket-content .content-builder__event-column-content__links li a,
.content-builder__event-column-content__links li .bucket--blog .bucket-content a,
.bucket--blog .bucket-content .content-builder__image-grid__image-caption {
  margin-bottom: 5px;
}

.bucket--navigation:hover {
  opacity: 0.75;
}

.bucket--navigation .bucket-content {
  padding-top: 0.35rem;
}

.bucket--navigation .bucket-media img {
  border-radius: 50%;
  display: block;
  max-width: 50px;
}

.bucket-content {
  display: table-cell;
  width: 10000px;
}

.bucket-media {
  float: left;
  margin-right: 20px;
}

.bucket-media > img {
  display: block;
  max-width: none;
}

.btn,
.sdd-download-button {
  background: #d03138;
  border: none;
  border-radius: 100rem;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  outline: none;
  padding: 10px 40px;
  position: relative;
  text-align: center;
}

.btn:hover,
.sdd-download-button:hover,
.btn:focus,
.sdd-download-button:focus {
  background: #d95b60;
  color: #ffffff;
}

.btn--full {
  display: block;
  width: 100%;
}

.btn--group {
  border-radius: 0 4px 4px 0;
  height: 40px;
  line-height: 40px;
  padding: 0;
}

.btn--square {
  background: #262626;
  border-radius: 0;
  height: 40px;
  padding: 12px;
  font-size: 16px;
}

.btn--square:hover,
.btn--square:focus {
  background: #d03138;
}

.btn--square img {
  display: inline-block;
  height: 100%;
  width: auto;
}

.btn--link {
  background: transparent;
  color: #d03138;
  text-decoration: underline;
}

.btn--link:hover {
  color: #d03138;
  background-color: transparent;
}

.btn--link.btn--white {
  color: #ffffff;
  background-color: transparent;
}

.btn--link.btn--white:hover {
  color: #ffffff;
  background-color: transparent;
}

.btn--l {
  font-size: 16.9px;
  padding: 11px 30px;
}

.btn--l--nb {
  font-size: 16.9px;
  padding: 11px 30px;
  border-radius: 0;
}

.btn--m {
  font-size: 11.7px;
  padding: 7.5px 20px;
}

.btn--s {
  font-size: 0.9rem;
  padding: 5px 20px;
}

.btn--white {
  color: #d03138;
  background-color: #ffffff;
}

.btn--white:visited {
  background-color: #ffffff;
}

.btn--white:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #d03138;
}

.btn--nav {
  font-size: 16.25px;
  padding: 10px 28px;
  margin: 10px 10px 0 10px;
}

.btn--loadMore {
  background: #262626;
  border-radius: 0;
  font-size: 16px;
  padding: 12px 24px;
}

.btn--loadMore:hover,
.btn--loadMore:focus {
  background: #d03138;
}

.card {
  background: #ffffff;
  display: block;
  overflow: hidden;
  min-height: 75px;
}

.card--border {
  border-top: 1px solid #e0e0e0;
}

.card--dark {
  background: #262626;
  color: #ffffff;
}

.card--dark a {
  color: #8bcac3;
}

.card--dark a:hover,
.card--dark a:focus {
  color: #aedad5;
}

.card--padding {
  padding: 0 20px;
}

.card--teal {
  background: #8bcac3;
}

.card--transparent {
  background: #ededed;
  border: 1px solid #d4d4d4;
}

.card--yellow {
  background: #f6a72e;
}

.cell {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  position: relative;
}

.cell--article,
.next-content {
  font-size: 1.25rem;
  max-width: 780px;
  padding: 0 20px;
}

.cell--article ul,
.next-content ul {
  list-style: initial;
  padding-left: 20px;
}

.columns {
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}

.columns--many {
  -webkit-column-count: 1;
  column-count: 1;
}

.columns--some {
  -webkit-column-count: 1;
  column-count: 1;
}

.columns--filter {
  -webkit-column-count: 1;
  column-count: 1;
}

.g {
  display: block;
  margin-left: -20px;
  position: relative;
}

.g-b {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding-left: 20px;
  width: 100%;
}

.g-b--center {
  display: block;
  float: none;
  margin: 0 auto;
}

.g-b--dib {
  display: inline-block;
  float: none;
  margin-right: -0.25rem;
  vertical-align: top;
}

.g--flush {
  margin-left: 0 !important;
}

.g--flush .g-b {
  padding-left: 0;
}

.g-b--1of1 {
  width: 100%;
}

.g-b--1of2 {
  width: 50%;
}

.g-b--1of3 {
  width: 33.33333%;
}

.g-b--2of3 {
  width: 66.66667%;
}

.g-b--1of4 {
  width: 25%;
}

.g-b--2of4,
.g-b--1of2 {
  width: 50%;
}

.g-b--3of4 {
  width: 75%;
}

.g-b--1of5 {
  width: 20%;
}

.g-b--2of5 {
  width: 40%;
}

.g-b--3of5 {
  width: 60%;
}

.g-b--4of5 {
  width: 80%;
}

.g-b--1of6 {
  width: 16.66667%;
}

.g-b--2of6,
.g-b--1of3 {
  width: 33.33333%;
}

.g-b--3of6,
.g-b--1of2 {
  width: 50%;
}

.g-b--4of6,
.g-b--2of3 {
  width: 66.66667%;
}

.g-b--5of6 {
  width: 83.33333%;
}

.g-b--1of7 {
  width: 14.28571%;
}

.g-b--2of7 {
  width: 28.57143%;
}

.g-b--3of7 {
  width: 42.85714%;
}

.g-b--4of7 {
  width: 57.14286%;
}

.g-b--5of7 {
  width: 71.42857%;
}

.g-b--6of7 {
  width: 85.71429%;
}

.g-b--1of8 {
  width: 12.5%;
}

.g-b--2of8,
.g-b--1of4 {
  width: 25%;
}

.g-b--3of8 {
  width: 37.5%;
}

.g-b--4of8,
.g-b--2of4,
.g-b--1of2 {
  width: 50%;
}

.g-b--5of8 {
  width: 62.5%;
}

.g-b--6of8,
.g-b--3of4 {
  width: 75%;
}

.g-b--7of8 {
  width: 87.5%;
}

.g-b--1of9 {
  width: 11.11111%;
}

.g-b--2of9 {
  width: 22.22222%;
}

.g-b--3of9,
.g-b--1of3 {
  width: 33.33333%;
}

.g-b--4of9 {
  width: 44.44444%;
}

.g-b--5of9 {
  width: 55.55556%;
}

.g-b--6of9,
.g-b--2of3 {
  width: 66.66667%;
}

.g-b--7of9 {
  width: 77.77778%;
}

.g-b--8of9 {
  width: 88.88889%;
}

.g-b--1of10 {
  width: 10%;
}

.g-b--2of10,
.g-b--1of5 {
  width: 20%;
}

.g-b--3of10 {
  width: 30%;
}

.g-b--4of10,
.g-b--2of5 {
  width: 40%;
}

.g-b--5of10,
.g-b--1of2 {
  width: 50%;
}

.g-b--6of10,
.g-b--3of5 {
  width: 60%;
}

.g-b--7of10 {
  width: 70%;
}

.g-b--8of10,
.g-b--4of5 {
  width: 80%;
}

.g-b--9of10 {
  width: 90%;
}

.g-b--1of11 {
  width: 9.09091%;
}

.g-b--2of11 {
  width: 18.18182%;
}

.g-b--3of11 {
  width: 27.27273%;
}

.g-b--4of11 {
  width: 36.36364%;
}

.g-b--5of11 {
  width: 45.45455%;
}

.g-b--6of11 {
  width: 54.54545%;
}

.g-b--7of11 {
  width: 63.63636%;
}

.g-b--8of11 {
  width: 72.72727%;
}

.g-b--9of11 {
  width: 81.81818%;
}

.g-b--10of11 {
  width: 90.90909%;
}

.g-b--1of12 {
  width: 8.33333%;
}

.g-b--2of12,
.g-b--1of6 {
  width: 16.66667%;
}

.g-b--3of12,
.g-b--1of4 {
  width: 25%;
}

.g-b--4of12,
.g-b--2of6,
.g-b--1of3 {
  width: 33.33333%;
}

.g-b--5of12 {
  width: 41.66667%;
}

.g-b--6of12,
.g-b--3of6,
.g-b--1of2,
.g-b--2of4 {
  width: 50%;
}

.g-b--7of12 {
  width: 58.33333%;
}

.g-b--8of12,
.g-b--4of6,
.g-b--2of3 {
  width: 66.66667%;
}

.g-b--9of12,
.g-b--3of4 {
  width: 75%;
}

.g-b--10of12,
.g-b--5of6 {
  width: 83.33333%;
}

.g-b--11of12 {
  width: 91.66667%;
}

.heading a,
a.card .heading {
  color: #262626;
}

.heading a:hover,
.heading a:focus,
a.card .heading:hover,
a.card .heading:focus {
  color: #d03138;
}

.heading--tiny {
  margin-top: 30px;
}

.heading--short {
  margin-top: 10px;
}

.heading--medium {
  margin-top: 10px;
}

.heading--tall {
  margin-top: 80px;
}

.heading--brand {
  font-weight: 600;
}

.heading--brand span {
  font-weight: normal;
}

.heading--italic,
.content-builder__event-column-content__links li a,
.content-builder__image-grid__image-caption {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 400;
}

.heading--padding {
  padding: 15px 20px;
}

.heading--page {
  font-size: 2rem;
  margin-bottom: 20px;
}

.heading--page span {
  color: #999999;
  font-size: 60%;
  margin-left: 10px;
}

.heading--underline a,
.heading--underline span {
  border-bottom: 2px solid #d03138;
  line-height: 1.5;
  padding-bottom: 3px;
}

.heading--week {
  padding: 20px 30px;
}

.input {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #262626;
  font-size: 1.25rem;
  margin-bottom: 20px;
  outline: none;
  padding: 10px 15px;
  -webkit-transition: -webkit-box-shadow 150ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-box-shadow 150ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 150ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 150ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 150ms cubic-bezier(0.23, 1, 0.32, 1);
}

.input:focus {
  background: #ffffff;
  border-color: #0080f2;
  -webkit-box-shadow: rgba(0, 128, 242, 0.35) 0 0 7px inset, rgba(0, 128, 242, 0.35) 0 0 7px;
  box-shadow: rgba(0, 128, 242, 0.35) 0 0 7px inset, rgba(0, 128, 242, 0.35) 0 0 7px;
}

.input--full {
  display: block;
  width: 100%;
}

.input--group {
  border-radius: 4px 0 0 4px;
  border-right: 0;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.input--search {
  background: none;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  font-size: 2rem;
  padding-left: 0;
}

.input--search:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input--search::-webkit-input-placeholder {
  color: #d4d4d4;
}

.input--search::-ms-input-placeholder {
  color: #d4d4d4;
}

.input--search::placeholder {
  color: #d4d4d4;
}

.input--small {
  font-size: 0.9rem;
  padding: 5px;
  width: 50px;
}

.link {
  display: inline-block;
  margin-bottom: 7.5px;
}

.link--dark {
  color: #262626;
}

.link--dark:hover,
.link--dark:focus {
  color: #d03138;
}

.link--stylized {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  font-style: italic;
  margin-bottom: 40px;
}

.list {
  counter-reset: listNum;
  margin-top: 30px;
}

.list--bordered li {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}

.list--bordered li:last-child {
  border-bottom: none;
  padding-bottom: 10px;
}

.list--numbered li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}

.list--numbered li::before {
  background: #d03138;
  border-radius: 50%;
  color: #ffffff;
  content: counter(listNum);
  counter-increment: listNum;
  height: 30px;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
}

.list--schedule li {
  margin-bottom: 30px;
  margin-left: 50px;
  padding-left: 0;
  position: relative;
}

.list--schedule li:last-child::after {
  display: none;
}

.list--schedule li::after {
  border-left: 1px solid #ededed;
  bottom: -40px;
  content: "";
  left: -40.6px;
  position: absolute;
  top: 5px;
  width: 0px;
}

.list--schedule li::before {
  background: #ededed;
  border-radius: 50%;
  color: #ffffff;
  content: "";
  height: 20px;
  left: -50px;
  position: absolute;
  top: 5px;
  width: 20px;
}

.price {
  color: #999999;
}

.price span {
  color: #262626;
  font-size: 2rem;
  font-weight: 500;
}

.row {
  overflow: hidden;
  padding: 0 20px;
}

.row--a {
  background: #bc2b31;
}

.row--b {
  background: #a8262c;
}

.row--c {
  background: #262626;
}

.row--c a {
  color: #8bcac3;
}

.row--d {
  background: #8bcac3;
}

.row--e {
  background: #ffffff;
}

.table {
  font-weight: 500;
  text-align: right;
  width: 100%;
}

.table h1,
.table h2,
.table h3,
.table h4,
.table .content-builder__event-column-content__links li a,
.content-builder__event-column-content__links li .table a,
.table .content-builder__image-grid__image-caption,
.table input,
.table p {
  margin-bottom: 0;
}

.table td,
.table th {
  padding: 10px 5px;
}

.table td:first-child,
.table th:first-child {
  padding-left: 0;
}

.table td:last-child,
.table th:last-child {
  padding-right: 0;
}

.table th {
  color: #999999;
  font-weight: 500;
}

.table tr:first-child td,
.table tr:first-child th {
  padding-top: 20px;
}

.table tr:last-child td,
.table tr:last-child th {
  padding-bottom: 20px;
}

.table-label {
  color: #999999;
  font-size: 0.9rem;
}

.table-left {
  text-align: left;
}

.table-price {
  font-size: 16.25px;
}

.table-section {
  border-top: 2px solid #ededed;
}

.tag {
  background: #f6a72e;
  color: #ffffff;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.tag--label {
  background: #d03138;
}

.tag--themes {
  background: #ffffff;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 300;
  padding: 12.5px 10px;
  position: absolute;
  top: 0;
  z-index: 9;
}

.tag--themes span {
  font-weight: 600;
}

.theme h1 {
  font-size: 35px;
  font-weight: 600;
  color: #ffffff;
}

.theme h1 a {
  color: inherit;
}

.theme-name {
  font-weight: 300;
}

.theme-link {
  margin-right: 1rem;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

.theme-link:last-child {
  margin-right: 0;
}

.theme-bar {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding-bottom: 1rem;
}

.theme-row {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  width: 100%;
  max-width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.theme-img-box {
  width: 100%;
  height: 320px;
  overflow: hidden;
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.theme-img-box::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
  content: '';
}

.theme-hero {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
}

.well {
  margin-bottom: 20px;
  margin-top: 20px;
}

.well--s {
  margin-bottom: 20px;
  margin-top: 20px;
}

.video-player {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #343434;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.video-player .close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: #fff;
  color: #d03138;
  display: inline-block;
  padding: 20px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 100px;
  z-index: 100;
  cursor: pointer;
}

.video-player .close-btn:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  padding-top: 10px;
  content: "X";
  color: #d03138;
  font-weight: 00;
  z-index: 1;
}

.video-player .player-container {
  width: 40%;
  left: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  display: table;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.video-player .player-inner-wrap {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.video-player .iframe-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  height: 0;
  width: 100%;
  background-color: #121212;
  padding-bottom: 56.25%;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
}

.video-player .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-player.zoomed .player-container {
  width: 60%;
  left: 20%;
}

.advertisement {
  background: transparent;
  border: 1px solid #d4d4d4;
  display: block;
  margin-bottom: 20px;
  padding: 30px;
  -webkit-transition: background 250ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background 250ms cubic-bezier(0.23, 1, 0.32, 1);
}

.advertisement:hover,
.advertisement:focus {
  background: whitesmoke;
}

.advertisement:hover h2,
.advertisement:hover h3,
.advertisement:focus h2,
.advertisement:focus h3 {
  color: #d03138;
}

.advertisement h2,
.advertisement h3 {
  color: #262626;
  line-height: 1.6;
  -webkit-transition: color 250ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 250ms cubic-bezier(0.23, 1, 0.32, 1);
}

.advertisement img {
  margin-bottom: 10px;
  max-height: 175px;
}

.advertisement p {
  color: #999999;
  margin-bottom: 0;
}

.article {
  margin-bottom: 40px;
}

.article-author {
  background: white;
  border-bottom: 1px solid rgba(153, 153, 153, 0.25);
  clear: both;
  margin-bottom: 0;
  padding: 10px 14px 10px 10px;
}

.article-author img {
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  vertical-align: -27%;
  width: 20px;
}

.article-author span {
  font-size: 1rem;
}

.article-content {
  background: #ffffff;
  clear: both;
  line-height: 1.5;
  padding: 40px 0;
}

.article-content blockquote {
  color: #4aa4bb;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin: 100px auto;
  padding: 0;
  position: relative;
}

.article-content blockquote::after,
.article-content blockquote::before {
  background: #e0e0e0;
  content: '';
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  width: 75px;
}

.article-content blockquote::after {
  bottom: -40px;
}

.article-content blockquote::before {
  top: -40px;
}

.article-content blockquote a,
.article-content blockquote p {
  font-size: 1.75rem;
}

.article-content blockquote a {
  display: block;
}

.article-content blockquote a::before {
  color: #999999;
  content: 'Related Content';
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  margin-bottom: 10px;
}

.article-content div > p {
  font-size: 1.25rem;
}

.article-content div > p:first-of-type {
  font-weight: bold;
}

.article-content div > p:first-of-type:first-letter {
  color: #d03138;
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 5.5rem;
  font-style: italic;
  font-weight: normal;
  height: 5rem;
  line-height: 1em;
  margin-top: -0.05em;
  margin-right: 1.25rem;
}

.article-content img {
  height: auto;
  width: 100%;
  position: relative;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content .content-builder__event-column-content__links li a,
.content-builder__event-column-content__links li
  .article-content a,
.article-content .content-builder__image-grid__image-caption {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 400;
}

.article-content h2,
.article-content h3,
.article-content h4,
.article-content .content-builder__event-column-content__links li a,
.content-builder__event-column-content__links li
  .article-content a,
.article-content .content-builder__image-grid__image-caption,
.article-content p {
  margin-bottom: 6px;
}

.article-content p {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.article-content ul,
.article-content ol {
  font-size: 1.25rem;
  margin-bottom: 20px;
  padding-left: 40px;
}

.article-content li {
  margin-bottom: 6px;
}

.article-content ul {
  list-style-type: disc;
}

.article-content ol {
  list-style-type: decimal;
}

.article-title {
  margin-bottom: 40px;
}

.article-title hr {
  border: 1px solid #d03138;
}

.banner {
  overflow: hidden;
  padding: 20px 0;
}

.banner h2 {
  margin-right: 20px;
}

.banner p {
  font-size: 14px;
}

.banner--contact {
  background: #262626;
}

.banner--update {
  background: #8bcac3;
}

.banner-action {
  margin-top: 20px;
  max-width: 400px;
}

.container {
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.container.is-open {
  -webkit-transform: translateX(-265px);
  transform: translateX(-265px);
}

.container.is-open .container-content {
  height: calc(100vh - 77px);
  overflow: hidden;
}

.container-content {
  height: auto;
  overflow: visible;
}

.deck {
  margin-bottom: 20px;
  position: relative;
}

.filter {
  display: inline-block;
  float: right;
  margin-left: 10px;
  position: relative;
}

.filter.is-active .filter-options {
  display: block;
}

.filter.is-active .filter-toggle {
  background: #d03138;
  color: #ffffff;
}

.filter.is-active .filter-toggle::after {
  border: 6px solid transparent;
  border-bottom-color: #ffffff;
  border-top-width: 0px;
  bottom: 0px;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 15;
}

.filter-options {
  background: #ffffff;
  -webkit-box-shadow: rgba(38, 38, 38, 0.1) 0 5px 25px;
  box-shadow: rgba(38, 38, 38, 0.1) 0 5px 25px;
  display: none;
  min-width: 12rem;
  padding: 14px 20px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 10;
}

.filter-options li:last-child {
  margin-bottom: 0;
}

.filter-toggle {
  background: #e0e0e0;
  color: #262626;
  display: inline-block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  padding: 7.5px 10px;
  position: relative;
}

.filter-toggle:hover,
.filter-toggle:focus {
  color: #d03138;
}

.footer h2 {
  margin-bottom: 30px;
}

.footer h2 a {
  color: #ffffff;
}

.footer-misc a {
  display: block;
  margin-bottom: 10px;
}

.nf-form-content {
  padding-top: 2rem;
}

.nf-form-content input,
.nf-form-content textarea {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #262626;
  font-size: 1.25rem;
  margin-bottom: 20px;
  outline: 0;
  padding: 10px 15px;
  -webkit-transition: -webkit-box-shadow 150ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-box-shadow 150ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 150ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 150ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 150ms cubic-bezier(0.23, 1, 0.32, 1);
}

.nf-form-content input[type=button] {
  background: #d03138;
  border: none;
  border-radius: 100rem;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  outline: 0;
  padding: 10px 40px;
  position: relative;
  text-align: center;
}

.header {
  position: relative;
  z-index: 89;
  background: #bc2b31;
  margin-bottom: 20px;
  padding: 0 10px;
}

.header::after {
  clear: both;
  content: '';
  display: table;
  width: 100%;
}

.page-template-page-event .header {
  margin-bottom: 0;
}

.single-theme .header,
.single-with-theme .header {
  margin-bottom: 0;
}

.page-template-page-book-launch header {
  margin-bottom: 0;
}

.single-password .header {
  margin-bottom: 0;
}

.hero {
  background: #262626;
  background-position: center center;
  background-size: cover;
  clear: both;
  display: block;
  overflow: hidden;
  position: relative;
}

.hero::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 38, 38, 0)), to(rgba(38, 38, 38, 0.9)));
  background-image: linear-gradient(rgba(38, 38, 38, 0) 0%, rgba(38, 38, 38, 0.9));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.hero--video {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
}

.hero--video::before {
  display: none;
}

.hero--video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.hero-text {
  color: #ffffff;
  margin: 0 auto;
  max-width: 780px;
  padding: 10px 20px;
  position: relative;
  z-index: 10;
}

.hero-text a {
  color: #ffffff;
  font-weight: bold;
}

.hero-text hr {
  border: 1px solid #d03138;
}

.logo {
  background: #d03138;
  border-right: 1px solid #d5464c;
  display: block;
  float: left;
  height: 57px;
  margin-left: -20px;
  overflow: hidden;
  padding: 20px;
  width: 134px;
}

.logo img {
  -webkit-transform: translateY(-38%);
  transform: translateY(-38%);
}

.logo--footer {
  border-left: none;
  border-right: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  height: 134px;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 0;
  position: relative;
  text-align: center;
  top: 0;
  width: 134px;
}

.logo--footer img {
  -webkit-transform: none;
  transform: none;
}

.map {
  height: 0;
  padding-bottom: 75%;
  padding-top: 25px;
}

.map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.media {
  background: #262626;
  background-position: center;
  background-size: cover;
  border: 1px solid #d4d4d4;
  display: block;
  height: 225px;
  padding: 20px;
}

.media--stretched {
  border: none;
  height: 250px;
}

.media--product {
  background: #ffffff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-right: 1px solid #e0e0e0;
  display: block;
  height: 200px;
  padding: 20px;
}

.livestream {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.livestream iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.livestream_ad {
  padding-top: 50px;
  padding-bottom: 84.5%;
  height: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-top: 2rem;
}

.livestream_chat {
  padding-bottom: 180%;
  height: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-top: 2rem;
  position: relative;
}

.livestream_chat iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.livestream-base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.meta {
  color: #999999;
  font-size: 0.9rem;
  margin-top: 5px;
}

.meta a {
  color: #262626;
  font-weight: 500;
}

.meta a:hover,
.meta a:focus {
  color: #d03138;
}

.meta--card {
  background: #ffffff;
  border-top: 1px solid #e0e0e0;
  margin-top: 0;
  padding: 10px 20px;
}

.navigation {
  -webkit-overflow-scrolling: touch;
  background: #262626;
  height: 100vh;
  left: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 265px;
}

.navigation-primary__item,
.navigation-secondary__item {
  color: #ffffff;
  display: block;
  padding: 10px 20px;
}

.navigation h1,
.navigation h2,
.navigation h3,
.navigation h4,
.navigation .content-builder__event-column-content__links li a,
.content-builder__event-column-content__links li
  .navigation a,
.navigation .content-builder__image-grid__image-caption {
  color: #ffffff;
}

.navigation h4,
.navigation .content-builder__event-column-content__links li a,
.content-builder__event-column-content__links li .navigation a,
.navigation .content-builder__image-grid__image-caption {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
}

.navigation li p {
  margin-bottom: 0;
}

.navigation p {
  color: #999999;
}

.navigation-caret {
  border: 0 solid transparent;
  bottom: 0;
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 0;
}

.is-active .navigation-caret {
  border: 12px solid transparent;
  border-bottom-color: #262626;
}

.navigation-panel {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.navigation-panel.is-hidden {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.navigation-primary__item {
  border-bottom: 1px solid #404040;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  position: relative;
  -webkit-transition: color 250ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 250ms cubic-bezier(0.23, 1, 0.32, 1);
}

.navigation-primary__item:hover {
  color: rgba(255, 255, 255, 0.5);
}

.navigation-primary .navigation-primary__item.is-active::after,
.navigation-primary .navigation-primary__item.is-active::before {
  width: 11px;
}

.navigation-primary .navigation-primary__item.is-active::after {
  -webkit-transform: rotate(45deg) translateX(-1px) translateY(-3px);
  transform: rotate(45deg) translateX(-1px) translateY(-3px);
}

.navigation-primary .navigation-primary__item.is-active::before {
  -webkit-transform: rotate(-45deg) translateX(3px) translateY(-1px);
  transform: rotate(-45deg) translateX(3px) translateY(-1px);
}

.navigation-primary .navigation-primary__item::after,
.navigation-primary .navigation-primary__item::before {
  background: #ffffff;
  border-radius: 5px;
  content: "";
  height: 2px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 7px;
}

.navigation-primary .navigation-primary__item::after {
  -webkit-transform: rotate(45deg) translateX(-2px) translateY(-2px);
  transform: rotate(45deg) translateX(-2px) translateY(-2px);
}

.navigation-primary .navigation-primary__item::before {
  -webkit-transform: rotate(-45deg) translateX(-1px) translateY(1px);
  transform: rotate(-45deg) translateX(-1px) translateY(1px);
}

.navigation-search {
  cursor: pointer;
  position: relative;
}

.navigation-search img {
  left: 1.5rem;
  position: absolute;
  top: 14px;
}

.navigation-search img:first-child {
  display: none;
}

.navigation-search input {
  -webkit-appearance: none;
  background: #191919;
  border: none;
  border-bottom: 1px solid #333333;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.25rem;
  outline: none;
  padding: 13.5px 45px;
  width: 100%;
}

.navigation-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
}

.navigation-search input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
}

.navigation-search input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
}

.navigation-search.is-active img:first-child {
  left: auto;
  opacity: 1;
  right: 5px;
}

.navigation-search.is-active input {
  opacity: 1;
  visibility: visible;
}

.navigation-secondary {
  padding: 10px 0;
}

.navigation-cart {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  z-index: 40;
  width: 30px;
  padding-left: 0;
}

.navigation-cart img {
  display: none;
}

.next {
  background: #262626;
  background-position: center center;
  background-size: cover;
  display: block;
  margin-bottom: 40px;
  position: relative;
}

.next::before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(38, 38, 38, 0)), to(#262626));
  background-image: linear-gradient(rgba(38, 38, 38, 0) 50%, #262626 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.next-content {
  color: #ffffff;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  z-index: 10;
}

.next-content h2 {
  border-bottom: 2px solid #d03138;
  display: inline-block;
  margin: 80px 0 0;
  padding-bottom: 4px;
}

.next-content p {
  margin-top: 24px;
}

.next-tag {
  background: #d03138;
  border-radius: 50%;
  height: 34px;
  position: absolute;
  right: -17px;
  top: 40px;
  width: 34px;
}

.next-tag svg {
  bottom: 0;
  height: 11px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
}

.next-tag svg path {
  fill: #ffffff;
}

.pagination {
  background: #BC2B31;
  background: #D03138;
  margin: 40px 0;
  overflow: hidden;
}

.pagination-next,
.pagination-prev {
  background: #D03138;
  background: #BC2B31;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 10px 20px;
}

.pagination-next:hover,
.pagination-next:focus,
.pagination-prev:hover,
.pagination-prev:focus {
  background: #922226;
  color: #ffffff;
}

.pagination-next {
  float: right;
}

.pagination-prev {
  float: left;
}

.panel {
  background: #262626;
  height: 100vh;
  overflow: auto;
  padding-bottom: 80px;
  position: absolute;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1), transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1), transform 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 20;
}

.panel a {
  color: #8bcac3;
  display: block;
  font-size: 16.25px;
  padding: 10px 20px;
}

.panel h2,
.panel h3 {
  border-top: 1px solid #404040;
  color: #ffffff;
  padding: 20px 20px 0;
}

.panel h3 {
  margin-top: 20px;
}

.panel li {
  margin-bottom: 0;
}

.panel p {
  padding: 0 20px;
}

.panel ul {
  list-style: none;
  padding-left: 0;
}

.panel.is-shown {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.panel-back {
  background: #191919;
  padding: 10px 15px !important;
}

.panel-back img {
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}

.popup_top {
  pointer-events: none;
  opacity: 0;
  max-height: 0;
  height: 0;
  -webkit-transition: max-height 0.5s 2s ease;
  transition: max-height 0.5s 2s ease;
  width: 100%;
}

.popup_top.open {
  display: none;
}

.popup_top.close {
  z-index: 3;
  height: auto;
  max-height: 0;
  min-height: 0;
  pointer-events: initial;
  opacity: 1;
  -webkit-transition: max-height 0.1s ease;
  transition: max-height 0.1s ease;
}

.popup_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: block;
  width: 100%;
  max-height: 0;
  pointer-events: none;
  opacity: 0;
  border: 1px solid #ddd;
}

.popup_bottom.open {
  display: none;
}

.popup_bottom.close {
  z-index: 3;
  height: auto;
  max-height: 0;
  min-height: 0;
  pointer-events: initial;
  opacity: 1;
  -webkit-transition: max-height 0.1s ease;
  transition: max-height 0.1s ease;
}

.banner_popup h2 {
  margin-bottom: 8px;
}

.banner_popup h4,
.banner_popup .content-builder__event-column-content__links li a,
.content-builder__event-column-content__links li .banner_popup a,
.banner_popup .content-builder__image-grid__image-caption {
  font-size: 18px;
}

.banner_popup--exit {
  fill: #d03138;
  margin-left: 2rem;
  cursor: pointer;
}

.banner_popup--btn {
  background: #d03138;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0;
  height: 55px;
  border: 0;
  outline: none;
  border-radius: 2px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.banner_popup--input {
  background: #EDEDED;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  width: auto;
  height: 55px;
  border: 0;
  outline: none;
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 1.75rem;
  border-radius: 2px;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.u-flex-jc--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-flex-ai--c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.password-protected {
  height: 100vh;
  position: relative;
}

.password-protected .image-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-size: cover;
  background-color: #F4B5A7;
}

.password-protected .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #262626;
  opacity: 0.6;
}

.password-protected .background-color {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #262626;
  opacity: 1;
}

.password-protected .content {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  width: 100%;
  max-width: 40rem;
}

.password-protected .content .parent {
  position: relative;
  height: 100vh;
}

.password-protected .content .child {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.password-protected .content .btn,
.password-protected .content .sdd-download-button {
  background: #d03138;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0 1.25rem;
  height: 55px;
  border: 0;
  outline: none;
  border-radius: 0 2px 2px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.password-protected .content .input {
  background: #EDEDED;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  width: auto;
  height: 55px;
  border: 0;
  outline: none;
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 1.75rem;
  border-radius: 2px 0 0 2px;
}

.profile {
  border-radius: 50%;
  display: inline-block;
}

.profile--large {
  display: block;
  height: 90px;
  margin: 20px auto;
  width: 90px;
}

.profile--medium {
  height: 40px;
  width: 40px;
}

.profile--small {
  height: 23px;
  margin-right: 3px;
  vertical-align: -35%;
  width: 23px;
}

.resource {
  background: #ededed;
  overflow: hidden;
  padding: 10px 20px;
  position: relative;
}

.resource-title {
  margin: 0;
}

.social a {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0;
}

.social a::last-child {
  marign-right: 0;
}

.social img {
  height: 25px;
  width: 25px;
}

.social--article {
  float: left;
  margin-bottom: 10px;
}

.social--article a {
  opacity: 1;
}

.social--footer {
  clear: both;
}

.social--footer img {
  height: 25px;
  width: 25px;
}

.social--header {
  display: block;
  border-top: 1px solid #404040;
  padding: 20px;
}

.toggle,
.toggle::after,
.toggle::before {
  background: #ffffff;
  border-radius: 100px;
  height: 3px;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 25px;
}

.toggle {
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}

.toggle::after,
.toggle::before {
  content: "";
  position: absolute;
}

.toggle::after {
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}

.toggle::before {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

.toggle.is-close {
  background: rgba(255, 255, 255, 0);
}

.toggle.is-close::after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggle.is-close::before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.has-toggle {
  cursor: pointer;
  float: right;
  height: 17px;
  margin: 20px 0;
  position: relative;
  width: 25px;
}

.toolbox {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.toolbox-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
}

.toolbox-btn span {
  bottom: 3px;
  font-weight: 600;
  margin-left: 2.5px;
  position: relative;
}

.toolbox-search {
  height: 40px;
  left: 0;
  line-height: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 100px);
}

.week {
  border-top: 1px solid #454545;
  float: left;
  padding: 20px 30px;
  width: 100%;
}

.week.week--advertisement {
  color: #ffffff;
}

.week.week--advertisement:hover,
.week.week--advertisement:focus {
  color: #8bcac3;
}

.week.week--advertisement img {
  margin-bottom: 10px;
  max-height: 175px;
}

.week.week--advertisement .week-content {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.week.week--graphic {
  display: none;
  padding: 0;
}

.week.week--graphic img {
  display: block;
}

.has-week {
  background: #262626;
  color: #ffffff;
  margin-bottom: 20px;
  overflow: hidden;
}

.has-week a {
  color: #8bcac3;
  font-weight: 500;
}

.week-content {
  margin-bottom: 10px;
}

.content-builder__image-bar {
  width: 100%;
  overflow: auto;
}

.content-builder__image-bar img {
  float: left;
}

.content-builder__blockquote-carousel {
  background-color: #262626;
  position: relative;
}

.content-builder__blockquote-carousel__backgrounds {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  z-index: 1;
}

.content-builder__blockquote-carousel__backgrounds .slick-list {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}

.content-builder__blockquote-carousel__backgrounds .slick-track {
  height: 100%;
}

.content-builder__blockquote-carousel__backgrounds__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.content-builder__blockquote-carousel__curtain {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: #262626;
  opacity: 0.8;
}

.content-builder__blockquote-carousel__quotes {
  position: relative;
  z-index: 3;
}

.content-builder__blockquote-carousel__quotes__quote {
  text-align: center;
  padding: 40px 0;
  color: #ffffff;
}

.content-builder__blockquote-carousel__quotes__quote__text {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

.content-builder__blockquote-carousel__quotes__quote h4,
.content-builder__blockquote-carousel__quotes__quote .content-builder__event-column-content__links li a,
.content-builder__event-column-content__links li .content-builder__blockquote-carousel__quotes__quote a,
.content-builder__blockquote-carousel__quotes__quote .content-builder__image-grid__image-caption {
  font-weight: bold;
  text-transform: uppercase;
}

.content-builder__blockquote-carousel__quotes__quote__share {
  margin-top: 20px;
}

.content-builder__blockquote-carousel__quotes__quote__share .header-with-sidelines {
  margin-bottom: 0;
}

.content-builder__blockquote-carousel__quotes__quote__share .row {
  padding-top: 20px;
}

.content-builder__in-page-nav {
  overflow: auto;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

.content-builder__in-page-nav__background {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #262626;
  opacity: 0.9;
}

.content-builder__in-page-nav__left-items {
  overflow: auto;
}

.content-builder__in-page-nav__left-items li {
  display: inline-block;
  float: left;
  width: 50%;
  margin: 0;
  border-bottom: 1px solid #444;
}

.content-builder__in-page-nav__left-items li a {
  display: block;
  padding: 20px 30px;
  color: #ffffff;
}

.content-builder__in-page-nav__right-items {
  background-color: #d03138;
}

.content-builder__in-page-nav__right-items li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #444;
}

.content-builder__in-page-nav__right-items li a {
  display: block;
  padding: 20px 30px;
  color: #ffffff;
}

.content-builder__in-page-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
}

.content-builder__endorsements-carousel {
  background-color: #262626;
  position: relative;
  color: #ffffff;
}

.content-builder__endorsements-carousel__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
}

.content-builder__endorsements-carousel__curtain {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: #262626;
  opacity: 0.8;
}

.content-builder__endorsements-carousel__endorsements {
  position: relative;
  z-index: 3;
}

.content-builder__endorsements-carousel__endorsements__endorsement {
  text-align: center;
  padding: 160px 0 200px;
  color: #ffffff;
}

.content-builder__endorsements-carousel__endorsements__endorsement__author {
  margin-top: 20px;
}

.content-builder__endorsements-carousel__endorsements__endorsement__author-image {
  background-position: center;
  background-size: cover;
  height: 90px;
  width: 90px;
  border: 2px solid #ffffff;
  margin: 0 auto 40px auto;
  border-radius: 90px;
}

.content-builder__endorsements-carousel__endorsements__endorsement__text {
  max-width: 600px;
  margin: 0 auto;
  width: 90%;
}

.content-builder__endorsements-carousel__share {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 40px;
  z-index: 10;
  text-align: center;
}

.content-builder__endorsements-carousel__share .row {
  padding-top: 20px;
}

.content-builder__event-column-content {
  padding: 80px 0;
  border-top: 1px solid #eee;
}

.content-builder__event-column-content__video {
  margin-bottom: 25px;
}

.content-builder__event-column-content__links li {
  display: inline-block;
  margin: 0 20px 0 0;
}

.content-builder__event-column-content__links li a {
  display: block;
  border-bottom: 4px solid #d03138;
  color: #262626;
  padding-bottom: 5px;
}

.content-builder__event-column-content .heading--underline {
  border-bottom: 3px solid #d03138;
}

.content-builder__event-column-content ul {
  list-style: disc;
  padding-left: 20px;
}

.content-builder__speakers {
  padding: 40px 0;
  position: relative;
}

.content-builder__speakers .round-avatar {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.content-builder__speakers .round-avatar:hover .content-builder__speakers__speaker-metadata {
  opacity: 1;
  background-color: rgba(38, 38, 38, 0.7);
}

.content-builder__speakers .content-builder__speakers__speaker {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-builder__speakers .content-builder__speakers__speaker-name {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}

.content-builder__speakers__speaker-metadata {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.content-builder__speakers__speaker-metadata__biolink {
  cursor: pointer;
}

.content-builder__speakers__speaker-metadata__social {
  font-weight: bold;
  position: relative;
  margin-top: 30px;
}

.content-builder__speakers__speaker-metadata__social:before {
  position: absolute;
  top: -15px;
  width: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  left: 50%;
  margin-left: -25px;
}

.content-builder__speakers__speaker-metadata__social a {
  margin-top: 10px;
}

.content-builder__speakers__bio-slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(38, 38, 38, 0.5);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 0;
  overflow: hidden;
}

.content-builder__speaker-bio-active .content-builder__speakers__bio-slides {
  height: 100%;
}

.content-builder__speakers__bio-slides .content-builder__speakers__bio-slide {
  width: 90%;
  max-width: 900px;
  background-color: #ffffff;
  display: none;
  position: relative;
  overflow: visible;
  min-height: 400px;
  -webkit-box-shadow: 3px 3px 15px rgba(38, 38, 38, 0.5);
  box-shadow: 3px 3px 15px rgba(38, 38, 38, 0.5);
}

.content-builder__speakers__bio-slides .content-builder__speakers__bio-slide .close-button {
  height: 40px;
  width: 40px;
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: #ccc;
  border-radius: 40px;
  cursor: pointer;
}

.content-builder__speakers__bio-slides .content-builder__speakers__bio-slide .close-button:hover {
  background-color: #ddd;
}

.content-builder__speakers__bio-slides .content-builder__speakers__bio-slide .close-button .fa-close {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -7.5px;
  color: #aaa;
  font-size: 20px;
}

.content-builder__speakers__bio-slides .content-builder__speakers__bio-slide.active {
  display: block;
}

.content-builder__speakers__bio-slides .content-builder__speakers__bio-slide__image {
  position: absolute;
  left: 0;
  width: 40%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.content-builder__speakers__bio-slides .content-builder__speakers__bio-slide__image__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 5;
}

.content-builder__speakers__bio-slides .content-builder__speakers__bio-slide__image .content-builder__speakers__bio-slide__metadata {
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 10;
}

.content-builder__speakers__bio-slides .content-builder__speakers__bio-slide__content {
  float: right;
  height: 100%;
  width: 60%;
  color: #262626;
  padding: 50px;
}

.content-builder__image-grid {
  overflow: auto;
  padding: 5px;
}

.content-builder__image-grid__image {
  width: 25%;
  height: 0;
  padding-bottom: 25%;
  position: relative;
  display: inline-block;
  border: 5px solid #ffffff;
  float: left;
  overflow: hidden;
  background-color: #262626;
}

.content-builder__image-grid__image.image--width--one-fourth {
  width: 25%;
}

.content-builder__image-grid__image.image--width--one-third {
  width: 33.33%;
}

.content-builder__image-grid__image.image--width--one-half {
  width: 50%;
}

.content-builder__image-grid__image.image--width--two-thirds {
  width: 66.66%;
}

.content-builder__image-grid__image.image--width--three-fourths {
  width: 75%;
}

.content-builder__image-grid__image.image--width--full {
  width: 100%;
}

.content-builder__image-grid__image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  z-index: 3;
}

.content-builder__image-grid__image-caption {
  color: #ffffff;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.content-builder__image-grid__image:hover .content-builder__image-grid__image-placeholder {
  opacity: 0.6;
  -webkit-filter: blur(10px);
}

.content-builder__image-grid__image:hover .content-builder__image-grid__image-caption {
  opacity: 1;
}

.content-builder__registration {
  padding: 50px 0;
  position: relative;
  background-position: center;
  background-size: cover;
}

.content-builder__registration__curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 1;
}

.content-builder__registration__content {
  position: relative;
  z-index: 5;
}

.content-builder__registration__eventbrite-container {
  max-width: 800px;
  -webkit-box-shadow: 3px 3px 15px rgba(38, 38, 38, 0.5);
  box-shadow: 3px 3px 15px rgba(38, 38, 38, 0.5);
  margin: 50px auto 0 auto;
}

.content-builder__sponsors {
  padding: 50px 0;
}

.content-builder__sponsors__sponsor-grouping {
  padding: 25px 0;
}

.content-builder__sponsors .row.margin-top {
  margin-top: 50px;
}

.content-builder__sponsors__sponsorship-cta {
  color: #ffffff !important;
  font-weight: bold;
  max-width: 800px;
  margin: 80px auto 0 auto;
  display: block;
  text-align: center;
  padding: 2rem;
}

.content-builder__sponsors__sponsorship-cta:hover {
  opacity: 0.8;
}

.content-builder__schedule {
  padding: 50px 0;
  background-position: center;
  background-size: cover;
  position: relative;
}

.content-builder__schedule__curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1;
}

.content-builder__schedule__content {
  position: relative;
  z-index: 10;
}

.content-builder__schedule__grouping {
  display: block;
  margin: 0 auto;
  padding: 50px 0 0 0;
  max-width: 600px;
  width: 100%;
}

.content-builder__schedule__grouping.grouping-border-left {
  border-left: 1px solid #ddd;
}

.content-builder__schedule__grouping h4,
.content-builder__schedule__grouping .content-builder__event-column-content__links li a,
.content-builder__event-column-content__links li .content-builder__schedule__grouping a,
.content-builder__schedule__grouping .content-builder__image-grid__image-caption {
  margin-bottom: 25px;
}

.content-builder__schedule__listing-item {
  position: relative;
  display: block;
  overflow: auto;
  margin: 25px 0;
  line-height: 1.5;
}

.content-builder__schedule__listing-item__title {
  display: block;
  float: left;
  width: 50%;
}

.content-builder__schedule__listing-item__time {
  display: block;
  float: left;
  width: 27%;
  margin-right: 5%;
  text-transform: uppercase;
  font-weight: normal;
  font-style: italic;
  padding-top: 1px;
}

.header-with-sidelines {
  display: inline-block;
  position: relative;
  letter-spacing: 2px;
  font-size: 90%;
}

.header-with-sidelines:after {
  position: absolute;
  top: 50%;
  width: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: -2px;
  right: -60px;
  content: "";
}

.header-with-sidelines:before {
  position: absolute;
  top: 50%;
  width: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: -2px;
  left: -60px;
  content: "";
}

.bg-white .header-with-sidelines:after {
  border-top: 1px solid rgba(38, 38, 38, 0.2);
}

.bg-white .header-with-sidelines:before {
  border-top: 1px solid rgba(38, 38, 38, 0.2);
}

.header-share {
  font-size: 90%;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.header-with-sidelines-full {
  display: inline-block;
  position: relative;
}

.header-with-sidelines-full:after {
  position: absolute;
  top: 50%;
  width: 2000px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: -2px;
  right: -2030px;
  content: "";
}

.header-with-sidelines-full:before {
  position: absolute;
  top: 50%;
  width: 2000px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: -2px;
  left: -2030px;
  content: "";
}

.bg-white .header-with-sidelines-full:after {
  border-top: 1px solid rgba(38, 38, 38, 0.2);
}

.bg-white .header-with-sidelines-full:before {
  border-top: 1px solid rgba(38, 38, 38, 0.2);
}

[class^="share-icon"] {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  overflow: hidden;
  background-color: #d03138;
  color: #ffffff;
  font-size: 20px;
  margin: 0 4px;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

[class^="share-icon"] .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}

[class^="share-icon"].share-icon--facebook {
  font-size: 20px;
  background-color: #3b5998;
}

[class^="share-icon"].share-icon--facebook .fa-facebook {
  font-size: 26px;
  margin-left: -6px;
  margin-top: -8px;
}

[class^="share-icon"].share-icon--facebook:hover {
  background-color: #4c70ba;
  color: #ffffff;
}

[class^="share-icon"].share-icon--twitter {
  font-size: 20px;
  background-color: #55acee;
}

[class^="share-icon"].share-icon--twitter .fa-twitter {
  font-size: 22px;
  margin-left: -9px;
  margin-top: -10px;
}

[class^="share-icon"].share-icon--twitter:hover {
  background-color: #83c3f3;
  color: #ffffff;
}

[class^="share-icon"].share-icon--email {
  font-size: 20px;
  background-color: #d03138;
}

[class^="share-icon"].share-icon--email .fa-envelope {
  font-size: 18px;
  margin-left: -9px;
}

[class^="share-icon"].share-icon--email:hover {
  background-color: #d95b60;
  color: #ffffff;
}

[class^="share-icon"]:hover {
  color: #ffffff;
}

[class^="ratio-"] {
  background-color: #999999;
  height: 0;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-position: center;
  display: block;
  background-size: cover;
}

[class^="ratio-"].ratio-sixteen-nine {
  padding-bottom: 56.25%;
}

.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #262626;
  color: #ffffff;
}

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

.text-bold {
  font-weight: bold;
}

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

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

.abs-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-play-icon {
  height: 82px;
  width: 82px;
  border-radius: 82px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.video-play-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -12px;
  width: 36px;
}

.video-play-text {
  font-weight: bold;
  color: #ffffff;
  margin-top: 20px;
  font-size: 1.4rem;
}

.round-avatar {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 200px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-color: #999999;
}

.content-builder__livestream {
  padding: 50px 0;
  background-position: center;
  background-size: cover;
  position: relative;
}

.content-builder__livestream__curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1;
}

.content-builder__livestream__content {
  position: relative;
  z-index: 10;
}

.content-builder__livestream__grouping {
  display: block;
  margin: 0 auto;
  padding: 3px 0 0 0;
  max-width: 600px;
  width: 100%;
}

.content-builder__livestream__grouping.grouping-border-left {
  border-left: 1px solid #ddd;
}

.content-builder__livestream__grouping h4,
.content-builder__livestream__grouping .content-builder__event-column-content__links li a,
.content-builder__event-column-content__links li .content-builder__livestream__grouping a,
.content-builder__livestream__grouping .content-builder__image-grid__image-caption {
  margin-bottom: 10px;
}

.content-builder__livestream__listing-item {
  position: relative;
  display: block;
  overflow: auto;
  margin: 25px 0;
  line-height: 1.5;
}

.content-builder__livestream__listing-item__title {
  display: block;
  float: left;
  width: 75%;
}

.content-builder__livestream__listing-item__time {
  display: block;
  float: left;
  width: 25%;
  text-transform: uppercase;
  font-weight: normal;
  font-style: italic;
  padding-top: 1px;
}

.content-builder__subscription-landing-hero {
  padding: 15rem 0;
  background-color: #444;
  color: #ffffff;
  position: relative;
}

.content-builder__subscription-landing-hero p {
  margin-bottom: 4rem;
}

.content-builder__subscription-landing-hero h1 {
  font-weight: bold;
}

.content-builder__subscription-landing-hero picture,
.content-builder__subscription-landing-hero img {
  z-index: 1;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-builder__subscription-landing-hero .row {
  position: relative;
  z-index: 5;
}

.content-builder__subscription-landing-features-introduction {
  padding: 10rem;
  background-color: #ffffff;
  overflow: visible;
}

.content-builder__subscription-landing-features-introduction .btn,
.content-builder__subscription-landing-features-introduction .sdd-download-button {
  margin-top: 4rem;
}

.content-builder__subscription-landing-features-introduction .row {
  overflow: visible;
}

.content-builder__subscription-landing-email-cta {
  background-color: #d03138;
  padding: 5rem 0 4rem 0;
  color: #ffffff;
}

.content-builder__subscription-landing-email-cta h1 {
  font-weight: bold;
}

.content-builder__subscription-landing-email-cta .btn--l {
  margin: 1rem 0;
}

.content-builder__subscription-landing-detailed-features {
  padding: 5rem 0;
  background-color: #ffffff;
}

.content-builder__subscription-landing-detailed-features h1 {
  font-weight: bold;
  margin-bottom: 4rem;
}

.content-builder__subscription-landing-detailed-features--feature-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-builder__subscription-landing-detailed-features--feature {
  padding: 2rem 0;
  font-size: 1.25rem;
}

.content-builder__subscription-landing-detailed-features--feature ul {
  margin: 1rem 0 1rem 1rem;
}

.content-builder__subscription-landing-detailed-features--feature ul li {
  list-style: disc;
}

.content-builder__subscription-landing-detailed-features--feature h3 {
  text-align: center;
  margin-bottom: 26px;
  position: relative;
}

.content-builder__subscription-landing-detailed-features--feature h3:after {
  width: 50px;
  position: absolute;
  bottom: -15px;
  border-bottom: 3px solid #d03138;
  content: "";
  left: 50%;
  margin-left: -25px;
}

.content-builder__subscription-landing-detailed-features .btn--l {
  margin-top: 3rem;
}

.content-builder__subscription-landing-detailed-features .btn--link {
  margin-top: 1rem;
}

.active-screenshots-container {
  position: relative;
  overflow: visible;
}

.active-screenshots--desktop {
  width: 110%;
  position: relative;
  left: -20%;
  -webkit-box-shadow: 1px 1px 15px rgba(38, 38, 38, 0.2);
  box-shadow: 1px 1px 15px rgba(38, 38, 38, 0.2);
}

.active-screenshots--desktop--top-bar {
  border: 1px solid #333;
  border-radius: 5px 5px 0 0;
  height: 20px;
  background-color: #ffffff;
  background-color: #262626;
  position: relative;
}

.active-screenshots--desktop--top-bar:after {
  position: absolute;
  top: 4px;
  bottom: 4px;
  width: 40%;
  left: 30%;
  background-color: #444;
  border-radius: 3px;
  content: "";
}

.active-screenshots--desktop--content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  background-color: #ffffff;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.active-screenshots--desktop--bottom {
  border: 1px solid #333;
  border-radius: 0 0 5px 5px;
  height: 10px;
  background-color: #262626;
}

.active-screenshots--tablet {
  position: absolute;
  width: 40%;
  top: 25%;
  right: 5%;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 8px;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 15px rgba(38, 38, 38, 0.2);
  box-shadow: 1px 1px 15px rgba(38, 38, 38, 0.2);
  background-color: #262626;
}

.active-screenshots--tablet--content {
  width: 100%;
  height: 0;
  padding-bottom: 133%;
  border-radius: 3px;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.active-screenshots--mobile {
  position: absolute;
  width: 18%;
  bottom: -5%;
  right: 30%;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 3px;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 15px rgba(38, 38, 38, 0.2);
  box-shadow: 1px 1px 15px rgba(38, 38, 38, 0.2);
  background-color: #262626;
}

.active-screenshots--mobile--content {
  width: 100%;
  height: 0;
  padding-bottom: 190%;
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.related-research {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #DDD;
}

.related-research__title {
  font-size: 18px;
  color: #262626;
  margin: 0;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 1.5;
}

.related-research svg {
  fill: #999999;
  display: none;
}

.related-research:hover .related-research__title {
  color: #666666;
  -webkit-transition: .3s;
  transition: .3s;
}

.single-product {
  background-color: #ffffff;
}

.featured-product .product--related-product--single {
  min-height: 450px;
}

.featured-product .product--related-product--single__button {
  position: absolute;
  bottom: 30px;
}

.product--related-product--single {
  position: relative;
  min-height: 480px;
}

.product--related-product--single img {
  max-height: 228px;
  margin-bottom: 14px;
  display: inline-block;
}

.product--related-product--single h3 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 24px;
}

.product--related-product--single__button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
}

.product--cart-button-wrap {
  margin-bottom: 24px;
  font-size: 16px;
}

.product--introduction--heading {
  font-weight: bold;
  font-size: 215%;
  margin-bottom: .5em;
}

.product--introduction {
  font-size: 150%;
}

.product--image-carousel {
  margin-bottom: 40px;
}

.product--image-carousel .slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.product--image-carousel .slick-dots li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  height: 12px;
  width: 12px;
  border-radius: 15px;
  background-color: #EEE;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  cursor: pointer;
}

.product--image-carousel .slick-dots li.slick-active {
  background-color: #222;
}

.product--image-carousel .slick-dots li button {
  display: none;
}

.product--image-carousel img {
  max-height: 375px;
  margin: 0 auto;
}

.products--listing {
  clear: both;
}

.products--listing--filter-bar {
  overflow: visible;
}

.product--filter-title {
  display: inline-block;
  padding-top: 13px;
  font-weight: bold;
  color: #999;
}

.product--filter-selector--wrap {
  height: 48px;
  overflow: visible;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.product--filter-selector--wrap:after {
  position: absolute;
  top: 19px;
  right: 10px;
  content: '';
  border-top: 6px solid #AAA;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-top: -8px;
  margin-left: -8px;
  z-index: 11;
}

.product--filter-selector--wrap .product--filter-selector--option {
  height: 48px;
  font-weight: bold;
  font-size: 20px;
  display: none;
  cursor: pointer;
  padding: 6px 30px 10px 10px;
  text-align: left;
  position: relative;
  display: none;
}

.product--filter-selector--wrap .product--filter-selector--option.selected {
  display: block;
}

.product--filter-selector--wrap.open {
  z-index: 20;
}

.product--filter-selector--wrap.open .product--filter-selector--option {
  display: block;
}

.product--filter-selector--wrap.open .product--filter-selector--option:hover {
  background-color: #EEE;
}

.ppw_right {
  position: relative;
}

.purchase-product-wrap {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.purchase-product-wrap .btn-select-option {
  background-color: #EEE;
  color: #262626;
  width: 100%;
  padding: 11px 0;
  height: 50px;
}

.purchase-product-wrap .btn-add-to-cart {
  width: 100%;
  height: 50px;
}

.purchase-product-wrap .btn-view-cart {
  background-color: #EEE;
  color: #444;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: auto;
}

.product--variant--parent {
  position: relative;
  width: 100%;
  height: 50px;
}

.product--variant-selector {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  overflow: auto;
  width: 100%;
  height: 50px;
}

.product--variant-selector:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  border-top: 6px solid #AAA;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-left: -8px;
  z-index: 11;
  pointer-events: all;
}

.product--variant-selector--option {
  display: none;
  line-height: 1.2;
  text-align: left;
  padding: 9px 30px;
  vertical-align: middle;
  background-color: #FAFAFA;
  height: 50px;
}

.product--variant-selector--option.selected {
  display: block;
}

.product--variant-selector--option .product--option-label {
  opacity: .8;
}

.product--variant-selector--option .product--option-price {
  font-weight: bold;
  font-size: 130%;
}

.product--variant-selector.open {
  height: auto;
  max-height: 500px;
}

.product--variant-selector.open .product--variant-selector--option {
  display: block;
  position: relative;
  background-color: #FAFAFA;
  z-index: 10;
}

.product--variant-selector.open .product--variant-selector--option:hover {
  background-color: #EEE;
}

.product--variant-selector.open:after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid #AAA;
  top: 13px;
}

.product--content-block--content {
  font-size: 16px;
}

.product--content-block--content ul {
  margin: 2em 0;
}

.product--content-block--content ul li {
  list-style: disc;
  margin-left: 20px;
}

.overflow-visible {
  overflow: visible;
}

.product--content-block--image {
  width: 100%;
}

.tax-product-type {
  background-color: #ffffff;
}

.page-template-page-resources {
  background-color: #ffffff;
}

.tag--featured {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  background-color: #f6a72e;
  color: #ffffff;
}

.product--listing--no-results {
  font-size: 1.5em;
  text-align: center;
  margin: 80px 0;
  font-weight: bold;
}

.product--listing--no-results span {
  color: #d03138;
  text-decoration: underline;
  cursor: pointer;
}

.products--related-desktop {
  display: none;
}

.products--related-mobile {
  display: block;
}

.ratio-sixteen-nine {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.ratio-sixteen-nine iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.js-hidden {
  opacity: 0;
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(38, 38, 38, 0.7);
  -webkit-transition: opacity;
  transition: opacity;
  opacity: 0;
}

.body-overlay.cart-open {
  opacity: 1;
  height: 100%;
  z-index: 99;
}

.shopify-cart {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 375px;
  height: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 85;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.shopify-cart.cart-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 100;
}

.shopify-cart .cart-section--top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #d03138;
  z-index: 1;
}

.shopify-cart .cart-title {
  color: #fff;
  line-height: 3.5;
  text-align: center;
  font-size: 1.5rem;
  margin: 3px 0;
}

.shopify-cart .clear-cart {
  display: block;
  /* text-decoration: underline; */
  float: left;
  line-height: 1;
  border-bottom: 1px solid;
  margin-bottom: 5px;
}

.shopify-cart .close-cart {
  cursor: pointer;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  width: 35%;
  color: white;
  font-family: 'font-family-futura', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 1px;
  line-height: 75px;
  text-align: center;
  text-transform: uppercase;
  background: none;
  padding: 0;
  border: 0;
  outline: none;
}

.shopify-cart .close-cart .close-bars {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.shopify-cart .close-cart .close-bars .bar-left,
.shopify-cart .close-cart .close-bars .bar-right {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}

.shopify-cart .close-cart .close-bars .bar-left {
  width: 100%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.shopify-cart .close-cart .close-bars .bar-right {
  width: 2px;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.shopify-cart .cart-form {
  height: 100vh;
  min-height: 100vh;
  background: #aaa;
  padding: 73px 0 200px;
  overflow-y: scroll;
}

.shopify-cart .cart-item {
  background: #fff;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.shopify-cart .cart-item__content-row:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shopify-cart .cart-item__img {
  float: left;
  width: 80px;
  height: 80px;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-left: -15px;
  background-position: center;
}

.shopify-cart .cart-item__title {
  margin: 0;
  font-size: 1.2rem;
}

.shopify-cart .cart-item__variant-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #777;
}

.shopify-cart .cart-item__quantity-container {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.shopify-cart .cart-item__quantity {
  width: 50px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  padding: 0;
  border: 2px solid #aaa;
}

.shopify-cart .cart-item__price {
  float: right;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
  text-align: right;
  font-size: 1.2rem;
}

.shopify-cart .cart-item input[type=number]::-webkit-inner-spin-button,
.shopify-cart .cart-item input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.shopify-cart .cart-cta {
  position: absolute;
  bottom: 170px;
  width: 100%;
}

.shopify-cart .quantity-increment,
.shopify-cart .quantity-decrement {
  float: left;
  font-size: 2rem;
  line-height: 1;
  background: #aaa;
  padding: 0 10px;
  border: 2px solid #aaa;
  outline: none;
}

.shopify-cart .cart-info {
  font-weight: 600;
  display: both;
  clear: both;
  overflow: auto;
}

.shopify-cart .cart-info__total {
  float: left;
  clear: both;
}

.shopify-cart .cart-info__pricing {
  float: right;
}

.shopify-cart .cart-discount-notice {
  font-size: 0.925rem;
  margin: 1rem 0 0.5rem;
  clear: both;
}

.shopify-cart .cart-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 30px 20px 20px;
  -webkit-box-shadow: 0px 0px 20px rgba(38, 38, 38, 0.3);
  box-shadow: 0px 0px 20px rgba(38, 38, 38, 0.3);
  border-top: 4px solid #d03138;
}

.shopify-cart .checkout-button {
  width: 100%;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 3;
  padding: 0;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 90%;
  border-radius: 1px;
  outline: none;
}

.shopify-cart .checkout-button:hover {
  background-color: #a8262c;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track::after,
.slick-track::before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: inline-block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.featured-product .slick-next,
.featured-product .slick-prev {
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 0;
}

.featured-product .slick-next::after,
.featured-product .slick-next::before,
.featured-product .slick-prev::after,
.featured-product .slick-prev::before {
  display: none;
}

.featured-product .slick-prev {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 1;
  color: transparent;
  cursor: pointer;
  border: 0;
  background: transparent;
  border-top: 2px solid #999999;
  border-left: 2px solid #999999;
  outline: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.featured-product .slick-next {
  position: absolute;
  top: 40%;
  right: 0;
  color: transparent;
  border: 0;
  background: transparent;
  border-top: 2px solid #999999;
  border-right: 2px solid #999999;
  outline: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btf {
  border-top: none;
}

.db {
  display: block;
}

.di {
  display: inline;
}

.dib {
  display: inline-block;
}

.dn {
  display: none;
}

.maxs {
  margin: 10px;
}

.mas {
  margin: 20px;
}

.mam {
  margin: 40px;
}

.mal {
  margin: 80px;
}

.maxl {
  margin: 160px;
}

.mbf {
  margin-bottom: 0;
}

.mbxs {
  margin-bottom: 10px;
}

.mbs {
  margin-bottom: 20px;
}

.mbm {
  margin-bottom: 40px;
}

.mbl {
  margin-bottom: 80px;
}

.mbxl {
  margin-bottom: 160px;
}

.mhc {
  margin-left: auto;
  margin-right: auto;
}

.mlf {
  margin-left: 0;
}

.mlxs {
  margin-left: 10px;
}

.mls {
  margin-left: 20px;
}

.mlm {
  margin-left: 40px;
}

.mll {
  margin-left: 80px;
}

.mrf {
  margin-right: 0;
}

.mrxs {
  margin-right: 10px;
}

.mrs {
  margin-right: 20px;
}

.mrm {
  margin-right: 40px;
}

.mrl {
  margin-right: 80px;
}

.mtf {
  margin-top: 0;
}

.mtxs {
  margin-top: 10px;
}

.mts {
  margin-top: 20px;
}

.mtm {
  margin-top: 40px;
}

.mtl {
  margin-top: 80px;
}

.mtxl {
  margin-top: 160px;
}

.oh {
  overflow: hidden;
}

.oxh {
  overflow-x: hidden;
}

.paxs {
  padding: 10px;
}

.pas {
  padding: 20px;
}

.pam {
  padding: 40px;
}

.pal {
  padding: 80px;
}

.paxl {
  padding: 160px;
}

.pbf {
  padding-bottom: 0;
}

.pbxs {
  padding-bottom: 10px;
}

.pbs {
  padding-bottom: 20px;
}

.pbm {
  padding-bottom: 40px;
}

.pbl {
  padding-bottom: 80px;
}

.pbxl {
  padding-bottom: 160px;
}

.plf {
  padding-left: 0;
}

.plxs {
  padding-left: 10px;
}

.pls {
  padding-left: 20px;
}

.plm {
  padding-left: 40px;
}

.pll {
  padding-left: 80px;
}

.prf {
  padding-right: 0;
}

.prxs {
  padding-right: 10px;
}

.prs {
  padding-right: 20px;
}

.prm {
  padding-right: 40px;
}

.prl {
  padding-right: 80px;
}

.ptf {
  padding-top: 0;
}

.ptxs {
  padding-top: 10px;
}

.pts {
  padding-top: 20px;
}

.ptm {
  padding-top: 40px;
}

.ptl {
  padding-top: 80px;
}

.ptxl {
  padding-top: 160px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.por {
  position: relative;
}

.pos {
  position: static;
}

.ra {
  border-radius: 50%;
}

.ram {
  border-radius: 4px;
}

.ran {
  border-radius: 0;
}

.tac {
  text-align: center;
}

.tcg {
  color: #999999;
}

.tci {
  color: #ffffff;
}

.tcn {
  color: #262626;
}

.tcr {
  color: #d03138;
}

.tct {
  color: #8bcac3;
}

.tco {
  color: #E16D1F;
}

.bg--dark {
  background: #122335;
  background-color: #122335;
}

.bg--light {
  background: #ffffff;
  background-color: #ffffff;
}

.tfb {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tfh {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.tsxs {
  font-size: 0.85rem;
}

.tss {
  font-size: 0.9rem;
}

.tsm {
  font-size: 1.25rem;
}

.tsl {
  font-size: 2rem;
}

.tsxl {
  font-size: 2.25rem;
}

.tsi {
  font-style: italic;
}

.ttu {
  text-transform: uppercase;
}

.twn {
  font-weight: normal;
}

.twb {
  font-weight: bold;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms--flexbox;
}

.width-100 {
  width: 100%;
}

.bl-featured-hero {
  position: relative;
}

.bl-featured-hero .image-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-size: cover;
  background-color: #F4B5A7;
}

.bl-featured-hero .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #262626;
  opacity: 0.6;
}

.bl-featured-hero .background-color {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #262626;
  opacity: 1;
}

.bl-featured-hero .container-content {
  z-index: 3;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bl-featured-hero h1 {
  margin-bottom: 10px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.bl-featured-hero h4,
.bl-featured-hero .content-builder__event-column-content__links li a,
.content-builder__event-column-content__links li .bl-featured-hero a,
.bl-featured-hero .content-builder__image-grid__image-caption {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.bl-featured-hero .buttons {
  margin-right: 2rem;
}

.bl-featured-hero .buttons:last-child {
  margin-right: 0;
}

.bl-featured-hero a {
  font-size: 1.5rem;
}

.bl-featured-hero .u-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bl-page-nav a {
  font-size: 1.5rem;
}

.bl-page-nav h3 {
  margin-bottom: 10px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.bl-page-nav .h4 {
  margin-bottom: 0;
  margin-right: 3rem;
}

.bl-page-nav .h4:last-child {
  margin-right: none;
}

.bl-page-nav .u-flex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bl-page-nav .u-flex-center {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bl-page-nav img {
  width: 100%;
  height: auto;
  max-width: 13rem;
}

.bl-page-nav .seller {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 0;
  width: 100%;
}

.bl-page-nav .hide {
  display: none;
}

.bl-videos .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.bl-videos iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bl-media img {
  width: 100%;
  height: 100%;
  max-width: 8rem;
  max-height: 8rem;
}

.bl-media .new-article {
  border-top: 1px solid #E7E7E7;
  padding-top: 6rem;
  padding-bottom: 3rem;
  position: relative;
  cursor: pointer;
}

.bl-media .hide {
  display: none;
}

.bl-media .article {
  position: relative;
}

.bl-media .article-child {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bl-media .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.bl-media .padding {
  position: relative;
}

.bl-author .content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bl-author h4,
.bl-author .content-builder__event-column-content__links li a,
.content-builder__event-column-content__links li .bl-author a,
.bl-author .content-builder__image-grid__image-caption {
  line-height: 2.5rem;
  font-weight: 400;
  font-size: 1.5rem;
}

.bl-author a {
  font-size: 1.5rem;
}

.bl-endorsements .author-image {
  height: 90px;
  width: 90px;
  border: 2px solid #d03138;
  border-radius: 90px;
  background-position: center;
  background-size: cover;
  position: relative;
  margin: auto;
  margin-bottom: 1rem;
}

.bl-endorsements .author-box {
  float: none;
}

.bl-endorsements .content {
  text-align: center;
  padding-top: 2rem;
}

.bl-endorsements h3 {
  line-height: 2.75rem;
  text-align: center;
}

.bl-preorder p {
  line-height: 2.25rem;
  font-size: 1.25rem;
}

.bl-preorder h3 {
  line-height: 2.75rem;
}

.bl-preorder h4,
.bl-preorder .content-builder__event-column-content__links li a,
.content-builder__event-column-content__links li .bl-preorder a,
.bl-preorder .content-builder__image-grid__image-caption {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.bl-preorder .btn,
.bl-preorder .sdd-download-button {
  margin: 1rem 0;
}

.bl-preorder .btn,
.bl-preorder .sdd-download-button {
  font-size: 1.5rem;
}

.bl-preorder .bl-input {
  background: #ffffff;
  height: 55px;
  border: 0;
  outline: none;
  font-size: 1.25rem;
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 1.75rem;
  border-radius: 2px;
}

.bl-preorder .mc-field-group {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 1rem 0;
}

.bl-preorder .mc-field-group label {
  font-size: 1.25rem;
}

.bl-shareables .img-box {
  position: relative;
  padding-bottom: 87.25%;
  padding-top: 25px;
  height: 0;
}

.bl-shareables img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bl-shareables .box {
  margin-top: 2rem;
}

.bl-shareables--wide {
  width: 400px;
  height: 210px;
  margin: 8px;
}

.bl-shareables-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 24px 0;
}

.images {
  position: relative;
}

.images .image-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-color: #F4B5A7;
}

.images .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #262626;
  opacity: 0.6;
}

.product__related-product {
  background: #FFF;
  padding: 20px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-image-wrapper {
  display: block;
  position: relative;
  cursor: pointer;
}

.article-image-wrapper:hover .fa-plus-circle {
  font-size: 28px;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.article-image-wrapper .fa-plus-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  color: #FFF;
  font-size: 24px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.article-image-wrapper img {
  display: block;
}

.article-image-wrapper a {
  width: 100%;
  height: 100%;
  display: block;
}

.taxonomy-product-type-height {
  height: 450px;
}

.facebook--photo {
  display: block;
  padding: 25px 50px;
  margin-bottom: 10px;
  background-color: #191919;
}

.image-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.image-wrapper__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-wrapper__description {
  color: #999999;
}

.image-gallery svg path {
  fill: rgba(255, 255, 255, 0.5);
  -webkit-transition: .3s;
  transition: .3s;
}

.image-gallery svg path:hover {
  fill: rgba(255, 255, 255, 0.8);
  -webkit-transition: .3s;
  transition: .3s;
}

.slick-dots {
  margin: 12px 0 0;
  text-align: center;
}

.slick-dots li {
  display: inline;
  padding: 8px;
}

.slick-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  font-size: 1px;
  color: transparent;
  background-color: #EEE;
  border: 0;
  border-radius: 100%;
  -webkit-transition: .25s;
  transition: .25s;
}

.slick-dots button:hover {
  background-color: rgba(238, 238, 238, 0.5);
  cursor: pointer;
}

.slick-dots button:focus {
  outline: 0;
}

.slick-dots .slick-active button {
  background-color: #444;
}

.slider-arrow {
  cursor: pointer;
}

.sample {
  position: relative;
  background-color: #FFF;
  color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.sample-media {
  display: block;
}

.sample h4,
.sample .content-builder__event-column-content__links li a,
.content-builder__event-column-content__links li .sample a,
.sample .content-builder__image-grid__image-caption {
  text-align: center;
  font-size: 19px;
  line-height: 1.4;
  margin: 18px 0;
}

.sample p {
  margin: 0;
}

span[data-share-twitter] {
  border-bottom: 2px solid #1DA1F2;
  color: #262626;
  cursor: pointer;
  position: relative;
}

span[data-share-twitter]:hover {
  border-bottom: 2px solid #65bff6;
}

span[data-share-twitter] i {
  color: #1DA1F2;
}

blockquote[data-share-twitter] {
  cursor: pointer;
}

blockquote[data-share-twitter] i {
  color: #CCC;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}

blockquote[data-share-twitter] .share-twitter-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  font-style: normal;
}

blockquote[data-share-twitter]:hover i {
  color: #1DA1F2;
}

img.ad--full-width {
  max-width: 10000px !important;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

body.page-template-page-full-width .header {
  margin-bottom: 0;
}

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

.intro-text {
  font-size: 1.75rem;
}

.ctad-panel-home {
  position: relative;
  height: 680px;
  margin: 0 0 40px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #D4D4D4;
}

.ctad-panel-home__link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  content: "";
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 550px) {
  p {
    margin-bottom: 20px;
  }

  .breadcrumbs {
    display: block;
    float: left;
    font-size: 0.85rem;
    margin-bottom: 20px;
  }

  .card--padding {
    padding: 0 40px;
  }

  .cell--article,
  .next-content {
    padding: 20px 40px;
  }

  .columns {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .columns--filter {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .g-b--s--1of1 {
    width: 100%;
  }

  .g-b--s--1of2 {
    width: 50%;
  }

  .g-b--s--1of3 {
    width: 33.33333%;
  }

  .g-b--s--2of3 {
    width: 66.66667%;
  }

  .g-b--s--1of4 {
    width: 25%;
  }

  .g-b--s--2of4,
  .g-b--s--1of2 {
    width: 50%;
  }

  .g-b--s--3of4 {
    width: 75%;
  }

  .g-b--s--1of5 {
    width: 20%;
  }

  .g-b--s--2of5 {
    width: 40%;
  }

  .g-b--s--3of5 {
    width: 60%;
  }

  .g-b--s--4of5 {
    width: 80%;
  }

  .g-b--s--1of6 {
    width: 16.66667%;
  }

  .g-b--s--2of6,
  .g-b--s--1of3 {
    width: 33.33333%;
  }

  .g-b--s--3of6,
  .g-b--s--1of2 {
    width: 50%;
  }

  .g-b--s--4of6,
  .g-b--s--2of3 {
    width: 66.66667%;
  }

  .g-b--s--5of6 {
    width: 83.33333%;
  }

  .g-b--s--1of7 {
    width: 14.28571%;
  }

  .g-b--s--2of7 {
    width: 28.57143%;
  }

  .g-b--s--3of7 {
    width: 42.85714%;
  }

  .g-b--s--4of7 {
    width: 57.14286%;
  }

  .g-b--s--5of7 {
    width: 71.42857%;
  }

  .g-b--s--6of7 {
    width: 85.71429%;
  }

  .g-b--s--1of8 {
    width: 12.5%;
  }

  .g-b--s--2of8,
  .g-b--s--1of4 {
    width: 25%;
  }

  .g-b--s--3of8 {
    width: 37.5%;
  }

  .g-b--s--4of8,
  .g-b--s--2of4,
  .g-b--s--1of2 {
    width: 50%;
  }

  .g-b--s--5of8 {
    width: 62.5%;
  }

  .g-b--s--6of8,
  .g-b--s--3of4 {
    width: 75%;
  }

  .g-b--s--7of8 {
    width: 87.5%;
  }

  .g-b--s--1of9 {
    width: 11.11111%;
  }

  .g-b--s--2of9 {
    width: 22.22222%;
  }

  .g-b--s--3of9,
  .g-b--s--1of3 {
    width: 33.33333%;
  }

  .g-b--s--4of9 {
    width: 44.44444%;
  }

  .g-b--s--5of9 {
    width: 55.55556%;
  }

  .g-b--s--6of9,
  .g-b--s--2of3 {
    width: 66.66667%;
  }

  .g-b--s--7of9 {
    width: 77.77778%;
  }

  .g-b--s--8of9 {
    width: 88.88889%;
  }

  .g-b--s--1of10 {
    width: 10%;
  }

  .g-b--s--2of10,
  .g-b--s--1of5 {
    width: 20%;
  }

  .g-b--s--3of10 {
    width: 30%;
  }

  .g-b--s--4of10,
  .g-b--s--2of5 {
    width: 40%;
  }

  .g-b--s--5of10,
  .g-b--s--1of2 {
    width: 50%;
  }

  .g-b--s--6of10,
  .g-b--s--3of5 {
    width: 60%;
  }

  .g-b--s--7of10 {
    width: 70%;
  }

  .g-b--s--8of10,
  .g-b--s--4of5 {
    width: 80%;
  }

  .g-b--s--9of10 {
    width: 90%;
  }

  .g-b--s--1of11 {
    width: 9.09091%;
  }

  .g-b--s--2of11 {
    width: 18.18182%;
  }

  .g-b--s--3of11 {
    width: 27.27273%;
  }

  .g-b--s--4of11 {
    width: 36.36364%;
  }

  .g-b--s--5of11 {
    width: 45.45455%;
  }

  .g-b--s--6of11 {
    width: 54.54545%;
  }

  .g-b--s--7of11 {
    width: 63.63636%;
  }

  .g-b--s--8of11 {
    width: 72.72727%;
  }

  .g-b--s--9of11 {
    width: 81.81818%;
  }

  .g-b--s--10of11 {
    width: 90.90909%;
  }

  .g-b--s--1of12 {
    width: 8.33333%;
  }

  .g-b--s--2of12,
  .g-b--s--1of6 {
    width: 16.66667%;
  }

  .g-b--s--3of12,
  .g-b--s--1of4 {
    width: 25%;
  }

  .g-b--s--4of12,
  .g-b--s--2of6,
  .g-b--s--1of3 {
    width: 33.33333%;
  }

  .g-b--s--5of12 {
    width: 41.66667%;
  }

  .g-b--s--6of12,
  .g-b--s--3of6,
  .g-b--s--1of2,
  .g-b--s--2of4 {
    width: 50%;
  }

  .g-b--s--7of12 {
    width: 58.33333%;
  }

  .g-b--s--8of12,
  .g-b--s--4of6,
  .g-b--s--2of3 {
    width: 66.66667%;
  }

  .g-b--s--9of12,
  .g-b--s--3of4 {
    width: 75%;
  }

  .g-b--s--10of12,
  .g-b--s--5of6 {
    width: 83.33333%;
  }

  .g-b--s--11of12 {
    width: 91.66667%;
  }

  .heading--tall {
    margin-top: 160px;
  }

  .price {
    margin-bottom: 0;
  }

  .well {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .header {
    padding-right: 20px;
    padding-left: 0;
  }

  .hero-text {
    padding: 20px 40px;
  }

  .logo {
    border-left: 1px solid #d5464c;
    height: 73px;
    margin-left: 0;
  }

  .logo img {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }

  .map {
    padding-bottom: 50%;
  }

  .media--stretched {
    height: 350px;
  }

  .meta--featured {
    padding: 10px 40px;
  }

  .pagination {
    margin-bottom: 60px;
  }

  .pagination-next,
  .pagination-prev {
    padding: 20px 40px;
  }

  .social--article {
    float: right;
    margin-right: -5px;
    margin-bottom: 0;
  }

  .has-toggle {
    margin: 28px 0;
  }

  .sample-media {
    display: none;
  }
}

@media only screen and (min-width: 550px) {
  .theme-img-box {
    height: 400px;
  }
}

@media screen and (min-width: 825px) {
  body {
    font-size: 100%;
  }

  .breadcrumbs a:last-child {
    display: inline-block;
  }

  .breadcrumbs a img {
    display: none;
  }

  .breadcrumbs-divider {
    display: inline-block;
    height: 0.85rem;
    position: relative;
    top: 2px;
  }

  .btn--nav {
    margin: 0;
  }

  .columns {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .columns--many {
    -webkit-column-count: 5;
    column-count: 5;
  }

  .columns--some {
    -webkit-column-count: 3;
    column-count: 3;
  }

  .columns--filter {
    -webkit-column-count: 3;
    column-count: 3;
  }

  .g {
    margin-left: -40px;
  }

  .g-b {
    padding-left: 40px;
  }

  .g-b--m--1of1 {
    width: 100%;
  }

  .g-b--m--1of2 {
    width: 50%;
  }

  .g-b--m--1of3 {
    width: 33.33333%;
  }

  .g-b--m--2of3 {
    width: 66.66667%;
  }

  .g-b--m--1of4 {
    width: 25%;
  }

  .g-b--m--2of4,
  .g-b--m--1of2 {
    width: 50%;
  }

  .g-b--m--3of4 {
    width: 75%;
  }

  .g-b--m--1of5 {
    width: 20%;
  }

  .g-b--m--2of5 {
    width: 40%;
  }

  .g-b--m--3of5 {
    width: 60%;
  }

  .g-b--m--4of5 {
    width: 80%;
  }

  .g-b--m--1of6 {
    width: 16.66667%;
  }

  .g-b--m--2of6,
  .g-b--m--1of3 {
    width: 33.33333%;
  }

  .g-b--m--3of6,
  .g-b--m--1of2 {
    width: 50%;
  }

  .g-b--m--4of6,
  .g-b--m--2of3 {
    width: 66.66667%;
  }

  .g-b--m--5of6 {
    width: 83.33333%;
  }

  .g-b--m--1of7 {
    width: 14.28571%;
  }

  .g-b--m--2of7 {
    width: 28.57143%;
  }

  .g-b--m--3of7 {
    width: 42.85714%;
  }

  .g-b--m--4of7 {
    width: 57.14286%;
  }

  .g-b--m--5of7 {
    width: 71.42857%;
  }

  .g-b--m--6of7 {
    width: 85.71429%;
  }

  .g-b--m--1of8 {
    width: 12.5%;
  }

  .g-b--m--2of8,
  .g-b--m--1of4 {
    width: 25%;
  }

  .g-b--m--3of8 {
    width: 37.5%;
  }

  .g-b--m--4of8,
  .g-b--m--2of4,
  .g-b--m--1of2 {
    width: 50%;
  }

  .g-b--m--5of8 {
    width: 62.5%;
  }

  .g-b--m--6of8,
  .g-b--m--3of4 {
    width: 75%;
  }

  .g-b--m--7of8 {
    width: 87.5%;
  }

  .g-b--m--1of9 {
    width: 11.11111%;
  }

  .g-b--m--2of9 {
    width: 22.22222%;
  }

  .g-b--m--3of9,
  .g-b--m--1of3 {
    width: 33.33333%;
  }

  .g-b--m--4of9 {
    width: 44.44444%;
  }

  .g-b--m--5of9 {
    width: 55.55556%;
  }

  .g-b--m--6of9,
  .g-b--m--2of3 {
    width: 66.66667%;
  }

  .g-b--m--7of9 {
    width: 77.77778%;
  }

  .g-b--m--8of9 {
    width: 88.88889%;
  }

  .g-b--m--1of10 {
    width: 10%;
  }

  .g-b--m--2of10,
  .g-b--m--1of5 {
    width: 20%;
  }

  .g-b--m--3of10 {
    width: 30%;
  }

  .g-b--m--4of10,
  .g-b--m--2of5 {
    width: 40%;
  }

  .g-b--m--5of10,
  .g-b--m--1of2 {
    width: 50%;
  }

  .g-b--m--6of10,
  .g-b--m--3of5 {
    width: 60%;
  }

  .g-b--m--7of10 {
    width: 70%;
  }

  .g-b--m--8of10,
  .g-b--m--4of5 {
    width: 80%;
  }

  .g-b--m--9of10 {
    width: 90%;
  }

  .g-b--m--1of11 {
    width: 9.09091%;
  }

  .g-b--m--2of11 {
    width: 18.18182%;
  }

  .g-b--m--3of11 {
    width: 27.27273%;
  }

  .g-b--m--4of11 {
    width: 36.36364%;
  }

  .g-b--m--5of11 {
    width: 45.45455%;
  }

  .g-b--m--6of11 {
    width: 54.54545%;
  }

  .g-b--m--7of11 {
    width: 63.63636%;
  }

  .g-b--m--8of11 {
    width: 72.72727%;
  }

  .g-b--m--9of11 {
    width: 81.81818%;
  }

  .g-b--m--10of11 {
    width: 90.90909%;
  }

  .g-b--m--1of12 {
    width: 8.33333%;
  }

  .g-b--m--2of12,
  .g-b--m--1of6 {
    width: 16.66667%;
  }

  .g-b--m--3of12,
  .g-b--m--1of4 {
    width: 25%;
  }

  .g-b--m--4of12,
  .g-b--m--2of6,
  .g-b--m--1of3 {
    width: 33.33333%;
  }

  .g-b--m--5of12 {
    width: 41.66667%;
  }

  .g-b--m--6of12,
  .g-b--m--3of6,
  .g-b--m--1of2,
  .g-b--m--2of4 {
    width: 50%;
  }

  .g-b--m--7of12 {
    width: 58.33333%;
  }

  .g-b--m--8of12,
  .g-b--m--4of6,
  .g-b--m--2of3 {
    width: 66.66667%;
  }

  .g-b--m--9of12,
  .g-b--m--3of4 {
    width: 75%;
  }

  .g-b--m--10of12,
  .g-b--m--5of6 {
    width: 83.33333%;
  }

  .g-b--m--11of12 {
    width: 91.66667%;
  }

  .heading--tiny {
    margin-top: 80px;
  }

  .heading--short {
    margin-top: 160px;
  }

  .heading--medium {
    margin-top: 240px;
  }

  .heading--tall {
    margin-top: 320px;
  }

  .heading--page {
    font-size: 3rem;
    margin-bottom: 40px;
  }

  .heading--page span {
    font-size: 75%;
    margin-left: 20px;
  }

  .input--search {
    font-size: 3.375rem;
  }

  .link--stylized {
    margin-bottom: 0;
  }

  .price {
    margin-bottom: 10px;
  }

  .row {
    padding: 0 40px;
  }

  .table td,
  .table th {
    padding: 10px;
  }

  .video-player.zoomed .player-container {
    width: 50%;
    left: 25%;
  }

  .advertisement {
    margin-bottom: 40px;
  }

  .banner {
    padding: 30px 0;
  }

  .container.is-open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  .deck {
    margin-bottom: 40px;
  }

  .filter {
    bottom: 0.5rem;
    float: none;
    margin-left: 20px;
    top: auto;
  }

  .filter-options {
    left: 0;
    right: auto;
  }

  .filter-toggle {
    padding: 10px 20px;
  }

  .footer-misc a {
    display: inline-block;
    margin-bottom: 0;
  }

  .header {
    -webkit-box-shadow: #a8262c 0 30px 0 inset;
    box-shadow: #a8262c 0 30px 0 inset;
    margin-bottom: 40px;
    padding: 0 40px;
  }

  .logo {
    border-left: none;
    border-right: none;
    -webkit-box-shadow: rgba(38, 38, 38, 0.1) 0 2px 25px;
    box-shadow: rgba(38, 38, 38, 0.1) 0 2px 25px;
    display: block;
    height: 134px;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: background 150ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 150ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: background 150ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 150ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: background 150ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 150ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: background 150ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 150ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 150ms cubic-bezier(0.23, 1, 0.32, 1);
    width: 134px;
    z-index: 50;
  }

  .logo:hover,
  .logo:focus {
    background: #d33d44;
    -webkit-box-shadow: rgba(38, 38, 38, 0.3) 0 5px 30px;
    box-shadow: rgba(38, 38, 38, 0.3) 0 5px 30px;
  }

  .logo img {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  .map {
    padding-bottom: 125%;
  }

  .media--stretched {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
  }

  .media--product {
    height: 100%;
  }

  .navigation {
    background: transparent;
    height: auto;
    left: 0;
    overflow: visible;
    position: relative;
    width: 100%;
  }

  .navigation-primary__item,
  .navigation-secondary__item {
    display: inline-block;
    padding: 10px 0;
  }

  .navigation p {
    margin-bottom: 20px;
  }

  .navigation-panel {
    height: 118px;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 175px;
    position: relative;
  }

  .navigation-panel.is-hidden {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  .navigation-primary__item {
    border: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    height: 88px;
    line-height: 83px;
    margin-right: 40px;
    margin-top: 30px;
    padding: 0;
  }

  .js .navigation-primary__item {
    padding: 0 15px 0 0;
  }

  .navigation-primary .navigation-primary__item::after,
  .navigation-primary .navigation-primary__item::before {
    background: #e38488;
    display: none;
    right: 0;
  }

  .js .navigation-primary .navigation-primary__item::after,
  .js
      .navigation-primary .navigation-primary__item::before {
    display: block;
  }

  .navigation-primary .navigation-primary__item::after {
    -webkit-transform: rotate(45deg) translateX(-3px);
    transform: rotate(45deg) translateX(-3px);
  }

  .navigation-primary .navigation-primary__item::before {
    -webkit-transform: rotate(-45deg) translateX(3px);
    transform: rotate(-45deg) translateX(3px);
  }

  .navigation-search {
    bottom: 0;
    padding-left: 0;
    position: absolute;
    right: 4%;
    top: 30px;
    -webkit-transition: all 750ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 750ms cubic-bezier(0.23, 1, 0.32, 1);
    width: 30px;
    z-index: 40;
  }

  .navigation-search img {
    height: 30px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 750ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 750ms cubic-bezier(0.23, 1, 0.32, 1);
    width: 30px;
  }

  .navigation-search img:first-child {
    display: block;
    height: 20px;
    left: auto;
    opacity: 0;
    right: 5px;
    width: 20px;
  }

  .navigation-search input {
    background: #bc2b31;
    border-bottom: none;
    font-size: 2.25rem;
    height: 100%;
    opacity: 0;
    visibility: hidden;
  }

  .navigation-search.is-active {
    padding-left: 25px;
    width: calc(96% - 134px);
  }

  .navigation-search.is-active img {
    left: 25px;
  }

  .navigation-secondary {
    left: 175px;
    padding: 0;
    position: absolute;
    top: 0;
  }

  .navigation-secondary a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: .05rem;
    margin-right: 20px;
    padding: .4rem 0;
    text-transform: uppercase;
  }

  .navigation-secondary a:focus,
  .navigation-secondary a:hover {
    color: #ffffff;
  }

  .navigation-cart img {
    position: absolute;
    top: 50%;
    right: 0;
    height: 28px;
    display: block;
    width: 28px;
    max-height: 28px;
    max-width: 28px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .next-content {
    padding: 40px;
  }

  .next-content h2 {
    margin: 240px 0 0;
  }

  .next-tag {
    height: 50px;
    right: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
  }

  .next-tag svg {
    height: 18px;
    width: 12px;
  }

  .panel {
    -webkit-box-shadow: rgba(38, 38, 38, 0.5) 0 5px 25px 0;
    box-shadow: rgba(38, 38, 38, 0.5) 0 5px 25px 0;
    height: auto;
    left: -40px;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
    padding: 30px 40px 40px;
    right: -40px;
    top: 118px;
    -webkit-transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1), visibility 1ms 500ms;
    transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1), visibility 1ms 500ms;
    visibility: hidden;
  }

  .panel a {
    border: none;
    display: inline-block;
    padding: 0;
  }

  .panel h2,
  .panel h3 {
    border-bottom: 1px solid #404040;
    border-top: none;
    line-height: 1.25rem;
    margin-bottom: 20px;
    margin-top: 30px;
    padding: 0 0 20px;
  }

  .panel h3 {
    margin-top: 30px;
  }

  .panel li {
    margin-bottom: 10px;
  }

  .panel p {
    padding: 0;
  }

  .panel.is-shown {
    opacity: 1;
    -webkit-transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1), visibility 1ms;
    transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1), visibility 1ms;
    visibility: visible;
  }

  .panel-back {
    display: none !important;
  }

  .popup_top.open {
    display: block;
    z-index: 99999;
    height: auto;
    max-height: 1200px;
    pointer-events: initial;
    opacity: 1;
    -webkit-transition: max-height 0.5s 2s ease;
    transition: max-height 0.5s 2s ease;
  }

  .popup_bottom.open {
    display: block;
    z-index: 99;
    height: auto;
    max-height: 1200px;
    pointer-events: initial;
    opacity: 1;
    -webkit-transition: max-height 0.5s 2s ease;
    transition: max-height 0.5s 2s ease;
  }

  .social a {
    margin-right: 0.25rem;
    opacity: 0.5;
  }

  .social a:hover,
  .social a:focus {
    opacity: 1;
  }

  .social img {
    height: 17px;
    width: 17px;
  }

  .social--header {
    border-top: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 6px;
  }

  .has-toggle {
    display: none;
  }

  .toolbox {
    margin-bottom: 0;
    max-width: 410px;
  }

  .has-week {
    margin-bottom: 40px;
  }

  .related-research {
    border: 0;
  }

  .related-research__title {
    font-size: 20px;
  }

  .related-research svg {
    display: block;
  }

  .product--cart-button-wrap {
    margin-bottom: 48px;
  }

  .bl-featured-hero .container-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bl-featured-hero .u-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .bl-page-nav .seller {
    padding-left: 3rem;
    width: inherit;
  }

  .bl-author .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bl-endorsements .author-image {
    height: 90px;
    width: 90px;
    border: 2px solid #d03138;
    border-radius: 90px;
    background-position: center;
    background-size: cover;
    position: relative;
    margin: auto;
    margin-bottom: 1rem;
  }

  .bl-endorsements .author-box {
    float: right;
  }

  .bl-endorsements .content {
    text-align: left;
    padding-top: 2rem;
  }

  .bl-endorsements h3 {
    text-align: left;
    line-height: 3rem;
  }

  .bl-shareables .box {
    margin-top: 0;
  }

  .product__related-product {
    padding: 40px;
  }

  .sample {
    background-color: #262626;
    color: #ffffff;
    padding: 1rem 2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ctad-panel-home {
    height: calc(100% - 40px);
    margin: 0 0 40px 40px;
  }

  .ctad-panel-home__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 825px) {
  .theme h1 {
    font-size: 50px;
  }

  .theme-link {
    margin-right: 2rem;
    font-size: 20px;
  }

  .livestream_ad {
    margin-top: 0;
  }

  .product--variant-selector--option {
    padding: 7px 30px;
  }
}

@media only screen and (min-width: 1000px) {
  .content-builder__subscription-landing-detailed-features--feature {
    width: 28%;
  }
}

@media only screen and (min-width: 1100px) {
  .text-l-right {
    text-align: right;
  }

  .livestream_chat {
    margin-top: 0;
  }

  .content-builder__blockquote-carousel__quotes__quote {
    padding: 160px 0;
  }

  .content-builder__in-page-nav {
    z-index: 100;
    position: relative;
    margin-top: -66px;
    height: auto;
  }

  .content-builder__in-page-nav__background {
    opacity: 0.9;
  }

  .content-builder__in-page-nav__left-items {
    float: left;
  }

  .content-builder__in-page-nav__left-items li {
    display: inline-block;
    border-bottom: none;
    float: none;
    width: auto;
  }

  .content-builder__in-page-nav__right-items {
    float: right;
  }

  .content-builder__in-page-nav__right-items li {
    display: inline-block;
    border-bottom: none;
  }

  .content-builder__event-column-content__video {
    margin-bottom: 0;
  }

  .content-builder__registration {
    padding: 150px 0;
  }

  .content-builder__sponsors__sponsor-grouping {
    padding: 60px 0;
  }

  .content-builder__sponsors .sponsors-vertical-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .content-builder__sponsors {
    padding: 100px 0;
  }

  .content-builder__schedule {
    padding: 150px 0;
  }

  .content-builder__livestream {
    padding: 150px 0;
  }

  .ppw_right {
    position: absolute;
    right: 0;
  }

  .purchase-product-wrap .btn-select-option {
    width: 120px;
  }

  .purchase-product-wrap .btn-add-to-cart {
    width: 160px;
  }

  .purchase-product-wrap .btn-view-cart {
    width: inherit;
  }

  .product--variant--parent {
    width: 315px;
  }

  .product--variant-selector {
    width: 315px;
  }

  .products--related-desktop {
    display: block;
  }

  .products--related-mobile {
    display: none;
  }
}

@media screen and (min-width: 1100px) {
  .columns {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .columns--many {
    -webkit-column-count: 7;
    column-count: 7;
  }

  .columns--some {
    -webkit-column-count: 4;
    column-count: 4;
  }

  .columns--filter {
    -webkit-column-count: 4;
    column-count: 4;
  }

  .g-b--week {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .g-b--l--1of1 {
    width: 100%;
  }

  .g-b--l--1of2 {
    width: 50%;
  }

  .g-b--l--1of3 {
    width: 33.33333%;
  }

  .g-b--l--2of3 {
    width: 66.66667%;
  }

  .g-b--l--1of4 {
    width: 25%;
  }

  .g-b--l--2of4,
  .g-b--l--1of2 {
    width: 50%;
  }

  .g-b--l--3of4 {
    width: 75%;
  }

  .g-b--l--1of5 {
    width: 20%;
  }

  .g-b--l--2of5 {
    width: 40%;
  }

  .g-b--l--3of5 {
    width: 60%;
  }

  .g-b--l--4of5 {
    width: 80%;
  }

  .g-b--l--1of6 {
    width: 16.66667%;
  }

  .g-b--l--2of6,
  .g-b--l--1of3 {
    width: 33.33333%;
  }

  .g-b--l--3of6,
  .g-b--l--1of2 {
    width: 50%;
  }

  .g-b--l--4of6,
  .g-b--l--2of3 {
    width: 66.66667%;
  }

  .g-b--l--5of6 {
    width: 83.33333%;
  }

  .g-b--l--1of7 {
    width: 14.28571%;
  }

  .g-b--l--2of7 {
    width: 28.57143%;
  }

  .g-b--l--3of7 {
    width: 42.85714%;
  }

  .g-b--l--4of7 {
    width: 57.14286%;
  }

  .g-b--l--5of7 {
    width: 71.42857%;
  }

  .g-b--l--6of7 {
    width: 85.71429%;
  }

  .g-b--l--1of8 {
    width: 12.5%;
  }

  .g-b--l--2of8,
  .g-b--l--1of4 {
    width: 25%;
  }

  .g-b--l--3of8 {
    width: 37.5%;
  }

  .g-b--l--4of8,
  .g-b--l--2of4,
  .g-b--l--1of2 {
    width: 50%;
  }

  .g-b--l--5of8 {
    width: 62.5%;
  }

  .g-b--l--6of8,
  .g-b--l--3of4 {
    width: 75%;
  }

  .g-b--l--7of8 {
    width: 87.5%;
  }

  .g-b--l--1of9 {
    width: 11.11111%;
  }

  .g-b--l--2of9 {
    width: 22.22222%;
  }

  .g-b--l--3of9,
  .g-b--l--1of3 {
    width: 33.33333%;
  }

  .g-b--l--4of9 {
    width: 44.44444%;
  }

  .g-b--l--5of9 {
    width: 55.55556%;
  }

  .g-b--l--6of9,
  .g-b--l--2of3 {
    width: 66.66667%;
  }

  .g-b--l--7of9 {
    width: 77.77778%;
  }

  .g-b--l--8of9 {
    width: 88.88889%;
  }

  .g-b--l--1of10 {
    width: 10%;
  }

  .g-b--l--2of10,
  .g-b--l--1of5 {
    width: 20%;
  }

  .g-b--l--3of10 {
    width: 30%;
  }

  .g-b--l--4of10,
  .g-b--l--2of5 {
    width: 40%;
  }

  .g-b--l--5of10,
  .g-b--l--1of2 {
    width: 50%;
  }

  .g-b--l--6of10,
  .g-b--l--3of5 {
    width: 60%;
  }

  .g-b--l--7of10 {
    width: 70%;
  }

  .g-b--l--8of10,
  .g-b--l--4of5 {
    width: 80%;
  }

  .g-b--l--9of10 {
    width: 90%;
  }

  .g-b--l--1of11 {
    width: 9.09091%;
  }

  .g-b--l--2of11 {
    width: 18.18182%;
  }

  .g-b--l--3of11 {
    width: 27.27273%;
  }

  .g-b--l--4of11 {
    width: 36.36364%;
  }

  .g-b--l--5of11 {
    width: 45.45455%;
  }

  .g-b--l--6of11 {
    width: 54.54545%;
  }

  .g-b--l--7of11 {
    width: 63.63636%;
  }

  .g-b--l--8of11 {
    width: 72.72727%;
  }

  .g-b--l--9of11 {
    width: 81.81818%;
  }

  .g-b--l--10of11 {
    width: 90.90909%;
  }

  .g-b--l--1of12 {
    width: 8.33333%;
  }

  .g-b--l--2of12,
  .g-b--l--1of6 {
    width: 16.66667%;
  }

  .g-b--l--3of12,
  .g-b--l--1of4 {
    width: 25%;
  }

  .g-b--l--4of12,
  .g-b--l--2of6,
  .g-b--l--1of3 {
    width: 33.33333%;
  }

  .g-b--l--5of12 {
    width: 41.66667%;
  }

  .g-b--l--6of12,
  .g-b--l--3of6,
  .g-b--l--1of2,
  .g-b--l--2of4 {
    width: 50%;
  }

  .g-b--l--7of12 {
    width: 58.33333%;
  }

  .g-b--l--8of12,
  .g-b--l--4of6,
  .g-b--l--2of3 {
    width: 66.66667%;
  }

  .g-b--l--9of12,
  .g-b--l--3of4 {
    width: 75%;
  }

  .g-b--l--10of12,
  .g-b--l--5of6 {
    width: 83.33333%;
  }

  .g-b--l--11of12 {
    width: 91.66667%;
  }

  .price {
    margin-bottom: 0;
  }

  .banner h2 {
    display: inline;
    vertical-align: -10%;
  }

  .banner p {
    display: inline;
  }

  .banner-action {
    float: right;
    margin-top: 0;
    width: 30%;
  }

  .banner-content {
    float: left;
    padding-top: 2.5px;
    width: 70%;
  }

  .map {
    padding-bottom: 95%;
  }

  .week.week--graphic {
    display: block;
  }

  .has-week {
    height: 100vh;
    overflow: auto;
  }

  .has-week.has-week--stretched {
    bottom: 0;
    height: auto;
    left: 40px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
  }

  .bl-page-nav .hide {
    display: block;
  }

  .bl-media .hide {
    display: block;
  }

  .bl-shareables-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: transparent;
  }

  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }

  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
  }

  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    min-width: 30%;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
  }

  .featherlight .featherlight-inner {
    display: block;
  }

  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }

  .featherlight .featherlight-image {
    width: 100%;
  }

  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
  }

  .featherlight iframe {
    border: 0;
  }
}