@charset "UTF-8";
/** ==|== Responsive =============================================================
	Author: James South
	twitter : https://twitter.com/James_M_South
	github : https://github.com/ResponsiveBP/Responsive
	Copyright (c),  James South.
	Licensed under the MIT License.
	============================================================================== */
/*! Responsive v4.0.4 | MIT License | responsivebp.com */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.375rem;
}

sub {
  bottom: -0.1875rem;
}

img {
  border: 0;
}

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

figure {
  margin: 1rem 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

html {
  -webkit-overflow-scrolling: touch;
  color: #222222;
  font-size: 100%;
  line-height: 1.4;
  box-sizing: border-box;
}

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

:focus {
  outline: #4d90fe;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  page-break-after: avoid;
}

h1 {
  font-size: 2rem;
  margin: 1.34rem 0;
}

h2 {
  font-size: 1.5rem;
  margin: 1.245rem 0;
}

h3 {
  font-size: 1.17rem;
  margin: 1.17rem 0;
}

h4 {
  font-size: 1rem;
  margin: 1.33rem 0;
}

h5 {
  font-size: 0.83rem;
  margin: 1.386rem 0;
}

h6 {
  font-size: 0.67rem;
  margin: 1.561rem 0;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid silver;
  margin: 1rem 0;
  padding: 0;
}

abbr {
  cursor: help;
}

.container, .modal-ajax.container,
.modal-iframe,
.container-full {
  margin: 0 auto;
}

.container.fixed,
.fixed.modal-iframe, .fixed .container,
.fixed .modal-iframe,
.container-full.fixed, .fixed .container-full {
  width: 100%;
}

.container-full {
  overflow-x: hidden;
}

.container, .modal-ajax.container,
.modal-iframe {
  max-width: 1140px;
  width: 95%;
}

.container.fixed,
.fixed.modal-iframe, .fixed .container,
.fixed .modal-iframe {
  width: 1140px;
}

.row,
[class*=block-row-] {
  margin: 0 -1%;
}

.no-gutter {
  margin: 0;
}

[class*=block-row-] {
  display: block;
  padding: 0;
  list-style: none;
}

[class*=col-],
[class*=block-row-] > * {
  box-sizing: border-box;
  display: block;
  float: left;
  min-height: 1px;
  width: 100%;
  padding: 0 1%;
}

[dir=rtl] [class*=col-], [dir=rtl] [class*=block-row-] > * {
  float: right;
}

[class*=col-][class*=offset], [class*=col-][class*=push], [class*=col-][class*=pull] {
  position: relative;
}

[class*=block-row-].no-gutter > *,
.no-gutter > [class*=col-] {
  padding: 0;
}

.col-xxs-1 {
  width: 8.3333%;
}

.offset-xxs-1,
.push-xxs-1 {
  left: 8.3333%;
}

[dir=rtl] .offset-xxs-1, [dir=rtl] .push-xxs-1 {
  left: auto;
  right: 8.3333%;
}

.pull-xxs-1 {
  right: 8.3333%;
}

[dir=rtl] .pull-xxs-1 {
  right: auto;
  left: 8.3333%;
}

.col-xxs-2 {
  width: 16.6667%;
}

.offset-xxs-2,
.push-xxs-2 {
  left: 16.6667%;
}

[dir=rtl] .offset-xxs-2, [dir=rtl] .push-xxs-2 {
  left: auto;
  right: 16.6667%;
}

.pull-xxs-2 {
  right: 16.6667%;
}

[dir=rtl] .pull-xxs-2 {
  right: auto;
  left: 16.6667%;
}

.col-xxs-3 {
  width: 25%;
}

.offset-xxs-3,
.push-xxs-3 {
  left: 25%;
}

[dir=rtl] .offset-xxs-3, [dir=rtl] .push-xxs-3 {
  left: auto;
  right: 25%;
}

.pull-xxs-3 {
  right: 25%;
}

[dir=rtl] .pull-xxs-3 {
  right: auto;
  left: 25%;
}

.col-xxs-4 {
  width: 33.3333%;
}

.offset-xxs-4,
.push-xxs-4 {
  left: 33.3333%;
}

[dir=rtl] .offset-xxs-4, [dir=rtl] .push-xxs-4 {
  left: auto;
  right: 33.3333%;
}

.pull-xxs-4 {
  right: 33.3333%;
}

[dir=rtl] .pull-xxs-4 {
  right: auto;
  left: 33.3333%;
}

.col-xxs-5 {
  width: 41.6667%;
}

.offset-xxs-5,
.push-xxs-5 {
  left: 41.6667%;
}

[dir=rtl] .offset-xxs-5, [dir=rtl] .push-xxs-5 {
  left: auto;
  right: 41.6667%;
}

.pull-xxs-5 {
  right: 41.6667%;
}

[dir=rtl] .pull-xxs-5 {
  right: auto;
  left: 41.6667%;
}

.col-xxs-6 {
  width: 50%;
}

.offset-xxs-6,
.push-xxs-6 {
  left: 50%;
}

[dir=rtl] .offset-xxs-6, [dir=rtl] .push-xxs-6 {
  left: auto;
  right: 50%;
}

.pull-xxs-6 {
  right: 50%;
}

[dir=rtl] .pull-xxs-6 {
  right: auto;
  left: 50%;
}

.col-xxs-7 {
  width: 58.3333%;
}

.offset-xxs-7,
.push-xxs-7 {
  left: 58.3333%;
}

[dir=rtl] .offset-xxs-7, [dir=rtl] .push-xxs-7 {
  left: auto;
  right: 58.3333%;
}

.pull-xxs-7 {
  right: 58.3333%;
}

[dir=rtl] .pull-xxs-7 {
  right: auto;
  left: 58.3333%;
}

.col-xxs-8 {
  width: 66.6667%;
}

.offset-xxs-8,
.push-xxs-8 {
  left: 66.6667%;
}

[dir=rtl] .offset-xxs-8, [dir=rtl] .push-xxs-8 {
  left: auto;
  right: 66.6667%;
}

.pull-xxs-8 {
  right: 66.6667%;
}

[dir=rtl] .pull-xxs-8 {
  right: auto;
  left: 66.6667%;
}

.col-xxs-9 {
  width: 75%;
}

.offset-xxs-9,
.push-xxs-9 {
  left: 75%;
}

[dir=rtl] .offset-xxs-9, [dir=rtl] .push-xxs-9 {
  left: auto;
  right: 75%;
}

.pull-xxs-9 {
  right: 75%;
}

[dir=rtl] .pull-xxs-9 {
  right: auto;
  left: 75%;
}

.col-xxs-10 {
  width: 83.3333%;
}

.offset-xxs-10,
.push-xxs-10 {
  left: 83.3333%;
}

[dir=rtl] .offset-xxs-10, [dir=rtl] .push-xxs-10 {
  left: auto;
  right: 83.3333%;
}

.pull-xxs-10 {
  right: 83.3333%;
}

[dir=rtl] .pull-xxs-10 {
  right: auto;
  left: 83.3333%;
}

.col-xxs-11 {
  width: 91.6667%;
}

.offset-xxs-11,
.push-xxs-11 {
  left: 91.6667%;
}

[dir=rtl] .offset-xxs-11, [dir=rtl] .push-xxs-11 {
  left: auto;
  right: 91.6667%;
}

.pull-xxs-11 {
  right: 91.6667%;
}

[dir=rtl] .pull-xxs-11 {
  right: auto;
  left: 91.6667%;
}

.col-xxs-12 {
  width: 100%;
}

.offset-xxs-12,
.push-xxs-12 {
  left: 100%;
}

[dir=rtl] .offset-xxs-12, [dir=rtl] .push-xxs-12 {
  left: auto;
  right: 100%;
}

.pull-xxs-12 {
  right: 100%;
}

[dir=rtl] .pull-xxs-12 {
  right: auto;
  left: 100%;
}

.block-row-xxs-1 > * {
  width: 100%;
}

.block-row-xxs-1 > :nth-of-type(n+1) {
  clear: none;
}

.block-row-xxs-1 > :nth-of-type(1n+1) {
  clear: both;
}

.block-row-xxs-2 > * {
  width: 50%;
}

.block-row-xxs-2 > :nth-of-type(n+1) {
  clear: none;
}

.block-row-xxs-2 > :nth-of-type(2n+1) {
  clear: both;
}

.block-row-xxs-3 > * {
  width: 33.3333%;
}

.block-row-xxs-3 > :nth-of-type(n+1) {
  clear: none;
}

.block-row-xxs-3 > :nth-of-type(3n+1) {
  clear: both;
}

.block-row-xxs-4 > * {
  width: 25%;
}

.block-row-xxs-4 > :nth-of-type(n+1) {
  clear: none;
}

.block-row-xxs-4 > :nth-of-type(4n+1) {
  clear: both;
}

.block-row-xxs-5 > * {
  width: 20%;
}

.block-row-xxs-5 > :nth-of-type(n+1) {
  clear: none;
}

.block-row-xxs-5 > :nth-of-type(5n+1) {
  clear: both;
}

.block-row-xxs-6 > * {
  width: 16.6667%;
}

.block-row-xxs-6 > :nth-of-type(n+1) {
  clear: none;
}

.block-row-xxs-6 > :nth-of-type(6n+1) {
  clear: both;
}

.block-row-xxs-7 > * {
  width: 14.2857%;
}

.block-row-xxs-7 > :nth-of-type(n+1) {
  clear: none;
}

.block-row-xxs-7 > :nth-of-type(7n+1) {
  clear: both;
}

.block-row-xxs-8 > * {
  width: 12.5%;
}

.block-row-xxs-8 > :nth-of-type(n+1) {
  clear: none;
}

.block-row-xxs-8 > :nth-of-type(8n+1) {
  clear: both;
}

.block-row-xxs-9 > * {
  width: 11.1111%;
}

.block-row-xxs-9 > :nth-of-type(n+1) {
  clear: none;
}

.block-row-xxs-9 > :nth-of-type(9n+1) {
  clear: both;
}

.block-row-xxs-10 > * {
  width: 10%;
}

.block-row-xxs-10 > :nth-of-type(n+1) {
  clear: none;
}

.block-row-xxs-10 > :nth-of-type(10n+1) {
  clear: both;
}

.block-row-xxs-11 > * {
  width: 9.0909%;
}

.block-row-xxs-11 > :nth-of-type(n+1) {
  clear: none;
}

.block-row-xxs-11 > :nth-of-type(11n+1) {
  clear: both;
}

.block-row-xxs-12 > * {
  width: 8.3333%;
}

.block-row-xxs-12 > :nth-of-type(n+1) {
  clear: none;
}

.block-row-xxs-12 > :nth-of-type(12n+1) {
  clear: both;
}

@media print and (min-width: 536px), screen and (min-width: 37.5em) {
  .col-xs-1 {
    width: 8.3333%;
  }
  .offset-xs-1,
  .push-xs-1 {
    left: 8.3333%;
  }
  [dir=rtl] .offset-xs-1, [dir=rtl] .push-xs-1 {
    left: auto;
    right: 8.3333%;
  }
  .pull-xs-1 {
    right: 8.3333%;
  }
  [dir=rtl] .pull-xs-1 {
    right: auto;
    left: 8.3333%;
  }
  .col-xs-2 {
    width: 16.6667%;
  }
  .offset-xs-2,
  .push-xs-2 {
    left: 16.6667%;
  }
  [dir=rtl] .offset-xs-2, [dir=rtl] .push-xs-2 {
    left: auto;
    right: 16.6667%;
  }
  .pull-xs-2 {
    right: 16.6667%;
  }
  [dir=rtl] .pull-xs-2 {
    right: auto;
    left: 16.6667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .offset-xs-3,
  .push-xs-3 {
    left: 25%;
  }
  [dir=rtl] .offset-xs-3, [dir=rtl] .push-xs-3 {
    left: auto;
    right: 25%;
  }
  .pull-xs-3 {
    right: 25%;
  }
  [dir=rtl] .pull-xs-3 {
    right: auto;
    left: 25%;
  }
  .col-xs-4 {
    width: 33.3333%;
  }
  .offset-xs-4,
  .push-xs-4 {
    left: 33.3333%;
  }
  [dir=rtl] .offset-xs-4, [dir=rtl] .push-xs-4 {
    left: auto;
    right: 33.3333%;
  }
  .pull-xs-4 {
    right: 33.3333%;
  }
  [dir=rtl] .pull-xs-4 {
    right: auto;
    left: 33.3333%;
  }
  .col-xs-5 {
    width: 41.6667%;
  }
  .offset-xs-5,
  .push-xs-5 {
    left: 41.6667%;
  }
  [dir=rtl] .offset-xs-5, [dir=rtl] .push-xs-5 {
    left: auto;
    right: 41.6667%;
  }
  .pull-xs-5 {
    right: 41.6667%;
  }
  [dir=rtl] .pull-xs-5 {
    right: auto;
    left: 41.6667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .offset-xs-6,
  .push-xs-6 {
    left: 50%;
  }
  [dir=rtl] .offset-xs-6, [dir=rtl] .push-xs-6 {
    left: auto;
    right: 50%;
  }
  .pull-xs-6 {
    right: 50%;
  }
  [dir=rtl] .pull-xs-6 {
    right: auto;
    left: 50%;
  }
  .col-xs-7 {
    width: 58.3333%;
  }
  .offset-xs-7,
  .push-xs-7 {
    left: 58.3333%;
  }
  [dir=rtl] .offset-xs-7, [dir=rtl] .push-xs-7 {
    left: auto;
    right: 58.3333%;
  }
  .pull-xs-7 {
    right: 58.3333%;
  }
  [dir=rtl] .pull-xs-7 {
    right: auto;
    left: 58.3333%;
  }
  .col-xs-8 {
    width: 66.6667%;
  }
  .offset-xs-8,
  .push-xs-8 {
    left: 66.6667%;
  }
  [dir=rtl] .offset-xs-8, [dir=rtl] .push-xs-8 {
    left: auto;
    right: 66.6667%;
  }
  .pull-xs-8 {
    right: 66.6667%;
  }
  [dir=rtl] .pull-xs-8 {
    right: auto;
    left: 66.6667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .offset-xs-9,
  .push-xs-9 {
    left: 75%;
  }
  [dir=rtl] .offset-xs-9, [dir=rtl] .push-xs-9 {
    left: auto;
    right: 75%;
  }
  .pull-xs-9 {
    right: 75%;
  }
  [dir=rtl] .pull-xs-9 {
    right: auto;
    left: 75%;
  }
  .col-xs-10 {
    width: 83.3333%;
  }
  .offset-xs-10,
  .push-xs-10 {
    left: 83.3333%;
  }
  [dir=rtl] .offset-xs-10, [dir=rtl] .push-xs-10 {
    left: auto;
    right: 83.3333%;
  }
  .pull-xs-10 {
    right: 83.3333%;
  }
  [dir=rtl] .pull-xs-10 {
    right: auto;
    left: 83.3333%;
  }
  .col-xs-11 {
    width: 91.6667%;
  }
  .offset-xs-11,
  .push-xs-11 {
    left: 91.6667%;
  }
  [dir=rtl] .offset-xs-11, [dir=rtl] .push-xs-11 {
    left: auto;
    right: 91.6667%;
  }
  .pull-xs-11 {
    right: 91.6667%;
  }
  [dir=rtl] .pull-xs-11 {
    right: auto;
    left: 91.6667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .offset-xs-12,
  .push-xs-12 {
    left: 100%;
  }
  [dir=rtl] .offset-xs-12, [dir=rtl] .push-xs-12 {
    left: auto;
    right: 100%;
  }
  .pull-xs-12 {
    right: 100%;
  }
  [dir=rtl] .pull-xs-12 {
    right: auto;
    left: 100%;
  }
  .block-row-xs-1 > * {
    width: 100%;
  }
  .block-row-xs-1 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-1 > :nth-of-type(1n+1) {
    clear: both;
  }
  .block-row-xs-2 > * {
    width: 50%;
  }
  .block-row-xs-2 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-2 > :nth-of-type(2n+1) {
    clear: both;
  }
  .block-row-xs-3 > * {
    width: 33.3333%;
  }
  .block-row-xs-3 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-3 > :nth-of-type(3n+1) {
    clear: both;
  }
  .block-row-xs-4 > * {
    width: 25%;
  }
  .block-row-xs-4 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-4 > :nth-of-type(4n+1) {
    clear: both;
  }
  .block-row-xs-5 > * {
    width: 20%;
  }
  .block-row-xs-5 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-5 > :nth-of-type(5n+1) {
    clear: both;
  }
  .block-row-xs-6 > * {
    width: 16.6667%;
  }
  .block-row-xs-6 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-6 > :nth-of-type(6n+1) {
    clear: both;
  }
  .block-row-xs-7 > * {
    width: 14.2857%;
  }
  .block-row-xs-7 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-7 > :nth-of-type(7n+1) {
    clear: both;
  }
  .block-row-xs-8 > * {
    width: 12.5%;
  }
  .block-row-xs-8 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-8 > :nth-of-type(8n+1) {
    clear: both;
  }
  .block-row-xs-9 > * {
    width: 11.1111%;
  }
  .block-row-xs-9 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-9 > :nth-of-type(9n+1) {
    clear: both;
  }
  .block-row-xs-10 > * {
    width: 10%;
  }
  .block-row-xs-10 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-10 > :nth-of-type(10n+1) {
    clear: both;
  }
  .block-row-xs-11 > * {
    width: 9.0909%;
  }
  .block-row-xs-11 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-11 > :nth-of-type(11n+1) {
    clear: both;
  }
  .block-row-xs-12 > * {
    width: 8.3333%;
  }
  .block-row-xs-12 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-xs-12 > :nth-of-type(12n+1) {
    clear: both;
  }
}
@media print and (min-width: 537px), screen and (min-width: 48em) {
  .col-s-1 {
    width: 8.3333%;
  }
  .offset-s-1,
  .push-s-1 {
    left: 8.3333%;
  }
  [dir=rtl] .offset-s-1, [dir=rtl] .push-s-1 {
    left: auto;
    right: 8.3333%;
  }
  .pull-s-1 {
    right: 8.3333%;
  }
  [dir=rtl] .pull-s-1 {
    right: auto;
    left: 8.3333%;
  }
  .col-s-2 {
    width: 16.6667%;
  }
  .offset-s-2,
  .push-s-2 {
    left: 16.6667%;
  }
  [dir=rtl] .offset-s-2, [dir=rtl] .push-s-2 {
    left: auto;
    right: 16.6667%;
  }
  .pull-s-2 {
    right: 16.6667%;
  }
  [dir=rtl] .pull-s-2 {
    right: auto;
    left: 16.6667%;
  }
  .col-s-3 {
    width: 25%;
  }
  .offset-s-3,
  .push-s-3 {
    left: 25%;
  }
  [dir=rtl] .offset-s-3, [dir=rtl] .push-s-3 {
    left: auto;
    right: 25%;
  }
  .pull-s-3 {
    right: 25%;
  }
  [dir=rtl] .pull-s-3 {
    right: auto;
    left: 25%;
  }
  .col-s-4 {
    width: 33.3333%;
  }
  .offset-s-4,
  .push-s-4 {
    left: 33.3333%;
  }
  [dir=rtl] .offset-s-4, [dir=rtl] .push-s-4 {
    left: auto;
    right: 33.3333%;
  }
  .pull-s-4 {
    right: 33.3333%;
  }
  [dir=rtl] .pull-s-4 {
    right: auto;
    left: 33.3333%;
  }
  .col-s-5 {
    width: 41.6667%;
  }
  .offset-s-5,
  .push-s-5 {
    left: 41.6667%;
  }
  [dir=rtl] .offset-s-5, [dir=rtl] .push-s-5 {
    left: auto;
    right: 41.6667%;
  }
  .pull-s-5 {
    right: 41.6667%;
  }
  [dir=rtl] .pull-s-5 {
    right: auto;
    left: 41.6667%;
  }
  .col-s-6 {
    width: 50%;
  }
  .offset-s-6,
  .push-s-6 {
    left: 50%;
  }
  [dir=rtl] .offset-s-6, [dir=rtl] .push-s-6 {
    left: auto;
    right: 50%;
  }
  .pull-s-6 {
    right: 50%;
  }
  [dir=rtl] .pull-s-6 {
    right: auto;
    left: 50%;
  }
  .col-s-7 {
    width: 58.3333%;
  }
  .offset-s-7,
  .push-s-7 {
    left: 58.3333%;
  }
  [dir=rtl] .offset-s-7, [dir=rtl] .push-s-7 {
    left: auto;
    right: 58.3333%;
  }
  .pull-s-7 {
    right: 58.3333%;
  }
  [dir=rtl] .pull-s-7 {
    right: auto;
    left: 58.3333%;
  }
  .col-s-8 {
    width: 66.6667%;
  }
  .offset-s-8,
  .push-s-8 {
    left: 66.6667%;
  }
  [dir=rtl] .offset-s-8, [dir=rtl] .push-s-8 {
    left: auto;
    right: 66.6667%;
  }
  .pull-s-8 {
    right: 66.6667%;
  }
  [dir=rtl] .pull-s-8 {
    right: auto;
    left: 66.6667%;
  }
  .col-s-9 {
    width: 75%;
  }
  .offset-s-9,
  .push-s-9 {
    left: 75%;
  }
  [dir=rtl] .offset-s-9, [dir=rtl] .push-s-9 {
    left: auto;
    right: 75%;
  }
  .pull-s-9 {
    right: 75%;
  }
  [dir=rtl] .pull-s-9 {
    right: auto;
    left: 75%;
  }
  .col-s-10 {
    width: 83.3333%;
  }
  .offset-s-10,
  .push-s-10 {
    left: 83.3333%;
  }
  [dir=rtl] .offset-s-10, [dir=rtl] .push-s-10 {
    left: auto;
    right: 83.3333%;
  }
  .pull-s-10 {
    right: 83.3333%;
  }
  [dir=rtl] .pull-s-10 {
    right: auto;
    left: 83.3333%;
  }
  .col-s-11 {
    width: 91.6667%;
  }
  .offset-s-11,
  .push-s-11 {
    left: 91.6667%;
  }
  [dir=rtl] .offset-s-11, [dir=rtl] .push-s-11 {
    left: auto;
    right: 91.6667%;
  }
  .pull-s-11 {
    right: 91.6667%;
  }
  [dir=rtl] .pull-s-11 {
    right: auto;
    left: 91.6667%;
  }
  .col-s-12 {
    width: 100%;
  }
  .offset-s-12,
  .push-s-12 {
    left: 100%;
  }
  [dir=rtl] .offset-s-12, [dir=rtl] .push-s-12 {
    left: auto;
    right: 100%;
  }
  .pull-s-12 {
    right: 100%;
  }
  [dir=rtl] .pull-s-12 {
    right: auto;
    left: 100%;
  }
  .block-row-s-1 > * {
    width: 100%;
  }
  .block-row-s-1 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-1 > :nth-of-type(1n+1) {
    clear: both;
  }
  .block-row-s-2 > * {
    width: 50%;
  }
  .block-row-s-2 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-2 > :nth-of-type(2n+1) {
    clear: both;
  }
  .block-row-s-3 > * {
    width: 33.3333%;
  }
  .block-row-s-3 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-3 > :nth-of-type(3n+1) {
    clear: both;
  }
  .block-row-s-4 > * {
    width: 25%;
  }
  .block-row-s-4 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-4 > :nth-of-type(4n+1) {
    clear: both;
  }
  .block-row-s-5 > * {
    width: 20%;
  }
  .block-row-s-5 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-5 > :nth-of-type(5n+1) {
    clear: both;
  }
  .block-row-s-6 > * {
    width: 16.6667%;
  }
  .block-row-s-6 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-6 > :nth-of-type(6n+1) {
    clear: both;
  }
  .block-row-s-7 > * {
    width: 14.2857%;
  }
  .block-row-s-7 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-7 > :nth-of-type(7n+1) {
    clear: both;
  }
  .block-row-s-8 > * {
    width: 12.5%;
  }
  .block-row-s-8 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-8 > :nth-of-type(8n+1) {
    clear: both;
  }
  .block-row-s-9 > * {
    width: 11.1111%;
  }
  .block-row-s-9 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-9 > :nth-of-type(9n+1) {
    clear: both;
  }
  .block-row-s-10 > * {
    width: 10%;
  }
  .block-row-s-10 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-10 > :nth-of-type(10n+1) {
    clear: both;
  }
  .block-row-s-11 > * {
    width: 9.0909%;
  }
  .block-row-s-11 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-11 > :nth-of-type(11n+1) {
    clear: both;
  }
  .block-row-s-12 > * {
    width: 8.3333%;
  }
  .block-row-s-12 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-s-12 > :nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 62em) {
  .col-m-1 {
    width: 8.3333%;
  }
  .offset-m-1,
  .push-m-1 {
    left: 8.3333%;
  }
  [dir=rtl] .offset-m-1, [dir=rtl] .push-m-1 {
    left: auto;
    right: 8.3333%;
  }
  .pull-m-1 {
    right: 8.3333%;
  }
  [dir=rtl] .pull-m-1 {
    right: auto;
    left: 8.3333%;
  }
  .col-m-2 {
    width: 16.6667%;
  }
  .offset-m-2,
  .push-m-2 {
    left: 16.6667%;
  }
  [dir=rtl] .offset-m-2, [dir=rtl] .push-m-2 {
    left: auto;
    right: 16.6667%;
  }
  .pull-m-2 {
    right: 16.6667%;
  }
  [dir=rtl] .pull-m-2 {
    right: auto;
    left: 16.6667%;
  }
  .col-m-3 {
    width: 25%;
  }
  .offset-m-3,
  .push-m-3 {
    left: 25%;
  }
  [dir=rtl] .offset-m-3, [dir=rtl] .push-m-3 {
    left: auto;
    right: 25%;
  }
  .pull-m-3 {
    right: 25%;
  }
  [dir=rtl] .pull-m-3 {
    right: auto;
    left: 25%;
  }
  .col-m-4 {
    width: 33.3333%;
  }
  .offset-m-4,
  .push-m-4 {
    left: 33.3333%;
  }
  [dir=rtl] .offset-m-4, [dir=rtl] .push-m-4 {
    left: auto;
    right: 33.3333%;
  }
  .pull-m-4 {
    right: 33.3333%;
  }
  [dir=rtl] .pull-m-4 {
    right: auto;
    left: 33.3333%;
  }
  .col-m-5 {
    width: 41.6667%;
  }
  .offset-m-5,
  .push-m-5 {
    left: 41.6667%;
  }
  [dir=rtl] .offset-m-5, [dir=rtl] .push-m-5 {
    left: auto;
    right: 41.6667%;
  }
  .pull-m-5 {
    right: 41.6667%;
  }
  [dir=rtl] .pull-m-5 {
    right: auto;
    left: 41.6667%;
  }
  .col-m-6 {
    width: 50%;
  }
  .offset-m-6,
  .push-m-6 {
    left: 50%;
  }
  [dir=rtl] .offset-m-6, [dir=rtl] .push-m-6 {
    left: auto;
    right: 50%;
  }
  .pull-m-6 {
    right: 50%;
  }
  [dir=rtl] .pull-m-6 {
    right: auto;
    left: 50%;
  }
  .col-m-7 {
    width: 58.3333%;
  }
  .offset-m-7,
  .push-m-7 {
    left: 58.3333%;
  }
  [dir=rtl] .offset-m-7, [dir=rtl] .push-m-7 {
    left: auto;
    right: 58.3333%;
  }
  .pull-m-7 {
    right: 58.3333%;
  }
  [dir=rtl] .pull-m-7 {
    right: auto;
    left: 58.3333%;
  }
  .col-m-8 {
    width: 66.6667%;
  }
  .offset-m-8,
  .push-m-8 {
    left: 66.6667%;
  }
  [dir=rtl] .offset-m-8, [dir=rtl] .push-m-8 {
    left: auto;
    right: 66.6667%;
  }
  .pull-m-8 {
    right: 66.6667%;
  }
  [dir=rtl] .pull-m-8 {
    right: auto;
    left: 66.6667%;
  }
  .col-m-9 {
    width: 75%;
  }
  .offset-m-9,
  .push-m-9 {
    left: 75%;
  }
  [dir=rtl] .offset-m-9, [dir=rtl] .push-m-9 {
    left: auto;
    right: 75%;
  }
  .pull-m-9 {
    right: 75%;
  }
  [dir=rtl] .pull-m-9 {
    right: auto;
    left: 75%;
  }
  .col-m-10 {
    width: 83.3333%;
  }
  .offset-m-10,
  .push-m-10 {
    left: 83.3333%;
  }
  [dir=rtl] .offset-m-10, [dir=rtl] .push-m-10 {
    left: auto;
    right: 83.3333%;
  }
  .pull-m-10 {
    right: 83.3333%;
  }
  [dir=rtl] .pull-m-10 {
    right: auto;
    left: 83.3333%;
  }
  .col-m-11 {
    width: 91.6667%;
  }
  .offset-m-11,
  .push-m-11 {
    left: 91.6667%;
  }
  [dir=rtl] .offset-m-11, [dir=rtl] .push-m-11 {
    left: auto;
    right: 91.6667%;
  }
  .pull-m-11 {
    right: 91.6667%;
  }
  [dir=rtl] .pull-m-11 {
    right: auto;
    left: 91.6667%;
  }
  .col-m-12 {
    width: 100%;
  }
  .offset-m-12,
  .push-m-12 {
    left: 100%;
  }
  [dir=rtl] .offset-m-12, [dir=rtl] .push-m-12 {
    left: auto;
    right: 100%;
  }
  .pull-m-12 {
    right: 100%;
  }
  [dir=rtl] .pull-m-12 {
    right: auto;
    left: 100%;
  }
  .block-row-m-1 > * {
    width: 100%;
  }
  .block-row-m-1 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-1 > :nth-of-type(1n+1) {
    clear: both;
  }
  .block-row-m-2 > * {
    width: 50%;
  }
  .block-row-m-2 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-2 > :nth-of-type(2n+1) {
    clear: both;
  }
  .block-row-m-3 > * {
    width: 33.3333%;
  }
  .block-row-m-3 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-3 > :nth-of-type(3n+1) {
    clear: both;
  }
  .block-row-m-4 > * {
    width: 25%;
  }
  .block-row-m-4 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-4 > :nth-of-type(4n+1) {
    clear: both;
  }
  .block-row-m-5 > * {
    width: 20%;
  }
  .block-row-m-5 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-5 > :nth-of-type(5n+1) {
    clear: both;
  }
  .block-row-m-6 > * {
    width: 16.6667%;
  }
  .block-row-m-6 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-6 > :nth-of-type(6n+1) {
    clear: both;
  }
  .block-row-m-7 > * {
    width: 14.2857%;
  }
  .block-row-m-7 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-7 > :nth-of-type(7n+1) {
    clear: both;
  }
  .block-row-m-8 > * {
    width: 12.5%;
  }
  .block-row-m-8 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-8 > :nth-of-type(8n+1) {
    clear: both;
  }
  .block-row-m-9 > * {
    width: 11.1111%;
  }
  .block-row-m-9 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-9 > :nth-of-type(9n+1) {
    clear: both;
  }
  .block-row-m-10 > * {
    width: 10%;
  }
  .block-row-m-10 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-10 > :nth-of-type(10n+1) {
    clear: both;
  }
  .block-row-m-11 > * {
    width: 9.0909%;
  }
  .block-row-m-11 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-11 > :nth-of-type(11n+1) {
    clear: both;
  }
  .block-row-m-12 > * {
    width: 8.3333%;
  }
  .block-row-m-12 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-m-12 > :nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 75em) {
  .col-l-1 {
    width: 8.3333%;
  }
  .offset-l-1,
  .push-l-1 {
    left: 8.3333%;
  }
  [dir=rtl] .offset-l-1, [dir=rtl] .push-l-1 {
    left: auto;
    right: 8.3333%;
  }
  .pull-l-1 {
    right: 8.3333%;
  }
  [dir=rtl] .pull-l-1 {
    right: auto;
    left: 8.3333%;
  }
  .col-l-2 {
    width: 16.6667%;
  }
  .offset-l-2,
  .push-l-2 {
    left: 16.6667%;
  }
  [dir=rtl] .offset-l-2, [dir=rtl] .push-l-2 {
    left: auto;
    right: 16.6667%;
  }
  .pull-l-2 {
    right: 16.6667%;
  }
  [dir=rtl] .pull-l-2 {
    right: auto;
    left: 16.6667%;
  }
  .col-l-3 {
    width: 25%;
  }
  .offset-l-3,
  .push-l-3 {
    left: 25%;
  }
  [dir=rtl] .offset-l-3, [dir=rtl] .push-l-3 {
    left: auto;
    right: 25%;
  }
  .pull-l-3 {
    right: 25%;
  }
  [dir=rtl] .pull-l-3 {
    right: auto;
    left: 25%;
  }
  .col-l-4 {
    width: 33.3333%;
  }
  .offset-l-4,
  .push-l-4 {
    left: 33.3333%;
  }
  [dir=rtl] .offset-l-4, [dir=rtl] .push-l-4 {
    left: auto;
    right: 33.3333%;
  }
  .pull-l-4 {
    right: 33.3333%;
  }
  [dir=rtl] .pull-l-4 {
    right: auto;
    left: 33.3333%;
  }
  .col-l-5 {
    width: 41.6667%;
  }
  .offset-l-5,
  .push-l-5 {
    left: 41.6667%;
  }
  [dir=rtl] .offset-l-5, [dir=rtl] .push-l-5 {
    left: auto;
    right: 41.6667%;
  }
  .pull-l-5 {
    right: 41.6667%;
  }
  [dir=rtl] .pull-l-5 {
    right: auto;
    left: 41.6667%;
  }
  .col-l-6 {
    width: 50%;
  }
  .offset-l-6,
  .push-l-6 {
    left: 50%;
  }
  [dir=rtl] .offset-l-6, [dir=rtl] .push-l-6 {
    left: auto;
    right: 50%;
  }
  .pull-l-6 {
    right: 50%;
  }
  [dir=rtl] .pull-l-6 {
    right: auto;
    left: 50%;
  }
  .col-l-7 {
    width: 58.3333%;
  }
  .offset-l-7,
  .push-l-7 {
    left: 58.3333%;
  }
  [dir=rtl] .offset-l-7, [dir=rtl] .push-l-7 {
    left: auto;
    right: 58.3333%;
  }
  .pull-l-7 {
    right: 58.3333%;
  }
  [dir=rtl] .pull-l-7 {
    right: auto;
    left: 58.3333%;
  }
  .col-l-8 {
    width: 66.6667%;
  }
  .offset-l-8,
  .push-l-8 {
    left: 66.6667%;
  }
  [dir=rtl] .offset-l-8, [dir=rtl] .push-l-8 {
    left: auto;
    right: 66.6667%;
  }
  .pull-l-8 {
    right: 66.6667%;
  }
  [dir=rtl] .pull-l-8 {
    right: auto;
    left: 66.6667%;
  }
  .col-l-9 {
    width: 75%;
  }
  .offset-l-9,
  .push-l-9 {
    left: 75%;
  }
  [dir=rtl] .offset-l-9, [dir=rtl] .push-l-9 {
    left: auto;
    right: 75%;
  }
  .pull-l-9 {
    right: 75%;
  }
  [dir=rtl] .pull-l-9 {
    right: auto;
    left: 75%;
  }
  .col-l-10 {
    width: 83.3333%;
  }
  .offset-l-10,
  .push-l-10 {
    left: 83.3333%;
  }
  [dir=rtl] .offset-l-10, [dir=rtl] .push-l-10 {
    left: auto;
    right: 83.3333%;
  }
  .pull-l-10 {
    right: 83.3333%;
  }
  [dir=rtl] .pull-l-10 {
    right: auto;
    left: 83.3333%;
  }
  .col-l-11 {
    width: 91.6667%;
  }
  .offset-l-11,
  .push-l-11 {
    left: 91.6667%;
  }
  [dir=rtl] .offset-l-11, [dir=rtl] .push-l-11 {
    left: auto;
    right: 91.6667%;
  }
  .pull-l-11 {
    right: 91.6667%;
  }
  [dir=rtl] .pull-l-11 {
    right: auto;
    left: 91.6667%;
  }
  .col-l-12 {
    width: 100%;
  }
  .offset-l-12,
  .push-l-12 {
    left: 100%;
  }
  [dir=rtl] .offset-l-12, [dir=rtl] .push-l-12 {
    left: auto;
    right: 100%;
  }
  .pull-l-12 {
    right: 100%;
  }
  [dir=rtl] .pull-l-12 {
    right: auto;
    left: 100%;
  }
  .block-row-l-1 > * {
    width: 100%;
  }
  .block-row-l-1 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-1 > :nth-of-type(1n+1) {
    clear: both;
  }
  .block-row-l-2 > * {
    width: 50%;
  }
  .block-row-l-2 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-2 > :nth-of-type(2n+1) {
    clear: both;
  }
  .block-row-l-3 > * {
    width: 33.3333%;
  }
  .block-row-l-3 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-3 > :nth-of-type(3n+1) {
    clear: both;
  }
  .block-row-l-4 > * {
    width: 25%;
  }
  .block-row-l-4 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-4 > :nth-of-type(4n+1) {
    clear: both;
  }
  .block-row-l-5 > * {
    width: 20%;
  }
  .block-row-l-5 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-5 > :nth-of-type(5n+1) {
    clear: both;
  }
  .block-row-l-6 > * {
    width: 16.6667%;
  }
  .block-row-l-6 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-6 > :nth-of-type(6n+1) {
    clear: both;
  }
  .block-row-l-7 > * {
    width: 14.2857%;
  }
  .block-row-l-7 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-7 > :nth-of-type(7n+1) {
    clear: both;
  }
  .block-row-l-8 > * {
    width: 12.5%;
  }
  .block-row-l-8 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-8 > :nth-of-type(8n+1) {
    clear: both;
  }
  .block-row-l-9 > * {
    width: 11.1111%;
  }
  .block-row-l-9 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-9 > :nth-of-type(9n+1) {
    clear: both;
  }
  .block-row-l-10 > * {
    width: 10%;
  }
  .block-row-l-10 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-10 > :nth-of-type(10n+1) {
    clear: both;
  }
  .block-row-l-11 > * {
    width: 9.0909%;
  }
  .block-row-l-11 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-11 > :nth-of-type(11n+1) {
    clear: both;
  }
  .block-row-l-12 > * {
    width: 8.3333%;
  }
  .block-row-l-12 > :nth-of-type(n+1) {
    clear: none;
  }
  .block-row-l-12 > :nth-of-type(12n+1) {
    clear: both;
  }
}
.alert {
  position: relative;
  margin: 1rem 0;
  padding: 0 1rem;
  background-color: #ffd54f;
  border-left: 5px solid #ff6f00;
  color: #4f3c00;
}

.alert .close {
  position: relative;
  right: -2.73rem;
  top: 0.13rem;
  float: right;
  background-color: transparent;
  border: none;
  color: inherit;
  font-size: 1.17rem;
  font-weight: bold;
}

[dir=rtl] .alert .close {
  float: left;
  right: auto;
  left: -2.73rem;
}

.alert .close:hover {
  text-decoration: underline;
}

.alert-dismissable {
  padding-right: 2.87rem;
}

[dir=rtl] .alert-dismissable {
  padding-right: 1rem;
  padding-left: 2.87rem;
}

.alert-heading {
  color: inherit;
}

button,
input[type=submit],
input[type=button],
input[type=reset] {
  -webkit-appearance: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  min-height: 2rem;
  padding: 0 1rem;
  margin-bottom: 0;
  background: #dadada;
  border: solid 1px silver;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-decoration: none;
}

button:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover {
  background-color: #cdcdcd;
}

button:active,
input[type=submit]:active,
input[type=button]:active,
input[type=reset]:active {
  background-color: #e7e7e7;
  outline: none;
}

button[disabled],
input[type=submit][disabled],
input[type=button][disabled],
input[type=reset][disabled] {
  background-color: #e7e7e7;
  color: #5d5d5d;
  cursor: not-allowed;
  opacity: 1;
}

.input-group button, .input-group input[type=submit],
.input-group input[type=button],
.input-group input[type=reset] {
  min-width: 100%;
}

input[type=submit], input[type=reset], input[type=button] {
  max-width: none;
  width: auto;
}

.btn-group > * {
  float: left;
}

[dir=rtl] .btn-group > * {
  float: right;
}

pre,
code,
samp,
kbd {
  padding: 0.5rem;
  font-size: 1rem;
  background-color: #f7f7f9;
  border: 1px solid silver;
  font-family: monospace, monospace;
  color: #950b2f;
}

code > kbd {
  background-color: #e8e8ee;
}

code,
samp,
kbd {
  padding: 0.0667rem 0.25rem;
}

kbd {
  white-space: nowrap;
}

pre {
  overflow-x: auto;
}

pre code,
pre samp {
  padding: 0;
  border: none;
}

pre code {
  word-wrap: normal;
  white-space: pre;
}

.pre-scrollable {
  max-height: 20rem;
  overflow-y: scroll;
}

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

legend {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

label {
  display: block;
  margin-bottom: 1rem;
}

label[for] {
  cursor: pointer;
}

label > input,
label > input[type=checkbox],
label > input[type=radio],
label > select {
  display: inline-block;
  margin: 0 1rem 0 0;
  vertical-align: text-top;
}

[dir=rtl] label > input, [dir=rtl] label > input[type=checkbox],
[dir=rtl] label > input[type=radio],
[dir=rtl] label > select {
  margin: 0 0 0 1rem;
}

select,
textarea,
input,
.readonly {
  display: block;
  height: 2rem;
  padding: 0.25rem;
  width: 100%;
  margin-bottom: 1rem;
  background: white;
  border: 1px solid silver;
  border-radius: 0;
  color: #222222;
  font-family: inherit;
}

fieldset[disabled] select, select[disabled], fieldset[disabled] textarea,
textarea[disabled], fieldset[disabled] input,
input[disabled], fieldset[disabled] .readonly,
.readonly[disabled] {
  background: #ebebeb;
  border-color: silver;
  color: silver;
  cursor: not-allowed;
  opacity: 1;
}

input[type=file]::-ms-value {
  background: white;
  border: none;
}

input[type=file]::-ms-browse {
  -webkit-appearance: none;
  background: #dadada;
  border: solid 1px silver;
  color: #222222;
}

input[type=file]::-ms-browse:active {
  background-color: #e7e7e7;
}

input[type=file]::-webkit-file-upload-button {
  -webkit-appearance: none;
  border-radius: 0;
  background: #dadada;
  border: solid 1px silver;
  color: #222222;
}

input[type=file]::-webkit-file-upload-button:active {
  background-color: #e7e7e7;
}

input[type=color] {
  max-width: 6.563rem;
}

input[type=radio],
input[type=checkbox] {
  height: 1.334rem;
  min-width: 1.334rem;
  margin-bottom: 1.1rem;
  padding: 0;
  width: auto;
}

input[type=radio] {
  border-radius: 100%;
  border: none \9 ;
}

input[type=range] {
  border: 1px solid transparent;
  border: 1px solid silver \9 ;
  background-color: transparent;
  background-color: white \9 ;
  padding: 0.25rem 0;
  padding: 0.25rem \9 ;
}

_::-ms-reveal,
input[type=range] {
  border: 1px solid transparent;
}

select,
textarea,
input[type=text],
input[type=search],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=week],
input[type=month],
input[type=time],
input[type=number],
input[type=password],
input[type=tel],
input[type=email],
input[type=url],
input[type=color] {
  -webkit-appearance: none;
}

select option {
  height: 100%;
}

[multiple] {
  height: auto;
}

[multiple] option {
  height: auto;
}

textarea {
  height: auto;
  min-height: 5.25rem;
  resize: both;
}

textarea.horizontal {
  resize: horizontal;
}

textarea.vertical {
  resize: vertical;
}

textarea.no-resize {
  resize: none;
}

.readonly,
[readonly] {
  border-color: #ebebeb;
  cursor: not-allowed;
}

::-webkit-input-placeholder {
  color: #767676;
  opacity: 1;
}

::-moz-placeholder {
  color: #767676;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #767676;
  opacity: 1;
}

::placeholder {
  color: #767676;
  opacity: 1;
}

@-moz-document url-prefix() {
  input[type=color] {
    padding: 0;
  }
  input[type=file] {
    height: auto;
    min-height: 2rem;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) {
  input[type=color] {
    padding: 0;
  }
  input[type=color]::-webkit-color-swatch-wrapper {
    padding: 0;
  }
  input[type=color]::-webkit-color-swatch {
    border: none;
  }
  select {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMC41Ij48cG9seWdvbiBmaWxsPSIjMjIyIiBwb2ludHM9IjExLDAgNS41LDkgMCwwIi8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: right 0.6rem center;
    padding-right: 1.67rem;
  }
  [dir=rtl] select {
    background-position: 0.6rem center;
    padding-right: 0;
    padding-left: 1.67rem;
  }
  select[multiple] {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }
}
input.inline-block,
select.inline-block {
  width: auto;
}

.form-actions {
  margin: 1rem 0;
  padding: 1rem 0;
}

.input-group,
.btn-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
  margin-bottom: 1rem;
}

.btn-group {
  width: auto;
}

.input-group > *,
.btn-group > * {
  display: table-cell;
  margin-bottom: 0;
}

.input-group-addon {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon > * {
  margin-bottom: 0 !important;
}

.supplement {
  padding: 0 1rem;
  line-height: 1.4;
  background: #dadada;
  border: solid 1px silver;
}

html:not([dir=rtl]) .supplement:first-child {
  border-right: none;
}

html:not([dir=rtl]) .supplement:last-child {
  border-left: none;
}

[dir=rtl] .supplement:first-child {
  border-left: none;
}

[dir=rtl] .supplement:last-child {
  border-right: none;
}

ul,
ol {
  margin: 1rem 0;
  padding-left: 2.5rem;
}

[dir=rtl] ul, [dir=rtl] ol {
  padding-left: 0;
  padding-right: 2.5rem;
}

ul ul,
ol ol {
  margin: 0;
}

ul.no-bullets,
ol.no-bullets {
  padding-left: 0;
}

[dir=rtl] ul.no-bullets, [dir=rtl] ol.no-bullets {
  padding-right: 0;
}

ul.no-bullets > li,
ol.no-bullets > li {
  list-style: none;
}

ul.colored,
ol.colored {
  padding-left: 2.5rem;
}

ul.colored > li,
ol.colored > li {
  list-style-type: none;
  position: relative;
}

ul.colored > li:before,
ol.colored > li:before {
  position: absolute;
  top: 0.1rem;
  left: -1rem;
  -webkit-margin-start: -0.25rem;
  content: "●";
  color: #00a9ec;
  font-size: 0.8rem;
  text-align: right;
  text-decoration: none;
}

[dir=rtl] ul.colored > li:before, [dir=rtl] ol.colored > li:before {
  left: auto;
  right: -1rem;
  text-align: left;
}

ol.colored {
  counter-reset: foo;
}

ol.colored > li {
  counter-increment: foo;
}

ol.colored > li:before {
  content: counter(foo) ".";
  top: 0;
  left: -3.125rem;
  width: 2.5rem;
  -webkit-margin-start: 0;
  font-size: 1rem;
}

[dir=rtl] ol.colored > li:before {
  right: -3.125rem;
}

dt, dd {
  min-height: 1.4rem;
}

@media print and (min-width: 537px), screen and (min-width: 48em) {
  .dl-horizontal > dt {
    clear: left;
    float: left;
    width: 9.375rem;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
  }
  [dir=rtl] .dl-horizontal > dt {
    clear: right;
    float: right;
    text-align: left;
  }
  .dl-horizontal > dd {
    margin-left: 10.375rem;
  }
  [dir=rtl] .dl-horizontal > dd {
    margin-left: auto;
    margin-right: 10.375rem;
  }
}
audio,
canvas,
iframe,
img,
video,
svg {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

img[src*=".svg"] {
  width: 100% \9 ;
}

_::-ms-reveal,
img[src*=".svg"] {
  width: 100%;
}

a img {
  border: none;
}

.media {
  height: 0;
  height: auto;
  margin-bottom: 1rem;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.media.four-by-three {
  padding-bottom: 75%;
}

.media.instagram {
  height: auto;
  max-width: none;
  padding-bottom: 120%;
}

.media.vine {
  height: auto;
  max-width: none;
  padding-bottom: 100%;
}

.media.getty {
  height: auto;
  padding-bottom: 79.9663%;
}

.media iframe,
.media object,
.media embed,
.media video {
  background-color: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.media img {
  bottom: -1000000%;
  left: -1000000%;
  margin: auto;
  position: absolute;
  right: -1000000%;
  top: -1000000%;
  width: 100%;
}

.media.media-scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  margin: 1rem 0;
  max-width: 100%;
  width: 100%;
}

table th,
table td {
  padding: 0.5rem;
  text-align: left;
  vertical-align: top;
}

[dir=rtl] table th, [dir=rtl] table td {
  text-align: right;
}

.table-bordered {
  border: 1px solid silver;
  border-left-width: 0;
  border-collapse: separate;
}

.table-bordered th,
.table-bordered td {
  border-top: 1px solid silver;
  border-left: 1px solid silver;
}

.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top-width: 0;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #ebebeb;
}

.table-scrollable {
  margin: 1rem 0;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
}

.table-scrollable table {
  margin: 0;
}

.autosize,
[data-autosize] {
  overflow: hidden;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.carousel {
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.carousel.no-transition > figure {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.carousel > figure {
  margin: 0;
  display: none;
  position: relative;
  -webkit-transition: 0.7s ease-in-out left;
  transition: 0.7s ease-in-out left;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

[dir=rtl] .carousel > figure {
  -webkit-transition: 0.7s ease-in-out right;
  transition: 0.7s ease-in-out right;
}

.carousel > figure > img {
  display: block;
  width: 100%;
}

.carousel > figure > figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 50%;
  overflow-y: auto;
  padding: 1px 3rem;
  background-color: rgba(34, 34, 34, 0.4);
  color: white;
}

.carousel > ol {
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 1rem;
  z-index: 3;
}

.carousel > ol li {
  background-color: transparent;
  border: 1px solid #222222;
  cursor: pointer;
  display: inline-block;
  height: 1rem;
  margin: 1px;
  text-indent: -9999px;
  width: 1rem;
}

.carousel > ol li:hover {
  background-color: silver;
}

.carousel > ol .active {
  background-color: white;
}

.carousel > ol .active:hover {
  background-color: white;
}

.carousel .carousel-active,
.carousel .next,
.carousel .prev,
.carousel .swipe {
  display: block;
}

.carousel .carousel-active,
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}

[dir=rtl] .carousel .carousel-active, [dir=rtl] .carousel .next.left,
[dir=rtl] .carousel .prev.right {
  left: auto;
  right: 0;
}

.carousel .carousel-active {
  position: relative !important;
  z-index: 1;
}

.carousel .next,
.carousel .prev,
.carousel .swipe {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.carousel .next,
.carousel .carousel-active.right {
  left: 100%;
}

[dir=rtl] .carousel .next, [dir=rtl] .carousel .carousel-active.right {
  left: auto;
  right: 100%;
}

[dir=rtl] .carousel .next.swiping, [dir=rtl] .carousel .carousel-active.right.swiping {
  right: -100%;
}

.carousel .prev,
.carousel .carousel-active.left {
  left: -100%;
}

[dir=rtl] .carousel .prev, [dir=rtl] .carousel .carousel-active.left {
  left: auto;
  right: -100%;
}

[dir=rtl] .carousel .prev.swiping, [dir=rtl] .carousel .carousel-active.left.swiping {
  right: 100%;
}

.carousel > button {
  position: absolute;
  left: 1px;
  top: 40%;
  z-index: 3;
  display: block;
  width: 3rem;
  margin-top: -1rem;
  padding: 1rem;
  background-color: transparent;
  border: none;
  font-size: 2rem;
  font-weight: bold;
  color: white;
  text-align: center;
  text-decoration: none;
}

[dir=rtl] .carousel > button {
  left: auto;
  right: 1px;
}

.carousel > button.forward {
  left: auto;
  right: 1px;
}

[dir=rtl] .carousel > button.forward {
  right: auto;
  left: 1px;
}

.carousel > button:hover {
  text-decoration: underline;
}

.carousel-fade > figure {
  position: absolute;
  top: 0;
  right: 0 !important;
  bottom: 0;
  left: 0 !important;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.carousel-fade > figure, [dir=rtl] .carousel-fade > figure {
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}

.carousel-fade > figure.swipe,
.carousel-fade > figure.next,
.carousel-fade > figure.prev {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .carousel-active.swipe {
  z-index: 2;
}

.carousel-fade .carousel-active {
  opacity: 1;
}

.carousel-fade .carousel-active.left, .carousel-fade .carousel-active.right {
  z-index: 2;
  opacity: 0;
}

.carousel-fade .carousel-control, .carousel-fade .carousel-control:visited {
  z-index: 3;
}

.accordion {
  border: solid 1px silver;
  margin-bottom: 0.125rem;
}

.accordion-head {
  display: block;
}

.accordion-head a {
  display: block;
  padding: 0.5rem;
}

.accordion-body {
  padding: 0 0.5rem;
  border-top: solid 1px silver;
}

.trans,
.collapse {
  -webkit-transition: height 0.5s ease, width 0.5s ease;
  transition: height 0.5s ease, width 0.5s ease;
}

.expand,
.collapse {
  display: block;
  height: auto;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  width: auto;
}

.collapse {
  height: 0;
}

.collapse.width {
  height: auto;
  width: 0;
}

.modal-on,
.modal-on body {
  -ms-touch-action: none;
  touch-action: none;
  height: 100%;
}

.modal-on,
.modal-lock body {
  overflow: hidden;
}

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  text-align: center;
}

.modal-overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  margin-right: -1px;
  vertical-align: middle;
}

[dir=rtl] .modal-overlay:before {
  margin-right: 0;
  margin-left: -1px;
}

.modal-loader:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 12px;
  height: 4px;
  margin: auto;
  content: "";
  background-image: url(data:image/gif;base64,R0lGODlhDAAEAPABAP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJMgABACwAAAAADAAEAAACCoQRqXm42h48MhUAIfkECTIAAQAsBAAAAAQABAAAAgSEjwkFACH5BAUyAAEALAgAAAAEAAQAAAIEhI8JBQA7);
  image-rendering: optimizeSpeed;
}

.modal {
  display: inline-block;
  max-height: 95%;
  max-width: 95%;
  vertical-align: middle;
  margin: 0 auto;
  overflow: auto;
}

.modal-iframe,
.modal-image {
  overflow: hidden;
}

.modal-iframe .media,
.modal-iframe iframe {
  max-height: 100%;
  max-width: 100%;
}

.modal-iframe .media {
  background-color: #fff;
  margin-bottom: 0;
}

.modal-iframe.iframe-full {
  height: 95%;
}

.iframe-full .media {
  height: 100%;
  padding: 0;
}

.modal-image > img {
  max-height: 100%;
}

.modal-content {
  max-height: 100%;
  overflow: auto;
  padding: 1rem;
  background-color: white;
  text-align: left;
}

[dir=rtl] .modal-content {
  text-align: right;
}

.modal-header,
.modal-footer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  color: #fff;
}

.modal-header {
  padding: 0 4.555rem;
}

.modal-footer {
  top: auto;
  bottom: 0;
}

.modal-close {
  position: fixed;
  top: 1px;
  right: 1px;
  z-index: 2;
  display: inline-block;
  padding: 1.245rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
}

[dir=rtl] .modal-close {
  right: auto;
  left: 1px;
}

.modal-direction {
  position: fixed;
  top: 49%;
  left: 0;
  z-index: 2;
  display: block;
  width: 3rem;
  padding: 1rem;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

[dir=rtl] .modal-direction {
  right: 0;
}

.modal-direction.next {
  left: auto;
  right: 0;
}

[dir=rtl] .modal-direction.next {
  right: auto;
  left: 0;
}

button.modal-close,
button.modal-direction {
  background-color: transparent;
  border: none;
}

button.modal-close:hover,
button.modal-direction:hover {
  text-decoration: underline;
}

@media print and (max-width: 536px), screen and (max-width: 47.99em) {
  /*
  * Force the columns to display as rows on small viewports.
     * Headers are applied with data attributes.
  */
  [data-table-list] {
    opacity: 0;
  }
  .table-list {
    display: block;
  }
  .table-list thead,
  .table-list tfoot,
  .table-list th {
    position: absolute;
    clip: rect(0 0 0 0);
    overflow: hidden;
    visibility: hidden;
  }
  .table-list tbody,
  .table-list tr,
  .table-list td,
  .table-list th[scope=row] {
    position: static;
    display: block;
    overflow: visible;
    visibility: visible;
  }
  .table-list tr:before, .table-list tr:after {
    content: "";
    display: table;
  }
  .table-list tr:after {
    clear: both;
  }
  .table-list td,
  .table-list th[scope=row] {
    float: left;
    width: 100%;
  }
  [dir=rtl] .table-list td, [dir=rtl] .table-list th[scope=row] {
    float: right;
  }
  .table-list td:before, .table-list td:after {
    display: block;
    padding: 0.5rem 0;
    font-weight: bold;
  }
  .table-list td:before {
    content: attr(data-thead);
  }
  .table-list th[scope=row]:before, .table-list th[scope=row]:after {
    display: block;
    padding: 0.5rem 0;
    font-weight: bold;
  }
  .table-list th[scope=row]:before {
    content: attr(data-thead);
  }
  .table-list td:after,
  .table-list th[scope=row]:after {
    content: attr(data-tfoot);
  }
  .table-list.table-bordered {
    border-top-style: none;
  }
}
.tabs {
  position: relative;
}

.tabs > ul {
  list-style: none;
  border-bottom: 1px solid silver;
  margin-top: 0;
  padding: 0;
}

.tabs > ul > li {
  float: left;
  margin-bottom: -1px;
}

[dir=rtl] .tabs > ul > li {
  float: right;
}

.tabs > ul > li a {
  display: block;
  line-height: 2;
  margin-right: 0.2rem;
  padding: 0 1rem;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
}

[dir=rtl] .tabs > ul > li a {
  margin-right: 0;
  margin-left: 0.2rem;
}

.tabs > ul > li a:hover {
  background-color: #ebebeb;
  border-color: silver;
}

.tabs > ul > li > [aria-selected=true], .tabs > ul > li > [aria-selected=true]:hover {
  background-color: white;
  border: 1px solid silver;
  border-bottom-color: transparent;
  color: #454545;
  cursor: default;
}

.tabs > * {
  display: none;
}

.tabs > ul,
.tabs [tabIndex="0"] {
  display: block;
}

.clearfix:before, .container:before, .modal-ajax.container:before,
.modal-iframe:before,
.container-full:before, .row:before,
[class*=block-row-]:before, .alert:before, .tabs > ul:before, .clearfix:after, .container:after, .modal-ajax.container:after,
.modal-iframe:after,
.container-full:after, .row:after,
[class*=block-row-]:after, .alert:after, .tabs > ul:after {
  content: "";
  display: table;
}

.clearfix:after, .container:after, .modal-ajax.container:after,
.modal-iframe:after,
.container-full:after, .row:after,
[class*=block-row-]:after, .alert:after, .tabs > ul:after {
  clear: both;
}

.push {
  float: right;
}

[dir=rtl] .push {
  float: left;
}

.pull {
  float: left;
}

[dir=rtl] .pull {
  float: right;
}

.push-xxs {
  float: right;
}

[dir=rtl] .push-xxs {
  float: left;
}

.pull-xxs {
  float: left;
}

[dir=rtl] .pull-xxs {
  float: right;
}

@media (max-width: 37.49em) {
  .push-xxs-only {
    float: right;
  }
  [dir=rtl] .push-xxs-only {
    float: left;
  }
  .pull-xxs-only {
    float: left;
  }
  [dir=rtl] .pull-xxs-only {
    float: right;
  }
}
@media print and (min-width: 536px), screen and (min-width: 37.5em) {
  .push-xs {
    float: right;
  }
  [dir=rtl] .push-xs {
    float: left;
  }
  .pull-xs {
    float: left;
  }
  [dir=rtl] .pull-xs {
    float: right;
  }
}
@media print and (min-width: 536px) and (max-width: 536px), screen and (min-width: 37.5em) and (max-width: 47.99em) {
  .push-xs-only {
    float: right;
  }
  [dir=rtl] .push-xs-only {
    float: left;
  }
  .pull-xs-only {
    float: left;
  }
  [dir=rtl] .pull-xs-only {
    float: right;
  }
}
@media print and (min-width: 537px), screen and (min-width: 48em) {
  .push-s {
    float: right;
  }
  [dir=rtl] .push-s {
    float: left;
  }
  .pull-s {
    float: left;
  }
  [dir=rtl] .pull-s {
    float: right;
  }
}
@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48em) and (max-width: 61.99em) {
  .push-s-only {
    float: right;
  }
  [dir=rtl] .push-s-only {
    float: left;
  }
  .pull-s-only {
    float: left;
  }
  [dir=rtl] .pull-s-only {
    float: right;
  }
}
@media (min-width: 62em) {
  .push-m {
    float: right;
  }
  [dir=rtl] .push-m {
    float: left;
  }
  .pull-m {
    float: left;
  }
  [dir=rtl] .pull-m {
    float: right;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .push-m-only {
    float: right;
  }
  [dir=rtl] .push-m-only {
    float: left;
  }
  .pull-m-only {
    float: left;
  }
  [dir=rtl] .pull-m-only {
    float: right;
  }
}
@media (min-width: 75em) {
  .push-l {
    float: right;
  }
  [dir=rtl] .push-l {
    float: left;
  }
  .pull-l {
    float: left;
  }
  [dir=rtl] .pull-l {
    float: right;
  }
}
.block {
  display: block;
}

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

.inline {
  display: inline;
}

.block-xxs {
  display: block;
}

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

.inline-xxs {
  display: inline;
}

@media (max-width: 37.49em) {
  .block-xxs-only {
    display: block;
  }
  .inline-block-xxs-only {
    display: inline-block;
  }
  .inline-xxs-only {
    display: inline;
  }
}
@media print and (min-width: 536px), screen and (min-width: 37.5em) {
  .block-xs {
    display: block;
  }
  .inline-block-xs {
    display: inline-block;
  }
  .inline-xs {
    display: inline;
  }
}
@media print and (min-width: 536px) and (max-width: 536px), screen and (min-width: 37.5em) and (max-width: 47.99em) {
  .block-xs-only {
    display: block;
  }
  .inline-block-xs-only {
    display: inline-block;
  }
  .inline-xs-only {
    display: inline;
  }
}
@media print and (min-width: 537px), screen and (min-width: 48em) {
  .block-s {
    display: block;
  }
  .inline-block-s {
    display: inline-block;
  }
  .inline-s {
    display: inline;
  }
}
@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48em) and (max-width: 61.99em) {
  .block-s-only {
    display: block;
  }
  .inline-block-s-only {
    display: inline-block;
  }
  .inline-s-only {
    display: inline;
  }
}
@media (min-width: 62em) {
  .block-m {
    display: block;
  }
  .inline-block-m {
    display: inline-block;
  }
  .inline-m {
    display: inline;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .block-m-only {
    display: block;
  }
  .inline-block-m-only {
    display: inline-block;
  }
  .inline-m-only {
    display: inline;
  }
}
@media (min-width: 75em) {
  .block-l {
    display: block;
  }
  .inline-block-l {
    display: inline-block;
  }
  .inline-l {
    display: inline;
  }
}
.text-pull {
  text-align: left;
}

[dir=rtl] .text-pull {
  text-align: right;
}

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

[dir=rtl] .text-push {
  text-align: left;
}

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

.text-xxs-pull {
  text-align: left;
}

[dir=rtl] .text-xxs-pull {
  text-align: right;
}

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

[dir=rtl] .text-xxs-push {
  text-align: left;
}

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

@media (max-width: 37.49em) {
  .text-xxs-pull-only {
    text-align: left;
  }
  [dir=rtl] .text-xxs-pull-only {
    text-align: right;
  }
  .text-xxs-push-only {
    text-align: right;
  }
  [dir=rtl] .text-xxs-push-only {
    text-align: left;
  }
  .text-xxs-center-only {
    text-align: center;
  }
}
@media print and (min-width: 536px), screen and (min-width: 37.5em) {
  .text-xs-pull {
    text-align: left;
  }
  [dir=rtl] .text-xs-pull {
    text-align: right;
  }
  .text-xs-push {
    text-align: right;
  }
  [dir=rtl] .text-xs-push {
    text-align: left;
  }
  .text-xs-center {
    text-align: center;
  }
}
@media print and (min-width: 536px) and (max-width: 536px), screen and (min-width: 37.5em) and (max-width: 47.99em) {
  .text-xs-pull {
    text-align: left;
  }
  [dir=rtl] .text-xs-pull {
    text-align: right;
  }
  .text-xs-push {
    text-align: right;
  }
  [dir=rtl] .text-xs-push {
    text-align: left;
  }
  .text-xs-center {
    text-align: center;
  }
}
@media print and (min-width: 537px), screen and (min-width: 48em) {
  .text-s-pull {
    text-align: left;
  }
  [dir=rtl] .text-s-pull {
    text-align: right;
  }
  .text-s-push {
    text-align: right;
  }
  [dir=rtl] .text-s-push {
    text-align: left;
  }
  .text-s-center {
    text-align: center;
  }
}
@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48em) and (max-width: 61.99em) {
  .text-s-pull {
    text-align: left;
  }
  [dir=rtl] .text-s-pull {
    text-align: right;
  }
  .text-s-push {
    text-align: right;
  }
  [dir=rtl] .text-s-push {
    text-align: left;
  }
  .text-s-center {
    text-align: center;
  }
}
@media (min-width: 62em) {
  .text-m-pull {
    text-align: left;
  }
  [dir=rtl] .text-m-pull {
    text-align: right;
  }
  .text-m-push {
    text-align: right;
  }
  [dir=rtl] .text-m-push {
    text-align: left;
  }
  .text-m-center {
    text-align: center;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .text-m-pull {
    text-align: left;
  }
  [dir=rtl] .text-m-pull {
    text-align: right;
  }
  .text-m-push {
    text-align: right;
  }
  [dir=rtl] .text-m-push {
    text-align: left;
  }
  .text-m-center {
    text-align: center;
  }
}
@media (min-width: 75em) {
  .text-l-pull {
    text-align: left;
  }
  [dir=rtl] .text-l-pull {
    text-align: right;
  }
  .text-l-push {
    text-align: right;
  }
  [dir=rtl] .text-l-push {
    text-align: left;
  }
  .text-l-center {
    text-align: center;
  }
}
.grid-state-indicator {
  position: absolute;
  top: -99999px;
  left: -99999px;
  height: 1px;
  width: 0;
}

[dir=rtl] .grid-state-indicator {
  left: auto;
  right: -99999px;
}

@media (max-width: 37.49em) {
  .grid-state-indicator {
    width: 0;
  }
}
@media print and (max-width: 536px), screen and (min-width: 37.5em) and (max-width: 47.99em) {
  .grid-state-indicator {
    width: 1px;
  }
}
@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48em) and (max-width: 61.99em) {
  .grid-state-indicator {
    width: 2px;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .grid-state-indicator {
    width: 3px;
  }
}
@media (min-width: 75em) {
  .grid-state-indicator {
    width: 4px;
  }
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.ir:before {
  content: "";
  display: block;
  height: 150%;
  width: 0;
}

.hidden {
  display: none !important;
}

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

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

.invisible {
  visibility: hidden;
}

.fade-out {
  opacity: 0 !important;
}

.fade-out,
.fade-in {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.fade-in {
  opacity: 1 !important;
}

.visible-xxs,
.visible-xs,
.visible-s,
.visible-m,
.visible-l {
  display: none !important;
}

@media (max-width: 37.49em) {
  .hidden-xxs {
    display: none !important;
  }
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table;
  }
  thead.visible-xxs {
    display: table-header-group !important;
  }
  tfoot.visible-xxs {
    display: table-footer-group !important;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
  col.visible-xxs {
    display: table-column !important;
  }
  caption.visible-xxs {
    display: table-caption !important;
  }
}
@media print and (max-width: 536px), screen and (min-width: 37.5em) and (max-width: 47.99em) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  thead.visible-xs {
    display: table-header-group !important;
  }
  tfoot.visible-xs {
    display: table-footer-group !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  col.visible-xs {
    display: table-column !important;
  }
  caption.visible-xs {
    display: table-caption !important;
  }
}
@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48em) and (max-width: 61.99em) {
  .hidden-s {
    display: none !important;
  }
  .visible-s {
    display: block !important;
  }
  table.visible-s {
    display: table;
  }
  thead.visible-s {
    display: table-header-group !important;
  }
  tfoot.visible-s {
    display: table-footer-group !important;
  }
  tr.visible-s {
    display: table-row !important;
  }
  th.visible-s,
  td.visible-s {
    display: table-cell !important;
  }
  col.visible-s {
    display: table-column !important;
  }
  caption.visible-s {
    display: table-caption !important;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .hidden-m {
    display: none !important;
  }
  .visible-m {
    display: block !important;
  }
  table.visible-m {
    display: table;
  }
  thead.visible-m {
    display: table-header-group !important;
  }
  tfoot.visible-m {
    display: table-footer-group !important;
  }
  tr.visible-m {
    display: table-row !important;
  }
  th.visible-m,
  td.visible-m {
    display: table-cell !important;
  }
  col.visible-m {
    display: table-column !important;
  }
  caption.visible-m {
    display: table-caption !important;
  }
}
@media (min-width: 75em) {
  .hidden-l {
    display: none !important;
  }
  .visible-l {
    display: block !important;
  }
  table.visible-l {
    display: table;
  }
  thead.visible-l {
    display: table-header-group !important;
  }
  tfoot.visible-l {
    display: table-footer-group !important;
  }
  tr.visible-l {
    display: table-row !important;
  }
  th.visible-l,
  td.visible-l {
    display: table-cell !important;
  }
  col.visible-l {
    display: table-column !important;
  }
  caption.visible-l {
    display: table-caption !important;
  }
}
@media print {
  *, :before, :after {
    box-shadow: none !important;
    text-shadow: none !important;
    background: transparent !important;
    color: #000 !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid silver;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .container, .modal-ajax.container,
  .modal-iframe {
    max-width: 100%;
    width: 100%;
  }
  .container.fixed,
  .fixed.modal-iframe, .fixed .container,
  .fixed .modal-iframe {
    width: 100%;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?749xmd");
  src: url("fonts/icomoon.eot?#iefix749xmd") format("embedded-opentype"), url("fonts/icomoon.woff2?749xmd") format("woff2"), url("fonts/icomoon.ttf?749xmd") format("truetype"), url("fonts/icomoon.woff?749xmd") format("woff"), url("fonts/icomoon.svg?749xmd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "srsm-social";
  src: url("fonts/srsm-social.eot?10330236");
  src: url("fonts/srsm-social.eot?10330236#iefix") format("embedded-opentype"), url("fonts/srsm-social.woff?10330236") format("woff"), url("fonts/srsm-social.ttf?10330236") format("truetype"), url("fonts/srsm-social.svg?10330236#srsm-social") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bulkhead:before {
  content: "\e610";
}

.icon-lighting:before {
  content: "\e60b";
}

.icon-houzz:before {
  content: "\e60f";
}

.icon-lift:before {
  content: "\e608";
}

.icon-slide:before {
  content: "\e60c";
}

.icon-startingblock:before {
  content: "\e60d";
}

.icon-youtube:before {
  content: "\e60e";
}

.icon-circle-chevron-down:before {
  content: "\e601";
}

.icon-facebook:before {
  content: "\e603";
}

.icon-google:before {
  content: "\e604";
}

.icon-pinterest:before {
  content: "\e605";
}

.icon-tools:before {
  content: "\e606";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-menu:before {
  content: "\e609";
}

.icon-assignment:before {
  content: "\e600";
}

.icon-trending-neutral:before {
  content: "\e60a";
}

.icon-close:before {
  content: "\e602";
}

.icon-search:before {
  content: "\f002";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-check-square-o:before {
  content: "\f046";
}

.icon-plus-circle:before {
  content: "\f055";
}

.icon-times-circle:before {
  content: "\f057";
}

.icon-question-circle:before {
  content: "\f059";
}

.icon-square-o:before {
  content: "\f096";
}

.icon-twitter2:before {
  content: "\f099";
}

.icon-facebook2:before {
  content: "\f09a";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-pinterest2:before {
  content: "\f0d2";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-comments-o:before {
  content: "\f0e6";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-circle-o:before {
  content: "\f10c";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dot-circle-o:before {
  content: "\f192";
}

.icon-sphere:before {
  content: "\eb0c";
}

.icon-instagram:before {
  content: "\e800";
}

.share [class^=icon-], .share [class*=" icon-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.share .icon-envelope {
  background-image: url("/Css/fonts/envelope_icon.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 57%;
  color: white;
  transition: all 0.5s ease;
}
.share .icon-envelope:hover {
  background-image: url("/Css/fonts/envelope_icon_hover.svg");
}
.share .icon-envelope:before {
  content: "\f0d3";
}

/*$light: 'HelveticaNeueW01-45Ligh', sans-serif;
$lightitalic: 'HelveticaNeueW01-46Ligh', sans-serif;
$roman: 'HelveticaNeueW02-55Roma', sans-serif;
$thin: 'HelveticaNeueW01-Thin', sans-serif;
$thinitalic: 'HelveticaNeueW01-ThinIt', sans-serif;
$ultralight: 'HelveticaNeueW01-UltLt', sans-serif;
$ultralightitalic: 'HelveticaNeueW01-UltLtI', sans-serif;
$italic: 'HelveticaNeueW01-56It', sans-serif;
$medium: 'HelveticaNeueW01-65Medi', sans-serif;
$mediumitalic: 'HelveticaNeueW01-66Medi', sans-serif;
$bold: 'HelveticaNeueW01-75Bold', sans-serif;
$bolditalic: 'HelveticaNeueW01-76Bold', sans-serif;
$heavy: 'HelveticaNeueW01-85Heav', sans-serif;
$blackfont: 'HelveticaNeueW01-95Blac', sans-serif;
$blackfontitalic: 'HelveticaNeueW01-BlackI', sans-serif;
$boldextended: 'HelveticaNeueW01-BdExt', sans-serif;
$boldextendeditalic: 'HelveticaNeueW01-BdExtO', sans-serif;*/
@font-face {
  font-family: "HelveticaNeue Light";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.eot?#iefix) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdltwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdltwebfont.svg#adobe_helveticaneueltstdltwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Roman";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/helveticaneueroman-helveticaneue.eot);
  src: url(/css/fonts/helveticaneueroman-helveticaneue.eot) format("embedded-opentype"), url(/css/fonts/helveticaneueroman-helveticaneue.woff) format("woff"), url("/css/fonts/helveticaneueromanhelveticaneue.ttf") format("truetype"), url("/css/fonts/helveticaneueromanhelveticaneue.svg#helveticaneueromanhelveticaneue") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Thin";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.eot) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdthwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdthwebfont.svg#adobe_helveticaneueltstdthwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Medium";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.eot) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdmdwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdmdwebfont.svg#adobe_helveticaneueltstdmdwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Bold";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/helvetica-neue-bold.eot);
  src: url(/css/fonts/helvetica-neue-bold.eot) format("embedded-opentype"), url(/css/fonts/helvetica-neue-bold.woff) format("woff"), url("/css/fonts/helvetica-neue-bold.ttf") format("truetype"), url("/css/fonts/helvetica-neue-bold.svg#HelveticaNeue-Bold") format("svg");
}
.ConfiguratorPage .products .tooltip-box, .ConfiguratorPage .gutters button img,
.ConfiguratorPage .products button img,
.ConfiguratorPage .customizations button img,
.ConfiguratorPage .accessories button img,
.ConfiguratorPage .types button img,
.ConfiguratorPage .styles button img, .resource-category .share, .OrderBrochuresPage .done, .pop-up, .add-location a, .segment .overlay, .segment, #banner input[type=text], #banner input[type=email], #banner input[type=password], #banner input[type=file], #banner input[type=number], #banner input[type=tel], #banner input[type=month], #banner input[type=search], .overlay, a[role=button], #content a[role=button], input[type=submit], button, .pseudo-button, select, input[type=text], input[type=email], input[type=password], input[type=file], input[type=number], input[type=tel], input[type=month], input[type=search] {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(2px);
  }
  100% {
    -moz-transform: translateX(-2px);
  }
}
@-o-keyframes bounce {
  0% {
    -o-transform: translateX(0);
  }
  50% {
    -o-transform: translateX(2px);
  }
  100% {
    -o-transform: translateX(-2px);
  }
}
@keyframes bounce {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-2px);
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

/*$light: 'HelveticaNeueW01-45Ligh', sans-serif;
$lightitalic: 'HelveticaNeueW01-46Ligh', sans-serif;
$roman: 'HelveticaNeueW02-55Roma', sans-serif;
$thin: 'HelveticaNeueW01-Thin', sans-serif;
$thinitalic: 'HelveticaNeueW01-ThinIt', sans-serif;
$ultralight: 'HelveticaNeueW01-UltLt', sans-serif;
$ultralightitalic: 'HelveticaNeueW01-UltLtI', sans-serif;
$italic: 'HelveticaNeueW01-56It', sans-serif;
$medium: 'HelveticaNeueW01-65Medi', sans-serif;
$mediumitalic: 'HelveticaNeueW01-66Medi', sans-serif;
$bold: 'HelveticaNeueW01-75Bold', sans-serif;
$bolditalic: 'HelveticaNeueW01-76Bold', sans-serif;
$heavy: 'HelveticaNeueW01-85Heav', sans-serif;
$blackfont: 'HelveticaNeueW01-95Blac', sans-serif;
$blackfontitalic: 'HelveticaNeueW01-BlackI', sans-serif;
$boldextended: 'HelveticaNeueW01-BdExt', sans-serif;
$boldextendeditalic: 'HelveticaNeueW01-BdExtO', sans-serif;*/
@font-face {
  font-family: "HelveticaNeue Light";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.eot?#iefix) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdltwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdltwebfont.svg#adobe_helveticaneueltstdltwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Roman";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/helveticaneueroman-helveticaneue.eot);
  src: url(/css/fonts/helveticaneueroman-helveticaneue.eot) format("embedded-opentype"), url(/css/fonts/helveticaneueroman-helveticaneue.woff) format("woff"), url("/css/fonts/helveticaneueromanhelveticaneue.ttf") format("truetype"), url("/css/fonts/helveticaneueromanhelveticaneue.svg#helveticaneueromanhelveticaneue") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Thin";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.eot) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdthwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdthwebfont.svg#adobe_helveticaneueltstdthwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Medium";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.eot) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdmdwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdmdwebfont.svg#adobe_helveticaneueltstdmdwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Bold";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/helvetica-neue-bold.eot);
  src: url(/css/fonts/helvetica-neue-bold.eot) format("embedded-opentype"), url(/css/fonts/helvetica-neue-bold.woff) format("woff"), url("/css/fonts/helvetica-neue-bold.ttf") format("truetype"), url("/css/fonts/helvetica-neue-bold.svg#HelveticaNeue-Bold") format("svg");
}
.ConfiguratorPage .products .tooltip-box, .ConfiguratorPage .gutters button img,
.ConfiguratorPage .products button img,
.ConfiguratorPage .customizations button img,
.ConfiguratorPage .accessories button img,
.ConfiguratorPage .types button img,
.ConfiguratorPage .styles button img, .resource-category .share, .OrderBrochuresPage .done, .pop-up, .add-location a, .segment .overlay, .segment, #banner input[type=text], #banner input[type=email], #banner input[type=password], #banner input[type=file], #banner input[type=number], #banner input[type=tel], #banner input[type=month], #banner input[type=search], .overlay, a[role=button], #content a[role=button], input[type=submit], button, .pseudo-button, select, input[type=text], input[type=email], input[type=password], input[type=file], input[type=number], input[type=tel], input[type=month], input[type=search] {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(2px);
  }
  100% {
    -moz-transform: translateX(-2px);
  }
}
@-o-keyframes bounce {
  0% {
    -o-transform: translateX(0);
  }
  50% {
    -o-transform: translateX(2px);
  }
  100% {
    -o-transform: translateX(-2px);
  }
}
@keyframes bounce {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-2px);
  }
}
body {
  position: relative;
  overflow-x: hidden;
  font: 18px/32px "HelveticaNeue Roman", sans-serif, sans-serif;
}

h1 {
  font-family: "HelveticaNeue Thin", sans-serif;
  font-size: 4.4444444444em;
  line-height: 1.3em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.5em;
}
@media (max-width: 75em) {
  h1 {
    font-size: 3.3333333em;
  }
}
@media (max-width: 48em) {
  h1 {
    font-size: 1.8571428571em;
  }
}

h2 {
  font-family: "HelveticaNeue Bold", sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
h2.prodCatTitle {
  margin-bottom: 1em;
  text-transform: none;
  font-size: 18px/32px "HelveticaNeue Roman", sans-serif, sans-serif;
  line-height: 1.5em;
  font-family: "HelveticaNeue Roman", sans-serif;
}

h3 {
  font-family: "HelveticaNeue Bold", sans-serif;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}

h4 {
  font-family: "HelveticaNeue Thin", sans-serif;
  margin-bottom: 0.25em;
  border-top: solid 1px #c9c9c9;
}

p {
  margin-bottom: 1em;
}

blockquote {
  position: relative;
  font-family: "HelveticaNeue Thin", sans-serif;
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #00a1cb;
  padding: 2em;
}
@media (max-width: 37.5em) {
  blockquote {
    padding: 1em;
  }
}
blockquote cite {
  font-style: italic;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #24adae;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
a:active {
  outline: none;
}
a:hover {
  outline: none;
  text-decoration: none;
  color: #c9c9c9;
}

button {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.form-control {
  padding: 0.375rem 0.75rem;
  background-clip: padding-box;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=date],
.readonly {
  display: block;
  height: 2rem;
  padding: 0.25rem;
  width: 100%;
  margin-bottom: 1rem;
  background: white;
  border: 1px solid silver;
  border-radius: 0;
  color: #222222;
  font-family: inherit;
}

table {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
table th, table td {
  padding: 1em;
}
table tbody tr:nth-child(odd) {
  background: #fafafa;
}

img[style*=left] {
  margin: 0 1em 1em 0;
}
img[style*=right] {
  margin: 0 0 1em 1em;
}

.ao-form label.ao-combo-label span {
  display: inline-block;
  margin-right: 20px;
}
.ao-form span.ao-required {
  color: #ff0000;
}
.ao-form > span:first-child {
  display: inline-block;
  font-family: "HelveticaNeue Bold", sans-serif;
  line-height: 1em;
  height: 1em;
}
.ao-form input[type=radio], .ao-form input[type=checkbox] {
  margin: 0.25em 1em 0 0;
  cursor: pointer;
  float: left;
  width: 30px;
  height: 30px;
}
.ao-form input[type=radio] + span, .ao-form input[type=checkbox] + span {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
.ao-form select {
  margin-bottom: 0.5em;
  height: auto;
}
.ao-form.required > span:first-child::after {
  content: "*";
  color: #24adae;
}

sup {
  font-size: 55%;
  line-height: 0;
  vertical-align: baseline;
  top: -5px;
  margin: 0 3px;
}

h1 sup {
  top: -1em;
}

.pseudo-label {
  display: inline-block;
  font-family: "HelveticaNeue Bold", sans-serif;
  line-height: 1em;
  height: 1em;
}

input[type=text], input[type=email], input[type=password], input[type=file], input[type=number], input[type=tel], input[type=month], input[type=search] {
  padding: 0.36em;
  margin-bottom: 0.5em;
  height: auto;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=file]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=month]:focus, input[type=search]:focus {
  outline: solid 1px #e7bc51;
}

select {
  cursor: pointer;
  margin-bottom: 0.5em;
  padding: 0.3em 2em 0.3em 0.45em;
}
@media (max-width: 48em) {
  select {
    padding: 0.25em 2em 0.25em 0.45em;
  }
}
select:focus {
  outline: solid 1px #e7bc51;
}

textarea {
  padding: 0.35em;
  min-height: 175px;
}
textarea:focus {
  outline: solid 2px #24adae;
}

::-webkit-input-placeholder {
  color: #989898;
}

::-moz-placeholder {
  color: #989898;
}

:-ms-input-placeholder {
  color: #989898;
}

::placeholder {
  color: #989898;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.invis, .invis[type=text], .invis[type=password], .invis[type=file], .invis[type=checkbox], .invis[type=radio] {
  height: 0;
  display: none;
  visibility: hidden;
}
input[type=checkbox]:focus, input[type=radio]:focus {
  outline: none;
  cursor: pointer;
}

.checkbox, .radiobox {
  cursor: pointer;
  margin-bottom: 0.5em;
}
.checkbox span, .radiobox span {
  position: relative;
  display: inline-block;
  width: 90%;
  vertical-align: middle;
  text-indent: -1.3em;
  padding-left: 1.4em;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.checkbox span:before, .radiobox span:before {
  font-family: "icomoon";
  font-size: 1.1em;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25em;
  text-indent: 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media (max-width: 27em) {
  .checkbox span:before, .radiobox span:before {
    width: 15px;
  }
}
.checkbox input[type=checkbox], .checkbox input[type=radio], .radiobox input[type=checkbox], .radiobox input[type=radio] {
  display: none;
}
.checkbox span:before {
  content: "\f096";
}
.checkbox input[type=checkbox]:checked + span:before, .checkbox input[type=checkbox]:checked ~ .checkbox-label:before {
  content: "\f046";
}

.radiobox span:before {
  content: "\f10c";
}
.radiobox input[type=radio]:checked + span:before {
  content: "\f192";
}

.input-group input {
  margin-bottom: 0;
  border-right: none;
}
.input-group .supplement {
  background: transparent;
  border: solid 1px #c9c9c9;
  color: #000;
}

.pull-right {
  float: right;
}

.row .no-gutter > input[class*=col-] + input[class*=col-], .row .no-gutter > input[class*=col-] + select[class*=col-], .row .no-gutter > input[class*=col-] + textarea[class*=col-], .row .no-gutter select[class*=col-] + input[class*=col-], .row .no-gutter select[class*=col-] + select[class*=col-], .row .no-gutter select[class*=col-] + textarea[class*=col-], .row .no-gutter textarea[class*=col-] + input[class*=col-], .row .no-gutter textarea[class*=col-] + select[class*=col-], .row .no-gutter textarea[class*=col-] + textarea[class*=col-] {
  margin-left: -1px;
}

[class*=block-row-] > * {
  display: inline-block;
  float: none;
  margin-right: -0.25em;
  vertical-align: top;
}

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

.well {
  padding: 20px;
  border: solid 1px #e7e7e7;
}

a[role=button], #content a[role=button], input[type=submit], button, .pseudo-button {
  display: inline-block;
  padding: 0.7em 25px;
  text-align: center;
  line-height: 1.2em;
  color: white;
  background: #e7bc51;
  border: none;
  text-transform: uppercase;
  max-width: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
a[role=button]:hover, #content a[role=button]:hover, input[type=submit]:hover, button:hover, .pseudo-button:hover {
  border: none;
  background: #c9c9c9;
}
a[role=button].btn-clear, #content a[role=button].btn-clear, input[type=submit].btn-clear, button.btn-clear, .pseudo-button.btn-clear {
  background: transparent;
  color: #000;
  text-transform: lowercase;
}
a[role=button].btn-clear:hover, #content a[role=button].btn-clear:hover, input[type=submit].btn-clear:hover, button.btn-clear:hover, .pseudo-button.btn-clear:hover {
  color: #989898;
}
@media (max-width: 37.5em) {
  a[role=button].btn-warning, #content a[role=button].btn-warning, input[type=submit].btn-warning, button.btn-warning, .pseudo-button.btn-warning {
    color: white;
    background: #bf4331;
  }
}
a[role=button].btn-warning:hover, #content a[role=button].btn-warning:hover, input[type=submit].btn-warning:hover, button.btn-warning:hover, .pseudo-button.btn-warning:hover {
  color: white;
  background: #bf4331;
}
a[role=button].configurator-link .icon-tools, #content a[role=button].configurator-link .icon-tools, input[type=submit].configurator-link .icon-tools, button.configurator-link .icon-tools, .pseudo-button.configurator-link .icon-tools {
  display: none;
}

.pseudo-link {
  color: #24adae;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.pseudo-link:hover {
  color: #c9c9c9;
}

.vcard,
.adr,
.street-address,
.extended-address,
.country-name,
.url,
.tel {
  display: block;
}

.intro {
  text-align: center;
  margin-bottom: 2em;
}
.intro h1 {
  margin-bottom: 0;
}

.overlay {
  position: relative;
  width: 100%;
  height: 100%;
}

.TextPage #primary ul, .TextPage #primary ol,
#intro ul,
#intro ol {
  margin: 0 0 1.25em 20px;
  padding: 0 0 0 20px;
}
.TextPage #primary ul,
#intro ul {
  list-style-type: disc;
}
.TextPage #primary ol,
#intro ol {
  margin-left: 25px;
  list-style-type: decimal;
}
.TextPage #primary li,
#intro li {
  margin: 0 0 0.25em 0;
}

.figure-list img {
  display: inline-block;
  vertical-align: top;
  width: 250px;
}
@media (max-width: 37.5em) {
  .figure-list img {
    display: inline;
    float: right;
    width: 100px;
    margin-left: 15px;
    margin-bottom: 0.25em;
  }
}
.figure-list .info {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 270px);
  margin-left: 15px;
}
@media (max-width: 37.5em) {
  .figure-list .info {
    display: block;
    margin-left: 0;
    width: 100%;
  }
}

.pop-up {
  display: none;
}
#popupToggle:checked ~ .pop-up {
  display: block;
}

ul.social-links {
  /*position: fixed;
  bottom: 0px;
  right: 100px;*/
  z-index: 9;
  float: right;
  text-align: right;
}
@media (max-width: 37.5em) {
  ul.social-links {
    float: none;
    text-align: center;
  }
}
ul.social-links li {
  display: inline-block;
}
ul.social-links a {
  font-size: 38px;
  color: #989898 !important;
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 5px;
}
ul.social-links a:hover {
  color: #24adae !important;
}
ul.social-links li.linkedin {
  background-image: url("/Css/images/linkedin-icon.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
}
ul.social-links li.linkedin:hover {
  background-image: url("/Css/images/linkedin-icon-hover.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  ul.social-links li.linkedin {
    height: 100%;
    width: 100%;
  }
}
ul.social-links li.instagram {
  background-image: url("/Css/images/instagram-icon.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
}
ul.social-links li.instagram:hover {
  background-image: url("/Css/images/instagram-icon-hover.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  ul.social-links li.instagram {
    height: 100%;
    width: 100%;
  }
}

.clearfix {
  clear: both;
}

.rte-content ul {
  list-style: disc;
}
.rte-content ol {
  list-style: decimal;
}

/*$light: 'HelveticaNeueW01-45Ligh', sans-serif;
$lightitalic: 'HelveticaNeueW01-46Ligh', sans-serif;
$roman: 'HelveticaNeueW02-55Roma', sans-serif;
$thin: 'HelveticaNeueW01-Thin', sans-serif;
$thinitalic: 'HelveticaNeueW01-ThinIt', sans-serif;
$ultralight: 'HelveticaNeueW01-UltLt', sans-serif;
$ultralightitalic: 'HelveticaNeueW01-UltLtI', sans-serif;
$italic: 'HelveticaNeueW01-56It', sans-serif;
$medium: 'HelveticaNeueW01-65Medi', sans-serif;
$mediumitalic: 'HelveticaNeueW01-66Medi', sans-serif;
$bold: 'HelveticaNeueW01-75Bold', sans-serif;
$bolditalic: 'HelveticaNeueW01-76Bold', sans-serif;
$heavy: 'HelveticaNeueW01-85Heav', sans-serif;
$blackfont: 'HelveticaNeueW01-95Blac', sans-serif;
$blackfontitalic: 'HelveticaNeueW01-BlackI', sans-serif;
$boldextended: 'HelveticaNeueW01-BdExt', sans-serif;
$boldextendeditalic: 'HelveticaNeueW01-BdExtO', sans-serif;*/
@font-face {
  font-family: "HelveticaNeue Light";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.eot?#iefix) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdltwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdltwebfont.svg#adobe_helveticaneueltstdltwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Roman";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/helveticaneueroman-helveticaneue.eot);
  src: url(/css/fonts/helveticaneueroman-helveticaneue.eot) format("embedded-opentype"), url(/css/fonts/helveticaneueroman-helveticaneue.woff) format("woff"), url("/css/fonts/helveticaneueromanhelveticaneue.ttf") format("truetype"), url("/css/fonts/helveticaneueromanhelveticaneue.svg#helveticaneueromanhelveticaneue") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Thin";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.eot) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdthwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdthwebfont.svg#adobe_helveticaneueltstdthwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Medium";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.eot) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdmdwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdmdwebfont.svg#adobe_helveticaneueltstdmdwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Bold";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/helvetica-neue-bold.eot);
  src: url(/css/fonts/helvetica-neue-bold.eot) format("embedded-opentype"), url(/css/fonts/helvetica-neue-bold.woff) format("woff"), url("/css/fonts/helvetica-neue-bold.ttf") format("truetype"), url("/css/fonts/helvetica-neue-bold.svg#HelveticaNeue-Bold") format("svg");
}
.ConfiguratorPage .products .tooltip-box, .ConfiguratorPage .gutters button img,
.ConfiguratorPage .products button img,
.ConfiguratorPage .customizations button img,
.ConfiguratorPage .accessories button img,
.ConfiguratorPage .types button img,
.ConfiguratorPage .styles button img, .resource-category .share, .OrderBrochuresPage .done, .pop-up, .add-location a, .segment .overlay, .segment, #banner input[type=text], #banner input[type=email], #banner input[type=password], #banner input[type=file], #banner input[type=number], #banner input[type=tel], #banner input[type=month], #banner input[type=search], input[type=text], input[type=email], input[type=password], input[type=file], input[type=number], input[type=tel], input[type=month], input[type=search], select, a[role=button], #content a[role=button], input[type=submit], button, .pseudo-button, .overlay {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(2px);
  }
  100% {
    -moz-transform: translateX(-2px);
  }
}
@-o-keyframes bounce {
  0% {
    -o-transform: translateX(0);
  }
  50% {
    -o-transform: translateX(2px);
  }
  100% {
    -o-transform: translateX(-2px);
  }
}
@keyframes bounce {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-2px);
  }
}
form {
  position: relative;
  /*.row {
      margin: .5em -1%;
      &:first-of-type {
          margin-top: 0;
      }
      .row {
          margin: 0 -1%;
      }
  }*/
}
form > fieldset {
  opacity: 0.2;
  pointer-events: none;
  border-bottom: solid 1px #c9c9c9;
  padding-bottom: 1em;
  margin-bottom: 1em;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
form > fieldset:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
form > fieldset.active {
  opacity: 1;
  pointer-events: all;
}
form .primary {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 184px);
  padding-right: 7%;
}
@media (max-width: 62em) {
  form .primary {
    width: 100%;
    padding-right: 0;
  }
}
form .secondary {
  display: inline-block;
  width: 170px;
  padding: 15px 0 0;
  border: solid 1px #c9c9c9;
  overflow: hidden;
}
@media (max-width: 62em) {
  form .secondary {
    width: 100%;
  }
}
form .secondary li {
  position: relative;
  width: 140px;
  margin: 0 15px 15px;
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 62em) {
  form .secondary li {
    float: left;
    max-width: calc(50% - 30px);
  }
}
form .secondary li:hover img {
  border: solid 1px #24adae;
}
form .secondary img {
  border: solid 1px #c9c9c9;
}
form .add {
  font-size: 14px;
  line-height: 1.3em;
  max-height: 2em;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
form .add i {
  color: #989898;
}
form.row button, form .row button {
  width: 100%;
}
form .cancel {
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  padding: 0;
  font-size: 1.5428571429em;
  color: black;
  background: none;
}
form .cancel i {
  line-height: 0.5em;
  background: white;
  width: 10px;
  border-radius: 10px;
}

fieldset {
  margin-bottom: 1.5em;
}

.help {
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 0.5em;
}
button + .help, a[role=button] + .help {
  margin-top: 1em;
}

.inline-help {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3em;
  font-family: "HelveticaNeue Roman", sans-serif;
}

.help-alt {
  color: #c9c9c9;
}
.help-alt.city-state {
  margin-top: 2.4em;
}
@media (max-width: 37.5em) {
  .help-alt.city-state {
    margin-top: 0;
  }
}

.serial-numbers .wrapper {
  position: relative;
}
.serial-numbers .cancel {
  top: 0;
  right: 1%;
  padding: 0.5em 10px;
  font-size: 1.2em;
  background: none;
}
.serial-numbers .cancel i {
  background: none;
}
.serial-numbers .secondary .cancel {
  top: -0.5em;
  right: -0.5em;
  padding: 0;
  font-size: 1.5428571429em;
  color: black;
  background: none;
}
.serial-numbers .secondary .cancel i {
  line-height: 0.5em;
  background: white;
  width: 10px;
  border-radius: 10px;
}
.serial-numbers .next {
  width: 100%;
  padding: 0.7em 10px;
}

.city-state {
  margin-top: 1.7em;
}
@media (max-width: 37.5em) {
  .city-state {
    margin-top: 0;
  }
}

.tab-labels {
  color: white;
  background: #e7bc51;
  border: solid 1px #e7bc51;
}
.tab-labels label {
  line-height: 2.5em;
  cursor: pointer;
  border-left: solid 1px white;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media (max-width: 37.5em) {
  .tab-labels label {
    border-left: none;
    border-top: solid 1px white;
  }
}
.tab-labels label:first-child {
  border-left: none;
}
@media (max-width: 37.5em) {
  .tab-labels label:first-child {
    border-top: none;
  }
}
.tab-labels label:hover, .tab-labels label.active {
  background: white;
  border-left: solid 1px #e7bc51;
  color: #e7bc51;
}
@media (max-width: 37.5em) {
  .tab-labels label:hover, .tab-labels label.active {
    border-left: none;
    border-top: solid 1px #e7bc51;
  }
}
.tab-labels label:hover:first-child, .tab-labels label.active:first-child {
  border-left: none;
}
@media (max-width: 37.5em) {
  .tab-labels label:hover:first-child, .tab-labels label.active:first-child {
    border-top: none;
  }
}

/*.second-address {
    height: 0;
    overflow: hidden;
}*/
/*#addAddress:checked {
    + label {
        .add { 
            max-height: 0;
            @include transition;
        }
    }
    ~ .second-address {
        height: 60px;
    }
}*/
/**[type="submit"] {
    margin-top: 1em;
    .submit & {
        margin-top: 0;
    }
    @include media(37.5) {
        width: 100%;
        font-size: 1.2em;
    }
}*/
.uploads {
  text-align: center;
}
.uploads label {
  padding: 2em 1em;
  border: solid 1px #c9c9c9;
  margin-bottom: 0.5em;
}
.uploads .help {
  font-size: 0.7em;
}
.uploads input {
  border: none;
  font-size: 16px;
  line-height: 1.3em;
  margin-right: 0;
}

.validation-summary-errors {
  color: red;
}

/*$light: 'HelveticaNeueW01-45Ligh', sans-serif;
$lightitalic: 'HelveticaNeueW01-46Ligh', sans-serif;
$roman: 'HelveticaNeueW02-55Roma', sans-serif;
$thin: 'HelveticaNeueW01-Thin', sans-serif;
$thinitalic: 'HelveticaNeueW01-ThinIt', sans-serif;
$ultralight: 'HelveticaNeueW01-UltLt', sans-serif;
$ultralightitalic: 'HelveticaNeueW01-UltLtI', sans-serif;
$italic: 'HelveticaNeueW01-56It', sans-serif;
$medium: 'HelveticaNeueW01-65Medi', sans-serif;
$mediumitalic: 'HelveticaNeueW01-66Medi', sans-serif;
$bold: 'HelveticaNeueW01-75Bold', sans-serif;
$bolditalic: 'HelveticaNeueW01-76Bold', sans-serif;
$heavy: 'HelveticaNeueW01-85Heav', sans-serif;
$blackfont: 'HelveticaNeueW01-95Blac', sans-serif;
$blackfontitalic: 'HelveticaNeueW01-BlackI', sans-serif;
$boldextended: 'HelveticaNeueW01-BdExt', sans-serif;
$boldextendeditalic: 'HelveticaNeueW01-BdExtO', sans-serif;*/
@font-face {
  font-family: "HelveticaNeue Light";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.eot?#iefix) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdltwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdltwebfont.svg#adobe_helveticaneueltstdltwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Roman";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/helveticaneueroman-helveticaneue.eot);
  src: url(/css/fonts/helveticaneueroman-helveticaneue.eot) format("embedded-opentype"), url(/css/fonts/helveticaneueroman-helveticaneue.woff) format("woff"), url("/css/fonts/helveticaneueromanhelveticaneue.ttf") format("truetype"), url("/css/fonts/helveticaneueromanhelveticaneue.svg#helveticaneueromanhelveticaneue") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Thin";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.eot) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdthwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdthwebfont.svg#adobe_helveticaneueltstdthwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Medium";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.eot) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdmdwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdmdwebfont.svg#adobe_helveticaneueltstdmdwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Bold";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/helvetica-neue-bold.eot);
  src: url(/css/fonts/helvetica-neue-bold.eot) format("embedded-opentype"), url(/css/fonts/helvetica-neue-bold.woff) format("woff"), url("/css/fonts/helvetica-neue-bold.ttf") format("truetype"), url("/css/fonts/helvetica-neue-bold.svg#HelveticaNeue-Bold") format("svg");
}
.ConfiguratorPage .products .tooltip-box, .ConfiguratorPage .gutters button img,
.ConfiguratorPage .products button img,
.ConfiguratorPage .customizations button img,
.ConfiguratorPage .accessories button img,
.ConfiguratorPage .types button img,
.ConfiguratorPage .styles button img, .resource-category .share, .OrderBrochuresPage .done, .pop-up, .add-location a, .segment .overlay, .segment, #banner input[type=text], #banner input[type=email], #banner input[type=password], #banner input[type=file], #banner input[type=number], #banner input[type=tel], #banner input[type=month], #banner input[type=search], input[type=text], input[type=email], input[type=password], input[type=file], input[type=number], input[type=tel], input[type=month], input[type=search], select, a[role=button], #content a[role=button], input[type=submit], button, .pseudo-button, .overlay {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(2px);
  }
  100% {
    -moz-transform: translateX(-2px);
  }
}
@-o-keyframes bounce {
  0% {
    -o-transform: translateX(0);
  }
  50% {
    -o-transform: translateX(2px);
  }
  100% {
    -o-transform: translateX(-2px);
  }
}
@keyframes bounce {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-2px);
  }
}
@media (max-width: 768px) {
  .pn-table tbody th {
    /* Hide table headers (but not display: none;, for accessibility) */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .srs-responsive-table table, .srs-responsive-table thead, .srs-responsive-table tbody, .srs-responsive-table th, .srs-responsive-table td, .srs-responsive-table tr {
    display: block;
  }
  .srs-responsive-table thead:not(.pn-primary) tr {
    /* Hide table headers (but not display: none;, for accessibility) */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .srs-responsive-table tr {
    border: 1px solid #ccc;
    margin-bottom: 15px;
  }
  .srs-responsive-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #dddfe2;
    position: relative;
    white-space: normal;
    text-align: left;
  }
  .srs-responsive-table td:before {
    vertical-align: top;
    display: inline-block;
    width: 45%;
    padding-right: 10px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    /*Label the data*/
    content: attr(data-title);
    min-height: 22px;
  }
  .srs-responsive-table td > * {
    display: inline-block;
  }
}
/*=====
OLDER LAYOUT
=====*/
table.responsive-table {
  line-height: 1.3em;
}
@media (max-width: 38em) {
  table.responsive-table thead, table.responsive-table tbody, table.responsive-table tr, table.responsive-table th, table.responsive-table td {
    display: block;
  }
}
@media (max-width: 38em) {
  table.responsive-table {
    display: block;
    border-collapse: collapse;
  }
}
@media (max-width: 38em) {
  table.responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
}
@media (max-width: 38em) {
  table.responsive-table tr:nth-child(even) {
    background: none;
  }
}
table.responsive-table td {
  vertical-align: middle;
}
@media (max-width: 38em) {
  table.responsive-table td {
    border: none;
    border-bottom: 1px solid #000;
    position: relative;
    padding: 10px 10px 10px 50%;
    text-align: left;
  }
}
@media (max-width: 38em) {
  table.responsive-table td:before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}

/*$light: 'HelveticaNeueW01-45Ligh', sans-serif;
$lightitalic: 'HelveticaNeueW01-46Ligh', sans-serif;
$roman: 'HelveticaNeueW02-55Roma', sans-serif;
$thin: 'HelveticaNeueW01-Thin', sans-serif;
$thinitalic: 'HelveticaNeueW01-ThinIt', sans-serif;
$ultralight: 'HelveticaNeueW01-UltLt', sans-serif;
$ultralightitalic: 'HelveticaNeueW01-UltLtI', sans-serif;
$italic: 'HelveticaNeueW01-56It', sans-serif;
$medium: 'HelveticaNeueW01-65Medi', sans-serif;
$mediumitalic: 'HelveticaNeueW01-66Medi', sans-serif;
$bold: 'HelveticaNeueW01-75Bold', sans-serif;
$bolditalic: 'HelveticaNeueW01-76Bold', sans-serif;
$heavy: 'HelveticaNeueW01-85Heav', sans-serif;
$blackfont: 'HelveticaNeueW01-95Blac', sans-serif;
$blackfontitalic: 'HelveticaNeueW01-BlackI', sans-serif;
$boldextended: 'HelveticaNeueW01-BdExt', sans-serif;
$boldextendeditalic: 'HelveticaNeueW01-BdExtO', sans-serif;*/
@font-face {
  font-family: "HelveticaNeue Light";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.eot?#iefix) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdltwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdltwebfont.svg#adobe_helveticaneueltstdltwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Roman";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/helveticaneueroman-helveticaneue.eot);
  src: url(/css/fonts/helveticaneueroman-helveticaneue.eot) format("embedded-opentype"), url(/css/fonts/helveticaneueroman-helveticaneue.woff) format("woff"), url("/css/fonts/helveticaneueromanhelveticaneue.ttf") format("truetype"), url("/css/fonts/helveticaneueromanhelveticaneue.svg#helveticaneueromanhelveticaneue") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Thin";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.eot) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdthwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdthwebfont.svg#adobe_helveticaneueltstdthwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Medium";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.eot) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdmdwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdmdwebfont.svg#adobe_helveticaneueltstdmdwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Bold";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/helvetica-neue-bold.eot);
  src: url(/css/fonts/helvetica-neue-bold.eot) format("embedded-opentype"), url(/css/fonts/helvetica-neue-bold.woff) format("woff"), url("/css/fonts/helvetica-neue-bold.ttf") format("truetype"), url("/css/fonts/helvetica-neue-bold.svg#HelveticaNeue-Bold") format("svg");
}
.ConfiguratorPage .products .tooltip-box, .ConfiguratorPage .gutters button img,
.ConfiguratorPage .products button img,
.ConfiguratorPage .customizations button img,
.ConfiguratorPage .accessories button img,
.ConfiguratorPage .types button img,
.ConfiguratorPage .styles button img, .resource-category .share, .OrderBrochuresPage .done, .pop-up, .add-location a, .segment .overlay, .segment, #banner input[type=text], #banner input[type=email], #banner input[type=password], #banner input[type=file], #banner input[type=number], #banner input[type=tel], #banner input[type=month], #banner input[type=search], input[type=text], input[type=email], input[type=password], input[type=file], input[type=number], input[type=tel], input[type=month], input[type=search], select, a[role=button], #content a[role=button], input[type=submit], button, .pseudo-button, .overlay {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(2px);
  }
  100% {
    -moz-transform: translateX(-2px);
  }
}
@-o-keyframes bounce {
  0% {
    -o-transform: translateX(0);
  }
  50% {
    -o-transform: translateX(2px);
  }
  100% {
    -o-transform: translateX(-2px);
  }
}
@keyframes bounce {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-2px);
  }
}
.main-wrapper {
  /*max-width: 960px;*/
  margin: auto;
}

img.responsive {
  max-width: 100%;
}

#content {
  position: relative;
  padding-top: 3em;
  padding-bottom: 4em;
}

table {
  max-width: 100%;
  width: 100%;
}

.readonly, input, select, textarea {
  background: #fff;
  border: 1px solid silver;
  border-radius: 0;
  color: #222;
  display: block;
  font-family: inherit;
  height: 2rem;
  margin-bottom: 1rem;
  padding: 0.25rem;
  width: 100%;
}

label, legend {
  display: block;
  margin-bottom: 1rem;
}

.btn-group, .input-group {
  border-collapse: separate;
  display: table;
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
}

.btn-group > *, .input-group > * {
  display: table-cell;
  margin-bottom: 0;
}

.input-group-addon.supplement {
  text-align: center;
}

#intro {
  margin-bottom: 1em;
  border-bottom: solid 1px #c9c9c9;
}

#map {
  height: 100%;
  width: 100%;
  background: #989898;
}
@media (max-width: 62em) {
  #map {
    height: 400px;
  }
}
@media (max-width: 48em) {
  #map {
    height: 300px;
  }
}
#map [aria-hidden=true] {
  display: block;
}

.action-sections {
  margin-top: 2em;
  margin-bottom: 4em;
  padding-top: 1em;
  border-top: solid 1px #c9c9c9;
}
.action-sections img {
  max-width: 100%;
  max-height: 343px;
}
.action-sections ul {
  list-style: none !important;
}
.action-sections li {
  padding: 1em 2em;
  border-right: solid 1px #c9c9c9;
  list-style-type: none;
}
.action-sections li:last-child {
  border-right: none;
}
.action-sections li > i {
  font-size: 5.5555555556em;
  color: #989898;
}
.action-sections h2 {
  margin-bottom: 1em;
}
.action-sections p {
  margin-top: 1em;
  margin-bottom: 0;
}

/*$light: 'HelveticaNeueW01-45Ligh', sans-serif;
$lightitalic: 'HelveticaNeueW01-46Ligh', sans-serif;
$roman: 'HelveticaNeueW02-55Roma', sans-serif;
$thin: 'HelveticaNeueW01-Thin', sans-serif;
$thinitalic: 'HelveticaNeueW01-ThinIt', sans-serif;
$ultralight: 'HelveticaNeueW01-UltLt', sans-serif;
$ultralightitalic: 'HelveticaNeueW01-UltLtI', sans-serif;
$italic: 'HelveticaNeueW01-56It', sans-serif;
$medium: 'HelveticaNeueW01-65Medi', sans-serif;
$mediumitalic: 'HelveticaNeueW01-66Medi', sans-serif;
$bold: 'HelveticaNeueW01-75Bold', sans-serif;
$bolditalic: 'HelveticaNeueW01-76Bold', sans-serif;
$heavy: 'HelveticaNeueW01-85Heav', sans-serif;
$blackfont: 'HelveticaNeueW01-95Blac', sans-serif;
$blackfontitalic: 'HelveticaNeueW01-BlackI', sans-serif;
$boldextended: 'HelveticaNeueW01-BdExt', sans-serif;
$boldextendeditalic: 'HelveticaNeueW01-BdExtO', sans-serif;*/
@font-face {
  font-family: "HelveticaNeue Light";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.eot?#iefix) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdltwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdltwebfont.svg#adobe_helveticaneueltstdltwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Roman";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/helveticaneueroman-helveticaneue.eot);
  src: url(/css/fonts/helveticaneueroman-helveticaneue.eot) format("embedded-opentype"), url(/css/fonts/helveticaneueroman-helveticaneue.woff) format("woff"), url("/css/fonts/helveticaneueromanhelveticaneue.ttf") format("truetype"), url("/css/fonts/helveticaneueromanhelveticaneue.svg#helveticaneueromanhelveticaneue") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Thin";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.eot) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdthwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdthwebfont.svg#adobe_helveticaneueltstdthwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Medium";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.eot) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdmdwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdmdwebfont.svg#adobe_helveticaneueltstdmdwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Bold";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/helvetica-neue-bold.eot);
  src: url(/css/fonts/helvetica-neue-bold.eot) format("embedded-opentype"), url(/css/fonts/helvetica-neue-bold.woff) format("woff"), url("/css/fonts/helvetica-neue-bold.ttf") format("truetype"), url("/css/fonts/helvetica-neue-bold.svg#HelveticaNeue-Bold") format("svg");
}
.ConfiguratorPage .products .tooltip-box, .ConfiguratorPage .gutters button img,
.ConfiguratorPage .products button img,
.ConfiguratorPage .customizations button img,
.ConfiguratorPage .accessories button img,
.ConfiguratorPage .types button img,
.ConfiguratorPage .styles button img, .resource-category .share, .OrderBrochuresPage .done, .pop-up, .add-location a, .segment .overlay, .segment, #banner input[type=text], #banner input[type=email], #banner input[type=password], #banner input[type=file], #banner input[type=number], #banner input[type=tel], #banner input[type=month], #banner input[type=search], input[type=text], input[type=email], input[type=password], input[type=file], input[type=number], input[type=tel], input[type=month], input[type=search], select, a[role=button], #content a[role=button], input[type=submit], button, .pseudo-button, .overlay {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(2px);
  }
  100% {
    -moz-transform: translateX(-2px);
  }
}
@-o-keyframes bounce {
  0% {
    -o-transform: translateX(0);
  }
  50% {
    -o-transform: translateX(2px);
  }
  100% {
    -o-transform: translateX(-2px);
  }
}
@keyframes bounce {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-2px);
  }
}
header.header-srs {
  position: relative;
  height: 87px;
  z-index: 102;
  background: white;
}
header.header-srs > .container-lg {
  height: 100%;
}
header.header-srs .header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header.header-srs .header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
header.header-srs .header-right .srs-header-dropdown,
header.header-srs .header-right .contact-link-position,
header.header-srs .header-right .header-search-button {
  display: none;
}
@media (min-width: 991px) {
  header.header-srs .header-right .srs-header-dropdown,
  header.header-srs .header-right .contact-link-position,
  header.header-srs .header-right .header-search-button {
    display: block;
  }
}
header.header-srs .header-right .wtb-mobile-link {
  display: block;
  margin-left: 30px;
  font-size: 2em;
  color: #24adae;
}
@media (min-width: 991px) {
  header.header-srs .header-right .wtb-mobile-link {
    display: none;
  }
}
header.header-srs .logo-header {
  display: inline-block;
  margin-bottom: 0;
  height: 100%;
  padding: 20px 0;
  line-height: 0;
}
header.header-srs .srs-logo {
  display: inline-block;
  width: 159px;
  height: 30px;
  vertical-align: middle;
}
header.header-srs a.header-search-button {
  margin-left: 30px;
  font-size: 1.3em;
  color: #000;
}
header.header-srs #country-node-wrapper {
  margin-left: 40px;
  font-size: 1.3em;
  display: none;
}
header.header-srs #country-node-wrapper button.country-description-block {
  background-color: transparent;
  border: 0;
  padding: 0;
  position: relative;
  width: auto;
  font-size: 11px;
  color: #000;
  cursor: pointer;
  text-align: left;
}
header.header-srs #country-node-wrapper button.country-description-block:after {
  display: none;
}
header.header-srs #country-node-wrapper button.country-description-block .fa-angle-down {
  font-size: 1.4em;
}
header.header-srs #country-node-wrapper button.country-description-block .flag {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  width: 36px;
  height: 19px;
}
header.header-srs #country-node-wrapper button.country-description-block .flag.en-us {
  background: url(/css/images/flags/United_States_of_America.png) no-repeat;
  background-size: 36px 19px;
}
header.header-srs #country-node-wrapper button.country-description-block .flag.fr-fr {
  background: url(/css/images/flags/France.png) no-repeat;
  background-size: 36px 19px;
}
header.header-srs #country-node-wrapper button.country-description-block .flag.en-au {
  background: url(/css/images/flags/Australia.png) no-repeat;
  background-size: 36px 19px;
}
header.header-srs #country-node-wrapper button.country-description-block .flag.es-es {
  background: url(/css/images/flags/Spain.png) no-repeat;
  background-size: 36px 19px;
}
header.header-srs #country-node-wrapper button.country-description-block .flag.en-eu {
  background: url(/css/images/flags/eu.png) no-repeat;
  background-size: 36px 19px;
}
@media (min-width: 480px) {
  header.header-srs #country-node-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
header.header-srs .contact-link-position {
  margin-left: 40px;
}
header.header-srs .contact-link-position a.contact-link {
  color: #000;
}
header.header-srs .srs-header-dropdown ul.dropdown-menu {
  border-radius: 0;
  border: 0;
  padding: 0;
  margin-top: -2px !important;
  -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.28);
}
header.header-srs .srs-header-dropdown ul.dropdown-menu li a.dropdown-item {
  padding: 6px 20px;
  background-color: #cdf0f0;
  color: #000;
  border-top: 1px solid #5e5e5e;
  position: relative;
}
header.header-srs .srs-header-dropdown ul.dropdown-menu li a.dropdown-item.hd-top-level {
  color: #fff;
  border-top: 1px solid #19595e;
  background-color: #206e74;
}
header.header-srs .srs-header-dropdown ul.dropdown-menu li a.dropdown-item .fa-arrow-right {
  margin-left: 20px;
}
header.header-srs .srs-header-dropdown ul.dropdown-menu li a.dropdown-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  height: 100%;
  width: 0;
  background-color: #000;
  mix-blend-mode: overlay;
  opacity: 0.4;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
header.header-srs .srs-header-dropdown ul.dropdown-menu li a.dropdown-item:hover:after, header.header-srs .srs-header-dropdown ul.dropdown-menu li a.dropdown-item:focus:after {
  width: 100%;
}
header.header-srs .srs-btn.dropdown-toggle {
  background-color: #24adae;
  color: #fff;
  text-transform: none;
  padding: 10px 20px;
  margin-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
header.header-srs .srs-btn.dropdown-toggle:after {
  display: none;
}
header.header-srs .srs-btn.dropdown-toggle span {
  display: block;
}
header.header-srs .srs-btn.dropdown-toggle span.srs-btn-label {
  margin-bottom: -2px;
}
header.header-srs .srs-btn.dropdown-toggle .fa-angle-down {
  margin-left: 20px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
header.header-srs .srs-btn.dropdown-toggle:hover, header.header-srs .srs-btn.dropdown-toggle:focus {
  background-color: #206e74;
}
header.header-srs .srs-btn.dropdown-toggle.show .fa-angle-down {
  transform: scaleY(-1);
}

.top-nav-section {
  display: none;
  z-index: 5;
  position: relative;
  background-color: #000;
  z-index: 101;
}
@media (min-width: 991px) {
  .top-nav-section {
    display: block;
  }
}

a.hamburger {
  display: block;
  margin: 0 0 0 30px;
  padding: 0;
  z-index: 10;
}
a.hamburger .hamburger-inner {
  background-color: #24adae;
}
a.hamburger .hamburger-inner:before, a.hamburger .hamburger-inner:after {
  background-color: #24adae;
}
@media (min-width: 991px) {
  a.hamburger {
    display: none;
  }
}

.search-dropdown {
  height: 0;
  opacity: 0;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 6;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.search-dropdown.search-open {
  height: 65px;
  opacity: 1;
  overflow: visible;
  background-color: #e7e7e7;
}

.box-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  height: 65px;
}
.box-search button.srs-btn {
  background-color: #24adae;
  margin: 0;
  color: #fff;
  border: 0;
  flex-shrink: 0;
  min-width: unset;
}
.box-search button.srs-btn:hover, .box-search button.srs-btn:focus {
  background-color: #206e74;
  color: #fff;
}
.box-search label {
  font-size: 1.1em;
  font-weight: 700;
  margin-right: 10px;
  margin-bottom: 0;
}
.box-search a.close-search {
  font-size: 1.4em;
  margin-left: 10px;
}
.box-search input.srs-input {
  border: 0.077em solid #d0d0d0;
  background-color: #fff;
  font-weight: 700;
  font-size: 0.8125em;
  padding: 0.769em;
  box-sizing: border-box;
  border-right: 0.077em solid #d0d0d0 !important;
  /*width: 78%;*/
  height: 45px;
  margin: 0 2% 0 0;
}

#cludo-search-form {
  position: relative;
}
#cludo-search-form ul.search_autocomplete {
  position: absolute;
  top: 65px;
  z-index: 500;
}
#cludo-search-form ul.search_autocomplete li {
  padding: 20px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#cludo-search-form ul.search_autocomplete li:hover, #cludo-search-form ul.search_autocomplete li:focus {
  background-color: #c9c9c9;
}

nav.srs-top-navigation {
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
nav.srs-top-navigation ul.top-level {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  height: 100%;
}
nav.srs-top-navigation ul.top-level > li {
  display: block;
  margin-right: 12px;
}
nav.srs-top-navigation ul.top-level > li .fa-angle-down {
  margin-left: 10px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
nav.srs-top-navigation ul.top-level > li > a {
  display: block;
  position: relative;
  height: 100%;
  padding: 14px 16px;
  font-weight: 500;
  font-size: 1em;
  text-decoration: none;
  text-transform: none;
  color: #fff;
}
nav.srs-top-navigation ul.top-level > li > a.btn {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
nav.srs-top-navigation ul.top-level > li > a.btn.show {
  background-color: #206e74;
}
nav.srs-top-navigation ul.top-level > li > a.btn.show .fa-angle-down {
  transform: scaleY(-1);
}
nav.srs-top-navigation ul.top-level > li > a.btn:focus:after, nav.srs-top-navigation ul.top-level > li > a.btn:hover:after {
  opacity: 1;
}
nav.srs-top-navigation ul.top-level > li > a:focus-visible, nav.srs-top-navigation ul.top-level > li > a:focus {
  /*border-radius: 0;
  box-shadow: none;*/
}
nav.srs-top-navigation ul.top-level > li > a:after {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  content: "";
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #206e74;
  margin: 0;
  border: 0;
}
nav.srs-top-navigation ul.top-level > li.current a:after {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  content: "";
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #206e74;
}
nav.srs-top-navigation a.wtb-button {
  padding: 10px 16px;
  color: #fff;
  background-color: #353535;
}
nav.srs-top-navigation a.wtb-button span[class*=fa] {
  margin-right: 10px;
  font-size: 0.9em;
  color: #e7bc51;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
nav.srs-top-navigation a.wtb-button:hover, nav.srs-top-navigation a.wtb-button:focus {
  background-color: #e7bc51;
  color: #000;
}
nav.srs-top-navigation a.wtb-button:hover span[class*=fa], nav.srs-top-navigation a.wtb-button:focus span[class*=fa] {
  transform: rotate(360deg);
  color: #000;
}
nav.srs-top-navigation .dropdown {
  position: static;
}
nav.srs-top-navigation .dropdown-menu {
  padding: 0;
  border-radius: 0;
  border: 0;
}
nav.srs-top-navigation .srs-meganav {
  background-color: #f3f3f3;
  margin-top: -2px !important;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
  border-top: 5px solid #206e74;
  padding-bottom: 30px;
}
nav.srs-top-navigation .srs-meganav h2.primary-meganav-title {
  font-family: HelveticaNeue Roman, sans-serif;
  font-size: 1.7em;
  line-height: 1.3em;
  text-transform: none;
  margin: 24px 0;
}
nav.srs-top-navigation .srs-meganav h2.primary-meganav-title span[class*=fa] {
  margin-left: 12px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
nav.srs-top-navigation .srs-meganav h2.primary-meganav-title:hover a, nav.srs-top-navigation .srs-meganav h2.primary-meganav-title:focus a {
  color: #206e74;
}
nav.srs-top-navigation .srs-meganav h2.primary-meganav-title:hover a span[class*=fa], nav.srs-top-navigation .srs-meganav h2.primary-meganav-title:focus a span[class*=fa] {
  color: #206e74;
  margin-left: 22px;
}
nav.srs-top-navigation .srs-meganav .meganav-content {
  height: 100%;
}
nav.srs-top-navigation .srs-meganav .meganav-content h2.meganav-title {
  font-family: HelveticaNeue Light, sans-serif;
  font-style: italic;
  font-size: 1.3em;
  line-height: 1.3em;
  text-transform: none;
  margin: 0 0 8px 0;
  padding-bottom: 2px;
  border-bottom: 4px solid #d8d8d8;
  color: #707070;
}
nav.srs-top-navigation .srs-meganav .meganav-content span[class*=fa] {
  margin-left: 5px;
  font-weight: 600;
  font-size: 1em;
  color: #24adae;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
nav.srs-top-navigation .srs-meganav .meganav-content .meganav-features {
  margin: 20px 0;
}
nav.srs-top-navigation .srs-meganav .meganav-content .meganav-features a.meganav-card {
  margin-bottom: 30px;
  display: block;
}
nav.srs-top-navigation .srs-meganav .meganav-content .meganav-features a.meganav-card h2.meganav-card-title {
  font-family: HelveticaNeue Roman, sans-serif;
  font-weight: 600;
  font-size: 1.1em;
  margin-top: 12px;
  margin-bottom: 12px;
  text-transform: none;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
nav.srs-top-navigation .srs-meganav .meganav-content .meganav-features a.meganav-card .srs-card .srs-card-image {
  padding-top: 76.68393%;
  border: 5px solid #d8d8d8;
  position: relative;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
nav.srs-top-navigation .srs-meganav .meganav-content .meganav-features a.meganav-card .srs-card .srs-card-image:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: rgb(36, 173, 174);
  mix-blend-mode: multiply;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}
nav.srs-top-navigation .srs-meganav .meganav-content .meganav-features a.meganav-card:hover h2.meganav-card-title, nav.srs-top-navigation .srs-meganav .meganav-content .meganav-features a.meganav-card:focus h2.meganav-card-title {
  color: #206e74;
}
nav.srs-top-navigation .srs-meganav .meganav-content .meganav-features a.meganav-card:hover .srs-card-image, nav.srs-top-navigation .srs-meganav .meganav-content .meganav-features a.meganav-card:focus .srs-card-image {
  border-color: #206e74;
}
nav.srs-top-navigation .srs-meganav .meganav-content .meganav-features a.meganav-card:hover .srs-card-image:after, nav.srs-top-navigation .srs-meganav .meganav-content .meganav-features a.meganav-card:focus .srs-card-image:after {
  z-index: 1;
  width: 100%;
  opacity: 0.1;
}
nav.srs-top-navigation .srs-meganav .meganav-content ul.meganav-link-list li a {
  display: block;
  position: relative;
  padding: 12px;
  font-family: HelveticaNeue Roman, sans-serif;
  font-weight: 600;
  font-size: 1.1em;
  border-bottom: 1px solid #d8d8d8;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
nav.srs-top-navigation .srs-meganav .meganav-content ul.meganav-link-list li a:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #206e74;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}
nav.srs-top-navigation .srs-meganav .meganav-content ul.meganav-link-list li a:hover, nav.srs-top-navigation .srs-meganav .meganav-content ul.meganav-link-list li a:focus {
  color: #fff;
}
nav.srs-top-navigation .srs-meganav .meganav-content ul.meganav-link-list li a:hover:after, nav.srs-top-navigation .srs-meganav .meganav-content ul.meganav-link-list li a:focus:after {
  z-index: -1;
  width: 100%;
  opacity: 1;
}

.mm-wrapper__blocker {
  background-color: transparent;
}

.mm-page {
  min-height: calc(var(--vh, 1vh) * 100);
}

.mm-menu {
  top: 78px;
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100 - 78px);
  background: #f3f3f3;
  border-color: #c9c9c9;
  --mm-listitem-size: 70px;
  --mm-color-text: #4c4c4c;
  --mm-color-icon: #4c4c4c;
}
.mm-menu .mm-navbars--top {
  background-color: #e3e4e6;
}
.mm-menu .mm-navbars--top .mm-navbar {
  height: 60px;
  text-transform: uppercase;
}
.mm-menu .mm-navbar {
  background-color: #828282;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  height: 30px;
  text-transform: uppercase;
}
.mm-menu .mm-navbar a.mm-navbar__btn {
  --mm-color-icon: #fff;
}
.mm-menu #cludo-search-form {
  padding: 20px;
}
.mm-menu #cludo-search-form input.srs-input {
  height: auto;
}
.mm-menu .mm-listitem {
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  color: #383e41;
}
.mm-menu .mm-listitem:after {
  left: 0;
}
.mm-menu .mm-listitem .mm-listitem__btn {
  border-left: 0;
}
.mm-menu .mm-listitem .mm-btn--next:after {
  width: 16px;
  height: 16px;
  border-width: 4px;
}
.mm-menu .mm-listitem.highlight-link {
  background-color: #24adae;
  color: #fff;
  --mm-color-icon: #fff;
}
.mm-menu .mm-searchfield {
  height: 80px;
}
.mm-menu .mm-searchfield input {
  height: 50%;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 0;
  border: 1px solid #c9c9c9;
}
.mm-menu .search_autocomplete {
  display: none;
}
.mm-menu .box-search {
  width: 100%;
}
.mm-menu .box-search label[for=txtNavSearch] {
  font-size: 0.9em;
}

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
  .mm-menu {
    height: calc(var(--vh, 1vh) * 100 - 108px);
  }
}
/*$light: 'HelveticaNeueW01-45Ligh', sans-serif;
$lightitalic: 'HelveticaNeueW01-46Ligh', sans-serif;
$roman: 'HelveticaNeueW02-55Roma', sans-serif;
$thin: 'HelveticaNeueW01-Thin', sans-serif;
$thinitalic: 'HelveticaNeueW01-ThinIt', sans-serif;
$ultralight: 'HelveticaNeueW01-UltLt', sans-serif;
$ultralightitalic: 'HelveticaNeueW01-UltLtI', sans-serif;
$italic: 'HelveticaNeueW01-56It', sans-serif;
$medium: 'HelveticaNeueW01-65Medi', sans-serif;
$mediumitalic: 'HelveticaNeueW01-66Medi', sans-serif;
$bold: 'HelveticaNeueW01-75Bold', sans-serif;
$bolditalic: 'HelveticaNeueW01-76Bold', sans-serif;
$heavy: 'HelveticaNeueW01-85Heav', sans-serif;
$blackfont: 'HelveticaNeueW01-95Blac', sans-serif;
$blackfontitalic: 'HelveticaNeueW01-BlackI', sans-serif;
$boldextended: 'HelveticaNeueW01-BdExt', sans-serif;
$boldextendeditalic: 'HelveticaNeueW01-BdExtO', sans-serif;*/
@font-face {
  font-family: "HelveticaNeue Light";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.eot?#iefix) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdltwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdltwebfont.svg#adobe_helveticaneueltstdltwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Roman";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/helveticaneueroman-helveticaneue.eot);
  src: url(/css/fonts/helveticaneueroman-helveticaneue.eot) format("embedded-opentype"), url(/css/fonts/helveticaneueroman-helveticaneue.woff) format("woff"), url("/css/fonts/helveticaneueromanhelveticaneue.ttf") format("truetype"), url("/css/fonts/helveticaneueromanhelveticaneue.svg#helveticaneueromanhelveticaneue") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Thin";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.eot) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdthwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdthwebfont.svg#adobe_helveticaneueltstdthwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Medium";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.eot) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdmdwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdmdwebfont.svg#adobe_helveticaneueltstdmdwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Bold";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/helvetica-neue-bold.eot);
  src: url(/css/fonts/helvetica-neue-bold.eot) format("embedded-opentype"), url(/css/fonts/helvetica-neue-bold.woff) format("woff"), url("/css/fonts/helvetica-neue-bold.ttf") format("truetype"), url("/css/fonts/helvetica-neue-bold.svg#HelveticaNeue-Bold") format("svg");
}
.ConfiguratorPage .products .tooltip-box, .ConfiguratorPage .gutters button img,
.ConfiguratorPage .products button img,
.ConfiguratorPage .customizations button img,
.ConfiguratorPage .accessories button img,
.ConfiguratorPage .types button img,
.ConfiguratorPage .styles button img, .resource-category .share, .OrderBrochuresPage .done, .pop-up, .add-location a, .segment .overlay, .segment, #banner input[type=text], #banner input[type=email], #banner input[type=password], #banner input[type=file], #banner input[type=number], #banner input[type=tel], #banner input[type=month], #banner input[type=search], input[type=text], input[type=email], input[type=password], input[type=file], input[type=number], input[type=tel], input[type=month], input[type=search], select, a[role=button], #content a[role=button], input[type=submit], button, .pseudo-button, .overlay {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(2px);
  }
  100% {
    -moz-transform: translateX(-2px);
  }
}
@-o-keyframes bounce {
  0% {
    -o-transform: translateX(0);
  }
  50% {
    -o-transform: translateX(2px);
  }
  100% {
    -o-transform: translateX(-2px);
  }
}
@keyframes bounce {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-2px);
  }
}
footer[role=contentinfo] {
  font-size: 0.8888888889em;
  position: static;
  z-index: 1;
  color: #c9c9c9;
}
@media (max-width: 37.5em) {
  footer[role=contentinfo] {
    text-align: center;
  }
}
footer[role=contentinfo] .container {
  max-width: 1200px;
}
footer[role=contentinfo] .overlay {
  padding: 90px 0 1em;
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 37.5em) {
  footer[role=contentinfo] .overlay {
    padding-top: 30px;
  }
}
footer[role=contentinfo] .footer-logo {
  margin-bottom: 1.875em;
}
footer[role=contentinfo] h1 {
  line-height: normal;
  font-size: 1em;
  text-align: left;
  margin-bottom: 1.875em;
}
@media (max-width: 48em) {
  footer[role=contentinfo] h1 {
    text-align: center;
  }
}
footer[role=contentinfo] h2 {
  font-size: 1.125em;
}
@media (max-width: 48em) {
  footer[role=contentinfo] h2 {
    font-size: 1em;
  }
}
footer[role=contentinfo] h2 label {
  color: #c9c9c9;
}
footer[role=contentinfo] a.logo {
  width: 235px;
  max-width: 100%;
  height: 44px;
  margin: auto;
  background: transparent url(images/logo-white.png) no-repeat top left;
  background-size: 100%;
  display: block;
  text-indent: -10000px;
}
@media (min-width: 576px) {
  footer[role=contentinfo] a.logo {
    margin: 0;
  }
}
footer[role=contentinfo] p {
  line-height: 1.6em;
}
footer[role=contentinfo] p span {
  display: block;
}
footer[role=contentinfo] a {
  color: white;
}
footer[role=contentinfo] a:hover {
  color: #5bdcdd;
}
footer[role=contentinfo] a[role=button] {
  margin-top: 1em;
  background: none;
  border: solid 1px white;
}
footer[role=contentinfo] a[role=button]:hover {
  color: #e7bc51;
  border: solid 1px #e7bc51;
}
footer[role=contentinfo] label {
  color: white;
}
footer[role=contentinfo] label i {
  font-size: 1.8em;
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
footer[role=contentinfo] label span {
  display: inline-block;
  width: calc(70% - 32px);
  border: solid 1px white;
  padding: 0.2em 10px;
}
@media (max-width: 62em) {
  footer[role=contentinfo] label span {
    width: calc(100% - 35px);
  }
}
@media (max-width: 48em) {
  footer[role=contentinfo] label span {
    width: calc(100% - 45px);
  }
}
footer[role=contentinfo] .site-info {
  margin: 2em 0 0;
  font-size: 14px;
  line-height: 1.6em;
}
@media (max-width: 48em) {
  footer[role=contentinfo] .site-info {
    font-size: 14px;
  }
}
footer[role=contentinfo] .site-info p {
  margin: 0;
}
footer[role=contentinfo] .vcard {
  padding-bottom: 2em;
}

.footer-nav > li {
  line-height: 1.8em;
  padding-top: 21px;
}
@media (max-width: 37.5em) {
  .footer-nav ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
}

@media (max-width: 37.5em) {
  .mobile-toggle:checked ~ ul {
    max-height: 500px;
  }
}

.fluidra-brand {
  padding-bottom: 30px;
}
.fluidra-brand h3.fluidra-title {
  font-family: HelveticaNeue Medium, sans-serif;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.banner-body {
  min-height: 60vh;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 48em) {
  .banner-body {
    min-height: 0;
  }
}
.banner-body .container {
  position: relative;
}

#banner {
  color: white;
  position: relative;
  width: 100%;
  height: 65vh;
  margin-top: -1px;
  overflow: hidden;
}
#banner .dropdown {
  text-align: center;
}
#banner .dropdown .dropdown-item a {
  display: block;
}
#banner .dropdown.error-dropdown {
  padding: 20px 0;
}
@media (max-width: 48em) {
  #banner {
    height: 350px;
  }
}
#banner .overlay {
  padding-top: 20vh;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 48em) {
  #banner .overlay {
    padding-top: 60px;
  }
}
#banner .overlay.accessibility {
  background: rgba(224, 127, 72, 0.5);
}
#banner .overlay.diving {
  background: rgba(36, 173, 174, 0.5);
}
#banner .overlay.games {
  background: rgba(112, 99, 158, 0.5);
}
#banner .overlay.rails {
  background: rgba(231, 188, 81, 0.5);
}
#banner .overlay.chairs {
  background: rgba(191, 67, 49, 0.5);
}
#banner .overlay.features {
  background: rgba(69, 158, 104, 0.5);
}
#banner .overlay.slides {
  background: rgba(0, 161, 203, 0.5);
}
#banner .overlay.platforms {
  background: rgba(0, 147, 165, 0.5);
}
#banner .overlay.reels {
  background: rgba(178, 137, 20, 0.5);
}
#banner .container {
  max-width: 1200px;
}
#banner h1 {
  margin-bottom: 0;
}
@media (max-width: 37.5em) {
  #banner form {
    margin-top: 1em;
  }
}
#banner input[type=text], #banner input[type=email], #banner input[type=password], #banner input[type=file], #banner input[type=number], #banner input[type=tel], #banner input[type=month], #banner input[type=search] {
  border: solid 1px white;
  background: transparent;
  color: white;
}
#banner input[type=text]:focus, #banner input[type=email]:focus, #banner input[type=password]:focus, #banner input[type=file]:focus, #banner input[type=number]:focus, #banner input[type=tel]:focus, #banner input[type=month]:focus, #banner input[type=search]:focus {
  color: white;
  outline: solid 1px #e7bc51;
}
#banner.breadcrumb, #banner .breadcrumb {
  position: relative;
  height: auto;
  background: #c9c9c9;
  z-index: 10;
  font-size: 14px;
  color: #989898;
  overflow: visible;
}
#banner.breadcrumb span, #banner .breadcrumb span {
  display: inline-block;
  position: relative;
}
#banner.breadcrumb .container, #banner .breadcrumb .container {
  max-width: 960px;
}
#banner.breadcrumb a, #banner .breadcrumb a {
  color: #989898;
}
#banner.breadcrumb a:hover, #banner .breadcrumb a:hover {
  color: white;
}
#banner .breadcrumb {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
}
#banner .share {
  position: absolute;
  right: 50px;
  bottom: 2em;
  font-size: 14px;
}
@media (max-width: 48em) {
  #banner .share {
    bottom: 4em;
    right: auto;
    left: calc(50% - 47px);
  }
}
#banner .share span {
  position: relative;
  display: inline-block;
}
#banner .share span:after {
  content: "";
  display: block;
  height: 1px;
  width: 25px;
  position: absolute;
  right: -32px;
  top: 16px;
  background: white;
}
@media (max-width: 48em) {
  #banner .share span:after {
    content: none;
  }
}
#banner .share li {
  display: inline-block;
  font-size: 1.5714285714em;
}
#banner .share a {
  display: block;
  color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: solid 1px white;
  position: relative;
}
@media (max-width: 48em) {
  #banner .share a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 0.8em;
  }
}
#banner .share a:hover {
  color: #c9c9c9;
  border-color: #c9c9c9;
}
#banner.PDC-banner video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
}
#banner.PDC-banner.hasVideoBanner {
  height: 80vh;
}
@media (max-width: 48em) {
  #banner.PDC-banner.hasVideoBanner {
    height: 265px;
  }
}
#banner.contact-banner {
  text-align: center;
  height: auto;
}
#banner.contact-banner img {
  max-width: 100%;
}

.banner-text {
  position: relative;
  max-width: 615px;
}
.banner-text h1 {
  text-align: left;
  line-height: 1em;
}
.banner-text span {
  display: block;
}
.banner-text .top {
  text-transform: lowercase;
}
.banner-text .bottom {
  font-family: "HelveticaNeue Medium", sans-serif, sans-serif;
}
.banner-text p {
  font-family: "HelveticaNeue Light", sans-serif, sans-serif;
  font-size: 1.3333333333em;
}

.sub-nav {
  text-align: center;
  font-size: 16px;
  line-height: 1.3em;
}
@media (max-width: 48em) {
  .sub-nav {
    font-size: 14px;
  }
}
.sub-nav a {
  color: white;
}
.sub-nav a i {
  color: #24adae;
  display: block;
}
.sub-nav li {
  margin-bottom: 1em;
}
@media (max-width: 48em) {
  .sub-nav li {
    float: none;
    display: inline-block;
    width: auto;
  }
}

/*$light: 'HelveticaNeueW01-45Ligh', sans-serif;
$lightitalic: 'HelveticaNeueW01-46Ligh', sans-serif;
$roman: 'HelveticaNeueW02-55Roma', sans-serif;
$thin: 'HelveticaNeueW01-Thin', sans-serif;
$thinitalic: 'HelveticaNeueW01-ThinIt', sans-serif;
$ultralight: 'HelveticaNeueW01-UltLt', sans-serif;
$ultralightitalic: 'HelveticaNeueW01-UltLtI', sans-serif;
$italic: 'HelveticaNeueW01-56It', sans-serif;
$medium: 'HelveticaNeueW01-65Medi', sans-serif;
$mediumitalic: 'HelveticaNeueW01-66Medi', sans-serif;
$bold: 'HelveticaNeueW01-75Bold', sans-serif;
$bolditalic: 'HelveticaNeueW01-76Bold', sans-serif;
$heavy: 'HelveticaNeueW01-85Heav', sans-serif;
$blackfont: 'HelveticaNeueW01-95Blac', sans-serif;
$blackfontitalic: 'HelveticaNeueW01-BlackI', sans-serif;
$boldextended: 'HelveticaNeueW01-BdExt', sans-serif;
$boldextendeditalic: 'HelveticaNeueW01-BdExtO', sans-serif;*/
@font-face {
  font-family: "HelveticaNeue Light";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.eot?#iefix) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdltwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdltwebfont.svg#adobe_helveticaneueltstdltwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Roman";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/helveticaneueroman-helveticaneue.eot);
  src: url(/css/fonts/helveticaneueroman-helveticaneue.eot) format("embedded-opentype"), url(/css/fonts/helveticaneueroman-helveticaneue.woff) format("woff"), url("/css/fonts/helveticaneueromanhelveticaneue.ttf") format("truetype"), url("/css/fonts/helveticaneueromanhelveticaneue.svg#helveticaneueromanhelveticaneue") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Thin";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.eot) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdthwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdthwebfont.svg#adobe_helveticaneueltstdthwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Medium";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.eot) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdmdwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdmdwebfont.svg#adobe_helveticaneueltstdmdwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Bold";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/helvetica-neue-bold.eot);
  src: url(/css/fonts/helvetica-neue-bold.eot) format("embedded-opentype"), url(/css/fonts/helvetica-neue-bold.woff) format("woff"), url("/css/fonts/helvetica-neue-bold.ttf") format("truetype"), url("/css/fonts/helvetica-neue-bold.svg#HelveticaNeue-Bold") format("svg");
}
.ConfiguratorPage .products .tooltip-box, .ConfiguratorPage .gutters button img,
.ConfiguratorPage .products button img,
.ConfiguratorPage .customizations button img,
.ConfiguratorPage .accessories button img,
.ConfiguratorPage .types button img,
.ConfiguratorPage .styles button img, .resource-category .share, .OrderBrochuresPage .done, .pop-up, .add-location a, .segment .overlay, .segment, input[type=text], input[type=email], input[type=password], input[type=file], input[type=number], input[type=tel], input[type=month], input[type=search], select, a[role=button], #content a[role=button], input[type=submit], button, .pseudo-button, .overlay, #banner input[type=text], #banner input[type=email], #banner input[type=password], #banner input[type=file], #banner input[type=number], #banner input[type=tel], #banner input[type=month], #banner input[type=search] {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(2px);
  }
  100% {
    -moz-transform: translateX(-2px);
  }
}
@-o-keyframes bounce {
  0% {
    -o-transform: translateX(0);
  }
  50% {
    -o-transform: translateX(2px);
  }
  100% {
    -o-transform: translateX(-2px);
  }
}
@keyframes bounce {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-2px);
  }
}
.lang-menu {
  position: absolute;
  height: 0;
  top: 21px;
  width: 100%;
  overflow: hidden;
  z-index: 999;
  background: white;
  color: black;
  /*@include transition;*/
  /*&.fixed-nav {
      position: fixed;
  }*/
}
#langToggle:checked + .lang-menu {
  /*height: 56px;*/
  /*padding: 15px;*/
  overflow: visible;
  /*margin-left: -63px;
  margin-top: 21px;
  position: absolute;*/
  /*@include media(48) {
      height: 56px;
  }*/
}
.lang-menu label {
  font-weight: 500;
  text-transform: none;
}
.lang-menu h2 {
  font-family: "HelveticaNeue Light", sans-serif, sans-serif;
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.lang-menu p {
  line-height: 1.1em;
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 48em) {
  .lang-menu p {
    margin-bottom: 1em;
  }
}
.lang-menu a {
  color: white;
}
@media (max-width: 71em) {
  .lang-menu {
    top: 55px;
  }
}
@media (max-width: 62em) {
  .lang-menu {
    top: 50px;
  }
}
@media (max-width: 48em) {
  .lang-menu {
    top: 30px;
  }
}

.policy {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 305px);
}
@media (max-width: 48em) {
  .policy {
    display: block;
    width: 100%;
  }
}

.langs {
  position: relative;
  right: 179px;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  width: 100%;
  text-align: right;
  font-size: 16px;
  /*@include media(48) {
      display: block;
      width: 100%;
  }*/
}
.langs form, .langs select {
  display: inline-block;
  width: auto;
}
.langs form {
  /*@include media(48) {
      width: calc(100% - 32px);
  }*/
}
.langs select {
  height: auto;
  min-width: 185px;
  padding: 0;
  margin-bottom: 0;
  color: #000;
  background-color: white;
  overflow: hidden;
  background-image: none;
  /*@include icon-caret-down(#ffffff, 10, 20);*/
  /*@include media(48) {
      width: 100%;
  }*/
}
.langs select:focus {
  outline: none;
}
.langs option {
  line-height: 1.5em;
  padding: 6px;
}
.langs option:hover {
  background-color: #ccc;
}
.langs label {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
  margin: 0 0 0 20px;
  font-size: 2em;
  line-height: 1.6em;
  border-left: solid 1px #fafafa;
  color: #fafafa;
  /*@include media(62) {
      padding: 0 0 0 10px;
      margin: 0 0 0 10px;
      font-size: 1em;
  }
  @include media(48) {
      position: absolute;
      top: 8px;
      right: 8px;
      border-left: none;
  }*/
}
.langs label[for=langSelect] {
  padding: 0;
  margin: 0;
  border-left: none;
  cursor: default;
  /*@include media(62) {
      padding: 0;
      margin: 0;
      font-size: 1.5em;
  }
  @include media(48) {
      position: relative;
      top: auto;
      right: auto;
  }*/
}
@media (max-width: 80em) {
  .langs {
    right: 29px;
  }
}
@media (max-width: 62em) {
  .langs {
    margin-top: 0;
  }
}
@media (max-width: 48em) {
  .langs {
    margin-top: 0;
    right: 214px;
  }
}
@media (max-width: 24em) {
  .langs {
    right: 0;
  }
}
.langs.footer-langs {
  position: absolute;
  left: 37px;
  width: 258px;
  top: 100%;
}
.langs.footer-langs select#langSelectFooter {
  min-width: 258px;
}

select#langSelect option:checked {
  background-color: #e7bc51 !important;
  color: #000 !important;
}

.row.relative {
  position: relative;
}

.gridview .row {
  margin-bottom: 1em;
}
.gridview figure {
  position: relative;
  margin-bottom: 1em;
}
.gridview figcaption {
  display: block;
  position: absolute;
  top: 0;
  width: 100px;
  padding-top: 1em;
  font-size: 12px;
  line-height: 1.3em;
  font-style: italic;
  color: #c9c9c9;
  border-top: solid 1px #c9c9c9;
}
@media (max-width: 75em) {
  .gridview figcaption {
    position: relative;
    margin-top: 0.25em;
    padding-top: 0.5em;
    margin-bottom: 1.5em;
    width: 100%;
  }
}
.gridview .one-column figcaption {
  left: -110px;
}
@media (max-width: 75em) {
  .gridview .one-column figcaption {
    left: auto;
  }
}
.gridview .image-right figcaption {
  right: -110px;
}
@media (max-width: 75em) {
  .gridview .image-right figcaption {
    right: auto;
  }
}
.gridview .image-right div:nth-of-type(1) {
  padding-top: 1em;
  padding-right: 3%;
}
.gridview .image-left figcaption {
  left: -110px;
}
@media (max-width: 75em) {
  .gridview .image-left figcaption {
    left: auto;
  }
}
.gridview .image-left div:nth-of-type(2) {
  padding-top: 1em;
  padding-left: 3%;
}

.register-flyout {
  position: fixed;
  bottom: 0;
  height: 0;
  padding: 0 15px;
  width: 100%;
  overflow: hidden;
  z-index: 999;
  background: rgba(152, 152, 152, 0.9);
  color: white;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.register-flyout .container {
  max-width: 1200px;
}
#registerToggle:checked + .register-flyout {
  height: 70px;
  padding: 7px;
  overflow: visible;
}
@media (max-width: 48em) {
  #registerToggle:checked + .register-flyout {
    height: 140px;
  }
}
.register-flyout h2 {
  font-family: "HelveticaNeue Light", sans-serif, sans-serif;
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.register-flyout p {
  font-size: 16px;
  line-height: 1.1em;
  margin-bottom: 0;
}
@media (max-width: 48em) {
  .register-flyout p {
    margin-bottom: 1em;
  }
}
.register-flyout a {
  color: white;
}
.register-flyout label {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
  margin: 0 0 0 20px;
  font-size: 2em;
  line-height: 1.6em;
  border-left: solid 1px #fafafa;
  color: #fafafa;
}
@media (max-width: 62em) {
  .register-flyout label {
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    font-size: 1em;
  }
}
@media (max-width: 48em) {
  .register-flyout label {
    position: absolute;
    top: 8px;
    right: 8px;
    border-left: none;
  }
}
@media (max-width: 37.5em) {
  .register-flyout a[role=button] {
    width: 100%;
  }
}

.policy {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 376px);
}
@media (max-width: 48em) {
  .policy {
    display: block;
    width: 100%;
  }
}

/*$light: 'HelveticaNeueW01-45Ligh', sans-serif;
$lightitalic: 'HelveticaNeueW01-46Ligh', sans-serif;
$roman: 'HelveticaNeueW02-55Roma', sans-serif;
$thin: 'HelveticaNeueW01-Thin', sans-serif;
$thinitalic: 'HelveticaNeueW01-ThinIt', sans-serif;
$ultralight: 'HelveticaNeueW01-UltLt', sans-serif;
$ultralightitalic: 'HelveticaNeueW01-UltLtI', sans-serif;
$italic: 'HelveticaNeueW01-56It', sans-serif;
$medium: 'HelveticaNeueW01-65Medi', sans-serif;
$mediumitalic: 'HelveticaNeueW01-66Medi', sans-serif;
$bold: 'HelveticaNeueW01-75Bold', sans-serif;
$bolditalic: 'HelveticaNeueW01-76Bold', sans-serif;
$heavy: 'HelveticaNeueW01-85Heav', sans-serif;
$blackfont: 'HelveticaNeueW01-95Blac', sans-serif;
$blackfontitalic: 'HelveticaNeueW01-BlackI', sans-serif;
$boldextended: 'HelveticaNeueW01-BdExt', sans-serif;
$boldextendeditalic: 'HelveticaNeueW01-BdExtO', sans-serif;*/
@font-face {
  font-family: "HelveticaNeue Light";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.eot?#iefix) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdltwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdltwebfont.svg#adobe_helveticaneueltstdltwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Roman";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/helveticaneueroman-helveticaneue.eot);
  src: url(/css/fonts/helveticaneueroman-helveticaneue.eot) format("embedded-opentype"), url(/css/fonts/helveticaneueroman-helveticaneue.woff) format("woff"), url("/css/fonts/helveticaneueromanhelveticaneue.ttf") format("truetype"), url("/css/fonts/helveticaneueromanhelveticaneue.svg#helveticaneueromanhelveticaneue") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Thin";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.eot) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdthwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdthwebfont.svg#adobe_helveticaneueltstdthwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Medium";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.eot) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdmdwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdmdwebfont.svg#adobe_helveticaneueltstdmdwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Bold";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/helvetica-neue-bold.eot);
  src: url(/css/fonts/helvetica-neue-bold.eot) format("embedded-opentype"), url(/css/fonts/helvetica-neue-bold.woff) format("woff"), url("/css/fonts/helvetica-neue-bold.ttf") format("truetype"), url("/css/fonts/helvetica-neue-bold.svg#HelveticaNeue-Bold") format("svg");
}
.ConfiguratorPage .products .tooltip-box, .ConfiguratorPage .gutters button img,
.ConfiguratorPage .products button img,
.ConfiguratorPage .customizations button img,
.ConfiguratorPage .accessories button img,
.ConfiguratorPage .types button img,
.ConfiguratorPage .styles button img, .resource-category .share, .OrderBrochuresPage .done, .pop-up, .add-location a, .segment .overlay, .segment, input[type=text], input[type=email], input[type=password], input[type=file], input[type=number], input[type=tel], input[type=month], input[type=search], select, a[role=button], #content a[role=button], input[type=submit], button, .pseudo-button, .overlay, #banner input[type=text], #banner input[type=email], #banner input[type=password], #banner input[type=file], #banner input[type=number], #banner input[type=tel], #banner input[type=month], #banner input[type=search] {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(2px);
  }
  100% {
    -moz-transform: translateX(-2px);
  }
}
@-o-keyframes bounce {
  0% {
    -o-transform: translateX(0);
  }
  50% {
    -o-transform: translateX(2px);
  }
  100% {
    -o-transform: translateX(-2px);
  }
}
@keyframes bounce {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-2px);
  }
}
.umbraco-forms-form legend, .umbraco-forms-form label {
  display: inline-block;
  font-family: "HelveticaNeue Bold", sans-serif;
  line-height: 1em;
  margin-bottom: 0.5em;
}
.umbraco-forms-form legend {
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #c9c9c9;
  margin: 30px 0;
}
.umbraco-forms-form label {
  margin-top: 3px;
}
.umbraco-forms-form input[type=submit] {
  height: 3rem;
  line-height: 1;
  font-family: "HelveticaNeue Bold", sans-serif;
}
.umbraco-forms-form input[type=file] {
  line-height: 1;
  font-family: "HelveticaNeue Bold", sans-serif;
  color: white;
  background: #c9c9c9;
  display: inline-block;
  padding: 0.7em 25px;
}
.umbraco-forms-form .umbracoForms-Indicator, .umbraco-forms-form .field-validation-error {
  color: red;
}
.umbraco-forms-form .checkbox input[type=checkbox], .umbraco-forms-form .checkboxlist input[type=checkbox] {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 5px;
  height: 18px;
  width: 18px;
  float: left;
}
.umbraco-forms-form .checkbox span:before, .umbraco-forms-form .checkboxlist span:before {
  display: none;
}
.umbraco-forms-form .checkboxlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.umbraco-forms-form .checkboxlist .checkboxItem {
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
}
.umbraco-forms-form .checkboxlist .checkboxItem label {
  margin: 0;
}

.informativepopup .umbraco-forms-label, .informativepopup .form-info-popup {
  display: none;
}

.form-check {
  margin: 16px 0;
}

.umbraco-forms-navigation input[type=submit] {
  max-width: 220px;
}

/*$light: 'HelveticaNeueW01-45Ligh', sans-serif;
$lightitalic: 'HelveticaNeueW01-46Ligh', sans-serif;
$roman: 'HelveticaNeueW02-55Roma', sans-serif;
$thin: 'HelveticaNeueW01-Thin', sans-serif;
$thinitalic: 'HelveticaNeueW01-ThinIt', sans-serif;
$ultralight: 'HelveticaNeueW01-UltLt', sans-serif;
$ultralightitalic: 'HelveticaNeueW01-UltLtI', sans-serif;
$italic: 'HelveticaNeueW01-56It', sans-serif;
$medium: 'HelveticaNeueW01-65Medi', sans-serif;
$mediumitalic: 'HelveticaNeueW01-66Medi', sans-serif;
$bold: 'HelveticaNeueW01-75Bold', sans-serif;
$bolditalic: 'HelveticaNeueW01-76Bold', sans-serif;
$heavy: 'HelveticaNeueW01-85Heav', sans-serif;
$blackfont: 'HelveticaNeueW01-95Blac', sans-serif;
$blackfontitalic: 'HelveticaNeueW01-BlackI', sans-serif;
$boldextended: 'HelveticaNeueW01-BdExt', sans-serif;
$boldextendeditalic: 'HelveticaNeueW01-BdExtO', sans-serif;*/
@font-face {
  font-family: "HelveticaNeue Light";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.eot?#iefix) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdltwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdltwebfont.svg#adobe_helveticaneueltstdltwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Roman";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/helveticaneueroman-helveticaneue.eot);
  src: url(/css/fonts/helveticaneueroman-helveticaneue.eot) format("embedded-opentype"), url(/css/fonts/helveticaneueroman-helveticaneue.woff) format("woff"), url("/css/fonts/helveticaneueromanhelveticaneue.ttf") format("truetype"), url("/css/fonts/helveticaneueromanhelveticaneue.svg#helveticaneueromanhelveticaneue") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Thin";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.eot) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdthwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdthwebfont.svg#adobe_helveticaneueltstdthwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Medium";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.eot) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdmdwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdmdwebfont.svg#adobe_helveticaneueltstdmdwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Bold";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/helvetica-neue-bold.eot);
  src: url(/css/fonts/helvetica-neue-bold.eot) format("embedded-opentype"), url(/css/fonts/helvetica-neue-bold.woff) format("woff"), url("/css/fonts/helvetica-neue-bold.ttf") format("truetype"), url("/css/fonts/helvetica-neue-bold.svg#HelveticaNeue-Bold") format("svg");
}
.ConfiguratorPage .products .tooltip-box, .ConfiguratorPage .gutters button img,
.ConfiguratorPage .products button img,
.ConfiguratorPage .customizations button img,
.ConfiguratorPage .accessories button img,
.ConfiguratorPage .types button img,
.ConfiguratorPage .styles button img, .resource-category .share, .OrderBrochuresPage .done, .pop-up, .add-location a, .segment .overlay, .segment, input[type=text], input[type=email], input[type=password], input[type=file], input[type=number], input[type=tel], input[type=month], input[type=search], select, a[role=button], #content a[role=button], input[type=submit], button, .pseudo-button, .overlay, #banner input[type=text], #banner input[type=email], #banner input[type=password], #banner input[type=file], #banner input[type=number], #banner input[type=tel], #banner input[type=month], #banner input[type=search] {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(2px);
  }
  100% {
    -moz-transform: translateX(-2px);
  }
}
@-o-keyframes bounce {
  0% {
    -o-transform: translateX(0);
  }
  50% {
    -o-transform: translateX(2px);
  }
  100% {
    -o-transform: translateX(-2px);
  }
}
@keyframes bounce {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-2px);
  }
}
.post-list {
  margin-top: 2em;
}
.post-list li {
  margin-bottom: 2em;
}
@media (max-width: 37.5em) {
  .post-list li {
    padding-bottom: 1em;
    border-bottom: solid 1px #e7e7e7;
  }
}
.post-list time {
  display: block;
  margin-top: -0.5em;
  width: 100%;
  font-size: 0.7777777778em;
  text-transform: uppercase;
  border-top: solid 1px #c9c9c9;
  color: #989898;
}
.post-list img {
  margin-bottom: 1em;
}
.post-list .more {
  font-size: 14px;
  text-transform: uppercase;
}

.pagination {
  border-top: solid 1px #c9c9c9;
}
.pagination span {
  display: inline-block;
  width: 50%;
  margin-right: -0.25em;
  font-size: 0.8em;
  text-align: center;
}
.pagination span:first-child {
  margin-left: 25%;
}
.pagination .newer-posts,
.pagination .older-posts {
  display: inline-block;
  width: 25%;
  margin-right: -0.25em;
}
.pagination .older-posts {
  text-align: right;
}

.ArticulatePost #banner .container {
  max-width: 1300px;
}
.ArticulatePost #banner p {
  text-transform: uppercase;
}
.ArticulatePost .hasRightImage {
  width: 75%;
  float: left;
}
@media (max-width: 48em) {
  .ArticulatePost .hasRightImage {
    width: 100%;
    float: none;
  }
}
.ArticulatePost .adRightSide {
  width: 20%;
  float: left;
  padding-left: 5%;
}
@media (max-width: 48em) {
  .ArticulatePost .adRightSide {
    display: none;
  }
}

.post-footer {
  font-size: 14px;
  text-transform: uppercase;
  border-top: solid 1px #c9c9c9;
  color: #989898;
}

.blogRssContainer a img {
  border: none;
  vertical-align: middle;
  height: 32px;
}

.blogRssPost {
  padding-bottom: 30px;
  float: right;
}

.post-content ul, .post-content ol {
  margin: 1rem 0;
  padding-left: 2.5rem;
}
.post-content ul {
  list-style-type: disc;
}
.post-content ol {
  list-style-type: decimal;
}
.post-content img {
  max-width: 100%;
}

.ContactPage .vcard {
  line-height: 1.4em;
}
.ContactPage .adr {
  margin-bottom: 1em;
}

.DealerLocator #content {
  max-width: 1400px;
}
.DealerLocator #map {
  float: right;
  width: calc(100% - 315px);
}
@media (max-width: 62em) {
  .DealerLocator #map {
    float: none;
    width: 100%;
  }
}

#dealerLocator {
  height: 800px;
  overflow: hidden;
  border: solid 1px #c9c9c9;
}
@media (max-width: 62em) {
  #dealerLocator {
    height: auto;
  }
}

.online-link i {
  font-size: 1.5em;
  margin: 0 0.35em 0 0.15em;
  vertical-align: middle;
  line-height: 1.2em;
}

.search-results {
  float: left;
  width: 315px;
  height: 100%;
  overflow-y: scroll;
}
@media (max-width: 62em) {
  .search-results {
    float: none;
    width: 100%;
    height: auto;
  }
}
.search-results form {
  position: relative;
  padding: 1em 10px;
}

.dealer-listing li {
  position: relative;
  padding: 1em 1em 1em 3em;
  margin-bottom: 0;
  line-height: 1.4em;
  color: #000;
  border-top: solid 1px #c9c9c9;
  cursor: pointer;
}
.dealer-listing li:before {
  content: url("images/pin.png");
  position: absolute;
  left: 0.5em;
  top: 1em;
}
.dealer-listing h3 {
  font-family: "HelveticaNeue Roman", sans-serif, sans-serif;
  line-height: inherit;
  margin-bottom: 0;
}
.dealer-listing .adr {
  margin-bottom: 0;
}
.dealer-listing .extended-address {
  display: block;
}

.dealer-info-window {
  font: 18px/32px "HelveticaNeue Roman", sans-serif, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}
.dealer-info-window h3 {
  margin-bottom: 0;
}
.dealer-info-window em {
  display: block;
  margin: 0.5em 0;
  font-size: 14px;
}
.dealer-info-window ul {
  border-top: solid 1px #c9c9c9;
  padding-top: 0.5em;
}
.dealer-info-window li {
  margin-bottom: 0.5em;
}

#dealer-search {
  position: absolute;
  background: #24adae;
  top: 20px;
  right: 12px;
  width: 37px;
  height: 43px;
  cursor: pointer;
  z-index: 9999;
}
#dealer-search:after {
  position: absolute;
  top: 0;
  color: white;
  right: 7px;
  content: "\f002";
  font-family: "icomoon";
  font-size: 20px;
  line-height: 43px;
}
@media (max-width: 48em) {
  #dealer-search {
    top: 16px;
    width: 35px;
    height: 32px;
  }
  #dealer-search:after {
    line-height: 28px;
  }
}

.loading {
  text-align: center;
}

.ErrorPage .banner-body form:before {
  content: "\f002";
  font-family: "icomoon";
  position: absolute;
  left: 20px;
  top: 0.55em;
  font-size: 1.2em;
  color: white;
}
.ErrorPage .banner-body input[type=search] {
  padding-left: 40px;
}
.ErrorPage .banner-body button[type=submit] {
  margin-top: 0.3em;
  min-width: 50px;
}
@media (max-width: 48em) {
  .ErrorPage .banner-body button[type=submit] {
    margin-top: 0.15em;
    font-size: 1.05em;
  }
}
.ErrorPage .sub-nav {
  margin: 2em 0;
}
.ErrorPage .sub-nav li {
  text-transform: uppercase;
}
.ErrorPage .sub-nav li a:hover {
  color: #24adae;
}

.faq-section {
  padding-top: 0.5em;
  border-top: solid 1px #c9c9c9;
}
.faq-section:first-of-type {
  border-top: none;
}
.faq-section ul > li {
  margin-bottom: 3em;
}
.faq-section ul ul, .faq-section ul ol {
  margin: 0 0 1.25em 20px;
  padding: 0 0 0 20px;
}
.faq-section ul ul li, .faq-section ul ol li {
  margin: 0 0 0.25em 0;
}
.faq-section ul ul {
  list-style-type: disc;
}
.faq-section ul ol {
  margin-left: 25px;
  list-style-type: decimal;
}

.HomePage #banner {
  height: 80vh;
}
@media (max-width: 37.5em) {
  .HomePage #banner {
    height: 250px;
  }
}
.HomePage #banner .overlay {
  padding-top: 20vh;
  background: rgba(0, 161, 203, 0.34);
}
@media (max-width: 37.5em) {
  .HomePage #banner .overlay {
    padding-top: 10%;
  }
}
@media (max-width: 37.5em) {
  .HomePage #banner a[role=button] {
    width: 100%;
  }
}
.HomePage video {
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.HomePage #content, .HomePage .actions {
  padding-bottom: 0;
}
.HomePage #content .container, .HomePage .actions .container {
  max-width: 1445px;
}
.HomePage .intro {
  padding: 4em 0 0;
}
@media (max-width: 48em) {
  .HomePage .intro {
    padding: 2em 0 0;
    margin-bottom: 0;
  }
}
.HomePage .intro .container {
  max-width: 1200px;
}
.HomePage .intro h2 {
  font-family: "HelveticaNeue Light", sans-serif;
  font-size: 2.2222222222em;
  line-height: 1.5em;
  text-transform: none;
}
.HomePage .intro h2 + p {
  max-width: 1030px;
  margin: 0 auto;
}

.banner-text {
  position: relative;
  max-width: 615px;
}
@media (max-width: 37.5em) {
  .banner-text {
    text-align: center;
  }
}
.banner-text h1 {
  text-align: left;
  line-height: 1em;
  margin-bottom: 0;
}
@media (max-width: 37.5em) {
  .banner-text h1 {
    text-align: center;
  }
}
.banner-text span {
  display: block;
}
.banner-text .top {
  text-transform: lowercase;
}
.banner-text .bottom {
  font-family: "HelveticaNeue Medium", sans-serif, sans-serif;
}
.banner-text p {
  font-family: "HelveticaNeue Light", sans-serif, sans-serif;
  font-size: 1.3333333333em;
}

.actions {
  padding: 1em 0 0;
  background: #6ea0ba;
  color: white;
}
.actions h2 {
  padding: 0.5em 0 0;
}
.actions li {
  padding: 0 3em;
  margin-bottom: 1em;
}
@media (max-width: 75em) {
  .actions li {
    padding: 0 2em;
  }
}
@media (max-width: 48em) {
  .actions li {
    padding: 0 1% 1em;
  }
}
.actions li:not(:nth-last-child(1)) {
  border-right: solid 1px white;
}
@media (max-width: 48em) {
  .actions li:not(:nth-last-child(1)) {
    border-right: none;
    border-bottom: solid 1px white;
  }
}
.actions input {
  margin-bottom: 0;
}
.actions button, .actions a[role=button] {
  width: 100%;
  margin-top: 0;
  min-width: 0;
}

.actions-mobile {
  font-size: 0.8em;
  margin: 0;
}
@media (max-width: 48em) {
  .actions-mobile li {
    padding: 0;
  }
}
.actions-mobile li:not(:first-child) {
  padding: 0;
  border-left: solid 1px white;
}
@media (max-width: 48em) {
  .actions-mobile li:not(:first-child) {
    border-left: solid 1px white;
  }
}
.actions-mobile button, .actions-mobile a[role=button] {
  padding: 1.25em 0;
  width: 100%;
}

.segments {
  margin-top: 3em;
  color: #989898;
}
.segments img {
  width: 150px;
}
.segments h3 {
  margin-bottom: 0;
  font-size: 1.2222222222em;
  text-transform: uppercase;
}
.segments p {
  line-height: 1.3em;
}
.segments a img {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}
.segments a:hover img {
  filter: saturate(0%);
}

.segment {
  height: 600px;
  padding: 10% 0 0;
  background-size: auto 100% !important;
  border-top: solid 1px #c9c9c9;
}
@media (max-width: 75em) {
  .segment {
    height: 500px;
  }
}
@media (max-width: 62em) {
  .segment {
    padding: 5% 0 0;
    height: 300px;
    font-size: 0.9em;
    line-height: 1.5em;
  }
}
@media (max-width: 48em) {
  .segment {
    height: 200px;
    padding: 0;
  }
}
.segment .overlay {
  width: 100%;
  height: 100%;
}
@media (max-width: 48em) {
  .segment .overlay {
    padding: 5% 0 0;
    background: rgba(255, 255, 255, 0.7);
  }
}
.segment h3 {
  margin-bottom: 0;
}
.segment h3 .top {
  display: block;
  font-size: 2.2222222222em;
  line-height: 1em;
  font-family: "HelveticaNeue Thin", sans-serif;
  text-transform: lowercase;
}
.segment h3 .bottom {
  display: block;
  font-family: "HelveticaNeue Bold", sans-serif;
  font-size: 1.6666666667em;
  line-height: 1.2em;
  text-transform: uppercase;
}

@media (max-width: 48em) {
  #fun {
    background-position: left top !important;
  }
}

#testimonial {
  position: relative;
  background: #c9c9c9;
  padding: 0 0 4em 0;
}
@media (max-width: 62em) {
  #testimonial {
    padding: 2em 0;
  }
}
#testimonial blockquote {
  font-style: italic;
  color: #000;
}
#testimonial blockquote cite {
  font-style: normal;
  font-family: "HelveticaNeue Bold", sans-serif;
}
#testimonial a[role=button]:hover {
  background: #24adae;
}

.DetailsPromotionPage .features {
  background: rgba(255, 255, 255, 0.8);
}
.DetailsPromotionPage .features li {
  vertical-align: middle;
  border-left: solid 1px white;
}
@media (max-width: 37.5em) {
  .DetailsPromotionPage .features li {
    border-left: none;
    border-top: solid 1px white;
  }
}
.DetailsPromotionPage .features li:first-child {
  border-left: none;
}
@media (max-width: 37.5em) {
  .DetailsPromotionPage .features li:first-child {
    border-top: none;
  }
}
.DetailsPromotionPage .features li a {
  display: block;
  padding: 20px;
}
.DetailsPromotionPage .features li img {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 48em) {
  .DetailsPromotionPage .features li img {
    display: block;
    margin: 0 auto 1em;
  }
}
@media (max-width: 37.5em) {
  .DetailsPromotionPage .features li img {
    display: inline-block;
    margin: 0;
  }
}

.MemberProfile #banner, .MemberLocations #banner, .MemberLocation #banner {
  height: 400px;
}
@media (max-width: 62em) {
  .MemberProfile #banner, .MemberLocations #banner, .MemberLocation #banner {
    height: auto;
  }
}

.MemberLocations main.container {
  position: relative;
  max-width: 97.5%;
  padding: 4em 0;
  min-height: 800px;
}
@media (max-width: 62em) {
  .MemberLocations main.container {
    min-height: 0;
  }
}

.account-nav {
  background: #c9c9c9;
  text-align: right;
  padding: 0 25px;
}
.account-nav li {
  display: inline-block;
  margin-right: -0.25em;
}
.account-nav li:first-child a:before {
  content: "";
}
.account-nav a {
  position: relative;
  padding: 0 15px;
  display: block;
  line-height: 2.7em;
  color: #000;
}
.account-nav a:hover {
  background: #989898;
  color: white;
}
.account-nav a:before {
  content: "|";
  position: absolute;
  left: -2px;
  color: #000;
}

.change-password {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#changePassword:checked + label {
  height: 0;
  overflow: hidden;
}
#changePassword:checked ~ .change-password {
  max-height: 800px;
}

.locations li {
  margin-bottom: 4em;
  line-height: 1.4em;
  padding: 0 1.25%;
  display: inline-block;
}
.locations h2 {
  overflow: hidden;
  border-bottom: solid 1px #c9c9c9;
}
.locations h2 button {
  float: right;
  padding: 0;
  background: none;
  color: #c9c9c9;
}
@media (max-width: 37.5em) {
  .locations h2 button {
    color: #bf4331;
  }
}
.locations h2 button:hover {
  color: #bf4331;
}
.locations a[role=button] {
  margin-top: 1em;
  display: inline-block;
}
.locations .adr {
  margin-bottom: 1em;
}

.add-location {
  height: 300px;
}
@media (max-width: 37.5em) {
  .add-location {
    height: auto;
  }
}
.add-location a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #c9c9c9;
  border: solid 1px #c9c9c9;
  padding: 5em 2em 4em;
}
@media (max-width: 48em) {
  .add-location a {
    padding: 7em 2em 4em;
  }
}
@media (max-width: 37.5em) {
  .add-location a {
    padding: 2em;
  }
}
.add-location i {
  font-size: 2.7777777778em;
  display: block;
  margin-bottom: 1rem;
}
.add-location span {
  display: block;
  font-size: 1.2222222222em;
}

.pop-up {
  position: absolute;
  top: 0;
  left: calc(50% - 185px);
  width: 370px;
  background: white;
  top: 2em;
  padding: 30px;
  box-shadow: 0 0 20px #c9c9c9;
}
@media (max-width: 37.5em) {
  .pop-up {
    width: 95%;
    left: 2.5%;
  }
}
.pop-up.delete {
  line-height: 1.4em;
}
.pop-up .adr {
  margin-bottom: 1em;
}
.pop-up h2 {
  border-bottom: solid 1px #c9c9c9;
}

.MemberLocation fieldset {
  border-bottom: solid 1px #c9c9c9;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.MemberLocation fieldset:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.MemberLocation .checkboxes {
  padding: 1.5em;
  line-height: 1.3em;
  border: solid 1px #c9c9c9;
}
.MemberLocation .checkboxes div {
  margin-bottom: 1em;
}
.MemberLocation .checkboxes div:last-child {
  margin-bottom: 0;
}
.MemberLocation .checkboxes label {
  margin-bottom: 0.25em;
}
.MemberLocation .checkboxes span {
  font-size: 16px;
}
.MemberLocation .pop-up {
  position: fixed;
  top: 20%;
}

.MemberProfile #map {
  background: transparent url(images/map.png) no-repeat center;
  background-size: cover;
}

.banner-body .password span:first-child {
  margin-bottom: 0.65em;
}
.banner-body #banner {
  height: auto;
}
.banner-body #banner form {
  margin-top: 0;
}
.banner-body #banner .password input[type=text],
.banner-body #banner .password input[type=password] {
  border-right: none;
}
.banner-body .checkbox {
  background: transparent;
  border-left: none;
  line-height: 1.3em;
  border-color: white;
  font-size: 16px;
  color: white;
}
.banner-body button[type=submit] {
  margin-top: 1.95em;
}
@media (max-width: 48em) {
  .banner-body button[type=submit] {
    margin-top: 0.5em;
  }
}
.banner-body .pseudo-link {
  display: inline-block;
  color: #24adae;
  margin-top: -0.5em;
  font-size: 16px;
}
@media (max-width: 48em) {
  .banner-body .pseudo-link {
    margin-top: 1em;
  }
}
.banner-body .pseudo-link:hover {
  color: #989898;
}

.sign-in,
.sign-up,
.forgot-password {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.sign-in p,
.sign-up p,
.forgot-password p {
  font-size: 16px;
}

#signIn:checked ~ .sign-in {
  max-height: 800px;
  margin-top: 2em;
}

#forgotPassword:checked ~ .forgot-password {
  max-height: 800px;
  margin-top: 2em;
}

#signUp:checked ~ .sign-up {
  max-height: 800px;
  margin-top: 2em;
}

.create-account {
  width: 250px;
  display: block;
  margin: 4em auto 2em;
  border: solid 1px white;
  text-align: center;
  padding: 2em 1.5em;
}
@media (max-width: 48em) {
  .create-account {
    margin: 1em auto;
  }
}
.create-account span:first-child {
  font-family: "HelveticaNeue Roman", sans-serif, sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.create-account span:last-child {
  font-size: 1.35em;
}

.NewsListing #content li {
  margin-bottom: 2em;
  padding: 0 3%;
}
.NewsListing #content li h2 {
  margin-bottom: 0;
}
.NewsListing #content li span {
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.NewsListing #content li p {
  line-height: 1.6em;
}

.OnlineDealerListing main h2 {
  border-top: solid 1px #c9c9c9;
  margin-top: 2em;
  padding-top: 0.25em;
}
.OnlineDealerListing main h3 {
  font: 18px/32px "HelveticaNeue Roman", sans-serif, sans-serif;
}
.OnlineDealerListing main i {
  margin-right: 0.25em;
  font-size: 0.9em;
}

.OrderBrochuresPage .errors {
  padding: 30px 0;
  list-style: initial;
}
.OrderBrochuresPage .errors .error {
  margin-bottom: 0;
  color: red;
}
.OrderBrochuresPage .category {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: solid 1px #e7e7e7;
}
.OrderBrochuresPage tbody {
  width: 100%;
}
@media (max-width: 37.5em) {
  .OrderBrochuresPage tbody {
    display: block;
    width: 100%;
  }
}
@media (max-width: 37.5em) {
  .OrderBrochuresPage tr {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 80px 5px 5px;
  }
}
@media (max-width: 37.5em) {
  .OrderBrochuresPage tr.row {
    margin: 0;
  }
}
.OrderBrochuresPage td {
  vertical-align: middle;
  padding: 2px 20px;
  line-height: 1.3em;
}
@media (max-width: 37.5em) {
  .OrderBrochuresPage td {
    display: block;
    padding: 0;
    line-height: 1.3em;
  }
}
.OrderBrochuresPage td:nth-child(1) {
  width: 55%;
}
@media (max-width: 37.5em) {
  .OrderBrochuresPage td:nth-child(1) {
    width: 100%;
  }
}
.OrderBrochuresPage td:nth-child(2) {
  width: 30%;
  min-width: 170px;
}
@media (max-width: 37.5em) {
  .OrderBrochuresPage td:nth-child(2) {
    width: 100%;
  }
}
.OrderBrochuresPage td:nth-child(3) {
  width: 15%;
  min-width: 95px;
}
@media (max-width: 37.5em) {
  .OrderBrochuresPage td:nth-child(3) {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 70px;
    min-width: 0;
  }
}
.OrderBrochuresPage select {
  margin-bottom: 0;
}
.OrderBrochuresPage .checkbox {
  line-height: 1em;
}
.OrderBrochuresPage .checkbox span {
  font-family: "HelveticaNeue Roman", sans-serif, sans-serif;
  font-size: 14px;
  line-height: 1em;
}
.OrderBrochuresPage .checkbox span:before {
  width: 1em;
}
.OrderBrochuresPage .type {
  height: 0;
  padding-bottom: 0;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.OrderBrochuresPage .done {
  font-size: 14px;
  position: absolute;
  line-height: 1.3em;
  width: 135px;
  top: 0;
  right: -145px;
  max-height: 0;
  overflow: hidden;
}
@media (max-width: 75em) {
  .OrderBrochuresPage .done {
    position: fixed;
    bottom: 0;
    right: 0;
    top: auto;
    width: 100vw;
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
    background: white;
    border-top: solid 1px #e7e7e7;
    z-index: 999;
    max-height: 0;
    overflow: hidden;
  }
}
.OrderBrochuresPage .done.open {
  max-height: 150px;
}
@media (max-width: 75em) {
  .OrderBrochuresPage .done.open {
    max-height: 150px;
    padding: 10px;
  }
}
.OrderBrochuresPage .backOrder {
  font-size: 0.8em;
  font-weight: bold;
  color: gray;
  text-align: center;
}

#optIn:checked ~ .checkbox span:before {
  content: "\f046";
}
#optIn:checked ~ .type {
  height: 84px;
}

.Product #banner .breadcrumb .container {
  max-width: 1200px;
}
.Product #content.container {
  max-width: 1200px;
}
.Product .well {
  margin-top: 2em;
}
@media (max-width: 62em) {
  .Product .info {
    margin-top: 2em;
    padding-top: 0.5em;
    border-top: solid 1px #c9c9c9;
  }
}
.Product .description {
  margin-top: 2em;
}
.Product .figure-list {
  margin-top: 2em;
  padding-top: 1em;
  border-top: solid 1px #c9c9c9;
}
@media (max-width: 62em) {
  .Product .figure-list li {
    margin-bottom: 2em;
  }
  .Product .figure-list li:last-child {
    margin-bottom: 0;
  }
}
.Product .figure-list img {
  width: 170px;
}
@media (max-width: 37.5em) {
  .Product .figure-list img {
    width: 100px;
  }
}
.Product .figure-list .info {
  width: calc(100% - 190px);
}
@media (max-width: 62em) {
  .Product .figure-list .info {
    padding-top: 0;
    border-top: none;
  }
}
@media (max-width: 37.5em) {
  .Product .figure-list .info {
    margin-top: 0;
    width: 100%;
  }
}
.Product .figure-list h2 {
  margin-bottom: 0;
}
.Product .figure-list p {
  font-size: 16px;
  line-height: 1.5em;
}
.Product .resource-category {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.Product .resource-category ul {
  padding: 3px;
}
.Product .resource-category ul ul {
  padding: 0;
}
.Product .tab-labels {
  background: #c9c9c9;
  color: white;
  border: solid 1px #c9c9c9;
}
.Product .tab-labels label {
  border-left: none;
  border-right: solid 1px white;
}
.Product .tab-labels label:first-child {
  border-left: none;
  border-right: none;
}
.Product .tab-labels label:hover {
  background: white;
  border-left: none;
  /*border-right: solid 1px $lightgrey;*/
  color: #c9c9c9;
}
.Product .action-sections {
  padding-top: 0;
  border-top: none;
}

.link-wrap {
  position: relative;
  z-index: 20;
  margin-bottom: 0;
  text-align: center;
  margin: 10px auto;
}
@media (max-width: 37.5em) {
  .link-wrap {
    max-width: 95%;
  }
}

.configurator-link {
  /*position: absolute;*/
  top: 0;
  right: 0;
  width: 415px;
  max-width: 100%;
}
@media (max-width: 37.5em) {
  .configurator-link {
    width: 100%;
  }
}

.gallery img {
  display: block;
}
.gallery a {
  display: block;
  border: solid 1px #c9c9c9;
}
@media (max-width: 37.5em) {
  .gallery a {
    width: 20px;
    height: 20px;
    border-radius: 100%;
  }
}
.gallery a:hover {
  border: solid 1px #24adae;
}
@media (max-width: 37.5em) {
  .gallery a:hover {
    background: #24adae;
  }
}
.gallery li {
  overflow: hidden;
}
.gallery .gallery-list {
  margin-bottom: 1em;
  overflow: hidden;
}
.gallery .gallery-list:before {
  content: "";
  display: table;
  margin-top: 79.034%;
}
.gallery .gallery-list li {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  background: white;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.gallery .gallery-list li.active {
  opacity: 1;
  z-index: 1;
}
.gallery .gallery-list li.single-image {
  opacity: 1;
}
.gallery .gallery-list img {
  /*height: 100%;*/
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.gallery .controls {
  margin-left: 0;
}
@media (max-width: 37.5em) {
  .gallery .controls {
    text-align: center;
  }
}
.gallery .controls li {
  margin-bottom: 10px;
}
@media (max-width: 62em) {
  .gallery .controls li {
    margin: 0 2px 20px;
    display: inline-block;
  }
}
@media (max-width: 37.5em) {
  .gallery .controls li img {
    display: none;
  }
}
.gallery .controls li.active a {
  border: solid 1px #24adae;
}
@media (max-width: 37.5em) {
  .gallery .controls li.active a {
    background: #24adae;
  }
}
@media (max-width: 37.5em) {
  .gallery .colors.controls li {
    width: 50px;
  }
  .gallery .colors.controls li img {
    display: block;
  }
}

.col-m-6.gallery {
  overflow: hidden;
}

ul.colors {
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 2em;
  position: relative;
  z-index: 1;
}
@media (max-width: 62em) {
  ul.colors {
    text-align: right;
  }
}
@media (max-width: 37.5em) {
  ul.colors {
    text-align: center;
  }
}
ul.colors img {
  display: block;
  margin: 0 auto;
}
ul.colors li.color-thumb {
  overflow: visible;
}
ul.colors li.color-thumb .color-popup {
  position: absolute;
  top: -455px;
  left: 50px;
  width: 90%;
  height: 440px;
  display: none;
  opacity: 0;
  transition: opacity 1s;
}
ul.colors li.color-thumb .color-popup img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
ul.colors li.color-thumb:hover {
  cursor: pointer;
}
ul.colors li.color-thumb.active .color-popup {
  display: block;
  opacity: 1;
}
@media (max-width: 62em) {
  ul.colors li.color-thumb.active .color-popup {
    display: none;
  }
}

.bullet-features {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 1.5em;
}
.bullet-features li {
  line-height: 1.4em;
  padding-bottom: 0.25em;
}

#parts,
#related-products,
#resources {
  margin-top: 2em;
  padding-top: 0.25em;
  border-top: solid 1px #c9c9c9;
}
#parts h3,
#related-products h3,
#resources h3 {
  font-size: 14px;
}
#parts img,
#related-products img,
#resources img {
  display: block;
  margin-bottom: 0.25em;
}
#parts a,
#related-products a,
#resources a {
  color: #000;
}
#parts a:hover,
#related-products a:hover,
#resources a:hover {
  color: #24adae;
}

#resources .well {
  margin-top: 0;
  border: solid 1px #c9c9c9;
  border-top: none;
  background-color: #c9c9c9;
}
#resources .tab-labels {
  background: white;
  color: #676767;
  box-sizing: border-box;
}
#resources label {
  margin-right: 0;
  display: block;
  float: left;
  border-right: 1px solid #c9c9c9;
  margin: 0;
}
#resources label:last-child {
  border-right: none;
}

#specs:checked ~ .tab-labels label[for=specs] {
  background: #c9c9c9;
  border-left: none;
  color: white;
}
#specs:checked ~ .well .specs {
  max-height: 4000px;
}

#guides:checked ~ .tab-labels label[for=guides] {
  background: #c9c9c9;
  border-left: none;
  color: white;
}
#guides:checked ~ .well .guides {
  max-height: 2000px;
}

#marketing:checked ~ .tab-labels label[for=marketing] {
  background: #c9c9c9;
  border-left: none;
  color: white;
}
#marketing:checked ~ .well .marketing {
  max-height: 2000px;
}

#compliance:checked ~ .tab-labels label[for=compliance] {
  background: #c9c9c9;
  border-left: none;
  color: white;
}
#compliance:checked ~ .well .compliance {
  max-height: 2000px;
}

#other:checked ~ .tab-labels label[for=other] {
  background: #c9c9c9;
  border-left: none;
  color: white;
}
#other:checked ~ .well .other {
  max-height: 2000px;
}

.widgetWrapper {
  background-color: #c9c9c9;
  max-width: 225px;
  padding: 20px;
  right: 0;
  float: right;
}
@media (max-width: 100em) {
  .widgetWrapper {
    position: relative;
    padding: 20px 0;
    top: 0;
    right: auto;
    width: 100%;
    max-width: 100%;
    z-index: 1;
  }
}
.widgetWrapper h2.sr-widgets-title {
  margin: 0 0 15px 0;
  text-align: center;
  font-family: "HelveticaNeue Roman", sans-serif, sans-serif;
}
.widgetWrapper .sr-widgets {
  max-width: 225px;
  width: 100%;
  display: block;
}
@media (max-width: 100em) {
  .widgetWrapper .sr-widgets {
    max-width: 960px;
    width: 95%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 31em) {
  .widgetWrapper .sr-widgets {
    display: block;
  }
}
.widgetWrapper .sr-widgets .sr-widget {
  position: relative;
  max-width: 306px;
  margin-bottom: 15px;
  background-color: #989898;
  padding: 5px;
}
@media (max-width: 100em) {
  .widgetWrapper .sr-widgets .sr-widget {
    margin-bottom: 0;
  }
}
@media (max-width: 31em) {
  .widgetWrapper .sr-widgets .sr-widget {
    margin: 0 auto 15px;
  }
}
@media (max-width: 100em) {
  .widgetWrapper .sr-widgets .sr-widget:nth-child(2) {
    margin: 0 20px;
  }
}
@media (max-width: 31em) {
  .widgetWrapper .sr-widgets .sr-widget:nth-child(2) {
    margin: 0 auto 15px;
  }
}
.widgetWrapper .sr-widgets .sr-widget a.sr-widget-link {
  display: block;
}
.widgetWrapper .sr-widgets .sr-widget img.sr-play-icon {
  position: absolute;
  display: block;
  max-height: 121px;
}
@media (max-width: 100em) {
  .widgetWrapper .sr-widgets .sr-widget img.sr-play-icon {
    max-height: 166px;
  }
}
.widgetWrapper .sr-widgets .sr-widget img.sr-video-thumb {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 121px;
}
@media (max-width: 100em) {
  .widgetWrapper .sr-widgets .sr-widget img.sr-video-thumb {
    max-height: 166px;
  }
}
.widgetWrapper .sr-widgets .sr-widget .sr-video-text-wrapper {
  height: auto;
  position: relative;
  padding: 8px 0 0;
}
@media (max-width: 100em) {
  .widgetWrapper .sr-widgets .sr-widget .sr-video-text-wrapper {
    height: 60px;
    padding: 0;
  }
}
.widgetWrapper .sr-widgets .sr-widget h3.sr-video-title {
  color: white;
  text-align: center;
  margin: 0;
  position: relative;
  line-height: 1.3em;
  font-family: "HelveticaNeue Roman", sans-serif, sans-serif;
}
@media (max-width: 100em) {
  .widgetWrapper .sr-widgets .sr-widget h3.sr-video-title {
    top: 50%;
    transform: translateY(-50%);
  }
}

.three-column-table table {
  width: 100% !important;
  margin-bottom: 30px;
}
.three-column-table table th {
  padding: 0.5em !important;
}
@media screen and (max-width: 62em) {
  .three-column-table table th {
    height: auto !important;
  }
}
.three-column-table table td {
  font-size: 0.7em;
}
@media screen and (max-width: 62em) {
  .three-column-table table td {
    font-size: 0.8em;
  }
}

.ProductRegistrationPage fieldset {
  opacity: 0.2;
  pointer-events: none;
  border-bottom: solid 1px #c9c9c9;
  padding-bottom: 1em;
  margin-bottom: 1em;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.ProductRegistrationPage fieldset:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ProductRegistrationPage fieldset.active {
  opacity: 1;
  pointer-events: all;
}
.ProductRegistrationPage .secondary {
  padding: 15px 0 0;
  border: solid 1px #c9c9c9;
  overflow: hidden;
}
@media (max-width: 62em) {
  .ProductRegistrationPage .secondary {
    width: 100%;
  }
}
.ProductRegistrationPage .secondary li {
  position: relative;
  width: 140px;
  margin: 0 15px 15px;
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 62em) {
  .ProductRegistrationPage .secondary li {
    float: left;
    max-width: calc(50% - 30px);
  }
}
.ProductRegistrationPage .secondary li:hover img {
  border: solid 1px #24adae;
}
.ProductRegistrationPage .secondary img {
  border: solid 1px #c9c9c9;
}
.ProductRegistrationPage .checkbox {
  font-family: "HelveticaNeue Roman", sans-serif, sans-serif;
  font-size: 14px;
  line-height: 1em;
}
.ProductRegistrationPage .checkbox span:before {
  width: 1em;
}

.serial-numbers .wrapper {
  position: relative;
}
.serial-numbers .cancel {
  top: 0;
  right: 1%;
  width: auto;
  padding: 0.5em 10px;
  font-size: 1.2em;
  background: none;
}
.serial-numbers .cancel i {
  background: none;
}
.serial-numbers .secondary .cancel {
  top: -0.5em;
  right: -0.5em;
  padding: 0;
  font-size: 1.5428571429em;
  color: black;
  background: none;
}
.serial-numbers .secondary .cancel i {
  line-height: 0.5em;
  background: white;
  width: 10px;
  border-radius: 10px;
}
.serial-numbers .next {
  width: 100%;
  padding: 0.7em 10px;
}

.type-facility, .type-other {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#typeHome:checked ~ .installation-type label[for=typeHome] {
  background: white;
  color: #e7bc51;
}

#typeFacility:checked ~ .installation-type label[for=typeFacility] {
  background: white;
  border-left: solid 1px #e7bc51;
  color: #e7bc51;
}
#typeFacility:checked ~ .contact-info .type-facility {
  max-height: 5.1111111111em;
}

#typeOther:checked ~ .installation-type label[for=typeOther] {
  background: white;
  border-left: solid 1px #e7bc51;
  color: #e7bc51;
}
#typeOther:checked ~ .contact-info .type-other {
  max-height: 5.1111111111em;
}

.ProductResourcesPage .resourcesBackBtn {
  text-align: left;
  margin-bottom: 30px;
}
.ProductResourcesPage #content form {
  margin-bottom: 4em;
}
.ProductResourcesPage .category-toggle {
  position: absolute;
  bottom: -1em;
  left: calc(50% - 20px);
  color: #000;
  background: #c9c9c9;
  line-height: 1em;
  width: 40px;
  text-align: center;
  font-size: 1.4285714286em;
}
.ProductResourcesPage .sub-nav a {
  color: #000;
}
.ProductResourcesPage form button {
  margin-top: 0;
  min-width: 0;
}
@media (max-width: 37.5em) {
  .ProductResourcesPage form button {
    font-size: 1em;
  }
}

#banner .category-picker {
  width: 100%;
  position: absolute;
  background: white;
  font-size: 1.2857142857em;
  color: #000;
}
#banner .category-picker .container {
  padding-top: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#banner .category-picker a {
  color: #000;
}
#banner .category-picker a:hover {
  color: #24adae;
}
#banner .category-picker .icon-caret-up {
  display: none;
}
#banner #categoryToggle:checked + .category-picker .container {
  padding-top: 2em;
  max-height: 2000px;
}
#banner #categoryToggle:checked + .category-picker .container:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 16px;
  background: #c9c9c9;
}
#banner #categoryToggle:checked + .category-picker .category-toggle {
  bottom: calc(-1em - 16px);
}
#banner #categoryToggle:checked + .category-picker .icon-caret-up {
  display: block;
}
#banner #categoryToggle:checked + .category-picker .icon-caret-down {
  display: none;
}

.category-picker li,
.product-picker li {
  line-height: 1.5em;
  margin-bottom: 1em;
  text-align: center;
}
.category-picker a,
.product-picker a {
  color: #000;
}
.category-picker a:hover,
.product-picker a:hover {
  color: #24adae;
}
.category-picker img,
.product-picker img {
  width: 100%;
}

.productCard {
  position: relative;
  border: 1px solid #c9c9c9;
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
}
.productCard a {
  display: block;
}
.productCard a .newBadge {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 27%;
  height: auto;
}
.productCard a .newBadge img {
  max-width: 100%;
  max-height: 100%;
  transform: scale(0.67);
  transform-origin: top left;
}
.productCard .cardText {
  height: 80px;
  padding: 0 18px;
  position: relative;
}
.productCard .cardText h2.prodCatTitle {
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.3em;
}
.productCard img.imageFlag {
  position: absolute;
  top: 6px;
  z-index: 1;
  width: 60%;
}
.productCard img.alternateProduct {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.productCard:hover {
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.productCard:hover img.alternateProduct {
  display: block;
}

.resource-product > *[class*=col-] {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.25em;
  margin-bottom: 2em;
}
.resource-product table {
  line-height: 1.4em;
}
@media (max-width: 62em) {
  .resource-product th, .resource-product td {
    display: block;
    padding: 0.5em 1em;
  }
}
.resource-product th {
  width: 50%;
  font-family: "HelveticaNeue Bold", sans-serif, sans-serif;
}
@media (max-width: 62em) {
  .resource-product th {
    width: 100%;
    padding: 0.5em 1em 0;
  }
}
@media (max-width: 62em) {
  .resource-product td {
    padding-top: 0;
  }
}

h2.productSubTitle {
  font-family: "HelveticaNeue Bold", sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  text-transform: uppercase;
  margin: 30px 0;
}

.resource-category h2 {
  padding-top: 0.5em;
  margin-bottom: 2em;
  border-top: solid 1px #c9c9c9;
}
.resource-category li {
  position: relative;
  margin-bottom: 2em;
}
.resource-category li:hover .share {
  max-height: 50px;
}
.resource-category a {
  display: block;
  width: 100%;
}
.resource-category a h3 {
  color: #000;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.resource-category a h3 span {
  margin-left: 5px;
}
.resource-category a:hover h3 {
  color: #24adae;
}
.resource-category img {
  display: block;
  max-height: 350px;
  margin-bottom: 0.5em;
  border: solid 1px #000;
}
.resource-category h3 {
  font-size: 16px;
}
.resource-category h3 span {
  font-family: "HelveticaNeue Roman", sans-serif, sans-serif;
}
.resource-category .share {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 4%;
  width: 92%;
  padding: 0 2%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media (max-width: 62em) {
  .resource-category .share {
    width: 94%;
    left: 3%;
  }
}
@media (max-width: 37.5em) {
  .resource-category .share {
    width: 96%;
    left: 2%;
    font-size: 1.2em;
    line-height: 1.7em;
    max-height: 45px;
  }
}
.resource-category .share * {
  display: inline-block;
}
.resource-category .share span {
  width: 45px;
}
.resource-category .share ul {
  text-align: right;
  width: calc(100% - 50px);
}
.resource-category .share li {
  margin-bottom: 0;
}
.resource-category .share a {
  padding: 0 3px;
  color: white;
}
.resource-category .share a:hover {
  color: #c9c9c9;
}

.RequestQuote .interest {
  margin-bottom: 1em;
}

/*$light: 'HelveticaNeueW01-45Ligh', sans-serif;
$lightitalic: 'HelveticaNeueW01-46Ligh', sans-serif;
$roman: 'HelveticaNeueW02-55Roma', sans-serif;
$thin: 'HelveticaNeueW01-Thin', sans-serif;
$thinitalic: 'HelveticaNeueW01-ThinIt', sans-serif;
$ultralight: 'HelveticaNeueW01-UltLt', sans-serif;
$ultralightitalic: 'HelveticaNeueW01-UltLtI', sans-serif;
$italic: 'HelveticaNeueW01-56It', sans-serif;
$medium: 'HelveticaNeueW01-65Medi', sans-serif;
$mediumitalic: 'HelveticaNeueW01-66Medi', sans-serif;
$bold: 'HelveticaNeueW01-75Bold', sans-serif;
$bolditalic: 'HelveticaNeueW01-76Bold', sans-serif;
$heavy: 'HelveticaNeueW01-85Heav', sans-serif;
$blackfont: 'HelveticaNeueW01-95Blac', sans-serif;
$blackfontitalic: 'HelveticaNeueW01-BlackI', sans-serif;
$boldextended: 'HelveticaNeueW01-BdExt', sans-serif;
$boldextendeditalic: 'HelveticaNeueW01-BdExtO', sans-serif;*/
@font-face {
  font-family: "HelveticaNeue Light";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.eot?#iefix) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-lt-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdltwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdltwebfont.svg#adobe_helveticaneueltstdltwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Roman";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/helveticaneueroman-helveticaneue.eot);
  src: url(/css/fonts/helveticaneueroman-helveticaneue.eot) format("embedded-opentype"), url(/css/fonts/helveticaneueroman-helveticaneue.woff) format("woff"), url("/css/fonts/helveticaneueromanhelveticaneue.ttf") format("truetype"), url("/css/fonts/helveticaneueromanhelveticaneue.svg#helveticaneueromanhelveticaneue") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Thin";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.eot) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-th-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdthwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdthwebfont.svg#adobe_helveticaneueltstdthwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Medium";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.eot);
  src: url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.eot) format("embedded-opentype"), url(/css/fonts/adobe_-_helveticaneueltstd-md-webfont.woff) format("woff"), url("/css/fonts/adobe_helveticaneueltstdmdwebfont.ttf") format("truetype"), url("/css/fonts/adobe_helveticaneueltstdmdwebfont.svg#adobe_helveticaneueltstdmdwebfont") format("svg");
}
@font-face {
  font-family: "HelveticaNeue Bold";
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/helvetica-neue-bold.eot);
  src: url(/css/fonts/helvetica-neue-bold.eot) format("embedded-opentype"), url(/css/fonts/helvetica-neue-bold.woff) format("woff"), url("/css/fonts/helvetica-neue-bold.ttf") format("truetype"), url("/css/fonts/helvetica-neue-bold.svg#HelveticaNeue-Bold") format("svg");
}
.ConfiguratorPage .products .tooltip-box, .ConfiguratorPage .gutters button img,
.ConfiguratorPage .products button img,
.ConfiguratorPage .customizations button img,
.ConfiguratorPage .accessories button img,
.ConfiguratorPage .types button img,
.ConfiguratorPage .styles button img, input[type=text], input[type=email], input[type=password], input[type=file], input[type=number], input[type=tel], input[type=month], input[type=search], select, a[role=button], #content a[role=button], input[type=submit], button, .pseudo-button, .overlay, #banner input[type=text], #banner input[type=email], #banner input[type=password], #banner input[type=file], #banner input[type=number], #banner input[type=tel], #banner input[type=month], #banner input[type=search], .segment, .segment .overlay, .add-location a, .pop-up, .OrderBrochuresPage .done, .resource-category .share {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(2px);
  }
  100% {
    -moz-transform: translateX(-2px);
  }
}
@-o-keyframes bounce {
  0% {
    -o-transform: translateX(0);
  }
  50% {
    -o-transform: translateX(2px);
  }
  100% {
    -o-transform: translateX(-2px);
  }
}
@keyframes bounce {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-2px);
  }
}
.result-message {
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 2em;
}
.result-message a {
  font-weight: bold;
  letter-spacing: 0.05em;
}

.search-results-list li {
  padding: 10px 0;
}

ul.simpleTabsNavigation li {
  display: inline-block;
  width: 50%;
  float: left;
}
ul.simpleTabsNavigation li a {
  margin-top: -1px;
  color: black;
  padding: 3px 6px;
  background: #c9c9c9;
  text-decoration: none;
  display: block;
  text-align: center;
}
ul.simpleTabsNavigation li a:hover {
  margin-top: 0px;
  background-color: #e7e7e7;
  color: teal;
}
ul.simpleTabsNavigation li a.current {
  margin-top: 0;
  background: #fff;
  color: #24adae;
}

div.simpleTabsContent {
  padding: 20px;
  display: none;
}
div.simpleTabsContent.currentTab {
  display: block;
}

.simpleTabs {
  border: 1px solid #c9c9c9;
}

form#search-form button[type=submit] {
  margin-top: 0;
}

.search-results-list li {
  padding: 30px 0;
  border-bottom: 1px solid #c9c9c9;
}
.search-results-list li:last-child {
  border-bottom: 0;
}

ul.simpleTabsNavigation li {
  display: inline-block;
  width: 50%;
  float: left;
}
ul.simpleTabsNavigation li a {
  margin-top: -1px;
  color: black;
  padding: 3px 6px;
  background: #c9c9c9;
  text-decoration: none;
  display: block;
  text-align: center;
}
ul.simpleTabsNavigation li a:hover {
  margin-top: 0px;
  background-color: #e7e7e7;
  color: teal;
}
ul.simpleTabsNavigation li a.current {
  margin-top: 0;
  background: #fff;
  color: #24adae;
}

div.simpleTabsContent {
  padding: 20px;
  display: none;
}
div.simpleTabsContent.currentTab {
  display: block;
}

.simpleTabs {
  border: 1px solid #c9c9c9;
}

.video-category {
  margin-top: 2em;
}
.video-category header {
  border-top: solid 1px #c9c9c9;
  padding-top: 0.5em;
}
.video-category li {
  margin-bottom: 1em;
}

.video-list a {
  display: block;
  position: relative;
}
.video-list a:after {
  position: absolute;
  top: 1.5em;
  left: calc(50% - 25px);
  content: "\f16a";
  font-family: "icomoon";
  font-size: 2.7777777778em;
  color: white;
  opacity: 0.8;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media (max-width: 62em) {
  .video-list a:after {
    font-size: 3.5em;
    top: 10vw;
  }
}
@media (max-width: 37.5em) {
  .video-list a:after {
    font-size: 5em;
    top: 20vw;
  }
}
.video-list a:hover::after {
  color: #bf4331;
}
.video-list img {
  display: block;
}

.WarrantyClaim textarea {
  min-height: 100px;
}
.WarrantyClaim .distributor,
.WarrantyClaim .manager-homeowner,
.WarrantyClaim .distributor-options,
.WarrantyClaim .credit,
.WarrantyClaim .replacement,
.WarrantyClaim .facility {
  max-height: 0;
  overflow: hidden;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.WarrantyClaim .primary {
  width: calc(100% - 206px);
  padding-right: 4%;
}
@media (max-width: 62em) {
  .WarrantyClaim .primary {
    width: 100%;
  }
}
.WarrantyClaim .secondary {
  display: inline-block;
  width: 201px;
  height: 287px;
}
@media (max-width: 62em) {
  .WarrantyClaim .secondary {
    height: auto;
    width: 100%;
    background: #c9c9c9;
    color: white;
  }
}
.WarrantyClaim .secondary li {
  width: auto;
}
.WarrantyClaim .secondary img {
  width: 100%;
}
@media (max-width: 62em) {
  .WarrantyClaim .secondary img {
    display: none;
  }
}
@media (max-width: 62em) {
  .WarrantyClaim .secondary .cancel {
    display: none;
  }
}

/*#typeDistributor:checked {
    ~ .claim-type {
        label[for="typeDistributor"] {
            background: white;
            border-left: solid 1px $yellow;
            color: $yellow;
        }
    }
    ~ .distributor {
        max-height: 800px;
        border-bottom: solid 1px $lightgrey;
        padding-bottom: 1em;
        margin-bottom: 1em;
        &.active {
            opacity: 1;
            pointer-events: all;
        }
    }
    ~ .distributor-options {
        max-height: 800px;
        border-bottom: solid 1px $lightgrey;
        padding-bottom: 1em;
        margin-bottom: 1em;
        &.active {
            opacity: 1;
            pointer-events: all;
        }
    }
}

#typeManager:checked, #typeHomeowner:checked {
    ~ .manager-homeowner {
        max-height: 800px;
        border-bottom: solid 1px $lightgrey;
        padding-bottom: 1em;
        margin-bottom: 1em;
        &.active {
            opacity: 1;
            pointer-events: all;
        }
    }
}

#typeManager:checked {
    ~ .claim-type {
        label[for="typeManager"] {
            background: white;
            border-left: solid 1px $yellow;
            color: $yellow;
        }
    }
    ~ .manager-homeowner {
        .facility {
            max-height: 92px;
        }
    }
}

#typeHomeowner:checked {
    ~ .claim-type {
        label[for="typeHomeowner"] {
            background: white;
            border-left: solid 1px $yellow;
            color: $yellow;
        }
    }
}*/
#creditAccount:checked ~ fieldset label[for=creditAccount] {
  background: white;
  border-left: solid 1px #e7bc51;
  color: #e7bc51;
}
#creditAccount:checked ~ .credit {
  max-height: 800px;
  margin-bottom: 1.5em;
}

#sendReplacement:checked ~ fieldset label[for=sendReplacement] {
  background: white;
  border-left: solid 1px #e7bc51;
  color: #e7bc51;
}
#sendReplacement:checked ~ .replacement {
  max-height: 800px;
  margin-bottom: 1.5em;
}

.add-claim {
  margin: 1em 0;
}

.ConfiguratorListing #content li {
  margin-bottom: 2em;
}

*:focus {
  outline: none;
}

.ConfiguratorPage {
  /*Spinner to indicate loading*/
}
.ConfiguratorPage .pool-lifts .next-step {
  color: #000;
}
.ConfiguratorPage .pool-lifts .radiobox input, .ConfiguratorPage .pool-lifts .radiobox input:focus {
  outline: none;
  border: none;
}
.ConfiguratorPage .pool-lifts .liftsTypeAsterixContent {
  font-style: italic;
  margin-bottom: 20px;
}
.ConfiguratorPage .pool-lifts img.iconhelp {
  width: 24px;
  height: 24px;
  margin: 0px 0px -20px 25px;
}
.ConfiguratorPage .pool-lifts .popover__content {
  font-size: 0.8em;
}
.ConfiguratorPage .pool-lifts .step-1 .selectedConfig {
  color: #e7bc51;
}
.ConfiguratorPage .pool-lifts .step-1 .popover__content {
  position: absolute;
}
.ConfiguratorPage .pool-lifts .step-2 span.liftName {
  color: #000;
  font-family: "HelveticaNeue Medium", sans-serif;
}
.ConfiguratorPage .pool-lifts .step-2 .liftFeatures {
  font-family: "HelveticaNeue Roman", sans-serif;
  font-style: italic;
  padding-top: 15px;
}
.ConfiguratorPage .pool-lifts .validation-message {
  color: #bf4331;
}
.ConfiguratorPage .pool-lifts p.bg-area-text {
  background-color: #e7e7e7;
  border: 1px solid #939393;
}
.ConfiguratorPage .pool-lifts .steps button, .ConfiguratorPage .pool-lifts .steps button.active {
  color: #000;
}
.ConfiguratorPage .widgetWrapper {
  position: relative;
  float: right;
  top: 0;
}
.ConfiguratorPage .container {
  max-width: 1200px;
}
.ConfiguratorPage fieldset {
  opacity: 1;
  pointer-events: all;
}
.ConfiguratorPage fieldset.hide {
  display: none;
}
.ConfiguratorPage label {
  position: relative;
}
.ConfiguratorPage img {
  width: 100%;
}
.ConfiguratorPage legend {
  font-family: "HelveticaNeue Bold", sans-serif, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  text-transform: uppercase;
  margin: 0.5em 0;
}
@media (max-width: 37.5em) {
  .ConfiguratorPage legend {
    margin: 1em 0 0.5em;
  }
}
.ConfiguratorPage .steps button {
  position: relative;
  color: #989898;
  background: #c9c9c9;
}
.ConfiguratorPage .steps button.active {
  color: white;
  background: #e7bc51;
}
.ConfiguratorPage .steps button.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #e7bc51;
  border-width: 5px;
  margin-left: -5px;
}
.ConfiguratorPage .gutters button,
.ConfiguratorPage .products button,
.ConfiguratorPage .customizations button,
.ConfiguratorPage .accessories button,
.ConfiguratorPage .types button,
.ConfiguratorPage .styles button {
  position: relative;
  background: none;
  padding: 0;
  font-size: 16px;
  text-transform: none;
  text-align: left;
  color: #989898;
}
.ConfiguratorPage .gutters button:hover,
.ConfiguratorPage .products button:hover,
.ConfiguratorPage .customizations button:hover,
.ConfiguratorPage .accessories button:hover,
.ConfiguratorPage .types button:hover,
.ConfiguratorPage .styles button:hover {
  color: #e7bc51;
}
.ConfiguratorPage .gutters button:hover img,
.ConfiguratorPage .products button:hover img,
.ConfiguratorPage .customizations button:hover img,
.ConfiguratorPage .accessories button:hover img,
.ConfiguratorPage .types button:hover img,
.ConfiguratorPage .styles button:hover img {
  border: solid 3px #e7bc51;
}
.ConfiguratorPage .gutters button img,
.ConfiguratorPage .products button img,
.ConfiguratorPage .customizations button img,
.ConfiguratorPage .accessories button img,
.ConfiguratorPage .types button img,
.ConfiguratorPage .styles button img {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  border: solid 1px #c9c9c9;
}
.ConfiguratorPage .gutters .checked,
.ConfiguratorPage .products .checked,
.ConfiguratorPage .customizations .checked,
.ConfiguratorPage .accessories .checked,
.ConfiguratorPage .types .checked,
.ConfiguratorPage .styles .checked {
  color: #e7bc51;
}
.ConfiguratorPage .gutters .checked img,
.ConfiguratorPage .products .checked img,
.ConfiguratorPage .customizations .checked img,
.ConfiguratorPage .accessories .checked img,
.ConfiguratorPage .types .checked img,
.ConfiguratorPage .styles .checked img {
  border: solid 3px #e7bc51;
}
.ConfiguratorPage .gutters .checked:before {
  content: "\f046";
  font-family: "icomoon";
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #e7bc51;
}
.ConfiguratorPage .products {
  /* reserved and TODO: Alan?? */
}
.ConfiguratorPage .products li {
  position: relative;
}
.ConfiguratorPage .products .pdfWrapper {
  width: 100px;
}
.ConfiguratorPage .products .pdf {
  float: right;
}
.ConfiguratorPage .products .pdf img {
  float: left;
  width: 24px;
  padding: 5px;
}
.ConfiguratorPage .products .pdf img .follow {
  line-height: 19px;
}
.ConfiguratorPage .products .customizations {
  font-size: 14px;
  line-height: 1em;
}
.ConfiguratorPage .products .tooltip {
  padding: 0;
  font-size: 1.2em;
  line-height: 2.2em;
  background: none;
  color: #24adae;
}
.ConfiguratorPage .products .tooltip-box {
  position: absolute;
  bottom: -30px;
  right: 1%;
  width: 90%;
  padding: 2%;
  background: white;
  font-size: 14px;
  line-height: 1.4em;
  border: solid 1px #24adae;
  z-index: 10;
}
.ConfiguratorPage .products .calculator {
  margin-bottom: 1em;
}
.ConfiguratorPage .products .calculator .tooltip-box {
  bottom: -50px;
}
.ConfiguratorPage .products .subtract > span:first-child:after {
  position: absolute;
  top: 25%;
  left: 45%;
  content: "-";
}
.ConfiguratorPage .products .total {
  border-top: solid 1px #e7e7e7;
  padding-top: 1em;
}
.ConfiguratorPage .products .total > span:first-child:after {
  position: absolute;
  top: 35%;
  left: 45%;
  content: "=";
}
.ConfiguratorPage select#lane-count optgroup[label^=non-standard] {
  background-color: #cccccc;
}
.ConfiguratorPage .loader,
.ConfiguratorPage .loader:before,
.ConfiguratorPage .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.ConfiguratorPage .loader {
  color: #24adae;
  font-size: 10px;
  margin: 0 auto 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.ConfiguratorPage .loader:before,
.ConfiguratorPage .loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.ConfiguratorPage .loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.ConfiguratorPage .loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@media (min-width: 100em) {
  .link-wrap ~ .main-wrapper .widgetWrapper {
    margin-top: -54px;
  }
}

@media (max-width: 48em) {
  .main-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

.sitemap-style {
  margin-left: 3em;
}