.kidsnavigation {
  background: #FFCF00 !important;
  height: auto !important;
}
.kidsnavigation-content {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.canvas-link img {
  opacity: 0 !important;
}
.canvas-link.videos {
  order: 2;
}
.canvas-link.videos a {
  display: block;
  position: relative;
  background: #B6264D;
  border-radius: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}
.canvas-link.games {
  order: 1;
}
.canvas-link.games a {
  display: block;
  position: relative;
  background: #006AAD;
  border-radius: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

/*  Theme
-------------------------------- */
/*  Settings
-------------------------------- */
/*  This is the config of the LEGO CSS.

    The values are measured in pixels, but you should not include 'px'.
    Just type the value without an unit. This way we can convert our values
    into whatever value we need.

    In pixels = just enter value without 'px'
    px value  = enter your value with 'px'
    value     = enter your desired value with 'px', '%' or w/e
*/
/*  Debug
-------------------------------- */
/*  Put the page into Debug mode. ('true' or 'false')
    Various stuff will become highlighted that might cause issues
    and enables tools for responsive help.
*/
/*  Include default styling
-------------------------------- */
/*  Decide which objects, components and abstractions to use ('true' or 'false')
    This will only affect default styling - not functional styling
*/
/*  Base
-------------------------------- */
/*  Base variables will bleed through to many other variables, and liturally
    change the look'n'feel in most things. If the changes aren't sufficient,
    scroll down and find variables that are more unique to your issue.

    If the variable dosn't exist, let the frontend team know and create your own
    variable in your "Custom" folder.
*/
/*  Colors
-------------------------------- */
/*  Typography
-------------------------------- */
/* font-size, weight
*/
/*  Buttons
-------------------------------- */
/*  Form
-------------------------------- */
/*  Branding
-------------------------------- */
/*  Navigation
-------------------------------- */
/*  Breadcrumb
-------------------------------- */
/*  Modal
-------------------------------- */
/*  Character
-------------------------------- */
/*  Gallery
-------------------------------- */
/*  Settings
-------------------------------- */
/*  This is the config of the LEGO CSS.

    The values are measured in pixels, but you should not include 'px'.
    Just type the value without an unit. This way we can convert our values
    into whatever value we need.

    In pixels = just enter value without 'px'
    px value  = enter your value with 'px'
    value     = enter your desired value with 'px', '%' or w/e
*/
/*  Debug
-------------------------------- */
/*  Put the page into Debug mode. ('true' or 'false')
    Various stuff will become highlighted that might cause issues
    and enables tools for responsive help.
*/
/*  Include default styling
-------------------------------- */
/*  Decide which objects, components and abstractions to use ('true' or 'false')
    This will only affect default styling - not functional styling
*/
/*  Base
-------------------------------- */
/*  Base variables will bleed through to many other variables, and liturally
    change the look'n'feel in most things. If the changes aren't sufficient,
    scroll down and find variables that are more unique to your issue.

    If the variable dosn't exist, let the frontend team know and create your own
    variable in your "Custom" folder.
*/
/*  Colors
-------------------------------- */
/*  Typography
-------------------------------- */
/* font-size, weight
*/
/*  Buttons
-------------------------------- */
/*  Form
-------------------------------- */
/*  Branding
-------------------------------- */
/*  Navigation
-------------------------------- */
/*  Breadcrumb
-------------------------------- */
/*  Modal
-------------------------------- */
/*  Variables
-------------------------------- */
/*  This variables file should only contain variables that are not supposed to change.
    E.g. image formats or responsive breakpoints
*/
/*  Base
*/
/*  Responsive
*/
/*  Layout
*/
/*  Grid / List Grid
*/
/*  Formats
*/
/*  Base spacing variables
    We use the line-height variable to keep consistency on our base line.
    E.g.: p { margin-bottom: @small-spacing; } or .object { padding: @base-spacing; }
*/
/*  Default theme
-------------------------------- */
/*  This is the new default theme (07/08-2017)

    This file includes all of basestyles EXCLUDING functional styling, which can
    be found in basestyles.less instead.

    !IMPORTANT! Basestyles-default.less should ONLY be imported into your theme structure,
    and NOT to be compiled as a .css file directly.

    For any questions, contact any frontender and they may redirect you to the right person.
*/
/*  Tools
-------------------------------- */
/*  Tools - Debug
-------------------------------- */
/*  Core - Page
-------------------------------- */
/*  1.  Enable scrollbar and disable horizontal scroll on all pages.
    2.  Fonts on OSX will look more consistent with other systems that do not
        render text using sub-pixel anti-aliasing.
    3.  "Disables" tap highlight on iOS
    4.  Sets border-box to everything. Read more at css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
    5.  Makes sure flex is set on all elements, for better flexbox support in IE10 and IE11
*/
html {
  font-size: 1em;
  line-height: 1.5;
  font-family: "Cera Pro", sans-serif;
  color: #333;
  background: #fff;
}
/*  Changing color of select highlight
*/
::-moz-selection {
  background: #BBB;
  color: #000000;
}
::selection {
  background: #BBB;
  color: #000000;
}
::-moz-selection {
  background: #BBB;
  color: #000000;
}
/*  Hidden classes
*/
@media screen and (min-width: 36em) {
}@media screen and (min-width: 48em) {
}@media screen and (min-width: 73.5em) {
}@media screen and (min-width: 73.5em) {
}@media screen and (min-width: 73.5em) {
}.hero .cta.has--video .content-item__primary-inner:after {
  font-family: 'LEGO Icons' !important;font-weight: normal !important;font-style: normal !important;font-variant: normal !important;line-height: normal;text-align: center;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;speak: none;
}
.slider__btn--next .slider__btn-icon:before,
.header__link .icon:before {
  content: '\e629';
}
.slider__btn--prev .slider__btn-icon:before {
  content: '\e62a';
}
.hero .cta.has--video .content-item__primary-inner:after {
  content: '\e63c';
}
/*  Core - Typography
-------------------------------- */
/*  This is the place for most basic typography stuff. This is only the functional
    styling, as the more default styles are located around the places it's needed
*/
/*  Vars
*/
/*  Mixins
*/
/*  Styles
*/
a {
  color: #BBB;
}
._h,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #333;
  font-family: "Cera Pro", sans-serif;
}
h1,
.h1 {
  font-size: 1.875rem;
  font-weight: 300;
}
@media screen and (min-width: 36em) {
  h1,
  .h1 {
    font-size: 2.375rem;
  }
}
h2,
.h2 {
  font-size: 1.375rem;
  font-weight: 300;
}
@media screen and (min-width: 36em) {
  h2,
  .h2 {
    font-size: 1.625rem;
  }
}
h3,
.h3 {
  font-size: 1.125rem;
  font-weight: 400;
}
h4,
.h4 {
  font-size: 1.125rem;
  font-weight: 400;
}
h5,
.h5 {
  font-size: 1rem;
  font-weight: 400;
}
h6,
.h6 {
  font-size: 0.875rem;
  font-weight: 400;
}
.date {
  font-size: 0.875rem;
}
.legal-text {
  font-size: 0.75rem;
}
.product-id {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-id__number {
  font-size: 0.875em;
  opacity: 0.6;
  margin-bottom: -0.2em;
}
.product-id--header .product-id__number {
  font-size: 0.525em;
}
.modal__close,
.slider__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;vertical-align: middle;position: relative;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;line-height: 24px;text-align: center;color: inherit;border: 0;padding: 0;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;white-space: nowrap;background-color: transparent;
}
.modal__close,
.modal__close:hover,
.modal__close:active,
.modal__close:focus,
.slider__btn,
.slider__btn:hover,
.slider__btn:active,
.slider__btn:focus {
  text-decoration: none;outline: none;
}
.modal__close > *:not(.icon):not(:last-child):after,
.slider__btn > *:not(.icon):not(:last-child):after {
  content: '\00a0';
}
/*  Button - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Loader - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Form - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Rich Text - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.rich-text {
  font-size: 1rem;
}
.rich-text h1,
.rich-text blockquote,
.rich-text p,
.rich-text pre,
.rich-text dl,
.rich-text dd,
.rich-text ol,
.rich-text ul,
.rich-text figure,
.rich-text hr,
.rich-text fieldset,
.rich-text legend {
  margin-bottom: 16px;
}
.rich-text ul,
.rich-text ol,
.rich-text dd {
  margin-left: 32px;
}
.rich-text ul,
.rich-text ol {
  list-style: initial;
}
.rich-text li {
  margin-bottom: 8px;
}
.rich-text li ol,
.rich-text li ul {
  margin-bottom: 16px;
}
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  margin-bottom: 0;
  margin-top: 32px;
}
/*  Rich Text - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.reveal-txt__btn {
  margin-top: 16px;
}
/*  Header - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.header__icon {
  color: #333;
  margin-right: 8px;
}
.header__title-link {
  color: #333;
}
.header .inline-social {
  margin-left: 8px;
}
@media screen and (max-width: 35.9375em) {
  .header .inline-social {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
  .header .inline-social > *:not(:first-child) {
    margin-top: 4px;
  }
}
/*  Pagination - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.pagination__item {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0 2px;
  border-radius: 16px;
}
.pagination__item.is--active,
.pagination__item:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
/*  List Grid - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.list-grid {
  margin: 8px 0;
}
.list-grid--large .list-grid__list {
  margin: -16px;
}
.list-grid--large .list-grid__item {
  padding: 16px;
}
@media screen and (max-width: 47.9375em) {
  .list-grid__eyecatcher {
    display: none;
  }
}
.list-grid__header:not(.details__header) {
  margin-bottom: 16px;
}
/*  Eyecatcher - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Content Item - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.content-item,
a.content-item__primary,
a.content-item__secondary-inner {
  color: #333;
}
.video-duration-label {
  font-size: 0.875rem;
  font-weight: 400;
  bottom: 4px;
  right: 4px;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  padding: 2px 4px;
}
/*  CTA - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.cta-btn {
  color: #333;
}
/*  Details - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.details {
  margin-top: 8px;
  margin-bottom: 32px;
}
@media screen and (min-width: 48em) {
  .details {
    margin-bottom: 64px;
  }
}
.details__header {
  margin-bottom: 32px;
}
@media screen and (min-width: 73.5em) {
  .details__header {
    margin-bottom: 64px;
  }
}
.details--article .details__header {
  margin-bottom: 16px;
}
.details__sub-header {
  margin-bottom: 16px;
}
.details__slider {
  margin-bottom: 16px;
}
@media screen and (min-width: 48em) {
  .details__slider {
    margin-bottom: 32px;
  }
}
.details__video {
  margin-bottom: 16px;
}
@media screen and (min-width: 48em) {
  .details__video {
    margin-bottom: 32px;
  }
}
.details__img {
  margin-bottom: 16px;
}
@media screen and (min-width: 48em) {
  .details__img {
    margin-bottom: 32px;
  }
}
.details__io {
  margin-bottom: 32px;
}
.details__descr {
  margin-bottom: 16px;
}
@media screen and (min-width: 48em) {
  .details__descr {
    margin-bottom: 32px;
  }
}
.details__descr .text__header {
  margin-bottom: 16px;
}
.details__section {
  margin-bottom: 16px;
}
@media screen and (min-width: 48em) {
  .details__section {
    margin-bottom: 32px;
  }
}
.details .list-grid {
  margin: 32px 0;
}
/*  Author - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.author__avatar {
  width: 48px;
  height: 48px;
  background-color: white;
  margin-right: 8px;
}
.author__name a {
  color: #333;
}
.author__date {
  opacity: 0.85;
}
/*  Social - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.social-scope > * {
  margin-bottom: 8px;
}
@media screen and (min-width: 23.375em) {
  .social-scope > * {
    margin-right: 8px;
  }
}
.social--view-count {
  font-size: 0.875rem;
  font-weight: 400;
}
.social--comment-count .social__icon {
  margin-right: 0.25rem;
}
.like-btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.stacked-social > *:not(:first-child) {
  margin-top: 4px;
}
.inline-social > *:not(:first-child) {
  margin-left: 8px;
}
/*  Branding - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.has--no-banner .branding__inner {
  height: 100px;
}
.branding:not(.has--no-banner) .branding__banner-img {
  max-height: 100px;
}
/*  Navigation - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.site-navigation .nav__item.is--active .nav__link {
  color: #333;
}
@media screen and (min-width: 73.5em) {
  .site-navigation .nav__item:not(.has--no-title) .nav__icon {
    margin-right: 4px;
  }
}
.site-navigation .nav__link {
  font-size: 1rem;
  font-weight: 400;
  padding: 8px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  font-family: "Cera Pro", sans-serif;
  color: #333;
}
.site-navigation .nav__icon {
  font-size: 1.375rem;
}
@media screen and (min-width: 73.5em) {
  .nav__item:not(.has--no-title) .site-navigation .nav__icon {
    margin-right: 4px;
  }
}
/*  Breadcrumb - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.breadcrumb {
  font-size: 0.6875rem;
}
.breadcrumb__inner {
  padding: 8px 0;
}
.breadcrumb__label {
  color: #333;
  margin-right: 8px;
}
.breadcrumb__item {
  font-weight: bold;
}
.breadcrumb__item:before {
  color: #333;
  margin-left: 4px;
}
a.breadcrumb__title {
  color: #333;
}
/*  Carousel - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Slider - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.slider__pagination {
  bottom: 16px;
}
.slider__btn-icon {
  position: relative;
  padding: 20px;
  display: block;
}
.slider__btn-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slider__btn--prev {
  margin-left: 8px;
}
.slider__btn--next {
  margin-right: 8px;
}
/*  Accordian - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.accordian-list .list-grid__item:first-of-type .accordian {
  border-top: 1px solid #BBB;
}
.accordian {
  border-bottom: 1px solid #BBB;
  background-color: #fff;
}
.accordian__trigger {
  padding: 16px;
}
.accordian__content {
  padding: 0 16px;
}
.accordian.is--open {
  background-color: #EEE;
}
/*  Modal - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.modal {
  padding: 16px;
}
.modal__inner {
  max-width: 938.66666667px;
  background-color: white;
}
.modal__close {
  background-color: transparent;
  padding: 24px;
  color: #BBB;
  font-size: 1.25rem;
}
.modal__header {
  text-align: center;
  padding: 8px;
}
.modal__content,
.modal__footer {
  padding: 8px;
}
@media screen and (min-width: 36em) {
  .modal__content,
  .modal__footer {
    padding: 8px 16px;
  }
}
.modal__btn {
  margin: 8px 0;
}
.modal--small .modal__inner {
  max-width: 704px;
}
.modal--video .modal__content {
  padding: 0;
}
.modal--video .modal__inner {
  max-width: 1408px;
}
.modal--video .video {
  margin-bottom: 0;
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
/*  Page Intro - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Async List - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.async-list .list-grid__item.ng-animate {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.async-list .list-grid__item.ng-enter,
.async-list .list-grid__item.ng-move {
  -webkit-animation-duration: 0.5s, 0.4s;
          animation-duration: 0.5s, 0.4s;
  -webkit-animation-name: slideInUp, fadeIn;
          animation-name: slideInUp, fadeIn;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.async-list .async-list__inner--stagger .list-grid__item.ng-enter-stagger {
  -webkit-animation-delay: 0.075s, 0.175s;
          animation-delay: 0.075s, 0.175s;
  -webkit-animation-duration: 0;
          animation-duration: 0;
}
.async-list__controls {
  margin-top: 16px;
}
.async-list__loader,
.async-list__btn {
  min-width: 66.666%;
  max-width: 100%;
}
@media screen and (min-width: 36em) {
  .async-list__loader,
  .async-list__btn {
    min-width: 33.333%;
  }
}
.grid-column--sidebar-left .async-list__loader,
.grid-column--sidebar-left .async-list__btn,
.grid-column--sidebar-right .async-list__loader,
.grid-column--sidebar-right .async-list__btn {
  min-width: 66.666%;
}
/*  Multiview List - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Mozaik List - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Promoted List - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  App - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Character - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.mugshot {
  margin-bottom: 16px;
}
.bio-list__item--txt:not(:last-child) {
  margin-bottom: 8px;
}
/*  Accessory - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Quiz - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
/*  Article - Default styles
-------------------------------- */
/*  Variables
*/
/*  Mixins
*/
/*  Styles
*/
.kidsnavigation {
  background: #FFCF00 !important;
  height: auto !important;
}
.kidsnavigation-content {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (min-width: 769px) {
  .kidsnavigation-content {
    max-width: calc(1200px + 32px * 2);
    padding: 0 32px;
  }
}
.kidsnavigation-left {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.kidsnavigation-left a {
  display: block;
}
.kidsnavigation__item {
  padding: 0 8px;
}
.kidsnavigation__item:first-child {
  padding: 0 24px 0 0;
}
.kidsnavigation .lego img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 47.9375em) {
  .kidsnavigation .lego img {
    width: 40px;
    height: 40px;
  }
}
.kidsnavigation .round-link {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .kidsnavigation .round-link {
    width: 40px;
    height: 40px;
  }
}
.kidsnavigation .round-link:hover .link-content {
  -webkit-transform: translate(0px, -2px);
          transform: translate(0px, -2px);
}
.kidsnavigation .link-depth {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}
.kidsnavigation .link-content {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-bottom: 4px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.25);
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.kidsnavigation .link-content svg {
  fill: #fff;
}
.kidsnavigation .games .link-depth {
  background: #006AAD;
}
.kidsnavigation .games .link-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#006AAD), to(#007BC0));
  background: linear-gradient(180deg, #006AAD 0%, #007BC0 100%);
}
.kidsnavigation .videos .link-depth {
  background: #B6264D;
}
.kidsnavigation .videos .link-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#B6264D), to(#E32648));
  background: linear-gradient(180deg, #B6264D 0%, #E32648 100%);
}
.kidsnavigation .sets .link-depth {
  background: #00744B;
}
.kidsnavigation .sets .link-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#00744B), to(#008746));
  background: linear-gradient(180deg, #00744B 0%, #008746 100%);
}
.kidsnavigation .life-link {
  display: block;
  position: relative;
}
.kidsnavigation .life-link__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/lego-life-small.9f29ad8eae922ab55c8e1ee77d6d7907.png);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: 40% center;
}
/*  LEGO Futura PT Bold
-------------------------------- */
/*  Variables
-------------------------------- */
/*  Base
-------------------------------- */
@font-face {
  font-family: 'FuturaPTBold';
  src: url(../fonts/ftn85.eot);
  src: url(../fonts/ftn85.eot#iefix) format('embedded-opentype'), url(../fonts/ftn85.woff) format('woff'), url(../fonts/ftn85.svg#FuturaPTBold) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaPTBold';
  src: url(../fonts/ftn85.eot);
  src: url(../fonts/ftn85.eot#iefix) format('embedded-opentype'), url(../fonts/ftn85.woff) format('woff'), url(../fonts/ftn85.svg#FuturaPTBold) format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'FuturaPTBold';
  src: url(../fonts/ftn85.eot);
  src: url(../fonts/ftn85.eot#iefix) format('embedded-opentype'), url(../fonts/ftn85.woff) format('woff'), url(../fonts/ftn85.svg#FuturaPTBold) format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaPTBold';
  src: url(../fonts/ftn85.eot);
  src: url(../fonts/ftn85.eot#iefix) format('embedded-opentype'), url(../fonts/ftn85.woff) format('woff'), url(../fonts/ftn85.svg#FuturaPTBold) format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'FuturaPTBold';
  src: url(../fonts/ftn85.eot);
  src: url(../fonts/ftn85.eot#iefix) format('embedded-opentype'), url(../fonts/ftn85.woff) format('woff'), url(../fonts/ftn85.svg#FuturaPTBold) format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaPTBold';
  src: url(../fonts/ftn85.eot);
  src: url(../fonts/ftn85.eot#iefix) format('embedded-opentype'), url(../fonts/ftn85.woff) format('woff'), url(../fonts/ftn85.svg#FuturaPTBold) format('svg');
  font-weight: 300;
  font-style: italic;
}
/*  Custom styles
-------------------------------- */
/*  This is the main import file for all custom styles
*/
/*  Variables
-------------------------------- */
/*  Content Item
*/
/*  Custom formats

    Used by Hero, Mainstage slider, ..
*/
/*  CTA
*/
/*  Hero
*/
/*  Button
*/
/*  type  alternative  accent  color

    alternative = on colored/photo background
    accent = background/border color
    color = font color
*/
/*  Header
*/
/*  Carousel
*/
/*  Slider
*/
/*  Branding
*/
/*  Mainstage (slider)
*/
/*  Modal
*/
/*  Mixins
-------------------------------- */
/*  Coloring hero object
*/
/*  Coloring mainstage-slider CTA
*/
/*  Button
*/
/* General hover
*/
/* Custom format (tall/widee)
*/
/*  Layout
-------------------------------- */
.grid-content {
  padding-left: 0;
  padding-right: 0;
}
.grid-row--test {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
}
/*  Generic
-------------------------------- */
.product-id__number {
  font-size: 0.75rem;
  color: #BBB;
  opacity: 1;
}
@media screen and (min-width: 36em) {
  .product-id__number {
    font-size: 0.875rem;
  }
}
.product-id--header .product-id__number {
  font-size: 0.875rem;
}
.reveal-txt__btn {
  color: #333;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 4px 24px;
  background-color: transparent;
  border: 0;
  line-height: 28px;
}
.reveal-txt__btn:hover,
.reveal-txt__btn:active,
.reveal-txt__btn:focus {
  opacity: 0.7;
}
.rich-text {
  font-size: 0.875rem;
}
@media screen and (min-width: 36em) {
  .rich-text {
    font-size: 1rem;
  }
}
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5 {
  font-weight: 300;
}
.rich-text h1 {
  font-size: 1.75rem;
}
@media screen and (min-width: 36em) {
  .rich-text h1 {
    font-size: 2.25rem;
  }
}
.rich-text h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 36em) {
  .rich-text h2 {
    font-size: 1.75rem;
  }
}
.rich-text h3 {
  font-size: 1.125rem;
}
@media screen and (min-width: 36em) {
  .rich-text h3 {
    font-size: 1.5rem;
  }
}
.rich-text h4 {
  font-size: 0.75rem;
}
@media screen and (min-width: 36em) {
  .rich-text h4 {
    font-size: 1.125rem;
  }
}
.rich-text h5 {
  font-size: 0.75rem;
}
@media screen and (min-width: 36em) {
  .rich-text h5 {
    font-size: 0.875rem;
  }
}
.rich-text h6 {
  font-size: 0.6875rem;
  font-weight: 400;
}
/*  Button
-------------------------------- */
._btn {
  /*  1. Allow us to style box model & flex box properties
            2. Line different sized buttons up a little nicer
            4. Allows us to use position properties
            5. Center text and icons in buttons
            6. Reset/normalize some styles
        */
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: initial;
  color: #4A4A4A;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 4px 24px;
  border: 0 solid #4A4A4A;
  background-color: transparent;
  border-width: 1px;
  line-height: 26px;
}
._btn::-moz-focus-inner {
  border: 0;
}
._btn,
._btn:hover,
._btn:active,
._btn:focus {
  text-decoration: none;
  outline: none;
}
._btn:hover,
._btn:active,
._btn:focus {
  opacity: 0.7;
}
.button .grid-content {
  text-align: center;
}
.list-grid + .button {
  margin-top: -64px;
  margin-bottom: 32px;
}
.button .content-item {
  width: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.button .content-item__primary {
  display: none !important;
}
.button .content-item__secondary {
  margin: 0;
}
.button .cta__title,
.button .cta__sub-title,
.button .cta__txt {
  display: none !important;
}
.button .cta__btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.button .cta__secondary-btn {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.button .cta__btn,
.button .cta__secondary-btn {
  /*  1. Allow us to style box model & flex box properties
            2. Line different sized buttons up a little nicer
            4. Allows us to use position properties
            5. Center text and icons in buttons
            6. Reset/normalize some styles
        */
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: initial;
  color: #4A4A4A;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 4px 24px;
  border: 0 solid #4A4A4A;
  background-color: transparent;
  border-width: 1px;
  line-height: 26px;
}
.button .cta__btn::-moz-focus-inner,
.button .cta__secondary-btn::-moz-focus-inner {
  border: 0;
}
.button .cta__btn,
.button .cta__secondary-btn,
.button .cta__btn:hover,
.button .cta__secondary-btn:hover,
.button .cta__btn:active,
.button .cta__secondary-btn:active,
.button .cta__btn:focus,
.button .cta__secondary-btn:focus {
  text-decoration: none;
  outline: none;
}
.button .cta__btn:hover,
.button .cta__secondary-btn:hover,
.button .cta__btn:active,
.button .cta__secondary-btn:active,
.button .cta__btn:focus,
.button .cta__secondary-btn:focus {
  opacity: 0.7;
}
.button .cta.has--secondary-btn .cta__btn {
  color: white;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 4px 24px;
  background-color: #4A4A4A;
  border: 0;
  line-height: 28px;
}
.button .cta.has--secondary-btn .cta__btn:hover,
.button .cta.has--secondary-btn .cta__btn:active,
.button .cta.has--secondary-btn .cta__btn:focus {
  opacity: 0.7;
}
.button .cta.has--primary-btn.has--secondary-btn .cta__btn-wrapper {
  margin: -8px 0 0 -16px;
}
.button .cta.has--primary-btn.has--secondary-btn .cta__btn,
.button .cta.has--primary-btn.has--secondary-btn .cta__secondary-btn {
  margin: 8px 0 0 16px;
}
.button--large .cta__btn,
.button--large .cta__secondary-btn {
  color: #4A4A4A;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 8px 32px;
  border: 0 solid #4A4A4A;
  background-color: transparent;
  border-width: 1px;
  line-height: 26px;
}
.button--large .cta__btn:hover,
.button--large .cta__secondary-btn:hover,
.button--large .cta__btn:active,
.button--large .cta__secondary-btn:active,
.button--large .cta__btn:focus,
.button--large .cta__secondary-btn:focus {
  opacity: 0.7;
}
.button--large .cta.has--secondary-btn .cta__btn {
  color: white;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 8px 32px;
  background-color: #4A4A4A;
  border: 0;
  line-height: 28px;
}
.button--large .cta.has--secondary-btn .cta__btn:hover,
.button--large .cta.has--secondary-btn .cta__btn:active,
.button--large .cta.has--secondary-btn .cta__btn:focus {
  opacity: 0.7;
}
.button--alt .cta__btn,
.button--alt .cta__secondary-btn {
  color: white;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 4px 24px;
  border: 0 solid white;
  background-color: transparent;
  border-width: 2px;
  line-height: 24px;
}
.button--alt .cta__btn:hover,
.button--alt .cta__secondary-btn:hover,
.button--alt .cta__btn:active,
.button--alt .cta__secondary-btn:active,
.button--alt .cta__btn:focus,
.button--alt .cta__secondary-btn:focus {
  opacity: 0.7;
}
.button--alt .cta.has--secondary-btn .cta__btn {
  color: #4A4A4A;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 4px 24px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 0;
  line-height: 28px;
}
.button--alt .cta.has--secondary-btn .cta__btn:hover,
.button--alt .cta.has--secondary-btn .cta__btn:active,
.button--alt .cta.has--secondary-btn .cta__btn:focus {
  opacity: 0.7;
}
.button--alt.button--large .cta__btn,
.button--alt.button--large .cta__secondary-btn {
  color: white;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 8px 32px;
  border: 0 solid white;
  background-color: transparent;
  border-width: 2px;
  line-height: 24px;
}
.button--alt.button--large .cta__btn:hover,
.button--alt.button--large .cta__secondary-btn:hover,
.button--alt.button--large .cta__btn:active,
.button--alt.button--large .cta__secondary-btn:active,
.button--alt.button--large .cta__btn:focus,
.button--alt.button--large .cta__secondary-btn:focus {
  opacity: 0.7;
}
.button--alt.button--large .cta.has--secondary-btn .cta__btn {
  color: #4A4A4A;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 8px 32px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 0;
  line-height: 28px;
}
.button--alt.button--large .cta.has--secondary-btn .cta__btn:hover,
.button--alt.button--large .cta.has--secondary-btn .cta__btn:active,
.button--alt.button--large .cta.has--secondary-btn .cta__btn:focus {
  opacity: 0.7;
}
.button--silent .cta__btn,
.button--silent .cta__secondary-btn {
  color: #333;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent;
  border: 0;
  line-height: 28px;
}
.button--silent .cta__btn:hover,
.button--silent .cta__secondary-btn:hover,
.button--silent .cta__btn:active,
.button--silent .cta__secondary-btn:active,
.button--silent .cta__btn:focus,
.button--silent .cta__secondary-btn:focus {
  opacity: 0.7;
}
.button--silent .cta__btn:after,
.button--silent .cta__secondary-btn:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #333;
  width: 100%;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.button--silent.button--large .cta__btn,
.button--silent.button--large .cta__secondary-btn {
  color: #333;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent;
  border: 0;
  line-height: 28px;
}
.button--silent.button--large .cta__btn:hover,
.button--silent.button--large .cta__secondary-btn:hover,
.button--silent.button--large .cta__btn:active,
.button--silent.button--large .cta__secondary-btn:active,
.button--silent.button--large .cta__btn:focus,
.button--silent.button--large .cta__secondary-btn:focus {
  opacity: 0.7;
}
.button--silent.button--large .cta__btn:after,
.button--silent.button--large .cta__secondary-btn:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #333;
  width: 100%;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
/*  CTA
-------------------------------- */
.cta__title {
  font-size: 0.875rem;
}
@media screen and (min-width: 36em) {
  .cta__title {
    font-size: 1rem;
  }
}
.cta__sub-title,
.cta__txt {
  font-size: 0.75rem;
}
@media screen and (min-width: 36em) {
  .cta__sub-title,
  .cta__txt {
    font-size: 0.875rem;
  }
}
.cta__txt {
  color: #BBB;
}
/*  Secondary link
*/
/*  Icon
*/
/*  Shop
*/
.cta--shop .content-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cta--shop .content-item__secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.cta--shop .content-item__secondary-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cta--shop .cta__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cta--shop .cta__txt-inner {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.shop-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.shop-cta-btn {
  /*  1. Allow us to style box model & flex box properties
            2. Line different sized buttons up a little nicer
            4. Allows us to use position properties
            5. Center text and icons in buttons
            6. Reset/normalize some styles
        */
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: initial;
  color: #4A4A4A;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 4px 24px;
  border: 0 solid #4A4A4A;
  background-color: transparent;
  border-width: 1px;
  line-height: 26px;
}
.shop-cta-btn::-moz-focus-inner {
  border: 0;
}
.shop-cta-btn,
.shop-cta-btn:hover,
.shop-cta-btn:active,
.shop-cta-btn:focus {
  text-decoration: none;
  outline: none;
}
.shop-cta-btn:hover,
.shop-cta-btn:active,
.shop-cta-btn:focus {
  opacity: 0.7;
}
.shop-cta-btn:hover,
.shop-cta-btn:active,
.shop-cta-btn:focus {
  opacity: 1;
}
.shop-cta-btn .icon {
  display: none;
}
.shop-cta__brand-logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: none;
          transform: none;
  position: static;
  height: 48px;
  width: 128px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 8px;
}
.shop-cta__brand-logo-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-height: 100%;
  max-width: 128px;
}
.shop-cta__desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-cta__header,
.shop-cta__price {
  font-size: 1rem;
}
@media screen and (min-width: 36em) {
  .shop-cta__header,
  .shop-cta__price {
    font-size: 1.125rem;
  }
}
.shop-cta__header {
  -webkit-box-flex: 3;
  -webkit-flex: 3 0 0;
      -ms-flex: 3 0 0px;
          flex: 3 0 0;
}
.shop-cta__price {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: right;
  color: #333;
}
.shop-cta__txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin-bottom: 16px;
  color: #BBB;
}
/*  Content Item
-------------------------------- */
.content-item__img {
  background-color: transparent;
}
.content-item__secondary {
  margin-top: 4px;
}
.content-item__title {
  font-size: 0.875rem;
}
@media screen and (min-width: 36em) {
  .content-item__title {
    font-size: 1rem;
  }
}
.content-item__sub-title,
.content-item__desc {
  font-size: 0.75rem;
  color: #BBB;
}
@media screen and (min-width: 36em) {
  .content-item__sub-title,
  .content-item__desc {
    font-size: 0.875rem;
  }
}
/*  Hover and click state
*/
.grid-row:not(.split):not(.mainstage-slider):not(.hero) > .grid-column > .grid-content a.content-item .content-item__primary {
  -webkit-transform: translatez(0);
          transform: translatez(0);
}
.grid-row:not(.split):not(.mainstage-slider):not(.hero) > .grid-column > .grid-content a.content-item:hover .content-item__primary,
.grid-row:not(.split):not(.mainstage-slider):not(.hero) > .grid-column > .grid-content a.content-item:active .content-item__primary,
.grid-row:not(.split):not(.mainstage-slider):not(.hero) > .grid-column > .grid-content a.content-item:focus .content-item__primary {
  opacity: 0.8;
}
.grid-row:not(.split):not(.mainstage-slider):not(.hero) > .grid-column > .grid-content a.content-item:hover .content-item__secondary,
.grid-row:not(.split):not(.mainstage-slider):not(.hero) > .grid-column > .grid-content a.content-item:active .content-item__secondary,
.grid-row:not(.split):not(.mainstage-slider):not(.hero) > .grid-column > .grid-content a.content-item:focus .content-item__secondary {
  opacity: 0.7;
}
.grid-row:not(.split):not(.mainstage-slider):not(.hero) > .grid-column > .grid-content a.content-item:active,
.grid-row:not(.split):not(.mainstage-slider):not(.hero) > .grid-column > .grid-content a.content-item:focus {
  -webkit-animation-name: push--small;
          animation-name: push--small;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
/*  App
*/
.content-item--app.is--mobile-game .content-item__primary {
  border-radius: 16px;
  overflow: hidden;
}
/*  Theme item
*/
.content-item--theme .content-item__secondary {
  display: none;
}
/*  Branding
-------------------------------- */
.branding__link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  width: 256px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.branding__logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-height: 100%;
  max-width: 256px;
  position: static;
  -webkit-transform: none;
          transform: none;
}
/*  Breadcrumb
-------------------------------- */
.breadcrumb {
  margin-bottom: 32px;
}
.breadcrumb__item {
  font-weight: normal;
  letter-spacing: 0.5px;
}
.breadcrumb__item.is--active {
  font-weight: bold;
}
.breadcrumb__item:not(.is--active) .breadcrumb__title {
  text-decoration: none;
}
.breadcrumb__item:not(.is--active) .breadcrumb__title:hover,
.breadcrumb__item:not(.is--active) .breadcrumb__title:active,
.breadcrumb__item:not(.is--active) .breadcrumb__title:focus {
  opacity: 0.7;
}
/*  Navigation
-------------------------------- */
.site-navigation {
  margin: 0;
}
.site-navigation .nav__list {
  margin-bottom: 16px;
}
.site-navigation .nav__item.is--active .nav__link {
  font-weight: normal;
}
.site-navigation .nav__item.is--active .nav__title {
  border-bottom: 1px solid #333;
}
.site-navigation .nav__item:not(.is--active) .nav__link:hover,
.site-navigation .nav__item:not(.is--active) .nav__link:active,
.site-navigation .nav__item:not(.is--active) .nav__link:focus {
  opacity: 0.7;
}
.site-navigation .nav__link {
  font-weight: 300;
  text-transform: none;
  padding: 8px 16px;
}
.site-navigation .nav__title {
  display: inline-block;
}
.site-navigation .nav__icon {
  display: none;
}
.nav--label,
.nav--pill {
  margin: 32px 0;
}
.nav--label .nav__item,
.nav--pill .nav__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 8px;
}
@media screen and (min-width: 36em) {
  .nav--label .nav__item,
  .nav--pill .nav__item {
    margin: 8px 16px;
  }
}
.nav--label .nav__item.is--active .nav__link,
.nav--pill .nav__item.is--active .nav__link {
  background-color: #BBB;
  color: #000000;
}
.nav--label .nav__item:not(.is--active) .nav__link:hover,
.nav--pill .nav__item:not(.is--active) .nav__link:hover,
.nav--label .nav__item:not(.is--active) .nav__link:active,
.nav--pill .nav__item:not(.is--active) .nav__link:active,
.nav--label .nav__item:not(.is--active) .nav__link:focus,
.nav--pill .nav__item:not(.is--active) .nav__link:focus {
  opacity: 0.7;
}
.nav--label .nav__link,
.nav--pill .nav__link {
  font-size: 1.125rem;
  font-weight: 400;
  border-radius: 32px;
  border: 1px solid #BBB;
  padding: 8px 32px;
  color: #4A4A4A;
}
/*  Pagination
-------------------------------- */
.pagination__item {
  -webkit-animation: none !important;
          animation: none !important;
  border-radius: 16px;
  width: 13px;
  height: 13px;
  margin: 0 6px;
  border: 1px solid #4A4A4A;
  padding: 2px;
  opacity: 0.5;
}
.pagination__item,
.pagination__item.is--active,
.pagination__item:hover {
  background-color: white;
}
.pagination__item.is--active:before {
  content: '';
  display: block;
  background-color: #4A4A4A;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.pagination__item:active,
.pagination__item:focus {
  -webkit-animation: push 0.2s forwards;
          animation: push 0.2s forwards;
}
/*  Lists
-------------------------------- */
/*  List grid
*/
.list-grid {
  margin: 80px 0;
}
.list-grid__header:not(.details__header) {
  margin-bottom: 32px;
}
.empty-list {
  display: none !important;
}
/*  Header variations
*/
.list-grid--hide-header .list-grid__header {
  display: none;
}
.list-grid--only-btn .list-grid__header {
  margin-bottom: 8px;
}
.list-grid--only-btn .header {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.list-grid--only-btn .header__title {
  display: none;
}
.list-grid--only-btn .header__link {
  position: static;
}
/*  Huge gutter

    Extended into: .list-grid--theme
*/
.list-grid--huge .list-grid__list,
.list-grid--themes .list-grid__list {
  margin: -32px;
}
.list-grid--huge .list-grid__item,
.list-grid--themes .list-grid__item {
  padding: 32px;
}
/*  Position
*/
.list-grid--center .list-grid__list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-grid--space-between .list-grid__list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-grid--space-around .list-grid__list {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
/*  Linked lists

    Specifies that lists are linked together. Use different placeholder (e.g. section-2) if theres two different sets of lists linked after eachother
*/
.list-grid--linked + .list-grid--linked {
  margin-top: -80px;
}
.list-grid--linked + .list-grid--linked .list-grid__header {
  display: none;
}
.list-grid--linked + .list-grid--linked.list-grid--large,
.list-grid--linked.list-grid--large + .list-grid--linked {
  margin-top: -64px;
}
.list-grid--linked + .list-grid--linked.list-grid--huge,
.list-grid--linked.list-grid--huge + .list-grid--linked,
.list-grid--linked + .list-grid--linked.list-grid--themes,
.list-grid--linked.list-grid--themes + .list-grid--linked {
  margin-top: -32px;
}
/*  Simple list

    Extended into: .promoted-list--four-three-hero
*/
.list-grid--simple .content-item {
  text-align: center;
}
.list-grid--simple .content-item__secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-grid--simple .content-item__title,
.list-grid--simple .content-item .cta__title {
  font-size: 1.375rem;
  font-weight: 300;
}
@media screen and (min-width: 36em) {
  .list-grid--simple .content-item__title,
  .list-grid--simple .content-item .cta__title {
    font-size: 1.625rem;
  }
}
/*  Themes list
*/
.list-grid--themes:not(.carousel-list--themes) .list-grid__list {
  margin-left: -8px;
  margin-right: -8px;
}
@media screen and (max-width: 47.9375em) {
  .list-grid--themes:not(.carousel-list--themes)[data-size="2"] .list-grid__list {
    margin: -16px;
  }
  .list-grid--themes:not(.carousel-list--themes)[data-size="2"] .list-grid__item {
    padding: 16px;
  }
}
@media screen and (max-width: 35.9375em) {
  .list-grid--themes:not(.carousel-list--themes)[data-size="2"] .list-grid__list {
    margin: -8px;
  }
  .list-grid--themes:not(.carousel-list--themes)[data-size="2"] .list-grid__item {
    padding: 8px;
  }
}
/*  Async list
*/
.async-list__controls {
  margin-top: 64px;
  margin-bottom: 0;
}
.async-list__loader,
.async-list__btn {
  color: #4A4A4A;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 8px 32px;
  border: 0 solid #4A4A4A;
  background-color: transparent;
  border-width: 1px;
  line-height: 26px;
  min-width: 300px;
}
.async-list__loader:hover,
.async-list__btn:hover,
.async-list__loader:active,
.async-list__btn:active,
.async-list__loader:focus,
.async-list__btn:focus {
  opacity: 0.7;
}
.async-list__loader {
  opacity: 0.7;
}
/*  Multiview list
*/
.multiview-list__btn {
  padding-right: 16px;
  padding-left: 16px;
}
/*  Promoted Lists
-------------------------------- */
/*  Promoted list
*/
.promoted-list {
  /* Sets the promoted img to be last
    */
  /* Makes both halves equal size
    */
}
@media screen and (min-width: 48em) {
  .promoted-list__layout-item--main {
    -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }
}
@media screen and (min-width: 48em) {
  .promoted-list__layout-item--secondary {
    -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }
}
@media screen and (min-width: 48em) {
  .promoted-list--reversed .promoted-list__layout-item--secondary {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (min-width: 48em) {
  .promoted-list--fifty-fifty .promoted-list__layout-item--main {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 48em) {
  .promoted-list--fifty-fifty .promoted-list__layout-item--secondary {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }
}
.promoted-list--fifty-fifty .content-item__inner,
.promoted-list--seperated .content-item__inner,
.promoted-list--seperated-vert .content-item__inner,
.promoted-list--seperated-horz .content-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.promoted-list--fifty-fifty .content-item__secondary,
.promoted-list--seperated .content-item__secondary,
.promoted-list--seperated-vert .content-item__secondary,
.promoted-list--seperated-horz .content-item__secondary {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/* Makes the hero be four-three format and giving it a simple text look
*/
.promoted-list--four-three-hero .promoted-list__layout {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.promoted-list--four-three-hero .promoted-list__layout-item--main {
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
  max-width: 75%;
  min-width: 75%;
}
.promoted-list--four-three-hero .promoted-list__layout-item--main.format,
.promoted-list--four-three-hero .promoted-list__layout-item--main .format {
  padding-bottom: 74.8%;
}
.promoted-list--four-three-hero .promoted-list__layout-item--main.format__obj,
.promoted-list--four-three-hero .promoted-list__layout-item--main .format__obj {
  height: 100.4%;
  min-width: 100.2%;
  width: auto;
  min-height: 0;
}
.promoted-list--four-three-hero .promoted-list__layout-item--main .content-item {
  text-align: center;
}
.promoted-list--four-three-hero .promoted-list__layout-item--main .content-item__secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.promoted-list--four-three-hero .promoted-list__layout-item--main .content-item__title,
.promoted-list--four-three-hero .promoted-list__layout-item--main .content-item .cta__title {
  font-size: 1.375rem;
  font-weight: 300;
}
@media screen and (min-width: 36em) {
  .promoted-list--four-three-hero .promoted-list__layout-item--main .content-item__title,
  .promoted-list--four-three-hero .promoted-list__layout-item--main .content-item .cta__title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .promoted-list--four-three-hero .promoted-list__layout-item--main .content-item__secondary {
    margin: 16px 0 32px;
  }
}
.promoted-list--four-three-hero .promoted-list__layout-item--main .content-item__title,
.promoted-list--four-three-hero .promoted-list__layout-item--main .content-item .cta__title {
  font-size: 2rem;
  font-weight: 300;
}
@media screen and (min-width: 36em) {
  .promoted-list--four-three-hero .promoted-list__layout-item--main .content-item__title,
  .promoted-list--four-three-hero .promoted-list__layout-item--main .content-item .cta__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 61.5em) {
  .promoted-list--four-three-hero .promoted-list__layout-item--main .content-item__title,
  .promoted-list--four-three-hero .promoted-list__layout-item--main .content-item .cta__title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 36em) {
  .promoted-list--four-three-hero .promoted-list__layout-item--main {
    -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }
}
@media screen and (min-width: 48em) {
  .promoted-list--four-three-hero .promoted-list__layout-item--main {
    -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }
}
@media screen and (min-width: 48em) {
  .promoted-list--four-three-hero .promoted-list__layout-item--secondary {
    -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }
}
/* Adds fancy borders/lines to the list
*/
@media screen and (min-width: 48em) {
  .list-grid--linked.promoted-list--seperated + .list-grid--linked.promoted-list--seperated {
    margin-top: -16px;
  }
}
@media screen and (min-width: 48em) {
  .promoted-list--seperated .promoted-list__layout {
    margin: -32px;
  }
}
@media screen and (min-width: 73.5em) {
  .promoted-list--seperated .promoted-list__layout {
    margin: -64px;
  }
}
@media screen and (min-width: 48em) {
  .promoted-list--seperated .promoted-list__layout-item {
    padding: 32px;
  }
}
@media screen and (min-width: 73.5em) {
  .promoted-list--seperated .promoted-list__layout-item {
    padding: 64px;
  }
}
@media screen and (min-width: 48em) {
  .promoted-list--seperated .promoted-list__secondary-layout {
    position: relative;
  }
}
@media screen and (min-width: 48em) {
  .promoted-list--seperated .promoted-list__secondary-layout:after {
    content: '';
    position: absolute;
    display: block;
    background-color: #D8D8D8;
    width: 1px;
    left: -24px;
    top: 8px;
    bottom: 8px;
  }
  .list-grid--large.promoted-list--seperated .promoted-list__secondary-layout:after {
    top: 16px;
    bottom: 16px;
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  .list-grid--huge.promoted-list--seperated .promoted-list__secondary-layout:after,
  .list-grid--themes.promoted-list--seperated .promoted-list__secondary-layout:after {
    top: 32px;
    bottom: 32px;
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
}
@media screen and (min-width: 73.5em) {
  .promoted-list--seperated .promoted-list__secondary-layout:after {
    left: -56px;
  }
}
@media screen and (min-width: 48em) {
  .promoted-list--reversed.promoted-list--seperated .promoted-list__secondary-layout:after {
    left: auto;
    right: -25px;
  }
  .list-grid--large.promoted-list--reversed.promoted-list--seperated .promoted-list__secondary-layout:after {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  .list-grid--huge.promoted-list--reversed.promoted-list--seperated .promoted-list__secondary-layout:after,
  .list-grid--themes.promoted-list--reversed.promoted-list--seperated .promoted-list__secondary-layout:after {
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
  }
}
@media screen and (min-width: 73.5em) {
  .promoted-list--reversed.promoted-list--seperated .promoted-list__secondary-layout:after {
    right: -57px;
  }
}
@media screen and (min-width: 48em) {
  .list-grid--linked.promoted-list--fifty-fifty + .list-grid--linked.promoted-list--fifty-fifty.promoted-list--seperated .promoted-list__secondary-layout:after {
    top: -72px;
  }
}
@media screen and (min-width: 48em) {
  .promoted-list--seperated .promoted-list__layout-item--main {
    position: relative;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 48em) {
  .list-grid--linked.promoted-list--fifty-fifty + .list-grid--linked.promoted-list--fifty-fifty.promoted-list--seperated .promoted-list__layout-item--main:before {
    content: '';
    position: absolute;
    display: block;
    background-color: #D8D8D8;
    height: 1px;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    left: 32px;
    right: 32px;
  }
}
@media screen and (min-width: 73.5em) {
  .list-grid--linked.promoted-list--fifty-fifty + .list-grid--linked.promoted-list--fifty-fifty.promoted-list--seperated .promoted-list__layout-item--main:before {
    left: 64px;
    right: 64px;
  }
}
@media screen and (min-width: 48em) {
  .promoted-list--seperated .promoted-list__secondary-layout-item:nth-last-of-type(-n+2) {
    margin-top: 64px;
  }
  .list-grid--large.promoted-list--seperated .promoted-list__secondary-layout-item:nth-last-of-type(-n+2) {
    margin-top: 48px;
  }
  .list-grid--huge.promoted-list--seperated .promoted-list__secondary-layout-item:nth-last-of-type(-n+2),
  .list-grid--themes.promoted-list--seperated .promoted-list__secondary-layout-item:nth-last-of-type(-n+2) {
    margin-top: 16px;
  }
}
@media screen and (min-width: 48em) {
  .promoted-list--seperated .promoted-list__secondary-layout-item:last-of-type:before,
  .list-grid--linked.promoted-list--fifty-fifty + .list-grid--linked.promoted-list--fifty-fifty.promoted-list--seperated .promoted-list__secondary-layout-item:nth-child(2):before {
    content: '';
    position: absolute;
    display: block;
    background-color: #D8D8D8;
    height: 1px;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    left: 8px;
    right: 8px;
  }
  .list-grid--large.promoted-list--seperated .promoted-list__secondary-layout-item:last-of-type:before,
  .list-grid--large.list-grid--linked.promoted-list--fifty-fifty + .list-grid--linked.promoted-list--fifty-fifty.promoted-list--seperated .promoted-list__secondary-layout-item:nth-child(2):before {
    left: 16px;
    right: 16px;
  }
  .list-grid--huge.promoted-list--seperated .promoted-list__secondary-layout-item:last-of-type:before,
  .list-grid--huge.list-grid--linked.promoted-list--fifty-fifty + .list-grid--linked.promoted-list--fifty-fifty.promoted-list--seperated .promoted-list__secondary-layout-item:nth-child(2):before,
  .list-grid--themes.promoted-list--seperated .promoted-list__secondary-layout-item:last-of-type:before,
  .list-grid--themes.list-grid--linked.promoted-list--fifty-fifty + .list-grid--linked.promoted-list--fifty-fifty.promoted-list--seperated .promoted-list__secondary-layout-item:nth-child(2):before {
    left: 32px;
    right: 32px;
  }
}
@media screen and (min-width: 48em) {
  .list-grid--linked.promoted-list--seperated-vert + .list-grid--linked.promoted-list--seperated-vert {
    margin-top: -16px;
  }
}
@media screen and (min-width: 48em) {
  .promoted-list--seperated-vert .promoted-list__layout {
    margin: -32px;
  }
}
@media screen and (min-width: 73.5em) {
  .promoted-list--seperated-vert .promoted-list__layout {
    margin: -64px;
  }
}
@media screen and (min-width: 48em) {
  .promoted-list--seperated-vert .promoted-list__layout-item {
    padding: 32px;
  }
}
@media screen and (min-width: 73.5em) {
  .promoted-list--seperated-vert .promoted-list__layout-item {
    padding: 64px;
  }
}
@media screen and (min-width: 48em) {
  .promoted-list--seperated-vert .promoted-list__secondary-layout {
    position: relative;
  }
}
@media screen and (min-width: 48em) {
  .promoted-list--seperated-vert .promoted-list__secondary-layout:after {
    content: '';
    position: absolute;
    display: block;
    background-color: #D8D8D8;
    width: 1px;
    left: -24px;
    top: 8px;
    bottom: 8px;
  }
  .list-grid--large.promoted-list--seperated-vert .promoted-list__secondary-layout:after {
    top: 16px;
    bottom: 16px;
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  .list-grid--huge.promoted-list--seperated-vert .promoted-list__secondary-layout:after,
  .list-grid--themes.promoted-list--seperated-vert .promoted-list__secondary-layout:after {
    top: 32px;
    bottom: 32px;
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
}
@media screen and (min-width: 73.5em) {
  .promoted-list--seperated-vert .promoted-list__secondary-layout:after {
    left: -56px;
  }
}
@media screen and (min-width: 48em) {
  .promoted-list--reversed.promoted-list--seperated-vert .promoted-list__secondary-layout:after {
    left: auto;
    right: -25px;
  }
  .list-grid--large.promoted-list--reversed.promoted-list--seperated-vert .promoted-list__secondary-layout:after {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  .list-grid--huge.promoted-list--reversed.promoted-list--seperated-vert .promoted-list__secondary-layout:after,
  .list-grid--themes.promoted-list--reversed.promoted-list--seperated-vert .promoted-list__secondary-layout:after {
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
  }
}
@media screen and (min-width: 73.5em) {
  .promoted-list--reversed.promoted-list--seperated-vert .promoted-list__secondary-layout:after {
    right: -57px;
  }
}
@media screen and (min-width: 48em) {
  .list-grid--linked.promoted-list--fifty-fifty + .list-grid--linked.promoted-list--fifty-fifty.promoted-list--seperated-vert .promoted-list__secondary-layout:after {
    top: -72px;
  }
}
@media screen and (min-width: 48em) {
  .list-grid--linked.promoted-list--seperated-horz + .list-grid--linked.promoted-list--seperated-horz {
    margin-top: -16px;
  }
}
@media screen and (min-width: 48em) {
  .promoted-list--seperated-horz .promoted-list__layout {
    margin: -32px;
  }
}
@media screen and (min-width: 73.5em) {
  .promoted-list--seperated-horz .promoted-list__layout {
    margin: -64px;
  }
}
@media screen and (min-width: 48em) {
  .promoted-list--seperated-horz .promoted-list__layout-item {
    padding: 32px;
  }
}
@media screen and (min-width: 73.5em) {
  .promoted-list--seperated-horz .promoted-list__layout-item {
    padding: 64px;
  }
}
@media screen and (min-width: 48em) {
  .promoted-list--seperated-horz .promoted-list__layout-item--main {
    position: relative;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 48em) {
  .list-grid--linked.promoted-list--fifty-fifty + .list-grid--linked.promoted-list--fifty-fifty.promoted-list--seperated-horz .promoted-list__layout-item--main:before {
    content: '';
    position: absolute;
    display: block;
    background-color: #D8D8D8;
    height: 1px;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    left: 32px;
    right: 32px;
  }
}
@media screen and (min-width: 73.5em) {
  .list-grid--linked.promoted-list--fifty-fifty + .list-grid--linked.promoted-list--fifty-fifty.promoted-list--seperated-horz .promoted-list__layout-item--main:before {
    left: 64px;
    right: 64px;
  }
}
@media screen and (min-width: 48em) {
  .promoted-list--seperated-horz .promoted-list__secondary-layout-item:nth-last-of-type(-n+2) {
    margin-top: 64px;
  }
  .list-grid--large.promoted-list--seperated-horz .promoted-list__secondary-layout-item:nth-last-of-type(-n+2) {
    margin-top: 48px;
  }
  .list-grid--huge.promoted-list--seperated-horz .promoted-list__secondary-layout-item:nth-last-of-type(-n+2),
  .list-grid--themes.promoted-list--seperated-horz .promoted-list__secondary-layout-item:nth-last-of-type(-n+2) {
    margin-top: 16px;
  }
}
@media screen and (min-width: 48em) {
  .promoted-list--seperated-horz .promoted-list__secondary-layout-item:last-of-type:before,
  .list-grid--linked.promoted-list--fifty-fifty + .list-grid--linked.promoted-list--fifty-fifty.promoted-list--seperated-horz .promoted-list__secondary-layout-item:nth-child(2):before {
    content: '';
    position: absolute;
    display: block;
    background-color: #D8D8D8;
    height: 1px;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    left: 8px;
    right: 8px;
  }
  .list-grid--large.promoted-list--seperated-horz .promoted-list__secondary-layout-item:last-of-type:before,
  .list-grid--large.list-grid--linked.promoted-list--fifty-fifty + .list-grid--linked.promoted-list--fifty-fifty.promoted-list--seperated-horz .promoted-list__secondary-layout-item:nth-child(2):before {
    left: 16px;
    right: 16px;
  }
  .list-grid--huge.promoted-list--seperated-horz .promoted-list__secondary-layout-item:last-of-type:before,
  .list-grid--huge.list-grid--linked.promoted-list--fifty-fifty + .list-grid--linked.promoted-list--fifty-fifty.promoted-list--seperated-horz .promoted-list__secondary-layout-item:nth-child(2):before,
  .list-grid--themes.promoted-list--seperated-horz .promoted-list__secondary-layout-item:last-of-type:before,
  .list-grid--themes.list-grid--linked.promoted-list--fifty-fifty + .list-grid--linked.promoted-list--fifty-fifty.promoted-list--seperated-horz .promoted-list__secondary-layout-item:nth-child(2):before {
    left: 32px;
    right: 32px;
  }
}
/*  Carousel
-------------------------------- */
.carousel {
  margin: 0 -4px;
}
@media screen and (min-width: 36em) {
  .carousel {
    margin: 0 -8px;
  }
}
.carousel .list-grid__list {
  margin: 0;
}
.carousel .list-grid__item {
  padding-top: 0;
  padding-bottom: 0;
}
.carousel__btn {
  cursor: default;
  width: 40px;
}
.carousel__btn--prev {
  left: 0;
}
.carousel__btn--next {
  right: 0;
}
.carousel__btn-icon {
  font-size: 1.625rem;
  pointer-events: auto;
  cursor: pointer;
  color: #333;
  background: #fff;
  position: relative;
  padding: 20px;
}
.carousel__btn:hover .carousel__btn-icon:before {
  opacity: 0.7;
}
.carousel--prev .carousel__btn-icon {
  border-radius: 0 4px 4px 0;
}
.carousel--next .carousel__btn-icon {
  border-radius: 4px 0 0 4px;
}
.is--at-start.is--at-end .carousel__list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  Slider
-------------------------------- */
.slider__btn {
  padding: 20px;
  border-radius: 40px;
  pointer-events: auto;
  margin: 0;
  border-radius: 0;
  background-color: white;
}
.slider__btn--prev {
  margin-left: -4px;
}
.slider__btn--next {
  margin-right: -4px;
}
.slider__btn-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.75rem;
  padding: 20px;
  color: #333;
}
.slider__btn:hover .slider__btn-icon:before {
  opacity: 0.7;
}
/*  Mainstage (slider modifier)
-------------------------------- */
.mainstage-slider {
  margin-bottom: 0;
}
.mainstage-slider.mainstage-slider.mainstage-slider > .grid-column {
  padding: 0;
  max-width: none;
}
.mainstage-slider .grid-content {
  padding: 0;
}
@media screen and (min-width: 48em) {
  .mainstage-slider .cta__title,
  .mainstage-slider .cta__sub-title,
  .mainstage-slider .cta__txt {
    color: white;
  }
}
.mainstage-slider.format,
.mainstage-slider .format {
  padding-bottom: 79.8%;
}
.mainstage-slider.format__obj,
.mainstage-slider .format__obj {
  height: 100.4%;
  min-width: 100.2%;
  width: auto;
  min-height: 0;
}
@media screen and (min-width: 23.375em) {
  .mainstage-slider.format,
  .mainstage-slider .format {
    padding-bottom: 64.8%;
  }
}
@media screen and (min-width: 36em) {
  .mainstage-slider.format,
  .mainstage-slider .format {
    padding-bottom: 49.8%;
  }
}
@media screen and (min-width: 61.5em) {
  .mainstage-slider.format,
  .mainstage-slider .format {
    padding-bottom: 39.8%;
  }
}
@media screen and (min-width: 90em) {
  .mainstage-slider.format,
  .mainstage-slider .format {
    padding-bottom: 511.8px;
  }
}
.mainstage-slider .format__obj {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 120.24048096em) {
  .mainstage-slider .format__obj {
    width: 100.4%;
    min-height: 100.2%;
    height: auto;
    min-width: 0;
  }
}
.mainstage-slider .slider__nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 79.8%;
  top: 0;
  height: 0;
}
@media screen and (min-width: 23.375em) {
  .mainstage-slider .slider__nav {
    padding-bottom: 64.8%;
  }
}
@media screen and (min-width: 36em) {
  .mainstage-slider .slider__nav {
    padding-bottom: 49.8%;
  }
}
@media screen and (min-width: 61.5em) {
  .mainstage-slider .slider__nav {
    padding-bottom: 39.8%;
  }
}
@media screen and (min-width: 90em) {
  .mainstage-slider .slider__nav {
    padding-bottom: 511.8px;
  }
}
@media screen and (min-width: 120.24048096em) {
  .mainstage-slider .slider__nav .format__obj {
    width: 100.4%;
    min-height: 100.2%;
    height: auto;
    min-width: 0;
  }
}
.mainstage-slider .slider__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.5;
  background-color: transparent;
}
@media screen and (min-width: 61.5em) {
  .mainstage-slider .slider__btn {
    padding: 28px;
  }
}
.mainstage-slider .slider__btn--prev {
  left: 0;
}
.mainstage-slider .slider__btn--next {
  right: 0;
}
.mainstage-slider .slider__btn-icon {
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 61.5em) {
  .mainstage-slider .slider__btn-icon {
    font-size: 2.625rem;
  }
}
.mainstage-slider .pagination {
  padding-bottom: 79.8%;
  top: 0;
  bottom: auto;
  height: 0;
  pointer-events: none;
  -webkit-transform: rotate(180deg) translateX(50%);
          transform: rotate(180deg) translateX(50%);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 23.375em) {
  .mainstage-slider .pagination {
    padding-bottom: 64.8%;
  }
}
@media screen and (min-width: 36em) {
  .mainstage-slider .pagination {
    padding-bottom: 49.8%;
  }
}
@media screen and (min-width: 61.5em) {
  .mainstage-slider .pagination {
    padding-bottom: 39.8%;
  }
}
@media screen and (min-width: 90em) {
  .mainstage-slider .pagination {
    padding-bottom: 511.8px;
  }
}
@media screen and (min-width: 120.24048096em) {
  .mainstage-slider .pagination .format__obj {
    width: 100.4%;
    min-height: 100.2%;
    height: auto;
    min-width: 0;
  }
}
.mainstage-slider .pagination__item {
  pointer-events: auto;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
@media screen and (min-width: 48em) and (max-width: 73.4375em) {
  .mainstage-slider .content-item__primary-inner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .mainstage-slider .content-item.is--alt-btn .content-item__primary-inner:before {
    background-color: rgba(255, 255, 255, 0.25);
  }
}
.mainstage-slider .content-item__secondary {
  z-index: 1;
  margin: 0;
  padding: 0 8px;
}
@media screen and (min-width: 48em) {
  .mainstage-slider .content-item__secondary {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    top: 0;
    bottom: 0;
    max-width: 1440px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 32px;
  }
}
@media screen and (min-width: 61.5em) {
  .mainstage-slider .content-item__secondary {
    padding: 0 64px;
  }
}
.mainstage-slider .content-item__secondary-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 16px 0;
}
@media screen and (min-width: 48em) {
  .mainstage-slider .content-item__secondary-inner {
    width: 40%;
  }
}
@media screen and (min-width: 61.5em) {
  .mainstage-slider .content-item__secondary-inner {
    padding: 32px 0;
  }
}
@media screen and (min-width: 48em) {
  .mainstage-slider .is--reversed .content-item__secondary {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 48em) {
  .mainstage-slider .is--reversed .content-item__secondary-inner {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
  }
}
@media screen and (min-width: 48em) {
  .mainstage-slider .is--reversed .cta-extra,
  .mainstage-slider .is--reversed .cta__btn-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.mainstage-slider .cta__title,
.mainstage-slider .cta__sub-title,
.mainstage-slider .cta__txt {
  margin-bottom: 16px;
}
@media screen and (min-width: 73.5em) {
  .mainstage-slider .cta__title,
  .mainstage-slider .cta__sub-title,
  .mainstage-slider .cta__txt {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 47.9375em) {
  .mainstage-slider .cta__btn-wrapper {
    margin-top: 16px;
  }
}
.mainstage-slider .cta:not(.has--primary-btn):not(.has--secondary-btn):not(.has--sub-title):not(.has--text) .cta__title,
.mainstage-slider .cta:not(.has--primary-btn):not(.has--secondary-btn):not(.has--title):not(.has--text) .cta__sub-title,
.mainstage-slider .cta:not(.has--primary-btn):not(.has--secondary-btn):not(.has--title):not(.has--sub-title) .cta__txt {
  margin-bottom: 0;
}
.mainstage-slider .cta__title {
  font-size: 1.625rem;
  line-height: 1;
}
@media screen and (min-width: 48em) {
  .mainstage-slider .cta__title {
    font-size: 2rem;
    font-weight: bold;
  }
}
@media screen and (min-width: 61.5em) {
  .mainstage-slider .cta__title {
    font-size: 2.5rem;
  }
}
.mainstage-slider .cta__sub-title {
  color: #BBB;
}
.mainstage-slider .cta__txt,
.mainstage-slider .cta__sub-title {
  font-size: 1.125rem;
  line-height: 1.2;
}
@media screen and (min-width: 48em) {
  .mainstage-slider .cta__txt,
  .mainstage-slider .cta__sub-title {
    font-size: 1rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 73.5em) {
  .mainstage-slider .cta__txt,
  .mainstage-slider .cta__sub-title {
    font-size: 1.125rem;
  }
}
.mainstage-slider .cta__btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 48em) {
  .mainstage-slider .cta__btn-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.mainstage-slider .cta__btn,
.mainstage-slider .cta__secondary-btn {
  /*  1. Allow us to style box model & flex box properties
            2. Line different sized buttons up a little nicer
            4. Allows us to use position properties
            5. Center text and icons in buttons
            6. Reset/normalize some styles
        */
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: initial;
  color: #4A4A4A;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 4px 24px;
  border: 0 solid #4A4A4A;
  background-color: transparent;
  border-width: 1px;
  line-height: 26px;
}
.mainstage-slider .cta__btn::-moz-focus-inner,
.mainstage-slider .cta__secondary-btn::-moz-focus-inner {
  border: 0;
}
.mainstage-slider .cta__btn,
.mainstage-slider .cta__secondary-btn,
.mainstage-slider .cta__btn:hover,
.mainstage-slider .cta__secondary-btn:hover,
.mainstage-slider .cta__btn:active,
.mainstage-slider .cta__secondary-btn:active,
.mainstage-slider .cta__btn:focus,
.mainstage-slider .cta__secondary-btn:focus {
  text-decoration: none;
  outline: none;
}
.mainstage-slider .cta__btn:hover,
.mainstage-slider .cta__secondary-btn:hover,
.mainstage-slider .cta__btn:active,
.mainstage-slider .cta__secondary-btn:active,
.mainstage-slider .cta__btn:focus,
.mainstage-slider .cta__secondary-btn:focus {
  opacity: 0.7;
}
@media screen and (max-width: 23.3125em) {
  .mainstage-slider .cta__btn,
  .mainstage-slider .cta__secondary-btn {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 35.9375em) {
  .mainstage-slider .cta.has--primary-btn.has--secondary-btn .cta__btn,
  .mainstage-slider .cta.has--primary-btn.has--secondary-btn .cta__secondary-btn {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.mainstage-slider .cta.has--secondary-btn .cta__btn {
  color: white;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 4px 24px;
  background-color: #4A4A4A;
  border: 0;
  line-height: 28px;
}
.mainstage-slider .cta.has--secondary-btn .cta__btn:hover,
.mainstage-slider .cta.has--secondary-btn .cta__btn:active,
.mainstage-slider .cta.has--secondary-btn .cta__btn:focus {
  opacity: 0.7;
}
.mainstage-slider .cta.is--large-btn .cta__btn,
.mainstage-slider .cta.is--large-btn .cta__secondary-btn {
  color: #4A4A4A;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 8px 32px;
  border: 0 solid #4A4A4A;
  background-color: transparent;
  border-width: 1px;
  line-height: 26px;
}
.mainstage-slider .cta.is--large-btn .cta__btn:hover,
.mainstage-slider .cta.is--large-btn .cta__secondary-btn:hover,
.mainstage-slider .cta.is--large-btn .cta__btn:active,
.mainstage-slider .cta.is--large-btn .cta__secondary-btn:active,
.mainstage-slider .cta.is--large-btn .cta__btn:focus,
.mainstage-slider .cta.is--large-btn .cta__secondary-btn:focus {
  opacity: 0.7;
}
.mainstage-slider .cta.is--large-btn.has--secondary-btn .cta__btn {
  color: white;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 8px 32px;
  background-color: #4A4A4A;
  border: 0;
  line-height: 28px;
}
.mainstage-slider .cta.is--large-btn.has--secondary-btn .cta__btn:hover,
.mainstage-slider .cta.is--large-btn.has--secondary-btn .cta__btn:active,
.mainstage-slider .cta.is--large-btn.has--secondary-btn .cta__btn:focus {
  opacity: 0.7;
}
@media screen and (min-width: 48em) {
  .mainstage-slider .cta:not(.is--alt-btn) .cta__btn,
  .mainstage-slider .cta:not(.is--alt-btn) .cta__secondary-btn {
    color: white;
    border-radius: 4px;
    font-family: "Cera Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 4px 24px;
    border: 0 solid white;
    background-color: transparent;
    border-width: 2px;
    line-height: 24px;
  }
  .mainstage-slider .cta:not(.is--alt-btn) .cta__btn:hover,
  .mainstage-slider .cta:not(.is--alt-btn) .cta__secondary-btn:hover,
  .mainstage-slider .cta:not(.is--alt-btn) .cta__btn:active,
  .mainstage-slider .cta:not(.is--alt-btn) .cta__secondary-btn:active,
  .mainstage-slider .cta:not(.is--alt-btn) .cta__btn:focus,
  .mainstage-slider .cta:not(.is--alt-btn) .cta__secondary-btn:focus {
    opacity: 0.7;
  }
  .mainstage-slider .cta:not(.is--alt-btn).has--secondary-btn .cta__btn {
    color: #4A4A4A;
    border-radius: 4px;
    font-family: "Cera Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 4px 24px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 0;
    line-height: 28px;
  }
  .mainstage-slider .cta:not(.is--alt-btn).has--secondary-btn .cta__btn:hover,
  .mainstage-slider .cta:not(.is--alt-btn).has--secondary-btn .cta__btn:active,
  .mainstage-slider .cta:not(.is--alt-btn).has--secondary-btn .cta__btn:focus {
    opacity: 0.7;
  }
  .mainstage-slider .cta:not(.is--alt-btn).is--large-btn .cta__btn,
  .mainstage-slider .cta:not(.is--alt-btn).is--large-btn .cta__secondary-btn {
    color: white;
    border-radius: 4px;
    font-family: "Cera Pro", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 8px 32px;
    border: 0 solid white;
    background-color: transparent;
    border-width: 2px;
    line-height: 24px;
  }
  .mainstage-slider .cta:not(.is--alt-btn).is--large-btn .cta__btn:hover,
  .mainstage-slider .cta:not(.is--alt-btn).is--large-btn .cta__secondary-btn:hover,
  .mainstage-slider .cta:not(.is--alt-btn).is--large-btn .cta__btn:active,
  .mainstage-slider .cta:not(.is--alt-btn).is--large-btn .cta__secondary-btn:active,
  .mainstage-slider .cta:not(.is--alt-btn).is--large-btn .cta__btn:focus,
  .mainstage-slider .cta:not(.is--alt-btn).is--large-btn .cta__secondary-btn:focus {
    opacity: 0.7;
  }
  .mainstage-slider .cta:not(.is--alt-btn).is--large-btn.has--secondary-btn .cta__btn {
    color: #4A4A4A;
    border-radius: 4px;
    font-family: "Cera Pro", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 8px 32px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 0;
    line-height: 28px;
  }
  .mainstage-slider .cta:not(.is--alt-btn).is--large-btn.has--secondary-btn .cta__btn:hover,
  .mainstage-slider .cta:not(.is--alt-btn).is--large-btn.has--secondary-btn .cta__btn:active,
  .mainstage-slider .cta:not(.is--alt-btn).is--large-btn.has--secondary-btn .cta__btn:focus {
    opacity: 0.7;
  }
}
.mainstage-slider .cta.has--primary-btn.has--secondary-btn .cta__btn-wrapper {
  margin: -8px 0 0 -16px;
}
.mainstage-slider .cta.has--primary-btn.has--secondary-btn .cta__btn,
.mainstage-slider .cta.has--primary-btn.has--secondary-btn .cta__secondary-btn {
  margin: 8px 0 0 16px;
}
.mainstage-slider .cta .sticker {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: none;
          transform: none;
  position: static;
  height: 50px;
  width: 256px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 16px;
}
@media screen and (max-width: 47.9375em) {
  .mainstage-slider .cta .sticker {
    position: absolute;
    top: 10vw;
    left: 32px;
  }
}
@media screen and (min-width: 48em) {
  .mainstage-slider .cta .sticker {
    height: 40px;
  }
}
@media screen and (min-width: 61.5em) {
  .mainstage-slider .cta .sticker {
    margin-bottom: 32px;
    height: 50px;
  }
}
.mainstage-slider .cta .sticker__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-height: 100%;
  max-width: 256px;
}
.mainstage-slider .cta .sticker + .sticker {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
  margin-bottom: 0;
  margin-top: 16px;
}
@media screen and (max-width: 47.9375em) {
  .mainstage-slider .cta .sticker + .sticker {
    top: calc(10vw + 50px);
  }
}
@media screen and (min-width: 61.5em) {
  .mainstage-slider .cta .sticker + .sticker {
    margin-top: 32px;
  }
}
.mainstage-slider .cta.is--reversed .sticker {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 47.9375em) {
  .mainstage-slider .cta.is--reversed .sticker {
    right: 32px;
    left: auto;
  }
}
/*  Accordian
-------------------------------- */
.accordian-list.accordian-list .grid-column {
  max-width: none;
  padding: 0;
}
.accordian {
  color: #4A4A4A;
}
.accordian__title {
  font-size: 1.125rem;
  font-weight: 300;
}
@media screen and (min-width: 36em) {
  .accordian__title {
    font-size: 1.5rem;
  }
}
.accordian__trigger,
.accordian__content {
  max-width: 1200px;
}
@media screen and (min-width: 36em) {
  .accordian__trigger {
    padding: 32px 16px;
  }
}
.accordian__trigger-inner {
  padding-right: 28px;
}
.accordian__trigger-inner:after {
  font-size: 0.75rem;
  top: 14px;
}
@media screen and (min-width: 36em) {
  .accordian__content {
    margin-bottom: 16px;
  }
}
.accordian .article-section {
  margin-bottom: 16px;
}
.hero {
  /* Shared
    */
  /* Overlay (transparent box on top of image)
    */
  /* Blocked (text and image next to eachother)
    */
}
.hero.hero.hero > .grid-column {
  padding: 0;
  max-width: none;
}
.hero .grid-content {
  padding: 0;
}
.hero .content-item__secondary:before {
  background-color: #4A4A4A;
}
.hero .cta__title,
.hero .cta__sub-title,
.hero .cta__txt {
  color: white;
}
.hero .content-item__img {
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .content-item__secondary {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
@media screen and (min-width: 61.5em) {
  .hero .content-item__secondary {
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 50%;
    left: 0;
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
}
@media screen and (min-width: 73.5em) {
  .hero .content-item__secondary {
    -webkit-transform: translateX(-240px);
            transform: translateX(-240px);
  }
}
.hero .content-item__secondary:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
}
.hero .content-item__secondary-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 16px 8px;
}
@media screen and (min-width: 61.5em) {
  .hero .content-item__secondary-inner {
    width: calc(100% - ((1440px / 12) * 1));
    max-width: 480px;
    padding: 32px;
  }
}
@media screen and (min-width: 73.5em) {
  .hero .content-item__secondary-inner {
    width: calc(100% - ((1440px / 12) * 2));
  }
}
.hero .cta__btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: -8px;
  margin-bottom: 16px;
}
@media screen and (min-width: 61.5em) {
  .hero .cta__btn-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 8px;
    margin-bottom: 0;
  }
}
.hero .cta__btn,
.hero .cta__secondary-btn {
  /*  1. Allow us to style box model & flex box properties
            2. Line different sized buttons up a little nicer
            4. Allows us to use position properties
            5. Center text and icons in buttons
            6. Reset/normalize some styles
        */
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: initial;
  color: #4A4A4A;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 8px 32px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 0;
  line-height: 28px;
  margin-top: 16px;
}
.hero .cta__btn::-moz-focus-inner,
.hero .cta__secondary-btn::-moz-focus-inner {
  border: 0;
}
.hero .cta__btn,
.hero .cta__secondary-btn,
.hero .cta__btn:hover,
.hero .cta__secondary-btn:hover,
.hero .cta__btn:active,
.hero .cta__secondary-btn:active,
.hero .cta__btn:focus,
.hero .cta__secondary-btn:focus {
  text-decoration: none;
  outline: none;
}
.hero .cta__btn:hover,
.hero .cta__secondary-btn:hover,
.hero .cta__btn:active,
.hero .cta__secondary-btn:active,
.hero .cta__btn:focus,
.hero .cta__secondary-btn:focus {
  opacity: 0.7;
}
@media screen and (max-width: 23.3125em) {
  .hero .cta__btn,
  .hero .cta__secondary-btn {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 35.9375em) {
  .hero .cta.has--primary-btn.has--secondary-btn .cta__btn,
  .hero .cta.has--primary-btn.has--secondary-btn .cta__secondary-btn {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.hero .cta.has--primary-btn .cta__secondary-btn {
  color: white;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 8px 32px;
  border: 0 solid white;
  background-color: transparent;
  border-width: 2px;
  line-height: 24px;
}
.hero .cta.has--primary-btn .cta__secondary-btn:hover,
.hero .cta.has--primary-btn .cta__secondary-btn:active,
.hero .cta.has--primary-btn .cta__secondary-btn:focus {
  opacity: 0.7;
}
.hero .cta.is--small-btn .cta__btn,
.hero .cta.is--small-btn .cta__secondary-btn {
  color: #4A4A4A;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 4px 24px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 0;
  line-height: 28px;
}
.hero .cta.is--small-btn .cta__btn:hover,
.hero .cta.is--small-btn .cta__secondary-btn:hover,
.hero .cta.is--small-btn .cta__btn:active,
.hero .cta.is--small-btn .cta__secondary-btn:active,
.hero .cta.is--small-btn .cta__btn:focus,
.hero .cta.is--small-btn .cta__secondary-btn:focus {
  opacity: 0.7;
}
.hero .cta.is--small-btn.has--primary-btn .cta__secondary-btn {
  color: white;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 4px 24px;
  border: 0 solid white;
  background-color: transparent;
  border-width: 2px;
  line-height: 24px;
}
.hero .cta.is--small-btn.has--primary-btn .cta__secondary-btn:hover,
.hero .cta.is--small-btn.has--primary-btn .cta__secondary-btn:active,
.hero .cta.is--small-btn.has--primary-btn .cta__secondary-btn:focus {
  opacity: 0.7;
}
.hero .cta.is--alt-btn .cta__btn,
.hero .cta.is--alt-btn .cta__secondary-btn {
  color: #4A4A4A;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 8px 32px;
  border: 0 solid #4A4A4A;
  background-color: transparent;
  border-width: 1px;
  line-height: 26px;
}
.hero .cta.is--alt-btn .cta__btn:hover,
.hero .cta.is--alt-btn .cta__secondary-btn:hover,
.hero .cta.is--alt-btn .cta__btn:active,
.hero .cta.is--alt-btn .cta__secondary-btn:active,
.hero .cta.is--alt-btn .cta__btn:focus,
.hero .cta.is--alt-btn .cta__secondary-btn:focus {
  opacity: 0.7;
}
.hero .cta.is--alt-btn.has--secondary-btn .cta__btn {
  color: white;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 8px 32px;
  background-color: #4A4A4A;
  border: 0;
  line-height: 28px;
}
.hero .cta.is--alt-btn.has--secondary-btn .cta__btn:hover,
.hero .cta.is--alt-btn.has--secondary-btn .cta__btn:active,
.hero .cta.is--alt-btn.has--secondary-btn .cta__btn:focus {
  opacity: 0.7;
}
.hero .cta.is--alt-btn.is--small-btn .cta__btn,
.hero .cta.is--alt-btn.is--small-btn .cta__secondary-btn {
  color: #4A4A4A;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 4px 24px;
  border: 0 solid #4A4A4A;
  background-color: transparent;
  border-width: 1px;
  line-height: 26px;
}
.hero .cta.is--alt-btn.is--small-btn .cta__btn:hover,
.hero .cta.is--alt-btn.is--small-btn .cta__secondary-btn:hover,
.hero .cta.is--alt-btn.is--small-btn .cta__btn:active,
.hero .cta.is--alt-btn.is--small-btn .cta__secondary-btn:active,
.hero .cta.is--alt-btn.is--small-btn .cta__btn:focus,
.hero .cta.is--alt-btn.is--small-btn .cta__secondary-btn:focus {
  opacity: 0.7;
}
.hero .cta.is--alt-btn.is--small-btn.has--secondary-btn .cta__btn {
  color: white;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 4px 24px;
  background-color: #4A4A4A;
  border: 0;
  line-height: 28px;
}
.hero .cta.is--alt-btn.is--small-btn.has--secondary-btn .cta__btn:hover,
.hero .cta.is--alt-btn.is--small-btn.has--secondary-btn .cta__btn:active,
.hero .cta.is--alt-btn.is--small-btn.has--secondary-btn .cta__btn:focus {
  opacity: 0.7;
}
.hero .cta.is--centered .cta__title,
.hero .cta.is--centered .cta__sub-title,
.hero .cta.is--centered .cta__txt {
  text-align: center;
}
.hero .cta.is--centered .cta__btn-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero .cta.has--primary-btn.has--secondary-btn .cta__btn-wrapper {
  margin-left: -16px;
}
.hero .cta.has--primary-btn.has--secondary-btn .cta__btn,
.hero .cta.has--primary-btn.has--secondary-btn .cta__secondary-btn {
  margin-left: 16px;
}
.hero .cta__title,
.hero .cta__sub-title,
.hero .cta__txt {
  margin-bottom: 16px;
}
.hero .cta:not(.has--primary-btn):not(.has--secondary-btn):not(.has--sub-title):not(.has--text) .cta__title,
.hero .cta:not(.has--primary-btn):not(.has--secondary-btn):not(.has--title):not(.has--text) .cta__sub-title,
.hero .cta:not(.has--primary-btn):not(.has--secondary-btn):not(.has--title):not(.has--sub-title) .cta__txt {
  margin-bottom: 0;
}
.hero .cta__title {
  line-height: 1.2;
  font-size: 1.5rem;
}
@media screen and (min-width: 48em) {
  .hero .cta__title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 73.5em) {
  .hero .cta__title {
    font-size: 2rem;
  }
}
.hero .cta__sub-title,
.hero .cta__txt {
  font-weight: 400;
}
@media screen and (min-width: 48em) {
  .hero .cta__sub-title,
  .hero .cta__txt {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 73.5em) {
  .hero .cta__sub-title,
  .hero .cta__txt {
    font-size: 1rem;
  }
}
.hero .cta.has--video .content-item__primary-inner:hover:before,
.hero .cta.has--video .content-item__primary-inner:active:before,
.hero .cta.has--video .content-item__primary-inner:focus:before,
.hero .cta.has--video .content-item__primary-inner:hover:after,
.hero .cta.has--video .content-item__primary-inner:active:after,
.hero .cta.has--video .content-item__primary-inner:focus:after {
  opacity: 0.8;
}
.hero .cta.has--video .content-item__primary-inner:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  padding: 40px;
  z-index: 1;
  border-radius: 64px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(238, 238, 238, 0.4);
}
.hero .cta.has--video .content-item__primary-inner:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translateX(3px);
          transform: translate(-50%, -50%) translateX(3px);
  font-size: 2rem;
  z-index: 2;
  color: rgba(255, 255, 255, 0.8);
}
.hero:not(.hero--block):not(.hero--overlay) .content-item__secondary {
  display: none;
}
.hero:not(.hero--block) .content-item.format,
.hero:not(.hero--block) .content-item .format {
  padding-bottom: 79.8%;
}
.hero:not(.hero--block) .content-item.format__obj,
.hero:not(.hero--block) .content-item .format__obj {
  height: 100.4%;
  min-width: 100.2%;
  width: auto;
  min-height: 0;
}
@media screen and (min-width: 23.375em) {
  .hero:not(.hero--block) .content-item.format,
  .hero:not(.hero--block) .content-item .format {
    padding-bottom: 64.8%;
  }
}
@media screen and (min-width: 36em) {
  .hero:not(.hero--block) .content-item.format,
  .hero:not(.hero--block) .content-item .format {
    padding-bottom: 49.8%;
  }
}
@media screen and (min-width: 61.5em) {
  .hero:not(.hero--block) .content-item.format,
  .hero:not(.hero--block) .content-item .format {
    padding-bottom: 39.8%;
  }
}
@media screen and (min-width: 90em) {
  .hero:not(.hero--block) .content-item.format,
  .hero:not(.hero--block) .content-item .format {
    padding-bottom: 511.8px;
  }
}
.hero:not(.hero--block) .content-item .format__obj {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 120.24048096em) {
  .hero:not(.hero--block) .content-item .format__obj {
    width: 100.4%;
    min-height: 100.2%;
    height: auto;
    min-width: 0;
  }
}
.hero--tall.hero:not(.hero--block) .content-item.format,
.hero--tall.hero:not(.hero--block) .content-item .format {
  padding-bottom: 100%;
}
.hero--tall.hero:not(.hero--block) .content-item.format__obj,
.hero--tall.hero:not(.hero--block) .content-item .format__obj {
  height: 100.4%;
  min-width: 100.2%;
  width: auto;
  min-height: 0;
}
@media screen and (min-width: 48em) {
  .hero--tall.hero:not(.hero--block) .content-item.format,
  .hero--tall.hero:not(.hero--block) .content-item .format {
    padding-bottom: 84.8%;
  }
}
@media screen and (min-width: 73.5em) {
  .hero--tall.hero:not(.hero--block) .content-item.format,
  .hero--tall.hero:not(.hero--block) .content-item .format {
    padding-bottom: 74.8%;
  }
}
@media screen and (min-width: 90em) {
  .hero--tall.hero:not(.hero--block) .content-item.format,
  .hero--tall.hero:not(.hero--block) .content-item .format {
    padding-bottom: 779.8px;
  }
}
.hero--tall.hero:not(.hero--block) .content-item .format__obj {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 120.24048096em) {
  .hero--tall.hero:not(.hero--block) .content-item .format__obj {
    width: 100.4%;
    min-height: 100.2%;
    height: auto;
    min-width: 0;
  }
}
@media screen and (min-width: 90em) {
  .hero--tall.hero:not(.hero--block) .content-item .format__obj {
    width: 100.4%;
    min-height: 100.2%;
    height: auto;
    min-width: 0;
  }
}
@media screen and (min-width: 61.5em) {
  .hero--overlay .content-item__secondary:before {
    opacity: 0.6;
  }
}
@media screen and (min-width: 61.5em) {
  .hero--overlay .content-item.has--video .content-item__primary-inner:before {
    -webkit-transform: translate(-50%, -50%) translateX(190px);
            transform: translate(-50%, -50%) translateX(190px);
  }
  .hero--reversed.hero--overlay .content-item.has--video .content-item__primary-inner:before {
    -webkit-transform: translate(-50%, -50%) translateX(-190px);
            transform: translate(-50%, -50%) translateX(-190px);
  }
}
@media screen and (min-width: 73.5em) {
  .hero--overlay .content-item.has--video .content-item__primary-inner:before {
    -webkit-transform: translate(-50%, -50%) translateX(240px);
            transform: translate(-50%, -50%) translateX(240px);
  }
  .hero--reversed.hero--overlay .content-item.has--video .content-item__primary-inner:before {
    -webkit-transform: translate(-50%, -50%) translateX(-240px);
            transform: translate(-50%, -50%) translateX(-240px);
  }
}
@media screen and (min-width: 61.5em) {
  .hero--overlay .content-item.has--video .content-item__primary-inner:after {
    -webkit-transform: translate(-50%, -50%) translateX(3px) translateX(190px);
            transform: translate(-50%, -50%) translateX(3px) translateX(190px);
  }
  .hero--reversed.hero--overlay .content-item.has--video .content-item__primary-inner:after {
    -webkit-transform: translate(-50%, -50%) translateX(3px) translateX(-190px);
            transform: translate(-50%, -50%) translateX(3px) translateX(-190px);
  }
}
@media screen and (min-width: 73.5em) {
  .hero--overlay .content-item.has--video .content-item__primary-inner:after {
    -webkit-transform: translate(-50%, -50%) translateX(3px) translateX(240px);
            transform: translate(-50%, -50%) translateX(3px) translateX(240px);
  }
  .hero--reversed.hero--overlay .content-item.has--video .content-item__primary-inner:after {
    -webkit-transform: translate(-50%, -50%) translateX(3px) translateX(-240px);
            transform: translate(-50%, -50%) translateX(3px) translateX(-240px);
  }
}
.hero--block .content-item {
  padding-bottom: 79.8%;
}
@media screen and (min-width: 23.375em) {
  .hero--block .content-item {
    padding-bottom: 64.8%;
  }
}
@media screen and (min-width: 36em) {
  .hero--block .content-item {
    padding-bottom: 49.8%;
  }
}
@media screen and (min-width: 61.5em) {
  .hero--block .content-item {
    padding-bottom: 39.8%;
  }
}
@media screen and (min-width: 90em) {
  .hero--block .content-item {
    padding-bottom: 511.8px;
  }
}
@media screen and (min-width: 120.24048096em) {
  .hero--block .content-item .format__obj {
    width: 100.4%;
    min-height: 100.2%;
    height: auto;
    min-width: 0;
  }
}
.hero--tall.hero--block .content-item {
  padding-bottom: 100%;
}
@media screen and (min-width: 48em) {
  .hero--tall.hero--block .content-item {
    padding-bottom: 84.8%;
  }
}
@media screen and (min-width: 73.5em) {
  .hero--tall.hero--block .content-item {
    padding-bottom: 74.8%;
  }
}
@media screen and (min-width: 90em) {
  .hero--tall.hero--block .content-item {
    padding-bottom: 779.8px;
  }
}
@media screen and (min-width: 61.5em) {
  .hero--block .content-item {
    height: 0;
  }
}
@media screen and (max-width: 61.4375em) {
  .hero--block .content-item {
    padding-bottom: 0 !important;
  }
}
.hero--full.hero--block .content-item {
  padding-bottom: 0 !important;
  height: auto !important;
}
.hero--block .content-item .format {
  padding-bottom: 79.8%;
}
@media screen and (min-width: 23.375em) {
  .hero--block .content-item .format {
    padding-bottom: 64.8%;
  }
}
@media screen and (min-width: 36em) {
  .hero--block .content-item .format {
    padding-bottom: 49.8%;
  }
}
@media screen and (min-width: 61.5em) {
  .hero--block .content-item .format {
    padding-bottom: 39.8%;
  }
}
@media screen and (min-width: 90em) {
  .hero--block .content-item .format {
    padding-bottom: 511.8px;
  }
}
@media screen and (min-width: 120.24048096em) {
  .hero--block .content-item .format .format__obj {
    width: 100.4%;
    min-height: 100.2%;
    height: auto;
    min-width: 0;
  }
}
.hero--tall.hero--block .content-item .format {
  padding-bottom: 100%;
}
@media screen and (min-width: 48em) {
  .hero--tall.hero--block .content-item .format {
    padding-bottom: 84.8%;
  }
}
@media screen and (min-width: 73.5em) {
  .hero--tall.hero--block .content-item .format {
    padding-bottom: 74.8%;
  }
}
@media screen and (min-width: 90em) {
  .hero--tall.hero--block .content-item .format {
    padding-bottom: 779.8px;
  }
}
@media screen and (min-width: 61.5em) {
  .hero--block .content-item .format {
    padding: 0 !important;
    height: 100%;
  }
}
.hero--block .content-item .format__obj {
  height: 100.4%;
  min-width: 100.2%;
  width: auto;
  min-height: 0;
}
@media screen and (min-width: 36em) {
  .hero--block .content-item .format__obj {
    width: 100.4%;
    min-height: 100.2%;
    height: auto;
    min-width: 0;
  }
}
@media screen and (min-width: 61.5em) {
  .hero--block .content-item .format__obj {
    height: 100.4%;
    min-width: 100.2%;
    width: auto;
    min-height: 0;
  }
}
@media screen and (min-width: 90em) {
  .hero--block .content-item .format__obj {
    width: 100.4%;
    min-height: 100.2%;
    height: auto;
    min-width: 0;
  }
}
@media screen and (min-width: 23.375em) {
  .hero--fifty-fifty.hero--block .content-item .format__obj {
    width: 100.4%;
    min-height: 100.2%;
    height: auto;
    min-width: 0;
  }
}
@media screen and (min-width: 61.5em) {
  .hero--fifty-fifty.hero--block .content-item .format__obj {
    height: 100.4%;
    min-width: 100.2%;
    width: auto;
    min-height: 0;
  }
}
@media screen and (min-width: 90em) {
  .hero--fifty-fifty.hero--block .content-item .format__obj {
    width: 100.4%;
    min-height: 100.2%;
    height: auto;
    min-width: 0;
  }
}
.hero--block .content-item__primary {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 61.5em) {
  .hero--block .content-item__primary {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(50% + 0.2% + ((1440px / 12) * 1));
  }
}
@media screen and (min-width: 73.5em) {
  .hero--block .content-item__primary {
    width: calc(50% + 0.2% + ((1440px / 12) * 2));
  }
}
@media screen and (min-width: 61.5em) {
  .hero--fifty-fifty.hero--block .content-item__primary {
    width: 50.2%;
  }
}
.hero--full.hero--block .content-item__primary {
  display: none;
}
.hero--full.hero--block .content-item__secondary {
  position: relative;
  top: auto;
  bottom: auto;
}
.hero--full.hero--block .content-item__secondary:before {
  opacity: 1;
}
@media screen and (min-width: 61.5em) {
  .hero--reversed .content-item__primary {
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 61.5em) {
  .hero--reversed .content-item__secondary {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    right: 0;
    left: auto;
    -webkit-transform: translateX(120px);
            transform: translateX(120px);
  }
}
@media screen and (min-width: 73.5em) {
  .hero--reversed .content-item__secondary {
    -webkit-transform: translateX(240px);
            transform: translateX(240px);
  }
}
@media screen and (min-width: 61.5em) {
  .hero--fifty-fifty .content-item__secondary {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (min-width: 61.5em) {
  .hero--fifty-fifty .content-item__secondary-inner {
    width: 100%;
    max-width: 720px;
  }
}
.hero--full .content-item__secondary {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero--full .content-item__secondary:before {
  opacity: 0.6;
}
.hero--full .content-item__secondary-inner {
  padding: 32px 16px;
}
@media screen and (min-width: 61.5em) {
  .hero--full .content-item__secondary-inner {
    width: 100%;
    max-width: 960px;
    padding: 64px 32px;
  }
}
.hero--full .cta.has--video .content-item__primary-inner:before,
.hero--full .cta.has--video .content-item__primary-inner:after {
  content: none;
  display: none;
}
.hero--full .cta__title,
.hero--full .cta__sub-title,
.hero--full .cta__txt {
  text-align: center;
}
.hero--full .cta__btn-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*  Modal
-------------------------------- */
.modal__inner {
  -webkit-box-shadow: 0 30px 26px -13px rgba(0, 0, 0, 0.15);
          box-shadow: 0 30px 26px -13px rgba(0, 0, 0, 0.15);
  border: 1px solid #D8D8D8;
  border-radius: 8px;
}
.modal__close:hover,
.modal__close:active,
.modal__close:focus {
  opacity: 0.7;
}
.modal--video .modal__inner {
  border-radius: 0;
  border: 0;
  background-color: black;
}
.modal--video .modal__header {
  display: none;
}
.modal,
.modal-backdrop {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.modal.ng-enter {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: slideInDown, fadeIn;
          animation-name: slideInDown, fadeIn;
}
.modal.ng-leave {
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-name: slideOutUp, fadeOut;
          animation-name: slideOutUp, fadeOut;
}
.modal-backdrop.ng-enter {
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
}
.modal-backdrop.ng-leave {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
}
/*  Headers
-------------------------------- */
.header {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header:not(.has--link) {
  text-align: center;
}
@media screen and (min-width: 36em) {
  .header {
    text-align: center;
  }
}
@media screen and (min-width: 36em) {
  .header__title,
  .header__sub-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.header__title {
  font-size: 1.875rem;
}
@media screen and (min-width: 36em) {
  .header__title {
    font-size: 2.375rem;
  }
}
.header__title-link:hover,
.header__title-link:active,
.header__title-link:focus {
  opacity: 0.7;
}
.header__sub-title {
  font-size: 1.375rem;
}
@media screen and (min-width: 36em) {
  .header__sub-title {
    font-size: 1.625rem;
  }
}
.header__icon {
  display: none;
}
.header__link {
  color: #333;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 4px 24px;
  background-color: transparent;
  border: 0;
  line-height: 28px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  padding: 4px;
  padding-right: 0;
}
.header__link:hover,
.header__link:active,
.header__link:focus {
  opacity: 0.7;
}
@media screen and (min-width: 36em) {
  .header__link {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.header__link .icon {
  font-size: 0.625rem;
}
/*  Details
-------------------------------- */
/* Temp layout changes to details page through CSS
   A good middle ground for first launch
*/
.details {
  margin-top: 0;
}
.details .list-grid,
.details__section {
  margin: 32px 0;
}
.details .header {
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.details .header__title-inner,
.details .header__title {
  font-size: 1.625rem;
  width: 100%;
}
.details .header__sub-title {
  font-size: 1.125rem;
  color: #BBB;
}
.details .btn {
  /*  1. Allow us to style box model & flex box properties
            2. Line different sized buttons up a little nicer
            4. Allows us to use position properties
            5. Center text and icons in buttons
            6. Reset/normalize some styles
        */
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: initial;
  color: #4A4A4A;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 8px 32px;
  border: 0 solid #4A4A4A;
  background-color: transparent;
  border-width: 1px;
  line-height: 26px;
}
.details .btn::-moz-focus-inner {
  border: 0;
}
.details .btn,
.details .btn:hover,
.details .btn:active,
.details .btn:focus {
  text-decoration: none;
  outline: none;
}
.details .btn:hover,
.details .btn:active,
.details .btn:focus {
  opacity: 0.7;
}
.details__links-item .details__shop-btn {
  color: white;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 8px 32px;
  background-color: #4A4A4A;
  border: 0;
  line-height: 28px;
}
.details__links-item .details__shop-btn:hover,
.details__links-item .details__shop-btn:active,
.details__links-item .details__shop-btn:focus {
  opacity: 0.7;
}
.details__links-item + .details__links-item .details__shop-btn {
  color: #4A4A4A;
  border-radius: 4px;
  font-family: "Cera Pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 8px 32px;
  border: 0 solid #4A4A4A;
  background-color: transparent;
  border-width: 1px;
  line-height: 26px;
}
.details__links-item + .details__links-item .details__shop-btn:hover,
.details__links-item + .details__links-item .details__shop-btn:active,
.details__links-item + .details__links-item .details__shop-btn:focus {
  opacity: 0.7;
}
.details--no-sidebar .header {
  text-align: center;
}
.details--no-sidebar .header h1 {
  font-size: 1.875rem;
  font-weight: 300;
}
@media screen and (min-width: 36em) {
  .details--no-sidebar .header h1 {
    font-size: 2.375rem;
  }
}
/*  Temp (dont shoot me) styling for video on products detail page, until henry tells me to change the design of it
*/
.product-video {
  margin-top: -32px;
  margin-bottom: 64px;
}
@media screen and (min-width: 48em) {
  .product-video {
    margin-bottom: 96px;
  }
}
.product-video .grid-content {
  padding: 0;
}
@media screen and (min-width: 36em) {
  .product-video .grid-content {
    margin: 0 auto;
    max-width: 83.33333333%;
  }
}
.kids-cta {
  display: block;
}
.kids-cta .content-item__secondary:before {
  background-color: white;
}
.kids-cta .cta__title,
.kids-cta .cta__sub-title,
.kids-cta .cta__txt {
  color: #333;
}
.kids-cta .cta__title {
  color: #005eb8;
}
.kids-cta--generic {
  background-color: #ffe04b;
  background-image: url(../images/kids-cta__bg.834ea5a7e290f25604a756f91a47110f.png);
  background-size: cover;
}
@media screen and (min-width: 61.5em) {
  .kids-cta--generic .content-item__secondary:before {
    opacity: 0;
  }
}
.kids-cta--generic .cta__btn,
.kids-cta--generic .cta__secondary-btn {
  font-size: 1.375rem;
  border: 2px solid #333;
  border-radius: 400px 12px 400px 12px / 12px 150px 12px 150px;
  -webkit-box-shadow: 0 0 0px 5px white, 0 2px 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0px 5px white, 0 2px 2px 5px rgba(0, 0, 0, 0.25);
  padding: 8px 64px;
  background-color: #339dd9;
  color: white;
  font-family: 'FuturaPTBold', Arial, sans-serif;
}
.kids-cta--generic .cta__btn:active,
.kids-cta--generic .cta__secondary-btn:active,
.kids-cta--generic .cta__btn:focus,
.kids-cta--generic .cta__secondary-btn:focus {
  -webkit-animation-name: push--small;
          animation-name: push--small;
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.kids-cta--generic .cta__btn:hover,
.kids-cta--generic .cta__secondary-btn:hover,
.kids-cta--generic .cta__btn:active,
.kids-cta--generic .cta__secondary-btn:active,
.kids-cta--generic .cta__btn:focus,
.kids-cta--generic .cta__secondary-btn:focus {
  opacity: 1;
  background-color: #2690cc;
}
.kids-cta--generic .cta__title {
  font-family: 'FuturaPTBold', Arial, sans-serif !important;
}
.kids-cta--subtle {
  background-color: #badbf4;
}
@media screen and (min-width: 61.5em) {
  .kids-cta--subtle .content-item__secondary:before {
    opacity: 0;
  }
}
@media screen and (max-width: 61.4375em) {
  .kids-cta--subtle .cta__btn,
  .kids-cta--subtle .cta__secondary-btn {
    color: #4A4A4A;
    border-radius: 4px;
    font-family: "Cera Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 4px 24px;
    border: 0 solid #4A4A4A;
    background-color: transparent;
    border-width: 1px;
    line-height: 26px;
  }
  .kids-cta--subtle .cta__btn:hover,
  .kids-cta--subtle .cta__secondary-btn:hover,
  .kids-cta--subtle .cta__btn:active,
  .kids-cta--subtle .cta__secondary-btn:active,
  .kids-cta--subtle .cta__btn:focus,
  .kids-cta--subtle .cta__secondary-btn:focus {
    opacity: 0.7;
  }
}
.kids-cta--subtle .cta__title {
  font-family: "Cera Pro", sans-serif !important;
}
@media screen and (max-width: 61.4375em) {
  .kids-cta--subtle.has--secondary-btn .cta__btn {
    color: white;
    border-radius: 4px;
    font-family: "Cera Pro", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 4px 24px;
    background-color: #4A4A4A;
    border: 0;
    line-height: 28px;
  }
  .kids-cta--subtle.has--secondary-btn .cta__btn:hover,
  .kids-cta--subtle.has--secondary-btn .cta__btn:active,
  .kids-cta--subtle.has--secondary-btn .cta__btn:focus {
    opacity: 0.7;
  }
}
@media screen and (min-width: 48em) {
  .mainstage-slider .is--alt-btn .cta__title,
  .mainstage-slider .is--alt-btn .cta__sub-title,
  .mainstage-slider .is--alt-btn .cta__txt {
    color: #333;
  }
}


/*# sourceMappingURL=lego.com--new-shared.css.map*/