@import url('app.blessed-blessed1.css?z=1516456212299');


@media screen and (min-width: 50em) {
  .child-nav {
    background: rgba(0, 0, 0, 0.6);
    max-height: 0;
    display: none;
    left: 0;
    right: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: all 0.5s ease;
    width: 100%; }
  .has-child-nav:focus > .child-nav, .has-child-nav:hover > .child-nav, .has-child-nav:active > .child-nav {
    display: block;
    max-height: 50em;
    /* ~800px */
    opacity: 1; }
    .no-rgba .has-child-nav:focus > .child-nav, .no-rgba .has-child-nav:hover > .child-nav, .no-rgba .has-child-nav:active > .child-nav {
      background: url(/assets/transparent-darkgray.png) repeat 0 0; }
  .child-nav .child-nav {
    top: 0;
    left: 100%; } }

/**
 * MEGA NAV:
 */
@media screen and (min-width: 50em) {
  .root-child-nav--mega {
    position: static; }
    .root-child-nav--mega > .child-nav {
      width: 20%; }
  .has-child-nav--mega {
    position: static; }
    .has-child-nav--mega > a {
      padding-left: 2em !important;
      position: relative;
      z-index: 101; }
  .child-nav--mega {
    background-color: #555555;
    left: 100% !important;
    right: 0;
    padding: 1em;
    position: absolute;
    width: 400%;
    z-index: 100;
    border-top: 0.1em solid #000;
    margin-top: -0.05em; }
    .child-nav--mega li {
      display: block;
      float: left;
      text-align: center;
      vertical-align: top;
      width: 20%; }
      .child-nav--mega li:nth-child(5n+1) {
        clear: left; }
    .child-nav--mega .a__title {
      line-height: 1; }
    .child-nav--mega .nav__img {
      display: block;
      margin: 0 auto; } }

@media screen and (min-width: 50em) {
  .root-child-nav--grid {
    position: static; }
  .child-nav--grid {
    padding: 0.625rem; }
    .child-nav--grid > li {
      display: block;
      float: left;
      width: 16.66667%; }
    .child-nav--grid .nav-link__img {
      display: block;
      margin: 0 auto; }
    .child-nav--grid .nav-link__title {
      display: block;
      text-align: center; } }

/*------------------------------------*\
    `BLURB Object:
\*------------------------------------*/

.blurb--add-border .blurb__img {
  border: 2px solid #b7cd4c; }

.blurb__link {
  display: block; }

.blurb__img {
  text-align: center;
  width: 100%; }

.blurb__body {
  background-color: #555555;
  min-height: 3.875em;
  /* ~62px */
  padding: 0.625em;
  position: relative;
  text-align: center; }
  @media screen and (min-width: 50em) {
    .blurb__body {
      padding-left: 1em;
      padding-right: 1em; } }
  @media screen and (min-width: 62.5em) {
    .blurb__body {
      padding: 1em 0.75em; } }

.blurb__description {
  font-size: 0.75em; }

/*------------------------------------*\
    `PROMO Object:
\*------------------------------------*/
.promo > a {
  color: #010101;
  display: block; }

.promo--add-border .promo__img {
  border: 2px solid #b7cd4c; }

.promo__img {
  background-color: #3f3e3e;
  display: block;
  transition: all 2sec ease;
  width: 100%; }

.promo__body {
  background-color: #b7cd4c;
  border-top: 2px solid #fff;
  line-height: 1.35;
  min-height: 4.875em;
  /* ~62px */
  padding-top: 1em; }
  .promo__body:after {
    content: '';
    display: inline-block;
    height: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    vertical-align: baseline;
    width: 0;
    border-left: 1.11328em solid transparent;
    border-right: 1.11328em solid transparent;
    border-top: 0.9375em solid #fff;
    content: '';
    left: 50%;
    margin-left: -1.11328em;
    position: absolute;
    top: 0; }
  @media screen and (min-width: 50em) {
    .promo__body {
      min-height: 5.875em;
      /* ~94px */ } }
  @media screen and (min-width: 62.5em) {
    .promo__body {
      min-height: 5.25em;
      /* ~84px */ } }

.promo__description {
  font-size: 0.75em; }

/*------------------------------------*\
    `SOCIAL MEDIA:
\*------------------------------------*/
.sm-list > li {
  display: inline-block;
  vertical-align: top; }

.sm {
  background: url(/assets/sprite-socialmedia-white.png) no-repeat 0 0;
  display: inline-block;
  height: 25px;
  margin-bottom: 0.5em;
  overflow: hidden;
  text-indent: -999em;
  vertical-align: top;
  width: 25px; }

.sm--facebook {
  background-position: 0 0; }

.sm--twitter {
  background-position: -28px 0; }

.sm--pinterest {
  background-position: -56px 0; }

.sm--youtube {
  background-position: -84px 0; }

.sm--instagram {
  background-position: -112px 0; }

.sm--googleplus {
  background-position: -138px 0; }

.sm--ryobi {
  background-position: -167px 0; }

.sm--tumblr {
  background-position: -195px 0; }

/*------------------------------------*\
    `SOCIAL MEDIA PT - homepage:
\*------------------------------------*/
.sm-list--homepage {
  text-align: center;
  background: #FFFFFF;
  margin-top: -8.75em;
  position: fixed;
  z-index: 130;
  display: none;
  float: left;
  width: auto;
  top: 50%;
  left: 0;
  will-change: transform; }
  .sm-list--homepage .sm {
    background: #b7cd4c;
    margin-bottom: 0;
    color: #FFFFFF;
    height: 3.5em;
    width: 3.5em; }
    .sm-list--homepage .sm:focus, .sm-list--homepage .sm:hover {
      -webkit-transform: translateX(0.1em) translateY(0);
      transform: translateX(0.1em) translateY(0); }
  .sm-list--homepage > li {
    display: block;
    padding: 2px; }
  @media screen and (min-width: 50em) {
    .sm-list--homepage {
      display: block; } }

.icn {
  display: block;
  font-style: normal;
  fill: currentColor;
  line-height: inherit;
  vertical-align: middle;
  margin: 0.4em auto;
  height: 1.8em;
  width: 1.8em; }

.icn--facebook {
  color: #3c5a9a; }

.icn--twitter {
  color: #60a8dc; }

.icn--youtube {
  color: #cd2227; }

/*------------------------------------*\
    `SOCIAL MEDIA COLOR:
\*------------------------------------*/
.sm-list--color > li {
  display: inline-block; }

.sm--color {
  background: url(/assets/icons/sprite-socialmedia-color.png) no-repeat 0 0;
  height: 25px;
  width: 25px;
  display: block;
  overflow: hidden;
  vertical-align: top; }

.sm--facebook--color {
  background-position: 0 0; }

.sm--twitter--color {
  background-position: -28px 0; }

.sm--pinterest--color {
  background-position: -55px 0; }

.sm--instagram--color {
  background-position: -112px 0; }

.sm--youtube--color {
  background-position: -86px 0; }

.sm--tumbler--color {
  background-position: -196px 0; }

.sm--googleplus--color {
  background-position: -140px 0; }

.sm-list--spacing {
  padding: 0 1em; }

.sm-list--hr {
  margin: 0.5em 0; }

/*------------------------------------*\
    `SOCIAL MEDIA COLOR: (LARGE)
\*------------------------------------*/
.sm-list--large--color .sm--color {
  background: url(/assets/icons/sprite-socialmedia-color.large.png) no-repeat 0 0;
  height: 36px;
  width: 36px;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  vertical-align: top; }
.sm-list--large--color .sm--facebook--color {
  background-position: 0 0; }
.sm-list--large--color .sm--twitter--color {
  background-position: -43px 0; }
.sm-list--large--color .sm--pinterest--color {
  background-position: -86px 0; }
.sm-list--large--color .sm--instagram--color {
  background-position: -112px 0; }
.sm-list--large--color .sm--youtube--color {
  background-position: -129px 0; }
.sm-list--large--color .sm--googleplus--color {
  background-position: -172px 0; }
.sm-list--large--color .sm--tumblr--color {
  background-position: -215px 0; }

/*------------------------------------*\
    `DEFAULT SLIDESHOW ARROWS:
\*------------------------------------*/
.owl-prev {
  content: '';
  display: inline-block;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  vertical-align: baseline;
  width: 0;
  border-top: 0.75em solid transparent;
  border-bottom: 0.75em solid transparent;
  border-right: 0.5em solid #7b7b7b;
  text-indent: -9999px;
  position: relative;
  margin-top: 2.5em;
  float: left;
  z-index: 2; }

.owl-next {
  content: '';
  display: inline-block;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  vertical-align: baseline;
  width: 0;
  border-top: 0.75em solid transparent;
  border-bottom: 0.75em solid transparent;
  border-left: 0.5em solid #7b7b7b;
  text-indent: -9999px;
  position: relative;
  margin-top: 2.5em;
  margin-left: 0.625rem;
  float: right;
  z-index: 2; }

.owl-prev:hover {
  transition: all 0.3s ease;
  content: '';
  display: inline-block;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  vertical-align: baseline;
  width: 0;
  border-top: 0.75em solid transparent;
  border-bottom: 0.75em solid transparent;
  border-right: 0.5em solid #555555; }

.owl-next:hover {
  transition: all 0.3s ease;
  content: '';
  display: inline-block;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  vertical-align: baseline;
  width: 0;
  border-top: 0.75em solid transparent;
  border-bottom: 0.75em solid transparent;
  border-left: 0.5em solid #555555; }

.owl-carousel li {
  list-style: none;
  padding: 0; }

/*------------------------------------*\
    `SLIDESHOW:
\*------------------------------------*/
.slideshow--container {
  padding: 1em; }
  .slideshow--container #slideshow__list .owl-item {
    height: 70px;
    width: 70px !important;
    margin: 2px;
    margin-top: 1em; }
  .slideshow--container .owl-wrapper-outer, .slideshow--container .owl-wrapper {
    width: auto; }
  .slideshow--container .synced .item {
    border: 2px solid #b7cd4c; }

#slideshow__list img {
  border: 2px solid #ebebeb; }

.no-js .slideshow .item + .item {
  display: none; }

.products-scroller .owl-item {
  text-align: center; }

/*------------------------------------*\
    `VIDEO SLIDESHOW:
\*------------------------------------*/
.product-video--containter {
  padding: 0 1em; }
  .product-video--containter .owl-wrapper-outer, .product-video--containter .owl-wrapper {
    width: auto; }
  .product-video--containter .owl-prev, .product-video--containter .owl-next {
    margin: -4em -1em; }

/*------------------------------------*\
    `RELATED SLIDESHOW:
\*------------------------------------*/
#related {
  /* Styling Next and Prev buttons */ }
  #related .arrow-prev {
    content: '';
    display: inline-block;
    height: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    vertical-align: baseline;
    width: 0;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-right: 0.5em solid white;
    position: absolute;
    left: 1.01em;
    top: 4.5em; }
  #related .arrow-next {
    content: '';
    display: inline-block;
    height: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    vertical-align: baseline;
    width: 0;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 0.5em solid white;
    position: absolute;
    left: -0.5em;
    top: 4.5em; }
  #related .owl-controls {
    margin-top: 10px;
    text-align: center; }
  #related .owl-controls .owl-buttons div {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    width: 1.5em;
    height: 11.5em;
    background-color: #ebebeb;
    border-color: #ebebeb;
    position: absolute; }
    #related .owl-controls .owl-buttons div:hover {
      background-color: #555555;
      border-color: #555555; }
  #related .owl-controls .owl-buttons div {
    position: absolute; }
  #related .owl-controls .owl-buttons .owl-prev {
    left: 0;
    top: -2em; }
  #related .owl-controls .owl-buttons .owl-next {
    right: 0;
    top: -2em; }

#related.large-block-grid-6 {
  margin: 0; }

/*------------------------------------*\
    `FEATURES SLIDESHOW:
\*------------------------------------*/
#panel-features .owl-page {
  height: 0.625rem;
  width: 0.625rem;
  margin: 0 0.2em;
  background: white;
  float: left; }
#panel-features .owl-pagination {
  position: relative;
  bottom: -14.5em;
  right: -14em; }
  #panel-features .owl-pagination .active {
    background: #555555; }
#panel-features .owl-prev {
  content: '';
  display: inline-block;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  vertical-align: baseline;
  width: 0;
  border-top: 0.75em solid transparent;
  border-bottom: 0.75em solid transparent;
  border-right: 0.5em solid white; }
#panel-features .owl-next {
  content: '';
  display: inline-block;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  vertical-align: baseline;
  width: 0;
  border-top: 0.75em solid transparent;
  border-bottom: 0.75em solid transparent;
  border-left: 0.5em solid white; }
#panel-features .owl-controls {
  width: 46%;
  position: absolute;
  top: 8em;
  right: 1em; }

/*------------------------------------*\
    `TABS:
\*------------------------------------*/
.tabs-content {
  border-bottom: 6px solid #b7cd4c; }

.tabs {
  border: none;
  padding: 0; }
  .tabs dd + dd {
    border-left: 2px solid #fff; }
  .tabs dd > a {
    text-transform: uppercase;
    padding: 0.3125rem; }
    .tabs dd > a:focus, .tabs dd > a:hover {
      color: #fff; }
    @media screen and (max-width: 62.4875em) {
      .tabs dd > a {
        font-size: 0.9375em; } }
    @media screen and (max-width: 49.9875em) {
      .tabs dd > a {
        font-size: 0.875em; } }

/**
 * TAB CONTENT:
 */

.tab-content__title {
  background-color: #b7cd4c;
  color: #fff;
  font-size: 1.25em;
  /* ~20px */
  padding: 0.3125rem 1.25rem; }
  .tab-content__title > strong {
    text-transform: uppercase; }

/**
 * States:
 */
.js .tab-content {
  display: none; }
  .js .tab-content.active {
    display: block; }

/**
 * FLUID TABS:
 */
@media screen and (max-width: 37.4875em) {
  .tabs--fluid {
    background-color: #cfde88;
    display: block;
    width: 100%; }
    .tabs--fluid > dd {
      border: none;
      display: block;
      background-color: #fff;
      padding: 0 1px 1px 0;
      width: 50%; }
      .no-boxshadow .tabs--fluid > dd {
        outline: 1px solid #fff; }
      .tabs--fluid > dd + dd {
        border: none; }
      .tabs--fluid > dd > a {
        font-size: 0.875em;
        text-align: center; } }
@media screen and (min-width: 37.5em) {
  .tabs--fluid {
    display: table;
    width: 100%; }
    .tabs--fluid > dd {
      display: table-cell;
      float: none;
      padding: 0;
      text-align: center; }
      .tabs--fluid > dd > a {
        white-space: nowrap; } }

/*------------------------------------*\
    `TAG Object:
\*------------------------------------*/
.tag {
  background-color: #ebebeb;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 0.3125rem;
  padding: 0.25em 1.25em 0.35em; }
  .tag button {
    background-color: transparent;
    color: #3f3e3e;
    margin-right: 0.35em;
    margin-bottom: 0;
    margin-left: -0.5em;
    min-width: 0;
    padding: 1px; }

/*------------------------------------*\
    `THIS WITH THAT Object:
\*------------------------------------*/
/*
 * Yes, this is kinda cheesy naming.
 * Pattern for a title or header on the left with a grouped action or actions
 * on the right. This will use Flexbox progressive enhancement to improve
 * layouts which generally broke previously due to varying content length in
 * headers
 *
 * Example markup:

  <div class="this-w-that">
    <h1 class="this-w-that__this">Header</h1>
    <div class="this-w-that__that">
      <button>Action</button>
    </div>
  </div>

 */
/* No Flexbox version */
.this-w-that {
  overflow: hidden; }

.this-w-that__this {
  float: left;
  margin-right: 0.5em; }

.this-w-that__that {
  float: right; }

/* Enhance to Flexbox */
.this-w-that {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch; }


.this-w-that__this {
  -ms-flex-positive: 1;
  flex-grow: 1; }

/*!
 * Contact Buttons Plugin Demo 0.1.0
 * https://github.com/joego/contact-buttons-plugin
 *
 * Copyright 2015, José Gonçalves
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
#contact-buttons-bar {
  position: fixed;
  top: 185px;
  left: -50px;
  width: 50px;
  z-index: 110; }
  @media screen and (max-width: 49.9875em) {
    #contact-buttons-bar {
      display: none; } }

#contact-buttons-bar.slide-on-scroll {
  position: absolute; }

.contact-button-link {
  display: block;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  margin: 0.4em auto;
  text-align: center;
  line-height: 50px;
  font-size: 1.25em;
  background: #b7cd4c;
  color: #fff;
  position: relative;
  left: 0;
  overflow: hidden;
  transition: all 250ms;
  box-shadow: 0.25em 0 0.75em rgba(0, 0, 0, 0.1); }
  .contact-button-link:hover, .contact-button-link:focus, .contact-button-link:active {
    color: #fff;
    padding-left: 20px;
    width: 70px; }
  .contact-button-link.cb-hidden {
    left: -2.15em; }
  .contact-button-link.separated {
    margin-top: 1em; }

.show-hide-contact-bar {
  background-color: rgba(255, 255, 255, 0.95);
  color: #b7cd4c; }
  .show-hide-contact-bar:focus, .show-hide-contact-bar:hover, .show-hide-contact-bar:active {
    background-color: #fff;
    color: #b7cd4c;
    border: 0;
    outline: 0;
    padding: 0;
    width: 2.5em; }
  .show-hide-contact-bar svg {
    transition: 0.25s ease-in-out; }
  .show-hide-contact-bar.is-hid svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }

/*------------------------------------*\
    `APP HEADER:
\*------------------------------------*/
/**
 * APP-HEADER: Common styles
 */
.app-header {
  font-family: "Futura W01 Book", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }


.app-name__brand {
  color: #fff;
  display: inline-block;
  font-family: "Futura W01 Book", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.6875em;
  /* ~27px */
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase; }

.app-name__logo {
  background: url(/assets/logo-ryobi.svg) no-repeat center center;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  text-indent: -99em;
  width: 104px; }
  .no-svg .app-name__logo {
    background-image: url(/assets/logo-ryobi.png); }

.app-name__logo--nation {
  background-image: url(/assets/logo-ryobination.svg);
  width: 248px; }
  .no-svg .app-name__logo--nation {
    background-image: url(/assets/logo-ryobination.png); }

/**
 * APP-HEADER: `Small Layout
 */
@media screen and (max-width: 49.9875em) {
  .app-name {
    background: url(/assets/transparent-darkgray.png) repeat 0 0;
    background: rgba(63, 62, 62, 0.6);
    height: 4.5em;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999; }
  .app-name__brand, .app-name__subbrand {
    display: block;
    font-size: 0.875em;
    /* ~14px */
    text-align: center; }
  .app-name__brand {
    position: absolute;
    right: 1.25rem;
    top: 0.625rem; }
  .app-name__logo--nation {
    background-image: url(/assets/logo-ryobination.stacked.svg);
    width: 104px; } }

/**
 * APP-HEADER: >= `Medium Layout
 */
@media screen and (min-width: 50em) {
  .app-header {
    background-color: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid #010101;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 150; }
    .no-rgba .app-header {
      background: url(/assets/transparent-darkgray.png) repeat 0 0; }
    .app-header .wrap {
      height: 10.25rem;
      /* ~164px */
      position: relative; }
    .app-header:after {
      border-bottom: 1px solid #7b7b7b;
      border-bottom-color: rgba(255, 255, 255, 0.1);
      border-top: 1px solid #010101;
      border-top-color: rgba(0, 0, 0, 0.25);
      bottom: 2.75em;
      content: '';
      height: 0;
      left: 0;
      position: absolute;
      right: 0; }
  .app-name {
    position: absolute;
    top: 3.5rem; }
  .app-name__logo, .app-name__subbrand {
    display: inline-block;
    vertical-align: middle; } }

/*------------------------------------*\
    `APP HEADER `HOMEPAGE:
\*------------------------------------*/
/**
 * APP-HEADER: Common styles
 */
.app-header--homepage {
  font-family: "Futura W01 Book", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  position: relative; }
  .app-header--homepage .app-name {
    background: none;
    position: static;
    margin-bottom: 1.25em;
    margin-top: 2.5em; }
  .app-header--homepage .app-name__brand, .app-header--homepage .app-name__logo {
    display: block;
    margin: 0 auto; }
  .app-header--homepage .app-name__logo {
    background: url(/assets/logo-ryobi.svg) no-repeat center center;
    height: 75px;
    width: 197px; }
    .no-svg .app-header--homepage .app-name__logo {
      background-image: url(/assets/logo-ryobi.large.png); }

.nav-homepage {
  background: #4c4c4c url(/assets/home-texture-brushedmetal-light.jpg) repeat center center;
  border-top: 1px solid #010101;
  color: #b7b7b7;
  padding: 0.25em 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  vertical-align: middle; }
  .nav-homepage .this-or-that, .nav-homepage .nav-list, .nav-homepage .form--global-search {
    display: inline-block;
    position: static;
    width: auto;
    vertical-align: middle; }
    .nav-homepage .this-or-that input, .nav-homepage .nav-list input, .nav-homepage .form--global-search input {
      margin-bottom: 0; }
  .nav-homepage .form--tools101-search {
    display: inline-block;
    position: static;
    width: auto;
    vertical-align: middle; }
    .nav-homepage .form--tools101-search input {
      margin-bottom: 0; }
  .nav-homepage .this-or-that {
    line-height: 1.6;
    padding: 0.25em; }

.app-header--homepage .nav-user {
  font-size: 0.8125em;
  /* ~13px */
  position: absolute;
  top: 0;
  right: 0;
  z-index: 121; }
  .app-header--homepage .nav-user .nav-list {
    margin: 0 auto;
    max-width: 80rem;
    padding: 0 1em; }
  .app-header--homepage .nav-user .nav-list--inline li, .app-header--homepage .nav-user .nav-list--inline li + li:before, .app-header--homepage .nav-user .nav-list--inline a {
    display: inline-block;
    vertical-align: middle; }
  .app-header--homepage .nav-user .nav-list--inline li + li:before {
    color: inherit;
    content: "|\00a0";
    /* Pipe + space */ }
  .app-header--homepage .nav-user .nav-list--inline a {
    padding: 0.25em; }

/**
 * APP-HEADER--homepage: Small Layout
 */
@media screen and (max-width: 27.4875em) {
  .app-header--homepage .nav-user .nav-list--inline {
    max-width: 400px;
    width: 100%; } }

@media screen and (max-width: 49.9875em) {
  .app-header--homepage .nav-user .nav-list--inline {
    display: table;
    width: auto !important; }
    .app-header--homepage .nav-user .nav-list--inline > li {
      display: table-cell;
      text-align: center; }
    .app-header--homepage .nav-user .nav-list--inline a {
      font-size: 0.8125em;
      padding: 0.25em; }
  .app-header--homepage .nav-user .nav-user__welcome {
    display: inline-block;
    padding-right: 0; } }

@media screen and (min-width: 37.5em) {
  .app-header--homepage .nav-user {
    font-size: 0.8125em;
    /* ~13px */
    position: absolute;
    top: 0;
    right: 0;
    z-index: 121; }
    .app-header--homepage .nav-user .nav-list {
      margin: 0 auto;
      max-width: 80rem;
      padding: 0 1em; }
    .app-header--homepage .nav-user .nav-list--inline li, .app-header--homepage .nav-user .nav-list--inline li + li:before, .app-header--homepage .nav-user .nav-list--inline a {
      display: inline-block;
      vertical-align: middle; }
    .app-header--homepage .nav-user .nav-list--inline li + li:before {
      color: inherit;
      content: "|\00a0";
      /* Pipe + space */ }
    .app-header--homepage .nav-user .nav-list--inline a {
      padding: 0.25em; } }

@media screen and (max-width: 49.9875em) {
  .app-header--homepage .app-name__brand {
    position: static;
    clear: both; }
  .nav-homepage {
    background-image: none;
    font-size: 14px;
    position: static; }
    .nav-homepage .this-or-that {
      display: none; }
    .nav-homepage .nav-list--inline {
      border-bottom: 1px solid #7b7b7b;
      display: table;
      margin: 0 auto;
      width: 100%; }
      .nav-homepage .nav-list--inline > li {
        display: table-cell; }
        .nav-homepage .nav-list--inline > li > a {
          padding: 0.5rem; }
    .nav-homepage .this-or-that--or {
      font-size: 0.75em;
      margin: 0.75rem 0 0; }
    .nav-homepage .form--global-search {
      width: 100%; }
    .nav-homepage .form--tools101-search {
      width: 100%; } }

@media screen and (min-width: 27.5em) and (max-width: 49.9875em) {
  .nav-homepage {
    text-align: center; }
    .nav-homepage .nav-list, .nav-homepage .form--global-search {
      display: inline-block;
      position: static;
      vertical-align: middle; }
      .nav-homepage .nav-list input, .nav-homepage .form--global-search input {
        margin-bottom: 0; }
    .nav-homepage .form--tools101-search {
      display: inline-block;
      position: static;
      vertical-align: middle; }
      .nav-homepage .form--tools101-search input {
        margin-bottom: 0; }
    .nav-homepage .nav-list--inline li, .nav-homepage .nav-list--inline li + li:before, .nav-homepage .nav-list--inline a {
      display: inline-block;
      vertical-align: middle; }
    .nav-homepage .nav-list--inline li + li:before {
      color: inherit;
      content: "|\00a0";
      /* Pipe + space */ }
    .nav-homepage .nav-list--inline a {
      padding: 0.25em; } }

/**
 * APP-HEADER--homepage: >= `Medium Layout
 */
@media screen and (min-width: 50em) {
  .app-header--homepage {
    background-color: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid #3f3e3e;
    position: relative;
    height: 10.25rem;
    top: 0;
    right: 0;
    left: 0;
    z-index: 150; }
    .no-rgba .app-header--homepage {
      background: url(/assets/transparent-darkgray.png) repeat 0 0; }
    .app-header--homepage:after {
      border-bottom: 1px solid #7b7b7b;
      border-bottom-color: rgba(255, 255, 255, 0.1);
      border-top: 1px solid #010101;
      border-top-color: rgba(0, 0, 0, 0.25);
      bottom: 2.75em;
      content: '';
      height: 0;
      left: 0;
      position: absolute;
      right: 0; }
    .app-header--homepage .app-name {
      margin-top: 1.75em; }
  .nav-homepage .this-or-that, .nav-homepage .nav-list, .nav-homepage .form--global-search {
    display: inline-block;
    position: static;
    width: auto;
    vertical-align: middle; }
    .nav-homepage .this-or-that input, .nav-homepage .nav-list input, .nav-homepage .form--global-search input {
      margin-bottom: 0; }
  .nav-homepage .form--global-search {
    width: 30%; }
  .nav-homepage .form--tools101-search {
    display: inline-block;
    position: static;
    width: auto;
    vertical-align: middle; }
    .nav-homepage .form--tools101-search input {
      margin-bottom: 0; }
  .nav-homepage .form--tools101-search {
    width: 30%; } }

@media screen and (min-width: 62.5em) {
  .app-header--homepage .app-name {
    margin-top: 1.5em; } }

    & > .wrap {
        position: relative;

        @include respond-max($break_s) {
            height: 20.5rem !important;
        }
    }

    .billboard {
        text-align: center;
        padding-top: 6.375em;

        @include respond-min($break_m) {
            padding-top: 15.5em;
        }
    }

    .billboard__header {
        font-size: 2em;
        margin: 0 auto;
        width: 6em;

        .mti-active & {
            font-weight: 400;
        }

        span {
            display: inline-block;
        }

        .seg-1 {
            font-size: 1.25em;
        }

        .seg-3 {
            background-color: $color_red;
            font-size: 1.25em;
            margin-top: .15em;
            padding: .25em .5em;
            text-shadow: none;
        }
    }
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;

        br {display: none;}

        @include respond-min($break_s) {
            .button {
                position: absolute;
                right: 1.25em;
                bottom: 0;
            }
        }
    }

}
*/
@media screen and (max-width: 37.4875em) {
  .app-home--holiday.app-preface .wrap {
    min-height: 0; } }
.app-home--holiday .billboard {
  padding: 17.5em 2em 4em 38%; }
  @media screen and (max-width: 49.9875em) {
    .app-home--holiday .billboard {
      padding: 54% 1em 1em; } }
  @media screen and (max-width: 27.4875em) {
    .app-home--holiday .billboard {
      padding: 70% 0 1em; } }
  @media screen and (max-width: 21.9875em) {
    .app-home--holiday .billboard {
      padding-top: 80%; } }
.app-home--holiday .billboard__header {
  text-shadow: none;
  font-size: 2em;
  font-size: 6vw;
  color: #697A82; }
  @media screen and (min-width: 37.5em) {
    .app-home--holiday .billboard__header {
      font-size: 2.45em; } }
  @media screen and (min-width: 62.5em) {
    .app-home--holiday .billboard__header {
      font-size: 3.175em; } }

/*------------------------------------*\
    `APP NAVIGATION:
\*------------------------------------*/
/**
 * Global App Navigation
 *
 * Contains:
 * - nav-chooser
 * - nav-primary
 * - nav-auxiliary
 * - nav-user
 */
@media screen and (max-width: 49.9875em) {
  .app-navigation {
    font-size: 1.125em;
    /* ~18px */ } }
@media screen and (max-width: 27.4875em) {
  .app-navigation {
    font-size: 1em;
    /* ~16px */ } }
.app-navigation a:focus, .app-navigation a:hover {
  color: #42b3ee; }
.app-navigation a:active, .app-navigation a.is-active {
  color: #b7cd4c; }

@media screen and (max-width: 49.9875em) {
  .app-navigation > .wrap {
    overflow-y: scroll; }
  .app-navigation .nav + .nav {
    border-top: 1px solid #7b7b7b; }
  .app-navigation a {
    padding: 0.5em 1em; }
  .app-navigation a:focus, .app-navigation a:hover {
    background-color: rgba(255, 255, 255, 0.25); }
  .app-navigation a.is-active {
    color: #b7cd4c; }
  .app-navigation .right {
    float: none !important; } }

@media screen and (min-width: 50em) {
  .app-navigation {
    padding-top: 2rem; } }

/*------------------------------------*\
    `NAV-AUXILIARY:
\*------------------------------------*/
@media screen and (min-width: 50em) {
  .nav-auxiliary {
    clear: both;
    color: #42b3ee;
    float: right;
    font-size: 0.875em;
    /* ~14px */ }
    .nav-auxiliary a {
      color: #42b3ee; }
      .nav-auxiliary a:focus, .nav-auxiliary a:hover, .nav-auxiliary a:active, .nav-auxiliary a.is-active {
        color: #b7cd4c; }
    .nav-auxiliary .child-nav {
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.87);
      left: 0.5em;
      margin-top: -2px;
      z-index: 140; }
    .nav-auxiliary .child-nav > li {
      width: 100%; }
      .nav-auxiliary .child-nav > li + li::before {
        display: none; }
      .nav-auxiliary .child-nav > li > a {
        width: 100%; } }

/*------------------------------------*\
    `NAV-CHOOSER:
\*------------------------------------*/
@media screen and (min-width: 50em) {
  .nav-chooser {
    background-color: rgba(123, 123, 123, 0.2);
    color: #fff;
    font-size: 0.875em;
    /* ~14px */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100; }
    .nav-chooser .button {
      margin-bottom: 0; }
      .nav-chooser .button:focus, .nav-chooser .button:hover, .nav-chooser .button:active {
        color: #fff; }
    .nav-chooser .nav-list {
      display: inline-block;
      margin: 0 auto;
      max-width: 80rem;
      padding: 0 1em; } }

/*------------------------------------*\
    `NAV-PRIMARY:
\*------------------------------------*/

@media screen and (max-width: 49.9875em) {
  /* OFF-CANVAS SUBNAV */
  .nav-primary__level-two {
    background-color: #636363; }
  .nav-primary__level-three {
    background-color: #cccccc; }
    .nav-primary__level-three a {
      color: #3f3e3e; }
  .js-nav .app-navigation .child-nav {
    overflow: hidden;
    max-height: 0;
    transition: all 100ms ease; }
  .js-nav .app-navigation .has-child-nav {
    position: relative; }
  .js-nav .app-navigation .has-child-nav > a::after {
    content: '›';
    display: inline-block;
    line-height: 0.75;
    height: 1em;
    width: 1em;
    text-align: center;
    position: absolute;
    top: 0.75em;
    right: 1em;
    transition: all 0.2s ease;
    -webkit-transform-origin: center;
    transform-origin: center; }
  .js-nav .app-navigation .has-child-nav > a:active::after {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  .js-nav .app-navigation .has-child-nav > a.is-active::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .js-nav .app-navigation .has-child-nav > a.is-active + .child-nav {
    max-height: 50em;
    max-height: auto;
    transition-duration: 0.5s; } }
  .nav-primary {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 100; }
  .nav-primary__level-one {
    border: 1px solid transparent;
    display: table;
    width: 100%; }
    .nav-primary__level-one > li {
      border: 1px solid transparent;
      display: table-cell; }
    .nav-primary__level-one > li > a {
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
      padding: 0.5em;
      text-align: center; }
      .no-rgba .nav-primary__level-one > li > a {
        background: url(/assets/transparent-white.png) repeat 0 0; }
      .nav-primary__level-one > li > a:focus, .nav-primary__level-one > li > a:hover {
        background-color: rgba(255, 255, 255, 0.15);
        color: inherit; }
      .nav-primary__level-one > li > a:active, .nav-primary__level-one > li > a.is-active {
        color: #b7cd4c; }
    .nav-primary__level-one > .has-child-nav > a:after {
      content: '';
      margin-bottom: 0.125em;
      margin-left: 0.65em;
      content: '';
      display: inline-block;
      height: 0;
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
      vertical-align: baseline;
      width: 0;
      border-left: 0.275em solid transparent;
      border-right: 0.275em solid transparent;
      border-top: 0.45em solid #fff; }
      @media screen and (min-width: 62.5em) {
        .nav-primary__level-one > .has-child-nav > a:after {
          margin-bottom: 0;
          content: '';
          display: inline-block;
          height: 0;
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
          vertical-align: baseline;
          width: 0;
          border-left: 0.375em solid transparent;
          border-right: 0.375em solid transparent;
          border-top: 0.65em solid #fff; } }
    .nav-primary__level-one > .has-child-nav > a:focus:after, .nav-primary__level-one > .has-child-nav > a:hover:after {
      border-top-color: inherit; }
  .nav-primary__level-two {
    border-top: 1px solid transparent; }
    .nav-primary__level-two a {
      padding: 0.3125rem 0.625rem; }
    .nav-primary__level-two a:focus, .nav-primary__level-two a:hover, .nav-primary__level-two a:active, .nav-primary__level-two > li:focus > a, .nav-primary__level-two > li:hover > a, .nav-primary__level-two > li:active > a {
      background-color: #555555;
      color: #b7cd4c; }
  .nav-primary__level-three {
    display: none; } }

/*------------------------------------*\
    `NAV-USER:
\*------------------------------------*/
.nav-user {
  color: #ebebeb; }
  @media screen and (min-width: 50em) {
    .nav-user {
      font-size: 0.8125em;
      /* ~13px */
      position: absolute;
      top: 0;
      right: 0;
      z-index: 121; }
      .nav-user .nav-list {
        margin: 0 auto;
        max-width: 80rem;
        padding: 0 1em; }
      .nav-user li {
        display: inline-block; } }
  @media screen and (max-width: 49.9875em) {
    .nav-user .nav-user__welcome {
      display: block;
      padding: 0.5em 1em; } }

/*------------------------------------*\
    `FORM - GLOBAL SEARCH:
\*------------------------------------*/
/**
 * GLOBAL SEARCH:
 */
.form--global-search {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem; }
  .form--global-search .input-search, .form--global-search .button {
    margin-bottom: 0;
    width: 100%; }
  .form--global-search .input-search {
    background-color: #7b7b7b;
    background-color: rgba(123, 123, 123, 0.8);
    border: none;
    border-radius: 3px 0 0 3px;
    box-shadow: none; }
  .form--global-search .button {
    border-radius: 0 3px 3px 0; }
  @media screen and (min-width: 50em) {
    .form--global-search {
      bottom: 2.5em;
      padding-top: 0;
      position: absolute;
      right: 1em;
      width: 40%;
      z-index: 120; } }

/**
 * SEARCH DROPDOWN:
 */
.search-dropdown {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  display: none;
  opacity: 0.985;
  position: absolute;
  left: 0;
  right: 0;
  top: 155%;
  width: 100%;
  z-index: 150; }
  @media screen and (min-width: 50em) {
    .search-dropdown {
      top: 150%; } }
  .search-dropdown:after {
    content: '';
    display: inline-block;
    height: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    vertical-align: baseline;
    width: 0;
    border-left: 1.1875em solid transparent;
    border-right: 1.1875em solid transparent;
    border-bottom: 1em solid #b7cd4c;
    content: '';
    top: -1em;
    left: 1em;
    position: absolute; }
    @media screen and (min-width: 50em) {
      .search-dropdown:after {
        right: 1em;
        left: auto; } }

.search-dropdown a {
  color: #3f3e3e; }

.search-dropdown a:hover {
  background-color: #42b3ee;
  color: #fff; }

.search-dropdown .top {
  background-color: #b7cd4c;
  background-clip: padding-box;
  border-radius: 3px 3px 0 0;
  color: #fff;
  padding: 4px 8px 4px 8px; }

.search-dropdown .top span {
  float: right; }

.search-dropdown .set {
  background-color: #7b7b7b;
  clear: both; }
  .search-dropdown .set + .set {
    border-top: 1px solid #7b7b7b; }

.search-dropdown .set .items {
  background-color: #fff;
  list-style-type: none;
  margin-left: 35px;
  min-height: 35px; }

.search-dropdown .set i {
  display: block;
  width: 35px;
  height: 35px;
  float: left; }

.search-dropdown .set .items li {
  min-height: 35px; }

.search-dropdown .set .items li a {
  display: block;
  padding: 4px 10px 4px 10px;
  min-height: 35px;
  text-align: left; }

.search-dropdown .set .items .last span {
  float: right; }

/*------------------------------------*\
    `FORM - GLOBAL SEARCH:
\*------------------------------------*/
/**
 * GLOBAL SEARCH:
 */
.form--tools101-search {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem; }
  .form--tools101-search .input-search, .form--tools101-search .button {
    margin-bottom: 0; }
  .form--tools101-search .input-search {
    background-color: #7b7b7b;
    background-color: rgba(123, 123, 123, 0.8);
    border: none;
    border-radius: 3px 0 0 3px;
    box-shadow: none; }
  .form--tools101-search .button {
    border-radius: 0 3px 3px 0; }
  @media screen and (min-width: 50em) {
    .form--tools101-search {
      bottom: 2.5em;
      padding-top: 0;
      position: absolute;
      right: 1em;
      width: 40%;
      z-index: 120; } }

/**
 * SEARCH DROPDOWN:
 */
.search-dropdown {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  display: none;
  opacity: 0.985;
  position: absolute;
  left: 0;
  right: 0;
  top: 155%;
  width: 100%;
  z-index: 150; }
  @media screen and (min-width: 50em) {
    .search-dropdown {
      top: 150%; } }
  .search-dropdown:after {
    content: '';
    display: inline-block;
    height: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    vertical-align: baseline;
    width: 0;
    border-left: 1.1875em solid transparent;
    border-right: 1.1875em solid transparent;
    border-bottom: 1em solid #b7cd4c;
    content: '';
    top: -1em;
    left: 1em;
    position: absolute; }
    @media screen and (min-width: 50em) {
      .search-dropdown:after {
        right: 1em;
        left: auto; } }

.search-dropdown a {
  color: #3f3e3e; }

.search-dropdown a:hover {
  background-color: #42b3ee;
  color: #fff; }

.search-dropdown .top {
  background-color: #b7cd4c;
  background-clip: padding-box;
  border-radius: 3px 3px 0 0;
  color: #fff;
  padding: 4px 8px 4px 8px; }

.search-dropdown .top span {
  float: right; }

.search-dropdown .set {
  background-color: #7b7b7b;
  clear: both; }
  .search-dropdown .set + .set {
    border-top: 1px solid #7b7b7b; }

.search-dropdown .set .items {
  background-color: #fff;
  list-style-type: none;
  margin-left: 35px;
  min-height: 35px; }

.search-dropdown .set i {
  display: block;
  width: 35px;
  height: 35px;
  float: left; }

.search-dropdown .set .items li {
  min-height: 35px; }

.search-dropdown .set .items li a {
  display: block;
  padding: 4px 10px 4px 10px;
  min-height: 35px;
  text-align: left; }

.search-dropdown .set .items .last span {
  float: right; }

/*------------------------------------*\
    `FORM `GLOBAL SIGNUP:
\*------------------------------------*/
.form--global-signup input {
  border: none; }
.form--global-signup .button {
  background-color: #b7cd4c;
  display: block;
  width: 100%; }
  .form--global-signup .button:focus, .form--global-signup .button:hover {
    background-color: #8da02d; }
  .form--global-signup .button:active {
    background-color: #42b3ee; }

/*------------------------------------*\
    `SHARE EMAIL Form:
\*------------------------------------*/
.share-list-section h3, .share-list-section h4 {
  color: #555555;
  text-transform: uppercase; }

.wish-list-header {
  background-color: #b7cd4c;
  color: #fff;
  margin-bottom: 1.25rem; }
  .wish-list-header h3 {
    color: #fff;
    font-size: 1.25em;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 0.45rem;
    padding-right: 1.25rem;
    padding-bottom: 0.45rem;
    padding-left: 1.25rem;
    text-transform: uppercase; }

.wish-list-header__actions .button {
  background-color: #ebebeb;
  border-left: 2px solid #fff;
  color: #555555;
  float: left;
  margin-bottom: 0; }
  .wish-list-header__actions .button:focus, .wish-list-header__actions .button:hover {
    background-color: #42b3ee;
    color: #fff; }

.form--share-email .fieldset {
  margin-left: 0; }

/*------------------------------------*\
    `TOGGLE OFF-CANVAS MENU:
\*------------------------------------*/
.off-canvas-toggle {
  display: none; }
  @media screen and (max-width: 49.9875em) {
    .off-canvas-toggle {
      background-color: #eb312e;
      color: #fff;
      display: block !important;
      width: 4.5em;
      height: 4.5em;
      padding: 0;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1000;
      border: 0;
      outline: none;
      background: url("/assets/svg/icon--menu-open.svg") center center no-repeat;
      background-color: #eb312e;
      background-size: 1.9375em 1.9375em;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 100%;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
      .no-svg .off-canvas-toggle {
        background-image: url("/assets/svg/icon--menu-open.png"); }
      .js-nav .off-canvas-toggle {
        background-image: url("/assets/svg/icon--menu-close.svg"); } }

.app-navigation .close-btn {
  display: none; }

#top .nav-btn {
  position: absolute;
  top: 1.5em;
  left: 1.875em; }

@media screen and (min-width: 50em) {
  #top .nav-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .app-navigation .close-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media screen and (max-width: 49.9875em) {
  #nav:target .close-btn {
    display: block; }
  .js-ready .app-navigation .close-btn {
    display: block; } }

/*------------------------------------*\
    `APP-PREFACE:
\*------------------------------------*/
.app-preface > .wrap {
  background: #7b7b7b no-repeat center top;
  background-size: cover;
  box-shadow: 0 0 5em rgba(0, 0, 0, 0.3); }

/**
 * DEFAULT Base for height:
 */
.app-preface--default > .wrap, .app-preface--default > .app-preface--medium > .wrap, .app-preface--medium > .app-preface--default > .wrap {
  /* Small-screen layout default height: */
  min-height: 10.875rem;
  /* 174px */ }
  @media screen and (min-width: 50em) {
    .app-preface--default > .wrap {
      height: 20.5rem;
      /* 328px */ } }

/*------------------------------------*\
    `HEIGHTS:
\*------------------------------------*/
/*
    1. shortest
    2. shorter
    3. medium [default base]
    4. taller
    5. tallest
*/
/**
 * SHORTEST:
 * For Product/Project details page
 */
@media screen and (min-width: 50em) {
  .app-preface--shortest > .wrap {
    min-height: 10.25rem;
    /* 164px */ } }

/**
 * SHORTER:
 * For Product/Project details page
 */
@media screen and (min-width: 50em) {
  .app-preface--shorter {
    min-height: 10.3rem;
    /* 255px */
    padding: 0 !important; } }

/**
 * MEDIUM:
 * Default size. Product listing page, et all
 */

/**
 * TALL:
 * For sub-brand product listing [Template E]
 */
.app-preface--taller > .wrap {
  min-height: 11.25rem;
  /* 180px */ }
  @media screen and (min-width: 50em) {
    .app-preface--taller > .wrap {
      min-height: 27.125rem;
      /* 434px */ } }

/**
 * TALLEST:
 * For all user-profile: Blog, How-To, user-profile
 */
.app-preface--tallest > .wrap {
  min-height: 26.5rem;
  /* 200px */ }
  @media screen and (min-width: 27.5em) {
    .app-preface--tallest > .wrap {
      min-height: 21.625rem;
      /* 250px */ } }
  @media screen and (min-width: 37.5em) {
    .app-preface--tallest > .wrap {
      min-height: 18.75rem;
      /* 300px */ } }
  @media screen and (min-width: 50em) {
    .app-preface--tallest > .wrap {
      min-height: 31.25rem;
      /* 500px */ } }

/**
 * TALLEST:
 * For all user-profile: Blog, How-To, user-profile
 */
.app-preface--tallest_christmas {
  min-height: 37em;
  /* 200px */ }
  @media screen and (min-width: 27.5em) { }
  @media screen and (min-width: 37.5em) { }
  @media screen and (max-width: 49.9875em) {
    .app-preface--tallest_christmas {
      min-height: auto;
      /* 500px */ } }
  @media screen and (min-width: 62.5em) { }

/*------------------------------------*\
    `APP-PREFACE - VARIANTS:
\*------------------------------------*/
.app-preface--product-home > .wrap {
  min-height: 16.625rem;
  /* 266px */ }
  @media screen and (min-width: 27.5em) {
    .app-preface--product-home > .wrap {
      height: 25rem;
      /* 400px */ } }
  @media screen and (min-width: 37.5em) {
    .app-preface--product-home > .wrap {
      height: 31.25rem;
      /* 500px */ } }
  @media screen and (min-width: 50em) {
    .app-preface--product-home > .wrap {
      height: 34.063rem;
      /* 545px */ } }
  @media screen and (min-width: 62.5em) {
    .app-preface--product-home > .wrap {
      height: 35.9375rem;
      /* 575px */ } }
  @media screen and (min-width: 90em) {
    .app-preface--product-home > .wrap {
      height: 37.5rem;
      /* 600px */ } }

/*------------------------------------*\
    `BILLBOARD:
\*------------------------------------*/
.billboard {
  color: #fff;
  padding: 6.375em 0 2em;
  /* ~102px, 10px, 32px */
  text-align: center; }
  @media screen and (min-width: 50em) {
    .billboard {
      padding: 19.5em 2em 2em;
      /* ~224px, 32px, 32px */
      text-align: right; } }

.billboard__header {
  color: #fff;
  color: rgba(255, 255, 255, 0.95);
  font: 600 2.25em/1 "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  /* ~36px */
  text-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  width: 100%;
  /* If webfonts are loaded, change weight */ }
  .mti-active .billboard__header {
    font-weight: 400; }
  @media screen and (min-width: 37.5em) {
    .billboard__header {
      font-size: 2.5em;
      /* ~40px */ } }
  @media screen and (min-width: 50em) {
    .billboard__header {
      font-size: 3.2em;
      /* ~56px */ } }
  @media screen and (min-width: 62.5em) {
    .billboard__header {
      font-size: 3.875em;
      /* ~62px */ } }

.billboard__cta {
  font-family: "FuturaW01-MediumCondens", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  /* 20px */
  font-weight: 300;
  letter-spacing: 0.125em;
  line-height: 1;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.85);
  text-transform: uppercase; }
  @media screen and (min-width: 50em) {
    .billboard__cta {
      float: right;
      width: 100%; } }
  .billboard__cta .button {
    text-shadow: none; }

/*------------------------------------*\
    `BILLBOARD Variants:
\*------------------------------------*/
@media screen and (min-width: 50em) {
  .billboard--left {
    text-align: left; }
    .billboard--left .billboard__cta {
      float: left; } }

@media screen and (min-width: 50em) {
  .billboard--center {
    text-align: center; }
    .billboard--center .billboard__cta {
      float: none;
      margin-right: auto;
      margin-left: auto; } }

@media screen and (min-width: 50em) {
  .billboard--right {
    text-align: right; }
    .billboard--right .billboard__cta {
      float: right; } }

.billboard--promo .billboard__header {
  font-size: 2em; }
  @media screen and (min-width: 27.5em) {
    .billboard--promo .billboard__header {
      font-size: 2em;
      /* ~40px */ } }
  @media screen and (min-width: 37.5em) {
    .billboard--promo .billboard__header {
      font-size: 3em;
      /* ~40px */ } }
  @media screen and (min-width: 50em) {
    .billboard--promo .billboard__header {
      font-size: 3em;
      /* ~56px */ } }
  @media screen and (min-width: 62.5em) {
    .billboard--promo .billboard__header {
      font-size: 3.3em;
      /* ~62px */ } }
.billboard--promo .billboard__cta p {
  font-size: 1.3em;
  margin-bottom: 0rem; }
  @media screen and (min-width: 62.5em) {
    .billboard--promo .billboard__cta p {
      font-size: 1.8em;
      /* ~40px */
      margin-bottom: 1.25rem; } }
@media screen and (min-width: 50em) {
  .billboard--promo .billboard__cta {
    float: left; } }

/*------------------------------------*\
    `BILLBOARD NATION:
\*------------------------------------*/
.app-preface--nation .billboard {
  text-align: left; }
  @media screen and (min-width: 50em) {
    .app-preface--nation .billboard {
      padding-top: 14.5em; } }
@media screen and (min-width: 50em) {
  .app-preface--nation p {
    font-size: 1.9em;
    margin-bottom: auto; } }

/*------------------------------------*\
    `BLURB LIST:
\*------------------------------------*/

/*------------------------------------*\
    `RESULTS LIST:
\*------------------------------------*/
/**
 * Used on Products and Projects listings:
 */
@media screen and (max-width: 37.4875em) {
  .results-list > li.small-6:nth-child(2n+1) {
    clear: left; }
  .results-list > li.small-4:nth-child(3n+1) {
    clear: left; }
  .results-list > li.small-3:nth-child(4n+1) {
    clear: left; } }
@media screen and (min-width: 37.5em) and (max-width: 49.9875em) {
  .results-list > li.small-med-6:nth-child(2n+1) {
    clear: left; }
  .results-list > li.small-med-4:nth-child(3n+1) {
    clear: left; }
  .results-list > li.small-med-3:nth-child(4n+1) {
    clear: left; }
  .results-list > li.medium-6:nth-child(2n+1) {
    clear: left; } }
@media screen and (min-width: 50em) and (max-width: 62.4875em) {
  .results-list > li.medium-6:nth-child(2n+1) {
    clear: left; }
  .results-list > li.medium-4:nth-child(3n+1) {
    clear: left; } }
@media screen and (min-width: 62.5em) {
  .results-list > li.large-4:nth-child(3n+1) {
    clear: left; }
  .results-list > li.large-3:nth-child(4n+1) {
    clear: left; } }

/*------------------------------------*\
    `FORM-LIST:
\*------------------------------------*/


.ticket-list__item {
  padding: 1.25rem; }
  .ticket-list__item:nth-child(even) {
    background-color: #ebebeb; }

.ticket__toggle {
  overflow: hidden; }
  .ticket__toggle::after {
    color: #7b7b7b;
    content: 'View';
    float: right; }

.ticket__title {
  font-size: 1.125em;
  margin-bottom: 0;
  float: left; }

.js-toggle-target {
  transition: all 0.3s ease; }
  .js .js-toggle-target {
    display: none; }
    .js .js-toggle-target.is-active {
      display: block; }
  .js-toggle-target.js-toggle--partial {
    display: block;
    position: relative;
    max-height: 314px;
    overflow: hidden;
    transition: max-height 0.2s linear; }
    .js-toggle-target.js-toggle--partial.is-active {
      max-height: 450px;
      overflow-y: auto; }
      .js-toggle-target.js-toggle--partial.is-active::-webkit-scrollbar {
        -webkit-appearance: none; }
      .js-toggle-target.js-toggle--partial.is-active::-webkit-scrollbar:vertical {
        width: 11px; }
      .js-toggle-target.js-toggle--partial.is-active::-webkit-scrollbar-thumb {
        border-radius: 8px;
        border: 2px solid white;
        /* should match background, can't be transparent */
        background-color: rgba(0, 0, 0, 0.5); }
      .js-toggle-target.js-toggle--partial.is-active::-webkit-scrollbar-track {
        background-color: #fff;
        border-radius: 8px; }

/* Status (more / less) */
.js .js-toggle .js-toggle__status:before {
  content: attr(data-closed-txt); }
.js .js-toggle.is-active .js-toggle__status:before {
  content: attr(data-expanded-txt); }

.comment-list {
  list-style: none; }

.comment-list__item {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 1.25rem; }

/*------------------------------------*\
    `LIST SERVICE CENTERS COMPONENT:
\*------------------------------------*/
@media screen and (min-width: 37.5em) {
  .list-servicecenters {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2; } }
@media screen and (min-width: 50em) {
  .list-servicecenters {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em; } }
.list-servicecenters .link-scenter {
  color: #555555; }
  @media screen and (max-width: 49.9875em) {
    .list-servicecenters .link-scenter {
      font-size: 0.875em; } }
.list-servicecenters .link-scenter__fink {
  color: #42b3ee; }

.list-servicecenters__item {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media screen and (min-width: 37.5em) {
    .no-csscolumns .list-servicecenters__item {
      padding-right: 1.5em;
      padding-left: 1.5em;
      width: 50%; }
      .no-csscolumns .list-servicecenters__item:nth-child(odd) {
        clear: left;
        float: left; }
      .no-csscolumns .list-servicecenters__item:nth-child(even) {
        float: right; } }

/*------------------------------------*\
    `PROMO: Full-width:
\*------------------------------------*/
.promo--full.promo--add-border .promo__img {
  border-width: 4px; }
.promo--full.promo--add-border:focus .promo__img, .promo--full.promo--add-border:hover .promo__img, .promo--full.promo--add-border:active .promo__img {
  border-color: #42b3ee; }

/*------------------------------------*\
    `PROMOTION:
\*------------------------------------*/
/* .promotion (vs .promo) is the more detailed, formal promotion with */
/**
 * PROMOTIONS PAGE:
 */
.promotions + .promotions {
  border-top: 1px solid #3f3e3e;
  padding-top: 1.25rem; }


@media screen and (min-width: 37.5em) and (max-width: 49.9875em) {
  .promotions-list > li.small-med-6:nth-child(2n+1) {
    clear: left; }
  .promotions-list > li.small-med-4:nth-child(3n+1) {
    clear: left; }
  .promotions-list > li.small-med-3:nth-child(4n+1) {
    clear: left; }
  .promotions-list > li.medium-6:nth-child(2n+1) {
    clear: left; } }
@media screen and (min-width: 50em) and (max-width: 62.4875em) {
  .promotions-list > li.medium-6:nth-child(2n+1) {
    clear: left; }
  .promotions-list > li.medium-4:nth-child(3n+1) {
    clear: left; } }
@media screen and (min-width: 62.5em) {
  .promotions-list > li.medium-4:nth-child(3n+1) {
    clear: left; }
  .promotions-list > li.large-4:nth-child(3n+1) {
    clear: left; }
  .promotions-list > li.large-3:nth-child(4n+1) {
    clear: left; } }

.promotion .promo__img {
  margin-bottom: 0.625rem; }
.promotion .item-actions {
  padding-top: 0.625rem; }

.promotion__type, .promotion__title {
  font-family: "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase; }

.promotion__type {
  background: #b7cd4c;
  color: #fff;
  font-size: 0.875em;
  /* ~14px */
  padding: 0 1em;
  text-align: center; }

.promotion__title {
  font-size: 1em;
  /* ~16px */ }

.promotion__description {
  font-size: 0.875em;
  /* ~14px */ }
  .promotion__description p {
    margin-bottom: 0.65em; }

.promotion__modelno {
  display: block;
  font-size: 0.625em;
  /* ~10px */
  text-transform: uppercase; }

.highlight, .highlight--save, .highlight--was {
  text-transform: uppercase; }

.highlight, .highlight--save {
  font-family: "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 500; }

.highlight {
  color: #3f3e3e; }

.highlight--save {
  color: #eb312e; }

/*------------------------------------*\
    `PRODUCT:
\*------------------------------------*/
.product, .project {
  position: relative; }

.product__link, .project__link {
  display: block;
  position: relative;
  z-index: 10; }
  .product__link:after, .project__link:after {
    content: '';
    display: inline-block;
    height: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    vertical-align: baseline;
    width: 0;
    border-left: 1.1875em solid transparent;
    border-right: 1.1875em solid transparent;
    border-bottom: 1em solid #555555;
    content: '';
    left: 50%;
    margin-left: -1.1875em;
    position: absolute;
    bottom: 0;
    z-index: 11; }

.product__figure {
  position: relative;
  min-height: 150px;
  z-index: 10; }

.product__img, .project__img {
  background-color: #fff;
  border: 1px solid #555555;
  padding: 0.625rem; }

.product__img--flush {
  padding: 0; }

.product__body, .project__body {
  min-height: 5em;
  position: relative;
  z-index: 20; }

.product__title, .product__model {
  text-transform: uppercase;
  font-size: 0.75em; }

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

.flag-discontinued {
  background-color: #eb312e;
  color: #fff;
  display: inline-block;
  font-size: 0.75em;
  margin-bottom: 1rem;
  text-align: center;
  padding: 0.25em 1em; }
  .blurb-list .flag-discontinued {
    position: absolute;
    right: 1px;
    bottom: 1px;
    left: 1px;
    z-index: 100; }

.product__model {
  display: inline-block;
  font-size: 0.625em;
  line-height: 1.2; }

.results-list .product__model {
  color: #bebebe; }
  .results-list .product__model .product__model-title {
    color: #9e9e9e; }

.product__icons {
  position: absolute;
  top: 0;
  width: 100%; }

.product__icon {
  position: absolute;
  top: 0.25em;
  z-index: 10; }
  .product__icon.icon--listadd {
    left: 0.25em; }

.product__icon--type {
  right: 0.25em; }

.product__icon {
  color: #7b7b7b;
  font-size: 2rem;
  line-height: 1; }

/* .product__add-list {
    position:
} */
/**
 * SMALL VIEW:
 */
@media screen and (max-width: 49.9875em) {
  .product, .project {
    width: 100%; }
  .product__link, .project__link {
    width: 100%; }
    .product__link:after, .project__link:after {
      content: '';
      display: inline-block;
      height: 0;
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
      vertical-align: baseline;
      width: 0;
      border-top: 1.1875em solid transparent;
      border-bottom: 1.1875em solid transparent;
      border-right: 1em solid #555555;
      content: '';
      margin-left: 0;
      margin-top: -1.1875em;
      position: absolute;
      top: 50%;
      right: 0;
      left: auto;
      display: none !important; }
  .product__figure, .product__body, .project__body {
    display: table-cell; }
  .product__figure {
    background: #fff;
    height: 100%;
    width: 50%; }
  .product__img, .project__img {
    min-height: 0; }
  .product__category-icon {
    position: static;
    bottom: 0.25em;
    color: #a2a2a2;
    left: -1.5em;
    right: auto;
    top: auto;
    z-index: 200; }
  .product__body, .project__body {
    min-height: 0;
    padding: 6% 6% 4%;
    text-align: left;
    vertical-align: top;
    width: 50%; }
  .results-list .product__title {
    white-space: normal;
    text-overflow: initial;
    overflow: initial; } }

@media screen and (min-width: 27.5em) and (max-width: 37.4875em) {
  .product__figure {
    width: 40%; }
  .product__title {
    font-size: 1.25em; } }

@media screen and (max-width: 27.4875em) {
  .product__icon {
    font-size: 1.5rem; }
  .product__body, .project__body {
    padding: 5% 5% 3%;
    text-align: left; }
  .product__icons {
    width: 50%; } }

/*------------------------------------*\
    `PROFILE:
\*------------------------------------*/
.profile__user {
  color: #7b7b7b;
  text-align: left; }
  @media screen and (min-width: 37.5em) {
    .profile__user {
      text-align: right; } }

.profile__avatar {
  box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.9);
  margin-bottom: 1.25em;
  margin-right: 1.25em; }
  @media screen and (min-width: 27.5em) {
    .profile__avatar {
      float: left; } }
  @media screen and (min-width: 37.5em) {
    .profile__avatar {
      float: right;
      margin-top: -4em;
      margin-right: 0;
      margin-left: 1em; } }

@media screen and (min-width: 50em) {
  .profile__name {
    clear: both; } }

.profile__screename, .profile__membersince {
  color: #7b7b7b; }

.profile__screename {
  font-size: 1.125em;
  /* ~18px */
  margin-top: 1em;
  margin-bottom: 0; }
  @media screen and (min-width: 37.5em) {
    .profile__screename {
      margin-top: 2em; } }

.profile__membersince {
  font-size: 0.875em;
  text-transform: lowercase; }

.profile__section-title {
  border-bottom: 1px solid #7b7b7b;
  clear: both;
  color: #7b7b7b;
  font-size: 0.75em;
  text-transform: uppercase; }
  .profile__section-title strong {
    font-family: "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.profile__totals > li {
  margin-bottom: 1em; }

.profile__total {
  background-color: #ebebeb;
  color: #010101;
  display: block;
  font-style: 0.875em;
  line-height: 1.25;
  padding: 0.625rem;
  text-transform: uppercase; }
  .profile__total strong {
    font-family: "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

/*------------------------------------*\
    `PROFILE on BLOGS:
\*------------------------------------*/
@media screen and (min-width: 50em) {
  .profile__user--blog {
    margin-top: -100px; } }
@media screen and (min-width: 62.5em) {
  .profile__user--blog {
    margin-top: -120px; } }
@media screen and (max-width: 49.9875em) {
  .profile__user--blog .profile__avatar {
    margin-top: auto; } }

/*------------------------------------*\
    `PROJECT:
\*------------------------------------*/
.button--app-projects {
  margin-bottom: 0; }

.project {
  position: relative; }



.project__img {
  padding: 0; }

.project__indicators {
  color: #fff;
  height: 0;
  padding: 0 3px;
  position: absolute;
  text-align: right;
  top: 3px;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 10; }

/**
 * PROJECT BADGES:
 *
 * Skill level, winner, guru
 */
.icon--project, .icon--skill, .icon--badge {
  background: no-repeat left center;
  display: inline-block;
  height: 24px;
  width: 24px; }

.icon--skill {
  background-color: #555555;
  background-image: url(/assets/fpo/sprite-nation-project-skill-level.png);
  border-radius: 3px;
  cursor: help;
  float: left; }

.icon--skill--easy {
  background-position: left center; }

.icon--skill--intermediate {
  background-position: center center; }

.icon--skill--expert, .icon--skill--advanced, .icon--skill--hard {
  background-position: right center; }

.project__badge {
  position: absolute;
  top: -5px;
  right: 0.625rem;
  z-index: 20; }

.icon--badge {
  background-image: url(/assets/icons/badge-sprite.png); }

.icon--badge--easy {
  background-position: 0 center; }

.icon--badge--intermediate {
  background-position: -30px center; }

.icon--badge--advanced, .icon--badge--hard {
  background-position: -60px center; }

.icon--badge--challenge {
  background-position: -90px center; }

.icon--badge--guru {
  background-position: -120px center; }

.icon--vote {
  background-color: #555555;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  float: right;
  padding: 0.25em; }
  .icon--vote:before {
    content: "\e614 "; }

.project__body, .project__body a {
  color: #fff; }

.project__title, .project__creator {
  margin-bottom: 0;
  line-height: 0.95;
  text-transform: uppercase; }

.project__title {
  font-size: 0.95em;
  /* ~15px */ }
  .project__title, .project__title a {
    display: block; }
    @media screen and (min-width: 62.5em) {
      .project__title, .project__title a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%; } }

.project--how-to .project__link:before, .project__how-to {
  background-color: white;
  color: #3f3e3e;
  display: block;
  font-size: 0.625em;
  /* ~10px */
  left: 1px;
  margin-bottom: 0;
  padding-left: 3px;
  position: absolute;
  top: -1.5em;
  width: 50%;
  text-align: left;
  text-transform: uppercase; }

.project--how-to .project__link:before {
  content: "How-To";
  text-align: center;
  top: auto;
  bottom: 0;
  z-index: 1; }
  @media screen and (max-width: 49.9875em) {
    .project--how-to .project__link:before {
      bottom: 1px;
      padding-left: 0.5em;
      padding-right: 0.5em;
      width: auto; } }

.project__how-to {
  /* display: none; */
  top: auto;
  bottom: 0; }

.project__creator {
  font-size: 0.625em;
  /* ~10px */
  font-weight: 100; }
  .project__creator i {
    text-transform: none; }

/**
 * SMALL VIEW:
 */
@media screen and (max-width: 37.4875em) {
  .project {
    background-color: #3f3e3e;
    display: table;
    width: 100%; }
  .project__link, .project__body {
    display: table-cell; }
  .project__link {
    width: 45%; }
  .project__badge {
    right: 5px; }
  .project__indicators {
    bottom: 28px;
    top: auto; }
  .project__badge--winner {
    max-width: 53px;
    width: 15%; }
  .project__body {
    padding: 8%;
    padding-right: 2.5em;
    text-align: center;
    vertical-align: top;
    width: 66.66667%; }
  .project__how-to {
    left: 0;
    margin-bottom: 0;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: absolute;
    bottom: 0;
    text-align: center;
    top: auto;
    width: 100%; } }

@media screen and (min-width: 37.5em) and (max-width: 49.9875em) {
  .project {
    background-color: #3f3e3e;
    display: table;
    width: 100%; }
  .project__link, .project__body {
    display: table-cell; }
  .project__link {
    width: 45%; }
  .project__badge {
    right: 5px; }
  .project__indicators {
    bottom: 28px;
    top: auto; }
  .project__badge--winner {
    max-width: 53px;
    width: 15%; }
  .project__body {
    padding: 8%;
    padding-right: 2.5em;
    text-align: center;
    vertical-align: top;
    width: 66.66667%; }
  .project__how-to {
    left: 0;
    margin-bottom: 0;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: absolute;
    bottom: 0;
    text-align: center;
    top: auto;
    width: 100%; } }

@media screen and (min-width: 37.5em) and (max-width: 49.9875em) {
  .project__link {
    width: 45%; }
  .project__title {
    font-size: 1.75em; }
  .project__creator {
    font-size: 1em; } }

@media screen and (min-width: 27.5em) and (max-width: 37.4875em) {
  .project__link {
    width: 40%; }
  .project__title {
    font-size: 1.5em; } }

@media screen and (max-width: 27.4875em) {
  .project__link {
    width: 33.33333%; }
  .project__body {
    padding: 5%;
    padding-right: 2.5em;
    vertical-align: top;
    width: 66.66667%; } }

/*------------------------------------*\
    `celebrity-nav specific
\*------------------------------------*/
/* fix subhead color */
.layout-listing__aside .category-nav a h5 {
  color: #42b3ee; }
.layout-listing__aside .category-nav a:hover h5 {
  color: #b7cd4c; }

/*------------------------------------*\
    `SHOW MORE JS
\*------------------------------------*/
.layout-listing__aside .js-toggle {
  display: none; }
.js .layout-listing__aside .js-toggle {
  display: block;
  margin-bottom: 1em;
  position: relative;
  box-shadow: 0 -1em 1em 1em #fff;
  text-align: right; }
.js .layout-listing__aside .js-toggle.is-active {
  box-shadow: none; }

.flash-messages {
  background-color: rgba(0, 0, 0, 0.75);
  max-width: 40rem;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  z-index: 9999; }
  .flash-messages .alert-box {
    margin: 1em;
    width: auto; }
  .flash-messages > .alert-box + .alert-box {
    margin-top: 0.5em; }

.alert-box {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
  padding-right: 3em;
  width: 100%;
  transition: all 0.3s ease; }
  .alert-box .close {
    display: inline-block;
    margin-left: 1em; }

/*------------------------------------*\
    `FORM NATION SIGN-IN:
\*------------------------------------*/
/* Make it tall enough on small screens to accomodate the messaging + form */
@media screen and (max-width: 37.4875em) {
  .app-preface--nation-landing > .wrap {
    height: 16.5rem; } }
@media screen and (max-width: 27.4875em) {
  .app-preface--nation-landing > .wrap {
    height: 18.5rem; } }

.nation-signin-box {
  position: relative; }

.form--nation-signin {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em 0.625rem; }
  .form--nation-signin .table-list {
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 800px; }
  .form--nation-signin .form__header, .form--nation-signin label {
    color: #fff; }
  .form--nation-signin .form__header {
    font-size: 1em;
    margin-bottom: 0;
    min-width: 80px;
    text-transform: uppercase; }
  .form--nation-signin label {
    display: none; }
  .form--nation-signin .text-input {
    background-color: #7b7b7b;
    background-color: rgba(123, 123, 123, 0.8);
    border: none;
    border-radius: 3px;
    width: 100%; }
  .form--nation-signin .input-helper {
    color: #ebebeb; }
  .form--nation-signin .button {
    width: 100%; }
  @media screen and (min-width: 27.5em) {
    .form--nation-signin .button {
      float: left;
      vertical-align: middle;
      width: 48%; }
    .form--nation-signin .button + .button {
      float: right; } }
  @media screen and (min-width: 37.5em) {
    .form--nation-signin {
      text-align: center; }
      .form--nation-signin .form__header, .form--nation-signin .text-input, .form--nation-signin .button {
        margin-bottom: 0; }
      .form--nation-signin .input-group {
        width: 28%; }
      .form--nation-signin .button-group {
        width: 35%; } }
  @media screen and (min-width: 50em) {
    .form--nation-signin {
      max-width: 80rem;
      position: absolute;
      top: -52px;
      right: 0%;
      left: 0%;
      z-index: 0; }
      .form--nation-signin .input-group {
        width: 30%; }
      .form--nation-signin .button-group {
        width: 28%; } }
  @media screen and (min-width: 62.5em) {
    .form--nation-signin .input-group {
      width: 35%; } }
  @media screen and (min-width: 90em) { }

/* Used on Sign-in/Register page */
.sign-in-list > li {
  padding-bottom: 0; }

/*------------------------------------*\
    `FORM NEW-PROJECT:
\*------------------------------------*/
.form--new-project .legend, .form--new-project .field-label {
  color: #000;
  font-weight: 600; }
.form--new-project textarea {
  min-height: 8em; }
.form--new-project .button--next {
  margin-bottom: 0.875rem; }
@media screen and (min-width: 37.5em) {
  .form--new-project p {
    width: 85%; } }

.button--special {
  margin-top: 2em;
  text-align: center; }

.button--special__icon {
  display: inline-block;
  font-size: 2em;
  margin-right: 0.625rem;
  vertical-align: middle; }

.button--special__text {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 45%; }

@-webkit-keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ajax-loader-rotator {
  margin: 0.5em 0.2em;
  opacity: 0.7;
  display: block;
  border-radius: 50%;
  font-size: 32px;
  width: 0.25em;
  height: 0.25em;
  box-shadow: 0 -0.4em 0 0 black, -0.28em -0.28em 0 0 rgba(0, 0, 0, 0.75), -0.4em 0 0 0 rgba(0, 0, 0, 0.5), -0.28em 0.28em 0 0 rgba(0, 0, 0, 0.25);
  -webkit-animation: 0.85s loader-rotate steps(9) infinite;
  animation: 0.85s loader-rotate steps(9) infinite; }

/*------------------------------------*\
    `REGISTER PRODUCT:
\*------------------------------------*/
.product-registration strong {
  font-family: "Futura W01 Bold"; }
  .mti-active .product-registration strong {
    font-weight: 400; }
.product-registration p.info {
  margin-bottom: 1em; }

.form--product-registration {
  position: relative; }
  .form--product-registration .button--reset {
    position: absolute;
    top: -0.5rem;
    right: 0; }
  .js .form--product-registration .button--reset {
    display: none; }
  .form--product-registration .error, .form--product-registration input.error {
    border: 1px solid red !important; }
  .form--product-registration input.error {
    margin-bottom: 1rem; }

/**
 * MODEL SELECT LIST:
 */
.model-select-list > li {
  font-size: 0.875em;
  padding: 1.25em 0;
  position: relative;
  padding-right: 4.375rem;
  /* ~70px */ }
  .model-select-list > li + li {
    border-top: 1px solid #ebebeb; }
  .model-select-list > li .button {
    float: right;
    clear: left;
    margin-bottom: 0;
    margin-left: 1em;
    position: absolute;
    top: 1.25em;
    right: 0; }

/*------------------------------------*\
    `FAQ's ACCORDION STYLE:
\*------------------------------------*/
.accordion--faq dd > div {
  margin-bottom: 1.6em !important;
  font-family: "Futura W01 Book", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  min-height: 100%;
  padding: 0 1.5em !important; }

.accordion--faq dd > a {
  font-family: "Futura W01 Book", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #42b3ee;
  margin-bottom: 0;
  margin-left: 0.5em;
  background: none;
  padding: 0.2em 1em; }
  .accordion--faq dd > a:hover {
    background: none;
    color: #b7cd4c; }
  .accordion--faq dd > a:before {
    content: '';
    display: inline-block;
    border-style: solid;
    margin-right: 0.5em;
    margin-left: -1.4em;
    border-width: 0.4em 0 0.4em 0.65em;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease; }

.accordion dd.active > a {
  background: transparent; }
  .accordion dd.active > a:before {
    content: '';
    display: inline-block;
    border-style: solid;
    margin-right: 0.5em;
    margin-left: -1.4em;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

/*------------------------------------*\
    `CONTESTS:
\*------------------------------------*/
.contest {
  border: 1px solid #7b7b7b; }

.contest__img {
  width: 100%; }

.contest__body {
  padding: 1em; }
  .contest__body p {
    font-size: 0.875em;
    /* 14px */
    font-style: italic; }

.contest__title {
  font-family: "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0;
  text-transform: uppercase; }
  .mti-active .contest__title {
    font-weight: 400; }

.contest__deadline {
  font-style: normal;
  margin-bottom: 1em; }

.contest__prize {
  color: #eb312e;
  font-size: 0.875em;
  /* 14px */
  text-transform: uppercase; }
  .contest__prize strong {
    display: block;
    font-family: "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
    .mti-active .contest__prize strong {
      font-weight: 400; }

/**
 * SMALL+:
 */
@media screen and (min-width: 37.5em) {
  .contest__body {
    padding-bottom: 4em;
    position: relative; }
    .contest__body .button {
      position: absolute;
      bottom: 0; } }

.contest-list {
  /**
     * MEDIUM+:
     */
  /**
     * LARGE+:
     */ }
  @media screen and (min-width: 37.5em) {
    .contest-list .contest__body {
      min-height: 23em; } }
  @media screen and (min-width: 50em) {
    .contest-list .contest__body {
      min-height: 24em; } }
  @media screen and (min-width: 62.5em) {
    .contest-list .contest__body {
      min-height: 20em; } }

/*------------------------------------*\
    `MONTHLY CONTEST:
\*------------------------------------*/
.contest-list--monthly > li + li {
  margin-top: 1.25rem; }

.contest--monthly {
  border-color: #b7cd4c; }
  .contest--monthly .contest__body {
    overflow: hidden; }
  @media screen and (min-width: 37.5em) {
    .contest--monthly .contest__img {
      max-width: 404px;
      float: left;
      width: 49.50495%; } }

/*------------------------------------*\
    `NATION TOUR:
\*------------------------------------*/
.page-nation-tour .app-main {
  min-height: 0; }

.app-header--nation-tour {
  background-color: #000;
  transition: all 0.3s ease-out; }
  .app-header--nation-tour .app-name {
    background-color: #000;
    height: auto;
    padding: 10px;
    padding-bottom: 10px;
    position: static; }
  .app-header--nation-tour .app-name__link {
    display: block; }
  .app-header--nation-tour .app-name__img {
    display: inline-block; }
  .app-header--nation-tour .app-name__welcome {
    color: #b7cd4c;
    display: block;
    font-weight: 400;
    font-size: 1.6875em;
    max-height: 0;
    overflow: hidden;
    padding-bottom: 0;
    transition: all 0.2s ease; }
    @media screen and (min-width: 50em) {
      .app-header--nation-tour .app-name__welcome {
        font-size: 1em; } }
  .app-header--nation-tour .app-name__brand {
    margin: 0 auto;
    max-width: 248px;
    display: block;
    text-align: center;
    position: static; }

/* States: */
.has-welcome .app-header--nation-tour {
  padding-top: 1em;
  padding-bottom: 1em; }
  .has-welcome .app-header--nation-tour .app-name__welcome {
    display: inline-block;
    max-height: 5em;
    padding-bottom: 0.25em;
    text-align: center; }

.nation-tour {
  background-color: white; }
  @media screen and (max-width: 49.9875em) {
    .nation-tour {
      min-height: 90vh; } }

.nation-tour__slides {
  background-color: white; }

.nation-tour .nation-tour__slide {
  color: #7e7c7c;
  min-height: 220px;
  padding: 1em 2em;
  text-align: center;
  /* Setup slideshow: hide additional slides */ }
  .js .nation-tour .nation-tour__slide + .nation-tour__slide {
    display: none; }

.nation-tour__title {
  color: #eb312e;
  font-size: 1.125rem;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 0.875rem; }

.nation-tour__img {
  width: 100%; }

.nation-tour .orbit-bullets li {
  background-color: white; }
  .nation-tour .orbit-bullets li.active {
    background-color: transparent;
    border: 1px solid white; }
.nation-tour .owl-controls {
  background-color: #b7cd4c;
  box-shadow: inset 0 1px 1em rgba(0, 0, 0, 0.15);
  color: white;
  padding: 8px 10px;
  transition: all 0.3s ease;
  width: 100%; }
  @media screen and (max-width: 49.9875em) {
    .nation-tour .owl-controls {
      position: fixed;
      bottom: 0; }
      .has-welcome .nation-tour .owl-controls {
        -webkit-transform: translateY(90%);
        transform: translateY(90%); } }
.nation-tour .owl-pagination {
  text-align: center;
  float: none; }
.nation-tour .owl-page {
  background-color: white;
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: 25px;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px; }
  .nation-tour .owl-page.active {
    background-color: transparent;
    border-color: white; }
.nation-tour .owl-prev, .nation-tour .owl-next {
  border: none;
  color: white;
  margin-top: -1.5em;
  padding-left: 1em;
  padding-right: 1em;
  text-indent: 0;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  height: auto;
  width: auto; }
.nation-tour .owl-prev:focus {
  padding-left: 1.25em; }
.nation-tour .owl-prev:hover {
  padding-left: 1.5em; }
.nation-tour .owl-next:focus {
  padding-right: 1.25em; }
.nation-tour .owl-next:hover {
  padding-right: 1.5em; }
.nation-tour .owl-prev:before, .nation-tour .owl-next:after {
  font-size: 2em;
  display: inline-block;
  line-height: 1.75;
  position: absolute;
  top: 50%;
  transition: all 0.2s ease-out;
  margin-top: -1em; }
.nation-tour .owl-prev:before {
  content: '‹';
  left: 0; }
.nation-tour .owl-next:after {
  content: '›';
  right: 0; }
.nation-tour .owl-prev.disabled, .nation-tour .owl-next.disabled {
  opacity: 0.2; }
  .nation-tour .owl-prev.disabled:focus, .nation-tour .owl-prev.disabled:hover, .nation-tour .owl-next.disabled:focus, .nation-tour .owl-next.disabled:hover {
    cursor: default;
    padding-left: 1em;
    padding-right: 1em; }

.nation-tour__figure {
  margin: 0 auto 1.5em; }
  @media screen and (max-width: 37.4875em) {
    .nation-tour__figure {
      /*     outline: 1px solid blue;
padding-top: 82.2115385%; */
      margin-left: -2em;
      margin-right: -2em;
      min-width: 100%; } }
  @media screen and (min-width: 37.5em) {
    .nation-tour__figure {
      /* outline: 1px solid red;
    padding-top: 383px; */
      width: 308px; } }

.nation-tour__img {
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 37.4875em) {
    .nation-tour__img {
      max-width: 450px;
      width: 100%; } }

/**
 * Individual slides
 */
.nation-tour .nation-tour__slide--intro, .nation-tour .nation-tour__slide--finish {
  padding: 2em; }

.nation-tour__slide--intro .or {
  color: #b7cd4c;
  display: block;
  font-size: 1.5em; }
.nation-tour__slide--intro .button--nation-tour, .nation-tour__slide--intro .or {
  margin-bottom: 0.75rem; }
@media screen and (max-width: 37.4875em) {
  .nation-tour__slide--intro .button {
    display: block; } }
.nation-tour__slide--intro .button {
  font-size: 1.625em; }

.button--nation-tour {
  display: inline-block;
  position: relative;
  /*   &:after {
  @include arrow($width: 1em, $height: 3em, $direction: right, $color: $color_blue);
  position: absolute;
  right: -1em;
  top: 0;
} */ }

.nation-tour__slide p {
  font-size: 0.875em; }
.nation-tour__slide .button {
  min-width: 220px; }
.nation-tour__slide .handwritten-tip {
  color: #b7cd4c;
  display: block;
  margin-left: auto;
  margin-right: auto; }





.nation-tour__slide--finish .nation-tour__title {
  font-size: 1.75em;
  margin-bottom: 1em; }
.nation-tour__slide--finish .button {
  font-size: 1.625em;
  min-width: 200px; }


#dropzone {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px dashed rgba(183, 205, 76, 0.75);
  padding: 3em;
  width: 100%;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.25rem; }

#dropzone.in {
  background-color: rgba(0, 0, 0, 0.075);
  font-size: larger; }

#dropzone.hover {
  background-color: rgba(183, 205, 76, 0.75); }

#dropzone.fade {
  transition: all 0.3s ease;
  opacity: 1; }

.edit-project-photos-list {
  margin-left: 0 !important; }

.edit-project-photo {
  background-color: #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
  padding-right: 0.5em;
  padding-left: 2em;
  position: relative;
  overflow: hidden;
  transition: opacity 1s ease, border 0.3s ease, background 0.3s ease; }
  @media screen and (max-width: 37.4875em) {
    .edit-project-photo {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .edit-project-photo:hover {
    cursor: -moz-grab;
    cursor: grab; }
  .edit-project-photo:active {
    cursor: -moz-grabbing;
    cursor: grabbing; }
  .edit-project-photo .handle {
    border-top: 0.4em double rgba(0, 0, 0, 0.1);
    border-bottom: 0.4em double rgba(0, 0, 0, 0.1);
    top: 50%;
    left: 0.5em;
    margin-top: -0.4em;
    text-indent: -999em;
    z-index: 5; }
    .edit-project-photo .handle, .edit-project-photo .handle::after {
      display: block;
      width: 1em;
      height: 0.9em;
      position: absolute; }
  .edit-project-photo .button {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0.5em;
    margin-bottom: 0; }
    .edit-project-photo .button .svg-icon {
      vertical-align: middle;
      height: 1.5rem;
      width: 1.5rem; }
  .edit-project-photo:first-of-type {
    background-color: #fafafa;
    border-left-color: #b7cd4c; }
    .edit-project-photo:first-of-type .edit-project-photo__img-wrap {
      position: relative; }
      .edit-project-photo:first-of-type .edit-project-photo__img-wrap::after {
        background-color: rgba(183, 205, 76, 0.875);
        content: 'Primary Photo';
        color: #fff;
        display: block;
        font-size: 0.75em;
        line-height: 1;
        padding: 0.25em 0.5em;
        text-align: center;
        position: absolute;
        bottom: 0;
        z-index: 20;
        left: 0;
        right: 0;
        max-width: 8rem; }
    .edit-project-photo:first-of-type .edit-project-photo__img {
      outline: 1px solid #b7cd4c;
      position: relative;
      z-index: 10; }
  .edit-project-photo.being-removed {
    opacity: 0.35;
    max-height: 3em; }
  .edit-project-photo.is-removed {
    opacity: 0;
    display: none;
    max-height: 0px; }

.edit-project-photo__img-wrap {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 1px; }

.edit-project-photo__img {
  display: block;
  min-width: 120px;
  width: 100%; }
  @media screen and (min-width: 27.5em) {
    .edit-project-photo__img {
      max-width: 8em; } }

.photo-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .no-flexbox .photo-actions {
    display: block;
    clear: both; }

.ui-state-highlight {
  background-color: rgba(0, 0, 0, 0.025);
  background-image: none;
  border: 1px dashed rgba(183, 205, 76, 0.5);
  display: block;
  margin-bottom: 1em;
  opacity: 0.875; }
  .ui-state-highlight::after {
    content: '';
    display: block;
    height: 6em;
    width: 6em; }

.ui-sortable-helper {
  background-color: #fff;
  border: none;
  box-shadow: 0 0 0 0.5em rgba(183, 205, 76, 0.5); }


.search-results__terms {
  color: #cbc9c9;
  font-size: 0.875em;
  margin-bottom: 0;
  text-transform: uppercase; }
  .mti-active .search-results__terms {
    font-weight: 100; }

.tabs--search-results dd.active a {
  color: #fff; }

.tabs-content--search-results {
  border-top: 2px solid #b7cd4c;
  border-bottom: 2px solid #b7cd4c;
  padding-top: 1em;
  padding-bottom: 1em; }
  .tabs-content--search-results .pagination {
    margin-bottom: 1em; }

.island--system {
  background-color: #f1f2f2;
  border-top: 5px solid #b7cd4c; }

.island--system__header {
  margin-bottom: 2rem;
  position: relative; }

.island--system__h1, .island--system__h2, .island--system__toggle {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
  vertical-align: middle; }

.island--system__h1 {
  margin-right: 1rem;
  transition: all 0.275s ease;
  width: 127px; }
  .island--system__h1 img {
    display: block; }

.island--system__h2 {
  font-size: 1.5em;
  text-transform: uppercase; }

.island--system__toggle {
  font-size: 0.9375em;
  margin-left: 1rem; }

.island--system__video-link--alt {
  display: inline-block;
  margin-top: -28.5px;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 0.2s ease;
  vertical-align: middle;
  visibility: hidden;
  text-align: right;
  top: 50%;
  width: 100px; }

@media screen and (min-width: 50em) {
  .island--system__video-links {
    float: right; } }
.island--system__video-links .island--system__video-link--alt {
  position: relative;
  margin-top: auto; }
.island--system__video-links .video-link, .island--system__video-links .mp2014-video__link, .island--system__video-links .nation-promo-video__link {
  display: inline-block; }

.island--system__body {
  line-height: 1.3;
  max-height: auto;
  overflow: hidden;
  opacity: 1;
  transition: all 0.75s ease; }
  .island--system__body * {
    line-height: inherit; }
  .island--system__body ol, .island--system__body ul {
    padding-left: 2em; }

.island--system__figure {
  display: inline-block;
  margin: 0 auto 1.25rem;
  vertical-align: top; }

.island--system__figcaption {
  font-size: 0.83333em;
  /* 15px */
  color: #555555;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0.75em;
  text-align: center; }

@media screen and (max-width: 27.4875em) {
  .island--system__h1 {
    display: block;
    margin-bottom: 0.625rem; } }

@media screen and (max-width: 49.9875em) {
  .island--system {
    padding-bottom: 0.625rem;
    padding-top: 0.625rem; }
  .island--system__h1 {
    margin-right: 0.625rem; }
  .island--system__h2 {
    font-size: 1em; }
  .island--system__toggle {
    overflow: hidden;
    height: 15px;
    width: 10px; } }

@media screen and (min-width: 37.5em) {
  .island--system__figure {
    width: 47%; } }

@media screen and (min-width: 50em) {
  .island--system__body {
    font-size: 1.125em;
    /* 18px */
    padding-left: 5%;
    padding-right: 5%; }
  .island--system__h1 {
    width: 166px; }
  .island--system__toggle:before {
    margin-right: 0.5rem; }
  .island--system__figure {
    margin-bottom: 0; } }

/**
 * STATES
 */
.island--system.is-expanded .island--system__toggle:before {
  content: '';
  display: inline-block;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  vertical-align: baseline;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #7b7b7b; }
@media screen and (max-width: 49.9875em) { }
@media screen and (min-width: 50em) {
  .island--system.is-expanded .island--system__h1 {
    margin-top: -80px;
    width: 325px; } }

.island--system.is-compressed .island--system__header {
  margin-bottom: 0; }
.island--system.is-compressed .island--system__toggle:before {
  content: '';
  display: inline-block;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  vertical-align: baseline;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #7b7b7b; }
.island--system.is-compressed .island--system__body {
  max-height: 0;
  opacity: 0; }
.island--system.is-compressed .island--system__h1, .island--system.is-compressed .island--system__h2, .island--system.is-compressed .island--system__toggle {
  vertical-align: middle; }
@media screen and (min-width: 50em) {
  .island--system.is-compressed {
    padding-bottom: 0.5em;
    padding-top: 0.5em; }
    .island--system.is-compressed .island--system__video-link--alt {
      opacity: 1;
      visibility: visible; } }

/**
 * PHONE WORKS SYSTEM Override
 */
@media screen and (min-width: 50em) {
  .island--system--phoneworks.is-expanded .island--system__h1 {
    margin-top: -165px; } }

/*!
 * Contact Buttons Plugin Demo 0.1.0
 * https://github.com/joego/contact-buttons-plugin
 *
 * Copyright 2015, José Gonçalves
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
#contact-buttons-bar {
  position: fixed;
  top: 185px;
  left: 0;
  width: 50px;
  z-index: 110; }
  @media screen and (max-width: 49.9875em) {
    #contact-buttons-bar {
      display: none; } }

#contact-buttons-bar.slide-on-scroll {
  position: absolute; }

.contact-button-link {
  display: block;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  margin: 0.4em auto;
  text-align: center;
  line-height: 50px;
  font-size: 1.25em;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  left: 0;
  overflow: hidden;
  transition: all 250ms;
  box-shadow: 0.25em 0 0.75em rgba(0, 0, 0, 0.1); }
  .contact-button-link:hover, .contact-button-link:focus, .contact-button-link:active {
    background-color: white;
    padding-left: 20px;
    width: 70px; }
  .contact-button-link.cb-hidden {
    left: -2.15em; }
  .contact-button-link.separated {
    margin-top: 1em; }

.show-hide-contact-bar {
  background-color: rgba(255, 255, 255, 0.95);
  color: #555555;
  height: 1.25em;
  line-height: 1.25em;
  will-change: transform; }
  .show-hide-contact-bar:focus, .show-hide-contact-bar:hover, .show-hide-contact-bar:active {
    background-color: #fff;
    color: #b7cd4c;
    border: 0;
    outline: 0;
    padding: 0;
    width: 2.5em; }
  .show-hide-contact-bar > svg, .show-hide-contact-bar > .arrow {
    display: block;
    position: relative;
    transition: 0.25s ease-in-out;
    -webkit-transform-origin: 50% 58%;
    transform-origin: 50% 58%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  .show-hide-contact-bar.is-hid > svg, .show-hide-contact-bar.is-hid > .arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }

/*------------------------------------*\
    `SHARE THIS:
\*------------------------------------*/
/*
 *
    <table class="ct" data-ui-component="compare-table">
        <tr>
            <th class="ct__header">Product Name</th>
            <td class="ct__item"><h3 class="hx">10" Table Saw <span>With Steel Stand</span></h3></td>
            <td class="ct__item"><h3 class="hx">10" Portable Table Saw <span>With Stand</span></h3></td>
        </tr>
        <tr>
            <th class="ct__header">Wrench Storage</th>
            <td class="ct__item"><span class="ct__feature  ct__feature--no">—</span> <del class="ct_feature-del">Wrench Storage</del></td>
            <td class="ct__item"><span class="ct__feature  ct__feature--yes">✓</span> Wrench Storage</td>
        </tr>
        <tr>
            <th class="ct__header">Purchase</th>
            <td class="ct__item"><a href="" class="button">Buy Now</a></td>
            <td class="ct__item"><a href="" class="button">Buy Now</a></td>
        </tr>
    </table>
 *
 */
.ct, .ct__item {
  border-collapse: collapse; }

.ct {
  background-color: #fff;
  border: none;
  position: relative;
  width: 100%; }
  .ct tr {
    background-color: #fff; }

.ct__header {
  display: none; }

.ct__item {
  border-left: 2px solid #e7e7e7;
  border-right: 2px solid #e7e7e7;
  padding-left: 3%;
  padding-right: 3%;
  vertical-align: middle;
  width: 50%; }
  .ct__item:first-of-type {
    border-left: none; }
  .ct__item:last-of-type {
    border-right: none; }
  .ct__row:first-child .ct__item {
    border-top: none; }
  .ct__row:last-child .ct__item {
    border-top: 2px solid #e7e7e7;
    border-bottom: none; }

.ct__product-name {
  font-size: 1em; }
  .ct__product-name .title-add {
    font-family: "Futura W01 Book", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.875em; }

.ct__row--product .ct__item {
  border-bottom: 2px solid #e7e7e7;
  padding-bottom: 1.875em;
  padding-top: 0;
  vertical-align: top; }

.ct__product {
  background-color: #555555;
  color: #fff;
  margin-bottom: 1.875em;
  padding: 2px; }

.ct__product__img {
  background-color: #ebebeb;
  width: 100%; }

.ct__product__body {
  font-size: 0.875em;
  padding: 0.5em;
  position: relative;
  text-align: center; }
  .ct__product__body:before {
    content: '';
    display: inline-block;
    height: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    vertical-align: baseline;
    width: 0;
    border-left: 1.1875em solid transparent;
    border-right: 1.1875em solid transparent;
    border-bottom: 1em solid #555555;
    content: '';
    left: 50%;
    margin-left: -1.1875em;
    position: absolute;
    top: -1em; }

.ct__product__title, .ct__product__body .ct__product-name {
  color: inherit;
  font-size: inherit;
  margin-bottom: 0;
  text-transform: uppercase; }

.ct__row--cta, .ct__row--cta:nth-of-type(even) {
  background-color: #fff; }

.button--cta {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  width: 100%; }

.ct__feature-wrap {
  position: relative; }

.ct__feature {
  display: inline-block;
  font: 400 2em/1 "Lucida Sans", sans-serif !important;
  text-align: center;
  width: 1em; }

.ct__feature--yes {
  color: #b7cd4c; }

.ct__feature--no, .ct__feature--del {
  color: #cbc9c9;
  text-decoration: none; }

@media screen and (max-width: 37.4875em) {
  .ct {
    font-size: 0.875em; }
  .button--cta {
    font-size: 1em; } }

@media screen and (max-width: 27.4875em) {
  .ct {
    margin-bottom: 3em;
    margin-top: 2em; }
  .ct__header {
    background-color: inherit;
    font-family: "Futura W01 Book", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    font-weight: 600;
    display: block;
    position: absolute;
    margin-top: 1px;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center; }
  .ct__item {
    padding-top: 3rem;
    text-align: center; }
  .ct__small-feature {
    color: #b7cd4c; }
  .ct__optional {
    display: none; }
  .ct__row--product-name .ct__header, .ct__row--product .ct__header {
    visibility: hidden; }
  .ct__row--product-name .ct__item, .ct__row--product .ct__item {
    padding-top: 0; }
  .ct__hide-for-small-only {
    display: none; } }

@media screen and (min-width: 27.5em) {
  .ct__row--product-name {
    display: none; }
  .ct__row--product .ct__item {
    border-top: none; }
  .ct__item {
    font-size: 1em; }
  .ct__feature-wrap {
    padding-left: 2em; }
  .ct__feature {
    position: absolute;
    left: -0.5rem;
    top: 50%;
    margin-top: -0.5em; }
  .ct__feature--no {
    visibility: hidden; }
  .ct__row--cta:last-child .ct__item {
    padding-top: 1.25em; } }

/*------------------------------------*\
    `TILES for HOMEPAGE:
\*------------------------------------*/
/**
 * Keyframes
 */
@-webkit-keyframes do-out-in {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  45% {
    -webkit-transform: translateX(110%);
    transform: translateX(110%); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes do-out-in {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  45% {
    -webkit-transform: translateX(110%);
    transform: translateX(110%); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes do-out-in-legacy {
  0% {
    right: 0; }

  45% {
    right: -100%; }

  100% {
    right: 0; } }

@keyframes do-out-in-legacy {
  0% {
    right: 0; }

  45% {
    right: -100%; }

  100% {
    right: 0; } }

/**
 * TILE LIST
 */
.tile-list {
  margin-left: -10px;
  margin-right: -10px; }
  .tile-list .tile {
    padding: 10px;
    transition: opacity 1s ease; }
  @media screen and (min-width: 50em) {
    .js-will-masonry .tile-list > li {
      opacity: 0; }
    .js-masonry-ready .tile-list > li {
      opacity: 1; } }

/**
 * BASE TILE
 */
.tile {
  display: block;
  position: relative;
  width: 100%;
  vertical-align: top; }
  @media screen and (min-width: 27.5em) {
    .tile {
      width: 50%; } }
  @media screen and (min-width: 50em) {
    .tile {
      width: 25%; } }

.tile__wrap {
  overflow: hidden;
  position: relative; }

.tile__icon {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.5em;
  height: 3em;
  /* 48px */
  padding: 1em;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  transition: all 0.2s ease-out;
  width: 3em;
  /* 48px */
  z-index: 30; }
  .no-rgba .tile__icon {
    background: url(/assets/transparent-darkgray.png) repeat 0 0; }

.tile__img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 0; }

.tile__card {
  background-color: #b7cd4c;
  background-color: rgba(183, 205, 76, 0.9);
  box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.25), 0 0 0.75em rgba(0, 0, 0, 0.3);
  color: #3f3e3e;
  opacity: 0;
  overflow-y: auto;
  padding: 1.25rem;
  position: absolute;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  top: 0;
  height: 100%;
  transition: all 0.2s ease-out;
  width: 100%;
  z-index: 10; }

.tile__category, .tile__description {
  padding-right: 0.625rem; }

.tile__category {
  font-size: 0.875em;
  /* ~14px */
  display: block;
  margin-bottom: 1em;
  text-transform: uppercase; }

.tile__description {
  font-size: 1.125em;
  /* ~18px */ }

.tile__links .button {
  background-color: #fff;
  box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.1);
  color: #b7cd4c;
  margin-bottom: 1em;
  padding: 0.5em 1em; }
  .tile__links .button:focus, .tile__links .button:hover {
    box-shadow: 0 0 0.15em rgba(0, 0, 0, 0.2);
    color: #555555; }
  .tile__links .button:active {
    color: #fff;
    background-color: #42b3ee;
    box-shadow: 0 0 0.85em rgba(255, 255, 255, 0.5); }

/**
 * XSMALL TILE
 */
@media screen and (min-width: 27.5em) {
  .tile {
    float: left;
    width: 50%; }
  .tile__icon {
    font-size: 1em; }
  .tile__card {
    padding: 0.625rem; }
  .tile__category {
    font-size: 0.8125em;
    /* ~13px */ }
  .tile__description {
    font-size: 1em;
    /* ~16px */ }
  .tile__links .button {
    font-size: 0.8125em;
    /* ~14px */ } }

/**
 * SMALL TILE
 */
@media screen and (min-width: 37.5em) {
  .tile__card {
    padding: 1.25rem; }
  .tile__description {
    font-size: 1.25em;
    /* ~20px */ }
  .tile__links .button {
    font-size: 1em;
    /* ~12px */ } }

/**
 * MEDIUM TILE
 */
@media screen and (min-width: 50em) {
  .tile {
    width: 25%; }
  .tile__card {
    padding: 0.625rem; }
  .tile__category {
    font-size: 0.6875em;
    /* ~11px */ }
  .tile__description {
    font-size: 1em;
    /* ~14px */ }
  .tile__links {
    bottom: 0.5em;
    position: absolute; }
  .tile__links .button {
    font-size: 0.75em;
    /* ~12px */ } }

/**
 * LARGE TILE
 */
@media screen and (min-width: 62.5em) {
  .tile__category {
    font-size: 0.875em;
    /* ~14px */ }
  .tile__description {
    font-size: 1.25em;
    /* ~20px */ }
  .tile__links .button {
    font-size: 0.875em;
    /* ~14px */ } }

/**
 * STATE: Active:
 */
.tile__wrap:focus .tile__icon, .tile__wrap:hover .tile__icon, .tile__wrap:active .tile__icon, .tile__wrap.is-active .tile__icon {
  background-color: transparent;
  color: inherit;
  bottom: 100%;
  margin-bottom: -3em;
  /* ~48px */
  -webkit-animation: do-out-in 0.25s 1;
  animation: do-out-in 0.25s 1; }
  .no-rgba .tile__wrap:focus .tile__icon, .no-rgba .tile__wrap:hover .tile__icon, .no-rgba .tile__wrap:active .tile__icon, .no-rgba .tile__wrap.is-active .tile__icon {
    background: none; }
.tile__wrap:focus .tile__card, .tile__wrap:hover .tile__card, .tile__wrap:active .tile__card, .tile__wrap.is-active .tile__card {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

/**
 * TILE 2X:
 */
.tile--2x {
  width: 100%;
  /**
     * STATE: Active:
     */ }
  @media screen and (min-width: 37.5em) {
    .tile--2x {
      width: 50%; } }
  .tile--2x .tile__title-wrap {
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    height: 20%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    vertical-align: middle;
    z-index: 20; }
    .no-rgba .tile--2x .tile__title-wrap {
      background: url(/assets/transparent-darkgray.png) repeat 0 0; }
  .tile--2x .tile__title {
    color: #fff;
    color: rgba(255, 255, 255, 0.75);
    display: block;
    font-size: 1.25em;
    /* ~20px */
    height: 100%;
    padding: 6% 0.625rem;
    text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
    text-transform: uppercase; }
    .tile--2x .tile__title strong {
      font-family: "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      /* If webfonts are loaded, change weight */ }
      .mti-active .tile--2x .tile__title strong {
        font-weight: 400; }
    @media screen and (min-width: 37.5em) {
      .tile--2x .tile__title {
        font-size: 1.25em;
        /* ~24px */ } }
    @media screen and (min-width: 50em) {
      .tile--2x .tile__title {
        font-size: 1.25em;
        /* ~26px */
        padding: 7% 1.25rem; } }
    @media screen and (min-width: 62.5em) {
      .tile--2x .tile__title {
        font-size: 1.75em;
        /* ~28px */
        padding-top: 7%; } }
    @media screen and (max-width: 49.9875em) {
      .tile--2x .tile__title .extra {
        display: none; } }
    .tile--2x .tile__title a {
      display: block; }
  .tile--2x .tile__card {
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), 0 0 0.75em rgba(0, 0, 0, 0.3);
    padding: 0.625rem;
    -webkit-transform: translateY(90%);
    transform: translateY(90%);
    margin-top: 20%;
    top: 0;
    height: 80%; }
    @media screen and (min-width: 50em) {
      .tile--2x .tile__card {
        padding: 1.25rem; }
        .no-csstransforms .tile--2x .tile__card {
          top: auto;
          bottom: -90%; } }
  .tile--2x .tile__category {
    font-size: 1em;
    display: none; }
  .tile--2x .tile__description {
    font-size: 1.125em;
    /* ~18px */
    max-width: 15em;
    /* 420px */ }
    @media screen and (min-width: 37.5em) {
      .tile--2x .tile__description {
        font-size: 1.25em;
        /* ~24px */ } }
    @media screen and (min-width: 50em) {
      .tile--2x .tile__description {
        font-size: 1.25em;
        /* ~26px */ } }
    @media screen and (min-width: 62.5em) {
      .tile--2x .tile__description {
        font-size: 1.75em;
        /* ~28px */ } }
  @media screen and (min-width: 37.5em) {
    .tile--2x .tile__links .button {
      font-size: 0.875em; } }
  @media screen and (min-width: 50em) {
    .tile--2x .tile__links .button {
      font-size: 1em; } }
  @media screen and (min-width: 62.5em) {
    .tile--2x .tile__links .button {
      font-size: 1.125em; } }
  .tile--2x .tile__wrap:focus .tile__icon, .tile--2x .tile__wrap:hover .tile__icon, .tile--2x .tile__wrap:active .tile__icon, .tile--2x .tile__wrap.is-active .tile__icon {
    color: transparent; }
  .tile--2x .tile__wrap:focus .tile__card, .tile--2x .tile__wrap:hover .tile__card, .tile--2x .tile__wrap:active .tile__card, .tile--2x .tile__wrap.is-active .tile__card {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
    .no-csstransforms .tile--2x .tile__wrap:focus .tile__card, .no-csstransforms .tile--2x .tile__wrap:hover .tile__card, .no-csstransforms .tile--2x .tile__wrap:active .tile__card, .no-csstransforms .tile--2x .tile__wrap.is-active .tile__card {
      bottom: 0%; }

.mst3k-popup {
  max-width: 31.25em;
  padding: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #eee;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5); }

.mst3k-popup .form {
  max-height: 24em;
  padding: 1.25em;
  opacity: 1;
  overflow: hidden;
  transition: all 0.5s ease; }
  @media screen and (min-width: 50em) { }

.mst3k-popup .hx {
  font-size: 1.25em;
  padding-left: 70px;
  position: relative; }
  @media screen and (max-width: 49.9875em) {
    .mst3k-popup .hx {
      font-size: 0.875em; } }
  .mst3k-popup .hx::before {
    content: url(/assets/emails/icon-newsletter-mail.png);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 0.25em;
    padding-right: 0.5em; }
    @media screen and (max-width: 49.9875em) {
      .mst3k-popup .hx::before {
        top: -5px; } }

.mst3k-popup__text {
  font-family: Futura W01 Bold;
  text-align: center; }

.mst3k-popup__image {
  margin: 15px auto 20px;
  max-width: 330px;
  display: block; }

.mst3k-popup .button {
  margin: 0 auto;
  display: block;
  max-width: 150px; }

.mst3k-popup .medium-pad-left, .mst3k-popup .layout-listing--rev .layout-listing-aside, .layout-listing--rev .mst3k-popup .layout-listing-aside, .mst3k-popup .layout-listing--rev .layout-listing__aside, .layout-listing--rev .mst3k-popup .layout-listing__aside {
  padding-left: 1em; }

.mst3k-popup__toggle {
  background-color: #eee;
  box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
  color: #222;
  position: absolute;
  top: -2.75em;
  margin-top: 2px;
  right: -1px;
  display: block;
  width: 4em;
  z-index: 2; }

.mst3k-popup__toggle-mark {
  display: inline-block;
  position: relative;
  transition: -webkit-transform 0.25s 0.3s ease;
  transition: transform 0.25s 0.3s ease;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.mst3k-popup__toggle:hover::after {
  -webkit-transform: rotate(45deg) scale(1.25);
  transform: rotate(45deg) scale(1.25); }

.mst3k-popup + .mst3k-popup-screen {
  background-color: rgba(0, 0, 0, 0.65);
  display: block;
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  z-index: 999;
  transition: opacity 0.5s ease, min-height 0.25s 0.5s ease; }

.mst3k-popup.is-collapsed {
  padding-top: 0;
  padding-bottom: 0; }
  .mst3k-popup.is-collapsed .form {
    padding-top: 0;
    padding-bottom: 0; }
  @media screen and (max-width: 37.4875em) {
    .mst3k-popup.is-collapsed {
      bottom: -3em; } }

.mst3k-popup.is-collapsed .mst3k-popup__toggle-mark {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.mst3k-popup.is-collapsed .form {
  max-height: 0;
  opacity: 0; }

.mst3k-popup.is-collapsed .mst3k-popup__toggle-mark {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.mst3k-popup.is-collapsed + .mst3k-popup-screen {
  opacity: 0;
  top: auto;
  min-height: 0; }

.splash--airstrike {
  padding-bottom: 4em; }
  .splash--airstrike h1, .splash--airstrike h2, .splash--airstrike h3, .splash--airstrike h4, .splash--airstrike h5, .splash--airstrike h6 {
    text-transform: uppercase; }
  .splash--airstrike h1, .splash--airstrike h2, .splash--airstrike .experts h3, .splash--airstrike .tiles h4, .splash--airstrike h5, .splash--airstrike .info .price {
    font-family: "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .splash--airstrike .info ul, .splash--airstrike .price-info {
    font-family: "Futura W01 Book", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 50em) {
    .splash--airstrike .heading h1 {
      font-size: 4.3em;
      line-height: 1; }
    .splash--airstrike .heading h3 {
      font-size: 2.2em;
      line-height: 1.3; }
    .splash--airstrike .info h1 span {
      font-size: 1.2em; }
    .splash--airstrike .info h1 {
      font-size: 1.6em; } }
  .splash--airstrike .center-img {
    display: block;
    margin: 0 auto; }
  @media screen and (min-width: 62.5em) {
    .splash--airstrike .float-right {
      float: right; } }
  .splash--airstrike .heading {
    background-color: #f9f9f9;
    padding: 2.4em 0;
    border-top: 10px solid #b7cd4c;
    border-bottom: 10px solid #b7cd4c;
    text-align: center; }
    .splash--airstrike .heading h1 {
      color: #b7cd4c; }
    .splash--airstrike .heading h3 {
      color: #797a7a; }
    .splash--airstrike .heading img {
      padding-top: 0.6em; }
  .splash--airstrike .info {
    margin: 1em 0em;
    color: #606060; }
    @media screen and (min-width: 50em) {
      .splash--airstrike .info {
        margin: 3em 0em; } }
    .splash--airstrike .info .medium-5 {
      margin-bottom: 1em; }
    .splash--airstrike .info h1 span {
      font-size: 1.2em;
      color: #606060; }
    .splash--airstrike .info h1 {
      text-align: center;
      font-size: 1.6em;
      color: #b7cd4c; }
      @media screen and (min-width: 50em) {
        .splash--airstrike .info h1 {
          text-align: left; } }
    .splash--airstrike .info ul {
      line-height: 1.5;
      list-style: disc;
      margin: 1em 0 0 1.37em; }
      .splash--airstrike .info ul li {
        margin-bottom: 0.5em; }
    .splash--airstrike .info .dolla {
      position: relative;
      bottom: 0.6em; }
    .splash--airstrike .info .price {
      font-size: 1.8em; }
    .splash--airstrike .info .price .enlarge {
      font-size: 1.7em; }
  .splash--airstrike .p320 {
    display: block;
    margin: 30px auto 0px;
    width: 70%;
    max-width: 250px; }
    @media screen and (min-width: 50em) {
      .splash--airstrike .p320 {
        margin: 0 auto;
        width: 85%; } }
    @media screen and (min-width: 62.5em) {
      .splash--airstrike .p320 {
        width: 100%; } }
  .splash--airstrike .links .p320-bg {
    background-color: #ebebeb;
    padding: 1em 0em;
    color: #464747;
    text-align: center; }
    @media screen and (min-width: 50em) {
      .splash--airstrike .links .p320-bg {
        text-align: left; } }
    .splash--airstrike .links .p320-bg .medium-6:nth-of-type(2) {
      padding-top: 30px; }
  .splash--airstrike .experts {
    background: url(/assets/airstrike-experts.jpg) no-repeat center center;
    background-size: cover;
    padding: 1em 0 2.5em 0; }
    .splash--airstrike .experts h3 {
      color: #FFFFFF;
      padding: 1em 0 0 0em;
      text-align: center; }
      @media screen and (min-width: 62.5em) {
        .splash--airstrike .experts h3 {
          text-align: left;
          padding: 1em 0em 0em 2em; } }
    .splash--airstrike .experts img {
      margin-top: 36px; }
  .splash--airstrike .tiles {
    margin-top: 46px;
    padding-top: 40px;
    border-top: 7px solid #b7cd4c; }
    .splash--airstrike .tiles h4 {
      text-align: center;
      max-width: 463px;
      margin: 0 auto 0.75em auto; }
      @media screen and (min-width: 62.5em) {
        .splash--airstrike .tiles h4 {
          text-align: left;
          margin: 0 0 0.75em 0;
          font-size: 1.25em; } }
    .splash--airstrike .tiles .tile__wrap {
      max-width: 463px;
      margin: 0 auto; }
      @media screen and (min-width: 62.5em) {
        .splash--airstrike .tiles .tile__wrap {
          margin: 0; } }
    .splash--airstrike .tiles .tile__img {
      padding-bottom: 3em;
      background: #b7cd4c; }
      @media screen and (min-width: 50em) {
        .splash--airstrike .tiles .tile__img {
          padding-bottom: 0; } }
    .splash--airstrike .tiles .tile__description {
      font-size: 0.8em;
      line-height: 1.1; }
      .splash--airstrike .tiles .tile__description strong {
        display: block;
        margin-top: 10px; }
      @media screen and (min-width: 27.5em) {
        .splash--airstrike .tiles .tile__description {
          font-size: 1em;
          line-height: 1.4; } }
    .splash--airstrike .tiles .tile__card {
      background-color: #b7cd4c;
      background-color: rgba(183, 205, 76, 0.9); }
    .splash--airstrike .tiles .large-6:nth-of-type(2) {
      margin-top: 2.5em; }
      @media screen and (min-width: 62.5em) {
        .splash--airstrike .tiles .large-6:nth-of-type(2) {
          margin-top: 1.75em; } }

/*------------------------------------*\
    `MAY PROMO 2014:
\*------------------------------------*/
/**
 * MAY PROMOS:
 */
@media screen and (min-width: 50em) {
  .maypromo2014 .lockup {
    font-size: 3.1875rem;
    /* ~51px */
    margin-left: 2rem; } }
@media screen and (min-width: 50em) {
  .maypromo2014 .island--special .lockup {
    margin-left: 0; } }

.mp2014-nation-promo_email {
  border: 1px solid #42b3ee;
  margin-bottom: 1.25rem !important;
  padding: 0.625rem; }
  .mp2014-nation-promo_email span {
    margin-top: -0.5em;
    margin-left: 1em; }
  .mp2014-nation-promo_email p, .mp2014-nation-promo_email h2, .mp2014-nation-promo_email button, .mp2014-nation-promo_email .button {
    margin: 0; }
  .mp2014-nation-promo_email input[type="email"] {
    margin: 1em 0;
    border-radius: 0.2em; }
  .mp2014-nation-promo_email input[type="checkbox"] {
    margin: 1em 0;
    margin-left: -1.5em; }
  @media screen and (min-width: 50em) {
    .mp2014-nation-promo_email {
      margin-bottom: 0 !important; } }

.seenontv {
  position: absolute;
  z-index: 99;
  right: 0; }

.nation-promo--mp2014 .nation-promo__header {
  background-color: #7a3100;
  background-image: url(/assets/header-nation-landing-planks.small.jpg); }
.nation-promo--mp2014 .nation-promo__title {
  color: #fff;
  text-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 37.5em) {
    .nation-promo--mp2014 .nation-promo__title {
      font-size: 1.875rem;
      /* 30px */
      max-width: 80%; } }
  @media screen and (min-width: 50em) {
    .nation-promo--mp2014 .nation-promo__title {
      font-size: 2.25rem;
      /* 36px */ } }

.slider--may-promo {
  margin-bottom: 0; }
  .slider--may-promo > li {
    clear: left;
    width: 100%; }
  @media screen and (min-width: 62.5em) {
    .slider--may-promo .slick-prev {
      left: 38.25%; } }

.mp2014-video__link {
  margin-bottom: 0.625rem; }

.mp2014-video__title {
  font-family: "Futura W01 Book", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.1875rem;
  /* 19px */ }

.special-buy__title {
  font-weight: 600;
  text-transform: uppercase; }

/*------------------------------------*\
    `HOLIDAY PROMO 2014:
\*------------------------------------*/
.nation-promo--holiday-2014 .nation-promo__header {
  background-color: #bbecfd;
  background-image: url(/assets/promos/2014-holiday/header-holiday2014.small.jpg);
  background-size: cover;
  color: #fff;
  padding: 15% 5% 5%; }

/*------------------------------------*\
    `GIFT GUIDE PAGE:
\*------------------------------------*/
.gift-guide-nav {
  margin-top: 1.25rem; }

.gift-guide-nav__list {
  margin-left: 0; }

.gift-guide-nav__item {
  display: inline-block;
  position: relative;
  text-indent: -9999em; }

.gift-guide-nav__link {
  color: #3f3e3e;
  display: block;
  font-family: fantasy, cursive, serif;
  font-size: 1.5em;
  text-align: center;
  text-transform: capitalize;
  padding: 0.5em; }

/*
 * Small screen layout
 */
@media screen and (max-width: 49.9875em) {
  .gift-guide-nav, .gift-guide-nav__list {
    clear: both;
    display: block;
    float: left;
    width: 100%; }
  .gift-guide-nav__item {
    border: none;
    display: block;
    float: left;
    padding: 0.625rem;
    width: 50%; } }

/*
 * Large screen layout
 */
@media screen and (min-width: 50em) {
  .gift-guide-nav {
    margin-top: 2.5rem; }
  .gift-guide-nav__list {
    border-bottom: 4px solid #b7cd4c;
    display: table;
    width: 100%; }
  .gift-guide-nav__item {
    display: table-cell;
    border: 1px solid transparent;
    border-bottom: none;
    width: 16.66667%; }
    .gift-guide-nav__item:first-child {
      border-left: none; }
    .gift-guide-nav__item:last-child {
      border-right: none; } }


/**
 * WINTER HOLIDAY 2014 Specific Styles:
 */
.gift-guide-title-with-snipe {
  margin-bottom: -15%; }
  @media screen and (min-width: 27.5em) {
    .gift-guide-title-with-snipe {
      margin-bottom: -16%; } }
  @media screen and (min-width: 50em) {
    .gift-guide-title-with-snipe {
      margin-bottom: -80px; } }

.gift-guide-hero {
  display: block; }
  @media screen and (min-width: 62.5em) {
    .gift-guide-hero {
      margin-top: -6em; } }

.gift-guide-nav--winter2014 .gift-guide-nav__link {
  background-color: #b7cd4c;
  border-radius: 3px; }
  .gift-guide-nav--winter2014 .gift-guide-nav__link:focus, .gift-guide-nav--winter2014 .gift-guide-nav__link:hover {
    color: #fff; }
  @media screen and (min-width: 50em) {
    .gift-guide-nav--winter2014 .gift-guide-nav__link {
      border-radius: 3px 3px 0 0; } }
.gift-guide-nav--winter2014 .gift-guide-nav__link:focus, .gift-guide-nav--winter2014 .gift-guide-nav__link:hover {
  background-color: #cfde88; }
.gift-guide-nav--winter2014 .gift-guide-nav__link:after {
  background: url(/assets/gift-guide/holiday2014-nav-sprite.png) no-repeat 0 0;
  background-size: auto 200%;
  content: '';
  display: block;
  height: 0;
  padding-top: 36.32075%;
  width: 100%;
  z-index: 100; }
  @media screen and (min-width: 50em) {
    .gift-guide-nav--winter2014 .gift-guide-nav__link:after {
      position: absolute;
      bottom: 15%; } }
@media screen and (max-width: 49.9875em) {
  .gift-guide-nav--winter2014 .gift-guide-nav__link .replace {
    display: none; } }
.gift-guide-nav--winter2014 .gift-guide-nav__item--1 .gift-guide-nav__link:after {
  background-position: 0 top; }
.gift-guide-nav--winter2014 .gift-guide-nav__item--1 .gift-guide-nav__link:focus:after, .gift-guide-nav--winter2014 .gift-guide-nav__item--1 .gift-guide-nav__link:hover:after, .gift-guide-nav--winter2014 .gift-guide-nav__item--1 .gift-guide-nav__link.is-active:after {
  background-position: 0 bottom; }
.gift-guide-nav--winter2014 .gift-guide-nav__item--2 .gift-guide-nav__link:after {
  background-position: 20% top; }
.gift-guide-nav--winter2014 .gift-guide-nav__item--2 .gift-guide-nav__link:focus:after, .gift-guide-nav--winter2014 .gift-guide-nav__item--2 .gift-guide-nav__link:hover:after, .gift-guide-nav--winter2014 .gift-guide-nav__item--2 .gift-guide-nav__link.is-active:after {
  background-position: 20% bottom; }
.gift-guide-nav--winter2014 .gift-guide-nav__item--3 .gift-guide-nav__link:after {
  background-position: 40% top; }
.gift-guide-nav--winter2014 .gift-guide-nav__item--3 .gift-guide-nav__link:focus:after, .gift-guide-nav--winter2014 .gift-guide-nav__item--3 .gift-guide-nav__link:hover:after, .gift-guide-nav--winter2014 .gift-guide-nav__item--3 .gift-guide-nav__link.is-active:after {
  background-position: 40% bottom; }
.gift-guide-nav--winter2014 .gift-guide-nav__item--4 .gift-guide-nav__link:after {
  background-position: 60% top; }
.gift-guide-nav--winter2014 .gift-guide-nav__item--4 .gift-guide-nav__link:focus:after, .gift-guide-nav--winter2014 .gift-guide-nav__item--4 .gift-guide-nav__link:hover:after, .gift-guide-nav--winter2014 .gift-guide-nav__item--4 .gift-guide-nav__link.is-active:after {
  background-position: 60% bottom; }
.gift-guide-nav--winter2014 .gift-guide-nav__item--5 .gift-guide-nav__link:after {
  background-position: 80% top; }
.gift-guide-nav--winter2014 .gift-guide-nav__item--5 .gift-guide-nav__link:focus:after, .gift-guide-nav--winter2014 .gift-guide-nav__item--5 .gift-guide-nav__link:hover:after, .gift-guide-nav--winter2014 .gift-guide-nav__item--5 .gift-guide-nav__link.is-active:after {
  background-position: 80% bottom; }
.gift-guide-nav--winter2014 .gift-guide-nav__item--6 .gift-guide-nav__link:after {
  background-position: 100% top; }
.gift-guide-nav--winter2014 .gift-guide-nav__item--6 .gift-guide-nav__link:focus:after, .gift-guide-nav--winter2014 .gift-guide-nav__item--6 .gift-guide-nav__link:hover:after, .gift-guide-nav--winter2014 .gift-guide-nav__item--6 .gift-guide-nav__link.is-active:after {
  background-position: 100% bottom; }

@media screen and (min-width: 37.5em) {
  .gift-guide-list .promotion__title {
    min-height: 2.75em; }
  .gift-guide-list .promotion__details {
    min-height: 3.125em; } }

.share-list-section {
  overflow: hidden;
  transition: height 0.75s ease, opacity 0.35s ease; }
  .js .share-list-section {
    max-height: 0;
    opacity: 0; }
  .js .share-list-section.is-active {
    max-height: 200vh;
    opacity: 1; }

[data-dropdown]:focus, [data-dropdown]:hover {
  cursor: pointer; }

/*------------------------------------*\
    `RYOBI DAYS:
\*------------------------------------*/
/**
 * SETUP:
 */
.ryobidays-header__hero, .ryobidays-dealsection__header {
  background: #d8d8d8 url(/assets/ryobi-days/texture-brushed-metal.large.jpg) repeat center center; }

.page-ryobi-days .pt-back {
  background-color: rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 500; }
  @media screen and (max-width: 37.4875em) {
    .page-ryobi-days .pt-back {
      text-align: center; } }
  .page-ryobi-days .pt-back a {
    color: #fff;
    display: block;
    font-size: 0.9375em;
    padding: 5px;
    text-transform: uppercase; }
    .page-ryobi-days .pt-back a:focus, .page-ryobi-days .pt-back a:hover {
      color: #dde11e; }
@media screen and (max-width: 37.4875em) {
  .page-ryobi-days .reveal-modal.open {
    margin-top: 40px; } }
.page-ryobi-days .app-main {
  background: #7c7b7b url(/assets/ryobi-days/texture-wood-gray.small.jpg) repeat-y center top;
  border-top: none; }
  @media screen and (min-width: 37.5em) {
    .page-ryobi-days .app-main {
      background-image: url(/assets/ryobi-days/texture-wood-gray.medium.jpg); } }
  @media screen and (min-width: 50em) {
    .page-ryobi-days .app-main {
      background-image: url(/assets/ryobi-days/texture-wood-gray.large.jpg); } }

.ryobidays-header {
  background-color: #dde11e;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, 0.35);
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  position: relative;
  z-index: 300; }
  @media screen and (min-width: 37.5em) {
    .ryobidays-header {
      margin-top: -2.5em !important;
      padding-top: 4em;
      padding-bottom: 1.5em; } }

.ryobidays-header__hero {
  box-shadow: 0 0.35em 1.25em rgba(0, 0, 0, 0.4);
  margin-right: -1.75em;
  margin-left: -1.75em;
  padding: 1em;
  text-align: center; }
  @media screen and (max-width: 37.4875em) {
    .ryobidays-header__hero {
      box-shadow: 0 0.25em 0.875em rgba(0, 0, 0, 0.4);
      margin-right: -1em;
      margin-left: -1em;
      padding-top: 0.5em;
      padding-bottom: 0.5em; } }
  .ryobidays-header__hero h1 {
    margin-bottom: 0; }

.ryobidays-exclusive-hd {
  display: block;
  position: absolute;
  right: 1em;
  bottom: 2.25em; }
  @media screen and (max-width: 68.7375em) {
    .ryobidays-exclusive-hd {
      display: none; } }

.ryobidays-exclusive-hd__tag, .ryobidays-exclusive-hd__logo {
  display: inline-block;
  vertical-align: baseline; }

.ryobidays-exclusive-hd__tag {
  font-weight: 600;
  line-height: 1.1;
  margin-right: 0.5em;
  text-align: right;
  text-transform: uppercase;
  width: 7em; }

.ryobidays-exclusive-hd__logo {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); }

/**
 * CAROUSEL Base
 */
.ryobidays-carousel {
  margin: 0 auto;
  position: relative;
  z-index: 200; }

.ryobidays-slide {
  transition: all 0.3s ease; }

.js .ryobidays-carousel__slide {
  display: none;
  opacity: 0; }

.ryobidays-slide__figure {
  margin: 0 auto 1em;
  transition: all 0.2s ease;
  transition-delay: 0.1s; }

.ryobidays-slide__fig-img {
  display: block;
  width: 100%; }

.ryobidays-slide__emtitle {
  font-family: "Futura W01 Book Oblique", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0.25em; }
  .mti-active .ryobidays-slide__emtitle {
    font-style: normal;
    font-weight: 300; }

.ryobidays-slide__title {
  font-family: "FuturaW01-BoldCondensed 774890", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.6875em;
  line-height: 1.1;
  text-transform: uppercase; }

.ryobidays-slide__header {
  background: #f3d2a5 url(/assets/ryobi-days/texture-wood-subdued.large.jpg) repeat center bottom;
  background-clip: padding-box;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 300; }

.ryobidays-slide__body strong {
  font-family: "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .mti-active .ryobidays-slide__body strong {
    font-weight: 400; }

.ryobidays-slide__hx {
  font-family: "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  -webkit-transform: rotate(0.875deg);
  transform: rotate(0.875deg); }

.rd-button {
  background-color: #eb312e;
  background-clip: padding-box;
  border-radius: 2px;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.35);
  color: #fff;
  display: inline-block;
  font-family: "FuturaW01-BoldCondensed 774890", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5em 2em; }
  @media screen and (max-width: 37.4875em) {
    .rd-button {
      display: block; } }
  .rd-button:focus, .rd-button:hover {
    background-color: #fff;
    color: #eb312e; }

.custom-party-station {
  margin-left: -10%;
  margin-bottom: 1em;
  width: 65%;
  float: right; }
  .custom-party-station + p {
    /* float: left; */
    width: 55%; }

.ryobidays-logo-woodworkersjournal {
  display: inline-block;
  max-width: 225px;
  vertical-align: top;
  width: 50%; }

.ryobidays-slide__close {
  padding: 0.35em 0.75em;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 400; }

/**
 * SMALL-SCREEN CAROUSEL:
 */
@media screen and (max-width: 37.4875em) {
  /* STATE: IS VISIBLE */
  /* body */
  /* .ryobidays-slide.is-active,
  .js .ryobidays-slide.is-active, */
  .ryobidays-carousel {
    z-index: 800; }
  .ryobidays-slide {
    background: #f3d2a5 url(/assets/ryobi-days/texture-wood-subdued.small.jpg) repeat center bottom;
    box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, 0.5);
    display: none;
    padding: 1em; }
  .ryobidays-slide__close {
    top: 2px;
    right: 2px;
    margin-bottom: 0;
    font-size: 1.5em;
    padding-bottom: 0.45em;
    position: fixed; }
  .ryobidays-slide__header {
    margin-top: -1em;
    margin-right: -1em;
    margin-left: -1em;
    padding: 1em; }
  .has-active-slide {
    overflow: hidden; }
  .js .has-active-slide .ryobidays-slide.is-active {
    display: block;
    opacity: 1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    z-index: 800; }
    .js .has-active-slide .ryobidays-slide.is-active .ryobidays-slide__body {
      padding-bottom: 3em; } }
  /* Remove close from large-screens */
  /* STATE: IS ACTIVE */
  .ryobidays-carousel {
    background: #c2a581 url(/assets/ryobi-days/texture-wood-subdued.large.jpg) repeat-x center bottom;
    background-size: cover;
    box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, 0.35);
    margin-top: -3em;
    margin-bottom: 2em;
    max-width: 1190px;
    padding-top: 3em;
    transition: all 0.35s ease-out;
    -webkit-transform: rotate(-0.875deg);
    transform: rotate(-0.875deg);
    width: 85%; }
  .ryobidays-carousel__frame {
    -webkit-transform: rotate(0.875deg);
    transform: rotate(0.875deg); }
  .ryobidays-slide {
    padding: 4%;
    position: relative; }
    .ryobidays-slide .video-link, .ryobidays-slide .mp2014-video__link, .ryobidays-slide .nation-promo-video__link {
      width: 75%; }
  .ryobidays-slide__header {
    background-clip: padding-box;
    box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, 0.5);
    margin-top: -1em;
    display: none;
    padding: 2em 3em 1em;
    position: absolute;
    top: 0;
    right: -1em;
    left: 1em;
    -webkit-transform: rotate(-0.875deg);
    transform: rotate(-0.875deg);
    z-index: 300; }
  .ryobidays-slide__figure {
    background: #f3d2a5 url(/assets/ryobi-days/texture-wood-subdued.large.jpg) repeat center bottom;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 0.5em 1em rgba(0, 0, 0, 0.3);
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0.625rem;
    transition: all 0.3s ease;
    width: 80%; }
    @media screen and (min-width: 50em) {
      .ryobidays-slide__figure {
        float: left;
        margin: 0;
        -webkit-transform: translate(1em, -200%) rotate(1deg);
        transform: translate(1em, -200%) rotate(1deg);
        width: 46%;
        z-index: 40; } }
  .ryobidays-slide__fig-img {
    display: block;
    width: 100%; }
  .ryobidays-slide__body {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transform: all 5s ease;
    transform: all 5s ease; }
    @media screen and (min-width: 50em) {
      .ryobidays-slide__body {
        width: 46%;
        float: right; }
        .ryobidays-slide__body p {
          font-size: 0.875em; } }
  .ryobidays-slide__close {
    display: none; }
  .js .ryobidays-slide.is-active {
    display: block;
    opacity: 1;
    padding-top: 6em;
    padding-bottom: 3em;
    /* .ryobidays-slide__close {
      display: inline-block;
    } */ }
    .js .ryobidays-slide.is-active .ryobidays-slide__header {
      display: block; }
    .js .ryobidays-slide.is-active .ryobidays-slide__figure {
      /* transform: translate(0, 30%) rotate(-2deg); */ }
      @media screen and (min-width: 50em) {
        .js .ryobidays-slide.is-active .ryobidays-slide__figure {
          -webkit-transform: translate(3%, -10%) rotate(-2deg);
          transform: translate(3%, -10%) rotate(-2deg); } }
    .js .ryobidays-slide.is-active .ryobidays-slide__body {
      display: block;
      max-height: 60em;
      padding-top: 3%;
      padding-bottom: 2em; }
  .js #slide-5.is-active .ryobidays-slide__figure {
    -webkit-transform: translate(0, 0%) rotate(-2deg);
    transform: translate(0, 0%) rotate(-2deg); } }

/**
 * NAVIGATION
 */
.ryobidays-nav {
  clear: both;
  display: block;
  margin: 0 auto 2em;
  max-width: 900px;
  width: 100%; }

.ryobidays-nav__aperture {
  width: 100%; }

.ryobidays-nav__item {
  float: left;
  display: block;
  margin-right: 1%;
  margin-left: 1%;
  width: 18%; }

.ryobidays-nav__link {
  background-color: #dde11e;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 0.5em 0.75em rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0.35em;
  position: relative;
  transition: all 0.2s ease; }
  .ryobidays-nav__link:focus, .ryobidays-nav__link:hover {
    background-color: #fff; }

.ryobidays-nav__img {
  margin-bottom: 0.5em;
  width: 100%; }

.ryobidays-nav__caption {
  font-family: "FuturaW01-BoldCondensed 774890", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  text-align: center;
  text-transform: uppercase; }

/**
 * SMALL-SCREEN NAVIGATION VIEW:
 */
@media screen and (max-width: 37.4875em) {
  .ryobidays-nav {
    margin-bottom: 0; }
  .ryobidays-nav__link {
    background-color: #dde11e;
    border-radius: 4px;
    display: block;
    padding: 0.35em; }
  .ryobidays-nav__window.has-overflow {
    position: relative; }
    .ryobidays-nav__window.has-overflow:before, .ryobidays-nav__window.has-overflow:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 2em;
      z-index: 20; }
    .ryobidays-nav__window.has-overflow:before {
      background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.75));
      /* border-left: 2px solid rgba(#000, .875); */
      right: auto;
      left: 0; }
    .ryobidays-nav__window.has-overflow:after {
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.75));
      /* border-right: 2px solid rgba(#000, .875); */
      right: 0;
      left: auto; }
  .ryobidays-nav__aperture {
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%; }
  .ryobidays-nav__track {
    width: 450%; }
  .ryobidays-nav__item {
    margin-right: 0.5%;
    margin-left: 0.5%;
    position: relative;
    width: 19%;
    z-index: 10; }
    .ryobidays-nav__item:first-child, .ryobidays-nav__item:last-child {
      z-index: 30; }
  .ryobidays-nav__caption {
    font-family: "FuturaW01-BoldCondensed 774890", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase; } }

/**
 * LARGE-SCREEN Navigation view
 */
@media screen and (min-width: 37.5em) {
  .ryobidays-nav {
    clear: both;
    position: relative;
    margin: -3em auto 2em;
    max-width: 900px;
    z-index: 400; }
  .ryobidays-nav__caption {
    font-size: 0.75em; }
  .ryobidays-nav__link {
    position: relative;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 10; }
    .ryobidays-nav__link:focus, .ryobidays-nav__link:hover, .ryobidays-nav__link:active {
      z-index: 30; }
    .ryobidays-nav__link:focus, .ryobidays-nav__link:hover, .ryobidays-nav__link.is-active {
      -webkit-transform: scale(1.15);
      transform: scale(1.15); }
    .ryobidays-nav__link:active {
      background-color: #fff;
      -webkit-transform: scale(1.25);
      transform: scale(1.25); }
    .ryobidays-nav__link.is-active {
      background-color: #dde11e;
      z-index: 20; } }

@media screen and (min-width: 50em) {
  .ryobidays-nav {
    margin-top: -3.5em; } }

@media screen and (min-width: 62.5em) { }

@media screen and (min-width: 90em) {
  .ryobidays-nav {
    margin-top: -6em; } }

/**
 * DEALS Section
 */
.ryobidays-dealsection {
  background-color: #fff;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, 0.35);
  margin: 0 auto 1.25rem;
  max-width: 80rem; }

.ryobidays-dealsection__header {
  margin-left: -1em;
  margin-right: -1em;
  text-align: center;
  text-transform: uppercase; }

.ryobidays-dealsection__title, .ryobidays-dealsection__subtitle {
  font-family: "FuturaW01-BoldCondensed 774890", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  padding: 0.625rem; }
  .mti-active .ryobidays-dealsection__title, .mti-active .ryobidays-dealsection__subtitle {
    font-weight: 400; }

.ryobidays-dealsection__subtitle {
  background-color: #dde11e;
  box-shadow: inset 0 0.5em 1em rgba(0, 0, 0, 0.125); }

.ryobidays-dealsection__body {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

.ryobidays-deals__list {
  margin-left: 0;
  margin-bottom: 0; }

.ryobidays-deal {
  background-color: #fff;
  display: block;
  float: left;
  width: 100%; }
  @media screen and (min-width: 27.5em) {
    .ryobidays-deal {
      width: 50%; } }
  @media screen and (min-width: 50em) {
    .ryobidays-deal {
      width: 25%; } }

.ryobidays-deal--wide {
  width: 100%; }
  @media screen and (min-width: 50em) {
    .ryobidays-deal--wide {
      width: 50%; } }

.ryobidays-deal__link {
  outline: 1px solid #ccc;
  display: block;
  position: relative;
  transition: all 0.2s ease;
  z-index: 30; }
  .ryobidays-deal__link:focus, .ryobidays-deal__link:hover {
    outline: 5px solid rgba(221, 225, 30, 0.875);
    z-index: 50; }

/*------------------------------------*\
    `TOOLS 101:
\*------------------------------------*/
.page-tools101 .app-main .wrap {
  padding-right: 2em;
  padding-left: 2em; }
.page-tools101 .app-name__brand {
  max-width: 374px; }
  @media screen and (min-width: 37.5em) and (max-width: 49.9875em) {
    .page-tools101 .app-name__brand {
      padding-top: 0.5em; } }
  @media screen and (max-width: 37.4875em) {
    .page-tools101 .app-name__brand {
      padding-top: 0.875em;
      padding-right: 5%;
      width: 70%; } }
.page-tools101 .button--mega {
  display: block;
  font-size: 1.375em;
  line-height: 1.1;
  margin: 0 auto;
  padding: 1em 2em;
  width: 80%; }

@media screen and (min-width: 50em) {
  .app-preface--tools-101 .billboard {
    padding-top: 13.5em;
    text-align: left; } }
.app-preface--tools-101 .button {
  box-shadow: 0 1px 0.5em rgba(0, 0, 0, 0.5); }

.subheader + .button, .subheader + .promotions__subheader, .subheader + .sidebarheader {
  margin-bottom: 0.625rem; }

.page-tools101 .tooltip {
  max-width: 400px; }
  @media screen and (max-width: 49.9875em) {
    .page-tools101 .tooltip {
      margin-top: 0.75em;
      margin-left: -1.25em; }
      .page-tools101 .tooltip .nub {
        margin-left: -1.25em; } }
  @media screen and (max-width: 37.4875em) {
    .page-tools101 .tooltip {
      margin-left: 0;
      max-width: 295px;
      max-width: calc(100% - 25px); }
      .page-tools101 .tooltip .nub {
        margin-left: -1.25em; } }
  @media screen and (min-width: 50em) {
    .page-tools101 .tooltip {
      margin-top: 0.75em;
      margin-left: -1.25em; } }

@media screen and (min-width: 50em) {
  .tools101-section-title, .tools101-media {
    padding: 1em; } }
@media screen and (min-width: 62.5em) {
  .tools101-section-title, .tools101-media {
    padding: 2em; } }

.featured-101-list {
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 50em) and (max-width: 62.4875em) {
    .featured-101-list li:last-child {
      display: none; } }

.checked-list {
  margin-left: 0.5em; }
  .checked-list > li {
    display: block;
    position: relative;
    padding: 0.5em 1em 0.5em 2.5em; }
    .checked-list > li::before {
      content: '✓';
      color: #b7cd4c;
      display: inline-block;
      font-size: 2.5em;
      line-height: 1;
      position: absolute;
      top: 0;
      left: 0; }

.quote-section {
  background-repeat: none;
  background-position: center center;
  background-size: cover;
  border-top: 5px solid #b7cd4c;
  border-bottom: 5px solid #b7cd4c;
  color: #fff;
  margin: 0 auto;
  padding: 15% 2em;
  text-align: center; }
  @media screen and (min-width: 50em) {
    .quote-section {
      padding-top: 10%;
      padding-bottom: 10%; } }

.quote-section__title {
  color: currentColor;
  font-family: "Futura W01 Book", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  margin-bottom: 0; }
  @media screen and (min-width: 50em) {
    .quote-section__title {
      font-size: 1.9375em;
      font-size: 3vw; } }

.quote-section--drill {
  background-image: url('/assets/tools-101/bg-quotestrip-drill.medium.jpg'); }

.quote-section--circsaw {
  background-image: url('/assets/tools-101/bg-quotestrip-circsaw.medium.jpg'); }
  @media screen and (min-width: 50em) {
    .quote-section--circsaw {
      padding-top: 8%;
      padding-bottom: 12%; } }
  @media screen and (min-width: 62.5em) {
    .quote-section--circsaw {
      padding-bottom: 11%; } }

@media screen and (min-width: 50em) {
  .tools101section-3 {
    background: url('/assets/tools-101/section-ipad.large.jpg') no-repeat left center;
    background-size: auto 90%;
    padding-left: 40%; } }
@media screen and (min-width: 62.5em) {
  .tools101section-3 {
    padding-left: 400px; } }

.tools101section-3__title {
  line-height: 1; }
  .tools101section-3__title .phrase--1 {
    font-size: 1em; }
  .tools101section-3__title .phrase--2 {
    font-size: 1.25em; }
  @media screen and (min-width: 37.5em) {
    .tools101section-3__title .phrase {
      white-space: pre; }
    .tools101section-3__title .phrase--1 {
      font-size: 2.35vw; }
    .tools101section-3__title .phrase--2 {
      font-size: 3.5vw; }
      .tools101section-3__title .phrase--2::before {
        content: '\a';
        display: inline; } }

.tools101-tout-list {
  margin-top: -4em;
  margin-bottom: 3em;
  text-align: center;
  width: 100%; }
  .tools101-tout-list > li {
    vertical-align: top; }
  @media screen and (min-width: 37.5em) {
    .tools101-tout-list {
      margin-top: -5em; } }
  @media screen and (min-width: 50em) {
    .tools101-tout-list {
      margin-top: -6.5em; } }
  @media screen and (min-width: 62.5em) {
    .tools101-tout-list {
      margin-top: -8em; } }

.tools101-tout {
  position: relative;
  text-align: center;
  width: 33.3333%; }
  @media screen and (min-width: 50em) {
    .tools101-tout {
      width: 30%; } }

.tools101-tout__icon {
  display: block;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  margin-right: 20%;
  margin-left: 20%; }

.tools101-tout__icon-svg {
  display: inline-block; }
  .tools101-tout__icon-svg [fill]:not([fill="none"]) {
    fill: #42b3ee;
    transition: fill 150ms ease-in-out; }
  .tools101-tout__icon-svg [stroke]:not([stroke="none"]) {
    stroke: #42b3ee;
    transition: stroke 150ms ease-in-out; }

.tools101-tout__title {
  color: #42b3ee;
  display: block;
  font-size: 1.5em;
  font-size: 1.5vw;
  line-height: 1.1;
  margin-bottom: 1.5em; }
  @media screen and (min-width: 37.5em) { }
  @media screen and (min-width: 50em) { }
  .tools101-tout__title::after {
    content: '';
    display: block;
    border-bottom: 2px solid #42b3ee;
    width: 5em;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -2.5em; }
    @media screen and (min-width: 50em) {
      .tools101-tout__title::after {
        border-bottom-width: 4px; } }

.tools101-videos li {
  padding: 0.5em; }

@media screen and (max-width: 37.4875em) {
  .panel--tools101-tips .pagination a {
    display: none; }
  .panel--tools101-tips .pagination a.previous_page, .panel--tools101-tips .pagination a.next_page {
    display: inline-block; } }

.page-tools101 ul.pagination li button, .page-tools101 ul.pagination li a, .page-tools101 .previous_page, .page-tools101 .next_page {
  background-color: transparent;
  color: #42b3ee; }

@media screen and (max-width: 37.4875em) {
  .app-preface--tools-101-about > .wrap {
    background-position: right bottom; } }
@media screen and (min-width: 50em) {
  .app-preface--tools-101-about > .wrap {
    background-position: center bottom; }
  .app-preface--tools-101-about .billboard {
    padding-top: 17.5em; } }

/*------------------------------------*\
    `LAYOUT:
\*------------------------------------*/
html, body {
  min-height: 100%;
  min-width: 100%;
  overflow-y: visible; }

.wrap {
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 1em;
  padding-right: 1em; }


.pad-left {
  padding-left: 1.25rem; }

.pad-right {
  padding-right: 1.25rem; }

@media screen and (min-width: 37.5em) and (max-width: 49.9875em) {
  .small-med-pad-left, .layout-listing--rev .layout-listing-aside, .layout-listing--rev .layout-listing__aside {
    padding-left: 1.25rem; }
  .small-med-pad-right, .layout-listing .layout-listing-aside, .layout-listing .layout-listing__aside {
    padding-right: 1.25rem; } }

@media screen and (min-width: 50em) {
  .medium-pad-left, .layout-listing--rev .layout-listing-aside, .layout-listing--rev .layout-listing__aside, .row--default > .medium-pad-left, .row--default > .layout-listing--rev .layout-listing-aside, .layout-listing--rev .row--default > .layout-listing-aside, .row--default > .layout-listing--rev .layout-listing__aside, .layout-listing--rev .row--default > .layout-listing__aside {
    padding-left: 1.25rem; }
  .medium-pad-right, .layout-listing .layout-listing-aside, .layout-listing .layout-listing__aside, .row--default > .medium-pad-right, .row--default > .layout-listing .layout-listing-aside, .layout-listing .row--default > .layout-listing-aside, .row--default > .layout-listing .layout-listing__aside, .layout-listing .row--default > .layout-listing__aside {
    padding-right: 1.25rem; } }

@media screen and (min-width: 62.5em) {
  .medium-pad-left, .layout-listing--rev .layout-listing-aside, .layout-listing--rev .layout-listing__aside, .row--default > .medium-pad-left, .row--default > .layout-listing--rev .layout-listing-aside, .layout-listing--rev .row--default > .layout-listing-aside, .row--default > .layout-listing--rev .layout-listing__aside, .layout-listing--rev .row--default > .layout-listing__aside {
    padding-left: 1.875rem; }
  .medium-pad-right, .layout-listing .layout-listing-aside, .layout-listing .layout-listing__aside, .row--default > .medium-pad-right, .row--default > .layout-listing .layout-listing-aside, .layout-listing .row--default > .layout-listing-aside, .row--default > .layout-listing .layout-listing__aside, .layout-listing .row--default > .layout-listing__aside {
    padding-right: 1.875rem; } }

@media screen and (min-width: 62.5em) {
  .pad-left, .large-pad-left {
    padding-left: 1.875rem; }
  .pad-right, .large-pad-right {
    padding-right: 1.875rem; } }

/*------------------------------------*\
    `OFFCANVAS LAYOUT:
\*------------------------------------*/
/**
 * Implementing Off-Canvas Navigation For A Responsive Website
 * http://coding.smashingmagazine.com/2013/01/15/off-canvas-navigation-for-responsive-website/
 */
.app-outer-wrap, .app-inner-wrap {
  min-height: 100%;
  position: relative;
  width: 100%; }

.app-outer-wrap {
  overflow: hidden; }

.app-navigation {
  width: 100%;
  z-index: 200; }

.app-navigation .wrap {
  z-index: 2; }

@media screen and (max-width: 49.9875em) {
  .layout-offcanvas .app-navigation {
    background: #3f3e3e;
    bottom: 0;
    overflow-y: auto;
    padding: 0 0.625em;
    position: absolute;
    top: 0; }
  .layout-offcanvas .app-navigation:not(:target) {
    z-index: 1;
    height: 0; }
  .js-offcanvas.js .app-navigation {
    padding-bottom: 1em;
    padding-top: 1em;
    left: -78%;
    height: 100%;
    width: 78%;
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    visibility: hidden; }
  .js-offcanvas.js-nav .app-navigation {
    visibility: visible; }
  .js-offcanvas.js .app-inner-wrap {
    left: 0; }
  .js-offcanvas.js-nav .app-inner-wrap {
    left: 78%; }
  .js-offcanvas.csstransforms3d.csstransitions.js .app-navigation {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }
  .js-offcanvas.csstransforms3d.csstransitions.js .app-inner-wrap {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }
  .js-offcanvas.csstransforms3d.csstransitions.js-nav .app-inner-wrap {
    -webkit-transform: translate3d(78%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(78%, 0, 0) scale3d(1, 1, 1); } }

/*------------------------------------*\
    `LAYOUT - LISTING RESULTS:
\*------------------------------------*/
/**
 * Use for Product Listings, etc
 *
    <div class="row  layout-listing">
        <div class="layout-listing-main column"></div>
        <div class="layout-listing-aside column"></div>
    </div>
 *
 */

/**
 * Reversed: Sidebar on Right
 *
    <div class="row  layout-listing--rev">
        <div class="layout-listing-main column"></div>
        <div class="layout-listing-aside column"></div>
    </div>
 *
 */

/*------------------------------------*\
    `GLOBAL COMPONENTS:
\*------------------------------------*/
/**
 * App-level components like .app-header, .app-footer, etc
 */
.app-frontmatter, .app-main, .app-footer {
  clear: both; }

/**
 * APP-FRONTMATTER:
 *
 * Includes .app-header, .app-header navs, and .app-preface
 */
.app-frontmatter {
  /*body*/
  /*body*/ }
  @media screen and (min-width: 62.5em) {
    .app-frontmatter {
      background: url(/assets/header-overflow-powertools-wood-seamless.xlarge.jpg) repeat center top; } }
  .power-tools .app-frontmatter {
    background-color: #ede0cf; }
    @media screen and (min-width: 62.5em) {
      .power-tools .app-frontmatter {
        background-image: url(/assets/header-overflow-powertools-wood-seamless.large.jpg); } }
    @media screen and (min-width: 90em) {
      .power-tools .app-frontmatter {
        background-image: url(/assets/header-overflow-powertools-wood-seamless.xlarge.jpg); } }
  .outdoor .app-frontmatter {
    background-color: #ede0cf; }
    @media screen and (min-width: 50em) {
      .outdoor .app-frontmatter {
        background-image: url(/assets/header-overflow-powertools-wood-seamless.large.jpg); } }
    @media screen and (min-width: 62.5em) {
      .outdoor .app-frontmatter {
        background-image: url(/assets/header-overflow-powertools-wood-seamless.large.jpg); } }

/**
 * APP-MAIN:
 */
.app-main {
  background-color: #fff;
  border-top: 5px solid #b7cd4c;
  min-height: 18.75em;
  /* for testing */
  position: relative;
  z-index: 100; }

.app-main__title {
  color: #fff;
  font-size: 1.5em;
  /* 24px */
  font-weight: 400;
  letter-spacing: 0.09em;
  position: relative;
  text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  z-index: 100; }
  @media screen and (min-width: 27.5em) {
    .app-main__title {
      font-size: 2em;
      /* ~32px */ } }
  @media screen and (min-width: 37.5em) {
    .app-main__title {
      font-size: 2.5em;
      /* ~40px */
      padding-left: 0.5em; } }
  @media screen and (min-width: 50em) {
    .app-main__title {
      font-size: 3em;
      /* ~48px */
      width: 78%; } }
  @media screen and (min-width: 62.5em) { }
  .app-main__title .ascender {
    bottom: 1.5rem;
    position: absolute; }
    @media screen and (min-width: 27.5em) { }
    @media screen and (min-width: 37.5em) { }
    @media screen and (min-width: 50em) {
      .app-main__title .ascender {
        bottom: 2rem; } }
    @media screen and (min-width: 62.5em) { }
  .app-main__title .lowercase {
    font-size: 0.8em; }

html, body, .app-footer {
  background-color: #3f3e3e; }

.app-footer {
  position: relative;
  z-index: 90; }
  @media screen and (min-width: 50em) {
    .app-footer {
      font-size: 0.875em;
      /* ~14px */ } }
  .app-footer, .app-footer h4, .app-footer label {
    color: #fff; }
  .app-footer h4, .app-footer h4 label {
    font-family: "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    /* If webfonts are loaded, change weight */ }
    .mti-active .app-footer h4, .mti-active .app-footer h4 label {
      font-weight: 400; }
  .app-footer .nav-list {
    margin-bottom: 1.25rem; }
    @media screen and (max-width: 49.9875em) {
      .app-footer .nav-list {
        font-size: 0.875em;
        /* 14px */ } }

.app-footer__primary, .app-footer__secondary {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem; }

.app-footer__primary {
  border-bottom: 1px solid #5e5e5e; }

.legal {
  font-size: 0.75em;
  /* ~12px */ }

@media screen and (min-width: 37.5em) {
  .bunnings-footer-lockup {
    text-align: right; } }
.bunnings-footer-lockup a {
  color: #fff; }
  .bunnings-footer-lockup a:focus, .bunnings-footer-lockup a:hover {
    color: #b7cd4c; }

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

.app-preface--shortest-project {
  min-height: 76px !important; }

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

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  /* 16:9 */ }

/*------------------------------------*\
    `SHAME:
\*------------------------------------*/
.deploy-test header {
  outline: 1px dashed red; }

body:before {
  content: '> ';
  display: none; }

/**
 * We <3 M3:
 */
.m3 *:nth-child(19n+2) {
  -webkit-transform: rotate(0.25deg);
  transform: rotate(0.25deg); }

.pagination {
  margin-bottom: 0.625rem;
  text-align: center; }
  @media screen and (max-width: 49.9875em) {
    .pagination {
      font-size: 0.875em; } }
  .pagination .previous_page, .pagination .current, .pagination .next_page, .pagination a {
    display: inline-block;
    padding: 0 0.35em; }

.pagination + .pagination-sandwich, .pagination-sandwich + .pagination {
  margin-top: 1.25em; }

.progress .meter {
  background-color: #42b3ee; }

.debug {
  box-shadow: inset 0 0 0 5px rgba(255, 165, 0, 0.85), 0 0 0 5px rgba(255, 0, 0, 0.75);
  outline: 1px dashed red !important; }

.modelno {
  font-size: 0.75em;
  /* ~12px */
  text-transform: uppercase; }

.reveal-modal, dialog {
  background-color: #fff; }

.panel > :last-child {
  margin-bottom: 0; }

.island--special {
  background-color: #ebebeb;
  border-bottom: 1px solid #3f3e3e;
  border-top: 1px solid #3f3e3e;
  padding-left: 1em;
  padding-right: 1em; }
  @media screen and (min-width: 50em) {
    .island--special {
      padding-left: 2em;
      padding-right: 2em; } }

.u-breakwrap {
  word-wrap: break-word !important; }

/*------------------------------------*\
    `TOOLS 101 SHAME:
\*------------------------------------*/
@media screen and (max-width: 37.4875em) {
  .button.right {
    float: none !important; } }

.all-caps, .ttu {
  text-transform: uppercase; }

.is-disabled {
  color: #7b7b7b;
  opacity: 0.4;
  cursor: default; }

ul.pagination li {
  display: inline-block;
  float: none;
  vertical-align: middle; }

ul.pagination li a, ul.pagination li button {
  border-radius: 0; }

ul.pagination li button {
  background-color: #42b3ee;
  color: white; }
  ul.pagination li button:focus, ul.pagination li button:hover {
    background-color: #b7cd4c; }

.panel .flag + .flag {
  padding-top: 1.875rem; }

.panel .flag__img {
  padding-right: 1.25rem; }
  @media screen and (max-width: 37.4875em) {
    .panel .flag__img {
      margin: 0 auto; } }

.panel .flag__body > :last-child {
  margin-bottom: 0; }

.row--pad {
  margin-left: -0.5em;
  margin-right: -0.5em;
  width: auto; }
  .row--pad > .column, .row--pad > .layout-listing .layout-listing-main, .layout-listing .row--pad > .layout-listing-main, .row--pad > .layout-listing .layout-listing__main, .layout-listing .row--pad > .layout-listing__main, .row--pad > .layout-listing .layout-listing-aside, .layout-listing .row--pad > .layout-listing-aside, .row--pad > .layout-listing .layout-listing__aside, .layout-listing .row--pad > .layout-listing__aside, .row--pad > .layout-listing--rev .layout-listing-main, .layout-listing--rev .row--pad > .layout-listing-main, .row--pad > .layout-listing--rev .layout-listing__main, .layout-listing--rev .row--pad > .layout-listing__main, .row--pad > .layout-listing--rev .layout-listing-aside, .layout-listing--rev .row--pad > .layout-listing-aside, .row--pad > .layout-listing--rev .layout-listing__aside, .layout-listing--rev .row--pad > .layout-listing__aside, .row--pad > .columns {
    padding-left: 0.5em;
    padding-right: 0.5em; }

.diagram {
  position: relative; }

.diagram__img {
  position: relative;
  width: 100%;
  z-index: 1; }

.diagram__tips {
  margin-bottom: 0; }

.diagram__tip {
  position: absolute;
  z-index: 10; }

.diagram__mark {
  display: block;
  background-color: #b7cd4c;
  background-color: rgba(183, 205, 76, 0.95);
  border: 2px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  height: 1.25em;
  width: 1.25em;
  text-indent: -999em; }
  .diagram__mark:focus, .diagram__mark:hover, .diagram__mark:active, .diagram__mark.active {
    background-color: #b7cd4c;
    border-color: transparent;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.5); }

.diagram + .button-group {
  margin-top: 1em; }

.tabs-content .panel {
  margin-bottom: 0; }

/*------------------------------------*\
    `SLICK SLIDER DEFAULT:
\*------------------------------------*/
.js .slick-slide + .slick-slide {
  display: none; }

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

.slick-prev, .slick-next {
  background-color: #fff;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
  bottom: 3rem;
  color: #eb312e;
  height: 2.8125rem;
  /* 45px */
  margin-bottom: 0;
  top: auto;
  transition: all 0.15s ease;
  width: 2.8125rem;
  /* 45px */
  z-index: 50; }
  .slick-prev:focus, .slick-prev:hover, .slick-prev:active, .slick-next:focus, .slick-next:hover, .slick-next:active {
    background-color: #fff; }
  .slick-prev:focus, .slick-prev:hover, .slick-next:focus, .slick-next:hover {
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.0875); }
  .slick-prev:active, .slick-next:active {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2); }
  .slick-prev:before, .slick-next:before {
    color: #fff;
    display: inline-block;
    font-family: "Futura W01 Book", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    opacity: 1;
    text-align: center;
    transition: all 0.2s ease;
    vertical-align: middle;
    z-index: 100; }
  @media screen and (min-width: 50em) {
    .slick-prev, .slick-next {
      margin-top: -1.125rem;
      top: 50%; } }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: '';
    display: inline-block;
    height: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    vertical-align: baseline;
    width: 0;
    border-top: 0.625rem solid transparent;
    border-bottom: 0.625rem solid transparent;
    border-right: 0.625rem solid #eb312e;
    left: -15px; }
  .slick-prev:focus:before, .slick-prev:hover:before {
    border-right-color: #b7cd4c; }
  .slick-prev:active:before {
    border-right-color: #f27474; }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: '';
    display: inline-block;
    height: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    vertical-align: baseline;
    width: 0;
    border-top: 0.625rem solid transparent;
    border-bottom: 0.625rem solid transparent;
    border-left: 0.625rem solid #eb312e;
    left: -15px; }
  .slick-next:focus:before, .slick-next:hover:before {
    border-left-color: #b7cd4c; }
  .slick-next:active:before {
    border-left-color: #f27474; }

/*------------------------------------*\
    `SLIDER with OUTER ARROWS:
\*------------------------------------*/
.slick-slider--outer-arrows .slick-prev, .slick-slider--outer-arrows .slick-next {
  background-color: transparent;
  box-shadow: none;
  color: #cbc9c9; }
  .slick-slider--outer-arrows .slick-prev:focus, .slick-slider--outer-arrows .slick-prev:hover, .slick-slider--outer-arrows .slick-prev:active, .slick-slider--outer-arrows .slick-next:focus, .slick-slider--outer-arrows .slick-next:hover, .slick-slider--outer-arrows .slick-next:active {
    background-color: transparent; }
  .slick-slider--outer-arrows .slick-prev:focus, .slick-slider--outer-arrows .slick-prev:hover, .slick-slider--outer-arrows .slick-next:focus, .slick-slider--outer-arrows .slick-next:hover {
    box-shadow: none; }
  .slick-slider--outer-arrows .slick-prev:active, .slick-slider--outer-arrows .slick-next:active {
    box-shadow: none; }
.slick-slider--outer-arrows .slick-prev {
  left: -36px; }
  .slick-slider--outer-arrows .slick-prev:before {
    content: '';
    display: inline-block;
    height: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    vertical-align: baseline;
    width: 0;
    border-top: 0.625rem solid transparent;
    border-bottom: 0.625rem solid transparent;
    border-right: 0.625rem solid #cbc9c9;
    left: -15px; }
  .slick-slider--outer-arrows .slick-prev:focus:before, .slick-slider--outer-arrows .slick-prev:hover:before {
    border-right-color: #b7cd4c; }
  .slick-slider--outer-arrows .slick-prev:active:before {
    border-right-color: #7b7b7b; }
.slick-slider--outer-arrows .slick-next {
  right: -36px; }
  .slick-slider--outer-arrows .slick-next:before {
    content: '';
    display: inline-block;
    height: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    vertical-align: baseline;
    width: 0;
    border-top: 0.625rem solid transparent;
    border-bottom: 0.625rem solid transparent;
    border-left: 0.625rem solid #cbc9c9;
    left: -15px; }
  .slick-slider--outer-arrows .slick-next:focus:before, .slick-slider--outer-arrows .slick-next:hover:before {
    border-left-color: #b7cd4c; }
  .slick-slider--outer-arrows .slick-next:active:before {
    border-left-color: #7b7b7b; }

/*------------------------------------*\
    `SPECIAL SLIDER:
\*------------------------------------*/
.slider--special-buy > li {
  padding: 2.5% 5%; }
.slider--special-buy .special-buy__img {
  display: block;
  margin: 0 auto; }
.slider--special-buy > .slick-prev, .slider--special-buy > .slick-next {
  background-color: #eb312e;
  z-index: 50; }
  .slider--special-buy > .slick-prev:hover, .slider--special-buy > .slick-next:hover {
    background-color: #f27474; }
  .slider--special-buy > .slick-prev:focus, .slider--special-buy > .slick-prev:active, .slider--special-buy > .slick-next:focus, .slider--special-buy > .slick-next:active {
    background-color: #42b3ee; }
  .slider--special-buy > .slick-prev:before, .slider--special-buy > .slick-next:before {
    color: #fff;
    display: inline-block;
    font-family: "Futura W01 Book", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    opacity: 1;
    text-align: center;
    vertical-align: middle;
    z-index: 100; }
@media screen and (min-width: 50em) {
  .slider--special-buy {
    padding-left: 4rem;
    padding-right: 4rem; }
    .slider--special-buy .special-buy__wrap {
      padding-left: 2rem;
      padding-right: 2rem; }
    .slider--special-buy > .slick-prev, .slider--special-buy > .slick-next {
      margin-top: -1.125rem;
      top: 50%; }
      .slider--special-buy > .slick-prev:after, .slider--special-buy > .slick-next:after {
        background: #eb312e;
        background: linear-gradient(to bottom, transparent 0%, #eb312e 35%, #eb312e 65%, transparent 100%);
        content: '';
        display: block;
        height: 20rem;
        margin-top: -10rem;
        position: absolute;
        top: 50%;
        width: 1px; }
    .slider--special-buy > .slick-prev {
      left: -15px; }
    .slider--special-buy > .slick-next {
      right: -15px; } }
.slider--special-buy > .slick-prev:before {
  content: '';
  display: inline-block;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  vertical-align: baseline;
  width: 0;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  border-right: 0.625rem solid #fff;
  left: -15px; }
.slider--special-buy > .slick-prev:after {
  right: 0; }
.slider--special-buy > .slick-next:before {
  content: '';
  display: inline-block;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  vertical-align: baseline;
  width: 0;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  border-left: 0.625rem solid #fff;
  left: -15px; }
.slider--special-buy > .slick-next:after {
  left: 0; }

/*------------------------------------*\
    `USER REGISTER:
\*------------------------------------*/
.sign-up-email-prefs .label--box-input {
  line-height: 1.5;
  margin-bottom: 0.5rem;
  padding-left: 1.25rem;
  position: relative; }
  .sign-up-email-prefs .label--box-input .checkbox-input {
    position: absolute;
    left: 0;
    top: 0.25em; }

.email-prefs-list {
  margin: 1em 0 0; }

.email-prefs {
  padding: 1rem 5%;
  transition: all 0.25s ease; }

/**
 * Disclosure triangle
 */
.toggle-indicator:after, .has-toggle-indicator:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 5px 0px 5px 9px;
  border-color: transparent transparent transparent #B7B7B7;
  line-height: 1;
  margin-left: 0.5em;
  transition: all 0.2s ease; }
.toggle-indicator:active:after, .toggle-indicator.is-active:after, .is-active > .toggle-indicator:after, .has-toggle-indicator:active:after, .has-toggle-indicator.is-active:after, .is-active > .has-toggle-indicator:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

/*------------------------------------*\
    `REVIEWS:
\*------------------------------------*/
.review-list .review {
  position: relative; }
  @media screen and (min-width: 50em) {
    .review-list .review + .review:before {
      background: #b7cd4c;
      background: linear-gradient(to bottom, transparent 0%, #cfde88 35%, #cfde88 65%, transparent 100%);
      content: '';
      display: block;
      left: -0.5px;
      position: absolute;
      height: 100%;
      width: 1px; } }
  .review-list .review:focus .hx, .review-list .review:hover .hx {
    color: #42b3ee;
    transition: all 0.2s ease; }


.review__link {
  display: block; }
  @media screen and (min-width: 50em) { }

.review__img {
  margin-bottom: 1.25rem;
  width: 100%; }

.review__title {
  font-size: 1.1875em;
  /* 19px */ }

.hr--soft {
  border-width: 0;
  height: 1px;
  background: #cfde88;
  background: linear-gradient(to right, transparent 0%, #cfde88 35%, #cfde88 65%, transparent 100%); }

.vr--soft {
  border-width: 0;
  background: #cfde88;
  background: linear-gradient(to bottom, transparent 0%, #cfde88 35%, #cfde88 65%, transparent 100%);
  width: 1px; }

/**
 * PRODUCT:
 */

.product__body, .project__body {
  background-color: #555555;
  color: #fff; }

/**
 * FORM SIDEBAR:
 */
.form--sidebar input[type=checkbox] {
  margin-bottom: 0; }

.form__subheader {
  color: #7b7b7b;
  font-size: 0.875em;
  /* ~14px */
  font-weight: 600;
  text-transform: uppercase; }

/**
 * Various Headers:
 */
.subheader, .promotions__subheader, .sidebarheader {
  color: #b7cd4c;
  font-size: 1.125em;
  font-weight: 600;
  text-transform: uppercase; }

.sidebarheader {
  color: #7b7b7b; }

/*------------------------------------*\
    `Base Form helpers:
\*------------------------------------*/
/**
 * Input Helper
 *
    <div class="input-helper-group"
        <input class="has-input-helper">
        <a href="" class="input-helper">Help text</a>
    </div>
 */
.input-helper-group {
  position: relative; }
  .input-helper-group .has-input-helper {
    padding-right: 4em; }
  .input-helper-group .input-helper {
    font-style: italic;
    font-size: 0.6875em;
    /* ~11px */
    text-decoration: underline;
    text-transform: lowercase;
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 10; }
    .input-helper-group .input-helper:focus, .input-helper-group .input-helper:hover {
      color: #b7cd4c; }
    .input-helper-group .input-helper:active {
      color: #42b3ee; }

/**
 * FORM GROUPING:
 *
 * Grouping and laying out forms
 */
.fieldset {
  border: none;
  margin: 0 0.625rem;
  padding: 0.625rem 0; }
  .fieldset + .fieldset {
    border-top: 1px solid #ebebeb; }

/**
 * SPLIT FIELDSET
 * contains a .row with .column children.
 *
    <form>
        <fieldset class="fieldset  fieldset--split">
            <div class="row">

                <div class="small-6  column">
                    <input>
                </div>

                <div class="small-6  column">
                    <input>
                </div>

            </div>
        </fieldset>
    </form>
 */
.fieldset--split > .row {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem; }
  .fieldset--split > .row > .column, .fieldset--split > .row > .layout-listing .layout-listing-main, .layout-listing .fieldset--split > .row > .layout-listing-main, .fieldset--split > .row > .layout-listing .layout-listing__main, .layout-listing .fieldset--split > .row > .layout-listing__main, .fieldset--split > .row > .layout-listing .layout-listing-aside, .layout-listing .fieldset--split > .row > .layout-listing-aside, .fieldset--split > .row > .layout-listing .layout-listing__aside, .layout-listing .fieldset--split > .row > .layout-listing__aside, .fieldset--split > .row > .layout-listing--rev .layout-listing-main, .layout-listing--rev .fieldset--split > .row > .layout-listing-main, .fieldset--split > .row > .layout-listing--rev .layout-listing__main, .layout-listing--rev .fieldset--split > .row > .layout-listing__main, .fieldset--split > .row > .layout-listing--rev .layout-listing-aside, .layout-listing--rev .fieldset--split > .row > .layout-listing-aside, .fieldset--split > .row > .layout-listing--rev .layout-listing__aside, .layout-listing--rev .fieldset--split > .row > .layout-listing__aside {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important; }

/**
 * SUB FIELDSET:
 */
.sub-fieldset {
  border: 3px solid #b7cd4c;
  padding: 0;
  margin-top: 0; }

.sub-fieldset__title {
  background-color: #b7cd4c;
  font-size: 0.75em;
  margin-bottom: 0;
  padding: 0.625rem;
  text-transform: uppercase; }

.sub-fieldset__body {
  padding: 0.625rem; }

/*label*/
.label--required:after {
  content: "* ";
  color: #eb312e; }

.sub-fieldset__title.label--required:after {
  color: #555555; }

label strong {
  font-family: "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.box-input-group {
  margin-bottom: 1.25em; }
  .box-input-group .box-input-group__item {
    overflow: hidden; }
    @media screen and (min-width: 27.5em) {
      .box-input-group .box-input-group__item {
        float: left;
        width: 50%; } }
    @media screen and (min-width: 50em) {
      .box-input-group .box-input-group__item {
        width: 33.3333%; } }
  .box-input-group .legend {
    margin: 1em 0 0.5em;
    min-width: 100%; }
  .box-input-group input[type=checkbox], .box-input-group input[type=checkbox] + label {
    display: inline-block;
    vertical-align: baseline; }
  .box-input-group input[type=checkbox] {
    -webkit-break-after: avoid;
    -moz-break-after: avoid;
    break-after: avoid;
    clear: left;
    display: inline-block;
    vertical-align: baseline; }
    .box-input-group input[type=checkbox] + label {
      font-family: "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      clear: right;
      padding-left: 0.5em;
      margin-right: 0;
      margin-left: 0; }

.legend, .field-label {
  color: #7b7b7b;
  display: block;
  font-size: 0.8125em;
  /* ~13px */
  text-transform: uppercase; }

@media screen and (min-width: 37.5em) {
  .legend, .field-label, .help-text {
    display: inline-block;
    vertical-align: baseline; } }

.help-text {
  color: #bbbbbb;
  display: inline-block;
  font-size: 0.625em;
  /* 10px */
  line-height: 1.3;
  margin-bottom: 0.5em; }
  @media screen and (min-width: 27.5em) {
    .help-text {
      font-size: 0.75em;
      /* 12px */ } }

/*------------------------------------*\
    `PROJECT ACTIONS:
\*------------------------------------*/
.project__actions > li {
  margin-bottom: 1em; }

.project__action {
  background-color: #ebebeb;
  color: #010101;
  display: block;
  font-style: 0.875em;
  line-height: 1.25;
  padding: 0.625rem;
  text-transform: uppercase; }
  .project__action strong {
    font-family: "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .project__action:focus, .project__action:hover, .project__action:active {
    color: #fff; }
  .project__action:focus, .project__action:hover {
    background-color: #b7cd4c; }
  .project__action:active {
    background-color: #42b3ee; }

/*------------------------------------*\
    `CHOSEN OVERRIDES:
\*------------------------------------*/
.chosen-container {
  width: 100% !important; }

.chosen-container-multi .chosen-choices li.search-field {
  width: 100%; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  -webkit-appearance: none;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #b7cd4c;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100% !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear; }

/**
 * profile__screename OVERRIDE:
 */
.blogger_profile {
  margin-top: 9em; }

/*------------------------------------*\
    `VIDEO LINK:
\*------------------------------------*/
.play-icon {
  background: url(/assets/icon-yt-play.small.png) no-repeat center center;
  content: '';
  position: absolute;
  height: 41px;
  left: 50%;
  margin-left: -28.5px;
  margin-top: -20.5px;
  opacity: 0.8;
  top: 50%;
  transition: opacity 0.2s ease;
  width: 57px;
  z-index: 20; }
a:focus > .play-icon, a:hover > .play-icon {
  opacity: 1; }

.video-link, .mp2014-video__link, .nation-promo-video__link {
  display: block;
  position: relative; }
  .video-link img, .video-link .mp2014-video__link, .video-link .nation-promo-video__link {
    position: relative;
    width: 100%;
    z-index: 10; }
  .video-link:after, .mp2014-video__link:after, .nation-promo-video__link:after {
    background: url(/assets/icon-yt-play.small.png) no-repeat center center;
    content: '';
    position: absolute;
    height: 41px;
    left: 50%;
    margin-left: -28.5px;
    margin-top: -20.5px;
    opacity: 0.8;
    top: 50%;
    transition: opacity 0.2s ease;
    width: 57px;
    z-index: 20; }
  .video-link:focus:after, .mp2014-video__link:focus:after, .nation-promo-video__link:focus:after, .video-link:hover:after, .mp2014-video__link:hover:after, .nation-promo-video__link:hover:after {
    opacity: 1; }

.video-link--remove-letterbox, .yt-thumb--square {
  overflow: hidden; }

.video-link--remove-letterbox > img {
  margin: -10.75% 0; }

.yt-thumb--square > img {
  display: block;
  margin: 0 -38.5%;
  max-width: none;
  width: 177%; }

/*------------------------------------*\
    `SHARE THIS:
\*------------------------------------*/
.stwrapper {
  display: none !important; }

/*------------------------------------*\
    `USER DROP DOWN:
\*------------------------------------*/
.f-dropdown li {
  width: 100%; }
  .f-dropdown li:before {
    content: none !important; }

.f-dropdown__link--special {
  background-color: #ebebeb; }

.user_bar--image {
  margin: 0 0 0.3em 0.2em; }

/*------------------------------------*\
    `PROMO BANNER:
\*------------------------------------*/
.promo-banner {
  padding-bottom: 1.5em; }
  .promo-banner .promo__img {
    background: #fff; }

/*------------------------------------*\
    `ORBIT OVERRIDE:
\*------------------------------------*/
.orbit-bullets {
  margin: 0 !important;
  top: 5px !important; }

.remove-padding-bottom {
  padding-bottom: 0; }

/*------------------------------------*\
    `ADDITIONAL CUSTOM STYLES:
\*------------------------------------*/
.ascender__image {
  bottom: 1rem !important; }
  .ascender__image img {
    width: 90% !important; }

.disclaimer-text {
  font-size: 0.5em; }

.orbit-container .orbit-timer {
  display: none; }
  @media screen and (min-width: 37.5em) {
    .orbit-container .orbit-timer {
      display: block; } }

.stButton .stLarge {
  visibility: hidden; }

/*------------------------------------*\
    `SLICK SLIDER Addition:
\*------------------------------------*/
.js .slick-slider > li + li, .js .slick-slider > .slide + .slide {
  display: none; }

/*------------------------------------*\
    `NATION PROMO:
\*------------------------------------*/
.nation-promo {
  border: 1px solid #b7cd4c;
  margin-bottom: 1.25rem; }

.nation-promo__header {
  background: #7a3100 url(/assets/header-nation-landing-planks.small.jpg) center bottom;
  padding: 15% 5% 5%; }

.nation-promo__title {
  color: #fff;
  font-family: "Futura W01 Book", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  /* 24px */
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  text-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.5);
  text-transform: uppercase; }
  @media screen and (min-width: 37.5em) {
    .nation-promo__title {
      font-size: 1.875rem;
      /* 30px */
      max-width: 80%; } }
  @media screen and (min-width: 50em) {
    .nation-promo__title {
      font-size: 2.25rem;
      /* 36px */ } }

.nation-promo__body {
  padding: 5%; }
  .nation-promo__body > :last-child {
    margin-bottom: 0; }

.nation-promo__subheader {
  font-size: 1.375rem;
  /* 22px */ }

@media screen and (min-width: 50em) and (max-width: 62.4875em) {
  .nation-how-to {
    padding-bottom: 1.25rem; } }
@media screen and (min-width: 50em) {
  .nation-how-to > :last-child {
    margin-bottom: 0; } }

.nation-how-to__header {
  border-bottom: 1px solid #b7cd4c;
  font-family: "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1;
  padding-bottom: 1rem;
  text-transform: uppercase; }
  .mti-active .nation-how-to__header {
    font-weight: 400; }
  .nation-how-to__header strong {
    color: #b7cd4c;
    display: block; }
  @media screen and (min-width: 50em) {
    .nation-how-to__header {
      max-width: 190px; } }

.nation-how-to__title {
  font-size: 1.125rem;
  margin-bottom: 0; }

.nation-how-to__description {
  font-size: 0.875rem; }

.nation-promo-video__link {
  margin-bottom: 0.625rem; }

.nation-promo-video__title {
  font-family: "Futura W01 Book", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1em;
  /* 19px */ }

/**
 * TOGGLE STATES
 */
.js-toggle__button {
  cursor: pointer;
  padding-right: 1em;
  position: relative; }
  .js-toggle__button:after {
    margin-top: -5px;
    position: absolute;
    top: 50%;
    right: 0; }

.js-toggle__body {
  transition: all 0.2s ease;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0; }

.js-toggle.is-expanded .js-toggle__button {
  position: relative; }
  .js-toggle.is-expanded .js-toggle__button:after {
    content: '';
    display: inline-block;
    height: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    vertical-align: baseline;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #42b3ee;
    margin-left: 1em; }

.js-toggle.is-collapsed .js-toggle__button:after {
  content: '';
  display: inline-block;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  vertical-align: baseline;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #42b3ee;
  margin-left: 1em; }
.js-toggle.is-collapsed .js-toggle__body {
  max-height: 0;
  opacity: 0; }
.js-toggle.is-collapsed .js-toggle__button {
  vertical-align: middle; }

.layout-listing__aside hr {
  margin-top: 1rem;
  margin-bottom: 1rem; }
@media screen and (min-width: 37.5em) {
  .layout-listing__aside .side-nav__img {
    max-width: 75px;
    width: 30%; } }

.link--fast-easy-diy .subheader, .link--fast-easy-diy .promotions__subheader, .link--fast-easy-diy .sidebarheader {
  color: #42b3ee;
  padding-top: 1em; }

/*------------------------------------*\
    #PRODUCT REGISTRATION
\*------------------------------------*/
.reg-product {
  margin: 0.5em 0;
  padding: 0.3em; }
  .reg-product h4 {
    margin-top: 0.5em; }

.reg-product__list {
  background-color: #ddd; }
  .reg-product__list img {
    background-color: #fff;
    height: auto;
    width: 100%; }
  .reg-product__list .reg-product__slider {
    margin-top: 0.5em; }
  .reg-product__list .reg-product__slider--link {
    color: #000;
    margin-left: 50%;
    font-weight: 800;
    text-transform: uppercase; }
    @media screen and (min-width: 0) {
      .reg-product__list .reg-product__slider--link {
        margin-left: 40%; } }
  .reg-product__list .expand:after {
    content: "";
    right: -7px;
    top: 13px;
    position: relative;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #000 transparent; }
  .reg-product__list .hidden:after {
    content: "";
    right: -7px;
    bottom: 13px;
    position: relative;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: #000 transparent; }

.reg-product__sub-list {
  padding: 0 1em;
  background-color: #f2f2f2;
  margin: 0.5em 1em !important; }

/*------------------------------------*\
    Padding only panel
\*------------------------------------*/
.panel--quiet {
  background-color: transparent;
  border-color: transparent; }

.icon--badge--instagram {
  background: #555555 url(/assets/sprite-socialmedia-white.png) no-repeat 0 0;
  background-position: -114px -2px;
  border: 5px #555555 solid;
  padding: 10px; }

/*------------------------------------*\
    NATION `BOO` Banner
\*------------------------------------*/
.subsite-nation .billboard {
  position: relative; }
  @media screen and (max-width: 49.9875em) {
    .subsite-nation .billboard {
      text-align: center; } }
  @media screen and (min-width: 50em) {
    .subsite-nation .billboard .billboard__header, .subsite-nation .billboard .billboard__cta {
      float: none;
      width: 75%; } }

.billboard__special-link {
  display: block;
  max-width: 250px;
  text-align: center; }
  @media screen and (max-width: 49.9875em) {
    .billboard__special-link {
      margin: 0.625rem auto 0; } }
  @media screen and (min-width: 50em) {
    .billboard__special-link {
      max-width: 200px;
      position: absolute;
      top: 42%;
      right: 5%;
      width: 20%; } }
  .billboard__special-link > img {
    display: inline-block; }
  .billboard__special-link > .hx {
    color: #fff;
    font-size: 1em; }
    .mti-active .billboard__special-link > .hx {
      font-weight: 300; }

/*------------------------------------*\
    `HOMEPAGE SHAME:
\*------------------------------------*/
@media screen and (min-width: 50em) {
  .page-home .form--global-search {
    padding-bottom: 0; } }
@media screen and (min-width: 50em) {
  .page-home .form--tools101-search {
    padding-bottom: 0; } }
.page-home .app-header--homepage {
  background: #222222 url(/assets/home-texture-brushedmetal-dark.jpg) repeat center center; }
.page-home .app-main {
  background: #fff; }

.supmark {
  font-size: 0.5em; }

/*------------------------------------*\
    `PROMO ASIDE:
\*------------------------------------*/
@media screen and (max-width: 49.9875em) {
  .promo-aside {
    background-color: #000; } }
@media screen and (max-width: 49.9875em) {
  .promo-aside {
    display: none; } }

.promo-aside__img {
  width: 100%; }
  @media screen and (max-width: 49.9875em) {
    .promo-aside__img {
      display: block;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); } }

.product-tabs__content .panel {
  margin-bottom: 0; }

/* Depricated:: */
.product-details-promo {
  padding: 0 0.625rem; }
  .product-details-promo img {
    width: 100%; }
    @media screen and (max-width: 62.4875em) {
      .product-details-promo img {
        display: block;
        margin: 0 auto 1.25em;
        max-width: 270px; } }

/*------------------------------------*\
    `PRODUCT WARRANTIES:
\*------------------------------------*/
.warranty-icon {
  display: inline-block;
  width: 150px;
  height: 50px;
  padding: 0 10px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  position: absolute;
  right: -12px;
  bottom: 0; }

.icon-warranty-logo-6 {
  width: 2.44629em; }

.icon-warranty-logo-4 {
  width: 2.44629em; }

.icon-warranty-logo-3 {
  width: 2.44629em; }

.icon-warranty-logo-2 {
  width: 2.44629em; }

/*------------------------------------*\
    `PRODUCT INFOMATION:
\*------------------------------------*/
.hd-icon {
  background: #e1e1e1 url(/assets/icons/bw-btn-icon.png ) no-repeat 8px 7px; }

.m-show {
  display: none; }

.ignore-p p {
  margin: 0;
  padding: 0;
  display: inline-block; }
.ignore-p br {
  display: none; }

/*------------------------------------*\
    `PRODUCT TABS:
\*------------------------------------*/
.product-tabs__content h5 {
  font-family: "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.product-video__list {
  margin-left: 0; }

.panel-features {
  display: none; }

.product-details-promo {
  padding: 0 0.625rem; }
  .product-details-promo img {
    width: 100%; }
    @media screen and (max-width: 62.4875em) {
      .product-details-promo img {
        display: block;
        margin: 0 auto 1.25em;
        max-width: 270px; } }


.tabs-content.border {
  border: 2px solid #b7cd4c;
  padding: 0; }

.product-tabs__content {
  padding: 0;
  background: #b7cd4c; }
  @media screen and (min-width: 50em) {
    .product-tabs__content {
      min-height: 330px; } }

/* #panel-specs, #panel-includes,
#panel-faqs, #panel-manuals,
#panel-parts {
    font: 1em $futura_book;
    padding: 2em;

    hr {
        border-color: #000;
    }
} */
.features--text {
  padding: 2em 3em;
  float: left; }
  .features--text ul {
    margin: 0; }
  .features--text li {
    list-style: initial;
    margin-left: 1.3em; }

.features--image {
  float: left; }

.product-details__text {
  line-height: 1.5em;
  margin-bottom: 1.5em;
  margin-top: 1em;
  min-height: 17.9em; }
  @media screen and (min-width: 50em) {
    .product-details__text {
      margin-right: 1em; } }
  @media screen and (min-width: 62.5em) {
    .product-details__text {
      margin-right: 1.875em; } }

/*------------------------------------*\
    `RECENT / RELATED SCROLLER:
\*------------------------------------*/
.products-scroller p {
  text-transform: uppercase;
  font: 0.8em "Futura W01 Book", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #42b3ee;
  padding: 0 1.25rem; }
.products-scroller img {
  padding: 0.625rem; }
.products-scroller li {
  border-left: 2px solid #ebebeb; }
.products-scroller .owl-item:first-child li {
  border-left: none; }

/*------------------------------------*\
   PRODUCT PAGE MEDIA QUERIES
\*------------------------------------*/
@media screen and (max-width: 49.9875em) {
  .button--create {
    margin: 0.625rem 0; }
  .features--text {
    padding: 1em; }
  .spacing {
    padding-left: 0 !important; }
  .m-show {
    display: block; }
  #panel-features .owl-controls {
    width: auto;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem; }
  .button--product-info {
    display: block; } }

/*------------------------------------*\
   MANUALS
\*------------------------------------*/
.form--manuals {
  position: static; }
  .form--manuals .input-manuals {
    margin-bottom: 1em;
    border-radius: 3px;
    text-transform: uppercase;
    border: 2px solid #ebebeb; }

/*------------------------------------*\
    PRODUCT BLURB OVERIDE
\*------------------------------------*/
.remove-margin {
  margin: 0; }

.panel-table {
  padding: 20px;
  font-weight: bold; }

.panel-table__header {
  border: 5px solid white;
  background: #b7cd4c;
  padding: 15px; }

.panel-table__details {
  border: 5px solid white;
  background: #cfde88;
  padding: 15px; }

#panel-features .owl-next {
  border-left: 0.5em solid #b7cd4c; }

#panel-features .owl-prev {
  border-right: 0.5em solid #b7cd4c; }

/*------------------------------------*\
   PROJECT STYLES
\*------------------------------------*/
.project_details__grid {
  margin-left: 0;
  margin-right: 0; }

.project__title {
  color: white; }

.zero-padding {
  padding: 0; }

.subheader--margin {
  margin-bottom: 1em; }

.project__font-size {
  font-size: 1em;
  border: none; }

.project__info--section {
  background: #b7cd4c;
  padding: 0.5em 1em;
  margin: 0.2em 0;
  color: white;
  text-align: right; }
  .project__info--section a {
    color: black; }

.project__info--sub-section ul {
  margin: 0 0 1em; }
.project__info--sub-section li {
  background: #b7cd4c;
  padding: 0.3em 0.5em;
  list-style: none; }
.project__info--sub-section li:nth-child(even) {
  background: #cfde88; }
.project__info--sub-section h1 {
  padding: 0.5em 1em;
  border: 0.2em solid #b7cd4c;
  margin-top: 0;
  margin-bottom: 0; }
.project__info--sub-section a {
  color: black; }
.project__info--sub-section p {
  margin: 0 0.5em; }

.project__info--endorsed {
  background: #b7cd4c;
  padding: 1em;
  margin: 0.5em 0; }
  .project__info--endorsed a {
    color: black; }
  .project__info--endorsed h4 {
    color: white; }

.project__info--email_link {
  background: #b7cd4c;
  padding: 1em; }
  .project__info--email_link a {
    color: white; }
  .project__info--email_link h4 {
    color: black; }

.user__info--email_link {
  background: #b7cd4c;
  padding: 1em; }
  .user__info--email_link a {
    color: white; }
  .user__info--email_link h4 {
    color: black; }

.product-faq-accordion {
  background: transparent; }
  .product-faq-accordion dd > a {
    color: black;
    background: transparent; }
  .product-faq-accordion dd > a:before {
    border-color: transparent transparent transparent black; }
  .product-faq-accordion dd > a:hover {
    color: white; }
  .product-faq-accordion dd.active > a:before {
    border-color: black transparent; }
  .product-faq-accordion .content.active {
    background: transparent;
    margin-left: 0.5em; }

/* Keep images from being bigger than they naturally are */
/*.owl-item >*/
.item > img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto !important; }

.js-slider .owl-next, .js-slider .owl-prev {
  margin-top: 0; }
.js-slider .owl-next {
  margin-right: -0.6em; }
.js-slider .owl-prev {
  margin-left: -0.6em; }
.js-slider .owl-controls {
  position: relative;
  top: -9em; }

.step-by-step__modal {
  background: black;
  text-align: center; }

.flex-video-new dialog .close-reveal-modal, .reveal-modal .close-reveal-modal, .reveal-modal dialog {
  top: -3rem;
  right: 0rem; }

/*------------------------------------*\
    `FORM `ERRORS:
\*------------------------------------*/
.error-message {
  color: #7b7b7b;
  font-size: 1em; }

.error-list {
  color: #f04124;
  font-style: italic;
  padding-left: 1.25em; }

span.error {
  background: none;
  padding: 0; }
  span.error input[type="text"], span.error input[type="password"], span.error input[type="date"], span.error input[type="datetime"], span.error input[type="datetime-local"], span.error input[type="month"], span.error input[type="week"], span.error input[type="email"], span.error input[type="number"], span.error input[type="search"], span.error input[type="tel"], span.error input[type="time"], span.error input[type="url"], span.error select, span.error textarea {
    border-color: #f04124; }

.error--checkbox, .error--box-input {
  color: #f04124; }

.label--box-input {
  font-size: 0.875em; }

.project--buttons__list li {
  padding: 0.15em;
  font: 0.85em "Futura W01 Book", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .project--buttons__list li a {
    color: #7b7b7b; }
  .project--buttons__list li b {
    font-family: "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.project-icon {
  background: url(/assets/icons/project-icons-sprite.png) no-repeat 0 0;
  height: 25px;
  width: 30px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle; }

.project-icon--vote {
  background-position: -65px 0; }

.project-icon--voted {
  background-position: -125px 0; }

.project-icon--comment {
  background-position: 0 0; }

.project-icon--list {
  background-position: -35px 0;
  margin: 0 auto;
  display: block; }

.project-icon--print {
  background-position: -90px 0;
  margin: 0 auto;
  display: block; }

.project-vote--button {
  float: right;
  margin-bottom: 0; }

.project-email_link--button {
  margin-bottom: 0; }

.project-thankyou--text {
  float: right;
  margin-top: 0.2em;
  color: black; }

/*------------------------------------*\
   TITLES
\*------------------------------------*/
.details--info__title {
  text-transform: uppercase;
  font: 1.5em "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: black;
  margin-bottom: 0; }

.product-details--model__title {
  text-transform: uppercase;
  font: 0.8em "Futura W01 Book", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #898989; }

.article__title {
  color: #b7cd4c;
  font-size: 1.5em; }

.product-details__title {
  text-transform: uppercase;
  color: #b7cd4c;
  font: 1.2em "Futura W01 Book", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.finder__title {
  text-transform: uppercase;
  color: #b7cd4c;
  font: 1.2em "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.sub__title {
  text-transform: uppercase;
  color: #7b7b7b;
  font: 1em "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  letter-spacing: 0.07em; }

.blog__title {
  color: #b7cd4c;
  font-size: 2em;
  margin: 0; }

.search__title {
  text-transform: uppercase;
  color: black;
  font: 1em "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.address__text {
  text-transform: uppercase;
  font-size: 1em;
  margin: 0; }

.blog--post__title {
  text-transform: uppercase;
  font: 1.2em "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin: 1.5em 0 0 0;
  color: #b7cd4c; }
  .blog--post__title a {
    color: #b7cd4c; }

.comment-post__title {
  text-transform: uppercase;
  color: #b7cd4c;
  font: 1em "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

/*------------------------------------*\
    `GENERAL LOGIN:
\*------------------------------------*/
.sign-in--container {
  background: #b7cd4c; }
  .sign-in--container input {
    margin: 0.3em 0;
    border-radius: 0.3em;
    border: 0px solid transparent; }
  .sign-in--container .button--submit {
    border-radius: 0;
    padding-top: 0.5em;
    background: #7b7b7b;
    height: 37px; }
  .sign-in--container .login--text {
    padding: 0.9em; }
  .sign-in--container .spacing {
    padding-left: 0.5em; }

.button--create {
  margin-left: 0.3125rem;
  padding: 0.4rem 1.25rem;
  margin-bottom: 0.4em;
  line-height: 1.1em; }

/*------------------------------------*\
    `MODAL LOGIN:
\*------------------------------------*/
#login-reveal-modal .registration > :last-child {
  margin-bottom: 0; }
#login-reveal-modal .flex-video {
  margin-bottom: 0; }

/*------------------------------------*\
    `USER REGISTRATION:
\*------------------------------------*/
.choose-country {
  text-transform: uppercase;
  padding: 0.625rem;
  color: #b7cd4c;
  text-align: center; }

.sign-up--container {
  border: 0.1em solid #b7cd4c;
  padding: 1em;
  margin-bottom: 1em; }
  .sign-up--container input[type="text"], .sign-up--container input[type="password"], .sign-up--container input[type="date"], .sign-up--container input[type="datetime"], .sign-up--container input[type="datetime-local"], .sign-up--container input[type="month"], .sign-up--container input[type="week"], .sign-up--container input[type="email"], .sign-up--container input[type="number"], .sign-up--container input[type="search"], .sign-up--container input[type="tel"], .sign-up--container input[type="time"], .sign-up--container input[type="url"], .sign-up--container textarea {
    border: 0.1em solid #b7cd4c;
    border-radius: 3px;
    margin: 0 0 1rem 0; }
  .sign-up--container h4 {
    text-transform: uppercase;
    margin: 0 0 0.2em 0; }
  .sign-up--container p {
    margin: 0; }
  .sign-up--container span.error {
    margin: 0; }

.f-dropdown a.blue {
  background-color: #42b3ee;
  color: #fff; }

.row.wishlist h2 {
  text-transform: uppercase; }
.row.wishlist h3 {
  padding-left: 0.7rem; }
.row.wishlist .side-nav a {
  text-transform: uppercase;
  font-size: 1.2rem; }
.row.wishlist .button {
  width: 100%;
  margin-bottom: 0; }

.wish-list-header__actions .button--remove:focus, .wish-list-header__actions .button--remove:hover {
  background-color: #eb312e;
  color: #fff; }

/*------------------------------------*\
   SERVICE CENTER
\*------------------------------------*/
.service-center--search {
  margin: 0 0.9rem; }
  .service-center--search:first-of-type {
    margin-left: 0; }

.news-container img {
  margin: 0 auto 1.5em;
  display: block;
  border: 3px solid #ddd; }

.search-service-center {
  margin-top: 0;
  margin-bottom: 16px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px; }

.search-service-center h3.h3_redbar {
  padding-bottom: 4px; }

.search-service-center.radius {
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px; }

#service-search-area {
  /*		width:477px;*/
  width: 307px;
  padding: 0; }

#service-search-field {
  float: left;
  clear: both;
  /*		width:420px;*/
  width: 250px; }

#service-search-field::-webkit-input-placeholder {
  font-style: italic; }

#service-search-field:-moz-placeholder {
  font-style: italic; }


#service-center-section #service-map {
  width: 100%;
  height: 500px;
  background-color: #bbb;
  display: block;
  border-bottom: 1px solid #bbb; }

.service-center-not-found {
  font-size: 14px;
  text-align: center; }

.service-center-not-found p:first-child {
  margin: 0 0 10px 0; }

#service-map {
  margin-left: 0; }

/*------------------------------------*\
    `FLEX VIDEO MODAL GLITCH FIX:
\*------------------------------------*/
.flex-video-new {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 1rem;
  overflow: visible; }

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

.reveal-modal--flex-video {
  padding: 0;
  z-index: 1000;
  background: black; }

dialog, .reveal-modal, dialog {
  max-width: 50em;
  min-height: 100px; }

.reveal-modal-bg {
  z-index: 999; }

.sweeps-main {
  background: url(/assets/sweeps/pt-gameday/repeating-bg.png) repeat-x 0 0; }
  .sweeps-main h1, .sweeps-main h2 b {
    font-family: "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    color: #3f3e3e; }
  .sweeps-main h2, .sweeps-main h3 {
    font-family: "Futura W01 Book", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    color: #3f3e3e; }
  .sweeps-main h1 {
    text-align: center;
    margin-bottom: 0;
    font-size: 2em; }
    @media screen and (min-width: 50em) {
      .sweeps-main h1 {
        font-size: 3em; } }
  .sweeps-main h2 {
    font-size: 1.8em; }
  .sweeps-main h2 b {
    text-transform: uppercase;
    font-size: 1em;
    color: #b7cf40; }
  .sweeps-main h3 {
    text-transform: uppercase;
    font-size: 2em; }
  .sweeps-main h3 img {
    margin-bottom: 5px; }
  .sweeps-main i {
    font-size: 1.1em; }
  .sweeps-main label, .sweeps-main legend {
    font-size: 1.3em; }
  .sweeps-main input[type="text"], .sweeps-main input[type="password"], .sweeps-main input[type="email"], .sweeps-main textarea, .sweeps-main select {
    border-radius: 5px; }
  .sweeps-main input[type="file"], .sweeps-main input[type="checkbox"], .sweeps-main input[type="radio"], .sweeps-main select {
    margin: 0;
    margin-top: 1.5em; }
    @media screen and (min-width: 50em) {
      .sweeps-main input[type="file"], .sweeps-main input[type="checkbox"], .sweeps-main input[type="radio"], .sweeps-main select {
        margin: 0 0 1rem 0; } }
  .sweeps-main .sweeps-form {
    margin: 40px 0;
    background: #b7cf40;
    border-top: 8px #a0b538 solid;
    border-bottom: 10px #a0b538 solid; }
    .sweeps-main .sweeps-form a {
      color: #3f3e3e;
      text-decoration: underline; }
  .sweeps-main .sweeps-form__input {
    padding: 1em 3em; }
  .sweeps-main .sweeps-form--title {
    margin-top: 20px; }
    .sweeps-main .sweeps-form--title p {
      text-align: center;
      color: #3f3e3e; }
  .sweeps-main .center-image {
    margin: 0 auto;
    display: block; }
  .sweeps-main .margin-top {
    margin-top: 60px; }
  .sweeps-main .title {
    margin-bottom: 30px;
    border-top: 6px #e1e1e1 solid;
    border-bottom: 6px #e1e1e1 solid; }
  .sweeps-main .hide {
    display: none; }
  .sweeps-main .submit-button {
    font-family: 'Futura W01 Bold';
    text-transform: uppercase;
    border: 0px solid #aaa;
    background: #a0b538;
    font-weight: bold;
    font-size: 1.5em;
    cursor: pointer;
    padding: 10px 0;
    width: 100%;
    color: #fff;
    margin-top: 1.5em; }
    .sweeps-main .submit-button:hover {
      background: #3f3e3e; }
    @media screen and (min-width: 50em) {
      .sweeps-main .submit-button {
        margin-top: 0; } }
  .sweeps-main .mobile-hide {
    display: none; }
    @media screen and (min-width: 50em) {
      .sweeps-main .mobile-hide {
        display: block; } }

.sweeps-modal {
  background: white; }
  .sweeps-modal .center-image {
    margin: 0 auto;
    display: block; }
  .sweeps-modal p {
    color: #3f3e3e;
    font-size: 1.3em;
    padding: 1em 10em; }

section.depot-offers {
  width: 90%;
  margin: 0 auto; }
  section.depot-offers h1 {
    color: #3ab2f1;
    text-transform: uppercase;
    font-family: "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    line-height: 2.5rem;
    padding-top: 1.9rem; }
    section.depot-offers h1 sup {
      font-size: 1.5rem !important; }
  section.depot-offers h2 {
    font-size: 1.5rem;
    color: #707070;
    margin-bottom: 1.5em; }
    section.depot-offers h2 sup {
      font-size: 1.3rem; }
  section.depot-offers hr.blue {
    border-color: #3ab2f1;
    border-width: 1.5px; }
  section.depot-offers h3 {
    color: #3ab2f1;
    font-size: 2.5rem;
    line-height: 2rem; }
    section.depot-offers h3 sup {
      font-size: 1.5rem; }
  section.depot-offers p {
    color: #707070; }
    section.depot-offers p.blue {
      color: #3ab2f1; }
  section.depot-offers .wrap {
    width: 100%;
    text-align: center; }
  section.depot-offers .button-set {
    width: 100%;
    text-align: center; }
  section.depot-offers .product-image img {
    margin-bottom: 2.5rem; }
  section.depot-offers .button:first-of-type {
    margin-left: 0.5rem; }
  section.depot-offers strong {
    font-family: "Futura W01 Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 600; }
  @media screen and (min-width: 62.5em) {
    section.depot-offers h1 {
      font-size: 3rem;
      line-height: 2.5rem; }
    section.depot-offers h2 {
      font-size: 2.5rem;
      line-height: 2.3rem; }
    section.depot-offers .row.sep .columns {
      padding: 0 2rem 0 2rem;
      border-right: 2px solid #cccccc; }
      section.depot-offers .row.sep .columns:first-of-type {
        padding-left: 0 !important; }
      section.depot-offers .row.sep .columns:last-of-type {
        border-right: none;
        padding-right: 0 !important; }
    section.depot-offers .row.bottom {
      padding-top: 3.5rem; }
    section.depot-offers .row .wrap {
      text-align: left; }
    section.depot-offers .row .button-set {
      width: auto;
      text-align: left;
      float: right; }
    section.depot-offers .row .product-image {
      min-height: 250px; } }

.twine-social {
  background: #f2f0f0;
  background: linear-gradient(to bottom, #f2f0f0 0%, #f2f0f0 5%, rgba(242, 240, 240, 0) 58%, rgba(242, 240, 240, 0) 100%);
  border-top: 5px #b7cd4c solid;
  overflow: hidden; }
  .twine-social .twine-item {
    padding: 20px;
    margin: 10px;
    display: block;
    max-width: 300px;
    background: #b7cd4c; }
    .twine-social .twine-item a {
      color: #000; }
  .twine-social h1 {
    font-size: 1.9rem;
    font-weight: 800;
    margin-top: 0.5em;
    margin-left: 0.5em; }
  .twine-social .sm {
    background: url(/assets/social/sm-social.png) no-repeat 0 0;
    height: 40px;
    width: 40px; }
  .twine-social .sm-list {
    margin: 0;
    margin-top: 1.25rem;
    margin-right: 1em;
    margin-bottom: 1rem;
    float: right; }
  .twine-social .button {
    margin: 0 auto;
    display: block;
    max-width: 250px; }
  .twine-social .sm-list > li {
    margin: 0 2px; }
    .twine-social .sm-list > li .button {
      margin: 0;
      margin-left: 10px; }
    .twine-social .sm-list > li:last-child {
      border-left: dotted 2px #e0dddd; }
  .twine-social .sm--twitter {
    background-position: -51px 0; }
  .twine-social .sm--pinterest {
    background-position: -101px 0; }
  .twine-social .sm--youtube {
    background-position: -152px 0; }
  .twine-social .sm--instagram {
    background-position: -203px 0; }
  .twine-social .sm--googleplus {
    background-position: -253px 0; }
  .twine-social .twine-load-more {
    background-color: #fff;
    border: 0;
    border-top: 5px solid #47b4ef;
    height: 150px;
    margin: 0; }
  .twine-social .fade-out {
    background: url('http://eff5c75290b0e498bfcc-cdb2fd2cc8e016557784fa363a2704b5.r93.cf1.rackcdn.com/twine/fade.png') 0 0 repeat-x;
    position: relative;
    height: 288px;
    width: 100%;
    margin-top: -283px;
    padding-top: 313px; }
  .twine-social iframe {
    padding: 0 15px;
    height: 570px !important; }
  @media screen and (max-width: 37.4875em) {
    .twine-social .sm-list {
      margin: 0 auto;
      width: 250px;
      margin-bottom: 1rem;
      float: none; }
    .twine-social h1 {
      margin-left: 0;
      text-align: center; }
    .twine-social iframe {
      height: 1000px !important; } }

.twine-social__landing {
  background: #fff url(/assets/social/main-bg.jpg) 0 0 repeat-x; }
  .twine-social__landing h1 {
    text-align: center;
    font-size: 1.2rem;
    padding: 0.3em 0;
    color: #fff; }
  .twine-social__landing .wrap {
    box-shadow: 0 0 5em rgba(0, 0, 0, 0.3); }
  .twine-social__landing .nav-chooser {
    background-color: #2d2d2d; }
  .twine-social__landing .app-frontmatter, .twine-social__landing .app-main {
    background: transparent;
    border-top: 0; }
  .twine-social__landing .islet {
    background: #fff;
    padding: 0; }
  .twine-social__landing .app-header .wrap {
    height: 30px; }
  .twine-social__landing .twine-social__logo {
    background: url(/assets/logo-ryobination.stacked.svg) no-repeat center center;
    height: 124px;
    width: 192px; }
  .twine-social__landing .site-title {
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.7);
    background: #2d2d2c;
    position: relative;
    max-width: 192px;
    margin: 0 auto;
    display: block;
    z-index: 200;
    top: -0.25em; }
  .twine-social__landing #top {
    margin: 20px auto;
    display: block;
    min-width: 272px;
    max-width: 272px; }
  .twine-social__landing .sm {
    background: url(/assets/social/sm-social__landing.png) no-repeat 0 0;
    height: 40px;
    width: 40px; }
  .twine-social__landing .sm-list {
    margin-top: 1.25rem; }
  .twine-social__landing .sm-list > li {
    margin: 0 5px; }
  .twine-social__landing .sm--twitter {
    background-position: -51px 0; }
  .twine-social__landing .sm--pinterest {
    background-position: -101px 0; }
  .twine-social__landing .sm--youtube {
    background-position: -152px 0; }
  .twine-social__landing .sm--instagram {
    background-position: -203px 0; }
  .twine-social__landing .sm--googleplus {
    background-position: -253px 0; }
  .twine-social__landing .back-icon {
    background: url(/assets/social/arrow.png) no-repeat 0 0;
    margin-bottom: -2px;
    height: 12px;
    width: 12px; }
  .twine-social__landing .nav-list a { }
  .twine-social__landing .app-header .wrap {
    padding: 0; }
  @media screen and (max-width: 37.4875em) {
    .twine-social__landing .twine-social__logo {
      height: 77px;
      max-width: 200px; }
    .twine-social__landing .site-title {
      max-width: 200px; }
    .twine-social__landing #top {
      margin: 13px auto;
      display: block;
      max-width: 200px; } }
  @media screen and (max-width: 49.9875em) {
    .twine-social__landing .twine-social__logo {
      height: 77px;
      max-width: 200px; }
    .twine-social__landing #top {
      margin: 10px auto; }
    .twine-social__landing .site-title {
      max-width: 200px; }
    .twine-social__landing .app-preface .wrap {
      height: 200px !important; } }

#twine-toolbar-launcher {
  display: none; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /*
     * Don't show links for images, or javascript/internal links
     */
  /**
     * HIDE GLOBAL PARTS
     */
  /* PROJECTS & PRODUCTS: */
  /* OWL CAROUSELS */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr, img {
    page-break-inside: avoid; }
  img {
    display: block;
    margin-bottom: 1rem;
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .app-navigation, .app-navigation *, .app-preface, .app-preface *, .nation-tour, .nation-tour *, .nav-primary__level-two, .nav-primary__level-two *, .app-footer__primary, .app-footer__primary * {
    display: none !important; }
  .app-name__brand {
    display: block !important; }
  .app-name__logo {
    display: inline-block !important;
    margin-bottom: 1rem !important;
    padding: 0 !important;
    overflow: visible !important;
    text-indent: 0em !important;
    text-decoration: none !important; }
    .app-name__logo:after {
      display: none !important; }
  .app-footer__secondary {
    border-top: 2px solid #b7cd4c; }
  .sm-list, .sm-list--large, .sm-list--color {
    display: none; }
  .product__body:after, .project__body:after, .project__body:after, .project__body:after {
    display: none; }
  .project__info--section {
    text-align: left; }
    .project__info--section a:after {
      display: none; }
  .project__how-to {
    display: block;
    position: static;
    width: auto; }
  .owl-carousel {
    clear: both; }
  .owl-carousel .owl-wrapper-outer {
    height: auto !important;
    overflow: visible; }
  .owl-wrapper {
    left: 0;
    max-width: 100% !important; }
  .owl-carousel .owl-item {
    height: auto !important;
    margin-bottom: 1rem;
    width: auto !important; }
    .owl-carousel .owl-item a {
      display: inline-block; }
  .slideshow--container .synced .item {
    border: none; }
  .button, .mst3k-popup, .button--back, .app-header, .synced {
    display: none; } }
