@charset "UTF-8";
/* ///// Primary Stylesheet ///// */
/* Globals */
/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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,
a:hover {
  outline: 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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 {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-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"]:focus {
  outline-color: transparent;
  outline-style: none;
}

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;
}

* {
  box-sizing: border-box;
}

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

html {
  -webkit-tap-highlight-color: transparent;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 40.0625em) {
  .container {
    width: 620px;
  }
}
@media (min-width: 64.0625em) {
  .container {
    width: 1005px;
  }
}
@media (min-width: 75.0625em) {
  .container {
    width: 1180px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8 {
  float: left;
}

.col-xs-8 {
  width: 100%;
}

.col-xs-7 {
  width: 87.5%;
}

.col-xs-6 {
  width: 75%;
}

.col-xs-5 {
  width: 62.5%;
}

.col-xs-4 {
  width: 50%;
}

.col-xs-3 {
  width: 37.5%;
}

.col-xs-2 {
  width: 25%;
}

.col-xs-1 {
  width: 12.5%;
}

.col-xs-pull-8 {
  right: 100%;
}

.col-xs-pull-7 {
  right: 87.5%;
}

.col-xs-pull-6 {
  right: 75%;
}

.col-xs-pull-5 {
  right: 62.5%;
}

.col-xs-pull-4 {
  right: 50%;
}

.col-xs-pull-3 {
  right: 37.5%;
}

.col-xs-pull-2 {
  right: 25%;
}

.col-xs-pull-1 {
  right: 12.5%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-8 {
  left: 100%;
}

.col-xs-push-7 {
  left: 87.5%;
}

.col-xs-push-6 {
  left: 75%;
}

.col-xs-push-5 {
  left: 62.5%;
}

.col-xs-push-4 {
  left: 50%;
}

.col-xs-push-3 {
  left: 37.5%;
}

.col-xs-push-2 {
  left: 25%;
}

.col-xs-push-1 {
  left: 12.5%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-8 {
  margin-left: 100%;
}

.col-xs-offset-7 {
  margin-left: 87.5%;
}

.col-xs-offset-6 {
  margin-left: 75%;
}

.col-xs-offset-5 {
  margin-left: 62.5%;
}

.col-xs-offset-4 {
  margin-left: 50%;
}

.col-xs-offset-3 {
  margin-left: 37.5%;
}

.col-xs-offset-2 {
  margin-left: 25%;
}

.col-xs-offset-1 {
  margin-left: 12.5%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 40.0625em) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8 {
    float: left;
  }

  .col-sm-8 {
    width: 100%;
  }

  .col-sm-7 {
    width: 87.5%;
  }

  .col-sm-6 {
    width: 75%;
  }

  .col-sm-5 {
    width: 62.5%;
  }

  .col-sm-4 {
    width: 50%;
  }

  .col-sm-3 {
    width: 37.5%;
  }

  .col-sm-2 {
    width: 25%;
  }

  .col-sm-1 {
    width: 12.5%;
  }

  .col-sm-pull-8 {
    right: 100%;
  }

  .col-sm-pull-7 {
    right: 87.5%;
  }

  .col-sm-pull-6 {
    right: 75%;
  }

  .col-sm-pull-5 {
    right: 62.5%;
  }

  .col-sm-pull-4 {
    right: 50%;
  }

  .col-sm-pull-3 {
    right: 37.5%;
  }

  .col-sm-pull-2 {
    right: 25%;
  }

  .col-sm-pull-1 {
    right: 12.5%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-8 {
    left: 100%;
  }

  .col-sm-push-7 {
    left: 87.5%;
  }

  .col-sm-push-6 {
    left: 75%;
  }

  .col-sm-push-5 {
    left: 62.5%;
  }

  .col-sm-push-4 {
    left: 50%;
  }

  .col-sm-push-3 {
    left: 37.5%;
  }

  .col-sm-push-2 {
    left: 25%;
  }

  .col-sm-push-1 {
    left: 12.5%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-8 {
    margin-left: 100%;
  }

  .col-sm-offset-7 {
    margin-left: 87.5%;
  }

  .col-sm-offset-6 {
    margin-left: 75%;
  }

  .col-sm-offset-5 {
    margin-left: 62.5%;
  }

  .col-sm-offset-4 {
    margin-left: 50%;
  }

  .col-sm-offset-3 {
    margin-left: 37.5%;
  }

  .col-sm-offset-2 {
    margin-left: 25%;
  }

  .col-sm-offset-1 {
    margin-left: 12.5%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 64.0625em) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8 {
    float: left;
  }

  .col-md-8 {
    width: 100%;
  }

  .col-md-7 {
    width: 87.5%;
  }

  .col-md-6 {
    width: 75%;
  }

  .col-md-5 {
    width: 62.5%;
  }

  .col-md-4 {
    width: 50%;
  }

  .col-md-3 {
    width: 37.5%;
  }

  .col-md-2 {
    width: 25%;
  }

  .col-md-1 {
    width: 12.5%;
  }

  .col-md-pull-8 {
    right: 100%;
  }

  .col-md-pull-7 {
    right: 87.5%;
  }

  .col-md-pull-6 {
    right: 75%;
  }

  .col-md-pull-5 {
    right: 62.5%;
  }

  .col-md-pull-4 {
    right: 50%;
  }

  .col-md-pull-3 {
    right: 37.5%;
  }

  .col-md-pull-2 {
    right: 25%;
  }

  .col-md-pull-1 {
    right: 12.5%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-8 {
    left: 100%;
  }

  .col-md-push-7 {
    left: 87.5%;
  }

  .col-md-push-6 {
    left: 75%;
  }

  .col-md-push-5 {
    left: 62.5%;
  }

  .col-md-push-4 {
    left: 50%;
  }

  .col-md-push-3 {
    left: 37.5%;
  }

  .col-md-push-2 {
    left: 25%;
  }

  .col-md-push-1 {
    left: 12.5%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-8 {
    margin-left: 100%;
  }

  .col-md-offset-7 {
    margin-left: 87.5%;
  }

  .col-md-offset-6 {
    margin-left: 75%;
  }

  .col-md-offset-5 {
    margin-left: 62.5%;
  }

  .col-md-offset-4 {
    margin-left: 50%;
  }

  .col-md-offset-3 {
    margin-left: 37.5%;
  }

  .col-md-offset-2 {
    margin-left: 25%;
  }

  .col-md-offset-1 {
    margin-left: 12.5%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 75.0625em) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8 {
    float: left;
  }

  .col-lg-8 {
    width: 100%;
  }

  .col-lg-7 {
    width: 87.5%;
  }

  .col-lg-6 {
    width: 75%;
  }

  .col-lg-5 {
    width: 62.5%;
  }

  .col-lg-4 {
    width: 50%;
  }

  .col-lg-3 {
    width: 37.5%;
  }

  .col-lg-2 {
    width: 25%;
  }

  .col-lg-1 {
    width: 12.5%;
  }

  .col-lg-pull-8 {
    right: 100%;
  }

  .col-lg-pull-7 {
    right: 87.5%;
  }

  .col-lg-pull-6 {
    right: 75%;
  }

  .col-lg-pull-5 {
    right: 62.5%;
  }

  .col-lg-pull-4 {
    right: 50%;
  }

  .col-lg-pull-3 {
    right: 37.5%;
  }

  .col-lg-pull-2 {
    right: 25%;
  }

  .col-lg-pull-1 {
    right: 12.5%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-8 {
    left: 100%;
  }

  .col-lg-push-7 {
    left: 87.5%;
  }

  .col-lg-push-6 {
    left: 75%;
  }

  .col-lg-push-5 {
    left: 62.5%;
  }

  .col-lg-push-4 {
    left: 50%;
  }

  .col-lg-push-3 {
    left: 37.5%;
  }

  .col-lg-push-2 {
    left: 25%;
  }

  .col-lg-push-1 {
    left: 12.5%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-8 {
    margin-left: 100%;
  }

  .col-lg-offset-7 {
    margin-left: 87.5%;
  }

  .col-lg-offset-6 {
    margin-left: 75%;
  }

  .col-lg-offset-5 {
    margin-left: 62.5%;
  }

  .col-lg-offset-4 {
    margin-left: 50%;
  }

  .col-lg-offset-3 {
    margin-left: 37.5%;
  }

  .col-lg-offset-2 {
    margin-left: 25%;
  }

  .col-lg-offset-1 {
    margin-left: 12.5%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
a {
  color: inherit;
}

body {
  font-size: 0.9375rem;
}

@media (min-width: 40.0625em) {
  body {
    font-size: 1.0625rem;
  }
}
@media (min-width: 64.0625em) {
  body {
    font-size: 1.125rem;
  }
}
h1.globalH1 {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 40.0625em) {
  h1.globalH1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 64.0625em) {
  h1.globalH1 {
    font-size: 3rem;
  }
}

h2.globalH2 {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 40.0625em) {
  h2.globalH2 {
    font-size: 1.625rem;
  }
}
@media (min-width: 64.0625em) {
  h2.globalH2 {
    font-size: 2rem;
  }
}

h3.globalH3 {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 40.0625em) {
  h3.globalH3 {
    font-size: 1.125rem;
  }
}
@media (min-width: 64.0625em) {
  h3.globalH3 {
    font-size: 1.25rem;
  }
}

[class*="-beachBlondeTheme"] {
  background-color: #87D1D4;
}

[class*="-brilliantBrunetteTheme"] {
  background-color: #693920;
}

[class*="-combinedColorTheme"] {
  background-color: #4D4D4F;
}

[class*="-frizzEaseTheme"] {
  background-color: #5C2D91;
}

[class*="-fullRepairTheme"] {
  background-color: #761E27;
}

[class*="-hiImpactTheme"] {
  background-color: #F3E5C3;
}

[class*="-jfHairsprayTheme"] {
  background-color: #00A69E;
}

[class*="-luxuriousVolumeTheme"] {
  background-color: #007476;
}

[class*="-radiantRedTheme"] {
  background-color: #D7182A;
}

[class*="-sheerBlondeTheme"] {
  background-color: #FFDD00;
}

[class*="-beachBlondeTheme"],
[class*="-hiImpactTheme"],
[class*="-sheerBlondeTheme"] {
  color: #000;
}

.form-wrapper {
  position: absolute;
  width: 95%;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 7px 15px -3px rgba(0, 0, 0, 0.65);
}

.form-inputs {
  width: 90%;
  margin: 0 auto;
}
.form-inputs .require-notification {
  font-size: .6rem;
  font-weight: bold;
  display: block;
  text-align: right;
  margin-bottom: .5em;
}
.form-inputs legend {
  padding-bottom: .25em;
}
.form-inputs .date-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.form-inputs .date-input .field {
  -ms-flex: 2 0 0%;
      flex: 2 0 0%;
  margin-right: 1em;
  min-height: 0;
  min-width: 0;
}
.form-inputs .date-input .day {
  -ms-flex: 1 0 0%;
      flex: 1 0 0%;
}
.form-inputs .date-input .year {
  margin-right: 0;
}
.form-inputs label {
  display: block;
  margin-top: -1em;
}

input.field, span.custom-field {
  width: 100%;
  height: 45px;
  line-height: 2.5em;
  padding-left: .5em;
  margin-bottom: 1.5em;
  border: 1px solid #818181;
  border-radius: 0;
  box-shadow: inset 0px 10px 0px 0px rgba(70, 70, 70, 0);
  transition: box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.custom-select-container {
  position: relative;
}
.custom-select-container select.custom-field {
  display: block;
  z-index: 2;
}
.custom-select-container span.custom-fieldInner {
  color: #989898;
  text-align: left;
  font-size: 0.85rem;
  font-style: italic;
}
.custom-select-container .arrow-down {
  position: absolute;
  top: 25%;
  right: 5%;
  width: 0;
  height: 0;
  border-top: 10px solid #000000;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  z-index: 1;
}
@media (min-width: 40.0625em) {
  .custom-select-container span.custom-fieldInner {
    font-size: 1.25rem;
  }
}

textarea {
  height: 4.75em;
  width: 100%;
  line-height: 2.5em;
  padding-left: .5em;
  margin-bottom: 1.5em;
  border: 1px solid #818181;
  border-radius: 0;
  box-shadow: inset 0px 10px 0px 0px rgba(70, 70, 70, 0);
  transition: box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

input.field:focus, textarea:focus, .custom-field.custom-fieldFocus {
  border-top: 1px solid #989898;
  border-left: 1px solid #818181;
  border-right: 1px solid #818181;
  border-bottom: 1px solid #818181;
  outline: 0;
  box-shadow: inset 0px 3px 0px 0px #989898;
}

input.error, textarea.error, select.error + span.custom-field {
  border-color: #ff0000;
}

.message-errors-hidden {
  display: none;
}

.message-errors-visible {
  display: block;
  background-color: #ffe5e5;
  line-height: 1.10;
  padding: .25em;
  margin-bottom: .5em;
}
.message-errors-visible span {
  font-size: 0.75rem;
}

.footer-message-errors-visible {
  display: block;
  max-width: 25em;
  background-color: #ffffff;
  color: #000000;
  padding: .5em;
  line-height: .95;
  margin-bottom: .25em;
}
.footer-message-errors-visible span {
  font-size: 0.75rem;
  text-align: left;
  font-weight: normal;
}

.doNotDisplayErrors {
  display: none !important;
}

input.field::-webkit-inner-spin-button,
input.field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input.checkbox {
  visibility: hidden;
  width: 0;
}

input.checkbox + label span, input.checkbox + span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 19px;
  height: 19px;
  margin: 0 5px 0 0;
  border: 1px solid #989898;
  cursor: pointer;
  pointer-events: none;
}
input.checkbox + label span:after, input.checkbox + span:after {
  content: "";
  background-image: url(../../src/images/checkmark.png);
  background-size: 100% 100%;
  position: absolute;
  top: 13%;
  left: 16%;
  width: 80%;
  height: 80%;
  opacity: 0;
}

input.checkbox.error + label span, input.checkbox.error + span {
  border-color: #ff0000;
}

input.checkbox:checked + label span:after, input.checkbox:checked + span:after {
  opacity: 1;
}

div.buttonWrap {
  text-align: center;
  padding-top: 2.5em;
}

button.submit {
  font-family: "Futura LT W05 Bold", sans-serif;
  background: #ffffff;
  text-transform: uppercase;
  border: 1px solid #000000;
  width: 7em;
  padding: 0.5em;
  letter-spacing: .125rem;
}

.header {
  text-align: center;
}
.header h1 {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  font-size: 3rem;
  margin: 0;
}
.header h1:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  background: #000000;
  margin: 0.5875rem auto;
}
.header p {
  margin: 0 4em 1em;
}

.fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.formLink {
  font-style: italic;
  color: #989898;
}

.datalist {
  list-style: none;
  display: none;
  background: white;
  border: 1px solid #989898;
  position: absolute;
  left: 0;
  top: 0;
  max-height: 500px;
  overflow-y: auto;
  cursor: pointer;
}

.datalist:empty {
  display: none !important;
}

.datalist li {
  padding: 3px;
}

.datalist li.active {
  background: #989898;
  color: white;
}

::-webkit-input-placeholder {
  font-size: .85rem;
  font-style: italic;
}
@media (min-width: 40.0625em) {
  ::-webkit-input-placeholder {
    font-size: 1.25rem;
  }
}

:-moz-placeholder {
  font-size: .85rem;
  font-style: italic;
}
@media (min-width: 40.0625em) {
  :-moz-placeholder {
    font-size: 1.25rem;
  }
}

::-moz-placeholder {
  font-size: .85rem;
  font-style: italic;
}
@media (min-width: 40.0625em) {
  ::-moz-placeholder {
    font-size: 1.25rem;
  }
}

:-ms-input-placeholder {
  font-size: .85rem;
  font-style: italic;
}
@media (min-width: 40.0625em) {
  :-ms-input-placeholder {
    font-size: 1.25rem;
  }
}

html, body {
  background-color: #e1e1e1;
  font-family: "Georgia", serif;
}

.MainContent {
  max-width: 75rem;
  margin: 0 auto;
  clear: both;
  background: #ffffff;
  overflow: hidden;
}

body.is-stuck .MainContent {
  margin-top: 3.6875rem;
}

.Promo,
.StickyHeaderWrap,
.SiteHeader,
.SiteFooter {
  max-width: 100%;
  margin: 0 auto;
  clear: both;
}

.JFComponent {
  position: relative;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 40.0625em) {
  body.is-stuck .MainContent {
    margin-top: 4.75rem;
  }
}
@media (min-width: 64.0625em) {
  .HomepageComponentPairWrapper {
    display: -ms-flexbox;
    display: flex;
  }

  .HomepageComponentPairWrapper > .JFComponent {
    width: 50%;
  }
}
video {
  width: 100% !important;
  height: auto !important;
}

@media (min-width: 64.0625em) {
  .StickyHeaderCleaner {
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    background: #000000;
    height: 76px;
    transition: opacity 0.3s;
    opacity: 0;
  }
}
.StickyHeaderCleaner.is-stuck {
  transition: opacity 0.1s;
  opacity: 0;
}

/*
  1: This is the height of the logo plus the height of the SiteHeader padding.
*/
.StickyHeaderWrap {
  height: 3.6875rem;
  /* 1 */
  background-color: #000000;
  height: auto !important;
}

.SiteHeader {
  position: relative;
  z-index: 9999;
  overflow: hidden;
  padding: 0.875rem 1.25rem;
  background-color: #000000;
  color: #FFF;
  transition: padding 0.25s;
}
.SiteHeader.is-open {
  overflow: visible;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 64.0625em) {
  .SiteHeader {
    overflow: visible;
  }
}

.StickyHeaderWrap.is-stuck .SiteHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.SiteHeader__homeLink {
  background: #000000;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
}

.SiteHeader__mainLogo {
  height: 1.9375rem;
  transition: height 0.25s;
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* MAIN NAVIGATION */
.SiteHeader__nav {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
}

.SiteHeader__navToggle {
  position: absolute;
  top: 50%;
  right: 3.75rem;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-size: 0.75rem;
  text-transform: uppercase;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  transform: translateY(-50%) rotateY(0deg);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.SiteHeader__navToggle:hover {
  background: transparent;
}

.SiteHeader__navToggle::after {
  content: attr(data-menuclosedlabel);
}

.SiteHeader__navToggle.is-open::after {
  content: attr(data-menuopenlabel);
}

.SiteHeader__mainNav {
  height: 0px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #212121;
  text-align: right;
  list-style: none;
  font-size: 1.5rem;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
  transition: height 0.8s, padding 0.8s;
}
@media (min-width: 40.0625em) {
  .SiteHeader__mainNav {
    padding: 0 4.6em 0 0;
  }
}
@media (min-width: 64.0625em) {
  .SiteHeader__mainNav {
    height: auto !important;
    padding: 1em 0;
  }
}

.SiteHeader__navItem {
  padding: 1em 3.75rem 1em 1em;
  opacity: 1;
  transform: rotateY(0deg);
}
.SiteHeader__navItem:not(:last-child) {
  opacity: 0;
  transform: rotateY(45deg);
  transition: transform 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.SiteHeader__navItem:not(:last-child):nth-child(1) {
  transition-delay: 0.2s;
}
.SiteHeader__navItem:not(:last-child):nth-child(2) {
  transition-delay: 0.15s;
}
.SiteHeader__navItem:not(:last-child):nth-child(3) {
  transition-delay: 0.1s;
}
.SiteHeader__navItem:not(:last-child):nth-child(4) {
  transition-delay: 0.05s;
}
.SiteHeader__navItem:not(:last-child):nth-child(5) {
  transition-delay: 0.0s;
}
@media (min-width: 64.0625em) {
  .SiteHeader__navItem:not(:last-child) {
    opacity: 1;
    transform: rotateY(0deg);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .SiteHeader__navItem:not(:last-child):nth-child(1) {
    transition-delay: 0.0s;
  }
  .SiteHeader__navItem:not(:last-child):nth-child(2) {
    transition-delay: 0.05s;
  }
  .SiteHeader__navItem:not(:last-child):nth-child(3) {
    transition-delay: 0.10s;
  }
  .SiteHeader__navItem:not(:last-child):nth-child(4) {
    transition-delay: 0.15s;
  }
  .SiteHeader__navItem:not(:last-child):nth-child(5) {
    transition-delay: 0.20s;
  }
}

.SiteHeader__navToggle.is-open + .SiteHeader__mainNav {
  transition: all 0.4s;
}
@media (max-width: 64em) {
  .SiteHeader__navToggle.is-open + .SiteHeader__mainNav .SiteHeader__navItem:not(:last-child) {
    opacity: 1;
    transform: rotateY(0deg);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .SiteHeader__navToggle.is-open + .SiteHeader__mainNav .SiteHeader__navItem:not(:last-child):nth-child(1) {
    transition-delay: 0s;
  }
  .SiteHeader__navToggle.is-open + .SiteHeader__mainNav .SiteHeader__navItem:not(:last-child):nth-child(2) {
    transition-delay: 0.05s;
  }
  .SiteHeader__navToggle.is-open + .SiteHeader__mainNav .SiteHeader__navItem:not(:last-child):nth-child(3) {
    transition-delay: 0.10s;
  }
  .SiteHeader__navToggle.is-open + .SiteHeader__mainNav .SiteHeader__navItem:not(:last-child):nth-child(4) {
    transition-delay: 0.15s;
  }
  .SiteHeader__navToggle.is-open + .SiteHeader__mainNav .SiteHeader__navItem:not(:last-child):nth-child(5) {
    transition-delay: 0.2s;
  }
}
@media (min-width: 40.0625em) {
  .SiteHeader__navToggle.is-open + .SiteHeader__mainNav {
    padding: 1em 4.6em 1em 0;
  }
}

.SiteHeader__navLink {
  position: relative;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.SiteHeader__navLink:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #989898;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
}

.SiteHeader__navToggle:hover,
.SiteHeader__navToggle:focus,
.SiteHeader__navLink:hover,
.SiteHeader__navLink:focus {
  color: #989898;
}
@media (min-width: 40.0625em) {
  .SiteHeader__navToggle:hover:hover,
  .SiteHeader__navToggle:focus:hover,
  .SiteHeader__navLink:hover:hover,
  .SiteHeader__navLink:focus:hover {
    color: #989898;
  }
  .SiteHeader__navToggle:hover:hover:hover:after,
  .SiteHeader__navToggle:focus:hover:hover:after,
  .SiteHeader__navLink:hover:hover:hover:after,
  .SiteHeader__navLink:focus:hover:hover:after {
    transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    background: #989898;
    -ms-transform: scaleX(1);
        transform: scaleX(1);
  }
  .SiteHeader__navToggle:hover:active,
  .SiteHeader__navToggle:focus:active,
  .SiteHeader__navLink:hover:active,
  .SiteHeader__navLink:focus:active {
    color: #5c2d91;
  }
  .SiteHeader__navToggle:hover:active:after, .SiteHeader__navToggle:hover:active:active:after,
  .SiteHeader__navToggle:focus:active:after,
  .SiteHeader__navToggle:focus:active:active:after,
  .SiteHeader__navLink:hover:active:after,
  .SiteHeader__navLink:hover:active:active:after,
  .SiteHeader__navLink:focus:active:after,
  .SiteHeader__navLink:focus:active:active:after {
    background-color: #5c2d91;
    -ms-transform: scaleX(1);
        transform: scaleX(1);
  }
}

.SiteHeader__navToggle:active:after, .SiteHeader__navToggle:hover:after {
  background: transparent !important;
}

.SiteHeader__navToggle:active,
.SiteHeader__navLink:active {
  color: #FFF;
}

/* SEARCH */
.SiteHeader__navSearch {
  position: absolute;
  right: 0.65em;
  top: -47px;
  width: 0.7em;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0s;
  overflow: hidden;
  padding: 0;
  display: block !important;
}
.SiteHeader__navSearch .SiteHeader__navLink {
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  float: left;
  padding: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.SiteHeader__navSearch .SiteHeader__navLink #SiteHeader__searchIcon {
  width: 0.7em;
  overflow: visible;
  padding-left: 1px;
}
.SiteHeader__navSearch .SiteHeader__navLink #SiteHeader__searchIcon .SiteHeader__cls-1 {
  transition: fill 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .SiteHeader__navSearch .SiteHeader__navLink:hover .SiteHeader__cls-1 {
    fill: #989898;
  }
  .SiteHeader__navSearch .SiteHeader__navLink:hover:after {
    display: none;
  }
}
@media (min-width: 40.0625em) {
  .SiteHeader__navSearch {
    top: -55px;
  }
}
@media (min-width: 64.0625em) {
  .SiteHeader__navSearch {
    width: 1.5em;
    height: 100%;
    top: 0.1em;
    bottom: auto;
  }
  .SiteHeader__navSearch .SiteHeader__navLink #SiteHeader__searchIcon {
    width: 1.5em;
  }
}

.SiteHeader__navSearchInside {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.SiteHeader__search {
  float: left;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 1.4em);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-appearance: none !important;
}
@media (min-width: 64.0625em) {
  .SiteHeader__search {
    width: calc(100% - 1.5em);
  }
}

.SiteHeader__searchInput {
  font-family: "Georgia", serif;
  font-size: 1rem;
  font-style: italic;
  padding: .25em .5em;
  border: 0;
  border-bottom: 1px solid #606060;
  background-color: transparent;
  margin-left: .75em;
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 0%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}

.SiteHeader__searchInput::-webkit-input-placeholder {
  font-family: "Georgia", serif;
  font-size: 1rem;
  font-style: italic;
}

.SiteHeader__searchInput::-moz-placeholder {
  font-family: "Georgia", serif;
  font-size: 1rem;
  font-style: italic;
}

.SiteHeader__searchInput:-ms-input-placeholder {
  font-family: "Georgia", serif;
  font-size: 1rem;
  font-style: italic;
}

.SiteHeader__searchClose {
  padding: 0;
  border: 0;
  overflow: hidden;
  background-color: transparent;
  white-space: nowrap;
  width: 0.7em;
  position: relative;
  backface-visibility: hidden;
}
@media (min-width: 64.0625em) {
  .SiteHeader__searchClose {
    width: 1.5em;
  }
}

.SiteHeader__searchClose::before,
.SiteHeader__searchClose::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #FFF;
  -ms-transform-origin: center;
      transform-origin: center;
  width: 100%;
  height: 1px;
  transition: background-color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.SiteHeader__searchClose::before {
  transform: rotateZ(-45deg);
}

.SiteHeader__searchClose::after {
  transform: rotateZ(45deg);
}

.SiteHeader__searchClose:hover::before,
.SiteHeader__searchClose:focus::before {
  transform: rotateZ(-135deg);
  background: #989898;
}

.SiteHeader__searchClose:hover::after,
.SiteHeader__searchClose:focus::after {
  transform: rotateZ(-45deg);
  background: #989898;
}

.SiteHeader__mainNav.search-open .SiteHeader__navSearch {
  width: calc(100% - 150px - 2.5rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  transition: width 0.7s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0s;
}
.SiteHeader__mainNav.search-open .SiteHeader__search {
  opacity: 1;
  overflow: hidden;
}
.SiteHeader__mainNav.search-open .SiteHeader__searchInput {
  width: 100%;
}
@media (min-width: 40.0625em) {
  .SiteHeader__mainNav.search-open .SiteHeader__navSearch {
    width: calc(100% - 150px - 4rem);
  }
}
@media (min-width: 64.0625em) {
  .SiteHeader__mainNav.search-open .SiteHeader__navSearch {
    width: 100%;
  }
  .SiteHeader__mainNav.search-open .SiteHeader__search {
    max-width: calc(100% - 3em);
  }
  .SiteHeader__mainNav.search-open .SiteHeader__navItem:not(:last-child) {
    transform: rotateY(45deg);
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .SiteHeader__mainNav.search-open .SiteHeader__navItem:not(:last-child):nth-child(1) {
    transition-delay: 0.2s;
  }
  .SiteHeader__mainNav.search-open .SiteHeader__navItem:not(:last-child):nth-child(2) {
    transition-delay: 0.15s;
  }
  .SiteHeader__mainNav.search-open .SiteHeader__navItem:not(:last-child):nth-child(3) {
    transition-delay: 0.1s;
  }
  .SiteHeader__mainNav.search-open .SiteHeader__navItem:not(:last-child):nth-child(4) {
    transition-delay: 0.05s;
  }
  .SiteHeader__mainNav.search-open .SiteHeader__navItem:not(:last-child):nth-child(5) {
    transition-delay: 0.0s;
  }
}

.SiteHeader.search-open .SiteHeader__navToggle {
  transform: translateY(-50%) rotateY(45deg);
  opacity: 0;
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 40.0625em) {
  /*
    1: This is the height of the logo plus the height of the SiteHeader padding.
  */
  .StickyHeaderWrap {
    height: 4.75rem;
    /* 1 */
  }

  .SiteHeader {
    padding: 1.25rem;
  }

  .SiteHeader__mainLogo {
    height: 2.25rem;
  }
}
@media (min-width: 64.0625em) {
  .StickyHeaderWrap.is-stuck .SiteHeader {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .StickyHeaderWrap.is-stuck .SiteHeader__mainLogo {
    height: 1.375rem;
  }

  .SiteHeader__navToggle {
    display: none;
  }

  .SiteHeader__mainNav {
    display: inline-block;
    top: 50%;
    right: 0.8em;
    left: auto;
    width: auto;
    padding-right: 3.6em;
    background-color: transparent;
    font-size: 12px;
    letter-spacing: 2px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }

  .SiteHeader__navItem {
    display: inline-block;
    padding: 0;
    margin-left: 2em;
  }
}
@media (min-width: 75.0625em) {
  .StickyHeaderWrap.is-stuck .SiteHeader {
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}
.SiteFooter {
  position: relative;
  background-color: #000;
  color: #FFF;
  background: #222;
  padding: 0;
}

.siteFooter__logoSocialWrap {
  padding: 0;
  width: 100%;
}
@media (min-width: 40.0625em) {
  .siteFooter__logoSocialWrap {
    padding: 1.5em 0 0 0;
    background: #000000;
  }
}

.SiteFooter__homeLinkWrap {
  padding-top: 1.5em;
}
@media (max-width: 40em) {
  .SiteFooter__homeLinkWrap {
    background: #000;
    display: block;
    width: 100%;
    clear: both;
  }
}

.SiteFooter__homeLink {
  display: inline-block;
  margin: 0 0 1.5em 0.625rem;
}

/*
  1: Fix SVG sizing in browsers that don't do intrinsic auto scaling.
*/
.SiteFooter__mainLogo {
  width: 9.375rem;
  height: auto;
  max-height: 5000%;
  /* 1 */
}

.SiteFooter__signup {
  padding-top: 1.5em;
}

.SiteFooter__signupLabel {
  display: block;
  margin-bottom: .5em;
  font-size: 0.875rem;
}

.SiteFooter__inputWrapper {
  display: -ms-flexbox;
  display: flex;
}

.SiteFooter__signupEmail {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 0 .5em;
  border: 1px solid #818181;
  background-color: transparent;
  font-size: 0.875rem;
  border-radius: 0;
  outline: 0;
}

.SiteFooter__signupEmail::-webkit-input-placeholder {
  font-style: italic;
  font-size: 0.875rem;
}
@media (min-width: 40.0625em) {
  .SiteFooter__signupEmail::-webkit-input-placeholder {
    font-size: 1.125rem;
  }
}

.SiteFooter__signupEmail::-moz-placeholder {
  font-style: italic;
  font-size: 0.875rem;
}
@media (min-width: 40.0625em) {
  .SiteFooter__signupEmail::-moz-placeholder {
    font-size: 1.125rem;
  }
}

.SiteFooter__signupEmail:-ms-input-placeholder {
  font-style: italic;
  font-size: 0.875rem;
}
@media (min-width: 40.0625em) {
  .SiteFooter__signupEmail:-ms-input-placeholder {
    font-size: 1.125rem;
  }
}

.SiteFooter__signupSubmit {
  padding: .6em 1em;
  border: 0;
  background-color: #818181;
  color: #000;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  font-family: "Futura LT W05 Bold", sans-serif;
}

.SiteFooter__socialLinks,
.SiteFooter__nav {
  margin: 0;
  list-style: none;
  padding-top: 1em;
}

.SiteFooter__nav {
  padding: 2em 0;
  font-size: 0.875rem;
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
}

.SiteFooter__navItem {
  float: left;
  width: 50%;
}

.SiteFooter__navItem:nth-child(n+3) {
  margin-top: 1.25em;
}

.SiteFooter__countryFlag {
  margin-right: .5em;
  margin-top: -3px;
}

.SiteFooter__countryFlag {
  width: 27px;
  height: 18px;
}

.SiteFooter__signup,
.SiteFooter__socialLinks,
.SiteFooter__nav {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  background-color: #222;
}

.SiteFooter__socialLinks {
  padding-top: 1em;
}

.SiteFooter__socialLink {
  display: block;
  float: left;
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  overflow: hidden;
  font-size: 0em;
  color: transparent;
  border-radius: 1.25rem;
  background-color: #989898;
  margin-right: 0.4375rem;
  transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.SiteFooter__socialLink:hover {
  background: #ffffff;
}
.SiteFooter__socialLink:after {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  content: "";
  background-size: 100% 100%;
}
@media (min-width: 40.0625em) {
  .SiteFooter__socialLink {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 64.0625em) {
  .SiteFooter__socialLink {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.SiteFooter__socialLinkFacebook:after {
  background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/facebook-footer.svg);
}

.SiteFooter__socialLinkTwitter:after {
  background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/twitter-footer.svg);
}

.SiteFooter__socialLinkPinterest:after {
  background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/pinterest-footer.svg);
  top: 17.5%;
  left: 17.5%;
  width: 65%;
  height: 65%;
}

.SiteFooter__socialLinkInstagram:after {
  background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/instagram-footer.svg);
}

.SiteFooter__socialLinkYoutube:after {
  background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/youtube-footer.svg);
}

.SiteFooter__socialLinkVK:after {		
  background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/vk-footer.png);		
}

.SiteFooter__socialLinkEmail:after {
  background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/mail-footer.svg);
}

.siteFooter__flexWrapperOuter {
  padding: 0;
}

.SiteFooter__flexWrapper {
  padding: 0;
}
@media (max-width: 40em) {
  .SiteFooter__flexWrapper {
    padding: 0 10px;
  }
}
@media (min-width: 64.0625em) {
  .SiteFooter__flexWrapper {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 40.0625em) {
  .SiteFooter__socialLinks {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    padding: 0;
  }

  .SiteFooter__socialItem {
    display: inline-block;
  }

  .SiteFooter__inputWrapper {
    max-width: 25em;
  }

  .SiteFooter__signupLabel {
    font-size: 1rem;
  }

  .SiteFooter__nav {
    font-size: 1.125rem;
  }

  .SiteFooter__socialLinks {
    padding-top: 0;
    top: 1.4em;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 40.0625em) and (max-width: 64em) {
  .siteFooter__flexWrapperOuter {
    float: left;
  }
}
@media (min-width: 64.0625em) {
  .SiteFooter__homeLink {
    margin-left: 1.25rem;
  }

  .SiteFooter__signup,
  .SiteFooter__nav {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .siteFooter__flexWrapperOuter {
    width: 100%;
    display: block;
    clear: both;
    background: #222;
    padding-left: 10px;
    padding-right: 10px;
  }

  .SiteFooter__signup,
  .SiteFooter__nav {
    width: 50%;
  }

  .SiteFooter .container {
    position: relative;
  }
}
/* Component Intro Tiles */
.ComponentIntroTile {
  padding: 3rem 2rem;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 105%;
  text-align: center;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
}

.ComponentIntroTile__title {
  margin: 0;
  font-size: 3.75rem;
  line-height: .5;
  text-transform: lowercase;
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
}

.ComponentIntroTile__titleStart {
  display: block;
  font-size: .333em;
  line-height: 3;
  text-transform: uppercase;
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
}

.ComponentIntroTile__title::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1px;
  margin: 2.1875rem auto 1.625rem;
  background: #FFF;
}

.ComponentIntroTile__description {
  margin-bottom: 0;
  font-style: italic;
  font-size: 1.125rem;
}

.ComponentIntroTile__link {
  display: inline-block;
  margin-top: 2em;
  font-size: 1.125rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  font-family: "Futura LT W05 Bold", sans-serif;
  position: relative;
  transition: color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ComponentIntroTile__link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .ComponentIntroTile__link:hover {
    color: #c2c2c2;
  }
  .ComponentIntroTile__link:hover:hover:after {
    background: #c2c2c2;
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
  .ComponentIntroTile__link:active {
    color: #5c2d91;
  }
  .ComponentIntroTile__link:active:after {
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
}

@media (min-width: 40.0625em) {
  .ComponentIntroTile {
    padding: 5rem 2rem;
    background-position: 35% 50%;
  }

  .ComponentIntroTile__title {
    font-size: 4.5rem;
  }

  .ComponentIntroTile__description {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 64.0625em) {
  .ComponentIntroTile {
    background-position: 50% -1em;
    background-size: 115% auto;
  }
}
/* Slick carousel items */
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  background-color: transparent;
  text-indent: 150%;
  transform: translateY(-50%) rotateZ(45deg);
  border: 0px transparent;
}
.slick-prev:after,
.slick-next:after {
  width: 50%;
  height: 50%;
  border: 3px solid #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  content: "";
  background-color: transparent;
}

.slick-prev {
  left: 1rem;
}
.slick-prev:after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.slick-next {
  right: 1rem;
}
.slick-next:after {
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  z-index: 5;
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.slick-dots > li {
  display: inline-block;
  margin: 0 .25em;
  vertical-align: bottom;
}

.slick-dots button {
  width: 1.875rem;
  border: 0;
  overflow: hidden;
  background-color: transparent;
  text-indent: 150%;
  position: relative;
  padding-top: 20px;
}
.slick-dots button:after {
  content: "";
  position: absolute;
  bottom: calc(50% - 5px);
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: height .1s;
}

.slick-dots > .slick-active button:after {
  height: 3px;
}

.HomePageLoader__loaderWrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  animation: loaderWrapper 100ms linear 2000ms 1 both;
}

.HomePageLoader__loaderSection {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: #000000;
  z-index: 10000;
}

.HomePageLoader__loaderSection.top {
  top: 0;
  animation: topSection 1700ms ease-in 1400ms 1 both;
}
.HomePageLoader__loaderSection.top .HomePageLoader__border-bottom {
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 50%;
  opacity: 0;
  animation: border 25ms ease-in 1200ms 1 both;
}
@media (min-width: 40.0625em) {
  .HomePageLoader__loaderSection.top .HomePageLoader__border-bottom {
    width: 48%;
    max-width: 303px;
  }
}
@media (min-width: 64.0625em) {
  .HomePageLoader__loaderSection.top .HomePageLoader__border-bottom {
    width: 30%;
  }
}

.HomePageLoader__loaderSection.bottom {
  bottom: 0;
  animation: bottomSection 1700ms ease-in 1400ms 1 both;
}
.HomePageLoader__loaderSection.bottom .HomePageLoader__border-top {
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 0;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 50%;
  opacity: 0;
  animation: border 25ms ease-in 1200ms 1 both;
}
@media (min-width: 40.0625em) {
  .HomePageLoader__loaderSection.bottom .HomePageLoader__border-top {
    width: 48%;
    max-width: 303px;
  }
}
@media (min-width: 64.0625em) {
  .HomePageLoader__loaderSection.bottom .HomePageLoader__border-top {
    width: 30%;
  }
}

.HomePageLoader__lineWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 15px;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  background: #000;
  z-index: 10001;
  animation: lineWrap 25ms linear 1250ms both;
}

.HomePageLoader__line {
  position: absolute;
  top: 50%;
  left: -100%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  border-top: 2px solid #ffffff;
  width: 50%;
  height: 48px;
  z-index: 10001;
  animation: line 1500ms cubic-bezier(0.39, 0.26, 0.97, 0.85) 1 both;
}
.HomePageLoader__line:before {
  content: "";
  display: block;
  height: 2px;
  width: 50%;
  position: absolute;
  top: -2px;
  right: 100%;
  background-image: linear-gradient(to right, transparent, #ffffff 95%);
  animation: line-before 800ms ease-out 250ms 1 both;
}
.HomePageLoader__line:after {
  content: "";
  display: block;
  position: absolute;
  top: -42%;
  right: -9.5%;
  height: 37px;
  width: 20%;
  background-attachment: scroll !important;
  background-image: radial-gradient(10px at 50% 50%, #ffffff 0%, #ffffff 4px, rgba(0, 0, 0, 0.01) 20px, transparent 14px);
  opacity: 1;
  animation: line-after 800ms ease-out 400ms 1 both;
}
@media (min-width: 40.0625em) {
  .HomePageLoader__line {
    width: 47.8%;
    max-width: 303px;
  }
}
@media (min-width: 64.0625em) {
  .HomePageLoader__line {
    width: 29.3%;
  }
}

.HomePageLoader__johnFrieda {
  position: absolute;
  left: 50%;
}
.HomePageLoader__johnFrieda svg {
  width: 100%;
}

.HomePageLoader__johnFrieda.logo {
  bottom: -35px;
  animation: logo 2050ms linear both;
}

.HomePageLoader__johnFrieda.locations {
  top: -10px;
  animation: locations 2050ms linear both;
}

@keyframes line {
  0% {
    left: -100%;
    visibility: visible;
    opacity: 1;
  }
  33.33% {
    left: 50%;
    visibility: visible;
    opacity: 1;
  }
  85% {
    left: 50%;
    visibility: visible;
    opacity: .95;
  }
  100% {
    left: 50%;
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes line-before {
  0% {
    width: 50%;
  }
  70% {
    width: 0%;
  }
  100% {
    width: 0%;
  }
}
@keyframes line-after {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 0.95;
  }
  50% {
    opacity: 0.95;
    transform: scale(0.25);
  }
  90% {
    opacity: 0.25;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@keyframes logo {
  0% {
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.73% {
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.83% {
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.47% {
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -13.772, 0, 1);
  }
  32.1% {
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -24.633, 0, 1);
  }
  34.74% {
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -32.485, 0, 1);
  }
  37.3% {
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -37.603, 0, 1);
  }
  42.5% {
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -42.561, 0, 1);
  }
  47.7% {
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -43.548, 0, 1);
  }
  62.35% {
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -42.269, 0, 1);
  }
  77% {
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -41.97, 0, 1);
  }
  100% {
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -42, 0, 1);
  }
}
@keyframes locations {
  0% {
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.73% {
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.83% {
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.47% {
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 6.558, 0, 1);
  }
  32.1% {
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 11.73, 0, 1);
  }
  34.74% {
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 15.469, 0, 1);
  }
  37.3% {
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 17.906, 0, 1);
  }
  42.5% {
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20.267, 0, 1);
  }
  47.7% {
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20.737, 0, 1);
  }
  62.35% {
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20.128, 0, 1);
  }
  77% {
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 19.986, 0, 1);
  }
  100% {
    transform: translateX(-50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
  }
}
@keyframes topSection {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1000, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1000, 0, 1);
  }
}
@keyframes bottomSection {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1000, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1000, 0, 1);
  }
}
@keyframes border {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lineWrap {
  0% {
    background: #000000;
  }
  100% {
    background: transparent;
  }
}
@keyframes loaderWrapper {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
/* Vendor CSS */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: grab;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots button {
  color: transparent;
}

/* Components */
/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.HeroCarousel,
.HeroTile {
  overflow: hidden;
  height: 103vw;
}
.HeroCarousel .slick-prev,
.HeroTile .slick-prev {
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
}
.HeroCarousel .slick-next,
.HeroTile .slick-next {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
.HeroCarousel .slick-dots button,
.HeroTile .slick-dots button {
  border-bottom-color: #ffffff;
}

.HeroTile {
  position: relative;
  width: 100%;
  background-color: #000;
  color: #FFF;
}

.HeroTile__image {
  width: auto;
  height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}

/*
  1: Match the tile's text indent.
*/
.HeroTile__banner {
  position: absolute;
  bottom: 50%;
  left: 0.625rem;
  /* 1 */
  z-index: 5;
  width: calc(60% - (10rem / 16));
  /* 1 */
}

/*
  1: The tile's text indent.
*/
.HeroTile__text {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 50%;
  padding-left: 0.625rem;
  /* 1 */
}

.HeroTile__title {
  margin: 0;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
}

.HeroTile__description {
  margin: .25em 0 0;
  font-size: 0.875rem;
}

.HeroTile__link {
  display: inline-block;
  margin-top: 1.5em;
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  font-family: "Futura LT W05 Bold", sans-serif;
  position: relative;
  transition: color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.HeroTile__link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .HeroTile__link:hover {
    color: #c2c2c2;
  }
  .HeroTile__link:hover:hover:after {
    background: #c2c2c2;
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
  .HeroTile__link:active {
    color: #5c2d91;
  }
  .HeroTile__link:active:after {
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
}

@media (min-width: 40.0625em) {
  .HeroCarousel,
  .HeroTile {
    height: 70vw;
  }

  /*
    1: Match the tile's text indent.
  */
  .HeroTile__banner {
    left: 5.625rem;
    /* 1 */
    width: calc(60% - (90rem / 16));
    /* 1 */
  }

  /*
    1: The tile's text indent.
  */
  .HeroTile__text {
    padding-left: 5.625rem;
    /* 1 */
  }

  .HeroTile__title {
    font-size: 1.5rem;
  }

  .HeroTile__description,
  .HeroTile__link {
    font-size: 1rem;
  }

  .HeroTile__link {
    margin-top: 3em;
  }
}
@media (min-width: 64.0625em) {
  .HeroCarousel,
  .HeroTile {
    height: 54vw;
  }

  /*
    1: Match the tile's text indent.
  */
  .HeroTile__banner {
    width: calc(50% - (90rem / 16));
    /* 1 */
  }

  .HeroTile__link {
    margin-top: 5em;
  }
}
@media (min-width: 75.0625em) {
  .HeroCarousel,
  .HeroTile {
    height: 40.3125rem;
  }
}
/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.ProductCallout {
  overflow: hidden;
  background-color: #000;
  text-align: center;
  white-space: nowrap;
  color: #FFF;
  font-size: 1.125rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  backface-visibility: hidden;
  font-family: "Futura LT W05 Bold", sans-serif;
}

.ProductCallout__link {
  display: block;
  height: 100vw;
}

@media (min-width: 40.0625em) {
  .ProductCallout__link {
    height: 70vw;
  }
}
@media (min-width: 64.0625em) {
  .ProductCallout__link {
    height: 100%;
    backface-visibility: hidden;
  }
}
.ProductCallout__link::before {
  content: "";
  display: block;
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(to right, #25A9DA 0, #25A9DA 50%, #1F8FB2 50%, #1F8FB2 100%);
  transition: transform .25s ease-in-out;
  -ms-transform-origin: center;
      transform-origin: center;
  backface-visibility: hidden;
}

.ProductCallout__image,
.ProductCallout__label {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  backface-visibility: hidden;
}

.ProductCallout__label {
  font-size: 1.125rem;
}

.ProductCallout__image {
  width: auto;
  height: calc(100% + 2px);
  border: 1px solid transparent;
}

@media (min-width: 40.0625em) {
  .ProductCallout__image {
    height: 120%;
  }

  .ProductCallout__link:hover::before, .ProductCallout__link:focus::before {
    transform: rotateZ(-90deg);
  }
}
@media (min-width: 64.0625em) {
  .ProductCallout__image {
    height: calc(100% + 2px);
  }
}
/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.GetTheLook__tile {
  position: relative;
  overflow: hidden;
  background-color: #000;
  color: #FFF;
}

.GetTheLook__header {
  position: relative;
  z-index: 5;
  min-height: 1em;
  padding: 1em 0.625rem;
  font-size: 1.125rem;
  transition: min-height .25s;
}

.GetTheLook__tile.is-open .GetTheLook__header {
  min-height: 9em;
}

/*
  1: This is in attempt to force titles to two lines, but it depends on what
     the words are to actually work. ¯\_(ツ)_/¯
 */
.GetTheLook__title {
  position: relative;
  z-index: 5;
  width: 5.5em;
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
}

.GetTheLook__tileToggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  overflow: hidden;
  background-color: transparent;
  text-indent: 150%;
  white-space: nowrap;
}

.GetTheLook__tileToggle:focus {
  outline: 0;
}

.GetTheLook__tileToggle::before,
.GetTheLook__tileToggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 2.3em;
  right: 1.25rem;
  width: 1.25rem;
  height: 0.125rem;
  background-color: #FFF;
  transition: transform .1s;
  -ms-transform-origin: center;
      transform-origin: center;
}

.GetTheLook__tileToggle::after {
  transform: rotateZ(90deg);
}

.GetTheLook__tile.is-open .GetTheLook__tileToggle::before {
  transform: rotateZ(-45deg);
}

.GetTheLook__tile.is-open .GetTheLook__tileToggle::after {
  transform: rotateZ(45deg);
}

.GetTheLook__imageWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Gradient overlay on images */
.GetTheLook__imageWrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 3.125rem rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9) 15%, transparent 40%);
}

.GetTheLook__image {
  width: calc(100% + 2px);
  height: auto;
  transition: all .5s;
  backface-visibility: hidden;
  border: 1px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 40.0625em) {
  .GetTheLook__tileToggle:hover + .GetTheLook__imageWrapper .GetTheLook__image,
  .GetTheLook__tileToggle:focus + .GetTheLook__imageWrapper .GetTheLook__image {
    -ms-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
  }
}

.GetTheLook__tile.is-open .GetTheLook__image.GetTheLook__image {
  -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
}

/* Details panel */
[class^="GetTheLook__details"] {
  position: relative;
  z-index: 5;
  max-height: 0;
  padding: 0 0.625rem;
  transition: max-height .4s;
}

.GetTheLook__tile.is-open [class^="GetTheLook__details"] {
  max-height: 30em;
}

.GetTheLook__productLink {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 5rem;
  transition: top .15s, opacity .25s;
}

.GetTheLook__product {
  display: block;
  width: 5rem;
}

.GetTheLook__tile.is-open .GetTheLook__productLink {
  top: -5.25rem;
  opacity: 1;
  transition: top .5s, opacity .1s;
}

.GetTheLook__productName {
  padding-top: 2em;
  margin: 0 0 0.25em 5.9375rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: "Futura LT W05 Bold", sans-serif;
}

/*
  1: This guarantees that if the description is one line, there's still room
     between the product image and the horizontal rule.
 */
.GetTheLook__productDescription {
  min-height: 2.5em;
  /* 1 */
  margin: 0 0 1.5em 5.9375rem;
  font-size: 1rem;
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
}

.GetTheLook__articlesHeader {
  padding-top: 2.5em;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
}

.GetTheLook__details-beachBlondeTheme .GetTheLook__articlesHeader,
.GetTheLook__details-hiImpactTheme .GetTheLook__articlesHeader,
.GetTheLook__details-sheerBlondeTheme .GetTheLook__articlesHeader {
  border-top-color: rgba(0, 0, 0, 0.25);
}

.GetTheLook__articlesList {
  padding: 0 0 1.5em;
  margin-bottom: 0;
  list-style: none;
  font-size: 1rem;
  white-space: pre-line;
}

.GetTheLook__article {
  margin-top: 1em;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  clear: both;
}
.GetTheLook__article:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000000;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
}
@media (min-width: 40.0625em) {
  .GetTheLook__article:hover:after {
    background: #4b4a4b;
    -ms-transform: scaleX(1);
        transform: scaleX(1);
  }
  .GetTheLook__article:active {
    color: #5c2d91;
  }
  .GetTheLook__article:active:after {
    -ms-transform: scaleX(1);
        transform: scaleX(1);
  }
}

@media (min-width: 40.0625em) {
  /* Theme-specific hover underline colors */
  .GetTheLook__details-frizzEaseTheme .GetTheLook__article:after, .GetTheLook__details-brilliantBrunetteTheme .GetTheLook__article:after, .GetTheLook__details-radiantRedTheme .GetTheLook__article:after {
    background-color: #ffffff;
  }

  .GetTheLook__details-frizzEaseTheme .GetTheLook__article:hover, .GetTheLook__details-brilliantBrunetteTheme .GetTheLook__article:hover,
  .GetTheLook__details-radiantRedTheme .GetTheLook__article:hover {
    color: #c2c2c2;
  }

  .GetTheLook__details-sheerBlondeTheme .GetTheLook__article:hover, .GetTheLook__details-hiImpactTheme .GetTheLook__article:hover {
    color: #4b4a4b;
  }

  .GetTheLook__header {
    font-size: 1.875rem;
  }

  .GetTheLook__header,
  [class^="GetTheLook__details"] {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .GetTheLook__tileToggle::before,
  .GetTheLook__tileToggle::after {
    right: 2.5rem;
    width: 2.5rem;
  }

  .GetTheLook__productLink, .GetTheLook__product {
    width: 6.875rem;
  }

  .GetTheLook__tile.is-open .GetTheLook__productLink {
    top: -7.25rem;
  }

  .GetTheLook__productName,
  .GetTheLook__productDescription {
    margin-left: 8.125rem;
  }

  .GetTheLook__productName {
    font-size: 1rem;
  }

  .GetTheLook__productDescription {
    font-size: 1.5rem;
  }

  .GetTheLook__articlesHeader {
    font-size: 0.75rem;
  }
}
@media (min-width: 64.0625em) {
  .GetTheLook {
    display: -ms-flexbox;
    display: flex;
  }

  .GetTheLook .ComponentIntroTile,
  .GetTheLook__tileWrapper {
    width: 50%;
  }

  .GetTheLook .ComponentIntroTile {
    padding-right: 1.25rem;
    text-align: right;
  }

  .GetTheLook .ComponentIntroTile__titleStart {
    margin-right: 4.8em;
  }

  .GetTheLook .ComponentIntroTile__description,
  .GetTheLook .ComponentIntroTile__title::after {
    margin-right: 0;
  }

  .GetTheLook__header {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 1.5rem;
  }

  .GetTheLook__tileToggle::before,
  .GetTheLook__tileToggle::after {
    top: 2.8em;
    right: 2rem;
    width: 2rem;
  }

  .GetTheLook__productLink, .GetTheLook__product {
    width: 5.9375rem;
  }

  .GetTheLook__tile.is-open .GetTheLook__productLink {
    top: -6.25rem;
  }

  .GetTheLook__productName,
  .GetTheLook__productDescription {
    margin-left: 7.1875rem;
  }

  .GetTheLook__productDescription {
    min-height: 1.9em;
  }
}
/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.AssociatedProducts > .ComponentIntroTile {
  background-position: 100% 30%;
  background-size: 120% auto;
}

/* Hardcode the horizontal offset in the component headline lockup. This is
100% dependent on the words used, so if the words change (or are translated),
these values need to be updated. */
.AssociatedProducts .ComponentIntroTile__titleStart {
  /* "in haute" */
  margin-right: 1em;
}

.AssociatedProducts__tileWrapper {
  overflow: hidden;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
}
.AssociatedProducts__tileWrapper .slick-prev {
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
}
.AssociatedProducts__tileWrapper .slick-next {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
.AssociatedProducts__tileWrapper .slick-dots button {
  border-bottom-color: #ffffff;
}
@media (min-width: 40.0625em) {
  .AssociatedProducts__tileWrapper {
    background: #000000;
  }
}

/*
  1: This intentionally overrides the theme's text color as defined in
     _text-styles.scss, since the background textures have a darkened version
     of the color that sits below the text.
*/
.AssociatedProducts__tile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 100%;
  padding: 2em 0.625rem 4em;
  overflow: hidden;
  color: #FFF;
  /* 1 */
}

.AssociatedProducts .slick-slide {
  width: calc(100vw);
}

/*
  Position the textured background image. This was super complicated to do,
  covering all the possible tile sizes.
  1. This is halfway down the product image.
  2: Since we're rotating the image, the height needs to be calculated off of
     the _width_ of the cell. The +1px is just to ensure that browser rounding
     doesn't create antialiased pixels at the edge.
  3: The translateX and translateY put the transform-origin point at the spot
     indicated by the top and left declarations.
  4: This point is halfway down the texture image along the color dividing line.
*/
.AssociatedProducts__background {
  position: absolute;
  top: 9.6875rem;
  /* 1 */
  left: 50%;
  height: 100%;
  /* 2 */
  transform: translateX(-40%) translateY(-50%) rotateZ(90deg);
  /* 3 */
  -ms-transform-origin: 40% 50%;
      transform-origin: 40% 50%;
  /* 4 */
}

.AssociatedProducts__image {
  position: relative;
  z-index: 5;
  width: 8.125rem;
  height: auto;
  margin: 0 auto;
}

.AssociatedProducts__text {
  position: relative;
  z-index: 5;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
}

.AssociatedProducts__name {
  margin: 1em 0 0;
  font-size: 0.875rem;
  font-family: "Futura LT W05 Bold", sans-serif;
}

.AssociatedProducts__description {
  max-width: 15em;
  margin: 0 auto;
}

@media (min-width: 40.0625em) {
  .AssociatedProducts > .ComponentIntroTile {
    background-position: 100% 10%;
    background-size: auto 140%;
  }

  .AssociatedProducts__tileWrapper {
    text-align: left;
  }

  /*
    1: product img left margin + container left padding + 1/2 product img width
  */
  .AssociatedProducts__background {
    top: 0;
    left: calc(23% + (10rem / 16) + ((175rem / 16) / 2));
    /* 1 */
    height: 101%;
    -ms-transform: translateX(-40%);
        transform: translateX(-40%);
  }

  .AssociatedProducts__image {
    width: 10.9375rem;
    margin-left: 23%;
  }

  .AssociatedProducts__text {
    position: absolute;
    top: 50%;
    left: 60%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }

  .AssociatedProducts__name,
  .AssociatedProducts__description {
    margin: 0;
  }
}
@media (min-width: 64.0625em) {
  .AssociatedProducts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .AssociatedProducts > .ComponentIntroTile {
    width: 50%;
    padding-left: 1.25rem;
    background-position: 100% 0;
    background-size: 100% auto;
    text-align: left;
  }

  .AssociatedProducts .ComponentIntroTile__titleStart {
    /* "in haute" */
    margin-left: 1.7em;
  }

  .AssociatedProducts .ComponentIntroTile__description,
  .AssociatedProducts .ComponentIntroTile__title::after {
    margin-left: 0;
  }

  .AssociatedProducts__tileWrapper {
    display: block;
    width: 50%;
  }

  /*
    1: Adjust this value to affect the closed height of the product tiles.
  */
  .AssociatedProducts__tile {
    width: 100%;
    max-height: 12.5rem;
    /* 1 */
    padding-top: .5em;
    padding-bottom: 2em;
    transition: all .25s ease-in-out;
  }

  .AssociatedProducts__tile:hover,
  .AssociatedProducts__tile:hover,
  .AssociatedProducts__tile:focus,
  .AssociatedProducts__tile:focus {
    max-height: 25rem;
    padding-top: 2em;
  }

  /*
    1: Match the max-height of the tile when opened so the texture doesn't scale
       on rollover/focus.
  */
  .AssociatedProducts__background {
    top: 50%;
    left: calc(10% + (10rem / 16) + ((170rem / 16) / 2));
    height: 25rem;
    /* 1 */
    -ms-transform: translateX(-40%) translateY(-50%);
        transform: translateX(-40%) translateY(-50%);
  }

  .AssociatedProducts__image {
    width: 10.625rem;
    margin-left: 10%;
  }

  .AssociatedProducts__text {
    left: 55%;
  }
}
/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.ArticleCalloutGroup {
  margin-top: 1rem;
}

[class^="ArticleCallout-"] {
  position: relative;
  overflow: hidden;
  background-color: #4B4A4B;
  color: #FFF;
}

[class^="ArticleCallout-"] + [class^="ArticleCallout-"] {
  margin-top: 0.25rem;
}

.ArticleCallout__link {
  display: block;
  height: 100%;
  backface-visibility: hidden;
}
.ArticleCallout__link .articleLinkBackgroundOverlay {
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s;
  z-index: 2;
}

.ArticleCalloutGroup .ComponentIntroTile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.ArticleCalloutGroup .ComponentIntroTile .ComponentIntroTileInside {
  width: 100%;
}

.ArticleCallout-small .ArticleCallout__imageWrapper {
  backface-visibility: hidden;
  position: relative;
}

/*  Centers the image at a 10:8 ratio.
    Edges are cropped by the above overflow:hidden. */
.ArticleCallout__image {
  width: auto;
  height: 80vw;
  margin-left: 50%;
  transition: all .5s;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  backface-visibility: hidden;
}
@media (min-width: 40.0625em) {
  .ArticleCallout__image {
    border: 1px solid transparent;
  }
}

.ArticleCallout__text {
  padding: 0.625rem;
  z-index: 10;
  position: relative;
}

.ArticleCallout-large .ArticleCallout__text {
  background-color: #000;
}

.ArticleCallout__tag,
.ArticleCallout__title {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
}

.ArticleCallout__tag {
  position: relative;
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

.ArticleCallout-small .ArticleCallout__tag {
  margin-top: 6em;
}

.ArticleCallout__title {
  position: relative;
  margin: 1em 0 0.875rem;
  font-size: 1.5rem;
}

.ArticleCallout-small .ArticleCallout__title::before {
  content: "";
  position: absolute;
  top: 100%;
  display: block;
  width: 1.25rem;
  height: 1px;
  margin-top: .75em;
  background-color: #FFF;
}

.ArticleCallout-small .ArticleCallout__title {
  margin-top: 0.75rem;
}
.ArticleCallout-small .ArticleCallout__title:after {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ArticleCallout__cta {
  margin: 0.875rem 0;
  font-size: 1.125rem;
}

.ArticleCallout__title.u-ctaArrow::after,
.ArticleCallout__cta.u-ctaArrow::after {
  border-color: #C53391;
}

.ArticleCallout__preview {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.4;
  padding-top: 0;
  transition: max-height .5s, padding .5s, opacity .5s;
  display: block;
  box-sizing: border-box;
  transform: translateZ(0);
  opacity: 0;
}

/* complex article hover states */
@media (min-width: 40.0625em) {
  [class^="ArticleCallout-"]:hover .articleLinkBackgroundOverlay, [class*=" ArticleCallout-"]:hover .articleLinkBackgroundOverlay {
    opacity: 0;
  }
}

@media (min-width: 40.0625em) {
  .ArticleCallout-small:hover .u-ctaArrow:after {
    transform: translateX(0.25em) rotateZ(45deg);
  }
}

@media (min-width: 40.0625em) {
  .ArticleCalloutGroup {
    margin-top: 1.125rem;
  }

  /* Small article tiles */
  .ArticleCallout-small .ArticleCallout__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .ArticleCallout-small .ArticleCallout__imageWrapper,
  .ArticleCallout-small .ArticleCallout__text {
    position: relative;
    width: 50%;
    height: 40vw;
    overflow: hidden;
  }

  .ArticleCallout__link:hover .ArticleCallout__preview, .ArticleCallout__link:focus .ArticleCallout__preview {
    max-height: 10em;
    padding-bottom: 1em;
    transition: max-height .5s, padding .2s, opacity .5s;
    opacity: 1;
  }

  /*
    1: Depending on browser rounding, 100% was showing some half-pixel aliasing
       at the edges, so bumped to 101%.
  */
  .ArticleCallout-small .ArticleCallout__image {
    height: calc(100% + 2px);
    /* 1 */
    margin-left: 0;
    -ms-transform: scale(1);
        transform: scale(1);
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
  }

  .ArticleCallout-small .ArticleCallout__tag {
    position: absolute;
    bottom: 0;
  }

  /* Large article tiles */
  .ArticleCallout-large {
    height: 65vw;
  }

  /*
    1: Depending on browser rounding, 100% was showing some half-pixel aliasing
       at the edges, so bumped to 101%.
  */
  .ArticleCallout-large .ArticleCallout__image {
    height: calc(100% + 2px);
    /* 1 */
    margin-left: 0;
    -ms-transform: scale(1);
        transform: scale(1);
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
  }

  .ArticleCallout-large .ArticleCallout__text {
    position: absolute;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
    z-index: 10;
    padding: 1.25rem 0.9375rem;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .ArticleCallout-large .ArticleCallout__tag {
    margin-top: 0;
  }

  .ArticleCallout-large .ArticleCallout__title {
    margin: 0;
    font-size: 1.125rem;
  }

  .ArticleCallout-large .ArticleCallout__cta {
    margin: 0.625rem 0 0;
    font-size: 0.875rem;
  }

  .ArticleCallout__link:hover .ArticleCallout__preview,
  .ArticleCallout__link:focus .ArticleCallout__preview {
    padding: 1em 0 0;
  }

  .ArticleCallout__link:hover .ArticleCallout__image,
  .ArticleCallout__link:focus .ArticleCallout__image {
    -ms-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
  }
}
@media (min-width: 64.0625em) {
  .ArticleCalloutGroup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.1875rem;
  }

  .ArticleCalloutGroup .ComponentIntroTile,
  .ArticleCalloutGroup [class^="ArticleCallout-"] {
    width: 50%;
  }

  [class^="ArticleCallout-"] + [class^="ArticleCallout-"] {
    margin-top: 0;
  }

  .ArticleCallout-large {
    height: 42vw;
  }

  .ArticleCallout-small .ArticleCallout__imageWrapper,
  .ArticleCallout-small .ArticleCallout__text {
    height: 20vw;
  }

  .ArticleCallout__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 75.0625em) {
  .ArticleCallout-large {
    height: 31.5rem;
  }

  .ArticleCallout-small .ArticleCallout__imageWrapper,
  .ArticleCallout-small .ArticleCallout__text {
    height: 15rem;
  }
}
/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
/* Hardcode the horizontal offset in the component headline lockup. This is
100% dependent on the words used, so if the words change (or are translated),
these values need to be updated. */
.LookGallery .ComponentIntroTile__titleStart {
  /* "get" */
  margin-right: 3.6em;
}

.LookGallery .ComponentIntroTile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.LookGallery .ComponentIntroTile .ComponentIntroTileInside {
  max-width: 100%;
}

.LookGallery__tileWrapper {
  position: relative;
  margin-top: 0.125rem;
  overflow: hidden;
  color: #FFF;
}
.LookGallery__tileWrapper .slick-prev {
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
}
.LookGallery__tileWrapper .slick-next {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
.LookGallery__tileWrapper .slick-dots button {
  border-bottom-color: #ffffff;
}

.LookGallery__tile {
  width: 100%;
  font-size: 1rem;
}

.LookGallery__imageWrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.LookGallery__image {
  height: calc(100% + 2px);
  transition: all .35s ease-in-out;
  backface-visibility: hidden;
  border: 1px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 40.0625em) {
  .LookGallery__tile:hover .LookGallery__image,
  .LookGallery__tile:focus .LookGallery__image {
    -ms-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
  }
}

.LookGallery__imageInfo {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  padding: 0.625rem;
}

.LookGallery__pinIt {
  float: right;
  padding: .25em;
  border: 0;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 0.625rem;
  text-transform: uppercase;
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
}
@media (min-width: 64.0625em) {
  .LookGallery__pinIt {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

.LookGallery__pinLogo {
  display: inline-block !important;
  width: 1.0625rem;
  height: 1.0625rem;
  margin-top: -3px;
}
@media (min-width: 64.0625em) {
  .LookGallery__pinLogo {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -5px;
  }
}

.LookGallery__lookName {
  margin: 0;
  font-weight: 400;
  font-size: 0.875rem;
  float: left;
}
@media (min-width: 64.0625em) {
  .LookGallery__lookName {
    margin-top: 10px;
  }
}

.LookGallery__info {
  position: relative;
  background-color: #000;
  transition: all .35s ease-in-out;
}
@media (min-width: 64.0625em) {
  .LookGallery__info {
    max-height: 0;
    opacity: 0;
  }
}

.LookGallery__infoInside {
  transition: all .40s ease-in-out;
  display: block;
  position: relative;
  width: 100%;
  backface-visibility: hidden;
  padding: 0.625rem;
}
@media (min-width: 64.0625em) {
  .LookGallery__infoInside {
    -ms-transform: translateY(75%);
        transform: translateY(75%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
  }
}

.LookGallery__productList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.LookGallery__productPrompt {
  margin: 0 0 .5em;
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
}
.LookGallery__productPrompt br {
  display: none;
}
@media (min-width: 64.0625em) {
  .LookGallery__productPrompt br {
    display: block;
  }
}

.LookGallery__tile:hover .LookGallery__info,
.LookGallery__tile:focus .LookGallery__info {
  overflow: visible;
  max-height: 10em;
  opacity: 1;
}

.LookGallery__tile:hover .LookGallery__infoInside,
.LookGallery__tile:focus .LookGallery__infoInside {
  -ms-transform: translateY(0%);
      transform: translateY(0%);
  transition: all .30s ease-in-out;
}

.LookGallery__product {
  display: inline-block;
}

.LookGallery .slick-prev,
.LookGallery .slick-next {
  top: 47vw;
}

@media (min-width: 40.0625em) {
  .LookGallery__tile {
    width: 50%;
    border: 1px solid #FFF;
    border-top: 0;
    border-bottom: 0;
  }

  .LookGallery .slick-prev,
  .LookGallery .slick-next {
    top: 24vw;
  }
}
@media (min-width: 64.0625em) {
  .LookGallery {
    display: -ms-flexbox;
    display: flex;
  }

  .LookGallery .ComponentIntroTile {
    width: 50%;
    border-right: 1px solid #FFF;
  }

  .LookGallery__tileWrapper {
    width: 50%;
    border-left: 1px solid #FFF;
    margin-top: 0;
  }

  .LookGallery__tile {
    position: relative;
    width: 100%;
    margin: 0;
  }

  .LookGallery__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .LookGallery__productPrompt {
    width: 6em;
    margin: 0 .5em;
  }

  .LookGallery .slick-prev,
  .LookGallery .slick-next {
    top: 50%;
  }
}
/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.Promo {
  padding: 1em 3em 1em 1em;
  background-color: #5C2D91;
  color: #FFF;
  transition: all .1s;
}

.Promo.is-dismissed {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.Promo__text {
  margin: 0;
  font-size: 0.625rem;
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
}

.Promo__prompt {
  text-transform: uppercase;
  font-family: "Futura LT W05 Bold", sans-serif;
}

.Promo__link {
  font-style: italic;
  font-family: "Georgia", serif;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .Promo__link:hover {
    color: #c2c2c2;
  }
}

.Promo__dismiss {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 1em;
  height: 1em;
  padding: 0;
  border: 0;
  overflow: hidden;
  background-color: transparent;
  text-indent: 150%;
  white-space: nowrap;
}

.Promo__dismiss::before,
.Promo__dismiss::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1rem;
  height: 0.0625rem;
  background-color: #FFF;
  -ms-transform-origin: center;
      transform-origin: center;
  transition: transform .1s;
}

.Promo__dismiss::before {
  transform: rotateZ(-45deg);
}

.Promo__dismiss::after {
  transform: rotateZ(45deg);
}

.Promo__dismiss:hover::before,
.Promo__dismiss:focus::before {
  transform: rotateZ(-135deg);
}

.Promo__dismiss:hover::after,
.Promo__dismiss:focus::after {
  transform: rotateZ(-45deg);
}

@media (min-width: 40.0625em) {
  .Promo {
    padding-left: 3em;
    text-align: center;
  }
}
/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.MuseArticleCallout__wrapper {
  padding: 0 1em;
}

.MuseArticleCallout__textInside {
  padding: 2em 0;
}
.MuseArticleCallout__textInside p {
  font-family: "Bodoni Svntytwo ITC W05 Book I";
  position: relative;
  text-align: center;
}

.MuseArticleCallout__title {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  position: relative;
  font-size: 3.75rem;
  text-align: center;
  margin: 0 0 .25em 0;
}
.MuseArticleCallout__title:after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1px;
  background: #000000;
  margin: 1.3875rem auto 1.625rem;
}
@media (min-width: 40.0625em) {
  .MuseArticleCallout__title {
    font-size: 4.5rem;
  }
}
@media (min-width: 64.0625em) {
  .MuseArticleCallout__title {
    font-size: 6rem;
  }
}

.MuseArticleCallout__titlePreTitle {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 0.250em;
  letter-spacing: 0.050em;
  position: absolute;
  bottom: 85%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  text-transform: uppercase;
}

.MuseArticleCallout__socialIcon {
  opacity: 0;
  display: block;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 4;
  width: 1.875rem;
  height: 1.875rem;
  overflow: hidden;
  border-radius: 1.25rem;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transform: translateX(5px);
      transform: translateX(5px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border: 1px solid transparent;
}
.MuseArticleCallout__socialIcon:nth-child(1) {
  transition-delay: 0.15s;
}
.MuseArticleCallout__socialIcon:nth-child(2) {
  top: calc(1.5em + 1.875rem);
  transition-delay: 0.10s;
}
.MuseArticleCallout__socialIcon:nth-child(3) {
  top: calc(2em + 3.75rem);
  transition-delay: 0.05s;
}
.MuseArticleCallout__socialIcon:nth-child(4) {
  top: calc(2.5em + 5.625rem);
  transition-delay: 0s;
}
.MuseArticleCallout__socialIcon:after {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  content: "";
  background-size: 100% 100%;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .MuseArticleCallout__socialIcon:hover {
    background: #000000;
  }
}

@media (min-width: 40.0625em) {
  .MuseArticleCallout__socialIconFacebook:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/facebook-footer.svg);
  }
  .MuseArticleCallout__socialIconFacebook:hover:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/facebook.svg);
  }
}

@media (min-width: 40.0625em) {
  .MuseArticleCallout__socialIconTwitter:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/twitter-footer.svg);
  }
  .MuseArticleCallout__socialIconTwitter:hover:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/twitter.svg);
  }
}

.MuseArticleCallout__socialIconPinterest:after {
  width: 70%;
  height: 70%;
  top: 15%;
  left: 15%;
}
@media (min-width: 40.0625em) {
  .MuseArticleCallout__socialIconPinterest:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/pinterest-footer.svg);
  }
  .MuseArticleCallout__socialIconPinterest:hover:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/pinterest.svg);
  }
}

@media (min-width: 40.0625em) {
  .MuseArticleCallout__socialIconEmail:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/mail-black.svg);
  }
  .MuseArticleCallout__socialIconEmail:hover:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/mail.svg);
  }
}

.MuseArticleCallout__articleWrapper {
  position: relative;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.MuseArticleCallout__articleWrapper .MuseArticleCallout__link {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
}
.MuseArticleCallout__articleWrapper .MuseArticleCallout__link .articleLinkBackgroundOverlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.MuseArticleCallout__articleWrapper .MuseArticleCallout__link .MuseArticleCallout__image {
  z-index: 2;
  max-width: 100%;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.MuseArticleCallout__articleWrapper .MuseArticleCallout__link .MuseArticleCallout__category {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 6.5em;
  font-size: 0.875rem;
  padding: 0 0 0 0.925rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  color: #ffffff;
}
@media (min-width: 40.0625em) {
  .MuseArticleCallout__articleWrapper .MuseArticleCallout__link .MuseArticleCallout__articleTitle, .MuseArticleCallout__articleWrapper .MuseArticleCallout__link .MuseArticleCallout__articleDescription {
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .MuseArticleCallout__articleWrapper .MuseArticleCallout__link .MuseArticleCallout__category {
    bottom: 8em;
  }
}
@media (min-width: 64.0625em) {
  .MuseArticleCallout__articleWrapper .MuseArticleCallout__link .MuseArticleCallout__category {
    bottom: 9em;
  }
}
@media (min-width: 40.0625em) {
  .MuseArticleCallout__articleWrapper:hover {
    color: #989898;
  }
  .MuseArticleCallout__articleWrapper:hover .articleLinkBackgroundOverlay {
    opacity: 0;
  }
  .MuseArticleCallout__articleWrapper:hover .MuseArticleCallout__articleTitle, .MuseArticleCallout__articleWrapper:hover .MuseArticleCallout__articleDescription {
    color: #989898;
  }
  .MuseArticleCallout__articleWrapper:hover .MuseArticleCallout__articleTitle:after, .MuseArticleCallout__articleWrapper:hover .MuseArticleCallout__articleDescription:after {
    transform: translateX(0.25em) rotateZ(45deg);
  }
  .MuseArticleCallout__articleWrapper:hover .MuseArticleCallout__image {
    -ms-transform: scale(1.025);
        transform: scale(1.025);
  }
}

@media (min-width: 40.0625em) {
  .MuseArticleCallout__articleWrapper:hover .MuseArticleCallout__socialIcon {
    opacity: 1;
    -ms-transform: translateX(0);
        transform: translateX(0);
    transition-delay: 0s;
  }
  .MuseArticleCallout__articleWrapper:hover .MuseArticleCallout__socialIcon:nth-child(2) {
    transition-delay: 0.05s;
  }
  .MuseArticleCallout__articleWrapper:hover .MuseArticleCallout__socialIcon:nth-child(3) {
    transition-delay: 0.1s;
  }
  .MuseArticleCallout__articleWrapper:hover .MuseArticleCallout__socialIcon:nth-child(4) {
    transition-delay: 0.15s;
  }
  .MuseArticleCallout__articleWrapper:hover .MuseArticleCallout__socialIcon:hover {
    transition-delay: 0s;
  }
}

@media (min-width: 40.0625em) {
  .MuseArticleCallout__articleWrapper.hovered .MuseArticleCallout__socialIcon {
    transition-delay: 0s !important;
  }
}

.MuseArticleCallout__textOverlay {
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  background-color: #000000;
  color: #ffffff;
}
.MuseArticleCallout__textOverlay .MuseArticleCallout__articleTitle {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
  font-size: 1.15rem;
  text-transform: uppercase;
}
.MuseArticleCallout__textOverlay .MuseArticleCallout__articleTitle:after {
  border-color: #C53391;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .MuseArticleCallout__textOverlay .MuseArticleCallout__articleTitle {
    font-size: 1.5rem;
  }
}
.MuseArticleCallout__textOverlay .MuseArticleCallout__articleDescription {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  font-size: 1rem;
}
@media (min-width: 40.0625em) {
  .MuseArticleCallout__textOverlay .MuseArticleCallout__articleDescription {
    font-size: 1.25rem;
  }
}
@media (min-width: 40.0625em) {
  .MuseArticleCallout__textOverlay {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@media (min-width: 64.0625em) {
  .MuseArticleCallout__textOverlay {
    position: absolute;
    width: calc(100% - 20px);
    margin-top: 0;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
    -ms-transform: none;
        transform: none;
  }
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.ActivationCallout {
  padding-top: 2em;
}

.ActivationCallout__Wrapper {
  background-size: cover;
  position: relative;
  height: 80vw;
}
@media (min-width: 40.0625em) {
  .ActivationCallout__Wrapper {
    height: 70vw;
  }
}
@media (min-width: 64.0625em) {
  .ActivationCallout__Wrapper {
    height: 55vw;
  }
}
@media (min-width: 75.0625em) {
  .ActivationCallout__Wrapper {
    height: 50vw;
  }
}

.ActivationCallout__heroBanner {
  position: absolute;
  bottom: 50%;
  left: 0.625rem;
  z-index: 5;
  width: calc(60% - (10rem / 16));
}
@media (min-width: 40.0625em) {
  .ActivationCallout__heroBanner {
    left: 2.025rem;
  }
}
@media (min-width: 64.0625em) {
  .ActivationCallout__heroBanner {
    left: 5.625rem;
    width: calc(50% - (90rem / 16));
  }
}

.ActivationCallout__text {
  position: absolute;
  top: 50%;
  padding-left: 0.625rem;
  z-index: 5;
  width: 50%;
}
@media (min-width: 40.0625em) {
  .ActivationCallout__text {
    padding-left: 2.025rem;
  }
}
@media (min-width: 64.0625em) {
  .ActivationCallout__text {
    padding-left: 5.625rem;
  }
}
.ActivationCallout__text .ActivationCallout__description {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0;
}
@media (min-width: 40.0625em) {
  .ActivationCallout__text .ActivationCallout__description {
    font-size: 1.5rem;
  }
}
.ActivationCallout__text .ActivationCallout__link {
  font-family: "Futura LT W05 Bold", sans-serif;
  position: relative;
  display: inline-block;
  margin-top: 1.5em;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #ffffff;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ActivationCallout__text .ActivationCallout__link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .ActivationCallout__text .ActivationCallout__link {
    margin-top: 3em;
  }
  .ActivationCallout__text .ActivationCallout__link:hover {
    color: #c2c2c2;
  }
  .ActivationCallout__text .ActivationCallout__link:hover:hover:after {
    background: #4b4a4b;
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.MuseTopFive__title {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  font-size: 1.85rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1.75em;
}
.MuseTopFive__title:after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1px;
  background: #000000;
  margin: 1.3875rem auto 1.625rem;
}
@media (min-width: 40.0625em) {
  .MuseTopFive__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 64.0625em) {
  .MuseTopFive__title {
    font-size: 2.5rem;
    text-align: left;
    margin-left: 10%;
  }
  .MuseTopFive__title:after {
    margin: 1.3875rem 0.5rem 0.625rem;
  }
}

@media (min-width: 64.0625em) {
  .MuseTopFive__contentWrapper {
    float: left;
    width: 50%;
  }
}
.MuseTopFive__contentWrapper ol {
  font-family: "Georgia", serif;
  counter-reset: li;
  margin: 0 auto;
  padding: 0;
  width: 75%;
}
.MuseTopFive__contentWrapper ol li {
  position: relative;
  list-style: none;
  padding: 0 0 0 2.25em;
  line-height: 1.44444;
  margin-bottom: 1.66667rem;
}
.MuseTopFive__contentWrapper ol li:before {
  color: #000000;
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0.1em;
  box-sizing: border-box;
  width: 1.75em;
  height: 1.75em;
  border-radius: 100%;
  text-align: center;
  line-height: 1.5em;
  border: 1px solid #000000;
  font-size: 0.88889rem;
}
.MuseTopFive__contentWrapper ol li .MuseTopFive__topFiveLink {
  display: block;
}
.MuseTopFive__contentWrapper ol li .MuseTopFive__topFiveLink:after {
  border-color: #C53391;
}

.MuseTopFive__socialIcon {
  opacity: 0;
  display: block;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 4;
  width: 1.875rem;
  height: 1.875rem;
  overflow: hidden;
  border-radius: 1.25rem;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transform: translateX(5px);
      transform: translateX(5px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border: 1px solid transparent;
}
.MuseTopFive__socialIcon:nth-child(1) {
  transition-delay: 0.15s;
}
.MuseTopFive__socialIcon:nth-child(2) {
  top: calc(1.5em + 1.875rem);
  transition-delay: 0.10s;
}
.MuseTopFive__socialIcon:nth-child(3) {
  top: calc(2em + 3.75rem);
  transition-delay: 0.05s;
}
.MuseTopFive__socialIcon:nth-child(4) {
  top: calc(2.5em + 5.625rem);
  transition-delay: 0s;
}
.MuseTopFive__socialIcon:after {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  content: "";
  background-size: 100% 100%;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .MuseTopFive__socialIcon:hover {
    background: #000000;
  }
}
@media (min-width: 64.0625em) {
  .MuseTopFive__socialIcon {
    right: 1.5em;
  }
}

@media (min-width: 40.0625em) {
  .MuseTopFive__socialIconFacebook:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/facebook-footer.svg);
  }
  .MuseTopFive__socialIconFacebook:hover:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/facebook.svg);
  }
}

@media (min-width: 40.0625em) {
  .MuseTopFive__socialIconTwitter:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/twitter-footer.svg);
  }
  .MuseTopFive__socialIconTwitter:hover:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/twitter.svg);
  }
}

.MuseTopFive__socialIconPinterest:after {
  width: 70%;
  height: 70%;
  top: 15%;
  left: 15%;
}
@media (min-width: 40.0625em) {
  .MuseTopFive__socialIconPinterest:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/pinterest-footer.svg);
  }
  .MuseTopFive__socialIconPinterest:hover:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/pinterest.svg);
  }
}

@media (min-width: 40.0625em) {
  .MuseTopFive__socialIconEmail:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/mail-black.svg);
  }
  .MuseTopFive__socialIconEmail:hover:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/mail.svg);
  }
}

.MuseTopFive__articleWrapper {
  position: relative;
  padding: 1em 1em 0;
}
.MuseTopFive__articleWrapper .MuseTopFive__articleLink {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.MuseTopFive__articleWrapper .MuseTopFive__articleLink .MuseTopFive__overlayWrap {
  position: relative;
  overflow: hidden;
}
.MuseTopFive__articleWrapper .MuseTopFive__articleLink .MuseTopFive__overlayWrap .articleLinkBackgroundOverlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.MuseTopFive__articleWrapper .MuseTopFive__articleLink .MuseTopFive__overlayWrap .MuseTopFive__image {
  max-width: 100%;
  z-index: 2;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.MuseTopFive__articleWrapper .MuseTopFive__articleLink .MuseTopFive__overlayWrap .MuseTopFive__category {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  position: absolute;
  left: 0;
  bottom: 5%;
  padding: 0 0 0 0.925rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  color: #ffffff;
}
@media (min-width: 40.0625em) {
  .MuseTopFive__articleWrapper {
    width: 75%;
    padding: 0;
    margin: 0 auto;
  }
  .MuseTopFive__articleWrapper:hover .MuseTopFive__overlayWrap .articleLinkBackgroundOverlay {
    opacity: 0;
  }
  .MuseTopFive__articleWrapper:hover .MuseTopFive__articleTitle {
    color: #989898;
  }
  .MuseTopFive__articleWrapper:hover .MuseTopFive__articleTitle:after {
    transform: translateX(0.25em) rotateZ(45deg);
  }
  .MuseTopFive__articleWrapper:hover .MuseTopFive__image {
    -ms-transform: scale(1.025);
        transform: scale(1.025);
  }
}
@media (min-width: 64.0625em) {
  .MuseTopFive__articleWrapper {
    padding: 0 1em;
    float: right;
    width: 50%;
  }
}

@media (min-width: 40.0625em) {
  .MuseTopFive__articleWrapper:hover .MuseTopFive__socialIcon {
    opacity: 1;
    -ms-transform: translateX(0);
        transform: translateX(0);
    transition-delay: 0s;
  }
  .MuseTopFive__articleWrapper:hover .MuseTopFive__socialIcon:nth-child(2) {
    transition-delay: 0.05s;
  }
  .MuseTopFive__articleWrapper:hover .MuseTopFive__socialIcon:nth-child(3) {
    transition-delay: 0.1s;
  }
  .MuseTopFive__articleWrapper:hover .MuseTopFive__socialIcon:nth-child(4) {
    transition-delay: 0.15s;
  }
  .MuseTopFive__articleWrapper:hover .MuseTopFive__socialIcon:hover {
    transition-delay: 0s;
  }
}

@media (min-width: 40.0625em) {
  .MuseTopFive__articleWrapper.hovered .MuseTopFive__socialIcon {
    transition-delay: 0s !important;
  }
}

.MuseTopFive__textOverlay {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  position: relative;
}
.MuseTopFive__textOverlay .MuseTopFive__articleTitle {
  margin: 20px 0 30px;
}
.MuseTopFive__textOverlay .MuseTopFive__articleTitle:after {
  border-color: #C53391;
}
@media (min-width: 40.0625em) {
  .MuseTopFive__textOverlay .MuseTopFive__articleTitle {
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .MuseTopFive__textOverlay .MuseTopFive__articleTitle:after {
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.MuseArticleGallery__filterWrap {
  height: 5vw;
  display: block;
  margin-bottom: 6.5em;
}
.MuseArticleGallery__filterWrap h2 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #707070;
  font-style: italic;
  font-weight: normal;
  font-size: 0.6875rem;
  letter-spacing: 0.075em;
}
@media (min-width: 40.0625em) {
  .MuseArticleGallery__filterWrap h2 {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    margin: 0 0 0 2.75em;
  }
}
@media (min-width: 64.0625em) {
  .MuseArticleGallery__filterWrap h2 {
    font-size: 0.75rem;
    margin: 0;
  }
}
@media (min-width: 40.0625em) {
  .MuseArticleGallery__filterWrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    margin: 2em auto;
    max-width: 42rem;
  }
}
@media (min-width: 64.0625em) {
  .MuseArticleGallery__filterWrap {
    max-width: none;
  }
}

.MuseArticleGallery__filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  clear: both;
  padding: 0 1em;
  margin: 1em auto 0;
  text-transform: uppercase;
  overflow-x: auto;
}
.MuseArticleGallery__filters li:first-child > a {
  padding: 0.75em;
}
.MuseArticleGallery__filters .MuseArticleGallery__filter {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  -ms-flex: 1 0 0%;
      flex: 1 0 0%;
  font-size: 0.65rem;
  width: 100%;
  display: block;
  clear: both;
  padding: 0;
  margin: 0;
  list-style: none;
  text-transform: uppercase;
  margin: 0 0.25em;
}
.MuseArticleGallery__filters .MuseArticleGallery__filter a {
  text-align: center;
  color: #989898;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  padding: 1.4em 0.25em;
  width: 100%;
  display: block;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.MuseArticleGallery__filters .MuseArticleGallery__filter a span {
  display: block;
}
@media (min-width: 40.0625em) {
  .MuseArticleGallery__filters .MuseArticleGallery__filter a span {
    display: inline;
  }
}
@media (min-width: 40.0625em) {
  .MuseArticleGallery__filters .MuseArticleGallery__filter a {
    padding: 0.75em;
  }
  .MuseArticleGallery__filters .MuseArticleGallery__filter a:hover {
    color: #ffffff;
    background: #707070;
    border: 1px solid #707070;
  }
}
@media (min-width: 64.0625em) {
  .MuseArticleGallery__filters .MuseArticleGallery__filter a {
    padding: .5em 0.25em;
  }
}
.MuseArticleGallery__filters .MuseArticleGallery__filter.active a {
  color: #ffffff;
  background: #707070;
  border: 1px solid #707070;
}
@media (min-width: 64.0625em) {
  .MuseArticleGallery__filters .MuseArticleGallery__filter {
    font-size: 0.875rem;
  }
}
@media (min-width: 40.0625em) {
  .MuseArticleGallery__filters {
    -ms-flex: 2 0 10%;
        flex: 2 0 10%;
    padding: 0;
    margin: 0 3.5em 0 0;
  }
}
@media (min-width: 64.0625em) {
  .MuseArticleGallery__filters {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    margin: 0 20% 0 -15%;
  }
  .MuseArticleGallery__filters li:first-child > a {
    padding: .5em 0.25em;
  }
}

.MuseArticleGallery__articleGalleryWrapper {
  padding: 0 1em;
  display: block;
  clear: both;
}
.MuseArticleGallery__articleGalleryWrapper .MuseArticleGallery__gridGallery {
  display: block;
  clear: both;
  width: 100%;
}

.MuseArticleGallery__socialIcon {
  opacity: 0;
  display: block;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 4;
  width: 1.875rem;
  height: 1.875rem;
  overflow: hidden;
  border-radius: 1.25rem;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transform: translateX(5px);
      transform: translateX(5px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border: 1px solid transparent;
}
.MuseArticleGallery__socialIcon:nth-child(1) {
  transition-delay: 0.15s;
}
.MuseArticleGallery__socialIcon:nth-child(2) {
  top: calc(1.5em + 1.875rem);
  transition-delay: 0.10s;
}
.MuseArticleGallery__socialIcon:nth-child(3) {
  top: calc(2em + 3.75rem);
  transition-delay: 0.05s;
}
.MuseArticleGallery__socialIcon:nth-child(4) {
  top: calc(2.5em + 5.625rem);
  transition-delay: 0s;
}
.MuseArticleGallery__socialIcon:after {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  content: "";
  background-size: 100% 100%;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .MuseArticleGallery__socialIcon:hover {
    background: #000000;
  }
}

@media (min-width: 40.0625em) {
  .MuseArticleGallery__socialIconFacebook:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/facebook-footer.svg);
  }
  .MuseArticleGallery__socialIconFacebook:hover:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/facebook.svg);
  }
}

@media (min-width: 40.0625em) {
  .MuseArticleGallery__socialIconTwitter:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/twitter-footer.svg);
  }
  .MuseArticleGallery__socialIconTwitter:hover:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/twitter.svg);
  }
}

.MuseArticleGallery__socialIconPinterest:after {
  width: 70%;
  height: 70%;
  top: 15%;
  left: 15%;
}
@media (min-width: 40.0625em) {
  .MuseArticleGallery__socialIconPinterest:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/pinterest-footer.svg);
  }
  .MuseArticleGallery__socialIconPinterest:hover:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/pinterest.svg);
  }
}

@media (min-width: 40.0625em) {
  .MuseArticleGallery__socialIconEmail:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/mail-black.svg);
  }
  .MuseArticleGallery__socialIconEmail:hover:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/mail.svg);
  }
}

.MuseArticleGallery__article {
  position: relative;
  width: 100%;
}
.MuseArticleGallery__article .MuseArticleGallery__link {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.MuseArticleGallery__article .MuseArticleGallery__link .MuseArticleGallery__overlayWrap {
  position: relative;
  overflow: hidden;
}
.MuseArticleGallery__article .MuseArticleGallery__link .MuseArticleGallery__overlayWrap .articleLinkBackgroundOverlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.MuseArticleGallery__article .MuseArticleGallery__link .MuseArticleGallery__overlayWrap .articleLinkImage {
  z-index: 2;
  width: 100%;
  display: block;
  clear: both;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.MuseArticleGallery__article .MuseArticleGallery__link .MuseArticleGallery__overlayWrap .MuseArticleGallery__category {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 5%;
  padding: 0 0 0 0.925rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  color: #ffffff;
}
.MuseArticleGallery__article .MuseArticleGallery__link .MuseArticleGallery__textOverlay {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  z-index: 2;
  position: relative;
}
.MuseArticleGallery__article .MuseArticleGallery__link .MuseArticleGallery__textOverlay .MuseArticleGallery__title {
  margin: 10px 0 25px 0;
  font-size: 1rem;
}
.MuseArticleGallery__article .MuseArticleGallery__link .MuseArticleGallery__textOverlay .MuseArticleGallery__title:after {
  border-color: #C53391;
}
@media (min-width: 40.0625em) {
  .MuseArticleGallery__article {
    width: 48%;
    float: left;
  }
  .MuseArticleGallery__article .MuseArticleGallery__textOverlay .MuseArticleGallery__title {
    font-size: 1.125rem;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .MuseArticleGallery__article .MuseArticleGallery__textOverlay .MuseArticleGallery__title:after {
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .MuseArticleGallery__article:hover .MuseArticleGallery__overlayWrap .articleLinkBackgroundOverlay {
    opacity: 0;
  }
  .MuseArticleGallery__article:hover .articleLinkImage {
    -ms-transform: scale(1.025);
        transform: scale(1.025);
  }
  .MuseArticleGallery__article:hover .MuseArticleGallery__title {
    color: #989898;
  }
  .MuseArticleGallery__article:hover .MuseArticleGallery__title:after {
    transform: translateX(0.25em) rotateZ(45deg);
  }
}
@media (min-width: 64.0625em) {
  .MuseArticleGallery__article {
    width: 32%;
  }
}

@media (min-width: 40.0625em) {
  .MuseArticleGallery__article:hover .MuseArticleGallery__socialIcon {
    opacity: 1;
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
  .MuseArticleGallery__article:hover .MuseArticleGallery__socialIcon:nth-child(1) {
    transition-delay: 0s;
  }
  .MuseArticleGallery__article:hover .MuseArticleGallery__socialIcon:nth-child(2) {
    transition-delay: 0.05s;
  }
  .MuseArticleGallery__article:hover .MuseArticleGallery__socialIcon:nth-child(3) {
    transition-delay: 0.10s;
  }
  .MuseArticleGallery__article:hover .MuseArticleGallery__socialIcon:nth-child(4) {
    transition-delay: 0.15s;
  }
  .MuseArticleGallery__article:hover .MuseArticleGallery__socialIcon:hover {
    transition-delay: 0s;
  }
}

@media (min-width: 40.0625em) {
  .MuseArticleGallery__article.hovered .MuseArticleGallery__socialIcon {
    transition-delay: 0s !important;
  }
}

.newsletterContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 70vw;
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 1.75em;
  margin-bottom: 2.5em;
}
.newsletterContainer h2 {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
}
@media (min-width: 40.0625em) {
  .newsletterContainer h2 {
    font-size: 1.5rem;
  }
}
.newsletterContainer p {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  font-size: 0.9375rem;
  max-width: 100%;
  margin: 1.5em 0;
}
@media (min-width: 40.0625em) {
  .newsletterContainer p {
    margin: 0.75em 0;
  }
}
@media (min-width: 40.0625em) {
  .newsletterContainer {
    height: 30vw;
    padding: 1em;
    margin: 0;
  }
}
@media (min-width: 64.0625em) {
  .newsletterContainer {
    height: 20vw;
  }
}
@media (min-width: 75.0625em) {
  .newsletterContainer {
    height: 248px;
  }
}

.MuseArticleGallery__emailInputWrapper {
  margin-top: -15px;
}
.MuseArticleGallery__emailInputWrapper .MuseArticleGallery__textbox {
  padding: 0 .5em;
  border: 1px solid #818181;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  min-width: 100%;
  display: block;
  clear: both;
  min-height: 30px;
  line-height: 1rem;
}
.MuseArticleGallery__emailInputWrapper .MuseArticleGallery__signupButton {
  font-family: "Futura LT W05 Bold", sans-serif;
  padding: 0.3em 0;
  border: 0;
  border-radius: 0;
  background-color: #818181;
  color: #000000;
  text-transform: uppercase;
  min-width: 100%;
  display: block;
  clear: both;
}
@media (min-width: 321px) {
  .MuseArticleGallery__emailInputWrapper {
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }
  .MuseArticleGallery__emailInputWrapper .MuseArticleGallery__textbox, .MuseArticleGallery__emailInputWrapper .MuseArticleGallery__signupButton {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    clear: none;
    min-width: 0px;
    min-height: 0px;
    line-height: inherit;
  }
  .MuseArticleGallery__emailInputWrapper .MuseArticleGallery__signupButton {
    padding: 0.6em 0;
  }
}
@media (min-width: 40.0625em) {
  .MuseArticleGallery__emailInputWrapper .MuseArticleGallery__textbox {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 60%;
  }
  .MuseArticleGallery__emailInputWrapper .MuseArticleGallery__signupButton {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 30%;
    padding: 0.25em;
  }
}

.MuseArticleGallery__loadMore {
  font-family: "Futura LT W05 Bold", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  display: table;
  margin: 0 auto 3em auto;
  letter-spacing: 0.100em;
}
.MuseArticleGallery__loadMore:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 3px;
  width: 100%;
  background: #000000;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .MuseArticleGallery__loadMore:hover {
    color: #4b4a4b;
  }
  .MuseArticleGallery__loadMore:hover:hover:after {
    background: #4b4a4b;
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
  .MuseArticleGallery__loadMore:active {
    color: #5c2d91;
  }
  .MuseArticleGallery__loadMore:active:after {
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
}
@media (min-width: 64.0625em) {
  .MuseArticleGallery__loadMore {
    font-size: 1.375rem;
  }
}

.MuseArticleGallery__gutter-size {
  width: 4%;
}
@media (min-width: 64.0625em) {
  .MuseArticleGallery__gutter-size {
    width: 2%;
  }
}

hr {
  width: 97%;
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.Article__topWrap {
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 0;
}
@media (max-width: 40em) {
  .Article__topWrap {
    background-image: none !important;
  }
}

.Article__topImage {
  max-width: 100%;
  display: block;
}
@media (min-width: 40.0625em) {
  .Article__topImage {
    display: none;
  }
}

.Article__contentWrap {
  padding-top: 1.333em;
  padding-bottom: 1.333em;
}
@media (min-width: 40.0625em) {
  .Article__contentWrap {
    padding-top: 2.059em;
    padding-bottom: 2.059em;
  }
}

.Article__contentWrap h2 {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 1.33333333rem;
  margin: 0 0 0.25rem 0;
}

.Article__contentWrap p {
  line-height: 1.44444444;
  margin-bottom: 1.66666667rem;
  margin-top: 0;
}

.Article__contentWrap p a {
  font-weight: bold;
  font-style: italic;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
}
.Article__contentWrap p a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
}
@media (min-width: 40.0625em) {
  .Article__contentWrap p a:hover {
    color: #707070;
  }
  .Article__contentWrap p a:hover:after {
    background: #707070;
    -ms-transform: scaleX(1);
        transform: scaleX(1);
  }
  .Article__contentWrap p a:active {
    color: #5c2d91;
  }
  .Article__contentWrap p a:active:after {
    -ms-transform: scaleX(1);
        transform: scaleX(1);
  }
}

.Article__contentWrap blockquote {
  position: relative;
}
.Article__contentWrap blockquote:after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 12%;
  height: 1px;
  background: #000000;
  content: "";
}

.Article__contentWrap blockquote p {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #989898;
  line-height: 1.250em;
  margin-bottom: 3.33333333rem;
}

.Article__contentWrap ol {
  counter-reset: li;
  margin: 0;
  padding: 0;
  font-family: "Georgia", serif;
}
.Article__contentWrap ol > li {
  list-style: none;
  padding: 0 0 0 2em;
  position: relative;
  line-height: 1.44444444;
  margin-bottom: 1.66666667rem;
}
.Article__contentWrap ol > li:before {
  color: #989898;
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0.1em;
  box-sizing: border-box;
  width: 1.75em;
  height: 1.75em;
  border-radius: 100%;
  text-align: center;
  line-height: 1.5em;
  border: 1px solid #989898;
  font-size: 0.88888889rem;
}
@media (min-width: 40.0625em) {
  .Article__contentWrap ol > li {
    padding: 0;
  }
  .Article__contentWrap ol > li:before {
    left: -2.5em;
  }
}

.Article__contentWrap ul {
  margin: 0;
  padding: 0;
  font-family: "Georgia", serif;
}
.Article__contentWrap ul > li {
  list-style: none;
  padding: 0 0 0 1em;
  position: relative;
  line-height: 1.44444444;
  margin-bottom: 1.66666667rem;
}
.Article__contentWrap ul > li:before {
  position: absolute;
  left: 0em;
  top: 0.4em;
  box-sizing: border-box;
  width: 0.6em;
  height: 0.6em;
  border-radius: 100%;
  border: 1px solid #989898;
  content: "";
}
@media (min-width: 40.0625em) {
  .Article__contentWrap ul > li {
    padding: 0;
  }
  .Article__contentWrap ul > li:before {
    left: -1em;
  }
}

.Article__contentWrap img {
  max-width: 100%;
  margin-bottom: 1.66666667rem;
}

.Article__contentWrap figure {
  max-width: 100%;
  font-style: italic;
  font-size: 0.875rem;
  margin-bottom: 1.66666667rem;
  color: #989898;
}
.Article__contentWrap figure img {
  margin-bottom: 0.3125rem;
}

.Article__title {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 1.375rem;
  padding-bottom: 0;
  margin: 0;
  font-size: 1.5rem;
}
@media (min-width: 40.0625em) {
  .Article__title {
    font-size: 2.25rem;
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 10%;
    width: 78%;
    margin: 1.375rem;
    background: rgba(0, 0, 0, 0.7);
    padding: 1.25rem;
    padding-right: 27%;
  }
}
@media (min-width: 64.0625em) {
  .Article__title {
    font-size: 3rem;
    padding-left: 1.375rem;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    padding-right: 27%;
  }
}

.Article__meta {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  display: block;
  margin: 0 0 1.94444444em 0;
  letter-spacing: 0.1em;
}

.Article__authorMeta {
  font-size: 1.25rem;
  margin: 0;
  letter-spacing: 0.1em;
  display: inline-block;
  padding-right: 1em;
  font-size: 1rem;
}
@media (min-width: 64.0625em) {
  .Article__authorMeta {
    margin-bottom: 0.55555556rem;
  }
}

.Article__tagMeta {
  display: inline-block;
  margin-top: 0.6em;
}
.Article__tagMeta img {
  margin-bottom: 0.3em;
}
@media (min-width: 40.0625em) {
  .Article__tagMeta {
    margin-top: 0;
    float: right;
  }
}

.Article__bulletSeparator {
  font-size: 1.5em;
  line-height: 0;
  display: inline-block;
  -ms-transform: translateY(0.13em);
      transform: translateY(0.13em);
}
@media (min-width: 64.0625em) {
  .Article__bulletSeparator {
    display: none;
  }
}

.Article__publishedDate {
  font-family: "Georgia", serif;
  font-size: 0.875rem;
  font-style: italic;
  text-transform: none;
  display: inline-block;
  letter-spacing: 0;
}

.Article__authorImage {
  float: left;
  max-width: 10.357em !important;
  padding: 0 1.429em 0.7145em 0;
  margin: 0 !important;
}
@media (min-width: 64.0625em) {
  .Article__authorImage {
    max-width: 8.929em !important;
  }
}

.Article__authorBio {
  font-size: 0.875rem;
  font-style: italic;
}

.Article__social {
  display: block;
  clear: both;
  float: left;
}

.Article__spacer {
  width: 100%;
  display: block;
  clear: both;
}

.Article__socialMeta {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  text-transform: uppercase;
  float: left;
  width: 100%;
  margin-bottom: 0.5em;
}
@media (min-width: 40.0625em) {
  .Article__socialMeta {
    float: right;
    clear: none;
    width: auto;
    line-height: 2.5rem;
    margin: 0 0 1em 0;
  }
}
@media (min-width: 64.0625em) {
  .Article__socialMeta {
    line-height: 1.875;
    padding-left: 0.25em;
    font-size: 1rem;
  }
}

.Article__socialIconWrap {
  float: left;
  margin: 0 0 0.66666667rem 0;
}
@media (min-width: 40.0625em) {
  .Article__socialIconWrap {
    float: right;
    margin: 0;
  }
}

.Article__socialIcon {
  display: block;
  float: left;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  font-size: 0em;
  color: transparent;
  border-radius: 1.25rem;
  background-color: #989898;
  margin-right: 0.6875rem;
  transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.Article__socialIcon:after {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  content: "";
  background-size: 100% 100%;
}
@media (min-width: 40.0625em) {
  .Article__socialIcon:hover {
    background: #000000;
  }
}
@media (min-width: 64.0625em) {
  .Article__socialIcon {
    width: 1.875rem;
    height: 1.875rem;
    margin-right: 0.4375rem;
  }
}

.Article__socialIconFacebook:after {
  background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/facebook.svg);
}

.Article__socialIconTwitter:after {
  background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/twitter.svg);
}

.Article__socialIconPinterest:after {
  background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/pinterest.svg);
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
}

.Article__socialIconEmail:after {
  background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/mail.svg);
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.RelatedArticles__socialIcon {
  opacity: 0;
  display: block;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 4;
  width: 1.875rem;
  height: 1.875rem;
  overflow: hidden;
  border-radius: 1.25rem;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transform: translateX(5px);
      transform: translateX(5px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border: 1px solid transparent;
}
.RelatedArticles__socialIcon:after {
  transition: background-image 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.RelatedArticles__socialIcon:nth-child(1) {
  transition-delay: 0.15s;
}
.RelatedArticles__socialIcon:nth-child(2) {
  top: calc(1.5em + 1.875rem);
  transition-delay: 0.10s;
}
.RelatedArticles__socialIcon:nth-child(3) {
  top: calc(2em + 3.75rem);
  transition-delay: 0.05s;
}
.RelatedArticles__socialIcon:nth-child(4) {
  top: calc(2.5em + 5.625rem);
  transition-delay: 0s;
}
.RelatedArticles__socialIcon:after {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  content: "";
  background-size: 100% 100%;
}
@media (min-width: 40.0625em) {
  .RelatedArticles__socialIcon:hover {
    background: #000000;
  }
}

@media (min-width: 40.0625em) {
  .RelatedArticles__socialIconFacebook:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/facebook-footer.svg);
  }
  .RelatedArticles__socialIconFacebook:hover:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/facebook.svg);
  }
}

@media (min-width: 40.0625em) {
  .RelatedArticles__socialIconTwitter:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/twitter-footer.svg);
  }
  .RelatedArticles__socialIconTwitter:hover:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/twitter.svg);
  }
}

.RelatedArticles__socialIconPinterest:after {
  width: 70%;
  height: 70%;
  top: 15%;
  left: 15%;
}
@media (min-width: 40.0625em) {
  .RelatedArticles__socialIconPinterest:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/pinterest-footer.svg);
  }
  .RelatedArticles__socialIconPinterest:hover:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/pinterest.svg);
  }
}

@media (min-width: 40.0625em) {
  .RelatedArticles__socialIconEmail:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/mail-black.svg);
  }
  .RelatedArticles__socialIconEmail:hover:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/mail.svg);
  }
}

.RelatedArticles__articleWrapper {
  position: relative;
  float: left;
  margin-bottom: 0;
  width: calc(100% - 20px);
}
.RelatedArticles__articleWrapper .RelatedArticles__article {
  position: relative;
  display: block;
  overflow: hidden;
}
.RelatedArticles__articleWrapper .RelatedArticles__article .RelatedArticles__overlayWrap {
  position: relative;
  overflow: hidden;
}
.RelatedArticles__articleWrapper .RelatedArticles__article .RelatedArticles__overlayWrap .articleLinkBackgroundOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  opacity: 0.3;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.RelatedArticles__articleWrapper .RelatedArticles__article .RelatedArticles__overlayWrap .articleLinkImage {
  z-index: 2;
  width: 100%;
  display: block;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 40.0625em) {
  .RelatedArticles__articleWrapper {
    margin: 10px 10px 2.8em 10px;
  }
  .RelatedArticles__articleWrapper:hover h3 {
    color: #989898;
  }
  .RelatedArticles__articleWrapper:hover h3:after {
    transform: translateX(0.25em) rotateZ(45deg);
  }
  .RelatedArticles__articleWrapper:hover .RelatedArticles__overlayWrap .articleLinkBackgroundOverlay {
    opacity: 0;
  }
  .RelatedArticles__articleWrapper:hover .articleLinkImage {
    -ms-transform: scale(1.025);
        transform: scale(1.025);
  }
}
@media (min-width: 40.0625em) and (max-width: 64em) {
  .RelatedArticles__articleWrapper {
    width: calc(50% - 20px);
  }
  .RelatedArticles__articleWrapper:nth-of-type(2) {
    width: calc(100% - 20px);
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 64.0625em) {
  .RelatedArticles__articleWrapper {
    width: calc(33.333333333% - 20px);
  }
}

@media (min-width: 40.0625em) {
  .RelatedArticles__articleWrapper:hover .RelatedArticles__socialIcon {
    opacity: 1;
    -ms-transform: translateX(0);
        transform: translateX(0);
    transition-delay: 0s;
  }
  .RelatedArticles__articleWrapper:hover .RelatedArticles__socialIcon:nth-child(2) {
    transition-delay: 0.05s;
  }
  .RelatedArticles__articleWrapper:hover .RelatedArticles__socialIcon:nth-child(3) {
    transition-delay: 0.1s;
  }
  .RelatedArticles__articleWrapper:hover .RelatedArticles__socialIcon:nth-child(4) {
    transition-delay: 0.15s;
  }
}

@media (min-width: 40.0625em) {
  .RelatedArticles__articleWrapper.hovered .RelatedArticles__socialIcon {
    transition-delay: 0s !important;
  }
}

.RelatedArticles h2 {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.9em 0 0.55em 0;
  margin: 0;
  letter-spacing: 0.091em;
}

.RelatedArticles__article h3 {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  display: block;
  margin: 10px 0 25px 0;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.RelatedArticles__article h3:after {
  border-color: #C53391;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.RelatedArticles_topDivider {
  width: 100%;
  height: 3px;
  background: #989898;
  display: block;
  clear: both;
}

.RelatedArticles__backToTop {
  font-family: "Futura LT W05 Bold", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 3.6em;
  position: relative;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  letter-spacing: 0.100em;
}
.RelatedArticles__backToTop:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000000;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .RelatedArticles__backToTop:hover {
    color: #4b4a4b;
  }
  .RelatedArticles__backToTop:hover:hover:after {
    background: #4b4a4b;
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
  .RelatedArticles__backToTop:active {
    color: #5c2d91;
  }
  .RelatedArticles__backToTop:active:after {
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
}
@media (min-width: 64.0625em) {
  .RelatedArticles__backToTop {
    margin-bottom: 2.8em;
  }
}

.RelatedArticles__backToTopContainer {
  text-align: center;
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.Article__topWrap {
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 0;
}
@media (max-width: 40em) {
  .Article__topWrap {
    background-image: none !important;
  }
}

.Article__videoPlaceHolder {
  display: block;
  width: 100%;
  position: relative;
}
@media (min-width: 40.0625em) {
  .Article__videoPlaceHolder {
    position: absolute;
    height: 100%;
  }
}

.Article__videoPlaceholderImage {
  max-width: 100%;
  display: block;
}
@media (min-width: 40.0625em) {
  .Article__videoPlaceholderImage {
    display: none;
  }
}

.Article__videoPlayButton {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  display: block;
  color: #ffffff;
  background-size: cover;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 10;
}
.Article__videoPlayButton img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18%;
  display: block;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0.6;
}
.Article__videoPlayButton:hover img {
  opacity: 1;
  -ms-transform: translate(-50%, -50%) scale(1.1);
      transform: translate(-50%, -50%) scale(1.1);
}
@media (min-width: 40.0625em) {
  .Article__videoPlayButton img {
    width: 13%;
  }
}

.Article__videoWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  display: none;
  z-index: 10;
}
.Article__videoWrap.active {
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
}

.Article__video {
  -ms-flex: 1;
      flex: 1;
  width: 100%;
  height: auto;
}

.Article__contentWrap {
  padding-top: 1.333em;
  padding-bottom: 1.333em;
}
@media (min-width: 40.0625em) {
  .Article__contentWrap {
    padding-top: 2.059em;
    padding-bottom: 2.059em;
  }
}

.Article__contentWrap p {
  line-height: 1.44444444;
  margin-bottom: 1.66666667rem;
  margin-top: 0;
}

.Article__contentWrap p a {
  font-weight: bold;
  font-style: italic;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
}
.Article__contentWrap p a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
}
@media (min-width: 40.0625em) {
  .Article__contentWrap p a:hover {
    color: #707070;
  }
  .Article__contentWrap p a:hover:after {
    background: #707070;
    -ms-transform: scaleX(1);
        transform: scaleX(1);
  }
  .Article__contentWrap p a:active {
    color: #5c2d91;
  }
  .Article__contentWrap p a:active:after {
    -ms-transform: scaleX(1);
        transform: scaleX(1);
  }
}

.Article__contentWrap blockquote {
  position: relative;
}
.Article__contentWrap blockquote:after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 12%;
  height: 1px;
  background: #000000;
  content: "";
}

.Article__contentWrap blockquote p {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #989898;
  line-height: 1.250em;
  margin-bottom: 3.33333333rem;
}

.Article__contentWrap ol {
  counter-reset: li;
  margin: 0;
  padding: 0;
  font-family: "Georgia", serif;
}
.Article__contentWrap ol > li {
  list-style: none;
  padding: 0 0 0 2em;
  position: relative;
  line-height: 1.44444444;
  margin-bottom: 1.66666667rem;
}
.Article__contentWrap ol > li:before {
  color: #989898;
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0.1em;
  box-sizing: border-box;
  width: 1.75em;
  height: 1.75em;
  border-radius: 100%;
  text-align: center;
  line-height: 1.5em;
  border: 1px solid #989898;
  font-size: 0.88888889rem;
}
@media (min-width: 40.0625em) {
  .Article__contentWrap ol > li {
    padding: 0;
  }
  .Article__contentWrap ol > li:before {
    left: -2.5em;
  }
}

.Article__contentWrap ul {
  margin: 0;
  padding: 0;
  font-family: "Georgia", serif;
}
.Article__contentWrap ul > li {
  list-style: none;
  padding: 0 0 0 1em;
  position: relative;
  line-height: 1.44444444;
  margin-bottom: 1.66666667rem;
}
.Article__contentWrap ul > li:before {
  position: absolute;
  left: 0em;
  top: 0.4em;
  box-sizing: border-box;
  width: 0.6em;
  height: 0.6em;
  border-radius: 100%;
  border: 1px solid #989898;
  content: "";
}
@media (min-width: 40.0625em) {
  .Article__contentWrap ul > li {
    padding: 0;
  }
  .Article__contentWrap ul > li:before {
    left: -1em;
  }
}

.Article__contentWrap img {
  max-width: 100%;
  margin-bottom: 1.66666667rem;
}

.Article__contentWrap figure {
  max-width: 100%;
  font-style: italic;
  font-size: 0.875rem;
  margin-bottom: 1.66666667rem;
  color: #989898;
}
.Article__contentWrap figure img {
  margin-bottom: 0.3125rem;
}

.Article__title {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 1.375rem;
  padding-bottom: 0;
  margin: 0;
  font-size: 1.5rem;
}
@media (min-width: 40.0625em) {
  .Article__title {
    font-size: 2.25rem;
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 10%;
    width: 78%;
    margin: 1.375rem;
    background: rgba(0, 0, 0, 0.7);
    padding: 1.25rem;
    padding-right: 27%;
  }
}
@media (min-width: 64.0625em) {
  .Article__title {
    font-size: 3rem;
    padding-left: 1.375rem;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    padding-right: 27%;
  }
}

.Article__meta {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  display: block;
  margin: 0 0 1.94444444em 0;
  letter-spacing: 0.1em;
  clear: both;
  width: 100%;
  padding-top: 0.5em;
  border-top: 1px solid #d5d5d5;
}

.Article__authorMeta {
  font-size: 1.25rem;
  margin: 0;
  letter-spacing: 0.1em;
  display: inline-block;
  padding-right: 1em;
  font-size: 1rem;
}
@media (min-width: 64.0625em) {
  .Article__authorMeta {
    margin-bottom: 0.55555556rem;
  }
}

.Article__tagMeta {
  display: inline-block;
  margin-top: 0.6em;
}
.Article__tagMeta img {
  margin-bottom: 0.3em;
}
@media (min-width: 40.0625em) {
  .Article__tagMeta {
    margin-top: 0;
    float: right;
  }
}

.Article__bulletSeparator {
  font-size: 1.5em;
  line-height: 0;
  display: inline-block;
  -ms-transform: translateY(0.13em);
      transform: translateY(0.13em);
}
@media (min-width: 64.0625em) {
  .Article__bulletSeparator {
    display: none;
  }
}

.Article__publishedDate {
  font-family: "Georgia", serif;
  font-size: 0.875rem;
  font-style: italic;
  text-transform: none;
  display: inline-block;
  letter-spacing: 0;
}

.Article__authorImage {
  float: left;
  max-width: 10.357em;
  padding: 0 1.429em 0.7145em 0;
}
@media (min-width: 64.0625em) {
  .Article__authorImage {
    max-width: 8.929em;
  }
}

.Article__authorBio {
  font-size: 0.875rem;
  font-style: italic;
}

.Article__social {
  display: block;
  clear: both;
  float: left;
}

.Article__spacer {
  width: 100%;
  display: block;
  clear: both;
}

.Article__socialMeta {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  text-transform: uppercase;
  float: left;
  width: 100%;
  margin-bottom: 0.5em;
}
@media (min-width: 40.0625em) {
  .Article__socialMeta {
    float: right;
    clear: none;
    width: auto;
    line-height: 2.5rem;
    margin: 0 0 1em 0;
  }
}
@media (min-width: 64.0625em) {
  .Article__socialMeta {
    line-height: 1.875;
    padding-left: 0.25em;
    font-size: 1rem;
  }
}

.Article__socialIconWrap {
  float: left;
  margin: 0 0 0.66666667rem 0;
}
@media (min-width: 40.0625em) {
  .Article__socialIconWrap {
    float: right;
    margin: 0;
  }
}

.Article__socialIcon {
  display: block;
  float: left;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  font-size: 0em;
  color: transparent;
  border-radius: 1.25rem;
  background-color: #989898;
  margin-right: 0.6875rem;
  transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.Article__socialIcon:after {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  content: "";
  background-size: 100% 100%;
}
@media (min-width: 40.0625em) {
  .Article__socialIcon:hover {
    background: #000000;
  }
}
@media (min-width: 64.0625em) {
  .Article__socialIcon {
    width: 1.875rem;
    height: 1.875rem;
    margin-right: 0.4375rem;
  }
}

.Article__socialIconFacebook:after {
  background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/facebook.svg);
}

.Article__socialIconTwitter:after {
  background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/twitter.svg);
}

.Article__socialIconPinterest:after {
  background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/pinterest.svg);
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
}

.Article__socialIconEmail:after {
  background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/mail.svg);
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
h2.ShopTheLooks__title {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #000000;
  margin: 0;
}

.ShopTheLooks__slides {
  display: block;
  width: 100%;
  clear: both;
  overflow: hidden;
  list-style: none;
  padding: 0;
  position: relative;
  margin-top: 0.75em;
  margin-bottom: 3.3em;
  -webkit-transform: translateZ(0);
  cursor: pointer;
}
.ShopTheLooks__slides .slick-prev {
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-color: transparent;
  border-top-color: transparent;
}
.ShopTheLooks__slides .slick-next {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.ShopTheLooks__slide {
  display: block;
}

.ShopTheLooks__slide h2 {
  font-family: "Futura LT W05 Bold", sans-serif;
  -ms-flex: 1;
      flex: 1;
  font-size: 0.75rem;
  text-transform: uppercase;
  float: left;
  max-width: 57%;
  padding-right: 0.9375rem;
  margin: 0;
  padding-right: 1em;
  z-index: 1;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .ShopTheLooks__slide h2 {
    padding: 0.8em 1.75em;
    margin: 0 0 0 0;
    -ms-transform: translateY(0%);
        transform: translateY(0%);
    float: none;
    max-width: none;
    -ms-flex: 0;
        flex: 0;
  }
}

.ShopTheLooks__slide h2 span {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  display: block;
  clear: both;
}

.product_slide {
  background: #e1e1e1;
  position: relative;
}
@media (min-width: 40.0625em) {
  .product_slide {
    background: rgba(255, 255, 255, 0.8);
    width: 25%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
    height: 32%;
  }
  .product_slide:nth-child(3) {
    left: 25%;
  }
  .product_slide:nth-child(4) {
    left: 50%;
  }
  .product_slide:nth-child(5) {
    left: 75%;
  }
  .product_slide:hover h2 {
    color: #707070;
  }
}
@media (min-width: 64.0625em) {
  .product_slide {
    height: 20%;
  }
}

.productImageWrap {
  max-width: 43%;
  height: 100%;
  display: block;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  float: left;
  position: relative;
  -ms-flex: 1;
      flex: 1;
}
@media (min-width: 40.0625em) {
  .productImageWrap {
    max-width: 40%;
    height: auto;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateY(-90%);
        transform: translateY(-90%);
    margin: 1em auto -77% auto;
    float: none;
    -ms-flex: 0;
        flex: 0;
  }
}

.product_slide a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (min-width: 40.0625em) {
  .product_slide a {
    display: block;
  }
}

.product_slide img {
  display: block;
  width: 50%;
  margin: 50% auto 0 auto;
  -ms-transform: translateY(-25%);
      transform: translateY(-25%);
}
@media (min-width: 40.0625em) {
  .product_slide img {
    margin: 0 auto;
    -ms-transform: translateY(0%);
        transform: translateY(0%);
    width: 100%;
    top: auto;
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
}

@media (min-width: 40.0625em) {
  .ShopTheLooks__slides:hover .product_slide {
    height: 62%;
  }
  .ShopTheLooks__slides:hover .productImageWrap {
    opacity: 1;
    display: block;
    height: auto;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateY(0%);
        transform: translateY(0%);
    margin-bottom: 0;
  }
}
@media (min-width: 64.0625em) {
  .ShopTheLooks__slides:hover .product_slide {
    height: 49.9%;
  }
}

.lookPhoto_slide img {
  width: 100%;
}

.ShopTheLooks .slick-dots {
  white-space: nowrap;
}

.ShopTheLooks .slick-dots button:after {
  background: #000000;
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.LookGalleryHeader__topWrap {
  background-size: cover;
  position: relative;
  background: #000000;
  padding: 0;
}
@media (max-width: 40em) {
  .LookGalleryHeader__topWrap {
    background-image: none !important;
  }
}

.LookGalleryHeader__topImage {
  display: block;
  position: relative;
  max-width: 100%;
}
@media (min-width: 40.0625em) {
  .LookGalleryHeader__topImage {
    display: none;
  }
}

.LookGalleryHeader__title {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  font-size: 3.75rem;
  position: relative;
  color: #ffffff;
  text-shadow: 1px 0.5px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0.80em 0 0 0;
  text-align: center;
}
@media (min-width: 40.0625em) {
  .LookGalleryHeader__title {
    font-size: 4.5rem;
    position: absolute;
    left: 8%;
    bottom: 25%;
    margin: 0;
  }
}
@media (min-width: 64.0625em) {
  .LookGalleryHeader__title {
    font-size: 6rem;
  }
}

.LookGalleryHeader__titlePreTitle {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 0.250em;
  letter-spacing: 0.050em;
  text-transform: uppercase;
  position: absolute;
  bottom: 85%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  text-shadow: 1px 0.5px 5px rgba(0, 0, 0, 0.5);
}

@media (min-width: 40.0625em) {
  .LookGalleryHeader__secondaryTextPhotoWrap {
    margin-top: 2.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (max-width: 40em) {
  .LookGalleryHeader__secondaryTextPhotoWrap {
    padding: 0;
  }
}

.LookGalleryHeader__hashtagText {
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding-bottom: 2em;
}
.LookGalleryHeader__hashtagText h2 {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  font-size: 2.25rem;
  margin: 0 0 0.411em 0;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  display: none;
}
.LookGalleryHeader__hashtagText p {
  font-family: "Bodoni Svntytwo ITC W05 Book I";
  font-size: 0.9375rem;
  max-width: 80%;
  display: inline-block;
  position: relative;
  padding-top: 1.75em;
}
.LookGalleryHeader__hashtagText p:before {
  position: absolute;
  left: 50%;
  content: "";
  width: 10%;
  top: 0;
  left: 50%;
  margin-left: -5%;
  height: 1px;
  background: #ffffff;
  display: block;
}
@media (min-width: 40.0625em) {
  .LookGalleryHeader__hashtagText {
    -ms-flex: 1;
        flex: 1;
    padding-bottom: 0;
    padding: 0 0 2em 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .LookGalleryHeader__hashtagText h2 {
    display: block;
  }
  .LookGalleryHeader__hashtagText p {
    margin: 0 auto;
    padding-top: 0;
    max-width: 60%;
  }
  .LookGalleryHeader__hashtagText p:before {
    display: none;
  }
}
@media (min-width: 64.0625em) {
  .LookGalleryHeader__hashtagText h2 {
    font-size: 3rem;
  }
  .LookGalleryHeader__hashtagText p {
    font-size: 1.25rem;
  }
}

.LookGalleryHeader__hashtagTextInside {
  position: relative;
  display: block;
  clear: both;
}
@media (min-width: 40.0625em) {
  .LookGalleryHeader__hashtagTextInside {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}

.LookGalleryHeader__secondaryPhoto img {
  max-width: 100%;
}
@media (max-width: 40em) {
  .LookGalleryHeader__secondaryPhoto {
    padding: 0;
  }
}

.LookGalleryHeader__phoneImg {
  width: 19%;
  margin: 0 auto 1em auto;
  display: none;
}
@media (min-width: 40.0625em) {
  .LookGalleryHeader__phoneImg {
    display: block;
  }
}
@media (min-width: 64.0625em) {
  .LookGalleryHeader__phoneImg {
    width: 21%;
  }
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.LookGalleryModule__filterWrap {
  margin-top: 2em;
  margin-bottom: 1em;
}

.LookGalleryModule__filterWrap h2 {
  font-family: "Bodoni Svntytwo ITC W05 Book I";
  text-transform: uppercase;
  color: #707070;
  font-size: 0.6875rem;
  text-align: center;
  letter-spacing: 0.075em;
  overflow: hidden;
}
@media (min-width: 64.0625em) {
  .LookGalleryModule__filterWrap h2 {
    padding-right: 20px;
    float: left;
  }
}

.LookGalleryModule__filters {
  width: 100%;
  display: block;
  clear: both;
  padding: 0 0 10px 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  overflow-x: auto;
}
@media (min-width: 64.0625em) {
  .LookGalleryModule__filters {
    width: auto;
    clear: none;
  }
}

.LookGalleryModule__filter {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  width: 100%;
  display: block;
  clear: both;
  padding: 0;
  margin: 0;
  -ms-flex: 1;
      flex: 1;
  list-style: none;
  text-transform: uppercase;
  margin: 0 0.25em;
  white-space: nowrap;
}
.LookGalleryModule__filter:first-child {
  margin-left: 0;
}
.LookGalleryModule__filter:last-child {
  margin-right: 0;
}
.LookGalleryModule__filter a {
  text-align: center;
  color: #989898;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  padding: 0.25em 0.5em;
  width: 100%;
  display: block;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 64.0625em) {
  .LookGalleryModule__filter a:hover {
    color: #ffffff;
    background: #707070;
    border: 1px solid #707070;
  }
}
.LookGalleryModule__filter.active a {
  color: #ffffff;
  background: #707070;
  border: 1px solid #707070;
}
@media (min-width: 64.0625em) {
  .LookGalleryModule__filter {
    font-size: 0.875rem;
  }
}

.LookGalleryModule__lookGalleryWrap {
  padding: 0;
  display: block;
  clear: both;
  margin-bottom: 2em;
}

.LookGalleryModule__lookGalleryInnerWrap {
  display: block;
  clear: both;
  position: relative;
}

.LookGalleryModule__gallery {
  width: 100%;
  display: block;
  clear: both;
}
.LookGalleryModule__gallery svg {
  width: 25%;
  height: 13px;
}
@media (min-width: 64.0625em) {
  .LookGalleryModule__gallery {
    height: 16px;
  }
}

.LookGalleryModule__look, .LookGalleryModule__gridSizer {
  display: block;
  width: calc(50% - 20px);
  margin: 10px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.LookGalleryModule__look img, .LookGalleryModule__gridSizer img {
  width: 100%;
  display: block;
  clear: both;
}
.LookGalleryModule__look > span, .LookGalleryModule__gridSizer > span {
  font-family: "Georgia", serif;
  font-size: 0.75rem;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: block;
  background: #000000;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-style: italic;
  padding: 7px;
  overflow: hidden;
  white-space: nowrap;
  transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.LookGalleryModule__look > span svg, .LookGalleryModule__gridSizer > span svg {
  width: 100%;
  height: 13px;
}
.LookGalleryModule__look > span svg span, .LookGalleryModule__gridSizer > span svg span {
  display: block;
}
.LookGalleryModule__look > span svg text, .LookGalleryModule__gridSizer > span svg text {
  fill: #ffffff;
}
@media (min-width: 40.0625em) {
  .LookGalleryModule__look, .LookGalleryModule__gridSizer {
    width: calc(25% - 20px);
  }
  .LookGalleryModule__look:hover > span, .LookGalleryModule__look.selected > span, .LookGalleryModule__gridSizer:hover > span, .LookGalleryModule__gridSizer.selected > span {
    background: #C53391;
  }
}
@media (min-width: 64.0625em) {
  .LookGalleryModule__look span, .LookGalleryModule__gridSizer span {
    font-size: 0.875rem;
  }
  .LookGalleryModule__look span svg, .LookGalleryModule__gridSizer span svg {
    height: 16px;
  }
}

.LookGalleryModule__lookAlt {
  width: calc(100% - 20px);
}
@media (min-width: 40.0625em) {
  .LookGalleryModule__lookAlt {
    width: calc(50% - 20px);
  }
}

.LookGalleryModule__look span.LookGalleryModule__pinIt {
  position: absolute;
  width: auto;
  top: 5px;
  right: 5px;
  left: auto;
  bottom: auto;
  display: block;
  padding: .25em 0.35em;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 0.625rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.LookGalleryModule__look span.LookGalleryModule__pinIt img {
  width: 1rem;
  height: 1rem;
}
.LookGalleryModule__look span.LookGalleryModule__pinIt span {
  display: none;
}
@media (min-width: 64.0625em) {
  .LookGalleryModule__look span.LookGalleryModule__pinIt {
    font-size: 0.875rem;
    line-height: 1.25rem;
    opacity: 0;
    -ms-transform: translateY(-25%);
        transform: translateY(-25%);
  }
  .LookGalleryModule__look span.LookGalleryModule__pinIt img {
    width: 1.25rem;
    height: 1.25rem;
  }
  .LookGalleryModule__look span.LookGalleryModule__pinIt span {
    display: inline;
  }
  .LookGalleryModule__look span.LookGalleryModule__pinIt:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
}

@media (min-width: 64.0625em) {
  .LookGalleryModule__look:hover span.LookGalleryModule__pinIt, .LookGalleryModule__lookAlt:hover span.LookGalleryModule__pinIt {
    opacity: 1;
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
}

.LookGalleryModule__lookDetails {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  background: transparent;
  margin: 0;
}
.LookGalleryModule__lookDetails .LookGalleryModule__lookDetailsInside {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  width: 100%;
  background: #000000 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  font-style: normal;
  position: relative;
  overflow: visible;
}
.LookGalleryModule__lookDetails .LookGalleryModule__lookDetailsInside:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000000;
  content: "";
  position: absolute;
  top: -10px;
  left: 25px;
}
.LookGalleryModule__lookDetails .LookGalleryModule__lookDetailsInside a, .LookGalleryModule__lookDetails .LookGalleryModule__lookDetailsInside span {
  display: inline-block;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  width: 25%;
  max-width: 25%;
  padding: 2% 4%;
  font-size: 1rem;
}
.LookGalleryModule__lookDetails .LookGalleryModule__lookDetailsInside a img, .LookGalleryModule__lookDetails .LookGalleryModule__lookDetailsInside span img {
  width: 100%;
}
.LookGalleryModule__lookDetails .LookGalleryModule__lookDetailsInside a br, .LookGalleryModule__lookDetails .LookGalleryModule__lookDetailsInside span br {
  display: none;
}
.LookGalleryModule__lookDetails .LookGalleryModule__lookDetailsInside span {
  width: 100%;
  max-width: 100%;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
}
.LookGalleryModule__lookDetails .LookGalleryModule__lookDetailsInside:hover {
  background: #000000;
}
@media (min-width: 40.0625em) {
  .LookGalleryModule__lookDetails .LookGalleryModule__lookDetailsInside a {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    width: 16%;
    max-width: 16%;
  }
  .LookGalleryModule__lookDetails .LookGalleryModule__lookDetailsInside span {
    width: 24%;
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    max-width: 24%;
    font-size: 1.125rem;
  }
  .LookGalleryModule__lookDetails .LookGalleryModule__lookDetailsInside span br {
    display: block;
  }
}

.LookGalleryModule__gridSizer {
  display: none;
}

.LookGalleryModule__loadMoreWrap {
  text-align: center;
}

.LookGalleryModule__loadMore {
  font-family: "Futura LT W05 Bold", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto 3.6em auto;
  position: relative;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  letter-spacing: 0.100em;
}
.LookGalleryModule__loadMore:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000000;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .LookGalleryModule__loadMore:hover {
    color: #4b4a4b;
  }
  .LookGalleryModule__loadMore:hover:hover:after {
    background: #4b4a4b;
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
  .LookGalleryModule__loadMore:active {
    color: #5c2d91;
  }
  .LookGalleryModule__loadMore:active:after {
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
}
@media (min-width: 64.0625em) {
  .LookGalleryModule__loadMore {
    margin: 0 auto 2.8em auto;
  }
}

.LookGalleryModule__loadMore.LookGalleryModule__loadMoreDisabled {
  color: #4b4a4b;
  pointer-events: none;
  cursor: default;
}
.LookGalleryModule__loadMore.LookGalleryModule__loadMoreDisabled:after {
  background: #4b4a4b;
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.YourLookHeader__topWrap {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #000000;
  padding: 0 0 1em 0;
  max-height: 525px;
}
@media (max-width: 40em) {
  .YourLookHeader__topWrap {
    background-image: none !important;
  }
}
@media (min-width: 40.0625em) {
  .YourLookHeader__topWrap {
    padding: 0;
  }
}

.YourLookHeader__topImage {
  display: block;
  position: relative;
  max-width: 100%;
}
@media (min-width: 40.0625em) {
  .YourLookHeader__topImage {
    display: none;
  }
}

.YourLookHeader__title {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  font-size: 3.75rem;
  position: relative;
  color: #ffffff;
  text-shadow: 1px 0.5px 5px rgba(0, 0, 0, 0.5);
  margin: 0.8em 0 0 0;
  text-align: center;
}
@media (min-width: 40.0625em) {
  .YourLookHeader__title {
    margin: 0.80em 0 0 0;
    font-size: 3rem;
    position: absolute;
    text-align: left;
    left: 10%;
    top: 35%;
    margin: 0;
  }
}
@media (min-width: 64.0625em) {
  .YourLookHeader__title {
    font-size: 4.5rem;
  }
}

.YourLookHeader__titlePreTitle {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.050em;
  text-transform: uppercase;
  position: absolute;
  bottom: 85%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  text-shadow: 1px 0.5px 5px rgba(0, 0, 0, 0.5);
}
@media (min-width: 40.0625em) {
  .YourLookHeader__titlePreTitle {
    bottom: 85%;
    left: 0%;
    -ms-transform: translateX(0%);
        transform: translateX(0%);
  }
}
@media (min-width: 64.0625em) {
  .YourLookHeader__titlePreTitle {
    font-size: 1.5rem;
  }
}

.YourLookHeader__introCopy {
  font-family: "Georgia", serif;
  font-size: 1rem;
  color: #ffffff;
  margin: 0;
  text-shadow: 1px 0.5px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  text-align: center;
  padding-top: 1em;
  margin: 0.4em auto 3em auto;
  max-width: 80%;
}
.YourLookHeader__introCopy:before {
  position: absolute;
  left: 50%;
  content: "";
  width: 5%;
  top: 0;
  left: 50%;
  margin-left: -5%;
  height: 1px;
  background: #ffffff;
  display: block;
}
@media (min-width: 40.0625em) {
  .YourLookHeader__introCopy {
    max-width: 25%;
    position: absolute;
    top: 57%;
    left: 10%;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  .YourLookHeader__introCopy:before {
    display: none;
  }
}
@media (min-width: 64.0625em) {
  .YourLookHeader__introCopy {
    font-size: 1.25rem;
  }
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.LookSelectorTool__stepHeading {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #cccccc;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  line-height: 1em;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
}
@media (min-width: 40.0625em) {
  .LookSelectorTool__stepHeading {
    font-size: 1.5rem;
  }
}
@media (min-width: 64.0625em) {
  .LookSelectorTool__stepHeading {
    max-width: 60%;
    margin: 0 auto;
  }
}

.LookSelectorTool__stepSubHeading {
  font-family: "Georgia", serif;
  font-size: 1rem;
  color: #989898;
  text-align: center;
  font-weight: normal;
}

.LookSelectorTool__stepNumber {
  font-family: "Georgia", serif;
  font-size: 0.75rem;
  letter-spacing: 0.100em;
  font-style: italic;
  color: #989898;
  display: block;
  clear: both;
}

.LookSelectorTool__step {
  position: relative;
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
  max-height: 0;
  transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  overflow: hidden;
}
.LookSelectorTool__step:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.1875rem;
  background: #ffffff;
  z-index: 10;
  content: "";
}
.LookSelectorTool__step:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 33%;
  height: 1px;
  background: #cccccc;
  z-index: 11;
  content: "";
}
.LookSelectorTool__step.activeStep .LookSelectorTool__stepHeading, .LookSelectorTool__step.expandedStep .LookSelectorTool__stepHeading {
  color: #000000;
}
.LookSelectorTool__step.expandedStep .LookSelectorTool__stepHeading {
  pointer-events: none;
  cursor: default;
}
.LookSelectorTool__step:last-child {
  margin-bottom: 2.5rem;
}

.LookSelectorTool__selectorWrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  box-sizing: border-box;
  margin: 1.2em auto;
}

.LookSelectorTool__selector {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  display: block;
  font-size: 1.125rem;
  background-color: #e1e1e1;
  color: #000000;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
  width: 50%;
  max-width: 50%;
  position: relative;
  padding: 0;
}
.LookSelectorTool__selector input {
  display: none;
}
.LookSelectorTool__selector span {
  text-align: center;
}
.LookSelectorTool__selector img, .LookSelectorTool__selector svg {
  cursor: pointer;
}
.LookSelectorTool__selector .LookSelectorTool__check {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  opacity: 0;
  z-index: 10;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 20px !important;
  height: 20px !important;
  padding: 0;
}
@media (min-width: 40.0625em) {
  .LookSelectorTool__selector {
    width: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 64.0625em) {
  .LookSelectorTool__selector {
    font-size: 1.25rem;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
.LookSelectorTool__selector.selected .LookSelectorTool__check {
  opacity: 1;
}

@media (min-width: 40.0625em) {
  .LookSelectorTool__selectorWrap6 .LookSelectorTool__selector {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 64.0625em) {
  .LookSelectorTool__selectorWrap6 .LookSelectorTool__selector {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    width: 33.33333333%;
    max-width: 33.33333333%;
  }
}

.LookSelectorTool__selectorRaster {
  color: #ffffff;
}
.LookSelectorTool__selectorRaster img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.LookSelectorTool__selectorRaster span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.LookSelectorTool__selectorRaster.selected span {
  background-color: #C53391;
}
@media (min-width: 40.0625em) {
  .LookSelectorTool__selectorRaster:hover span {
    background: rgba(0, 0, 0, 0.3);
  }
  .LookSelectorTool__selectorRaster:hover.selected span {
    background-color: #C53391;
  }
}

.LookSelectorTool__selectorRasterTall {
  color: #ffffff;
}
.LookSelectorTool__selectorRasterTall img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.LookSelectorTool__selectorRasterTall span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.LookSelectorTool__selectorRasterTall.selected span {
  background-color: #C53391;
}
@media (min-width: 40.0625em) {
  .LookSelectorTool__selectorRasterTall:hover span {
    background: rgba(0, 0, 0, 0.3);
  }
  .LookSelectorTool__selectorRasterTall:hover.selected span {
    background-color: #C53391;
  }
}

.LookSelectorTool__selectorVector {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.LookSelectorTool__selectorVector img, .LookSelectorTool__selectorVector svg {
  width: 100%;
  padding: 1em 20% 0.5em 20%;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.LookSelectorTool__selectorVector svg {
  max-height: 80%;
}
.LookSelectorTool__selectorVector svg path, .LookSelectorTool__selectorVector svg line {
  stroke: #000000;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.LookSelectorTool__selectorVector svg .cls-2 path {
  stroke: transparent;
  fill: #000000;
}
.LookSelectorTool__selectorVector span {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-top: 0rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.LookSelectorTool__selectorVector.selected {
  background-color: #C53391;
  color: #ffffff;
}
.LookSelectorTool__selectorVector.selected svg path, .LookSelectorTool__selectorVector.selected svg line {
  stroke: #ffffff;
}
.LookSelectorTool__selectorVector.selected svg .cls-2 path {
  stroke: transparent;
  fill: #ffffff;
}
@media (min-width: 40.0625em) {
  .LookSelectorTool__selectorVector:hover {
    background-color: #707070;
    color: #ffffff;
  }
  .LookSelectorTool__selectorVector:hover svg path, .LookSelectorTool__selectorVector:hover svg line {
    stroke: #ffffff;
  }
  .LookSelectorTool__selectorVector:hover svg .cls-2 path {
    stroke: transparent;
    fill: #ffffff;
  }
  .LookSelectorTool__selectorVector.selected:hover {
    background-color: #C53391;
  }
}

.LookSelectorTool__selectorText {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.LookSelectorTool__selectorText span {
  text-align: center;
  width: 100%;
  padding: 0 15%;
  display: block;
}
.LookSelectorTool__selectorText span.LookSelectorTool__selectorTextLarge {
  font-size: 2.25rem;
  width: 100%;
}
.LookSelectorTool__selectorText.selected {
  background-color: #C53391;
  color: #ffffff;
}
@media (min-width: 40.0625em) {
  .LookSelectorTool__selectorText:hover {
    background-color: #707070;
    color: #ffffff;
  }
  .LookSelectorTool__selectorText.selected:hover {
    background-color: #C53391;
  }
}
@media (min-width: 64.0625em) {
  .LookSelectorTool__selectorText span.LookSelectorTool__selectorTextLarge {
    font-size: 3rem;
  }
}

.LookSelectorTool__submit h2 {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  font-size: 3rem;
  position: relative;
  color: #000000;
  text-align: center;
  margin: 0.3em auto;
}
@media (min-width: 64.0625em) {
  .LookSelectorTool__submit h2 {
    font-size: 3.75rem;
  }
}
.LookSelectorTool__submit p {
  font-family: "Georgia", serif;
  font-size: 0.9375rem;
  color: #000000;
  text-align: center;
  margin: 0 auto 2em auto;
}
@media (min-width: 64.0625em) {
  .LookSelectorTool__submit p {
    max-width: 75%;
  }
}

.LookSelectorTool__getYourMatch {
  font-family: "Futura LT W05 Bold", sans-serif;
  text-align: center;
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0.4em 1.2em;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.166em;
  margin-bottom: 4rem;
  border: 1px solid #000000;
  background-color: #ffffff;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}
@media (min-width: 40.0625em) {
  .LookSelectorTool__getYourMatch:hover {
    color: #ffffff;
    background-color: #000000;
  }
  .LookSelectorTool__getYourMatch:active {
    color: #ffffff;
    background-color: #5c2d91;
  }
}
@media (min-width: 64.0625em) {
  .LookSelectorTool__getYourMatch {
    padding: 0.4em 1.5em;
  }
}

.LookSelectorTool__tapToSkipWrap {
  position: relative;
  z-index: 1000;
}
.LookSelectorTool__tapToSkipWrap .LookSelectorTool__tapToSkip {
  font-family: "Georgia", serif;
  font-style: italic;
  position: fixed;
  bottom: 2em;
  margin: 0 auto;
  padding: 0.4em 1.2em;
  background-color: #707070;
  background-color: rgba(112, 112, 112, 0.7);
  color: #ffffff;
  font-size: 1rem;
  display: block;
  left: 50%;
  border: 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transform: translateX(-50%) scale(0.8);
      transform: translateX(-50%) scale(0.8);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.LookSelectorTool__tapToSkipWrap .LookSelectorTool__tapToSkip span {
  text-decoration: underline;
}
.LookSelectorTool__tapToSkipWrap .LookSelectorTool__tapToSkip.LookSelectorTool__tapToSkipVisible {
  visibility: visible;
  opacity: 1;
  -ms-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1);
}
.LookSelectorTool__tapToSkipWrap .LookSelectorTool__tapToSkip.LookSelectorTool__tapToSkipVisible:hover {
  background-color: #C53391;
}
.LookSelectorTool__tapToSkipWrap .LookSelectorTool__tapToSkip.LookSelectorTool__tapToSkipPast {
  visibility: hidden;
  opacity: 0;
  -ms-transform: translateX(-50%) scale(0.8);
      transform: translateX(-50%) scale(0.8);
}

.LookSelectorTool__errors {
  text-align: center;
}
.LookSelectorTool__errors span {
  font-size: 1rem;
}

#SM-icon-fine .cls-5, #SM-icon-fine .cls-6 {
  stroke-miterlimit: 10;
  stroke-width: 80px;
}
#SM-icon-fine .cls-6 {
  stroke-dasharray: 0.98px 3.93px;
}

#SM-icon-medium .cls-5, #SM-icon-medium .cls-6 {
  stroke-miterlimit: 10;
  stroke-width: 80px;
}
#SM-icon-medium .cls-6 {
  stroke-dasharray: 2.07px 4.14px;
}

#SM-icon-thick .cls-5, #SM-icon-thick .cls-6 {
  stroke-miterlimit: 10;
  stroke-width: 80px;
}
#SM-icon-thick .cls-6 {
  stroke-dasharray: 4.15px 4.15px;
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.YourLookHeader__wrapper {
  padding: 3em 1em;
}
@media (min-width: 40.0625em) {
  .YourLookHeader__wrapper {
    display: -ms-flexbox;
    display: flex;
  }
}

.YourLookHeader__styleMatchWrap {
  background: #000000;
  color: #ffffff;
  height: 300px;
  text-align: center;
  font-size: 0;
}
.YourLookHeader__styleMatchWrap:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.YourLookHeader__styleMatchWrap .YourLookHeader__styleMatch {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}
.YourLookHeader__styleMatchWrap .YourLookHeader__styleMatch .YourLookHeader__title1 {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
}
.YourLookHeader__styleMatchWrap .YourLookHeader__styleMatch .YourLookHeader__title1 .YourLookHeader__title2 {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  display: block;
  font-size: 3rem;
  text-transform: none;
}
.YourLookHeader__styleMatchWrap .YourLookHeader__styleMatch .YourLookHeader__title1:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  background: #ffffff;
  margin: 0.6875rem auto;
}
@media (min-width: 64.0625em) {
  .YourLookHeader__styleMatchWrap .YourLookHeader__styleMatch .YourLookHeader__title1:after {
    margin: 0.9875rem auto;
  }
}
.YourLookHeader__styleMatchWrap .YourLookHeader__styleMatch p {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 40.0625em) {
  .YourLookHeader__styleMatchWrap {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
@media (min-width: 64.0625em) {
  .YourLookHeader__styleMatchWrap {
    padding: 3.5em 1em;
    height: 400px;
  }
}

.YourLookHeader__socialIconWrap .YourLookHeader__socialShare {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.YourLookHeader__socialIconWrap .YourLookHeader__socialShare .YourLookHeader__socialShareAddOn {
  display: none;
}
.YourLookHeader__socialIconWrap .YourLookHeader__socialShare .YourLookHeader__colon2 {
  display: none;
}
@media (min-width: 40.0625em) {
  .YourLookHeader__socialIconWrap {
    margin-top: 0.6em;
  }
}
@media (min-width: 64.0625em) {
  .YourLookHeader__socialIconWrap {
    margin-top: 1.5em;
  }
  .YourLookHeader__socialIconWrap .YourLookHeader__socialShare .YourLookHeader__colon1 {
    display: none;
  }
  .YourLookHeader__socialIconWrap .YourLookHeader__socialShare .YourLookHeader__socialShareAddOn {
    display: inline;
  }
  .YourLookHeader__socialIconWrap .YourLookHeader__socialShare .YourLookHeader__colon2 {
    display: inline;
  }
}

.YourLookHeader__socialIcon {
  display: inline-block;
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.25em;
  overflow: hidden;
  border-radius: 1.25rem;
  background-color: #ffffff;
  -ms-transform: translateX(10%) translateY(35%);
      transform: translateX(10%) translateY(35%);
}
.YourLookHeader__socialIcon:after {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  content: "";
  background-size: 100% 100%;
}
@media (min-width: 40.0625em) {
  .YourLookHeader__socialIcon {
    transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .YourLookHeader__socialIcon:hover {
    background-color: #989898;
  }
}

.YourLookHeader__socialIconFacebook:after {
  background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/facebook-footer.svg);
}

.YourLookHeader__socialIconTwitter:after {
  background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/twitter-footer.svg);
}

.YourLookHeader__socialIconPinterest:after {
  background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/pinterest-footer.svg);
}

.YourLookHeader__socialIconEmail:after {
  background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/mail-black.svg);
}

.YourLookHeader__imageWrap {
  overflow: hidden;
  height: 300px;
}
.YourLookHeader__imageWrap .YourLookHeader__image {
  width: 100%;
}
@media (min-width: 40.0625em) {
  .YourLookHeader__imageWrap {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .YourLookHeader__imageWrap .YourLookHeader__image {
    width: 115%;
  }
}
@media (min-width: 64.0625em) {
  .YourLookHeader__imageWrap {
    height: 400px;
  }
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.YourLookQuestionResponse__wrapper {
  margin-top: 2em;
}
@media (min-width: 64.0625em) {
  .YourLookQuestionResponse__wrapper {
    max-width: 1005px;
  }
}

.YourLookQuestionResponse__headerWrap {
  text-align: center;
}
.YourLookQuestionResponse__headerWrap h2 {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.1em;
}
.YourLookQuestionResponse__headerWrap p {
  color: #989898;
  margin: .25em auto 1.5em;
  width: 90%;
  line-height: 1.5;
}

.YourLookQuestionResponse__carouselWrap {
  position: relative;
}
.YourLookQuestionResponse__carouselWrap:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #989898;
}

.YourLookQuestionResponse__carousel .slick-prev:after {
  border-left-color: #000000;
  border-bottom-color: #000000;
}
.YourLookQuestionResponse__carousel .slick-next:after {
  border-top-color: #000000;
  border-right-color: #000000;
}
.YourLookQuestionResponse__carousel .slick-dots {
  position: relative;
  text-align: center;
}
.YourLookQuestionResponse__carousel .slick-dots button:after {
  background: #000000;
}

@media (min-width: 40.0625em) {
  .YourLookQuestionResponse__carouselProduct {
    width: 33.33333333%;
    float: left;
  }
}

.YourLookQuestionResponse__carouselProductInside {
  display: block;
  cursor: default;
}
.YourLookQuestionResponse__carouselProductInside img {
  max-width: 33.33333333%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 40.0625em) {
  .YourLookQuestionResponse__carouselProductInside {
    cursor: pointer;
    border-radius: .0625rem;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .YourLookQuestionResponse__carouselProductInside:hover {
    box-shadow: 0px 10px 20px 2px rgba(152, 152, 152, 0.35);
    -ms-transform: translateY(-1px);
        transform: translateY(-1px);
  }
  .YourLookQuestionResponse__carouselProductInside:hover .YourLookQuestionResponse__stars {
    opacity: 1;
  }
  .YourLookQuestionResponse__carouselProductInside img {
    max-width: 100%;
  }
}

.YourLookQuestionResponse__productInfo {
  margin-top: 1em;
  text-align: center;
}
.YourLookQuestionResponse__productInfo h3 {
  font-family: "Futura LT W05 Bold", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 0;
}
.YourLookQuestionResponse__productInfo p {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 40.0625em) {
  .YourLookQuestionResponse__productInfo {
    padding: 0 1em 1em;
  }
}

.YourLookQuestionResponse__stars {
  opacity: 0;
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.YourLookQuestionResponse__stars .YourLookQuestionResponse__starPositive, .YourLookQuestionResponse__stars .YourLookQuestionResponse__starNegative {
  display: inline-block;
}
.YourLookQuestionResponse__stars .YourLookQuestionResponse__starNegative {
  opacity: .3;
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.LookSuggestions__wrapper {
  position: relative;
  max-width: 1005px;
  margin-top: 4em;
}
.LookSuggestions__wrapper .LookSuggestions__suggestionWrapper {
  position: relative;
}
.LookSuggestions__wrapper .LookSuggestions__suggestionWrapper:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #989898;
}

.LookSuggestions__headerWrap {
  text-align: center;
}
.LookSuggestions__headerWrap h2 {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  font-size: 3rem;
  margin: 0;
}
.LookSuggestions__headerWrap p {
  color: #989898;
  margin: .25em auto 1.5em;
  width: 90%;
  line-height: 1.5;
}

.LookSuggestions__lookInside {
  position: relative;
  cursor: pointer;
}
.LookSuggestions__lookInside .LookSuggestions__lookImage {
  width: 100%;
}
.LookSuggestions__lookInside .LookSuggestions__videoPlayButton {
  display: block;
  z-index: 10;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.LookSuggestions__lookInside .LookSuggestions__videoPlayButton .LookSuggestions__play {
  position: absolute;
  top: 35%;
  left: 45%;
  width: 18%;
  display: block;
  opacity: 0.6;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .LookSuggestions__lookInside:hover .LookSuggestions__videoPlayButton .LookSuggestions__play {
    opacity: 1;
    -ms-transform: scale(1.1);
        transform: scale(1.1);
  }
}

.LookSuggestions__videoWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  display: none;
  z-index: 10;
}
.LookSuggestions__videoWrap.active {
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
}

.LookSuggestions__video {
  -ms-flex: 1;
      flex: 1;
  max-width: 100%;
  height: auto;
}

.LookSuggestions__contentInside {
  background-color: #dbdbdb;
  padding: 1.5em 0;
  text-align: center;
}
.LookSuggestions__contentInside .LookSuggestions__lookPrefix {
  font-family: "Bodoni Svntytwo ITC W05 Book I";
  color: #989898;
  font-size: 0.9rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.LookSuggestions__contentInside .LookSuggestions__lookPrefix .LookSuggestions__lookNumber {
  font-size: 0.75rem;
}
.LookSuggestions__contentInside .LookSuggestions__lookTitle {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  margin: .25em 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.LookSuggestions__contentInside .LookSuggestions__lookDescription {
  display: block;
  margin: 0 0 .5em 0;
}
.LookSuggestions__contentInside .LookSuggestions__lookTime {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
}

@media (min-width: 40.0625em) {
  .LookSuggestions__essentialsWrapper {
    padding: 25px 10px 0 0;
  }
}

.LookSuggestions__essentialsHeader h3 {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (min-width: 40.0625em) {
  .LookSuggestions__essentialsHeader {
    position: relative;
    width: 95%;
    margin: 0 0 auto 0;
  }
  .LookSuggestions__essentialsHeader h3 {
    margin: 0;
    padding: 0 1em;
  }
  .LookSuggestions__essentialsHeader:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #989898;
  }
}
@media (min-width: 64.0625em) {
  .LookSuggestions__essentialsHeader h3 {
    padding: 0;
  }
}

.LookSuggestions__carousel {
  position: relative;
}
.LookSuggestions__carousel .slick-prev:after {
  top: 40%;
  left: 1rem;
  border-left-color: #000000;
  border-bottom-color: #000000;
}
.LookSuggestions__carousel .slick-next:after {
  top: 40%;
  right: 1rem;
  border-top-color: #000000;
  border-right-color: #000000;
}
.LookSuggestions__carousel .slick-dots {
  position: relative;
  text-align: center;
}
.LookSuggestions__carousel .slick-dots button:after {
  background: #000000;
}
.LookSuggestions__carousel:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #989898;
}
@media (min-width: 40.0625em) {
  .LookSuggestions__carousel {
    margin-top: 2em;
  }
  .LookSuggestions__carousel:after {
    opacity: 0;
  }
}

@media (min-width: 40.0625em) {
  .LookSuggestions__carouselProduct {
    margin-bottom: 1em;
  }
}
@media (min-width: 64.0625em) {
  .LookSuggestions__carouselProduct {
    float: left;
    width: 50%;
  }
}

.LookSuggestions__carouselProductInside {
  display: block;
  position: relative;
  width: 75%;
  margin: 0 auto;
  cursor: default;
}
.LookSuggestions__carouselProductInside .LookSuggestions__carouselProductImage {
  float: left;
  width: 50%;
}
.LookSuggestions__carouselProductInside .LookSuggestions__productInfo {
  position: absolute;
  top: 30%;
  right: 0;
  float: right;
  width: 50%;
  padding: 0 1em;
}
.LookSuggestions__carouselProductInside .LookSuggestions__productInfo h3 {
  font-family: "Futura LT W05 Bold", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 0;
}
.LookSuggestions__carouselProductInside .LookSuggestions__productInfo p {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 40.0625em) {
  .LookSuggestions__carouselProductInside {
    width: 100%;
    cursor: pointer;
  }
  .LookSuggestions__carouselProductInside .LookSuggestions__carouselProductImage {
    float: none;
    display: block;
    margin: auto;
  }
  .LookSuggestions__carouselProductInside .LookSuggestions__productInfo {
    position: relative;
    float: none;
    width: 100%;
    text-align: center;
    padding: 0 2em;
  }
}

.LookSuggestions__theHowToWrapper:last-of-type {
  position: relative;
}
@media (min-width: 40.0625em) {
  .LookSuggestions__theHowToWrapper {
    padding: 25px 0 0 10px;
  }
}

.LookSuggestions__theHowToHeader {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  margin: 4em 0 0 0;
}
.LookSuggestions__theHowToHeader h3 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 40.0625em) {
  .LookSuggestions__theHowToHeader {
    position: relative;
    width: 95%;
    margin: 0 0 0 auto;
  }
  .LookSuggestions__theHowToHeader span {
    display: block;
  }
  .LookSuggestions__theHowToHeader h3 {
    margin: 0;
  }
  .LookSuggestions__theHowToHeader:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #989898;
  }
}
@media (min-width: 64.0625em) {
  .LookSuggestions__theHowToHeader span {
    display: inline;
  }
}

.LookSuggestions__theHowToList ol {
  counter-reset: li;
  margin: 0 auto;
  padding: 0;
}
.LookSuggestions__theHowToList ol li {
  position: relative;
  list-style: none;
  padding: 0 0 0 2em;
  line-height: 1.5;
  margin-bottom: 1.66667rem;
}
.LookSuggestions__theHowToList ol li:before {
  color: #989898;
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 1.75em;
  height: 1.75em;
  border-radius: 100%;
  text-align: center;
  line-height: 1.5em;
  border: 1px solid #989898;
  font-size: 0.88889rem;
}
@media (min-width: 40.0625em) {
  .LookSuggestions__theHowToList {
    margin-top: 2em;
  }
  .LookSuggestions__theHowToList ol {
    padding: 0 0 0 1em;
  }
}

.LookSuggestions__saveOrResetWrapper {
  margin-top: 4em;
  position: relative;
}
.LookSuggestions__saveOrResetWrapper:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #989898;
}
@media (min-width: 64.0625em) {
  .LookSuggestions__saveOrResetWrapper {
    width: 55%;
    margin: 4em auto 0;
  }
  .LookSuggestions__saveOrResetWrapper:after {
    opacity: 0;
  }
}

.LookSuggestions__saveOrResetHeader {
  text-align: center;
}
.LookSuggestions__saveOrResetHeader h2 {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  font-size: 3rem;
  margin: 0;
  padding: 0 1.5em;
  line-height: .85;
}
.LookSuggestions__saveOrResetHeader p {
  color: #989898;
  width: 90%;
  margin: .5em auto 1.5em;
  line-height: 1.5;
}

.LookSuggestions__saveOrResetCtaWrap {
  display: block;
  position: relative;
}
.LookSuggestions__saveOrResetCtaWrap h3 {
  font-family: "Futura LT W05 Bold", sans-serif;
  display: table;
  float: left;
  width: 50%;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
}
.LookSuggestions__saveOrResetCtaWrap .LookSuggestions__saveOrResetCta {
  position: relative;
}
.LookSuggestions__saveOrResetCtaWrap .LookSuggestions__saveOrResetCta:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 3px;
  width: 100%;
  background: #000000;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.LookSuggestions__saveOrResetCtaWrap .LookSuggestions__saveOrResetDivider {
  position: absolute;
  left: 50%;
  top: 10%;
  bottom: 10%;
  border-left: 1px solid #000000;
}
@media (min-width: 40.0625em) {
  .LookSuggestions__saveOrResetCtaWrap .LookSuggestions__saveOrResetCta:hover {
    color: #4b4a4b;
  }
  .LookSuggestions__saveOrResetCtaWrap .LookSuggestions__saveOrResetCta:hover:after {
    background: #4b4a4b;
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
  .LookSuggestions__saveOrResetCtaWrap .LookSuggestions__saveOrResetCta:active {
    color: #5c2d91;
  }
  .LookSuggestions__saveOrResetCtaWrap .LookSuggestions__saveOrResetCta:active:active {
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.YourLookRelatedArticles__wrapper {
  margin-top: 4em;
}
@media (min-width: 64.0625em) {
  .YourLookRelatedArticles__wrapper {
    margin-top: 2em;
    padding: 0;
  }
}

.YourLookRelatedArticles__header h3 {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 40.0625em) {
  .YourLookRelatedArticles__header h3 {
    margin-top: 1em;
  }
}
@media (min-width: 64.0625em) {
  .YourLookRelatedArticles__header .YourLookRelatedArticles__topDivider {
    display: block;
    width: 100%;
    height: 1px;
    background: #989898;
  }
}

.YourLookRelatedArticles__socialIcon {
  opacity: 0;
  display: block;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 4;
  width: 1.875rem;
  height: 1.875rem;
  overflow: hidden;
  border-radius: 1.25rem;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transform: translateX(5px);
      transform: translateX(5px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border: 1px solid transparent;
}
.YourLookRelatedArticles__socialIcon:nth-child(1) {
  transition-delay: 0.15s;
}
.YourLookRelatedArticles__socialIcon:nth-child(2) {
  top: calc(1.5em + 1.875rem);
  transition-delay: 0.10s;
}
.YourLookRelatedArticles__socialIcon:nth-child(3) {
  top: calc(2em + 3.75rem);
  transition-delay: 0.05s;
}
.YourLookRelatedArticles__socialIcon:nth-child(4) {
  top: calc(2.5em + 5.625rem);
  transition-delay: 0s;
}
.YourLookRelatedArticles__socialIcon:after {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  content: "";
  background-size: 100% 100%;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .YourLookRelatedArticles__socialIcon:hover {
    background-color: #000000;
  }
}

@media (min-width: 40.0625em) {
  .YourLookRelatedArticles__socialIconFacebook:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/facebook-footer.svg);
  }
  .YourLookRelatedArticles__socialIconFacebook:hover:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/facebook.svg);
  }
}

@media (min-width: 40.0625em) {
  .YourLookRelatedArticles__socialIconTwitter:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/twitter-footer.svg);
  }
  .YourLookRelatedArticles__socialIconTwitter:hover:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/twitter.svg);
  }
}

@media (min-width: 40.0625em) {
  .YourLookRelatedArticles__socialIconPinterest:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/pinterest-footer.svg);
  }
  .YourLookRelatedArticles__socialIconPinterest:hover:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/pinterest.svg);
  }
}

@media (min-width: 40.0625em) {
  .YourLookRelatedArticles__socialIconEmail:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/mail-black.svg);
  }
  .YourLookRelatedArticles__socialIconEmail:hover:after {
    background-image: url(/content/dam/sites/kaousa/www-johnfrieda-com/master/svg/mail.svg);
  }
}

.YourLookRelatedArticles__articleWrap {
  position: relative;
  margin-top: 1.5em;
}
.YourLookRelatedArticles__articleWrap .YourLookRelatedArticles__link {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.YourLookRelatedArticles__articleWrap .YourLookRelatedArticles__link h3 {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  padding: 15px 0;
  font-size: 1rem;
}
.YourLookRelatedArticles__articleWrap .YourLookRelatedArticles__link h3:after {
  border-color: #C53391;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .YourLookRelatedArticles__articleWrap {
    float: left;
    width: calc(50% - 10px);
  }
  .YourLookRelatedArticles__articleWrap:nth-of-type(2) {
    float: none;
    width: 100%;
  }
  .YourLookRelatedArticles__articleWrap:nth-of-type(3) {
    margin: 0 10px 0 0;
  }
  .YourLookRelatedArticles__articleWrap:nth-of-type(4) {
    margin: 0 0 0 10px;
  }
  .YourLookRelatedArticles__articleWrap:hover .articleLinkBackgroundOverlay {
    opacity: 0;
  }
  .YourLookRelatedArticles__articleWrap:hover .articleLinkImage {
    -ms-transform: scale(1.025);
        transform: scale(1.025);
  }
  .YourLookRelatedArticles__articleWrap:hover h3 {
    color: #989898;
  }
  .YourLookRelatedArticles__articleWrap:hover h3:after {
    transform: translateX(0.25em) rotateZ(45deg);
  }
  .YourLookRelatedArticles__articleWrap:hover .YourLookRelatedArticles__socialIcon {
    opacity: 1;
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
  .YourLookRelatedArticles__articleWrap:hover .YourLookRelatedArticles__socialIcon:nth-child(1) {
    transition-delay: 0s;
  }
  .YourLookRelatedArticles__articleWrap:hover .YourLookRelatedArticles__socialIcon:nth-child(2) {
    transition-delay: 0.05s;
  }
  .YourLookRelatedArticles__articleWrap:hover .YourLookRelatedArticles__socialIcon:nth-child(3) {
    transition-delay: 0.1s;
  }
  .YourLookRelatedArticles__articleWrap:hover .YourLookRelatedArticles__socialIcon:nth-child(4) {
    transition-delay: 0.15s;
  }
  .YourLookRelatedArticles__articleWrap:hover .YourLookRelatedArticles__socialIcon:hover {
    transition-delay: 0s;
  }
}
@media (min-width: 64.0625em) {
  .YourLookRelatedArticles__articleWrap {
    width: calc((100%/3) - 20px);
  }
  .YourLookRelatedArticles__articleWrap:nth-of-type(2) {
    float: left;
    width: calc((100%/3) - 20px);
    margin: 1.5em 10px 0 10px;
  }
  .YourLookRelatedArticles__articleWrap:nth-of-type(3) {
    margin: 1.5em 10px 0 10px;
  }
  .YourLookRelatedArticles__articleWrap:nth-of-type(4) {
    margin: 1.5em 10px 0 10px;
  }
}

.YourLookRelatedArticles__overlayWrap {
  position: relative;
}
.YourLookRelatedArticles__overlayWrap .articleLinkBackgroundOverlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.YourLookRelatedArticles__overlayWrap .articleLinkImage {
  z-index: 2;
  width: 100%;
  display: block;
  clear: both;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.ProductOverviewHeader__topWrap {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #000000;
  padding: 0 0 1em 0;
}
@media (max-width: 40em) {
  .ProductOverviewHeader__topWrap {
    background-image: none !important;
  }
}
@media (min-width: 40.0625em) {
  .ProductOverviewHeader__topWrap {
    padding: 0;
    max-height: 525px;
  }
}

.ProductOverviewHeader__topImage {
  display: block;
  position: relative;
  max-width: 100%;
}
@media (min-width: 40.0625em) {
  .ProductOverviewHeader__topImage {
    display: none;
  }
}

.ProductOverviewHeader__title {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  font-size: 3.75rem;
  position: relative;
  color: #ffffff;
  text-shadow: 1px 0.5px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0.2em 0 0 0;
  text-align: center;
}
@media (min-width: 40.0625em) {
  .ProductOverviewHeader__title {
    margin: 0.80em 0 0 0;
    font-size: 3rem;
    position: absolute;
    text-align: left;
    left: 10%;
    top: 20%;
    margin: 0;
  }
}
@media (min-width: 64.0625em) {
  .ProductOverviewHeader__title {
    top: 16%;
    font-size: 4.5rem;
  }
}

.ProductOverviewHeader__titlePreTitle {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.050em;
  text-transform: uppercase;
  position: absolute;
  bottom: 75%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  text-shadow: 1px 0.5px 5px rgba(0, 0, 0, 0.5);
}
@media (min-width: 40.0625em) {
  .ProductOverviewHeader__titlePreTitle {
    bottom: 75%;
    left: 0%;
    -ms-transform: translateX(0%);
        transform: translateX(0%);
  }
}
@media (min-width: 64.0625em) {
  .ProductOverviewHeader__titlePreTitle {
    font-size: 1.5rem;
  }
}

.ProductOverviewHeader__description {
  font-family: "Georgia", serif;
  color: #ffffff;
  margin: 20px 0;
  font-size: 0.875rem;
  text-align: center;
  font-weight: normal;
}
@media (min-width: 40.0625em) {
  .ProductOverviewHeader__description {
    position: absolute;
    left: 10%;
    top: 34%;
    margin: 0;
    text-align: left;
    font-size: 1rem;
  }
}
@media (min-width: 64.0625em) {
  .ProductOverviewHeader__description {
    top: 35%;
    font-size: 1.125rem;
  }
}

.ProductOverviewHeader__ctaLink {
  font-family: "Futura LT W05 Bold", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  position: relative;
  clear: both;
  margin: 0.8em auto 2em auto;
  display: table;
  clear: both;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ProductOverviewHeader__ctaLink:after {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: #ffffff;
  content: "";
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .ProductOverviewHeader__ctaLink {
    color: #ffffff;
    margin: 0 0 1.5em 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10%;
  }
  .ProductOverviewHeader__ctaLink:after {
    background: #ffffff;
  }
  .ProductOverviewHeader__ctaLink:hover {
    color: #c2c2c2;
  }
  .ProductOverviewHeader__ctaLink:hover:hover:after {
    background: #c2c2c2;
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
  .ProductOverviewHeader__ctaLink:active {
    color: #ffffff;
  }
  .ProductOverviewHeader__ctaLink:active:after {
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
}
@media (min-width: 64.0625em) {
  .ProductOverviewHeader__ctaLink {
    font-size: 1.125rem;
    margin: 0;
    left: 10%;
  }
}

.ProductOverviewHeader__productPhoto {
  position: relative;
  display: block;
  clear: both;
  border: 1px solid transparent;
  max-width: 45%;
  margin: -15% auto 0 auto;
}
@media (min-width: 40.0625em) {
  .ProductOverviewHeader__productPhoto {
    position: absolute;
    left: 10%;
    top: 57%;
    max-width: 130px;
    margin: 0;
  }
}
@media (min-width: 64.0625em) {
  .ProductOverviewHeader__productPhoto {
    max-width: 170px;
  }
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.ProductOverviewModule__navigation {
  width: 100%;
  display: block;
  clear: both;
  background: #cccccc;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 2.5rem;
  backface-visibility: hidden;
  z-index: 100;
  overflow: hidden;
}
.ProductOverviewModule__navigation:before {
  font-family: "Georgia", serif;
  content: "Sort by";
  text-transform: uppercase;
  background: #242424;
  font-style: italic;
  color: #989898;
  font-size: 0.625rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  text-align: right;
  padding: 10px 15px;
  box-sizing: border-box;
  vertical-align: middle;
}
@media (min-width: 40.0625em) {
  .ProductOverviewModule__navigation:before {
    padding: 10px 15px 11px 15px;
    font-size: 0.75rem;
    width: 90px;
    display: inline-block;
  }
}
@media (min-width: 64.0625em) {
  .ProductOverviewModule__navigation:before {
    padding: 13px 15px;
  }
}
.ProductOverviewModule__navigation ul {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  width: calc(100% - 55px);
  position: relative;
  font-size: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  background: #707070;
  margin: 0 0 40px 65px;
  padding: 0;
  color: #ffffff;
}
.ProductOverviewModule__navigation ul li {
  -ms-flex: 1;
      flex: 1;
  max-width: 33.33333333%;
  display: block;
  text-align: center;
}
.ProductOverviewModule__navigation ul li a {
  display: block;
  padding: 8px;
}
.ProductOverviewModule__navigation ul li span.arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #cccccc;
  opacity: 0;
  display: block;
  clear: both;
  margin: -5px auto 0 auto;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ProductOverviewModule__navigation ul li ul {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: transparent;
  box-sizing: border-box;
  color: #707070;
  text-transform: uppercase;
  font-size: 0.75rem;
  opacity: 0;
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
  line-height: 1.25em;
  visibility: hidden;
  margin: 0;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  display: block;
  text-align: left;
}
.ProductOverviewModule__navigation ul li ul li {
  max-width: 1000px;
  display: inline-block;
  text-align: left;
}
.ProductOverviewModule__navigation ul li ul li a {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 13px 15px 12px 15px;
}
.ProductOverviewModule__navigation ul li.active span.arrow {
  opacity: 1;
}
.ProductOverviewModule__navigation ul li.active ul {
  opacity: 1;
  -ms-transform: translateY(0px);
      transform: translateY(0px);
  visibility: visible;
  transition: all 0.4s ease-out;
}
@media all and (-ms-high-contrast: none) {
  .ProductOverviewModule__navigation ul li.active ul {
    padding-bottom: 0.5em;
  }
}
@media (min-width: 40.0625em) {
  .ProductOverviewModule__navigation ul {
    font-size: 0.75rem;
  }
}
.ProductOverviewModule__navigation span.ProductOverviewModule__fadeLeft {
  position: absolute;
  top: 34px;
  left: 0;
  box-shadow: 15px 0 5px -7px #cccccc;
  width: 90px;
  height: 67%;
  content: "";
  display: block;
  z-index: 10;
}
.ProductOverviewModule__navigation span.ProductOverviewModule__fadeRight {
  position: absolute;
  top: 34px;
  right: -90px;
  box-shadow: -15px 0 5px -7px #cccccc;
  width: 90px;
  height: 67%;
  content: "";
  display: block;
  z-index: 10;
}
@media (max-width: 64em) {
  .ProductOverviewModule__navigation {
    left: 0px !important;
  }
}
@media (max-width: 40em) {
  .ProductOverviewModule__navigation span.ProductOverviewModule__fadeLeft {
    width: 75px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 40em) {
  .ProductOverviewModule__navigation:before {
    padding: 10px 15px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 40em), (min-resolution: 192dpi) and (max-width: 40em) {
  .ProductOverviewModule__navigation:before {
    padding: 10px 15px;
  }
}
@media (min-width: 40.0625em) {
  .ProductOverviewModule__navigation ul {
    font-family: "Futura LT W05 Book", sans-serif;
    font-weight: 400;
    width: calc(100% - 70px);
    margin: 0 0 39px 80px;
    position: relative;
    font-size: 0.875rem;
  }
  .ProductOverviewModule__navigation ul li {
    max-width: 33.33333333%;
  }
  .ProductOverviewModule__navigation ul li a {
    padding: 8px 20px;
  }
  .ProductOverviewModule__navigation ul li ul li a {
    padding: 12px 22px;
  }
}
@media (min-width: 64.0625em) {
  .ProductOverviewModule__navigation > ul li {
    max-width: 20%;
  }
  .ProductOverviewModule__navigation ul {
    font-family: "Futura LT W05 Book", sans-serif;
    font-weight: 400;
    position: relative;
    font-size: 1.125rem;
  }
  .ProductOverviewModule__navigation ul li a {
    padding: 8px 25px;
  }
  .ProductOverviewModule__navigation ul li a:hover {
    background: #656565;
  }
  .ProductOverviewModule__navigation ul li ul li a {
    padding: 12px 25px;
  }
  .ProductOverviewModule__navigation ul li ul li a:hover {
    color: #000000;
    background: #b7b7b7;
  }
}
@media all and (-ms-high-contrast: none) {
  .ProductOverviewModule__navigation {
    height: 85px;
  }
}

.ProductOverviewModule__productGalleryWrap {
  padding: 0;
  display: block;
  clear: both;
  margin-bottom: 2em;
}

.ProductOverviewModule__productGalleryInnerWrap {
  display: block;
  clear: both;
  position: relative;
}

.ProductOverviewModule__gallery {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
}

.ProductOverviewModule__product, .ProductOverviewModule__gridSizer {
  display: block;
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}
.ProductOverviewModule__product img, .ProductOverviewModule__gridSizer img {
  width: 100%;
  display: block;
  clear: both;
}

.ProductOverviewModule__gridSizer {
  display: none;
}

.ProductOverviewModule__product {
  box-sizing: border-box;
  width: 50%;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 10px;
  -ms-flex: 1;
      flex: 1;
  position: relative;
}
.ProductOverviewModule__product img {
  display: block;
  max-width: 50%;
  margin: 0 auto;
}
.ProductOverviewModule__product h3 {
  font-family: "Futura LT W05 Bold", sans-serif;
  font-size: 0.625rem;
  text-transform: uppercase;
  text-align: center;
}
.ProductOverviewModule__product h3 span {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  width: 100%;
  max-width: 100%;
  display: block;
  clear: both;
}
@media (min-width: 40.0625em) {
  .ProductOverviewModule__product {
    width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .ProductOverviewModule__product img {
    max-width: 75%;
    padding-top: 20px;
  }
}
@media (min-width: 64.0625em) {
  .ProductOverviewModule__product {
    max-height: 1000px;
  }
  .ProductOverviewModule__product h3 {
    font-size: 0.875rem;
  }
  .ProductOverviewModule__product h3 span {
    font-size: 0.875rem;
  }
  .ProductOverviewModule__product img {
    max-width: 50%;
    padding-top: 0;
  }
}

.ProductOverviewModule__initialProduct {
  visibility: hidden;
}

.ProductOverviewModule__sectionIntroTile {
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 40.0625em) {
  .ProductOverviewModule__sectionIntroTile {
    width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (min-width: 64.0625em) {
  .ProductOverviewModule__sectionIntroTile {
    width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

.ProductOverviewModule__sectionIntroTileInside {
  width: 100%;
  display: block;
  clear: both;
  position: relative;
  max-height: 270px;
  overflow: hidden;
}
.ProductOverviewModule__sectionIntroTileInside a {
  display: block;
}
.ProductOverviewModule__sectionIntroTileInside img {
  max-width: 100%;
  padding-top: 0;
}
.ProductOverviewModule__sectionIntroTileInside h2 {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  text-align: center;
  font-size: 1.5rem;
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: block;
  width: calc(100% - 20px);
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
}
.ProductOverviewModule__sectionIntroTileInside h2 span {
  font-family: "Georgia", serif;
  font-size: 0.875rem;
  line-height: 1.5em;
  display: block;
  clear: both;
  padding-top: 0.65em;
  margin-top: 0.5em;
  position: relative;
}
.ProductOverviewModule__sectionIntroTileInside h2 span:before {
  position: absolute;
  left: 50%;
  content: "";
  width: 20px;
  top: 0;
  left: 50%;
  margin-left: -5%;
  height: 1px;
  background: #ffffff;
  display: block;
}
@media (min-width: 40.0625em) {
  .ProductOverviewModule__sectionIntroTileInside {
    max-height: 300px;
  }
  .ProductOverviewModule__sectionIntroTileInside h2 {
    font-size: 1.875rem;
  }
  .ProductOverviewModule__sectionIntroTileInside h2 span {
    font-size: 0.9375rem;
  }
}
@media (min-width: 64.0625em) {
  .ProductOverviewModule__sectionIntroTileInside {
    max-height: 1000px;
    overflow: hidden;
  }
}

[class^="ProductOverviewModule__buyNowLink"], [class*=" ProductOverviewModule__buyNowLink"] {
  font-family: "Futura LT W05 Bold", sans-serif;
  text-align: center;
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 100%;
}
[class^="ProductOverviewModule__buyNowLink"] a, [class*=" ProductOverviewModule__buyNowLink"] a {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  border: 1px solid #000000;
  display: block;
  padding: 0.4em 1.2em;
  white-space: nowrap;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}
@media (min-width: 40.0625em) {
  [class^="ProductOverviewModule__buyNowLink"] a:hover, [class*=" ProductOverviewModule__buyNowLink"] a:hover {
    color: #ffffff;
    background: #000000;
  }
  [class^="ProductOverviewModule__buyNowLink"] a:active, [class*=" ProductOverviewModule__buyNowLink"] a:active {
    color: #ffffff;
    background: #5c2d91;
  }
}
@media (min-width: 64.0625em) {
  [class^="ProductOverviewModule__buyNowLink"] a, [class*=" ProductOverviewModule__buyNowLink"] a {
    padding: 0.4em 1.5em;
  }
}

.ProductOverviewModule__buyNowLink0 {
  min-height: 100px !important;
  max-height: 100px !important;
}
@media (min-width: 64.0625em) {
  .ProductOverviewModule__buyNowLink0 {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-height: 0px !important;
    max-height: 1000px !important;
  }
}

.ProductOverviewModule__buyNowLink1 {
  min-height: 100px !important;
  max-height: 100px !important;
}
@media (min-width: 64.0625em) {
  .ProductOverviewModule__buyNowLink1 {
    width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    min-height: 0px !important;
    max-height: 1000px !important;
  }
}

.ProductOverviewModule__buyNowLink2 {
  min-height: 100px !important;
  max-height: 100px !important;
}
@media (min-width: 40.0625em) {
  .ProductOverviewModule__buyNowLink2 {
    width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    min-height: 0px !important;
    max-height: 1000px !important;
  }
}
@media (min-width: 64.0625em) {
  .ProductOverviewModule__buyNowLink2 {
    width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.ProductOverviewModule__buyNowLink3 {
  min-height: 100px !important;
  max-height: 100px !important;
}
@media (min-width: 40.0625em) {
  .ProductOverviewModule__buyNowLink3 {
    width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    min-height: 0px !important;
    max-height: 1000px !important;
  }
}
@media (min-width: 64.0625em) {
  .ProductOverviewModule__buyNowLink3 {
    width: 75%;
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}

.ProductOverviewModule__notSure {
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-width: calc(100% - 20px);
  box-sizing: border-box;
  background: #f0f0f0;
  padding: 0;
  text-align: center;
  margin: 1em 10px 2em 10px;
}
.ProductOverviewModule__notSure img {
  width: 100%;
  max-width: 100%;
  display: block;
  clear: both;
  padding: 0;
  margin-bottom: 1em;
}
.ProductOverviewModule__notSure span.ProductOverviewModule__notSureText {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  display: block;
  clear: both;
}
.ProductOverviewModule__notSure h2 {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  font-size: 3rem;
  margin: 0;
  line-height: 0.65em;
  margin-bottom: 0.4em;
}
.ProductOverviewModule__notSure h2 span {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: uppercase;
  display: block;
  width: 100%;
  clear: both;
}
.ProductOverviewModule__notSure p {
  color: #000000;
  opacity: 0.75;
  font-size: 0.875rem;
}
@media (min-width: 40.0625em) {
  .ProductOverviewModule__notSure {
    text-align: left;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    margin: 1.5em 10px 3em 10px;
    max-height: 260px;
    overflow: hidden;
  }
  .ProductOverviewModule__notSure img, .ProductOverviewModule__notSure .ProductOverviewModule__notSureText {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    -ms-flex: 1;
        flex: 1;
    margin-bottom: 0;
  }
  .ProductOverviewModule__notSure .ProductOverviewModule__notSureText {
    padding: 0 10px;
  }
  .ProductOverviewModule__notSure h2 {
    font-size: 3rem;
  }
}
@media (min-width: 64.0625em) {
  .ProductOverviewModule__notSure {
    max-width: 75%;
    width: 75%;
    margin: 1.5em 12.5% 3em 12.5%;
  }
  .ProductOverviewModule__notSure h2 {
    font-size: 3.75rem;
  }
  .ProductOverviewModule__notSure h2 span {
    font-size: 1.125rem;
  }
  .ProductOverviewModule__notSure p {
    font-size: 1.125rem !important;
    max-width: 80%;
  }
}

a.ProductOverviewModule__getStartedLink {
  font-family: "Futura LT W05 Bold", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-bottom: 1em;
}
a.ProductOverviewModule__getStartedLink:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000000;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  a.ProductOverviewModule__getStartedLink {
    margin-bottom: 0;
  }
  a.ProductOverviewModule__getStartedLink:hover {
    color: #4b4a4b;
  }
  a.ProductOverviewModule__getStartedLink:hover:hover:after {
    background: #4b4a4b;
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
  a.ProductOverviewModule__getStartedLink:active {
    color: #5c2d91;
  }
  a.ProductOverviewModule__getStartedLink:active:after {
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.SubcategoryHero__wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  max-height: 525px;
}
.SubcategoryHero__wrapper .SubcategoryHero__topImage {
  display: block;
  max-width: 100%;
}
@media (min-width: 40.0625em) {
  .SubcategoryHero__wrapper .SubcategoryHero__topImage {
    display: none;
  }
}
.SubcategoryHero__wrapper .SubcategoryHero__textContainer {
  display: none;
  margin: 0;
}
@media (min-width: 40.0625em) {
  .SubcategoryHero__wrapper .SubcategoryHero__textContainer .SubcategoryHero__titleA {
    font-family: "Futura LT W05 Book", sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    text-transform: uppercase;
  }
  .SubcategoryHero__wrapper .SubcategoryHero__textContainer .SubcategoryHero__titleA .SubcategoryHero__titleB {
    font-family: "BodoniSeventytwoITCW02-_737178", serif;
    font-weight: 400;
    display: block;
    font-size: 4rem;
    text-transform: none;
  }
}
@media (min-width: 40.0625em) {
  .SubcategoryHero__wrapper .SubcategoryHero__textContainer {
    display: inline;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 10%;
    margin-top: 15%;
    color: #ffffff;
    text-align: left;
  }
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.SubcategoryIntro__wrapper {
  position: relative;
  background: #000000;
  color: #ffffff;
  padding: 2em 0;
}
.SubcategoryIntro__wrapper .SubcategoryIntro__titleA {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  text-transform: uppercase;
  text-align: center;
}
.SubcategoryIntro__wrapper .SubcategoryIntro__titleA span {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  display: block;
  font-size: 4rem;
  text-transform: none;
}
.SubcategoryIntro__wrapper .SubcategoryIntro__titleA:after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1px;
  background: #ffffff;
  margin: 0.9875rem auto 1.325rem;
}
@media (min-width: 40.0625em) {
  .SubcategoryIntro__wrapper .SubcategoryIntro__titleA:after {
    display: none;
  }
}
@media (min-width: 40.0625em) {
  .SubcategoryIntro__wrapper .SubcategoryIntro__titleA {
    display: none;
    margin: 0;
  }
}
.SubcategoryIntro__wrapper h1 {
  width: 75%;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.75;
}
@media (min-width: 64.0625em) {
  .SubcategoryIntro__wrapper h1 {
    font-size: 1.35rem;
    width: 45%;
  }
}
@media (min-width: 40.0625em) {
  .SubcategoryIntro__wrapper {
    background: #ffffff;
    color: #000000;
  }
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.ProductGlossary__wrapper {
  margin: 3em 10px 0;
}
@media (min-width: 40.0625em) {
  .ProductGlossary__wrapper {
    margin: 2.25em 10px 0;
  }
}

.ProductGlossary__gridProducts {
  position: relative;
}
.ProductGlossary__gridProducts:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #989898;
}

.ProductGlossary__individualProduct {
  float: left;
  width: 48%;
  margin-bottom: 3em;
}
.ProductGlossary__individualProduct a {
  display: block;
}
.ProductGlossary__individualProduct img {
  display: block;
  margin: auto;
  max-width: 50%;
}
.ProductGlossary__individualProduct h2 {
  font-family: "Futura LT W05 Bold", sans-serif;
  margin: 1em 0 0 0;
}
.ProductGlossary__individualProduct p {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  margin: 0;
}
.ProductGlossary__individualProduct h2, .ProductGlossary__individualProduct p {
  font-size: 0.875rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 40.0625em) {
  .ProductGlossary__individualProduct {
    font-size: 1rem;
    width: 22%;
  }
}

.ProductGlossary__productInfo {
  position: relative;
  margin: 2.43333em 10px 0;
}
.ProductGlossary__productInfo .ProductGlossary__headerWrapper {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.ProductGlossary__productInfo .ProductGlossary__headerWrapper h2 {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 1.65rem;
  text-transform: uppercase;
  margin: 0;
}
.ProductGlossary__productInfo .ProductGlossary__headerWrapper h3 {
  font-family: "Bodoni Svntytwo ITC W05 Book I";
  margin: .25em 0 0;
  letter-spacing: 0.035em;
}
@media (min-width: 40.0625em) {
  .ProductGlossary__productInfo .ProductGlossary__headerWrapper {
    width: 100%;
  }
}
@media (min-width: 64.0625em) {
  .ProductGlossary__productInfo:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #989898;
  }
}

.ProductGlossary__ingredientsWrapper {
  margin-top: 2em;
}
.ProductGlossary__ingredientsWrapper .ProductGlossary__individualIngredient {
  width: 80%;
  margin: 0 auto;
}
.ProductGlossary__ingredientsWrapper .ProductGlossary__individualIngredient li {
  position: relative;
  list-style: none;
  padding: 0 1.75em;
}
.ProductGlossary__ingredientsWrapper .ProductGlossary__individualIngredient li h3 {
  font-family: "Futura LT W05 Bold", sans-serif;
  color: #5C2D91;
  margin: 0;
  text-transform: uppercase;
}
.ProductGlossary__ingredientsWrapper .ProductGlossary__individualIngredient li p {
  margin: 0.313em auto 1.563em;
  line-height: 1.44444;
}
@media (min-width: 40.0625em) {
  .ProductGlossary__ingredientsWrapper .ProductGlossary__individualIngredient li p {
    margin: 0.313em 1.8em 1.563em 0;
  }
}
@media (min-width: 64.0625em) {
  .ProductGlossary__ingredientsWrapper .ProductGlossary__individualIngredient li p {
    margin: 0;
  }
}
.ProductGlossary__ingredientsWrapper .ProductGlossary__individualIngredient li:before {
  background-repeat: no-repeat;
  background-size: 3em 3em;
  display: inline-block;
  color: #000000;
  content: "";
  position: absolute;
  top: 0;
  left: -2.25em;
  width: 3em;
  height: 3em;
  box-sizing: border-box;
  border-radius: 100%;
  border: 1px solid #000000;
  font-size: 0.88889rem;
}
@media (min-width: 64.0625em) {
  .ProductGlossary__ingredientsWrapper .ProductGlossary__individualIngredient li:before {
    background-size: 5em 5em;
    top: -6em;
    left: 37%;
    width: 5em;
    height: 5em;
  }
}
.ProductGlossary__ingredientsWrapper .ProductGlossary__individualIngredient li:first-child:before {
  background-image: url("/dist/images/fpo/serumIcon.png");
}
.ProductGlossary__ingredientsWrapper .ProductGlossary__individualIngredient li:nth-child(2):before {
  background-image: url("/dist/images/fpo/primerIcon.png");
}
.ProductGlossary__ingredientsWrapper .ProductGlossary__individualIngredient li:nth-child(3):before {
  background-image: url("/dist/images/fpo/stylingFoamIcon.png");
}
.ProductGlossary__ingredientsWrapper .ProductGlossary__individualIngredient li:nth-child(4):before {
  background-image: url("/dist/images/fpo/preshowerTreatmentIcon.png");
}
@media (min-width: 40.0625em) {
  .ProductGlossary__ingredientsWrapper .ProductGlossary__individualIngredient li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 64.0625em) {
  .ProductGlossary__ingredientsWrapper .ProductGlossary__individualIngredient li {
    width: 25%;
    text-align: center;
  }
}
@media (min-width: 40.0625em) {
  .ProductGlossary__ingredientsWrapper .ProductGlossary__individualIngredient {
    width: 100%;
  }
}
@media (min-width: 40.0625em) {
  .ProductGlossary__ingredientsWrapper {
    max-width: 90%;
    margin-left: auto;
  }
}
@media (min-width: 64.0625em) {
  .ProductGlossary__ingredientsWrapper {
    margin: 7em auto 0;
  }
  .ProductGlossary__ingredientsWrapper ul {
    padding: 0;
  }
}

.ProductGlossary__getStartedWrapper {
  display: -ms-flexbox;
  display: flex;
  clear: both;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
}
.ProductGlossary__getStartedWrapper .ProductGlossary__getStartedContent {
  position: relative;
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-width: calc(100% - 20px);
  box-sizing: border-box;
  background: #f0f0f0;
  padding: 0;
  text-align: center;
  margin: 2em 10px;
}
.ProductGlossary__getStartedWrapper .ProductGlossary__getStartedContent:before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #989898;
}
.ProductGlossary__getStartedWrapper .ProductGlossary__getStartedContent img {
  width: 100%;
  max-width: 100%;
  display: block;
  clear: both;
  padding: 0;
  margin-bottom: 1em;
}
.ProductGlossary__getStartedWrapper .ProductGlossary__getStartedContent div.ProductGlossary__notSureText {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  display: block;
  clear: both;
}
.ProductGlossary__getStartedWrapper .ProductGlossary__getStartedContent h2 {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  font-size: 3rem;
  margin: 0;
  line-height: 0.65em;
  margin-bottom: 0.4em;
}
.ProductGlossary__getStartedWrapper .ProductGlossary__getStartedContent h2 span {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: uppercase;
  display: block;
  width: 100%;
  clear: both;
}
.ProductGlossary__getStartedWrapper .ProductGlossary__getStartedContent p {
  color: #000000;
  opacity: 0.75;
  font-size: 0.875rem;
}
@media (min-width: 40.0625em) {
  .ProductGlossary__getStartedWrapper .ProductGlossary__getStartedContent {
    text-align: left;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    margin: 3em 10px;
  }
  .ProductGlossary__getStartedWrapper .ProductGlossary__getStartedContent:before {
    top: -45px;
  }
  .ProductGlossary__getStartedWrapper .ProductGlossary__getStartedContent img, .ProductGlossary__getStartedWrapper .ProductGlossary__getStartedContent .ProductGlossary__notSureText {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  .ProductGlossary__getStartedWrapper .ProductGlossary__getStartedContent .ProductGlossary__notSureText {
    padding: 0 10px;
  }
  .ProductGlossary__getStartedWrapper .ProductGlossary__getStartedContent h2 {
    font-size: 3rem;
  }
}
@media (min-width: 64.0625em) {
  .ProductGlossary__getStartedWrapper .ProductGlossary__getStartedContent {
    max-width: 75%;
    width: 75%;
    margin: 3em 12.5% 3em 12.5%;
  }
  .ProductGlossary__getStartedWrapper .ProductGlossary__getStartedContent:before {
    display: none;
  }
  .ProductGlossary__getStartedWrapper .ProductGlossary__getStartedContent h2 {
    font-size: 3.75rem;
  }
  .ProductGlossary__getStartedWrapper .ProductGlossary__getStartedContent h2 span {
    font-size: 1.125rem;
  }
  .ProductGlossary__getStartedWrapper .ProductGlossary__getStartedContent p {
    font-size: 1.125rem !important;
    max-width: 80%;
  }
}

a.ProductGlossary__getStartedLink {
  font-family: "Futura LT W05 Bold", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-bottom: 1em;
}
a.ProductGlossary__getStartedLink:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000000;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  a.ProductGlossary__getStartedLink {
    margin-bottom: 0;
  }
  a.ProductGlossary__getStartedLink:hover {
    color: #4b4a4b;
  }
  a.ProductGlossary__getStartedLink:hover:hover:after {
    background: #4b4a4b;
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
  a.ProductGlossary__getStartedLink:active {
    color: #5c2d91;
  }
  a.ProductGlossary__getStartedLink:active:after {
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
}

.ProductGlossary__gutter-size {
  width: 4%;
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.FaqSearch__wrapper {
  background-color: #cccccc;
  padding-top: 2.25em;
  padding-bottom: 2.25em;
}
.FaqSearch__wrapper .FaqSearch__header, .FaqSearch__wrapper .FaqSearch__subHeader {
  margin: 0 auto;
  text-align: center;
}
.FaqSearch__wrapper .FaqSearch__header {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  font-size: 3rem;
  padding-bottom: .5em;
}
.FaqSearch__wrapper .FaqSearch__subHeader {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  display: block;
  font-size: .9rem;
  text-transform: uppercase;
}

.FaqSearch__searchForm .FaqSearch__searchInputWrapper {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #818181;
}
.FaqSearch__searchForm .FaqSearch__searchInputWrapper .FaqSearch__textbox {
  -ms-flex: 2 0 70%;
      flex: 2 0 70%;
  border: none;
  border-radius: 0;
  line-height: 2.5em;
  padding-left: .5em;
}
.FaqSearch__searchForm .FaqSearch__searchInputWrapper .FaqSearch__searchButton {
  -ms-flex: 1 0 0%;
      flex: 1 0 0%;
  background: #ffffff;
  border: none;
  padding: .5em;
}
.FaqSearch__searchForm .FaqSearch__searchInputWrapper .FaqSearch__searchButton img {
  width: 22px;
  height: 100%;
}
@media (min-width: 40.0625em) {
  .FaqSearch__searchForm {
    width: 28em;
    margin: 0 auto;
  }
}

.FaqSearch__checkboxWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0.75em 0 1.75em;
  position: relative;
}
.FaqSearch__checkboxWrapper label {
  cursor: pointer;
}
@media (min-width: 40.0625em) {
  .FaqSearch__checkboxWrapper {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.FaqSearch__checkboxWrapper input.checkbox {
  width: auto;
  position: absolute;
  left: 0;
}

.FaqSearch__checkboxWrapper input.checkbox + span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 19px;
  height: 19px;
  margin: 0 5px 0 0;
  border: 1px solid #989898;
  cursor: pointer;
  pointer-events: none;
}
.FaqSearch__checkboxWrapper input.checkbox + span:after {
  content: "";
  background-image: url(../../src/images/checkmark.png);
  background-size: 100% 100%;
  position: absolute;
  top: 13%;
  left: 16%;
  width: 80%;
  height: 80%;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.FaqSearch__checkboxWrapper input.checkbox.error + span {
  border-color: #ff0000;
}

.FaqSearch__checkboxWrapper input.checkbox:checked + span:after {
  opacity: 1;
}

.FaqSearch__fagPageWrapper {
  text-align: center;
}
.FaqSearch__fagPageWrapper .FaqSearch__link {
  position: relative;
  font-style: italic;
  font-weight: bold;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.FaqSearch__fagPageWrapper .FaqSearch__link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
}
@media (min-width: 40.0625em) {
  .FaqSearch__fagPageWrapper .FaqSearch__link:hover {
    color: #707070;
  }
  .FaqSearch__fagPageWrapper .FaqSearch__link:hover:after {
    background: #707070;
    -ms-transform: scaleX(1);
        transform: scaleX(1);
  }
  .FaqSearch__fagPageWrapper .FaqSearch__link:active {
    color: #5c2d91;
  }
  .FaqSearch__fagPageWrapper .FaqSearch__link:active:after {
    -ms-transform: scaleX(1);
        transform: scaleX(1);
  }
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.ProductHeader {
  overflow: hidden;
}

.ProductHeader__topWrap {
  padding-top: 2.5rem;
  margin-bottom: 2.8125rem;
  background-size: cover;
  position: relative;
}
@media (max-width: 40em) {
  .ProductHeader__topWrap {
    background-size: auto 52%;
    background-repeat: no-repeat;
  }
}
@media (min-width: 40.0625em) {
  .ProductHeader__topWrap {
    padding-top: 4.0625rem;
  }
  .ProductHeader__topWrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 36%;
    height: 100%;
    background: url(/dist/images/fpo/frizz-ease-bg-right.jpg);
    background-size: cover;
  }
}
@media (min-width: 64.0625em) {
  .ProductHeader__topWrap {
    padding-top: 6.875rem;
  }
}

@media (max-width: 40em) {
  .ProductHeader__textWrap {
    float: left !important;
    width: 100%;
  }
}

.ProductHeader__category {
  font-family: "Futura LT W05 Bold", sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #000000;
  text-align: center;
  width: 100%;
  display: block;
  clear: both;
  margin-top: 5em;
}
@media (min-width: 40.0625em) {
  .ProductHeader__category {
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    margin-top: 0.5em;
  }
}
@media (min-width: 64.0625em) {
  .ProductHeader__category {
    font-size: 1.25rem;
    margin-top: 1.5em;
  }
}

.ProductHeader__title {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #000000;
  text-align: center;
  margin: 0.1em 0;
  line-height: 1.3em;
}
@media (min-width: 40.0625em) {
  .ProductHeader__title {
    color: #ffffff;
    text-align: left;
    padding-right: 2em;
    line-height: 1.15em;
  }
}
@media (min-width: 64.0625em) {
  .ProductHeader__title {
    font-size: 2.125rem;
  }
}

.ProductHeader__description {
  font-family: "Georgia", serif;
  font-size: 1rem;
  color: #000000;
  text-align: center;
  width: 100%;
  display: block;
  clear: both;
  margin: 0.4em 0 1.5em 0;
}
@media (min-width: 40.0625em) {
  .ProductHeader__description {
    font-size: 0.875rem;
    color: #ffffff;
    text-align: left;
    margin: 1em 0 1.5em 0;
  }
}
@media (min-width: 64.0625em) {
  .ProductHeader__description {
    font-size: 1rem;
  }
}

.ProductHeader__whereToBuyLink {
  font-family: "Futura LT W05 Bold", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  position: relative;
  clear: both;
  margin: 0 auto 2em auto;
  display: table;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ProductHeader__whereToBuyLink:after {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: #000000;
  content: "";
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .ProductHeader__whereToBuyLink {
    color: #ffffff;
    margin: 0 0 1.5em 0;
    display: inline-block;
  }
  .ProductHeader__whereToBuyLink:after {
    background: #ffffff;
  }
  .ProductHeader__whereToBuyLink:hover {
    color: #c2c2c2;
  }
  .ProductHeader__whereToBuyLink:hover:hover:after {
    background: #c2c2c2;
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
  .ProductHeader__whereToBuyLink:active {
    color: #ffffff;
  }
  .ProductHeader__whereToBuyLink:active:after {
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
}
@media (min-width: 64.0625em) {
  .ProductHeader__whereToBuyLink {
    font-size: 1.125rem;
    margin: 0 0 3em 0;
  }
}

.ProductHeader__reviewWrap {
  font-family: "Georgia", serif;
  font-weight: bold;
  font-style: italic;
  color: #464646;
  font-size: 0.75rem;
  width: 100%;
  clear: both;
  display: table;
  text-align: center;
}
@media (min-width: 40.0625em) {
  .ProductHeader__reviewWrap {
    display: block;
    text-align: left;
    color: #ffffff;
    font-size: 0.875rem;
  }
}

.ProductHeader__stars {
  display: inline-block;
  margin-bottom: 0.3em;
}
.ProductHeader__stars img {
  height: 100%;
}
@media (min-width: 64.0625em) {
  .ProductHeader__stars {
    margin-bottom: 0;
  }
}

.ProductHeader__starWhite {
  width: 1.25em;
  padding-right: 0.25em;
  display: none;
}
@media (min-width: 40.0625em) {
  .ProductHeader__starWhite {
    width: 1.5em;
    display: inline-block;
  }
}

.ProductHeader__starPink {
  width: 1.5em;
  padding-right: 0.125em;
  padding-left: 0.125em;
  display: inline-block;
}
@media (min-width: 40.0625em) {
  .ProductHeader__starPink {
    display: none;
  }
}

.ProductHeader__starNegative {
  width: 1.5em;
  opacity: 0.3;
  padding-right: 0.125em;
  padding-left: 0.125em;
}
@media (min-width: 40.0625em) {
  .ProductHeader__starNegative {
    padding-right: 0.25em;
    padding-left: 0;
  }
}

.ProductHeader__reviewCount {
  display: block;
  clear: both;
  width: 100%;
}
@media (min-width: 64.0625em) {
  .ProductHeader__reviewCount {
    display: inline-block;
    width: auto;
  }
}

.ProductHeader__carouselWrap {
  max-width: 100%;
  position: relative;
}

.ProductHeader__carousel {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: -1.875rem;
  width: 100%;
}
@media (min-width: 64.0625em) {
  .ProductHeader__carousel {
    margin-bottom: -3.125rem;
  }
}

.ProductHeader__carouselItem img {
  max-width: 33%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 40.0625em) {
  .ProductHeader__carouselItem img {
    max-width: 100%;
  }
}

.ProductHeader__carouselItemDescription {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.3;
  text-transform: uppercase;
  font-size: 0.875rem;
  position: absolute;
  bottom: 0%;
  right: 15%;
}
@media (min-width: 40.0625em) {
  .ProductHeader__carouselItemDescription {
    bottom: 4%;
    right: -27%;
  }
}
@media (min-width: 64.0625em) {
  .ProductHeader__carouselItemDescription {
    bottom: 4%;
    right: -20%;
  }
}

.ProductHeader__carouselNavWrap {
  display: none;
}
@media (min-width: 40.0625em) {
  .ProductHeader__carouselNavWrap {
    margin-right: 12.5%;
    display: block;
  }
}

.ProductHeader__carouselNav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 40.0625em) {
  .ProductHeader__carouselNav {
    display: block;
  }
}

.ProductHeader__carouselNavItemInside {
  width: 100%;
  box-sizing: border-box;
  padding: 0.25em;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.ProductHeader__carouselNavItemInside span {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ffffff;
  text-transform: uppercase;
  float: left;
  width: 75%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  padding: 0 2em;
}
.ProductHeader__carouselNavItemInside img {
  width: 45%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 40.0625em) {
  .ProductHeader__carouselNavItemInside span {
    display: none;
  }
  .ProductHeader__carouselNavItemInside img {
    min-height: 45px;
  }
  .ProductHeader__carouselNavItemInside:hover {
    background: #000000;
    background: rgba(0, 0, 0, 0.6);
  }
}
@media (min-width: 64.0625em) {
  .ProductHeader__carouselNavItemInside span {
    display: block;
  }
  .ProductHeader__carouselNavItemInside img {
    width: 15%;
    min-height: 51px;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    margin: 0;
  }
  .ProductHeader__carouselNavItemInside:hover span {
    visibility: visible;
    opacity: 1;
  }
}

.ProductHeader__carouselNavItem {
  cursor: pointer;
}
.ProductHeader__carouselNavItem.slick-current .ProductHeader__carouselNavItemInside {
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
}
.ProductHeader__carouselNavItem.slick-current .ProductHeader__carouselNavItemInside span {
  visibility: visible;
  opacity: 1;
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.ProductInformationTabs__tabbedWrap {
  position: relative;
  margin-top: 2.625rem;
  margin-bottom: 2.625rem;
}

.ProductInformationTabs__tabbedWrap input[type=radio] {
  height: 3.5rem;
  visibility: hidden;
  box-sizing: border-box;
  display: none;
}

.ProductInformationTabs__tabbedWrap label {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  background: #f0f0f0;
  cursor: pointer;
  display: none;
  float: left;
  padding: 1.25em 1em 0;
  font-size: 1rem;
  height: 5rem;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-left: 0px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-sizing: border-box;
  width: 25%;
  position: relative;
  z-index: 6;
}
.ProductInformationTabs__tabbedWrap label:first-of-type {
  border-left: 1px solid #e0e0e0;
}
@media (min-width: 40.0625em) {
  .ProductInformationTabs__tabbedWrap label {
    display: table;
  }
}
@media (min-width: 64.0625em) {
  .ProductInformationTabs__tabbedWrap label {
    height: 3.5rem;
    line-height: 3.5rem;
    padding: 0 1.5em;
    display: block;
  }
}

.ProductInformationTabs__tabbedWrap label:hover {
  background: #ffffff;
  box-shadow: inset 0 5px 0 0 #989898;
}

.ProductInformationTabs__tabbedWrap input:checked + label {
  background: #ffffff;
  box-shadow: inset 0 5px 0 0 #464646;
  border-bottom: 1px solid #ffffff;
}

.ProductInformationTabs__tabbedContent {
  display: block;
  position: relative;
  width: 100%;
  z-index: 5;
  margin-top: 3.5rem;
  border: 1px solid #e0e0e0;
  border-top: 0px;
  box-shadow: 0 -5px 0 0 #989898;
  box-sizing: border-box;
  padding-top: 1.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  clear: both;
}
@media (min-width: 40.0625em) {
  .ProductInformationTabs__tabbedContent {
    box-shadow: none;
    border: 1px solid #e0e0e0;
    border-top: 0px;
    padding-bottom: 1.875rem;
  }
}

.ProductInformationTabs__sizerSpan {
  clear: both;
  width: 100%;
  display: none;
}
@media (min-width: 40.0625em) {
  .ProductInformationTabs__sizerSpan {
    display: block;
  }
}

.ProductInformationTabs__tab {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  max-height: calc(30px + 2em);
  overflow: hidden;
  cursor: pointer;
}
.ProductInformationTabs__tab h2 {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0.2em;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2em;
}
.ProductInformationTabs__tab p {
  font-size: 1rem;
  margin: 0;
  margin-bottom: 1.66666667rem;
}
.ProductInformationTabs__tab video {
  margin-bottom: 1em;
}
@media (min-width: 40.0625em) {
  .ProductInformationTabs__tab video {
    margin: 0;
  }
}
.ProductInformationTabs__tab [class^="col-"], .ProductInformationTabs__tab [class*="col-"] {
  opacity: 0;
  max-width: 90%;
}
@media (min-width: 40.0625em) {
  .ProductInformationTabs__tab [class^="col-"], .ProductInformationTabs__tab [class*="col-"] {
    opacity: 1;
  }
}
.ProductInformationTabs__tab.expanded {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  max-height: 100000px;
  opacity: 1;
}
.ProductInformationTabs__tab.expanded h2 {
  padding-bottom: 0;
}
.ProductInformationTabs__tab.expanded [class^="col-"], .ProductInformationTabs__tab.expanded [class*="col-"] {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .ProductInformationTabs__tab {
    opacity: 0;
    position: absolute;
    top: 1.875rem;
    left: 1.25rem;
    z-index: -100;
    width: calc(100% - 2.5rem);
    max-height: 100000px;
    overflow: auto;
  }
  .ProductInformationTabs__tab.expanded {
    opacity: 0;
  }
}

.ProductInformationTabs__expandArrow {
  display: block;
  position: absolute;
  top: 0.85em;
  right: 1em;
  z-index: 5;
  width: 1.15rem;
  height: 1.15rem;
  padding: 0;
  border: 3px solid #C53391;
  border-left-color: transparent;
  border-bottom-color: transparent;
  overflow: hidden;
  background-color: transparent;
  text-indent: 150%;
  transform: translateY(-50%) rotateZ(45deg);
  transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .ProductInformationTabs__expandArrow {
    display: none;
  }
}

.ProductInformationTabs__tab.expanded .ProductInformationTabs__expandArrow {
  transform: translateY(-80%) rotateZ(135deg);
}

.ProductInformationTabs__tabbedWrap input#tab-1:checked ~ .ProductInformationTabs__tabbedContent .tab-1,
.ProductInformationTabs__tabbedWrap input#tab-2:checked ~ .ProductInformationTabs__tabbedContent .tab-2,
.ProductInformationTabs__tabbedWrap input#tab-3:checked ~ .ProductInformationTabs__tabbedContent .tab-3,
.ProductInformationTabs__tabbedWrap input#tab-4:checked ~ .ProductInformationTabs__tabbedContent .tab-4 {
  opacity: 1;
  z-index: 100;
}

.ProductInformationTabs__icon {
  float: left;
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  margin-right: 0.5em;
  margin-bottom: 1em;
}

.ProductInformationTabs__featuredFaq {
  font-family: "Georgia", serif;
  font-size: 0.875rem;
  color: #707070;
  font-weight: bold;
  font-style: italic;
  display: block;
  clear: both;
  padding: 0.4em 0;
}
@media (min-width: 64.0625em) {
  .ProductInformationTabs__featuredFaq {
    font-size: 1rem;
  }
}
@media (max-width: 40em) {
  .ProductInformationTabs__featuredFaq:last-of-type {
    margin-bottom: 1em;
  }
}

.ProductInformationTabs__searchForm .ProductInformationTabs__searchInputWrapper {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #818181;
  width: 100%;
  margin: 0 0 2em 0;
}
.ProductInformationTabs__searchForm .ProductInformationTabs__searchInputWrapper .ProductInformationTabs__textbox {
  width: 75%;
  max-width: 75%;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  border: none;
  padding: 0 0 0 .5em;
}
.ProductInformationTabs__searchForm .ProductInformationTabs__searchInputWrapper .ProductInformationTabs__searchButton {
  width: 25%;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  -ms-flex-pack: end;
      justify-content: flex-end;
  background: #ffffff;
  border: none;
  padding: .5em;
}
.ProductInformationTabs__searchForm .ProductInformationTabs__searchInputWrapper .ProductInformationTabs__searchButton img {
  width: 22px;
}
@media (min-width: 40.0625em) {
  .ProductInformationTabs__searchForm {
    margin: 0 0 2em 0;
  }
}

.ProductInformationTabs__subHead {
  font-family: "Futura LT W05 Bold", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0 0 0.25em 0;
  letter-spacing: 0.035em;
}
.ProductInformationTabs__subHead.ProductInformationTabs__subHeadFrizzEase {
  color: #5C2D91;
}
.ProductInformationTabs__subHead.ProductInformationTabs__subHeadBeachBlonde {
  color: #87D1D4;
}
.ProductInformationTabs__subHead.ProductInformationTabs__subHeadBrilliantBrunette {
  color: #693920;
}
.ProductInformationTabs__subHead.ProductInformationTabs__subHeadCombinedColor {
  color: #4D4D4F;
}
.ProductInformationTabs__subHead.ProductInformationTabs__subHeadFullRepair {
  color: #761E27;
}
.ProductInformationTabs__subHead.ProductInformationTabs__subHeadHiImpact {
  color: #F3E5C3;
}
.ProductInformationTabs__subHead.ProductInformationTabs__subHeadJfHairspray {
  color: #00A69E;
}
.ProductInformationTabs__subHead.ProductInformationTabs__subHeadLuxuriousVolume {
  color: #007476;
}
.ProductInformationTabs__subHead .ProductInformationTabs__subHeadRadiantRed {
  color: #D7182A;
}
.ProductInformationTabs__subHead.ProductInformationTabs__subHeadSheerBlonde {
  color: #FFDD00;
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.AwardsAndTestimonials__awardsAndTestimonialsWrap {
  background: #b7b7b7;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5625rem;
}
@media (min-width: 64.0625em) {
  .AwardsAndTestimonials__awardsAndTestimonialsWrap div:nth-of-type(3) {
    margin-left: 5%;
  }
}

.AwardsAndTestimonials__heading {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  font-size: 3rem;
  text-align: center;
  line-height: 0.5em;
  padding: 0.6em 0 0.6em 0;
  margin: 0;
  position: relative;
}
.AwardsAndTestimonials__heading span {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.125rem;
  display: inline-block;
  width: 100%;
}
.AwardsAndTestimonials__heading:after {
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background: #000000;
  content: "";
}
@media (min-width: 40.0625em) {
  .AwardsAndTestimonials__heading {
    font-size: 3.75rem;
  }
}

.AwardsAndTestimonials blockquote {
  position: relative;
  box-sizing: border-box;
  margin: 2.5em 0 2em;
}
@media (min-width: 40.0625em) {
  .AwardsAndTestimonials blockquote {
    margin: 1em 3em 2em;
  }
}
@media (min-width: 64.0625em) {
  .AwardsAndTestimonials blockquote {
    padding-right: 15%;
    margin: 2em 0 0;
  }
}

.AwardsAndTestimonials blockquote p {
  font-family: "Georgia", serif;
  position: relative;
  font-size: 1rem;
  line-height: 1.250em;
}
.AwardsAndTestimonials blockquote p:first-of-type {
  text-indent: 2em;
}
.AwardsAndTestimonials blockquote p a {
  font-weight: bold;
  font-style: italic;
}

.AwardsAndTestimonials__quoteMarkers {
  position: relative;
}
.AwardsAndTestimonials__quoteMarkers:first-of-type:before {
  position: absolute;
  top: 0.25em;
  left: -0.4em;
  font-size: 7.8125rem;
  color: #000000;
  content: "“";
  line-height: 0;
  text-indent: 0;
}
.AwardsAndTestimonials__quoteMarkers:nth-of-type(2):after {
  position: absolute;
  top: -0.10em;
  left: 0;
  font-size: 7.8125rem;
  color: #000000;
  content: "“";
  line-height: 0;
  transform: rotateZ(180deg);
}

.AwardsAndTestimonials__testimonial {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.AwardsAndTestimonials__testimonial span.AwardsAndTestimonials__logo {
  display: block;
  -ms-flex: 1;
      flex: 1;
  width: 28%;
  max-width: 28%;
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
  background: #ffffff;
  border-radius: 50%;
  position: relative;
  margin: 0 2.5%;
}
.AwardsAndTestimonials__testimonial span.AwardsAndTestimonials__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 80%;
  margin: 0 auto;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.AwardsAndTestimonials__testimonial span.AwardsAndTestimonials__awardText {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  -ms-flex: 1;
      flex: 1;
  width: 72%;
  max-width: 72%;
  -ms-flex-preferred-size: 72%;
      flex-basis: 72%;
  margin: 0 2.5%;
}
@media (min-width: 64.0625em) {
  .AwardsAndTestimonials__testimonial span.AwardsAndTestimonials__awardText {
    font-size: 1.875rem;
    width: 68%;
    max-width: 68%;
    -ms-flex-preferred-size: 68%;
        flex-basis: 68%;
  }
}

.AwardsAndTestimonials__socialIcon {
  width: 1.25em;
  display: inline-block;
  padding-right: 0.1em;
  margin-top: -0.2em;
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.BestUsedWith .slick-dots button:after {
  background: #000000;
}

.BestUsedWith__header {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 1.5em 0 1em 0;
}
@media (min-width: 64.0625em) {
  .BestUsedWith__header {
    font-size: 1.875rem;
  }
}

.BestUsedWith__flexWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 3.125rem;
}
.BestUsedWith__flexWrap .slick-prev:after {
  border-left-color: #000000;
  border-bottom-color: #000000;
}
.BestUsedWith__flexWrap .slick-next:after {
  border-top-color: #000000;
  border-right-color: #000000;
}

.BestUsedWith__product {
  display: inline-block;
  box-sizing: border-box;
  width: 33.33333333%;
  -ms-flex-preferred-size: 33.33333333%;
      flex-basis: 33.33333333%;
  padding: 10px;
  -ms-flex: 1;
      flex: 1;
}
.BestUsedWith__product img {
  display: block;
  max-width: 50%;
  margin: 0 auto;
}
.BestUsedWith__product h3 {
  font-family: "Futura LT W05 Bold", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
}
.BestUsedWith__product h3 span {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  width: 100%;
  display: block;
  clear: both;
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.WhereToBuy {
  background: #b7b7b7;
}

.WhereToBuy__whereToBuyWrap {
  background: #b7b7b7;
  padding-bottom: 3.125rem;
  position: relative;
}

.WhereToBuy__whereToBuyLocationsWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .WhereToBuy__whereToBuyLocationsWrap {
    max-height: 7.5rem;
  }
}

.WhereToBuy__heading {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  padding: 1.8em 0 0.5em 0;
  margin: 0;
}
@media (min-width: 40.0625em) {
  .WhereToBuy__heading {
    padding: 1.2em 0 0.5em 0;
  }
}
@media (min-width: 64.0625em) {
  .WhereToBuy__heading {
    font-size: 1.875rem;
  }
}

.WhereToBuy__storeLink {
  display: inline-block;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  height: 7.5rem;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
.WhereToBuy__storeLink img {
  position: absolute;
  display: block;
  width: 65%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
@media (min-width: 40.0625em) {
  .WhereToBuy__storeLink {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
  .WhereToBuy__storeLink img {
    width: 70%;
  }
}
@media (min-width: 64.0625em) {
  .WhereToBuy__storeLink img {
    width: 55%;
  }
}

.WhereToBuy__moreLocationsWrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}

.WhereToBuy__moreLocations {
  display: inline-block;
  font-family: "Futura LT W05 Bold", sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.100em;
  position: relative;
}
.WhereToBuy__moreLocations:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000000;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}
@media (min-width: 40.0625em) {
  .WhereToBuy__moreLocations {
    transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .WhereToBuy__moreLocations:hover {
    color: #545152;
  }
  .WhereToBuy__moreLocations:hover:after {
    background: #4b4a4b;
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
  .WhereToBuy__moreLocations:active {
    color: #5c2d91;
  }
  .WhereToBuy__moreLocations:active:after {
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
}
@media (min-width: 64.0625em) {
  .WhereToBuy__moreLocations {
    font-size: 1rem;
  }
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.WhichProduct {
  text-align: center;
}

.WhichProduct__getStartedWrapper {
  display: -ms-flexbox;
  display: flex;
  clear: both;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
}
.WhichProduct__getStartedWrapper .WhichProduct__getStartedContent {
  position: relative;
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-width: calc(100% - 20px);
  box-sizing: border-box;
  background: #f0f0f0;
  padding: 0;
  text-align: center;
  margin: 2em 10px;
}
.WhichProduct__getStartedWrapper .WhichProduct__getStartedContent:before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #989898;
}
.WhichProduct__getStartedWrapper .WhichProduct__getStartedContent img {
  width: 100%;
  max-width: 100%;
  display: block;
  clear: both;
  padding: 0;
  margin-bottom: 1em;
}
.WhichProduct__getStartedWrapper .WhichProduct__getStartedContent .WhichProduct__notSureText {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  display: block;
  clear: both;
}
.WhichProduct__getStartedWrapper .WhichProduct__getStartedContent h2 {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  font-size: 3rem;
  margin: 0;
  line-height: 0.65em;
  margin-bottom: 0.4em;
}
.WhichProduct__getStartedWrapper .WhichProduct__getStartedContent h2 span {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: uppercase;
  display: block;
  width: 100%;
  clear: both;
}
.WhichProduct__getStartedWrapper .WhichProduct__getStartedContent p {
  color: #000000;
  opacity: 0.75;
  font-size: 0.875rem;
}
@media (min-width: 40.0625em) {
  .WhichProduct__getStartedWrapper .WhichProduct__getStartedContent {
    text-align: left;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    margin: 3em 10px;
  }
  .WhichProduct__getStartedWrapper .WhichProduct__getStartedContent:before {
    top: -45px;
  }
  .WhichProduct__getStartedWrapper .WhichProduct__getStartedContent img, .WhichProduct__getStartedWrapper .WhichProduct__getStartedContent .WhichProduct__notSureText {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    -ms-flex: 1;
        flex: 1;
    margin-bottom: 0;
  }
  .WhichProduct__getStartedWrapper .WhichProduct__getStartedContent .WhichProduct__notSureText {
    padding: 0 10px;
  }
  .WhichProduct__getStartedWrapper .WhichProduct__getStartedContent h2 {
    font-size: 3rem;
  }
}
@media (min-width: 64.0625em) {
  .WhichProduct__getStartedWrapper .WhichProduct__getStartedContent {
    max-width: 75%;
    width: 75%;
    margin: 3em 12.5% 3em 12.5%;
  }
  .WhichProduct__getStartedWrapper .WhichProduct__getStartedContent:before {
    display: none;
  }
  .WhichProduct__getStartedWrapper .WhichProduct__getStartedContent h2 {
    font-size: 3.75rem;
  }
  .WhichProduct__getStartedWrapper .WhichProduct__getStartedContent h2 span {
    font-size: 1.125rem;
  }
  .WhichProduct__getStartedWrapper .WhichProduct__getStartedContent p {
    font-size: 1.125rem !important;
    max-width: 80%;
  }
}

a.WhichProduct__getStartedLink {
  font-family: "Futura LT W05 Bold", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-bottom: 1em;
}
a.WhichProduct__getStartedLink:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000000;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  a.WhichProduct__getStartedLink {
    margin-bottom: 0;
  }
  a.WhichProduct__getStartedLink:hover {
    color: #4b4a4b;
  }
  a.WhichProduct__getStartedLink:hover:hover:after {
    background: #4b4a4b;
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
  a.WhichProduct__getStartedLink:active {
    color: #5c2d91;
  }
  a.WhichProduct__getStartedLink:active:after {
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.OurStoryHeader__topWrap {
  background-size: cover;
  position: relative;
  background: #000000;
  padding: 0;
}
@media (max-width: 40em) {
  .OurStoryHeader__topWrap {
    background-image: none !important;
  }
}
@media (min-width: 40.0625em) {
  .OurStoryHeader__topWrap:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 4px;
    display: block;
    background: #ffffff;
    z-index: 20;
  }
}

.OurStoryHeader__videoPlaceHolder {
  display: block;
  width: 100%;
  position: relative;
}
@media (min-width: 40.0625em) {
  .OurStoryHeader__videoPlaceHolder {
    position: absolute;
    height: 100%;
  }
}

.OurStoryHeader__videoWrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  display: block;
  z-index: 10;
}
.OurStoryHeader__videoWrap.active {
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
}

.OurStoryHeader__video {
  -ms-flex: 1;
      flex: 1;
  width: 100%;
  height: auto;
}

.OurStoryHeader__topImage {
  display: block;
  position: relative;
  max-width: 100%;
}
@media (min-width: 40.0625em) {
  .OurStoryHeader__topImage {
    display: none;
  }
}

.OurStoryHeader__title {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  font-size: 3.75rem;
  position: relative;
  color: #ffffff;
  text-shadow: 1px 0.5px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0.80em 0 0 0;
  padding-bottom: 0.50em;
  text-align: center;
  z-index: 10;
}
@media (min-width: 40.0625em) {
  .OurStoryHeader__title {
    font-size: 5.875rem;
    position: absolute;
    left: 8%;
    bottom: 25%;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 64.0625em) {
  .OurStoryHeader__title {
    font-size: 7.5rem;
  }
}

.OurStoryHeader__titlePreTitle {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.050em;
  text-transform: uppercase;
  position: absolute;
  bottom: 80%;
  left: 0%;
  width: 100%;
  text-shadow: 1px 0.5px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media (min-width: 40.0625em) {
  .OurStoryHeader__titlePreTitle {
    font-size: 1.75rem;
    text-align: left;
    bottom: 70%;
  }
}
@media (min-width: 64.0625em) {
  .OurStoryHeader__titlePreTitle {
    font-size: 2.25rem;
  }
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.OurStory {
  background-color: #f0f0f0;
}

.OurStory__description h1 {
  font-size: 3.375rem;
  text-transform: lowercase;
  margin-bottom: 0.5em;
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
}
.OurStory__description p:first-of-type {
  margin-top: 0;
}
.OurStory__description p {
  line-height: 1.5em;
  margin-bottom: 2.3125rem;
}
.OurStory__description img {
  max-width: 100%;
  margin-bottom: 2.3125rem;
  display: block;
}
@media (min-width: 64.0625em) {
  .OurStory__description img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.OurStory__inspiration {
  text-align: center;
}
.OurStory__inspiration .head {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
}
.OurStory__inspiration .tail {
  font-size: 4.5rem;
  text-transform: lowercase;
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  margin-bottom: 0.7em;
  line-height: 0.85em;
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.OurStory__innovation {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position-y: -60px;
  padding-bottom: 60px;
  color: #fff;
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 18px;
  background-color: #f0f0f0;
  position: relative;
  max-height: 80px;
  overflow: hidden;
  transition: max-height .3s, background-color .3s, background-position-y .3s;
  background-blend-mode: multiply;
}
.OurStory__innovation.OurStory__innovation-frizzEaseTheme {
  background-color: rgba(92, 45, 145, 0.8);
}
.OurStory__innovation.OurStory__innovation-sheerBlondeTheme {
  background-color: rgba(255, 221, 0, 0.8);
}
.OurStory__innovation.OurStory__innovation-brilliantBrunetteTheme {
  background-color: rgba(105, 57, 32, 0.8);
}
.OurStory__innovation.OurStory__innovation-luxuriousVolumeTheme {
  background-color: rgba(0, 116, 118, 0.8);
}
.OurStory__innovation.OurStory__innovation-radiantRedTheme {
  background-color: rgba(215, 24, 42, 0.8);
}
.OurStory__innovation.OurStory__innovationExpanded {
  max-height: 5000px;
  background-position-y: 0px;
  background-color: transparent;
}

.OurStory__innovation > div {
  z-index: 1;
  position: relative;
}

.OurStory__intro {
  padding: 0 10px 5vw 10px;
}

.OurStory__intro__title {
  padding: 30px 0 0 0;
  margin: 0 0 50px 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
}
.OurStory__intro__title span {
  position: relative;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.5em;
}
.OurStory__intro__title span:before, .OurStory__intro__title span:after {
  position: absolute;
  display: block;
  background: #ffffff;
  content: "";
  top: 50%;
  left: 50%;
}
.OurStory__intro__title span:before {
  width: 1px;
  height: 0.8em;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  transition: all 0.1s;
}
.OurStory__intro__title span:after {
  width: 0.8em;
  height: 1px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.OurStory__intro__description {
  font-family: "Georgia", serif;
  font-style: italic;
  margin-bottom: 0;
}

.OurStory__innovationExpanded .OurStory__intro__title span:before {
  -ms-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg);
}

.OurStory__product {
  position: relative;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5vw;
  padding: 5vw;
}

.OurStory__product__image {
  text-align: center;
}

.OurStory__product__description {
  margin-bottom: 5vw;
}

.OurStory__product__cta a {
  font-family: "Futura LT W05 Bold", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 3.6em;
  position: relative;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  letter-spacing: 0.100em;
  color: #ffffff;
}
.OurStory__product__cta a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .OurStory__product__cta a:hover {
    color: #c2c2c2;
  }
  .OurStory__product__cta a:hover:hover:after {
    background: #c2c2c2;
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
  .OurStory__product__cta a:active {
    color: #ffffff;
  }
  .OurStory__product__cta a:active:after {
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
}
@media (min-width: 64.0625em) {
  .OurStory__product__cta a {
    margin-bottom: 1.8em;
  }
}

.OurStory__stories__title {
  font-size: 36px;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.OurStory__stories__container {
  margin: 0 auto;
}
.OurStory__stories__container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.OurStory__stories__item {
  float: left;
  background-size: cover;
  position: relative;
  width: calc(100% - 20px);
  height: 90vw;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5vw;
}

.OurStory__stories__story .OurStory__stories__story__text {
  font-family: "Georgia", serif;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  bottom: 0;
  padding: 8px;
}

.OurStory__stories__story__text {
  background-color: rgba(0, 0, 0, 0.65);
}

.OurStory__stories__cta {
  display: table;
}

.OurStory__stories__cta .text {
  position: relative;
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

.OurStory__stories__cta:hover .text {
  opacity: 1;
}

.OurStory__stories__cta .wrap {
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
  width: 100%;
}

.OurStory__stories__cta .text {
  display: table-cell;
  vertical-align: middle;
  padding: 14px 42px;
  text-align: center;
}

.OurStory__stories__cta .text a {
  font-family: "Futura LT W05 Bold", sans-serif;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
}

@media (min-width: 40.0625em) {
  .OurStory__innovation {
    max-height: 150px;
  }

  .OurStory__stories__story {
    margin-bottom: 50px;
  }

  .OurStory__intro {
    width: 80%;
    margin: 0 auto 160px auto;
  }

  .OurStory__intro__title {
    padding-top: 60px;
    margin-bottom: 60px;
    font-size: 36px;
    cursor: pointer;
  }
  .OurStory__intro__title span:before {
    width: 2px;
    -ms-transform: translate(-1px, -50%);
        transform: translate(-1px, -50%);
  }
  .OurStory__intro__title span:after {
    height: 2px;
    -ms-transform: translate(-50%, -1px);
        transform: translate(-50%, -1px);
  }

  .OurStory__intro__description {
    width: 40%;
    margin-bottom: 130px;
  }

  .OurStory__product {
    height: 242px;
    width: 640px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .OurStory__product__image {
    position: absolute;
    top: 0;
    left: 30px;
  }

  .OurStory__product__image img {
    width: 200px;
  }

  .OurStory__product__description {
    position: absolute;
    top: 36px;
    left: 250px;
    width: 320px;
    margin: 0;
    font-size: 16px;
  }

  .OurStory__product__cta {
    position: absolute;
    top: 180px;
    left: 250px;
    margin: 0;
  }

  .OurStory__stories__container {
    width: 640px;
  }

  .OurStory__stories__item {
    width: 300px;
    height: 300px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 64.0625em) {
  .OurStory__innovation {
    max-height: 150px;
  }

  .OurStory__stories__story {
    margin-bottom: 60px;
  }

  .OurStory__product {
    height: 300px;
    width: 840px;
  }

  .OurStory__product__description {
    top: 80px;
    left: 330px;
    width: 500px;
    font-size: 18px;
  }

  .OurStory__product__cta {
    top: 200px;
    left: 330px;
  }

  .OurStory__stories__container {
    display: -ms-flexbox;
    display: flex;
    width: 1024px;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .OurStory__stories__item {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    width: 230px;
    height: 230px;
  }
}
/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.OurStory__CTA {
  color: #000000;
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  text-align: center;
}

.OurStory__CTA__header {
  text-transform: uppercase;
  font-size: 18px;
  padding-top: 60px;
}

.OurStory__CTA__subhead {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 18px;
}

.OurStory__CTA__copy {
  font-family: "Georgia", serif;
  font-style: italic;
  font-size: 15px;
  padding: 5vw;
  margin: 0 auto;
  margin-bottom: 36px;
}

.OurStory__CTA__links {
  margin-bottom: 60px;
}

.OurStory__CTA__links a {
  font-family: "Futura LT W05 Bold", sans-serif;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 24px;
  clear: both;
  position: relative;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.OurStory__CTA__links a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  height: 3px;
  background-color: #000000;
}
.OurStory__CTA__links a:first-child {
  margin-bottom: 20px;
}
.OurStory__CTA__links a:first-child:after {
  width: 7.25em;
}
.OurStory__CTA__links a:nth-child(2):after {
  width: 8.5em;
}

@media (min-width: 40.0625em) {
  .OurStory__CTA__links a {
    display: inline-block;
  }
  .OurStory__CTA__links a:first-child {
    margin-right: 24px;
    margin-bottom: 0;
  }
  .OurStory__CTA__links a:first-child:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -27px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 1px;
    height: 50px;
    background: #000000;
  }
  .OurStory__CTA__links a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    -ms-transform: none;
        transform: none;
    transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .OurStory__CTA__links a:hover {
    color: #4b4a4b;
  }
  .OurStory__CTA__links a:hover:after {
    -ms-transform: scaleX(0);
        transform: scaleX(0);
    background: #4b4a4b;
  }

  .OurStory__CTA__header {
    font-size: 18px;
    padding-top: 60px;
  }

  .OurStory__CTA__subhead {
    font-size: 48px;
    margin-bottom: 24px;
  }

  .OurStory__CTA__copy {
    font-size: 18px;
    width: 380px;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
@media (min-width: 64.0625em) {
  .OurStory__CTA__header {
    font-size: 36px;
    padding-top: 115px;
  }

  .OurStory__CTA__subhead {
    font-size: 72px;
    margin-bottom: 36px;
  }

  .OurStory__CTA__copy {
    font-size: 18px;
    width: 600px;
    margin: 0 auto;
    margin-bottom: 32px;
  }

  .OurStory__CTA__links {
    margin-bottom: 115px;
  }
}
/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.OurStory__hero img {
  width: 100%;
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.EliteClubHeader .EliteClubHeader__backgroundImage {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vw;
  max-height: 400px;
}
@media (min-width: 40.0625em) {
  .EliteClubHeader .EliteClubHeader__backgroundImage {
    max-height: 500px;
  }
}
@media (min-width: 64.0625em) {
  .EliteClubHeader .EliteClubHeader__backgroundImage {
    height: 120vw;
    max-height: 1200px;
  }
}
.EliteClubHeader span {
  display: block;
  background: #606060;
}
@media (min-width: 64.0625em) {
  .EliteClubHeader span {
    display: none;
  }
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.EliteClubForm__tabWrap input[type="radio"] {
  height: 3.5rem;
  display: none;
  box-sizing: border-box;
}
@media (min-width: 40.0625em) {
  .EliteClubForm__tabWrap {
    width: 75%;
  }
}
@media (min-width: 64.0625em) {
  .EliteClubForm__tabWrap {
    left: -30%;
    width: 30em;
  }
}

.EliteClubForm__tabWrap.sign-up-checked {
  -ms-transform: translateY(-120%);
      transform: translateY(-120%);
}
@media (min-width: 40.0625em) {
  .EliteClubForm__tabWrap.sign-up-checked {
    -ms-transform: translateY(-125%);
        transform: translateY(-125%);
  }
}

.EliteClubForm__tabWrap.login-checked {
  -ms-transform: translateY(-133.5%);
      transform: translateY(-133.5%);
}
@media (min-width: 40.0625em) {
  .EliteClubForm__tabWrap.login-checked {
    -ms-transform: translateY(-141.5%);
        transform: translateY(-141.5%);
  }
}
@media (min-width: 64.0625em) {
  .EliteClubForm__tabWrap.login-checked {
    -ms-transform: translateY(-175%);
        transform: translateY(-175%);
  }
}

.EliteClubForm__tabLabels {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  background: #f0f0f0;
  cursor: pointer;
  display: table;
  float: left;
  padding: .75em 1em 0;
  font-size: 1rem;
  height: 3rem;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-sizing: border-box;
  width: 50%;
  position: relative;
  z-index: 6;
}

.EliteClubForm__tabWrap .EliteClubForm__tabLabels:hover {
  background: #ffffff;
  box-shadow: inset 0 5px 0 0 #989898;
  border-bottom-color: #ffffff;
}

.EliteClubForm__tabWrap input:checked + .EliteClubForm__tabLabels {
  background: #ffffff;
  box-shadow: inset 0 5px 0 0 #464646;
  border-bottom: 1px solid #ffffff;
  border-right: none;
  border-top: none;
}

.EliteClubForm__tabbedContent {
  display: block;
  position: relative;
  width: 100%;
  z-index: 5;
}
.EliteClubForm__tabbedContent .EliteClubForm__sizerSpan {
  display: block;
  clear: both;
  width: 100%;
}
.EliteClubForm__tabbedContent .EliteClubForm__tab {
  opacity: 0;
  position: absolute;
  top: 1.675rem;
  left: 0;
  right: 0;
  z-index: -100;
}
.EliteClubForm__tabbedContent .EliteClubForm__tab .header h1 {
  padding-top: 1em;
}

.sign-up p {
  margin: 0 2.25em 1em;
}

.EliteClubForm__tabWrap input#sign-up:checked ~ .EliteClubForm__tabbedContent .sign-up,
.EliteClubForm__tabWrap input#login:checked ~ .EliteClubForm__tabbedContent .login {
  opacity: 1;
  z-index: 100;
}

.EliteClubForm__loginSubmit a {
  display: block;
  margin-top: 1.5em;
}

.EliteClubForm__birthdayInput input[type=number] {
  -moz-appearance: textfield;
}

.EliteClubForm__birthdayInput input[type=number]::-webkit-inner-spin-button,
.EliteClubForm__birthdayInput input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.ECLoggedInHeader__topWrap {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #000000;
  padding: 0 0 1em 0;
  margin-bottom: 40px;
}
@media (min-width: 40.0625em) {
  .ECLoggedInHeader__topWrap {
    padding: 0;
  }
}

.ECLoggedInHeader__title {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  font-size: 3rem;
  position: relative;
  color: #ffffff;
  text-shadow: 1px 0.5px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  padding: 50px 20px;
  line-height: 0.7em;
  margin: 0;
}
@media (min-width: 40.0625em) {
  .ECLoggedInHeader__title {
    font-size: 3rem;
  }
}
@media (min-width: 40.0625em) {
  .ECLoggedInHeader__title {
    font-size: 3.75rem;
    padding: 50px 35px;
  }
}
@media (min-width: 64.0625em) {
  .ECLoggedInHeader__title {
    padding: 40px 35px;
  }
}

.ECLoggedInHeader__titlePreTitle {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.050em;
  text-transform: uppercase;
  position: relative;
  text-shadow: 1px 0.5px 5px rgba(0, 0, 0, 0.5);
  display: block;
  clear: both;
}
@media (min-width: 40.0625em) {
  .ECLoggedInHeader__titlePreTitle {
    font-size: 1.125rem;
  }
}

.ECLoggedInHeader__titlePostTitle {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.050em;
  position: relative;
  text-shadow: 1px 0.5px 5px rgba(0, 0, 0, 0.5);
  display: block;
  clear: both;
  padding-top: 0.7em;
}
@media (min-width: 40.0625em) {
  .ECLoggedInHeader__titlePostTitle {
    font-size: 1.875rem;
  }
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.ECLoggedInModule__sectionHeader {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.050em;
  text-transform: uppercase;
  width: 100%;
  display: block;
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
  color: #707070;
  border-bottom: 1px solid #707070;
}
@media (min-width: 64.0625em) {
  .ECLoggedInModule__sectionHeader {
    font-size: 1rem;
  }
}

.ECLoggedInModule__styleProfile, .ECLoggedInModule__reviews {
  background: #e1e1e1;
  padding: 25px 10px;
  margin-bottom: 10px;
}
.ECLoggedInModule__styleProfile p, .ECLoggedInModule__reviews p {
  font-family: "Georgia", serif;
  font-size: 0.9375rem;
  margin-bottom: 1.875rem;
}
.ECLoggedInModule__styleProfile p a, .ECLoggedInModule__reviews p a {
  font-weight: bold;
  font-style: italic;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .ECLoggedInModule__styleProfile p a:hover, .ECLoggedInModule__reviews p a:hover {
    color: #707070;
  }
}
@media (min-width: 40.0625em) {
  .ECLoggedInModule__styleProfile, .ECLoggedInModule__reviews {
    padding: 25px 20px;
  }
}
@media (min-width: 64.0625em) {
  .ECLoggedInModule__styleProfile p, .ECLoggedInModule__reviews p {
    font-size: 1rem;
  }
}

@media (min-width: 40.0625em) {
  .ECLoggedInModule__reviews {
    margin-bottom: 60px;
  }
}

.ECLoggedInModule__accountDetails {
  padding: 25px 0px;
}
.ECLoggedInModule__accountDetails .ECLoggedInModule__sectionHeader {
  color: #000000;
}
.ECLoggedInModule__accountDetails h3 {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.050em;
  text-transform: uppercase;
  width: 100%;
  display: block;
  clear: both;
  color: #707070;
  margin: 0;
}

.ECLoggedInModule__accountDetail {
  font-family: "Georgia", serif;
  font-size: 1.125rem;
  margin: 0;
  margin-bottom: 0.625rem;
}
@media (min-width: 64.0625em) {
  .ECLoggedInModule__accountDetail {
    font-size: 1.5rem;
  }
}

.ECLoggedInModule__adBottomMargin {
  margin-bottom: 2.1875rem;
  display: block;
  clear: both;
}

.ECLoggedInModule__changeLink {
  font-family: "Georgia", serif;
  font-weight: bold;
  font-style: italic;
  font-size: 0.9375rem;
  margin-bottom: 2.1875rem;
  display: block;
  clear: both;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  z-index: 2;
}
.ECLoggedInModule__changeLink:hover {
  color: #707070;
}

.ECLoggedInModule__ctaLinkWrap {
  width: 100%;
  display: block;
  clear: both;
  text-align: center;
}

.ECLoggedInModule__ctaLink, .ECLoggedInModule__ctaLinkWhite {
  font-family: "Futura LT W05 Bold", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 3.6em;
  position: relative;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  letter-spacing: 0.100em;
}
.ECLoggedInModule__ctaLink:after, .ECLoggedInModule__ctaLinkWhite:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000000;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .ECLoggedInModule__ctaLink:hover, .ECLoggedInModule__ctaLinkWhite:hover {
    color: #4b4a4b;
  }
  .ECLoggedInModule__ctaLink:hover:hover:after, .ECLoggedInModule__ctaLinkWhite:hover:hover:after {
    background: #4b4a4b;
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
  .ECLoggedInModule__ctaLink:active, .ECLoggedInModule__ctaLinkWhite:active {
    color: #5c2d91;
  }
  .ECLoggedInModule__ctaLink:active:after, .ECLoggedInModule__ctaLinkWhite:active:after {
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
}
@media (min-width: 64.0625em) {
  .ECLoggedInModule__ctaLink, .ECLoggedInModule__ctaLinkWhite {
    margin-bottom: 2.8em;
  }
}

.ECLoggedInModule__ctaLinkWhite {
  color: #ffffff;
  font-size: 1rem;
}
.ECLoggedInModule__ctaLinkWhite:after {
  background-color: #ffffff;
}
@media (min-width: 40.0625em) {
  .ECLoggedInModule__ctaLinkWhite:hover {
    color: #e1e1e1;
  }
  .ECLoggedInModule__ctaLinkWhite:hover:hover:after {
    background: #e1e1e1;
    -ms-transform: scaleX(0);
        transform: scaleX(0);
  }
  .ECLoggedInModule__ctaLinkWhite:active {
    color: #5c2d91;
  }
  .ECLoggedInModule__ctaLinkWhite:active:after {
    -ms-transform: scaleX(0);
        transform: scaleX(0);
    background: #5c2d91;
  }
}
@media (min-width: 64.0625em) {
  .ECLoggedInModule__ctaLinkWhite {
    font-size: 1.125rem;
  }
}

.ECLoggedInModule__logOutLink {
  font-family: "Futura LT W05 Bold", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.875rem;
  border: 1px solid #000000;
  display: block;
  padding: 0.4em 1.2em;
  white-space: nowrap;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-appearance: none !important;
  border-radius: 0 !important;
  letter-spacing: 0.100em;
  float: left;
  clear: both;
  margin-bottom: 2.1875rem;
}
@media (min-width: 40.0625em) {
  .ECLoggedInModule__logOutLink:hover {
    color: #ffffff;
    background: #000000;
  }
  .ECLoggedInModule__logOutLink:active {
    color: #ffffff;
    background: #5c2d91;
  }
}
@media (min-width: 64.0625em) {
  .ECLoggedInModule__logOutLink {
    padding: 0.4em 1.5em;
  }
}

.ECLoggedInModule__inputText {
  margin-bottom: 0.75em !important;
}

label[for=keep-email-list] {
  font-size: 0.9375rem;
  line-height: 20px;
}
label[for=keep-email-list] .ECLoggedInModule__checkboxCustom {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  margin-right: 5px;
  background: transparent;
  margin-bottom: -4px;
  margin-top: 0.2em;
}
label[for=keep-email-list] input {
  display: none;
}
label[for=keep-email-list].checked .ECLoggedInModule__checkboxCustom {
  background: url(/dist/images/check-grey.png);
  background-size: cover;
}
@media (min-width: 64.0625em) {
  label[for=keep-email-list] {
    font-size: 1rem;
  }
}

#ECLoggedInModule__accountDetailsForm, #ECLoggedInModule__accountPasswordForm {
  position: relative;
}
#ECLoggedInModule__accountDetailsForm .ECLoggedInModule__inputWrap, #ECLoggedInModule__accountPasswordForm .ECLoggedInModule__inputWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#ECLoggedInModule__accountDetailsForm.ECLoggedInModule__changeActive .ECLoggedInModule__inputWrap, #ECLoggedInModule__accountPasswordForm.ECLoggedInModule__changeActive .ECLoggedInModule__inputWrap {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
#ECLoggedInModule__accountDetailsForm.ECLoggedInModule__changeActive .ECLoggedInModule__changeLink, #ECLoggedInModule__accountPasswordForm.ECLoggedInModule__changeActive .ECLoggedInModule__changeLink {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ECLoggedInModule__detailWrap {
  position: relative;
  z-index: 1;
}

.ECLoggedInModule__styleMatchWrap {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  width: 100%;
  margin-bottom: 0.9375rem;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.ECLoggedInModule__styleMatchWrap h3 {
  font-size: 3rem;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-55%);
      transform: translateY(-55%);
  text-shadow: 1px 0.5px 5px rgba(0, 0, 0, 0.5);
  width: 100%;
  margin: 0;
}
.ECLoggedInModule__styleMatchWrap img {
  max-width: 100%;
}
.ECLoggedInModule__styleMatchWrap .ECLoggedInModule__ctaLinkWhite {
  position: absolute;
  top: 65%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media (min-width: 40.0625em) {
  .ECLoggedInModule__styleMatchWrap h3 {
    -ms-transform: translateY(-60%);
        transform: translateY(-60%);
  }
}
@media (min-width: 64.0625em) {
  .ECLoggedInModule__styleMatchWrap h3 {
    font-size: 4.0625rem;
    -ms-transform: translateY(-55%);
        transform: translateY(-55%);
  }
}

.ECLoggedInModule__editMatchWrap {
  text-align: center;
  margin-bottom: 0 !important;
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.EliteClubNewsletterForm__topWrap {
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 0;
  height: 100vw;
  max-height: 600px;
}
@media (min-width: 64.0625em) {
  .EliteClubNewsletterForm__topWrap {
    max-height: 850px;
  }
}

.EliteClubNewsletterForm__greybackground {
  display: block;
  width: 100%;
  height: 450px;
  background: #606060;
}
@media (min-width: 40.0625em) {
  .EliteClubNewsletterForm__greybackground {
    height: 400px;
  }
}
@media (min-width: 64.0625em) {
  .EliteClubNewsletterForm__greybackground {
    display: none;
  }
}

.EliteClubNewsletterForm__signUp {
  top: 42%;
  padding: 2em 0;
}
@media (min-width: 40.0625em) {
  .EliteClubNewsletterForm__signUp {
    width: 75%;
  }
}
@media (min-width: 64.0625em) {
  .EliteClubNewsletterForm__signUp {
    top: 15%;
    left: -30%;
    width: 30em;
  }
}

.EliteClubNewsletterForm__birthdayInput input[type=number] {
  -moz-appearance: textfield;
}

.EliteClubNewsletterForm__birthdayInput input[type=number]::-webkit-inner-spin-button,
.EliteClubNewsletterForm__birthdayInput input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
/* === FILTERS === */
.SearchResultFilters {
  padding: 1.875rem 0.625rem 1.25rem;
  text-align: center;
  font-size: 0.75rem;
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
}

.SearchResultFilters__filter {
  display: inline-block;
  padding: 1em;
  border: 1px solid #D7D7D7;
  color: #989898;
  text-transform: uppercase;
  transition: all .2s ease;
}

.SearchResultFilters__filter.is-current,
.SearchResultFilters__filter:hover,
.SearchResultFilters__filter:focus {
  border-color: #707070;
  background-color: #707070;
  color: #FFF;
}

@media (min-width: 64.0625em) {
  .SearchResultFilters__filter {
    padding: 2em 1.5em;
  }
}
/* === RESULT LISTING === */
.SearchResults {
  padding: 0.625rem;
  margin-bottom: 2em;
  font-size: 1rem;
}

.SearchResult__link {
  display: block;
  margin-top: 1.25rem;
}

.SearchResults__result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.SearchResults__image {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: calc(50% - (5rem / 16));
}

.SearchResults__text {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
}

.SearchResults__image + .SearchResults__text {
  margin-left: 0.625rem;
}

.SearchResult__type {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Futura LT W05 Bold", sans-serif;
}

.SearchResult__title {
  margin: 0;
  font-size: 1em;
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
}

.SearchResult__preview {
  max-height: 4.8em;
  margin: .5em 0 0;
  overflow: hidden;
  color: #989898;
  line-height: 1.2;
}

.SearchResults__image + .SearchResults__text .SearchResult__preview {
  display: none;
}

@media (min-width: 40.0625em) {
  .SearchResults {
    max-width: 28.75rem;
    padding: 0;
    margin: 0 auto 2em;
  }

  .SearchResult__title {
    font-size: 1.5rem;
  }

  .SearchResult__preview {
    display: block !important;
  }
}
@media (min-width: 64.0625em) {
  .SearchResults {
    max-width: 45.625rem;
  }

  .SearchResults__image + .SearchResults__text {
    margin-left: 1.25rem;
  }
}
/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.MoreResults {
  margin: 4em 0.625rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
  font-family: "Futura LT W05 Bold", sans-serif;
}

.MoreResults a {
  display: inline-block;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  margin: 0 .25em;
  vertical-align: middle;
  line-height: 1;
}

.MoreResults__previous,
.MoreResults__next {
  border: 2px solid #C53391;
  margin: 0;
  overflow: hidden;
  text-indent: 150%;
  transform: rotateZ(45deg);
}

.MoreResults__previous {
  border-top: 0;
  border-right: 0;
}

.MoreResults__next {
  border-bottom: 0;
  border-left: 0;
}

.MoreResults__previous.at-beginning,
.MoreResults__next.at-end {
  display: none;
}

.MoreResults__page {
  padding: .75em;
  border: 1px solid #CCC;
  border-radius: 50%;
}

.MoreResults__page.is-current,
.MoreResults__page:hover,
.MoreResults__page:focus {
  background-color: #CCC;
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.NoResults {
  padding: 2em 0.625rem;
}

.NoResults__heading {
  margin: 0 0 .4em;
  font-size: 2rem;
  line-height: 1.1875;
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
}

.NoResults__message {
  margin: 0;
}

.NoResults__wrapper {
  margin-bottom: 35px;
}

.NoResults__headerWrap {
  text-align: center;
}
.NoResults__headerWrap h2 {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 30px 0 30px 0;
  letter-spacing: 0.1em;
}
.NoResults__headerWrap p {
  color: #989898;
  margin: .25em auto 1.5em;
  width: 90%;
  line-height: 1.5;
}

.NoResults__carouselWrap {
  position: relative;
}

.NoResults__carousel .slick-prev:after {
  border-left-color: #000000;
  border-bottom-color: #000000;
}
.NoResults__carousel .slick-next:after {
  border-top-color: #000000;
  border-right-color: #000000;
}
.NoResults__carousel .slick-dots {
  position: relative;
  text-align: center;
}
.NoResults__carousel .slick-dots button:after {
  background: #000000;
}

@media (min-width: 40.0625em) {
  .NoResults__carouselProduct {
    width: 33.33333333%;
    float: left;
  }
}

.NoResults__carouselProductInside {
  display: block;
  cursor: default;
}
.NoResults__carouselProductInside img {
  max-width: 33.33333333%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 40.0625em) {
  .NoResults__carouselProductInside {
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: .0625rem;
  }
  .NoResults__carouselProductInside:hover {
    box-shadow: 0px 10px 20px 2px rgba(152, 152, 152, 0.35);
    -ms-transform: translateY(-1px);
        transform: translateY(-1px);
  }
  .NoResults__carouselProductInside:hover .NoResults__stars {
    opacity: 1;
  }
  .NoResults__carouselProductInside img {
    max-width: 100%;
  }
}

.NoResults__productInfo {
  margin-top: 1em;
  text-align: center;
}
.NoResults__productInfo h3 {
  font-family: "Futura LT W05 Bold", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 0;
}
.NoResults__productInfo p {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 40.0625em) {
  .NoResults__productInfo {
    padding: 0 1em 1em;
  }
}

.NoResults__allProducts {
  font-family: "Futura LT W05 Bold", sans-serif;
  text-align: center;
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0.4em 1.2em;
  margin: 2rem auto;
  letter-spacing: 0.166em;
  border: 1px solid #000000;
  background-color: #ffffff;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}
@media (min-width: 40.0625em) {
  .NoResults__allProducts:hover {
    color: #ffffff;
    background-color: #000000;
  }
  .NoResults__allProducts:active {
    color: #ffffff;
    background-color: #5c2d91;
  }
}
@media (min-width: 64.0625em) {
  .NoResults__allProducts {
    padding: 0.4em 1.5em;
  }
}

@media (min-width: 40.0625em) {
  .NoResults {
    max-width: 28.75rem;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
  }
}
@media (min-width: 64.0625em) {
  .NoResults, .NoResults__wrapper {
    max-width: 45.625rem;
  }

  .NoResults__wrapper {
    padding: 0;
  }
}
/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.UtilityHeader {
  position: relative;
}

.UtilityHeader__image {
  width: 100%;
  height: auto;
}

.UtilityHeader__title {
  padding: .75em;
  margin: 0;
  background-color: #000;
  text-align: center;
  color: #FFF;
  font-size: 3rem;
  line-height: 1;
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
}

.UtilityHeader__preTitle {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
}

@media (min-width: 40.0625em) {
  .UtilityHeader__title {
    position: absolute;
    top: 45%;
    left: 10%;
    padding: 0;
    background-color: transparent;
    text-align: left;
    font-size: 3.75rem;
  }

  .UtilityHeader__preTitle {
    font-size: 1.125rem;
  }
}
@media (min-width: 64.0625em) {
  .UtilityHeader__title {
    font-size: 4.5rem;
  }

  .UtilityHeader__preTitle {
    font-size: 1.5rem;
  }
}
/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.UtilityCopy .container {
  padding-bottom: 4em;
}
.UtilityCopy .container h3 {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.ContactUs {
  overflow: hidden;
}
.ContactUs h3 {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
}
.ContactUs p {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
}

@media (min-width: 64.0625em) {
  .ContactUs__optionsWrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .ContactUs__optionsWrap > :first-child {
    margin: 0 .25em 0 0;
  }
  .ContactUs__optionsWrap > :nth-child(2) {
    margin: 0 0 0 .25em;
  }
}

.ContactUs__option {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  background-color: #f0f0f0;
  padding: 1.25em 1.2em;
  margin: 0 10px .25em;
  min-height: 177px;
}
.ContactUs__option h4 {
  font-family: "Futura LT W05 Bold", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 0.25em 0;
}
@media (min-width: 64.0625em) {
  .ContactUs__option {
    width: 36%;
  }
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.ContactUs__form {
  padding-bottom: 4em;
}
.ContactUs__form label {
  font-family: "Georgia", serif;
}
.ContactUs__form textarea {
  min-height: 158px;
  margin-top: 0.25em;
}

.ContactUs__formTitle {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  padding: 1em 0 0 0;
  border-top: 1px solid #f0f0f0;
  margin-top: 2.750em;
  text-transform: uppercase;
}

.ProductSearch__inputWrapper {
  position: relative;
}
.ProductSearch__inputWrapper .info {
  font-family: "Georgia", serif;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  font-size: 0.891em;
  color: #000000;
  text-align: center;
  background: #f0f0f0;
  border: none;
  position: absolute;
  right: 15px;
  top: 12px;
}

.ContactUs__tooltip {
  min-height: 263px;
  width: 206px;
  max-width: 206px;
  position: relative;
  z-index: 1;
  display: none;
}
.ContactUs__tooltip .bg {
  background-color: #000;
  opacity: 0.8;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.ContactUs__tooltip .content {
  position: relative;
  z-index: 3;
  font-family: "Georgia", serif;
  color: #fff;
  margin: 15px;
}
.ContactUs__tooltip .content img {
  margin: 1.25em auto 0.5em auto;
  display: block;
  width: 100%;
}

@media (min-width: 64.0625em) {
  .UtilityHeader__title {
    font-size: 4.5rem;
  }

  .UtilityHeader__preTitle {
    font-size: 1.5rem;
  }
}
/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.FaqCategoryListing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 2em 0.625rem 4em;
  text-align: center;
  font-size: 0.875rem;
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
}

/*
  1: Center the cell contents vertically if the logos are different heights.
 */
.FaqCategoryListing__category {
  display: -ms-flexbox;
  display: flex;
  /* 1 */
  -ms-flex-direction: column;
      flex-direction: column;
  /* 1 */
  -ms-flex-pack: center;
      justify-content: center;
  /* 1 */
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: calc(50% - (5rem / 16));
  padding: 3em 1em;
  margin-top: 0.625rem;
  background-color: #F1F1F1;
}

.FaqCategoryListing__category:nth-child(even) {
  margin-left: 0.625rem;
}

.FaqCategoryListing__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 40.0625em) {
  .FaqCategoryListing__category {
    width: calc((100% - (30rem / 16)) / 4);
    margin-left: 0.625rem;
  }

  .FaqCategoryListing__category:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media (min-width: 64.0625em) {
  .FaqCategoryListing {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .FaqCategoryListing__category {
    width: calc((100% - (60rem / 16)) / 4);
    margin-top: 1.25rem;
    margin-left: 1.25rem;
  }

  .FaqCategoryListing__category:nth-child(even) {
    margin-left: 1.25rem;
  }
}
/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.BasicSearch {
  padding: 0.625rem;
  text-align: center;
  font-size: 1.125rem;
}

.BasicSearch__prompt {
  display: block;
  margin: 2em 0 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
}

@media (min-width: 40.0625em) {
  .BasicSearch__prompt {
    font-size: 1.5rem;
  }
}
.BasicSearch__inputWrapper {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #989898;
  margin: 0 auto;
}

@media (min-width: 40.0625em) {
  .BasicSearch__inputWrapper {
    max-width: 28.75rem;
  }
}
@media (min-width: 64.0625em) {
  .BasicSearch__inputWrapper {
    max-width: 45.625rem;
  }
}
input.BasicSearch__input {
  -ms-flex: 1 0 70%;
      flex: 1 0 70%;
  padding: .5em;
  border: 0;
  text-align: left;
}

.BasicSearch__submit {
  -ms-flex: 0 0 3.75rem;
      flex: 0 0 3.75rem;
  border: 0;
  background-color: #FFF;
}

.BasicSearch__submit img {
  width: 1.375rem;
  height: 100%;
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.FaqSingleBackToSearchResults__linkWrapper {
  padding-top: 3em;
}
.FaqSingleBackToSearchResults__linkWrapper span.u-ctaArrow {
  margin-right: .5em;
}
.FaqSingleBackToSearchResults__linkWrapper span.u-ctaArrow:after {
  transform: rotateZ(225deg);
  color: #C53391;
}
@media (min-width: 64.0625em) {
  .FaqSingleBackToSearchResults__linkWrapper {
    width: 50%;
    display: inline-block;
    margin: 0 0 0 4em;
  }
}

.FaqSingleBackToSearchResults__link span {
  position: relative;
  font-weight: bold;
  font-style: italic;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.FaqSingleBackToSearchResults__link span:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
}
@media (min-width: 40.0625em) {
  .FaqSingleBackToSearchResults__link span:hover {
    color: #707070;
  }
  .FaqSingleBackToSearchResults__link span:hover:after {
    background: #707070;
    -ms-transform: scaleX(1);
        transform: scaleX(1);
  }
  .FaqSingleBackToSearchResults__link span:active {
    color: #5c2d91;
  }
  .FaqSingleBackToSearchResults__link span:active:after {
    -ms-transform: scaleX(1);
        transform: scaleX(1);
  }
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.FaqSingleQuestionAndAnswer__wrapper h1 {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  margin: 2em 0 0 0;
  line-height: 1.1;
}
.FaqSingleQuestionAndAnswer__wrapper p {
  position: relative;
  margin: 1.5em 0 0 0;
  line-height: 1.5;
}
.FaqSingleQuestionAndAnswer__wrapper p:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #989898;
}
@media (min-width: 64.0625em) {
  .FaqSingleQuestionAndAnswer__wrapper {
    width: 50%;
    display: inline-block;
    margin: 0 0 0 4em;
  }
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.FaqSingleHelpful__wrapper {
  margin-top: 5em;
}
.FaqSingleHelpful__wrapper span {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
}
.FaqSingleHelpful__wrapper .FaqSingleHelpful__counterBox {
  display: inline;
  background: #ededed;
  padding: 0.5em 1em;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.FaqSingleHelpful__wrapper .FaqSingleHelpful__counterBox:first-of-type {
  margin-left: .5em;
  border-right: 1px solid #989898;
}
.FaqSingleHelpful__wrapper .FaqSingleHelpful__counterBox button {
  font-family: "Futura LT W05 Bold", sans-serif;
  border: none;
  background: none;
  padding-right: 0;
}
.FaqSingleHelpful__wrapper .FaqSingleHelpful__messageWrapper {
  display: none;
}
.FaqSingleHelpful__wrapper .FaqSingleHelpful__messageWrapper .FaqSingleHelpful__message {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
}
@media (min-width: 40.0625em) {
  .FaqSingleHelpful__wrapper .FaqSingleHelpful__counterBox:hover {
    background: #818181;
    color: #ffffff;
  }
}
@media (min-width: 64.0625em) {
  .FaqSingleHelpful__wrapper {
    display: inline-block;
    width: 50%;
    margin: 5em 0 0 4em;
    height: 200px;
  }
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
@media (min-width: 64.0625em) {
  .FaqSingleRelatedArticles__wrapper {
    float: right;
    width: 30%;
    position: absolute;
    top: -525px;
    right: 6%;
  }
}

.FaqSingleRelatedArticles__content {
  background: #ededed;
  margin: 4em 0;
  padding: 1.5em;
}
.FaqSingleRelatedArticles__content h3 {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  margin: 0 0 1em 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.FaqSingleRelatedArticles__content a {
  display: block;
  margin-bottom: .75em;
}
.FaqSingleRelatedArticles__content a span {
  display: block;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.FaqSingleRelatedArticles__content a span:after {
  color: #C53391;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 40.0625em) {
  .FaqSingleRelatedArticles__content a:hover span {
    color: #989898;
  }
  .FaqSingleRelatedArticles__content a:hover span:after {
    transform: translateX(0.25em) rotateZ(45deg);
  }
}
@media (min-width: 64.0625em) {
  .FaqSingleRelatedArticles__content {
    margin: 0;
  }
  .FaqSingleRelatedArticles__content h3 {
    font-size: 1rem;
  }
  .FaqSingleRelatedArticles__content a span {
    font-size: 1rem;
  }
}

/* 1200px */
/* 641 px */
/* 1025px */
/* 1201px */
/* 640px */
/* 1024px */
/* Center an element within its parent without knowing widths and heights. */
/* This will only ever show if an image fails to load, so light text is still
   legible within the container. */
.CountryList {
  background-color: #000000;
  color: #ffffff;
  background: url("/dist/images/fpo/21-1-background-small.jpg") #606060 no-repeat top center;
  background-size: contain;
}

.CountryList__header {
  font-family: "Futura LT W05 Book", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .9rem;
  margin-top: 0;
  padding-top: 230px;
  text-align: center;
}

.CountryList__subHeader {
  font-family: "BodoniSeventytwoITCW02-_737178", serif;
  font-weight: 400;
  text-transform: none;
  font-size: 38px;
  padding-bottom: .5em;
  display: block;
}

.CountryList__regionListWrapper {
  width: 100%;
}

.CountryList__regionList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 50px;
}

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

.CountryList__region h2 {
  font-family: "Futura LT W05 Bold", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 24px;
}

.CountryList__region ul {
  font-family: "Georgia", serif;
  font-size: 1rem;
  list-style-type: none;
  padding: 0;
  font-weight: bold;
  font-style: italic;
}

.CountryList__region li {
  margin-bottom: 24px;
}
.CountryList__region li a {
  position: relative;
}
.CountryList__region li a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
}
@media (min-width: 40.0625em) {
  .CountryList__region li a:hover {
    color: #c2c2c2;
  }
  .CountryList__region li a:hover:after {
    background: #c2c2c2;
    -ms-transform: scaleX(1);
        transform: scaleX(1);
  }
  .CountryList__region li a:active {
    color: #5c2d91;
  }
  .CountryList__region li a:active:after {
    -ms-transform: scaleX(1);
        transform: scaleX(1);
  }
}

@media (min-width: 40.0625em) {
  .CountryList {
    background: url("/dist/images/fpo/21-1-background-medium.jpg") #606060 no-repeat top center;
    background-size: contain;
  }

  .CountryList__header {
    padding-top: 250px;
    margin-bottom: 80px;
  }

  .CountryList__subHeader {
    font-size: 3rem;
  }

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

  .CountryList__region {
    float: left;
    width: 23%;
    margin-left: 10%;
    margin-bottom: 45px;
    text-align: left;
  }
}
@media (min-width: 64.0625em) {
  .CountryList {
    background: url("/dist/images/fpo/21-1-background-large.jpg") #606060 no-repeat top center;
    background-size: contain;
  }

  .CountryList__header {
    margin-bottom: 60px;
  }
}
/* Overrides & Utilities */
/* UTILITY STYLES */
/* Displays the pink arrow after CTAs */
.u-ctaArrow::after {
  content: "";
  display: inline-block;
  width: .6em;
  height: .6em;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-left: 0;
  margin-left: .4em;
  transform: rotateZ(45deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Adds padding to a component's container. */
.u-inset {
  padding: 1.5625rem 0.625rem;
}

@media (min-width: 64.0625em) {
  .u-inset {
    padding: 2.5rem 1.25rem;
  }
}
/* Clearfix */
.u-clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

/* Hide elements at various sizes */
@media (max-width: 40em) {
  .hidden-small {
    display: none;
  }
}

.visible-large-inline {
  display: none;
}
@media (min-width: 64.0625em) {
  .visible-large-inline {
    display: inline;
  }
}

/* Set focus styles when browsing the site with a mouse */
[data-whatinput="mouse"] :focus {
  outline: none;
}

/* float columns right for when the right-most column needs to stack on top below mobile breakpoint */
.float-right {
  float: right;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/*# sourceMappingURL=style.min.css.map */