@charset "UTF-8";
/*!*
*
* D&AD Website 2014
* Version 2.0
* Designed and Developed by JP74 and D&AD
*
**/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

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

html {
  overflow-y: scroll;
}

figure {
  margin: 0;
}

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

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

address {
  font-style: normal;
}

blockquote {
  margin: 0;
}

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

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

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

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

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

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

p {
  margin-bottom: 36px;
}

blockquote {
  margin: 20px 0 40px 0;
  font-family: "ITCFranklinGothicStd-Demi", "Helvetica Neue Light", "Helvetica Neue", Helvitca, 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", Helvitca, 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 {
  font-size: 1.42857em;
  line-height: 1.25em;
  text-align: center;
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvitca, Arial, sans-serif;
  font-weight: normal;
}

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

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

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-awards {
  color: #ffd200;
}

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

.text-stories {
  color: #f65b49;
}

.text-social {
  color: #f65b49;
}

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

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

.hide {
  display: none;
}

.errorlist, nav[role="navigation"] ul, .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 ul.i-wish, 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: transparent;
  color: #000;
  display: block;
  width: 100%;
  padding: 0 0.5em;
  height: 40px;
  border: 1px solid #333333;
  margin-bottom: 17px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  border: 1px solid #000;
  outline: 0;
}

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

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

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

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

/**
*
* Branding
*
* Include the Dandad logo in the header and anywhere else it is referenced.
* All logo and branding styles must go here; no specifities apart from the logo getting its own ID.
*
**/
#logo {
  background: url("../svg/dandad-2.svg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  float: left;
  margin: 15px 0;
  width: 35px;
  padding-top: 40px;
  height: 0;
  display: block;
  overflow: hidden;
  position: relative;
}
#logo:before {
  content: '';
  background: url("../svg/dandad-black-2.svg") center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  opacity: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#logo:hover:before {
  opacity: 1;
}

/**
*
* Icon Set
*
* Part of the site's branding, site-wide.
*
**/
@font-face {
  font-family: 'dandad-icons';
  src: url("../eot/dandad-icons.eot");
  src: url("../eot/dandad-iconsd41d-2.eot#iefix") format("eot"), url("../woff/dandad-icons.woff") format("woff"), url("../ttf/dandad-icons.ttf") format("truetype"), url("../svg/dandad-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
nav[role="navigation"] ul a:before, .search-container .search-form .selector:before, .cart-contents .mini-cart-contents ul button:before, .errorlist li:before, main[role="main"] a.journey-nav:before, .share a:before, nav.pagination ul li.prev a:before,
nav.pagination ul li.prev span:before, nav.pagination ul li.next a:before,
nav.pagination ul li.next span:before, .home .feed-tabs a.tab-toggle:before, .content-blocks > li article span.custom-icon:before,
.feed-blocks > li article span.custom-icon:before,
.profile-blocks > li article span.custom-icon:before, .flowplayer .fp-fullscreen:before,
.flowplayer .fp-unload:before,
.flowplayer .fp-close:before,
.flowplayer .fp-play:before,
.flowplayer .fp-mute:before, .flowplayer.is-splash .fp-ui:before, .flowplayer.is-paused .fp-ui:before, .image-and-text-carousel .flex-direction-nav a:before, .image-and-text-carousel .owl-buttons span:before, article div.download ul li:before, .table-listing a:before, .call-to-action .custom-icon:before, .credit-block ul.credit-list .custom-icon:before, .links-box a:before, .sidebar a .custom-icon:before, article.entry ul.credit-list .custom-icon:before, .node .node-detail ul li.board-trustees:before, .back-to-the-top:before {
  font-family: 'dandad-icons';
}

nav[role="navigation"] ul a.menu:before {
  content: '\E115';
}

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

nav[role="navigation"] ul a.shop:before {
  content: '\E19E';
}

nav[role="navigation"] ul a.profile:before {
  content: '\E079';
}

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

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

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

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

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

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

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

article div.download ul li:before {
  content: '\E05A';
}

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

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

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

.share ul li.facebook a:before {
  content: '\E21C';
}

.share ul li.twitter a:before {
  content: '\E21D';
}

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

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

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

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

.share a.share-dropdown-close:before {
  content: '\E03F';
}

.search-container .search-form .selector:before, .home .feed-tabs a.tab-toggle:before {
  content: '\E05F';
}

.cart-contents .mini-cart-contents ul button:before {
  content: '\E02C';
}

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

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

main[role="main"] a.journey-nav.journey-next:before {
  content: '\E05D';
}

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

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

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

/**
*
* Header Elements
*
* Include the header and navigation fragments.
*
**/
header[role="banner"] {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
  height: 71px;
  padding-left: 30px;
  padding-right: 30px;
  position: fixed;
  -moz-transition: margin-bottom 0.2s ease;
  -o-transition: margin-bottom 0.2s ease;
  -webkit-transition: margin-bottom 0.2s ease;
  transition: margin-bottom 0.2s ease;
  z-index: 9999;
}

nav[role="navigation"] {
  float: right;
  width: 180px;
  margin-bottom: -1px;
}
nav[role="navigation"] ul li {
  float: left;
  margin-left: 10px;
}
nav[role="navigation"] ul li span {
  display: none;
}
nav[role="navigation"] ul a {
  width: 35px;
  height: 0;
  padding-top: 70px;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  color: #ccc;
  -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;
  font-size: 1em;
}
nav[role="navigation"] ul a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  text-align: center;
  line-height: 70px;
  font-size: 26px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
nav[role="navigation"] ul a:hover, nav[role="navigation"] ul a.active {
  color: #000;
  border-bottom: 1px solid #000;
}

.menu-container,
.cart-container,
.login-container,
.profile-container {
  overflow: hidden;
  background: #000;
  color: #999999;
  position: fixed;
  top: 71px;
  right: 0;
  bottom: 0;
  width: 280px;
  z-index: 30;
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.menu-container.on,
.cart-container.on,
.login-container.on,
.profile-container.on {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.menu-contents > ul,
.profile-contents > div,
.cart-contents > div {
  padding: 40px 35px 40px 25px;
}

@media screen and (min-width: 660px) {
  .menu-contents > ul,
  .profile-contents > div,
  .cart-contents > div {
    padding: 40px 65px 40px 35px;
  }
}
.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 #333333;
  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 #333333;
}
.menu-container ul a,
.profile-container ul a {
  width: 100%;
  padding: 20px;
  min-height: 60px;
  display: block;
  color: #fff;
  text-decoration: none;
  -moz-transition: background 0.2s ease, color, 0.2s ease;
  -o-transition: background 0.2s ease, color, 0.2s ease;
  -webkit-transition: background 0.2s ease, color, 0.2s ease;
  transition: background 0.2s ease, color, 0.2s ease;
}
.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 li.log-out a,
.profile-container ul li.log-out a {
  min-height: auto;
}

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

.search-container {
  background: #000;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  height: 0;
  display: block;
  -moz-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
  padding: 0 40px;
  z-index: 9998;
  overflow: hidden;
}
.search-container ul li {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  display: block;
}
.search-container ul li label {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.search-container ul li:first-of-type {
  margin-bottom: 30px;
}
.search-container ul li:first-of-type label {
  top: 0;
  left: 20px;
  bottom: 0;
  right: 100px;
}
.search-container ul li:first-of-type label body.search-results {
  right: 20px;
}
.search-container .search-form {
  max-width: 860px;
  margin: 20px auto;
  position: relative;
  cursor: text;
}
.search-container .search-form label[for="id_q"] {
  position: absolute;
  z-index: 30;
  color: #999999;
  cursor: text;
  line-height: 30px;
}
.search-container .search-form input[type="search"],
.search-container .search-form input[type="text"] {
  height: 30px;
  padding-right: 80px;
  padding-left: 20px;
  border: 1px solid #999999;
  z-index: 10;
  color: #999999;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative;
}
.search-container .search-form input[type="search"]:focus,
.search-container .search-form input[type="text"]:focus {
  color: #fff;
}
.search-container .search-form input[type="submit"] {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  /* width: 80px; */
  width: auto;
  padding: 0 20px;
  height: 28px;
  line-height: 28px;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #999999;
  z-index: 20;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  z-index: 20;
}
.search-container .search-form input[type="submit"]:hover {
  background: transparent;
  color: #fff;
}
.search-container .search-form input[type="submit"][value="Refresh"] {
  font-size: 14px;
}
.search-container .search-form select {
  width: 100%;
  height: 30px;
  display: block;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.search-container .search-form select:focus {
  background: #fff;
  color: #000;
}
.search-container .search-form .selector {
  background: transparent;
  display: block;
  width: 100% !important;
  height: 30px;
  border: 1px solid #999999;
  color: #fff;
  padding: 0;
  line-height: 30px;
  text-decoration: none;
  position: relative;
  padding: 0 20px;
}
.search-container .search-form .selector:hover, .search-container .search-form .selector:focus {
  background: #fff;
  color: #000;
}
.search-container .search-form .selector:before {
  position: absolute;
  top: 2px;
  right: 20px;
  -webkit-font-smoothing: subpixel-antialiased;
}
.search-container .search-form.search-active label[for="id_q"] {
  top: -9999px;
  left: -9999px;
  right: auto;
}
.search-container.on {
  height: 70px;
  border-bottom: 1px solid #333333;
}
html.cms_toolbar-toolbar .search-container {
  top: 114px;
}
body.search-results .search-container {
  position: static;
  height: auto;
  top: auto;
  left: auto;
  right: auto;
  margin-top: 71px;
  background: #333333;
  overflow: visible;
}
body.search-results .search-container:before, body.search-results .search-container:after {
  content: '';
  display: table;
}
body.search-results .search-container:after {
  clear: both;
}
body.search-results .search-container input[type="submit"] {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0 auto;
}
body.search-results .search-container ul li:last-of-type {
  position: absolute;
  bottom: -75px;
  right: 0;
  margin: 0;
}
body.search-results .search-container ul li:last-of-type .selector {
  color: #999999;
}
body.search-results .search-container + main[role="main"] {
  padding-top: 50px;
}

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

@media screen and (min-width: 37.5em) {
  .search-container {
    top: 110px;
  }
  .search-container.on {
    height: 109px;
  }
  .search-container .search-form {
    max-width: 450px;
    margin: 30px auto;
  }
  .search-container .search-form .selector {
    font-size: 0.875em;
  }
  .search-container .search-form label[for="id_q"] {
    height: 48px;
    line-height: 48px;
    left: 40px;
    right: 130px;
  }
  body.search-results .search-container .search-form label[for="id_q"] {
    right: 40px;
  }
  .search-container .search-form input[type="search"],
  .search-container .search-form input[type="text"] {
    height: 50px;
    padding-right: 100px;
    padding-left: 40px;
    margin: auto;
  }
  .search-container .search-form input[type="submit"] {
    height: 48px;
    line-height: 48px;
    padding: 0 40px;
  }
  html.cms_toolbar-toolbar .search-container {
    top: 153px;
  }
  body.search-results .search-container {
    margin-top: 109px;
  }
  body.search-results .search-container ul li:last-of-type {
    bottom: -100px;
  }
  body.search-results .search-container + main[role="main"] {
    padding-top: 75px;
  }

  .results-count {
    margin-top: 74px;
  }
}
@media screen and (min-width: 41.25em) {
  .search-container .search-form .selector {
    height: 50px;
    line-height: 49px;
    padding: 0 40px;
  }
  .search-container .search-form .selector:before {
    right: 40px;
  }
  .search-container .search-form select {
    height: 50px;
  }
  body.search-results .search-container ul li:first-of-type {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 50em) {
  .results-count {
    margin-top: 0;
  }
}
@media screen and (min-width: 56.25em) {
  .search-container .search-form {
    max-width: 860px;
  }
  .search-container .search-form .selector {
    padding: 0 20px;
  }
  .search-container .search-form .selector:before {
    font-size: 16px;
    top: 0;
    right: 10px;
  }
  .search-container ul li {
    width: 20%;
    padding: 40px 10px 20px;
    float: left;
  }
  .search-container ul li:first-of-type {
    display: block;
    float: none;
    width: auto;
    max-width: 860px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 0;
  }
  body.search-results .search-container .search-form {
    max-width: 1180px;
  }
  body.search-results .search-container ul li:first-of-type {
    margin-bottom: 0;
  }
  body.search-results .search-container ul li:last-of-type {
    right: 50%;
    margin-right: -118px;
    bottom: -165px;
    width: 236px;
  }
  body.search-results .search-container + main[role="main"] {
    padding-top: 0;
  }
}
@media screen and (min-width: 63.75em) {
  body.search-results .search-container ul li:last-of-type {
    bottom: -165px;
  }
}
@media screen and (min-width: 82.5em) {
  body.search-results .search-container ul li:last-of-type {
    right: 0;
    margin-right: 0;
    bottom: -165px;
  }
}
.cart-contents {
  min-height: 400px;
}
.cart-contents .mini-cart-contents ul {
  border-top: 1px solid #333333;
}
.cart-contents .mini-cart-contents ul li {
  padding: 15px;
  border-bottom: 1px solid #333333;
  position: relative;
}
.cart-contents .mini-cart-contents ul a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
.cart-contents .mini-cart-contents ul a:hover {
  color: #fff;
  text-decoration: underline;
}
.cart-contents .mini-cart-contents ul button {
  width: 30px;
  height: 0;
  padding-top: 30px;
  border: 0;
  color: #999999;
  position: relative;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 10px;
}
.cart-contents .mini-cart-contents ul button:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 30px;
}
.cart-contents .mini-cart-contents ul button:hover {
  background: transparent;
  color: #fff;
}
.cart-contents .mini-cart-contents a {
  margin-bottom: 15px;
}
.cart-contents .mini-cart-contents > a {
  position: absolute;
  bottom: 100px;
  z-index: 40;
}
.cart-contents .mini-cart-contents > a,
.cart-contents .mini-cart-contents .proceed-to-checkout {
  margin-left: 15px;
  font-size: 14px;
}
.cart-contents .mini-cart-contents .proceed-to-checkout {
  margin-bottom: 100px;
}
.cart-contents span.total {
  display: block;
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #333333;
  margin-bottom: 35px;
  padding: 0 15px;
}
.cart-contents hr {
  border-bottom: 1px solid #333333;
  border-top: 0;
  margin-top: 0;
  margin-bottom: 40px;
  border-left: 0;
}
.cart-contents .price {
  font-size: 14px;
  line-height: 18px;
}

@media screen and (min-width: 28.75em) {
  .cart-contents .mini-cart-contents ul li {
    padding: 30px 90px 30px 30px;
  }
  .cart-contents .mini-cart-contents ul button {
    position: absolute;
    top: 30px;
    right: 45px;
    margin-top: 0;
  }
  .cart-contents .mini-cart-contents > a,
  .cart-contents .mini-cart-contents .proceed-to-checkout {
    margin-left: 30px;
  }
  .cart-contents span.total {
    padding: 0 0 0 30px;
  }
}
@media screen and (min-width: 40em) {
  .cart-contents .mini-cart-contents ul li {
    padding: 40px 90px 40px 40px;
  }
  .cart-contents .mini-cart-contents ul button {
    position: absolute;
    top: 40px;
    right: 40px;
    margin-top: 0;
  }
  .cart-contents .mini-cart-contents > a,
  .cart-contents .mini-cart-contents .proceed-to-checkout {
    margin-left: 40px;
  }
  .cart-contents span.total {
    padding: 0 0 0 40px;
  }
}
@media screen and (min-width: 50em) {
  .cart-contents .mini-cart-contents > a {
    left: 280px;
    bottom: 102px;
  }
  .cart-contents .mini-cart-contents .proceed-to-checkout {
    margin-bottom: 30px;
  }
}
.login-container .f-head,
.profile-container .f-head {
  color: #fff;
  margin-bottom: 18px;
}
.login-container hr,
.profile-container hr {
  border-bottom: 1px solid #333333;
  border-top: 0;
  margin-top: 0;
  margin-bottom: 40px;
  border-left: 0;
}
.login-container a,
.profile-container a {
  color: #fff;
}
.no-touch .login-container a:hover, .no-touch
.profile-container a:hover {
  color: #fff;
}
.login-container .btn, .login-container body.search-results .search-container input[type="submit"], body.search-results .search-container .login-container input[type="submit"], .login-container .cart-contents .mini-cart-contents > a, .cart-contents .login-container .mini-cart-contents > a,
.login-container .cart-contents .mini-cart-contents .proceed-to-checkout,
.cart-contents .mini-cart-contents .login-container .proceed-to-checkout,
.profile-container .btn,
.profile-container body.search-results .search-container input[type="submit"],
body.search-results .search-container .profile-container input[type="submit"],
.profile-container .cart-contents .mini-cart-contents > a,
.cart-contents .profile-container .mini-cart-contents > a,
.profile-container .cart-contents .mini-cart-contents .proceed-to-checkout,
.cart-contents .mini-cart-contents .profile-container .proceed-to-checkout {
  background: #000;
  text-decoration: none;
}
.login-container .btn:hover, .login-container body.search-results .search-container input[type="submit"]:hover, body.search-results .search-container .login-container input[type="submit"]:hover, .login-container .cart-contents .mini-cart-contents > a:hover, .cart-contents .login-container .mini-cart-contents > a:hover,
.login-container .cart-contents .mini-cart-contents .proceed-to-checkout:hover,
.cart-contents .mini-cart-contents .login-container .proceed-to-checkout:hover,
.profile-container .btn:hover,
.profile-container body.search-results .search-container input[type="submit"]:hover,
body.search-results .search-container .profile-container input[type="submit"]:hover,
.profile-container .cart-contents .mini-cart-contents > a:hover,
.cart-contents .profile-container .mini-cart-contents > a:hover,
.profile-container .cart-contents .mini-cart-contents .proceed-to-checkout:hover,
.cart-contents .mini-cart-contents .profile-container .proceed-to-checkout:hover {
  color: #000;
}
.login-container form input[type="text"],
.login-container form input[type="password"],
.profile-container form input[type="text"],
.profile-container form input[type="password"] {
  color: #999999;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.login-container form input[type="text"]:focus,
.login-container form input[type="password"]:focus,
.profile-container form input[type="text"]:focus,
.profile-container form input[type="password"]:focus {
  border-color: #fff;
  color: #fff;
}
.login-container form input[type="submit"],
.profile-container form input[type="submit"] {
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.login-container .product-button,
.profile-container .product-button {
  font-size: 14px;
}

.profile-container {
  /* See _menu.scss */
}

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

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

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

.login-form input {
  background: #000;
}
.login-form + .forgot-password {
  margin-top: 40px;
}

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

#login-or-register a.product-button {
  width: 200px;
}
#login-or-register a.product-button:hover {
  color: #000;
}

@media screen and (min-width: 660px) {
  /* a.sign-out {
  	padding: 0 65px 40px 35px;
  } */
}
/**
*
* Main Content Area
*
* All CSS for the main area.
*
**/
main[role="main"] {
  padding-top: 71px;
}
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;
  height: 53px;
  font-size: 1.14286em;
  line-height: 1em;
}
main[role="main"] .container article .journey-title p {
  margin: 0;
}
main[role="main"] .container article .journey-title.events {
  border-color: #2f63cf;
}
main[role="main"] .container article .journey-title.people {
  border-color: #3fdb70;
}
main[role="main"] .container article .journey-title.stories {
  border-color: #f65b49;
}
main[role="main"] .container article .article-title {
  margin-bottom: 18px;
}
main[role="main"] .container article figure {
  margin-bottom: 40px;
}
main[role="main"] .container article figure figcaption {
  font-size: 0.85714em;
  line-height: 1.25em;
  margin: 20px 0 0;
}
main[role="main"] .container article header + figure {
  margin-top: 0;
}
main[role="main"] ul#journey-nav {
  display: none;
}
main[role="main"] ul#journey-nav li {
  list-style: none;
}
main[role="main"] a.journey-nav {
  width: 60px;
  height: 200px;
  display: block;
  position: fixed;
  z-index: 5;
  top: 40%;
  margin-top: -100px;
  color: #eeeeee;
  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;
  /* -webkit-font-smoothing: subpixel-antialiased; */
}
main[role="main"] a.journey-nav span {
  display: none;
  font-size: 0.88889em;
  line-height: 1.25em;
}
main[role="main"] a.journey-nav:before {
  font-size: 20px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 10px;
  height: 16px;
  text-align: center;
  line-height: 1em;
  text-indent: -3px;
}
main[role="main"] a.journey-nav:hover {
  width: 60px;
  background-color: #000;
  color: #fff;
}
main[role="main"] a.journey-nav.journey-previous {
  left: 0;
}
main[role="main"] a.journey-nav.journey-previous:before {
  left: 10px;
}
main[role="main"] a.journey-nav.journey-next {
  right: 0;
}
main[role="main"] a.journey-nav.journey-next:before {
  right: 10px;
}

@media screen and (min-width: 460px) {
  main[role="main"] a.journey-nav {
    width: 80px;
  }
  main[role="main"] a.journey-nav:hover {
    width: 80px;
  }
}
@media screen and (min-width: 660px) {
  main[role="main"] .container article figure {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  main[role="main"] ul#journey-nav {
    display: inline;
  }
  main[role="main"] a.journey-nav {
    width: 80px;
  }
  main[role="main"] a.journey-nav span {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  main[role="main"] a.journey-nav:before {
    font-size: 27px;
    width: 10px;
    height: 20px;
    margin-top: -8px;
    text-indent: -5px;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  main[role="main"] a.journey-nav:hover {
    width: 300px;
  }
  main[role="main"] a.journey-nav:hover span {
    display: block;
  }
  main[role="main"] a.journey-nav.journey-previous span {
    margin: 0 40px;
  }
  main[role="main"] a.journey-nav.journey-previous:before {
    left: 14px;
  }
  main[role="main"] a.journey-nav.journey-next span {
    margin: 0 40px;
  }
  main[role="main"] a.journey-nav.journey-next:before {
    right: 14px;
  }
}
@media screen and (min-width: 28.75em) {
  main[role="main"] .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 41.25em) {
  main[role="main"] .container article .journey-title {
    font-size: 1.25em;
    line-height: 1em;
    height: 65px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 56.25em) {
  main[role="main"] .container {
    padding: 80px;
  }
}
.share {
  position: relative;
  clear: both;
}
.share ul li span {
  display: none;
}
.share ul li:before {
  content: none;
}
.share ul li.share-more a.on {
  color: #333333;
}
.share ul li.heart a:before {
  background-color: #faf;
}
.share a {
  color: #cccccc;
}
.share a:hover {
  color: #333333;
}
.share a:before {
  position: absolute;
  font-size: 30px;
  line-height: 40px;
  width: 30px;
  height: 40px;
}
.share a.share-dropdown-close {
  display: block;
  width: 100%;
  height: 0;
  font-size: 15px;
  padding-top: 15px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.share a.share-dropdown-close:hover {
  background: #333333;
}
.share a.share-dropdown-close:before {
  font-size: 20px;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 1em;
  width: auto;
  height: auto;
}
.share > ul {
  overflow: hidden;
}
.share > ul > li {
  overflow: hidden;
  float: left;
  margin-right: 8px;
  padding-left: 0;
}
.share > ul a {
  position: relative;
  width: 25px;
  height: 0;
  padding-top: 32px;
  display: block;
  overflow: hidden;
}
.share > ul a:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

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

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

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

@media screen and (min-width: 37.5em) {
  nav.pagination ul li {
    margin-right: 20px;
  }
  nav.pagination ul li a {
    width: 50px;
  }
  nav.pagination ul li.prev, nav.pagination ul li.next {
    width: auto;
    padding: 0;
  }
  nav.pagination ul li.prev a,
  nav.pagination ul li.prev span, nav.pagination ul li.next a,
  nav.pagination ul li.next span {
    width: 50px;
  }
  nav.pagination ul li.prev {
    padding-right: 0;
  }
  nav.pagination ul li.next {
    padding-left: 0;
  }
  nav.pagination ul li:nth-of-type(3) {
    position: relative;
    top: auto;
    left: auto;
  }
  nav.pagination ul li:nth-of-type(4) {
    position: relative;
    top: auto;
    left: auto;
  }
  nav.pagination ul li:nth-of-type(5) {
    position: relative;
    top: auto;
    left: auto;
  }
  nav.pagination ul li:nth-of-type(6) {
    position: relative;
    top: auto;
    left: auto;
  }
  nav.pagination ul li:last-of-type {
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (min-width: 56.25em) {
  nav.pagination ul li:nth-of-type(7) {
    position: relative;
    top: auto;
    left: auto;
  }
  nav.pagination ul li:nth-of-type(8) {
    position: relative;
    top: auto;
    left: auto;
  }
  nav.pagination ul li:nth-of-type(9) {
    position: relative;
    top: auto;
    left: auto;
  }
  nav.pagination ul li:nth-of-type(10) {
    position: relative;
    top: auto;
    left: auto;
  }
}
/**
*
* Page Types
*
* 
*
**/
.home main[role="main"] {
  background: #eeeeee;
}
.home .feed-tabs {
  border: 1px solid #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  margin-top: 10px;
  overflow: hidden;
  -moz-transition: height, 0.3s, ease;
  -o-transition: height, 0.3s, ease;
  -webkit-transition: height, 0.3s, ease;
  transition: height, 0.3s, ease;
}
.home .feed-tabs a {
  display: block;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
}
.home .feed-tabs a.tab-toggle {
  position: relative;
}
.home .feed-tabs a.tab-toggle:before {
  position: absolute;
  top: 2px;
  right: 20px;
}
.home .feed-tabs .home-tabs {
  display: none;
}
.home .feed-show-more {
  width: auto;
  max-width: 400px;
  margin: 0 auto;
  border-color: #cccccc;
  color: #999999;
  font-size: 1em;
  line-height: 2.85714em;
}
.home .feed-show-more:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}

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

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

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

  #feed .table-listing a:before {
    left: 66.7%;
  }
  #feed .table-listing ul ul li {
    padding-right: 30px;
  }
  #feed .table-listing ul ul li:last-of-type {
    padding-left: 30px;
    padding-right: 20px;
  }
  #feed .table-listing div {
    padding-right: 40px;
  }
  #feed .table-listing div + div {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media screen and (min-width: 37.5em) {
  .home .feed-tabs {
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: visible;
  }
  .home .feed-tabs > a {
    display: none;
  }
  .home .feed-tabs a.on {
    color: #333333;
  }
  .home .feed-tabs .home-tabs {
    overflow: hidden;
    display: block;
    margin-left: -10px;
  }
  .home .feed-tabs .home-tabs li {
    float: left;
  }

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

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

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

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

  #feed .table-listing a:before {
    left: 68%;
  }
  #feed .table-listing ul ul li {
    width: 66.66665%;
    padding-right: 0;
  }
  #feed .table-listing ul ul li:last-of-type {
    width: 33.33335%;
    padding-left: 40px;
  }
  #feed .table-listing div {
    width: 50%;
    margin: 0;
    float: left;
  }
  #feed .table-listing div + div {
    padding-left: 20px;
  }
}
@media screen and (min-width: 50em) {
  .homepage-carousel .slide-info h3 {
    font-size: 1.38889em;
    line-height: 1.2em;
  }
  .homepage-carousel .slide-info span {
    font-size: 1em;
    line-height: 1.33333em;
    height: 50px;
  }

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

  .feed-show-more.btn, body.search-results .search-container input.feed-show-more[type="submit"], .cart-contents .mini-cart-contents > a.feed-show-more,
  .cart-contents .mini-cart-contents .feed-show-more.proceed-to-checkout {
    font-size: 0.77778em;
    line-height: 2.85714em;
  }
}
@media screen and (min-width: 56.25em) {
  .homepage-carousel .slide-info {
    padding: 40px 80px;
    width: 680px;
  }

  .home .feed-tabs {
    margin-top: 0;
  }

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

  #feed .table-listing a:before {
    left: auto;
    right: 260px;
  }
  #feed .table-listing ul ul li {
    width: 50%;
  }
  #feed .table-listing ul ul li:last-of-type {
    width: 25%;
  }
}
body.search-results .search-container .search-form input,
body.search-results .search-container .search-form .selector {
  border: 1px solid #999999;
}
body.search-results main[role="main"] {
  background: #eeeeee;
  padding-top: 0;
}
body.search-results .b-head {
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvitca, Arial, sans-serif;
  font-weight: normal;
  line-height: 0.90909em;
}

/**
*
* Feed Types
*
*
*
**/
.content-blocks,
.feed-blocks,
.profile-blocks {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
.content-blocks > li,
.feed-blocks > li,
.profile-blocks > li {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  float: left;
}
.content-blocks > li img,
.feed-blocks > li img,
.profile-blocks > li img {
  display: block;
}
.content-blocks > li article,
.feed-blocks > li article,
.profile-blocks > li article {
  background: #fff;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 160%;
}
.content-blocks > li article a,
.feed-blocks > li article a,
.profile-blocks > li article a {
  text-decoration: none;
  color: #333;
  display: block;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.content-blocks > li article a:hover,
.feed-blocks > li article a:hover,
.profile-blocks > li article a:hover {
  background: #000;
  color: #fff;
}
.content-blocks > li article a:hover p, .content-blocks > li article a:hover span,
.feed-blocks > li article a:hover p,
.feed-blocks > li article a:hover span,
.profile-blocks > li article a:hover p,
.profile-blocks > li article a:hover span {
  color: #fff;
}
.content-blocks > li article span.award,
.feed-blocks > li article span.award,
.profile-blocks > li article span.award {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-position: left bottom;
}
.content-blocks > li article span.type.entry,
.feed-blocks > li article span.type.entry,
.profile-blocks > li article span.type.entry {
  display: none;
}
.content-blocks > li article span.custom-icon,
.feed-blocks > li article span.custom-icon,
.profile-blocks > li article span.custom-icon {
  height: 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.content-blocks > li article span.custom-icon.text-events,
.feed-blocks > li article span.custom-icon.text-events,
.profile-blocks > li article span.custom-icon.text-events {
  color: #2f63cf;
}
.content-blocks > li article span.custom-icon.text-content,
.feed-blocks > li article span.custom-icon.text-content,
.profile-blocks > li article span.custom-icon.text-content {
  color: #3fdb70;
}
.content-blocks > li article span.custom-icon.text-people,
.feed-blocks > li article span.custom-icon.text-people,
.profile-blocks > li article span.custom-icon.text-people {
  color: #3fdb70;
}
.content-blocks > li article span.custom-icon.text-social,
.feed-blocks > li article span.custom-icon.text-social,
.profile-blocks > li article span.custom-icon.text-social {
  color: #f65b49;
}
.content-blocks > li article span.custom-icon.text-stories,
.feed-blocks > li article span.custom-icon.text-stories,
.profile-blocks > li article span.custom-icon.text-stories {
  color: #f65b49;
}
.content-blocks > li article span.custom-icon.text-awards,
.feed-blocks > li article span.custom-icon.text-awards,
.profile-blocks > li article span.custom-icon.text-awards {
  color: #ffd200;
}
.content-blocks > li article span.custom-icon:before,
.feed-blocks > li article span.custom-icon:before,
.profile-blocks > li article span.custom-icon:before {
  content: attr(data-icon);
  speak: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 34px;
  line-height: 0.5em;
}
.content-blocks > li article .item-content,
.feed-blocks > li article .item-content,
.profile-blocks > li article .item-content {
  padding: 10px;
  word-wrap: break-word;
}
.content-blocks > li article .item-content li,
.feed-blocks > li article .item-content li,
.profile-blocks > li article .item-content li {
  padding: 0;
  margin-bottom: 0;
}
.content-blocks > li article .item-content li:before,
.feed-blocks > li article .item-content li:before,
.profile-blocks > li article .item-content li:before {
  content: none;
}
.content-blocks > li article .item-content ul, .content-blocks > li article .item-content p,
.feed-blocks > li article .item-content ul,
.feed-blocks > li article .item-content p,
.profile-blocks > li article .item-content ul,
.profile-blocks > li article .item-content p {
  color: #979797;
  font-size: 0.85714em;
  line-height: 1.25em;
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.content-blocks > li article .f-head,
.feed-blocks > li article .f-head,
.profile-blocks > li article .f-head {
  font-size: 1em;
  line-height: 1.28571em;
  height: 64px;
  display: block;
  overflow: hidden;
}
.content-blocks > li article p,
.feed-blocks > li article p,
.profile-blocks > li article p {
  height: 60px;
  overflow: hidden;
  color: #999999;
  position: absolute;
  top: -9999px;
  left: -9999px;
  margin-bottom: 50px;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.content-blocks > li article .type,
.feed-blocks > li article .type,
.profile-blocks > li article .type {
  position: absolute;
  width: 16px;
  height: 24px;
  display: block;
  bottom: 10px;
  left: 10px;
  z-index: 40;
}
.content-blocks > li article .type:before,
.feed-blocks > li article .type:before,
.profile-blocks > li article .type:before {
  content: attr(data-icon);
  font-size: 30px;
}
.content-blocks > li.span-2, .content-blocks > li.span-3, .content-blocks > li.span-4,
.feed-blocks > li.span-2,
.feed-blocks > li.span-3,
.feed-blocks > li.span-4,
.profile-blocks > li.span-2,
.profile-blocks > li.span-3,
.profile-blocks > li.span-4 {
  width: 100%;
}
.content-blocks > li.span-2 article,
.feed-blocks > li.span-2 article,
.profile-blocks > li.span-2 article {
  padding-top: 68.96552%;
}
.content-blocks .notification .a-head,
.feed-blocks .notification .a-head,
.profile-blocks .notification .a-head {
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvitca, Arial, sans-serif;
  font-weight: normal;
}
.person .content-blocks li:before, .person
.feed-blocks li:before, .person
.profile-blocks li:before {
  content: none;
}
.person .content-blocks article, .person
.feed-blocks article, .person
.profile-blocks article {
  background: #eeeeee;
}
.person .content-blocks ul.info, .person
.feed-blocks ul.info, .person
.profile-blocks ul.info {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

@media screen and (min-width: 26.25em) {
  .content-blocks > li article .f-head,
  .feed-blocks > li article .f-head,
  .profile-blocks > li article .f-head {
    height: 44px;
  }
}
@media screen and (min-width: 28.75em) {
  .content-blocks > li,
  .feed-blocks > li,
  .profile-blocks > li {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    float: left;
  }
  .content-blocks > li article,
  .feed-blocks > li article,
  .profile-blocks > li article {
    padding-top: 150%;
  }
  .content-blocks > li article .f-head,
  .feed-blocks > li article .f-head,
  .profile-blocks > li article .f-head {
    font-size: 1.14286em;
    line-height: 1.25em;
  }
  .content-blocks > li article p,
  .feed-blocks > li article p,
  .profile-blocks > li article p {
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (min-width: 37.5em) {
  .content-blocks > li article .item-content ul, .content-blocks > li article .item-content p,
  .feed-blocks > li article .item-content ul,
  .feed-blocks > li article .item-content p,
  .profile-blocks > li article .item-content ul,
  .profile-blocks > li article .item-content p {
    font-size: 0.875em;
    line-height: 1.28571em;
  }
  .content-blocks > li article .f-head,
  .feed-blocks > li article .f-head,
  .profile-blocks > li article .f-head {
    font-size: 1em;
    line-height: 1.25em;
    height: 44px;
  }
}
@media screen and (min-width: 41.25em) {
  .content-blocks > li,
  .feed-blocks > li,
  .profile-blocks > li {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333%;
    float: left;
  }
  .content-blocks > li article .f-head,
  .feed-blocks > li article .f-head,
  .profile-blocks > li article .f-head {
    font-size: 1.125em;
    line-height: 1.22222em;
    height: 42px;
    margin-bottom: 7px;
  }
  .content-blocks > li.span-2,
  .feed-blocks > li.span-2,
  .profile-blocks > li.span-2 {
    padding-left: 10px;
    padding-right: 10px;
    width: 66.66667%;
    float: left;
    margin-bottom: 15px;
  }
  .content-blocks > li.span-2 article,
  .feed-blocks > li.span-2 article,
  .profile-blocks > li.span-2 article {
    padding-top: 74.07407%;
  }
}
@media screen and (min-width: 47.5em) {
  .content-blocks > li article .item-content ul, .content-blocks > li article .item-content p,
  .feed-blocks > li article .item-content ul,
  .feed-blocks > li article .item-content p,
  .profile-blocks > li article .item-content ul,
  .profile-blocks > li article .item-content p {
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (min-width: 50em) {
  .content-blocks > li article span.award,
  .content-blocks > li article span.custom-icon,
  .feed-blocks > li article span.award,
  .feed-blocks > li article span.custom-icon,
  .profile-blocks > li article span.award,
  .profile-blocks > li article span.custom-icon {
    bottom: 15px;
    left: 15px;
  }
  .content-blocks > li article span.custom-icon:before,
  .feed-blocks > li article span.custom-icon:before,
  .profile-blocks > li article span.custom-icon:before {
    font-size: 40px;
  }
  .content-blocks > li article .item-content,
  .feed-blocks > li article .item-content,
  .profile-blocks > li article .item-content {
    padding: 15px;
  }
  .content-blocks > li article .item-content ul, .content-blocks > li article .item-content p,
  .feed-blocks > li article .item-content ul,
  .feed-blocks > li article .item-content p,
  .profile-blocks > li article .item-content ul,
  .profile-blocks > li article .item-content p {
    font-size: 0.88889em;
    line-height: 1.25em;
  }
  .content-blocks > li article .f-head,
  .feed-blocks > li article .f-head,
  .profile-blocks > li article .f-head {
    margin-bottom: 5px;
    height: 48px;
  }
}
@media screen and (min-width: 56.25em) {
  .content-blocks,
  .feed-blocks,
  .profile-blocks {
    margin-left: -20px;
    margin-right: -20px;
  }
  .content-blocks > li,
  .feed-blocks > li,
  .profile-blocks > li {
    padding-left: 20px;
    padding-right: 20px;
    width: 33.33333%;
    float: left;
    margin-bottom: 40px;
  }
  .content-blocks > li article .f-head,
  .feed-blocks > li article .f-head,
  .profile-blocks > li article .f-head {
    font-size: 1.11111em;
    line-height: 1.25em;
    margin-bottom: 10px;
  }
  .content-blocks > li.span-2,
  .feed-blocks > li.span-2,
  .profile-blocks > li.span-2 {
    padding-left: 20px;
    padding-right: 20px;
    width: 66.66667%;
    float: left;
    margin-bottom: 35px;
  }
  .content-blocks > li.span-2 article,
  .feed-blocks > li.span-2 article,
  .profile-blocks > li.span-2 article {
    padding-top: 71.42857%;
  }
}
@media screen and (min-width: 63.75em) {
  .content-blocks > li article,
  .feed-blocks > li article,
  .profile-blocks > li article {
    padding-top: 400px;
  }
}
/**
*
* D&AD Plugins
*
*
**/
.video-block {
  margin-bottom: 36px;
}
.video-block.text-black {
  color: #000;
}
.video-block.text-black a {
  color: #000;
}
.video-block.text-black a:hover {
  color: #000;
}
.video-block.text-white {
  color: #fff;
}
.video-block.text-white a {
  color: #fff;
}
.video-block.text-white a:hover {
  color: #fff;
}
body.product .video-block {
  padding: 40px 30px 100px;
  margin-bottom: 0;
}
body.product .video-block .e-head {
  text-align: center;
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvitca, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.42857em;
  line-height: 1.25em;
}
body.product .video-block .flowplayer {
  max-width: 1160px;
  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: white !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: white !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: black !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: 1160px;
  margin: 0 auto;
}

@media screen and (min-width: 660px) {
  .video-block {
    margin-top: 80px;
    margin-bottom: 76px;
  }
  body.product .video-block {
    margin-top: 0;
  }
}
.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.text-black {
  color: #000;
}
.image-copy-with-link img {
  display: none;
}
.image-copy-with-link span {
  padding: 0 30px;
  display: block;
}
.image-copy-with-link span p {
  margin-left: auto;
  margin-right: auto;
  min-width: 260px;
  max-width: 380px;
  line-height: 20px;
  font-size: 1em;
  line-height: 1.28571em;
}
.image-copy-with-link p {
  text-align: center;
}
.image-copy-with-link p.a-head {
  font-size: 1.78571em;
  line-height: 0.8em;
  margin-bottom: 40px;
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvitca, Arial, sans-serif;
  font-weight: normal;
}
.image-copy-with-link ul {
  text-align: center;
  width: 200px;
  padding: 0;
  margin: 40px auto;
  display: block;
  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 a.product-button {
  width: 150px;
  font-size: 1em;
  line-height: 2.85714em;
}

@media screen and (min-width: 660px) {
  .image-copy-with-link {
    padding: 240px 0 280px 0;
  }
  .image-copy-with-link span p {
    max-width: 540px;
  }
}
@media screen and (min-width: 900px) {
  .image-copy-with-link {
    padding: 220px 0 300px 0;
  }
  .image-copy-with-link p.a-head {
    font-size: 2.1875em;
    line-height: 0.91429em;
  }
  .image-copy-with-link ul li {
    margin: 0 20px;
  }
}
.snippet {
  padding: 20px;
}
.snippet iframe {
  margin: 0 auto !important;
}
body.product .snippet {
  max-width: 860px;
  margin: 0 auto;
}

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

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

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

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

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

.table-listing {
  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;
  bottom: 40px;
  left: 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 20px 76px 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;
}

@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;
  }
  .table-listing a:before {
    left: 50%;
    margin-left: 20px;
  }
}
@media screen and (min-width: 41.25em) {
  .table-listing {
    padding: 80px;
  }
  .table-listing h3 {
    margin-bottom: 60px;
  }
  .table-listing > ul li {
    font-size: 1em;
    line-height: 1.25em;
  }
}
@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: 50%;
    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:before {
    left: 67.5%;
    margin-left: 0;
  }
}
div.product-block {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 40px 0;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
div.product-block + .product-block {
  margin-top: -21px;
}
div.product-block .product-image {
  width: 80px;
  margin-bottom: 16px;
}
div.product-block .product-image img {
  display: block;
}
div.product-block .product-info-buy p {
  display: block;
  margin-bottom: 0;
  line-height: 1.28571em;
}
div.product-block .product-info-buy p a {
  display: inline-block;
}
div.product-block .product-info-buy p:last-of-type {
  margin-bottom: 1.6em;
}
div.product-block form {
  width: auto;
}
div.product-block form input[type="text"],
div.product-block form input[type="email"],
div.product-block form input[type="password"],
div.product-block form input[type="search"] {
  border-color: #cccccc;
  width: 60px;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
div.product-block form input[type="submit"], div.product-block form button, div.product-block form .btn, div.product-block form body.search-results .search-container input[type="submit"], body.search-results .search-container div.product-block form input[type="submit"], div.product-block form .cart-contents .mini-cart-contents > a, .cart-contents div.product-block form .mini-cart-contents > a,
div.product-block form .cart-contents .mini-cart-contents .proceed-to-checkout,
.cart-contents .mini-cart-contents div.product-block form .proceed-to-checkout {
  border-color: #000;
  color: #000;
  float: left;
  width: 160px;
}
div.product-block form input[type="submit"]:hover, div.product-block form button:hover, div.product-block form .btn:hover, div.product-block form body.search-results .search-container input[type="submit"]:hover, body.search-results .search-container div.product-block form input[type="submit"]:hover, div.product-block form .cart-contents .mini-cart-contents > a:hover, .cart-contents div.product-block form .mini-cart-contents > a:hover,
div.product-block form .cart-contents .mini-cart-contents .proceed-to-checkout:hover,
.cart-contents .mini-cart-contents div.product-block form .proceed-to-checkout:hover {
  background: #000;
  color: #fff;
}
div.product-block + div.download {
  margin-top: -21px;
}

@media screen and (min-width: 28.75em) {
  div.product-block .product-image {
    display: inline-block;
    width: 130px;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
  }
  div.product-block .product-info-buy {
    display: inline-block;
    float: left;
    width: 240px;
  }
}
.product-call-to-action {
  padding: 40px 20px 80px;
}
.product-call-to-action.text-black {
  color: #000;
}
.product-call-to-action.text-white {
  color:   white;
}
.product-call-to-action .actions-container {
  max-width: 900px;
  margin: 0 auto;
}
.product-call-to-action .product-panel-title {
  text-align: center;
  margin-bottom: 40px;
}
.product-call-to-action ul {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
.product-call-to-action ul li {
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  float: left;
  height: 0;
  padding-top: 50%;
  display: block;
  float: left;
  margin-bottom: 10px;
  position: relative;
}
.product-call-to-action ul li.text-black a {
  color: #000;
  /* &:hover {
  	.item {
  		background: #000;
  		color: #fff;
  	}
  } */
}
.product-call-to-action ul li.text-white {
  color:   white;
}
.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;
}

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

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

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

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

@media screen and (min-width: 28.75em) {
  li.home-search-items {
    width: 50%;
  }

  .links-box-container {
    height: 0;
    padding-top: 150%;
  }

  .links-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 41.25em) {
  li.home-search-items {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333%;
    float: left;
  }

  .links-box h3.e-head {
    font-size: 1em;
    line-height: 3.125em;
  }
  .links-box ul {
    font-size: 0.85714em;
    line-height: 1.5em;
  }
  .links-box a {
    line-height: 50px;
    height: 50px;
  }
  .links-box a:before {
    font-size: 22px;
    line-height: 54px;
  }
}
@media screen and (min-width: 50.625em) {
  .links-box h3.e-head {
    font-size: 1em;
    line-height: 3.33333em;
  }
  .links-box a {
    line-height: 60px;
    height: 60px;
    padding-left: 60px;
  }
  .links-box a:before {
    top: 5px;
    left: 20px;
    font-size: 24px;
    line-height: 54px;
  }
}
@media screen and (min-width: 50em) {
  .links-box h3.e-head {
    font-size: 1.11111em;
    line-height: 3em;
  }
}
@media screen and (min-width: 56.25em) {
  .links-container {
    padding-top: 165.38462%;
  }
}
.sidebar {
  margin-bottom: 40px;
}
.sidebar .f-head {
  height: 65px;
  margin-bottom: 0;
  line-height: 66px;
}
.sidebar ul {
  font-size: 1em;
  line-height: 1.28571em;
  border-top: 1px solid #cccccc;
}
.sidebar ul li {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.sidebar a {
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
  min-height: 82px;
  text-decoration: none;
  padding-left: 80px;
  position: relative;
  color: #000;
}
.sidebar a .custom-icon:before {
  content: attr(data-icon);
  speak: none;
  position: absolute;
  top: 18px;
  left: 0;
  font-size: 34px;
  line-height: 1em;
  width: 80px;
  height: 32px;
  display: block;
  text-align: center;
  overflow: hidden;
}
.sidebar a:hover {
  background-color: #000;
  color: #fff;
}
.sidebar a:hover .custom-icon:before {
  color: #fff !important;
}

/**
*
* Explorer
*
*
**/
article .wish-button {
  float: left;
  width: 30px;
  display: block;
  height: 0;
  margin-top: 3px;
  padding-top: 28px;
  position: relative;
  overflow: hidden;
  background: url(../svg/heart_this-2.svg) no-repeat center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
article .wish-button:before {
  content: '';
  background: url("../svg/heart_this_over-2.svg") no-repeat center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  opacity: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
article .wish-button:hover:before {
  opacity: 1;
}
article .wish-button.wished {
  background: url("../svg/heart_this_over-2.svg") no-repeat center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
article section.metadata {
  clear: both;
  display: block;
}
article section.metadata:before, article section.metadata:after {
  content: '';
  display: table;
}
article section.metadata:after {
  clear: both;
}
article .share {
  display: inline-block;
  float: left;
}
article.entry h1.article-title + .award,
article.entry .award + .award-jury-year {
  margin-top: -12px;
}
article.entry h2 {
  /* @include font-weight(normal); */
}
article.entry p.award-jury-year {
  /* padding-left: 40px; */
}
article.entry .assets ul li {
  padding-left: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
article.entry .assets ul li:before {
  display: none;
}
article.entry .assets ul li img {
  display: block;
}
article.entry ul.credit-list {
  border-top: 1px solid #eeeeee;
  margin-bottom: 36px;
}
article.entry ul.credit-list li {
  margin: 0;
  padding-left: 15px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  font-size: 0.88889em;
  line-height: 3.125em;
  color: #999999;
}
article.entry ul.credit-list li:before {
  display: none;
}
article.entry ul.credit-list a {
  display: block;
  padding-left: 15px;
  margin-left: -15px;
  color: #000;
  -moz-transition: color 0.2s ease, border 0.2s ease;
  -o-transition: color 0.2s ease, border 0.2s ease;
  -webkit-transition: color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, border 0.2s ease;
  text-decoration: none;
}
article.entry ul.credit-list a:hover {
  color: #fff;
  background: #000;
}
article.entry ul.credit-list .custom-icon:before {
  content: "";
  speak: none;
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 25px;
  line-height: 54px;
}

@media screen and (min-width: 660px) {
  article.entry .assets ul li {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  article .wish-button {
    margin-top: 0;
  }
}
.registration-form-lite {
  background: #333333;
  color: #fff;
  padding: 30px;
}
.registration-form-lite .b-head,
.registration-form-lite form {
  max-width: 380px;
}
.registration-form-lite .b-head {
  font-family: "ITCFranklinGothicStd-Book", "Helvetica Neue Light", "Helvetica Neue", Helvitca, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}
.registration-form-lite label {
  margin-bottom: 4px;
}
.registration-form-lite input[type="text"] {
  color: #cbcbcb;
  border: 1px solid #cbcbcb;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.registration-form-lite input[name="email"] {
  margin-bottom: 30px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.registration-form-lite input[type="submit"] {
  width: 100%;
  font-family: inherit;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media screen and (min-width: 28.75em) {
  .registration-form-lite {
    padding: 40px;
  }
  .registration-form-lite input {
    color: #fff;
  }
  .registration-form-lite input[type="text"]:focus {
    border-color: #fff;
  }
  .registration-form-lite input[name="email"] {
    margin-bottom: 40px;
  }
  .registration-form-lite input[type="submit"] {
    width: 200px;
    margin-bottom: 40px;
  }
  .registration-form-lite .b-head {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 36.25em) {
  .registration-form-lite .b-head,
  .registration-form-lite form {
    max-width: 480px;
  }
  .registration-form-lite input[name="email"] {
    margin-bottom: 37px;
  }
  .registration-form-lite input[type="submit"] {
    width: 200px;
  }
}
@media screen and (min-width: 37.5em) {
  .registration-form-lite label {
    font-size: 0.875em;
    line-height: 1.28571em;
  }
  .registration-form-lite input[type="submit"] {
    font-size: 0.875em;
    line-height: 2.85714em;
  }
}
@media screen and (min-width: 50em) {
  .registration-form-lite label {
    font-size: 0.77778em;
    line-height: 1.28571em;
  }
  .registration-form-lite input[type="submit"] {
    font-size: 0.77778em;
    line-height: 2.85714em;
  }
}
.node header {
  clear: both;
  overflow: hidden;
}
.node header section.journey-title {
  margin-bottom: 24px;
}
.node .avatar {
  float: left;
  margin-right: 20px;
  width: 150px;
  margin-bottom: 40px;
}
.node .avatar img {
  display: block;
}
.node .node-detail {
  float: left;
  width: auto;
  margin-bottom: 40px;
}
.node .node-detail h1.name {
  margin-bottom: 0.25em;
  margin-top: -4px;
}
.node .node-detail ul li {
  margin: 0;
  padding: 0;
  font-size: 0.88889em;
  line-height: 1.25em;
}
.node .node-detail ul li:not(.board-trustees):before {
  display: none;
}
.node .node-detail ul li.board-trustees {
  padding-left: 20px;
}
.node .node-detail ul li.board-trustees:before {
  width: 20px;
  height: 20px;
  top: 4px;
  background: transparent;
  font-size: 18px;
}
.node .share {
  clear: both;
}
.node h3 {
  font-size: 1.38889em;
  line-height: 1.4em;
  margin-bottom: 60px;
}
.node h3.i-wish {
  padding-left: 50px;
  position: relative;
}
.node h3.i-wish:before {
  content: "";
  display: block;
  width: 32px;
  height: 37px;
  background-image: url(../svg/heart_this-2.svg);
  background-size: fit;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -19px;
}
.node .profile-information {
  clear: both;
}
.node .profile-table table {
  margin-bottom: 40px;
}
.node ul.i-wish {
  overflow: hidden;
  margin-bottom: 130px;
  margin-right: -20px;
}
.node ul.i-wish li {
  float: left;
  display: block;
  width: 90px;
  height: 90px;
  padding: 0;
  margin-right: 20px;
  margin-bottom: 20px;
}
.node ul.i-wish li:before {
  display: none;
}
.node ul.i-wish li span {
  display: none;
}
.node ul.i-wish li img {
  display: block;
}

.award {
  display: block;
  width: 26px;
  padding-top: 26px;
  height: 0;
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* professional */
  /* student */
}
.entry_detail .award {
  margin-right: 20px;
  margin-bottom: 20px;
}
.award.icon-in-book {
  background-image: url(../svg/award_inbook_slice.svg);
}
.award.icon-nomination {
  background-image: url(../svg/award_nomination_slice-2.svg);
}
.award.icon-yellow-pencil {
  background-image: url(../svg/award_yellow_pencil-2.svg);
}
.award.icon-black-pencil {
  background-image: url(../svg/award_black_pencil-2.svg);
}
.award.icon-white-pencil {
  background-image: url(../svg/award_white_pencil-2.svg);
}
.award.icon-newblood-first {
  background-image: url(../svg/award_yellow_pencil-2.svg);
}
.award.icon-newblood-second {
  background-image: url(../svg/award_yellow_pencil-2.svg);
}
.award.icon-newblood-yellow-pencil {
  background-image: url(../svg/award_yellow_pencil-2.svg);
}
.award.icon-newblood-commendation, .award.icon-newblood-best-of-year {
  background-image: url(../svg/new_blood_best_of_year-2.svg);
}
.award.icon-newblood-nomination {
  background-image: url(../svg/new_blood_nomination.svg);
}
.award.icon-newblood-in-book {
  background-image: url(../svg/new_blood_best_of_year-2.svg);
}

@media screen and (min-width: 28.75em) {
  .award {
    margin-bottom: 0;
    float: left;
  }
  .award + p {
    float: left;
  }
}
/**
*
* Footer Styles
*
*
**/
footer[role="contentinfo"] {
  background: #eeeeee;
  line-height: 1.28571em;
  color: #333333;
  border-top: 1px solid #cccccc;
}
footer[role="contentinfo"] .container {
  max-width: 1020px;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
  position: relative;
}
footer[role="contentinfo"] .container:before, footer[role="contentinfo"] .container:after {
  content: '';
  display: table;
}
footer[role="contentinfo"] .container:after {
  clear: both;
}
footer[role="contentinfo"] .fine-print {
  padding-top: 3px;
  margin-bottom: 30px;
}
footer[role="contentinfo"] address {
  margin-bottom: 30px;
}
footer[role="contentinfo"] small {
  max-width: 150px;
  display: inline-block;
}
footer[role="contentinfo"] a:hover {
  color: #333333;
}
footer[role="contentinfo"] nav {
  margin-bottom: 30px;
}
footer[role="contentinfo"] nav ul li {
  line-height: 1.71429em;
}
footer[role="contentinfo"] nav ul a {
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  color: #999999;
}
footer[role="contentinfo"] nav ul a:hover {
  border-bottom: 1px solid #333333;
}

.back-to-the-top {
  position: relative;
  width: 30px;
  height: 0;
  padding-top: 30px;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.back-to-the-top:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 36px;
  line-height: 36px;
}

@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, footer[role="contentinfo"] address {
    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;
  }

  .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"] address {
    margin-bottom: 40px;
  }
  footer[role="contentinfo"] address,
  footer[role="contentinfo"] small {
    width: 100%;
  }
  footer[role="contentinfo"] small {
    max-width: 180px;
  }

  .back-to-the-top {
    position: absolute;
    top: 46px;
    right: 40px;
  }
}
/**
*
* Various Hacks and Fixes
*
* Note: you should not rely on writing a lot of CSS using hacks.
* Only write them when necessary.
*
**/
html.ie9 header[role="banner"] .menu-container,
html.ie9 header[role="banner"] .cart-container,
html.ie9 header[role="banner"] .login-container,
html.ie9 header[role="banner"] .profile-container {
  right: -680px;
}
html.ie9 header[role="banner"] .menu-container.on,
html.ie9 header[role="banner"] .cart-container.on,
html.ie9 header[role="banner"] .login-container.on,
html.ie9 header[role="banner"] .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;
  }

  blockquote p {
    font-size: 1.5625em;
    line-height: 1.2em;
  }

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

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

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

  #logo {
    margin: 20px 0;
    width: 60px;
    padding-top: 70px;
  }

  header[role="banner"] {
    height: 110px;
    padding-left: 40px;
    padding-right: 40px;
  }

  nav[role="navigation"] {
    width: 320px;
  }
  nav[role="navigation"] ul li {
    margin-left: 20px;
  }
  nav[role="navigation"] ul a {
    width: 60px;
    height: 0;
    padding-top: 109px;
  }
  nav[role="navigation"] ul a:before {
    font-size: 36px;
    line-height: 109px;
  }

  .menu-container,
  .cart-container,
  .login-container,
  .profile-container {
    width: 380px;
    top: 110px;
  }
}
@media screen and (min-width: 37.5em) and (min-width: 900px) {
  header[role="banner"] {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 37.5em) {
  .menu-container ul a,
  .profile-container ul a {
    /* min-height: 160px; */
    padding: 35px 35px;
  }
  .menu-container ul a span,
  .profile-container ul a span {
    margin-bottom: 12px;
  }
  .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:not(.log-out) a,
  .profile-container ul li:not(.log-out) a {
    min-height: 160px;
  }
  .menu-container ul li.log-out a,
  .profile-container ul li.log-out a {
    min-height: auto;
  }

  .search-container {
    top: 109px;
  }

  .login-container,
  .profile-container {
    font-size: 0.875em;
    line-height: 1.28571em;
  }
  .login-container .f-head,
  .profile-container .f-head {
    font-size: 1.28571em;
    line-height: 1.11111em;
  }
  .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-top: 35px;
    margin-left: 0;
    margin-bottom: 80px;
  }
  .login-container hr,
  .profile-container hr {
    clear: both;
  }

  main[role="main"] {
    padding-top: 110px;
  }

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

  #menu > ul,
  .profile-contents > div {
    padding: 40px 65px 40px 35px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  blockquote {
    margin: 40px 0 80px 0;
  }
  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: 1.38889em;
    line-height: 1.2em;
  }

  .menu-container,
  .cart-container,
  .login-container,
  .profile-container {
    width: 600px;
  }

  #menu > ul,
  .profile-contents > div,
  .cart-contents > ul {
    padding: 80px 65px 80px 40px;
  }

  .menu-container ul a,
  .profile-container ul a {
    min-height: 140px;
  }
  .menu-container ul li.log-out a,
  .profile-container ul li.log-out a {
    min-height: auto;
  }

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

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

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

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

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

  .snippet {
    padding: 80px 40px;
  }

  body.product .video-block {
    padding: 80px 80px 180px;
  }
  body.product .video-block > .e-head {
    font-size: 1.38889em;
    line-height: 1.2em;
    margin-bottom: 80px;
  }
  .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: 80px;
  }

  .tabs {
    font-size: 0.88889em;
    line-height: 1.25em;
    padding: 60px 0 80px;
  }
  .tabs ul {
    overflow: hidden;
    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;
    float: left;
    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: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: relative;
    top: auto;
    left: auto;
  }
  .tabs ul li.tab .tab-content {
    margin: -4px 0 0 0;
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

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

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

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

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

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

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

  footer[role="contentinfo"] {
    font-size: 0.88889em;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 63.75em) {
  header[role="banner"] {
    padding-left: 80px;
    padding-right: 80px;
  }

  .menu-container,
  .login-container,
  .profile-container {
    width: 680px;
  }

  .menu-contents > ul,
  .profile-contents > div,
  .cart-contents > ul {
    padding: 60px 80px 60px 40px;
  }

  .login-container .carousel-container,
  .profile-container .carousel-container {
    padding: 60px 0 80px;
  }

  main[role="main"] .container {
    padding: 80px;
  }
  main[role="main"] a.journey-nav.journey-previous:before {
    left: 34px;
  }
  main[role="main"] a.journey-nav.journey-next:before {
    right: 34px;
  }

  .image-copy-with-link {
    padding: 250px 0 290px 0;
  }
  .image-copy-with-link span p {
    font-size: 1em;
    line-height: 1.44444em;
  }
  .image-copy-with-link p.a-head {
    font-size: 2.1875em;
    line-height: 1.14286em;
  }
  .image-copy-with-link a.product-button {
    font-size: 0.77778em;
    line-height: 2.85714em;
  }

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

  footer[role="contentinfo"] .container {
    padding: 80px;
  }
  footer[role="contentinfo"] .fine-print,
  footer[role="contentinfo"] .secondary-navigation {
    padding-left: 0;
    padding-right: 40px;
    width: 34.88372%;
    float: left;
  }
  footer[role="contentinfo"] .social {
    padding-left: 0;
    padding-right: 0;
    width: 30.23256%;
    float: left;
  }

  .back-to-the-top {
    top: 86px;
    right: 80px;
  }
}
@media screen and (min-width: 82.5em) {
  main[role="main"] .container {
    max-width: none;
    width: 1320px;
  }

  .container > article {
    padding-left: 0;
    padding-right: 40px;
    width: 77.58621%;
    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 p.a-head {
    font-size: 3.75em;
    line-height: 1em;
  }

  body.product .video-block {
    padding: 80px 0px 180px;
  }

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

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

  .sidebar .f-head {
    font-size: 0.88889em;
    line-height: 4.125em;
  }
  .sidebar a {
    padding-left: 60px;
  }
  .sidebar a .custom-icon:before {
    width: 60px;
  }

  footer[role="contentinfo"] .container {
    max-width: none;
    width: 1320px;
  }
  footer[role="contentinfo"] .fine-print {
    padding-left: 0;
    padding-right: 40px;
    width: 51.72414%;
    float: left;
  }
  footer[role="contentinfo"] .fine-print address {
    padding-left: 0;
    padding-right: 40px;
    width: 53.57143%;
    float: left;
  }
  footer[role="contentinfo"] .fine-print small {
    padding-right: 0;
    max-width: 200px;
    float: left;
  }
  footer[role="contentinfo"] .secondary-navigation {
    padding-left: 0;
    padding-right: 40px;
    width: 25.86207%;
    float: left;
  }
  footer[role="contentinfo"] .social {
    padding-left: 0;
    padding-right: 0;
    width: 22.41379%;
    float: left;
  }
}
