@charset "UTF-8";
/* BASE */
/* ========================================================================== */
@font-face {
  font-family: "HelveticaNeueThin";
  src: url("/web-resources/fonts/41774233-b9da-44be-b252-6a7b612fb1c7.eot?#iefix");
  src: url("/web-resources/fonts/41774233-b9da-44be-b252-6a7b612fb1c7.eot?#iefix")
      format("eot"),
    url("/web-resources/fonts/9baef9a5-e2af-4838-a3bc-da9d36c0bde8.woff2")
      format("woff2"),
    url("/web-resources/fonts/4bff1fbb-b4bf-4d95-9c47-efcb14384e36.woff")
      format("woff"),
    url("/web-resources/fonts/7f1f2a7d-3837-4c93-b373-f03c5da3f9a1.ttf")
      format("truetype"),
    url("/web-resources/fonts/d9f2752a-8d82-4cf1-b82f-109c1105be7f.svg#d9f2752a-8d82-4cf1-b82f-109c1105be7f")
      format("svg");
}

@font-face {
  font-family: "HelveticaNeue35";
  src: url("/web-resources/fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix");
  src: url("/web-resources/fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix")
      format("eot"),
    url("/web-resources/fonts/aff68211-86bb-476d-882e-f7a3face144c.woff2")
      format("woff2"),
    url("/web-resources/fonts/50d35bbc-dfd4-48f1-af16-cf058f69421d.woff")
      format("woff"),
    url("/web-resources/fonts/278bef59-6be1-4800-b5ac-1f769ab47430.ttf")
      format("truetype"),
    url("/web-resources/fonts/2e309b1b-08b8-477f-bc9e-7067cf0af0b3.svg#2e309b1b-08b8-477f-bc9e-7067cf0af0b3")
      format("svg");
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("/web-resources/fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix");
  src: url("/web-resources/fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix")
      format("eot"),
    url("/web-resources/fonts/5a13f7d1-b615-418e-bc3a-525001b9a671.woff2")
      format("woff2"),
    url("/web-resources/fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff")
      format("woff"),
    url("/web-resources/fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf")
      format("truetype"),
    url("/web-resources/fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a")
      format("svg");
}

@font-face {
  font-family: "HelveticaNeueBold";
  src: url("/web-resources/fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix");
  src: url("/web-resources/fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix")
      format("eot"),
    url("/web-resources/fonts/b0868b4c-234e-47d3-bc59-41ab9de3c0db.woff2")
      format("woff2"),
    url("/web-resources/fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff")
      format("woff"),
    url("/web-resources/fonts/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf")
      format("truetype"),
    url("/web-resources/fonts/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9")
      format("svg");
}

/* ==========================================================================
    HELPER CLASSES
   ========================================================================== */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

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

/* Image replacement. */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* Vertically and horizontally center a thing */
.center {
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Mute an object by reducing its opacity. */
.muted {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.margin-1 {
  margin-top: 1em;
}

/* Add/remove floats */
.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none !important;
}

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

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

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

.small-text {
  font-size: 0.875rem !important;
  color: #414141;
}

.smaller-text {
  font-size: 0.75rem !important;
  color: #414141;
}

.text-light {
  color: #fff;
}

.grey {
  background-color: #f3f3f3 !important;
}

.vis-md {
  display: none;
}
@media only screen and (min-width: 48rem) {
  .vis-md {
    display: block;
  }
}

.hide-sm {
  display: block;
}
@media only screen and (min-width: 48rem) {
  .hide-sm {
    display: none;
  }
}

/* Normalize OR reset? Your choice. */
/* ==========================================================================
    RESET
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
picture,
section {
  display: block;
}

/* ELEMENTS */
/* ========================================================================== */
/* ==========================================================================
    ROOT
   ========================================================================== */
/* Define the root element styles. */
html {
  background: white;
  box-sizing: border-box;
  color: black;
  overflow-y: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}

/*
 * Border-box *all the things*, as suggested in:
 * http:// paulirish.com/2012/box-sizing-border-box-ftw
 */
*,
*:before,
*:after {
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
ul,
ol,
dd,
p,
figure,
pre,
table,
fieldset,
hr {
  margin-bottom: 0.9rem;
}

/* Style the body element styles. */
body {
  background: white;
  font: 400 1em/1.5 HelveticaNeue;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* Colour selected text. */
::-moz-selection {
  background-color: #5e2e91;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #5e2e91;
  color: #fff;
  text-shadow: none;
}

.btn {
  padding: 0.857em 2em;
  border: 0.125rem solid white;
  border-radius: 0.375rem;
  background-color: transparent;
  color: white;
  font-family: HelveticaNeue;
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn:hover {
  background-color: white;
  color: #5e2e91;
}
@media only screen and (min-width: 48rem) {
  .btn {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 100rem) {
  .btn {
    font-size: 1.125rem;
  }
}
.btn.centered {
  display: block;
  margin: 0 auto;
}
.btn.filled {
  border: 0.125rem solid;
  background-color: #fff;
  color: #5e2e91;
}
.btn.filled:hover {
  border: 0.125rem solid white;
  background-color: transparent;
  color: white;
}
.btn.filled-col {
  border: 0;
  background-color: #5e2e91;
  color: #fff;
}
.btn.filled-col:hover {
  background-color: #773ab8;
}
.btn.col {
  border: 0.125rem solid #5e2e91;
  color: #5e2e91;
  padding: 0.732em 1.875em;
}
.btn.col:hover {
  border-color: #773ab8;
  color: #773ab8;
}

/* ==========================================================================
    HEADINGS
   ========================================================================== */
h1 {
  color: inherit;
  font-family: HelveticaNeueThin;
  font-weight: 400;
}

h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: HelveticaNeue35;
  font-weight: 400;
}

h1 {
  font-size: 1.875rem;
  z-index: 1;
}
@media only screen and (min-width: 48rem) {
  h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 64rem) {
  h1 {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 100rem) {
  h1 {
    font-size: 2.625rem;
  }
  h1.title {
    font-size: 3.125rem;
  }
}

h2,
.heading--sub {
  font-size: 1.75rem;
  line-height: 1.2;
  font-family: HelveticaNeue35;
  font-weight: 400;
}
@media only screen and (min-width: 100rem) {
  h2.title,
  .heading--sub.title {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 64rem) {
  h2,
  .heading--sub {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 100rem) {
  h2,
  .heading--sub {
    font-size: 2.375rem;
  }
}

h3 {
  font-size: 1.625rem;
}
@media only screen and (min-width: 48rem) {
  h3 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.375rem;
}
@media only screen and (min-width: 64rem) {
  h4 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  h4 {
    font-size: 1.875rem;
  }
}

h5 {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  h5 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 100rem) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-weight: 700;
}

hr {
  height: 1px;
  background-color: #c4c4c4;
}

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

/* ==========================================================================
    LINKS
   ========================================================================== */
a {
  color: #5e2e91;
  text-decoration: none;
}
a.link-orange {
  color: black;
}
a.link-orange:hover {
  color: orange;
}
a:hover,
a:focus {
  color: #45226a;
  text-decoration: underline;
}
a:active,
a.active {
  color: #2c1544;
}

.nav {
  margin-bottom: 0;
}
.nav li {
  padding-left: 0;
}

.nav-w-dropdown {
  position: relative;
}
.nav-w-dropdown .nav-dropdown {
  display: none;
  position: absolute;
  left: 0;
  width: 300px;
  background: #fff;
  box-shadow: 0 0 2px #aaa;
  text-align: left;
}
.nav-w-dropdown .nav-dropdown li {
  display: block;
  padding: 0;
}
.nav-w-dropdown .nav-dropdown a {
  font-size: 16px;
}
.nav-w-dropdown:last-of-type .nav-dropdown {
  left: inherit;
  right: 0;
}

table,
td,
th {
  border: 1px solid #e0e0e0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.centered {
  margin: 0 auto;
}
table.striped tr:nth-child(even) {
  background-color: #f3f3f3;
}
table tr {
  background-color: #fafafa;
}
table th,
table td {
  padding: 0.938em 1.25em;
}

@media only screen and (min-width: 64rem) {
  p {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 100rem) {
  p {
    font-size: 1.375rem;
  }
}

ul,
ol {
  padding-left: 1em;
}

@media only screen and (min-width: 64rem) {
  li {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 100rem) {
  li {
    font-size: 1.375rem;
  }
}

blockquote {
  text-indent: 1rem;
}
@media only screen and (min-width: 64rem) {
  blockquote {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 100rem) {
  blockquote {
    font-size: 1.375rem;
  }
}

.citation {
  color: #53a09f;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

/* VENDOR */
/* ========================================================================== */
/* PATTERNS */
/* ========================================================================== */
.card-wrapper {
  position: relative;
  padding: 1.563em 0;
  z-index: 5;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
}
.card-container .card {
  margin-right: 1em;
}

.card {
  width: 21.875em;
  padding: 1.25em;
  box-shadow: 1px 1px 2px #aaa;
  margin-bottom: 1em;
  text-align: left;
  line-height: 1.2;
}
@media only screen and (min-width: 64rem) {
  .card p {
    font-size: 1.125rem;
  }
}
.card img {
  height: 23px;
  margin-left: 5px;
}
@media only screen and (min-width: 64rem) {
  .card img {
    height: 30px;
    margin-left: 10px;
  }
}
.card > *:last-child {
  margin-bottom: 0;
}
.card.lg {
  height: 13.438em;
}
.card.colored {
  background-color: #5e2e91;
  box-shadow: none;
  color: #fff;
  opacity: 0.9;
}

/* ==========================================================================
    FORMS
   ========================================================================== */
.form-container {
  margin-right: -0.875rem;
}
.form-container .radio_checkbox_group ul {
  list-style: none;
  padding-left: 0;
}
.form-container .input-wrapper {
  width: 100%;
  padding-right: 0.875rem;
  float: left;
}
.form-container .input-wrapper.spaced-input {
  margin-bottom: 1.25rem;
}
.form-container .input-wrapper label {
  display: block;
  margin-bottom: 0.313rem;
}
.form-container .input-wrapper label.checkbox-label {
  display: inline-block;
  margin-right: 1rem;
}
@media only screen and (min-width: 35rem) {
  .form-container .input-wrapper {
    width: 50%;
  }
}
.form-container .input-wrapper.full {
  width: 100%;
}

.radio_checkbox_container {
  display: flex;
}
.radio_checkbox_container_input {
  margin: 8px 8px 8px 0;
}

.input-wrapper-center {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

textarea {
  min-height: 6.25rem;
  width: 100%;
  padding: 1rem;
}

.error {
  color: red;
}

.form-control {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  color: black;
  font: inherit;
  max-width: 100%;
  width: 100%;
  height: 2.5rem;
  padding-left: 1rem;
  margin-bottom: 1.25rem;
}
.form-control:focus {
  border: 1px solid #4a90cc;
  outline: none;
  outline-width: 0;
}
.form-control.error {
  background: #f9e2e2;
  border: 1px solid #eba5a3;
  color: #d9534f;
}
.form-control.valid {
  background: #d8eed8;
  border: 1px solid #a3d7a3;
  color: #357935;
}

.pagination {
  width: 100%;
  float: left;
  text-align: center;
  margin: 2em 0;
}

#infscr-loading {
  width: 100%;
  float: left;
  text-align: center;
  margin: 2em 0;
}

.md-modal {
  position: fixed;
  top: 100px;
  left: 50%;
  width: 80%;
  max-width: 500px;
  min-width: 320px;
  height: auto;
  max-height: 80%;
  max-height: calc(100% - 120px);
  z-index: 2000;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.md-close {
  position: absolute;
  top: 2px;
  right: 10px;
  color: #bbb;
  cursor: pointer;
  line-height: 1;
  font-size: 28px;
  z-index: 1;
}
.md-close:hover {
  color: #888;
}

.md-show {
  visibility: visible;
  overflow: auto;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.md-content {
  position: relative;
  padding: 2em;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.quick-quote-thank-you {
  display: none;
}

.quick-quote ol,
.quick-quote ul {
  list-style: none;
  padding: 0;
}

.modal-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal-overlay:active {
  display: block;
}
.modal-overlay .shadow {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
}
.modal-overlay img {
  z-index: 2;
}

.loading-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
.loading-overlay:active {
  display: block;
}
.loading-overlay .shadow {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
}
.loading-overlay img {
  z-index: 2;
}

#shadow-layer {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 2;
  display: none;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.overlay.dark {
  background-color: #000;
  opacity: 0.1;
}

[class*="overlay-"]:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

[class*="overlay-color-"]:before {
  background-color: #5e2e91;
}

[class*="overlay-dark-"]:before {
  background-color: #000;
}

[class*="overlay-light-"]:before {
  background-color: #fff;
}

.overlay-dark-1:before {
  opacity: 0.1;
}

.overlay-dark-2:before {
  opacity: 0.2;
}

.overlay-dark-3:before {
  opacity: 0.3;
}

.overlay-dark-4:before {
  opacity: 0.4;
}

.overlay-light-1:before {
  opacity: 0.1;
}

.overlay-light-2:before {
  opacity: 0.2;
}

.overlay-light-3:before {
  opacity: 0.3;
}

.overlay-light-4:before {
  opacity: 0.4;
}

.overlay-color-6:before {
  opacity: 0.6;
}

.overlay-color-7:before {
  opacity: 0.7;
}

.overlay-color-8:before {
  opacity: 0.8;
}

.overlay-color-9:before {
  opacity: 0.9;
}

.panel-container {
  width: 100%;
  max-width: 103.125rem;
  margin: 0 auto;
  padding-top: 0.875rem;
  padding-left: 0.875rem;
  padding-bottom: 0.875rem;
}
.panel-container .panel-wrapper {
  width: 100%;
  padding-right: 0.875rem;
  padding-bottom: 0.875rem;
  float: left;
}
@media only screen and (min-width: 35rem) {
  .panel-container .panel-wrapper {
    width: 50%;
  }
}
@media only screen and (min-width: 48rem) {
  .panel-container .panel-wrapper {
    width: 33.33334%;
  }
}
@media only screen and (min-width: 100rem) {
  .panel-container .panel-wrapper {
    width: 25%;
  }
}
.panel-container.max-3 {
  width: 100%;
  max-width: 76.875rem;
  margin: 0 auto;
}
.panel-container.max-3--narrow {
  max-width: 64rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 0;
  padding-bottom: 1.563rem;
}
@media only screen and (min-width: 48rem) {
  .panel-container.max-3--narrow {
    padding-bottom: 2.188rem;
  }
}
@media only screen and (min-width: 100rem) {
  .panel-container.max-3--narrow {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .panel-container.max-3 .panel-wrapper {
    width: 33.33334%;
  }
}
.panel-container.max-3 .panel-thumb {
  height: 11rem;
}

.panel {
  display: block;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.panel.layered {
  position: relative;
  height: 13.75rem;
  background-color: #ededed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.panel.layered:hover .content {
  text-decoration: underline;
}
.panel.layered .content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0.625em;
  background-color: #5e2e91;
  color: #fff;
  opacity: 0.9;
}
@media only screen and (min-width: 35rem) {
  .panel.layered {
    height: 12.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .panel.layered {
    height: 15.625rem;
  }
  .panel.layered .content {
    font-size: 1.25rem;
  }
}
.panel .panel-thumb {
  height: 10.625rem;
  background-color: #e9e9e9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 35rem) {
  .panel .panel-thumb {
    height: 9.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .panel .panel-thumb {
    height: 12.5rem;
  }
}
@media only screen and (min-width: 100rem) {
  .panel .panel-thumb {
    height: 15.625rem;
  }
}
.panel .panel-thumb img {
  width: 100%;
  height: 100%;
}
.panel .panel-heading {
  display: table;
  height: 3.125rem;
  width: 100%;
}
@media only screen and (min-width: 64rem) {
  .panel .panel-heading {
    height: 3.75rem;
  }
}
@media only screen and (min-width: 100rem) {
  .panel .panel-heading {
    height: 4.375rem;
  }
}
.panel .panel-heading .panel-heading-wrapper {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  padding-left: 0.625rem;
  padding-right: 2.625rem;
  line-height: 1.2;
}
.panel .panel-heading .panel-heading-wrapper.filled {
  background-color: #5e2e91;
  color: #fff;
}
.panel .panel-heading .panel-heading-wrapper.filled a {
  color: #fff;
}
.panel .panel-heading .panel-heading-wrapper img {
  position: absolute;
  height: 1.375rem;
  right: 0.625rem;
  top: 0.875em;
}
@media only screen and (min-width: 64rem) {
  .panel .panel-heading .panel-heading-wrapper {
    padding-left: 1.25rem;
    padding-right: 3.25rem;
    font-size: 1.25rem;
  }
  .panel .panel-heading .panel-heading-wrapper img {
    height: 1.875rem;
    right: 1.25rem;
    top: 0.938em;
  }
}

.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* ==========================================================================
    ROWS
   ========================================================================== */
.row {
  position: relative;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.row.dark {
  color: #fff;
}
.row.colored {
  background-color: #5e2e91;
  color: #fff;
}
.row.centered {
  text-align: center;
}

.row-alt:nth-child(odd) {
  background-color: #f5f5f5;
}
.row-alt:nth-child(odd) .form-control {
  background-color: #fff;
}

.row-alt-variant:nth-child(even) {
  background-color: #f5f5f5;
}
.row-alt-variant:nth-child(even) .form-control {
  background-color: #fff;
}

.banner-featured {
  position: relative;
  height: 25em;
}
@media only screen and (min-width: 100rem) {
  .banner-featured {
    height: 35em;
  }
}
.banner-featured .banner-info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  opacity: 0.9;
}
.banner-featured .banner-info.featured {
  background-color: #5e2e91;
}
.banner-featured .banner-info .banner-content {
  position: relative;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  background-color: #5e2e91;
  color: white;
  font-size: 0.875em;
}
.banner-featured .banner-info .banner-content .banner-content-title {
  margin-bottom: 0;
}
@media only screen and (min-width: 100rem) {
  .banner-featured .banner-info .banner-content .banner-content-text p {
    margin-top: -0.375rem;
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
.banner-featured .banner-info .banner-content p {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 48rem) {
  .banner-featured .banner-info .banner-content {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  .banner-featured .banner-info .banner-content {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 100rem) {
  .banner-featured .banner-info .banner-content {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .banner-featured .banner-info .banner-content .banner-content-text {
    width: 75%;
    float: left;
  }
  .banner-featured .banner-info .banner-content button {
    float: right;
  }
}

.banner {
  position: relative;
  height: 18.75rem;
  overflow: hidden;
}
@media only screen and (min-width: 35rem) {
  .banner {
    height: 21.875rem;
  }
}
@media only screen and (min-width: 48rem) {
  .banner {
    height: 25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .banner {
    height: 28.125em;
  }
}
@media only screen and (min-width: 100rem) {
  .banner {
    height: 37.5rem;
  }
}
.banner.sm {
  height: 18.75rem;
}
.banner.tall {
  height: 56.25rem;
}
.banner .banner-image {
  width: 100%;
  height: 100%;
}
.banner h1 {
  width: 95%;
  font-size: 2rem;
  color: #fff;
  text-shadow: 0 0.125rem 0.35rem #000000;
  text-align: center;
}
@media only screen and (min-width: 35rem) {
  .banner h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .banner h1 {
    font-size: 3.5rem;
  }
}

.video-banner {
  height: auto;
  min-height: 400px;
}
.video-banner .video-container {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
}
.video-banner .video-content {
  width: 80%;
}
.video-banner .video-content h1 {
  margin-bottom: 0;
}
.video-banner h1 {
  width: 95%;
  font-size: 2rem;
  color: #fff;
  text-shadow: 0 0.125rem 0.35rem #000000;
  text-align: center;
}
@media only screen and (min-width: 35rem) {
  .video-banner h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 48rem) {
  .video-banner h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .video-banner {
    max-height: 34.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .video-banner {
    max-height: 43.75rem;
  }
}

.info-banner {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #f5f5f5;
  font-size: 1.25rem;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  height: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

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

.slick-arrow {
  position: absolute;
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 100%;
  background-color: #5e2e91;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
}
.slick-arrow:hover {
  background-color: #773ab8;
}
.slick-arrow.slick-prev {
  bottom: 0.75rem;
  right: 3.4375rem;
  background-image: url("/images/slide-prev-sm.png");
}
.slick-arrow.slick-next {
  bottom: 0.75rem;
  right: 0.75rem;
  background-image: url("/images/slide-next-sm.png");
}
@media only screen and (min-width: 35rem) {
  .slick-arrow.slick-prev {
    bottom: 1.25rem;
  }
  .slick-arrow.slick-next {
    bottom: 1.25rem;
  }
}
@media only screen and (min-width: 48rem) {
  .slick-arrow {
    height: 2.8125rem;
    width: 2.8125rem;
  }
  .slick-arrow.slick-prev {
    bottom: 20px;
    left: 20px;
    background-image: url("/images/slide-prev.png");
  }
  .slick-arrow.slick-next {
    bottom: 20px;
    left: 74px;
    background-image: url("/images/slide-next.png");
  }
}

/* ==========================================================================
    CONTENT WRAPPER
   ========================================================================== */
.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  max-width: 64rem;
}
.wrapper.full {
  max-width: none;
}
.wrapper .content {
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
}
.wrapper .content > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .wrapper .content {
    padding-top: 2.188rem;
    padding-bottom: 2.188rem;
  }
}
@media only screen and (min-width: 100rem) {
  .wrapper .content {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.wrapper .content--no-pb {
  padding-bottom: 0;
}
.wrapper .content--mt {
  margin-top: 1.563rem;
}
@media only screen and (min-width: 48rem) {
  .wrapper .content--mt {
    margin-top: 2.188rem;
  }
}
@media only screen and (min-width: 100rem) {
  .wrapper .content--mt {
    margin-top: 3.125rem;
  }
}
.wrapper .content--bb {
  border-bottom: 1px solid #e4e4e4;
  padding-top: 2.188rem;
  padding-bottom: 2.188rem;
}
.wrapper .content--brand-background {
  background: #5e2e91;
  padding: 1.563rem;
  margin-bottom: 1.563rem;
}
@media only screen and (min-width: 48rem) {
  .wrapper .content--brand-background {
    padding: 2.188rem;
    margin-bottom: 2.188rem;
  }
}
@media only screen and (min-width: 100rem) {
  .wrapper .content--brand-background {
    padding: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
.wrapper .content--brand-background p {
  color: #fff;
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .wrapper .content--brand-background p {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 100rem) {
  .wrapper .content--brand-background p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .wrapper {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media only screen and (min-width: 100rem) {
  .wrapper {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.content-block {
  margin-bottom: 1.563rem;
}
@media only screen and (min-width: 48rem) {
  .content-block {
    margin-bottom: 2.188rem;
  }
}
@media only screen and (min-width: 100rem) {
  .content-block {
    margin-bottom: 3.125rem;
  }
}

.iframe-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* modules */
/* ========================================================================== */
.breadcrumb-container {
  display: none;
  position: relative;
  background: #fff;
  padding: 2rem;
}
.breadcrumb-container.inline {
  padding-bottom: 0;
}
@media only screen and (min-width: 64rem) {
  .breadcrumb-container {
    display: block;
  }
}
.breadcrumb-container--careers {
  display: block;
}

.simple-breadcrumb {
  margin-bottom: 0;
}
@media only screen and (max-width: 48rem) {
  .simple-breadcrumb {
    display: none;
  }
}
.simple-breadcrumb--careers {
  display: block;
}
@media only screen and (max-width: 48rem) {
  .simple-breadcrumb--careers {
    display: block;
  }
}
.simple-breadcrumb li {
  display: inline-block;
  padding: 0;
  font-family: HelveticaNeueBold;
  font-size: 14px;
  margin-right: 20px;
  color: #7d7d7d;
}
.simple-breadcrumb li::after {
  content: "/";
  margin-left: 20px;
}
.simple-breadcrumb li a {
  color: #7d7d7d;
}

#cart {
  position: fixed;
  top: -100%;
  right: 0;
  width: 100%;
  max-width: 500px;
  margin-top: 4rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 98;
  -webkit-transition: top 1s;
  -moz-transition: top 1s;
  transition: top 1s;
}
#cart.active {
  top: 0;
}
#cart #cart-btn-quote {
  display: table;
  margin: 0 auto;
  cursor: not-allowed;
  background-color: #cdcdcd;
}
#cart.populated #cart-btn-quote {
  cursor: pointer;
  background-color: #5e2e91;
}
#cart.populated #cart-btn-quote:hover {
  background-color: #773ab8;
}

.cart-items {
  margin-bottom: 0;
}

.cart-item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1rem;
  border-bottom: 1px solid #e0e0e0;
}
.cart-item .cart-item-block {
  margin-right: 0.625rem;
}
.cart-item .cart-item-block:last-of-type {
  margin-right: 0;
}
.cart-item .cart-item-block.thumb {
  height: 4rem;
}
.cart-item .cart-item-block.description {
  font-size: 0.9375rem;
}
.cart-item .cart-item-block.controls {
  min-width: 7.5rem;
  margin-left: auto;
}
.cart-item .cart-item-block.controls .quantity {
  float: left;
}
.cart-item .cart-item-block.controls .quantity div {
  text-align: center;
  margin-right: 0.313rem;
  line-height: 1rem;
  float: left;
}
.cart-item .cart-item-block.controls .quantity .ticker {
  width: 1rem;
  height: 1rem;
  line-height: 0.9rem;
  background-color: #5e2e91;
  font-family: HelveticaNeueBold;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.cart-item .cart-item-block.controls .quantity .ticker:hover {
  background-color: #773ab8;
}
.cart-item .cart-item-block.controls .remove-btn {
  height: 1rem;
  float: right;
  cursor: pointer;
}
.cart-item .cart-item-block.controls .remove-btn img {
  vertical-align: top;
}
@media only screen and (min-width: 35rem) {
  .cart-item .cart-item-block.description {
    font-size: 1rem;
  }
  .cart-item .cart-item-block.controls {
    min-width: 8.5rem;
  }
}

.cart-block {
  padding: 1rem;
}
.cart-block.heading {
  background-color: #ededed;
}
.cart-block button {
  font-size: 1rem !important;
}

/* ==========================================================================
    FOOTER
   ========================================================================== */
footer.page-footer {
  position: relative;
  border-top: 1px solid #e0e0e0;
  background-color: white;
  font-family: HelveticaNeueBold;
  z-index: 1;
}
footer.page-footer li {
  font-size: 1rem !important;
}
footer.page-footer .footer-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 48rem) {
  footer.page-footer .footer-container {
    justify-content: center;
  }
}
footer.page-footer #footer-menu {
  padding-bottom: 1.563rem;
}
@media only screen and (min-width: 48rem) {
  footer.page-footer #footer-menu {
    padding-bottom: 0;
  }
}
footer.page-footer .content {
  padding-top: 1.563rem !important;
  padding-bottom: 1.563rem !important;
}
footer.page-footer .nav {
  text-align: center;
}
footer.page-footer .nav li {
  display: inline-block;
  text-align: center;
}
footer.page-footer .nav .active {
  text-decoration: underline;
}
@media only screen and (max-width: 48rem) {
  footer.page-footer #footer-certification {
    margin-bottom: 1.563rem;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 48rem) {
  footer.page-footer #footer-menu {
    width: 100%;
  }
  footer.page-footer #footer-menu .nav li {
    width: 33%;
  }
}
@media only screen and (max-width: 35rem) {
  footer.page-footer #footer-menu .nav li {
    width: 100%;
  }
}
@media only screen and (min-width: 35rem) {
  footer.page-footer #footer-menu .nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 7.5rem;
    margin: 0 auto;
  }
  footer.page-footer #footer-menu .nav li {
    display: block;
    padding-left: 0.875rem;
    border-left: 1px solid #f0f0f0;
    text-align: left;
    float: left;
  }
}
@media only screen and (min-width: 48rem) {
  footer.page-footer #footer-menu {
    float: left;
  }
}
@media only screen and (min-width: 64rem) {
  footer.page-footer #footer-menu .nav {
    width: 31.25rem;
  }
  footer.page-footer #footer-menu .nav li {
    padding-left: 1.875rem;
    width: 50%;
  }
}
footer.page-footer #footer-menu .nav li {
  display: block;
}
footer.page-footer #footer-social {
  width: 100%;
  margin-top: 1.563rem;
  text-align: center;
}
footer.page-footer #footer-social .social-icon {
  height: 2.875rem;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 35rem) {
  footer.page-footer #footer-social {
    margin-top: 0;
  }
}
@media only screen and (min-width: 48rem) {
  footer.page-footer #footer-social {
    margin-left: auto;
  }
  footer.page-footer #footer-social .wrapper {
    padding: 0;
  }
}
@media only screen and (min-width: 86.5rem) {
  footer.page-footer #footer-social {
    margin-right: 1rem;
    float: right;
    width: auto;
  }
  footer.page-footer #footer-social .social-icon {
    height: 3.75rem;
    margin-right: 0.8125rem;
  }
}
footer.page-footer #footer-legal {
  border-top: 1px solid #e0e0e0;
  text-align: center;
  padding-top: 1.563rem !important;
  padding-bottom: 1.563rem !important;
}
footer.page-footer #footer-legal .footer-legal-content {
  margin-bottom: 0.625rem;
}
footer.page-footer #footer-legal .footer-legal-content li {
  font-size: 0.75rem !important;
}
footer.page-footer #footer-legal .footer-legal-content li:before {
  content: "|";
  margin: 0 5px;
}
footer.page-footer #footer-legal .footer-legal-content li:first-of-type:before {
  display: none;
}
@media only screen and (min-width: 48rem) {
  footer.page-footer
    #footer-legal
    .footer-legal-content
    li:first-of-type:before {
    display: inline-block;
  }
}
@media only screen and (min-width: 48rem) {
  footer.page-footer #footer-legal .footer-legal-content {
    margin-bottom: 0;
    float: left;
  }
  footer.page-footer #footer-legal .footer-legal-content ul {
    display: inline-block;
  }
}
@media only screen and (min-width: 48rem) {
  footer.page-footer #footer-legal .footer-legal-extra {
    float: right;
  }
}

/* ==========================================================================
    HEADER
   ========================================================================== */
header.page-header {
  position: fixed;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  background-color: #fff;
  box-shadow: 0 0 2px #aaa;
  z-index: 99;
  display: flex;
  justify-content: space-between;
}
header.page-header #header-brand {
  width: 150px;
  overflow: auto;
}
header.page-header #header-brand img {
  vertical-align: middle;
}
header.page-header #header-menu-btn {
  background: #5e2e91;
  padding: 0 15px;
  cursor: pointer;
  width: 130px;
  height: 4rem;
}
header.page-header #header-menu-btn .text {
  color: #ffffff;
  font-size: 20px;
  font-family: HelveticaNeueBold;
  margin-left: 15px;
}
@media only screen and (max-width: 48rem) {
  header.page-header #header-menu-btn .text {
    display: none;
  }
}
@media only screen and (min-width: 64rem) {
  header.page-header #header-menu-btn {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 48rem) {
  header.page-header #header-menu-btn {
    width: 4rem;
  }
}
header.page-header #nav-cart {
  width: 4rem;
  height: 4rem;
  text-align: center;
  background-image: url("/images/basket.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #5e2e91;
  box-shadow: 0 0 2px #aaa;
  cursor: pointer;
  position: relative;
}
header.page-header #nav-cart .cart-quantity {
  max-height: 24px;
  line-height: 24px;
  min-width: 24px;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 50em;
  background-color: #77f2fa;
  color: #5e2e91;
  font-weight: bold;
}

.burgWrapper {
  padding: 28px 0;
  margin-right: 5px;
  float: left;
}

.burg {
  display: block;
  height: 2px;
  width: 26px;
  background: #fff;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 3px;
  left: 3px;
}
.burg:before {
  content: "";
  position: absolute;
  top: -6px;
  width: 26px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.burg:after {
  content: "";
  position: absolute;
  top: 6px;
  width: 26px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.burg.active {
  background: transparent;
}
.burg.active:before {
  -webkit-transform: rotate(45deg);
  top: 0;
}
.burg.active:after {
  -webkit-transform: rotate(-45deg);
  top: 0;
}

.header-actions {
  display: flex;
}
@media only screen and (min-width: 48rem) {
  .header-actions {
    width: 130px;
    align-items: flex-end;
    justify-content: flex-end;
  }
}

.header-search-box {
  display: none;
  width: 4rem;
  height: 4rem;
  background-image: url("/images/search.svg");
  background-color: #ededed;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.header-search-box:hover {
  background-color: #d4d3d3;
}
.header-search-box:hover .header-search-box-form .arrow {
  border-right-color: #d4d3d3;
}
.header-search-box .header-search-box-form {
  display: none;
  position: absolute;
  height: 100%;
  top: 0;
  right: 100%;
  padding: 0.75rem;
  padding-right: 2.75rem;
  background-color: #ededed;
  overflow: auto;
}
.header-search-box .header-search-box-form .arrow {
  position: absolute;
  left: -0.625em;
  top: 1.375em;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625em 0.625em 0.625em 0;
  border-color: transparent #ededed transparent transparent;
}
.header-search-box .header-search-box-form input {
  height: 100%;
  background-color: inherit;
  font-size: 16px;
}
.header-search-box .header-search-box-form input[type="search"] {
  padding-left: 0.625em;
  float: left;
}
.header-search-box .header-search-box-form input[type="submit"] {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("/images/search.svg");
  background-color: #ededed;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.header-search-box.active {
  background-color: #d4d3d3;
  background-image: url("/images/close.svg");
}
.header-search-box.active .header-search-box-form {
  display: block;
}
.header-search-box.active .header-search-box-form .arrow {
  display: none;
}
@media only screen and (min-width: 64rem) {
  .header-search-box {
    display: block;
  }
}

/* ==========================================================================
   Site logo
   ========================================================================== */
.logo-block {
  display: inline-block;
}

/* ==========================================================================
    PRIMARY NAVIGATION
   ========================================================================== */
/* MAIN NAVIGATION */
.nav a {
  color: black;
}
.nav a:hover {
  color: #5e2e91;
}

.banner-notification {
  display: none;
  position: fixed;
  width: 90%;
  line-height: 30px;
  top: 4.625rem;
  right: 0;
  left: 0;
  padding: 10px 20px;
  box-shadow: 0 2px 5px #888;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  z-index: 99;
}
.banner-notification .message {
  display: block;
}
.banner-notification .notification-close {
  position: absolute;
  height: 1rem;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.banner-notification .notification-close img {
  height: 1rem;
  vertical-align: super;
}
@media only screen and (min-width: 35rem) {
  .banner-notification .message {
    display: inline;
  }
}
@media only screen and (min-width: 48rem) {
  .banner-notification {
    width: 80%;
  }
}
@media only screen and (min-width: 64rem) {
  .banner-notification {
    width: 70%;
  }
}
@media only screen and (min-width: 100rem) {
  .banner-notification {
    width: 60%;
  }
}

.page-content {
  position: relative;
  margin-left: 0;
  left: 0;
  transition: left 0.5s ease;
}
.page-content.side-menu-active {
  left: 12.5rem;
}
@media only screen and (min-width: 48rem) {
  .page-content.side-menu-active {
    left: 400px;
  }
}
.page-content main {
  padding-top: 4rem;
}

.side-menu {
  position: fixed;
  width: 12.5rem;
  top: 0;
  left: -12.563em;
  bottom: 0;
  z-index: 5;
  background-color: #ffffff;
  font-size: 1.125rem;
  box-shadow: 1px 0 2px #aaa;
  transition: left 0.5s ease;
  overflow-y: scroll;
}
@media only screen and (min-width: 48rem) {
  .side-menu {
    width: 400px;
    left: -400px;
  }
}
.side-menu.active {
  left: 0;
}
.side-menu .nav {
  padding: 0;
}
.side-menu .nav li {
  display: block;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
}
.side-menu .nav li.nav-m-dropdown {
  position: relative;
}
.side-menu .nav li.nav-m-dropdown::after {
  content: "+";
  position: absolute;
  top: 10px;
  right: 1rem;
  color: #666;
  pointer-events: none;
}
.side-menu .nav li.nav-m-dropdown.active::after {
  content: "-";
}
.side-menu .nav li.nav-m-dropdown[data-title='Resources']::after {
    display: none;
}
.side-menu .nav li ul {
  display: none;
  background: #fafafa;
  border-top: 1px solid #e0e0e0;
  box-shadow: inset rgba(0, 0, 0, 0.05) 0 5px 10px;
  margin-bottom: 0;
}
.side-menu .nav li ul a {
  font-size: 14px;
}
.side-menu .nav li ul li:last-of-type {
  border-bottom: 0;
}
.side-menu .nav li:hover {
  color: #5e2e91;
}
.side-menu .nav li a {
  display: block;
  padding: 0.7rem 1rem;
  color: black;
}
.side-menu .nav li a:hover {
  color: #5e2e91;
}
.side-menu .nav li.search-item {
  height: 4rem;
  line-height: 4rem;
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .side-menu .nav li.search-item {
    display: none;
  }
}
.side-menu .nav li .side-menu-img {
  height: 1.125rem;
  margin-right: 0.825rem;
}

.side-search-box {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.side-search-box input {
  display: block;
  height: 100%;
  background-color: #ededed;
  padding-left: 0.5rem;
  font-size: 16px;
  float: left;
}
.side-search-box input[type="search"] {
  width: 100%;
}
.side-search-box input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4rem;
  background-image: url("/images/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.super-search {
  background: rgba(94, 46, 145, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0 5px 5px;
  z-index: 10;
  padding: 100px 0 0 0;
  display: none;
}
.super-search__form {
  padding-right: 0.875rem;
}
.super-search__field {
  width: 100%;
  border: 0;
  background: none;
  border-bottom: #fff 2px solid;
  font-family: HelveticaNeue;
  font-size: 48px;
  color: #fff;
  padding-bottom: 20px;
  transition: color 0.2s ease-in-out;
  margin-bottom: 40px;
  -webkit-appearance: none;
  appearance: none;
}
.super-search__field::placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.3);
}
.super-search__field::-ms-clear {
   display: none;
  width: 0;
  height: 0;
}
.super-search__field::-ms-reveal {
   display: none;
  width: 0;
  height: 0;
}
.super-search__field::-webkit-search-decoration,
.super-search__field::-webkit-search-cancel-button,
.super-search__field::-webkit-search-results-button,
.super-search__field::-webkit-search-results-decoration {
  display: none;
}
.super-search .row {
  background: none;
}
.super-search .panel-heading {
  background: #fff;
}

.simple-product-header {
  width: 1180px;
  margin: 100px auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 48rem) {
  .simple-product-header {
    flex-direction: column;
  }
}
@media only screen and (max-width: 64rem) {
  .simple-product-header {
    width: 100%;
    margin: 100px 0;
  }
}
.simple-product-header__info {
  width: 70%;
}
@media only screen and (max-width: 48rem) {
  .simple-product-header__info {
    order: 1;
    text-align: center;
  }
}
.simple-product-header__image {
  width: 30%;
  text-align: right;
  margin-left: 20px;
}
.simple-product-header__image--large {
  width: 100%;
  margin-left: 0;
}
@media only screen and (max-width: 48rem) {
  .simple-product-header__image {
    margin-left: 0;
    order: 0;
    margin-bottom: 50px;
  }
}
.simple-product-header__image-thumb {
  background-color: #e9e9e9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
  position: relative;
}
@media only screen and (min-width: 48rem) {
  .simple-product-header__image-thumb:hover::before {
    content: "";
    display: block;
    background: url("/images/search-white.svg") center center no-repeat
      rgba(94, 46, 145, 0.8);
    border-radius: 100%;
    color: #fff;
    height: 80px;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
  }
}
@media only screen and (max-width: 48rem) {
  .simple-product-header__image-thumb {
    height: 250px;
  }
}
@media only screen and (min-width: 64rem) {
  .simple-product-header__image-thumb {
    height: 20rem;
  }
}
.simple-product-header__image-thumb img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 48rem) {
  .simple-product-header__info,
  .simple-product-header__image {
    width: 100%;
  }
}
.simple-product-header h1 {
  color: #5e2e91;
  font-family: HelveticaNeue;
}
.simple-product-header p {
  font-family: HelveticaNeue;
  font-size: 18px;
}
.simple-product-header__actions {
  margin-top: 30px;
}
.simple-product-header .btn.filled {
  border: #5e2e91 0.125rem solid;
  background: #5e2e91;
  color: #fff;
  display: inline-block;
  position: relative;
  top: 0;
  margin-right: 10px;
}
@media only screen and (max-width: 48rem) {
  .simple-product-header .btn.filled {
    margin-bottom: 10px;
  }
}
.simple-product-header .quick-quote-btn {
  border: #5e2e91 0.125rem solid;
  color: #5e2e91;
}

@media only screen and (max-width: 64rem) {
  .simple-product-info__tabs {
    overflow-x: scroll;
    width: 100%;
  }
}

.simple-product-info__tabs ol {
  list-style: none;
  width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 64rem) {
  .simple-product-info__tabs ol {
    margin: 0;
    width: 100%;
    white-space: nowrap;
  }
}
.simple-product-info__tabs ol li {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 10px;
}
.simple-product-info__tabs ol a {
  display: block;
  padding: 15px 15px 19px 15px;
  border-top: #fff 4px solid;
  color: #555555;
}
.simple-product-info__tabs ol a:hover,
.simple-product-info__tabs ol a:active,
.simple-product-info__tabs ol a:focus {
  text-decoration: none;
}
.simple-product-info__tabs ol a.active {
  background: #f5f5f5;
  border-top: #5e2e91 4px solid;
  color: #5e2e91;
  font-family: HelveticaNeueBold;
}

.simple-product-info__tab {
  background: #f5f5f5;
  padding: 50px 0;
  display: none;
}
@media only screen and (max-width: 64rem) {
  .simple-product-info__tab {
    padding: 20px 0;
  }
}

.simple-product-info__content {
  width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 64rem) {
  .simple-product-info__content {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}
.simple-product-info__content .card-container {
  padding-left: 0;
  align-items: flex-start;
  justify-content: space-between;
}
.simple-product-info__content .card {
  background: #fff;
}
@media only screen and (max-width: 64rem) {
  .simple-product-info__content .card {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.simple-product-info__content h3 {
  color: #5e2e91;
  font-size: 24px;
  font-family: HelveticaNeueBold;
}
.simple-product-info__content p {
  font-size: 16px;
}
.simple-product-info__content p + h3 {
  margin-top: 50px;
}

.large-photo {
  max-width: 1180px;
}
.large-photo img {
  width: 100%;
  height: auto;
}

.inline-product {
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  display: flex;
}
@media only screen and (max-width: 48rem) {
  .inline-product {
    flex-direction: column;
  }
}
.inline-product__text {
  width: 60%;
  padding: 30px;
}
@media only screen and (max-width: 48rem) {
  .inline-product__text {
    order: 1;
    width: 100%;
  }
}
.inline-product__text p {
  font-size: 16px;
}
.inline-product__text h2 {
  font-size: 22px;
}
.inline-product__product {
  width: 40%;
}
@media only screen and (max-width: 48rem) {
  .inline-product__product {
    order: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.inline-product__actions {
  margin-top: 30px;
}
.inline-product .btn.filled {
  border: #5e2e91 0.125rem solid;
  background: #5e2e91;
  color: #fff;
  display: inline-block;
  position: relative;
  top: 0;
  margin-right: 10px;
  font-size: 16px;
}
@media only screen and (max-width: 48rem) {
  .inline-product .btn.filled {
    margin-bottom: 10px;
  }
}
.inline-product .quick-quote-btn {
  border: #5e2e91 0.125rem solid;
  color: #5e2e91;
  font-size: 16px;
}

.info-bar {
  background: #45226a;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-bar p {
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
  flex: 1;
}
@media only screen and (max-width: 35rem) {
  .info-bar p {
    font-size: 14px;
  }
}
.info-bar p a {
  color: #fff;
  font-family: "HelveticaNeueBold";
  text-decoration: underline;
}
.info-bar p a:hover {
  opacity: 0.7;
}
.info-bar__close {
  margin-left: 10px;
}

.product-filter {
  display: none;
}
@media only screen and (max-width: 35rem) {
  .product-filter h3 {
    font-size: 22px;
  }
  .product-filter h3 a {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: "HelveticaNeueBold";
  }
}
.product-filter__item {
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  display: block;
  margin-bottom: 20px;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-filter__item--product {
  color: #fff;
  background: #5e2e91;
}
.product-filter__item--product:hover,
.product-filter__item--product:active,
.product-filter__item--product:focus {
  color: #fff;
}
.product-filter__details {
  padding: 30px;
  width: 100%;
}
@media only screen and (max-width: 35rem) {
  .product-filter__details {
    font-size: 18px;
  }
  .product-filter__details img {
    display: none;
  }
}
.product-filter__thumb {
  height: 100px;
  background-color: #e9e9e9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 150px;
}
@media only screen and (max-width: 35rem) {
  .product-filter__thumb {
    width: 200px;
    height: 125px;
  }
}
.product-filter__chrome {
  position: relative;
  overflow-x: hidden;
  margin-top: 60px;
  height: 550px;
  transition: height 0.4s ease-in-out;
}
.product-filter__body {
  padding-bottom: 1.563rem;
}
.product-filter__body p {
  font-size: 16px;
}
.product-filter__loader {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  height: 100%;
  z-index: 1;
  font-size: 38px;
  color: #5e2e91;
  padding-top: 100px;
}
.product-filter__loader img {
  margin-right: 20px;
}
@media only screen and (max-width: 35rem) {
  .product-filter__loader {
    font-size: 22px;
  }
  .product-filter__loader img {
    width: 70px;
    height: 70px;
  }
}

.research-jobs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 48rem) {
  .research-jobs {
    flex-direction: row;
  }
}
.research-jobs__aside {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 48rem) {
  .research-jobs__aside {
    width: 300px;
    margin-right: 40px;
  }
}
.research-jobs__aside .research-jobs__vacancy {
  margin-bottom: 15px;
}
.research-jobs__vacancy {
  padding: 20px;
  font-family: HelveticaNeueBold;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  order: 1;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .research-jobs__vacancy {
    order: 2;
  }
}
.research-jobs__aside-inner {
  background: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 30px;
  order: 2;
}
@media only screen and (min-width: 48rem) {
  .research-jobs__aside-inner {
    order: 1;
  }
}
.research-jobs__listing {
  flex: 1;
}
.research-jobs__filters {
  padding: 30px;
  display: none;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (min-width: 48rem) {
  .research-jobs__filters {
    display: block;
    border: 0;
  }
}
.research-jobs__no-results {
  display: none;
  font-size: 22px;
}
.research-jobs__filters-toggle {
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 14px;
  font-family: HelveticaNeueBold;
  font-weight: bold;
}
@media only screen and (min-width: 48rem) {
  .research-jobs__filters-toggle {
    display: none;
  }
}
.research-jobs__filter {
  width: 100%;
  margin-bottom: 15px;
  display: block;
  padding: 15px 35px 15px 15px;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  font-family: HelveticaNeue;
  font-size: 14px;
  color: #5c5c5c;
  background-image: url("/images/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 14px top 50%, 0 0;
  background-size: 12px 6px;
}
.research-jobs__filter:last-child {
  margin-bottom: 0;
}

.research-job {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 48rem) {
  .research-job {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.research-job:last-child {
  border-bottom: 0;
}
.research-job__button {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: block;
}
@media only screen and (min-width: 48rem) {
  .research-job__button {
    display: none !important;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.research-job__title {
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
}
.research-job__categories {
  padding: 0;
  margin: 0;
  list-style: none;
}
.research-job__category {
  padding: 0;
  display: block;
  font-size: 12px;
}
@media only screen and (min-width: 48rem) {
  .research-job__category {
    display: inline-block;
    border-left: 1px solid #ccc;
    padding: 0 15px;
  }
}
.research-job__category:first-child {
  border-left: 0;
  padding: 0;
}
@media only screen and (min-width: 48rem) {
  .research-job__category:first-child {
    padding: 0 15px 0 0;
  }
}

/* VIEWS */
/* ========================================================================== */
.quoted-item {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #e0e0e0;
}
.quoted-item .item-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 4rem;
  width: 100%;
}
.quoted-item .item-content .thumb {
  height: 100%;
}
.quoted-item .item-content .item-name {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.quoted-item .item-content .controls {
  width: 9.375rem;
  min-width: 7.5rem;
  height: 1.25rem;
  line-height: 1.25rem;
  margin-left: auto;
}
.quoted-item .item-content .controls .quantity {
  float: left;
}
.quoted-item .item-content .controls .quantity div {
  text-align: center;
  margin-right: 0.313rem;
  line-height: 1rem;
  float: left;
}
.quoted-item .item-content .controls .quantity .ticker {
  width: 1rem;
  height: 1rem;
  line-height: 0.9rem;
  background-color: #5e2e91;
  font-family: HelveticaNeueBold;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.quoted-item .item-content .controls .quantity .ticker:hover {
  background-color: #773ab8;
}
.quoted-item .item-content .controls .remove-btn {
  float: right;
  cursor: pointer;
}
.quoted-item .item-content .controls .remove-btn img {
  width: 1rem;
  height: 1rem;
}

.home-header {
  padding-top: 7.813em;
  text-align: center;
}
.home-header img {
  display: block;
  margin: 0 auto;
  margin-bottom: 1.563em;
}

.home-banner-vid {
  display: none;
  width: 100%;
  height: auto;
  z-index: 0;
}
@media only screen and (min-width: 87.5em) {
  .home-banner-vid {
    display: block;
  }
}

.homepage-banner-logo {
  display: block;
  height: 3.125rem;
  margin: 0 auto;
  margin-bottom: 1.563rem;
}
@media only screen and (min-width: 64rem) {
  .homepage-banner-logo {
    height: 6.25rem;
  }
}
@media only screen and (min-width: 100rem) {
  .homepage-banner-logo {
    height: 8.75rem;
  }
}

.table-specs {
  width: 100%;
  color: #6b6b6b;
}
@media only screen and (min-width: 48rem) {
  .table-specs {
    text-align: left;
  }
}
.table-specs th {
  min-width: 200px;
  color: black;
  font-weight: 400;
}
.table-specs td {
  width: 100%;
}
.table-specs .th {
  color: black;
}

.table-specs-vis-md {
  display: none;
}
@media only screen and (min-width: 48rem) {
  .table-specs-vis-md {
    display: table-cell;
  }
}

.table-specs-hide-sm {
  display: block;
}
@media only screen and (min-width: 48rem) {
  .table-specs-hide-sm {
    display: none;
  }
}

.schematic {
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .schematic {
    width: 50%;
    float: left;
  }
}

.schematicBlock {
  border-bottom: 1px solid #e0e0e0;
}

@media only screen and (max-width: 48rem) {
  .standard--contact .map-responsive .vid iframe {
    width: 100%;
    height: 40vh;
  }
  .standard--contact table {
    width: 100% !important;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    display: block;
  }
  .standard--contact table tbody {
    display: block;
  }
  .standard--contact table tr {
    width: 100%;
    display: block;
  }
  .standard--contact table td {
    display: block;
    width: 100%;
    border-bottom: 0;
    box-sizing: border-box;
  }
  .standard--contact table td p {
    overflow-wrap: break-word;
  }
}

/* BEM - 2017 onwards */
/* ========================================================================== */
.home-actions {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 3.125rem;
}
.home-actions li {
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-right: 10px;
}

.expandable {
  cursor: pointer;
}
.expandable__btn {
  background: #5e2e91;
  font-size: 14px;
  color: #fff;
  padding: 5px 20px;
  display: block;
  border-radius: 2px;
  font-family: HelveticaNeueBold;
  position: relative;
  top: 8px;
  padding-right: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: auto;
}
.expandable__btn::after {
  position: absolute;
  top: 9px;
  right: 20px;
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  background: url("/images/arrow.svg") center center no-repeat;
  transform: rotate(90deg);
  transition: 0.2s transform linear;
}
.expandable__btn--open::after {
  transform: rotate(-90deg);
}
.expandable:hover {
  color: #5e2e91;
}

.expandable-content {
  display: none;
}

.preview-text {
  max-height: 250px;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
  transition: all 1s ease-in-out;
  margin-bottom: 50px;
}
.preview-text p {
  font-size: 16px;
}
.preview-text__toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%);
  width: 100%;
  padding-top: 80px;
  transition: all 1s ease-in-out;
}
.preview-text--expanded {
  max-height: 700px;
}
.preview-text--expanded .preview-text__toggle {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 70%
  );
}

.accordion__title {
  background: #ebebeb;
  cursor: pointer;
  color: #5e2e91;
  font-size: 24px;
  padding: 20px;
  margin: 0;
  position: relative;
}
.accordion__title:hover,
.accordion__title:focus {
  background: #d7d7d7;
}
.accordion__title::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 20px;
  font-weight: bold;
}

.accordion__content {
  box-sizing: border-box;
  background: #fafafa;
  padding: 20px;
  display: none;
  overflow: hidden;
}

.accordion__item {
  margin-bottom: 2px;
}
.accordion__item--current .accordion__title {
  color: #fff;
  background: #5e2e91;
}
.accordion__item--current .accordion__title::after {
  transform: rotate(45deg);
}
.accordion__item--current .accordion__content {
  display: block;
}

.downloads {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
  margin-bottom: -20px;
}
.downloads__item {
  margin: 0 10px 20px 10px;
  padding: 0;
  width: calc(20% - 20px);
  font-size: 14px;
}
@media only screen and (max-width: 48rem) {
  .downloads__item {
    width: 100%;
    text-align: center;
  }
}
.downloads__item a {
  display: block;
}
.downloads__name {
  display: block;
}
.downloads__thumb {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}

.centered-image img {
  margin: 0px auto;
  display: block;
}

.values-list {
  margin: 0px 1rem;
}
.values-list li {
  margin-bottom: 20px;
  padding-left: 10px;
  color: #5e2e91;
}
.values-list li:last-child {
  margin-bottom: 0;
}
.values-list li span {
  color: black;
}
