@charset "UTF-8";
@font-face {
  font-family: "Brandon Text";
  src: url(../woff2/brandon-text-regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Text";
  src: url(../woff2/brandon-text-medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --breakpoint-xx-small: 376px;
  --breakpoint-x-small: 376px;
  --breakpoint-small: 376px;
  --breakpoint-medium: 769px;
  --breakpoint-large: 1081px;
  --breakpoint-x-large: 1441px;
  --breakpoint-mobile: 961px;
  --color-default: #001E60;
  --color-default-rgb: 0, 30, 96;
  --color-black: #000000;
  --color-black-rgb: 0, 0, 0;
  --color-white: #ffffff;
  --color-white-rgb: 255, 255, 255;
  --color-dark-accent: #001E60;
  --color-dark-accent-rgb: 0, 30, 96;
  --color-accent: #001E60;
  --color-accent-rgb: 0, 30, 96;
  --color-charcoal: #25282d;
  --color-charcoal-rgb: 37, 40, 45;
  --color-darker-gray: #515762;
  --color-darker-gray-rgb: 81, 87, 98;
  --color-dark-gray: #8c8c8c;
  --color-dark-gray-rgb: 140, 140, 140;
  --color-gray: #bfbfbf;
  --color-gray-rgb: 191, 191, 191;
  --color-light-gray: #d9d9d9;
  --color-light-gray-rgb: 217, 217, 217;
  --color-lighter-gray: #e7e8e9;
  --color-lighter-gray-rgb: 231, 232, 233;
  --color-lightest-gray: #f2f3f4;
  --color-lightest-gray-rgb: 242, 243, 244;
  --color-red-45: #cd2435;
  --color-red-45-rgb: 205, 36, 53;
  --color-dark-rhubarb: #bf0029;
  --color-dark-rhubarb-rgb: 191, 0, 41;
  --color-rhubarb: #dd2e3e;
  --color-rhubarb-rgb: 221, 46, 62;
  --color-lime: #d2e137;
  --color-lime-rgb: 210, 225, 55;
  --color-light-lime: #d7e44b;
  --color-light-lime-rgb: 215, 228, 75;
  --color-mint: #86C8BC;
  --color-mint-rgb: 134, 200, 188;
  --color-light-mint: #92CDC3;
  --color-light-mint-rgb: 146, 205, 195;
  --color-navy: #001e60;
  --color-navy-rgb: 0, 30, 96;
  --color-light-navy: #1A3570;
  --color-light-navy-rgb: 26, 53, 112;
  --color-cream: #EBE9EA;
  --color-cream-rgb: 235, 233, 234;
}

* {
  box-sizing: border-box;
}

a {
  color: #001E60;
  transition: 0.4s color;
  text-decoration: none;
}
a:active, a:focus, a:hover {
  color: #002e93;
  text-decoration: underline;
}

article {
  margin: 32px 0 32px 0;
}
article:first-child {
  margin-top: 0;
}
article:last-child {
  margin-bottom: 0;
}

blockquote {
  padding: 0 0 0 16px;
}

code {
  display: inline-block;
  white-space: pre;
}

h6,
.h6, h5,
.h5, h4,
.h4, h3,
.h3, h2,
.h2, h1,
.h1 {
  margin: 0 0 24px 0;
  font-weight: inherit;
}
h6:last-child,
.h6:last-child, h5:last-child,
.h5:last-child, h4:last-child,
.h4:last-child, h3:last-child,
.h3:last-child, h2:last-child,
.h2:last-child, h1:last-child,
.h1:last-child {
  margin-bottom: 0;
}
h6 a,
.h6 a, h5 a,
.h5 a, h4 a,
.h4 a, h3 a,
.h3 a, h2 a,
.h2 a, h1 a,
.h1 a {
  color: inherit;
}

h1,
.h1 {
  font-size: 28px;
  font-variation-settings: "wght" 700;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

h2,
.h2 {
  font-size: 20px;
  font-variation-settings: "wght" 600;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

h3,
.h3 {
  font-size: 20px;
  font-variation-settings: "wght" 600;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

h4,
.h4 {
  font-size: 20px;
  font-variation-settings: "wght" 600;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

h5,
.h5 {
  font-size: 20px;
  font-variation-settings: "wght" 600;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

h6,
.h6 {
  font-size: 12px;
  font-variation-settings: "wght" 700;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

hr {
  margin: 24px 0 24px 0;
  background: #d9d9d9;
  border: 0;
  display: block;
  height: 1px;
}
hr:first-child {
  margin-top: 0;
}
hr:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  hr {
    margin: 16px 0 16px 0;
  }
  hr:first-child {
    margin-top: 0;
  }
  hr:last-child {
    margin-bottom: 0;
  }
}

html {
  color: #001E60;
  font-size: 16px;
  font-variation-settings: "wght" 500;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
  font-family: area-normal, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
}

ul,
ol,
blockquote,
table,
address,
form,
pre {
  margin: 16px 0 16px 0;
}
ul:first-child,
ol:first-child,
blockquote:first-child,
table:first-child,
address:first-child,
form:first-child,
pre:first-child {
  margin-top: 0;
}
ul:last-child,
ol:last-child,
blockquote:last-child,
table:last-child,
address:last-child,
form:last-child,
pre:last-child {
  margin-bottom: 0;
}

ol {
  padding: 0 0 0 16px;
}

p {
  margin: 16px 0 16px 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

pre {
  display: block;
  white-space: pre-wrap;
}

strong {
  font-weight: bold;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

th,
td {
  padding: 8px 16px 8px 16px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=number],
input[type=url],
input[type=tel],
input[type=datetime],
input[type=date],
input[type=month],
input[type=week],
textarea {
  font-size: 16px;
  font-variation-settings: "wght" 500;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
  padding: 8px 16px 8px 16px;
  transition: 0.4s all;
  border: 1px solid #d9d9d9;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=url]::placeholder,
input[type=tel]::placeholder,
input[type=datetime]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
textarea::placeholder {
  color: #bfbfbf;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=datetime]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
textarea:focus {
  border-color: #8c8c8c;
  outline: none;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=number]:hover,
input[type=url]:hover,
input[type=tel]:hover,
input[type=datetime]:hover,
input[type=date]:hover,
input[type=month]:hover,
input[type=week]:hover,
textarea:hover {
  border-color: #bfbfbf;
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=search]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=url]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=datetime]:focus::placeholder,
input[type=date]:focus::placeholder,
input[type=month]:focus::placeholder,
input[type=week]:focus::placeholder,
textarea:focus::placeholder, input[type=text]:hover::placeholder,
input[type=email]:hover::placeholder,
input[type=password]:hover::placeholder,
input[type=search]:hover::placeholder,
input[type=number]:hover::placeholder,
input[type=url]:hover::placeholder,
input[type=tel]:hover::placeholder,
input[type=datetime]:hover::placeholder,
input[type=date]:hover::placeholder,
input[type=month]:hover::placeholder,
input[type=week]:hover::placeholder,
textarea:hover::placeholder {
  color: #8c8c8c;
}

ul {
  padding: 0 0 0 16px;
}

a {
  color: #001e60;
  transition: 0.4s color;
  text-decoration: underline;
}
a:active, a:focus, a:hover {
  color: #86C8BC;
  text-decoration: underline;
}

h1 a,
.h1 a, h2 a,
.h2 a, h3 a,
.h3 a, h4 a,
.h4 a, h5 a,
.h5 a, h6 a,
.h6 a {
  color: inherit;
}
h1 a:active,
.h1 a:active, h2 a:active,
.h2 a:active, h3 a:active,
.h3 a:active, h4 a:active,
.h4 a:active, h5 a:active,
.h5 a:active, h6 a:active,
.h6 a:active, h1 a:focus,
.h1 a:focus, h2 a:focus,
.h2 a:focus, h3 a:focus,
.h3 a:focus, h4 a:focus,
.h4 a:focus, h5 a:focus,
.h5 a:focus, h6 a:focus,
.h6 a:focus, h1 a:hover,
.h1 a:hover, h2 a:hover,
.h2 a:hover, h3 a:hover,
.h3 a:hover, h4 a:hover,
.h4 a:hover, h5 a:hover,
.h5 a:hover, h6 a:hover,
.h6 a:hover {
  color: inherit;
  text-decoration: underline;
}

hr {
  background: currentColor;
}

strong {
  font-variation-settings: "wght" 600;
  font-weight: 600;
}

ul {
  margin: 0 0 24px 0;
  list-style-type: disc;
  padding: 0;
}
ul:last-child {
  margin-bottom: 0;
}
ul li {
  margin: 0 0 8px 0;
}
ul li:last-child {
  margin-bottom: 0;
}

.button, form button, [class*=button--] {
  color: #001e60;
  transition: 0.4s background, 0.4s border, 0.4s color, 0.4s opacity;
  background: #86C8BC;
  border: 2px solid transparent;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  min-width: 180px;
  padding: 4px 16px;
  text-align: center;
  text-transform: uppercase;
}
.button:focus, form button:focus, [class*=button--]:focus {
  outline: none;
}
.button:active, form button:active, [class*=button--]:active, .button:hover, form button:hover, [class*=button--]:hover {
  color: #001e60;
  background: #92CDC3;
  text-decoration: none;
}

p .button + .button, p form button + .button, form p button + .button, p form .button + button, form p .button + button, p form button + button, form p button + button, p [class*=button--] + .button, p form [class*=button--] + button, form p [class*=button--] + button, p .button + [class*=button--], p form button + [class*=button--], form p button + [class*=button--], p [class*=button--] + [class*=button--] {
  margin-left: 8px;
}

.button--with-arrow:after {
  align-self: center;
  background: url(../svg/icon--arrow.svg) no-repeat left center;
  background-size: contain;
  content: "";
  display: block;
  height: 13px;
  margin-left: 0.5em;
  transform: translateY(4px);
  width: 13px;
}
.button--with-arrow:not(.pinterest):after {
  height: 12px;
  width: 14px;
  transform: translateY(0px);
}
.button--with-arrow.is-red:after {
  background-image: url(../svg/icon--arrow--red.svg);
}

.button--loading:after {
  background: url(../gif/icon--loading-green.gif) no-repeat left center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 13px;
  margin-left: 0.5em;
  transform: translateY(5px);
  width: 13px;
  vertical-align: top;
}

.button--red.button--loading:after {
  background: url(../gif/icon--loading-red.gif) no-repeat left center;
}
.button--red.button--inverted {
  background: none;
  border-color: #dd2e3e;
  color: #dd2e3e;
}
.button--red.button--inverted:active, .button--red.button--inverted:hover {
  border-color: #e45865;
  color: #dd2e3e;
}
.button--red.button--inverted.button--with-arrow:after {
  background-image: url(../svg/icon--arrow--red.svg);
}
.button--red:active, .button--red:hover {
  color: #ffffff;
  background-color: #cd2435;
  border-bottom-color: #cd2435;
}

form .wrap--fancy-file-input,
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=search],
form input[type=number],
form input[type=url],
form input[type=tel],
form input[type=datetime],
form input[type=date],
form input[type=month],
form input[type=week],
form textarea {
  background-color: #ffffff;
  transition: background 0.4s, border 0.4s, opacity 0.4s;
  border: solid rgba(140, 140, 140, 0.25);
  border-width: 0 0 2px;
  color: #001e60;
  display: block;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  height: 32px;
  line-height: 20px;
  padding: 5px 8px;
  width: 100%;
}
form .wrap--fancy-file-input:hover,
form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=search]:hover,
form input[type=number]:hover,
form input[type=url]:hover,
form input[type=tel]:hover,
form input[type=datetime]:hover,
form input[type=date]:hover,
form input[type=month]:hover,
form input[type=week]:hover,
form textarea:hover {
  border-color: rgba(140, 140, 140, 0.25);
}
form .wrap--fancy-file-input:focus, form .wrap--fancy-file-input.focus,
form input[type=text]:focus,
form input[type=text].focus,
form input[type=email]:focus,
form input[type=email].focus,
form input[type=password]:focus,
form input[type=password].focus,
form input[type=search]:focus,
form input[type=search].focus,
form input[type=number]:focus,
form input[type=number].focus,
form input[type=url]:focus,
form input[type=url].focus,
form input[type=tel]:focus,
form input[type=tel].focus,
form input[type=datetime]:focus,
form input[type=datetime].focus,
form input[type=date]:focus,
form input[type=date].focus,
form input[type=month]:focus,
form input[type=month].focus,
form input[type=week]:focus,
form input[type=week].focus,
form textarea:focus,
form textarea.focus {
  background-color: #ffffff;
  border-color: rgba(140, 140, 140, 0.5);
  color: #001e60;
}
form .wrap--fancy-file-input[disabled],
form input[type=text][disabled],
form input[type=email][disabled],
form input[type=password][disabled],
form input[type=search][disabled],
form input[type=number][disabled],
form input[type=url][disabled],
form input[type=tel][disabled],
form input[type=datetime][disabled],
form input[type=date][disabled],
form input[type=month][disabled],
form input[type=week][disabled],
form textarea[disabled] {
  cursor: default !important;
  opacity: 0.5;
}
form .wrap--fancy-file-input[disabled]:hover,
form input[type=text][disabled]:hover,
form input[type=email][disabled]:hover,
form input[type=password][disabled]:hover,
form input[type=search][disabled]:hover,
form input[type=number][disabled]:hover,
form input[type=url][disabled]:hover,
form input[type=tel][disabled]:hover,
form input[type=datetime][disabled]:hover,
form input[type=date][disabled]:hover,
form input[type=month][disabled]:hover,
form input[type=week][disabled]:hover,
form textarea[disabled]:hover {
  border-color: rgba(140, 140, 140, 0.25);
}
form .wrap--fancy-file-input:focus::placeholder,
form input[type=text]:focus::placeholder,
form input[type=email]:focus::placeholder,
form input[type=password]:focus::placeholder,
form input[type=search]:focus::placeholder,
form input[type=number]:focus::placeholder,
form input[type=url]:focus::placeholder,
form input[type=tel]:focus::placeholder,
form input[type=datetime]:focus::placeholder,
form input[type=date]:focus::placeholder,
form input[type=month]:focus::placeholder,
form input[type=week]:focus::placeholder,
form textarea:focus::placeholder {
  color: transparent;
}
form label {
  display: block;
  font-size: 1rem;
}
form textarea {
  height: auto;
}
form .field {
  position: relative;
}
form .wrap--fancy-file-input {
  transition: background 0.4s, border 0.4s, opacity 0.4s;
  cursor: pointer;
  position: relative;
}
form .wrap--fancy-file-input[disabled] input[type=file] {
  cursor: default;
}
form .wrap--fancy-file-input label.placeholder {
  opacity: 0.4;
}
form .wrap--fancy-file-input input[type=file] {
  bottom: -2px;
  cursor: pointer;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
form .parsley-errors-list {
  color: #ffffff;
  padding: 5px 5px 5px 5px;
  background: #dd2e3e;
  border-bottom: 2px solid #bf0029;
  font-size: 13px;
  list-style: none;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  transform: translateY(-100%) scale(0);
  transform-origin: bottom right;
  z-index: 10;
}
form .parsley-errors-list:before {
  border: solid transparent;
  border-top-color: #dd2e3e;
  border-width: 10px 10px 0 10px;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  transform: translateY(100%);
}
form .parsley-errors-list.filled {
  transition: 0.4s opacity, 0.4s transform;
  opacity: 1;
  transform: translateY(-100%) scale(1);
}
form .row {
  margin: 48px -6px 36px;
}
form .row + .row {
  margin-top: -36px;
}
form .row:first-child {
  margin-top: 0;
}
form .row:last-child {
  margin-bottom: -12px;
}
form .col, form .content-excerpt--archive .entry, .content-excerpt--archive form .entry, form .content-excerpt--archive .thumbnail, .content-excerpt--archive form .thumbnail {
  padding-bottom: 12px;
  padding-left: 6px;
  padding-right: 6px;
}
form .col > .parsley-errors-list, form .content-excerpt--archive .entry > .parsley-errors-list, .content-excerpt--archive form .entry > .parsley-errors-list, form .content-excerpt--archive .thumbnail > .parsley-errors-list, .content-excerpt--archive form .thumbnail > .parsley-errors-list {
  right: 6px;
}
form .submit {
  font-size: 12px;
  line-height: 20px;
}
form .submit p {
  margin: 0;
  padding: 6px 0;
}
form .submit .button, form .submit [class*=button--], form .submit button {
  float: right;
  margin-left: 12px;
}
form .g-recaptcha {
  margin-bottom: 8px;
}

@media (max-width: 375px) {
  form .submit .button, form .submit [class*=button--], form .submit button {
    display: block;
    float: none;
    margin: 0;
    width: 100%;
  }
}
body {
  background-color: #ffffff;
  position: relative;
}
body > img, body > link, body > script, body #fb-root, body #my_notifier {
  display: none;
}

section {
  position: relative;
  z-index: 20;
}

.single .page--body, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .page--body {
  margin: 0 0 96px 0;
}
.single .page--body:last-child, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .page--body:last-child {
  margin-bottom: 0;
}
.single article, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article {
  margin-top: 0;
}
.single article .entry-thumbnail, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-thumbnail {
  margin: 40px 0 40px 0;
  background: #e7e8e9;
  width: 100%;
}
.single article .entry-thumbnail:first-child, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-thumbnail:first-child {
  margin-top: 0;
}
.single article .entry-thumbnail:last-child, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-thumbnail:last-child {
  margin-bottom: 0;
}
.single article .entry-thumbnail:before, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-thumbnail:before {
  padding-bottom: 50%;
}
.single article .entry-thumbnail:before, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-thumbnail:before {
  content: none !important;
}
.single article .entry-thumbnail img, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-thumbnail img {
  position: static !important;
}
.single article .entry-header, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-header {
  margin: 0 0 32px 0;
  text-align: center;
}
.single article .entry-title, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-title {
  font-size: 28px;
  font-variation-settings: "wght" 700;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 2px solid #e7e8e9;
  padding-bottom: 0.75em;
}
.single article .entry-blurb, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-blurb {
  margin: 40px 0 40px 0;
  text-align: left;
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
}
.single article .entry-blurb:first-child, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-blurb:first-child {
  margin-top: 0;
}
.single article .entry-blurb:last-child, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-blurb:last-child {
  margin-bottom: 0;
}
.single article .entry-content, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content {
  position: relative;
  z-index: 5;
}
.single article .entry-content h1, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h1,
.single article .entry-content h2,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h2,
.single article .entry-content h3,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h3,
.single article .entry-content h4,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h4,
.single article .entry-content h5,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h5,
.single article .entry-content h6,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h6 {
  margin: 56px 0 16px 0;
}
.single article .entry-content h1:first-child, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h1:first-child,
.single article .entry-content h2:first-child,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h2:first-child,
.single article .entry-content h3:first-child,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h3:first-child,
.single article .entry-content h4:first-child,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h4:first-child,
.single article .entry-content h5:first-child,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h5:first-child,
.single article .entry-content h6:first-child,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h6:first-child {
  margin-top: 0;
}
.single article .entry-content h1:last-child, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h1:last-child,
.single article .entry-content h2:last-child,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h2:last-child,
.single article .entry-content h3:last-child,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h3:last-child,
.single article .entry-content h4:last-child,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h4:last-child,
.single article .entry-content h5:last-child,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h5:last-child,
.single article .entry-content h6:last-child,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h6:last-child {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .single article .entry-content h1, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h1,
  .single article .entry-content h2,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h2,
  .single article .entry-content h3,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h3,
  .single article .entry-content h4,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h4,
  .single article .entry-content h5,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h5,
  .single article .entry-content h6,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h6 {
    margin: 40px 0 16px 0;
  }
  .single article .entry-content h1:first-child, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h1:first-child,
  .single article .entry-content h2:first-child,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h2:first-child,
  .single article .entry-content h3:first-child,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h3:first-child,
  .single article .entry-content h4:first-child,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h4:first-child,
  .single article .entry-content h5:first-child,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h5:first-child,
  .single article .entry-content h6:first-child,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h6:first-child {
    margin-top: 0;
  }
  .single article .entry-content h1:last-child, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h1:last-child,
  .single article .entry-content h2:last-child,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h2:last-child,
  .single article .entry-content h3:last-child,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h3:last-child,
  .single article .entry-content h4:last-child,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h4:last-child,
  .single article .entry-content h5:last-child,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h5:last-child,
  .single article .entry-content h6:last-child,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h6:last-child {
    margin-bottom: 0;
  }
}
.single article .entry-content h1 b, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h1 b,
.single article .entry-content h1 span,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h1 span,
.single article .entry-content h2 b,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h2 b,
.single article .entry-content h2 span,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h2 span,
.single article .entry-content h3 b,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h3 b,
.single article .entry-content h3 span,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h3 span,
.single article .entry-content h4 b,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h4 b,
.single article .entry-content h4 span,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h4 span,
.single article .entry-content h5 b,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h5 b,
.single article .entry-content h5 span,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h5 span,
.single article .entry-content h6 b,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h6 b,
.single article .entry-content h6 span,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content h6 span {
  font-weight: inherit !important;
}
.single article .entry-content .stylist-tip, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content .stylist-tip {
  padding-left: 7em;
  background: url(../svg/icon--stylist-tip.svg) no-repeat top left;
  background-size: 100px;
  min-height: 100px;
}
.single article .entry-content blockquote, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content blockquote {
  margin: 64px 0 64px 0;
  font-size: 24px;
  padding: 0 40px 0 40px;
  text-align: center;
}
.single article .entry-content blockquote:first-child, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content blockquote:first-child {
  margin-top: 0;
}
.single article .entry-content blockquote:last-child, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content blockquote:last-child {
  margin-bottom: 0;
}
.single article .entry-content blockquote p, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content blockquote p {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.single article .entry-content blockquote p:nth-of-type(1), body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content blockquote p:nth-of-type(1) {
  position: relative;
}
.single article .entry-content blockquote p:nth-of-type(1):before, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content blockquote p:nth-of-type(1):before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  margin: 0 auto 12px;
  background: url(../svg/icon--quote-open-citrus.svg) no-repeat 50% 10%;
  background-size: 40px;
}
.single article .entry-content img[class^=wp-image-], body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content img[class^=wp-image-] {
  height: auto;
}
.single article img.alignnone, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article img.alignnone,
.single article img.aligncenter,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article img.aligncenter {
  display: block;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: auto !important;
}
.single article .wp-caption, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .wp-caption {
  max-width: 100% !important;
  width: 100% !important;
}
.single article .wp-caption img, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .wp-caption img {
  height: auto !important;
}

@media (max-width: 901px) {
  .single article .entry-blurb, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-blurb {
    margin-bottom: 24px;
  }
}
@media (max-width: 603px) {
  .single article img.alignnone, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article img.alignnone {
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .single article .entry-content .stylist-tip, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content .stylist-tip {
    padding-left: 4em;
    background: url(../svg/icon--stylist-tip.svg) no-repeat top left;
    background-size: 60px;
    min-height: 60px;
  }
  .single article .entry-byline .author-avatar img, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-byline .author-avatar img {
    width: 100% !important;
    margin-left: 0;
  }
}
@media (max-width: 375px) {
  .single article img.alignnone, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article img.alignnone {
    margin-left: -12px;
    max-width: 100vw;
    width: 100vw;
  }
  .single article .entry-content .stylist-tip, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-content .stylist-tip {
    padding-left: 3em;
    background: url(../svg/icon--stylist-tip.svg) no-repeat top left;
    background-size: 40px;
    min-height: 40px;
  }
  .single article .entry-byline, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-byline {
    max-width: none;
  }
}
[data-pin-log=button_pinit_floating] {
  z-index: 50 !important;
}

:is(h1, h2, h3, h4, h5, h6) a {
  text-decoration: none;
}
:is(h1, h2, h3, h4, h5, h6) a:is(:active, :focus, :hover) {
  text-decoration: underline;
}

.calculator-controls-buttons-back, .calculator-controls-buttons-next, .calculator-controls-buttons-cta, .calculator-welcome-button-start, .Button,
[class^=Button--],
[class*=" Button--"], .button,
[class*=button--], form button {
  color: #001e60;
  background: #86C8BC;
  border-color: transparent;
  padding: 0 24px 0 24px;
  border-width: 2px;
  height: 56px;
  line-height: 52px;
  border-radius: 100vw;
  transition: 0.4s background, 0.4s border, 0.4s color;
  border-style: solid;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.calculator-controls-buttons-back > a, .calculator-controls-buttons-next > a, .calculator-controls-buttons-cta > a, .calculator-welcome-button-start > a, .Button > a,
[class^=Button--] > a,
[class*=" Button--"] > a, .button > a,
[class*=button--] > a, form button > a {
  color: inherit;
  text-decoration: none;
}

.Button:active, .Button:focus, .Button:hover,
[class^=Button--]:active,
[class^=Button--]:focus,
[class^=Button--]:hover,
[class*=" Button--"]:active,
[class*=" Button--"]:focus,
[class*=" Button--"]:hover {
  color: #001e60;
  background: #92CDC3;
  border-color: transparent;
  text-decoration: none;
}

.Button:focus,
[class^=Button--]:focus,
[class*=" Button--"]:focus {
  outline: none;
}

.calculator-controls-buttons-back, .calculator-controls-buttons-next, .calculator-controls-buttons-cta, .calculator-welcome-button-start, .Button,
[class^=Button--],
[class*=" Button--"], .button,
[class*=button--], form button {
  font-size: 16px;
  font-variation-settings: "wght" 700;
  font-weight: 700;
  display: inline-grid;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  line-height: 48px;
  min-width: 192px;
  position: relative;
  width: fit-content;
}

@-moz-document url-prefix() {
  .calculator-controls-buttons-back, .calculator-controls-buttons-next, .calculator-controls-buttons-cta, .calculator-welcome-button-start, .Button,
  [class^=Button--],
  [class*=" Button--"], .button,
  [class*=button--], form button {
    line-height: 54px;
  }
}
.button,
[class*=button--], form button {
  text-transform: none;
}
.button:is(:active, :focus, :hover), form button:is(:active, :focus, :hover),
[class*=button--]:is(:active, :focus, :hover) {
  text-decoration: none;
}

.button--with-arrow::after {
  background-image: url("../svg/icon--arrow--navy.svg");
}

.is-outline.calculator-controls-buttons-back, .is-outline.calculator-controls-buttons-next, .is-outline.calculator-controls-buttons-cta, .is-outline.calculator-welcome-button-start, .is-outline.Button,
.is-outline[class^=Button--],
.is-outline[class*=" Button--"], .is-outline.button,
.is-outline[class*=button--], form button.is-outline {
  color: #001E60;
  background: transparent;
  border-color: #001E60;
}
.is-outline.calculator-controls-buttons-back:hover, .is-outline.calculator-controls-buttons-next:hover, .is-outline.calculator-controls-buttons-cta:hover, .is-outline.calculator-welcome-button-start:hover, .is-outline.Button:hover,
.is-outline[class^=Button--]:hover,
.is-outline[class*=" Button--"]:hover, .is-outline.button:hover,
.is-outline[class*=button--]:hover, form button.is-outline:hover {
  color: #001E60;
  background: rgba(0, 30, 96, 0.1);
  border-color: #001E60;
}
.is-outline.calculator-controls-buttons-back:is(:active, :focus), .is-outline.calculator-controls-buttons-next:is(:active, :focus), .is-outline.calculator-controls-buttons-cta:is(:active, :focus), .is-outline.calculator-welcome-button-start:is(:active, :focus), .is-outline.Button:is(:active, :focus),
.is-outline[class^=Button--]:is(:active, :focus),
.is-outline[class*=" Button--"]:is(:active, :focus), .is-outline.button:is(:active, :focus),
.is-outline[class*=button--]:is(:active, :focus), form button.is-outline:is(:active, :focus) {
  color: #001E60;
  background: rgba(0, 30, 96, 0.2);
  border-color: #001E60;
}

.is-small.calculator-controls-buttons-back, .is-small.calculator-controls-buttons-next, .is-small.calculator-controls-buttons-cta, .is-small.calculator-welcome-button-start, .is-small.Button,
.is-small[class^=Button--],
.is-small[class*=" Button--"], .is-small.button,
.is-small[class*=button--], form button.is-small {
  padding: 0 16px 0 16px;
  border-width: 2px;
  height: 40px;
  line-height: 36px;
  border-radius: 100vw;
  font-size: 14px;
  line-height: 32px;
  min-width: 88px;
}

@-moz-document url-prefix() {
  .is-small.calculator-controls-buttons-back, .is-small.calculator-controls-buttons-next, .is-small.calculator-controls-buttons-cta, .is-small.calculator-welcome-button-start, .is-small.Button,
  .is-small[class^=Button--],
  .is-small[class*=" Button--"], .is-small.button,
  .is-small[class*=button--], form button.is-small {
    line-height: 38px;
  }
}
.Button.is-lime {
  color: #001e60;
  background: #d2e137;
  border-color: transparent;
}
.Button.is-lime:is(:active, :focus, :hover) {
  color: #001e60;
  background: #d7e44b;
  border-color: transparent;
}
.Button.is-lime.is-outline {
  color: #d2e137;
  background: transparent;
  border-color: #d2e137;
}
.Button.is-lime.is-outline:is(:focus, :hover) {
  color: #d2e137;
  background: rgba(210, 225, 55, 0.1);
  border-color: #d2e137;
}
.Button.is-lime.is-outline:is(:active) {
  color: #d2e137;
  background: rgba(210, 225, 55, 0.2);
  border-color: #d2e137;
}

.Button.is-mint,
.button--red {
  color: #001e60;
  background: #86C8BC;
  border-color: transparent;
}
.Button.is-mint:is(:active, :focus, :hover),
.button--red:is(:active, :focus, :hover) {
  color: #001e60;
  background: #92CDC3;
  border-color: transparent;
}
.Button.is-mint.is-outline,
.button--red.is-outline {
  color: #86C8BC;
  background: transparent;
  border-color: #86C8BC;
}
.Button.is-mint.is-outline:is(:focus, :hover),
.button--red.is-outline:is(:focus, :hover) {
  color: #86C8BC;
  background: rgba(134, 200, 188, 0.1);
  border-color: #86C8BC;
}
.Button.is-mint.is-outline:is(:active),
.button--red.is-outline:is(:active) {
  color: #86C8BC;
  background: rgba(134, 200, 188, 0.2);
  border-color: #86C8BC;
}

.Button.is-navy {
  color: #ffffff;
  background: #001e60;
  border-color: transparent;
}
.Button.is-navy:is(:active, :focus, :hover) {
  color: #ffffff;
  background: #1A3570;
  border-color: transparent;
}
.Button.is-navy.is-outline {
  color: #001e60;
  background: transparent;
  border-color: #001e60;
}
.Button.is-navy.is-outline:is(:focus, :hover) {
  color: #001e60;
  background: rgba(0, 30, 96, 0.1);
  border-color: #001e60;
}
.Button.is-navy.is-outline:is(:active) {
  color: #001e60;
  background: rgba(0, 30, 96, 0.2);
  border-color: #001e60;
}

.Button.is-white {
  color: #001e60;
  background: #ffffff;
  border-color: transparent;
}
.Button.is-white:is(:active, :focus, :hover) {
  color: #001e60;
  background: #ffffff;
  border-color: transparent;
}
.Button.is-white.is-outline {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
}
.Button.is-white.is-outline:is(:focus, :hover) {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}
.Button.is-white.is-outline:is(:active) {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
}

.search-ig .form--inspiration-gallery .search, .form--ask-a-stylist .search, .Clearfix, .Wrap--large, .Wrap--small, .Wrap--xSmall, .Wrap, .Sticky-filter .filter-search-sticky .aas-filter-search,
.Sticky-filter .filter-search-sticky .gallery-filter-search {
  zoom: 1;
}
.search-ig .form--inspiration-gallery .search:after, .form--ask-a-stylist .search:after, .Clearfix:after, .Wrap--large:after, .Wrap--small:after, .Wrap--xSmall:after, .Wrap:after, .Sticky-filter .filter-search-sticky .aas-filter-search:after,
.Sticky-filter .filter-search-sticky .gallery-filter-search:after {
  clear: both;
  content: "";
  display: table;
}

.section--with-sidebar, .Grid {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px -32px;
  width: calc(100% + 32px);
}

.section--with-sidebar .sidebar, .section--with-sidebar .main, .Grid > div {
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 0 16px 32px;
  position: relative;
  width: 8.3333333333%;
}

.with-12.Grid > div {
  width: 8.3333333333%;
}
.with-11.Grid > div {
  width: 9.0909090909%;
}
.with-10.Grid > div {
  width: 10%;
}
.with-9.Grid > div {
  width: 11.1111111111%;
}
.with-8.Grid > div {
  width: 12.5%;
}
.with-7.Grid > div {
  width: 14.2857142857%;
}
.with-6.Grid > div {
  width: 16.6666666667%;
}
.with-5.Grid > div {
  width: 20%;
}
.with-4.Grid > div {
  width: 25%;
}
.with-3.Grid > div {
  width: 33.3333333333%;
}
.with-2.Grid > div {
  width: 50%;
}
.with-1.Grid > div {
  width: 100%;
}
.with-12.Grid > div, .Grid > .is-1 {
  width: 8.3333333333%;
}
.with-12.Grid > .is-2 {
  width: 16.6666666667%;
}
.with-12.Grid > .is-3 {
  width: 25%;
}
.with-12.Grid > .is-4 {
  width: 33.3333333333%;
}
.with-12.Grid > .is-5 {
  width: 41.6666666667%;
}
.with-12.Grid > .is-6 {
  width: 50%;
}
.with-12.Grid > .is-7 {
  width: 58.3333333333%;
}
.with-12.Grid > .is-8 {
  width: 66.6666666667%;
}
.with-12.Grid > .is-9 {
  width: 75%;
}
.with-12.Grid > .is-10 {
  width: 83.3333333333%;
}
.with-12.Grid > .is-11 {
  width: 91.6666666667%;
}
.with-12.Grid > .is-12 {
  width: 100%;
}
.with-11.Grid > div, .Grid > .is-1 {
  width: 9.0909090909%;
}
.with-11.Grid > .is-2 {
  width: 18.1818181818%;
}
.with-11.Grid > .is-3 {
  width: 27.2727272727%;
}
.with-11.Grid > .is-4 {
  width: 36.3636363636%;
}
.with-11.Grid > .is-5 {
  width: 45.4545454545%;
}
.with-11.Grid > .is-6 {
  width: 54.5454545455%;
}
.with-11.Grid > .is-7 {
  width: 63.6363636364%;
}
.with-11.Grid > .is-8 {
  width: 72.7272727273%;
}
.with-11.Grid > .is-9 {
  width: 81.8181818182%;
}
.with-11.Grid > .is-10 {
  width: 90.9090909091%;
}
.with-11.Grid > .is-11 {
  width: 100%;
}
.with-10.Grid > div, .Grid > .is-1 {
  width: 10%;
}
.with-10.Grid > .is-2 {
  width: 20%;
}
.with-10.Grid > .is-3 {
  width: 30%;
}
.with-10.Grid > .is-4 {
  width: 40%;
}
.with-10.Grid > .is-5 {
  width: 50%;
}
.with-10.Grid > .is-6 {
  width: 60%;
}
.with-10.Grid > .is-7 {
  width: 70%;
}
.with-10.Grid > .is-8 {
  width: 80%;
}
.with-10.Grid > .is-9 {
  width: 90%;
}
.with-10.Grid > .is-10 {
  width: 100%;
}
.with-9.Grid > div, .Grid > .is-1 {
  width: 11.1111111111%;
}
.with-9.Grid > .is-2 {
  width: 22.2222222222%;
}
.with-9.Grid > .is-3 {
  width: 33.3333333333%;
}
.with-9.Grid > .is-4 {
  width: 44.4444444444%;
}
.with-9.Grid > .is-5 {
  width: 55.5555555556%;
}
.with-9.Grid > .is-6 {
  width: 66.6666666667%;
}
.with-9.Grid > .is-7 {
  width: 77.7777777778%;
}
.with-9.Grid > .is-8 {
  width: 88.8888888889%;
}
.with-9.Grid > .is-9 {
  width: 100%;
}
.with-8.Grid > div, .Grid > .is-1 {
  width: 12.5%;
}
.with-8.Grid > .is-2 {
  width: 25%;
}
.with-8.Grid > .is-3 {
  width: 37.5%;
}
.with-8.Grid > .is-4 {
  width: 50%;
}
.with-8.Grid > .is-5 {
  width: 62.5%;
}
.with-8.Grid > .is-6 {
  width: 75%;
}
.with-8.Grid > .is-7 {
  width: 87.5%;
}
.with-8.Grid > .is-8 {
  width: 100%;
}
.with-7.Grid > div, .Grid > .is-1 {
  width: 14.2857142857%;
}
.with-7.Grid > .is-2 {
  width: 28.5714285714%;
}
.with-7.Grid > .is-3 {
  width: 42.8571428571%;
}
.with-7.Grid > .is-4 {
  width: 57.1428571429%;
}
.with-7.Grid > .is-5 {
  width: 71.4285714286%;
}
.with-7.Grid > .is-6 {
  width: 85.7142857143%;
}
.with-7.Grid > .is-7 {
  width: 100%;
}
.with-6.Grid > div, .Grid > .is-1 {
  width: 16.6666666667%;
}
.with-6.Grid > .is-2 {
  width: 33.3333333333%;
}
.with-6.Grid > .is-3 {
  width: 50%;
}
.with-6.Grid > .is-4 {
  width: 66.6666666667%;
}
.with-6.Grid > .is-5 {
  width: 83.3333333333%;
}
.with-6.Grid > .is-6 {
  width: 100%;
}
.with-5.Grid > div, .Grid > .is-1 {
  width: 20%;
}
.with-5.Grid > .is-2 {
  width: 40%;
}
.with-5.Grid > .is-3 {
  width: 60%;
}
.with-5.Grid > .is-4 {
  width: 80%;
}
.with-5.Grid > .is-5 {
  width: 100%;
}
.with-4.Grid > div, .Grid > .is-1 {
  width: 25%;
}
.with-4.Grid > .is-2 {
  width: 50%;
}
.with-4.Grid > .is-3 {
  width: 75%;
}
.with-4.Grid > .is-4 {
  width: 100%;
}
.with-3.Grid > div, .Grid > .is-1 {
  width: 33.3333333333%;
}
.with-3.Grid > .is-2 {
  width: 66.6666666667%;
}
.with-3.Grid > .is-3 {
  width: 100%;
}
.with-2.Grid > div, .Grid > .is-1 {
  width: 50%;
}
.with-2.Grid > .is-2 {
  width: 100%;
}
.with-1.Grid > div, .Grid > .is-1 {
  width: 100%;
}
@media (max-width: 1080px) {
  .with-12--large.Grid > div {
    width: 8.3333333333%;
  }
  .with-12.Grid > .is-1--large, .with-12--large.Grid > .is-1, .with-12--large.Grid > .is-1--large {
    width: 8.3333333333%;
  }
  .with-12.Grid > .is-2--large, .with-12--large.Grid > .is-2, .with-12--large.Grid > .is-2--large {
    width: 16.6666666667%;
  }
  .with-12.Grid > .is-3--large, .with-12--large.Grid > .is-3, .with-12--large.Grid > .is-3--large {
    width: 25%;
  }
  .with-12.Grid > .is-4--large, .with-12--large.Grid > .is-4, .with-12--large.Grid > .is-4--large {
    width: 33.3333333333%;
  }
  .with-12.Grid > .is-5--large, .with-12--large.Grid > .is-5, .with-12--large.Grid > .is-5--large {
    width: 41.6666666667%;
  }
  .with-12.Grid > .is-6--large, .with-12--large.Grid > .is-6, .with-12--large.Grid > .is-6--large {
    width: 50%;
  }
  .with-12.Grid > .is-7--large, .with-12--large.Grid > .is-7, .with-12--large.Grid > .is-7--large {
    width: 58.3333333333%;
  }
  .with-12.Grid > .is-8--large, .with-12--large.Grid > .is-8, .with-12--large.Grid > .is-8--large {
    width: 66.6666666667%;
  }
  .with-12.Grid > .is-9--large, .with-12--large.Grid > .is-9, .with-12--large.Grid > .is-9--large {
    width: 75%;
  }
  .with-12.Grid > .is-10--large, .with-12--large.Grid > .is-10, .with-12--large.Grid > .is-10--large {
    width: 83.3333333333%;
  }
  .with-12.Grid > .is-11--large, .with-12--large.Grid > .is-11, .with-12--large.Grid > .is-11--large {
    width: 91.6666666667%;
  }
  .with-12.Grid > .is-12--large, .with-12--large.Grid > .is-12, .with-12--large.Grid > .is-12--large {
    width: 100%;
  }
  .with-11--large.Grid > div {
    width: 9.0909090909%;
  }
  .with-11.Grid > .is-1--large, .with-11--large.Grid > .is-1, .with-11--large.Grid > .is-1--large {
    width: 9.0909090909%;
  }
  .with-11.Grid > .is-2--large, .with-11--large.Grid > .is-2, .with-11--large.Grid > .is-2--large {
    width: 18.1818181818%;
  }
  .with-11.Grid > .is-3--large, .with-11--large.Grid > .is-3, .with-11--large.Grid > .is-3--large {
    width: 27.2727272727%;
  }
  .with-11.Grid > .is-4--large, .with-11--large.Grid > .is-4, .with-11--large.Grid > .is-4--large {
    width: 36.3636363636%;
  }
  .with-11.Grid > .is-5--large, .with-11--large.Grid > .is-5, .with-11--large.Grid > .is-5--large {
    width: 45.4545454545%;
  }
  .with-11.Grid > .is-6--large, .with-11--large.Grid > .is-6, .with-11--large.Grid > .is-6--large {
    width: 54.5454545455%;
  }
  .with-11.Grid > .is-7--large, .with-11--large.Grid > .is-7, .with-11--large.Grid > .is-7--large {
    width: 63.6363636364%;
  }
  .with-11.Grid > .is-8--large, .with-11--large.Grid > .is-8, .with-11--large.Grid > .is-8--large {
    width: 72.7272727273%;
  }
  .with-11.Grid > .is-9--large, .with-11--large.Grid > .is-9, .with-11--large.Grid > .is-9--large {
    width: 81.8181818182%;
  }
  .with-11.Grid > .is-10--large, .with-11--large.Grid > .is-10, .with-11--large.Grid > .is-10--large {
    width: 90.9090909091%;
  }
  .with-11.Grid > .is-11--large, .with-11--large.Grid > .is-11, .with-11--large.Grid > .is-11--large {
    width: 100%;
  }
  .with-10--large.Grid > div {
    width: 10%;
  }
  .with-10.Grid > .is-1--large, .with-10--large.Grid > .is-1, .with-10--large.Grid > .is-1--large {
    width: 10%;
  }
  .with-10.Grid > .is-2--large, .with-10--large.Grid > .is-2, .with-10--large.Grid > .is-2--large {
    width: 20%;
  }
  .with-10.Grid > .is-3--large, .with-10--large.Grid > .is-3, .with-10--large.Grid > .is-3--large {
    width: 30%;
  }
  .with-10.Grid > .is-4--large, .with-10--large.Grid > .is-4, .with-10--large.Grid > .is-4--large {
    width: 40%;
  }
  .with-10.Grid > .is-5--large, .with-10--large.Grid > .is-5, .with-10--large.Grid > .is-5--large {
    width: 50%;
  }
  .with-10.Grid > .is-6--large, .with-10--large.Grid > .is-6, .with-10--large.Grid > .is-6--large {
    width: 60%;
  }
  .with-10.Grid > .is-7--large, .with-10--large.Grid > .is-7, .with-10--large.Grid > .is-7--large {
    width: 70%;
  }
  .with-10.Grid > .is-8--large, .with-10--large.Grid > .is-8, .with-10--large.Grid > .is-8--large {
    width: 80%;
  }
  .with-10.Grid > .is-9--large, .with-10--large.Grid > .is-9, .with-10--large.Grid > .is-9--large {
    width: 90%;
  }
  .with-10.Grid > .is-10--large, .with-10--large.Grid > .is-10, .with-10--large.Grid > .is-10--large {
    width: 100%;
  }
  .with-9--large.Grid > div {
    width: 11.1111111111%;
  }
  .with-9.Grid > .is-1--large, .with-9--large.Grid > .is-1, .with-9--large.Grid > .is-1--large {
    width: 11.1111111111%;
  }
  .with-9.Grid > .is-2--large, .with-9--large.Grid > .is-2, .with-9--large.Grid > .is-2--large {
    width: 22.2222222222%;
  }
  .with-9.Grid > .is-3--large, .with-9--large.Grid > .is-3, .with-9--large.Grid > .is-3--large {
    width: 33.3333333333%;
  }
  .with-9.Grid > .is-4--large, .with-9--large.Grid > .is-4, .with-9--large.Grid > .is-4--large {
    width: 44.4444444444%;
  }
  .with-9.Grid > .is-5--large, .with-9--large.Grid > .is-5, .with-9--large.Grid > .is-5--large {
    width: 55.5555555556%;
  }
  .with-9.Grid > .is-6--large, .with-9--large.Grid > .is-6, .with-9--large.Grid > .is-6--large {
    width: 66.6666666667%;
  }
  .with-9.Grid > .is-7--large, .with-9--large.Grid > .is-7, .with-9--large.Grid > .is-7--large {
    width: 77.7777777778%;
  }
  .with-9.Grid > .is-8--large, .with-9--large.Grid > .is-8, .with-9--large.Grid > .is-8--large {
    width: 88.8888888889%;
  }
  .with-9.Grid > .is-9--large, .with-9--large.Grid > .is-9, .with-9--large.Grid > .is-9--large {
    width: 100%;
  }
  .with-8--large.Grid > div {
    width: 12.5%;
  }
  .with-8.Grid > .is-1--large, .with-8--large.Grid > .is-1, .with-8--large.Grid > .is-1--large {
    width: 12.5%;
  }
  .with-8.Grid > .is-2--large, .with-8--large.Grid > .is-2, .with-8--large.Grid > .is-2--large {
    width: 25%;
  }
  .with-8.Grid > .is-3--large, .with-8--large.Grid > .is-3, .with-8--large.Grid > .is-3--large {
    width: 37.5%;
  }
  .with-8.Grid > .is-4--large, .with-8--large.Grid > .is-4, .with-8--large.Grid > .is-4--large {
    width: 50%;
  }
  .with-8.Grid > .is-5--large, .with-8--large.Grid > .is-5, .with-8--large.Grid > .is-5--large {
    width: 62.5%;
  }
  .with-8.Grid > .is-6--large, .with-8--large.Grid > .is-6, .with-8--large.Grid > .is-6--large {
    width: 75%;
  }
  .with-8.Grid > .is-7--large, .with-8--large.Grid > .is-7, .with-8--large.Grid > .is-7--large {
    width: 87.5%;
  }
  .with-8.Grid > .is-8--large, .with-8--large.Grid > .is-8, .with-8--large.Grid > .is-8--large {
    width: 100%;
  }
  .with-7--large.Grid > div {
    width: 14.2857142857%;
  }
  .with-7.Grid > .is-1--large, .with-7--large.Grid > .is-1, .with-7--large.Grid > .is-1--large {
    width: 14.2857142857%;
  }
  .with-7.Grid > .is-2--large, .with-7--large.Grid > .is-2, .with-7--large.Grid > .is-2--large {
    width: 28.5714285714%;
  }
  .with-7.Grid > .is-3--large, .with-7--large.Grid > .is-3, .with-7--large.Grid > .is-3--large {
    width: 42.8571428571%;
  }
  .with-7.Grid > .is-4--large, .with-7--large.Grid > .is-4, .with-7--large.Grid > .is-4--large {
    width: 57.1428571429%;
  }
  .with-7.Grid > .is-5--large, .with-7--large.Grid > .is-5, .with-7--large.Grid > .is-5--large {
    width: 71.4285714286%;
  }
  .with-7.Grid > .is-6--large, .with-7--large.Grid > .is-6, .with-7--large.Grid > .is-6--large {
    width: 85.7142857143%;
  }
  .with-7.Grid > .is-7--large, .with-7--large.Grid > .is-7, .with-7--large.Grid > .is-7--large {
    width: 100%;
  }
  .with-6--large.Grid > div {
    width: 16.6666666667%;
  }
  .with-6.Grid > .is-1--large, .with-6--large.Grid > .is-1, .with-6--large.Grid > .is-1--large {
    width: 16.6666666667%;
  }
  .with-6.Grid > .is-2--large, .with-6--large.Grid > .is-2, .with-6--large.Grid > .is-2--large {
    width: 33.3333333333%;
  }
  .with-6.Grid > .is-3--large, .with-6--large.Grid > .is-3, .with-6--large.Grid > .is-3--large {
    width: 50%;
  }
  .with-6.Grid > .is-4--large, .with-6--large.Grid > .is-4, .with-6--large.Grid > .is-4--large {
    width: 66.6666666667%;
  }
  .with-6.Grid > .is-5--large, .with-6--large.Grid > .is-5, .with-6--large.Grid > .is-5--large {
    width: 83.3333333333%;
  }
  .with-6.Grid > .is-6--large, .with-6--large.Grid > .is-6, .with-6--large.Grid > .is-6--large {
    width: 100%;
  }
  .with-5--large.Grid > div {
    width: 20%;
  }
  .with-5.Grid > .is-1--large, .with-5--large.Grid > .is-1, .with-5--large.Grid > .is-1--large {
    width: 20%;
  }
  .with-5.Grid > .is-2--large, .with-5--large.Grid > .is-2, .with-5--large.Grid > .is-2--large {
    width: 40%;
  }
  .with-5.Grid > .is-3--large, .with-5--large.Grid > .is-3, .with-5--large.Grid > .is-3--large {
    width: 60%;
  }
  .with-5.Grid > .is-4--large, .with-5--large.Grid > .is-4, .with-5--large.Grid > .is-4--large {
    width: 80%;
  }
  .with-5.Grid > .is-5--large, .with-5--large.Grid > .is-5, .with-5--large.Grid > .is-5--large {
    width: 100%;
  }
  .with-4--large.Grid > div {
    width: 25%;
  }
  .with-4.Grid > .is-1--large, .with-4--large.Grid > .is-1, .with-4--large.Grid > .is-1--large {
    width: 25%;
  }
  .with-4.Grid > .is-2--large, .with-4--large.Grid > .is-2, .with-4--large.Grid > .is-2--large {
    width: 50%;
  }
  .with-4.Grid > .is-3--large, .with-4--large.Grid > .is-3, .with-4--large.Grid > .is-3--large {
    width: 75%;
  }
  .with-4.Grid > .is-4--large, .with-4--large.Grid > .is-4, .with-4--large.Grid > .is-4--large {
    width: 100%;
  }
  .with-3--large.Grid > div {
    width: 33.3333333333%;
  }
  .with-3.Grid > .is-1--large, .with-3--large.Grid > .is-1, .with-3--large.Grid > .is-1--large {
    width: 33.3333333333%;
  }
  .with-3.Grid > .is-2--large, .with-3--large.Grid > .is-2, .with-3--large.Grid > .is-2--large {
    width: 66.6666666667%;
  }
  .with-3.Grid > .is-3--large, .with-3--large.Grid > .is-3, .with-3--large.Grid > .is-3--large {
    width: 100%;
  }
  .with-2--large.Grid > div {
    width: 50%;
  }
  .with-2.Grid > .is-1--large, .with-2--large.Grid > .is-1, .with-2--large.Grid > .is-1--large {
    width: 50%;
  }
  .with-2.Grid > .is-2--large, .with-2--large.Grid > .is-2, .with-2--large.Grid > .is-2--large {
    width: 100%;
  }
  .with-1--large.Grid > div {
    width: 100%;
  }
  .with-1.Grid > .is-1--large, .with-1--large.Grid > .is-1, .with-1--large.Grid > .is-1--large {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .with-12--medium.Grid > div {
    width: 8.3333333333%;
  }
  .with-12.Grid > .is-1--medium, .with-12--medium.Grid > .is-1, .with-12--medium.Grid > .is-1--medium {
    width: 8.3333333333%;
  }
  .with-12.Grid > .is-2--medium, .with-12--medium.Grid > .is-2, .with-12--medium.Grid > .is-2--medium {
    width: 16.6666666667%;
  }
  .with-12.Grid > .is-3--medium, .with-12--medium.Grid > .is-3, .with-12--medium.Grid > .is-3--medium {
    width: 25%;
  }
  .with-12.Grid > .is-4--medium, .with-12--medium.Grid > .is-4, .with-12--medium.Grid > .is-4--medium {
    width: 33.3333333333%;
  }
  .with-12.Grid > .is-5--medium, .with-12--medium.Grid > .is-5, .with-12--medium.Grid > .is-5--medium {
    width: 41.6666666667%;
  }
  .with-12.Grid > .is-6--medium, .with-12--medium.Grid > .is-6, .with-12--medium.Grid > .is-6--medium {
    width: 50%;
  }
  .with-12.Grid > .is-7--medium, .with-12--medium.Grid > .is-7, .with-12--medium.Grid > .is-7--medium {
    width: 58.3333333333%;
  }
  .with-12.Grid > .is-8--medium, .with-12--medium.Grid > .is-8, .with-12--medium.Grid > .is-8--medium {
    width: 66.6666666667%;
  }
  .with-12.Grid > .is-9--medium, .with-12--medium.Grid > .is-9, .with-12--medium.Grid > .is-9--medium {
    width: 75%;
  }
  .with-12.Grid > .is-10--medium, .with-12--medium.Grid > .is-10, .with-12--medium.Grid > .is-10--medium {
    width: 83.3333333333%;
  }
  .with-12.Grid > .is-11--medium, .with-12--medium.Grid > .is-11, .with-12--medium.Grid > .is-11--medium {
    width: 91.6666666667%;
  }
  .with-12.Grid > .is-12--medium, .with-12--medium.Grid > .is-12, .with-12--medium.Grid > .is-12--medium {
    width: 100%;
  }
  .with-11--medium.Grid > div {
    width: 9.0909090909%;
  }
  .with-11.Grid > .is-1--medium, .with-11--medium.Grid > .is-1, .with-11--medium.Grid > .is-1--medium {
    width: 9.0909090909%;
  }
  .with-11.Grid > .is-2--medium, .with-11--medium.Grid > .is-2, .with-11--medium.Grid > .is-2--medium {
    width: 18.1818181818%;
  }
  .with-11.Grid > .is-3--medium, .with-11--medium.Grid > .is-3, .with-11--medium.Grid > .is-3--medium {
    width: 27.2727272727%;
  }
  .with-11.Grid > .is-4--medium, .with-11--medium.Grid > .is-4, .with-11--medium.Grid > .is-4--medium {
    width: 36.3636363636%;
  }
  .with-11.Grid > .is-5--medium, .with-11--medium.Grid > .is-5, .with-11--medium.Grid > .is-5--medium {
    width: 45.4545454545%;
  }
  .with-11.Grid > .is-6--medium, .with-11--medium.Grid > .is-6, .with-11--medium.Grid > .is-6--medium {
    width: 54.5454545455%;
  }
  .with-11.Grid > .is-7--medium, .with-11--medium.Grid > .is-7, .with-11--medium.Grid > .is-7--medium {
    width: 63.6363636364%;
  }
  .with-11.Grid > .is-8--medium, .with-11--medium.Grid > .is-8, .with-11--medium.Grid > .is-8--medium {
    width: 72.7272727273%;
  }
  .with-11.Grid > .is-9--medium, .with-11--medium.Grid > .is-9, .with-11--medium.Grid > .is-9--medium {
    width: 81.8181818182%;
  }
  .with-11.Grid > .is-10--medium, .with-11--medium.Grid > .is-10, .with-11--medium.Grid > .is-10--medium {
    width: 90.9090909091%;
  }
  .with-11.Grid > .is-11--medium, .with-11--medium.Grid > .is-11, .with-11--medium.Grid > .is-11--medium {
    width: 100%;
  }
  .with-10--medium.Grid > div {
    width: 10%;
  }
  .with-10.Grid > .is-1--medium, .with-10--medium.Grid > .is-1, .with-10--medium.Grid > .is-1--medium {
    width: 10%;
  }
  .with-10.Grid > .is-2--medium, .with-10--medium.Grid > .is-2, .with-10--medium.Grid > .is-2--medium {
    width: 20%;
  }
  .with-10.Grid > .is-3--medium, .with-10--medium.Grid > .is-3, .with-10--medium.Grid > .is-3--medium {
    width: 30%;
  }
  .with-10.Grid > .is-4--medium, .with-10--medium.Grid > .is-4, .with-10--medium.Grid > .is-4--medium {
    width: 40%;
  }
  .with-10.Grid > .is-5--medium, .with-10--medium.Grid > .is-5, .with-10--medium.Grid > .is-5--medium {
    width: 50%;
  }
  .with-10.Grid > .is-6--medium, .with-10--medium.Grid > .is-6, .with-10--medium.Grid > .is-6--medium {
    width: 60%;
  }
  .with-10.Grid > .is-7--medium, .with-10--medium.Grid > .is-7, .with-10--medium.Grid > .is-7--medium {
    width: 70%;
  }
  .with-10.Grid > .is-8--medium, .with-10--medium.Grid > .is-8, .with-10--medium.Grid > .is-8--medium {
    width: 80%;
  }
  .with-10.Grid > .is-9--medium, .with-10--medium.Grid > .is-9, .with-10--medium.Grid > .is-9--medium {
    width: 90%;
  }
  .with-10.Grid > .is-10--medium, .with-10--medium.Grid > .is-10, .with-10--medium.Grid > .is-10--medium {
    width: 100%;
  }
  .with-9--medium.Grid > div {
    width: 11.1111111111%;
  }
  .with-9.Grid > .is-1--medium, .with-9--medium.Grid > .is-1, .with-9--medium.Grid > .is-1--medium {
    width: 11.1111111111%;
  }
  .with-9.Grid > .is-2--medium, .with-9--medium.Grid > .is-2, .with-9--medium.Grid > .is-2--medium {
    width: 22.2222222222%;
  }
  .with-9.Grid > .is-3--medium, .with-9--medium.Grid > .is-3, .with-9--medium.Grid > .is-3--medium {
    width: 33.3333333333%;
  }
  .with-9.Grid > .is-4--medium, .with-9--medium.Grid > .is-4, .with-9--medium.Grid > .is-4--medium {
    width: 44.4444444444%;
  }
  .with-9.Grid > .is-5--medium, .with-9--medium.Grid > .is-5, .with-9--medium.Grid > .is-5--medium {
    width: 55.5555555556%;
  }
  .with-9.Grid > .is-6--medium, .with-9--medium.Grid > .is-6, .with-9--medium.Grid > .is-6--medium {
    width: 66.6666666667%;
  }
  .with-9.Grid > .is-7--medium, .with-9--medium.Grid > .is-7, .with-9--medium.Grid > .is-7--medium {
    width: 77.7777777778%;
  }
  .with-9.Grid > .is-8--medium, .with-9--medium.Grid > .is-8, .with-9--medium.Grid > .is-8--medium {
    width: 88.8888888889%;
  }
  .with-9.Grid > .is-9--medium, .with-9--medium.Grid > .is-9, .with-9--medium.Grid > .is-9--medium {
    width: 100%;
  }
  .with-8--medium.Grid > div {
    width: 12.5%;
  }
  .with-8.Grid > .is-1--medium, .with-8--medium.Grid > .is-1, .with-8--medium.Grid > .is-1--medium {
    width: 12.5%;
  }
  .with-8.Grid > .is-2--medium, .with-8--medium.Grid > .is-2, .with-8--medium.Grid > .is-2--medium {
    width: 25%;
  }
  .with-8.Grid > .is-3--medium, .with-8--medium.Grid > .is-3, .with-8--medium.Grid > .is-3--medium {
    width: 37.5%;
  }
  .with-8.Grid > .is-4--medium, .with-8--medium.Grid > .is-4, .with-8--medium.Grid > .is-4--medium {
    width: 50%;
  }
  .with-8.Grid > .is-5--medium, .with-8--medium.Grid > .is-5, .with-8--medium.Grid > .is-5--medium {
    width: 62.5%;
  }
  .with-8.Grid > .is-6--medium, .with-8--medium.Grid > .is-6, .with-8--medium.Grid > .is-6--medium {
    width: 75%;
  }
  .with-8.Grid > .is-7--medium, .with-8--medium.Grid > .is-7, .with-8--medium.Grid > .is-7--medium {
    width: 87.5%;
  }
  .with-8.Grid > .is-8--medium, .with-8--medium.Grid > .is-8, .with-8--medium.Grid > .is-8--medium {
    width: 100%;
  }
  .with-7--medium.Grid > div {
    width: 14.2857142857%;
  }
  .with-7.Grid > .is-1--medium, .with-7--medium.Grid > .is-1, .with-7--medium.Grid > .is-1--medium {
    width: 14.2857142857%;
  }
  .with-7.Grid > .is-2--medium, .with-7--medium.Grid > .is-2, .with-7--medium.Grid > .is-2--medium {
    width: 28.5714285714%;
  }
  .with-7.Grid > .is-3--medium, .with-7--medium.Grid > .is-3, .with-7--medium.Grid > .is-3--medium {
    width: 42.8571428571%;
  }
  .with-7.Grid > .is-4--medium, .with-7--medium.Grid > .is-4, .with-7--medium.Grid > .is-4--medium {
    width: 57.1428571429%;
  }
  .with-7.Grid > .is-5--medium, .with-7--medium.Grid > .is-5, .with-7--medium.Grid > .is-5--medium {
    width: 71.4285714286%;
  }
  .with-7.Grid > .is-6--medium, .with-7--medium.Grid > .is-6, .with-7--medium.Grid > .is-6--medium {
    width: 85.7142857143%;
  }
  .with-7.Grid > .is-7--medium, .with-7--medium.Grid > .is-7, .with-7--medium.Grid > .is-7--medium {
    width: 100%;
  }
  .with-6--medium.Grid > div {
    width: 16.6666666667%;
  }
  .with-6.Grid > .is-1--medium, .with-6--medium.Grid > .is-1, .with-6--medium.Grid > .is-1--medium {
    width: 16.6666666667%;
  }
  .with-6.Grid > .is-2--medium, .with-6--medium.Grid > .is-2, .with-6--medium.Grid > .is-2--medium {
    width: 33.3333333333%;
  }
  .with-6.Grid > .is-3--medium, .with-6--medium.Grid > .is-3, .with-6--medium.Grid > .is-3--medium {
    width: 50%;
  }
  .with-6.Grid > .is-4--medium, .with-6--medium.Grid > .is-4, .with-6--medium.Grid > .is-4--medium {
    width: 66.6666666667%;
  }
  .with-6.Grid > .is-5--medium, .with-6--medium.Grid > .is-5, .with-6--medium.Grid > .is-5--medium {
    width: 83.3333333333%;
  }
  .with-6.Grid > .is-6--medium, .with-6--medium.Grid > .is-6, .with-6--medium.Grid > .is-6--medium {
    width: 100%;
  }
  .with-5--medium.Grid > div {
    width: 20%;
  }
  .with-5.Grid > .is-1--medium, .with-5--medium.Grid > .is-1, .with-5--medium.Grid > .is-1--medium {
    width: 20%;
  }
  .with-5.Grid > .is-2--medium, .with-5--medium.Grid > .is-2, .with-5--medium.Grid > .is-2--medium {
    width: 40%;
  }
  .with-5.Grid > .is-3--medium, .with-5--medium.Grid > .is-3, .with-5--medium.Grid > .is-3--medium {
    width: 60%;
  }
  .with-5.Grid > .is-4--medium, .with-5--medium.Grid > .is-4, .with-5--medium.Grid > .is-4--medium {
    width: 80%;
  }
  .with-5.Grid > .is-5--medium, .with-5--medium.Grid > .is-5, .with-5--medium.Grid > .is-5--medium {
    width: 100%;
  }
  .with-4--medium.Grid > div {
    width: 25%;
  }
  .with-4.Grid > .is-1--medium, .with-4--medium.Grid > .is-1, .with-4--medium.Grid > .is-1--medium {
    width: 25%;
  }
  .with-4.Grid > .is-2--medium, .with-4--medium.Grid > .is-2, .with-4--medium.Grid > .is-2--medium {
    width: 50%;
  }
  .with-4.Grid > .is-3--medium, .with-4--medium.Grid > .is-3, .with-4--medium.Grid > .is-3--medium {
    width: 75%;
  }
  .with-4.Grid > .is-4--medium, .with-4--medium.Grid > .is-4, .with-4--medium.Grid > .is-4--medium {
    width: 100%;
  }
  .with-3--medium.Grid > div {
    width: 33.3333333333%;
  }
  .with-3.Grid > .is-1--medium, .with-3--medium.Grid > .is-1, .with-3--medium.Grid > .is-1--medium {
    width: 33.3333333333%;
  }
  .with-3.Grid > .is-2--medium, .with-3--medium.Grid > .is-2, .with-3--medium.Grid > .is-2--medium {
    width: 66.6666666667%;
  }
  .with-3.Grid > .is-3--medium, .with-3--medium.Grid > .is-3, .with-3--medium.Grid > .is-3--medium {
    width: 100%;
  }
  .with-2--medium.Grid > div {
    width: 50%;
  }
  .with-2.Grid > .is-1--medium, .with-2--medium.Grid > .is-1, .with-2--medium.Grid > .is-1--medium {
    width: 50%;
  }
  .with-2.Grid > .is-2--medium, .with-2--medium.Grid > .is-2, .with-2--medium.Grid > .is-2--medium {
    width: 100%;
  }
  .with-1--medium.Grid > div {
    width: 100%;
  }
  .with-1.Grid > .is-1--medium, .with-1--medium.Grid > .is-1, .with-1--medium.Grid > .is-1--medium {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .with-12--small.Grid > div {
    width: 8.3333333333%;
  }
  .with-12.Grid > .is-1--small, .with-12--small.Grid > .is-1, .with-12--small.Grid > .is-1--small {
    width: 8.3333333333%;
  }
  .with-12.Grid > .is-2--small, .with-12--small.Grid > .is-2, .with-12--small.Grid > .is-2--small {
    width: 16.6666666667%;
  }
  .with-12.Grid > .is-3--small, .with-12--small.Grid > .is-3, .with-12--small.Grid > .is-3--small {
    width: 25%;
  }
  .with-12.Grid > .is-4--small, .with-12--small.Grid > .is-4, .with-12--small.Grid > .is-4--small {
    width: 33.3333333333%;
  }
  .with-12.Grid > .is-5--small, .with-12--small.Grid > .is-5, .with-12--small.Grid > .is-5--small {
    width: 41.6666666667%;
  }
  .with-12.Grid > .is-6--small, .with-12--small.Grid > .is-6, .with-12--small.Grid > .is-6--small {
    width: 50%;
  }
  .with-12.Grid > .is-7--small, .with-12--small.Grid > .is-7, .with-12--small.Grid > .is-7--small {
    width: 58.3333333333%;
  }
  .with-12.Grid > .is-8--small, .with-12--small.Grid > .is-8, .with-12--small.Grid > .is-8--small {
    width: 66.6666666667%;
  }
  .with-12.Grid > .is-9--small, .with-12--small.Grid > .is-9, .with-12--small.Grid > .is-9--small {
    width: 75%;
  }
  .with-12.Grid > .is-10--small, .with-12--small.Grid > .is-10, .with-12--small.Grid > .is-10--small {
    width: 83.3333333333%;
  }
  .with-12.Grid > .is-11--small, .with-12--small.Grid > .is-11, .with-12--small.Grid > .is-11--small {
    width: 91.6666666667%;
  }
  .with-12.Grid > .is-12--small, .with-12--small.Grid > .is-12, .with-12--small.Grid > .is-12--small {
    width: 100%;
  }
  .with-11--small.Grid > div {
    width: 9.0909090909%;
  }
  .with-11.Grid > .is-1--small, .with-11--small.Grid > .is-1, .with-11--small.Grid > .is-1--small {
    width: 9.0909090909%;
  }
  .with-11.Grid > .is-2--small, .with-11--small.Grid > .is-2, .with-11--small.Grid > .is-2--small {
    width: 18.1818181818%;
  }
  .with-11.Grid > .is-3--small, .with-11--small.Grid > .is-3, .with-11--small.Grid > .is-3--small {
    width: 27.2727272727%;
  }
  .with-11.Grid > .is-4--small, .with-11--small.Grid > .is-4, .with-11--small.Grid > .is-4--small {
    width: 36.3636363636%;
  }
  .with-11.Grid > .is-5--small, .with-11--small.Grid > .is-5, .with-11--small.Grid > .is-5--small {
    width: 45.4545454545%;
  }
  .with-11.Grid > .is-6--small, .with-11--small.Grid > .is-6, .with-11--small.Grid > .is-6--small {
    width: 54.5454545455%;
  }
  .with-11.Grid > .is-7--small, .with-11--small.Grid > .is-7, .with-11--small.Grid > .is-7--small {
    width: 63.6363636364%;
  }
  .with-11.Grid > .is-8--small, .with-11--small.Grid > .is-8, .with-11--small.Grid > .is-8--small {
    width: 72.7272727273%;
  }
  .with-11.Grid > .is-9--small, .with-11--small.Grid > .is-9, .with-11--small.Grid > .is-9--small {
    width: 81.8181818182%;
  }
  .with-11.Grid > .is-10--small, .with-11--small.Grid > .is-10, .with-11--small.Grid > .is-10--small {
    width: 90.9090909091%;
  }
  .with-11.Grid > .is-11--small, .with-11--small.Grid > .is-11, .with-11--small.Grid > .is-11--small {
    width: 100%;
  }
  .with-10--small.Grid > div {
    width: 10%;
  }
  .with-10.Grid > .is-1--small, .with-10--small.Grid > .is-1, .with-10--small.Grid > .is-1--small {
    width: 10%;
  }
  .with-10.Grid > .is-2--small, .with-10--small.Grid > .is-2, .with-10--small.Grid > .is-2--small {
    width: 20%;
  }
  .with-10.Grid > .is-3--small, .with-10--small.Grid > .is-3, .with-10--small.Grid > .is-3--small {
    width: 30%;
  }
  .with-10.Grid > .is-4--small, .with-10--small.Grid > .is-4, .with-10--small.Grid > .is-4--small {
    width: 40%;
  }
  .with-10.Grid > .is-5--small, .with-10--small.Grid > .is-5, .with-10--small.Grid > .is-5--small {
    width: 50%;
  }
  .with-10.Grid > .is-6--small, .with-10--small.Grid > .is-6, .with-10--small.Grid > .is-6--small {
    width: 60%;
  }
  .with-10.Grid > .is-7--small, .with-10--small.Grid > .is-7, .with-10--small.Grid > .is-7--small {
    width: 70%;
  }
  .with-10.Grid > .is-8--small, .with-10--small.Grid > .is-8, .with-10--small.Grid > .is-8--small {
    width: 80%;
  }
  .with-10.Grid > .is-9--small, .with-10--small.Grid > .is-9, .with-10--small.Grid > .is-9--small {
    width: 90%;
  }
  .with-10.Grid > .is-10--small, .with-10--small.Grid > .is-10, .with-10--small.Grid > .is-10--small {
    width: 100%;
  }
  .with-9--small.Grid > div {
    width: 11.1111111111%;
  }
  .with-9.Grid > .is-1--small, .with-9--small.Grid > .is-1, .with-9--small.Grid > .is-1--small {
    width: 11.1111111111%;
  }
  .with-9.Grid > .is-2--small, .with-9--small.Grid > .is-2, .with-9--small.Grid > .is-2--small {
    width: 22.2222222222%;
  }
  .with-9.Grid > .is-3--small, .with-9--small.Grid > .is-3, .with-9--small.Grid > .is-3--small {
    width: 33.3333333333%;
  }
  .with-9.Grid > .is-4--small, .with-9--small.Grid > .is-4, .with-9--small.Grid > .is-4--small {
    width: 44.4444444444%;
  }
  .with-9.Grid > .is-5--small, .with-9--small.Grid > .is-5, .with-9--small.Grid > .is-5--small {
    width: 55.5555555556%;
  }
  .with-9.Grid > .is-6--small, .with-9--small.Grid > .is-6, .with-9--small.Grid > .is-6--small {
    width: 66.6666666667%;
  }
  .with-9.Grid > .is-7--small, .with-9--small.Grid > .is-7, .with-9--small.Grid > .is-7--small {
    width: 77.7777777778%;
  }
  .with-9.Grid > .is-8--small, .with-9--small.Grid > .is-8, .with-9--small.Grid > .is-8--small {
    width: 88.8888888889%;
  }
  .with-9.Grid > .is-9--small, .with-9--small.Grid > .is-9, .with-9--small.Grid > .is-9--small {
    width: 100%;
  }
  .with-8--small.Grid > div {
    width: 12.5%;
  }
  .with-8.Grid > .is-1--small, .with-8--small.Grid > .is-1, .with-8--small.Grid > .is-1--small {
    width: 12.5%;
  }
  .with-8.Grid > .is-2--small, .with-8--small.Grid > .is-2, .with-8--small.Grid > .is-2--small {
    width: 25%;
  }
  .with-8.Grid > .is-3--small, .with-8--small.Grid > .is-3, .with-8--small.Grid > .is-3--small {
    width: 37.5%;
  }
  .with-8.Grid > .is-4--small, .with-8--small.Grid > .is-4, .with-8--small.Grid > .is-4--small {
    width: 50%;
  }
  .with-8.Grid > .is-5--small, .with-8--small.Grid > .is-5, .with-8--small.Grid > .is-5--small {
    width: 62.5%;
  }
  .with-8.Grid > .is-6--small, .with-8--small.Grid > .is-6, .with-8--small.Grid > .is-6--small {
    width: 75%;
  }
  .with-8.Grid > .is-7--small, .with-8--small.Grid > .is-7, .with-8--small.Grid > .is-7--small {
    width: 87.5%;
  }
  .with-8.Grid > .is-8--small, .with-8--small.Grid > .is-8, .with-8--small.Grid > .is-8--small {
    width: 100%;
  }
  .with-7--small.Grid > div {
    width: 14.2857142857%;
  }
  .with-7.Grid > .is-1--small, .with-7--small.Grid > .is-1, .with-7--small.Grid > .is-1--small {
    width: 14.2857142857%;
  }
  .with-7.Grid > .is-2--small, .with-7--small.Grid > .is-2, .with-7--small.Grid > .is-2--small {
    width: 28.5714285714%;
  }
  .with-7.Grid > .is-3--small, .with-7--small.Grid > .is-3, .with-7--small.Grid > .is-3--small {
    width: 42.8571428571%;
  }
  .with-7.Grid > .is-4--small, .with-7--small.Grid > .is-4, .with-7--small.Grid > .is-4--small {
    width: 57.1428571429%;
  }
  .with-7.Grid > .is-5--small, .with-7--small.Grid > .is-5, .with-7--small.Grid > .is-5--small {
    width: 71.4285714286%;
  }
  .with-7.Grid > .is-6--small, .with-7--small.Grid > .is-6, .with-7--small.Grid > .is-6--small {
    width: 85.7142857143%;
  }
  .with-7.Grid > .is-7--small, .with-7--small.Grid > .is-7, .with-7--small.Grid > .is-7--small {
    width: 100%;
  }
  .with-6--small.Grid > div {
    width: 16.6666666667%;
  }
  .with-6.Grid > .is-1--small, .with-6--small.Grid > .is-1, .with-6--small.Grid > .is-1--small {
    width: 16.6666666667%;
  }
  .with-6.Grid > .is-2--small, .with-6--small.Grid > .is-2, .with-6--small.Grid > .is-2--small {
    width: 33.3333333333%;
  }
  .with-6.Grid > .is-3--small, .with-6--small.Grid > .is-3, .with-6--small.Grid > .is-3--small {
    width: 50%;
  }
  .with-6.Grid > .is-4--small, .with-6--small.Grid > .is-4, .with-6--small.Grid > .is-4--small {
    width: 66.6666666667%;
  }
  .with-6.Grid > .is-5--small, .with-6--small.Grid > .is-5, .with-6--small.Grid > .is-5--small {
    width: 83.3333333333%;
  }
  .with-6.Grid > .is-6--small, .with-6--small.Grid > .is-6, .with-6--small.Grid > .is-6--small {
    width: 100%;
  }
  .with-5--small.Grid > div {
    width: 20%;
  }
  .with-5.Grid > .is-1--small, .with-5--small.Grid > .is-1, .with-5--small.Grid > .is-1--small {
    width: 20%;
  }
  .with-5.Grid > .is-2--small, .with-5--small.Grid > .is-2, .with-5--small.Grid > .is-2--small {
    width: 40%;
  }
  .with-5.Grid > .is-3--small, .with-5--small.Grid > .is-3, .with-5--small.Grid > .is-3--small {
    width: 60%;
  }
  .with-5.Grid > .is-4--small, .with-5--small.Grid > .is-4, .with-5--small.Grid > .is-4--small {
    width: 80%;
  }
  .with-5.Grid > .is-5--small, .with-5--small.Grid > .is-5, .with-5--small.Grid > .is-5--small {
    width: 100%;
  }
  .with-4--small.Grid > div {
    width: 25%;
  }
  .with-4.Grid > .is-1--small, .with-4--small.Grid > .is-1, .with-4--small.Grid > .is-1--small {
    width: 25%;
  }
  .with-4.Grid > .is-2--small, .with-4--small.Grid > .is-2, .with-4--small.Grid > .is-2--small {
    width: 50%;
  }
  .with-4.Grid > .is-3--small, .with-4--small.Grid > .is-3, .with-4--small.Grid > .is-3--small {
    width: 75%;
  }
  .with-4.Grid > .is-4--small, .with-4--small.Grid > .is-4, .with-4--small.Grid > .is-4--small {
    width: 100%;
  }
  .with-3--small.Grid > div {
    width: 33.3333333333%;
  }
  .with-3.Grid > .is-1--small, .with-3--small.Grid > .is-1, .with-3--small.Grid > .is-1--small {
    width: 33.3333333333%;
  }
  .with-3.Grid > .is-2--small, .with-3--small.Grid > .is-2, .with-3--small.Grid > .is-2--small {
    width: 66.6666666667%;
  }
  .with-3.Grid > .is-3--small, .with-3--small.Grid > .is-3, .with-3--small.Grid > .is-3--small {
    width: 100%;
  }
  .with-2--small.Grid > div {
    width: 50%;
  }
  .with-2.Grid > .is-1--small, .with-2--small.Grid > .is-1, .with-2--small.Grid > .is-1--small {
    width: 50%;
  }
  .with-2.Grid > .is-2--small, .with-2--small.Grid > .is-2, .with-2--small.Grid > .is-2--small {
    width: 100%;
  }
  .with-1--small.Grid > div {
    width: 100%;
  }
  .with-1.Grid > .is-1--small, .with-1--small.Grid > .is-1, .with-1--small.Grid > .is-1--small {
    width: 100%;
  }
}

.has-smallGaps.Grid {
  margin: 0 -8px -16px;
  width: calc(100% + 16px);
}
.has-smallGaps.Grid > div {
  padding: 0 8px 16px;
}
.has-normalGaps.Grid {
  margin: 0 -16px -32px;
  width: calc(100% + 32px);
}
.has-normalGaps.Grid > div {
  padding: 0 16px 32px;
}
.has-largeGaps.Grid {
  margin: 0 -32px -64px;
  width: calc(100% + 64px);
}
.has-largeGaps.Grid > div {
  padding: 0 32px 64px;
}
@media (max-width: 1080px) {
  .has-smallGaps--large.Grid {
    margin: 0 -8px -16px;
    width: calc(100% + 16px);
  }
  .has-smallGaps--large.Grid > div {
    padding: 0 8px 16px;
  }
  .has-normalGaps--large.Grid {
    margin: 0 -16px -32px;
    width: calc(100% + 32px);
  }
  .has-normalGaps--large.Grid > div {
    padding: 0 16px 32px;
  }
  .has-largeGaps--large.Grid {
    margin: 0 -32px -64px;
    width: calc(100% + 64px);
  }
  .has-largeGaps--large.Grid > div {
    padding: 0 32px 64px;
  }
}
@media (max-width: 768px) {
  .has-smallGaps--medium.Grid {
    margin: 0 -8px -16px;
    width: calc(100% + 16px);
  }
  .has-smallGaps--medium.Grid > div {
    padding: 0 8px 16px;
  }
  .has-normalGaps--medium.Grid {
    margin: 0 -16px -32px;
    width: calc(100% + 32px);
  }
  .has-normalGaps--medium.Grid > div {
    padding: 0 16px 32px;
  }
  .has-largeGaps--medium.Grid {
    margin: 0 -32px -64px;
    width: calc(100% + 64px);
  }
  .has-largeGaps--medium.Grid > div {
    padding: 0 32px 64px;
  }
}
@media (max-width: 375px) {
  .has-smallGaps--small.Grid {
    margin: 0 -8px -16px;
    width: calc(100% + 16px);
  }
  .has-smallGaps--small.Grid > div {
    padding: 0 8px 16px;
  }
  .has-normalGaps--small.Grid {
    margin: 0 -16px -32px;
    width: calc(100% + 32px);
  }
  .has-normalGaps--small.Grid > div {
    padding: 0 16px 32px;
  }
  .has-largeGaps--small.Grid {
    margin: 0 -32px -64px;
    width: calc(100% + 64px);
  }
  .has-largeGaps--small.Grid > div {
    padding: 0 32px 64px;
  }
}

.Pdp-Carousel.VueCarousel .VueCarousel-slide:not(.spacer) .tile img, .Gallery.withRatio-2x3 .Gallery-grid > div, .Gallery.withRatio-1x1 .Gallery-grid > div, .Gallery.withRatio-3x2 .Gallery-grid > div, .Gallery.is-carousel.withRatio-2x3 .Gallery-grid, .Gallery.is-carousel.withRatio-1x1 .Gallery-grid, .Gallery.is-carousel.withRatio-3x2 .Gallery-grid, .Entry-question, .Entry-thumbnail, .single .post--single-ask-a-stylist .entry-thumbnail, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-thumbnail, .entry-thumbnail, .content-excerpt .entry-header, .content-excerpt--sf_promo .entry-header, .content-excerpt .entry-thumbnail, .content-excerpt--sf_promo .entry-thumbnail, .content-excerpt--sf_ask_a_stylist .cta, .content-excerpt--sf_ask_a_stylist .entry-header, .content-excerpt--archive-sf_ask_a_stylist.has-thumbnail .entry-thumbnail, .block--editorial .content-excerpt .entry-header, .block--editorial .content-excerpt--sf_promo .entry-header, .block--editorial .content-excerpt .entry-thumbnail, .block--editorial .content-excerpt--sf_promo .entry-thumbnail, .archive .block--featured-rotator, [ratio="16x9"], [ratio="5x4"], [ratio="5x3"], [ratio="5x2"], [ratio="5x1"], [ratio="4x3"], [ratio="4x1"], [ratio="3x4"], [ratio="3x2"], [ratio="3x1"], [ratio="2x3"], [ratio="2x1"], [ratio="1x1"], .single article .entry-thumbnail, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-thumbnail {
  display: block;
  font-size: 0;
  position: relative;
  width: 100%;
}
.Pdp-Carousel.VueCarousel .VueCarousel-slide:not(.spacer) .tile img:before, .Gallery.withRatio-2x3 .Gallery-grid > div:before, .Gallery.withRatio-1x1 .Gallery-grid > div:before, .Gallery.withRatio-3x2 .Gallery-grid > div:before, .Gallery.is-carousel.withRatio-2x3 .Gallery-grid:before, .Gallery.is-carousel.withRatio-1x1 .Gallery-grid:before, .Gallery.is-carousel.withRatio-3x2 .Gallery-grid:before, .Entry-question:before, .Entry-thumbnail:before, .single .post--single-ask-a-stylist .entry-thumbnail:before, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-thumbnail:before, .entry-thumbnail:before, .content-excerpt .entry-header:before, .content-excerpt--sf_promo .entry-header:before, .content-excerpt .entry-thumbnail:before, .content-excerpt--sf_promo .entry-thumbnail:before, .content-excerpt--sf_ask_a_stylist .cta:before, .content-excerpt--sf_ask_a_stylist .entry-header:before, .content-excerpt--archive-sf_ask_a_stylist.has-thumbnail .entry-thumbnail:before, .block--editorial .content-excerpt .entry-header:before, .block--editorial .content-excerpt--sf_promo .entry-header:before, .block--editorial .content-excerpt .entry-thumbnail:before, .block--editorial .content-excerpt--sf_promo .entry-thumbnail:before, .archive .block--featured-rotator:before, [ratio="16x9"]:before, [ratio="5x4"]:before, [ratio="5x3"]:before, [ratio="5x2"]:before, [ratio="5x1"]:before, [ratio="4x3"]:before, [ratio="4x1"]:before, [ratio="3x4"]:before, [ratio="3x2"]:before, [ratio="3x1"]:before, [ratio="2x3"]:before, [ratio="2x1"]:before, [ratio="1x1"]:before, .single article .entry-thumbnail:before, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-thumbnail:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  width: 100%;
}
.Pdp-Carousel.VueCarousel .VueCarousel-slide:not(.spacer) .tile img > :only-child, .Gallery.withRatio-2x3 .Gallery-grid > div > :only-child, .Gallery.withRatio-1x1 .Gallery-grid > div > :only-child, .Gallery.withRatio-3x2 .Gallery-grid > div > :only-child, .Gallery.is-carousel.withRatio-2x3 .Gallery-grid > :only-child, .Gallery.is-carousel.withRatio-1x1 .Gallery-grid > :only-child, .Gallery.is-carousel.withRatio-3x2 .Gallery-grid > :only-child, .Entry-question > :only-child, .Entry-thumbnail > :only-child, .single .post--single-ask-a-stylist .entry-thumbnail > :only-child, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-thumbnail > :only-child, .entry-thumbnail > :only-child, .content-excerpt .entry-header > :only-child, .content-excerpt--sf_promo .entry-header > :only-child, .content-excerpt--sf_ask_a_stylist .cta > :only-child, .content-excerpt--sf_ask_a_stylist .entry-header > :only-child, .content-excerpt--archive-sf_ask_a_stylist.has-thumbnail .entry-thumbnail > :only-child, .archive .block--featured-rotator > :only-child, [ratio="16x9"] > :only-child, [ratio="5x4"] > :only-child, [ratio="5x3"] > :only-child, [ratio="5x2"] > :only-child, [ratio="5x1"] > :only-child, [ratio="4x3"] > :only-child, [ratio="4x1"] > :only-child, [ratio="3x4"] > :only-child, [ratio="3x2"] > :only-child, [ratio="3x1"] > :only-child, [ratio="2x3"] > :only-child, [ratio="2x1"] > :only-child, [ratio="1x1"] > :only-child, .single article .entry-thumbnail > :only-child, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-thumbnail > :only-child {
  display: block;
  font-size: 1rem;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.Wrap--large, .Wrap--small, .Wrap--xSmall, .Wrap, .Sticky-filter .filter-search-sticky .aas-filter-search,
.Sticky-filter .filter-search-sticky .gallery-filter-search {
  max-width: 1272px;
  padding-left: 32px;
  padding-right: 32px;
  width: calc(100% - (32px * 2));
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 960px) {
  .Wrap--large, .Wrap--small, .Wrap--xSmall, .Wrap, .Sticky-filter .filter-search-sticky .aas-filter-search,
  .Sticky-filter .filter-search-sticky .gallery-filter-search {
    padding-left: 24px;
  }
}
@media (max-width: 960px) {
  .Wrap--large, .Wrap--small, .Wrap--xSmall, .Wrap, .Sticky-filter .filter-search-sticky .aas-filter-search,
  .Sticky-filter .filter-search-sticky .gallery-filter-search {
    padding-right: 24px;
  }
}
@media (max-width: 960px) {
  .Wrap--large, .Wrap--small, .Wrap--xSmall, .Wrap, .Sticky-filter .filter-search-sticky .aas-filter-search,
  .Sticky-filter .filter-search-sticky .gallery-filter-search {
    width: calc(100% - (24px * 2));
  }
}

.Wrap--xSmall {
  max-width: 776px;
  padding-left: 32px;
  padding-right: 32px;
  width: calc(100% - (32px * 2));
}
@media (max-width: 960px) {
  .Wrap--xSmall {
    padding-left: 24px;
  }
}
@media (max-width: 960px) {
  .Wrap--xSmall {
    padding-right: 24px;
  }
}
@media (max-width: 960px) {
  .Wrap--xSmall {
    width: calc(100% - (24px * 2));
  }
}

.Wrap--small {
  max-width: 936px;
  padding-left: 32px;
  padding-right: 32px;
  width: calc(100% - (32px * 2));
}
@media (max-width: 960px) {
  .Wrap--small {
    padding-left: 24px;
  }
}
@media (max-width: 960px) {
  .Wrap--small {
    padding-right: 24px;
  }
}
@media (max-width: 960px) {
  .Wrap--small {
    width: calc(100% - (24px * 2));
  }
}

.Wrap--large {
  max-width: 1376px;
  padding-left: 32px;
  padding-right: 32px;
  width: calc(100% - (32px * 2));
}
@media (max-width: 960px) {
  .Wrap--large {
    padding-left: 24px;
  }
}
@media (max-width: 960px) {
  .Wrap--large {
    padding-right: 24px;
  }
}
@media (max-width: 960px) {
  .Wrap--large {
    width: calc(100% - (24px * 2));
  }
}

[ratio="1x1"]:before {
  padding-bottom: 100%;
}

[ratio="2x1"]:before {
  padding-bottom: 50%;
}

[ratio="2x3"]:before {
  padding-bottom: 150%;
}

[ratio="3x1"]:before {
  padding-bottom: 33.3333333333%;
}

[ratio="3x2"]:before {
  padding-bottom: 66.6666666667%;
}

[ratio="3x4"]:before {
  padding-bottom: 133.3333333333%;
}

[ratio="4x1"]:before {
  padding-bottom: 25%;
}

[ratio="4x3"]:before {
  padding-bottom: 75%;
}

[ratio="5x1"]:before {
  padding-bottom: 20%;
}

[ratio="5x2"]:before {
  padding-bottom: 40%;
}

[ratio="5x3"]:before {
  padding-bottom: 60%;
}

[ratio="5x4"]:before {
  padding-bottom: 80%;
}

[ratio="16x9"]:before {
  padding-bottom: 56.25%;
}

#content .acf-form .acf-field,
#content .acf-form .acf-form-submit {
  margin: 8px 0 8px 0;
}
#content .acf-form .acf-field:first-child,
#content .acf-form .acf-form-submit:first-child {
  margin-top: 0;
}
#content .acf-form .acf-field:last-child,
#content .acf-form .acf-form-submit:last-child {
  margin-bottom: 0;
}
#content .acf-form .acf-field {
  border-top: 0;
  padding: 0;
}
#content .acf-form .acf-field input[type=text],
#content .acf-form .acf-field input[type=email],
#content .acf-form .acf-field input[type=password],
#content .acf-form .acf-field input[type=search],
#content .acf-form .acf-field input[type=number],
#content .acf-form .acf-field input[type=url],
#content .acf-form .acf-field input[type=tel],
#content .acf-form .acf-field input[type=datetime],
#content .acf-form .acf-field input[type=date],
#content .acf-form .acf-field input[type=month],
#content .acf-form .acf-field input[type=week],
#content .acf-form .acf-field textarea {
  padding: 8px 8px 8px 8px;
  font-size: 1rem;
  line-height: 1.5rem;
}
#content .acf-form .acf-field textarea {
  height: calc(9rem + 18px);
}
#content .acf-form .acf-label {
  margin-bottom: 6px;
}
#content .acf-form .acf-label label {
  font-size: 1rem;
  font-weight: normal;
}

.archive-list .notice {
  margin-bottom: 40px !important;
}

.archive .block--featured-rotator:before {
  padding-bottom: 50%;
}
@media (max-width: 375px) {
  .archive .block--featured-rotator:before {
    padding-bottom: 100%;
  }
}

@media (max-width: 375px) {
  .archive .block--featured-rotator {
    margin-left: -12px;
    margin-right: -12px;
  }
  .archive .section--with-sidebar .main > .section--title {
    border: 0;
  }
}
.block--categories-list {
  text-transform: uppercase;
  padding: 24px 0 24px 0;
  margin: 0 0 96px 0;
  font-size: 14px;
  text-align: center;
  border: solid #e2e2e2;
  border-width: 1px 0;
}
.block--categories-list:last-child {
  margin-bottom: 0;
}
.block--categories-list span {
  padding: 0 1em;
}

.rotator-with-heading {
  position: relative;
}
.rotator-with-heading:after {
  clear: both;
  content: "";
  display: table;
}
.rotator-with-heading h3 {
  width: calc(100% - (210px * 4));
  position: absolute;
  top: 50px;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  display: table;
  white-space: pre-wrap;
  word-wrap: break-word;
}
@media (max-width: 1440px) {
  .rotator-with-heading h3 {
    width: calc(100% - (190px * 4));
  }
}
@media (max-width: 1080px) {
  .rotator-with-heading h3 {
    width: calc(100% - (175px * 4));
  }
}
.rotator-with-heading .ask-a-stylist-slideshow-wrapper {
  max-width: calc(210px * 4);
  margin-left: auto;
  position: relative;
  width: 100%;
}
@media (max-width: 1440px) {
  .rotator-with-heading .ask-a-stylist-slideshow-wrapper {
    max-width: calc(190px * 4);
  }
}
@media (max-width: 1080px) {
  .rotator-with-heading .ask-a-stylist-slideshow-wrapper {
    max-width: calc(175px * 4);
  }
}
.rotator-with-heading .ask-a-stylist-slideshow-wrapper .cycle-next,
.rotator-with-heading .ask-a-stylist-slideshow-wrapper .cycle-prev {
  top: calc(210px / 2);
  cursor: pointer;
  height: 42px;
  position: absolute;
  transform: translateY(-21px);
  width: 42px;
  z-index: 110;
}
@media (max-width: 1440px) {
  .rotator-with-heading .ask-a-stylist-slideshow-wrapper .cycle-next,
  .rotator-with-heading .ask-a-stylist-slideshow-wrapper .cycle-prev {
    top: calc(190px / 2);
  }
}
@media (max-width: 1080px) {
  .rotator-with-heading .ask-a-stylist-slideshow-wrapper .cycle-next,
  .rotator-with-heading .ask-a-stylist-slideshow-wrapper .cycle-prev {
    top: calc(175px / 2);
  }
}
.rotator-with-heading .ask-a-stylist-slideshow-wrapper .cycle-next:after, .rotator-with-heading .ask-a-stylist-slideshow-wrapper .cycle-next:before,
.rotator-with-heading .ask-a-stylist-slideshow-wrapper .cycle-prev:after,
.rotator-with-heading .ask-a-stylist-slideshow-wrapper .cycle-prev:before {
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 14px;
  background: #001e60;
}
.rotator-with-heading .ask-a-stylist-slideshow-wrapper .cycle-prev {
  left: -50px;
}
.rotator-with-heading .ask-a-stylist-slideshow-wrapper .cycle-prev:after {
  margin-top: 1px;
  transform: translate(-50%, -75%) rotate(-45deg);
  transform-origin: left center;
}
.rotator-with-heading .ask-a-stylist-slideshow-wrapper .cycle-prev:before {
  margin-top: -2px;
  transform: translate(-50%, -25%) rotate(45deg);
  transform-origin: left center;
}
.rotator-with-heading .ask-a-stylist-slideshow-wrapper .cycle-next {
  right: -50px;
}
.rotator-with-heading .ask-a-stylist-slideshow-wrapper .cycle-next:after {
  margin-top: -2px;
  transform: translate(-50%, -25%) rotate(-45deg);
  transform-origin: right center;
}
.rotator-with-heading .ask-a-stylist-slideshow-wrapper .cycle-next:before {
  margin-top: 1px;
  transform: translate(-50%, -75%) rotate(45deg);
  transform-origin: right center;
}
.rotator-with-heading .ask-a-stylist-slideshow-wrapper .ask-a-stylist-slideshow {
  width: 100%;
}
.rotator-with-heading .ask-a-stylist-slideshow-wrapper .ask-a-stylist-slideshow.loading {
  overflow: hidden;
}
.rotator-with-heading .ask-a-stylist-slideshow-wrapper .ask-a-stylist-slideshow article {
  max-width: 210px;
  vertical-align: top;
  margin: 0;
  padding: 0 12.5px 25px;
  white-space: normal;
}
@media (max-width: 1440px) {
  .rotator-with-heading .ask-a-stylist-slideshow-wrapper .ask-a-stylist-slideshow article {
    max-width: 190px;
  }
}
@media (max-width: 1080px) {
  .rotator-with-heading .ask-a-stylist-slideshow-wrapper .ask-a-stylist-slideshow article {
    max-width: 175px;
  }
}
.rotator-with-heading .ask-a-stylist-slideshow-wrapper .ask-a-stylist-slideshow article img {
  background-color: #f2f3f4;
  display: block;
  object-fit: cover;
  object-position: center;
}
.rotator-with-heading .ask-a-stylist-slideshow-wrapper .ask-a-stylist-slideshow article a {
  color: inherit;
  text-decoration: none;
}
.rotator-with-heading .ask-a-stylist-slideshow-wrapper .ask-a-stylist-slideshow article a:is(:active, :focus, :hover) {
  text-decoration: underline;
}
.rotator-with-heading .ask-a-stylist-slideshow-wrapper .ask-a-stylist-slideshow article p {
  line-height: 18px;
  margin-top: 10px;
}

@media (max-width: 1121px) {
  .rotator-with-heading h3 {
    position: relative;
    top: 0;
    float: none;
    transform: translateY(0%);
    text-align: center;
    padding-bottom: 25px;
    width: 100%;
  }
  .rotator-with-heading .ask-a-stylist-slideshow-wrapper {
    float: none;
    margin: auto;
  }
}
@media (max-width: 1220px) {
  .rotator-with-heading .ask-a-stylist-slideshow-wrapper {
    padding-bottom: 42px;
    overflow: hidden;
  }
  .rotator-with-heading .ask-a-stylist-slideshow-wrapper .cycle-prev,
  .rotator-with-heading .ask-a-stylist-slideshow-wrapper .cycle-next {
    bottom: 0;
    top: inherit;
    transform: none;
  }
  .rotator-with-heading .ask-a-stylist-slideshow-wrapper .cycle-prev {
    left: calc(50% - 42px);
  }
  .rotator-with-heading .ask-a-stylist-slideshow-wrapper .cycle-next {
    right: calc(50% - 42px);
  }
}
@media (max-width: 768px) {
  .rotator-with-heading {
    margin-top: -40px;
  }
  .rotator-with-heading h3 {
    display: none;
  }
  .rotator-with-heading .ask-a-stylist-slideshow-wrapper {
    float: none;
    max-width: 525px;
  }
}
@media (max-width: 375px) {
  .rotator-with-heading .ask-a-stylist-slideshow-wrapper {
    float: none;
    max-width: 350px;
  }
}
@media (min-width: 769px) {
  .rotator-with-heading .ask-a-stylist-slideshow-wrapper {
    width: calc(210px * 4);
    float: none;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .rotator-with-heading .ask-a-stylist-slideshow-wrapper {
    width: calc(190px * 4);
  }
}
@media (min-width: 769px) and (max-width: 1080px) {
  .rotator-with-heading .ask-a-stylist-slideshow-wrapper {
    width: calc(175px * 4);
  }
}
.no-featured .rotator-with-heading {
  display: none !important;
  margin-top: -300px;
}

.hasBorder, .single .post--single-ask-a-stylist .entry-header .entry-title, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-header .entry-title {
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-top-color: #d9d9d9;
  border-bottom-color: #d9d9d9;
}

.hasTopBorder {
  border-top: 1px solid;
  border-top-color: #d9d9d9;
}

.hasBottomBorder {
  border-bottom: 2px solid;
  border-bottom-color: #d9d9d9;
}

.calculator {
  background-color: #f9f7f2;
  padding: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  aspect-ratio: 936/664;
}
@media (max-width: 375px) {
  .calculator {
    aspect-ratio: initial;
  }
}
.calculator-welcome {
  border: solid 2px #b0babe;
  min-height: 400px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.calculator-welcome-title {
  font-weight: 700;
}
@media (max-width: 768px) {
  .calculator-welcome-title {
    margin: 0 0 8px;
  }
}
.calculator-welcome-images {
  align-items: center;
  display: grid;
  gap: min(24px, 2vw);
  grid-template-columns: repeat(5, max-content);
  justify-content: center;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .calculator-welcome-images {
    margin: 24px 0;
  }
}
.calculator-welcome-images img {
  display: block;
  height: min(160px, 12.8vw);
}
.calculator-welcome-intro {
  max-width: 500px;
  display: block;
  margin: 24px auto 0;
}
@media (max-width: 768px) {
  .calculator-welcome-intro {
    margin: 0 auto;
  }
}
.calculator-welcome-button-start {
  min-width: 0;
  max-width: 175px;
  width: auto;
  margin: auto;
}
.calculator-welcome-button-start:is(:active, :focus, :hover) {
  background: #92CDC3;
  color: #001e60;
  text-decoration: none;
}
.calculator-display, .calculator-controls {
  display: none;
  flex-basis: 50%;
  border: solid 2px #b0babe;
  min-height: 400px;
}
.calculator-display {
  border-right: none;
  position: relative;
}
.calculator-display img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
}
.calculator-display img.is-active {
  display: block;
}
.calculator-controls {
  border-left: dashed 2px #b0babe;
  padding: 64px;
}
@media (max-width: 1080px) {
  .calculator-controls {
    padding: 40px 24px;
  }
}
@media (max-width: 768px) {
  .calculator-controls {
    padding: 24px 8px;
  }
}
.calculator-controls-header,
.calculator-controls .calculator-results-header {
  font-weight: 700;
  text-align: left;
  font-size: 32px;
  line-height: 30px;
  padding: 0 4px;
  margin-bottom: 0;
}
.calculator-controls .calculator-results-header {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: solid 1px #677c89;
}
.calculator-controls-toggle {
  float: right;
}
.calculator-controls-form {
  margin: auto;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.calculator-controls-form-label {
  display: none;
}
.calculator-controls-form-label.is-active {
  display: block;
}
.calculator-controls-form-label-header {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  border-top: solid 1px #677c89;
  border-bottom: solid 1px #677c89;
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
  width: 100%;
  padding: 8px 4px;
}
.calculator-controls-form-label-description {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
}
.calculator-controls-form-label-input.error input {
  border: solid 2px #bf0029;
}
.calculator-controls-form-label-input.error:after {
  content: "Measurement Required";
  color: #bf0029;
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
}
.calculator-controls-form input {
  max-width: 100px;
  font-weight: 400;
}
.calculator-controls-form-measurement {
  font-size: 12px;
}
@media (max-width: 768px) {
  .calculator-controls-form-measurement {
    display: none;
  }
}
.calculator-controls-buttons {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
.calculator-controls-buttons-back, .calculator-controls-buttons-next, .calculator-controls-buttons-cta {
  min-width: 0;
  max-width: 45%;
  width: 45%;
}
.calculator-controls-buttons-back {
  border: solid 1px #dd2e3e;
  color: #dd2e3e;
  background: transparent;
}
.calculator-controls-buttons-back:before {
  background: url(../svg/icon--arrow--red.svg) no-repeat left center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 13px;
  margin-right: 0.5em;
  transform: translateY(4px) scaleX(-1);
  width: 13px;
  vertical-align: top;
}
.calculator-controls-buttons-back:after {
  display: none;
}
.calculator-controls-buttons-next {
  margin-left: 10%;
}
.calculator-controls-buttons-cta {
  width: 100%;
  max-width: 100%;
}
.calculator-controls-buttons-redo {
  font-size: 12px;
  margin-top: 8px;
}
.calculator[data-step="1"] .calculator-controls-buttons-cta,
.calculator[data-step="1"] .calculator-controls-buttons-redo, .calculator[data-step="2"] .calculator-controls-buttons-cta,
.calculator[data-step="2"] .calculator-controls-buttons-redo, .calculator[data-step="3"] .calculator-controls-buttons-cta,
.calculator[data-step="3"] .calculator-controls-buttons-redo, .calculator[data-step="4"] .calculator-controls-buttons-cta,
.calculator[data-step="4"] .calculator-controls-buttons-redo {
  display: none;
}
.calculator[data-step="1"] .calculator-controls-buttons-back {
  display: none;
}
.calculator[data-step="1"] .calculator-controls-buttons-next {
  margin-left: auto;
}
.calculator[data-step="5"] .calculator-controls-buttons {
  display: block;
}
.calculator[data-step="5"] .calculator-controls-header,
.calculator[data-step="5"] .calculator-controls-buttons-back,
.calculator[data-step="5"] .calculator-controls-buttons-next {
  display: none;
}
.calculator[data-step="5"] .calculator-controls-buttons-cta,
.calculator[data-step="5"] .calculator-controls-buttons-redo {
  display: block;
}

@media (max-width: 768px) {
  .calculator-controls-header {
    font-size: 24px;
  }
  .calculator-controls-form-label-description {
    font-size: 16px;
  }
  .calculator-welcome-title {
    font-size: 28px;
    line-height: 1.5;
  }
}
@media (max-width: 375px) {
  .calculator {
    flex-direction: column;
  }
  .calculator-welcome, .calculator-display, .calculator-controls {
    min-height: auto;
  }
  .calculator-welcome-images {
    align-items: center;
    display: grid;
    gap: min(24px, 2vw);
    grid-template-columns: repeat(5, max-content);
    justify-content: center;
    margin: 8px 0;
  }
  .calculator-welcome-images img {
    display: block;
    height: min(160px, 12.8vw);
  }
  .calculator-display, .calculator-controls {
    position: relative;
    width: 100%;
  }
  .calculator-display {
    border-right: solid 2px #b0babe;
  }
  .calculator-display img {
    position: relative;
    max-height: 250px;
    width: auto;
  }
  .calculator-controls {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0;
  }
}
#comments {
  margin: 64px 0 64px 0;
}
#comments:first-child {
  margin-top: 0;
}
#comments:last-child {
  margin-bottom: 0;
}
#comments .sync_facebook {
  display: none !important;
}
#comments .load-comments, #comments .goto-comments {
  margin: 24px 0 24px 0;
  padding: 24px 24px 24px 24px;
  background-color: #e7e8e9;
  width: 100%;
  text-align: center;
}
#comments .load-comments:first-child, #comments .goto-comments:first-child {
  margin-top: 0;
}
#comments .load-comments:last-child, #comments .goto-comments:last-child {
  margin-bottom: 0;
}
#comments .comments-title,
#comments .pingback {
  display: none !important;
}
#comments .comment-list {
  margin: 24px 0 24px 0;
  border-bottom: 2px solid #d9d9d9;
  list-style: none;
  padding-left: 0px;
}
#comments .comment-list:first-child {
  margin-top: 0;
}
#comments .comment-list:last-child {
  margin-bottom: 0;
}
#comments .comment-list .comment {
  display: none;
  padding: 24px 0 24px 0;
  border: solid #d9d9d9;
  border-width: 2px 0 0;
  font-size: 13px;
}
#comments .comment-list .comment p {
  margin: 0.5em 0 0.5em 0;
}
#comments .comment-list .comment p:first-child {
  margin-top: 0;
}
#comments .comment-list .comment p:last-child {
  margin-bottom: 0;
}
#comments .comment-list .children {
  margin: 0 0 24px 0;
  padding: 0 0 0 40px;
  list-style: none;
}
#comments .comment-list .children:last-child {
  margin-bottom: 0;
}
#comments .comment-list .children .comment {
  margin: 24px 0 24px 0;
  padding: 0 0 0 24px;
  border: solid #d9d9d9;
  border-width: 0 0 0 4px;
}
#comments .comment-list .children .comment:first-child {
  margin-top: 0;
}
#comments .comment-list .children .comment:last-child {
  margin-bottom: 0;
}
#comments .comment-list .comment-author {
  font-size: 13px;
}
#comments .comment-list .comment-name {
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
#comments .comment-list .comment-name:after {
  content: "∙";
  margin: 0 0.5rem;
}

.block--editorial .content-excerpt, .block--editorial .content-excerpt--sf_promo {
  background: #e7e8e9;
  border-bottom: 2px solid #d9d9d9;
}
.block--editorial .content-excerpt .entry-thumbnail, .block--editorial .content-excerpt--sf_promo .entry-thumbnail {
  margin: 0px;
  background: #fafafb;
  width: 100%;
}
.block--editorial .content-excerpt .entry-thumbnail:before, .block--editorial .content-excerpt--sf_promo .entry-thumbnail:before {
  padding-bottom: 100%;
}
.block--editorial .content-excerpt .entry-header, .block--editorial .content-excerpt--sf_promo .entry-header {
  padding: 8px 0 8px 0;
  border-top: 4px solid #d9d9d9;
  text-align: center;
}
.block--editorial .content-excerpt .entry-header:before, .block--editorial .content-excerpt--sf_promo .entry-header:before {
  padding-bottom: 33.3333333333%;
}
.block--editorial .content-excerpt .entry-header > div:only-child, .block--editorial .content-excerpt--sf_promo .entry-header > div:only-child {
  padding: 0 8px 0 8px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.block--editorial .content-excerpt .entry-header .entry-title, .block--editorial .content-excerpt--sf_promo .entry-header .entry-title {
  margin: 0;
}
.block--editorial .content-excerpt .entry-header .button, .block--editorial .content-excerpt--sf_promo .entry-header .button, .block--editorial .content-excerpt .entry-header [class*=button--], .block--editorial .content-excerpt--sf_promo .entry-header [class*=button--], .block--editorial .content-excerpt .entry-header form button, .block--editorial .content-excerpt--sf_promo .entry-header form button, form .block--editorial .content-excerpt .entry-header button, form .block--editorial .content-excerpt--sf_promo .entry-header button {
  margin-top: 0.5rem;
}

.content-excerpt--archive-sf_ask_a_stylist {
  padding: 40px 0 40px 0;
  border-top: 2px solid #d9d9d9;
  margin: 0;
}
.content-excerpt--archive-sf_ask_a_stylist .entry-title {
  margin-top: 0;
  position: relative;
}
.content-excerpt--archive-sf_ask_a_stylist .entry-title:before {
  color: #86C8BC;
  content: "Q:";
  display: block;
  left: -1em;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
}
.content-excerpt--archive-sf_ask_a_stylist.has-thumbnail {
  align-items: center;
  display: flex;
}
.content-excerpt--archive-sf_ask_a_stylist.has-thumbnail .entry-thumbnail {
  margin-right: 24px;
}
.content-excerpt--archive-sf_ask_a_stylist.has-thumbnail .entry-thumbnail:before {
  padding-bottom: 100%;
}
.content-excerpt--archive-sf_ask_a_stylist.has-thumbnail .entry-header {
  flex-grow: 1;
}
.content-excerpt--archive-sf_ask_a_stylist.has-thumbnail .entry-title:before {
  margin-right: 0.25em;
}
.content-excerpt--archive-sf_ask_a_stylist.has-thumbnail .entry-title:before,
.content-excerpt--archive-sf_ask_a_stylist.has-thumbnail .entry-title a:before {
  display: inline;
  position: static;
}

@media (max-width: 768px) {
  .content-excerpt--archive-sf_ask_a_stylist .entry-title:before {
    margin-right: 0.25em;
  }
  .content-excerpt--archive-sf_ask_a_stylist .entry-title:before,
  .content-excerpt--archive-sf_ask_a_stylist .entry-title a:before {
    display: inline;
    position: static;
    transform: none;
  }
}
@media (max-width: 375px) {
  .content-excerpt--archive-sf_ask_a_stylist {
    padding: 40px 12px 40px 12px;
  }
}
@media (max-width: 375px) {
  .content-excerpt--archive-sf_ask_a_stylist {
    padding: 0;
  }
  .content-excerpt--archive-sf_ask_a_stylist.has-thumbnail {
    display: block;
  }
  .content-excerpt--archive-sf_ask_a_stylist.has-thumbnail .entry-thumbnail {
    margin-top: 2px;
    width: 100%;
  }
  .content-excerpt--archive-sf_ask_a_stylist .entry-header {
    padding: 40px 40px 40px 40px;
    text-align: center;
  }
}
.content-excerpt--archive {
  padding: 40px 0 40px 0;
  border-top: 2px solid #d9d9d9;
  margin: 0;
  width: 100%;
}
.content-excerpt--archive .row {
  align-items: center;
  flex-wrap: nowrap;
}
.content-excerpt--archive .thumbnail {
  width: 144px;
}
.content-excerpt--archive .entry {
  flex-grow: 1;
}
.content-excerpt--archive .entry-title {
  position: relative;
  margin-top: 0;
}
.content-excerpt--archive .entry-title a {
  position: relative;
}

@media (max-width: 375px) {
  .content-excerpt--archive {
    padding: 24px 12px 24px 12px;
  }
  .content-excerpt--archive .entry {
    width: calc(100vw - 144px);
  }
}
@media (max-width: 375px) {
  .content-excerpt--archive .thumbnail {
    width: 104px;
  }
  .content-excerpt--archive .thumbnail .entry-thumbnail {
    width: 80px;
  }
  .content-excerpt--archive .entry {
    width: calc(100vw - 104px);
  }
}
.content-excerpt--sf_ask_a_stylist {
  position: relative;
}
.content-excerpt--sf_ask_a_stylist a:active .cta .link-underline, .content-excerpt--sf_ask_a_stylist a:hover .cta .link-underline {
  border-color: #001E60;
  color: inherit;
}
.content-excerpt--sf_ask_a_stylist .entry-header {
  background-color: #ffffff;
  border: solid #d9d9d9;
  border-width: 1px 1px 0;
  width: 100%;
  z-index: 10;
}
.content-excerpt--sf_ask_a_stylist .entry-header:before {
  padding-bottom: 100%;
}
.content-excerpt--sf_ask_a_stylist .entry-header:after {
  display: none;
}
.content-excerpt--sf_ask_a_stylist .entry-header > :only-child {
  font-size: 12px;
  padding: 36px 8px 36px 8px;
  height: auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.content-excerpt--sf_ask_a_stylist .entry-header > :only-child:after, .content-excerpt--sf_ask_a_stylist .entry-header > :only-child:before {
  background: no-repeat;
  background-size: auto 18px;
  content: "";
  display: block;
  height: 28px;
  left: 50%;
  line-height: 22px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 32px;
}
.content-excerpt--sf_ask_a_stylist .entry-header > :only-child:after {
  background-image: url(../svg/icon--quote-close.svg);
  background-position: center bottom;
  border-top: 2px solid #d9d9d9;
  bottom: 0;
}
.content-excerpt--sf_ask_a_stylist .entry-header > :only-child:before {
  background-image: url(../svg/icon--quote-open.svg);
  background-position: center top;
  border-bottom: 2px solid #d9d9d9;
  top: 0;
}
.content-excerpt--sf_ask_a_stylist .cta {
  border-top: 4px solid #d9d9d9;
  margin: 0;
  text-align: center;
  z-index: 5;
}
.content-excerpt--sf_ask_a_stylist .cta:before {
  padding-bottom: 33.3333333333%;
}
@media (max-width: 375px) {
  .content-excerpt--sf_ask_a_stylist .cta:before {
    padding-bottom: 50%;
  }
}
@media (max-width: 375px) {
  .content-excerpt--sf_ask_a_stylist .cta:before {
    padding-bottom: 25%;
  }
}
@media (max-width: 375px) {
  .content-excerpt--sf_ask_a_stylist .cta:before {
    padding-bottom: 33.3333333333%;
  }
}
.content-excerpt--sf_ask_a_stylist .cta > :only-child {
  font-size: 20px;
  padding: 0 8px 0 8px;
  transition: color 0.4s;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.content-excerpt--sf_ask_a_stylist .cta > :only-child:after {
  content: "»";
  margin-left: 0.5em;
}
.content-excerpt--sf_ask_a_stylist .cta .link-underline {
  transition: border 0.4s;
  color: inherit;
  transform: translateY(-0.5px);
  line-height: 24px;
}

@media (max-width: 375px) {
  .content-excerpt--sf_ask_a_stylist .cta > :only-child {
    height: auto;
    top: 50%;
  }
}
@media (max-width: 375px) {
  .content-excerpt--sf_ask_a_stylist:before {
    background-size: 72px;
    border-radius: 40px;
    height: 80px;
    left: 24px;
    transform: translate(0, -16px);
    width: 80px;
  }
  .content-excerpt--sf_ask_a_stylist .entry-header {
    border-left: 0;
    border-right: 0;
    margin-top: 0;
  }
  .content-excerpt--sf_ask_a_stylist .entry-header > :only-child {
    font-size: 20px;
  }
  .content-excerpt--sf_ask_a_stylist .cta > :only-child {
    height: auto;
    top: 50%;
  }
}
@media (max-width: 375px) {
  .content-excerpt--sf_ask_a_stylist:before {
    background-size: 52px;
    border-radius: 30px;
    height: 60px;
    width: 60px;
  }
  .content-excerpt--sf_ask_a_stylist .entry-header > :only-child {
    font-size: 20px;
  }
  .content-excerpt--sf_ask_a_stylist .cta > :only-child {
    height: auto;
    top: 50%;
  }
}
@media (max-width: 375px) {
  .content-excerpt--sf_promo {
    padding-bottom: 1.5em;
  }
  .content-excerpt--sf_promo .entry-header:before {
    padding-bottom: 25% !important;
  }
  .content-excerpt--sf_promo .entry-header > div:only-child {
    margin-top: 0 !important;
    top: 60% !important;
  }
}
.content-excerpt .entry-thumbnail, .content-excerpt--sf_promo .entry-thumbnail {
  background: #fafafb;
  border: solid #e7e8e9;
  border-width: 1px 1px 0;
  width: 100%;
  z-index: 5;
}
.content-excerpt .entry-thumbnail:before, .content-excerpt--sf_promo .entry-thumbnail:before {
  padding-bottom: 100%;
}
.content-excerpt .entry-thumbnail img, .content-excerpt--sf_promo .entry-thumbnail img {
  display: block;
  height: 100%;
  width: 100%;
}
.content-excerpt .entry-header, .content-excerpt--sf_promo .entry-header {
  border-top: 4px solid #e7e8e9;
  text-align: center;
}
.content-excerpt .entry-header:before, .content-excerpt--sf_promo .entry-header:before {
  padding-bottom: 33.3333333333%;
}
@media (max-width: 375px) {
  .content-excerpt .entry-header:before, .content-excerpt--sf_promo .entry-header:before {
    padding-bottom: 50%;
  }
}
@media (max-width: 375px) {
  .content-excerpt .entry-header:before, .content-excerpt--sf_promo .entry-header:before {
    padding-bottom: 25%;
  }
}
@media (max-width: 375px) {
  .content-excerpt .entry-header:before, .content-excerpt--sf_promo .entry-header:before {
    padding-bottom: 33.3333333333%;
  }
}
.content-excerpt .entry-header > div:only-child, .content-excerpt--sf_promo .entry-header > div:only-child {
  padding: 0 8px 0 8px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  overflow: visible !important;
}
.content-excerpt .entry-header .entry-title, .content-excerpt--sf_promo .entry-header .entry-title {
  margin: 0;
  padding-bottom: 4px;
}
.content-excerpt .entry-header .entry-title a, .content-excerpt--sf_promo .entry-header .entry-title a {
  line-height: 24px;
}
.content-excerpt .entry-header .button, .content-excerpt--sf_promo .entry-header .button, .content-excerpt .entry-header [class*=button--], .content-excerpt--sf_promo .entry-header [class*=button--], .content-excerpt .entry-header form button, form .content-excerpt .entry-header button, .content-excerpt--sf_promo .entry-header form button, form .content-excerpt--sf_promo .entry-header button {
  margin-top: 0.5rem;
}

@media (max-width: 375px) {
  .content-excerpt .entry-header, .content-excerpt--sf_promo .entry-header {
    border-top: 0;
  }
  .content-excerpt .entry-header:before, .content-excerpt--sf_promo .entry-header:before {
    padding-bottom: calc(25% + 16px);
  }
  .content-excerpt .entry-header > div:only-child, .content-excerpt--sf_promo .entry-header > div:only-child {
    margin-top: -8px;
    padding: 40px 18px;
  }
  .content-excerpt .entry-header-wrap, .content-excerpt--sf_promo .entry-header-wrap {
    position: relative;
    z-index: 10;
  }
  .content-excerpt .entry-header-wrap > div, .content-excerpt--sf_promo .entry-header-wrap > div {
    position: relative;
    z-index: 10;
  }
  .content-excerpt .entry-header-wrap > div:before, .content-excerpt--sf_promo .entry-header-wrap > div:before {
    border-bottom: 4px solid #d9d9d9;
    box-sizing: border-box;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.cta--ask-a-stylist {
  background-color: #ffffff;
  box-sizing: content-box;
  height: 165px;
  overflow: hidden;
  padding-top: 40px;
}
.cta--ask-a-stylist:after, .cta--ask-a-stylist:before {
  background-size: auto 30px;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  top: 140px;
  width: 100vw;
  z-index: 5;
}
.cta--ask-a-stylist:after {
  left: 50%;
  transform: translate(-148px, 0);
}
.cta--ask-a-stylist:before {
  left: calc(50% - 468px);
  transform: translate(-100%, 0);
}
.cta--ask-a-stylist > div {
  background: #e7e8e9;
  height: 165px;
}
.cta--ask-a-stylist > div:before {
  background: url(../emblem--ask-a-stylist-cream.html) no-repeat center bottom;
  background-size: 120px;
  content: "";
  display: block;
  height: 80px;
  left: 0;
  position: absolute;
  top: 40px;
  transform: translate(-33%, 0);
  width: 120px;
  z-index: 5;
}
.cta--ask-a-stylist > div:after {
  background: url(../png/cta--fashion-advice-stylists716a.png) no-repeat;
  background-size: auto 165px;
  content: "";
  display: block;
  height: 165px;
  left: 26%;
  position: absolute;
  bottom: 0;
  transform: translate(-148px, 0);
  width: 100vw;
  z-index: 10;
}
.cta--ask-a-stylist .wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
}
.cta--ask-a-stylist .content {
  max-width: calc(33.33% - 24px);
  padding: 0 12px;
  text-align: center;
  white-space: nowrap;
}
.cta--ask-a-stylist h1, .cta--ask-a-stylist h2, .cta--ask-a-stylist h3 {
  padding: 0 0 8px 0;
  margin: 0;
  position: relative;
}
.cta--ask-a-stylist p {
  margin: 0;
}

@media (max-width: 1159px) {
  .cta--ask-a-stylist > div:before {
    left: 0;
  }
}
@media (max-width: 959px) {
  .cta--ask-a-stylist .content {
    float: left;
    max-width: inherit;
  }
}
@media (max-width: 375px) {
  .cta--ask-a-stylist:after,
  .cta--ask-a-stylist > div:after {
    transform: translate(-108px, 0);
  }
  .cta--ask-a-stylist .content {
    float: none;
  }
}
@media (max-width: 589px) {
  .cta--ask-a-stylist:after,
  .cta--ask-a-stylist > div:after {
    transform: translate(-68px, 0);
  }
}
@media (max-width: 375px) {
  .cta--ask-a-stylist {
    height: inherit;
    padding-top: 24px;
  }
  .cta--ask-a-stylist:after {
    left: 0;
    top: 150px;
    transform: translate(0, -50%);
  }
  .cta--ask-a-stylist:before {
    display: none;
  }
  .cta--ask-a-stylist > div:before {
    top: 24px;
  }
  .cta--ask-a-stylist .content {
    float: none;
  }
  .cta--ask-a-stylist h1, .cta--ask-a-stylist h2, .cta--ask-a-stylist h3 {
    padding-top: 0;
  }
  .cta--ask-a-stylist h1:before, .cta--ask-a-stylist h2:before, .cta--ask-a-stylist h3:before {
    display: none;
  }
}
.cta--love-this {
  text-align: center;
  border-top: 1px solid #e2e2e2;
  margin: 24px 0 0 0;
  padding: 24px 0 24px 0;
}
.cta--love-this:first-child {
  margin-top: 0;
}
.cta--love-this p {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
}
.cta--love-this #vote_counter {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}
.cta--love-this #vote_counter .vote-button {
  background: none;
  line-height: 24px;
  margin-left: 24px;
  outline: none !important;
  padding: 0 !important;
}
.cta--love-this #vote_counter .vote-button, .cta--love-this #vote_counter .vote-button * {
  cursor: pointer;
}
.cta--love-this #vote_counter .vote-button .icon-heart {
  color: #86C8BC;
  background: none;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  transform: translate(0, -2px);
}
.cta--love-this #vote_counter .vote-button .icon-heart:before {
  display: none;
}
.cta--love-this #vote_counter .vote-button .icon-heart svg {
  display: block;
  height: 24px;
  width: 24px;
}
.cta--love-this #vote_counter .vote-button .icon-heart svg .inside {
  transition: fill 0.4s;
  fill: #ffffff;
}
.cta--love-this #vote_counter .vote-button .icon-heart.has-voted svg .inside {
  fill: #f05d62;
}
.cta--love-this #vote_counter .vote-button .vote-count {
  font-size: 20px;
  color: #86C8BC;
  float: left;
  line-height: inherit;
  margin: 0 8px 0 0;
}
.cta--love-this #vote_counter .already-voted {
  padding: 8px 8px 8px 8px;
  margin: -6px 0 0 !important;
  position: absolute;
  right: 12px;
  top: 0;
  line-height: 1.2em;
  left: inherit;
  transform: translate(50%, -100%);
  width: 160px;
}
.cta--love-this #vote_counter .already-voted:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #424242;
  bottom: 0;
  content: "";
  display: block;
  right: 50%;
  position: absolute;
  transform: translate(3px, 100%);
}

.cta--schedule-a-fix {
  margin: 96px 0 0 0;
  padding: 40px 40px 40px 40px;
  background: #e7e8e9;
  border-bottom: 2px solid #d9d9d9;
  text-align: center;
}
.cta--schedule-a-fix:first-child {
  margin-top: 0;
}
.cta--schedule-a-fix h3 {
  border-bottom: none !important;
}
.cta--schedule-a-fix a.button--red {
  background-color: #dd2e3e;
  border-bottom-color: #dd2e3e;
}

@media (max-width: 375px) {
  .cta--schedule-a-fix .button--red {
    display: block;
  }
  .cta--schedule-a-fix .button--red + .button--red {
    margin: 8px 0 8px 0;
  }
  .cta--schedule-a-fix .button--red + .button--red:first-child {
    margin-top: 0;
  }
  .cta--schedule-a-fix .button--red + .button--red:last-child {
    margin-bottom: 0;
  }
}
.entry-thumbnail {
  background: #e7e8e9;
  width: 120px;
}
.entry-thumbnail:before {
  padding-bottom: 100%;
}
.entry-thumbnail > a {
  cursor: pointer;
}
.entry-thumbnail img {
  display: block;
  height: 100%;
  max-height: inherit;
  max-width: inherit;
  min-height: 100%;
  min-width: 100%;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(../png/fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../gif/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../gif/blank.gif); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../png/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222222;
  color: #ffffff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #ffffff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
}

/* Retina graphics! */
/* @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(../media/fancybox_sprite@2x.png);
		background-size: 44px 152px; // The size of the normal image, half the size of the hi-res image
	}

	#fancybox-loading div {
		background-image: url(../media/fancybox_loading@2x.gif);
		background-size: 24px 24px; // The size of the normal image, half the size of the hi-res image
	}
} */
.fb-comments, .fb-comments iframe[style] {
  width: 100% !important;
}

.comments-area span {
  width: 100%;
}

.form--ask-a-stylist:before {
  background: #ffffff url(../svg/icon--ask-a-stylistc81e.svg) no-repeat center;
  background-size: 72px;
  border-radius: 40px;
  content: "";
  display: block;
  height: 80px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 80px;
  z-index: 10;
}
.form--ask-a-stylist:after {
  background: url(../jpg/bg--ask-a-stylist-form.jpg) no-repeat top right;
  background-size: contain;
  content: "";
  display: block;
  height: 110px;
  position: absolute;
  right: 0;
  top: 0;
  width: 62%;
  z-index: 5;
}
.form--ask-a-stylist > * {
  position: relative;
  z-index: 15;
}
.form--ask-a-stylist h1 {
  padding-top: 10px;
  max-width: calc(50% - 12px);
}
.form--ask-a-stylist .search input[type=search] {
  float: left;
  width: calc(100% - 180px);
}
.form--ask-a-stylist .search button {
  float: left;
}
.form--ask-a-stylist .wrap--fancy-file-input {
  background-image: url(../svg/icon--camera.svg);
  background-position: 8px center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 36px;
}
.form--ask-a-stylist .submit-notice {
  border-top: solid 1px;
}

@media (max-width: 768px) {
  .form--ask-a-stylist:before {
    left: 40px;
    transform: translate(0%, -66%);
  }
}
@media (max-width: 375px) {
  .form--ask-a-stylist {
    margin-left: -12px;
    margin-right: -12px;
    padding-top: calc(25vw + 40px) !important;
  }
  .form--ask-a-stylist:before {
    background-color: #e7e8e9;
    background-size: 64px;
    border-radius: 36px;
    height: 72px;
    top: 25vw;
    width: 72px;
  }
  .form--ask-a-stylist:after {
    height: 25vw;
    width: 100%;
  }
  .form--ask-a-stylist h1 {
    max-width: inherit;
  }
}
@media (max-width: 375px) {
  .form--ask-a-stylist {
    margin-left: -12px;
    margin-right: -12px;
    padding-top: calc(50vw + 40px) !important;
  }
  .form--ask-a-stylist:after {
    background-image: url(../jpg/bg--ask-a-stylist-form-mobile.jpg);
    height: 50vw;
    width: 100%;
  }
  .form--ask-a-stylist:before {
    top: 50vw;
  }
}
.search-ig .form--inspiration-gallery {
  padding: 0 0 5px 0;
}
.search-ig .form--inspiration-gallery .search .col-9, .search-ig .form--inspiration-gallery .search .col-sm-12 {
  padding-right: 0;
}
.search-ig .form--inspiration-gallery .search input[type=search] {
  float: left;
  border: 1px solid #bfbfbf;
  padding-right: 0;
  margin-right: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.search-ig .form--inspiration-gallery .search button {
  float: left;
  margin-left: 0;
  width: 100%;
}
.search-ig .form--inspiration-gallery.show-small {
  padding: 8px 40px 8px 40px;
}

@media (max-width: 375px) {
  .search-ig {
    background-color: #e7e8e9;
    padding: 24px 0 24px 0;
  }
  .search-ig input[type=search] {
    border: 0 !important;
  }
  .search [class*=col-] {
    margin: 0 auto;
  }
}
.form--with-bg {
  padding: 40px 40px 40px 40px;
  background: #e7e8e9;
  border-bottom: 2px solid #d9d9d9;
  position: relative;
}

@media (max-width: 375px) {
  .form--with-bg h1, .form--with-bg h2, .form--with-bg h3 {
    text-align: center;
  }
}
.home .section--with-sidebar {
  margin-bottom: 0;
}
.home .section--with-sidebar .main, .home .section--with-sidebar .sidebar {
  padding-bottom: 0;
}
.home .nav--load-more {
  border-top: 0;
  padding: 40px 0 15px 0;
}

@media (max-width: 768px) {
  .home .section--with-sidebar .sidebar {
    margin-bottom: 0;
  }
}
@media (max-width: 375px) {
  .home .section--with-sidebar .sidebar .widget:first-child .section--title {
    border-top: 0;
  }
  .home #posts_container {
    margin-top: 24px;
  }
}
@media (max-width: 375px) {
  .home #posts_container {
    margin-bottom: 0;
    margin-top: 0;
  }
  .home #posts_container .col, .home #posts_container .content-excerpt--archive .thumbnail, .content-excerpt--archive .home #posts_container .thumbnail, .home #posts_container .content-excerpt--archive .entry, .content-excerpt--archive .home #posts_container .entry {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 375px) {
  .grid-sizer {
    display: none;
  }
  .search-ig, .images {
    margin-left: -12px;
    margin-right: -12px;
    overflow: hidden;
  }
  .search-ig .suggested-tags, .images .suggested-tags {
    text-align: left;
    padding: 8px 0 8px 0;
  }
  #gallery [class*=col-] {
    padding: 2px 0;
  }
  .fancybox-content {
    margin: 40px 0 40px 0;
    border-top: 1px solid #bfbfbf;
    padding-top: 40px;
    border-top: none !important;
  }
  .fancybox-content:first-child {
    margin-top: 0;
  }
  .fancybox-content:last-child {
    margin-bottom: 0;
  }
  .fancybox-content .share-this-content {
    text-align: center;
  }
  .fancybox-content .share-this-content .share-this-kicker {
    margin: 0 false 0 false;
  }
  .fancybox-content .post-meta-content {
    margin-top: 0px !important;
  }
  .fancybox-content .row {
    margin: 0 auto;
  }
  .fancybox-content .row [class*=col-] {
    padding-bottom: 0;
  }
  .fancybox-close {
    top: 10px !important;
    right: 10px !important;
  }
  .expand {
    display: inline-block !important;
  }
  .center {
    text-align: center;
  }
  .show-small {
    display: block !important;
  }
  .hide-small {
    display: none !important;
  }
}
/**
 * These styles are shared with hub pages because they use an identical grid (including partial)
 * please check hub pages when making changes (_page--single-hub-page.scss)
 */
.page-template-page-inspiration-gallery:before, .page-template-page-hub:before {
  left: -10000px;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  z-index: -1;
  color: #ffffff;
}
@media (max-width: 768px) {
  .page-template-page-inspiration-gallery:before, .page-template-page-hub:before {
    content: "tag-mobile";
  }
}
.page-template-page-inspiration-gallery h2.entry-title, .page-template-page-hub h2.entry-title {
  font-weight: normal;
  font-size: 2.5625rem;
  line-height: 1.2;
}
.page-template-page-inspiration-gallery h2.entry-title + p, .page-template-page-hub h2.entry-title + p {
  margin-bottom: 24px;
}
.page-template-page-inspiration-gallery .block--gallery-not-found, .page-template-page-hub .block--gallery-not-found {
  margin: 64px 0 64px 0;
}
.page-template-page-inspiration-gallery .block--gallery-not-found:first-child, .page-template-page-hub .block--gallery-not-found:first-child {
  margin-top: 0;
}
.page-template-page-inspiration-gallery .block--gallery-not-found:last-child, .page-template-page-hub .block--gallery-not-found:last-child {
  margin-bottom: 0;
}
.page-template-page-inspiration-gallery .pinterest, .page-template-page-hub .pinterest {
  padding-left: 10px;
  line-height: 28px;
  margin-bottom: 20px;
  position: relative;
  max-height: 40px;
}
.page-template-page-inspiration-gallery .pinterest span, .page-template-page-hub .pinterest span {
  padding-left: 24px;
  margin-left: 16px;
}
.page-template-page-inspiration-gallery .pinterest span:before, .page-template-page-hub .pinterest span:before {
  content: "";
  height: 40px;
  position: absolute;
  top: -2px;
  left: 40px;
  border-left: 2px solid #ffffff;
}
.page-template-page-inspiration-gallery .pinterest svg, .page-template-page-hub .pinterest svg {
  fill: #ffffff;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 8px;
}
.page-template-page-inspiration-gallery .pinterest:after, .page-template-page-hub .pinterest:after {
  height: 19px;
  width: 14px;
  margin-left: 0.2em;
}
.page-template-page-inspiration-gallery #gallery, .page-template-page-hub #gallery {
  max-width: 1280px;
  margin: 0 auto;
}
.page-template-page-inspiration-gallery #featured-gallery, .page-template-page-hub #featured-gallery {
  max-width: 100%;
  margin: 20px auto 48px auto;
  padding: 0 0 0 3px;
}
.page-template-page-inspiration-gallery #featured-gallery > .grid-item:first-child, .page-template-page-hub #featured-gallery > .grid-item:first-child {
  margin-bottom: 10px;
}
.page-template-page-inspiration-gallery #featured-gallery .grid-item, .page-template-page-hub #featured-gallery .grid-item {
  padding: 6px 5px;
  margin-bottom: -2px;
}
.page-template-page-inspiration-gallery #featured-gallery .grid-item.feature-items, .page-template-page-hub #featured-gallery .grid-item.feature-items {
  padding: 5px 3px;
  margin-right: 11px;
}
.page-template-page-inspiration-gallery #featured-gallery .grid-item.feature-items-smaller, .page-template-page-hub #featured-gallery .grid-item.feature-items-smaller {
  padding: 5px 7px 15px 10px;
}
@media (max-width: 375px) {
  .page-template-page-inspiration-gallery #featured-gallery .grid-item, .page-template-page-hub #featured-gallery .grid-item {
    padding: 0px 7px 14px 6px !important;
    margin-right: -1px !important;
  }
}
@media (max-width: 375px) {
  .page-template-page-inspiration-gallery .grid-item:not(.feature-items-smaller), .page-template-page-hub .grid-item:not(.feature-items-smaller) {
    padding: 0 6px 10px 10px !important;
    margin-right: -6px;
  }
}
@media (min-width: 402px) {
  .page-template-page-inspiration-gallery .grid-item:not(.feature-items-smaller):hover img, .page-template-page-hub .grid-item:not(.feature-items-smaller):hover img {
    opacity: 0.6;
  }
  .page-template-page-inspiration-gallery .grid-item:not(.feature-items-smaller):hover a, .page-template-page-hub .grid-item:not(.feature-items-smaller):hover a {
    display: block;
    background: #000000;
  }
  .page-template-page-inspiration-gallery .grid-item:not(.feature-items-smaller):hover a:before, .page-template-page-hub .grid-item:not(.feature-items-smaller):hover a:before, .page-template-page-inspiration-gallery .grid-item:not(.feature-items-smaller):hover a:after, .page-template-page-hub .grid-item:not(.feature-items-smaller):hover a:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background: #ffffff;
    top: 50%;
    left: 50%;
    z-index: 1000;
  }
  .page-template-page-inspiration-gallery .grid-item:not(.feature-items-smaller):hover a:before, .page-template-page-hub .grid-item:not(.feature-items-smaller):hover a:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .page-template-page-inspiration-gallery .grid-item:not(.feature-items-smaller):hover a:after, .page-template-page-hub .grid-item:not(.feature-items-smaller):hover a:after {
    transform: translate(-50%, -50%);
  }
}
.page-template-page-inspiration-gallery .grid-sizer, .page-template-page-hub .grid-sizer {
  width: 25%;
}
.page-template-page-inspiration-gallery .imagewrapper, .page-template-page-hub .imagewrapper {
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
}
.page-template-page-inspiration-gallery #gallery [class*=col-], .page-template-page-hub #gallery [class*=col-] {
  padding: 5px 5px;
}
.page-template-page-inspiration-gallery .promo--add-to-pinterest, .page-template-page-hub .promo--add-to-pinterest {
  text-align: center;
  background-color: #e7e8e9;
  padding: 24px 24px 24px 24px;
  position: relative;
}
.page-template-page-inspiration-gallery .promo--add-to-pinterest h1, .page-template-page-hub .promo--add-to-pinterest h1 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.page-template-page-inspiration-gallery .promo--add-to-pinterest p, .page-template-page-hub .promo--add-to-pinterest p {
  margin-top: 0;
}
.page-template-page-inspiration-gallery .gallery-filter-search, .page-template-page-hub .gallery-filter-search {
  border-top: solid 1px #e7e8e9;
  border-bottom: solid 1px #e7e8e9;
  width: 100%;
  align-items: center;
  clear: both;
  display: flex;
  margin-bottom: 40px;
  position: relative;
}
.page-template-page-inspiration-gallery .gallery-filter-search .gallery-suggested-tags ul, .page-template-page-hub .gallery-filter-search .gallery-suggested-tags ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.page-template-page-inspiration-gallery .gallery-filter-search .gallery-suggested-tags ul li, .page-template-page-hub .gallery-filter-search .gallery-suggested-tags ul li {
  margin: 0 12px 0 12px;
  display: inline-block;
  height: 72px;
  text-transform: uppercase;
  position: relative;
}
.page-template-page-inspiration-gallery .gallery-filter-search .gallery-suggested-tags ul li a, .page-template-page-hub .gallery-filter-search .gallery-suggested-tags ul li a {
  color: #001E60;
  font-size: 16px;
  font-variation-settings: "wght" 600;
  font-weight: 600;
  display: block;
  line-height: 72px;
}
.page-template-page-inspiration-gallery .gallery-filter-search .gallery-suggested-tags ul li a.is-active:before, .page-template-page-hub .gallery-filter-search .gallery-suggested-tags ul li a.is-active:before, .page-template-page-inspiration-gallery .gallery-filter-search .gallery-suggested-tags ul li a.is-active:after, .page-template-page-hub .gallery-filter-search .gallery-suggested-tags ul li a.is-active:after,
.page-template-page-inspiration-gallery .gallery-filter-search form div.is-active:before,
.page-template-page-hub .gallery-filter-search form div.is-active:before,
.page-template-page-inspiration-gallery .gallery-filter-search form div.is-active:after,
.page-template-page-hub .gallery-filter-search form div.is-active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: calc(50% - 16px);
}
.page-template-page-inspiration-gallery .gallery-filter-search .gallery-suggested-tags ul li a.is-active:before, .page-template-page-hub .gallery-filter-search .gallery-suggested-tags ul li a.is-active:before,
.page-template-page-inspiration-gallery .gallery-filter-search form div.is-active:before,
.page-template-page-hub .gallery-filter-search form div.is-active:before {
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #e7e8e9;
  margin-bottom: -15.2px;
}
.page-template-page-inspiration-gallery .gallery-filter-search .gallery-suggested-tags ul li a.is-active:after, .page-template-page-hub .gallery-filter-search .gallery-suggested-tags ul li a.is-active:after,
.page-template-page-inspiration-gallery .gallery-filter-search form div.is-active:after,
.page-template-page-hub .gallery-filter-search form div.is-active:after {
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #ffffff;
  margin-bottom: -14.4px;
}
@media (max-width: 799px) {
  .page-template-page-inspiration-gallery .gallery-filter-search .gallery-suggested-tags ul li a.is-active:before, .page-template-page-hub .gallery-filter-search .gallery-suggested-tags ul li a.is-active:before, .page-template-page-inspiration-gallery .gallery-filter-search .gallery-suggested-tags ul li a.is-active:after, .page-template-page-hub .gallery-filter-search .gallery-suggested-tags ul li a.is-active:after,
  .page-template-page-inspiration-gallery .gallery-filter-search form div.is-active:before,
  .page-template-page-hub .gallery-filter-search form div.is-active:before,
  .page-template-page-inspiration-gallery .gallery-filter-search form div.is-active:after,
  .page-template-page-hub .gallery-filter-search form div.is-active:after {
    display: none;
  }
}
.page-template-page-inspiration-gallery .gallery-filter-search .gallery-suggested-tags ul .search-li, .page-template-page-hub .gallery-filter-search .gallery-suggested-tags ul .search-li {
  align-items: center;
  display: none;
  justify-content: center;
}
.page-template-page-inspiration-gallery .gallery-filter-search .gallery-suggested-tags ul .search-li form, .page-template-page-hub .gallery-filter-search .gallery-suggested-tags ul .search-li form {
  margin: 0;
  position: relative;
  top: 0;
}
@media (max-width: 768px) {
  .page-template-page-inspiration-gallery .gallery-filter-search .gallery-suggested-tags ul:not(.no-click) .search-li, .page-template-page-hub .gallery-filter-search .gallery-suggested-tags ul:not(.no-click) .search-li {
    display: flex;
  }
}
.page-template-page-inspiration-gallery .gallery-filter-search form, .page-template-page-hub .gallery-filter-search form {
  margin: 0 0 0 auto;
  position: relative;
  width: 240px;
}
.page-template-page-inspiration-gallery .gallery-filter-search form.error input, .page-template-page-hub .gallery-filter-search form.error input {
  border-bottom: solid 1px #bf0029 !important;
}
.page-template-page-inspiration-gallery .gallery-filter-search form div, .page-template-page-hub .gallery-filter-search form div {
  display: flex;
  height: 72px;
  align-items: center;
}
.page-template-page-inspiration-gallery .gallery-filter-search form input[type=text], .page-template-page-hub .gallery-filter-search form input[type=text] {
  background-color: #ffffff;
  color: #001e60;
  font-size: 16px;
  padding: 0 36px 0 12px;
  transition: background 0.4s, border 0.4s, color 0.4s;
  background-image: url(../svg/icon--search.svg);
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  background-size: 20px;
  border-bottom: 1px solid transparent;
  height: 44px;
  line-height: 43px;
  width: 240px;
}
.page-template-page-inspiration-gallery .gallery-filter-search form input[type=text]::placeholder, .page-template-page-hub .gallery-filter-search form input[type=text]::placeholder {
  color: #001e60;
}
.page-template-page-inspiration-gallery .gallery-filter-search form input[type=text]:active, .page-template-page-hub .gallery-filter-search form input[type=text]:active, .page-template-page-inspiration-gallery .gallery-filter-search form input[type=text]:focus, .page-template-page-hub .gallery-filter-search form input[type=text]:focus, .page-template-page-inspiration-gallery .gallery-filter-search form input[type=text]:hover, .page-template-page-hub .gallery-filter-search form input[type=text]:hover {
  background-color: #f2f3f4;
  color: #001e60;
  border-bottom: 1px solid #515762;
}
.page-template-page-inspiration-gallery .gallery-filter-search form button, .page-template-page-hub .gallery-filter-search form button {
  appearance: none;
  background: none;
  border: 0;
  bottom: 0;
  cursor: pointer;
  min-width: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  z-index: 2;
}
.page-template-page-inspiration-gallery .no-results, .page-template-page-hub .no-results {
  min-height: 100px;
}
.page-template-page-inspiration-gallery .no-results h1, .page-template-page-hub .no-results h1 {
  font-size: 24px;
}
.page-template-page-inspiration-gallery .nav--load-more, .page-template-page-hub .nav--load-more {
  border-top: none;
  padding-top: 96px;
}
.page-template-page-inspiration-gallery .entry-byline, .page-template-page-hub .entry-byline {
  margin: 8px 0 0 0;
  position: relative;
  text-align: center;
}
.page-template-page-inspiration-gallery .entry-byline:first-child, .page-template-page-hub .entry-byline:first-child {
  margin-top: 0;
}
.page-template-page-inspiration-gallery .entry-byline:before, .page-template-page-hub .entry-byline:before {
  background: #e2e2e2;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.page-template-page-inspiration-gallery .entry-byline span, .page-template-page-hub .entry-byline span {
  background-color: #ffffff;
  padding: 0 8px 0 8px;
  display: inline-block;
  position: relative;
  z-index: 10;
}
.page-template-page-inspiration-gallery .fancybox img, .page-template-page-hub .fancybox img {
  height: 100%;
  width: 100%;
}
.page-template-page-inspiration-gallery .fancybox-inner, .page-template-page-hub .fancybox-inner {
  overflow: hidden !important;
}
.page-template-page-inspiration-gallery .fancybox-skin, .page-template-page-hub .fancybox-skin {
  background-color: #ffffff;
  padding: 36px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.page-template-page-inspiration-gallery .fancybox-skin .fancybox-close, .page-template-page-hub .fancybox-skin .fancybox-close {
  top: 36px;
  right: 36px;
  background-size: auto;
  background-image: url(../svg/icon--close.svg);
  background-repeat: no-repeat;
}
.page-template-page-inspiration-gallery .fancybox-overlay, .page-template-page-hub .fancybox-overlay {
  background: rgba(255, 255, 255, 0.5);
}
.page-template-page-inspiration-gallery .fancybox-content, .page-template-page-hub .fancybox-content {
  display: none;
}
.page-template-page-inspiration-gallery .fancybox-content .row, .page-template-page-hub .fancybox-content .row {
  margin: 0 auto;
}
.page-template-page-inspiration-gallery .fancybox-content .row [class*=col-] .row [class*=col-], .page-template-page-hub .fancybox-content .row [class*=col-] .row [class*=col-] {
  padding: 0;
}
.page-template-page-inspiration-gallery .fancybox-content .share-this-content, .page-template-page-hub .fancybox-content .share-this-content {
  text-align: center;
  padding: 8px 0;
}
.page-template-page-inspiration-gallery .fancybox-content .share-this-content .share-this-kicker, .page-template-page-hub .fancybox-content .share-this-content .share-this-kicker {
  text-transform: uppercase;
  font-size: 14px;
}
.page-template-page-inspiration-gallery .fancybox-content .share-this-content a, .page-template-page-hub .fancybox-content .share-this-content a {
  text-decoration: none;
  margin-left: 15px;
}
.page-template-page-inspiration-gallery .fancybox-content .share-this-content svg, .page-template-page-hub .fancybox-content .share-this-content svg {
  display: inline-block;
  max-height: 22px;
  max-width: 22px;
  vertical-align: middle;
  fill: #515762;
}
.page-template-page-inspiration-gallery .fancybox-content .share-this-content svg:hover, .page-template-page-hub .fancybox-content .share-this-content svg:hover {
  fill: #001E60;
}
.page-template-page-inspiration-gallery .fancybox-content .post-meta-content, .page-template-page-hub .fancybox-content .post-meta-content {
  margin-top: 80px;
  overflow: hidden;
}
.page-template-page-inspiration-gallery .fancybox-content .post-meta-content .post-title, .page-template-page-hub .fancybox-content .post-meta-content .post-title {
  margin: 96px auto 96px auto;
}
.page-template-page-inspiration-gallery .fancybox-content .post-meta-content .post-title:first-child, .page-template-page-hub .fancybox-content .post-meta-content .post-title:first-child {
  margin-top: 0;
}
.page-template-page-inspiration-gallery .fancybox-content .post-meta-content .post-title:last-child, .page-template-page-hub .fancybox-content .post-meta-content .post-title:last-child {
  margin-bottom: 0;
}
.page-template-page-inspiration-gallery .fancybox-content .post-meta-content .post-title p, .page-template-page-hub .fancybox-content .post-meta-content .post-title p {
  text-align: center;
  text-transform: lowercase;
}
.page-template-page-inspiration-gallery .fancybox-content .post-meta-content .related-posts, .page-template-page-hub .fancybox-content .post-meta-content .related-posts {
  margin: auto auto 96px auto;
}
.page-template-page-inspiration-gallery .fancybox-content .post-meta-content .related-posts:first-child, .page-template-page-hub .fancybox-content .post-meta-content .related-posts:first-child {
  margin-top: 0;
}
.page-template-page-inspiration-gallery .fancybox-content .post-meta-content .related-posts:last-child, .page-template-page-hub .fancybox-content .post-meta-content .related-posts:last-child {
  margin-bottom: 0;
}
.page-template-page-inspiration-gallery .fancybox-content .post-meta-content .related-posts .title, .page-template-page-hub .fancybox-content .post-meta-content .related-posts .title {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
}
.page-template-page-inspiration-gallery .fancybox-content .post-meta-content .related-posts .title p, .page-template-page-hub .fancybox-content .post-meta-content .related-posts .title p {
  text-transform: lowercase;
}
.page-template-page-inspiration-gallery .fancybox-content .post-meta-content .related-posts .title p:before, .page-template-page-hub .fancybox-content .post-meta-content .related-posts .title p:before {
  right: 100%;
  margin-right: 15px;
}
.page-template-page-inspiration-gallery .fancybox-content .post-meta-content .related-posts .title p:after, .page-template-page-hub .fancybox-content .post-meta-content .related-posts .title p:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #bfbfbf;
  top: 50%;
  width: 100%;
  margin-left: 20px;
}
.page-template-page-inspiration-gallery .fancybox-content .post-meta-content .related-posts .single-related-post, .page-template-page-hub .fancybox-content .post-meta-content .related-posts .single-related-post {
  border-bottom: 1px solid #bfbfbf;
  font-size: 14px;
  padding: 40px 0 40px 0;
}
.page-template-page-inspiration-gallery .fancybox-content .post-meta-content .related-posts .single-related-post h5, .page-template-page-hub .fancybox-content .post-meta-content .related-posts .single-related-post h5 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.page-template-page-inspiration-gallery .fancybox-content .post-meta-content .related-posts .single-related-post a, .page-template-page-hub .fancybox-content .post-meta-content .related-posts .single-related-post a {
  font-size: 16px;
  font-weight: bold;
}
.page-template-page-inspiration-gallery .fancybox-socials, .page-template-page-hub .fancybox-socials {
  padding: 20px 0;
}
.page-template-page-inspiration-gallery .fancybox-sidebar, .page-template-page-hub .fancybox-sidebar {
  float: right;
}
.page-template-page-inspiration-gallery .open .up-arrow, .page-template-page-hub .open .up-arrow {
  position: relative;
}
.page-template-page-inspiration-gallery .open .up-arrow:before, .page-template-page-hub .open .up-arrow:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 100%;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ffffff;
  z-index: 10;
  top: -20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-inspiration-gallery .show-small, .page-template-page-hub .show-small {
  display: none;
}
@media (max-width: 768px) {
  .page-template-page-inspiration-gallery #gallery, .page-template-page-hub #gallery {
    margin-top: 2em;
  }
  .page-template-page-inspiration-gallery .gallery-filter-search, .page-template-page-hub .gallery-filter-search {
    height: 74px;
    margin-bottom: 68px;
  }
  .page-template-page-inspiration-gallery .gallery-filter-search .gallery-suggested-tags, .page-template-page-hub .gallery-filter-search .gallery-suggested-tags {
    height: 72px;
    position: relative;
    width: 100%;
  }
  .page-template-page-inspiration-gallery .gallery-filter-search .gallery-suggested-tags ul, .page-template-page-hub .gallery-filter-search .gallery-suggested-tags ul {
    background-color: #ffffff;
    z-index: 10000;
    min-height: 72px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-template-page-inspiration-gallery .gallery-filter-search .gallery-suggested-tags ul li, .page-template-page-hub .gallery-filter-search .gallery-suggested-tags ul li {
    margin: 0;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: block;
    border-bottom: solid 1px #e7e8e9;
  }
  .page-template-page-inspiration-gallery .gallery-filter-search .gallery-suggested-tags ul.no-click li, .page-template-page-hub .gallery-filter-search .gallery-suggested-tags ul.no-click li {
    display: none;
    border-bottom: 0;
  }
  .page-template-page-inspiration-gallery .gallery-filter-search .gallery-suggested-tags ul.no-click li.is-active, .page-template-page-hub .gallery-filter-search .gallery-suggested-tags ul.no-click li.is-active {
    display: inline-block;
  }
  .page-template-page-inspiration-gallery .gallery-filter-search .gallery-suggested-tags ul.no-click li.is-active a, .page-template-page-hub .gallery-filter-search .gallery-suggested-tags ul.no-click li.is-active a {
    position: relative;
  }
  .page-template-page-inspiration-gallery .gallery-filter-search .gallery-suggested-tags ul.no-click li.is-active a:after, .page-template-page-hub .gallery-filter-search .gallery-suggested-tags ul.no-click li.is-active a:after {
    content: "▾";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10%;
    float: right;
    left: auto;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 0;
  }
  .page-template-page-inspiration-gallery .gallery-filter-search .gallery-suggested-tags ul li.is-active a:before, .page-template-page-hub .gallery-filter-search .gallery-suggested-tags ul li.is-active a:before, .page-template-page-inspiration-gallery .gallery-filter-search .gallery-suggested-tags ul li.is-active a:after, .page-template-page-hub .gallery-filter-search .gallery-suggested-tags ul li.is-active a:after {
    display: none;
  }
  .page-template-page-inspiration-gallery .gallery-filter-search .gallery-suggested-tags ul.has-search li:first-child, .page-template-page-hub .gallery-filter-search .gallery-suggested-tags ul.has-search li:first-child {
    display: inline-block;
  }
  .page-template-page-inspiration-gallery .gallery-filter-search .gallery-suggested-tags ul.has-search.is-active li:first-child:not(.is-active), .page-template-page-hub .gallery-filter-search .gallery-suggested-tags ul.has-search.is-active li:first-child:not(.is-active) {
    display: none;
  }
  .page-template-page-inspiration-gallery .gallery-filter-search form, .page-template-page-hub .gallery-filter-search form {
    height: 44px;
    position: absolute;
    right: 0;
    top: 96px;
  }
  .page-template-page-inspiration-gallery .gallery-filter-search form div, .page-template-page-hub .gallery-filter-search form div {
    height: 44px;
  }
  .page-template-page-inspiration-gallery .gallery-filter-search form input[type=text], .page-template-page-hub .gallery-filter-search form input[type=text] {
    background-color: #f2f3f4;
    color: #001e60;
    border-bottom: 1px solid #515762;
  }
}

.single .modular_content [class^=col-], body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .modular_content [class^=col-],
.single .modular_content [class*=" col-"],
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .modular_content [class*=" col-"] {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  margin-bottom: 8px;
}
.single .modular_content .cta, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .modular_content .cta,
.single .modular_content .entry-header,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .modular_content .entry-header {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.single .modular_content .cta > div, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .modular_content .cta > div,
.single .modular_content .entry-header > div,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .modular_content .entry-header > div {
  height: auto;
  top: 8px;
  transform: translateY(0);
  overflow: visible !important;
}
.single .modular_content .cta .entry-title, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .modular_content .cta .entry-title,
.single .modular_content .entry-header .entry-title,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .modular_content .entry-header .entry-title {
  border: 0;
  text-transform: none;
}
.single .modular_content .cta .entry-title a, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .modular_content .cta .entry-title a,
.single .modular_content .entry-header .entry-title a,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .modular_content .entry-header .entry-title a {
  font-size: 16px;
}
.single .modular_content .entry-thumbnail, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .modular_content .entry-thumbnail {
  margin-bottom: 0;
}
.single .modular_content .entry-thumbnail:before, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .modular_content .entry-thumbnail:before {
  padding-bottom: 100%;
}
.single .modular_content .content-excerpt--sf_ask_a_stylist .entry-header, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .modular_content .content-excerpt--sf_ask_a_stylist .entry-header {
  padding-top: 0;
}
.single .modular_content .content-excerpt--sf_ask_a_stylist .entry-title span, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .modular_content .content-excerpt--sf_ask_a_stylist .entry-title span {
  font-size: 20px;
}

.nav--load-more {
  padding: 0 0 40px 0;
  box-sizing: content-box;
  text-align: center;
  margin: auto;
}
.nav--load-more a {
  transition: border 0.4s, color 0.4s;
  border: 1px solid #e0e1e1;
  border-radius: 30px;
  color: #e0e1e1;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 60px;
  line-height: 14px;
  margin: 0 auto;
  position: relative;
  text-transform: uppercase;
  width: 60px;
}
.nav--load-more a span {
  background-color: #ffffff;
  transition: opacity 0.4s;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.nav--load-more a:active, .nav--load-more a:hover {
  border-color: #86C8BC;
  color: #86C8BC;
}
.nav--load-more a.loading {
  transition: color 0.4s;
  background: url(../gif/icon--loading-logomark.gif) no-repeat center;
  background-size: 60px;
  border-color: transparent;
  color: transparent;
}
.nav--load-more a.loading span {
  opacity: 0;
}
.nav--load-more a.loading:before, .nav--load-more a.loading:after {
  border: 1px solid #c3e4de;
}
.nav--load-more a:before, .nav--load-more a:after {
  border: 1px solid #d9d9d9;
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  width: 550%;
}
.nav--load-more a:before {
  left: -750%;
}
@media (max-width: 768px) {
  .nav--load-more a:before {
    left: -675%;
  }
}
.nav--load-more a:after {
  right: -750%;
}
@media (max-width: 768px) {
  .nav--load-more a:after {
    right: -675%;
  }
}

@media (max-width: 375px) {
  .nav--load-more a:before, .nav--load-more a:after {
    display: none;
  }
}
#backload_end {
  display: block;
  width: 100%;
  clear: both;
  border: 0;
  background: transparent;
  height: 1px;
}

.load-more-error {
  display: block;
  width: 90%;
  clear: both;
  text-align: center;
  margin: 0 auto 36px auto;
  color: #bf0029;
}

@media (max-width: 768px) {
  .nav--mobile--is-ready .Header,
  .nav--mobile--is-ready .Page {
    transition: left 0.4s;
  }
  .nav--mobile--is-ready #nav--primary ul li {
    border: 0;
    display: block;
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .nav--mobile--is-ready #nav--primary .menu-toggle--close,
  .nav--mobile--is-ready #nav--primary ul li a,
  .nav--mobile--is-ready .Header #search {
    padding: 0 24px 0 24px;
    border: solid #d9d9d9 !important;
    border-width: 0 0 2px !important;
    color: #515762 !important;
    display: block;
    font-weight: bold;
    font-size: 13px;
    height: 82px;
    line-height: 80px;
    margin: 0;
    text-align: center;
    width: 218px;
    z-index: 10;
  }
  .nav--mobile--is-ready #nav--primary .menu-toggle--close {
    transition: color 0.4s, transform 0.4s;
    color: #515762;
    font-size: 12px;
    font-weight: 500;
    padding-right: 52px;
    position: fixed;
    right: 0;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    transform: translateX(220px);
    width: 218px;
  }
  .nav--mobile--is-ready #nav--primary .menu-toggle--close:active, .nav--mobile--is-ready #nav--primary .menu-toggle--close:hover {
    color: #515762;
  }
  .nav--mobile--is-ready #nav--primary .menu-toggle--close:after, .nav--mobile--is-ready #nav--primary .menu-toggle--close:before {
    transition: background 0.4s;
    background: #25282d;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 24px;
    top: calc(50% - 1px);
    width: 20px;
  }
  .nav--mobile--is-ready #nav--primary .menu-toggle--close:after {
    transform: rotate(-45deg);
  }
  .nav--mobile--is-ready #nav--primary .menu-toggle--close:before {
    transform: rotate(45deg);
  }
  .nav--mobile--is-ready #nav--primary ul {
    transition: transform 0.4s;
    background: #e7e8e9;
    border-left: 2px solid #d9d9d9;
    bottom: 0;
    display: block !important;
    overflow: auto;
    padding-top: 164px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(220px);
    width: 220px;
    z-index: 5;
  }
  .nav--mobile--is-ready #nav--primary .show-on-mobile {
    display: block;
  }
  .nav--mobile--is-ready #nav--primary .stitchfix-home {
    background: #d9d9d9;
  }
  .nav--mobile--is-ready .Header #search {
    background-color: #ffffff;
    transition: transform 0.4s;
    display: block;
    position: fixed;
    right: 0;
    top: 82px;
    transform: translateX(220px);
    width: 218px;
  }
  .nav--mobile--is-ready .Header #search input {
    border: 0;
    display: block;
    font-size: 13px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 100%;
  }
  .nav--mobile--open .Header,
  .nav--mobile--open .Page {
    left: -220px;
  }
  .nav--mobile--open #nav--primary .menu-toggle--close {
    display: block;
  }
  .nav--mobile--open #nav--primary .menu-toggle--close,
  .nav--mobile--open #nav--primary ul,
  .nav--mobile--open .Header #search {
    transform: translateX(0);
  }
  .nav--mobile--open.admin-bar #nav--primary .menu-toggle--close,
  .nav--mobile--open.admin-bar #nav--primary ul,
  .nav--mobile--open.admin-bar .Header #search {
    margin-top: 32px;
  }
}
@media (max-width: 782px) {
  .nav--mobile--open.admin-bar #nav--primary .menu-toggle--close,
  .nav--mobile--open.admin-bar #nav--primary ul,
  .nav--mobile--open.admin-bar .Header #search {
    margin-top: 46px;
  }
}
@media (max-width: 629px) {
  .nav--mobile--is-ready #nav--primary .menu-toggle--close,
  .nav--mobile--is-ready #nav--primary ul li a,
  .nav--mobile--is-ready .Header #search {
    height: 62px;
    line-height: 60px;
  }
  .nav--mobile--is-ready .Header #search input {
    height: 60px;
    line-height: 60px;
  }
  .nav--mobile--is-ready #nav--primary .button--with-arrow:after {
    transform: translateY(23px);
  }
  .nav--mobile--is-ready #nav--primary ul {
    padding-top: 124px;
  }
  .nav--mobile--is-ready .Header #search {
    top: 62px;
  }
}
.page--404 {
  background: url(../jpg/bg--404.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page--404 .page-wrapper {
  max-width: 450px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.page--404 .page-wrapper:before, .page--404 .page-wrapper:after {
  content: "";
  display: inline-block;
  margin-left: -1px;
  padding-bottom: 33.33333%;
  vertical-align: middle;
  width: 1px;
}
.page--404 .page-wrapper .page-content .hr--thick-tr {
  margin: 0;
  padding: 0;
}
.page--404 .page-wrapper .page-content header {
  padding: 24px 0 24px 0;
  border-bottom: 2px solid #25282d;
}
.page--404 .page-wrapper .page-content .not-found {
  padding: 64px 0 64px 0;
}
.page--404 .page-wrapper .page-content .not-found h1 {
  text-transform: uppercase;
}
.page--404 .page-wrapper .page-content .not-found p {
  font-size: 20px;
}
.page--404 .notice {
  display: none;
}

.about-page .wrap .subhead h1 {
  font-size: 26px;
  text-align: center;
  padding: 40px 0 40px 0;
  border-bottom: 1px solid #515762;
  text-transform: capitalize;
}
.about-page .wrap .cta--schedule-a-fix {
  text-align: center;
}

.page--body {
  position: relative;
  z-index: 30;
}
.page--body.is-partial {
  margin-top: -30px;
}
.page--body.is-partial .Valprop--hub-ask-a-stylist {
  margin-top: 25px;
}
@media (min-width: 1121px) {
  .page--body.is-partial .Valprop--hub-ask-a-stylist {
    margin-top: 0;
  }
}

.page-template-page-hub h2.entry-title {
  font-weight: normal;
  font-size: 2.5625rem;
  line-height: 1.2;
}
.page-template-page-hub h2.entry-title + p {
  margin-bottom: 24px;
}
.page-template-page-hub .section--hub,
.page-template-page-hub [class^=section--hub-],
.page-template-page-hub [class*=" section--hub-"] {
  margin: 96px 0;
}
.page-template-page-hub .section--hub-custom {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-hub .section--hub-gallery .nav--load-more {
  padding-top: 40px;
  padding-bottom: 0;
}
.page-template-page-hub .section--hub-gallery .images {
  margin-top: 40px;
}
.page-template-page-hub .section--hub-ask-a-stylist h1,
.page-template-page-hub .section--hub-ask-a-stylist h2,
.page-template-page-hub .section--hub-ask-a-stylist h3,
.page-template-page-hub .section--hub-ask-a-stylist h4 {
  font-size: 18px;
  text-transform: uppercase;
}
.page-template-page-hub .section--hub-ask-a-stylist form {
  min-height: 350px;
}
.page-template-page-hub .section--hub-ask-a-stylist input,
.page-template-page-hub .section--hub-ask-a-stylist textarea,
.page-template-page-hub .section--hub-ask-a-stylist select,
.page-template-page-hub .section--hub-ask-a-stylist .wrap--fancy-file-input {
  border-width: 1px;
  border: solid 1px #e7e8e9 !important;
}
.page-template-page-hub .section--hub-ask-a-stylist .wrap--fancy-file-input .placeholder {
  text-indent: 25px;
}
.page-template-page-hub .section--hub-ask-a-stylist .wrap--fancy-file-input .placeholder:before {
  content: "";
  background: url(../svg/icon--camera.svg);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
}
.page-template-page-hub .section--hub-ask-a-stylist .input-subscribe label {
  font-size: 13px;
  line-height: 20px;
}
.page-template-page-hub .section--hub-ask-a-stylist .submit button {
  float: left;
  margin-left: 0;
}
.page-template-page-hub .section--hub-ask-a-stylist .submit-notice {
  padding-bottom: 0;
}
.page-template-page-hub .section--hub-ask-a-stylist .submit-notice p {
  font-size: 11px;
  line-height: 20px;
  margin-top: 10px;
  padding: 10px 0 0 0;
  border-top: solid 1px #8c8c8c;
}
.page-template-page-hub .cta--newsletter {
  margin-top: 0;
}

.page--title {
  background: #d9d9d9;
  border: solid #b3b3b3;
  border-width: 1px 0;
  padding-bottom: 64px;
  padding-top: 64px;
  text-align: center;
}
.page--title h1, .page--title p {
  margin: 0;
}

body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page article .entry-title {
  padding: 0 0 40px 0;
  border-bottom: 1px solid #e7e8e9;
}

.single .post--single-ask-a-stylist, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist {
  margin-top: 2px;
}
.single .post--single-ask-a-stylist .entry-thumbnail:before, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-thumbnail:before {
  padding-bottom: 50%;
}
.single .post--single-ask-a-stylist .entry-header, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-header {
  padding: 40px 0 0 0;
  margin-bottom: 64px;
  position: relative;
}
.single .post--single-ask-a-stylist .entry-header:before, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-header:before {
  background: #ffffff url(../svg/icon--ask-a-stylistc81e.svg) no-repeat center;
  background-size: 72px;
  border-radius: 40px;
  bottom: calc(1rem + 8px);
  content: "";
  display: block;
  height: 80px;
  left: 64px;
  position: absolute;
  width: 100px;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0;
}
.single .post--single-ask-a-stylist .entry-header .entry-title, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-header .entry-title {
  padding: 96px 0 96px 0;
  margin: 0 auto;
}
.single .post--single-ask-a-stylist .entry-header .entry-title .question, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-header .entry-title .question {
  font-size: 20px;
  font-variation-settings: "wght" 600;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  max-width: 720px;
  margin: 0 auto;
}
.single .post--single-ask-a-stylist .entry-header .entry-title .question:before, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-header .entry-title .question:before {
  color: #86C8BC;
  content: "Q:";
  padding-right: 0.25em;
}
.single .post--single-ask-a-stylist .entry-header .entry-title .attribution, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-header .entry-title .attribution {
  font-size: 20px;
}
.single .post--single-ask-a-stylist .entry-header .entry-title .attribution:before, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-header .entry-title .attribution:before {
  content: "—";
}
.single .post--single-ask-a-stylist .entry-header .entry-byline, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-header .entry-byline {
  background-color: #ffffff;
  display: block;
  margin-top: 24px;
  position: relative;
  z-index: 5;
}
.single .post--single-ask-a-stylist .entry-header .entry-byline:before, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-header .entry-byline:before {
  margin-top: 4px;
}
.single .post--single-ask-a-stylist .entry-content h1, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h1,
.single .post--single-ask-a-stylist .entry-content h2,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h2,
.single .post--single-ask-a-stylist .entry-content h3,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h3,
.single .post--single-ask-a-stylist .entry-content h4,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h4,
.single .post--single-ask-a-stylist .entry-content h5,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h5,
.single .post--single-ask-a-stylist .entry-content h6,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h6 {
  margin: 56px 0 16px 0;
}
.single .post--single-ask-a-stylist .entry-content h1:first-child, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h1:first-child,
.single .post--single-ask-a-stylist .entry-content h2:first-child,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h2:first-child,
.single .post--single-ask-a-stylist .entry-content h3:first-child,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h3:first-child,
.single .post--single-ask-a-stylist .entry-content h4:first-child,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h4:first-child,
.single .post--single-ask-a-stylist .entry-content h5:first-child,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h5:first-child,
.single .post--single-ask-a-stylist .entry-content h6:first-child,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h6:first-child {
  margin-top: 0;
}
.single .post--single-ask-a-stylist .entry-content h1:last-child, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h1:last-child,
.single .post--single-ask-a-stylist .entry-content h2:last-child,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h2:last-child,
.single .post--single-ask-a-stylist .entry-content h3:last-child,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h3:last-child,
.single .post--single-ask-a-stylist .entry-content h4:last-child,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h4:last-child,
.single .post--single-ask-a-stylist .entry-content h5:last-child,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h5:last-child,
.single .post--single-ask-a-stylist .entry-content h6:last-child,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h6:last-child {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .single .post--single-ask-a-stylist .entry-content h1, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h1,
  .single .post--single-ask-a-stylist .entry-content h2,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h2,
  .single .post--single-ask-a-stylist .entry-content h3,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h3,
  .single .post--single-ask-a-stylist .entry-content h4,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h4,
  .single .post--single-ask-a-stylist .entry-content h5,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h5,
  .single .post--single-ask-a-stylist .entry-content h6,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h6 {
    margin: 40px 0 16px 0;
  }
  .single .post--single-ask-a-stylist .entry-content h1:first-child, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h1:first-child,
  .single .post--single-ask-a-stylist .entry-content h2:first-child,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h2:first-child,
  .single .post--single-ask-a-stylist .entry-content h3:first-child,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h3:first-child,
  .single .post--single-ask-a-stylist .entry-content h4:first-child,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h4:first-child,
  .single .post--single-ask-a-stylist .entry-content h5:first-child,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h5:first-child,
  .single .post--single-ask-a-stylist .entry-content h6:first-child,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h6:first-child {
    margin-top: 0;
  }
  .single .post--single-ask-a-stylist .entry-content h1:last-child, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h1:last-child,
  .single .post--single-ask-a-stylist .entry-content h2:last-child,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h2:last-child,
  .single .post--single-ask-a-stylist .entry-content h3:last-child,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h3:last-child,
  .single .post--single-ask-a-stylist .entry-content h4:last-child,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h4:last-child,
  .single .post--single-ask-a-stylist .entry-content h5:last-child,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h5:last-child,
  .single .post--single-ask-a-stylist .entry-content h6:last-child,
  body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h6:last-child {
    margin-bottom: 0;
  }
}
.single .post--single-ask-a-stylist .entry-content h1 b, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h1 b,
.single .post--single-ask-a-stylist .entry-content h1 span,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h1 span,
.single .post--single-ask-a-stylist .entry-content h2 b,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h2 b,
.single .post--single-ask-a-stylist .entry-content h2 span,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h2 span,
.single .post--single-ask-a-stylist .entry-content h3 b,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h3 b,
.single .post--single-ask-a-stylist .entry-content h3 span,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h3 span,
.single .post--single-ask-a-stylist .entry-content h4 b,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h4 b,
.single .post--single-ask-a-stylist .entry-content h4 span,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h4 span,
.single .post--single-ask-a-stylist .entry-content h5 b,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h5 b,
.single .post--single-ask-a-stylist .entry-content h5 span,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h5 span,
.single .post--single-ask-a-stylist .entry-content h6 b,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h6 b,
.single .post--single-ask-a-stylist .entry-content h6 span,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h6 span {
  font-weight: inherit !important;
}
.single .post--single-ask-a-stylist .entry-content h1, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h1,
.single .post--single-ask-a-stylist .entry-content h2,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h2,
.single .post--single-ask-a-stylist .entry-content h3,
body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content h3 {
  font-size: 20px;
  font-variation-settings: "wght" 600;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
.single .post--single-ask-a-stylist .entry-content > p:nth-child(1):before, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-content > p:nth-child(1):before {
  content: "A: ";
  display: inline-block;
  font-weight: bold;
  margin-right: 0.25em;
}

@media (max-width: 375px) {
  .single .post--single-ask-a-stylist .entry-header:before, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .post--single-ask-a-stylist .entry-header:before {
    left: 8px;
  }
}
.post-type-archive-sf_ask_a_stylist .nav--load-more {
  margin-bottom: 15px;
}
.post-type-archive-sf_ask_a_stylist .submit-success {
  max-width: 400px;
}
.post-type-archive-sf_ask_a_stylist:before {
  left: -10000px;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  z-index: -1;
  color: #ffffff;
}
@media (max-width: 375px) {
  .post-type-archive-sf_ask_a_stylist:before {
    content: "tag-mobile";
  }
}
.post-type-archive-sf_ask_a_stylist .archive-list {
  margin-bottom: 40px;
}
.post-type-archive-sf_ask_a_stylist .content-excerpt, .post-type-archive-sf_ask_a_stylist .content-excerpt--sf_promo {
  background: #ffffff !important;
  border-bottom: none !important;
}
.post-type-archive-sf_ask_a_stylist .content-excerpt .entry-header-wrap:before, .post-type-archive-sf_ask_a_stylist .content-excerpt--sf_promo .entry-header-wrap:before,
.post-type-archive-sf_ask_a_stylist .content-excerpt .entry-header-wrap:after,
.post-type-archive-sf_ask_a_stylist .content-excerpt--sf_promo .entry-header-wrap:after {
  display: none;
}
.post-type-archive-sf_ask_a_stylist .content-excerpt--sf_ask_a_stylist {
  background: #ffffff !important;
  border-bottom: none !important;
}
.post-type-archive-sf_ask_a_stylist .content-excerpt--sf_ask_a_stylist:before {
  display: none;
}
.post-type-archive-sf_ask_a_stylist .content-excerpt--sf_ask_a_stylist .entry-header:after {
  display: none;
}
.post-type-archive-sf_ask_a_stylist .content-excerpt--sf_ask_a_stylist .entry-title span:before {
  display: none;
}
.post-type-archive-sf_ask_a_stylist .no-results {
  min-height: 100px;
}
.post-type-archive-sf_ask_a_stylist .no-results h1 {
  font-size: 24px;
}

.aas-filter-search {
  border-top: solid 1px #e7e8e9;
  border-bottom: solid 1px #e7e8e9;
  align-items: center;
  display: flex;
  width: 100%;
  clear: both;
  margin-bottom: 40px;
  position: relative;
}
.aas-filter-search .aas-suggested-tags ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.aas-filter-search .aas-suggested-tags ul li {
  margin: 0 12px 0 12px;
  display: inline-block;
  height: 72px;
  text-transform: uppercase;
  line-height: 96px;
  position: relative;
}
.aas-filter-search .aas-suggested-tags ul li a {
  color: #001E60;
  font-size: 16px;
  font-variation-settings: "wght" 600;
  font-weight: 600;
  display: block;
  line-height: 72px;
  text-decoration: none;
}
.aas-filter-search .aas-suggested-tags ul li a:is(:active, :focus, :hover) {
  text-decoration: underline;
}
.aas-filter-search .aas-suggested-tags ul li a.is-active:before, .aas-filter-search .aas-suggested-tags ul li a.is-active:after,
.aas-filter-search form div.is-active:before,
.aas-filter-search form div.is-active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: calc(50% - 16px);
}
.aas-filter-search .aas-suggested-tags ul li a.is-active:before,
.aas-filter-search form div.is-active:before {
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #e7e8e9;
  margin-bottom: -15.2px;
}
.aas-filter-search .aas-suggested-tags ul li a.is-active:after,
.aas-filter-search form div.is-active:after {
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #ffffff;
  margin-bottom: -14.4px;
}
@media (max-width: 799px) {
  .aas-filter-search .aas-suggested-tags ul li a.is-active:before, .aas-filter-search .aas-suggested-tags ul li a.is-active:after,
  .aas-filter-search form div.is-active:before,
  .aas-filter-search form div.is-active:after {
    display: none;
  }
}
.aas-filter-search .aas-suggested-tags ul .search-li {
  align-items: center;
  display: none;
  justify-content: center;
}
.aas-filter-search .aas-suggested-tags ul .search-li form {
  margin: 0;
  position: relative;
  top: 0;
}
@media (max-width: 768px) {
  .aas-filter-search .aas-suggested-tags ul:not(.no-click) .search-li {
    display: flex;
  }
}
.aas-filter-search form {
  margin: 0 0 0 auto;
  position: relative;
  width: 240px;
}
.aas-filter-search form.error input {
  border-bottom: solid 1px #bf0029 !important;
}
.aas-filter-search form div {
  display: flex;
  height: 72px;
  align-items: center;
}
.aas-filter-search form input,
.aas-filter-search form button {
  min-width: 0;
  float: left;
}
.aas-filter-search form input[type=text] {
  background-color: #ffffff;
  color: #001e60;
  font-size: 16px;
  padding: 0 36px 0 12px;
  transition: background 0.4s, border 0.4s, color 0.4s;
  background-image: url(../svg/icon--search.svg);
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  background-size: 20px;
  border-bottom: 1px solid transparent;
  height: 44px;
  line-height: 43px;
  width: 240px;
}
.aas-filter-search form input[type=text]::placeholder {
  color: #001e60;
}
.aas-filter-search form input[type=text]:focus {
  background-color: #f2f3f4;
  border-color: #515762;
}
.aas-filter-search form input[type=text]:active, .aas-filter-search form input[type=text]:focus, .aas-filter-search form input[type=text]:hover {
  background-color: #f2f3f4;
  color: #001e60;
  border-bottom: 1px solid #515762;
}
.aas-filter-search form button {
  appearance: none;
  background: none;
  border: 0;
  bottom: 0;
  cursor: pointer;
  min-width: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  z-index: 2;
}

@media (max-width: 768px) {
  .post-type-archive-sf_ask_a_stylist .section--with-sidebar .section--title {
    border: 0;
  }
}
@media (max-width: 768px) {
  .post-type-archive-sf_ask_a_stylist .page--body > .wrap {
    margin-top: 24px;
    top: 200px;
    padding-bottom: 200px;
    padding-left: 0;
    padding-right: 0;
  }
  .post-type-archive-sf_ask_a_stylist.mobile-valprop .page--body > .wrap {
    top: 0;
    padding-bottom: 0;
  }
  .post-type-archive-sf_ask_a_stylist .section--primary {
    clear: both;
    padding-top: 40px;
  }
  .post-type-archive-sf_ask_a_stylist .content-excerpt .entry-thumbnail, .post-type-archive-sf_ask_a_stylist .content-excerpt--sf_promo .entry-thumbnail {
    border-left: solid 1px #d9d9d9 !important;
    border-right: solid 1px #d9d9d9 !important;
    border-bottom: 4px solid #d9d9d9 !important;
  }
  .post-type-archive-sf_ask_a_stylist .content-excerpt .entry-header-wrap > div:before, .post-type-archive-sf_ask_a_stylist .content-excerpt--sf_promo .entry-header-wrap > div:before, .post-type-archive-sf_ask_a_stylist .content-excerpt .entry-header-wrap > div:after, .post-type-archive-sf_ask_a_stylist .content-excerpt--sf_promo .entry-header-wrap > div:after {
    display: none;
  }
  .post-type-archive-sf_ask_a_stylist .content-excerpt--sf_ask_a_stylist .entry-header {
    border-left: solid 1px #d9d9d9 !important;
    border-right: solid 1px #d9d9d9 !important;
  }
  .post-type-archive-sf_ask_a_stylist .content-excerpt--sf_ask_a_stylist .entry-header .entry-title:before, .post-type-archive-sf_ask_a_stylist .content-excerpt--sf_ask_a_stylist .entry-header .entry-title:after {
    background: no-repeat;
    background-size: auto 18px;
    color: #e8e4e1;
    content: "";
    display: block;
    height: 28px;
    left: 50%;
    line-height: 22px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 32px;
  }
  .post-type-archive-sf_ask_a_stylist .content-excerpt--sf_ask_a_stylist .entry-header .entry-title:before {
    background-image: url(../svg/icon--quote-open.svg);
    background-position: center top;
    border-bottom: 2px solid #d9d9d9;
    top: 0;
  }
  .post-type-archive-sf_ask_a_stylist .content-excerpt--sf_ask_a_stylist .entry-header .entry-title:after {
    background-image: url(../svg/icon--quote-close.svg);
    background-position: center bottom;
    border-top: 2px solid #d9d9d9;
    bottom: 0;
  }
  .post-type-archive-sf_ask_a_stylist .content-excerpt--sf_ask_a_stylist .cta {
    border-top: 4px solid #d9d9d9;
  }
  .aas-filter-search {
    height: 74px;
    margin-bottom: 68px;
  }
  .aas-filter-search .aas-suggested-tags {
    height: 72px;
    position: relative;
    width: 100%;
  }
  .aas-filter-search .aas-suggested-tags ul {
    background-color: #ffffff;
    z-index: 10000;
    min-height: 72px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .aas-filter-search .aas-suggested-tags ul li {
    margin: 0;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: block;
    border-bottom: solid 1px #e7e8e9;
  }
  .aas-filter-search .aas-suggested-tags ul.no-click li {
    display: none;
    border-bottom: 0;
  }
  .aas-filter-search .aas-suggested-tags ul.no-click li.is-active {
    display: inline-block;
  }
  .aas-filter-search .aas-suggested-tags ul.no-click li.is-active a {
    position: relative;
  }
  .aas-filter-search .aas-suggested-tags ul.no-click li.is-active a:after {
    content: "▾";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10%;
    float: right;
    left: auto;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 0;
  }
  .aas-filter-search .aas-suggested-tags ul li.is-active a:before, .aas-filter-search .aas-suggested-tags ul li.is-active a:after {
    display: none;
  }
  .aas-filter-search .aas-suggested-tags ul.has-search li:first-child {
    display: inline-block;
  }
  .aas-filter-search .aas-suggested-tags ul.has-search.is-active li:first-child:not(.is-active) {
    display: none;
  }
  .aas-filter-search form {
    height: 44px;
    position: absolute;
    right: 0;
    top: 96px;
  }
  .aas-filter-search form div {
    height: 44px;
  }
  .aas-filter-search form input[type=text] {
    background-color: #f2f3f4;
    color: #001e60;
    border-bottom: 1px solid #515762;
  }
}
@media (max-width: 375px) {
  .post-type-archive-sf_ask_a_stylist #posts_container {
    margin-bottom: 0;
    margin-top: 0;
  }
  .post-type-archive-sf_ask_a_stylist #posts_container .col, .post-type-archive-sf_ask_a_stylist #posts_container .content-excerpt--archive .thumbnail, .content-excerpt--archive .post-type-archive-sf_ask_a_stylist #posts_container .thumbnail, .post-type-archive-sf_ask_a_stylist #posts_container .content-excerpt--archive .entry, .content-excerpt--archive .post-type-archive-sf_ask_a_stylist #posts_container .entry {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 375px) {
  .search .page--body .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.section--inspiration-gallery,
[class^=section--inspiration-gallery-],
[class*=" section--inspiration-gallery-"] {
  padding: 24px 0;
}

.section--inspiration-gallery {
  margin-bottom: -50px;
}
.section--inspiration-gallery-intro {
  font-size: 20px;
}

/**
 * Because the inspiration gallery seo content uses a 4 colun grid (not 3 column like the rest of the site) some
 * elements need to be adjusted to allow for more room and smaller spacing, selective overrides for desktop below
 */
@media (min-width: 1025px) {
  .section--inspiration-gallery-intro {
    font-size: 20px;
  }
  .section--inspiration-gallery article:not(.content-excerpt--sf_ask_a_stylist) .entry-header:before {
    padding-bottom: 60%;
  }
  .section--inspiration-gallery article.content-excerpt--sf_ask_a_stylist .entry-title span {
    font-size: 20px;
    line-height: 1.25rem;
  }
  .section--inspiration-gallery article.content-excerpt--sf_ask_a_stylist .cta:before {
    padding-bottom: 50%;
  }
}
.section--primary {
  min-height: 700px;
}

@media (max-width: 375px) {
  .section--primary .section--title {
    background: #e7e8e9;
    border-bottom: 2px solid #d9d9d9;
    margin-left: -12px;
    margin-right: -12px;
  }
}
.section--recommended-posts {
  border: solid #b3b3b3;
  border-width: 1px 0;
  height: 300px;
}

.section--with-sidebar .main {
  width: 66.6666666667%;
}
@media (max-width: 768px) {
  .section--with-sidebar .main {
    width: 100%;
  }
}
.section--with-sidebar .sidebar {
  width: 33.3333333333%;
  display: flex;
  padding-top: 68px;
}
@media (max-width: 768px) {
  .section--with-sidebar .sidebar {
    width: 100%;
  }
}
.section--with-sidebar .widget {
  width: 100%;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
}
@media (max-width: 768px) {
  .section--with-sidebar .widget {
    width: 50%;
  }
}
@media (max-width: 375px) {
  .section--with-sidebar .widget {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .section--with-sidebar .main {
    padding-bottom: 0;
  }
  .section--with-sidebar .sidebar {
    padding-top: 0;
  }
  .section--with-sidebar .widget {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 375px) {
  .section--with-sidebar .main, .section--with-sidebar .widget {
    padding-left: 0;
    padding-right: 0;
  }
  .section--with-sidebar .section--title {
    border: solid #d9d9d9;
    border-width: 2px 0;
  }
}
.search .swiftype-widget .autocomplete {
  display: block;
  margin: 0 0 64px 0;
}
.search .swiftype-widget .autocomplete:last-child {
  margin-bottom: 0;
}

.swiftype-widget .autocomplete {
  border-radius: 0 !important;
}
.swiftype-widget .autocomplete ul li.active {
  border-color: #86C8BC !important;
  background: #86C8BC !important;
  box-shadow: 0 1px 0 #86C8BC inset;
  -webkit-box-shadow: 0 1px 0 #86C8BC inset;
  -moz-box-shadow: 0 1px 0 #86C8BC inset;
}
.swiftype-widget .autocomplete ul li.active .title {
  color: #ffffff !important;
}
.swiftype-widget .autocomplete ul li .title {
  color: #86C8BC !important;
}

/** Sizes **/
/** Colors **/
.ui-toggle {
  position: relative;
  width: 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border: solid 1px #677c89;
  border-radius: 15px;
}
.ui-toggle-checkbox {
  display: none;
}
.ui-toggle-checkbox:checked + .ui-toggle-label .ui-toggle-inner {
  margin-left: 0;
}
.ui-toggle-checkbox:checked + .ui-toggle-label .ui-toggle-switch {
  right: 0px;
}
.ui-toggle-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 15px;
}
.ui-toggle-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.ui-toggle-inner:before, .ui-toggle-inner:after {
  color: #ffffff;
  display: block;
  float: left;
  width: 50%;
  height: 25px;
  padding: 0;
  line-height: 25px;
  font-size: 12.5px;
  box-sizing: border-box;
}
.ui-toggle-inner:before {
  content: attr(data-before-text);
  padding-left: 10px;
  background-color: #f9f7f2;
  color: #677c89;
}
.ui-toggle-inner:after {
  content: attr(data-after-text);
  padding-right: 10px;
  background-color: #f9f7f2;
  color: #677c89;
  text-align: right;
}
.ui-toggle-switch {
  display: block;
  width: 15px;
  height: 15px;
  margin: 4.999999995px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 72.5px;
  background-color: #677c89;
  border: solid 1px #677c89;
  border-radius: 15px;
  transition: all 0.3s ease-in 0s;
}

.widget {
  margin: 8px 0 8px 0;
}
.widget:first-child {
  margin-top: 0;
}
.widget:last-child {
  margin-bottom: 0;
}

.AppStoreCta {
  margin: 0 0 32px 0;
  display: block;
  height: 40px;
  width: 134px;
}
.AppStoreCta:last-child {
  margin-bottom: 0;
}
.AppStoreCta img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  width: 100%;
}

.Byline {
  margin: 40px auto 40px auto;
  padding: 12px 0 12px 0;
  font-style: normal;
  line-height: 17px;
  position: relative;
  border-top: 2px solid #e7e8e9;
  border-bottom: 2px solid #e7e8e9;
  text-align: center;
}
.Byline:first-child {
  margin-top: 0;
}
.Byline:last-child {
  margin-bottom: 0;
}
.Byline img {
  display: none !important;
}
.Byline .post-date {
  text-transform: uppercase;
  margin: 15px 0 8px;
}
.Byline .post-author {
  margin: 20px 0;
  display: inline-block;
}
.Byline .author-avatar {
  width: 70px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.Byline .author-avatar img {
  border-radius: 50%;
}
.Byline .author-meta {
  display: inline-block;
}

.single .Contextly-block, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block {
  max-width: 700px;
  margin: 0 auto;
}
.single .Contextly-block .ctx-clearfix:before, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-clearfix:before, .single .Contextly-block .ctx-clearfix:after, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-clearfix:after {
  content: none !important;
}
.single .Contextly-block.max-width, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block.max-width {
  max-width: 100% !important;
}
.single .Contextly-block .ctx-section, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-section {
  border-width: 0 !important;
  padding: 8px 0 false 0;
}
.single .Contextly-block .ctx-links-content, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-links-content {
  --horizontal-gap: 24px;
  --vertical-gap: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: calc(-1 * var(--vertical-gap)) !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: calc(-1 * var(--horizontal-gap)) !important;
  width: calc(100% + var(--horizontal-gap));
}
.single .Contextly-block .ctx-links-content .ctx-link, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-links-content .ctx-link {
  width: 30% !important;
  display: block !important;
  max-width: unset !important;
  margin: var(--vertical-gap) 0 0 var(--horizontal-gap) !important;
}
.single .Contextly-block .ctx-links-content .ctx-link > a, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-links-content .ctx-link > a {
  display: flex !important;
  align-items: flex-start;
  text-decoration: none;
}
.single .Contextly-block .ctx-links-content .ctx-link > a .ctx-link-image, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-links-content .ctx-link > a .ctx-link-image {
  width: 50%;
}
.single .Contextly-block .ctx-links-content .ctx-link > a .ctx-link-title, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-links-content .ctx-link > a .ctx-link-title {
  width: 50%;
  text-align: left;
  padding-left: 16px;
  padding-top: 24px;
}
.single .Contextly-block .ctx-links-content .ctx-link > a .ctx-link-title .ctx-nodefs, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-links-content .ctx-link > a .ctx-link-title .ctx-nodefs {
  color: #001e60;
  font-size: 16px;
  display: inline;
  text-decoration: none;
  padding: 0 !important;
}
.single .Contextly-block .ctx-links-content .ctx-link > a:hover, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-links-content .ctx-link > a:hover, .single .Contextly-block .ctx-links-content .ctx-link > a:active, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-links-content .ctx-link > a:active, .single .Contextly-block .ctx-links-content .ctx-link > a:focus, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-links-content .ctx-link > a:focus {
  color: var(--color-navy);
  text-decoration: underline;
}
.single .Contextly-block .ctx-links-content .ctx-link > a:hover .ctx-link-title .ctx-nodefs, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-links-content .ctx-link > a:hover .ctx-link-title .ctx-nodefs, .single .Contextly-block .ctx-links-content .ctx-link > a:active .ctx-link-title .ctx-nodefs, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-links-content .ctx-link > a:active .ctx-link-title .ctx-nodefs, .single .Contextly-block .ctx-links-content .ctx-link > a:focus .ctx-link-title .ctx-nodefs, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-links-content .ctx-link > a:focus .ctx-link-title .ctx-nodefs {
  background-size: 0 1px;
  background-position-x: 100%;
}
.single .Contextly-block .ctx-links-content .ctx-link > a:focus, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-links-content .ctx-link > a:focus {
  outline-offset: -1px;
  box-shadow: none;
}
.single .Contextly-block .ctx-links-header, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-links-header {
  margin: 24px 0;
  text-align: center;
  border-top: 2px solid #e7e8e9;
  border-bottom: 2px solid #e7e8e9;
}
.single .Contextly-block .ctx-links-header p, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-links-header p {
  color: #001e60;
  font-size: 12px;
  margin: 8px 0 false 0;
  padding: 0 8px false 8px;
  display: inline-block !important;
  font-weight: bold !important;
  height: 20px !important;
  line-height: 20px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative !important;
}
.single .Contextly-block .ctx-links-header p:first-child, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-links-header p:first-child {
  margin-top: 0;
}
.single .Contextly-block .ctx-links-header p:last-child, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-links-header p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .single .Contextly-block .ctx-links-content, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-links-content {
    flex-direction: column;
    margin: 0 0 32px !important;
  }
  .single .Contextly-block .ctx-links-content .ctx-link, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-links-content .ctx-link {
    width: 100% !important;
    margin: 0 0 8px !important;
  }
  .single .Contextly-block .ctx-links-content .ctx-link > a .ctx-link-image, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-links-content .ctx-link > a .ctx-link-image {
    display: none;
  }
  .single .Contextly-block .ctx-links-content .ctx-link > a .ctx-link-title, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-links-content .ctx-link > a .ctx-link-title {
    width: 100% !important;
    text-align: center;
    padding-left: 0;
  }
  .single .Contextly-block .ctx-links-content .ctx-link > a .ctx-link-title .ctx-nodefs, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-links-content .ctx-link > a .ctx-link-title .ctx-nodefs {
    text-decoration: none;
  }
  .single .Contextly-block .ctx-links-header, body:not(.page-template-page-hub-php):not(.page-template-page-inspiration-gallery):not(.page-template-page-hub).page .Contextly-block .ctx-links-header {
    border-top: none;
    border-bottom: none;
    margin-bottom: 16px;
  }
}
.ctx-module-container .ctx-content-block2 .ctx-link-title p,
.ctx-module-container .ctx-content-block2 .ctx-links-header p {
  font-family: "area-normal", sans-serif !important;
  font-weight: 700 !important;
}

.CTA--homepage, .CTA--full-width, .CTA,
[class^=CTA--],
[class*=" CTA--"] {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  position: relative;
}

.CTA .align--left,
[class^=CTA--] .align--left,
[class*=" CTA--"] .align--left {
  text-align: left;
}
.CTA .align--center,
[class^=CTA--] .align--center,
[class*=" CTA--"] .align--center {
  text-align: center;
}
.CTA .align--right,
[class^=CTA--] .align--right,
[class*=" CTA--"] .align--right {
  text-align: right;
}
.CTA h1, .CTA h2,
[class^=CTA--] h1,
[class^=CTA--] h2,
[class*=" CTA--"] h1,
[class*=" CTA--"] h2 {
  font-size: 36px;
}
.CTA h1,
.CTA h2,
.CTA h3,
.CTA h4,
.CTA h5,
[class^=CTA--] h1,
[class^=CTA--] h2,
[class^=CTA--] h3,
[class^=CTA--] h4,
[class^=CTA--] h5,
[class*=" CTA--"] h1,
[class*=" CTA--"] h2,
[class*=" CTA--"] h3,
[class*=" CTA--"] h4,
[class*=" CTA--"] h5 {
  font-weight: 700;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #cacaca;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.CTA .message-text,
[class^=CTA--] .message-text,
[class*=" CTA--"] .message-text {
  z-index: 5;
  position: relative;
  padding: 24px;
  display: block;
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.2), 1px 1px 5px rgba(0, 0, 0, 0.1) inset;
}
.CTA .message-text p,
[class^=CTA--] .message-text p,
[class*=" CTA--"] .message-text p {
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}
.CTA .message-text p a,
[class^=CTA--] .message-text p a,
[class*=" CTA--"] .message-text p a {
  margin: 16px auto 0 auto;
}
@media (max-width: 375px) {
  .CTA .message-text p a,
  [class^=CTA--] .message-text p a,
  [class*=" CTA--"] .message-text p a {
    font-size: 13px;
  }
  .CTA .message-text p a:after,
  [class^=CTA--] .message-text p a:after,
  [class*=" CTA--"] .message-text p a:after {
    transform: translateY(0px);
  }
}
.CTA .message-text.CTA--align-left,
[class^=CTA--] .message-text.CTA--align-left,
[class*=" CTA--"] .message-text.CTA--align-left {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
@media (min-width: 376px) {
  .CTA .message-text.CTA--align-left,
  [class^=CTA--] .message-text.CTA--align-left,
  [class*=" CTA--"] .message-text.CTA--align-left {
    max-width: 85%;
  }
}
@media (min-width: 769px) {
  .CTA .message-text.CTA--align-left,
  [class^=CTA--] .message-text.CTA--align-left,
  [class*=" CTA--"] .message-text.CTA--align-left {
    margin: 0;
    max-width: 60%;
  }
}
.CTA .message-text.CTA--align-center,
[class^=CTA--] .message-text.CTA--align-center,
[class*=" CTA--"] .message-text.CTA--align-center {
  margin: auto;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 376px) {
  .CTA .message-text.CTA--align-center,
  [class^=CTA--] .message-text.CTA--align-center,
  [class*=" CTA--"] .message-text.CTA--align-center {
    max-width: 85%;
  }
}
@media (min-width: 769px) {
  .CTA .message-text.CTA--align-center,
  [class^=CTA--] .message-text.CTA--align-center,
  [class*=" CTA--"] .message-text.CTA--align-center {
    max-width: 60%;
  }
}

.CTA {
  position: relative;
}
.CTA--background {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.CTA--padding-0 {
  padding: 0 0 !important;
}
@media (min-width: 769px) {
  .CTA--padding-0 .CTA--align-left {
    margin-left: 0 !important;
  }
}
.CTA--padding-x-small {
  padding: 8px 0 !important;
}
@media (min-width: 769px) {
  .CTA--padding-x-small .CTA--align-left {
    margin-left: 8px !important;
  }
}
.CTA--padding-small {
  padding: 24px 0 !important;
}
@media (min-width: 769px) {
  .CTA--padding-small .CTA--align-left {
    margin-left: 24px !important;
  }
}
.CTA--padding-medium {
  padding: 40px 0 !important;
}
@media (min-width: 769px) {
  .CTA--padding-medium .CTA--align-left {
    margin-left: 40px !important;
  }
}
.CTA--padding-large {
  padding: 64px 0 !important;
}
@media (min-width: 769px) {
  .CTA--padding-large .CTA--align-left {
    margin-left: 64px !important;
  }
}
.CTA--padding-x-large {
  padding: 96px 0 !important;
}
@media (min-width: 769px) {
  .CTA--padding-x-large .CTA--align-left {
    margin-left: 96px !important;
  }
}
.CTA--padding-xx-large {
  padding: 128px 0 !important;
}
@media (min-width: 769px) {
  .CTA--padding-xx-large .CTA--align-left {
    margin-left: 128px !important;
  }
}
.CTA--aas-form {
  padding: 96px;
}

.CTA--full-width {
  margin-top: 64px;
  width: 100%;
}

.CTA--homepage {
  width: 97% !important;
  display: block;
  margin: auto;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .CTA--homepage {
    width: 95%;
  }
}
@media (max-width: 375px) {
  .CTA--homepage {
    width: 100%;
  }
  .CTA--homepage .message-text {
    max-width: 90% !important;
  }
  .CTA--homepage .button--red {
    white-space: normal !important;
    line-height: 1.5 !important;
    height: auto !important;
  }
}

.CTA--mobile-global,
.CTA--mobile-ask-a-stylist {
  display: none;
  background: #d9d9d9;
  border-top: solid 2px #f2f3f4;
  padding: false/2 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 20000;
  text-align: center;
}
.CTA--mobile-global a,
.CTA--mobile-ask-a-stylist a {
  margin: auto;
}

@media (max-width: 629px) {
  .CTA--mobile-global {
    display: block;
  }
}
@media (max-width: 768px) {
  .mobile-valprop .CTA--mobile-ask-a-stylist {
    display: block;
  }
}
.nav--mobile--open [class^=CTA--],
.nav--mobile--open [class*=" CTA--"] {
  display: none;
}

.Entry {
  padding: 40px 0 40px 0;
  align-items: center;
  border-top: 1px solid #d9d9d9;
  display: flex;
  margin: 0;
  width: 100%;
}
@media (max-width: 375px) {
  .Entry {
    padding: 24px 0 24px 0;
  }
}
.Entry > a,
.Entry > div {
  width: 100%;
}
.Entry > a {
  text-decoration: none;
}
.Entry > a:is(:active, :focus, :hover) {
  text-decoration: underline;
}
.Entry a:not(.Button) {
  color: #001E60;
}
.Entry a:not(.Button):active, .Entry a:not(.Button):focus, .Entry a:not(.Button):hover {
  color: #001E60;
}
.Entry-thumbnail {
  background-color: #f2f3f4;
  width: 144px;
  margin-right: 24px;
}
@media (max-width: 375px) {
  .Entry-thumbnail {
    width: 80px;
  }
}
@media (max-width: 375px) {
  .Entry-thumbnail {
    margin-right: 8px;
  }
}
.Entry-thumbnail:before {
  padding-bottom: 100%;
}
.Entry-thumbnail img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.Entry-content {
  flex-grow: 1;
  width: 100%;
}
.Entry-question {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  flex-shrink: 0;
  width: 100%;
  z-index: 10;
}
.Entry-question:before {
  padding-bottom: 100%;
}
.Entry-question > :only-child {
  padding: 24px 24px 24px 24px;
  align-items: center;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 375px) {
  .Entry-question > :only-child {
    padding: 8px 8px 8px 8px;
  }
}
.Entry-question > :only-child:after,
.Entry-question > :only-child:before {
  background: no-repeat;
  background-size: auto 18px;
  content: "";
  display: block;
  height: 28px;
  width: 32px;
}
.Entry-question > :only-child:after {
  background-image: url(../svg/icon--quote-close2f10.svg);
  background-position: center bottom;
  border-top: 2px solid #001e60;
  margin-top: 8px;
}
.Entry-question > :only-child:before {
  background-image: url(../svg/icon--quote-open2f10.svg);
  background-position: center top;
  border-bottom: 2px solid #001e60;
  margin-bottom: 8px;
}

.front-page .Entry,
.page-template-page-inspiration-gallery .Entry,
.page-template-page-hub .Entry,
.post-type-archive-sf_ask_a_stylist .Entry {
  align-items: stretch;
  border-top: 0;
  padding: 0;
}
.front-page .Entry > a,
.front-page .Entry > div,
.page-template-page-inspiration-gallery .Entry > a,
.page-template-page-hub .Entry > a,
.page-template-page-inspiration-gallery .Entry > div,
.page-template-page-hub .Entry > div,
.post-type-archive-sf_ask_a_stylist .Entry > a,
.post-type-archive-sf_ask_a_stylist .Entry > div {
  flex-direction: column;
}
.front-page .Entry-thumbnail, .front-page .Entry-question,
.page-template-page-inspiration-gallery .Entry-thumbnail,
.page-template-page-hub .Entry-thumbnail,
.page-template-page-inspiration-gallery .Entry-question,
.page-template-page-hub .Entry-question,
.post-type-archive-sf_ask_a_stylist .Entry-thumbnail,
.post-type-archive-sf_ask_a_stylist .Entry-question {
  margin-bottom: 24px;
  flex-shrink: 0;
  margin-right: 0;
  width: 100%;
}
@media (max-width: 375px) {
  .front-page .Entry-thumbnail, .front-page .Entry-question,
  .page-template-page-inspiration-gallery .Entry-thumbnail,
  .page-template-page-hub .Entry-thumbnail,
  .page-template-page-inspiration-gallery .Entry-question,
  .page-template-page-hub .Entry-question,
  .post-type-archive-sf_ask_a_stylist .Entry-thumbnail,
  .post-type-archive-sf_ask_a_stylist .Entry-question {
    margin-bottom: 8px;
  }
}
.front-page .Entry-content,
.page-template-page-inspiration-gallery .Entry-content,
.page-template-page-hub .Entry-content,
.post-type-archive-sf_ask_a_stylist .Entry-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  text-align: center;
}

.Eyebrow {
  color: #001E60;
  font-size: 12px;
  font-variation-settings: "wght" 700;
  font-weight: 700;
  margin: 0;
  min-height: 24px;
  text-transform: uppercase;
}

a.Eyebrow {
  text-decoration: none;
}
a.Eyebrow:is(:active, :focus, :hover) {
  text-decoration: none;
}

.FeaturedRotator {
  background-color: #f2f3f4;
  position: relative;
}
.FeaturedRotator-item {
  display: flex;
  flex-direction: column;
  margin: 0;
  position: relative;
  width: 100%;
}
.FeaturedRotator-item.cycle-slide {
  bottom: 0;
}
.FeaturedRotator-item:not(.cycle-slide):not(:first-child) {
  display: none;
}
.FeaturedRotator-item[style*="display: block"] {
  display: flex !important;
}
.FeaturedRotator-header {
  color: #001E60;
  background-color: #f2f3f4;
  padding: 16px 24px 16px 24px;
  flex-grow: 1;
  min-height: 110px;
  position: relative;
  z-index: 2;
}
.FeaturedRotator-header:after {
  border-bottom: 24px solid #f2f3f4;
  border-left: 24px solid transparent;
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -16px;
  width: calc(50% + 8px);
}
.FeaturedRotator-header:before {
  border-bottom: 24px solid #f2f3f4;
  border-right: 24px solid transparent;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: -16px;
  width: calc(50% + 8px);
}
.FeaturedRotator a {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.FeaturedRotator a:active, .FeaturedRotator a:focus, .FeaturedRotator a:hover {
  text-decoration: none;
}
.FeaturedRotator img {
  object-fit: cover;
  object-position: center;
}
.FeaturedRotator [ratio] {
  background-color: #e7e8e9;
  flex-shrink: 0;
  z-index: 1;
}
.FeaturedRotator .cycle-slideshow .cycle-pager {
  left: 50%;
  padding-top: 66.6666666667%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -46px);
  z-index: 110;
}
.FeaturedRotator .cycle-slideshow .cycle-pager > span {
  transition: background 0.4s, box-shadow 0.4s;
  border: 1px solid #ffffff;
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2), 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
  cursor: pointer;
  float: left;
  height: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-indent: 100%;
  width: 10px;
}
.FeaturedRotator .cycle-slideshow .cycle-pager > span.cycle-pager-active {
  background-color: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.FeaturedRotator .cycle-slideshow .cycle-next,
.FeaturedRotator .cycle-slideshow .cycle-prev {
  border: 2px solid #ffffff;
  border-radius: 42px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2), 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
  cursor: pointer;
  height: 42px;
  position: absolute;
  top: calc(50% - 46px);
  transform: translateY(-21px);
  width: 42px;
  z-index: 110;
}
.FeaturedRotator .cycle-slideshow .cycle-next:after, .FeaturedRotator .cycle-slideshow .cycle-next:before,
.FeaturedRotator .cycle-slideshow .cycle-prev:after,
.FeaturedRotator .cycle-slideshow .cycle-prev:before {
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 14px;
}
.FeaturedRotator .cycle-slideshow .cycle-prev {
  left: 20px;
}
.FeaturedRotator .cycle-slideshow .cycle-prev:after {
  margin-top: 1px;
  transform: translate(-50%, -75%) rotate(-45deg);
  transform-origin: left center;
}
.FeaturedRotator .cycle-slideshow .cycle-prev:before {
  margin-top: -1px;
  transform: translate(-50%, -25%) rotate(45deg);
  transform-origin: left center;
}
.FeaturedRotator .cycle-slideshow .cycle-next {
  right: 20px;
}
.FeaturedRotator .cycle-slideshow .cycle-next:after {
  margin-top: -1px;
  transform: translate(-50%, -25%) rotate(-45deg);
  transform-origin: right center;
}
.FeaturedRotator .cycle-slideshow .cycle-next:before {
  margin-top: 1px;
  transform: translate(-50%, -75%) rotate(45deg);
  transform-origin: right center;
}

@media (max-width: 768px) {
  .FeaturedRotator .cycle-slideshow .cycle-pager {
    padding-top: 100%;
  }
  .FeaturedRotator .cycle-slideshow .cycle-pager > span {
    border: 1px solid #ffffff;
    border-radius: 5px;
    height: 10px;
    margin: 0 8px;
    width: 10px;
  }
  .FeaturedRotator .cycle-slideshow .cycle-next,
  .FeaturedRotator .cycle-slideshow .cycle-prev {
    border-width: 2px;
  }
  .FeaturedRotator .cycle-slideshow .cycle-next:after, .FeaturedRotator .cycle-slideshow .cycle-next:before,
  .FeaturedRotator .cycle-slideshow .cycle-prev:after,
  .FeaturedRotator .cycle-slideshow .cycle-prev:before {
    border-radius: 1px;
    height: 2px;
    width: 14px;
  }
}
@media (max-width: 375px) {
  .FeaturedRotator .cycle-slideshow .cycle-next,
  .FeaturedRotator .cycle-slideshow .cycle-prev {
    border-width: 1px;
    border-radius: 15px;
    height: 30px;
    top: calc(50% - 46px);
    transform: translateY(-15px);
    width: 30px;
  }
  .FeaturedRotator .cycle-slideshow .cycle-next:after, .FeaturedRotator .cycle-slideshow .cycle-next:before,
  .FeaturedRotator .cycle-slideshow .cycle-prev:after,
  .FeaturedRotator .cycle-slideshow .cycle-prev:before {
    height: 1px;
    width: 10px;
  }
  .FeaturedRotator .cycle-slideshow .cycle-prev {
    left: 10px;
  }
  .FeaturedRotator .cycle-slideshow .cycle-prev:after {
    transform: translate(-50%, -75%) rotate(-45deg);
  }
  .FeaturedRotator .cycle-slideshow .cycle-prev:before {
    transform: translate(-50%, -25%) rotate(45deg);
  }
  .FeaturedRotator .cycle-slideshow .cycle-next {
    right: 10px;
  }
  .FeaturedRotator .cycle-slideshow .cycle-next:after {
    transform: translate(-50%, -25%) rotate(-45deg);
  }
  .FeaturedRotator .cycle-slideshow .cycle-next:before {
    transform: translate(-50%, -75%) rotate(45deg);
  }
}
.Footer {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .Footer .with-10 {
    margin-bottom: -24px;
  }
}
@media (min-width: 769px) and (max-width: 1080px) {
  .Footer .with-10 > .is-2:not(.is-10--large) {
    width: calc(33.33% - 80px);
  }
}
@media (min-width: 1081px) {
  .Footer .with-10 > .is-2 {
    width: calc(25% - 60px);
  }
}
@media (max-width: 768px) {
  .Footer .with-10 > .is-10--large {
    padding-bottom: 24px;
  }
}
@media (max-width: 1080px) {
  .Footer .SocialLinks {
    padding: 32px 0 0 0;
  }
}
@media (max-width: 768px) {
  .Footer .SocialLinks {
    padding: 24px 0 0 0;
  }
}
@media (max-width: 1080px) {
  .Footer .SocialLinks {
    border-top: 1px solid #d9d9d9;
  }
}
.Footer-top ul, .Footer-nav ul, .Footer-coda ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.Footer-top li, .Footer-nav li, .Footer-coda li {
  align-items: center;
  display: flex;
  margin: 0;
}
.Footer-top {
  font-size: 16px;
  margin: 0 -32px 32px -32px;
  padding: 32px 32px 32px 32px;
  border-bottom: 1px solid #515762;
  display: flex;
  justify-content: flex-end;
}
.Footer-top:last-child {
  margin-bottom: 0;
}
@media (max-width: 375px) {
  .Footer-top {
    padding: 32px 24px 32px 24px;
  }
}
@media (max-width: 1440px) and (min-width: 769px) {
  .Footer-top {
    margin: 0 0 32px 0;
    padding: 32px 0 32px 0;
  }
  .Footer-top:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .Footer-top {
    border-bottom-color: #d9d9d9;
    justify-content: center;
  }
}
.Footer-nav {
  font-size: 16px;
}
.Footer-nav li + li {
  margin-top: 8px;
}
.Footer-nav a,
.Footer-nav span {
  color: #001e60;
}
.Footer-nav a:active, .Footer-nav a:focus, .Footer-nav a:hover {
  color: #001E60;
  text-decoration: underline;
}
.Footer-coda {
  font-size: 14px;
  margin: 32px 0 0 0;
  padding: 32px 0 128px 0;
  border-top: 1px solid #d9d9d9;
}
.Footer-coda:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .Footer-coda {
    margin: 24px 0 0 0;
  }
  .Footer-coda:first-child {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .Footer-coda ul {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .Footer-coda ul + ul:before,
  .Footer-coda li + li:before {
    content: "-";
    display: block;
    margin: 0 4px;
  }
}
@media (max-width: 768px) {
  .Footer-coda li + li:before {
    background-color: #d9d9d9;
    content: "";
    display: block;
    height: 12px;
    margin: 0 8px;
    width: 1px;
  }
}
.Footer-coda a {
  color: #001e60;
  display: block;
  white-space: nowrap;
}
.Footer-coda a:active, .Footer-coda a:focus, .Footer-coda a:hover {
  color: #001e60;
  text-decoration: underline;
}
@media (max-width: 1080px) {
  .Footer-coda .Grid > div:first-child {
    padding-bottom: 16px;
  }
}

.FooterCta {
  background-color: #EBE9EA;
  padding: 40px 0 40px 0;
  overflow: hidden;
}
.FooterCta::before {
  background: url(../jpg/bg-footer-banner.jpg) no-repeat left bottom;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  left: calc(50% - 120px);
  position: absolute;
  top: 0;
  width: 636px;
}
.FooterCta-content {
  max-width: 360px;
}

@media (max-width: 1335px) {
  .FooterCta::before {
    left: 40.95vw;
    width: 59.05vw;
  }
}
@media (max-width: 859px) {
  .FooterCta::before {
    background-position: center bottom;
    left: 50vw;
    width: 50vw;
  }
}
@media (max-width: 639px) {
  .FooterCta {
    padding-bottom: calc(min(56.25vw, 180px) + 24px);
  }
  .FooterCta::before {
    background-position: 24px bottom;
    bottom: 0;
    height: min(56.25vw, 180px);
    left: 0;
    top: initial;
    width: 100vw;
  }
}
.FooterSocial {
  background-color: #d2e137;
  color: #001e60;
  padding: 24px 0 24px 0;
}
.FooterSocial a {
  color: #001e60;
}
.FooterSocial a:active, .FooterSocial a:focus, .FooterSocial a:hover {
  color: #001e60;
}

.Gallery.is-carousel.withRatio-3x2 .Gallery-grid {
  max-height: 80vh;
}
.Gallery.is-carousel.withRatio-3x2 .Gallery-grid:before {
  padding-bottom: 66.6666666667%;
}
.Gallery.is-carousel.withRatio-3x2 .Gallery-grid:before {
  z-index: -1;
  position: relative;
}
.Gallery.is-carousel.withRatio-1x1 .Gallery-grid {
  max-height: 80vh;
}
.Gallery.is-carousel.withRatio-1x1 .Gallery-grid:before {
  padding-bottom: 100%;
}
.Gallery.is-carousel.withRatio-1x1 .Gallery-grid:before {
  z-index: -1;
  position: relative;
}
.Gallery.is-carousel.withRatio-2x3 .Gallery-grid {
  max-height: 80vh;
}
.Gallery.is-carousel.withRatio-2x3 .Gallery-grid:before {
  padding-bottom: 150%;
}
.Gallery.is-carousel.withRatio-2x3 .Gallery-grid:before {
  z-index: -1;
  position: relative;
}
.Gallery.is-carousel .Gallery-progress {
  width: calc(100% - 88px);
  margin-left: calc(88px * 0.5);
  height: 6px;
  display: block;
  background-color: #e7e8e9;
  margin-top: 8px;
  position: relative;
}
.Gallery.is-carousel .Gallery-progress-fill {
  transition: all 0.6s;
  background-color: #8c8c8c;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
}
.Gallery.is-carousel.hasImageCount-1 .Gallery-progress-fill {
  width: calc(100% / 1);
}
.Gallery.is-carousel.hasImageCount-2 .Gallery-progress-fill {
  width: calc(100% / 2);
}
.Gallery.is-carousel.hasImageCount-3 .Gallery-progress-fill {
  width: calc(100% / 3);
}
.Gallery.is-carousel.hasImageCount-4 .Gallery-progress-fill {
  width: calc(100% / 4);
}
.Gallery.is-carousel.hasImageCount-5 .Gallery-progress-fill {
  width: calc(100% / 5);
}
.Gallery.is-carousel.hasImageCount-6 .Gallery-progress-fill {
  width: calc(100% / 6);
}
.Gallery.is-carousel.hasImageCount-7 .Gallery-progress-fill {
  width: calc(100% / 7);
}
.Gallery.is-carousel.hasImageCount-8 .Gallery-progress-fill {
  width: calc(100% / 8);
}
.Gallery.is-carousel.hasImageCount-9 .Gallery-progress-fill {
  width: calc(100% / 9);
}
.Gallery.is-carousel.hasImageCount-10 .Gallery-progress-fill {
  width: calc(100% / 10);
}
.Gallery.is-carousel.hasImageCount-11 .Gallery-progress-fill {
  width: calc(100% / 11);
}
.Gallery.is-carousel.hasImageCount-12 .Gallery-progress-fill {
  width: calc(100% / 12);
}
.Gallery.is-carousel.hasImageCount-13 .Gallery-progress-fill {
  width: calc(100% / 13);
}
.Gallery.is-carousel.hasImageCount-14 .Gallery-progress-fill {
  width: calc(100% / 14);
}
.Gallery.is-carousel.hasImageCount-15 .Gallery-progress-fill {
  width: calc(100% / 15);
}
.Gallery.is-carousel .Gallery-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.Gallery.is-carousel .Gallery-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.Gallery.is-carousel .Gallery-grid > div {
  position: absolute !important;
  top: 0;
}

@media (max-width: 901px) {
  .Gallery {
    width: 100%;
  }
}
.Gallery.is-horizontal .Gallery-progress {
  display: none;
}
.Gallery.is-horizontal .Gallery-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (max-width: 901px) {
  .Gallery {
    width: 100%;
  }
  .Gallery.is-horizontal .Gallery-wrapper {
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .Gallery.is-horizontal .Gallery-wrapper::-webkit-scrollbar {
    display: none;
  }
  .Gallery.is-horizontal .Gallery-progress {
    width: 100%;
    height: 6px;
    background-color: #e7e8e9;
    margin-top: 8px;
    position: relative;
  }
  .Gallery.is-horizontal .Gallery-progress-fill {
    background-color: #8c8c8c;
    height: 6px;
    position: absolute;
    width: 25%;
    left: 0;
    right: 0;
  }
  .Gallery.is-horizontal .Gallery-grid {
    flex-wrap: nowrap;
    margin: auto;
  }
  .Gallery.is-horizontal.hasImageCount-1 .Gallery-grid {
    width: 228px;
  }
  .Gallery.is-horizontal.hasImageCount-2 .Gallery-grid {
    width: 456px;
  }
  .Gallery.is-horizontal.hasImageCount-3 .Gallery-grid {
    width: 684px;
  }
  .Gallery.is-horizontal.hasImageCount-3 .Gallery-progress {
    display: block;
  }
  .Gallery.is-horizontal.hasImageCount-4 .Gallery-grid {
    width: 912px;
  }
  .Gallery.is-horizontal.hasImageCount-4 .Gallery-progress {
    display: block;
  }
  .Gallery.is-horizontal.hasImageCount-5 .Gallery-grid {
    width: 1140px;
  }
  .Gallery.is-horizontal.hasImageCount-5 .Gallery-progress {
    display: block;
  }
  .Gallery.is-horizontal.hasImageCount-6 .Gallery-grid {
    width: 1368px;
  }
  .Gallery.is-horizontal.hasImageCount-6 .Gallery-progress {
    display: block;
  }
  .Gallery.is-horizontal.hasImageCount-7 .Gallery-grid {
    width: 1596px;
  }
  .Gallery.is-horizontal.hasImageCount-7 .Gallery-progress {
    display: block;
  }
  .Gallery.is-horizontal.hasImageCount-8 .Gallery-grid {
    width: 1824px;
  }
  .Gallery.is-horizontal.hasImageCount-8 .Gallery-progress {
    display: block;
  }
  .Gallery.is-horizontal.hasImageCount-9 .Gallery-grid {
    width: 2052px;
  }
  .Gallery.is-horizontal.hasImageCount-9 .Gallery-progress {
    display: block;
  }
  .Gallery.is-horizontal.hasImageCount-10 .Gallery-grid {
    width: 2280px;
  }
  .Gallery.is-horizontal.hasImageCount-10 .Gallery-progress {
    display: block;
  }
  .Gallery.is-horizontal.hasImageCount-11 .Gallery-grid {
    width: 2508px;
  }
  .Gallery.is-horizontal.hasImageCount-11 .Gallery-progress {
    display: block;
  }
  .Gallery.is-horizontal.hasImageCount-12 .Gallery-grid {
    width: 2736px;
  }
  .Gallery.is-horizontal.hasImageCount-12 .Gallery-progress {
    display: block;
  }
  .Gallery.is-horizontal.hasImageCount-13 .Gallery-grid {
    width: 2964px;
  }
  .Gallery.is-horizontal.hasImageCount-13 .Gallery-progress {
    display: block;
  }
  .Gallery.is-horizontal.hasImageCount-14 .Gallery-grid {
    width: 3192px;
  }
  .Gallery.is-horizontal.hasImageCount-14 .Gallery-progress {
    display: block;
  }
  .Gallery.is-horizontal.hasImageCount-15 .Gallery-grid {
    width: 3420px;
  }
  .Gallery.is-horizontal.hasImageCount-15 .Gallery-progress {
    display: block;
  }
}
.Gallery.withRatio-3x2 .Gallery-grid > div {
  max-height: 80vh;
}
.Gallery.withRatio-3x2 .Gallery-grid > div:before {
  padding-bottom: 66.6666666667%;
}
.Gallery.withRatio-1x1 .Gallery-grid > div {
  max-height: 80vh;
}
.Gallery.withRatio-1x1 .Gallery-grid > div:before {
  padding-bottom: 100%;
}
.Gallery.withRatio-2x3 .Gallery-grid > div {
  max-height: 80vh;
}
.Gallery.withRatio-2x3 .Gallery-grid > div:before {
  padding-bottom: 150%;
}
.Gallery .Gallery-grid > div {
  transition: all 0.6s;
  margin-left: 4px;
  margin-right: 4px;
  overflow: hidden;
  opacity: 1;
}
.Gallery .Gallery-grid > div:last-child {
  margin-left: 4px;
  margin-right: 4px;
}
.Gallery .Gallery-grid > div:not(.is-visible) {
  opacity: 0;
}
.Gallery .Gallery-grid .Gallery-image {
  height: 100% !important;
  width: auto !important;
  display: block !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  max-width: none !important;
  transform: translateX(-50%) !important;
  margin-left: 50% !important;
}
.Gallery .Gallery-grid.withCol-1 > div {
  width: calc(100% / 1 - 8px);
  margin-bottom: 8px;
}
.Gallery .Gallery-grid.withCol-2 > div {
  width: calc(100% / 2 - 8px);
  margin-bottom: 8px;
}
.Gallery .Gallery-grid.withCol-3 > div {
  width: calc(100% / 3 - 8px);
  margin-bottom: 8px;
}
.Gallery .Gallery-grid.withCol-4 > div {
  width: calc(100% / 4 - 8px);
  margin-bottom: 8px;
}
.Gallery .Gallery-grid.withCol-5 > div {
  width: calc(100% / 5 - 8px);
  margin-bottom: 8px;
}
.Gallery .Gallery-grid.withCol-6 > div {
  width: calc(100% / 6 - 8px);
  margin-bottom: 8px;
}
.Gallery .Gallery-grid.withCol-7 > div {
  width: calc(100% / 7 - 8px);
  margin-bottom: 8px;
}
.Gallery .Gallery-grid.withCol-8 > div {
  width: calc(100% / 8 - 8px);
  margin-bottom: 8px;
}
.Gallery .Gallery-grid.withCol-9 > div {
  width: calc(100% / 9 - 8px);
  margin-bottom: 8px;
}
.Gallery .Gallery-grid.withCol-10 > div {
  width: calc(100% / 10 - 8px);
  margin-bottom: 8px;
}

@media (max-width: 901px) {
  .Gallery.is-horizontal.withRatio-1x1 {
    height: 228px !important;
  }
  .Gallery.is-horizontal.withRatio-2x3 {
    height: 342px !important;
  }
  .Gallery.is-horizontal.withRatio-3x2 {
    height: 152.000000076px !important;
  }
  .Gallery.is-horizontal .Gallery-grid > div,
  .Gallery.is-horizontal .Gallery-grid .Gallery-image {
    height: 100% !important;
  }
  .Gallery.is-horizontal .Gallery-grid > div {
    margin-right: 8px;
    width: 228px !important;
    min-width: 150px;
  }
  .Gallery.is-horizontal .Gallery-grid > div:last-child {
    margin-right: 0;
  }
}
.Gallery .Gallery-pagination ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  list-style: none;
}
.Gallery .Gallery-pagination ul li {
  border: solid 1px get-color(charcoal);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: transparent;
  cursor: pointer;
  margin: 8px;
}
.Gallery .Gallery-pagination ul li.is-active {
  background: get-color(charcoal);
}
.Gallery .Gallery-navigation-next, .Gallery .Gallery-navigation-previous {
  transition: all 0.4s;
  font-size: 0;
  cursor: pointer;
  height: auto;
  width: 40px;
  z-index: 110;
  position: relative;
  flex-shrink: 0;
}
.Gallery .Gallery-navigation-next svg, .Gallery .Gallery-navigation-previous svg {
  height: auto;
  width: 40px;
}
.Gallery .Gallery-navigation-next svg path, .Gallery .Gallery-navigation-previous svg path {
  transition: all 0.4s;
}
.Gallery .Gallery-navigation-next:hover svg path, .Gallery .Gallery-navigation-previous:hover svg path {
  fill: get-color(accent);
}
.Gallery .Gallery-navigation-previous:after {
  margin-top: 1px;
  transform: translate(-50%, -75%) rotate(-45deg);
  transform-origin: left center;
}
.Gallery .Gallery-navigation-previous:before {
  margin-top: -1px;
  transform: translate(-50%, -25%) rotate(45deg);
  transform-origin: left center;
}
.Gallery .Gallery-navigation-next:after {
  margin-top: -1px;
  transform: translate(-50%, -25%) rotate(-45deg);
  transform-origin: right center;
}
.Gallery .Gallery-navigation-next:before {
  margin-top: 1px;
  transform: translate(-50%, -75%) rotate(45deg);
  transform-origin: right center;
}

@media (max-width: 375px) {
  .Gallery .Gallery-pagination ul li {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: transparent;
    cursor: pointer;
    margin: 4px;
  }
  .Gallery .Gallery-navigation-next, .Gallery .Gallery-navigation-previous {
    width: 30px;
    height: 30px;
  }
  .Gallery .Gallery-navigation-next svg, .Gallery .Gallery-navigation-previous svg {
    width: 30px;
  }
}
.Header {
  background-color: #86C8BC;
  color: #001e60;
  height: 56px;
  align-items: stretch;
  display: flex;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 100;
}
@media (max-width: 960px) {
  .Header {
    height: 48px;
  }
}
.Header .Wrap--large {
  height: 56px;
}
@media (max-width: 960px) {
  .Header .Wrap--large {
    height: 48px;
  }
}
.Header .Logo {
  flex-shrink: 0;
  margin-right: 16px;
}
@media (min-width: 1081px) {
  .Header .Logo {
    flex: 1;
    flex-shrink: 0;
  }
}
.Header-toggle {
  display: block;
  height: 20px;
  margin-right: 16px;
}
.Header-toggle:is(:active, :focus, :hover) {
  color: #001e60;
}
.Header-toggle rect {
  transition: fill 0.4s, opacity 0.4s, transform 0.4s;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  transform-origin: 10px 10px;
}
.Header.is-active .Header-toggle rect:nth-child(1) {
  opacity: 0;
  transform: translate(0, 6px);
}
.Header.is-active .Header-toggle rect:nth-child(2) {
  transform: rotate(-45deg);
}
.Header.is-active .Header-toggle rect:nth-child(3) {
  transform: rotate(45deg);
}
.Header.is-active .Header-toggle rect:nth-child(4) {
  opacity: 0;
  transform: translate(0, -6px);
}
.Header.is-mobile {
  background-color: transparent;
  display: block;
}
.Header.is-mobile > div:first-child {
  background-color: #86C8BC;
  z-index: 100;
}
.Header-nav {
  align-items: stretch;
  align-self: stretch;
  display: flex;
  margin-left: auto;
}
@media (min-width: 1081px) {
  .Header-nav {
    flex: 2;
  }
}
.Header-nav ul {
  align-items: stretch;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 960px) {
  .Header-nav ul {
    flex-direction: column;
  }
}
.Header-nav li {
  padding: 0 4px;
  align-items: stretch;
  display: flex;
  margin: 0;
}
@media (max-width: 960px) {
  .Header-nav li {
    padding: 0;
  }
}
.Header-nav a {
  color: #001e60;
  font-size: 14px;
  font-variation-settings: "wght" 600;
  font-weight: 600;
  padding: 0 12px 0 12px;
  align-items: center;
  display: flex;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  background-position-y: 100%;
  background-repeat: no-repeat;
  background-size: 0 4px;
}
.Header-nav a:active, .Header-nav a:focus, .Header-nav a:hover {
  color: #001e60;
  background-position-x: 50%;
  background-size: 100% 4px;
  text-decoration: none;
}
.Header-nav a:focus {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}
@media (max-width: 960px) {
  .Header-nav a {
    color: #001E60;
    font-size: 16px;
    padding: 8px 0 8px 0;
  }
  .Header-nav a:active, .Header-nav a:focus, .Header-nav a:hover {
    color: #001E60;
  }
}
.Header-nav li.current-menu-item a {
  color: #001e60;
  background-image: linear-gradient(#001e60, #001e60);
  background-position-x: 50%;
  background-size: 100% 4px;
}
.Header-cta {
  margin-left: 16px;
}
@media (min-width: 1081px) {
  .Header-cta {
    flex: 1;
  }
}
.Header-mobile {
  background-color: #86C8BC;
  padding: 24px 24px 24px 24px;
  max-height: calc(100vh - 56px);
  transform: translateY(calc(-100% - 56px));
  border-bottom: 1px solid #d9d9d9;
  left: 0;
  overflow: auto;
  position: relative;
  right: 0;
  transition: transform 0.25s;
}
@media (max-width: 960px) {
  .Header-mobile {
    max-height: calc(100vh - 48px);
  }
}
@media (max-width: 960px) {
  .Header-mobile {
    transform: translateY(calc(-100% - 48px));
  }
}
.Header-mobile .Header-nav ul li.current-menu-item a {
  color: #001E60;
}
.Header-mobile .SearchForm {
  padding: 0;
  position: static;
  width: auto;
}

.admin-bar .Header {
  top: 32px;
}

.has-mobileNavOpen .Header {
  /*&:before {
  	@include background-color(white);
  	@include responsive-property('top', $header-height);
  	bottom: 0;
  	content: '';
  	display: block;
  	left: 0;
  	position: absolute;
  	right: 0;
  }*/
}
.has-mobileNavOpen .Header-mobile {
  transform: translateY(0);
}
.has-mobileNavOpen .Header.is-mobile {
  flex-direction: column;
  height: auto;
  overflow: hidden;
}

.LoadMore {
  margin: 0 0 40px 0;
  display: flex;
  justify-content: center;
  position: relative;
}
.LoadMore:last-child {
  margin-bottom: 0;
}
.LoadMore.no-border:before {
  display: none;
}
.LoadMore a {
  color: #001e60;
  background: transparent;
  border-color: #001e60;
  padding: 0 24px 0 24px;
  border-width: 2px;
  height: 56px;
  line-height: 52px;
  border-radius: 100vw;
  font-size: 16px;
  font-variation-settings: "wght" 700;
  font-weight: 700;
  transition: background 0.4s, color 0.4s;
  border-style: solid;
  display: inline-grid;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  line-height: 48px;
  min-width: 192px;
  position: relative;
  text-decoration: none;
  width: fit-content;
}
.LoadMore a:is(:focus, :hover) {
  color: #001e60;
  background: rgba(0, 30, 96, 0.1);
  border-color: #001e60;
  text-decoration: none;
}
.LoadMore a:is(:active) {
  color: #001e60;
  background: rgba(0, 30, 96, 0.2);
  border-color: #001e60;
  text-decoration: none;
}
.LoadMore a.loading {
  transition: color 0.4s;
  background: url(../gif/icon--loading-logomark.gif) no-repeat center;
  background-size: 60px;
  border-color: transparent;
  color: transparent;
}
.LoadMore a.loading:before, .LoadMore a.loading:after {
  border: 1px solid #c3e4de;
}

@-moz-document url-prefix() {
  .LoadMore a {
    line-height: 54px;
  }
}
#backload_end {
  display: block;
  width: 100%;
  clear: both;
  border: 0;
  background: transparent;
  height: 1px;
}

.load-more-error {
  color: #bf0029;
  margin: 0 auto 40px auto;
  display: block;
  clear: both;
  text-align: center;
}
.load-more-error:last-child {
  margin-bottom: 0;
}

.Logo {
  color: #001E60;
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  position: relative;
}
.Logo-mark {
  height: 25px;
  width: 154px;
  aspect-ratio: 1310/211;
  background: url(../svg/logo.svg) no-repeat left center;
  background-size: contain;
}
@media (max-width: 375px) {
  .Logo-mark {
    height: 20px;
  }
}
@media (max-width: 375px) {
  .Logo-mark {
    width: 120px;
  }
}
.Logo-mark a {
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 100%;
}
.Logo-tagline {
  font-size: 14px;
  font-variation-settings: "wght" 600;
  font-weight: 600;
  align-items: center;
  display: grid;
  gap: 14px;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  white-space: nowrap;
}
.Logo.is-white {
  color: #ffffff;
}
.Logo.is-white .Logo-mark {
  background-image: url(../svg/logo-white.svg);
}
.Logo.is-navy {
  color: #001e60;
}
.Logo.is-navy .Logo-mark {
  background-image: url(../svg/logo-navy.svg);
}

.Page {
  padding-top: calc(56px + 112px);
  position: relative;
}
@media (max-width: 960px) {
  .Page {
    padding-top: calc(48px + 112px);
  }
}
@media (max-width: 960px) {
  .Page {
    padding-top: calc(56px + 24px);
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .Page {
    padding-top: calc(48px + 24px);
  }
}

.Pdp-Carousel-heading {
  margin-top: 60px;
}
@media (max-width: 500px) {
  .Pdp-Carousel-heading {
    text-align: center;
  }
}
.Pdp-Carousel.VueCarousel {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.Pdp-Carousel.VueCarousel .VueCarousel-pagination {
  display: none;
}
.Pdp-Carousel.VueCarousel .VueCarousel-pagination .VueCarousel-dot-container {
  margin-top: 0 !important;
}
.Pdp-Carousel.VueCarousel .VueCarousel-pagination .VueCarousel-dot-container button {
  margin-top: 0 !important;
}
.Pdp-Carousel.VueCarousel .VueCarousel-navigation button {
  outline: none;
  border: 0;
}
.Pdp-Carousel.VueCarousel .VueCarousel-navigation button.VueCarousel-navigation-prev, .Pdp-Carousel.VueCarousel .VueCarousel-navigation button.VueCarousel-navigation-next {
  background-image: url(../svg/icon--arrow-grey.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 42px;
  height: 42px;
}
.Pdp-Carousel.VueCarousel .VueCarousel-navigation button.VueCarousel-navigation-prev {
  margin-top: -70px !important;
}
.Pdp-Carousel.VueCarousel .VueCarousel-navigation button.VueCarousel-navigation-next {
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: -40px;
  margin-top: -91px !important;
}
.Pdp-Carousel.VueCarousel .VueCarousel-slide:not(.spacer) .tile {
  color: #001E60;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px;
  margin-left: 8px;
  margin-right: 8px;
}
.Pdp-Carousel.VueCarousel .VueCarousel-slide:not(.spacer) .tile:hover {
  color: #001E60;
  text-decoration: none;
}
.Pdp-Carousel.VueCarousel .VueCarousel-slide:not(.spacer) .tile .photo {
  margin-bottom: 16px;
  border: solid 1px #d9d9d9;
}
.Pdp-Carousel.VueCarousel .VueCarousel-slide:not(.spacer) .tile .brand,
.Pdp-Carousel.VueCarousel .VueCarousel-slide:not(.spacer) .tile .style,
.Pdp-Carousel.VueCarousel .VueCarousel-slide:not(.spacer) .tile .price {
  line-height: 20px;
  margin-bottom: 8px;
}
.Pdp-Carousel.VueCarousel .VueCarousel-slide:not(.spacer) .tile .brand {
  font-variation-settings: "wght" 600;
  font-weight: 600;
  text-transform: uppercase;
}
.Pdp-Carousel.VueCarousel .VueCarousel-slide:not(.spacer) .tile .style {
  font-variation-settings: "wght" 600;
  font-weight: 600;
}
.Pdp-Carousel.VueCarousel .VueCarousel-slide:not(.spacer) .tile img:before {
  padding-bottom: 100%;
}
@media (max-width: 899px) {
  .Pdp-Carousel.VueCarousel {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}
@media (max-width: 500px) {
  .Pdp-Carousel.VueCarousel .VueCarousel-navigation {
    display: none;
  }
  .Pdp-Carousel.VueCarousel .VueCarousel-pagination {
    display: block;
  }
}

.SearchForm {
  padding: 16px 0 16px 0;
  top: 56px;
  left: 0;
  position: absolute;
  width: 100vw;
  z-index: 90;
}
@media (max-width: 960px) {
  .SearchForm {
    top: 48px;
  }
}
.SearchForm form {
  width: 240px;
}
.SearchForm input[type=text] {
  background-color: #f2f3f4;
  color: #001e60;
  font-size: 16px;
  padding: 0 36px 0 12px;
  background-image: url(../svg/icon--search.svg);
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  background-size: 20px;
  border-bottom: 1px solid #515762;
  height: 44px;
  line-height: 43px;
  width: 240px;
}
.SearchForm input[type=text]::placeholder {
  color: #001e60;
}
.SearchForm input[type=text]:active, .SearchForm input[type=text]:focus, .SearchForm input[type=text]:hover {
  background-color: #f2f3f4;
  color: #001e60;
  border-bottom: 1px solid #515762;
}

.section--title {
  padding: 24px 0 24px 0;
  text-align: center;
}
.section--title div, .section--title h1 {
  font-size: 16px;
  margin: 24px 0 24px 0;
  padding: 0 8px 0 8px;
  font-variation-settings: "wght" 600;
  font-weight: 600;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-transform: uppercase;
}
.section--title div:first-child, .section--title h1:first-child {
  margin-top: 0;
}
.section--title div:last-child, .section--title h1:last-child {
  margin-bottom: 0;
}
.section--title .hr--thick {
  margin: 0 0 -24px;
}

.Share-this {
  margin: 0 auto;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.Share-this a {
  margin: 0 15px;
}
.Share-this a svg {
  max-width: 32px;
  max-height: 32px;
}
.Share-this a path {
  fill: #001e60 !important;
}

.slideshow_container {
  max-height: 100vw !important;
  overflow: hidden;
}

.SocialLinks {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.SocialLinks li {
  margin: 0;
}
.SocialLinks li + li {
  margin-left: 24px;
}
.SocialLinks a {
  color: currentColor;
  display: block;
  height: 28px;
  width: 28px;
}
.SocialLinks svg {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}
.SocialLinks svg path {
  fill: currentColor;
}

.SocialLinks.is-rounded li + li {
  margin-left: 12px;
}
.SocialLinks.is-rounded a {
  border: 1px solid currentColor;
  border-radius: 100%;
  height: 36px;
  padding: 8px;
  width: 36px;
}

/*
 *  These styles are shared by Inspiration Gallery and Ask a Stylist to make the tag/search bar sticky in a uniform way
 */
.Sticky-filter .rotator-with-heading {
  margin-bottom: 100px;
}
.Sticky-filter #featured-gallery {
  margin-bottom: 140px;
}
.Sticky-filter .filter-search-sticky {
  border-bottom: solid 1px #e8e4e2;
  height: 96px;
  position: fixed;
  top: 56px;
  width: 100%;
  margin: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #ffffff;
}
.Sticky-filter .filter-search-sticky .aas-filter-search,
.Sticky-filter .filter-search-sticky .gallery-filter-search {
  transition: all 0.6s;
  z-index: 1001;
  border: none;
}
.Sticky-filter .filter-search-sticky form {
  padding-right: 12px;
}
@media (max-width: 768px) {
  .Sticky-filter .filter-search-sticky {
    top: 80px;
  }
}
.Sticky-filter.admin-bar .filter-search-sticky {
  top: 88px;
}

.TrailingLink {
  color: #001e60;
  font-size: 16px;
  position: relative;
  text-decoration: none;
}
.TrailingLink:is(:active, :focus, :hover) {
  text-decoration: underline;
}
.TrailingLink::after {
  border: solid currentColor;
  border-width: 1px 1px 0 0;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 4.5px;
  margin-left: 2px;
  position: relative;
  transform: rotate(45deg);
  transform-origin: right top;
  vertical-align: middle;
  width: 4.5px;
}
.TrailingLink:active, .TrailingLink:focus, .TrailingLink:hover {
  color: #001e60;
  text-decoration: underline;
}

.TrailingLink.h5 {
  font-size: 20px;
  font-variation-settings: "wght" 600;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
.TrailingLink.h5::after {
  margin-left: 8px;
}

a .TrailingLink {
  color: #001e60;
  text-decoration: none;
}
a .TrailingLink:is(:active, :focus, :hover) .TrailingLink {
  text-decoration: underline;
}

.color-default {
  color: #001E60;
}

.color-black {
  color: #000000;
}

.color-white {
  color: #ffffff;
}

.color-darkAccent {
  color: #001E60;
}

.color-accent {
  color: #001E60;
}

.color-charcoal {
  color: #25282d;
}

.color-darkerGray {
  color: #515762;
}

.color-darkGray {
  color: #8c8c8c;
}

.color-gray {
  color: #bfbfbf;
}

.color-lightGray {
  color: #d9d9d9;
}

.color-lighterGray {
  color: #e7e8e9;
}

.color-lightestGray {
  color: #f2f3f4;
}

.color-red45 {
  color: #cd2435;
}

.color-darkRhubarb {
  color: #bf0029;
}

.color-rhubarb {
  color: #dd2e3e;
}

.color-lime {
  color: #d2e137;
}

.color-lightLime {
  color: #d7e44b;
}

.color-mint {
  color: #86C8BC;
}

.color-lightMint {
  color: #92CDC3;
}

.color-navy {
  color: #001e60;
}

.color-lightNavy {
  color: #1A3570;
}

.color-cream {
  color: #EBE9EA;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline {
  display: inline !important;
}

.d-none {
  display: none !important;
}

@media (max-width: 375px) {
  .d-block--xxSmall {
    display: block !important;
  }
  .d-flex--xxSmall {
    display: flex !important;
  }
  .d-inline--xxSmall {
    display: inline !important;
  }
  .d-none--xxSmall {
    display: none !important;
  }
}
@media (max-width: 375px) {
  .d-block--xSmall {
    display: block !important;
  }
  .d-flex--xSmall {
    display: flex !important;
  }
  .d-inline--xSmall {
    display: inline !important;
  }
  .d-none--xSmall {
    display: none !important;
  }
}
@media (max-width: 375px) {
  .d-block--small {
    display: block !important;
  }
  .d-flex--small {
    display: flex !important;
  }
  .d-inline--small {
    display: inline !important;
  }
  .d-none--small {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .d-block--medium {
    display: block !important;
  }
  .d-flex--medium {
    display: flex !important;
  }
  .d-inline--medium {
    display: inline !important;
  }
  .d-none--medium {
    display: none !important;
  }
}
@media (max-width: 1080px) {
  .d-block--large {
    display: block !important;
  }
  .d-flex--large {
    display: flex !important;
  }
  .d-inline--large {
    display: inline !important;
  }
  .d-none--large {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .d-block--xLarge {
    display: block !important;
  }
  .d-flex--xLarge {
    display: flex !important;
  }
  .d-inline--xLarge {
    display: inline !important;
  }
  .d-none--xLarge {
    display: none !important;
  }
}
@media (max-width: 960px) {
  .d-block--mobile {
    display: block !important;
  }
  .d-flex--mobile {
    display: flex !important;
  }
  .d-inline--mobile {
    display: inline !important;
  }
  .d-none--mobile {
    display: none !important;
  }
}
.has-animatedUnderline {
  padding-bottom: calc(1px + 0.1rem);
  position: relative;
}
.has-animatedUnderline:after {
  transition: opacity 0.4s, transform 0.4s;
  background: currentColor;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transform: scaleX(0);
}
.has-animatedUnderline:active, .has-animatedUnderline:focus, .has-animatedUnderline:hover {
  text-decoration: none;
}
.has-animatedUnderline:active:after, .has-animatedUnderline:focus:after, .has-animatedUnderline:hover:after {
  opacity: 0.75;
  transform: scaleX(1);
}

@media (max-width: 375px) {
  .hide--xxSmall {
    display: none;
  }
}
@media (max-width: 375px) {
  .hide--xSmall {
    display: none;
  }
}
@media (max-width: 375px) {
  .hide--small {
    display: none;
  }
}
@media (max-width: 768px) {
  .hide--medium {
    display: none;
  }
}
@media (max-width: 1080px) {
  .hide--large {
    display: none;
  }
}
@media (max-width: 1440px) {
  .hide--xLarge {
    display: none;
  }
}
@media (max-width: 960px) {
  .hide--mobile {
    display: none;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-xSmall {
  margin-bottom: 8px !important;
}

.ml-xSmall {
  margin-left: 8px !important;
}

.mr-xSmall {
  margin-right: 8px !important;
}

.mt-xSmall {
  margin-top: 8px !important;
}

.mb-small {
  margin-bottom: 24px !important;
}

.ml-small {
  margin-left: 24px !important;
}

.mr-small {
  margin-right: 24px !important;
}

.mt-small {
  margin-top: 24px !important;
}

.mb-medium {
  margin-bottom: 40px !important;
}

.ml-medium {
  margin-left: 40px !important;
}

.mr-medium {
  margin-right: 40px !important;
}

.mt-medium {
  margin-top: 40px !important;
}

.mb-large {
  margin-bottom: 64px !important;
}

.ml-large {
  margin-left: 64px !important;
}

.mr-large {
  margin-right: 64px !important;
}

.mt-large {
  margin-top: 64px !important;
}

.mb-xLarge {
  margin-bottom: 96px !important;
}

.ml-xLarge {
  margin-left: 96px !important;
}

.mr-xLarge {
  margin-right: 96px !important;
}

.mt-xLarge {
  margin-top: 96px !important;
}

.mb-xxLarge {
  margin-bottom: 128px !important;
}

.ml-xxLarge {
  margin-left: 128px !important;
}

.mr-xxLarge {
  margin-right: 128px !important;
}

.mt-xxLarge {
  margin-top: 128px !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 375px) {
  .mb-0--xxSmall {
    margin-bottom: 0 !important;
  }
  .ml-0--xxSmall {
    margin-left: 0 !important;
  }
  .mr-0--xxSmall {
    margin-right: 0 !important;
  }
  .mt-0--xxSmall {
    margin-top: 0 !important;
  }
  .mb-xSmall--xxSmall {
    margin-bottom: 8px !important;
  }
  .ml-xSmall--xxSmall {
    margin-left: 8px !important;
  }
  .mr-xSmall--xxSmall {
    margin-right: 8px !important;
  }
  .mt-xSmall--xxSmall {
    margin-top: 8px !important;
  }
  .mb-small--xxSmall {
    margin-bottom: 24px !important;
  }
  .ml-small--xxSmall {
    margin-left: 24px !important;
  }
  .mr-small--xxSmall {
    margin-right: 24px !important;
  }
  .mt-small--xxSmall {
    margin-top: 24px !important;
  }
  .mb-medium--xxSmall {
    margin-bottom: 40px !important;
  }
  .ml-medium--xxSmall {
    margin-left: 40px !important;
  }
  .mr-medium--xxSmall {
    margin-right: 40px !important;
  }
  .mt-medium--xxSmall {
    margin-top: 40px !important;
  }
  .mb-large--xxSmall {
    margin-bottom: 64px !important;
  }
  .ml-large--xxSmall {
    margin-left: 64px !important;
  }
  .mr-large--xxSmall {
    margin-right: 64px !important;
  }
  .mt-large--xxSmall {
    margin-top: 64px !important;
  }
  .mb-xLarge--xxSmall {
    margin-bottom: 96px !important;
  }
  .ml-xLarge--xxSmall {
    margin-left: 96px !important;
  }
  .mr-xLarge--xxSmall {
    margin-right: 96px !important;
  }
  .mt-xLarge--xxSmall {
    margin-top: 96px !important;
  }
  .mb-xxLarge--xxSmall {
    margin-bottom: 128px !important;
  }
  .ml-xxLarge--xxSmall {
    margin-left: 128px !important;
  }
  .mr-xxLarge--xxSmall {
    margin-right: 128px !important;
  }
  .mt-xxLarge--xxSmall {
    margin-top: 128px !important;
  }
  .ml-auto--xxSmall {
    margin-left: auto !important;
  }
  .mr-auto--xxSmall {
    margin-right: auto !important;
  }
  .mx-auto--xxSmall {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 375px) {
  .mb-0--xSmall {
    margin-bottom: 0 !important;
  }
  .ml-0--xSmall {
    margin-left: 0 !important;
  }
  .mr-0--xSmall {
    margin-right: 0 !important;
  }
  .mt-0--xSmall {
    margin-top: 0 !important;
  }
  .mb-xSmall--xSmall {
    margin-bottom: 8px !important;
  }
  .ml-xSmall--xSmall {
    margin-left: 8px !important;
  }
  .mr-xSmall--xSmall {
    margin-right: 8px !important;
  }
  .mt-xSmall--xSmall {
    margin-top: 8px !important;
  }
  .mb-small--xSmall {
    margin-bottom: 24px !important;
  }
  .ml-small--xSmall {
    margin-left: 24px !important;
  }
  .mr-small--xSmall {
    margin-right: 24px !important;
  }
  .mt-small--xSmall {
    margin-top: 24px !important;
  }
  .mb-medium--xSmall {
    margin-bottom: 40px !important;
  }
  .ml-medium--xSmall {
    margin-left: 40px !important;
  }
  .mr-medium--xSmall {
    margin-right: 40px !important;
  }
  .mt-medium--xSmall {
    margin-top: 40px !important;
  }
  .mb-large--xSmall {
    margin-bottom: 64px !important;
  }
  .ml-large--xSmall {
    margin-left: 64px !important;
  }
  .mr-large--xSmall {
    margin-right: 64px !important;
  }
  .mt-large--xSmall {
    margin-top: 64px !important;
  }
  .mb-xLarge--xSmall {
    margin-bottom: 96px !important;
  }
  .ml-xLarge--xSmall {
    margin-left: 96px !important;
  }
  .mr-xLarge--xSmall {
    margin-right: 96px !important;
  }
  .mt-xLarge--xSmall {
    margin-top: 96px !important;
  }
  .mb-xxLarge--xSmall {
    margin-bottom: 128px !important;
  }
  .ml-xxLarge--xSmall {
    margin-left: 128px !important;
  }
  .mr-xxLarge--xSmall {
    margin-right: 128px !important;
  }
  .mt-xxLarge--xSmall {
    margin-top: 128px !important;
  }
  .ml-auto--xSmall {
    margin-left: auto !important;
  }
  .mr-auto--xSmall {
    margin-right: auto !important;
  }
  .mx-auto--xSmall {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 375px) {
  .mb-0--small {
    margin-bottom: 0 !important;
  }
  .ml-0--small {
    margin-left: 0 !important;
  }
  .mr-0--small {
    margin-right: 0 !important;
  }
  .mt-0--small {
    margin-top: 0 !important;
  }
  .mb-xSmall--small {
    margin-bottom: 8px !important;
  }
  .ml-xSmall--small {
    margin-left: 8px !important;
  }
  .mr-xSmall--small {
    margin-right: 8px !important;
  }
  .mt-xSmall--small {
    margin-top: 8px !important;
  }
  .mb-small--small {
    margin-bottom: 24px !important;
  }
  .ml-small--small {
    margin-left: 24px !important;
  }
  .mr-small--small {
    margin-right: 24px !important;
  }
  .mt-small--small {
    margin-top: 24px !important;
  }
  .mb-medium--small {
    margin-bottom: 40px !important;
  }
  .ml-medium--small {
    margin-left: 40px !important;
  }
  .mr-medium--small {
    margin-right: 40px !important;
  }
  .mt-medium--small {
    margin-top: 40px !important;
  }
  .mb-large--small {
    margin-bottom: 64px !important;
  }
  .ml-large--small {
    margin-left: 64px !important;
  }
  .mr-large--small {
    margin-right: 64px !important;
  }
  .mt-large--small {
    margin-top: 64px !important;
  }
  .mb-xLarge--small {
    margin-bottom: 96px !important;
  }
  .ml-xLarge--small {
    margin-left: 96px !important;
  }
  .mr-xLarge--small {
    margin-right: 96px !important;
  }
  .mt-xLarge--small {
    margin-top: 96px !important;
  }
  .mb-xxLarge--small {
    margin-bottom: 128px !important;
  }
  .ml-xxLarge--small {
    margin-left: 128px !important;
  }
  .mr-xxLarge--small {
    margin-right: 128px !important;
  }
  .mt-xxLarge--small {
    margin-top: 128px !important;
  }
  .ml-auto--small {
    margin-left: auto !important;
  }
  .mr-auto--small {
    margin-right: auto !important;
  }
  .mx-auto--small {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 768px) {
  .mb-0--medium {
    margin-bottom: 0 !important;
  }
  .ml-0--medium {
    margin-left: 0 !important;
  }
  .mr-0--medium {
    margin-right: 0 !important;
  }
  .mt-0--medium {
    margin-top: 0 !important;
  }
  .mb-xSmall--medium {
    margin-bottom: 8px !important;
  }
  .ml-xSmall--medium {
    margin-left: 8px !important;
  }
  .mr-xSmall--medium {
    margin-right: 8px !important;
  }
  .mt-xSmall--medium {
    margin-top: 8px !important;
  }
  .mb-small--medium {
    margin-bottom: 24px !important;
  }
  .ml-small--medium {
    margin-left: 24px !important;
  }
  .mr-small--medium {
    margin-right: 24px !important;
  }
  .mt-small--medium {
    margin-top: 24px !important;
  }
  .mb-medium--medium {
    margin-bottom: 40px !important;
  }
  .ml-medium--medium {
    margin-left: 40px !important;
  }
  .mr-medium--medium {
    margin-right: 40px !important;
  }
  .mt-medium--medium {
    margin-top: 40px !important;
  }
  .mb-large--medium {
    margin-bottom: 64px !important;
  }
  .ml-large--medium {
    margin-left: 64px !important;
  }
  .mr-large--medium {
    margin-right: 64px !important;
  }
  .mt-large--medium {
    margin-top: 64px !important;
  }
  .mb-xLarge--medium {
    margin-bottom: 96px !important;
  }
  .ml-xLarge--medium {
    margin-left: 96px !important;
  }
  .mr-xLarge--medium {
    margin-right: 96px !important;
  }
  .mt-xLarge--medium {
    margin-top: 96px !important;
  }
  .mb-xxLarge--medium {
    margin-bottom: 128px !important;
  }
  .ml-xxLarge--medium {
    margin-left: 128px !important;
  }
  .mr-xxLarge--medium {
    margin-right: 128px !important;
  }
  .mt-xxLarge--medium {
    margin-top: 128px !important;
  }
  .ml-auto--medium {
    margin-left: auto !important;
  }
  .mr-auto--medium {
    margin-right: auto !important;
  }
  .mx-auto--medium {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 1080px) {
  .mb-0--large {
    margin-bottom: 0 !important;
  }
  .ml-0--large {
    margin-left: 0 !important;
  }
  .mr-0--large {
    margin-right: 0 !important;
  }
  .mt-0--large {
    margin-top: 0 !important;
  }
  .mb-xSmall--large {
    margin-bottom: 8px !important;
  }
  .ml-xSmall--large {
    margin-left: 8px !important;
  }
  .mr-xSmall--large {
    margin-right: 8px !important;
  }
  .mt-xSmall--large {
    margin-top: 8px !important;
  }
  .mb-small--large {
    margin-bottom: 24px !important;
  }
  .ml-small--large {
    margin-left: 24px !important;
  }
  .mr-small--large {
    margin-right: 24px !important;
  }
  .mt-small--large {
    margin-top: 24px !important;
  }
  .mb-medium--large {
    margin-bottom: 40px !important;
  }
  .ml-medium--large {
    margin-left: 40px !important;
  }
  .mr-medium--large {
    margin-right: 40px !important;
  }
  .mt-medium--large {
    margin-top: 40px !important;
  }
  .mb-large--large {
    margin-bottom: 64px !important;
  }
  .ml-large--large {
    margin-left: 64px !important;
  }
  .mr-large--large {
    margin-right: 64px !important;
  }
  .mt-large--large {
    margin-top: 64px !important;
  }
  .mb-xLarge--large {
    margin-bottom: 96px !important;
  }
  .ml-xLarge--large {
    margin-left: 96px !important;
  }
  .mr-xLarge--large {
    margin-right: 96px !important;
  }
  .mt-xLarge--large {
    margin-top: 96px !important;
  }
  .mb-xxLarge--large {
    margin-bottom: 128px !important;
  }
  .ml-xxLarge--large {
    margin-left: 128px !important;
  }
  .mr-xxLarge--large {
    margin-right: 128px !important;
  }
  .mt-xxLarge--large {
    margin-top: 128px !important;
  }
  .ml-auto--large {
    margin-left: auto !important;
  }
  .mr-auto--large {
    margin-right: auto !important;
  }
  .mx-auto--large {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 1440px) {
  .mb-0--xLarge {
    margin-bottom: 0 !important;
  }
  .ml-0--xLarge {
    margin-left: 0 !important;
  }
  .mr-0--xLarge {
    margin-right: 0 !important;
  }
  .mt-0--xLarge {
    margin-top: 0 !important;
  }
  .mb-xSmall--xLarge {
    margin-bottom: 8px !important;
  }
  .ml-xSmall--xLarge {
    margin-left: 8px !important;
  }
  .mr-xSmall--xLarge {
    margin-right: 8px !important;
  }
  .mt-xSmall--xLarge {
    margin-top: 8px !important;
  }
  .mb-small--xLarge {
    margin-bottom: 24px !important;
  }
  .ml-small--xLarge {
    margin-left: 24px !important;
  }
  .mr-small--xLarge {
    margin-right: 24px !important;
  }
  .mt-small--xLarge {
    margin-top: 24px !important;
  }
  .mb-medium--xLarge {
    margin-bottom: 40px !important;
  }
  .ml-medium--xLarge {
    margin-left: 40px !important;
  }
  .mr-medium--xLarge {
    margin-right: 40px !important;
  }
  .mt-medium--xLarge {
    margin-top: 40px !important;
  }
  .mb-large--xLarge {
    margin-bottom: 64px !important;
  }
  .ml-large--xLarge {
    margin-left: 64px !important;
  }
  .mr-large--xLarge {
    margin-right: 64px !important;
  }
  .mt-large--xLarge {
    margin-top: 64px !important;
  }
  .mb-xLarge--xLarge {
    margin-bottom: 96px !important;
  }
  .ml-xLarge--xLarge {
    margin-left: 96px !important;
  }
  .mr-xLarge--xLarge {
    margin-right: 96px !important;
  }
  .mt-xLarge--xLarge {
    margin-top: 96px !important;
  }
  .mb-xxLarge--xLarge {
    margin-bottom: 128px !important;
  }
  .ml-xxLarge--xLarge {
    margin-left: 128px !important;
  }
  .mr-xxLarge--xLarge {
    margin-right: 128px !important;
  }
  .mt-xxLarge--xLarge {
    margin-top: 128px !important;
  }
  .ml-auto--xLarge {
    margin-left: auto !important;
  }
  .mr-auto--xLarge {
    margin-right: auto !important;
  }
  .mx-auto--xLarge {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 960px) {
  .mb-0--mobile {
    margin-bottom: 0 !important;
  }
  .ml-0--mobile {
    margin-left: 0 !important;
  }
  .mr-0--mobile {
    margin-right: 0 !important;
  }
  .mt-0--mobile {
    margin-top: 0 !important;
  }
  .mb-xSmall--mobile {
    margin-bottom: 8px !important;
  }
  .ml-xSmall--mobile {
    margin-left: 8px !important;
  }
  .mr-xSmall--mobile {
    margin-right: 8px !important;
  }
  .mt-xSmall--mobile {
    margin-top: 8px !important;
  }
  .mb-small--mobile {
    margin-bottom: 24px !important;
  }
  .ml-small--mobile {
    margin-left: 24px !important;
  }
  .mr-small--mobile {
    margin-right: 24px !important;
  }
  .mt-small--mobile {
    margin-top: 24px !important;
  }
  .mb-medium--mobile {
    margin-bottom: 40px !important;
  }
  .ml-medium--mobile {
    margin-left: 40px !important;
  }
  .mr-medium--mobile {
    margin-right: 40px !important;
  }
  .mt-medium--mobile {
    margin-top: 40px !important;
  }
  .mb-large--mobile {
    margin-bottom: 64px !important;
  }
  .ml-large--mobile {
    margin-left: 64px !important;
  }
  .mr-large--mobile {
    margin-right: 64px !important;
  }
  .mt-large--mobile {
    margin-top: 64px !important;
  }
  .mb-xLarge--mobile {
    margin-bottom: 96px !important;
  }
  .ml-xLarge--mobile {
    margin-left: 96px !important;
  }
  .mr-xLarge--mobile {
    margin-right: 96px !important;
  }
  .mt-xLarge--mobile {
    margin-top: 96px !important;
  }
  .mb-xxLarge--mobile {
    margin-bottom: 128px !important;
  }
  .ml-xxLarge--mobile {
    margin-left: 128px !important;
  }
  .mr-xxLarge--mobile {
    margin-right: 128px !important;
  }
  .mt-xxLarge--mobile {
    margin-top: 128px !important;
  }
  .ml-auto--mobile {
    margin-left: auto !important;
  }
  .mr-auto--mobile {
    margin-right: auto !important;
  }
  .mx-auto--mobile {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-xSmall {
  padding-bottom: 8px !important;
}

.pl-xSmall {
  padding-left: 8px !important;
}

.pr-xSmall {
  padding-right: 8px !important;
}

.pt-xSmall {
  padding-top: 8px !important;
}

.pb-small {
  padding-bottom: 24px !important;
}

.pl-small {
  padding-left: 24px !important;
}

.pr-small {
  padding-right: 24px !important;
}

.pt-small {
  padding-top: 24px !important;
}

.pb-medium {
  padding-bottom: 40px !important;
}

.pl-medium {
  padding-left: 40px !important;
}

.pr-medium {
  padding-right: 40px !important;
}

.pt-medium {
  padding-top: 40px !important;
}

.pb-large {
  padding-bottom: 64px !important;
}

.pl-large {
  padding-left: 64px !important;
}

.pr-large {
  padding-right: 64px !important;
}

.pt-large {
  padding-top: 64px !important;
}

.pb-xLarge {
  padding-bottom: 96px !important;
}

.pl-xLarge {
  padding-left: 96px !important;
}

.pr-xLarge {
  padding-right: 96px !important;
}

.pt-xLarge {
  padding-top: 96px !important;
}

.pb-xxLarge {
  padding-bottom: 128px !important;
}

.pl-xxLarge {
  padding-left: 128px !important;
}

.pr-xxLarge {
  padding-right: 128px !important;
}

.pt-xxLarge {
  padding-top: 128px !important;
}

@media (max-width: 375px) {
  .pb-0--xxSmall {
    padding-bottom: 0 !important;
  }
  .pl-0--xxSmall {
    padding-left: 0 !important;
  }
  .pr-0--xxSmall {
    padding-right: 0 !important;
  }
  .pt-0--xxSmall {
    padding-top: 0 !important;
  }
  .pb-xSmall--xxSmall {
    padding-bottom: 8px !important;
  }
  .pl-xSmall--xxSmall {
    padding-left: 8px !important;
  }
  .pr-xSmall--xxSmall {
    padding-right: 8px !important;
  }
  .pt-xSmall--xxSmall {
    padding-top: 8px !important;
  }
  .pb-small--xxSmall {
    padding-bottom: 24px !important;
  }
  .pl-small--xxSmall {
    padding-left: 24px !important;
  }
  .pr-small--xxSmall {
    padding-right: 24px !important;
  }
  .pt-small--xxSmall {
    padding-top: 24px !important;
  }
  .pb-medium--xxSmall {
    padding-bottom: 40px !important;
  }
  .pl-medium--xxSmall {
    padding-left: 40px !important;
  }
  .pr-medium--xxSmall {
    padding-right: 40px !important;
  }
  .pt-medium--xxSmall {
    padding-top: 40px !important;
  }
  .pb-large--xxSmall {
    padding-bottom: 64px !important;
  }
  .pl-large--xxSmall {
    padding-left: 64px !important;
  }
  .pr-large--xxSmall {
    padding-right: 64px !important;
  }
  .pt-large--xxSmall {
    padding-top: 64px !important;
  }
  .pb-xLarge--xxSmall {
    padding-bottom: 96px !important;
  }
  .pl-xLarge--xxSmall {
    padding-left: 96px !important;
  }
  .pr-xLarge--xxSmall {
    padding-right: 96px !important;
  }
  .pt-xLarge--xxSmall {
    padding-top: 96px !important;
  }
  .pb-xxLarge--xxSmall {
    padding-bottom: 128px !important;
  }
  .pl-xxLarge--xxSmall {
    padding-left: 128px !important;
  }
  .pr-xxLarge--xxSmall {
    padding-right: 128px !important;
  }
  .pt-xxLarge--xxSmall {
    padding-top: 128px !important;
  }
}
@media (max-width: 375px) {
  .pb-0--xSmall {
    padding-bottom: 0 !important;
  }
  .pl-0--xSmall {
    padding-left: 0 !important;
  }
  .pr-0--xSmall {
    padding-right: 0 !important;
  }
  .pt-0--xSmall {
    padding-top: 0 !important;
  }
  .pb-xSmall--xSmall {
    padding-bottom: 8px !important;
  }
  .pl-xSmall--xSmall {
    padding-left: 8px !important;
  }
  .pr-xSmall--xSmall {
    padding-right: 8px !important;
  }
  .pt-xSmall--xSmall {
    padding-top: 8px !important;
  }
  .pb-small--xSmall {
    padding-bottom: 24px !important;
  }
  .pl-small--xSmall {
    padding-left: 24px !important;
  }
  .pr-small--xSmall {
    padding-right: 24px !important;
  }
  .pt-small--xSmall {
    padding-top: 24px !important;
  }
  .pb-medium--xSmall {
    padding-bottom: 40px !important;
  }
  .pl-medium--xSmall {
    padding-left: 40px !important;
  }
  .pr-medium--xSmall {
    padding-right: 40px !important;
  }
  .pt-medium--xSmall {
    padding-top: 40px !important;
  }
  .pb-large--xSmall {
    padding-bottom: 64px !important;
  }
  .pl-large--xSmall {
    padding-left: 64px !important;
  }
  .pr-large--xSmall {
    padding-right: 64px !important;
  }
  .pt-large--xSmall {
    padding-top: 64px !important;
  }
  .pb-xLarge--xSmall {
    padding-bottom: 96px !important;
  }
  .pl-xLarge--xSmall {
    padding-left: 96px !important;
  }
  .pr-xLarge--xSmall {
    padding-right: 96px !important;
  }
  .pt-xLarge--xSmall {
    padding-top: 96px !important;
  }
  .pb-xxLarge--xSmall {
    padding-bottom: 128px !important;
  }
  .pl-xxLarge--xSmall {
    padding-left: 128px !important;
  }
  .pr-xxLarge--xSmall {
    padding-right: 128px !important;
  }
  .pt-xxLarge--xSmall {
    padding-top: 128px !important;
  }
}
@media (max-width: 375px) {
  .pb-0--small {
    padding-bottom: 0 !important;
  }
  .pl-0--small {
    padding-left: 0 !important;
  }
  .pr-0--small {
    padding-right: 0 !important;
  }
  .pt-0--small {
    padding-top: 0 !important;
  }
  .pb-xSmall--small {
    padding-bottom: 8px !important;
  }
  .pl-xSmall--small {
    padding-left: 8px !important;
  }
  .pr-xSmall--small {
    padding-right: 8px !important;
  }
  .pt-xSmall--small {
    padding-top: 8px !important;
  }
  .pb-small--small {
    padding-bottom: 24px !important;
  }
  .pl-small--small {
    padding-left: 24px !important;
  }
  .pr-small--small {
    padding-right: 24px !important;
  }
  .pt-small--small {
    padding-top: 24px !important;
  }
  .pb-medium--small {
    padding-bottom: 40px !important;
  }
  .pl-medium--small {
    padding-left: 40px !important;
  }
  .pr-medium--small {
    padding-right: 40px !important;
  }
  .pt-medium--small {
    padding-top: 40px !important;
  }
  .pb-large--small {
    padding-bottom: 64px !important;
  }
  .pl-large--small {
    padding-left: 64px !important;
  }
  .pr-large--small {
    padding-right: 64px !important;
  }
  .pt-large--small {
    padding-top: 64px !important;
  }
  .pb-xLarge--small {
    padding-bottom: 96px !important;
  }
  .pl-xLarge--small {
    padding-left: 96px !important;
  }
  .pr-xLarge--small {
    padding-right: 96px !important;
  }
  .pt-xLarge--small {
    padding-top: 96px !important;
  }
  .pb-xxLarge--small {
    padding-bottom: 128px !important;
  }
  .pl-xxLarge--small {
    padding-left: 128px !important;
  }
  .pr-xxLarge--small {
    padding-right: 128px !important;
  }
  .pt-xxLarge--small {
    padding-top: 128px !important;
  }
}
@media (max-width: 768px) {
  .pb-0--medium {
    padding-bottom: 0 !important;
  }
  .pl-0--medium {
    padding-left: 0 !important;
  }
  .pr-0--medium {
    padding-right: 0 !important;
  }
  .pt-0--medium {
    padding-top: 0 !important;
  }
  .pb-xSmall--medium {
    padding-bottom: 8px !important;
  }
  .pl-xSmall--medium {
    padding-left: 8px !important;
  }
  .pr-xSmall--medium {
    padding-right: 8px !important;
  }
  .pt-xSmall--medium {
    padding-top: 8px !important;
  }
  .pb-small--medium {
    padding-bottom: 24px !important;
  }
  .pl-small--medium {
    padding-left: 24px !important;
  }
  .pr-small--medium {
    padding-right: 24px !important;
  }
  .pt-small--medium {
    padding-top: 24px !important;
  }
  .pb-medium--medium {
    padding-bottom: 40px !important;
  }
  .pl-medium--medium {
    padding-left: 40px !important;
  }
  .pr-medium--medium {
    padding-right: 40px !important;
  }
  .pt-medium--medium {
    padding-top: 40px !important;
  }
  .pb-large--medium {
    padding-bottom: 64px !important;
  }
  .pl-large--medium {
    padding-left: 64px !important;
  }
  .pr-large--medium {
    padding-right: 64px !important;
  }
  .pt-large--medium {
    padding-top: 64px !important;
  }
  .pb-xLarge--medium {
    padding-bottom: 96px !important;
  }
  .pl-xLarge--medium {
    padding-left: 96px !important;
  }
  .pr-xLarge--medium {
    padding-right: 96px !important;
  }
  .pt-xLarge--medium {
    padding-top: 96px !important;
  }
  .pb-xxLarge--medium {
    padding-bottom: 128px !important;
  }
  .pl-xxLarge--medium {
    padding-left: 128px !important;
  }
  .pr-xxLarge--medium {
    padding-right: 128px !important;
  }
  .pt-xxLarge--medium {
    padding-top: 128px !important;
  }
}
@media (max-width: 1080px) {
  .pb-0--large {
    padding-bottom: 0 !important;
  }
  .pl-0--large {
    padding-left: 0 !important;
  }
  .pr-0--large {
    padding-right: 0 !important;
  }
  .pt-0--large {
    padding-top: 0 !important;
  }
  .pb-xSmall--large {
    padding-bottom: 8px !important;
  }
  .pl-xSmall--large {
    padding-left: 8px !important;
  }
  .pr-xSmall--large {
    padding-right: 8px !important;
  }
  .pt-xSmall--large {
    padding-top: 8px !important;
  }
  .pb-small--large {
    padding-bottom: 24px !important;
  }
  .pl-small--large {
    padding-left: 24px !important;
  }
  .pr-small--large {
    padding-right: 24px !important;
  }
  .pt-small--large {
    padding-top: 24px !important;
  }
  .pb-medium--large {
    padding-bottom: 40px !important;
  }
  .pl-medium--large {
    padding-left: 40px !important;
  }
  .pr-medium--large {
    padding-right: 40px !important;
  }
  .pt-medium--large {
    padding-top: 40px !important;
  }
  .pb-large--large {
    padding-bottom: 64px !important;
  }
  .pl-large--large {
    padding-left: 64px !important;
  }
  .pr-large--large {
    padding-right: 64px !important;
  }
  .pt-large--large {
    padding-top: 64px !important;
  }
  .pb-xLarge--large {
    padding-bottom: 96px !important;
  }
  .pl-xLarge--large {
    padding-left: 96px !important;
  }
  .pr-xLarge--large {
    padding-right: 96px !important;
  }
  .pt-xLarge--large {
    padding-top: 96px !important;
  }
  .pb-xxLarge--large {
    padding-bottom: 128px !important;
  }
  .pl-xxLarge--large {
    padding-left: 128px !important;
  }
  .pr-xxLarge--large {
    padding-right: 128px !important;
  }
  .pt-xxLarge--large {
    padding-top: 128px !important;
  }
}
@media (max-width: 1440px) {
  .pb-0--xLarge {
    padding-bottom: 0 !important;
  }
  .pl-0--xLarge {
    padding-left: 0 !important;
  }
  .pr-0--xLarge {
    padding-right: 0 !important;
  }
  .pt-0--xLarge {
    padding-top: 0 !important;
  }
  .pb-xSmall--xLarge {
    padding-bottom: 8px !important;
  }
  .pl-xSmall--xLarge {
    padding-left: 8px !important;
  }
  .pr-xSmall--xLarge {
    padding-right: 8px !important;
  }
  .pt-xSmall--xLarge {
    padding-top: 8px !important;
  }
  .pb-small--xLarge {
    padding-bottom: 24px !important;
  }
  .pl-small--xLarge {
    padding-left: 24px !important;
  }
  .pr-small--xLarge {
    padding-right: 24px !important;
  }
  .pt-small--xLarge {
    padding-top: 24px !important;
  }
  .pb-medium--xLarge {
    padding-bottom: 40px !important;
  }
  .pl-medium--xLarge {
    padding-left: 40px !important;
  }
  .pr-medium--xLarge {
    padding-right: 40px !important;
  }
  .pt-medium--xLarge {
    padding-top: 40px !important;
  }
  .pb-large--xLarge {
    padding-bottom: 64px !important;
  }
  .pl-large--xLarge {
    padding-left: 64px !important;
  }
  .pr-large--xLarge {
    padding-right: 64px !important;
  }
  .pt-large--xLarge {
    padding-top: 64px !important;
  }
  .pb-xLarge--xLarge {
    padding-bottom: 96px !important;
  }
  .pl-xLarge--xLarge {
    padding-left: 96px !important;
  }
  .pr-xLarge--xLarge {
    padding-right: 96px !important;
  }
  .pt-xLarge--xLarge {
    padding-top: 96px !important;
  }
  .pb-xxLarge--xLarge {
    padding-bottom: 128px !important;
  }
  .pl-xxLarge--xLarge {
    padding-left: 128px !important;
  }
  .pr-xxLarge--xLarge {
    padding-right: 128px !important;
  }
  .pt-xxLarge--xLarge {
    padding-top: 128px !important;
  }
}
@media (max-width: 960px) {
  .pb-0--mobile {
    padding-bottom: 0 !important;
  }
  .pl-0--mobile {
    padding-left: 0 !important;
  }
  .pr-0--mobile {
    padding-right: 0 !important;
  }
  .pt-0--mobile {
    padding-top: 0 !important;
  }
  .pb-xSmall--mobile {
    padding-bottom: 8px !important;
  }
  .pl-xSmall--mobile {
    padding-left: 8px !important;
  }
  .pr-xSmall--mobile {
    padding-right: 8px !important;
  }
  .pt-xSmall--mobile {
    padding-top: 8px !important;
  }
  .pb-small--mobile {
    padding-bottom: 24px !important;
  }
  .pl-small--mobile {
    padding-left: 24px !important;
  }
  .pr-small--mobile {
    padding-right: 24px !important;
  }
  .pt-small--mobile {
    padding-top: 24px !important;
  }
  .pb-medium--mobile {
    padding-bottom: 40px !important;
  }
  .pl-medium--mobile {
    padding-left: 40px !important;
  }
  .pr-medium--mobile {
    padding-right: 40px !important;
  }
  .pt-medium--mobile {
    padding-top: 40px !important;
  }
  .pb-large--mobile {
    padding-bottom: 64px !important;
  }
  .pl-large--mobile {
    padding-left: 64px !important;
  }
  .pr-large--mobile {
    padding-right: 64px !important;
  }
  .pt-large--mobile {
    padding-top: 64px !important;
  }
  .pb-xLarge--mobile {
    padding-bottom: 96px !important;
  }
  .pl-xLarge--mobile {
    padding-left: 96px !important;
  }
  .pr-xLarge--mobile {
    padding-right: 96px !important;
  }
  .pt-xLarge--mobile {
    padding-top: 96px !important;
  }
  .pb-xxLarge--mobile {
    padding-bottom: 128px !important;
  }
  .pl-xxLarge--mobile {
    padding-left: 128px !important;
  }
  .pr-xxLarge--mobile {
    padding-right: 128px !important;
  }
  .pt-xxLarge--mobile {
    padding-top: 128px !important;
  }
}
.show--xxSmall {
  display: none;
}
@media (max-width: 375px) {
  .show--xxSmall {
    display: block;
  }
}

.show--xSmall {
  display: none;
}
@media (max-width: 375px) {
  .show--xSmall {
    display: block;
  }
}

.show--small {
  display: none;
}
@media (max-width: 375px) {
  .show--small {
    display: block;
  }
}

.show--medium {
  display: none;
}
@media (max-width: 768px) {
  .show--medium {
    display: block;
  }
}

.show--large {
  display: none;
}
@media (max-width: 1080px) {
  .show--large {
    display: block;
  }
}

.show--xLarge {
  display: none;
}
@media (max-width: 1440px) {
  .show--xLarge {
    display: block;
  }
}

.show--mobile {
  display: none;
}
@media (max-width: 960px) {
  .show--mobile {
    display: block;
  }
}

.color-black {
  color: #000000;
}

.color-white {
  color: #ffffff;
}

.color-darkAccent {
  color: #001E60;
}

.color-accent {
  color: #001E60;
}

.color-charcoal {
  color: #25282d;
}

.color-darkerGray {
  color: #515762;
}

.color-darkGray {
  color: #8c8c8c;
}

.color-gray {
  color: #bfbfbf;
}

.color-lightGray {
  color: #d9d9d9;
}

.color-lighterGray {
  color: #e7e8e9;
}

.color-lightestGray {
  color: #f2f3f4;
}

.color-red45 {
  color: #cd2435;
}

.color-darkRhubarb {
  color: #bf0029;
}

.color-rhubarb {
  color: #dd2e3e;
}

.color-lime {
  color: #d2e137;
}

.color-lightLime {
  color: #d7e44b;
}

.color-mint {
  color: #86C8BC;
}

.color-lightMint {
  color: #92CDC3;
}

.color-navy {
  color: #001e60;
}

.color-lightNavy {
  color: #1A3570;
}

.color-cream {
  color: #EBE9EA;
}

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

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

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

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

@media (max-width: 1080px) {
  .u-justify--center--large {
    justify-content: center;
  }
}
.u-flexDirection--column {
  flex-direction: column;
}

@media (max-width: 1080px) {
  .u-flexDirection--column--large {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .u-flexDirection--column--medium {
    flex-direction: column;
  }
}
.u-center {
  text-align: center;
}

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

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

@media (max-width: 1080px) {
  .u-center--large {
    text-align: center;
  }
}

.u-uppercase {
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .u-uppercase--medium {
    text-transform: uppercase;
  }
}

.u-fontSize--lg {
  font-size: 20px;
}

.u-fontSize--md {
  font-size: 16px;
}

.u-fontSize--sm {
  font-size: 14px;
}

.u-fontSize--xs {
  font-size: 12px;
}

.u-fontWeight--medium {
  font-variation-settings: "wght" 600;
  font-weight: 600;
}

.u-listStyle--none {
  list-style: none;
}