@charset "UTF-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}

a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.u-m-auto {
  margin: auto;
}

.u-m-0 {
  margin: 0;
}

.u-m-16 {
  margin: 16px;
}

.u-mt-24 {
  margin-top: 24px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mb-8 {
  margin-bottom: 8px;
}

.u-mb-16 {
  margin-bottom: 16px;
}

.u-mb-24 {
  margin-bottom: 24px;
}

.u-mb-80 {
  margin-bottom: 80px;
}

.u-p-8 {
  padding: 8px;
}

.u-flex {
  display: flex;
}

.u-justify-center {
  justify-content: center;
}

.u-flex-column {
  flex-direction: column;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
}

.u-hidden {
  display: none;
}

.u-bullet-list {
  margin-left: 16px;
  padding-left: 16px;
}

.u-bullet-list li {
  font-size: 18px;
  list-style: disc;
  padding: 4px;
}

.u-float-right {
  float: right;
}

.u-float-left {
  float: left;
}

.u-text-success {
  color: #5dbb61;
}

.reviews-list-js {
  display: none;
}

.hero-product-rating {
  align-items: center;
  display: flex;
  margin-top: -24px;
  margin-bottom: 32px;
}

.hero-product-rating:hover .pcon-chevron-right {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.hero-product-rating__average {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 2px;
  margin-right: 6px;
  border-bottom: 2px dashed #2e469e;
}

.hero-product-rating__number {
  color: #2e469e;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.hero-product-rating__label {
  color: #2e469e;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero-product-rating__stars {
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: space-between;
  margin-right: 8px;
}

.hero-product-rating__stars img {
  margin-right: 4px;
}

.hero-product-rating .pcon-chevron-right {
  color: #2e469e;
  font-size: 16px;
  line-height: 1;
  margin-bottom: -6px;
  transition: all ease-in 200ms;
}

.ratingsAndReviews {
  padding: 140px 0 160px;
}

.ratingsAndReviews h1 {
  margin-bottom: 110px;
}

.ratingsAndReviews .sectionTitle,
.ratingsAndReviews .patternHero__content h1,
.patternHero__content .ratingsAndReviews h1 {
  padding-bottom: 16px;
}

.ratingsAndReviews .containerWidth {
  max-width: 860px;
  text-align: center;
}

.ratingsAndReviews__list {
  border-bottom: 2px solid #f1ebe7;
  margin: 32px 0;
  position: relative;
}

.loading-overlay {
  align-items: center;
  background: rgba(254, 254, 254, 0.8);
  bottom: 0;
  color: pcolor("blue", 900);
  display: flex;
  font-size: 24px;
  font-weight: 900;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  width: 100%;
}

.product-rating {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 16px 0;
}

.product-rating__average {
  display: flex;
  flex-direction: column;
}

.product-rating__number {
  font-size: 54px;
  font-weight: 900;
  line-height: 0.9;
}

.product-rating__label {
  color: #919191;
}

.product-rating__stars {
  margin-left: 24px;
}

.ratingsAndReviews__item {
  border-top: 2px solid #f1ebe7;
  display: flex;
  justify-content: center;
  padding: 32px;
  text-align: left;
}

.ratingsAndReviews__rating {
  margin-bottom: 24px;
}

.ratingsAndReviews__name {
  color: #393939;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 24px;
}

.ratingsAndReviews__date {
  color: #b4a194;
  float: right;
  font-size: 1.35rem;
  font-weight: 900;
}

.ratingsAndReviews__quote {
  color: #393939;
}

.ratingsAndReviews__company {
  color: #385ab0;
  font-size: 1.125rem;
}

.ratingsAndReviews__star {
  display: inline-block;
}

.ratingsAndReviews__avatar {
  display: inline-block;
  height: 120px;
  overflow: hidden;
  width: 120px;
}

.ratingsAndReviews__avatar img {
  width: 100%;
  vertical-align: middle;
}

.ratingsAndReviews__details {
  padding-left: 32px;
  width: 75%;
}

@media screen and (max-width: 1100px) {
  .hero-product-rating {
    margin: -16px auto 24px;
  }
}

@media screen and (max-width: 767.98px) {
  .ratingsAndReviews {
    padding: 90px 0 100px;
  }

  .ratingsAndReviews h1 {
    margin-bottom: 40px;
  }

  .ratingsAndReviews__list {
    margin-bottom: 48px;
  }

  .ratingsAndReviews__item {
    display: inherit;
  }

  .ratingsAndReviews__item .ratingsAndReviews__rating {
    justify-content: center;
    display: flex;
  }

  .ratingsAndReviews__avatar {
    display: flex;
    justify-content: center;
    margin: 0 auto 16px;
  }

  .ratingsAndReviews__avatar img {
    display: block;
    margin: auto;
    width: 120px;
  }

  .ratingsAndReviews__details {
    padding-left: 0;
    width: 100%;
  }

  .ratingsAndReviews__name {
    text-align: center;
  }

  .ratingsAndReviews__company {
    display: block;
  }

  .ratingsAndReviews__date {
    display: block;
    float: inherit;
  }

  .ratings__avatar {
    margin: 0 auto 16px;
  }
}

@media screen and (max-width: 449.98px) {
  .ratingsAndReviews .containerWidth {
    padding-right: 8px;
    padding-left: 8px;
  }

  .product-rating__stars {
    margin-left: 8px;
  }

  .product-rating__stars .ratingsAndReviews__star {
    width: 40px;
  }
}

.ratings__avatar {
  margin-right: 32px;
  width: 120px;
}

.ratings__avatar img {
  border-radius: 50%;
  height: 120px;
  width: 120px;
}

.container--xsmall {
  max-width: 320px;
}

.container--small {
  max-width: 576px;
}

.container--medium {
  max-width: 768px;
}

.container--large {
  max-width: 980px;
}

.container--xlarge {
  max-width: 1200px;
}

.container--xxlarge {
  max-width: 1370px;
}

.container--center {
  margin-left: auto;
  margin-right: auto;
}

.container--stretch {
  height: 100%;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex__column {
  flex: 1;
  max-width: 100%;
}

.flex__column--1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.flex__column--2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.flex__column--3 {
  flex-basis: 25%;
  max-width: 25%;
}

.flex__column--4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.flex__column--5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.flex__column--6 {
  flex-basis: 50%;
  max-width: 50%;
}

.flex__column--7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.flex__column--8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.flex__column--9 {
  flex-basis: 75%;
  max-width: 75%;
}

.flex__column--10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.flex__column--11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.flex__column--12 {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 420px) {
  .flex__column--1\@xsmall {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .flex__column--2\@xsmall {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .flex__column--3\@xsmall {
    flex-basis: 25%;
    max-width: 25%;
  }

  .flex__column--4\@xsmall {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .flex__column--5\@xsmall {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .flex__column--6\@xsmall {
    flex-basis: 50%;
    max-width: 50%;
  }

  .flex__column--7\@xsmall {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .flex__column--8\@xsmall {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .flex__column--9\@xsmall {
    flex-basis: 75%;
    max-width: 75%;
  }

  .flex__column--10\@xsmall {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .flex__column--11\@xsmall {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .flex__column--12\@xsmall {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .flex__column--1\@small {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .flex__column--2\@small {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .flex__column--3\@small {
    flex-basis: 25%;
    max-width: 25%;
  }

  .flex__column--4\@small {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .flex__column--5\@small {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .flex__column--6\@small {
    flex-basis: 50%;
    max-width: 50%;
  }

  .flex__column--7\@small {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .flex__column--8\@small {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .flex__column--9\@small {
    flex-basis: 75%;
    max-width: 75%;
  }

  .flex__column--10\@small {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .flex__column--11\@small {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .flex__column--12\@small {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .flex__column--1\@medium {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .flex__column--2\@medium {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .flex__column--3\@medium {
    flex-basis: 25%;
    max-width: 25%;
  }

  .flex__column--4\@medium {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .flex__column--5\@medium {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .flex__column--6\@medium {
    flex-basis: 50%;
    max-width: 50%;
  }

  .flex__column--7\@medium {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .flex__column--8\@medium {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .flex__column--9\@medium {
    flex-basis: 75%;
    max-width: 75%;
  }

  .flex__column--10\@medium {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .flex__column--11\@medium {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .flex__column--12\@medium {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 980px) {
  .flex__column--1\@large {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .flex__column--2\@large {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .flex__column--3\@large {
    flex-basis: 25%;
    max-width: 25%;
  }

  .flex__column--4\@large {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .flex__column--5\@large {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .flex__column--6\@large {
    flex-basis: 50%;
    max-width: 50%;
  }

  .flex__column--7\@large {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .flex__column--8\@large {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .flex__column--9\@large {
    flex-basis: 75%;
    max-width: 75%;
  }

  .flex__column--10\@large {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .flex__column--11\@large {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .flex__column--12\@large {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1210px) {
  .flex__column--1\@xlarge {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .flex__column--2\@xlarge {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .flex__column--3\@xlarge {
    flex-basis: 25%;
    max-width: 25%;
  }

  .flex__column--4\@xlarge {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .flex__column--5\@xlarge {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .flex__column--6\@xlarge {
    flex-basis: 50%;
    max-width: 50%;
  }

  .flex__column--7\@xlarge {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .flex__column--8\@xlarge {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .flex__column--9\@xlarge {
    flex-basis: 75%;
    max-width: 75%;
  }

  .flex__column--10\@xlarge {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .flex__column--11\@xlarge {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .flex__column--12\@xlarge {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1370px) {
  .flex__column--1\@xxlarge {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .flex__column--2\@xxlarge {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .flex__column--3\@xxlarge {
    flex-basis: 25%;
    max-width: 25%;
  }

  .flex__column--4\@xxlarge {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .flex__column--5\@xxlarge {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .flex__column--6\@xxlarge {
    flex-basis: 50%;
    max-width: 50%;
  }

  .flex__column--7\@xxlarge {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .flex__column--8\@xxlarge {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .flex__column--9\@xxlarge {
    flex-basis: 75%;
    max-width: 75%;
  }

  .flex__column--10\@xxlarge {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .flex__column--11\@xxlarge {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .flex__column--12\@xxlarge {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.flex__column--shrink {
  flex: 0 1 auto;
}

@media (min-width: 420px) {
  .flex__column--shrink\@xsmall {
    flex: 0 1 auto;
  }
}

@media (min-width: 576px) {
  .flex__column--shrink\@small {
    flex: 0 1 auto;
  }
}

@media (min-width: 768px) {
  .flex__column--shrink\@medium {
    flex: 0 1 auto;
  }
}

@media (min-width: 980px) {
  .flex__column--shrink\@large {
    flex: 0 1 auto;
  }
}

@media (min-width: 1210px) {
  .flex__column--shrink\@xlarge {
    flex: 0 1 auto;
  }
}

@media (min-width: 1370px) {
  .flex__column--shrink\@xxlarge {
    flex: 0 1 auto;
  }
}

.flex__column--start {
  align-self: flex-end;
}

.flex__column--center {
  align-self: center;
}

.flex__column--end {
  align-self: flex-end;
}

.flex__column--baseline {
  align-self: baseline;
}

.flex__column--stretch {
  align-self: stretch;
}

.flex--inline {
  display: inline-flex;
}

.flex--start {
  justify-content: flex-start;
}

.flex--center {
  justify-content: center;
}

.flex--end {
  justify-content: flex-end;
}

.flex--justify {
  justify-content: space-between;
}

.flex--space {
  justify-content: space-around;
}

.flex--middle {
  align-items: center;
}

.flex--bottom {
  align-items: flex-end;
}

.flex--stretch {
  align-items: stretch;
}

.flex--nowrap {
  flex-wrap: nowrap;
}

.flex--reverse {
  flex-direction: row-reverse;
}

@media (min-width: 420px) {
  .flex--reverse\@xsmall {
    flex-direction: row-reverse;
  }
}

@media (min-width: 576px) {
  .flex--reverse\@small {
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .flex--reverse\@medium {
    flex-direction: row-reverse;
  }
}

@media (min-width: 980px) {
  .flex--end\@large {
    justify-content: flex-end;
  }

  .flex--reverse\@large {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1210px) {
  .flex--reverse\@xlarge {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1370px) {
  .flex--reverse\@xxlarge {
    flex-direction: row-reverse;
  }
}

.flex--stack {
  flex-direction: column;
}

.flex--stack.flex--reverse {
  flex-direction: column-reverse;
}

@media (min-width: 420px) {
  .flex--stack\@xsmall {
    flex-direction: column;
  }

  .flex--stack\@xsmall[class*='flex--reverse'] {
    flex-direction: column-reverse;
  }
}

@media (min-width: 576px) {
  .flex--stack\@small {
    flex-direction: column;
  }

  .flex--stack\@small[class*='flex--reverse'] {
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .flex--stack\@medium {
    flex-direction: column;
  }

  .flex--stack\@medium[class*='flex--reverse'] {
    flex-direction: column-reverse;
  }
}

@media (min-width: 980px) {
  .flex--stack\@large {
    flex-direction: column;
  }

  .flex--stack\@large[class*='flex--reverse'] {
    flex-direction: column-reverse;
  }
}

@media (min-width: 1210px) {
  .flex--stack\@xlarge {
    flex-direction: column;
  }

  .flex--stack\@xlarge[class*='flex--reverse'] {
    flex-direction: column-reverse;
  }
}

@media (min-width: 1370px) {
  .flex--stack\@xxlarge {
    flex-direction: column;
  }

  .flex--stack\@xxlarge[class*='flex--reverse'] {
    flex-direction: column-reverse;
  }
}

.flex--queue {
  flex-direction: row;
}

.flex--queue.flex--reverse {
  flex-direction: row-reverse;
}

@media (min-width: 420px) {
  .flex--queue\@xsmall {
    flex-direction: row;
  }

  .flex--queue\@xsmall[class*='flex--reverse'] {
    flex-direction: row-reverse;
  }
}

@media (min-width: 576px) {
  .flex--queue\@small {
    flex-direction: row;
  }

  .flex--queue\@small[class*='flex--reverse'] {
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .flex--queue\@medium {
    flex-direction: row;
  }

  .flex--queue\@medium[class*='flex--reverse'] {
    flex-direction: row-reverse;
  }
}

@media (min-width: 980px) {
  .flex--queue\@large {
    flex-direction: row;
  }

  .flex--queue\@large[class*='flex--reverse'] {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1210px) {
  .flex--queue\@xlarge {
    flex-direction: row;
  }

  .flex--queue\@xlarge[class*='flex--reverse'] {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1370px) {
  .flex--queue\@xxlarge {
    flex-direction: row;
  }

  .flex--queue\@xxlarge[class*='flex--reverse'] {
    flex-direction: row-reverse;
  }
}

.gutter {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.gutter > * {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.gutter--large {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.gutter--large > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.gutter--xlarge {
  margin-left: -1rem;
  margin-right: -1rem;
}

.gutter--xlarge > * {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gutter--xxlarge {
  margin-left: -1.4rem;
  margin-right: -1.4rem;
}

.gutter--xxlarge > * {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

@media (min-width: 420px) {
  .gutter--medium\@xsmall {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .gutter--medium\@xsmall > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .gutter--large\@xsmall {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .gutter--large\@xsmall > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .gutter--xlarge\@xsmall {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .gutter--xlarge\@xsmall > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gutter--xxlarge\@xsmall {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .gutter--xxlarge\@xsmall > * {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}

@media (min-width: 576px) {
  .gutter--medium\@small {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .gutter--medium\@small > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .gutter--large\@small {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .gutter--large\@small > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .gutter--xlarge\@small {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .gutter--xlarge\@small > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gutter--xxlarge\@small {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .gutter--xxlarge\@small > * {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}

@media (min-width: 768px) {
  .gutter--medium\@medium {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .gutter--medium\@medium > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .gutter--large\@medium {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .gutter--large\@medium > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .gutter--xlarge\@medium {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .gutter--xlarge\@medium > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gutter--xxlarge\@medium {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .gutter--xxlarge\@medium > * {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}

@media (min-width: 980px) {
  .gutter--medium\@large {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .gutter--medium\@large > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .gutter--large\@large {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .gutter--large\@large > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .gutter--xlarge\@large {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .gutter--xlarge\@large > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gutter--xxlarge\@large {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .gutter--xxlarge\@large > * {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}

@media (min-width: 1210px) {
  .gutter--medium\@xlarge {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .gutter--medium\@xlarge > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .gutter--large\@xlarge {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .gutter--large\@xlarge > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .gutter--xlarge\@xlarge {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .gutter--xlarge\@xlarge > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gutter--xxlarge\@xlarge {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .gutter--xxlarge\@xlarge > * {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}

@media (min-width: 1370px) {
  .gutter--medium\@xxlarge {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .gutter--medium\@xxlarge > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .gutter--large\@xxlarge {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .gutter--large\@xxlarge > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .gutter--xlarge\@xxlarge {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .gutter--xlarge\@xxlarge > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gutter--xxlarge\@xxlarge {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .gutter--xxlarge\@xxlarge > * {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}

.image {
  max-width: 100%;
  height: auto;
  display: block;
}

.image--expand {
  width: 100%;
}

.image--middle {
  vertical-align: middle;
}

.image--full {
  width: 100%;
  display: block;
}

.space > * + * {
  margin-top: 1.5rem;
}

@media (min-width: 420px) {
  .space\@xsmall > * + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 576px) {
  .space\@small > * + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .space\@medium > * + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 980px) {
  .space\@large > * + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1210px) {
  .space\@xlarge > * + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1370px) {
  .space\@xxlarge > * + * {
    margin-top: 1.5rem;
  }
}

.space--xsmall > * + * {
  margin-top: 0.5rem;
}

.space--small > * + * {
  margin-top: 1rem;
}

.space--large > * + * {
  margin-top: 2.5rem;
}

.space--xlarge > * + * {
  margin-top: 2.75rem;
}

.space--xxlarge > * + * {
  margin-top: 4.1rem;
}

@media (min-width: 420px) {
  .space--xsmall\@xsmall > * + * {
    margin-top: 0.5rem;
  }
}

@media (min-width: 420px) {
  .space--small\@xsmall > * + * {
    margin-top: 1rem;
  }
}

@media (min-width: 420px) {
  .space--medium\@xsmall > * + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 420px) {
  .space--large\@xsmall > * + * {
    margin-top: 2rem;
  }
}

@media (min-width: 420px) {
  .space--xlarge\@xsmall > * + * {
    margin-top: 2.75rem;
  }
}

@media (min-width: 420px) {
  .space--xxlarge\@xsmall > * + * {
    margin-top: 4.1rem;
  }
}

@media (min-width: 576px) {
  .space--xsmall\@small > * + * {
    margin-top: 0.5rem;
  }
}

@media (min-width: 576px) {
  .space--small\@small > * + * {
    margin-top: 1rem;
  }
}

@media (min-width: 576px) {
  .space--medium\@small > * + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 576px) {
  .space--large\@small > * + * {
    margin-top: 2rem;
  }
}

@media (min-width: 576px) {
  .space--xlarge\@small > * + * {
    margin-top: 2.75rem;
  }
}

@media (min-width: 576px) {
  .space--xxlarge\@small > * + * {
    margin-top: 4.1rem;
  }
}

@media (min-width: 768px) {
  .space--xsmall\@medium > * + * {
    margin-top: 0.5rem;
  }
}

@media (min-width: 768px) {
  .space--small\@medium > * + * {
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .space--medium\@medium > * + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .space--large\@medium > * + * {
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .space--xlarge\@medium > * + * {
    margin-top: 2.75rem;
  }
}

@media (min-width: 768px) {
  .space--xxlarge\@medium > * + * {
    margin-top: 4.1rem;
  }
}

@media (min-width: 980px) {
  .space--xsmall\@large > * + * {
    margin-top: 0.5rem;
  }
}

@media (min-width: 980px) {
  .space--small\@large > * + * {
    margin-top: 1rem;
  }
}

@media (min-width: 980px) {
  .space--medium\@large > * + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 980px) {
  .space--large\@large > * + * {
    margin-top: 2rem;
  }
}

@media (min-width: 980px) {
  .space--xlarge\@large > * + * {
    margin-top: 2.75rem;
  }
}

@media (min-width: 980px) {
  .space--xxlarge\@large > * + * {
    margin-top: 4.1rem;
  }
}

@media (min-width: 1210px) {
  .space--xsmall\@xlarge > * + * {
    margin-top: 0.5rem;
  }
}

@media (min-width: 1210px) {
  .space--small\@xlarge > * + * {
    margin-top: 1rem;
  }
}

@media (min-width: 1210px) {
  .space--medium\@xlarge > * + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1210px) {
  .space--large\@xlarge > * + * {
    margin-top: 2rem;
  }
}

@media (min-width: 1210px) {
  .space--xlarge\@xlarge > * + * {
    margin-top: 2.75rem;
  }
}

@media (min-width: 1210px) {
  .space--xxlarge\@xlarge > * + * {
    margin-top: 4.1rem;
  }
}

@media (min-width: 1370px) {
  .space--xsmall\@xxlarge > * + * {
    margin-top: 0.5rem;
  }
}

@media (min-width: 1370px) {
  .space--small\@xxlarge > * + * {
    margin-top: 1rem;
  }
}

@media (min-width: 1370px) {
  .space--medium\@xxlarge > * + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1370px) {
  .space--large\@xxlarge > * + * {
    margin-top: 2rem;
  }
}

@media (min-width: 1370px) {
  .space--xlarge\@xxlarge > * + * {
    margin-top: 2.75rem;
  }
}

@media (min-width: 1370px) {
  .space--xxlarge\@xxlarge > * + * {
    margin-top: 4.1rem;
  }
}

@media (min-width: 420px) {
  .space--none\@xsmall > * + * {
    margin-top: 0;
  }
}

@media (min-width: 576px) {
  .space--none\@small > * + * {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .space--none\@medium > * + * {
    margin-top: 0;
  }
}

@media (min-width: 980px) {
  .space--none\@large > * + * {
    margin-top: 0;
  }
}

@media (min-width: 1210px) {
  .space--none\@xlarge > * + * {
    margin-top: 0;
  }
}

@media (min-width: 1370px) {
  .space--none\@xxlarge > * + * {
    margin-top: 0;
  }
}

.spread > * + * {
  margin-left: 1.5rem;
}

@media (min-width: 420px) {
  .spread\@xsmall > * + * {
    margin-left: 1.5rem;
  }
}

@media (min-width: 576px) {
  .spread\@small > * + * {
    margin-left: 1.5rem;
  }
}

@media (min-width: 768px) {
  .spread\@medium > * + * {
    margin-left: 1.5rem;
  }
}

@media (min-width: 980px) {
  .spread\@large > * + * {
    margin-left: 1.5rem;
  }
}

@media (min-width: 1210px) {
  .spread\@xlarge > * + * {
    margin-left: 1.5rem;
  }
}

@media (min-width: 1370px) {
  .spread\@xxlarge > * + * {
    margin-left: 1.5rem;
  }
}

.spread--xsmall > * + * {
  margin-left: 0.5rem;
}

.spread--small > * + * {
  margin-left: 1.2rem;
}

.spread--large > * + * {
  margin-left: 2rem;
}

.spread--xlarge > * + * {
  margin-left: 2.75rem;
}

.spread--xxlarge > * + * {
  margin-left: 4.5rem;
}

@media (min-width: 420px) {
  .spread--xsmall\@xsmall > * + * {
    margin-left: 0.5rem;
  }
}

@media (min-width: 420px) {
  .spread--small\@xsmall > * + * {
    margin-left: 1.2rem;
  }
}

@media (min-width: 420px) {
  .spread--medium\@xsmall > * + * {
    margin-left: 1.5rem;
  }
}

@media (min-width: 420px) {
  .spread--large\@xsmall > * + * {
    margin-left: 2rem;
  }
}

@media (min-width: 420px) {
  .spread--xlarge\@xsmall > * + * {
    margin-left: 2.75rem;
  }
}

@media (min-width: 420px) {
  .spread--xxlarge\@xsmall > * + * {
    margin-left: 4.5rem;
  }
}

@media (min-width: 576px) {
  .spread--xsmall\@small > * + * {
    margin-left: 0.5rem;
  }
}

@media (min-width: 576px) {
  .spread--small\@small > * + * {
    margin-left: 1.2rem;
  }
}

@media (min-width: 576px) {
  .spread--medium\@small > * + * {
    margin-left: 1.5rem;
  }
}

@media (min-width: 576px) {
  .spread--large\@small > * + * {
    margin-left: 2rem;
  }
}

@media (min-width: 576px) {
  .spread--xlarge\@small > * + * {
    margin-left: 2.75rem;
  }
}

@media (min-width: 576px) {
  .spread--xxlarge\@small > * + * {
    margin-left: 4.5rem;
  }
}

@media (min-width: 768px) {
  .spread--xsmall\@medium > * + * {
    margin-left: 0.5rem;
  }
}

@media (min-width: 768px) {
  .spread--small\@medium > * + * {
    margin-left: 1.2rem;
  }
}

@media (min-width: 768px) {
  .spread--medium\@medium > * + * {
    margin-left: 1.5rem;
  }
}

@media (min-width: 768px) {
  .spread--large\@medium > * + * {
    margin-left: 2rem;
  }
}

@media (min-width: 768px) {
  .spread--xlarge\@medium > * + * {
    margin-left: 2.75rem;
  }
}

@media (min-width: 768px) {
  .spread--xxlarge\@medium > * + * {
    margin-left: 4.5rem;
  }
}

@media (min-width: 980px) {
  .spread--xsmall\@large > * + * {
    margin-left: 0.5rem;
  }
}

@media (min-width: 980px) {
  .spread--small\@large > * + * {
    margin-left: 1.2rem;
  }
}

@media (min-width: 980px) {
  .spread--medium\@large > * + * {
    margin-left: 1.5rem;
  }
}

@media (min-width: 980px) {
  .spread--large\@large > * + * {
    margin-left: 2rem;
  }
}

@media (min-width: 980px) {
  .spread--xlarge\@large > * + * {
    margin-left: 2.75rem;
  }
}

@media (min-width: 980px) {
  .spread--xxlarge\@large > * + * {
    margin-left: 4.5rem;
  }
}

@media (min-width: 1210px) {
  .spread--xsmall\@xlarge > * + * {
    margin-left: 0.5rem;
  }
}

@media (min-width: 1210px) {
  .spread--small\@xlarge > * + * {
    margin-left: 1.2rem;
  }
}

@media (min-width: 1210px) {
  .spread--medium\@xlarge > * + * {
    margin-left: 1.5rem;
  }
}

@media (min-width: 1210px) {
  .spread--large\@xlarge > * + * {
    margin-left: 2rem;
  }
}

@media (min-width: 1210px) {
  .spread--xlarge\@xlarge > * + * {
    margin-left: 2.75rem;
  }
}

@media (min-width: 1210px) {
  .spread--xxlarge\@xlarge > * + * {
    margin-left: 4.5rem;
  }
}

@media (min-width: 1370px) {
  .spread--xsmall\@xxlarge > * + * {
    margin-left: 0.5rem;
  }
}

@media (min-width: 1370px) {
  .spread--small\@xxlarge > * + * {
    margin-left: 1.2rem;
  }
}

@media (min-width: 1370px) {
  .spread--medium\@xxlarge > * + * {
    margin-left: 1.5rem;
  }
}

@media (min-width: 1370px) {
  .spread--large\@xxlarge > * + * {
    margin-left: 2rem;
  }
}

@media (min-width: 1370px) {
  .spread--xlarge\@xxlarge > * + * {
    margin-left: 2.75rem;
  }
}

@media (min-width: 1370px) {
  .spread--xxlarge\@xxlarge > * + * {
    margin-left: 4.5rem;
  }
}

@media (min-width: 420px) {
  .spread--none\@xsmall > * + * {
    margin-left: 0;
  }
}

@media (min-width: 576px) {
  .spread--none\@small > * + * {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .spread--none\@medium > * + * {
    margin-left: 0;
  }
}

@media (min-width: 980px) {
  .spread--none\@large > * + * {
    margin-left: 0;
  }
}

@media (min-width: 1210px) {
  .spread--none\@xlarge > * + * {
    margin-left: 0;
  }
}

@media (min-width: 1370px) {
  .spread--none\@xxlarge > * + * {
    margin-left: 0;
  }
}

.waffle {
  margin: -0.25rem;
}

.waffle > * {
  padding: 0.25rem;
}

.waffle--large {
  margin: -0.5rem;
}

.waffle--large > * {
  padding: 0.5rem;
}

.waffle--xlarge {
  margin: -1rem;
}

.waffle--xlarge > * {
  padding: 1rem;
}

.waffle--xxlarge {
  margin: -1.4rem;
}

.waffle--xxlarge > * {
  padding: 1.4rem;
}

@media (min-width: 420px) {
  .waffle--medium\@xsmall {
    margin: -0.25rem;
  }

  .waffle--medium\@xsmall > * {
    padding: 0.25rem;
  }

  .waffle--large\@xsmall {
    margin: -0.5rem;
  }

  .waffle--large\@xsmall > * {
    padding: 0.5rem;
  }

  .waffle--xlarge\@xsmall {
    margin: -1rem;
  }

  .waffle--xlarge\@xsmall > * {
    padding: 1rem;
  }

  .waffle--xxlarge\@xsmall {
    margin: -1.4rem;
  }

  .waffle--xxlarge\@xsmall > * {
    padding: 1.4rem;
  }
}

@media (min-width: 576px) {
  .waffle--medium\@small {
    margin: -0.25rem;
  }

  .waffle--medium\@small > * {
    padding: 0.25rem;
  }

  .waffle--large\@small {
    margin: -0.5rem;
  }

  .waffle--large\@small > * {
    padding: 0.5rem;
  }

  .waffle--xlarge\@small {
    margin: -1rem;
  }

  .waffle--xlarge\@small > * {
    padding: 1rem;
  }

  .waffle--xxlarge\@small {
    margin: -1.4rem;
  }

  .waffle--xxlarge\@small > * {
    padding: 1.4rem;
  }
}

@media (min-width: 768px) {
  .waffle--medium\@medium {
    margin: -0.25rem;
  }

  .waffle--medium\@medium > * {
    padding: 0.25rem;
  }

  .waffle--large\@medium {
    margin: -0.5rem;
  }

  .waffle--large\@medium > * {
    padding: 0.5rem;
  }

  .waffle--xlarge\@medium {
    margin: -1rem;
  }

  .waffle--xlarge\@medium > * {
    padding: 1rem;
  }

  .waffle--xxlarge\@medium {
    margin: -1.4rem;
  }

  .waffle--xxlarge\@medium > * {
    padding: 1.4rem;
  }
}

@media (min-width: 980px) {
  .waffle--medium\@large {
    margin: -0.25rem;
  }

  .waffle--medium\@large > * {
    padding: 0.25rem;
  }

  .waffle--large\@large {
    margin: -0.5rem;
  }

  .waffle--large\@large > * {
    padding: 0.5rem;
  }

  .waffle--xlarge\@large {
    margin: -1rem;
  }

  .waffle--xlarge\@large > * {
    padding: 1rem;
  }

  .waffle--xxlarge\@large {
    margin: -1.4rem;
  }

  .waffle--xxlarge\@large > * {
    padding: 1.4rem;
  }
}

@media (min-width: 1210px) {
  .waffle--medium\@xlarge {
    margin: -0.25rem;
  }

  .waffle--medium\@xlarge > * {
    padding: 0.25rem;
  }

  .waffle--large\@xlarge {
    margin: -0.5rem;
  }

  .waffle--large\@xlarge > * {
    padding: 0.5rem;
  }

  .waffle--xlarge\@xlarge {
    margin: -1rem;
  }

  .waffle--xlarge\@xlarge > * {
    padding: 1rem;
  }

  .waffle--xxlarge\@xlarge {
    margin: -1.4rem;
  }

  .waffle--xxlarge\@xlarge > * {
    padding: 1.4rem;
  }
}

@media (min-width: 1370px) {
  .waffle--medium\@xxlarge {
    margin: -0.25rem;
  }

  .waffle--medium\@xxlarge > * {
    padding: 0.25rem;
  }

  .waffle--large\@xxlarge {
    margin: -0.5rem;
  }

  .waffle--large\@xxlarge > * {
    padding: 0.5rem;
  }

  .waffle--xlarge\@xxlarge {
    margin: -1rem;
  }

  .waffle--xlarge\@xxlarge > * {
    padding: 1rem;
  }

  .waffle--xxlarge\@xxlarge {
    margin: -1.4rem;
  }

  .waffle--xxlarge\@xxlarge > * {
    padding: 1.4rem;
  }
}

@media (min-width: 420px) {
  .waffle--none\@xsmall {
    margin: 0;
  }

  .waffle--none\@xsmall > * {
    padding: 0;
  }
}

@media (min-width: 576px) {
  .waffle--none\@small {
    margin: 0;
  }

  .waffle--none\@small > * {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .waffle--none\@medium {
    margin: 0;
  }

  .waffle--none\@medium > * {
    padding: 0;
  }
}

@media (min-width: 980px) {
  .waffle--none\@large {
    margin: 0;
  }

  .waffle--none\@large > * {
    padding: 0;
  }
}

@media (min-width: 1210px) {
  .waffle--none\@xlarge {
    margin: 0;
  }

  .waffle--none\@xlarge > * {
    padding: 0;
  }
}

@media (min-width: 1370px) {
  .waffle--none\@xxlarge {
    margin: 0;
  }

  .waffle--none\@xxlarge > * {
    padding: 0;
  }
}

.t-button {
  background-color: transparent;
  border: 0;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 28px;
  text-transform: uppercase;
}

.t-button--circle {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-color: #2e469e;
}

.t-button--bg {
  border-radius: 30px;
  color: #2e469e;
  background-color: #f4f4f4;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  padding: 20px 50px;
  text-transform: uppercase;
  transition: color, background-color 0.7s;
}

.t-button--bg:hover {
  background-color: #2e469e;
  color: #f4f4f4;
}

.t-button--arrow::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  -webkit-transform: translateX(-3px) translateY(-1px) rotate(45deg);
          transform: translateX(-3px) translateY(-1px) rotate(45deg);
  transition: border 0.3s ease-in-out;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.t-button--big-arrow::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-transform: translateX(-2px) translateY(3px) rotate(45deg);
          transform: translateX(-2px) translateY(3px) rotate(45deg);
  transition: border 0.3s ease-in-out;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: relative;
  top: -1px;
}

.t-button--reverse::after {
  -webkit-transform: translateX(2px) translateY(3px) rotate(225deg);
          transform: translateX(2px) translateY(3px) rotate(225deg);
}

.t-button--turquoise {
  background-color: #1bdfc7;
}

.t-button--turquoise::before,
.t-button--turquoise::after {
  border-color: #2e469e;
}

.title {
  font-size: 26px;
  line-height: 30px;
  color: #2e469e;
  position: relative;
  margin-bottom: 20px;
}

.title--dark {
  color: #393939;
}

.title--small {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 20px;
}

.title--large {
  font-size: 48px;
  font-weight: 900;
  line-height: 51px;
  font-family: 'tiempos-headline-bold', BlinkMacSystemFont, 'Roboto', 'Ubuntu', 'Droid Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

.title--xlarge {
  font-size: 58px;
  font-weight: 900;
  line-height: 52px;
  font-family: 'tiempos-headline-bold', BlinkMacSystemFont, 'Roboto', 'Ubuntu', 'Droid Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

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

.slider__mobile-controls {
  margin: 24px auto 0;
  position: relative;
}

.slider__mobile-controls .slider__mobile-controls-item {
  height: 10px;
  width: 10px;
  background-color: #a3a3a3;
  margin: 5px;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.slider__mobile-controls .slider__mobile-controls-item.glide__bullet--active {
  background-color: #2e469e;
}

.slider__mobile-controls .slider__mobile-controls-item[data-slider-nav-item='active'] {
  background-color: #2e469e;
}

.secondary-slider.slider__mobile-controls {
  display: none;
}

.content-slider {
  background-color: #ffffff;
}

.content-slide {
  width: 85%;
}

.content-slider__inner {
  padding: 50px 0;
}

.content-slider__controls {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 10%;
}

.content-slider__controls [data-slider-nav-item='active'] .content-slider-controls-item--overlay {
  opacity: 1;
}

.content-slider__controls [data-slider-nav-item='active'] .content-slider-controls-item--overlay:after {
  content: '\A';
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #1bdfc7 transparent transparent;
  position: absolute;
  right: -15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.content-slider .content-slider-controls__item {
  position: relative;
  cursor: pointer;
}

.content-slider .content-slider-controls__item:hover .content-slider-controls-item--overlay {
  opacity: 1;
}

.content-slider .content-slider-controls-item__title {
  color: #ffffff;
  font-size: 18px;
  padding-top: 12px;
  position: relative;
}

.content-slider .content-slider-controls-item__title::before {
  background-color: #1bdfc7;
  content: '';
  display: block;
  height: 5px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35px;
}

.content-slider .content-slider-controls-item--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 70, 158, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
}

.content-slider .content-slider-controls-item--overlay .button--arrow {
  display: none;
}

.content-slider__slide-img {
  margin-top: 25px;
  order: -1;
  margin-bottom: 25px;
}

.content-slider__person-photo-wrapper {
  position: relative;
  padding-left: 20px;
  width: 140px;
  max-width: unset;
}

.content-slider__person-photo-wrapper svg {
  position: absolute;
}

.content-slider__person-photo-wrapper svg:nth-child(1) {
  top: 42px;
  left: 0;
}

.content-slider__person-photo-wrapper svg:nth-child(2) {
  top: 95px;
  right: 30px;
}

.content-slider__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.content-slider__person-signature {
  padding-left: 40px;
}

.content-slider__arrows {
  display: none;
  justify-content: space-between;
  width: 100%;
}

.content-slider__arrow {
  cursor: pointer;
  position: absolute;
  top: 250px;
}

.content-slider__arrow--left {
  left: -95px;
}

.content-slider__arrow--right {
  right: -95px;
}

.content-slider__desc {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.25px;
  line-height: 28px;
  color: #2e469e;
}

.content-slider__text-content {
  font-size: 18px;
  letter-spacing: -0.3px;
  line-height: 1.5;
}

.content-slider__text-content p {
  margin-bottom: 16px;
}

.content-slider__text-content p.customer-quote {
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-left: 5px solid #dedede;
  color: #2e469e;
  font-style: italic;
  margin-top: 24px;
  padding-left: 16px;
}

.testimonials {
  background-color: #ffffff;
  position: relative;
}

.testimonials__inner {
  padding: 50px 0;
}

.testimonials__track {
  padding-top: 100px;
}

.testimonials__decors {
  position: absolute;
  width: 100%;
  height: 100%;
}

.testimonials__decors svg {
  position: absolute;
  max-width: 30vw;
}

.testimonials__decors svg:nth-child(1) {
  left: 0;
  bottom: 0;
}

.testimonials__decors svg:nth-child(2) {
  top: -100px;
  left: 25px;
  max-width: 20vw;
}

.testimonials__decors svg:nth-child(3) {
  right: -50px;
  top: -150px;
}

.testimonials__person-photo-wrapper {
  margin-bottom: 12px;
  margin-right: 16px;
  max-width: unset;
  position: relative;
  width: 120px;
}

.testimonials__person-photo-wrapper svg {
  position: absolute;
}

.testimonials__person-photo-wrapper svg:nth-child(1) {
  top: 42px;
  left: -20px;
}

.testimonials__person-photo-wrapper svg:nth-child(2) {
  top: 105px;
  right: 5px;
}

.testimonials__arrows {
  top: 40px;
  width: 100%;
  justify-content: space-between;
  display: none;
}

.testimonials__arrow {
  cursor: pointer;
  position: absolute;
  top: 112px;
}

.testimonials__arrow--left {
  left: -95px;
}

.testimonials__arrow--right {
  right: -95px;
}

.testimonials__text-content {
  border-radius: 6px;
  border: 2px solid #2e469e;
  color: #4b4b4b;
  font-size: 18px;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  line-height: 25px;
  letter-spacing: -0.3px;
  padding: 24px 16px;
}

.testimonials__slider-wrapper {
  position: relative;
}

.testimonials-slider__head-content {
  position: relative;
}

.testimonials-slider__person-photo-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.testimonials-slider__person-photo {
  border-radius: 50%;
}

.testimonials-slider__desc {
  font-size: 18px;
  letter-spacing: -0.25px;
}

.testimonial-ranking {
  background: #ffffff;
  display: flex;
  padding: 4px 8px;
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 1;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.ta-center {
  text-align: center;
}

@media screen and (min-width: 1449.98px) {
  .content-slider__arrows {
    display: flex;
  }
}

@media screen and (min-width: 1210px) {
  body {
    font-size: 18px;
  }

  .testimonials__decors svg {
    max-width: 70vw;
  }

  .testimonials__decors svg:nth-child(1) {
    left: -230px;
    bottom: 0;
  }

  .testimonials__decors svg:nth-child(2) {
    top: -100px;
    left: 25%;
    max-width: 70vw;
  }

  .content-slider__content-wrapper {
    padding: 16px 0;
  }
}

@media screen and (max-width: 1120px) {
  .content-slide {
    margin-top: 40px;
    width: 100%;
  }

  .content-slider__controls {
    display: none;
  }

  .slider__mobile-controls .content-slider__arrow--right {
    right: 0;
    top: 0;
  }

  .slider__mobile-controls .content-slider__arrow--left {
    left: 0;
    top: 0;
  }

  .secondary-slider.slider__mobile-controls {
    display: block;
    margin: auto;
    top: 24px;
    width: 108px;
  }

  .secondary-slider.slider__mobile-controls .content-slider__arrow--right {
    right: 0;
    top: 0;
  }

  .secondary-slider.slider__mobile-controls .content-slider__arrow--left {
    left: 0;
    top: 0;
  }
}

@media screen and (min-width: 768px) {
  .testimonials__inner {
    padding: 170px 0 100px;
  }

  .testimonials__inner--product {
    padding-top: 136px;
  }

  .testimonials__arrows {
    display: flex;
  }

  .testimonials__text-content {
    font-size: 1.575rem;
    line-height: 32px;
    margin-left: 2px;
    margin-right: 2px;
    position: relative;
  }

  .testimonials__text-content:after {
    background: #ffffff;
    border-bottom: 2px solid #2e469e;
    border-right: 2px solid #2e469e;
    bottom: -18px;
    content: ' ';
    height: 32px;
    position: absolute;
    right: 216px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 32px;
  }

  .testimonial-video__video-wrapper {
    height: 410px;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .glide__slide-container {
    flex-direction: column-reverse;
  }

  .content-slider__title {
    font-size: 20px;
    line-height: 23px;
    padding: 10px 5px 0;
    text-align: center;
  }
}

@media screen and (min-width: 576px) {
  .content-slider__control {
    max-width: 20%;
  }
}

body#show.order .header {
  background: #f7f7f7;
}

.page-container {
  display: flex;
  margin: auto;
  max-width: 1240px;
}

.receipt-container {
  padding-left: 16px;
  width: 52%;
}

.receipt {
  background: #ffffff;
  box-shadow: 0 4px 12px 6px rgba(0, 0, 0, 0.18);
  padding: 24px 24px 32px;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
}

.receipt:before,
.receipt:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(0% 0%, 5% 100%, 10% 0%, 15% 100%, 20% 0%, 25% 100%, 30% 0%, 35% 100%, 40% 0%, 45% 100%, 50% 0%, 55% 100%, 60% 0%, 65% 100%, 70% 0%, 75% 100%, 80% 0%, 85% 100%, 90% 0%, 95% 100%, 100% 0%);
}

.receipt:before {
  background-color: #d9d9d9;
  top: 0;
}

.receipt:after {
  background-color: #ffffff;
  bottom: -2px;
}

.receipt__header {
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px 24px;
}

.receipt__header .logo {
  float: right;
  width: 50%;
}

.shipping__sup-title {
  color: #2e469e;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}

.packlane__address {
  font-size: 14px;
}

.receipt__order-details {
  display: flex;
  justify-content: space-between;
  padding: 24px 16px;
}

.receipt__order-updates h2 {
  color: #2e469e;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 0.9;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.receipt__list-items {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 8px 0;
}

.receipt__item {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}

.item-description {
  line-height: 1.25;
  margin-bottom: 4px;
}

.item-quantity {
  color: #7b7b7b;
}

.receipt__summary {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.print-cta {
  background: #f4f4f4;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 8px 16px;
}

.receipt__pricing-breakdown {
  width: 68%;
}

.breakdown__label {
  color: #2e469e;
  font-size: 18px;
}

.breakdown__label--sub {
  color: #7b7b7b;
  font-size: 14px;
}

.breakdown__label--total {
  color: #2e469e;
  font-family: 'basis-grotesque-bold', Arial, Helvetica, sans-serif;
  font-size: 1.75em;
  font-weight: 900;
}

.pricing-item {
  align-items: center;
  border-bottom: 2px dotted #e8e8e8;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}

.pricing-item:last-child {
  border-bottom: none;
}

.success {
  margin-bottom: 64px;
}

.success__title {
  color: #4b4b4b;
  font-family: "tiempos-headline-bold", Times, Georgia, serif;
  font-size: 36px;
  margin-bottom: 8px;
  position: relative;
}

.success__title:before {
  background: #00b39b;
  top: -16px;
  content: '';
  display: block;
  height: 8px;
  width: 40px;
  position: absolute;
}

.success__description {
  color: #4b4b4b;
  font-size: 18px;
  margin-bottom: 16px;
}

.explanation-container {
  float: right;
  padding: 40px 16px 8px 40px;
  width: 48%;
}

.explanation {
  padding-top: 16px;
  position: relative;
}

.explanation__sup-title {
  color: #7b7b7b;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  text-transform: uppercase;
  display: block;
}

.explanation__title {
  color: #2e469e;
  font-family: "tiempos-headline-bold", Times, Georgia, serif;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 16px;
}

.explanation__copy-block {
  border-left: 2px solid #7b7b7b;
  margin-bottom: 40px;
  padding: 8px 16px;
}

.explanation__copy {
  font-size: 16px;
  margin-bottom: 12px;
}

.explanation__copy:last-child {
  margin-bottom: 0;
}

.next-step__copy {
  font-size: 18px;
  margin-bottom: 16px;
}

.next-step__copy--highlight {
  background: rgba(0, 0, 0, 0.03);
  border-left: 4px solid #2e469e;
  padding: 8px 8px 8px 16px;
  font-size: 1em;
}

.transaction-details {
  border-top: 2px dotted #e8e8e8;
  display: flex;
  justify-content: flex-end;
  padding: 8px 16px 0;
}

.transaction-details__list {
  margin: 0;
  width: 78%;
}

.transaction-details__item {
  color: #a5a5a5;
  display: flex;
  justify-content: space-between;
  margin: 4px 0;
  text-align: left;
}

.disclaimers {
  background: #f4f4f4;
}

.disclaimer__section-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 1.5em;
  margin-bottom: 16px;
  margin-top: 32px;
  padding-bottom: 8px;
}

.disclaimer__title {
  color: #2e469e;
  font-size: 1.25em;
  margin-bottom: 8px;
  margin-top: 32px;
}

.disclaimer__copy {
  color: #4b4b4b;
  font-size: 18px;
  margin-bottom: 16px;
}

.receipt-terms__title {
  font-family: "tiempos-headline-bold", Times, Georgia, serif;
  padding-bottom: 8px;
}

.receipt-terms__copy {
  font-size: 1.15em;
  padding-bottom: 16px;
}

.receipt-terms__list {
  list-style: disc;
  padding-left: 16px;
}

.receipt-terms__list ol,
.receipt-terms__list ul {
  padding: 16px;
}

.receipt-terms__list ol li,
.receipt-terms__list ul li {
  list-style: disc;
  padding-bottom: 8px;
}

.receipt-terms__list ol li:last-child,
.receipt-terms__list ul li:last-child {
  padding: 0;
}

.receipt-terms__list-item {
  font-size: 1.15em;
  list-style: decimal;
  margin-bottom: 12px;
}

.receipt-modal {
  background: #ffffff;
  box-shadow: 0 8px 12px 6px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 6px;
  left: 0;
  margin: auto;
  padding: 32px;
  position: absolute;
  right: 0;
  top: 80px;
  width: 42%;
}

.receipt-modal__header {
  border-bottom: 3px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  padding-bottom: 8px;
}

.receipt-modal__title {
  color: #4b4b4b;
  font-family: "tiempos-headline-bold", Times, Georgia, serif;
  font-size: 2.25em;
  line-height: 1.2;
}

.receipt-modal__sup-title {
  color: #00b39b;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
}

.receipt-modal__body-title {
  font-family: "tiempos-headline-bold", Times, Georgia, serif;
}

.receipt-modal__footer {
  display: flex;
  justify-content: center;
}

.receipt-modal__footer .btn {
  padding: 16px 24px;
}

.accordion__heading {
  background: #e8e8e8;
  border-radius: 6px;
  color: #373a3c;
  cursor: pointer;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  padding: 8px 16px;
  margin: 8px 0;
}

.accordion__heading:hover {
  background: #e1e1e1;
}

.receipt-faq {
  margin-top: 64px;
}

.receipt-faq__title {
  font-family: "tiempos-headline-bold", Times, Georgia, serif;
}

.accordion__button {
  align-items: center;
  color: #2e469e;
  display: flex;
  font-size: 0.75em;
  justify-content: space-between;
}

.accordion__button .fa-chevron-down {
  color: #2e469e;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion__button[aria-expanded='true'] {
  background: #e8e8e8;
}

.accordion__button[aria-expanded='true'] .fa-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion__panel {
  padding: 16px;
}

.accordion__panel p {
  font-size: 1.15em;
  padding-bottom: 16px;
}

.accordion__panel p:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 1199.98px) {
  .receipt-modal {
    width: 60%;
  }

  .explanation-container {
    padding: 40px 16px 8px 24px;
  }

  .receipt {
    padding: 16px 16px 24px;
  }
}

@media screen and (max-width: 991.98px) {
  .receipt-modal {
    width: 80%;
  }

  .page-container {
    align-items: center;
    flex-direction: column-reverse;
  }

  .explanation-container {
    padding: 0 0 24px;
    width: 80%;
  }

  .receipt-container {
    width: 80%;
  }
}

@media screen and (max-width: 767.98px) {
  .receipt-modal {
    padding: 24px;
    width: 92%;
  }

  .explanation-container,
  .receipt-container {
    padding: 0 16px 24px;
    width: 100%;
  }

  .receipt {
    padding: 16px 8px 24px;
  }

  .receipt__header {
    padding: 8px;
  }

  .receipt__summary {
    flex-direction: column-reverse;
  }

  .receipt__order-updates {
    margin-bottom: 16px;
  }

  .receipt__order-details {
    flex-direction: column;
  }

  .receipt__pricing-breakdown {
    margin-bottom: 32px;
    width: 100%;
  }

  .print-cta {
    font-size: 1.2em;
    margin: 0 auto 24px;
  }

  .transaction-details {
    padding: 8px 4px 0;
  }

  .transaction-details__list {
    width: 100%;
  }
}

body > .footer {
  display: block;
  position: relative;
}

body > .footer .footer__payment p {
  text-align: center;
}

body > .footer .footer__disclaimer img {
  display: inline;
}

body > .footer .footer__disclaimer p {
  text-align: center;
}

.footer__instagramHint .section-subtitle {
  color: #666666;
}

.footer__closing {
  padding: 6% 8%;
}

.footer__closing input[type='submit'] {
  color: #2e469e;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 300ms ease-in-out;
}

.footer__closing input[type='submit']:hover {
  color: #1bdfc7;
}

.footer__closing input[type='submit']:hover:after {
  border-top: 2px solid #1bdfc7;
  border-right: 2px solid #1bdfc7;
}

.footer {
  text-align: center;
}

.footer h2 {
  color: #2e469e;
  font-size: 26px;
  letter-spacing: 0;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
}

.footer__social h2 {
  margin-bottom: 16px;
}

.footer__social:before {
  content: '';
  display: block;
  width: 34px;
  height: 4px;
  background-color: #1bdfc7;
  margin: 0 auto 14px;
}

.footer__social__list {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footer__social__item {
  display: inline-block;
}

.footer__social__link {
  display: inline-block;
  padding: 20px;
}

.footer__social__link svg path {
  fill: #2e469e;
  transition: all 0.3s ease-in-out;
}

.footer__social__link:hover svg path {
  fill: #1bdfc7;
}

.footer__closing {
  background-color: #f0f1f4;
  color: #2e469e;
}

.footer__closing:before,
.footer__closing:after {
  content: ' ';
  display: table;
}

.footer__closing:after {
  clear: both;
}

.section-container {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: 0 16px;
}

.section-container--tight {
  max-width: 1088px;
}

.section-container p {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.closing__col {
  padding: 8px;
  width: 30%;
}

.closing__col a {
  color: #2e469e;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.closing__col a:hover {
  color: #1bdfc7;
}

.newsletter-form {
  margin: auto;
}

.closing__newsletter {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.closing__newsletterSubmit {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  min-width: 60px;
}

.closing__newsletterSubmit:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #2e469e;
  border-right: 2px solid #2e469e;
  -webkit-transform: translateY(-1px) rotate(45deg);
  transform: translateY(-1px) rotate(45deg);
  transition: border 0.3s ease-in-out;
}

.closing__newsletterSubmit:hover:after {
  border-top: 2px solid #1bdfc7;
  border-right: 2px solid #1bdfc7;
}

.footer__closing .input--white {
  margin-right: 40px;
  width: 100%;
}

.footer__payment p {
  margin-bottom: 30px;
}

.footer__disclaimer img {
  margin-bottom: 20px;
}

.credit-card {
  display: inline;
  padding: 4px;
  max-width: 40px;
  max-height: 30px;
}

.footer__creditCards img {
  padding: 3px;
  max-height: 30px;
  max-width: 40px;
}

@media screen and (max-width: 1100px) {
  .closing__col {
    margin-bottom: 48px;
    width: 100%;
  }
}

@media screen and (max-width: 760px) {
  .footer__social {
    margin-bottom: 80px;
  }

  .footer__instagramHint {
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding: 58px 0;
    width: 100%;
  }

  .footer__closing {
    padding: 100px 0;
  }
}

@media screen and (min-width: 760px) {
  .footer__social {
    margin-bottom: 100px;
  }

  .footer__instagramHint {
    margin-left: auto;
    margin-right: auto;
    padding: 66px 0;
    width: 84%;
  }
}

.header {
  background: transparent;
  box-shadow: inherit;
  box-sizing: border-box;
  overflow: visible;
  overflow: initial;
  padding: 16px 8%;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 10;
}

#index[data-controller='page'] .header,
.product .header {
  background-color: transparent;
  position: fixed;
  z-index: 29;
}

#index[data-controller='page'] .header.header--scrolled,
.product .header.header--scrolled {
  background-color: #ffffff;
  box-shadow: 0 2px 11px 3px rgba(0, 0, 0, 0.08);
}

.header-logo img {
  height: 42px;
  width: 180px;
}

.nav-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.nav-bar__menu {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  width: 100%;
}

.nav-bar__menu > .nav-bar__item {
  margin-left: 8px;
}

.nav-bar__menu a.nav-bar__item:nth-of-type(2) {
  margin-left: 0;
}

.nav-bar__item {
  color: #393939;
  display: inline-block;
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 8px 16px;
}

.nav-bar__item--link {
  color: #393939;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3px;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}

.nav-bar__item--link.nav-bar__item--signup-link {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  margin-left: 16px;
}

.nav-bar--close {
  font-size: 22px;
  cursor: pointer;
  float: right;
  padding: 12px 20px;
}

.nav-bar__item--dropdown {
  position: relative;
}

.nav-bar__item--dropdown > .nav-bar__item {
  padding: 0;
}

.nav-bar__item--dropdown:hover > .nav-dropdown {
  display: block;
}

.nav-bar__dropdown-chevron {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  display: inline-block;
}

.nav-bar__dropdown > .nav-bar__item--link {
  display: inline-block;
  padding: 0 8px 0 24px;
}

.nav-dropdown {
  background: #ffffff;
  box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  display: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 215px;
}

.nav-dropdown__link {
  color: #393939;
  display: block;
  padding: 16px 24px;
  width: 100%;
}

.nav-dropdown__link:hover {
  background: #f4f4f4;
}

.nav-dropdown__link:first-child {
  border-radius: 6px 6px 0 0;
}

.nav-dropdown__link:last-child {
  border-radius: 0 0 6px 6px;
}

.nav-bar__item--menu-toggle,
.nav-bar__menu--close {
  display: none;
}

.with_breadcrumbs {
  color: #8189a7;
  font-size: 0.95em;
}

body.order .nav-bar__item--link {
  color: #666666;
}

@media screen and (max-width: 1449.98px) {
  .header {
    padding: 24px;
  }

  .header-logo {
    width: 210px;
  }
}

@media screen and (max-width: 1199.98px) {
  .header {
    padding: 24px 16px;
    top: 0;
  }

  .header-logo {
    max-width: 180px;
    width: 100%;
  }

  .header-logo.with_breadcrumbs {
    max-width: 120px;
  }

  .nav-bar,
  .nav-bar__menu {
    display: none;
  }

  .nav-container {
    display: flex;
    justify-content: space-between;
  }

  #main-header-js.hamburger-open {
    height: 100%;
  }

  #main-header-js.hamburger-open .nav-bar__item--menu-toggle {
    display: none;
  }

  .nav-bar__item--menu-toggle {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    z-index: 99;
  }

  .nav-bar__menu {
    background-color: #2e469e;
    box-sizing: border-box;
    display: inline-block;
    height: 100%;
    opacity: 0;
    padding: 24px;
    position: fixed;
    pointer-events: none;
    top: 0;
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    transition: opacity 0.3s ease-in-out;
    text-align: center;
    z-index: 30;
    width: 100%;
  }

  .nav-bar.nav-bar--open {
    display: block;
    justify-content: flex-end;
    left: 0;
    padding: 24px 8%;
  }

  .nav-bar.nav-bar--open .nav-bar__menu {
    pointer-events: all;
    opacity: 1;
    overflow-y: auto;
  }

  .nav-bar.nav-bar--open .nav-bar__menu a.nav-bar__item {
    color: #ffffff;
    font-size: 16px;
  }

  .nav-bar.nav-bar--open .nav-dropdown {
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.18) inset;
    border-radius: 6px;
    display: none;
    padding: 0;
    position: inherit;
    margin: 16px auto 0;
    width: 80%;
  }

  .nav-bar.nav-bar--open .nav-dropdown.show-dropdown-js {
    display: block;
  }

  .nav-bar__menu .nav-bar__item {
    display: block;
    margin: 0;
  }

  .nav-dropdown__link {
    color: #ffffff;
    display: block;
  }

  .nav-dropdown__link:hover {
    background: inherit;
    color: #ffffff;
    text-decoration: none;
  }

  .nav-bar__dropdown-chevron {
    font-size: 20px;
    -webkit-transform: translate(8px, 5px);
            transform: translate(8px, 5px);
  }

  .nav-bar__item--link {
    color: #ffffff;
    display: block;
    letter-spacing: 0;
    line-height: 40px;
    padding: 16px 0;
    text-decoration: none;
  }

  .nav-bar__menu--close {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
  }
}

@media screen and (max-width: 767.98px) {
  .header {
    padding: 24px 16px;
  }
}

.modal-overlay {
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow-y: auto;
}

.modal-overlay--primary {
  background-color: rgba(46, 70, 158, 0.8);
}

.modal-overlay--secondary {
  background-color: rgba(17, 17, 17, 0.8);
}

.modal-overlay--tertiary {
  background-color: rgba(255, 255, 255, 0.8);
}

.modal__close-btn {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1em;
  height: 1em;
  position: absolute;
  right: 16px;
  top: 16px;
  float: right;
  text-transform: uppercase;
}

.modal__close-btn:hover {
  text-decoration: underline;
}

.request-quote__modal {
  background: #ffffff;
  box-shadow: 0 8px 12px 6px rgba(0, 0, 0, 0.2);
  border: none;
  left: 0;
  margin: auto;
  padding: 48px;
  position: absolute;
  right: 0;
  top: 80px;
  width: 46%;
}

.request-quote__modal .lead-form-wrapper {
  box-shadow: none;
  padding: 0;
}

.request-quote__modal--restock {
  padding: 24px;
}

@media screen and (max-width: 1199.98px) {
  .request-quote__modal {
    width: 60%;
  }
}

@media screen and (max-width: 767.98px) {
  .request-quote__modal {
    margin: 8px auto 40px;
    padding: 48px 24px;
    width: 90%;
  }
}

.dieline-quote__modal {
  background: #ffffff;
  border: none;
  box-shadow: -12px 12px 0 0 #ffc5c5;
  left: 0;
  margin: auto;
  padding: 32px;
  position: absolute;
  right: 0;
  top: 80px;
  width: 44%;
}

.dieline-quote__image {
  display: block;
  margin: auto;
}

.dieline-quote__title {
  color: #2e469e;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  margin: 16px 0;
  text-align: center;
}

.dieline-quote__copy {
  color: #4b4b4b;
  margin: 0 auto 16px;
  text-align: center;
  width: 90%;
}

.form-layout__rows {
  margin-top: 32px;
}

.form-layout__rows .row {
  display: flex;
  justify-content: space-between;
}

.form-layout__rows .row--half > * {
  width: 48%;
}

.form-layout__rows .row .form__field {
  margin: 8px 0;
}

.form-layout__rows .row .upload-label {
  display: block;
  font-size: 12px;
  padding: 4px;
}

.dieline-dropzone {
  align-items: center;
  background: #f5f4f2;
  border: 1px dotted #2e469e;
  border-radius: 3px;
  display: flex;
  height: 80px;
  justify-content: center;
}

.dieline-dropzone::before {
  color: #666;
  content: 'Click to upload';
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.dieline-dropzone:hover {
  background-color: #edf3ee;
  border: 1px dashed #5dbb61;
  cursor: copy;
}

.dieline-dropzone .drop-message {
  position: absolute;
  left: 0;
  right: 0;
}

.dieline-dropzone input {
  width: 100%;
}

@media screen and (max-width: 1199.98px) {
  .dieline-quote__modal {
    width: 60%;
  }
}

@media screen and (max-width: 767.98px) {
  .dieline-quote__modal {
    margin: 8px auto 40px;
    padding: 48px 24px;
    width: 90%;
  }
}

.comparison-wrapper {
  background: #ffa57b;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
}

.comparison-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 4.5rem;
  width: 42%;
}

.comparison-details__title {
  color: #2e469e;
  font-family: "tiempos-headline-bold", Times, Georgia, serif;
  font-size: 2.5em;
  margin-bottom: 2rem;
}

.comparison-details__sub-title {
  color: #393939;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 1.7em;
  margin-bottom: 2rem;
}

.comparison-details__copy {
  color: #222222;
  font-size: 1.425rem;
  margin-bottom: 1.5rem;
}

.comparison__gallery {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}

.comparison__thumbnail {
  border: 6px solid #ffffff;
  box-shadow: 0 4px 14px 5px rgba(0, 0, 0, 0.2);
  margin-right: 32px;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.comparison__thumbnail:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.comparison__master {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  width: 59%;
}

.comparison__modal {
  border: none;
  border-radius: 16px;
  box-shadow: 0 8px 12px 6px rgba(0, 0, 0, 0.2);
  left: 0;
  margin: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: 96%;
}

.comparison__modal .modal__close-btn {
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.5em;
  right: 22px;
}

.comparison__modal .modal__close-btn:hover {
  color: rgba(0, 0, 0, 0.55);
}

.comparison-note {
  display: inline-block;
  font-size: 0.875em;
  font-style: italic;
  text-align: right;
  width: 400px;
}

.tax-exemption__modal {
  background: #ffffff;
  box-shadow: 0 8px 12px 6px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 6px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 80px;
  width: 50%;
}

.tax-exemption__header {
  border-bottom: 6px solid #f4f4f4;
  padding: 24px;
  text-align: center;
}

.tax-exemption__title {
  color: #373a3c;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
}

.tax-exemption__sub-title {
  color: #2e469e;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  line-height: 1.25;
  margin: 8px 0;
}

.tax-exemption__copy {
  color: #7b7b7b;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.225rem;
  margin: auto;
  width: 80%;
}

.tax-exemption__footer {
  background: #e8e8e8;
  border-radius: 0 0 6px 6px;
  display: flex;
  justify-content: flex-end;
  padding: 16px 24px;
}

.tax-exemption__body .pane-container {
  display: flex;
  justify-content: center;
}

.tax-exemption__body .pane-container .column {
  padding: 32px 32px 0;
  width: 50%;
}

.tax-exemption__body .form-group {
  margin-bottom: 24px;
  width: 100%;
}

.tax-exemption__body select.select-board-size,
.tax-exemption__body input.form-control {
  background-color: #fcfcfc;
  border: 2px solid #e1e1e1;
  border-radius: 6px;
  box-shadow: none;
  display: block;
  font-size: 1.225rem;
  padding: 12px;
  outline: none;
  width: 100%;
}

.tax-datepicker .react-date-picker {
  display: block;
}

.tax-datepicker .react-date-picker__calendar {
  box-shadow: 0 3px 11px 4px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

.tax-datepicker .react-date-picker__calendar .react-calendar {
  border: #f4f4f4;
}

.tax-datepicker .react-date-picker__button {
  background-color: #fcfcfc;
  border: 2px solid #e1e1e1;
  border-radius: 6px;
  padding: 12px;
}

.label-note {
  color: #7b7b7b;
  font-size: 14px;
  padding: 4px;
}

.document-uploads {
  border: 2px dashed #2e469e;
  border-radius: 6px;
  cursor: pointer;
  padding: 12px 24px;
  text-align: center;
}

.document-uploads:hover {
  background: #edf7ed;
}

.document-uploads span {
  display: block;
  text-align: center;
}

.document-uploads__list {
  margin-bottom: 8px;
  padding: 8px 0 0 4px;
}

.document-uploads__list-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.document-uploads__count {
  font-size: 0.95rem;
  text-align: center;
}

button.remove-button {
  color: #d21704;
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 1449.98px) {
  .tax-exemption__modal {
    width: 60%;
  }
}

@media screen and (max-width: 1199.98px) {
  .tax-exemption__modal {
    width: 80%;
  }
}

@media screen and (max-width: 767.98px) {
  .tax-exemption__modal {
    margin-bottom: 96px;
    width: 94%;
  }

  .tax-exemption__body .pane-container {
    flex-direction: column;
  }

  .tax-exemption__body .pane-container .column {
    padding: 24px;
    width: 100%;
  }

  .tax-exemption__body .pane-container .column:first-child {
    padding-bottom: 0;
  }

  .tax-exemption__body .pane-container .column:last-child {
    padding-top: 0;
  }
}

.comparison-image {
  height: auto;
}

.comparison-image.hide {
  display: none;
}

.comparison-image.reveal {
  display: block;
}

@media screen and (max-width: 1449.98px) {
  .comparison-details {
    padding-left: 32px;
    width: 50%;
  }

  .comparison__master {
    width: 50%;
    width: 100%;
  }

  .comparison-note {
    bottom: -32px;
  }
}

@media screen and (max-width: 1199.98px) {
  .comparison-wrapper {
    flex-direction: column;
    height: inherit;
    justify-content: flex-start;
    max-width: 100vw;
  }

  .comparison-details {
    padding: 40px;
    width: 100%;
  }

  .comparison-master {
    padding: 40px;
    width: 100%;
  }
}

.material-modal {
  background: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: 0 8px 12px 6px rgba(0, 0, 0, 0.1);
  left: 0;
  margin: auto;
  padding: 16px 32px 32px;
  position: absolute;
  right: 0;
  top: 80px;
  width: 60%;
}

.material-modal__header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 8px;
  padding-bottom: 12px;
}

.material-modal__title {
  color: #2e469e;
  font-family: "tiempos-headline-bold", Times, Georgia, serif;
  font-size: 2em;
  text-align: center;
}

.material-options {
  display: flex;
  justify-content: space-around;
}

.material-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.material-item__image {
  margin-bottom: 8px;
}

.material-item__title {
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 1.25em;
  margin-bottom: 8px;
}

.material-item__description {
  font-size: 1em;
  font-weight: 200;
  line-height: 1.3em;
  color: #848794;
  text-align: center;
}

.lead-form-wrapper {
  background: #ffffff;
  box-shadow: 0 9px 21px 3px rgba(0, 0, 0, 0.18);
  padding: 48px;
}

.lead-form-wrapper__title {
  color: #2e469e;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.lead-form-wrapper__title--serif {
  color: #2e469e;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.lead-form-wrapper__text {
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
}

.lead-form {
  background: #ffffff;
}

.lead-form .form__field {
  margin: 16px 0;
}

.lead-form .form__field--half {
  display: inline-block;
  margin: 0;
  width: 48%;
}

.lead-form .horizontal-fields {
  display: flex;
  justify-content: space-between;
}

.lead-form label.form__label {
  width: 100%;
}

.lead-form .checkboxes-item-container {
  background-color: #ffffff;
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  font-size: 15px;
  height: 40px;
  border-bottom: solid 2px #edeff3;
  outline: none;
  padding: 5px;
  text-align: left;
  line-height: 2.1;
  font-weight: 400;
  width: 100%;
}

.lead-form .checkboxes-item-container input {
  margin-right: 10px;
}

.lead-form .checkboxes-item-container label {
  white-space: nowrap;
}

.lead-form textarea.form__text-input,
.lead-form input[type='number'].form__text-input,
.lead-form input[type='text'].form__text-input {
  background: #f5f4f2;
  border: 2px solid #e5e3dd;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
}

.lead-form textarea.form__text-input--error,
.lead-form input[type='number'].form__text-input--error,
.lead-form input[type='text'].form__text-input--error {
  border: 2px solid #d9341f;
}

.lead-form textarea.form__text-input:focus,
.lead-form input[type='number'].form__text-input:focus,
.lead-form input[type='text'].form__text-input:focus {
  border: 2px solid #2e469e;
  outline: none;
  box-shadow: none;
}

.lead-form select.form__text-input {
  background: #F5F4F2 url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='10px' height='18px' viewBox='0 0 10 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 44.1 (41455) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3E copy%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Crect width='100%25' height='100%25' fill='%23F5F4F2'/%3E %3Cg id='i4-mailer-landing' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='01-landing-mailer' transform='translate(-455.000000, -496.000000)' fill='%23A3A3A3'%3E %3Cpath d='M459.59375,498.8125 L456.40625,502 L455,500.59375 L459.59375,496 L464.1875,500.59375 L462.78125,502 L459.59375,498.8125 Z M459.59375,511.1875 L462.78125,508 L464.1875,509.40625 L459.59375,514 L455,509.40625 L456.40625,508 L459.59375,511.1875 Z' id='-copy'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E") right 10px center no-repeat;
  height: 41px;
  width: 100%;
  padding-right: 40px;
  border: 2px solid #e5e3dd;
  border-radius: 3px;
}

.lead-form select.form__text-input:focus {
  box-shadow: none;
}

.lead-form textarea.form__text-input {
  height: 80px;
}

.lead-form .pbtn {
  border-radius: 36px;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  letter-spacing: 4.25px;
  margin: 0 auto;
  padding: 22px 40px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  text-align: center;
  white-space: nowrap;
}

.lead-form .pbtn--primary {
  background-color: #2e469e;
  color: #f6f6f6;
}

.lead-form .pbtn:disabled {
  background: #e1e1e1;
  pointer-events: none;
  cursor: default;
}

@media screen and (max-width: 767.98px) {
  .lead-form .horizontal-fields {
    flex-direction: column;
  }

  .lead-form .form__field--half {
    margin: 8px 0;
    width: 100%;
  }

  .lead-form {
    min-width: inherit;
    padding: 0;
  }

  .lead-form-wrapper {
    padding: 30px;
  }
}

.page-wrapper {
  background: #ffffff;
  padding: 40px 0 80px;
}

.page-header {
  background: #ffffff;
  padding: 32px 0;
  width: 100%;
}

.page-header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1440px;
}

.page-header__overview {
  width: 63%;
}

.page-header__overview--full {
  width: 100%;
}

.page-header__title {
  color: #2e469e;
  font-size: 34px;
  font-weight: 900;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  margin-bottom: 4px;
}

.page-header__description {
  font-size: 18px;
  margin: 8px 0;
}

.page-header__container.page-header__container--constrained {
  max-width: 1200px;
}

.layout-container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 32px;
}

.layout-container--constrained {
  max-width: 1200px;
}

.layout-container--wide {
  max-width: 1680px;
}

.page-content {
  background: #f7f7f7;
  padding: 48px 0;
}

.info-hero {
  background: #f9cbd5;
  padding: 128px 64px 64px;
}

.info-hero__title {
  color: #2e469e;
  font-family: "tiempos-headline-bold", Times, Georgia, serif;
  font-size: 3.25em;
  text-align: center;
}

.info-hero__lead {
  color: #373a3c;
  font-size: 1.325em;
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0.3px;
}

.info-body {
  background: #f9cbd5;
  padding-bottom: 32px;
  padding-top: 32px;
}

.info-body dt {
  color: #4b4b4b;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: 900;
  line-height: 1.125em;
  margin-bottom: 8px;
}

.info-body dd {
  color: #373a3c;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  margin-bottom: 48px;
}

.info__article {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 13px 8px rgba(0, 0, 0, 0.18);
  margin: 0 auto;
  padding: 48px;
  max-width: 840px;
  width: 90%;
}

.info__article ul {
  padding-left: 16px;
  margin: 16px;
}

.info__article ul li {
  list-style: disc;
  margin-bottom: 16px;
  padding-left: 8px;
}

.eco-friendly-shipping-box .header-logo {
  background: url(https://assets.packlane.com/images/packlane-logo-brown-34f38592c399feeb2d4f473be4fb0f43.svg) no-repeat;
  background-size: 180px 42px;
  display: inline-block;
  height: 42px;
  width: 180px;
}

.eco-friendly-shipping-box .header-logo img {
  display: none;
}

.eco-friendly-shipping-box .header--scrolled .header-logo {
  background: none;
}

.eco-friendly-shipping-box .header--scrolled .header-logo img {
  display: inline-block;
}

.eco-friendly-shipping-box .nav-bar__item--link {
  color: rgba(255, 255, 255, 0.6);
}

.eco-friendly-shipping-box .header.header--scrolled .nav-bar__item--link {
  color: #393939;
}

.eco-friendly-shipping-box .info-body {
  background: #fef8e6;
}

.eco-friendly-shipping-box .customizerOverview__tabs {
  color: #7b7b7b;
}

.eco-friendly-shipping-box .customizerOverview__material {
  background: #fbfbed;
}

.eco-friendly-shipping-box .customizerOverview__size {
  background: #21282a;
}

.eco-friendly-shipping-box .customizerOverview__size h2 {
  color: #c49567;
}

.eco-friendly-shipping-box .customizerOverview__size p {
  color: rgba(255, 255, 255, 0.6);
}

.eco-friendly-shipping-box .customizerOverview__text {
  height: inherit;
}

.hero.product.product--econoflex h1,
.hero.product.product--econoflex .hero__footer--product h3 {
  color: #c49567;
}

.hero.product.product--econoflex h2 {
  color: rgba(255, 255, 255, 0.6);
}

.hero.product.product--econoflex .inputBox--hero .textFieldLabel {
  color: #c49567;
}

.hero.product.product--econoflex .textField {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.hero.product.product--econoflex .disclaimer {
  color: rgba(255, 255, 255, 0.6);
}

.hero.product.product--econoflex .notification {
  border-left: 3px solid #c49567;
}

.hero.product.product--econoflex .notification__title,
.hero.product.product--econoflex .notification__message {
  color: rgba(255, 255, 255, 0.6);
}

.hero.product.product--econoflex .notification__link {
  border-bottom: 2px dotted #c49567;
  color: #c49567;
}

.hero.product.product--econoflex .action button {
  color: #c49567;
  text-decoration: underline;
}

html {
  height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
}

.heroTitle,
.hero h1 {
  font-family: "tiempos-headline-bold", Times, Georgia, serif;
  color: #2e469e;
  letter-spacing: 0;
  font-weight: 900;
}

@media screen and (min-width: 760px) {
  .heroTitle,
  .hero h1 {
    font-size: 58px;
    line-height: 64px;
  }
}

@media screen and (max-width: 760px) {
  .heroTitle,
  .hero h1 {
    font-size: 36px;
    line-height: 44px;
  }
}

.sectionTitle,
.patternHero__content h1,
.patternHero__content h2,
.mediaAndTextModule__data h2,
.patternBanner__content h2,
.customizerOverview h2,
.sustainability h2 {
  font-family: "tiempos-headline-bold", Times, Georgia, serif;
  color: #2e469e;
  letter-spacing: 0;
  text-align: center;
}

.sectionTitle.sectionTitle--hasSub,
.patternHero__content h1.sectionTitle--hasSub,
.featuredDesigns .sectionTitle.sectionTitle--hasSub,
.featuredDesigns .patternHero__content h1.sectionTitle--hasSub,
.patternHero__content .featuredDesigns h1.sectionTitle--hasSub {
  margin-bottom: 16px;
}

.section-subtitle {
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0.3px;
}

.section-subtitle--center {
  margin: 0 auto 48px;
  text-align: center;
  width: 58%;
}

@media screen and (max-width: 991.98px) {
  .section-subtitle {
    padding: 0 32px;
    width: 100%;
  }
}

@media screen and (min-width: 760px) {
  .sectionTitle,
  .patternHero__content h1,
  .patternHero__content h2,
  .mediaAndTextModule__data h2,
  .patternBanner__content h2,
  .customizerOverview h2,
  .sustainability h2 {
    font-size: 48px;
    line-height: 64px;
  }
}

@media screen and (max-width: 760px) {
  .sectionTitle,
  .patternHero__content h1,
  .patternHero__content h2,
  .mediaAndTextModule__data h2,
  .patternBanner__content h2,
  .customizerOverview h2,
  .sustainability h2 {
    font-size: 36px;
    line-height: 44px;
  }
}

main {
  padding: 0 !important;
  min-height: 100vh;
}

.mediumTitle,
.designsGrid__overlay h2,
.textBanner p {
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 40px;
}

.smallTitle,
.iconFeatures__item h4,
.styleBox__name,
.customizerOverview__subHeading,
.customizerOverview__tabs,
.customizerMaterial__item span,
.steps__item__data h2 {
  color: #2e469e;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
}

.smallerTitle,
.inputBox--hero .textFieldLabel,
.hero__reviews p {
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #2e469e;
  letter-spacing: 0;
  line-height: 30px;
}

.mainText,
.patternHero__content p,
.hero h2,
.patternHero__content p,
.mediaAndTextModule__data p,
.patternBanner__content p,
.iconFeatures__item p,
.instagramSlider .slide__data,
.styleBox__description,
.customizerOverview__text,
.ratingsAndReviews__quote,
.footer p,
.closing__col a,
.steps__item__data p,
.sustainability p {
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
  letter-spacing: 0.3px;
}

.hero.product .disclaimer,
.hero.product .footer__disclaimer p,
.footer__disclaimer .hero.product p,
.hero.product .action {
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 24px;
}

.smallUppercaseText,
.hero__brands h3,
.hero__footer--product h3 {
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.notification {
  border-left: 3px solid #2e469e;
  display: none;
  margin: 16px 8px 24px;
  padding: 16px;
}

.notification__title {
  font-size: 1.15rem;
}

.notification__message {
  font-size: 1em;
  line-height: 1.5;
}

.notification__link {
  border-bottom: 2px dotted #2e469e;
  color: #2e469e;
  height: inherit;
}

.notification__link:hover {
  border-bottom: 2px solid #000000;
  text-decoration: none;
}

.disclaimer,
.footer__disclaimer p {
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.3px;
  color: #2e469e;
}

.noty_message {
  font-size: 1em !important;
  padding: 16px !important;
}

.noty_close {
  display: inherit !important;
  opacity: 0.75 !important;
}

.btn {
  background-image: none;
  border-radius: 36px;
  box-sizing: border-box;
  display: inline-block;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif !important;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 4.25px;
  margin-bottom: 0;
  padding: 22px 40px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

@media screen and (max-width: 449.98px) {
  .btn {
    padding: 22px 24px;
  }
}

.btn--white {
  background-color: #ffffff;
  color: #2e469e;
}

.btn--white:hover {
  background-color: #2e469e;
  color: #ffffff;
}

.btn--gray {
  background-color: #f6f6f6;
  color: #2e469e;
}

.btn--gray:hover {
  background-color: #2e469e;
  color: #ffffff;
}

.btn--blue {
  background-color: #2e469e;
  color: #f6f6f6;
}

.btn--blue:hover {
  background-color: #2e469e;
  color: #ffffff;
  opacity: 0.8;
}

.btn--link {
  background: transparent;
  color: #2e469e;
  text-decoration: none;
}

.btn--link:hover {
  text-decoration: underline;
}

.btn--outline {
  border: 3px solid #2e469e;
  color: #2e469e;
  letter-spacing: inherit;
  padding: 10px 32px;
}

.btn--outline:hover {
  background-color: #2e469e;
  box-shadow: 0 -2px 10px -2px rgba(0, 0, 0, 0.18);
  color: #ffffff;
}

.btn--square {
  border-radius: 0;
}

.btn--small {
  font-size: 14px;
  letter-spacing: 2.25px;
  line-height: 0.7;
  padding: 16px;
}

.btn--small.btn-outline {
  padding: 13px 16px;
}

.smallCTA,
.smallCTA--blue,
.smallCTA--white {
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.smallCTA:after,
.smallCTA--blue:after,
.smallCTA--white:after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  -webkit-transform: translateX(3px) translateY(-1px) rotate(45deg);
          transform: translateX(3px) translateY(-1px) rotate(45deg);
  transition: border 0.3s ease-in-out;
}

.smallCTA:hover,
.smallCTA--blue:hover,
.smallCTA--white:hover {
  color: #1bdfc7;
}

.smallCTA:hover:after,
.smallCTA--blue:hover:after,
.smallCTA--white:hover:after {
  border-top: 2px solid #1bdfc7;
  border-right: 2px solid #1bdfc7;
}

.smallCTA--blue {
  color: #2e469e;
  display: inline-block;
}

.smallCTA--blue:after {
  border-top: 2px solid #2e469e;
  border-right: 2px solid #2e469e;
}

.smallCTA--white {
  color: #ffffff;
}

.smallCTA--white:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.btnText {
  color: #2e469e;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 4.25px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.btnText:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #2e469e;
  border-right: 2px solid #2e469e;
  -webkit-transform: translateY(-1px) rotate(45deg);
  transform: translateY(-1px) rotate(45deg);
  transition: border 0.3s ease-in-out;
}

.btnText:hover {
  color: #1bdfc7;
}

.btnText:hover:after {
  border-top: 2px solid #1bdfc7;
  border-right: 2px solid #1bdfc7;
}

.under-link {
  border-bottom: 2px solid #2e469e;
  color: #000000;
  text-decoration: none;
}

.under-link:hover {
  border-bottom: 2px solid #222222;
  color: #111111;
  text-decoration: none;
}

input,
select,
textarea,
button {
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  box-sizing: border-box;
  box-shadow: none;
  outline: none;
  border: 0;
  -webkit-appearance: none;
}

input[type='radio'],
input[type='checkbox'] {
  height: inherit;
}

input[type='radio'][type='radio'],
input[type='checkbox'][type='radio'] {
  -webkit-appearance: radio;
}

input[type='radio'][type='checkbox'],
input[type='checkbox'][type='checkbox'] {
  -webkit-appearance: checkbox;
}

input[type='submit'] {
  cursor: pointer;
}

button[type='submit'] {
  height: unset;
}

select {
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='10px' height='18px' viewBox='0 0 10 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 44.1 (41455) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3E copy%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='i4-mailer-landing' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='01-landing-mailer' transform='translate(-455.000000, -496.000000)' fill='%23A3A3A3'%3E %3Cpath d='M459.59375,498.8125 L456.40625,502 L455,500.59375 L459.59375,496 L464.1875,500.59375 L462.78125,502 L459.59375,498.8125 Z M459.59375,511.1875 L462.78125,508 L464.1875,509.40625 L459.59375,514 L455,509.40625 L456.40625,508 L459.59375,511.1875 Z' id='-copy'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E") right 10px center no-repeat;
}

.input--white {
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  transition: border-color 0.3s ease-in-out;
}

#k_id_email {
  font-size: 1rem;
  width: 58%;
  padding: 0;
  background: none;
  border-bottom: 2px solid #2e469e;
  color: #2e469e;
  transition: border-color 0.3s ease-in-out;
  height: 1.6rem;
  box-shadow: none;
  border-color: none;
}

.input--white::-webkit-input-placeholder {
  color: #2e469e !important;
}

#rect1,
#rect2 {
  position: absolute;
}

#rect1 {
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#rect2 {
  right: 0;
  bottom: 30px;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

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

@media screen and (min-width: 1100px) {
  .hero {
    display: flex;
    min-height: calc(100vh - 153px);
    flex-direction: column;
  }
}

@media screen and (max-width: 1100px) {
  .hero {
    height: auto;
    text-align: center;
  }
}

@media screen and (min-width: 760px) {
  .hero h1 {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 760px) {
  .hero h1 {
    margin-bottom: 16px;
  }
}

.hero h2 {
  margin-bottom: 43px;
}

.hero__content {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1100px) {
  .hero__content {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex: 1;
    margin-bottom: 50px;
  }
}

.hero__content,
.hero__footer {
  width: 100%;
}

.hero__data {
  box-sizing: border-box;
}

@media screen and (min-width: 1100px) {
  .hero__data {
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    padding-left: 8%;
    padding-top: 153px;
  }
}

@media screen and (max-width: 1100px) {
  .hero__data {
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
    padding: 0 30px;
    padding-top: 75px;
  }
}

@media screen and (min-width: 1100px) {
  .hero__image {
    width: 50%;
    height: 100%;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    order: 2;
    margin-top: 6rem;
  }
}

@media screen and (max-width: 1100px) {
  .hero__image {
    width: 100%;
  }

  .hero__image img {
    margin: 0 auto;
  }
}

.hero__image img {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 153px);
}

.styleBox__image img.styleBox-mailer {
  top: 44%;
}

.styleBox__image img.styleBox-folding-carton {
  top: 50%;
}

.styleBox__image img.styleBox-shipping-box {
  top: 58%;
}

.styleBox__image img.styleBox-econoflex {
  max-width: 96%;
  top: 53%;
}

.hero__footer {
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
}

@media screen and (min-width: 1100px) {
  .hero__footer {
    padding: 0 8%;
  }
}

@media screen and (max-width: 1100px) {
  .hero__footer {
    padding: 0 30px;
  }
}

.hero__ornaments {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #c3e6d0;
  overflow: hidden;
}

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

.homepage.hero {
  background-color: #c3e6d0;
}

.hero__brands h3,
.hero__brands ul {
  flex: 1 0 99%;
  max-width: 100%;
  width: 100%;
}

.hero__brands h3 {
  color: #393939;
  margin-bottom: 26px;
}

@media screen and (min-width: 1100px) {
  .hero__brands ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
}

@media screen and (max-width: 1100px) {
  .hero__brands ul {
    height: 56px;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
}

.hero__brands li {
  display: inline-block;
  padding: 0 16px 32px;
  box-sizing: border-box;
}

@media screen and (min-width: 1100px) {
  .hero__brands li {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
  }
}

@media screen and (max-width: 1100px) {
  .hero__brands li {
    display: inline-block;
    float: left;
  }
}

.hero.product {
  padding-bottom: 50px;
}

.hero.product .disclaimer,
.hero.product .footer__disclaimer p,
.footer__disclaimer .hero.product p {
  color: #666666;
  margin: 0 0 0 10px;
}

.hero.product .action a,
.hero.product .action button {
  color: #2e469e;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  outline: none;
}

.hero.product .action a:hover,
.hero.product .action button:hover {
  color: #1bdfc7;
}

.hero.product .action button {
  margin-left: 10px;
}

.hero.product h2 {
  margin-bottom: 33px;
}

.hero__sizeSelector {
  margin-bottom: 50px;
  text-align: left;
}

.inputBox--hero {
  display: inline-block;
  box-sizing: border-box;
}

@media screen and (min-width: 710px) {
  .inputBox--hero {
    padding: 0 32px 16px 0;
  }
}

@media screen and (max-width: 710px) {
  .inputBox--hero {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 710px) {
  .inputBox--hero.inputBox--last {
    padding: 0 0 16px 0;
    width: 256px;
  }
}

.inputBox--hero .textFieldLabel {
  display: block;
}

.inputBox--hero select,
.inputBox--hero input {
  color: #393939;
  height: 40px;
}

.inputBox--hero select {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding-right: 40px;
}

.inputBox--hero select:focus {
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 2px solid #2e469e;
  box-shadow: none;
}

@media screen and (max-width: 710px) {
  .inputBox--hero select {
    width: 100%;
  }
}

@media screen and (min-width: 760px) {
  .hero__footer--product img {
    margin-right: 15px;
  }
}

@media screen and (max-width: 760px) {
  .hero__footer--product img {
    margin-bottom: 15px;
  }
}

.hero__footer--product h3 {
  color: #2e469e;
}

@media screen and (min-width: 760px) {
  .hero__footer--product h3 {
    display: inline-block;
    -webkit-transform: translateY(-22px);
            transform: translateY(-22px);
  }
}

.product--mailer.hero {
  background-color: #b4eef9;
}

.product--shipper.hero {
  background-color: #f9cbd5;
}

.product--econoflex.hero {
  background: #21282a;
}

.patternHero {
  min-height: 700px;
  text-align: center;
  box-sizing: border-box;
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='500px' height='500px' viewBox='0 0 500 500' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 44.1 (41455) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3Epattern%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='emails' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='pattern'%3E %3Cg%3E %3Crect id='bg-copy' x='0' y='0' width='500' height='500'%3E%3C/rect%3E %3Cpath d='M407,436.26929 L449.288188,407 M417.422345,447.64663 L459.710533,418.37734 M428.144094,459.02397 L470.432282,429.754679' id='Stroke-9-Copy-9' stroke='%23FFFFFF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M149.869655,440.354052 L192.157844,411.084762 M160.292001,451.731392 L202.580189,422.462102 M171.013749,463.108732 L213.301938,433.839441' id='Stroke-9-Copy-10' stroke='%23FFFFFF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' transform='translate(181.585796, 437.096747) rotate(-79.000000) translate(-181.585796, -437.096747) '%3E%3C/path%3E %3Cpath d='M90.4111512,56.2055756 C90.4111512,70.127634 79.127634,81.4111512 65.2055756,81.4111512 C51.2835173,81.4111512 40,70.127634 40,56.2055756 C40,42.2835173 51.2835173,31 65.2055756,31 C79.127634,31 90.4111512,42.2835173 90.4111512,56.2055756 L90.4111512,56.2055756 Z' id='Path-Copy-16' stroke='%23FFFFFF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M333.411151,302.205576 C333.411151,316.127634 322.127634,327.411151 308.205576,327.411151 C294.283517,327.411151 283,316.127634 283,302.205576 C283,288.283517 294.283517,277 308.205576,277 C322.127634,277 333.411151,288.283517 333.411151,302.205576 L333.411151,302.205576 Z' id='Path-Copy-19' stroke='%23FFFFFF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpolygon id='Path-Copy-20' stroke='%23FFFFFF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' points='389.625758 168.76806 444.504387 196.798438 450.255003 151'%3E%3C/polygon%3E %3Cpolygon id='Path-Copy-21' stroke='%23FFFFFF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' transform='translate(75.688864, 306.131620) scale(-1, 1) rotate(-13.000000) translate(-75.688864, -306.131620) ' points='45.3742417 301.00046 100.252871 329.030839 106.003486 283.232401'%3E%3C/polygon%3E %3Cpath d='M273.103808,59.0772549 L315.391996,29.8079645 M283.526153,70.4545946 L325.814342,41.1853042 M294.247902,81.8319342 L336.53609,52.5626439' id='Stroke-9-Copy-11' stroke='%23FFFFFF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' transform='translate(304.819949, 55.819949) rotate(-315.000000) translate(-304.819949, -55.819949) '%3E%3C/path%3E %3Cpath d='M139.729567,165.077255 L182.017755,135.807964 M150.151912,176.454595 L192.4401,147.185304 M160.873661,187.831934 L203.161849,158.562644' id='Stroke-9-Copy-13' stroke='%23FFFFFF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' transform='translate(171.445708, 161.819949) scale(-1, 1) rotate(-315.000000) translate(-171.445708, -161.819949) '%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: repeat;
}

@media screen and (min-width: 760px) {
  .patternHero {
    padding: 237px 40px;
  }
}

@media screen and (max-width: 760px) {
  .patternHero {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100vh;
    justify-content: center;
    padding: 100px 30px;
  }
}

.patternHero .containerWidth,
.patternHero .iconFeatures,
.patternHero .footer__instagramHint,
.patternHero .designsGrid,
.patternHero .howItWorks__container {
  max-width: 900px;
}

.patternHero__content h1 {
  margin-bottom: 28px;
}

.patternHero__content p {
  margin-bottom: 46px;
}

.patternHero--teal {
  background-color: #c9f8eb;
}

.mediaAndTextModule:before,
.mediaAndTextModule:after {
  content: ' ';
  display: table;
}

.mediaAndTextModule:after {
  clear: both;
}

@media screen and (max-width: 900px) {
  .mediaAndTextModule {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (min-width: 900px) {
  .mediaAndTextModule {
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-right: 8%;
  }
}

.mediaAndTextModule__media {
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 900px) {
  .mediaAndTextModule__media {
    padding: 48px 30px;
    margin-bottom: 48px;
    width: 100%;
  }
}

@media screen and (min-width: 900px) {
  .mediaAndTextModule__media {
    padding: 160px 20px 160px 0;
  }
}

.mediaAndTextModule__img {
  z-index: 1;
  position: relative;
}

.mediaAndTextModule__bg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mediaAndTextModule__data {
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .mediaAndTextModule__data {
    width: 90%;
    margin: 0 5%;
    text-align: center;
  }
}

@media screen and (min-width: 900px) {
  .mediaAndTextModule__data {
    padding-left: 20px;
  }
}

@media screen and (min-width: 900px) {
  .mediaAndTextModule--shortText .mediaAndTextModule__media {
    width: 58.33333333%;
  }
}

@media screen and (min-width: 900px) {
  .mediaAndTextModule--shortText .mediaAndTextModule__img {
    width: 78%;
    float: right;
  }
}

@media screen and (max-width: 900px) {
  .mediaAndTextModule--shortText .mediaAndTextModule__img {
    width: 100%;
  }
}

.mediaAndTextModule--shortText .mediaAndTextModule__bg {
  width: 86%;
  background-color: #fefcf3;
}

@media screen and (min-width: 900px) {
  .mediaAndTextModule--shortText .mediaAndTextModule__data {
    padding-left: 20px;
    width: 41.66666667%;
  }
}

@media screen and (min-width: 900px) {
  .mediaAndTextModule--longText .mediaAndTextModule__media {
    width: 50%;
  }
}

@media screen and (min-width: 1270px) {
  .mediaAndTextModule--longText .mediaAndTextModule__img {
    width: 82%;
    float: left;
  }
}

@media screen and (min-width: 900px) and (max-width: 1270px) {
  .mediaAndTextModule--longText .mediaAndTextModule__img {
    width: 100%;
    float: left;
  }
}

@media screen and (max-width: 900px) {
  .mediaAndTextModule--longText .mediaAndTextModule__img {
    width: 100%;
  }
}

.mediaAndTextModule--longText .mediaAndTextModule__bg {
  width: 66%;
  background-color: #f7f1ee;
}

@media screen and (min-width: 900px) {
  .mediaAndTextModule--longText .mediaAndTextModule__data {
    padding-left: 20px;
    width: 50%;
  }
}

.mediaAndTextModule__media,
.mediaAndTextModule__data {
  float: left;
}

.mediaAndTextModule__data h2 {
  text-align: left;
  margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
  .mediaAndTextModule__data h2 {
    text-align: center;
  }
}

.mediaAndTextModule__data p {
  margin-bottom: 44px;
}

.assembly .mediaAndTextModule__video video {
  width: 100%;
  background-image: url(06c33593cf62233ac6f35c014c96aa7c.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.assembly .playOverlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

.assembly .playOverlay #playVideo #bg {
  transition: all 0.3s ease-in-out;
}

.assembly .playOverlay:hover #playVideo #bg {
  fill: #1bdfc7;
}

.patternBanner {
  text-align: center;
  box-sizing: border-box;
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='500px' height='500px' viewBox='0 0 500 500' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 44.1 (41455) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3Epattern%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='emails' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='pattern'%3E %3Cg%3E %3Crect id='bg-copy' x='0' y='0' width='500' height='500'%3E%3C/rect%3E %3Cpath d='M407,436.26929 L449.288188,407 M417.422345,447.64663 L459.710533,418.37734 M428.144094,459.02397 L470.432282,429.754679' id='Stroke-9-Copy-9' stroke='%23FFFFFF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M149.869655,440.354052 L192.157844,411.084762 M160.292001,451.731392 L202.580189,422.462102 M171.013749,463.108732 L213.301938,433.839441' id='Stroke-9-Copy-10' stroke='%23FFFFFF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' transform='translate(181.585796, 437.096747) rotate(-79.000000) translate(-181.585796, -437.096747) '%3E%3C/path%3E %3Cpath d='M90.4111512,56.2055756 C90.4111512,70.127634 79.127634,81.4111512 65.2055756,81.4111512 C51.2835173,81.4111512 40,70.127634 40,56.2055756 C40,42.2835173 51.2835173,31 65.2055756,31 C79.127634,31 90.4111512,42.2835173 90.4111512,56.2055756 L90.4111512,56.2055756 Z' id='Path-Copy-16' stroke='%23FFFFFF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M333.411151,302.205576 C333.411151,316.127634 322.127634,327.411151 308.205576,327.411151 C294.283517,327.411151 283,316.127634 283,302.205576 C283,288.283517 294.283517,277 308.205576,277 C322.127634,277 333.411151,288.283517 333.411151,302.205576 L333.411151,302.205576 Z' id='Path-Copy-19' stroke='%23FFFFFF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpolygon id='Path-Copy-20' stroke='%23FFFFFF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' points='389.625758 168.76806 444.504387 196.798438 450.255003 151'%3E%3C/polygon%3E %3Cpolygon id='Path-Copy-21' stroke='%23FFFFFF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' transform='translate(75.688864, 306.131620) scale(-1, 1) rotate(-13.000000) translate(-75.688864, -306.131620) ' points='45.3742417 301.00046 100.252871 329.030839 106.003486 283.232401'%3E%3C/polygon%3E %3Cpath d='M273.103808,59.0772549 L315.391996,29.8079645 M283.526153,70.4545946 L325.814342,41.1853042 M294.247902,81.8319342 L336.53609,52.5626439' id='Stroke-9-Copy-11' stroke='%23FFFFFF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' transform='translate(304.819949, 55.819949) rotate(-315.000000) translate(-304.819949, -55.819949) '%3E%3C/path%3E %3Cpath d='M139.729567,165.077255 L182.017755,135.807964 M150.151912,176.454595 L192.4401,147.185304 M160.873661,187.831934 L203.161849,158.562644' id='Stroke-9-Copy-13' stroke='%23FFFFFF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' transform='translate(171.445708, 161.819949) scale(-1, 1) rotate(-315.000000) translate(-171.445708, -161.819949) '%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
}

@media screen and (max-width: 760px) {
  .patternBanner {
    padding: 78px 40px;
  }
}

@media screen and (min-width: 760px) {
  .patternBanner {
    padding: 160px 40px;
  }
}

.patternBanner__content h2 {
  margin-bottom: 28px;
}

.patternBanner__content p {
  margin-bottom: 46px;
}

.patternBanner--orange {
  background-color: #fff8ed;
}

.patternBanner--teal {
  background-color: #c9f8eb;
}

@media screen and (max-width: 1200px) {
  .patternBanner--teal .patternBanner__content {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .patternBanner--teal .patternBanner__content {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

.iconFeatures {
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 760px) {
  .iconFeatures {
    align-content: center;
    align-items: baseline;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.iconFeatures__item {
  box-sizing: border-box;
  padding: 20px;
  transition: all 0.3s ease-in-out;
}

.iconFeatures__item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

@media screen and (min-width: 760px) {
  .iconFeatures__item {
    flex: 1 0 32.33333333%;
    max-width: 33.33333333%;
    width: 33.33333333%;
  }
}

.iconFeatures__item h2 {
  margin-bottom: 10px !important;
}

.iconFeatures__item h2:before {
  content: '';
  display: block;
  width: 34px;
  height: 4px;
  background-color: #1bdfc7;
  margin: 0 auto 14px;
}

.iconFeatures__item .smallCTA,
.iconFeatures__item .smallCTA--blue,
.iconFeatures__item .smallCTA--white {
  margin-bottom: 30px;
}

.iconFeatures__image {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: row;
}

@media screen and (max-width: 760px) {
  .iconFeatures__image {
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 760px) {
  .iconFeatures__image {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 760px) {
  .iconFeatures--product {
    padding: 120px 0;
  }
}

@media screen and (max-width: 760px) {
  .iconFeatures--product {
    padding: 60px 0;
  }
}

.iconFeatures--product .iconFeatures__item {
  padding: 40px 20px;
}

@media screen and (min-width: 1300px) {
  .iconFeatures--product .iconFeatures__item {
    width: 25%;
    max-width: 25%;
    flex: 1 0 24%;
  }

  .iconFeatures--product .iconFeatures__item.folding-carton {
    width: 33.33333333%;
    max-width: 33.33333333%;
    flex: 1 0 32.33333333%;
  }
}

@media screen and (min-width: 760px) {
  .iconFeatures--product .iconFeatures__item h4 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 760px) {
  .iconFeatures--product .iconFeatures__item h4 {
    padding-top: 30px;
  }
}

.btnText.instagram svg {
  margin-right: 6px;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}

.btnText.instagram svg path {
  fill: #2e469e;
  transition: all 0.3s ease-in-out;
}

.btnText.instagram:hover svg path {
  fill: #1bdfc7;
}

.instagramSlider__controls {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  padding: 10px;
  cursor: pointer;
}

.instagramSlider__controls:before {
  content: '';
  display: inline-block;
  border-right: 4px solid #ffffff;
  border-top: 4px solid #ffffff;
}

@media screen and (min-width: 760px) {
  .instagramSlider__controls:before {
    width: 34px;
    height: 34px;
  }
}

@media screen and (max-width: 760px) {
  .instagramSlider__controls:before {
    width: 19px;
    height: 19px;
  }
}

@media screen and (min-width: 760px) {
  .instagramSlider__controls--prev {
    left: 20px;
  }
}

@media screen and (max-width: 760px) {
  .instagramSlider__controls--prev {
    left: 15px;
  }
}

.instagramSlider__controls--prev:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media screen and (min-width: 760px) {
  .instagramSlider__controls--next {
    right: 20px;
  }
}

@media screen and (max-width: 760px) {
  .instagramSlider__controls--next {
    right: 15px;
  }
}

.product--carton.hero {
  background-color: #dbcaf6;
}

.instagramSlider__controls--next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

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

@media screen and (min-width: 760px) {
  .instagramSlider {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 760px) {
  .instagramSlider {
    margin-bottom: 100px;
  }
}

.instagramSlider .slides {
  width: 4000px;
  overflow: hidden;
}

.instagramSlider .slides:before,
.instagramSlider .slides:after {
  content: ' ';
  display: table;
}

.instagramSlider .slides:after {
  clear: both;
}

@media screen and (min-width: 760px) {
  .instagramSlider .slides {
    height: 400px;
  }
}

@media screen and (max-width: 760px) {
  .instagramSlider .slides {
    height: 300px;
  }
}

.instagramSlider .slide {
  display: inline-block;
  float: left;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 760px) {
  .instagramSlider .slide {
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 760px) {
  .instagramSlider .slide {
    width: 300px;
    height: 300px;
  }
}

.instagramSlider .slide:hover {
  cursor: pointer;
}

.instagramSlider .slide:hover .slide__data {
  opacity: 1;
}

.instagramSlider .slide__data {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 70, 158, 0.85);
  color: #ffffff;
  opacity: 0;
}

.instagramSlider .slide__likes,
.instagramSlider .slide__comments {
  display: inline-block;
  padding: 0 10px;
}

.instagramSlider .slide__likes img {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

@media screen and (min-width: 760px) {
  .featuredDesigns {
    padding-top: 56px;
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 760px) {
  .featuredDesigns {
    margin-bottom: 98px;
    padding-top: 24px;
  }
}

@media screen and (max-width: 760px) {
  .featuredDesigns.featuredDesigns--product {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 760px) {
  .featuredDesigns .sectionTitle,
  .featuredDesigns .patternHero__content h1,
  .patternHero__content .featuredDesigns h1,
  .featuredDesigns .patternHero__content h1,
  .patternHero__content .featuredDesigns h1,
  .featuredDesigns .mediaAndTextModule__data h1,
  .mediaAndTextModule__data .featuredDesigns h1,
  .featuredDesigns .patternBanner__content h1,
  .patternBanner__content .featuredDesigns h1,
  .featuredDesigns .customizerOverview h2,
  .customizerOverview .featuredDesigns h2,
  .featuredDesigns .sustainability h1,
  .sustainability .featuredDesigns h1 {
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 760px) {
  .featuredDesigns .sectionTitle,
  .featuredDesigns .patternHero__content h1,
  .patternHero__content .featuredDesigns h1,
  .featuredDesigns .patternHero__content h1,
  .patternHero__content .featuredDesigns h1,
  .featuredDesigns .mediaAndTextModule__data h1,
  .mediaAndTextModule__data .featuredDesigns h1,
  .featuredDesigns .patternBanner__content h1,
  .patternBanner__content .featuredDesigns h1,
  .featuredDesigns .customizerOverview h2,
  .customizerOverview .featuredDesigns h2,
  .featuredDesigns .sustainability h1,
  .sustainability .featuredDesigns h1 {
    margin-bottom: 107px;
  }
}

.featuredDesigns__mobile {
  position: relative;
}

.featuredDesigns__mobile img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 760px) {
  .featuredDesigns__mobile {
    display: none;
  }
}

.featuredDesigns__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 10px;
  cursor: pointer;
}

.featuredDesigns__arrow:before {
  content: '';
  display: inline-block;
  border-right: 4px solid #ffffff;
  border-top: 4px solid #ffffff;
}

@media screen and (min-width: 760px) {
  .featuredDesigns__arrow:before {
    width: 34px;
    height: 34px;
  }
}

@media screen and (max-width: 760px) {
  .featuredDesigns__arrow:before {
    width: 19px;
    height: 19px;
  }
}

.featuredDesigns__arrow--next {
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.featuredDesigns__arrow--prev {
  left: 10px;
  -webkit-transform: rotate(-140deg);
          transform: rotate(-140deg);
}

.designsGrid:before,
.designsGrid:after {
  content: ' ';
  display: table;
}

.designsGrid:after {
  clear: both;
}

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

.designsGrid--six .designsGrid__col {
  box-sizing: border-box;
}

.designsGrid--six .designsGrid__col:before,
.designsGrid--six .designsGrid__col:after {
  content: ' ';
  display: table;
}

.designsGrid--six .designsGrid__col:after {
  clear: both;
}

@media screen and (min-width: 1100px) {
  .designsGrid--six .designsGrid__col {
    width: 50%;
    float: left;
  }
}

@media screen and (max-width: 1100px) {
  .designsGrid--six .designsGrid__col {
    width: 100%;
  }
}

@media screen and (min-width: 1100px) {
  .designsGrid--six .designsGrid__col--left {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .designsGrid--six .designsGrid__col--left {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1100px) {
  .designsGrid--six .designsGrid__col--right {
    padding-left: 20px;
  }
}

.designsGrid__item {
  float: left;
  box-sizing: border-box;
}

.designsGrid__item--left {
  padding-right: 20px;
}

.designsGrid__item--right {
  padding-left: 20px;
}

.designsGrid__item--top {
  padding-bottom: 20px;
}

.designsGrid__item--bottom {
  padding-top: 20px;
}

.designsGrid__item--large {
  width: 100%;
}

.designsGrid__item--small {
  width: 50%;
}

.designsGrid__square {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  position: relative;
}

.designsGrid__square--product {
  cursor: default;
}

.designsGrid__square picture {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
}

.designsGrid__square img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.designsGrid__square:hover .designsGrid__overlay {
  opacity: 1;
}

.designsGrid--three .designsGrid__item--large .designsGrid__square {
  padding-bottom: 75%;
}

.designsGrid__overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 70, 158, 0.85);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.designsGrid__overlay h2 {
  margin-bottom: 20px;
}

.designsGrid__overlay h2:before {
  content: '';
  display: block;
  width: 34px;
  height: 4px;
  background-color: #1bdfc7;
  margin: 0 auto 28px;
}

.style {
  background-color: #f6f6f6;
  box-sizing: border-box;
  overflow-x: hidden;
}

@media screen and (min-width: 760px) {
  .style {
    padding: 118px 0 120px;
  }
}

@media screen and (max-width: 1278px) {
  .style {
    padding: 118px 0 70px;
  }
}

@media screen and (max-width: 760px) {
  .style {
    padding: 68px 0 68px;
  }
}

@media screen and (min-width: 760px) {
  .style .sectionTitle,
  .style .patternHero__content h1,
  .patternHero__content .style h1,
  .style .patternHero__content h2,
  .patternHero__content .style h2,
  .style .mediaAndTextModule__data h2,
  .mediaAndTextModule__data .style h2,
  .style .patternBanner__content h2,
  .patternBanner__content .style h2,
  .style .customizerOverview h2,
  .customizerOverview .style h2,
  .style .sustainability h2,
  .sustainability .style h2 {
    margin-bottom: 37px;
  }
}

@media screen and (max-width: 1278px) {
  .style .sectionTitle,
  .style .patternHero__content h1,
  .patternHero__content .style h1,
  .style .patternHero__content h2,
  .patternHero__content .style h2,
  .style .mediaAndTextModule__data h2,
  .mediaAndTextModule__data .style h2,
  .style .patternBanner__content h2,
  .patternBanner__content .style h2,
  .style .customizerOverview h2,
  .customizerOverview .style h2,
  .style .sustainability h2,
  .sustainability .style h2 {
    margin-bottom: 0;
  }
}

.style__carousel {
  box-sizing: border-box;
  margin-top: 16px;
}

@media screen and (min-width: 760px) {
  .style__carousel {
    align-content: flex-start;
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding: 0 16px;
  }
}

@media screen and (max-width: 1278px) {
  .style__carousel {
    justify-content: center;
  }
}

@media screen and (max-width: 940px) {
  .style__carousel {
    padding: 0;
  }
}

.styleBox {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 760px) {
  .styleBox {
    flex: 1 0 25%;
    max-width: 25%;
    padding: 16px;
    width: 25%;
  }
}

@media screen and (max-width: 1278px) {
  .styleBox {
    flex: 1 0 49%;
    max-width: 50%;
    padding: 60px;
    width: 50%;
  }
}

@media screen and (max-width: 940px) {
  .styleBox {
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }

  .styleBox .styleBox__overlay {
    display: none;
  }
}

.styleBox:hover .styleBox__overlay {
  opacity: 1;
  pointer-events: all;
}

.styleBox .smallCTA--blue {
  display: block;
  margin-bottom: 30px;
}

.styleBox__overlay {
  background: #ffffff;
  box-shadow: -10px 10px 0 0 #fdd9ca;
  box-sizing: border-box;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.styleBox__image {
  height: 0;
  position: relative;
  pointer-events: none;
  width: 100%;
}

.styleBox__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 110%;
}

.styleBox__overlay .styleBox__image {
  padding-bottom: 62%;
  display: flex;
  align-items: center;
}

.styleBox__overlay .styleBox__image img {
  margin: auto;
  width: 50%;
}

.styleBox__content .styleBox__image {
  padding-bottom: 100%;
}

.styleBox__name {
  margin-bottom: 7px;
}

.styleBox__name:before {
  content: '';
  display: block;
  width: 34px;
  height: 4px;
  background-color: #1bdfc7;
  margin: 0 auto 14px;
}

.styleBox__description {
  margin-bottom: 44px;
  word-break: break-word;
}

.reviewStar {
  display: inline-block;
}

.hero__reviews p,
.hero__reviews a {
  display: inline-block;
}

.hero__reviews p {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

@media screen and (max-width: 760px) {
  .hero__reviews p {
    width: 100%;
    margin-top: 10px;
  }
}

.hero__reviews a {
  color: #2e469e;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.hero__reviews:hover a {
  color: #1bdfc7;
}

.customizerOverview {
  position: relative;
}

.customizerOverview h2 {
  color: #2e469e;
  margin-bottom: 40px;
}

@media screen and (min-width: 840px) {
  .customizerOverview h2 {
    text-align: left;
  }
}

.customizerOverview__subHeading {
  margin-bottom: 15px;
  color: #2e469e;
}

.customizerOverview__text {
  margin-bottom: 60px;
  display: block;
  height: 112px;
}

.customizerOverview__tabs {
  color: #2e469e;
  position: absolute;
}

@media screen and (min-width: 840px) {
  .customizerOverview__tabs {
    top: 55px;
    left: 8%;
  }
}

@media screen and (max-width: 840px) {
  .customizerOverview__tabs {
    top: 25px;
    left: 30px;
  }
}

.customizerOverview__tabs li {
  margin-right: 30px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
}

.customizerOverview__tabs li:after {
  content: '';
  display: block;
  width: 0;
  margin-top: 9px;
  padding-top: 4px;
  background-color: #1bdfc7;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.customizerOverview__tabs li:hover:after {
  width: 100%;
}

.customizerOverview__tabs .active:after {
  content: '';
  display: block;
  width: 0;
  margin-top: 9px;
  padding-top: 4px;
  background-color: #1bdfc7;
  width: 100%;
}

.customizerOverview__cols:before,
.customizerOverview__cols:after {
  content: ' ';
  display: table;
}

.customizerOverview__cols:after {
  clear: both;
}

@media screen and (min-width: 840px) {
  .customizerOverview__cols {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
}

@media screen and (max-width: 840px) {
  .customizerOverview__cols {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    text-align: center;
  }
}

.customizerOverview__col {
  box-sizing: border-box;
}

@media screen and (min-width: 840px) {
  .customizerOverview__col {
    width: 50%;
    float: left;
  }
}

@media screen and (max-width: 840px) {
  .customizerOverview__col {
    width: 100%;
  }
}

@media screen and (min-width: 840px) {
  .customizerOverview__col--left {
    width: 42%;
    margin-left: 8%;
    padding: 200px 20px 190px 0;
  }
}

@media screen and (max-width: 840px) {
  .customizerOverview__col--left {
    padding: 40px 30px 50px;
    order: 2;
    text-align: center;
  }
}

@media screen and (min-width: 840px) {
  .customizerOverview__col--right {
    padding-left: 20px;
  }
}

.customizerOverview__col--img img {
  width: 100%;
}

.customizer3d__icon {
  margin-bottom: 15px;
  height: 115px;
}

.customizerOverview__3d {
  background-color: #f1ebe7;
}

@media screen and (min-width: 840px) {
  .customizerOverview__3d .customizerOverview__col--right {
    width: 42%;
    margin-right: 8%;
  }
}

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

.customizer3d__step {
  display: none;
}

.customizer3d__step.active {
  display: block;
}

.pager {
  margin-bottom: 50px;
}

.pager__item {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.pager__border {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #2e469e;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.pager__fill {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: inline-block;
  background-color: transparent;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: background-color 0.3s ease-in-out;
}

.pager__item--checked .pager__fill,
.pager__item:hover .pager__fill {
  background-color: #1bdfc7;
}

.customizerOverview__size {
  background-color: #fefcf3;
}

@media screen and (max-width: 840px) {
  .customizerOverview__size .customizerOverview__cols {
    padding-top: 0;
  }
}

.customizerOverview__material {
  background-color: #c9f8eb;
}

.customizerMaterial__list {
  margin-bottom: 20px;
}

.customizerMaterial__list:before,
.customizerMaterial__list:after {
  content: ' ';
  display: table;
}

.customizerMaterial__list:after {
  clear: both;
}

@media screen and (max-width: 840px) {
  .customizerMaterial__list {
    text-align: left;
  }
}

.customizerMaterial__item {
  margin-bottom: 24px;
  border-left: 4px solid transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.customizerMaterial__item:hover {
  border-left: 4px solid #1bdfc7;
}

@media screen and (min-width: 840px) {
  .customizerMaterial__item img {
    padding: 0 30px;
  }
}

@media screen and (max-width: 840px) {
  .customizerMaterial__item img {
    padding: 0 15px;
    width: 120px;
  }
}

.customizerMaterial__item span {
  display: inline-block;
  color: #2e469e;
  letter-spacing: 0;
  line-height: 30px;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
}

@media screen and (min-width: 840px) {
  .customizerMaterial__item span {
    font-size: 26px;
  }
}

@media screen and (max-width: 840px) {
  .customizerMaterial__item span {
    font-size: 24px;
  }
}

.customizerOverview__print {
  background-color: #fff8ed;
}

.madeInUSA {
  text-align: center;
  box-sizing: border-box;
  background: url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E %3Csvg version='1.1' id='usa_flag' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='1440px' height='2732.7px' viewBox='0 0 1440 2732.7' enable-background='new 0 0 1440 2732.7' xml:space='preserve'%3E %3Cpath id='flag' fill='%23FEF2EE' d='M222.8,0v2732.7h110.5V0H222.8z M0,0v2732.7h112.3V0H0z M443.8,0v2732.7h110.5V0H443.8z M1440,0 H664.8v1095.3v1637.4h110.5V1095.3h110.5v1637.4h110.5V1095.3h110.5v1637.4h110.5V1095.3h110.5v1637.4H1440V0z M1355.6,986.4 l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L1355.6,986.4z M1355.6,804.5l18.9-26v32.1l30.5,9.9 l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L1355.6,804.5z M1355.6,622.6l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26 l-30.5,9.9l18.9-26l-18.9-26L1355.6,622.6z M1355.6,440.6l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26 l-18.9-26L1355.6,440.6z M1355.6,258.7l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L1355.6,258.7z M1355.6,76.8l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L1355.6,76.8z M1278.3,895.5l18.9-26v32.1 l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L1278.3,895.5z M1278.3,713.5l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1 l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L1278.3,713.5z M1278.3,531.6l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9 l18.9-26l-18.9-26L1278.3,531.6z M1278.3,349.7l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26 L1278.3,349.7z M1278.3,167.7l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L1278.3,167.7z M1200.9,986.4l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L1200.9,986.4z M1200.9,804.5l18.9-26 v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L1200.9,804.5z M1200.9,622.6l18.9-26v32.1l30.5,9.9l-30.5,9.9 v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L1200.9,622.6z M1200.9,440.6l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9 l18.9-26l-18.9-26L1200.9,440.6z M1200.9,258.7l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26 L1200.9,258.7z M1200.9,76.8l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L1200.9,76.8z M1123.6,895.5 l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L1123.6,895.5z M1123.6,713.5l18.9-26v32.1l30.5,9.9 l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L1123.6,713.5z M1123.6,531.6l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26 l-30.5,9.9l18.9-26l-18.9-26L1123.6,531.6z M1123.6,349.7l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26 l-18.9-26L1123.6,349.7z M1123.6,167.7l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L1123.6,167.7z M1046.2,986.4l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L1046.2,986.4z M1046.2,804.5l18.9-26 v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L1046.2,804.5z M1046.2,622.6l18.9-26v32.1l30.5,9.9l-30.5,9.9 v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L1046.2,622.6z M1046.2,440.6l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9 l18.9-26l-18.9-26L1046.2,440.6z M1046.2,258.7l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26 L1046.2,258.7z M1046.2,76.8l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L1046.2,76.8z M968.9,895.5 l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L968.9,895.5z M968.9,713.5l18.9-26v32.1l30.5,9.9 l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L968.9,713.5z M968.9,531.6l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26 l-30.5,9.9l18.9-26l-18.9-26L968.9,531.6z M968.9,349.7l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26 L968.9,349.7z M968.9,167.7l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L968.9,167.7z M891.6,986.4 l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L891.6,986.4z M891.6,804.5l18.9-26v32.1l30.5,9.9 l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L891.6,804.5z M891.6,622.6l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26 l-30.5,9.9l18.9-26l-18.9-26L891.6,622.6z M891.6,440.6l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26 L891.6,440.6z M891.6,258.7l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L891.6,258.7z M891.6,76.8 l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L891.6,76.8z M814.2,895.5l18.9-26v32.1l30.5,9.9 l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L814.2,895.5z M814.2,713.5l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26 l-30.5,9.9l18.9-26l-18.9-26L814.2,713.5z M814.2,531.6l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26 L814.2,531.6z M814.2,349.7l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L814.2,349.7z M814.2,167.7 l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L814.2,167.7z M736.9,986.4l18.9-26v32.1l30.5,9.9 l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L736.9,986.4z M736.9,804.5l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26 l-30.5,9.9l18.9-26l-18.9-26L736.9,804.5z M736.9,622.6l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26 L736.9,622.6z M736.9,440.6l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L736.9,440.6z M736.9,258.7 l18.9-26v32.1l30.5,9.9l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L736.9,258.7z M736.9,76.8l18.9-26v32.1l30.5,9.9 l-30.5,9.9v32.1l-18.9-26l-30.5,9.9l18.9-26l-18.9-26L736.9,76.8z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #fdd9ca;
}

@media screen and (max-width: 760px) {
  .madeInUSA {
    padding: 78px 40px;
  }
}

@media screen and (min-width: 760px) {
  .madeInUSA {
    padding: 160px 40px;
  }
}

.textBanner p {
  color: #2e469e;
}

/* Modal */

.modalOverlay {
  background-color: rgba(46, 70, 158, 0.85);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.modalOverlay.open {
  opacity: 1;
  pointer-events: all;
}

.modalOpen {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  z-index: 101;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 760px) {
  .modal {
    padding: 60px;
  }
}

@media screen and (max-width: 760px) {
  .modal {
    padding: 40px 30px;
  }
}

.modalOpen .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal.open {
  opacity: 1;
  pointer-events: all;
}

.modal.open .modalDialog {
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

.modalDialog {
  border-radius: 3px;
  -webkit-transform: translate3d(0px, -40px, 0px);
          transform: translate3d(0px, -40px, 0px);
  position: relative;
  margin: 0 auto;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 760px) {
  .modal .modalDialog.centeredDialog {
    -webkit-transform: translate3d(-50%, -60%, 0px);
            transform: translate3d(-50%, -60%, 0px);
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
}

@media screen and (min-width: 760px) {
  .modal.open .modalDialog.centeredDialog {
    -webkit-transform: translate3d(-50%, -50%, 0px);
            transform: translate3d(-50%, -50%, 0px);
    opacity: 1;
  }
}

.modalSlider__slider {
  display: block;
  width: 100%;
  height: calc(100vh - 120px);
  overflow: hidden;
}

.modalSlider__slide {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: transparent;
  text-align: center;
}

.modalSlider__slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.level {
  display: flex;
}

.level .flex {
  flex: 1;
}

.t-black {
  color: #393939;
}

.bg-white {
  background-color: #ffffff;
}

.mobileOnly {
  display: none;
}

@media screen and (max-width: 760px) {
  .mobileOnly {
    display: block;
  }
}

body {
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  color: #393939;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3 {
  font-weight: normal;
}

li {
  list-style: none;
}

.wrapper {
  width: 100%;
}

@media screen and (min-width: 760px) {
  .containerWidth,
  .iconFeatures,
  .designsGrid,
  .howItWorks__container {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 760px) {
  .containerWidth,
  .iconFeatures,
  .designsGrid,
  .howItWorks__container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}

.footer {
  text-align: center;
}

.closing__top:before,
.closing__top:after {
  content: ' ';
  display: table;
}

.closing__top:after {
  clear: both;
}

@media screen and (min-width: 1100px) {
  .closing__top {
    margin-bottom: 80px;
  }
}

.closing__top,
.closing__col--full {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media screen and (min-width: 1100px) {
  .closing__top,
  .closing__col--full {
    width: 84%;
  }
}

@media screen and (max-width: 1100px) {
  .closing__top,
  .closing__col--full {
    width: 100%;
    padding: 0 30px;
  }
}

.closing__col--full p {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.closing__col {
  box-sizing: border-box;
}

@media screen and (min-width: 1100px) {
  .closing__col {
    width: 33.33333333%;
    float: left;
  }
}

@media screen and (max-width: 1100px) {
  .closing__col {
    width: 100%;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 760px) {
  .moreAboutUs {
    margin-bottom: 88px;
  }
}

@media screen and (min-width: 760px) {
  .moreAboutUs {
    margin-bottom: 160px;
  }
}

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

@media screen and (max-width: 760px) {
  .howItWorks {
    padding: 68px 0 0;
    margin-bottom: 68px;
  }

  .howItWorks h2 {
    margin-bottom: 78px;
  }
}

@media screen and (min-width: 760px) {
  .howItWorks {
    padding: 118px 0 0;
    margin-bottom: 96px;
  }

  .howItWorks h2 {
    margin-bottom: 126px;
  }
}

.howItWorks #bg-circle,
.howItWorks #bg-triangle,
.howItWorks #bg-lines {
  position: absolute;
  z-index: -1;
}

.howItWorks #bg-circle {
  top: 5%;
  left: 5%;
}

.howItWorks #bg-triangle {
  top: 10%;
  right: -5%;
}

@media screen and (max-width: 1024px) {
  .howItWorks #bg-triangle {
    top: 30%;
  }
}

.howItWorks #bg-lines {
  top: 50%;
  left: 5%;
}

.howItWorks__container {
  align-content: flex-start;
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 95px;
  z-index: 1;
}

.howItWorks__container:before,
.howItWorks__container:after {
  content: ' ';
  display: table;
}

.howItWorks__container:after {
  clear: both;
}

.howItWorks__video {
  margin: auto;
}

.howItWorks .demo-video {
  background: #faf9fa;
  border-radius: 6px;
  border: 16px solid #faf9fa;
  box-shadow: 0 4px 19px 10px rgba(0, 0, 0, 0.08);
  display: block;
  margin: auto;
  width: 90%;
  -webkit-transform: all 200ms ease-in;
          transform: all 200ms ease-in;
}

.howItWorks .demo-video:hover + .btn--video {
  background: #2e469e;
  color: #ffffff;
}

.howItWorks .btn--video {
  box-shadow: 0 8px 16px 2px rgba(0, 0, 0, 0.08);
  display: block;
  margin: 24px auto;
  width: 300px;
}

@media screen and (max-width: 767.98px) {
  .howItWorks .demo-video {
    width: 100%;
  }
}

.steps__col {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .steps__col--1 {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .steps__col--1 {
    width: 100%;
  }
}

.steps__col--2 {
  padding-left: 20px;
  display: block;
  margin-top: -38.5rem;
  float: right;
  margin-left: 50%;
}

@media screen and (max-width: 1024px) {
  .steps__col--2 {
    display: none;
  }
}

.steps__ajaxContainer {
  border-radius: 3px;
  padding-top: 22px;
  background-color: #f6f6f6;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='48px' height='12px' viewBox='0 0 48 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 44.1 (41455) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3Ebrowsernavdots%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Cg id='i5-homepage' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E %3Cg id='01-01-homepage' transform='translate(-747.000000, -2420.000000)' stroke-width='2'%3E %3Cg id='browser-nav' transform='translate(740.000000, 2415.000000)'%3E %3Cg id='browsernavdots' transform='translate(8.000000, 6.000000)'%3E %3Ccircle id='Oval' stroke='%23F17EA5' cx='5' cy='5' r='5'%3E%3C/circle%3E %3Ccircle id='Oval' stroke='%23F9CF57' cx='23' cy='5' r='5'%3E%3C/circle%3E %3Ccircle id='Oval' stroke='%231BDFC7' cx='41' cy='5' r='5'%3E%3C/circle%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 8px top 6px;
  display: none;
  width: 100%;
}

.steps__ajaxContainer.active {
  display: inherit;
}

.steps__ajaxContainer img {
  background-color: #f6f6f6;
  border-radius: 3px;
  padding: 6px;
  width: 100%;
}

.how-it-works-button.active {
  border-left: 4px solid #1bdfc7;
}

.steps__item {
  position: relative;
  margin-bottom: 40px;
  border-left: 4px solid transparent;
  padding: 18px 0;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

.steps__item:after {
  clear: both;
}

.steps__item:before,
.steps__item:after {
  content: ' ';
  display: table;
}

@media screen and (max-width: 1024px) {
  .steps__item div {
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .steps__item:hover,
  .steps__item:active {
    border-left: 4px solid #1bdfc7;
    cursor: pointer;
  }
}

.steps__item__image {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  float: left;
  justify-content: center;
  position: relative;
  width: 150px;
}

@media screen and (max-width: 760px) {
  .steps__item__image {
    margin-bottom: 38px;
  }

  .steps__item__image:after {
    content: '';
    height: 4px;
    width: 32px;
    position: absolute;
    bottom: -24px;
    background-color: #1bdfc7;
  }
}

.steps__item__data {
  float: right;
  width: calc(100% - 150px);
}

.steps__item__data h2 {
  margin-bottom: 17px;
}

@media screen and (min-width: 760px) {
  .contactForm {
    padding: 160px 0;
  }
}

@media screen and (max-width: 760px) {
  .contactForm {
    padding: 100px 30px;
  }
}

@media screen and (min-width: 760px) {
  .contactForm .containerWidth,
  .contactForm .iconFeatures,
  .contactForm .footer__instagramHint,
  .contactForm .designsGrid,
  .contactForm .howItWorks__container {
    width: 50%;
  }
}

@media screen and (max-width: 760px) {
  .contactForm .containerWidth,
  .contactForm .iconFeatures,
  .contactForm .footer__instagramHint,
  .contactForm .designsGrid,
  .contactForm .howItWorks__container {
    width: 100%;
  }
}

@media screen and (min-width: 760px) {
  .sustainability {
    padding: 120px 0 160px;
  }
}

@media screen and (max-width: 760px) {
  .sustainability {
    padding: 100px 0;
    text-align: center;
  }
}

.sustainability h1 {
  text-align: left;
  margin-bottom: 30px;
}

@media screen and (max-width: 760px) {
  .sustainability h1 {
    text-align: center;
  }
}

.sustainability p {
  margin-bottom: 44px;
}

.sustainability .twoCols:before,
.sustainability .twoCols:after {
  content: ' ';
  display: table;
}

.sustainability .twoCols:after {
  clear: both;
}

@media screen and (min-width: 760px) {
  .sustainability .twoCols {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

.sustainability .twoCols__col {
  box-sizing: border-box;
}

@media screen and (min-width: 760px) {
  .sustainability .twoCols__col {
    width: 50%;
    float: left;
  }
}

@media screen and (min-width: 760px) {
  .sustainability .twoCols__col--left {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding-right: 20px;
  }
}

@media screen and (max-width: 760px) {
  .sustainability .twoCols__col--left {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 760px) {
  .sustainability .twoCols__col--right {
    padding-left: 20px;
  }
}

@media screen and (min-width: 760px) {
  .productFeatures {
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 760px) {
  .productFeatures {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 760px) {
  .sustainability__img--large {
    display: inline-block;
  }
}

@media screen and (max-width: 760px) {
  .sustainability__img--large {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .sustainability__img--small {
    display: inline-block;
  }
}

@media screen and (min-width: 760px) {
  .sustainability__img--small {
    display: none;
  }
}

@media screen and (max-width: 680px) {
  .sweettooth-launcher-container {
    display: none;
  }
}

body > .header {
  background: none;
  display: block;
}

body {
  overflow-x: hidden;
}

.inputBox--hero select {
  font-size: 20px;
  background-color: transparent;
  border: unset;
  box-shadow: unset;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

a.btn:hover {
  text-decoration: none;
}

#test-my-design {
  display: block;
  margin-top: 1rem;
  text-decoration: none;
  cursor: pointer;
}

#easy-assembly-show-me-how {
  height: inherit;
}

.video-started {
  display: none;
}

.container.dashboard,
.container.portfolio {
  margin-top: 2rem;
}

.need-info {
  margin-top: 9.5rem;
}

.policies-and-terms {
  font-size: 16px;
  margin-top: 4.5rem;
  padding: 16px;
}

.policies-and-terms li {
  line-height: 1.5;
}

.flash-container {
  margin-top: 8rem !important;
  margin-bottom: -8rem !important;
  position: absolute;
  width: 80% !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flash-container--login-signup .alert {
  margin: 0;
  margin-bottom: 20px;
}

.dieline-form {
  margin-top: 9.5rem !important;
  margin-bottom: 4rem !important;
}

.dieline-form input {
  border: 2px solid #f4f4f4 !important;
  background-color: #f9f9f9 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.dieline-form select {
  -moz-appearance: none;
}

.dieline-form .btn {
  display: block;
  border-radius: 36px;
  border: 1px solid #979797;
  padding: 10px 50px 10px 50px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
}

[data-responsive-background-image] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
}

[data-responsive-background-image] img {
  display: none;
}

.fade-out {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.4s, opacity 0.4s linear;
}

.mediaAndTextModule__data .btn,
.patternBanner .btn,
.hero__text .btn,
.customizerOverview__col .btn,
.hero__data .btn {
  white-space: normal;
}

@media screen and (min-width: 1100px) {
  .hero__title {
    max-width: 580px;
  }

  .hero__subtitle {
    max-width: 650px;
  }
}

@media screen and (max-width: 680px) {
  .hero__brands li {
    display: none;
  }
}

@media screen and (max-width: 662px) {
  .hero__image {
    margin-top: 4rem;
  }
}

.sustainability .twoCols__col h2 {
  text-align: left;
  padding-bottom: 2rem;
}

@media screen and (max-width: 840px) {
  .customizerOverview {
    background-color: #f1ebe7;
  }

  #customizer-buttons {
    position: relative;
    padding-bottom: 1.5rem;
  }

  .customizerOverview__tabs li {
    display: block;
  }

  .customizer3d__icon {
    margin: 0 auto;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .customizerOverview__tabs .active::after {
    background: none;
    opacity: 0;
    width: 0;
  }

  .customizerMaterial__list {
    height: 300px;
  }

  .material-1 {
    margin-top: 4rem;
  }

  .customizerOverview__tabs li:hover::after {
    width: 0;
    background: none;
  }
}

#business-name-section.hide,
#personal-name-section.hide,
#personal-name-section.hide {
  display: none;
}

.loader-animation {
  display: flex;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.loader-animation .container-loading.cube-container {
  margin: auto !important;
}

.u-full-width {
  width: 100%;
}

.text-error {
  color: #f7baca;
}

.horizontal-fields label {
  display: block;
  width: 100%;
}

.review-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  height: 100%;
  justify-content: center;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  text-align: left;
  width: 100%;
  z-index: 99;
}

.review-modal label {
  color: #4a4a4a;
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
}

.review-modal__container {
  border-radius: 12px;
  position: relative;
  width: 100%;
  max-width: 704px;
  max-height: 800px;
  background: #ffffff;
}

.review-modal__close {
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 100;
}

.review-overview {
  display: flex;
  justify-content: space-between;
}

.review-intro {
  padding: 24px 24px 16px 24px;
  width: 70%;
}

.review-intro__title {
  color: #2e469e;
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  margin-bottom: 8px;
}

.review-intro__sup-title {
  color: #373a3c;
  font-family: 'basis-grotesque-regular', Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  margin-bottom: 24px;
}

.review-intro__description {
  color: #373a3c;
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.review-feedback {
  border-top: 1px solid #d8d8d8;
  margin: 0 24px;
  padding: 0 0 24px;
}

.rating-item {
  width: 176px;
}

.review-image {
  max-width: 176px;
  position: absolute;
  right: 32px;
  top: 8px;
}

.review-modal__form .horizontal-fields {
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
}

.review-modal__form .horizontal-fields label {
  display: block;
  flex: 1;
  max-width: 48%;
}

.review-modal__form label input[type='text'],
.review-modal__form label textarea {
  border-radius: 3px;
  display: block;
  background: #f8f8f8;
  border: 1px solid #cecece;
  width: 100%;
}

.review-modal__textarea {
  height: 80px;
}

.review-modal-footer {
  align-items: center;
  background: #f3f3f3;
  border-radius: 0 0 12px 12px;
  display: flex;
  justify-content: space-between;
  padding: 16px 24px;
}

.review-modal-footer .btn {
  padding: 16px 24px;
  letter-spacing: 3.5;
}

.review-feedback__disclosure {
  font-size: 0.85rem;
}

@media screen and (max-width: 767.98px) {
  .review-modal__container {
    width: 90%;
  }

  .review-overview {
    flex-direction: column;
  }

  .review-intro {
    padding: 12px;
    text-align: center;
    width: 100%;
  }

  .review-image {
    margin: 16px auto;
    position: relative;
  }

  .review-feedback {
    margin: 0 16px;
  }

  .review-modal__container .horizontal-fields {
    flex-direction: column;
    margin: 0;
  }

  .review-modal__container .horizontal-fields .rating-item {
    margin: 8px auto;
    text-align: center;
  }

  .review-modal__container .horizontal-fields label {
    max-width: 100%;
  }

  .review-modal-footer {
    top: -18px;
    position: relative;
  }
}

@media screen and (max-width: 449.98px) {
  .review-modal__container {
    max-height: 824px;
    top: 24px;
  }

  .review-image {
    display: none;
  }

  .review-modal-footer {
    flex-direction: column;
    flex-flow: wrap-reverse;
    justify-content: center;
  }
}

@media print {
  #fc_frame,
  #smile-ui-container {
    display: none !important;
  }
}

.alert {
  margin: 20px;
  padding: 15px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  font-weight: bold;
  background: #e4e7f0;
  color: #122957;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  text-align: center;
}

.alert.danger {
  background: rgba(243, 218, 221, 0.2);
  border: 1px solid #f3dadd;
  color: #d21704;
}

.flash-container {
  width: 600px;
}

.lead-alert {
  background: #fff;
  padding: 16px;
}

.lead-alert h5 {
  color: #4b4b4b;
  font-family: 'basis-grotesque-bold';
  font-size: 20px;
  font-weight: 900;
}

.lead-alert p {
  color: #4b4b4b;
  font-family: 'basis-grotesque-regular-pro';
  font-size: 16px;
}

@-webkit-keyframes bounce-in {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounce-in {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.blip {
  display: block;
  width: 8px;
  height: 8px;
  background: #d5d5d5;
  border-radius: 50%;
  position: relative;
}

.blip:before {
  content: '';
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.blip--glow {
  box-shadow: 0 0 10px 3px #d5d5d5;
}

.blip--blink:before {
  -webkit-animation: blink 3s ease-out infinite;
          animation: blink 3s ease-out infinite;
}

@-webkit-keyframes blink {
  0% {
    -webkit-transform: scale(1) translate3d(-50%, -50%, 0);
            transform: scale(1) translate3d(-50%, -50%, 0);
    opacity: 1;
  }

  25% {
    -webkit-transform: scale(5) translate3d(-50%, -50%, 0);
            transform: scale(5) translate3d(-50%, -50%, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(5) translate3d(-50%, -50%, 0);
            transform: scale(5) translate3d(-50%, -50%, 0);
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    -webkit-transform: scale(1) translate3d(-50%, -50%, 0);
            transform: scale(1) translate3d(-50%, -50%, 0);
    opacity: 1;
  }

  25% {
    -webkit-transform: scale(5) translate3d(-50%, -50%, 0);
            transform: scale(5) translate3d(-50%, -50%, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(5) translate3d(-50%, -50%, 0);
            transform: scale(5) translate3d(-50%, -50%, 0);
    opacity: 0;
  }
}

.confirm .confirm__container {
  padding: 40px;
}

.confirm .confirm__header {
  margin-bottom: 24px;
  padding: 0;
  text-align: left;
}

.confirm .confirm__header .confirm__title {
  color: #2e469e;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 32px;
  margin: 0 0 16px 0;
}

.confirm .confirm__body .confirm__message {
  color: #393939;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.confirm .confirm__footer {
  align-items: center;
  background: #ffffff;
  border-radius: 0 0 6px 6px;
  border-top: none;
  display: flex;
  justify-content: flex-end;
  margin: 40px 0 0;
  padding: 0;
}

.confirm .confirm__footer .btn {
  height: inherit;
  padding: 15px 25px;
}

.confirm .modal__container {
  width: auto;
  padding: 0;
  margin: 0;
}

.drop-element,
.drop-element:after,
.drop-element:before,
.drop-element *,
.drop-element *:after,
.drop-element *:before {
  box-sizing: border-box;
}

.drop-element {
  position: absolute;
  display: none;
}

.drop-element.drop-open {
  display: block;
}

.drop-element.drop-theme-arrows-bounce {
  max-width: 100%;
  max-height: 100%;
}

.drop-element.drop-theme-arrows-bounce .drop-content {
  border-radius: 5px;
  position: relative;
  font-family: inherit;
  background: #fff;
  color: #444;
  padding: 0.5rem;
  font-size: 1.1em;
  line-height: 1.5em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  border: 1px solid #d5d5d5;
}

.drop-element.drop-theme-arrows-bounce .drop-content:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 12px;
  border-style: solid;
}

.drop-element.drop-theme-arrows-bounce.drop-element-attached-bottom.drop-element-attached-center .drop-content {
  margin-bottom: 12px;
}

.drop-element.drop-theme-arrows-bounce.drop-element-attached-bottom.drop-element-attached-center .drop-content:before {
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border-top-color: #fff;
}

.drop-element.drop-theme-arrows-bounce.drop-element-attached-top.drop-element-attached-center .drop-content {
  margin-top: 12px;
}

.drop-element.drop-theme-arrows-bounce.drop-element-attached-top.drop-element-attached-center .drop-content:before {
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  border-bottom-color: #fff;
}

.drop-element.drop-theme-arrows-bounce.drop-element-attached-right.drop-element-attached-middle .drop-content {
  margin-right: 12px;
}

.drop-element.drop-theme-arrows-bounce.drop-element-attached-right.drop-element-attached-middle .drop-content:before {
  left: 100%;
  top: 50%;
  margin-top: -12px;
  border-left-color: #fff;
}

.drop-element.drop-theme-arrows-bounce.drop-element-attached-left.drop-element-attached-middle .drop-content {
  margin-left: 12px;
}

.drop-element.drop-theme-arrows-bounce.drop-element-attached-left.drop-element-attached-middle .drop-content:before {
  right: 100%;
  top: 50%;
  margin-top: -12px;
  border-right-color: #fff;
}

.drop-element.drop-theme-arrows-bounce.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
  margin-top: 12px;
}

.drop-element.drop-theme-arrows-bounce.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content:before {
  bottom: 100%;
  left: 12px;
  border-bottom-color: #fff;
}

.drop-element.drop-theme-arrows-bounce.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
  margin-top: 12px;
}

.drop-element.drop-theme-arrows-bounce.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content:before {
  bottom: 100%;
  right: 12px;
  border-bottom-color: #fff;
}

.drop-element.drop-theme-arrows-bounce.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
  margin-bottom: 12px;
}

.drop-element.drop-theme-arrows-bounce.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content:before {
  top: 100%;
  left: 12px;
  border-top-color: #fff;
}

.drop-element.drop-theme-arrows-bounce.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
  margin-bottom: 12px;
}

.drop-element.drop-theme-arrows-bounce.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content:before {
  top: 100%;
  right: 12px;
  border-top-color: #fff;
}

.drop-element.drop-theme-arrows-bounce.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
  margin-right: 12px;
}

.drop-element.drop-theme-arrows-bounce.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content:before {
  top: 12px;
  left: 100%;
  border-left-color: #fff;
}

.drop-element.drop-theme-arrows-bounce.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
  margin-left: 12px;
}

.drop-element.drop-theme-arrows-bounce.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content:before {
  top: 12px;
  right: 100%;
  border-right-color: #fff;
}

.drop-element.drop-theme-arrows-bounce.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
  margin-right: 12px;
}

.drop-element.drop-theme-arrows-bounce.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content:before {
  bottom: 12px;
  left: 100%;
  border-left-color: #fff;
}

.drop-element.drop-theme-arrows-bounce.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
  margin-left: 12px;
}

.drop-element.drop-theme-arrows-bounce.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content:before {
  bottom: 12px;
  right: 100%;
  border-right-color: #fff;
}

.drop-element.drop-theme-arrows-bounce {
  transition: opacity 100ms;
  opacity: 0;
}

.drop-element.drop-theme-arrows-bounce.drop-open {
  display: none;
}

.drop-element.drop-theme-arrows-bounce.drop-open-transitionend {
  display: block;
}

.drop-element.drop-theme-arrows-bounce.drop-after-open {
  opacity: 1;
}

.nested-options {
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 0;
  transition-duration: 600ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  position: relative;
}

.nested-options:hover {
  border-color: #2e469e;
}

.nested-options.active {
  margin: 16px 0 0;
  max-height: 500px;
  padding: 0 8px 8px;
}

.nested-options__header {
  align-items: center;
  background-color: #e6f9f5;
  display: flex;
  justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nested-options__header-without-background-color {
  align-items: center;
  display: flex;
  justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nested-options__spacer {
  align-items: center;
  display: flex;
  flex-grow: 1;
}

.nested-options__spacer:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.18);
  transition: background 600ms cubic-bezier(0, 1, 0.5, 1);
}

.nested-options:hover .nested-options__spacer:after {
  background: #2e469e;
}

.nested-options__legend {
  color: #4b4b4b;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  padding: 0 4px;
  position: relative;
  text-transform: uppercase;
}

.nested-options .legend-link {
  background: #e6f9f5;
  color: #2e469e;
  font-size: 12px;
  height: inherit;
  padding: 0 4px;
}

.nested-options .legend-link:hover {
  text-decoration: underline;
}

.nested-options__label {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  margin: 0;
  padding: 8px 4px;
}

.nested-options__label:hover {
  background: rgba(0, 0, 0, 0.05);
}

.nested-options__label:hover .nested-options__label-text {
  color: #2e469e;
}

.nested-options__label-text {
  color: #666666;
  line-height: 0.9;
}

.nested-options__radio {
  margin-right: 8px;
}

.nested-options__radio:checked + .nested-options__label-text {
  color: #2e469e;
  font-weight: 900;
}

.nested-options__message {
  color: #848794;
  font-size: 0.875em;
  font-style: italic;
  padding-top: 6px;
  text-align: center;
}

.float-label {
  display: block;
  position: relative;
}

.float-label > span {
  position: absolute;
  left: 5%;
  top: 1.4rem;
  cursor: text;
  font-size: 0.85rem;
  opacity: 1;
  transition: all 0.5s;
}

.float-label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.float-label input,
.float-label select {
  font-size: inherit;
  padding-top: 1em;
  margin-bottom: 2px;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.float-label input::-webkit-input-placeholder,
.float-label select::-webkit-input-placeholder {
  opacity: 1;
  transition: all 0.2s;
}

.float-label input::-ms-input-placeholder,
.float-label select::-ms-input-placeholder {
  opacity: 1;
  transition: all 0.2s;
}

.float-label input::placeholder,
.float-label select::placeholder {
  opacity: 1;
  transition: all 0.2s;
}

.float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}

.float-label input:placeholder-shown:not(:focus)::-ms-input-placeholder,
.float-label select:placeholder-shown:not(:focus)::-ms-input-placeholder {
  opacity: 0;
}

.float-label input:placeholder-shown:not(:focus)::placeholder,
.float-label select:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}

.float-label input:placeholder-shown:not(:focus) + *,
.float-label select:placeholder-shown:not(:focus) + * {
  font-size: 1.2rem;
  opacity: 0.5;
  top: 3.8rem;
  left: 4%;
}

.float-label input:focus,
.float-label select:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.5);
}

.float-label select {
  padding-right: 1em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.5em bottom 0.25em;
  background-size: 8px 10px;
}

/**
 * @license
 * MyFonts Webfont Build ID 3176688, 2016-02-24T16:16:51-0500
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3176688
 * Licensed pageviews: 1,000,000
 * Webfonts copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
 *
 * © 2016 MyFonts Inc


@font-face {
  font-family: "Proxima Nova";
  src: url("/fonts/proxima-nova/3078F0_8_0-d06435e09cfd0f6f37a3ae29d0ce03c9.woff2?vsn=d") format("woff2"),
       url("/fonts/proxima-nova/3078F0_8_0-41107eadb3891901c2e57c0ed6d0c695.woff?vsn=d") format("woff");
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: bold;
  src: url("/fonts/proxima-nova/3078F0_5_0-c1020395a20d6232d89101c25cd8431e.woff2?vsn=d") format("woff2"),
       url("/fonts/proxima-nova/3078F0_5_0-aa05d51b2041825c215370ef212c5fe8.woff?vsn=d") format("woff");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: italic;
  src: url("/fonts/proxima-nova/3078F0_B_0-587ffd69b372a3f5d2ea424243eb3cd2.woff2?vsn=d") format("woff2"),
       url("/fonts/proxima-nova/3078F0_B_0-3a290383118ee93f5eca9a3786a15f70.woff?vsn=d") format("woff");
}

@font-face {
  font-family: "Proxima Nova";
  font-weight: bold;
  font-style: italic;
  src: url("/fonts/proxima-nova/3078F0_2_0-cba3fe8c6e0611910565cda7e7b673a3.woff2?vsn=d") format("woff2"),
       url("/fonts/proxima-nova/3078F0_2_0-395b36cda45e12a23b740d9379059649.woff?vsn=d") format("woff");
}

@font-face {
  font-family: "Tiempos Text";
  src: url("/fonts/tiempos-text/TiemposTextWeb-Regular-1e220a3c64e45682b4623e67c5035ad3.woff2?vsn=d") format("woff2"),
       url("/fonts/tiempos-text/TiemposTextWeb-Regular-f85352f498946ce9bbc19e19828618f7.woff?vsn=d") format("woff");
}

@font-face {
  font-family: "Tiempos Text";
  font-style: italic;
  src: url("/fonts/tiempos-text/TiemposTextWeb-RegularItalic-6af31705823712760e34231b724625f7.woff2?vsn=d") format("woff2"),
       url("/fonts/tiempos-text/TiemposTextWeb-RegularItalic-54158a06ab655b086d053ea3eec2b872.woff?vsn=d") format("woff");
}

@font-face {
  font-family: "Tiempos Text";
  font-weight: bold;
  src: url("/fonts/tiempos-text/TiemposTextWeb-Semibold-90acdd8840fbf33b2dd07bd8514c09f8.woff2?vsn=d") format("woff2"),
       url("/fonts/tiempos-text/TiemposTextWeb-Semibold-637af310181d6d9bcab57efc1619b0b2.woff?vsn=d") format("woff");
}

@font-face {
  font-family: "Tiempos Text";
  font-weight: 900;
  src: url("/fonts/tiempos-text/TiemposHeadlineWeb-Black-0088551ad170a44903bfe663673d9974.woff2?vsn=d") format("woff2"),
       url("/fonts/tiempos-text/TiemposHeadlineWeb-Black-4b996de1784254cec743fef92d553a2a.woff?vsn=d") format("woff");
}
*/

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
input[type='number'],
select,
textarea {
  background-color: #fff;
  padding: 6px 12px;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.075);
  outline: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-weight: normal;
}

input[type='text']:hover,
input[type='password']:hover,
input[type='email']:hover,
input[type='tel']:hover,
input[type='number']:hover,
select:hover,
textarea:hover {
  border-color: #e4e7f0;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='number']:focus,
select:focus,
textarea:focus {
  border-color: #aebff6;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(174, 191, 255, 0.6);
}

input[type='text'].invalid:not(:valid),
input[type='password'].invalid:not(:valid),
input[type='email'].invalid:not(:valid),
input[type='tel'].invalid:not(:valid),
input[type='number'].invalid:not(:valid),
select.invalid:not(:valid),
textarea.invalid:not(:valid) {
  border-color: #f7baca;
}

@font-face {
  font-display: swap;
  font-family: 'packlane';
  src: url("/fonts/packlane/packlane-9cce4c9b7ff4def3f7ac0dbbbe28aed2.eot?vsn=d");
  src: url("/fonts/packlane/packlane.eot?#iefix") format("embedded-opentype"), url("/fonts/packlane/packlane-7c76953a551e36d13dc5c6c935db072f.woff?vsn=d") format("woff"), url("/fonts/packlane/packlane-836fb0b72db98a93a5e98987c24902bd.ttf?vsn=d") format("truetype"), url("/fonts/packlane/packlane.svg#packlane") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: 'packlane' !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  -webkit-font-feature-settings: normal !important;
          font-feature-settings: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^='pcon-']:before,
[class*=' pcon-']:before {
  font-family: 'packlane' !important;
  font-style: normal !important;
  font-weight: normal !important;
  -webkit-font-feature-settings: normal !important;
          font-feature-settings: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pcon-noun-10243:before {
  content: 'I';
}

.pcon-twitter:before {
  content: 'b';
}

.pcon-pinterest:before {
  content: 'c';
}

.pcon-googleplus:before {
  content: 'd';
}

.pcon-facebook:before {
  content: 'e';
}

.pcon-info:before {
  content: 'f';
}

.pcon-contact-group:before {
  content: 'g';
}

.pcon-clipboard:before {
  content: 'h';
}

.pcon-paint-bucket:before {
  content: 'k';
}

.pcon-chevron-left:before {
  content: 'i';
}

.pcon-chevron-right:before {
  content: 'j';
}

.pcon-chevron-up:before {
  content: 'l';
}

.pcon-chevron-down:before {
  content: 'm';
}

.pcon-painting-pallet-streamline:before {
  content: 'n';
}

.pcon-crop-1:before {
  content: 'p';
}

.pcon-upload:before {
  content: 'o';
}

.pcon-edit-write:before {
  content: 'q';
}

.pcon-design-graphic-tablet-streamline-tablet:before {
  content: 'r';
}

.pcon-down:before {
  content: 's';
}

.pcon-chat:before {
  content: 't';
}

.pcon-instagram-1:before {
  content: 'v';
}

.pcon-mail:before {
  content: 'u';
}

.pcon-question:before {
  content: 'w';
}

.pcon-camera:before {
  content: 'x';
}

.pcon-arrow-right:before {
  content: 'y';
}

.pcon-arrow-down-big:before {
  content: 'z';
}

.pcon-packlane-checkmark:before {
  content: 'A';
}

.pcon-noun-60125:before {
  content: 'a';
}

.pcon-materials-layers:before {
  content: 'B';
}

.pcon-medal-rank-star:before {
  content: 'C';
}

.pcon-rss:before {
  content: 'D';
}

.pcon-lock-1:before {
  content: 'F';
}

.pcon-briefcase-case-two:before {
  content: 'E';
}

.pcon-phone-1:before {
  content: 'G';
}

.form__label {
  width: 100%;
}

.c-text-input {
  border: 2px solid #dedede;
  border-radius: 3px;
  box-shadow: none;
  margin-bottom: 0;
  padding: 12px 8px;
  text-align: left;
  width: 100%;
}

.c-text-input:focus {
  border: 2px solid #2e469e;
}

a {
  color: #2e469e;
  text-decoration: underline;
}

a:focus,
a:hover {
  color: #2f57b7;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

.loading-cube {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(18, 41, 87, 0.4);
  align-items: center;
  z-index: 99;
}

.loading-cube .container-loading {
  position: relative;
  top: 20px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.cube,
.half1,
.half2,
.container-loading {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.container-loading {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 150px auto 0;
  -webkit-perspective: 300px;
          perspective: 300px;
}

.cube-container {
  margin: 0 auto !important;
}

.cube {
  width: 100px;
  height: 100px;
  -webkit-animation: cube 3s forwards infinite;
          animation: cube 3s forwards infinite;
  -webkit-transform-origin: center 50px;
          transform-origin: center 50px;
}

.half1 {
  height: 40px;
  top: 0;
  position: absolute;
  -webkit-animation: half-fold 3s forwards infinite;
          animation: half-fold 3s forwards infinite;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.side {
  width: 20px;
  height: 20px;
  background: #edf7ed;
  position: absolute;
  border: 1px dashed rgba(0, 0, 0, 0.05);
}

.s1 {
  top: 0;
  left: 40px;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-animation: s1ani 3s forwards infinite;
          animation: s1ani 3s forwards infinite;
}

.s2 {
  top: 20px;
  left: 40px;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-animation: s2ani 3s forwards infinite;
          animation: s2ani 3s forwards infinite;
}

.s3 {
  top: 40px;
  left: 40px;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-animation: s3ani 3s forwards infinite;
          animation: s3ani 3s forwards infinite;
}

.s4 {
  top: 60px;
  left: 40px;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-animation: s4ani 3s forwards infinite;
          animation: s4ani 3s forwards infinite;
}

.s5 {
  left: 20px;
  top: 20px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-animation: s5ani 3s forwards infinite;
          animation: s5ani 3s forwards infinite;
}

.s6 {
  left: 60px;
  top: 40px;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-animation: s6ani 3s forwards infinite;
          animation: s6ani 3s forwards infinite;
}

@-webkit-keyframes cube {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }

  30% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }

  40% {
    -webkit-transform: rotateX(45deg) rotateY(0deg) rotateZ(45deg);
            transform: rotateX(45deg) rotateY(0deg) rotateZ(45deg);
    /* CUBE ROTATES BACK */
  }

  60% {
    -webkit-transform: rotateX(60deg) rotateY(0deg) rotateZ(45deg);
            transform: rotateX(60deg) rotateY(0deg) rotateZ(45deg);
    /* ARMS FOLD UP */
  }

  65% {
    -webkit-transform: rotateX(60deg) rotate(45deg) rotateZ(180deg);
            transform: rotateX(60deg) rotate(45deg) rotateZ(180deg);
    /* SPIN REVEALS CYAN RIGHT, RED LEFT (s2) */
  }

  70% {
    -webkit-transform: rotateX(60deg) rotate(45deg) rotateZ(180deg);
            transform: rotateX(60deg) rotate(45deg) rotateZ(180deg);
  }

  75% {
    -webkit-transform: rotateX(60deg) rotate(45deg) rotateZ(360deg);
            transform: rotateX(60deg) rotate(45deg) rotateZ(360deg);
    /* SPIN REVEALS MAGENTA RIGHT, YELLOW LEFT (s4) */
  }

  80% {
    -webkit-transform: rotateX(60deg) rotate(45deg) rotateZ(360deg);
            transform: rotateX(60deg) rotate(45deg) rotateZ(360deg);
  }

  90% {
    -webkit-transform: rotateX(0deg) rotate(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotate(0deg) rotateZ(0deg);
    /* FADE TO BLACK */
  }
}

@keyframes cube {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }

  30% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }

  40% {
    -webkit-transform: rotateX(45deg) rotateY(0deg) rotateZ(45deg);
            transform: rotateX(45deg) rotateY(0deg) rotateZ(45deg);
    /* CUBE ROTATES BACK */
  }

  60% {
    -webkit-transform: rotateX(60deg) rotateY(0deg) rotateZ(45deg);
            transform: rotateX(60deg) rotateY(0deg) rotateZ(45deg);
    /* ARMS FOLD UP */
  }

  65% {
    -webkit-transform: rotateX(60deg) rotate(45deg) rotateZ(180deg);
            transform: rotateX(60deg) rotate(45deg) rotateZ(180deg);
    /* SPIN REVEALS CYAN RIGHT, RED LEFT (s2) */
  }

  70% {
    -webkit-transform: rotateX(60deg) rotate(45deg) rotateZ(180deg);
            transform: rotateX(60deg) rotate(45deg) rotateZ(180deg);
  }

  75% {
    -webkit-transform: rotateX(60deg) rotate(45deg) rotateZ(360deg);
            transform: rotateX(60deg) rotate(45deg) rotateZ(360deg);
    /* SPIN REVEALS MAGENTA RIGHT, YELLOW LEFT (s4) */
  }

  80% {
    -webkit-transform: rotateX(60deg) rotate(45deg) rotateZ(360deg);
            transform: rotateX(60deg) rotate(45deg) rotateZ(360deg);
  }

  90% {
    -webkit-transform: rotateX(0deg) rotate(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotate(0deg) rotateZ(0deg);
    /* FADE TO BLACK */
  }
}

@-webkit-keyframes s1ani {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: #edf7ed;
  }

  40% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    background: #edf7ed;
  }

  50% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    background: #edf7ed;
  }

  90% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
}

@keyframes s1ani {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: #edf7ed;
  }

  40% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    background: #edf7ed;
  }

  50% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    background: #edf7ed;
  }

  90% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
}

@-webkit-keyframes s2ani {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-179deg);
            transform: rotateX(-179deg);
  }

  10% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }

  40% {
    background: #edf7ed;
  }

  45% {
    background: #e4f3e4;
  }

  65% {
    opacity: 1;
    background: #e4f3e4;
    /* DARKEST VISIBLE */
  }

  80% {
    background: #e4f3e4;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes s2ani {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-179deg);
            transform: rotateX(-179deg);
  }

  10% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }

  40% {
    background: #edf7ed;
  }

  45% {
    background: #e4f3e4;
  }

  65% {
    opacity: 1;
    background: #e4f3e4;
    /* DARKEST VISIBLE */
  }

  80% {
    background: #e4f3e4;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes s3ani {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-179deg);
            transform: rotateX(-179deg);
  }

  10% {
    opacity: 0;
    -webkit-transform: rotateX(-179deg);
            transform: rotateX(-179deg);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }

  40% {
    background: #edf7ed;
  }

  45% {
    background: #dbefdb;
    /* DARKEST VISIBLE */
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }

  100% {
    opacity: 0;
  }
}

@keyframes s3ani {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-179deg);
            transform: rotateX(-179deg);
  }

  10% {
    opacity: 0;
    -webkit-transform: rotateX(-179deg);
            transform: rotateX(-179deg);
  }

  20% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }

  40% {
    background: #edf7ed;
  }

  45% {
    background: #dbefdb;
    /* DARKEST VISIBLE */
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes s4ani {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-179deg);
            transform: rotateX(-179deg);
  }

  10% {
    opacity: 0;
  }

  20% {
    opacity: 0;
    -webkit-transform: rotateX(-179deg);
            transform: rotateX(-179deg);
  }

  30% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }

  40% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    background: #edf7ed;
  }

  50% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    background: #e4f3e4;
  }

  80% {
    background: #e4f3e4;
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }

  100% {
    opacity: 0;
  }
}

@keyframes s4ani {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-179deg);
            transform: rotateX(-179deg);
  }

  10% {
    opacity: 0;
  }

  20% {
    opacity: 0;
    -webkit-transform: rotateX(-179deg);
            transform: rotateX(-179deg);
  }

  30% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }

  40% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    background: #edf7ed;
  }

  50% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    background: #e4f3e4;
  }

  80% {
    background: #e4f3e4;
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes s5ani {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-179deg);
            transform: rotateY(-179deg);
  }

  10% {
    opacity: 0;
    -webkit-transform: rotateY(-179deg);
            transform: rotateY(-179deg);
  }

  20% {
    opacity: 1;
    background: #edf7ed;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }

  40% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }

  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }

  55% {
    background: #edf7ed;
  }

  60% {
    background: #f4faf4;
  }

  90% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes s5ani {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-179deg);
            transform: rotateY(-179deg);
  }

  10% {
    opacity: 0;
    -webkit-transform: rotateY(-179deg);
            transform: rotateY(-179deg);
  }

  20% {
    opacity: 1;
    background: #edf7ed;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }

  40% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }

  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }

  55% {
    background: #edf7ed;
  }

  60% {
    background: #f4faf4;
  }

  90% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes s6ani {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(179deg);
            transform: rotateY(179deg);
  }

  20% {
    opacity: 0;
    -webkit-transform: rotateY(179deg);
            transform: rotateY(179deg);
  }

  30% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }

  40% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }

  50% {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
    background: #edf7ed;
  }

  60% {
    background: #f4faf4;
  }

  80% {
    background: #f4faf4;
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }

  100% {
    opacity: 0;
  }
}

@keyframes s6ani {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(179deg);
            transform: rotateY(179deg);
  }

  20% {
    opacity: 0;
    -webkit-transform: rotateY(179deg);
            transform: rotateY(179deg);
  }

  30% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }

  40% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }

  50% {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
    background: #edf7ed;
  }

  60% {
    background: #f4faf4;
  }

  80% {
    background: #f4faf4;
  }

  90% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes half-fold {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }

  50% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }

  60% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }

  90% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
}

@keyframes half-fold {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }

  50% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }

  60% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }

  90% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
}

.modal input {
  width: 100%;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 70, 158, 0.85);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleX(1.1) scaleY(1.1);
          transform: scaleX(1.1) scaleY(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s;
  z-index: 400;
}

.modal .float-label {
  width: 80%;
  margin: 0 auto;
  padding-top: 2rem;
}

.modal input[type='text'],
.modal input[type='password'],
.modal input[type='email'],
.modal input[type='tel'],
.modal input[type='number'],
.modal select,
.modal textarea {
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #e3e6ed;
}

.modal__input {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

.modal__input:focus {
  box-shadow: none;
}

.modal__input .error input:not(:focus):required {
  background-color: rgba(230, 104, 104, 0.15);
}

.modal .error .float-label {
  color: #e66868;
}

.modal .error input:not(:focus):required[value=''] {
  background-color: #faf0d4;
}

.modal .share-modal {
  width: 600px;
}

.modal__container {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 22rem;
  padding-top: 1rem;
  padding-bottom: 1.6rem;
  border-radius: 10px;
}

.modal__container .close-button {
  color: #7b7b7b;
  cursor: pointer;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.5rem;
  position: absolute;
  right: 18px;
  top: 24px;
}

.modal__header {
  width: 100%;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  color: #17439c;
  padding: 1rem 1rem;
  text-align: center;
  background: none;
  box-shadow: none;
  padding-bottom: 2rem;
}

.modal__header h2 {
  font-size: 1.4rem;
  margin: 0;
  font-weight: 600;
}

.modal__header svg {
  margin-top: 2rem;
  margin-left: 8.5%;
  margin-bottom: 2rem;
}

.modal__body {
  text-align: center;
  display: inline;
}

.modal__body p {
  margin-bottom: 0;
}

.modal__body .invalid {
  color: #e66868;
}

.modal__body > li {
  margin-bottom: 1rem;
}

.modal .btn {
  display: block;
  border-radius: 36px;
  border: 1px solid #979797;
  margin: 0 auto;
  margin-top: 1rem;
  background-color: #f6f6f6;
  color: rgba(46, 70, 158, 0.85);
  padding: 0.5rem 17%;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 100;
  letter-spacing: 3px;
  vertical-align: middle;
  padding-top: 1rem;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.modal .btn:hover {
  background: rgba(46, 70, 158, 0.85);
  color: #fff;
}

.modal__container p {
  margin-top: 2rem;
}

.modal__container small {
  display: block;
  margin-top: 0.45rem;
  margin-left: 11%;
  text-align: left;
  line-height: 2;
  font-weight: 100;
  font-size: 0.95rem;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.modal__container a {
  font-weight: 400;
  text-decoration: none;
  color: #2e469e;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1) scaleY(1);
          transform: scaleX(1) scaleY(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s;
}

.modal__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 33, 33, 0.75);
  top: 0;
  left: 0;
  z-index: 30;
}

.modal__container {
  z-index: 9999;
}

.share-modal {
  width: auto;
  padding-right: 1rem;
}

.sign-in-modal {
  width: auto;
  padding: 2em;
  box-shadow: -10px 10px #fcd9ca;
  border-radius: 0px;
}

.sign-in-modal__header {
  background: none;
  box-shadow: none;
  color: #2e469e;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 1;
  padding: 0;
  text-align: center;
  width: 100%;
}

.sign-in-modal__header h2 {
  margin-top: 1.5rem;
}

.sign-in-modal__header h2:before {
  border-bottom: 6px solid #1bdfc7;
  content: '';
  display: block;
  height: 6px;
  margin: 0 auto;
  position: relative;
  top: -16px;
  width: 40px;
}

.sign-in-modal__header img {
  padding-bottom: 1.5rem;
  width: 85px;
  margin: 0 auto;
}

.sign-in-modal form label.signin__label {
  padding: 16px 0;
  width: 100%;
}

.sign-in-modal form input.signin__input {
  background: #fafafa;
  border: 2px solid #e5e3dd;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
}

.sign-in-modal form button.btn {
  display: block;
  margin: 2rem auto 0;
  height: 50px;
  width: 150px;
  padding: 0;
  border: 0;
}

.dieline-modal {
  width: auto;
  padding-top: 1rem;
  padding-bottom: 1.6rem;
  box-shadow: -10px 10px #fcd9ca;
  border-radius: 0px;
}

.dieline-modal__header {
  width: 100%;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 100;
  color: #17439c;
  padding: 1rem;
  text-align: center;
  background: none;
  box-shadow: none;
}

.dieline-modal__header h2 {
  font-size: 1.6rem;
  margin-top: 1.5rem;
  font-weight: 100;
}

.dieline-modal__header img {
  padding-bottom: 1.5rem;
  width: 85px;
  margin: 0 auto;
}

.dieline-modal__header .hr {
  width: 40px;
  border-bottom: 4px solid #1bdfc7;
  display: block;
  margin: 0 auto;
}

.dieline-modal form {
  padding-left: 2rem;
  padding-right: 2rem;
}

.dieline-modal form input.user_stuff__input {
  width: 350px;
  border-bottom: 2px solid #dedede;
  padding-left: 0px;
  padding-bottom: 0px;
}

.dieline-modal form .float-label span {
  left: 0px;
}

.dieline-modal form button.btn {
  display: block;
  margin-top: 3rem;
  height: 50px;
  width: 150px;
  padding: 0;
  border: 0px;
}

.cqm-container input[type='text'],
.cqm-container input[type='password'],
.cqm-container input[type='email'],
.cqm-container input[type='tel'],
.cqm-container input[type='number'],
.cqm-container input[type='date'],
.cqm-container select,
.cqm-container textarea {
  border: 2px solid #f0f0f0;
  background-color: #fcfcfc;
  border-radius: 6px;
  outline: none;
  box-shadow: none;
  width: 230px;
  font-size: 1.2rem;
}

.cqm-container .cqm-quote-button {
  width: 250px;
  letter-spacing: 0px;
  background-color: #484e66 !important;
}

.cqm-container .cqm-quote-button-disabled {
  letter-spacing: 0;
  width: 250px;
}

.cqm-container input[type='checkbox'] {
  height: 24px;
  width: 24px;
  border: 2px solid #f0f0f0 !important;
  background: #fcfcfc;
}

.cqm-container input[type='radio'] {
  visibility: hidden;
  background: black;
  border: 3px solid white;
  width: 16px;
  height: 16px;
}

.cqm-container input[type='radio'] + label:before {
  opacity: 0;
}

.cqm-container input[type='radio'] + label:after {
  content: '';
  position: absolute;
  margin-top: -6px;
  margin-left: -68px;
  padding: 0.85rem;
  border-radius: 5px;
  border: 2px solid #f0f0f0 !important;
  background: #fcfcfc;
  z-index: -9;
}

.cqm-container #cqm-input-noblank + label:after {
  margin-left: -95px;
}

.cqm-container input[type='radio']:checked + label:before {
  content: '\2713';
  opacity: 1;
  padding-right: 10px;
  z-index: 9999999999999999999999999999999;
}

#share-box .copy-button {
  margin-left: 24px;
}

.snapshot-button {
  display: inline-block;
  width: 300px !important;
}

.snapshot-button a {
  width: 65%;
}

.snapshot-button a svg {
  float: left !important;
}

.snapshot-button a p {
  margin-top: 2px !important;
}

.carousel__inner-slide {
  position: inherit;
}

.header {
  background: transparent;
  box-shadow: inherit;
  box-sizing: border-box;
  overflow: visible;
  overflow: initial;
  padding: 16px 8%;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 10;
}

#index[data-controller='page'] .header,
.product .header {
  background-color: transparent;
  position: fixed;
  z-index: 29;
}

#index[data-controller='page'] .header.header--scrolled,
.product .header.header--scrolled {
  background-color: #ffffff;
  box-shadow: 0 2px 11px 3px rgba(0, 0, 0, 0.08);
}

.header-logo img {
  height: 42px;
  width: 180px;
}

.nav-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.nav-bar__menu {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  width: 100%;
}

.nav-bar__menu > .nav-bar__item {
  margin-left: 8px;
}

.nav-bar__menu a.nav-bar__item:nth-of-type(2) {
  margin-left: 0;
}

.nav-bar__item {
  color: #393939;
  display: inline-block;
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 8px 16px;
}

.nav-bar__item--link {
  color: #393939;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3px;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}

.nav-bar__item--link.nav-bar__item--signup-link {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  margin-left: 16px;
}

.nav-bar--close {
  font-size: 22px;
  cursor: pointer;
  float: right;
  padding: 12px 20px;
}

.nav-bar__item--dropdown {
  position: relative;
}

.nav-bar__item--dropdown > .nav-bar__item {
  padding: 0;
}

.nav-bar__item--dropdown:hover > .nav-dropdown {
  display: block;
}

.nav-bar__dropdown-chevron {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  display: inline-block;
}

.nav-bar__dropdown > .nav-bar__item--link {
  display: inline-block;
  padding: 0 8px 0 24px;
}

.nav-dropdown {
  background: #ffffff;
  box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  display: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 215px;
}

.nav-dropdown__link {
  color: #393939;
  display: block;
  padding: 16px 24px;
  width: 100%;
}

.nav-dropdown__link:hover {
  background: #f4f4f4;
}

.nav-dropdown__link:first-child {
  border-radius: 6px 6px 0 0;
}

.nav-dropdown__link:last-child {
  border-radius: 0 0 6px 6px;
}

.nav-bar__item--menu-toggle,
.nav-bar__menu--close {
  display: none;
}

.with_breadcrumbs {
  color: #8189a7;
  font-size: 0.95em;
}

body.order .nav-bar__item--link {
  color: #666666;
}

@media screen and (max-width: 1449.98px) {
  .header {
    padding: 24px;
  }

  .header-logo {
    width: 210px;
  }
}

@media screen and (max-width: 1199.98px) {
  .header {
    padding: 24px 16px;
    top: 0;
  }

  .header-logo {
    max-width: 180px;
    width: 100%;
  }

  .header-logo.with_breadcrumbs {
    max-width: 120px;
  }

  .nav-bar,
  .nav-bar__menu {
    display: none;
  }

  .nav-container {
    display: flex;
    justify-content: space-between;
  }

  #main-header-js.hamburger-open {
    height: 100%;
  }

  #main-header-js.hamburger-open .nav-bar__item--menu-toggle {
    display: none;
  }

  .nav-bar__item--menu-toggle {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    z-index: 99;
  }

  .nav-bar__menu {
    background-color: #2e469e;
    box-sizing: border-box;
    display: inline-block;
    height: 100%;
    opacity: 0;
    padding: 24px;
    position: fixed;
    pointer-events: none;
    top: 0;
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    transition: opacity 0.3s ease-in-out;
    text-align: center;
    z-index: 30;
    width: 100%;
  }

  .nav-bar.nav-bar--open {
    display: block;
    justify-content: flex-end;
    left: 0;
    padding: 24px 8%;
  }

  .nav-bar.nav-bar--open .nav-bar__menu {
    pointer-events: all;
    opacity: 1;
    overflow-y: auto;
  }

  .nav-bar.nav-bar--open .nav-bar__menu a.nav-bar__item {
    color: #ffffff;
    font-size: 16px;
  }

  .nav-bar.nav-bar--open .nav-dropdown {
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.18) inset;
    border-radius: 6px;
    display: none;
    padding: 0;
    position: inherit;
    margin: 16px auto 0;
    width: 80%;
  }

  .nav-bar.nav-bar--open .nav-dropdown.show-dropdown-js {
    display: block;
  }

  .nav-bar__menu .nav-bar__item {
    display: block;
    margin: 0;
  }

  .nav-dropdown__link {
    color: #ffffff;
    display: block;
  }

  .nav-dropdown__link:hover {
    background: inherit;
    color: #ffffff;
    text-decoration: none;
  }

  .nav-bar__dropdown-chevron {
    font-size: 20px;
    -webkit-transform: translate(8px, 5px);
            transform: translate(8px, 5px);
  }

  .nav-bar__item--link {
    color: #ffffff;
    display: block;
    letter-spacing: 0;
    line-height: 40px;
    padding: 16px 0;
    text-decoration: none;
  }

  .nav-bar__menu--close {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
  }
}

@media screen and (max-width: 767.98px) {
  .header {
    padding: 24px 16px;
  }
}

#notification {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
}

#notification .notification-container {
  background: rgba(252, 233, 238, 0.92);
  color: #e83060;
  display: block !important;
  font-size: 12px;
  letter-spacing: 0.6px;
  padding: 15px 60px;
  position: relative;
}

#notification .notification-container.hidden {
  display: none !important;
}

#notification .notification-container .close {
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 16px;
  font-style: normal;
  height: 16px;
  line-height: 16px;
  margin: -20px 0 0;
  padding: 23px;
}

#notification .notification-container .close:hover {
  color: #720d27;
}

.packlane__modal {
  -webkit-animation: fadeIn 0.2s;
          animation: fadeIn 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.panel {
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #d5d5d5;
}

.panel h2,
.panel h3 {
  background: #f4f4f4;
  margin: 0;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px;
}

.panel .contents {
  display: flex;
  padding: 10px;
}

.rc-input-number {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #e4e7f0;
  border-radius: 5px;
}

.rc-input-number-handler {
  font-size: 0.85rem;
  text-align: center;
  height: 50%;
  overflow: hidden;
  display: block;
  touch-action: none;
}

.rc-input-number-handler-active {
  background: #ddd;
}

.rc-input-number-handler-up-inner,
.rc-input-number-handler-down-inner {
  font-size: large;
  font-weight: bold;
  color: #666666;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.rc-input-number:hover {
  border-color: #e4e7f0;
}

.rc-input-number-disabled:hover {
  border-color: #d9d9d9;
}

.rc-input-number-disabled:hover .rc-input-number-handler-up,
.rc-input-number-disabled:hover .rc-input-number-handler-wrap {
  border-color: #d9d9d9;
}

.rc-input-number-input-wrap {
  overflow: hidden;
  height: 100%;
}

.rc-input-number-input {
  width: 100%;
  text-align: center;
  outline: 0;
  -moz-appearance: textfield;
  line-height: 1.2;
  height: 100%;
  transition: all 0.3s ease;
  color: #666666;
  border: 0;
  border-radius: 5px;
  padding: 0;
}

.rc-input-number-handler-wrap {
  float: right;
  border-left: 2px solid #e4e7f0;
}

.rc-input-number-handler-down-disabled,
.rc-input-number-handler-up-disabled {
  opacity: 0.72;
}

.rc-input-number-handler-down-disabled:hover,
.rc-input-number-handler-up-disabled:hover {
  color: #999;
  border-color: #d9d9d9;
}

.rc-input-number-disabled .rc-input-number-input {
  opacity: 0.72;
  cursor: not-allowed;
  background-color: #f3f3f3;
}

.rc-input-number-disabled .rc-input-number-handler {
  opacity: 0.72;
}

.rc-input-number-disabled .rc-input-number-handler:hover {
  color: #999;
  border-color: #d9d9d9;
}

.hack-fix-spinner {
  /* For Firefox */
  /* Webkit browsers like Safari and Chrome */
}

.hack-fix-spinner input[type='number'] {
  -moz-appearance: textfield;
}

.hack-fix-spinner input[type='number']::-webkit-inner-spin-button,
.hack-fix-spinner input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.modal-overlay {
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow-y: auto;
}

.modal-overlay--primary {
  background-color: rgba(46, 70, 158, 0.8);
}

.modal-overlay--secondary {
  background-color: rgba(17, 17, 17, 0.8);
}

.modal-overlay--tertiary {
  background-color: rgba(255, 255, 255, 0.8);
}

.modal__close-btn {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1em;
  height: 1em;
  position: absolute;
  right: 16px;
  top: 16px;
  float: right;
  text-transform: uppercase;
}

.modal__close-btn:hover {
  text-decoration: underline;
}

.request-quote__modal {
  background: #ffffff;
  box-shadow: 0 8px 12px 6px rgba(0, 0, 0, 0.2);
  border: none;
  left: 0;
  margin: auto;
  padding: 48px;
  position: absolute;
  right: 0;
  top: 80px;
  width: 46%;
}

.request-quote__modal .lead-form-wrapper {
  box-shadow: none;
  padding: 0;
}

.request-quote__modal--restock {
  padding: 24px;
}

@media screen and (max-width: 1199.98px) {
  .request-quote__modal {
    width: 60%;
  }
}

@media screen and (max-width: 767.98px) {
  .request-quote__modal {
    margin: 8px auto 40px;
    padding: 48px 24px;
    width: 90%;
  }
}

.dieline-quote__modal {
  background: #ffffff;
  border: none;
  box-shadow: -12px 12px 0 0 #ffc5c5;
  left: 0;
  margin: auto;
  padding: 32px;
  position: absolute;
  right: 0;
  top: 80px;
  width: 44%;
}

.dieline-quote__image {
  display: block;
  margin: auto;
}

.dieline-quote__title {
  color: #2e469e;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  margin: 16px 0;
  text-align: center;
}

.dieline-quote__copy {
  color: #4b4b4b;
  margin: 0 auto 16px;
  text-align: center;
  width: 90%;
}

.form-layout__rows {
  margin-top: 32px;
}

.form-layout__rows .row {
  display: flex;
  justify-content: space-between;
}

.form-layout__rows .row--half > * {
  width: 48%;
}

.form-layout__rows .row .form__field {
  margin: 8px 0;
}

.form-layout__rows .row .upload-label {
  display: block;
  font-size: 12px;
  padding: 4px;
}

.dieline-dropzone {
  align-items: center;
  background: #f5f4f2;
  border: 1px dotted #2e469e;
  border-radius: 3px;
  display: flex;
  height: 80px;
  justify-content: center;
}

.dieline-dropzone::before {
  color: #666;
  content: 'Click to upload';
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.dieline-dropzone:hover {
  background-color: #edf3ee;
  border: 1px dashed #5dbb61;
  cursor: copy;
}

.dieline-dropzone .drop-message {
  position: absolute;
  left: 0;
  right: 0;
}

.dieline-dropzone input {
  width: 100%;
}

@media screen and (max-width: 1199.98px) {
  .dieline-quote__modal {
    width: 60%;
  }
}

@media screen and (max-width: 767.98px) {
  .dieline-quote__modal {
    margin: 8px auto 40px;
    padding: 48px 24px;
    width: 90%;
  }
}

.comparison-wrapper {
  background: #ffa57b;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
}

.comparison-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 4.5rem;
  width: 42%;
}

.comparison-details__title {
  color: #2e469e;
  font-family: "tiempos-headline-bold", Times, Georgia, serif;
  font-size: 2.5em;
  margin-bottom: 2rem;
}

.comparison-details__sub-title {
  color: #393939;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 1.7em;
  margin-bottom: 2rem;
}

.comparison-details__copy {
  color: #222222;
  font-size: 1.425rem;
  margin-bottom: 1.5rem;
}

.comparison__gallery {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}

.comparison__thumbnail {
  border: 6px solid #ffffff;
  box-shadow: 0 4px 14px 5px rgba(0, 0, 0, 0.2);
  margin-right: 32px;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.comparison__thumbnail:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.comparison__master {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  width: 59%;
}

.comparison__modal {
  border: none;
  border-radius: 16px;
  box-shadow: 0 8px 12px 6px rgba(0, 0, 0, 0.2);
  left: 0;
  margin: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: 96%;
}

.comparison__modal .modal__close-btn {
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.5em;
  right: 22px;
}

.comparison__modal .modal__close-btn:hover {
  color: rgba(0, 0, 0, 0.55);
}

.comparison-note {
  display: inline-block;
  font-size: 0.875em;
  font-style: italic;
  text-align: right;
  width: 400px;
}

.tax-exemption__modal {
  background: #ffffff;
  box-shadow: 0 8px 12px 6px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 6px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 80px;
  width: 50%;
}

.tax-exemption__header {
  border-bottom: 6px solid #f4f4f4;
  padding: 24px;
  text-align: center;
}

.tax-exemption__title {
  color: #373a3c;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
}

.tax-exemption__sub-title {
  color: #2e469e;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  line-height: 1.25;
  margin: 8px 0;
}

.tax-exemption__copy {
  color: #7b7b7b;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.225rem;
  margin: auto;
  width: 80%;
}

.tax-exemption__footer {
  background: #e8e8e8;
  border-radius: 0 0 6px 6px;
  display: flex;
  justify-content: flex-end;
  padding: 16px 24px;
}

.tax-exemption__body .pane-container {
  display: flex;
  justify-content: center;
}

.tax-exemption__body .pane-container .column {
  padding: 32px 32px 0;
  width: 50%;
}

.tax-exemption__body .form-group {
  margin-bottom: 24px;
  width: 100%;
}

.tax-exemption__body select.select-board-size,
.tax-exemption__body input.form-control {
  background-color: #fcfcfc;
  border: 2px solid #e1e1e1;
  border-radius: 6px;
  box-shadow: none;
  display: block;
  font-size: 1.225rem;
  padding: 12px;
  outline: none;
  width: 100%;
}

.tax-datepicker .react-date-picker {
  display: block;
}

.tax-datepicker .react-date-picker__calendar {
  box-shadow: 0 3px 11px 4px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

.tax-datepicker .react-date-picker__calendar .react-calendar {
  border: #f4f4f4;
}

.tax-datepicker .react-date-picker__button {
  background-color: #fcfcfc;
  border: 2px solid #e1e1e1;
  border-radius: 6px;
  padding: 12px;
}

.label-note {
  color: #7b7b7b;
  font-size: 14px;
  padding: 4px;
}

.document-uploads {
  border: 2px dashed #2e469e;
  border-radius: 6px;
  cursor: pointer;
  padding: 12px 24px;
  text-align: center;
}

.document-uploads:hover {
  background: #edf7ed;
}

.document-uploads span {
  display: block;
  text-align: center;
}

.document-uploads__list {
  margin-bottom: 8px;
  padding: 8px 0 0 4px;
}

.document-uploads__list-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.document-uploads__count {
  font-size: 0.95rem;
  text-align: center;
}

button.remove-button {
  color: #d21704;
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 1449.98px) {
  .tax-exemption__modal {
    width: 60%;
  }
}

@media screen and (max-width: 1199.98px) {
  .tax-exemption__modal {
    width: 80%;
  }
}

@media screen and (max-width: 767.98px) {
  .tax-exemption__modal {
    margin-bottom: 96px;
    width: 94%;
  }

  .tax-exemption__body .pane-container {
    flex-direction: column;
  }

  .tax-exemption__body .pane-container .column {
    padding: 24px;
    width: 100%;
  }

  .tax-exemption__body .pane-container .column:first-child {
    padding-bottom: 0;
  }

  .tax-exemption__body .pane-container .column:last-child {
    padding-top: 0;
  }
}

.comparison-image {
  height: auto;
}

.comparison-image.hide {
  display: none;
}

.comparison-image.reveal {
  display: block;
}

@media screen and (max-width: 1449.98px) {
  .comparison-details {
    padding-left: 32px;
    width: 50%;
  }

  .comparison__master {
    width: 50%;
    width: 100%;
  }

  .comparison-note {
    bottom: -32px;
  }
}

@media screen and (max-width: 1199.98px) {
  .comparison-wrapper {
    flex-direction: column;
    height: inherit;
    justify-content: flex-start;
    max-width: 100vw;
  }

  .comparison-details {
    padding: 40px;
    width: 100%;
  }

  .comparison-master {
    padding: 40px;
    width: 100%;
  }
}

.material-modal {
  background: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: 0 8px 12px 6px rgba(0, 0, 0, 0.1);
  left: 0;
  margin: auto;
  padding: 16px 32px 32px;
  position: absolute;
  right: 0;
  top: 80px;
  width: 60%;
}

.material-modal__header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 8px;
  padding-bottom: 12px;
}

.material-modal__title {
  color: #2e469e;
  font-family: "tiempos-headline-bold", Times, Georgia, serif;
  font-size: 2em;
  text-align: center;
}

.material-options {
  display: flex;
  justify-content: space-around;
}

.material-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.material-item__image {
  margin-bottom: 8px;
}

.material-item__title {
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 1.25em;
  margin-bottom: 8px;
}

.material-item__description {
  font-size: 1em;
  font-weight: 200;
  line-height: 1.3em;
  color: #848794;
  text-align: center;
}

/**
* Interactable elements
*/

[class^='rd-i'],
[class*=' rd-i'] {
  cursor: pointer;
}

.rd-i-btn {
  display: block;
  border-radius: 36px;
  border: 1px solid #979797;
  background-color: #f6f6f6;
  color: rgba(46, 70, 158, 0.85);
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 100;
  letter-spacing: 3px;
  vertical-align: middle;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.rd-i-btn:hover {
  background: rgba(46, 70, 158, 0.85);
  color: #f6f6f6;
}

.rd-i-btn__dark {
  background: rgba(46, 70, 158, 0.85);
  color: #f6f6f6;
}

.rd-i-btn__dark:hover {
  background-color: #f6f6f6;
  color: rgba(46, 70, 158, 0.85);
}

.rd-i-btn__subdued {
  font-size: 0.75rem;
  letter-spacing: normal;
  background: none;
  border: none;
  font-weight: 400;
  padding: 0.85rem 0 0 0;
}

.rd-i-btn-disabled {
  display: block;
  border-radius: 36px;
  border: 1px solid #979797;
  background-color: none;
  color: #333;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 100;
  letter-spacing: 3px;
  vertical-align: middle;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

/**
* Formal elements
*/

input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
input[type='number'],
select,
textarea {
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}

.rd-f-input {
  border-bottom: 2px solid #e3e6ed;
}

.rd-f-input:focus {
  box-shadow: none;
}

.rd-f-float-label {
  display: block;
  position: relative;
}

.rd-f-float-label > span {
  position: absolute;
  left: 5%;
  top: 0;
  cursor: text;
  font-size: 0.85rem;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.rd-f-float-label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.rd-f-float-label input,
.rd-f-float-label select {
  font-size: inherit;
  padding-top: 1em;
  margin-bottom: 2px;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.rd-f-float-label input::-webkit-input-placeholder,
.rd-f-float-label select::-webkit-input-placeholder {
  opacity: 1;
}

.rd-f-float-label input::-ms-input-placeholder,
.rd-f-float-label select::-ms-input-placeholder {
  opacity: 1;
}

.rd-f-float-label input::placeholder,
.rd-f-float-label select::placeholder {
  opacity: 1;
}

.rd-f-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.rd-f-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}

.rd-f-float-label input:placeholder-shown:not(:focus)::-ms-input-placeholder,
.rd-f-float-label select:placeholder-shown:not(:focus)::-ms-input-placeholder {
  opacity: 0;
}

.rd-f-float-label input:placeholder-shown:not(:focus)::placeholder,
.rd-f-float-label select:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}

.rd-f-float-label input:placeholder-shown:not(:focus) + *,
.rd-f-float-label select:placeholder-shown:not(:focus) + * {
  font-size: 1.2rem;
  opacity: 0.5;
  top: 2.5rem;
  left: 10%;
}

.rd-f-float-label input:focus,
.rd-f-float-label select:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.5);
}

.rd-f-float-label select {
  padding-right: 1em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.5em bottom 0.25em;
  background-size: 8px 10px;
}

.error .rd-f-input:not(:focus):required {
  background-color: rgba(230, 104, 104, 0.15);
}

.error .rd-f-input:not(:focus):required[value=''] {
  background-color: #faf0d4;
}

.error .rd-f-float-label {
  color: #e66868;
}

.css-healthcheck {
  /**
 * Outline all classes.
 */
  /**
* Outline all redesign classes.
*/
  /**
* Outline all interactable classes.
*/
}

.css-healthcheck [class] {
  outline: 5px solid grey;
}

.css-healthcheck [class^='rd-'],
.css-healthcheck [class*=' rd-'] {
  outline: 5px solid red;
}

.css-healthcheck [class^='rd-i'],
.css-healthcheck [class*=' rd-i'] {
  outline: 5px solid blue;
}

body#new.user .nav-bar,
body#new.user footer.footer,
body#new.user #smile-ui-container,
body#new.user .nav-bar__item--menu-toggle,
body#new.session .nav-bar,
body#new.session footer.footer,
body#new.session #smile-ui-container,
body#new.session .nav-bar__item--menu-toggle,
body#new.forgot .nav-bar,
body#new.forgot footer.footer,
body#new.forgot #smile-ui-container,
body#new.forgot .nav-bar__item--menu-toggle,
body#edit.forgot .nav-bar,
body#edit.forgot footer.footer,
body#edit.forgot #smile-ui-container,
body#edit.forgot .nav-bar__item--menu-toggle {
  display: none;
}

body#new.user .header,
body#new.session .header,
body#new.forgot .header,
body#edit.forgot .header {
  position: absolute;
  top: 0;
}

body#new.user main {
  display: flex;
  justify-content: center;
}

body#new.user main form {
  display: flex;
  flex-direction: column;
}

body#new.user main .page-layout {
  background-color: #d3bef4;
}

.session-wrapper {
  height: 100vh;
  width: 100%;
}

.title.title--small {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 28px;
}

.content-slider__desc {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.25px;
  line-height: 28px;
  color: #2e469e;
}

.page-layout.page-layout--main {
  align-items: center;
  background: url(https://assets.packlane.com/images/pattern.svg);
  background-color: #fff9e5;
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
  box-shadow: 0 9px 21px 3px rgba(0, 0, 0, 0.18);
  display: flex;
  height: inherit;
  justify-content: center;
}

.session-form-wrapper {
  background: #ffffff;
  box-shadow: 0 9px 21px 3px rgba(0, 0, 0, 0.18);
  padding: 40px;
  width: 40%;
}

.session-form-wrapper--login {
  max-width: 520px;
  width: 40%;
}

.session-form__title {
  color: #2e469e;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  text-align: center;
}

.session-form__title--sub {
  color: #373a3c;
  font-weight: 100;
  text-align: center;
}

.signup-form {
  margin-top: 16px;
}

.signup-form .form__field {
  padding: 8px 0;
}

.signup-form .form__label {
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
}

.signup-form .form__label-text {
  font-size: 0.875em;
}

.signup-form .form__text-input {
  background: #fafafa;
  border: 2px solid #e5e3dd;
  border-radius: 3px;
  font-size: 1em;
  padding: 12px;
  width: 100%;
}

.signup-form .form__text-input:focus {
  border: 2px solid #2e469e;
  box-shadow: none;
  outline: none;
}

.signup-form .pbtn {
  border-radius: 36px;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif !important;
  font-size: 1em;
  letter-spacing: 4.25px;
  margin: 16px auto 0;
  padding: 16px 40px;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}

.signup-form .pbtn--primary {
  background-color: #2e469e;
  color: #f4f4f4;
}

.signup-form .pbtn:disabled {
  background: #e1e1e1;
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width: 1449.98px) {
  .session-form-wrapper {
    width: 50%;
  }
}

@media screen and (max-width: 991.98px) {
  .session-form-wrapper {
    width: 60%;
  }
}

@media screen and (max-width: 767.98px) {
  .session-form-wrapper {
    padding: 24px;
    width: 80%;
  }
}

@media screen and (max-width: 449.98px) {
  .page-layout.page-layout--main {
    height: auto;
    padding-bottom: 24px;
    padding-top: 90px;
  }

  .session-form-wrapper {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 16px;
    width: 90%;
  }

  .session-form__title {
    font-size: 1.5em;
  }

  .session-form__title--sub {
    font-size: 1em;
  }

  .signup-form .pbtn {
    font-size: 0.875em;
    width: 100%;
  }

  #fc_frame {
    display: none !important;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.session-form--recaptcha-notice {
  position: relative;
  top: 20px;
  color: #777;
  text-align: center;
  font-size: smaller;
}

table {
  width: 100%;
  max-width: 100%;
}

table.border th,
table.border td {
  border: 1px solid #d5d5d5;
}

table.border th {
  border-bottom-width: 2px;
}

table th,
table td {
  padding: 8px;
}

table th {
  text-align: left;
}

#throbber {
  background: #dedede;
  display: none;
  height: 3px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}

#throbber.working {
  display: block;
}

@-webkit-keyframes progress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes progress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

#throbber .progress-bar {
  -webkit-animation: progress 3s linear infinite;
          animation: progress 3s linear infinite;
  background: #2e469e;
  height: 100%;
}

.tooltip {
  display: none;
  position: absolute;
  background: #e4e7f0;
  color: #373a3c;
  max-width: 30ch;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  padding: 14px;
}

:hover + .tooltip {
  display: block;
}

.tooltip2-container {
  position: relative;
}

.tooltip2-container .tooltip2-root {
  background-color: #8a97a6;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
}

.tooltip2-container .tooltip2 {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #8a97a6;
  color: #fff;
  max-width: 200px;
  width: 200px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  padding: 14px;
  z-index: 100;
}

.tooltip2-container :hover + .tooltip2 {
  display: block;
}

.tooltip2-container .tooltip-adjust-panel-elements {
  margin-left: 4px;
}

html {
  font-size: 16px;
}

body {
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #373a3c;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

body.blog > .header {
  position: relative;
}

body.blog .container.blog-container {
  margin-top: 5.5rem;
}

body.blog .content-container {
  padding-top: 120px;
}

body.blog .blog-container h2 {
  margin: 30px 0;
  font-size: 62px;
  text-align: center;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
}

body.blog .blog-container .blog-post {
  margin: 15px auto;
  max-width: 800px;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
}

body.blog .blog-container .blog-post img {
  height: 100%;
  max-width: 100%;
  display: inline;
  float: left;
  margin-bottom: 10px;
}

body.blog .blog-container .blog-post .blog-post-image {
  width: auto;
  height: auto;
}

body.blog .blog-container .blog-post .container {
  border: 1px solid #ddd;
  padding: 30px;
}

body.blog .blog-container .blog-post p {
  color: #777;
}

body.blog .blog-container .blog-post h1 {
  text-align: center;
  margin: 30px 0;
}

body.blog .blog-container .blog-post h1,
body.blog .blog-container .blog-post h2 {
  font-size: 36px;
  display: block;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.blog .blog-container .blog-post h2 {
  font-size: 18px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

body.blog .blog-container .blog-post .container {
  border: none;
}

body.blog .blog-container .blog-post {
  font-family: 'basis-grotesque-medium', Arial, Helvetica, sans-serif;
  color: #373a3c;
  text-align: left;
}

body.blog .blog-container .blog-post h1 {
  text-align: left;
  font-family: "tiempos-headline-bold", Times, Georgia, serif;
  color: #2e469e;
  margin: 0px 0px 0px 0px;
}

body.blog .blog-container .blog-post h1 a:link {
  text-align: left;
  font-family: 'basis-grotesque-medium', Arial, Helvetica, sans-serif;
  color: #2e469e;
}

body.blog .blog-container .blog-post h1 a:hover {
  text-align: left;
  font-family: 'basis-grotesque-medium', Arial, Helvetica, sans-serif;
  color: #8189a7;
}

body.blog .blog-container .blog-post h2 {
  padding: 40px 0px 10px 0px;
  font-family: 'basis-grotesque-medium', Arial, Helvetica, sans-serif;
  color: #2e469e;
}

body.blog .blog-container .blog-post h3 {
  padding: 20px 0px 10px 0px;
  font-family: 'basis-grotesque-medium', Arial, Helvetica, sans-serif;
  color: #2e469e;
}

body.blog .blog-container .blog-post p {
  padding: 0px 0px 20px 0px;
}

body.blog .blog-container .blog-post p strong {
  color: #2e469e;
  font-weight: 700;
}

body.blog .blog-container .blog-post p a:link {
  display: block;
  color: #2e469e;
  text-decoration: none;
}

body.blog .blog-container .blog-post img {
  margin: 20px 0px 50px 0px;
}

body.blog .blog-container .blog-post figure {
  margin: 1em 0;
  width: 100% !important;
}

body.blog .blog-container .blog-post ul {
  font-family: 'basis-grotesque-medium', Arial, Helvetica, sans-serif;
  color: #373a3c;
  text-align: left;
  margin: 0px 0px 30px 0px;
}

body.blog .blog-container .blog-post li {
  list-style-type: disc;
  margin: 0px 0px 10px 50px;
}

body.blog .blog-container .blog-post p a:link {
  display: inline;
}

body.blog .blog-container .blog-post h1 a:visited {
  text-align: left;
  font-family: ‘basis-grotesque-medium’, Arial, Helvetica, sans-serif;
  color: #2e469e;
}

body.blog .blog-container h2 a:link {
  color: #2e469e;
  text-decoration: none;
}

body.blog .blog-container h2 a:visited {
  color: #2e469e;
  text-decoration: none;
}

body.blog .blog-container a:link h2 {
  color: #2e469e;
  text-decoration: none;
}

body.blog .blog-container a:visited h2 {
  color: #2e469e;
  text-decoration: none;
}

body.blog .blog-container h2 {
  font-family: "tiempos-headline-bold", Times, Georgia, serif;
}

body.blog .blog-container .blog-post h3 {
  font-size: 20px;
  color: #373a3c;
  font-weight: 400;
}

body.blog .blog-container .blog-post h2 {
  font-size: 22px;
}

body.blog .blog-container .blog-post h1 {
  font-family: 'basis-grotesque-medium', Arial, Helvetica, sans-serif;
}

body.blog .blog-container .blog-post ul {
  color: #777;
}

@media screen and (max-width: 767.98px) {
  .blog #smile-ui-container,
  .blog #fc_frame {
    display: none !important;
  }
}

#my-designs-root .page-wrapper {
  padding: 40px 0 0;
}

.saved-design-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.design-card {
  background: #ffffff;
  box-shadow: 0 6px 11px 0 rgba(135, 135, 135, 0.38);
  border-radius: 4px;
  display: inline-block;
  font-size: 1.225rem;
  margin-bottom: 48px;
  min-width: 344px;
  padding: 24px;
  position: relative;
  transition: all 300ms ease-in-out;
  width: 31%;
}

.design-card:hover {
  box-shadow: 0 6px 22px 0 rgba(104, 104, 104, 0.5);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.design-card__details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 220px;
}

.design-card__title {
  color: #2e469e;
  font-size: 1.5rem;
  margin: 48px 0 8px;
  position: relative;
  text-align: center;
}

.design-card__title:before {
  background: #1bdfc7;
  content: '';
  position: absolute;
  top: -16px;
  height: 6px;
  width: 32px;
  right: 0;
  left: 0;
  margin: auto;
}

.design-card__sub-title {
  color: #7b7b7b;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  height: 18px;
}

.design-card .btn--link {
  color: #8189a7;
  display: block;
  font-size: 14px;
  height: auto;
  margin: auto;
  margin-bottom: 16px;
}

.design-card .delete {
  color: #d5d5d5;
  font-size: 44px;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 0;
}

.design-card .delete:hover {
  color: #dd5e4a;
}

.design-card .design-card__img-container {
  display: block;
  height: 200px;
  margin-top: 24px;
}

.design-card .design-card__img-container img {
  display: block;
  margin: auto;
}

.design-card a.btn {
  display: block;
  margin: 0 auto;
  padding: 17px 40px;
  text-decoration: none;
}

.design-namer {
  align-items: flex-start;
  background-color: #ffffff;
  display: flex;
  height: 100%;
  left: 0;
  padding: 24px;
  position: absolute;
  top: 0;
  width: 100%;
}

.design-namer__label {
  margin-bottom: 40px;
  width: 100%;
}

.btn-container {
  display: flex;
  justify-content: flex-end;
  padding: 4px 0;
}

.btn-container button {
  height: inherit;
  padding: 5px 12px;
}

.btn-container button:last-child {
  background: #2e469e;
  border-radius: 4px;
  color: #ffffff;
  margin-left: 8px;
  padding: 8px 12px;
}

@media screen and (max-width: 991.98px) {
  .saved-design-container {
    justify-content: space-around;
  }
}

.box#new .buorg {
  border-bottom: 1px solid #d5d5d5;
}

.box#new div#buorg.buorg div {
  background-color: #f4f4f4;
  border-bottom: 1px solid #d5d5d5;
}

.box#new div#buorg.buorg a#buorgul {
  background: #2e469e;
}

.box#new div#buorg.buorg a#buorgig {
  background: #d5d5d5;
}

.box#new .drop {
  z-index: 4;
}

.box#new .react-flash-container {
  z-index: 10;
  position: fixed;
  top: 100px;
  right: 10px;
}

.box#new .react-flash-message {
  width: 400px;
  margin-bottom: 10px;
  border-radius: 3px;
  padding: 10px;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.225rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.box#new .react-flash-error {
  background-color: #dd5e4a;
  color: #fff;
}

.box#new h3 {
  font-size: 1.1rem;
  letter-spacing: -0.02rem;
  color: #8a97a6;
}

.box#new main {
  padding-top: 2px;
  padding-bottom: 0;
}

.box#new .checkout-btn {
  background: #edf7ed;
  color: #2e469e;
}

.box#new .checkout-btn:hover {
  background: #dbefdb;
  color: #283d8a;
}

.box#new .header {
  border-bottom: 1px solid #d5d5d5;
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin-bottom: 10px;
}

.box#new .header h1,
.box#new .header h2 {
  margin: 0;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
}

.box#new .header h1 {
  font-size: 1.5em;
  /* Same font size as h2 as per EP-1797 */
}

.box#new .header .checkout-form {
  margin-left: auto;
}

.box#new .primary {
  display: flex;
}

.box#new .primary .sidebar {
  max-width: 200px;
}

.box#new .primary .box-viewer {
  flex: 1;
  min-width: 400px;
}

.box#new .primary .box-viewer .viewer {
  min-height: 400px;
}

.box#new .primary .box-viewer .actions,
.box#new .primary .box-viewer .order {
  margin: 0 50px;
}

.box#new .primary .box-viewer .share-design-btn {
  display: none;
}

.box#new .primary .box-viewer .actions {
  display: flex;
}

.box#new .primary .box-viewer .actions :first-child {
  margin-right: 0.5rem;
  text-align: center;
}

.box#new .primary .box-viewer .order {
  display: flex;
  margin-bottom: 20px;
}

.box#new .primary .box-viewer .order > * {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  padding: 10px 15px 0;
  background: #f4f4f4;
}

.box#new .primary .box-viewer .order .quantity-selector {
  flex: 1;
  position: relative;
  align-content: row;
}

.box#new .primary .box-viewer .order .quantity-selector .quantity-input {
  align-content: baseline;
  justify-content: space-around;
  margin-bottom: 10px;
}

.box#new .primary .box-viewer .order .quantity-selector .quantity-input .quantity {
  background: #fff;
  border: 1px solid #d5d5d5;
  padding: 2px 6px;
  font-weight: bold;
  width: auto;
  max-width: 6em;
}

.box#new .primary .box-viewer .order .quantity-selector .quantity-input .quantity-label {
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.975rem;
  margin-right: 10px;
}

.box#new .primary .box-viewer .order .quantity-selector input[type='range'] {
  width: 100%;
  padding: 0;
}

.box#new .primary .box-viewer .order .price-display h4 {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.975rem;
}

.box#new .primary .box-viewer .order .checkout-form {
  position: relative;
  padding: 0;
  border: 0;
  display: flex;
}

.box#new .primary .box-viewer .order .checkout-form .checkout-btn {
  display: flex;
  align-items: center;
}

.box#new .primary .artwork-editors {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 300px;
  max-width: 375px;
}

.box#new .primary .artwork-editors #font-selector {
  padding-top: 20px;
}

.box#new .primary .artwork-editors #canvas-actions-container {
  display: flex;
}

.box#new .primary .artwork-editors #canvas-actions-container button {
  margin: 3px;
  flex: 1;
}

.box#new .primary .add-artwork {
  margin-bottom: 10px;
}

.box#new .primary .add-artwork input {
  display: none;
}

.box#new .primary .add-artwork p {
  display: inline-block;
  font-size: 0.85rem;
  vertical-align: bottom;
  margin-bottom: 0;
  margin-left: 5px;
  color: #7b7b7b;
}

.box#new .primary .panel-graphics .color-change-warning {
  font-size: 0.975rem;
}

.box#new .primary .add-text {
  display: flex;
  margin-bottom: 10px;
  margin-right: 0px;
  width: 100%;
}

.box#new .primary .add-text .font-group {
  flex-flow: column;
}

.box#new .primary .add-text .font-group div {
  font-size: 0.85rem;
  font-style: italic;
  color: #8a97a6;
}

.box#new .primary .add-text .font-color-group {
  flex-flow: column;
}

.box#new .primary .add-text .font-color-group div {
  font-size: 0.85rem;
  font-style: italic;
  color: #8a97a6;
}

.box#new .primary .add-text .font-btn {
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  text-align: left;
  line-height: 1;
  text-transform: none;
  align-items: center;
}

.box#new .primary .add-text .font-btn .font {
  font-weight: normal;
  font-size: 1.1rem;
  width: 400px;
  min-width: 400px;
  padding-right: 10px;
}

.box#new .primary .add-text .font-btn .arrow {
  float: right;
  color: #d5d5d5;
}

.box#new .primary .add-text .text-color-btn {
  padding: 6px 15px;
  display: flex;
  justify-content: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.box#new .primary .btn .color {
  float: right;
  margin-left: 15px;
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  background: white;
}

.box#new .primary .artwork-editor {
  position: absolute;
  top: -99999px;
  visibility: hidden;
  pointer-events: none;
  order: 1;
}

.box#new .primary .artwork-editor.active {
  position: static;
  visibility: visible;
  pointer-events: all;
  order: 0;
}

.box#new .primary .artwork-editor .panel-graphics {
  margin-bottom: 20px;
}

.box#new .primary .artwork-editor .panel-graphics .color-change-warning {
  font-size: 0.975rem;
}

.box#new .primary .artwork-editor .panel-color {
  margin-bottom: 10px;
}

.box#new .primary .artwork-editor .artwork-canvas {
  position: relative;
  border: 2px dashed #d5d5d5;
  margin-bottom: 10px;
}

.box#new .primary .artwork-editor .artwork-canvas .artwork-typing-notice {
  align-items: center;
  justify-content: center;
  display: flex;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.box#new .primary .artwork-editor .artwork-canvas .artwork-typing-notice p {
  color: #7b7b7b;
  font-size: 1.225rem;
  margin: 0px;
  padding: 0px;
}

.box#new .primary .artwork-editor .artwork-canvas canvas {
  width: 100%;
}

.box#new .primary .artwork-editor .btn .color {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  background: white;
}

.box#new .primary .artwork-editor .delete-btn {
  display: none;
}

.box#new .primary .artwork-editor .panel-color input[type='color'] {
  visibility: hidden;
  position: absolute;
  height: 0;
  width: 0;
}

.box#new .primary .artwork-editor .add-color-btn {
  margin-bottom: 10px;
  line-height: 20px;
}

.box#new .primary .artwork-editor .add-color-btn .color {
  margin-left: 15px;
  float: right;
}

.box#new .primary p {
  font-size: 0.85rem;
  margin-bottom: 1em;
}

.box#new .primary .dieline-form {
  display: flex;
}

.box#new .primary .dieline-form.active {
  margin-bottom: 1em;
}

.box#new .primary .dieline-form.active p {
  display: none;
}

.box#new .primary .dieline-form.active input {
  display: inline-block;
}

.box#new .primary .dieline-form input {
  display: none;
}

.box#new .primary .dieline-form input[type='email'] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 0.975rem;
}

.box#new .primary .dieline-form input[type='submit'] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.box#new .quantity-price-display {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box#new .quantity-price-display > * {
  background: white;
  border: 1px solid #d5d5d5;
  padding: 10px;
}

.box#new .quantity-price-display > * h3 {
  font-size: 0.975rem;
}

.box#new .quantity-price-display .price-display h4 {
  color: #edf7ed;
}

.box#new .size-selector {
  margin-bottom: 10px;
}

.box#new .size-selector > .btn {
  margin: 0;
  padding: 10px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  background: #edf7ed;
  color: #122957;
}

.box#new .size-selector > .btn:hover {
  background: #dbefdb;
  color: #0e1f42;
}

.box#new .size-selector > .btn:before {
  content: '\2190\2192';
  color: #7b7b7b;
  margin-right: 0.5em;
}

.box#new .size-selector .dimension-input-field:disabled {
  background-color: #f4f4f4;
  color: #7b7b7b;
}

.box#new .reset-design-dropdown-content {
  display: none;
}

.box#new .reset-design-dropdown-content-body {
  font-size: 0.8rem;
  max-width: 420px;
  line-height: 1.5em;
}

.box#new #reset-design-toggle-button {
  margin-left: 8px;
}

.box#new #reset-design-artwork-button {
  width: 150px;
  margin-right: 5px;
}

.box#new #reset-design-all-button {
  width: 150px;
  margin-right: 5px;
}

.box#new #reset-design-cancel-button {
  width: 102px;
}

.box#new .color-selector-input-root {
  position: relative;
}

.box#new .background-color-selector-panel {
  position: absolute;
  -webkit-transform: translateX(0px) translateY(-100%) translateZ(0px);
          transform: translateX(0px) translateY(-100%) translateZ(0px);
  z-index: 50;
  width: 300px;
  border-radius: 5px;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  background-color: #fff;
  box-shadow: #000;
  padding: 10px;
  top: 0px;
  left: 0px;
}

.box#new .background-color-selector-panel .wrapper {
  display: flex;
  padding: 8px;
  border: 1px;
}

.box#new .dimension-selector-input-root {
  position: relative;
}

.box#new .size-selector-dropdown {
  position: absolute;
  border-radius: 5px;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  background-color: #fff;
  box-shadow: #000;
  padding: 10px;
  top: 0px;
  left: 0px;
  width: 450px;
}

.box#new .size-selector-dropdown .wrapper {
  display: flex;
  padding: 8px;
}

.box#new .size-selector-dropdown h4 {
  width: 100%;
  line-height: 1;
  text-align: left;
  color: #8a97a6;
  margin-bottom: 8px;
}

.box#new .size-selector-dropdown .custom,
.box#new .size-selector-dropdown .stock {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.box#new .size-selector-dropdown .custom {
  align-items: flex-end;
  margin-right: 24px;
}

.box#new .size-selector-dropdown .custom p {
  font-size: 0.975rem;
  color: #7b7b7b;
}

.box#new .size-selector-dropdown .custom label,
.box#new .size-selector-dropdown .custom input {
  cursor: pointer;
  white-space: nowrap;
}

.box#new .size-selector-dropdown .custom label {
  font-weight: bold;
  color: #8a97a6;
}

.box#new .size-selector-dropdown .custom input {
  width: 80px;
  margin-left: 10px;
  color: #122957;
}

.box#new .size-selector-dropdown .stock ul {
  margin: 0;
  overflow-y: scroll;
  padding: 0;
  height: 300px;
  list-style: none;
}

.box#new .size-selector-dropdown .stock ul li {
  padding: 6px 12px;
  border: 1px solid #d5d5d5;
  border-bottom: 0;
  cursor: pointer;
  white-space: nowrap;
  color: #122957;
}

.box#new .size-selector-dropdown .stock ul li:hover,
.box#new .size-selector-dropdown .stock ul li.active {
  background: #edf7ed;
}

.box#new .size-selector-dropdown .stock ul li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.box#new .size-selector-dropdown .stock ul li:last-child {
  border-bottom: 1px solid #d5d5d5;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.box#new .side_switcher {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 50px;
  width: 300px;
  border-radius: 30px;
  background-color: #f4f4f4;
  padding-top: 10px;
  margin-bottom: 20px;
}

.box#new .side_switcher input {
  display: none;
}

.box#new .side_switcher .side-toggle-option {
  min-width: 120px;
  margin-top: -13px;
  height: 40px;
  border-radius: 30px;
}

.box#new .side_switcher .side-toggle-option .side-toggle-option-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.box#new .side_switcher .side-toggle-option.active {
  background-color: #e8eefd;
  font-weight: bold;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.box#new .side_switcher span {
  display: inline-block;
  color: black;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.975rem;
  font-weight: bold;
  margin: 5px;
}

.box#new .side_switcher svg {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.box#new .region-selector {
  margin: 0px 0px 10px;
  display: flex;
  flex-flow: row wrap;
}

.box#new .region-selector .box-side {
  cursor: pointer;
  min-width: 120px;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}

.box#new .region-selector .box-side.active {
  border: 1px solid #d5d5d5;
  background-color: #f4f4f4;
  border-radius: 3px;
}

.box#new .region-selector .box-side.active svg .sides {
  fill: #7b7b7b;
}

.box#new .region-selector .box-side span {
  display: inline-block;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: bold;
  margin: 0px;
}

.box#new .region-selector .box-side svg {
  display: inline-block;
  width: 50px;
  height: 50px;
  fill: none;
}

.box#new .region-selector .box-side svg:hover .sides {
  fill: #7b7b7b;
}

.box#new .region-selector .box-side svg .bg {
  opacity: 0;
}

.box#new .region-selector .box-side svg .edges {
  stroke: #7b7b7b;
}

.box#new .region-selector .box-side svg .edges .base {
  opacity: 0.4;
}

.box#new .region-selector .box-side svg .sides {
  fill: #d5d5d5;
  opacity: 0.5;
  transition: fill 0.3s ease, opacity 0.3s ease;
}

.box#new .material-selector {
  margin-bottom: 10px;
}

.box#new .material-selector .contents {
  flex-direction: column;
}

.box#new .material-selector .contents > div {
  display: none;
  flex: 0 0 auto;
}

.box#new .material-selector .contents > div.active {
  display: block;
}

.box#new .material-selector .contents > div > img {
  display: block;
  width: 105px;
  height: 55px;
  margin: 0 auto 10px;
}

.box#new .material-selector .contents > div p {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
  padding: 5px;
}

.box#new .material-selector .contents > div p.warning {
  color: #ef8a83;
  font-style: italic;
}

.box#new .material-selector .contents > div p:last-child {
  margin-bottom: 0;
}

.box#new .material-btn {
  display: block;
  line-height: 1;
  margin-bottom: 0.5rem;
  min-width: 178px;
  text-align: left;
}

.box#new .material-btn:last-child {
  margin-bottom: 0;
}

.box#new .material-btn img {
  display: inline-block;
  width: auto;
  height: 15px;
  margin-right: 10px;
}

.box#new .material-btn .arrow {
  float: right;
  color: #f7baca;
}

.box#new .drop-content > .material-btn .arrow {
  display: none;
}

.box#new .price-table {
  border-radius: 4px;
  border: 1px solid #d5d5d5;
}

.box#new .price-table table {
  width: 100%;
  font-size: 0.975rem;
}

.box#new .price-table td,
.box#new .price-table th {
  padding: 10px;
  text-align: left;
}

.box#new .price-table thead {
  border-bottom: 1px solid #d5d5d5;
}

.box#new .price-table tbody tr {
  border-bottom: 1px solid #d5d5d5;
  cursor: pointer;
}

.box#new .price-table tbody tr:hover,
.box#new .price-table tbody tr.selected {
  background-color: #edf7ed;
}

.box#new .price-table p {
  margin-bottom: 10px;
}

.box#new .price-table .request-quote-btn {
  background: #edf7ed;
  color: #122957;
  display: block;
  width: 100%;
  text-align: center;
}

.box#new .price-table .request-quote-btn:hover {
  background: #dbefdb;
  color: #0e1f42;
}

.box#new .price-table .request-quote-form {
  display: none;
}

.box#new .price-table .request-quote-form input {
  width: 100%;
  display: block;
  margin-bottom: 0.5rem;
}

.box#new .price-table .request-quote-form input:last-child {
  margin-bottom: 0;
}

.box#new .promotion-price {
  margin-top: 10px;
}

.box#new .color-picker-content {
  display: none;
}

.box#new #font-color-selector {
  display: none;
}

.box#new .color-picker {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.box#new .color-picker .inputs {
  display: flex;
  white-space: nowrap;
  border-bottom: 1px solid #d5d5d5;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
  padding: 0 10px;
}

.box#new .color-picker .inputs label {
  margin-right: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #8a97a6;
}

.box#new .color-picker .inputs label:last-child {
  margin-right: 0;
}

.box#new .color-picker .inputs label input {
  margin-left: 4px;
  font-size: 0.975rem;
  line-height: 0.975rem;
  color: #373a3c;
  width: 3em;
  padding: 4px;
  padding-right: 0;
}

.box#new .color-picker .selectors {
  display: flex;
}

.box#new .color-picker .selectors .color-select {
  position: relative;
  width: 240px;
  height: 240px;
  cursor: pointer;
}

.box#new .color-picker .selectors .color-select canvas {
  width: 100%;
  height: 100%;
}

.box#new .color-picker .selectors .color-select .pointer {
  display: none;
  position: absolute;
  box-sizing: content-box;
  width: 6px;
  height: 6px;
  border: 2px solid white;
  border-radius: 6px;
  background: transparent;
  top: 50px;
  left: 50px;
}

.box#new .color-picker .selectors .saturation-select {
  position: relative;
  width: 25px;
  height: 240px;
  margin-left: 10px;
}

.box#new .color-picker .selectors .saturation-select input {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  width: 240px;
  height: 25px;
  position: absolute;
  top: 107px;
  left: -109px;
  background: transparent;
  cursor: pointer;
}

.box#new .color-picker .warning {
  max-width: 275px;
  font-size: 0.85rem;
  color: #ef8a83;
  line-height: 1.4;
  margin: 8px 0 0;
}

.box#new .color-picker .actions {
  display: flex;
  margin-top: 10px;
  flex-direction: column;
  justify-content: space-between;
}

.box#new .color-picker .actions .btn {
  flex: 1;
  white-space: nowrap;
  margin-left: 2px;
  margin-right: 2px;
}

.box#new .color-picker .actions .actions-removing {
  padding: 3px;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}

.box#new .color-picker .actions .actions-removing .uncolor-box-interior-btn,
.box#new .color-picker .actions .actions-removing .uncolor-box-exterior-btn {
  width: 48%;
}

.box#new .color-picker .actions .actions-coloring {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 3px;
}

.box#new .color-picker .actions .actions-old {
  flex-direction: row;
  align-items: center;
  padding: 3px;
}

.box#new .font-picker-content {
  display: none;
}

.box#new .font-picker {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 40vh;
  overflow-y: scroll;
  z-index: 2;
}

.box#new .font-picker li {
  font-size: 1.1rem;
  line-height: 1.8;
  cursor: pointer;
  z-index: 3;
}

.box#new .font-picker li:hover {
  background-color: #edf7ed;
}

.box#new .gallery {
  margin-top: 60px;
  white-space: nowrap;
  overflow-x: auto;
  font-size: 0;
  border-top: 1px solid #d5d5d5;
  text-align: center;
}

.box#new .gallery .product-photo {
  display: inline-block;
}

.box#new .gallery .product-photo img {
  display: block;
  height: 350px;
  width: auto;
}

@media (max-width: 700px) {
  .box#new .header {
    margin: 0 10px 10px;
  }

  .box#new .primary {
    flex-direction: column;
  }

  .box#new .primary .box-viewer {
    order: 1;
  }

  .box#new .primary .box-viewer .actions,
  .box#new .primary .box-viewer .order {
    margin: 0 10px 10px;
  }

  .box#new .primary .sidebar {
    order: 2;
    margin: 0 10px 10px;
    max-width: 100%;
  }

  .box#new .primary .sidebar .material button {
    width: 100%;
  }

  .box#new .primary .artwork-editors {
    order: 3;
    margin: 0 10px 10px;
    max-width: 100%;
  }
}

input.dimension-input-field {
  border: 2px solid #e4e7f0;
  border-radius: 5px;
  background: #fcfcfc;
  box-shadow: inset 2px 2px 6px 0 rgba(71, 78, 102, 0.1);
  padding: 15px;
  font-size: 14px;
  color: #474e66;
}

.custom-quantity input {
  border: 2px solid #e4e7f0;
  border-radius: 5px;
  background: #fcfcfc;
  box-shadow: inset 2px 2px 6px 0 rgba(71, 78, 102, 0.1);
}

.color-sides-button p {
  margin-top: -2px;
  font-weight: 500;
}

.mobile-message {
  display: none;
}

.mobile-message button {
  margin-top: 15px;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 992px) {
  .mobile-message {
    display: block;
    position: relative;
    z-index: 9;
    top: 100px;
  }
}

.mobile-message .alert {
  padding: 20px;
}

.mobile-message .alert .close-message {
  position: absolute;
  top: 5px;
  right: 25px;
  cursor: pointer;
}

.box#show_embedded {
  width: 100%;
  display: flex;
  align-items: center;
}

.box#show_embedded #preview-open-close-toggle {
  margin-top: -65px;
}

.box#show main {
  text-align: center;
}

.box#show h2 {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
  color: #373a3c;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 2.025rem;
  margin-top: 40px;
}

.box#show .actions {
  max-width: 700px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box#show .actions .row {
  flex: 1;
  display: flex;
  margin-bottom: 1em;
}

.box#show .actions .row * {
  flex: 1;
  margin: 0 5px;
}

.box#show .actions .row label {
  display: inline;
  flex: none;
  vertical-align: middle;
  margin: 0;
}

.box#show .side_switcher {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 40px;
  width: 210px;
  border-radius: 30px;
  background-color: #f4f4f4;
  padding-top: 22px;
  margin-bottom: 20px;
}

.box#show .side_switcher input {
  display: none;
}

.box#show .side_switcher .side-toggle-option {
  margin-top: -13px;
  height: 40px;
  border-radius: 30px;
  color: black;
}

.box#show .side_switcher .side-toggle-option .side-toggle-option-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.box#show .side_switcher .side-toggle-option input:checked + .side-toggle-option-label {
  background-color: #e8eefd;
  font-weight: bold;
  color: #122957;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.box#show .side_switcher span {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.975rem;
  font-weight: bold;
  margin: 5px;
}

.box#show .share-viewer-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
}

.box#show .share-viewer-wrapper .share-viewer-button-wrapper {
  visibility: none;
  position: absolute;
  bottom: 15px;
  padding: 0px;
  margin: 0px;
}

.box#show .share-viewer-wrapper .viewer {
  width: 100%;
  min-width: 300px;
  max-width: 600px;
}

.box#show #preview-open-close-toggle {
  margin-top: -80px;
}

body.engineeringblog .blog-container h2 {
  margin: 30px 0;
  font-size: 62px;
  text-align: center;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
}

body.engineeringblog .blog-container .blog-post {
  margin: 15px auto;
  max-width: 800px;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
}

body.engineeringblog .blog-container .blog-post img {
  max-width: 100%;
  display: inline;
  float: left;
  margin-bottom: 10px;
}

body.engineeringblog .blog-container .blog-post .blog-post-image {
  width: auto;
  height: auto;
}

body.engineeringblog .blog-container .blog-post .container {
  border: 1px solid #ddd;
  padding: 30px;
}

body.engineeringblog .blog-container .blog-post p {
  color: #777;
}

body.engineeringblog .blog-container .blog-post h1 {
  text-align: center;
  margin: 30px 0;
}

body.engineeringblog .blog-container .blog-post h1,
body.engineeringblog .blog-container .blog-post h2 {
  font-size: 36px;
  display: block;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.engineeringblog .blog-container .blog-post h2 {
  font-size: 18px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

body.error main {
  margin-bottom: 75px;
  text-align: center;
}

body.error #error-box {
  height: 400px;
  margin: 0 auto;
}

.regular-error-message {
  margin-top: 108px;
  margin-bottom: 75px;
  text-align: center;
}

.regular-error-message #error-box {
  height: 400px;
  margin: 0 auto;
}

.error#internal-error main h2 {
  color: #f7baca;
}

.error#not-found main h2 {
  color: #122957;
}

body.forgot main {
  display: flex;
  justify-content: center;
}

body.forgot main h1 {
  text-align: center;
  display: block;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
}

body.forgot main form {
  display: flex;
  flex-direction: column;
  min-width: 15em;
}

body.forgot main form input:not(:last-child) {
  margin-bottom: 0.5rem;
}

#landing-page main {
  padding: 0;
}

#landing-page .masthead {
  display: flex;
  height: 500px;
  color: white;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  background-color: #e7b8c2;
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(53, 57, 82, 0)), url(/images/packlane-boxes-pink.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

#landing-page .masthead:hover {
  background-color: #b0d7e7;
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(53, 57, 82, 0)), url(/images/packlane-boxes-blue.jpg);
}

#landing-page .masthead .badge {
  height: 120px;
  -webkit-animation: 1s tada;
          animation: 1s tada;
  margin: 0 auto;
}

#landing-page .masthead .content {
  position: relative;
  top: -20px;
  padding: 0 10px;
}

#landing-page .masthead h1 {
  margin: 0;
  line-height: 1.1;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 64px;
  font-weight: 600;
  -webkit-animation: 1s bounce-in;
          animation: 1s bounce-in;
}

@media (max-width: 840px) {
  #landing-page .masthead h1 {
    font-size: 48px;
  }
}

@media (max-width: 400px) {
  #landing-page .masthead h1 {
    font-size: 32px;
  }
}

#landing-page .masthead h2.subheading {
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: -1px;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  #landing-page .masthead h2.subheading {
    font-size: 0.975rem;
  }
}

#landing-page .masthead h2.subheading span:after {
  content: ' \2022   ';
}

#landing-page .masthead h2.subheading span:last-child:after {
  content: '';
}

#landing-page .masthead .choose-a-style {
  display: inline-block;
}

#landing-page .box-features .feature {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  border-bottom: 1px solid #d5d5d5;
}

#landing-page .box-features .feature:last-child {
  border-bottom: 0;
}

#landing-page .box-features .feature .about-feat-icon {
  line-height: 10px;
  font-size: 25px;
  margin-bottom: 1rem;
}

#landing-page .box-features .feature .about-feat-icon.pcon-noun-10243 {
  font-size: 40px;
}

#landing-page .box-features .feature .about-feat-icon.pcon-materials-layers,
#landing-page .box-features .feature .about-feat-icon.pcon-noun-60125 {
  font-size: 30px;
}

#landing-page .box-features .feature h3 {
  letter-spacing: -1pt;
  font-size: 32px;
  -webkit-animation: 1s fade-in-right;
          animation: 1s fade-in-right;
}

@media (max-width: 500px) {
  #landing-page .box-features .feature h3 {
    font-size: 1.35rem;
  }
}

#landing-page .box-features .feature p {
  margin: 0;
  font-size: 21px;
  font-weight: 100;
  line-height: 40px;
  color: #55595c;
}

@media (max-width: 500px) {
  #landing-page .box-features .feature p {
    font-size: 1.225rem;
    line-height: 30px;
    text-align: left;
  }
}

#landing-page .box-features .feature a.call-to-action {
  margin-top: 20px;
  padding: 7px 17px;
  display: inline-block;
  border: 1px solid #517230;
  color: #517230;
  border-radius: 5px;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

#landing-page .box-features .feature a.call-to-action:hover {
  color: #122957;
  border-color: #122957;
}

.wizard-page-inactive {
  display: none;
}

.customizerMaterial__item img {
  display: unset;
  max-width: unset;
}

.iconFeatures__item img {
  display: unset;
  max-width: unset;
  max-height: 88px;
  min-width: 148px;
}

.hero__footer--product img {
  display: unset;
  max-width: unset;
}

.inputBox input[type='text'] {
  background-color: unset;
  border: unset;
  box-shadow: unset;
  font-weight: inherit;
  transition: unset;
  padding: unset;
  border-radius: unset;
  font-size: 20px;
  width: 100%;
}

.customizerMaterial__item.active {
  border-left: 4px solid #1bdfc7;
}

.customizerMaterial__item.customizerOverview__text {
  display: none;
  border-left: none;
}

.customizerMaterial__item.customizerOverview__text.active {
  display: block;
}

.faq-container {
  -webkit-column-count: 2;
          column-count: 2;
  grid-column-gap: 0;
  -webkit-column-gap: 0;
          column-gap: 0;
  margin: auto;
}

.faq-item {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  border-radius: 6px;
  margin: 0 24px;
  padding: 24px 16px;
}

.faq-item__title {
  color: #2e469e;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  letter-spacing: 0px;
  line-height: 1.25em;
  margin-bottom: 0.5em;
}

.faq-item__copy {
  color: #4b4b4b;
  font-size: 1.125em;
  line-height: 1.4em;
}

@media screen and (max-width: 767.98px) {
  .faq-container {
    -webkit-column-count: 1;
            column-count: 1;
  }

  .faq-item {
    margin: 0;
    padding: 24px;
  }
}

.card-box {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 6px 11px 0 rgba(135, 135, 135, 0.38);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 352px;
  padding: 32px 24px;
  transition: all 300ms ease-in-out;
  width: 33%;
}

.card-box:hover {
  box-shadow: 0 6px 22px 0 rgba(104, 104, 104, 0.5);
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  text-decoration: none;
}

.card-box:hover .btn {
  background: #2e469e;
  color: #ffffff;
}

.card-box__image {
  margin: 0 auto;
  width: 50%;
}

.card-box__title {
  color: #2e469e;
  margin: 48px 0 8px;
  position: relative;
  text-align: center;
}

.card-box__title:before {
  background: #1bdfc7;
  content: '';
  position: absolute;
  top: -16px;
  height: 6px;
  width: 32px;
  right: 0;
  left: 0;
  margin: auto;
}

.card-box__lead {
  color: #8189a7;
  margin-bottom: 16px;
  text-align: center;
}

.card-box .btn {
  display: block;
  margin: 0 auto;
  padding: 17px 40px;
}

.create-cta {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 90%;
}

@media screen and (max-width: 1199.98px) {
  .card-box {
    margin: 0 8px 40px;
    padding: 24px;
  }

  .create-cta {
    width: 100%;
  }
}

@media screen and (max-width: 991.98px) {
  .card-box .btn {
    padding: 16px;
  }
}

@media screen and (max-width: 767.98px) {
  .create-cta {
    flex-direction: column;
    align-items: center;
  }

  .card-box {
    margin: 8px;
    width: 100%;
  }
}

.card-box {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 6px 11px 0 rgba(135, 135, 135, 0.38);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 352px;
  padding: 32px 24px;
  transition: all 300ms ease-in-out;
  width: 33%;
}

.card-box:hover {
  box-shadow: 0 6px 22px 0 rgba(104, 104, 104, 0.5);
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  text-decoration: none;
}

.card-box:hover .btn {
  background: #2e469e;
  color: #ffffff;
}

.card-box__image {
  margin: 0 auto;
  width: 50%;
}

.card-box__title {
  color: #2e469e;
  margin: 48px 0 8px;
  position: relative;
  text-align: center;
}

.card-box__title:before {
  background: #1bdfc7;
  content: '';
  position: absolute;
  top: -16px;
  height: 6px;
  width: 32px;
  right: 0;
  left: 0;
  margin: auto;
}

.card-box__lead {
  color: #8189a7;
  margin-bottom: 16px;
  text-align: center;
}

.card-box .btn {
  display: block;
  margin: 0 auto;
  padding: 17px 40px;
}

.create-cta {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 90%;
}

@media screen and (max-width: 1199.98px) {
  .card-box {
    margin: 0 8px 40px;
    padding: 24px;
  }

  .create-cta {
    width: 100%;
  }
}

@media screen and (max-width: 991.98px) {
  .card-box .btn {
    padding: 16px;
  }
}

@media screen and (max-width: 767.98px) {
  .create-cta {
    flex-direction: column;
    align-items: center;
  }

  .card-box {
    margin: 8px;
    width: 100%;
  }
}

#index.order .container.dashboard {
  margin: 0;
  max-width: inherit;
  width: 100%;
}

#index.order .header,
#index.order .header.header--scrolled {
  box-shadow: inherit;
  position: inherit;
}

.orders-header {
  background: #ffffff;
  padding: 56px 0;
  width: 100%;
}

.orders-header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 16px;
  max-width: 1400px;
}

.orders-header__cta {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}

.orders-header__cta .btn {
  display: inline;
  font-size: 1.125rem;
  letter-spacing: inherit;
  padding: 20px 24px;
  text-transform: capitalize;
}

.orders-header__title {
  color: #2e469e;
  flex-grow: 1;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 32px;
}

.orders-header__lead {
  font-size: 1.35rem;
  margin: 16px 0;
}

.tax-exemption-list {
  margin: 16px 0;
}

.tax-exemption__item {
  display: inline-block;
  font-weight: 900;
  margin-right: 4px;
  text-transform: capitalize;
}

.tax-exemption__item:after {
  content: ',';
}

.tax-exemption__item:last-child:after {
  content: '';
}

.orders-container {
  background: #f7f7f7;
  padding: 64px 0;
}

.orders-stats {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 16px;
  max-width: 1400px;
  width: 100%;
}

.orders-stats-item {
  color: rgba(0, 0, 0, 0.35);
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 24px;
  margin: 0 16px 0 0;
  position: relative;
}

.orders-stats-item:before {
  background: #1bdfc7;
  content: '';
  height: 4px;
  position: absolute;
  top: -8px;
  width: 30px;
}

.new-customer__title {
  color: #2e469e;
  font-size: 24px;
  margin: 0 0 32px;
  position: relative;
  text-align: center;
}

.order-list,
.new-customer__container {
  margin: auto;
  max-width: 1400px;
  position: relative;
  width: 100%;
  z-index: 0;
}

.new-customer__container {
  margin-bottom: 30px;
}

.order-list__title {
  color: #2e469e;
  font-size: 24px;
  margin: 0 0 32px;
  position: relative;
  text-align: center;
}

.order-list__title:before {
  background: #1bdfc7;
  content: '';
  position: absolute;
  top: -16px;
  height: 6px;
  width: 32px;
  right: 0;
  left: 0;
  margin: auto;
}

.order-list__by-line {
  font-size: 14px;
  margin: 48px 0 0;
  text-align: center;
}

.order-list__by-line a {
  color: #56b9f8;
  text-decoration: underline;
}

.order-item {
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  border-bottom: 2px solid #e1e1e1;
  display: flex;
  margin-bottom: 48px;
  padding: 16px;
  position: relative;
  width: 1400px;
}

.order-item__title {
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  font-size: 28px;
  height: inherit;
  width: 70%;
}

.order-item__edit-label {
  color: #a5a5a5;
  font-size: 14px;
  height: inherit;
}

.order-item__edit-label:hover {
  color: #56b9f8;
}

.order-item__edit-label svg {
  margin-left: 8px;
}

.order-item__sup-title {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 300;
}

.order-item__add-label {
  margin: 0;
  width: 90%;
}

input[type='text'].order-item__label-input {
  font-weight: 700;
  height: 32px;
  padding: 0;
  width: 100%;
}

input[type='text'].order-item__label-input:focus {
  height: 40px;
  padding: 8px;
  outline: 1px solid #2e469e;
}

.order-item__tag {
  border-radius: 6px;
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  padding: 8px 16px;
  position: absolute;
  vertical-align: text-top;
}

.order-item__tag--order-number {
  background: #2e469e;
  color: #ffffff;
  top: -16px;
  right: 12px;
}

.order-item__tag--tax-exempt {
  background: #fff8ed;
  color: #4b4b4b;
  top: -16px;
  right: 184px;
}

.order-item__image {
  min-width: 184px;
  max-width: 224px;
}

.order-item__image img {
  width: inherit;
}

.order-item__details {
  width: 100%;
}

.order-item__details > div {
  padding: 0 16px;
}

.order-item__details .section__horizontal {
  border-top: 1px solid #efefef;
  margin-top: 16px;
  padding: 16px 16px 0;
  position: relative;
}

input.restock__qty-input {
  background-color: #ffffff;
  border: 2px solid #dedede;
  border-radius: 4px;
  font-size: 1.25rem;
  height: 30px;
  margin-right: 4px;
  padding: 3px 5px 0;
  width: 88px;
}

input.restock__qty-input::-webkit-input-placeholder {
  color: #ccd4ed;
}

input.restock__qty-input::-ms-input-placeholder {
  color: #ccd4ed;
}

input.restock__qty-input::placeholder {
  color: #ccd4ed;
}

.restock__submit-btn {
  letter-spacing: inherit;
  padding: 6px 16px 4px;
  vertical-align: top;
}

.btn-toggle-order-items {
  background: #f3f6fa;
  border-radius: 6px;
  color: #2e469e;
  cursor: pointer;
  display: inline-block;
  margin: 16px 0 0 16px;
  padding: 8px 16px;
  text-decoration: none;
}

.btn-toggle-order-items:hover {
  text-decoration: underline;
}

.btn-toggle-order-items svg {
  margin-left: 8px;
}

.line-items {
  display: none;
}

.line-items.active {
  display: block;
  padding: 0 0 0 32px;
}

.section__horizontal {
  display: flex;
  justify-content: flex-start;
}

.section__horizontal .section__fieldset {
  margin-right: 48px;
}

.section__horizontal .section__fieldset:last-child {
  margin-right: 0;
}

.estimated-delivery-date {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-min-content;
  grid-template-columns: max-content min-content;
  align-items: center;
  align-content: start;
}

.section__fieldset a {
  color: #2e469e;
  text-decoration: none;
}

.section__fieldset a:hover {
  text-decoration: underline;
}

.section__fieldset h5 {
  color: #7b7b7b;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 100;
}

.section__fieldset h4 {
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.sub-text {
  font-family: 'basis-grotesque-regular-pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  font-weight: 100;
  margin-left: 4px;
}

span.sub-text {
  color: #7b7b7b;
}

span.sub-text--error {
  color: #d9341f;
}

span.sub-text--warning {
  color: #ffa61a;
}

.order-item__col-1 {
  min-width: 88px;
}

.order-item__col-2 {
  min-width: 185px;
}

.order-item__col-3 {
  min-width: 195px;
}

.order-item__col-4 {
  min-width: 176px;
}

.order-item__col-5 {
  min-width: 200px;
}

.section__horizontal.line-item {
  align-items: center;
  background: #f4f4f4;
  border-bottom: none;
  border-radius: 6px;
  border-top: none;
  margin: 8px 0;
  padding: 16px 16px 16px 80px;
  position: relative;
}

.section__horizontal.line-item h4 {
  font-size: 1.225rem;
}

.section__horizontal.line-item .line-item__index {
  align-self: center;
  background: #1bdfc7;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.125rem;
  padding: 6px 12px 4px;
  position: absolute;
  left: -16px;
}

.section__horizontal.line-item .line-item__fieldset {
  margin-right: 48px;
}

.section__horizontal.line-item .line-item__fieldset:last-child {
  margin-right: 0;
}

.saving-tag {
  background: #00d1b6;
  border-radius: 3px;
  color: #ffffff;
  display: none;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 1px 10px;
}

.saving-tag.show-saving-js {
  display: inline-block;
}

span.help {
  border-radius: 50%;
  background: #e8e8e8;
  color: #2c2c2c;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 14px;
  line-height: 16px;
  text-align: center;
  width: 14px;
  position: relative;
  margin-left: 5px;
}

span.help:hover .help-message {
  display: block;
}

.help .help-message {
  bottom: 0;
  display: none;
  margin: 0 0 0 -73px;
  padding: 10px;
  position: absolute;
  width: 280px;
  z-index: 9;
}

.help .help-message span {
  background: #4b4b4b;
  border-radius: 3px;
  color: #ffffff;
  opacity: 0.98;
  display: block;
  margin: 0 0 24px;
  padding: 10px;
  position: relative;
  text-align: center;
}

.help .help-message span .arrow {
  background: #4b4b4b;
  opacity: 0.98;
  bottom: -5px;
  content: '';
  height: 10px;
  left: 65px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.danger-text {
  color: red;
}

@media screen and (max-width: 1449.98px) {
  .orders-header {
    margin: auto;
    padding: 24px;
  }

  .orders-stats {
    margin: 0;
    padding: 0 24px;
  }

  .order-list,
  .new-customer__container {
    padding: 24px;
    margin: inherit;
    max-width: inherit;
  }

  .order-item {
    width: inherit;
  }

  .order-item__col-1 {
    min-width: inherit;
    max-width: 88px;
    width: 10%;
  }

  .order-item__col-2 {
    min-width: inherit;
    width: 25%;
  }

  .order-item__col-3 {
    min-width: inherit;
    width: 30%;
  }

  .order-item__col-4 {
    min-width: inherit;
    width: 20%;
  }

  .order-item__col-5 {
    width: 15%;
  }

  .section__horizontal .section__fieldset {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1121px) {
  #main-header.hamburger-open.header,
  #main-header.hamburger-open.header.header--scrolled {
    position: fixed;
  }
}

@media screen and (max-width: 1199.98px) {
  .card-box {
    margin: 8px;
    padding: 16px 8px;
  }

  .section__horizontal .section__fieldset {
    margin-right: 16px;
  }

  .input.restock__qty-input {
    width: 100%;
  }

  .restock__submit-btn {
    margin-top: 4px;
  }
}

@media screen and (max-width: 991.98px) {
  .orders-header__container {
    display: inherit;
  }

  .orders-header__cta {
    width: 100%;
  }

  .orders-header__title {
    margin-bottom: 16px;
  }

  .order-item {
    display: inherit;
  }

  .order-item__title {
    width: 100%;
  }

  .order-item__details {
    width: 100%;
  }

  input.restock__qty-input {
    width: 100%;
  }

  .restock__submit-btn {
    display: block;
    margin: 8px auto;
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .orders-header__cta {
    flex-direction: column;
  }

  .orders-header__cta .btn {
    margin-top: 16px;
  }

  .order-item__image {
    align-self: center;
    margin: 16px auto;
  }

  .order-item__image img {
    margin: auto;
  }

  .order-item__sup-title {
    text-align: center;
  }

  .order-item {
    padding: 24px 16px 16px;
  }

  .order-item__title {
    font-size: 1.75rem;
    text-align: center;
  }

  .order-item__edit-label {
    display: block;
    margin: auto;
  }

  input[type='text'].order-item__label-input {
    text-align: center;
  }

  .order-item__details .section__horizontal {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .order-item__details .section__horizontal .section__fieldset {
    margin: 16px;
    text-align: center;
    width: 100%;
  }

  .section__fieldset .sub-text {
    display: block;
  }

  .order-item__details > div {
    padding: 0;
  }

  input.restock__qty-input {
    height: 48px;
  }

  .restock__submit-btn {
    padding: 16px;
  }

  .section__horizontal.line-item {
    justify-content: center;
    flex-direction: column;
    padding: 16px;
  }

  .section__horizontal.line-item .line-item__fieldset {
    margin-right: 0;
  }

  .section__horizontal.line-item h4 {
    text-align: center;
  }

  .section__horizontal.line-item h4 .sub-text {
    display: block;
  }

  .line-items.active {
    padding: 0 0 0 16px;
  }

  .line-item__fieldset {
    margin: 0 0 16px;
  }

  .line-item__index {
    top: 16px;
  }
}

@media screen and (max-width: 449.98px) {
  .restock__submit-btn {
    width: 50%;
  }
}

#new.order #checkout-container {
  color: #222;
  display: block;
  margin: 0 auto;
  margin-top: 0px;
}

#new.order .currency {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

#new.order .snapshot-message {
  border: 1px solid #dedede;
  padding: 0 24px;
  margin: 16px 0;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  text-align: center;
}

#new.order main .container {
  display: flex;
  font-size: 0.975rem;
}

#new.order main .container .checkout-form {
  flex: 1;
  margin: 10px;
  min-width: 590px;
}

#new.order main .container .checkout-form h2 {
  text-align: center;
}

#new.order main .container .checkout-form fieldset {
  margin: 20px 20px 0;
  border: none;
  border-top: 1px solid #d5d5d5;
}

#new.order main .container .checkout-form fieldset.shipping-address .row input[type='email'] {
  text-transform: lowercase;
}

#new.order main .container .checkout-form fieldset.shipping-address .row.region input {
  width: 3rem;
}

#new.order main .container .checkout-form fieldset.shipping-address .row.postal-code input {
  width: 7rem;
}

#new.order main .container .checkout-form fieldset.shipping-address .row input:invalid:focus:not(:placeholder-shown) {
  border-color: #f7baca;
}

#new.order main .container .checkout-form fieldset.shipping-address .row input:invalid:not(:placeholder-shown) {
  border-color: #f7baca;
}

#new.order main .container .checkout-form fieldset.shipping-address .row input:invalid:not(:placeholder-shown) ~ span {
  display: block;
  color: #f7baca;
}

#new.order main .container .checkout-form fieldset.order-information ul {
  float: left;
}

#new.order main .container .checkout-form fieldset.order-information .box-preview {
  display: flex;
  flex-direction: column;
}

@media (max-width: 840px) {
  #new.order main .container .checkout-form fieldset.order-information .box-preview {
    float: left;
    width: 100%;
  }

  #new.order main .container .checkout-form fieldset.order-information .box-preview .small-box-container {
    margin: 0 auto;
  }

  #new.order main .container .checkout-form fieldset.order-information .box-preview .confirm-blank-box {
    margin-left: 10rem;
  }
}

#new.order main .container .checkout-form fieldset.order-information .box-preview .small-box-container {
  height: 200px;
  width: 200px;
}

#new.order main .container .checkout-form fieldset.order-information .box-preview .confirm-blank-box label {
  display: flex;
}

#new.order main .container .checkout-form fieldset.order-information .box-preview .confirm-blank-box label > span {
  margin-left: 1rem;
  width: 20rem;
  text-align: left;
}

#new.order main .container .checkout-form fieldset.order-information .box-preview .confirm-blank-box label input {
  order: -1;
  width: auto;
  align-self: center;
  display: inline-block;
  text-align: right;
}

#new.order main .container .checkout-form fieldset.order-information ul,
#new.order main .container .checkout-form fieldset.cost-and-shipping ul {
  list-style: none;
  width: 30rem;
  padding: 0;
}

#new.order main .container .checkout-form fieldset.order-information ul li,
#new.order main .container .checkout-form fieldset.cost-and-shipping ul li {
  padding: 2px 0;
}

#new.order main .container .checkout-form fieldset.order-information ul li:last-child,
#new.order main .container .checkout-form fieldset.cost-and-shipping ul li:last-child {
  padding-bottom: 0;
}

#new.order main .container .checkout-form fieldset.order-information ul li > span,
#new.order main .container .checkout-form fieldset.cost-and-shipping ul li > span {
  display: inline-block;
  text-align: right;
  width: 10rem;
  padding-right: 1rem;
}

#new.order main .container .checkout-form fieldset.cost-and-shipping ul li {
  border: 1px solid #ffffff;
  border-width: 1px 0;
  border-radius: 2px;
}

#new.order main .container .checkout-form fieldset.cost-and-shipping ul li:hover {
  border-color: #f4f4f4;
  background: #f4f4f4;
}

#new.order main .container .checkout-form fieldset.cost-and-shipping ul li.rush-fee {
  display: none;
}

#new.order main .container .checkout-form fieldset.cost-and-shipping ul li strong.currency {
  display: inline-block;
  width: 9rem;
  margin-left: 12px;
  text-align: right;
}

#new.order main .container .checkout-form fieldset.cost-and-shipping ul li strong.date-value {
  display: inline-block;
  width: 9rem;
  margin-left: 12px;
  text-align: right;
}

#new.order main .container .checkout-form fieldset.custom-order .row label {
  display: flex;
}

#new.order main .container .checkout-form fieldset.custom-order .row label > span {
  width: 20rem;
  text-align: left;
}

#new.order main .container .checkout-form fieldset.custom-order .row label input {
  order: -1;
  width: 10rem;
  margin-right: 1rem;
  align-self: center;
  display: inline-block;
  text-align: right;
}

#new.order main .container .checkout-form fieldset.payment {
  position: relative;
}

#new.order main .container .checkout-form fieldset.payment .cc-logos {
  position: absolute;
  right: 0;
  list-style: none;
}

#new.order main .container .checkout-form fieldset.payment .cc-logos li {
  display: inline;
  margin-left: 5px;
}

#new.order main .container .checkout-form fieldset.payment button {
  width: 100%;
}

#new.order main .container .checkout-form fieldset legend {
  padding: 0 10px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.225rem;
  color: #7b7b7b;
}

#new.order main .container .checkout-form h2 {
  padding: 15px 20px;
}

#new.order main .container .checkout-form .highlight {
  padding: 1px 3px;
  background: #fff8ed;
  border-radius: 1px;
}

#new.order main .container .checkout-form .warning {
  margin: 10px;
  padding: 3px 7px;
  background: #fff8ed;
  border-radius: 2px;
}

#new.order main .container .checkout-form .shipping-cost {
  width: 50%;
}

#new.order main .container .checkout-form .contents {
  flex-direction: column;
  padding: 20px;
}

#new.order main .container .checkout-form .contents .row label > span {
  display: inline-block;
  text-align: right;
  width: 10rem;
  padding-right: 1rem;
}

#new.order main .container .checkout-form .contents .row label input,
#new.order main .container .checkout-form .contents .row label select {
  width: 20rem;
}

#new.order main .container .checkout-form .contents .row label select {
  box-sizing: border-box;
  height: 31px;
}

#new.order main .container .checkout-form .contents .row label em {
  flex: 1;
  display: inline-block;
  width: 15rem;
  margin-left: 1rem;
  padding: 6px 12px;
  color: #f7baca;
}

#new.order main .container .checkout-form .contents .row.bottom-info {
  margin: 0;
  float: right;
  width: 50%;
  background: #e3d16d;
  font-size: 0.85rem;
  border-radius: 2px;
  padding: 10px;
}

#new.order main .container .checkout-form .contents .row.info {
  margin: 0 0 0 10rem;
  width: 20rem;
  text-align: center;
  background: #e4e7f0;
  font-size: 0.85rem;
  border-radius: 2px;
}

#new.order main .container .checkout-form .contents .row.info p {
  padding: 2px;
}

#new.order main .container .checkout-form .contents .row.warning {
  margin: 0 0 0 10rem;
  width: 20rem;
  background: #e3d16d;
  font-size: 0.85rem;
  border-radius: 2px;
}

#new.order main .container .checkout-form .contents .row.warning p {
  margin: 0;
}

#new.order main .container .checkout-form .contents .row .why-account {
  margin: 0 0 0 10rem;
  width: 20rem;
}

#new.order main .container .checkout-form .contents .row .why-account ul {
  list-style-type: square;
}

#new.order main .container .checkout-form .contents .row.rush-order label {
  display: flex;
}

#new.order main .container .checkout-form .contents .row.rush-order label input {
  margin-top: 3px;
  width: 2rem;
}

#new.order main .container .checkout-form .contents .row.rush-order label p {
  display: inline-block;
  width: 18rem;
}

#new.order main .container .checkout-form .contents .row.rush-order label p span.arrives-by {
  display: none;
}

#new.order main .container .checkout-form .processing input {
  display: inline-block;
  margin-right: 0.5em;
}

#new.order main .container .checkout-form .processing .ship-date {
  margin: 0;
}

#new.order main .container .checkout-form .processing .ship-date.rush {
  display: none;
}

#new.order .large-box-container {
  display: flex;
  align-items: center;
}

#new.order .large-box-container,
#new.order .order-receipt,
#new.order .snapshot {
  flex: 1;
  margin-left: 20px;
}

#new.order .large-box-container img,
#new.order .order-receipt img,
#new.order .snapshot img {
  width: 100%;
}

#new.order .loading-cube {
  position: fixed;
}

#new.order .valid {
  color: green;
}

#new.order .invalid {
  background: red;
  color: white;
  padding: 5px 8px;
  border-radius: 8px;
  font-weight: bold;
  display: inline-block;
  margin: 10px 0;
}

.payment-type h4 {
  color: #7d7d7d;
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  font-weight: 100;
}

.payment-options {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  width: 80%;
}

.payment-option-item {
  display: inline-block;
}

.payment-option-item input[type='radio'] {
  display: inline-block;
  margin: 3px 0 0;
  vertical-align: top;
}

.payment-option-item label {
  padding-left: 12px;
}

.payment-option-item label .sub-text {
  color: #ccc;
  display: block;
  font-size: 0.9rem;
}

#checkout-container,
#react-tax-modal {
  color: #222222;
  margin: 0 auto;
}

#checkout-container .help,
#react-tax-modal .help {
  border-radius: 50%;
  background: #dedede;
  color: #a5a5a5;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  width: 14px;
  position: relative;
  margin-left: 5px;
  background: #2e469e;
  color: #fff;
}

#checkout-container .help:hover .help-message,
#react-tax-modal .help:hover .help-message {
  display: block;
}

#checkout-container .help .help-message,
#react-tax-modal .help .help-message {
  bottom: 0;
  display: none;
  margin: 0 0 0 -73px;
  padding: 10px;
  position: absolute;
  width: 280px;
}

#checkout-container .help .help-message span,
#react-tax-modal .help .help-message span {
  background: #4b4b4b;
  border-radius: 3px;
  color: #ffffff;
  opacity: 0.98;
  display: block;
  margin: 0 0 24px;
  padding: 10px;
  position: relative;
  text-align: center;
}

#checkout-container .help .help-message span .arrow,
#react-tax-modal .help .help-message span .arrow {
  background: #4b4b4b;
  opacity: 0.98;
  bottom: -5px;
  content: '';
  height: 10px;
  left: 65px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}

#checkout-container .help .help-message span p,
#react-tax-modal .help .help-message span p {
  margin: 0;
}

#checkout-container .help .help-message span a,
#react-tax-modal .help .help-message span a {
  color: #a5a5a5;
}

#checkout-container .help .help-message span a:hover,
#react-tax-modal .help .help-message span a:hover {
  color: #00d1b6;
}

#checkout-container .help.help-pending,
#react-tax-modal .help.help-pending {
  background: #e3d16d;
  color: #55595c;
}

#checkout-container .help.tax-pending,
#react-tax-modal .help.tax-pending {
  background: transparent;
  display: inline;
  display: initial;
}

#checkout-container .help hr,
#react-tax-modal .help hr {
  border: none;
  margin: 3px;
}

#checkout-container .help .notification-container,
#react-tax-modal .help .notification-container {
  background: #fce8ed;
  color: #e83060;
  display: block !important;
  font-size: 12px;
  letter-spacing: 0.6px;
  padding: 15px 60px;
}

@media screen and (max-width: 860px) {
  #checkout-container .help,
  #react-tax-modal .help {
    width: auto;
  }
}

#checkout-container .help a,
#react-tax-modal .help a {
  color: #2e469e;
}

#checkout-container .help a:hover,
#react-tax-modal .help a:hover {
  color: #00d1b6;
  text-decoration: none;
}

#checkout-container .help .checkout .main-container,
#react-tax-modal .help .checkout .main-container {
  display: flex;
}

#checkout-container .help .checkout nav,
#react-tax-modal .help .checkout nav {
  padding: 50px 10px 30px;
}

#checkout-container .help .checkout nav ol,
#react-tax-modal .help .checkout nav ol {
  display: flex;
  list-style: none;
  font-size: 14px;
}

#checkout-container .help .checkout nav ol li:last-child:before,
#react-tax-modal .help .checkout nav ol li:last-child:before {
  color: #808080;
  content: '>';
}

#checkout-container .help .checkout nav ol li a,
#react-tax-modal .help .checkout nav ol li a {
  color: #808080;
  padding: 0 10px;
  text-decoration: none;
}

#checkout-container .help .checkout nav ol li a:hover,
#react-tax-modal .help .checkout nav ol li a:hover {
  color: #00d1b6 !important;
}

#checkout-container .help .checkout nav ol li a.active,
#react-tax-modal .help .checkout nav ol li a.active {
  color: #2e469e;
}

#checkout-container .help .checkout > div,
#react-tax-modal .help .checkout > div {
  display: grid;
  grid-template-columns: 70% 30%;
  margin: -20px auto;
}

#checkout-container .help .checkout > div > section,
#react-tax-modal .help .checkout > div > section {
  padding: 0 60px 100px;
  width: 700px;
}

#checkout-container .help .checkout > div > section h2,
#react-tax-modal .help .checkout > div > section h2 {
  color: #393939;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  margin: 45px 0 20px;
  padding: 0 0 10px;
}

#checkout-container .help .checkout > div > section h2:first-child,
#react-tax-modal .help .checkout > div > section h2:first-child {
  margin-top: 14px;
}

#checkout-container .help .checkout > div > section h3,
#react-tax-modal .help .checkout > div > section h3 {
  color: #808080;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
}

#checkout-container .help .checkout > div > section button,
#react-tax-modal .help .checkout > div > section button {
  background: #2e469e;
  border: 0;
  border-radius: 32px;
  color: #ffffff;
  font-size: 0.875em;
  height: 32px;
  letter-spacing: 2px;
  line-height: 32px;
  margin-top: 5px;
  padding: 0 30px;
  text-transform: uppercase;
}

#checkout-container .help .checkout > div > section button:hover,
#react-tax-modal .help .checkout > div > section button:hover {
  background: #00d1b6;
}

@media screen and (max-width: 860px) {
  #checkout-container .help .checkout > div,
  #react-tax-modal .help .checkout > div {
    display: flex;
    flex-direction: column;
  }

  #checkout-container .help .checkout > div > section,
  #react-tax-modal .help .checkout > div > section {
    width: auto;
  }

  #checkout-container .help .checkout > div > aside,
  #react-tax-modal .help .checkout > div > aside {
    order: -1;
    width: 100%;
  }

  #checkout-container .help .checkout > div > aside > div,
  #react-tax-modal .help .checkout > div > aside > div {
    margin: 0 auto;
  }
}

#checkout-container .help button#fetch-shipping-rates,
#react-tax-modal .help button#fetch-shipping-rates {
  margin: 10px 0 10px 0;
}

#checkout-container .help .warning,
#react-tax-modal .help .warning {
  background: #e3d16d;
  font-size: 0.85rem;
  border-radius: 2px;
  padding: 5px;
  margin: 10px 0 10px 0;
}

#checkout-container .tax-exempt,
#react-tax-modal .tax-exempt {
  display: inline;
  display: initial;
  color: #2d69cf;
  background: transparent;
}

@media screen and (max-width: 991.98px) {
  #checkout-container #react-tax-modal,
  #react-tax-modal #react-tax-modal {
    min-width: inherit;
    width: inherit;
  }
}

#checkout-container .notification-container {
  background: #fce8ed;
  color: #e83060;
  display: block !important;
  font-size: 12px;
  letter-spacing: 0.6px;
  padding: 15px 60px;
}

#checkout-container .checkout .main-container {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  grid-gap: 20px;
  gap: 20px;
  justify-items: center;
  margin: 0 auto;
  padding: 0 20px 100px 20px;
  max-width: 1000px;
}

#checkout-container .checkout > div > section {
  max-width: 700px;
}

#checkout-container .checkout > div > section h2 {
  font-family: 'Tiempos Text', Georgia, 'Times New Roman', Times, serif;
  font-size: 22px;
  margin: 45px 0 20px;
  padding: 0 0 10px;
}

#checkout-container > div .checkout aside > div {
  background: #f4f4f4;
  padding: 12px;
  width: 290px;
  margin: 40px 0 24px 0;
}

#payment-button,
#proceed-to-payment,
#fetch-shipping-rates {
  background: #2e469e;
  border: 0;
  border-radius: 32px;
  color: #ffffff;
  font-size: 0.8em;
  height: 32px;
  letter-spacing: 2px;
  padding: 8px 30px;
  margin-top: 8px;
  text-transform: uppercase;
}

.shipping h3,
.production-speed h3 {
  color: #808080;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
}

#checkout-container .warning {
  background: #e3d16d;
  font-size: 0.85rem;
  border-radius: 2px;
  padding: 5px;
  margin: 10px 0 10px 0;
}

@media screen and (max-width: 650px) {
  #checkout-container .checkout .main-container {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  #checkout-container .checkout .main-container aside {
    grid-row: 1;
  }

  .customer-information,
  .main-container section div {
    display: grid;
    justify-content: center;
    justify-items: center;
  }
}

#checkout-container .customer-information {
  max-width: 400px;
}

#checkout-container .customer-information strong.info {
  color: #808080;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}

#checkout-container .customer-information label {
  margin: 0 0 10px;
  padding: 20px 0 0;
  position: relative;
}

#checkout-container .customer-information label span {
  color: #222222;
  font-size: 14px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 30px;
  transition: 0.3s ease all;
}

#checkout-container .customer-information label select,
#checkout-container .customer-information label input {
  border: 0;
  border-bottom: 1px solid #dedede;
  border-radius: 0;
  box-shadow: none;
  color: #222222;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  padding: 0;
  width: 280px;
}

#checkout-container .customer-information label input:focus ~ span,
#checkout-container .customer-information label input:not(:focus):required:valid ~ span,
#checkout-container .customer-information label input.filled:not(:focus):optional ~ span,
#checkout-container .customer-information label select:valid ~ span {
  font-size: 12px;
  top: 10px;
  transition: 0.1s ease all;
}

#checkout-container .customer-information label em {
  color: #e83060;
  display: none;
  font-size: 12px;
  font-style: normal;
  padding: 3px 0 0;
}

#checkout-container .customer-information label em sup {
  font-size: 16px;
  position: static;
}

#checkout-container .customer-information label.error select,
#checkout-container .customer-information label.error input {
  border-color: #e83060;
}

#checkout-container .customer-information label.error input:not(:focus):required[value=''] {
  background-color: #fff8ed;
}

#checkout-container .customer-information label.error input:not(:focus):required {
  background-color: rgba(230, 104, 104, 0.15);
}

#checkout-container .customer-information label.error span {
  color: #e83060;
  font-size: 12px;
  top: 6px;
}

#checkout-container .customer-information label.error em {
  display: block;
}

#checkout-container .customer-information label.checkbox-input > span {
  top: 0;
  position: relative;
}

#checkout-container .customer-information label.checkbox-input > input {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

#checkout-container .customer-information label .validity-marker {
  width: 23px;
  height: 23px;
  background: #5dbb61;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 2px;
  left: auto;
  top: 26px;
  display: none;
}

#checkout-container .customer-information label .validity-marker:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 10px;
  background-color: #fff;
  left: 11px;
  top: 5px;
}

#checkout-container .customer-information label .validity-marker:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 3px;
  background-color: #fff;
  left: 7px;
  top: 13px;
}

#checkout-container .customer-information label .validated + .validity-marker {
  display: inline-block;
}

#checkout-container div.autocomplete-dropdown-container {
  background: #f4f4f4;
  position: absolute;
  z-index: 1;
  box-shadow: 4px 4px 5px #ccc;
}

#checkout-container div.autocomplete-dropdown-container .suggestion-item,
#checkout-container div.autocomplete-dropdown-container .suggestion-item {
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #dedede;
  border-radius: 0;
}

#checkout-container div.autocomplete-dropdown-container .suggestion-item span,
#checkout-container div.autocomplete-dropdown-container .suggestion-item span {
  top: 0px;
  position: relative;
}

#checkout-container div.autocomplete-dropdown-container .suggestion-item--active,
#checkout-container div.autocomplete-dropdown-container .suggestion-item--active {
  background: rgba(46, 70, 158, 0.9);
}

#checkout-container .item {
  letter-spacing: 0.5px;
}

#checkout-container .item h3 {
  color: #222222;
  font-size: 14px;
}

#checkout-container .item img {
  border: 1px solid #dedede;
  display: block;
  height: 256px;
  margin: 0 0 5px;
  width: 256px;
}

#checkout-container .item ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}

#checkout-container .item ul li {
  color: #222222;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding: 0 0 5px;
}

#checkout-container .item ul li data {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

#checkout-container .item form.blank-box-confirmation {
  font-size: 12px;
}

#checkout-container .item form.blank-box-confirmation span {
  padding-right: 5px;
}

#checkout-container .item form.blank-box-confirmation.error {
  border: 2px solid #e72557;
  padding: 2px;
}

#checkout-container .item div.preview-container {
  overflow: hidden;
  background: white;
  height: 300px;
  margin-bottom: 6px;
}

#checkout-container .item div.preview-container #preview-open-close-toggle {
  margin-top: -48px;
}

.upgrade-modal {
  background: #ffffff;
  box-shadow: 0 9px 21px 3px rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  border: none;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 80px;
  width: 46%;
}

.upgrade-modal--small {
  width: 35%;
}

.upgrade-modal input[type='text'].c-text-input {
  border: 2px solid #dedede;
  border-radius: 3px;
  box-shadow: none;
  margin-bottom: 0;
  padding: 12px 7px;
  text-align: left;
  width: 100%;
}

.upgrade-modal input[type='text'].c-text-input:focus {
  border: 2px solid #2e469e;
}

.upgrade-modal__header {
  border-bottom: 3px dotted rgba(0, 0, 0, 0.1);
  padding: 24px 0 16px;
  margin: 16px 32px 0;
}

.upgrade-modal__body {
  padding: 32px;
}

.upgrade-modal__footer {
  border-radius: 0 0 6px 6px;
  display: flex;
  justify-content: center;
  padding: 16px 32px;
  flex-direction: column;
  padding: 16px 32px 0;
}

.upgrade-modal__footer .btn {
  margin: 8px auto;
  padding: 16px 32px;
}

.upgrade-modal__footer .btn:last-child {
  font-size: 12px;
}

.upgrade-modal__footer .btn[disabled] {
  opacity: 0.2;
}

.upgrade-modal__sup-title {
  color: #00b39b;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
}

.upgrade-modal__title {
  color: #4b4b4b;
  font-family: "tiempos-headline-bold", Times, Georgia, serif;
  font-size: 2.5em;
  line-height: 1.2;
}

.upgrade-modal__title--small {
  font-size: 2em;
}

.subtle__btn {
  letter-spacing: 1px;
  color: #4b4b4b;
  text-decoration: underline;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease-in-out;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif !important;
  text-transform: uppercase;
  padding: 8px 16px;
  margin: 16px auto;
}

.subtle__btn:hover {
  text-decoration: none;
}

.subtle__btn[disabled] {
  opacity: 0.5;
}

.upgrade-modal__text {
  color: #4b4b4b;
  font-size: 1.125em;
  line-height: 1.5;
  margin-bottom: 16px;
}

.hdprint-optin {
  background: #f4f4f4;
  border: 2px solid #f4f4f4;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
  padding: 16px;
}

.hdprint-optin--active {
  border: 2px solid #5dbb61;
}

.hdprint-optin label.hdprint-optin__label {
  font-size: 1.125em;
  margin: 0;
}

.hdprint-optin__checkbox {
  margin-right: 8px;
}

.hdprint-optin .cost-label {
  color: #5dbb61;
  font-weight: 900;
  text-align: right;
}

.upgrade-modal--small .upgrade-modal__header {
  border-bottom: none;
  margin: 8px 24px 0;
  padding: 24px 0 0;
}

.upgrade-modal--small .upgrade-modal__body {
  margin: 8px 24px 0;
  padding: 8px 0 16px;
}

.upgrade-modal--small .upgrade-modal__footer {
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 16px 24px;
}

.upgrade-modal--small .upgrade-modal__footer .btn {
  margin: inherit;
  padding: 16px 24px;
}

@media screen and (max-width: 1199.98px) {
  .upgrade-modal {
    width: 64%;
  }
}

@media screen and (max-width: 767.98px) {
  .upgrade-modal {
    width: 96%;
  }

  .upgrade-modal__header {
    margin: 24px 16px 16px;
  }

  .upgrade-modal__body {
    padding: 16px;
  }

  .upgrade-modal__title {
    font-size: 1.85em;
  }
}

.modal input {
  width: 100%;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 70, 158, 0.85);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleX(1.1) scaleY(1.1);
          transform: scaleX(1.1) scaleY(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s;
  z-index: 400;
}

.modal .float-label {
  width: 80%;
  margin: 0 auto;
  padding-top: 2rem;
}

.modal input[type='text'],
.modal input[type='password'],
.modal input[type='email'],
.modal input[type='tel'],
.modal input[type='number'],
.modal select,
.modal textarea {
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #e3e6ed;
}

.modal__input {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

.modal__input:focus {
  box-shadow: none;
}

.modal__input .error input:not(:focus):required {
  background-color: rgba(230, 104, 104, 0.15);
}

.modal .error .float-label {
  color: #e66868;
}

.modal .error input:not(:focus):required[value=''] {
  background-color: #faf0d4;
}

.modal .share-modal {
  width: 600px;
}

.modal__container {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 22rem;
  padding-top: 1rem;
  padding-bottom: 1.6rem;
  border-radius: 10px;
}

.modal__container .close-button {
  color: #7b7b7b;
  cursor: pointer;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.5rem;
  position: absolute;
  right: 18px;
  top: 24px;
}

.modal__header {
  width: 100%;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  color: #17439c;
  padding: 1rem 1rem;
  text-align: center;
  background: none;
  box-shadow: none;
  padding-bottom: 2rem;
}

.modal__header h2 {
  font-size: 1.4rem;
  margin: 0;
  font-weight: 600;
}

.modal__header svg {
  margin-top: 2rem;
  margin-left: 8.5%;
  margin-bottom: 2rem;
}

.modal__body {
  text-align: center;
  display: inline;
}

.modal__body p {
  margin-bottom: 0;
}

.modal__body .invalid {
  color: #e66868;
}

.modal__body > li {
  margin-bottom: 1rem;
}

.modal .btn {
  display: block;
  border-radius: 36px;
  border: 1px solid #979797;
  margin: 0 auto;
  margin-top: 1rem;
  background-color: #f6f6f6;
  color: rgba(46, 70, 158, 0.85);
  padding: 0.5rem 17%;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 100;
  letter-spacing: 3px;
  vertical-align: middle;
  padding-top: 1rem;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.modal .btn:hover {
  background: rgba(46, 70, 158, 0.85);
  color: #fff;
}

.modal__container p {
  margin-top: 2rem;
}

.modal__container small {
  display: block;
  margin-top: 0.45rem;
  margin-left: 11%;
  text-align: left;
  line-height: 2;
  font-weight: 100;
  font-size: 0.95rem;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.modal__container a {
  font-weight: 400;
  text-decoration: none;
  color: #2e469e;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1) scaleY(1);
          transform: scaleX(1) scaleY(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s;
}

.modal__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 33, 33, 0.75);
  top: 0;
  left: 0;
  z-index: 30;
}

.modal__container {
  z-index: 9999;
}

.share-modal {
  width: auto;
  padding-right: 1rem;
}

.sign-in-modal {
  width: auto;
  padding: 2em;
  box-shadow: -10px 10px #fcd9ca;
  border-radius: 0px;
}

.sign-in-modal__header {
  background: none;
  box-shadow: none;
  color: #2e469e;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 1;
  padding: 0;
  text-align: center;
  width: 100%;
}

.sign-in-modal__header h2 {
  margin-top: 1.5rem;
}

.sign-in-modal__header h2:before {
  border-bottom: 6px solid #1bdfc7;
  content: '';
  display: block;
  height: 6px;
  margin: 0 auto;
  position: relative;
  top: -16px;
  width: 40px;
}

.sign-in-modal__header img {
  padding-bottom: 1.5rem;
  width: 85px;
  margin: 0 auto;
}

.sign-in-modal form label.signin__label {
  padding: 16px 0;
  width: 100%;
}

.sign-in-modal form input.signin__input {
  background: #fafafa;
  border: 2px solid #e5e3dd;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
}

.sign-in-modal form button.btn {
  display: block;
  margin: 2rem auto 0;
  height: 50px;
  width: 150px;
  padding: 0;
  border: 0;
}

.dieline-modal {
  width: auto;
  padding-top: 1rem;
  padding-bottom: 1.6rem;
  box-shadow: -10px 10px #fcd9ca;
  border-radius: 0px;
}

.dieline-modal__header {
  width: 100%;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 100;
  color: #17439c;
  padding: 1rem;
  text-align: center;
  background: none;
  box-shadow: none;
}

.dieline-modal__header h2 {
  font-size: 1.6rem;
  margin-top: 1.5rem;
  font-weight: 100;
}

.dieline-modal__header img {
  padding-bottom: 1.5rem;
  width: 85px;
  margin: 0 auto;
}

.dieline-modal__header .hr {
  width: 40px;
  border-bottom: 4px solid #1bdfc7;
  display: block;
  margin: 0 auto;
}

.dieline-modal form {
  padding-left: 2rem;
  padding-right: 2rem;
}

.dieline-modal form input.user_stuff__input {
  width: 350px;
  border-bottom: 2px solid #dedede;
  padding-left: 0px;
  padding-bottom: 0px;
}

.dieline-modal form .float-label span {
  left: 0px;
}

.dieline-modal form button.btn {
  display: block;
  margin-top: 3rem;
  height: 50px;
  width: 150px;
  padding: 0;
  border: 0px;
}

.cqm-container input[type='text'],
.cqm-container input[type='password'],
.cqm-container input[type='email'],
.cqm-container input[type='tel'],
.cqm-container input[type='number'],
.cqm-container input[type='date'],
.cqm-container select,
.cqm-container textarea {
  border: 2px solid #f0f0f0;
  background-color: #fcfcfc;
  border-radius: 6px;
  outline: none;
  box-shadow: none;
  width: 230px;
  font-size: 1.2rem;
}

.cqm-container .cqm-quote-button {
  width: 250px;
  letter-spacing: 0px;
  background-color: #484e66 !important;
}

.cqm-container .cqm-quote-button-disabled {
  letter-spacing: 0;
  width: 250px;
}

.cqm-container input[type='checkbox'] {
  height: 24px;
  width: 24px;
  border: 2px solid #f0f0f0 !important;
  background: #fcfcfc;
}

.cqm-container input[type='radio'] {
  visibility: hidden;
  background: black;
  border: 3px solid white;
  width: 16px;
  height: 16px;
}

.cqm-container input[type='radio'] + label:before {
  opacity: 0;
}

.cqm-container input[type='radio'] + label:after {
  content: '';
  position: absolute;
  margin-top: -6px;
  margin-left: -68px;
  padding: 0.85rem;
  border-radius: 5px;
  border: 2px solid #f0f0f0 !important;
  background: #fcfcfc;
  z-index: -9;
}

.cqm-container #cqm-input-noblank + label:after {
  margin-left: -95px;
}

.cqm-container input[type='radio']:checked + label:before {
  content: '\2713';
  opacity: 1;
  padding-right: 10px;
  z-index: 9999999999999999999999999999999;
}

#share-box .copy-button {
  margin-left: 24px;
}

.snapshot-button {
  display: inline-block;
  width: 300px !important;
}

.snapshot-button a {
  width: 65%;
}

.snapshot-button a svg {
  float: left !important;
}

.snapshot-button a p {
  margin-top: 2px !important;
}

.carousel__inner-slide {
  position: inherit;
}

@media (max-width: 840px) {
  #checkout-container {
    width: 100% !important;
  }
}

#checkout-container .order-detail {
  border: 1px solid #dedede;
  border-width: 1px 0;
  padding: 5px 0 0;
}

#checkout-container .order-detail #tax-exempt {
  display: inline;
}

#checkout-container .order-detail #tax-exempt input[type='checkbox'] {
  margin-left: 4px;
}

#checkout-container .order-detail #tax-exempt button {
  width: 100%;
}

#checkout-container .order-detail #tax-exempt button:disabled {
  background-color: #848794;
}

#checkout-container .order-detail h2 {
  margin-bottom: 5;
}

#checkout-container .order-detail h3 {
  color: #222222;
  font-size: 14px;
  margin: 10px 0 0;
  padding: 0;
}

#checkout-container .order-detail p {
  font-size: 13px;
  margin: 0;
  padding: 0;
}

#checkout-container .order-detail table {
  color: #222222;
  font-size: 14px;
  margin: 20px 0 0;
}

#checkout-container .order-detail table tr {
  font-size: 16px;
}

#checkout-container .order-detail table tr td {
  padding: 0 0 8px;
}

#checkout-container .order-detail table tr td:nth-child(2) {
  text-align: right;
}

#checkout-container .order-detail table tr td data {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

#checkout-container .order-detail div button {
  background: #2e469e;
  border: 0;
  border-radius: 32px;
  color: #ffffff;
  font-size: 0.8em;
  letter-spacing: 2px;
  padding: 8px 30px;
  text-transform: uppercase;
  vertical-align: top;
}

#checkout-container .order-detail div button:hover {
  background: #00d1b6;
}

#checkout-container .order-detail div input[type='text'] {
  width: 160px;
  margin-right: 5px;
}

#checkout-container .production-speed .production-speed__title {
  margin-top: 20px;
  margin-bottom: 0;
}

#checkout-container .production-speed .production-speed__description {
  margin-bottom: 10px;
  font-size: 14px;
}

#checkout-container .production-speed h3 {
  margin-bottom: 4px;
}

#checkout-container .production-speed .info {
  background: #e3d16d;
  border-radius: 3px;
  color: #4b4b4b;
  font-size: 14px;
  padding: 0 10px;
  text-align: center;
  width: 298px;
}

#checkout-container .production-speed label {
  font-size: 14px;
  letter-spacing: 0.5px;
  display: block;
}

#checkout-container .production-speed label span {
  margin: 0 0 0 10px;
}

#checkout-container .production-speed label.disabled {
  color: #808080;
}

#checkout-container .production-speed .economy-savings {
  color: #5dbb61;
  font-weight: bold;
}

#checkout-container .shipping {
  font-size: 14px;
  padding: 20px 0;
  position: relative;
}

#checkout-container .shipping .shipping__title {
  margin-top: 20px;
  margin-bottom: 0;
}

#checkout-container .shipping .shipping__description {
  margin-bottom: 10px;
  font-size: 14px;
}

#checkout-container .shipping .info {
  background: rgba(46, 70, 158, 0.9);
  border-radius: 3px;
  padding: 10px;
  text-align: center;
}

#checkout-container .shipping .shipping-rates-container {
  display: table;
  width: 100%;
}

#checkout-container .shipping label {
  font-size: 14px;
  letter-spacing: 0.5px;
  display: table-row;
}

#checkout-container .shipping label .delivery-date,
#checkout-container .shipping label .shipping-type,
#checkout-container .shipping label .shipping-price {
  display: table-cell;
}

#checkout-container .shipping label .delivery-date {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 12px;
  text-align: right;
}

#checkout-container .shipping label .shipping-price {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

#checkout-container .shipping label .shipping-price data {
  display: inline-block;
  width: 100%;
  text-align: right;
}

#checkout-container .shipping label .shipping-price span {
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#checkout-container > div .checkout .prompt.bottom,
#checkout-container > div .tax-modal .prompt.bottom,
.react-tax-modal > div .checkout .prompt.bottom,
.react-tax-modal > div .tax-modal .prompt.bottom {
  margin-top: 30px;
}

#checkout-container > div .checkout .prompt.danger p,
#checkout-container > div .tax-modal .prompt.danger p,
.react-tax-modal > div .checkout .prompt.danger p,
.react-tax-modal > div .tax-modal .prompt.danger p {
  background: #dd5e4a;
  color: black;
}

#checkout-container > div .checkout .prompt.success p,
#checkout-container > div .tax-modal .prompt.success p,
.react-tax-modal > div .checkout .prompt.success p,
.react-tax-modal > div .tax-modal .prompt.success p {
  background: #5dbb61;
  color: black;
}

#checkout-container > div .checkout .prompt p,
#checkout-container > div .tax-modal .prompt p,
.react-tax-modal > div .checkout .prompt p,
.react-tax-modal > div .tax-modal .prompt p {
  background: #e4e7f0;
  border-radius: 3px;
  font-size: 14px;
  padding: 15px;
  text-align: center;
}

#checkout-container > div .checkout section .payment p.refund-policy-text,
#checkout-container > div .tax-modal section .payment p.refund-policy-text,
.react-tax-modal > div .checkout section .payment p.refund-policy-text,
.react-tax-modal > div .tax-modal section .payment p.refund-policy-text {
  margin-top: 50px;
  margin-left: 25px;
  font-size: 12px;
}

#checkout-container > div .checkout section .payment .modal .refund-img svg,
#checkout-container > div .tax-modal section .payment .modal .refund-img svg,
.react-tax-modal > div .checkout section .payment .modal .refund-img svg,
.react-tax-modal > div .tax-modal section .payment .modal .refund-img svg {
  height: 40px;
  margin: 0;
}

#checkout-container > div .checkout section .payment .modal .modal__header h2,
#checkout-container > div .tax-modal section .payment .modal .modal__header h2,
.react-tax-modal > div .checkout section .payment .modal .modal__header h2,
.react-tax-modal > div .tax-modal section .payment .modal .modal__header h2 {
  font-size: 18px;
  color: #122957;
  margin-top: 10px;
}

#checkout-container > div .checkout section .payment .modal .modal__body p,
#checkout-container > div .tax-modal section .payment .modal .modal__body p,
.react-tax-modal > div .checkout section .payment .modal .modal__body p,
.react-tax-modal > div .tax-modal section .payment .modal .modal__body p {
  font-size: 14px;
  margin: 5px 30px 20px 35px;
  text-align: left;
}

#checkout-container > div .checkout section .payment .braintree-form,
#checkout-container > div .tax-modal section .payment .braintree-form,
.react-tax-modal > div .checkout section .payment .braintree-form,
.react-tax-modal > div .tax-modal section .payment .braintree-form {
  border: 0;
}

#checkout-container > div .checkout section .payment .braintree-form .braintree-form__label,
#checkout-container > div .tax-modal section .payment .braintree-form .braintree-form__label,
.react-tax-modal > div .checkout section .payment .braintree-form .braintree-form__label,
.react-tax-modal > div .tax-modal section .payment .braintree-form .braintree-form__label {
  color: #808080;
  font-size: 14px;
  margin: 0 20px 0 0;
}

#checkout-container > div .checkout section .payment .braintree-form .braintree-form__flexible-fields,
#checkout-container > div .tax-modal section .payment .braintree-form .braintree-form__flexible-fields,
.react-tax-modal > div .checkout section .payment .braintree-form .braintree-form__flexible-fields,
.react-tax-modal > div .tax-modal section .payment .braintree-form .braintree-form__flexible-fields {
  display: block;
}

#checkout-container > div .checkout section .payment .braintree-form .braintree-form__field-group .braintree-form__field-secondary-icon,
#checkout-container > div .checkout section .payment .braintree-form .braintree-form__field-group .braintree-form__descriptor,
#checkout-container > div .tax-modal section .payment .braintree-form .braintree-form__field-group .braintree-form__field-secondary-icon,
#checkout-container > div .tax-modal section .payment .braintree-form .braintree-form__field-group .braintree-form__descriptor,
.react-tax-modal > div .checkout section .payment .braintree-form .braintree-form__field-group .braintree-form__field-secondary-icon,
.react-tax-modal > div .checkout section .payment .braintree-form .braintree-form__field-group .braintree-form__descriptor,
.react-tax-modal > div .tax-modal section .payment .braintree-form .braintree-form__field-group .braintree-form__field-secondary-icon,
.react-tax-modal > div .tax-modal section .payment .braintree-form .braintree-form__field-group .braintree-form__descriptor {
  display: none;
}

#checkout-container > div .checkout section .payment .braintree-form .braintree-form__field-group .braintree-form-number.braintree-form__hosted-field,
#checkout-container > div .tax-modal section .payment .braintree-form .braintree-form__field-group .braintree-form-number.braintree-form__hosted-field,
.react-tax-modal > div .checkout section .payment .braintree-form .braintree-form__field-group .braintree-form-number.braintree-form__hosted-field,
.react-tax-modal > div .tax-modal section .payment .braintree-form .braintree-form__field-group .braintree-form-number.braintree-form__hosted-field {
  width: 300px;
}

#checkout-container > div .checkout section .payment .braintree-form .braintree-form__field-group .braintree-form__hosted-field.braintree-form-expiration,
#checkout-container > div .tax-modal section .payment .braintree-form .braintree-form__field-group .braintree-form__hosted-field.braintree-form-expiration,
.react-tax-modal > div .checkout section .payment .braintree-form .braintree-form__field-group .braintree-form__hosted-field.braintree-form-expiration,
.react-tax-modal > div .tax-modal section .payment .braintree-form .braintree-form__field-group .braintree-form__hosted-field.braintree-form-expiration {
  width: 80px;
}

#checkout-container > div .checkout section .payment .braintree-form .braintree-form__field-group .braintree-form__hosted-field.braintree-form-cvv,
#checkout-container > div .tax-modal section .payment .braintree-form .braintree-form__field-group .braintree-form__hosted-field.braintree-form-cvv,
.react-tax-modal > div .checkout section .payment .braintree-form .braintree-form__field-group .braintree-form__hosted-field.braintree-form-cvv,
.react-tax-modal > div .tax-modal section .payment .braintree-form .braintree-form__field-group .braintree-form__hosted-field.braintree-form-cvv {
  width: 80px;
}

#checkout-container > div .checkout section .payment .braintree-form .braintree-sheet__header,
#checkout-container > div .tax-modal section .payment .braintree-form .braintree-sheet__header,
.react-tax-modal > div .checkout section .payment .braintree-form .braintree-sheet__header,
.react-tax-modal > div .tax-modal section .payment .braintree-form .braintree-sheet__header {
  border: 0;
  display: flex;
  justify-content: flex-end;
}

#checkout-container > div .checkout section .payment .braintree-form .braintree-sheet__header .braintree-sheet__header-label,
#checkout-container > div .tax-modal section .payment .braintree-form .braintree-sheet__header .braintree-sheet__header-label,
.react-tax-modal > div .checkout section .payment .braintree-form .braintree-sheet__header .braintree-sheet__header-label,
.react-tax-modal > div .tax-modal section .payment .braintree-form .braintree-sheet__header .braintree-sheet__header-label {
  display: none;
}

#checkout-container > div .checkout section .payment .braintree-form .braintree-form__hosted-field,
#checkout-container > div .tax-modal section .payment .braintree-form .braintree-form__hosted-field,
.react-tax-modal > div .checkout section .payment .braintree-form .braintree-form__hosted-field,
.react-tax-modal > div .tax-modal section .payment .braintree-form .braintree-form__hosted-field {
  border: 0;
  border-bottom: 1px solid #dedede;
  border-radius: 0;
  box-shadow: none;
  color: #222222;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  padding: 0;
}

#checkout-container > div .checkout aside > div,
#checkout-container > div .tax-modal aside > div,
.react-tax-modal > div .checkout aside > div,
.react-tax-modal > div .tax-modal aside > div {
  background: #f4f4f4;
  padding: 12px;
  width: 304px;
  margin: 24px 0 24px;
}

#checkout-container > div .checkout aside h2,
#checkout-container > div .tax-modal aside h2,
.react-tax-modal > div .checkout aside h2,
.react-tax-modal > div .tax-modal aside h2 {
  color: #393939;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  margin: 0 0 20px;
  padding: 0 0 10px;
}

#checkout-container > div .checkout aside .additional-info,
#checkout-container > div .tax-modal aside .additional-info,
.react-tax-modal > div .checkout aside .additional-info,
.react-tax-modal > div .tax-modal aside .additional-info {
  color: #666666;
  display: block;
  font-size: 12px;
}

#checkout-container > div .checkout aside .additional-info--right,
#checkout-container > div .tax-modal aside .additional-info--right,
.react-tax-modal > div .checkout aside .additional-info--right,
.react-tax-modal > div .tax-modal aside .additional-info--right {
  text-align: right;
}

#checkout-container > div .checkout aside .total,
#checkout-container > div .tax-modal aside .total,
.react-tax-modal > div .checkout aside .total,
.react-tax-modal > div .tax-modal aside .total {
  color: #2e469e;
  display: flex;
  font-size: 22px;
  font-weight: 900;
  justify-content: space-between;
  margin: 8px 0 0;
}

#checkout-container > div .checkout aside .total data,
#checkout-container > div .tax-modal aside .total data,
.react-tax-modal > div .checkout aside .total data,
.react-tax-modal > div .tax-modal aside .total data {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  #checkout-container,
  .react-tax-modal {
    width: auto;
    min-width: 0 !important;
  }

  #checkout-container .mobile-hide,
  .react-tax-modal .mobile-hide {
    display: none;
  }

  #checkout-container aside,
  .react-tax-modal aside {
    width: auto;
  }

  #checkout-container aside > div,
  .react-tax-modal aside > div {
    width: auto !important;
  }

  #checkout-container .prompt,
  .react-tax-modal .prompt {
    width: 280px;
    text-align: center;
    margin: 0 auto;
  }

  #checkout-container .prompt.sign-in,
  .react-tax-modal .prompt.sign-in {
    margin-bottom: 100px;
  }

  #checkout-container section,
  .react-tax-modal section {
    padding: 0 0 0 20px !important;
  }

  #checkout-container .shipping label,
  .react-tax-modal .shipping label {
    background: #ffffff;
    display: flex !important;
    flex-direction: column;
    margin-bottom: 30px;
  }

  #checkout-container .shipping label span,
  #checkout-container .shipping label data,
  .react-tax-modal .shipping label span,
  .react-tax-modal .shipping label data {
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #checkout-container button,
  .react-tax-modal button {
    margin: 0 auto 50px 0;
  }
}

.order#shipments .container {
  width: 80%;
  margin: 10em auto;
}

.order#shipments .container.dashboard {
  max-width: 100%;
  padding: 0 42px;
}

.order#shipments main {
  text-align: center;
}

.order#shipments h2 {
  margin-top: 40px;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #373a3c;
  font-size: 30px;
}

.order#shipments table {
  width: 100%;
  margin-bottom: 60px;
  margin-top: 30px;
}

.order#shipments table td,
.order#shipments table th {
  border-bottom: 1px solid #d5d5d5;
  text-align: left;
  font-size: 1.225rem;
}

.order#shipments table td .label {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
  padding: 20px 0 0;
  position: relative;
}

.order#shipments table td .label:hover input {
  border-bottom-color: #00d1b6;
}

.order#shipments table td .label span {
  font-size: 14px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 30px;
  transition: 0.3s ease all;
}

.order#shipments table td .label input {
  border: 0;
  border-bottom: 1px solid #dedede;
  border-radius: 0;
  box-shadow: none;
  color: #222222;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  padding: 0;
  width: 175px;
}

.order#shipments table td .label input:focus ~ span,
.order#shipments table td .label input:not(:focus):required:valid ~ span,
.order#shipments table td .label input:required:invalid:not(:placeholder-shown) {
  color: #808080;
  font-size: 12px;
  top: 10px;
  transition: 0.1s ease all;
}

.order#shipments table td .label .throbber {
  background: #d1fff9;
  border-radius: 3px;
  display: none;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 1px 10px;
  position: absolute;
  right: 0;
  top: 10px;
}

.order#shipments table td .label.show-throbber-js .throbber {
  display: block;
}

.order#shipments table .description {
  text-align: middle;
}

.order#shipments table .description .magnify {
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.order#shipments table .description span {
  display: block;
  font-size: 1.225rem;
}

.order#shipments table tbody tr {
  height: 50px;
}

.order#shipments table th {
  border-bottom-width: 2px;
  text-align: center;
}

.order#shipments table .toggle-order-items {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  color: #2e469e;
  border-bottom: 1px solid #2e469e;
  text-decoration: none;
  line-height: 1.2em;
}

.order#shipments table .toggle-order-items:before {
  position: absolute;
  left: 0;
  content: '\25B8';
  display: inline-block;
  width: 1em;
}

.order#shipments table .toggle-order-items.active:before {
  content: '\25BE';
}

.order#shipments table tr.order-item {
  transition: all 3ms ease-in-out;
  display: none;
  opacity: 0;
}

.order#shipments table tr.order-item.show {
  display: table-row;
  opacity: 1;
}

.order#shipments table tr.order-item td {
  background: #efefef;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

.order#shipments table tr.order-item td:first-of-type {
  padding-left: 3em;
}

.order#shipments table img {
  width: 100px;
}

.order#shipments table .btn {
  display: inline-block;
}

.order#shipments table img,
.order#shipments table span {
  vertical-align: middle;
}

.order#shipments table span {
  padding-right: 3px;
}

.order#shipments table img {
  max-width: 100px;
  max-height: 100px;
}

.order#shipments table .notice {
  color: red;
}

.order#shipments table .restock-container {
  display: flex;
}

.order#shipments table .restock__qty-input {
  width: 5.5rem;
  border: 1px solid #dedede;
  border-radius: 1px 0 0 1px;
  text-align: center;
}

.order#shipments table .restock__qty-input::-webkit-input-placeholder {
  color: #e4e7f0;
}

.order#shipments table .restock__qty-input::-ms-input-placeholder {
  color: #e4e7f0;
}

.order#shipments table .restock__qty-input::placeholder {
  color: #e4e7f0;
}

.order#shipments table .restock__submit-btn {
  border: 1px solid #dedede;
  border-left: none;
  border-radius: 0 1px 1px 0;
  background-color: #8387a5;
  padding: 0 16px;
  color: white;
  transition: background-color 0.3s;
}

.order#shipments table .restock__submit-btn:hover {
  background-color: #8189a7;
}

@media (min-width: 1050px) {
  .order#shipments table td {
    white-space: nowrap;
  }
}

@media (max-width: 650px) {
  .order#shipments table,
  .order#shipments thead,
  .order#shipments tbody,
  .order#shipments tr,
  .order#shipments td,
  .order#shipments th {
    display: block;
  }

  .order#shipments table tbody tr {
    height: auto;
    border-bottom: 4px solid #d5d5d5;
  }
}

.order#printable_receipt,
.order#show_quote {
  font-size: 0.975rem;
}

.order#printable_receipt #printable-receipt-container,
.order#show_quote #printable-receipt-container {
  margin: 40px auto;
  width: 100%;
  max-width: 1140px;
}

.order#printable_receipt table p,
.order#printable_receipt table h3,
.order#show_quote table p,
.order#show_quote table h3 {
  margin: 0;
}

.order#printable_receipt .overview,
.order#show_quote .overview {
  display: flex;
  margin-bottom: 20px;
}

.order#printable_receipt .overview .receipt-title,
.order#printable_receipt .overview .recipient,
.order#show_quote .overview .receipt-title,
.order#show_quote .overview .recipient {
  flex: 1;
}

.order#printable_receipt .overview address,
.order#show_quote .overview address {
  margin: 0;
}

.order#printable_receipt .overview h2,
.order#show_quote .overview h2 {
  text-transform: uppercase;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
}

.order#printable_receipt .overview .sender-address,
.order#show_quote .overview .sender-address {
  margin-bottom: 108px;
}

.order#printable_receipt .transactions,
.order#show_quote .transactions {
  margin-top: 16px;
}

@media print {
  .order#printable_receipt header,
  .order#printable_receipt footer,
  .order#show_quote header,
  .order#show_quote footer {
    display: none !important;
  }
}

body#lumi_comparison > .header {
  position: inherit;
}

body#lumi_comparison .wrapper {
  background: #ffffff;
  padding: 40px 0 80px;
}

body#lumi_comparison .grid-container {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  margin: 64px auto;
  max-width: 1440px;
  padding: 0 32px;
}

body#lumi_comparison .panel-content {
  grid-column: 1 / 2;
}

body#lumi_comparison .page-copy {
  margin: 48px 48px 48px 40px;
}

body#lumi_comparison .page-copy__title {
  color: #2e469e;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 42px;
  position: relative;
}

body#lumi_comparison .page-copy__title:after {
  background: #80ffef;
  top: -24px;
  content: '';
  display: block;
  height: 8px;
  width: 40px;
  position: absolute;
}

body#lumi_comparison .page-copy__sub-title {
  color: #4b4b4b;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 58px;
  margin-bottom: 40px;
}

body#lumi_comparison .page-copy__lead {
  font-size: 20px;
  margin-bottom: 24px;
}

body#lumi_comparison .page-copy__link {
  color: #2e469e;
}

body#lumi_comparison .mediaAndTextModule__media {
  padding: 64px 24px;
  width: 100%;
}

body#lumi_comparison .testimonials-container {
  background: #f4f4f4;
  padding: 40px 24px;
}

body#lumi_comparison .testimonials {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1296px;
}

body#lumi_comparison .company-support {
  width: 45%;
}

body#lumi_comparison .company-support__title {
  color: #4b4b4b;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  margin-bottom: 16px;
}

body#lumi_comparison .company-support__text {
  color: #4b4b4b;
  font-size: 16px;
}

body#lumi_comparison .company-logos {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
  width: 50%;
}

body#lumi_comparison .company-logos img {
  max-height: 74px;
  margin: 8px;
}

body#lumi_comparison .company-logos img:first-child {
  max-height: 72px;
}

body#lumi_comparison .comparison-table__container {
  display: flex;
  margin: 40px auto 80px;
  padding: 0 24px;
  max-width: 1140px;
}

body#lumi_comparison .features-table {
  width: 28%;
}

body#lumi_comparison .features-table th {
  height: 88px;
}

body#lumi_comparison .features-table td {
  font-size: 20px;
  height: 96px;
  padding: 16px 8px;
  text-align: left;
}

body#lumi_comparison .marketing-table {
  box-shadow: 0 8px 25px 7px rgba(0, 0, 0, 0.08);
  width: 72%;
}

body#lumi_comparison .marketing-table th {
  border-bottom: 3px solid;
  color: #222222;
  font-size: 24px;
  font-weight: 900;
  height: 88px;
  text-align: center;
}

body#lumi_comparison .marketing-table th:nth-child(1) {
  color: #2e469e;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 32px;
}

body#lumi_comparison .marketing-table tbody .mobile-row {
  display: none;
}

body#lumi_comparison .marketing-table tbody td {
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
  height: 96px;
  padding: 16px 24px;
  text-align: center;
}

body#lumi_comparison .form-container {
  width: 45%;
  margin: auto;
}

body#lumi_comparison .quote-section {
  padding: 64px;
  position: relative;
}

body#lumi_comparison .quote-section .section-header--center {
  margin: auto;
  width: 60%;
}

body#lumi_comparison .quote-section .section-header__title {
  color: #4b4b4b;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 38px;
  margin-bottom: 24px;
  text-align: center;
}

body#lumi_comparison .quote-section .section-header__lead {
  font-size: 18px;
  margin-bottom: 16px;
  text-align: center;
}

@media screen and (max-width: 1249.98px) {
  body#lumi_comparison .features-table {
    width: 24%;
  }

  body#lumi_comparison .features-table th {
    height: 88px;
  }

  body#lumi_comparison .features-table td {
    font-size: 16px;
    height: 96px;
    padding: 16px 8px;
  }

  body#lumi_comparison .marketing-table {
    width: 76%;
  }

  body#lumi_comparison .marketing-table th {
    font-size: 24px;
    height: 88px;
  }

  body#lumi_comparison .marketing-table th:nth-child(1) {
    font-size: 32px;
  }

  body#lumi_comparison .marketing-table tbody td {
    font-size: 16px;
    height: 96px;
    padding: 16px 24px;
  }
}

@media screen and (max-width: 1199.98px) {
  body#lumi_comparison .quote-section {
    padding: 40px 24px;
  }

  body#lumi_comparison .quote-section .section-header--center {
    width: 100%;
  }

  body#lumi_comparison .form-container {
    width: 70%;
  }
}

@media screen and (max-width: 991.98px) {
  body#lumi_comparison .grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  body#lumi_comparison .testimonials {
    flex-direction: column;
  }

  body#lumi_comparison .testimonials .company-support {
    padding: 16px;
    text-align: center;
    width: 100%;
  }

  body#lumi_comparison .page-copy {
    margin: 0 24px;
  }

  body#lumi_comparison .form-container {
    width: 100%;
  }

  body#lumi_comparison .company-logos {
    margin: auto;
  }

  body#lumi_comparison .company-logos img {
    max-height: 74px;
  }
}

@media screen and (max-width: 767.98px) {
  body#lumi_comparison .features-table {
    display: none;
  }

  body#lumi_comparison .marketing-table {
    width: 100%;
  }

  body#lumi_comparison .marketing-table tbody .mobile-row {
    display: table-row;
  }

  body#lumi_comparison .marketing-table tbody .mobile-row td {
    border-bottom: none;
    font-size: 14px;
    height: 16px;
    font-weight: 900;
    padding-bottom: 0;
    text-align: left;
  }

  body#lumi_comparison .marketing-table tbody td {
    height: 80px;
  }

  body#lumi_comparison .horizontal-fields {
    flex-direction: column;
  }

  body#lumi_comparison .form__field--half {
    margin: 8px 0;
    width: 100%;
  }

  body#lumi_comparison .lead-form {
    min-width: inherit;
  }

  body#lumi_comparison .company-logos {
    justify-content: space-evenly;
    flex-direction: column;
  }

  body#lumi_comparison .company-logos img {
    margin: 24px 0;
  }
}

@media screen and (max-width: 449.98px) {
  body#lumi_comparison .page-copy {
    margin: 0 16px;
  }

  body#lumi_comparison .lead-form {
    padding: 32px;
  }
}

.nested-options {
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 0;
  transition-duration: 600ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  position: relative;
}

.nested-options:hover {
  border-color: #2e469e;
}

.nested-options.active {
  margin: 16px 0 0;
  max-height: 500px;
  padding: 0 8px 8px;
}

.nested-options__header {
  align-items: center;
  background-color: #e6f9f5;
  display: flex;
  justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nested-options__header-without-background-color {
  align-items: center;
  display: flex;
  justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nested-options__spacer {
  align-items: center;
  display: flex;
  flex-grow: 1;
}

.nested-options__spacer:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.18);
  transition: background 600ms cubic-bezier(0, 1, 0.5, 1);
}

.nested-options:hover .nested-options__spacer:after {
  background: #2e469e;
}

.nested-options__legend {
  color: #4b4b4b;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  padding: 0 4px;
  position: relative;
  text-transform: uppercase;
}

.nested-options .legend-link {
  background: #e6f9f5;
  color: #2e469e;
  font-size: 12px;
  height: inherit;
  padding: 0 4px;
}

.nested-options .legend-link:hover {
  text-decoration: underline;
}

.nested-options__label {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  margin: 0;
  padding: 8px 4px;
}

.nested-options__label:hover {
  background: rgba(0, 0, 0, 0.05);
}

.nested-options__label:hover .nested-options__label-text {
  color: #2e469e;
}

.nested-options__label-text {
  color: #666666;
  line-height: 0.9;
}

.nested-options__radio {
  margin-right: 8px;
}

.nested-options__radio:checked + .nested-options__label-text {
  color: #2e469e;
  font-weight: 900;
}

.nested-options__message {
  color: #848794;
  font-size: 0.875em;
  font-style: italic;
  padding-top: 6px;
  text-align: center;
}

.dielineupload#index {
  background-color: #f4f4f4;
}

#dieline-upload-container {
  min-width: 960px;
  margin: 80px auto 0;
}

#dieline-upload-container h4 {
  color: #2e469e;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
}

#dieline-upload-container .dashboard-container {
  display: flex;
  align-items: flex-start;
  margin: 0 24px 96px;
}

#dieline-upload-container .upload-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-right: 32px;
  justify-content: center;
  min-width: 800px;
}

#dieline-upload-container .uploader {
  position: relative;
  width: 48%;
}

#dieline-upload-container .uploader:nth-of-type(2) {
  margin-left: 16px;
}

#dieline-upload-container .uploader h2 {
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #2e469e;
  padding: 0;
  text-align: center;
}

#dieline-upload-container .uploader:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 0;
  padding-bottom: calc(1.5 * 100%);
}

#dieline-upload-container .dropzone-container {
  align-items: center;
  background-color: #edeff3;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 95%;
}

#dieline-upload-container .dropzone-container:hover {
  background-color: #edf3ee;
  cursor: -webkit-grab;
  cursor: grab;
}

#dieline-upload-container .dropzone-message {
  position: absolute;
  z-index: 1;
  text-align: center;
}

#dieline-upload-container .dropzone-message__title {
  display: flex;
  color: #2e469e;
  margin-bottom: 4px;
  font-weight: 900;
  font-size: 16px;
}

#dieline-upload-container .dropzone-message__subtitle {
  color: #666666;
  font-size: 14px;
}

#dieline-upload-container .dropzone-message svg {
  width: 32px;
  margin-bottom: 8px;
}

#dieline-upload-container .dropzone {
  border: 1px dashed #2e469e;
  height: 100%;
  width: 100%;
  z-index: 2;
}

#dieline-upload-container .dropzone:hover {
  border: 1px dashed #5dbb61;
}

#dieline-upload-container .previewer {
  position: relative;
  width: 48%;
}

#dieline-upload-container .previewer:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 0;
  padding-bottom: calc(1.5 * 100%);
}

#dieline-upload-container .previewer .title {
  display: flex;
  justify-content: center;
  align-items: center;
}

#dieline-upload-container .previewer .title svg {
  width: 24px;
  margin: 3px 16px 0;
}

#dieline-upload-container .previewer .title button {
  height: auto;
}

#dieline-upload-container .previewer h2 {
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #2e469e;
  padding: 0;
}

#dieline-upload-container .preview-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 95%;
}

#dieline-upload-container .footer {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

#dieline-upload-container .footer p {
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #808080;
  line-height: 16px;
}

#dieline-upload-container .footer .emphasized {
  font-weight: 700;
}

#dieline-upload-container .side-panel {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 24px;
  min-width: 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  width: 320px;
}

#dieline-upload-container .side-panel-section {
  align-items: center;
  background-color: #ffffff;
  border-bottom: 2px solid #f4f4f4;
  display: flex;
  flex-wrap: wrap;
  min-height: 64px;
  padding: 16px 24px;
}

#dieline-upload-container .side-panel-section > div {
  width: 100%;
}

#dieline-upload-container .side-panel-section:first-child {
  border-top-left-radius: 10px;
}

#dieline-upload-container .side-panel-section:last-of-type {
  align-items: baseline;
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

#dieline-upload-container .labeled-select {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#dieline-upload-container .labeled-select__label {
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  color: #8189a7;
  padding: 0;
  width: auto;
}

#dieline-upload-container .labeled-select__dropdown {
  border: none;
}

#dieline-upload-container .labeled-select__dropdown .dropdown__list {
  box-shadow: 0 6px 11px 2px rgba(0, 0, 0, 0.18);
  width: 180px;
}

#dieline-upload-container .dropdown__active {
  outline: none;
  padding: 0;
}

#dieline-upload-container .dropdown__active:hover .dropdown__active-text {
  color: #2e469e;
}

#dieline-upload-container .dropdown__active-text {
  color: #666666;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-align: right;
}

#dieline-upload-container .panel-title {
  align-items: center;
  display: flex;
  padding: 8px 0 16px;
  width: 100%;
}

#dieline-upload-container .panel-title > div {
  width: 100%;
}

#dieline-upload-container .panel-title select {
  color: #2e469e;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: 900;
  padding-bottom: 10px;
}

#dieline-upload-container .panel-title .labeled-select__label {
  border: none;
  color: #8189a7;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  padding: 0;
  width: auto;
}

#dieline-upload-container .panel-title .labeled-select__dropdown {
  border: none;
  width: auto;
}

#dieline-upload-container .panel-title .dropdown__active-text {
  color: #666;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-align: left;
}

#dieline-upload-container .panel-title .dropdown__active {
  outline: none;
  padding: 0;
}

#dieline-upload-container label {
  color: #8189a7;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 0;
}

#dieline-upload-container label.stacked {
  padding-bottom: 8px;
}

#dieline-upload-container .boxed-input {
  border: 2px solid #ccd4ed;
  background: #fcfcfc;
  box-shadow: inset 2px 2px 6px 0 rgba(71, 78, 102, 0.1);
  border-radius: 5px;
  color: #666666;
  height: 40px;
  padding: 0 20px 0 10px;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-align: right;
  width: 76px;
}

#dieline-upload-container .boxed-input::-webkit-input-placeholder {
  color: #d5d5d5;
}

#dieline-upload-container .boxed-input::-ms-input-placeholder {
  color: #d5d5d5;
}

#dieline-upload-container .boxed-input::placeholder {
  color: #d5d5d5;
}

#dieline-upload-container .boxed-input.input__error {
  border: 2px solid #d9341f;
}

#dieline-upload-container .boxed-input-extended {
  border: 2px solid #ccd4ed;
  background: #fcfcfc;
  box-shadow: inset 2px 2px 6px 0 rgba(71, 78, 102, 0.1);
  border-radius: 5px;
  margin-left: 70px;
  color: #666666;
  height: 40px;
  padding: 0 20px 0 10px;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-align: right;
  width: 150px;
}

#dieline-upload-container .boxed-input-extended::-webkit-input-placeholder {
  color: #d5d5d5;
}

#dieline-upload-container .boxed-input-extended::-ms-input-placeholder {
  color: #d5d5d5;
}

#dieline-upload-container .boxed-input-extended::placeholder {
  color: #d5d5d5;
}

#dieline-upload-container .boxed-input-extended.input__error {
  border: 2px solid #d9341f;
}

#dieline-upload-container .dimension-input {
  width: 100%;
}

#dieline-upload-container .dimension-input-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#dieline-upload-container .labeled-input {
  position: relative;
}

#dieline-upload-container .labeled-input label {
  position: absolute;
  font-size: 12px;
  right: 6px;
  top: 13px;
  color: #ccd4ed;
}

#dieline-upload-container .width-input {
  padding: 0 21px 0 10px;
}

#dieline-upload-container .dimension-spacer {
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  color: #ccd4ed;
}

#dieline-upload-container .ink-toggle {
  padding: 16px 0;
}

#dieline-upload-container .quantity-field {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

#dieline-upload-container .quantity-field input {
  padding: 0 8px;
}

#dieline-upload-container .notes {
  width: 100%;
}

#dieline-upload-container .notes textarea {
  background: #f4f4f4;
  border: 2px solid #ccd4ed;
  border-radius: 5px;
  box-shadow: inset 2px 2px 6px 0 rgba(71, 78, 102, 0.1);
  height: 5em;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  padding: 8px 20px 8px 10px;
  text-align: left;
  width: 100%;
}

#dieline-upload-container .notes textarea::-webkit-input-placeholder {
  color: #d5d5d5;
}

#dieline-upload-container .notes textarea::-ms-input-placeholder {
  color: #d5d5d5;
}

#dieline-upload-container .notes textarea::placeholder {
  color: #d5d5d5;
}

#dieline-upload-container button.submit {
  background-color: #2e469e;
  border-bottom-left-radius: 10px;
  color: #ffffff;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  height: 100%;
  padding: 20px 16px;
  width: 100%;
}

#dieline-upload-container button.submit[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

#dieline-upload-container .modal__overlay {
  background-color: rgba(43, 70, 160, 0.9);
}

#dieline-upload-container .modal__container {
  width: 400px;
  padding-bottom: 0;
}

#dieline-upload-container .modal__container .dieline-modal button {
  display: block;
  border-radius: 36px;
  background-color: #2e469e;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 12px 32px;
}

#dieline-upload-container .dieline-modal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#dieline-upload-container .dieline-modal__header {
  padding: 14px 14px 32px;
}

#dieline-upload-container .dieline-modal__header img {
  padding-bottom: 0;
}

#dieline-upload-container .dieline-modal__confirmation .dieline-modal__header {
  padding-bottom: 14px;
}

#dieline-upload-container .dieline-modal__confirmation .dieline-modal__header img {
  width: 170px;
  padding-left: 30px;
}

#dieline-upload-container .dieline-modal__confirmation h2 {
  margin-top: 0px;
}

#dieline-upload-container .dieline-modal__confirmation p {
  margin: 0 0 0.5rem;
}

#dieline-upload-container .dieline-modal__confirmation small {
  margin: 0 1rem;
  text-align: center;
  font-size: 0.75rem;
}

#dieline-upload-container .dieline-modal__confirmation .close {
  position: absolute;
  right: 16px;
  top: 16px;
}

#dieline-upload-container .dieline-modal__confirmation .close img {
  width: 18px;
}

#dieline-upload-container .dieline-modal__confirmation .btn {
  color: #ffffff;
  letter-spacing: 0;
  text-transform: capitalize;
  padding: 16px 64px 18px;
  margin: 16px 0 0;
}

#dieline-upload-container .dieline-modal form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#dieline-upload-container .dieline-modal h2 {
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  color: #2e469e;
}

#dieline-upload-container .dieline-modal input {
  width: 100%;
  font-weight: inherit;
  text-align: left;
  box-shadow: none;
  border: 2px solid #dedede;
  margin-bottom: 22px;
  height: 48px;
  background-color: #ffffff;
  padding: 10px 20px;
}

#dieline-upload-container .dieline-modal input::-webkit-input-placeholder {
  color: #7b7b7b;
}

#dieline-upload-container .dieline-modal input::-ms-input-placeholder {
  color: #7b7b7b;
}

#dieline-upload-container .dieline-modal input::placeholder {
  color: #7b7b7b;
}

#dieline-upload-container .dieline-modal input .signup-link {
  margin-top: 24px;
  width: 100%;
  font-size: 12px;
  text-align: center;
}

#dieline-upload-container .status-display {
  align-items: center;
  background-color: rgba(43, 70, 160, 0.9);
  color: #ffffff;
  display: flex;
  font-size: 1.2em;
  font-weight: 100;
  height: 3em;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  padding: 5px;
}

#dieline-upload-container .divider {
  position: relative;
  width: 100%;
  height: 4px;
  margin-bottom: 24px;
}

#dieline-upload-container .divider::after {
  content: '';
  width: 36px;
  height: 4px;
  background-color: #8189a7;
  position: absolute;
  left: 50%;
  margin-left: -18px;
}

.normal-link {
  color: #2e469e;
  display: block;
  font-size: 14px;
  margin: auto;
  text-decoration: underline;
}

.lead-form-wrapper {
  background: #ffffff;
  box-shadow: 0 9px 21px 3px rgba(0, 0, 0, 0.18);
  padding: 48px;
}

.lead-form-wrapper__title {
  color: #2e469e;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.lead-form-wrapper__title--serif {
  color: #2e469e;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.lead-form-wrapper__text {
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
}

.lead-form {
  background: #ffffff;
}

.lead-form .form__field {
  margin: 16px 0;
}

.lead-form .form__field--half {
  display: inline-block;
  margin: 0;
  width: 48%;
}

.lead-form .horizontal-fields {
  display: flex;
  justify-content: space-between;
}

.lead-form label.form__label {
  width: 100%;
}

.lead-form .checkboxes-item-container {
  background-color: #ffffff;
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  font-size: 15px;
  height: 40px;
  border-bottom: solid 2px #edeff3;
  outline: none;
  padding: 5px;
  text-align: left;
  line-height: 2.1;
  font-weight: 400;
  width: 100%;
}

.lead-form .checkboxes-item-container input {
  margin-right: 10px;
}

.lead-form .checkboxes-item-container label {
  white-space: nowrap;
}

.lead-form textarea.form__text-input,
.lead-form input[type='number'].form__text-input,
.lead-form input[type='text'].form__text-input {
  background: #f5f4f2;
  border: 2px solid #e5e3dd;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
}

.lead-form textarea.form__text-input--error,
.lead-form input[type='number'].form__text-input--error,
.lead-form input[type='text'].form__text-input--error {
  border: 2px solid #d9341f;
}

.lead-form textarea.form__text-input:focus,
.lead-form input[type='number'].form__text-input:focus,
.lead-form input[type='text'].form__text-input:focus {
  border: 2px solid #2e469e;
  outline: none;
  box-shadow: none;
}

.lead-form select.form__text-input {
  background: #F5F4F2 url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='10px' height='18px' viewBox='0 0 10 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 44.1 (41455) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3E copy%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Crect width='100%25' height='100%25' fill='%23F5F4F2'/%3E %3Cg id='i4-mailer-landing' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='01-landing-mailer' transform='translate(-455.000000, -496.000000)' fill='%23A3A3A3'%3E %3Cpath d='M459.59375,498.8125 L456.40625,502 L455,500.59375 L459.59375,496 L464.1875,500.59375 L462.78125,502 L459.59375,498.8125 Z M459.59375,511.1875 L462.78125,508 L464.1875,509.40625 L459.59375,514 L455,509.40625 L456.40625,508 L459.59375,511.1875 Z' id='-copy'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E") right 10px center no-repeat;
  height: 41px;
  width: 100%;
  padding-right: 40px;
  border: 2px solid #e5e3dd;
  border-radius: 3px;
}

.lead-form select.form__text-input:focus {
  box-shadow: none;
}

.lead-form textarea.form__text-input {
  height: 80px;
}

.lead-form .pbtn {
  border-radius: 36px;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  letter-spacing: 4.25px;
  margin: 0 auto;
  padding: 22px 40px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  text-align: center;
  white-space: nowrap;
}

.lead-form .pbtn--primary {
  background-color: #2e469e;
  color: #f6f6f6;
}

.lead-form .pbtn:disabled {
  background: #e1e1e1;
  pointer-events: none;
  cursor: default;
}

@media screen and (max-width: 767.98px) {
  .lead-form .horizontal-fields {
    flex-direction: column;
  }

  .lead-form .form__field--half {
    margin: 8px 0;
    width: 100%;
  }

  .lead-form {
    min-width: inherit;
    padding: 0;
  }

  .lead-form-wrapper {
    padding: 30px;
  }
}

.lead-form-wrapper {
  background: #ffffff;
  box-shadow: 0 9px 21px 3px rgba(0, 0, 0, 0.18);
  padding: 48px;
}

.lead-form-wrapper__title {
  color: #2e469e;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.lead-form-wrapper__title--serif {
  color: #2e469e;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.lead-form-wrapper__text {
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
}

.lead-form {
  background: #ffffff;
}

.lead-form .form__field {
  margin: 16px 0;
}

.lead-form .form__field--half {
  display: inline-block;
  margin: 0;
  width: 48%;
}

.lead-form .horizontal-fields {
  display: flex;
  justify-content: space-between;
}

.lead-form label.form__label {
  width: 100%;
}

.lead-form .checkboxes-item-container {
  background-color: #ffffff;
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  font-size: 15px;
  height: 40px;
  border-bottom: solid 2px #edeff3;
  outline: none;
  padding: 5px;
  text-align: left;
  line-height: 2.1;
  font-weight: 400;
  width: 100%;
}

.lead-form .checkboxes-item-container input {
  margin-right: 10px;
}

.lead-form .checkboxes-item-container label {
  white-space: nowrap;
}

.lead-form textarea.form__text-input,
.lead-form input[type='number'].form__text-input,
.lead-form input[type='text'].form__text-input {
  background: #f5f4f2;
  border: 2px solid #e5e3dd;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
}

.lead-form textarea.form__text-input--error,
.lead-form input[type='number'].form__text-input--error,
.lead-form input[type='text'].form__text-input--error {
  border: 2px solid #d9341f;
}

.lead-form textarea.form__text-input:focus,
.lead-form input[type='number'].form__text-input:focus,
.lead-form input[type='text'].form__text-input:focus {
  border: 2px solid #2e469e;
  outline: none;
  box-shadow: none;
}

.lead-form select.form__text-input {
  background: #F5F4F2 url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='10px' height='18px' viewBox='0 0 10 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 44.1 (41455) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3E copy%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Crect width='100%25' height='100%25' fill='%23F5F4F2'/%3E %3Cg id='i4-mailer-landing' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='01-landing-mailer' transform='translate(-455.000000, -496.000000)' fill='%23A3A3A3'%3E %3Cpath d='M459.59375,498.8125 L456.40625,502 L455,500.59375 L459.59375,496 L464.1875,500.59375 L462.78125,502 L459.59375,498.8125 Z M459.59375,511.1875 L462.78125,508 L464.1875,509.40625 L459.59375,514 L455,509.40625 L456.40625,508 L459.59375,511.1875 Z' id='-copy'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E") right 10px center no-repeat;
  height: 41px;
  width: 100%;
  padding-right: 40px;
  border: 2px solid #e5e3dd;
  border-radius: 3px;
}

.lead-form select.form__text-input:focus {
  box-shadow: none;
}

.lead-form textarea.form__text-input {
  height: 80px;
}

.lead-form .pbtn {
  border-radius: 36px;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  letter-spacing: 4.25px;
  margin: 0 auto;
  padding: 22px 40px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  text-align: center;
  white-space: nowrap;
}

.lead-form .pbtn--primary {
  background-color: #2e469e;
  color: #f6f6f6;
}

.lead-form .pbtn:disabled {
  background: #e1e1e1;
  pointer-events: none;
  cursor: default;
}

@media screen and (max-width: 767.98px) {
  .lead-form .horizontal-fields {
    flex-direction: column;
  }

  .lead-form .form__field--half {
    margin: 8px 0;
    width: 100%;
  }

  .lead-form {
    min-width: inherit;
    padding: 0;
  }

  .lead-form-wrapper {
    padding: 30px;
  }
}

body#consultation,
body#consultation .wrapper {
  background: #ffe8ba;
}

body#packlane_plus,
body#packlane_plus .wrapper {
  background: #ffffff;
}

body#consultation > .header,
body#packlane_plus > .header {
  position: inherit;
}

body#consultation .wrapper,
body#packlane_plus .wrapper {
  padding: 40px 0 80px;
}

body#consultation .grid-container,
body#packlane_plus .grid-container {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax(auto, 504px) auto;
  margin: auto;
  max-width: 1440px;
  padding: 0 32px;
}

body#consultation .panel-content,
body#packlane_plus .panel-content {
  grid-column: 1 / 2;
}

body#consultation .page-copy,
body#packlane_plus .page-copy {
  margin: 0 40px 16px;
}

body#consultation .page-copy__title,
body#packlane_plus .page-copy__title {
  color: #2e469e;
  font-family: "tiempos-headline-bold", Times, Georgia, serif;
  font-size: 64px;
  margin-bottom: 56px;
  position: relative;
}

body#consultation .page-copy__title:after,
body#packlane_plus .page-copy__title:after {
  background: #80ffef;
  bottom: -24px;
  content: '';
  display: block;
  height: 8px;
  width: 40px;
  position: absolute;
}

body#consultation .page-copy__lead,
body#packlane_plus .page-copy__lead {
  font-size: 20px;
  margin-bottom: 24px;
}

body#consultation .page-copy__link,
body#packlane_plus .page-copy__link {
  color: #2e469e;
}

body#consultation .lead-testimonials,
body#packlane_plus .lead-testimonials {
  grid-column: 1 / 2;
  margin: 60px 40px 0;
}

body#consultation .company-support__title,
body#packlane_plus .company-support__title {
  color: #4b4b4b;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  margin-bottom: 16px;
}

body#consultation .company-support__text,
body#packlane_plus .company-support__text {
  color: #4b4b4b;
  font-size: 16px;
}

body#consultation .company-logos,
body#packlane_plus .company-logos {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
  flex-wrap: wrap;
  align-items: center;
}

body#consultation .company-logos img,
body#packlane_plus .company-logos img {
  max-height: 74px;
  margin: 8px;
}

body#consultation .company-logos img:first-child,
body#packlane_plus .company-logos img:first-child {
  max-height: 72px;
}

body#consultation .form-container,
body#packlane_plus .form-container {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

@media screen and (max-width: 1449.98px) {
  body#consultation .company-logos img,
  body#packlane_plus .company-logos img {
    max-height: 16px;
  }
}

@media screen and (max-width: 1349.98px) {
  body#consultation .grid-container,
  body#packlane_plus .grid-container {
    grid-template-rows: minmax(auto, 560px) auto;
  }
}

@media screen and (max-width: 1249.98px) {
  body#consultation .page-copy__title,
  body#packlane_plus .page-copy__title {
    font-size: 3.275em;
  }
}

@media screen and (max-width: 1199.98px) {
  body#consultation .page-copy,
  body#packlane_plus .page-copy {
    margin: 0;
  }

  body#consultation .lead-form,
  body#packlane_plus .lead-form {
    margin-right: 0;
  }

  body#consultation .lead-testimonials,
  body#packlane_plus .lead-testimonials {
    margin: 60px 0 0;
  }
}

@media screen and (max-width: 991.98px) {
  body#consultation .grid-container,
  body#packlane_plus .grid-container {
    grid-template-rows: auto auto;
  }

  body#consultation .panel-content,
  body#packlane_plus .panel-content {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  body#consultation .page-copy,
  body#packlane_plus .page-copy {
    margin: 0 24px;
  }

  body#consultation .form-container,
  body#packlane_plus .form-container {
    grid-column: 1 / 3;
    grid-row: 2;
  }

  body#consultation .lead-form,
  body#packlane_plus .lead-form {
    padding: 40px 0;
  }

  body#consultation .lead-testimonials,
  body#packlane_plus .lead-testimonials {
    grid-column: 1 / 3;
    grid-row: 3;
    margin: 8px 24px;
  }

  body#consultation .company-logos img,
  body#packlane_plus .company-logos img {
    max-height: 74px;
  }
}

@media screen and (max-width: 767.98px) {
  body#consultation .horizontal-fields,
  body#packlane_plus .horizontal-fields {
    flex-direction: column;
  }

  body#consultation .form__field--half,
  body#packlane_plus .form__field--half {
    margin: 8px 0;
    width: 100%;
  }

  body#consultation .lead-form,
  body#packlane_plus .lead-form {
    min-width: inherit;
  }

  body#consultation .company-logos,
  body#packlane_plus .company-logos {
    justify-content: space-evenly;
  }
}

@media screen and (max-width: 449.98px) {
  body#consultation .grid-container,
  body#packlane_plus .grid-container {
    padding: 0 16px;
    grid-gap: 16px;
  }

  body#consultation .page-copy,
  body#packlane_plus .page-copy {
    margin: 0 16px;
  }

  body#consultation .lead-form,
  body#packlane_plus .lead-form {
    padding: 32px 0;
  }

  body#consultation .company-logos,
  body#packlane_plus .company-logos {
    flex-direction: column;
  }

  body#consultation .company-logos img,
  body#packlane_plus .company-logos img {
    margin: 24px 0;
  }
}

.page#about main {
  padding: 0;
}

.page#about h1 {
  text-align: center;
}

.page#about .masthead {
  padding: 40px 0;
  text-align: center;
  background-color: #d1e2ff;
}

.page#about .masthead img {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  -webkit-animation: 1s fade-in;
          animation: 1s fade-in;
}

@media (max-width: 1200px) {
  .page#about .masthead img {
    height: auto;
  }
}

.page#about .about {
  padding: 50px 0;
  text-align: center;
}

.page#about .about .overview {
  padding-bottom: 40px;
  border-bottom: 1px solid #d5d5d5;
  text-align: left;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
}

.page#about .about .overview p {
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 24px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .page#about .about .overview p {
    font-size: 1.35rem;
    padding: 0 20px;
  }
}

@media (max-width: 450px) {
  .page#about .about .overview p {
    font-size: 0.975rem;
    text-align: justify;
  }
}

.page#about .about .overview p:last-child {
  margin-bottom: 0;
}

.page#about .about h3 {
  margin-top: 40px;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page#about .about .btn {
  display: inline-block;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-right: 0.5em;
}

.page#about .about .btn span {
  position: relative;
  top: 2px;
}

@media (max-width: 600px) {
  .page#about .about .btn {
    display: block;
    max-width: 50%;
    margin: 10px auto;
  }
}

.page#about .brilliant-boxes {
  display: flex;
  padding: 0 15%;
  justify-content: flex-end;
  align-items: center;
  height: 500px;
  background-color: #cceeee;
  background-image: url("/images/brilliant-boxes.jpg");
  background-position: left;
  background-repeat: no-repeat;
}

.page#about .brilliant-boxes h2 {
  margin: 0;
  line-height: 1.1;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 42px;
  color: #2e469e;
  -webkit-animation: 1s fade-in-right;
          animation: 1s fade-in-right;
}

.page#about .brilliant-boxes h2 span {
  font-size: 56px;
  font-weight: 900;
}

@media (max-width: 1400px) {
  .page#about .brilliant-boxes {
    padding: 0 5%;
  }
}

@media (max-width: 1250px) {
  .page#about .brilliant-boxes {
    padding: 20px 0;
    text-align: center;
    justify-content: center;
    background-image: linear-gradient(rgba(255, 255, 255, 0.55), rgba(53, 57, 82, 0.05)), url("/images/brilliant-boxes.jpg");
  }

  .page#about .brilliant-boxes h2 {
    font-size: 1.35rem;
  }
}

@media (max-width: 700px) {
  .page#about .brilliant-boxes {
    height: 300px;
  }
}

.page#about .box-features .feature {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  border-bottom: 1px solid #d5d5d5;
}

.page#about .box-features .feature:last-child {
  border-bottom: 0;
}

.page#about .box-features .feature .about-feat-icon {
  line-height: 10px;
  font-size: 25px;
  margin-bottom: 1rem;
}

.page#about .box-features .feature .about-feat-icon.pcon-noun-10243 {
  font-size: 40px;
}

.page#about .box-features .feature .about-feat-icon.pcon-materials-layers,
.page#about .box-features .feature .about-feat-icon.pcon-noun-60125 {
  font-size: 30px;
}

.page#about .box-features .feature h3 {
  letter-spacing: -1pt;
  font-size: 32px;
  -webkit-animation: 1s fade-in-right;
          animation: 1s fade-in-right;
}

@media (max-width: 500px) {
  .page#about .box-features .feature h3 {
    font-size: 1.35rem;
  }
}

.page#about .box-features .feature p {
  margin: 0;
  font-size: 21px;
  font-weight: 100;
  line-height: 40px;
  color: #55595c;
}

@media (max-width: 500px) {
  .page#about .box-features .feature p {
    font-size: 1.225rem;
    line-height: 30px;
    text-align: left;
  }
}

.sectionTitle,
.patternHero__content h1 {
  letter-spacing: 0;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .sectionTitle,
  .patternHero__content h1 {
    font-size: 48px;
    line-height: 64px;
  }
}

@media screen and (max-width: 640px) {
  .sectionTitle,
  .patternHero__content h1 {
    font-size: 36px;
    line-height: 44px;
  }
}

.mainText,
.patternHero__content p {
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
  letter-spacing: 0.3px;
}

.patternHero {
  min-height: 350px;
  text-align: center;
  box-sizing: border-box;
  background: url(/images/pattern-571cad51a6f725d70d30522d1cb7cd43.svg?vsn=d);
  background-repeat: repeat;
}

@media screen and (min-width: 640px) {
  .patternHero {
    padding: 119px 40px;
  }
}

@media screen and (max-width: 640px) {
  .patternHero {
    padding: 100px 30px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
  }
}

.patternHero .containerWidth {
  max-width: 800px;
  margin: 0 auto;
}

.patternHero .btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  padding: 22px 40px;
  font-size: 14px;
  position: relative;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 4.25px;
  text-transform: uppercase;
  border-radius: 36px;
}

.patternHero .btn--white {
  background-color: #ffffff;
  color: #2e469e;
}

.patternHero .btn--white:hover {
  background-color: #2e469e;
  color: #ffffff;
}

.patternHero__content h1 {
  color: #2e469e;
  font-family: "tiempos-headline-bold", Times, Georgia, serif;
  margin-bottom: 28px;
}

.patternHero__content p {
  margin-bottom: 46px;
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.patternHero--teal {
  background-color: #c9f8eb;
}

#contact-form__contact_us {
  padding-top: 1rem;
  padding-bottom: 5rem;
  max-width: 800px;
  margin: 0 auto;
}

#contact-form__contact_us iframe {
  height: 600px;
  visibility: hidden;
}

#freshwidget-fallback {
  display: block;
  margin-top: 20px;
}

#security-report {
  display: flex;
  justify-content: center;
}

.u-m-auto {
  margin: auto;
}

.u-m-0 {
  margin: 0;
}

.u-m-16 {
  margin: 16px;
}

.u-mt-24 {
  margin-top: 24px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mb-8 {
  margin-bottom: 8px;
}

.u-mb-16 {
  margin-bottom: 16px;
}

.u-mb-24 {
  margin-bottom: 24px;
}

.u-mb-80 {
  margin-bottom: 80px;
}

.u-p-8 {
  padding: 8px;
}

.u-flex {
  display: flex;
}

.u-justify-center {
  justify-content: center;
}

.u-flex-column {
  flex-direction: column;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
}

.u-hidden {
  display: none;
}

.u-bullet-list {
  margin-left: 16px;
  padding-left: 16px;
}

.u-bullet-list li {
  font-size: 18px;
  list-style: disc;
  padding: 4px;
}

.u-float-right {
  float: right;
}

.u-float-left {
  float: left;
}

.u-text-success {
  color: #5dbb61;
}

body#dieline_request .header {
  position: absolute;
  top: 16px;
}

.dieline-hero {
  background: #ffdd7d;
  padding: 80px 0 96px;
  position: relative;
  width: 100%;
  z-index: 0;
}

.dieline-hero__container {
  display: flex;
}

.dieline-hero__panel {
  position: relative;
  width: 50%;
}

.dieline-hero__details {
  padding: 104px 6% 0 24%;
}

.dieline-hero__headline {
  color: #2e469e;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 3.75em;
  line-height: 1.125;
  margin-bottom: 40px;
}

.dieline-hero__lead {
  font-size: 20px;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
}

.dieline-hero__img {
  max-width: 712px;
  width: 100%;
}

.dieline-hero #bg-circle {
  bottom: -10%;
  left: -10%;
  position: absolute;
  z-index: -1;
}

.dieline-hero #bg-triangle {
  position: absolute;
  z-index: -1;
}

.dieline-form {
  margin-top: 32px;
}

.dieline-form input.dieline-form__input,
.dieline-form select.dieline-form__input {
  border: 2px solid transparent;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-size: 18px;
  height: 60px;
  width: 100%;
}

.dieline-form input.dieline-form__input:focus,
.dieline-form select.dieline-form__input:focus {
  border: 2px solid #2e469e;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}

.dieline-form .label__text {
  color: #2e469e;
  display: block;
  font-size: 18px;
  font-weight: 100;
  margin: 8px;
}

.dieline-form .btn {
  margin-top: 24px;
}

.form-row {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
}

.form-row label.form__label {
  margin: 0;
}

.form-row label.form__label:nth-of-type(1) {
  flex-grow: 2;
  margin-right: 32px;
}

.form-row label.form__label:nth-of-type(2) {
  flex-grow: 2;
  width: 100%;
}

.form-row label.form__label--inline {
  width: 30%;
}

.icon-input {
  background: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  width: 100%;
}

.icon-input:focus {
  border: 2px solid #2e469e;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  outline: 0;
}

input[type='number'].icon-input {
  background-position-x: 8px;
  background-position-y: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding-left: 64px;
  font-size: 22px;
  text-align: center;
}

input[type='number'].icon-input:focus {
  outline: 0;
}

input[type='number'].icon-input.depth-bg-icon {
  background-image: url(https://assets.packlane.com/images/depth-icon-01ccafe10bb5916c498321861a2cacd5.svg);
}

input[type='number'].icon-input.length-bg-icon {
  background-image: url(https://assets.packlane.com/images/length-icon-896c815acf42abb40e197f25b7e8a3e3.svg);
}

input[type='number'].icon-input.width-bg-icon {
  background-image: url(https://assets.packlane.com/images/width-icon-a2933bfd1f9331c0b8da3c0199b1f858.svg);
}

.notice {
  margin: 16px 0;
  padding: 16px 16px 0;
}

.notice--success {
  background: #c9e8ca;
  border: 1px solid #44a248;
}

.notice--danger {
  background: #ef8a83;
  border: 1px solid #c61003;
}

.notice p {
  font-size: 18px;
  margin-bottom: 16px;
}

@media screen and (max-width: 1449.98px) {
  .dieline-hero__details {
    padding: 104px 6% 0 6%;
  }
}

@media screen and (max-width: 1199.98px) {
  .dieline-hero__panel:nth-child(1) {
    width: 65%;
  }

  .dieline-hero__panel:nth-child(2) {
    width: 35%;
  }

  .dieline-hero__img {
    padding: 50% 6% 0 6%;
  }
}

@media screen and (max-width: 991.98px) {
  .dieline-hero__panel:nth-child(1) {
    width: 100%;
  }

  .dieline-hero__panel:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 449.98px) {
  .form-row {
    flex-direction: column;
  }

  .form-row .form__label,
  .form-row .form__label--inline {
    width: 100% !important;
  }

  .dieline-form .btn {
    display: block;
    margin: 16px auto 0;
  }

  .dieline-form p {
    text-align: center;
  }
}

.lead-form-wrapper {
  background: #ffffff;
  box-shadow: 0 9px 21px 3px rgba(0, 0, 0, 0.18);
  padding: 48px;
}

.lead-form-wrapper__title {
  color: #2e469e;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.lead-form-wrapper__title--serif {
  color: #2e469e;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.lead-form-wrapper__text {
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
}

.lead-form {
  background: #ffffff;
}

.lead-form .form__field {
  margin: 16px 0;
}

.lead-form .form__field--half {
  display: inline-block;
  margin: 0;
  width: 48%;
}

.lead-form .horizontal-fields {
  display: flex;
  justify-content: space-between;
}

.lead-form label.form__label {
  width: 100%;
}

.lead-form .checkboxes-item-container {
  background-color: #ffffff;
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  font-size: 15px;
  height: 40px;
  border-bottom: solid 2px #edeff3;
  outline: none;
  padding: 5px;
  text-align: left;
  line-height: 2.1;
  font-weight: 400;
  width: 100%;
}

.lead-form .checkboxes-item-container input {
  margin-right: 10px;
}

.lead-form .checkboxes-item-container label {
  white-space: nowrap;
}

.lead-form textarea.form__text-input,
.lead-form input[type='number'].form__text-input,
.lead-form input[type='text'].form__text-input {
  background: #f5f4f2;
  border: 2px solid #e5e3dd;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
}

.lead-form textarea.form__text-input--error,
.lead-form input[type='number'].form__text-input--error,
.lead-form input[type='text'].form__text-input--error {
  border: 2px solid #d9341f;
}

.lead-form textarea.form__text-input:focus,
.lead-form input[type='number'].form__text-input:focus,
.lead-form input[type='text'].form__text-input:focus {
  border: 2px solid #2e469e;
  outline: none;
  box-shadow: none;
}

.lead-form select.form__text-input {
  background: #F5F4F2 url("data:image/svg+xml,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='10px' height='18px' viewBox='0 0 10 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 44.1 (41455) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3E copy%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E%3C/defs%3E %3Crect width='100%25' height='100%25' fill='%23F5F4F2'/%3E %3Cg id='i4-mailer-landing' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='01-landing-mailer' transform='translate(-455.000000, -496.000000)' fill='%23A3A3A3'%3E %3Cpath d='M459.59375,498.8125 L456.40625,502 L455,500.59375 L459.59375,496 L464.1875,500.59375 L462.78125,502 L459.59375,498.8125 Z M459.59375,511.1875 L462.78125,508 L464.1875,509.40625 L459.59375,514 L455,509.40625 L456.40625,508 L459.59375,511.1875 Z' id='-copy'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E") right 10px center no-repeat;
  height: 41px;
  width: 100%;
  padding-right: 40px;
  border: 2px solid #e5e3dd;
  border-radius: 3px;
}

.lead-form select.form__text-input:focus {
  box-shadow: none;
}

.lead-form textarea.form__text-input {
  height: 80px;
}

.lead-form .pbtn {
  border-radius: 36px;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  letter-spacing: 4.25px;
  margin: 0 auto;
  padding: 22px 40px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  text-align: center;
  white-space: nowrap;
}

.lead-form .pbtn--primary {
  background-color: #2e469e;
  color: #f6f6f6;
}

.lead-form .pbtn:disabled {
  background: #e1e1e1;
  pointer-events: none;
  cursor: default;
}

@media screen and (max-width: 767.98px) {
  .lead-form .horizontal-fields {
    flex-direction: column;
  }

  .lead-form .form__field--half {
    margin: 8px 0;
    width: 100%;
  }

  .lead-form {
    min-width: inherit;
    padding: 0;
  }

  .lead-form-wrapper {
    padding: 30px;
  }
}

body#consultation,
body#consultation .wrapper {
  background: #ffe8ba;
}

body#packlane_plus,
body#packlane_plus .wrapper {
  background: #ffffff;
}

body#consultation > .header,
body#packlane_plus > .header {
  position: inherit;
}

body#consultation .wrapper,
body#packlane_plus .wrapper {
  padding: 40px 0 80px;
}

body#consultation .grid-container,
body#packlane_plus .grid-container {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax(auto, 504px) auto;
  margin: auto;
  max-width: 1440px;
  padding: 0 32px;
}

body#consultation .panel-content,
body#packlane_plus .panel-content {
  grid-column: 1 / 2;
}

body#consultation .page-copy,
body#packlane_plus .page-copy {
  margin: 0 40px 16px;
}

body#consultation .page-copy__title,
body#packlane_plus .page-copy__title {
  color: #2e469e;
  font-family: "tiempos-headline-bold", Times, Georgia, serif;
  font-size: 64px;
  margin-bottom: 56px;
  position: relative;
}

body#consultation .page-copy__title:after,
body#packlane_plus .page-copy__title:after {
  background: #80ffef;
  bottom: -24px;
  content: '';
  display: block;
  height: 8px;
  width: 40px;
  position: absolute;
}

body#consultation .page-copy__lead,
body#packlane_plus .page-copy__lead {
  font-size: 20px;
  margin-bottom: 24px;
}

body#consultation .page-copy__link,
body#packlane_plus .page-copy__link {
  color: #2e469e;
}

body#consultation .lead-testimonials,
body#packlane_plus .lead-testimonials {
  grid-column: 1 / 2;
  margin: 60px 40px 0;
}

body#consultation .company-support__title,
body#packlane_plus .company-support__title {
  color: #4b4b4b;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  margin-bottom: 16px;
}

body#consultation .company-support__text,
body#packlane_plus .company-support__text {
  color: #4b4b4b;
  font-size: 16px;
}

body#consultation .company-logos,
body#packlane_plus .company-logos {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
  flex-wrap: wrap;
  align-items: center;
}

body#consultation .company-logos img,
body#packlane_plus .company-logos img {
  max-height: 74px;
  margin: 8px;
}

body#consultation .company-logos img:first-child,
body#packlane_plus .company-logos img:first-child {
  max-height: 72px;
}

body#consultation .form-container,
body#packlane_plus .form-container {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

@media screen and (max-width: 1449.98px) {
  body#consultation .company-logos img,
  body#packlane_plus .company-logos img {
    max-height: 16px;
  }
}

@media screen and (max-width: 1349.98px) {
  body#consultation .grid-container,
  body#packlane_plus .grid-container {
    grid-template-rows: minmax(auto, 560px) auto;
  }
}

@media screen and (max-width: 1249.98px) {
  body#consultation .page-copy__title,
  body#packlane_plus .page-copy__title {
    font-size: 3.275em;
  }
}

@media screen and (max-width: 1199.98px) {
  body#consultation .page-copy,
  body#packlane_plus .page-copy {
    margin: 0;
  }

  body#consultation .lead-form,
  body#packlane_plus .lead-form {
    margin-right: 0;
  }

  body#consultation .lead-testimonials,
  body#packlane_plus .lead-testimonials {
    margin: 60px 0 0;
  }
}

@media screen and (max-width: 991.98px) {
  body#consultation .grid-container,
  body#packlane_plus .grid-container {
    grid-template-rows: auto auto;
  }

  body#consultation .panel-content,
  body#packlane_plus .panel-content {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  body#consultation .page-copy,
  body#packlane_plus .page-copy {
    margin: 0 24px;
  }

  body#consultation .form-container,
  body#packlane_plus .form-container {
    grid-column: 1 / 3;
    grid-row: 2;
  }

  body#consultation .lead-form,
  body#packlane_plus .lead-form {
    padding: 40px 0;
  }

  body#consultation .lead-testimonials,
  body#packlane_plus .lead-testimonials {
    grid-column: 1 / 3;
    grid-row: 3;
    margin: 8px 24px;
  }

  body#consultation .company-logos img,
  body#packlane_plus .company-logos img {
    max-height: 74px;
  }
}

@media screen and (max-width: 767.98px) {
  body#consultation .horizontal-fields,
  body#packlane_plus .horizontal-fields {
    flex-direction: column;
  }

  body#consultation .form__field--half,
  body#packlane_plus .form__field--half {
    margin: 8px 0;
    width: 100%;
  }

  body#consultation .lead-form,
  body#packlane_plus .lead-form {
    min-width: inherit;
  }

  body#consultation .company-logos,
  body#packlane_plus .company-logos {
    justify-content: space-evenly;
  }
}

@media screen and (max-width: 449.98px) {
  body#consultation .grid-container,
  body#packlane_plus .grid-container {
    padding: 0 16px;
    grid-gap: 16px;
  }

  body#consultation .page-copy,
  body#packlane_plus .page-copy {
    margin: 0 16px;
  }

  body#consultation .lead-form,
  body#packlane_plus .lead-form {
    padding: 32px 0;
  }

  body#consultation .company-logos,
  body#packlane_plus .company-logos {
    flex-direction: column;
  }

  body#consultation .company-logos img,
  body#packlane_plus .company-logos img {
    margin: 24px 0;
  }
}

body#lumi_comparison > .header {
  position: inherit;
}

body#lumi_comparison .wrapper {
  background: #ffffff;
  padding: 40px 0 80px;
}

body#lumi_comparison .grid-container {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  margin: 64px auto;
  max-width: 1440px;
  padding: 0 32px;
}

body#lumi_comparison .panel-content {
  grid-column: 1 / 2;
}

body#lumi_comparison .page-copy {
  margin: 48px 48px 48px 40px;
}

body#lumi_comparison .page-copy__title {
  color: #2e469e;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 42px;
  position: relative;
}

body#lumi_comparison .page-copy__title:after {
  background: #80ffef;
  top: -24px;
  content: '';
  display: block;
  height: 8px;
  width: 40px;
  position: absolute;
}

body#lumi_comparison .page-copy__sub-title {
  color: #4b4b4b;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 58px;
  margin-bottom: 40px;
}

body#lumi_comparison .page-copy__lead {
  font-size: 20px;
  margin-bottom: 24px;
}

body#lumi_comparison .page-copy__link {
  color: #2e469e;
}

body#lumi_comparison .mediaAndTextModule__media {
  padding: 64px 24px;
  width: 100%;
}

body#lumi_comparison .testimonials-container {
  background: #f4f4f4;
  padding: 40px 24px;
}

body#lumi_comparison .testimonials {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1296px;
}

body#lumi_comparison .company-support {
  width: 45%;
}

body#lumi_comparison .company-support__title {
  color: #4b4b4b;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  margin-bottom: 16px;
}

body#lumi_comparison .company-support__text {
  color: #4b4b4b;
  font-size: 16px;
}

body#lumi_comparison .company-logos {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
  width: 50%;
}

body#lumi_comparison .company-logos img {
  max-height: 74px;
  margin: 8px;
}

body#lumi_comparison .company-logos img:first-child {
  max-height: 72px;
}

body#lumi_comparison .comparison-table__container {
  display: flex;
  margin: 40px auto 80px;
  padding: 0 24px;
  max-width: 1140px;
}

body#lumi_comparison .features-table {
  width: 28%;
}

body#lumi_comparison .features-table th {
  height: 88px;
}

body#lumi_comparison .features-table td {
  font-size: 20px;
  height: 96px;
  padding: 16px 8px;
  text-align: left;
}

body#lumi_comparison .marketing-table {
  box-shadow: 0 8px 25px 7px rgba(0, 0, 0, 0.08);
  width: 72%;
}

body#lumi_comparison .marketing-table th {
  border-bottom: 3px solid;
  color: #222222;
  font-size: 24px;
  font-weight: 900;
  height: 88px;
  text-align: center;
}

body#lumi_comparison .marketing-table th:nth-child(1) {
  color: #2e469e;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 32px;
}

body#lumi_comparison .marketing-table tbody .mobile-row {
  display: none;
}

body#lumi_comparison .marketing-table tbody td {
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
  height: 96px;
  padding: 16px 24px;
  text-align: center;
}

body#lumi_comparison .form-container {
  width: 45%;
  margin: auto;
}

body#lumi_comparison .quote-section {
  padding: 64px;
  position: relative;
}

body#lumi_comparison .quote-section .section-header--center {
  margin: auto;
  width: 60%;
}

body#lumi_comparison .quote-section .section-header__title {
  color: #4b4b4b;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 38px;
  margin-bottom: 24px;
  text-align: center;
}

body#lumi_comparison .quote-section .section-header__lead {
  font-size: 18px;
  margin-bottom: 16px;
  text-align: center;
}

@media screen and (max-width: 1249.98px) {
  body#lumi_comparison .features-table {
    width: 24%;
  }

  body#lumi_comparison .features-table th {
    height: 88px;
  }

  body#lumi_comparison .features-table td {
    font-size: 16px;
    height: 96px;
    padding: 16px 8px;
  }

  body#lumi_comparison .marketing-table {
    width: 76%;
  }

  body#lumi_comparison .marketing-table th {
    font-size: 24px;
    height: 88px;
  }

  body#lumi_comparison .marketing-table th:nth-child(1) {
    font-size: 32px;
  }

  body#lumi_comparison .marketing-table tbody td {
    font-size: 16px;
    height: 96px;
    padding: 16px 24px;
  }
}

@media screen and (max-width: 1199.98px) {
  body#lumi_comparison .quote-section {
    padding: 40px 24px;
  }

  body#lumi_comparison .quote-section .section-header--center {
    width: 100%;
  }

  body#lumi_comparison .form-container {
    width: 70%;
  }
}

@media screen and (max-width: 991.98px) {
  body#lumi_comparison .grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  body#lumi_comparison .testimonials {
    flex-direction: column;
  }

  body#lumi_comparison .testimonials .company-support {
    padding: 16px;
    text-align: center;
    width: 100%;
  }

  body#lumi_comparison .page-copy {
    margin: 0 24px;
  }

  body#lumi_comparison .form-container {
    width: 100%;
  }

  body#lumi_comparison .company-logos {
    margin: auto;
  }

  body#lumi_comparison .company-logos img {
    max-height: 74px;
  }
}

@media screen and (max-width: 767.98px) {
  body#lumi_comparison .features-table {
    display: none;
  }

  body#lumi_comparison .marketing-table {
    width: 100%;
  }

  body#lumi_comparison .marketing-table tbody .mobile-row {
    display: table-row;
  }

  body#lumi_comparison .marketing-table tbody .mobile-row td {
    border-bottom: none;
    font-size: 14px;
    height: 16px;
    font-weight: 900;
    padding-bottom: 0;
    text-align: left;
  }

  body#lumi_comparison .marketing-table tbody td {
    height: 80px;
  }

  body#lumi_comparison .horizontal-fields {
    flex-direction: column;
  }

  body#lumi_comparison .form__field--half {
    margin: 8px 0;
    width: 100%;
  }

  body#lumi_comparison .lead-form {
    min-width: inherit;
  }

  body#lumi_comparison .company-logos {
    justify-content: space-evenly;
    flex-direction: column;
  }

  body#lumi_comparison .company-logos img {
    margin: 24px 0;
  }
}

@media screen and (max-width: 449.98px) {
  body#lumi_comparison .page-copy {
    margin: 0 16px;
  }

  body#lumi_comparison .lead-form {
    padding: 32px;
  }
}

.nested-options {
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 0;
  transition-duration: 600ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  position: relative;
}

.nested-options:hover {
  border-color: #2e469e;
}

.nested-options.active {
  margin: 16px 0 0;
  max-height: 500px;
  padding: 0 8px 8px;
}

.nested-options__header {
  align-items: center;
  background-color: #e6f9f5;
  display: flex;
  justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nested-options__header-without-background-color {
  align-items: center;
  display: flex;
  justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nested-options__spacer {
  align-items: center;
  display: flex;
  flex-grow: 1;
}

.nested-options__spacer:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.18);
  transition: background 600ms cubic-bezier(0, 1, 0.5, 1);
}

.nested-options:hover .nested-options__spacer:after {
  background: #2e469e;
}

.nested-options__legend {
  color: #4b4b4b;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  padding: 0 4px;
  position: relative;
  text-transform: uppercase;
}

.nested-options .legend-link {
  background: #e6f9f5;
  color: #2e469e;
  font-size: 12px;
  height: inherit;
  padding: 0 4px;
}

.nested-options .legend-link:hover {
  text-decoration: underline;
}

.nested-options__label {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  margin: 0;
  padding: 8px 4px;
}

.nested-options__label:hover {
  background: rgba(0, 0, 0, 0.05);
}

.nested-options__label:hover .nested-options__label-text {
  color: #2e469e;
}

.nested-options__label-text {
  color: #666666;
  line-height: 0.9;
}

.nested-options__radio {
  margin-right: 8px;
}

.nested-options__radio:checked + .nested-options__label-text {
  color: #2e469e;
  font-weight: 900;
}

.nested-options__message {
  color: #848794;
  font-size: 0.875em;
  font-style: italic;
  padding-top: 6px;
  text-align: center;
}

.dielineupload#index {
  background-color: #f4f4f4;
}

#dieline-upload-container {
  min-width: 960px;
  margin: 80px auto 0;
}

#dieline-upload-container h4 {
  color: #2e469e;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
}

#dieline-upload-container .dashboard-container {
  display: flex;
  align-items: flex-start;
  margin: 0 24px 96px;
}

#dieline-upload-container .upload-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-right: 32px;
  justify-content: center;
  min-width: 800px;
}

#dieline-upload-container .uploader {
  position: relative;
  width: 48%;
}

#dieline-upload-container .uploader:nth-of-type(2) {
  margin-left: 16px;
}

#dieline-upload-container .uploader h2 {
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #2e469e;
  padding: 0;
  text-align: center;
}

#dieline-upload-container .uploader:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 0;
  padding-bottom: calc(1.5 * 100%);
}

#dieline-upload-container .dropzone-container {
  align-items: center;
  background-color: #edeff3;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 95%;
}

#dieline-upload-container .dropzone-container:hover {
  background-color: #edf3ee;
  cursor: -webkit-grab;
  cursor: grab;
}

#dieline-upload-container .dropzone-message {
  position: absolute;
  z-index: 1;
  text-align: center;
}

#dieline-upload-container .dropzone-message__title {
  display: flex;
  color: #2e469e;
  margin-bottom: 4px;
  font-weight: 900;
  font-size: 16px;
}

#dieline-upload-container .dropzone-message__subtitle {
  color: #666666;
  font-size: 14px;
}

#dieline-upload-container .dropzone-message svg {
  width: 32px;
  margin-bottom: 8px;
}

#dieline-upload-container .dropzone {
  border: 1px dashed #2e469e;
  height: 100%;
  width: 100%;
  z-index: 2;
}

#dieline-upload-container .dropzone:hover {
  border: 1px dashed #5dbb61;
}

#dieline-upload-container .previewer {
  position: relative;
  width: 48%;
}

#dieline-upload-container .previewer:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 0;
  padding-bottom: calc(1.5 * 100%);
}

#dieline-upload-container .previewer .title {
  display: flex;
  justify-content: center;
  align-items: center;
}

#dieline-upload-container .previewer .title svg {
  width: 24px;
  margin: 3px 16px 0;
}

#dieline-upload-container .previewer .title button {
  height: auto;
}

#dieline-upload-container .previewer h2 {
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #2e469e;
  padding: 0;
}

#dieline-upload-container .preview-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 95%;
}

#dieline-upload-container .footer {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

#dieline-upload-container .footer p {
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #808080;
  line-height: 16px;
}

#dieline-upload-container .footer .emphasized {
  font-weight: 700;
}

#dieline-upload-container .side-panel {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 24px;
  min-width: 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  width: 320px;
}

#dieline-upload-container .side-panel-section {
  align-items: center;
  background-color: #ffffff;
  border-bottom: 2px solid #f4f4f4;
  display: flex;
  flex-wrap: wrap;
  min-height: 64px;
  padding: 16px 24px;
}

#dieline-upload-container .side-panel-section > div {
  width: 100%;
}

#dieline-upload-container .side-panel-section:first-child {
  border-top-left-radius: 10px;
}

#dieline-upload-container .side-panel-section:last-of-type {
  align-items: baseline;
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

#dieline-upload-container .labeled-select {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#dieline-upload-container .labeled-select__label {
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  color: #8189a7;
  padding: 0;
  width: auto;
}

#dieline-upload-container .labeled-select__dropdown {
  border: none;
}

#dieline-upload-container .labeled-select__dropdown .dropdown__list {
  box-shadow: 0 6px 11px 2px rgba(0, 0, 0, 0.18);
  width: 180px;
}

#dieline-upload-container .dropdown__active {
  outline: none;
  padding: 0;
}

#dieline-upload-container .dropdown__active:hover .dropdown__active-text {
  color: #2e469e;
}

#dieline-upload-container .dropdown__active-text {
  color: #666666;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-align: right;
}

#dieline-upload-container .panel-title {
  align-items: center;
  display: flex;
  padding: 8px 0 16px;
  width: 100%;
}

#dieline-upload-container .panel-title > div {
  width: 100%;
}

#dieline-upload-container .panel-title select {
  color: #2e469e;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: 900;
  padding-bottom: 10px;
}

#dieline-upload-container .panel-title .labeled-select__label {
  border: none;
  color: #8189a7;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  padding: 0;
  width: auto;
}

#dieline-upload-container .panel-title .labeled-select__dropdown {
  border: none;
  width: auto;
}

#dieline-upload-container .panel-title .dropdown__active-text {
  color: #666;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-align: left;
}

#dieline-upload-container .panel-title .dropdown__active {
  outline: none;
  padding: 0;
}

#dieline-upload-container label {
  color: #8189a7;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 0;
}

#dieline-upload-container label.stacked {
  padding-bottom: 8px;
}

#dieline-upload-container .boxed-input {
  border: 2px solid #ccd4ed;
  background: #fcfcfc;
  box-shadow: inset 2px 2px 6px 0 rgba(71, 78, 102, 0.1);
  border-radius: 5px;
  color: #666666;
  height: 40px;
  padding: 0 20px 0 10px;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-align: right;
  width: 76px;
}

#dieline-upload-container .boxed-input::-webkit-input-placeholder {
  color: #d5d5d5;
}

#dieline-upload-container .boxed-input::-ms-input-placeholder {
  color: #d5d5d5;
}

#dieline-upload-container .boxed-input::placeholder {
  color: #d5d5d5;
}

#dieline-upload-container .boxed-input.input__error {
  border: 2px solid #d9341f;
}

#dieline-upload-container .boxed-input-extended {
  border: 2px solid #ccd4ed;
  background: #fcfcfc;
  box-shadow: inset 2px 2px 6px 0 rgba(71, 78, 102, 0.1);
  border-radius: 5px;
  margin-left: 70px;
  color: #666666;
  height: 40px;
  padding: 0 20px 0 10px;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-align: right;
  width: 150px;
}

#dieline-upload-container .boxed-input-extended::-webkit-input-placeholder {
  color: #d5d5d5;
}

#dieline-upload-container .boxed-input-extended::-ms-input-placeholder {
  color: #d5d5d5;
}

#dieline-upload-container .boxed-input-extended::placeholder {
  color: #d5d5d5;
}

#dieline-upload-container .boxed-input-extended.input__error {
  border: 2px solid #d9341f;
}

#dieline-upload-container .dimension-input {
  width: 100%;
}

#dieline-upload-container .dimension-input-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#dieline-upload-container .labeled-input {
  position: relative;
}

#dieline-upload-container .labeled-input label {
  position: absolute;
  font-size: 12px;
  right: 6px;
  top: 13px;
  color: #ccd4ed;
}

#dieline-upload-container .width-input {
  padding: 0 21px 0 10px;
}

#dieline-upload-container .dimension-spacer {
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  color: #ccd4ed;
}

#dieline-upload-container .ink-toggle {
  padding: 16px 0;
}

#dieline-upload-container .quantity-field {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

#dieline-upload-container .quantity-field input {
  padding: 0 8px;
}

#dieline-upload-container .notes {
  width: 100%;
}

#dieline-upload-container .notes textarea {
  background: #f4f4f4;
  border: 2px solid #ccd4ed;
  border-radius: 5px;
  box-shadow: inset 2px 2px 6px 0 rgba(71, 78, 102, 0.1);
  height: 5em;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  padding: 8px 20px 8px 10px;
  text-align: left;
  width: 100%;
}

#dieline-upload-container .notes textarea::-webkit-input-placeholder {
  color: #d5d5d5;
}

#dieline-upload-container .notes textarea::-ms-input-placeholder {
  color: #d5d5d5;
}

#dieline-upload-container .notes textarea::placeholder {
  color: #d5d5d5;
}

#dieline-upload-container button.submit {
  background-color: #2e469e;
  border-bottom-left-radius: 10px;
  color: #ffffff;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  height: 100%;
  padding: 20px 16px;
  width: 100%;
}

#dieline-upload-container button.submit[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

#dieline-upload-container .modal__overlay {
  background-color: rgba(43, 70, 160, 0.9);
}

#dieline-upload-container .modal__container {
  width: 400px;
  padding-bottom: 0;
}

#dieline-upload-container .modal__container .dieline-modal button {
  display: block;
  border-radius: 36px;
  background-color: #2e469e;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 12px 32px;
}

#dieline-upload-container .dieline-modal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#dieline-upload-container .dieline-modal__header {
  padding: 14px 14px 32px;
}

#dieline-upload-container .dieline-modal__header img {
  padding-bottom: 0;
}

#dieline-upload-container .dieline-modal__confirmation .dieline-modal__header {
  padding-bottom: 14px;
}

#dieline-upload-container .dieline-modal__confirmation .dieline-modal__header img {
  width: 170px;
  padding-left: 30px;
}

#dieline-upload-container .dieline-modal__confirmation h2 {
  margin-top: 0px;
}

#dieline-upload-container .dieline-modal__confirmation p {
  margin: 0 0 0.5rem;
}

#dieline-upload-container .dieline-modal__confirmation small {
  margin: 0 1rem;
  text-align: center;
  font-size: 0.75rem;
}

#dieline-upload-container .dieline-modal__confirmation .close {
  position: absolute;
  right: 16px;
  top: 16px;
}

#dieline-upload-container .dieline-modal__confirmation .close img {
  width: 18px;
}

#dieline-upload-container .dieline-modal__confirmation .btn {
  color: #ffffff;
  letter-spacing: 0;
  text-transform: capitalize;
  padding: 16px 64px 18px;
  margin: 16px 0 0;
}

#dieline-upload-container .dieline-modal form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#dieline-upload-container .dieline-modal h2 {
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  color: #2e469e;
}

#dieline-upload-container .dieline-modal input {
  width: 100%;
  font-weight: inherit;
  text-align: left;
  box-shadow: none;
  border: 2px solid #dedede;
  margin-bottom: 22px;
  height: 48px;
  background-color: #ffffff;
  padding: 10px 20px;
}

#dieline-upload-container .dieline-modal input::-webkit-input-placeholder {
  color: #7b7b7b;
}

#dieline-upload-container .dieline-modal input::-ms-input-placeholder {
  color: #7b7b7b;
}

#dieline-upload-container .dieline-modal input::placeholder {
  color: #7b7b7b;
}

#dieline-upload-container .dieline-modal input .signup-link {
  margin-top: 24px;
  width: 100%;
  font-size: 12px;
  text-align: center;
}

#dieline-upload-container .status-display {
  align-items: center;
  background-color: rgba(43, 70, 160, 0.9);
  color: #ffffff;
  display: flex;
  font-size: 1.2em;
  font-weight: 100;
  height: 3em;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  padding: 5px;
}

#dieline-upload-container .divider {
  position: relative;
  width: 100%;
  height: 4px;
  margin-bottom: 24px;
}

#dieline-upload-container .divider::after {
  content: '';
  width: 36px;
  height: 4px;
  background-color: #8189a7;
  position: absolute;
  left: 50%;
  margin-left: -18px;
}

.normal-link {
  color: #2e469e;
  display: block;
  font-size: 14px;
  margin: auto;
  text-decoration: underline;
}

.logoShowcase,
.logoShowcase .container,
.logoShowcase__text,
.packlanePlusBanner .container {
  box-sizing: border-box;
}

.page#index main {
  padding: 0;
}

.page#index .row {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}

.page#index .row > div {
  display: flex;
  flex: 1;
  flex-direction: column;
}

@media (min-width: 700px) {
  .page#index .row > div {
    margin-right: 20px;
  }

  .page#index .row > div:last-child {
    margin-right: 0;
  }
}

@media (max-width: 700px) {
  .page#index .row {
    flex-direction: column;
  }

  .page#index .row > div {
    margin: 0 20px 20px;
  }

  .page#index .row > div:last-child {
    margin-bottom: 0;
  }
}

.page#index .masthead {
  display: flex;
  height: 500px;
  color: white;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  background-color: #e7b8c2;
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(53, 57, 82, 0)), url(/images/packlane-boxes-pink.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.page#index .masthead:hover {
  background-color: #b0d7e7;
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(53, 57, 82, 0)), url(/images/packlane-boxes-blue.jpg);
}

.page#index .masthead .badge {
  height: 120px;
  -webkit-animation: 1s tada;
          animation: 1s tada;
  margin: 0 auto;
}

.page#index .masthead .content {
  position: relative;
  top: -20px;
  padding: 0 10px;
}

.page#index .masthead h1 {
  margin: 0;
  line-height: 1.1;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 64px;
  font-weight: 600;
  -webkit-animation: 1s bounce-in;
          animation: 1s bounce-in;
}

@media (max-width: 840px) {
  .page#index .masthead h1 {
    font-size: 48px;
  }
}

@media (max-width: 400px) {
  .page#index .masthead h1 {
    font-size: 32px;
  }
}

.page#index .masthead h2.subheading {
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: -1px;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .page#index .masthead h2.subheading {
    font-size: 0.975rem;
  }
}

.page#index .masthead h2.subheading span:after {
  content: ' \2022   ';
}

.page#index .masthead h2.subheading span:last-child:after {
  content: '';
}

.page#index .masthead .choose-a-style {
  display: inline-block;
}

.page#index .features {
  background: #f4f4f4;
  border-bottom: 1px solid #d5d5d5;
}

.page#index .features .feature {
  padding: 25px;
  background: #fff;
  border: 1px solid #d5d5d5;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
}

@media (min-width: 700px) {
  .page#index .features .feature {
    min-height: 230px;
  }
}

@media (min-width: 800px) {
  .page#index .features .feature {
    min-height: 200px;
  }
}

@media (min-width: 1000px) {
  .page#index .features .feature {
    min-height: 180px;
  }
}

.page#index .features .feature .sprite {
  margin: 0 auto;
  height: 16px;
  background: url("/images/spritesheet.png");
}

.page#index .features .feature .sprite.order {
  background-position: -37px 0px;
  width: 13px;
}

.page#index .features .feature .sprite.thumbsup {
  background-position: -18px 0px;
  width: 15px;
}

.page#index .features .feature .sprite.stamp {
  background-position: 0px 0px;
  width: 14px;
}

.page#index .features .feature h3 {
  font-size: 1.225rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

.page#index .features .feature p {
  margin: 0;
  margin-top: 5px;
  font-size: 1.225rem;
  line-height: 22px;
}

.page#index .inventory .package {
  display: block;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
}

.page#index .inventory .package .pcon-arrow-right {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.page#index .inventory .package.mailer-box .package-image {
  background-color: #bcdbe2;
}

.page#index .inventory .package.folding-carton .package-image {
  background-color: #f6b4c4;
}

.page#index .inventory .package.shipping-box .package-image {
  background-color: #c7d5c2;
}

.page#index .inventory .package h3 {
  margin: 0;
  padding: 20px 15px;
  background-color: #fff;
  border-bottom: 1px solid #262626;
  color: #00008c;
  font-size: 1.225rem;
  font-weight: 900;
  line-height: 1;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
}

.page#index .inventory .package .package-image {
  padding-bottom: 1em;
  text-align: center;
}

.page#index .inventory .package .package-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 321px;
  height: 430px;
}

.page#index .inventory .package p {
  background: #fff;
  color: #373a3c;
  margin: 0;
  padding: 1.3em;
  line-height: 22px;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
}

.page#index .more-features .every-inch,
.page#index .more-features .points {
  min-height: 270px;
  padding: 40px 20px;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 1.225rem;
}

.page#index .more-features .every-inch {
  display: flex;
  flex-direction: column;
  background: #e4f1ff url(/images/dieline.png) bottom right no-repeat;
  border: 1px solid #dddddd;
  letter-spacing: -1pt;
}

@media (max-width: 500px) {
  .page#index .more-features .every-inch {
    background-size: auto 60%;
  }
}

.page#index .more-features .every-inch h3 {
  font-size: 1.35rem;
  text-align: center;
}

.page#index .more-features .every-inch h3 a {
  font-weight: 100;
  letter-spacing: 0;
  color: #ea8697;
}

@media (max-width: 400px) {
  .page#index .more-features .every-inch h3 {
    margin-top: 0;
    font-size: 0.975rem;
  }
}

.page#index .more-features .every-inch h4 {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0;
  margin-left: 20px;
  color: #3b5cad;
  font-size: 36px;
  line-height: 1.2;
}

@media (max-width: 400px) {
  .page#index .more-features .every-inch h4 {
    margin-left: 10px;
    font-size: 1.35rem;
  }
}

.page#index .more-features .points {
  position: relative;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page#index .more-features .points .triangle {
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
}

.page#index .more-features .points .triangle.triangle-top-left {
  border-width: 50px 50px 0 0;
  top: 0;
  left: 0;
  border-color: #3b5cad transparent transparent transparent;
}

.page#index .more-features .points .triangle.triangle-top-right {
  border-width: 0 50px 50px 0;
  right: 0;
  top: 0;
  border-color: transparent #ea8697 transparent transparent;
}

.page#index .more-features .points .triangle.triangle-bottom-right {
  border-width: 0 0 50px 50px;
  bottom: 0;
  right: 0;
  border-color: transparent transparent #3b5cad transparent;
}

.page#index .more-features .points .triangle.triangle-bottom-left {
  border-width: 50px 0 0 50px;
  bottom: 0;
  left: 0;
  border-color: transparent transparent transparent #ea8697;
}

.page#index .more-features .points dl {
  margin: 0;
  max-width: 85%;
}

.page#index .more-features .points dl dt > a {
  color: #3b5cad;
  text-decoration: none;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.225rem;
  text-transform: uppercase;
  letter-spacing: 1pt;
}

.page#index .more-features .points dl dd {
  margin: 0;
  margin-bottom: 1em;
  color: #444f6b;
}

.page#index .more-features .points dl dd:last-child {
  margin-bottom: 0;
}

.logoShowcase {
  background: #ffffff;
  border-bottom: 1px solid #d5d5d5;
  padding: 26px 0 14px;
}

.logoShowcase .container {
  padding: 0 10px;
}

.logoShowcase__text {
  color: #373a3c;
  font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  padding: 0 10px;
}

.logoShowcase__logos {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  align-content: stretch;
}

.logoShowcase__logo {
  padding: 10px;
}

.packlanePlusBanner {
  background-color: #9de0f5;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 700px) {
  .packlanePlusBanner {
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (max-width: 700px) {
  .packlanePlusBanner {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    padding-top: 48%;
  }
}

@media screen and (min-width: 700px) {
  .packlanePlusBanner .container {
    padding: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
}

@media screen and (max-width: 700px) {
  .packlanePlusBanner .container {
    padding: 40px 20px;
  }
}

.packlanePlusBanner__content {
  max-width: 380px;
  width: 100%;
}

.packlanePlusBanner__content .pcon-arrow-right {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.packlanePlusBanner__heading,
.packlanePlusBanner__subHeading {
  color: #2e469e;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
}

.packlanePlusBanner__heading {
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 34px;
}

@media screen and (min-width: 700px) {
  .packlanePlusBanner__heading {
    font-size: 45px;
    line-height: 50px;
  }
}

@media screen and (max-width: 700px) {
  .packlanePlusBanner__heading {
    font-size: 36px;
    line-height: 42px;
  }
}

.packlanePlusBanner__subHeading {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 25px;
  margin-bottom: 43px;
}

.policy-section {
  padding: 32px 0;
}

.policy-section__title {
  color: #2e469e;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  margin-bottom: 8px;
}

.policy-section__copy {
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding-bottom: 16px;
}

.policy-section ul {
  margin-left: 16px;
  padding-left: 16px;
}

.policy-section ul li {
  list-style: disc;
  padding-left: 8px;
}

.policy-section ol {
  margin-left: 16px;
  padding-left: 16px;
}

.policy-section ol li {
  list-style: decimal;
  padding-left: 8px;
}

.policy-section ol.alpha li {
  list-style: lower-alpha;
}

.policy-section li {
  font-size: 18px;
  padding-bottom: 16px;
}

.policy-section li ol,
.policy-section li ul {
  margin-top: 8px;
}

.policy-section li ol li:last-child,
.policy-section li ul li:last-child {
  padding-bottom: 0;
}

.page#security section.about {
  padding-top: 140px;
}

.page#security section.about p {
  padding-bottom: 10px;
}

.u-m-auto {
  margin: auto;
}

.u-m-0 {
  margin: 0;
}

.u-m-16 {
  margin: 16px;
}

.u-mt-24 {
  margin-top: 24px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mb-8 {
  margin-bottom: 8px;
}

.u-mb-16 {
  margin-bottom: 16px;
}

.u-mb-24 {
  margin-bottom: 24px;
}

.u-mb-80 {
  margin-bottom: 80px;
}

.u-p-8 {
  padding: 8px;
}

.u-flex {
  display: flex;
}

.u-justify-center {
  justify-content: center;
}

.u-flex-column {
  flex-direction: column;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
}

.u-hidden {
  display: none;
}

.u-bullet-list {
  margin-left: 16px;
  padding-left: 16px;
}

.u-bullet-list li {
  font-size: 18px;
  list-style: disc;
  padding: 4px;
}

.u-float-right {
  float: right;
}

.u-float-left {
  float: left;
}

.u-text-success {
  color: #5dbb61;
}

.testimonial-video {
  background-color: #fff8ed;
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  position: relative;
}

.testimonial-video__inner {
  padding: 104px 0;
}

.testimonial-video__bg {
  margin-top: 60px;
}

.testimonial-video .title {
  font-size: 26px;
  line-height: 30px;
  color: #2e469e;
  position: relative;
  margin-bottom: 20px;
}

.testimonial-video .title--large {
  font-size: 48px;
  font-weight: 900;
  line-height: 51px;
  font-family: "tiempos-headline-bold", Times, Georgia, serif;
}

.testimonial-video__copy {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-width: 840px;
  margin-top: 1rem;
}

.testimonial-video__video-wrapper {
  cursor: pointer;
  height: 0;
  max-width: 725px;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.testimonial-video__video-wrapper::after {
  content: '';
  padding-top: 75%;
}

.testimonial-video__video-wrapper:hover > .testimonial-video__overlay {
  background-image: linear-gradient(rgba(0, 226, 199, 0.55), rgba(0, 226, 199, 0.55)), url("https://assets.packlane.com/15e4lkEAeSWJI1YQsD2guXcieDDSQHAYsUFonk4DyZM/fn:father-time-bread-video/czM6Ly9wYWNrbGFuZS1hc3NldHMvcHJvZHVjdGlvbi9hcHAvaW1hZ2VzL291ci1jdXN0b21lcnMvZmF0aGVyLXRpbWUtYnJlYWQtdmlkZW8uanBn.jpg");
  background-size: cover;
  background-position: center;
  transition: all ease-in 200ms;
}

.testimonial-video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.testimonial-video__overlay {
  box-shadow: 12px 12px 0px 0px #2e469e;
  background-image: url("https://assets.packlane.com/15e4lkEAeSWJI1YQsD2guXcieDDSQHAYsUFonk4DyZM/fn:father-time-bread-video/czM6Ly9wYWNrbGFuZS1hc3NldHMvcHJvZHVjdGlvbi9hcHAvaW1hZ2VzL291ci1jdXN0b21lcnMvZmF0aGVyLXRpbWUtYnJlYWQtdmlkZW8uanBn.jpg");
  background-size: cover;
  background-position: center;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.4s ease;
  width: 100%;
  z-index: 1;
}

.testimonial-video__overlay--active {
  opacity: 0;
  z-index: -1;
}

.testimonial-video__play-btn {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fad143;
  z-index: 2;
  border: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  cursor: pointer;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.testimonial-video__play-btn::before {
  content: '';
  border: 3px solid #2e469e;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  top: -5px;
  left: -5px;
}

.testimonial-video__play-btn--active {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  opacity: 0;
}

.testimonial-video__play-btn svg {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.testimonial-video .container {
  display: block;
  padding: 0;
  width: 100%;
}

.testimonial-video .container--xlarge {
  max-width: 1200px;
}

.testimonial-video .container--center {
  margin-left: auto;
  margin-right: auto;
}

.testimonial-video .flex--center {
  justify-content: center;
}

.testimonial-video .flex {
  display: flex;
  flex-wrap: wrap;
}

.testimonial-video .wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 768px) {
  .testimonial-video__video-wrapper {
    height: 410px;
    padding: 0;
  }
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
}

html {
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

@font-face {
  font-display: swap;
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("/fonts/material-design-icons/MaterialIcons-Regular-570eb83859dc23dd0eec423a49e147fe.woff2?vsn=d") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/proxima-nova/3078F0_6_0-588507344158e713351c893015cd4f9c.woff2?vsn=d") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/proxima-nova/sb-71cf32fd4daaee6026d8c8e62bb3759c.woff2?vsn=d") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/proxima-nova/3078F0_3_0-6bf77363f295e14ab11893087cc52b6c.woff2?vsn=d") format("woff2");
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
}

.body {
  background-color: #f7f7f7;
}

.u-m-auto {
  margin: auto;
}

.u-m-0 {
  margin: 0;
}

.u-m-16 {
  margin: 16px;
}

.u-mt-24 {
  margin-top: 24px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mb-8 {
  margin-bottom: 8px;
}

.u-mb-16 {
  margin-bottom: 16px;
}

.u-mb-24 {
  margin-bottom: 24px;
}

.u-mb-80 {
  margin-bottom: 80px;
}

.u-p-8 {
  padding: 8px;
}

.u-flex {
  display: flex;
}

.u-justify-center {
  justify-content: center;
}

.u-flex-column {
  flex-direction: column;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
}

.u-hidden {
  display: none;
}

.u-bullet-list {
  margin-left: 16px;
  padding-left: 16px;
}

.u-bullet-list li {
  font-size: 18px;
  list-style: disc;
  padding: 4px;
}

.u-float-right {
  float: right;
}

.u-float-left {
  float: left;
}

.u-text-success {
  color: #5dbb61;
}

.page {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
}

.page__header,
.page__footer {
  flex: 0 0 auto;
  padding: 3rem;
}

.page__customizer {
  flex: 1 0 auto;
}

.loading-ellipse:after {
  overflow: hidden;
  display: inline-block;
  position: absolute;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: '\2026';
  /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 1.1rem;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.1rem;
  }
}

.subtle-emphasis {
  color: #7b7b7b;
}

.page-header__disclaimer {
  border-left: 2px solid #7b7b7b;
  font-style: italic;
  line-height: 1.5;
  margin-top: 24px;
  padding: 4px 16px;
}

.holiday {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 24px 0 48px;
}

.holiday__title {
  font-size: 1.125em;
}

.holiday__sup-title {
  color: #7b7b7b;
  font-weight: 100;
}

.holiday .delivery-date {
  margin-top: 40px;
}

.holiday .holiday-table {
  margin: 24px 0;
  width: 77%;
}

.holiday .holiday-table__header {
  color: #2e469e;
  font-weight: 100;
  font-size: 0.95em;
  padding: 8px;
  text-align: center;
}

.holiday .holiday-table__body {
  background: #ffffff;
}

.holiday .holiday-table__data {
  font-size: 1.125em;
  padding: 24px 8px;
  text-align: center;
}

@media screen and (max-width: 991.98px) {
  .holiday {
    display: inherit;
    margin: 48px 0 48px;
  }

  .holiday table {
    width: 100%;
  }
}

.header {
  display: flex;
  flex-direction: row;
}

.header > * + * {
  margin-left: 1.5rem;
}

.header__logo {
  flex: 0 0 auto;
}

.header__trail {
  flex: 1 0 auto;
}

.header__menu {
  flex: 0 0 auto;
}

.footer {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.footer__copy {
  border: 1px solid #000;
}

.customizer {
  display: flex;
}

.customizer > * + * {
  margin-left: 0.5rem;
}

.customizer__menu {
  flex: 0 0 80px;
}

.customizer__submenu {
  flex: 0 0 220px;
}

.customizer__canvas {
  flex: 1 0 auto;
}

.customizer__checkout {
  flex: 0 0 280px;
}

.list {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.list__item {
  flex: 0 1 auto;
}

.list--horizontal {
  flex-direction: row;
}

.list--inline {
  display: inline-flex;
}

.select > * + * {
  border-top: 2px solid #f7f7f7;
}

.select__item {
  display: block;
  background-color: #fff;
}

.select__item--active {
  background-color: #e6f9f5;
  position: relative;
}

.select__item--active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #9be8d8;
}

.select__item--right::before {
  left: auto;
  right: 0;
}

.customizer-menu__list > *:first-child {
  border-top-right-radius: 10px;
  overflow: hidden;
}

.customizer-menu__list > *:nth-last-child(2) {
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.customizer-menu__item {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.customizer-menu__item-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.customizer-menu__item-content > * + * {
  margin-top: 0.2rem;
}

.customizer-menu__item-text {
  text-transform: uppercase;
  display: inline-block;
}

.panel__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1.5rem;
  background-color: #edeff3;
}

.panel__heading {
  flex: 1 1 auto;
}

.panel__close {
  flex: 0 0 auto;
}

.panel__arrow {
  display: block;
  flex: 0 0 auto;
}

.panel__arrow > svg {
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.panel__arrow--open > svg {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.panel__content {
  background-color: #fff;
  padding: 1rem;
}

.panel__content--no-padding {
  padding: 0;
}

.panel__row {
  padding: 0.6rem 1.5rem;
}

.panel__row--form {
  padding-right: 0.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.panel__row--form > * + * {
  margin-left: 0.5rem;
}

.submenu > * + * {
  margin-top: 0.5rem;
}

.checkout__panel {
  background-color: #fff;
  border-top-left-radius: 10px;
  overflow: hidden;
  border-bottom-left-radius: 10px;
}

.checkout__info {
  padding: 2rem 1.5rem;
}

.checkout__row {
  display: flex;
  flex-direction: row;
  padding: 1.5rem;
}

.checkout__row--input {
  padding-right: 0.6rem;
}

.checkout__row--gray {
  background-color: #edeff3;
}

.checkout__desc {
  text-align: left;
}

.checkout__data {
  text-align: right;
  flex: 1 1 auto;
}

.checkout__submit {
  display: block;
  padding: 1.5rem;
  text-align: center;
  background-color: #2b46a0;
  color: #fff;
}

.checkout__submit--request {
  background-color: #edeff3;
}

.COVID19-message {
  background: #f3cbe6;
  font-size: 0.95rem;
  border-radius: 2px;
  padding: 5px;
  margin: 10px 0 10px 0;
}

.input {
  border: 2px solid #e4e7f0;
  display: flex;
  flex-direction: row;
}

.input__input {
  flex: 1 0 auto;
  border: 0;
}

.input__additions {
  flex: 0 0 auto;
  border-left: 2px solid #e4e7f0;
}

.input__plus,
.input__minus {
  padding: 0.2rem;
  text-align: center;
}

.input__minus {
  border-top: 2px solid #e4e7f0;
}

.button {
  display: inline-block;
}

.body {
  background-color: #f7f7f7;
}

.button {
  display: inline-block;
}

.checkout__panel {
  background-color: #fff;
  border-top-left-radius: 10px;
  overflow: hidden;
  border-bottom-left-radius: 10px;
}

.checkout__info {
  padding: 2rem 1.5rem;
}

.checkout__row {
  display: flex;
  flex-direction: row;
  padding: 1.5rem;
}

.checkout__row--input {
  padding-right: 0.6rem;
}

.checkout__row--gray {
  background-color: #edeff3;
}

.checkout__desc {
  text-align: left;
}

.checkout__data {
  text-align: right;
  flex: 1 1 auto;
}

.checkout__submit {
  display: block;
  padding: 1.5rem;
  text-align: center;
  background-color: #2b46a0;
  color: #fff;
}

.checkout__submit--request {
  background-color: #edeff3;
}

.COVID19-message {
  background: #f3cbe6;
  font-size: 0.95rem;
  border-radius: 2px;
  padding: 5px;
  margin: 10px 0 10px 0;
}

.customizer-menu__list > *:first-child {
  border-top-right-radius: 10px;
  overflow: hidden;
}

.customizer-menu__list > *:nth-last-child(2) {
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.customizer-menu__item {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.customizer-menu__item-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.customizer-menu__item-content > * + * {
  margin-top: 0.2rem;
}

.customizer-menu__item-text {
  text-transform: uppercase;
  display: inline-block;
}

.customizer {
  display: flex;
}

.customizer > * + * {
  margin-left: 0.5rem;
}

.customizer__menu {
  flex: 0 0 80px;
}

.customizer__submenu {
  flex: 0 0 220px;
}

.customizer__canvas {
  flex: 1 0 auto;
}

.customizer__checkout {
  flex: 0 0 280px;
}

.footer {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.footer__copy {
  border: 1px solid #000;
}

.header {
  display: flex;
  flex-direction: row;
}

.header > * + * {
  margin-left: 1.5rem;
}

.header__logo {
  flex: 0 0 auto;
}

.header__trail {
  flex: 1 0 auto;
}

.header__menu {
  flex: 0 0 auto;
}

.input {
  border: 2px solid #e4e7f0;
  display: flex;
  flex-direction: row;
}

.input__input {
  flex: 1 0 auto;
  border: 0;
}

.input__additions {
  flex: 0 0 auto;
  border-left: 2px solid #e4e7f0;
}

.input__plus,
.input__minus {
  padding: 0.2rem;
  text-align: center;
}

.input__minus {
  border-top: 2px solid #e4e7f0;
}

.list {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.list__item {
  flex: 0 1 auto;
}

.list--horizontal {
  flex-direction: row;
}

.list--inline {
  display: inline-flex;
}

.u-m-auto {
  margin: auto;
}

.u-m-0 {
  margin: 0;
}

.u-m-16 {
  margin: 16px;
}

.u-mt-24 {
  margin-top: 24px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mb-8 {
  margin-bottom: 8px;
}

.u-mb-16 {
  margin-bottom: 16px;
}

.u-mb-24 {
  margin-bottom: 24px;
}

.u-mb-80 {
  margin-bottom: 80px;
}

.u-p-8 {
  padding: 8px;
}

.u-flex {
  display: flex;
}

.u-justify-center {
  justify-content: center;
}

.u-flex-column {
  flex-direction: column;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
}

.u-hidden {
  display: none;
}

.u-bullet-list {
  margin-left: 16px;
  padding-left: 16px;
}

.u-bullet-list li {
  font-size: 18px;
  list-style: disc;
  padding: 4px;
}

.u-float-right {
  float: right;
}

.u-float-left {
  float: left;
}

.u-text-success {
  color: #5dbb61;
}

.page {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
}

.page__header,
.page__footer {
  flex: 0 0 auto;
  padding: 3rem;
}

.page__customizer {
  flex: 1 0 auto;
}

.loading-ellipse:after {
  overflow: hidden;
  display: inline-block;
  position: absolute;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: '\2026';
  /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 1.1rem;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.1rem;
  }
}

.subtle-emphasis {
  color: #7b7b7b;
}

.page-header__disclaimer {
  border-left: 2px solid #7b7b7b;
  font-style: italic;
  line-height: 1.5;
  margin-top: 24px;
  padding: 4px 16px;
}

.holiday {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 24px 0 48px;
}

.holiday__title {
  font-size: 1.125em;
}

.holiday__sup-title {
  color: #7b7b7b;
  font-weight: 100;
}

.holiday .delivery-date {
  margin-top: 40px;
}

.holiday .holiday-table {
  margin: 24px 0;
  width: 77%;
}

.holiday .holiday-table__header {
  color: #2e469e;
  font-weight: 100;
  font-size: 0.95em;
  padding: 8px;
  text-align: center;
}

.holiday .holiday-table__body {
  background: #ffffff;
}

.holiday .holiday-table__data {
  font-size: 1.125em;
  padding: 24px 8px;
  text-align: center;
}

@media screen and (max-width: 991.98px) {
  .holiday {
    display: inherit;
    margin: 48px 0 48px;
  }

  .holiday table {
    width: 100%;
  }
}

.panel__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1.5rem;
  background-color: #edeff3;
}

.panel__heading {
  flex: 1 1 auto;
}

.panel__close {
  flex: 0 0 auto;
}

.panel__arrow {
  display: block;
  flex: 0 0 auto;
}

.panel__arrow > svg {
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.panel__arrow--open > svg {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.panel__content {
  background-color: #fff;
  padding: 1rem;
}

.panel__content--no-padding {
  padding: 0;
}

.panel__row {
  padding: 0.6rem 1.5rem;
}

.panel__row--form {
  padding-right: 0.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.panel__row--form > * + * {
  margin-left: 0.5rem;
}

.perfect-size-form__toggle {
  box-shadow: 0 2px 0 0 #2e469e;
  color: #2e469e;
  display: inline;
  height: auto;
}

.perfect-size-form__toggle:hover {
  box-shadow: 0 1px 0 0 #2e469e;
  text-decoration: none;
}

.perfect-size-form-container {
  display: flex;
  position: relative;
  overflow-y: scroll;
  max-height: 100%;
  justify-content: center;
}

.perfect-size-modal {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
}

.perfect-size-form {
  border-radius: 6px;
  margin: 64px 0;
  max-width: 70%;
  text-align: center;
}

.perfect-size-form__close {
  cursor: pointer;
  position: relative;
}

.perfect-size-form__close button {
  position: absolute;
  top: -32px;
  right: 0;
  width: 24px;
}

.perfect-size-form__header {
  background: #ffffff;
  border-radius: 6px 6px 0 0;
  display: flex;
  padding: 8px;
}

.perfect-size-form__animation-block {
  padding: 8px;
}

.perfect-size-form__body {
  background: #fff9e5;
  border-radius: 0 0 6px 6px;
  padding: 32px 16px;
}

.perfect-size-form__body h3 {
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 1.8em;
  color: #2e469e;
  margin: 0 0 0.5em;
}

.perfect-size-form__body p {
  margin: 0.5em 0;
}

.perfect-size-form__options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 32px;
}

.perfect-size-form__options h6 {
  font-size: 1em;
  color: #2e469e;
  margin-bottom: 1em;
}

.perfect-size-form__dimensions {
  margin: 32px 16px 0;
}

.perfect-size-form__inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.perfect-size-form__dimension-wrapper:not(:last-of-type) {
  margin-right: 8px;
}

.perfect-size-form__input-wrapper {
  align-items: center;
  background: #ffffff;
  border: 2px solid #dedede;
  border-radius: 8px;
  display: flex;
}

.perfect-size-form__input-wrapper svg {
  width: 44px;
  padding: 4px;
  margin: 0 4px;
}

.perfect-size-form__input-wrapper input {
  background: none;
  border-left: 2px solid #dedede;
  padding: 18px 6px;
  width: 90px;
}

.perfect-size-form__fit-wrapper {
  display: flex;
  flex-direction: column;
  margin: 32px 16px 0;
  justify-content: space-between;
}

.perfect-size-form__fit-wrapper button:focus {
  outline: 0;
}

.perfect-size-form__buttons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2px;
}

.perfect-size-form__buttons button:first-of-type {
  border-right: 1px solid #2e469e;
  border-radius: 9px 0 0 9px;
}

.perfect-size-form__buttons button:last-of-type {
  border-left: 1px solid #2e469e;
  border-radius: 0 9px 9px 0;
}

.perfect-size-form__fit-button {
  border: 2px solid #2e469e;
  color: #2e469e;
  font-size: 0.8em;
  font-weight: 900;
  letter-spacing: 4px;
  padding: 18px 24px;
  position: relative;
  text-transform: uppercase;
}

.perfect-size-form__fit-button--active {
  background: #1bdfc7;
}

.perfect-size-form__fit-button--active::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' viewBox='0 0 14 11' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.35 1.51L6.54 9.26a1.5 1.5 0 0 1-2.26.16l-3-3' stroke='%2325379C' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1bdfc7;
  border: 2px solid #2e469e;
  border-radius: 50%;
  content: '';
  height: 24px;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-12px);
          transform: translateX(-50%) translateY(-12px);
  transition: 0.2s all ease-in-out;
  top: 0;
  width: 24px;
}

.perfect-size-form__recommended-dimensions {
  background: #ffd54d;
  padding: 32px 16px;
}

.perfect-size-form__recommended-dimensions h3 {
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 1.8em;
}

.perfect-size-form__recommended-dimensions h4 {
  font-size: 1.2em;
  font-weight: 900;
}

.perfect-size-form__recommended-dimensions .note {
  font-size: 0.9em;
}

.perfect-size-form__adjusted-box-dims-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px 0;
}

.perfect-size-form__adjusted-box-dim {
  display: flex;
  align-items: center;
}

.perfect-size-form__adjusted-box-dim > :not(:last-child) {
  margin-right: 8px;
}

.perfect-size-form__box-dim-divider {
  margin: 0 32px;
}

.perfect-size-form__recommended-boxes-container {
  background: #fff9e5;
  padding: 32px 0;
  margin-bottom: 32px;
}

.perfect-size-form__recommended-boxes-container h2 {
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 2.5em;
  color: #2e469e;
}

.perfect-size-form__recommended-boxes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.perfect-size-form__no-match {
  padding: 0 16px;
}

.perfect-size-form__no-match .icon {
  margin-bottom: 24px;
}

.perfect-size-form__no-match p {
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 1.4em;
  font-weight: 900;
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.recommended-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 45%;
  padding: 16px;
}

.recommended-box__title {
  color: #2e469e;
  font-size: 1.4em;
  margin-bottom: 0.5em;
  width: 100%;
}

.recommended-box .cta {
  color: #2e469e;
  font-size: 0.7em;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.recommended-box .cta::after {
  content: '';
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%227%22%20height%3D%229%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20d%3D%22M1.6%201.48l3.17%203.18L1.6%207.83%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%232E469E%22%20stroke-width%3D%222.5%22%20fill%3D%22none%22/%3E%0A%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  height: 1.1em;
  position: absolute;
  width: 1em;
}

@media screen and (max-width: 1199.98px) {
  .perfect-size-form {
    max-width: 75%;
  }
}

@media screen and (max-width: 991.98px) {
  .perfect-size-form {
    max-width: 94%;
  }
}

@media screen and (max-width: 767.98px) {
  .perfect-size-form__dimensions {
    width: 100%;
  }

  .perfect-size-form__inputs {
    flex-direction: column;
  }

  .perfect-size-form__dimension-wrapper {
    margin: 8px;
    width: 100%;
  }

  .perfect-size-form__dimension-wrapper input {
    padding: 18px;
    width: 100%;
  }
}

.select > * + * {
  border-top: 2px solid #f7f7f7;
}

.select__item {
  display: block;
  background-color: #fff;
}

.select__item--active {
  background-color: #e6f9f5;
  position: relative;
}

.select__item--active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #9be8d8;
}

.select__item--right::before {
  left: auto;
  right: 0;
}

.submenu > * + * {
  margin-top: 0.5rem;
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
}

html {
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.custom-quote-modal {
  padding: 48px 40px 32px;
  width: 704px;
}

.custom-quote-modal .modal__header {
  margin-bottom: 24px;
  padding: 0;
  text-align: left;
}

.custom-quote-modal .modal__title {
  color: #2e469e;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 32px;
  margin: 0 0 16px 0;
}

.custom-quote-modal .modal__description {
  color: #393939;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.custom-quote-modal #custom-quote-modal {
  text-align: inherit;
}

.custom-quote-modal #custom-quote-modal .cqm-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.custom-quote-modal #custom-quote-modal .cqm-container select:focus,
.custom-quote-modal #custom-quote-modal .cqm-container input:focus {
  outline: 1px solid #2e469e;
}

.custom-quote-modal input[type='text'],
.custom-quote-modal input[type='tel'],
.custom-quote-modal input[type='email'],
.custom-quote-modal input[type='number'],
.custom-quote-modal input[type='date'],
.custom-quote-modal textarea,
.custom-quote-modal select {
  background: #f5f4f2;
  border: 2px solid #e5e3dd;
  color: #373a3c;
  display: block;
  padding: 8px;
  width: 100%;
}

.custom-quote-modal input[type='text']:focus,
.custom-quote-modal input[type='tel']:focus,
.custom-quote-modal input[type='email']:focus,
.custom-quote-modal input[type='number']:focus,
.custom-quote-modal input[type='date']:focus,
.custom-quote-modal textarea:focus,
.custom-quote-modal select:focus {
  border: 2px solid #2e469e;
  outline: none;
  box-shadow: none;
}

.custom-quote-modal .cqm-form-radio {
  display: flex;
  align-self: center;
  width: 220px;
}

.custom-quote-modal .cqm-form-radio label {
  padding: 3px;
}

.custom-quote-modal .cqm-form-radio input[type='radio'] {
  display: inline;
  margin: 2px 0 0 2px;
}

.cqm-form-notes {
  width: 100%;
}

.cqm-form-notes .cqm-label {
  margin-bottom: 0;
  width: 100%;
}

.cqm-form-notes #cqm-notes {
  height: 92px;
}

.cqm-form-notes #cqm-notes::-webkit-input-placeholder {
  font-size: 14px;
}

.cqm-form-notes #cqm-notes::-ms-input-placeholder {
  font-size: 14px;
}

.cqm-form-notes #cqm-notes::placeholder {
  font-size: 14px;
}

.custom-quote-modal footer.modal__footer {
  align-items: center;
  background: #ffffff;
  border-radius: 0 0 6px 6px;
  border-top: none;
  display: flex;
  justify-content: flex-end;
  margin: 40px 0 0;
  padding: 0;
}

.custom-quote-modal footer.modal__footer .btn {
  padding: 24px 40px;
}

.custom-quote-modal footer.modal__footer .btn:disabled {
  background: #f1f1f1;
}

.cqm-form-pane {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cqm-label {
  color: #666666;
  font-size: 16px;
  margin-bottom: 24px;
  width: 48%;
}

.optional-field {
  color: #7b7b7b;
  font-size: 0.85em;
  margin-left: 4px;
}

.disclaimer-text {
  color: #7b7b7b;
  font-size: 14px;
}

@media screen and (max-width: 767.98px) {
  .custom-quote-modal {
    padding: 24px 16px;
    overflow-y: auto;
    top: 110%;
    width: 96%;
  }

  .custom-quote-modal #custom-quote-modal .cqm-container {
    flex-direction: column;
  }

  .custom-quote-modal #custom-quote-modal .cqm-container select:focus,
  .custom-quote-modal #custom-quote-modal .cqm-container input:focus {
    outline: 1px solid #2e469e;
  }

  .custom-quote-modal .cqm-form-pane {
    margin: 16px 0;
    width: inherit;
  }

  .custom-quote-modal .cqm-form-pane .cqm-label {
    width: 100%;
  }

  .custom-quote-modal footer.modal__footer {
    display: inherit;
  }

  .custom-quote-modal footer.modal__footer .btn {
    display: block;
    margin: auto;
    padding: 24px;
  }
}

html {
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.modal input {
  width: 100%;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 70, 158, 0.85);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleX(1.1) scaleY(1.1);
          transform: scaleX(1.1) scaleY(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s;
  z-index: 400;
}

.modal .float-label {
  width: 80%;
  margin: 0 auto;
  padding-top: 2rem;
}

.modal input[type='text'],
.modal input[type='password'],
.modal input[type='email'],
.modal input[type='tel'],
.modal input[type='number'],
.modal select,
.modal textarea {
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #e3e6ed;
}

.modal__input {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

.modal__input:focus {
  box-shadow: none;
}

.modal__input .error input:not(:focus):required {
  background-color: rgba(230, 104, 104, 0.15);
}

.modal .error .float-label {
  color: #e66868;
}

.modal .error input:not(:focus):required[value=''] {
  background-color: #faf0d4;
}

.modal .share-modal {
  width: 600px;
}

.modal__container {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 22rem;
  padding-top: 1rem;
  padding-bottom: 1.6rem;
  border-radius: 10px;
}

.modal__container .close-button {
  color: #7b7b7b;
  cursor: pointer;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.5rem;
  position: absolute;
  right: 18px;
  top: 24px;
}

.modal__header {
  width: 100%;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  color: #17439c;
  padding: 1rem 1rem;
  text-align: center;
  background: none;
  box-shadow: none;
  padding-bottom: 2rem;
}

.modal__header h2 {
  font-size: 1.4rem;
  margin: 0;
  font-weight: 600;
}

.modal__header svg {
  margin-top: 2rem;
  margin-left: 8.5%;
  margin-bottom: 2rem;
}

.modal__body {
  text-align: center;
  display: inline;
}

.modal__body p {
  margin-bottom: 0;
}

.modal__body .invalid {
  color: #e66868;
}

.modal__body > li {
  margin-bottom: 1rem;
}

.modal .btn {
  display: block;
  border-radius: 36px;
  border: 1px solid #979797;
  margin: 0 auto;
  margin-top: 1rem;
  background-color: #f6f6f6;
  color: rgba(46, 70, 158, 0.85);
  padding: 0.5rem 17%;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 100;
  letter-spacing: 3px;
  vertical-align: middle;
  padding-top: 1rem;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.modal .btn:hover {
  background: rgba(46, 70, 158, 0.85);
  color: #fff;
}

.modal__container p {
  margin-top: 2rem;
}

.modal__container small {
  display: block;
  margin-top: 0.45rem;
  margin-left: 11%;
  text-align: left;
  line-height: 2;
  font-weight: 100;
  font-size: 0.95rem;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.modal__container a {
  font-weight: 400;
  text-decoration: none;
  color: #2e469e;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1) scaleY(1);
          transform: scaleX(1) scaleY(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s;
}

.modal__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 33, 33, 0.75);
  top: 0;
  left: 0;
  z-index: 30;
}

.modal__container {
  z-index: 9999;
}

.share-modal {
  width: auto;
  padding-right: 1rem;
}

.sign-in-modal {
  width: auto;
  padding: 2em;
  box-shadow: -10px 10px #fcd9ca;
  border-radius: 0px;
}

.sign-in-modal__header {
  background: none;
  box-shadow: none;
  color: #2e469e;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 1;
  padding: 0;
  text-align: center;
  width: 100%;
}

.sign-in-modal__header h2 {
  margin-top: 1.5rem;
}

.sign-in-modal__header h2:before {
  border-bottom: 6px solid #1bdfc7;
  content: '';
  display: block;
  height: 6px;
  margin: 0 auto;
  position: relative;
  top: -16px;
  width: 40px;
}

.sign-in-modal__header img {
  padding-bottom: 1.5rem;
  width: 85px;
  margin: 0 auto;
}

.sign-in-modal form label.signin__label {
  padding: 16px 0;
  width: 100%;
}

.sign-in-modal form input.signin__input {
  background: #fafafa;
  border: 2px solid #e5e3dd;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
}

.sign-in-modal form button.btn {
  display: block;
  margin: 2rem auto 0;
  height: 50px;
  width: 150px;
  padding: 0;
  border: 0;
}

.dieline-modal {
  width: auto;
  padding-top: 1rem;
  padding-bottom: 1.6rem;
  box-shadow: -10px 10px #fcd9ca;
  border-radius: 0px;
}

.dieline-modal__header {
  width: 100%;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 100;
  color: #17439c;
  padding: 1rem;
  text-align: center;
  background: none;
  box-shadow: none;
}

.dieline-modal__header h2 {
  font-size: 1.6rem;
  margin-top: 1.5rem;
  font-weight: 100;
}

.dieline-modal__header img {
  padding-bottom: 1.5rem;
  width: 85px;
  margin: 0 auto;
}

.dieline-modal__header .hr {
  width: 40px;
  border-bottom: 4px solid #1bdfc7;
  display: block;
  margin: 0 auto;
}

.dieline-modal form {
  padding-left: 2rem;
  padding-right: 2rem;
}

.dieline-modal form input.user_stuff__input {
  width: 350px;
  border-bottom: 2px solid #dedede;
  padding-left: 0px;
  padding-bottom: 0px;
}

.dieline-modal form .float-label span {
  left: 0px;
}

.dieline-modal form button.btn {
  display: block;
  margin-top: 3rem;
  height: 50px;
  width: 150px;
  padding: 0;
  border: 0px;
}

.cqm-container input[type='text'],
.cqm-container input[type='password'],
.cqm-container input[type='email'],
.cqm-container input[type='tel'],
.cqm-container input[type='number'],
.cqm-container input[type='date'],
.cqm-container select,
.cqm-container textarea {
  border: 2px solid #f0f0f0;
  background-color: #fcfcfc;
  border-radius: 6px;
  outline: none;
  box-shadow: none;
  width: 230px;
  font-size: 1.2rem;
}

.cqm-container .cqm-quote-button {
  width: 250px;
  letter-spacing: 0px;
  background-color: #484e66 !important;
}

.cqm-container .cqm-quote-button-disabled {
  letter-spacing: 0;
  width: 250px;
}

.cqm-container input[type='checkbox'] {
  height: 24px;
  width: 24px;
  border: 2px solid #f0f0f0 !important;
  background: #fcfcfc;
}

.cqm-container input[type='radio'] {
  visibility: hidden;
  background: black;
  border: 3px solid white;
  width: 16px;
  height: 16px;
}

.cqm-container input[type='radio'] + label:before {
  opacity: 0;
}

.cqm-container input[type='radio'] + label:after {
  content: '';
  position: absolute;
  margin-top: -6px;
  margin-left: -68px;
  padding: 0.85rem;
  border-radius: 5px;
  border: 2px solid #f0f0f0 !important;
  background: #fcfcfc;
  z-index: -9;
}

.cqm-container #cqm-input-noblank + label:after {
  margin-left: -95px;
}

.cqm-container input[type='radio']:checked + label:before {
  content: '\2713';
  opacity: 1;
  padding-right: 10px;
  z-index: 9999999999999999999999999999999;
}

#share-box .copy-button {
  margin-left: 24px;
}

.snapshot-button {
  display: inline-block;
  width: 300px !important;
}

.snapshot-button a {
  width: 65%;
}

.snapshot-button a svg {
  float: left !important;
}

.snapshot-button a p {
  margin-top: 2px !important;
}

.carousel__inner-slide {
  position: inherit;
}

.confirm .confirm__container {
  padding: 40px;
}

.confirm .confirm__header {
  margin-bottom: 24px;
  padding: 0;
  text-align: left;
}

.confirm .confirm__header .confirm__title {
  color: #2e469e;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 32px;
  margin: 0 0 16px 0;
}

.confirm .confirm__body .confirm__message {
  color: #393939;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.confirm .confirm__footer {
  align-items: center;
  background: #ffffff;
  border-radius: 0 0 6px 6px;
  border-top: none;
  display: flex;
  justify-content: flex-end;
  margin: 40px 0 0;
  padding: 0;
}

.confirm .confirm__footer .btn {
  height: inherit;
  padding: 15px 25px;
}

.confirm .modal__container {
  width: auto;
  padding: 0;
  margin: 0;
}

.packlane__modal {
  -webkit-animation: fadeIn 0.2s;
          animation: fadeIn 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.nested-options {
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 0;
  transition-duration: 600ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  position: relative;
}

.nested-options:hover {
  border-color: #2e469e;
}

.nested-options.active {
  margin: 16px 0 0;
  max-height: 500px;
  padding: 0 8px 8px;
}

.nested-options__header {
  align-items: center;
  background-color: #e6f9f5;
  display: flex;
  justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nested-options__header-without-background-color {
  align-items: center;
  display: flex;
  justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nested-options__spacer {
  align-items: center;
  display: flex;
  flex-grow: 1;
}

.nested-options__spacer:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.18);
  transition: background 600ms cubic-bezier(0, 1, 0.5, 1);
}

.nested-options:hover .nested-options__spacer:after {
  background: #2e469e;
}

.nested-options__legend {
  color: #4b4b4b;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  padding: 0 4px;
  position: relative;
  text-transform: uppercase;
}

.nested-options .legend-link {
  background: #e6f9f5;
  color: #2e469e;
  font-size: 12px;
  height: inherit;
  padding: 0 4px;
}

.nested-options .legend-link:hover {
  text-decoration: underline;
}

.nested-options__label {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  font-size: 0.95em;
  margin: 0;
  padding: 8px 4px;
}

.nested-options__label:hover {
  background: rgba(0, 0, 0, 0.05);
}

.nested-options__label:hover .nested-options__label-text {
  color: #2e469e;
}

.nested-options__label-text {
  color: #666666;
  line-height: 0.9;
}

.nested-options__radio {
  margin-right: 8px;
}

.nested-options__radio:checked + .nested-options__label-text {
  color: #2e469e;
  font-weight: 900;
}

.nested-options__message {
  color: #848794;
  font-size: 0.875em;
  font-style: italic;
  padding-top: 6px;
  text-align: center;
}

.perfect-size-form__toggle {
  box-shadow: 0 2px 0 0 #2e469e;
  color: #2e469e;
  display: inline;
  height: auto;
}

.perfect-size-form__toggle:hover {
  box-shadow: 0 1px 0 0 #2e469e;
  text-decoration: none;
}

.perfect-size-form-container {
  display: flex;
  position: relative;
  overflow-y: scroll;
  max-height: 100%;
  justify-content: center;
}

.perfect-size-modal {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
}

.perfect-size-form {
  border-radius: 6px;
  margin: 64px 0;
  max-width: 70%;
  text-align: center;
}

.perfect-size-form__close {
  cursor: pointer;
  position: relative;
}

.perfect-size-form__close button {
  position: absolute;
  top: -32px;
  right: 0;
  width: 24px;
}

.perfect-size-form__header {
  background: #ffffff;
  border-radius: 6px 6px 0 0;
  display: flex;
  padding: 8px;
}

.perfect-size-form__animation-block {
  padding: 8px;
}

.perfect-size-form__body {
  background: #fff9e5;
  border-radius: 0 0 6px 6px;
  padding: 32px 16px;
}

.perfect-size-form__body h3 {
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 1.8em;
  color: #2e469e;
  margin: 0 0 0.5em;
}

.perfect-size-form__body p {
  margin: 0.5em 0;
}

.perfect-size-form__options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 32px;
}

.perfect-size-form__options h6 {
  font-size: 1em;
  color: #2e469e;
  margin-bottom: 1em;
}

.perfect-size-form__dimensions {
  margin: 32px 16px 0;
}

.perfect-size-form__inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.perfect-size-form__dimension-wrapper:not(:last-of-type) {
  margin-right: 8px;
}

.perfect-size-form__input-wrapper {
  align-items: center;
  background: #ffffff;
  border: 2px solid #dedede;
  border-radius: 8px;
  display: flex;
}

.perfect-size-form__input-wrapper svg {
  width: 44px;
  padding: 4px;
  margin: 0 4px;
}

.perfect-size-form__input-wrapper input {
  background: none;
  border-left: 2px solid #dedede;
  padding: 18px 6px;
  width: 90px;
}

.perfect-size-form__fit-wrapper {
  display: flex;
  flex-direction: column;
  margin: 32px 16px 0;
  justify-content: space-between;
}

.perfect-size-form__fit-wrapper button:focus {
  outline: 0;
}

.perfect-size-form__buttons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2px;
}

.perfect-size-form__buttons button:first-of-type {
  border-right: 1px solid #2e469e;
  border-radius: 9px 0 0 9px;
}

.perfect-size-form__buttons button:last-of-type {
  border-left: 1px solid #2e469e;
  border-radius: 0 9px 9px 0;
}

.perfect-size-form__fit-button {
  border: 2px solid #2e469e;
  color: #2e469e;
  font-size: 0.8em;
  font-weight: 900;
  letter-spacing: 4px;
  padding: 18px 24px;
  position: relative;
  text-transform: uppercase;
}

.perfect-size-form__fit-button--active {
  background: #1bdfc7;
}

.perfect-size-form__fit-button--active::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' viewBox='0 0 14 11' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.35 1.51L6.54 9.26a1.5 1.5 0 0 1-2.26.16l-3-3' stroke='%2325379C' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1bdfc7;
  border: 2px solid #2e469e;
  border-radius: 50%;
  content: '';
  height: 24px;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-12px);
          transform: translateX(-50%) translateY(-12px);
  transition: 0.2s all ease-in-out;
  top: 0;
  width: 24px;
}

.perfect-size-form__recommended-dimensions {
  background: #ffd54d;
  padding: 32px 16px;
}

.perfect-size-form__recommended-dimensions h3 {
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 1.8em;
}

.perfect-size-form__recommended-dimensions h4 {
  font-size: 1.2em;
  font-weight: 900;
}

.perfect-size-form__recommended-dimensions .note {
  font-size: 0.9em;
}

.perfect-size-form__adjusted-box-dims-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px 0;
}

.perfect-size-form__adjusted-box-dim {
  display: flex;
  align-items: center;
}

.perfect-size-form__adjusted-box-dim > :not(:last-child) {
  margin-right: 8px;
}

.perfect-size-form__box-dim-divider {
  margin: 0 32px;
}

.perfect-size-form__recommended-boxes-container {
  background: #fff9e5;
  padding: 32px 0;
  margin-bottom: 32px;
}

.perfect-size-form__recommended-boxes-container h2 {
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 2.5em;
  color: #2e469e;
}

.perfect-size-form__recommended-boxes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.perfect-size-form__no-match {
  padding: 0 16px;
}

.perfect-size-form__no-match .icon {
  margin-bottom: 24px;
}

.perfect-size-form__no-match p {
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 1.4em;
  font-weight: 900;
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.recommended-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 45%;
  padding: 16px;
}

.recommended-box__title {
  color: #2e469e;
  font-size: 1.4em;
  margin-bottom: 0.5em;
  width: 100%;
}

.recommended-box .cta {
  color: #2e469e;
  font-size: 0.7em;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.recommended-box .cta::after {
  content: '';
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%227%22%20height%3D%229%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20d%3D%22M1.6%201.48l3.17%203.18L1.6%207.83%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%232E469E%22%20stroke-width%3D%222.5%22%20fill%3D%22none%22/%3E%0A%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  height: 1.1em;
  position: absolute;
  width: 1em;
}

@media screen and (max-width: 1199.98px) {
  .perfect-size-form {
    max-width: 75%;
  }
}

@media screen and (max-width: 991.98px) {
  .perfect-size-form {
    max-width: 94%;
  }
}

@media screen and (max-width: 767.98px) {
  .perfect-size-form__dimensions {
    width: 100%;
  }

  .perfect-size-form__inputs {
    flex-direction: column;
  }

  .perfect-size-form__dimension-wrapper {
    margin: 8px;
    width: 100%;
  }

  .perfect-size-form__dimension-wrapper input {
    padding: 18px;
    width: 100%;
  }
}

.color-picker {
  border-bottom: 1px solid #edeff3;
  color: #808080;
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
}

.color-picker .selectors {
  flex-direction: row;
  justify-content: space-between;
  padding: 8px;
  width: 100%;
}

.color-picker .selectors .color-select {
  display: flex;
  margin-bottom: 8px;
  width: 256px;
}

.color-picker .selectors .saturation-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.color-picker .selectors .saturation-select span {
  display: inline-block;
  font-weight: 300;
  margin-right: 6px;
}

.color-picker .selectors .saturation-select input[type='range'] {
  height: 10px;
  width: 96%;
}

.color-picker .selectors .saturation-select input[type='range']:focus {
  outline: none;
}

.color-picker .selectors .saturation-select input[type='range']::-webkit-slider-runnable-track {
  border-radius: 5px;
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: #ccd4ed;
}

.color-picker .selectors .saturation-select input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #2e469e;
  cursor: pointer;
  margin-top: -3px;
}

.color-picker .selectors .saturation-select input[type='range']::-moz-range-track {
  border-radius: 5px;
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: #ccd4ed;
}

.color-picker .selectors .saturation-select input[type='range']::-moz-range-thumb {
  border: none;
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #2e469e;
  cursor: pointer;
}

.color-picker .selectors .saturation-select input[type='range']::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: #ccd4ed;
}

.color-picker .selectors .saturation-select input[type='range']::-ms-fill-lower {
  background: #ccd4ed;
}

.color-picker .selectors .saturation-select input[type='range']::-ms-fill-upper {
  background: #ccd4ed;
}

.color-picker .selectors .saturation-select input[type='range']::-ms-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #2e469e;
  cursor: pointer;
}

.color-picker .inputs {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-left: 6px;
  margin-right: 6px;
  align-items: center;
}

.color-picker .inputs .cmyk-channel-container {
  align-items: center;
  border: 2px solid #e4e7f0;
  border-radius: 5px;
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
}

.color-picker .inputs .cmyk-channel-container span {
  font-size: 0.85rem;
  line-height: 11px;
  margin-left: 3px;
  position: absolute;
}

.color-picker .inputs .cmyk-channel-container input {
  border: 3px solid #f4f4f4 !important;
  border-right-width: 0px !important;
  background-color: #f9f9f9 !important;
  box-shadow: none !important;
  color: #000000;
  font-size: 1.15rem;
  font-weight: 400;
  height: 29px;
  padding: 4px 4px 2px 2px;
  text-align: right;
  width: 48px;
}

.color-picker .inputs .cmyk-channel-container input:focus {
  outline: 0;
}

.color-picker .inputs .cmyk-channel-container input::-webkit-inner-spin-button,
.color-picker .inputs .cmyk-channel-container input::-webkit-out-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.current-color__btn {
  color: #2e469e;
  font-size: 12px;
  height: 20px;
}

.current-color__btn:hover {
  box-shadow: 0 2px 0 0 #2e469e;
}

.color-history {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 8px 8px 0;
}

.color-history__container {
  display: flex;
  justify-content: start;
}

.color-history__item {
  position: relative;
}

.color-history__button {
  border-radius: 50%;
  box-shadow: 0px 1px 3px 0px #949bac;
  height: 24px;
  margin: 4px 8px 4px 0;
  transition: all ease-in 150ms;
  width: 24px;
}

.color-history__button:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.color-canvas {
  border-radius: 8px;
}

.background-color-selector {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.background-color-selector .color-sides-button,
.background-color-selector .black-and-white-color-buttons {
  border: 2px solid #e7e8ed;
  border-radius: 40px;
  display: flex;
  height: 30px;
  justify-content: center;
  padding: 5px 8px;
  width: 100%;
}

.background-color-selector .color-sides-button:hover,
.background-color-selector .color-sides-button.selected,
.background-color-selector .black-and-white-color-buttons:hover,
.background-color-selector .black-and-white-color-buttons.selected {
  border-color: #2e469e;
  color: #2e469e;
  background-color: #ccd4ed;
}

.background-color-selector .clear-color-button {
  margin-bottom: 0px;
}

.background-color-selector .color-sides {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.background-color-selector .color-sides .split-button-left {
  margin-right: 0px;
  width: 110px;
  border-right-width: 1px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  max-width: 110px;
}

.background-color-selector .color-sides .split-button-left:hover {
  border-right-width: 2px;
}

.background-color-selector .color-sides .split-button-right {
  margin-left: 0px;
  border-left-width: 1px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 110px;
  max-width: 110px;
}

.background-color-selector .color-sides .split-button-right:hover {
  border-left-width: 2px;
}

.clear-color-selector {
  border-top: 1px solid #edeff3;
  width: 100%;
}

.modify-sides {
  align-items: center;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 8px;
  width: inherit;
}

.modify-sides__menu {
  display: inline-block;
  float: right;
  width: 80%;
}

.modify-sides__label {
  color: #8189a7;
  margin-right: auto;
}

.modify-sides__button {
  border: 2px solid #e7e8ed;
  border-left: none;
  height: 30px;
  padding: 4px 8px;
  width: 50%;
}

.modify-sides__button:hover {
  box-shadow: 0 0 0 2px #2e469e inset;
  color: #2e469e;
  background-color: #ccd4ed;
}

.modify-sides__button:first-child {
  border-left: 2px solid #e7e8ed;
  border-radius: 16px 0 0 16px;
}

.modify-sides__button:last-child {
  border-radius: 0 16px 16px 0;
}

#running-tab {
  height: 555px;
  width: 280px;
}

#running-tab .container {
  border-width: 5px;
  color: #808080;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  min-height: 100%;
  min-width: 100%;
}

#running-tab .container .item {
  align-items: center;
  background-color: #ffffff;
  border-bottom: 2px solid #f4f4f4;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  min-height: 60px;
  padding: 16px 24px;
}

#running-tab .container .item button {
  text-decoration: underline;
}

#running-tab .container .item .label {
  color: #8288a4;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
}

#running-tab .container .item .value {
  color: #474b62;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  height: auto;
}

#running-tab .container .product-description {
  max-height: 100%;
  min-height: 100%;
  border-bottom: none;
  border-top-left-radius: 10px;
  padding: 20px 24px 8px;
  background-color: #ffffff;
}

#running-tab .container .product-description h4.product-name {
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  color: #2e469e;
  padding-bottom: 10px;
}

#running-tab .container .product-description p.product-info {
  font-size: 14px;
  font-weight: 200;
  color: #8288a4;
  line-height: 1.5em;
}

#running-tab .container .product-description a {
  text-decoration: underline;
  font-weight: 200;
  font-size: 12px;
}

#running-tab .container .quantity {
  padding: 8px 24px;
}

#running-tab .container .quantity input.product-quantity-input {
  border: 2px solid #ccd4ed;
  border-radius: 5px;
  background: #fcfcfc;
  box-shadow: inset 2px 2px 6px 0 rgba(71, 78, 102, 0.1);
  color: #474e66;
  height: 40px;
  margin-right: -16px;
  text-align: right;
  width: 80px;
  -moz-appearance: textfield;
  -webkit-appearance: none;
          appearance: none;
}

#running-tab .container .quantity input.product-quantity-input::-webkit-input-placeholder {
  color: #c5cbdf;
}

#running-tab .container .quantity input.product-quantity-input::-ms-input-placeholder {
  color: #c5cbdf;
}

#running-tab .container .quantity input.product-quantity-input::placeholder {
  color: #c5cbdf;
}

#running-tab .container .quantity input.product-quantity-input:focus,
#running-tab .container .quantity input.product-quantity-input:hover {
  border-color: #808080;
}

#running-tab .container .quantity input.product-quantity-input::-webkit-inner-spin-button,
#running-tab .container .quantity input.product-quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

#running-tab .container .quantity input.product-quantity-input.quote-request-needed {
  border: 2px solid #474e66;
}

#running-tab .container .subtotal {
  background-color: #edeff3;
  border-bottom: none;
}

#running-tab .container .subtotal p.value {
  color: #2e469e;
}

#running-tab .container .subtotal p.value.request-quote {
  color: #55595c;
}

#running-tab .container .submit-button {
  align-items: center;
  background-color: #2e469e;
  border-bottom-left-radius: 10px;
  color: #ffffff;
  display: flex;
  height: auto;
  justify-content: center;
  padding: 20px;
  width: 100%;
}

#running-tab .container .submit-button.request-quote {
  background-color: #474e66;
}

#running-tab .container .submit-button.disabled {
  background-color: #474e66;
  pointer-events: none;
}

#running-tab .container .share-and-save {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 16px;
}

#running-tab .container .share-and-save button.rd-i-btn {
  border: 2px solid #e4e7f0;
  border-radius: 20px;
  color: #8189a7;
  font-size: 14px;
  font-family: 'basis-grotesque-bold';
  height: inherit;
  letter-spacing: 0;
  padding: 8px 32px;
  text-transform: none;
}

#running-tab .container .share-and-save div.signin-or-signup {
  color: #8189a7;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.5em;
  max-width: 40%;
  padding: 8px;
  text-align: center;
}

#running-tab .container .share-and-save div.signin-or-signup a {
  font-size: 12px;
  font-weight: 200;
  text-decoration: underline;
}

#running-tab .tooltip {
  display: none;
  position: absolute;
  background: #ffffff;
  max-width: 30ch;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  padding: 12px;
  font-size: 12px;
  font-weight: 200;
  color: #8288a4;
  line-height: 1.5em;
}

#tool-details-design {
  margin-bottom: 10px;
}

#tool-details-design .popout-menu {
  position: absolute;
  padding-left: 20px;
  width: 250px;
  left: 35%;
  z-index: 5;
}

#tool-details-design .popout-menu-error > p,
#tool-details-design .popout-menu-tip > p {
  font-weight: 700;
  font-size: 1em;
  width: 100%;
  padding: 15px 25px 15px 20px;
  color: #e4e7f0;
}

#tool-details-design .popout-menu-error {
  background-color: #e24242;
  border-radius: 0 10px 0 0;
}

#tool-details-design .popout-menu-error p {
  color: #edeff3;
}

#tool-details-design .popout-menu-tip {
  background-color: #484e66;
  border-radius: 0 0 10px 10px;
}

#tool-details-design:hover > .popout-menu {
  visibility: visible;
}

#design-dieline-request #design-dieline-request-login-gate .dark-button {
  width: 100%;
}

#design-dieline-request .design-dieline-request {
  padding: 10px;
}

#tool-details-quantity .container {
  width: 100%;
}

#tool-details-quantity .container .rd-i-quantity-selection {
  border-bottom: 1px solid #f4f4f4;
}

#tool-details-quantity .container .rd-i-quantity-selection span.unit-price {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

#tool-details-quantity .container .quantity-item {
  align-items: center;
  background-color: #ffffff;
  border-left: transparent 2px solid;
  display: flex;
  height: 40px;
  justify-content: space-between;
  outline: none;
  padding: 10px 16px 8px 16px;
  width: 100%;
}

#tool-details-quantity .container .quantity-item:hover {
  background-color: #f4f4f4;
  box-shadow: 2px 0 0 0 #2e469e inset;
}

#tool-details-quantity .container .quantity-item:hover span {
  color: #2e469e;
  font-weight: 700;
}

#tool-details-quantity .container .quantity-item:last-child:hover {
  background-color: #ffffff;
  box-shadow: unset;
}

#tool-details-quantity .container .quantity-item.pd-quantity-selected {
  background-color: #e6f9f5;
  box-shadow: 4px 0 0 0 #9be8d8 inset;
  padding-left: 14px;
}

#tool-details-quantity .container .quantity-item.pd-quantity-selected span {
  border-bottom: 2px solid transparent;
  color: #2e469e;
  font-weight: 700;
}

#tool-details-quantity .container .quantity-item.pd-quantity-selected span.link-trigger:hover {
  border-bottom: 2px solid #2e469e;
}

#tool-details-quantity .container .quantity-item span {
  color: #8189a7;
  font-size: 0.975rem;
}

#tool-details-quantity .container span.unit-price {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

#tool-details-quantity .container .custom-quantity {
  align-items: center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  flex-direction: row;
  height: inherit;
}

#tool-details-quantity .container .custom-quantity input {
  border: 2px solid #ccd4ed;
  background: #fcfcfc;
  box-shadow: inset 2px 2px 6px 0 rgba(71, 78, 102, 0.1);
  border-radius: 5px;
  color: #474e66;
  height: 40px;
  width: 104px;
}

#tool-details-quantity .container .custom-quantity input:focus,
#tool-details-quantity .container .custom-quantity input:hover {
  border-color: #808080;
}

#tool-details-quantity .custom-quote {
  padding: 8px 16px;
}

#tool-details-quantity .custom-quote button.btn--link {
  font-size: 0.975rem;
  font-weight: 700;
}

#tool-details-quantity .container #quantity-heading {
  align-items: baseline;
  background-color: #edeff3;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  height: 60px;
  justify-content: space-between;
  padding: 24px 16px 16px 16px;
}

#tool-details-quantity .container #quantity-heading:hover {
  background-color: #edeff3;
  border-left: 2px solid transparent;
}

#tool-details-quantity .container #quantity-heading:hover span {
  color: #848794;
  font-weight: inherit;
}

#tool-details-quantity .container #quantity-heading h3 {
  color: #2e469e;
  font-size: 0.975rem;
}

#tool-details-quantity .container #quantity-heading span {
  text-align: right;
  font-size: 0.875rem;
  font-family: basis-grotesque-medium, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #8189a7;
}

#tool-details-size #size-tool-custom input[type='number'] {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}

#tool-details-size #size-tool-custom .hack-fix-spinner {
  /* For Firefox */
  /* Webkit browsers like Safari and Chrome */
}

#tool-details-size #size-tool-custom .hack-fix-spinner input[type='number'] {
  -moz-appearance: textfield;
}

#tool-details-size #size-tool-custom .hack-fix-spinner input[type='number']::-webkit-inner-spin-button,
#tool-details-size #size-tool-custom .hack-fix-spinner input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#tool-details-size #size-tool-custom .pd-pane-item-details {
  width: 100%;
  display: flex;
  padding: 10px;
}

#tool-details-size #size-tool-custom .pd-pane-item-details .other-error {
  padding: 15px;
  margin: 5px 10px 10px 5px;
  background-color: #e24242;
  border-radius: 10px;
}

#tool-details-size #size-tool-custom .pd-pane-item-details .other-error p {
  color: #edeff3;
}

#tool-details-size #size-tool-custom .pd-pane-item-details .errorable {
  display: inherit;
  align-content: flex-end;
  padding-right: 0px;
  margin-right: 20px;
  position: relative;
  width: 100%;
}

#tool-details-size #size-tool-custom .pd-pane-item-details .errorable label {
  display: inherit;
  width: 100%;
  margin-top: 10px;
  padding-left: 20px;
}

#tool-details-size #size-tool-custom .pd-pane-item-details .errorable label p {
  text-transform: capitalize;
  width: 50%;
  display: inherit;
  align-items: center;
  color: #8189a7;
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
}

#tool-details-size #size-tool-custom .pd-pane-item-details .errorable input.input-error {
  border: red 2px solid;
}

#tool-details-size #size-tool-custom .pd-pane-item-details .errorable .popout-menu {
  visibility: hidden;
  position: absolute;
  padding-left: 11px;
  width: 250px;
  left: 100%;
  margin-left: 1rem;
  margin-top: 11px;
}

#tool-details-size #size-tool-custom .pd-pane-item-details .errorable .popout-menu:before {
  content: '';
  position: absolute;
  top: -0.5px;
  left: -17px;
  display: block;
  height: 30px;
  width: 40px;
  background-image: url("data:image/svg+xml,%3Csvg id='svg2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.44 20.5'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e24242;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow%3C/title%3E%3Cpolygon class='cls-1' points='26.44 20.5 0 0 26.44 0 26.44 20.5'/%3E%3C/svg%3E");
}

#tool-details-size #size-tool-custom .pd-pane-item-details .errorable .popout-menu-error > p,
#tool-details-size #size-tool-custom .pd-pane-item-details .errorable .popout-menu-tip > p {
  font-weight: 700;
  font-size: 1em;
  width: 100%;
  padding: 15px 25px 15px 20px;
  color: #e4e7f0;
}

#tool-details-size #size-tool-custom .pd-pane-item-details .errorable .popout-menu-error {
  background-color: #e24242;
  border-radius: 0 10px 0 0;
}

#tool-details-size #size-tool-custom .pd-pane-item-details .errorable .popout-menu-error p {
  color: #edeff3;
}

#tool-details-size #size-tool-custom .pd-pane-item-details .errorable .popout-menu-tip {
  background-color: #484e66;
  border-radius: 0 0 10px 10px;
}

#tool-details-size #size-tool-custom .pd-pane-item-details .errorable:hover > .popout-menu {
  visibility: visible;
}

#tool-details-size #size-tool-custom #confirm-size-button.highlighted {
  background: #2e469e;
  color: #fff;
  border-color: #2e469e;
}

#region-selector {
  font-family: 'basis-grotesque-medium';
}

.labeled-select__label,
.labeled-select__dropdown {
  float: left;
  vertical-align: top;
  width: 140px;
  background-color: #ffffff;
}

.labeled-select__label {
  padding: 11px 28px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  color: #8189a7;
}

.labeled-select__dropdown {
  border-bottom-right-radius: 5px;
  border-left: 2px solid #f7f7f7;
  border-top-right-radius: 5px;
  text-align: right;
}

.dropdown {
  position: relative;
  z-index: 2;
}

.dropdown__active {
  background-color: #ffffff;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  color: #2e469e;
  cursor: pointer;
  height: auto;
  padding: 0.8rem 24px;
  text-align: right;
  width: 100%;
}

.dropdown__active-arrow {
  padding-left: 8px;
  padding-bottom: 1px;
  margin-right: -2px;
  display: inline-block;
  color: inherit;
  line-height: 1.15;
}

.dropdown__active-arrow > svg {
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  stroke: #2e469e;
}

.dropdown__list {
  margin-top: 1px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.dropdown__list--scroll {
  max-height: 200px;
  overflow-y: auto;
}

.dropdown__list button {
  cursor: pointer;
}

.dropdown__list button:hover {
  background-color: #e6f9f5;
  box-shadow: -2px 0 0 0 #9be8d8 inset;
  color: #2e469e;
}

.dropdown__list button.select__item--active {
  background-color: #e6f9f5;
  box-shadow: -4px 0 0 0 #9be8d8 inset;
  color: #2e469e;
  font-weight: 900;
}

.dropdown__item {
  padding: 0.8rem;
  padding-right: 24px;
  text-align: right;
  color: #8189a7;
}

.dropdown__item:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.dropdown--open svg {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.user-box-name {
  background: #edeff3;
  border-radius: 6px;
  color: #2e469e;
  display: block;
  font-size: 1.35em;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  margin: 0 auto 40px;
  padding: 8px 16px;
  width: 85%;
  text-align: center;
}

#artwork-editor {
  align-self: flex-end;
  visibility: visible;
  pointer-events: all;
  margin: 0 auto;
  width: 100%;
}

#artwork-editor .panel-graphics {
  margin-bottom: 20px;
  margin-left: -5px;
}

#artwork-editor .panel-graphics .color-change-warning {
  font-size: 0.975rem;
}

#artwork-editor .panel-color {
  margin-bottom: 10px;
}

#artwork-editor .artwork-canvas {
  position: relative;
  margin-top: 16px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

#artwork-editor .artwork-canvas canvas {
  border: 2px dashed #d5d5d5;
  width: 100%;
}

#artwork-editor .warning {
  padding: 10px 0;
  color: #dd5e4a;
}

#artwork-editor .btn .color {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  background: white;
}

#artwork-editor .delete-btn {
  display: none;
}

#artwork-editor .panel-color input[type='color'] {
  visibility: hidden;
  position: absolute;
  height: 0;
  width: 0;
}

#artwork-editor .add-color-btn {
  margin-bottom: 10px;
  line-height: 20px;
}

#artwork-editor .add-color-btn .color {
  margin-left: 15px;
  float: right;
}

.testmodal {
  width: 600px;
}

#share-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

#share-box .url-section {
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 50px;
}

#share-box .vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#share-box .url-label {
  min-width: 70px;
  padding-right: 7px;
}

#share-box .horizontal-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#share-box .url-textbox {
  height: 66.7%;
  align-self: center;
  border: #edeff3 2px solid;
  border-radius: 5px 5px 5px 5px;
  width: 600px;
}

#share-box .url-textbox-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0px;
  padding-left: 5px;
  padding-right: 5px;
  background: inherit;
}

#share-box .shorten-url-container {
  width: 150px;
  justify-content: left;
  align-items: center;
  padding-left: 10px;
}

#share-box .shorten-url-container .shorten-url-text {
  font-size: 10px;
  padding-left: 5px;
  padding-top: 10px;
}

#share-box .shorten-url-container input {
  width: 20px;
}

#share-box .call-to-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 10%;
  padding-top: 2rem;
  z-index: 1;
}

#share-box .call-to-actions .snapshot-button,
#share-box .call-to-actions .buy-this-box-button {
  display: flex;
  height: 60px;
  width: 33%;
  border-radius: 10px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#share-box .call-to-actions .snapshot-button:hover,
#share-box .call-to-actions .buy-this-box-button:hover {
  cursor: pointer;
}

#share-box .call-to-actions .snapshot-button p,
#share-box .call-to-actions .buy-this-box-button p {
  margin-top: 0;
}

#share-box .call-to-actions .snapshot-button p,
#share-box .call-to-actions .buy-this-box-button p {
  font-weight: 700;
}

#share-box .call-to-actions .buy-this-box-button {
  color: white;
  background-color: #2e469e;
  margin-right: 10px;
}

#share-box .call-to-actions .snapshot-button {
  margin-left: 10px;
  border: #edeff3 2px solid;
}

#share-box .call-to-actions .snapshot-button a {
  padding-left: 5px;
}

#share-box .copy-button {
  display: flex;
  order: 2;
  width: 120px;
  height: 30px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: #edeff3 2px solid;
  padding-top: 4px;
  margin-top: 2px;
}

#share-box .copy-button:hover {
  cursor: pointer;
}

#share-box .copy-button p {
  margin-top: 0;
  font-weight: 700;
}

#share-box .box-display {
  height: 400px;
  padding-bottom: 5%;
  display: flex;
  justify-content: center;
}

#share-box .open-close-toggle {
  padding-top: 2rem;
}

#tool-details-reset {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  color: #fff;
}

#tool-details-reset .reset-dialog {
  padding: 20px;
  font-size: 0.85rem;
}

#tool-details-reset .reset-dialog p {
  margin-bottom: 15px;
}

#tool-details-reset .reset-dialog .btn {
  height: 30px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
  text-transform: none;
  text-align: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  display: block;
  padding: 8px 40px;
  letter-spacing: normal;
  font-family: "basis-grotesque-bold", "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#tool-details-reset .reset-artwork-dialog {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #484e66;
}

#tool-details-reset .reset-artwork-dialog .btn:hover {
  background-color: #fff;
  color: #484e66;
}

#tool-details-reset .reset-all-dialog {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #e24242;
}

#tool-details-reset .reset-all-dialog .btn:hover {
  background-color: #fff;
  color: #e24242;
}

#design-image-editor .instructions {
  padding: 10px;
  margin-top: 10px;
  width: 100%;
  height: 50px;
  position: relative;
}

#design-image-editor .instructions .popout-menu {
  left: 100%;
}

#design-image-editor .instructions .file-upload {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 5;
}

#design-image-editor .instructions .file-upload input {
  height: 100%;
  width: 100%;
  cursor: pointer;
}

#design-image-editor .instructions .instructions-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

#design-image-editor .instructions .instructions-container .instructions-header {
  font-size: 1rem;
  text-align: center;
  color: #8189a7;
  font-family: 'basis-grotesque-medium';
}

#design-image-editor .instructions .instructions-container .filetypes {
  text-align: center;
  font-size: 0.85rem;
  font-weight: 500;
  color: #8189a7;
}

#design-image-editor .remove-image-button {
  display: flex;
  justify-content: center;
  margin: 10px;
  padding: 4px 8px;
  height: 30px;
  border: solid 2px;
  border-color: #e7e8ed;
  border-radius: 40px;
  width: 220px;
  cursor: pointer;
}

#design-image-editor .remove-image-button:hover {
  border-left-width: 2px;
  border-color: #2e469e;
  color: #2e469e;
  background-color: #ccd4ed;
}

#design-spot-white .feature-details {
  color: #8288a4;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.5em;
  margin-bottom: 10px;
}

#design-spot-white .pd-pane-item-details {
  align-items: inherit;
  padding: 16px;
}

.ink-toggle {
  display: flex;
  justify-content: center;
  width: 100%;
}

.ink-toggle__button {
  outline: none;
  cursor: pointer;
  border: solid 2px;
  border-color: #e7e8ed;
  border-radius: 40px;
  height: 35px;
  padding: 8px;
  line-height: 1;
  width: 112px;
}

.ink-toggle__button:hover {
  background-color: #edeff3;
  color: #2e469e;
}

.ink-toggle__button--left {
  border-right-width: 1px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ink-toggle__button--left:hover {
  border-right-width: 2px;
}

.ink-toggle__button--left.selected {
  background-color: #ccd4ed;
  border-color: #2e469e;
  border-right-width: 2px;
  color: #2e469e;
}

.ink-toggle__button--right {
  border-left-width: 1px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.ink-toggle__button--right:hover {
  border-left-width: 2px;
}

.ink-toggle__button--right.selected {
  background-color: #ccd4ed;
  border-color: #2e469e;
  border-left-width: 2px;
  color: #2e469e;
}

.text-editor {
  display: block !important;
}

.text-editor .color-picker {
  border-bottom: 1px solid #edeff3;
  color: #808080;
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
}

.text-editor .color-picker .selectors {
  flex-direction: row;
  justify-content: space-between;
  padding: 8px;
  width: 100%;
}

.text-editor .color-picker .selectors .color-select {
  display: flex;
  margin-bottom: 8px;
  width: 256px;
}

.text-editor .color-picker .selectors .saturation-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text-editor .color-picker .selectors .saturation-select span {
  display: inline-block;
  font-weight: 300;
  margin-right: 6px;
}

.text-editor .color-picker .selectors .saturation-select input[type='range'] {
  height: 10px;
  width: 96%;
}

.text-editor .color-picker .selectors .saturation-select input[type='range']:focus {
  outline: none;
}

.text-editor .color-picker .selectors .saturation-select input[type='range']::-webkit-slider-runnable-track {
  border-radius: 5px;
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: #ccd4ed;
}

.text-editor .color-picker .selectors .saturation-select input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #2e469e;
  cursor: pointer;
  margin-top: -3px;
}

.text-editor .color-picker .selectors .saturation-select input[type='range']::-moz-range-track {
  border-radius: 5px;
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: #ccd4ed;
}

.text-editor .color-picker .selectors .saturation-select input[type='range']::-moz-range-thumb {
  border: none;
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #2e469e;
  cursor: pointer;
}

.text-editor .color-picker .selectors .saturation-select input[type='range']::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: #ccd4ed;
}

.text-editor .color-picker .selectors .saturation-select input[type='range']::-ms-fill-lower {
  background: #ccd4ed;
}

.text-editor .color-picker .selectors .saturation-select input[type='range']::-ms-fill-upper {
  background: #ccd4ed;
}

.text-editor .color-picker .selectors .saturation-select input[type='range']::-ms-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #2e469e;
  cursor: pointer;
}

.text-editor .color-picker .inputs {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-left: 6px;
  margin-right: 6px;
  align-items: center;
}

.text-editor .color-picker .inputs .cmyk-channel-container {
  align-items: center;
  border: 2px solid #e4e7f0;
  border-radius: 5px;
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
}

.text-editor .color-picker .inputs .cmyk-channel-container span {
  font-size: 0.85rem;
  line-height: 11px;
  margin-left: 3px;
  position: absolute;
}

.text-editor .color-picker .inputs .cmyk-channel-container input {
  border: 3px solid #f4f4f4 !important;
  border-right-width: 0px !important;
  background-color: #f9f9f9 !important;
  box-shadow: none !important;
  color: #000000;
  font-size: 1.15rem;
  font-weight: 400;
  height: 29px;
  padding: 4px 4px 2px 2px;
  text-align: right;
  width: 48px;
}

.text-editor .color-picker .inputs .cmyk-channel-container input:focus {
  outline: 0;
}

.text-editor .color-picker .inputs .cmyk-channel-container input::-webkit-inner-spin-button,
.text-editor .color-picker .inputs .cmyk-channel-container input::-webkit-out-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.text-editor .current-color__btn {
  color: #2e469e;
  font-size: 12px;
  height: 20px;
}

.text-editor .current-color__btn:hover {
  box-shadow: 0 2px 0 0 #2e469e;
}

.text-editor .color-history {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 8px 8px 0;
}

.text-editor .color-history__container {
  display: flex;
  justify-content: start;
}

.text-editor .color-history__item {
  position: relative;
}

.text-editor .color-history__button {
  border-radius: 50%;
  box-shadow: 0px 1px 3px 0px #949bac;
  height: 24px;
  margin: 4px 8px 4px 0;
  transition: all ease-in 150ms;
  width: 24px;
}

.text-editor .color-history__button:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.text-editor .color-canvas {
  border-radius: 8px;
}

.text-editor .instructions {
  padding: 10px;
  margin-top: 10px;
  width: 100%;
  height: 20px;
  position: relative;
}

.text-editor .instructions .file-upload {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 5;
}

.text-editor .instructions .file-upload input {
  height: 100%;
  width: 100%;
}

.text-editor .instructions .instructions-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

.text-editor .instructions .instructions-container .instructions-header {
  font-size: 1.25em;
  text-align: center;
}

.text-editor .instructions .instructions-container .filetypes {
  text-align: center;
  font-size: 1.25em;
  font-weight: 500;
}

.text-editor .add-remove-text-button {
  display: flex;
  justify-content: center;
  margin: 10px;
  padding: 8px;
  height: 30px;
  border: solid 2px;
  border-color: #e7e8ed;
  border-radius: 40px;
  width: 220px;
  cursor: pointer;
}

.text-editor .add-remove-text-button:hover {
  border-color: #2e469e;
  color: #2e469e;
  background-color: #ccd4ed;
}

.text-editor .add-remove-text-buttons {
  border-top: 2px solid #f4f4f4;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  color: #8189a7;
  line-height: 0.75;
  font-size: 0.875rem;
}

.text-editor .add-remove-text-buttons .left {
  margin-right: 0px;
  width: 110px;
  border-right-width: 1px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  max-width: 110px;
}

.text-editor .add-remove-text-buttons .left:hover {
  border-right-width: 2px;
}

.text-editor .add-remove-text-buttons .right {
  margin-left: 0px;
  border-left-width: 1px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 110px;
  max-width: 110px;
}

.text-editor .add-remove-text-buttons .right:hover {
  border-left-width: 2px;
}

.text-editor #font-tool-selector {
  display: flex;
}

.text-editor #font-tool-selector #font-family-preview {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 2px solid #edeff3;
  border-right: 2px solid #edeff3;
  outline: none;
  min-height: 36px;
}

.text-editor #font-tool-selector #font-family-preview p#selected-font-family {
  font-size: 15px;
}

.text-editor #font-color-preview button {
  padding: 8px 15px;
  display: flex;
  justify-content: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: white;
  outline: none;
  border: 0px solid #edeff3;
  border-bottom: 2px solid #edeff3;
}

.text-editor #font-color-preview button span {
  height: 18px;
  width: 18px;
  border-radius: 20px;
}

.text-editor .scroll-list#font-family-list {
  height: 150px;
}

.text-editor .scroll-list#font-family-list .scroll-list-option p {
  font-size: 14px;
  line-height: 2.1;
}

#design-stamp-editor {
  position: relative;
}

#design-stamp-editor .stamp-library {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 10px;
  margin-top: 10px;
  width: 100%;
}

#design-stamp-editor .stamp-library__item-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  background-color: #8189a7;
  border-radius: 50%;
  border: 3px solid #8189a7;
  transition: all 0.2s ease-in-out;
}

#design-stamp-editor .stamp-library__item-container.active {
  border: 3px solid #2e469e;
}

#design-stamp-editor .stamp-library__item-container:hover {
  border: 3px solid #2e469e;
}

#design-stamp-editor .stamp-library__item {
  width: 50px;
  height: 50px;
}

#design-stamp-editor .stamp-library button {
  height: 100%;
}

#design-stamp-editor .stamp-library button:focus {
  outline: 0;
}

#design-stamp-editor .stamp-tooltip-container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  background-color: #edeff3;
  border-radius: 10px 10px 0 0;
  transition: all 0.3s ease-in-out;
}

#design-stamp-editor .stamp-tooltip {
  text-align: center;
  margin: 11px 0;
  width: 75%;
}

#design-stamp-editor .stamp-control-button {
  display: flex;
  justify-content: center;
  margin: 10px;
  padding: 4px 0 0;
  height: 30px;
  border: solid 2px;
  border-color: #e7e8ed;
  border-radius: 40px;
  width: 220px;
  cursor: pointer;
}

#design-stamp-editor .stamp-control-button:hover {
  border-left-width: 2px;
  border-color: #2e469e;
  color: #2e469e;
  background-color: #ccd4ed;
}

.custom-quote-modal {
  padding: 48px 40px 32px;
  width: 704px;
}

.custom-quote-modal .modal__header {
  margin-bottom: 24px;
  padding: 0;
  text-align: left;
}

.custom-quote-modal .modal__title {
  color: #2e469e;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 32px;
  margin: 0 0 16px 0;
}

.custom-quote-modal .modal__description {
  color: #393939;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.custom-quote-modal #custom-quote-modal {
  text-align: inherit;
}

.custom-quote-modal #custom-quote-modal .cqm-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.custom-quote-modal #custom-quote-modal .cqm-container select:focus,
.custom-quote-modal #custom-quote-modal .cqm-container input:focus {
  outline: 1px solid #2e469e;
}

.custom-quote-modal input[type='text'],
.custom-quote-modal input[type='tel'],
.custom-quote-modal input[type='email'],
.custom-quote-modal input[type='number'],
.custom-quote-modal input[type='date'],
.custom-quote-modal textarea,
.custom-quote-modal select {
  background: #f5f4f2;
  border: 2px solid #e5e3dd;
  color: #373a3c;
  display: block;
  padding: 8px;
  width: 100%;
}

.custom-quote-modal input[type='text']:focus,
.custom-quote-modal input[type='tel']:focus,
.custom-quote-modal input[type='email']:focus,
.custom-quote-modal input[type='number']:focus,
.custom-quote-modal input[type='date']:focus,
.custom-quote-modal textarea:focus,
.custom-quote-modal select:focus {
  border: 2px solid #2e469e;
  outline: none;
  box-shadow: none;
}

.custom-quote-modal .cqm-form-radio {
  display: flex;
  align-self: center;
  width: 220px;
}

.custom-quote-modal .cqm-form-radio label {
  padding: 3px;
}

.custom-quote-modal .cqm-form-radio input[type='radio'] {
  display: inline;
  margin: 2px 0 0 2px;
}

.cqm-form-notes {
  width: 100%;
}

.cqm-form-notes .cqm-label {
  margin-bottom: 0;
  width: 100%;
}

.cqm-form-notes #cqm-notes {
  height: 92px;
}

.cqm-form-notes #cqm-notes::-webkit-input-placeholder {
  font-size: 14px;
}

.cqm-form-notes #cqm-notes::-ms-input-placeholder {
  font-size: 14px;
}

.cqm-form-notes #cqm-notes::placeholder {
  font-size: 14px;
}

.custom-quote-modal footer.modal__footer {
  align-items: center;
  background: #ffffff;
  border-radius: 0 0 6px 6px;
  border-top: none;
  display: flex;
  justify-content: flex-end;
  margin: 40px 0 0;
  padding: 0;
}

.custom-quote-modal footer.modal__footer .btn {
  padding: 24px 40px;
}

.custom-quote-modal footer.modal__footer .btn:disabled {
  background: #f1f1f1;
}

.cqm-form-pane {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cqm-label {
  color: #666666;
  font-size: 16px;
  margin-bottom: 24px;
  width: 48%;
}

.optional-field {
  color: #7b7b7b;
  font-size: 0.85em;
  margin-left: 4px;
}

.disclaimer-text {
  color: #7b7b7b;
  font-size: 14px;
}

@media screen and (max-width: 767.98px) {
  .custom-quote-modal {
    padding: 24px 16px;
    overflow-y: auto;
    top: 110%;
    width: 96%;
  }

  .custom-quote-modal #custom-quote-modal .cqm-container {
    flex-direction: column;
  }

  .custom-quote-modal #custom-quote-modal .cqm-container select:focus,
  .custom-quote-modal #custom-quote-modal .cqm-container input:focus {
    outline: 1px solid #2e469e;
  }

  .custom-quote-modal .cqm-form-pane {
    margin: 16px 0;
    width: inherit;
  }

  .custom-quote-modal .cqm-form-pane .cqm-label {
    width: 100%;
  }

  .custom-quote-modal footer.modal__footer {
    display: inherit;
  }

  .custom-quote-modal footer.modal__footer .btn {
    display: block;
    margin: auto;
    padding: 24px;
  }
}

.boxdesigner#new {
  background-color: #f7f7f7;
}

.boxdesigner#new footer.footer {
  margin-top: 50px;
}

.boxdesigner#new .pdesigner-app {
  display: grid;
  grid-template-columns: 80px 272px 510px 280px;
  grid-gap: 8px;
  height: auto;
  margin: 56px auto 0;
  width: 1168px;
}

.boxdesigner#new .pdesigner-app button {
  outline: none;
}

.boxdesigner#new .pdesigner-box-viewer #region-selector {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.boxdesigner#new .pdesigner-box-viewer #region-selector .switch {
  outline: none;
}

.boxdesigner#new .color-preview {
  padding: 6px 15px;
  display: flex;
  justify-content: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: white;
  outline: none;
}

.boxdesigner#new .color-preview span {
  float: right;
  margin-left: 15px;
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.boxdesigner#new .object-transform-options {
  width: 100%;
}

.boxdesigner#new .object-transform-options .options-container {
  color: #8189a7;
  display: flex;
  flex-direction: row;
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  list-style-type: none;
  margin: 10px auto;
  padding-left: 0;
  width: 90%;
}

.boxdesigner#new .object-transform-options .options-container li {
  display: inline;
  font-size: 1.25em;
  font-weight: 500;
}

.boxdesigner#new .object-transform-options .options-container li:hover {
  color: #2b46a0;
  background: #edeff3;
  cursor: pointer;
}

.boxdesigner#new .object-transform-options .options-container li:first-child {
  border-radius: 16px 0 0 16px;
  border-right: 0;
}

.boxdesigner#new .object-transform-options .options-container li:last-child {
  border-radius: 0 16px 16px 0;
  border-left: 0;
}

.boxdesigner#new .object-transform-options .options-container li div {
  outline: none;
}

.boxdesigner#new .object-transform-options .options-container li div p {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  justify-content: center;
  align-self: center;
  text-transform: capitalize;
}

.boxdesigner#new .object-transform-options .options-container .object-transform-option {
  border: #edeff3 2px solid;
  width: 33%;
}

.boxdesigner#new .object-transform-options .options-container .object-transform-option.selected {
  background-color: #f7f7f7;
  color: #2b46a0;
  font-weight: 700;
}

.boxdesigner#new .scroll-list {
  background: #f7f7f7;
  max-height: 464px;
  overflow-y: scroll;
  width: 100%;
}

.boxdesigner#new .scroll-list--no-scroll {
  overflow-y: unset;
}

.boxdesigner#new .scroll-list::-webkit-scrollbar {
  width: 6px;
  border-radius: 5px;
}

.boxdesigner#new .scroll-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.158);
  background-color: #f5f5f5;
  border-radius: 5px;
  margin: 1px 0px;
}

.boxdesigner#new .scroll-list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #2e469e;
}

.boxdesigner#new .scroll-list .scroll-list-option {
  background-color: #ffffff;
  color: #8189a7;
  cursor: pointer;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 40px;
  margin-bottom: 2px;
  outline: none;
  padding: 5px 25px;
  padding-left: 20px;
  text-align: left;
  line-height: 2.1;
  font-weight: 600;
  width: 100%;
}

.boxdesigner#new .scroll-list .scroll-list-option:hover {
  background-color: #f4f4f4;
  box-shadow: 2px 0 0 0 #2e469e inset;
  color: #2e469e;
  font-weight: 700;
}

.boxdesigner#new .scroll-list .scroll-list-option.scroll-list-option-selected {
  background-color: #e6f9f5;
  box-shadow: 4px 0 0 0 #9be8d8 inset;
  color: #2e469e;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.boxdesigner#new .dark-button {
  background-color: #2e469e;
  color: #dedede;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 160px;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.boxdesigner#new .dark-button p {
  color: #dedede;
  font-weight: 700;
}

.boxdesigner#new .unusual-btn {
  background-color: #ffffff;
  border: 2px solid #e4e7f0;
  color: #8189a7;
  font-family: 'basis-grotesque-bold';
  font-size: 14px;
  letter-spacing: 0;
  padding: 10px 24px;
  text-align: center;
  text-transform: none;
  width: 100%;
}

.boxdesigner#new .unusual-btn:hover {
  background: #2e469e;
  color: #ffffff;
  border-color: #2e469e;
}

.boxdesigner#new .rd-i-tool-pallette-button {
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #8189a7;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2px;
  padding: 3px;
  height: 80px;
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

.boxdesigner#new .rd-i-tool-pallette-button p {
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
  padding-top: 10px;
}

.boxdesigner#new .rd-i-tool-pallette-button:first-child {
  border-top-right-radius: 10px;
}

.boxdesigner#new .rd-i-tool-pallette-button:nth-child(4) {
  border-bottom-right-radius: 10px;
}

.boxdesigner#new .rd-i-tool-pallette-button:hover {
  background-color: #edeff3;
  color: #2e469e;
  box-shadow: 2px 0 0 0 #2e469e inset;
}

.boxdesigner#new .rd-i-tool-pallette-button.pd-tool-selected {
  background-color: #e6f9f5;
  color: #2e469e;
  outline: none;
  box-shadow: 3px 0 0 0 #9be8d8 inset;
}

.boxdesigner#new .rd-i-tool-pallette-button-simple {
  align-items: center;
  background-color: transparent;
  color: #8387a5;
  display: flex;
  flex-direction: column;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  height: 80px;
  justify-content: center;
  margin: 3px 0;
  padding: 10px 3px 10px 3px;
  text-align: center;
  text-transform: uppercase;
  width: 80px;
}

.boxdesigner#new .rd-i-tool-pallette-button-simple p {
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
  padding-top: 10px;
}

.boxdesigner#new #counter-example button#counter {
  margin: 0 auto;
  display: block;
}

.boxdesigner#new #tool-details-material {
  display: flex;
  flex-direction: column;
}

.boxdesigner#new #tool-details-material .container {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
}

.boxdesigner#new #tool-details-material .container .material-select-heading {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #edeff3;
  padding: 12px 16px;
  color: #2e469e;
}

.boxdesigner#new #tool-details-material .container .material-select-heading h3 {
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.boxdesigner#new #tool-details-material .container .rd-i-material-item {
  border-top: 1px solid #f4f4f4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 16px;
  height: inherit;
  text-align: left;
}

.boxdesigner#new #tool-details-material .container .rd-i-material-item:hover {
  background-color: rgba(63, 81, 181, 0.025);
  box-shadow: 3px 0 0 0 #2e469e inset;
}

.boxdesigner#new #tool-details-material .container .rd-i-material-item:hover .material-name h3 {
  color: #4b4b4b;
}

.boxdesigner#new #tool-details-material .container .rd-i-material-item:hover h3 {
  color: #2e469e;
}

.boxdesigner#new #tool-details-material .container .rd-i-material-item--active.rd-i-material-item {
  background-color: #e6f9f5;
  box-shadow: 4px 0 0 0 #9be8d8 inset;
}

.boxdesigner#new #tool-details-material .container .rd-i-material-item--active.rd-i-material-item .material-name h3 {
  color: #4b4b4b;
}

.boxdesigner#new #tool-details-material .container .rd-i-material-item:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.boxdesigner#new #tool-details-material .container .rd-i-material-item p.material-description {
  color: #848794;
  font-size: 0.875em;
  padding-top: 6px;
}

.boxdesigner#new #tool-details-material .container .rd-i-material-item .material-name {
  display: flex;
  justify-content: left;
}

.boxdesigner#new #tool-details-material .container .rd-i-material-item .material-name h3 {
  font-size: 14px;
  line-height: 18px;
  color: #848794;
  text-align: left;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
}

.boxdesigner#new #tool-details-material .container .rd-i-material-item .material-name .material-icon {
  opacity: 0.6;
  padding-right: 16px;
  margin-top: -4px;
}

.boxdesigner#new #tool-details-material .additional-information-material {
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
}

.boxdesigner#new #tool-details-material .additional-information-material p {
  color: #dd5e4a;
}

.boxdesigner#new #tool-details-material .additional-information-material a {
  font-weight: 700;
  color: #dd5e4a;
  text-decoration: underline;
}

.boxdesigner#new .rd-i-pd-pane {
  min-width: 100%;
  border-width: 5px;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.975rem;
  color: #808080;
  display: flex;
  flex-direction: column;
}

.boxdesigner#new .rd-i-pd-pane p.active-arrow svg {
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  stroke: #2b46a0;
}

.boxdesigner#new .rd-i-pd-pane p.active-arrow.open svg {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.boxdesigner#new .rd-i-pd-pane .pd-pane-item {
  border-radius: 10px;
  border-bottom: 2px solid #f4f4f4;
  background-color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.boxdesigner#new .rd-i-pd-pane .pd-pane-item .rd-i-pd-pane-item-title {
  align-items: center;
  border-radius: 10px;
  color: #2e469e;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 12px 15px;
  width: 100%;
}

.boxdesigner#new .rd-i-pd-pane .pd-pane-item .rd-i-pd-pane-item-title:hover {
  background-color: #edeff3;
}

.boxdesigner#new .rd-i-pd-pane .pd-pane-item .rd-i-pd-pane-item-title svg {
  margin-right: 15px;
}

.boxdesigner#new .rd-i-pd-pane .pd-pane-item .rd-i-pd-pane-item-title p {
  margin-left: auto;
}

.boxdesigner#new .rd-i-pd-pane .pd-pane-item .rd-i-pd-pane-item-title.pd-tool-selected {
  outline: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #edeff3;
}

.boxdesigner#new .rd-i-pd-pane .pd-pane-item .rd-i-pd-pane-item-title h3 {
  font-family: basis-grotesque-bold, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.boxdesigner#new .rd-i-pd-pane .pd-pane-item .rd-i-pd-pane-item-title h3 .menu-item__new-feature {
  color: #5dc3b7;
  font-size: 0.75em;
  margin-left: 4px;
  vertical-align: super;
}

.boxdesigner#new .rd-i-pd-pane .pd-pane-item .pd-pane-item-details {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.boxdesigner#new .rd-i-pd-pane .pd-pane-item .pd-pane-item-details > p {
  margin-top: 1rem;
}

.boxdesigner#new .rd-i-pd-pane .pd-pane-item .pd-pane-item-details a.dark-button {
  margin-top: 1rem;
  width: 90%;
  font-size: 1.1rem;
  height: 3rem;
  padding-top: 5px;
  text-decoration: none;
}

.boxdesigner#new .rd-i-pd-pane .pd-pane-item .design-dieline-request {
  width: 100%;
}

.boxdesigner#new .rd-i-pd-pane .pd-pane-item .design-dieline-request div.dark-button {
  width: 90%;
  font-size: 1.1rem;
  height: 3rem;
  padding-top: 5px;
  text-decoration: none;
}

.boxdesigner#new .rd-i-pd-pane .pd-pane-item .design-dieline-request div.unusual-btn {
  padding-left: 20px;
  padding-right: 20px;
}

.boxdesigner#new .rd-i-pd-pane .pd-pane-item .design-dieline-request img {
  max-width: 15px;
  max-height: 15px;
  display: inline-block;
  margin-right: 0.3rem;
  margin-bottom: -3px;
}

.boxdesigner#new .rd-i-pd-pane .pd-pane-item .design-dieline-request .dieline-requested {
  color: #2e469e;
  margin: 1.5rem 1rem;
  text-align: center;
}

.boxdesigner#new .rd-i-pd-pane .pd-pane-item .pd-pane-item-details button a {
  color: white;
}

.boxdesigner#new .rd-i-pd-pane .pd-pane-item .design-dieline-upload {
  padding: 16px;
}

.boxdesigner#new .rd-i-pd-pane .pd-pane-item .design-dieline-upload a {
  color: #8189a7;
}

.boxdesigner#new .menu-item {
  width: 100%;
}

.dimension-selector-input input {
  background: #fcfcfc;
  box-shadow: inset 2px 2px 6px 0 rgba(71, 78, 102, 0.1);
  width: 100px;
  margin-right: -15px;
  color: #474e66;
}

.dimension-selector-input input::-webkit-input-placeholder {
  color: #c5cbdf;
}

.dimension-selector-input input::-ms-input-placeholder {
  color: #c5cbdf;
}

.dimension-selector-input input::placeholder {
  color: #c5cbdf;
}

.dimension-selector-input input:hover,
.dimension-selector-input input:focus {
  border: 2px solid #c5cbdf;
}

.tool-details__disclaimer {
  color: #8189a7;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.75;
  margin-top: 4px;
  padding: 8px;
  width: 100%;
}

#artwork-editor {
  align-self: flex-end;
  visibility: visible;
  pointer-events: all;
  margin: 0 auto;
  width: 100%;
}

#artwork-editor .panel-graphics {
  margin-bottom: 20px;
  margin-left: -5px;
}

#artwork-editor .panel-graphics .color-change-warning {
  font-size: 0.975rem;
}

#artwork-editor .panel-color {
  margin-bottom: 10px;
}

#artwork-editor .artwork-canvas {
  position: relative;
  margin-top: 16px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

#artwork-editor .artwork-canvas canvas {
  border: 2px dashed #d5d5d5;
  width: 100%;
}

#artwork-editor .warning {
  padding: 10px 0;
  color: #dd5e4a;
}

#artwork-editor .btn .color {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  background: white;
}

#artwork-editor .delete-btn {
  display: none;
}

#artwork-editor .panel-color input[type='color'] {
  visibility: hidden;
  position: absolute;
  height: 0;
  width: 0;
}

#artwork-editor .add-color-btn {
  margin-bottom: 10px;
  line-height: 20px;
}

#artwork-editor .add-color-btn .color {
  margin-left: 15px;
  float: right;
}

.color-picker {
  border-bottom: 1px solid #edeff3;
  color: #808080;
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
}

.color-picker .selectors {
  flex-direction: row;
  justify-content: space-between;
  padding: 8px;
  width: 100%;
}

.color-picker .selectors .color-select {
  display: flex;
  margin-bottom: 8px;
  width: 256px;
}

.color-picker .selectors .saturation-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.color-picker .selectors .saturation-select span {
  display: inline-block;
  font-weight: 300;
  margin-right: 6px;
}

.color-picker .selectors .saturation-select input[type='range'] {
  height: 10px;
  width: 96%;
}

.color-picker .selectors .saturation-select input[type='range']:focus {
  outline: none;
}

.color-picker .selectors .saturation-select input[type='range']::-webkit-slider-runnable-track {
  border-radius: 5px;
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: #ccd4ed;
}

.color-picker .selectors .saturation-select input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #2e469e;
  cursor: pointer;
  margin-top: -3px;
}

.color-picker .selectors .saturation-select input[type='range']::-moz-range-track {
  border-radius: 5px;
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: #ccd4ed;
}

.color-picker .selectors .saturation-select input[type='range']::-moz-range-thumb {
  border: none;
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #2e469e;
  cursor: pointer;
}

.color-picker .selectors .saturation-select input[type='range']::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: #ccd4ed;
}

.color-picker .selectors .saturation-select input[type='range']::-ms-fill-lower {
  background: #ccd4ed;
}

.color-picker .selectors .saturation-select input[type='range']::-ms-fill-upper {
  background: #ccd4ed;
}

.color-picker .selectors .saturation-select input[type='range']::-ms-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #2e469e;
  cursor: pointer;
}

.color-picker .inputs {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-left: 6px;
  margin-right: 6px;
  align-items: center;
}

.color-picker .inputs .cmyk-channel-container {
  align-items: center;
  border: 2px solid #e4e7f0;
  border-radius: 5px;
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
}

.color-picker .inputs .cmyk-channel-container span {
  font-size: 0.85rem;
  line-height: 11px;
  margin-left: 3px;
  position: absolute;
}

.color-picker .inputs .cmyk-channel-container input {
  border: 3px solid #f4f4f4 !important;
  border-right-width: 0px !important;
  background-color: #f9f9f9 !important;
  box-shadow: none !important;
  color: #000000;
  font-size: 1.15rem;
  font-weight: 400;
  height: 29px;
  padding: 4px 4px 2px 2px;
  text-align: right;
  width: 48px;
}

.color-picker .inputs .cmyk-channel-container input:focus {
  outline: 0;
}

.color-picker .inputs .cmyk-channel-container input::-webkit-inner-spin-button,
.color-picker .inputs .cmyk-channel-container input::-webkit-out-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.current-color__btn {
  color: #2e469e;
  font-size: 12px;
  height: 20px;
}

.current-color__btn:hover {
  box-shadow: 0 2px 0 0 #2e469e;
}

.color-history {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 8px 8px 0;
}

.color-history__container {
  display: flex;
  justify-content: start;
}

.color-history__item {
  position: relative;
}

.color-history__button {
  border-radius: 50%;
  box-shadow: 0px 1px 3px 0px #949bac;
  height: 24px;
  margin: 4px 8px 4px 0;
  transition: all ease-in 150ms;
  width: 24px;
}

.color-history__button:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.color-canvas {
  border-radius: 8px;
}

.background-color-selector {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.background-color-selector .color-sides-button,
.background-color-selector .black-and-white-color-buttons {
  border: 2px solid #e7e8ed;
  border-radius: 40px;
  display: flex;
  height: 30px;
  justify-content: center;
  padding: 5px 8px;
  width: 100%;
}

.background-color-selector .color-sides-button:hover,
.background-color-selector .color-sides-button.selected,
.background-color-selector .black-and-white-color-buttons:hover,
.background-color-selector .black-and-white-color-buttons.selected {
  border-color: #2e469e;
  color: #2e469e;
  background-color: #ccd4ed;
}

.background-color-selector .clear-color-button {
  margin-bottom: 0px;
}

.background-color-selector .color-sides {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.background-color-selector .color-sides .split-button-left {
  margin-right: 0px;
  width: 110px;
  border-right-width: 1px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  max-width: 110px;
}

.background-color-selector .color-sides .split-button-left:hover {
  border-right-width: 2px;
}

.background-color-selector .color-sides .split-button-right {
  margin-left: 0px;
  border-left-width: 1px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 110px;
  max-width: 110px;
}

.background-color-selector .color-sides .split-button-right:hover {
  border-left-width: 2px;
}

.clear-color-selector {
  border-top: 1px solid #edeff3;
  width: 100%;
}

.modify-sides {
  align-items: center;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 8px;
  width: inherit;
}

.modify-sides__menu {
  display: inline-block;
  float: right;
  width: 80%;
}

.modify-sides__label {
  color: #8189a7;
  margin-right: auto;
}

.modify-sides__button {
  border: 2px solid #e7e8ed;
  border-left: none;
  height: 30px;
  padding: 4px 8px;
  width: 50%;
}

.modify-sides__button:hover {
  box-shadow: 0 0 0 2px #2e469e inset;
  color: #2e469e;
  background-color: #ccd4ed;
}

.modify-sides__button:first-child {
  border-left: 2px solid #e7e8ed;
  border-radius: 16px 0 0 16px;
}

.modify-sides__button:last-child {
  border-radius: 0 16px 16px 0;
}

.color-picker {
  border-bottom: 1px solid #edeff3;
  color: #808080;
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
}

.color-picker .selectors {
  flex-direction: row;
  justify-content: space-between;
  padding: 8px;
  width: 100%;
}

.color-picker .selectors .color-select {
  display: flex;
  margin-bottom: 8px;
  width: 256px;
}

.color-picker .selectors .saturation-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.color-picker .selectors .saturation-select span {
  display: inline-block;
  font-weight: 300;
  margin-right: 6px;
}

.color-picker .selectors .saturation-select input[type='range'] {
  height: 10px;
  width: 96%;
}

.color-picker .selectors .saturation-select input[type='range']:focus {
  outline: none;
}

.color-picker .selectors .saturation-select input[type='range']::-webkit-slider-runnable-track {
  border-radius: 5px;
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: #ccd4ed;
}

.color-picker .selectors .saturation-select input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #2e469e;
  cursor: pointer;
  margin-top: -3px;
}

.color-picker .selectors .saturation-select input[type='range']::-moz-range-track {
  border-radius: 5px;
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: #ccd4ed;
}

.color-picker .selectors .saturation-select input[type='range']::-moz-range-thumb {
  border: none;
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #2e469e;
  cursor: pointer;
}

.color-picker .selectors .saturation-select input[type='range']::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: #ccd4ed;
}

.color-picker .selectors .saturation-select input[type='range']::-ms-fill-lower {
  background: #ccd4ed;
}

.color-picker .selectors .saturation-select input[type='range']::-ms-fill-upper {
  background: #ccd4ed;
}

.color-picker .selectors .saturation-select input[type='range']::-ms-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #2e469e;
  cursor: pointer;
}

.color-picker .inputs {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-left: 6px;
  margin-right: 6px;
  align-items: center;
}

.color-picker .inputs .cmyk-channel-container {
  align-items: center;
  border: 2px solid #e4e7f0;
  border-radius: 5px;
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
}

.color-picker .inputs .cmyk-channel-container span {
  font-size: 0.85rem;
  line-height: 11px;
  margin-left: 3px;
  position: absolute;
}

.color-picker .inputs .cmyk-channel-container input {
  border: 3px solid #f4f4f4 !important;
  border-right-width: 0px !important;
  background-color: #f9f9f9 !important;
  box-shadow: none !important;
  color: #000000;
  font-size: 1.15rem;
  font-weight: 400;
  height: 29px;
  padding: 4px 4px 2px 2px;
  text-align: right;
  width: 48px;
}

.color-picker .inputs .cmyk-channel-container input:focus {
  outline: 0;
}

.color-picker .inputs .cmyk-channel-container input::-webkit-inner-spin-button,
.color-picker .inputs .cmyk-channel-container input::-webkit-out-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.current-color__btn {
  color: #2e469e;
  font-size: 12px;
  height: 20px;
}

.current-color__btn:hover {
  box-shadow: 0 2px 0 0 #2e469e;
}

.color-history {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 8px 8px 0;
}

.color-history__container {
  display: flex;
  justify-content: start;
}

.color-history__item {
  position: relative;
}

.color-history__button {
  border-radius: 50%;
  box-shadow: 0px 1px 3px 0px #949bac;
  height: 24px;
  margin: 4px 8px 4px 0;
  transition: all ease-in 150ms;
  width: 24px;
}

.color-history__button:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.color-canvas {
  border-radius: 8px;
}

#tool-details-design {
  margin-bottom: 10px;
}

#tool-details-design .popout-menu {
  position: absolute;
  padding-left: 20px;
  width: 250px;
  left: 35%;
  z-index: 5;
}

#tool-details-design .popout-menu-error > p,
#tool-details-design .popout-menu-tip > p {
  font-weight: 700;
  font-size: 1em;
  width: 100%;
  padding: 15px 25px 15px 20px;
  color: #e4e7f0;
}

#tool-details-design .popout-menu-error {
  background-color: #e24242;
  border-radius: 0 10px 0 0;
}

#tool-details-design .popout-menu-error p {
  color: #edeff3;
}

#tool-details-design .popout-menu-tip {
  background-color: #484e66;
  border-radius: 0 0 10px 10px;
}

#tool-details-design:hover > .popout-menu {
  visibility: visible;
}

#design-dieline-request #design-dieline-request-login-gate .dark-button {
  width: 100%;
}

#design-dieline-request .design-dieline-request {
  padding: 10px;
}

#tool-details-size #size-tool-custom input[type='number'] {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}

#tool-details-size #size-tool-custom .hack-fix-spinner {
  /* For Firefox */
  /* Webkit browsers like Safari and Chrome */
}

#tool-details-size #size-tool-custom .hack-fix-spinner input[type='number'] {
  -moz-appearance: textfield;
}

#tool-details-size #size-tool-custom .hack-fix-spinner input[type='number']::-webkit-inner-spin-button,
#tool-details-size #size-tool-custom .hack-fix-spinner input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#tool-details-size #size-tool-custom .pd-pane-item-details {
  width: 100%;
  display: flex;
  padding: 10px;
}

#tool-details-size #size-tool-custom .pd-pane-item-details .other-error {
  padding: 15px;
  margin: 5px 10px 10px 5px;
  background-color: #e24242;
  border-radius: 10px;
}

#tool-details-size #size-tool-custom .pd-pane-item-details .other-error p {
  color: #edeff3;
}

#tool-details-size #size-tool-custom .pd-pane-item-details .errorable {
  display: inherit;
  align-content: flex-end;
  padding-right: 0px;
  margin-right: 20px;
  position: relative;
  width: 100%;
}

#tool-details-size #size-tool-custom .pd-pane-item-details .errorable label {
  display: inherit;
  width: 100%;
  margin-top: 10px;
  padding-left: 20px;
}

#tool-details-size #size-tool-custom .pd-pane-item-details .errorable label p {
  text-transform: capitalize;
  width: 50%;
  display: inherit;
  align-items: center;
  color: #8189a7;
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
}

#tool-details-size #size-tool-custom .pd-pane-item-details .errorable input.input-error {
  border: red 2px solid;
}

#tool-details-size #size-tool-custom .pd-pane-item-details .errorable .popout-menu {
  visibility: hidden;
  position: absolute;
  padding-left: 11px;
  width: 250px;
  left: 100%;
  margin-left: 1rem;
  margin-top: 11px;
}

#tool-details-size #size-tool-custom .pd-pane-item-details .errorable .popout-menu:before {
  content: '';
  position: absolute;
  top: -0.5px;
  left: -17px;
  display: block;
  height: 30px;
  width: 40px;
  background-image: url("data:image/svg+xml,%3Csvg id='svg2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.44 20.5'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e24242;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow%3C/title%3E%3Cpolygon class='cls-1' points='26.44 20.5 0 0 26.44 0 26.44 20.5'/%3E%3C/svg%3E");
}

#tool-details-size #size-tool-custom .pd-pane-item-details .errorable .popout-menu-error > p,
#tool-details-size #size-tool-custom .pd-pane-item-details .errorable .popout-menu-tip > p {
  font-weight: 700;
  font-size: 1em;
  width: 100%;
  padding: 15px 25px 15px 20px;
  color: #e4e7f0;
}

#tool-details-size #size-tool-custom .pd-pane-item-details .errorable .popout-menu-error {
  background-color: #e24242;
  border-radius: 0 10px 0 0;
}

#tool-details-size #size-tool-custom .pd-pane-item-details .errorable .popout-menu-error p {
  color: #edeff3;
}

#tool-details-size #size-tool-custom .pd-pane-item-details .errorable .popout-menu-tip {
  background-color: #484e66;
  border-radius: 0 0 10px 10px;
}

#tool-details-size #size-tool-custom .pd-pane-item-details .errorable:hover > .popout-menu {
  visibility: visible;
}

#tool-details-size #size-tool-custom #confirm-size-button.highlighted {
  background: #2e469e;
  color: #fff;
  border-color: #2e469e;
}

.find-designer {
  display: flex;
  justify-content: center;
  padding: 0 8% 48px;
}

.find-designer__copy {
  font-size: 1.325rem;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: center;
}

.find-designer__logo {
  height: 32px;
  width: 281px;
}

@media screen and (max-width: 991.98px) {
  .find-designer {
    padding: 36px 8% 48px;
  }
}

.hdprint-section {
  background-color: #fea87a;
  padding: 80px 0;
  position: relative;
}

.hdprint-section .mediaAndTextModule {
  align-items: inherit;
  padding-left: 5%;
  padding-right: 0;
}

.hdprint-section .mediaAndTextModule__media {
  padding: 32px 16px 24px 0;
  width: 54%;
}

.hdprint-section .mediaAndTextModule__img {
  float: right;
  width: 100%;
}

.hdprint-section .mediaAndTextModule__data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 42%;
}

.hdprint-section .mediaAndTextModule__data ul {
  width: 90%;
}

.hdprint-section .mediaAndTextModule__data ul li {
  padding: 8px 0;
}

.hdprint-section .mediaAndTextModule__data p {
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1.5rem;
}

.hdprint-section .mediaAndTextModule__data .btn {
  font-size: 16px;
}

@media screen and (max-width: 1199.98px) {
  .hdprint-section .mediaAndTextModule {
    padding: 0;
  }

  .hdprint-section .mediaAndTextModule__data {
    padding: 0;
  }

  .hdprint-section .mediaAndTextModule__media {
    width: 46%;
  }
}

@media screen and (max-width: 991.98px) {
  .hdprint-section .mediaAndTextModule {
    align-items: center;
    flex-direction: column;
  }

  .hdprint-section .mediaAndTextModule__data {
    width: 90%;
  }

  .hdprint-section .mediaAndTextModule__data div {
    display: flex;
    justify-content: center;
  }

  .hdprint-section .mediaAndTextModule__media {
    padding: 32px 0 24px;
    width: 100%;
  }
}

#design-image-editor .instructions {
  padding: 10px;
  margin-top: 10px;
  width: 100%;
  height: 50px;
  position: relative;
}

#design-image-editor .instructions .popout-menu {
  left: 100%;
}

#design-image-editor .instructions .file-upload {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 5;
}

#design-image-editor .instructions .file-upload input {
  height: 100%;
  width: 100%;
  cursor: pointer;
}

#design-image-editor .instructions .instructions-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

#design-image-editor .instructions .instructions-container .instructions-header {
  font-size: 1rem;
  text-align: center;
  color: #8189a7;
  font-family: 'basis-grotesque-medium';
}

#design-image-editor .instructions .instructions-container .filetypes {
  text-align: center;
  font-size: 0.85rem;
  font-weight: 500;
  color: #8189a7;
}

#design-image-editor .remove-image-button {
  display: flex;
  justify-content: center;
  margin: 10px;
  padding: 4px 8px;
  height: 30px;
  border: solid 2px;
  border-color: #e7e8ed;
  border-radius: 40px;
  width: 220px;
  cursor: pointer;
}

#design-image-editor .remove-image-button:hover {
  border-left-width: 2px;
  border-color: #2e469e;
  color: #2e469e;
  background-color: #ccd4ed;
}

#tool-details-quantity .container {
  width: 100%;
}

#tool-details-quantity .container .rd-i-quantity-selection {
  border-bottom: 1px solid #f4f4f4;
}

#tool-details-quantity .container .rd-i-quantity-selection span.unit-price {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

#tool-details-quantity .container .quantity-item {
  align-items: center;
  background-color: #ffffff;
  border-left: transparent 2px solid;
  display: flex;
  height: 40px;
  justify-content: space-between;
  outline: none;
  padding: 10px 16px 8px 16px;
  width: 100%;
}

#tool-details-quantity .container .quantity-item:hover {
  background-color: #f4f4f4;
  box-shadow: 2px 0 0 0 #2e469e inset;
}

#tool-details-quantity .container .quantity-item:hover span {
  color: #2e469e;
  font-weight: 700;
}

#tool-details-quantity .container .quantity-item:last-child:hover {
  background-color: #ffffff;
  box-shadow: unset;
}

#tool-details-quantity .container .quantity-item.pd-quantity-selected {
  background-color: #e6f9f5;
  box-shadow: 4px 0 0 0 #9be8d8 inset;
  padding-left: 14px;
}

#tool-details-quantity .container .quantity-item.pd-quantity-selected span {
  border-bottom: 2px solid transparent;
  color: #2e469e;
  font-weight: 700;
}

#tool-details-quantity .container .quantity-item.pd-quantity-selected span.link-trigger:hover {
  border-bottom: 2px solid #2e469e;
}

#tool-details-quantity .container .quantity-item span {
  color: #8189a7;
  font-size: 0.975rem;
}

#tool-details-quantity .container span.unit-price {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

#tool-details-quantity .container .custom-quantity {
  align-items: center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  flex-direction: row;
  height: inherit;
}

#tool-details-quantity .container .custom-quantity input {
  border: 2px solid #ccd4ed;
  background: #fcfcfc;
  box-shadow: inset 2px 2px 6px 0 rgba(71, 78, 102, 0.1);
  border-radius: 5px;
  color: #474e66;
  height: 40px;
  width: 104px;
}

#tool-details-quantity .container .custom-quantity input:focus,
#tool-details-quantity .container .custom-quantity input:hover {
  border-color: #808080;
}

#tool-details-quantity .custom-quote {
  padding: 8px 16px;
}

#tool-details-quantity .custom-quote button.btn--link {
  font-size: 0.975rem;
  font-weight: 700;
}

#tool-details-quantity .container #quantity-heading {
  align-items: baseline;
  background-color: #edeff3;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  height: 60px;
  justify-content: space-between;
  padding: 24px 16px 16px 16px;
}

#tool-details-quantity .container #quantity-heading:hover {
  background-color: #edeff3;
  border-left: 2px solid transparent;
}

#tool-details-quantity .container #quantity-heading:hover span {
  color: #848794;
  font-weight: inherit;
}

#tool-details-quantity .container #quantity-heading h3 {
  color: #2e469e;
  font-size: 0.975rem;
}

#tool-details-quantity .container #quantity-heading span {
  text-align: right;
  font-size: 0.875rem;
  font-family: basis-grotesque-medium, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #8189a7;
}

#region-selector {
  font-family: 'basis-grotesque-medium';
}

.labeled-select__label,
.labeled-select__dropdown {
  float: left;
  vertical-align: top;
  width: 140px;
  background-color: #ffffff;
}

.labeled-select__label {
  padding: 11px 28px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  color: #8189a7;
}

.labeled-select__dropdown {
  border-bottom-right-radius: 5px;
  border-left: 2px solid #f7f7f7;
  border-top-right-radius: 5px;
  text-align: right;
}

.dropdown {
  position: relative;
  z-index: 2;
}

.dropdown__active {
  background-color: #ffffff;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  color: #2e469e;
  cursor: pointer;
  height: auto;
  padding: 0.8rem 24px;
  text-align: right;
  width: 100%;
}

.dropdown__active-arrow {
  padding-left: 8px;
  padding-bottom: 1px;
  margin-right: -2px;
  display: inline-block;
  color: inherit;
  line-height: 1.15;
}

.dropdown__active-arrow > svg {
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  stroke: #2e469e;
}

.dropdown__list {
  margin-top: 1px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.dropdown__list--scroll {
  max-height: 200px;
  overflow-y: auto;
}

.dropdown__list button {
  cursor: pointer;
}

.dropdown__list button:hover {
  background-color: #e6f9f5;
  box-shadow: -2px 0 0 0 #9be8d8 inset;
  color: #2e469e;
}

.dropdown__list button.select__item--active {
  background-color: #e6f9f5;
  box-shadow: -4px 0 0 0 #9be8d8 inset;
  color: #2e469e;
  font-weight: 900;
}

.dropdown__item {
  padding: 0.8rem;
  padding-right: 24px;
  text-align: right;
  color: #8189a7;
}

.dropdown__item:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.dropdown--open svg {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.user-box-name {
  background: #edeff3;
  border-radius: 6px;
  color: #2e469e;
  display: block;
  font-size: 1.35em;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  margin: 0 auto 40px;
  padding: 8px 16px;
  width: 85%;
  text-align: center;
}

#tool-details-reset {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  color: #fff;
}

#tool-details-reset .reset-dialog {
  padding: 20px;
  font-size: 0.85rem;
}

#tool-details-reset .reset-dialog p {
  margin-bottom: 15px;
}

#tool-details-reset .reset-dialog .btn {
  height: 30px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
  text-transform: none;
  text-align: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  display: block;
  padding: 8px 40px;
  letter-spacing: normal;
  font-family: "basis-grotesque-bold", "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#tool-details-reset .reset-artwork-dialog {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #484e66;
}

#tool-details-reset .reset-artwork-dialog .btn:hover {
  background-color: #fff;
  color: #484e66;
}

#tool-details-reset .reset-all-dialog {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #e24242;
}

#tool-details-reset .reset-all-dialog .btn:hover {
  background-color: #fff;
  color: #e24242;
}

#running-tab {
  height: 555px;
  width: 280px;
}

#running-tab .container {
  border-width: 5px;
  color: #808080;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  min-height: 100%;
  min-width: 100%;
}

#running-tab .container .item {
  align-items: center;
  background-color: #ffffff;
  border-bottom: 2px solid #f4f4f4;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  min-height: 60px;
  padding: 16px 24px;
}

#running-tab .container .item button {
  text-decoration: underline;
}

#running-tab .container .item .label {
  color: #8288a4;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
}

#running-tab .container .item .value {
  color: #474b62;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  height: auto;
}

#running-tab .container .product-description {
  max-height: 100%;
  min-height: 100%;
  border-bottom: none;
  border-top-left-radius: 10px;
  padding: 20px 24px 8px;
  background-color: #ffffff;
}

#running-tab .container .product-description h4.product-name {
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  color: #2e469e;
  padding-bottom: 10px;
}

#running-tab .container .product-description p.product-info {
  font-size: 14px;
  font-weight: 200;
  color: #8288a4;
  line-height: 1.5em;
}

#running-tab .container .product-description a {
  text-decoration: underline;
  font-weight: 200;
  font-size: 12px;
}

#running-tab .container .quantity {
  padding: 8px 24px;
}

#running-tab .container .quantity input.product-quantity-input {
  border: 2px solid #ccd4ed;
  border-radius: 5px;
  background: #fcfcfc;
  box-shadow: inset 2px 2px 6px 0 rgba(71, 78, 102, 0.1);
  color: #474e66;
  height: 40px;
  margin-right: -16px;
  text-align: right;
  width: 80px;
  -moz-appearance: textfield;
  -webkit-appearance: none;
          appearance: none;
}

#running-tab .container .quantity input.product-quantity-input::-webkit-input-placeholder {
  color: #c5cbdf;
}

#running-tab .container .quantity input.product-quantity-input::-ms-input-placeholder {
  color: #c5cbdf;
}

#running-tab .container .quantity input.product-quantity-input::placeholder {
  color: #c5cbdf;
}

#running-tab .container .quantity input.product-quantity-input:focus,
#running-tab .container .quantity input.product-quantity-input:hover {
  border-color: #808080;
}

#running-tab .container .quantity input.product-quantity-input::-webkit-inner-spin-button,
#running-tab .container .quantity input.product-quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

#running-tab .container .quantity input.product-quantity-input.quote-request-needed {
  border: 2px solid #474e66;
}

#running-tab .container .subtotal {
  background-color: #edeff3;
  border-bottom: none;
}

#running-tab .container .subtotal p.value {
  color: #2e469e;
}

#running-tab .container .subtotal p.value.request-quote {
  color: #55595c;
}

#running-tab .container .submit-button {
  align-items: center;
  background-color: #2e469e;
  border-bottom-left-radius: 10px;
  color: #ffffff;
  display: flex;
  height: auto;
  justify-content: center;
  padding: 20px;
  width: 100%;
}

#running-tab .container .submit-button.request-quote {
  background-color: #474e66;
}

#running-tab .container .submit-button.disabled {
  background-color: #474e66;
  pointer-events: none;
}

#running-tab .container .share-and-save {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 16px;
}

#running-tab .container .share-and-save button.rd-i-btn {
  border: 2px solid #e4e7f0;
  border-radius: 20px;
  color: #8189a7;
  font-size: 14px;
  font-family: 'basis-grotesque-bold';
  height: inherit;
  letter-spacing: 0;
  padding: 8px 32px;
  text-transform: none;
}

#running-tab .container .share-and-save div.signin-or-signup {
  color: #8189a7;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.5em;
  max-width: 40%;
  padding: 8px;
  text-align: center;
}

#running-tab .container .share-and-save div.signin-or-signup a {
  font-size: 12px;
  font-weight: 200;
  text-decoration: underline;
}

#running-tab .tooltip {
  display: none;
  position: absolute;
  background: #ffffff;
  max-width: 30ch;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  padding: 12px;
  font-size: 12px;
  font-weight: 200;
  color: #8288a4;
  line-height: 1.5em;
}

.testmodal {
  width: 600px;
}

#share-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

#share-box .url-section {
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 50px;
}

#share-box .vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#share-box .url-label {
  min-width: 70px;
  padding-right: 7px;
}

#share-box .horizontal-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#share-box .url-textbox {
  height: 66.7%;
  align-self: center;
  border: #edeff3 2px solid;
  border-radius: 5px 5px 5px 5px;
  width: 600px;
}

#share-box .url-textbox-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0px;
  padding-left: 5px;
  padding-right: 5px;
  background: inherit;
}

#share-box .shorten-url-container {
  width: 150px;
  justify-content: left;
  align-items: center;
  padding-left: 10px;
}

#share-box .shorten-url-container .shorten-url-text {
  font-size: 10px;
  padding-left: 5px;
  padding-top: 10px;
}

#share-box .shorten-url-container input {
  width: 20px;
}

#share-box .call-to-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 10%;
  padding-top: 2rem;
  z-index: 1;
}

#share-box .call-to-actions .snapshot-button,
#share-box .call-to-actions .buy-this-box-button {
  display: flex;
  height: 60px;
  width: 33%;
  border-radius: 10px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#share-box .call-to-actions .snapshot-button:hover,
#share-box .call-to-actions .buy-this-box-button:hover {
  cursor: pointer;
}

#share-box .call-to-actions .snapshot-button p,
#share-box .call-to-actions .buy-this-box-button p {
  margin-top: 0;
}

#share-box .call-to-actions .snapshot-button p,
#share-box .call-to-actions .buy-this-box-button p {
  font-weight: 700;
}

#share-box .call-to-actions .buy-this-box-button {
  color: white;
  background-color: #2e469e;
  margin-right: 10px;
}

#share-box .call-to-actions .snapshot-button {
  margin-left: 10px;
  border: #edeff3 2px solid;
}

#share-box .call-to-actions .snapshot-button a {
  padding-left: 5px;
}

#share-box .copy-button {
  display: flex;
  order: 2;
  width: 120px;
  height: 30px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: #edeff3 2px solid;
  padding-top: 4px;
  margin-top: 2px;
}

#share-box .copy-button:hover {
  cursor: pointer;
}

#share-box .copy-button p {
  margin-top: 0;
  font-weight: 700;
}

#share-box .box-display {
  height: 400px;
  padding-bottom: 5%;
  display: flex;
  justify-content: center;
}

#share-box .open-close-toggle {
  padding-top: 2rem;
}

#design-spot-white .feature-details {
  color: #8288a4;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.5em;
  margin-bottom: 10px;
}

#design-spot-white .pd-pane-item-details {
  align-items: inherit;
  padding: 16px;
}

.ink-toggle {
  display: flex;
  justify-content: center;
  width: 100%;
}

.ink-toggle__button {
  outline: none;
  cursor: pointer;
  border: solid 2px;
  border-color: #e7e8ed;
  border-radius: 40px;
  height: 35px;
  padding: 8px;
  line-height: 1;
  width: 112px;
}

.ink-toggle__button:hover {
  background-color: #edeff3;
  color: #2e469e;
}

.ink-toggle__button--left {
  border-right-width: 1px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ink-toggle__button--left:hover {
  border-right-width: 2px;
}

.ink-toggle__button--left.selected {
  background-color: #ccd4ed;
  border-color: #2e469e;
  border-right-width: 2px;
  color: #2e469e;
}

.ink-toggle__button--right {
  border-left-width: 1px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.ink-toggle__button--right:hover {
  border-left-width: 2px;
}

.ink-toggle__button--right.selected {
  background-color: #ccd4ed;
  border-color: #2e469e;
  border-left-width: 2px;
  color: #2e469e;
}

#design-stamp-editor {
  position: relative;
}

#design-stamp-editor .stamp-library {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 10px;
  margin-top: 10px;
  width: 100%;
}

#design-stamp-editor .stamp-library__item-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  background-color: #8189a7;
  border-radius: 50%;
  border: 3px solid #8189a7;
  transition: all 0.2s ease-in-out;
}

#design-stamp-editor .stamp-library__item-container.active {
  border: 3px solid #2e469e;
}

#design-stamp-editor .stamp-library__item-container:hover {
  border: 3px solid #2e469e;
}

#design-stamp-editor .stamp-library__item {
  width: 50px;
  height: 50px;
}

#design-stamp-editor .stamp-library button {
  height: 100%;
}

#design-stamp-editor .stamp-library button:focus {
  outline: 0;
}

#design-stamp-editor .stamp-tooltip-container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  background-color: #edeff3;
  border-radius: 10px 10px 0 0;
  transition: all 0.3s ease-in-out;
}

#design-stamp-editor .stamp-tooltip {
  text-align: center;
  margin: 11px 0;
  width: 75%;
}

#design-stamp-editor .stamp-control-button {
  display: flex;
  justify-content: center;
  margin: 10px;
  padding: 4px 0 0;
  height: 30px;
  border: solid 2px;
  border-color: #e7e8ed;
  border-radius: 40px;
  width: 220px;
  cursor: pointer;
}

#design-stamp-editor .stamp-control-button:hover {
  border-left-width: 2px;
  border-color: #2e469e;
  color: #2e469e;
  background-color: #ccd4ed;
}

.text-editor {
  display: block !important;
}

.text-editor .color-picker {
  border-bottom: 1px solid #edeff3;
  color: #808080;
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
}

.text-editor .color-picker .selectors {
  flex-direction: row;
  justify-content: space-between;
  padding: 8px;
  width: 100%;
}

.text-editor .color-picker .selectors .color-select {
  display: flex;
  margin-bottom: 8px;
  width: 256px;
}

.text-editor .color-picker .selectors .saturation-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text-editor .color-picker .selectors .saturation-select span {
  display: inline-block;
  font-weight: 300;
  margin-right: 6px;
}

.text-editor .color-picker .selectors .saturation-select input[type='range'] {
  height: 10px;
  width: 96%;
}

.text-editor .color-picker .selectors .saturation-select input[type='range']:focus {
  outline: none;
}

.text-editor .color-picker .selectors .saturation-select input[type='range']::-webkit-slider-runnable-track {
  border-radius: 5px;
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: #ccd4ed;
}

.text-editor .color-picker .selectors .saturation-select input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #2e469e;
  cursor: pointer;
  margin-top: -3px;
}

.text-editor .color-picker .selectors .saturation-select input[type='range']::-moz-range-track {
  border-radius: 5px;
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: #ccd4ed;
}

.text-editor .color-picker .selectors .saturation-select input[type='range']::-moz-range-thumb {
  border: none;
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #2e469e;
  cursor: pointer;
}

.text-editor .color-picker .selectors .saturation-select input[type='range']::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: #ccd4ed;
}

.text-editor .color-picker .selectors .saturation-select input[type='range']::-ms-fill-lower {
  background: #ccd4ed;
}

.text-editor .color-picker .selectors .saturation-select input[type='range']::-ms-fill-upper {
  background: #ccd4ed;
}

.text-editor .color-picker .selectors .saturation-select input[type='range']::-ms-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #2e469e;
  cursor: pointer;
}

.text-editor .color-picker .inputs {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-left: 6px;
  margin-right: 6px;
  align-items: center;
}

.text-editor .color-picker .inputs .cmyk-channel-container {
  align-items: center;
  border: 2px solid #e4e7f0;
  border-radius: 5px;
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
}

.text-editor .color-picker .inputs .cmyk-channel-container span {
  font-size: 0.85rem;
  line-height: 11px;
  margin-left: 3px;
  position: absolute;
}

.text-editor .color-picker .inputs .cmyk-channel-container input {
  border: 3px solid #f4f4f4 !important;
  border-right-width: 0px !important;
  background-color: #f9f9f9 !important;
  box-shadow: none !important;
  color: #000000;
  font-size: 1.15rem;
  font-weight: 400;
  height: 29px;
  padding: 4px 4px 2px 2px;
  text-align: right;
  width: 48px;
}

.text-editor .color-picker .inputs .cmyk-channel-container input:focus {
  outline: 0;
}

.text-editor .color-picker .inputs .cmyk-channel-container input::-webkit-inner-spin-button,
.text-editor .color-picker .inputs .cmyk-channel-container input::-webkit-out-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.text-editor .current-color__btn {
  color: #2e469e;
  font-size: 12px;
  height: 20px;
}

.text-editor .current-color__btn:hover {
  box-shadow: 0 2px 0 0 #2e469e;
}

.text-editor .color-history {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 8px 8px 0;
}

.text-editor .color-history__container {
  display: flex;
  justify-content: start;
}

.text-editor .color-history__item {
  position: relative;
}

.text-editor .color-history__button {
  border-radius: 50%;
  box-shadow: 0px 1px 3px 0px #949bac;
  height: 24px;
  margin: 4px 8px 4px 0;
  transition: all ease-in 150ms;
  width: 24px;
}

.text-editor .color-history__button:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.text-editor .color-canvas {
  border-radius: 8px;
}

.text-editor .instructions {
  padding: 10px;
  margin-top: 10px;
  width: 100%;
  height: 20px;
  position: relative;
}

.text-editor .instructions .file-upload {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 5;
}

.text-editor .instructions .file-upload input {
  height: 100%;
  width: 100%;
}

.text-editor .instructions .instructions-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

.text-editor .instructions .instructions-container .instructions-header {
  font-size: 1.25em;
  text-align: center;
}

.text-editor .instructions .instructions-container .filetypes {
  text-align: center;
  font-size: 1.25em;
  font-weight: 500;
}

.text-editor .add-remove-text-button {
  display: flex;
  justify-content: center;
  margin: 10px;
  padding: 8px;
  height: 30px;
  border: solid 2px;
  border-color: #e7e8ed;
  border-radius: 40px;
  width: 220px;
  cursor: pointer;
}

.text-editor .add-remove-text-button:hover {
  border-color: #2e469e;
  color: #2e469e;
  background-color: #ccd4ed;
}

.text-editor .add-remove-text-buttons {
  border-top: 2px solid #f4f4f4;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  color: #8189a7;
  line-height: 0.75;
  font-size: 0.875rem;
}

.text-editor .add-remove-text-buttons .left {
  margin-right: 0px;
  width: 110px;
  border-right-width: 1px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  max-width: 110px;
}

.text-editor .add-remove-text-buttons .left:hover {
  border-right-width: 2px;
}

.text-editor .add-remove-text-buttons .right {
  margin-left: 0px;
  border-left-width: 1px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 110px;
  max-width: 110px;
}

.text-editor .add-remove-text-buttons .right:hover {
  border-left-width: 2px;
}

.text-editor #font-tool-selector {
  display: flex;
}

.text-editor #font-tool-selector #font-family-preview {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 2px solid #edeff3;
  border-right: 2px solid #edeff3;
  outline: none;
  min-height: 36px;
}

.text-editor #font-tool-selector #font-family-preview p#selected-font-family {
  font-size: 15px;
}

.text-editor #font-color-preview button {
  padding: 8px 15px;
  display: flex;
  justify-content: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: white;
  outline: none;
  border: 0px solid #edeff3;
  border-bottom: 2px solid #edeff3;
}

.text-editor #font-color-preview button span {
  height: 18px;
  width: 18px;
  border-radius: 20px;
}

.text-editor .scroll-list#font-family-list {
  height: 150px;
}

.text-editor .scroll-list#font-family-list .scroll-list-option p {
  font-size: 14px;
  line-height: 2.1;
}

.page-wrapper {
  background: #ffffff;
  padding: 40px 0 80px;
}

.page-header {
  background: #ffffff;
  padding: 32px 0;
  width: 100%;
}

.page-header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1440px;
}

.page-header__overview {
  width: 63%;
}

.page-header__overview--full {
  width: 100%;
}

.page-header__title {
  color: #2e469e;
  font-size: 34px;
  font-weight: 900;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  margin-bottom: 4px;
}

.page-header__description {
  font-size: 18px;
  margin: 8px 0;
}

.page-header__container.page-header__container--constrained {
  max-width: 1200px;
}

.layout-container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 32px;
}

.layout-container--constrained {
  max-width: 1200px;
}

.layout-container--wide {
  max-width: 1680px;
}

.page-content {
  background: #f7f7f7;
  padding: 48px 0;
}

.info-hero {
  background: #f9cbd5;
  padding: 128px 64px 64px;
}

.info-hero__title {
  color: #2e469e;
  font-family: "tiempos-headline-bold", Times, Georgia, serif;
  font-size: 3.25em;
  text-align: center;
}

.info-hero__lead {
  color: #373a3c;
  font-size: 1.325em;
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0.3px;
}

.info-body {
  background: #f9cbd5;
  padding-bottom: 32px;
  padding-top: 32px;
}

.info-body dt {
  color: #4b4b4b;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: 900;
  line-height: 1.125em;
  margin-bottom: 8px;
}

.info-body dd {
  color: #373a3c;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  margin-bottom: 48px;
}

.info__article {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 13px 8px rgba(0, 0, 0, 0.18);
  margin: 0 auto;
  padding: 48px;
  max-width: 840px;
  width: 90%;
}

.info__article ul {
  padding-left: 16px;
  margin: 16px;
}

.info__article ul li {
  list-style: disc;
  margin-bottom: 16px;
  padding-left: 8px;
}

.proof#edit .header,
.proof#edit .header.header--scrolled {
  box-shadow: inherit;
  position: inherit;
  top: inherit;
  padding: 2% 8%;
  z-index: 0;
}

.page-header {
  background: #ffffff;
  padding: 32px 0;
  width: 100%;
}

.page-header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1440px;
}

.page-header__overview {
  width: 63%;
}

.page-header__title {
  color: #2e469e;
  font-size: 34px;
  font-weight: 900;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  margin-bottom: 4px;
}

.page-header__description {
  font-size: 18px;
}

.page-header__note {
  font-style: italic;
}

.page-header .alert--warning {
  background: #fff9e5;
  border: none;
  color: #4d3a00;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  margin: 0;
  padding: 16px;
  width: 32%;
}

.emphasis {
  font-size: 20px;
  font-weight: 700;
}

.file-name {
  color: #297ce1;
  font-weight: 900;
}

.page-content {
  background: #f7f7f7;
  padding: 48px 0;
}

.holidays-page-content {
  background: #f7f7f7;
}

.proof-container {
  display: flex;
  justify-content: center;
}

.proof-gallery {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 2px 1px #e1e1e1;
  padding: 112px 0 16px;
  position: relative;
  width: 54%;
  z-index: 1;
}

.proof-gallery__header {
  background: #ffffff;
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.08);
  top: 0;
  left: 0;
  right: 0;
  padding: 24px;
  position: absolute;
}

.proof-gallery__title {
  color: #373a3c;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 28px;
}

.proof-gallery__title small {
  font-size: 50%;
}

.proof-gallery__title--danger {
  color: #d9341f;
}

.proof-gallery__details {
  color: #808080;
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  font-size: 18px;
  list-style: none;
  margin: 0;
}

.proof-gallery__details li {
  display: inline-block;
  margin-right: 16px;
  position: relative;
}

.threeD-preview {
  background: #f4f4f4;
  border-radius: 6px;
  margin: 8px 0 32px;
  padding: 16px;
}

.proof-gallery__body {
  height: 800px;
  overflow-y: scroll;
  padding: 16px 0;
}

.proof-gallery__body img {
  margin: 0 auto 64px;
}

.image-container {
  cursor: zoom-in;
  margin-top: 32px;
  padding: 16px;
  position: relative;
}

.image-container:hover .side-label {
  display: none;
}

.side-label {
  background: #ffffff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.18);
  border-radius: 3px;
  color: #000000;
  font-size: 0.875em;
  left: 48px;
  line-height: 10px;
  padding: 8px 8px 6px;
  position: absolute;
  text-transform: uppercase;
  top: 48px;
}

.btn-zoom {
  background: #2e469e;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-weight: 900;
  height: 40px;
  line-height: 2.7;
  position: absolute;
  right: 16px;
  top: -20px;
  width: 96px;
}

.btn-zoom:hover {
  background: #ffffff;
  color: #2e469e;
}

.proof-gallery__notes {
  bottom: 8px;
  padding: 0 24px;
  position: absolute;
}

.proof-gallery__list {
  margin: 8px 0 0;
}

.proof-gallery__item {
  font-size: 14px;
  position: relative;
  padding-left: 24px;
}

.proof-gallery__item:before {
  background: #2e469e;
  content: ' ';
  height: 8px;
  width: 8px;
  position: absolute;
  left: 1px;
  border-radius: 50%;
  top: 6px;
}

.proof-form-container {
  padding-bottom: 152px;
  position: relative;
  width: 46%;
  z-index: 0;
}

.proof-form {
  background: #ffffff;
  border-radius: 0 6px 6px 0;
  margin: 32px 0 0;
  padding: 24px;
}

.proof-form p:last-child {
  margin-bottom: 0;
}

.proof-form__title {
  color: #2e469e;
  font-size: 28px;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  margin-bottom: 24px;
}

.proof-form__title--danger {
  color: #d9341f;
}

.instruction-copy {
  font-size: 16px;
  margin-bottom: 16px;
}

.submit-container {
  display: flex;
  justify-content: end;
  align-items: center;
}

.proof-submit__button {
  background: #e1e1e1;
  border-radius: 36px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 4.25px;
  padding: 16px 24px;
  pointer-events: none;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
}

.proof-submit__button--active {
  background: #2e469e;
  color: #ffffff;
  pointer-events: auto;
}

.proof-submit__button--danger {
  background: #dd5e4a;
  color: #ffffff;
  pointer-events: auto;
}

.proof-disclaimer {
  color: #666666;
  float: right;
  font-size: 14px;
  margin-top: 16px;
  margin-right: 24px;
  text-align: right;
  width: 80%;
}

.submission-message {
  color: #7b7b7b;
  text-align: center;
}

.preflight-concerns {
  width: 100%;
}

.preflight-concerns__title {
  color: #4b4b4b;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

/* Concerns */

.concern-list {
  margin: 0;
  padding: 16px 0;
}

.concern-item {
  margin: 8px 0 24px;
}

.concern-item__details {
  display: inline-block;
  width: 70%;
}

.concern-item__title {
  color: #393939;
  font-size: 20px;
}

.concern-item__status {
  color: #46b67a;
  display: none;
  font-size: 75%;
  text-transform: uppercase;
}

.concern-item__status--active {
  display: inline-block;
}

.concern-item__description {
  color: #666666;
  font-size: 16px;
}

.concern-item__solution {
  align-items: baseline;
  background: #f8f8f8;
  display: none;
  font-size: 16px;
  margin: 8px 0;
  padding: 8px;
}

.concern-item__solution .add-artwork-btn {
  margin-right: 10px;
}

.concern-item__solution input[type='file'] {
  display: none;
}

.concern-item__solution input[type='checkbox'] {
  margin-right: 16px;
}

.update-btn {
  border: 2px solid #2e469e;
  border-radius: 4px;
  color: #2e469e;
  float: right;
  height: inherit;
  padding: 4px 8px 3px;
  position: relative;
  text-transform: uppercase;
  top: 20px;
}

.update-btn:hover {
  background: #f4f4f4;
}

/* Proof Status */

.proof-status {
  margin: 16px 0;
}

.proof-status__label {
  color: #808080;
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-status__description {
  color: #2e469e;
  display: block;
  font-size: 20px;
}

.proof-options {
  padding: 8px 0;
}

.proof-option {
  align-items: center;
  display: flex;
  margin: 8px 0;
  padding: 8px 16px;
}

.proof-option:hover {
  background: #edf7ed;
  border-radius: 6px;
}

.proof-option--disabled {
  opacity: 0.8;
  pointer-events: none;
}

.proof-option--disabled .label-note {
  display: block;
}

.proof-option--disabled .label-note--success {
  display: none;
}

.proof-option__label {
  line-height: 1;
  font-size: 18px;
  margin: 0 0 0 16px;
  width: 100%;
}

.proof-option__radio {
  margin-bottom: 8px;
}

.label-note {
  color: #7b7b7b;
  display: none;
  font-size: 14px;
  line-height: 1.75;
}

.label-note--success {
  color: #5dbb61;
  display: inline;
  font-size: 16px;
  font-weight: 900;
}

.label-note--show {
  display: block;
}

.textarea-disclaimer {
  font-size: 14px;
  color: #7b7b7b;
  margin: 0;
  padding: 4px 8px;
}

.proof-textarea {
  background: #f4f4f4;
  border: 2px solid #d5d5d5;
  border-radius: 3px;
  height: 80px;
  margin: 0;
  padding: 8px;
  width: 100%;
}

.proof-textarea:focus {
  height: 80px;
}

.proof-submit {
  display: flex;
  justify-content: flex-end;
  margin: 16px 0 0;
  padding: 0 24px;
}

.btn-link {
  color: #2e469e;
  height: inherit;
  padding: 8px;
  text-decoration: underline;
}

.proof-item {
  padding: 8px 0 8px 16px;
  position: relative;
}

.proof-item:before {
  background: #000000;
  content: ' ';
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 16px;
}

.proof-item__title {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}

.proof-item__link {
  color: #2e469e;
  font-size: 12px;
  font-weight: 900;
  margin-left: 4px;
  text-transform: uppercase;
  text-decoration: underline;
}

.proof-item__link:hover {
  text-decoration: none;
}

.proof-details {
  margin: 0;
}

.proof-list__item-title {
  display: block;
}

.proof-details__item {
  display: inline-block;
  padding-right: 8px;
  position: relative;
}

.proof-details__item--white-ink {
  font-style: italic;
  margin-top: 8px;
}

.proof-gallery__details [data-box-material='Kraft Corrugated'],
.proof-gallery__details [data-box-material='White Corrugated'],
.proof-gallery__details [data-box-material='Dreamcoat'],
.proof-gallery__details [data-box-material='Classic Paperboard'] {
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 24px;
  position: absolute;
  right: -32px;
  top: -2px;
  width: 24px;
}

.proof-gallery__details [data-box-material='White Corrugated'],
.proof-gallery__details [data-box-material='Dreamcoat'],
.proof-gallery__details [data-box-material='Classic Paperboard'] {
  background: #ffffff;
}

.proof-gallery__details [data-box-material='Kraft Corrugated'] {
  background: #b28a67;
}

.whiteink-indicator {
  background: #cfebfb;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 24px;
  position: absolute;
  right: -24px;
  top: -2px;
  width: 24px;
}

.ReactModal__Body--open {
  overflow: hidden;
}

.proof-preview__close-btn {
  color: #2e469e;
  float: right;
  font-weight: 900;
  text-decoration: underline;
  text-transform: uppercase;
}

.proof-preview__overlay .preview-magnifier {
  display: block;
  margin: 72px auto;
  max-height: inherit;
  max-width: 100%;
}

.proof-preview__overlay .preview-magnifier .magnifying-glass {
  background: #ffffff;
  background-repeat: no-repeat;
}

.revisions-selected,
.approve-selected,
.reject-selected {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .page-header__container {
    flex-direction: column;
  }

  .page-header__container .page-header__overview {
    margin-bottom: 24px;
    width: 100%;
  }

  .page-header__container .alert {
    width: 100%;
  }

  .proof-container {
    flex-direction: column;
  }

  .proof-gallery {
    width: 100%;
  }

  .proof-form-container {
    margin: auto;
    width: 100%;
  }
}

.file-name__container {
  background: #e7e7e7;
  border-left: 3px solid #9d9d9d;
  line-height: 20px;
  margin: 8px 0;
  padding: 7px 8px 4px;
  vertical-align: middle;
}

.sample#new main {
  background-image: url("https://assets.packlane.com/images/packlane-custom-boxes.jpg");
  background-size: cover;
  width: 100%;
}

#sample-kit-sku {
  margin: 0;
  visibility: hidden;
}

.samples-form__header {
  margin-bottom: 24px;
  text-align: center;
}

.samples-form__header h1 {
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
  font-size: 3.2rem;
  margin-bottom: 8px;
}

.samples-form__header p {
  font-size: 1.275rem;
  margin-bottom: 16px;
}

.samples-form .alert--success {
  border: 1px solid #2e469e;
  margin: 0;
}

.samples-form .alert--success h4 {
  color: #393939;
  font-size: 32px;
  margin-bottom: 16px;
}

.samples-form .alert--success p {
  color: #373a3c;
  font-family: 'basis-grotesque-regular-pro';
  font-size: 16px;
  font-weight: 500;
}

.samples-form {
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 4px 11px 6px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 10rem auto;
  padding: 24px;
  max-width: 40%;
  position: relative;
}

.samples-form .contents {
  flex-direction: column;
  padding: 16px;
}

.samples-form .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 2rem;
}

.samples-form .row > * {
  flex: 1;
}

.samples-form .row > :first-child {
  margin-right: 0.5rem;
}

.samples-form .row > :last-child {
  margin-left: 0.5rem;
}

.samples-form .row .country-zip {
  display: flex;
  flex: 2;
}

.samples-form .row .country-zip label {
  flex: 1;
}

.samples-form .row .country-zip label:first-child {
  margin-right: 0.5rem;
}

.samples-form .row .country-zip label:last-child {
  margin-left: 0.5rem;
}

.samples-form button.btn {
  display: block;
  margin: 32px auto 16px;
}

.samples-form label {
  color: #373a3c;
  display: block;
  margin: 0;
}

.samples-form input,
.samples-form select,
.samples-form textarea {
  border: 2px solid #e1e1e1;
  border-radius: 3px;
  display: block;
  font-size: 1.275rem;
  padding: 12px 6px;
  width: 100%;
}

.samples-form input:focus,
.samples-form select:focus,
.samples-form textarea:focus {
  border: 2px solid #2e469e;
}

.samples-form .canada-postage {
  display: none;
}

.postage-fee {
  color: #373a3c;
  font-size: 1.425rem;
  margin: 36px auto 24px;
  text-align: center;
  text-decoration: underline;
}

.postage-fee .shipping-price:before {
  content: '$';
}

@media screen and (max-width: 1449.98px) {
  .samples-form {
    max-width: 64%;
  }
}

@media screen and (max-width: 1199.98px) {
  .samples-form {
    max-width: 80%;
  }
}

@media screen and (max-width: 991.98px) {
  .samples-form {
    max-width: 80%;
  }

  .samples-form h1 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767.98px) {
  .samples-form {
    margin: 6rem auto;
    max-width: 92%;
  }

  .samples-form .row {
    margin-bottom: 0;
  }

  .samples-form .row {
    display: inherit;
  }

  .samples-form .row > :first-child,
  .samples-form .row > :last-child {
    margin: 0 0 16px;
  }
}

@media screen and (max-width: 449.98px) {
  .samples-form {
    margin: 10rem auto;
  }

  .samples-form h1 {
    font-size: 2.4rem;
  }

  .samples-form .row {
    display: block;
  }

  .samples-form .row > :first-child {
    margin: 0 0 8px;
  }

  .samples-form .row > :last-child {
    margin: 0 0 8px;
  }

  .samples-form .contents {
    padding: 8px;
  }
}

.session#update_info main {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.session#update_info main h1 {
  text-align: center;
  display: block;
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
}

.session#update_info main form {
  display: flex;
  flex-direction: column;
}

.session#update_info main form input:not(:last-child) {
  margin-bottom: 0.5rem;
}

.container--xsmall {
  max-width: 320px;
}

.container--small {
  max-width: 576px;
}

.container--medium {
  max-width: 768px;
}

.container--large {
  max-width: 980px;
}

.container--xlarge {
  max-width: 1200px;
}

.container--xxlarge {
  max-width: 1370px;
}

.container--center {
  margin-left: auto;
  margin-right: auto;
}

.container--stretch {
  height: 100%;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex__column {
  flex: 1;
  max-width: 100%;
}

.flex__column--1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.flex__column--2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.flex__column--3 {
  flex-basis: 25%;
  max-width: 25%;
}

.flex__column--4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.flex__column--5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.flex__column--6 {
  flex-basis: 50%;
  max-width: 50%;
}

.flex__column--7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.flex__column--8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.flex__column--9 {
  flex-basis: 75%;
  max-width: 75%;
}

.flex__column--10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.flex__column--11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.flex__column--12 {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 420px) {
  .flex__column--1\@xsmall {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .flex__column--2\@xsmall {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .flex__column--3\@xsmall {
    flex-basis: 25%;
    max-width: 25%;
  }

  .flex__column--4\@xsmall {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .flex__column--5\@xsmall {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .flex__column--6\@xsmall {
    flex-basis: 50%;
    max-width: 50%;
  }

  .flex__column--7\@xsmall {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .flex__column--8\@xsmall {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .flex__column--9\@xsmall {
    flex-basis: 75%;
    max-width: 75%;
  }

  .flex__column--10\@xsmall {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .flex__column--11\@xsmall {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .flex__column--12\@xsmall {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .flex__column--1\@small {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .flex__column--2\@small {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .flex__column--3\@small {
    flex-basis: 25%;
    max-width: 25%;
  }

  .flex__column--4\@small {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .flex__column--5\@small {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .flex__column--6\@small {
    flex-basis: 50%;
    max-width: 50%;
  }

  .flex__column--7\@small {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .flex__column--8\@small {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .flex__column--9\@small {
    flex-basis: 75%;
    max-width: 75%;
  }

  .flex__column--10\@small {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .flex__column--11\@small {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .flex__column--12\@small {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .flex__column--1\@medium {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .flex__column--2\@medium {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .flex__column--3\@medium {
    flex-basis: 25%;
    max-width: 25%;
  }

  .flex__column--4\@medium {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .flex__column--5\@medium {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .flex__column--6\@medium {
    flex-basis: 50%;
    max-width: 50%;
  }

  .flex__column--7\@medium {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .flex__column--8\@medium {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .flex__column--9\@medium {
    flex-basis: 75%;
    max-width: 75%;
  }

  .flex__column--10\@medium {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .flex__column--11\@medium {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .flex__column--12\@medium {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 980px) {
  .flex__column--1\@large {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .flex__column--2\@large {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .flex__column--3\@large {
    flex-basis: 25%;
    max-width: 25%;
  }

  .flex__column--4\@large {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .flex__column--5\@large {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .flex__column--6\@large {
    flex-basis: 50%;
    max-width: 50%;
  }

  .flex__column--7\@large {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .flex__column--8\@large {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .flex__column--9\@large {
    flex-basis: 75%;
    max-width: 75%;
  }

  .flex__column--10\@large {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .flex__column--11\@large {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .flex__column--12\@large {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1210px) {
  .flex__column--1\@xlarge {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .flex__column--2\@xlarge {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .flex__column--3\@xlarge {
    flex-basis: 25%;
    max-width: 25%;
  }

  .flex__column--4\@xlarge {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .flex__column--5\@xlarge {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .flex__column--6\@xlarge {
    flex-basis: 50%;
    max-width: 50%;
  }

  .flex__column--7\@xlarge {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .flex__column--8\@xlarge {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .flex__column--9\@xlarge {
    flex-basis: 75%;
    max-width: 75%;
  }

  .flex__column--10\@xlarge {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .flex__column--11\@xlarge {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .flex__column--12\@xlarge {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1370px) {
  .flex__column--1\@xxlarge {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .flex__column--2\@xxlarge {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .flex__column--3\@xxlarge {
    flex-basis: 25%;
    max-width: 25%;
  }

  .flex__column--4\@xxlarge {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .flex__column--5\@xxlarge {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .flex__column--6\@xxlarge {
    flex-basis: 50%;
    max-width: 50%;
  }

  .flex__column--7\@xxlarge {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .flex__column--8\@xxlarge {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .flex__column--9\@xxlarge {
    flex-basis: 75%;
    max-width: 75%;
  }

  .flex__column--10\@xxlarge {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .flex__column--11\@xxlarge {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .flex__column--12\@xxlarge {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.flex__column--shrink {
  flex: 0 1 auto;
}

@media (min-width: 420px) {
  .flex__column--shrink\@xsmall {
    flex: 0 1 auto;
  }
}

@media (min-width: 576px) {
  .flex__column--shrink\@small {
    flex: 0 1 auto;
  }
}

@media (min-width: 768px) {
  .flex__column--shrink\@medium {
    flex: 0 1 auto;
  }
}

@media (min-width: 980px) {
  .flex__column--shrink\@large {
    flex: 0 1 auto;
  }
}

@media (min-width: 1210px) {
  .flex__column--shrink\@xlarge {
    flex: 0 1 auto;
  }
}

@media (min-width: 1370px) {
  .flex__column--shrink\@xxlarge {
    flex: 0 1 auto;
  }
}

.flex__column--start {
  align-self: flex-end;
}

.flex__column--center {
  align-self: center;
}

.flex__column--end {
  align-self: flex-end;
}

.flex__column--baseline {
  align-self: baseline;
}

.flex__column--stretch {
  align-self: stretch;
}

.flex--inline {
  display: inline-flex;
}

.flex--start {
  justify-content: flex-start;
}

.flex--center {
  justify-content: center;
}

.flex--end {
  justify-content: flex-end;
}

.flex--justify {
  justify-content: space-between;
}

.flex--space {
  justify-content: space-around;
}

.flex--middle {
  align-items: center;
}

.flex--bottom {
  align-items: flex-end;
}

.flex--stretch {
  align-items: stretch;
}

.flex--nowrap {
  flex-wrap: nowrap;
}

.flex--reverse {
  flex-direction: row-reverse;
}

@media (min-width: 420px) {
  .flex--reverse\@xsmall {
    flex-direction: row-reverse;
  }
}

@media (min-width: 576px) {
  .flex--reverse\@small {
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .flex--reverse\@medium {
    flex-direction: row-reverse;
  }
}

@media (min-width: 980px) {
  .flex--end\@large {
    justify-content: flex-end;
  }

  .flex--reverse\@large {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1210px) {
  .flex--reverse\@xlarge {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1370px) {
  .flex--reverse\@xxlarge {
    flex-direction: row-reverse;
  }
}

.flex--stack {
  flex-direction: column;
}

.flex--stack.flex--reverse {
  flex-direction: column-reverse;
}

@media (min-width: 420px) {
  .flex--stack\@xsmall {
    flex-direction: column;
  }

  .flex--stack\@xsmall[class*='flex--reverse'] {
    flex-direction: column-reverse;
  }
}

@media (min-width: 576px) {
  .flex--stack\@small {
    flex-direction: column;
  }

  .flex--stack\@small[class*='flex--reverse'] {
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .flex--stack\@medium {
    flex-direction: column;
  }

  .flex--stack\@medium[class*='flex--reverse'] {
    flex-direction: column-reverse;
  }
}

@media (min-width: 980px) {
  .flex--stack\@large {
    flex-direction: column;
  }

  .flex--stack\@large[class*='flex--reverse'] {
    flex-direction: column-reverse;
  }
}

@media (min-width: 1210px) {
  .flex--stack\@xlarge {
    flex-direction: column;
  }

  .flex--stack\@xlarge[class*='flex--reverse'] {
    flex-direction: column-reverse;
  }
}

@media (min-width: 1370px) {
  .flex--stack\@xxlarge {
    flex-direction: column;
  }

  .flex--stack\@xxlarge[class*='flex--reverse'] {
    flex-direction: column-reverse;
  }
}

.flex--queue {
  flex-direction: row;
}

.flex--queue.flex--reverse {
  flex-direction: row-reverse;
}

@media (min-width: 420px) {
  .flex--queue\@xsmall {
    flex-direction: row;
  }

  .flex--queue\@xsmall[class*='flex--reverse'] {
    flex-direction: row-reverse;
  }
}

@media (min-width: 576px) {
  .flex--queue\@small {
    flex-direction: row;
  }

  .flex--queue\@small[class*='flex--reverse'] {
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .flex--queue\@medium {
    flex-direction: row;
  }

  .flex--queue\@medium[class*='flex--reverse'] {
    flex-direction: row-reverse;
  }
}

@media (min-width: 980px) {
  .flex--queue\@large {
    flex-direction: row;
  }

  .flex--queue\@large[class*='flex--reverse'] {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1210px) {
  .flex--queue\@xlarge {
    flex-direction: row;
  }

  .flex--queue\@xlarge[class*='flex--reverse'] {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1370px) {
  .flex--queue\@xxlarge {
    flex-direction: row;
  }

  .flex--queue\@xxlarge[class*='flex--reverse'] {
    flex-direction: row-reverse;
  }
}

.gutter {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.gutter > * {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.gutter--large {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.gutter--large > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.gutter--xlarge {
  margin-left: -1rem;
  margin-right: -1rem;
}

.gutter--xlarge > * {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gutter--xxlarge {
  margin-left: -1.4rem;
  margin-right: -1.4rem;
}

.gutter--xxlarge > * {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

@media (min-width: 420px) {
  .gutter--medium\@xsmall {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .gutter--medium\@xsmall > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .gutter--large\@xsmall {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .gutter--large\@xsmall > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .gutter--xlarge\@xsmall {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .gutter--xlarge\@xsmall > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gutter--xxlarge\@xsmall {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .gutter--xxlarge\@xsmall > * {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}

@media (min-width: 576px) {
  .gutter--medium\@small {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .gutter--medium\@small > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .gutter--large\@small {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .gutter--large\@small > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .gutter--xlarge\@small {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .gutter--xlarge\@small > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gutter--xxlarge\@small {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .gutter--xxlarge\@small > * {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}

@media (min-width: 768px) {
  .gutter--medium\@medium {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .gutter--medium\@medium > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .gutter--large\@medium {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .gutter--large\@medium > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .gutter--xlarge\@medium {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .gutter--xlarge\@medium > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gutter--xxlarge\@medium {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .gutter--xxlarge\@medium > * {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}

@media (min-width: 980px) {
  .gutter--medium\@large {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .gutter--medium\@large > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .gutter--large\@large {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .gutter--large\@large > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .gutter--xlarge\@large {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .gutter--xlarge\@large > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gutter--xxlarge\@large {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .gutter--xxlarge\@large > * {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}

@media (min-width: 1210px) {
  .gutter--medium\@xlarge {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .gutter--medium\@xlarge > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .gutter--large\@xlarge {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .gutter--large\@xlarge > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .gutter--xlarge\@xlarge {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .gutter--xlarge\@xlarge > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gutter--xxlarge\@xlarge {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .gutter--xxlarge\@xlarge > * {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}

@media (min-width: 1370px) {
  .gutter--medium\@xxlarge {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .gutter--medium\@xxlarge > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .gutter--large\@xxlarge {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .gutter--large\@xxlarge > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .gutter--xlarge\@xxlarge {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .gutter--xlarge\@xxlarge > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gutter--xxlarge\@xxlarge {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }

  .gutter--xxlarge\@xxlarge > * {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}

.image {
  max-width: 100%;
  height: auto;
  display: block;
}

.image--expand {
  width: 100%;
}

.image--middle {
  vertical-align: middle;
}

.image--full {
  width: 100%;
  display: block;
}

.space > * + * {
  margin-top: 1.5rem;
}

@media (min-width: 420px) {
  .space\@xsmall > * + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 576px) {
  .space\@small > * + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .space\@medium > * + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 980px) {
  .space\@large > * + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1210px) {
  .space\@xlarge > * + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1370px) {
  .space\@xxlarge > * + * {
    margin-top: 1.5rem;
  }
}

.space--xsmall > * + * {
  margin-top: 0.5rem;
}

.space--small > * + * {
  margin-top: 1rem;
}

.space--large > * + * {
  margin-top: 2.5rem;
}

.space--xlarge > * + * {
  margin-top: 2.75rem;
}

.space--xxlarge > * + * {
  margin-top: 4.1rem;
}

@media (min-width: 420px) {
  .space--xsmall\@xsmall > * + * {
    margin-top: 0.5rem;
  }
}

@media (min-width: 420px) {
  .space--small\@xsmall > * + * {
    margin-top: 1rem;
  }
}

@media (min-width: 420px) {
  .space--medium\@xsmall > * + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 420px) {
  .space--large\@xsmall > * + * {
    margin-top: 2rem;
  }
}

@media (min-width: 420px) {
  .space--xlarge\@xsmall > * + * {
    margin-top: 2.75rem;
  }
}

@media (min-width: 420px) {
  .space--xxlarge\@xsmall > * + * {
    margin-top: 4.1rem;
  }
}

@media (min-width: 576px) {
  .space--xsmall\@small > * + * {
    margin-top: 0.5rem;
  }
}

@media (min-width: 576px) {
  .space--small\@small > * + * {
    margin-top: 1rem;
  }
}

@media (min-width: 576px) {
  .space--medium\@small > * + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 576px) {
  .space--large\@small > * + * {
    margin-top: 2rem;
  }
}

@media (min-width: 576px) {
  .space--xlarge\@small > * + * {
    margin-top: 2.75rem;
  }
}

@media (min-width: 576px) {
  .space--xxlarge\@small > * + * {
    margin-top: 4.1rem;
  }
}

@media (min-width: 768px) {
  .space--xsmall\@medium > * + * {
    margin-top: 0.5rem;
  }
}

@media (min-width: 768px) {
  .space--small\@medium > * + * {
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .space--medium\@medium > * + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .space--large\@medium > * + * {
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .space--xlarge\@medium > * + * {
    margin-top: 2.75rem;
  }
}

@media (min-width: 768px) {
  .space--xxlarge\@medium > * + * {
    margin-top: 4.1rem;
  }
}

@media (min-width: 980px) {
  .space--xsmall\@large > * + * {
    margin-top: 0.5rem;
  }
}

@media (min-width: 980px) {
  .space--small\@large > * + * {
    margin-top: 1rem;
  }
}

@media (min-width: 980px) {
  .space--medium\@large > * + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 980px) {
  .space--large\@large > * + * {
    margin-top: 2rem;
  }
}

@media (min-width: 980px) {
  .space--xlarge\@large > * + * {
    margin-top: 2.75rem;
  }
}

@media (min-width: 980px) {
  .space--xxlarge\@large > * + * {
    margin-top: 4.1rem;
  }
}

@media (min-width: 1210px) {
  .space--xsmall\@xlarge > * + * {
    margin-top: 0.5rem;
  }
}

@media (min-width: 1210px) {
  .space--small\@xlarge > * + * {
    margin-top: 1rem;
  }
}

@media (min-width: 1210px) {
  .space--medium\@xlarge > * + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1210px) {
  .space--large\@xlarge > * + * {
    margin-top: 2rem;
  }
}

@media (min-width: 1210px) {
  .space--xlarge\@xlarge > * + * {
    margin-top: 2.75rem;
  }
}

@media (min-width: 1210px) {
  .space--xxlarge\@xlarge > * + * {
    margin-top: 4.1rem;
  }
}

@media (min-width: 1370px) {
  .space--xsmall\@xxlarge > * + * {
    margin-top: 0.5rem;
  }
}

@media (min-width: 1370px) {
  .space--small\@xxlarge > * + * {
    margin-top: 1rem;
  }
}

@media (min-width: 1370px) {
  .space--medium\@xxlarge > * + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1370px) {
  .space--large\@xxlarge > * + * {
    margin-top: 2rem;
  }
}

@media (min-width: 1370px) {
  .space--xlarge\@xxlarge > * + * {
    margin-top: 2.75rem;
  }
}

@media (min-width: 1370px) {
  .space--xxlarge\@xxlarge > * + * {
    margin-top: 4.1rem;
  }
}

@media (min-width: 420px) {
  .space--none\@xsmall > * + * {
    margin-top: 0;
  }
}

@media (min-width: 576px) {
  .space--none\@small > * + * {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .space--none\@medium > * + * {
    margin-top: 0;
  }
}

@media (min-width: 980px) {
  .space--none\@large > * + * {
    margin-top: 0;
  }
}

@media (min-width: 1210px) {
  .space--none\@xlarge > * + * {
    margin-top: 0;
  }
}

@media (min-width: 1370px) {
  .space--none\@xxlarge > * + * {
    margin-top: 0;
  }
}

.spread > * + * {
  margin-left: 1.5rem;
}

@media (min-width: 420px) {
  .spread\@xsmall > * + * {
    margin-left: 1.5rem;
  }
}

@media (min-width: 576px) {
  .spread\@small > * + * {
    margin-left: 1.5rem;
  }
}

@media (min-width: 768px) {
  .spread\@medium > * + * {
    margin-left: 1.5rem;
  }
}

@media (min-width: 980px) {
  .spread\@large > * + * {
    margin-left: 1.5rem;
  }
}

@media (min-width: 1210px) {
  .spread\@xlarge > * + * {
    margin-left: 1.5rem;
  }
}

@media (min-width: 1370px) {
  .spread\@xxlarge > * + * {
    margin-left: 1.5rem;
  }
}

.spread--xsmall > * + * {
  margin-left: 0.5rem;
}

.spread--small > * + * {
  margin-left: 1.2rem;
}

.spread--large > * + * {
  margin-left: 2rem;
}

.spread--xlarge > * + * {
  margin-left: 2.75rem;
}

.spread--xxlarge > * + * {
  margin-left: 4.5rem;
}

@media (min-width: 420px) {
  .spread--xsmall\@xsmall > * + * {
    margin-left: 0.5rem;
  }
}

@media (min-width: 420px) {
  .spread--small\@xsmall > * + * {
    margin-left: 1.2rem;
  }
}

@media (min-width: 420px) {
  .spread--medium\@xsmall > * + * {
    margin-left: 1.5rem;
  }
}

@media (min-width: 420px) {
  .spread--large\@xsmall > * + * {
    margin-left: 2rem;
  }
}

@media (min-width: 420px) {
  .spread--xlarge\@xsmall > * + * {
    margin-left: 2.75rem;
  }
}

@media (min-width: 420px) {
  .spread--xxlarge\@xsmall > * + * {
    margin-left: 4.5rem;
  }
}

@media (min-width: 576px) {
  .spread--xsmall\@small > * + * {
    margin-left: 0.5rem;
  }
}

@media (min-width: 576px) {
  .spread--small\@small > * + * {
    margin-left: 1.2rem;
  }
}

@media (min-width: 576px) {
  .spread--medium\@small > * + * {
    margin-left: 1.5rem;
  }
}

@media (min-width: 576px) {
  .spread--large\@small > * + * {
    margin-left: 2rem;
  }
}

@media (min-width: 576px) {
  .spread--xlarge\@small > * + * {
    margin-left: 2.75rem;
  }
}

@media (min-width: 576px) {
  .spread--xxlarge\@small > * + * {
    margin-left: 4.5rem;
  }
}

@media (min-width: 768px) {
  .spread--xsmall\@medium > * + * {
    margin-left: 0.5rem;
  }
}

@media (min-width: 768px) {
  .spread--small\@medium > * + * {
    margin-left: 1.2rem;
  }
}

@media (min-width: 768px) {
  .spread--medium\@medium > * + * {
    margin-left: 1.5rem;
  }
}

@media (min-width: 768px) {
  .spread--large\@medium > * + * {
    margin-left: 2rem;
  }
}

@media (min-width: 768px) {
  .spread--xlarge\@medium > * + * {
    margin-left: 2.75rem;
  }
}

@media (min-width: 768px) {
  .spread--xxlarge\@medium > * + * {
    margin-left: 4.5rem;
  }
}

@media (min-width: 980px) {
  .spread--xsmall\@large > * + * {
    margin-left: 0.5rem;
  }
}

@media (min-width: 980px) {
  .spread--small\@large > * + * {
    margin-left: 1.2rem;
  }
}

@media (min-width: 980px) {
  .spread--medium\@large > * + * {
    margin-left: 1.5rem;
  }
}

@media (min-width: 980px) {
  .spread--large\@large > * + * {
    margin-left: 2rem;
  }
}

@media (min-width: 980px) {
  .spread--xlarge\@large > * + * {
    margin-left: 2.75rem;
  }
}

@media (min-width: 980px) {
  .spread--xxlarge\@large > * + * {
    margin-left: 4.5rem;
  }
}

@media (min-width: 1210px) {
  .spread--xsmall\@xlarge > * + * {
    margin-left: 0.5rem;
  }
}

@media (min-width: 1210px) {
  .spread--small\@xlarge > * + * {
    margin-left: 1.2rem;
  }
}

@media (min-width: 1210px) {
  .spread--medium\@xlarge > * + * {
    margin-left: 1.5rem;
  }
}

@media (min-width: 1210px) {
  .spread--large\@xlarge > * + * {
    margin-left: 2rem;
  }
}

@media (min-width: 1210px) {
  .spread--xlarge\@xlarge > * + * {
    margin-left: 2.75rem;
  }
}

@media (min-width: 1210px) {
  .spread--xxlarge\@xlarge > * + * {
    margin-left: 4.5rem;
  }
}

@media (min-width: 1370px) {
  .spread--xsmall\@xxlarge > * + * {
    margin-left: 0.5rem;
  }
}

@media (min-width: 1370px) {
  .spread--small\@xxlarge > * + * {
    margin-left: 1.2rem;
  }
}

@media (min-width: 1370px) {
  .spread--medium\@xxlarge > * + * {
    margin-left: 1.5rem;
  }
}

@media (min-width: 1370px) {
  .spread--large\@xxlarge > * + * {
    margin-left: 2rem;
  }
}

@media (min-width: 1370px) {
  .spread--xlarge\@xxlarge > * + * {
    margin-left: 2.75rem;
  }
}

@media (min-width: 1370px) {
  .spread--xxlarge\@xxlarge > * + * {
    margin-left: 4.5rem;
  }
}

@media (min-width: 420px) {
  .spread--none\@xsmall > * + * {
    margin-left: 0;
  }
}

@media (min-width: 576px) {
  .spread--none\@small > * + * {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .spread--none\@medium > * + * {
    margin-left: 0;
  }
}

@media (min-width: 980px) {
  .spread--none\@large > * + * {
    margin-left: 0;
  }
}

@media (min-width: 1210px) {
  .spread--none\@xlarge > * + * {
    margin-left: 0;
  }
}

@media (min-width: 1370px) {
  .spread--none\@xxlarge > * + * {
    margin-left: 0;
  }
}

.waffle {
  margin: -0.25rem;
}

.waffle > * {
  padding: 0.25rem;
}

.waffle--large {
  margin: -0.5rem;
}

.waffle--large > * {
  padding: 0.5rem;
}

.waffle--xlarge {
  margin: -1rem;
}

.waffle--xlarge > * {
  padding: 1rem;
}

.waffle--xxlarge {
  margin: -1.4rem;
}

.waffle--xxlarge > * {
  padding: 1.4rem;
}

@media (min-width: 420px) {
  .waffle--medium\@xsmall {
    margin: -0.25rem;
  }

  .waffle--medium\@xsmall > * {
    padding: 0.25rem;
  }

  .waffle--large\@xsmall {
    margin: -0.5rem;
  }

  .waffle--large\@xsmall > * {
    padding: 0.5rem;
  }

  .waffle--xlarge\@xsmall {
    margin: -1rem;
  }

  .waffle--xlarge\@xsmall > * {
    padding: 1rem;
  }

  .waffle--xxlarge\@xsmall {
    margin: -1.4rem;
  }

  .waffle--xxlarge\@xsmall > * {
    padding: 1.4rem;
  }
}

@media (min-width: 576px) {
  .waffle--medium\@small {
    margin: -0.25rem;
  }

  .waffle--medium\@small > * {
    padding: 0.25rem;
  }

  .waffle--large\@small {
    margin: -0.5rem;
  }

  .waffle--large\@small > * {
    padding: 0.5rem;
  }

  .waffle--xlarge\@small {
    margin: -1rem;
  }

  .waffle--xlarge\@small > * {
    padding: 1rem;
  }

  .waffle--xxlarge\@small {
    margin: -1.4rem;
  }

  .waffle--xxlarge\@small > * {
    padding: 1.4rem;
  }
}

@media (min-width: 768px) {
  .waffle--medium\@medium {
    margin: -0.25rem;
  }

  .waffle--medium\@medium > * {
    padding: 0.25rem;
  }

  .waffle--large\@medium {
    margin: -0.5rem;
  }

  .waffle--large\@medium > * {
    padding: 0.5rem;
  }

  .waffle--xlarge\@medium {
    margin: -1rem;
  }

  .waffle--xlarge\@medium > * {
    padding: 1rem;
  }

  .waffle--xxlarge\@medium {
    margin: -1.4rem;
  }

  .waffle--xxlarge\@medium > * {
    padding: 1.4rem;
  }
}

@media (min-width: 980px) {
  .waffle--medium\@large {
    margin: -0.25rem;
  }

  .waffle--medium\@large > * {
    padding: 0.25rem;
  }

  .waffle--large\@large {
    margin: -0.5rem;
  }

  .waffle--large\@large > * {
    padding: 0.5rem;
  }

  .waffle--xlarge\@large {
    margin: -1rem;
  }

  .waffle--xlarge\@large > * {
    padding: 1rem;
  }

  .waffle--xxlarge\@large {
    margin: -1.4rem;
  }

  .waffle--xxlarge\@large > * {
    padding: 1.4rem;
  }
}

@media (min-width: 1210px) {
  .waffle--medium\@xlarge {
    margin: -0.25rem;
  }

  .waffle--medium\@xlarge > * {
    padding: 0.25rem;
  }

  .waffle--large\@xlarge {
    margin: -0.5rem;
  }

  .waffle--large\@xlarge > * {
    padding: 0.5rem;
  }

  .waffle--xlarge\@xlarge {
    margin: -1rem;
  }

  .waffle--xlarge\@xlarge > * {
    padding: 1rem;
  }

  .waffle--xxlarge\@xlarge {
    margin: -1.4rem;
  }

  .waffle--xxlarge\@xlarge > * {
    padding: 1.4rem;
  }
}

@media (min-width: 1370px) {
  .waffle--medium\@xxlarge {
    margin: -0.25rem;
  }

  .waffle--medium\@xxlarge > * {
    padding: 0.25rem;
  }

  .waffle--large\@xxlarge {
    margin: -0.5rem;
  }

  .waffle--large\@xxlarge > * {
    padding: 0.5rem;
  }

  .waffle--xlarge\@xxlarge {
    margin: -1rem;
  }

  .waffle--xlarge\@xxlarge > * {
    padding: 1rem;
  }

  .waffle--xxlarge\@xxlarge {
    margin: -1.4rem;
  }

  .waffle--xxlarge\@xxlarge > * {
    padding: 1.4rem;
  }
}

@media (min-width: 420px) {
  .waffle--none\@xsmall {
    margin: 0;
  }

  .waffle--none\@xsmall > * {
    padding: 0;
  }
}

@media (min-width: 576px) {
  .waffle--none\@small {
    margin: 0;
  }

  .waffle--none\@small > * {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .waffle--none\@medium {
    margin: 0;
  }

  .waffle--none\@medium > * {
    padding: 0;
  }
}

@media (min-width: 980px) {
  .waffle--none\@large {
    margin: 0;
  }

  .waffle--none\@large > * {
    padding: 0;
  }
}

@media (min-width: 1210px) {
  .waffle--none\@xlarge {
    margin: 0;
  }

  .waffle--none\@xlarge > * {
    padding: 0;
  }
}

@media (min-width: 1370px) {
  .waffle--none\@xxlarge {
    margin: 0;
  }

  .waffle--none\@xxlarge > * {
    padding: 0;
  }
}

body.testimonial > .header {
  background: #ffffff;
}

body.testimonial #app {
  font-family: "basis-grotesque-medium", Arial, Helvetica, sans-serif;
  margin-top: 76px;
}

body.testimonial #app a {
  display: inline-block;
  text-decoration: none;
}

body.testimonial #app .wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

body.testimonial #app .content-slider {
  background-color: #ffffff;
}

body.testimonial #app .content-slide {
  width: 85%;
}

body.testimonial #app .content-slider__inner {
  padding: 50px 0;
}

body.testimonial #app .content-slider__controls {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 10%;
}

body.testimonial #app .content-slider__controls [data-slider-nav-item='active'] .content-slider-controls-item--overlay {
  opacity: 1;
}

body.testimonial #app .content-slider__controls [data-slider-nav-item='active'] .content-slider-controls-item--overlay:after {
  content: '\A';
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #1bdfc7 transparent transparent;
  position: absolute;
  right: -15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body.testimonial #app .content-slider__track {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}

body.testimonial #app .content-slider .content-slider-controls__item {
  position: relative;
  cursor: pointer;
}

body.testimonial #app .content-slider .content-slider-controls__item:hover .content-slider-controls-item--overlay {
  opacity: 1;
}

body.testimonial #app .content-slider .content-slider-controls-item__title {
  color: #ffffff;
  font-size: 18px;
  padding-top: 12px;
  position: relative;
}

body.testimonial #app .content-slider .content-slider-controls-item__title::before {
  background-color: #1bdfc7;
  content: '';
  display: block;
  height: 5px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35px;
}

body.testimonial #app .content-slider .content-slider-controls-item--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 70, 158, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
}

body.testimonial #app .content-slider .content-slider-controls-item--overlay .button--arrow {
  display: none;
}

body.testimonial #app .content-slider__slide-img {
  margin-top: 25px;
  order: -1;
  margin-bottom: 25px;
}

body.testimonial #app .content-slider__person-photo-wrapper {
  position: relative;
  padding-left: 20px;
  width: 140px;
  max-width: unset;
}

body.testimonial #app .content-slider__person-photo-wrapper svg {
  position: absolute;
}

body.testimonial #app .content-slider__person-photo-wrapper svg:nth-child(1) {
  top: 42px;
  left: 0;
}

body.testimonial #app .content-slider__person-photo-wrapper svg:nth-child(2) {
  top: 95px;
  right: 30px;
}

body.testimonial #app .content-slider__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

body.testimonial #app .content-slider__person-signature {
  padding-left: 40px;
}

body.testimonial #app .content-slider__arrows {
  display: none;
  justify-content: space-between;
  width: 100%;
}

body.testimonial #app .content-slider__arrow {
  cursor: pointer;
  position: absolute;
  top: 250px;
}

body.testimonial #app .content-slider__arrow--left {
  left: -95px;
}

body.testimonial #app .content-slider__arrow--right {
  right: -95px;
}

body.testimonial #app .content-slider__desc {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.25px;
  line-height: 28px;
  color: #2e469e;
}

body.testimonial #app .content-slider__text-content {
  font-size: 18px;
  letter-spacing: -0.3px;
  line-height: 1.5;
}

body.testimonial #app .content-slider__text-content p {
  margin-bottom: 16px;
}

body.testimonial #app .content-slider__text-content p.customer-quote {
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-left: 5px solid #dedede;
  color: #2e469e;
  font-style: italic;
  margin-top: 24px;
  padding-left: 16px;
}

body.testimonial #app .customer-header {
  margin-top: 0;
  overflow: hidden;
}

body.testimonial #app .header__copy {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

body.testimonial #app .header__tiles {
  grid-auto-flow: column;
  grid-gap: 15px;
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  width: 1575px;
  margin-left: 15px;
  -webkit-animation: 'tiles-group-mobile-anim' 50s infinite;
  animation: 'tiles-group-mobile-anim' 50s infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  z-index: -1;
}

body.testimonial #app .header__content-column {
  padding-top: 50px;
  padding-bottom: 50px;
}

body.testimonial #app .header__tiles-wrapper {
  display: flex;
  max-height: 750px;
}

body.testimonial #app .header__tile {
  width: 250px;
  height: 200px;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  position: relative;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  padding: 25px;
}

body.testimonial #app .header__tile svg,
body.testimonial #app .header__tile path {
  display: block;
  width: 100%;
}

body.testimonial #app .header__tile--yellow {
  background-color: #f1b757;
}

body.testimonial #app .header__tile--pink {
  background-color: #f681ab;
}

body.testimonial #app .header__tile--turquoise {
  background-color: #1bdfc7;
}

@-webkit-keyframes tiles-group-anim {
  to {
    -webkit-transform: translateY(calc(100% - 540px));
    transform: translateY(calc(100% - 540px));
  }
}

@keyframes tiles-group-anim {
  to {
    -webkit-transform: translateY(calc(100% - 540px));
    transform: translateY(calc(100% - 540px));
  }
}

@-webkit-keyframes tiles-group-mobile-anim {
  to {
    -webkit-transform: translateX(calc(-100% - 15px));
    transform: translateX(calc(-100% - 15px));
  }
}

@keyframes tiles-group-mobile-anim {
  to {
    -webkit-transform: translateX(calc(-100% - 15px));
    transform: translateX(calc(-100% - 15px));
  }
}

body.testimonial #app .footer__social {
  background: #ffffff;
  margin-bottom: 0;
  padding: 88px 0;
}

body.testimonial #app .footer__social:before {
  margin: 0 auto 16px;
  height: 5px;
  width: 35px;
}

body.testimonial #app .footer__social h2 {
  color: #2e469e;
  font-family: "basis-grotesque-bold", Arial, Helvetica, sans-serif;
  font-size: 26px;
  letter-spacing: 0;
  margin-bottom: 16px;
  text-align: center;
}

body.testimonial #app .footer__social .footer__social__link {
  padding: 20px;
}

body.testimonial #app .d-block {
  display: block;
}

body.testimonial #app .d-none {
  display: none;
}

body.testimonial #app .ta-center {
  text-align: center;
}

@media screen and (min-width: 1560px) {
  body.testimonial #app .content-slider__arrows {
    display: flex;
  }
}

@media screen and (min-width: 1210px) {
  body.testimonial #app body {
    font-size: 18px;
  }

  body.testimonial #app .content-slider__content-wrapper {
    padding: 16px 0;
  }
}

@media screen and (max-width: 1120px) {
  body.testimonial #app .content-slide {
    margin-top: 40px;
    width: 100%;
  }

  body.testimonial #app .content-slider__controls {
    display: none;
  }

  body.testimonial #app .content-slider__track {
    flex-direction: column-reverse;
  }

  body.testimonial #app .slider__mobile-controls .content-slider__arrow--right {
    right: 0;
    top: 0;
  }

  body.testimonial #app .slider__mobile-controls .content-slider__arrow--left {
    left: 0;
    top: 0;
  }
}

@media screen and (min-width: 980px) {
  body.testimonial #app body {
    font-size: 16px;
  }

  body.testimonial #app h4,
  body.testimonial #app .h4 {
    font-size: 19px;
  }

  body.testimonial #app .customer-header {
    min-height: calc(100vh - 120px);
  }

  body.testimonial #app .header__column {
    height: calc(100vh - 120px);
  }

  body.testimonial #app .header__tiles-wrapper {
    flex-direction: column-reverse;
  }

  body.testimonial #app .header__tiles {
    width: 50vw;
    -webkit-animation: 'tiles-group-anim' 40s infinite;
    animation: 'tiles-group-anim' 40s infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    top: -760px;
    margin-left: 0;
    right: 0;
    position: absolute;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-auto-flow: row;
  }

  body.testimonial #app .header__tiles:nth-child(2) {
    top: 515px;
  }

  body.testimonial #app .header__tiles:nth-child(3) {
    top: 1160px;
  }

  body.testimonial #app .header__tile {
    height: 305px;
    width: 100%;
  }

  body.testimonial #app .header__tile:nth-child(2),
  body.testimonial #app .header__tile:nth-child(5),
  body.testimonial #app .header__tile:nth-child(8),
  body.testimonial #app .header__tile:nth-child(11) {
    top: -65px;
  }

  body.testimonial #app .header__tile:nth-child(3),
  body.testimonial #app .header__tile:nth-child(6),
  body.testimonial #app .header__tile:nth-child(9),
  body.testimonial #app .header__tile:nth-child(12) {
    top: -125px;
  }

  body.testimonial #app .header__content-column {
    padding-top: unset;
    padding-bottom: unset;
  }
}

@media screen and (min-width: 768px) {
  body.testimonial #app .content-slider__inner {
    padding: 64px 0;
  }

  body.testimonial #app .content-slider__track {
    margin-bottom: 40px;
    margin-top: 48px;
  }

  body.testimonial #app .content-slider__slide-img {
    margin-top: 0;
    order: 1;
    margin-bottom: 0;
  }

  body.testimonial #app .content-slider__person-photo-wrapper svg:nth-child(2) {
    top: 115px;
  }

  body.testimonial #app .content-slider__content-wrapper {
    display: block;
    padding-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  body.testimonial #app .glide__slide-container {
    flex-direction: column-reverse;
  }

  body.testimonial #app .content-slider__title {
    font-size: 20px;
    line-height: 23px;
    padding: 10px 5px 0;
    text-align: center;
  }
}

@media screen and (min-width: 576px) {
  body.testimonial #app .content-slider__control {
    max-width: 20%;
  }
}

.user#new main {
  display: flex;
  justify-content: center;
}

.user#new main h1 {
  font-family: "Tiempos Text", Georgia, "Times New Roman", Times, serif;
}

.user#new main form {
  display: flex;
  flex-direction: column;
}

.user#new main form input:not(:last-child) {
  margin-bottom: 0.5rem;
}

.user#new main .info {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 0.85rem;
  border-radius: 2px;
  font-family: "basis-grotesque-regular-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}



/*# sourceMappingURL=app.bundle.css.map*/