@charset "UTF-8";
/*!*
*
* D&AD Website 2014
* Version 2.0
* Designed and Developed by JP74 and D&AD
*
**/
/*
 * Vertically align anything
 *
 */
@import url(jquery.fancybox.min.css);
nav[role="sub"] li .header-avatar, nav[role="sub"] li a:before {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*! normalize.css v3.0.0 | 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 in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: 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, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, 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.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-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 5, 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.
 */
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+, 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"] {
  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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -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.
 * 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.
 */
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;
}

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

img, embed, video {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

html {
  overflow-y: scroll;
}

figure {
  margin: 0;
}

/**
*
* Typography
*
* Setting the base styles for all typographical elements.
* Styles may be overriden, but not in this section.
* Please place all overriding Typographical styles much further down the Stylesheet.
*
**/
@font-face {
  font-family: 'ITCFranklinGothicStd-Hvy';
  src: url("../eot/272ee5_0_0.eot");
  src: url("../eot/272ee5_0_0d41d.eot#iefix") format("embedded-opentype"), url("../woff/272ee5_0_0.woff") format("woff"), url("../ttf/272ee5_0_0.ttf") format("truetype");
}
@font-face {
  font-family: 'ITCFranklinGothicStd-Book';
  src: url("../eot/272ee5_1_0.eot");
  src: url("../eot/272ee5_1_0d41d.eot#iefix") format("embedded-opentype"), url("../woff/272ee5_1_0.woff") format("woff"), url("../ttf/272ee5_1_0.ttf") format("truetype");
}
@font-face {
  font-family: 'ITCFranklinGothicStd-Demi';
  src: url("../eot/272ee5_2_0.eot");
  src: url("../eot/272ee5_2_0d41d.eot#iefix") format("embedded-opentype"), url("../woff/272ee5_2_0.woff") format("woff"), url("../ttf/272ee5_2_0.ttf") format("truetype");
}
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  font-weight: normal;
}

b, strong {
  font-family: "ITCFranklinGothicStd-Demi", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

address {
  font-style: normal;
}

blockquote {
  margin: 0;
}

h1, .a-head {
  font-size: 1.42857em;
  line-height: 1.25em;
  margin-bottom: 35px;
  font-family: "ITCFranklinGothicStd-Demi", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h2, .b-head {
  font-size: 1.42857em;
  line-height: 1.1em;
  margin-bottom: 35px;
  font-family: "ITCFranklinGothicStd-Demi", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h3, .c-head {
  font-size: 1.78571em;
  line-height: 1.2em;
}

h4, .d-head {
  font-size: 1.42857em;
  line-height: 1.25em;
}

h5, .e-head {
  font-size: 1.28571em;
  line-height: 1.22222em;
}

h6, .f-head {
  font-size: 1.14286em;
  line-height: 1.25em;
}

p {
  margin-bottom: 36px;
}

blockquote {
  margin: 20px 0 40px 0;
  font-family: "ITCFranklinGothicStd-Demi", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  border-left: 2px solid #ffd200;
}
blockquote p {
  font-family: 'ITCFranklinGothicStd-book';
  padding-left: 50px;
  padding-right: 60px;
  margin-bottom: 16px;
}
blockquote cite {
  padding-left: 50px;
}

cite {
  font-size: 0.85714em;
  line-height: 1.16667em;
  font-style: normal;
  display: inline-block;
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

article ul, article ol {
  margin: 0 0 36px 0;
  padding: 0;
  list-style-type: none;
}
article ul li, article ol li {
  position: relative;
}
article ul li {
  padding-left: 12px;
  margin-bottom: 20px;
}
article ul li:before {
  content: '';
  background: #333333;
  position: absolute;
  top: 8px;
  left: 0;
  width: 2px;
  height: 2px;
  display: block;
}
article ol {
  counter-reset: line;
}
article ol li {
  padding-left: 35px;
  margin-bottom: 20px;
}
article ol li:before {
  content: counter(line) " — ";
  counter-increment: line;
  position: absolute;
  left: 0;
}
article ol li ul li:before {
  content: '';
}
article ol li ol {
  counter-reset: line;
}

small {
  font-size: 1em;
}

body.product .product-panel-title, #shop-products-section .product-panel-title {
  font-size: 1.42857em;
  line-height: 1.25em;
  text-align: center;
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  width: 100%;
}

#shop-products-section .product-panel-title {
  margin-bottom: 36px;
}

@media screen and (min-width: 660px) {
  blockquote p {
    margin-bottom: 36px;
  }

  article ul, article ol {
    margin: 0 0 76px 0;
  }
  article ul li:before {
    top: 10px;
  }
}
@media screen and (min-width: 800px) {
  article ul li:before {
    top: 13px;
  }
}
/**
*
* Base CSS
*
*
*
**/
body {
  background: #fff;
  font-weight: 400;
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvitca, Arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.57143em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  color: #999999;
}
a:hover {
  color: #000;
}

.product-button {
  width: 120px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.product-button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.text-black .product-button {
  color: #000;
  border-color: #000;
}
.text-black .product-button:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.product-button-black {
  width: auto;
  color: #000;
  border-color: #000;
  padding: 0 20px;
  width: auto;
  cursor: pointer;
}
.product-button-black:hover {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

.product-button-black-inverse {
  background-color: #000;
  border-color: #000;
  padding: 0 20px;
  width: auto;
  cursor: pointer;
}
.product-button-black-inverse:hover {
  color: #000;
  background-color: #ffd200;
  border-color: #ffd200;
}

.slick-loading .slick-list {
  background: #fff url("../gif/ajax-loaderd59c.gif") center center no-repeat !important;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-grey {
  color: #e5e5e5;
}

.text-archive {
  color: #ffd200;
}

.text-events {
  color: #2f63cf;
}

.text-stories {
  color: #f65b49;
}

.text-social {
  color: #f65b49;
}

.text-content {
  color: #3fdb70;
}

.text-members {
  color: #3fdb70;
}

.text-grey {
  color: #999999;
}

.hide {
  display: none;
}

.errorlist, .menu-container ul,
.profile-container ul, .search-container ul, .cart-contents .mini-cart-contents ul, main[role="main"] ul#journey-nav, nav.pagination ul, .home .feed-tabs .home-tabs, .homepage-carousel ul.slides, .homepage-carousel .flex-direction-nav, .content-blocks,
.feed-blocks,
.profile-blocks, .image-copy-with-link ul, .tabs ul, article div.download ul, .table-listing > ul, .table-listing > ul ul, .product-call-to-action ul, .credit-block ul.credit-list, .links-box ul, .sidebar ul, article.entry .assets ul, article.entry ul.credit-list, .node .node-detail ul, .node .social-links, .node ul.i-wish, .profile-detail.edit > ul, footer[role="contentinfo"] nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

::-webkit-input-placeholder {
  color: #fff;
}

:-moz-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

fieldset {
  margin: 0;
  border: 0;
}

label {
  display: block;
  margin-bottom: 10px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"] {
  background: transparent;
  color: #000;
  display: block;
  width: 100%;
  padding: 0 0.5em;
  height: 40px;
  border: 1px solid #333333;
  margin-bottom: 17px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus {
  border: 1px solid #000;
  outline: 0;
}

input:not([type="checkbox"]),
input:not([type="radio"]) {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="submit"],
button,
.btn,
body.search-results .search-container input[type="submit"],
.cart-contents .mini-cart-contents > a,
.cart-contents .mini-cart-contents .proceed-to-checkout {
  background: transparent;
  display: block;
  width: 200px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  padding: 0;
  line-height: 40px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: color 0.15s ease, background 0.15s ease;
  -o-transition: color 0.15s ease, background 0.15s ease;
  -webkit-transition: color 0.15s ease, background 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease;
  text-decoration: none;
}
input[type="submit"]:hover,
button:hover,
.btn:hover,
body.search-results .search-container input[type="submit"]:hover,
.cart-contents .mini-cart-contents > a:hover,
.cart-contents .mini-cart-contents .proceed-to-checkout:hover {
  background: #fff;
  color: #000;
}
input[type="submit"].btn-inverted,
button.btn-inverted,
.btn.btn-inverted,
body.search-results .search-container input.btn-inverted[type="submit"],
.cart-contents .mini-cart-contents > a.btn-inverted,
.cart-contents .mini-cart-contents .btn-inverted.proceed-to-checkout {
  color: #000;
  border-color: #000;
}
input[type="submit"].btn-inverted:hover,
button.btn-inverted:hover,
.btn.btn-inverted:hover,
body.search-results .search-container input.btn-inverted[type="submit"]:hover,
.cart-contents .mini-cart-contents > a.btn-inverted:hover,
.cart-contents .mini-cart-contents .btn-inverted.proceed-to-checkout:hover {
  background: #000;
  color: #fff;
}

a.forgot-password {
  margin-bottom: 40px;
  display: inline-block;
}

.errorlist {
  color: #f65b49;
}
.errorlist + input {
  border: 1px solid #f65b49;
}

/* Select */
div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
  border: 1px solid #CCC;
  background-color: #fff;
  line-height: 2em;
  font-size: .8em;
}
@media screen and (min-width: 63.75em) {
  div.selector {
    font-size: 1rem;
  }
}

div.selector span {
  position: relative;
}

div.selector span::after {
  font-family: 'dandad-icons';
  position: absolute;
  width: auto;
  left: auto;
  right: 2px;
  top: 4px;
  font-size: 30px;
  color: #999999;
  content: '\E05F';
}

div.selector:hover span::after {
  color: #ffd200;
  border-color: #ffd200;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
  position: absolute;
  opacity: 0;
  height: 2em;
  border: none;
  background: none;
  width: 100% !important;
  top: 0;
  z-index: 10;
}

.toggle-row {
  line-height: 20px;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
  margin-bottom: 0;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 15px;
  border: 1px solid #999999;
}
.toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 1px;
  bottom: 1px;
  background-color: #999999;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 50%;
}
.toggle-switch input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

.hs-form label {
  text-align: left;
  margin-bottom: 0;
}
.hs-form label span {
  display: inline;
  padding: 0;
}
.hs-form ul {
  display: block;
}
.hs-form ul.no-list {
  display: block;
  text-align: left;
  margin: 0;
  list-style: none;
  padding: 0;
}
.hs-form .inputs-list {
  margin: 0;
  width: 100%;
  padding-left: 5px;
  display: block;
}
.hs-form .inputs-list li {
  margin: 0;
}
.hs-form .inputs-list:first-child {
  padding-top: 6px;
}
.hs-form .field {
  margin-bottom: 18px;
}
.hs-form .hs-error-msgs label {
  color: #ff0000;
}
.hs-form input.hs-input.error, .hs-form div.field.error input, .hs-form div.field.error textarea, .hs-form div.field.error .chzn-choices, .hs-form textarea.hs-input.error, .hs-form select.hs-input.error {
  border-color: #ff0000;
}
.hs-form .inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 1.3;
  white-space: normal;
  font-weight: normal;
}
.hs-form input:not([type="checkbox"]), .hs-form input:not([type="radio"]) {
  -webkit-appearance: auto;
  margin-right: 10px;
}
.hs-form input[type="text"] {
  margin-bottom: 5px;
}
.hs-form input[type="submit"] {
  border: 1px solid black;
  color: #000;
  margin: 16px 0;
  font-size: 16px;
}
.hs-form input[type="submit"]:hover {
  background: #000;
  color: #fff;
}
.hs-form textarea {
  width: 100%;
  background: none;
  padding: 9px;
}
.hs-form .input, .hs-form .hs-richtext {
  text-align: left;
  margin-top: 5px;
}
.hs-form .hs-richtext p {
  text-align: left;
  margin-bottom: 0;
}
.hs-form .hs-form-booleancheckbox-display {
  display: flex;
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0;
}

/**
*
* Branding
*
* Include the Dandad logo in the header and anywhere else it is referenced.
* All logo and branding styles must go here; no specifities apart from the logo getting its own ID.
*
**/
#logo, #logo-fixed {
  background: url("../svg/dandad.svg") no-repeat center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
#logo::before, #logo-fixed::before {
  content: '';
  opacity: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 100%;
  width: 100%;
  background: url("../svg/dandad-black.svg") no-repeat center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
}
#logo:hover::before, #logo-fixed:hover::before {
  opacity: 1;
}

#logo-fixed {
  width: 55px;
  height: 55px;
  position: fixed;
  left: 5px;
  top: 5px;
}

/**
*
* Icon Set
*
* Part of the site's branding, site-wide.
*
**/
@font-face {
  font-family: 'dandad-icons';
  src: url("../eot/dandad-iconsf9e3.eot");
  src: url("../eot/dandad-iconsd41d.eot#iefix&v=1.1") format("eot"), url("../woff/dandad-iconsf9e3.woff") format("woff"), url("../ttf/dandad-iconsf9e3.ttf") format("truetype"), url("../svg/dandad-iconsf9e3.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
nav[role="sub"] li a:before, .about-dandad:before, .header-subscribe-button::before, .search-container .search-form .selector:before, .search-container .checkbox.selected label:before, .search-filter-container .handle:before, .errorlist li:before, main[role="main"] a.journey-nav.journey-previous div:before, main[role="main"] a.journey-nav.journey-next div:before, .share a:before, nav.pagination ul li.prev a:before,
nav.pagination ul li.prev span:before, nav.pagination ul li.next a:before,
nav.pagination ul li.next span:before, .home .feed-tabs a.tab-toggle:before, body.search-results .more-filters:before, .content-blocks > li article span.custom-icon:before,
.feed-blocks > li article span.custom-icon:before,
.profile-blocks > li article span.custom-icon:before, .flowplayer .fp-fullscreen:before,
.flowplayer .fp-unload:before,
.flowplayer .fp-close:before,
.flowplayer .fp-play:before,
.flowplayer .fp-mute:before, .flowplayer.is-splash .fp-ui:before, .flowplayer.is-paused .fp-ui:before, .image-and-text-carousel .flex-direction-nav a:before, .image-and-text-carousel .owl-buttons span:before, article div.download ul li:before, .table-listing a:before, .call-to-action .custom-icon:before, .credit-block ul.credit-list .custom-icon:before, .links-box a:before, .ranking-panel th.header:after, .ranking-panel .ranking-panel-row:not(.no-link) td:last-of-type:before, .tabbed-ranking-panel .tabbed-ranking-select:before, .sidebar a:not(.product-button) .custom-icon:before, .multilingual-switcher .toggler:before, .multilingual-switcher .toggler:after, .dual-call-to-action .item-1 span:before,
.dual-call-to-action .item-2 span:before, .items-feed-item-icon:before, article.entry ul.credit-list .custom-icon:before, .vote-panel button[type="submit"]:before, .node .node-detail ul li.board-trustees:before, .node .node-detail ul li.course-link:before, .node .social-links a:before, .node .university-link:before, .node .company-link:before, .profile-detail.edit .selector:before, .jury-listing li > a:before,
.judge-listing li > a:before, .privacy-note:after, .invoice-row .invoice-link:after, .back-to-the-top:before {
  font-family: 'dandad-icons';
}

.search-filter-container .handle.close:before {
  content: '\E000';
}

.search-filter-container .handle:hover:before {
  content: '\E001';
}

nav[role="sub"] li a.search:before, .links-box a:before {
  content: '\E031';
}

nav[role="sub"] li a.shop:before {
  content: '\E10B';
}

nav[role="sub"] li a.login:before {
  content: '\E079';
}

.flowplayer.is-splash .fp-ui:before, .flowplayer.is-paused .fp-ui:before {
  content: '\E104';
}

.flowplayer .fp-play:before {
  content: '\E003';
}

.flowplayer.is-playing .fp-play:before {
  content: '\E005';
}

.flowplayer .fp-volume .fp-mute:before {
  content: '\E096';
}

.flowplayer.is-muted.no-volume .fp-volume .fp-mute:before {
  content: '\E09D';
}

.flowplayer .fp-fullscreen:before {
  content: '\E101';
}

.flowplayer.is-fullscreen .fp-fullscreen:before {
  content: '\E102';
}

article div.download ul li:before, .invoice-row .invoice-link:after {
  content: '\E083';
}

nav.pagination ul li.next a:before,
nav.pagination ul li.next span:before, .image-and-text-carousel .flex-direction-nav a.flex-next:before, .image-and-text-carousel .owl-buttons span.carousel-right:before {
  content: '\E05D';
}

nav.pagination ul li.prev a:before,
nav.pagination ul li.prev span:before, .image-and-text-carousel .flex-direction-nav a:before, .image-and-text-carousel .owl-buttons span:before {
  content: '\E05C';
}

.share ul li.share-more a:before {
  content: '\E21B';
}

.share ul li.facebook a:before, .node .social-links li.social_facebook a:before {
  content: '\E21C';
}

.share ul li.twitter a:before, .node .social-links li.social_twitter a:before {
  content: '\E21D';
}

.share ul li.pinterest a:before {
  content: '\E21E';
}

.share ul li.googleplus a:before {
  content: '\E21F';
}

.node .social-links li.social_website a:before {
  content: '\E223';
}

.share ul li.linkedin a:before, .node .social-links li.social_linked_in a:before {
  content: '\E224';
}

.node .social-links li.social_the_dots a:before {
  content: '\E079';
}

.share ul li.youtube a:before, .node .social-links li.social_youtube a:before {
  content: '\E225';
}

.node .social-links li.social_flickr a:before {
  content: '\E226';
}

.share ul li.email a:before {
  content: '\E220';
}

.header-subscribe-button::before {
  content: '\E036';
}

.back-to-the-top:before {
  content: '\E081';
}

.about-dandad:hover :before, .about-dandad.active :before, .search-container .checkbox.selected label:before, .share a.share-dropdown-close:before {
  content: '\E03F';
}

.ranking-panel th.header.active.ascending:after, .multilingual-switcher .toggler.on:after {
  content: '\E05E';
}

.search-container .search-form .selector:before, .home .feed-tabs a.tab-toggle:before, .ranking-panel th.header:after, .tabbed-ranking-panel .tabbed-ranking-select:before, .multilingual-switcher .toggler:after, .profile-detail.edit .selector:before {
  content: '\E05F';
}

.back-to-the-top:before {
  content: '\E081';
}

main[role="main"] a.journey-nav.journey-previous div:before {
  content: '\E05C';
}

main[role="main"] a.journey-nav.journey-next div:before, .ranking-panel .ranking-panel-row:not(.no-link) td:last-of-type:before, .jury-listing li > a:before,
.judge-listing li > a:before {
  content: '\E05D';
}

.table-listing a:before {
  content: '\E080';
}

.node .node-detail ul li.board-trustees:before {
  content: '\E222';
}

.errorlist li:before {
  content: '\E055';
}

.node .university-link:before {
  content: '\E190';
}

.node .node-detail ul li.course-link:before {
  content: '\E01C';
}

.vote-panel button[type="submit"]:before {
  content: '\E040';
}

.search-filter-container .handle:before {
  content: '\E229';
}

.search-filter-container .handle.close:hover:before {
  content: '\E22A';
}

body.search-results .more-filters:before {
  content: '\E011';
}

.multilingual-switcher .toggler:before {
  content: '\E22C';
}

.node .company-link:before {
  content: '\E158';
}

.about-dandad:before {
  content: '\E03D';
}

.privacy-note:after {
  content: "";
}

/**
*
* Header Elements
*
* Include the header and navigation fragments.
*
**/
.header-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: white;
  border-bottom: 1px solid #eee;
}
.header-wrapper button,
.header-wrapper input[value="login"],
.header-wrapper input[type="submit"],
.header-wrapper a.product-button,
.header-wrapper .mini-cart-contents .proceed-to-checkout,
.header-wrapper .mini-cart-contents > a,
.header-wrapper .profile-container .btn,
.header-wrapper .profile-container body.search-results .search-container input[type="submit"],
body.search-results .search-container .header-wrapper .profile-container input[type="submit"],
.header-wrapper .profile-container .cart-contents .mini-cart-contents > a,
.cart-contents .header-wrapper .profile-container .mini-cart-contents > a,
.header-wrapper .profile-container .cart-contents .mini-cart-contents .proceed-to-checkout,
.cart-contents .mini-cart-contents .header-wrapper .profile-container .proceed-to-checkout {
  border-color: #333333;
  color: #333333;
  background-color: #dddddd;
  text-decoration: none;
}
.header-wrapper button:hover, .header-wrapper button:focus,
.header-wrapper input[value="login"]:hover,
.header-wrapper input[value="login"]:focus,
.header-wrapper input[type="submit"]:hover,
.header-wrapper input[type="submit"]:focus,
.header-wrapper a.product-button:hover,
.header-wrapper a.product-button:focus,
.header-wrapper .mini-cart-contents .proceed-to-checkout:hover,
.header-wrapper .mini-cart-contents .proceed-to-checkout:focus,
.header-wrapper .mini-cart-contents > a:hover,
.header-wrapper .mini-cart-contents > a:focus,
.header-wrapper .profile-container .btn:hover,
.header-wrapper .profile-container body.search-results .search-container input[type="submit"]:hover,
body.search-results .search-container .header-wrapper .profile-container input[type="submit"]:hover,
.header-wrapper .profile-container .cart-contents .mini-cart-contents > a:hover,
.cart-contents .header-wrapper .profile-container .mini-cart-contents > a:hover,
.header-wrapper .profile-container .cart-contents .mini-cart-contents .proceed-to-checkout:hover,
.cart-contents .mini-cart-contents .header-wrapper .profile-container .proceed-to-checkout:hover,
.header-wrapper .profile-container .btn:focus,
.header-wrapper .profile-container body.search-results .search-container input[type="submit"]:focus,
body.search-results .search-container .header-wrapper .profile-container input[type="submit"]:focus,
.header-wrapper .profile-container .cart-contents .mini-cart-contents > a:focus,
.cart-contents .header-wrapper .profile-container .mini-cart-contents > a:focus,
.header-wrapper .profile-container .cart-contents .mini-cart-contents .proceed-to-checkout:focus,
.cart-contents .mini-cart-contents .header-wrapper .profile-container .proceed-to-checkout:focus {
  background-color: #333333;
  color: #dddddd;
}

header[role="banner"] {
  position: relative;
  width: 100%;
  height: 60px;
}
body.node header[role="banner"] {
  margin-bottom: 0;
}
header[role="banner"] .member-button {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 12px;
  width: 170px;
  margin-right: 45px;
  background: transparent;
  color: #999;
  border-color: #999;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
header[role="banner"] .member-button:hover {
  background-color: #FFD200;
  color: #000;
  border-color: #FFD200;
}
@media screen and (min-width: 768px) {
  header[role="banner"] .member-button {
    display: block;
  }
}
header[role="banner"] .member-button.awards-button {
  margin-right: 230px;
}
header[role="banner"] .member-button.entry-button:hover {
  background-color: #ff5400;
  color: #000;
  border-color: #ff5400;
}
header[role="banner"] .winners-button:hover {
  background-color: #FFD200;
  color: #000;
  border-color: #FFD200;
}

.no-scroll body:not(.microsite-imagine) .header-wrapper.scroll {
  height: 100%;
  overflow-y: auto;
}

.dandad-and-you {
  position: relative;
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 30px;
  background-color: #eeeeee;
  overflow: hidden;
}
.dandad-and-you .header-toggle {
  margin-left: -30px;
  margin-right: -30px;
  padding: 0 30px;
}

nav[role="top"] ul,
nav[role="sub"] ul {
  margin: 0;
  padding: 0;
}
nav[role="top"] li,
nav[role="sub"] li {
  list-style: none;
  display: inline-block;
}
nav[role="top"] a,
nav[role="sub"] a {
  text-decoration: none;
}

nav[role="top"] ul {
  padding: 18px 0;
  overflow: hidden;
}
nav[role="top"] li {
  display: block;
}
nav[role="top"] a {
  display: block;
  padding: 6px 0;
}

.icon-wrapper {
  float: left;
}

.icon-wrapper, .more-container {
  height: 100%;
}

.icon-wrapper {
  padding: 5px;
  width: 55px;
  margin-left: 45px;
  -moz-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  -o-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  -webkit-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
}
.icon-wrapper a {
  display: block;
  height: 100%;
  width: 100%;
}

body.mini-menu nav[role="sub"] a {
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  padding: 0 16px 0 40px;
}
body.mini-menu .icon-wrapper {
  padding: 5px;
}
body.mini-menu .more-menu-button {
  padding: 16px 10px;
  font-size: 10px;
  -moz-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  -o-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  -webkit-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
}
body.mini-menu .more-menu-button:before, body.mini-menu .more-menu-button:after {
  -moz-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  -o-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  -webkit-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  content: "";
  top: 35px;
}
body.mini-menu .member-button {
  margin-top: 11px;
}

nav[role="sub"] {
  margin: 0 -30px;
  overflow: hidden;
}
nav[role="sub"] ul {
  float: right;
  margin-right: 30px;
  line-height: 40px;
  overflow: hidden;
}
@media (max-width: 500px) {
  nav[role="sub"] ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-right: 0;
  }
}
nav[role="sub"] li {
  float: left;
  overflow: hidden;
}
nav[role="sub"] li .header-avatar {
  width: 30px;
  height: 30px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 8px;
  border-radius: 50%;
  -moz-transition: background 0.3s ease, background-color 0.3s ease, height 0.3s ease, max-height 0.3s ease, min-height 0.3s ease, color 0.3s ease, padding 0.3s ease, font-size 0.3s ease, , width 0.3s ease;
  -o-transition: background 0.3s ease, background-color 0.3s ease, height 0.3s ease, max-height 0.3s ease, min-height 0.3s ease, color 0.3s ease, padding 0.3s ease, font-size 0.3s ease, , width 0.3s ease;
  -webkit-transition: background 0.3s ease, background-color 0.3s ease, height 0.3s ease, max-height 0.3s ease, min-height 0.3s ease, color 0.3s ease, padding 0.3s ease, font-size 0.3s ease, , width 0.3s ease;
  transition: background 0.3s ease, background-color 0.3s ease, height 0.3s ease, max-height 0.3s ease, min-height 0.3s ease, color 0.3s ease, padding 0.3s ease, font-size 0.3s ease, , width 0.3s ease;
}
nav[role="sub"] li a {
  display: block;
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 16px 0 48px;
  overflow: hidden;
  color: #333333;
}
nav[role="sub"] li a:hover, nav[role="sub"] li a.active {
  background-color: #dddddd;
  color: #333333;
}
nav[role="sub"] li a:before {
  position: absolute;
  left: 16px;
  font-size: 22px;
  margin-top: 1px;
  color: #999999;
}
nav[role="sub"] li a.contact-item {
  padding: 0 16px;
}
nav[role="sub"] li:first-of-type {
  position: absolute;
  left: 30px;
}
nav[role="sub"] li:first-of-type a {
  padding: 0 16px 0 48px;
  height: auto;
  width: auto;
}

.about-dandad {
  padding: 0 16px 0 48px;
}
.about-dandad span {
  display: none;
}
.about-dandad:before {
  position: absolute;
  width: 100%;
  left: 16px;
  top: 1px;
  font-size: 20px;
}
.about-dandad:hover, .about-dandad.active {
  background-color: #dddddd;
  color: #333333;
}

.header-toggle {
  background-color: #dddddd;
  overflow: hidden;
  line-height: auto;
  display: none;
}

.more-container {
  display: none;
  background: white;
  position: relative;
  -moz-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  -o-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  -webkit-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
}
@media (max-width: 1021px) {
  [data-main-menu-has-overflow] .more-container {
    display: block;
  }
}
.more-container .more-menu-button {
  color: #999999;
  height: 100%;
}
.more-container:hover, .more-container.active {
  background: #eeeeee;
}
.more-container:hover .more-menu-button, .more-container.active .more-menu-button {
  color: #333333;
}
.more-container:hover .more-menu-button:before, .more-container:hover .more-menu-button:after, .more-container.active .more-menu-button:before, .more-container.active .more-menu-button:after {
  border-color: #333333;
}
.more-container:hover .more-menu-container, .more-container.active .more-menu-container {
  -moz-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  -o-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  -webkit-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  display: block;
  background: #eeeeee;
}
.more-container .more-menu-button {
  display: block;
  text-align: center;
  padding: 24px 10px;
  line-height: 20px;
  font-size: 20px;
  position: relative;
  -moz-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  -o-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  -webkit-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
}
.more-container .more-menu-button:before, .more-container .more-menu-button:after {
  -moz-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  -o-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  -webkit-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  content: "";
  position: absolute;
  z-index: 1;
  top: 47px;
  left: 50%;
  width: 40px;
  margin-left: -20px;
}
.more-container .more-menu-button:before {
  -moz-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  -o-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  -webkit-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  height: 9px;
}
.more-container .more-menu-button:after {
  border-bottom: 1px solid #999999;
  height: 5px;
}

nav[role="main"] .more-menu-container, body.mini-menu .more-menu-container {
  -moz-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  -o-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  -webkit-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  color: #999999;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 0;
  max-height: 0;
  /* adding transformation allows us to fix positions of grandchildren */
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (min-width: 599px) {
  nav[role="main"] .more-menu-container .inner, body.mini-menu .more-menu-container .inner {
    font-size: 1.2rem;
    cursor: auto;
  }
}
nav[role="main"] .more-menu-container > ul, body.mini-menu .more-menu-container > ul {
  padding: 16px 16px 6px 16px;
  position: relative;
  width: 100vw;
}
@media (min-width: 599px) {
  nav[role="main"] .more-menu-container > ul, body.mini-menu .more-menu-container > ul {
    width: 300px;
    padding-bottom: 16px;
  }
}
nav[role="main"] .more-menu-container > ul > li, body.mini-menu .more-menu-container > ul > li {
  -moz-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  -o-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  -webkit-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  display: block;
  min-height: 30px;
  font-size: 18px;
  position: relative;
}
nav[role="main"] .more-menu-container > ul > li:hover, nav[role="main"] .more-menu-container > ul > li.active, body.mini-menu .more-menu-container > ul > li:hover, body.mini-menu .more-menu-container > ul > li.active {
  color: #333333;
}
nav[role="main"] .more-menu-container > ul > li .children, body.mini-menu .more-menu-container > ul > li .children {
  -moz-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  -o-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  -webkit-transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  transition: background 0.5s ease, background-color 0.5s ease, height 0.5s ease, max-height 0.5s ease, min-height 0.5s ease, color 0.5s ease, padding 0.5s ease, font-size 0.5s ease;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  line-height: 16px;
  display: none;
}
@media (min-width: 599px) {
  nav[role="main"] .more-menu-container > ul > li .children, body.mini-menu .more-menu-container > ul > li .children {
    margin-bottom: .75rem;
    padding-left: 1rem;
  }
}
nav[role="main"] .more-menu-container > ul > li .children li, body.mini-menu .more-menu-container > ul > li .children li {
  padding: 5px 0;
  display: block;
}
nav[role="main"] .more-menu-container > ul > li.active .children, body.mini-menu .more-menu-container > ul > li.active .children {
  display: block;
}

@media screen and (min-width: 1700px) {
  .more-container {
    display: none;
  }
}
#nav-icon2 {
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition-property: transform;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  position: absolute;
  top: 17px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  #nav-icon2 {
    position: relative;
    top: 17px;
    left: 110px;
  }
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #999999;
  opacity: 1;
  transition-property: transform;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 12px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 24px;
}

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 17px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 17px;
}

nav[role="main"] {
  top: 60px;
  background-color: #FFF;
  height: 0;
  width: 100%;
  overflow-y: hidden;
  position: absolute;
  color: #1a1a1a;
  /*
      @include transition(height 0.5s ease);
  */
}
nav[role="main"] ul {
  padding: 0;
  list-style: none;
}
nav[role="main"] ul li a {
  text-decoration: none;
  color: #1a1a1a;
}
nav[role="main"] ul li a:hover, nav[role="main"] ul li a.active {
  border-bottom: 1px solid #1a1a1a;
}
nav[role="main"] > ul {
  padding-left: 50px;
}
@media screen and (max-width: 767.98px) {
  nav[role="main"] .children-wrapper {
    display: none;
  }
}
nav[role="main"] .nav-options > li {
  display: block;
  float: left;
  overflow: hidden;
  height: auto;
  width: 100%;
  font-family: "ITCFranklinGothicStd-Demi";
  cursor: pointer;
  line-height: 2;
  font-size: 16px;
}
nav[role="main"] .nav-options > li ul {
  font-family: "ITCFranklinGothicStd-Book";
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  nav[role="main"] .nav-options > li ul {
    line-height: 2;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  nav[role="main"] .nav-options > li.open .children-wrapper {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  nav[role="main"] .nav-options > li {
    height: 240px;
    width: 33.33333%;
  }
}
@media screen and (min-width: 1120px) {
  nav[role="main"] .nav-options > li {
    height: 240px;
    width: 25%;
  }
}

.mini-menu nav[role="main"] {
  top: 60px;
}

nav[role="main"].open {
  height: auto;
  padding-bottom: 20px;
  box-sizing: content-box;
  overflow-y: auto;
}

.no-scroll {
  overflow: hidden;
}

.menu-container .profile-contents,
.menu-container .menu-contents,
.profile-container .profile-contents,
.profile-container .menu-contents {
  max-width: 860px;
  margin: auto;
  padding: 20px 0;
}
.menu-container ul,
.profile-container ul {
  /* border-top: 1px solid $light-grey; */
  /* -webkit-font-smoothing: subpixel-antialiased; */
}
.menu-container ul li:not(.log-out),
.profile-container ul li:not(.log-out) {
  margin: 0;
  float: none;
  border-bottom: 1px solid #999999;
  font-size: 1.14286em;
  line-height: 20px;
}
.menu-container ul li:not(.log-out):first-of-type,
.profile-container ul li:not(.log-out):first-of-type {
  border-top: 1px solid #999999;
}
.menu-container ul a,
.profile-container ul a {
  position: relative;
  width: 100%;
  padding: 20px;
  min-height: 60px;
  display: block;
  color: #333333;
  text-decoration: none;
  -moz-transition: background 0.2s ease, color, ease 0.2s;
  -o-transition: background 0.2s ease, color, ease 0.2s;
  -webkit-transition: background 0.2s ease, color, ease 0.2s;
  transition: background 0.2s ease, color, ease 0.2s;
}
.no-touch .menu-container ul a:hover, .no-touch
.profile-container ul a:hover {
  background: #fff;
  color: #000;
}
.menu-container ul a span,
.profile-container ul a span {
  display: block;
}
.menu-container ul a p,
.profile-container ul a p {
  position: absolute;
  top: -9999px;
  left: -9999px;
  margin-bottom: 0;
  color: #999999;
}
.menu-container ul a:after,
.profile-container ul a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.menu-container ul li.log-out a,
.profile-container ul li.log-out a {
  min-height: auto;
}

#profile.profile-container ul li:not(.log-out) a:after {
  display: block;
  content: '\E080';
  font-family: 'dandad-icons';
  right: 0;
  top: 0;
  margin-top: 22px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #999999;
  left: auto;
}
#profile.profile-container ul li:not(.log-out) a:hover:after {
  color: #333333;
}

@media screen and (min-width: 600px) {
  #profile.profile-container ul a p {
    position: absolute;
    top: 30px;
    left: 50%;
    font-size: initial;
    line-height: 1;
    display: block;
  }
  #profile.profile-container ul li:not(.log-out) a:after {
    margin-top: 34px;
  }
}
.search-container {
  background: #dddddd;
  overflow: hidden;
  color: #333333;
  position: relative;
  /**
    * START Advanced search
    */
  /**
    * END Advanced search
    */
}
.search-container .search-form {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 0;
}
.search-container.pinned .form-row.submit {
  position: fixed;
  width: 100%;
  bottom: 0;
}
.search-container .form-toggle {
  /*position: fixed;
  top: 0; // height of header
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;*/
  height: 0;
  background: #000;
  overflow: hidden;
}
.search-container.on .form-toggle {
  overflow: visible;
}
.search-container ul li {
  position: relative;
  display: block;
}
.search-container .input-container {
  max-width: 440px;
  position: relative;
  margin: 0 auto;
}
.search-container .form-row {
  padding: 0 40px;
}
.search-container .form-row > section {
  max-width: 440px;
  margin: 20px auto;
}
.search-container .form-row.query {
  padding: 40px 40px 0;
}
.search-container .form-row.type {
  font-size: 0.85714em;
  margin: 0 -25px;
  border-bottom: 1px solid #333333;
}
.search-container .form-row.type ul {
  max-width: 660px;
  overflow: hidden;
  margin: 0 auto;
}
.search-container .form-row.type li {
  width: 17.24138%;
  float: left;
  display: inline-block;
  margin-right: 3.44828%;
  text-align: center;
}
.search-container .form-row.type li:last-of-type {
  margin-right: 0;
}
.search-container .form-row.type li.all.checked label,
.search-container .form-row.type li.all label:hover {
  border-color: #fff;
}
.search-container .form-row.type li.events.checked label,
.search-container .form-row.type li.events label:hover {
  border-color: #2f63cf;
}
.search-container .form-row.type li.archive.checked label,
.search-container .form-row.type li.archive label:hover {
  border-color: #ffd200;
}
.search-container .form-row.type li.members.checked label,
.search-container .form-row.type li.members label:hover {
  border-color: #3fdb70;
}
.search-container .form-row.type li.stories.checked label,
.search-container .form-row.type li.stories label:hover {
  border-color: #f65b49;
}
.search-container .form-row.type label {
  position: relative;
  top: auto;
  left: auto;
  border-bottom: 4px solid #969696;
  margin-bottom: 0;
  height: 39px;
  cursor: pointer;
}
.search-container .form-row.type label input[type="radio"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.search-container .form-row.sort_order {
  position: relative;
  max-width: 1020px;
  margin: auto;
  padding: 0;
}
.search-container .form-row.sort_order label {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.search-container .form-row.sort_order .selector {
  position: absolute;
  width: 200px !important;
  color: #999;
}
.search-container .form-row.sort_order .selector:hover {
  color: #999;
}
.search-container .form-row.submit {
  background: #000;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #333333;
  z-index: 20;
}
.search-container .button-wrapper.submit {
  max-width: 560px;
  margin: 0 auto;
  overflow: hidden;
}
.search-container .button-wrapper.submit input[type="submit"] {
  width: 120px;
  float: right;
}
.search-container .search-cancel {
  float: left;
  text-decoration: none;
  border-bottom: 1px solid #999999;
  margin-top: 8px;
}
.search-container .search-cancel:hover {
  color: #fff;
  border-color: #fff;
}
.search-container .search-form {
  position: relative;
  cursor: text;
}
.search-container .search-form label[for="id_q"] {
  position: absolute;
  z-index: 30;
  color: #999999;
  cursor: text;
  line-height: 30px;
  left: 20px;
}
.search-container .search-form input[type="search"],
.search-container .search-form input[type="text"] {
  height: 30px;
  padding-right: 80px;
  padding-left: 20px;
  border: 1px solid #999999;
  z-index: 10;
  color: #999999;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative;
  margin: 0;
}
.search-container .search-form input[type="search"]:focus,
.search-container .search-form input[type="text"]:focus {
  color: #333333;
}
body.search-results .search-container .search-form input[type="search"]:focus, body.search-results
.search-container .search-form input[type="text"]:focus {
  color: #999999;
}
.search-container .search-form input[type="submit"] {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  /* width: 80px; */
  width: auto;
  padding: 0 20px;
  height: 28px;
  line-height: 28px;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #333333;
  z-index: 20;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  z-index: 20;
}
.search-container .search-form input[type="submit"]:hover {
  background: transparent;
}
.search-container .search-form input[type="submit"][value="Refresh"] {
  font-size: 14px;
}
.search-container .search-form input[type="submit"]:focus {
  background: transparent;
}
.search-container .search-form select {
  width: 100%;
  height: 30px;
  display: block;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.search-container .search-form select:focus {
  background: #fff;
  color: #000;
}
.search-container .search-form .selector {
  background: transparent;
  display: block;
  width: 100% !important;
  height: 30px;
  border: 1px solid #999999;
  color: #fff;
  padding: 0;
  line-height: 30px;
  text-decoration: none;
  position: relative;
  padding: 0 20px;
}
.search-container .search-form .selector:hover, .search-container .search-form .selector:focus {
  background: #fff;
  color: #000;
}
.search-container .search-form .selector:before {
  position: absolute;
  top: 2px;
  right: 20px;
  -webkit-font-smoothing: subpixel-antialiased;
}
.search-container .search-form.search-active label[for="id_q"] {
  top: -9999px;
  left: -9999px;
  right: auto;
}
.search-container .toggle-group {
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #333333;
}
.search-container .toggle-group.programmes {
  margin-top: -1px;
  border-top: 1px solid #969696;
}
.search-container .field-wrapper {
  background: #000;
  margin: 0 -40px;
  padding: 0 20px 0 20px;
  overflow: hidden;
}
.search-container .field-wrapper:before, .search-container .field-wrapper:after {
  content: '';
  display: table;
}
.search-container .field-wrapper:after {
  clear: both;
}
.search-container .field-wrapper.categories {
  clear: both;
  background: transparent;
}
.search-container .field-wrapper.is-active {
  padding: 20px;
  background: #333333;
}
.search-container .field-wrapper .select-multiple {
  max-width: 190px;
  margin: 0 auto;
  padding: 0;
  font-size: 12px;
  text-align: center;
}
.search-container .select-multiple .checkbox {
  float: left;
}
.search-container .checkbox {
  display: inline-block;
  width: 180px;
  margin: 0 10px;
  overflow: hidden;
}
.search-container .checkbox.selected label {
  background: #fff;
  color: #333333;
}
.search-container .checkbox.selected label:before {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
}
.search-container .checkbox label {
  background: #333333;
  display: block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 0 5px 0 5px;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.search-container .checkbox label:before {
  font-size: 16px;
}
.search-container .checkbox label:hover {
  background: #fff;
  color: #333333;
}
.search-container .checkbox input[type="checkbox"] {
  width: 0;
  height: 0;
  border: 0;
  opacity: 0;
}
html.cms_toolbar-toolbar .search-container {
  top: 114px;
}
body.search-results .search-container {
  position: static;
  background: #000;
  height: auto;
  overflow: visible;
  padding: 0;
  margin: 0;
  color: #fff;
}
body.search-results .search-container:before, body.search-results .search-container:after {
  content: '';
  display: table;
}
body.search-results .search-container:after {
  clear: both;
}
body.search-results .search-container .search-form {
  padding: 0;
  margin: 0;
  max-width: none;
}
body.search-results .search-container .search-form a {
  color: #fff;
}
body.search-results .search-container .search-form .form-row.submit {
  display: none;
}
body.search-results .search-container.on {
  position: fixed;
  top: 110px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}
body.search-results .search-container.on .search-form {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 120px;
  overflow-y: scroll;
}
body.search-results .search-container.on .search-form .form-row.sort_order {
  display: none;
}
body.search-results .search-container.on .search-form .form-row.submit {
  display: block;
}
body.search-results .search-container input[type="search"] {
  color: #fff;
}
body.search-results .search-container .search-form {
  cursor: default;
}
body.search-results .search-container input[type="submit"] {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0 auto;
}
body.search-results .search-container ul li:last-of-type .selector {
  color: #999999;
}
body.search-results .search-container + main[role="main"] {
  padding-top: 50px;
}

.search-filter-container .handle {
  position: absolute;
  bottom: 11px;
  right: 40px;
  width: 25px;
  height: 0;
  display: block;
  padding-top: 24px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  line-height: 1;
}
.search-filter-container .handle:before {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  font-size: 30px;
}
.search-filter-container .handle.disabled {
  display: none;
}
.search-filter-container .toggle-group-header {
  position: relative;
}
.search-filter-container .toggle-group-header:before, .search-filter-container .toggle-group-header:after {
  content: '';
  display: table;
}
.search-filter-container .toggle-group-header:after {
  clear: both;
}
.search-filter-container .toggle-group-header .selector {
  width: 200px !important;
  margin: 15px auto 10px auto;
}
.search-filter-container .toggle-group-header .selector + .handle {
  bottom: 24px;
}
.search-filter-container .toggle-group-header .toggle-label {
  display: block;
  margin: 0 -40px 0 -40px;
  cursor: pointer;
}
.search-filter-container .toggle-group-header .toggle-label:hover {
  background: #fff;
  color: #000;
}
.search-filter-container .toggle-group-header .toggle-label:hover .selector {
  color: #000;
}
.search-filter-container .toggle-group-header .toggle-label-inner {
  position: relative;
  padding: 12px 40px 11px 40px;
  max-width: 560px;
  margin: auto;
}
.search-filter-container .toggle-group-header .help-text {
  clear: both;
  margin: 8px 0 10px 0;
  font-size: 0.92857em;
  line-height: 1.38462em;
  text-align: center;
}

.results-count {
  margin-top: 80px;
}

@media screen and (min-width: 28.75em) {
  .search-container .field-wrapper .select-multiple {
    max-width: 100%;
  }
  .search-container .field-wrapper.is-active .select-multiple {
    max-width: 400px;
    text-align: left;
  }
  .search-container .toggle-group-header .selector {
    width: 300px !important;
  }
  .search-container .button-wrapper.submit input[type="submit"] {
    width: 200px;
  }
}
@media screen and (min-width: 37.5em) {
  .search-container .input-container {
    max-width: 560px;
    position: relative;
    margin: auto;
  }
  .search-container .form-row > section {
    max-width: 560px;
  }
  .search-container .form-row.type {
    font-size: 0.875em;
  }
  .search-container .form-row.sort_order .selector {
    top: -5px;
  }
  .search-container .search-form .selector {
    font-size: 0.875em;
  }
  .search-container .search-form label[for="id_q"] {
    height: 48px;
    line-height: 48px;
    left: 40px;
    right: 130px;
  }
  body.search-results .search-container .search-form label[for="id_q"] {
    right: 40px;
  }
  .search-container .search-form input[type="search"],
  .search-container .search-form input[type="text"] {
    height: 50px;
    padding-right: 100px;
    padding-left: 40px;
    margin: auto;
  }
  .search-container .search-form input[type="submit"] {
    height: 48px;
    line-height: 48px;
    padding: 0 40px;
  }
  html.cms_toolbar-toolbar .search-container {
    top: 153px;
  }
  body.search-results .search-container.on {
    top: 150px;
  }
  body.search-results .search-container + main[role="main"] {
    padding-top: 75px;
  }

  .search-filter-container .toggle-group-header .toggle-label-inner {
    padding: 12px 0 11px 0;
  }
  .search-filter-container .toggle-group-header .help-text {
    text-align: left;
  }
  .search-filter-container .handle {
    bottom: 13px;
    right: 0;
  }
}
@media screen and (min-width: 41.25em) {
  .search-container .form-row.type {
    margin: 0;
  }
  .search-container .form-row.type li {
    width: 12.12121%;
    margin-right: 9.84848%;
  }
  .search-container .search-form .selector {
    height: 50px;
    line-height: 49px;
    padding: 0 40px;
  }
  .search-container .search-form .selector:before {
    right: 40px;
  }
  .search-container .search-form select {
    height: 50px;
  }

  .results-count {
    margin-top: 0;
  }

  .search-filter-container .toggle-group-header .selector {
    margin-left: 0;
  }
  .search-filter-container .toggle-group-header .selector + .handle {
    bottom: 33px;
  }
  .search-filter-container .field-wrapper .select-multiple {
    max-width: 600px;
  }
  .search-filter-container .field-wrapper.is-active .select-multiple {
    max-width: 600px;
  }
  .search-filter-container .form-row.sort_order .selector {
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 48.0625em) {
  body.search-results .search-container {
    -moz-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }

  body.mini-menu.search-results .search-container {
    top: 90px;
  }
  body.mini-menu.search-results .search-container.on {
    top: 90px;
  }

  body.search-results .search-container.on {
    top: 135px;
  }
}
@media screen and (min-width: 50em) {
  .search-container .search-form {
    padding: 40px 50px;
  }
  .search-container .input-container {
    margin: 0 auto;
  }
  .search-container .handle {
    bottom: 15px;
  }
}
@media screen and (min-width: 56.25em) {
  .search-container {
    /**
     * At this breakpoint, we want the selected filter tags to only occupy the very middle of the
     * screen, because there is likely only going to be a few selected at a time and it would look
     * weird if they took up loads of screen width.
     */
  }
  .search-container .search-form .selector {
    padding: 0 20px;
  }
  .search-container .search-form .selector:before {
    font-size: 16px;
    top: 0;
    right: 10px;
  }
  .search-container .field-wrapper.is-active .select-multiple {
    max-width: 800px;
  }
  .search-container .form-row.sort_order .selector {
    left: auto;
  }
  body.search-results .search-container ul li:first-of-type {
    margin-bottom: 0;
  }
  body.search-results .search-container + main[role="main"] {
    padding-top: 0;
  }
}
@media screen and (min-width: 63.75em) {
  .search-container .input-container {
    max-width: 860px;
    position: relative;
  }
  .search-container .form-row > section {
    max-width: 860px;
  }
}
@media screen and (min-width: 82.5em) {
  .search-container .field-wrapper.is-active .select-multiple {
    max-width: none;
    width: 1000px;
  }
  .search-container .form-row.sort_order {
    max-width: none;
    width: 1320px;
    padding: 0 80px;
    margin-left: -72px;
  }
  .search-container .form-row.sort_order .selector {
    right: 86px;
    top: -45px;
  }

  .results-count {
    margin-top: -40px;
  }
}
#shop-tally {
  position: absolute;
  background-color: #FFD200;
  margin-left: -24px;
  border-radius: 50%;
  height: auto;
  line-height: 0.7em;
  padding: 0.5em;
  font-size: 0.7em;
  margin-top: 0.2em;
}
#shop-tally:empty {
  display: none;
}

.mini-menu #shop-tally {
  margin-left: -4em;
  margin-top: 0.6em;
}

.cart-contents {
  padding: 20px 0;
}
.cart-contents .mini-cart-contents {
  max-width: 1180px;
  margin: auto;
  position: relative;
  padding-bottom: 40px;
}
.cart-contents .mini-cart-contents .price,
.cart-contents .mini-cart-contents .total,
.cart-contents .mini-cart-contents .discount-line {
  color: #999999;
}
.cart-contents .mini-cart-contents .discount-line {
  text-align: right;
  margin-bottom: 30px;
  margin-top: -30px;
}
.cart-contents .mini-cart-contents .discount-line:empty {
  display: none;
}
.cart-contents .mini-cart-contents > p a {
  bottom: 0;
  margin: 0 auto;
}
.cart-contents .mini-cart-contents ul {
  padding: 0 0 40px 0;
}
.cart-contents .mini-cart-contents ul .header {
  color: #999999;
}
@media screen and (min-width: 28.75em) {
  .cart-contents .mini-cart-contents ul .header {
    padding: 15px 70px 15px 40px;
  }
}
.cart-contents .mini-cart-contents ul .header .name {
  float: left;
  width: 80%;
}
@media screen and (min-width: 28.75em) {
  .cart-contents .mini-cart-contents ul .header .name {
    width: 60%;
  }
}
.cart-contents .mini-cart-contents ul .header .price {
  display: none;
}
@media screen and (min-width: 28.75em) {
  .cart-contents .mini-cart-contents ul .header .price {
    display: block;
  }
}
.cart-contents .mini-cart-contents ul li {
  padding: 15px;
  border-bottom: 1px solid #999999;
  position: relative;
  overflow: hidden;
}
.cart-contents .mini-cart-contents ul > li:first-of-type:not(.error) {
  border-top: 1px solid #999999;
}
.cart-contents .mini-cart-contents ul a {
  color: #333333;
  text-decoration: none;
  display: block;
  float: left;
  width: 90%;
}
@media screen and (min-width: 28.75em) {
  .cart-contents .mini-cart-contents ul a {
    width: 60%;
  }
}
.cart-contents .mini-cart-contents ul a:hover {
  color: #333333;
  text-decoration: underline;
}
.cart-contents .mini-cart-contents ul .quantity {
  float: left;
  width: 10%;
}
@media screen and (min-width: 28.75em) {
  .cart-contents .mini-cart-contents ul .quantity {
    width: 20%;
  }
}
.cart-contents .mini-cart-contents ul .quantity input {
  box-sizing: border-box;
  border: 1px solid;
  width: 33px;
  padding: 5px;
  text-align: center;
}
.cart-contents .mini-cart-contents ul .quantity input.error {
  border-color: #FF0000;
  color: #ff0000;
}
.cart-contents .mini-cart-contents ul input[type=button] {
  width: 17px;
  border: 0;
  color: #999999;
  position: relative;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 10px;
  font-size: 30px;
  padding: 4px;
  height: 40px;
  background: none;
  width: 40px;
  font-family: 'dandad-icons';
}
.cart-contents .mini-cart-contents ul input[type=button]:hover {
  background: transparent;
  color: #333333;
}
@media screen and (max-width: 28.75em) {
  .cart-contents .mini-cart-contents ul input[type=button] {
    position: absolute;
    right: 0;
    margin-top: 30px;
  }
}
.cart-contents .mini-cart-contents > a {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-color: #333333;
  color: #333333;
}
.cart-contents .mini-cart-contents > a:hover {
  background-color: #333333;
  color: #dddddd;
}
.cart-contents .mini-cart-contents > a,
.cart-contents .mini-cart-contents .proceed-to-checkout {
  font-size: 14px;
  margin-left: 20px;
  background-color: #FFD200;
  border-color: #FFD200;
}
.cart-contents .mini-cart-contents > a:hover,
.cart-contents .mini-cart-contents .proceed-to-checkout:hover {
  border-color: #333333 !important;
}
.cart-contents .mini-cart-contents .proceed-as-guest {
  width: 200px;
  margin-left: 20px;
}
.cart-contents span.total {
  display: block;
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #999999;
  margin-bottom: 35px;
  margin-top: -40px;
  padding: 0 15px;
  text-align: right;
}
@media screen and (min-width: 28.75em) {
  .cart-contents span.total {
    height: 62px;
  }
}
.cart-contents hr {
  display: none;
  /*border-bottom: 1px solid $dark-grey;
  border-top: 0;
  margin-top: 0;
  border-left: 0;*/
}
.cart-contents .price {
  float: left;
}

@media screen and (min-width: 28.75em) {
  .cart-contents .mini-cart-contents ul .header {
    padding: 15px 70px 15px 0px;
  }
  .cart-contents .mini-cart-contents ul li {
    padding: 30px 70px 30px 0px;
  }
  .cart-contents .mini-cart-contents ul input[type=button] {
    position: absolute;
    top: 30px;
    right: 0px;
    margin-top: 0;
  }
  .cart-contents span.total {
    padding: 0 0 0 30px;
  }
}
@media screen and (min-width: 40em) {
  .cart-contents .mini-cart-contents {
    padding-bottom: 0;
  }
  .cart-contents .mini-cart-contents ul {
    padding: 0 0 50px 0;
  }
  .cart-contents .mini-cart-contents ul .header {
    padding: 15px 70px 15px 40px;
  }
  .cart-contents .mini-cart-contents ul li {
    padding: 30px 70px 30px 40px;
  }
  .cart-contents .mini-cart-contents ul input[type=button] {
    position: absolute;
    top: 28px;
    right: 40px;
    margin-top: 0;
  }
  .cart-contents .mini-cart-contents > p {
    margin: 0 0 0 40px;
  }
  .cart-contents .mini-cart-contents > p a {
    margin: 0;
  }
  .cart-contents .mini-cart-contents > a {
    right: 0;
    left: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .cart-contents span.total {
    padding: 0 0 0 40px;
  }
}
@media screen and (min-width: 50em) {
  .cart-contents {
    margin-top: 0;
    padding: 40px 0;
  }
}
.cart-contents .mini-cart-contents ul li:not(.header):hover {
  background-color: #FFF;
}
.cart-contents .mini-cart-contents ul li:not(.header):hover input[type=button] {
  background-color: #FFF;
}

.terms-accept-box {
  margin-bottom: 20px;
  margin-top: -20px;
  width: 100%;
}
@media screen and (min-width: 50em) {
  .terms-accept-box {
    position: absolute;
    margin-bottom: 0;
    margin-top: 7px;
    width: calc(100% - 430px);
  }
}
.terms-accept-box input[type="checkbox"] {
  -webkit-appearance: checkbox;
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}
@media screen and (min-width: 50em) {
  .terms-accept-box input[type="checkbox"] {
    margin-top: 8px;
  }
}

.mini-cart-ctas {
  display: none;
}
.mini-cart-ctas .proceed-to-checkout, .mini-cart-ctas .product-button {
  float: right;
  width: auto;
  padding: 0 15px;
  font-size: 14px;
  margin-bottom: 35px;
  margin-top: 0px;
}
@media screen and (max-width: 28.75em) {
  .mini-cart-ctas .proceed-to-checkout, .mini-cart-ctas .product-button {
    margin-top: -10px;
    margin-bottom: 25px;
  }
}

.mini-cart-contents .update_basket {
  display: none;
  position: absolute;
  right: 0;
  bottom: -75px;
  display: none;
  font-size: 14px;
  background-color: #FFD200 !important;
  border-color: #FFD200 !important;
}
.mini-cart-contents .update_basket:hover {
  border-color: #333333 !important;
  background-color: #333333 !important;
}

.cart-contents .mini-cart-contents ul.messages {
  padding-bottom: 15px;
  color: #ff0000;
}

.cart-contents .mini-cart-contents ul li.error {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.login-container .f-head,
.profile-container .f-head {
  margin-bottom: 18px;
  color: #333333;
}
.login-container hr,
.profile-container hr {
  border-bottom: 1px solid #333333;
  border-top: 0;
  margin-top: 0;
  margin-bottom: 40px;
  border-left: 0;
}
.login-container a,
.profile-container a {
  color: #333333;
  text-decoration: underline;
}
.login-container a.btn, .login-container .cart-contents .mini-cart-contents > a, .cart-contents .login-container .mini-cart-contents > a,
.login-container .cart-contents .mini-cart-contents a.proceed-to-checkout,
.cart-contents .mini-cart-contents .login-container a.proceed-to-checkout,
.profile-container a.btn,
.profile-container .cart-contents .mini-cart-contents > a,
.cart-contents .profile-container .mini-cart-contents > a,
.profile-container .cart-contents .mini-cart-contents a.proceed-to-checkout,
.cart-contents .mini-cart-contents .profile-container a.proceed-to-checkout {
  min-height: 40px;
  width: 200px;
  margin-left: 40px;
}
.login-container a.btn:hover, .login-container .cart-contents .mini-cart-contents > a:hover, .cart-contents .login-container .mini-cart-contents > a:hover,
.login-container .cart-contents .mini-cart-contents a.proceed-to-checkout:hover,
.cart-contents .mini-cart-contents .login-container a.proceed-to-checkout:hover,
.profile-container a.btn:hover,
.profile-container .cart-contents .mini-cart-contents > a:hover,
.cart-contents .profile-container .mini-cart-contents > a:hover,
.profile-container .cart-contents .mini-cart-contents a.proceed-to-checkout:hover,
.cart-contents .mini-cart-contents .profile-container a.proceed-to-checkout:hover {
  color: #333333;
}
.login-container form input[type="text"],
.login-container form input[type="password"],
.profile-container form input[type="text"],
.profile-container form input[type="password"] {
  color: #999999;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  border: 1px solid #999999;
}
.login-container form input[type="text"]:focus,
.login-container form input[type="password"]:focus,
.profile-container form input[type="text"]:focus,
.profile-container form input[type="password"]:focus {
  color: #333333;
}
.login-container form input[type="submit"],
.profile-container form input[type="submit"] {
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin-right: 50px;
}
.login-container .product-button,
.profile-container .product-button {
  font-size: 14px;
}

.profile-container ul li.log-out {
  border-bottom: 0;
}
.profile-container ul li.log-out a {
  display: block;
  text-decoration: underline;
  margin: 20px auto 20px;
  padding: 0;
  min-height: 40px;
  float: right;
}
.profile-container ul li.log-out a:hover {
  background-color: transparent;
  color: #fff;
}

.login-container p {
  margin-bottom: 20px;
}
.login-container .closing-container > p:first-of-type {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.errorlist {
  height: auto;
}
.errorlist li {
  min-height: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.errorlist li:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 30px;
  line-height: 30px;
}
.errorlist li a {
  position: relative;
}

.back-to-login {
  width: 100%;
  margin-top: 15px;
  display: block;
}

.registration-form + .back-to-form {
  margin-top: 40px;
  display: inline-block;
}

.login-or-register,
.password-reset {
  overflow: hidden;
  margin: auto;
  color: #999999;
  padding: 20px 0 30px 0;
}

.login-or-register {
  max-width: 1180px;
}
.login-or-register .forgot-password {
  line-height: 50px;
}
.login-or-register .login,
.login-or-register .join {
  display: block;
  overflow: hidden;
}
.login-or-register a.product-button {
  width: 200px;
}

.password-reset {
  max-width: 860px;
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  .back-to-login {
    display: inline-block;
  }
}
@media screen and (min-width: 660px) {
  .login-or-register .join,
  .login-or-register .login-half {
    float: left;
    width: 50%;
  }
  .login-or-register .login-half {
    font-size: 16px;
    margin-top: 10px;
    padding-right: 2.5%;
  }
  .login-or-register .login-half #id_username, .login-or-register .login-half #id_password {
    margin-bottom: 15px;
  }
  .login-or-register .login-half .forgot-password {
    float: right;
    line-height: 1;
    margin-bottom: 20px;
  }
  .login-or-register .join {
    border: none;
    padding-top: 0;
    padding-left: 2.5%;
    padding-right: 0;
  }

  .profile-container ul li.log-out a {
    margin: 30px 0 30px 40px;
  }
}
.login-half.join {
  padidng-top: 15px;
}
.login-half .forgot-password {
  line-height: 1;
  margin-bottom: 20px;
  color: #999999;
}
.login-half input[type="submit"] {
  margin-bottom: 15px;
}

.error-messages {
  overflow: hidden;
}
@media screen and (min-width: 660px) {
  .error-messages span.label {
    display: none;
  }
}

.action_buttons {
  float: right;
}
.action_buttons .product-button {
  float: right;
  margin-left: 20px;
  border-color: #FFD200 !important;
  background-color: #FFD200 !important;
}
.action_buttons .product-button:hover {
  border-color: #333333 !important;
  background-color: #333333 !important;
  color: #FFF !important;
}
.action_buttons.desktop {
  display: none;
}
.action_buttons input[type="submit"] {
  margin-top: 0 !important;
  float: right !important;
  margin-right: 0 !important;
}
.action_buttons.mobile {
  display: block;
}
.action_buttons.mobile .product-button {
  float: left;
  margin-left: 0;
}
.action_buttons.mobile input[type="submit"] {
  margin-bottom: 15px;
  float: left !important;
  margin-right: 10px !important;
}

@media screen and (min-width: 660px) {
  .action_buttons.desktop {
    display: block;
  }
  .action_buttons.mobile {
    display: none;
  }
}
.top-banner.top-banner-gradient {
  background-color: #0e0e0e;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFFD200', endColorstr='#FF8A5CA3');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDIwMCIvPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmQyMDAiLz48c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iIzhhNWNhMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffd200), color-stop(0%, #ffd200), color-stop(79%, #8a5ca3));
  background-image: -moz-linear-gradient(left, #ffd200 0%, #ffd200 0%, #8a5ca3 79%);
  background-image: -webkit-linear-gradient(left, #ffd200 0%, #ffd200 0%, #8a5ca3 79%);
  background-image: linear-gradient(to right, #ffd200 0%, #ffd200 0%, #8a5ca3 79%);
  font-size: 16px;
  color: #000;
}

.top-banner-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 3%;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (min-width: 820px) {
  .top-banner-wrapper {
    width: 820px;
  }
}
@media screen and (min-width: 1120px) {
  .top-banner-wrapper {
    width: 1100px;
  }
}

.header-wrapper .top-banner-wrapper .product-button {
  width: 33%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  height: 35px;
  line-height: 35px;
  font-size: 10px;
}
@media screen and (min-width: 400px) {
  .header-wrapper .top-banner-wrapper .product-button {
    font-size: 14px;
  }
}
@media screen and (min-width: 570px) {
  .header-wrapper .top-banner-wrapper .product-button {
    width: 24%;
  }
}

.top-banner .top-banner-wrapper .product-button {
  border-color: #000;
  color: #000;
}
.top-banner .top-banner-wrapper .product-button:hover {
  background-color: #000;
  border-color: #000;
}

.top-banner-list {
  margin: 0;
  list-style: none;
  padding: 0;
  float: left;
  width: 60%;
}
@media screen and (min-width: 570px) {
  .top-banner-list {
    width: 74%;
  }
}
.top-banner-list li {
  position: relative;
  display: none;
  float: left;
  margin: 2px 0;
  border-left: 1px solid;
  line-height: 1;
  width: 43%;
  padding: 0 3%;
  min-height: 50px;
  margin-right: 1%;
}
@media screen and (min-width: 499px) {
  .top-banner-list li {
    margin: 12px 0;
    min-height: 30px;
  }
}
@media screen and (min-width: 570px) {
  .top-banner-list li {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .top-banner-list li {
    width: 50%;
    margin-right: 0%;
  }
}
@media screen and (min-width: 1120px) {
  .top-banner-list li {
    min-height: 20px;
    margin: 16px 0;
  }
}
.top-banner-list li > span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.top-banner-list li.short-element {
  max-width: 160px;
}
@media screen and (min-width: 1120px) {
  .top-banner-list li.short-element {
    max-width: 170px;
  }
}
.top-banner-list li:first-child {
  padding-left: 0;
  border-left: 0;
  max-width: 190px;
}
.top-banner-list li:last-child {
  padding-right: 40px;
}
.top-banner-list .top-banner-title {
  display: block;
  width: 100%;
  line-height: 1;
}
.top-banner-list .top-banner-title > span {
  padding-right: 5px;
}
@media screen and (min-width: 570px) {
  .top-banner-list .top-banner-title {
    line-height: 1;
    width: 32%;
  }
}
@media screen and (min-width: 570px) {
  .top-banner-list .top-banner-title .subline {
    display: none;
  }
}

@media screen and (min-width: 1400px) {
  body:not(.mini-menu) .top-banner {
    position: absolute;
    z-index: 1;
    width: calc(100% - 650px);
    height: 50px;
  }
}
@media screen and (min-width: 1120px) {
  body:not(.mini-menu) .top-banner-wrapper {
    width: 100%;
    padding: 0 20px;
    max-width: 922px;
  }
}
@media screen and (min-width: 1400px) {
  body:not(.mini-menu) .top-banner-list {
    max-width: 615px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1120px) {
  body:not(.mini-menu) .top-banner-list li {
    min-height: 20px;
    margin: 15px 0;
  }
}
@media screen and (min-width: 1120px) {
  body:not(.mini-menu) .top-banner-list li.short-element {
    max-width: 166px;
  }
}
@media screen and (min-width: 1120px) {
  body:not(.mini-menu) .top-banner-list li:last-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 1400px) {
  body:not(.mini-menu) .top-banner-list li:last-child {
    min-width: 245px;
  }
}
body:not(.mini-menu) .top-banner-list .deadline-two-line {
  display: block;
}
@media screen and (min-width: 1400px) {
  body:not(.mini-menu) .top-banner-list .deadline-two-line {
    display: none;
  }
}
body:not(.mini-menu) .top-banner-list .deadline-one-line {
  display: none;
}
@media screen and (min-width: 1400px) {
  body:not(.mini-menu) .top-banner-list .deadline-one-line {
    display: inline;
  }
}
body:not(.mini-menu) .top-banner-standard {
  font-size: 16px;
}
body:not(.mini-menu) .top-banner-standard .top-banner-wrapper {
  max-width: 952px;
}
@media screen and (max-width: 1220px) {
  body:not(.mini-menu) .top-banner-standard p {
    font-size: 14px;
  }
}

.top-banner-new-blood {
  background-color: #04d5a6;
}
.top-banner-new-blood .top-banner-list li {
  max-width: none;
  font-size: 16px;
}
.top-banner-new-blood .top-banner-list li.top-banner-title {
  width: 100%;
  font-size: 14px;
}
@media screen and (min-width: 570px) {
  .top-banner-new-blood .top-banner-list li.top-banner-title {
    width: 40%;
    font-size: 16px;
    min-width: 200px;
  }
}
@media screen and (min-width: 570px) {
  .top-banner-new-blood .top-banner-list li {
    width: 45%;
  }
}

.top-banner-gdpr {
  background-color: #ffd200;
  color: #1a1a1a;
}
.top-banner-gdpr p {
  line-height: 1.3;
  max-width: 65%;
  margin: 11px 0px;
  font-size: 15px;
}
@media screen and (min-width: 570px) {
  .top-banner-gdpr p {
    line-height: 50px;
    margin-bottom: 0;
    margin-top: 0;
    max-width: none;
  }
}
.top-banner-gdpr .product-button {
  right: 2%;
  width: 33% !important;
}
@media screen and (min-width: 570px) {
  .top-banner-gdpr .product-button {
    width: 18% !important;
    margin-right: 10px;
  }
}

.top-banner-awards {
  background-color: #FFD200;
  color: #000;
}
.top-banner-awards .top-banner-wrapper .product-button {
  border-color: #000;
  color: #000;
}

.top-banner-festival {
  background-color: #FFD200;
  color: #1a1a1a;
}
.top-banner-festival .top-banner-list li {
  padding: 0 5%;
  max-width: none;
}
.top-banner-festival .top-banner-list li.top-banner-title {
  width: 100%;
  font-size: 14px;
}
@media screen and (min-width: 570px) {
  .top-banner-festival .top-banner-list li.top-banner-title {
    width: 40%;
    font-size: 16px;
    min-width: 200px;
  }
}
@media screen and (min-width: 1400px) {
  .top-banner-festival .top-banner-list li.top-banner-title {
    width: 50%;
    min-width: 215px;
  }
}
@media screen and (min-width: 570px) {
  .top-banner-festival .top-banner-list li {
    width: 50%;
    font-size: 16px;
  }
}

.top-banner-impact {
  display: block;
  background-color: #e4d59f;
  color: #000;
  height: 50px;
}
.top-banner-impact .top-banner-wrapper {
  height: 50px !important;
}
.top-banner-impact .top-banner-wrapper p {
  padding: 10px 0 10px 50px;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (min-width: 620px) {
  .top-banner-impact .top-banner-wrapper p {
    line-height: 30px;
  }
}
.top-banner-impact .top-banner-wrapper p .event_subtitle {
  font-size: 12px;
  font-weight: bold;
}
.top-banner-impact .top-banner-wrapper p .event_subtitle-mobile {
  display: inline;
}
.top-banner-impact .top-banner-wrapper p .event_subtitle-desktop {
  display: none;
}
@media screen and (min-width: 620px) {
  .top-banner-impact .top-banner-wrapper p .event_subtitle {
    font-size: 14px;
  }
  .top-banner-impact .top-banner-wrapper p .event_subtitle-mobile {
    display: none;
  }
  .top-banner-impact .top-banner-wrapper p .event_subtitle-desktop {
    display: inline;
  }
}
.top-banner-impact .top-banner-wrapper p .event_title {
  display: none;
}
@media screen and (min-width: 620px) {
  .top-banner-impact .top-banner-wrapper p .event_title {
    display: inline;
  }
}
.top-banner-impact .top-banner-wrapper .product-button {
  right: 10px;
  color: #000;
  border-color: #000;
}
.top-banner-impact .top-banner-wrapper .product-button:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

@media screen and (min-width: 1120px) and (max-width: 1285px) {
  body:not(.mini-menu) .top-banner-impact .top-banner-wrapper p {
    padding-left: 40px;
    line-height: 12px;
    padding-top: 12px;
  }
  body:not(.mini-menu) .top-banner-impact .top-banner-wrapper p .event_subtitle {
    font-size: 12px;
  }
  body:not(.mini-menu) .top-banner-impact .top-banner-wrapper p .event_subtitle-mobile {
    display: inline;
  }
  body:not(.mini-menu) .top-banner-impact .top-banner-wrapper p .event_subtitle-desktop {
    display: none;
  }
  body:not(.mini-menu) .top-banner-impact .top-banner-wrapper p .event_title {
    display: none;
  }
}
@media screen and (min-width: 400px) {
  body .top-banner-no-subline .top-banner-list li:first-child {
    max-width: none;
    width: 100%;
  }
}
.top-banner-no-subline .product-button {
  min-width: 180px;
}

@media screen and (min-width: 1120px) {
  .mini-menu .top-banner-wrapper {
    width: 880px;
  }
  .mini-menu .top-banner-wrapper .top-banner-list {
    width: 77%;
  }
  .mini-menu .top-banner-gdpr .top-banner-wrapper {
    width: 900px;
  }
}

@media screen and (min-width: 570px) {
  .top-banner-shortlist .top-banner-list .top-banner-title {
    width: 45%;
  }
}
@media screen and (min-width: 1120px) {
  .top-banner-shortlist .top-banner-wrapper {
    width: 750px !important;
  }
}
@media screen and (min-width: 570px) {
  .top-banner-shortlist .top-banner-list {
    width: 100%;
  }
}

.top-banner-next {
  background: #ffd200;
}
.top-banner-next .top-banner-list li {
  width: 50%;
}
@media screen and (min-width: 570px) {
  .top-banner-next .top-banner-list .top-banner-title {
    width: 18%;
    max-width: 110px;
  }
}

.top-banner-sidehustle {
  background: #100c08;
  color: #fff;
}
@media screen and (min-width: 570px) {
  .top-banner-sidehustle .top-banner-list .top-banner-title {
    width: 25%;
    min-width: 155px;
  }
}
.top-banner-sidehustle .top-banner-wrapper .product-button {
  color: #fff;
  border-color: #fff;
}
.top-banner-sidehustle .top-banner-wrapper .product-button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #100c08;
}

.top-banner-climate {
  background-color: #4ee58b;
}
@media screen and (min-width: 570px) {
  .top-banner-climate .top-banner-list .top-banner-title {
    width: auto;
    min-width: 190px;
  }
}

@media screen and (min-width: 1400px) {
  body:not(.mini-menu) .top-banner-shortlist .top-banner-list li:last-child {
    min-width: 295px;
  }
}

.top-banner-rotation {
  display: none;
}
.top-banner-rotation.show {
  display: block;
}

/**
*
* Main Content Area
*
* All CSS for the main area.
*
**/
main[role="main"] {
  padding-top: 111px;
}
body.has-journey-nav main[role="main"] {
  padding-top: 150px;
}
body.with-top-banner.content main[role="main"], body.with-top-banner.node main[role="main"], body.with-top-banner.entry_detail main[role="main"], body.with-top-banner.archive-results main[role="main"] {
  padding-top: 165px;
}
@media screen and (min-width: 1120px) {
  body.home.with-top-banner main[role="main"] {
    padding-top: 105px;
  }
}
main[role="main"] .container {
  max-width: 1020px;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
}
main[role="main"] .container:before, main[role="main"] .container:after {
  content: '';
  display: table;
}
main[role="main"] .container:after {
  clear: both;
}
main[role="main"] .container article .journey-title {
  border-bottom: 1px solid #ffd200;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 16px;
  min-height: 53px;
  font-size: 1.14286em;
  line-height: 1em;
}
main[role="main"] .container article .journey-title p {
  margin: 0;
}
main[role="main"] .container article .journey-title.events {
  border-color: #2f63cf;
}
main[role="main"] .container article .journey-title.members {
  border-color: #3fdb70;
}
main[role="main"] .container article .journey-title.stories {
  border-color: #f65b49;
}
main[role="main"] .container article .journey-title .journey-image {
  max-width: 80px;
  display: block;
  margin: 17px 0 16px;
}
main[role="main"] .container article .journey-title:empty {
  display: none;
}
main[role="main"] .container article .article-title {
  margin-bottom: 18px;
}
main[role="main"] .container article .article-subtitle {
  margin-top: -12px;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
main[role="main"] .container article .subheader {
  font-size: 1em;
  line-height: inherit;
  font-family: "ITCFranklinGothicStd-Demi", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 36px;
}
main[role="main"] .container article figure {
  margin-bottom: 40px;
}
main[role="main"] .container article figure figcaption {
  font-size: 0.85714em;
  line-height: 1.25em;
  margin: 20px 0 0;
}
main[role="main"] .container article header + figure {
  margin-top: 0;
}
main[role="main"] .container article .location iframe {
  margin-top: 1em;
  margin-bottom: 36px;
  width: 100%;
}
main[role="main"] .journey-nav-container {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  z-index: 101;
}
main[role="main"] ul#journey-nav li {
  display: block;
  float: left;
  width: 50%;
  list-style: none;
}
main[role="main"] ul#journey-nav li:first-of-type {
  left: 0;
}
main[role="main"] ul#journey-nav li:last-of-type {
  right: 0;
}
main[role="main"] a.journey-nav {
  display: block;
  height: 40px;
  text-decoration: none;
  z-index: 10;
  line-height: 40px;
  background: #fff;
  color: #000;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
main[role="main"] a.journey-nav div:before {
  font-size: 20px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  width: 10px;
  height: 16px;
  text-align: center;
  line-height: 1em;
  text-indent: -3px;
  z-index: 20;
}
main[role="main"] a.journey-nav span {
  position: absolute;
  top: -9999px;
  left: -9999px;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
}
main[role="main"] a.journey-nav:hover {
  background-color: #000;
  color: #fff;
}
main[role="main"] a.journey-nav.journey-previous {
  padding: 0 10px 0 50px;
}
main[role="main"] a.journey-nav.journey-previous div:before {
  left: 30px;
}
main[role="main"] a.journey-nav.journey-next {
  padding: 0 50px 0 10px;
  text-align: right;
}
main[role="main"] a.journey-nav.journey-next div:before {
  right: 30px;
}

@media screen and (min-width: 28.75em) and (min-height: 26.25em) {
  body.has-journey-nav main[role="main"] {
    padding-top: 170px;
  }
  main[role="main"] .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  main[role="main"] a.journey-nav {
    font-size: inherit;
    height: 60px;
    line-height: 18px;
  }
  main[role="main"] a.journey-nav span {
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }
  main[role="main"] a.journey-nav div:before {
    width: 17px;
    height: 24px;
    font-size: 34px;
    text-indent: -6px;
    margin-top: -14px;
  }
  main[role="main"] a.journey-nav.journey-previous {
    padding: 13px 10px 0 40px;
  }
  main[role="main"] a.journey-nav.journey-previous div:before {
    left: 10px;
  }
  main[role="main"] a.journey-nav.journey-next {
    padding: 13px 40px 0 10px;
  }
  main[role="main"] a.journey-nav.journey-next div:before {
    right: 10px;
  }
}
@media screen and (min-width: 37.5em) and (min-height: 26.25em) {
  body.has-journey-nav main[role="main"] {
    padding-top: 210px;
  }
  main[role="main"] .container article figure {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  main[role="main"] .journey-nav-container {
    position: fixed;
    top: 150px;
  }
  main[role="main"] a.journey-nav {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 41.25em) and (min-height: 26.25em) {
  main[role="main"] .container article .journey-title {
    font-size: 1.25em;
    line-height: 1em;
    min-height: 65px;
    margin-bottom: 15px;
  }
  main[role="main"] a.journey-nav.journey-previous {
    padding: 13px 10px 0 90px;
  }
  main[role="main"] a.journey-nav.journey-previous div:before {
    left: 40px;
  }
  main[role="main"] a.journey-nav.journey-next {
    padding: 13px 90px 0 10px;
  }
  main[role="main"] a.journey-nav.journey-next div:before {
    right: 40px;
  }
}
@media screen and (min-width: 43.75em) and (min-height: 26.25em) {
  main[role="main"] .container article .journey-title {
    position: relative;
  }
  main[role="main"] .container article .journey-title .journey-image {
    margin: 0;
    position: absolute;
    max-width: 100px;
    right: 0;
    bottom: 25px;
  }
}
@media screen and (min-width: 48.0625em) and (min-height: 26.25em) {
  main[role="main"] {
    -moz-transition: padding-top 0.3s ease;
    -o-transition: padding-top 0.3s ease;
    -webkit-transition: padding-top 0.3s ease;
    transition: padding-top 0.3s ease;
  }
  body.has-journey-nav main[role="main"] {
    padding-top: 220px;
  }
  main[role="main"] .journey-nav-container {
    top: 160px;
    -moz-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }

  body.mini-menu main[role="main"] {
    padding-top: 90px;
  }

  body.has-journey-nav.mini-menu main[role="main"] {
    padding-top: 150px;
  }
  body.has-journey-nav.mini-menu main[role="main"] .journey-nav-container {
    top: 90px;
  }
}
@media screen and (min-width: 1120px) {
  main[role="main"] {
    padding-top: 111px;
  }
}
@media screen and (min-width: 50em) and (min-height: 26.25em) {
  main[role="main"] a.journey-nav {
    font-size: 0.77778em;
  }
}
@media screen and (min-width: 56.25em) and (min-height: 26.25em) {
  main[role="main"] .container {
    padding: 40px 80px 80px 80px;
  }
  main[role="main"] a.journey-nav.journey-previous {
    padding: 13px 10px 0 130px;
  }
  main[role="main"] a.journey-nav.journey-previous div:before {
    left: 80px;
  }
  main[role="main"] a.journey-nav.journey-next {
    padding: 13px 130px 0 10px;
  }
  main[role="main"] a.journey-nav.journey-next div:before {
    right: 80px;
  }
}
@media screen and (min-width: 63.75em) and (min-height: 26.25em) {
  main[role="main"] a.journey-nav div {
    position: relative;
    max-width: 520px;
    width: 420px;
  }
  main[role="main"] a.journey-nav div:before {
    margin-top: -16px;
  }
  main[role="main"] a.journey-nav.journey-previous {
    padding-left: 0;
  }
  main[role="main"] a.journey-nav.journey-previous div {
    float: right;
    padding-left: 50px;
  }
  main[role="main"] a.journey-nav.journey-previous div:before {
    left: 0;
  }
  main[role="main"] a.journey-nav.journey-next {
    padding-right: 0;
  }
  main[role="main"] a.journey-nav.journey-next div {
    float: left;
    padding-right: 50px;
  }
  main[role="main"] a.journey-nav.journey-next div:before {
    right: 0;
  }
}
.anchor-point {
  position: absolute;
  margin-top: -75px;
}

#middle-banner-section {
  line-height: 0;
}

.clickthrough {
  cursor: pointer;
}

.share {
  position: relative;
  clear: both;
}
.share .at4-icon {
  display: none !important;
}
.share ul li span {
  display: none;
}
.share ul li:before {
  content: none;
}
.share ul li.share-more a.on {
  color: #333333;
}
.share ul li.instagram a:before {
  content: '';
  display: block;
  background: url(../svg/insta-01.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-top: 5px;
}
@media screen and (min-width: 50em) {
  .share ul li.instagram a:before {
    margin-top: 0;
    width: 29px;
    height: 29px;
  }
}
.share ul li.thedots a:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 5px;
  background: url(../svg/thedots.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 50em) {
  .share ul li.thedots a:before {
    margin-top: 0;
    width: 29px;
    height: 29px;
  }
}
.share ul li.heart a:before {
  background-color: #faf;
}
.share a {
  color: #cccccc;
}
.share a:hover {
  color: #333333;
}
.share a:before {
  position: absolute;
  font-size: 30px;
  line-height: 40px;
  width: 30px;
  height: 40px;
}
.share a.share-dropdown-close {
  display: block;
  width: 100%;
  height: 0;
  font-size: 15px;
  padding-top: 15px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.share a.share-dropdown-close:hover {
  background: #333333;
}
.share a.share-dropdown-close:before {
  font-size: 20px;
  text-align: center;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  line-height: 1em;
  width: auto;
  height: auto;
}
.share > ul {
  overflow: hidden;
  margin: 0 0 16px 0;
}
.share > ul > li {
  overflow: hidden;
  float: left;
  margin-right: 8px;
  padding-left: 0;
}
.share > ul a {
  position: relative;
  width: 25px !important;
  height: 0;
  padding-top: 32px;
  display: block;
  overflow: hidden;
}
.share > ul a:before {
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
}

.share-dropdown {
  background: #333333;
  color: #fff;
  position: absolute;
  top: 40px;
  left: 0;
  /* width: 260px; */
  width: 290px;
  height: auto;
  padding: 20px;
  z-index: 10;
  overflow: hidden;
}
.share-dropdown > p {
  font-size: 1.14286em;
  line-height: 1.875em;
  margin-bottom: 10px;
}
.share-dropdown ul {
  margin-bottom: 20px;
}
.share-dropdown ul li {
  padding: 0;
  margin-bottom: 0;
}
.share-dropdown ul a {
  background: #333333;
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  color: #fff;
  text-decoration: none;
  padding-left: 45px;
  position: relative;
}
.share-dropdown ul a:hover {
  background: #fff;
  color: #333333;
}
.share-dropdown ul a:before {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  line-height: 54px;
}

@media screen and (min-width: 41.25em) {
  .share > ul > li {
    margin-right: 10px;
  }
}
@media screen and (min-width: 50em) {
  .share a:before {
    font-size: 35px;
  }
  .share a.share-dropdown-close {
    padding-top: 25px;
  }
  .share a.share-dropdown-close:before {
    font-size: 30px;
  }
  .share > ul a {
    width: 30px !important;
    padding-top: 35px;
  }
  .share > ul a:before {
    line-height: 35px;
  }

  .share-dropdown {
    width: 400px;
    padding: 36px 40px;
    top: 50px;
  }
  .share-dropdown ul {
    margin-bottom: 40px;
  }
  .share-dropdown ul li a {
    height: 60px;
    line-height: 60px;
    padding-left: 65px;
  }
  .share-dropdown ul li a:before {
    left: 20px;
    line-height: 64px;
  }
}
nav.pagination ul li {
  float: left;
  position: relative;
  font-size: 0.77778em;
  line-height: 3.57143em;
  height: 50px;
}
nav.pagination ul li a,
nav.pagination ul li span {
  height: 50px;
  line-height: 50px;
  display: block;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  border: 1px solid #cacac9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
nav.pagination ul li a {
  color: #000;
}
nav.pagination ul li a:hover {
  background: #000;
  color: #fff;
}
nav.pagination ul li span {
  color: #cacac9;
}
nav.pagination ul li.prev, nav.pagination ul li.next {
  width: 50%;
  height: 50px;
}
nav.pagination ul li.prev a,
nav.pagination ul li.prev span, nav.pagination ul li.next a,
nav.pagination ul li.next span {
  height: 0;
  padding-top: 48px;
}
nav.pagination ul li.prev a:before,
nav.pagination ul li.prev span:before, nav.pagination ul li.next a:before,
nav.pagination ul li.next span:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 18px;
  line-height: 54px;
}
nav.pagination ul li.prev {
  padding-right: 10px;
}
nav.pagination ul li.next {
  padding-left: 10px;
}
nav.pagination ul li.on a {
  background: #000;
  color: #fff;
}
nav.pagination ul li:nth-of-type(1n+3) {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

@media screen and (min-width: 37.5em) {
  nav.pagination ul li {
    margin-right: 20px;
  }
  nav.pagination ul li a {
    width: 50px;
  }
  nav.pagination ul li.prev, nav.pagination ul li.next {
    width: auto;
    padding: 0;
  }
  nav.pagination ul li.prev a,
  nav.pagination ul li.prev span, nav.pagination ul li.next a,
  nav.pagination ul li.next span {
    width: 50px;
  }
  nav.pagination ul li.prev {
    padding-right: 0;
  }
  nav.pagination ul li.next {
    padding-left: 0;
  }
  nav.pagination ul li:nth-of-type(3) {
    position: relative;
    top: auto;
    left: auto;
  }
  nav.pagination ul li:nth-of-type(4) {
    position: relative;
    top: auto;
    left: auto;
  }
  nav.pagination ul li:nth-of-type(5) {
    position: relative;
    top: auto;
    left: auto;
  }
  nav.pagination ul li:nth-of-type(6) {
    position: relative;
    top: auto;
    left: auto;
  }
  nav.pagination ul li:last-of-type {
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (min-width: 56.25em) {
  nav.pagination ul li:nth-of-type(7) {
    position: relative;
    top: auto;
    left: auto;
  }
  nav.pagination ul li:nth-of-type(8) {
    position: relative;
    top: auto;
    left: auto;
  }
  nav.pagination ul li:nth-of-type(9) {
    position: relative;
    top: auto;
    left: auto;
  }
  nav.pagination ul li:nth-of-type(10) {
    position: relative;
    top: auto;
    left: auto;
  }
}
/**
*
* Page Types
*
*
*
**/
.svg-filter {
  display: none !important;
}

#news-section, #shop-section {
  overflow: hidden;
  width: 100%;
}

.home main[role="main"] {
  background: #eeeeee;
}
.home .feed-tabs {
  border: 1px solid #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  margin-top: 10px;
  overflow: hidden;
  -moz-transition: height, 0.3s, ease;
  -o-transition: height, 0.3s, ease;
  -webkit-transition: height, 0.3s, ease;
  transition: height, 0.3s, ease;
}
.home .feed-tabs a {
  display: block;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
}
.home .feed-tabs a.tab-toggle {
  position: relative;
}
.home .feed-tabs a.tab-toggle:before {
  position: absolute;
  top: 2px;
  right: 20px;
}
.home .feed-tabs .home-tabs {
  display: none;
}
.home .feed-show-more {
  width: auto;
  max-width: 400px;
  margin: 0 auto;
  font-size: 1em;
  line-height: 2.85714em;
}
@media (max-width: 410px) {
  .home .feed-show-more {
    margin: 0 1rem;
  }
}
.home .feed-show-more.feed-show-more-hover-black:hover {
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
}
.home .feed-show-more.feed-show-more-hover-white:hover {
  border-color: #fff !important;
  background: #fff !important;
  color: #000 !important;
}

.homepage-carousel {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  height: 520px;
  background: #eeeeee;
}
.homepage-carousel:before, .homepage-carousel:after {
  content: '';
  display: table;
}
.homepage-carousel:after {
  clear: both;
}
.homepage-carousel ul.slides li.item {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
}
.homepage-carousel ul.slides li.item a {
  position: absolute;
  top: 0;
  left: 0;
  height: 850px;
  display: block;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 100;
}
.homepage-carousel .image-block {
  height: 260px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  margin-left: 0;
}
.homepage-carousel .image-block img {
  opacity: 0;
}
.homepage-carousel .slide-info {
  /* background-color: $dark-grey; */
  color: #fff;
  padding: 30px;
  height: 260px;
  position: relative;
  z-index: 2;
  line-height: 1.4;
}
.homepage-carousel .slide-info.text-black {
  color: #000;
}
.homepage-carousel .slide-info.text-white {
  color: #fff;
}
.homepage-carousel .slide-info h3 {
  margin-top: -6px;
  font-size: 1.42857em;
  line-height: 1.25em;
}
.homepage-carousel .slide-info span {
  display: none;
}
.homepage-carousel .slide-info span p {
  margin-bottom: 0;
}
.homepage-carousel .flex-direction-nav {
  display: none;
}
.homepage-carousel img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}
.homepage-carousel .slide-info img {
  width: auto;
  max-width: 100%;
}

#feed .table-listing {
  background-color: transparent !important;
  margin: 0;
  padding: 0;
}
#feed .table-listing h3 {
  text-align: left;
  margin-bottom: 16px;
  font-size: 1.28571em;
  line-height: 1.38889em;
}
#feed .table-listing ul {
  max-width: 100%;
  border-color: #cccccc;
}
#feed .table-listing ul li {
  border-color: #cccccc;
}
#feed .table-listing ul ul {
  border-color: #cccccc;
}

@media screen and (min-width: 28.75em) {
  .homepage-carousel {
    height: 517px;
  }
  .homepage-carousel .image-block {
    height: 264px;
  }
  .homepage-carousel .slide-info {
    width: 100%;
    height: 253px;
    padding: 40px;
  }
  .homepage-carousel .slide-info span {
    display: block;
    font-size: 1.14286em;
    line-height: 1.25em;
    height: 40px;
    overflow: hidden;
  }

  #feed .table-listing div {
    padding-right: 40px;
  }
  #feed .table-listing div + div {
    padding-left: 0;
    padding-right: 20px;
  }

  .judging-promo a {
    margin: -30px -40px 30px;
  }
}
@media screen and (min-width: 37.5em) {
  .home .feed-tabs {
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: visible;
  }
  .home .feed-tabs > a {
    display: none;
  }
  .home .feed-tabs a.on {
    color: #333333;
  }
  .home .feed-tabs .home-tabs {
    overflow: hidden;
    display: block;
    margin-left: -10px;
  }
  .home .feed-tabs .home-tabs li {
    float: left;
  }

  .homepage-carousel .slide-info h3 {
    font-size: 1.25em;
    line-height: 1.2em;
  }
  .homepage-carousel .slide-info span {
    height: 40px;
    font-size: 1em;
    line-height: 1.25em;
  }

  #feed .table-listing h3 {
    font-size: 1.25em;
    line-height: 1.25em;
  }

  .feed-show-more.btn, body.search-results .search-container input.feed-show-more[type="submit"], .cart-contents .mini-cart-contents > a.feed-show-more,
  .cart-contents .mini-cart-contents .feed-show-more.proceed-to-checkout {
    font-size: 0.875em;
    line-height: 2.85714em;
  }
}
@media screen and (min-width: 41.25em) {
  .homepage-carousel {
    height: 58vh;
    max-height: 850px;
  }
  .homepage-carousel .image-block {
    height: 58vh;
    max-height: 850px;
    width: 66.6666%;
    left: 33.33333%;
    padding-left: 2px;
  }
  .homepage-carousel .slide-content {
    position: absolute;
    height: 100%;
    width: 33.33333%;
    z-index: 7;
    top: 0;
  }
  .homepage-carousel .slide-content.hidden {
    display: none;
  }
  .homepage-carousel .slide-info h3 {
    font-size: 1.5625em;
    line-height: 1.2em;
    margin-top: -4px;
  }
  .homepage-carousel .slide-info span {
    font-size: 1.125em;
    line-height: 1.33333em;
    height: 48px;
  }
  .homepage-carousel .flex-direction-nav {
    display: block;
    z-index: 11;
    position: absolute;
    top: 50%;
    width: 100%;
  }
  .homepage-carousel .flex-direction-nav li {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
  }
  .homepage-carousel .flex-direction-nav .flex-prev,
  .homepage-carousel .flex-direction-nav .flex-next {
    display: block;
    width: 60px;
    height: 0;
    padding-top: 80px;
    overflow: hidden;
    position: absolute;
    margin-top: -40px;
    color: #999999;
    font-family: 'dandad-icons';
    text-decoration: none;
  }
  .homepage-carousel .flex-direction-nav .flex-prev:before,
  .homepage-carousel .flex-direction-nav .flex-next:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 52px;
    line-height: 84px;
    text-align: center;
  }
  .homepage-carousel .flex-direction-nav .flex-prev:hover,
  .homepage-carousel .flex-direction-nav .flex-next:hover {
    color: #333333;
  }
  .homepage-carousel .flex-direction-nav .flex-prev {
    left: 0;
  }
  .homepage-carousel .flex-direction-nav .flex-prev:before {
    content: '\E05C';
  }
  .homepage-carousel .flex-direction-nav .flex-next {
    right: 0;
  }
  .homepage-carousel .flex-direction-nav .flex-next:before {
    content: '\E05D';
  }

  .home .row > li:nth-of-type(3) {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #feed .table-listing div {
    width: 50%;
    margin: 0;
    float: left;
  }
  #feed .table-listing div + div {
    padding-left: 20px;
  }
}
@media (max-width: 991px) and (min-width: 659px) {
  .homepage-carousel .image-block {
    left: 40%;
    margin-left: 2px;
    width: 60%;
  }
  .homepage-carousel .slide-content {
    width: 40%;
  }
}
@media screen and (min-width: 50em) {
  .homepage-carousel .slide-info h3 {
    font-size: 1.38889em;
    line-height: 1.2em;
  }
  .homepage-carousel .slide-info span {
    font-size: 1em;
    line-height: 1.33333em;
    height: 50px;
  }

  #feed .table-listing h3 {
    font-size: 1.11111em;
    line-height: 1.25em;
  }
  #feed .table-listing ul {
    font-size: 0.94118em;
    line-height: 2.8125em;
  }

  .feed-show-more.btn, body.search-results .search-container input.feed-show-more[type="submit"], .cart-contents .mini-cart-contents > a.feed-show-more,
  .cart-contents .mini-cart-contents .feed-show-more.proceed-to-checkout {
    font-size: 0.77778em;
    line-height: 2.85714em;
  }
}
@media screen and (min-width: 56.25em) {
  .home .feed-tabs {
    margin-top: 0;
  }

  #feed .table-listing > ul {
    margin-bottom: 40px;
  }
  #feed .table-listing ul {
    font-size: 1em;
    line-height: 2.8125em;
  }
  #feed .table-listing ul ul li:last-of-type {
    padding-right: 30px;
  }
  #feed .table-listing div {
    padding-right: 50px;
  }
  #feed .table-listing div + div {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media screen and (min-width: 82.5em) {
  .home .feed-tabs {
    margin-bottom: 80px;
    font-size: 1.11111em;
    line-height: 1.5em;
  }
  .home .feed-tabs .home-tabs li {
    margin-right: 20px;
  }
  .home a.feed-show-more.btn, .home .cart-contents .mini-cart-contents > a.feed-show-more, .cart-contents .home .mini-cart-contents > a.feed-show-more,
  .home .cart-contents .mini-cart-contents a.feed-show-more.proceed-to-checkout,
  .cart-contents .mini-cart-contents .home a.feed-show-more.proceed-to-checkout {
    margin: 40px auto 40px;
  }
  .home .row li:nth-of-type(3) {
    position: relative;
    top: auto;
    left: auto;
  }

  #feed .table-listing a:before {
    right: 20px;
    margin-left: 0;
  }
  #feed .table-listing ul ul li {
    width: 560px;
  }
  #feed .table-listing ul ul li:last-of-type {
    width: 280px;
  }
}
#editors-choice-section .item-content img {
  width: 100%;
}

#editors-choice-section .item-content img {
  float: left;
  width: auto;
  height: 130px;
  width: auto;
}
#editors-choice-section .item-content h2 {
  padding: 1em;
  display: block;
  float: left;
  width: calc(100% - 130px);
  height: 130px;
  margin-bottom: 0;
  font-size: .8888em;
  margin-top: 0;
}

@media screen and (min-width: 660px) {
  .homepage-carousel .slide-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 0 40px;
    max-width: 400px;
    width: 90%;
    left: 50%;
  }
}
#editors-choice-section li {
  margin-bottom: 20px;
}
#editors-choice-section .content-roulette-wrapper #content-roulette {
  height: 300px;
  background-color: #000;
}
@media (max-width: 869px) and (min-width: 696px) {
  #editors-choice-section .content-roulette-wrapper #content-roulette {
    height: 280px;
    background-color: #000;
  }
}
@media (max-width: 82.5em) and (min-width: 870px) {
  #editors-choice-section .content-roulette-wrapper #content-roulette {
    height: 280px;
  }
  #editors-choice-section .content-roulette-wrapper + li {
    margin-top: -150px;
  }
  #editors-choice-section .content-roulette-wrapper + li + li {
    margin-left: 33.33333%;
    margin-top: -150px;
  }
}
@media screen and (min-width: 1320px) {
  #editors-choice-section .content-roulette-wrapper + li {
    margin-top: -150px;
  }
  #editors-choice-section .content-roulette-wrapper + li + li {
    margin-top: -150px;
    margin-left: 300px;
  }
  #editors-choice-section .content-roulette-wrapper + li + li + li {
    margin-top: -150px;
    margin-left: 600px;
  }
  #editors-choice-section .content-roulette-wrapper + li + li + li + li {
    display: none;
  }
}

body.content main,
body.person main,
body.entry_detail main,
body.node main {
  background-color: #eeeeee;
}

body.search-results .search-container .search-form input,
body.search-results .search-container .search-form .selector {
  border: 1px solid #999999;
}
body.search-results .more-filters {
  background: #333333;
  font-size: 14px;
  margin-bottom: 20px;
  position: relative;
}
body.search-results .more-filters:hover {
  background: #fff;
  border-color: #333333;
}
body.search-results .more-filters:before {
  position: absolute;
  left: 10px;
  font-size: 20px;
}
body.search-results main[role="main"] {
  background: #eeeeee;
}
body.search-results .b-head {
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 0.90909em;
}

@keyframes fdsseq {
  100% {
    opacity: 1;
  }
}
.archive-results {
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
}
.archive-results #results-header {
  padding-left: 0px;
  animation: fdsseq .5s forwards;
  float: left;
  width: 100%;
  margin-top: 0;
}
.archive-results #results-header .b-head {
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 41.25em) {
  .archive-results #results-header {
    padding-left: 270px;
    float: none;
    margin-top: 0px;
  }
  .archive-results #results-header .b-head {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 56.25em) {
  .archive-results #results-header {
    padding-left: 280px;
  }
}
@media screen and (min-width: 82.5em) {
  .archive-results #results-header {
    padding-left: 0px;
    margin-top: -40px;
  }
}
.archive-results .search-icon {
  /* remove search icon for now. fix later */
  display: none;
}
.archive-results .feed-blocks {
  margin-top: -15px;
}
.archive-results .feed-blocks > li {
  opacity: 0;
}
.archive-results .feed-blocks > li.no-results {
  width: 100% !important;
}
.archive-results .feed-blocks > li:nth-child(1) {
  animation: fdsseq .5s forwards;
  animation-delay: 0.05s;
}
.archive-results .feed-blocks > li:nth-child(2) {
  animation: fdsseq .5s forwards;
  animation-delay: 0.1s;
}
.archive-results .feed-blocks > li:nth-child(3) {
  animation: fdsseq .5s forwards;
  animation-delay: 0.15s;
}
.archive-results .feed-blocks > li:nth-child(4) {
  animation: fdsseq .5s forwards;
  animation-delay: 0.2s;
}
.archive-results .feed-blocks > li:nth-child(5) {
  animation: fdsseq .5s forwards;
  animation-delay: 0.25s;
}
.archive-results .feed-blocks > li:nth-child(6) {
  animation: fdsseq .5s forwards;
  animation-delay: 0.3s;
}
.archive-results .feed-blocks > li:nth-child(7) {
  animation: fdsseq .5s forwards;
  animation-delay: 0.35s;
}
.archive-results .feed-blocks > li:nth-child(8) {
  animation: fdsseq .5s forwards;
  animation-delay: 0.4s;
}
.archive-results .feed-blocks > li:nth-child(9) {
  animation: fdsseq .5s forwards;
  animation-delay: 0.45s;
}
.archive-results .feed-blocks > li:nth-child(10) {
  animation: fdsseq .5s forwards;
  animation-delay: 0.5s;
}
.archive-results .feed-blocks > li:nth-child(11) {
  animation: fdsseq .5s forwards;
  animation-delay: 0.55s;
}
.archive-results .feed-blocks > li:nth-child(12) {
  animation: fdsseq .5s forwards;
  animation-delay: 0.6s;
}
.archive-results .feed-blocks > li:nth-child(13) {
  animation: fdsseq .5s forwards;
  animation-delay: 0.65s;
}
.archive-results .feed-blocks > li:nth-child(14) {
  animation: fdsseq .5s forwards;
  animation-delay: 0.7s;
}
.archive-results .feed-blocks > li:nth-child(15) {
  animation: fdsseq .5s forwards;
  animation-delay: 0.75s;
}
.archive-results .feed-blocks > li:nth-child(16) {
  animation: fdsseq .5s forwards;
  animation-delay: 0.8s;
}
.archive-results .feed-blocks > li:nth-child(17) {
  animation: fdsseq .5s forwards;
  animation-delay: 0.85s;
}
.archive-results .feed-blocks > li:nth-child(18) {
  animation: fdsseq .5s forwards;
  animation-delay: 0.9s;
}
.archive-results .feed-blocks > li:nth-child(n+19) {
  animation: fdsseq .5s forwards;
  animation-delay: 0.95s;
}
.archive-results .search-filter-container .toggle-group-header .toggle-label-inner {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  padding: 6px 40px 6px 0px;
  line-height: 1.66667em;
}
@media screen and (min-width: 37.5em) {
  .archive-results .search-filter-container .toggle-group-header .toggle-label-inner {
    padding: 6px 0 6px 0;
  }
}
.archive-results .search-filter-container .handle {
  right: 0px;
  bottom: 9px;
}
.archive-results .checkbox input:not(:checked),
.archive-results .checkbox input:checked {
  position: absolute;
  left: -9999px;
}
.archive-results .checkbox:not(.selected) label:before,
.archive-results .checkbox.selected label:before,
.archive-results .checkbox:not(.selected) label:after,
.archive-results .checkbox.selected label:after {
  cursor: pointer;
}
.archive-results .checkbox:not(.selected) label:before,
.archive-results .checkbox.selected label:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 5px;
  width: 16px;
  height: 15px;
  border: 1px solid #999999;
  background: #fff;
}
.archive-results .checkbox.radio:not(.selected) label:before,
.archive-results .checkbox.radio.selected label:before {
  border-radius: 10px;
  width: 19px;
  height: 18px;
}
.archive-results .checkbox:not(.selected) label:after,
.archive-results .checkbox.selected label:after {
  content: '\E03F';
  position: absolute;
  top: 4px;
  left: 7px;
  font-size: 20px;
  line-height: 0.8;
  color: #333;
  transition: all .2s;
  font-family: 'dandad-icons';
}
.archive-results .checkbox.radio:not(.selected) label:after,
.archive-results .checkbox.radio.selected label:after {
  content: '';
  position: absolute;
  left: 9px;
  top: 7px;
  border-radius: 10px;
  width: 11px;
  height: 10px;
  border: 1px solid #999999;
  background: #999999;
}
.archive-results .checkbox:not(.selected) label:after {
  opacity: 0;
  transform: scale(0);
}
.archive-results .checkbox.selected label:after {
  opacity: 1;
  transform: scale(1);
}
.archive-results div.selector {
  font-size: 1em;
}
.archive-results sidebar {
  width: 100%;
  margin-bottom: 20px;
  float: left;
}
.archive-results sidebar #archive {
  width: 100%;
}
.archive-results sidebar #archive .form-wrapper {
  background: white;
  overflow: hidden;
  transition: max-height .5s;
}
.archive-results sidebar #archive .type_toggle {
  cursor: pointer;
  font-weight: bold;
  background: white;
  padding: 10px 20px;
  margin-top: 10px;
}
.archive-results sidebar #archive .type_toggle[for=id_type_ranking] {
  background: #ffd200;
}
.archive-results sidebar #archive .type_button {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: black;
  background: white;
  padding: 13px;
  margin-bottom: 20px;
}
.archive-results sidebar #archive .type_button.type_button_rankings {
  margin-top: 20px;
  background: #ffd200;
}
.archive-results sidebar .search-filter-container {
  font-size: 16px;
}
.archive-results sidebar .search-filter-container .form-header {
  padding: 15px;
  border-bottom: 1px solid #333333;
  margin-bottom: 10px;
}
.archive-results sidebar .search-filter-container .form-header h2 {
  font-size: 1em;
  margin-bottom: 1em;
}
.archive-results sidebar .search-filter-container .form-header p {
  font-size: .8888em;
  line-height: 1.25em;
  color: #999999;
  margin-bottom: 0;
}
.archive-results sidebar .search-filter-container h1 {
  font-size: 1.38889em;
  line-height: 1.2em;
  padding: 15px 15px 0;
  margin-bottom: 0;
  font-weight: bold;
  font-family: "ITCFranklinGothicStd-Demi", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.archive-results sidebar .search-filter-container h2.sub-heading {
  font-size: 1em;
  padding: 5px 15px 0;
  margin-bottom: 0;
}
.archive-results sidebar .search-filter-container .company-rankings {
  border-bottom: 1px solid;
}
.archive-results sidebar .search-filter-container .company-rankings:last-of-type {
  border-bottom: 0;
}
.archive-results sidebar .search-filter-container .company-rankings h2.sub-heading {
  margin-top: 10px;
}
.archive-results sidebar .search-filter-container .company-rankings p {
  color: #999;
  padding: 5px 15px 10px;
  font-size: .8888em;
  border-bottom: 1px solid #000;
  margin-bottom: 0em;
  line-height: 1.25em;
}
.archive-results sidebar .search-filter-container h2.sub-heading-filters {
  margin-bottom: 10px;
}
.archive-results sidebar .search-filter-container .form-row {
  display: none;
  overflow: hidden;
}
.archive-results sidebar .search-filter-container .form-row.query, .archive-results sidebar .search-filter-container .form-row.programmes, .archive-results sidebar .search-filter-container .form-row.show-more, .archive-results sidebar .search-filter-container .form-row.selected {
  display: block;
}
.archive-results sidebar .search-filter-container .form-row.show-more {
  padding: 0;
}
.archive-results sidebar .search-filter-container .form-row.show-more .mobile-filter-toggle {
  display: block;
  width: 100%;
  padding: 10px 10px 5px 10px;
  text-align: center;
  background: #ffd200;
  text-decoration: none;
  font-family: 'dandad-icons';
  font-size: 25px;
  color: #333;
}
.archive-results sidebar .search-filter-container .form-row.show-more .close {
  display: none;
}
.archive-results sidebar .search-filter-container .form-row.sort_order {
  padding: 20px;
}
.archive-results sidebar .search-filter-container .form-row.programmes {
  margin-top: 10px;
}
.archive-results sidebar .search-filter-container .form-row.programmes div.selector {
  margin: 10px 15px;
}
@media screen and (min-width: 41.25em) {
  .archive-results sidebar .search-filter-container .form-row.programmes div.selector {
    width: 211px !important;
  }
}
.archive-results sidebar .search-filter-container .form-row.reset {
  padding: 10px 20px 10px 20px;
}
.archive-results sidebar .search-filter-container .form-row.reset a {
  width: 100%;
}
.archive-results sidebar .search-filter-container .form-row.all-selected .handle {
  opacity: 0.2;
  cursor: default;
}
.archive-results sidebar .search-filter-container .form-wrapper.open .form-row {
  display: block;
}
.archive-results sidebar .search-filter-container .form-wrapper.open .show-more .open {
  display: none;
}
.archive-results sidebar .search-filter-container .form-wrapper.open .show-more .close {
  display: inline;
}
.archive-results sidebar .search-filter-container .form-wrapper.open .field-wrapper.is-active .select-multiple.programmes {
  border-bottom: 1px solid #999999;
}
.archive-results sidebar .search-filter-container .form-row.query section {
  position: relative;
}
.archive-results sidebar .search-filter-container .form-row.query .search_icon {
  position: absolute;
  font-family: 'dandad-icons';
  top: 50%;
  right: 20px;
  color: #999999;
  font-size: 30px;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  margin-top: -19px;
}
.archive-results sidebar .search-filter-container .form-row.query input {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #999999;
  padding: 10px 50px 10px 15px;
  height: 50px;
  margin-bottom: 0;
}
.archive-results sidebar .search-filter-container .form-row.query input:focus::placeholder {
  color: transparent;
}
.archive-results sidebar .search-filter-container .form-row.query input::placeholder {
  color: #000000;
  font-weight: bold;
}
.archive-results sidebar .search-filter-container .toggle-group-header {
  padding: 0 20px;
}
.archive-results sidebar .search-filter-container .toggle-group-header .toggle-label {
  margin: 0;
}
.archive-results sidebar .search-filter-container .select-multiple {
  padding-left: 0px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  overflow-y: scroll;
}
.archive-results sidebar .search-filter-container .select-multiple::-webkit-scrollbar {
  width: 5px;
}
.archive-results sidebar .search-filter-container .select-multiple::-webkit-scrollbar-track {
  background: #fff;
}
.archive-results sidebar .search-filter-container .select-multiple::-webkit-scrollbar-thumb {
  background: #999999;
}
.archive-results sidebar .search-filter-container .select-multiple::-webkit-scrollbar-thumb:hover {
  background: #333333;
}
.archive-results sidebar .search-filter-container .select-multiple li {
  list-style: none;
  display: inline-block;
  width: 100%;
  padding: 6px 15px;
  line-height: 1.5;
}
.archive-results sidebar .search-filter-container .select-multiple li label {
  margin-bottom: 0;
  padding-left: 35px;
  position: relative;
}
.archive-results sidebar .search-filter-container .field-wrapper.is-active .select-multiple {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.archive-results sidebar .search-filter-container .field-wrapper.is-active .select-multiple li:first-child {
  padding-top: 12px;
}
.archive-results sidebar .search-filter-container .field-wrapper.is-active .select-multiple li:last-child {
  padding-bottom: 12px;
}
.archive-results sidebar .search-filter-container .field-wrapper.is-active .select-multiple.select-radio {
  border-top: none;
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom: 0;
  overflow-y: unset;
}
@media screen and (min-width: 41.25em) {
  .archive-results sidebar .search-filter-container .field-wrapper.is-active .select-multiple.select-radio {
    margin-bottom: 5px;
    border-bottom: 1px solid #999999;
  }
}
.archive-results sidebar .search-filter-container .field-wrapper.is-active .select-multiple.select-radio li:first-child {
  padding-top: 6px;
}
.archive-results sidebar .search-filter-container .handle:before {
  color: #999999;
}
.archive-results sidebar .search-filter-container .handle.close:before {
  content: '\E05F';
}
.archive-results sidebar .search-filter-container .handle.open:before {
  content: '\E05E';
}
.archive-results sidebar #archive .form-wrapper-ranking {
  background: #ffd200;
  margin-bottom: 10px;
}
.archive-results sidebar #archive .form-wrapper-ranking .form-header {
  margin-bottom: 0px;
}
.archive-results sidebar #archive .form-wrapper-ranking .form-header h2 {
  margin-bottom: 0;
}
.archive-results sidebar #archive .form-wrapper-ranking .ranking-filters {
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
.archive-results sidebar #archive .form-wrapper-ranking .ranking__header {
  text-align: center;
  margin: 10px 10px 0;
  font-weight: bold;
}
.archive-results sidebar #archive .form-wrapper-ranking .ranking__header.ranking__header_all {
  margin-top: 0;
}
.archive-results sidebar #archive .form-wrapper-ranking .form-row {
  display: block;
}
.archive-results sidebar #archive .form-wrapper-ranking .form-row .field-wrapper {
  padding: 0 5px;
}
.archive-results sidebar #archive .form-wrapper-ranking .form-row .field-wrapper.is-active .select-multiple {
  border: none;
  overflow-y: auto;
}
.archive-results sidebar #archive .form-wrapper-ranking .form-row .field-wrapper.is-active .select-multiple li:first-child {
  padding-top: 0;
}
.archive-results sidebar #archive .form-wrapper-ranking .form-row .field-wrapper.is-active .select-multiple li:last-child {
  padding-bottom: 0;
}
.archive-results sidebar #archive .form-wrapper-ranking .form-row .field-wrapper .select-multiple li {
  padding: 6px 0px 6px 15px;
}
.archive-results sidebar #archive .form-wrapper-ranking .form-row.ranking_type {
  margin-bottom: 10px;
}
.archive-results sidebar #archive .form-wrapper-ranking .form-row.ranking_type .field-wrapper {
  padding: 10px 5px;
}
.archive-results sidebar #archive .form-wrapper-ranking .form-row.ranking_type .field-wrapper .select-multiple li {
  padding: 6px 15px;
}
.archive-results sidebar #archive .form-wrapper-ranking .form-row select {
  width: calc(100% - 15px);
  background: #ffd200;
  border: none;
}
.archive-results sidebar #archive .form-wrapper-ranking .form-row div.selector {
  border: none;
  background: #ffd200;
}
.archive-results sidebar #archive .form-wrapper-ranking .form-row div.selector span:after {
  color: #333333;
  border-color: #333333;
}
.archive-results sidebar #archive .form-wrapper-ranking .form-row div.selector:hover span::after {
  color: #333333;
  border-color: #333333;
}
@media screen and (min-width: 41.25em) {
  .archive-results .content-blocks > li, .archive-results .feed-blocks > li {
    width: 50%;
  }
  .archive-results sidebar {
    width: 240px;
    margin-right: 20px;
  }
  .archive-results sidebar .search-filter-container .form-row {
    display: block;
  }
  .archive-results sidebar .search-filter-container .form-row.show-more {
    display: none !important;
  }
  .archive-results .pagination {
    padding-left: 260px;
  }
  .archive-results .pagination ul li {
    margin-bottom: 20px;
  }
  .archive-results .feed-blocks {
    width: calc(100% - 260px);
  }
}
@media screen and (min-width: 63.75em) {
  .archive-results .content-blocks > li, .archive-results .feed-blocks > li {
    width: 50%;
  }
  .archive-results sidebar {
    width: 240px;
    margin-right: 20px;
  }
  .archive-results .pagination {
    padding-left: 280px;
  }
}
@media screen and (min-height: 26.25em) and (min-width: 56.25em) {
  .archive-results sidebar {
    width: 240px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 82.5em) {
  .archive-results sidebar {
    width: 240px;
    margin-right: 20px;
  }
  .archive-results .content-blocks > li, .archive-results .feed-blocks > li {
    width: 33.33333%;
  }
}
.archive-results .ranking-table {
  width: 100%;
  margin: 0px 0px;
}
@media screen and (min-width: 41.25em) {
  .archive-results .ranking-table {
    width: calc(100% - 260px);
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 82.5em) {
  .archive-results .ranking-table {
    width: calc(100% - 300px);
    margin-top: 40px;
  }
}
.archive-results .ranking-table thead {
  color: #999999;
  text-align: left;
}
.archive-results .ranking-table thead th {
  font-weight: normal;
  line-height: 1.5;
  height: 30px;
  font-size: .5em;
  vertical-align: top;
  padding-right: 10px;
}
@media screen and (min-width: 380px) {
  .archive-results .ranking-table thead th {
    height: 40px;
    font-size: .8em;
  }
}
@media screen and (min-width: 41.25em) {
  .archive-results .ranking-table thead th {
    height: 50px;
    font-size: 1em;
  }
}
.archive-results .ranking-table tbody tr {
  border-top: 1px solid #999999;
  height: 4em;
}
.archive-results .ranking-table tbody tr:hover {
  background-color: #ffd200;
}
.archive-results .ranking-table tbody tr.linked {
  cursor: pointer;
}
.archive-results .ranking-table tbody tr .rank {
  border: 1px solid #333333;
  border-radius: 50%;
  line-height: 2.5em;
  width: 2.5em;
  height: 2.5em;
  margin-right: 10px;
  text-align: center;
  font-weight: bold;
}
.archive-results .ranking-table tbody tr td:nth-child(3),
.archive-results .ranking-table tbody tr td:nth-child(4) {
  color: #999999;
}

.archive-results.node .form-section-rankings {
  background-color: #ffd200;
  margin-bottom: 20px;
}
.archive-results.node .form-section-rankings .form-wrapper-ranking .form-header {
  margin-bottom: 10px !important;
}
.archive-results.node .form-section-rankings .field-wrapper.is-active .select-multiple.select-radio {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.archive-results.node .form-wrapper-filter .form-header h2 {
  margin-bottom: 0;
}
.archive-results.node .rankings-search-button {
  margin-top: 20px;
  width: 100%;
}
.archive-results.node .stats-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.archive-results.node .stats-container > div {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 20px 15px 20px 0;
}
@media screen and (min-width: 82.5em) {
  .archive-results.node .stats-container > div {
    padding: 20px 15px;
  }
}
.archive-results.node .stats-container > div.awards-container {
  padding-left: 0;
}
@media screen and (min-width: 82.5em) {
  .archive-results.node .stats-container > div.awards-container {
    width: 55%;
  }
}
.archive-results.node .stats-container > div.ranking-points {
  border-right: 1px solid #999999;
}
@media screen and (min-width: 82.5em) {
  .archive-results.node .stats-container > div.ranking-points {
    border-left: 1px solid #999999;
  }
}
.archive-results.node .stats-container > div .awards-list {
  padding: 0;
  margin-top: 0 !important;
}
.archive-results.node .stats-container > div.numbers-container {
  border-top: 1px solid #999999;
  width: 50%;
}
@media screen and (min-width: 82.5em) {
  .archive-results.node .stats-container > div.numbers-container {
    border-top: none;
    width: 22.5%;
  }
}
.archive-results.node .stats-container > div.numbers-container span {
  font-weight: bold;
}
.archive-results.node .stats-container > div.winning-entries {
  padding-left: 15px;
}
.archive-results.node .ranking-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #999999;
  padding: 20px 0;
}
.archive-results.node .ranking-container .rank {
  border: 1px solid #cccccc;
  border-radius: 14px;
  padding: 0 7px;
  min-width: 40px;
  text-align: center;
  font-weight: bold;
}
.archive-results.node .ranking-container .rank-title {
  margin-left: 20px;
  font-weight: bold;
}
.archive-results.node .rank-info {
  display: none;
  padding-top: 15px;
  border-top: 1px solid #999999;
}
.archive-results.node header section.journey-title {
  margin-bottom: 0;
}
.archive-results.node .container > .node-wrapper {
  float: left;
  width: 100%;
}
.archive-results.node .feed-blocks {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 41.25em) {
  .archive-results.node .feed-blocks {
    width: calc(100% + 40px);
  }
}
@media screen and (min-width: 41.25em) {
  .archive-results.node .container > .node-wrapper {
    width: calc(100% - 260px);
  }
}
@media screen and (min-width: 82.5em) {
  .archive-results.node .container > .node-wrapper {
    padding-left: 20px;
  }
}
.archive-results.node .container .pagination {
  padding-left: 0;
}
.archive-results.node #results-header {
  margin-top: 0;
}
.archive-results.node #results-header .b-head {
  margin-bottom: 0;
}
@media screen and (min-width: 41.25em) {
  .archive-results.node #results-header {
    padding-left: 0;
  }
}

.multilingual.content .container {
  padding-top: 80px;
}

.app-page .about.stage-content {
  padding-top: 250px !important;
}
.app-page nav[role="main"] ul.nav-options > li > .inner {
  padding: 28px 40px;
}
.app-page button {
  color: inherit;
}
.app-page .registration {
  background-color: transparent;
  color: #000;
}
.app-page input {
  margin: 10px 0;
}
.app-page input[type="submit"], .app-page button, .app-page .btn, .app-page body.search-results .search-container input[type="submit"], body.search-results .search-container .app-page input[type="submit"], .app-page .cart-contents .mini-cart-contents > a, .cart-contents .app-page .mini-cart-contents > a,
.app-page .cart-contents .mini-cart-contents .proceed-to-checkout,
.cart-contents .mini-cart-contents .app-page .proceed-to-checkout, .app-page body.search-results .search-container input[type="submit"], .app-page .cart-contents .mini-cart-contents > a, .app-page .cart-contents .mini-cart-contents .proceed-to-checkout {
  height: auto;
}
.app-page input[type=checkbox] {
  float: left;
  margin: 2px 12px 2px 0;
  -webkit-appearance: checkbox;
}
.app-page input[type=text] {
  padding: 0;
  height: auto;
}
.app-page .header-wrapper {
  font-size: 18px;
  z-index: 999999999;
}
.app-page footer {
  display: none;
}
.app-page .eu-cookies-msg {
  font-size: 16.2px;
}
.app-page .open_nav {
  cursor: pointer;
  position: fixed;
  z-index: 100;
  top: 22px;
  left: 177px;
  z-index: 9999;
}
.app-page .open_nav div {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
}

.header-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 250px;
  position: relative;
}
.header-banner .header-info {
  padding: 30px;
  max-width: 500px;
}
.header-banner .header-info h1 {
  margin-bottom: 0.5em;
}
.header-banner .header-info p:empty {
  display: none;
}
.header-banner .header-info p {
  margin-bottom: 1em;
  line-height: 1.5;
}
@media screen and (min-width: 570px) {
  .header-banner {
    height: 350px;
    padding: 0;
  }
  .header-banner .header-info {
    position: absolute;
    top: 25%;
    left: 10%;
  }
}
@media screen and (min-width: 1120px) {
  .header-banner {
    height: 460px;
  }
}

.gallery-banner {
  position: relative;
  margin-bottom: 40px;
}
.gallery-banner img {
  width: 100%;
}
.gallery-banner .product-button {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  background-color: #FFD200;
  border-color: #FFD200;
  color: #000;
  width: auto;
  padding: 0 1em;
}
.gallery-banner .image-link:hover .product-button {
  display: block;
}

#festival-blog-content {
  margin-bottom: 35px;
}
#festival-blog-content h2 {
  font-size: 1.66667em;
  line-height: 1.2em;
}

.facilitator {
  background-color: #FFF;
  cursor: pointer;
}
.facilitator img {
  width: 100%;
}
.facilitator .info {
  padding: 15px;
  min-height: 200px;
}
.facilitator .info p {
  margin-top: 10px;
}

.masterclass_story {
  margin-bottom: 1em;
  position: relative;
}
.masterclass_story .play_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-image: url(../png/play_button_small.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center center;
}
.masterclass_story video {
  cursor: pointer;
  display: block;
}

@media screen and (min-width: 37.5em) {
  .masterclass-app {
    overflow-x: clip;
  }
}
.masterclass-app h2 {
  font-family: "ITCFranklinGothicStd-Book";
}
.masterclass-app strong {
  font-family: "ITCFranklinGothicStd-Demi";
}
.masterclass-app .section-main {
  background-color: #dddddd;
}
.masterclass-app main[role="main"] header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 0;
  min-height: 50vw;
}
@media screen and (min-width: 56.25em) {
  .masterclass-app main[role="main"] header {
    max-height: 500px;
    min-height: 0;
  }
}
.masterclass-app main[role="main"] header h1 {
  font-size: 2.5em;
}
@media screen and (min-width: 56.25em) {
  .masterclass-app main[role="main"] header h1 {
    font-size: 3em;
  }
}
.masterclass-app main[role="main"] header h2 {
  font-size: 16px;
}
@media screen and (min-width: 56.25em) {
  .masterclass-app main[role="main"] header h2 {
    font-size: 18px;
  }
}
.masterclass-app main[role="main"] header h1, .masterclass-app main[role="main"] header h2 {
  font-family: "ITCFranklinGothicStd-Book";
  margin-bottom: 0;
  margin-bottom: 1em;
  max-width: 640px;
  padding: 0 40px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 56.25em) {
  .masterclass-app main[role="main"] header {
    height: 560px;
  }
}
.masterclass-app main[role="main"] .container {
  display: flex;
  flex-direction: column;
  padding: 0;
  max-width: none;
}
@media screen and (min-width: 56.25em) {
  .masterclass-app main[role="main"] .container {
    margin: 0 auto;
  }
}
@media screen and (min-width: 63.75em) {
  .masterclass-app main[role="main"] .container {
    padding: 80px 0;
    display: block;
  }
}
.masterclass-app main[role="main"] .container h3 {
  font-size: 1.125em;
  line-height: 1.66667em;
  margin-bottom: 0;
}
.masterclass-app main[role="main"] .container .alerts-info {
  display: none;
  margin-bottom: 30px;
  font-style: italic;
}
@media screen and (min-width: 63.75em) {
  .masterclass-app main[role="main"] .container .alerts-info {
    display: none !important;
  }
}
.masterclass-app main[role="main"] .container .sidebar {
  order: 2;
  padding-bottom: 0;
}
.masterclass-app main[role="main"] .container .sidebar .summary {
  background-color: #FFF;
}
.masterclass-app main[role="main"] .container .sidebar .summary-row {
  padding: 12px 30px;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 63.75em) {
  .masterclass-app main[role="main"] .container .sidebar .summary-row {
    padding: 12px;
  }
}
.masterclass-app main[role="main"] .container .sidebar .summary-row.summary-cta {
  padding: 6px;
}
@media screen and (min-width: 63.75em) {
  .masterclass-app main[role="main"] .container .sidebar .summary-row.summary-cta {
    padding: 9px;
  }
  .masterclass-app main[role="main"] .container .sidebar .summary-row.summary-cta.summary-cta-anchor-link {
    display: none;
  }
}
.masterclass-app main[role="main"] .container .sidebar .summary-row .info-field {
  font-family: "ITCFranklinGothicStd-Demi";
  text-transform: uppercase;
  max-width: 50%;
  text-align: right;
}
.masterclass-app main[role="main"] .container .sidebar .summary-row.contact p, .masterclass-app main[role="main"] .container .sidebar .summary-row.alerts p {
  display: none;
}
@media screen and (min-width: 63.75em) {
  .masterclass-app main[role="main"] .container .sidebar .summary-row.contact p, .masterclass-app main[role="main"] .container .sidebar .summary-row.alerts p {
    display: inline;
  }
}
.masterclass-app main[role="main"] .container .sidebar .summary-row.contact .product-button.ticket-buy, .masterclass-app main[role="main"] .container .sidebar .summary-row.alerts .product-button.ticket-buy {
  position: static;
  width: 100%;
  padding: 0;
  margin: 0;
}
.masterclass-app main[role="main"] .container .sidebar .summary-row.alerts {
  display: none;
}
.masterclass-app main[role="main"] .container .sidebar .summary-row.alerts p {
  line-height: 1.333;
  margin-bottom: 10px;
}
.masterclass-app main[role="main"] .container .sidebar .loading#display-price {
  background-image: url(../gif/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  background-size: 20px;
}
.masterclass-app main[role="main"] .container .sidebar .summary-events {
  margin-bottom: 12px;
}
@media screen and (max-width: 63.75em) {
  .masterclass-app main[role="main"] .container .sidebar .summary-events {
    display: none !important;
  }
}
.masterclass-app main[role="main"] .container .sidebar .summary-events p {
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 1.3;
}
.masterclass-app main[role="main"] .container .sidebar .summary-events .display-date {
  margin-bottom: 8px;
}
.masterclass-app main[role="main"] .container .sidebar .summary-events .cta .product-button.ticket-buy {
  position: static;
  margin-left: 0;
}
.masterclass-app main[role="main"] .container .sidebar .summary-events .shop-event {
  padding: 12px;
}
.masterclass-app main[role="main"] .container .sidebar .summary-events .shop-event.loading {
  display: none;
}
@media screen and (min-width: 63.75em) {
  .masterclass-app main[role="main"] .container .sidebar .summary-events {
    display: block;
  }
}
.masterclass-app main[role="main"] .container .sidebar .summary-course-leaders {
  flex-direction: column;
}
.masterclass-app main[role="main"] .container .sidebar .summary-course-leaders a {
  padding: 0;
}
.masterclass-app main[role="main"] .container .sidebar .summary-course-leaders a:hover {
  background-color: transparent;
  color: #000;
}
.masterclass-app main[role="main"] .container .sidebar .course-leader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 12px;
  margin-top: 12px;
}
.masterclass-app main[role="main"] .container .sidebar .course-leader p {
  line-height: 1.33;
  margin-bottom: 5px;
}
.masterclass-app main[role="main"] .container .sidebar .course-leader strong {
  font-size: 16px;
  margin-bottom: 8px;
}
.masterclass-app main[role="main"] .container .sidebar .course-leader img {
  width: 76px;
  height: auto;
  margin-left: 10px;
}
@media screen and (min-width: 63.75em) {
  .masterclass-app main[role="main"] .container .sidebar {
    order: 4;
    padding-left: 0;
    padding-right: 0;
    width: 260px;
    margin-right: 30px;
    margin-right: 0;
  }
}
.masterclass-app main[role="main"] .container .article {
  order: 3;
  padding: 50px 30px;
}
@media screen and (min-width: 63.75em) {
  .masterclass-app main[role="main"] .container .article {
    padding-top: 0;
  }
}
.masterclass-app main[role="main"] .container .main-content {
  padding: 0 30px 50px 30px;
}
@media screen and (min-width: 56.25em) {
  .masterclass-app main[role="main"] .container .main-content {
    display: flex;
    margin: 0;
  }
}
@media screen and (min-width: 63.75em) {
  .masterclass-app main[role="main"] .container .main-content {
    padding-top: 0;
    width: calc(100% - 280px);
    float: left;
    flex-direction: column;
  }
}
@media screen and (min-width: 82.5em) {
  .masterclass-app main[role="main"] .container .main-content {
    width: calc(100% - 260px);
    flex-direction: row;
  }
}
@media screen and (min-width: 56.25em) {
  .masterclass-app main[role="main"] .container .main-content .primary-content {
    width: 65%;
    margin-right: 40px;
  }
}
@media screen and (min-width: 63.75em) {
  .masterclass-app main[role="main"] .container .main-content .primary-content {
    width: 560px;
  }
}
.masterclass-app main[role="main"] .container .main-content .secondary-content {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 56.25em) {
  .masterclass-app main[role="main"] .container .main-content .secondary-content {
    width: calc(35% - 40px);
  }
}
@media screen and (min-width: 63.75em) {
  .masterclass-app main[role="main"] .container .main-content .secondary-content {
    width: 100%;
  }
}
@media screen and (min-width: 82.5em) {
  .masterclass-app main[role="main"] .container .main-content .secondary-content {
    width: calc(100% - 680px);
    margin-right: 80px;
  }
}
.masterclass-app main[role="main"] .container .main-content .secondary-content p {
  margin-bottom: 0;
}
.masterclass-app main[role="main"] .container .main-content .secondary-content ul {
  margin-bottom: 30px;
}
.masterclass-app main[role="main"] .container .main-content .secondary-content ul li {
  margin-bottom: 0;
}
.masterclass-app main[role="main"] .container .main-content .copy-plugin {
  padding-right: 0;
}
.masterclass-app main[role="main"] .container .title-content {
  display: block;
  padding-bottom: 0;
  order: 2;
  padding-top: 30px;
}
.masterclass-app main[role="main"] .container .title-content h2 {
  margin-bottom: 30px;
}
.masterclass-app main[role="main"] .container h3 {
  margin-bottom: 0.5em;
}
.masterclass-app main[role="main"] .container > .summary-events {
  display: block;
  order: 3;
  position: relative;
  background: white;
  padding: 15px 30px;
}
.masterclass-app main[role="main"] .container > .summary-events .shop-event {
  margin-top: 30px;
}
.masterclass-app main[role="main"] .container > .summary-events .shop-event:first-of-type {
  margin-top: 0;
}
.masterclass-app main[role="main"] .container > .summary-events .shop-event.loading {
  display: none;
}
.masterclass-app main[role="main"] .container > .summary-events .display-date {
  font-size: 20px;
}
.masterclass-app main[role="main"] .container > .summary-events h3 {
  font-family: "ITCFranklinGothicStd-Hvy";
}
.masterclass-app main[role="main"] .container > .summary-events p {
  margin-bottom: 0;
}
.masterclass-app main[role="main"] .container > .summary-events .ticket-buy {
  position: static;
  margin: 15px 0 0 0;
  width: 100%;
}
@media screen and (min-width: 63.75em) {
  .masterclass-app main[role="main"] .container > .summary-events {
    display: none !important;
  }
}
.masterclass-app main[role="main"] .container .related_masterclasses {
  order: 3;
  background-color: #dddddd;
  padding: 50px 30px;
}
@media screen and (min-width: 63.75em) {
  .masterclass-app main[role="main"] .container .related_masterclasses {
    margin-right: 20px;
  }
}
@media screen and (min-width: 82.5em) {
  .masterclass-app main[role="main"] .container .related_masterclasses {
    margin-right: 0;
  }
}
.masterclass-app main[role="main"] .container .related_masterclasses .related_masterclasses-items {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin-left: -10px;
}
.masterclass-app main[role="main"] .container .related_masterclasses .related_masterclasses-items .related-masterclass {
  width: calc(50% - 20px);
  max-width: 280px;
  margin: 10px;
}
@media screen and (min-width: 41.25em) {
  .masterclass-app main[role="main"] .container .related_masterclasses .related_masterclasses-items .related-masterclass {
    width: calc(33.333% - 20px);
  }
}
@media screen and (min-width: 63.75em) {
  .masterclass-app main[role="main"] .container .related_masterclasses .related_masterclasses-items .related-masterclass {
    width: calc(100% - 10px);
  }
}
@media screen and (min-width: 63.75em) {
  .masterclass-app main[role="main"] .container .related_masterclasses {
    padding: 0;
    margin-top: 50px;
    background-color: transparent;
    width: 260px;
    float: right;
  }
}
.masterclass-app main[role="main"] .container-bottom {
  padding-top: 60px;
}
.masterclass-app main[role="main"] .container-bottom .main-content .primary-content {
  width: 100%;
}
@media screen and (min-width: 56.25em) {
  .masterclass-app main[role="main"] .container-bottom .main-content .primary-content {
    width: 65%;
    margin-right: 40px;
  }
}
@media screen and (min-width: 63.75em) {
  .masterclass-app main[role="main"] .container-bottom .main-content .primary-content {
    width: 560px;
  }
}
.masterclass-app .related-masterclass {
  display: block;
  background-color: #fff;
  text-decoration: none;
  color: #000;
}
.masterclass-app .related-masterclass .level {
  text-transform: uppercase;
  font-family: "ITCFranklinGothicStd-Demi";
  font-size: 14px;
  padding: 0px 12px 6px 12px;
  border-bottom: 1px solid #000;
}
.masterclass-app .related-masterclass .level span {
  background-color: #eeeeee;
}
.masterclass-app .related-masterclass .description {
  padding: 12px;
}
.masterclass-app .related-masterclass .description .date {
  font-size: 14px;
  color: #999999;
}
.masterclass-app .related-masterclass .delivery {
  border-top: 1px solid #eeeeee;
  color: #999999;
  padding: 12px;
  text-transform: uppercase;
  font-family: "ITCFranklinGothicStd-Demi";
  font-size: 14px;
}
.masterclass-app .related-masterclass .delivery span {
  font-family: "ITCFranklinGothicStd-Book";
}
.masterclass-app .feed-blocks > li article {
  overflow: visible;
  padding-top: calc(160% + 50px);
}
.masterclass-app .feed-blocks > li article .info li {
  white-space: normal;
  text-overflow: clip;
  margin-top: 10px;
}
.masterclass-app .feed-blocks > li article .info li.description {
  display: none;
}
@media screen and (min-width: 56.25em) {
  .masterclass-app .feed-blocks > li article .info li.description {
    display: inline;
  }
}
@media screen and (min-width: 63.75em) {
  .masterclass-app .feed-blocks > li article {
    padding-top: 450px;
  }
}
.masterclass-app .feed-blocks > li article .item-content {
  height: 100%;
}
.masterclass-app .feed-blocks > li article .item-content h3 {
  padding-bottom: 0;
  line-height: 1.25em;
  height: auto;
  margin-bottom: 5px;
}
@media screen and (min-width: 28.75em) {
  .masterclass-app .feed-blocks > li article .item-content {
    height: calc(53% - 50px - 1em);
  }
}
.masterclass-app .feed-blocks > li article .info {
  display: none;
  width: calc(100% - 20px);
}
@media screen and (min-width: 28.75em) {
  .masterclass-app .feed-blocks > li article .info {
    display: block;
  }
}
.masterclass-app .feed-blocks > li img {
  width: 100%;
}
@media screen and (min-width: 56.25em) {
  .masterclass-app .feed-blocks > li {
    width: 50%;
  }
}
.masterclass-app .feed-blocks > li .item-content ul {
  top: auto;
  left: auto;
  bottom: 0;
  margin-bottom: 59px;
}
@media screen and (min-width: 50em) {
  .masterclass-app .feed-blocks > li .item-content ul {
    margin-bottom: calc(40px + 1.66667em);
  }
}
.masterclass-app .related-articles {
  padding: 0 30px 50px 30px;
}
@media screen and (min-width: 63.75em) {
  .masterclass-app .related-articles {
    padding: 0;
    float: left;
    width: 260px;
  }
  .masterclass-app .related-articles .feed-blocks-related-articles {
    margin: 0;
  }
}
.masterclass-app .feed-blocks.feed-blocks-related-articles li {
  width: 50%;
}
@media screen and (min-width: 41.25em) {
  .masterclass-app .feed-blocks.feed-blocks-related-articles li {
    width: 33.33333%;
  }
}
@media screen and (min-width: 63.75em) {
  .masterclass-app .feed-blocks.feed-blocks-related-articles li {
    width: 100%;
    padding: 0;
  }
}
.masterclass-app .bottom-section h2 {
  text-align: center;
}
.masterclass-app .speakers-grid {
  padding: 50px 20px;
}
.masterclass-app .speakers-grid ul {
  justify-content: center;
  max-width: 1280px;
}
.masterclass-app form:not(.web-to-lead-form) .form-wrapper {
  width: 100%;
}
.masterclass-app form:not(.web-to-lead-form) .form-wrapper select {
  width: 100%;
}
.masterclass-app form:not(.web-to-lead-form) .form-wrapper div.selector {
  line-height: 3em;
  font-size: 1em;
}
.masterclass-app form:not(.web-to-lead-form) .form-wrapper div.selector span::after {
  right: 10px;
}
.masterclass-app .search-filter-container {
  font-size: 1em;
}
.masterclass-app .search-filter-container div.selector {
  line-height: 3em;
}
.masterclass-app .link-select {
  width: calc(100% - 10px);
}
@media screen and (min-width: 37.5em) {
  .masterclass-app .link-select {
    display: none;
  }
}
.masterclass-app .subject-panel {
  display: none;
}
@media screen and (min-width: 37.5em) {
  .masterclass-app .subject-panel {
    display: block;
  }
}
.masterclass-app .summary {
  background-color: #FFF;
}
.masterclass-app .summary-label {
  padding: 12px 30px;
  border-bottom: 1px solid #000;
  font-family: "ITCFranklinGothicStd-Hvy";
  position: relative;
}
@media screen and (min-width: 63.75em) {
  .masterclass-app .summary-label {
    display: none;
  }
}
.masterclass-app .summary-cta.summary-row {
  position: fixed;
  z-index: 1;
  width: 100%;
  bottom: 0;
  padding: 6px 30px;
}
.masterclass-app .summary-cta.summary-row.alerts {
  z-index: 2;
}
.masterclass-app .summary-cta.summary-row .product-button {
  width: 100%;
  position: static;
  margin: 0;
}
@media screen and (min-width: 63.75em) {
  .masterclass-app .summary-cta.summary-row {
    position: static;
    bottom: auto;
    width: auto;
    padding: 12px;
  }
}
.masterclass-app .ticket-readmore {
  display: none;
}
@media screen and (min-width: 768px) {
  .masterclass-app .ticket-readmore {
    display: block;
  }
}

.masterclass-app.archive-results .container.container-search-header {
  padding: 0 30px;
}
@media screen and (min-width: 63.75em) {
  .masterclass-app.archive-results .container.container-search-header {
    padding: 0 80px;
  }
}
.masterclass-app.archive-results .container.container-search {
  display: block;
}
@media screen and (min-width: 63.75em) {
  .masterclass-app.archive-results .container.container-search {
    padding: 60px 80px;
  }
}
.masterclass-app.archive-results .container.container-search .feed-blocks .no-result {
  width: 100%;
  font-family: 'ITCFranklinGothicStd-Demi';
  text-align: center;
}
@media screen and (min-width: 37.5em) {
  .masterclass-app.archive-results .container.container-search .feed-blocks {
    width: calc(100% - 310px);
  }
  .masterclass-app.archive-results .container.container-search .feed-blocks > li {
    width: 50%;
  }
}
@media screen and (min-width: 56.25em) {
  .masterclass-app.archive-results .container.container-search .feed-blocks {
    width: calc(100% - 310px);
  }
  .masterclass-app.archive-results .container.container-search .feed-blocks > li {
    width: 50%;
  }
}
@media screen and (min-width: 63.75em) {
  .masterclass-app.archive-results .container.container-search .feed-blocks {
    width: calc(100% - 260px);
  }
  .masterclass-app.archive-results .container.container-search .feed-blocks > li {
    width: 33.3333%;
  }
}
.masterclass-app.archive-results .image-copy-with-link {
  padding-bottom: 0;
}
.masterclass-app.archive-results sidebar {
  width: 100%;
}
@media screen and (min-width: 37.5em) {
  .masterclass-app.archive-results sidebar {
    width: 240px;
    margin-right: 20px;
    margin-left: 30px;
  }
  .masterclass-app.archive-results sidebar .accordion-label {
    display: none;
  }
  .masterclass-app.archive-results sidebar .accordion-group {
    display: block !important;
  }
}
@media screen and (min-width: 63.75em) {
  .masterclass-app.archive-results sidebar {
    margin-left: 0;
  }
}
.masterclass-app.archive-results .search-filter-container .clear_filters {
  display: block !important;
  margin-bottom: 0;
  width: 100%;
}
.masterclass-app.archive-results .search-filter-container .accordion-label {
  padding: 12px 20px;
}
.masterclass-app.archive-results .search-filter-container .toggle-group-header .toggle-label-inner {
  max-width: none;
  font-family: 'ITCFranklinGothicStd-Demi';
}
.masterclass-app.archive-results .search-filter-container .form-row {
  display: block;
}
.masterclass-app.archive-results .search-filter-container .form-row.toggle-row {
  padding: 12px 20px;
  border-bottom: 1px solid #999;
}
.masterclass-app.archive-results .search-results {
  padding: 10px 30px;
}
@media screen and (min-width: 37.5em) {
  .masterclass-app.archive-results .search-results {
    padding: 0;
  }
}

.feed-masterclasses.feed-blocks {
  margin-top: 0;
}
@media screen and (min-width: 56.25em) {
  .feed-masterclasses.feed-blocks:not(.feed-suggested-masterclasses) > li {
    width: 33.3333%;
  }
}
@media screen and (min-width: 63.75em) {
  .feed-masterclasses.feed-blocks:not(.feed-suggested-masterclasses) > li {
    width: 25%;
  }
}
.feed-masterclasses.feed-blocks .delivery {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid;
  left: 0;
  border-top: 1px solid #eeeeee;
  color: #999999;
  padding: 12px;
  text-transform: uppercase;
  font-family: "ITCFranklinGothicStd-Demi";
  font-size: 0.88889em;
}
.feed-masterclasses.feed-blocks .delivery span {
  font-family: "ITCFranklinGothicStd-Book";
}

@media screen and (min-width: 56.25em) {
  .feed-masterclasses.feed-blocks.feed-masterclasses-left > li {
    width: 33.3333%;
  }
}
@media screen and (min-width: 63.75em) {
  .feed-masterclasses.feed-blocks.feed-masterclasses-left > li {
    width: 33.3333%;
  }
}

.masterclass-testimonials {
  background-color: #333333;
  color: #fff;
}
.masterclass-testimonials h2 {
  padding: 50px 50px 0;
}
@media screen and (min-width: 56.25em) {
  .masterclass-testimonials h2 {
    text-align: center;
  }
}
.masterclass-testimonials .carousels {
  width: 100%;
}
.masterclass-testimonials .testimonial {
  width: 100%;
  padding: 0 50px;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.masterclass-testimonials .testimonial .content {
  margin-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}
.masterclass-testimonials .testimonial .content .author {
  text-transform: uppercase;
  font-family: "ITCFranklinGothicStd-Demi";
  margin-bottom: 20px;
}
@media screen and (min-width: 56.25em) {
  .masterclass-testimonials .testimonial {
    flex-direction: row;
    align-items: flex-start;
    padding: 80px 0;
  }
  .masterclass-testimonials .testimonial .content {
    margin-top: 0;
    margin-left: 50px;
    max-width: 560px;
    padding-bottom: 0px;
  }
}

.masterclass-item .tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background-color: #fff;
  text-transform: uppercase;
  font-family: "ITCFranklinGothicStd-Demi";
  color: #000;
  font-size: 14px;
  padding: 3px;
  line-height: 1;
}

/*
 Some styles are inside the sustainability template since the compressor would make the calc() function invalid by removing the whitespaces
*/
.sustainability-page {
  background-color: #eeeeee;
}
.sustainability-page .open_nav {
  top: 5px;
  right: 10px;
}
.sustainability-page .open_nav div {
  width: 26px;
  height: 2px;
  background-color: #999999;
}
.sustainability-page section {
  margin-top: -60px;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .sustainability-page section {
    padding-top: 80px;
    margin-top: -80px;
  }
}
.sustainability-page section .two-cols-copy {
  max-width: 800px;
  margin: 1em auto 0;
}
.sustainability-page section .two-cols-copy p {
  text-align: left;
}
@media (min-width: 768px) {
  .sustainability-page section .two-cols-copy.piechart-cols .col {
    display: table;
    min-height: 500px;
  }
  .sustainability-page section .two-cols-copy.piechart-cols .col p {
    display: table-cell;
    vertical-align: middle;
  }
}
.sustainability-page section .two-cols-copy #piechart {
  height: 320px;
}
@media (min-width: 768px) {
  .sustainability-page section .two-cols-copy #piechart {
    height: 500px;
    margin-bottom: 100px;
  }
}
.sustainability-page section .image-copy-with-link {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .sustainability-page section .image-copy-with-link {
    padding-top: 110px;
    padding-bottom: 180px;
  }
}
@media screen and (min-height: 56.25em) and (min-width: 56.25em) {
  .sustainability-page section .image-copy-with-link {
    padding: 60px 0 160px 0;
  }
}
.sustainability-page section .image-copy-with-link img {
  display: inline-block;
}
.sustainability-page section .image-copy-with-link .a-head {
  line-height: 1;
  margin-bottom: 1.3em;
  font-size: 24px;
}
@media (min-width: 768px) {
  .sustainability-page section .image-copy-with-link .a-head {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .sustainability-page section#intro {
    padding-top: 0px;
  }
}
@media (min-width: 768px) {
  .sustainability-page section#intro .image-copy-with-link {
    padding-bottom: 0px;
  }
}
@media screen and (min-height: 56.25em) and (min-width: 56.25em) {
  .sustainability-page section#intro .image-copy-with-link {
    padding-top: 120px;
  }
}
.sustainability-page section#travel .image-copy-with-link {
  background-color: #b5b5b5;
}
.sustainability-page section#energy .image-copy-with-link {
  background-color: #ffd200;
}
.sustainability-page section#waste .image-copy-with-link {
  background-color: #999b2a;
}
.sustainability-page section#catering .image-copy-with-link {
  background-color: #9669cc;
}
.sustainability-page section#suppliers .image-copy-with-link {
  background-color: #ffffff;
}
.sustainability-page section#community .image-copy-with-link {
  background-color: #ff4800;
}
.sustainability-page section#conclusion .image-copy-with-link {
  background-color: #eee;
  padding-bottom: 3em;
}
.sustainability-page section .intro {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 1.6em;
  line-height: 1.5;
  text-align: left;
}
.sustainability-page section .items-feed-item {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
.sustainability-page .tab-navi {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  z-index: 100;
  margin-left: -40px;
}
@media (min-width: 768px) {
  .sustainability-page .tab-navi {
    margin-left: 0px;
  }
}
.sustainability-page .tab-navi ul {
  overflow: hidden;
  padding: 0;
  padding-top: 20px;
  margin: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .sustainability-page .tab-navi ul {
    height: 190px;
  }
}
.sustainability-page .tab-navi ul li a {
  display: block;
  float: left;
  border: 1px solid transparent;
  text-decoration: none;
  border-bottom-width: 80px;
  border-bottom-style: solid;
  width: 100%;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  padding: 0px 40px;
  height: 0;
  position: relative;
}
@media (min-width: 768px) {
  .sustainability-page .tab-navi ul li a {
    border-bottom-width: 120px;
  }
}
.sustainability-page .tab-navi ul li a.tab1 {
  border-bottom-color: #b5b5b5;
  top: 240px;
}
@media (max-width: 767.98px) {
  .sustainability-page .tab-navi ul li a.tab1:before {
    content: "";
    position: absolute;
    display: block;
    border: 1px solid transparent;
    text-decoration: none;
    border-bottom-width: 79px;
    border-bottom-style: solid;
    width: calc(100% + 160px);
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    padding: 0px 40px;
    height: 0;
    left: -80px;
    z-index: -1;
    top: -2px;
    border-bottom-color: #999999;
    opacity: 0.2;
  }
}
@media (min-width: 768px) {
  .sustainability-page .tab-navi ul li a.tab1 {
    border-bottom-width: 120px;
    z-index: 2;
    top: 0;
  }
  .sustainability-page .tab-navi ul li a.tab1:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 44px;
    top: 5px;
    right: -14px;
    box-shadow: 6px 0 8px -5px #3333;
    z-index: -1;
    transform: rotate(-33deg);
  }
  .sustainability-page .tab-navi ul li a.tab1:after {
    content: "";
    position: absolute;
    width: calc(100% + 15px);
    height: 1000px;
    top: 0;
    left: 0;
    box-shadow: -20px 5px 10px 0px #333333;
    z-index: 0;
  }
}
.sustainability-page .tab-navi ul li a.tab2 {
  border-bottom-color: #ffd200;
  top: 200px;
}
@media (min-width: 768px) {
  .sustainability-page .tab-navi ul li a.tab2 {
    border-right: 0;
    width: 50%;
    left: -120px;
    z-index: 1;
    top: 0;
  }
  .sustainability-page .tab-navi ul li a.tab2:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 100px;
    top: 2px;
    left: -29px;
    box-shadow: -2px 0 11px -7px #333333;
    z-index: -1;
    transform: rotate(34deg);
  }
  .sustainability-page .tab-navi ul li a.tab2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1000px;
    top: 0;
    left: -12px;
    box-shadow: 20px 5px 10px 0px #333333;
    z-index: 0;
  }
}
.sustainability-page .tab-navi ul li a.tab3 {
  border-bottom-color: #999b2a;
  top: 160px;
}
@media (min-width: 768px) {
  .sustainability-page .tab-navi ul li a.tab3 {
    top: -65px;
    width: 33.333333%;
    z-index: 5;
  }
}
.sustainability-page .tab-navi ul li a.tab4 {
  border-bottom-color: #9669cc;
  top: 120px;
}
@media (min-width: 768px) {
  .sustainability-page .tab-navi ul li a.tab4 {
    top: -65px;
    left: -120px;
    width: 33.333333%;
    z-index: 4;
  }
}
.sustainability-page .tab-navi ul li a.tab5 {
  border-bottom-color: #ffffff;
  top: 80px;
}
@media (min-width: 768px) {
  .sustainability-page .tab-navi ul li a.tab5 {
    border-right: 0;
    top: -65px;
    left: -240px;
    z-index: -1;
    width: 33.333333%;
    z-index: 3;
  }
}
.sustainability-page .tab-navi ul li a.tab6 {
  border-bottom-color: #ff4800;
  top: 40px;
}
@media (min-width: 768px) {
  .sustainability-page .tab-navi ul li a.tab6 {
    top: -130px;
    z-index: 6;
  }
}
.sustainability-page .tab-navi ul li a.tab7 {
  border-bottom-color: #eee;
}
@media (min-width: 768px) {
  .sustainability-page .tab-navi ul li a.tab7 {
    border-right: 0;
    top: -130px;
    left: -120px;
    z-index: 1;
    width: 50%;
    z-index: 7;
  }
}
@media (min-width: 768px) {
  .sustainability-page .tab-navi ul li a:hover {
    margin-top: -10px;
  }
}
@media (min-width: 768px) {
  .sustainability-page .tab-navi ul li a.new-line {
    clear: left;
    border-left: 0;
    padding-left: 35px;
  }
}
.sustainability-page .tab-navi ul li a span {
  text-transform: uppercase;
  color: #1a1a1a;
  position: relative;
  font-size: 24px;
  top: 12px;
  left: -25px;
}
@media (min-width: 768px) {
  .sustainability-page .tab-navi ul li a span {
    font-size: 35px;
    top: 15px;
  }
}

.sustainability-page .tab-navi.slim .cover {
  height: 70px;
  position: absolute;
  width: 100%;
  z-index: 101;
  cursor: pointer;
}
.sustainability-page .tab-navi.slim ul {
  padding-top: 0;
  height: 70px;
  width: 100%;
}
.sustainability-page .tab-navi.slim ul li a {
  width: 100%;
  position: static;
  height: 10px;
  border: none;
}
.sustainability-page .tab-navi.slim ul li a.tab1 {
  background-color: #b5b5b5;
}
.sustainability-page .tab-navi.slim ul li a.tab2 {
  background-color: #ffd200;
}
.sustainability-page .tab-navi.slim ul li a.tab3 {
  background-color: #999b2a;
}
.sustainability-page .tab-navi.slim ul li a.tab4 {
  background-color: #9669cc;
}
.sustainability-page .tab-navi.slim ul li a.tab5 {
  background-color: #ffffff;
}
.sustainability-page .tab-navi.slim ul li a.tab6 {
  background-color: #ff4800;
}
.sustainability-page .tab-navi.slim ul li a.tab7 {
  background-color: #eee;
}
.sustainability-page .tab-navi.slim ul li a:hover {
  margin-top: 0;
}
.sustainability-page .tab-navi.slim ul li a span {
  display: none;
}

.conclusion-box {
  max-width: 800px;
  margin: 3em auto 0;
  border-top: 2px solid #cccccc;
  padding-top: 4em;
}
.conclusion-box p {
  max-width: 800px !important;
  text-align: left !important;
}

h2.tab-headline {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid transparent;
  text-decoration: none;
  border-bottom-width: 60px;
  border-bottom-style: solid;
  width: auto;
  color: #1a1a1a;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  padding: 0px 40px;
  height: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  marign-left: calc(-50%);
  transform: translate(-50%, -100%);
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 67px;
}
@media (min-width: 768px) {
  h2.tab-headline {
    border-bottom-width: 100px;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    font-size: 60px;
    line-height: 107px;
  }
}
#travel h2.tab-headline {
  border-bottom-color: #b5b5b5;
}
#energy h2.tab-headline {
  border-bottom-color: #ffd200;
}
#waste h2.tab-headline {
  border-bottom-color: #999b2a;
}
#catering h2.tab-headline {
  border-bottom-color: #9669cc;
}
#suppliers h2.tab-headline {
  border-bottom-color: #ffffff;
}
#community h2.tab-headline {
  border-bottom-color: #ff4800;
}
#conclusion h2.tab-headline {
  border-bottom-color: #eee;
}

.checkout {
  /*
  .resp-container {
      position: relative;
      overflow: hidden;
      padding-top: 56.25%;
      iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 0;
      }
  }
  */
}
.checkout main {
  background-color: #eeeeee;
}
.checkout #basket {
  margin-top: 1em;
  margin-bottom: 5px;
}
@media screen and (min-width: 82.5em) {
  .checkout #basket {
    margin-top: 0;
  }
}
.checkout #basket .f-head {
  font-size: 1.66667em;
  line-height: 1.2em;
  height: auto;
  margin-bottom: 0.5em;
}
.checkout ul.basket {
  padding: 1em;
  background: #ffd200;
  margin-bottom: 0;
  border-top: none;
}
.checkout ul.basket li {
  background-color: transparent;
  list-style: none;
  font-size: inherit;
  border-bottom: 0;
  position: static;
}
.checkout ul.basket dl {
  margin: 0;
}
.checkout ul.basket dd {
  margin: 0;
  margin-bottom: 1px;
}
.checkout ul.basket dd.quantity {
  width: 18px;
  float: left;
  padding-left: 0;
  margin-right: 10px;
}
.checkout ul.basket dd.name {
  padding-left: 28px;
}
.checkout ul.basket dd.amount {
  display: block;
  text-align: right;
}
.checkout ul.basket .quantity span:after {
  content: "x";
}
.checkout p.basket-total {
  margin: 0;
  padding: 0 1em;
  background-color: #ffd200;
  border-top: 1px solid #fdd200;
  display: none;
}
@media screen and (min-width: 50em) {
  .checkout p.basket-total {
    font-size: initial;
  }
}
.checkout p.basket-total span:not(.extras) {
  float: right;
  height: 2px;
}
.checkout p.basket-total span.extras {
  color: #aaa;
}
.checkout p.basket-grand-total {
  display: block;
  padding-bottom: 1em;
}
.checkout .login-box {
  background: #ffd200;
  padding: 1.5em;
  margin-bottom: 5px;
  overflow: hidden;
}
.checkout .login-box p {
  margin-bottom: 0;
  float: left;
  line-height: 2em;
}
.checkout .login-box .product-button {
  float: right;
  margin: 0;
}
.checkout .checkout-panel form {
  position: relative;
}
.checkout .checkout-panel form #waiting {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: white;
  background-image: url(../gif/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  display: none;
}
.checkout .checkout-panel h1.article-title {
  color: #cccccc;
  margin-bottom: 1em;
}
.checkout .checkout-panel h1.article-title .active {
  color: initial;
}
.checkout .checkout-panel .payment-method {
  display: none;
}
.checkout .checkout-panel .payment-errors, .checkout .checkout-panel .voucher-errors {
  color: red;
}
.checkout .checkout-panel .voucher-confirm {
  color: green;
}
.checkout .checkout-panel .formbox-payment, .checkout .checkout-panel .formbox-billing {
  display: none;
}
.checkout .checkout-panel .formbox-payment.disabled, .checkout .checkout-panel .formbox-billing.disabled {
  opacity: 0.3;
}
.checkout .checkout-panel .formbox-payment.show, .checkout .checkout-panel .formbox-billing.show {
  display: block;
}
.checkout .checkout-panel .formbox-wrapper .formbox .confirm-voucher,
.checkout .checkout-panel .formbox-wrapper .formbox .confirm-bacs {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 14px;
}
@media screen and (min-width: 37.5em) {
  .checkout .checkout-panel .formbox-wrapper {
    display: flex;
  }
  .checkout .checkout-panel .formbox-wrapper .formbox {
    width: calc(50% - 2.5px);
  }
  .checkout .checkout-panel .formbox-wrapper .formbox:nth-child(even) {
    margin-left: 5px;
    position: relative;
  }
  .checkout .checkout-panel .formbox-wrapper .formbox:nth-child(even) .confirm-card, .checkout .checkout-panel .formbox-wrapper .formbox:nth-child(even) .confirm-voucher, .checkout .checkout-panel .formbox-wrapper .formbox:nth-child(even) .confirm-bacs {
    position: absolute;
    right: 1.5em;
    bottom: 1.5em;
  }
  .checkout .checkout-panel .formbox-wrapper .formbox:nth-child(even) .confirm-voucher {
    z-index: 10;
    width: 145px;
  }
  .checkout .checkout-panel .formbox-wrapper .formbox:nth-child(even) .details {
    margin-top: 68px;
  }
}
.checkout .checkout-panel .formbox {
  padding: 1em;
  box-sizing: border-box;
  background-color: #FFF;
  overflow: hidden;
  margin-bottom: 5px;
}
@media screen and (min-width: 1160px) {
  .checkout .checkout-panel .formbox {
    padding: 1.5em;
  }
}
.checkout .checkout-panel .styled-form {
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvitca, Arial, sans-serif;
}
.checkout .checkout-panel .styled-form fieldset {
  padding: 0;
}
.checkout .checkout-panel .styled-form #id_accepted_terms_and_conditions {
  margin-left: 0;
  width: 20px;
  margin-right: 12px;
}
.checkout .checkout-panel .styled-form .claim_line {
  width: calc(100% - 40px);
  margin-bottom: 0;
}
@media screen and (min-width: 1160px) {
  .checkout .checkout-panel .styled-form .claim_line {
    padding-top: .7em;
  }
}
.checkout .checkout-panel .styled-form .confirm-card {
  width: auto;
}
.checkout .checkout-panel .styled-form input[name="payment_method"] {
  -webkit-appearance: radio;
}
.checkout .checkout-panel .styled-form label {
  display: inline-block;
  text-align: left;
  float: left;
  width: 120px;
  color: #333;
  font-size: .8em;
  line-height: 1.5em;
  margin-bottom: 0;
  margin-top: 5px;
}
@media screen and (min-width: 1160px) {
  .checkout .checkout-panel .styled-form label {
    width: 150px;
    font-size: 1rem;
    line-height: 1rem;
    padding: .4em 0;
    margin-top: 0;
  }
}
.checkout .checkout-panel .styled-form input.txtFld, .checkout .checkout-panel .styled-form input[type*="text"], .checkout .checkout-panel .styled-form input[type*="password"], .checkout .checkout-panel .styled-form .url-section input[type*="text"], .checkout .checkout-panel .styled-form .url-section input[type*="password"] {
  padding: 0 8px;
  margin: 0;
  border: 1px solid #ccc;
  height: 2em;
  font-size: .8em;
  outline: none;
  line-height: 22px;
  box-sizing: border-box;
  width: calc(100% - 120px);
}
.checkout .checkout-panel .styled-form input.txtFld:disabled, .checkout .checkout-panel .styled-form input[type*="text"]:disabled, .checkout .checkout-panel .styled-form input[type*="password"]:disabled, .checkout .checkout-panel .styled-form .url-section input[type*="text"]:disabled, .checkout .checkout-panel .styled-form .url-section input[type*="password"]:disabled {
  background: #eee;
  color: #999;
}
.checkout .checkout-panel .styled-form input.txtFld.invalid, .checkout .checkout-panel .styled-form input[type*="text"].invalid, .checkout .checkout-panel .styled-form input[type*="password"].invalid, .checkout .checkout-panel .styled-form .url-section input[type*="text"].invalid, .checkout .checkout-panel .styled-form .url-section input[type*="password"].invalid {
  border-color: red;
  color: red;
}
.checkout .checkout-panel .styled-form input.txtFld.valid, .checkout .checkout-panel .styled-form input[type*="text"].valid, .checkout .checkout-panel .styled-form input[type*="password"].valid, .checkout .checkout-panel .styled-form .url-section input[type*="text"].valid, .checkout .checkout-panel .styled-form .url-section input[type*="password"].valid {
  border-color: green;
  color: green;
}
@media screen and (min-width: 1160px) {
  .checkout .checkout-panel .styled-form input.txtFld, .checkout .checkout-panel .styled-form input[type*="text"], .checkout .checkout-panel .styled-form input[type*="password"], .checkout .checkout-panel .styled-form .url-section input[type*="text"], .checkout .checkout-panel .styled-form .url-section input[type*="password"] {
    width: calc(100% - 150px);
    font-size: 1rem;
  }
}
.checkout .checkout-panel .styled-form select {
  width: calc(100% - 130px);
  font-size: 14px;
}
.checkout .checkout-panel .styled-form select:disabled {
  background: #eee;
  color: #999;
}
@media screen and (min-width: 1160px) {
  .checkout .checkout-panel .styled-form select {
    font-size: 1rem;
    width: calc(100% - 162px);
  }
}
@media screen and (min-width: 1160px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .checkout .checkout-panel .styled-form select {
    width: calc(100% - 160px);
  }
}

.checkout .checkout-panel .styled-form input[type="checkbox"] {
  -webkit-appearance: checkbox;
  box-sizing: border-box;
  float: left;
  margin: 6px 6px 6px 0;
}
@media screen and (min-width: 1160px) {
  .checkout .checkout-panel .styled-form input[type="checkbox"] {
    margin: 12px;
  }
}
.checkout .checkout-panel .styled-form ul:not(.feed-blocks) {
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 0;
  margin-top: 0;
}
.checkout .checkout-panel .styled-form ul:not(.feed-blocks) li {
  list-style-type: none;
  margin-bottom: 5px;
  padding-bottom: 0;
  clear: both;
  float: left;
  width: 100%;
  position: relative;
  margin-right: 16px;
  padding-left: 0;
}
.checkout .checkout-panel .styled-form ul:not(.feed-blocks) li:last-child {
  margin-bottom: 0;
}
.checkout .checkout-panel .styled-form ul:not(.feed-blocks) li .ajax-error {
  color: red;
}
.checkout .checkout-panel .styled-form ul:not(.feed-blocks) li:before {
  display: none;
}
.checkout .checkout-panel .styled-form ul:not(.feed-blocks) legend {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
.checkout .checkout-panel .checkout-panel .formbox fieldset {
  min-width: 0;
}
.checkout .checkout-panel .form-actions a, .checkout .checkout-panel input[type="submit"], .checkout .checkout-panel input[type="button"] {
  font-size: .888em;
  background-color: #FFD200;
  color: #000;
  width: 140px;
  bottom: 2em;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  border: none;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  box-sizing: content-box;
  cursor: pointer;
  float: right;
}
@media screen and (min-width: 1160px) {
  .checkout .checkout-panel .form-actions a, .checkout .checkout-panel input[type="submit"], .checkout .checkout-panel input[type="button"] {
    margin-bottom: 0;
  }
}
.checkout .checkout-panel .skip-button {
  float: right;
  margin-left: 15px;
  margin-top: 1px;
}
.checkout .checkout-panel.checkout-panel-uuid-detail .article-title {
  visibility: visible;
}
.checkout .detail-wrapper + .detail-wrapper {
  border-top: 1px solid #ccc;
  margin-top: 1.8em;
  padding-top: 1em;
}
.checkout .detail-wrapper + .entry-search {
  padding-top: 2em;
  margin-top: 2em;
  border-top: 1px solid #ccc;
}
.checkout .entry-search-input {
  width: 100% !important;
  /* Firefox < 19 */
  /* Firefox > 19 */
  /* Internet Explorer 10 */
}
.checkout .entry-search-input::-webkit-input-placeholder {
  color: #999;
}
.checkout .entry-search-input:-moz-placeholder {
  color: #999;
}
.checkout .entry-search-input::-moz-placeholder {
  color: #999;
}
.checkout .entry-search-input:-ms-input-placeholder {
  color: #999;
}
.checkout .entry-search-button {
  margin-top: 1em;
  margin-bottom: 1em !important;
}
.checkout .entry-item-link.selected {
  border: 3px solid #ffd200;
}
.checkout .entry-selected {
  width: 100% !important;
  line-height: 1.5 !important;
}
.checkout .entry-results-box {
  margin: 1em 0;
  overflow: hidden;
  width: 100%;
  background: #ccc;
}
.checkout .entry-results-box .notification {
  display: none;
  margin-bottom: 0;
  padding: 1em;
}
.checkout .entry-results-box .entry-results {
  padding: 2em 2em 0 2em;
}
.checkout .entry-results-box .entry-results:empty {
  padding: 0;
}
.checkout .entry-results-box .article-image {
  overflow: hidden;
  max-height: 40%;
}
.checkout article ul li:before {
  display: none !important;
}
@media screen and (max-width: 28.749em) {
  .checkout .feed-blocks > li {
    width: 100%;
  }
  .checkout .feed-blocks > li article {
    padding-top: 100%;
  }
}
@media screen and (max-width: 47.5em) {
  .checkout .feed-blocks > li article .item-content ul {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 26px;
    width: 100%;
    padding: 10px;
  }
}
@media screen and (min-width: 63.75em) {
  .checkout .feed-blocks > li article {
    padding-top: 350px;
  }
}
@media screen and (min-width: 82.5em) {
  .checkout .feed-blocks > li {
    width: 33.3333% !important;
  }
}
.checkout .subscribe_box {
  overflow: hidden;
  background: #FFF !important;
  padding: 1.5em !important;
  height: auto !important;
  margin-bottom: 2em;
}
.checkout .subscribe_box p {
  margin: 0;
}
.checkout .subscribe_box .product-button {
  position: static !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}
.checkout .subscribe_box .product-button.subscribe-from-shop {
  right: 170px;
}
.checkout .subscribe_box .product-button.product-button-black {
  background: none;
}
@media screen and (min-width: 750px) {
  .checkout .subscribe_box .product-button {
    margin-top: 0 !important;
    position: absolute !important;
    right: 1.5em;
    top: 2em;
  }
}

.checkout .checkout-panel.checkout-panel-errors .formbox-payment,
.checkout .checkout-panel.checkout-panel-errors .formbox-billing {
  display: block;
}

@media screen and (max-width: 767.9px) {
  .checkout:not(.checkout-confirm) p.basket-grand-total {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 100;
    padding-top: 1em;
  }

  .checkout:not(.checkout-confirm) p.checkout-basket-vat {
    padding-bottom: 1em;
  }
}
.remove-voucher {
  font-family: 'dandad-icons';
  background: none;
  border: none;
  position: absolute;
  margin-top: 7px;
}

.order-confirmation p.subsection-title {
  color: #333;
  margin-bottom: 16px;
  font-family: "ITCFranklinGothicStd-Demi","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.66667em;
  line-height: 1.2em;
}
.order-confirmation .order-box {
  background-color: #FFF;
  padding: 1.5em;
  margin-bottom: 5px;
}
.order-confirmation ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.order-confirmation ul li {
  line-height: 1.5;
}
.order-confirmation p {
  margin-bottom: 1em;
}
.order-confirmation div.addresses {
  overflow: auto;
}
.order-confirmation .confirmation_address {
  margin: 0px;
  margin-bottom: 20px;
}
@media screen and (min-width: 37.5em) {
  .order-confirmation .confirmation_address {
    width: 45%;
    float: left;
    margin-bottom: 0px;
  }
}
.order-confirmation div.confirmation_address:first-child {
  padding-right: 5%;
}
.order-confirmation .product-button {
  margin-top: 20px;
}

body.has-subnavigation main[role="main"] {
  position: relative;
}

.subnavigation {
  display: none;
}
.subnavigation ul {
  list-style: none;
  padding: 0;
}
.subnavigation ul li {
  margin-bottom: 4px;
}
.subnavigation ul li a {
  text-transform: uppercase;
  font-size: 1.66667em;
  line-height: 1.2em;
  text-decoration: none;
  color: #1a1a1a;
}
.subnavigation ul li a.active {
  border-bottom: 2px solid #1a1a1a;
}

@media screen and (min-width: 1120px) {
  .subnavigation {
    display: block;
    position: absolute;
    width: 260px;
    margin-top: 30px;
    padding-top: 10px;
    right: 40px;
    z-index: 100;
  }
  .subnavigation ~ div:not(.subnav_adapted) {
    padding-right: 340px;
    padding-left: 40px;
  }
  .subnavigation.sticky {
    position: fixed;
    top: 0;
    margin-top: 80px;
    z-index: 100;
  }
  .subnavigation.sticky.sticky_to_bottom {
    position: absolute;
    top: auto;
    bottom: 40px;
    margin-top: 0;
  }
}
.microsite-imagine {
  font-family: 'MarfaPre-Light';
  background-color: #333;
  /* !!!! Button Colors: */
  /* !!!! Button Hover Colors: */
}
.microsite-imagine.content-page .logo__container .c-logo {
  top: 12px;
}
@media screen and (min-width: 1024px) {
  .microsite-imagine.content-page .logo__container .c-logo {
    top: 31px;
  }
}
.microsite-imagine.content-page .logo__container .c-logo .logo__text {
  display: none;
}
@media only screen and (min-width: 30em) {
  .microsite-imagine.content-page .logo__container .c-logo .logo__text {
    display: block;
  }
}
.microsite-imagine .content__container {
  margin-top: calc(50vh - 6.912vw + 80px);
}
.microsite-imagine footer {
  height: auto;
}
.microsite-imagine .o-section:first-of-type {
  border-top: none;
}
.microsite-imagine .o-section {
  border: none;
}
.microsite-imagine .eu-cookies-msg {
  background: #ffd200;
  line-height: 1;
  top: 0;
  bottom: auto;
  z-index: 1000;
}
.microsite-imagine .eu-cookies-msg .container p {
  color: #1a1a1a;
  height: 40px;
  font-size: 12px;
  line-height: 14px;
  font-family: MarfaPre;
  margin-bottom: 0;
}
.microsite-imagine .eu-cookies-msg #hide-msg {
  color: #1a1a1a;
  height: 40px;
  font-size: 12px;
  line-height: 22px;
  font-family: MarfaPre;
  margin-bottom: 0;
  padding-left: 32px;
  top: 18px;
}
.microsite-imagine .hero-footer {
  position: absolute;
  left: 15px;
  bottom: 60px;
  width: calc(100% - 30px);
  height: 71px;
}
@media screen and (min-width: 1024px) {
  .microsite-imagine .hero-footer {
    height: 85px;
    left: 21px;
    bottom: 0px;
    width: calc(100% - 42px);
  }
}
.microsite-imagine .hero-footer .logo {
  position: absolute;
  left: 0;
  width: 132px;
  height: 54px;
  background: url(../png/dandad-festival-logo-2020.png) no-repeat center;
  background-size: 100%;
  text-indent: -99999px;
  transition: all 0.25s;
  width: 100px;
}
.microsite-imagine .hero-footer .logo:hover::before {
  display: none;
}
@media screen and (min-width: 350px) {
  .microsite-imagine .hero-footer .logo {
    width: 132px;
  }
}
@media screen and (min-width: 1024px) {
  .microsite-imagine .hero-footer .logo {
    width: 176px;
    height: 71px;
  }
}
.microsite-imagine .hero-footer #guardian_logo {
  width: 108px;
  height: 36px;
  background: url(../png/the-guardian-logo.png) no-repeat center;
  background-size: 100%;
  display: inline-block;
  text-indent: -9999px;
}
.microsite-imagine .hero-footer .partner {
  font-family: 'MarfaPre-Book';
  font-size: 15px;
  color: #e5e5e5;
  position: absolute;
  right: 20px;
  bottom: 32px;
  display: none;
}
.microsite-imagine .hero-footer .partner span {
  vertical-align: bottom;
  padding: 0 20px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .microsite-imagine .hero-footer .partner {
    display: block;
  }
}
.microsite-imagine .hero-footer .address {
  position: absolute;
  right: 0px;
  height: 80px;
  font-family: 'MarfaPre-Book';
  text-align: left;
  line-height: 1;
  color: #e5e5e5;
  font-size: 12px;
  width: 140px;
  margin-top: 11px;
}
@media screen and (min-width: 350px) {
  .microsite-imagine .hero-footer .address {
    margin-top: 9px;
    width: 170px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .microsite-imagine .hero-footer .address {
    width: 260px;
    font-size: 20px;
    left: 350px;
    right: auto;
  }
}
@media screen and (max-width: 28.7499em) {
  .microsite-imagine .cart-contents .mini-cart-contents ul li:not(.header) {
    padding: 35px 10px 35px 0px;
  }
  .microsite-imagine .cart-contents .mini-cart-contents ul li.header {
    padding: 15px 0;
  }
}
@media screen and (min-width: 40em) {
  .microsite-imagine .cart-contents .mini-cart-contents ul input[type=button] {
    top: 27px;
  }
}
.microsite-imagine nav[role="sub"] li:first-of-type {
  position: static;
  left: auto;
}
.microsite-imagine a:hover {
  color: #ffd200;
}
.microsite-imagine .o-section {
  background: transparent;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .microsite-imagine .logo__container .c-logo {
    top: 30px;
  }
}
.microsite-imagine nav[role="sub"] {
  background: #1d0423;
}
.microsite-imagine nav[role="sub"] li a {
  color: #7b7b7b;
  height: 40px;
  font-size: 12px;
  line-height: 36px;
  font-family: MarfaPre;
}
.microsite-imagine nav[role="sub"] li a:hover {
  background-color: #333;
  color: #ffd200;
}
.microsite-imagine nav[role="sub"] li a:hover #shop-tally {
  color: #333333;
}
.microsite-imagine nav[role="sub"] li a.active {
  background: #ffd200;
  color: #333;
}
.microsite-imagine nav[role="sub"] li a.active:before {
  color: #333;
}
.microsite-imagine nav[role="sub"] li a.active #shop-tally {
  background: #1b1b1b;
  color: #ffd200;
}
.microsite-imagine nav[role="sub"] li a #shop-tally {
  transition: 200ms;
}
.microsite-imagine .mobile-menu {
  position: fixed;
  z-index: -1;
  bottom: 0;
  opacity: 0;
  height: 0;
}
.microsite-imagine .mobile-menu p {
  font-family: 'MarfaPre-Book';
  color: #ad9216;
  font-size: 15px;
}
.microsite-imagine .mobile-menu p a {
  text-decoration: underline;
}
.microsite-imagine .mobile-menu p a:hover {
  color: #ad9216;
}
.microsite-imagine .mobile-menu ul li {
  line-height: 1;
}
@media (min-width: 1024px) {
  .microsite-imagine .mobile-menu ul li {
    display: none;
  }
}
.microsite-imagine .mobile-menu ul li a {
  font-family: 'MarfaPre-Book';
  color: #ad9216;
  font-size: 15px;
}
.microsite-imagine .mobile-menu ul li a:hover {
  border-bottom: none;
}
.microsite-imagine nav[role="main"].open .mobile-menu {
  display: block;
  opacity: 1;
  z-index: 1000;
  height: auto;
  padding: 18px 18px 12px 18px;
  transition: opacity 0.5s ease-in;
}
@media (min-width: 1024px) {
  .microsite-imagine nav[role="main"].open .mobile-menu {
    margin-left: 307px;
    max-width: 575px;
    bottom: -6px;
  }
}
.microsite-imagine nav[role="main"] .hero-footer .logo {
  display: none;
  background: url(../png/dandad-festival-logo-2020-invert.png) no-repeat center;
  background-size: 100%;
}
@media (min-width: 1024px) {
  .microsite-imagine nav[role="main"] .hero-footer .logo {
    display: block;
  }
}
.microsite-imagine .header-toggle, .microsite-imagine .tickets-basket-notice {
  background: #ffd200;
  font-size: 12px;
  width: 100%;
}
@media (min-width: 1024px) {
  .microsite-imagine .header-toggle, .microsite-imagine .tickets-basket-notice {
    font-size: 16px;
  }
}
.microsite-imagine .discount-line {
  font-size: 12px;
}
@media (min-width: 1024px) {
  .microsite-imagine .discount-line {
    font-size: 16px;
  }
}
.microsite-imagine .header-toggle {
  position: fixed;
  height: 100%;
}
.microsite-imagine .tickets-basket-notice {
  bottom: auto;
  top: 0;
}
@media (min-width: 1024px) {
  .microsite-imagine .tickets-basket-notice {
    bottom: 0;
    top: auto;
  }
}
.microsite-imagine .tickets-basket-notice a {
  text-decoration: underline;
  color: #333;
}
.microsite-imagine .tickets-basket-notice a:hover {
  color: #333;
}
.microsite-imagine .cart-contents .mini-cart-contents ul a:hover {
  text-decoration: none;
}
.microsite-imagine .menu-container ul li:not(.log-out), .microsite-imagine .profile-container ul li:not(.log-out) {
  font-size: 12px;
}
@media (min-width: 1024px) {
  .microsite-imagine .menu-container ul li:not(.log-out), .microsite-imagine .profile-container ul li:not(.log-out) {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .microsite-imagine .cart-contents .mini-cart-contents ul li {
    line-height: 2;
  }
}
.microsite-imagine .cart-contents .mini-cart-contents ul li,
.microsite-imagine .cart-contents .mini-cart-contents ul > li:first-of-type:not(.error),
.microsite-imagine .cart-contents span.total,
.microsite-imagine .microsite-imagine .cart-contents .mini-cart-contents ul > li:first-of-type:not(.error), .microsite-imagine .microsite-imagine .cart-contents .mini-cart-contents ul li
.login-container form input[type="text"],
.microsite-imagine .login-container form input[type="password"],
.microsite-imagine .profile-container form input[type="text"],
.microsite-imagine .profile-container form input[type="password"],
.microsite-imagine .login-or-register .login-half #id_username, .microsite-imagine .login-or-register .login-half #id_password,
.microsite-imagine .menu-container ul li:not(.log-out):first-of-type, .microsite-imagine .profile-container ul li:not(.log-out):first-of-type,
.microsite-imagine .menu-container ul li:not(.log-out), .microsite-imagine .profile-container ul li:not(.log-out) {
  border-color: #333 !important;
}
.microsite-imagine .cart-contents .mini-cart-contents ul .header,
.microsite-imagine .cart-contents .mini-cart-contents .price, .microsite-imagine .cart-contents .mini-cart-contents .total, .microsite-imagine .cart-contents .mini-cart-contents .discount-line,
.microsite-imagine .cart-contents .mini-cart-contents ul input[type=button],
.microsite-imagine .tickets-basket-notice,
.microsite-imagine .login-or-register,
.microsite-imagine .password-reset,
.microsite-imagine .login-or-register .login-half .forgot-password,
.microsite-imagine .login-or-register .login-half #id_username, .microsite-imagine .login-or-register .login-half #id_password,
.microsite-imagine .menu-container ul a p, .microsite-imagine .profile-container ul a p,
.microsite-imagine #profile.profile-container ul li:not(.log-out) a:after {
  color: #333;
}
.microsite-imagine .cart-contents .mini-cart-contents ul li:not(.header):hover {
  background-color: #333;
}
.microsite-imagine .cart-contents .mini-cart-contents ul li:not(.header):hover a, .microsite-imagine .cart-contents .mini-cart-contents ul li:not(.header):hover .price {
  color: #ffd200;
}
.microsite-imagine .cart-contents .mini-cart-contents ul li:not(.header):hover input {
  color: #333;
}
.microsite-imagine .cart-contents .mini-cart-contents ul li:not(.header):hover input[type=button] {
  background-color: #333;
  color: #ffd200;
}
.microsite-imagine .menu-container ul a:hover, .microsite-imagine .profile-container ul a:hover {
  background-color: #333;
  color: #ffd200;
}
.microsite-imagine .cart-contents .mini-cart-contents > a, .microsite-imagine .cart-contents .mini-cart-contents .proceed-to-checkout,
.microsite-imagine .login-container form input[type="submit"], .microsite-imagine .profile-container form input[type="submit"],
.microsite-imagine .login-or-register a.product-button,
.microsite-imagine .header-wrapper .profile-container .btn,
.microsite-imagine .header-wrapper .profile-container body.search-results .search-container input[type="submit"],
body.search-results .search-container .microsite-imagine .header-wrapper .profile-container input[type="submit"],
.microsite-imagine .header-wrapper .profile-container .cart-contents .mini-cart-contents > a,
.cart-contents .microsite-imagine .header-wrapper .profile-container .mini-cart-contents > a,
.microsite-imagine .header-wrapper .profile-container .cart-contents .mini-cart-contents .proceed-to-checkout,
.cart-contents .mini-cart-contents .microsite-imagine .header-wrapper .profile-container .proceed-to-checkout,
.microsite-imagine .header-wrapper input[type="submit"].update_basket,
.microsite-imagine .o-hero a.product-button {
  background-color: #1D0423;
  color: #CCA43D;
  border-radius: 0;
  border: none;
  text-transform: lowercase;
  font-family: 'MarfaIEFour-Regular';
  font-variation-settings: "wdth" 10;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  text-align: left;
  padding: 0 1em;
  transition: all 0.25s;
}
.microsite-imagine .cart-contents .mini-cart-contents > a:hover, .microsite-imagine .cart-contents .mini-cart-contents .proceed-to-checkout:hover,
.microsite-imagine .login-container form input[type="submit"]:hover, .microsite-imagine .profile-container form input[type="submit"]:hover,
.microsite-imagine .login-or-register a.product-button:hover,
.microsite-imagine .header-wrapper .profile-container .btn:hover,
.microsite-imagine .header-wrapper .profile-container body.search-results .search-container input[type="submit"]:hover,
body.search-results .search-container .microsite-imagine .header-wrapper .profile-container input[type="submit"]:hover,
.microsite-imagine .header-wrapper .profile-container .cart-contents .mini-cart-contents > a:hover,
.cart-contents .microsite-imagine .header-wrapper .profile-container .mini-cart-contents > a:hover,
.microsite-imagine .header-wrapper .profile-container .cart-contents .mini-cart-contents .proceed-to-checkout:hover,
.cart-contents .mini-cart-contents .microsite-imagine .header-wrapper .profile-container .proceed-to-checkout:hover,
.microsite-imagine .header-wrapper input[type="submit"].update_basket:hover,
.microsite-imagine .o-hero a.product-button:hover {
  font-variation-settings: "wdth" 70;
}
.microsite-imagine .login-or-register a.product-button,
.microsite-imagine .header-wrapper .profile-container .btn.sign-out,
.microsite-imagine .header-wrapper .profile-container body.search-results .search-container input.sign-out[type="submit"],
body.search-results .search-container .microsite-imagine .header-wrapper .profile-container input.sign-out[type="submit"],
.microsite-imagine .header-wrapper .profile-container .cart-contents .mini-cart-contents > a.sign-out,
.cart-contents .microsite-imagine .header-wrapper .profile-container .mini-cart-contents > a.sign-out,
.microsite-imagine .header-wrapper .profile-container .cart-contents .mini-cart-contents .sign-out.proceed-to-checkout,
.cart-contents .mini-cart-contents .microsite-imagine .header-wrapper .profile-container .sign-out.proceed-to-checkout,
.microsite-imagine .header-wrapper input[type="submit"].update_basket,
.microsite-imagine .o-hero a.product-button {
  background-color: transparent;
  color: #333;
  border: 1px solid #1b1b1b !important;
  border-radius: 0;
}
.microsite-imagine .login-or-register a.product-button:hover,
.microsite-imagine .header-wrapper .profile-container .btn.sign-out:hover,
.microsite-imagine .header-wrapper .profile-container body.search-results .search-container input.sign-out[type="submit"]:hover,
body.search-results .search-container .microsite-imagine .header-wrapper .profile-container input.sign-out[type="submit"]:hover,
.microsite-imagine .header-wrapper .profile-container .cart-contents .mini-cart-contents > a.sign-out:hover,
.cart-contents .microsite-imagine .header-wrapper .profile-container .mini-cart-contents > a.sign-out:hover,
.microsite-imagine .header-wrapper .profile-container .cart-contents .mini-cart-contents .sign-out.proceed-to-checkout:hover,
.cart-contents .mini-cart-contents .microsite-imagine .header-wrapper .profile-container .sign-out.proceed-to-checkout:hover,
.microsite-imagine .header-wrapper input[type="submit"].update_basket:hover,
.microsite-imagine .o-hero a.product-button:hover {
  color: #333 !important;
  background-color: #ffd200 !important;
  font-variation-settings: "wdth" 60;
}
.microsite-imagine .o-hero a.product-button {
  background-color: #ffd200;
  color: #333;
  border: none !important;
  height: auto;
  text-align: center;
  position: absolute;
  top: -90px;
  left: 50%;
  margin-left: -145px;
  width: 290px;
  padding: 10px 0px;
}
@media only screen and (min-width: 1024px) {
  .microsite-imagine .o-hero a.product-button {
    position: static;
    margin-left: 0;
  }
}
.microsite-imagine .o-hero a.product-button:hover {
  background-color: #333;
  color: #ffd200;
}
.microsite-imagine .login-container form input[type="submit"]:hover {
  font-variation-settings: "wdth" 100;
}
.microsite-imagine main[role="main"] {
  padding-top: 0 !important;
}
.microsite-imagine main[role="main"] .c-logo .logo__text {
  font-size: 130%;
  font-family: 'MarfaPre-Medium';
  line-height: 1.8;
}
@media only screen and (min-width: 30em) {
  .microsite-imagine main[role="main"] .c-logo .logo__text {
    line-height: 1.28;
  }
}
@media only screen and (min-width: 1024px) {
  .microsite-imagine main[role="main"] .c-logo .logo__text {
    font-size: 5.4vw;
  }
}
.microsite-imagine main[role="main"] .c-logo .logo__headline {
  font-size: 130%;
}
@media only screen and (min-width: 1024px) {
  .microsite-imagine main[role="main"] .c-logo .logo__headline {
    font-size: 5.4vw;
  }
}
.microsite-imagine nav[role="main"] {
  position: fixed;
  transition: height 0.2s ease-out;
  background: #CCA43D;
  width: 100%;
  top: 0;
  left: 0;
  right: auto;
  box-sizing: border-box;
}
.microsite-imagine nav[role="main"] .c-logo {
  flex-wrap: wrap;
  height: 100%;
  text-align: center;
  align-items: center;
  height: 100%;
  text-align: center;
  align-content: center;
  justify-content: center;
}
.microsite-imagine nav[role="main"] .c-logo .logo__text {
  color: #333333;
  font-family: 'MarfaPre-Medium';
  font-size: 130%;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .microsite-imagine nav[role="main"] .c-logo .logo__text {
    font-size: 5.4vw;
  }
}
@media (min-width: 1024px) {
  .microsite-imagine nav[role="main"] .c-logo {
    position: absolute;
    top: 30px;
    flex-wrap: nowrap;
    padding-left: 8px;
  }
}
.microsite-imagine nav[role="main"] .imagine-nav {
  width: 100%;
}
.microsite-imagine nav[role="main"] .imagine-nav a.logo__headline {
  color: #1D0423;
  line-height: 0.9;
}
.microsite-imagine nav[role="main"] .imagine-nav a.logo__headline:hover {
  color: #1D0423;
}
@media (max-width: 1023.999px) {
  .microsite-imagine nav[role="main"] .imagine-nav a.logo__headline {
    font-size: 130% !important;
    font-variation-settings: "wght" 100, "wdth" 10 !important;
  }
}
.microsite-imagine nav[role="main"].open {
  height: 100%;
}
.microsite-imagine .dandad-and-you {
  background-color: transparent;
}
.microsite-imagine .icon-wrapper {
  height: 49px;
}
.microsite-imagine nav[role="sub"] ul {
  margin-right: 49px;
}
.microsite-imagine nav[role="sub"] li a {
  padding: 0 15px 0 15px;
}
@media (min-width: 1024px) {
  .microsite-imagine nav[role="sub"] li a {
    padding: 0 15px 0 38px;
  }
}
.microsite-imagine nav[role="sub"] li a:before {
  color: #7b7b7b;
  -webkit-transition: 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.microsite-imagine nav[role="sub"] li a:hover:before {
  color: #ffd200;
}
.microsite-imagine nav[role="sub"] li a.active:hover:before {
  color: #000;
}
.microsite-imagine nav[role="sub"] li.with-icon a {
  padding: 0 15px 0 38px;
}
.microsite-imagine nav[role="sub"] li.nav-item-home a {
  color: #ffd200;
}
.microsite-imagine nav[role="sub"] li.nav-item-home a:before {
  color: #ffd200;
}
@media (min-width: 1024px) {
  .microsite-imagine nav[role="sub"] li.nav-item-home a:before {
    content: '\E071';
  }
}
.microsite-imagine nav[role="sub"] li.nav-item-passes a {
  color: #ffd200;
}
.microsite-imagine nav[role="sub"] li.nav-item-passes a:before {
  color: #ffd200;
}
@media (min-width: 1024px) {
  .microsite-imagine nav[role="sub"] li.nav-item-passes a:before {
    content: '\E148';
  }
}
.microsite-imagine nav[role="sub"] li.nav-item-passes a:hover {
  color: #e5e5e5;
}
.microsite-imagine nav[role="sub"] li.nav-item-passes a:hover:before {
  color: #e5e5e5;
}
.microsite-imagine #nav-icon2 {
  width: 20px;
  height: 20px;
  position: fixed;
  top: 12px;
  right: 15px;
  left: auto;
}
.microsite-imagine #nav-icon2.open span {
  background: #333;
}
.microsite-imagine #nav-icon2 span {
  height: 2px;
}
.microsite-imagine #nav-icon2 span:nth-child(3), .microsite-imagine #nav-icon2 span:nth-child(4) {
  top: 5px;
}
.microsite-imagine #nav-icon2 span:nth-child(5), .microsite-imagine #nav-icon2 span:nth-child(6) {
  top: 10px;
}
.microsite-imagine #nav-icon2.open span:nth-child(1) {
  left: 0px;
  top: 4px;
}
.microsite-imagine #nav-icon2.open span:nth-child(2) {
  left: calc(50% - 4px);
  top: 4px;
}
.microsite-imagine #nav-icon2.open span:nth-child(5) {
  left: 0px;
}
.microsite-imagine #nav-icon2.open span:nth-child(6) {
  left: calc(50% - 3px);
}
.microsite-imagine .header-wrapper {
  background: transparent;
  border-bottom: 0;
  z-index: 1000;
}
@media (max-width: 1023.999px) {
  .microsite-imagine .header-wrapper {
    top: auto;
    bottom: -60px;
  }
  .microsite-imagine .header-wrapper #shop-cart, .microsite-imagine .header-wrapper .header-toggle {
    top: 0;
    height: calc(100% - 64px);
  }
  .microsite-imagine .header-wrapper #nav-icon2 {
    top: auto;
    bottom: 17px;
    width: 26px;
    height: 19px;
  }
  .microsite-imagine .header-wrapper #nav-icon2 span:nth-child(3), .microsite-imagine .header-wrapper #nav-icon2 span:nth-child(4) {
    top: 9px;
  }
  .microsite-imagine .header-wrapper #nav-icon2 span:nth-child(5), .microsite-imagine .header-wrapper #nav-icon2 span:nth-child(6) {
    top: 17px;
  }
  .microsite-imagine .header-wrapper #nav-icon2.open span:nth-child(1) {
    top: 7px;
  }
  .microsite-imagine .header-wrapper #nav-icon2.open span:nth-child(2) {
    top: 8px;
  }
  .microsite-imagine .header-wrapper nav > ul {
    height: 64px;
  }
  .microsite-imagine .header-wrapper nav > ul li {
    height: 64px;
  }
  .microsite-imagine .header-wrapper nav > ul li a {
    font-size: 15px;
    line-height: 68px;
    height: 64px;
  }
  .microsite-imagine .header-wrapper nav > ul li a #shop-tally {
    font-size: 12px;
    margin-left: -30px;
    margin-top: 15px;
    height: 18px;
  }
  .microsite-imagine .header-wrapper nav > ul li a.shop:before {
    top: 37px;
    left: 15px;
    font-size: 30px;
  }
  .microsite-imagine .header-wrapper nav > ul li.nav-item-home {
    position: absolute;
    left: 0;
  }
  .microsite-imagine .header-wrapper nav > ul li.nav-item-passes {
    display: none;
  }
  .microsite-imagine .header-wrapper nav > ul li.nav-item-shop {
    position: absolute;
    right: 53px;
  }
  .microsite-imagine .header-wrapper nav > ul li.nav-item-shop a {
    font-size: 0;
  }
  .microsite-imagine .header-wrapper nav > ul li.nav-item-signin {
    position: absolute;
    right: 100px;
  }
  .microsite-imagine .header-wrapper nav > ul li.nav-item-signin a {
    font-size: 0;
  }
  .microsite-imagine .header-wrapper nav > ul li.nav-item-signin a:before {
    top: 37px;
    left: 14px;
    font-size: 30px;
  }
}
.microsite-imagine .tickets-outer {
  max-width: none;
  padding: 0;
}
.microsite-imagine .tickets-title {
  display: none;
}
.microsite-imagine .tickets-inner {
  padding-top: 0;
}
.microsite-imagine .tickets-inner .ticket {
  cursor: pointer;
  margin: 0;
  margin-left: 0 !important;
  flex-shrink: 1;
  background: #333;
  color: #fff;
  border-bottom: 1px solid #1b1b1b;
  width: 100% !important;
  font-family: 'MarfaPre-Regular';
  letter-spacing: -1px;
}
.microsite-imagine .tickets-inner .ticket .ticket-name {
  font-family: 'MarfaPre-Regular';
  font-size: 38px;
  min-height: 200px;
}
@media (min-width: 1024px) {
  .microsite-imagine .tickets-inner .ticket .ticket-name {
    font-size: 40px;
  }
}
.microsite-imagine .tickets-inner .ticket .ticket-desc {
  text-align: left;
  font-family: 'MarfaPre-Light';
  color: #9E9E9E;
}
@media (min-width: 1024px) {
  .microsite-imagine .tickets-inner .ticket .ticket-desc {
    padding: 17px 0 17px;
    min-height: 205px;
    border-bottom: 1px solid #1b1b1b;
    margin: 17px;
    font-size: 15px;
  }
}
.microsite-imagine .tickets-inner .ticket .ticket-desc strong {
  font-family: 'MarfaPre-Book';
  color: #E5E5E5;
}
.microsite-imagine .tickets-inner .ticket .ticket-buy:not(.btn-tile) {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 1em;
  font-family: 'MarfaIEFour-Regular';
  font-variation-settings: "wdth" 1;
  font-style: italic;
  font-size: 16px;
  left: 0;
  bottom: 0;
  background-color: #ffd200;
  color: #333333;
  border: none;
  line-height: 56px;
  border-radius: 0;
  color: #333333;
  border-color: #ffd200;
  background-color: #ffd200;
  width: 100%;
  border-radius: 0;
  margin: 0px;
  height: 60px;
  line-height: 62px;
  text-align: left;
  padding: 0 12px;
  text-transform: lowercase;
}
@media (min-width: 1024px) {
  .microsite-imagine .tickets-inner .ticket {
    width: auto;
    border-top: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
  }
}
.microsite-imagine .tickets-inner .ticket.ticket-4 {
  border-top: none;
}
@media (min-width: 1024px) {
  .microsite-imagine .tickets-inner .ticket.ticket-4 {
    border-top: 1px solid #1b1b1b;
  }
}
.microsite-imagine .tickets-inner .ticket.ticket-1 {
  border-top: 1px solid #1b1b1b;
}
.microsite-imagine .tickets-inner .ticket .ticket-price {
  color: #fff;
  font-size: 26px;
}
@media (min-width: 1024px) {
  .microsite-imagine .tickets-inner .ticket .ticket-price {
    font-size: 26px;
  }
}
.microsite-imagine .tickets-inner .ticket .sub_headline {
  color: #27c168;
  font-family: 'MarfaPre-Regular';
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0;
}
.microsite-imagine .tickets-inner .ticket:hover {
  background: #ffd200;
  color: #333333;
}
.microsite-imagine .tickets-inner .ticket:hover .ticket-desc {
  color: #333333;
}
.microsite-imagine .tickets-inner .ticket:hover .ticket-desc strong {
  color: #333333;
}
.microsite-imagine .tickets-inner .ticket:hover .ticket-price {
  color: #333333;
}
.microsite-imagine .tickets-inner .ticket:hover .ticket-buy {
  font-variation-settings: "wdth" 70;
}
@media (min-width: 1024px) {
  .microsite-imagine .tickets-inner {
    flex-wrap: nowrap;
  }
}
.microsite-imagine .tickets-inner.tickets-inner-small {
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .microsite-imagine .tickets-inner.tickets-inner-small {
    justify-content: flex-start;
    width: 50%;
    margin: 0 auto 120px;
  }
  .microsite-imagine .tickets-inner.tickets-inner-small .ticket.ticket-1 {
    border-left: 1px solid #1b1b1b;
  }
  .microsite-imagine .tickets-inner.tickets-inner-small .ticket.ticket-2 {
    border-right: 1px solid #1b1b1b;
  }
}
.microsite-imagine .logo__container {
  color: #e5e5e5;
  margin-top: calc((-100vh / 2) + 80px);
}
.microsite-imagine .content__container.no_hero {
  margin-top: calc(50vh + 84px);
}
@media (min-width: 1024px) {
  .microsite-imagine .content__container.no_hero {
    margin-top: calc(50vh + 110px - 1.656vw);
  }
}
.microsite-imagine .heading {
  color: #e5e5e5;
  background-color: #1D0423;
  padding: 32px 15px;
  margin: 0;
}
.microsite-imagine .heading + .o-section .microsite-plugin-copy {
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .microsite-imagine .heading + .o-section .microsite-plugin-copy {
    padding-top: 80px;
  }
}
.microsite-imagine .heading h2 {
  font-size: 22px;
  font-family: 'MarfaIEFour-Regular';
  font-variation-settings: "wdth" 1;
  line-height: 1.1;
  letter-spacing: -1px;
}
@media (min-width: 1024px) {
  .microsite-imagine .heading {
    padding: 42px 30px;
  }
  .microsite-imagine .heading h2 {
    font-size: 40px;
  }
}
.microsite-imagine .heading.heading-left {
  text-align: left;
  border-top: 1px solid #1b1b1b;
}
.microsite-imagine .heading.heading-left h2 {
  max-width: 1024px;
}
@media (min-width: 1024px) {
  .microsite-imagine .heading.heading-left {
    padding-top: 200px;
  }
}
.microsite-imagine .heading.heading-center h2, .microsite-imagine .heading.heading-center_left_align h2 {
  max-width: 879px;
  margin: 0 auto;
  text-align: center;
  font-variation-settings: "wdth" 25;
}
@media (min-width: 1024px) {
  .microsite-imagine .heading.heading-center, .microsite-imagine .heading.heading-center_left_align {
    padding: 160px 30px;
    border-top: 1px solid #1b1b1b !important;
  }
}
.microsite-imagine .heading.heading-center h2, .microsite-imagine .heading.heading-center_left_align h2 {
  font-size: 22px;
}
@media (min-width: 1024px) {
  .microsite-imagine .heading.heading-center h2, .microsite-imagine .heading.heading-center_left_align h2 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .microsite-imagine .heading.heading-centred {
    padding-left: 25%;
  }
}
.microsite-imagine .heading .cta-heading {
  color: #ffd200;
  font-family: MarfaPre;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.microsite-imagine .heading .cta-heading:after {
  content: '\2192';
}
@media (min-width: 1024px) {
  .microsite-imagine .heading .cta-heading {
    font-size: 16px;
  }
}
.microsite-imagine .heading.heading.heading-center_left_align h2 {
  text-align: left;
}
.microsite-imagine .heading.heading.heading-center_left_align .cta-heading {
  text-align: left;
  max-width: 879px;
  margin: 20px auto;
  display: block;
}
.microsite-imagine p {
  font-size: 22px;
  color: #9E9E9E;
  font-family: 'MarfaPre-Light';
  line-height: 1.33;
}
.microsite-imagine p strong {
  color: #E5E5E5;
  font-family: 'MarfaPre-Book';
}
@media (min-width: 1024px) {
  .microsite-imagine p {
    font-size: 26px;
  }
}
.microsite-imagine blockquote {
  margin: 0;
  border-left: 0;
}
.microsite-imagine blockquote p {
  font-size: 22px;
  line-height: 1.33;
  padding: 0 15px;
  font-family: 'MarfaIEFour-Regular';
  font-variation-settings: "wdth" 1;
  margin-bottom: 5px;
  line-height: 1.17;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .microsite-imagine blockquote p {
    font-size: 48px;
    margin-bottom: 10px;
    margin-left: 20%;
    padding: 0 30px;
  }
}
.microsite-imagine blockquote cite {
  font-size: 12px;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .microsite-imagine blockquote cite {
    font-size: 16px;
    padding: 0 30px;
    margin-left: 20%;
  }
}
.microsite-imagine .multi-cols-copy h2 {
  font-family: 'MarfaIEFour-Regular';
  font-variation-settings: "wdth" 10;
  font-weight: 100;
  line-height: 1.17;
  letter-spacing: -1.2px;
  text-align: left;
  color: #CCA43D;
}
@media screen and (min-width: 640px) {
  .microsite-imagine .multi-cols-copy .cols {
    margin: 0 1rem 2rem 3rem;
  }
}
@media (min-width: 1024px) {
  .microsite-imagine .multi-cols-copy .cols {
    margin-left: 20%;
  }
}
.microsite-imagine .multi-cols-copy .cols .col:first-child {
  margin-left: 0;
}
.microsite-imagine .multi-cols-copy.multi-cols-copy-full_width {
  margin-left: 0;
  padding: 0;
}
.microsite-imagine .multi-cols-copy.multi-cols-copy-full_width .cols {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media (min-width: 1024px) {
  .microsite-imagine .multi-cols-copy.multi-cols-copy-full_width .cols {
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.microsite-imagine .multi-cols-copy.multi-cols-copy-full_width .cols .col {
  border-bottom: 1px solid #1b1b1b;
  flex-shrink: 1;
  margin: 0;
  padding: 15px;
  position: relative;
  width: 100%;
  font-family: 'MarfaPre-Light';
  font-size: 22px;
}
.microsite-imagine .multi-cols-copy.multi-cols-copy-full_width .cols .col h3 {
  font-family: 'MarfaPre-Book';
  font-size: 22px;
  text-align: left;
}
@media (min-width: 1024px) {
  .microsite-imagine .multi-cols-copy.multi-cols-copy-full_width .cols .col h3 {
    font-size: 40px;
    height: 173px;
  }
}
@media (min-width: 1024px) {
  .microsite-imagine .multi-cols-copy.multi-cols-copy-full_width .cols .col {
    border-top: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
  }
}
.microsite-imagine .multi-cols-copy.multi-cols-copy-full_width .cols .col:last-child {
  border-top: none;
}
@media (min-width: 1024px) {
  .microsite-imagine .multi-cols-copy.multi-cols-copy-full_width .cols .col:last-child {
    border-right: none;
    border-top: 1px solid #1b1b1b;
  }
}
.microsite-imagine .multi-cols-copy.multi-cols-copy-full_width .cols .col:first-child {
  border-top: 1px solid #1b1b1b;
}
.microsite-imagine .multi-cols-copy.multi-cols-copy-full_width .cols .col p {
  font-family: 'MarfaPre-Light';
  font-size: 22px;
  color: #9E9E9E;
}
@media (min-width: 1024px) {
  .microsite-imagine .multi-cols-copy.multi-cols-copy-full_width .cols .col {
    font-size: 26px;
  }
  .microsite-imagine .multi-cols-copy.multi-cols-copy-full_width .cols .col p {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .microsite-imagine .multi-cols-copy.multi-cols-copy-full_width .cols .col .desc {
    min-height: 300px;
  }
}
.microsite-imagine .multi-cols-copy.multi-cols-copy-full_width .cols .col .note {
  text-align: left;
  margin-top: 47px;
}
.microsite-imagine .multi-cols-copy.multi-cols-copy-full_width .cols .col .note p {
  font-family: 'MarfaPre-Book';
  font-size: 16px;
  color: #e5e5e5;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .microsite-imagine .multi-cols-copy.multi-cols-copy-full_width .cols .col .note {
    margin-top: 0;
    position: absolute;
    bottom: 15px;
  }
}
.microsite-imagine .product-copy {
  padding: 32px 15px;
}
@media (min-width: 1024px) {
  .microsite-imagine .product-copy {
    padding: 42px 30px;
  }
}
.microsite-imagine footer[role="contentinfo"] {
  background-color: #1a1a1a;
  border-top: none;
}
.microsite-imagine footer[role="contentinfo"] .container {
  color: #7b7b7b;
  font-size: 16px;
  padding-bottom: 0;
  background-color: #1a1a1a;
}
.microsite-imagine footer[role="contentinfo"] .container #footer-social-menu ul li a {
  color: #7b7b7b;
  border-bottom: none !important;
}
.microsite-imagine footer[role="contentinfo"] .container .fine-print {
  margin-bottom: 0;
}
.microsite-imagine footer[role="contentinfo"] .container .fine-print small {
  font-size: inherit;
}
.microsite-imagine footer[role="contentinfo"] a:hover {
  color: #7b7b7b;
}
.microsite-imagine footer[role="contentinfo"] nav ul a {
  color: #7b7b7b;
}
.microsite-imagine footer[role="contentinfo"] nav ul a:hover {
  border-bottom: 1px solid #7b7b7b;
}
.microsite-imagine .share ul li.instagram a:before {
  background: url(../svg/insta-02.svg);
}
.microsite-imagine .share ul li.thedots a:before {
  background: url(../svg/thedots-light.svg);
}
.microsite-imagine .mailingListForm {
  color: #e5e5e5;
  padding: 10px 0;
}
@media (min-width: 1024px) {
  .microsite-imagine .mailingListForm {
    padding: 30px 3rem 130px 3rem;
  }
}
.microsite-imagine .mailingListForm-lead {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.microsite-imagine .mailingListForm-button > button {
  color: #1D0423;
  border-color: #1D0423;
  transition: all 0.25s;
}
.microsite-imagine .mailingListForm-button > button:hover,
.microsite-imagine .mailingListForm-button > button:focus {
  font-variation-settings: "wdth" 70;
}
.microsite-imagine .mailingListForm-controls {
  margin: 15px 15px 20px 15px;
}
@media (min-width: 700px) {
  .microsite-imagine .mailingListForm-controls {
    display: flex;
    max-width: 990px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .microsite-imagine .mailingListForm-controls {
    margin: 0 auto;
  }
}
.microsite-imagine .mailingListForm-controls > label {
  display: none;
}
.microsite-imagine .mailingListForm-controls > input {
  background: #1D0423;
  color: #CCA43D;
  width: 100%;
  border: none;
  outline: none;
  height: 45px;
}
@media (min-width: 700px) {
  .microsite-imagine .mailingListForm-controls > input {
    width: calc(50% - 60px);
    margin: 15px 30px !important;
  }
}
.microsite-imagine .mailingListForm-controls > input::-moz-placeholder {
  color: #CCA43D !important;
  opacity: 1;
}
.microsite-imagine .mailingListForm-controls > input:-moz-placeholder {
  color: #CCA43D !important;
  opacity: 1;
}
.microsite-imagine .mailingListForm-controls > input::-webkit-input-placeholder {
  color: #CCA43D !important;
  opacity: 1;
}
.microsite-imagine .mailingListForm-button > button {
  color: #ffd200;
  border-color: #1D0423;
  background-color: #1D0423;
  width: 100%;
  border-radius: 0;
  margin: 0px;
  height: 45px;
  line-height: 45px;
  text-align: left;
  padding: 0 12px;
  text-transform: lowercase;
  font-family: 'MarfaIEFour-Regular';
  font-variation-settings: "wdth" 1;
  font-size: 16px;
}
@media (min-width: 700px) {
  .microsite-imagine .mailingListForm-button > button {
    margin: 0 30px;
    width: calc(100% - 30px);
  }
}
@media (min-width: 700px) {
  .microsite-imagine .mailingListForm-controls {
    display: flex;
    max-width: 900px;
    margin: 0 auto;
  }
  .microsite-imagine .mailingListForm-controls .mailingListForm-button {
    width: calc(50% - 28px);
    margin: 15px 0px;
  }
  .microsite-imagine .mailingListForm-controls > input {
    margin: 0 .5rem;
    height: 45px;
  }
}
.microsite-imagine figure {
  text-align: left;
  padding: 15px 15px;
  font-size: 22px;
}
@media (min-width: 1024px) {
  .microsite-imagine figure {
    margin-left: 20%;
    padding: 30px 30px;
    font-size: 26px;
  }
}
.microsite-imagine figure figcaption {
  font-family: MarfaPre;
  color: #e5e5e5;
  font-size: 14px;
  margin: 14px 0;
}
@media (min-width: 1024px) {
  .microsite-imagine figure figcaption {
    font-size: 16px;
    margin: 24px 0;
  }
}
.microsite-imagine .product-panel-title {
  font-size: 32px;
  line-height: 1.14;
  padding: 0 15px;
  font-family: 'MarfaIEFour-Regular';
  font-variation-settings: "wdth" 10;
  margin-bottom: 5px;
  line-height: 1.17;
  color: #CCA43D;
  text-align: left;
  max-width: 800px;
  margin: 25px auto 50px -15px;
}
@media (min-width: 1024px) {
  .microsite-imagine .product-panel-title {
    text-align: center;
    font-size: 48px;
    margin: 50px auto 100px -15px;
  }
}
.microsite-imagine .mailingListForm .product-panel-title {
  margin: 50px auto 50px auto;
}
.microsite-imagine .mailingListForm .product-panel-title h2 {
  font-variation-settings: "wdth" 25;
}
@media (min-width: 1024px) {
  .microsite-imagine .mailingListForm .product-panel-title {
    margin: 100px auto 100px auto;
  }
}
.microsite-imagine .image-copy-with-link {
  color: #e5e5e5;
}
.microsite-imagine .image-copy-with-link p {
  text-align: inherit;
}
.microsite-imagine .image-copy-with-link p a {
  color: #E5E5E5;
  font-family: 'MarfaPre-Book';
}
.microsite-imagine div.product-call-to-action-with-image {
  border-bottom: 1px solid #1b1b1b;
}
@media (min-width: 1024px) {
  .microsite-imagine div.product-call-to-action-with-image {
    margin-top: 110px;
  }
}
.microsite-imagine div.product-call-to-action-with-image + .heading {
  border-top: none !important;
}
@media (min-width: 1024px) {
  .microsite-imagine .heading.heading-center + div.product-call-to-action-with-image {
    margin-top: 0;
  }
}
.microsite-imagine div.product-call-to-action-full-width .actions-container {
  color: #e5e5e5;
  font-variation-settings: "wdth" 10;
  transition: font-variation-settings 0.25s ease-out;
}
.microsite-imagine div.product-call-to-action-full-width .actions-container .item-title {
  font-family: 'MarfaIEFour-Regular';
  font-size: 4vw;
  text-align: center;
  width: 100%;
  display: inline !important;
  transition: font-variation-settings 0.25s ease-out;
}
@media screen and (min-width: 1120px) {
  .microsite-imagine div.product-call-to-action-full-width .actions-container .item-title {
    font-size: 2vw;
  }
}
.microsite-imagine div.product-call-to-action-full-width .actions-container .item-occupation {
  font-family: 'MarfaPre-Light';
  color: #1D0423;
}
@media (min-width: 1024px) {
  .microsite-imagine div.product-call-to-action-full-width .actions-container .item-occupation {
    font-family: 'MarfaPre-Book';
  }
}
@media screen and (min-width: 1120px) {
  .microsite-imagine div.product-call-to-action-full-width .actions-container {
    font-size: 2vw;
  }
}
.microsite-imagine div.product-call-to-action-full-width .actions-container .product-copy .copy-content p {
  color: #333;
  font-family: 'MarfaPre-Light';
  line-height: 1.31;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .microsite-imagine div.product-call-to-action-full-width .actions-container .product-copy .copy-content p {
    font-size: 26px;
  }
}
.microsite-imagine div.product-call-to-action-full-width .actions-container .product-copy .copy-content a.read-more {
  font-family: 'MarfaPre-Book';
}
.microsite-imagine div.product-call-to-action-full-width .actions-container ul li.has-detail-box.og-expand .og-expander {
  height: 600px;
}
@media screen and (min-width: 1400px) {
  .microsite-imagine div.product-call-to-action-full-width .actions-container ul li.has-detail-box.og-expand .og-expander {
    height: 800px;
  }
}
.microsite-imagine div.product-call-to-action-full-width .actions-container ul li.has-detail-box.og-expand {
  padding-bottom: 600px;
}
@media screen and (min-width: 1400px) {
  .microsite-imagine div.product-call-to-action-full-width .actions-container ul li.has-detail-box.og-expand {
    padding-bottom: 800px;
  }
}
.microsite-imagine div.product-call-to-action-full-width .tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-link,
.microsite-imagine div.product-call-to-action-full-width .multi-tabs-menu ul li.on a {
  color: #eeeeee;
}
.microsite-imagine div.product-call-to-action-full-width .tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-content a.active {
  color: #ffd200;
}
.microsite-imagine div.product-call-to-action-full-width .tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-content, .microsite-imagine div.product-call-to-action-full-width div.product-call-to-action-full-width.text-black .tagsort-tags-container span {
  background-color: #1c1c1c;
  color: #fff;
}
.microsite-imagine div.product-call-to-action-full-width .tagsort-tags-container span {
  background: #ffd200;
}
@media only screen and (min-width: 50em) {
  .microsite-imagine div.product-call-to-action-full-width .tabbed-panel.tabbed-filter .multi-tabs-menu {
    height: 69px;
  }
}
@media only screen and (min-width: 50em) {
  .microsite-imagine div.product-call-to-action-full-width .tabbed-panel.tabbed-filter .multi-tabs-menu.open {
    height: 320px;
  }
}
@media (min-width: 1024px) {
  .microsite-imagine .video-microsite {
    border-top: 1px solid #1b1b1b;
  }
}
.microsite-imagine .video-microsite .video-content-block {
  display: flex;
  flex-wrap: wrap;
}
.microsite-imagine .video-microsite .video-content-block span {
  position: static;
  transform: none;
}
.microsite-imagine .video-microsite .video-content-block .video-half {
  width: 100%;
  display: flex;
  align-items: center;
}
.microsite-imagine .video-microsite .video-content-block .video-half.video-block-desc {
  padding: 15px;
  min-height: 100vw;
}
.microsite-imagine .video-microsite .video-content-block .video-half.video-block-desc .heading {
  max-width: 550px;
  padding: 0;
}
.microsite-imagine .video-microsite .video-content-block .video-half.video-block-desc .heading h2 {
  margin: 0;
}
.microsite-imagine .video-microsite .video-content-block .video-half.video-block-desc .heading .cta-heading {
  text-align: left;
}
@media screen and (min-width: 37.5em) {
  .microsite-imagine .video-microsite .video-content-block .video-half.video-block-desc {
    min-height: 0;
  }
}
@media (min-width: 1024px) {
  .microsite-imagine .video-microsite .video-content-block .video-half.video-block-desc {
    padding: 22px;
  }
}
.microsite-imagine .video-microsite .video-content-block .video-half.video-block-teaser {
  background-size: contain;
  background-repeat: no-repeat;
  order: -1;
  justify-content: center;
  cursor: pointer;
}
.microsite-imagine .video-microsite .video-content-block .video-half.video-block-teaser span {
  text-align: center;
  max-width: 420px;
  font-family: 'MarfaIEFour-Regular';
  color: #ffd200;
  font-variation-settings: "wdth" 70;
  position: static;
  transform: none;
  transition: font-variation-settings 0.5s;
}
@media (min-width: 1024px) {
  .microsite-imagine .video-microsite .video-content-block .video-half.video-block-teaser span {
    font-size: 48px;
    line-height: 49px;
  }
}
.microsite-imagine .video-microsite .video-content-block .video-half.video-block-teaser:hover span {
  font-variation-settings: "wdth" 100;
}
@media screen and (min-width: 37.5em) {
  .microsite-imagine .video-microsite .video-content-block .video-half.video-block-teaser {
    order: 2;
  }
}
.microsite-imagine .video-microsite .video-content-block .video-half.video-block-teaser:before {
  content: "";
  float: left;
  padding-top: 100%;
}
@media screen and (min-width: 37.5em) {
  .microsite-imagine .video-microsite .video-content-block .video-half {
    width: 50%;
  }
  .microsite-imagine .video-microsite .video-content-block .video-half:before {
    content: "";
    float: left;
    padding-top: 100%;
  }
}
.microsite-imagine .video-fullscreen {
  display: none;
  position: fixed;
  z-index: 10000;
  background: #1b1b1b;
  top: 0;
  left: 0;
  height: 100vh;
  text-align: center;
  width: 100%;
}
.microsite-imagine .video-fullscreen video {
  max-height: 100vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.microsite-imagine .video-fullscreen .close-btn {
  display: block;
  position: absolute;
  right: 20px;
  top: 10px;
  font-family: 'dandad-icons';
  color: #e5e5e5;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  transform: none;
}
.microsite-imagine .video-microsite-small {
  cursor: pointer;
  padding: 15px;
}
@media (min-width: 1024px) {
  .microsite-imagine .video-microsite-small {
    padding: 0;
    padding-left: calc(20% + 30px);
  }
}
.microsite-imagine .video-microsite-small .video-block-teaser {
  position: relative;
  display: inline;
  padding: 0;
  margin-left: 0;
}
.microsite-imagine .video-microsite-small .video-block-teaser span {
  position: absolute;
  text-align: center;
  max-width: 360px;
  font-family: 'MarfaIEFour-Regular';
  color: #ffd200;
  font-variation-settings: "wdth" 90;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .microsite-imagine .video-microsite-small .video-block-teaser span {
    font-size: 48px;
    line-height: 49px;
  }
}
.microsite-imagine .video-microsite-small figcaption {
  max-width: 695px;
}
.microsite-imagine .rights-reserved {
  color: #333333;
}
.microsite-imagine a.cta, .microsite-imagine .note a {
  color: #ffd200;
  font-family: MarfaPre;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .microsite-imagine a.cta, .microsite-imagine .note a {
    font-size: 16px;
  }
}
.microsite-imagine a.cta:after, .microsite-imagine .note a:after {
  content: '\2192';
}
.microsite-imagine .tiles-panel {
  padding: 0;
}
.microsite-imagine .tiles-panel .tiles {
  padding: 0;
  max-width: none;
}
.microsite-imagine .tiles-panel p {
  line-height: 1.33;
  font-size: 16px;
  color: #f0f0f0;
}
@media (min-width: 1024px) {
  .microsite-imagine .tiles-panel p {
    font-size: 22px;
  }
}
.microsite-imagine .tiles-panel .tile .tile-copy-wrapper .tile-copy .tile-copy-inner .tile-copy-content .tile-title {
  font-size: 22px;
  font-family: 'MarfaIEFour-Regular';
  line-height: 1.1;
  letter-spacing: -1px;
  font-variation-settings: "wdth" 1;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .microsite-imagine .tiles-panel .tile .tile-copy-wrapper .tile-copy .tile-copy-inner .tile-copy-content .tile-title {
    font-size: 48px;
    font-variation-settings: "wdth" 25;
    margin-bottom: 50px;
  }
}
.microsite-imagine .tiles-panel .tile .tile-copy-wrapper .tile-copy .tile-copy-inner .tile-copy-content {
  max-width: 704px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.microsite-plugin-copy {
  text-align: center;
  font-size: 22px;
}

.microsite-imagine.microsite-winners_sd {
  background-color: #1D0423;
}
.microsite-imagine.microsite-winners_sd .cta {
  color: #CCA43D;
  font-family: 'MarfaIEFour-Regular';
  font-variation-settings: "wdth" 10;
  font-size: 12px;
  transition: all 0.25s;
}
.microsite-imagine.microsite-winners_sd .cta:hover {
  color: #ffd200;
  font-variation-settings: "wdth" 70;
}
@media (min-width: 1024px) {
  .microsite-imagine.microsite-winners_sd .cta {
    font-size: 16px;
  }
}
.microsite-imagine.microsite-winners_sd .o-hero .slider__item {
  background: url(../jpg/d_ad_awards_2021_mobile_header_v2.jpg) no-repeat center;
  background-size: 100%;
  background-color: #1D0423;
  background-position-y: 25%;
}
@media (min-width: 1024px) {
  .microsite-imagine.microsite-winners_sd .o-hero .slider__item {
    background-image: none;
  }
}
.microsite-imagine.microsite-winners_sd .o-hero .slider__item video {
  display: none;
  top: 50%;
  transform: translate(0, -50%);
  height: auto;
  border-bottom: 1px solid #CCA43D;
}
@media (min-width: 1024px) {
  .microsite-imagine.microsite-winners_sd .o-hero .slider__item video {
    display: inline-block;
  }
}
.microsite-imagine.microsite-winners_sd nav[role="main"] .hero-footer .logo {
  display: none;
  background: url(../png/dandad-awards-logo-2021-dark.png) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 1024px) {
  .microsite-imagine.microsite-winners_sd nav[role="main"] .hero-footer .logo {
    display: block;
  }
}
.microsite-imagine.microsite-winners_sd .hero-footer .logo {
  background: url(../png/dandad-awards-logo-2021.png) no-repeat center;
  background-size: auto 100%;
  width: 169px;
  height: 60px;
}
.microsite-imagine.microsite-winners_sd .hero-footer .logo.sticky {
  width: 89px;
  height: 37px;
  background-position-x: 0;
  position: fixed;
  background-position-x: 0;
  top: 5px;
  left: 16px;
}
@media screen and (min-width: 1024px) {
  .microsite-imagine.microsite-winners_sd .hero-footer .logo.sticky {
    top: 55px;
    left: 16px;
    width: 126px;
    height: 50px;
  }
}
.microsite-imagine.microsite-winners_sd .hero-footer .partner {
  display: block;
  bottom: 23px;
}
.microsite-imagine.microsite-winners_sd .hero-footer .partner span {
  padding: 0 10px;
  position: relative;
  top: 3px;
}
.microsite-imagine.microsite-winners_sd .hero-footer #adobe_logo {
  background: url(../svg/adobe_standard_logo_white.svg) no-repeat center;
  width: 43px;
  height: 55px;
  background-size: auto 100%;
  display: inline-block;
  text-indent: -9999px;
}
.microsite-imagine.microsite-winners_sd .content__container {
  margin-top: calc(50vh - 6.912vw + 184px);
}
.microsite-imagine.microsite-winners_sd .heading {
  background-color: #1D0423;
  color: #CCA43D;
}
.microsite-imagine.microsite-winners_sd .heading .cta-heading {
  color: #CCA43D;
  font-family: 'MarfaIEFour-Regular';
  font-variation-settings: "wdth" 10;
  transition: all 0.25s;
}
.microsite-imagine.microsite-winners_sd .heading .cta-heading:hover {
  font-variation-settings: "wdth" 70;
  color: #ffd200;
}
.microsite-imagine.microsite-winners_sd .mailingListForm {
  background-color: #CCA43D;
  border-bottom: 1px solid #1D0423;
}
.microsite-imagine.microsite-winners_sd .mailingListForm .product-panel-title {
  color: #1D0423;
  max-width: 580px;
}
.microsite-imagine.microsite-winners_sd .multi-cols-copy-link_list {
  padding: 0px;
}
.microsite-imagine.microsite-winners_sd .multi-cols-copy-link_list h2, .microsite-imagine.microsite-winners_sd .multi-cols-copy-link_list .cols {
  margin: 25px auto 25px auto;
}
@media (min-width: 1024px) {
  .microsite-imagine.microsite-winners_sd .multi-cols-copy-link_list h2, .microsite-imagine.microsite-winners_sd .multi-cols-copy-link_list .cols {
    margin: 50px auto 50px auto;
  }
}
.microsite-imagine.microsite-winners_sd .multi-cols-copy-link_list h2 {
  text-align: center;
}
.microsite-imagine.microsite-winners_sd .multi-cols-copy-link_list .cols {
  padding: 32px 15px;
}
@media (min-width: 1024px) {
  .microsite-imagine.microsite-winners_sd .multi-cols-copy-link_list .cols {
    padding: 42px 30px;
  }
}
.microsite-imagine.microsite-winners_sd .multi-cols-copy-link_list .cols p, .microsite-imagine.microsite-winners_sd .multi-cols-copy-link_list .cols p a {
  font-size: 32px;
  font-family: 'MarfaIEFour-Regular';
  font-variation-settings: "wdth" 1;
  line-height: 0.95;
  text-align: left;
  text-transform: lowercase;
  margin-bottom: 0;
  transition: all 0.25s;
}
@media (min-width: 1024px) {
  .microsite-imagine.microsite-winners_sd .multi-cols-copy-link_list .cols p, .microsite-imagine.microsite-winners_sd .multi-cols-copy-link_list .cols p a {
    font-size: 48px;
  }
}
.microsite-imagine.microsite-winners_sd .multi-cols-copy-link_list .cols p {
  color: #5A3B31;
}
.microsite-imagine.microsite-winners_sd .multi-cols-copy-link_list .cols p a {
  color: #CCA43D;
  white-space: nowrap;
}
.microsite-imagine.microsite-winners_sd .multi-cols-copy-link_list .cols p a:hover {
  font-variation-settings: "wdth" 55;
  color: #FFD200;
}
.microsite-imagine.microsite-winners_sd .multi-cols-copy-link_list .cols .col {
  margin: 0;
  padding-left: 0px;
}
@media (min-width: 1300px) {
  .microsite-imagine.microsite-winners_sd .multi-cols-copy-link_list .cols .col {
    padding-left: 50px;
  }
}
.microsite-imagine.microsite-winners_sd .exit_link_container {
  background-color: #CCA43D;
  padding: 25px 0 25px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .microsite-imagine.microsite-winners_sd .exit_link_container {
    padding: 50px 0 50px 0;
  }
}
.microsite-imagine.microsite-winners_sd .exit_link_container a span.category {
  text-transform: lowercase;
}
.microsite-imagine.microsite-winners_sd .exit_link_container a.cta {
  color: #1D0423;
}
.microsite-imagine.microsite-winners_sd .table-listing .product-panel-title {
  max-width: 1040px;
  margin: 0 auto 15px auto;
  text-align: left;
  padding: 0;
}
@media (min-width: 1024px) {
  .microsite-imagine.microsite-winners_sd .table-listing .product-panel-title {
    margin: 0 auto 30px auto;
  }
}
.microsite-imagine.microsite-winners_sd .table-listing > ul {
  max-width: 1040px;
  border-top: none;
}
.microsite-imagine.microsite-winners_sd .table-listing > ul > li {
  border-bottom: 1px solid #4f4f4f;
}
.microsite-imagine.microsite-winners_sd .table-listing > ul > li ul {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
@media (max-width: 1023.999px) {
  .microsite-imagine.microsite-winners_sd .table-listing > ul > li {
    width: 100%;
  }
  .microsite-imagine.microsite-winners_sd .table-listing > ul > li ul > li {
    width: 100%;
    padding-left: 0;
    overflow: hidden;
  }
  .microsite-imagine.microsite-winners_sd .table-listing > ul > li ul > li:first-child {
    margin-bottom: 5px;
  }
}
.microsite-imagine.microsite-winners_sd .table-listing > ul > li p, .microsite-imagine.microsite-winners_sd .table-listing > ul > li * {
  line-height: 1.33;
  font-size: 16px;
  color: #CCA43D;
}
@media (min-width: 1024px) {
  .microsite-imagine.microsite-winners_sd .table-listing > ul > li p, .microsite-imagine.microsite-winners_sd .table-listing > ul > li * {
    font-size: 18px;
  }
}
.microsite-imagine.microsite-winners_sd .table-listing > ul > li .first-column {
  font-weight: bold;
}
.microsite-imagine.microsite-winners_sd .table-listing > ul > li div {
  margin-bottom: 0;
}
@media (max-width: 1023.999px) {
  .microsite-imagine.microsite-winners_sd .table-listing > ul > li .second-column-mobile {
    display: inline;
    font-weight: normal;
  }
  .microsite-imagine.microsite-winners_sd .table-listing > ul > li .second-column {
    display: none;
  }
}
@media (min-width: 1024px) {
  .microsite-imagine.microsite-winners_sd .table-listing > ul {
    font-size: 16px;
  }
}
.microsite-imagine.microsite-winners_sd .product-image-grid {
  padding: 75px 20px 75px;
}
@media (min-width: 1024px) {
  .microsite-imagine.microsite-winners_sd .product-image-grid {
    padding: 150px 80px 150px;
  }
}
.microsite-imagine.microsite-winners_sd .tiles-panel .tile-title {
  color: #FFD200;
}
.microsite-imagine.microsite-winners_sd .tiles-panel p {
  color: #FFD200;
}

.winners-pencils-wrapper {
  position: relative;
  margin-top: 0px;
  padding-bottom: 950px;
}
.winners-pencils-wrapper .product-panel-title {
  margin: 50px auto 50px auto;
  text-align: center;
}
@media (min-width: 1024px) {
  .winners-pencils-wrapper .product-panel-title {
    margin: 100px auto 100px auto;
  }
}
@media (min-width: 1024px) {
  .winners-pencils-wrapper {
    position: static;
    padding-bottom: 0;
  }
}
.winners-pencils-wrapper .winner-pencils {
  display: flex;
  flex-direction: row;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (min-width: 1024px) {
  .winners-pencils-wrapper .winner-pencils {
    width: 70%;
    max-width: 1340px;
    transform: none;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto;
    margin-bottom: 100px;
  }
}
.winners-pencils-wrapper .winner-pencils li.winner-pencil {
  position: relative;
  width: 160px;
  height: 100vw;
  list-style: none;
}
@media (min-width: 1024px) {
  .winners-pencils-wrapper .winner-pencils li.winner-pencil {
    width: 20%;
    height: 30vw;
    position: static;
  }
}
.winners-pencils-wrapper .winner-pencils li.winner-pencil.winner-pencil-wood .inner-pencil {
  background-image: url(../png/wood.png);
}
.winners-pencils-wrapper .winner-pencils li.winner-pencil.winner-pencil-wood .inner-pencil span {
  color: #eacfae;
}
.winners-pencils-wrapper .winner-pencils li.winner-pencil.winner-pencil-graphite .inner-pencil {
  background-image: url(../png/graphite.png);
}
.winners-pencils-wrapper .winner-pencils li.winner-pencil.winner-pencil-graphite .inner-pencil span {
  color: #cbcbcb;
}
.winners-pencils-wrapper .winner-pencils li.winner-pencil.winner-pencil-black .inner-pencil {
  background-image: url(../png/black.png);
}
.winners-pencils-wrapper .winner-pencils li.winner-pencil.winner-pencil-black .inner-pencil span {
  color: #000;
}
.winners-pencils-wrapper .winner-pencils li.winner-pencil.winner-pencil-yellow .inner-pencil {
  background-image: url(../png/yellow.png);
}
.winners-pencils-wrapper .winner-pencils li.winner-pencil.winner-pencil-yellow .inner-pencil span {
  color: #ffd200;
}
.winners-pencils-wrapper .winner-pencils li.winner-pencil.winner-pencil-white .inner-pencil {
  background-image: url(../png/white.png);
}
.winners-pencils-wrapper .winner-pencils li.winner-pencil.winner-pencil-white .inner-pencil span {
  color: #fff;
}
.winners-pencils-wrapper .winner-pencils li.winner-pencil .inner-pencil {
  display: block;
  background-size: 88%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: all 0.25s;
}
@media (min-width: 1024px) {
  .winners-pencils-wrapper .winner-pencils li.winner-pencil .inner-pencil {
    background-size: auto 95%;
  }
}
.winners-pencils-wrapper .winner-pencils li.winner-pencil .inner-pencil span {
  display: none;
}
@media (min-width: 1024px) {
  .winners-pencils-wrapper .winner-pencils li.winner-pencil .inner-pencil span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: scale(0, 0.5);
    font-family: 'MarfaIEFour-Regular';
    font-variation-settings: "wdth" 0;
    line-height: 1;
    letter-spacing: -1px;
    text-transform: lowercase;
    opacity: 0;
    transition: all 0.5s;
    font-size: 7vw;
    white-space: nowrap;
    display: inline;
    width: 80vw;
    height: 0;
    margin-left: -40vw;
    text-align: center;
    z-index: 1;
  }
}
.winners-pencils-wrapper .winner-pencils li.winner-pencil .inner-pencil:hover span {
  transform: scale(1, 0.6);
  font-variation-settings: "wdth" 100;
  opacity: 1;
}
.winners-pencils-wrapper .winner-pencils li.winner-pencil span.inner-pencil {
  opacity: 0.3;
}
.winners-pencils-wrapper .winner-pencils.hovered li.winner-pencil .inner-pencil {
  opacity: 0.3;
}
.winners-pencils-wrapper .winner-pencils.hovered li.winner-pencil .inner-pencil:hover {
  opacity: 1;
}
@media (min-width: 1024px) {
  .winners-pencils-wrapper .winner-pencils.hovered li.winner-pencil .inner-pencil:hover {
    background-size: auto 100%;
  }
}
.winners-pencils-wrapper .exit_link_container {
  margin-top: 871px;
  position: absolute;
  width: 100%;
}
@media (min-width: 1024px) {
  .winners-pencils-wrapper .exit_link_container {
    margin-top: initial;
    position: static;
  }
}

body.product.microsite-winners_sd_2022 main {
  background-color: #000000;
}
body.product.microsite-winners_sd_2022 .product-panel-title {
  font-size: 25px;
  color: #ffd200;
  margin-bottom: 56px;
}
@media screen and (min-width: 50em) {
  body.product.microsite-winners_sd_2022 .product-panel-title {
    font-size: 25px;
    margin-bottom: 59px;
  }
}
body.product.microsite-winners_sd_2022 .product-copy {
  border-style: solid;
  border-image: linear-gradient(90deg, #ffa9f7, #ffd203, #ceddff) 100% 0 100% 0/1px 0 0px 0 stretch;
}
body.product.microsite-winners_sd_2022 .link_list ul {
  list-style: none;
  padding-left: 0;
}
body.product.microsite-winners_sd_2022 .link_list a {
  line-height: 1;
  transition: all .5s;
  letter-spacing: 0.0075rem;
  font-family: 'ITCFranklinGothicStd-Hvy';
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 24px;
  background-color: black;
  display: inline-block;
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  opacity: 0;
}
@media screen and (min-width: 50em) {
  body.product.microsite-winners_sd_2022 .link_list a {
    font-size: 42px;
    line-height: 34px;
  }
}
body.product.microsite-winners_sd_2022 .link_list a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: black;
}
body.product.microsite-winners_sd_2022 .link_list a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: black;
}
body.product.microsite-winners_sd_2022 .multi-cols-copy-link_list {
  border-style: solid;
  border-image: linear-gradient(90deg, #ffa9f7, #ffd203, #ceddff) 100% 0 100% 0/1px 0 0px 0 stretch;
}
body.product.microsite-winners_sd_2022 .multi-cols-copy-link_list p {
  margin-bottom: 0;
}
body.product.microsite-winners_sd_2022 .multi-cols-copy-link_list .col {
  margin-bottom: 0;
}
body.product.microsite-winners_sd_2022 .multi-cols-copy-link_list a {
  font-family: 'ITCFranklinGothicStd-Hvy';
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
  background-size: 100%;
  display: inline-block;
  background-color: #000;
  transition: all .5s;
}
body.product.microsite-winners_sd_2022 .multi-cols-copy-link_list a:hover {
  transform: scale(1.5, 1);
  -webkit-transform: scale(1.5, 1);
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-image: linear-gradient(90deg, #ffa9f7, #ffd203, #ceddff);
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
@media screen and (min-width: 50em) {
  body.product.microsite-winners_sd_2022 .multi-cols-copy-link_list a {
    font-size: 42px;
    line-height: 34px;
  }
}
body.product.microsite-winners_sd_2022 .mailingListForm {
  background-color: #000;
  color: #fff;
  border-style: solid;
  border-image: linear-gradient(90deg, #ffa9f7, #ffd203, #ceddff) 100% 0 100% 0/1px 0 0px 0 stretch;
}
@media screen and (min-width: 50em) {
  body.product.microsite-winners_sd_2022 .mailingListForm .product-panel-title {
    margin-bottom: 36px;
  }
}
body.product.microsite-winners_sd_2022 .mailingListForm-controls > input {
  background: #000;
  border: 1px solid #fff;
  color: #fff;
}
body.product.microsite-winners_sd_2022 .mailingListForm-controls > input::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
body.product.microsite-winners_sd_2022 .mailingListForm-controls > input:-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
body.product.microsite-winners_sd_2022 .mailingListForm-controls > input::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
}
body.product.microsite-winners_sd_2022 .mailingListForm-button > button {
  background-color: #ffd200;
  font-size: 1em;
  line-height: 2.85714em;
}
body.product.microsite-winners_sd_2022 .mailingListForm-button > button:hover {
  background-color: #fff;
  color: #000;
}
@media screen and (min-width: 37.5em) {
  body.product.microsite-winners_sd_2022 .mailingListForm-button > button {
    font-size: .875em;
    line-height: 2.85714em;
  }
}
@media screen and (min-width: 50em) {
  body.product.microsite-winners_sd_2022 .mailingListForm-button > button {
    font-size: .77778em;
    line-height: 2.85714em;
  }
}
@media screen and (min-width: 63.75em) {
  body.product.microsite-winners_sd_2022 .mailingListForm-button > button {
    font-size: .77778em;
    line-height: 2.85714em;
  }
}
body.product.microsite-winners_sd_2022 footer[role="contentinfo"] {
  background-color: #000;
  border-style: solid;
  border-image: linear-gradient(90deg, #ffa9f7, #ffd203, #ceddff) 100% 0 100% 0/1px 0 0px 0 stretch;
}
body.product.microsite-winners_sd_2022 footer[role="contentinfo"] .container {
  color: #7b7b7b;
  font-size: 16px;
  padding-bottom: 0;
  background-color: #000;
}
body.product.microsite-winners_sd_2022 footer[role="contentinfo"] .container #footer-social-menu ul li a {
  color: #7b7b7b;
  border-bottom: none !important;
}
body.product.microsite-winners_sd_2022 footer[role="contentinfo"] .container .fine-print {
  margin-bottom: 0;
}
body.product.microsite-winners_sd_2022 footer[role="contentinfo"] .container .fine-print small {
  font-size: inherit;
}
body.product.microsite-winners_sd_2022 footer[role="contentinfo"] a:hover {
  color: #7b7b7b;
}
body.product.microsite-winners_sd_2022 footer[role="contentinfo"] nav ul a {
  color: #7b7b7b;
}
body.product.microsite-winners_sd_2022 footer[role="contentinfo"] nav ul a:hover {
  border-bottom: 1px solid #7b7b7b;
}
body.product.microsite-winners_sd_2022 .share ul li.instagram a:before {
  background: url(../svg/insta-02.svg);
}
body.product.microsite-winners_sd_2022 .share ul li.thedots a:before {
  background: url(../svg/thedots-light.svg);
}
body.product.microsite-winners_sd_2022 .image-copy-with-link:not(:first-of-type) {
  border-style: solid;
  border-image: linear-gradient(90deg, #ffa9f7, #ffd203, #ceddff) 100% 0 100% 0/1px 0 0px 0 stretch;
}

@media screen and (min-width: 1120px) {
  .subpanel_wrapper {
    display: flex;
    align-items: stretch;
  }
  .subpanel_wrapper .subpanel-left_50,
  .subpanel_wrapper .subpanel-right_50 {
    width: 50%;
  }
  .subpanel_wrapper .page_stack .web-to-lead {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .subpanel_wrapper .page_stack .web-to-lead > .form-wrapper {
    width: 640px;
  }
}
.page_stack .web-to-lead {
  height: 100%;
}

/**
*
* Feed Types
*
*
*
**/
.content-blocks,
.feed-blocks,
.profile-blocks {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
.content-blocks > li,
.feed-blocks > li,
.profile-blocks > li {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  float: left;
}
.content-blocks > li img,
.feed-blocks > li img,
.profile-blocks > li img {
  display: block;
}
.content-blocks > li article,
.feed-blocks > li article,
.profile-blocks > li article {
  background: #fff;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 160%;
}
.content-blocks > li article a,
.feed-blocks > li article a,
.profile-blocks > li article a {
  text-decoration: none;
  color: #333;
  display: block;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.content-blocks > li article a:hover,
.feed-blocks > li article a:hover,
.profile-blocks > li article a:hover {
  background: #000;
  color: #fff;
}
.content-blocks > li article a:hover .search-item-extra-info,
.feed-blocks > li article a:hover .search-item-extra-info,
.profile-blocks > li article a:hover .search-item-extra-info {
  opacity: 1;
}
.content-blocks > li article a:hover p, .content-blocks > li article a:hover span,
.feed-blocks > li article a:hover p,
.feed-blocks > li article a:hover span,
.profile-blocks > li article a:hover p,
.profile-blocks > li article a:hover span {
  color: #fff;
}
.content-blocks > li article p.theme-title,
.feed-blocks > li article p.theme-title,
.profile-blocks > li article p.theme-title {
  bottom: -1em;
  left: 1em;
}
.content-blocks > li article span.award,
.feed-blocks > li article span.award,
.profile-blocks > li article span.award {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-position: left bottom;
}
.content-blocks > li article span.type.entry,
.feed-blocks > li article span.type.entry,
.profile-blocks > li article span.type.entry {
  display: none;
}
.content-blocks > li article span.cta-text,
.feed-blocks > li article span.cta-text,
.profile-blocks > li article span.cta-text {
  position: absolute;
  bottom: 10px;
  left: 3.25em;
  display: none;
}
@media screen and (min-width: 28.75em) {
  .content-blocks > li article span.cta-text,
  .feed-blocks > li article span.cta-text,
  .profile-blocks > li article span.cta-text {
    display: inline;
  }
}
.content-blocks > li article span.custom-icon,
.feed-blocks > li article span.custom-icon,
.profile-blocks > li article span.custom-icon {
  height: 0;
  position: absolute;
  bottom: 10px;
  left: 1em;
}
.content-blocks > li article span.custom-icon.text-events,
.feed-blocks > li article span.custom-icon.text-events,
.profile-blocks > li article span.custom-icon.text-events {
  color: #2f63cf;
}
.content-blocks > li article span.custom-icon.text-content,
.feed-blocks > li article span.custom-icon.text-content,
.profile-blocks > li article span.custom-icon.text-content {
  color: #3fdb70;
}
.content-blocks > li article span.custom-icon.text-members,
.feed-blocks > li article span.custom-icon.text-members,
.profile-blocks > li article span.custom-icon.text-members {
  color: #3fdb70;
}
.content-blocks > li article span.custom-icon.text-social,
.feed-blocks > li article span.custom-icon.text-social,
.profile-blocks > li article span.custom-icon.text-social {
  color: #f65b49;
}
.content-blocks > li article span.custom-icon.text-stories,
.feed-blocks > li article span.custom-icon.text-stories,
.profile-blocks > li article span.custom-icon.text-stories {
  color: #f65b49;
}
.content-blocks > li article span.custom-icon.text-archive,
.feed-blocks > li article span.custom-icon.text-archive,
.profile-blocks > li article span.custom-icon.text-archive {
  color: #ffd200;
}
.content-blocks > li article span.custom-icon.text-grey,
.feed-blocks > li article span.custom-icon.text-grey,
.profile-blocks > li article span.custom-icon.text-grey {
  color: #999999;
}
.content-blocks > li article span.custom-icon:before,
.feed-blocks > li article span.custom-icon:before,
.profile-blocks > li article span.custom-icon:before {
  content: attr(data-icon);
  speak: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 34px;
  line-height: 0.5em;
}
.content-blocks > li article .item-content,
.feed-blocks > li article .item-content,
.profile-blocks > li article .item-content {
  padding: 10px;
  word-wrap: break-word;
}
.content-blocks > li article .item-content li,
.feed-blocks > li article .item-content li,
.profile-blocks > li article .item-content li {
  padding: 0;
  margin-bottom: 0;
}
.content-blocks > li article .item-content li:before,
.feed-blocks > li article .item-content li:before,
.profile-blocks > li article .item-content li:before {
  content: none;
}
.content-blocks > li article .item-content ul, .content-blocks > li article .item-content p,
.feed-blocks > li article .item-content ul,
.feed-blocks > li article .item-content p,
.profile-blocks > li article .item-content ul,
.profile-blocks > li article .item-content p {
  color: #979797;
  font-size: 0.85714em;
  line-height: 1.25em;
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.content-blocks > li article h3.a-head,
.feed-blocks > li article h3.a-head,
.profile-blocks > li article h3.a-head {
  position: static;
}
.content-blocks > li article .f-head,
.feed-blocks > li article .f-head,
.profile-blocks > li article .f-head {
  font-size: 1em;
  line-height: 1.28571em;
  height: 64px;
  display: block;
  overflow: hidden;
}
.content-blocks > li article p,
.feed-blocks > li article p,
.profile-blocks > li article p {
  height: 60px;
  overflow: hidden;
  color: #999999;
  position: absolute;
  top: -9999px;
  left: -9999px;
  margin-bottom: 50px;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.content-blocks > li article .type,
.feed-blocks > li article .type,
.profile-blocks > li article .type {
  position: absolute;
  width: 16px;
  height: 24px;
  display: block;
  bottom: 10px;
  left: 10px;
  z-index: 40;
}
.content-blocks > li article .type:before,
.feed-blocks > li article .type:before,
.profile-blocks > li article .type:before {
  content: attr(data-icon);
  font-size: 30px;
}
.content-blocks > li article .info li,
.content-blocks > li article .search-item-extra-info li,
.feed-blocks > li article .info li,
.feed-blocks > li article .search-item-extra-info li,
.profile-blocks > li article .info li,
.profile-blocks > li article .search-item-extra-info li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-blocks > li.span-2, .content-blocks > li.span-3, .content-blocks > li.span-4,
.feed-blocks > li.span-2,
.feed-blocks > li.span-3,
.feed-blocks > li.span-4,
.profile-blocks > li.span-2,
.profile-blocks > li.span-3,
.profile-blocks > li.span-4 {
  width: 100%;
}
.content-blocks > li.span-2 article,
.feed-blocks > li.span-2 article,
.profile-blocks > li.span-2 article {
  padding-top: 68.96552%;
}
.content-blocks .notification,
.feed-blocks .notification,
.profile-blocks .notification {
  font-size: 1em;
  position: relative;
}
.content-blocks .notification.text-white,
.feed-blocks .notification.text-white,
.profile-blocks .notification.text-white {
  color: #fff;
}
.content-blocks .notification.text-white a,
.feed-blocks .notification.text-white a,
.profile-blocks .notification.text-white a {
  color: #fff;
}
.content-blocks .notification.text-white a p,
.feed-blocks .notification.text-white a p,
.profile-blocks .notification.text-white a p {
  color: #fff;
}
.content-blocks .notification .item-content,
.feed-blocks .notification .item-content,
.profile-blocks .notification .item-content {
  padding: 0;
}
.content-blocks .notification h3,
.feed-blocks .notification h3,
.profile-blocks .notification h3 {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.content-blocks .notification .a-head, .content-blocks .notification .b-head,
.feed-blocks .notification .a-head,
.feed-blocks .notification .b-head,
.profile-blocks .notification .a-head,
.profile-blocks .notification .b-head {
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  padding: 0 15px;
}
.content-blocks .notification .a-head,
.feed-blocks .notification .a-head,
.profile-blocks .notification .a-head {
  font-size: 1.14286em;
  line-height: 1.25em;
  margin-top: 15px;
}
.content-blocks .notification .b-head,
.feed-blocks .notification .b-head,
.profile-blocks .notification .b-head {
  font-size: 1em;
  line-height: 1.28571em;
}
.content-blocks .notification .item-content.has-image .b-head,
.feed-blocks .notification .item-content.has-image .b-head,
.profile-blocks .notification .item-content.has-image .b-head {
  font-size: 1.1rem;
}
@media (max-width: 1020px) {
  .content-blocks .notification .item-content.has-image .b-head,
  .feed-blocks .notification .item-content.has-image .b-head,
  .profile-blocks .notification .item-content.has-image .b-head {
    bottom: 15%;
  }
}
@media (max-width: 799px) {
  .content-blocks .notification .item-content.has-image .b-head,
  .feed-blocks .notification .item-content.has-image .b-head,
  .profile-blocks .notification .item-content.has-image .b-head {
    font-size: .9rem;
    bottom: 15%;
  }
}
.person .content-blocks li:before, .company .content-blocks li:before, .course .content-blocks li:before, .person
.feed-blocks li:before, .company
.feed-blocks li:before, .course
.feed-blocks li:before, .person
.profile-blocks li:before, .company
.profile-blocks li:before, .course
.profile-blocks li:before {
  content: none;
}
.person .content-blocks article, .company .content-blocks article, .course .content-blocks article, .person
.feed-blocks article, .company
.feed-blocks article, .course
.feed-blocks article, .person
.profile-blocks article, .company
.profile-blocks article, .course
.profile-blocks article {
  background: #FFF;
}
.person .content-blocks ul.info, .company .content-blocks ul.info, .course .content-blocks ul.info, .person
.feed-blocks ul.info, .company
.feed-blocks ul.info, .course
.feed-blocks ul.info, .person
.profile-blocks ul.info, .company
.profile-blocks ul.info, .course
.profile-blocks ul.info {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.content-blocks .jury li:before,
.feed-blocks .jury li:before,
.profile-blocks .jury li:before {
  content: none;
}
.content-blocks .jury ul.info,
.feed-blocks .jury ul.info,
.profile-blocks .jury ul.info {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#feed .row:first-of-type > li:nth-of-type(3), #notification-section .row:first-of-type > li:nth-of-type(3) {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

@media screen and (min-width: 26.25em) {
  .content-blocks > li article .f-head,
  .feed-blocks > li article .f-head,
  .profile-blocks > li article .f-head {
    height: 44px;
  }
  .content-blocks > li .notification h3,
  .feed-blocks > li .notification h3,
  .profile-blocks > li .notification h3 {
    position: relative;
    top: auto;
    left: auto;
    position: absolute;
    bottom: 45px;
    left: auto;
    top: auto;
  }
}
@media screen and (min-width: 28.75em) {
  .content-blocks > li,
  .feed-blocks > li,
  .profile-blocks > li {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    float: left;
  }
  .content-blocks > li article,
  .feed-blocks > li article,
  .profile-blocks > li article {
    padding-top: 150%;
  }
  .content-blocks > li article .f-head,
  .feed-blocks > li article .f-head,
  .profile-blocks > li article .f-head {
    font-size: 1.14286em;
    line-height: 1.25em;
  }
  .content-blocks > li article p,
  .feed-blocks > li article p,
  .profile-blocks > li article p {
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (min-width: 37.5em) {
  .content-blocks > li article .item-content ul, .content-blocks > li article .item-content p,
  .feed-blocks > li article .item-content ul,
  .feed-blocks > li article .item-content p,
  .profile-blocks > li article .item-content ul,
  .profile-blocks > li article .item-content p {
    font-size: 0.875em;
    line-height: 1.28571em;
  }
  .content-blocks > li article .f-head,
  .feed-blocks > li article .f-head,
  .profile-blocks > li article .f-head {
    font-size: 1em;
    line-height: 1.25em;
    height: 44px;
  }
}
@media screen and (min-width: 41.25em) {
  .content-blocks > li,
  .feed-blocks > li,
  .profile-blocks > li {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333%;
    float: left;
  }
  .content-blocks > li article .f-head,
  .feed-blocks > li article .f-head,
  .profile-blocks > li article .f-head {
    font-size: 1.125em;
    line-height: 1.22222em;
    height: 42px;
    margin-bottom: 7px;
  }
  .content-blocks > li .notification h3,
  .feed-blocks > li .notification h3,
  .profile-blocks > li .notification h3 {
    bottom: 50px;
  }
  .content-blocks > li.span-2,
  .feed-blocks > li.span-2,
  .profile-blocks > li.span-2 {
    padding-left: 10px;
    padding-right: 10px;
    width: 66.66667%;
    float: left;
    margin-bottom: 15px;
  }
  .content-blocks > li.span-2 article,
  .feed-blocks > li.span-2 article,
  .profile-blocks > li.span-2 article {
    padding-top: 74.07407%;
  }
}
@media screen and (min-width: 47.5em) {
  .content-blocks > li article .item-content ul, .content-blocks > li article .item-content p,
  .feed-blocks > li article .item-content ul,
  .feed-blocks > li article .item-content p,
  .profile-blocks > li article .item-content ul,
  .profile-blocks > li article .item-content p {
    position: relative;
    top: auto;
    left: auto;
    position: absolute;
    -moz-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    width: calc(100% - 25px);
  }
  .content-blocks > li article .item-content .search-item-extra-info,
  .feed-blocks > li article .item-content .search-item-extra-info,
  .profile-blocks > li article .item-content .search-item-extra-info {
    opacity: 0;
    color: white;
  }
  .content-blocks > li article a.has-extra-info:hover .info,
  .feed-blocks > li article a.has-extra-info:hover .info,
  .profile-blocks > li article a.has-extra-info:hover .info {
    opacity: 0;
  }
  .content-blocks > li article a.has-extra-info:hover .search-item-extra-info,
  .feed-blocks > li article a.has-extra-info:hover .search-item-extra-info,
  .profile-blocks > li article a.has-extra-info:hover .search-item-extra-info {
    opacity: 1;
  }
}
@media screen and (min-width: 50em) {
  .content-blocks > li article span.award,
  .content-blocks > li article span.custom-icon,
  .feed-blocks > li article span.award,
  .feed-blocks > li article span.custom-icon,
  .profile-blocks > li article span.award,
  .profile-blocks > li article span.custom-icon {
    bottom: 15px;
    left: 15px;
  }
  .content-blocks > li article span.custom-icon:before,
  .feed-blocks > li article span.custom-icon:before,
  .profile-blocks > li article span.custom-icon:before {
    font-size: 40px;
  }
  .content-blocks > li article .item-content,
  .feed-blocks > li article .item-content,
  .profile-blocks > li article .item-content {
    padding: 15px;
  }
  .content-blocks > li article .item-content ul, .content-blocks > li article .item-content p,
  .feed-blocks > li article .item-content ul,
  .feed-blocks > li article .item-content p,
  .profile-blocks > li article .item-content ul,
  .profile-blocks > li article .item-content p {
    font-size: 0.88889em;
    line-height: 1.25em;
  }
  .content-blocks > li article .f-head,
  .feed-blocks > li article .f-head,
  .profile-blocks > li article .f-head {
    margin-bottom: 5px;
    height: 48px;
  }
  .content-blocks > li .notification h3,
  .feed-blocks > li .notification h3,
  .profile-blocks > li .notification h3 {
    bottom: 80px;
  }
}
@media screen and (min-width: 56.25em) {
  .content-blocks,
  .feed-blocks,
  .profile-blocks {
    margin-left: -20px;
    margin-right: -20px;
  }
  .content-blocks > li,
  .feed-blocks > li,
  .profile-blocks > li {
    padding-left: 20px;
    padding-right: 20px;
    width: 33.33333%;
    float: left;
    margin-bottom: 40px;
  }
  .content-blocks > li article .f-head,
  .feed-blocks > li article .f-head,
  .profile-blocks > li article .f-head {
    font-size: 1.11111em;
    line-height: 1.25em;
    margin-bottom: 10px;
  }
  .content-blocks > li.span-2,
  .feed-blocks > li.span-2,
  .profile-blocks > li.span-2 {
    padding-left: 20px;
    padding-right: 20px;
    width: 66.66667%;
    float: left;
    margin-bottom: 35px;
  }
  .content-blocks > li.span-2 article,
  .feed-blocks > li.span-2 article,
  .profile-blocks > li.span-2 article {
    padding-top: 71.42857%;
  }
}
@media screen and (min-width: 63.75em) {
  .content-blocks > li article,
  .feed-blocks > li article,
  .profile-blocks > li article {
    padding-top: 400px;
  }
}
#editors-choice-section .feed-blocks > li {
  width: 300px;
}
#editors-choice-section .feed-blocks > li article {
  padding-top: 130px;
}

@media (min-width: 696px) and (max-width: 869px) {
  #editors-choice-section .feed-blocks > li {
    width: 50%;
  }
}
@media (min-width: 870px) and (max-width: 1035px) {
  #editors-choice-section .feed-blocks > li {
    width: 33.33333%;
    margin-bottom: 20px;
  }
  #editors-choice-section .feed-blocks > li .item-content h2 {
    font-size: 13px;
  }
}
@media (max-width: 695px) {
  #editors-choice-section .feed-blocks > li {
    width: 100%;
  }
  #editors-choice-section .feed-blocks > li .item-content h2 {
    font-size: 1em;
  }
}
@media screen and (min-width: 82.5em) {
  #feed .row:first-of-type li:nth-of-type(3), #notification-section .row:first-of-type li:nth-of-type(3) {
    position: relative;
    top: auto;
    left: auto;
  }
}
*[id^='homepage-block-section-'] {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

ul.feed-blocks.new-feed-blocks {
  /* Special responsive rules */
}
ul.feed-blocks.new-feed-blocks li img {
  width: 100%;
}
ul.feed-blocks.new-feed-blocks li p.item-subtitle {
  position: static;
  padding: 15px;
}
ul.feed-blocks.new-feed-blocks li p.theme-title {
  bottom: -1em;
  left: 15px;
}
ul.feed-blocks.new-feed-blocks li.feed-block-xs p.theme-title {
  bottom: -82px;
}
ul.feed-blocks.new-feed-blocks li.feed-block-s p.theme-title {
  bottom: -80px;
  left: 145px;
  right: auto;
}
ul.feed-blocks.new-feed-blocks li .product-button {
  width: 170px;
  top: auto;
  left: 15px;
  bottom: 5px;
}
ul.feed-blocks.new-feed-blocks li .inner-block {
  list-style: none;
  padding: 0;
}
ul.feed-blocks.new-feed-blocks li .feed-block-groupndard {
  margin-bottom: 5px;
}
@media screen and (min-width: 82.5em) {
  ul.feed-blocks.new-feed-blocks li .feed-block-groupndard {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 56.25em) {
  ul.feed-blocks.new-feed-blocks li .feed-block-groupndard article {
    padding-top: 150%;
  }
}
@media screen and (min-width: 82.5em) {
  ul.feed-blocks.new-feed-blocks li .feed-block-groupndard article {
    padding-top: 400px;
  }
}
ul.feed-blocks.new-feed-blocks li.feed-block-img_big {
  width: 66.666666%;
}
ul.feed-blocks.new-feed-blocks li.feed-block-img_big article {
  padding-top: calc((100% - 20.01px) * 0.75);
}
@media screen and (min-width: 56.25em) {
  ul.feed-blocks.new-feed-blocks li.feed-block-img_big article {
    padding-top: calc((100% - 40.01px) * 0.75);
  }
}
ul.feed-blocks.new-feed-blocks li.feed-block-img_small {
  width: 33.3333333%;
}
ul.feed-blocks.new-feed-blocks li.feed-block-img_small article {
  padding-top: 150%;
}
ul.feed-blocks.new-feed-blocks li.feed-block-img_small article img {
  width: auto;
  height: 100%;
}
ul.feed-blocks.new-feed-blocks li.feed-block-img_small, ul.feed-blocks.new-feed-blocks li.feed-block-img_big {
  display: none;
}
@media screen and (min-width: 41.25em) and (max-width: 82.49999em) {
  ul.feed-blocks.new-feed-blocks li.feed-block-img_small, ul.feed-blocks.new-feed-blocks li.feed-block-img_big {
    display: block;
  }
}
@media screen and (min-width: 63.75em) {
  ul.feed-blocks.new-feed-blocks li.feed-block-img_small article, ul.feed-blocks.new-feed-blocks li.feed-block-img_big article {
    padding-top: 400px;
  }
}
@media screen and (max-width: 28.75em) {
  ul.feed-blocks.new-feed-blocks li.feed-block-standard, ul.feed-blocks.new-feed-blocks li.block-wrapper {
    width: 100%;
  }
}
ul.feed-blocks.new-feed-blocks li.block-wrapper .feed-block-standard.feed-block-group {
  margin-bottom: 10px;
}
@media screen and (min-width: 28.75em) {
  ul.feed-blocks.new-feed-blocks li.block-wrapper .feed-block-standard.feed-block-group {
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 41.25em) {
  ul.feed-blocks.new-feed-blocks li.block-wrapper .feed-block-standard.feed-block-group {
    margin-bottom: 10px;
  }
}
ul.feed-blocks.new-feed-blocks li.feed-block-xs, ul.feed-blocks.new-feed-blocks li.feed-block-s {
  font-size: .8888em;
}
ul.feed-blocks.new-feed-blocks li.feed-block-xs article, ul.feed-blocks.new-feed-blocks li.feed-block-s article {
  padding-top: calc(53.333333% - 3.3333px);
}
@media screen and (min-width: 28.75em) {
  ul.feed-blocks.new-feed-blocks li.feed-block-xs article, ul.feed-blocks.new-feed-blocks li.feed-block-s article {
    padding-top: calc(50% - 5.9px);
  }
}
@media screen and (min-width: 63.75em) {
  ul.feed-blocks.new-feed-blocks li.feed-block-xs article, ul.feed-blocks.new-feed-blocks li.feed-block-s article {
    padding-top: 127.3333px;
  }
}
ul.feed-blocks.new-feed-blocks li.feed-block-xs {
  margin-bottom: 9px;
}
@media screen and (min-width: 82.5em) {
  ul.feed-blocks.new-feed-blocks li.feed-block-xs {
    margin-bottom: 10px;
  }
}
ul.feed-blocks.new-feed-blocks li.feed-block-xs:nth-child(3) {
  margin-bottom: 0px;
}
ul.feed-blocks.new-feed-blocks li.feed-block-xs h2 {
  font-weight: bold;
}
ul.feed-blocks.new-feed-blocks li.feed-block-xs h2 span {
  font-weight: normal;
}
ul.feed-blocks.new-feed-blocks li.feed-block-s {
  margin-bottom: 7px;
}
ul.feed-blocks.new-feed-blocks li.feed-block-s:nth-child(3) {
  margin-bottom: 6px;
}
ul.feed-blocks.new-feed-blocks li.feed-block-s:nth-child(4) {
  margin-bottom: 0px;
}
ul.feed-blocks.new-feed-blocks li.feed-block-s .item-content {
  display: flex;
}
ul.feed-blocks.new-feed-blocks li.feed-block-s .item-content h2 {
  font-size: .8888em;
  width: 50%;
}
ul.feed-blocks.new-feed-blocks li.feed-block-s .item-content img {
  width: 50%;
  height: 100%;
}
@media screen and (min-width: 82.5em) {
  ul.feed-blocks.new-feed-blocks li.feed-block-s article {
    padding-top: 130px;
  }
}
ul.feed-blocks.new-feed-blocks li.feed-block-l {
  width: 100%;
}
ul.feed-blocks.new-feed-blocks li.feed-block-l h2 {
  font-weight: bold;
}
ul.feed-blocks.new-feed-blocks li.feed-block-l h2 span {
  margin-top: 1em;
  display: block;
  font-weight: normal;
}
ul.feed-blocks.new-feed-blocks li.feed-block-l article {
  padding-top: 70%;
  background: white;
}
ul.feed-blocks.new-feed-blocks li.feed-block-l article a:hover h2 {
  background: #000;
}
ul.feed-blocks.new-feed-blocks li.feed-block-l img {
  position: absolute;
  width: 100%;
}
ul.feed-blocks.new-feed-blocks li.feed-block-l h2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 1em;
}
@media screen and (min-width: 41.25em) {
  ul.feed-blocks.new-feed-blocks li.feed-block-l {
    width: 66.6666%;
  }
  ul.feed-blocks.new-feed-blocks li.feed-block-l article {
    padding-top: calc((100% - 20.01px) * 0.75);
  }
}
@media screen and (min-width: 56.25em) {
  ul.feed-blocks.new-feed-blocks li.feed-block-l article {
    padding-top: calc((100% - 40.01px) * 0.75);
  }
}
@media screen and (min-width: 63.75em) {
  ul.feed-blocks.new-feed-blocks li.feed-block-l {
    width: 66.6666%;
  }
  ul.feed-blocks.new-feed-blocks li.feed-block-l article {
    padding-top: 400px;
  }
}
@media screen and (min-width: 82.5em) {
  ul.feed-blocks.new-feed-blocks li.feed-block-l {
    width: 50%;
  }
}
ul.feed-blocks.new-feed-blocks li.feed-block-xl {
  width: 100%;
}
ul.feed-blocks.new-feed-blocks li.feed-block-xl article {
  padding-top: 0;
  height: auto;
}
ul.feed-blocks.new-feed-blocks li.feed-block-xl article a {
  position: static;
  padding-bottom: 15px;
}
ul.feed-blocks.new-feed-blocks li.feed-block-xl article h2.a-head {
  font-weight: bold;
}
@media screen and (min-width: 82.5em) {
  ul.feed-blocks.new-feed-blocks li.feed-block-xl {
    width: 50%;
  }
  ul.feed-blocks.new-feed-blocks li.feed-block-xl article {
    padding-top: 540px;
    height: 0;
  }
  ul.feed-blocks.new-feed-blocks li.feed-block-xl article a {
    position: absolute;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 41.25em) and (max-width: 82.49999em) {
  ul.feed-blocks.new-feed-blocks li.feed-block-xl ~ li.block-wrapper {
    width: 50%;
  }
  ul.feed-blocks.new-feed-blocks li.feed-block-xl ~ li.block-wrapper .feed-block-s .item-content img {
    width: 33.33333%;
  }
  ul.feed-blocks.new-feed-blocks li.feed-block-xl ~ li.block-wrapper article {
    padding-top: 100%;
  }
  ul.feed-blocks.new-feed-blocks li.feed-block-xl ~ li.block-wrapper .feed-block-xs article,
  ul.feed-blocks.new-feed-blocks li.feed-block-xl ~ li.block-wrapper .feed-block-s article {
    padding-top: 33.333%;
  }
  ul.feed-blocks.new-feed-blocks li.feed-block-xl ~ li.block-wrapper .feed-block-group.feed-block-standard article {
    padding-top: calc(100% + 10px);
  }
}
ul.feed-blocks.new-feed-blocks li.feed-block-info, ul.feed-blocks.new-feed-blocks li.feed-block-info_white {
  width: 100%;
}
ul.feed-blocks.new-feed-blocks li.feed-block-info article, ul.feed-blocks.new-feed-blocks li.feed-block-info_white article {
  padding-top: 0;
  height: auto;
}
ul.feed-blocks.new-feed-blocks li.feed-block-info article a, ul.feed-blocks.new-feed-blocks li.feed-block-info article .product-button, ul.feed-blocks.new-feed-blocks li.feed-block-info_white article a, ul.feed-blocks.new-feed-blocks li.feed-block-info_white article .product-button {
  position: static;
}
ul.feed-blocks.new-feed-blocks li.feed-block-info article .product-button, ul.feed-blocks.new-feed-blocks li.feed-block-info_white article .product-button {
  margin-left: 15px;
}
ul.feed-blocks.new-feed-blocks li.feed-block-info .product-button, ul.feed-blocks.new-feed-blocks li.feed-block-info_white .product-button {
  width: calc(100% - 30px);
}
@media screen and (min-width: 56.25em) {
  ul.feed-blocks.new-feed-blocks li.feed-block-info .product-button, ul.feed-blocks.new-feed-blocks li.feed-block-info_white .product-button {
    width: 170px;
  }
}
@media screen and (min-width: 28.75em) {
  ul.feed-blocks.new-feed-blocks li.feed-block-info, ul.feed-blocks.new-feed-blocks li.feed-block-info_white {
    width: 50%;
  }
  ul.feed-blocks.new-feed-blocks li.feed-block-info article, ul.feed-blocks.new-feed-blocks li.feed-block-info_white article {
    padding-top: 150%;
    height: 0;
  }
  ul.feed-blocks.new-feed-blocks li.feed-block-info article a, ul.feed-blocks.new-feed-blocks li.feed-block-info article .product-button, ul.feed-blocks.new-feed-blocks li.feed-block-info_white article a, ul.feed-blocks.new-feed-blocks li.feed-block-info_white article .product-button {
    position: absolute;
  }
  ul.feed-blocks.new-feed-blocks li.feed-block-info article .product-button, ul.feed-blocks.new-feed-blocks li.feed-block-info_white article .product-button {
    margin-left: 0;
  }
}
@media screen and (min-width: 41.25em) {
  ul.feed-blocks.new-feed-blocks li.feed-block-info, ul.feed-blocks.new-feed-blocks li.feed-block-info_white {
    width: 66.6666%;
  }
  ul.feed-blocks.new-feed-blocks li.feed-block-info article, ul.feed-blocks.new-feed-blocks li.feed-block-info_white article {
    padding-top: calc((100% - 20.01px) * 0.75);
  }
}
@media screen and (min-width: 56.25em) {
  ul.feed-blocks.new-feed-blocks li.feed-block-info article, ul.feed-blocks.new-feed-blocks li.feed-block-info_white article {
    padding-top: calc((100% - 40.01px) * 0.75);
  }
}
@media screen and (min-width: 63.75em) {
  ul.feed-blocks.new-feed-blocks li.feed-block-info article, ul.feed-blocks.new-feed-blocks li.feed-block-info_white article {
    padding-top: 400px;
  }
}
@media screen and (min-width: 82.5em) {
  ul.feed-blocks.new-feed-blocks li.feed-block-info, ul.feed-blocks.new-feed-blocks li.feed-block-info_white {
    width: 25%;
  }
}
ul.feed-blocks.new-feed-blocks li.feed-block-info a:hover p, ul.feed-blocks.new-feed-blocks li.feed-block-info_big a:hover p, ul.feed-blocks.new-feed-blocks li.feed-block-info_white a:hover p {
  color: white;
}
ul.feed-blocks.new-feed-blocks li.feed-block-info a.no_link, ul.feed-blocks.new-feed-blocks li.feed-block-info a.no_link:hover, ul.feed-blocks.new-feed-blocks li.feed-block-info_big a.no_link, ul.feed-blocks.new-feed-blocks li.feed-block-info_big a.no_link:hover, ul.feed-blocks.new-feed-blocks li.feed-block-info_white a.no_link, ul.feed-blocks.new-feed-blocks li.feed-block-info_white a.no_link:hover {
  background: initial;
  color: initial;
  cursor: default;
}
ul.feed-blocks.new-feed-blocks li.feed-block-info a.no_link p, ul.feed-blocks.new-feed-blocks li.feed-block-info a.no_link:hover p, ul.feed-blocks.new-feed-blocks li.feed-block-info_big a.no_link p, ul.feed-blocks.new-feed-blocks li.feed-block-info_big a.no_link:hover p, ul.feed-blocks.new-feed-blocks li.feed-block-info_white a.no_link p, ul.feed-blocks.new-feed-blocks li.feed-block-info_white a.no_link:hover p {
  color: #333;
}
ul.feed-blocks.new-feed-blocks li.feed-block-info .item-content p, ul.feed-blocks.new-feed-blocks li.feed-block-info_big .item-content p, ul.feed-blocks.new-feed-blocks li.feed-block-info_white .item-content p {
  font-size: 1.14286em;
  line-height: 1.25em;
  margin-top: 15px;
  position: static;
  padding: 0 15px;
  color: #333;
  height: auto;
}
ul.feed-blocks.new-feed-blocks li.feed-block-info .item-content h2, ul.feed-blocks.new-feed-blocks li.feed-block-info_big .item-content h2, ul.feed-blocks.new-feed-blocks li.feed-block-info_white .item-content h2 {
  font-weight: bold;
}
ul.feed-blocks.new-feed-blocks li.feed-block-info article, ul.feed-blocks.new-feed-blocks li.feed-block-info_big article {
  background-color: #ffd200;
}
ul.feed-blocks.new-feed-blocks li.feed-block-info_big {
  width: 100%;
}
ul.feed-blocks.new-feed-blocks li.feed-block-info_big article {
  padding-top: 0;
  height: auto;
}
ul.feed-blocks.new-feed-blocks li.feed-block-info_big article a, ul.feed-blocks.new-feed-blocks li.feed-block-info_big article .product-button {
  position: static;
}
ul.feed-blocks.new-feed-blocks li.feed-block-info_big article .product-button {
  margin-left: 15px;
}
@media screen and (min-width: 82.5em) {
  ul.feed-blocks.new-feed-blocks li.feed-block-info_big {
    width: 50%;
  }
  ul.feed-blocks.new-feed-blocks li.feed-block-info_big article {
    padding-top: 400px;
    height: 0;
  }
  ul.feed-blocks.new-feed-blocks li.feed-block-info_big article a, ul.feed-blocks.new-feed-blocks li.feed-block-info_big article .product-button {
    position: absolute;
  }
  ul.feed-blocks.new-feed-blocks li.feed-block-info_big article .product-button {
    margin-left: 0;
  }
}
ul.feed-blocks.new-feed-blocks > li:nth-of-type(3) {
  position: static;
}
@media screen and (min-width: 41.25em) and (max-width: 82.49999em) {
  ul.feed-blocks.new-feed-blocks .block-wrapper.block-wrapper-xs {
    width: 100%;
  }
  ul.feed-blocks.new-feed-blocks .block-wrapper-xs article {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 82.5em) {
  ul.feed-blocks.new-feed-blocks .block-wrapper.block-wrapper-xs {
    height: 400px;
  }
}

.items-feed ul.feed-blocks.new-feed-blocks li:nth-child(8) ~ li {
  display: none;
}

.items-feed.open ul.feed-blocks.new-feed-blocks li:nth-child(8) ~ li {
  display: block;
}

main[role=main] .feed-container .tab-content.items-feed {
  padding-top: 0;
}
@media screen and (min-height: 26.25em) and (min-width: 28.75em) {
  main[role=main] .feed-container .tab-content.items-feed .row {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 82.5em) {
  main[role=main] .feed-container .tab-content.items-feed .row {
    padding-left: 60px;
    padding-right: 60px;
  }
}
main[role=main] .feed-container .tab-content.items-feed .row:first-child {
  padding-top: 0;
}
@media screen and (min-width: 41.25em) {
  main[role=main] .feed-container .tab-content.items-feed .feed-blocks > li {
    width: 50%;
  }
}
@media screen and (min-width: 56.25em) {
  main[role=main] .feed-container .tab-content.items-feed .feed-blocks > li {
    width: 33.33333%;
  }
}
@media screen and (min-width: 82.5em) {
  main[role=main] .feed-container .tab-content.items-feed .feed-blocks > li {
    width: 25%;
  }
}

.profile-blocks li:before {
  content: none;
}

.related-content {
  background: #eeeeee;
}
.related-content .container {
  padding-top: 60px !important;
}
.related-content .section-title {
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 60px;
}
.related-content .feed-blocks li {
  margin-bottom: 0;
}
.related-content .feed-blocks li:nth-of-type(3), .related-content .feed-blocks li:nth-of-type(4) {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

@media screen and (min-width: 41.25em) {
  .related-content .feed-blocks li:nth-of-type(3) {
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (min-width: 82.5em) {
  .related-content .feed-blocks li:nth-of-type(4) {
    position: relative;
    top: auto;
    left: auto;
  }
}
main[role=main] .feed-container {
  padding-bottom: 0 0 40px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
main[role=main] .feed-container .feed {
  width: 100%;
  padding: 4rem 0;
}
main[role=main] .feed-container .feed:empty {
  display: none;
}
main[role=main] .feed-container .feed .row, main[role=main] .feed-container .feed #key-dates-table-listing.table-listing ul {
  max-width: 1020px;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
@media screen and (min-height: 26.25em) and (min-width: 28.75em) {
  main[role=main] .feed-container .feed .row, main[role=main] .feed-container .feed #key-dates-table-listing.table-listing ul {
    max-width: 1020px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 63.75em) {
  main[role=main] .feed-container .feed .row, main[role=main] .feed-container .feed #key-dates-table-listing.table-listing ul {
    max-width: 1020px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 82.5em) {
  main[role=main] .feed-container .feed .row, main[role=main] .feed-container .feed #key-dates-table-listing.table-listing ul {
    max-width: 1320px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
main[role=main] .feed-container .feed .row:first-child, main[role=main] .feed-container .feed #key-dates-table-listing:first-child {
  padding-top: 80px;
}
main[role=main] .feed-container .feed h2.c-head {
  padding: 0 50px;
  width: 1200px;
  margin: 0 auto 1rem;
  font-size: 1.7rem;
  font-family: "ITCFranklinGothicStd-Book";
}
main[role=main] .feed-container .table-listing {
  padding: 0;
}
main[role=main] .feed-container #extras-section {
  padding-top: 60px;
}

.mosaic-blocks {
  line-height: 0;
  -webkit-column-count: 1;
  -webkit-column-gap: 0px;
  -moz-column-count: 1;
  -moz-column-gap: 0px;
  column-count: 1;
  column-gap: 0px;
}
.mosaic-blocks > a {
  display: block;
}
@media (min-width: 400px) {
  .mosaic-blocks {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 800px) {
  .mosaic-blocks {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 1000px) {
  .mosaic-blocks {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
@media (min-width: 1200px) {
  .mosaic-blocks {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
}
.mosaic-blocks img {
  display: inline-block;
  margin: 0;
  width: 100%;
  transition: all 200ms;
}
.mosaic-blocks.ready a:hover img {
  transform: scale3d(1.12, 1.12, 1.12);
}
.mosaic-blocks .fill-tile {
  color: #FFF;
  background-color: #333333;
  line-height: 1.3;
  padding: 0.4em 0.5em;
  font-weight: bold;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 1em;
}
.mosaic-blocks .fill-tile.fill-tile-s {
  font-size: 1em;
}

#content-roulette {
  position: relative;
}
#content-roulette .article-view {
  display: none;
  height: 128px;
  overflow: hidden;
}
#content-roulette .roulette-view {
  padding: 1em;
  color: #FFF;
}
#content-roulette .loading-view {
  display: none;
  color: #000;
  padding: 1.5em;
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../gif/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}

/**
*
* D&AD Plugins
*
*
**/
.video-block {
  margin-bottom: 36px;
}
.video-block.text-black {
  color: #000;
}
.video-block.text-black a {
  color: #000;
}
.video-block.text-black a:hover {
  color: #000;
}
.video-block.text-white {
  color: #fff;
}
.video-block.text-white a {
  color: #fff;
}
.video-block.text-white a:hover {
  color: #fff;
}
body.product .video-block {
  padding: 40px 30px 100px;
  margin-bottom: 0;
}
body.product .video-block .e-head {
  text-align: center;
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.42857em;
  line-height: 1.25em;
}
body.product .video-block .flowplayer {
  max-width: 720px;
  margin: 0 auto;
  display: block;
}
.video-block .caption {
  font-size: 0.85714em;
  line-height: 1.25em;
  margin: 20px 0 0;
}
body.product .video-block .caption {
  max-width: 1160px;
  text-align: center;
}

.flowplayer {
  background-color: #000;
  background-size: cover !important;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.flowplayer video {
  background: #000;
}
.flowplayer .fp-controls {
  background-color: #333;
  height: 80px !important;
  padding: 20px;
  bottom: 0 !important;
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flowplayer .fp-time {
  width: auto !important;
  display: inline !important;
  position: absolute;
  bottom: 23px;
  left: 85px;
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flowplayer .fp-time.is-inverted em.fp-duration {
  display: inline !important;
}
.flowplayer .fp-time.is-inverted em.fp-remaining {
  display: none !important;
}
.flowplayer .fp-time em {
  color: #999999 !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  bottom: auto !important;
  right: auto !important;
  height: auto !important;
}
.flowplayer .fp-time em.fp-elapsed {
  color: #fff !important;
}
.flowplayer .fp-time em.fp-remaining {
  display: none !important;
}
.flowplayer .fp-time em.fp-duration {
  display: inline !important;
}
.flowplayer .fp-time em.fp-duration:before {
  content: '/';
  padding-right: 5px;
}
.flowplayer .fp-fullscreen,
.flowplayer .fp-unload,
.flowplayer .fp-close {
  top: auto !important;
  right: 40px !important;
  bottom: 20px !important;
  z-index: 20;
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flowplayer:hover .fp-controls,
.flowplayer:hover .fp-fullscreen,
.flowplayer:hover .fp-unload,
.flowplayer:hover .fp-close,
.flowplayer:hover .fp-time {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.flowplayer .fp-timeline {
  background-color: rgba(0, 0, 0, 0.5) !important;
  top: 0 !important;
  height: 1px !important;
  margin: 0 !important;
}
.flowplayer .fp-fullscreen,
.flowplayer .fp-unload,
.flowplayer .fp-close,
.flowplayer .fp-play,
.flowplayer .fp-mute,
.flowplayer .fp-fullscreen {
  width: 24px !important;
  height: 24px !important;
  background-image: none !important;
}
.flowplayer .fp-fullscreen:before,
.flowplayer .fp-unload:before,
.flowplayer .fp-close:before,
.flowplayer .fp-play:before,
.flowplayer .fp-mute:before,
.flowplayer .fp-fullscreen:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  color: #999999;
  font-size: 1.6875em;
  line-height: 23px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.flowplayer .fp-fullscreen:hover:before,
.flowplayer .fp-unload:hover:before,
.flowplayer .fp-close:hover:before,
.flowplayer .fp-play:hover:before,
.flowplayer .fp-mute:hover:before,
.flowplayer .fp-fullscreen:hover:before {
  color: #fff !important;
}
.flowplayer .fp-play {
  bottom: 20px !important;
  left: 40px !important;
}
.flowplayer .fp-volume {
  position: static !important;
  top: auto !important;
  right: auto !important;
}
.flowplayer .fp-volume .fp-mute {
  position: absolute !important;
  top: auto !important;
  bottom: 20px !important;
  right: 85px !important;
  float: none;
}
.flowplayer .fp-timeline {
  overflow: visible !important;
}
.flowplayer .fp-progress {
  background-color: #ffd200 !important;
  position: relative;
  overflow: visible !important;
}
.flowplayer .fp-progress:after {
  content: '';
  background: #fff;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  display: block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.flowplayer .fp-buffer {
  background-color: black !important;
}
.flowplayer.is-muted.no-volume .fp-volume .fp-mute {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.flowplayer.is-fullscreen {
  background-color: #000 !important;
}
.flowplayer.is-splash .fp-ui, .flowplayer.is-paused .fp-ui {
  background: none !important;
}
.flowplayer.is-splash .fp-ui:before, .flowplayer.is-paused .fp-ui:before {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  text-align: center;
  font-size: 110px;
  line-height: 120px;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.product .youtube-container {
  max-width: 720px;
  margin: 0 auto;
}

@media screen and (min-width: 660px) {
  .video-block {
    margin-top: 36px;
  }
  body.product .video-block {
    margin-top: 0;
  }
}
header + .video-block {
  margin-top: 0;
}

body.has-subnavigation div.video-block,
div.video-block.video-fullscreen {
  padding: 0 !important;
}
body.has-subnavigation div.video-block h2,
div.video-block.video-fullscreen h2 {
  display: none;
}
body.has-subnavigation div.video-block video,
div.video-block.video-fullscreen video {
  max-width: none !important;
  width: 100% !important;
  display: block;
}

.bg-video-wrapper {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-video {
  display: none;
  position: absolute;
  width: auto;
  height: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media screen and (min-width: 980px) {
  .bg-video {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1700px) {
  .bg-video {
    width: 100%;
    height: auto;
  }
}

.image-copy-with-link {
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #fff;
  clear: both;
  padding: 80px 0 100px 0;
}
.image-copy-with-link.image-copy-with-link-no-title {
  padding: 80px 0 80px 0;
}
.image-copy-with-link.text-black {
  color: #000;
}
.image-copy-with-link img {
  display: none;
}
.image-copy-with-link .front-image {
  display: block;
  margin: 1em auto;
}
.image-copy-with-link span {
  padding: 0 30px;
  display: block;
}
.image-copy-with-link span p {
  margin-left: auto;
  margin-right: auto;
  min-width: 260px;
  max-width: 380px;
  line-height: 20px;
  font-size: 1em;
  line-height: 1.28571em;
}
.image-copy-with-link p {
  text-align: center;
}
.image-copy-with-link .a-head {
  text-align: center;
  font-size: 1.78571em;
  line-height: 0.8em;
  margin-bottom: 40px;
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.image-copy-with-link .b-head {
  text-align: center;
}
.image-copy-with-link ul {
  text-align: center;
  max-width: 1320px;
  padding: 0;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1em;
  line-height: 1.28571em;
}
.image-copy-with-link ul li {
  margin: 0 10px;
  padding: 0;
  list-style-type: none;
}
.image-copy-with-link ul.links-large {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 490px;
}
.image-copy-with-link ul.links-large li {
  margin: 0;
}
@media screen and (min-width: 1190px) {
  .image-copy-with-link ul.links-large {
    display: block;
    flex-wrap: unset;
    max-width: none;
  }
  .image-copy-with-link ul.links-large li {
    margin: 0 20px;
  }
}
.image-copy-with-link a.product-button {
  width: 150px;
  font-size: 1em;
  line-height: 2.85714em;
}

@media screen and (min-width: 660px) {
  .image-copy-with-link {
    padding: 120px 0 80px 0;
  }
  .image-copy-with-link.image-copy-with-link-no-title {
    padding: 120px 0 120px 0;
  }
  .image-copy-with-link span p {
    max-width: 540px;
  }
}
@media screen and (min-width: 800px) {
  .image-copy-with-link .a-head {
    font-size: 1.94444em;
    line-height: 0.91429em;
  }
}
@media screen and (min-width: 900px) {
  .image-copy-with-link ul li {
    margin: 0 20px;
  }
}
@media screen and (min-width: 1120px) {
  .two-third-image-copy-with-link {
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  .two-third-image-copy-with-link .two-third-copy {
    width: calc(100% - 340px);
    overflow: hidden;
    height: 100%;
    position: absolute;
  }
  .two-third-image-copy-with-link .two-third-copy .two-third-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 40px 40px 40px 80px;
  }
  .two-third-image-copy-with-link > img {
    display: block;
    float: right;
    margin-bottom: -3px;
  }
}

@media screen and (min-width: 1120px) {
  .has-subnavigation div.image-copy-with-link .copy-inner {
    padding: 0px 40px 0px 80px;
  }
}

.snippet {
  padding: 20px;
}
.snippet iframe {
  margin: 0 auto !important;
}
body.product .snippet {
  max-width: 860px;
  margin: 0 auto;
}

.snipper-container {
  position: relative;
  overflow: hidden;
}

.judging-promo-product {
  height: 450px;
  margin: -80px 0 -80px;
}

.judging-scrolling {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.judging-scrolling.yellow {
  background: #ffd200;
}
.judging-scrolling.black {
  background: #000;
}
.judging-scrolling.black .scrolling-element.death-to-mediocrity {
  background-image: url("../png/death-to-mediocrity.png");
}
.judging-scrolling.black .scrolling-element.sink-the-shallow {
  background-image: url("../png/sink-the-shallow--white.png");
}
.judging-scrolling.black .scrolling-element.style-will-not-save-you {
  background-image: url("../png/style-will-not-save--white.png");
}
.judging-scrolling.black .scrolling-element.out-with-the-old {
  background-image: url("../png/out-with-the-old--white.png");
}
.judging-scrolling.black .scrolling-element.i-wish-id-done-that {
  background-image: url("../png/i-wish-id-done-that--white.png");
}
.judging-scrolling.black .scrolling-element.history-is-not-the-judge {
  background-image: url("../png/history-is-not-the-judge--white.png");
}
.judging-scrolling.black .scrolling-element.get-off-the-fence {
  background-image: url("../png/get-off-the-fence--white.png");
}
.judging-scrolling.white {
  background: #fff;
}
.judging-scrolling .scrolling-element {
  position: relative;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.judging-scrolling .scrolling-element:first-of-type {
  display: none;
}
.judging-scrolling .scrolling-element:last-of-type {
  display: none;
}
.judging-scrolling .scrolling-element.focused-element {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 20;
  bottom: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.judging-scrolling .scrolling-element.death-to-mediocrity {
  background-image: url("../png/death-to-mediocrity.png");
  max-width: 500px;
}
.judging-scrolling .scrolling-element.sink-the-shallow {
  background-image: url("../png/sink-the-shallow.png");
  max-width: 550px;
}
.judging-scrolling .scrolling-element.style-will-not-save-you {
  background-image: url("../png/style-will-not-save.png");
  max-width: 420px;
}
.judging-scrolling .scrolling-element.out-with-the-old {
  background-image: url("../png/out-with-the-old.png");
  max-width: 410px;
}
.judging-scrolling .scrolling-element.i-wish-id-done-that {
  background-image: url("../png/i-wish-id-done-that.png");
  max-width: 325px;
}
.judging-scrolling .scrolling-element.history-is-not-the-judge {
  background-image: url("../png/history-is-not-the-judge.png");
  max-width: 500px;
}
.judging-scrolling .scrolling-element.get-off-the-fence {
  background-image: url("../png/get-off-the-fence.png");
  max-width: 510px;
}

@media screen and (min-width: 1120px) {
  .has-subnavigation div.mailingListForm {
    padding: 80px 40px 80px 80px !important;
  }
  .has-subnavigation div.mailingListForm #mailingListForm-firstName {
    margin-left: 0;
  }
  .has-subnavigation div.mailingListForm #mailingListForm-email {
    margin-right: 0;
  }
}

.tabbed-panel {
  padding: 30px 30px;
  line-height: 1.28571em;
}
.tabbed-panel.text-black {
  color: #000;
}
.tabbed-panel.text-white {
  color: #fff;
}
.tabbed-panel .product-panel-title {
  text-align: center;
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 0;
}
.tabbed-panel .tabs {
  max-width: 860px;
  margin: 0 auto;
}

.tabs {
  position: relative;
  padding: 30px 0 30px;
}
.text-white .tabs ul li.tab {
  border-bottom: 1px solid #fff;
}
.text-black .tabs ul li.tab {
  border-bottom: 1px solid #000;
}
.text-white .tabs ul li.tab:first-of-type > a:not(.multiDownload-itemButton) {
  border-top: 1px solid #fff;
}
.text-black .tabs ul li.tab:first-of-type > a:not(.multiDownload-itemButton) {
  border-top: 1px solid #000;
}
.text-black .tabs ul li.tab.on > a {
  background: #000;
  color: #fff;
}
.text-white .tabs ul li.tab.on > a {
  background: #fff;
  color: #000;
}
.tabs ul li.tab .tab-content {
  margin-top: 30px;
  margin-bottom: 30px;
}
.tabs ul li.tab .tab-content img {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.tabs ul li.tab .tab-content img + div {
  margin-top: 30px;
}
.tabs ul li.tab .tab-content ul, .tabs ul li.tab .tab-content ol {
  margin: 0 0 36px 0;
  padding: 0;
  list-style-type: none;
}
.tabs ul li.tab .tab-content ul li, .tabs ul li.tab .tab-content ol li {
  position: relative;
}
.tabs ul li.tab .tab-content ul li {
  padding-left: 12px;
  margin-bottom: 20px;
}
.tabs ul li.tab .tab-content ul li:before {
  content: '';
  background: #333333;
  position: absolute;
  top: 8px;
  left: 0;
  width: 2px;
  height: 2px;
  display: block;
}
.tabs ul .tab > a {
  width: 100%;
  background: transparent;
  text-decoration: none;
  text-align: center;
  height: 60px;
  display: table;
}
.text-black .tabs ul .tab > a {
  color: #000;
}
.text-black .tabs ul .tab > a:hover {
  background: #000;
  color: #fff;
}
.text-white .tabs ul .tab > a {
  color: #fff;
}
.text-white .tabs ul .tab > a:hover {
  background: #fff;
  color: #000;
}
.tabs ul .tab > a span {
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (min-width: 28.75em) {
  .tabbed-panel {
    padding: 60px 70px 40px;
  }
}
.tabbed-panel .multiDownload-itemButton {
  font-size: 0.88889em;
  border-bottom: none !important;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  line-height: 1.77778em;
}

@media screen and (min-width: 800px) {
  .tabbed-panel.tabbed-panel-full_length {
    padding: 0;
    position: relative;
  }
  .tabbed-panel.tabbed-panel-full_length .content_bg {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 50%;
    background: #aaa;
  }
  .tabbed-panel.tabbed-panel-full_length .tabs {
    max-width: none;
  }
  .tabbed-panel.tabbed-panel-full_length .tabs ul li.tab {
    padding-left: 50%;
  }
  .tabbed-panel.tabbed-panel-full_length .tabs ul li.tab > a {
    left: 25%;
    width: 34%;
    margin-left: -19%;
    margin-top: 100px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1020px) {
  .tabbed-panel.tabbed-panel-full_length .tabs ul li.tab > a {
    width: 400px;
    margin-left: -200px;
  }
}
@media screen and (min-width: 800px) {
  .tabbed-panel.tabbed-panel-full_length .tabs ul li.tab.on > a, .tabbed-panel.tabbed-panel-full_length .tabs ul li.tab > a:hover {
    border-top: 1px solid #ffd200;
    margin-top: 99px;
    padding-top: 1px;
  }
  .tabbed-panel.tabbed-panel-full_length .tabs ul .tab-content {
    width: 50%;
    padding: 100px;
  }
  .tabbed-panel.tabbed-panel-full_length .multiDownload-itemButton {
    position: absolute;
    bottom: 60px;
  }
}
.tabbed-panel.tabbed-panel-full_length .tabs ul li.tab.on > a, .tabbed-panel.tabbed-panel-full_length .tabs ul li.tab > a:hover {
  background: #ffd200;
  color: black;
  border-color: #ffd200;
}

.tab-content > p {
  max-width: 600px;
  text-align: center;
  margin: 0px auto 30px;
}
@media screen and (min-width: 50em) {
  .tab-content > p {
    margin: 40px auto 60px;
  }
}

.flexslider {
  touch-action: pan-y !important;
}

.image-and-text-carousel {
  padding: 30px;
  /* Browser Resets
  *********************************/
  /* FlexSlider Necessary Styles
  *********************************/
  /* Hide the slides before the JS is loaded. Avoids image jumping */
  /* Clearfix for the .slides element */
  /* No JavaScript Fallback */
  /* If you are not using another script, such as Modernizr, make sure you
   * include js that eliminates this class on page load */
  /* FlexSlider Default Theme
  *********************************/
  /* Direction Nav */
  /* Control Nav */
}
.image-and-text-carousel .copy-text p {
  margin-bottom: 20px;
}
.image-and-text-carousel.text-black {
  color: #000;
}
.image-and-text-carousel.text-white {
  color: #fff;
}
.image-and-text-carousel.text-white .owl-buttons span {
  border: 3px solid #fff;
  color: #fff;
}
.image-and-text-carousel.text-white .owl-buttons span:before {
  text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
}
.image-and-text-carousel.text-white .owl-buttons span:before:hover {
  text-shadow: 0 1px 0 #000, 1px 0 0 #000, 0 -1px 0 #000, -1px 0 0 #000;
}
.image-and-text-carousel.text-white .owl-buttons span:hover {
  background: #fff;
  color: #000;
}
.image-and-text-carousel .carousel-title-and-copy {
  margin-bottom: 60px;
}
.image-and-text-carousel .carousel-title-and-copy .product-panel-title {
  margin-bottom: 15px;
}
.image-and-text-carousel .carousel-title-and-copy .carousel-copy {
  max-width: 860px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.28571em;
}
.image-and-text-carousel .carousel-container {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 0 50px;
}
.image-and-text-carousel .carousel-container.items-2 {
  max-width: 580px;
}
.image-and-text-carousel .flexslider .slides {
  margin-bottom: 36px;
}
.image-and-text-carousel .copy-text {
  font-size: 1em;
  line-height: 1.28571em;
}
.image-and-text-carousel > .e-head {
  text-align: center;
  margin-bottom: 0;
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.image-and-text-carousel .flex-container a:active,
.image-and-text-carousel .flexslider a:active,
.image-and-text-carousel .flex-container a:focus,
.image-and-text-carousel .flexslider a:focus {
  outline: none;
}
.image-and-text-carousel .slides,
.image-and-text-carousel .flex-control-nav,
.image-and-text-carousel .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.image-and-text-carousel .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.image-and-text-carousel .flexslider .slides img {
  width: 100%;
  display: block;
}
.image-and-text-carousel .flex-pauseplay span {
  text-transform: capitalize;
}
.image-and-text-carousel .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.image-and-text-carousel html[xmlns] .slides {
  display: block;
}
.image-and-text-carousel * html .slides {
  height: 1%;
}
.image-and-text-carousel .no-js .slides > li:first-child {
  display: block;
}
.image-and-text-carousel .flexslider {
  position: relative;
  zoom: 1;
}
.image-and-text-carousel .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.image-and-text-carousel .loading .flex-viewport {
  max-height: 300px;
}
.image-and-text-carousel .flexslider .slides {
  zoom: 1;
}
.image-and-text-carousel .flex-direction-nav {
  *height: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.image-and-text-carousel .flex-direction-nav li {
  display: inline;
  padding: 0 7px;
}
.image-and-text-carousel .flex-direction-nav a {
  background: transparent;
  text-decoration: none;
  display: inline-block;
  width: 30px;
  height: 0;
  padding-top: 24px;
  margin: -20px 0 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 3px solid #000;
  z-index: 10;
  overflow: hidden;
  position: relative;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
}
.image-and-text-carousel .flex-direction-nav a:hover {
  background: #000;
  color: #fff;
}
.image-and-text-carousel .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.image-and-text-carousel .flex-direction-nav a:before {
  font-size: 20px;
  position: absolute;
  top: 0;
  left: -3px;
  right: 0;
  bottom: 0;
  line-height: 28px;
  text-align: center;
  text-shadow: 0 1px 0 #000, 1px 0 0 #000, 0 -1px 0 #000, -1px 0 0 #000;
}
.image-and-text-carousel .flex-direction-nav a.flex-next:before {
  right: -6px;
}
.image-and-text-carousel .flex-control-nav {
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.image-and-text-carousel .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.image-and-text-carousel .flex-control-paging li a {
  width: 7px;
  height: 7px;
  display: block;
  background: transparent;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #000;
}
.image-and-text-carousel .flex-control-paging li a:hover {
  background: #000;
}
.image-and-text-carousel .flex-control-paging li a.flex-active {
  background: #000;
  cursor: default;
}
.image-and-text-carousel .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.image-and-text-carousel .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.image-and-text-carousel .flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.image-and-text-carousel .flex-control-thumbs img:hover {
  opacity: 1;
}
.image-and-text-carousel .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.image-and-text-carousel .item {
  text-align: center;
}
.image-and-text-carousel .item figure {
  margin: 0 50px 20px;
}
.image-and-text-carousel a.product-button {
  width: auto;
  padding: 0 20px;
  font-size: 14px;
}
.image-and-text-carousel .owl-controls {
  width: 100% !important;
  position: relative !important;
}
.image-and-text-carousel .owl-buttons span {
  padding: 24px 7px 0;
  position: absolute;
  bottom: -40px;
  background: transparent;
  text-decoration: none;
  display: inline-block;
  width: 30px;
  height: 0;
  margin: -20px 0 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 3px solid #000;
  z-index: 10;
  overflow: hidden;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
}
.image-and-text-carousel .owl-buttons span:hover {
  background: #000;
  color: #fff;
}
.image-and-text-carousel .owl-buttons span:before {
  font-size: 20px;
  position: absolute;
  top: 0;
  left: -3px;
  right: 0;
  bottom: 0;
  line-height: 28px;
  text-align: center;
  text-shadow: 0 1px 0 #000, 1px 0 0 #000, 0 -1px 0 #000, -1px 0 0 #000;
}
.image-and-text-carousel .owl-buttons span.carousel-left {
  left: 50%;
  margin-left: -35px;
}
.image-and-text-carousel .owl-buttons span.carousel-right {
  right: 50%;
  margin-right: -35px;
}
.image-and-text-carousel .owl-buttons span.carousel-right:before {
  right: -6px;
}
.image-and-text-carousel:not(.full-width) figure {
  margin: 0 0 20px;
}
.image-and-text-carousel:not(.full-width) .e-head {
  margin-bottom: 25px;
}
.image-and-text-carousel:not(.full-width) li {
  padding: 0 10px;
}

@media screen and (min-width: 28.75em) {
  .image-and-text-carousel .product-panel-title {
    margin-bottom: 36px;
  }
  .image-and-text-carousel .copy-text {
    font-size: 1.14286em;
    line-height: 1.25em;
  }
  .image-and-text-carousel .item figure {
    margin-bottom: 36px;
  }
  .image-and-text-carousel .flex-direction-nav li {
    padding: 0 9px;
  }
  .image-and-text-carousel .flex-direction-nav a {
    width: 40px;
    padding-top: 34px;
  }
  .image-and-text-carousel .flex-direction-nav a:before {
    line-height: 40px;
    font-size: 30px;
  }
  .image-and-text-carousel:not(.full-width) .owl-buttons span {
    bottom: -50px;
  }
  .image-and-text-carousel:not(.full-width) figure {
    margin-bottom: 30px;
  }
  .image-and-text-carousel:not(.full-width) .item {
    text-align: left;
  }
  .image-and-text-carousel:not(.full-width) .item .copy-text {
    font-size: 1em;
  }
}
@media screen and (min-width: 37.5em) {
  .image-and-text-carousel:not(.full-width) .item {
    text-align: left;
    font-size: 0.875em;
    line-height: 1.28571em;
  }
  .image-and-text-carousel:not(.full-width) .item .copy-text {
    line-height: 1.28571em;
  }
  .image-and-text-carousel:not(.full-width) .item .e-head {
    font-size: 1.42857em;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 41.25em) {
  .image-and-text-carousel:not(.full-width) .owl-buttons span {
    bottom: -60px;
  }
  .image-and-text-carousel:not(.full-width) .item {
    text-align: left;
    font-size: 0.75em;
    line-height: 1.33333em;
  }
  .image-and-text-carousel:not(.full-width) .item figure {
    margin-bottom: 20px;
  }
  .image-and-text-carousel:not(.full-width) .item .e-head {
    font-size: 1.33333em;
    line-height: 1.25em;
    margin-bottom: 20px;
  }
  .image-and-text-carousel:not(.full-width) .item .copy-text {
    line-height: 1.33333em;
  }
}
@media screen and (min-width: 50em) {
  .image-and-text-carousel .carousel-title-and-copy {
    margin-bottom: 36px;
  }
  .image-and-text-carousel .carousel-title-and-copy .product-panel-title {
    font-size: 35px;
    line-height: 40px;
  }
  .image-and-text-carousel .carousel-title-and-copy .carousel-copy {
    font-size: 0.88889em;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 56.25em) {
  .image-and-text-carousel .carousel-title-and-copy {
    margin-bottom: 36px;
  }
  .image-and-text-carousel .carousel-title-and-copy .product-panel-title {
    margin-bottom: 24px;
  }
  .image-and-text-carousel:not(.full-width) .item {
    padding: 0 20px;
    font-size: 1em;
    line-height: 1.25em;
  }
  .image-and-text-carousel:not(.full-width) .item figure {
    margin-bottom: 35px;
  }
  .image-and-text-carousel:not(.full-width) .item .e-head {
    font-size: 1.25em;
    line-height: 1.25em;
    margin-bottom: 30px;
  }
  .image-and-text-carousel:not(.full-width) .item .copy-text {
    line-height: 1.25em;
  }
}
article div.download {
  margin-bottom: 20px;
}
article div.download ul {
  border-top: 1px solid #cccccc;
}
article div.download ul li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: -1px;
  border-bottom: 1px solid #cccccc;
  line-height: 1.28571em;
  display: table;
}
article div.download ul li:before {
  color: #999999;
  position: absolute;
  top: 25px;
  left: 18px;
  display: block;
  width: 28px;
  height: 28px;
  text-align: center;
  overflow: hidden;
  background-color: transparent;
  -moz-transition: color 0.2s ease, border 0.2s ease;
  -o-transition: color 0.2s ease, border 0.2s ease;
  -webkit-transition: color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, border 0.2s ease;
  font-size: 2.5em;
  line-height: 0.9em;
}
article div.download ul li:hover {
  background-color: #000;
}
article div.download ul li:hover:before {
  color: #fff;
}
article div.download ul a {
  text-decoration: none;
  padding: 30px 20px 30px 66px;
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  width: 100%;
  position: relative;
  color: #333333;
  -moz-transition: color 0.2s ease, border 0.2s ease;
  -o-transition: color 0.2s ease, border 0.2s ease;
  -webkit-transition: color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, border 0.2s ease;
}
article div.download ul a:hover {
  color: #fff;
  border-color: #000;
}

@media screen and (min-width: 580px) {
  article div.download {
    margin-bottom: 40px;
  }
  article div.download ul li:before {
    left: 38px;
    font-size: 2.25em;
  }
  article div.download ul a {
    padding: 28px 20px 28px 106px;
  }
}
div.google-map {
  line-height: 1.28571em;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 36px 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
div.google-map p:last-of-type {
  margin-bottom: 0;
}
div.google-map .gmap {
  height: 250px;
  width: 100%;
  margin: 0 auto 18px auto;
}

.table-listing-new {
  padding: 30px;
}
.table-listing-new .table-listing {
  padding: 0px;
}

.table-listing {
  padding: 30px;
}
.table-listing.text-black a {
  color: #000;
}
.table-listing.text-black a:hover ul {
  color: #fff;
  background: #000;
}
.table-listing.text-black > ul {
  border-top: 1px solid #000;
}
.table-listing.text-black > ul > li {
  border-bottom: 1px solid #000;
}
.table-listing.text-white {
  color: #fff;
}
.table-listing.text-white > ul {
  border-top: 1px solid #fff;
}
.table-listing.text-white > ul > li {
  border-bottom: 1px solid #fff;
}
.table-listing h3 {
  text-align: center;
  font-size: 1.5625em;
  line-height: 1.2em;
  margin-bottom: 40px;
}
.table-listing a {
  text-decoration: none;
  -moz-transition: color 0.2s ease, border 0.2s ease;
  -o-transition: color 0.2s ease, border 0.2s ease;
  -webkit-transition: color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, border 0.2s ease;
  position: relative;
  overflow: hidden;
  display: block;
}
.table-listing a:before {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 20px;
  width: 20px;
  font-size: 26px;
}
.table-listing a:hover:before {
  color: #fff;
}
.table-listing > ul {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.table-listing > ul ul {
  padding: 20px;
  overflow: hidden;
}
.table-listing > ul ul li {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.28571em;
}
.table-listing > ul ul li:before {
  display: none;
}
.table-listing > ul ul li p {
  margin: 0;
}
.table-listing > ul ul li div {
  margin-bottom: 18px;
}

.table-listing-open > ul > li {
  display: block;
}

.table-listing-button-outer,
.table-listing-button {
  float: none !important;
  width: 200px;
  line-height: 40px;
}

.table-listing-button-outer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.table-listing-button {
  color: #333333;
  border: 1px solid #333;
  width: 100% !important;
  text-align: center;
  max-width: 400px;
  font-size: 1em;
  line-height: 2.85714em;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 1rem;
}
.table-listing-button:hover {
  background: #333;
  color: #FFF;
}

.multi-tabs-menu {
  margin-bottom: 30px;
}
.multi-tabs-menu ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 675px) {
  .multi-tabs-menu ul {
    width: 260px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 330px) {
  .multi-tabs-menu ul {
    width: 140px;
  }
}
.multi-tabs-menu ul li {
  display: inline;
}
.multi-tabs-menu ul li.on a {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.text-white .multi-tabs-menu ul li.on a {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.multi-tabs-content ul {
  list-style: none;
  padding: 0;
}

@media screen and (min-width: 37.5em) {
  .table-listing-button {
    font-size: 0.875em;
    line-height: 2.85714em;
  }
}
.table-listing-button-open {
  display: none;
}

.table-listing-open .table-listing-button-closed {
  display: none;
}

.table-listing-open .table-listing-button-open {
  display: block;
}

@media screen and (min-width: 28.75em) {
  .table-listing ul ul li {
    width: 50%;
    float: left;
  }
  .table-listing ul ul li:nth-of-type(1) {
    padding-right: 20px;
  }
  .table-listing ul ul li:nth-of-type(2) {
    padding-left: 20px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 41.25em) {
  .table-listing {
    padding: 80px 40px;
  }
  .table-listing h3 {
    margin-bottom: 60px;
  }
  .table-listing > ul li {
    font-size: 1em;
    line-height: 1.25em;
  }

  .table-listing-new {
    padding: 80px 40px;
  }
}
@media screen and (min-width: 56.25em) {
  .table-listing ul {
    max-width: 860px;
    margin: 0 auto 80px auto;
    display: block;
  }
  .table-listing ul ul li {
    font-size: 0.88889em;
    line-height: 1.4375em;
  }
  .table-listing ul ul li:nth-of-type(1) {
    width: 66%;
  }
  .table-listing ul ul li:nth-of-type(2) {
    width: 34%;
  }
  .table-listing ul ul li > div {
    width: calc(50% - 40px);
    float: left;
  }
  .table-listing ul ul li > div:nth-of-type(1) {
    padding-right: 20px;
  }
  .table-listing ul ul li > div:nth-of-type(2) {
    padding-left: 20px;
  }

  .table-listing-new.full-width .table-listing ul {
    max-width: none;
  }
  .table-listing-new.full-width .table-listing ul ul li:nth-of-type(1) {
    width: 50%;
  }
  .table-listing-new.full-width .table-listing ul ul li:nth-of-type(2) {
    width: 50%;
  }
}
.table-listing a.image-link:before {
  top: 50%;
  right: 5px;
  margin-top: -10px;
}
.table-listing .image-row {
  padding: 30px 30px 50px 0;
  position: relative;
}
.table-listing .image-row li div {
  margin-bottom: 0px;
  overflow: hidden;
}
@media screen and (min-width: 28.75em) {
  .table-listing .image-row {
    padding-right: 20px;
  }
}
@media screen and (min-width: 56.25em) {
  .table-listing .image-row {
    padding-right: 40px;
  }
}
.table-listing .image-row .person-image {
  float: left;
  margin-right: 20px;
  padding-bottom: 30px;
}
@media screen and (min-width: 28.75em) {
  .table-listing .image-row .person-image {
    padding-bottom: 0;
  }
}
.table-listing .image-row .first-column {
  margin-left: 70px;
}
@media screen and (min-width: 56.25em) {
  .table-listing .image-row .first-column, .table-listing .image-row .second-column, .table-listing .image-row .third-column {
    position: absolute;
    top: 30px;
  }
}
.table-listing .image-row .second-column {
  padding-left: 70px;
}
@media screen and (min-width: 56.25em) {
  .table-listing .image-row .second-column {
    padding-left: 0px;
    width: 300px;
  }
}
.table-listing.table-listing-no-borders > ul {
  border-top: none;
}
.table-listing.table-listing-no-borders > ul > li {
  border-bottom: none;
}

.multi-tabs-content + .table-listing-button-outer {
  display: none;
}

.table-listing-speakers-grid .table-listing-button-outer,
.speakers-grid .table-listing-button-outer {
  display: block;
  margin: 0 auto;
}

.second-column-mobile {
  display: none;
}

div.product-block {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 40px 0;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
div.product-block + .product-block {
  margin-top: -21px;
}
div.product-block .product-image {
  width: 80px;
  margin-bottom: 16px;
}
div.product-block .product-image img {
  display: block;
}
div.product-block .product-info-buy p {
  display: block;
  margin-bottom: 0;
  line-height: 1.28571em;
}
div.product-block .product-info-buy p a {
  display: inline-block;
}
div.product-block .product-info-buy p:last-of-type {
  margin-bottom: 1.6em;
}
div.product-block form {
  width: auto;
}
div.product-block form input[type="text"],
div.product-block form input[type="email"],
div.product-block form input[type="password"],
div.product-block form input[type="search"] {
  border-color: #cccccc;
  width: 60px;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
div.product-block form input[type="submit"], div.product-block form button, div.product-block form .btn, div.product-block form body.search-results .search-container input[type="submit"], body.search-results .search-container div.product-block form input[type="submit"], div.product-block form .cart-contents .mini-cart-contents > a, .cart-contents div.product-block form .mini-cart-contents > a,
div.product-block form .cart-contents .mini-cart-contents .proceed-to-checkout,
.cart-contents .mini-cart-contents div.product-block form .proceed-to-checkout {
  border-color: #000;
  color: #000;
  float: left;
  width: 160px;
}
div.product-block form input[type="submit"]:hover, div.product-block form button:hover, div.product-block form .btn:hover, div.product-block form body.search-results .search-container input[type="submit"]:hover, body.search-results .search-container div.product-block form input[type="submit"]:hover, div.product-block form .cart-contents .mini-cart-contents > a:hover, .cart-contents div.product-block form .mini-cart-contents > a:hover,
div.product-block form .cart-contents .mini-cart-contents .proceed-to-checkout:hover,
.cart-contents .mini-cart-contents div.product-block form .proceed-to-checkout:hover {
  background: #000;
  color: #fff;
}
div.product-block + div.download {
  margin-top: -21px;
}

@media screen and (min-width: 28.75em) {
  div.product-block .product-image {
    display: inline-block;
    width: 130px;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
  }
  div.product-block .product-info-buy {
    display: inline-block;
    float: left;
    width: 240px;
  }
}
.product-call-to-action {
  padding: 40px 20px 80px;
}
.product-call-to-action.text-black {
  color: #000;
}
.product-call-to-action.text-white {
  color:   #fff;
}
.product-call-to-action .actions-container {
  max-width: 900px;
  margin: 0 auto;
}
.product-call-to-action .product-panel-title {
  text-align: center;
  margin-bottom: 20px;
}
.product-call-to-action ul {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
.product-call-to-action ul li {
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  float: left;
  height: 0;
  padding-top: 50%;
  display: block;
  float: left;
  margin-bottom: 10px;
  position: relative;
}
.product-call-to-action ul li.text-black a {
  color: #000;
  /* &:hover {
      .item {
          background: #000;
          color: #fff;
      }
  } */
}
.product-call-to-action ul li.text-white {
  color:   #fff;
}
.product-call-to-action ul li.text-white a {
  color: #fff;
  /* &:hover {
      .item {
          background: #fff;
          color: #000;
      }
  } */
}
.product-call-to-action ul li a {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 0;
  left: 10px;
  overflow: hidden;
  text-decoration: none;
}
.product-call-to-action .item {
  background-color: #fff;
  background-size: cover;
  background-position: center;
  padding: 8px 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.product-call-to-action .item-hover-bg {
  display: none;
}
.product-call-to-action .item-hover {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.625em;
}
.product-call-to-action .item-hover-title {
  font-size: 1.0625em;
  font-family: "ITCFranklinGothicStd-Demi", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  margin-bottom: 0.3125em;
}
.product-call-to-action .item-hover-subtitle {
  font-size: 0.875em;
  line-height: 1;
  margin-bottom: 0.9375em;
}
.product-call-to-action .item-hover-button {
  display: inline-block;
  line-height: 1;
  border-radius: 5px;
  background: black;
  color: white;
  font-size: 0.875em;
  padding: 0.5em 0.625em;
}
.product-call-to-action .item-hover.text-white .item-hover-button {
  background: white;
  color: black;
}
.product-call-to-action a.is-hover:hover .item-hover,
.product-call-to-action a.is-hover:focus .item-hover,
.product-call-to-action a.is-hover:hover .item-hover-bg,
.product-call-to-action a.is-hover:focus .item-hover-bg {
  display: block;
}
.product-call-to-action a.is-hover:hover .item-title,
.product-call-to-action a.is-hover:focus .item-title,
.product-call-to-action a.is-hover:hover .item-normal,
.product-call-to-action a.is-hover:focus .item-normal {
  display: none;
}

@media screen and (min-width: 27.5em) {
  .product-call-to-action {
    padding: 40px 40px 80px;
  }
  .product-call-to-action ul li {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    float: left;
    padding-top: 50%;
  }
  .product-call-to-action .item {
    padding: 12px 15px;
  }
}
@media screen and (min-width: 56.25em) {
  .product-call-to-action ul li {
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
    float: left;
    padding-top: 50%;
    margin-bottom: 20px;
  }
  .product-call-to-action ul li a {
    top: 20px;
    right: 20px;
    left: 20px;
  }
  .product-call-to-action .item-hover {
    padding: 0.625em 0.9375em;
  }
  .product-call-to-action .item-hover-button {
    font-size: 0.8125em;
  }
}
div.product-call-to-action-with-image {
  padding: 0;
  max-width: none;
}
@media screen and (min-width: 1120px) {
  div.product-call-to-action-with-image {
    background-position: center right !important;
    background-repeat: no-repeat !important;
  }
}
@media screen and (max-width: 1119px) {
  div.product-call-to-action-with-image {
    background-image: none !important;
  }
}
div.product-call-to-action-with-image .product-panel-title {
  padding-top: 40px;
}
@media screen and (min-width: 1120px) {
  div.product-call-to-action-with-image .product-panel-title {
    padding-right: 300px;
  }
}
@media screen and (max-width: 1119px) {
  div.product-call-to-action-with-image .item {
    padding: 12px 20px !important;
  }
}
div.product-call-to-action-with-image .actions-container {
  padding: 0;
  margin: 0;
  max-width: none;
}
@media screen and (min-width: 1120px) {
  div.product-call-to-action-with-image .actions-container {
    width: calc(100% - 340px);
    overflow: hidden;
  }
}
div.product-call-to-action-with-image .actions-container ul {
  font-size: 0;
  line-height: 0;
}
div.product-call-to-action-with-image .actions-container ul li {
  position: static;
  line-height: initial;
  font-size: initial;
  float: none;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  width: 50%;
  height: 50%;
}
div.product-call-to-action-with-image .actions-container ul li .item-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  top: 0;
}
@media screen and (min-width: 1120px) {
  div.product-call-to-action-with-image .actions-container ul li {
    width: 25%;
    height: 25%;
  }
}
div.product-call-to-action-with-image .actions-container ul li .item-hover {
  padding-left: 20px;
  padding-right: 20px;
}
div.product-call-to-action-with-image .actions-container ul li a {
  position: static;
}
div.product-call-to-action-with-image .actions-container ul li.has-detail-box {
  cursor: pointer;
  transition: 0.25s padding-bottom ease;
  padding-bottom: 0%;
}
div.product-call-to-action-with-image .actions-container ul li.has-detail-box .og-expander {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 0px;
  text-align: left;
  height: 0;
  overflow: hidden;
  transition: 0.25s height ease;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #FFD200;
}
div.product-call-to-action-with-image .actions-container ul li.has-detail-box .og-expander .copy-content {
  opacity: 0;
  transition: 1s opacity ease;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 0;
}
div.product-call-to-action-with-image .actions-container ul li.has-detail-box .og-expander .copy-content h3 {
  font-size: 1.66667em;
  line-height: 1.16667em;
  font-weight: normal;
  font-family: "ITCFranklinGothicStd-Demi", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
div.product-call-to-action-with-image .actions-container ul li.has-detail-box .og-expander .copy-content .occupation {
  margin-bottom: 1em;
}
div.product-call-to-action-with-image .actions-container ul li.has-detail-box .og-expander .copy-content a {
  border-bottom: 1px solid;
}
div.product-call-to-action-with-image .actions-container ul li.has-detail-box .og-expander .og-expander-inner {
  height: 100%;
  cursor: initial;
  font-size: 0.875em;
}
@media screen and (min-width: 37.5em) {
  div.product-call-to-action-with-image .actions-container ul li.has-detail-box .og-expander .og-expander-inner {
    font-size: 1em;
  }
}
@media screen and (min-width: 50em) {
  div.product-call-to-action-with-image .actions-container ul li.has-detail-box .og-expander .og-expander-inner {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 1120px) {
  div.product-call-to-action-with-image .actions-container ul li.has-detail-box .og-expander {
    width: calc(100% - 340px);
  }
}
div.product-call-to-action-with-image .actions-container ul li.has-detail-box.og-expand {
  padding-bottom: 400px;
}
div.product-call-to-action-with-image .actions-container ul li.has-detail-box.og-expand > .item-wrapper::after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ffd200;
  border-width: 15px;
  left: 50%;
  margin: -30px 0 0 -15px;
}
div.product-call-to-action-with-image .actions-container ul li.has-detail-box.og-expand .og-expander {
  height: 402px;
}
div.product-call-to-action-with-image .actions-container ul li.has-detail-box.og-expand .og-expander .copy-content {
  opacity: 1;
}
@media screen and (min-width: 37.5em) {
  div.product-call-to-action-with-image .actions-container ul li.has-detail-box.og-expand {
    padding-bottom: 450px;
  }
  div.product-call-to-action-with-image .actions-container ul li.has-detail-box.og-expand .og-expander {
    height: 452px;
  }
}
@media screen and (min-width: 50em) {
  div.product-call-to-action-with-image .actions-container ul li.has-detail-box.og-expand {
    padding-bottom: 490px;
  }
  div.product-call-to-action-with-image .actions-container ul li.has-detail-box.og-expand .og-expander {
    height: 490px;
  }
}
div.product-call-to-action-with-image ul li.hide {
  opacity: 0;
  display: none;
  animation-duration: 500ms;
  animation-delay: 1400ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
div.product-call-to-action-with-image ul li:not(.hide) + li.hide {
  animation-delay: 100ms;
}
div.product-call-to-action-with-image ul li:not(.hide) + li.hide + li.hide {
  animation-delay: 200ms;
}
div.product-call-to-action-with-image ul li:not(.hide) + li.hide + li.hide + li.hide {
  animation-delay: 300ms;
}
div.product-call-to-action-with-image ul li:not(.hide) + li.hide + li.hide + li.hide + li.hide {
  animation-delay: 400ms;
}
div.product-call-to-action-with-image ul li:not(.hide) + li.hide + li.hide + li.hide + li.hide + li.hide {
  animation-delay: 500ms;
}
div.product-call-to-action-with-image ul li:not(.hide) + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide {
  animation-delay: 600ms;
}
div.product-call-to-action-with-image ul li:not(.hide) + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide {
  animation-delay: 700ms;
}
div.product-call-to-action-with-image ul li:not(.hide) + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide {
  animation-delay: 800ms;
}
div.product-call-to-action-with-image ul li:not(.hide) + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide {
  animation-delay: 900ms;
}
div.product-call-to-action-with-image ul li:not(.hide) + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide {
  animation-delay: 1000ms;
}
div.product-call-to-action-with-image ul li:not(.hide) + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide {
  animation-delay: 1100ms;
}
div.product-call-to-action-with-image ul li:not(.hide) + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide {
  animation-delay: 1200ms;
}
div.product-call-to-action-with-image ul li:not(.hide) + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide + li.hide {
  animation-delay: 1300ms;
}
div.product-call-to-action-with-image ul .items-show-more {
  cursor: pointer;
}
div.product-call-to-action-with-image ul .items-show-more .item {
  background: #636363;
}
div.product-call-to-action-with-image ul .items-show-more .item .item-title {
  color: #FFF;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  font-size: 1.66667em;
  line-height: 1.2em;
  width: calc(100% - 40px);
  text-align: center;
  margin-top: -1.2em;
}
div.product-call-to-action-with-image ul.show-all li.hide {
  display: inline-block;
  animation-name: fadeIn;
}
div.product-call-to-action-with-image ul.show-all .items-show-more {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.has-subnavigation div.product-call-to-action:not(.product-call-to-action-with-image) .actions-container {
  width: 100%;
  padding: 0;
  max-width: 880px;
}

.product-call-to-action.product-call-to-action-six ul li a {
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (min-width: 56.25em) {
  .product-call-to-action.product-call-to-action-six ul li a {
    top: 10px;
    right: 10px;
    left: 10px;
  }
}
@media screen and (min-width: 50em) {
  .product-call-to-action.product-call-to-action-six ul li {
    width: 20%;
    padding-top: 20%;
  }
  .product-call-to-action.product-call-to-action-six ul li .item {
    padding: 12px 15px;
  }
}
@media screen and (min-width: 82.5em) {
  .product-call-to-action.product-call-to-action-six ul li {
    width: 16.666666666%;
    padding-top: 16.666666666%;
  }
}

.tagsort-tags-container {
  margin: 40px 0;
}

.tagsort-tags-container > span {
  display: none;
}

.tagsort-tags-container span {
  background: #ffd200;
  color: #1b1b1b;
  font-size: 12px;
  line-height: 10px;
  padding: 5px 30px 5px 9px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: none;
}
.tagsort-tags-container span:after {
  content: '\E03F';
  font-family: 'dandad-icons';
  position: absolute;
  margin-left: 13px;
  margin-top: 2px;
}

.tagsort-tags-container span.tagsort-active {
  display: inline-block;
}

.item-to-filter {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.tabbed-panel.tabbed-filter {
  padding: 0;
}
.tabbed-panel.tabbed-filter .multi-tabs-menu {
  -webkit-transition: height .3s ease-in-out;
  -moz-transition: height .3s ease-in-out;
  -o-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
  height: auto;
  margin-bottom: 0;
}
.tabbed-panel.tabbed-filter .multi-tabs-menu ul {
  width: 100%;
  margin: 0;
}
.tabbed-panel.tabbed-filter .multi-tabs-menu ul li.on a {
  background-color: transparent;
}
@media only screen and (min-width: 50em) {
  .tabbed-panel.tabbed-filter .multi-tabs-menu {
    height: 69px;
    border-top: 1px solid black;
  }
}
.tabbed-panel.tabbed-filter .multi-tabs-menu.open {
  height: auto;
}
.tabbed-panel.tabbed-filter .multi-tabs-menu.open .tab.on {
  background-color: #1c1c1c;
}
@media only screen and (min-width: 50em) {
  .tabbed-panel.tabbed-filter .multi-tabs-menu.open {
    height: 320px;
  }
}
.tabbed-panel.tabbed-filter .multi-tabs-menu .tab {
  position: static;
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  text-align: left;
  border-top: 1px solid black;
  padding: 0;
}
@media only screen and (min-width: 50em) {
  .tabbed-panel.tabbed-filter .multi-tabs-menu .tab {
    width: 250px;
    border-top: none;
  }
}
.tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-link {
  position: static;
  padding: 20px;
  width: 100%;
  display: block;
}
.tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-link span:after {
  font-family: 'dandad-icons';
  content: '\E05F';
  position: absolute;
  margin-left: 4px;
  margin-top: 2px;
  font-weight: bold;
}
.tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-link:hover {
  color: #ffd200;
}
.tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-link.active {
  color: #ffd200;
}
@media only screen and (min-width: 50em) {
  .tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-link {
    width: 250px;
  }
}
.tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-content {
  overflow: hidden;
  width: 100%;
  background-color: #1c1c1c;
  height: 0;
  max-height: 0px;
}
.tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-content.open {
  padding-top: 10px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 50em) {
  .tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-content.open {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
.tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-content a {
  width: 100%;
  display: block;
  padding: 10px 20px;
}
.tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-content a.active {
  color: #ffd200;
}
@media only screen and (min-width: 50em) {
  .tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-content {
    position: absolute;
    left: 0;
    height: 0px;
    display: block;
    padding-top: 70px;
  }
}
.tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-content.open {
  height: auto;
  max-height: 1000px;
}
@media only screen and (min-width: 50em) {
  .tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-content.open {
    height: 290px;
  }
}
@media only screen and (min-width: 50em) {
  .tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-content {
    height: 290px;
    max-height: none;
  }
}
@media only screen and (min-width: 50em) {
  .tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-content.actions-filter .tab-content-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    padding-bottom: 60px;
    align-content: flex-start;
  }
}
.tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-content.actions-filter .tab-content-wrapper a {
  position: static;
}
@media only screen and (min-width: 50em) {
  .tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-content.actions-filter .tab-content-wrapper a {
    display: inline-block;
    max-width: 520px;
    width: 33.33333%;
  }
}

.tagsort-tags-container {
  display: none;
  -webkit-transition: height .3s ease-in-out;
  -moz-transition: height .3s ease-in-out;
  -o-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
}
@media only screen and (min-width: 50em) {
  .tagsort-tags-container {
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
  }
  .tagsort-tags-container.active {
    height: auto;
  }
  .tagsort-tags-container.active.open {
    padding: 0px 0px 20px 10px;
  }
}
.tagsort-tags-container span {
  transform: translateY(10px);
}

div.product-call-to-action-full-width.text-black .tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-content,
div.product-call-to-action-full-width.text-black .tagsort-tags-container span {
  background-color: #000;
  color: #fff;
}
div.product-call-to-action-full-width.text-black .tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-link {
  color: #333;
}
div.product-call-to-action-full-width.text-black .multi-tabs-menu ul li.on a,
div.product-call-to-action-full-width.text-black .tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-content a.active {
  color: #fff;
}
div.product-call-to-action-full-width.text-black .tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-content a.active {
  font-weight: bold;
}
div.product-call-to-action-full-width.text-black .tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-link.active,
div.product-call-to-action-full-width.text-black .actions-container ul li.has-detail-box .og-expander,
div.product-call-to-action-full-width.text-black .actions-container li.has-detail-box:hover .item-occupation,
div.product-call-to-action-full-width.text-black .actions-container li.has-detail-box.og-expand .item-occupation {
  background-color: #000;
  color: #fff;
}
div.product-call-to-action-full-width.text-black .actions-container .item .item-occupation,
div.product-call-to-action-full-width.text-black .tagsort-tags-container.active {
  background-color: #fff;
}
div.product-call-to-action-full-width.text-black .product-copy .copy-content p,
div.product-call-to-action-full-width.text-black .product-copy .copy-content a.read-more {
  color: #fff;
}

div.product-call-to-action-full-width.text-white .tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-content,
div.product-call-to-action-full-width.text-white .tagsort-tags-container span {
  background-color: #fff;
  color: #333;
}
div.product-call-to-action-full-width.text-white .tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-link {
  color: #fff;
}
div.product-call-to-action-full-width.text-white .multi-tabs-menu ul li.on a,
div.product-call-to-action-full-width.text-white .tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-content a.active {
  color: #333;
}
div.product-call-to-action-full-width.text-white .tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-content a.active {
  font-weight: bold;
}
div.product-call-to-action-full-width.text-white .tabbed-panel.tabbed-filter .multi-tabs-menu .tab .tab-link.active,
div.product-call-to-action-full-width.text-white .actions-container ul li.has-detail-box .og-expander,
div.product-call-to-action-full-width.text-white .actions-container li.has-detail-box:hover .item-occupation,
div.product-call-to-action-full-width.text-white .actions-container li.has-detail-box.og-expand .item-occupation {
  background-color: #fff;
  color: #333;
}
div.product-call-to-action-full-width.text-white .actions-container .item .item-occupation,
div.product-call-to-action-full-width.text-white .tagsort-tags-container.active {
  background-color: #000;
  color: #fff;
}
div.product-call-to-action-full-width.text-white .product-copy .copy-content p,
div.product-call-to-action-full-width.text-white .product-copy .copy-content a.read-more {
  color: #333;
}

div.product-call-to-action-full-width .tabbed-panel.tabbed-filter .multi-tabs-menu {
  border-top: 0;
}
@media only screen and (min-width: 50em) {
  div.product-call-to-action-full-width .tabbed-panel.tabbed-filter .multi-tabs-menu {
    height: 63px;
  }
}
@media only screen and (min-width: 50em) {
  div.product-call-to-action-full-width .tabbed-panel.tabbed-filter .multi-tabs-menu.open {
    height: 320px;
  }
}
@media only screen and (min-width: 50em) {
  div.product-call-to-action-full-width .tagsort-tags-container.active {
    margin-top: 33px;
  }
}

div.product-call-to-action-full-width .actions-container {
  background-color: #333;
  position: relative;
}

div.product-call-to-action-full-width .actions-container .item {
  display: flex;
  align-items: center;
}
div.product-call-to-action-full-width .actions-container .item .item-title {
  display: none;
}
div.product-call-to-action-full-width .actions-container .item .item-occupation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #333;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  padding: 17px 27px;
}
@media (min-width: 1024px) {
  div.product-call-to-action-full-width .actions-container .item .item-occupation {
    font-size: 18px;
    padding: 18px 28px;
  }
}
div.product-call-to-action-full-width .actions-container .item.item-hover-bg {
  display: none;
}
div.product-call-to-action-full-width .actions-container .product-copy .copy-content {
  max-width: 1024px;
}
@media screen and (min-width: 1400px) {
  div.product-call-to-action-full-width .actions-container .product-copy .copy-content {
    padding-right: 10%;
  }
}
div.product-call-to-action-full-width .actions-container .product-copy .copy-content a.read-more {
  line-height: 1.31;
  font-size: 16px;
  text-decoration: none;
  border-bottom: none;
}
div.product-call-to-action-full-width .actions-container li.has-detail-box:hover .item-title, div.product-call-to-action-full-width .actions-container li.has-detail-box.og-expand .item-title {
  font-variation-settings: "wdth" 40;
}
div.product-call-to-action-full-width .actions-container li.has-detail-box:hover .item-occupation, div.product-call-to-action-full-width .actions-container li.has-detail-box.og-expand .item-occupation {
  background: #ffd200;
  color: #1b1b1b;
}
div.product-call-to-action-full-width .actions-container .og-expander {
  padding: 0 17px;
}
div.product-call-to-action-full-width .actions-container a.is-hover:hover .item-hover-bg,
div.product-call-to-action-full-width .actions-container a.is-hover:focus .item-hover-bg {
  display: flex;
}

div.product-call-to-action-full-width .actions-container ul li.has-detail-box.og-expand > .item-wrapper::after {
  display: none;
}

div.product-call-to-action-full-width .actions-container ul li {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 37.5em) {
  div.product-call-to-action-full-width .actions-container ul li {
    width: 50%;
    height: 50%;
  }
}
@media screen and (min-width: 1400px) {
  div.product-call-to-action-full-width .actions-container ul li {
    width: 25%;
    height: 25%;
  }
}

@media screen and (min-width: 1120px) {
  div.product-call-to-action-full-width .actions-container,
  div.product-call-to-action-full-width .actions-container ul li.has-detail-box .og-expander {
    width: 100%;
  }
}

div.product-call-to-action-full-width .actions-container ul li.has-detail-box.og-expand .og-expander {
  height: 400px;
}
@media screen and (min-width: 1400px) {
  div.product-call-to-action-full-width .actions-container ul li.has-detail-box.og-expand .og-expander {
    height: 600px;
  }
}

div.product-call-to-action-full-width .actions-container ul li.has-detail-box.og-expand {
  padding-bottom: 400px;
}
@media screen and (min-width: 1400px) {
  div.product-call-to-action-full-width .actions-container ul li.has-detail-box.og-expand {
    padding-bottom: 600px;
  }
}

.call-to-action {
  max-width: 860px;
  font-size: 1.42857em;
  line-height: 1.25em;
  position: relative;
  height: 200px;
  margin-bottom: 20px;
}
.call-to-action a {
  text-decoration: none;
}
.call-to-action > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.call-to-action.text-black {
  color: #000;
}
.call-to-action.text-black a {
  color: #000;
}
.call-to-action.text-black a:hover {
  color: #000;
}
.call-to-action.text-white {
  color: #fff;
}
.call-to-action.text-white a {
  color: #fff;
}
.call-to-action.text-white a:hover {
  color: #fff;
}
.call-to-action .cta-content {
  max-width: 240px;
  height: 160px;
  position: relative;
}
.call-to-action .custom-icon:before {
  content: attr(data-icon);
  speak: none;
  position: absolute;
  bottom: -4px;
  left: 0;
  font-size: 36px;
  line-height: 30px;
}

@media screen and (min-width: 37.5em) {
  .call-to-action {
    font-size: 1.25em;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 41.25em) {
  .call-to-action > a {
    padding-left: 280px;
  }
}
@media screen and (min-width: 50em) {
  .call-to-action {
    font-size: 1.11111em;
    line-height: 1.25em;
    margin-bottom: 36px;
  }
}
.product-copy {
  text-align: center;
  padding: 30px;
  background-repeat: no-repeat;
}
.product-copy.text-black {
  color: #000;
}
.product-copy.text-black a {
  color: #000;
}
.product-copy.text-black a:hover {
  color: #000;
}
.product-copy.text-white {
  color: #fff;
}
.product-copy.text-white a {
  color: #fff;
}
.product-copy.text-white a:hover {
  color: #fff;
}
.product-copy .product-panel-title {
  margin-bottom: 40px;
}
.product-copy .copy-content {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 30px;
  line-height: 1.28571em;
}

@media screen and (min-width: 28.75em) {
  .product-copy {
    padding: 40px;
  }
  .product-copy .d-head {
    margin-bottom: 60px;
  }
  .product-copy .content-copy {
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 37.5em) {
  .product-copy .content-copy {
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 50em) {
  .product-copy .d-head {
    font-size: 1.25em;
    line-height: 1.2em;
  }
  .product-copy .content-copy {
    font-size: 0.88889em;
    line-height: 1.25em;
  }
}
.credit-block {
  margin-bottom: 20px;
}
.credit-block ul.credit-list {
  border-top: 1px solid #eeeeee;
  margin-bottom: 36px;
}
.credit-block ul.credit-list li {
  padding-left: 15px;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
  height: 50px;
  position: relative;
  font-size: 0.88889em;
  line-height: 3.125em;
}
.credit-block ul.credit-list li:before {
  display: none;
}
.credit-block ul.credit-list a {
  display: block;
  padding-left: 15px;
  margin-left: -15px;
  color: #000;
  height: 50px;
  -moz-transition: color 0.2s ease, border 0.2s ease;
  -o-transition: color 0.2s ease, border 0.2s ease;
  -webkit-transition: color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, border 0.2s ease;
  text-decoration: none;
  line-height: 50px;
}
.credit-block ul.credit-list a:hover {
  color: #fff;
  background: #000;
}
.credit-block ul.credit-list .custom-icon:before {
  content: attr(data-icon);
  speak: none;
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 25px;
  line-height: 54px;
}

@media screen and (min-width: 37.5em) {
  .credit-block {
    margin-bottom: 40px;
  }
}
li.home-search-items {
  width: 100%;
}

.links-box-container {
  position: relative;
  overflow: hidden;
  height: auto;
}

.links-box {
  overflow: hidden;
}
.links-box.text-black {
  color: #000;
}
.links-box.text-black a {
  color: #000;
}
.links-box.text-black a:hover {
  background: #000;
  color: #fff;
}
.links-box.text-white {
  color: #fff;
}
.links-box.text-white a {
  color: #fff;
}
.links-box.text-white a:hover {
  color: #000;
  background:   #fff;
}
.links-box.background-black {
  background-color: #000;
}
.links-box.background-black a {
  color: #cccccc;
}
.links-box.background-black a:hover {
  color: #000;
  background:   #fff;
}
.links-box.background-white {
  background-color: #fff;
}
.links-box.background-white a:hover {
  color: #fff;
  background:   #000;
}
.links-box.background-archive {
  background-color: #ffd200;
}
.links-box.background-events {
  background-color: #2f63cf;
}
.links-box.background-stories {
  background-color: #f65b49;
}
.links-box.background-social {
  background-color: #f65b49;
}
.links-box.background-content {
  background-color: #3fdb70;
}
.links-box.background-members {
  background-color: #3fdb70;
}
.links-box h3.e-head {
  font-size: 1.14286em;
  line-height: 2.8125em;
  padding: 0 15px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
}
.links-box ul {
  font-size: 1em;
  line-height: 1.28571em;
}
.links-box ul li {
  list-style: none;
}
.links-box a {
  padding-left: 40px;
  text-decoration: none;
  display: block;
  line-height: 45px;
  height: 45px;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.links-box a:hover {
  background: #fff;
  color: #000;
}
.links-box a:before {
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 12px;
  text-align: center;
}

@media screen and (min-width: 41.25em) {
  .links-box-container {
    height: 0;
    padding-top: 150%;
  }

  .links-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  li.home-search-items {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333%;
    float: left;
  }

  .links-box h3.e-head {
    font-size: 1em;
    line-height: 2.8125em;
    line-height: 0;
    height: 20%;
    display: inline-block;
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .links-box ul {
    font-size: 0.85714em;
    line-height: 1.5em;
  }
  .links-box a {
    line-height: 0;
    height: 20%;
    display: inline-block;
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 20px;
  }
  .links-box a:before {
    line-height: 37px;
    left: 7px;
  }
  .links-box ul li:last-child a {
    border-bottom: 0;
  }
}
@media screen and (min-width: 56.25em) {
  li.home-search-items {
    padding: 0 20px;
  }

  .links-box-container {
    padding-top: 153.84615%;
  }
}
@media screen and (min-width: 59.375em) {
  .links-box h3.e-head {
    font-size: 1em;
    line-height: 3.33333em;
    line-height: 66.666px;
    padding-top: 0;
    padding-bottom: 0;
    height: 66.666px;
    display: block;
  }
  .links-box a {
    line-height: 66.666px;
    height: 66.666px;
    padding-left: 60px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }
  .links-box a:before {
    top: 5px;
    left: 20px;
    font-size: 24px;
    line-height: 54px;
  }
}
/**
*
* The main ranking panel styles
*
* IMPORTANT NOTES:
* This table is styled to be similar to the Juries Listing.
* On mobile, the image sizes, type, and border colors *must* be the same as the juries table.
* If you have to change any styles here, you may have to change the same styles on the jury listing as well.
*
**/
body.product .ranking-panel-wrapper {
  background-repeat: no-repeat;
}
body.product .ranking-panel-container {
  margin: 0px auto;
  padding: 75px 30px 75px;
}
body.product .ranking-panel-container .plugin-title {
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 1.42857em;
  line-height: 1.25em;
}

.ranking-panel-container .plugin-title {
  margin-bottom: 35px;
}

.ranking-panel {
  display: block;
  margin-bottom: 100px;
  font-size: 0.85714em;
  line-height: 1.66667em;
}
.ranking-panel thead {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.ranking-panel tbody,
.ranking-panel tr {
  display: block;
}
.ranking-panel tbody tr:not(.no-link):hover {
  cursor: pointer;
}
.ranking-panel tr {
  position: relative;
  padding-right: 50px;
}
.ranking-panel th.header {
  color: #919191;
}
.ranking-panel th.header:after {
  font-size: 14px;
  margin-left: 10px;
}
.ranking-panel th.header.active {
  color: #000;
}
.ranking-panel th,
.ranking-panel td {
  list-style: none;
  display: list-item;
}
.ranking-panel .ranking-panel-row:not(.no-link) td:last-of-type:before {
  width: 50px;
  font-size: 25px;
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ranking-panel.ranking-panel--generic .ranking-panel-row {
  padding: 10px 50px 10px 80px;
  min-height: 110px;
}
.ranking-panel.ranking-panel--generic td.rank-number {
  width: 30px;
  float: left;
  margin-left: -80px;
  font-family: "ITCFranklinGothicStd-Demi", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: center;
}
.ranking-panel.ranking-panel--generic td.rank-image {
  width: 50px;
  float: left;
  margin-left: -50px;
  position: relative;
}
.ranking-panel.ranking-panel--generic td.rank-image img {
  width: 30px;
  height: auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
}

@media screen and (min-width: 28.75em) {
  body.product .ranking-panel-container {
    max-width: 940px;
    padding: 75px 40px 75px;
  }

  .ranking-panel {
    font-size: 12px;
  }
}
@media screen and (min-width: 37.5em) {
  .ranking-panel {
    width: 100%;
    display: table;
    table-layout: fixed;
    font-size: 14px;
    line-height: 18px;
  }
  .ranking-panel thead {
    position: relative;
    top: auto;
    left: auto;
  }
  .ranking-panel tbody {
    display: table-row-group;
  }
  .ranking-panel tr {
    position: static;
    padding: initial;
    display: table-row;
  }
  .ranking-panel tr:first-of-type {
    border-top: 0;
  }
  .ranking-panel .ranking-panel-row {
    padding: initial;
    min-height: 70px;
    height: auto;
  }
  .ranking-panel .ranking-panel-row td {
    position: relative;
  }
  .ranking-panel .ranking-panel-row td:last-of-type {
    padding-right: 50px;
  }
  .ranking-panel .ranking-panel-row td:last-of-type:before {
    line-height: 70px;
  }
  .ranking-panel th {
    vertical-align: bottom;
    padding-bottom: 20px;
    font-family: "ITCFranklinGothicStd-Demi", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
  }
  .ranking-panel th.header {
    color: #919191;
  }
  .ranking-panel th.header:hover {
    color: #000;
    cursor: pointer;
  }
  .ranking-panel th,
  .ranking-panel td {
    height: 90px;
    display: table-cell;
  }
  .ranking-panel th {
    text-align: left;
  }
  .ranking-panel td {
    float: none;
    padding-right: 10px;
  }
  .ranking-panel.ranking-panel--generic .ranking-panel-row {
    min-height: 70px;
    height: auto;
  }
  .ranking-panel.ranking-panel--generic th {
    width: 20%;
  }
  .ranking-panel.ranking-panel--generic th:first-of-type {
    width: 130px !important;
  }
  .ranking-panel.ranking-panel--generic td.rank-number, .ranking-panel.ranking-panel--generic td.rank-image {
    float: none;
    margin: 0;
    height: auto;
    padding: initial;
    line-height: normal;
  }
  .ranking-panel.ranking-panel--generic td.rank-number {
    width: 60px;
    text-align: center;
    padding-right: 0;
    font-size: 14px;
  }
  .ranking-panel.ranking-panel--generic td.rank-image {
    width: 60px;
    position: static;
    padding: 10px;
  }
  .ranking-panel.ranking-panel--generic td.rank-image img {
    width: 40px;
    position: static;
    top: auto;
    left: auto;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 37.5em) {
  body.product .ranking-panel-container .plugin-title {
    font-size: 1.25em;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 50em) {
  body.product .ranking-panel-container .plugin-title {
    font-size: 1.38889em;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 56.25em) {
  body.product .ranking-panel-container {
    max-width: 1020px;
    padding: 75px 80px 75px;
  }
}
.awards-ranking-container .plugin-title {
  margin-bottom: 70px;
}

.ranking {
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
  min-height: 40px;
  font-size: 0.85714em;
  line-height: 40px;
  position: relative;
}
.ranking li {
  padding: 0;
  margin: 0;
}
.ranking li:before {
  content: none;
}
.ranking .ranking-number,
.ranking .ranking-points {
  float: left;
}
.ranking .ranking-number {
  width: 100px;
  display: block;
  border-right: 1px solid #ededed;
  font-family: "ITCFranklinGothicStd-Demi", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
}
.ranking .ranking-number.has-pencil {
  text-align: left;
}
.ranking .ranking-number span {
  margin-left: 20px;
  margin-right: 15px;
  padding: 0 0 0 11px;
  background-repeat: no-repeat;
  background-position: 0 1px;
  background-size: 10px 15px;
  display: inline;
}
.ranking .ranking-number span.most-awarded-level {
  height: 20px;
}
.ranking .ranking-number span.gold-pencil {
  background-image: url(../svg/most_awarded_gold_pencil.svg);
}
.ranking .ranking-number span.silver-pencil {
  background-image: url(../svg/most_awarded_silver_pencil.svg);
}
.ranking .ranking-number span.bronze-pencil {
  background-image: url(../svg/most_awarded_bronze_pencil.svg);
}
.ranking .ranking-points {
  margin-left: 10px;
  font-size: 14px;
  display: inline-block;
  min-height: 40px;
}
.ranking .awards-list {
  border-top: 1px solid #ededed;
  padding-left: 10px;
  margin-bottom: 0;
  border-bottom: 0;
}

.awards-list {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  line-height: 40px;
  margin-bottom: 40px;
}
.awards-list li {
  display: inline-block;
  margin-right: 15px;
  padding: 0 0 0 18px;
  background-repeat: no-repeat;
  background-position: 0 11px;
  background-size: 10px 15px;
  float: left;
}
.awards-list li:before {
  content: none;
}
.awards-list li.yellow-pencil {
  background-image: url(../svg/award_yellow_pencil.svg);
}
.awards-list li.black-pencil {
  background-image: url(../svg/award_black_pencil.svg);
}
.awards-list li.collaborative-pencil {
  background-image: url(../svg/award_collaborative_pencil.svg);
}
.awards-list li.white-pencil {
  background-image: url(../svg/award_white_pencil.svg);
}
.awards-list li.in-book {
  background-image: url(../svg/award_inbook.svg);
}
.awards-list li.nomination {
  background-image: url(../svg/award_nomination_slice.svg);
}
.awards-list li.graphite-pencil {
  background-image: url(../svg/award_graphite_pencil.svg);
}
.awards-list li.shortlist {
  background-image: url(../svg/shortlist.svg);
}
.awards-list li.wooden-pencil, .awards-list li.wood-pencil {
  background-image: url(../svg/award_wooden_pencil.svg);
}
.awards-list li.future-impact-pencil {
  background-image: url(../svg/award_future_impact_pencil.svg);
}

.ranking-table--awards {
  margin-top: 20px;
}
.ranking-table--awards .ranking-panel-row {
  position: relative;
  padding: 10px 50px 10px 50px;
}
.ranking-table--awards .project-thumbnail img {
  width: 30px;
  height: auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
}
.ranking-table--awards span.icon {
  background-size: 10px 14px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 0;
  padding-top: 30px;
  display: inline-block;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ranking-table--awards span.icon.gold-pencil {
  background-image: url(../svg/most_awarded_gold_pencil.svg);
}
.ranking-table--awards span.icon.silver-pencil {
  background-image: url(../svg/most_awarded_gold_pencil.svg);
}
.ranking-table--awards span.icon.bronze-pencil {
  background-image: url(../svg/most_awarded_gold_pencil.svg);
}
.ranking-table--awards span.icon.yellow-pencil {
  background-image: url(../svg/award_yellow_pencil.svg);
}
.ranking-table--awards span.icon.black-pencil {
  background-image: url(../svg/award_black_pencil.svg);
}
.ranking-table--awards span.icon.white-pencil {
  background-image: url(../svg/award_white_pencil.svg);
}
.ranking-table--awards span.icon.in-book {
  background-image: url(../svg/award_inbook.svg);
}
.ranking-table--awards span.icon.nomination {
  background-image: url(../svg/award_nomination_slice.svg);
}
.ranking-table--awards span.icon.graphite-pencil {
  background-image: url(../svg/award_graphite_pencil.svg);
}
.ranking-table--awards span.icon.shortlist {
  background-image: url(../svg/shortlist.svg);
}
.ranking-table--awards span.icon.next-pencil, .ranking-table--awards span.icon.wooden-pencil, .ranking-table--awards span.icon.wood-pencil {
  background-image: url(../svg/award_wooden_pencil.svg);
}

@media screen and (min-width: 28.75em) {
  .ranking {
    padding-left: 80px;
  }
  .ranking .ranking-number {
    width: 80px;
    font-size: 25px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 80px;
  }
  .ranking .ranking-number.has-pencil {
    line-height: 40px;
    text-align: center;
  }
  .ranking .ranking-number span {
    display: block;
    margin: 10px 0 9px;
    background-position: center 5px;
  }
}
@media screen and (min-width: 37.5em) {
  .ranking-table--awards {
    margin-top: 0;
  }
  .ranking-table--awards th.header {
    height: 60px;
  }
  .ranking-table--awards .ranking-panel-row {
    position: relative;
    padding: initial;
  }
  .ranking-table--awards .project-thumbnail {
    position: relative;
    padding-left: 70px;
  }
  .ranking-table--awards .project-thumbnail img {
    width: 40px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ranking-table--awards span.icon {
    background-size: 16px 25px;
    width: 40px;
    height: 0;
    padding-top: 40px;
    margin-left: 0;
    display: block;
    background-position-y: 6px;
  }
}
@media screen and (min-width: 41.25em) {
  .ranking {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border-right: 0;
    padding-left: 115px;
  }
  .ranking .ranking-number {
    width: 115px;
    line-height: 60px;
  }
  .ranking .ranking-number.has-pencil {
    text-align: left;
    line-height: 60px;
  }
  .ranking .ranking-number span {
    margin-left: 20px;
    margin-right: 15px;
    padding: 0 0 0 11px;
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 10px 15px;
    display: inline;
  }
  .ranking .ranking-number span.most-awarded-level {
    height: 40px;
  }
  .ranking .ranking-number span.gold-pencil {
    background-image: url(../svg/most_awarded_gold_pencil.svg);
  }
  .ranking .ranking-number span.silver-pencil {
    background-image: url(../svg/most_awarded_silver_pencil.svg);
  }
  .ranking .ranking-points {
    width: 50px;
    margin-top: 14px;
    margin-bottom: 14px;
    margin-left: 20px;
    line-height: 15px;
  }
  .ranking .awards-list {
    float: right;
    margin-right: 35px;
    border-top: 0;
    width: auto;
  }
  .ranking .awards-list li {
    margin: 0 0 0 20px;
    background-position: 0 22px;
    line-height: 60px;
  }
  .ranking .awards-list li.most-awarded-level {
    height: 60px;
  }
}
@media screen and (min-width: 50em) {
  .ranking .ranking-points {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    line-height: inherit;
  }
}
.tabbed-ranking-panel li {
  margin: 0;
  padding: 0;
}
.tabbed-ranking-panel li:before {
  content: none;
}
.tabbed-ranking-panel .tab-selection-dropdown {
  max-width: 500px;
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  margin-top: 10px;
  overflow: hidden;
  -moz-transition: height, 0.3s, ease;
  -o-transition: height, 0.3s, ease;
  -webkit-transition: height, 0.3s, ease;
  transition: height, 0.3s, ease;
}
.tabbed-ranking-panel .tab-selection-dropdown a {
  padding: 0 20px;
  display: block;
  text-decoration: none;
  line-height: 40px;
}
.tabbed-ranking-panel .tabbed-ranking-select {
  position: relative;
}
.tabbed-ranking-panel .tabbed-ranking-select:before {
  position: absolute;
  top: 2px;
  right: 20px;
}
.tabbed-ranking-panel .ranking-table-tabs {
  margin-bottom: 0;
  border-top: 1px solid #cccccc;
}

@media screen and (min-width: 37.5em) {
  .tabbed-ranking-panel .tab-selection-dropdown {
    font-size: 14px;
  }
}
@media screen and (min-width: 50em) {
  .tabbed-ranking-panel .tab-selection-dropdown {
    font-size: 14px;
  }
}
.sidebar .f-head {
  height: 65px;
  margin-bottom: 0;
  line-height: 66px;
  font-family: "ITCFranklinGothicStd-Demi", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.sidebar ul {
  font-size: 1em;
  line-height: 1.28571em;
  border-top: 1px solid #cccccc;
}
.sidebar ul li {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.sidebar a:not(.product-button) {
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
  min-height: 82px;
  text-decoration: none;
  padding-left: 80px;
  position: relative;
  color: #000;
}
.sidebar a:not(.product-button) .custom-icon:before,
.sidebar a:not(.product-button) .award-svg {
  position: absolute;
  top: 18px;
  left: 0;
  width: 80px;
  height: 32px;
}
.sidebar a:not(.product-button) .custom-icon:before {
  content: attr(data-icon);
  speak: none;
  font-size: 34px;
  line-height: 1em;
  display: block;
  text-align: center;
  overflow: hidden;
}
.sidebar a:not(.product-button) .award-svg {
  background-position: center center;
  height: 32px;
}
.sidebar a:not(.product-button):hover {
  background-color: #000;
  color: #fff;
}
.sidebar a:not(.product-button):hover .custom-icon:before {
  color: #fff !important;
}

.multilingual-switcher {
  background: #fff0b3;
  color: #000;
  position: absolute;
  top: 71px;
  left: 30px;
  right: 30px;
  font-size: 14px;
  margin-top: 20px;
  z-index: 1;
}
.multilingual-switcher a {
  color: inherit;
  text-decoration: none;
}
.multilingual-switcher a:hover {
  background: #000;
  color: #fff0b3;
}
.multilingual-switcher .toggler {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 50px;
  position: relative;
}
.multilingual-switcher .toggler:before, .multilingual-switcher .toggler:after {
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 34px;
}
.multilingual-switcher .toggler:before {
  left: 20px;
  font-size: 22px;
}
.multilingual-switcher .toggler:after {
  right: 25px;
  font-size: 20px;
}
.multilingual-switcher .toggler.on {
  background: #000;
  color: #fff0b3;
}
.has-journey-nav .multilingual-switcher {
  top: 112px;
}

.switcher-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.switcher-list a {
  display: block;
  line-height: 30px;
  height: 30px;
  padding-left: 50px;
}
.switcher-list li {
  padding: 0;
  margin: 0;
}
.switcher-list li:before {
  content: none;
}

@media screen and (min-width: 28.75em) {
  .has-journey-nav .multilingual-switcher {
    top: 132px;
  }
}
@media screen and (min-width: 37.5em) {
  .multilingual-switcher {
    width: 250px;
    left: 40px;
    right: auto;
    top: 110px;
  }
  .multilingual-switcher .toggler {
    height: 50px;
    line-height: 50px;
    padding: 0 60px;
  }
  .multilingual-switcher .toggler:before, .multilingual-switcher .toggler:after {
    line-height: 55px;
  }
  .multilingual-switcher .toggler:before {
    font-size: 30px;
  }
  .multilingual-switcher .toggler:after {
    font-size: 20px;
  }
  .has-journey-nav .multilingual-switcher {
    top: 169px;
  }

  .switcher-list a {
    padding-left: 60px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (min-width: 56.25em) {
  .multilingual-switcher {
    left: 80px;
  }
}
@media screen and (min-width: 82.5em) {
  .multilingual-switcher {
    left: 80px;
  }
}
.product-image-grid {
  position: relative;
  padding: 30px 30px 60px;
}
.product-image-grid .b-head {
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.product-image-grid .b-head,
.product-image-grid .description {
  max-width: 1156px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.product-image-grid ul {
  width: 100%;
  margin: 0 auto -20px auto;
  list-style: none;
  overflow: hidden;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.product-image-grid ul li {
  width: 33.33333%;
  line-height: 0;
  margin-bottom: 20px;
  text-align: center;
}
.product-image-grid a {
  display: inline-block;
  text-decoration: none !important;
}
.product-image-grid img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 10px 0;
  width: 137px;
}

@media screen and (min-width: 37.5em) {
  .product-image-grid {
    padding: 80px 80px 160px;
  }
}
@media screen and (min-width: 38.5em) {
  .product-image-grid ul li {
    width: 147px;
    height: 127px;
  }
}
@media screen and (min-width: 32.1875em) {
  .product-image-grid ul {
    max-width: 441px;
  }
}
@media screen and (min-width: 47.6875em) {
  .product-image-grid ul {
    max-width: 588px;
  }
}
@media screen and (min-width: 66.0625em) {
  .product-image-grid ul {
    max-width: 882px;
  }
}
@media screen and (min-width: 84.4375em) {
  .product-image-grid ul {
    max-width: 1176px;
  }
}
.product-image-grid-height_adjusted_small {
  box-sizing: content-box;
  height: auto;
}
.product-image-grid-height_adjusted_small li {
  width: auto;
  height: auto;
  margin-bottom: 0;
}
.product-image-grid-height_adjusted_small li img {
  width: auto;
  margin: 10px 20px;
  height: 65px;
}

.speakers-grid {
  padding: 30px 30px 60px;
  text-align: center;
}
.speakers-grid .speaker-meta {
  position: relative;
}
.speakers-grid .speaker-meta .speaker-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
}
.speakers-grid .speaker-meta:hover .speaker-overlay {
  opacity: 0.5;
  transition: .5s ease;
}
.speakers-grid .speaker-meta .btn-container {
  position: absolute;
  top: 0;
  width: 100%;
}
.speakers-grid .speaker-meta:hover .btn-tile {
  opacity: 1;
}
.speakers-grid .b-head {
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  max-width: 1156px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.speakers-grid .speaker-details {
  line-height: 1;
  font-size: 0.75em;
  margin-bottom: 5px;
}
.speakers-grid .speaker-details.name {
  font-weight: bold;
  font-size: 0.9375em;
  margin-bottom: 10px;
}
.speakers-grid ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.speakers-grid li {
  width: 50%;
  padding: 0 10px 30px 10px;
  position: relative;
}
.speakers-grid img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.speakers-grid.open li {
  display: block;
}

.speaker-profile-link {
  border-radius: 3px;
  border: 1px solid black;
  line-height: 2.5em;
  height: 2.5em;
  color: black;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0 1.25em;
  font-size: 0.75em;
  position: absolute;
  bottom: 30px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.speaker-profile-link:hover {
  background: black;
  color: white;
}

.speakers-grid-toggle {
  text-align: center;
  max-width: 400px;
  margin: 0px auto -30px auto;
  color: #333;
  cursor: pointer;
  width: auto;
  border: 1px solid;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.speakers-grid-toggle.feed-show-more-hover-black:hover {
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
}
.speakers-grid-toggle.feed-show-more-hover-white:hover {
  border-color: #fff !important;
  background: #fff !important;
  color: #000 !important;
}

.speakers-grid-header {
  margin: 0 auto;
  padding-bottom: 20px;
}

@media screen and (min-width: 37.5em) {
  .speakers-grid {
    padding: 80px 80px 90px;
  }
}
@media screen and (min-width: 34.33333em) {
  .speakers-grid ul,
  .speakers-grid-header {
    max-width: 441px;
  }

  .speakers-grid li {
    width: 33.33333%;
  }
}
@media screen and (min-width: 47.6875em) {
  .speakers-grid ul,
  .speakers-grid-header {
    max-width: 588px;
  }

  .speakers-grid li {
    width: 33.33333%;
  }
}
@media screen and (min-width: 66.0625em) {
  .speakers-grid ul,
  .speakers-grid-header {
    max-width: 1176px;
  }

  .speakers-grid li {
    width: 16.66667%;
  }
}
@media screen and (min-width: 84.4375em) {
  .speakers-grid ul,
  .speakers-grid-header {
    max-width: 1176px;
  }

  .speakers-grid li {
    width: 14.28571%;
  }
}
.speakers-grid li.hide {
  display: none;
}

.table-listing-open.speakers-grid li.hide {
  display: block;
}

.tab-content.speakers-grid {
  padding-top: 0px;
}

#shop-products-section,
*[id^='person-section-'] {
  padding: 3em 0;
}
@media (min-width: 600px) {
  #shop-products-section,
  *[id^='person-section-'] {
    padding: 4em 0;
  }
}

.carousel-wrapper {
  position: relative;
}

.slick-navigation {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.product-button.ticket-buy {
  width: 153px;
  cursor: pointer;
  color: #FFF;
  background-color: #000;
  border-color: #000;
}
.product-button.ticket-buy:hover {
  color: #000;
  background-color: #ffd200;
  border-color: #ffd200;
}

.ticket-buy.sold-out {
  margin-bottom: 16px;
}

.tickets-outer {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2em 3em;
}

.tickets-title {
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.38889em;
  line-height: 1.2em;
  margin-bottom: 10px;
  text-align: center;
}

.tickets-subtitle {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.table-listing-new .tickets-subtitle {
  margin-top: -24px;
  margin-bottom: 36px;
}
@media screen and (min-height: 56.25em) and (min-width: 37.5em) {
  .table-listing-new .tickets-subtitle {
    margin-top: -64px;
  }
}

#shop-products-section .tickets-subtitle,
*[id^='person-section-'] .tickets-subtitle {
  margin-top: -24px;
  margin-bottom: 36px;
}
@media screen and (min-width: 37.5em) and (min-height: 56.25em) {
  #shop-products-section .tickets-subtitle,
  *[id^='person-section-'] .tickets-subtitle {
    margin-top: -34px;
    margin-bottom: 36px;
  }
}

.tickets-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 2em;
}
@media (min-width: 1150px) {
  .tickets-inner {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.ticket {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: white;
  position: relative;
  padding-bottom: 3em;
  color: black;
  margin-bottom: 2.5em;
  width: 100%;
}
@media (min-width: 1150px) {
  .ticket {
    width: calc(100% / 6 - .85em);
  }
  .ticket + .ticket {
    margin-left: 1em;
  }
}

@media (min-width: 768px) and (max-width: 1149px) {
  body:not(.content) .tickets-outer:not(.horizontal-panel):not(.carousels) .ticket {
    width: calc(33.33% - .67em);
    margin-left: 0em;
  }
  body:not(.content) .tickets-outer:not(.horizontal-panel):not(.carousels) .ticket:nth-child(3n), body:not(.content) .tickets-outer:not(.horizontal-panel):not(.carousels) .ticket:nth-child(3n-1) {
    margin-left: 1em;
  }
}

.carousels.tickets-outer {
  max-width: 1150px;
  padding: 0em 3em;
}

.carousels .ticket {
  min-height: 380px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  margin-left: 1em;
}
@media (min-width: 600px) {
  .carousels .ticket {
    min-height: 412px;
  }
}
@media (min-width: 768px) {
  .carousels .ticket {
    width: calc(25% - .67em);
    min-height: 400px;
  }
}
.carousels .ticket .ticket-buy {
  left: 0;
  bottom: 0;
  margin-left: 15px;
  margin-bottom: 15px;
}
.carousels .ticket.facilitator {
  min-height: 0;
  padding-bottom: 0;
  width: 260px;
  margin-left: 40px;
}

.ticket-fulldesc {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFD200;
  color: #000;
  z-index: 1;
  font-size: .9em;
  line-height: 1.2;
  padding: .8em .8em .4em .8em;
  display: none;
}
.ticket-fulldesc p {
  margin-bottom: .9em !important;
}
.ticket-fulldesc:hover {
  color: #000;
}
.ticket-fulldesc ul {
  padding-left: 1.7em;
}
@media (min-width: 1150px) {
  .ticket-fulldesc {
    font-size: .85em;
  }
  .ticket-fulldesc p {
    margin-bottom: .85em !important;
  }
}

.ticket-fulldesc:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 210, 0, 0);
  border-top-color: #ffd200;
  border-width: 20px;
  border-top-width: 25px;
  margin-left: 0;
  border-left: 0;
}
@media (min-width: 768px) {
  .ticket-fulldesc:after {
    top: 100%;
    left: 0;
  }
}

.ticket-image {
  width: 100%;
}

.ticket-name {
  padding: 15px 15px 0px 15px;
  min-height: 120px;
  line-height: 1.25em;
  font-size: 1.14286em;
}
.ticket-name p {
  color: #979797;
  font-size: 1rem;
  line-height: 1.25em;
  margin-bottom: 0;
  margin-top: 0;
}

.ticket-price {
  padding: 0 15px 15px 15px;
  font-size: 1rem;
  line-height: 1.25em;
  color: #979797;
}
@media screen and (min-width: 50em) {
  .ticket-price {
    font-size: 0.88889em;
  }
}

.ticket-desc {
  padding: 0 15px 15px;
  color: #666;
  line-height: 1.2;
  font-size: .9em;
  margin-bottom: .5em;
}

.ticket-buy:not(.btn-tile) {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 15px;
  margin-bottom: 15px;
}

.ticket:hover .ticket-readmore,
.ticket-readmore {
  position: absolute;
  font-size: 0.8em;
  padding: 0 1em;
  color: #000;
}
.ticket:hover .ticket-readmore span:before,
.ticket-readmore span:before {
  font-family: 'dandad-icons';
  content: "\E054";
  margin-right: 5px;
  font-size: 1em;
  position: relative;
  top: 1px;
}
.ticket:hover .ticket-readmore .active,
.ticket-readmore .active {
  display: none;
}
.ticket:hover .ticket-readmore:hover + .ticket-fulldesc,
.ticket-readmore:hover + .ticket-fulldesc {
  display: block;
}
@media (max-width: 767px) {
  .ticket:hover .ticket-readmore:hover + .ticket-fulldesc,
  .ticket-readmore:hover + .ticket-fulldesc {
    font-size: 1em;
    padding: 1.5em;
  }
  .ticket:hover .ticket-readmore:hover + .ticket-fulldesc:after,
  .ticket-readmore:hover + .ticket-fulldesc:after {
    left: 100%;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 210, 0, 0);
    border-left-color: #FFD200;
    border-width: 25px;
    margin-top: 0px;
    border-top: none;
    border-left-width: 32px;
  }
}
@media (max-width: 767px) {
  .ticket:hover .ticket-readmore:hover,
  .ticket-readmore:hover {
    width: 10em;
    top: 3.5em;
    background-color: transparent;
    right: -6.3em;
  }
  .ticket:hover .ticket-readmore:hover span,
  .ticket-readmore:hover span {
    display: none;
  }
  .ticket:hover .ticket-readmore:hover .active,
  .ticket-readmore:hover .active {
    display: block;
  }
}
@media (min-width: 768px) {
  .ticket:hover .ticket-readmore,
  .ticket-readmore {
    bottom: -2.4em;
  }
}
@media (max-width: 767px) {
  .ticket:hover .ticket-readmore,
  .ticket-readmore {
    top: 2.9em;
    font-size: 1em;
    padding: 0 1em;
    color: #000;
    z-index: 2;
    transform: rotate(270deg);
    right: -5.5em;
    background-color: #FFD200;
    width: 8.4em;
    line-height: 2.5em;
  }
  .ticket:hover .ticket-readmore:after,
  .ticket-readmore:after {
    bottom: 98%;
    right: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 210, 0, 0);
    border-bottom-color: #FFD200;
    border-width: 22px;
    border-right: 0;
    border-bottom-width: 33px;
  }
  .ticket:hover .ticket-readmore:hover:after,
  .ticket-readmore:hover:after {
    display: none;
  }
  .ticket:hover .ticket-readmore.ticket-included,
  .ticket-readmore.ticket-included {
    top: 4em;
    width: 10.6em;
    right: -6.57em;
  }
}

@media (max-width: 767px) {
  .ticket.slick-slide {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .ticket.slick-slide:hover .ticket-readmore,
  .ticket.slick-slide .ticket-readmore {
    transform: none;
    top: -2.4em;
    right: 0;
  }
  .ticket.slick-slide:hover .ticket-readmore:after,
  .ticket.slick-slide .ticket-readmore:after {
    top: 100%;
    bottom: auto;
    right: 0;
    height: 0;
    width: 0;
    border-bottom: 0;
    border-color: rgba(255, 210, 0, 0);
    border-top-color: #ffd200;
    border-top-width: 33px;
    margin-left: -22px;
  }
  .ticket.slick-slide:hover .ticket-readmore:hover + .ticket-fulldesc:after,
  .ticket.slick-slide .ticket-readmore:hover + .ticket-fulldesc:after {
    bottom: 100%;
    top: auto;
    left: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 210, 0, 0);
    border-bottom-color: #ffd200;
    border-width: 22px;
    margin-left: -22px;
    right: 0;
    border-right: 0;
  }
}

.tickets-basket-notice {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #444;
  color: white;
  z-index: 100;
  padding: 1em 2em;
  display: none;
  font-size: 16px;
  line-height: 1.8;
}
.tickets-basket-notice > div {
  max-width: 1024px;
  margin: 0 auto;
}
.tickets-basket-notice.tickets-basket-notice-error {
  background: red;
}

.article .tickets-outer {
  padding: 0;
}

@media (max-width: 767px) {
  .article .tickets-subtitle {
    margin-bottom: 30px;
  }
}

@media (min-width: 1020px) {
  .product-button.ticket-buy {
    width: 142px;
  }

  .ticket-buy:not(.btn-tile) {
    left: 15px;
    bottom: 15px;
    margin-bottom: 0;
    margin-left: 0;
  }
  .ticket-buy:not(.btn-tile).sold-out {
    left: 15px;
    margin-left: 0;
  }

  .article .ticket + .ticket {
    margin-left: 1em;
  }
}
@media (max-width: 1019px) {
  .article .ticket {
    width: calc(33.33% - .67em);
    margin-left: 0em;
  }
  .article .ticket:nth-child(3n), .article .ticket:nth-child(3n-1) {
    margin-left: 1em;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .article .ticket .ticket-readmore,
  .article .ticket .ticket-readmore {
    transform: none;
    top: -2.5em !important;
    right: 0 !important;
  }
  .article .ticket .ticket-readmore:after,
  .article .ticket .ticket-readmore:after {
    top: 100%;
    bottom: auto;
    right: 0;
    height: 0;
    width: 0;
    border-bottom: 0;
    border-color: rgba(255, 210, 0, 0);
    border-top-color: #ffd200;
    border-top-width: 33px;
    margin-left: -22px;
  }
  .article .ticket .ticket-readmore:hover + .ticket-fulldesc:after,
  .article .ticket .ticket-readmore:hover + .ticket-fulldesc:after {
    bottom: 100%;
    top: auto;
    left: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 210, 0, 0);
    border-bottom-color: #ffd200;
    border-width: 22px;
    margin-left: -22px;
    right: 0;
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .article .ticket {
    width: calc(50% - .5em);
    margin-left: 0em;
  }
  .article .ticket:nth-child(3n), .article .ticket:nth-child(3n-1) {
    margin-left: 0em;
  }
  .article .ticket:nth-child(2n) {
    margin-left: 1em;
  }
}
@media (max-width: 479px) {
  .article .ticket {
    width: 100%;
    margin-left: 0em !important;
  }
}

#shop-products-section .carousels .ticket {
  margin-left: 10px;
  margin-right: 10px;
  width: 260px;
}
@media (min-width: 1020px) {
  #shop-products-section .carousels .ticket {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 82.5em) {
  #shop-products-section .carousels.tickets-outer .slick-track {
    margin-left: 150px;
  }
}

div#shop-products-section .slick-navigation .slick-arrow,
div[id^='person-section-'] .slick-navigation .slick-arrow,
div.masterclass-carousel .slick-navigation .slick-arrow {
  opacity: 1;
  width: 50px;
}
div#shop-products-section .slick-navigation .slick-arrow.carousel-prev,
div[id^='person-section-'] .slick-navigation .slick-arrow.carousel-prev,
div.masterclass-carousel .slick-navigation .slick-arrow.carousel-prev {
  margin-left: -5px;
}
div#shop-products-section .slick-navigation .slick-arrow.carousel-next,
div[id^='person-section-'] .slick-navigation .slick-arrow.carousel-next,
div.masterclass-carousel .slick-navigation .slick-arrow.carousel-next {
  margin-right: -5px;
}
@media screen and (min-width: 768px) {
  div#shop-products-section .slick-navigation .slick-arrow,
  div[id^='person-section-'] .slick-navigation .slick-arrow,
  div.masterclass-carousel .slick-navigation .slick-arrow {
    width: 65px;
  }
}
div#shop-products-section .slick-navigation .slick-arrow:hover,
div[id^='person-section-'] .slick-navigation .slick-arrow:hover,
div.masterclass-carousel .slick-navigation .slick-arrow:hover {
  margin-left: 0px;
  margin-right: 0px;
}

div#shop-products-section .slick-navigation .flex-next,
div#shop-products-section .slick-navigation .flex-prev,
div[id^='person-section-'] .slick-navigation .flex-next,
div[id^='person-section-'] .slick-navigation .flex-prev,
div.masterclass-carousel .slick-navigation .flex-next,
div.masterclass-carousel .slick-navigation .flex-prev {
  margin-top: 6px;
  color: #000000;
  background: #ffd200;
  padding-top: 40px;
  width: 50px;
}
@media screen and (min-width: 768px) {
  div#shop-products-section .slick-navigation .flex-next,
  div#shop-products-section .slick-navigation .flex-prev,
  div[id^='person-section-'] .slick-navigation .flex-next,
  div[id^='person-section-'] .slick-navigation .flex-prev,
  div.masterclass-carousel .slick-navigation .flex-next,
  div.masterclass-carousel .slick-navigation .flex-prev {
    width: 65px;
  }
}
div#shop-products-section .slick-navigation .flex-next:hover,
div#shop-products-section .slick-navigation .flex-prev:hover,
div[id^='person-section-'] .slick-navigation .flex-next:hover,
div[id^='person-section-'] .slick-navigation .flex-prev:hover,
div.masterclass-carousel .slick-navigation .flex-next:hover,
div.masterclass-carousel .slick-navigation .flex-prev:hover {
  color: #333333;
}
@media (min-width: 768px) {
  div#shop-products-section .slick-navigation .flex-next,
  div#shop-products-section .slick-navigation .flex-prev,
  div[id^='person-section-'] .slick-navigation .flex-next,
  div[id^='person-section-'] .slick-navigation .flex-prev,
  div.masterclass-carousel .slick-navigation .flex-next,
  div.masterclass-carousel .slick-navigation .flex-prev {
    margin-top: -22px;
  }
}
div#shop-products-section .slick-navigation .flex-next:before,
div#shop-products-section .slick-navigation .flex-prev:before,
div[id^='person-section-'] .slick-navigation .flex-next:before,
div[id^='person-section-'] .slick-navigation .flex-prev:before,
div.masterclass-carousel .slick-navigation .flex-next:before,
div.masterclass-carousel .slick-navigation .flex-prev:before {
  line-height: 35px;
  top: 5px;
  font-size: 35px;
}

@media (min-width: 768px) {
  div[id^='person-section-'] .slick-navigation .flex-next,
  div[id^='person-section-'] .slick-navigation .flex-prev {
    margin-top: -39px;
  }
}

div#shop-products-section .slick-navigation .flex-prev,
div.masterclass-carousel .slick-navigation .flex-prev,
div[id^='person-section-'] .slick-navigation .flex-prev {
  border-radius: 0 24px 24px 0;
}
div#shop-products-section .slick-navigation .flex-prev:before,
div.masterclass-carousel .slick-navigation .flex-prev:before,
div[id^='person-section-'] .slick-navigation .flex-prev:before {
  left: -10px;
}
@media screen and (min-width: 768px) {
  div#shop-products-section .slick-navigation .flex-prev:before,
  div.masterclass-carousel .slick-navigation .flex-prev:before,
  div[id^='person-section-'] .slick-navigation .flex-prev:before {
    left: 8px;
  }
}

div.masterclass-carousel .slick-navigation .flex-next,
div#shop-products-section .slick-navigation .flex-next,
div[id^='person-section-'] .slick-navigation .flex-next {
  border-radius: 24px 0 0px 24px;
}
div.masterclass-carousel .slick-navigation .flex-next:before,
div#shop-products-section .slick-navigation .flex-next:before,
div[id^='person-section-'] .slick-navigation .flex-next:before {
  left: 10px;
}
@media screen and (min-width: 768px) {
  div.masterclass-carousel .slick-navigation .flex-next:before,
  div#shop-products-section .slick-navigation .flex-next:before,
  div[id^='person-section-'] .slick-navigation .flex-next:before {
    left: -8px;
  }
}

#sidebar-tickets-panel {
  margin-bottom: 2em;
}
#sidebar-tickets-panel .ticket {
  min-height: 400px;
  width: 100%;
  margin-bottom: 1em;
}
#sidebar-tickets-panel .ticket.ticket-with-readmore {
  width: calc(100% - 2.5em);
}
@media screen and (min-width: 767px) {
  #sidebar-tickets-panel .ticket.ticket-with-readmore {
    width: 100%;
  }
}
#sidebar-tickets-panel .ticket .sold-out {
  margin-left: 15px;
  margin-top: -15px;
  margin-bottom: 15px;
}
#sidebar-tickets-panel .ticket + .ticket {
  margin-left: 0;
}
#sidebar-tickets-panel .ticket:not(.sold-out-info) + .ticket.ticket-with-readmore {
  margin-top: 2.5em;
}
@media screen and (min-width: 1020px) {
  #sidebar-tickets-panel .ticket-buy:not(.btn-tile) {
    left: 0;
    margin-left: 15px;
    margin-bottom: 15px;
    bottom: 0;
  }
}

.horizontal-panel .ticket {
  cursor: initial;
}
.horizontal-panel .ticket.hide {
  display: none;
}
.horizontal-panel .ticket .ticket-image {
  display: block;
}
.horizontal-panel .ticket .ticket-name {
  padding-left: 15px;
}
.horizontal-panel .ticket .ticket-desc {
  padding: 0 15px 0px 15px;
}
.horizontal-panel .ticket .ticket-tags {
  font-size: .9em;
  padding-left: 15px;
  margin-top: -10px;
  margin-bottom: 15px;
  color: #666;
  font-style: italic;
}
@media (min-width: 768px) {
  .horizontal-panel .ticket .ticket-tags {
    position: absolute;
    bottom: 6px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.horizontal-panel .table-listing-open .ticket.hide {
  display: block;
}
.horizontal-panel .ticket-price {
  margin-bottom: 10px;
}
.horizontal-panel .ticket:hover {
  background: #FFF;
  color: #000;
}
.horizontal-panel .ticket-buy:not(.btn-tile)::before {
  content: '';
}
.horizontal-panel .ticket-buy {
  width: 153px;
}
.horizontal-panel .sold-out {
  text-align: center;
  font-size: 14px;
  width: 100%;
  display: block;
}
.horizontal-panel .ticket-learn-more {
  margin-left: 15px;
  margin-bottom: 20px;
  width: 153px;
}
.horizontal-panel .ticket-learn-more + .ticket-buy {
  bottom: 15px;
  left: 15px;
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .horizontal-panel .ticket {
    width: calc(50% - 10px);
    margin-left: 20px;
    padding-bottom: 40px;
  }
  .horizontal-panel .ticket:nth-child(odd) {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .horizontal-panel {
    max-width: 860px;
    padding: 2em 0;
  }
  .horizontal-panel .ticket + .ticket {
    margin-left: 0;
  }
  .horizontal-panel .ticket {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 2em;
  }
  .horizontal-panel .ticket .ticket-name {
    font-weight: bold;
    min-height: 0;
    padding-left: 15px;
  }
  .horizontal-panel .ticket .ticket-name p {
    font-size: .8em;
    margin-bottom: 0;
  }
  .horizontal-panel .ticket .ticket-desc {
    padding: 7px 0 0 15px;
    color: #000;
  }
  .horizontal-panel .ticket .ticket-price {
    margin-bottom: 0;
    padding: .8em .8em 1.2em 0em;
    width: calc(200px - 1.4em);
  }
  .horizontal-panel .ticket .ticket-box {
    background-color: #FFF;
  }
  .horizontal-panel .ticket .ticket-image {
    width: 260px;
    height: auto;
    float: left;
  }
  .horizontal-panel .ticket .ticket-info {
    float: left;
    width: calc(100% - 460px);
    height: 200px;
  }
  .horizontal-panel .ticket .ticket-ctas {
    float: left;
    width: 200px;
    padding: 0 1.4em;
  }
  .horizontal-panel .ticket .ticket-buy:not(.btn-tile) {
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .horizontal-panel .ticket .ticket-buy:not(.btn-tile), .horizontal-panel .ticket .ticket-readmore {
    position: static;
  }
  .horizontal-panel .ticket .ticket-learn-more {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .horizontal-panel .ticket .ticket-readmore {
    position: absolute;
    bottom: -28px;
    right: 0;
    color: #666;
    cursor: pointer;
    padding: 0;
  }
  .horizontal-panel .ticket .ticket-readmore:hover + .ticket-fulldesc {
    left: 0;
    width: calc(100% - 200px);
  }
  .horizontal-panel .ticket .ticket-fulldesc:after {
    content: none;
  }
}
.horizontal-panel + .table-listing-button-outer {
  display: none;
}

.article .horizontal-panel {
  max-width: none;
}

.multi-tabs-content .horizontal-panel {
  padding: 0;
}
.multi-tabs-content .horizontal-panel .table-listing-button-outer {
  width: 100% !important;
}
.multi-tabs-content .horizontal-panel .table-listing-button-outer .table-listing-button {
  max-width: 170px;
}

.events-schedule {
  padding: 3em 0;
}

.events-schedule h2 {
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
}

.events-schedule-inner {
  max-width: 1176px;
  margin: 0 auto;
}

.events-schedule-download {
  font-size: .85em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3em auto;
  padding: 0 2em;
}

.events-schedule-download p {
  margin-bottom: 1.5em;
}

.events-schedule-download a {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  padding: .8em 1.8em;
  line-height: 1em;
  font-size: 1em;
  border: 1px solid black;
  text-decoration: none;
  color: black;
  border-radius: 3px;
}
.events-schedule-download a:hover {
  background: black;
  color: white;
}

.text-white .events-schedule-download a {
  color: white;
  border-color: white;
}
.text-white .events-schedule-download a:hover {
  background: white;
  color: black;
}

.events-schedule-switch {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background: #333;
  color: white;
}
@media (min-width: 1024px) {
  .events-schedule-switch {
    display: none;
  }
}
.events-schedule-switch > div {
  padding: 1em;
}
.events-schedule-switch .current {
  padding: 4px 0;
}
.events-schedule-switch .prev,
.events-schedule-switch .next {
  border: 1px solid white;
  padding: 0 6px;
  border-radius: 50px;
}
.events-schedule-switch .prev::before,
.events-schedule-switch .next::before {
  font-family: 'dandad-icons';
  font-size: 20px;
  line-height: 28px;
  position: relative;
  top: 3px;
}
.events-schedule-switch .prev::before {
  content: '\E05C';
}
.events-schedule-switch .next::before {
  content: '\E05D';
}

.events-schedule-events {
  background: #f2f2f2;
  font-size: .85em;
}

.events-schedule-table {
  width: 100%;
  table-layout: fixed;
}
.events-schedule-table thead > tr {
  display: none;
}
@media (min-width: 1024px) {
  .events-schedule-table thead > tr {
    display: table-row;
  }
}
.events-schedule-table th {
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  background: #333;
  padding: .5em 0;
  color: white;
}
.events-schedule-table td:first-child ~ td {
  vertical-align: top;
}
.events-schedule-table td:first-child,
.events-schedule-table th:first-child {
  background: #444;
  padding: 0 1em;
  color: white;
  text-align: right;
  width: 65px;
}
@media (min-width: 600px) {
  .events-schedule-table td:first-child,
  .events-schedule-table th:first-child {
    width: 80px;
  }
}
.events-schedule-table th:first-child {
  background: #333;
}
@media (max-width: 1023px) {
  .events-schedule-table td:nth-child(3),
  .events-schedule-table td:nth-child(4) {
    display: none;
  }
}
.events-schedule-table tr:nth-child(even) td:first-child {
  background: #555;
}

.events-schedule-event {
  padding: .5em 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
  line-height: 1.3;
  border-top: 1px solid #fdd106;
}

.events-schedule-event-small {
  font-size: .9em;
}

.compact-web-to-lead {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ccc;
}
.compact-web-to-lead label {
  font-size: .8em;
  margin-bottom: 0;
  color: #555;
}
.compact-web-to-lead input {
  border-radius: 3px;
  border-color: #999;
  margin-bottom: .5em;
  font-size: .9em;
}
.compact-web-to-lead button {
  border-color: #333;
  color: #333;
  width: 100%;
  font-size: .8em;
  margin-top: 2em;
}
.compact-web-to-lead button:hover, .compact-web-to-lead button:focus {
  color: white;
  background: #333;
}

.compact-web-to-lead-copy {
  font-size: .8em;
  margin-bottom: 1.5em;
  margin-top: -5px;
  line-height: 1.5;
}

.dual-call-to-action {
  line-height: 1.25em;
}
.dual-call-to-action .bg-image {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  background-size: cover;
  width: 260px;
  height: 200px;
  display: none;
}
.dual-call-to-action .item-1,
.dual-call-to-action .item-2 {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  text-decoration: none;
  padding: 20px 35px 5rem 20px;
  font-size: 1.4em;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.dual-call-to-action .item-1:hover,
.dual-call-to-action .item-2:hover {
  background-color: black !important;
  color: white !important;
}
.dual-call-to-action .item-1 span:before,
.dual-call-to-action .item-2 span:before {
  content: attr(data-icon);
  font-size: 36px;
  line-height: 30px;
  position: absolute;
  bottom: 15px;
  left: 20px;
}

@media (min-width: 640px) {
  .dual-call-to-action {
    display: -webkit-flex;
    display: flex;
    height: 200px;
    margin-bottom: 36px;
  }
  .dual-call-to-action .item-1,
  .dual-call-to-action .item-2 {
    padding-bottom: 20px;
    font-size: 1.1em;
    margin-bottom: 0;
  }
  .dual-call-to-action .bg-image {
    display: block;
  }
}
.items-feed {
  padding: 2rem .75rem;
}
@media (min-width: 768px) {
  .items-feed {
    padding: 2rem;
  }
  .items-feed .product-panel-title {
    margin-bottom: 2rem !important;
  }
}
@media (min-width: 1010px) {
  .items-feed {
    padding: 3rem 2rem;
  }
  .items-feed .product-panel-title {
    margin-bottom: 3rem !important;
  }
}

.items-feed-items {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 960px;
  margin: 0 auto;
}

.items-feed-item {
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  width: calc(50% - 1.5rem);
  background: white;
  color: #333;
  text-decoration: none;
  padding-bottom: 50px;
  position: relative;
  margin: 0 .75rem 1.5rem .75rem;
  display: none;
}
.items-feed-item:first-child, .items-feed-item:nth-child(2), .items-feed-item:nth-child(3), .items-feed-item:nth-child(4), .open .items-feed-item {
  display: block;
}
@media (min-width: 640px) {
  .items-feed-item {
    width: calc(33.333% - 1.5rem);
  }
  .items-feed-item:first-child, .items-feed-item:nth-child(2), .items-feed-item:nth-child(3), .items-feed-item:nth-child(4), .items-feed-item:nth-child(5), .items-feed-item:nth-child(6), .open .items-feed-item {
    display: block;
  }
}
@media (min-width: 1010px) {
  .items-feed-item {
    width: calc(25% - 1.5rem);
  }
  .items-feed-item:first-child, .items-feed-item:nth-child(2), .items-feed-item:nth-child(3), .items-feed-item:nth-child(4), .items-feed-item:nth-child(5), .items-feed-item:nth-child(6), .items-feed-item:nth-child(7), .items-feed-item:nth-child(8), .open .items-feed-item {
    display: block;
  }
}
.items-feed-item:hover, .items-feed-item:focus {
  background: black;
  color: white;
}

.items-feed-item-title {
  font-size: 1em;
  line-height: 1.28571em;
  padding: 5px 10px;
  height: 58px;
  overflow: hidden;
}
@media (min-width: 660px) {
  .items-feed-item-title {
    height: 100px;
  }
  .has-subtitle .items-feed-item-title {
    height: 80px;
  }
}
@media (min-width: 1010px) {
  .items-feed-item-title {
    height: 120px;
  }
  .has-subtitle .items-feed-item-title {
    height: 90px;
  }
}

.items-feed-item-icon:before {
  content: attr(data-icon);
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 34px;
  line-height: .5em;
}

.items-feed-item-subtitle {
  display: none;
}
@media (min-width: 660px) {
  .items-feed-item-subtitle {
    display: block;
    position: absolute;
    bottom: 50px;
    left: 10px;
    font-size: 1rem;
    color: #979797;
    overflow: hidden;
  }
}

.items-feed-item-action {
  position: absolute;
  bottom: 14px;
  right: 10px;
  left: 45px;
  font-size: .75rem;
  line-height: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .items-feed-item-action {
    font-size: .9rem;
    bottom: 15px;
  }
}

.items-feed-expand {
  text-align: center;
  padding: 7px;
  font-size: .9rem;
  color: #000;
  cursor: pointer;
  border: 1px solid #666;
  border-radius: 3px;
  margin: 0 .75rem;
}
.items-feed-expand:after {
  content: 'Show More';
}
.open .items-feed-expand:after {
  content: 'Show Less';
}
.text-white .items-feed-expand {
  border-color: #999;
  color: #fff;
}
.items-count-1 .items-feed-expand, .items-count-2 .items-feed-expand, .items-count-3 .items-feed-expand, .items-count-4 .items-feed-expand {
  display: none;
}
@media (min-width: 640px) {
  .items-count-5 .items-feed-expand, .items-count-6 .items-feed-expand {
    display: none;
  }
}
@media (min-width: 1010px) {
  .items-count-7 .items-feed-expand, .items-count-8 .items-feed-expand {
    display: none;
  }
}
@media (min-width: 640px) {
  .items-feed-expand {
    max-width: 300px;
    margin: 1.5rem auto 0 auto;
  }
}

.has-subnavigation div.items-feed-items {
  max-width: 884px;
}
@media (min-width: 1010px) {
  .has-subnavigation div.items-feed-items .items-feed-item {
    width: calc(33.333333% - 1.5rem);
  }
}

.blog-feed h3 {
  font-size: 1.38889em;
  line-height: 1.2em;
  font-family: "ITCFranklinGothicStd-Demi", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.blog-feed .blog-item {
  overflow: hidden;
  margin-bottom: 70px;
  list-style: none;
  padding-left: 0;
  display: none;
}
.blog-feed .blog-item-link {
  float: right;
}
.blog-feed .product-button {
  border-color: #FFD200;
  background-color: #FFD200;
  color: #000;
  text-align: center;
  margin: -40px auto 0px;
  display: block;
}
.blog-feed .product-button:hover {
  border-color: #000;
  background-color: #000;
  color: #FFF;
}

.newBloodBriefs {
  padding: 3rem 1.5rem 1rem 1.5rem;
}

@media (min-width: 600px) {
  .newBloodBriefs {
    padding: 4rem 2rem 2rem 2rem;
  }
}
@media (min-width: 1000px) {
  .newBloodBriefs {
    padding: 5rem 2rem 2rem 2rem;
  }
}
.newBloodBriefs h2 {
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  font-family: "ITCFranklinGothicStd-Demi", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 1rem;
}

@media (min-width: 600px) {
  .newBloodBriefs h2 {
    font-size: 3rem;
    margin-bottom: .5rem;
  }
}
@media (min-width: 1000px) {
  .newBloodBriefs h2 {
    font-size: 3.5rem;
  }
}
.newBloodBriefs-copy {
  text-align: center;
}

@media (min-width: 600px) {
  .newBloodBriefs-copy {
    margin-bottom: 4rem;
  }
}
.newBloodBriefs-briefs {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.newBloodBriefs-brief {
  display: block;
  position: relative;
  margin-bottom: 5rem;
  width: 100%;
  margin-left: .5rem;
  margin-right: .5rem;
}

@media (min-width: 600px) {
  .newBloodBriefs-brief {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 1000px) {
  .newBloodBriefs-brief {
    width: calc(33.33% - 2rem);
  }
}
@media (min-width: 1200px) {
  .newBloodBriefs-brief {
    width: calc(25% - 2rem);
  }
}
.newBloodBriefs-brief img {
  width: 100%;
}

.newBloodBriefs-hoverImage {
  display: none;
}

.newBloodBriefs-mainImage {
  display: block;
}

.newBloodBriefs-brief:hover .newBloodBriefs-mainImage,
.newBloodBriefs-brief:focus .newBloodBriefs-mainImage {
  display: none;
}

.newBloodBriefs-brief:hover .newBloodBriefs-hoverImage,
.newBloodBriefs-brief:focus .newBloodBriefs-hoverImage {
  display: block;
}

.newBloodBriefs-downloadButton {
  position: absolute;
  top: 100%;
  width: 100%;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: "ITCFranklinGothicStd-Demi", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: .8rem 1rem .5rem 3rem;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.text-white .newBloodBriefs-downloadButton {
  color: white;
}

.text-black .newBloodBriefs-downloadButton {
  color: black;
}

.newBloodBriefs-downloadButton::before {
  font-family: 'dandad-icons';
  content: '\E05A';
  font-style: normal;
  font-size: 2rem;
  position: absolute;
  left: 1rem;
  margin-top: 1px;
}

.newBloodBriefs-downloadButton.newBloodBriefs-downloadButton-link::before {
  content: '\E017';
}

.newBloodBriefs-brief:hover .newBloodBriefs-downloadButton,
.newBloodBriefs-brief:focus .newBloodBriefs-downloadButton {
  background: black;
  color: white;
}

.multiDownload {
  padding: 3rem;
}
@media (min-width: 600px) {
  .multiDownload {
    padding: 4rem;
  }
}
@media (min-width: 1200px) {
  .multiDownload {
    padding-top: 5rem;
  }
}

.multiDownload > .product-panel-title {
  margin-bottom: 1rem !important;
}
@media (min-width: 1200px) {
  .multiDownload > .product-panel-title {
    margin-bottom: 3rem !important;
  }
}

.multiDownload-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .multiDownload-inner {
    display: -webkit-flex;
    display: flex;
  }
}

.multiDownload-languages {
  position: relative;
  width: 100%;
  max-width: 210px;
  margin: 0 auto 1.5rem auto;
}
@media (min-width: 600px) {
  .multiDownload-languages {
    margin-bottom: 2rem;
  }
}

.multiDownload-languageList {
  display: none;
  width: 210px;
  list-style: none;
  padding: 0 1rem 0 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .multiDownload-languageList {
    display: block;
  }
}

.multiDownload-languageList > li {
  list-style: none;
}

.multiDownload-languageOption {
  display: block;
  padding: .8rem 1rem;
  text-decoration: none;
  color: black;
  border-bottom: 1px solid black;
  line-height: 1;
  font-size: .9rem;
}

.multiDownload-languageOption:hover,
.multiDownload-languageOption:focus,
.isSelected .multiDownload-languageOption {
  background: black;
  color: white;
}

.multiDownload-languageSelect {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  border: none;
  background: none;
  width: 100%;
  font-size: 1rem;
  padding: 1rem 0;
}
@media (min-width: 1200px) {
  .multiDownload-languageSelect {
    display: none;
  }
}

.multiDownload-selectIcon:after {
  content: '\E05F';
  font-family: 'dandad-icons';
  position: absolute;
  top: calc(50% - .4rem);
  right: 0;
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 1200px) {
  .multiDownload-selectIcon:after {
    display: none;
  }
}

@media (min-width: 600px) {
  .multiDownload-items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.multiDownload-item {
  margin-bottom: 2rem;
  font-size: .9rem;
  line-height: 1.5;
  position: relative;
  padding-bottom: 4rem;
}
@media (min-width: 600px) {
  .multiDownload-item {
    margin: 0 1rem 2rem 1rem;
    width: calc(50% - 2rem);
  }
}
@media (min-width: 900px) {
  .multiDownload-item {
    margin: 0 .5rem 2rem .5rem;
    width: calc(25% - 1rem);
  }
}

.multiDownload-itemImage {
  width: 100%;
}

.multiDownload-itemTitle {
  font-size: 1.2rem;
  margin-top: 1rem;
  line-height: 1.2;
}
@media (min-width: 600px) {
  .multiDownload-itemTitle {
    font-size: 1.2rem;
  }
}

.multiDownload-itemDesc {
  margin-top: .5rem;
}
@media (min-width: 1200px) {
  .multiDownload-itemDesc {
    margin-top: .7rem;
  }
}

.multiDownload-itemButton {
  font-size: 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  padding: .5rem 0 .5rem 2.5rem;
  font-family: "ITCFranklinGothicStd-Demi", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  position: absolute;
  display: block;
  line-height: 1.5;
  bottom: 0;
}

.multiDownload-itemButton:before {
  content: '\E083';
  font-family: 'dandad-icons';
  font-size: 2rem;
  font-style: normal;
  position: absolute;
  margin-top: -2px;
  left: 0;
  line-height: 1;
}

.multiDownload--isSingleDownload .multiDownload-inner {
  max-width: 720px;
}
@media (min-width: 800px) {
  .multiDownload--isSingleDownload .multiDownload-languages {
    display: block;
    margin: 0;
  }
}
@media (min-width: 800px) {
  .multiDownload--isSingleDownload .multiDownload-languageSelect {
    display: none;
  }
}
@media (min-width: 800px) {
  .multiDownload--isSingleDownload .multiDownload-languageList {
    display: block;
  }
}
@media (min-width: 600px) {
  .multiDownload--isSingleDownload .multiDownload-inner {
    padding: 0 10%;
  }
}
@media (min-width: 800px) {
  .multiDownload--isSingleDownload .multiDownload-inner {
    padding: 0;
    display: -webkit-flex;
    display: flex;
  }
}
.multiDownload--isSingleDownload .multiDownload-item {
  width: 100%;
}
@media (min-width: 800px) {
  .multiDownload--isSingleDownload .multiDownload-item {
    max-width: 300px;
  }
}
@media (min-width: 800px) {
  .multiDownload--isSingleDownload .multiDownload-selectIcon:after {
    display: none;
  }
}

.multiVideo .multiDownload-languages {
  max-width: none;
}
@media (min-width: 1200px) {
  .multiVideo .multiDownload-languages {
    margin-right: 1rem;
  }
}
.multiVideo .multiDownload-languageSelect {
  cursor: pointer;
}
.multiVideo .multiDownload-inner {
  max-width: 902px;
}
.multiVideo .multiDownload-languageList {
  width: 350px;
}
.multiVideo .multiDownload-languages {
  margin: 0 0 0 0;
}
@media (min-width: 768px) {
  .multiVideo .multiDownload-languages {
    margin: 0 auto;
    max-width: 860px;
  }
}
@media (min-width: 600px) {
  .multiVideo .multiDownload-item {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .multiVideo .multiDownload-item iframe {
    width: 100%;
    max-height: 202px;
  }
}
.multiVideo .product-copy {
  padding: 0;
}
.multiVideo .product-copy .copy-content {
  padding-bottom: 0;
}

div.multiVideo.multiVideo-full-width {
  padding: 0;
  padding-top: 80px;
}
div.multiVideo.multiVideo-full-width .multiDownload-item {
  padding-top: 56.25%;
  padding-bottom: 0;
  position: relative;
}
div.multiVideo.multiVideo-full-width .multiDownload-item iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
div.multiVideo.multiVideo-full-width .multiDownload-inner {
  max-width: 830px;
  padding: 0 30px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 41.25em) {
  div.multiVideo.multiVideo-full-width .multiDownload-inner {
    padding: 0 80px;
  }
}
@media screen and (min-width: 1120px) {
  div.multiVideo.multiVideo-full-width .multiDownload-inner {
    max-width: none;
    padding-right: 340px;
    margin: 0 0 4rem 0;
  }
  div.multiVideo.multiVideo-full-width .multiDownload-inner .multiDownload-languageList {
    padding: 0;
  }
}
div.multiVideo.multiVideo-full-width .multiDownload-languageList {
  width: 100%;
}

.has-subnavigation div.multiVideo.multiVideo-full-width {
  overflow: hidden;
}
@media screen and (min-width: 1120px) {
  .has-subnavigation div.multiVideo.multiVideo-full-width .product-copy {
    padding: 0 380px 0 80px;
  }
  .has-subnavigation div.multiVideo.multiVideo-full-width .multiDownload-inner {
    padding-right: 380px;
  }
}

.parallax-section {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.parallax-section .parallax-front {
  position: relative;
  z-index: 52;
}
.parallax-section .parallax-front img {
  display: block;
  margin: 0 auto;
}
.parallax-section .parallax-image {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background-repeat: no-repeat;
  display: none;
}
@media screen and (min-width: 800px) {
  .parallax-section .parallax-image {
    display: block;
  }
}

.sidebar.sidebar_mobile {
  display: none;
}
.sidebar .sidebar-new {
  overflow: hidden;
  margin-top: 0.666em;
}
.sidebar .sidebar-new:first-of-type {
  margin-top: 0;
}
.sidebar .sidebar-new ul {
  border: none;
}
.sidebar .sidebar-new .f-head {
  font-size: 1.66667em;
  line-height: 1.2em;
  height: auto;
  margin-bottom: 0.5em;
}
.sidebar .sidebar-new .f-head:empty {
  display: none;
}
.sidebar .sidebar-new .intro_box, .sidebar .sidebar-new .outro_box {
  background-position: right;
  background-repeat: no-repeat;
  height: 130px;
  padding: 1em;
  font-size: 0.8888em;
  line-height: 1.25em;
  position: relative;
  margin-bottom: .3333em;
}
.sidebar .sidebar-new .intro_box .product-button, .sidebar .sidebar-new .outro_box .product-button {
  margin: 0;
  padding: 0;
  min-height: 0;
  position: absolute;
  bottom: 1em;
  border-color: #FFD200;
  background-color: #FFD200;
  color: #000;
}
.sidebar .sidebar-new .intro_box .product-button.transparent-button, .sidebar .sidebar-new .outro_box .product-button.transparent-button {
  border-color: #000;
  background-color: transparent;
}
.sidebar .sidebar-new .intro_box .product-button:hover, .sidebar .sidebar-new .outro_box .product-button:hover {
  border-color: #000;
  background-color: #000;
  color: #FFF;
}
.sidebar .sidebar-new .intro_box.text-white .product-button,
.sidebar .sidebar-new .outro_box.text-white .product-button {
  color: #FFF;
  background: #000;
  border-color: #000;
}
.sidebar .sidebar-new .intro_box.text-white .product-button:hover,
.sidebar .sidebar-new .outro_box.text-white .product-button:hover {
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
}
.sidebar .sidebar-new .intro_box.text-white .product-button.transparent-button,
.sidebar .sidebar-new .outro_box.text-white .product-button.transparent-button {
  background: transparent;
  border-color: #FFF;
}
.sidebar .sidebar-new .intro_box.text-white .product-button.transparent-button:hover,
.sidebar .sidebar-new .outro_box.text-white .product-button.transparent-button:hover {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}
.sidebar .sidebar-new .intro_box.intro_box-large {
  height: 260px;
  background-size: auto;
}
.sidebar .sidebar-new ul.blocks li {
  margin-bottom: 0.3333em;
  background-color: #FFF;
  border-bottom: none;
  font-size: 0.8888em;
  line-height: 1.25em;
}
.sidebar .sidebar-new ul.blocks li a {
  padding-left: 0;
  height: 130px;
  padding-top: 0px;
  color: #999;
}
.sidebar .sidebar-new ul.blocks li a:hover {
  color: #fff;
}
.sidebar .sidebar-new ul.blocks li a p {
  padding: 1em;
  display: block;
  float: left;
  width: calc(100% - 130px);
  height: 130px;
  margin-bottom: 0;
}
.sidebar .sidebar-new ul.blocks li a img {
  float: left;
}
.sidebar .countdown-sidebar {
  background-color: #333333;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
  margin-bottom: 0.3333em;
  margin-top: -0.3333em;
}
.sidebar .countdown-sidebar p {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0;
}
.sidebar .sidebar-new:last-of-type {
  padding-bottom: calc(36px - 0.3333em);
}

@media screen and (max-width: 1319px) {
  .sidebar {
    overflow: hidden;
    margin-bottom: 40px;
  }
  .sidebar.sidebar_mobile {
    display: block;
  }
  .sidebar.sidebar_desktop {
    display: none;
  }
  .sidebar .sidebar-new {
    width: 100%;
    margin-left: -10px;
    padding: 0 5px;
    box-sizing: content-box;
  }
  .sidebar .sidebar-new .f-head {
    margin-left: 5px;
  }
  .sidebar .sidebar-new .intro_box.intro_box-large {
    height: 270px;
  }
}
@media screen and (max-width: 1319px) and (max-width: 650px) {
  .sidebar .sidebar-new .intro_box.intro_box-large {
    height: 260px;
  }
}
@media screen and (max-width: 1319px) and (max-width: 799px) {
  .sidebar .sidebar-new .intro_box.intro_box-large {
    height: 262px;
  }
}
@media screen and (max-width: 1319px) {
  .sidebar .sidebar-new .intro_box, .sidebar .sidebar-new .outro_box, .sidebar .sidebar-new li, .sidebar .sidebar-new .countdown-sidebar {
    float: left;
    width: calc(50% - 12px);
    margin: 5px !important;
    background-position: right;
  }
}
@media screen and (max-width: 634px) {
  .sidebar .sidebar-new .intro_box, .sidebar .sidebar-new .outro_box, .sidebar .sidebar-new li, .sidebar .sidebar-new .countdown-sidebar {
    width: 100%;
  }
}
.fader-wrapper {
  width: 100%;
  position: relative;
}

.fader {
  width: 100%;
  position: absolute;
  height: 250px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #eeeeee);
  top: -250px;
}

.registration.restricted-panel {
  position: relative;
  background: none;
  background-color: transparent;
  color: #000;
  padding: 0;
  height: 715px;
}
@media screen and (min-width: 600px) {
  .registration.restricted-panel {
    height: 725px;
  }
}
@media screen and (min-width: 768px) {
  .registration.restricted-panel {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .registration.restricted-panel .errorlist {
    line-height: 1.3;
    margin-top: -48px;
  }
}
.registration.restricted-panel .b-head {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .registration.restricted-panel .b-head {
    padding-bottom: 80px;
  }
}
.registration.restricted-panel .b-head:before {
  content: none;
}
.registration.restricted-panel .registration-container {
  max-width: none;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .registration.restricted-panel .registration-container {
    height: 500px;
  }
}
.registration.restricted-panel .registration-info, .registration.restricted-panel .registration-login {
  width: 100%;
  min-height: 350px;
  float: left;
  padding: 2em;
  background-color: #FFF;
  position: relative;
}
@media screen and (min-width: 768px) {
  .registration.restricted-panel .registration-info, .registration.restricted-panel .registration-login {
    width: 50%;
    height: 500px;
  }
}
.registration.restricted-panel .registration-info {
  margin-bottom: 0.5em;
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -ms-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}
@media screen and (min-width: 768px) {
  .registration.restricted-panel .registration-info {
    width: calc(50% - 0.5em);
    margin-right: 0.5em;
    margin-bottom: 0;
  }
}
.registration.restricted-panel .product-button {
  font-size: 0.888em;
  background-color: #FFD200;
  color: #000;
  width: 140px;
  position: absolute;
  bottom: 2em;
  margin-bottom: 0;
}
.registration.restricted-panel .product-button:hover {
  background-color: #000;
  color: #fff;
}
.registration.restricted-panel input[type="submit"] {
  width: 170px;
  margin-right: 45px;
  background: transparent;
  color: #999;
  border-color: #999;
  height: 40px;
  line-height: 40px;
  font-size: 0.888em;
  position: absolute;
  bottom: 2em;
  margin-bottom: 0;
}
.registration.restricted-panel input[type="submit"]:hover {
  background-color: #FFD200;
  color: #000;
  border-color: #FFD200;
}
.registration.restricted-panel .ticket-readmore {
  width: 10em;
  top: 3.7em;
  right: -6.3em;
}
@media screen and (min-width: 768px) {
  .registration.restricted-panel .ticket-readmore {
    padding-left: 0;
    top: auto;
    right: auto;
    bottom: -2em;
    margin-left: -1em;
  }
}
.registration.restricted-panel .ticket-fulldesc {
  padding: 2em;
  left: 0;
  font-size: 1em;
}
.registration.restricted-panel .opted-in-panel {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -ms-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}
.registration.restricted-panel .opted-in-panel .opted-in-ctas {
  position: absolute;
  bottom: 2em;
}
.registration.restricted-panel .opted-in-panel .opted-in-ctas .product-button {
  position: static;
}
.registration.restricted-panel .opted-in-panel .opted-in-ctas .product-button.subscribe-all-skip {
  background: transparent;
  color: #999;
  border-color: #999;
}
.registration.restricted-panel .opted-in-panel .opted-in-ctas .product-button.subscribe-all-skip:hover {
  background-color: #FFD200;
  color: #000;
  border-color: #FFD200;
}

.registration.restricted-panel.optin-active .registration-info {
  opacity: 0.5;
}
.registration.restricted-panel.optin-active .opted-in-panel {
  opacity: 1;
  z-index: 1;
}

.sidebar-carousel {
  position: relative;
  margin-bottom: .3333em;
  width: 260px;
}
.sidebar-carousel ul {
  border: none;
}
.sidebar-carousel ul li {
  border: none;
}
.sidebar-carousel .flex-control-nav {
  position: absolute;
  z-index: 10;
  bottom: 0px;
  height: 26px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.sidebar-carousel .flex-control-nav li {
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -99999px;
  margin-right: 10px;
}
.sidebar-carousel .flex-control-nav li a {
  padding: 0;
  min-height: 0;
  height: 10px;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
}
.sidebar-carousel .flex-control-nav li a:hover {
  background-color: #fff;
}
.sidebar-carousel .flex-control-nav li a.flex-active {
  background-color: #fff;
}
.sidebar-carousel .flex-direction-nav {
  display: block;
  z-index: 11;
  position: absolute;
  top: 50%;
  width: 100%;
  border-top: 0;
}
.sidebar-carousel .flex-direction-nav li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  border-bottom: 0;
}
.sidebar-carousel .flex-direction-nav .flex-prev, .sidebar-carousel .flex-direction-nav .flex-next {
  display: block;
  width: 60px;
  height: 0;
  padding-top: 50px;
  overflow: hidden;
  position: absolute;
  margin-top: -40px;
  color: #eeeeee;
  font-family: 'dandad-icons';
  text-decoration: none;
  padding-left: 40px;
  text-indent: -9999px;
  background-repeat: no-repeat;
}
.sidebar-carousel .flex-direction-nav .flex-prev:hover, .sidebar-carousel .flex-direction-nav .flex-next:hover {
  background-color: transparent;
}
.sidebar-carousel .flex-direction-nav .flex-prev:before, .sidebar-carousel .flex-direction-nav .flex-next:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 52px;
  line-height: 84px;
  text-align: center;
  text-indent: 0;
}
.sidebar-carousel .flex-direction-nav .flex-next {
  right: 0;
}
.sidebar-carousel .flex-direction-nav .flex-next:before {
  content: '\E05D';
}
.sidebar-carousel .flex-direction-nav .flex-prev:before {
  content: '\E05C';
}
.sidebar-carousel .image-block {
  background-repeat: no-repeat;
  height: 126px;
}

.sidebar-carousel-video {
  margin-bottom: 1.3333em;
}

.sidebar-carousel-video .flex-control-nav {
  bottom: 10px;
  padding-left: 5px;
}
.sidebar-carousel-video .flex-control-nav li {
  margin-right: 5px;
  margin-left: 5px;
}
.sidebar-carousel-video .flex-control-nav li a {
  border-color: #ffd200;
}
.sidebar-carousel-video .flex-control-nav li a.flex-active, .sidebar-carousel-video .flex-control-nav li a:hover {
  background-color: #ffd200;
}

@media screen and (max-width: 1319px) {
  .sidebar-carousel {
    display: none;
  }

  .sidebar-carousel-video {
    display: block;
    width: 100%;
  }
}
.two-cols-copy {
  overflow: hidden;
}
.two-cols-copy .col {
  box-sizing: border-box;
  float: left;
  width: 100%;
}
@media screen and (min-width: 50em) {
  .two-cols-copy .col {
    width: 50%;
  }
  .two-cols-copy .col:first-child {
    padding-right: 20px;
  }
  .two-cols-copy .col:last-child {
    padding-left: 20px;
  }
}

.testimonials-panel {
  overflow: hidden;
}
.testimonials-panel .testimonials {
  overflow: hidden;
}
.testimonials-panel .testimonials .testimonial {
  text-align: center;
  float: left;
  width: 100%;
}
.testimonials-panel .testimonials .testimonial .testimonial-inner {
  padding: 50px 0;
}
@media screen and (min-width: 1120px) {
  .testimonials-panel .testimonials .testimonial {
    width: 50%;
    height: 250px;
    position: relative;
    overflow: hidden;
  }
  .testimonials-panel .testimonials .testimonial .testimonial-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }
  .testimonials-panel .testimonials .testimonial .testimonial-inner img {
    margin-top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-height: 75px;
  }
}
.testimonials-panel .testimonials .testimonial p {
  max-width: 420px;
  margin: 0 auto 16px;
  padding: 0 10px;
}
@media screen and (min-width: 1120px) {
  .testimonials-panel .testimonials {
    padding: 40px 40px 40px 80px;
  }
}

.tiles-panel {
  padding: 80px 40px;
}
.tiles-panel .tiles {
  max-width: 860px;
  margin: 0 auto;
}
.tiles-panel .tile {
  overflow: hidden;
}
.tiles-panel .tile:nth-child(even) .tile-copy-wrapper, .tiles-panel .tile:nth-child(even) img {
  float: right;
}
.tiles-panel .tile:nth-child(odd) .tile-copy-wrapper, .tiles-panel .tile:nth-child(odd) img {
  float: left;
}
.tiles-panel .tile img {
  width: 100%;
}
@media (min-width: 768px) {
  .tiles-panel .tile img {
    width: 50%;
  }
}
.tiles-panel .tile .tile-copy-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .tiles-panel .tile .tile-copy-wrapper {
    width: 50%;
  }
}
.tiles-panel .tile .tile-copy-wrapper .tile-copy {
  padding-top: 100%;
  width: 100%;
  height: 0;
  position: relative;
}
.tiles-panel .tile .tile-copy-wrapper .tile-copy .tile-copy-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.tiles-panel .tile .tile-copy-wrapper .tile-copy .tile-copy-inner .tile-copy-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  padding: 30px;
  line-height: 1.28571em;
}
@media (min-width: 768px) {
  .tiles-panel .tile .tile-copy-wrapper .tile-copy .tile-copy-inner .tile-copy-content {
    padding: 8%;
  }
}
.tiles-panel .tile .tile-copy-wrapper .tile-copy .tile-copy-inner .tile-copy-content .tile-title {
  text-transform: uppercase;
  margin-bottom: 18px;
}
.tiles-panel .tile .tile-copy-wrapper .tile-copy .tile-copy-inner .tile-copy-content p {
  margin-bottom: 18px;
}

div.tiles-panel-double {
  padding: 0;
}
div.tiles-panel-double .tiles {
  overflow: hidden;
  max-width: none;
}
div.tiles-panel-double .tiles .tile {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  div.tiles-panel-double .tiles .tile {
    width: 50%;
  }
}
div.tiles-panel-double .tiles .tile .tile-copy-wrapper {
  float: left;
}
@media only screen and (min-width: 375px) {
  div.tiles-panel-double .tiles .tile .tile-copy-wrapper {
    width: 50%;
  }
}
div.tiles-panel-double .tiles .tile img {
  float: left;
}
@media only screen and (min-width: 375px) {
  div.tiles-panel-double .tiles .tile img {
    width: 50%;
  }
}

div.tiles-panel-content-top .tile .tile-copy-wrapper .tile-copy .tile-copy-inner .tile-copy-content {
  height: 100%;
  text-align: left;
  padding: 30px;
}
@media only screen and (min-width: 375px) {
  div.tiles-panel-content-top .tile .tile-copy-wrapper .tile-copy .tile-copy-inner .tile-copy-content {
    padding: 5%;
  }
}

.multi-cols-copy .cols {
  overflow: hidden;
}
.multi-cols-copy .col {
  margin: 0 0 1rem 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.multi-cols-copy .col h3 {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 50em) {
  .multi-cols-copy .col h3 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 640px) {
  .multi-cols-copy .col {
    margin: 0 1rem 2rem 1rem;
    width: calc(50% - 3rem);
  }
}
@media screen and (min-width: 640px) {
  .multi-cols-copy .cols-items-3 .col {
    width: calc(33.33333% - 3rem);
  }
}
@media screen and (min-width: 640px) {
  .multi-cols-copy .cols-items-4 .col {
    width: calc(50% - 3rem);
  }
}
@media screen and (min-width: 80em) {
  .multi-cols-copy .cols-items-4 .col {
    width: calc(25% - 3rem);
  }
}
@media screen and (min-width: 80em) {
  .multi-cols-copy .cols-items-5 .col {
    width: calc(33.33333% - 3rem);
  }
}
@media screen and (min-width: 80em) {
  .multi-cols-copy .cols-items-6 .col {
    width: calc(33.33333% - 3rem);
  }
}
@media screen and (min-width: 80em) {
  .multi-cols-copy .cols-items-7 .col {
    width: calc(33.33333% - 3rem);
  }
}
@media screen and (min-width: 80em) {
  .multi-cols-copy .cols-items-8 .col {
    width: calc(25% - 3rem);
  }
}

.banderole {
  background: #FFD200;
  overflow: hidden;
  display: none;
}
.banderole.banderole-ticker {
  width: 250%;
}
.banderole.banderole-ticker ul {
  float: left;
  width: 50%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}

@media screen and (min-width: 1120px) {
  .banderole {
    display: block;
  }
}
.banderole ul {
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: space-around;
}

.banderole ul li {
  display: inline-block;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fdsseq {
  100% {
    opacity: 1;
  }
}
.microsite-imagine .winners-showcase-wrapper {
  padding-top: 80px;
  border-top: 1px solid #cca43d;
}
@media (min-width: 1024px) {
  .microsite-imagine .winners-showcase-wrapper {
    padding-top: 200px;
  }
}
.microsite-imagine .winners-showcase-wrapper .winners-showcase {
  background-color: #1D0423;
  height: 100% !important;
}
.microsite-imagine .winners-showcase-wrapper .winners-showcase .slides {
  display: flex;
}
.microsite-imagine .winners-showcase-wrapper .winners-showcase .slides .item {
  text-align: center;
  align-self: center;
}
.microsite-imagine .winners-showcase-wrapper .winners-showcase .slides .item h3 {
  font-size: 22px;
  font-family: 'MarfaIEFour-Regular';
  font-variation-settings: "wdth" 1;
  line-height: 0.8;
  letter-spacing: -1px;
  color: #CCA43D;
}
@media (min-width: 1024px) {
  .microsite-imagine .winners-showcase-wrapper .winners-showcase .slides .item h3 {
    font-size: 40px;
  }
}
.microsite-imagine .winners-showcase-wrapper .winners-showcase .slides .item h2 {
  font-size: 32px;
  color: #ffd200;
  font-family: 'MarfaIEFour-Regular';
  font-variation-settings: "wdth" 55;
  line-height: 1;
  letter-spacing: -1px;
  color: #ffd200;
  text-transform: lowercase;
  margin: 0 auto;
}
@media (min-width: 760px) {
  .microsite-imagine .winners-showcase-wrapper .winners-showcase .slides .item h2 {
    font-size: 5vw;
  }
}
@media (min-width: 1024px) {
  .microsite-imagine .winners-showcase-wrapper .winners-showcase .slides .item h2 {
    font-size: 8vw;
    max-width: none;
    margin: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .microsite-imagine .winners-showcase-wrapper .winners-showcase .slides .item h2 {
    font-size: 100px;
  }
}

.microsite-imagine .winners-showcase-wrapper .winners-showcase .flex-direction-nav {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -31px);
}
@media (min-width: 1024px) {
  .microsite-imagine .winners-showcase-wrapper .winners-showcase .flex-direction-nav {
    transform: translate(0, -15px);
  }
}
.microsite-imagine .winners-showcase-wrapper .winners-showcase .flex-direction-nav li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.microsite-imagine .winners-showcase-wrapper .winners-showcase .flex-direction-nav .flex-prev, .microsite-imagine .winners-showcase-wrapper .winners-showcase .flex-direction-nav .flex-next {
  display: block;
  width: 60px;
  height: 0;
  padding-top: 80px;
  overflow: hidden;
  position: absolute;
  color: #999999;
  font-family: 'dandad-icons';
  text-decoration: none;
  color: #FFD200;
  font-weight: bold;
  margin-top: 0 !important;
}
@media (min-width: 1024px) {
  .microsite-imagine .winners-showcase-wrapper .winners-showcase .flex-direction-nav .flex-prev, .microsite-imagine .winners-showcase-wrapper .winners-showcase .flex-direction-nav .flex-next {
    margin-top: 0px !important;
  }
}
.microsite-imagine .winners-showcase-wrapper .winners-showcase .flex-direction-nav .flex-prev:before, .microsite-imagine .winners-showcase-wrapper .winners-showcase .flex-direction-nav .flex-next:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 20px;
  line-height: 84px;
  text-align: center;
}
@media (min-width: 1024px) {
  .microsite-imagine .winners-showcase-wrapper .winners-showcase .flex-direction-nav .flex-prev:before, .microsite-imagine .winners-showcase-wrapper .winners-showcase .flex-direction-nav .flex-next:before {
    font-size: 40px;
  }
}
.microsite-imagine .winners-showcase-wrapper .winners-showcase .flex-direction-nav .flex-prev {
  left: 0;
}
.microsite-imagine .winners-showcase-wrapper .winners-showcase .flex-direction-nav .flex-prev:before {
  content: '\E05C';
}
.microsite-imagine .winners-showcase-wrapper .winners-showcase .flex-direction-nav .flex-next {
  right: 0;
}
.microsite-imagine .winners-showcase-wrapper .winners-showcase .flex-direction-nav .flex-next:before {
  content: '\E05D';
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image.winners-showcase-entries {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image.winners-showcase-entries {
    margin-top: 45px;
  }
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image.winners-showcase-entries + .exit_link_container {
  background-color: transparent;
  border-bottom: 1px solid #CCA43D;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image.winners-showcase-entries + .exit_link_container a.cta {
  color: #CCA43D;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container {
  background-color: #1D0423;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul > li {
  opacity: 0;
  width: 100%;
  height: 66.66%;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul > li .item-occupation {
  background-color: #CCA43D;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul > li:hover .item-title {
  font-variation-settings: "wdth" 50;
  color: #ffd200;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul > li.item-with-long-title .item-title {
  font-variation-settings: "wdth" 5;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul > li.item-with-long-title:hover .item-title {
  font-variation-settings: "wdth" 10;
}
@media screen and (min-width: 37.5em) {
  .microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul > li .item-wrapper {
    padding-top: 66.66%;
  }
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul > li .item-wrapper .item {
  background-size: cover;
  background-color: #1D0423;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul > li .item-wrapper {
  padding-top: 66.66%;
}
@media screen and (min-width: 37.5em) {
  .microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul > li:nth-child(1) {
    width: 50%;
    height: 66.66%;
  }
  .microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul > li:nth-child(2) {
    width: 50%;
    height: 66.66%;
  }
  .microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul > li:nth-child(3) {
    width: 100%;
    max-height: 340px;
  }
  .microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul > li:nth-child(3) .item-wrapper {
    padding-top: 340px;
  }
}
@media screen and (min-width: 37.5em) and (min-width: 1024px) {
  .microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul > li:nth-child(3) {
    max-height: 620px;
  }
  .microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul > li:nth-child(3) .item-wrapper {
    padding-top: 620px;
  }
}
@media screen and (min-width: 37.5em) {
  .microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul > li:nth-child(4) {
    width: 50%;
    height: 66.66%;
  }
  .microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul > li:nth-child(5) {
    width: 50%;
    height: 66.66%;
  }
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul.loaded > li:nth-child(1) {
  animation: fdsseq .5s forwards;
  animation-delay: 0.2s;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul.loaded > li:nth-child(2) {
  animation: fdsseq .5s forwards;
  animation-delay: 0.4s;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul.loaded > li:nth-child(3) {
  animation: fdsseq .5s forwards;
  animation-delay: 0.6s;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul.loaded > li:nth-child(4) {
  animation: fdsseq .5s forwards;
  animation-delay: 0.8s;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul.loaded > li:nth-child(5) {
  animation: fdsseq .5s forwards;
  animation-delay: 1s;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul.loaded > li:nth-child(6) {
  animation: fdsseq .5s forwards;
  animation-delay: 1.2s;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul.loaded > li:nth-child(7) {
  animation: fdsseq .5s forwards;
  animation-delay: 1.4s;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul.loaded > li:nth-child(8) {
  animation: fdsseq .5s forwards;
  animation-delay: 1.6s;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul.loaded > li:nth-child(9) {
  animation: fdsseq .5s forwards;
  animation-delay: 1.8s;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul.loaded > li:nth-child(10) {
  animation: fdsseq .5s forwards;
  animation-delay: 2s;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul.loaded > li:nth-child(11) {
  animation: fdsseq .5s forwards;
  animation-delay: 2.2s;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul.loaded > li:nth-child(12) {
  animation: fdsseq .5s forwards;
  animation-delay: 2.4s;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul.loaded > li:nth-child(13) {
  animation: fdsseq .5s forwards;
  animation-delay: 2.6s;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul.loaded > li:nth-child(14) {
  animation: fdsseq .5s forwards;
  animation-delay: 2.8s;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul.loaded > li:nth-child(15) {
  animation: fdsseq .5s forwards;
  animation-delay: 3s;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul.loaded > li:nth-child(16) {
  animation: fdsseq .5s forwards;
  animation-delay: 3.2s;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul.loaded > li:nth-child(17) {
  animation: fdsseq .5s forwards;
  animation-delay: 3.4s;
}
.microsite-imagine .winners-showcase-wrapper div.product-call-to-action-with-image .actions-container ul.loaded > li:nth-child(18) {
  animation: fdsseq .5s forwards;
  animation-delay: 3.6s;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: 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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../index8fc4.html') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../index8fc4-2.html');
  src: url('../index76e6.html#iefix') format("embedded-opentype"), url('../index8fc4-3.html') format("woff"), url('../index8fc4-4.html') format("truetype"), url('../index8fc4-5.html#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

#news-section {
  position: relative;
  background-color: #CCCCCC;
}

#news-section {
  padding: 0;
}

#news-section .flex-next, #news-section .flex-prev, #shop-products-section .flex-next, #shop-products-section .flex-prev, *[id^='person-section-'] .flex-next, *[id^='person-section-'] .flex-prev,
.masterclass-carousel .flex-next,
.masterclass-carousel .flex-prev {
  display: block;
  width: 45px;
  height: 0;
  padding-top: 80px;
  overflow: hidden;
  position: absolute;
  margin-top: -29px;
  color: #eeeeee;
  font-family: 'dandad-icons';
  text-decoration: none;
  font-style: normal;
}
#news-section .flex-prev:before, #news-section .flex-next:before, #shop-products-section .flex-prev:before, #shop-products-section .flex-next:before, *[id^='person-section-'] .flex-prev:before, *[id^='person-section-'] .flex-next:before,
.masterclass-carousel .flex-prev:before,
.masterclass-carousel .flex-next:before {
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  font-size: 52px;
  line-height: 77px;
  text-align: center;
}
#news-section .flex-prev:before, #shop-products-section .flex-prev:before, *[id^='person-section-'] .flex-prev:before,
.masterclass-carousel .flex-prev:before {
  content: '\E05C';
  left: 0px;
}
#news-section .flex-next:before, #shop-products-section .flex-next:before, *[id^='person-section-'] .flex-next:before,
.masterclass-carousel .flex-next:before {
  content: '\E05D';
  left: 5px;
}

#news-section .tile-title {
  background-color: #22CBD3;
  cursor: default;
}
#news-section .tile-title img {
  visibility: hidden;
}
#news-section .tile-title h2 {
  position: absolute;
  top: 50%;
  margin-bottom: 0;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  color: #1a1a1a;
  font-size: 1em;
}

.slick-arrow,
.slick-arrow:hover {
  position: absolute;
  top: 50%;
  margin-top: -52px;
  font-size: 2.5rem;
  width: 45px;
  height: 75px;
  color: #eeeeee;
  border: 0;
  z-index: 2;
  opacity: 0.8;
  background-color: transparent;
  outline: none;
}

.carousel-prev {
  left: 0px;
}

.carousel-next {
  right: 0px;
}

.slick-list {
  overflow: visible;
}

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

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

.carousels .tile {
  position: relative;
  visibility: visible;
  cursor: pointer;
  z-index: 1;
  transition: all 200ms;
  outline: none;
  margin: 2px;
}

#news-section .carousels .tile {
  margin: 0;
}

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

.carousels .tile-meta {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn-container {
  text-align: center;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.btn-tile {
  color: #1a1a1a;
  background-color: #fdd200;
  border: 1px solid #fdd200;
  padding: 0.625rem 0.625rem;
  font-size: 1rem;
  opacity: 0;
  transition: 200ms;
  width: auto;
  text-align: center;
  transform: translate3d(0, 0, 0);
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  line-height: 1;
}

.btn-tile:hover {
  color: #fff;
  background-color: #1a1a1a;
  border: #1a1a1a;
}

.btn-tile i {
  margin-left: 0.625rem;
  font-size: 0.875rem;
  margin-top: 0.0625rem;
}

.carousels .slick-slide:hover {
  overflow: visible;
}

#shop-products-section .carousels .tile:hover {
  z-index: 999;
  transform: scale3d(1.12, 1.12, 1.12);
}

.carousels .tile a {
  outline: none;
}

.carousels .tile.tile-logged-out:hover .btn-tile {
  opacity: 1;
}

.countdown-wrapper {
  position: fixed;
  z-index: 100;
  bottom: 15px;
  right: 15px;
  background-color: #22CBD3;
  font-size: 23px;
  color: #1a1a1a;
  height: 116px;
  padding: 13px 15px;
  letter-spacing: 0.5px;
  border-radius: 3px;
}
.countdown-wrapper p {
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .countdown-wrapper {
    display: none;
  }
}

/**
*
* Explorer
*
*
**/
article .wish-button {
  float: left;
  width: 30px;
  display: block;
  height: 0;
  margin-top: 3px;
  padding-top: 28px;
  position: relative;
  overflow: hidden;
  background: url(../svg/heart_this.svg) no-repeat center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
article .wish-button:before {
  content: '';
  background: url("../svg/heart_this_over.svg") no-repeat center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  opacity: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
article .wish-button:hover:before {
  opacity: 1;
}
article .wish-button.wished {
  background: url("../svg/heart_this_over.svg") no-repeat center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
article section.metadata {
  clear: both;
  display: block;
  overflow: hidden;
}
article section.metadata:before, article section.metadata:after {
  content: '';
  display: table;
}
article section.metadata:after {
  clear: both;
}
article .share {
  display: inline-block;
  float: left;
}
article .credits {
  display: block;
  clear: both;
  margin: 0 0 32px 0;
}
article .credits li {
  padding: 0;
  margin: 0;
}
article .credits li:before {
  content: normal;
}
article .credits li strong {
  font-family: "ITCFranklinGothicStd-Demi", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
article.entry h1.article-title + .award,
article.entry .award-jury-year,
article.entry .brief-year {
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
}
article.entry .award-wrapper {
  overflow: hidden;
}
article.entry .award-wrapper h1.article-title + .award,
article.entry .award-wrapper .award-jury-year,
article.entry .award-wrapper .brief-year {
  margin-top: 0;
}
article.entry h2 {
  /* @include font-weight(normal); */
}
article.entry p.award-jury-year {
  /* padding-left: 40px; */
}
@media screen and (min-width: 660px) {
  article.entry .quote + .assets ul li:first-child {
    margin-top: 40px;
  }
}
@media screen and (min-width: 50em) {
  article.entry .quote blockquote {
    margin: 0px 0 60px 0;
  }
  article.entry .quote blockquote p {
    margin-bottom: 10px;
  }
}
article.entry .assets ul li {
  padding-left: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
article.entry .assets ul li:before {
  display: none;
}
article.entry .assets ul li img {
  display: block;
}
article.entry ul.credit-list {
  border-top: 1px solid #eeeeee;
  margin-bottom: 36px;
}
article.entry ul.credit-list li {
  margin: 0;
  padding-left: 15px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  font-size: 0.88889em;
  line-height: 3.125em;
  color: #999999;
}
article.entry ul.credit-list li:before {
  display: none;
}
article.entry ul.credit-list a {
  display: block;
  padding-left: 15px;
  margin-left: -15px;
  color: #000;
  -moz-transition: color 0.2s ease, border 0.2s ease;
  -o-transition: color 0.2s ease, border 0.2s ease;
  -webkit-transition: color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, border 0.2s ease;
  text-decoration: none;
}
article.entry ul.credit-list a:hover {
  color: #fff;
  background: #000;
}
article.entry ul.credit-list .custom-icon:before {
  content: "";
  speak: none;
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 25px;
  line-height: 54px;
}

@media screen and (min-width: 660px) {
  article.entry .assets ul li {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  article .wish-button {
    margin-top: 0;
  }
}
.registration-form-lite,
.web-to-lead,
.vote-panel {
  padding: 30px;
}
.registration-form-lite > p,
.web-to-lead > p,
.vote-panel > p {
  margin-bottom: 40px;
}
.registration-form-lite ul.errorlist li:before,
.web-to-lead ul.errorlist li:before,
.vote-panel ul.errorlist li:before {
  background: transparent;
  width: auto;
  height: auto;
}
.registration-form-lite .b-head,
.registration-form-lite form,
.web-to-lead .b-head,
.web-to-lead form,
.vote-panel .b-head,
.vote-panel form {
  max-width: 380px;
}
.registration-form-lite .b-head,
.web-to-lead .b-head,
.vote-panel .b-head {
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}
.registration-form-lite label,
.web-to-lead label,
.vote-panel label {
  margin-bottom: 4px;
}
.registration-form-lite select,
.web-to-lead select,
.vote-panel select {
  width: calc(100% - 0.5em);
}
.registration-form-lite div.selector,
.web-to-lead div.selector,
.vote-panel div.selector {
  height: 40px;
  line-height: 40px;
  background: #eeeeee;
  border: 1px solid #333333;
}
.registration-form-lite input[type="text"],
.web-to-lead input[type="text"],
.vote-panel input[type="text"] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.registration-form-lite input[type="checkbox"],
.web-to-lead input[type="checkbox"],
.vote-panel input[type="checkbox"] {
  display: none;
}
.registration-form-lite input[type="checkbox"] + label,
.web-to-lead input[type="checkbox"] + label,
.vote-panel input[type="checkbox"] + label {
  padding-left: 50px;
  margin-bottom: 40px;
  cursor: pointer;
  display: block;
  position: relative;
  line-height: 14px;
}
.registration-form-lite input[type="checkbox"] + label:before,
.web-to-lead input[type="checkbox"] + label:before,
.vote-panel input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  font: 18px/28px 'dandad-icons';
}
.registration-form-lite input[type="checkbox"]:checked + label:before,
.web-to-lead input[type="checkbox"]:checked + label:before,
.vote-panel input[type="checkbox"]:checked + label:before {
  color: #fff;
  content: '\E040';
  text-align: center;
}
.registration-form-lite input[type="submit"],
.registration-form-lite button[type="submit"],
.registration-form-lite .form-button,
.web-to-lead input[type="submit"],
.web-to-lead button[type="submit"],
.web-to-lead .form-button,
.vote-panel input[type="submit"],
.vote-panel button[type="submit"],
.vote-panel .form-button {
  width: 100%;
  font-family: inherit;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.product .registration-form-lite, body.masterclass-app .registration-form-lite, body.product
.web-to-lead, body.masterclass-app
.web-to-lead, body.product
.vote-panel, body.masterclass-app
.vote-panel {
  margin: 0 auto;
  text-align: center;
}
body.product .registration-form-lite .form-wrapper,
body.product .registration-form-lite .submission-success, body.masterclass-app .registration-form-lite .form-wrapper,
body.masterclass-app .registration-form-lite .submission-success, body.product
.web-to-lead .form-wrapper,
body.product
.web-to-lead .submission-success, body.masterclass-app
.web-to-lead .form-wrapper,
body.masterclass-app
.web-to-lead .submission-success, body.product
.vote-panel .form-wrapper,
body.product
.vote-panel .submission-success, body.masterclass-app
.vote-panel .form-wrapper,
body.masterclass-app
.vote-panel .submission-success {
  border: 1px solid #000;
  padding: 50px 30px;
}
body.product .registration-form-lite .b-head,
body.product .registration-form-lite form, body.masterclass-app .registration-form-lite .b-head,
body.masterclass-app .registration-form-lite form, body.product
.web-to-lead .b-head,
body.product
.web-to-lead form, body.masterclass-app
.web-to-lead .b-head,
body.masterclass-app
.web-to-lead form, body.product
.vote-panel .b-head,
body.product
.vote-panel form, body.masterclass-app
.vote-panel .b-head,
body.masterclass-app
.vote-panel form {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
body.product .registration-form-lite form, body.masterclass-app .registration-form-lite form, body.product
.web-to-lead form, body.masterclass-app
.web-to-lead form, body.product
.vote-panel form, body.masterclass-app
.vote-panel form {
  text-align: left;
}
body.product .registration-form-lite form .form-button, body.masterclass-app .registration-form-lite form .form-button, body.product
.web-to-lead form .form-button, body.masterclass-app
.web-to-lead form .form-button, body.product
.vote-panel form .form-button, body.masterclass-app
.vote-panel form .form-button {
  margin-left: auto;
  margin-right: auto;
}
.registration-form-lite.text-white .form-wrapper,
.registration-form-lite.text-white .submission-success,
.web-to-lead.text-white .form-wrapper,
.web-to-lead.text-white .submission-success,
.vote-panel.text-white .form-wrapper,
.vote-panel.text-white .submission-success {
  border-color: #fff !important;
  color: #fff;
}
.registration-form-lite.text-white input[type="text"],
.registration-form-lite.text-white input[type="email"],
.registration-form-lite.text-white input[type="password"],
.registration-form-lite.text-white input[type="search"],
.registration-form-lite.text-white input[type="submit"],
.registration-form-lite.text-white button[type="submit"],
.registration-form-lite.text-white .form-button,
.web-to-lead.text-white input[type="text"],
.web-to-lead.text-white input[type="email"],
.web-to-lead.text-white input[type="password"],
.web-to-lead.text-white input[type="search"],
.web-to-lead.text-white input[type="submit"],
.web-to-lead.text-white button[type="submit"],
.web-to-lead.text-white .form-button,
.vote-panel.text-white input[type="text"],
.vote-panel.text-white input[type="email"],
.vote-panel.text-white input[type="password"],
.vote-panel.text-white input[type="search"],
.vote-panel.text-white input[type="submit"],
.vote-panel.text-white button[type="submit"],
.vote-panel.text-white .form-button {
  border-color: #fff;
  color: #fff;
}
.registration-form-lite.text-white button[type="submit"],
.registration-form-lite.text-white .form-button,
.web-to-lead.text-white button[type="submit"],
.web-to-lead.text-white .form-button,
.vote-panel.text-white button[type="submit"],
.vote-panel.text-white .form-button {
  cursor: pointer;
}
.registration-form-lite.text-white button[type="submit"]:hover,
.registration-form-lite.text-white .form-button:hover,
.web-to-lead.text-white button[type="submit"]:hover,
.web-to-lead.text-white .form-button:hover,
.vote-panel.text-white button[type="submit"]:hover,
.vote-panel.text-white .form-button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.registration-form-lite {
  background: #333333;
  color: #fff;
}
.registration-form-lite input[type="text"] {
  color: #cbcbcb;
  border: 1px solid #cbcbcb;
}
.registration-form-lite input[name="email"] {
  margin-bottom: 30px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.registration-form-lite input[type="checkbox"] + label:before {
  border: 1px solid #fff;
}
.registration-form-lite input[type="checkbox"]:checked + label:before {
  color: #333333;
  background-color: #fff;
}

.web-to-lead {
  background: #eeeeee;
  color: #333333;
  margin-bottom: 40px;
}
.web-to-lead input[type="checkbox"] + label:before {
  border: 1px solid #333333;
}
.web-to-lead input[type="checkbox"]:checked + label:before {
  color: #fff;
  background-color: #333333;
}
.web-to-lead input[name="email_address"] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.web-to-lead button[type="submit"],
.web-to-lead .form-button {
  color: #333333;
  border: 1px solid #333333;
  margin-top: 30px;
}
.web-to-lead button[type="submit"]:hover,
.web-to-lead .form-button:hover {
  color: #fff;
  background: #333333;
  border: 1px solid #333333;
}

.vote-panel {
  margin-bottom: 30px;
  background: #ffd200;
}
.vote-panel.new-blood {
  background: #eeeeee;
}
.vote-panel .b-head,
.vote-panel form {
  max-width: none;
}
.vote-panel a {
  color: #000;
}
.vote-panel .vote-panel-title {
  font-family: "ITCFranklinGothicStd-Demi", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.vote-panel .btn, .vote-panel body.search-results .search-container input[type="submit"], body.search-results .search-container .vote-panel input[type="submit"], .vote-panel .cart-contents .mini-cart-contents > a, .cart-contents .vote-panel .mini-cart-contents > a,
.vote-panel .cart-contents .mini-cart-contents .proceed-to-checkout,
.cart-contents .mini-cart-contents .vote-panel .proceed-to-checkout {
  width: 100%;
}
.vote-panel .btn + .btn, .vote-panel body.search-results .search-container input[type="submit"] + .btn, body.search-results .search-container .vote-panel input[type="submit"] + .btn, .vote-panel .cart-contents .mini-cart-contents > a + .btn, .cart-contents .vote-panel .mini-cart-contents > a + .btn,
.vote-panel .cart-contents .mini-cart-contents .proceed-to-checkout + .btn,
.cart-contents .mini-cart-contents .vote-panel .proceed-to-checkout + .btn, .vote-panel body.search-results .search-container .btn + input[type="submit"], body.search-results .search-container .vote-panel .btn + input[type="submit"], .vote-panel body.search-results .search-container input[type="submit"] + input[type="submit"], body.search-results .search-container .vote-panel input[type="submit"] + input[type="submit"], .vote-panel .cart-contents body.search-results .search-container .mini-cart-contents > a + input[type="submit"], body.search-results .search-container .vote-panel .cart-contents .mini-cart-contents > a + input[type="submit"], .cart-contents .vote-panel body.search-results .search-container .mini-cart-contents > a + input[type="submit"], body.search-results .search-container .cart-contents .vote-panel .mini-cart-contents > a + input[type="submit"],
.vote-panel .cart-contents .mini-cart-contents body.search-results .search-container .proceed-to-checkout + input[type="submit"],
body.search-results .search-container .vote-panel .cart-contents .mini-cart-contents .proceed-to-checkout + input[type="submit"],
.cart-contents .mini-cart-contents .vote-panel body.search-results .search-container .proceed-to-checkout + input[type="submit"],
body.search-results .search-container .cart-contents .mini-cart-contents .vote-panel .proceed-to-checkout + input[type="submit"], .vote-panel .cart-contents .mini-cart-contents > .btn + a, .cart-contents .vote-panel .mini-cart-contents > .btn + a, .vote-panel body.search-results .search-container .cart-contents .mini-cart-contents > input[type="submit"] + a, .cart-contents .vote-panel body.search-results .search-container .mini-cart-contents > input[type="submit"] + a, body.search-results .search-container .vote-panel .cart-contents .mini-cart-contents > input[type="submit"] + a, .cart-contents body.search-results .search-container .vote-panel .mini-cart-contents > input[type="submit"] + a, .vote-panel .cart-contents .mini-cart-contents > a + a, .cart-contents .vote-panel .mini-cart-contents > a + a,
.vote-panel .cart-contents .mini-cart-contents > .proceed-to-checkout + a,
.cart-contents .mini-cart-contents .vote-panel .mini-cart-contents > .proceed-to-checkout + a,
.vote-panel .cart-contents .mini-cart-contents .btn + .proceed-to-checkout,
.cart-contents .mini-cart-contents .vote-panel .btn + .proceed-to-checkout,
.vote-panel body.search-results .search-container .cart-contents .mini-cart-contents input[type="submit"] + .proceed-to-checkout,
.cart-contents .mini-cart-contents .vote-panel body.search-results .search-container input[type="submit"] + .proceed-to-checkout,
body.search-results .search-container .vote-panel .cart-contents .mini-cart-contents input[type="submit"] + .proceed-to-checkout,
.cart-contents .mini-cart-contents body.search-results .search-container .vote-panel input[type="submit"] + .proceed-to-checkout,
.vote-panel .cart-contents .mini-cart-contents > a + .proceed-to-checkout,
.cart-contents .vote-panel .mini-cart-contents > a + .proceed-to-checkout,
.vote-panel .cart-contents .mini-cart-contents .proceed-to-checkout + .proceed-to-checkout,
.cart-contents .mini-cart-contents .vote-panel .proceed-to-checkout + .proceed-to-checkout {
  margin-top: 20px;
}
.vote-panel button[type="submit"] {
  padding: 0 20px;
}
.vote-panel button[type="submit"]:before {
  vertical-align: top;
  padding-right: 10px;
}

@media screen and (min-width: 28.75em) {
  .registration-form-lite,
  .web-to-lead,
  .vote-panel {
    padding: 40px;
  }
  .registration-form-lite input[type="submit"],
  .registration-form-lite button[type="submit"],
  .registration-form-lite .form-button,
  .web-to-lead input[type="submit"],
  .web-to-lead button[type="submit"],
  .web-to-lead .form-button,
  .vote-panel input[type="submit"],
  .vote-panel button[type="submit"],
  .vote-panel .form-button {
    width: 200px;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .registration-form-lite .b-head,
  .web-to-lead .b-head,
  .vote-panel .b-head {
    margin-bottom: 30px;
  }
  body.product .registration-form-lite .form-wrapper,
  body.product .registration-form-lite .submission-success, body.product
  .web-to-lead .form-wrapper,
  body.product
  .web-to-lead .submission-success, body.product
  .vote-panel .form-wrapper,
  body.product
  .vote-panel .submission-success {
    padding: 30px;
  }

  .registration-form-lite input {
    color: #fff;
  }
  .registration-form-lite input[type="text"]:focus {
    border-color: #fff;
  }

  .vote-panel button[type="submit"],
  .vote-panel .btn,
  .vote-panel body.search-results .search-container input[type="submit"],
  body.search-results .search-container .vote-panel input[type="submit"],
  .vote-panel .cart-contents .mini-cart-contents > a,
  .cart-contents .vote-panel .mini-cart-contents > a,
  .vote-panel .cart-contents .mini-cart-contents .proceed-to-checkout,
  .cart-contents .mini-cart-contents .vote-panel .proceed-to-checkout {
    width: auto;
    min-width: 200px;
  }
}
@media screen and (min-width: 36.25em) {
  .registration-form-lite .b-head,
  .registration-form-lite form,
  .web-to-lead .b-head,
  .web-to-lead form {
    max-width: 480px;
  }
  .registration-form-lite input[type="submit"],
  .registration-form-lite button[type="submit"],
  .registration-form-lite .form-button,
  .web-to-lead input[type="submit"],
  .web-to-lead button[type="submit"],
  .web-to-lead .form-button {
    width: 200px;
    margin-top: 37px;
  }

  .vote-panel .buttons {
    overflow: hidden;
  }
  .vote-panel .buttons .btn, .vote-panel .buttons body.search-results .search-container input[type="submit"], body.search-results .search-container .vote-panel .buttons input[type="submit"], .vote-panel .buttons .cart-contents .mini-cart-contents > a, .cart-contents .vote-panel .buttons .mini-cart-contents > a,
  .vote-panel .buttons .cart-contents .mini-cart-contents .proceed-to-checkout,
  .cart-contents .mini-cart-contents .vote-panel .buttons .proceed-to-checkout {
    min-width: 0;
    width: 195px;
    float: left;
  }
  .vote-panel .buttons .btn + .btn, .vote-panel .buttons body.search-results .search-container input[type="submit"] + .btn, body.search-results .search-container .vote-panel .buttons input[type="submit"] + .btn, .vote-panel .buttons .cart-contents .mini-cart-contents > a + .btn, .cart-contents .vote-panel .buttons .mini-cart-contents > a + .btn,
  .vote-panel .buttons .cart-contents .mini-cart-contents .proceed-to-checkout + .btn,
  .cart-contents .mini-cart-contents .vote-panel .buttons .proceed-to-checkout + .btn, .vote-panel .buttons body.search-results .search-container .btn + input[type="submit"], body.search-results .search-container .vote-panel .buttons .btn + input[type="submit"], .vote-panel .buttons body.search-results .search-container input[type="submit"] + input[type="submit"], body.search-results .search-container .vote-panel .buttons input[type="submit"] + input[type="submit"], .vote-panel .buttons .cart-contents body.search-results .search-container .mini-cart-contents > a + input[type="submit"], body.search-results .search-container .vote-panel .buttons .cart-contents .mini-cart-contents > a + input[type="submit"], .cart-contents .vote-panel .buttons body.search-results .search-container .mini-cart-contents > a + input[type="submit"], body.search-results .search-container .cart-contents .vote-panel .buttons .mini-cart-contents > a + input[type="submit"],
  .vote-panel .buttons .cart-contents .mini-cart-contents body.search-results .search-container .proceed-to-checkout + input[type="submit"],
  body.search-results .search-container .vote-panel .buttons .cart-contents .mini-cart-contents .proceed-to-checkout + input[type="submit"],
  .cart-contents .mini-cart-contents .vote-panel .buttons body.search-results .search-container .proceed-to-checkout + input[type="submit"],
  body.search-results .search-container .cart-contents .mini-cart-contents .vote-panel .buttons .proceed-to-checkout + input[type="submit"], .vote-panel .buttons .cart-contents .mini-cart-contents > .btn + a, .cart-contents .vote-panel .buttons .mini-cart-contents > .btn + a, .vote-panel .buttons body.search-results .search-container .cart-contents .mini-cart-contents > input[type="submit"] + a, .cart-contents .vote-panel .buttons body.search-results .search-container .mini-cart-contents > input[type="submit"] + a, body.search-results .search-container .vote-panel .buttons .cart-contents .mini-cart-contents > input[type="submit"] + a, .cart-contents body.search-results .search-container .vote-panel .buttons .mini-cart-contents > input[type="submit"] + a, .vote-panel .buttons .cart-contents .mini-cart-contents > a + a, .cart-contents .vote-panel .buttons .mini-cart-contents > a + a,
  .vote-panel .buttons .cart-contents .mini-cart-contents > .proceed-to-checkout + a,
  .cart-contents .mini-cart-contents .vote-panel .buttons .mini-cart-contents > .proceed-to-checkout + a,
  .vote-panel .buttons .cart-contents .mini-cart-contents .btn + .proceed-to-checkout,
  .cart-contents .mini-cart-contents .vote-panel .buttons .btn + .proceed-to-checkout,
  .vote-panel .buttons body.search-results .search-container .cart-contents .mini-cart-contents input[type="submit"] + .proceed-to-checkout,
  .cart-contents .mini-cart-contents .vote-panel .buttons body.search-results .search-container input[type="submit"] + .proceed-to-checkout,
  body.search-results .search-container .vote-panel .buttons .cart-contents .mini-cart-contents input[type="submit"] + .proceed-to-checkout,
  .cart-contents .mini-cart-contents body.search-results .search-container .vote-panel .buttons input[type="submit"] + .proceed-to-checkout,
  .vote-panel .buttons .cart-contents .mini-cart-contents > a + .proceed-to-checkout,
  .cart-contents .vote-panel .buttons .mini-cart-contents > a + .proceed-to-checkout,
  .vote-panel .buttons .cart-contents .mini-cart-contents .proceed-to-checkout + .proceed-to-checkout,
  .cart-contents .mini-cart-contents .vote-panel .buttons .proceed-to-checkout + .proceed-to-checkout {
    margin: 0 0 0 15px;
  }
}
@media screen and (min-width: 37.5em) {
  .registration-form-lite ul.errorlist li,
  .registration-form-lite label,
  .web-to-lead ul.errorlist li,
  .web-to-lead label,
  .vote-panel ul.errorlist li,
  .vote-panel label {
    font-size: 0.875em;
    line-height: 1.28571em;
  }
  .registration-form-lite input[type="submit"],
  .registration-form-lite button[type="submit"],
  .registration-form-lite .form-button,
  .web-to-lead input[type="submit"],
  .web-to-lead button[type="submit"],
  .web-to-lead .form-button,
  .vote-panel input[type="submit"],
  .vote-panel button[type="submit"],
  .vote-panel .form-button {
    font-size: 0.875em;
    line-height: 2.85714em;
  }

  .vote-panel .buttons .btn, .vote-panel .buttons body.search-results .search-container input[type="submit"], body.search-results .search-container .vote-panel .buttons input[type="submit"], .vote-panel .buttons .cart-contents .mini-cart-contents > a, .cart-contents .vote-panel .buttons .mini-cart-contents > a,
  .vote-panel .buttons .cart-contents .mini-cart-contents .proceed-to-checkout,
  .cart-contents .mini-cart-contents .vote-panel .buttons .proceed-to-checkout {
    width: 200px;
  }
  .vote-panel .buttons .btn + .btn, .vote-panel .buttons body.search-results .search-container input[type="submit"] + .btn, body.search-results .search-container .vote-panel .buttons input[type="submit"] + .btn, .vote-panel .buttons .cart-contents .mini-cart-contents > a + .btn, .cart-contents .vote-panel .buttons .mini-cart-contents > a + .btn,
  .vote-panel .buttons .cart-contents .mini-cart-contents .proceed-to-checkout + .btn,
  .cart-contents .mini-cart-contents .vote-panel .buttons .proceed-to-checkout + .btn, .vote-panel .buttons body.search-results .search-container .btn + input[type="submit"], body.search-results .search-container .vote-panel .buttons .btn + input[type="submit"], .vote-panel .buttons body.search-results .search-container input[type="submit"] + input[type="submit"], body.search-results .search-container .vote-panel .buttons input[type="submit"] + input[type="submit"], .vote-panel .buttons .cart-contents body.search-results .search-container .mini-cart-contents > a + input[type="submit"], body.search-results .search-container .vote-panel .buttons .cart-contents .mini-cart-contents > a + input[type="submit"], .cart-contents .vote-panel .buttons body.search-results .search-container .mini-cart-contents > a + input[type="submit"], body.search-results .search-container .cart-contents .vote-panel .buttons .mini-cart-contents > a + input[type="submit"],
  .vote-panel .buttons .cart-contents .mini-cart-contents body.search-results .search-container .proceed-to-checkout + input[type="submit"],
  body.search-results .search-container .vote-panel .buttons .cart-contents .mini-cart-contents .proceed-to-checkout + input[type="submit"],
  .cart-contents .mini-cart-contents .vote-panel .buttons body.search-results .search-container .proceed-to-checkout + input[type="submit"],
  body.search-results .search-container .cart-contents .mini-cart-contents .vote-panel .buttons .proceed-to-checkout + input[type="submit"], .vote-panel .buttons .cart-contents .mini-cart-contents > .btn + a, .cart-contents .vote-panel .buttons .mini-cart-contents > .btn + a, .vote-panel .buttons body.search-results .search-container .cart-contents .mini-cart-contents > input[type="submit"] + a, .cart-contents .vote-panel .buttons body.search-results .search-container .mini-cart-contents > input[type="submit"] + a, body.search-results .search-container .vote-panel .buttons .cart-contents .mini-cart-contents > input[type="submit"] + a, .cart-contents body.search-results .search-container .vote-panel .buttons .mini-cart-contents > input[type="submit"] + a, .vote-panel .buttons .cart-contents .mini-cart-contents > a + a, .cart-contents .vote-panel .buttons .mini-cart-contents > a + a,
  .vote-panel .buttons .cart-contents .mini-cart-contents > .proceed-to-checkout + a,
  .cart-contents .mini-cart-contents .vote-panel .buttons .mini-cart-contents > .proceed-to-checkout + a,
  .vote-panel .buttons .cart-contents .mini-cart-contents .btn + .proceed-to-checkout,
  .cart-contents .mini-cart-contents .vote-panel .buttons .btn + .proceed-to-checkout,
  .vote-panel .buttons body.search-results .search-container .cart-contents .mini-cart-contents input[type="submit"] + .proceed-to-checkout,
  .cart-contents .mini-cart-contents .vote-panel .buttons body.search-results .search-container input[type="submit"] + .proceed-to-checkout,
  body.search-results .search-container .vote-panel .buttons .cart-contents .mini-cart-contents input[type="submit"] + .proceed-to-checkout,
  .cart-contents .mini-cart-contents body.search-results .search-container .vote-panel .buttons input[type="submit"] + .proceed-to-checkout,
  .vote-panel .buttons .cart-contents .mini-cart-contents > a + .proceed-to-checkout,
  .cart-contents .vote-panel .buttons .mini-cart-contents > a + .proceed-to-checkout,
  .vote-panel .buttons .cart-contents .mini-cart-contents .proceed-to-checkout + .proceed-to-checkout,
  .cart-contents .mini-cart-contents .vote-panel .buttons .proceed-to-checkout + .proceed-to-checkout {
    margin: 0 0 0 24px;
  }
  .vote-panel button[type="submit"]:before {
    font-size: 1.85714em;
  }
}
@media screen and (min-width: 50em) {
  .registration-form-lite ul.errorlist li,
  .registration-form-lite label,
  .web-to-lead ul.errorlist li,
  .web-to-lead label,
  .vote-panel ul.errorlist li,
  .vote-panel label {
    font-size: 0.77778em;
    line-height: 1.28571em;
  }
  .registration-form-lite input[type="submit"],
  .registration-form-lite button[type="submit"],
  .registration-form-lite .btn,
  .registration-form-lite body.search-results .search-container input[type="submit"],
  body.search-results .search-container .registration-form-lite input[type="submit"],
  .registration-form-lite .cart-contents .mini-cart-contents > a,
  .cart-contents .registration-form-lite .mini-cart-contents > a,
  .registration-form-lite .cart-contents .mini-cart-contents .proceed-to-checkout,
  .cart-contents .mini-cart-contents .registration-form-lite .proceed-to-checkout,
  .registration-form-lite .form-button,
  .web-to-lead input[type="submit"],
  .web-to-lead button[type="submit"],
  .web-to-lead .btn,
  .web-to-lead body.search-results .search-container input[type="submit"],
  body.search-results .search-container .web-to-lead input[type="submit"],
  .web-to-lead .cart-contents .mini-cart-contents > a,
  .cart-contents .web-to-lead .mini-cart-contents > a,
  .web-to-lead .cart-contents .mini-cart-contents .proceed-to-checkout,
  .cart-contents .mini-cart-contents .web-to-lead .proceed-to-checkout,
  .web-to-lead .form-button,
  .vote-panel input[type="submit"],
  .vote-panel button[type="submit"],
  .vote-panel .btn,
  .vote-panel body.search-results .search-container input[type="submit"],
  body.search-results .search-container .vote-panel input[type="submit"],
  .vote-panel .cart-contents .mini-cart-contents > a,
  .cart-contents .vote-panel .mini-cart-contents > a,
  .vote-panel .cart-contents .mini-cart-contents .proceed-to-checkout,
  .cart-contents .mini-cart-contents .vote-panel .proceed-to-checkout,
  .vote-panel .form-button {
    font-size: 0.77778em;
    line-height: 2.85714em;
  }
  body.product .registration-form-lite .form-wrapper,
  body.product .registration-form-lite .submission-success, body.product
  .web-to-lead .form-wrapper,
  body.product
  .web-to-lead .submission-success, body.product
  .vote-panel .form-wrapper,
  body.product
  .vote-panel .submission-success {
    border: 1px solid #000;
    padding: 40px;
    margin: 80px auto;
    max-width: 950px;
  }
  body.product .registration-form-lite .b-head,
  body.product .registration-form-lite form, body.product
  .web-to-lead .b-head,
  body.product
  .web-to-lead form, body.product
  .vote-panel .b-head,
  body.product
  .vote-panel form {
    max-width: 530px;
  }

  .vote-panel .buttons .btn + .btn, .vote-panel .buttons body.search-results .search-container input[type="submit"] + .btn, body.search-results .search-container .vote-panel .buttons input[type="submit"] + .btn, .vote-panel .buttons .cart-contents .mini-cart-contents > a + .btn, .cart-contents .vote-panel .buttons .mini-cart-contents > a + .btn,
  .vote-panel .buttons .cart-contents .mini-cart-contents .proceed-to-checkout + .btn,
  .cart-contents .mini-cart-contents .vote-panel .buttons .proceed-to-checkout + .btn, .vote-panel .buttons body.search-results .search-container .btn + input[type="submit"], body.search-results .search-container .vote-panel .buttons .btn + input[type="submit"], .vote-panel .buttons body.search-results .search-container input[type="submit"] + input[type="submit"], body.search-results .search-container .vote-panel .buttons input[type="submit"] + input[type="submit"], .vote-panel .buttons .cart-contents body.search-results .search-container .mini-cart-contents > a + input[type="submit"], body.search-results .search-container .vote-panel .buttons .cart-contents .mini-cart-contents > a + input[type="submit"], .cart-contents .vote-panel .buttons body.search-results .search-container .mini-cart-contents > a + input[type="submit"], body.search-results .search-container .cart-contents .vote-panel .buttons .mini-cart-contents > a + input[type="submit"],
  .vote-panel .buttons .cart-contents .mini-cart-contents body.search-results .search-container .proceed-to-checkout + input[type="submit"],
  body.search-results .search-container .vote-panel .buttons .cart-contents .mini-cart-contents .proceed-to-checkout + input[type="submit"],
  .cart-contents .mini-cart-contents .vote-panel .buttons body.search-results .search-container .proceed-to-checkout + input[type="submit"],
  body.search-results .search-container .cart-contents .mini-cart-contents .vote-panel .buttons .proceed-to-checkout + input[type="submit"], .vote-panel .buttons .cart-contents .mini-cart-contents > .btn + a, .cart-contents .vote-panel .buttons .mini-cart-contents > .btn + a, .vote-panel .buttons body.search-results .search-container .cart-contents .mini-cart-contents > input[type="submit"] + a, .cart-contents .vote-panel .buttons body.search-results .search-container .mini-cart-contents > input[type="submit"] + a, body.search-results .search-container .vote-panel .buttons .cart-contents .mini-cart-contents > input[type="submit"] + a, .cart-contents body.search-results .search-container .vote-panel .buttons .mini-cart-contents > input[type="submit"] + a, .vote-panel .buttons .cart-contents .mini-cart-contents > a + a, .cart-contents .vote-panel .buttons .mini-cart-contents > a + a,
  .vote-panel .buttons .cart-contents .mini-cart-contents > .proceed-to-checkout + a,
  .cart-contents .mini-cart-contents .vote-panel .buttons .mini-cart-contents > .proceed-to-checkout + a,
  .vote-panel .buttons .cart-contents .mini-cart-contents .btn + .proceed-to-checkout,
  .cart-contents .mini-cart-contents .vote-panel .buttons .btn + .proceed-to-checkout,
  .vote-panel .buttons body.search-results .search-container .cart-contents .mini-cart-contents input[type="submit"] + .proceed-to-checkout,
  .cart-contents .mini-cart-contents .vote-panel .buttons body.search-results .search-container input[type="submit"] + .proceed-to-checkout,
  body.search-results .search-container .vote-panel .buttons .cart-contents .mini-cart-contents input[type="submit"] + .proceed-to-checkout,
  .cart-contents .mini-cart-contents body.search-results .search-container .vote-panel .buttons input[type="submit"] + .proceed-to-checkout,
  .vote-panel .buttons .cart-contents .mini-cart-contents > a + .proceed-to-checkout,
  .cart-contents .vote-panel .buttons .mini-cart-contents > a + .proceed-to-checkout,
  .vote-panel .buttons .cart-contents .mini-cart-contents .proceed-to-checkout + .proceed-to-checkout,
  .cart-contents .mini-cart-contents .vote-panel .buttons .proceed-to-checkout + .proceed-to-checkout {
    margin: 0 0 0 40px;
  }
}
body.product .web-to-lead .form-wrapper,
body.masterclass-app .web-to-lead .form-wrapper {
  border: none;
  max-width: 640px;
  margin: 0 auto;
}
body.product .web-to-lead .form-wrapper .web-to-lead-form,
body.masterclass-app .web-to-lead .form-wrapper .web-to-lead-form {
  max-width: none;
}
body.product .web-to-lead .form-wrapper .web-to-lead-form .form-button,
body.masterclass-app .web-to-lead .form-wrapper .web-to-lead-form .form-button {
  margin-right: 0;
}

@media screen and (min-width: 50em) {
  body.product .web-to-lead-external .form-wrapper,
  body.masterclass-app .web-to-lead-external .form-wrapper {
    max-width: 800px;
  }
  body.product .web-to-lead-external .field-wrapper,
  body.masterclass-app .web-to-lead-external .field-wrapper {
    width: calc(50% - 5px);
    float: left;
  }
  body.product .web-to-lead-external .field-wrapper:nth-child(even),
  body.masterclass-app .web-to-lead-external .field-wrapper:nth-child(even) {
    margin-right: 5px;
  }
  body.product .web-to-lead-external .field-wrapper:nth-child(odd),
  body.masterclass-app .web-to-lead-external .field-wrapper:nth-child(odd) {
    margin-left: 5px;
  }
  body.product .web-to-lead-external .field-wrapper.field-wrapper-long,
  body.masterclass-app .web-to-lead-external .field-wrapper.field-wrapper-long {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.web-to-lead-form textarea {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
  outline: none;
}

.registration {
  background: #333333;
  padding: 30px;
  color: #fff;
}
.registration .registration-container {
  max-width: 480px;
  overflow: hidden;
}
.registration .b-head {
  padding-left: 60px;
  margin-bottom: 30px;
  position: relative;
  font-size: 20px;
  line-height: 25px;
  width: 100%;
}
.registration .b-head:before {
  content: url("../svg/me-icon.svg");
  width: 30px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.registration p {
  margin-bottom: 30px;
  line-height: 1.42857em;
}
.registration .btn, .registration body.search-results .search-container input[type="submit"], body.search-results .search-container .registration input[type="submit"], .registration .cart-contents .mini-cart-contents > a, .cart-contents .registration .mini-cart-contents > a,
.registration .cart-contents .mini-cart-contents .proceed-to-checkout,
.cart-contents .mini-cart-contents .registration .proceed-to-checkout {
  max-width: 200px;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
}
.registration .btn + .btn, .registration body.search-results .search-container input[type="submit"] + .btn, body.search-results .search-container .registration input[type="submit"] + .btn, .registration .cart-contents .mini-cart-contents > a + .btn, .cart-contents .registration .mini-cart-contents > a + .btn,
.registration .cart-contents .mini-cart-contents .proceed-to-checkout + .btn,
.cart-contents .mini-cart-contents .registration .proceed-to-checkout + .btn, .registration body.search-results .search-container .btn + input[type="submit"], body.search-results .search-container .registration .btn + input[type="submit"], .registration body.search-results .search-container input[type="submit"] + input[type="submit"], body.search-results .search-container .registration input[type="submit"] + input[type="submit"], .registration .cart-contents body.search-results .search-container .mini-cart-contents > a + input[type="submit"], body.search-results .search-container .registration .cart-contents .mini-cart-contents > a + input[type="submit"], .cart-contents .registration body.search-results .search-container .mini-cart-contents > a + input[type="submit"], body.search-results .search-container .cart-contents .registration .mini-cart-contents > a + input[type="submit"],
.registration .cart-contents .mini-cart-contents body.search-results .search-container .proceed-to-checkout + input[type="submit"],
body.search-results .search-container .registration .cart-contents .mini-cart-contents .proceed-to-checkout + input[type="submit"],
.cart-contents .mini-cart-contents .registration body.search-results .search-container .proceed-to-checkout + input[type="submit"],
body.search-results .search-container .cart-contents .mini-cart-contents .registration .proceed-to-checkout + input[type="submit"], .registration .cart-contents .mini-cart-contents > .btn + a, .cart-contents .registration .mini-cart-contents > .btn + a, .registration body.search-results .search-container .cart-contents .mini-cart-contents > input[type="submit"] + a, .cart-contents .registration body.search-results .search-container .mini-cart-contents > input[type="submit"] + a, body.search-results .search-container .registration .cart-contents .mini-cart-contents > input[type="submit"] + a, .cart-contents body.search-results .search-container .registration .mini-cart-contents > input[type="submit"] + a, .registration .cart-contents .mini-cart-contents > a + a, .cart-contents .registration .mini-cart-contents > a + a,
.registration .cart-contents .mini-cart-contents > .proceed-to-checkout + a,
.cart-contents .mini-cart-contents .registration .mini-cart-contents > .proceed-to-checkout + a,
.registration .cart-contents .mini-cart-contents .btn + .proceed-to-checkout,
.cart-contents .mini-cart-contents .registration .btn + .proceed-to-checkout,
.registration body.search-results .search-container .cart-contents .mini-cart-contents input[type="submit"] + .proceed-to-checkout,
.cart-contents .mini-cart-contents .registration body.search-results .search-container input[type="submit"] + .proceed-to-checkout,
body.search-results .search-container .registration .cart-contents .mini-cart-contents input[type="submit"] + .proceed-to-checkout,
.cart-contents .mini-cart-contents body.search-results .search-container .registration input[type="submit"] + .proceed-to-checkout,
.registration .cart-contents .mini-cart-contents > a + .proceed-to-checkout,
.cart-contents .registration .mini-cart-contents > a + .proceed-to-checkout,
.registration .cart-contents .mini-cart-contents .proceed-to-checkout + .proceed-to-checkout,
.cart-contents .mini-cart-contents .registration .proceed-to-checkout + .proceed-to-checkout {
  margin-bottom: 30px;
}

@media screen and (min-width: 28.75em) {
  .registration {
    padding: 40px;
  }
  .registration .b-head,
  .registration p,
  .registration .btn + .btn,
  .registration body.search-results .search-container input[type="submit"] + .btn,
  body.search-results .search-container .registration input[type="submit"] + .btn,
  .registration .cart-contents .mini-cart-contents > a + .btn,
  .cart-contents .registration .mini-cart-contents > a + .btn,
  .registration .cart-contents .mini-cart-contents .proceed-to-checkout + .btn,
  .cart-contents .mini-cart-contents .registration .proceed-to-checkout + .btn,
  .registration body.search-results .search-container .btn + input[type="submit"],
  body.search-results .search-container .registration .btn + input[type="submit"],
  .registration body.search-results .search-container input[type="submit"] + input[type="submit"],
  body.search-results .search-container .registration input[type="submit"] + input[type="submit"],
  .registration .cart-contents body.search-results .search-container .mini-cart-contents > a + input[type="submit"],
  body.search-results .search-container .registration .cart-contents .mini-cart-contents > a + input[type="submit"],
  .cart-contents .registration body.search-results .search-container .mini-cart-contents > a + input[type="submit"],
  body.search-results .search-container .cart-contents .registration .mini-cart-contents > a + input[type="submit"],
  .registration .cart-contents .mini-cart-contents body.search-results .search-container .proceed-to-checkout + input[type="submit"],
  body.search-results .search-container .registration .cart-contents .mini-cart-contents .proceed-to-checkout + input[type="submit"],
  .cart-contents .mini-cart-contents .registration body.search-results .search-container .proceed-to-checkout + input[type="submit"],
  body.search-results .search-container .cart-contents .mini-cart-contents .registration .proceed-to-checkout + input[type="submit"],
  .registration .cart-contents .mini-cart-contents > .btn + a,
  .cart-contents .registration .mini-cart-contents > .btn + a,
  .registration body.search-results .search-container .cart-contents .mini-cart-contents > input[type="submit"] + a,
  .cart-contents .registration body.search-results .search-container .mini-cart-contents > input[type="submit"] + a,
  body.search-results .search-container .registration .cart-contents .mini-cart-contents > input[type="submit"] + a,
  .cart-contents body.search-results .search-container .registration .mini-cart-contents > input[type="submit"] + a,
  .registration .cart-contents .mini-cart-contents > a + a,
  .cart-contents .registration .mini-cart-contents > a + a,
  .registration .cart-contents .mini-cart-contents > .proceed-to-checkout + a,
  .cart-contents .mini-cart-contents .registration .mini-cart-contents > .proceed-to-checkout + a,
  .registration .cart-contents .mini-cart-contents .btn + .proceed-to-checkout,
  .cart-contents .mini-cart-contents .registration .btn + .proceed-to-checkout,
  .registration body.search-results .search-container .cart-contents .mini-cart-contents input[type="submit"] + .proceed-to-checkout,
  .cart-contents .mini-cart-contents .registration body.search-results .search-container input[type="submit"] + .proceed-to-checkout,
  body.search-results .search-container .registration .cart-contents .mini-cart-contents input[type="submit"] + .proceed-to-checkout,
  .cart-contents .mini-cart-contents body.search-results .search-container .registration input[type="submit"] + .proceed-to-checkout,
  .registration .cart-contents .mini-cart-contents > a + .proceed-to-checkout,
  .cart-contents .registration .mini-cart-contents > a + .proceed-to-checkout,
  .registration .cart-contents .mini-cart-contents .proceed-to-checkout + .proceed-to-checkout,
  .cart-contents .mini-cart-contents .registration .proceed-to-checkout + .proceed-to-checkout {
    margin-bottom: 40px;
  }
  .registration p {
    font-size: 1.14286em;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 30.625em) {
  .registration .b-head {
    height: 40px;
    padding-top: 7px;
  }
}
@media screen and (min-width: 37.5em) {
  .registration .btn, .registration body.search-results .search-container input[type="submit"], body.search-results .search-container .registration input[type="submit"], .registration .cart-contents .mini-cart-contents > a, .cart-contents .registration .mini-cart-contents > a,
  .registration .cart-contents .mini-cart-contents .proceed-to-checkout,
  .cart-contents .mini-cart-contents .registration .proceed-to-checkout {
    max-width: none;
    width: 200px;
    float: left;
    margin-bottom: 40px;
  }
  .registration .btn + .btn, .registration body.search-results .search-container input[type="submit"] + .btn, body.search-results .search-container .registration input[type="submit"] + .btn, .registration .cart-contents .mini-cart-contents > a + .btn, .cart-contents .registration .mini-cart-contents > a + .btn,
  .registration .cart-contents .mini-cart-contents .proceed-to-checkout + .btn,
  .cart-contents .mini-cart-contents .registration .proceed-to-checkout + .btn, .registration body.search-results .search-container .btn + input[type="submit"], body.search-results .search-container .registration .btn + input[type="submit"], .registration body.search-results .search-container input[type="submit"] + input[type="submit"], body.search-results .search-container .registration input[type="submit"] + input[type="submit"], .registration .cart-contents body.search-results .search-container .mini-cart-contents > a + input[type="submit"], body.search-results .search-container .registration .cart-contents .mini-cart-contents > a + input[type="submit"], .cart-contents .registration body.search-results .search-container .mini-cart-contents > a + input[type="submit"], body.search-results .search-container .cart-contents .registration .mini-cart-contents > a + input[type="submit"],
  .registration .cart-contents .mini-cart-contents body.search-results .search-container .proceed-to-checkout + input[type="submit"],
  body.search-results .search-container .registration .cart-contents .mini-cart-contents .proceed-to-checkout + input[type="submit"],
  .cart-contents .mini-cart-contents .registration body.search-results .search-container .proceed-to-checkout + input[type="submit"],
  body.search-results .search-container .cart-contents .mini-cart-contents .registration .proceed-to-checkout + input[type="submit"], .registration .cart-contents .mini-cart-contents > .btn + a, .cart-contents .registration .mini-cart-contents > .btn + a, .registration body.search-results .search-container .cart-contents .mini-cart-contents > input[type="submit"] + a, .cart-contents .registration body.search-results .search-container .mini-cart-contents > input[type="submit"] + a, body.search-results .search-container .registration .cart-contents .mini-cart-contents > input[type="submit"] + a, .cart-contents body.search-results .search-container .registration .mini-cart-contents > input[type="submit"] + a, .registration .cart-contents .mini-cart-contents > a + a, .cart-contents .registration .mini-cart-contents > a + a,
  .registration .cart-contents .mini-cart-contents > .proceed-to-checkout + a,
  .cart-contents .mini-cart-contents .registration .mini-cart-contents > .proceed-to-checkout + a,
  .registration .cart-contents .mini-cart-contents .btn + .proceed-to-checkout,
  .cart-contents .mini-cart-contents .registration .btn + .proceed-to-checkout,
  .registration body.search-results .search-container .cart-contents .mini-cart-contents input[type="submit"] + .proceed-to-checkout,
  .cart-contents .mini-cart-contents .registration body.search-results .search-container input[type="submit"] + .proceed-to-checkout,
  body.search-results .search-container .registration .cart-contents .mini-cart-contents input[type="submit"] + .proceed-to-checkout,
  .cart-contents .mini-cart-contents body.search-results .search-container .registration input[type="submit"] + .proceed-to-checkout,
  .registration .cart-contents .mini-cart-contents > a + .proceed-to-checkout,
  .cart-contents .registration .mini-cart-contents > a + .proceed-to-checkout,
  .registration .cart-contents .mini-cart-contents .proceed-to-checkout + .proceed-to-checkout,
  .cart-contents .mini-cart-contents .registration .proceed-to-checkout + .proceed-to-checkout {
    margin-left: 40px;
  }
  .registration p {
    font-size: 1em;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 41.25em) {
  .registration .b-head {
    font-size: 25px;
    line-height: 30px;
    padding-top: 7px;
  }
  .registration p {
    font-size: 1.125em;
    line-height: 1.38889em;
  }
}
@media screen and (min-width: 50em) {
  .registration p {
    font-size: 1em;
    line-height: 1.38889em;
  }
}
.credits-sidebar {
  font-size: .8888em;
}
.credits-sidebar .credits-box {
  background: #fff;
  padding: 15px;
  margin-bottom: 5px;
}
.credits-sidebar .credits-box .credit-role {
  margin-bottom: 0;
  font-weight: bold;
}
.credits-sidebar .credits-box ul.credit-list {
  font-size: 1em;
  margin-bottom: 1em;
}
.credits-sidebar .credits-box ul.credit-list li {
  border: none;
  width: 100%;
  margin: 0 !important;
  float: none;
}
.credits-sidebar .credits-box ul.credit-list li a {
  padding: 0;
  min-height: 0;
  text-decoration: underline;
  display: inline;
}
.credits-sidebar .credits-box ul.credit-list li a:hover {
  background: none;
  color: initial;
}
.credits-sidebar .credits-box ul.credit-list:last-child {
  margin-bottom: 0;
}
.credits-sidebar .credits-box.credits-box-main {
  background: #ffd200;
}
.credits-sidebar.table-listing-open .credits-box.hide {
  display: block;
}
.credits-sidebar .table-listing-button-outer {
  margin-left: 0;
  justify-content: left;
}
.credits-sidebar .table-listing-button-outer .table-listing-button {
  width: 180px !important;
}

.fancybox-profile .node {
  max-width: 650px;
  width: 100%;
}

.node p {
  margin-bottom: 20px;
}
@media screen and (min-width: 50em) {
  .node p {
    margin-bottom: 25px;
  }
}
.node header {
  margin-bottom: 20px;
  clear: both;
}
.node header:before, .node header:after {
  content: '';
  display: table;
}
.node header:after {
  clear: both;
}
.node header section.journey-title {
  margin-bottom: 24px;
}
.node header .awards-container {
  overflow: hidden;
  clear: both;
}
.node header .awards-list--node {
  margin-top: 20px !important;
  line-height: 15px;
  margin-bottom: 0 !important;
}
.node header .awards-list--node li {
  background-position: 0 0;
  padding-left: 15px;
  margin-right: 5.26316%;
  margin-bottom: 0;
}
.node header .awards-list--node li span {
  display: block;
}
.node .avatar {
  float: left;
  margin-right: 20px;
  width: 150px;
  margin-bottom: 40px;
  position: relative;
}
.node .avatar img {
  display: block;
}
.node .avatar .processing {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #eeeeee;
  background: url(../gif/spinner.gif) no-repeat center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.node .profile-header {
  position: relative;
}
.node .profile-header a {
  text-decoration: none;
  color: initial;
}
.course .node .profile-header {
  clear: both;
  overflow: hidden;
}
.node .profile-header.edit {
  overflow: hidden;
}
.node .profile-header.edit .c-head {
  margin-top: 15px;
}
.country .node .profile-header .avatar, .company.agency .node .profile-header .avatar {
  display: none;
}
.country .node .profile-header .node-detail, .company.agency .node .profile-header .node-detail {
  float: none;
}
.node .node-detail {
  float: left;
  width: auto;
  position: relative;
}
.node .node-detail h1.name {
  margin-bottom: 0.25em;
  margin-top: -4px;
}
.node .node-detail ul li {
  margin: 0;
  padding: 0;
  font-size: 0.88889em;
  line-height: 1.25em;
}
.node .node-detail ul li:before {
  background: transparent;
  width: auto;
  height: auto;
}
.node .node-detail ul li.board-trustees {
  padding-left: 20px;
}
.node .node-detail ul li.board-trustees:before {
  width: 20px;
  height: 20px;
  top: 4px;
  background: transparent;
  font-size: 18px;
}
.node .node-detail ul li.course-link {
  color: #000;
  padding-left: 17px;
  position: relative;
  text-decoration: none;
  display: block;
  float: left;
}
.node .node-detail ul li.course-link:before {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
}
.node .node-detail ul li.course-link a {
  text-decoration: none;
  border-bottom: 1px solid #989898;
  display: inline-block;
  color: #989898;
}
.node .node-detail ul li.course-link a:hover {
  color: #000;
  border-color: #000;
}
.node .social-links {
  overflow: hidden;
  margin-bottom: 50px;
}
.node .social-links li {
  padding-left: 0;
  margin-bottom: 10px;
}
.node .social-links li:before {
  content: none;
  display: none;
}
.node .social-links a {
  height: 30px;
  line-height: 30px;
  display: block;
  padding-left: 50px;
  position: relative;
  text-decoration: none;
}
.node .social-links a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 30px;
  line-height: 35px;
  display: block;
}
.node .share {
  clear: both;
}
.node h3 {
  font-size: 1.38889em;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.node h3.i-wish {
  padding-left: 50px;
  position: relative;
}
.node h3.i-wish:before {
  content: "";
  display: block;
  width: 32px;
  height: 37px;
  background-image: url(../svg/heart_this.svg);
  background-size: fit;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -19px;
}
.node .profile-information {
  clear: both;
}
.node .profile-table table {
  margin-bottom: 40px;
}
.node ul.i-wish {
  overflow: hidden;
  margin-bottom: 130px;
  margin-right: -20px;
}
.node ul.i-wish li {
  float: left;
  display: block;
  width: 90px;
  height: 90px;
  padding: 0;
  margin-right: 20px;
  margin-bottom: 20px;
}
.node ul.i-wish li:before {
  display: none;
}
.node ul.i-wish li span {
  display: none;
}
.node ul.i-wish li img {
  display: block;
}
.node .university-link {
  color: #989898;
  padding-left: 35px;
  position: relative;
  text-decoration: none;
  font-size: 0.85714em;
  line-height: 1.25em;
  display: block;
  float: left;
}
.node .university-link:before {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 25px;
  color: #cbcbcb;
}
.node .university-link span {
  border-bottom: 1px solid #989898;
  display: inline-block;
}
.node .university-link:hover {
  color: #000;
}
.node .university-link:hover:before {
  color: #000;
}
.node .university-link:hover span {
  border-bottom: 1px solid #000;
}
.node .company-link {
  margin-left: 20px;
  position: relative;
}
.node .company-link:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: -19px;
  top: 0;
  background: transparent;
  font-size: 18px;
  color: #000;
}
.node.person .share:not(#footer-social-menu) {
  float: none;
  position: static;
  margin-top: 10px;
}
.node .description_box {
  background: #ffd200;
  padding: 10px;
  margin-bottom: 40px;
}
.node .description_box p {
  margin-bottom: 0px;
}
.node .description_box p a {
  color: #000;
}
@media screen and (min-width: 50em) {
  .node .description_box {
    padding: 15px;
  }
}
.node ul.sub-categories {
  list-style: none;
  margin-bottom: 40px;
}
.node ul.sub-categories li.sub-category {
  background: white;
  display: block;
  margin-bottom: 0.3333em;
  padding: 10px;
}
.node ul.sub-categories li.sub-category:before {
  display: none;
}
@media screen and (min-width: 50em) {
  .node ul.sub-categories li.sub-category {
    padding: 15px;
  }
}
.node ul.sub-categories li.sub-category h4 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 50em) {
  .node ul.sub-categories li.sub-category h4 {
    font-size: 1.125em;
    line-height: 1.66667em;
    margin-bottom: 10px;
  }
}
.node ul.sub-categories li.sub-category p {
  margin-bottom: 0;
}
.node ul.sub-categories .credits-sidebar {
  font-size: 1em;
}
.node .description_box .product-button {
  margin-top: 10px;
  margin-bottom: 0;
}
.node ul.other_categories li {
  border: none;
}
.node ul.other_categories li a {
  padding: 0;
  min-height: 0;
  line-height: 50px;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}
.node ul.other_categories li a:after {
  font-family: 'dandad-icons';
  content: '\E05D';
  position: absolute;
  right: 13px;
  font-size: 25px;
  margin-top: 2px;
}
@media screen and (min-width: 50em) {
  .node ul.other_categories li a:after {
    right: 0px;
  }
}
.node ul.other_categories li a:hover {
  background-color: transparent;
  color: #000;
}

@media screen and (min-width: 28.75em) {
  .node header .awards-list--node li {
    background-position: 0 0;
    line-height: 15px;
    margin-right: 5.17241%;
  }
  .country .node .profile-header, .company.agency .node .profile-header {
    padding-left: 70px;
    overflow: hidden;
  }
  .country .node .profile-header .avatar, .company.agency .node .profile-header .avatar {
    display: block;
    width: 60px;
    float: left;
    margin-left: -70px;
    margin-bottom: 0;
  }
  .country .node .profile-header .node-detail, .company.agency .node .profile-header .node-detail {
    overflow: hidden;
  }
}
@media screen and (min-width: 30.625em) {
  .course .node .node-detail {
    float: none;
  }
}
@media screen and (min-width: 37.5em) {
  .node .university-link {
    font-size: 0.875em;
  }

  .node header .awards-list--node {
    font-size: 16px;
  }
}
@media screen and (min-width: 41.25em) {
  .node header .awards-list--node {
    white-space: nowrap;
    display: inline-block;
  }
  .node header .awards-list--node li {
    background-position: 0 0;
    background-size: 15px 20px;
    line-height: 20px;
    height: 20px;
    margin-right: 0;
    margin-left: 0 !important;
    display: inline-block;
    width: auto !important;
    padding-left: 0;
  }
  .node header .awards-list--node li:last-of-type {
    margin-left: 0;
  }
  .node header .awards-list--node li:last-of-type span {
    margin-right: 0;
  }
  .node header .awards-list--node li span {
    margin-left: 20px;
    margin-right: 20px;
  }
  .country .node .profile-header, .company.agency .node .profile-header {
    padding-left: 100px;
  }
  .country .node .profile-header .avatar, .company.agency .node .profile-header .avatar {
    width: 80px;
    margin-left: -100px;
    margin-right: 0;
  }
  .country .node .profile-header .node-detail, .company.agency .node .profile-header .node-detail {
    position: relative;
  }
  .country .node .profile-header .name, .company.agency .node .profile-header .name {
    float: left;
    width: 42.10526%;
  }
  .country .node .profile-header .awards-container, .company.agency .node .profile-header .awards-container {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 50em) {
  .social-links {
    font-size: 0.88889em;
  }

  .node .university-link {
    font-size: 0.88889em;
  }

  .country .node .profile-header .name, .company.agency .node .profile-header .name {
    width: 43.42105%;
  }
}
.award {
  display: block;
  width: 26px;
  padding-top: 26px;
  height: 0;
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* professional */
  /* student */
}
.entry_detail .award {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}
.award.icon-in-book {
  background-image: url(../svg/award_inbook.svg);
}
.award.icon-nomination {
  background-image: url(../svg/award_nomination_slice.svg);
}
.award.icon-yellow-pencil {
  background-image: url(../svg/award_yellow_pencil.svg);
}
.award.icon-black-pencil {
  background-image: url(../svg/award_black_pencil.svg);
}
.award.icon-collaborative-pencil {
  background-image: url(../svg/award_collaborative_pencil.svg);
}
.award.icon-white-pencil {
  background-image: url(../svg/award_white_pencil.svg);
}
.award.icon-graphite-pencil {
  background-image: url(../svg/award_graphite_pencil.svg);
}
.award.icon-shortlist {
  background-image: url(../svg/shortlist.svg);
}
.award.icon-next-pencil, .award.icon-wood-pencil, .award.icon-side-hustle-pencil {
  background-image: url(../svg/award_wooden_pencil.svg);
}
.award.icon-future-impact-pencil {
  background-image: url(../svg/award_future_impact_pencil.svg);
}
.award.icon-newblood-first {
  background-image: url(../svg/new_blood_yellow_pencil.svg);
}
.award.icon-newblood-second {
  background-image: url(../svg/new_blood_yellow_pencil.svg);
}
.award.icon-newblood-black-pencil {
  background-image: url(../svg/new_blood_black_pencil.svg);
}
.award.icon-newblood-yellow-pencil {
  background-image: url(../svg/new_blood_yellow_pencil.svg);
}
.award.icon-newblood-white-pencil {
  background-image: url(../svg/new_blood_white_pencil.svg);
}
.award.icon-newblood-commendation, .award.icon-newblood-best-of-year {
  background-image: url(../svg/new_blood_best_of_year.svg);
}
.award.icon-newblood-nomination {
  background-image: url(../svg/award_nomination_slice.svg);
}
.award.icon-newblood-in-book {
  background-image: url(../svg/award_inbook.svg);
}
.award.icon-newblood-graphite-pencil {
  background-image: url(../svg/new_blood_graphite_pencil.svg);
}
.award.icon-newblood-wood-pencil {
  background-image: url(../svg/new_blood_wood_pencil.svg);
}

@media screen and (min-width: 28.75em) {
  .award {
    margin-bottom: 0;
    float: left;
  }
  .award + p {
    float: left;
  }
}
@media screen and (min-width: 50em) {
  .award {
    width: 30px;
    padding-top: 30px;
  }
}
.entry_detail article.entry .assets {
  margin-bottom: 75px;
}

.profile-editor {
  overflow: hidden;
}

.edit .btn, .edit body.search-results .search-container input[type="submit"], body.search-results .search-container .edit input[type="submit"], .edit .cart-contents .mini-cart-contents > a, .cart-contents .edit .mini-cart-contents > a,
.edit .cart-contents .mini-cart-contents .proceed-to-checkout,
.cart-contents .mini-cart-contents .edit .proceed-to-checkout {
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  -moz-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease;
  -o-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease;
  -webkit-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, border 0.15s ease;
}
.edit .btn:hover, .edit body.search-results .search-container input[type="submit"]:hover, body.search-results .search-container .edit input[type="submit"]:hover, .edit .cart-contents .mini-cart-contents > a:hover, .cart-contents .edit .mini-cart-contents > a:hover,
.edit .cart-contents .mini-cart-contents .proceed-to-checkout:hover,
.cart-contents .mini-cart-contents .edit .proceed-to-checkout:hover {
  background-color: #000;
  color: #fff;
}
.edit input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  -moz-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease;
  -o-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease;
  -webkit-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, border 0.15s ease;
}
.edit input[type="file"] {
  margin-top: 20px;
  width: 200px;
  height: 40px;
  overflow: hidden;
  display: block;
  color: transparent;
  -webkit-font-smoothing: antialiased;
}
.edit input[type="file"]:hover {
  cursor: pointer;
}
.edit input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.edit input[type="file"]::before {
  content: 'Browse…';
  background: transparent;
  display: inline-block;
  width: 200px;
  height: 40px;
  text-align: center;
  border: 1px solid #333333;
  color: #333333;
  padding: 0;
  line-height: 40px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease;
  -o-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease;
  -webkit-transition: color 0.15s ease, background 0.15s ease, border 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, border 0.15s ease;
  text-decoration: none;
  font-size: 14px;
}
.edit input[type="file"]:hover::before {
  border: 1px solid #333333;
  color: #fff;
  background-color: #000;
}
.edit .c-head {
  margin-bottom: 30px;
}
.edit hr {
  margin-bottom: 25px;
  border-bottom: 0;
}

.avatar-container {
  margin-bottom: 40px;
  position: relative;
}
.avatar-container:before, .avatar-container:after {
  content: '';
  display: table;
}
.avatar-container:after {
  clear: both;
}
.avatar-container input[type="file"] {
  position: absolute;
  bottom: 0;
  left: 170px;
}

.avatar-preview {
  width: 150px;
  height: 150px;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  -webkit-background-size: cover!important;
  background-size: cover!important;
}

.profile-detail.edit > ul {
  border-top: 1px solid #eeeeee;
}
.profile-detail.edit > ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 30px 0 35px;
  margin-bottom: 0;
}
.profile-detail.edit > ul li:before {
  content: none;
  display: none;
}
.profile-detail.edit .selector {
  max-width: 670px !important;
  width: 100% !important;
  border: 1px solid #cccccc;
  height: 40px;
  line-height: 40px;
  position: relative;
  padding: 0 8px;
}
.profile-detail.edit .selector select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  border: 0;
  opacity: 0;
  width: 100%;
  cursor: pointer;
}
.profile-detail.edit .selector:before {
  position: absolute;
  top: 2px;
  right: 20px;
  -webkit-font-smoothing: subpixel-antialiased;
}
.profile-detail.edit input[type="text"],
.profile-detail.edit textarea {
  max-width: 670px;
  border: 1px solid #cccccc;
  color: #333333;
  display: block;
  margin-bottom: 0;
}
.profile-detail.edit input[type="text"]:focus,
.profile-detail.edit textarea:focus {
  border: 1px solid #333333;
  color: #333333;
}
.profile-detail.edit input[type="text"] {
  height: 40px;
}
.profile-detail.edit textarea {
  width: 100%;
  height: 200px;
}

.edit-actions {
  margin-top: 50px;
}
.edit-actions li {
  padding-left: 0;
  list-style: none;
}
.edit-actions li:first-of-type a {
  border: 1px solid #cccccc;
}
.edit-actions li:first-of-type a:hover {
  border: 1px solid #333333;
}
.edit-actions li a, .edit-actions li input {
  width: 100%;
}
.edit-actions li:before {
  content: none;
  display: none;
}

@media screen and (min-width: 28.75em) {
  .edit input[type="file"] {
    margin-top: 0;
  }

  .avatar-container {
    padding-left: 170px;
  }

  .avatar-preview {
    float: left;
    margin-left: -170px;
  }

  .edit-actions {
    float: right;
    overflow: hidden;
  }
  .edit-actions li {
    float: left;
    padding-left: 40px;
  }
  .edit-actions li:first-of-type a {
    width: 100px;
  }
  .edit-actions li:before {
    content: none;
    display: none;
  }
  .edit-actions li input {
    width: 200px;
  }
}
@media screen and (min-width: 50em) {
  .edit {
    font-size: 0.88889em;
    line-height: 1.25em;
  }
  .edit .c-head {
    font-size: 1.5625em;
    line-height: 1.2em;
  }
}
.judges .b-head,
.juries .b-head {
  font-size: 1.42857em;
  line-height: 1.1em;
  margin-bottom: 35px;
}
.judges .jury-sub-heading,
.juries .jury-sub-heading {
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 50px;
}

/**
*
*
*
* IMPORTANT NOTES:
* This table is styled to be similar to the Ranking Panel Tables.
* On mobile, the image sizes, type, and border colors *must* be the same as the juries table.
* If you have to change any styles here, you may have to change the same styles on the jury listing as well.
*
**/
.jury-listing li,
.judge-listing li {
  padding: 0;
  margin: 0;
}
.jury-listing li:before,
.judge-listing li:before {
  content: none;
}
.jury-listing li > a,
.judge-listing li > a {
  color: inherit;
  text-decoration: none;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  display: block;
  padding: 10px;
  position: relative;
}
.jury-listing li > a:hover,
.judge-listing li > a:hover {
  background: #000;
  color: #fff;
  border-top-color: #000;
  border-bottom-color: #000;
}
.jury-listing li > a:before,
.judge-listing li > a:before {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 30px;
  font-size: 25px;
  text-align: right;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jury-listing > li:not(:first-of-type),
.judge-listing > li:not(:first-of-type) {
  margin-top: -1px;
}

.jury-information,
.judge-information {
  margin: 0;
  font-size: 0.85714em;
  line-height: 1.66667em;
}
.jury-information.has-image,
.judge-information.has-image {
  padding-left: 40px;
}
.jury-information li,
.judge-information li {
  padding-right: 40px;
}
.jury-information li.list-image,
.judge-information li.list-image {
  width: 30px;
  float: left;
  margin-left: -40px;
  padding-right: 0;
}
.jury-information li.list-image img,
.judge-information li.list-image img {
  width: 30px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: block;
}
.jury-information li strong,
.judge-information li strong {
  font-family: "ITCFranklinGothicStd-Demi", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

@media screen and (min-width: 28.75em) {
  .jury-listing li > a:before,
  .judge-listing li > a:before {
    padding-right: 5px;
  }

  .jury-information,
  .judge-information {
    font-size: 14px;
    line-height: 20px;
  }
  .jury-information.has-image,
  .judge-information.has-image {
    padding-left: 50px;
  }
  .jury-information li.list-image,
  .judge-information li.list-image {
    margin-left: -50px;
  }
  .jury-information li.list-image img,
  .judge-information li.list-image img {
    width: 40px;
  }
}
@media screen and (min-width: 37.5em) {
  .judges .b-head,
  .juries .b-head {
    font-size: 1.25em;
    line-height: 1.25em;
  }
  .judges .jury-sub-heading,
  .juries .jury-sub-heading {
    font-size: 1.25em;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 41.25em) {
  .jury-listing li > a,
  .judge-listing li > a {
    padding: 0;
    min-height: 70px;
  }
  .jury-listing li > a:before,
  .judge-listing li > a:before {
    display: none;
  }

  .jury-information,
  .judge-information {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .jury-information.has-image,
  .judge-information.has-image {
    padding: 0;
  }
  .jury-information li,
  .judge-information li {
    display: table-cell;
    vertical-align: middle;
    height: 68px;
    padding: 0 10px;
  }
  .jury-information li:first-of-type,
  .judge-information li:first-of-type {
    width: 327px;
  }
  .jury-information li.list-image,
  .judge-information li.list-image {
    width: 60px;
    float: none;
    margin-left: 0;
    padding-left: 20px;
  }
  .jury-information li.list-image + li,
  .judge-information li.list-image + li {
    width: 267px;
  }
  .jury-information li:last-of-type,
  .judge-information li:last-of-type {
    padding-right: 70px;
  }
}
@media screen and (min-width: 50em) {
  .judges .b-head,
  .juries .b-head {
    font-size: 1.38889em;
    line-height: 1.2em;
  }
  .judges .jury-sub-heading,
  .juries .jury-sub-heading {
    font-size: 1.11111em;
    line-height: 1em;
  }
}
@media screen and (min-width: 56.25em) {
  .jury-listing li > a:before,
  .judge-listing li > a:before {
    width: 70px;
    display: block;
    padding-right: 15px;
  }
}
.person.node {
  margin-bottom: 30px;
}
.person.node #shop-section {
  margin-bottom: 50px;
}
.person.node #shop-section #shop-products-section {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.person.node #shop-section #shop-products-section .product-panel-title {
  margin-bottom: 16px;
}

.person.node h2 {
  margin-bottom: 20px;
}

.privacy-note {
  color: #999999;
}
.privacy-note:after {
  font-size: 20px;
  position: relative;
  top: 1px;
  left: 4px;
}

#id_publish {
  -webkit-appearance: auto;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

.my-membership,
.subscription_preferences {
  background: #FFD200;
  padding: 2em;
}

.my-account {
  background-color: #FFF;
  overflow: hidden;
}
.my-account .error-message {
  margin-bottom: 10px;
  color: #ff0000;
  margin-top: -20px;
}
.my-account .error-message .info {
  color: #00aa00;
}
.my-account .error-message:empty {
  margin-top: 0;
}
.my-account .my-account-line {
  overflow: hidden;
  width: 100%;
}
.my-account .my-account-line label {
  width: 40%;
  float: left;
}
.my-account .my-account-line input, .my-account .my-account-line select {
  float: left;
  width: 60%;
  height: 27px;
}
.my-account .my-account-line input:disabled, .my-account .my-account-line select:disabled {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #999;
  border: none;
  background: none;
}
.my-account .my-account-line input:disabled:-webkit-autofill, .my-account .my-account-line select:disabled:-webkit-autofill {
  -webkit-text-fill-color: #999;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.my-account .my-account-line input.wrong, .my-account .my-account-line select.wrong {
  background-color: #ffeeee;
  border-color: #FF0000;
}
.my-account .my-account-line select:disabled {
  padding-left: 10px;
}

.my-dandad .my-account-half, .my-dandad .awards-invoices {
  float: left;
  width: 100%;
  padding: 2em;
}
@media screen and (min-width: 56.25em) {
  .my-dandad .my-account-half, .my-dandad .awards-invoices {
    width: 50%;
  }
}

@media screen and (min-width: 56.25em) {
  .my-dandad .my-account-half:nth-child(even) {
    padding-left: 0.5em;
  }
  .my-dandad .my-account-half:nth-child(odd) {
    padding-right: 0.5em;
  }
}

.subscription_preferences {
  background: #FFD200;
  padding: 1.5em 2em;
  position: relative;
}
.subscription_preferences h2 {
  line-height: 1;
  margin-bottom: 0 !important;
}
.subscription_preferences .product-button {
  position: static;
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 37.5em) {
  .subscription_preferences .product-button {
    position: absolute;
    right: 2em;
    top: 1em;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.invoice-section {
  display: flex;
  flex-wrap: wrap;
}

.awards-invoices {
  background-color: #FFF;
  margin-top: 6px;
  box-sizing: border-box;
}
@media screen and (min-width: 56.25em) {
  .awards-invoices:nth-child(even) {
    width: calc(50% - 3px);
    margin-left: 3px;
  }
  .awards-invoices:nth-child(odd) {
    width: calc(50% - 3px);
    margin-right: 3px;
  }
}

.no_invoices {
  display: none;
}

.invoices:empty + .invoices .no_invoices {
  display: inline;
}

.invoice-row {
  border-bottom: 1px solid;
  line-height: 2em;
  overflow: hidden;
  margin-top: 5px;
  position: relative;
}
.invoice-row .invoice-no {
  width: 50%;
  display: block;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 5%;
}
.invoice-row .invoice-date {
  width: 35%;
  display: block;
  float: left;
  margin-right: 5%;
}
.invoice-row .invoice-link {
  text-decoration: none;
  float: right;
}
.invoice-row .invoice-link:after {
  font-size: 25px;
  line-height: 30px;
  color: #000;
}
.invoice-row .invoice-view {
  text-decoration: none;
  float: right;
  color: #FFD200;
  font-weight: bold;
  position: absolute;
  right: 0;
}

.edit-buttons {
  overflow: hidden;
  margin-bottom: 50px;
}
.edit-buttons .product-button {
  float: left;
  margin-right: 1em;
}
.edit-buttons .product-button.see-more {
  margin-right: 20px;
  display: none;
}

.profile-detail .fader-wrapper {
  display: none;
  position: absolute;
  top: 0;
}
.profile-detail .fader-wrapper .fader {
  top: 0;
  height: 300px;
}

.public-profile-info {
  background: white;
  padding: 2em;
  margin-bottom: 1em;
}
.public-profile-info .edit-buttons {
  margin-top: 1em;
  margin-bottom: 0;
}
.public-profile-info .edit-buttons .product-button {
  margin-bottom: 0;
  border-color: black;
  color: black;
}

.profile-detail.hidden:not(.edit) {
  position: relative;
  max-height: 300px;
  overflow: hidden;
  margin-bottom: 100px;
}
.profile-detail.hidden:not(.edit) .fader-wrapper {
  display: block;
}

.profile-detail.hidden:not(.edit) + .edit-buttons .see-more {
  display: block;
}

.my-shop {
  display: none;
  background-color: #cccccc;
}
.my-shop .product-button {
  padding: 0 !important;
}
.my-shop .horizontal-panel {
  padding-bottom: 1em;
}
.my-shop .horizontal-panel .tickets-inner {
  padding-top: 0;
}

@media screen and (min-width: 56.25em) {
  main[role="main"] .container.saved_articles {
    padding: 20px 80px;
  }
}

.only-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.only-container .product-panel-title {
  font-family: 'ITCFranklinGothicStd-Book';
  margin-top: calc(4em - 30px);
  font-size: 1.42857em;
  line-height: 1.25em;
}

.profile-save-details {
  display: none;
}

#profile-edit-form #edit-profile {
  display: none;
}

/**
*
* Footer Styles
*
*
**/
main[role="main"] .container.with-banner {
  padding-bottom: 0 !important;
}
main[role="main"] .container.with-banner .registration {
  margin-bottom: 40px;
}
main[role="main"] .banner-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
main[role="main"] .large-banner {
  height: 401px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 40px;
}
main[role="main"] .large-banner .large-banner-text {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 360px;
  padding: 20px;
}
main[role="main"] .large-banner .large-banner-text h2, main[role="main"] .large-banner .large-banner-text p {
  margin-bottom: 0.8em;
}
@media screen and (max-width: 400px) {
  main[role="main"] .large-banner .large-banner-text h2 {
    display: none;
  }
}
@media screen and (min-width: 540px) {
  main[role="main"] .large-banner .large-banner-text {
    width: 33.3333%;
    line-height: 1.5;
    top: 50%;
    transform: translate(0, -50%);
  }
  main[role="main"] .large-banner .large-banner-text h2 {
    display: block;
  }
}
@media screen and (min-width: 540px) and (max-width: 800px) {
  main[role="main"] .large-banner .large-banner-text {
    font-size: 0.86em;
  }
}

@media screen and (min-width: 82.5em) {
  main[role="main"] .large-banner .large-banner-text {
    padding: 2em;
    font-size: 1em;
  }
}
main[role="main"] .large-banner .festival-cta {
  color: #000;
  border-color: #000;
  width: auto;
  padding: 0px 15px 0px;
  height: auto;
  font-size: 0.8888em;
  line-height: 38px;
}
main[role="main"] .large-banner .festival-cta:hover {
  background-color: #000;
  color: #fff;
}
main[role="main"] .large-banner.squarespace-banner {
  display: block;
  background-image: url("../png/by-the-book-260x401.png");
  height: 0;
  padding-top: 154.23%;
}
main[role="main"] .large-banner.squarespace-banner .large-banner-text {
  padding: 2em;
}
main[role="main"] .large-banner.squarespace-banner .large-banner-text h2 {
  display: block;
}
@media screen and (min-width: 540px) {
  main[role="main"] .large-banner.squarespace-banner {
    background-image: url("../png/by-the-book-960x550.png");
    height: 0;
    padding-top: 56.25%;
  }
  main[role="main"] .large-banner.squarespace-banner .large-banner-text {
    padding: 40px;
    width: 50%;
  }
}
@media screen and (min-width: 82.5em) {
  main[role="main"] .large-banner.squarespace-banner {
    background-image: url("../png/by-the-book-1160x528.png");
    height: 528px;
    padding-top: 0;
  }
}
main[role="main"] .large-banner.festival-banner-1 {
  background-image: url("../png/winners-2023-520x802.png");
  background-size: contain;
  height: 0;
  padding-top: 154.23%;
  color: #fff;
}
main[role="main"] .large-banner.festival-banner-1 .festival-cta {
  color: #fff;
  border-color: #fff;
  margin-top: 10px;
}
main[role="main"] .large-banner.festival-banner-1 .festival-cta:hover {
  background-color: #ffd200;
  color: #000;
  border-color: #ffd200;
}
main[role="main"] .large-banner.festival-banner-1 .large-banner-text {
  padding: 3em 2em;
}
main[role="main"] .large-banner.festival-banner-1 .large-banner-text h2 {
  display: block;
}
@media screen and (min-width: 540px) {
  main[role="main"] .large-banner.festival-banner-1 {
    background-image: url("../png/winners-2023-1920x1100.png");
    height: 0;
    padding-top: 56.25%;
  }
  main[role="main"] .large-banner.festival-banner-1 .large-banner-text {
    padding: 20px;
    width: 34%;
    margin-top: 10px;
    max-width: none;
  }
}
@media screen and (min-width: 82.5em) {
  main[role="main"] .large-banner.festival-banner-1 {
    background-image: url("../jpg/winners-2023-2320x1056.jpg");
    height: 528px;
    padding-top: 0;
  }
  main[role="main"] .large-banner.festival-banner-1 .large-banner-text {
    width: 34%;
    padding: 2em;
  }
}
main[role="main"] .large-banner.festival-banner-2 {
  background-image: url("../png/masterclasses_2023_520x802.png");
  height: 0;
  padding-top: 154.23%;
  color: #000;
}
main[role="main"] .large-banner.festival-banner-2 .festival-cta {
  color: #000;
  border-color: #000;
  margin-top: 10px;
}
main[role="main"] .large-banner.festival-banner-2 .festival-cta:hover {
  background-color: #000;
  color: #FFF;
  border-color: #000;
}
main[role="main"] .large-banner.festival-banner-2 .large-banner-text {
  padding: 3em 2em;
}
main[role="main"] .large-banner.festival-banner-2 .large-banner-text h2 {
  display: block;
}
@media screen and (min-width: 540px) {
  main[role="main"] .large-banner.festival-banner-2 {
    background-image: url("../png/masterclasses_2023_1920x1100.png");
    height: 0;
    padding-top: 56.25%;
  }
  main[role="main"] .large-banner.festival-banner-2 .large-banner-text {
    padding: 25px;
    width: 40%;
  }
}
@media screen and (min-width: 82.5em) {
  main[role="main"] .large-banner.festival-banner-2 {
    background-image: url("../png/masterclasses_2023_2320x1056.png");
    height: 528px;
    padding-top: 0;
  }
}
main[role="main"] .large-banner.large-banner-rotation {
  display: none;
}
main[role="main"] .large-banner.large-banner-rotation.show {
  display: block;
}

footer[role="contentinfo"] {
  background: #eeeeee;
  line-height: 1.28571em;
  color: #333333;
  border-top: 1px solid #cccccc;
}
footer[role="contentinfo"] .container {
  max-width: 1020px;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
  position: relative;
}
footer[role="contentinfo"] .container:before, footer[role="contentinfo"] .container:after {
  content: '';
  display: table;
}
footer[role="contentinfo"] .container:after {
  clear: both;
}
footer[role="contentinfo"] .fine-print {
  margin-bottom: 30px;
}
footer[role="contentinfo"] address {
  margin-bottom: 30px;
}
footer[role="contentinfo"] small {
  max-width: 150px;
  display: inline-block;
  margin-bottom: 30px;
}
footer[role="contentinfo"] .charity-status {
  max-width: 100% !important;
}
footer[role="contentinfo"] a:hover {
  color: #333333;
}
footer[role="contentinfo"] nav {
  margin-bottom: 30px;
}
footer[role="contentinfo"] nav ul li {
  line-height: 1.71429em;
}
footer[role="contentinfo"] nav ul a {
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  color: #333333;
}
footer[role="contentinfo"] nav ul a:hover {
  border-bottom: 1px solid #333333;
}

.back-to-the-top {
  position: relative;
  width: 29px;
  height: 30px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
.back-to-the-top:before {
  text-align: center;
  font-size: 36px;
  line-height: 37px;
}

@media screen and (min-width: 28.75em) {
  footer[role="contentinfo"] .container {
    padding: 40px;
  }
  footer[role="contentinfo"] .fine-print {
    width: 100%;
    float: left;
    margin-bottom: 40px;
  }
  footer[role="contentinfo"] nav {
    float: left;
  }
  footer[role="contentinfo"] .secondary-navigation {
    padding-left: 0;
    padding-right: 10px;
    width: 50%;
    float: left;
  }
  footer[role="contentinfo"] .social {
    padding-left: 10px;
    padding-right: 0;
    width: 50%;
    float: left;
  }
  footer[role="contentinfo"] small {
    max-width: 190px;
    float: left;
    margin-bottom: 30px;
  }

  .back-to-the-top {
    clear: both;
  }
}
@media screen and (min-width: 41.25em) {
  footer[role="contentinfo"] .fine-print,
  footer[role="contentinfo"] .secondary-navigation {
    padding-left: 0;
    padding-right: 20px;
    width: 33.33333%;
    float: left;
  }
  footer[role="contentinfo"] .social {
    padding-left: 0;
    padding-right: 0;
    width: 28.88889%;
    float: left;
  }
  footer[role="contentinfo"] .rights {
    margin-bottom: 40px;
  }
  footer[role="contentinfo"] small {
    width: 100%;
  }
  footer[role="contentinfo"] small {
    max-width: 180px;
  }
}
footer #footer-social-menu {
  float: none;
  margin: 0 auto 40px;
  width: 232px;
  padding-left: 0;
}
@media screen and (min-width: 50em) {
  footer #footer-social-menu {
    width: 266px;
  }
}

#footer-social-menu ul li {
  margin: 0 4px;
}
#footer-social-menu ul li a {
  color: #333333;
}
#footer-social-menu ul li a:hover {
  text-decoration: none;
  border-bottom: none;
}

.rights-reserved {
  color: #999999;
}

#footer-main-menu {
  float: none;
  max-width: 630px;
  margin: 0 auto 60px;
  text-align: center;
}
@media screen and (min-width: 28.75em) {
  #footer-main-menu {
    float: none;
    margin: 0 auto 120px;
  }
}
#footer-main-menu ul {
  display: inline-block;
}
#footer-main-menu ul li {
  float: left;
  margin: 0 10px;
  width: 100%;
}
@media screen and (min-width: 50em) {
  #footer-main-menu ul li {
    width: auto;
  }
}

/**
*
* Various Hacks and Fixes
*
* Note: you should not rely on writing a lot of CSS using hacks.
* Only write them when necessary.
*
**/
html.ie9 .menu-container,
html.ie9 .cart-container,
html.ie9 .login-container,
html.ie9 .profile-container {
  right: -680px;
}
html.ie9 .menu-container.on,
html.ie9 .cart-container.on,
html.ie9 .login-container.on,
html.ie9 .profile-container.on {
  right: 0;
}

/**
*
* Media Queries
*
*
*
**/
@media screen and (min-width: 37.5em) {
  body {
    font-size: 1em;
    line-height: 1.5625em;
  }

  h1, .a-head {
    font-size: 1.5625em;
    line-height: 1.2em;
  }

  h2, .b-head {
    font-size: 1.25em;
    line-height: 1.25em;
  }

  cite {
    font-size: 0.875em;
    line-height: 1.14286em;
  }

  article ol li {
    padding-left: 42px;
  }
  article ul li {
    padding-left: 15px;
  }

  body.product .product-panel-title {
    font-size: 1.25em;
    line-height: 1.25em;
    margin-bottom: 36px;
  }

  header[role="banner"] .header-toggle {
    margin-left: -40px;
    margin-right: -40px;
    padding: 0 40px;
  }
  header[role="banner"] .header-toggle.search-container {
    padding: 30px 40px;
  }

  .menu-container ul a,
  .profile-container ul a {
    /* min-height: 160px; */
    padding: 30px 40px;
  }
  .menu-container ul a p,
  .profile-container ul a p {
    position: relative;
    top: auto;
    left: auto;
    font-size: 0.77778em;
    line-height: 1.28571em;
  }
  .menu-container ul li.log-out a,
  .profile-container ul li.log-out a {
    min-height: auto;
  }

  .login-container,
  .profile-container {
    font-size: 0.875em;
    line-height: 1.28571em;
  }
  .login-container .closing-container > p:first-of-type,
  .profile-container .closing-container > p:first-of-type {
    position: relative;
    top: auto;
    left: auto;
  }
  .login-container input[type="submit"],
  .login-container .forgot-password,
  .profile-container input[type="submit"],
  .profile-container .forgot-password {
    float: left;
    display: inline-block;
  }
  .login-container input[type="submit"],
  .profile-container input[type="submit"] {
    margin-top: 25px;
  }
  .login-container .forgot-password,
  .profile-container .forgot-password {
    margin-left: 0;
  }
  .login-container hr,
  .profile-container hr {
    clear: both;
  }

  article .jounrney-title {
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 16px;
  }
  article figure figcaption {
    font-size: 0.875em;
    line-height: 1.28571em;
  }

  .image-copy-with-link a.product-button {
    font-size: 0.875em;
    line-height: 2.85714em;
  }

  body.product .video-block {
    padding: 60px 40px 80px;
  }
  body.product .video-block > .e-head {
    font-size: 1.5625em;
    line-height: 1.2em;
  }
  .video-block .caption {
    font-size: 0.875em;
    line-height: 1.28571em;
  }

  .flowplayer .fp-time {
    bottom: 20px;
  }

  .embed-container {
    margin-bottom: 40px;
  }

  .tabbed-panel .product-panel-title {
    margin-bottom: 0;
  }

  .tabs {
    padding: 60px 70px 40px;
  }
  .tabs ul li .tab-content img {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .tabs ul li .tab-content img + div {
    margin-top: 40px;
  }
  .tabs ul .tab > a {
    font-size: 0.875em;
    line-height: 1.28571em;
  }

  .image-and-text-carousel {
    padding: 55px 80px 60px;
  }
  .image-and-text-carousel .carousel-container {
    padding: 0 0 40px;
  }
  .image-and-text-carousel .owl-buttons span {
    bottom: -60px;
  }

  div.google-map {
    padding: 40px 0;
  }
  div.google-map .gmap {
    width: 360px;
    height: 200px;
    position: absolute !important;
    top: 40px;
    left: 0;
  }
  div.google-map .map-copy {
    margin-top: -4px;
    display: inline-block;
    margin-left: 380px;
    min-height: 200px;
  }

  div.product-block {
    margin-bottom: 40px;
  }
  div.product-block + .product-block {
    margin-top: -41px;
  }
  div.product-block .product-image {
    width: 260px;
  }
  div.product-block .product-info-buy {
    font-size: 0.88889em;
  }
  div.product-block .product-info-buy p:first-of-type {
    margin-top: -4px;
  }
  div.product-block form input[type="submit"], div.product-block form button, div.product-block form .btn, div.product-block form body.search-results .search-container input[type="submit"], body.search-results .search-container div.product-block form input[type="submit"], div.product-block form .cart-contents .mini-cart-contents > a, .cart-contents div.product-block form .mini-cart-contents > a,
  div.product-block form .cart-contents .mini-cart-contents .proceed-to-checkout,
  .cart-contents .mini-cart-contents div.product-block form .proceed-to-checkout {
    font-size: 0.88889em;
  }
  div.product-block + div.download {
    margin-top: -41px;
  }

  .product-call-to-action {
    padding: 60px 40px 80px;
  }
  .product-call-to-action ul li {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333%;
    float: left;
    padding-top: 33.33333%;
  }

  .sidebar .f-head {
    font-size: 1em;
    line-height: 4.125em;
  }
}
@media screen and (min-width: 50em) {
  body {
    font-size: 1.125em;
    line-height: 1.66667em;
  }

  h1, .a-head {
    font-size: 1.66667em;
    line-height: 1.16667em;
  }

  h2, .b-head {
    font-size: 1.38889em;
    line-height: 1.2em;
  }

  blockquote {
    margin: 40px 0 80px 0;
  }

  cite {
    font-size: 0.77778em;
    line-height: 1.14286em;
  }

  body.product .product-panel-title {
    font-size: 1.38889em;
    line-height: 1.2em;
  }

  .dandad-and-you {
    font-size: 0.88889em;
  }

  .menu-container ul,
  .profile-container ul {
    margin-top: 20px;
  }
  .menu-container .profile-contents,
  .menu-container .menu-contents,
  .profile-container .profile-contents,
  .profile-container .menu-contents {
    padding: 20px 0 40px;
  }
  .menu-container ul li.log-out a,
  .profile-container ul li.log-out a {
    min-height: auto;
  }

  .search-container {
    font-size: 0.88889em;
  }
  .search-container .search-form .selector {
    font-size: 0.875em;
  }

  .login-container p,
  .profile-container p {
    margin-bottom: 40px;
  }
  .login-container input[type="text"],
  .login-container input[type="email"],
  .login-container input[type="password"],
  .profile-container input[type="text"],
  .profile-container input[type="email"],
  .profile-container input[type="password"] {
    margin-bottom: 37px;
  }
  .login-container input[type="submit"],
  .profile-container input[type="submit"] {
    margin-top: 5px;
  }
  .login-container .btn:hover, .login-container body.search-results .search-container input[type="submit"]:hover, body.search-results .search-container .login-container input[type="submit"]:hover, .login-container .cart-contents .mini-cart-contents > a:hover, .cart-contents .login-container .mini-cart-contents > a:hover,
  .login-container .cart-contents .mini-cart-contents .proceed-to-checkout:hover,
  .cart-contents .mini-cart-contents .login-container .proceed-to-checkout:hover,
  .profile-container .btn:hover,
  .profile-container body.search-results .search-container input[type="submit"]:hover,
  body.search-results .search-container .profile-container input[type="submit"]:hover,
  .profile-container .cart-contents .mini-cart-contents > a:hover,
  .cart-contents .profile-container .mini-cart-contents > a:hover,
  .profile-container .cart-contents .mini-cart-contents .proceed-to-checkout:hover,
  .cart-contents .mini-cart-contents .profile-container .proceed-to-checkout:hover {
    background: #fff;
  }

  /* a.sign-out {
  	padding: 0 65px 80px 40px;
  } */
  .back-to-login {
    width: auto;
    display: inline-block;
    margin-left: 30px;
  }

  .login-or-register,
  .password-reset {
    padding: 40px 0;
  }

  main[role="main"] .container article .journey-title {
    font-size: 1.11111em;
    line-height: 1em;
  }
  main[role="main"] .container article > p:first-of-type {
    margin-bottom: 75px;
  }
  main[role="main"] .container article figure {
    margin-bottom: 75px;
  }
  main[role="main"] .container article figure figcaption {
    font-size: 0.77778em;
    line-height: 2.14286em;
    margin: 20px 0 0;
  }
  main[role="main"] .container article .jounrney-title,
  main[role="main"] .container article .copy-plugin,
  main[role="main"] .container article .quote,
  main[role="main"] .container article figcaption,
  main[role="main"] .container article .caption {
    padding-right: 90px;
  }

  .masterclass main[role="main"] .copy-plugin {
    padding-right: 0 !important;
  }

  .image-copy-with-link span p {
    max-width: 600px;
    font-size: 0.875em;
    line-height: 1.28571em;
  }
  .image-copy-with-link ul {
    width: auto;
  }
  .image-copy-with-link ul li {
    display: inline;
  }
  .image-copy-with-link ul li:last-of-type {
    margin-bottom: 0;
  }
  .image-copy-with-link a.product-button {
    font-size: 0.77778em;
    line-height: 2.85714em;
  }

  .snippet {
    padding: 80px 40px;
  }

  .judging-scrolling .scrolling-element {
    position: absolute;
    -moz-transform-origin: 50% 0 50%;
    -ms-transform-origin: 50% 0 50%;
    -webkit-transform-origin: 50% 0 50%;
    transform-origin: 50% 0 50%;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .judging-scrolling .scrolling-element:first-of-type {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    left: 10%;
    display: block;
  }
  .judging-scrolling .scrolling-element:last-of-type {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -moz-transform: scale(0.7) rotate(10deg);
    -ms-transform: scale(0.7) rotate(10deg);
    -webkit-transform: scale(0.7) rotate(10deg);
    transform: scale(0.7) rotate(10deg);
    right: 10%;
    display: block;
  }
  .judging-scrolling .scrolling-element.focused-element {
    left: 50%;
    z-index: 20;
    top: auto;
    bottom: auto;
    width: auto;
  }
  .judging-scrolling .scrolling-element.death-to-mediocrity {
    width: 500px;
    height: 280px;
  }
  .judging-scrolling .scrolling-element.sink-the-shallow {
    width: 550px;
    height: 350px;
  }
  .judging-scrolling .scrolling-element.style-will-not-save-you {
    width: 420px;
    height: 420px;
  }
  .judging-scrolling .scrolling-element.out-with-the-old {
    width: 410px;
    height: 530px;
  }
  .judging-scrolling .scrolling-element.i-wish-id-done-that {
    width: 325px;
    height: 620px;
  }
  .judging-scrolling .scrolling-element.history-is-not-the-judge {
    width: 500px;
    height: 365px;
  }
  .judging-scrolling .scrolling-element.get-off-the-fence {
    width: 510px;
    height: 510px;
  }

  body.product .video-block > .e-head {
    font-size: 1.38889em;
    line-height: 1.2em;
  }
  .video-block .caption {
    font-size: 0.77778em;
    line-height: 1.42857em;
    margin: 20px 0 0;
  }
  body.product .video-block .caption {
    margin: 40px auto 0;
    padding: 0 80px;
  }

  .tabbed-panel {
    padding: 60px 80px 40px;
  }

  .tabs {
    font-size: 0.88889em;
    line-height: 1.25em;
    padding: 0;
  }
  .tabs ul {
    position: relative;
  }
  .tabs ul .tab > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    z-index: 100;
    text-align: left;
    padding: 0 20px;
  }
  .text-white .tabs ul .tab > a {
    border-bottom: 1px solid #fff;
  }
  .text-black .tabs ul .tab > a {
    border-bottom: 1px solid #000;
  }
  .tabs ul li.tab {
    width: 100%;
    padding-left: 300px;
    min-height: 60px;
    position: static;
    border-bottom: 0 !important;
            /* &:nth-of-type(2) {
                margin-top: -60px;

                a {
                    top: 60px;
                }
            } */
    /* cycle through the LIs and place them a set distance down, and set their content a set distance up */
  }
  .text-white .tabs ul li.tab:first-of-type a {
    border-bottom: 1px solid #fff;
  }
  .text-black .tabs ul li.tab:first-of-type a {
    border-bottom: 1px solid #000;
  }
  .tabs ul li.tab .tab-content img {
    max-height: 300px;
  }
  .tabs ul li.tab:nth-of-type(2) {
    /* margin-top: (60 * ($i - 1)) * -1px; */
    margin-top: -60px;
  }
  .tabs ul li.tab:nth-of-type(2) > a {
    top: 60px;
  }
  .tabs ul li.tab:nth-of-type(3) {
    /* margin-top: (60 * ($i - 1)) * -1px; */
    margin-top: -60px;
  }
  .tabs ul li.tab:nth-of-type(3) > a {
    top: 120px;
  }
  .tabs ul li.tab:nth-of-type(4) {
    /* margin-top: (60 * ($i - 1)) * -1px; */
    margin-top: -60px;
  }
  .tabs ul li.tab:nth-of-type(4) > a {
    top: 180px;
  }
  .tabs ul li.tab:nth-of-type(5) {
    /* margin-top: (60 * ($i - 1)) * -1px; */
    margin-top: -60px;
  }
  .tabs ul li.tab:nth-of-type(5) > a {
    top: 240px;
  }
  .tabs ul li.tab:nth-of-type(6) {
    /* margin-top: (60 * ($i - 1)) * -1px; */
    margin-top: -60px;
  }
  .tabs ul li.tab:nth-of-type(6) > a {
    top: 300px;
  }
  .tabs ul li.tab:nth-of-type(7) {
    /* margin-top: (60 * ($i - 1)) * -1px; */
    margin-top: -60px;
  }
  .tabs ul li.tab:nth-of-type(7) > a {
    top: 360px;
  }
  .tabs ul li.tab:nth-of-type(8) {
    /* margin-top: (60 * ($i - 1)) * -1px; */
    margin-top: -60px;
  }
  .tabs ul li.tab:nth-of-type(8) > a {
    top: 420px;
  }
  .tabs ul li.tab:nth-of-type(9) {
    /* margin-top: (60 * ($i - 1)) * -1px; */
    margin-top: -60px;
  }
  .tabs ul li.tab:nth-of-type(9) > a {
    top: 480px;
  }
  .tabs ul li.tab:nth-of-type(10) {
    /* margin-top: (60 * ($i - 1)) * -1px; */
    margin-top: -60px;
  }
  .tabs ul li.tab:nth-of-type(10) > a {
    top: 540px;
  }
  .tabs ul li.tab.on .tab-content {
    position: absolute;
    top: auto;
    left: auto;
  }
  .tabs ul li.tab .tab-content {
    margin: 0;
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .tabbed-panel.tabbed-panel-full_length .tab-count-2 .tab .tab-content {
    top: 160px;
    transform: translate(0px, -50%);
  }
  .tabbed-panel.tabbed-panel-full_length .tab-count-3 .tab .tab-content {
    top: 190px;
    transform: translate(0px, -50%);
  }
  .tabbed-panel.tabbed-panel-full_length .tab-count-4 .tab .tab-content {
    top: 220px;
    transform: translate(0px, -50%);
  }
  .tabbed-panel.tabbed-panel-full_length .tab-count-5 .tab .tab-content {
    top: 250px;
    transform: translate(0px, -50%);
  }
  .tabbed-panel.tabbed-panel-full_length .tab-count-6 .tab .tab-content {
    top: 280px;
    transform: translate(0px, -50%);
  }
  .tabbed-panel.tabbed-panel-full_length .tab-count-7 .tab .tab-content {
    top: 310px;
    transform: translate(0px, -50%);
  }
  .tabbed-panel.tabbed-panel-full_length .tab-count-8 .tab .tab-content {
    top: 340px;
    transform: translate(0px, -50%);
  }
  .tabbed-panel.tabbed-panel-full_length .tab-count-9 .tab .tab-content {
    top: 370px;
    transform: translate(0px, -50%);
  }
  .tabbed-panel.tabbed-panel-full_length .tab-count-10 .tab .tab-content {
    top: 400px;
    transform: translate(0px, -50%);
  }

  .image-and-text-carousel .carousel-container {
    padding: 0 0 80px;
    font-size: 0.88889em;
    line-height: 1.25em;
  }
  .image-and-text-carousel .slides {
    margin-bottom: 0;
  }
  .image-and-text-carousel.full-width .item {
    text-align: left;
    min-height: 200px;
    padding-left: 320px;
    position: relative;
  }
  .image-and-text-carousel.full-width .item figure {
    position: absolute;
    margin: 0 0 0 -320px;
    width: 280px;
  }
  .image-and-text-carousel:not(.full-width) .item {
    padding: 0 20px;
  }
  .image-and-text-carousel:not(.full-width) figure {
    margin: 0 0 20px;
  }

  div.google-map {
    font-size: 0.88889em;
    margin-bottom: 40px;
  }

  div.product-block .product-info-buy {
    width: 280px;
  }
  div.product-block .product-info-buy p:first-of-type {
    margin-top: -2px;
  }
  div.product-block form input[type="submit"], div.product-block form button, div.product-block form .btn, div.product-block form body.search-results .search-container input[type="submit"], body.search-results .search-container div.product-block form input[type="submit"], div.product-block form .cart-contents .mini-cart-contents > a, .cart-contents div.product-block form .mini-cart-contents > a,
  div.product-block form .cart-contents .mini-cart-contents .proceed-to-checkout,
  .cart-contents .mini-cart-contents div.product-block form .proceed-to-checkout {
    width: 200px;
  }

  article div.download {
    font-size: 0.88889em;
  }

  .product-call-to-action ul .item {
    padding: 18px 20px;
  }
  .product-call-to-action ul li {
    padding-left: 20px;
    padding-right: 20px;
    width: 33.33333%;
    float: left;
    padding-top: 33.33333%;
  }

  .sidebar .f-head {
    font-size: 0.88889em;
    line-height: 4.125em;
  }
  .sidebar ul {
    font-size: 0.88889em;
    line-height: 1.25em;
  }

  footer[role="contentinfo"] {
    font-size: 0.88889em;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 63.75em) {
  .login-container .carousel-container,
  .profile-container .carousel-container {
    padding: 60px 0 80px;
  }

  main[role="main"] .container {
    padding: 40px 80px 80px 80px;
  }

  .image-copy-with-link span p {
    font-size: 1em;
    line-height: 1.44444em;
  }
  .image-copy-with-link a.product-button {
    font-size: 0.77778em;
    line-height: 2.85714em;
  }

  .image-and-text-carousel .flex-slider .flex-direction-nav a.flex-prev {
    left: 0;
  }
  .image-and-text-carousel .flex-slider .flex-direction-nav a.flex-next {
    right: 0;
  }
  .image-and-text-carousel.full-width .item {
    padding-left: 360px;
  }
  .image-and-text-carousel.full-width .item figure {
    width: 300px;
    margin: 0 0 0 -360px;
  }
  .image-and-text-carousel:not(.full-width) figure {
    margin: 0 0 20px;
  }

  footer[role="contentinfo"] .container {
    padding: 80px;
  }
  footer[role="contentinfo"] .fine-print,
  footer[role="contentinfo"] .secondary-navigation {
    padding-left: 0;
    padding-right: 40px;
    width: 34.88372%;
    float: left;
  }
  footer[role="contentinfo"] .social {
    padding-left: 0;
    padding-right: 0;
    width: 30.23256%;
    float: left;
  }
}
@media screen and (min-width: 82.5em) {
  main[role="main"] .container {
    padding: 80px;
    max-width: none;
    width: 1320px;
  }
  main[role="main"] .container-large {
    padding: 80px 0;
  }
  main[role="main"] a.journey-nav div {
    position: relative;
    max-width: none;
    width: 570px;
  }

  .container > article {
    padding-left: 0;
    padding-right: 40px;
    width: 77.51938%;
    float: left;
  }

  .sidebar {
    padding-left: 0;
    padding-right: 0;
    width: 22.41379%;
    float: left;
  }

  .content-blocks > li,
  .feed-blocks > li {
    padding-left: 20px;
    padding-right: 20px;
    width: 25%;
    float: left;
  }
  .content-blocks > li.span-2,
  .feed-blocks > li.span-2 {
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
    float: left;
  }
  .content-blocks > li.span-3,
  .feed-blocks > li.span-3 {
    padding-left: 20px;
    padding-right: 20px;
    width: 75%;
    float: left;
  }

  .image-copy-with-link .a-head.primary-panel-heading {
    font-size: 3.33333em;
    line-height: 1em;
  }

  body.product .video-block {
    padding: 80px 80px 180px;
    text-align: center;
  }

  .image-and-text-carousel:not(.full-width) .carousel-container {
    max-width: none;
    width: 1160px;
  }
  .image-and-text-carousel:not(.full-width) .carousel-container.items-3 {
    width: 870px;
  }
  .image-and-text-carousel:not(.full-width) .carousel-container.items-2 {
    width: 580px;
  }

  .product-call-to-action .actions-container {
    max-width: none;
    width: 1320px;
    padding: 0 70px;
  }
  .product-call-to-action ul li {
    padding-left: 20px;
    padding-right: 20px;
    width: 25%;
    float: left;
    padding-top: 25%;
  }

  .sidebar .f-head {
    font-size: 0.88889em;
    line-height: 4.125em;
  }
  .sidebar a:not(.product-button) {
    padding-left: 60px;
  }
  .sidebar a:not(.product-button) .custom-icon:before,
  .sidebar a:not(.product-button) .award-svg {
    width: 60px;
  }
  .sidebar a:not(.product-button) .award-svg {
    height: 30px;
  }

  footer[role="contentinfo"] .container {
    max-width: none;
    width: 1320px;
  }
  footer[role="contentinfo"] .fine-print {
    padding-left: 0;
    padding-right: 40px;
    width: 51.72414%;
    float: left;
  }
  footer[role="contentinfo"] .fine-print address {
    padding-left: 0;
    padding-right: 40px;
    width: 53.57143%;
    float: left;
  }
  footer[role="contentinfo"] .fine-print small {
    padding-right: 0;
    max-width: 200px;
    float: left;
  }
  footer[role="contentinfo"] .secondary-navigation {
    padding-left: 0;
    padding-right: 40px;
    width: 25.86207%;
    float: left;
  }
  footer[role="contentinfo"] .social {
    padding-left: 0;
    padding-right: 0;
    width: 22.41379%;
    float: left;
  }
}
@media screen and (min-height: 56.25em) {
  body.product .video-block .flowplayer,
  body.product .video-block .youtube-container {
    max-width: 1160px;
  }

  .image-and-text-carousel .copy-text p {
    margin-bottom: 36px;
  }

  .product-call-to-action .product-panel-title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 28.75em) and (min-height: 56.25em) {
  .product-copy {
    padding: 60px;
  }
  .product-copy .content-copy {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 37.5em) and (min-height: 56.25em) {
  body.product .product-panel-title {
    margin-bottom: 76px;
  }

  .image-and-text-carousel {
    padding: 80px;
  }
  .image-and-text-carousel .carousel-title-and-copy {
    margin-bottom: 76px;
  }
  .image-and-text-carousel .carousel-container {
    padding-bottom: 80px;
  }

  .image-and-text-carousel:not(.full-width) .item figure {
    margin-bottom: 20px;
  }

  body.product .video-block {
    padding: 60px 40px 140px;
  }
  body.product .video-block > .e-head {
    margin-bottom: 60px;
  }

  .product-call-to-action {
    padding: 80px 40px 160px;
  }
  .product-call-to-action .product-panel-title {
    margin-bottom: 80px;
  }

  .product-copy .content-copy {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 50em) and (min-height: 56.25em) {
  .tabbed-panel {
    padding: 80px;
  }

  body.product .video-block {
    padding: 80px 80px 180px;
    text-align: center;
  }
  body.product .video-block > .e-head {
    margin-bottom: 80px;
  }

  .tabs ul li.tab .tab-content img {
    max-height: none;
  }

  .product-call-to-action {
    padding: 80px 60px 180px;
  }
}
@media screen and (min-width: 82.5em) and (min-height: 56.25em) {
  .product-call-to-action {
    padding: 80px 0 160px;
  }
}
