/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

@font-face {
  font-family: "Acumin Pro";
  src: url("../fonts/Acumin-RPro.otf");
}

html {

  font-family: sans-serif;/* 1 */
  -ms-text-size-adjust: 100%;/* 2 */
  -webkit-text-size-adjust: 100%;/* 2 */

}


/**
 * Remove default margin.
 */

body {

  margin: 0;

}



/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {

  display: block;

}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {

  display: inline-block;/* 1 */
  vertical-align: baseline;/* 2 */

}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {

  display: none;
  height: 0;

}


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {

  display: none;

}



/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {

  background-color: transparent;

}


/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {

  outline: 0;

}



/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {

  border-bottom: 1px dotted;
  border-bottom-width: .1rem;

}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {

  font-weight: 700;

}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {

  font-style: italic;

}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {

  font-size: 2em;
  margin: .67em 0;

}


/**
 * Address styling not present in IE 8/9.
 */

mark, .search-results__item em {

  background: #FF0;
  color: #000;

}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {

  font-size: 80%;

}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {

  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;

}

sup {

  top: -.5em;

}

sub {

  bottom: -.25em;

}



/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {

  border: 0;

}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {

  overflow: hidden;

}



/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {

  /* 
  margin: 1em 40px;
  margin: 1em 4rem;
  */
  margin: 0;

}


/**
 * Address differences between Firefox and other browsers.
 */

hr {

  box-sizing: content-box;
  height: 0;

}


/**
 * Contain overflow in all browsers.
 */

pre {

  overflow: auto;

}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {

  font-family: monospace, monospace;
  font-size: 1em;

}



/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {

  color: inherit;/* 1 */
  font: inherit;/* 2 */
  margin: 0;/* 3 */

}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {

  overflow: visible;

}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {

  text-transform: none;

}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],/* 1 */
input[type="reset"],
input[type="submit"] {

  -webkit-appearance: button;/* 2 */
  cursor: pointer;/* 3 */

}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {

  cursor: default;

}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {

  border: 0;
  padding: 0;

}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {

  line-height: normal;

}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */


input[type="checkbox"],
input[type="radio"] {

  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */

}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {

  height: auto;

}


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {

  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */

}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {

  -webkit-appearance: none;

}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {

  border: 1px solid #E0E0E0;
  margin: 0 2px;
  margin: 0 .2rem;
  padding: .35em .625em .75em;

}


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {

  border: 0; /* 1 */
  padding: 0; /* 2 */

}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {

  overflow: auto;

}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {

  font-weight: 700;

}



/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {

  border-collapse: collapse;
  border-spacing: 0;

}

td,
th {

  padding: 0;

}



/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */



/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {

  color: #1B2D3A;
  font-size: 1em;
  line-height: 1.4;

}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {

  background: #B3D4FC;
  text-shadow: none;

}

::selection {

  background: #B3D4FC;
  text-shadow: none;

}


/*
 * A better looking default horizontal rule
 */

hr {

	display: block;
	height: 1px;
	height: .1rem;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #E0E0E0;
	border-top-width: .1rem;

}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {

	vertical-align: middle;

}


/*
 * Remove default fieldset styles.
 */

fieldset {

  border: 0;
  margin: 0;
  padding: 0;

}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {

    resize: vertical;

}



/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {

  position: relative;
  z-index: 999;
  margin: 0;
  padding: .7em 0;  
  text-align: center;  
  background: #FFD730;

}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */



/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container {

  position: relative;
  width: 100%;
  max-width: 1440px;
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 2rem;

}

.column,
.columns {

  float: left;
  width: 100%;

}


/* For devices larger than 400px */

@media (min-width: 400px) {

  .container {
  
    width: 90%;
    padding: 0;

  }

}


/* For devices larger than 1024px */

@media (min-width: 1024px) {
  
  /* 

  .container {
  
    width: 90%;

  }

  */
  
  .column,
  .columns {
  
    margin-left: 4%;

  }
  
  .column.condensed,
  .columns.condensed {
  
    margin-left: 1%;

  }
  
  .column:first-child,
  .columns:first-child {
  
    margin-left: 0; 

  }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  
  /* Offsets */
  
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}



/* multi columns layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (min-width: 1024px) {

  .mcl {

    list-style: none;

    -webkit-column-gap: 4.8rem;
       -moz-column-gap: 4.8rem;
        -ms-column-gap: 4.8rem;
            column-gap: 4.8rem;

  }

  .mcl--2cols {

    -webkit-column-count: 2;
       -moz-column-count: 2;
        -ms-column-count: 2;
            column-count: 2;

    -webkit-column-width: 50%;
       -moz-column-width: 50%;
        -ms-column-width: 50%;
            column-width: 50%;

  }

  .mcl--3cols {

    -webkit-column-count: 3;
       -moz-column-count: 3;
        -ms-column-count: 3;
            column-count: 3;

    -webkit-column-width: 33%;
       -moz-column-width: 33%;
        -ms-column-width: 33%;
            column-width: 33%;

  }

  .mcl--4cols {

    -webkit-column-count: 4;
       -moz-column-count: 4;
        -ms-column-count: 4;
            column-count: 4;

    -webkit-column-width: 25%;
       -moz-column-width: 25%;
        -ms-column-width: 25%;
            column-width: 25%;

  }

  .mcl--5cols {

    -webkit-column-count: 5;
       -moz-column-count: 5;
        -ms-column-count: 5;
            column-count: 5;

    -webkit-column-width: 20%;
       -moz-column-width: 20%;
        -ms-column-width: 20%;
            column-width: 20%;

  }

  .mcl--6cols {

    -webkit-column-count: 6;
       -moz-column-count: 6;
        -ms-column-count: 6;
            column-count: 6;

    -webkit-column-width: 16%;
       -moz-column-width: 16%;
        -ms-column-width: 16%;
            column-width: 16%;

  }

  .mcl--rule {

    -webkit-column-rule: .1rem solid #E0E0E0;
       -moz-column-rule: .1rem solid #E0E0E0;
        -ms-column-rule: .1rem solid #E0E0E0;     
            column-rule: .1rem solid #E0E0E0; 

  }

}



/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

*, ::after, ::before, html {

  box-sizing: border-box;

}

html {
  
  position: relative;
  /* 
  padding: 1%;
  */
  font-size: 56.8%;
  text-rendering: auto;
  background-color: #FFF;

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;

}


/*640*/

/* 

@media all and (min-width: 640px) {
    
    html {

      font-size: 56.8%;

    }

}

*/

@media (min-width: 768px) {

  html::before {

    content: " ";
    display: block;
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(135deg, #EB4E97, #996AB2, #EB5974, #F6B200);
    background: linear-gradient(-45deg, #EB4E97, #996AB2, #EB5974, #F6B200);
    background-size: 400% 400%;

  }

}

@media all and (min-width: 1024px) {

    html {

      font-size: 62.5%;

    }

}


/* 

@media all and (min-width: 1800px) {

    html {

      font-size: 68.75%;

    }

}

*/


/* 

@media all and (min-width: 2800px) {

    html {

      font-size: 75.5%;

    }

}

*/

body {

  font-family: "Roboto", Arial, Verdana, Helvetica, sans-serif;
  /* 
  -webkit-font-feature-settings: "onum", "kern", "liga";
     -moz-font-feature-settings: "onum", "kern", "liga";
          font-feature-settings: "onum", "kern", "liga";
  */
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.47;
  color: #1B2D3A;
  border-radius: 1px;
  border-radius: .1rem;
  background-color: #FFF;
  box-shadow: 0 1.4rem 2.8rem rgba(0,0,0,0.25), 0 1rem 1rem rgba(0,0,0,.22);

}

img {

  width: 100%;
  max-width: 100%;

}

svg {

  max-width: 100%;

}



/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1, h2, h3, h4, h5, h6 {

  margin-top: 0;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-weight: 300;

}

h1 { font-size: 40px; font-size: 4.0rem; line-height: 1.7;  font-weight: 100;}

h2 { font-size: 33px; font-size: 3.3rem; line-height: 1.25; letter-spacing: -.1rem; }

h3 { font-size: 27px; font-size: 2.7rem; line-height: 1.3;  font-weight: 500;}

h4 { font-size: 20px; font-size: 2.0rem; line-height: 1.35; font-weight: 500;}

h5 { font-size: 17px; font-size: 1.7rem; line-height: 1.5;  }

h6 { font-size: 15px; font-size: 1.5rem; line-height: 1.6;  }


/* Larger than phablet */

@media (min-width: 550px) {

  h1 { font-size: 4.7rem; }

  h2 { font-size: 4.0rem; }

  h3 { font-weight: 400;  }

  h4 { font-weight: 400;  }

}

p {

  margin-top: 0;

}

small {

  font-size: 14px;
  font-size: 1.382rem;
  font-weight: 400;
  color: #A0A0A0;

}

small a {
  
  color: #A0A0A0;
  
}



/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {

  color: #1B2D3A; 
  font-weight: 700;
  text-decoration: underline;

}

a:hover {

  color: #66A79E;/*268FFA*/

}

figure a {

  border-bottom: 0;

}



/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {

  position: relative;
  display: block;
  width: 100%;
  padding: 13px 24px;
  padding: 1.3rem 2.4rem;
  color: #1B2D3A;
  text-align: center;
  font-size: 13px;
  font-size: 1.275rem;
  font-weight: 700;
  line-height: 1.49;
  letter-spacing: 1px; 
  letter-spacing: .128rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #707070;
  border-width: .1rem;
  border-radius: 0;
  cursor: pointer;

}

@media (min-width: 420px)  {

  .button,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {

    display: inline-block;
    width: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;

  }

}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {

  color: #FFF;
  border-color: #1B2D3A;
  background-color: #1B2D3A;
  outline: 0;

}


/* button, style : primary */

.button.button--primary,
button.button--primary,
input[type="submit"].button--primary,
input[type="reset"].button--primary,
input[type="button"].button--primary {

  color: #FFF;
  border-color: #66A79E;
  background-color: #66A79E;

}

.button.button--primary:hover,
button.button--primary:hover,
input[type="submit"].button--primary:hover,
input[type="reset"].button--primary:hover,
input[type="button"].button--primary:hover,
.button.button--primary:focus,
button.button--primary:focus,
input[type="submit"].button--primary:focus,
input[type="reset"].button--primary:focus,
input[type="button"].button--primary:focus {

  background-color: #1B2D3A;
  border-color: #1B2D3A;

}


/* button, style : ghost */

.button.button--ghost,
button.button--ghost,
input[type="submit"].button--ghost,
input[type="reset"].button--ghost,
input[type="button"].button--ghost {

  border-color: #FFF;
  background-color: #FFF;

}

.button.button--ghost:hover,
button.button--ghost:hover,
input[type="submit"].button--ghost:hover,
input[type="reset"].button--ghost:hover,
input[type="button"].button--ghost:hover,
.button.button--primaghostry:focus,
button.button--ghost:focus,
input[type="submit"].button--ghost:focus,
input[type="reset"].button--ghost:focus,
input[type="button"].button--ghost:focus {

  background-color: #1B2D3A;
  border-color: #1B2D3A;

}


/* button, style : light */

.button.button--light,
button.button--light,
input[type="submit"].button--light,
input[type="reset"].button--light,
input[type="button"].button--light {

	color: #676767;
	border-color: #A0A0A0;
	border-style: dotted;
	background-color: transparent;

}

.button.button--light:hover,
button.button--light:hover,
input[type="submit"].button--light:hover,
input[type="reset"].button--light:hover,
input[type="button"].button--light:hover,
.button.button--light:focus,
button.button--light:focus,
input[type="submit"].button--light:focus,
input[type="reset"].button--light:focus,
input[type="button"].button--light:focus {

	color: #1B2D3A;

}


/* button, size : large */

.button.button--large,
button.button--large,
input[type="submit"].button--large,
input[type="reset"].button--large,
input[type="button"].button--large {

  padding: 14px 40px 15px 40px;
  padding: 1.4rem 4rem 1.5rem 4rem;
  font-size: 14px;
  font-size: 1.382rem;
  line-height: 1.49;
  letter-spacing: 1px; 
  letter-spacing: .138rem;

}


/* button, style : close */

.button--x {

  width: 44px;
  width: 4.4rem;
  height: 44px;
  height: 4.4rem;
  margin: 0;
  padding: 0;
  background-image: url("../img/icons/icon-x.svg"), url("../../img/icons/icon-x.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50%;
  text-indent: 100%;
  white-space: nowrap;  
  color: transparent;
  overflow: hidden;

}

.button-bar {

  margin: 24px 0;
  margin: 2.4rem 0;

}

@media (min-width: 660px) {

  .button-bar .button + .button {

    margin-left: .4rem;

  }

}



/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="url"],
input[type="number"],
input[type="month"],
textarea,
select {

  display: block;
  width: 100%;
  min-width: 100%;
  min-height: 63px;
  min-height: 6.3rem;
  padding: 20px 16px;
  padding: 2rem 1.6rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.27;
  color: inherit;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #F3F2F1;
  border-color: #F3F2F1;
  border-style: solid;
  border-width: 1px;
  border-width: .1rem;

}


/* Removes awkward default styles on some inputs for iOS */

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="url"],
input[type="number"],
input[type="month"],
textarea,
select,
input[type="checkbox"],
input[type="radio"] {

  -webkit-appearance: none;
     -moz-appearance: none;
      -ms-appearance: none;
          appearance: none;

}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="month"]:focus,
textarea:focus,
select:focus {

  background-color: #FFF;
  border-color: #E0E0E0;

}

label, legend {

  display: block;
  margin-bottom: 8px;
  margin-bottom: .8rem;

} 

fieldset {

  padding: 0;
  border-width: 0;

}

label {

  font-weight: 400;

}

label > .label-body {
  
  display: inline-block;
  margin-left: 8px;
  margin-left: .8rem;
  font-weight: 400;

}

input[type="checkbox"],
input[type="radio"] {

  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  z-index: -1;  
  display: block;
  float: left;
  width: 17px;
  width: 1.7rem;
  margin-right: -40px;
  margin-right: -4rem;

}

input[type="checkbox"] + label,
input[type="radio"] + label {

  position: relative;
  display: block;
  padding-left: 29px;
  padding-left: 2.9rem;
  padding-right: 0;
  line-height: 1.2; 
  /* 
  color: #A0A0A0; 
  */
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;

}

input[type="checkbox"] + label::before,
input[type="radio"] + label::before {

  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: " ";
  width: 17px;
  width: 1.7rem;
  height: 17px;
  height: 1.7rem;
  text-align: center;
  line-height: 1.24;
  border: 1px solid #A0A0A0;
  border-width: .1rem;

}

input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {

  content: " ";  
  background-image: url(../img/icons/icon-tick-7.svg), url(../../img/icons/icon-tick-7.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-size: 1.2rem;
  background-position: 50% 50%;
  border-color: transparent;  
  background-color: #1B2D3A;

}

input[type="checkbox"]:focus + label::before,
input[type="radio"]:focus + label::before {

  border-color: #1B2D3A;

}

input[type="radio"] + label::before {

  border-radius: 100%;

}

/* 

::-webkit-input-placeholder {

   color: #1B2D3A;

}

:-moz-placeholder {

   color: #1B2D3A;  

}

::-moz-placeholder {

   color: #1B2D3A;  

}

:-ms-input-placeholder {  

   color: #1B2D3A;  

} 

*/

select {

  background-image: url("../img/icons/icon-chevron-down.svg"), url("../../img/icons/icon-chevron-down.svg");
  background-repeat: no-repeat;
  background-position: 94.6% center;
  background-size: 14px;
  background-size: 1.4rem;
  padding-right: 40px;
  padding-right: 4rem;

}

/* 
.form {

} 
*/

@media (min-width: 1024px) {

  .form {

    margin: 6.4rem 0;

  }

  .form--type2 {

    margin: 4rem 0;

  }

}

.form__label {

  margin-bottom: 8px;
  margin-bottom: .8rem;
  font-size: 14px;
  font-size: 1.38rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: .138rem;

}

.form__controls {

  list-style: none;
  margin-bottom: 0;

}

.form__controls--type2 {

  border: 1px solid #E0E0E0;
  border-width: .1rem;
  padding: 23px 16px 10px 20px;
  padding: 2.3rem 1.6rem 1rem 2rem;

}

.form__controls a {

  font-weight: 400;

}

/* 
.form__input-wrap {

} 
*/

.form__input-wrap .button {

  width: 100%;
  margin-right: 0;

}

/* 
.form__input-wrap input, 
.form__input-wrap .button {

  display: block;

} 
*/

@media (min-width: 490px) {

  .form__input-wrap {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

  }

  .form__input-wrap .button {

    -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;

    -webkit-box-align: center;
       -ms-flex-align: center;
   -ms-grid-row-align: center;
          align-items: center;

    width: inherit;
    margin-left: 1rem;
    margin-right: 0;

  }

  .form__input-wrap input, 
  .form__input-wrap .button {

    min-width: 0;
    margin-bottom: 0;

  }

}

/* 
.form__item {

} 
*/

.form__item--type2 {

  border: 1px solid #E0E0E0;
  border-width: .1rem;
  padding: 16px;
  padding: 1.6rem;

}



/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul {

  list-style: circle inside;

}

ol {

  list-style: decimal inside;

}

ol, ul {

  padding-left: 0;
  margin-top: 0;

}

ul ul,
ul ol,
ol ol,
ol ul {

  margin: 15px 0 15px 32px;
  margin: 1.5rem 0 1.5rem 3.2rem;
  font-size: 90%;

}

li {

  margin-bottom: 10px;
  margin-bottom: 1rem;

}

.bullet-list {

	list-style: none;

}

.bullet-list li {

	position: relative;
	margin-left: 16px;
	margin-left: 1.6rem;

}

.bullet-list li::before {

	position: absolute;
	left: -16px;
	left: -1.6rem;
	content: "•";
	color: #66A79E;

}



/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */

code {

  margin: 0 .2rem;
  margin: 0 2px;
  padding: 2px 5px;
  padding: .2rem .5rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F2F3;
  border: 1px solid #E0E0E0;
  border: .1rem;
  border-radius: 4px;
  border-radius: .4rem;

}

pre > code {

  display: block;
  padding: 10px 15px;
  padding: 1rem 1.5rem;
  white-space: pre;

}



/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */

table {

  min-width: 100%;

}

table tr {

  height: 70px;
  height: 7rem;

}

table th {
  
  color: #66A79E

}

th,
td {

  padding: 8px 16px;
  padding: .8rem 1.6rem;
  text-align: left;

}

td {

  border-top: 1px solid #E0E0E0;
  border-top-width: .1rem;

}

th:first-child,
td:first-child {

  padding-left: 0;

}

th:last-child,
td:last-child {

  padding-right: 0;

}

.table-wrap {

  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  background: -webkit-radial-gradient(0% 50%, farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)) 100% 0;
  background: radial-gradient(farthest-side at 0% 50%, rgba(0,0,0,.2), rgba(0,0,0,0)), radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.2), rgba(0,0,0,0)) 100% 0;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: 10px 100%;
  background-size: 1rem 100%;

  overflow-x: auto;
 -webkit-overflow-scrolling: touch;

}

.table-wrap table {

  max-width: none;
  margin-bottom: 0;
  background: -webkit-linear-gradient(left, white 30%, rgba(255,255,255,0)), -webkit-linear-gradient(right, white 30%, rgba(255,255,255,0)) 100% 0;
  background: linear-gradient(to right, white 30%, rgba(255,255,255,0)), linear-gradient(to left, white 30%, rgba(255,255,255,0)) 100% 0;
  background-size: 50px 100%;
  background-size: 5rem 100%;
  background-repeat: no-repeat;

}


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

button,
.button {

  margin-bottom: 8px;
  margin-bottom: .8rem;

}

input,
textarea,
select,
fieldset {

  margin-bottom: 16px;
  margin-bottom: 1.6rem;

}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form,
.form__item,
.footer-list {

  margin-bottom: 24px;
  margin-bottom: 2.4rem;

}



/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.u-full-width {

  width: 100%;

}

.u-max-full-width {

  max-width: 100%;

}

.u-pull-right {

  float: right;

}

.u-pull-left {

  float: left;

}



/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */

hr {

  margin-top: 32px;
  margin-top: 3.2rem;
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E0E0E0;
  border-top-width: .1rem;

}



/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */

.container::after,
.row::after,
.u-cf {

  content: " ";
  display: table;
  clear: both;

}



/*==========================================================================================*/



/* SITE WRAPPER */

/* 
.site-wrap {

}
*/



/* SITE HEADER */

.site-header {

  min-height: 80px;
  min-height: 8rem;
}

.site-header--type2 {

  min-height: 0;
  border-bottom: 1px solid #E0E0E0;
  border-bottom-width: .1rem;

}

.masthead {

  min-height: 80px;
  min-height: 8rem;
  width: 100%;
  position: fixed;
  z-index: 6666666;
  background-color: #f6f5f5;
  border-bottom: 1px solid #d8d8d8;
  height: 80px;
}

@media (min-width: 420px) {

  .masthead {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    padding: 0;

  }

}

.logo {

  width: 188px;
  background-image: url("../img/logo/legrand_logo_new.svg"), url("../../img/logo/legrand_logo_new.svg");
  background-repeat: no-repeat;  
  background-size: contain;
  overflow: hidden;
  background-color: #ED413D;
  background-position: center;
  height: 80px;
  position: absolute;

}

.logo__clicklayer {

  display: block;
  text-indent: 100%;
  white-space: nowrap;  
  color: transparent;

}

.publication {

  margin-right: 21px;
  margin-right: 2.1rem;
  font-weight: 300;
  margin-left: 3rem;
  margin-left: 210px;

}

.publication__name {

  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 2.3125;

}

.publication__version {

	font-size: 12px;
  font-size: 1.2rem;
	text-transform: uppercase;

}

.language-switch {

  position: absolute;
  top: 20px;
  top: 2rem;
  right: 35px;
  right: 3.5rem;
  list-style: none;

}

.language-switch__item {

  display: block;
  margin: 0;

}

.language-switch__button {

  
  display: block;
  padding: 10px;
  padding: 1rem;
  font-size: 13px;
  font-size: 1.275rem;
  letter-spacing: 1px;
  letter-spacing: .128rem;
  line-height: 1.44;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #66A79E;
  background: #66A79E;
  color: #fff;

}

.language-switch__item--current .language-switch__button {

  display: none;

}

.language-switch__button:hover {

  background-color: #1B2D3A;
  border-color: #1B2D3A;
  color: #FFF;

}

.country-nl .brands-list {
  background-image: url("../img/logo/logo-brands-deat.png"), url("../../img/logo/logo-brands-deat.png");
  width: 181px;
  width: 18.1rem;
}

.brands-list {

  display: none;
  list-style: none;
  width: 272px;
  width: 27.2rem;
  height: 34px;
  height: 3.4rem;
  margin: auto 0 auto auto;
  background-image: url("../img/logo/logo-brands.svg"), url("../../img/logo/logo-brands.svg");
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;

}

@media (min-width: 720px) {

  .brands-list {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

  }

  .language-switch {

    margin: auto 0;

  }

  .language-switch__item {

    display: inline-block;
    margin: 0 .7rem 0 0;

  }

}

.country-nl .brands-list__item {
	width: 50%;
}

.brands-list__item {

  display: table-cell;
  width: 33.333%;
  height: 100%;
  overflow: hidden;

}

.country-nl .brands-list__item:nth-child(1) {
	width: 54%;
}

.brands-list__item:nth-child(1) {

  width: 35.29411764705882%;

}

.country-nl .brands-list__item:nth-child(2) {
	width: 46%;
}

.brands-list__item:nth-child(2) {

  width: 35.29411764705882%;

}

.brands-list__item:nth-child(3) {

  width: 29.41176470588235%;

}

.brands-list__item a {

  display: block;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;  
  color: transparent;

}



/* NAV */

.main-nav {

  color: #FFF;
  background-color: #1B2D3A;

}

/* 
.menu-container {

} 
*/

.menu-mobile {

  display: none;
  padding: 13px 0;
  padding: 1.3rem 0;

}

a.menu-mobile {

  color: #1B2D3A;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  letter-spacing: .1rem;

}

.menu-mobile::after {

  position: relative;
  top: 50%;
  float: right;
  padding: 0;
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 28px;
  font-size: 2.8rem;
  color: #1B2D3A;
  color: rgba(32, 32, 32, .7);

  -webkit-transform: translateY(-16%);
      -ms-transform: translateY(-16%);
          transform: translateY(-16%);

}

.menu-dropdown-icon::before {
    
  display: none;
  float: right;
  padding: 18px 10px;
  padding: 1.8rem .1rem;
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 12px;
  font-size: 1.2rem;
  color: #1B2D3A;
  color: rgba(32, 32, 32, .5);
  cursor: pointer;

}

.menu > ul {

  text-align: center;
  list-style: none;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  width: 100%;
  margin-bottom: 0;

}

.menu > ul::before,
.menu > ul::after {

  content: " ";
  display: table;

}

.menu > ul::after {

  clear: both;

}

.menu > ul > li {

  margin: 0;    
  padding: 0;
  display: inline-flex;

}

.menu > ul > li a {

  display: block;
  padding: 17px 16px 16px 16px;
  padding: 1.7rem 1.6rem 1.6rem 1.6rem;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  letter-spacing: .12rem;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;

}

.menu > ul > li.current > a,
.menu > ul > li:hover > a,
.menu > ul > li:active > a,
.menu > ul > li:focus > a    {

  color: #66A79E;

}

.menu > ul > li > ul {

  display: none;
  list-style: none;
  position: absolute;
  z-index: 99;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 24px 0;
  padding: 2.4rem 0;
  background: #F3F2F1;

}

.menu > ul > li > ul::before,
.menu > ul > li > ul::after {

  content: " ";
  display: table;

}

.menu > ul > li > ul::after {

  clear: both;

}

.menu > ul > li > ul > li {

  list-style: none;
  float: left;
  width: 24.625%;
  margin: 0 .5% 0 0;
  padding: 0 16px;
  padding: 0 1.6rem;
  background: none;

}

.menu > ul > li > ul > li:last-child {

  margin-right: 0;
  padding-right: 0;

}

.menu > ul > li > ul > li a {

	display: block;
	width: 95%;
	padding: .2em 0;
	font-size: 17px;
	font-size: 1.7rem;
	color: #1B2D3A;
	color: rgba(32, 32, 32, .72);
	font-weight: 400;
	letter-spacing: normal;
	text-transform: none;
	/* 
	border-bottom: 1px solid #1B2D3A;
	border-bottom-width: .1rem; 
	*/

}

.menu > ul > li > ul > li a:hover {

  color: #66A79E;

}

.menu > ul > li > ul > li > ul {

  display: block;
  list-style: none;  
  /*
  margin: 10px 0 0;
  margin: 1rem 0 0;
  */
  margin: 0;
  padding: 0;

}

.menu > ul > li > ul > li > ul::before,
.menu > ul > li > ul > li > ul::after {

  content: " ";
  display: table;

}

.menu > ul > li > ul > li > ul::after {

  clear: both;

}

.menu > ul > li > ul > li > ul > li {

  float: left;
  width: 100%;
  margin: 0;  

}

.menu > ul > li > ul > li > ul > li.current a {

  color: #66A79E;

}

.menu > ul > li > ul > li > ul > li a {

	/*
  border: 0;
  */
  padding: 11px 0;
  padding: 1.1rem 0;
  border-top: 1px dotted #CCC;
  border-top-width: .1rem;

}

/* 

.menu > ul > li > ul > li > ul > li:first-child a {

  border-top: none;

}

*/

.menu > ul > li > ul.normal-sub > li:last-child {

  margin-right: .5%;
  padding-right: 16px;
  padding-right: 1.6rem;

}

.menu > ul > li > ul.normal-sub {

	left: auto;
	width: 300px;
	width: 30rem;
	padding: 24px 0;
	padding: 2.4rem 0;

}

.menu > ul > li > ul.normal-sub > li {

	width: 100%;
  margin: 0;

}

/*

.menu > ul > li > ul.normal-sub > li a {

  padding: 11px 0;
  padding: 1.1rem 0;
  border-top: 1px dotted #CCC;
  border-top-width: .1rem;

}

*/

.menu > ul > li > ul.normal-sub > li:first-child a {

  border-top: none;

}

.menu > ul > li > ul.normal-sub > li.current a {

  color: #66A79E;

}


/* .group-1 > li a {

  color: #AE743D!important;

}


.group-2 > li a {

  color: #64A46F!important;

}

.group-3 > li a {

  color: #957FB8!important;

}

.group-4 > li a {

  color: #4E85BC!important;

}
 */

@media only screen and (max-width: 1170px) {

  .main-nav {

    color: #1B2D3A;
    background-color: #F3F2F1;

  }

  .menu-container {
  
    width: 100%;
  
  }
  
  .menu-mobile {
  
    display: block;
  
  }
  
  .menu-dropdown-icon::before {
  
    display: block;
  
  }
  
  .menu > ul {
  
    display: none;
  
  }
  
  .menu > ul > li {
  
    display: block; 
    float: none;    
    width: 100%;
    border-top: .1rem solid #E0E0E0;

  }
  
  .menu > ul > li a {
  
    display: block;
    width: 100%;  
    padding: 1.5em 0;
    color: #1B2D3A;
    font-weight: 600;
  
  }
  
  .menu > ul > li > ul {
  
    position: relative;
    padding-top: 0;
  
  }
  
  .menu > ul > li > ul.normal-sub {
  
    width: 100%;
    padding-top: 0;
  
  }

  .menu > ul > li > ul.normal-sub > li {

    float: none;
    position: relative;
    margin-left: 1.6rem;

  }

  .menu > ul > li > ul.normal-sub > li::before {
  
    position: absolute;
    left: -1.6rem;
    content: "•";
    font-size: 2rem;
    line-height: 1.85;

  }

  .menu > ul > li > ul.normal-sub > li:first-child {
  
    margin-left: 1.6rem;
  
  }
  
  .menu > ul > li > ul.normal-sub > li a {

    padding: .5rem 0;

  }

  .menu > ul > li > ul > li {
  
    float: none;
    width: 100%;
    /*
    margin-top: 2rem;
    */
    padding-left: 0;
  
  }
  
  .menu > ul > li > ul > li:first-child {
  
    margin: 0;
  
  }
  
  .menu > ul > li > ul > li > ul {
  
    position: relative;
    padding: 1.6rem 0;
    border-top: .1rem solid #E0E0E0;

  }

  .menu > ul > li > ul > li:first-child > ul {
  
    padding-top: 0;
    border-top: none;

  }

  .menu > ul > li > ul > li > ul > li {
  
    float: none;
    position: relative;
    margin-left: 1.6rem;

  }

  .menu > ul > li > ul > li > ul > li::before {
  
    position: absolute;
    left: -1.6rem;
    content: "•";
    font-size: 2rem;
    line-height: 1.85;

  }

  .menu > ul > li > ul > li > ul > li a {

    border: 0;
    padding: .5rem 0;

  }

  .menu .show-on-mobile {
  
    display: block;
  
  }

}



/* SITE MAIN */

/* 
.site-main {
}
*/

footer .section {

	padding: 0 0 8.8rem 0 !important;

}

.section {

  padding: 48px 0;
  padding: 4.8rem 0;
  border-bottom: 1px solid #E0E0E0;
  border-bottom-width: .1rem;

}

@media (min-width: 1024px) {

  .section {

    padding: 8.8rem 0;

  }

}

.section--type2 {

  padding-top: 40px;
  padding-top: 4.0rem;

}

.section__title {

  position: relative;

}

@media (min-width: 1024px) {

	.section__title--type2 {

	  margin-left: 8.66666666667%;

	}

	.section__title--type2::before {

	  content: " ";
	  display: block;
	  position: absolute;
	  top: -50%;
	  width: 7%;	  
	  height: 100%;
	  max-height: 11.5rem;
	  margin-left: -8.66666666667%;
	  border-bottom: .1rem solid #1B2D3A;

	}

	.section__intro--type2 {

	  margin-left: 8.66666666667%;

	}

}

/* 
.section__intro {
}
*/

.search-bar {

  position: relative;
  min-height: 80px;
  min-height: 8rem;
  margin-top: 40px;
  margin-top: 4rem;

}

.search-bar__icon {

  position: absolute;
  z-index: 1;
  top: 50%;
  left: 36px;
  left: 3.6rem;
  width: 27px;
  width: 2.7rem;
  height: 24px;
  height: 2.4rem;
  background-image: url("../img/icons/icon-search.svg"), url("../../img/icons/icon-search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);

}

.search-bar__form {

  margin-bottom: 0;

}

input.search-bar__input {

  position: relative;
  box-sizing: border-box;
  min-width: 100%;
  height: 80px;
  height: 8rem;
  margin-bottom: 0;
  padding-left: 58px;
  padding-left: 5.8rem;
  line-height: 1.19;
  border-radius: 0;
  outline: none;
  background-color: #F3F2F1;

}

@media (min-width: 400px) {

  .search-bar__icon {

    left: 1.6rem;

  }

}

@media (min-width: 768px) {

  .search-bar__icon {

    width: 5rem;
    border-right: .1rem solid #CCC;

  }

  input.search-bar__input {

    padding-left: 8.9rem;
    font-size: 2.7rem;
    font-weight: 300;

  }

}

/* 
input.search-bar__input:focus {

  border: none;

}
*/

.catalog {
  
  position: relative;
  left: -4px;
  left: -.4rem;
  width: calc(100% + 8px);
  width: calc(100% + .8rem);

}

.gallery {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

  list-style: none;
  margin-bottom: 0;

}

.gallery__item {

  -webkit-box-flex: 1;
          -ms-flex: 1 0 24.4%;
              flex: 1 0 24.4%;

  margin: 0 4px 8px 4px;
  margin: 0 .4rem .8rem .4rem;
  background-color: #F3F2F1;
  min-width: 241px;
  min-width: 24.1rem;
  overflow: hidden;

}

.is-empty {

  min-height: 0!important;
  height: 0!important;

}

.category {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

     -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
  
  position: relative;
  min-height: 248px;
  min-height: 24.8rem;
  /* 
  padding: 16px;
  padding: 1.6rem;
  */
  padding: .9411em;
  text-decoration: none;

}

.category__title {

  -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
  
  padding: 0;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 400;

}

.category__thumbs {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-top: auto;
  margin-bottom: 2.353em;

}

.category__thumb {

   -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;

  min-width: 70px;
  min-width: 7rem;
  min-height: 70px;
  min-height: 7rem;
  /* 
  margin: 8px 8px 0 0;
  margin: .8rem .8rem 0 0;
  */
  margin: .471em .471em 0 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;

}

.category__thumb--xs {

  min-width: 48px;
  min-width: 4.8rem;
  min-height: 48px;
  min-height: 4.8rem;

}

.category__thumb--s {

  min-width: 56px;
  min-width: 5.6rem;
  min-height: 56px;
  min-height: 5.6rem;

}

.category__thumb--m {

  min-width: 72px;
  min-width: 7.2rem;
  min-height: 72px;
  min-height: 7.2rem;

}

.category__thumb--l {

  min-width: 80px;
  min-width: 8rem;
  min-height: 80px;
  min-height: 8rem;

}

.category__thumb--xl {

  min-width: 88px;
  min-width: 8.8rem;
  min-height: 88px;
  min-height: 8.8rem;

}

.category__thumb:last-child {

  margin-right: 0;

}


/**/

.is-style-1 {

  color: #AE743D;
  background-color: #F5ECDC;
  background-color: rgba(240, 225, 200, .64);

}

.is-style-1 a {

  color: #AE743D;

}

.is-style-1:hover,
.is-style-1:active,
.is-style-1:focus {

  background-color: #F1E3CC;
  background-color: rgba(240, 225, 200, .80);

}


/**/

.is-style-2 {

  color: #64A46F;
  background-color: #E8F2E7;
  background-color: rgba(219, 234, 218, .64);

}

.is-style-2 a {

  color: #64A46F;

}

.is-style-2:hover,
.is-style-2:active,
.is-style-2:focus {

  background-color: #DCEBDC;
  background-color: rgba(219, 234, 218, .90);

}


/**/

.is-style-3 {

  color: #957FB8;
  background-color: #EEE3ED;
  background-color: rgba(228, 212, 227, .64);

}

.is-style-3 a {

  color: #957FB8;

}

.is-style-3:hover,
.is-style-3:active,
.is-style-3:focus {

  background-color: #E5D6E4;
  background-color: rgba(228, 212, 227, .84);

}


/**/

.is-style-4 {

  color: #4E85BC;
  background-color: #DDE8F2;
  background-color: rgba(202, 219, 235, .64);

}

.is-style-4 a {

  color: #4E85BC;

}

.is-style-4:hover,
.is-style-4:active,
.is-style-4:focus {

  background-color: #CCDCEB;
  background-color: rgba(202, 219, 235, .88);

}


/**/

.is-style-5 {

  background-color: #F3F2F1;
  background-color: rgba(243, 242, 241, 1);

}

/* 
.is-style-5 a {
}
*/

/* 
.is-style-5 a:hover,
.is-style-5 a:active,
.is-style-5 a:focus {

  background-color: #F3F2F1;
  background-color: rgba(243, 242, 241, 1);

} 
*/



/* SITE FOOTER */

.site-footer {
  background: #1B2D3A;
}

.footer-list {

  list-style: none;
  margin-bottom: 0;

}

.footer-list__item {

  display: block;
  margin-bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: .11rem;
  border-bottom: 1px solid #E0E0E0;
  border-bottom-width: .1rem;

}

.footer-list__item:first-child {

  margin-bottom: 10px;
  margin-bottom: 1rem;
  border-bottom: none;

}
.footer__slogan {
  width: 188px;
}


.footer__slogan .f-slogan {
  width: 188px;
  background-color: #ED413D;
  color: #fff;
  padding: 22px 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}    

.footer-list {
  text-align: center;
  margin-top: 4rem;
}

.footer-list__item {
  color: #fff;
}

.footer-list__item a {
  
  display: block;
  padding: 13px 0;
  padding: 1.3rem 0;
  text-decoration: none;
  color: #fff;

}

@media (min-width: 420px) {

  .footer-list__item {

    display: inline-block;
    margin-right: 1.6rem;
    font-size: 1.1rem;
    border-bottom: none;

  }

  .footer-list__item:first-child {

    margin-bottom: 0;

  }

  .footer-list__item a {

    display: inline;
    text-decoration: none;

  }

}

.social-list {
	text-align: center;
  margin-top: 4rem;;
}

.social-list li {

  list-style: none;
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;

}
.footer_copyright {
  color: #fff;
  margin-left: 3rem;
}

.social-list a {

  list-style: none;
  margin-bottom: 0;
  color: #fff;
  font-size: 2.2rem;

}

.social-list__item {

  display: block;
  margin-bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: .11rem;
  border-bottom: 1px solid #E0E0E0;
  border-bottom-width: .1rem;

}

.social-list__item:last-of-type {

  margin-right: 0;

}

.social-list__item a {

  display: block;
  padding: 13px 0;
  padding: 1.3rem 0;
  text-decoration: none;

}

@media (min-width: 420px) {

  .social-list__item {

    display: inline-block;
    margin-left: 1.6rem;
    font-size: 1.1rem;
    border-bottom: 0;

  }

  .social-list__item a {

    display: inline;
    text-decoration: none;

  }

}

.social-list__icon {

  display: inline-block;
  vertical-align: baseline;
  margin-right: 0;

}

.jumbotron {

	position: relative;
	min-width: 100%;
	min-height: 290px;
	min-height: 29rem;
	background-image: url("../img/jumbotron/bg-jumbotron-01.jpg"), url("../../img/jumbotron/bg-jumbotron-01.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;

}

/*
.jumbotron::after {

  display: none;
  opacity: .55;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, #000, transparent);
  z-index: 0;

}
*/

.jumbotron__title {

	position: absolute;
	top: calc(50% - 20px);
	top: calc(50% - 2rem);
  z-index: 2;
	width: 100%;
	margin: 20px 0;
	margin: 2rem 0;
	padding: 0 20px;
	padding: 0 2rem;
	color: #FFF;
	text-align: center;
	line-height: 1;

	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);

}

.jumbotron__title--type2 {

  color: #1B2D3A;

}

.jumbotron .search-bar {

	position: absolute;
  z-index: 3;
	bottom: 0;
	min-width: 100%;
	margin-top: 0;

}

.jumbotron input.search-bar__input {

	border: none; 

}

@media (max-width: 768px) {

  .jumbotron .search-bar .container {

    width: 100%;
    padding-left: 0;
    padding-right: 0;

  }
  
  .jumbotron .search-bar__icon {

    left: 1.6rem;

  }

}

/* 

.breadcrumb {
}

*/

.breadcrumb-list {

  list-style: none;
  text-transform: uppercase;
  font-weight: 700;

}

@media (min-width: 768px) {

  .breadcrumb-list {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

  }

	.breadcrumb-list__item {

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		
		-webkit-box-align: center;
		   -ms-flex-align: center;
		      align-items: center;

		margin-bottom: 0;	

	}

}

.breadcrumb-list__item a {

  text-decoration: none;

}

.breadcrumb-list__item--current {

	color: #66A79E;

}

/* 

.breadcrumb-list__item a:hover {
}

*/

.breadcrumb-list__item::before {

  opacity: .26;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=26)";
	
	display: inline-block;
  content: " ";
  width: 7px;
  width: .7rem;
  height: 12px;
  height: 1.2rem;
  margin-right: 4px;
  margin-right: .4rem;
  background-image: url("../img/icons/icon-chevron-right.svg"), url("../../img/icons/icon-chevron-right.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;

}

@media (min-width: 768px) {

	.breadcrumb-list__item::before {

		display: block;
		margin: 0 .8rem;  

	}

}

.breadcrumb-list__item:first-child::before {

  display: none;

}

.slats {

	list-style: none;

}

.slats__item {

	margin-bottom: 3px;
	margin-bottom: .3rem;

}

.slats--type2 .slats__item {

  margin-bottom: 0;
  border-top: 1px solid #E0E0E0;
  border-top-width: .1rem;

}

.slats__item:last-child {

	margin-bottom: 0;

}

.slats__item a, .faceted-search__title {

	display: block;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 400;
	text-decoration: none;
	background-position: 96% 50%;

}

.slats--type2 a {

  padding-left: 0;

}

.slats__item a:hover {

	background-image: url("../img/icons/icon-chevron-right.svg"), url("../../img/icons/icon-chevron-right.svg");
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: 8px;
	background-size: .8rem;

}

/*

.documents {
} 

*/

.documents__header {

  margin-bottom: 41px;
  margin-bottom: 4.1rem;

}

.documents__title {

  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;

}

.documents__counter {

  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.19;
  color: #66A79E;

}

/* 
.documents__body {
} 
*/

.documents-list {

  list-style: none;
  margin-bottom: 48px;
  margin-bottom: 4.8rem;
  border-bottom: 1px solid #E0E0E0;
  border-bottom-width: .1rem;

}

.documents-list__item {

  display: block;
  margin-bottom: 0;
  padding: 48px 0;
  padding: 4.8rem 0;
  border-top: 1px solid #E0E0E0;
  border-top-width: .1rem;

}

.controller-service .file {
  height: auto;
}

.file {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  
  height: 100%;

}

@media (min-width: 420px) {

  .file__body {

    -webkit-box-flex: 3;
        -ms-flex: 3 1 0;
            flex: 3 1 0;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
       -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
    
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
    
    padding: 0 2.4rem 0 0;

  }

}

.file__title {

  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1.19;

}

.file__description {

  max-width: 750px;
  max-width: 75rem;

}

/* 

.file__description a {

  font-weight: 400;

}

*/

.file__preview {

  -webkit-box-flex: 1;
      -ms-flex: 1 1 0;
          flex: 1 1 0;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
     -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
  
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;

}

.file__placeholder {

  display: block;
  width: 210px;
  width: 21rem;
  height: 297px;
  height: 29.7rem;
  background-color: #FFF;
  box-shadow: 0 .1rem .3rem rgba(0,0,0,.12), 0 .1rem .2rem rgba(0,0,0,.24);

}

.file__placeholder:hover {

  box-shadow: 0 1.4rem 2.8rem rgba(0,0,0,.25), 0 1rem 1rem rgba(0,0,0,.22);

}

.file__placeholder--has-preview {

  background-position: 0 0;
  background-size: cover;

}

.file__placeholder--is-doc, .file__placeholder--is-docx {

  background-image: url("../img/logo/legrand_logo_new.svg"), url("../img/icons/icon-ext-doc.svg"), url("../../img/logo/legrand_logo_new.svg"), url("../../img/icons/icon-ext-doc.svg");
  background-repeat: no-repeat;
  background-size: 6.6rem, 7rem;
  background-position: 94% 96%, 50% 50%;

}

.file__placeholder--is-txt {

  background-image: url("../img/logo/legrand_logo_new.svg"), url("../img/icons/icon-ext-txt.svg"), url("../../img/logo/legrand_logo_new.svg"), url("../../img/icons/icon-ext-txt.svg");
  background-repeat: no-repeat;
  background-size: 6.6rem, 7rem;
  background-position: 94% 96%, 50% 50%;

}

.file__placeholder--is-pdf {

  background-image: url("../img/logo/legrand_logo_new.svg"), url("../img/icons/icon-ext-pdf.svg"), url("../../img/logo/legrand_logo_new.svg"), url("../../img/icons/icon-ext-pdf.svg");
  background-repeat: no-repeat;
  background-size: 6.6rem, 7rem;
  background-position: 94% 96%, 50% 50%;

}

.file__placeholder--is-ppt {

  background-image: url("../img/logo/legrand_logo_new.svg"), url("../img/icons/icon-ext-ppt.svg"), url("../../img/logo/legrand_logo_new.svg"), url("../../img/icons/icon-ext-ppt.svg");
  background-repeat: no-repeat;
  background-size: 6.6rem, 7rem;
  background-position: 94% 96%, 50% 50%;

}

.bigslide-panel {

  position: fixed;
  z-index: 999;
  left: -15.625em; /*left or right and the width of the navigation panel*/
  width: 15.625em; /*should match the above value*/
  background-color: #FFF;
  box-shadow: 0 1.4rem 2.8rem rgba(0,0,0,.25), 0 1rem 1rem rgba(0,0,0,.22);  
  overflow-y: auto;

}

.panel {

  padding: 16px;
  padding: 1.6rem;

}

.panel__title {

  margin: 4px 0 16px 0;
  margin: .4rem 0 1.6rem 0;
  padding: 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  letter-spacing: .13rem;
  line-height: 1.47;
  color: #66A79E;
  text-transform: uppercase;

}

.thumb-list {

  list-style: none;
  margin-bottom: 0;

}

.thumb-list__item {

  margin-bottom: 16px;
  margin-bottom: 1.6rem;

}

.thumb {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  font-weight: 300;
  text-decoration: none;

}

.thumb__image {

  -webkit-box-flex: 1;
          -ms-flex: 1 1 0;
              flex: 1 1 0;
  
  margin-right: 8px;
  margin-right: .8rem;
  text-align: center;

}

.bigslide-panel .thumb__image img {
	max-height: 55px;
	max-width: 100%;
	width: auto;
	height: auto;	
}

.thumb__meta {

  -webkit-box-flex: 3;
      -ms-flex: 3 1 0;
          flex: 3 1 0;

}

.thumb__ref {

  display: block;
  margin: -1px 10px 0 0;
  margin: -.1rem 1rem 0 0;
  padding: 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  letter-spacing: .15rem;
  line-height: 1.2;
  text-transform: uppercase;

}

.thumb__description {

  display: block;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.33;

}

/* 
.materials-lists {

}  
*/

/* 
.app-table {

} 
*/

.app-table th,
.app-table td {

  padding: 16px 8px;
  padding: 1.6rem .8rem;

}

.app-table th:first-child,
.app-table td:first-child {

  padding-left: 0;

}

.app-table th:last-child,
.app-table td:last-child {

  padding-right: 0;

}

.app-table--index td:first-child {

  width: 80%;

}

.app-table a {

  display: block;

}

.app-table__button {

  margin-right: 0;
  margin-bottom: 0;

}

.app-table__button-bar {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: end;
     -ms-flex-pack: end;
   justify-content: flex-end;

}

.app-table__button-bar .button {

  margin-right: 8px;
  margin-right: .8rem;

}

.app-table__button-bar .button:last-child {

  margin-right: 0;

}

.app-table__image {

  max-width: 72px;
  max-width: 7.2rem;
  min-width: 56px;
  min-width: 5.6rem;  

}

.stepper {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  border: 1px solid #E0E0E0;
  border-width: .1rem;
  border-radius: 3px;
  border-radius: .3rem;

}

.stepper__button,
.stepper__input {

  -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;

}

.stepper__button {

  -ms-flex-item-align: center;
           align-self: center;

  
  min-width: 40px;
  min-width: 4rem;
  font-size: 10px;
  font-size: 1rem;
  line-height: 3.1;  
  text-align: center;  
  text-decoration: none;
  outline: none;
  background-color: #F3F2F1;

}

input.stepper__input {

  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  min-height: 31px;
  min-height: 3.1rem;
  line-height: 1;
  text-align: center;
  background: none;
  border: none;

}

.total {

  border-bottom: none;

}

.total__label {

  font-weight: 700;
  text-align: right;

}

.row-style-dotted td {

  border-top-style: dotted;

}

/* 

.app-table-related {
} 

*/

.app-table-related__icon {

  opacity: .66;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";

  content: " ";
  position: relative;
  top: -10px;
  top: -1rem;
  display: inline-block;
  width: 18px;
  width: 1.8rem;
  height: 10px;
  height: 1rem;
  background-image: url("../img/icons/icon-indent.svg"), url("../../img/icons/icon-indent.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;

}

@media (min-width: 1145px) {

  .app-table-related__icon {

    opacity: .33;
    top: 0;

  }

}

.app-table__icons {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

  max-width: 66px;
  max-width: 6.6rem;


}

.app-table__icons .icon {

  width: 18px;
  width: 1.8rem;
  height: 18px;
  height: 1.8rem;

}

/* 
.total__amount {

} 
*/

/* 
.product {

} 
*/

/* 
.product__header {

}
*/

.product__image {

  max-width: 304px;
  max-width: 30.4rem;
  margin: 16px auto 32px auto;
  margin: 1.6rem auto 3.2rem auto;
  text-align: center;
  
} 

.product__image img {
	max-width: 250px;
	max-height: 250px;
	width: auto;
	height: auto;
	margin: auto;
}

@media (min-width: 1024px) {

  .product__image {

    max-width: inherit;
    margin: 1.6rem 10% 3.2rem 10%;

  } 

}

/* 
.product__title {

}
*/

.meta {

  border-bottom: 1px solid #E0E0E0;
  border-bottom-width: .1rem;

}

.meta--type2 {

	border-bottom: 0;

}

.meta__item {

  display: inline-block;
  margin: 0 0 15px 0;
  margin: 0 0 1.5rem 0;
  padding: 0 10px;
  padding: 0 1rem;
  border-right: 1px solid #E0E0E0;
  border-right-width: .1rem;

}

.meta__item:first-child {

  padding-left: 0;

}

.meta__item:last-child {

  border-right: 0;

}

.meta a {

  font-weight: 400;

}

.reference {

  display: inline-block;
  margin: -4px 0 0 0;
  margin: -.4rem 0 0 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  letter-spacing: .15rem;
  line-height: 1.2;
  text-transform: uppercase;

}

.icon {

  display: inline-block;
  vertical-align: text-top;
  width: 22px;
  width: 2.2rem;
  height: 22px;
  height: 2.2rem;
  margin-right: 4px;
  margin-right: .4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;

}

.icon--new {

  background-image: url("../img/icons/icon-new.svg"), url("../../img/icons/icon-new.svg");

}

.icon--eco {

  background-image: url("../img/icons/icon-eco.svg"), url("../../img/icons/icon-eco.svg");

}

.icon--eliot {

  background-image: url("../img/icons/icon-eliot.svg"), url("../../img/icons/icon-eliot.svg");

}

.icon--eliot-2 {

  background-image: url("../img/icons/icon-eliot-2.svg"), url("../../img/icons/icon-eliot-2.svg");

}

.icon--stock {

  background-image: url("../img/icons/icon-stock.svg"), url("../../img/icons/icon-stock.svg");

}

.icon--stock-2 {

  background-image: url("../img/icons/icon-stock-2.svg"), url("../../img/icons/icon-stock-2.svg");

}

.icon--warning {

  background-image: url("../img/icons/icon-warning.svg"), url("../../img/icons/icon-warning.svg");

}

.icon--revit {

  background-image: url("../img/icons/icon-revit.png"), url("../../img/icons/icon-revit.png");
  background-size: contain;

}

.price-wrap {

  margin: 32px 0;
  margin: 3.2rem 0;

}

.price {

  display: inline;
  margin-right: 8px;
  margin-right: .8rem;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.175;

}

.price-info {

  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.38;

}

/* 
.product__body {

} 
*/

/* 
.product__section {

  padding: 16px 0 0 0;
  padding: 1.6rem 0 0 0;

}  
*/

.product__subtitle {

  padding-bottom: 12px;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #E0E0E0;
  border-bottom-width: .1rem;
  font-weight: 300;

}

.characteristics {

  margin-bottom: 32px;
  margin-bottom: 3.2rem;
  padding: 24px;
  padding: 2.4rem;
  border: 1px solid #E0E0E0;
  border-width: .1rem;
  background-color: #FFF;

}

.is-style-1-bg {

  border: none;
  background-color: #F9F2E8;
  background-color: rgba(240, 225, 200, .42);

}

.is-style-2-bg {

  border: none;
  background-color: #EBF3EA;
  background-color: rgba(219, 234, 218, .56);
  
} 

.is-style-3-bg {

  border: none;
  background-color: #F2EAF2;
  background-color: rgba(228, 212, 227, .48);
  
} 

.is-style-4-bg {

  border: none;
  background-color: #E1EBF4;
  background-color: rgba(202, 219, 235, .56);

} 

.is-style-5-bg {

  border: none;
  background-color: #F3F2F1;
  background-color: rgba(243, 242, 241, 1);

} 

.utility-link-wrap {

  margin-bottom: 16px;
  margin-bottom: 1.6rem;

}

.utility-link {

  display: inline-block;
  margin-top: 10px;
  margin-top: 1rem;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1.1px;
  letter-spacing: .11rem;
  line-height: 1.35;
  outline: none;
  text-transform: uppercase;
  vertical-align: middle;
  text-decoration: none;
  color: #66A79E;

}

/* 
.utility-link__icon {

} 
*/

.specs {

  list-style: none;
  margin-bottom: 0;

} 

.specs .last {
	border-bottom: #cccccc solid 1px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

/* 
.specs li {

} 
*/

.specs__key {

  display: block;
  margin-right: 8px;
  margin-right: .8rem;
  font-weight: 500;

}

.specs__value {

  font-weight: 300;

}

/* 
.audio {

}
*/

.audio__item {

  margin-bottom: 32px;
  margin-bottom: 3.2rem;

}

/* 
.video {

} 
*/

.video__item {

  margin-bottom: 56px;
  margin-bottom: 5.6rem;

}

/* 
.flags {

}
*/

.flags__item {

	display: block;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	font-weight: 300;
	text-decoration: none;

}

@media (min-width: 920px) {

	.flags {

	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;

	  -ms-flex-wrap: wrap;
	      flex-wrap: wrap;

	  position: relative;
	  left: -4%;
	  width: calc(100% + 4%);

	}

	.flags__item {

	  -webkit-box-flex: 1;
	          -ms-flex: 1 1 46%;
	              flex: 1 1 46%;

	  max-width: 46%;
    margin-left: 4%;

	}

}

.flag__figure {

  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  padding: 12px 8px;
  padding: 1.2rem .8rem;
  border: 1px solid #E0E0E0;
  background-color: #FFF;
  height: 100%;

}

.flag__figure__img {
  display: flex;
  align-content: center;
  align-items: center;
  height: 100%;  
}

@media (min-width: 420px) {

	.flag {

	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;

	}

	.flag__figure {

	  min-width: 24.1%;
	  max-width: 24.1%;   
	  margin-right: 1.412em;
	  margin-bottom: 0;

	}

}

.flag__body {

  -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
  text-decoration: none;

}

.flag__body p {
  font-weight: 300;
}

.flag__body,
.flag__body :last-child {

  margin-bottom: 0;

}

.flag__title {

  margin-bottom: 10px;
  margin-bottom: 1rem;

}

.flag--center {

  -webkit-box-align: center;
     -ms-flex-align: center;
 -ms-grid-row-align: center;
        align-items: center;
		height: 100%;

}

.flag--reverse > .flag__figure {

  -webkit-box-ordinal-group: 2;
             -ms-flex-order: 1;
                      order: 1;
  margin: 0 0 0 24px;
  margin: 0 0 0 2.4rem;

}

.modal { 

  display: none;
  max-width: 768px;
  max-width: 76.8rem;
  min-width: 30vw;

}



/* LAYOUT CONTAINER */

.layout {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

.layout__aside {

  min-width: 272px;
  min-width: 27.2rem;
  max-width: 320px;
  max-width: 32rem;
  margin-right: 32px;
  margin-right: 3.2rem;
  padding: 28px 24px 48px 24px;
  padding: 2.8rem 2.4rem 4.8rem 2.4rem;
	background-color: #F3F2F1;
	overflow: hidden;

}

.layout__main {

	width: 100%;
  overflow: hidden;

}

.toggle-filters {

  display: none;
  width: 100%;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;

}

@media (min-width: 400px) {

  .toggle-filters {

    display: none;
    width: auto;
    margin-bottom: 0;

  }

}

.close-filters {

  display: none;
  position: absolute;
  top: 0;
  right: 0;

}

@media only screen and (max-width: 1024px) {

  .toggle-filters {

    display: block;

  }

  .close-filters {

    display: block;

  }

  .layout__aside  {

    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;

  }

  .layout__aside--active {

    box-shadow: 0 1.4rem 2.8rem rgba(0,0,0,.25), 0 1rem 1rem rgba(0,0,0,.22);
    z-index: 1050;

  }

}



/* ASIDE (sidebar) */

/* 
.sidebar {
} 
*/

.sidebar__title {

  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  font-weight: 300;
  line-height: 1.35;

}

@media (min-width: 1024px) {

  .sidebar__title {

    font-size: 2rem;

  }

}

.filters {

  list-style: none;
  font-size: 111%;

}

.filters .button {

	display: block;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;

}

.filters label:hover {

  color: #66A79E;

}

.filter__content {

  display: none;
  position: relative;
  list-style: none;
  margin-left: 0;

}

.filter__content.filter-collapsed {
	height: 132px;
	height: 13.3rem;
	overflow: hidden;
}

.is-open {

  display: block;

}

.counter {

  position: absolute;
  top: 0;
  right: 0;
  color: #A0A0A0;

}

.filter__content li {

  margin-bottom: 0;

}

.filter__content label {

	display: block;
  padding-right: 30px;
	padding-right: 3rem!important;

}

.filter__title {

	position: relative;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding-bottom: 11px;
	padding-bottom: 1.1rem;
	padding-right: 11px;
	padding-right: 1.1rem;
	font-size: 14px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	letter-spacing: .138333rem;
	line-height: 1.47;
	text-transform: uppercase;
	border-bottom: 1px solid #1B2D3A;
	border-bottom-width: .1rem;
	cursor: pointer;

}

.filter__title::after {

	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

  display: block;
  content: " ";
  position: absolute;
  top: 31%;
  right: 0;
  width: 12px;
  width: 1.2rem;
  height: 7px;
  height: .7rem;
  line-height: 1;
  font-weight: 200;
  background-image: url("../img/icons/icon-chevron-down.svg"), url("../../img/icons/icon-chevron-down.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  overflow: hidden;

  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);

}

.clear-selection {

  display: block;
  margin-top: 12px;
  margin-top: 1.2rem;
  margin-bottom: 5px;
  margin-bottom: .5rem;
  font-size: 85%;
  font-weight: 300;
  line-height: 1;
  text-decoration: underline;

}

/* 
.search-history-wrap {

} 
*/

.search-history {

  list-style: none;

}

.search-history__item {

  margin-bottom: 6px;
  margin-bottom: .6rem;
  background-image: url("../img/icons/icon-search.svg"), url("../../img/icons/icon-search.svg");
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-position: 0 .3rem;
  background-size: 17px;
  background-size: 1.7rem;

}

.search-history__item a  {

  display: block;
  padding: 0 0 0 30px;
  padding: 0 0 0 3rem;
  font-weight: 400;
  text-decoration: none;

}

.paging {

	padding: 17px 0 16px 0;
	padding: 1.7rem 0 1.6rem 0;
  border-bottom: 1px solid #CCC;
  border-bottom-width: .1rem;

}

@media (min-width: 400px) {

  .paging {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
       -ms-flex-pack: justify;
     justify-content: space-between;  

    -webkit-box-align: center;
       -ms-flex-align: center;
   -ms-grid-row-align: center;
          align-items: center;

    padding: 1.7rem 0 1.6rem 0;
    border-bottom: .1rem solid #CCC;

  }

}

.page-marker {

  display: none;
  margin: 0 8px;
  margin: 0 .8rem;

} 

@media (min-width: 650px) {

  .page-marker {

    display: block;
  
  } 

}

/*
.page-sorting {
}
*/

.page-sorting__select {

  min-height: 47px;
  min-height: 4.7rem;
  margin-bottom: 0;
  padding-top: 12px;
  padding-top: 1.2rem;
  padding-bottom: 12px;
  padding-bottom: 1.2rem;
	background-color: #FFF;
	border-color: #CCC;

}

.search-results {

	list-style: none;

}

.search-results__item {

	margin-bottom: 0;
  padding: 16px 0;
  padding: 1.6rem 0;
	border-bottom: 1px solid #E0E0E0;
	border-bottom-width: .1rem;

}

.search-results__item .media__figure {
	text-align: center;
}

.search-results__item .media__figure img {
	max-height: 96px;
	max-width: 96px;
	width: auto;
	height: auto;
	margin: auto;
}

.media {

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: start;
	   -ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	      align-items: flex-start;

	text-decoration: none;

}

.media__figure {

	width: 10%;
	min-width: 110px;
	min-width: 12.3rem;
	margin-right: 16px;
	margin-right: 1.6rem;
	padding: 8px;
	padding: .8rem;
	border: 1px solid #E0E0E0;
	border-width: .1rem;

}

.media__body {

	-webkit-box-flex: 1;
	    		-ms-flex: 1;
	        		flex: 1;

}

.media__body,
.media__body:last-child {

	margin-bottom: 0;

}

.media__title {

	margin-bottom: 8px;
	margin-bottom: .8rem;
	font-size: 100%;
	font-weight: 400;

}

.media--center {

	-webkit-box-align: center;
	   -ms-flex-align: center;
	-ms-grid-row-align: center;
	      align-items: center;

}

.media--reverse > .media__figure {

	-webkit-box-ordinal-group: 2;
	           -ms-flex-order: 1;
	                    order: 1;

	margin: 0 0 0 16px;
	margin: 0 0 0 1.6rem;

}

/* 
.pagination {

}
*/

.pagination-list {

  list-style: none;
  position: relative;
  margin-bottom: 0;
  padding: 32px 0;
  padding: 3.2rem 0;
  text-align: center;

}

.pagination-list::before {

  content: " ";
  position: absolute;  
  top: 0;
  left: 0;
  width: 100%;  
  border-top: 1px solid #CCC;
  border-top-width: .1rem;

}

.pagination-list__item {

  position: relative;
  display: inline-block;
  margin-bottom: 0;
  color: #A0A0A0;
  cursor: pointer;

}

.pagination-list__item:first-child {

  float: left;

}

.pagination-list__item:last-child {

  float: right;

}

.pagination-list__item--current {

  color: #1B2D3A;
  font-weight: 700;

}

.pagination-list__item--disabled {

  visibility: hidden;

}

.pagination-list__item--disabled,
.pagination-list__item--inactive {
  
  color: #A0A0A0!important;
  cursor: default;

}

.pagination-list__item a {

  display: block;
  padding: 11px 16px;
  padding: 1.1rem 1.6rem;
  color: inherit;
  cursor: inherit;
  text-decoration: none;

}

.pagination-list__item--prev a {

  padding-left: 0;
  padding-right: 24px;
  padding-right: 2.4rem;

}

.pagination-list__item--next a {

  padding-right: 0;
  padding-left: 24px;
  padding-left: 2.4rem;

}

.pagination-list__item:not(.pagination-list__item--disabled):hover {

  color: #66A79E;

}

.share-query {

  font-style: italic;
  font-weight: 400;
  color: #A0A0A0;

}

.share-query a {

  font-style: italic;
  font-weight: 400;
  color: #A0A0A0;

}

.overlay {

  visibility: hidden;
  position: fixed;
  z-index: 2;
  top: 0; 
  right: 0;  
  left: 0;
  bottom: 0;
  background: transparent;

}

.overlay--active {

  visibility: visible;
  z-index: 1049;
  background: #1B2D3A;
  background: rgba(0, 0, 0, .8);

}

.doc-viewer {

  position: relative;
  width: 100%;
  overflow-x: hidden;

}

@media (min-width: 870px) {

  .doc-viewer {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center; 
    
  }

}

.doc-viewer__item {

  position: relative;
  margin: 0 1.5% .9412em 1.5%;
  border: 1px solid #E0E0E0;
  border-width: .1rem;
  box-shadow: 0 .1rem .3rem rgba(0,0,0,.12), 0 .1rem .2rem rgba(0,0,0,.08);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;

}

@media (min-width: 720px) {

  .doc-viewer__item {

    min-width: 72rem;

  }

}

/* 
.doc-viewer__item--focus {

} 
*/

.doc-viewer__nav {

  display: none;
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";

  text-indent: 100%;
  white-space: nowrap;  
  color: transparent;
  overflow: hidden;

}

@media (min-width: 870px) {

  .doc-viewer__nav {

    display: block;

  }

}

.doc-viewer__nav:hover {

  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}

/* 

.doc-viewer__button {

  position: absolute;
  margin: 0;
  top: 12px;
  top: 1.2rem;
  right: 12px;
  right: 1.2rem;

}
*/

/* 
.doc-viewer__image {

} 
*/

/* 
.config {

}
*/

@media (min-width: 600px) {

	.config {

		padding: 3.2rem;
		border: .1rem solid #E0E0E0;

	}

}

.config__header {

	margin-bottom: 8px;
	margin-bottom: .8rem;

}

.config__subtitle {

	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.35;

}

.config__preview {

	margin-bottom: 24px;
	margin-bottom: 2.4rem;

}

/* 
.config select {

  margin-bottom: 0;
  background-color: #FFF;
  border-color: #CCC;

} 
*/ 

/* 
.config__body {

} 
*/

/* 
.config__footer {

} 
*/

.parts-picker {

	list-style: none;
	margin-bottom: 0;
	border-bottom: 1px solid #E0E0E0;
}

.parts-picker__item {

	margin-bottom: 0;
	padding: 16px 0 24px 0;
	padding: 1.6rem 0 2.4rem 0;
	border-bottom: 1px solid #E0E0E0;
	border-top-width: .1rem;

}

.parts-picker__item:first-of-type {

	border-top: 1px solid #E0E0E0;
	border-top-width: .1rem;

}

/* 
.component {

} 
*/

@media (min-width: 940px) {

	.component {

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;

	}

}

.component__menu {

	-webkit-box-flex: 1;
	    		-ms-flex: 1;
	        		flex: 1;

	-webkit-box-align: center;
	   -ms-flex-align: center;
 -ms-grid-row-align: center;
	      align-items: center;

}

@media (min-width: 400px) {

	.component__menu {

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

}

.component .form__item {

	-webkit-box-flex: 1;
	    		-ms-flex: 1;
	        		flex: 1;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
		 -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -ms-flex-direction: column;
	       flex-direction: column;

}

@media (min-width: 940px) {

	.parts-picker .component__menu {

		margin-right: 2.4rem;

	}

	.parts-picker .component .form__item {

		margin-bottom: 0;
	
	}

}

.component__measurement {

	-webkit-box-flex: 1;
	    		-ms-flex: 1;
	        		flex: 1;

}

@media (min-width: 940px) {

	.component__measurement {

		margin-right: 2.4rem;

	}

}

.component__controller {

	margin-top: 28px;
	margin-top: 2.8rem;
	margin-left: 0;

}

.component__button {

	margin-bottom: 0;

}

.component__preview {

	max-width: 72px;
	max-width: 7.2rem;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	background-color: #FFF;

}

@media (min-width: 400px) {

	.component__preview {

		margin-top: 1.6rem;
		margin-left: 1.6rem;
	
	}

}

.component select {

	-webkit-box-flex: 1;
	    		-ms-flex: 1;
	        		flex: 1;
	
	min-width: 0;
	width: auto;
	margin-bottom: 0;

}

.component--type2 select {

  width: 100%;

}

.component .form__input {

	margin-bottom: 0;

}


/*=============================================
=            UI Animations Block            =
=============================================*/


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html::before {


}

@-webkit-keyframes Gradient {

  0% {
    
    background-position: 0 50%
  
  }
  
  50% {
    
    background-position: 100% 50%
  
  }
  
  100% {
    
    background-position: 0 50%
  
  }

}

@keyframes Gradient {
 
  0% {
    
    background-position: 0 50%
  }
  
  50% {
    
    background-position: 100% 50%
  
  }
  
  100% {
  
    background-position: 0 50%
  
  }

}


/* Surprise! Microsoft Edge Browser doesn't like animated gradients - disabled for now */

@supports (-ms-ime-align:auto) {

  html::before {

    animation: none;
    background: linear-gradient(-45deg, #EB4E97, #996AB2);

  }

}


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a,
input[type="submit"],
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="url"],
input[type="number"],
input[type="month"],
textarea,
select,
label,
.file__placeholder, 
.gallery__item, 
.slats__item,
.overlay,
.html-dropdown-ct {

  -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
     -moz-transition: all .3s cubic-bezier(.25,.8,.25,1);
      -ms-transition: all .3s cubic-bezier(.25,.8,.25,1);
       -o-transition: all .3s cubic-bezier(.25,.8,.25,1);
          transition: all .3s cubic-bezier(.25,.8,.25,1);

}


/* layout (search) */

@media only screen and (max-width: 1024px) {

  .layout__aside  {

    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);

    -webkit-transition: all .230s cubic-bezier(.4, 0, .2, 1);
       -moz-transition: all .230s cubic-bezier(.4, 0, .2, 1);
        -ms-transition: all .230s cubic-bezier(.4, 0, .2, 1);
         -o-transition: all .230s cubic-bezier(.4, 0, .2, 1);
            transition: all .230s cubic-bezier(.4, 0, .2, 1);

  }

  .layout__aside--active {

    -webkit-transform: translateX(0);
       -moz-transform: translateX(0); 
        -ms-transform: translateX(0);
         -o-transform: translateX(0);      
            transform: translateX(0);

  }

}


/*=====  End of UI Animations Block  ======*/



/* ==========================================================================
   Helper classes
   ========================================================================== */


.centered {
  
  margin-left: inherit;
  margin-right: inherit;
  text-align: left;

}

@media only screen and (min-width: 600px) {

  .centered {
    
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  
  }

}


/*
 * Hide visually and from screen readers
*/

.hidden {

  display: none !important;

}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

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

}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {

  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;

}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {

  visibility: hidden;

}

.no-margin {

  margin: 0;

}

.no-padding {

	padding: 0;

}

.no-border {

	border: none;

}


/* responsive object */

.responsive-object {
  
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  /* Default 16:9, you can calculate this value by dividing 9 by 16 */  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  overflow: hidden;

}

.responsive-object--type2 {
  
  padding-bottom: 42.85%;
  /* Default 21:9, you can calculate this value by dividing 9 by 16 */  

}

.responsive-object--type3 {
  
  padding-bottom: 75%;

}

.responsive-object--type4 {
  
  padding-bottom: 50%;

}

.responsive-object img, 
.responsive-object iframe {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  max-width: 100%;  
  height: 100%;

}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {

  content: " "; /* 1 */
  display: table; /* 2 */

}

.clearfix::after {

  clear: both;

}



/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

  *,
  *::before,
  *::after,
  *::first-letter,
  *::first-line {

    background: transparent !important;
    color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;

  }

  a,
  a:visited {

    text-decoration: underline;

  }

  a[href]::after {

    content: " (" attr(href) ")";

  }

  abbr[title]::after {

    content: " (" attr(title) ")";

  }


  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */

  a[href^="#"]::after,
  a[href^="javascript:"]::after {

    content: "";

  }

  pre,
  blockquote {

    border: 1px solid #999;
    page-break-inside: avoid;

  }


  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */

  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;

  }

}



/*=============================================
=            Unfinished business block            =
=============================================*/


/* .html-dropdown-ct {

  padding-right: 40px;
  padding-right: 4rem;
  background-color: #F3F2F1;
  background-image: url("../img/icons/icon-chevron-down.svg");
  background-repeat: no-repeat;
  background-position: 94% center;
  background-size: 14px;
  background-size: 1.4rem;
  border-color: #F3F2F1;
  border-style: solid;
  border-width: 1px;
  border-width: .1rem;

}

.html-dropdown-ct .html-dropdown-selected {

  display: block;
  width: 100%;
  min-width: 100%;
  min-height: 63px;
  min-height: 6.3rem;
  padding: 20px 16px;
  padding: 2rem 1.6rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.27;
  color: inherit;
  outline: none;
  border-radius: 0;
  box-shadow: none;

}

.html-dropdown-ct:active, 
.html-dropdown-ct:hover,
.html-dropdown-ct:focus {

  background-color: #FFF;
  border-color: #E0E0E0;

}

.custom-dropdown {

	position: relative;

}

.custom-dropdown::before, 
.custom-dropdown::after {
	
	content:" ";
	position:absolute;
	pointer-events:none;

}   

.custom-dropdown::after {

	display: none;

} 

.custom-dropdown::before {

	display: none;

}

.custom-dropdown__select {

	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
	border-width: .1rem;
	background-color: #FFF;

	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;

}

ul.html-dropdown{

	position: absolute;
	z-index: 10000;
	list-style: none;
	max-width: 420px;
	max-width: 42rem;
	width: 100%;
	height:240px;
	height: 24rem;
	margin-bottom: 0;
	overflow: auto;

}

ul.html-dropdown li {

	margin-bottom: 0;
	padding: 8px 16px;
	padding: .8rem 1.6rem;
	border-bottom: 1px solid #CCC;
	border-bottom-width: .1rem;

}

ul.html-dropdown li:hover{

	background-color: #F3F2F1;

}

ul.html-dropdown li:last-child {

	border-bottom: none;

}

.html-dropdown-selected{

	width:initial!important;

}

.html-dropdown-ct .color-option-text {

	line-height: 32px;
	line-height: 3.2rem;

}

.color-option-text.custom-ral {

	display: inline-block;

}

.color-demo-box{

	float: left;
	width: 32px;
	height: 32px;
	margin-right: 16px;	
	border: 1px solid #CCC;
	border-radius: 100%;

}

.custom-ral-li input {

	display: inline-block;
	min-width: 0;
  background-color: #FFF;
  border-color: #E0E0E0;
  border-style: solid;
  border-width: 1px;
  border-width: .1rem;

}
 */

/*=====  End of Unfinished business block  ======*/

/* scrolling nav */

.wrap-scrolling-nav {

  position: sticky;
  position: -webkit-sticky;

  top: 0; 
  z-index: 66;
  width: 100%;
  background-color: #393837;

}

.wrap-scrolling-nav .container {

  padding: 0;

}

@media (min-width: 550px) {

  .wrap-scrolling-nav .container {

    margin: 0 auto;

  }

}

/* 
.scrolling-nav {
}
*/

.scrolling-nav-list {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  list-style: none;
  margin-bottom: 0;
  text-align: center;

}

@media (max-width: 550px) {

  .wrap-scrolling-nav {

    /* Make this scrollable when needed */
    overflow-x: auto;

    /* We don't want vertical scrolling */
    overflow-y: hidden;

    /* Make an auto-hiding scroller for the 3 people using a IE */
    -ms-overflow-style: -ms-autohiding-scrollbar;

    /* For WebKit implementations, provide inertia scrolling */
    -webkit-overflow-scrolling: touch;

    /* We don't want internal inline elements to wrap */
    white-space: nowrap;

  }

  .wrap-scrolling-nav::-webkit-scrollbar {

    /* Remove the default scrollbar for WebKit implementations */
    display: none;

  }

}

.scrolling-nav-list__item {

  -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;

  /* flex: 0 1 auto; */

  margin-bottom: 0;
  border-right: 1px solid #1B2D3A;

}

.scrolling-nav-list__item:last-child {

  border-right: none;

}

@media (min-width: 551px) {

  .scrolling-nav-list__item:first-child {

    border-left: 1px solid #1B2D3A;
  
  }

  .scrolling-nav-list {

    border-right: 1px solid #1B2D3A;

  }

}

.scrolling-nav-list__item a {

  position: relative;
  display: block;
  padding: 17px 16px;
  padding: 1.7rem 1.6rem;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500; 
  text-transform: uppercase;
  text-decoration: none;  
  letter-spacing: 1.1px;
  color: #A0A0A0;
  color: rgba(255, 255, 255, .8);
  cursor: pointer;

}

.scrolling-nav-list__item a.active {

  background-color: #66A79E;
  color: #FFF;

}

.scrolling-nav-list__item a:hover {

  color: #66A79E;

}

.scrolling-nav-list__item a.active:hover {

  color: #FFF;

}

.scrolling-nav-list__item a.active::after {

  content: " ";
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: -8px;

  width: 0;
  height: 0;
  margin-left: -7px;
  margin-top: -10px;
  text-align: center;

  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 7px;

  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 7px;

  border-top-color: #66A79E;
  border-top-style: solid;
  border-top-width: 8px;

}



/* utitlities bar */

.wrap-utilities-bar {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 40px;
  margin-bottom: 4rem;

}

@media (min-width: 1024px) {

  .wrap-utilities-bar {

    margin-top: 3.2rem;

  }

}

.utilities-bar-2 {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;  

}

@media (min-width: 1024px) {

  .utilities-bar-2 {

    margin-left: auto;

  }

}

.utilities-bar-2__item {

  -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
  
  margin-right: 8px;
  margin-right: .8rem;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;

}

.utilities-bar-2__item:last-child {

  margin-right: 0;
  margin-bottom: 0;

}

.utilities-bar-2 .button--primary {

  height: 44px;
  height: 4.4rem;
  margin-bottom: 0;  
  padding-top: 13px;
  padding-top: 1.3rem;
  padding-bottom: 13px;
  padding-bottom: 1.3rem;

}

.utilities-list {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  list-style: none;
  margin-bottom: 0;

}

.utilities-list__item {

  -webkit-box-flex: 0;
          -ms-flex: 0 1 4.4rem;
              flex: 0 1 4.4rem;

  margin-right: 8px;
  margin-right: .8rem;
  margin-bottom: 0;

}

.utilities-list__item:last-child {

  margin-right: 0;

}

.utilities-list__button {

  display: block;
  width: 44px;
  width: 4.4rem;
  height: 44px;
  height: 4.4rem;
  padding: 0;
  background-color: #F3F2F1;
  background-repeat: no-repeat;
  background-position: 50% 50%;

  /* hide text */

  text-indent: 100%;
  white-space: nowrap;
  color: transparent!important;
  overflow: hidden;

}

.utilities-list__button--download {

  background-image: url('../img/icons/icon-download.svg');
  background-size: 18px 20px;

}

.utilities-list__button--facebook {

  background-image: url('../img/icons/icon-facebook.svg');
  background-size: 11px 19px;

}

.utilities-list__button--print {

  background-image: url('../img/icons/icon-print.svg');
  background-size: 20px;

}

.utilities-list__button--email {

  background-image: url('../img/icons/icon-email.svg');
  background-size: 20px 18px;

}

.utilities-list__button--revit {

  background-image: url('../img/icons/icon-revit.png');
  background-size: 18px 20px;

}


/* etim specs (collapsable) */


.wrap-specs {

  padding-bottom: 16px;
  padding-bottom: 1.6rem;

}


.wrap-specs--etim {

  position: relative;
  /*
  padding-top: 0; 
  */
  padding-bottom: 0;
  height: 0;
  overflow: hidden;
  /* transition: height 0.35s ease; */

}

.wrap-specs--etim.active {

  /*
  padding-top: inherit;
  padding-bottom: inherit;
  */
  height: auto;
  overflow: visible;

}

.calculators {
  display: flex;
  gap: 5rem;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: space-evenly;
}

.calculators .calculator {
  text-decoration: none;
  display: inline-flex;
  width: 30%;
  color: #66A79E;
}

@media (max-width: 1022px) {

  .calculators .calculator {
    text-decoration: none;
    display: inline-flex;
    width: 80%;
    color: #66A79E;
  }

}

.calculators .calculator figure {
  margin-bottom: 0px;
}

.calculators .calculator .calculator-link {
  text-decoration: none;
  color: #66A79E;
  display: flex;
  flex-direction: column;
  position: relative;
}

.calculators .calculator:hover .calculator-button {
  background: #66A79ECC;
}

.calculators .calculator:hover .calculator-link {
  color: #fff;
}
.calculators .calculator.site .calculator-button {
  flex-direction: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.calculators .calculator-button {
  background: #FFFFFFCC;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(4px);
}

.calculators .calculator-button-text {
  font-family: "Acumin Pro";
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0.30000001192092896px;
  text-align: left;
  padding: 1.7rem;
  text-transform: uppercase;
}
.calculators .calculator-button-icon {
  width: 24px;
  height: 24px;
  margin-right: 1.7rem;
}

.legal-list {
  display: flex;
  float: right;
  padding-right: 1.5rem;
}

.legal-list .legal-list__item {
  display: inline-flex;
  padding: 1.5rem;
  font-size: 1.2rem;
}

.legal-list .legal-list__item a {
  color: #66A79E;
  text-decoration: none;
}

.legal-list .legal-list__item a:hover {
  opacity: 0.5;
}