/* --- Variables --- */
/* Marketplace */
/* Animations */
/* Fonts */
/* Vertical align helper */
/* -- RESET CSS -- */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
form,
label,
input,
textarea,
fieldset,
p,
td {
  margin: 0;
  padding: 0; }

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

a,
a:active,
a:focus,
input,
textarea {
  outline: none;
  text-decoration: none;
  color: inherit; }

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

td,
th {
  vertical-align: top;
  text-align: left; }

img,
iframe,
fieldset {
  border: none; }

ol,
ul {
  list-style: none; }

li {
  list-style-type: none; }

h1,
h2,
h3,
h4 {
  font-size: 100%;
  font-weight: normal; }

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none; }
  button::-moz-focus-inner {
    border: 0;
    padding: 0; }

/* ----- GLOBAL WIREFRAME AND STYLES ----- */
* {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

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

body {
  margin: 0;
  padding: 0;
  font-family: GothamBook, system, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Lucida Grande', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.debug * {
  background: rgba(60, 60, 60, 0.05); }

strong {
  font-family: Gotham, system, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Lucinda Grande', sans-serif;
  font-weight: 400; }

.noscroll {
  overflow: hidden;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .noscroll {
      position: fixed; } }

.app {
  position: relative;
  min-height: 100vh;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  background-color: #fff; }
  @media print {
    .app {
      min-height: unset;
      display: block; } }

/* --- Variables --- */
/* Marketplace */
/* Animations */
/* Fonts */
/* Vertical align helper */
.maker-minimum-component {
  font-family: Sentinel, serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #333;
  line-height: 12px; }
  .maker-minimum-component .progress-bar {
    width: 116px;
    height: 6px;
    border-radius: 100px;
    border: 1px solid #eaeaea; }
    .maker-minimum-component .progress-bar .fill {
      height: 100%;
      border-radius: 100px;
      background-color: #636473; }
  .maker-minimum-component .amount-left {
    letter-spacing: 0.4px; }

.maker-minimum-component.inline.progress {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  -moz-box-align: center;
       align-items: center; }
  .maker-minimum-component.inline.progress .amount-left {
    margin-bottom: 0;
    margin-right: 14px; }

.maker-minimum-component.inline.accomplished {
  display: -moz-inline-box;
  display: inline-flex; }

.maker-minimum-component.accomplished {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center; }
  .maker-minimum-component.accomplished div {
    line-height: 17px; }
  .maker-minimum-component.accomplished img {
    margin-left: 10px;
    height: 17px;
    width: 17px; }

/* --- Variables --- */
/* Marketplace */
/* Animations */
/* Fonts */
/* Vertical align helper */
/* --- Marketplace Product inside Recommendation Grid --- */
.marketplace-product {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: start;
       justify-content: flex-start;
  -moz-box-align: stretch;
       align-items: stretch;
  position: relative;
  width: 236px;
  background-color: #fff;
  border-radius: 2px;
  text-align: left;
  cursor: pointer;
  vertical-align: top;
  /* Collection Tag */ }
  .marketplace-product .line {
    padding-left: 10px;
    padding-right: 10px; }
  .marketplace-product .product-line {
    padding-top: 14px;
    padding-bottom: 14px;
    -moz-box-align: center;
         align-items: center; }
    .marketplace-product .product-line img {
      margin-left: 4px;
      margin-right: 4px;
      height: 12px;
      width: 12px; }
    .marketplace-product .product-line .product-name {
      text-align: left; }
  .marketplace-product .wholesale-price {
    font-family: Sentinel, serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.4px;
    text-align: right;
    color: #333333;
    -moz-box-flex: 1;
         flex-grow: 1;
    font-weight: 200; }
  .marketplace-product .minimized-retail-info {
    display: none; }
  .marketplace-product .quick-add-component {
    display: none; }
  .marketplace-product .product-block:hover .quick-add-component {
    display: block; }
  .marketplace-product .case-quantity {
    font-family: Gotham, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 8px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: right;
    text-transform: uppercase; }
  .marketplace-product .cart-contents {
    font-family: Gotham, sans-serif;
    -webkit-font-smoothing: antialiased;
    display: block;
    text-align: center;
    line-height: 28px;
    font-weight: 500;
    font-size: 12px;
    border: 1px solid #eaeaea;
    background-color: white;
    color: #666666;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    margin-right: 6px; }
  .marketplace-product .last-ordered-at {
    padding: 10px 9px;
    border-radius: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 10px;
    font-family: Sentinel, serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-size: 10px;
    font-style: italic;
    letter-spacing: 0.2px;
    color: #333;
    margin-right: 6px; }
  .marketplace-product.minimized .best-seller {
    display: block; }
  .marketplace-product .image {
    width: 236px;
    height: 236px;
    max-height: 236px;
    overflow: hidden;
    margin: 0;
    text-align: center; }
    .marketplace-product .image:before {
      content: '';
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
    .marketplace-product .image img {
      display: inline-block;
      vertical-align: middle;
      max-width: 100%;
      max-height: 100%; }
    .marketplace-product .image.portrait, .marketplace-product .image.landscape {
      text-align: center;
      position: relative; }
      .marketplace-product .image.portrait:before, .marketplace-product .image.landscape:before {
        content: none; }
      .marketplace-product .image.portrait img, .marketplace-product .image.landscape img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        object-fit: cover;
        object-position: center; }
      .marketplace-product .image.portrait.portrait img, .marketplace-product .image.landscape.portrait img {
        width: 236px; }
      .marketplace-product .image.portrait.landscape img, .marketplace-product .image.landscape.landscape img {
        height: 236px; }
  .marketplace-product h2.product-name {
    font-family: Gotham, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.5px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    margin-bottom: -1px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    max-width: 175px;
    text-overflow: ellipsis; }
  .marketplace-product .brand-block {
    font-family: Sentinel, serif;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    font-weight: 200;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0;
    color: #888888;
    margin: 0 5px 4px 4px;
    padding: 6px;
    display: block;
    cursor: pointer; }
    .marketplace-product .brand-block .brand-info-contents {
      display: -moz-box;
      display: flex;
      -moz-box-align: center;
           align-items: center; }
      .marketplace-product .brand-block .brand-info-contents .name {
        max-width: 124px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
    .marketplace-product .brand-block h3 {
      font-family: Gotham, sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-box-flex: 1;
           flex-grow: 1;
      font-size: 10px;
      font-weight: 400;
      line-height: 1.4;
      letter-spacing: 0.4px;
      display: inline-block;
      max-width: 124px;
      vertical-align: middle; }
    .marketplace-product .brand-block .maker {
      font-family: Gotham, sans-serif;
      -webkit-font-smoothing: antialiased;
      text-transform: uppercase;
      font-weight: 400;
      letter-spacing: 0.5px;
      font-size: 8px;
      line-height: 8px;
      color: #cccccc;
      margin-bottom: 4px; }
    .marketplace-product .brand-block .minimum {
      color: #888888;
      padding: 0;
      height: 14px;
      text-align: right;
      display: inline-block;
      margin-left: auto;
      font-family: Sentinel, serif;
      -webkit-font-smoothing: antialiased;
      font-size: 10px;
      font-style: italic;
      letter-spacing: 0.2px;
      line-height: 1.3; }
      .marketplace-product .brand-block .minimum.progress div,
      .marketplace-product .brand-block .minimum.accomplished div {
        margin-bottom: 0;
        line-height: 1.3; }
  .marketplace-product .collection-star {
    position: absolute;
    top: 14px;
    right: 14px;
    font-family: Sentinel, serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #a9a9b6; }
  .marketplace-product.minimized .brand-block {
    display: none; }
  .marketplace-product.minimized .product-line {
    padding-top: 14px;
    padding-bottom: 7px; }
  .marketplace-product.minimized .product-block .minimized-retail-info {
    padding: 0 10px;
    margin-bottom: 14px;
    display: -moz-box;
    display: flex;
    height: 14px; }
    .marketplace-product.minimized .product-block .minimized-retail-info .case-size {
      font-family: Gotham, sans-serif;
      -webkit-font-smoothing: antialiased;
      text-transform: uppercase;
      font-weight: 400;
      letter-spacing: 0.5px;
      font-size: 8px;
      line-height: 14px;
      color: #888888; }
    .marketplace-product.minimized .product-block .minimized-retail-info .retail-price {
      color: #888888;
      padding: 0;
      height: 14px;
      text-align: right;
      display: inline-block;
      margin-left: auto;
      font-family: Sentinel, serif;
      -webkit-font-smoothing: antialiased;
      font-size: 10px;
      font-style: italic;
      letter-spacing: 0.2px;
      line-height: 1.3; }

/* Brand Card */
.brand-card {
  display: inline-block;
  width: 236px;
  border: 1px solid #eeeff5;
  padding: 2px;
  vertical-align: top;
  margin: 10px; }
  .brand-card img {
    max-width: 100%;
    max-height: 100%; }
  .brand-card .images {
    width: 232px;
    max-width: 232px;
    height: 236px;
    max-height: 236px;
    overflow: hidden; }
    .brand-card .images .img {
      width: 116px;
      max-width: 116px;
      height: 116px;
      max-height: 116px;
      overflow: hidden;
      display: inline-block; }
      .brand-card .images .img > * {
        display: inline-block;
        vertical-align: middle; }
      .brand-card .images .img:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%; }
  .brand-card .brand-name {
    margin-top: 0.25em;
    margin-bottom: 0.5em;
    display: block;
    text-align: left;
    -moz-box-flex: 1;
         flex-grow: 1;
    font-family: Gotham, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: 0.5px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    padding-top: 2px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    max-width: 175px;
    text-overflow: ellipsis; }

/* Admin bar */
.marketplace-product .admin,
.brand-card .admin {
  -moz-box-align: start;
       align-items: flex-start;
  font-family: Superclarendon, serif;
  font-size: 10px;
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 0;
  color: #666;
  min-height: 80px;
  text-align: left;
  padding: 7px 14px 14px 14px; }
  .marketplace-product .admin .checkbox,
  .brand-card .admin .checkbox {
    margin-left: 5px; }

@media screen and (min-width: 768px) {
  .marketplace-product .brand-block:hover:not(.blank) {
    background-color: #eaeaea;
    border-radius: 1px;
    color: #666666; }
    .marketplace-product .brand-block:hover:not(.blank) .maker-minimum-component {
      color: #666666; }
    .marketplace-product .brand-block:hover:not(.blank) .maker {
      color: #cccccc; } }

/* --- Responsive --- */
@media screen and (max-width: 767px) {
  .marketplace-product.minimized .brand-block {
    display: none; }
  .marketplace-product.minimized h2.product-name {
    max-height: 12px;
    height: 12px;
    -webkit-line-clamp: 1; }
  .marketplace-product.minimized .product-block .minimized-retail-info {
    padding: 0 8px; }
  .marketplace-product .quick-add-component {
    display: none; }
  .marketplace-product .product-block:hover .quick-add-component {
    display: none; }
  .marketplace-product .brand-block {
    padding: 6px; }
  .marketplace-product h2.product-name {
    max-height: 26px;
    height: 26px;
    -webkit-line-clamp: 2; }
  .marketplace-product,
  .marketplace-product.minimized {
    width: 130px; }
    .marketplace-product .image,
    .marketplace-product.minimized .image {
      width: 130px;
      height: 130px; }
    .marketplace-product .product-line,
    .marketplace-product.minimized .product-line {
      -moz-box-align: start;
           align-items: flex-start;
      padding: 8px 6px; }
    .marketplace-product h2.product-name,
    .marketplace-product.minimized h2.product-name {
      display: block;
      display: -webkit-box;
      font-size: 10px;
      line-height: 13px;
      white-space: normal; }
    .marketplace-product .brand-block .brand-info-contents,
    .marketplace-product.minimized .brand-block .brand-info-contents {
      display: -moz-box;
      display: flex;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
           flex-direction: column;
      -moz-box-align: start;
           align-items: flex-start;
      -moz-box-pack: justify;
           justify-content: space-between; }
      .marketplace-product .brand-block .brand-info-contents .minimum,
      .marketplace-product.minimized .brand-block .brand-info-contents .minimum {
        text-align: center;
        width: 100%;
        border: 1px solid #eeeff5;
        margin-top: 10px;
        height: 20px;
        line-height: 18px; }
        .marketplace-product .brand-block .brand-info-contents .minimum div,
        .marketplace-product.minimized .brand-block .brand-info-contents .minimum div {
          line-height: 18px; } }

.marketplace-product:not(.mobile-layout) .brand-block:hover:not(.blank) {
  background-color: #eaeaea;
  border-radius: 1px;
  color: #666666; }
  .marketplace-product:not(.mobile-layout) .brand-block:hover:not(.blank) .maker-minimum-component {
    color: #666666; }
  .marketplace-product:not(.mobile-layout) .brand-block:hover:not(.blank) .maker {
    color: #cccccc; }

.mobile-layout.marketplace-product.minimized .brand-block {
  display: none; }

.mobile-layout.marketplace-product.minimized h2.product-name {
  max-height: 12px;
  height: 12px;
  -webkit-line-clamp: 1; }

.mobile-layout.marketplace-product.minimized .product-block .minimized-retail-info {
  padding: 0 8px; }

.mobile-layout.marketplace-product .quick-add-component {
  display: none; }

.mobile-layout.marketplace-product .product-block:hover .quick-add-component {
  display: none; }

.mobile-layout.marketplace-product .brand-block {
  padding: 6px; }

.mobile-layout.marketplace-product h2.product-name {
  max-height: 26px;
  height: 26px;
  -webkit-line-clamp: 2; }

.mobile-layout.marketplace-product, .mobile-layout.marketplace-product.minimized {
  width: 130px; }
  .mobile-layout.marketplace-product .image, .mobile-layout.marketplace-product.minimized .image {
    width: 100%;
    padding-top: 100%;
    position: relative; }
    .mobile-layout.marketplace-product .image img, .mobile-layout.marketplace-product.minimized .image img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .mobile-layout.marketplace-product .image:before, .mobile-layout.marketplace-product.minimized .image:before {
      display: none; }
  .mobile-layout.marketplace-product .product-line, .mobile-layout.marketplace-product.minimized .product-line {
    -moz-box-align: start;
         align-items: flex-start;
    padding: 8px 6px; }
  .mobile-layout.marketplace-product h2.product-name, .mobile-layout.marketplace-product.minimized h2.product-name {
    display: block;
    display: -webkit-box;
    font-size: 10px;
    line-height: 13px;
    white-space: normal; }
  .mobile-layout.marketplace-product .brand-block .brand-info-contents, .mobile-layout.marketplace-product.minimized .brand-block .brand-info-contents {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    -moz-box-align: start;
         align-items: flex-start;
    -moz-box-pack: justify;
         justify-content: space-between; }
    .mobile-layout.marketplace-product .brand-block .brand-info-contents .minimum, .mobile-layout.marketplace-product.minimized .brand-block .brand-info-contents .minimum {
      text-align: center;
      width: 100%;
      border: 1px solid #eeeff5;
      margin-top: 10px;
      height: 20px;
      line-height: 18px; }
      .mobile-layout.marketplace-product .brand-block .brand-info-contents .minimum div, .mobile-layout.marketplace-product.minimized .brand-block .brand-info-contents .minimum div {
        line-height: 18px; }

/* --- Processing --- */
.processing-component {
  display: inline-block;
  text-align: center;
}
.processing-component .processing-spinner img {
  animation: spin 0.7s infinite linear;
}
.processing-component .processing-message {
  padding-top: 30px;
  font-family: Sentinel;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* --- Variables --- */
/* Marketplace */
/* Animations */
/* Fonts */
/* Vertical align helper */
.column {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 24px; }

.column--row {
  display: -moz-box;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  -moz-box-pack: justify;
       justify-content: space-between; }

.flex {
  display: -moz-box;
  display: flex; }

.hidden {
  display: none; }

.empty > * {
  display: none; }

.hover-only {
  display: none; }

.hover-parent:hover .hover-only,
.hover-only:hover {
  display: inline-block; }

.hover-parent:hover .hover-only.flex,
.hover-only.flex:hover {
  display: -moz-box;
  display: flex; }

.center {
  text-align: center; }

.loading {
  text-align: center; }

.link {
  cursor: pointer; }

.full-block {
  background-color: rgba(169, 169, 181, 0.1);
  padding-top: 71px;
  padding-bottom: 71px;
  font-family: Sentinel;
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.55;
  letter-spacing: 0.7px;
  text-align: center;
  color: #666666; }

.full-block > * {
  max-width: 733px;
  margin-left: auto;
  margin-right: auto; }

/* ----- BODY CONTENT ----- */
.body-content {
  margin-top: 24px; }

.body-content h2 {
  font-size: 1.5em;
  margin: 24px 0 16px; }

.body-content p {
  margin: 16px 0;
  line-height: 1.3em; }

/* --- Responsive elements --- */
.responsive-desktop {
  display: inline; }

.responsive-desktop.ib {
  display: inline-block; }

.responsive-mobile {
  display: none; }

@media screen and (max-width: 751px) {
  .app {
    width: 100%; }
  .responsive-desktop {
    display: none; }
  .responsive-mobile {
    display: inline; }
  li.responsive-mobile {
    display: list-item; }
  div.responsive-mobile {
    display: block; } }

/* --- Lightbox custom formatting --- */
#light-box {
  background-color: rgba(0, 0, 0, 0.5); }

.light-box-close-button {
  z-index: 99;
  top: 15px;
  right: 15px;
  border: 0;
  background-color: transparent;
  font-size: 80%; }

.light-box-close-button > span {
  color: #666; }

#light-box:not(.hidden) {
  padding: 0;
  margin: 0;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center; }

.light-box-contents {
  align-self: center;
  display: block;
  vertical-align: middle;
  width: 1024px;
  height: 639px;
  margin: 0 auto; }

@media screen and (max-height: 639px) {
  .light-box-contents {
    height: 100%;
    max-height: 100%; } }

/* --- Page Flyout --- */
.page-flyout {
  display: block;
  margin: 1em auto;
  max-width: 664px;
  width: 100%;
  padding: 20px;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  color: #666; }
  .page-flyout h1 {
    margin-bottom: 28px; }
  .page-flyout h1,
  .page-flyout h2,
  .page-flyout h3 {
    text-align: center;
    font-family: SentinelBook;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    text-align: center;
    color: #333; }
  .page-flyout .note {
    display: block;
    font-family: Sentinel;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: center;
    color: #666666;
    margin-top: 27px;
    margin-bottom: 15px; }
  .page-flyout .button {
    border: 0;
    color: #fff;
    background-color: #b7b7c4;
    width: 312px;
    text-transform: uppercase;
    padding: 19px 0;
    margin-top: 68px;
    font-family: Gotham, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: center; }
  .page-flyout .button:hover {
    background-color: #a9a9b6; }
  .page-flyout .button.disabled,
  .page-flyout .button.disabled:hover {
    background-color: rgba(183, 183, 196, 0.5); }
  .page-flyout div.input {
    text-align: left;
    padding-top: 40px; }
  .page-flyout input {
    border: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 11px;
    width: 100%;
    font-family: Gotham, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #333333; }
  .page-flyout input:focus {
    border-bottom: 2px solid #a3abc2; }
  .page-flyout input::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1; }
  .page-flyout input:-moz-placeholder {
    color: #ccc;
    opacity: 1; }
  .page-flyout input::-moz-placeholder {
    color: #ccc;
    opacity: 1; }
  .page-flyout input::-ms-input-placeholder {
    color: #ccc;
    opacity: 1; }
  .page-flyout input::placeholder {
    color: #ccc;
    opacity: 1; }

/* --- Checkout flyout --- */
.page-flyout.checkout {
  max-width: 1246px;
  min-height: 0;
  min-height: initial; }

/* --- Row --- */
.row {
  width: 100%;
  margin: 0;
  padding: 0; }

.row > div,
.row > span {
  display: inline-block;
  margin: 0;
  padding: 0; }

.row .col-10 {
  width: 10%; }

.row .col-20 {
  width: 20%; }

.row .col-30 {
  width: 30%; }

.row .col-40 {
  width: 40%; }

.row .col-50 {
  width: 50%; }

.row .col-60 {
  width: 60%; }

.row .col-70 {
  width: 70%; }

.row .col-80 {
  width: 80%; }

.row .col-90 {
  width: 90%; }

.row > .button {
  margin-left: 15px;
  margin-right: 15px; }

.row > .button:first-of-type {
  margin-left: 0; }

.row > .button:last-of-type {
  margin-right: 0; }

.row > .align-top {
  vertical-align: top; }

/* --- Fix front page search --- */
.is-focused > .Select-control {
  border-color: none !important;
  border-size: 0 !important;
  box-shadow: none !important; }

.Select-control {
  border-color: #ccc !important; }

/* --- Styling marketplace search --- */
#top-search {
  background-color: #ffffff; }

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* --- z-index --- */
#intercom-container {
  z-index: 50 !important; }

/* --- Admin bar --- */
.admin-bar {
  display: block;
  position: fixed;
  top: 60px;
  bottom: 0;
  right: 0;
  width: 320px;
  font-size: 12px;
  background-color: #fff0f0; }
  .admin-bar .admin-editor .input {
    width: 320px;
    height: 75px; }

/* --- React Context Menu --- */
nav.react-context-menu {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 2px;
  color: #333;
  padding: 4px 0 2px 0;
  font-family: Gotham;
  font-weight: 200;
  font-size: 14px;
  min-width: 200px; }
  nav.react-context-menu a {
    display: block;
    color: #333;
    padding: 6px 8px; }
  nav.react-context-menu a:hover {
    background-color: #9eb6ff; }

/* --- Printable --- */
.print-only {
  display: none; }

.print-header {
  text-align: center;
  margin-bottom: 20px; }

@media print {
  header.header,
  .no-print {
    display: none !important; }
  .print-only {
    display: block; } }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }

.spin-it {
  animation: spin 4s linear infinite; }

/* --- Animations --- */
@keyframes fade-out-animation {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fade-in-animation {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-out-and-shrink-animation {
  from {
    padding: 27px 0 27px 0;
    opacity: 1;
    max-height: 300px; }
  to {
    padding: 0;
    opacity: 0;
    max-height: 0; } }

@keyframes fade-in-and-grow-animation {
  from {
    padding: 0;
    opacity: 0;
    max-height: 0; }
  to {
    padding: 27px 0 27px 0;
    opacity: 1;
    max-height: 300px; } }

@keyframes grow-animation {
  from {
    max-height: 0; }
  to {
    max-height: 5000px; } }

@keyframes shrink-animation {
  from {
    max-height: 5000px; }
  to {
    max-height: 0; } }

.fullscreenapp {
  height: 100%;
  overflow: hidden; }

.button {
  border-radius: 4px;
  border: 1px solid #000;
  padding: 4px 8px;
  color: #000;
  font-size: 1em;
  cursor: pointer;
  background: #fff;
}
.button:hover {
  background: #eee;
}
.button:active {
  background: #ddd;
}

.button--small {
  padding: 4px 8px;
}

.button--large {
  padding: 16px 24px;
  border-radius: 8px;
}

/* --- Variables --- */
/* Marketplace */
/* Animations */
/* Fonts */
/* Vertical align helper */
.form {
  margin: 1em auto;
  max-width: 500px; }

.form .input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-top: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 1em;
  margin: 0 0 1em 0; }

.form .textarea {
  height: 130px; }

.form hr {
  border: none;
  border-top: 1px solid #ccc;
  line-height: 2px;
  margin: 0 0 1em; }

.form div.form-checkbox {
  min-height: 1.5em; }

.form div.form-checkbox label {
  margin-left: 0.5em; }

.form div.form-textarea {
  margin-bottom: 0.5em; }

.form div.form-textarea textarea {
  border: 1px solid #ccc;
  border-top: 1px solid #aaa;
  border-radius: 4px;
  width: 100%;
  font-size: 1em;
  min-height: 8em;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 0 0 1em 0;
  padding: 0.25em; }

/* --- Variables --- */
/* Marketplace */
/* Animations */
/* Fonts */
/* Vertical align helper */
/* --- Shake --- */
.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px; }

.updown {
  animation: updown 4s ease-out 0s infinite normal; }

@keyframes updown {
  0%,
  85%,
  100% {
    transform: translate3d(0, 0, 0) scale(1); }
  90% {
    transform: translate3d(0, -10px, 0) scale(1); }
  95% {
    transform: translate3d(0, 25px, 0) scale(1); } }

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

/* --- Header Wrapper --- */
.header-wrapper .headline {
  font-family: Sentinel, serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 24px;
  font-stretch: normal;
  line-height: normal;
  font-style: normal;
  letter-spacing: 0.9px;
  color: #909090;
  padding: 27px 0;
  text-align: center; }
  .header-wrapper .headline span + span {
    margin-left: 0.5ex; }
  .header-wrapper .headline .guaranteed-sales {
    letter-spacing: 0.8px;
    font-style: italic; }

.header-wrapper .sign-in {
  height: 29px;
  width: 100px;
  border: 1px solid #a3abc2;
  border-radius: 50px;
  margin-top: 30px;
  margin-left: 40px;
  font-family: Gotham, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #333;
  text-align: center;
  cursor: pointer; }
  .header-wrapper .sign-in:hover {
    border-color: #393948; }

.header-wrapper .logo-wrapper {
  margin-top: 53px;
  text-align: center;
  width: 167px;
  max-height: 30px;
  margin-left: auto;
  margin-right: auto; }
  .header-wrapper .logo-wrapper img {
    width: 100%;
    max-height: 100%; }

.landing h2.logo {
  margin-top: 27px;
  text-align: center;
  height: 35px; }

h2.logo img {
  max-height: 100%; }

.landing {
  background-color: #fff;
  margin-top: 20px; }
  .landing .front-image {
    margin: 27px 0;
    max-width: 100%; }
  .landing .front-image img {
    width: 100%; }
  .landing .spin img {
    width: 25px;
    height: 25px;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
  .landing .apply-to-sell {
    position: absolute;
    top: 10px;
    right: 69px;
    color: #95959e;
    font-family: Gotham, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .landing .apply-to-sell img {
      display: inline-block;
      margin-left: 3px;
      width: 12px; }
    .landing .apply-to-sell:visited {
      color: #95959e; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.input-wrapper {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center; }
  .input-wrapper .business-search-input-wrapper {
    width: 380px; }
  .input-wrapper .view-products {
    width: 178px !important;
    height: 46px;
    padding: 0; }
    @media screen and (max-width: 750px) {
      .input-wrapper .view-products {
        width: 280px !important;
        height: 46px; } }
  .input-wrapper .hidden {
    display: none; }
  @media screen and (max-width: 750px) {
    .input-wrapper {
      display: block; }
      .input-wrapper .business-search-input-wrapper {
        display: block;
        max-width: 380px;
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto; } }

.landing h3,
.about h3 {
  font-family: Sentinel, serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 20px;
  font-style: italic;
  font-stretch: normal;
  line-height: 2.1;
  letter-spacing: 1.2px;
  text-align: center;
  color: #666; }

.landing .business-search-wrapper .button,
.about .business-search-wrapper .button {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
  border-radius: 2px;
  background-color: #636473;
  border: 0;
  font-family: Gotham, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.7px;
  text-align: center;
  color: #ffffff; }

.landing .front-page-menu,
.about .front-page-menu {
  text-align: center;
  display: block;
  margin-top: 40px;
  font-family: Sentinel, serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.33;
  letter-spacing: 1.1px;
  color: #666; }
  .landing .front-page-menu .active,
  .about .front-page-menu .active {
    border-bottom: 1px solid #666; }
  .landing .front-page-menu li,
  .about .front-page-menu li {
    display: inline-block;
    margin-right: 40px;
    margin-left: 40px; }
  .landing .front-page-menu li:first-of-type,
  .about .front-page-menu li:first-of-type {
    margin-left: 0; }
  .landing .front-page-menu li:last-of-type,
  .about .front-page-menu li:last-of-type {
    margin-right: 0; }

.landing .section-header,
.about .section-header {
  font-family: Sentinel, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 1px;
  text-align: center;
  color: #666666;
  margin-bottom: 92px; }
  .landing .section-header em,
  .about .section-header em {
    display: block;
    font-style: italic;
    letter-spacing: 0.9px; }

.landing .home-section,
.about .home-section {
  border-bottom: solid 1px rgba(204, 204, 204, 0.7);
  padding-bottom: 110px;
  padding-top: 40px; }

.landing .how-it-works,
.about .how-it-works {
  text-align: center; }
  .landing .how-it-works .section-header,
  .about .how-it-works .section-header {
    padding-top: 25px;
    font-style: italic; }
  .landing .how-it-works h4,
  .about .how-it-works h4 {
    margin-top: 35px;
    margin-bottom: 19px;
    font-family: Sentinel, serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-size: 20px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: 0.7px;
    color: #666; }
  .landing .how-it-works p,
  .about .how-it-works p {
    font-family: Gotham, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 0.4px;
    text-align: center;
    color: #aaa; }
  .landing .how-it-works .entry,
  .about .how-it-works .entry {
    display: inline-block;
    max-width: 297px;
    margin-right: 45px;
    margin-left: 45px; }
    .landing .how-it-works .entry p,
    .about .how-it-works .entry p {
      max-width: 220px;
      margin-left: auto;
      margin-right: auto; }
  .landing .how-it-works .image-wrapper,
  .about .how-it-works .image-wrapper {
    text-align: center; }
  .landing .how-it-works .entry-1 .image-wrapper img,
  .about .how-it-works .entry-1 .image-wrapper img {
    max-width: 123px;
    max-height: 111px; }
  .landing .how-it-works .entry-2 .image-wrapper img,
  .about .how-it-works .entry-2 .image-wrapper img {
    max-width: 305px;
    max-height: 153px; }
  .landing .how-it-works .entry-3 .image-wrapper img,
  .about .how-it-works .entry-3 .image-wrapper img {
    max-width: 96px;
    max-height: 98px; }

.landing .make-something,
.about .make-something {
  text-align: center; }
  .landing .make-something h3,
  .about .make-something h3 {
    font-family: Sentinel, serif;
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: 1.2px;
    text-align: center;
    color: #666;
    margin-bottom: 40px; }
    .landing .make-something h3 em,
    .about .make-something h3 em {
      font-style: italic;
      letter-spacing: 1.1px; }
  .landing .make-something .button,
  .about .make-something .button {
    width: 240px; }

.team {
  position: relative;
  top: -60px; }
  .team .header-wrapper {
    height: 60px;
    text-align: center;
    border-bottom: #cccccc; }
    .team .header-wrapper > * {
      display: inline-block;
      vertical-align: middle; }
    .team .header-wrapper:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
    .team .header-wrapper .logo-wrapper {
      margin: 0;
      padding: 0; }
  .team .team-photo {
    text-align: center;
    max-height: 611px; }
    .team .team-photo img {
      opacity: 0.95;
      max-width: 100%;
      max-height: 100%; }

.business-search-wrapper {
  vertical-align: top;
  text-align: center;
  margin: 18px auto 30px;
  display: block; }
  .business-search-wrapper .Select {
    display: inline-block;
    width: 380px; }
    .business-search-wrapper .Select input::-webkit-contacts-auto-fill-button {
      visibility: hidden;
      display: none !important;
      pointer-events: none;
      position: absolute;
      right: 0; }
  .business-search-wrapper .Select-control {
    border-radius: 2px;
    border: solid 1px #dbdbdb !important; }
  .business-search-wrapper .Select-placeholder {
    font-family: Gotham, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-size: 14px;
    letter-spacing: 0.1px;
    text-align: left;
    color: #aaaaaa;
    line-height: 44px;
    padding: 0 18px; }
  .business-search-wrapper .Select-input {
    display: -moz-box !important;
    display: flex !important;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    -moz-box-pack: center;
         justify-content: center;
    height: 44px; }
  .business-search-wrapper .Select-input > input {
    font-family: Gotham, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    letter-spacing: 0.1px;
    text-align: left;
    color: #333;
    line-height: normal;
    padding: 0; }
  .business-search-wrapper .Select-arrow {
    display: none; }
  .business-search-wrapper .button {
    width: 160px;
    margin-left: 10px; }
  .business-search-wrapper .business-search-input {
    position: static;
    text-align: left;
    display: inline-block;
    width: 380px;
    border-radius: 2px;
    border: solid 1px #dbdbdb; }
  .business-search-wrapper input {
    border: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    font-family: Gotham, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: left;
    color: #aaaaaa; }
  .business-search-wrapper .Select-placeholder,
  .business-search-wrapper .Select-input,
  .business-search-wrapper input,
  .business-search-wrapper .Select-control,
  .business-search-wrapper .Select-menu-outer {
    text-align: left; }
  .business-search-wrapper .Select-option.is-focused {
    background-color: rgba(163, 171, 194, 0.2); }
  .business-search-wrapper .Select-option {
    padding: 6px 17px;
    border-bottom: 1px solid #ccc; }
  .business-search-wrapper .select-business-place-option-name {
    margin-left: 4px;
    font-family: Gotham, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #333333; }
  .business-search-wrapper .select-business-place-option-address {
    margin-left: 4px;
    font-family: Gotham, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-size: 10px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.landing .testimonials h3 {
  margin-bottom: 70px; }

.landing .testimonials .button {
  width: 200px;
  display: none; }

.landing .testimonials p {
  font-family: Sentinel, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.4px;
  text-align: left;
  color: #666;
  margin-top: 32px;
  margin-bottom: 30px; }

.landing .testimonials .author {
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Gotham, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 0.4px;
  text-align: left; }

.landing .testimonials .image-wrapper {
  width: 100%;
  height: 209px;
  overflow: hidden;
  border-radius: 4px; }
  .landing .testimonials .image-wrapper img {
    width: 100%; }

.landing .testimonials .wrapper {
  text-align: center; }

.landing .testimonials .entry {
  vertical-align: top;
  display: inline-block;
  max-width: 426px;
  margin-right: 50px;
  margin-left: 50px; }

/* --- Company values --- */
.values {
  width: 100%;
  display: block; }

.values-inner-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

.values {
  text-align: center;
  font-family: Gotham, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  margin-top: 18px;
  background-color: #fff;
  margin-bottom: 2em; }
  .values h2 {
    font-family: Sentinel, serif;
    -webkit-font-smoothing: antialiased;
    font-size: 28px;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.68;
    letter-spacing: 1px;
    text-align: center;
    color: #666;
    margin-bottom: 68px; }
  .values h4 {
    font-family: Sentinel, serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-size: 22px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: center;
    color: #666;
    padding: 21px 0; }
  .values p {
    font-family: Gotham, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: 0.4px;
    text-align: center;
    color: #aaa;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto; }

.value-entry {
  vertical-align: top;
  text-align: center;
  display: inline-block;
  width: 32%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 38px;
  font-family: Gotham, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 200; }
  .value-entry .value-logo {
    margin: 10px auto 28px auto;
    max-width: 80px; }
  .value-entry h4 {
    padding-top: 0;
    font-size: 18px; }
  .value-entry .content {
    max-width: 210px;
    margin: 0 auto; }
  .value-entry p {
    font-size: 14px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 0.2px;
    text-align: center;
    color: #aaaaaa; }
  .value-entry img {
    max-width: 100%; }

.preamble {
  max-width: 863px;
  margin: 60px auto;
  font-family: Sentinel, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 1.1px;
  text-align: center;
  color: #666666; }

.small-heading {
  font-family: Sentinel, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: 0.7px;
  text-align: center;
  color: #666666; }

.values.hidden {
  display: none; }

/* --- Profiles --- */
.profiles {
  font-family: Sentinel, serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  color: #666666;
  font-stretch: normal;
  text-align: center; }
  .profiles .entry {
    min-height: 473px;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    border-top: 1px solid #ccc; }
  .profiles .profile-contents {
    -moz-box-flex: 1;
         flex-grow: 1;
    margin: 20px 30px; }
  .profiles .profile-contents > * {
    display: block;
    max-width: 590px;
    margin-left: auto;
    margin-right: auto; }
  .profiles h2 {
    font-family: Sentinel, serif;
    -webkit-font-smoothing: antialiased;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1.4px;
    text-align: center; }
  .profiles h3 {
    font-family: Sentinel, serif;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 2.28;
    letter-spacing: 0.5px;
    text-align: center;
    margin-top: 11px; }
  .profiles p {
    font-family: Sentinel, serif;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.6px;
    margin-top: 45px; }
  .profiles .image-wrapper {
    max-height: 100%;
    max-width: 563px;
    overflow: hidden; }
    .profiles .image-wrapper img {
      max-width: 100%;
      max-height: 473px; }
  .profiles footer.main-footer {
    margin-top: 0; }

/* --- About page --- */
.about .jobs {
  text-align: center;
  font-family: Sentinel, serif;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.35;
  letter-spacing: 1.2px;
  color: #666666;
  padding-top: 62px;
  padding-bottom: 80px; }
  .about .jobs div {
    margin-bottom: 40px; }
  .about .jobs .button {
    width: 240px; }

.about .about-preamble {
  max-width: 803px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }
  .about .about-preamble p {
    font-family: Sentinel, serif;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.6px;
    color: #666666;
    margin-top: 46px;
    margin-bottom: 46px; }
    @media screen and (max-width: 750px) {
      .about .about-preamble p {
        padding: 0 10px;
        text-align: center; } }
  .about .about-preamble blockquote {
    margin: 0;
    padding: 0 0 0 30px;
    border-left: 1px solid #a9a9b6;
    font-family: Sentinel, serif;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: 0.4px;
    color: #666666; }

.about .values {
  border: 0; }

/* --- Privacy Policy & Terms of Use --- */
.privacy-policy,
.terms-of-use,
.copyright,
.purchase-terms {
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1.1px;
  color: #333333; }
  .privacy-policy a,
  .terms-of-use a,
  .copyright a,
  .purchase-terms a {
    color: #333333;
    text-decoration: underline; }
  .privacy-policy .contents,
  .terms-of-use .contents,
  .copyright .contents,
  .purchase-terms .contents {
    margin: 0 auto;
    padding: 0 40px 40px 40px;
    max-width: 880px; }
    .privacy-policy .contents li,
    .terms-of-use .contents li,
    .copyright .contents li,
    .purchase-terms .contents li {
      margin-top: 0.1em;
      margin-left: 25px; }
    .privacy-policy .contents ul li,
    .terms-of-use .contents ul li,
    .copyright .contents ul li,
    .purchase-terms .contents ul li {
      list-style: circle; }
    .privacy-policy .contents ol li,
    .terms-of-use .contents ol li,
    .copyright .contents ol li,
    .purchase-terms .contents ol li {
      list-style: decimal; }
      .privacy-policy .contents ol li ol li,
      .terms-of-use .contents ol li ol li,
      .copyright .contents ol li ol li,
      .purchase-terms .contents ol li ol li {
        list-style: lower-latin; }
      .privacy-policy .contents ol li ul li,
      .terms-of-use .contents ol li ul li,
      .copyright .contents ol li ul li,
      .purchase-terms .contents ol li ul li {
        list-style: circle; }
  .privacy-policy h1,
  .terms-of-use h1,
  .copyright h1,
  .purchase-terms h1 {
    margin-top: 100px;
    margin-bottom: 40px;
    font-family: Sentinel, serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    text-align: center;
    color: #333333; }
  .privacy-policy h2,
  .terms-of-use h2,
  .copyright h2,
  .purchase-terms h2 {
    font-size: 18px; }
  .privacy-policy h3,
  .terms-of-use h3,
  .copyright h3,
  .purchase-terms h3 {
    font-size: 16px; }
  .privacy-policy p,
  .terms-of-use p,
  .copyright p,
  .purchase-terms p {
    margin-top: 0.25em; }
  .privacy-policy h2,
  .privacy-policy h3,
  .terms-of-use h2,
  .terms-of-use h3,
  .copyright h2,
  .copyright h3,
  .purchase-terms h2,
  .purchase-terms h3 {
    margin-top: 1em; }

.terms-of-use .contents {
  margin: 0 auto;
  padding: 0 40px 40px 40px;
  max-width: 880px; }
  .terms-of-use .contents li {
    margin-top: 0.1em;
    margin-left: 25px; }
  .terms-of-use .contents ul li {
    list-style: circle; }
  .terms-of-use .contents ol li {
    list-style: lower-latin; }
    .terms-of-use .contents ol li ol li {
      list-style: decimal; }
  .terms-of-use .contents a {
    color: #333333;
    text-decoration: underline; }
  .terms-of-use .contents a:visited {
    color: #333333; }

/* --- Responsive --- */
@media screen and (max-width: 751px) {
  .input-wrapper:not(.hidden) {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    -moz-box-pack: center;
         justify-content: center;
    padding-left: 10px;
    padding-right: 10px; }
    .input-wrapper:not(.hidden) .Select {
      max-width: 280px;
      margin-left: auto;
      margin-right: auto; }
    .input-wrapper:not(.hidden) .button {
      margin-top: 10px;
      margin-left: auto;
      margin-right: auto; }
  .value-entry {
    width: 49%; }
  .landing .testimonials .entry {
    margin-right: 0;
    margin-left: 0; }
    .landing .testimonials .entry p {
      padding-left: 10px;
      padding-right: 10px; } }

/** Light Box **/
.landing .light-box-contents {
  border-radius: 8px;
  width: auto;
  height: auto; }

@media screen and (max-width: 750px) {
  .no-mobile {
    display: none; } }

/* --- Variables --- */
/* Marketplace */
/* Animations */
/* Fonts */
/* Vertical align helper */
.retailer {
  background-color: #ffffff;
  font-family: Gotham, sans-serif;
  -webkit-font-smoothing: antialiased; }
  .retailer .recommendations-title {
    padding-left: 15px;
    margin-top: 15px;
    vertical-align: middle;
    height: 15px;
    font-family: Gotham, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-size: 12px;
    letter-spacing: 0.3px;
    color: #333333; }
    .retailer .recommendations-title > span {
      font-weight: 600; }
  .retailer .recommendation-wrapper {
    -moz-box-flex: 1;
         flex: 1 0 0%; }
    .retailer .recommendation-wrapper .retailer-content {
      width: 100%;
      padding-left: 40px;
      padding-right: 40px; }
      .retailer .recommendation-wrapper .retailer-content.no-padding {
        padding-left: 0;
        padding-right: 0; }
    .retailer .recommendation-wrapper .processing-component.loading {
      width: 100%;
      height: 100px;
      text-align: center; }
  .retailer .light-box-contents {
    position: static;
    background-color: transparent;
    border: 0;
    width: auto; }
  .retailer .buy-it-again .reorder-carousel-component {
    margin-top: 40px;
    overflow: hidden;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    -moz-box-align: center;
         align-items: center;
    font-family: Sentinel, serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 200; }
    .retailer .buy-it-again .reorder-carousel-component > .title {
      font-size: 20px;
      letter-spacing: 0.9px;
      color: #333; }
      .retailer .buy-it-again .reorder-carousel-component > .title a {
        color: #333;
        cursor: pointer;
        text-decoration: none; }
        .retailer .buy-it-again .reorder-carousel-component > .title a > * {
          vertical-align: middle; }
        .retailer .buy-it-again .reorder-carousel-component > .title a:hover span:first-of-type {
          color: #636473;
          border-bottom: 1px solid #a9a9b6; }
      .retailer .buy-it-again .reorder-carousel-component > .title span:nth-of-type(2) {
        color: #636473;
        font-size: 12px;
        font-style: italic;
        letter-spacing: 0.3px;
        margin-left: 10px;
        border-radius: 11px;
        border: solid 1px #a9a9b6;
        padding: 5px 15px; }
    .retailer .buy-it-again .reorder-carousel-component .reorder-carousel-container {
      margin-top: 25px; }

.retailer-loading-wrapper {
  position: absolute;
  padding-top: 60px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background: #fff;
  text-align: center; }
  .retailer-loading-wrapper:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%; }

.retailer-loading {
  text-align: center;
  margin: 2em auto; }

.retailer .result-header {
  text-align: left;
  height: auto;
  background-color: #fff;
  background-image: none;
  color: #000; }

.retailer .result-header .icon {
  width: 47px;
  height: 47px;
  -moz-box-flex: 0;
       flex-grow: 0;
  margin-right: 30px; }

.icon img {
  max-width: 100%;
  max-height: 100%;
  background-color: #fcfcfc; }

.retailer .result-header .retailer-resultinfo a {
  font-family: Sentinel, serif;
  font-weight: 500;
  font-style: italic;
  color: #fff; }

.retailer .recommendation-content {
  font-family: GothamBook, sans-serif;
  font-size: 14px;
  text-align: center;
  height: 50px;
  display: block;
  padding: 16px;
  font-weight: normal;
  background-color: #a3abc2;
  color: #fff; }

.retailer .fa {
  margin-left: 0.5em; }

.retailer-assistant {
  margin-right: 1em; }

.brand-recommendations-block {
  margin-bottom: 2em; }

.product-selected {
  display: -moz-box;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row; }

.product-selected .selected-product-details {
  padding: 1em; }

.product-selected .product-name {
  font-size: 120%;
  font-weight: bold;
  text-align: center; }

.product-selected .pricing span + span {
  margin-left: 1em; }

.product-selected img {
  max-width: 100%; }

.product-selected > div {
  display: inline-block;
  -moz-box-flex: 1;
       flex-grow: 1;
  max-width: 49%; }

.product-selected .button {
  width: 100%;
  display: inline-block;
  text-align: center; }

.product-selected .order-action {
  margin: 1em 0.5em; }

/* -- No Products Found -- */
.retailer .no-results {
  background-color: #fafafa;
  height: 350px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 84px; }
  .retailer .no-results h1 {
    font-family: Sentinel, serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-size: 20px;
    line-height: 0.65;
    letter-spacing: 0.9px;
    color: #333;
    margin-top: 24px;
    margin-bottom: 24px; }
  .retailer .no-results p {
    font-family: Gotham, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #888; }
  .retailer .no-results p.clear-filters {
    font-family: Sentinel, serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0.9px;
    color: #a3abc2;
    text-decoration: underline;
    margin-top: 20px;
    cursor: pointer; }
  .retailer .no-results a {
    color: #888;
    text-decoration: underline; }

@media screen and (max-width: 750px) {
  .retailer .recommendation-wrapper {
    margin-top: 0; }
    .retailer .recommendation-wrapper .recommendations-title {
      text-align: center; }
    .retailer .recommendation-wrapper .buy-it-again {
      margin-top: 30px; }
      .retailer .recommendation-wrapper .buy-it-again .reorder-carousel-component {
        margin-top: 10px; }
        .retailer .recommendation-wrapper .buy-it-again .reorder-carousel-component .reorder-carousel-container {
          margin-top: 14px;
          width: 290px; } }

@media screen and (max-width: 768px) {
  .recommendations-title {
    text-align: center; } }

@media screen and (max-width: 1028px) and (min-width: 751px) {
  .retailer .recommendation-wrapper .reorder-carousel-container {
    width: 748px; } }

@media screen and (max-width: 1280px) and (min-width: 1029px) {
  .retailer .recommendation-wrapper .reorder-carousel-container {
    width: 1004px; } }

@media screen and (min-width: 1281px) {
  .retailer .no-results {
    height: 300px; }
  .retailer .recommendation-wrapper .reorder-carousel-container {
    width: 1260px; } }

/* --- Live Search --- */

.live-search {
  position: relative;
  display: -moz-box;
  display: flex;
  -moz-box-flex: 1;
       flex-grow: 1;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  flex-wrap: nowrap;
  -moz-box-align: center;
       align-items: center;
}

.live-search span {
  -moz-box-flex: 0;
       flex-grow: 0;
}

.live-search span.actions {
  padding-left: 5px;
}

.live-search .input-box input {
  width: 100%;
  border: 0;
}

.live-search .input-box {
  -moz-box-flex: 1;
       flex-grow: 1;
  display: -moz-box;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  flex-wrap: nowrap;
  -moz-box-align: center;
       align-items: center;

  margin: 0.4em 0;
  border-radius: 2px;
}

.live-search .input-box .input-element {
  -moz-box-flex: 1;
       flex-grow: 1;
}

.live-search .input-box .status-icon {
  -moz-box-flex: 0;
       flex-grow: 0;
  margin-left: 0.5em;
}

.live-search .input-box .status-icon i {
  animation: spin 4s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.spin-it {
  animation: spin 4s linear infinite;
}


/*# sourceMappingURL=retailer.0e445430.css.map*/