/* Nassau Industrial Supply - v1 */
/* http://minifycode.com/css-minifier/ */

/*
&#8216;
&#8217;
&#8220;
&#8221;

\2018 - Left Single Smart Quote
\2019 - Right Single Smart Quote
\201C - Left Double Smart Quote
\201D - Right Double Smart Quote
\00A9 - Copyright
\2713 - Checkmark
\2192 - Right arrow
\2190 - Left arrow
*/

/*
@import url("fonts.css");
@import url("reset.css");
*/

/* contains word */

body[data-state*="1970s"] #background {}


/* dev */

.--logo a {
  pointer-events: none;
}

.cta button {
  background-color: #86afdc;
}

.bad-image {
  color: red;
}

ul:after 
  content: "";
  display: block;
  clear: both;
}

/* test */

.-nav__item {
  mix-blend-mode: difference;
}












/* ==========================================================================
	00. logo
========================================================================== */

.svg, svg {
  display: block;
}

.logo {
  position: fixed;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 102;
  pointer-events: none;
}

/*
.-logo {
  top: 15px;
}

@media (max-width: 767px) {
.-logo {
  top: 15px;
}
}
*/

.logo.fixed {
  position: fixed;
}

#content .logo {
  position: absolute;
}

.logo__container {
  position: relative;
  margin: 0 auto;
  max-width: 250px;
  height: 140px;
  pointer-events: auto;
}

@media (min-width: 1025px) {
.content__logo {
  display: none !important;
}
}

@media (max-width: 1024px) {
.logo--main {
  display: none !important;
}
}

/*
@media (max-width: 767px) {
.logo__container {
  height: 30px;
  height: 50px;
}
}
*/

.logo a {
  display: block;
  text-indent: -999em;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.logo .svg-holder {
  position: relative;
  margin: 0 auto;
  height: 100%;
}

.logo .svg-holder .svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.logo .svg-holder .svg svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.black-background .logo path,
.black-background .logo polygon {
  fill: #fff;
}

.steel-background .logo path,
.steel-background .logo polygon {
  fill: #fff;
}

.logo path,
.logo polygon,
.logo .supply-letter-l {
  fill: #000;
}

/* icon logo */

section .logo__container {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

#content section .logo,
section .logo .svg-holder,
section .logo .svg-holder .svg,
section .logo .svg-holder .svg svg {
  position: relative;
  left: 0;
  right: 0;
}






















/* ==========================================================================
	00. READY
========================================================================== */

html * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 62.5%;
}

html.touchevents {
  overflow-y: auto;
}

/*
@media (max-width: 1024px) {
.html {
  font-size: 56.25%;
}
}

@media (max-width: 767px) {
.html {
  font-size: 50%;
}
}
*/

body {
  height: 100%;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-highlight: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "unica-regular", Helvetica, sans-serif;
  font-size: 1.5rem;
  color: #111;
}

#background {
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: background 250ms ease-in-out 0ms;
}

.lightbox-open #background {
  z-index: 1;
  background-color: white;
}

.black-background {
  background-color: black;
  color: white;
}

.blue-background {
  background-color: blue;
}

.red-background {
  background-color: red;
}

.white-background {
  background-color: white;
}

.orange-background {
  background-color: #e84c3d;
}

/* colors */

.orange {
  color: #e84c3d;
}

.steel-background {
  background-color: #3b484e;
  color: #fff;
}









.p:not(:last-of-type) {
  margin-bottom: 1.25em;
}

/*
.janson-medium {
  font-family: "janson-medium", Times, serif;
}

p i,
h1 i,
h3 i,
h5 i {
  font-family: "janson-light-italic", Times, serif;
}
*/

.mto,
.text-regular {
  font-family: "unica-regular", Helvetica, sans-serif;
}

.text-medium {
  font-family: "unica-medium", Helvetica, sans-serif;
}

b,
.text-bold {
  font-family: "unica-bold", Helvetica, sans-serif;
}

/* ==========================================================================
	00. fonts
========================================================================== */

/* p, h1 */

p,
h1,
.legal-list li {
  font-family: "unica-regular", Helvetica, sans-serif;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

@media (max-width: 767px) {
p,
h1,
.legal-list li {
  font-size: 2rem;
}
}

@media (max-width: 479px) {
p,
h1,
.legal-list li {
  font-size: 1.6rem;
}
}

/* h1 */

h1 {
  font-family: "unica-bold", Helvetica, sans-serif;
}

/* h2 */

h2 {
  font-family: "unica-bold", Helvetica, sans-serif;
  font-size: 4.8rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

@media (min-width: 1280px) {
h2 {
  font-size: 6.4rem;
}
}

@media (max-width: 767px) {
h2 {
  font-size: 3.2rem;
  letter-spacing: -0.01em;
}
}

/* h3 */

h3, .h3 {
  font-family: "unica-bold", Helvetica, sans-serif;
  font-size: 4.8rem;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

@media (max-width: 767px) {
h3, .h3 {
  font-size: 2.4rem;
}
}

.header--post h3:last-child,
.post-block--overview h3 {
  font-family: "unica-regular", Helvetica, sans-serif;
}

.post-block--overview h3.text-bold {
  font-family: "unica-bold", Helvetica, sans-serif;
}

.section--mega nav ul li {
  font-family: "unica-bold", Helvetica, sans-serif;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

/* h4 */

h4, .h4 {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

@media (max-width: 767px) {
h4, .h4 {
  font-size: 1.6rem;
}
}

.mega h4 {
  font-family: "unica-bold", Helvetica, sans-serif;
}

.section--index article h4 {
  font-family: "unica-medium", Helvetica, sans-serif;
  font-size: 2.4rem;
  /*display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;*/
}

.section--index.section--index--related article h4 {
  font-size: 2rem;
}

@media (max-width: 767px) {
.section--index.section--index--related article h4 {
  font-size: 1.6rem;
}
}

/* h5 */

h5, .h5 {
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

@media (max-width: 767px) {
h5, .h5 {
  font-size: 2rem;
}
}

/* h6 */

h6, .h6 {
  font-family: "unica-regular", Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 20px;
  letter-spacing: 1px;
  letter-spacing: 0.05em;
}

.footer__col h6 {
  font-family: "unica-medium", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

/* nav */

#menu nav li {
  font-family: "unica-medium", Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: 1px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* else */

.text-align-center p,
.text-align-center h1,
.text-align-center h2,
.text-align-center h3,
.text-align-center h4,
.text-align-center h5,
.text-align-center h6 {
  text-align: center;
}

















/* ==========================================================================
	00. assets
========================================================================== */

.img-holder,
.video-holder {
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  background-color: #000;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.img,
.video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.img-holder img,
.video-holder video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-holder img.align-top,
.video-holder video.align-top {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.img-holder img.align-bottom,
.video-holder video.align-bottom {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.img-holder img.align-50-25,
.video-holder video.align-50-25 {
  -o-object-position: 50% 25%;
  object-position: 50% 25%;
}


.--img-holder img,
.--video-holder video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transform: none;
  transform: none;
}

.img-holder img:not(.img-loaded),
.video-holder video:not(.video-loaded) {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) .1s;
}

.img.img--bg {
  opacity: 0;
  transition: opacity 875ms cubic-bezier(.23, 1, .32, 1);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) .1s;
}

/* loaded */

.loaded .img,
.loaded .img--bg,
.img--bg.loaded,
.img-holder .img-loaded,
.video-holder .video-loaded {
  opacity: 1;
  visibility: visible;
  transition: opacity 375ms ease-in-out 0ms;
}

.loaded-delay .img-holder,
.loaded-delay .video-holder {
  background-color: transparent;
  transition: background 300ms ease-in-out 450ms;
}

.lazyloaded {
  opacity: 1 !important;
}

/* article */

article,
.article__container {
  transition: color 375ms ease-in-out 500ms, opacity 375ms ease-in-out 500ms;
}

.section--inventory article:not(.loaded),
.collection__section article:not(.loaded) .article__container,
.section--related article:not(.loaded) .article__container {}













/* ==========================================================================
	00. main
========================================================================== */

#main {
  position: relative;
  text-align: center;
  height: 100%;
  font-size: 0;
  line-height: 0;
}

.in-transit #main.back-button-clicked {
  opacity: 0;
}

.main__container {}

.---container:not(:first-of-type) {
  height: 0;
  display: none;
  overflow: hidden;
  transition: opacity 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 125ms;
}

#page {
  position: absolute;
  position: static;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
}

.-site-ready #page {
  opacity: 1;
}

#page.fixed {
  position: fixed;
}

/* content */

#content {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 875ms ease-out;
  transition: transform 875ms ease-out;
  min-height: 100vh;
  -webkit-transition: opacity 0ms ease-in-out 0ms;
  transition: opacity 0ms ease-in-out 0ms;
}

.touchevents #content {
  min-height: 100%;
}

#content.fixed {
  position: fixed;
  width: 100%;
}

.no-touchevents #content:not(:first-of-type) {
  display: none;
  height: 0;
  overflow: hidden;
  clear: both;
}

@media (min-width: 1025px) {
.no-touchevents body:not(.site-ready) #content {
  position: fixed;
}
}

@media (min-width: 1025px) {
.no-touchevents body.landing #content {
  position: static;
}
}

/* layout */

.layout {
  left: 0;
  width: 100%;
  padding: 150px 0;
  padding-top: 250px;
  margin: 0 auto;
  transition: opacity 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 250ms;
}

/*
240 - layout
180 - mega__wraper
*/

body.product.products .layout {
  padding-bottom: 0;
}

.site-ready.lightbox-open .layout {
  opacity: 0;
}

/*
@media (max-width: 767px) {
.layout {
  padding: 120px 0;
}
}
*/

.layout.bleed {
  margin: 0;
  padding: 0;
}

/* fade on load */

.fade-on-load .layout,
.fade-on-load .footer--main {
  opacity: 0;
}

.site-ready .fade-on-load .layout,
.site-ready .fade-on-load .footer--main {
  opacity: 1;
}

















/* ==========================================================================
	00. menu
========================================================================== */

.masthead {}

.header--menu {}

/*
@media (max-width: 1024px) {
.header--menu {
  display: none;
}
}
*/

#menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  height: auto;
  text-align: center;
}

.menu__wrap {
  position: relative;
  width: 100%;
  max-width: 991700px;
  margin: 0 auto;
  padding: 0;
}

.menu__wrap:before,
.menu__wrap:after {
  display: table;
  content: "";
  line-height: 0;
}

.menu__wrap:after {
  clear: both;
}

/* menu background */

.menu__background {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  border-bottom: 1px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.0);
  background-color: #fff;
  margin: 0 auto;
  max-width: 9991700px;
  position: fixed;
  border: 0;
}

.show-menu-background .menu__background {
  background-color: rgba(255, 255, 255, 0.99);
  border-bottom-color: #e5e5e5;
}

@media (max-width: 1024px) {
.menu__background {
  border-bottom-color: #e5e5e5;
  background-color: #fff;
  height: 60px;
  opacity: 1;
  visibility: visible;
  z-index: -1;
  display: none;
}
}

@media (max-width: 767px) {
.menu__background {
  height: 60px;
}
}

@media (min-width: 1025px) {
.home.not-past-hero .header--menu .menu__background {
  display: none;
}
}

/* force menu bg */

.force-menu-background .menu__background {
  background-color: rgba(255, 255, 255, 0.99);
  border-bottom-color: #e5e5e5;
}

/* nav */

#menu nav {
  margin: auto;
  display: inline-block;
  position: absolute;
  pointer-events: none;
  top: 10px;
}

#menu .nav--left {
  top: 20px;
  left: 20px;
}

@media (min-width: 768px) {
#menu .nav--left {
  top: 30px;
  left: 40px;
}

#menu .nav--right {
  top: 30px;
  right: 40px;
}
}

@media (max-width: 1024px) {
#menu .nav--left,
#menu .nav--right {
  display: none;
}
}

/*
@media (max-width: 767px) {
#menu nav {
  display: none;
}
}
*/

/* nav list */

.nav__list {
  pointer-events: auto;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0px;
}

.nav__list li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
}

.nav__list li:not(:last-of-type) {
  margin-right: 20px;
}

.nav__list li a {
  display: inline-block;
}

/*
.nav__list li.current a {
  pointer-events: none;
}
*/

/*
.nav__list li span {
  border-bottom: 2px solid transparent;
}
*/

.nav__list li.current span,
.nav__list li.active span {
  border-color: inherit;
}

.nav__list li.nav__item--index.current span {
  border-color: red;
  border: none;
}

/* active */

body.products .nav__item--products span,
body.services .nav__item--services span,
body.about .nav__item--about span,
body.contact .nav__item--contact span,
body.get-a-quote .nav__item--get-a-quote span {
  border-color: inherit;
  color: #87b1de;
  color: inherit;
  text-decoration: underline;
}

.nav__item--inventory span:before {
  content: '';
}

















/* ==========================================================================
	00. global
========================================================================== */

.sections {
  position: relative;
}

section:after {
  content: "";
  display: table;
  clear: both;
}

.section__caption {
  width: 100%;
  position: relative;
  text-align: left;
}

article:not(.loaded) .article__link {
  display: none !important;
}

article .article__heading {
  position: relative;
}

article:not(.loaded) figure {
  cursor: progress !important;
}

article figure,
article figcaption {
  position: relative;
}

.caption {
  position: relative;
}

.fig-wrap {
  position: relative;
}

/* inline break */

.inline-break {
  width: 100%;
  max-width: 12.5%;
  position: relative;
  margin: 0 auto;
}

.inline-break hr {
  border-top: 1px solid rgba(0, 0, 0, 0.9);
  margin: 40px 0 39px;
}

@media (max-width: 767px) {
.inline-break hr {
  margin: 30px 0 29px;
}
}

/* text block */

.text-block {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}








.touchevents .page__background,
.touchevents #background {
  display: none !important;
}

#info-background.page__background .img {
  background-color: white;
  background-size: contain;
  background-position: 100% 100%;
}

/* ==========================================================================
	00. page background
========================================================================== */

.page__background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}

.page__background article,
.page__background figure {
  max-width: 100% !important;
  height: 100%;
}

.page__background .img-holder,
.page__background .video-holder {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  position: static;
}

.page__background img {
  opacity: 1;
}

.page__background video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* intro vid */

#intro-background.page__background video {
  position: absolute;
  object-fit: contain;
}

#intro-background.page__background .video {
  left: 40px;
  right: 40px;
}



















/* ==========================================================================
	00.
========================================================================== */

.section--index {
  position: relative;
  width: 100%;
  text-align: left;
}

.section--index.section--index--related:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #111;
  bottom: initial;
  height: 1px;
}

.section--index.section--index--related {
  background-color: #f5f5f5;
  background-color: #fff;
  padding-top: 40px;
}

@media (max-width: 767px) {
.section--index.section--index--related {
  padding-top: 20px;
}
}

/* header */

.header--index {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.header--index.header--index--related {
  text-align: left;
  display: none;
}

@media (max-width: 767px) {
.header--index.header--index--related {
  text-align: left;
  display: block;
}
}

.header--index .header__container {
  max-width: 1000px;
  padding: 0 20px;
}

/* container */

.section--index .section__container {
  padding: 0 20px;
}

@media (max-width: 767px) {
.section--index .section__container {
  padding: 0px;
}

.section--index.section--index--related .section__container {
  padding: 0 10px;
}
}

/* article */

.section--index article {
  position: relative;
  width: 100%;
  max-width: 100% !important;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  padding: 0 20px;
  margin-bottom: 40px;
  text-align: center;
}

.no-touchevents .section--index article.article--hovered h4 span {
  text-decoration: underline;
}

/*
@media (min-width: 1025px) {
.section--index article:nth-child(-n+4) {
  width: 50%;
}
}
*/

@media (max-width: 1024px) {
.section--index article {
  width: 50%;
}
}

@media (max-width: 767px) {
.section--index article {
  width: 100%;
  padding: 0 20px;
}
}

@media (min-width: 1025px) {
.section--index.section--index--related article {
  width: 25%;
}
}

@media (max-width: 767px) {
.section--index.section--index--related article {
  width: 50%;
  padding: 0 10px;
}
}

.section--index article .img:after,
.img.border:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0px solid rgba(0, 0, 0, 0.1);
  border: 1px solid #f1f1f1;
  pointer-events: none;
}

.section--index article figcaption {
  position: relative;
  margin-top: 20px;
}

.section--index article .caption {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px;
}

/*
@media (min-width: 25px) {
.section--index article figcaption .caption {
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
  text-align: center;
  margin: 0;
}
}
*/

.section--index article.is-current h4 span {
  text-decoration: underline;
}












/* list items */

.list-items h5 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
}

.list-items h5:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
.list-items h5 {
  margin-bottom: 25px;
}
}

.-list-items h5:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #111;
  display: inline-block;
  vertical-align: top;
  margin: 15px 10px 0 -30px;
}

.list-items h5:before {
  content: "\2022";
  left: -20px;
  top: 0;
  left: 0;
  position: absolute;
}

/*
.list-items h5::before {
  content: "";
  position: absolute;
  top: 12.5px;
  left: 0px;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #111;
  border-radius: 50%;
}
*/

/*
.-list-items h5:before {
  display: table-cell;
  width: 2.25ch;
  box-sizing: border-box;
  padding-inline-end: 0.75ch;
  content: "•";
}
*/

/* ==========================================================================
	00. products
========================================================================== */

.section--post {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

/* header */

.header--post {
  position: relative;
  margin-bottom: 40px;
}

.header--post .header__container {
  max-width: 1000px;
  padding: 0 20px;
}

/* container */

.section--post .section__container {
  padding: 0 40px;
}

@media (max-width: 767px) {
.section--post .section__container {
  padding: 0 20px;
}
}

/* post block */

.post-block {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 80px;
}

/* article */

.section--post article {
  position: relative;
  width: 100%;
  max-width: 100% !important;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
}

.section--post .post-block--graphics article {
  margin-bottom: 40px;
}

.section--post .post-block--graphics article::last-of-type {
  margin-bottom: 0px;
}

.section--post article figcaption {
  position: relative;
  margin-top: 20px;
}

/* else */

.post-block__header {
  position: relative;
  margin-bottom: 40px;
}

/* ==========================================================================
	00. toggle blocks
========================================================================== */

.toggle-blocks {
  position: relative;
}

.toggle-block {
  position: relative;
}

/* hr */

.toggle-block .hr-holder.break hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.toggle-block.open .hr-holder.break hr {
  border-top: 1px solid rgba(0, 0, 0, 0.99);
}

/* toggle button */

.toggle-button {
  position: relative;
}

.toggle-trigger {
  position: relative;
  display: block;
  vertical-align: top;
  cursor: pointer;
}

.toggle-trigger h3 {
  display: block;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  padding-right: 80px;
}

.toggle-trigger h3:after {
  font-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}

.toggle-block.closed .toggle-trigger h3:after {
  content: '\ff0b';
}

.toggle-block.open .toggle-trigger h3:after {
  content: '\ff0d';
}

/* content */

.toggle-content {
  position: relative;
  padding: 30px 0;
  padding-right: 60px;
  display: none;
}

@media (max-width: 767px) {
.toggle-content {
  padding-right: 20px;
}
}

.toggle-block.open .toggle-content {
  display: block;
}












/* ==========================================================================
	00. c-grid
========================================================================== */

/*
.c-grid h5 {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

@media (max-width: 767px) {
.c-grid h5 {
  font-size: 1.6rem;
}
}
*/

.c-row {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
.c-row {
  margin-bottom: 25px;
}
}

.c-row:last-child {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
.c-row.c-row--main-header {
  display: none;
}
}

.c-row__header {
  position: relative;
}

.c-row__header h5 {
  font-family: "unica-bold", Helvetica, sans-serif;
}

.c-row__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 20px;
}

@media (max-width: 767px) {
.c-row__item {
  width: 100%;
  padding-right: 0;
}
}

.c-title {
  font-family: "unica-bold", Helvetica, sans-serif;
}

@media (min-width: 768px) {
.c-title {
  display: none;
}
}

@media (min-width: 768px) {
.c-row {
  margin-left: -20px;
  margin-right: -20px;
}

.c-row__header,
.c-row__item {
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  padding: 0 20px;
}
}


























































.section--info .text-block a {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 125ms ease-in-out 0ms;
}

.section--info .text-block a:hover {
  text-decoration-color: inherit;
}

/* ==========================================================================
	00.
========================================================================== */

.section--info {
  width: 100%;
  position: relative;
}

.section--info .section__container {
  max-width: 1700px;
  padding: 0 40px;
}

@media (max-width: 767px) {
.section--info .section__container {
  padding: 0 20px;
}
}

.section--info .text-block {
  text-align: left;
}

.section--info.text-center .text-block {
  text-align: center;
}

ul.legal-list {
  position: relative;
  padding-left: 0px;
}

.legal-list li {
  text-indent: 40px;
}




























@media (max-width: 1024px) {
.site-footer {
  display: none;
}
}

.site-footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #e5e5e5;
  bottom: initial;
  height: 1px;
}

.steel-background .site-footer:before {
  background: #fff;
}

.site-footer {
  position: relative;
  z-index: 0;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 500ms;
  min-height: 80px;
}

.site-ready .site-footer {
  opacity: 1;
}

.page-out .site-footer {
  opacity: 0 !important;
  transition: opacity 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
}

.content-locked .site-footer {
  opacity: 0 !important;
  transition: opacity 0ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
}

/* ==========================================================================
	00. footer
========================================================================== */

.mega-open .footer--main,
.mega-open-delay .footer--main {
  background-color: red;
  opacity: 0 !important;
}

/*
.footer--main:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: hsla(0, 0%, 100%, .3);
  bottom: initial;
  height: 1px;
}
*/

.footer--main {
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  padding: 30px 0;
  text-align: left;
}

/*
@media (max-width: 1024px) {
.footer--main {
  display: none;
}
}
*/

@media (max-width: 1024px) {
.footer--main {
  padding: 40px 0px 40px;
}
}

.footer--main .footer__container {
  padding: 0 40px;
}

@media (max-width: 767px) {
.footer--main .footer__container {
  padding: 0 20px;
}
}

/* footer col */

.footer__col {
  position: relative;
  display: block;
}

.footer__col.footer__col--links {}

.footer__col.footer__col--nis {
  margin-top: 20px;
}

@media (min-width: 1025px) {
.footer__col.footer__col--links {
  float: left;
  margin-right: 20px;
}

.footer__col.footer__col--nis {
  float: right;
  margin-top: 0;
}
}

.footer__col li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 1025px) {
.footer__col li:not(:last-of-type) {
  margin-right: 20px;
}
}

@media (max-width: 1024px) {
.footer__col.footer__col--links.footer__col--links-social {
  margin: 20px 0;
}

.footer__col li {
  display: block;
}
}

.footer__col li.current span {
  text-decoration: underline;
}

/* test */

@media (min-width: 1025px) {
.footer__col {
  display: inline-block;
  vertical-align: top;
}

.footer__col.footer__col--links {
  float: none;
  margin-right: 0px;
}

.footer__col.footer__col--nis {
  float: left;
  margin-top: 0;
  margin-right: 40px;
}
}

/* ==========================================================================
	00. init fixed footer
========================================================================== */

/*
@media screen and (min-width: 1025px) {
#page {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  background-color: #fff;
  box-shadow: 1px 1px #0000001a;
}
}
*/

.footer--main.footer--main--dummy {
  display: none;
}

/* desktop only */

@media screen and (min-width: 1025px) {
.layout {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 1px 1px #0000001a;
  box-shadow: 1px 1px #111;
  min-height: 100vh;
}

.steel-background .layout {
  background-color: #3b484e;
  box-shadow: 1px 1px #eee;
}

.site-footer {
  min-height: 80px;
}

.footer--main {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
}

.steel-background .footer--main {
  background-color: #3b484e;
  color: #fff;
}

.footer--main.footer--main--dummy {
  display: block;
  position: static;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  pointer-events: none;
}
}











































