@charset "UTF-8";
/*
Theme Name: Rakks 2020
Text Domain: rakks-2020
Version: 1.1
Requires at least: 4.7
Requires PHP: 5.2.4
Description: WordPress theme for Rakks
Author: Brian Li & Stephen Simon Interactive
Author URI: https://stephensimon.com
Theme URI: http://rakks.com/
*/
/*--------------------------------------------------------------
CONTENTS:
----------------------------------------------------------------

SETTINGS
Global

GENERIC
Reset
Base

TOOLS
Clearfix
Hidden

ELEMENTS


OBJECTS


COMPONENTS


TEMPLATES


UTILITIES

----------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------- */
html,
body {
  border: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}

blockquote::before,
blockquote::after {
  content: "";
}

:focus {
  outline: none;
}

/* -------------------------------------------------------------------------- */
/*	2. Element Base
/* -------------------------------------------------------------------------- */
main {
  display: block;
}

p {
  line-height: 1.5;
  margin: 0 0 1em 0;
}

em,
i:not(.yith-wcwl-icon),
q,
dfn {
  font-family: "Avenir LT W01_65 Medium1475538", "Avenir Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
}

em em,
em i,
i em,
i i,
cite em,
cite i {
  font-weight: bolder;
}

big {
  font-size: 1.2em;
}

small {
  font-size: 0.75em;
}

b,
strong {
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir Heavy", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}

ins {
  text-decoration: underline;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

abbr,
acronym {
  cursor: help;
}

address {
  line-height: 1.5;
  margin: 0 0 2rem 0;
}

hr {
  border-style: solid;
  border-width: 0.3rem 0 0 0;
  border-color: #F6F6F6;
  margin: 2rem 0;
}

/* Code -------------------------------------- */
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.4rem 0.6rem;
}

code,
kbd,
samp {
  background: rgba(0, 0, 0, 0.075);
  border-radius: 0.2rem;
}

pre {
  border: 0.1rem solid #dcd7ca;
  line-height: 1.5;
  margin: 4rem 0;
  overflow: auto;
  padding: 3rem 2rem;
  text-align: left;
}

pre code {
  background: transparent;
  padding: 0;
}

/* Media ------------------------------------- */
figure {
  display: block;
  margin: 0;
}

iframe {
  display: block;
  max-width: 100%;
}

video {
  display: block;
}

svg,
img,
embed,
object {
  display: block;
  height: auto;
  max-width: 100%;
}

figcaption,
.wp-caption-text {
  color: #AFABAD;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 1.5rem;
}

figcaption a,
.wp-caption-text a {
  color: inherit;
}

blockquote.instagram-media,
iframe.instagram-media {
  margin: auto !important;
}

/* -------------------------------------------------------------------------- */
/*	2. Headings
/* -------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
  line-height: 1.25;
  margin: 3.5rem 0 2rem;
}

h1,
.heading-size-1 {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir Black", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1.138888889;
}

h2,
.heading-size-2 {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir Black", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 3.2rem;
  font-weight: normal;
}

h3,
.heading-size-3 {
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir Heavy", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.8rem;
  font-weight: normal;
}

h4,
.heading-size-4 {
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir Heavy", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.1rem;
  font-weight: normal;
}

h5,
.heading-size-5 {
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir Heavy", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
}

h6,
.heading-size-6 {
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir Heavy", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.03125em;
  text-transform: uppercase;
  font-weight: normal;
}

/* Inputs ------------------------------------ */
fieldset {
  border: 0.2rem solid #F6F6F6;
  padding: 2rem;
}

legend {
  font-size: 0.85em;
  font-weight: 700;
  padding: 0 1rem;
}

label {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
}

label.inline,
input[type=checkbox] + label {
  display: inline;
  font-weight: 400;
  margin-left: 0.5rem;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: 6px;
  display: inline-block;
  margin: 0;
  margin-right: 1rem;
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  border-radius: 4px;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #dcd7ca;
  box-shadow: none;
  cursor: pointer;
}

input[type=checkbox]:checked::before {
  /* Use the "Yes" SVG Dashicon */
  content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  display: inline-block;
  margin: -0.1875rem 0 0 -0.25rem;
  height: 2.5rem;
  width: 2.5rem;
}

input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
}

button.heavy,
.button.heavy,
.faux-button.heavy {
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir Heavy", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

input,
textarea {
  border-color: #dcd7ca;
  color: #201B23;
}

code,
input[type=url],
input[type=email],
input[type=tel] {
  /*rtl:ignore*/
  direction: ltr;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  box-shadow: none;
  display: block;
  font-size: 1.8rem;
  margin: 0;
  max-width: 100%;
  padding: 1.5rem 1.8rem;
  width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(assets/images/select-arrow.png) 95% 50% no-repeat;
  border-radius: 0;
  font-size: 1.6rem;
  padding-left: 1rem;
  padding: 1.1rem 1rem 1.1rem 1.6rem;
  position: relative;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  select {
    background-image: url(assets/images/select-arrow.svg);
    background-size: 14px 9px;
  }
}

textarea {
  height: 12rem;
  line-height: 1.5;
  width: 100%;
}

input::-webkit-input-placeholder {
  line-height: normal;
}

input:-ms-input-placeholder {
  line-height: normal;
}

input::-moz-placeholder {
  line-height: revert; /* Reset to the value from the user-agent stylesheet. */
}

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

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: currentColor;
}

input[type=search]:focus {
  outline: thin dotted;
  outline-offset: -4px;
}

/* -------------------------------------------------------------------------- */
/*	Links
/* -------------------------------------------------------------------------- */
a {
  color: #3382DE;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}
p > a:hover,
p > a:focus {
  text-decoration: underline;
}

/* Lists ------------------------------------- */
ul,
ol {
  margin: 0 0 3rem 3rem;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

ul ul ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

ol ol {
  list-style: lower-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

li {
  line-height: 1.5;
  margin: 0.5rem 0 0 2rem;
}

li > ul,
li > ol {
  margin: 1rem 0 0 2rem;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: 700;
}

dt + dd {
  margin-top: 0.5rem;
}

dd + dt {
  margin-top: 1.5rem;
}

/* -------------------------------------------------------------------------- */
/*	1. Document Setup
/* -------------------------------------------------------------------------- */
html {
  font-size: 62.5%; /* 1rem = 10px */
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    overflow-x: clip;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  background: #ffffff;
  box-sizing: border-box;
  color: #201B23;
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.8rem;
  text-align: left;
}
@media (min-width: 768px) {
  body {
    overflow-x: clip;
  }
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word;
}

/* Base Transitions -------------------------- */
a,
path {
  transition: all 0.15s linear;
}

/* Accessibility Settings -------------------- */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0s !important;
    transition-duration: 0s !important;
  }
}
/* Quotes ------------------------------------ */
blockquote {
  border: none;
  color: inherit;
  font-size: 1.145em;
  margin: 4rem 0;
  /*rtl:ignore*/
  padding: 1rem 0 0.5rem 3rem;
  position: relative;
}

blockquote:before {
  background: url(assets/images/quote.svg) no-repeat;
  content: "";
  display: block;
  height: 48px;
  width: 48px;
}

cite {
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.25;
}

blockquote cite {
  display: block;
  margin: 2rem 0 0 0;
}

blockquote p:last-child {
  margin: 0;
}

@media (min-width: 1000px) {
  blockquote:before {
    left: -4.8rem;
    position: absolute;
    top: 0;
  }
}
/* Tables ------------------------------------ */
table {
  border: 0.1rem solid #dcd7ca;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 1.6rem;
  margin: 4rem 0;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

.alignleft > table {
  margin: 0;
}

.alignright > table {
  margin: 0;
}

th,
td {
  border: 0.1rem solid #dcd7ca;
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  padding: 0.5em;
}

caption {
  background: #dcd7ca;
  font-weight: 600;
  padding: 0.5em;
  text-align: center;
}

thead {
  vertical-align: bottom;
  white-space: nowrap;
}

th {
  font-weight: 700;
}

/* Reset List Style ------------------------------------- */
.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
  list-style: none;
  margin: 0;
}

.reset-list-style li {
  margin: 0;
}

/* Section Wrappers ---------------------------------- */
section {
  padding: 5rem 0;
  width: 100%;
}

.section-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 126rem;
  width: calc(100% - 6rem);
}
@media (min-width: 768px) {
  .section-inner {
    width: calc(100% - 4rem);
  }
}

@media (min-width: 1024px) {
  .section-inner--flex {
    display: flex;
    position: relative;
  }
}

.section-inner--content {
  max-width: 84rem;
  width: calc(100% - 4rem);
}

.section-inner.max-percentage {
  width: 100%;
}

.section-inner.thin {
  max-width: 58rem;
}

.section-inner.small {
  max-width: 80rem;
}

.section-inner.medium {
  max-width: 100rem;
}

.section-inner.no-margin {
  margin: 0;
}

@media (min-width: 1024px) {
  .section__content {
    max-width: 1000px;
    width: calc(100% - 268px);
  }
}
.section__content h1:first-child,
.section__content h2:first-child,
.section__content h3:first-child,
.section__content h4:first-child,
.section__content h5:first-child,
.section__content h6:first-child {
  margin-top: 0 !important;
}

/* Section Sidebar ---------------------------------- */
@media (min-width: 1024px) {
  .section__sidebar {
    display: block;
    left: 0;
    visibility: visible;
    margin-right: 53px;
    width: 185px;
  }
}
/* Buttons ------------------------------------ */
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border: 1px solid #201B23;
  border-radius: 0;
  box-shadow: rgba(30, 0, 0, 0.1) 0 0 0;
  color: #201B23;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
  opacity: 1;
  padding: 1.1em 1.44em;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s ease-out;
  white-space: nowrap;
}
button:hover,
.button:hover,
.faux-button:hover,
.wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: #000;
  box-shadow: rgba(30, 0, 0, 0.1) 0 10px 20px;
  text-decoration: none;
}
button svg,
.button svg,
.faux-button svg,
.wp-block-button__link svg,
.wp-block-file .wp-block-file__button svg,
input[type=button] svg,
input[type=reset] svg,
input[type=submit] svg {
  fill: inherit;
  transition: all 0.15s ease-out;
}
button:disabled,
.button:disabled,
.faux-button:disabled,
.wp-block-button__link:disabled,
.wp-block-file .wp-block-file__button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button-alt,
input[type=submit].button-alt,
.wp-block-button__link {
  background: #201B23;
  border-radius: 32px;
  border-width: 1px;
  border-color: #201B23;
  border-style: solid;
  color: #eee;
  font-size: 2.1rem;
  line-height: 1.1428571429;
  padding: 0.65em 1em;
  transition: all 0.3s ease-in-out;
}
.button-alt svg,
input[type=submit].button-alt svg,
.wp-block-button__link svg {
  fill: #fff;
}
.button-alt:hover,
input[type=submit].button-alt:hover,
.wp-block-button__link:hover {
  color: #FFF;
  background: #000;
  box-shadow: rgba(30, 0, 0, 0.175) 0 10px 20px;
  transition: all 0.15s ease-out;
  text-decoration: none;
}
.button-alt:hover svg,
input[type=submit].button-alt:hover svg,
.wp-block-button__link:hover svg {
  fill: #fff;
}

.button-alt--yellow {
  background: #FFC235;
  border-color: #FFC235;
  color: #201B23;
}

.button-alt--ultralight-grey {
  background: #F6F6F6;
  border-color: #F6F6F6;
  color: #201B23;
}
.button-alt--ultralight-grey svg {
  fill: #201B23;
}
.button-alt--ultralight-grey:hover, .button-alt--ultralight-grey:focus {
  border-color: #201B23;
}

.button-alt--white {
  background: #FFF;
  background: rgba(255, 255, 255, 0.9);
  border-color: #FFF;
  color: #201B23;
}
.button-alt--white:hover {
  color: #000;
  background: #FFF;
  box-shadow: rgba(30, 0, 0, 0.1) 0 10px 20px;
}
.button-alt--white:hover svg {
  fill: #000;
}

.button-alt--white-bordered {
  background: #FFF;
  border-color: #201B23;
  color: #201B23;
}

.button-alt--clear {
  background: transparent;
  border-color: #201B23;
}

.inquire-btn-small {
  background: #FFF;
  border-color: #FFF;
  color: #201B23;
}

.bare-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border: none;
  color: #3382DE;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-align: left;
}
.bare-button:hover, .bare-button:focus {
  box-shadow: none;
}

button svg,
.button svg,
.faux-button svg,
.button-alt svg,
.wp-block-button__link svg,
.wp-block-file .wp-block-file__button svg,
input[type=button] svg,
input[type=reset] svg,
input[type=submit] svg {
  display: inline-block;
  vertical-align: middle;
}

button svg:first-child,
.button svg:first-child,
.faux-button svg:first-child,
.button-alt svg:first-child,
.wp-block-button__link svg:first-child,
.wp-block-file .wp-block-file__button svg:first-child,
input[type=button] svg:first-child,
input[type=reset] svg:first-child,
input[type=submit] svg:first-child {
  margin-right: 0.5rem;
}

button svg:last-child,
.button svg:last-child,
.faux-button svg:last-child,
.button-alt svg:last-child,
.wp-block-button__link svg:last-child,
.wp-block-file .wp-block-file__button svg:last-child,
input[type=button] svg:last-child,
input[type=reset] svg:last-child,
input[type=submit] svg:last-child {
  margin-left: 0.5rem;
}

/* Custom Buttons */
.button--include {
  border-color: #201B23;
  display: flex;
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 0.55em 0.85em;
}

.button--included {
  background: #201B23;
  color: #fff;
}
.button--included svg {
  fill: #fff;
  transition: none;
}
.button--included:hover svg {
  fill: #201B23;
}

button.is-style-large,
.button.is-style-large,
.faux-button.is-style-large,
.wp-block-button__link.is-style-large,
.wp-block-file .wp-block-file__button.is-style-large,
input[type=button].is-style-large,
input[type=reset].is-style-large,
input[type=submit].is-style-large {
  font-size: 2.4rem;
  padding: 0.71em 1.44em;
}

.button--block {
  display: block;
}

/* Toggles ----------------------------------- */
.toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: inherit;
  user-select: none;
}

button.toggle {
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 50%;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  padding: 0;
}
button.toggle svg {
  fill: #201B23;
}
button.toggle:focus, button.toggle:hover {
  background: #201B23;
  outline: none;
}
button.toggle:focus svg, button.toggle:hover svg {
  fill: #fff;
}

/* Social Icons ------------------------------ */
ul.social-icons {
  display: flex;
  margin: -0.9rem 0 0 -0.9rem;
  width: calc(100% + 0.9rem);
}

ul.social-icons li {
  margin: 0.9rem 0 0 0.9rem;
}

.social-icons a {
  align-items: center;
  background: #FFC235;
  border-radius: 50%;
  color: #201B23;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  transition: transform 0.15s ease-in-out;
  width: 4.4rem;
}

.social-icons a:focus,
.social-icons a:hover {
  transform: scale(1.1);
  text-decoration: none;
}

/* -------------------------------------------------------------------------- */
/*	4.	Site Header
/* -------------------------------------------------------------------------- */
.site-header {
  background: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 1024px) {
  .site-header {
    background: #FFC235;
  }
}
@media (min-width: 1200px) {
  .site-header {
    margin-bottom: 3.5rem;
    z-index: 10;
  }
}

.site-header--cover {
  background: #FFC235;
}

.header-inner {
  max-width: 126rem;
  padding: 3.15rem 0;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .header-inner {
    align-items: center;
    display: flex;
    flex: 1 1 100%;
    justify-content: space-between;
    padding: 1.7rem 0;
  }
}
@media (max-width: 1023px) {
  .header-inner .home-cta-buttons {
    width: calc(100% - 6rem);
    margin-left: auto;
    margin-right: auto;
  }
  .header-inner .woocommerce-products-header-cta {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1320px) {
  .header-inner--branding,
  .site-header--home .logo-and-tagline,
  .site-header--home .home-cta-buttons {
    width: calc(100% - 6rem);
    margin-left: auto;
    margin-right: auto;
  }
}
.header-navigation-user-utility {
  position: relative;
}

.header-navigation-user-utility a {
  color: inherit;
  display: inline-block;
  line-height: 1.2;
  text-decoration: none;
}

.account-nav__toggle {
  background: transparent;
}
.account-nav__toggle svg {
  fill: #201B23;
}

.header-account-nav {
  background: #FFF;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #DDD;
  border-radius: 2rem;
  border-top-right-radius: 0;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
  display: none;
  right: -2rem;
  padding: 1rem 2rem;
  position: absolute;
  top: 4rem;
  width: 19rem;
  z-index: 200;
}
@media (min-width: 1024px) {
  .header-account-nav {
    padding: 1rem 3rem;
    width: auto;
  }
}
.header-account-nav > ul {
  padding-left: 2rem;
}
.header-navigation-user-utility.toggled .header-account-nav {
  display: block;
  visibility: visible;
}

/* Header Titles ----------------------------- */
.header-inner--branding {
  padding-top: 120px;
  z-index: 10;
}
@media (min-width: 1024px) {
  .header-inner--branding {
    padding-top: 5.5rem;
  }
}

.site-title,
.site-logo,
.site-description {
  margin: 0;
}

.site-logo {
  width: 232px;
  z-index: 10;
}
@media (min-width: 768px) {
  .site-logo {
    width: 265px;
  }
}
.site-logo svg {
  fill: #201B23;
}

/* Header Navigation ------------------------- */
.header-inner--navigation {
  background: transparent;
  border-top: 8px solid #FFC235;
  position: fixed;
  z-index: 50;
  width: 100%;
}
.single-case_study .header-inner--navigation, .header-navigation-full-width .header-inner--navigation {
  border-top: none;
}
@media (min-width: 1024px) {
  .header-inner--navigation {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }
}

.header-navigation-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 2.4rem;
  width: 100%;
}
.header-navigation-wrapper .mobile-nav-toggle,
.header-navigation-wrapper .header-navigation-user-utility {
  z-index: 200;
}
.header-navigation-wrapper .mobile-nav-toggle {
  margin-left: -12px;
}
@media (min-width: 1320px) {
  .header-navigation-wrapper {
    padding: 0;
  }
}

.header-navigation-search-wrapper {
  background: #FFC235;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  bottom: 0;
  left: -100%;
  top: 0;
  width: 100%;
  transition: 0.5s;
  z-index: 99;
}
.toggled .header-navigation-search-wrapper {
  left: 0;
  opacity: 1;
  width: 100%;
}
@media (min-width: 1024px) {
  .header-navigation-search-wrapper {
    background: transparent;
    align-items: center;
    display: flex;
    justify-content: space-between;
    left: 0;
    opacity: 1;
    right: 0;
    overflow: initial;
    position: relative;
    top: 0;
    width: 100%;
  }
}

/* Header Toggles ---------------------------- */
.header-toggles {
  display: none;
}

.header-inner .toggle {
  align-items: center;
  display: flex;
  overflow: visible;
}

.header-inner .toggle svg {
  display: block;
  position: relative;
  z-index: 1;
}

.header-inner .toggle path {
  fill: currentColor;
}

.toggle-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.nav-toggle .toggle-inner {
  height: 4.8rem;
  width: 4.8rem;
}

.toggle-icon {
  display: block;
  overflow: hidden;
}

.toggle-icon .line-1 {
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}
.toggled .toggle-icon .line-1 {
  transform: rotate(45deg) translateY(0) translateX(0);
  transform-origin: 22px 13px;
}

.toggled .toggle-icon .line-2 {
  opacity: 0;
}

.toggle-icon .line-3 {
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}
.toggled .toggle-icon .line-3 {
  transform: rotate(-45deg) translateY(0em) translateX(0em);
  transform-origin: 21px 6px;
}

.toggle-inner .toggle-text {
  color: #6d6d6d;
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  top: calc(100% + 0.5rem);
  width: auto;
  white-space: nowrap;
  word-break: break-all;
}

.overlay-header .toggle-text {
  color: inherit;
}

/* Search Toggle ----------------------------- */
.search-toggle {
  background: transparent;
  display: none;
}
@media (min-width: 1024px) {
  .search-toggle {
    display: block;
    margin-right: 1.2rem;
    padding-bottom: 1.4rem;
  }
}

.header-navigation-search {
  height: 25px;
  display: block;
  padding: 0 2.1rem;
}
@media (min-width: 1024px) {
  .header-navigation-search {
    background: #FFF;
    border: 1px solid #AFABAD;
    border-radius: 8px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    display: none;
    height: 51px;
    padding: 1.3rem;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 50;
  }
  .header-navigation-search:after, .header-navigation-search:before {
    bottom: 100%;
    left: calc(100% - 22px);
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .header-navigation-search:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 12px;
    margin-left: -12px;
  }
  .header-navigation-search:before {
    border-color: rgba(175, 171, 173, 0);
    border-bottom-color: #AFABAD;
    border-width: 13px;
    margin-left: -13px;
  }
  .header-navigation-search .svg-icon {
    display: none;
  }
}
.search-toggled .header-navigation-search {
  display: block;
}

/* Navigation Toggle ------------------------- */
@media (min-width: 1024px) {
  /* HEADER NAVIGATION */
  .header-navigation-wrapper {
    padding-top: 1.7rem;
  }
  .site-header.screen-height .header-navigation-wrapper {
    margin-bottom: 0;
    padding: 0;
  }
  .header-navigation-user-utility {
    order: 3;
    padding-bottom: 1.4rem;
    white-space: nowrap;
  }
  /* HEADER TOGGLES */
  .mobile-nav-toggle {
    display: none !important;
  }
  .primary-menu-wrapper + .header-toggles {
    margin-left: 3rem;
  }
  .header-toggles {
    display: flex;
    flex-shrink: 0;
    margin-right: -3rem;
  }
  .header-inner .toggle {
    height: 4.4rem;
    padding: 0 3rem;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
  }
  .toggle-inner {
    position: static;
  }
  .toggle-inner .toggle-text {
    left: 0;
    right: 0;
    text-align: center;
    top: calc(100% - 0.3rem);
    width: auto;
  }
  .header-toggles:only-child .nav-toggle .toggle-inner {
    padding-top: 0;
  }
  .header-toggles:only-child .toggle-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .header-toggles:only-child .toggle-inner .svg-icon {
    order: 1;
  }
  .header-toggles:only-child .toggle-inner .toggle-text {
    position: static;
    padding-right: 20px;
    font-size: 15px;
    color: inherit;
  }
}
/* Shelving System Nav ------------------------- */
.header-inner--shelving-systems-nav {
  max-width: none;
  order: 3;
  padding-top: 0;
  position: relative;
}
@media (min-width: 1080px) {
  .header-inner--shelving-systems-nav {
    order: 2;
  }
}
.header-inner--shelving-systems-nav:before {
  background: linear-gradient(180deg, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 0.76) 100%);
  content: "";
  height: 60px;
  opacity: 0.7;
  position: absolute;
  top: 30px;
  width: 100%;
}

.shelving-systems-nav {
  display: flex;
  font-size: 1.4rem;
  justify-content: space-between;
  max-width: 470px;
}

.shelving-systems-nav__item {
  flex-basis: 90px;
}
.shelving-systems-nav__item a {
  color: #201B23;
  text-decoration: none;
}

.shelving-systems-nav__image {
  height: 90px;
  margin-bottom: 0.6rem;
  overflow: hidden;
  transform: scaleX(-1);
}

.shelving-systems-nav__image {
  opacity: 0.5;
}
.shelving-systems-nav__item--current .shelving-systems-nav__image {
  opacity: 1;
}

/* Cart ------------------------- */
.cart-contents {
  position: relative;
}

.cart-contents__total,
.cart-contents__icon {
  display: inline-block;
  vertical-align: middle;
}

.cart-contents__total {
  margin-right: 1.5rem;
}

.cart-contents__count {
  border: 2px solid #201B23;
  color: #201B23;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  height: 2.4rem;
  text-align: center;
  vertical-align: middle;
  width: 2.6rem;
}
.cart-contents__count:after {
  bottom: 92%;
  margin-bottom: 0;
  margin-left: -7px;
  height: 10px;
  width: 14px;
  left: 50%;
  content: " ";
  position: absolute;
  pointer-events: none;
  border: 2px solid #201B23;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom: 0;
}

.cart-contents--large-order .cart-contents__count::before {
  background: url(assets/images/large-order-cart-icon.svg) 50% no-repeat;
  content: "";
  display: block;
  height: 12px;
  left: 5px;
  position: absolute;
  top: 4px;
  width: 12px;
}
.cart-contents--large-order .total-items {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: relative;
}

/* Primary Menu ---------------------------- */
.primary-menu-wrapper {
  padding: 0 2.1rem 2.4rem;
  margin-top: 13.7rem;
  opacity: 0;
  transition: 0.2s;
}
.logged-in .primary-menu-wrapper {
  margin-top: calc(13.7rem + 32px);
}
.toggled .primary-menu-wrapper {
  opacity: 1;
}
@media (min-width: 1024px) {
  .primary-menu-wrapper {
    display: block;
    margin-top: 0;
    padding: 0;
    opacity: 1;
    width: 80%;
  }
  .logged-in .primary-menu-wrapper {
    margin-top: 0;
  }
}

ul.primary-menu {
  color: #201B23;
  font-size: 2.4rem;
  font-weight: 500;
  margin: -0.8rem 0 0 -1.6rem;
}
@media (min-width: 1024px) {
  ul.primary-menu {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.7rem;
    margin: -0.8rem 0 0 -2.89rem;
  }
}
@media (min-width: 1024px) {
  .site-header.screen-height ul.primary-menu {
    margin: 1.4rem 0 0 -2.89rem;
  }
}

/*.primary-menu .icon {
	display: block;
	height: 0.7rem;
	position: absolute;
	pointer-events: none;
	transform: rotate(-45deg);
	width: 1.3rem;
}

.primary-menu .icon::before,
.primary-menu .icon::after {
	content: "";
	display: block;
	background-color: currentColor;
	position: absolute;
	bottom: calc(50% - 0.1rem);
	left: 0;
}

.primary-menu .icon::before {
	height: 0.9rem;
	width: 0.2rem;
}

.primary-menu .icon::after {
	height: 0.2rem;
	width: 0.9rem;
}*/
.primary-menu li {
  font-size: inherit;
  line-height: 1.25;
  position: relative;
}

.primary-menu > li {
  margin: 1.8rem 0 0 1.6rem;
}
@media (min-width: 1024px) {
  .primary-menu > li {
    margin: 0.8rem 0 0 2.8rem;
    padding-bottom: 1.4rem;
  }
}

.primary-menu > li > .icon {
  right: -0.5rem;
  top: calc(50% - 0.4rem);
}

.primary-menu a {
  color: #201B23;
  display: block;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.15s ease-out;
}
.primary-menu a:hover, .primary-menu a:focus {
  color: #000;
}
@media (min-width: 960px) {
  .primary-menu a {
    border-bottom: 1.5px solid transparent;
    padding-bottom: 0.25rem;
  }
  .primary-menu a:hover, .primary-menu a:focus {
    color: #000;
    border-bottom: 1.5px solid black;
  }
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
  color: #000;
}

.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a,
.primary-menu li.current-product-parent > a,
.primary-menu li.current-product-ancestor > a,
.single-case_study .primary-menu li.menu-item-home a,
.tax-case_study_cat .primary-menu li.menu-item-home a,
.term-stock-shelving-parts .menu-item-shelving-systems a {
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir Heavy", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  position: relative;
}

.primary-menu li.current-menu-item > a:hover,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > a:focus,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
  text-decoration: none;
}

/* MOBILE SUB MENU */
.primary-menu li > ul {
  display: none;
  font-size: 1.8rem;
}

.primary-menu li > ul.toggled {
  display: block;
}

.primary-menu ul a {
  background: transparent;
  display: block;
  padding: 1rem 0;
  position: relative;
  transition: background-color 0.15s linear;
  width: 100%;
}
@media (min-width: 960px) {
  .primary-menu ul a {
    display: inline-block;
    width: auto;
  }
}

.primary-menu .menu-item a::after {
  background: rgba(0, 0, 0, 0.24);
  content: "";
  display: block;
  height: 1px;
  margin-top: 6px;
  width: 100%;
}

.primary-menu ul .menu-item a::after {
  content: none;
}

.primary-menu .dropdown-toggle {
  background: rgba(0, 0, 0, 0.08);
  border: none;
  height: 3.5rem;
  padding: 0.25rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.5rem;
  z-index: 10;
}
.primary-menu .dropdown-toggle.toggled {
  background: #fff;
}
@media (min-width: 768px) {
  .primary-menu .dropdown-toggle {
    display: none;
  }
}

/* DESKTOP SUB MENU */
@media (min-width: 768px) {
  .primary-menu li > ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 3rem 1000em;
    margin: 0 -1000em;
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    background: rgba(246, 246, 246, 0.95);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    transition: opacity 0.5s;
  }
  .site-header.screen-height .primary-menu li > ul {
    background: rgba(255, 194, 53, 0.9);
  }
  .primary-menu ul a {
    padding: 1rem 0 0;
  }
  .primary-menu > li:hover ul {
    opacity: 1;
    visibility: visible;
  }
  .primary-menu .menu-item a::after {
    content: none;
  }
}
/*.primary-menu ul::before,
.primary-menu ul::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
}

.primary-menu ul::before {
	height: 2rem;
	left: 0;
	right: 0;
}

.primary-menu ul::after {
	border: 0.8rem solid transparent;
	border-bottom-color: #000;
	right: 1.8rem;
}*/
.primary-menu ul li.menu-item-has-children > a {
  padding-right: 4.5rem;
}

.primary-menu ul li.menu-item-has-children .icon {
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.5rem);
}

.primary-menu li li {
  width: 33rem;
}

/* DEEP DOWN */
.primary-menu ul ul {
  background: transparent;
  font-size: 1.4rem;
  margin: 0;
  opacity: 1;
  position: relative;
  padding: 0 0 1rem 1.7rem;
}

.primary-menu li li li {
  display: inline-block;
  width: auto;
}
.primary-menu li li li a {
  display: inline;
}
.primary-menu li li li + li::before {
  content: " / ";
  display: inline;
  padding: 0 0.5rem;
}

@media (min-width: 1024px) {
  .primary-menu ul li.menu-item-has-children:hover > ul,
  .primary-menu ul li.menu-item-has-children:focus > ul,
  .primary-menu ul li.menu-item-has-children.focus > ul {
    right: calc(100% + 2rem);
  }
}

.primary-menu ul ul::before {
  bottom: 0;
  height: auto;
  left: auto;
  right: -2rem;
  top: 0;
  width: 2rem;
}

.primary-menu ul ul::after {
  border-bottom-color: transparent;
  /*rtl:ignore*/
  border-left-color: #000;
  bottom: auto;
  right: -1.6rem;
  top: 2rem;
}

.rtl .primary-menu ul ul::after {
  transform: rotate(180deg);
}

/*
 * Enable nav submenu expansion with tapping on arrows on large-viewport
 * touch interfaces (e.g. tablets or laptops with touch screens).
 * These rules are supported by all browsers (>IE11) and when JS is disabled.
 */
@media (any-pointer: coarse) {
  .primary-menu > li.menu-item-has-children > a {
    padding-right: 0;
    margin-right: 0;
  }
  .primary-menu ul li.menu-item-has-children > a {
    margin-right: 4.5rem;
    padding-right: 0;
    width: unset;
  }
}
/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-menu > li.menu-item-has-children > a {
  padding-right: 0;
  margin-right: 2rem;
}

body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
  margin-right: 4.5rem;
  padding-right: 0;
  width: unset;
}

/* Logo */
@media (min-width: 1024px) {
  .primary-menu__mobile-logo {
    display: none;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  /*
    Note: The home page is the landing page for Case Studies,
    so the extra classes to accomodate that
  */
  .primary-menu .menu-item-has-children:hover > a::after,
  .primary-menu .menu-item-has-children:focus > a::after,
  .primary-menu .menu-item-has-children:focus-within > a::after {
    background: url(assets/images/primary-menu-dropdown-arrow.svg) no-repeat;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 34px;
    width: 24px;
    z-index: 50;
  }
  .home .primary-menu .menu-item-has-children:hover > a::after,
  .home .primary-menu .menu-item-has-children:focus > a::after,
  .home .primary-menu .menu-item-has-children:focus-within > a::after {
    background: url(assets/images/primary-menu-dropdown-arrow.svg) no-repeat;
    height: 39px;
    top: 39px;
  }
  .primary-menu li li:hover > a::after,
  .primary-menu li li:focus > a::after,
  .primary-menu li li:focus-within > a::after {
    content: none !important;
  }
}
/* Section Navigation ---------------------------- */
.section-nav__label {
  font-size: 1.4rem;
}

.woocommerce-MyAccount-navigation-link,
.section-nav__item {
  transform: translate(0, 0); /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.woocommerce-MyAccount-navigation-link a,
.section-nav__item a {
  text-decoration: none;
}

.woocommerce-MyAccount-navigation-link a,
.section-nav__item:not(.section-nav__item--share) a {
  color: #363B49;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a,
.section-nav__item.section-nav__item--active a {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir Black", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a:before,
.section-nav__item.section-nav__item--active:not(.section-nav__item--share) a:before {
  background: url(assets/images/section-nav-arrow.svg) no-repeat;
  content: "";
  height: 12px;
  left: -20px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 12px;
}

.woocommerce-MyAccount-navigation-link a:hover,
.woocommerce-MyAccount-navigation-link a:focus,
.section-nav__item a:hover,
.section-nav__item a:focus {
  text-decoration: underline;
}

.reset-list-style .section-nav__item--share {
  font-size: 1.6rem;
  margin-top: 2em;
  text-decoration: none;
}

.section-nav__item--share .share-link {
  color: #000;
}

.section-nav__toggle {
  display: inline-block;
  margin-left: 3rem;
}
.section-inner .section-nav__toggle {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .section--with-sidebar .section-nav__toggle {
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .section-nav__toggle {
    display: none;
  }
}

.section-nav-container {
  background: #FFF;
  border: 1px solid #AFABAD;
  border-radius: 8px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
  display: none;
  left: 2rem;
  max-width: 215px;
  padding: 2.9rem 1.3rem 1.3rem;
  position: absolute;
  width: 100%;
  z-index: 50;
}
.section-nav-container:after, .section-nav-container:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.section-nav-container:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 12px;
  margin-left: -12px;
}
.section-nav-container:before {
  border-color: rgba(175, 171, 173, 0);
  border-bottom-color: #AFABAD;
  border-width: 13px;
  margin-left: -13px;
}
.section-nav-container > ul {
  padding-left: 2rem;
}
.toggled .section-nav-container {
  display: block;
  visibility: visible;
}
@media (min-width: 1280px) {
  .section-nav-container {
    display: block !important;
    border: none;
    box-shadow: none;
    max-width: none;
    padding: 0;
    position: relative;
    visibility: visible !important;
  }
  .section-nav-container:after, .section-nav-container:before {
    content: none;
  }
  .section-nav-container > ul {
    padding-left: 0;
  }
}

/* -------------------------------------------------------------------------- */
/*	16. Site Footer
/* -------------------------------------------------------------------------- */
#site-footer {
  background-color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 700px) {
  #site-footer {
    padding: 4.3rem 0 0;
  }
}

.site-footer a {
  color: #000;
  text-decoration: none;
}

.site-footer a:focus,
.site-footer a:hover {
  text-decoration: underline;
}

.footer-top,
#site-footer {
  padding: 3rem 0 0;
}

/* Footer Top -------------------------------- */
.footer-top {
  margin: auto;
  overflow: hidden;
  padding: 0 4rem;
  position: relative;
}
@media (min-width: 700px) {
  .footer-top {
    padding: 3.7rem 0;
  }
}
@media (min-width: 1000px) {
  .footer-top {
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .footer-top::after {
    background: url(assets/images/footer_graphic@2x.png) no-repeat 100% 100%;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 596px;
    z-index: 1;
  }
}

.footer-top .section-inner {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 700px) {
  .footer-top .section-inner {
    width: 100%;
  }
}
@media (min-width: 700px) {
  .footer-top .section-inner {
    display: flex;
  }
}

/* FOOTER MENU */
.footer-menu {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 700px) {
  .footer-menu {
    margin: -0.8rem 0 0 0;
    width: calc(100% - 4rem);
  }
}
@media (min-width: 1000px) {
  .footer-menu {
    align-items: baseline;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -1.2rem 0 0 0;
  }
}
@media (min-width: 1220px) {
  .footer-menu {
    margin: -1.5rem 0 0 0;
  }
}

.footer-menu a {
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir Heavy", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
}

.footer-menu .sub-menu a {
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

.footer-menu a:hover,
.footer-menu a:focus {
  text-decoration: underline;
}

.footer-menu li {
  line-height: normal;
  margin: 0.8rem 1.6rem 0 0;
}

.footer-menu > li {
  margin: 1.2rem 0 2.3rem 0;
  padding-right: 2.4rem;
}
@media (min-width: 1000px) {
  .footer-menu > li {
    width: 33.3333%;
  }
}
@media (min-width: 1000px) {
  .footer-menu > li:nth-child(1) {
    order: 1;
  }
}
@media (min-width: 1000px) {
  .footer-menu > li:nth-child(2) {
    order: 4;
  }
}
@media (min-width: 1000px) {
  .footer-menu > li:nth-child(3) {
    order: 2;
    width: 28.333%;
  }
}
@media (min-width: 1000px) {
  .footer-menu > li:nth-child(4) {
    order: 5;
    width: 28.333%;
  }
}
@media (min-width: 1000px) {
  .footer-menu > li:nth-child(5) {
    order: 3;
  }
}
@media (min-width: 1000px) {
  .footer-menu > li:nth-child(6) {
    order: 6;
  }
}
@media (min-width: 1000px) {
  .footer-menu > li.menu-item--full-width {
    width: 100%;
  }
}

@media (min-width: 700px) {
  .has-footer-menu .footer-social-wrapper {
    flex: 1;
    margin-left: 4rem;
    width: auto;
  }
}

/* FOOTER COPYRIGHT */
.footer-copyright {
  display: flex;
  font-size: 1.4rem;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 700px) {
  .footer-copyright {
    align-items: flex-end;
    flex-basis: 40%;
    margin-bottom: 0;
    text-align: right;
    white-space: nowrap;
  }
}

.footer-copyright__logo {
  margin-top: 2.4rem;
}
@media (min-width: 700px) {
  .footer-copyright__logo {
    margin-top: 0;
    margin-bottom: 0.4rem;
  }
}

/* Footer Bottom ----------------------------- */
.footer-bottom {
  background-color: #201B23;
  color: #fff;
  padding: 1.5rem 0.5rem;
}

@media (min-width: 700px) {
  .footer-bottom .section-inner {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
}

.footer-bottom a {
  color: #fff;
}

.footer-bottom a:focus,
.footer-bottom a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-bottom-tagline {
  align-items: center;
  display: flex;
  font-size: 1.3rem;
  font-family: "Avenir LT W01_95 Black1475556", "Avenir Black", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  margin: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .footer-bottom-tagline {
    font-family: "Avenir LT W01_85 Heavy1475544", "Avenir Heavy", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-size: inherit;
  }
}

.footer-bottom-tagline__img {
  margin-left: -10px;
}

/* FOOTER SOCIAL */
.footer-social-wrapper {
  margin: 0;
  width: 100%;
}

@media (min-width: 700px) {
  .footer-bottom-social {
    align-items: center;
    display: flex;
    margin-left: auto;
    justify-content: flex-end;
  }
}

.footer-bottom-social-tagline {
  margin: 0;
}
@media (min-width: 700px) {
  .footer-bottom-social-tagline {
    margin-right: 1rem;
    white-space: nowrap;
  }
}

.has-footer-menu .footer-social-wrapper {
  flex-shrink: 0;
  margin-left: 1rem;
  width: 50%;
}

ul.footer-social {
  margin: -0.5rem 0 0 -0.5rem;
}
@media (min-width: 1220px) {
  ul.footer-social {
    margin: -1rem 0 0 -1rem;
  }
}

.has-footer-menu .footer-social {
  justify-content: flex-end;
}

ul.footer-social li {
  margin: 0.5rem 0 0 0.5rem;
}
@media (min-width: 1220px) {
  ul.footer-social li {
    margin: 1rem 0 0 1rem;
  }
}
@media (min-width: 1220px) {
  ul.footer-social li:first-child {
    width: 100%;
  }
}

.footer-social a {
  background-color: #201B23;
  color: #fff;
  height: 3.6rem;
  text-decoration: none;
  width: 3.6rem;
}
@media (min-width: 1220px) {
  .footer-social a {
    height: 4.4rem;
    width: 4.4rem;
  }
}

.footer-social a::before {
  font-size: 1.6rem;
}
@media (min-width: 1220px) {
  .footer-social a::before {
    font-size: 2rem;
  }
}

/* FOOTER WIDGETS */
@media (min-width: 1220px) {
  .footer-widgets-wrapper {
    margin-left: -6rem;
    width: calc(100% + 6rem);
  }
}

@media (min-width: 1220px) {
  .footer-widgets {
    margin-left: 6rem;
  }
}

/* Search Form ------------------------------- */
.search-form {
  align-items: baseline;
  border-bottom: 1.5px solid transparent;
  display: flex;
  flex-wrap: nowrap;
  font-weight: 500;
  margin: 0;
  transition: all 0.15s ease-out;
}
.search-form:hover, .search-form:focus {
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.24);
}
@media (min-width: 1024px) {
  .search-form:hover, .search-form:focus {
    border-botom-color: black;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .search-form:hover, .search-form:focus {
    border-bottom: none;
  }
}

.search-form .search-field {
  background: transparent;
  border: none;
  font-size: 2.4rem;
  margin: 0 0 0 0.8rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .search-form .search-field {
    font-size: 1.7rem;
  }
}

.header-navigation-search .search-form {
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.24);
}
@media (min-width: 1024px) {
  .header-navigation-search .search-form {
    border-bottom: none;
    max-width: 80%;
  }
}
@media (min-width: 1280px) {
  .header-navigation-search .search-form {
    margin-right: 1.8rem;
  }
}

.header-navigation-search .search-field {
  padding: 0 1.8rem 0.6rem;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .header-navigation-search .search-field {
    padding: 0;
  }
}
.header-navigation-search .search-field:focus {
  outline: none;
}

.header-navigation-search ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.header-navigation-search ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.header-navigation-search :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.header-navigation-search :-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.search-form .search-submit {
  flex-shrink: 0;
}

.search-form .search-submit:focus,
.search-form .search-submit:hover {
  text-decoration: none;
}

.header-blog-search .search-form {
  background: #F6F6F6;
  border: 1px solid #D8D4D5;
  margin: 0;
  max-width: 600px;
  padding: 1.1rem 1.2rem;
}

.header-blog-search .search-form .search-field {
  margin: 0;
  padding: 0 1.1rem;
}

/* -------------------------------------------------------------------------- */
/*	Share Link
/* -------------------------------------------------------------------------- */
.share-link {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  margin-bottom: 2rem;
  padding: 0;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: inherit;
  text-transform: none;
  user-select: none;
}

.share-link:hover,
.share-link:focus,
.share-link:active {
  box-shadow: none;
}

.share-link:focus,
.share-link:active {
  border: none;
  outline: none;
}

.share-link__icon {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.share-page-list.reset-list-style {
  display: flex;
  align-items: center;
}

.share-page-list.reset-list-style li {
  font-size: 1.4rem;
  margin-bottom: 0.15em;
  margin-right: 2rem;
}

.share-page-list.reset-list-style a:hover,
.share-page-list.reset-list-style a:focus {
  text-decoration: underline;
}

/* Skip Link --------------------------------- */
.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

/* -------------------------------------------------------------------------- */
/*	11. Entry Content
/* -------------------------------------------------------------------------- */
.entry-content {
  line-height: 1.5;
}

.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25em;
}

.entry-content > *:first-child {
  margin-top: 0 !important;
}

.entry-content > *:last-child {
  margin-bottom: 0 !important;
}

.read-more-button-wrap {
  margin-top: 1em;
  text-align: center;
}

.entry-content a:hover,
.entry-content a:focus {
  text-decoration: none;
}

.entry-content p,
.entry-content li {
  line-height: 1.5;
  margin-bottom: 4rem;
}

.entry-content h1,
.entry-content p.heading-size-1,
.entry-content h2,
.entry-content p.heading-size-2,
.entry-content h3,
.entry-content p.heading-size-3,
.entry-content h4,
.entry-content p.heading-size-4 {
  margin: 3.5rem auto 2rem;
}

.entry-content h5,
.entry-content p.heading-size-5,
.entry-content h6,
.entry-content p.heading-size-6 {
  margin-bottom: 1rem;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
  margin-top: 0 !important;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  margin-bottom: 1rem;
}

.entry-content hr {
  margin: 4rem auto;
}

.entry-content h2 + .wp-block-buttons {
  margin-top: 3.5rem;
}

.entry-content [class*=heading-size] + .wp-block-columns:not(.alignwide):not(.alignfull) {
  margin-top: 0;
}

.entry-content .wp-block-columns + .wp-block-columns {
  margin-bottom: 0;
  margin-top: 0;
}

/* -------------------------------------------------------------------------- */
/*	13. Site Pagination
/* -------------------------------------------------------------------------- */
.pagination .nav-links {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  font-weight: 600;
  margin: -1.5rem 0 0 -2.5rem;
  width: calc(100% + 2.5rem);
}

.pagination-separator {
  margin: 5rem 0;
}

.nav-links > * {
  margin: 1.5rem 0 0 2.5rem;
}

.nav-links .placeholder {
  display: none;
  visibility: hidden;
}

.pagination a {
  text-decoration: none;
}

.pagination a:focus,
.pagination a:hover {
  text-decoration: underline;
}

.pagination .dots {
  transform: translateY(-0.3em);
  color: #6d6d6d;
}

.nav-short {
  display: none;
}

/* Single Pagination ------------------------- */
.pagination-single {
  font-size: 1.8rem;
  margin-top: 5rem;
}

.pagination-single-inner {
  display: flex;
  flex-direction: column;
}

.pagination-single hr:first-child {
  margin: 0 0 2.8rem 0;
}

.pagination-single hr:last-child {
  margin: 2.8rem 0 0.8rem 0;
}

.pagination-single a {
  align-items: baseline;
  display: flex;
  font-weight: 600;
  text-decoration: none;
  flex: 1;
}

.pagination-single a + a {
  margin-top: 1rem;
}

.pagination-single a .arrow {
  margin-right: 1rem;
}

.pagination-single a:focus .title,
.pagination-single a:hover .title {
  text-decoration: underline;
}

/* Tooltips */
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltip__text {
  background-color: #201B23;
  background-color: rgba(32, 27, 35, 0.9);
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  left: -10px;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 100%;
  top: calc(100% + 10px);
  visibility: hidden;
  width: 150px;
  z-index: 1;
}
.tooltip .tooltip__text:after {
  content: " ";
  position: absolute;
  bottom: 100%; /* At the top of the tooltip */
  left: 16px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(32, 27, 35, 0.9) transparent;
}
.tooltip .tooltip__text svg {
  display: inline-block;
  margin-left: 3px;
}
.tooltip:hover .tooltip__text, .tooltip:focus .tooltip__text {
  visibility: visible;
}

.tooltip--external-link .tooltip__text {
  width: 190px;
}

.add_to_wishlist {
  position: relative;
}
.add_to_wishlist span {
  background-color: #201B23;
  background-color: rgba(32, 27, 35, 0.9);
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  right: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 100%;
  top: calc(100% + 10px);
  visibility: hidden;
  width: 130px;
  z-index: 1;
}
.add_to_wishlist span:after {
  content: " ";
  position: absolute;
  bottom: 100%; /* At the top of the tooltip */
  right: 22px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(32, 27, 35, 0.9) transparent;
}
.add_to_wishlist:hover span, .add_to_wishlist:focus span {
  visibility: visible;
}

/* -------------------------------------------------------------------------- */
/*	Hidden Credits
/* -------------------------------------------------------------------------- */
.has-hidden-credits {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.has-hidden-credits img {
  position: relative;
  margin-bottom: -7%;
  -webkit-clip-path: inset(0 0 7% 0);
  clip-path: inset(0 0 7% 0);
  transition: all 0.9s ease-in-out;
}

/* -------------------------------------------------------------------------- */
/*	17. Carousel (Slick)
/* -------------------------------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Theme */
.slick-loading .slick-list {
  background: #fff url("assets/images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 0;
  display: block;
  width: 40px;
  height: 24px;
  padding: 0;
  cursor: pointer;
  color: #201B23;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev svg,
.slick-next svg {
  fill: #201B23;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #363B49;
  outline: none;
  background: transparent;
  box-shadow: none;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  color: #EDEDED;
}

.slick-prev.slick-disabled svg,
.slick-next.slick-disabled svg {
  fill: #EDEDED;
}

.slick-prev {
  left: 0;
}
@media (min-width: 1024px) {
  .slick-prev {
    left: auto;
    right: 6rem;
  }
}

.slick-next {
  right: 0;
}
@media (min-width: 1024px) {
  .slick-next {
    right: 0;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
@media (min-width: 1024px) {
  .slick-dots {
    position: absolute;
    bottom: -25px;
    margin: 0 0 0 calc(9.6rem - 7px);
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 26px;
  height: 26px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  box-shadow: none;
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  content: "";
  text-align: center;
  background-color: #EDEDED;
  border-radius: 60px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.15s ease-out;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  background-color: #F6F6F6;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  background-color: #201B23;
}

/* -------------------------------------------------------------------------- */
/*	Brackets Slider
/* -------------------------------------------------------------------------- */
.compatible-brackets-carousel {
  max-width: 630px;
}

/* Dots */
@media (min-width: 1024px) {
  .compatible-brackets-carousel-container .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
.compatible-brackets-carousel-container .slick-dots {
  display: block;
  margin: 0 0 2rem;
  position: relative;
  text-align: left;
  width: 100%;
}
.compatible-brackets-carousel-container .slick-dots li {
  width: 120px;
  height: 100px;
  margin: 0 20px 0 0;
}
.compatible-brackets-carousel-container .slick-dots li button {
  background: #FFF;
  width: 120px;
  height: 100px;
  padding: 0;
  position: relative;
}
.compatible-brackets-carousel-container .slick-dots li button img {
  position: relative;
}
.compatible-brackets-carousel-container .slick-dots li button:before {
  background-color: #F6F6F6;
  content: " ";
  height: 100%;
  left: initial;
  right: 11px;
  top: 6px;
  width: 2px;
}
.compatible-brackets-carousel-container .slick-dots li button:hover,
.compatible-brackets-carousel-container .slick-dots li button:focus {
  background: #F6F6F6;
  outline: none;
  opacity: 1;
}
.compatible-brackets-carousel-container .slick-dots li.slick-active button {
  background: #F6F6F6;
  border: 1px solid #201B23;
  color: #201B23;
}
.compatible-brackets-carousel-container .slick-dots li.slick-active button:before {
  content: none;
}

/* -------------------------------------------------------------------------- */
/*	Case Study Slider
/* -------------------------------------------------------------------------- */
.case-studies-secondary.slick-initialized {
  padding-top: 5rem;
}

@media (min-width: 1024px) {
  .case-studies-secondary .slick-list {
    padding: 0 44rem 0 0;
  }
}

.case-studies-secondary__item .case-study-teaser {
  max-width: 340px;
  min-width: 300px;
  padding: 0 1rem 2rem 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .case-studies-secondary__item .case-study-teaser {
    max-width: 462px;
    min-width: 462px;
    padding: 0 2rem 2rem 0;
    width: 462px;
  }
}
@media (min-width: 1280px) {
  .case-studies-secondary__item .case-study-teaser {
    padding: 0 4rem 2rem 0;
  }
}

@media (min-width: 1280px) {
  .home .case-studies-secondary__item .case-study-teaser {
    max-width: 520px;
    min-width: 520px;
    width: 520px;
  }
}

.case-studies-secondary__item .case-study-teaser__image {
  background-color: #FFC235;
  border-color: #FFC235;
  border-top-width: 3.2rem;
  border-right-width: 5rem;
  border-bottom-width: 1.6rem;
  border-left-width: 1.8rem;
  border-style: solid;
  height: 361px;
  max-width: 520px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.case-studies-secondary__item .case-study-teaser__image img {
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 452px;
}

.slick-slide:nth-child(2n) .case-study-teaser__image {
  background-color: #363B49;
  border-color: #363B49;
}

.slick-slide:nth-child(3n) .case-study-teaser__image {
  background-color: #E95440;
  border-color: #E95440;
}

.case-studies-secondary__item .case_study .entry-title {
  font-size: 3.2rem;
}

/* Prevent Chrome from cutting off button*/
.slick-slide .case-study-teaser__content {
  padding-bottom: 1px;
}

@media (min-width: 1024px) {
  .slick-slide .case-study-teaser__content {
    max-width: 305px;
  }
}
/* Single Product Case Studies Carousel */
@media (min-width: 1024px) {
  .single-product .case-studies-secondary.slick-initialized {
    margin-top: -40px;
  }
}

@media (min-width: 1024px) {
  .single-product .slick-slide .case-study-teaser__content {
    max-width: 375px;
  }
  .single-product .case-study-meta {
    display: flex;
    justify-content: space-between;
  }
  .single-product .case-study-meta .case-study-meta__item {
    display: inline-block;
    font-size: 1.6rem;
    margin-right: 1rem;
  }
  .single-product .case-study-meta .case-study-meta__item strong {
    font-size: 1.8rem;
  }
}
/* -------------------------------------------------------------------------- */
/*	Testimonials Slider
/* -------------------------------------------------------------------------- */
.testimonials-slider {
  max-width: 1240px;
}

.testimonials-slider__item blockquote {
  font-size: 2.5rem;
  line-height: 1.5;
  max-width: 867px;
  padding-left: 0;
  width: 100%;
}
@media (min-width: 1000px) {
  .testimonials-slider__item blockquote {
    padding-left: 9.6rem;
  }
}

.testimonials-slider__item cite {
  font-size: 2.1rem;
}

@media (min-width: 1000px) {
  .testimonials-slider__item blockquote:before {
    left: 0;
  }
}
/* Sticky Sidebar Navigation ---------------------------- */
@media (min-width: 1024px) {
  .section-inner--sticky-sidebar {
    display: flex;
  }
}
.section-inner--sticky-sidebar .section__sidebar {
  will-change: min-height;
}
@media (min-width: 1024px) {
  .section-inner--sticky-sidebar .section__sidebar {
    display: block;
    visibility: visible;
    height: 100%;
    margin-right: 30px;
    padding-bottom: 5rem;
    position: -webkit-sticky;
    position: sticky;
    top: 3rem;
    width: 207px;
  }
  .admin-bar .section-inner--sticky-sidebar .section__sidebar {
    top: 32px;
    top: calc(3rem + 32px);
  }
}

/* -------------------------------------------------------------------------- */
/*	Blocks
/* -------------------------------------------------------------------------- */
/* Block Colors ------------------------------ */
.has-text-color a {
  color: inherit;
}

/* CUSTOM COLORS */
:root .has-accent-color {
  color: #FFC235;
}

:root .has-accent-background-color {
  background-color: #FFC235;
  color: #fff;
}

:root .has-primary-color {
  color: #201B23;
}

:root .has-primary-background-color {
  background-color: #201B23;
  color: #fff;
}

:root .has-secondary-color {
  color: #E95440;
}

:root .has-secondary-background-color {
  background-color: #E95440;
  color: #fff;
}

:root .has-subtle-background-color {
  color: #F6F6F6;
}

:root .has-subtle-background-background-color {
  background-color: #F6F6F6;
  color: #000;
}

:root .has-background-color {
  color: #363B49;
}

:root .has-background-background-color {
  background-color: #363B49;
  color: #000;
}

/* Block Typography Classes ------------------ */
.has-text-align-left {
  /*rtl:ignore*/
  text-align: left;
}

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

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

.has-drop-cap:not(:focus)::first-letter {
  color: #cd2653;
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir Heavy", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 5.1em;
  margin: 0.05em 0.1em 0 0;
}

.has-drop-cap:not(:focus)::first-letter::after {
  content: "";
  display: table;
  clear: both;
}

.has-drop-cap:not(:focus)::after {
  padding: 0;
}

p.has-background {
  padding: 1.2rem 1.5rem 1.5rem 1.2rem;
}

/* Block Font Families ----------------------- */
.has-drop-cap:not(:focus)::first-letter,
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-cover-image,
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-pullquote,
.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

/* Block Font Sizes -------------------------- */
.entry-content .has-small-font-size {
  font-size: 0.842em;
}

.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
  font-size: 1em;
}

.entry-content .has-medium-font-size {
  font-size: 1.1em;
  line-height: 1.45;
}

.entry-content .has-large-font-size {
  font-size: 1.25em;
  line-height: 1.4;
}

.entry-content .has-larger-font-size {
  font-size: 1.5em;
  line-height: 1.3;
}

/* Block: Base Margins ----------------------- */
.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

*[class*=__inner-container] > *:first-child {
  margin-top: 0 !important;
}

*[class*=__inner-container] > *:last-child {
  margin-bottom: 0 !important;
}

/* Block: Shared Nesting Alignment Resets ---- */
[class*=__inner-container] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*=__inner-container] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
}

[class*=__inner-container] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
  max-width: 58rem;
}

/* Block: Shared Widget Styles --------------- */
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
  list-style: none;
  margin-left: 0;
}

.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul {
  list-style: none;
}

.entry-content .wp-block-archives > li,
.entry-content .wp-block-categories > li,
.entry-content .wp-block-latest-posts > li,
.entry-content .wp-block-latest-comment > li {
  margin-left: 0;
}

.entry-content .wp-block-archives > li:last-child,
.entry-content .wp-block-categories > li:last-child,
.entry-content .wp-block-latest-posts > li:last-child,
.entry-content .wp-block-latest-comment > li:last-child {
  margin-bottom: 0;
}

.entry-content .wp-block-archives *,
.entry-content .wp-block-categories *,
.entry-content .wp-block-latest-posts *,
.entry-content .wp-block-latest-comments * {
  font-family: inherit;
}

.entry-content .wp-block-archives li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-latest-posts li {
  color: #6d6d6d;
}

.wp-block-archives a,
.wp-block-categories a,
.wp-block-latest-posts a,
.wp-block-latest-comments a {
  font-weight: 700;
  text-decoration: none;
}

.wp-block-archives a:hover,
.wp-block-categories a:hover,
.wp-block-latest-posts a:hover,
.wp-block-latest-comments a:hover,
.wp-block-archives a:focus,
.wp-block-categories a:focus,
.wp-block-latest-posts a:focus,
.wp-block-latest-comments a:focus {
  text-decoration: underline;
}

.wp-block-latest-posts a,
.wp-block-latest-comments__comment-meta {
  font-weight: 700;
  line-height: 1.25;
}

.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
  color: #6d6d6d;
  font-size: 0.7em;
  font-weight: 600;
  letter-spacing: normal;
  margin-top: 0.15em;
}

/* Block: Shared Media Styles ---------------- */
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: #AFABAD;
  font-size: 1.4rem;
  margin-bottom: 0;
  margin-top: 1.5rem;
}

/* Block: Audio ------------------------------ */
.wp-block-audio audio {
  width: 100%;
}

/* Block: Button ----------------------------- */
.wp-block-button {
  margin: 3rem 0;
}

.wp-block-button.is-style-outline {
  color: #201B23;
}

.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: inherit;
}

.is-style-outline .wp-block-button__link {
  padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
}

/* Block: Columns ---------------------------- */
.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
  padding-left: 2rem;
  padding-right: 2rem;
}

.wp-block-column {
  margin-bottom: 3.2rem;
}

.wp-block-column > *:first-child {
  margin-top: 0;
}

.wp-block-column:empty,
.wp-block-column > *:last-child {
  margin-bottom: 0;
}

.wp-block-columns.alignbottom {
  align-items: flex-end;
}

/* Block: Cover ------------------------------ */
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: calc(100% - 4rem);
  padding: 2rem 0;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
  max-width: 100%;
  padding: 0;
}

.wp-block-cover-image h2,
.wp-block-cover h2 {
  font-size: 3.2rem;
}

/* Block: Embed ------------------------------ */
/* Block: File ------------------------------- */
.wp-block-file {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wp-block-file a:not(.wp-block-file__button) {
  font-weight: 700;
  text-decoration: none;
}

.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
  margin-right: 1rem;
}

.wp-block-file a:not(.wp-block-file__button):focus,
.wp-block-file a:not(.wp-block-file__button):hover {
  text-decoration: underline;
}

.wp-block-file .wp-block-file__button {
  font-size: 1.5rem;
  padding: 1em 1.25em;
}

.wp-block-file a.wp-block-file__button:visited {
  opacity: 1;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Block: Gallery ---------------------------- */
.wp-block-gallery ul {
  list-style: none;
  margin: 0 0 -1.6rem 0;
}

figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

figure.wp-block-gallery.alignleft {
  margin: 0.3rem 2rem 2rem 0;
}

figure.wp-block-gallery.alignright {
  margin: 0.3rem 0 2rem 2rem;
}

figure.wp-block-gallery.alignwide {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

figure.wp-block-gallery.alignfull {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

/* Block: Group ------------------------------ */
.wp-block-group.has-background {
  padding: 2rem;
}

.wp-block-group .wp-block-group.has-background {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-block-group__inner-container {
  margin: 0 auto;
}

.wp-block-group__inner-container,
.entry-content .wp-block-group p {
  max-width: 100%;
}

.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* Block: Image ------------------------------ */
.wp-block-group.no-left-padding .wp-block-image.alignleft {
  margin-left: 0;
  padding-right: 2rem;
}

.wp-block-group.no-right-padding .wp-block-image.alignright {
  margin-right: 0;
  padding-left: 2rem;
}

/* Block: Media And Text --------------------- */
.wp-block-media-text .wp-block-media-text__content {
  padding: 3rem 2rem;
}

.wp-block-media-text .wp-block-media-text__content p {
  max-width: none;
}

.wp-block-media-text__content > *:first-child {
  margin-top: 0;
}

.wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}

/* Block: Pullquote -------------------------- */
/* STYLE: DEFAULT */
.wp-block-pullquote {
  padding: 0;
  position: relative;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: calc(100% - 4rem);
}

.wp-block-pullquote::before {
  background: #fff;
  border-radius: 50%;
  color: #cd2653;
  content: "”";
  display: block;
  font-size: 6.2rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 auto 1.5rem auto;
  text-align: center;
  height: 4.4rem;
  width: 4.4rem;
}

.reduced-spacing .wp-block-pullquote::before {
  border: 0.1rem solid currentColor;
  font-size: 5.9rem;
}

.wp-block-pullquote blockquote {
  border: none;
  margin: 0;
  padding: 0;
}

.wp-block-pullquote blockquote p {
  font-family: inherit;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.178571429;
  max-width: 100%;
}

.wp-block-pullquote p:last-of-type {
  margin-bottom: 0;
}

.wp-block-pullquote cite {
  font-size: 1.6rem;
  margin-top: 1.2rem;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 2.8rem;
}

.wp-block-pullquote.alignleft {
  text-align: left;
}

.wp-block-pullquote.alignright {
  text-align: right;
}

.wp-block-pullquote.alignleft::before {
  margin-left: 0;
}

.wp-block-pullquote.alignright::before {
  margin-right: 0;
}

/* STYLE: SOLID BACKGROUND COLOR */
.wp-block-pullquote.is-style-solid-color {
  padding: 3rem 2rem;
}

.wp-block-pullquote.is-style-solid-color::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before,
.wp-block-pullquote.is-style-solid-color.alignright::before {
  transform: translateY(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before {
  left: 2rem;
}

.wp-block-pullquote.is-style-solid-color.alignright::before {
  left: auto;
  right: 2rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  text-align: inherit;
}

.wp-block-pullquote.is-style-solid-color cite {
  color: inherit;
}

/* Block: Separator  ------------------------- */
hr.wp-block-separator {
  margin: 3rem auto;
}

hr.wp-block-separator.is-style-large {
  margin: 8rem auto;
}

/* STYLE: WIDE */
.wp-block-separator.is-style-wide {
  max-width: calc(100vw - 4rem);
  position: relative;
  width: 100%;
}

/* STYLE: DOTS */
.wp-block-separator.is-style-dots::before {
  background: none;
  color: inherit;
  font-size: 3.2rem;
  font-weight: 700;
  height: auto;
  letter-spacing: 1em;
  padding-left: 1em;
  position: static;
  transform: none;
  width: auto;
}

.wp-block-separator.is-style-dots::after {
  content: none;
}

/* Block: Search ----------------------------- */
.wp-block-search .wp-block-search__input {
  width: auto;
}

/* Block: Table ------------------------------ */
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: #dcd7ca;
}

figure.wp-block-table.is-style-stripes {
  border-bottom: none;
}

.wp-block-table.is-style-stripes table {
  border-collapse: inherit;
}

/* Block: Quote ------------------------------ */
.wp-block-quote p,
.wp-block-quote cite {
  text-align: inherit;
}

.wp-block-quote[style="text-align:center"] {
  border-width: 0;
  padding: 0;
}

.wp-block-quote[style="text-align:right"] {
  /*rtl:begin:ignore*/
  border-width: 0 0.2rem 0 0;
  padding: 0 2rem 0 0;
  /*rtl:end:ignore*/
}

/* STYLE: LARGE */
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  border: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-family: inherit;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.285;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 1.6rem;
  text-align: inherit;
}

.wp-block-quote {
  border-left: none;
}

/* Block: Widget Latest Comments ------------- */
.entry-content .wp-block-latest-comments li {
  margin: 2rem 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 5.5rem;
}

.entry-content .wp-block-latest-comments a {
  text-decoration: none;
}

.entry-content .wp-block-latest-comments a:hover,
.entry-content .wp-block-latest-comments a:focus {
  text-decoration: underline;
}

.wp-block-latest-comments__comment {
  font-size: inherit;
}

.wp-block-latest-comments__comment-date {
  margin-top: 0.4em;
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: 0.7em;
  margin: 0.9rem 0 2rem 0;
}

/* Block: Widget Latest Posts ---------------- */
.wp-block-latest-posts.is-grid li {
  border-top: 0.2rem solid #dcd7ca;
  margin-top: 2rem;
  padding-top: 1rem;
}

.wp-block-latest-posts.has-dates {
  list-style: none;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li {
  margin-top: 1.5rem;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li:first-child {
  margin-top: 0;
}

.wFormContainer .wForm {
  background-color: #fff;
  color: #201b23;
  padding: 0;
}

.wForm .reqMark:after {
  content: " *";
  color: #E95440;
  font-size: 90%;
}

.wFormContainer .wForm .inputWrapper input[type=text],
.wFormContainer .wForm .inputWrapper input[type=password],
.wFormContainer .wForm .inputWrapper select,
.wFormContainer .wForm .inputWrapper textarea {
  background-color: #F6F6F6;
  border: none;
  border-bottom: 1px solid #201b23;
}

.wFormContainer .wForm .inputWrapper input[type=text],
.wFormContainer .wForm .inputWrapper input[type=password],
.wFormContainer .wForm .inputWrapper select {
  height: 40px;
  width: 100%;
}

.errMsg {
  color: #E95440;
  font-size: 1.6rem;
  padding-top: 0.25rem;
}

.wFormContainer fieldset {
  border: none;
  margin-bottom: 8rem;
  padding: 0;
}

.wFormContainerInner {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  width: calc(100% - 4rem);
}

.inquiry-form-header {
  background: #F6F6F6;
  margin-bottom: 4rem;
  padding: 3rem 0;
}
@media (min-width: 1024px) {
  .inquiry-form-header {
    padding: 5rem 0;
  }
}

@media (min-width: 1024px) {
  .inquiry-form-header .wFormContainerInner {
    display: flex;
    align-content: center;
  }
}

.inquiry-form-header .wFormContainerInner > .htmlSection {
  flex-basis: 50%;
}

.inquiry-form-header .button-alt {
  display: inline-block;
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir Heavy", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6rem;
  margin-top: 2rem;
  text-decoration: none;
}
.inquiry-form-header .button-alt:hover, .inquiry-form-header .button-alt:focus {
  background-color: #201B23;
  color: #fff;
}
.inquiry-form-header .button-alt:hover svg, .inquiry-form-header .button-alt:focus svg {
  fill: #fff;
}
@media (min-width: 1024px) {
  .inquiry-form-header .button-alt {
    margin-top: 0;
  }
}

.section.inline.group {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .section.inline.group {
    display: flex;
  }
}

.section.inline.group > .oneField {
  margin-bottom: 20px;
  margin-right: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .section.inline.group > .oneField {
    margin-bottom: 0;
  }
}

#tfa_2190 {
  min-height: 517px;
  width: 100%;
}
@media (min-width: 1024px) {
  #tfa_2190 {
    width: 420px;
  }
}

div[id*=tfa_2189-D] {
  background: #F6F6F6;
  border: 1px solid #EDEDED;
  border-radius: 3px;
  margin-bottom: 1.2rem;
  padding: 1rem;
  position: relative;
}
div[id*=tfa_2189-D] label {
  font-size: 1.4rem;
}
div[id*=tfa_2189-D] > :last-child {
  margin-bottom: 0;
}

.removeSpan .removeLink {
  line-height: 1;
  position: absolute;
  right: 1rem;
  text-decoration: none;
  top: 0.5rem;
}
.removeSpan .removeLink > span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.removeSpan .removeLink:before {
  content: "x";
}

.duplicateSpan {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
}

.duplicateLink {
  text-decoration: none;
}

#tfa_2931-D .oneChoice {
  background: #F6F6F6;
  border: 1px solid #EDEDED;
  display: block;
  margin-bottom: 8px;
  padding: 1px 8px 4px;
}
#tfa_2931-D > label {
  margin-bottom: 1.6rem;
}
#tfa_2931-D label {
  display: inline-block;
}

.primaryAction {
  font-size: 1.8rem;
}

.actions {
  background: #F6F6F6;
  margin-top: 4rem;
  padding: 5rem 0;
}

.wFormFooter {
  padding: 1rem;
  text-align: center;
}

/* Accessibility Related Rules */
/* These are the rules that should *not* apply if javascript is disabled. */
.offstate {
  display: none !important;
}

html .wForm form .wfPage, html .wForm form .wfHideSubmit {
  display: none !important;
}

html .wForm form .saveAndResume .actions .wfHideSubmit {
  display: block !important;
}

html .wForm form .wfCurrentPage {
  display: block !important;
}

.offstate-resumelater {
  display: none !important;
}

.onstate-resumelater {
  display: block !important;
}

#saveAndResumeFieldset {
  display: none;
}

/* Handle page visibility */
html .wForm form .wfPage, html .wForm form .wfHideSubmit {
  display: none !important;
}

html .wForm form .wfCurrentPage {
  display: block !important;
}

/* -------------------------------------------------------------------------- */
/*	7c. Template: Front Page
/* -------------------------------------------------------------------------- */
.site-header.screen-height {
  background-color: #FFAE35;
  background: url(assets/images/Illustration_BL_02@2x.png) no-repeat calc(100% + 244px) calc(100% + 58px), radial-gradient(90.23% 143.22% at 37.99% 52.87%, rgba(255, 194, 53, 0.9) 38.26%, RGBa(255, 174, 53, 0.9) 100%);
  background-size: 546px, 100%;
  border-top: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .site-header.screen-height {
    background: radial-gradient(90.23% 143.22% at 37.99% 52.87%, rgba(255, 194, 53, 0.9) 38.26%, RGBa(255, 174, 53, 0.9) 100%);
    background-size: 100%;
    margin-bottom: 0;
  }
}

.site-header--home .header-inner {
  order: 2;
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .site-header--home .header-inner {
    order: 1;
  }
}

.site-header--home .header-logo-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 95vh;
  padding-top: 120px;
  width: 100%;
}
.logged-in .site-header--home .header-logo-wrapper {
  min-height: calc(95vh - 46px);
}
@media screen and (min-width: 1024px) {
  .site-header--home .header-logo-wrapper {
    background: url(assets/images/Illustration_BL_02@2x.png) no-repeat 98% 30%;
    background-size: 530px;
    min-height: calc(95vh - 153px);
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
  }
  .logged-in .site-header--home .header-logo-wrapper {
    min-height: calc(95vh - 185px);
  }
}
@media screen and (min-width: 1145px) {
  .site-header--home .header-logo-wrapper {
    background-position: 100% 30%;
    background-size: 604px;
    padding-top: 10.5rem;
  }
}

.site-header--home .logo-and-tagline {
  position: relative;
  z-index: 20;
}

.taglines {
  max-width: 60rem;
}

.site-header--home .site-logo {
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 960px) {
  .site-header--home .site-logo {
    width: 625px;
  }
}
@media screen and (min-height: 960px) {
  .site-header--home .site-logo {
    margin-bottom: 4.8rem;
  }
}

@media screen and (min-width: 560px) {
  .site-header--home .logo-and-tagline .site-logo {
    width: 440px;
  }
}

.home-tagline-primary {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir Black", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 3rem;
  line-height: 1.0666666667;
  margin: 1rem 0 3.6rem;
  z-index: 10;
}
@media screen and (min-width: 960px) {
  .home-tagline-primary {
    font-size: 3.2rem;
    line-height: 1.1875;
    max-width: 85%;
  }
}

.home-tagline-secondary {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.5238095238;
  margin-bottom: 6rem;
  z-index: 10;
}
@media screen and (min-width: 960px) {
  .home-tagline-secondary {
    font-size: 2.1rem;
    line-height: 1.6666666667;
    max-width: 48.3rem;
  }
}

.home-cta-buttons {
  display: flex;
  flex-direction: column;
  line-height: 1.1428571429;
  flex-wrap: wrap;
  z-index: 50;
}
@media screen and (min-width: 1024px) {
  .home-cta-buttons {
    align-items: center;
    flex-direction: row;
  }
}
@media screen and (min-width: 1500px) {
  .home-cta-buttons {
    margin-bottom: 9.5rem;
  }
}

.home-cta-buttons .button {
  align-items: center;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.05) 0 5px 10px;
  font-size: 1.8rem;
  gap: 12px;
  justify-content: center;
  margin: 0 0 2rem;
  padding: 1.35rem 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-cta-buttons .button {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-cta-buttons .button {
    margin: auto 2.5rem auto 0;
    padding: 1.35rem 3rem;
    width: auto;
  }
}
.home-cta-buttons .button:hover {
  box-shadow: rgba(30, 0, 0, 0.175) 0 10px 20px;
  transition: all 0.3s ease-in-out;
}

.site-header--home .header-navigation-full-width {
  order: 1;
  z-index: 99;
}
@media (min-width: 1024px) {
  .site-header--home .header-navigation-full-width {
    border-bottom: 50px solid white;
    order: 2;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .site-header--home .header-navigation-full-width {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.home-section .section__content {
  max-width: 100%;
}

.home-section--case-studies .archive-title {
  font-size: 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .home-section--case-studies .archive-title {
    font-size: 5.1rem;
  }
}
.home-section--case-studies .archive-description {
  font-size: 2.1rem;
  max-width: 650px;
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .home-section--case-studies .archive-description {
    font-size: 2.4rem;
  }
}

.home-section--testimonials {
  border-top: 3px solid #F6F6F6;
  margin-bottom: 5rem;
  overflow: hidden;
  padding-top: 5rem;
}
@media (min-width: 1024px) {
  .home-section--testimonials {
    margin-bottom: 9.7rem;
    margin-top: 9.7rem;
    padding-top: 9.7rem;
  }
}

.home-section--footer-cta {
  justify-content: space-between;
  position: relative;
}
.home-section--footer-cta:after {
  background-image: url(assets/images/home-cta-overlay.png);
  background-repeat: no-repeat;
  background-size: 278px 320px;
  content: "";
  height: 320px;
  left: 1rem;
  position: absolute;
  top: 230px;
  width: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  .home-section--footer-cta:after {
    background-size: 368px 410px;
    height: 410px;
    top: 183px;
    width: 368px;
  }
}
@media (min-width: 1024px) {
  .home-section--footer-cta:after {
    background-size: 641px 713px;
    height: 713px;
    left: 200px;
    top: 250px;
    width: 641px;
  }
}

.home-section--footer-cta__container {
  background: #FFC235;
  height: 412px;
  margin-bottom: 5.6rem;
  padding: 5rem 3rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .home-section--footer-cta__container {
    background: #FFC235;
    display: inline-block;
    height: 700px;
    max-width: 600px;
    padding: 8.8rem;
    width: 48%;
  }
  .home-section--footer-cta__container:first-child {
    margin-right: 3.9rem;
  }
  .home-section--footer-cta__container:nth-child(2n) {
    margin-top: 22.5rem;
  }
}
@media (max-width: 768px) {
  .home-section--footer-cta__container:nth-child(2n) {
    padding-top: 12rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home-section--footer-cta__container:nth-child(2n) {
    padding-top: 19rem;
  }
}

.home-section--footer-cta__container .faux-button {
  display: inline-block;
  border-width: 2px;
  font-size: 1.6rem;
  line-height: 1.125;
  padding: 1.25rem 2rem 1.25rem;
  position: relative;
  transition: all 0.5s ease-in-out;
  z-index: 15;
}
.home-section--footer-cta__container .faux-button:hover {
  padding: 1.25rem 2.5rem 1.25rem;
  transition: all 0.25s ease-out;
}
.home-section--footer-cta__container .faux-button:hover svg {
  margin-left: 1.5rem;
  transition: all 0.25s ease-out;
}
@media (min-width: 1024px) {
  .home-section--footer-cta__container .faux-button {
    font-size: 2.5rem;
    line-height: 1.125;
    padding: 2rem;
  }
  .home-section--footer-cta__container .faux-button:hover {
    padding: 2.25rem 2.5rem 2.5rem 4rem;
  }
  .home-section--footer-cta__container .faux-button:hover svg {
    margin-left: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .home-section--footer-cta__container .faux-button {
    font-size: 3.2rem;
    padding: 2.25rem 4rem 2.5rem;
  }
}
.home-section--footer-cta__container .faux-button svg {
  height: 1.4rem;
  margin: 0 0 0.25rem 1rem;
  transition: all 0.5s ease-in-out;
  width: 2rem;
}
@media (min-width: 1024px) {
  .home-section--footer-cta__container .faux-button svg {
    height: 2.6rem;
    width: 3.5rem;
  }
}

/* Default Pages */
.page-template-default #site-content {
  margin-bottom: 3rem;
}

/* -------------------------------------------------------------------------- */
/*	Case Study
/* -------------------------------------------------------------------------- */
.single-case_study .site-header {
  background: linear-gradient(180deg, #FFC235 0%, rgba(255, 194, 53, 0.75) 100%);
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .single-case_study .site-logo {
    margin-top: 2rem;
  }
}

.singular.single-case_study .entry-header {
  margin-bottom: 5rem;
  padding: 0 0 4rem;
}
@media (min-width: 1330px) {
  .singular.single-case_study .entry-header {
    background: rgba(255, 194, 53, 0.75);
    padding: 4rem 0;
  }
}

@media (min-width: 600px) and (max-width: 1329px) {
  .singular.single-case_study .entry-header-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 84rem;
  }
}

@media (min-width: 1330px) {
  .case_study .entry-header .entry-title {
    max-width: 360px;
  }
}

.single-case_study .entry-title {
  font-size: 4.2rem;
  line-height: 1.0714285714;
  margin-bottom: 2.5rem;
}

.section-inner--case-study-image {
  position: relative;
}
@media (min-width: 600px) and (max-width: 1329px) {
  .section-inner--case-study-image {
    max-width: 100%;
    padding-top: 5rem;
    width: 100%;
  }
  .section-inner--case-study-image:before {
    background: rgba(255, 194, 53, 0.75);
    content: "";
    height: 366px;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
  }
}

.case-study-featured-image {
  background: linear-gradient(162.51deg, #363B49 42.63%, #272A33 99.94%);
  padding: 4rem;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: 4rem;
}
@media (min-width: 600px) and (max-width: 1329px) {
  .case-study-featured-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 84rem;
    position: relative;
  }
}
@media (min-width: 600px) {
  .case-study-featured-image {
    position: relative;
    z-index: 10;
  }
  .case-study-featured-image:before {
    background: #201B23;
    content: "";
    height: 316px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
  }
  .case-study-featured-image img {
    position: relative;
    z-index: 15;
  }
}
@media (min-width: 1330px) {
  .case-study-featured-image {
    max-width: 840px;
    float: right;
    margin: -135px 0 9rem;
    padding: 4rem 8rem 6rem 4rem;
    position: relative;
    z-index: 10;
  }
}

@media (min-width: 1330px) {
  .section-inner--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 3rem;
  }
  .admin-bar .section-inner--sticky {
    top: 32px;
    top: calc(3rem + 32px);
  }
}

@media (min-width: 1024px) {
  .single-case_study #site-content {
    overflow: visible;
  }
}
.case-study-location {
  display: inline-block;
  font-size: 2.1rem;
  vertical-align: middle;
}

.case-study-location__icon {
  display: inline-block;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: middle;
}

@media (min-width: 1330px) {
  .single-case_study .entry-content {
    clear: right;
  }
}

@media (min-width: 1330px) {
  .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: 100%;
  }
  .has-post-thumbnail.case_study .entry-content > *:not(.alignfull) {
    margin-right: initial;
  }
  .case_study .entry-content > h2:first-child {
    font-size: 4.2rem;
    line-height: 1.0714285714;
  }
}
/* Main Content */
.intro {
  font-size: 2.4rem;
  line-height: 1.5;
}

/* Feature */
.entry-content .case-study-product-feature {
  background: #201B23;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 5rem;
  margin-top: 5rem;
  padding: 4rem;
}
@media (min-width: 1024px) {
  .entry-content .case-study-product-feature {
    margin-bottom: 10rem;
    margin-top: 6rem;
  }
}

.case-study-product-feature__top-image {
  max-height: 560px;
  margin-left: -4rem;
  margin-bottom: 3rem;
}

.case-study-product-feature__top-image > img {
  max-width: 800px;
  width: 100%;
}

.case-study-product-feature__content {
  margin-bottom: 4rem;
}

.case-study-product-feature__footer {
  display: flex;
  justify-content: space-between;
}

.case-study-product-feature__bottom-left-image {
  margin-right: 4rem;
  margin-top: auto;
  max-width: 240px;
}

.case-study-product-feature__bottom-center-image {
  margin-right: 4rem;
  max-width: 280px;
}

.case-study-product-feature__footer .case-study-shelving-system {
  flex-direction: column;
  max-width: 108px;
}

.case-study-product-feature__footer .case-study-shelving-system__image {
  background-color: #fff;
}

/* Vertical */
.entry-content .case-study-product-feature--vertical {
  max-width: 360px !important;
}

.case-study-product-feature--vertical .case-study-shelving-system__image {
  background-color: #fff;
}

@media (min-width: 1024px) {
  .entry-content .case-study-product-feature--vertical {
    float: right;
    margin-left: 4rem;
    margin-top: 0;
  }
}
.case-study-product-feature--vertical .case-study-product-feature__top-image > img,
.case-study-product-feature--vertical .case-study-product-feature__bottom-image > img {
  max-width: 320px;
  width: 100%;
}

.case-study-product-feature--vertical .case-study-product-feature__top-image {
  margin-right: -4rem;
  margin-left: auto;
  margin-top: 3rem;
}

.case-study-product-feature--vertical .case-study-product-feature__bottom-image {
  margin-left: -4rem;
  margin-bottom: 3rem;
}

.case-study-product-feature--vertical .case-study-product-feature__content {
  margin-bottom: 0;
}

/* Blockquote */
.case_study blockquote {
  font-size: 3.2rem;
  line-height: 1.5;
  /*margin-left: 80px;*/
}

@media (min-width: 1024px) {
  .case_study blockquote.alignright {
    float: right;
    margin-top: 0;
    margin-left: 6rem !important;
    max-width: 52rem !important;
    width: 50% !important;
  }
}
/* Meta */
.case-study-meta__item p {
  margin-bottom: 0;
}
.case-study-meta__item a {
  text-decoration: none;
}
.case-study-meta__item a:hover, .case-study-meta__item a:focus {
  text-decoration: underline;
}

.case-study-teaser .case-study-meta__item {
  font-size: 1.6rem;
}

.case-study-meta .case-study-meta__item strong,
.case-study-teaser .case-study-meta__item strong {
  display: block;
  font-size: 1.8rem;
}

.case-study-meta .case-study-meta__item {
  margin-bottom: 10px;
}

.entry-content .case-study-meta {
  margin: 5rem auto;
}

@media (min-width: 1024px) {
  .entry-content .case-study-meta {
    -moz-column-count: 3;
         column-count: 3;
    margin: 5rem auto 9rem;
  }
}
/* Blockquote Image */
.entry-content > .blockquote-image {
  color: #FFF;
  clear: both;
  max-width: none !important;
  width: 100%;
}

.blockquote-image__content {
  background: #201B23;
  padding: 3rem;
}

@media (min-width: 1024px) {
  .blockquote-image__content {
    background: #201B23;
    padding: 3rem 7rem 3rem 13rem;
  }
  .blockquote-image__content {
    max-width: 84rem;
    margin-left: auto;
  }
}
.blockquote-image blockquote {
  background: #201B23;
  margin-left: auto;
  max-width: 84rem;
}

.blockquote-image blockquote:before {
  background-image: url(assets/images/quote-white.svg);
}

.blockquote-image__image {
  border-top: 4rem #201B23;
}

@media (min-width: 1024px) {
  .blockquote-image__image {
    border-top: none;
    padding-top: 4rem;
    position: relative;
  }
  .blockquote-image__image:before {
    background: #201B23;
    content: "";
    height: 4rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 84rem;
  }
}
.blockquote-image cite {
  color: #FFF;
  font-size: 2.1rem;
  line-height: 1.1428571429;
}

/* Sidebar */
.case-study-meta-aside {
  margin-bottom: 7rem;
  max-width: 644px;
}
@media (min-width: 600px) and (max-width: 1329px) {
  .case-study-meta-aside {
    margin-left: auto;
    margin-right: auto;
    max-width: 84rem;
  }
}
@media (min-width: 1330px) {
  .case-study-meta-aside {
    max-width: 360px;
  }
}

.case-study-meta-aside .meta {
  margin-bottom: 2.4rem;
}
@media (min-width: 644px) and (max-width: 1440px) {
  .case-study-meta-aside .meta {
    display: inline-block;
    margin-bottom: 5rem;
    margin-right: 8.8rem;
  }
}

.share-link--case_study {
  color: #3382DE;
  font-size: 1.4rem;
}

.case-study-meta-aside .case-study-shelving-systems {
  padding-bottom: 9px;
  margin-bottom: 20px;
}

.case-study-shelving-systems + .case-study-meta {
  padding-top: 9px;
  margin-top: 20px;
}

@media (min-width: 1280px) {
  .single-case_study .case-study-shelving-systems {
    border-bottom: 3px solid rgba(54, 59, 73, 0.05);
  }
}

.case-study-shelving-system {
  display: flex;
  align-items: center;
}

.case-study-shelving-system__image {
  background: #EDEDED;
  box-shadow: inset 0px 0px 0 0px #EDEDED;
  height: 96px;
  margin-bottom: 1.1rem;
  margin-right: 2.4rem;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  width: 108px;
}
.case-study-shelving-system__image > img {
  max-width: 100%;
  margin: 10px auto 0;
  padding-left: 15px;
  transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
@media (min-width: 1024px) {
  .case-study-shelving-system:last-child .case-study-shelving-system__image {
    margin-bottom: 0;
  }
}

.case-study-shelving-system:hover .case-study-shelving-system__image,
.case-study-shelving-system:focus .case-study-shelving-system__image {
  background: #FBFBFB;
  box-shadow: inset 0 -50px 60px -30px #DDD;
}
.case-study-shelving-system:hover .case-study-shelving-system__image img,
.case-study-shelving-system:focus .case-study-shelving-system__image img {
  margin-top: 5px;
}

.case-study-shelving-system__content {
  font-size: 1.4rem;
  width: 45%;
}
@media (min-width: 1024px) {
  .case-study-shelving-system__content {
    width: calc(100% - 131px);
  }
}

.case-study-shelving-system__content > h3 {
  margin: 0;
}

.case-study-shelving-system + .case-study-shelving-system {
  margin-top: 11px !important;
}

.case-study-section-nav {
  margin-bottom: 4.5rem;
}

.case-study-meta-aside a {
  text-decoration: none;
}

.quick-view-popup {
  text-decoration: none;
}
.quick-view-popup:hover, .quick-view-popup:focus {
  text-decoration: underline;
}

.meta {
  margin-bottom: 3.6rem;
}

.meta-label {
  font-size: 1.6rem;
}

.meta a {
  color: #201B23;
}

.meta a:hover,
.meta a:focus {
  color: #3382DE;
}

/* -------------------------------------------------------------------------- */
/*	Case Study Teaser
/* -------------------------------------------------------------------------- */
/* Container */
.case-studies-primary .case-study-teaser {
  margin-left: -3rem;
  margin-right: -3rem;
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .case-studies-primary .case-study-teaser {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 auto 13rem;
  }
  .case-studies-primary .case-study-teaser:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

/* Image */
@media (min-width: 1024px) {
  .case-studies-primary .case-study-teaser__content .case-study-meta-container,
  .case-studies-secondary__item .case-study-teaser__content .case-study-meta-container {
    padding-left: 1rem;
  }
}

.case-studies-primary .case-study-teaser__image {
  background: #201B23;
  background: linear-gradient(145.28deg, #363B49 42.63%, #272A33 99.94%);
  padding: 5.2rem 1.8rem 3.7rem 7rem;
}

.case-studies-primary .case-study-teaser:nth-child(2n) {
  padding: 7.6rem 0 3.4rem;
}
@media (min-width: 1024px) {
  .case-studies-primary .case-study-teaser:nth-child(2n) {
    padding: 7.6rem 0 3.4rem 1.7rem;
  }
}

.case-studies-primary .case-study-teaser:nth-child(2n) .case-study-teaser__image {
  background: #E95440;
  background: linear-gradient(229.65deg, #F32C00 5.6%, #F36600 100.86%);
  margin-right: 0;
}

@media (min-width: 1024px) {
  .case-studies-primary .case-study-teaser__image:nth-child(1n) {
    margin-right: 6rem;
  }
  .case-studies-primary .case-study-teaser:nth-child(2n) .case-study-teaser__image {
    margin-left: 6rem;
  }
}
/* Header */
.case-study-teaser__content .entry-header,
.singular .case-study-teaser__content .entry-header {
  padding: 3.5rem 0;
}
@media (min-width: 1024px) {
  .case-study-teaser__content .entry-header,
  .singular .case-study-teaser__content .entry-header {
    padding-left: 1rem;
  }
}

.case-study-teaser__content .entry-title {
  margin-bottom: 1.5rem;
}

/* Content */
.case-study-teaser__content {
  margin-left: 3rem;
  margin-right: 3rem;
}
@media (min-width: 1024px) {
  .case-study-teaser__content {
    margin-left: 0;
    margin-right: 0;
    max-width: 267px;
  }
  .case-studies-primary .case-study-teaser__content {
    flex: 1 0 auto;
  }
}

.case-study-teaser__content .faux-button {
  margin-top: 3.5rem;
}

/* -------------------------------------------------------------------------- */
/*	9. Posts: Archive
/* -------------------------------------------------------------------------- */
@media (min-width: 1280px) {
  .blog #site-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.blog-teaser {
  margin-bottom: 3rem;
}
@media (min-width: 1280px) {
  .blog-teaser {
    margin-bottom: 9rem;
  }
}
@media (min-width: 1280px) {
  .blog-teaser:nth-child(2n), .blog-teaser:nth-child(5n) {
    flex-basis: 44.90196078%;
  }
}
@media (min-width: 1280px) {
  .blog-teaser:nth-child(3n), .blog-teaser:nth-child(4n) {
    flex-basis: 52.25490196%;
  }
}
@media (min-width: 1280px) {
  .blog-teaser:nth-child(1) {
    display: flex;
    flex-basis: 100% !important;
  }
}
.blog-teaser .blog-teaser-content-container {
  max-width: 82.55159475%;
}
@media (min-width: 1024px) {
  .blog-teaser .blog-teaser-content-container {
    max-width: 44rem;
  }
}
@media (min-width: 1280px) {
  .blog-teaser:nth-child(1) .blog-teaser-content-container {
    margin-top: 17rem;
  }
}
.blog-teaser .meta {
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir Heavy", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 1.5rem;
  font-weight: normal;
}
.blog-teaser .meta a {
  text-decoration: none;
}
.blog-teaser .entry-header {
  margin-bottom: 2.5rem;
}
.blog-teaser .entry-content > * {
  margin-left: initial;
  margin-right: initial;
}
.blog-teaser .entry-content p {
  margin-bottom: 2.5rem;
}
.blog-teaser .link-more {
  text-decoration: none;
}

.blog-teaser .blog-featured-image {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-left: -3rem;
  margin-right: -3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .blog-teaser .blog-featured-image {
    margin-left: auto;
    margin-right: auto;
  }
}
.blog-teaser:nth-child(1n) .blog-featured-image, .blog-teaser:nth-child(2n) .blog-featured-image, .blog-teaser:nth-child(5n) .blog-featured-image {
  padding: 4rem 4rem 2rem 2rem;
}
.blog-teaser:nth-child(3n) .blog-featured-image, .blog-teaser:nth-child(4n) .blog-featured-image {
  padding: 4rem 2rem 2rem 4rem;
}
@media (min-width: 1280px) {
  .blog-teaser:nth-child(1) .blog-featured-image {
    margin-right: 4rem;
  }
}
.blog-teaser:nth-child(1n) .blog-featured-image, .blog-teaser:nth-child(4n) .blog-featured-image {
  background: #E95440;
}
.blog-teaser:nth-child(2n) .blog-featured-image, .blog-teaser:nth-child(5n) .blog-featured-image {
  background: #FFC235;
}
.blog-teaser:nth-child(3n) .blog-featured-image {
  background: #363B49;
}

/* -------------------------------------------------------------------------- */
/*	9. Post: Single
/* -------------------------------------------------------------------------- */
.blog-featured-image {
  background: #201B23;
  margin-bottom: 5rem;
  padding: 3rem;
}
@media (min-width: 1024px) {
  .single-post .blog-featured-image {
    padding: 3.6rem 8rem 6rem 4rem;
  }
}
@media (min-width: 1280px) {
  .single-post .blog-featured-image {
    float: right;
    margin: -6rem auto 6rem;
    max-width: 84rem;
    padding: 3rem 7rem 3rem 8rem;
    position: relative;
    width: calc(100% - 4rem);
    z-index: 10;
  }
}

/* Post Header ------------------------------- */
.singular .entry-header {
  background-color: #fff;
  padding: 4rem 0;
}

.single-post .post .entry-header {
  max-width: 84rem;
  width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

@media (min-width: 1024px) {
  .single-post .post .entry-header {
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .single-post .post .entry-header {
    clear: right;
    margin-right: 16rem;
    padding-left: 0;
    max-width: 60rem;
  }
}

.entry-categories {
  line-height: 1.25;
  margin-bottom: 2rem;
}

.entry-categories-inner {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem 0 0 -1rem;
}

.entry-categories a {
  border-bottom: 0.15rem solid currentColor;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.036666667em;
  margin: 0.5rem 0 0 1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.entry-categories a:focus,
.entry-categories a:hover {
  border-bottom-color: transparent;
}

h1.entry-title,
h2.entry-title {
  margin: 0;
}

.entry-title a {
  color: inherit;
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  text-decoration: underline;
}

.intro-text {
  margin-top: 2rem;
}

.singular .intro-text {
  font-size: 2rem;
  line-height: 1.4;
}

/* Post Sidebar ------------------------------- */
.blog-meta-aside {
  margin-bottom: 7rem;
  max-width: 644px;
}
@media (min-width: 600px) and (max-width: 1260px) {
  .blog-meta-aside {
    max-width: 84rem;
  }
}
@media (min-width: 1260px) {
  .blog-meta-aside {
    max-width: 360px;
  }
}

.blog-meta-aside .meta {
  font-size: 2.1rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 644px) and (max-width: 1260px) {
  .blog-meta-aside .meta {
    display: inline-block;
    margin-bottom: 5rem;
    margin-right: 8.8rem;
  }
}

.blog-meta-aside .metal-label {
  font-size: 1.6rem;
}

.blog-meta-aside .share-link--post {
  display: block;
}

/* POST META */
.post-meta-single-top .post-meta {
  justify-content: center;
}

.post-meta-wrapper {
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 58rem;
  width: 100%;
}

.post-meta {
  color: #6d6d6d;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  font-weight: 500;
  list-style: none;
  margin: -1rem 0 0 -2rem;
}

.post-meta li {
  flex-shrink: 0;
  margin: 1rem 0 0 2rem;
  max-width: calc(100% - 2rem);
}

.post-meta a {
  color: inherit;
  text-decoration: none;
}

.post-meta a:focus,
.post-meta a:hover {
  text-decoration: underline;
}

.post-meta .meta-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
}

.post-meta .meta-icon {
  flex-shrink: 0;
  margin-right: 1rem;
}

.sticky .post-sticky {
  color: inherit;
}

.post-meta .post-author .meta-icon svg {
  width: 1.6rem;
  height: 1.8rem;
}

.post-meta .post-categories .meta-icon svg {
  width: 1.8rem;
  height: 1.7rem;
}

.post-meta .post-comment-link .meta-icon svg {
  width: 1.8rem;
  height: 1.8rem;
}

.post-meta .post-date .meta-icon svg {
  width: 1.7rem;
  height: 1.8rem;
}

.post-meta .post-edit .meta-icon svg {
  width: 1.8rem;
  height: 1.8rem;
}

.post-meta .post-sticky .meta-icon svg {
  width: 1.5rem;
  height: 1.8rem;
}

.post-meta .post-tags .meta-icon svg {
  width: 1.8rem;
  height: 1.8rem;
}

.post-meta svg * {
  fill: currentColor;
}

/* Post Content ------------------------------- */
@media (min-width: 1280px) {
  .single-post .entry-content > *:not(.alignfull) {
    margin-right: 16rem;
  }
}
@media (min-width: 1024px) {
  .single-post .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 76rem;
  }
}
@media (min-width: 1280px) {
  .single-post .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 60rem;
  }
}

/* Post Footer ------------------------------- */
/* POST NAV LINKS */
.post-nav-links {
  border-radius: 0.4rem;
  display: flex;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1;
  margin-top: 3em;
  padding: 0 0.25em;
}

.post-nav-links > * {
  padding: 1em 0.75em;
}

/* POST META BOTTOM */
.post-meta-wrapper.post-meta-single-bottom {
  margin-top: 3rem;
}

/* WooCommerce ---------------------------- */
.entry-content > .woocommerce {
  max-width: 126rem !important;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: initial;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0;
}

.variations select {
  background-color: #F6F6F6;
  background-color: rgba(246, 246, 246, 0.5);
  border-color: #201B23;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 1.5rem 3rem 1.4rem 1.6rem;
  width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  background: #F6F6F6;
  background: rgba(246, 246, 246, 0.5);
  border-color: #201B23;
  border-top: none;
  border-left: none;
  border-right: none;
}

.woocommerce form .form-row .input-checkbox {
  display: inline-block;
  text-align: left;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 0.5em;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #FFF;
  border: 1.5px solid #000;
  border-radius: 0;
  color: #000;
  font-weight: 700;
}

.woocommerce .woocommerce-Button.button {
  background-color: #201B23;
  color: #fff;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  background-color: #EDEDED;
  border-color: #EDEDED;
}

/* Notices
   ========================================================================== */
.woocommerce-notices-wrapper {
  margin: auto;
  max-width: 126rem;
  padding: 3.15rem 0;
  position: relative;
}
.woocommerce-notices-wrapper:empty {
  padding: 0;
}
@media (min-width: 768px) {
  .woocommerce-notices-wrapper {
    padding: 0;
  }
  .single-product .woocommerce-notices-wrapper {
    text-align: right;
  }
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background: #F6F6F6;
  border-top: none;
  font-size: 1.4rem;
  padding: 2rem 2rem 2rem 5.5rem;
  text-align: left;
}
@media (min-width: 768px) {
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    padding: 2rem 2rem 2rem 8rem;
  }
}
.single-product .woocommerce-error,
.single-product .woocommerce-info,
.single-product .woocommerce-message {
  align-items: center;
  display: flex;
}
@media (min-width: 768px) {
  .single-product .woocommerce-error,
  .single-product .woocommerce-info,
  .single-product .woocommerce-message {
    margin-left: auto;
    width: 48%;
  }
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  font-size: 2rem;
  left: 2rem;
  height: 2rem;
  line-height: 1;
  margin-top: -1rem;
  top: 50%;
}
@media (min-width: 768px) {
  .woocommerce-error:before,
  .woocommerce-info:before,
  .woocommerce-message:before {
    font-size: 3rem;
    left: 2rem;
    margin-top: -1.5rem;
  }
}

.woocommerce-message:before {
  color: #FFC235;
}

.woocommerce .woocommerce-message a.wc-forward {
  background: #201B23;
  color: #fff;
  border-radius: 328px;
  margin-left: 2rem;
  order: 3;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-message a.wc-forward {
    margin-left: auto;
  }
}
.woocommerce .woocommerce-message a.wc-forward:hover, .woocommerce .woocommerce-message a.wc-forward:focus {
  background: #3382DE;
}

.woocommerce-error li:first-child,
.woocommerce-info li:first-child,
.woocommerce-message li:first-child {
  margin-top: 0;
}

/* Orders
   ========================================================================== */
.woocommerce table.shop_table,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border: none;
}

.woocommerce table.account-orders-table th {
  font-size: 1.4rem;
  font-style: italic;
  font-weight: normal;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding-left: 0;
}

.woocommerce table.shop_table td {
  border-bottom: 1px solid #EDEDED;
}

.woocommerce table.shop_table tr.bundle_table_item td {
  border-top: 1px solid #EDEDED !important;
}

.woocommerce table.shop_table .cart_item:not(.bundle_table_item):not(.bundled_table_item) + .bundle_table_item td {
  border-top: none !important;
}

.woocommerce-orders-table__cell-order-actions {
  border-bottom-color: #fff;
}

.woocommerce-button.button.print {
  background: #fff;
  border: none;
}

.woocommerce table.shop_table td .woocommerce-Price-amount.amount {
  display: block;
}

/* Single Order
   ========================================================================== */
.woocommerce-EditAccountForm fieldset {
  border: none;
  margin: 7.7rem 0;
  padding: 0;
}

.woocommerce-EditAccountForm legend {
  font-size: 2.1rem;
  font-weight: 500;
  padding: 0;
}

/* Single Order
   ========================================================================== */
.woocommerce-table--order-details {
  border-bottom: 1px solid #EDEDED;
}

.woocommerce .woocommerce-customer-details address {
  border: none;
  padding: 0;
}
@media (min-width: 1024px) {
  .woocommerce .woocommerce-customer-details address {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}

.woocommerce-customer-details {
  max-width: 56rem;
}

@media (min-width: 1024px) {
  .woocommerce-customer-details--phone-email {
    margin-bottom: auto !important;
    margin-top: auto;
  }
}

@media (min-width: 1024px) {
  .woocommerce-customer-details--phone,
  .woocommerce-customer-details--email {
    text-align: right;
  }
}

.woocommerce mark {
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir Heavy", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  background: #fff;
  font-weight: normal;
}

/* Cart
   ========================================================================== */
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
  font-weight: normal;
}

.wc_payment_methods label {
  display: initial;
}

.woocommerce form .form-row.woocommerce-mailchimp-opt-in .woocommerce-form__label-for-checkbox {
  display: flex;
}

.woocommerce table.woocommerce-cart-form__contents th {
  font-family: "Avenir LT W01_65 Medium1475538", "Avenir Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  font-style: italic;
}
.woocommerce table.woocommerce-cart-form__contents .product-name > a {
  display: block;
  font-family: "Avenir LT W01_95 Black1475556", "Avenir Black", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  max-width: 40rem;
}
.woocommerce table.woocommerce-cart-form__contents .variation {
  font-size: 1.4rem;
  margin-top: 0;
}
.woocommerce table.woocommerce-cart-form__contents dt {
  margin-top: 0;
}
.woocommerce table.woocommerce-cart-form__contents .actions {
  background: #F6F6F6;
  padding: 0;
}

.woocommerce .quantity {
  display: inline-block;
}

.woocommerce .quantity .qty {
  padding: 1.5rem 1.25rem;
  width: 6em;
}

.woocommerce a.remove {
  border: 1px solid #EDEDED;
  border-radius: 60px;
  color: #201B23 !important;
  height: 4rem;
  line-height: 1.5;
  width: 4rem;
}
.woocommerce a.remove:hover, .woocommerce a.remove:focus {
  background: #E95440 !important;
}

@media (min-width: 900px) {
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    max-width: 45rem;
  }
}

/* Archive
   ========================================================================== */
.post-type-archive-product .woocommerce-products-header,
.post-type-archive-product .products {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 126rem;
  width: calc(100% - 6rem);
}
@media (min-width: 768px) {
  .post-type-archive-product .woocommerce-products-header,
  .post-type-archive-product .products {
    width: calc(100% - 4rem);
  }
}

.woocommerce-products-header--specialty-products {
  margin-top: 10rem;
}

/* CTA*/
.cta {
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 0;
  max-width: 600px;
  width: calc(100% - 4rem);
}
@media (min-width: 1024px) {
  .cta {
    padding: 10rem 0 15rem;
  }
  hr + .cta {
    padding-top: 5rem;
  }
  .shelving-system__section + .cta {
    padding-top: 0;
  }
}

@media (min-width: 1280px) {
  .cta--sidebar-offset {
    margin-left: 240px;
  }
}

.cta.cta--sidebar-offset.has-text-align-center {
  max-width: 420px;
}

.cta .faux-heading {
  line-height: 1.2;
  margin-bottom: 4rem;
}

.cta .faux-button {
  font-size: 2.4rem;
  padding: 0.71em 1.44em;
}

.cta.cta--made-to-order {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  max-width: 126rem;
}
@media (min-width: 1024px) {
  .cta.cta--made-to-order {
    padding: 8rem 0 3rem;
    max-width: 126rem;
    width: 100%;
  }
}

.cta--made-to-order__title {
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 3rem;
  flex-grow: 1;
  max-width: 600px;
}

.cta--made-to-order__badge {
  margin: 0 auto;
  text-align: center;
  width: 238px;
}

.cta--made-to-order__list {
  display: flex;
  flex-wrap: wrap;
}

.cta--made-to-order__badge img,
.cta--made-to-order__list img {
  display: block;
  margin: 0 auto 1.5rem;
}

.cta--made-to-order__list > li {
  margin: 0 2rem 4rem 0;
  width: 200px;
}
@media (min-width: 1024px) {
  .cta--made-to-order__list > li {
    margin: 0 4rem 4rem 0;
  }
}

/* Taxonomy Pages */
.woocommerce-products-header > :first-child {
  margin-top: 0;
}

.woocommerce-products-header .term-description hr {
  margin: 2rem auto;
}

.product-category-wrapper + .product-category-wrapper {
  border-top: 0.3rem solid #F6F6F6;
}

.term-description {
  font-size: 1.8rem;
}

.woocommerce ul.products {
  margin-bottom: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir Heavy", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}

@media (min-width: 1000px) {
  .product-category-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3 {
    padding-top: 1em;
  }
  .term-description {
    font-size: 1.6rem;
  }
  .term-rakks-shelving-systems .term-description {
    font-size: 3.2rem;
    margin-top: 3rem;
    max-width: 700px;
  }
  .woocommerce-products-header--sidebar {
    width: 280px;
  }
  .woocommerce nav.woocommerce-pagination {
    flex: 0 0 100%;
  }
  .tax-product_cate:not(.term-rakks-shelving-systems) .products ul,
  .tax-product_cat:not(.term-rakks-shelving-systems) ul.products {
    width: 70%;
    width: calc(100% - 300px);
  }
  .tax-product_cat:not(.term-rakks-shelving-systems) ul.products li.product {
    max-width: 480px;
    padding: 0 2rem 2rem;
    text-align: right;
  }
  .tax-product_cat:not(.term-rakks-shelving-systems) ul.products li.product a .woocommerce-LoopProduct-link__thumbnail {
    height: 190px;
    float: right;
    position: relative;
    margin-left: 2.8rem;
    width: 190px;
  }
}
.woocommerce-products-header-cta {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 1.4rem;
  margin: 1.4rem 0;
  text-align: center;
}
@media (min-width: 1000px) {
  .woocommerce-products-header-cta {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .woocommerce-products-header-cta {
    margin-top: 0;
    margin-left: auto;
  }
}

.woocommerce-products-header-cta a {
  font-size: 1.8rem;
  margin-bottom: 1.4rem;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 1000px) {
  .woocommerce-products-header-cta a {
    margin-bottom: 0;
    width: auto;
  }
  .woocommerce-products-header-cta a:not(:last-child) {
    margin-right: 2rem;
  }
}

.woocommerce-products-header-cta__call {
  font-size: 1.6rem;
}

/* Shelving Systems Landing Page */
.shelving-system-row {
  background: linear-gradient(180deg, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 0.76) 100%);
}
@media (min-width: 1024px) {
  .shelving-system-row .wp-block-column {
    margin-bottom: 0;
    max-width: 63rem;
  }
}
.shelving-system-row:first-child .wp-block-columns {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .shelving-system-row__item {
    display: flex;
    align-items: flex-end;
    height: 400px;
  }
}
.shelving-system-row__item h2 > a {
  color: inherit;
}
.shelving-system-row__item .shelving-system-row__link {
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: none;
}
.shelving-system-row__item .shelving-system-row__link svg {
  display: inline-block;
  fill: #fff;
  margin-left: 10px;
  vertical-align: middle;
  transition: all 0.15s linear;
}
.shelving-system-row__item .shelving-system-row__link:hover svg, .shelving-system-row__item .shelving-system-row__link:focus svg {
  margin-left: 15px;
}

.shelving-system-row__image {
  height: 390px;
  overflow-y: hidden;
}
@media (min-width: 1024px) {
  .shelving-system-row__image {
    flex-basis: 65%;
    margin-left: -6rem;
    margin-right: 2rem;
  }
}
.shelving-system-row__image img {
  margin-top: 0;
  transform: scaleX(-1);
}

.shelving-system-row__content {
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .shelving-system-row__content {
    flex-basis: 35%;
  }
}
.shelving-system-row__content h2 {
  font-size: 2.1rem;
}
.shelving-system-row__content .button-alt {
  border-color: #201B23;
  margin-left: -0.25em;
  padding: 0.65em 0.85em 0.65em 1.25em;
}

/* Single Product */
.woocommerce div.product {
  margin-left: auto;
  margin-right: auto;
  max-width: 126rem;
  position: relative;
  width: calc(100% - 4rem);
}
@media (min-width: 700px) {
  .woocommerce div.product {
    max-width: calc(100vw - 8rem);
    width: calc(100vw - 8rem);
  }
}
@media (min-width: 1280px) {
  .woocommerce div.product {
    width: 126rem;
  }
}

.flex-viewport {
  margin-bottom: 1em;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  margin: 0 10px 10px 0;
  width: calc(25% - 10px);
}

@media (min-width: 1280px) {
  /* Zoom Trigger */
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger::after,
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    content: none;
  }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: 1em;
    right: 0;
    width: 75%;
    height: 100%;
    background: transparent;
  }
  /* Product Gallery */
  .woocommerce div.product div.images {
    margin-top: 2em;
    width: 53rem;
  }
  /* Make image 75% width to make room to its right */
  .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(1),
  .single-product div.product .woocommerce-product-gallery .flex-viewport {
    float: right;
    width: 46rem;
    width: calc(100% - 90px);
  }
  .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(1) img {
    max-width: none;
  }
  /* Make Gallery 25% width and place it beside the image */
  .woocommerce div.product div.images .flex-control-thumbs,
  .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    float: left;
    width: 70px;
  }
  /* Style each Thumbnail with width and margins */
  .woocommerce div.product div.images .flex-control-thumbs li {
    float: none;
    width: 70px;
  }
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    float: none;
    margin: 0 0 10% 10%;
  }
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  border: 2px solid #fff;
}

.woocommerce div.product div.images .flex-control-thumbs li .flex-active {
  border-color: #363B49;
}

/* Floating Menu */
.floating-accordion-nav-container {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .floating-accordion-nav-container {
    display: inline-block;
    margin-bottom: 1em;
    position: relative;
  }
}
.floating-accordion-nav {
  background: #FFF;
  border: 1px solid #AFABAD;
  border-radius: 8px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
  display: none;
  max-width: 420px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

@media screen and (min-width: 1024px) {
  .floating-accordion-nav {
    margin-right: -199px;
    right: 0;
    width: 420px;
  }
}
.toggled .floating-accordion-nav {
  display: block;
}

.floating-accordion-nav-list {
  position: relative;
}

.floating-accordion-nav-list:after,
.floating-accordion-nav-list:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.floating-accordion-nav-list:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 12px;
  margin-left: -12px;
}

.floating-accordion-nav-list:before {
  border-color: rgba(175, 171, 173, 0);
  border-bottom-color: #AFABAD;
  border-width: 13px;
  margin-left: -13px;
}

.floating-accordion-nav .floating-accordion-nav-list__parent {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 17px;
  color: #201B23;
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir Heavy", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  border-bottom: 1px solid #AFABAD;
  position: relative;
  transition: all 0.4s ease;
}

.floating-accordion-nav-list__parent > svg {
  display: inline-block;
  margin-right: 11px;
  transition: rotate 0.4s ease;
}

.floating-accordion-nav-list__item--active .floating-accordion-nav-list__parent > svg {
  transform: rotate(90deg);
}

.floating-accordion-nav .floating-accordion-nav-list__item:last-child {
  border-radius: 0 0 8px 8px;
}

.floating-accordion-nav li:last-child .floating-accordion-nav-list__parent {
  border-bottom: 0;
}

.floating-accordion-nav .floating-accordion-nav-list__item--active {
  color: #201B23;
}

.floating-accordion-nav-list__children {
  display: none;
  background: #F6F6F6;
  font-size: 1.6rem;
}

.floating-accordion-nav li:last-child .floating-accordion-nav-list__children {
  border-top: 1px solid #AFABAD;
  border-radius: 0 0 8px 8px;
}

.floating-accordion-nav-list__children li {
  border-bottom: 1px solid #F6F6F6;
}

.floating-accordion-nav-list__children li:last-child {
  border-bottom-color: #AFABAD;
}

.floating-accordion-nav li:last-child .floating-accordion-nav-list__children li:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}

.floating-accordion-nav-list__children a {
  display: block;
  text-decoration: none;
  color: rgba(32, 27, 35, 0.7);
  padding: 5px 25px 5px 38px;
  transition: all 0.25s ease;
}

.floating-accordion-nav-list__children li:first-child a {
  padding-top: 14px;
}

.floating-accordion-nav-list__children li:last-child a {
  padding-bottom: 16px;
}

.floating-accordion-nav-list__children a:hover,
.floating-accordion-nav-list__children a:focus,
.floating-accordion-nav-list__children a.active {
  color: #201B23;
}

.floating-accordion-nav-list__children a.active {
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir Heavy", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}

/* Variations */
.woocommerce div.product form.cart .variations td.label {
  padding: 0;
}

.woocommerce div.product form.cart .variations td.label label {
  font-weight: 600;
  margin-bottom: 0;
}

.woocommerce div.product form.cart .variations td br {
  display: none;
}

.woocommerce div.product form.cart .variations td.value input[type=radio],
.woocommerce div.product form.cart .variations td.value label {
  display: inline-block;
  vertical-align: top;
}

.woocommerce div.product form.cart .variations td.value input[type=radio] {
  height: 25px;
  margin: 0 0.25em;
  width: 25px;
}

.woocommerce div.product form.cart .variations td.value label {
  font-weight: normal;
  line-height: 1.5;
  max-width: 80%;
  padding-left: 1.5rem;
}

table.variations td {
  display: block;
  width: 100%;
}

@media (min-width: 1280px) {
  .woocommerce div.product form.cart .variations label {
    font-size: 1.8rem;
  }
  .woocommerce form.cart .variations tbody {
    display: flex;
    flex-direction: row;
  }
  .woocommerce form.cart .variations tbody tr {
    display: flex;
    flex-direction: column;
    width: 45%;
  }
  .woocommerce div.product form.cart .variations td.label {
    display: block;
  }
}
/* Custom Radio Buttons */
.woocommerce div.product form.cart .variations .radio-wrapper {
  position: relative;
}

.woocommerce div.product form.cart .variations input[type=radio] {
  opacity: 0;
}

.woocommerce div.product form.cart .variations input[type=radio] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.woocommerce div.product form.cart .variations input[type=radio] + label::before {
  content: "";
  display: inline-block;
  background: #fff;
  position: absolute;
  left: -29px;
  border-radius: 50%;
  border: 1px solid #AFABAD;
  width: 25px;
  height: 25px;
  top: 4px;
}

.woocommerce div.product form.cart .variations input[type=radio] + label::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: -21px;
  top: 12px;
  border-radius: 50%;
  width: 9px;
  height: 9px;
}

.woocommerce div.product form.cart .variations input[type=radio]:disabled,
.woocommerce div.product form.cart .variations input[type=radio]:disabled + label {
  display: none !important;
}

.woocommerce div.product form.cart .variations input[type=radio]:disabled + label::before,
.woocommerce div.product form.cart .variations input[type=radio]:disabled + label::after {
  opacity: 0.5;
}

.woocommerce div.product form.cart .variations input[type=radio]:disabled + label::before {
  background: #AFABAD;
}

.woocommerce div.product form.cart .variations input[type=radio]:disabled + label::after {
  content: "x";
  top: 1px;
}

.woocommerce div.product form.cart .variations input[type=radio]:checked + label::before {
  background: #201B23;
  border-color: #201B23;
}

.woocommerce div.product form.cart .variations input[type=radio]:checked + label::after {
  background: #fff;
}

/* Buttons */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #201B23;
  border-radius: 32px;
  text-transform: none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  padding: 1em 3em;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #3382DE;
}

.woocommerce-variation-availability p {
  margin: 0;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.product-quantity-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  border-radius: 4rem;
  height: 5.75rem;
  padding: 0.875rem 1.5rem;
  width: 16rem;
}
.product-quantity-wrapper:hover, .product-quantity-wrapper:focus {
  border-color: #CCC;
}
@media (min-width: 768px) {
  .product-quantity-wrapper {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}

button.product-quantity {
  border: 1px solid #AFABAD;
  border-radius: 32px;
  color: #AFABAD;
  float: left;
  height: 30px;
  margin: 0;
  min-width: 30px;
  padding: 0 0 1px;
  width: 30px;
}
button.product-quantity:hover, button.product-quantity:focus {
  border-color: #363B49;
  color: #363B49;
  text-decoration: none;
}

.single-product.woocommerce .quantity {
  margin: 0;
}

.single-product.woocommerce .quantity .qty {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 2.631em;
}

.single-product.woocommerce .quantity input::-webkit-outer-spin-button,
.single-product.woocommerce .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.single-product.woocommerce .quantity input[type=number] {
  -moz-appearance: textfield;
}

.yith-wcwl-add-to-wishlist {
  margin: 0 0 0 1.1rem;
}

.woocommerce a.add_to_wishlist.button.alt {
  border: 1px solid #201B23;
  font-size: 21px;
  padding: 16px;
  width: 54px;
}

.woocommerce a.add_to_wishlist.button.alt:hover,
.woocommerce a.add_to_wishlist.button.alt:focus,
.woocommerce a.add_to_wishlist.button.alt:hover .yith-wcwl-ico,
.woocommerce a.add_to_wishlist.button.alt:focus .yith-wcwl-ico {
  color: #fff;
}

/* Short Description */
.woocommerce-product-details__description,
.woocommerce-product-details__design-resources {
  margin-bottom: 2em;
}

.woocommerce-product-details__description > :first-child {
  margin-top: 0 !important;
}

@media (min-width: 1280px) {
  .woocommerce-product-details__description,
  .woocommerce-product-details__design-resources {
    margin-bottom: 4em;
    margin-top: 2em;
    width: 48%;
  }
  .woocommerce-product-details__description {
    float: left;
    max-width: 597px;
  }
  .woocommerce-product-details__design-resources {
    float: right;
  }
}
.woocommerce-product-details__short-description .reset-list-style li,
.woocommerce-product-details__design-resources .reset-list-style li {
  padding-bottom: 0.25em;
}

.woocommerce-product-details__short-description .reset-list-style a,
.woocommerce-product-details__design-resources .reset-list-style a {
  text-decoration: none;
}

/* Subtitle */
.product_title .entry-title--subtitle {
  display: inline-block;
  font-size: 75%;
  line-height: 1.4;
  margin-top: 0.5em;
}

/* Pricing */
.product_title + .price,
.woocommerce-product-details__short-description + .price {
  display: none;
}

.product-price ins {
  text-decoration: none;
}

.single-product.woocommerce div.product p.price,
.single-product.woocommerce div.product span.price {
  color: #363B49;
  font-size: 3.2rem;
  font-weight: 700;
}

.single-product .cart .woocommerce-Price-amount {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir Black", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}

.single-product .woocommerce-Price-currencySymbol {
  font-family: "Avenir LT W01_65 Medium1475532", "Avenir Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-right: 0.7rem;
  font-weight: normal;
}

/* Upsells */
.upsells {
  border-top: 3px solid #F6F6F6;
  clear: both;
}

.upsells > :first-child {
  margin-top: 0;
}

.woocommerce-loop-product__link {
  color: #201B23;
}

.woocommerce-loop-product__link a:focus,
.woocommerce-loop-product__link a:hover {
  color: #3382DE;
}

.woocommerce .products a.button,
.upsells a.button {
  background: white;
  border: none;
  color: #3382DE;
  font-size: 1.4rem;
  padding: 0;
  text-transform: uppercase;
}

.woocommerce .products a.button:focus,
.woocommerce .products a.button:hover,
.upsells a.button:focus,
.upsells a.button:hover {
  background: white;
  color: #201B23;
}

a.button .add_to_cart_button__icon {
  margin-left: 0.5rem;
}

a.button .add_to_cart_button__icon {
  fill: #3382DE;
  transition: opacity 0.15s linear;
}

a.button:focus .add_to_cart_button__icon,
a.button:hover .add_to_cart_button__icon {
  fill: #201B23;
}

/* Product Meta */
.customization-notice {
  margin-bottom: 3rem;
}
.customization-notice svg {
  display: inline-block;
}
.customization-notice a {
  display: inline-block;
  margin-right: 0.25em;
  text-decoration: none;
}

.shipping-and-return-policy {
  background-color: #F6F6F6;
  font-size: 1.4rem;
  max-width: 520px;
  padding: 2.1rem 1.7rem;
}
@media (min-width: 1100px) {
  .shipping-and-return-policy {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.shipping-and-return-policy__content-container {
  display: flex;
  margin-bottom: 1.5rem;
}
@media (min-width: 1100px) {
  .shipping-and-return-policy__content-container {
    margin-bottom: 0;
  }
}

.shipping-and-return-policy__icon {
  display: inline-block;
  margin-right: 1.4rem;
}

.shipping-and-return-policy__content {
  max-width: 206px;
}

.shipping-and-return-policy__accepted-payments {
  height: 21px;
}

/* Product Table */
.alg_wc_variations_table th,
.alg_wc_variations_table td {
  border: none;
}

/* Shelving System Product */
.product-template-single-shelving-system-product .site-header,
.product-template-single-shelving-system-product .header-inner--navigation {
  background-color: #F6F6F6;
}

.woocommerce div.product_cat-rakks-shelving-systems:not(.product_cat-specialty-products) {
  max-width: 144rem;
  width: 100%;
}
@media (min-width: 700px) {
  .woocommerce div.product_cat-rakks-shelving-systems:not(.product_cat-specialty-products) {
    max-width: 126rem;
    width: 100%;
  }
}
@media (min-width: 1080px) {
  .woocommerce div.product_cat-rakks-shelving-systems:not(.product_cat-specialty-products) {
    display: flex;
    max-width: 100%;
    padding-top: 5rem;
  }
}
@media (min-width: 1280px) {
  .woocommerce div.product_cat-rakks-shelving-systems:not(.product_cat-specialty-products) {
    max-width: 144rem;
    width: 100%;
  }
}

.shelving-systems-list {
  display: flex;
  list-style: none;
  margin-left: 0;
}

.shelving-system-footer-cta__content {
  font-size: 1.6rem;
  margin-bottom: 4rem;
}

.shelving-systems-list__item {
  font-size: 14px;
  padding-right: 15px;
  width: 132px;
}

.shelving-systems-list__item-image {
  height: 70px;
  margin-bottom: 10px;
  overflow: hidden;
}

.shelving-systems-list__item img {
  display: block;
  max-width: 70px;
  transform: scaleX(-1);
}

.shelving-systems-list__item a {
  color: #201B23;
  text-decoration: none;
}

@media (min-width: 1080px) {
  .sticky-wrapper {
    margin-left: -300px;
    width: 100%;
  }
}

.shelving-system__intro {
  background: url(assets/images/shelving-system-bg.svg) 100% 100% no-repeat;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .shelving-system__intro {
    min-height: 790px;
  }
}
@media (min-width: 1440px) {
  .shelving-system__intro {
    max-width: 144rem;
    width: 100%;
  }
}

.shelving-system__intro--wall:after {
  content: "";
  background: url(assets/images/shelving-system-wall-bg.png) 100% 100% no-repeat;
  background-size: cover;
  position: absolute;
  width: 294px;
  height: 497px;
  right: 0;
  top: 0;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .shelving-system__intro--wall:after {
    background-image: url(assets/images/shelving-system-wall-bg.svg);
  }
}

.shelving-system__desktop-cta {
  margin: 0 auto;
  width: 300px;
  z-index: 9;
}
@media (min-width: 1080px) {
  .shelving-system__desktop-cta {
    height: 100%;
    margin: 0;
    position: absolute;
    position: -webkit-sticky;
    position: sticky;
    left: 73%;
    top: 32px;
  }
}

.shelving-system__desktop-cta .shelving-system__cta-content {
  display: none;
  visibility: hidden;
}
@media (min-width: 1080px) {
  .shelving-system__desktop-cta .shelving-system__cta-content {
    display: block;
    visibility: visible;
  }
}

.shelving-system__mobile-cta {
  flex-basis: 100%;
}
@media (min-width: 1080px) {
  .shelving-system__mobile-cta {
    display: none !important;
    visibility: hidden !important;
  }
}

.shelving-system__cta-image {
  display: none;
  margin-bottom: 5rem;
  visibility: hidden;
}
@media (min-width: 1080px) {
  .shelving-system__cta-image {
    display: block;
    visibility: visible;
  }
}

.shelving-system__cta--buttons {
  display: flex;
  margin-bottom: 2.5rem;
}

.shelving-system__cta--download {
  color: #201B23;
  text-decoration: none;
}

.shelving-system__title {
  font-size: 4.2rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* Available Anchoring & Adjustability */
.anchoring-adjustability {
  position: relative;
  z-index: 15;
}

.available-anchoring,
.available-adjustability {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1024px) and (max-width: 1079px) {
  .available-anchoring,
  .available-adjustability {
    display: none;
  }
}
@media (min-width: 1080px) {
  .available-anchoring,
  .available-adjustability {
    display: block;
  }
}

.anchoring-adjustability .custom-radio {
  align-items: baseline;
  display: flex;
  font-size: 1.4rem;
  flex-direction: row-reverse;
  height: 32px;
  margin-bottom: 10px;
}
@media (min-width: 1080px) {
  .anchoring-adjustability .custom-radio {
    font-size: 1.2rem;
  }
}
.anchoring-adjustability .custom-radio input[type=radio] {
  height: 32px;
}
.anchoring-adjustability .custom-radio input[type=radio] ~ span {
  border-bottom: 1px solid #f4f3f4;
  border-bottom-color: rgba(32, 27, 35, 0.1);
  padding: 0 10px 3px;
}
@media (min-width: 1080px) {
  .anchoring-adjustability .custom-radio input[type=radio] ~ span {
    border-bottom: none;
    padding: 0;
  }
}
.anchoring-adjustability .custom-radio input[type=radio]:checked ~ span {
  border-bottom: 2px solid #201B23;
}
@media (min-width: 1080px) {
  .anchoring-adjustability .custom-radio input[type=radio]:checked ~ span {
    border-bottom: none;
  }
}
.anchoring-adjustability .custom-radio.custom-radio--has-image {
  align-items: center;
}
.anchoring-adjustability .custom-radio.custom-radio--has-image .custom-radio__selected {
  display: none;
  fill: transparent;
  bottom: 0;
}
@media (min-width: 1080px) {
  .anchoring-adjustability .custom-radio.custom-radio--has-image .custom-radio__selected {
    display: block;
  }
}
.anchoring-adjustability .custom-radio.custom-radio--has-image input[type=radio]:checked + .custom-radio__selected {
  background: #fff;
}
.anchoring-adjustability .custom-radio.custom-radio--has-image img {
  display: none;
  height: 26px;
  margin-left: 10px;
  margin-right: 3px;
  width: 26px;
}
@media (min-width: 1080px) {
  .anchoring-adjustability .custom-radio.custom-radio--has-image img {
    display: block;
  }
}

/* Large Image */
.shelving-system__large-screen-image {
  margin: 0 auto 2em;
  max-width: 300px;
  transform: scaleX(-1);
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .shelving-system__large-screen-image {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 1280px) {
  .shelving-system__large-screen-image {
    bottom: -240px;
    position: absolute;
    left: -230px;
    max-width: none;
  }
}

/* Highlights & Recommended Uses */
.highlights ul {
  margin-left: 0;
}

.highlights li {
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.highlights li:last-child {
  border-bottom: 0;
}

.recommended-uses li {
  margin-bottom: 1em;
}

.shelving-system__section--applications {
  border-top: 1px solid #363B49;
  border-top-color: rgba(54, 59, 73, 0.2);
}

.shelving-system__section:first-child {
  padding-top: 0;
}

.shelving-system__section {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .shelving-system__section {
    margin-bottom: 10rem;
  }
}

@media (min-width: 1024px) {
  .shelving-system__section-name--hidden-at-desktop {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
  }
}
.shelving-system__section--applications {
  border-top-width: 3px;
}

.shelving-system__section-name {
  font-size: 1.8rem;
  margin-top: 0;
}

.reset-list-style .section-nav__item {
  margin-bottom: 0.5em;
}

.product-main {
  margin: auto;
  max-width: 68rem;
}
.product-main + .product-main {
  border-top: 3px solid #F6F6F6;
  padding-top: 5rem;
}
.product-main + .product-main > .cta {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .product-main {
    margin-left: 3rem;
  }
  .product-main + .product-main {
    padding-top: 10rem;
  }
}
@media (min-width: 1280px) {
  .product-main {
    display: flex;
    max-width: 86rem;
  }
}
@media (min-width: 1440px) {
  .product-main {
    margin: 0 0 0 7rem;
    max-width: 92rem;
  }
}

.product-main__nav {
  display: none;
  visibility: hidden;
  will-change: min-height;
}
@media (min-width: 1280px) {
  .product-main__nav {
    border-top-color: rgba(54, 59, 73, 0.2);
    display: block;
    visibility: visible;
    height: 100%;
    margin-right: 53px;
    padding-bottom: 5rem;
    position: -webkit-sticky;
    position: sticky;
    top: 3rem;
    width: 195px;
  }
  .admin-bar .product-main__nav {
    top: 32px;
    top: calc(3rem + 32px);
  }
}

.inquire-btn {
  width: 215px;
}

.product-intro__description {
  font-size: 3rem;
}

/* Video */
.components-video > video {
  max-width: 100%;
}

/* Accessories */
.product-accessories {
  list-style: none;
  margin: 0;
}

.product-accessories li {
  margin-bottom: 1em;
  margin-left: 0;
}

.product-accessory__img {
  background: #F6F6F6;
  margin-bottom: 0.5em;
}

.product-accessory__title {
  margin: 0;
}

.product-accessory__title label {
  display: flex;
}

.product-accessory__title input {
  margin-right: 13px;
}

.product-accessory__description {
  font-size: 1.6rem;
}

@media (min-width: 1024px) {
  .product-accessories {
    display: flex;
    flex-wrap: wrap;
  }
  .product-accessory {
    flex-basis: 50%;
    width: 50%;
  }
  .product-accessory__title,
  .product-accessory__description,
  .product-accessory__img {
    max-width: 280px;
  }
}
/* Available Finishes & Shelves Materials */
.reset-list-style .available-finish {
  max-width: 28rem;
  margin-bottom: 1em;
}

.custom-radio--has-image {
  display: flex;
  align-items: center;
  position: relative;
}
.custom-radio--has-image input[type=radio] {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 50px;
  margin-right: 0;
  opacity: 0;
  z-index: 15;
}
.custom-radio--has-image .custom-radio__selected {
  fill: #fff;
  position: absolute;
  bottom: 7px;
  z-index: 5;
}
.custom-radio--has-image input[type=radio]:checked + .custom-radio__selected {
  fill: #201B23;
}
.custom-radio--has-image img {
  width: 50px;
  height: 50px;
  margin-right: 0;
  z-index: 10;
}

.custom-radio:not(.custom-radio--has-image) input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: 6px;
  display: inline-block;
  margin: 0 1.2em 0 0.4em;
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  background: #F6F6F6;
  border-radius: 4px;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #dcd7ca;
  box-shadow: 2px 2px 1px inset #DCDCDC;
  cursor: pointer;
}
.custom-radio:not(.custom-radio--has-image) input[type=radio]:checked::before {
  /* Use the "Yes" SVG Dashicon */
  content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  display: inline-block;
  margin: -0.1875rem 0 0 -0.25rem;
  height: 2.5rem;
  width: 2.5rem;
}

@media (min-width: 1024px) {
  .material-finish-column {
    display: inline-block;
    margin-right: 70px;
    max-width: 280px;
    vertical-align: top;
  }
}

.material-finish-column label {
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}

.material-finish-column input {
  margin-right: 16px;
}

.available-finish__detail {
  display: block;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  padding-left: 50px;
}

@media (min-width: 1024px) {
  .available-finishes,
  .shelves-material {
    display: flex;
    flex-wrap: wrap;
  }
  .material-finish-column .available-finishes,
  .material-finish-column .shelves-material {
    display: block;
  }
}

@media (min-width: 1024px) {
  .available-finish,
  .shelf-material {
    flex-basis: 50%;
    width: 50%;
  }
  .material-finish-column .available-finish,
  .material-finish-column .shelf-material {
    width: 100%;
  }
}

.product-intro__content {
  max-width: 500px;
  margin: auto;
  width: calc(100% - 6rem);
}
@media (min-width: 1024px) {
  .product-intro__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .product-intro__content {
    margin-left: 2em;
    margin-right: initial;
    max-width: 600px;
    padding-right: 4rem;
    width: 600px;
  }
}
@media (min-width: 1140px) {
  .product-intro__content {
    width: 500px;
  }
}

@media (min-width: 1024px) {
  .shelving-system__header-logo {
    left: 0;
    position: absolute;
  }
  .shelving-system__header,
  .product-intro__description {
    flex-basis: 100%;
  }
  .product-intro__content .highlights,
  .product-intro__content .recommended-uses {
    flex-basis: 50%;
  }
  .product-intro__content .highlights {
    max-width: 238px;
  }
  .product-intro__content .highlights > *,
  .product-intro__content .recommended-uses > * {
    max-width: 90%;
  }
}
.compatible-brackets {
  margin-bottom: 10rem;
}

@media (min-width: 1024px) {
  .compatible-brackets-item {
    display: flex;
  }
}

.compatible-brackets-item__figure {
  max-width: 360px;
}

.compatible-brackets-item__content {
  font-size: 1.6rem;
  padding: 2rem;
}
@media (min-width: 1024px) {
  .compatible-brackets-item__content {
    padding: 4rem 0;
    width: 280px;
  }
}

.product-brackets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 3rem 0 0;
}

.product-brackets li {
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 20px;
}

.product-bracket {
  margin-right: 12px;
  width: 120px;
}

.product-bracket__img {
  background: #F6F6F6;
  height: 90px;
  margin-bottom: 0.5em;
  overflow: hidden;
}

.product-bracket__title {
  font-size: 1.8rem;
  font-weight: normal;
  margin-top: 0;
}

.compatible-brackets-item__meta-data {
  margin-top: 1.3rem;
}

.compatible-brackets-item__meta-data-item {
  clear: left;
  font-size: 1.6rem;
  padding-bottom: 0.5rem;
}
.compatible-brackets-item__meta-data-item > img {
  float: left;
  margin-right: 1.5rem;
}
.compatible-brackets-item__meta-data-item:last-child {
  padding-bottom: 0;
}
.compatible-brackets-item__meta-data-item .label {
  color: #737373;
  display: block;
  font-size: 1.2rem;
}

.wall-standards-item__meta-data {
  margin-top: 1.3rem;
}

.wall-standards-item__meta-data-item {
  clear: left;
  font-size: 1.6rem;
  padding-bottom: 1.2rem;
}
.wall-standards-item__meta-data-item > img {
  float: left;
  margin-right: 1.5rem;
}
.wall-standards-item__meta-data-item:last-child {
  padding-bottom: 0;
}
.wall-standards-item__meta-data-item .label {
  color: #737373;
  display: block;
  font-size: 1.2rem;
}

.design-resources {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .design-resources {
    display: flex;
    flex-wrap: wrap;
  }
}

ul.design-resources {
  margin-top: 4rem;
}

.design-resources.reset-list-style .design-resources__item {
  margin-bottom: 3rem;
  position: relative;
}
.design-resources.reset-list-style .design-resources__item:nth-child(odd) {
  margin-right: 1em;
}
@media (min-width: 1024px) {
  .design-resources.reset-list-style .design-resources__item {
    flex-basis: 33.333%;
    max-width: 173px;
  }
  .design-resources.reset-list-style .design-resources__item:last-child {
    margin-right: 0;
  }
}
.design-resources.reset-list-style .design-resources__item img,
.design-resources.reset-list-style .design-resources__item .design-resources__item-no-image {
  display: block;
  height: 160px;
  margin-bottom: 1.7rem;
}
.design-resources.reset-list-style .design-resources__item .design-resources__item-no-image {
  background: #F6F6F6;
  border-bottom: 2px solid #EDEDED;
  border-right: 2px solid #EDEDED;
  width: 128px;
}
.design-resources.reset-list-style .design-resources__item img {
  width: auto;
}

.design-resources__item-additional-details {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.design-resources__item {
  position: relative;
}
.design-resources__item a {
  font-weight: 600;
  text-decoration: none;
}
.design-resources__item a::before {
  cursor: pointer;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.design-resources__item a .design-resources__item-additional-details {
  color: #201B23;
  display: block;
  font-weight: 400;
}

.design-resources__icon {
  display: inline-block;
  margin-left: 0.25em;
}

.product-main__content {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 6rem);
}
@media (min-width: 1024px) {
  .product-main__content {
    margin-left: initial;
    margin-right: initial;
    width: 680px;
  }
}

@media (min-width: 1024px) {
  .single-case_study .section__sidebar {
    width: 360px;
  }
}
/* Rakks Bookshelf */
.rakks-bookshelf {
  margin: 7rem 0;
}
@media (min-width: 1024px) {
  .rakks-bookshelf {
    margin: 10rem 0 15rem;
  }
}

@media (min-width: 1024px) {
  .rakks-bookshelf__diagram {
    display: flex;
    align-items: center;
  }
  .rakks-bookshelf__diagram > img:first-child {
    margin-right: 7rem;
  }
}

.rakks-bookshelf__description {
  max-width: 440px;
}

.rakks-bookshelf__options {
  position: relative;
}

.rakks-bookshelf-layer {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
}

[data-holddownclip=true] .rakks-bookshelf__hold-down-clip {
  display: block;
}

[data-shelfendcap=true] .rakks-bookshelf__shelf-end-cap {
  display: block;
}

[data-slidingwirebookend=true] .rakks-bookshelf__sliding-wire-bookend {
  display: block;
}

[data-labelholder=true] .rakks-bookshelf__label-holder {
  display: block;
}

@media (min-width: 1024px) {
  .available-bookshelf-options {
    display: flex;
    flex-wrap: wrap;
  }
}

.available-bookshelf-option {
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .available-bookshelf-option {
    flex-basis: 50%;
  }
}

/* Swap Component */
.c-swap-section {
  margin: 7rem 0;
}
@media (min-width: 1024px) {
  .c-swap-section {
    display: flex;
    justify-content: space-between;
    margin: 10rem 0 15rem;
  }
}

.c-swap-section__diagram {
  margin-bottom: 2rem;
  flex-basis: 290px;
  position: relative;
}
@media (min-width: 1024px) {
  .c-swap-section__diagram {
    margin-bottom: 0;
  }
}
.c-swap-section__diagram.c-swap-section__diagram--hover .c-swap-section__diagram-base-layer {
  opacity: 0.5;
}
.c-swap-section__diagram.c-swap-section__diagram--hover .c-swap-section__diagram-overlay-image {
  opacity: 0;
}
.c-swap-section__diagram img {
  transition: opacity 0.15s ease-out;
}

.c-swap-section__diagram-base-layer {
  z-index: 1;
}

.c-swap-section__diagram-overlay-image {
  opacity: 0;
  position: absolute;
  z-index: 5;
}
.c-swap-section__diagram-overlay-image:hover, .c-swap-section__diagram-overlay-image:focus {
  opacity: 1 !important;
}

.c-swap-section__content {
  max-width: 280px;
  position: relative;
}

.c-swap-section__description {
  font-size: 1.6rem;
  line-height: 1.5;
}

.c-swap-section__overlay-content {
  background: white;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: opacity 0.15s ease-out;
  top: 0;
  width: 280px;
  z-index: 5;
}
.js .c-swap-section__overlay-content {
  display: none;
}
.c-swap-section__overlay-content.active {
  display: block !important;
  opacity: 1 !important;
}

/* BL Components */
.bl-components {
  margin: 7rem 0;
}
@media (min-width: 1024px) {
  .bl-components {
    margin: 10rem 0 15rem;
  }
}

.bl-components__component-image {
  height: 132px;
}
.bl-components__component-image img {
  margin-top: 0;
  max-height: 100%;
  width: auto;
}

.bl-components__component-content {
  font-size: 1.6rem;
  line-height: 1.5;
}
.bl-components__component-content > h3 {
  max-width: 70.428571%;
}

/* Pole Anchoring */
.poles-anchoring__diagram {
  flex-basis: 270px;
  height: 423px;
  margin-bottom: 2rem;
  width: 270px;
}

/* Wing */
.wing-container {
  background: #F6F6F6;
  position: relative;
}

@media (min-width: 1024px) {
  .wing-container--flex {
    display: flex;
  }
}

.wing-container__content {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 2.5rem 3.9rem 3.5rem;
  z-index: 2;
}
@media (min-width: 1024px) {
  .wing-container--flex .wing-container__content {
    padding: 2.5rem 2rem 3.5rem 0;
    font-size: 1.6rem;
    width: calc(100% - 335px);
  }
}

@media (min-width: 1440px) {
  .wing-container--down:after,
  .wing-container--up:after {
    background: #F4F4F4;
    content: "";
    height: 100%;
    right: -125px;
    position: absolute;
    width: 125px;
    z-index: 1;
  }
  .wing-container--down:after {
    top: 23px;
    transform: skewY(20deg);
  }
  .wing-container--up:after {
    top: -23px;
    transform: skewY(-20deg);
  }
}
/* Design Resources Jump Link */
.design-resources-jump-link {
  display: inline-block;
  fill: #3382de;
  margin: -0.35rem 0 0.35rem 5px;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  vertical-align: middle;
}
.design-resources-jump-link::hover {
  margin: 0.15rem 0 -0.15rem 5px;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.tabbed h2,
.tabbed p {
  max-width: 650px;
}

.tablist {
  list-style: none;
  margin-bottom: 7rem;
  margin-left: 0;
  padding: 0;
}
.tablist li, .tablist a {
  display: block;
  font-size: 2.4rem;
  margin: 0;
}
@media (min-width: 768px) {
  .tablist li, .tablist a {
    display: inline-block;
  }
}
@media (min-width: 1280px) {
  .tablist li, .tablist a {
    display: inline-block;
    font-size: 3rem;
  }
}
.tablist a {
  color: #201B23;
  text-decoration: none;
}
.tablist [aria-selected] {
  background: #fff;
  border-bottom: 0;
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir Heavy", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  position: relative;
}
.tablist .tabpanel {
  padding: 0;
}

@media (min-width: 768px) {
  .help-center-section--process .tablist li:after {
    color: #737373;
    content: "•";
    font-size: 1.5rem;
    padding: 0 2rem;
    vertical-align: middle;
  }
}
@media (min-width: 1280px) {
  .help-center-section--process .tablist li:after {
    padding: 0 4rem;
  }
}
@media (min-width: 768px) {
  .help-center-section--process .tablist li:last-child:after {
    content: none;
  }
}
.help-center-section--process .tablist [aria-selected]:after {
  background: url(assets/images/help-center-process-active.svg) no-repeat;
  content: "";
  display: inline-block;
  height: 31px;
  margin-left: 2rem;
  vertical-align: middle;
  width: 25px;
}
@media (min-width: 768px) {
  .help-center-section--process .tablist [aria-selected]:after {
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: 100%;
    top: calc(100% + 15px);
  }
}

@media (min-width: 900px) {
  .accordion-sections {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 900px) {
  .accordion-sections .accordion-section-column {
    width: 48%;
  }
}

.accordion-section {
  padding: 0;
}
.accordion-section + .accordion-section {
  margin-top: 1rem;
}
.accordion-section button {
  box-shadow: none;
}
.accordion-section button {
  background: #fff;
  border: none;
  box-shadow: none;
  padding: 1.7rem 3.1rem 0;
  position: relative;
  text-align: left;
  white-space: normal;
  width: 100%;
}
.accordion-section button:focus {
  outline: none;
}
.accordion-section button[aria-expanded=true] {
  background: #F6F6F6;
  font-family: "Avenir LT W01_85 Heavy1475544", "Avenir Heavy", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}
.accordion-section button[aria-expanded=true] svg {
  transform: rotate(0);
}
.accordion-section button svg {
  transform: rotate(-90deg);
  left: 1rem;
  margin: 0;
  position: absolute;
  top: 2rem;
}
.accordion-section .accordion-title {
  font-size: 1.8rem;
  margin: 10px 0 0 -10px;
}
.accordion-section .accordion-title:first-child {
  margin-top: 0;
}
.accordion-section div {
  background: #F6F6F6;
  font-size: 1.6rem;
  margin-left: -10px;
  padding: 1.1rem 3.1rem 3.1rem;
}
.accordion-section div ul,
.accordion-section div ol {
  margin-left: 0;
}
.accordion-section div > :last-child {
  margin-bottom: 0;
}

.design-resources-section .design-resources.reset-list-style .design-resources__item img,
.design-resources-section .design-resources.reset-list-style .design-resources__item .design-resources__item-no-image {
  display: block;
  height: 60px;
  margin-bottom: 1.1rem;
}
.design-resources-section .design-resources.reset-list-style .design-resources__item .design-resources__item-no-image {
  background: #F6F6F6;
  border-bottom: 2px solid #EDEDED;
  border-right: 2px solid #EDEDED;
  width: 48px;
}
@media (min-width: 1024px) {
  .design-resources-section .design-resources.reset-list-style .design-resources__item {
    flex-basis: 50%;
  }
}

.faq-section + .faq-section {
  margin-top: 7rem;
}
.faq-section > h3 {
  font-size: 2.1rem;
  margin-bottom: 0;
}

/* Thank You Page */
.page-template-thank-you #site-content {
  margin-bottom: 3rem;
}

.singular .entry-header.entry-header--thank-you {
  padding: 0;
}
@media (min-width: 768px) {
  .singular .entry-header.entry-header--thank-you {
    background: #FFC235;
    background: linear-gradient(180deg, rgba(255, 194, 53, 0.75) 0%, #FFC235 100%);
    margin-bottom: 6rem;
  }
}
@media (min-width: 1024px) {
  .singular .entry-header.entry-header--thank-you {
    background: url(assets/images/thank-you-header-bg.png) 100% 50% no-repeat, linear-gradient(180deg, rgba(255, 194, 53, 0.75) 0%, #FFC235 100%);
    background-size: contain;
  }
}
.singular .entry-header.entry-header--thank-you .entry-header-inner {
  width: 100%;
}
@media (min-width: 768px) {
  .singular .entry-header.entry-header--thank-you .entry-header-inner {
    display: flex;
    align-items: center;
    max-width: 70.5rem;
  }
}

@media (max-width: 768px) {
  .entry-header--thank-you__figure {
    background: #FFC235;
    background: linear-gradient(180deg, rgba(255, 194, 53, 0.75) 0%, #FFC235 100%);
    margin-bottom: 4.2rem;
  }
}
@media (min-width: 1024px) {
  .entry-header--thank-you__figure {
    max-width: 240px;
    margin: 1em 1em -1px -2em;
  }
}

.entry-header--thank-you__content {
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .entry-header--thank-you__content {
    margin: auto;
    max-width: calc(100% - 4rem);
  }
}
.entry-header--thank-you__content .entry-title {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .entry-header--thank-you__content .entry-title {
    font-size: 4.2rem;
    margin-bottom: 2.8rem;
  }
}
@media (min-width: 1024px) {
  .entry-header--thank-you__content .entry-title {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .entry-header--thank-you__content > :last-child {
    margin-bottom: 0;
  }
}

.entry-content .calendly-inline-widget {
  margin-top: 0;
}
@media (min-width: 700px) {
  .entry-content .calendly-inline-widget {
    margin-top: -4rem;
  }
}

.page-template-thank-you .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 76rem;
}

@media (min-width: 768px) {
  .page-template-thank-you hr.wp-block-separator {
    margin: 6rem auto;
  }
}

.page-template-thank-you .cta--made-to-order__list {
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page-template-thank-you .cta--made-to-order__list {
    display: block;
  }
}
.page-template-thank-you .cta--made-to-order__list > li:last-child {
  margin-right: 0;
}

/* ==========================================================================
   #CLEARFIX
   ========================================================================== */
/**
 * Attach our clearfix mixin to a utility class.
 */
.clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* Clearing ---------------------------------- */
.group::after,
.entry-content::after {
  clear: both;
  content: "";
  display: block;
}

/* Colors ------------------------------------ */
/* COLOR */
.color-primary-content {
  color: #201B23;
}

.color-accent,
.color-accent-hover:focus,
.color-accent-hover:hover {
  color: #cd2653;
}

/* BACKGROUND COLOR */
.bg-accent,
.bg-accent-hover:focus,
.bg-accent-hover:hover {
  background-color: #cd2653;
}

/* BORDER COLOR */
.border-color-accent,
.border-color-accent-hover:focus,
.border-color-accent-hover:hover {
  border-color: #cd2653;
}

/* FILL COLOR */
.fill-children-accent,
.fill-children-accent * {
  fill: #cd2653;
}

.fill-children-current-color,
.fill-children-current-color * {
  fill: currentColor;
}

/* -------------------------------------------------------------------------- */
/*	Helper Classes
/* -------------------------------------------------------------------------- */
p.warning {
  display: block;
  font-size: 1.4rem;
  padding: 12px 18px 15px;
  margin: 0 -18px;
  background-color: rgba(255, 194, 53, 0.2);
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.no-left-padding {
  padding-left: 0;
}

.no-right-padding {
  padding-right: 0;
}

.screen-height {
  min-height: 100vh;
}

.site-header--home.screen-height {
  min-height: 95vh;
}

.admin-bar .screen-height {
  min-height: calc(100vh - 32px);
}

.admin-bar .site-header--home.screen-height {
  min-height: calc(95vh - 32px);
}

@media (max-width: 782px) {
  .admin-bar .screen-height {
    min-height: calc(100vh - 46px);
  }
  .admin-bar .site-header--home.screen-height {
    min-height: calc(95vh - 46px);
  }
}
.screen-width {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
}

.one-quarter {
  width: 25%;
}

.one-third {
  width: 33.333%;
}

.one-half {
  width: 50%;
}

/* -------------------------------------------------------------------------- */
/*	 Hide
/* -------------------------------------------------------------------------- */
/**
 * Hide visually and from screen readers.
 */
.u-hidden {
  display: none !important;
}

/**
 * Visibility dependent on Javascript
 */
.js .show-js {
  display: block !important;
}

.js .hide-js {
  display: none !important;
}

.no-js .show-no-js {
  display: block !important;
}

.no-js .hide-no-js {
  display: none !important;
}

/**
 * Visibility dependent on print stylesheet
 */
.u-display-print-only {
  display: none;
}
@media print {
  .u-display-print-only {
    display: block !important;
  }
}

/**
 * Visibility dependent on screen width
 */
@media (max-width: 768px) {
  .u-hidden-palm {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (min-width: 600px) and (max-width: 1279px) {
  .u-hidden-tablet {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (min-width: 600px) {
  .u-hidden-tablet-and-above {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (max-width: 1279px) {
  .u-hidden-tablet-and-below {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (min-width: 1280px) {
  .u-hidden-desktop {
    display: none !important;
    visibility: hidden !important;
  }
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .screen-reader-text-tablet-and-below {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Image Classes ----------------------------- */
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-attachment-fixed {
  background-attachment: fixed;
}

@supports (-webkit-overflow-scrolling: touch) {
  .bg-attachment-fixed {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bg-attachment-fixed {
    background-attachment: scroll;
  }
}
.wp-block-image.is-resized {
  margin-left: auto;
  margin-right: auto;
}

/* Alignment Classes ------------------------- */
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 84rem;
  width: calc(100% - 4rem);
}

[class*=__inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 58rem;
  width: 100%;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.aligncenter,
.alignleft,
.alignright,
.alignwide {
  margin-right: auto;
  margin-bottom: 4rem;
}

[class*=__inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
}

/* Full */
.alignfull {
  margin-top: 5rem;
  margin-right: auto;
  margin-bottom: 5rem;
  margin-left: auto;
  max-width: 100vw;
  position: relative;
  width: 100%;
}

[class*=__inner-container] > .alignfull {
  max-width: 100%;
}

/* Wide */
.alignwide {
  max-width: 126rem;
  position: relative;
  width: calc(100% - 4rem);
}

[class*=__inner-container] > .alignwide {
  width: 100%;
}

/* Center */
.aligncenter,
.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

/* Left and right */
.alignleft,
.alignright {
  max-width: 50%;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0.3rem 2rem 2rem 2rem;
}

[class*=wp-block].alignfull:not(.has-background) [class*=__inner-container] > .alignleft,
[class*=wp-block].alignfull:not(.has-background) [class*=__inner-container] > p .alignleft,
[class*=wp-block].alignfull:not(.has-background) [class*=__inner-container] > .wp-block-image .alignleft {
  /*rtl:ignore*/
  margin-left: 2rem;
}

[class*=wp-block].alignfull:not(.has-background) [class*=__inner-container] > .alignright,
[class*=wp-block].alignfull:not(.has-background) [class*=__inner-container] > p .alignright,
[class*=wp-block].alignfull:not(.has-background) [class*=__inner-container] > .wp-block-image .alignright {
  /*rtl:ignore*/
  margin-right: 2rem;
}

/* Entry Media ------------------------------- */
.alignfull > figcaption,
.alignfull > .wp-caption-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 58rem;
  width: calc(100% - 4rem);
}

@media (min-width: 1220px) {
  .entry-content > .alignfull {
    margin-bottom: 10rem;
    margin-top: 10rem;
  }
  [class*=wp-block].alignwide.has-background [class*=__inner-container] > .alignleft,
  [class*=wp-block].alignwide.has-background [class*=__inner-container] > p .alignleft,
  [class*=wp-block].alignwide.has-background [class*=__inner-container] > .wp-block-image .alignleft {
    /*rtl:ignore*/
    right: calc((100% - 58rem) / 2 + 58rem - 2rem);
  }
  [class*=wp-block].alignwide.has-background [class*=__inner-container] > .alignright,
  [class*=wp-block].alignwide.has-background [class*=__inner-container] > p .alignright,
  [class*=wp-block].alignwide.has-background [class*=__inner-container] > .wp-block-image .alignright {
    /*rtl:ignore*/
    left: calc((100% - 58rem) / 2 + 58rem + 6rem);
  }
}
@media (min-width: 1280px) {
  /* Entry Content ------------------------- */
  /* ALIGNMENT CLASSES */
  .entry-content > .alignwide {
    max-width: 100rem;
    width: 100rem;
  }
  [class*=__inner-container] > .alignwide {
    max-width: 100rem;
    width: 100%;
  }
  .alignleft,
  .alignright,
  .entry-content > .alignleft,
  .entry-content > p .alignleft,
  .entry-content > .wp-block-image .alignleft,
  .entry-content > .alignright,
  .entry-content > p .alignright,
  .entry-content > .wp-block-image .alignright,
  [class*=wp-block].alignwide:not(.has-background) [class*=__inner-container] > .alignleft,
  [class*=wp-block].alignwide:not(.has-background) [class*=__inner-container] > p .alignleft,
  [class*=wp-block].alignwide:not(.has-background) [class*=__inner-container] > .wp-block-image .alignleft,
  [class*=wp-block].alignfull [class*=__inner-container] > .alignleft,
  [class*=wp-block].alignfull [class*=__inner-container] > p .alignleft,
  [class*=wp-block].alignfull [class*=__inner-container] > .wp-block-image .alignleft,
  [class*=wp-block].alignwide:not(.has-background) [class*=__inner-container] > .alignright,
  [class*=wp-block].alignwide:not(.has-background) [class*=__inner-container] > p .alignright,
  [class*=wp-block].alignwide:not(.has-background) [class*=__inner-container] > .wp-block-image .alignright,
  [class*=wp-block].alignfull [class*=__inner-container] > .alignright,
  [class*=wp-block].alignfull [class*=__inner-container] > p .alignright,
  [class*=wp-block].alignfull [class*=__inner-container] > .wp-block-image .alignright {
    max-width: 25rem;
  }
}
@media (min-width: 1330px) {
  .alignleft,
  .alignright,
  .entry-content > .alignleft,
  .entry-content > p .alignleft,
  .entry-content > .wp-block-image .alignleft,
  .entry-content > .alignright,
  .entry-content > p .alignright,
  .entry-content > .wp-block-image .alignright,
  [class*=wp-block].alignwide:not(.has-background) [class*=__inner-container] > .alignleft,
  [class*=wp-block].alignwide:not(.has-background) [class*=__inner-container] > p .alignleft,
  [class*=wp-block].alignwide:not(.has-background) [class*=__inner-container] > .wp-block-image .alignleft,
  [class*=wp-block].alignfull [class*=__inner-container] > .alignleft,
  [class*=wp-block].alignfull [class*=__inner-container] > p .alignleft,
  [class*=wp-block].alignfull [class*=__inner-container] > .wp-block-image .alignleft,
  [class*=wp-block].alignwide:not(.has-background) [class*=__inner-container] > .alignright,
  [class*=wp-block].alignwide:not(.has-background) [class*=__inner-container] > p .alignright,
  [class*=wp-block].alignwide:not(.has-background) [class*=__inner-container] > .wp-block-image .alignright,
  [class*=wp-block].alignfull [class*=__inner-container] > .alignright,
  [class*=wp-block].alignfull [class*=__inner-container] > p .alignright,
  [class*=wp-block].alignfull [class*=__inner-container] > .wp-block-image .alignright {
    max-width: 44rem;
  }
}

/*# sourceMappingURL=style.css.map */