/* Scss files that should be imported on all pages. */
/* Reset styles
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'FF DIN Round Pro';
  src: url("../fonts/din-light-webfont.eot");
  src: url("../fonts/din-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/din-light-webfont.woff") format("woff"), url("../fonts/din-light-webfont.ttf") format("truetype"), url("../fonts/din-light-webfont.svg#din_round_prolight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FF DIN Round Pro';
  src: url("../fonts/din-medium-webfont.eot");
  src: url("../fonts/din-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/din-medium-webfont.woff") format("woff"), url("../fonts/din-medium-webfont.ttf") format("truetype"), url("../fonts/din-medium-webfont.svg#din_round_promedium") format("svg");
  font-weight: bold;
  font-style: normal; }
/* Useful classes for extending */
.fixed-width:before, .wrapper:before {
  display: table;
  content: ""; }
.fixed-width:after, .wrapper:after {
  content: "";
  display: table;
  clear: both; }

.slider .slide .slide-info-inner.middle, .sections .section-info-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.prefooter-background, .prefooter-section.show, .slider .slide .slide-info-inner > .show, .slider .next, .slider .start, .slider .prev, .slider .close, .product-info .shop-now-link, .sections .section-img::after, .sections .section-info-inner a {
  transition-duration: 0.3s;
  transition-timing-function: ease; }

.red-font {
  color: #f15a5f; }

/* Base styles */
::selection {
  background: rgba(241, 90, 95, 0.3); }

a {
  color: #f15a5f;
  -webkit-tap-highlight-color: rgba(241, 90, 95, 0.3); }

html,
body {
  background: #f7f7f7;
  font-family: "FF DIN Round Pro", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 100%;
  min-width: 320px;
  color: #474747;
  max-width: 1800px;
  margin: 0 auto;
  height: 100%; }
  @media screen and (max-width: 585px) {
    html,
    body {
      font-size: 0.95rem; } }

#old {
  font-size: 16px; }

.nav-list {
  display: inline-block; }

.paragraph {
  text-align: center;
  position: relative;
  max-width: 675px;
  letter-spacing: .033em;
  font-size: 1rem;
  display: inline-block;
  line-height: 2.1rem;
  padding-top: 6px; }
  @media screen and (max-width: 585px) {
    .paragraph {
      margin-left: 17px;
      margin-right: 17px; } }

img {
  max-width: 100%; }

/* TODO(adamkuipers): Remove custom header styles. Use classes instead.
 * Makes header tags near unusable.
 */
h1 {
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center; }

h2 {
  font-size: 1.125rem; }

h3 {
  font-size: 1.125rem; }

h2,
h3 {
  font-weight: bold;
  letter-spacing: 1px; }

h5 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 38px;
  margin-top: 10px;
  text-align: center; }
  @media screen and (max-width: 585px) {
    h5 {
      line-height: 4rem; } }

h6 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: medium; }

/* Grid system stuff
   .col-1 through .col-12 for a 12 column grid
   .tablet-col-1 through .tablet-col-12 for a 12 column grid
   .mobile-col-1 through .mobile-col-12 for a 12 column grid
   - add tablet- or mobile- to apply the number of columns
     on tablet or mobile only
*/
.fixed-width {
  max-width: 900px;
  padding: 45px 11.25px 52.5px;
  box-sizing: border-box;
  margin: 0 auto; }
  .fixed-width.wide {
    max-width: 1200px;
    padding-left: 45px;
    padding-right: 45px; }
  .fixed-width [class*="col-"] {
    float: left;
    padding: 0 11.25px 39.375px 11.25px;
    box-sizing: border-box; }
  .fixed-width .col-1 {
    width: 8.33333%; }
  .fixed-width .spacer-1x1 {
    width: 100%;
    padding-bottom: calc((100% - 0px) / 1); }
  .fixed-width .col-2 {
    width: 16.66667%; }
  .fixed-width .spacer-2x1 {
    width: 100%;
    padding-bottom: calc((100% - 22px) / 2); }
  .fixed-width .col-3 {
    width: 25%; }
  .fixed-width .spacer-3x1 {
    width: 100%;
    padding-bottom: calc((100% - 45px) / 3); }
  .fixed-width .col-4 {
    width: 33.33333%; }
  .fixed-width .spacer-4x1 {
    width: 100%;
    padding-bottom: calc((100% - 67px) / 4); }
  .fixed-width .col-5 {
    width: 41.66667%; }
  .fixed-width .spacer-5x1 {
    width: 100%;
    padding-bottom: calc((100% - 90px) / 5); }
  .fixed-width .col-6 {
    width: 50%; }
  .fixed-width .spacer-6x1 {
    width: 100%;
    padding-bottom: calc((100% - 112px) / 6); }
  .fixed-width .col-7 {
    width: 58.33333%; }
  .fixed-width .spacer-7x1 {
    width: 100%;
    padding-bottom: calc((100% - 135px) / 7); }
  .fixed-width .col-8 {
    width: 66.66667%; }
  .fixed-width .spacer-8x1 {
    width: 100%;
    padding-bottom: calc((100% - 157px) / 8); }
  .fixed-width .col-9 {
    width: 75%; }
  .fixed-width .spacer-9x1 {
    width: 100%;
    padding-bottom: calc((100% - 180px) / 9); }
  .fixed-width .col-10 {
    width: 83.33333%; }
  .fixed-width .spacer-10x1 {
    width: 100%;
    padding-bottom: calc((100% - 202px) / 10); }
  .fixed-width .col-11 {
    width: 91.66667%; }
  .fixed-width .spacer-11x1 {
    width: 100%;
    padding-bottom: calc((100% - 225px) / 11); }
  .fixed-width .col-12 {
    width: 100%; }
  .fixed-width .spacer-12x1 {
    width: 100%;
    padding-bottom: calc((100% - 247px) / 12); }
  @media screen and (max-width: 768px) {
    .fixed-width .tablet-col-1 {
      width: 8.33333%; }
    .fixed-width .tablet-spacer-1x1 {
      width: 100%;
      padding-bottom: calc((100% - 0px) / 1); }
    .fixed-width .tablet-col-2 {
      width: 16.66667%; }
    .fixed-width .tablet-spacer-2x1 {
      width: 100%;
      padding-bottom: calc((100% - 22px) / 2); }
    .fixed-width .tablet-col-3 {
      width: 25%; }
    .fixed-width .tablet-spacer-3x1 {
      width: 100%;
      padding-bottom: calc((100% - 45px) / 3); }
    .fixed-width .tablet-col-4 {
      width: 33.33333%; }
    .fixed-width .tablet-spacer-4x1 {
      width: 100%;
      padding-bottom: calc((100% - 67px) / 4); }
    .fixed-width .tablet-col-5 {
      width: 41.66667%; }
    .fixed-width .tablet-spacer-5x1 {
      width: 100%;
      padding-bottom: calc((100% - 90px) / 5); }
    .fixed-width .tablet-col-6 {
      width: 50%; }
    .fixed-width .tablet-spacer-6x1 {
      width: 100%;
      padding-bottom: calc((100% - 112px) / 6); }
    .fixed-width .tablet-col-7 {
      width: 58.33333%; }
    .fixed-width .tablet-spacer-7x1 {
      width: 100%;
      padding-bottom: calc((100% - 135px) / 7); }
    .fixed-width .tablet-col-8 {
      width: 66.66667%; }
    .fixed-width .tablet-spacer-8x1 {
      width: 100%;
      padding-bottom: calc((100% - 157px) / 8); }
    .fixed-width .tablet-col-9 {
      width: 75%; }
    .fixed-width .tablet-spacer-9x1 {
      width: 100%;
      padding-bottom: calc((100% - 180px) / 9); }
    .fixed-width .tablet-col-10 {
      width: 83.33333%; }
    .fixed-width .tablet-spacer-10x1 {
      width: 100%;
      padding-bottom: calc((100% - 202px) / 10); }
    .fixed-width .tablet-col-11 {
      width: 91.66667%; }
    .fixed-width .tablet-spacer-11x1 {
      width: 100%;
      padding-bottom: calc((100% - 225px) / 11); }
    .fixed-width .tablet-col-12 {
      width: 100%; }
    .fixed-width .tablet-spacer-12x1 {
      width: 100%;
      padding-bottom: calc((100% - 247px) / 12); } }
  @media screen and (max-width: 585px) {
    .fixed-width .mobile-col-1 {
      width: 8.33333%; }
    .fixed-width .mobile-spacer-1x1 {
      width: 100%;
      padding-bottom: calc((100% - 0px) / 1); }
    .fixed-width .mobile-col-2 {
      width: 16.66667%; }
    .fixed-width .mobile-spacer-2x1 {
      width: 100%;
      padding-bottom: calc((100% - 22px) / 2); }
    .fixed-width .mobile-col-3 {
      width: 25%; }
    .fixed-width .mobile-spacer-3x1 {
      width: 100%;
      padding-bottom: calc((100% - 45px) / 3); }
    .fixed-width .mobile-col-4 {
      width: 33.33333%; }
    .fixed-width .mobile-spacer-4x1 {
      width: 100%;
      padding-bottom: calc((100% - 67px) / 4); }
    .fixed-width .mobile-col-5 {
      width: 41.66667%; }
    .fixed-width .mobile-spacer-5x1 {
      width: 100%;
      padding-bottom: calc((100% - 90px) / 5); }
    .fixed-width .mobile-col-6 {
      width: 50%; }
    .fixed-width .mobile-spacer-6x1 {
      width: 100%;
      padding-bottom: calc((100% - 112px) / 6); }
    .fixed-width .mobile-col-7 {
      width: 58.33333%; }
    .fixed-width .mobile-spacer-7x1 {
      width: 100%;
      padding-bottom: calc((100% - 135px) / 7); }
    .fixed-width .mobile-col-8 {
      width: 66.66667%; }
    .fixed-width .mobile-spacer-8x1 {
      width: 100%;
      padding-bottom: calc((100% - 157px) / 8); }
    .fixed-width .mobile-col-9 {
      width: 75%; }
    .fixed-width .mobile-spacer-9x1 {
      width: 100%;
      padding-bottom: calc((100% - 180px) / 9); }
    .fixed-width .mobile-col-10 {
      width: 83.33333%; }
    .fixed-width .mobile-spacer-10x1 {
      width: 100%;
      padding-bottom: calc((100% - 202px) / 10); }
    .fixed-width .mobile-col-11 {
      width: 91.66667%; }
    .fixed-width .mobile-spacer-11x1 {
      width: 100%;
      padding-bottom: calc((100% - 225px) / 11); }
    .fixed-width .mobile-col-12 {
      width: 100%; }
    .fixed-width .mobile-spacer-12x1 {
      width: 100%;
      padding-bottom: calc((100% - 247px) / 12); } }

.fixed-width.medium {
  max-width: 1000px; }

.fixed-width.about {
  max-width: 780px; }

.fixed-width.studio {
  max-width: 810px;
  padding-top: 20px; }

.fixed-width.slogan {
  max-width: 1300px;
  padding-bottom: 22.5px; }

.fixed-width.short {
  padding-top: 41px;
  padding-bottom: 47px; }

.fixed-width.short [class*="col-"] {
  padding-bottom: 0; }

@media screen and (max-width: 585px) {
  .jump-links {
    display: none; } }
.jump-links {
  text-align: center; }

/* to compensate for fixed navbar we add padding. */
.jump-ref {
  padding-top: 40px; }

.nav-list {
  display: inline-block; }

.nav-list-item {
  position: relative;
  width: 150px;
  text-decoration: none;
  display: inline-block;
  margin: 30px 0; }

.nav-list-item-link {
  text-decoration: none; }
  .nav-list-item-link:hover {
    text-decoration: underline; }

.text-block {
  font-size: 1.1rem;
  line-height: 2.5rem;
  letter-spacing: 0.033em;
  margin-bottom: 22.5px; }

.text-picker {
  font-size: .9rem;
  line-height: 1.2rem;
  letter-spacing: 0.033em; }

.bold-font {
  font-weight: bold; }

.brand-font {
  color: #f15a5f; }

.grey-font {
  color: #afafaf; }

.white-font {
  color: white; }

.uppercase {
  text-transform: uppercase; }

.wrapper {
  box-sizing: border-box;
  margin: 0 -11.25px; }

/* -- Background colors -- */
.white-bg {
  background-color: white; }

.light-grey-bg {
  background-color: #f2f2f2; }

.lighter-grey-bg {
  background-color: #f8f8f8; }

.black-bg {
  background-color: #1f1f1f; }

@media screen and (max-width: 768px) {
  .block-on-tablet {
    display: block; } }
.loader {
  display: inherit; }
  .loader div {
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #f15a5f;
    opacity: 0;
    margin: 0 2px;
    border-radius: 5px;
    -webkit-animation: loading 1000ms;
    -moz-animation: loading 1000ms;
    -ms-animation: loading 1000ms;
    animation: loading 1000ms;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
    .loader div:nth-child(1) {
      -webkit-animation-delay: 200ms;
      -moz-animation-delay: 200ms;
      -ms-animation-delay: 200ms;
      animation-delay: 200ms; }
    .loader div:nth-child(2) {
      -webkit-animation-delay: 400ms;
      -moz-animation-delay: 400ms;
      -ms-animation-delay: 400ms;
      animation-delay: 400ms; }
    .loader div:nth-child(3) {
      -webkit-animation-delay: 600ms;
      -moz-animation-delay: 600ms;
      -ms-animation-delay: 600ms;
      animation-delay: 600ms; }

.app-link {
  display: inline-block;
  font-size: 0;
  margin: 15px 3px 15px 0px;
  vertical-align: middle; }

.app-link-img {
  display: inline-block;
  height: 50px;
  vertical-align: middle; }
  @media screen and (max-width: 585px) {
    .app-link-img {
      height: 40px; } }

.app-link-img-small {
  display: inline-block;
  height: 40px;
  vertical-align: middle; }
  @media screen and (max-width: 585px) {
    .app-link-img-small {
      display: none; } }

.vcenter {
  vertical-align: middle; }

.app-link-text-container {
  margin: auto;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.2rem;
  height: 40px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 135px;
  background-color: #f15a5f; }
  @media screen and (max-width: 585px) {
    .app-link-text-container {
      display: none; } }

.app-link-text {
  font-size: .9rem;
  font-weight: medium;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
  top: 43%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.app-link-text-container:hover {
  transition-duration: 200ms;
  transition-timing-function: ease;
  transition-timing-function: ease-out;
  background-color: #7c7c7c; }

.shop-now-btn {
  font-size: 0.95rem;
  display: inline-block;
  padding: 0.7125rem 1.9rem;
  letter-spacing: 0;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 1px;
  background: white;
  color: #f15a5f;
  text-transform: uppercase; }

.grey-tint {
  position: relative; }
  .grey-tint::before {
    background: rgba(81, 81, 81, 0.6);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

.project-detail-wrapper {
  background-color: white;
  width: 625px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    .project-detail-wrapper {
      width: 550px; } }
  @media screen and (max-width: 585px) {
    .project-detail-wrapper {
      width: 300px; } }

.project-detail {
  width: 80%;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 1.5em;
  font-size: 0.95rem; }

@keyframes loading {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes loading {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes enter {
  from {
    transform: translate(-50%, -25%);
    opacity: 0; }
  to {
    transform: translate(-50%, -50%);
    opacity: 1; } }
@-webkit-keyframes enter {
  from {
    -webkit-transform: translate(-50%, -25%);
    opacity: 0; }
  to {
    -webkit-transform: translate(-50%, -50%);
    opacity: 1; } }
.site-header {
  position: fixed;
  line-height: 74px;
  top: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
  z-index: 100;
  transition: background 250ms; }
  @media screen and (max-width: 840px) {
    .site-header {
      padding: 0 7.5px;
      position: static;
      background: white; } }
  @media screen and (max-width: 585px) {
    .site-header {
      height: 60px;
      line-height: 60px;
      padding: 0 1.875px 0 0; } }
  .site-header a {
    color: #f15a5f;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .04rem; }
  .site-header.slider-open {
    background: white;
    bottom: 0;
    position: absolute;
    top: auto; }
  .site-header.static {
    position: static; }
  .site-header.trans-white {
    background-color: rgba(255, 255, 255, 0.9); }

/*
  for adding extra space behind the navbar
  pushes the content down so its not behind
  the navbar
*/
.site-header-spacer {
  height: 74px; }
  @media screen and (max-width: 840px) {
    .site-header-spacer {
      display: none; } }

.banner {
  color: white;
  line-height: 25px;
  height: 25px;
  background-color: #f15a5f;
  padding-bottom: 4px;
  padding-top: 1px;
  width: 100%; }
  @media screen and (max-width: 840px) {
    .banner {
      display: none; } }

.banner a {
  color: white;
  letter-spacing: .01rem; }

.banner .left {
  font-size: 0.95rem;
  font-weight: bold;
  float: left;
  text-transform: none;
  margin-left: 20px;
  position: absolute; }

.banner .right {
  float: right;
  text-transform: uppercase;
  margin-right: 20px;
  font-size: .95rem; }

.halloween {
  background-color: #FF7202; }

.banner .mobile {
  margin: 0 20px;
  text-align: center;
  display: none; }

.banner :not(.mobile) a:hover {
  border-bottom-color: white; }

.header-container {
  height: 75px;
  padding: 0 15px; }
  @media screen and (max-width: 585px) {
    .header-container {
      padding: 0 7.5px; } }

#nav-heart, .site-title {
  float: left;
  height: inherit;
  display: block;
  line-height: inherit;
  /* vertically center text */
  letter-spacing: 2px; }

#nav-heart, .expanding-heart-initial {
  width: 60px;
  background-image: url("//socialprintstudio.imgix.net/heart.svg");
  background-size: 29px;
  background-repeat: no-repeat;
  background-position: center center; }
  @media screen and (max-width: 585px) {
    #nav-heart, .expanding-heart-initial {
      background-position: 30% 32%;
      width: 40px; } }

@-webkit-keyframes thumb {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(1.15); }
  50% {
    -webkit-transform: scale(1); }
  70% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
#nav-heart:hover {
  animation-timing-function: ease;
  -webkit-animation-name: thumb;
  -webkit-animation-duration: 700ms;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear; }

.expanding-heart-initial {
  position: fixed;
  z-index: 10000000000;
  background-size: 100%; }

.expanding-heart-expand {
  transition: all 2s;
  opacity: 0;
  width: 700px !important;
  height: 700px !important;
  pointer-events: none; }
  @media screen and (max-width: 840px) {
    .expanding-heart-expand {
      width: 500px !important;
      height: 500px !important; } }
  @media screen and (max-width: 585px) {
    .expanding-heart-expand {
      width: 300px !important;
      height: 300px !important; } }

/* Changing text to SPS */
@media screen and (max-width: 585px) {
  .site-title span {
    display: none; } }

@media screen and (max-width: 585px) {
  .site-title:after {
    content: "SPS";
    float: left;
    padding-left: 5px; } }
@media screen and (max-width: 400px) {
  .site-title:after {
    display: none; } }

.site-header .white-bg {
  background: white; }

hr.vert-divider {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  width: 1px;
  height: 70%;
  border: none;
  background-color: black; }
  @media screen and (max-width: 1090px) {
    hr.vert-divider {
      display: none; } }
  @media screen and (max-width: 840px) {
    hr.vert-divider {
      display: none; } }

span.formerly {
  float: left;
  font-size: 11pt;
  text-transform: none;
  letter-spacing: 1.0px; }
  @media screen and (max-width: 1090px) {
    span.formerly {
      display: none; } }
  @media screen and (max-width: 840px) {
    span.formerly {
      display: none; } }

span.former-logo {
  position: relative;
  top: 9px;
  left: 0px; }
  @media screen and (max-width: 1090px) {
    span.former-logo {
      display: none; } }
  @media screen and (max-width: 840px) {
    span.former-logo {
      display: none; } }

span.former-logo img {
  object-fit: contain;
  width: 150px;
  height: auto;
  margin-left: 11px; }

.site-nav {
  position: relative;
  top: 1px;
  /* for alignment */
  float: right;
  font-size: 0.85rem;
  line-height: inherit;
  /* vertically center text */
  height: inherit; }
  @media screen and (max-width: 840px) {
    .site-nav {
      font-size: 0.7rem; } }
  @media screen and (max-width: 585px) {
    .site-nav {
      font-size: 0.65rem; } }
  .site-nav > ul > li {
    float: left;
    position: relative; }
    .site-nav > ul > li a {
      display: block;
      padding: 0 16px; }
      @media screen and (max-width: 840px) {
        .site-nav > ul > li a {
          padding: 0 8px; } }
    .site-nav > ul > li ul {
      display: none;
      background: white;
      top: 74px;
      left: 0;
      line-height: normal;
      font-size: 0.85rem;
      z-index: 1000000000;
      white-space: nowrap;
      padding: 20px 30px; }
      @media screen and (max-width: 585px) {
        .site-nav > ul > li ul {
          font-size: 0.7rem; } }
      @media screen and (max-width: 585px) {
        .site-nav > ul > li ul {
          padding: 15px; } }
      .site-nav > ul > li ul > li a {
        color: dimgray;
        padding: 10px 0; }
        .site-nav > ul > li ul > li a:hover {
          color: #f15a5f; }
      .site-nav > ul > li ul > li:last-child a {
        margin-bottom: 0; }
    @media screen and (min-width: 586px) {
      .site-nav > ul > li:hover > a {
        background: white; }
      .site-nav > ul > li:hover ul {
        display: inherit;
        position: absolute; } }
    .site-nav > ul > li #cart-link img {
      height: 20px;
      vertical-align: middle; }

.jump-link-anchor {
  height: 109px;
  margin-top: -109px;
  visibility: hidden; }

@media screen and (max-width: 585px) {
  .site-nav .drop {
    display: none; } }

@media screen and (max-width: 840px) {
  #nav-applink {
    display: none; } }
#nav-applink img {
  vertical-align: middle;
  height: 30px; }

.show-red-on-hover .red {
  display: none; }

.show-red-on-hover:hover .red {
  display: inline; }
.show-red-on-hover:hover .grey {
  display: none; }

.site-footer {
  background: #dbdbdb; }
  .site-footer.white {
    background: white; }
  .site-footer h3, .site-footer p {
    margin-bottom: 22.5px; }
  .site-footer-section-info {
    font-size: 0.85rem;
    line-height: 1.3rem; }
  .site-footer-links li {
    margin-bottom: 11.25px; }
    .site-footer-links li a {
      text-decoration: none;
      color: dimgray; }
      .site-footer-links li a:hover {
        color: #f15a5f; }
  .site-footer a {
    text-decoration: none; }

.newsletter-signup {
  text-align: center; }

.social-img svg {
  height: 15px;
  max-width: 100%;
  margin: 9px 7px 0px 0px; }

.social-img.black svg path {
  fill: black; }
  .social-link:hover .social-img.black svg path {
    fill: #f15a5f; }

.pinterest {
  width: 20px; }

.brand-fill {
  fill: #f15a5f; }

#post-footer {
  background-color: #f15a5f;
  color: white; }
  #post-footer .ps {
    font-size: .9em;
    line-height: 1.8em;
    margin-top: 15px; }
    #post-footer .ps-label {
      width: 45px;
      display: inline-block; }
    #post-footer .ps-text {
      font-size: .9em; }
    #post-footer .ps.root {
      margin-top: 0; }
    #post-footer .ps span {
      display: table-cell; }
  #post-footer a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white; }

.newsletter-signup form {
  font-size: 0; }
.newsletter-signup input {
  -webkit-appearance: none;
  font-family: "FF DIN Round Pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  border-radius: 4px;
  vertical-align: middle; }
  .newsletter-signup input.text {
    border: 1px solid dimgray;
    padding: 0.5rem;
    width: 260px;
    margin-right: 15px; }
    @media screen and (max-width: 585px) {
      .newsletter-signup input.text {
        width: 90%;
        box-sizing: border-box;
        margin-right: 0;
        margin-bottom: 15px;
        text-align: center; } }
  .newsletter-signup input[type=submit] {
    background: #f15a5f;
    border: none;
    color: white;
    font-size: 0.95rem;
    height: 38px;
    padding: 0.5rem 1.5rem;
    cursor: pointer; }
    .newsletter-signup input[type=submit]:hover {
      background: dimgray; }
  .newsletter-signup input:focus {
    border-color: #f15a5f;
    outline: none; }

.app-sms-fields {
  text-align: center; }

.app-sms-label {
  font-size: 1.65rem;
  font-weight: bold;
  margin-right: 4px;
  vertical-align: middle; }

.app-sms-input {
  -webkit-appearance: none;
  border-radius: 4px;
  font-family: "FF DIN Round Pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  vertical-align: middle; }
  .app-sms-input:focus {
    border-color: #f15a5f;
    outline: none; }
  .app-sms-input:disabled {
    border-color: #dbdbdb;
    background: #dbdbdb;
    cursor: not-allowed; }

.app-sms-input-text {
  border: 2px solid #f15a5f;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  box-sizing: border-box;
  padding: 0.5rem;
  width: 260px; }
  @media screen and (max-width: 585px) {
    .app-sms-input-text {
      box-sizing: border-box;
      margin-bottom: 15px;
      margin-right: 0;
      text-align: center;
      width: 90%; } }

.app-sms-input-submit {
  background: #f15a5f;
  border: 2px solid #f15a5f;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  color: white;
  cursor: pointer;
  margin: 0;
  padding: 0.5rem 1.5rem; }
  .app-sms-input-submit:hover, .app-sms-input-submit:disabled {
    background: dimgray;
    border-color: dimgray; }

.prefooter {
  position: relative;
  background: rgba(0, 0, 0, 0.35); }
  @media screen and (min-width: 586px) {
    .prefooter {
      padding: 45px 0; } }
  .prefooter-background {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0; }
    .prefooter-background.show {
      opacity: .8; }
  .prefooter #prefooter-inner {
    position: relative; }
  .prefooter-section {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0; }
    .prefooter-section.show {
      opacity: 1;
      visibility: visible;
      position: static; }
    .prefooter-section h1 {
      color: white;
      font-size: 2.25rem;
      text-transform: uppercase;
      letter-spacing: 2px;
      text-align: center;
      line-height: 1.5;
      /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
      -ms-word-break: break-all;
      word-break: break-all;
      /* Non standard for webkit */
      word-break: break-word;
      /* CSS3 Hyphens */
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; }
      .prefooter-section h1 span {
        display: inline-block;
        margin-bottom: 10px; }
  .prefooter-link {
    font-size: 1rem;
    display: inline-block;
    padding: 0.75rem 2rem;
    letter-spacing: 0;
    border-radius: 4px;
    text-decoration: none;
    text-transform: none;
    background: #f15a5f;
    color: white;
    vertical-align: text-bottom;
    margin-top: 10px; }
    .prefooter-link:hover {
      background: #828282; }
  .prefooter-social {
    text-align: center; }
    .prefooter-social li {
      display: inline-block;
      margin: 0 15px; }
      @media screen and (max-width: 585px) {
        .prefooter-social li {
          margin: 0 10px; } }
      .prefooter-social li img {
        height: 37.5px; }

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  width: 100%; }

.swipe-wrap {
  overflow: hidden;
  position: relative;
  height: 100%; }

.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative; }

.slider {
  height: calc(100% - 74px);
  background: #f7f7f7;
  position: relative; }
  @media screen and (max-width: 840px) {
    .slider {
      height: 100%; } }
  .slider.show {
    display: inherit; }
    @media screen and (max-width: 840px) {
      .slider.show {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10; } }
  .slider .slide {
    height: 100%;
    width: 100%; }
    @media screen and (max-width: 840px) {
      .slider .slide::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.5); } }
    .slider .slide.lighten {
      color: white; }
      @media screen and (max-width: 840px) {
        .slider .slide.lighten::after {
          background: rgba(105, 105, 105, 0.25); } }
    .slider .slide .hidden {
      height: 0;
      float: left; }
    .slider .slide .slide-info {
      width: 50%;
      height: 100%;
      padding: 5%;
      box-sizing: border-box;
      text-align: center; }
      @media screen and (max-width: 840px) {
        .slider .slide .slide-info {
          width: 90%;
          padding: 0; } }
      .slider .slide .slide-info.center {
        margin: 0 auto; }
      @media screen and (min-width: 841px) {
        .slider .slide .slide-info.right {
          margin-left: auto;
          padding-right: 90px; }
        .slider .slide .slide-info.left {
          padding-left: 90px; } }
      @media screen and (max-width: 840px) {
        .slider .slide .slide-info {
          width: 90%;
          padding: 0;
          margin: 0 auto; } }
      .slider .slide .slide-info-wrapper {
        position: relative;
        height: 100%; }
      @media screen and (max-width: 840px) {
        .slider .slide .slide-info-inner {
          z-index: 4; } }
      .slider .slide .slide-info-inner.show > * {
        opacity: 1;
        margin-top: 8px; }
      .slider .slide .slide-info-inner > * {
        opacity: 0;
        margin-top: 10px; }
        .slider .slide .slide-info-inner > *:last-child {
          margin-top: 20px; }
      .slider .slide .slide-info-inner > .show {
        transition-property: opacity;
        height: 90%;
        opacity: 1; }
      .slider .slide .slide-info-inner h2, .slider .slide .slide-info-inner p {
        line-height: 1.7em;
        font-size: 115%; }
        @media screen and (max-width: 585px) {
          .slider .slide .slide-info-inner h2, .slider .slide .slide-info-inner p {
            line-height: 1.5em;
            font-size: 125%;
            font-style: bolder; } }
      .slider .slide .slide-info-inner h2 {
        font-size: 270%;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 1.4em; }
        @media screen and (max-width: 585px) {
          .slider .slide .slide-info-inner h2 {
            font-size: 140%; } }
      .slider .slide .slide-info-inner h4 {
        font-size: 120%;
        letter-spacing: 2px; }
      .slider .slide .slide-info-inner p {
        margin-left: 22.5px;
        margin-right: 22.5px; }
        .slider .slide .slide-info-inner p a {
          color: #f15a5f;
          text-decoration: none; }
          .slider .slide .slide-info-inner p a:hover {
            border-bottom: 1px solid #f15a5f; }
      .slider .slide .slide-info-inner .tour-app-link:first-child {
        margin-right: 10px; }
      .slider .slide .slide-info-inner .tour-app-link img {
        height: 45px; }
      .slider .slide .slide-info-inner .slide-link {
        font-size: 0.95rem;
        display: inline-block;
        padding: 0.7125rem 1.9rem;
        letter-spacing: 0;
        border-radius: 4px;
        text-decoration: none;
        background: #f15a5f;
        color: white; }
        .slider .slide .slide-info-inner .slide-link:hover {
          background: white;
          color: #f15a5f; }
      .slider .slide .slide-info-inner.bottom {
        position: absolute;
        bottom: 0; }
      @media screen and (max-width: 840px) {
        .slider .slide .slide-info-inner.top, .slider .slide .slide-info-inner.bottom {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          bottom: auto; } }
  .slider .next, .slider .start, .slider .prev, .slider .close {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    bottom: 30px;
    height: 60px;
    width: 60px; }
    @media screen and (min-width: 841px) {
      .slider .next, .slider .start, .slider .prev, .slider .close {
        top: 50%;
        margin-top: -30px; } }
    .slider .show.next, .slider .show.start, .slider .show.prev, .slider .show.close {
      opacity: .6;
      visibility: visible;
      background-color: rgba(255, 255, 255, 0);
      border-radius: 100%; }
      .slider .show.next:hover, .slider .show.start:hover, .slider .show.prev:hover, .slider .show.close:hover {
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.8); }
  .slider.loading {
    display: none; }
  .slider .next {
    right: 30px; }
  .slider .start {
    right: 5%;
    padding-top: 10rem;
    width: 70%; }
  .slider .prev {
    left: 30px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .slider .close {
    left: 50%;
    margin-left: -30px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    @media screen and (min-width: 841px) {
      .slider .close {
        display: none; } }

@media screen and (max-width: 840px) {
  .site-header.slider-open {
    top: 100%; } }

@media screen and (max-width: 840px) {
  .site-header.slider-open + .slider + .homepage-hero {
    margin-top: 75px; } }
.homepage-hero {
  position: relative;
  font-size: 0;
  text-align: center;
  height: 100%;
  background-size: cover;
  background-position: 50% 90% !important; }
  @media screen and (max-width: 840px) {
    .homepage-hero {
      height: 60%;
      min-height: 250px;
      background-position: 30% 70% !important; } }

.homepage-hero-content {
  font-size: 1.65rem;
  left: 22%;
  padding-bottom: 75px;
  position: absolute;
  top: 56%;
  -webkit-transform: translateY(-50%);
  -ms-translate: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (max-width: 585px) {
    .homepage-hero-content {
      margin-left: auto;
      margin-right: auto;
      top: 53%; } }

.hero-bold-text {
  display: none;
  font-size: 2.13em;
  font-weight: bolder;
  text-transform: uppercase;
  padding-bottom: 3px;
  color: #5a5a5a;
  letter-spacing: .5px; }
  @media screen and (max-width: 585px) {
    .hero-bold-text {
      font-size: .95em;
      font-weight: bolder;
      text-transform: uppercase;
      padding-top: 90px;
      color: #fff; } }

.hero-bold-text-sub {
  font-size: 2.15em;
  font-weight: bolder;
  text-transform: uppercase;
  padding-bottom: 8px;
  color: #f15a5f;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 585px) {
    .hero-bold-text-sub {
      font-size: 1em;
      font-weight: bolder;
      text-transform: uppercase;
      position: absolute;
      padding-top: 3px;
      color: #f15a5f; } }

.hero-italics-text {
  font-family: 'Georgia', serif;
  font-style: italic;
  font-weight: lighter;
  font-size: .8em;
  padding-top: 12px;
  letter-spacing: .04em;
  color: #afafaf; }

.hero-bottom-bar {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  color: #f15a5f;
  height: 50px;
  left: 0;
  line-height: 50px;
  padding: 0 15px;
  position: relative;
  right: 0;
  text-align: center; }
  @media screen and (min-width: 841px) {
    .hero-bottom-bar {
      top: -50px;
      margin-bottom: -74px; } }
  @media screen and (max-width: 840px) {
    .hero-bottom-bar {
      position: static;
      height: auto;
      line-height: normal;
      padding-top: 24.66667px;
      padding-bottom: 24.66667px; } }
  @media screen and (max-width: 840px) {
    .hero-bottom-bar {
      background: white;
      position: static;
      height: auto;
      line-height: normal;
      padding-top: 24.66667px;
      padding-bottom: 24.66667px; } }

.hero-bottom-bar .button {
  font-size: 0.85rem;
  display: inline-block;
  padding: 0.425rem 0.85rem;
  letter-spacing: 1px;
  border-radius: 4px;
  text-decoration: none;
  background: dimgray;
  color: white;
  line-height: normal;
  padding: 10px 20px;
  text-transform: uppercase; }
  @media screen and (max-width: 840px) {
    .hero-bottom-bar .button {
      margin-top: 7.5px; } }
  .hero-bottom-bar .button:hover {
    transition-duration: 300ms;
    transition-timing-function: ease;
    background: #f15a5f; }
    .hero-bottom-bar .button:hover.loading .loader div {
      background: dimgray; }

.button.loading .btn-text {
  display: none; }

.button .loader {
  display: none; }

.hero-bottom-bar .text {
  margin-right: 10px;
  font-size: 20px; }
  @media screen and (max-width: 840px) {
    .hero-bottom-bar .text {
      display: inline-block;
      margin-bottom: 7.5px;
      margin-right: 0; } }

@media screen and (max-width: 840px) {
  .mobilenoshow {
    display: none; } }

#category-links {
  max-width: 1100px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  padding-top: 50px;
  font-size: 0;
  margin: auto;
  margin-bottom: 20px;
  line-height: 1.2rem; }

#category-links .category-item {
  display: inline-block;
  font-size: 0.75rem;
  padding-right: 12px;
  padding-left: 12px;
  letter-spacing: 1px; }

#category-links .category-item a {
  color: #828282;
  text-decoration: none;
  text-transform: uppercase;
  display: block; }
  #category-links .category-item a:active, #category-links .category-item a.active {
    transition-duration: 300ms;
    transition-timing-function: ease;
    transition-property: all;
    color: #f15a5f; }
  #category-links .category-item a:hover {
    text-decoration: underline; }

#categories {
  position: relative; }

#categories .category {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0; }
  #categories .category.active {
    transition-duration: 300ms;
    transition-timing-function: ease;
    transition-property: opacity;
    opacity: 1;
    visibility: visible;
    position: static; }

#categories .category:not(.active) > .product {
  height: 0;
  padding-top: 0;
  padding-bottom: 0; }

@media screen and (max-width: 840px) {
  .products {
    padding-top: 0;
    padding-bottom: 0; } }
.products .bottom {
  text-align: center;
  margin-top: 30px; }
  @media screen and (max-width: 585px) {
    .products .bottom {
      padding-bottom: 30px; } }
  .products .bottom .more-link {
    transition-duration: 0.3s;
    transition-timing-function: ease;
    font-size: 0.95rem;
    display: inline-block;
    padding: 0.7125rem 1.9rem;
    letter-spacing: 0;
    border-radius: 4px;
    text-decoration: none;
    background: #f15a5f;
    color: white; }
    .products .bottom .more-link:hover {
      background: #828282; }

.product {
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-property: opacity;
  opacity: 1;
  position: relative; }
  .product.hide {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    visibility: hidden; }
  .product-link {
    display: block;
    margin-bottom: 14.85px;
    position: relative;
    background-size: cover;
    background-position: center center; }
    .product-link .product-image-secondary {
      position: absolute;
      background-size: cover;
      background-position: center center;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0; }
      @media screen and (min-width: 586px) {
        .product-link .product-image-secondary {
          transition-duration: 0.3s;
          transition-timing-function: ease; } }
    .product-link:hover .product-image-secondary {
      opacity: 1; }
  .product-info a {
    float: right;
    margin-left: 11.25px; }
  .product-info .shop-now-link {
    font-size: 0.7rem;
    display: inline-block;
    padding: 0.7rem 1.4rem;
    letter-spacing: 0;
    border-radius: 0;
    text-decoration: none;
    border-radius: 4px;
    background-color: black; }
    @media screen and (min-width: 586px) {
      .product-info .shop-now-link {
        color: #828282;
        background: #dbdbdb; }
        .product-info .shop-now-link:hover {
          color: white;
          background: #f15a5f; } }
    @media screen and (max-width: 585px) {
      .product-info .shop-now-link {
        display: none; } }
  .product-info .app-link {
    font-size: 0; }
    .product-info .app-link img {
      height: 36px; }
  .product-info h3 {
    margin-bottom: 2px;
    line-height: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .product-info h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.85rem; }

.product:hover .shop-now-link {
  transition-duration: 300ms;
  transition-timing-function: ease;
  color: white;
  background: #f15a5f; }

@media screen and (max-width: 585px) {
  .sections {
    padding-top: 0;
    padding-bottom: 0; } }
.sections .section {
  overflow: hidden; }
  @media screen and (max-width: 585px) {
    .sections .section {
      padding: 0; } }
  .sections .section > div {
    position: relative; }
  .sections .section-img {
    position: relative;
    font-size: 0;
    height: 375px;
    background-size: cover; }
    @media screen and (max-width: 585px) {
      .sections .section-img {
        height: 300px; } }
    .sections .section-img::after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: "";
      opacity: 1; }
      @media screen and (max-width: 585px) {
        .sections .section-img::after {
          background: rgba(255, 255, 255, 0.5);
          opacity: 1; } }
  .sections .section-info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
    .sections .section-info-inner {
      text-align: center;
      padding: 0 60px; }
      @media screen and (max-width: 585px) {
        .sections .section-info-inner {
          padding: 0 30px; } }
      .sections .section-info-inner h2 {
        font-size: 1.65rem;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 2px;
        margin-bottom: 22.5px; }
      .sections .section-info-inner p {
        font-size: 0.95rem;
        line-height: 1.65rem;
        margin-bottom: 22.5px; }
        @media screen and (max-width: 585px) {
          .sections .section-info-inner p {
            font-weight: bolder; } }
      .sections .section-info-inner a {
        font-size: 0.95rem;
        display: inline-block;
        padding: 0.7125rem 1.9rem;
        letter-spacing: 0;
        border-radius: 4px;
        text-decoration: none;
        background: dimgray;
        color: white; }
        .sections .section-info-inner a:hover {
          background: #f15a5f; }
  .sections .section .light {
    color: white; }
    @media screen and (max-width: 585px) {
      .sections .section .light.section-img::after {
        background: rgba(105, 105, 105, 0.25); } }
    .sections .section .light a {
      color: dimgray;
      background: white; }
      .sections .section .light a:hover {
        background: #f15a5f;
        color: white; }
  @media screen and (max-width: 585px) {
    .sections .section:nth-child(odd) .section-img {
      background-position: 75% center; } }
  @media screen and (min-width: 586px) {
    .sections .section:nth-child(odd) .light.section-img::after {
      background-image: -webkit-gradient(linear, left center, right center, from(rgba(105, 105, 105, 0.6)), to(rgba(105, 105, 105, 0)));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(left, rgba(105, 105, 105, 0.6), rgba(105, 105, 105, 0));
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(left, rgba(105, 105, 105, 0.6), rgba(105, 105, 105, 0));
      /* FF3.6 */
      background-image: -ms-linear-gradient(left, rgba(105, 105, 105, 0.6), rgba(105, 105, 105, 0));
      /* IE10 */
      background-image: -o-linear-gradient(left, rgba(105, 105, 105, 0.6), rgba(105, 105, 105, 0));
      /* Opera 11.10+ */
      background-image: linear-gradient(left, rgba(105, 105, 105, 0.6), rgba(105, 105, 105, 0));
      filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='rgba(105, 105, 105, 0.6)', EndColorStr='rgba(105, 105, 105, 0)')"; }
    .sections .section:nth-child(odd) .dark.section-img::after {
      background-image: -webkit-gradient(linear, left center, right center, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
      /* FF3.6 */
      background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
      /* IE10 */
      background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
      /* Opera 11.10+ */
      background-image: linear-gradient(left, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
      filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='rgba(255, 255, 255, 0.6)', EndColorStr='rgba(255, 255, 255, 0)')"; }
    .sections .section:nth-child(odd) .section-info {
      left: 11.25px;
      right: 50%; } }
  @media screen and (max-width: 585px) {
    .sections .section:nth-child(even) .section-img {
      background-position: 25% center; } }
  @media screen and (min-width: 586px) {
    .sections .section:nth-child(even) .light.section-img::after {
      background-image: -webkit-gradient(linear, left center, right center, from(rgba(105, 105, 105, 0)), to(rgba(105, 105, 105, 0.6)));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(left, rgba(105, 105, 105, 0), rgba(105, 105, 105, 0.6));
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(left, rgba(105, 105, 105, 0), rgba(105, 105, 105, 0.6));
      /* FF3.6 */
      background-image: -ms-linear-gradient(left, rgba(105, 105, 105, 0), rgba(105, 105, 105, 0.6));
      /* IE10 */
      background-image: -o-linear-gradient(left, rgba(105, 105, 105, 0), rgba(105, 105, 105, 0.6));
      /* Opera 11.10+ */
      background-image: linear-gradient(left, rgba(105, 105, 105, 0), rgba(105, 105, 105, 0.6));
      filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='rgba(105, 105, 105, 0)', EndColorStr='rgba(105, 105, 105, 0.6)')"; }
    .sections .section:nth-child(even) .dark.section-img::after {
      background-image: -webkit-gradient(linear, left center, right center, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
      /* FF3.6 */
      background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
      /* IE10 */
      background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
      /* Opera 11.10+ */
      background-image: linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
      filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='rgba(255, 255, 255, 0)', EndColorStr='rgba(255, 255, 255, 0.6)')"; }
    .sections .section:nth-child(even) .section-info {
      left: 50%;
      right: 11.25px; } }

.ghost {
  opacity: 0 !important;
  pointer-events: none;
  cursor: default; }

.news-alert {
  display: block;
  width: 275px;
  height: 111px;
  background-color: #ffffff;
  border-radius: 4px;
  margin-right: 20px;
  margin-top: 80px;
  position: absolute;
  right: 0%;
  z-index: 20;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3), 0 5px 5px 0 rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 585px) {
    .news-alert {
      width: 300px;
      margin: 0 35px;
      margin-top: 20px;
      height: 116px; } }

/*.alert-visible {
    display: block;
  }*/
.alert-dismissed {
  display: none; }

/*.alert-carrot {
  float:right;
  margin-right: -30px;
  margin-top: 72px;
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
  position: relative;
}*/
.news-alert-buttons {
  width: 275px;
  height: 40px;
  background-color: #DCDCDC;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  margin-top: 10px;
  border-style: solid;
  border-top-color: #BDBDBD;
  border-top-width: 1px; }
  @media screen and (max-width: 585px) {
    .news-alert-buttons {
      width: 100%;
      margin-top: 15px; } }

.alert-content {
  margin-top: 15px;
  margin-left: 3px;
  text-align: left;
  display: inline-block;
  vertical-align: top; }

.alert-text {
  display: inline-block;
  margin-top: 1px;
  margin-left: 50px;
  margin-bottom: 10px; }
  @media screen and (max-width: 585px) {
    .alert-text {
      margin-top: 6px; } }

.alert-title {
  font-weight: bold;
  font-size: .8rem;
  display: inline; }

.alert-details {
  font-weight: 300;
  font-size: .7rem;
  display: inline-block;
  line-height: 1rem; }

.alert-ok {
  display: inline;
  font-weight: bold;
  border-style: solid;
  border-right-color: #BDBDBD;
  border-right-width: 1px;
  padding: 13px 37px;
  /*  width:138px;
    float: left;
    height:50px;*/
  text-align: center;
  background-color: #F3F3F3; }
  @media screen and (max-width: 585px) {
    .alert-ok {
      width: 50%; } }

.alert-ok-text {
  font-size: .7rem;
  font-weight: medium;
  display: inline-block;
  position: relative;
  margin-top: 14px;
  color: #696969;
  text-align: center; }

.alert-ok:hover {
  background-color: #fff; }

.alert-dismiss-text {
  /*  width:125px;
    height:50px;*/
  font-size: .7rem;
  font-weight: lighter;
  display: inline-block;
  position: relative;
  margin-top: 14px;
  color: #A9A9A9; }

.alert-dismiss {
  display: inline;
  width: 137px;
  height: 50px;
  padding: 13px 58px;
  font-weight: 100;
  text-align: center;
  background-color: #F3F3F3; }
  @media screen and (max-width: 585px) {
    .alert-dismiss {
      width: 50%; } }

.alert-dismiss:hover {
  background-color: #fff; }

.alert-image {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
  position: absolute;
  background-size: 40px;
  background-position: center center; }

div.ps-text {
  display: table-cell; }

.bossbutton {
  width: 130px;
  height: 129px;
  background-image: url(images/boss.png);
  border-radius: 4px;
  text-align: center;
  position: fixed;
  right: 10px;
  top: 102px;
  z-index: 201; }
  @media screen and (max-width: 585px) {
    .bossbutton {
      display: none; } }

.bossbutton:hover {
  opacity: 0.8; }

.bossbutton p {
  margin-top: 86px;
  font-weight: bold;
  color: white; }

.bossmode {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 200;
  position: fixed; }
  @media screen and (max-width: 585px) {
    .bossmode {
      display: none; } }

#spreadsheet {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%; }

#theerror {
  font-size: 10rem; }

#oops {
  text-align: center;
  color: #f15a5f; }

.error-message-404 {
  left: 180px;
  top: 130px;
  position: absolute; }
  @media screen and (max-width: 585px) {
    .error-message-404 {
      left: 0;
      width: 100%;
      margin: 0 auto; } }

.error-message-403 {
  left: 180px;
  top: 130px;
  position: absolute; }
  @media screen and (max-width: 585px) {
    .error-message-403 {
      top: 75px;
      left: 0;
      width: 100%;
      margin: 0 auto; } }

.johnny {
  left: 30%;
  margin: 0 auto;
  bottom: 0px;
  position: absolute;
  border: none; }
  @media screen and (max-width: 585px) {
    .johnny {
      left: 5%; } }

.littlejohnny {
  left: 51%;
  width: 340px;
  margin: 0 auto;
  bottom: 0px;
  position: absolute;
  border: none; }
  @media screen and (max-width: 585px) {
    .littlejohnny {
      left: 5%; } }

.uma {
  left: 47%;
  margin: 0 auto;
  bottom: 0px;
  position: absolute;
  border: none; }
  @media screen and (max-width: 585px) {
    .uma {
      left: 5%; } }

.homebuttonwrapper {
  width: 100%;
  text-align: center;
  margin-top: 37px; }

.homebutton {
  padding: 1rem 2rem;
  background-color: #f15a5f;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold; }

.helpfulsociallinks svg {
  height: 17px;
  margin: 40px 2px;
  max-width: 100%;
  fill: black; }

.helpfulcopy {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: .03rem;
  margin: 10px 0;
  text-transform: uppercase; }

.helpfullinks-404 {
  position: absolute;
  width: 360px;
  top: 480px;
  left: 180px; }
  @media screen and (max-width: 585px) {
    .helpfullinks-404 {
      top: 410px;
      left: 50px;
      width: 300px; } }

.bigbuffer {
  width: 100%;
  height: 100%; }

#link-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 1000000000;
  cursor: wait;
  -webkit-animation: fadeIn 300ms;
  -moz-animation: fadeIn 300ms;
  -ms-animation: fadeIn 300ms;
  animation: fadeIn 300ms; }
  #link-lightbox .loader {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #link-lightbox a {
    visibility: hidden; }
    #link-lightbox a img {
      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 1;
      box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.75);
      max-height: 90%;
      max-width: 90%; }
  #link-lightbox.show {
    cursor: pointer; }
    #link-lightbox.show a {
      visibility: visible; }
      #link-lightbox.show a img {
        -webkit-animation: enter 300ms;
        -moz-animation: enter 300ms;
        -ms-animation: enter 300ms;
        animation: enter 300ms; }
