@charset "UTF-8";
/*
 * Vertically align anything
 *
 */
 
 
@import url(../js/bower_components/fancyBox/dist/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%);
}

@font-face {
    font-family: 'Evolventa Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Evolventa Regular'), url('fonts/Evolventa-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Evolventa Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Evolventa Oblique'), url('fonts/Evolventa-Oblique.woff') format('woff');
}
@font-face {
    font-family: 'Evolventa Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Evolventa Bold'), url('fonts/Evolventa-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Evolventa Bold Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Evolventa Bold Oblique'), url('fonts/Evolventa-BoldOblique.woff') format('woff');
}
/*! 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 */
}


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.
*
**/

h1, h2, h3, h4, h5, h6 {
  margin-top: 10px;
  font-weight: normal;
  text-align:center;
}

b, strong {
  font-family:"Evolventa Regular", "Evolventa Bold", Roboto, 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: "Evolventa Bold Oblique", "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: "Evolventa Regular", "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;
  margin-bottom: 30px;
}

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

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

p {
  margin-bottom: 36px;
}

blockquote {
  margin: 20px 0 40px 0;
  font-family: "Evolventa Bold Oblique", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
blockquote p {
  font-size: 1.42857em;
  line-height: 1.25em;
  margin-bottom: 16px;
}

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: "Evolventa Regular", 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: "Evolventa Regular", "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;
}


.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-grey {
  color: #464646;
}

.text-archive {
  color: #333;
}

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

.text-stories {
  color: #f65b49;
}

.text-social {
  color: #f65b49;
}

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

.text-members {
  color: #3fdb70;
}
header.activers {
    background: #fff;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
}



.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"] {
  background: white;
  color: #000;
  display: block;
  width: 60%;
  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 {
  border: 1px solid #000;
  outline: 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: #75c043;
    display: block;
    width: 150px;
    height: 40px;
    font-family: Evolventa Bold;
    text-align: center;
    color: #333333;
    padding: 0;
    line-height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  -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::after {
  width: 10px;
  height: 11px;
  top: -5px;
  right: 0px;
  content: "";
  border-width: 1px 1px 0 0;
  border-style: solid;
  margin: 10px;
  border-radius: 0 0px 0 0;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #999;
  border-color: #999;
  box-sizing: border-box;
  -webkit-transform: rotate(135deg);
  transform: rotate(131deg);
}

@media screen and (min-width: 50em) {
  div.selector span::after {
    top: -2px;
  }
}
@media screen and (min-width: 63.75em) {
  div.selector span::after {
    width: 10px;
    height: 9px;
    top: 0px;
  }
}
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;
}

/**
*
* Branding
*
**/
#logo, #logo-fixed {
  background: url("../svg/eco-17.png") 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;
  margin: 10px;
}
#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/eco-gray.png") 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;
}



/**
*
* 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[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: #75C043;
  color: #000;
  border-color: #75C03;
}
@media screen and (min-width: 520px) {
  header[role="banner"] .member-button {
    display: block;
  }
}
header[role="banner"] .member-button.awards-button {
  margin-right: 240px;
}
header[role="banner"] .member-button.entry-button:hover {
  background-color: #75C043;
  color: #000;
  border-color: #75C043;
}

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

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: 3px 3px 13px 0;
    width: 150px;
  width: 150px;
  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: 70%;
  width: 70%;
}

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;
}

.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: "Evolventa Regular";
  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;
  }
}


.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: 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: 65%;
}
@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: #A6A9AB;
  color: #000;
}
.top-banner-awards .top-banner-wrapper .product-button {
  border-color: #000;
  color: #000;
}
.top-banner-awards .top-banner-wrapper .product-button:hover {
  background-color: #ffd200;
  border-color: #ffd200;
  color: #000;
}

.top-banner-festival {
  background-color: #F940FD;
  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: 30%;
    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: 820px;
  }
  .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: 5%;
}
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"] {
  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;
}

/**
*
* Page Types
*
*
*
**/
.svg-filter {
  display: none !important;
}

/**
*
* 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: 80px;
    margin-bottom: 76px;
  }
  body.product .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 50px;
  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: "Evolventa Regular", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.image-copy-with-link ul {
  text-align: center;
  width: 200px;
  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 100px 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) {
  .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;
}

.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;

}
.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;
}

.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;
}


@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 div {
    width: calc(50% - 40px);
    float: left;
  }
  .table-listing ul ul div:nth-of-type(1) {
    padding-right: 20px;
  }
  .table-listing ul ul div:nth-of-type(2) {
    padding-left: 20px;
  }
}
.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;
}

.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;
  float: left;
  height: 0;
  padding-top: 50%;
  display: block;
  float: left;
  margin-bottom: 10px;
  position: relative;
  width:-webkit-fill-available;
}
.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: "Evolventa Regular", "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;
  }
}

@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%;
  }
}


.microsite-imagine div.product-call-to-action-with-image .actions-container {
  background-color: #333;
  position: relative;
}

.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-top: 70px;
	padding-left: 40px;
	padding-right: 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;
  }
}
.EcoBriefs {
  padding: 3rem 1.5rem 1rem 1.5rem;
}

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

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

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

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

@media (min-width: 600px) {
  .EcoBriefs-brief {
    width: fit-content;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1000px) {
  .EcoBriefs-brief {
      width: fit-content;
  }
}
@media (min-width: 1200px) {
  .EcoBriefs-brief {
       width: fit-content;
  }
}
.EcoBriefs-brief img {
     width: fit-content;
  margin: auto;

}

.EcoBriefs-hoverImage {
  display: none;
opacity:0.3;
  margin: auto;
}

.EcoBriefs-mainImage {
  display: block;
  margin: auto;
}

.EcoBriefs-brief:hover .EcoBriefs-mainImage,
.EcoBriefs-brief:focus .EcoBriefs-mainImage {
  display: none;
  margin: auto;
}

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

.EcoBriefs-downloadButton {
  position: absolute;
  top: 100%;
  width: 80%;
  font-size: 1.1rem;
  font-family: "Evolventa Regular", "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;
  margin: auto;
}

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

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

.EcoBriefs-downloadButton::before {
  
  content: <i class="fas fa-download"></i>
  font-size: 2rem;
  position: absolute;
  left: 1rem;
  margin-top: 1px;
}

.EcoBriefs-downloadButton.EcoBriefs-downloadButton-link::before {
 content: <i class="fas fa-download"></i>;
}

.EcoBriefs-brief:hover .EcoBriefs-downloadButton,
.EcoBriefs-brief:focus .EcoBriefs-downloadButton {
  background: black;
  color: white;
  margin: auto;
}


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

.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;
}


/**
*
* Footer Styles
*
*
**/

footer[role="contentinfo"] {
  background: #eeeeee;
  line-height: 1.28571em;
  color: #333333;
  border-top: 1px solid #cccccc;
}

footer[role="contentinfo"] .fine-print {
  margin-bottom: 30px;
}
footer[role="contentinfo"] address {
 padding: 40px;
}
footer[role="contentinfo"] small {
  max-width: 150px;
  display: inline-block;
  margin-bottom: 30px;
}
footer[role="contentinfo"] .charity-status {
  max-width: 100% !important;
  padding:40px;
}
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;

}
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 10px;
}
#footer-social-menu ul li a {
  color: #fff;
  text-align:ceter;
}
#footer-social-menu ul li a:hover {
  text-decoration: none;
  border-bottom: none;
}


#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: auto;
    padding-bottom: 40px;
  }
}
#footer-main-menu ul {
  display: flow-root;
}
#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;
  }

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

  body.product .product-panel-title {
    font-size: 3em;
    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;
  }

  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 {
    line-height: 1.66667em;
  }

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

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

  blockquote {
    margin: 40px 0 80px 0;
  }
  blockquote p {
    font-size: 1.66667em;
    line-height: 1.16667em;
  }

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

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

  .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;
  }


  .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;
  }

  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;
  }

  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%;
  }

  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;
  }

  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"] 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%;
  }

  footer[role="contentinfo"] .container {
    max-width: none;
    width: 1320px;
  }
  
  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: 5%;
  }

  .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 80px;
  }
  .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;
  }
}
