@charset "UTF-8";
/*! http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) |&&| normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css |&&| html5doctor.com Reset Stylesheet v1.6.1 | Last Updated: 2010-09-17 | Author: Richard Clark - http://richclarkdesign.com | Twitter: @rich_clark *** Merged and trimmed to keep the best from both by Daniele O'rlmente?! Messa */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent; }

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

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

progress {
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

a {
  background-color: transparent; }

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

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

b,
mark,
strong {
  font-weight: bold; }

i,
em,
dfn,
mark {
  font-style: italic; }

del {
  text-decoration: line-through; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  -ms-interpolation-mode: bicubic; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: monospace, monospace;
  font-size: 1em; }

optgroup {
  font-weight: bold; }

button[disabled],
input[disabled] {
  cursor: default; }

/*! IPC v1.0.1 | 2016 License: {{LICENSE}} | by s2k agency */
/* Fonts - @begin */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Symbols';
  src: url("../fonts/symbols.woff2") format("woff2"), url("../fonts/symbols.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DINRoundWebPro';
  src: url("../fonts/din/DINRoundWebPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'DINRoundWebPro';
  src: url("../fonts/din/DINRoundWebPro-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'DINRoundWebPro';
  src: url("../fonts/din/DINRoundWebPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gibson';
  src: url("../fonts/gibson/Gibson-Light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gibson';
  src: url("../fonts/gibson/Gibson-SemiBold-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Gibson';
  src: url("../fonts/gibson/Gibson-Bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

/* Fonts - @end */
/* Grid System - @begin */
.columns-adjust,
.columns {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  align-content: flex-start;
  -ms-flex-line-pack: start; }
  .columns-adjust.columns-center,
  .columns.columns-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .ie9 .columns-adjust > *, .ie9
  .columns > * {
    float: left; }
    .ie9 .columns-adjust > *.last-col, .ie9
    .columns > *.last-col {
      float: right;
      margin-left: 0; }
  .columns-adjust > .last-col,
  .columns > .last-col {
    margin-left: auto; }
  .columns-adjust.vertical-centered,
  .columns.vertical-centered {
    display: flex;
    align-items: center;
    justify-content: center; }

.column {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  flex-basis: auto;
  -ms-flex-preferred-size: auto;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0; }

.column-no-pad {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  flex-basis: auto;
  -ms-flex-preferred-size: auto;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0; }

.last-col {
  margin-left: auto !important; }
  .ie9 .last-col {
    margin-left: 0;
    float: right !important; }

@media all {
  .m-all {
    width: 100%; }
  .m-push-1of1.m-push-1of1 {
    margin-left: 100%; }
  .m-pull-1of1.m-pull-1of1 {
    margin-left: auto;
    margin-right: 100%; }
  .m-1of2 {
    width: 50%; }
  .m-push-1of2.m-push-1of2 {
    margin-left: 50%; }
  .m-pull-1of2.m-pull-1of2 {
    margin-left: auto;
    margin-right: 50%; }
  .m-1of3 {
    width: 33.3333333333%; }
  .m-push-1of3.m-push-1of3 {
    margin-left: 33.3333333333%; }
  .m-pull-1of3.m-pull-1of3 {
    margin-left: auto;
    margin-right: 33.3333333333%; }
  .m-2of3 {
    width: 66.6666666667%; }
  .m-push-2of3.m-push-2of3 {
    margin-left: 66.6666666667%; }
  .m-pull-2of3.m-pull-2of3 {
    margin-left: auto;
    margin-right: 66.6666666667%; }
  .m-1of4 {
    width: 25%; }
  .m-push-1of4.m-push-1of4 {
    margin-left: 25%; }
  .m-pull-1of4.m-pull-1of4 {
    margin-left: auto;
    margin-right: 25%; }
  .m-3of4 {
    width: 75%; }
  .m-push-3of4.m-push-3of4 {
    margin-left: 75%; }
  .m-pull-3of4.m-pull-3of4 {
    margin-left: auto;
    margin-right: 75%; }
  .m-1of5 {
    width: 20%; }
  .m-push-1of5.m-push-1of5 {
    margin-left: 20%; }
  .m-pull-1of5.m-pull-1of5 {
    margin-left: auto;
    margin-right: 20%; }
  .m-2of5 {
    width: 40%; }
  .m-push-2of5.m-push-2of5 {
    margin-left: 40%; }
  .m-pull-2of5.m-pull-2of5 {
    margin-left: auto;
    margin-right: 40%; }
  .m-3of5 {
    width: 60%; }
  .m-push-3of5.m-push-3of5 {
    margin-left: 60%; }
  .m-pull-3of5.m-pull-3of5 {
    margin-left: auto;
    margin-right: 60%; }
  .m-4of5 {
    width: 80%; }
  .m-push-4of5.m-push-4of5 {
    margin-left: 80%; }
  .m-pull-4of5.m-pull-4of5 {
    margin-left: auto;
    margin-right: 80%; }
  .m-1of6 {
    width: 16.6666666667%; }
  .m-push-1of6.m-push-1of6 {
    margin-left: 16.6666666667%; }
  .m-pull-1of6.m-pull-1of6 {
    margin-left: auto;
    margin-right: 16.6666666667%; }
  .m-5of6 {
    width: 83.3333333333%; }
  .m-push-5of6.m-push-5of6 {
    margin-left: 83.3333333333%; }
  .m-pull-5of6.m-pull-5of6 {
    margin-left: auto;
    margin-right: 83.3333333333%; } }

@media (min-width: 415px) and (max-width: 767px) {
  .p-all {
    width: 100%; }
  .p-push-1of1.p-push-1of1 {
    margin-left: 100%; }
  .p-pull-1of1.p-pull-1of1 {
    margin-left: auto;
    margin-right: 100%; }
  .p-1of2 {
    width: 50%; }
  .p-push-1of2.p-push-1of2 {
    margin-left: 50%; }
  .p-pull-1of2.p-pull-1of2 {
    margin-left: auto;
    margin-right: 50%; }
  .p-1of3 {
    width: 33.3333333333%; }
  .p-push-1of3.p-push-1of3 {
    margin-left: 33.3333333333%; }
  .p-pull-1of3.p-pull-1of3 {
    margin-left: auto;
    margin-right: 33.3333333333%; }
  .p-2of3 {
    width: 66.6666666667%; }
  .p-push-2of3.p-push-2of3 {
    margin-left: 66.6666666667%; }
  .p-pull-2of3.p-pull-2of3 {
    margin-left: auto;
    margin-right: 66.6666666667%; }
  .p-1of4 {
    width: 25%; }
  .p-push-1of4.p-push-1of4 {
    margin-left: 25%; }
  .p-pull-1of4.p-pull-1of4 {
    margin-left: auto;
    margin-right: 25%; }
  .p-3of4 {
    width: 75%; }
  .p-push-3of4.p-push-3of4 {
    margin-left: 75%; }
  .p-pull-3of4.p-pull-3of4 {
    margin-left: auto;
    margin-right: 75%; }
  .p-1of5 {
    width: 20%; }
  .p-push-1of5.p-push-1of5 {
    margin-left: 20%; }
  .p-pull-1of5.p-pull-1of5 {
    margin-left: auto;
    margin-right: 20%; }
  .p-2of5 {
    width: 40%; }
  .p-push-2of5.p-push-2of5 {
    margin-left: 40%; }
  .p-pull-2of5.p-pull-2of5 {
    margin-left: auto;
    margin-right: 40%; }
  .p-3of5 {
    width: 60%; }
  .p-push-3of5.p-push-3of5 {
    margin-left: 60%; }
  .p-pull-3of5.p-pull-3of5 {
    margin-left: auto;
    margin-right: 60%; }
  .p-4of5 {
    width: 80%; }
  .p-push-4of5.p-push-4of5 {
    margin-left: 80%; }
  .p-pull-4of5.p-pull-4of5 {
    margin-left: auto;
    margin-right: 80%; }
  .p-1of6 {
    width: 16.6666666667%; }
  .p-push-1of6.p-push-1of6 {
    margin-left: 16.6666666667%; }
  .p-pull-1of6.p-pull-1of6 {
    margin-left: auto;
    margin-right: 16.6666666667%; }
  .p-5of6 {
    width: 83.3333333333%; }
  .p-push-5of6.p-push-5of6 {
    margin-left: 83.3333333333%; }
  .p-pull-5of6.p-pull-5of6 {
    margin-left: auto;
    margin-right: 83.3333333333%; }
  .p-1of7 {
    width: 14.2857142857%; }
  .p-push-1of7.p-push-1of7 {
    margin-left: 14.2857142857%; }
  .p-pull-1of7.p-pull-1of7 {
    margin-left: auto;
    margin-right: 14.2857142857%; }
  .p-2of7 {
    width: 28.5714285714%; }
  .p-push-2of7.p-push-2of7 {
    margin-left: 28.5714285714%; }
  .p-pull-2of7.p-pull-2of7 {
    margin-left: auto;
    margin-right: 28.5714285714%; }
  .p-3of7 {
    width: 42.8571428571%; }
  .p-push-3of7.p-push-3of7 {
    margin-left: 42.8571428571%; }
  .p-pull-3of7.p-pull-3of7 {
    margin-left: auto;
    margin-right: 42.8571428571%; }
  .p-4of7 {
    width: 57.1428571429%; }
  .p-push-4of7.p-push-4of7 {
    margin-left: 57.1428571429%; }
  .p-pull-4of7.p-pull-4of7 {
    margin-left: auto;
    margin-right: 57.1428571429%; }
  .p-5of7 {
    width: 71.4285714286%; }
  .p-push-5of7.p-push-5of7 {
    margin-left: 71.4285714286%; }
  .p-pull-5of7.p-pull-5of7 {
    margin-left: auto;
    margin-right: 71.4285714286%; }
  .p-6of7 {
    width: 85.7142857143%; }
  .p-push-6of7.p-push-6of7 {
    margin-left: 85.7142857143%; }
  .p-pull-6of7.p-pull-6of7 {
    margin-left: auto;
    margin-right: 85.7142857143%; }
  .p-1of8 {
    width: 12.5%; }
  .p-push-1of8.p-push-1of8 {
    margin-left: 12.5%; }
  .p-pull-1of8.p-pull-1of8 {
    margin-left: auto;
    margin-right: 12.5%; }
  .p-3of8 {
    width: 37.5%; }
  .p-push-3of8.p-push-3of8 {
    margin-left: 37.5%; }
  .p-pull-3of8.p-pull-3of8 {
    margin-left: auto;
    margin-right: 37.5%; }
  .p-5of8 {
    width: 62.5%; }
  .p-push-5of8.p-push-5of8 {
    margin-left: 62.5%; }
  .p-pull-5of8.p-pull-5of8 {
    margin-left: auto;
    margin-right: 62.5%; }
  .p-7of8 {
    width: 87.5%; }
  .p-push-7of8.p-push-7of8 {
    margin-left: 87.5%; }
  .p-pull-7of8.p-pull-7of8 {
    margin-left: auto;
    margin-right: 87.5%; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .t-all {
    width: 100%; }
  .t-push-1of1.t-push-1of1 {
    margin-left: 100%; }
  .t-pull-1of1.t-pull-1of1 {
    margin-left: auto;
    margin-right: 100%; }
  .t-1of2 {
    width: 50%; }
  .t-push-1of2.t-push-1of2 {
    margin-left: 50%; }
  .t-pull-1of2.t-pull-1of2 {
    margin-left: auto;
    margin-right: 50%; }
  .t-1of3 {
    width: 33.3333333333%; }
  .t-push-1of3.t-push-1of3 {
    margin-left: 33.3333333333%; }
  .t-pull-1of3.t-pull-1of3 {
    margin-left: auto;
    margin-right: 33.3333333333%; }
  .t-2of3 {
    width: 66.6666666667%; }
  .t-push-2of3.t-push-2of3 {
    margin-left: 66.6666666667%; }
  .t-pull-2of3.t-pull-2of3 {
    margin-left: auto;
    margin-right: 66.6666666667%; }
  .t-1of4 {
    width: 25%; }
  .t-push-1of4.t-push-1of4 {
    margin-left: 25%; }
  .t-pull-1of4.t-pull-1of4 {
    margin-left: auto;
    margin-right: 25%; }
  .t-3of4 {
    width: 75%; }
  .t-push-3of4.t-push-3of4 {
    margin-left: 75%; }
  .t-pull-3of4.t-pull-3of4 {
    margin-left: auto;
    margin-right: 75%; }
  .t-1of5 {
    width: 20%; }
  .t-push-1of5.t-push-1of5 {
    margin-left: 20%; }
  .t-pull-1of5.t-pull-1of5 {
    margin-left: auto;
    margin-right: 20%; }
  .t-2of5 {
    width: 40%; }
  .t-push-2of5.t-push-2of5 {
    margin-left: 40%; }
  .t-pull-2of5.t-pull-2of5 {
    margin-left: auto;
    margin-right: 40%; }
  .t-3of5 {
    width: 60%; }
  .t-push-3of5.t-push-3of5 {
    margin-left: 60%; }
  .t-pull-3of5.t-pull-3of5 {
    margin-left: auto;
    margin-right: 60%; }
  .t-4of5 {
    width: 80%; }
  .t-push-4of5.t-push-4of5 {
    margin-left: 80%; }
  .t-pull-4of5.t-pull-4of5 {
    margin-left: auto;
    margin-right: 80%; }
  .t-1of5 {
    width: 20%; }
  .t-push-1of5.t-push-1of5 {
    margin-left: 20%; }
  .t-pull-1of5.t-pull-1of5 {
    margin-left: auto;
    margin-right: 20%; }
  .t-2of5 {
    width: 40%; }
  .t-push-2of5.t-push-2of5 {
    margin-left: 40%; }
  .t-pull-2of5.t-pull-2of5 {
    margin-left: auto;
    margin-right: 40%; }
  .t-3of5 {
    width: 60%; }
  .t-push-3of5.t-push-3of5 {
    margin-left: 60%; }
  .t-pull-3of5.t-pull-3of5 {
    margin-left: auto;
    margin-right: 60%; }
  .t-4of5 {
    width: 80%; }
  .t-push-4of5.t-push-4of5 {
    margin-left: 80%; }
  .t-pull-4of5.t-pull-4of5 {
    margin-left: auto;
    margin-right: 80%; }
  .t-1of6 {
    width: 16.6666666667%; }
  .t-push-1of6.t-push-1of6 {
    margin-left: 16.6666666667%; }
  .t-pull-1of6.t-pull-1of6 {
    margin-left: auto;
    margin-right: 16.6666666667%; }
  .t-5of6 {
    width: 83.3333333333%; }
  .t-push-5of6.t-push-5of6 {
    margin-left: 83.3333333333%; }
  .t-pull-5of6.t-pull-5of6 {
    margin-left: auto;
    margin-right: 83.3333333333%; }
  .t-1of7 {
    width: 14.2857142857%; }
  .t-push-1of7.t-push-1of7 {
    margin-left: 14.2857142857%; }
  .t-pull-1of7.t-pull-1of7 {
    margin-left: auto;
    margin-right: 14.2857142857%; }
  .t-2of7 {
    width: 28.5714285714%; }
  .t-push-2of7.t-push-2of7 {
    margin-left: 28.5714285714%; }
  .t-pull-2of7.t-pull-2of7 {
    margin-left: auto;
    margin-right: 28.5714285714%; }
  .t-3of7 {
    width: 42.8571428571%; }
  .t-push-3of7.t-push-3of7 {
    margin-left: 42.8571428571%; }
  .t-pull-3of7.t-pull-3of7 {
    margin-left: auto;
    margin-right: 42.8571428571%; }
  .t-4of7 {
    width: 57.1428571429%; }
  .t-push-4of7.t-push-4of7 {
    margin-left: 57.1428571429%; }
  .t-pull-4of7.t-pull-4of7 {
    margin-left: auto;
    margin-right: 57.1428571429%; }
  .t-5of7 {
    width: 71.4285714286%; }
  .t-push-5of7.t-push-5of7 {
    margin-left: 71.4285714286%; }
  .t-pull-5of7.t-pull-5of7 {
    margin-left: auto;
    margin-right: 71.4285714286%; }
  .t-6of7 {
    width: 85.7142857143%; }
  .t-push-6of7.t-push-6of7 {
    margin-left: 85.7142857143%; }
  .t-pull-6of7.t-pull-6of7 {
    margin-left: auto;
    margin-right: 85.7142857143%; }
  .t-1of8 {
    width: 12.5%; }
  .t-push-1of8.t-push-1of8 {
    margin-left: 12.5%; }
  .t-pull-1of8.t-pull-1of8 {
    margin-left: auto;
    margin-right: 12.5%; }
  .t-3of8 {
    width: 37.5%; }
  .t-push-3of8.t-push-3of8 {
    margin-left: 37.5%; }
  .t-pull-3of8.t-pull-3of8 {
    margin-left: auto;
    margin-right: 37.5%; }
  .t-5of8 {
    width: 62.5%; }
  .t-push-5of8.t-push-5of8 {
    margin-left: 62.5%; }
  .t-pull-5of8.t-pull-5of8 {
    margin-left: auto;
    margin-right: 62.5%; }
  .t-7of8 {
    width: 87.5%; }
  .t-push-7of8.t-push-7of8 {
    margin-left: 87.5%; }
  .t-pull-7of8.t-pull-7of8 {
    margin-left: auto;
    margin-right: 87.5%; }
  .t-1of9 {
    width: 11.1111111111%; }
  .t-push-1of9.t-push-1of9 {
    margin-left: 11.1111111111%; }
  .t-pull-1of9.t-pull-1of9 {
    margin-left: auto;
    margin-right: 11.1111111111%; }
  .t-2of9 {
    width: 22.2222222222%; }
  .t-push-2of9.t-push-2of9 {
    margin-left: 22.2222222222%; }
  .t-pull-2of9.t-pull-2of9 {
    margin-left: auto;
    margin-right: 22.2222222222%; }
  .t-4of9 {
    width: 44.4444444444%; }
  .t-push-4of9.t-push-4of9 {
    margin-left: 44.4444444444%; }
  .t-pull-4of9.t-pull-4of9 {
    margin-left: auto;
    margin-right: 44.4444444444%; }
  .t-3of9 {
    width: 33.3333333333%; }
  .t-push-3of9.t-push-3of9 {
    margin-left: 33.3333333333%; }
  .t-pull-3of9.t-pull-3of9 {
    margin-left: auto;
    margin-right: 33.3333333333%; }
  .t-6of9 {
    width: 66.6666666667%; }
  .t-push-6of9.t-push-6of9 {
    margin-left: 66.6666666667%; }
  .t-pull-6of9.t-pull-6of9 {
    margin-left: auto;
    margin-right: 66.6666666667%; }
  .t-5of9 {
    width: 55.5555555556%; }
  .t-push-5of9.t-push-5of9 {
    margin-left: 55.5555555556%; }
  .t-pull-5of9.t-pull-5of9 {
    margin-left: auto;
    margin-right: 55.5555555556%; }
  .t-1of10 {
    width: 10%; }
  .t-push-1of10.t-push-1of10 {
    margin-left: 10%; }
  .t-pull-1of10.t-pull-1of10 {
    margin-left: auto;
    margin-right: 10%; }
  .t-1of11 {
    width: 9.0909090909%; }
  .t-push-1of11.t-push-1of11 {
    margin-left: 9.0909090909%; }
  .t-pull-1of11.t-pull-1of11 {
    margin-left: auto;
    margin-right: 9.0909090909%; }
  .t-1of12 {
    width: 8.3333333333%; }
  .t-push-1of12.t-push-1of12 {
    margin-left: 8.3333333333%; }
  .t-pull-1of12.t-pull-1of12 {
    margin-left: auto;
    margin-right: 8.3333333333%; }
  .t-5of12 {
    width: 41.6666666667%; }
  .t-push-5of12.t-push-5of12 {
    margin-left: 41.6666666667%; }
  .t-pull-5of12.t-pull-5of12 {
    margin-left: auto;
    margin-right: 41.6666666667%; }
  .t-7of12 {
    width: 58.3333333333%; }
  .t-push-7of12.t-push-7of12 {
    margin-left: 58.3333333333%; }
  .t-pull-7of12.t-pull-7of12 {
    margin-left: auto;
    margin-right: 58.3333333333%; }
  .t-10of12 {
    width: 83.3333333333%; }
  .t-push-10of12.t-push-10of12 {
    margin-left: 83.3333333333%; }
  .t-pull-10of12.t-pull-10of12 {
    margin-left: auto;
    margin-right: 83.3333333333%; }
  .t-11of12 {
    width: 91.6666666667%; }
  .t-push-11of12.t-push-11of12 {
    margin-left: 91.6666666667%; }
  .t-pull-11of12.t-pull-11of12 {
    margin-left: auto;
    margin-right: 91.6666666667%; } }

@media (min-width: 1030px) {
  .d-all {
    width: 100%; }
  .d-push-1of1.d-push-1of1 {
    margin-left: 100%; }
  .d-pull-1of1.d-pull-1of1 {
    margin-left: auto;
    margin-right: 100%; }
  .d-1of2 {
    width: 50%; }
  .d-push-1of2.d-push-1of2 {
    margin-left: 50%; }
  .d-pull-1of2.d-pull-1of2 {
    margin-left: auto;
    margin-right: 50%; }
  .d-1of3 {
    width: 33.3333333333%; }
  .d-push-1of3.d-push-1of3 {
    margin-left: 33.3333333333%; }
  .d-pull-1of3.d-pull-1of3 {
    margin-left: auto;
    margin-right: 33.3333333333%; }
  .d-2of3 {
    width: 66.6666666667%; }
  .d-push-2of3.d-push-2of3 {
    margin-left: 66.6666666667%; }
  .d-pull-2of3.d-pull-2of3 {
    margin-left: auto;
    margin-right: 66.6666666667%; }
  .d-1of4 {
    width: 25%; }
  .d-push-1of4.d-push-1of4 {
    margin-left: 25%; }
  .d-pull-1of4.d-pull-1of4 {
    margin-left: auto;
    margin-right: 25%; }
  .d-3of4 {
    width: 75%; }
  .d-push-3of4.d-push-3of4 {
    margin-left: 75%; }
  .d-pull-3of4.d-pull-3of4 {
    margin-left: auto;
    margin-right: 75%; }
  .d-1of5 {
    width: 20%; }
  .d-push-1of5.d-push-1of5 {
    margin-left: 20%; }
  .d-pull-1of5.d-pull-1of5 {
    margin-left: auto;
    margin-right: 20%; }
  .d-2of5 {
    width: 40%; }
  .d-push-2of5.d-push-2of5 {
    margin-left: 40%; }
  .d-pull-2of5.d-pull-2of5 {
    margin-left: auto;
    margin-right: 40%; }
  .d-3of5 {
    width: 60%; }
  .d-push-3of5.d-push-3of5 {
    margin-left: 60%; }
  .d-pull-3of5.d-pull-3of5 {
    margin-left: auto;
    margin-right: 60%; }
  .d-4of5 {
    width: 80%; }
  .d-push-4of5.d-push-4of5 {
    margin-left: 80%; }
  .d-pull-4of5.d-pull-4of5 {
    margin-left: auto;
    margin-right: 80%; }
  .d-1of6 {
    width: 16.6666666667%; }
  .d-push-1of6.d-push-1of6 {
    margin-left: 16.6666666667%; }
  .d-pull-1of6.d-pull-1of6 {
    margin-left: auto;
    margin-right: 16.6666666667%; }
  .d-5of6 {
    width: 83.3333333333%; }
  .d-push-5of6.d-push-5of6 {
    margin-left: 83.3333333333%; }
  .d-pull-5of6.d-pull-5of6 {
    margin-left: auto;
    margin-right: 83.3333333333%; }
  .d-1of7 {
    width: 14.2857142857%; }
  .d-push-1of7.d-push-1of7 {
    margin-left: 14.2857142857%; }
  .d-pull-1of7.d-pull-1of7 {
    margin-left: auto;
    margin-right: 14.2857142857%; }
  .d-2of7 {
    width: 28.5714285714%; }
  .d-push-2of7.d-push-2of7 {
    margin-left: 28.5714285714%; }
  .d-pull-2of7.d-pull-2of7 {
    margin-left: auto;
    margin-right: 28.5714285714%; }
  .d-3of7 {
    width: 42.8571428571%; }
  .d-push-3of7.d-push-3of7 {
    margin-left: 42.8571428571%; }
  .d-pull-3of7.d-pull-3of7 {
    margin-left: auto;
    margin-right: 42.8571428571%; }
  .d-4of7 {
    width: 57.1428571429%; }
  .d-push-4of7.d-push-4of7 {
    margin-left: 57.1428571429%; }
  .d-pull-4of7.d-pull-4of7 {
    margin-left: auto;
    margin-right: 57.1428571429%; }
  .d-5of7 {
    width: 71.4285714286%; }
  .d-push-5of7.d-push-5of7 {
    margin-left: 71.4285714286%; }
  .d-pull-5of7.d-pull-5of7 {
    margin-left: auto;
    margin-right: 71.4285714286%; }
  .d-6of7 {
    width: 85.7142857143%; }
  .d-push-6of7.d-push-6of7 {
    margin-left: 85.7142857143%; }
  .d-pull-6of7.d-pull-6of7 {
    margin-left: auto;
    margin-right: 85.7142857143%; }
  .d-1of8 {
    width: 12.5%; }
  .d-push-1of8.d-push-1of8 {
    margin-left: 12.5%; }
  .d-pull-1of8.d-pull-1of8 {
    margin-left: auto;
    margin-right: 12.5%; }
  .d-3of8 {
    width: 37.5%; }
  .d-push-3of8.d-push-3of8 {
    margin-left: 37.5%; }
  .d-pull-3of8.d-pull-3of8 {
    margin-left: auto;
    margin-right: 37.5%; }
  .d-5of8 {
    width: 62.5%; }
  .d-push-5of8.d-push-5of8 {
    margin-left: 62.5%; }
  .d-pull-5of8.d-pull-5of8 {
    margin-left: auto;
    margin-right: 62.5%; }
  .d-7of8 {
    width: 87.5%; }
  .d-push-7of8.d-push-7of8 {
    margin-left: 87.5%; }
  .d-pull-7of8.d-pull-7of8 {
    margin-left: auto;
    margin-right: 87.5%; }
  .d-1of9 {
    width: 11.1111111111%; }
  .d-push-1of9.d-push-1of9 {
    margin-left: 11.1111111111%; }
  .d-pull-1of9.d-pull-1of9 {
    margin-left: auto;
    margin-right: 11.1111111111%; }
  .d-2of9 {
    width: 22.2222222222%; }
  .d-push-2of9.d-push-2of9 {
    margin-left: 22.2222222222%; }
  .d-pull-2of9.d-pull-2of9 {
    margin-left: auto;
    margin-right: 22.2222222222%; }
  .d-4of9 {
    width: 44.4444444444%; }
  .d-push-4of9.d-push-4of9 {
    margin-left: 44.4444444444%; }
  .d-pull-4of9.d-pull-4of9 {
    margin-left: auto;
    margin-right: 44.4444444444%; }
  .d-3of9 {
    width: 33.3333333333%; }
  .d-push-3of9.d-push-3of9 {
    margin-left: 33.3333333333%; }
  .d-pull-3of9.d-pull-3of9 {
    margin-left: auto;
    margin-right: 33.3333333333%; }
  .d-6of9 {
    width: 66.6666666667%; }
  .d-push-6of9.d-push-6of9 {
    margin-left: 66.6666666667%; }
  .d-pull-6of9.d-pull-6of9 {
    margin-left: auto;
    margin-right: 66.6666666667%; }
  .d-5of9 {
    width: 55.5555555556%; }
  .d-push-5of9.d-push-5of9 {
    margin-left: 55.5555555556%; }
  .d-pull-5of9.d-pull-5of9 {
    margin-left: auto;
    margin-right: 55.5555555556%; }
  .d-1of10 {
    width: 10%; }
  .d-push-1of10.d-push-1of10 {
    margin-left: 10%; }
  .d-pull-1of10.d-pull-1of10 {
    margin-left: auto;
    margin-right: 10%; }
  .d-1of11 {
    width: 9.0909090909%; }
  .d-push-1of11.d-push-1of11 {
    margin-left: 9.0909090909%; }
  .d-pull-1of11.d-pull-1of11 {
    margin-left: auto;
    margin-right: 9.0909090909%; }
  .d-1of12 {
    width: 8.3333333333%; }
  .d-push-1of12.d-push-1of12 {
    margin-left: 8.3333333333%; }
  .d-pull-1of12.d-pull-1of12 {
    margin-left: auto;
    margin-right: 8.3333333333%; }
  .d-5of12 {
    width: 41.6666666667%; }
  .d-push-5of12.d-push-5of12 {
    margin-left: 41.6666666667%; }
  .d-pull-5of12.d-pull-5of12 {
    margin-left: auto;
    margin-right: 41.6666666667%; }
  .d-7of12 {
    width: 58.3333333333%; }
  .d-push-7of12.d-push-7of12 {
    margin-left: 58.3333333333%; }
  .d-pull-7of12.d-pull-7of12 {
    margin-left: auto;
    margin-right: 58.3333333333%; }
  .d-10of12 {
    width: 83.3333333333%; }
  .d-push-10of12.d-push-10of12 {
    margin-left: 83.3333333333%; }
  .d-pull-10of12.d-pull-10of12 {
    margin-left: auto;
    margin-right: 83.3333333333%; }
  .d-11of12 {
    width: 91.6666666667%; }
  .d-push-11of12.d-push-11of12 {
    margin-left: 91.6666666667%; }
  .d-pull-11of12.d-pull-11of12 {
    margin-left: auto;
    margin-right: 91.6666666667%; }
  .d-1of14 {
    width: 7.1428571429%; }
  .d-push-1of14.d-push-1of14 {
    margin-left: 7.1428571429%; }
  .d-pull-1of14.d-pull-1of14 {
    margin-left: auto;
    margin-right: 7.1428571429%; }
  .d-3of14 {
    width: 21.4285714286%; }
  .d-push-3of14.d-push-3of14 {
    margin-left: 21.4285714286%; }
  .d-pull-3of14.d-pull-3of14 {
    margin-left: auto;
    margin-right: 21.4285714286%; }
  .d-5of14 {
    width: 35.7142857143%; }
  .d-push-5of14.d-push-5of14 {
    margin-left: 35.7142857143%; }
  .d-pull-5of14.d-pull-5of14 {
    margin-left: auto;
    margin-right: 35.7142857143%; }
  .d-9of14 {
    width: 64.2857142857%; }
  .d-push-9of14.d-push-9of14 {
    margin-left: 64.2857142857%; }
  .d-pull-9of14.d-pull-9of14 {
    margin-left: auto;
    margin-right: 64.2857142857%; }
  .d-11of14 {
    width: 78.5714285714%; }
  .d-push-11of14.d-push-11of14 {
    margin-left: 78.5714285714%; }
  .d-pull-11of14.d-pull-11of14 {
    margin-left: auto;
    margin-right: 78.5714285714%; }
  .d-13of14 {
    width: 92.8571428571%; }
  .d-push-13of14.d-push-13of14 {
    margin-left: 92.8571428571%; }
  .d-pull-13of14.d-pull-13of14 {
    margin-left: auto;
    margin-right: 92.8571428571%; }
  .d-1of16 {
    width: 6.25%; }
  .d-push-1of16.d-push-1of16 {
    margin-left: 6.25%; }
  .d-pull-1of16.d-pull-1of16 {
    margin-left: auto;
    margin-right: 6.25%; }
  .d-3of16 {
    width: 18.75%; }
  .d-push-3of16.d-push-3of16 {
    margin-left: 18.75%; }
  .d-pull-3of16.d-pull-3of16 {
    margin-left: auto;
    margin-right: 18.75%; }
  .d-5of16 {
    width: 31.25%; }
  .d-push-5of16.d-push-5of16 {
    margin-left: 31.25%; }
  .d-pull-5of16.d-pull-5of16 {
    margin-left: auto;
    margin-right: 31.25%; }
  .d-7of16 {
    width: 43.75%; }
  .d-push-7of16.d-push-7of16 {
    margin-left: 43.75%; }
  .d-pull-7of16.d-pull-7of16 {
    margin-left: auto;
    margin-right: 43.75%; }
  .d-9of16 {
    width: 56.25%; }
  .d-push-9of16.d-push-9of16 {
    margin-left: 56.25%; }
  .d-pull-9of16.d-pull-9of16 {
    margin-left: auto;
    margin-right: 56.25%; }
  .d-10of16 {
    width: 62.5%; }
  .d-push-10of16.d-push-10of16 {
    margin-left: 62.5%; }
  .d-pull-10of16.d-pull-10of16 {
    margin-left: auto;
    margin-right: 62.5%; }
  .d-11of16 {
    width: 68.75%; }
  .d-push-11of16.d-push-11of16 {
    margin-left: 68.75%; }
  .d-pull-11of16.d-pull-11of16 {
    margin-left: auto;
    margin-right: 68.75%; }
  .d-12of16 {
    width: 75%; }
  .d-push-12of16.d-push-12of16 {
    margin-left: 75%; }
  .d-pull-12of16.d-pull-12of16 {
    margin-left: auto;
    margin-right: 75%; }
  .d-13of16 {
    width: 81.25%; }
  .d-push-13of16.d-push-13of16 {
    margin-left: 81.25%; }
  .d-pull-13of16.d-pull-13of16 {
    margin-left: auto;
    margin-right: 81.25%; }
  .d-14of16 {
    width: 87.5%; }
  .d-push-14of16.d-push-14of16 {
    margin-left: 87.5%; }
  .d-pull-14of16.d-pull-14of16 {
    margin-left: auto;
    margin-right: 87.5%; }
  .d-15of16 {
    width: 93.75%; }
  .d-push-15of16.d-push-15of16 {
    margin-left: 93.75%; }
  .d-pull-15of16.d-pull-15of16 {
    margin-left: auto;
    margin-right: 93.75%; } }

/* Grid System - @begin */
/* Tables - @begin */
.cell-all {
  width: 100%; }

.cell-1of2 {
  width: 50%; }

.cell-1of3 {
  width: 33.33%; }

.cell-2of3 {
  width: 66.66%; }

.cell-1of4 {
  width: 25%; }

.cell-3of4 {
  width: 75%; }

.cell-1of5 {
  width: 20%; }

.cell-2of5 {
  width: 40%; }

.cell-3of5 {
  width: 60%; }

.cell-4of5 {
  width: 80%; }

.cell-1of6 {
  width: 16.6666666667%; }

.cell-1of7 {
  width: 14.2857142857%; }

.cell-2of7 {
  width: 28.5714286%; }

.cell-3of7 {
  width: 42.8571429%; }

.cell-4of7 {
  width: 57.1428572%; }

.cell-5of7 {
  width: 71.4285715%; }

.cell-6of7 {
  width: 85.7142857%; }

.cell-1of8 {
  width: 12.5%; }

.cell-3of8 {
  width: 37.5%; }

.cell-7of8 {
  width: 87.5%; }

.cell-1of9 {
  width: 11.1111111111%; }

.cell-1of10 {
  width: 10%; }

.cell-1of11 {
  width: 9.09090909091%; }

.cell-1of12 {
  width: 8.33%; }

.cell-1of16 {
  width: 6.25%; }

.cell-3of16 {
  width: 18.75%; }

.cell-5of16 {
  width: 31.25%; }

.cell-6of16 {
  width: 37.5%; }

.cell-9of16 {
  width: 56.25%; }

.cell-10of16 {
  width: 62.5%; }

.cell-11of16 {
  width: 68.75%; }

.cell-13of16 {
  width: 81.25%; }

.cell-15of16 {
  width: 93.75%; }

/* Tables - @begin */
/* Typography - @begin */
.font-sans {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.font-serif {
  font-family: "Georgia", "Cambria", "Times New Roman", "Times", serif; }

.font-mono {
  font-family: "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace; }

.font-icon {
  font-family: "FontAwesome"; }

.font-symbol {
  font-family: "Symbols"; }

.font-din {
  font-family: "DINRoundWebPro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.font-gibson {
  font-family: "Gibson", "Georgia", "Cambria", "Times New Roman", "Times", serif; }

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

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

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

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

.text-bold {
  font-weight: 500; }

.text-normal {
  font-weight: 300; }

.text-roman {
  font-weight: 400; }

.text-upper {
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.text-lower {
  text-transform: lowercase; }

.text-titlecase,
.text-capitalize {
  text-transform: capitalize; }

.text-ucfirst {
  text-transform: lowercase; }
  .text-ucfirst::first-letter {
    text-transform: uppercase; }

/* Typography - @end */
/* Icons - @begin */
.icon {
  position: relative;
  display: inline-block;
  height: 1.4rem;
  width: 1.4rem;
  overflow: hidden; }
  .icon:before {
    content: "";
    display: inline-block;
    text-align: center;
    font-family: "FontAwesome"; }
  .icon.ipc-icon:before {
    font-family: "Symbols"; }
  .icon.icon-before {
    width: auto;
    padding-left: 1.2em; }
    .icon.icon-before:before {
      position: absolute;
      top: 0;
      left: 0; }
  .icon.icon-after {
    width: auto;
    padding-right: 1.2em; }
    .icon.icon-after:before {
      position: absolute;
      top: 0;
      left: auto;
      right: 0; }

.icon-label {
  display: inherit; }
  .icon:not(.icon-before):not(.icon-after) .icon-label {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap; }

.icon-menu:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-bullet:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-info:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-ipc-menu:before {
  content: ""; }

.icon-ipc-plus:before {
  content: ""; }

.icon-ipc-minus:before {
  content: ""; }

.icon-ipc-close:before {
  content: ""; }

.icon-ipc-search:before {
  content: ""; }

.icon-ipc-find:before {
  content: ""; }

.icon-ipc-info:before {
  content: ""; }

.icon-ipc-phone:before {
  content: ""; }

.icon-ipc-download:before {
  content: ""; }

.icon-ipc-download-doc:before {
  content: ""; }

.icon-ipc-arrow-left:before {
  content: ""; }

.icon-ipc-arrow-right:before {
  content: ""; }

.icon-ipc-arrow-down:before {
  content: ""; }

.icon-ipc-arrow-up:before {
  content: ""; }

.icon-ipc-arrow-left-acute:before {
  content: ""; }

.icon-ipc-arrow-right-acute:before {
  content: ""; }

.icon-ipc-arrow-down-acute:before {
  content: ""; }

.icon-ipc-arrow-up-acute:before {
  content: ""; }

.icon-ipc-youtube:before {
  content: ""; }

.icon-ipc-linkedin:before {
  content: ""; }

.icon-ipc-calendar:before {
  content: ""; }

.icon-ipc-mail:before {
  content: ""; }

.icon-ipc-global:before {
  content: ""; }

.icon-ipc-share:before {
  content: ""; }

.icon-ipc-share-facebook:before {
  content: ""; }

.icon-ipc-share-linkedin:before {
  content: ""; }

.icon-ipc-share-mail:before {
  content: ""; }

.icon-ipc-share-twitter:before {
  content: ""; }

.icon-ipc-contact-eagle:before {
  content: url(../images/contact-icon.svg);
  /* background-image: url(../images/contact-icon.svg);
    content: '';
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
    display: inline-block;
    background-position: left top; */ }

.icon-ipc-instagram {
  background-image: url(../images/insta-white.png);
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: 2px 2px; }
  .icon-ipc-instagram:hover {
    background-image: url(../images/insta-green.png); }
  .icon-ipc-instagram.icon-ipc-instagram-contact {
    background-image: url(../images/insta-black.png);
    background-size: 20px 20px; }
    .icon-ipc-instagram.icon-ipc-instagram-contact:hover {
      background-image: url(../images/insta-green.png); }

@media all and (max-width: 767px) {
  .icon-ipc-contact-eagle:before {
    text-indent: -15px; } }

/* Icons - @end */
/* Setup - @begin */
html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%; }

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

body {
  font-family: "DINRoundWebPro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.4rem;
  color: #181818;
  background-color: #ffffff;
  font-feature-settings: "kern" 1;
  text-transform: none;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern=1";
  -ms-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1; }
  body ::selection {
    background: #e7ffdd; }

h1,
h2,
h3,
h4 {
  font-family: "Georgia", "Cambria", "Times New Roman", "Times", serif; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0 auto 10px;
  line-height: normal;
  font-weight: bold;
  text-rendering: optimizelegibility; }
  h1 a, .h1 a,
  h2 a, .h2 a,
  h3 a, .h3 a,
  h4 a, .h4 a,
  h5 a, .h5 a,
  h6 a, .h6 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 3.5rem; }

h2, .h2 {
  font-size: 2.8rem; }

h3, .h3 {
  font-size: 2.52rem; }

h4, .h4 {
  font-size: 2.1rem; }

h5, .h5 {
  font-size: 1.4rem; }

h6, .h6 {
  font-size: 1.26rem; }

ol,
ul {
  margin: 10px auto;
  list-style: none outside; }

ol.bullets {
  list-style: inside decimal; }

ul.bullets {
  list-style: inside disc; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-left: 1.5em;
  font-size: 90%; }
  ol ol.bullets,
  ul ul.bullets,
  ol ul.bullets,
  ul ol.bullets {
    margin-left: 3em; }

ol ol.bullets,
ul ol.bullets {
  list-style-type: upper-roman; }

ol ul.bullets,
ul ul.bullets {
  list-style-type: square; }

li {
  margin: 0 auto 10px; }

a,
button {
  color: currentColor;
  text-decoration: none; }
  a:hover,
  button:hover {
    color: #181818; }
  a:link,
  button:link {
    -webkit-tap-highlight-color: transparent; }

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

a,
p,
span:not(.icon):not(.icon-label):not(.submenu-link-label),
label,
dl,
blockquote {
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

p:empty {
  display: none; }

strong {
  font-weight: 500; }

.text-grey::-webkit-input-placeholder {
  color: #cccccc; }

.text-grey::-moz-placeholder {
  color: #cccccc; }

/* Setup - @end */
/* Forms - @begin */
textarea,
input,
button
select {
  outline: none;
  border-radius: 0;
  color: #181818; }

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none ;
  -moz-appearance: none ;
  appearance: none ; }

input[type="checkbox"],
input[type="radio"] {
  visibility: hidden !important; }

div.form-fieldset {
  max-width: calc(100% - 30px); }
  div.form-fieldset .form-checkbox-label {
    width: auto;
    display: block; }

.form-loading img {
  height: 50px;
  float: right;
  margin-right: 10px; }

.form-fieldset {
  display: block;
  position: relative;
  height: 50px;
  margin-bottom: 20px; }
  .form-fieldset:not(.select-fieldset):not(.checkbox-fieldset):before {
    content: '-';
    text-align: center;
    display: block;
    position: absolute;
    right: 1em;
    top: 13px;
    color: #d43d24;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-weight: 500;
    font-size: 2rem;
    z-index: 3;
    border: 2px solid #d43d24;
    border-radius: 50%;
    opacity: 0; }
  .form-fieldset.file-fieldset {
    overflow: hidden; }
  .form-fieldset.textarea-fieldset {
    height: 130px; }
  .form-fieldset.checkbox-fieldset, .form-fieldset.file-fieldset {
    padding: 10px;
    border: 3px solid transparent;
    box-sizing: content-box; }
  .form-fieldset.file-fieldset {
    height: 70px; }
  .form-fieldset.checkbox-group-fieldset {
    height: auto;
    min-height: 50px;
    padding-left: 0.8em;
    padding-right: 0.8em; }
  .form-fieldset .input-text,
  .form-fieldset .input-textarea,
  .form-fieldset .input-label {
    font-family: "DINRoundWebPro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    left: 0;
    font-size: 1.5rem;
    line-height: 1.43; }
  .form-fieldset .input-text,
  .form-fieldset .input-textarea {
    position: relative;
    top: 0;
    height: 100%;
    width: 100%;
    border: 2px solid transparent !important;
    padding: 17px 0.3em 0;
    font-weight: 500; }
    .form-fieldset .input-text:focus,
    .form-fieldset .input-textarea:focus {
      border: 3px solid #66d43d !important; }
      .form-fieldset .input-text:focus + .input-label,
      .form-fieldset .input-textarea:focus + .input-label {
        top: 4px; }
  .form-fieldset.error:before {
    opacity: 1; }
  .form-fieldset.error .input-text,
  .form-fieldset.error .input-textarea,
  .form-fieldset.error .drop-hidden,
  .form-fieldset.error .drop-shown,
  .form-fieldset.error .autocomplete, .form-fieldset.error.checkbox-fieldset, .form-fieldset.error.file-fieldset {
    border: 3px solid #d43d24 !important; }
    .form-fieldset.error .input-text.drop-hidden, .form-fieldset.error .input-text.drop-shown,
    .form-fieldset.error .input-textarea.drop-hidden,
    .form-fieldset.error .input-textarea.drop-shown,
    .form-fieldset.error .drop-hidden.drop-hidden,
    .form-fieldset.error .drop-hidden.drop-shown,
    .form-fieldset.error .drop-shown.drop-hidden,
    .form-fieldset.error .drop-shown.drop-shown,
    .form-fieldset.error .autocomplete.drop-hidden,
    .form-fieldset.error .autocomplete.drop-shown, .form-fieldset.error.checkbox-fieldset.drop-hidden, .form-fieldset.error.checkbox-fieldset.drop-shown, .form-fieldset.error.file-fieldset.drop-hidden, .form-fieldset.error.file-fieldset.drop-shown {
      line-height: 4.3rem; }
  .form-fieldset.error .autocomplete {
    border-right: none !important; }
  .form-fieldset .input-label {
    position: absolute;
    top: 7px;
    width: 100%;
    cursor: pointer;
    padding: 0 0.8em;
    font-size: 1.2rem; }
  .form-fieldset .input-textarea {
    resize: none;
    height: 130px; }
  .form-fieldset.empty .input-label {
    top: 16px;
    font-size: 1.5rem; }
  .form-fieldset .autocomplete {
    /*         display: none; */
    position: absolute;
    width: calc(100% - 50px);
    height: 100%;
    border: none;
    padding-left: 12px;
    z-index: +1;
    font-size: 1.5rem;
    font-family: "DINRoundWebPro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    color: #323232; }

.checkbox-group-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.5rem; }

.file-fieldset .input-file {
  position: absolute;
  /* top: $pad*.5;
        left: $pad*.5; */
  top: 10px;
  left: 10px; }

.file-fieldset .file-label {
  position: absolute;
  width: 100%;
  height: auto;
  background-color: #e4e4e4;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 300; }

.file-fieldset .file-label-hints {
  line-height: 2rem;
  margin-right: 2em; }

.file-fieldset .file-label-button {
  height: 100%;
  padding: 13px 1em;
  line-height: 2rem;
  font-family: "Gibson", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #858b8c; }
  .file-fieldset .file-label-button:hover {
    background-color: #66d43d; }

.form-notes {
  font-size: 1.2rem;
  font-weight: 300; }

.checkbox-fieldset .form-checkbox {
  position: absolute;
  /* top: $pad*.5;
        left: $pad*.3; */
  top: 10px;
  left: 10px; }

.checkbox-fieldset .checkbox-label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  padding-left: calc( 0.75em + (10px * 2));
  padding-right: 1em;
  min-height: 20px;
  line-height: 1.6;
  font-size: 1.5rem;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }
  .checkbox-fieldset .checkbox-label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #9e9e9e;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    -moz-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s; }
  .checkbox-fieldset .checkbox-label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 10px;
    height: 7px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity 0.3s, border-color 0.3s, background-color 0.3s;
    -moz-transition: opacity 0.3s, border-color 0.3s, background-color 0.3s;
    transition: opacity 0.3s, border-color 0.3s, background-color 0.3s; }

@media all and (min-width: 1030px) {
  body.network-blog-4 .checkbox-fieldset.privacy-checkbox {
    height: 90px; } }

.checkbox-group-fieldset .checkbox-label {
  margin-bottom: 10px; }

.form-checkbox:checked + .checkbox-label:before {
  border-color: #66d43d;
  background-color: #66d43d; }

.form-checkbox:checked + .checkbox-label:after {
  opacity: 1; }

.input-radio + .checkbox-label:before {
  border-radius: 50%; }

.input-radio + .checkbox-label:after {
  border: 0 none;
  border-radius: 50%;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.input-radio:checked + .checkbox-label:before {
  background-color: #ffffff; }

.input-radio:checked + .checkbox-label:after {
  background-color: #66d43d; }

.form-checkbox:disabled + .checkbox-label {
  color: #dbdbdb;
  cursor: default; }

.form-checkbox:disabled + .checkbox-label:before {
  border-color: #dbdbdb; }

.form-checkbox:disabled:checked + .checkbox-label:before {
  background-color: #dbdbdb; }

.form-checkbox:disabled:not(:checked) + .checkbox-label:after {
  opacity: 0 !important; }

.input-radio:disabled:checked + .checkbox-label:before {
  background-color: #ffffff; }

.input-radio:disabled:checked + .checkbox-label:after {
  background-color: #dbdbdb; }

.form-select {
  margin-bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 5rem;
  padding: 0;
  font-size: 1.5rem;
  font-family: "DINRoundWebPro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  border: 0 none;
  cursor: pointer;
  color: #858b8c;
  background-color: #ffffff;
  text-transform: capitalize; }

#province-select .form-select {
  text-transform: none; }

.form-arrow {
  position: relative;
  padding: 0 1rem;
  height: 50px; }
  .form-arrow.value-selected {
    color: #181818;
    font-weight: 500; }
  .form-arrow:before {
    content: "\EA0E";
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    width: 1em;
    font-family: "Symbols";
    font-size: 2rem; }
  .form-arrow.drop-shown:before {
    content: "\EA0F"; }

.form-select-options {
  position: relative;
  z-index: 5;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  color: #181818;
  font-weight: 500; }
  .form-select-options .sidebar-option,
  .form-select-options li {
    padding: 0 1rem; }
    .form-select-options .sidebar-option:first-child,
    .form-select-options li:first-child {
      display: none; }
    .form-select-options .sidebar-option:hover,
    .form-select-options li:hover {
      color: #181818;
      background-color: #fafaf9; }
  .form-select-options .sidebar-option:not(:last-child),
  .form-select-options li:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 1px solid #eeeeee; }

.input-submit {
  padding: 0 25px;
  border: 0 none;
  background: #858b8c;
  height: 5rem;
  line-height: 5rem;
  width: auto;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.2rem; }
  .input-submit:hover {
    background: #66d43d; }

.form-error {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5em;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #d43d24;
  padding: 5px 0px;
  padding-left: calc( (10px*2) + 1.5em); }
  .form-error:before {
    content: '-';
    text-align: center;
    display: block;
    position: absolute;
    left: 0.5em;
    top: 5px;
    color: #ffffff;
    height: 20px;
    width: 20px;
    line-height: 18px;
    font-weight: 500;
    font-size: 2rem;
    z-index: 3;
    border: 2px solid #ffffff;
    border-radius: 50%;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%); }

/* Power Web Form */
.contact-forms-tab-list {
  margin: 0px 0px 0px 0px; }
  .contact-forms-tab-list .product-section-tabs-item .product-section-tabs-link {
    background-color: #eeeeee;
    color: #9e9e9e; }
    .contact-forms-tab-list .product-section-tabs-item .product-section-tabs-link:hover {
      color: #000000; }
  .contact-forms-tab-list .product-section-tabs-item.current .product-section-tabs-link {
    background-color: #e4e4e4;
    color: #000000; }

form.pwf-form .checkboxes-block {
  margin: 20px 0px; }

form.pwf-form .form-fieldset {
  height: auto;
  margin-bottom: 15px; }
  form.pwf-form .form-fieldset.checkbox-fieldset, form.pwf-form .form-fieldset.file-fieldset {
    border: 0px;
    padding: 0px; }

form.pwf-form div.label {
  width: 100%;
  float: left;
  padding: 0px;
  margin-bottom: 0px; }
  form.pwf-form div.label label {
    text-align: left;
    float: left; }

form.pwf-form div.field {
  width: 100%;
  margin-bottom: 0px; }
  form.pwf-form div.field select {
    background-color: #FFFFFF;
    position: relative;
    padding: 0 1rem;
    height: 50px;
    width: 100%;
    border: 3px transparent;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    margin-bottom: 17px;
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    font-size: 1.5rem;
    line-height: 1.43;
    font-family: "DINRoundWebPro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 500;
    padding-left: 0.4em !important; }
    form.pwf-form div.field select:focus {
      border: 3px solid #66d43d !important; }
    form.pwf-form div.field select.error {
      border: 3px solid #d43d24 !important;
      margin-bottom: 3px; }
  form.pwf-form div.field input[type="text"],
  form.pwf-form div.field .input-textarea,
  form.pwf-form div.field .input-label {
    font-family: "DINRoundWebPro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    left: 0;
    font-size: 1.5rem;
    line-height: 1.43; }
    form.pwf-form div.field input[type="text"]::-webkit-input-placeholder,
    form.pwf-form div.field .input-textarea::-webkit-input-placeholder,
    form.pwf-form div.field .input-label::-webkit-input-placeholder {
      color: #858b8c;
      font-weight: normal; }
    form.pwf-form div.field input[type="text"]::-moz-placeholder,
    form.pwf-form div.field .input-textarea::-moz-placeholder,
    form.pwf-form div.field .input-label::-moz-placeholder {
      color: #858b8c;
      font-weight: normal; }
    form.pwf-form div.field input[type="text"]:-ms-input-placeholder,
    form.pwf-form div.field .input-textarea:-ms-input-placeholder,
    form.pwf-form div.field .input-label:-ms-input-placeholder {
      color: #858b8c;
      font-weight: normal; }
  form.pwf-form div.field input[type="text"],
  form.pwf-form div.field .input-textarea {
    position: relative;
    top: 0;
    height: 100%;
    width: 100%;
    border: 3px solid transparent !important;
    padding: 14px 0.3em !important;
    font-weight: 500;
    margin-bottom: 17px; }
    form.pwf-form div.field input[type="text"]:focus,
    form.pwf-form div.field .input-textarea:focus {
      border: 3px solid #66d43d !important; }
      form.pwf-form div.field input[type="text"]:focus + .input-label,
      form.pwf-form div.field .input-textarea:focus + .input-label {
        top: 4px; }
    form.pwf-form div.field input[type="text"].error,
    form.pwf-form div.field .input-textarea.error {
      border: 3px solid #d43d24 !important;
      margin-bottom: 3px; }
  form.pwf-form div.field .input-textarea.input-textarea {
    height: 130px; }
  form.pwf-form div.field.error:before {
    opacity: 1; }
  form.pwf-form div.field.error .input-text,
  form.pwf-form div.field.error .input-textarea,
  form.pwf-form div.field.error .drop-hidden,
  form.pwf-form div.field.error .drop-shown,
  form.pwf-form div.field.error .autocomplete, form.pwf-form div.field.error.checkbox-fieldset, form.pwf-form div.field.error.file-fieldset {
    border: 3px solid #d43d24 !important; }
    form.pwf-form div.field.error .input-text.drop-hidden, form.pwf-form div.field.error .input-text.drop-shown,
    form.pwf-form div.field.error .input-textarea.drop-hidden,
    form.pwf-form div.field.error .input-textarea.drop-shown,
    form.pwf-form div.field.error .drop-hidden.drop-hidden,
    form.pwf-form div.field.error .drop-hidden.drop-shown,
    form.pwf-form div.field.error .drop-shown.drop-hidden,
    form.pwf-form div.field.error .drop-shown.drop-shown,
    form.pwf-form div.field.error .autocomplete.drop-hidden,
    form.pwf-form div.field.error .autocomplete.drop-shown, form.pwf-form div.field.error.checkbox-fieldset.drop-hidden, form.pwf-form div.field.error.checkbox-fieldset.drop-shown, form.pwf-form div.field.error.file-fieldset.drop-hidden, form.pwf-form div.field.error.file-fieldset.drop-shown {
      line-height: 4.3rem; }
  form.pwf-form div.field.error .autocomplete {
    border-right: none !important; }
  form.pwf-form div.field .clear label.error {
    padding-top: 3px; }

form.pwf-form.off-canvas-pwf {
  padding-bottom: 80px; }
  form.pwf-form.off-canvas-pwf div.label label {
    color: #ffffff; }

@media (max-width: 1024px) and (min-width: 768px) {
  form.pwf-form .contacts-form-fieldset:not(.textarea-fieldset):not(.checkbox-fieldset).t-left {
    padding-right: 10px !important; }
  form.pwf-form .contacts-form-fieldset:not(.textarea-fieldset):not(.checkbox-fieldset).t-right {
    padding-left: 10px !important; }
  form.pwf-form .contacts-form-fieldset:not(.textarea-fieldset):not(.checkbox-fieldset):nth-child(even) {
    padding-left: 0px !important; }
  form.pwf-form .contacts-form-fieldset:not(.textarea-fieldset):not(.checkbox-fieldset):nth-child(odd) {
    padding-right: 0px !important; } }

/* Forms - @end */
/* Base - @begin */
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/*********************
LINK STYLES
*********************/
/*********************
H1, H2, H3, H4, H5 STYLES
*********************/
/*********************
LAYOUT & GRID STYLES
*********************/
.main-header {
  position: relative;
  z-index: 3; }

.main-content {
  margin-bottom: 400px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0 10px 100px #000000; }

.main-container {
  overflow: hidden; }

.modal {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  background-color: transparent; }
  .modal-opened .modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8); }

.sidebar-opened .modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5; }

.sidebar-opened {
  overflow: hidden; }

.product-sidebar {
  z-index: 6; }

.wrap {
  width: 100%;
  margin: 0 auto; }

.wrap-880 {
  max-width: 900px !important;
  padding: 0 10px; }

.full-bg {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.phablet-down.phablet-down {
  display: none; }

.tablet-down.tablet-down {
  display: none; }

.tablet-up.tablet-up {
  display: none; }

.tablet-portrait-up.tablet-portrait-up {
  display: none; }

.desktop-up.desktop-up {
  display: none; }

.page-impressum p.article-block-text {
  width: 100%;
  float: none;
  margin: 20px 0px; }
  .page-impressum p.article-block-text b {
    margin-bottom: 10px; }
  .page-impressum p.article-block-text span {
    margin-bottom: 20px;
    display: inline-block; }

/*********************
HEADINGS STYLES
*********************/
/* Headings - @begin */
.page-header-wrapper {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  min-height: 300px; }

.page-header-inner-wrapper {
  margin-top: 100px;
  margin-bottom: 100px; }

.breadcrumb {
  font-size: 1rem;
  line-height: 1.4; }
  .breadcrumb:before {
    font-size: 1.4rem;
    line-height: 1.2rem; }
  .breadcrumb:hover {
    color: #66d43d; }

.page-heading-link {
  font-weight: 500; }

.page-heading,
.page-sub-heading,
.page-excerpt {
  margin: 0 0 20px;
  line-height: 1; }

.page-heading {
  font-size: 5rem;
  font-weight: 500;
  color: #272727;
  text-transform: uppercase;
  letter-spacing: 0; }
  .page-heading.heading-network {
    font-size: 35px !important;
    margin-bottom: 0px !important; }

body.network-blog-4 .page-heading.categories-heading {
  font-size: 35px; }

@media all and (max-width: 767px) {
  body.network-blog-4 .page-heading.categories-heading {
    font-size: 23px; } }

@media all and (max-width: 480px) {
  .page-heading.heading-network {
    font-size: 24px !important;
    margin-bottom: 0px !important; } }

.page-sub-heading {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
  color: #272727;
  margin-bottom: 0; }

.page-excerpt {
  line-height: 2.5rem;
  font-size: 1.7rem; }

.page-section-header {
  margin: 0 auto;
  padding: 55px 20px; }

.page-section-heading {
  margin: 0 auto 10px;
  line-height: 1;
  font-family: "DINRoundWebPro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 3.5rem;
  font-weight: 300; }

@media all and (max-width: 375px) {
  body.network-blog-4 .page-section-heading.innovations-section-heading {
    font-size: 28px; } }

.page-section-sup-heading,
.page-section-sub-heading {
  margin: 0 auto;
  line-height: 2.5rem;
  font-family: "DINRoundWebPro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  color: #8e8e8e; }

.article-header {
  overflow: hidden;
  position: relative; }
  .article-header .full-bg {
    position: absolute;
    height: 100%; }

@media (max-width: 767px) {
  .page-heading {
    font-size: 3.5rem; }
  .page-sub-heading {
    font-size: 2rem; }
  .page-section-header {
    padding-top: 40px; } }

@media (min-width: 1030px) {
  .page-header-wrapper {
    padding-top: 50px; }
  .article-header {
    margin-top: 90px; } }

/* Headings - @end */
/*********************
HEADER STYLES
*********************/
/* Header - @begin */
#PreLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #ffffff url("../images/loading-green.gif") no-repeat center center;
  background-size: 90px 90px;
  z-index: 999; }

.redirect-popup-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999; }
  .redirect-popup-container .confirmation-box {
    background-color: #ffffff;
    width: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px; }
    .redirect-popup-container .confirmation-box .logo img {
      width: 60px; }
    .redirect-popup-container .confirmation-box .close-button .popup-close-button {
      width: 3.2rem;
      height: 3.2rem;
      line-height: 3.2rem;
      margin-bottom: 30px; }
      .redirect-popup-container .confirmation-box .close-button .popup-close-button:before {
        font-size: 2.4rem; }
    .redirect-popup-container .confirmation-box .redirect-message {
      margin-top: 30px;
      margin-bottom: 50px;
      line-height: 2.2rem;
      font-size: 1.7rem; }
    .redirect-popup-container .confirmation-box .buttons a {
      margin-bottom: 10px;
      padding: 20px;
      font-size: 1.3rem;
      font-weight: 400;
      color: #ffffff;
      background: #57b334;
      cursor: pointer;
      transition: all 0.3s; }
      .redirect-popup-container .confirmation-box .buttons a.go-cancel {
        background-color: #ffffff;
        color: #858B8C;
        border: 2px solid #57b334; }
      .redirect-popup-container .confirmation-box .buttons a:hover {
        opacity: 0.5; }
    .redirect-popup-container .confirmation-box .cookie {
      margin-top: 5px; }

.main-header {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 140px;
  background: linear-gradient(to bottom, #66d43d 0%, #66d43d 90px, transparent 90px, transparent 100%); }
  .ie9 .main-header {
    background: transparent url("../images/ie/ie-header-bg.png") repeat-x scroll left top; }
  .main-header:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 90px;
    background-color: transparent; }
  .modal-opened .main-header:before {
    background-color: rgba(0, 0, 0, 0.8); }

.main-logo {
  width: 100px;
  height: 100px;
  margin: 0; }
  .main-logo .logo {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background: transparent url("../images/main-logo.png") no-repeat scroll 50%;
    background-size: 100%; }
    .main-logo .logo.logo-fr {
      background: transparent url("../images/Ica-main-logo.jpg") no-repeat scroll 50%;
      background-size: 100%; }
    .main-logo .logo.logo-us {
      background: transparent url("../images/ipc-eagle-main-logo.png") no-repeat scroll 50%;
      background-size: 100%; }
    .main-logo .logo.logo-in {
      background: transparent url("../images/ipc-india-main-logo.png") no-repeat scroll 50%;
      background-size: 100%; }
  .mobile-header .main-logo {
    width: 80px;
    height: 80px; }

body.network-blog-4 .main-logo .logo {
  background: transparent url("../images/ipc-Gansow-logo.jpg") no-repeat scroll 50%;
  background-size: 100%; }

.main-navigation-wrapper {
  position: relative;
  z-index: 2;
  height: 100px; }
  .modal-opened .main-navigation-wrapper {
    background-color: #181818; }
  .mobile-header .main-navigation-wrapper {
    height: 80px; }

.main-navigation,
.main-navigation-list {
  margin: 0;
  padding: 0;
  height: 100%; }

.main-navigation-item,
.main-navigation-link {
  margin: 0;
  height: 100%; }

.main-navigation-item {
  padding: 0 3.5rem; }
  .main-navigation-item:first-child {
    padding-left: 5rem; }
  .main-navigation-item.hover {
    opacity: 0.5; }
    .modal-opened .main-navigation-item.hover {
      opacity: 0.3; }
  .main-navigation-item.submenu-open {
    background-color: #ffffff; }
    .main-navigation-item.submenu-open .main-navigation-link {
      color: #323232; }
    .main-navigation-item.submenu-open.current .main-navigation-link {
      color: #57b334; }
    .main-navigation-item.submenu-open .icon-ipc-arrow-down:before {
      content: '\EA0F'; }

.main-navigation-link {
  display: inline-block;
  line-height: 10rem;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #ffffff; }
  .main-navigation-link.ipc-icon {
    padding-right: 1.5em; }
  .main-navigation-link:before {
    font-size: 1.4rem;
    font-weight: 400; }
  .current .main-navigation-link,
  .current .main-navigation-link:hover {
    color: #66d43d; }

.submenu-list {
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0;
  padding: 10px;
  width: 100%;
  background: #ffffff; }

.submenu-link {
  position: relative;
  display: block;
  margin: 10px;
  word-wrap: normal;
  word-break: normal; }
  .submenu-link .ratio,
  .submenu-link .ratio-content {
    display: block; }
  .submenu-link .submenu-link-label {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0 10px 10px;
    width: 100%;
    min-height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: 1.5rem; }

.products-submenu .submenu-item {
  margin-bottom: 30px; }

.products-submenu .submenu-product-item {
  margin-bottom: 5px; }

.products-submenu .submenu-button-item {
  margin-top: 25px; }
  .products-submenu .submenu-button-item.submenu-button-item-fr {
    min-width: 250px; }

.products-submenu .submenu-link {
  margin: 10px 10px 0;
  padding-bottom: 10px; }
  .products-submenu .submenu-link:hover {
    background-color: #f4f4f4;
    color: #66d43d; }

.products-submenu .ratio-content {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 50% 0; }

.products-submenu .submenu-link-label {
  position: relative;
  padding-top: 10px;
  padding-bottom: 0; }

.about-submenu .ratio:before {
  padding-bottom: 20px; }

.about-submenu .ratio-image {
  width: 100%;
  background-color: transparent;
  text-align: center;
  padding: 20px 0 0; }

.about-submenu .submenu-link-label {
  max-height: 70px;
  padding-top: 10px;
  padding-bottom: 0;
  line-height: 1.4; }
  .about-submenu .submenu-link-label.font-bold {
    font-weight: 500; }

.about-submenu .submenu-link {
  background-color: transparent;
  margin: 10px 10px 0;
  padding-bottom: 10px; }
  .about-submenu .submenu-link:hover {
    background-color: #f4f4f4; }
    .about-submenu .submenu-link:hover .submenu-link-label {
      color: #66d43d; }
    .about-submenu .submenu-link:hover .svg-about-image {
      fill: #66d43d; }
  .about-submenu .submenu-link .submenu-link-inner-wrapper.submenu-link-inner-wrapper-fr.ratio-16x9:before {
    padding-top: 76.25%; }

.about-submenu .svg-about-image {
  fill: #858b8c;
  height: 90%;
  min-height: 60px;
  max-height: 90px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.submenu-button-item {
  margin-bottom: 0; }

.submenu-button {
  display: block;
  margin: 10px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  font-size: 1.2rem; }

.secondary-navigation {
  position: relative;
  z-index: 3;
  margin-right: 10px;
  height: 40px; }
  .modal-opened .secondary-navigation {
    opacity: 0.3; }

.secondary-navigation-list,
.secondary-navigation-item {
  margin: 0;
  height: 30px; }

.secondary-navigation-list {
  margin: 5px 0 5px 10px; }

.secondary-navigation-item {
  margin-left: 20px; }
  .secondary-navigation-item:first-child {
    margin-left: 0; }

.secondary-navigation-link {
  display: inline-block;
  height: 100%;
  line-height: 30px; }
  .secondary-navigation-link.global-opener {
    font-size: 1.8rem; }
    .secondary-navigation-link.global-opener .icon-label {
      font-size: 1.4rem; }

.header-select {
  width: 140px;
  height: 30px;
  line-height: 30px;
  text-align: right; }

.header-select-arrow {
  position: relative;
  padding: 0 1.5em 0 1em;
  color: #ffffff;
  cursor: pointer; }
  .header-select-arrow:before {
    content: '\EA0E';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1.5em;
    height: 20px;
    text-align: center;
    font-family: "Symbols"; }
  .header-select-arrow.drop-shown {
    background-color: #000000; }
    .header-select-arrow.drop-shown:before {
      content: '\EA0F'; }

.header-select-options {
  margin: 0;
  padding-top: 10px;
  background-color: #000000;
  color: #ffffff; }

.header-global-option {
  min-height: 30px;
  padding: 5px 1.5em 5px 1em;
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 1.4rem;
  cursor: pointer; }
  .header-global-option:hover {
    background-color: #646464; }

.search-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  width: 70px;
  height: 100%;
  background-color: #272727; }
  .search-wrapper.opened {
    background-color: #272727;
    width: calc( 100% - 10px*10); }
  .modal-opened .search-wrapper {
    background-color: #181818; }

.search-opener {
  width: 70px;
  height: 100px;
  line-height: 100px;
  cursor: pointer;
  color: #ffffff; }
  .search-opener:before {
    width: 60px;
    font-size: 3rem; }
  .search-opener:hover:before {
    color: #66d43d; }
  .opened .search-opener {
    color: #66d43d; }

.search-close {
  top: 1px;
  width: 70px;
  height: 100px;
  line-height: 100px;
  cursor: pointer; }
  .search-close:before {
    width: 60px;
    font-size: 2.4rem; }

.search-input {
  position: absolute;
  top: 1px;
  left: 61px;
  height: 32px;
  line-height: 3.2rem;
  margin-top: 34px !important;
  border: 0 none !important;
  background-color: transparent !important;
  padding-left: 0.5em;
  font-size: 1.7rem; }
  .search-results .search-input,
  .opened .search-input {
    width: calc( 100% - 200px); }

.mobile-menu-openers {
  height: 80px; }

.mobile-menu-opener {
  top: 1px;
  width: 60px;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
  color: #ffffff; }
  .mobile-menu-opener:before {
    width: 60px;
    font-size: 3.3rem; }
  .menu-opened .mobile-menu-opener:before {
    content: "\EA07";
    font-size: 2.8rem; }

@media (max-width: 1030px) {
  .mobile-menu-wrapper {
    display: none;
    padding-top: 10px; }
    .menu-opened .mobile-menu-wrapper {
      display: block; }
  .search-opener {
    height: 80px;
    line-height: 80px;
    font-size: 2.4rem;
    width: 60px; }
  .secondary-navigation-list,
  .secondary-navigation-item {
    height: auto;
    margin: 0; }
  .secondary-navigation-list {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px; }
  .secondary-navigation-item {
    height: 40px; }
  .secondary-navigation-link {
    height: 40px;
    line-height: 40px; }
  .main-navigation-item,
  .main-navigation-item:first-child {
    padding: 0; }
  .main-navigation-link {
    height: 60px;
    line-height: 6rem;
    margin-left: 20px; }
    .current .main-navigation-link:before {
      content: "\EA0F"; }
  .submenu-list {
    display: none;
    position: relative; }
    .current .submenu-list {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
  .submenu-link-label {
    color: #646464;
    font-size: 1.5rem; }
  .products-submenu .submenu-item {
    margin-bottom: 10px; }
  .global-select-item {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px; } }

@media (min-width: 768px) and (max-width: 970px) {
  .products-submenu .submenu-item {
    width: 33.3%; } }

@media all and (min-width: 1024px) and (max-width: 1259px) {
  body.network-blog-4 .submenu-link .submenu-link-label {
    font-size: 1.3rem; } }

.mobile-header {
  display: none;
  position: relative;
  z-index: 2; }

.mobile-searchform-wrapper {
  z-index: 10;
  top: -80px;
  height: 80px;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  transition: top 0.3s; }
  .mobile-searchform-wrapper.opened {
    top: 0; }
  .mobile-searchform-wrapper .search-close {
    display: block;
    width: 60px;
    height: 80px;
    line-height: 80px; }
    .mobile-searchform-wrapper .search-close:before {
      width: 60px;
      font-size: 2.4rem; }

.mobile-searchform {
  overflow: hidden;
  height: 80px; }

.mobile-search-input {
  height: 32px;
  width: calc( 100% - (10px*6));
  line-height: 3.2rem;
  margin-top: 24px !important;
  border: 0 none !important;
  background-color: transparent !important;
  padding-left: 1.5em;
  font-size: 1.7rem; }

@media screen and (min-width: 421px) and (max-width: 767px) {
  .submenu-svg-icon .ratio:before {
    padding-bottom: 0 !important; } }

@media screen and (max-width: 767px) {
  .submenu-svg-icon .column {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .submenu-svg-icon .svg-about-image.svg-about-image {
    -webkit-transform: translateX(-50%) translateY(-70%);
    -moz-transform: translateX(-50%) translateY(-70%);
    -ms-transform: translateX(-50%) translateY(-70%);
    -o-transform: translateX(-50%) translateY(-70%);
    transform: translateX(-50%) translateY(-70%); }
  .redirect-popup-container .confirmation-box {
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    overflow: auto; } }

@media screen and (max-width: 420px) {
  .submenu-svg-icon .ratio-1x1:before {
    padding-top: 45%; }
  .submenu-svg-icon .ratio-image {
    padding: 0; } }

@media only screen and (min-width: 1030px) and (max-width: 1260px) {
  .main-navigation-list.french-main-menu .main-navigation-item {
    padding: 0 2.5rem; }
  .main-navigation-list.us-main-menu .main-navigation-item {
    padding: 0 2.2rem; } }

@media only screen and (min-width: 1030px) and (max-width: 1259px) {
  .main-navigation-list .main-navigation-item .about-submenu-india .submenu-item {
    padding-right: 0px;
    padding-left: 0px; }
    .main-navigation-list .main-navigation-item .about-submenu-india .submenu-item .submenu-link {
      margin: 10px 0 0; }
      .main-navigation-list .main-navigation-item .about-submenu-india .submenu-item .submenu-link .submenu-link-label {
        padding: 10px 0 0; }
  body.network-blog-5 .main-navigation-list .main-navigation-item {
    padding: 0 2.5rem; } }

/* Header - @end */
/*********************
NAVIGATION STYLES
*********************/
/* Navigations - @begin */
.nav {
  border-bottom: 0;
  margin: 0; }
  .nav li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 0.75em; }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 30px; }

/* Navigations - @end */
.page-inner-navigation {
  height: 70px; }
  .page-inner-navigation.fixed {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8); }
  .page-inner-navigation.opened {
    overflow: visible; }
    .page-inner-navigation.opened.fixed {
      background: #000000; }
  .page-inner-navigation .back-to-top-link {
    margin-right: 0;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    color: #ffffff; }

.page-inner-navigation-opener {
  display: none; }
  .fixed .page-inner-navigation-opener {
    display: block; }

.inner-navigation-opener-link {
  font-weight: 500;
  line-height: 2rem;
  height: 2rem; }
  .opened .inner-navigation-opener-link:before {
    content: "\EA0F"; }

.page-inner-navigation-list,
.page-inner-navigation-item {
  margin-top: 0;
  margin-bottom: 0;
  height: 70px; }

.page-inner-navigation-link {
  display: block;
  margin-right: 40px;
  height: 36px;
  line-height: 3;
  font-size: 1.2rem;
  font-weight: 400; }
  .page-inner-navigation-link:hover, .page-inner-navigation-link.current {
    color: #66d43d; }
  .page-inner-navigation-link.service-manuals-inner-navigation-link {
    line-height: 1.5rem; }

/*********************
POSTS & CONTENT STYLES
*********************/
/* Posts - @begin */
/* - @begin */
.filters {
  font-family: "DINRoundWebPro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.5rem; }

.filters-heading {
  font-weight: 400; }

.filters-filter-heading {
  font-size: 1.2rem;
  font-weight: 500; }
  .filters-filter-heading.product-variants-filter-heading .icon.icon-after {
    height: 2.3rem; }
  .filters-filter-heading .icon:before {
    content: ''; }

.network-blog-5 .filters-filter-heading.product-variants-filter-heading .icon.icon-after {
  height: 2.5rem;
  padding-top: 2px; }

.filters-filter-list {
  margin: 0; }

.filters-filter-item {
  position: relative;
  min-height: 20px; }

.filters-filter-input {
  position: absolute;
  border-radius: 0;
  border: 0 none;
  height: 0.5rem;
  width: 0.5rem; }

.filters-filter-label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  padding-left: calc( 0.75em + (10px * 2));
  padding-right: 1em;
  min-height: 20px;
  line-height: 1.6;
  font-size: 1.5rem;
  background-color: #ffffff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }
  .filters-filter-label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #9e9e9e;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    -moz-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s; }
  .filters-filter-label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 10px;
    height: 7px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity 0.3s, border-color 0.3s, background-color 0.3s;
    -moz-transition: opacity 0.3s, border-color 0.3s, background-color 0.3s;
    transition: opacity 0.3s, border-color 0.3s, background-color 0.3s; }
  .filters-filter-input:checked + .filters-filter-label {
    color: #66d43d;
    font-weight: bold; }
  .filters-filter-input:checked + .filters-filter-label:before {
    border-color: #66d43d;
    background-color: #66d43d; }
  .filters-filter-input:checked + .filters-filter-label:after {
    opacity: 1; }
  .input-radio + .filters-filter-label:before {
    border-radius: 50%; }
  .input-radio + .filters-filter-label:after {
    border: 0 none;
    border-radius: 50%;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .input-radio:checked + .filters-filter-label:before {
    background-color: #ffffff; }
  .input-radio:checked + .filters-filter-label:after {
    background-color: #66d43d; }
  .filters-filter-input:disabled + .filters-filter-label {
    color: #dbdbdb;
    cursor: default; }
  .filters-filter-input:disabled + .filters-filter-label:before {
    border-color: #dbdbdb; }
  .filters-filter-input:disabled:checked + .filters-filter-label:before {
    background-color: #dbdbdb; }
  .filters-filter-input:disabled:not(:checked) + .filters-filter-label:after {
    opacity: 0 !important; }
  .input-radio:disabled:checked + .filters-filter-label:before {
    background-color: #ffffff; }
  .input-radio:disabled:checked + .filters-filter-label:after {
    background-color: #dbdbdb; }

.visual-checkbox .visual-checkbox-item {
  width: 120px;
  height: 110px; }
  .visual-checkbox .visual-checkbox-item:not(:first-child) {
    margin-left: 10px; }

.visual-checkbox .visual-checkbox-label {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #dbdbdb; }

.visual-checkbox .visual-checkbox-label:before {
  left: auto;
  right: 0;
  border-color: transparent; }

.visual-checkbox .visual-checkbox-label:after {
  left: auto;
  right: 5px; }

.visual-checkbox .visual-chebox-visual {
  position: absolute;
  left: 0;
  bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  height: calc( 100% - (10px*6));
  width: calc( 100% - (10px*2)); }

.visual-checkbox .dirt-level {
  overflow: hidden; }

.visual-checkbox .dirt-level-3of3 {
  background: linear-gradient(to bottom, #717171 0, #646464 100%); }

.visual-checkbox .dirt-level-2of3,
.visual-checkbox .dirt-level-2of2 {
  background: linear-gradient(to bottom, transparent 0, transparent 33%, #717171 33%, #646464 100%); }

.visual-checkbox .dirt-level-1of3,
.visual-checkbox .dirt-level-1of2 {
  background: linear-gradient(to bottom, transparent 0, transparent 66%, #717171 66%, #646464 100%); }

.visual-checkbox .filters-filter-input:not(.input-radio):checked + .filters-filter-label .dirt-level-3of3 {
  background: linear-gradient(to bottom, #66d43d 0%, #57b334 100%); }

.visual-checkbox .filters-filter-input:not(.input-radio):checked + .filters-filter-label .dirt-level-2of3 {
  background: linear-gradient(to bottom, transparent 0, transparent 33%, #66d43d 33%, #57b334 100%); }

.visual-checkbox .filters-filter-input:not(.input-radio):checked + .filters-filter-label .dirt-level-1of3 {
  background: linear-gradient(to bottom, transparent 0, transparent 66%, #66d43d 66%, #57b334 100%); }

.visual-checkbox .visual-checkbox-label-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 3rem; }

body.network-blog-7 .visual-checkbox .visual-checkbox-item {
  width: 120px;
  height: 140px; }
  body.network-blog-7 .visual-checkbox .visual-checkbox-item .visual-chebox-visual {
    bottom: 50px;
    height: calc( 100% - (10px*9)); }
  body.network-blog-7 .visual-checkbox .visual-checkbox-item .visual-checkbox-label-text {
    line-height: 1.8rem;
    padding-top: 9px;
    height: 50px; }

.blog-filters-buttons {
  margin-top: 30px; }

.blog-filters-wrapper {
  margin-bottom: 50px;
  overflow: hidden; }

.categories-filters-buttons {
  margin-top: 10px; }

@media (min-width: 768px) {
  .js-machines-filters .categories-filters-groups:first-child {
    margin-bottom: 40px; }
  .categories-filters-buttons {
    margin-top: 40px; } }

@media (min-width: 1030px) {
  .filters-filter-input:not(.input-radio):not(:disabled):not(:checked):hover + .filters-filter-label:after {
    border-color: #9e9e9e;
    opacity: 0.5; }
  .filters-filter-input:not(.input-radio):not(:disabled):checked:hover + .filters-filter-label {
    color: #9e9e9e; }
  .filters-filter-input:not(.input-radio):not(:disabled):checked:hover + .filters-filter-label:before {
    border-color: #9e9e9e;
    background-color: #9e9e9e; }
  .filters-filter-input:not(.input-radio):not(:disabled):checked:hover + .filters-filter-label:after {
    content: '×';
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    top: 1px;
    left: 1px;
    border: 0 none;
    font-size: 120%;
    font-weight: normal;
    color: #ffffff;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .input-radio:not(:checked):not(:disabled):hover + .filters-filter-label:after {
    background-color: #9e9e9e;
    opacity: 0.5; }
  .input-radio:checked:hover:not(:disabled) + .filters-filter-label {
    color: #9e9e9e; }
  .input-radio:checked:hover:not(:disabled) + .filters-filter-label:before {
    border-color: #9e9e9e; }
  .input-radio:checked:hover:not(:disabled) + .filters-filter-label:after {
    background-color: #9e9e9e; }
  .visual-checkbox .visual-checkbox-label:hover {
    background-color: #f4f4f4; }
  .visual-checkbox .filters-filter-input:not(.input-radio):checked:hover + .filters-filter-label:after {
    left: auto;
    right: 1px; } }

@media (min-width: 1030px) and (max-width: 1240px) {
  .visual-checkbox .visual-checkbox-item {
    width: 110px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visual-checkbox .visual-checkbox-item {
    width: 85px; } }

@media screen and (max-width: 767px) {
  .blog-filters-wrapper {
    margin-bottom: 30px; } }

/* - @end */
/* 404 - @begin */
.page-not-found {
  position: relative;
  height: 100vh;
  padding-top: 90px; }

.not-found-article {
  position: relative;
  height: 90vh; }

.not-found-header {
  margin-top: 0;
  background: #ffffff url("../images/404--background.png") no-repeat scroll 50% 30px;
  background-size: contain; }
  .not-found-header.not-found-410 {
    background-image: url("../images/410--background.png"); }
  .not-found-header.eagle-thank-you-page {
    background-image: url("../images/thank-you.png"); }

.not-found-header-inner-wrapper .submenu-button {
  padding-left: 25px;
  padding-right: 25px; }

.not-found-heading {
  font-size: 4.5rem; }

.not-found-sub-heading {
  margin-bottom: 10px; }

@media (max-width: 1024px) {
  .not-found-article {
    height: calc( 100vh - (10px*9)); }
  .not-found-header {
    width: calc( 100% - (10px*4)); }
  .not-found-heading {
    font-size: 4rem; }
  .not-found-sub-heading {
    font-size: 2rem; } }

@media (max-width: 767px) {
  .page-not-found {
    height: calc( 100vh - (10px*8)); }
  .not-found-article {
    height: calc( 100vh - (10px*8));
    margin-top: 0; }
  .not-found-header-inner-wrapper {
    margin-top: 0;
    margin-bottom: 0; }
    .not-found-header-inner-wrapper .not-found-heading {
      font-size: 3.5rem; }
    .not-found-header-inner-wrapper .submenu-button {
      float: none;
      margin-left: auto;
      margin-right: auto; } }

/* 404 - @end */
/* Products - @begin */
.product-header .product-heading {
  font-size: 5.5rem;
  line-height: normal;
  margin-bottom: 0; }

.product-header .etichetta-energetica {
  width: 120px;
  margin: 40px 0px 20px 0px; }

.product-header-inner-wrapper {
  padding-left: 20px; }
  .product-header-inner-wrapper .product-excerpt-details {
    font-size: 2rem;
    line-height: 2.4rem;
    color: #717171; }
    .product-header-inner-wrapper .product-excerpt-details .text-green {
      font-weight: 500; }
  .product-header-inner-wrapper .product-excerpt {
    padding-top: 30px; }
    .product-header-inner-wrapper .product-excerpt a {
      color: #66d43d; }
    .product-header-inner-wrapper .product-excerpt h6 {
      line-height: 2.5rem;
      font-size: 1.7rem; }
    .product-header-inner-wrapper .product-excerpt ul {
      list-style: inside disc;
      color: #66d43d; }
      .product-header-inner-wrapper .product-excerpt ul li {
        margin-bottom: 0px; }
        .product-header-inner-wrapper .product-excerpt ul li span {
          color: #272727; }

.product-header-inner-image-wrapper {
  height: 100%; }

@media (min-width: 1030px) {
  .product-header-inner-image-wrapper {
    position: relative; }
    .product-header-inner-image-wrapper img {
      margin-top: 15px; } }

@media (min-width: 1260px) {
  .product-header-inner-wrapper {
    padding-left: 100px; }
  .product-header-inner-image-wrapper {
    position: relative; }
    .product-header-inner-image-wrapper img {
      margin-top: 25px; } }

.product-inner-navigation.opened .product-navigation-wrapper {
  background-color: #323232; }

.product-inner-navigation.opened .product-inner-navigation-link {
  color: #ffffff; }
  .product-inner-navigation.opened .product-inner-navigation-link:hover, .product-inner-navigation.opened .product-inner-navigation-link.current {
    color: #66d43d; }

.product-inner-navigation .inner-navigation-opener-link {
  height: 70px;
  line-height: 7rem;
  left: calc( 50% - (10px*8.6));
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.product-features {
  min-height: 550px; }
  .fixed + .mobile-feature-opener + .product-features {
    padding-top: 70px;
    min-height: calc( (10px*55) + (10px*7)); }

.product-features-heading {
  border-bottom: 1px solid #858b8c;
  padding-bottom: 15px;
  line-height: 1.2;
  font-family: "DINRoundWebPro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.2rem;
  font-weight: 500; }

.key-features,
.innovations {
  overflow: hidden; }

@media (max-width: 890px) {
  .key-features,
  .innovations {
    width: 100%; } }

.key-features-list {
  margin: 20px 0 40px;
  line-height: 1.47;
  font-size: 1.7rem;
  font-weight: 400; }

.key-features-item {
  margin: 0; }

.innovations-note,
.key-features-note {
  margin-bottom: 40px;
  line-height: 1.67;
  font-size: 1.5rem; }

.innovations-info-link,
.key-feature-info-link,
.faq-link {
  font-weight: 500; }

.innovations-info-link {
  font-size: 1.2rem;
  padding-left: 0.5em; }

.innovations-list {
  margin: 20px 0 0;
  font-size: 1.5rem;
  line-height: 1.2; }

.innovations-item {
  margin: 0 0 40px;
  height: 65px; }

.innovations-image {
  max-height: 6.5rem;
  max-width: 6.5rem;
  height: 100%;
  width: 100%; }

.innovations-specs-wrapper {
  margin-left: 1em;
  font-weight: 400;
  font-size: 1.2rem; }
  .innovations-specs-wrapper .innovations-item-value {
    font-size: 1.1rem; }

.innovations-item-heading {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500; }

@media (min-width: 1025px) and (max-width: 1260px) {
  .innovations-specs-wrapper {
    margin-left: 0.3em; } }

.product-gallery {
  position: relative;
  overflow: auto; }
  .product-gallery .box-item {
    box-sizing: border-box;
    float: left;
    margin: 0; }
    .product-gallery .box-item.has-video .video-icon-overlay {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      background: transparent url("../images/video/Play_Normal.png") no-repeat scroll 50%;
      background-size: 58px; }
      .product-gallery .box-item.has-video .video-icon-overlay:hover {
        background: transparent url("../images/video/Play_Over.png") no-repeat scroll 50%;
        background-size: 58px; }
    .product-gallery .box-item.has-video .video-title-overlay {
      position: absolute;
      bottom: -1px;
      display: inline-block;
      padding: 10px 1em 11px;
      width: 100%;
      line-height: 1;
      font-size: 1.4rem;
      text-align: center;
      background-color: rgba(39, 39, 39, 0.9); }

.simple-gallery {
  position: relative;
  overflow: auto;
  padding-bottom: 60px; }
  .simple-gallery .simple-box-item {
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50%;
    background-size: contain; }
    .simple-gallery .simple-box-item.has-video {
      background-size: cover; }
      .simple-gallery .simple-box-item.has-video .video-icon-overlay {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        background: transparent url("../images/video/Play_Normal.png") no-repeat scroll 50%;
        background-size: 58px; }
        .simple-gallery .simple-box-item.has-video .video-icon-overlay:hover {
          background: transparent url("../images/video/Play_Over.png") no-repeat scroll 50%;
          background-size: 58px; }
      .simple-gallery .simple-box-item.has-video .video-title-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        display: inline-block;
        padding: 10px 1em;
        width: 100%;
        line-height: 1;
        font-size: 1.4rem;
        text-align: center;
        background-color: rgba(39, 39, 39, 0.9); }
  .simple-gallery .slick-dots {
    margin-top: 30px; }

.product-options {
  min-height: 550px; }

.product-variants-wrapper {
  margin-bottom: 40px;
  padding-bottom: 15px; }

.product-variants-filters {
  padding: 10px 0 10px 10px; }

.product-variants-filters-heading {
  margin-bottom: 20px; }

.product-variants-filter-list {
  margin: 0; }

.product-variants-filters-clear {
  border: 0 none;
  font-size: 1rem;
  font-weight: 500;
  background-color: transparent;
  cursor: pointer; }

.product-variants-table-opener {
  position: relative;
  display: block;
  margin: 0 -10px;
  padding: 25px 20px;
  line-height: 2rem;
  height: 70px;
  font-family: "Gibson", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-size: 1.2rem;
  font-weight: 400; }
  .product-variants-table-opener:after {
    content: '\EA1C';
    float: right;
    font-family: "Symbols"; }
  .product-variants-table-opener .opened-pre-label {
    display: none; }
  .product-variants-table-opener .closed-pre-label {
    display: inline; }
  .product-variants-table-opener.table-opened .opened-pre-label {
    display: inline; }
  .product-variants-table-opener.table-opened .closed-pre-label {
    display: none; }
  .product-variants-table-opener.table-opened:after {
    content: '\EA1D'; }

.product-variants-table-wrapper {
  overflow: hidden;
  height: 0; }
  .table-opened + .product-variants-table-wrapper {
    margin-top: 15px;
    padding-bottom: 10px;
    height: auto; }

.product-variants-table {
  font-size: 1.2rem; }

.product-variants-table-header-row {
  height: 30px; }

.product-variants-table-head-cell {
  padding: 2px 10px 15px;
  vertical-align: middle;
  text-align: left;
  font-weight: 500; }

.product-variants-table-row {
  height: 50px;
  background-color: #fafaf9; }
  .product-variants-table-row:nth-child(2n) {
    background-color: #ffffff; }
  .product-variants-table-row:hover {
    background-color: #eeeeee; }

.product-variants-table-cell {
  vertical-align: middle;
  padding: 0 10px; }

.product-variant-request-info-link {
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  background: #858b8c; }
  .product-variant-request-info-link:hover {
    background-color: #66d43d;
    color: #ffffff; }

.product-variants-subfilters {
  margin-top: 40px; }

.ie9 .product-applications {
  background: #eeeeee url("../images/ie/ie-gradient-white-to-grey.png") repeat-x scroll left top; }

.product-inner-tabs-navigation {
  margin: 0 auto; }

.product-inner-tabs-list {
  height: 50px;
  font-size: 1.2rem; }

.rounded-tabs-navigation {
  max-width: 750px; }

.rounded-tabs-list {
  padding: 9px;
  margin: 0;
  height: 50px;
  border-radius: 25px; }

.rounded-tabs-item {
  margin: 0 5px;
  padding: 0 9px;
  border-radius: 16px;
  line-height: 32px;
  background-color: transparent;
  font-size: 1.2rem;
  font-weight: 500;
  width: auto !important; }
  .rounded-tabs-item.slick-current {
    background-color: #66d43d;
    color: #ffffff; }
    .rounded-tabs-item.slick-current.hover-green:hover {
      color: #272727 !important; }
  .rounded-tabs-item:not(.slick-current):hover {
    background-color: #ffffff; }

.product-applications-tabs
.product-applications-tab {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.product-applications-tab {
  padding-top: 30px;
  padding-bottom: 30px; }

.application-activities-list {
  margin-bottom: 30px;
  margin-left: 1.5em;
  padding-top: 10px;
  list-style: outside disc; }
  .application-activities-list .product-application-industry-item {
    color: #66d43d;
    font-size: 2rem; }
    .application-activities-list .product-application-industry-item span {
      padding-right: 1em;
      font-size: 1.5rem;
      color: #181818; }

.dirt-level-list {
  position: relative;
  margin: 0; }
  .dirt-level-list .dirt-level-item {
    position: relative;
    margin: 0;
    height: 110px; }
  .dirt-level-list .dirt-level-wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: transparent;
    border: 0 none;
    position: relative; }
  .dirt-level-list .dirt-level-visual {
    position: absolute;
    left: 10px;
    bottom: 30px;
    height: calc( 100% - (10px*5));
    width: calc( 100% - 20px); }
  .dirt-level-list .dirt-level {
    overflow: hidden; }
  .dirt-level-list .dirt-level-3of3 {
    background: linear-gradient(to bottom, #717171 0, #646464 100%); }
  .dirt-level-list .dirt-level-2of3 {
    background: linear-gradient(to bottom, transparent 0, transparent 33%, #717171 33%, #646464 100%); }
  .dirt-level-list .dirt-level-1of3 {
    background: linear-gradient(to bottom, transparent 0, transparent 66%, #717171 66%, #646464 100%); }
  .dirt-level-list .dirt-level-text {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: calc( 100% - 20px);
    height: 30px;
    line-height: 1.8rem;
    padding-top: 5px; }
  .dirt-level-list .current .dirt-level-3of3 {
    background: linear-gradient(to bottom, #66d43d 0%, #57b334 100%); }
  .dirt-level-list .current .dirt-level-2of3 {
    background: linear-gradient(to bottom, transparent 0, transparent 33%, #66d43d 33%, #57b334 100%); }
  .dirt-level-list .current .dirt-level-1of3 {
    background: linear-gradient(to bottom, transparent 0, transparent 66%, #66d43d 66%, #57b334 100%); }
  .dirt-level-list .current .dirt-level-text {
    font-weight: 500;
    color: #66d43d; }
  .ie9 .dirt-level-list .dirt-level {
    display: block;
    bottom: auto;
    top: 20px;
    position: relative;
    background-color: transparent;
    background-image: url("../images/ie//ie-grey-medium--1x300.png");
    background-repeat: repeat-x;
    background-attachment: scroll; }
  .ie9 .dirt-level-list .current .dirt-level {
    background-image: url("../images/ie//ie-green--1x300.png"); }
  .ie9 .dirt-level-list .dirt-level-3of3 {
    background-position: left 0; }
  .ie9 .dirt-level-list .dirt-level-2of3 {
    background-position: left 33%; }
  .ie9 .dirt-level-list .dirt-level-1of3 {
    background-position: left 66%; }

.product-in-action {
  min-height: 400px; }
  .product-in-action .section-body {
    padding-bottom: 90px; }

.in-action-video-wrapper {
  width: 100%; }

@media (min-width: 768px) {
  .in-action-video-column {
    padding-right: 20px !important; } }

.video-player,
.video-player-cover-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto; }

.in-action-video-list-column {
  position: relative;
  overflow: hidden; }

.video-list-inner-wrapper,
.video-list-button {
  position: absolute;
  top: 0;
  left: 0; }

.video-list-button {
  z-index: 4;
  height: 30px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8); }

.video-list-button-label {
  height: 30px;
  line-height: 30px; }
  .video-list-button-label:before {
    font-size: 2.4rem; }

.video-next-button {
  top: auto;
  bottom: 0; }

.video-list-inner-wrapper {
  padding: 10px 0 0; }

.videos-list {
  margin: 0;
  padding: 0;
  counter-reset: videos; }

.videos-item {
  margin: 30px;
  padding: 0; }

.videos-item.current .video-item-link .video-caption-heading {
  color: #66d43d; }

.video-item-link:hover .video-image-wrapper:after {
  border: 3px solid #66d43d;
  background-color: rgba(0, 0, 0, 0.8); }

.video-image-wrapper {
  overflow: hidden; }
  .videos-item.current .video-image-wrapper:after {
    border: 3px solid #66d43d;
    background-color: rgba(0, 0, 0, 0.8); }

.video-image-wrapper:after {
  content: '';
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  background-color: transparent; }

.video-caption {
  margin-top: 0; }

.video-caption-heading {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.4rem; }

.video-list-button {
  cursor: pointer; }

.product-specifications {
  min-height: 610px; }

.product-section-tabs-navigation,
.contacts-section-tabs-navigation {
  position: relative;
  height: 60px; }

.product-section-tabs-list {
  position: relative;
  min-height: 60px;
  font-size: 1.2rem; }

.product-section-tabs-item {
  height: 100%;
  margin: 0;
  text-align: center;
  background-color: transparent; }
  .product-section-tabs-item.current .product-section-tabs-link {
    background-color: #858b8c;
    color: #ffffff; }
  .product-section-tabs-item.current .section-tab-content {
    display: block; }
  .product-section-tabs-item .section-tab-content {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    min-height: 540px; }

.product-section-tabs-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-weight: 500; }

.tech-specs-tab-content {
  padding: 120px 0 0;
  background-position: 50% top;
  background-repeat: no-repeat;
  background-size: contain; }

.section-tab-content {
  padding-left: 20px;
  padding-right: 20px; }

.tech-specs-wrap {
  position: relative; }

@media (min-width: 1260px) {
  .tech-specs-wrap {
    padding-left: 0;
    width: 40%; } }

@media (min-width: 1460px) {
  .tech-specs-wrap {
    width: 37.5%; } }

.tech-specs-inner-heading {
  line-height: 1;
  font-family: "DINRoundWebPro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 2.5rem;
  font-weight: 400; }

.tech-specs-list {
  margin: 20px 0 10px;
  font-size: 1.5rem;
  line-height: 1.2; }

.tech-specs-item {
  position: relative;
  margin: 0 0 30px;
  height: 54px; }

.tech-spec-image {
  max-height: 4.4rem;
  max-width: 4.4rem;
  height: 100%;
  width: 100%; }

.tech-spec-wrapper {
  width: calc( 100% - 44px);
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.5rem; }

.tech-spec-heading {
  margin: 0;
  font-family: "DINRoundWebPro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 500; }

.tech-spec-value,
.tech-specs-note {
  font-size: 1.5rem;
  font-weight: 400; }

.tech-spec-value {
  line-height: 1;
  padding-top: 5px; }

.tech-specs-image-wrap .tech-specs-image {
  max-height: 80%; }

@media (min-width: 768px) and (max-width: 920px) {
  .tech-specs-image-wrap .tech-specs-image {
    max-height: 55%; } }

@media (min-width: 921px) and (max-width: 1024px) {
  .tech-specs-image-wrap .tech-specs-image {
    max-height: 65%; } }

@media (min-width: 1030px) {
  .tech-specs-image-wrap .tech-specs-image {
    max-height: 100%; } }

.equipment-tab-content,
.accessories-tab-content,
.tutorials-tab-content,
.other-products-content {
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden; }

@media (max-width: 1024px) {
  .equipment-tab-content,
  .accessories-tab-content,
  .tutorials-tab-content,
  .other-products-content {
    padding-left: 20px;
    padding-right: 20px; } }

.equipment-content-wrap,
.accessories-content-wrap,
.tutorials-content-wrap,
.other-products-content-wrap {
  overflow: hidden; }

.equipment-item,
.accessories-item,
.tutorials-item,
.other-products-item {
  margin-bottom: 30px; }

@media all and (min-width: 768px) and (max-width: 1023px) {
  body.network-blog-4 .accessories-item.t-1of6 {
    width: 25%; } }

.equipment-caption,
.accessories-caption,
.tutorials-caption,
.other-products-caption {
  height: auto;
  overflow: hidden; }

.equipment-caption-heading,
.accessories-caption-heading,
.tutorials-caption-heading,
.other-products-caption-heading {
  margin: 10px 0 0;
  line-height: 1.33;
  font-size: 1.2rem;
  font-weight: 500; }

.equipment-caption-text,
.accessories-caption-text,
.tutorials-caption-text,
.other-products-caption-text {
  line-height: 1.33;
  font-size: 1.2rem;
  font-weight: 400; }

.accessories-sup-heading,
.application-heading,
.accessories-heading {
  margin-bottom: 0;
  font-family: "DINRoundWebPro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.2rem;
  font-weight: 500; }

.accessories-sup-heading,
.application-heading {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb; }

.accessories-heading {
  margin-bottom: 20px; }

.accessories-sup-heading {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 1.5rem; }

.product-footer {
  padding-bottom: 55px; }

.product-related-blog {
  padding: 40px 20px; }

.read-more-heading {
  margin-bottom: 0; }

.read-more-text {
  display: inline-block;
  min-height: 50px;
  line-height: 5rem;
  font-size: 2.5rem;
  font-weight: 500;
  padding-right: 60px; }

.read-more-link {
  line-height: 5rem;
  height: 50px;
  font-size: 1.2rem;
  font-size: 400;
  border-radius: 25px;
  padding-left: 30px;
  padding-right: 80px !important; }
  .read-more-link:before {
    right: 30px !important; }
  .read-more-link:hover {
    background-color: #858b8c;
    color: #ffffff !important; }

@media (max-width: 920px) {
  .product-related-blog {
    padding-top: 30px;
    padding-bottom: 30px; }
  .read-more-link.read-more-link,
  .read-more-text.read-more-text {
    float: none; }
  .read-more-text {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.25;
    margin-bottom: 10px;
    min-height: 0; } }

.other-products-content {
  padding-top: 15px; }

.other-products-buttons {
  height: 60px; }
  .other-products-buttons:hover .other-products-button-text {
    background-color: #66d43d; }
  .other-products-buttons .other-products-button-text {
    border-radius: 25px;
    overflow: hidden;
    height: 50px;
    line-height: 5rem;
    font-size: 12px; }

@media (max-width: 767px) {
  .other-products-buttons {
    margin-left: 0;
    margin-bottom: 20px; } }

.video-play-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url("../images/video/Play_Normal.png") no-repeat center center;
  background-size: 80px; }
  .video-play-image:hover {
    background: url("../images/video/Play_Over.png") no-repeat center center;
    background-size: 80px; }

body.network-blog-4 .product-applications-industry {
  display: none; }

/* Products - @end */
/* Products - @begin */
.products-filters-header {
  min-height: 90px; }

.products-filters-header-inner-wrapper {
  position: relative;
  height: 100%; }

.solution-finder-wrapper {
  position: relative; }

.solution-finder {
  margin: 20px 0; }

.solution-finder {
  height: 50px; }

.solution-finder-text,
.solution-finder-link {
  /* height: $pad*5;
    line-height: 5rem; */
  padding-top: 15px;
  height: auto;
  line-height: 2rem;
  font-size: 1.5rem; }

@media all and (max-width: 450px) {
  body.network-blog-4 .solution-finder-text {
    height: 4rem; } }

.solution-finder-link {
  margin-left: 1em;
  font-size: 1.2rem;
  font-weight: 500; }
  .solution-finder-link:before {
    line-height: 1.8rem; }

.products-cards {
  padding: 20px 0 80px; }

.products-card {
  margin-bottom: 40px; }

.products-card-upper {
  height: calc( 100% - (10px*14));
  background: linear-gradient(to bottom, transparent 0, transparent 40%, #ffffff 40%, #ffffff 100%);
  position: relative; }

.products-card-lower {
  padding: 10px;
  min-height: 140px;
  height: auto; }

.products-card-image-wrapper {
  text-align: center; }

.products-card-image {
  max-height: 260px; }

.products-card-header {
  min-height: 140px;
  padding: 0 25px; }

.products-card-heading {
  line-height: 1.11;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 20px; }

.products-card-excerpt {
  font-size: 1.5rem;
  line-height: 1.2; }

.products-card-link {
  height: 45px;
  padding: 15px 1em;
  line-height: 1.07;
  font-size: 1.4rem;
  font-weight: 500; }
  .products-card-link:before {
    height: 45px;
    line-height: 4.2rem; }

.products-card-category-list {
  margin: 0;
  padding: 0; }

.products-card-category-item {
  margin: 0;
  height: 24px; }
  .products-card-category-item:not(:last-child) {
    border-bottom: 1px solid #dbdbdb; }

.products-card-category-link {
  font-family: "Gibson", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-size: 1rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  line-height: 2.4rem;
  min-height: 2.4rem;
  color: #858b8c; }
  .products-card-category-link .icon-label {
    line-height: 2.4rem; }

@media (min-width: 1025px) and (max-width: 1259px) {
  .products-header .page-header-inner-wrapper {
    margin-top: 0;
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .products-card-lower {
    min-height: 0;
    background-color: #e4e4e4; }
  .solution-finder {
    margin-top: 0; } }

/* Products - @end */
/* categories - @begin */
.category-section-header {
  padding-top: 30px;
  padding-bottom: 30px; }

.categories-filters-header {
  min-height: 90px; }

.categories-filters-header-inner-wrapper {
  position: relative;
  height: 100%; }

.categories-filters-body-inner-wrapper {
  padding-top: 30px;
  padding-bottom: 30px; }

.filters-opener-wrapper {
  padding-top: 20px; }

.filters-founds,
.filters-opener-button {
  height: 50px; }
  .filters-founds:after,
  .filters-opener-button:after {
    content: "";
    display: table;
    clear: both; }

.filters-founds {
  float: left;
  line-height: 50px;
  margin-right: 20px; }

@media all and (max-width: 340px) {
  body.network-blog-4 .filters-founds {
    max-width: 70px; }
    body.network-blog-4 .filters-founds .filters-founds-text {
      line-height: 1.5rem; } }

.filters-founds-value {
  font-weight: 500; }

.filters-opener-button {
  position: relative;
  float: right;
  background-color: #858b8c;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em; }
  .filters-opener-button.opened, .filters-opener-button:hover {
    background-color: #66d43d; }
  .filters-opener-button.opened .icon:before {
    content: '\EA16'; }
  .filters-opener-button.opened:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    position: absolute;
    right: 10px;
    top: calc( 100% + 10px);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .filters-opener-button.icon-after {
    padding-right: 1.5em; }

.solution-finder-text,
.solution-finder-link {
  padding-top: 0; }

.filters-opener-button-label {
  height: 100%;
  line-height: 50px;
  font-weight: 500;
  margin: 0 20px; }

.categories-filter-button {
  border: 2px solid #9e9e9e;
  color: #9e9e9e;
  background-color: #ffffff;
  cursor: pointer;
  height: 50px;
  line-height: 20px;
  font-family: "Gibson", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 13px 23px;
  margin: 0 0 20px;
  display: inline-block; }
  .categories-filter-button:not(:first-child) {
    margin-left: 20px; }
  .categories-filter-button.form-submit {
    color: #ffffff;
    background-color: #858b8c;
    border-color: #858b8c; }
    .categories-filter-button.form-submit:hover {
      color: #ffffff;
      border-color: #66d43d;
      background-color: #66d43d; }
  .categories-filter-button.form-submit:disabled {
    opacity: 0.5; }
    .categories-filter-button.form-submit:disabled:hover {
      background-color: #858b8c;
      border-color: #858b8c; }
  .categories-filter-button:hover {
    color: #646464;
    border-color: #646464;
    background-color: #ffffff; }

.categories-card {
  margin-bottom: 40px; }

.categories-card-upper {
  height: calc( 100% - (10px*9)); }
  .categories-card-upper.hasDetails {
    height: calc( 100% - (10px*12.2)); }

.categories-card-lower {
  padding: 15px 10px;
  height: 90px; }
  .categories-card-lower.hasDetails {
    height: 122px; }

.categories-card-figure {
  position: relative;
  width: 100%; }

.categories-card-link:hover .categories-card-header {
  background-color: #66d43d;
  color: #ffffff; }
  .categories-card-link:hover .categories-card-header .category-card-variations,
  .categories-card-link:hover .categories-card-header .text-green {
    color: #ffffff; }

.category-card-heading {
  margin-bottom: 0;
  line-height: 2rem;
  font-size: 1.7rem;
  font-weight: 500; }

.category-card-heading-excerpt {
  font-size: 1.5rem;
  line-height: 1.13; }

.category-card-variations {
  padding-top: 8px;
  font-size: 1.3rem;
  line-height: 1.8rem;
  /*     font-weight: bold; */
  color: #717171;
  transition: .3s; }
  .category-card-variations .text-green {
    transition: .3s;
    font-weight: 500; }

@media screen and (max-width: 414px) {
  .categories-card-lower {
    height: auto; } }

/* categories - @end */
/* Finder (find your solution) - @begin */
.finder-filters-header-inner-wrapper {
  position: relative;
  height: 100%; }

.finder-filters-body-inner-wrapper {
  padding-top: 30px;
  padding-bottom: 30px; }

.finder-steps-line {
  height: 4px;
  margin: 0;
  padding: 0; }

.finder-steps-list {
  margin-top: 20px;
  margin-bottom: 0; }

.finder-steps-item {
  margin: 0;
  height: 2.6rem;
  line-height: 2.6rem;
  font-size: 1.3rem;
  opacity: 0.5; }
  .finder-steps-item:not(:first-child) {
    margin-left: 70px; }
  .finder-steps-item.done, .finder-steps-item.current {
    opacity: 1; }

.finder-steps-step {
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.7rem;
  padding-left: 1px;
  border-radius: 50%;
  background: #858b8c; }
  .current .finder-steps-step {
    background: #66d43d; }

@media screen and (max-width: 767px) {
  .finder-steps-step {
    width: 3rem;
    height: 3rem;
    line-height: 3.1rem; } }

.finder-steps-label {
  padding-left: 10px;
  color: #646464; }
  .finder-steps-label.finder-dirt-label {
    padding-left: 0; }

.finder-steps-edit {
  height: 2.6rem;
  line-height: 2.6rem;
  margin-left: 0.5em; }
  .finder-steps-edit:before {
    line-height: 2.3rem; }

.finder-steps-step-link:hover .finder-steps-edit {
  text-decoration: underline; }

@media screen and (max-width: 960px) {
  .finder-steps-label:not(.finder-steps-edit) {
    display: none; } }

.finder-card {
  margin-bottom: 20px; }

.finder-card-link:hover .finder-card-link-container, .finder-card-link:active .finder-card-link-container {
  border-color: #66d43d;
  background-color: #f4f4f4; }

.finder-card-link:hover .finder-card-heading, .finder-card-link:active .finder-card-heading {
  color: #66d43d;
  font-weight: 500; }

.finder-card-link-container {
  border: 2px solid transparent;
  background-color: #ffffff; }

.finder-card-figure {
  position: relative;
  height: 100%; }

.finder-card-caption {
  position: absolute;
  bottom: 20px;
  left: 0; }

.finder-card-heading {
  margin: 0;
  line-height: 1;
  font-size: 2rem;
  font-weight: 300; }

@media (max-width: 767px) {
  .finder-card-ratio:before {
    padding-top: 0 !important; }
  .finder-card-caption,
  .finder-card-link-container {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative !important;
    bottom: 0 !important; } }

.accordion-item-body-inner-heading {
  font-size: 1.2rem; }

.finder-accordion-wrapper {
  margin-bottom: 10px; }

.finder-accordion {
  margin: 0;
  padding: 0; }
  .finder-accordion .accordion-item-body {
    padding: 0 20px; }
  .finder-accordion .current .accordion-item-body {
    padding-top: 30px;
    padding-bottom: 30px; }
  .finder-accordion .faqs-item-body-inner {
    padding-bottom: 10px; }
  .finder-accordion .accordion-item-body-inner-heading {
    margin-bottom: 20px; }
  .finder-accordion .accordion-item-heading {
    padding: 20px;
    cursor: pointer; }
    .finder-accordion .accordion-item-heading .input-checkbox-label {
      line-height: 20px;
      font-size: 2rem;
      font-weight: 300; }
    .finder-accordion .accordion-item-heading .input-checkbox:checked + .input-checkbox-label {
      font-weight: 500; }
  .finder-accordion .accordion-item-heading-wrapper {
    position: relative; }

@media (min-width: 1024px) {
  .finder-accordion .faqs-item-body-inner {
    padding-bottom: 0; }
  .finder-accordion .visual-checkbox-item {
    margin-bottom: 0; }
  .accordion-item-body-inner-text p:not(:first-child) {
    margin-top: 10px; } }

@media (max-width: 1023px) and (min-width: 768px) {
  .finder-accordion .visual-checkbox .visual-checkbox-item {
    width: 120px; } }

@media (max-width: 767px) {
  .finder-accordion-wrapper {
    padding: 0 20px; }
  .finder-accordion .visual-checkbox {
    height: auto; }
  .finder-accordion .visual-checkbox-item {
    float: none; }
    .finder-accordion .visual-checkbox-item:not(:first-child) {
      margin-left: 0; } }

.finder-solution-section-header {
  padding-bottom: 0; }
  .finder-solution-section-header .finder-sub-heading {
    margin-bottom: 0; }

.finder-solutions {
  margin-top: 60px; }

.service-manuals-section {
  padding-top: 60px; }

.service-manuals-wrapper {
  margin-top: 60px; }
  .service-manuals-wrapper:first-child {
    margin-top: 0px; }

.finder-solutions-heading {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 2.5rem; }

.finder-solutions-heading-count {
  font-size: 2rem;
  line-height: 2.5rem; }

.finder-solutions-list {
  margin: 0; }

.finder-solutions-item {
  padding-top: 20px;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch; }
  .finder-solutions-item.finder-solutions-item-de {
    padding-top: 0px;
    padding-bottom: 1.5em; }
    .finder-solutions-item.finder-solutions-item-de .finder-solution-item-column {
      padding-top: 20px; }

.finder-solution-item-column {
  margin-bottom: 20px;
  /* &.d-3of7 {
        width: 42.7%;
    } */ }

.finder-solution-product-column {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1; }

.finder-solution-details-column {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  box-ordinal-group: 2;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -ms-flex-order: 2; }

.finder-solution-remove-column {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  box-ordinal-group: 3;
  -webkit-order: 3;
  -moz-order: 3;
  order: 3;
  -ms-flex-order: 3; }

@media (min-width: 768px) and (max-width: 1024px) {
  .finder-solution-details-column {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3; }
  .finder-solution-remove-column {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2; } }

@media (min-width: 768px) {
  .finder-solution-remove-column {
    margin-left: auto !important;
    text-align: right; } }

.finder-solution-product-heading,
.service-manuals-product-heading {
  line-height: 1;
  font-size: 2rem; }

.service-manuals-product-heading {
  margin-bottom: 0px; }

.noncurrent-product-label {
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 1rem;
  font-family: "DINRoundWebPro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.5rem;
  font-weight: 300; }

.finder-solution-product-heading {
  margin-bottom: 20px; }

.finder-solution-product-description {
  margin-bottom: 30px; }
  .finder-solution-product-description p:not(:last-child) {
    margin-bottom: 5px;
    font-size: 1.4rem;
    line-height: 1; }

.finder-solution-prodcut-category {
  font-size: 1.5rem; }

.finder-solution-product-link {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 1.2rem; }

@media (max-width: 767px) {
  .finder-solution-product-heading,
  .finder-solution-product-description,
  .finder-solution-product-links {
    padding-left: 10px;
    padding-right: 10px; } }

.finder-solution-details-heading,
.finder-solution-specs-heading {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 1.2rem; }

.finder-solution-details-list {
  line-height: 2rem;
  color: #66d43d; }
  .page-finder .finder-solution-details-list {
    margin: 0 0 20px;
    font-size: 2rem; }
    .page-finder .finder-solution-details-list.bullets {
      margin-left: 0;
      list-style-type: disc;
      list-style-position: outside; }

.finder-solution-details-item {
  position: relative;
  display: block;
  padding-left: 0.75em; }
  .finder-solution-details-item:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #66d43d; }
  .finder-solution-details-item p {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #181818; }

.finder-solution-details-label {
  padding-right: 0.5em; }

.finder-solution-specs-row {
  height: 40px; }
  .finder-solution-specs-row:nth-child(odd) {
    background-color: #f4f4f4; }

.finder-solution-specs-cell {
  vertical-align: middle;
  padding-left: 10px;
  line-height: 1.2em;
  font-size: 1.2rem; }

.finder-solution-button {
  margin-bottom: 20px;
  padding: 15px 20px;
  height: 50px;
  line-height: 2rem;
  font-size: 1.2rem;
  background-color: #858b8c; }
  .finder-solution-button:hover, .finder-solution-button.is-added {
    background-color: #66d43d; }

@media (min-width: 1025px) {
  .finder-solution-button {
    margin-right: 20px;
    float: right; } }

@media (max-width: 350px) {
  .finder-solution-button {
    height: 70px; } }

.finder-footer {
  padding-top: 50px;
  height: 150px; }

.finder-buttons-wrapper {
  padding-left: 25px;
  padding-right: 25px; }

.finder-button {
  position: relative;
  padding: 15px 0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  line-height: 20px;
  background-color: #858b8c; }
  .finder-button:hover:not(.disabled), .finder-button:active:not(.disabled) {
    background-color: #66d43d; }
  .finder-button.disabled {
    opacity: 0.5; }
  .finder-button .finder-button-label {
    line-height: 2rem;
    font-size: 1.2rem; }
  .finder-button:before {
    position: absolute;
    top: 10px;
    font-family: "Symbols";
    display: block;
    width: 10px;
    height: 30px;
    font-size: 2rem;
    line-height: 2.6rem; }

.finder-button-prev:before {
  left: 20px; }

.finder-button-next:before {
  right: 20px; }

@media (min-width: 768px) {
  .finder-buttons-wrapper {
    padding-left: 6.25%;
    padding-right: 6.25%; }
  .finder-button {
    width: 170px; } }

@media (max-width: 767px) {
  .finder-industries,
  .finder-solutions {
    padding-left: 10px;
    padding-right: 10px; }
  .finder-solutions {
    margin-top: 30px; }
  .finder-accordion .accordion-item-heading .input-checkbox-labe {
    font-size: 1.8rem; }
  .finder-button.with-label {
    width: 170px; } }

/* Finder (find your solution) - @end */
/* Case Studies - @begin */
.case-studies-header-wrapper {
  height: 340px; }

.case-studies-section {
  background-color: #eeeeee; }
  .case-studies-section:nth-child(2n) {
    background-color: #ffffff; }
    .case-studies-section:nth-child(2n) .case-wrapper {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-direction: row-reverse; }

.case-wrapper {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 20px 0 60px; }

.case-content-list {
  margin: 0;
  padding: 10px; }

.case-content-item {
  margin: 0; }
  .case-content-item:not(:first-child) {
    margin-top: 10px; }

.case-content-link:hover .case-content-caption {
  background: #66d43d;
  color: #ffffff; }

.case-content-figure {
  position: relative;
  border: 1px solid #dbdbdb;
  background-color: #ffffff; }

.case-content-figure-image-wrapper {
  position: relative;
  width: 160px;
  height: 160px; }

.case-content-caption {
  width: calc( 100% - ( 10px*16 ));
  height: 160px;
  border-left: 1px solid #dbdbdb; }

.case-content-sup-heading {
  margin: 0;
  padding: 20px 10px 0;
  font-family: "Gibson", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500; }

.case-content-sub-heading {
  margin: 0;
  padding: 5px 10px 0;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 300; }

.case-content-heading {
  margin: 0;
  padding: 25px 10px 0;
  font-family: "DINRoundWebPro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500; }

@media (min-width: 768px) and (max-width: 1239px) {
  .case-studies-article .case-content-figure-image-wrapper {
    width: 120px;
    height: 120px; }
  .case-studies-article .case-content-caption {
    width: calc( 100% - ( 10px*12 ));
    height: 120px; }
  .case-studies-article .case-content-sup-heading {
    font-size: 1.1rem; }
  .case-studies-article .case-content-sub-heading {
    font-size: 1.3rem; }
  .case-studies-article .case-content-heading {
    font-size: 1.8rem; } }

.case-content-view-all,
.case-content-view-all-label {
  height: 30px;
  line-height: 3rem; }

.case-content-view-all-label {
  font-weight: 500; }

/* Case Studies - @end */
/* Case Study - @begin */
.case-study-header {
  background: linear-gradient(to bottom, #ffffff 0, #eeeeee 80%, #ffffff 80%); }

.case-study-heading {
  margin-top: 120px;
  font-family: "DINRoundWebPro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 300; }

.case-study-section {
  padding: 0 0 60px; }
  .case-study-section:not(:last-child) {
    border-bottom: 1px solid #dbdbdb; }

.case-study-quote {
  position: relative;
  background-color: #eeeeee;
  padding: 25px 25px 25px 170px; }
  .case-study-quote:before {
    content: "“";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Gibson", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-size: 9rem;
    display: inline-block;
    width: 170px;
    text-align: center;
    line-height: 1;
    padding: 1.5rem; }

.case-study-quote-item {
  margin-bottom: 20px; }

.case-study-quote-text {
  line-height: 2rem;
  font-size: 1.7rem;
  font-weight: 300; }

.case-study-quote-text-strong {
  font-weight: 500;
  display: block; }

.case-study-body-content {
  margin: 45px 0 10px; }
  .case-study-body-content p {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 1.7rem;
    font-weight: 300; }
  .case-study-body-content .more-about-link {
    line-height: 2rem;
    font-size: 1.2rem;
    font-weight: 500; }

.case-study-content-heading {
  font-family: "DINRoundWebPro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.2rem;
  font-weight: 500; }

.case-study-the-content {
  padding-right: 20px !important; }

.post-gallery,
.case-study-gallery {
  margin: 0 auto 30px; }
  .post-gallery .vertical-image,
  .case-study-gallery .vertical-image {
    margin: 0 auto; }

/* Case Study - @end */
/* Faqs - @begin */
.faqs-header-wrapper {
  height: 360px; }

.faqs-section-header {
  padding-bottom: 20px; }

.faqs-section-body {
  max-width: 1060px; }

.faqs-item {
  margin: 0;
  padding: 0;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  .faqs-item:not(:first-child) {
    border-top: 1px solid #eeeeee; }
  .faqs-item.current {
    background-color: #fafaf9; }

.downloads-item {
  margin: 0;
  padding: 15px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  .downloads-item:not(:first-child) {
    border-top: 1px solid #eeeeee; }
  .downloads-item.current {
    background-color: #fafaf9; }

.faqs-item-heading {
  margin: 0;
  padding: 0;
  min-height: 50px; }

.faqs-item-label {
  position: relative;
  padding: 15px;
  line-height: 2rem;
  font-size: 1.7rem;
  font-weight: 500; }
  .faqs-item-label:hover:after {
    content: '\EA1C';
    display: block;
    position: absolute;
    font-family: "Symbols";
    font-size: 2rem;
    line-height: 2rem;
    top: 15px;
    right: 30px;
    color: #66d43d;
    font-weight: normal; }
  .current .faqs-item-label:hover:after {
    content: '\EA1D'; }

.downloads-list {
  margin-bottom: 0px; }

.downloads-item-label {
  position: relative;
  line-height: 2rem;
  font-size: 1.7rem;
  font-weight: 500; }

.download-button {
  margin-bottom: 0px;
  padding: 15px 20px;
  height: 50px;
  line-height: 2rem;
  font-size: 1.2rem;
  background-color: #858b8c; }
  .download-button:hover {
    background-color: #66d43d; }

.download-document-size {
  background: transparent url(../images/pdf_icon.png) no-repeat left top;
  padding-left: 25px;
  margin-top: 10px;
  height: 21px; }

.download-document-size-text {
  padding-top: 5px; }

@media all and (max-width: 480px) {
  .downloads-item .accordion-item-heading {
    width: 100%;
    float: none; } }

.faqs-item-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s, padding 0.3s;
  -moz-transition: max-height 0.3s, padding 0.3s;
  transition: max-height 0.3s, padding 0.3s; }
  .current .faqs-item-heading + .faqs-item-body {
    max-height: 500px; }

.faqs-item-body-inner {
  padding: 0 10px 20px; }
  .faqs-item-body-inner:first-child {
    padding-left: 30px; }
  .faqs-item-body-inner.js-bullettize-list ul {
    margin: 0;
    padding: 0 0 0 30px;
    font-size: 1.5rem; }
  .faqs-item-body-inner.js-bullettize-list li {
    position: relative;
    padding: 0 0 0 2em;
    font-size: 0.8rem; }
    .faqs-item-body-inner.js-bullettize-list li:before {
      content: '\f111';
      font-family: "FontAwesome";
      color: #66d43d;
      line-height: 2.2;
      position: absolute;
      top: 0;
      left: 0; }
    .faqs-item-body-inner.js-bullettize-list li span {
      line-height: 1.5;
      font-size: 1.5rem; }

.faqs-solution-list {
  margin: 0;
  padding: 0 0 0 30px;
  font-size: 1.5rem; }

.faqs-solution-item {
  position: relative;
  padding: 0 0 0 1.5em;
  font-size: 0.8rem; }
  .faqs-solution-item:before {
    content: '\f111';
    font-family: "FontAwesome";
    color: #66d43d;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0; }

.faqs-solution-item-text {
  line-height: 1;
  font-size: 1.5rem; }

.faqs-figure-caption {
  padding: 10px 0 0; }

.faqs-figure-heading {
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 500; }

.faqs-navigation {
  position: relative;
  overflow: hidden; }
  .faqs-navigation.opened {
    overflow: visible; }
    .faqs-navigation.opened.fixed {
      background: #000000; }

.faqs-navigation-main-list .faqs-navigation-item:first-child {
  display: none; }

.fixed .faqs-navigation-main-list .faqs-navigation-item:first-child {
  display: block; }

.faqs-navigation-heading {
  padding: 25px 0;
  height: 70px;
  line-height: 7rem;
  font-size: 1.7rem;
  font-weight: 300;
  margin-bottom: 0; }

.faqs-navigation-heading-text {
  line-height: 2rem;
  height: 2rem;
  padding-right: 0.5em;
  font-size: 1.5rem; }
  .fixed .faqs-navigation-heading-text {
    color: #ffffff; }

.faqs-navigation-opener {
  font-weight: 500;
  line-height: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  letter-spacing: 0.1em; }

.faqs-navigation-wrapper {
  z-index: 2;
  position: absolute;
  top: 70px;
  padding-top: 20px;
  padding-bottom: 10px;
  max-height: 210px; }
  .faqs-navigation-wrapper .faqs-navigation-list {
    height: auto !important;
    max-height: 180px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
  .faqs-navigation-wrapper .faqs-navigation-item {
    height: 20px;
    line-height: 2rem;
    margin-bottom: 10px; }
  .faqs-navigation-wrapper .faqs-navigation-link {
    height: 20px;
    line-height: 2rem;
    letter-spacing: 0.1em; }
  .faqs-navigation-wrapper.service-manuals-navigation-wrapper {
    padding-top: 30px; }

.faqs-navigation-link.back-to-top-link {
  margin-right: 20px; }

.faqs-navigation-link {
  color: #ffffff; }

.faqs-footer {
  padding-top: 120px; }

/* Faqs - @end */
/* Innovations - @begin */
.innovations-heading,
.innovations-sub-heading {
  color: #ffffff; }

.innovations-section {
  min-height: 400px;
  background: linear-gradient(to top, #2d2d2d 0, #272727 120px); }

.innovations-section-header {
  padding-top: 75px;
  padding-bottom: 75px; }

.innovations-carousel {
  padding: 0 10px; }
  .innovations-carousel .carousel-btn {
    width: 35px;
    height: 85px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6); }
    .innovations-carousel .carousel-btn:hover {
      color: #66d43d; }
    .innovations-carousel .carousel-btn.carousel-btn-next {
      right: 0; }
    .innovations-carousel .carousel-btn:before {
      width: 100%;
      height: 100%;
      line-height: 85px; }

.innovations-carousel-list {
  padding-bottom: 120px;
  margin-top: 0;
  margin-bottom: 0; }
  .innovations-carousel-list .slick-dots {
    bottom: 40px; }

.innovations-carousel-item {
  padding: 0 10px;
  margin-bottom: 0;
  text-align: left; }

.innovations-carousel-item-heading {
  margin-bottom: 20px;
  padding-right: 20px;
  height: 68px;
  max-height: 70px;
  overflow: hidden;
  line-height: 2.3rem;
  font-size: 1.8rem;
  font-weight: 300; }

@media (max-width: 767px) {
  .innovations-carousel {
    padding: 0; }
  .innovations-carousel-list {
    padding-bottom: 20px; }
  .innovations-carousel-item:only-child {
    max-width: 314px; } }

@media (max-width: 375px) {
  .innovations-carousel-item:only-child {
    max-width: 275px; } }

@media (max-width: 320px) {
  .innovations-carousel-item:only-child {
    max-width: 220px; } }

@media (min-width: 768px) {
  .innovations-carousel .carousel-btn {
    display: none !important; } }

.innovations-item-specs-wrapper {
  padding-left: 20px; }
  .innovations-item-specs-wrapper .innovations-item-heading,
  .innovations-item-specs-wrapper .innovations-item-value {
    line-height: 2rem;
    font-size: 1.5rem; }
  .innovations-item-specs-wrapper .innovations-item-heading {
    font-weight: 500; }
  .innovations-item-specs-wrapper .innovations-item-value {
    font-weight: 300; }

.innovations-item-link-wrapper {
  margin-top: 20px; }

.innovations-item-link {
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em; }

.innovations-image-wrapper {
  padding: 0 25px; }

.innovations-block-image {
  margin: 0 auto; }

.innovations-navigation {
  position: relative;
  overflow: hidden; }
  .innovations-navigation.opened {
    overflow: visible; }
    .innovations-navigation.opened.fixed {
      background: #000000; }

.innovations-navigation-main-list .innovations-navigation-item:first-child {
  display: none; }

.fixed .innovations-navigation-main-list .innovations-navigation-item:first-child {
  display: block; }

.innovations-navigation-heading {
  padding: 25px 0;
  height: 70px;
  line-height: 7rem;
  font-size: 1.7rem;
  font-weight: 300;
  margin-bottom: 0; }

.innovations-navigation-heading-text {
  line-height: 2rem;
  height: 2rem;
  padding-right: 0.5em;
  font-size: 1.5rem; }
  .fixed .innovations-navigation-heading-text {
    color: #ffffff; }

.innovations-navigation-opener {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  height: 2rem;
  letter-spacing: 0.1em; }

.innovations-navigation-wrapper {
  z-index: 2;
  position: absolute;
  top: 70px;
  padding-top: 20px;
  padding-bottom: 10px;
  max-height: 240px; }
  .innovations-navigation-wrapper .innovations-navigation-list {
    height: auto !important;
    max-height: 240px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
  .innovations-navigation-wrapper .innovations-navigation-item {
    height: 20px;
    line-height: 2rem;
    margin-bottom: 10px; }
  .innovations-navigation-wrapper .innovations-navigation-link {
    height: 20px;
    line-height: 2rem;
    letter-spacing: 0.1em; }

.innovations-navigation-link.back-to-top-link {
  margin-right: 20px; }

.innovations-navigation-link {
  color: #ffffff; }

/* Innovations - @end */
/* Innovation - @begin */
.innovation-heading,
.innovation-sub-heading {
  color: #ffffff; }

.innovation-heading {
  font-size: 3.5rem;
  line-height: normal;
  margin-bottom: 10px; }

.innovation-sub-heading {
  line-height: 1.1; }

.innovation-section {
  padding: 90px 0 60px; }

.innovation-section-row {
  margin-bottom: 30px;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch; }
  .innovation-section-row:first-child {
    margin-bottom: 80px; }

.innovation-videos-row {
  margin-bottom: 85px; }

.innovation-heading-image {
  max-width: 90px; }

.innovation-heading-text {
  padding: 10px 0 0;
  line-height: 2.2rem;
  font-size: 2rem; }
  .innovation-heading-text strong {
    font-weight: 500; }

@media (min-width: 1025px) {
  .innovation-heading-text {
    line-height: 1.6rem;
    font-size: 1.4rem; } }

.innovation-column {
  margin-bottom: 30px; }

.innovation-image-column {
  padding-top: 15px;
  border-top: 1px solid #646464; }

.innovation-column-heading {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #646464;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 500; }

.innovation-column-body p {
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: 300; }
  .innovation-column-body p:not(:first-child) {
    margin-top: 20px; }

.innovation-column-body ul {
  margin: 0;
  padding-left: 15px;
  list-style: disc outside; }

.innovation-column-body li {
  color: #66d43d;
  font-size: 2rem; }
  .innovation-column-body li span {
    line-height: 2rem;
    font-size: 1.5rem;
    font-weight: 300;
    color: #ffffff; }
  .innovation-column-body li ul {
    padding-top: 10px; }
    .innovation-column-body li ul li {
      /* line-height: 2rem;
                font-size: 1.5rem;
                font-weight: 300;
                color: $white; */ }

.innovation-column-links {
  margin-top: 50px;
  line-height: 2rem;
  font-weight: 500; }

.innovation-column-links-label {
  font-size: 1.2rem;
  padding-right: 0.5em; }

.innovation-column-link {
  font-size: 1.5rem; }
  .innovation-column-link:not(:last-child) {
    padding-right: 0.4em; }

.innovation-figure-caption {
  margin-bottom: 30px; }

.innovation-caption-heading {
  margin: 0;
  line-height: 1.5rem;
  font-size: 1.2rem; }
  .innovation-caption-heading strong {
    font-weight: 500; }

.innovation-caption-image {
  max-height: 48px; }

.innovation-footer-list {
  margin-top: 0; }

.innovation-footer-item {
  margin-bottom: 60px; }

.innovation-footer-item-image {
  max-width: 80px; }

.innovation-footer-item-heading {
  padding-left: 1em;
  line-height: 1.4rem;
  font-size: 1.2rem; }
  .innovation-footer-item-heading strong {
    font-weight: 500; }

.innovation-footer-link {
  margin-bottom: 70px;
  padding: 15px 35px;
  height: 50px;
  border-radius: 25px;
  line-height: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #858b8c; }
  .innovation-footer-link:hover {
    background-color: #66d43d; }

/* Innovation - @end */
/* Sustainability - @begin */
.sustainability-header {
  background-color: #61c93a; }

.sustainability-heading,
.sustainability-sub-heading {
  color: #ffffff; }

.sustainability-section {
  background: linear-gradient(to top, #61c93a 0, #66d43d 120px); }
  .ie9 .sustainability-section {
    background: #66d43d url("../images/ie/ie-gradient-vertical--green-green-medium.png") repeat-x scroll left bottom; }

.sustainability-section-body-inner {
  border-top: 1px solid #94e178;
  padding-bottom: 90px; }

.sustainability-section-body-column {
  padding-top: 20px;
  padding-bottom: 10px; }
  .sustainability-section-body-column:first-child {
    padding-left: 0; }
  .sustainability-section-body-column:last-child {
    padding-right: 0; }

.sustainability-section-body-heading {
  font-size: 2.5rem;
  font-weight: 300; }

.sustainability-table-head-row {
  height: 50px;
  vertical-align: top; }

.sustainability-table-head-cell {
  padding: 10px 25px;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 500;
  vertical-align: top; }

.sustainability-table-row {
  height: 50px;
  background-color: #61c93a; }
  .sustainability-table-row:nth-child(2n) {
    background-color: #57b334; }

.sustainability-table-cell {
  padding: 10px;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 300;
  vertical-align: middle; }

.sustainability-graph-sup-heading {
  margin-bottom: 30px;
  padding-top: 10px;
  line-height: 1.5rem;
  font-size: 1.2rem;
  font-weight: 500; }

.sustainability-graph-heading,
.sustainability-graph-value {
  font-family: "DINRoundWebPro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 300;
  white-space: nowrap !important; }

.sustainability-graph-heading {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

@media (max-width: 1024px) {
  .sustainability-graph-heading {
    text-align: center; } }

.sustainability-graph-value {
  font-size: 11rem;
  letter-spacing: -0.05em; }

@media (min-width: 1024px) and (max-width: 1240px) {
  .sustainability-graph-value {
    font-size: 10rem; } }

.sustainability-graph {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50px; }
  .sustainability-graph.graph-energy {
    background-image: url("../images/sustainability/IPC-energy.jpg"); }
  .sustainability-graph.graph-fuel {
    background-image: url("../images/sustainability/IPC-diesel.jpg"); }
  .sustainability-graph.graph-water {
    background-image: url("../images/sustainability/IPC-water.jpg"); }
  .sustainability-graph.graph-recycle {
    background-image: url("../images/sustainability/IPC-plastic.jpg"); }

.certification-section-body {
  padding-bottom: 90px; }

.certification-column {
  margin-bottom: 50px; }

.certification-heading {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 25px;
  color: #858b8c; }

.certification-attachment {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.2em;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.2em; }
  .certification-attachment .icon {
    position: absolute;
    right: auto;
    left: 0; }

@media (max-width: 767px) {
  .certification-image {
    margin-left: auto; } }

/* Sustainability - @end */
/* Jobs - @begin */
.page-jobs {
  background: linear-gradient(to right, #eeeeee 0, #eeeeee 50%, #e4e4e4 50%, #e4e4e4 100%); }
  .ie9 .page-jobs {
    background: transparent url("../images/ie/ie-gradient-horizontal-half--grey-grey-light.png") repeat-y scroll 50% top;
    background-size: 100%; }

@media (max-width: 768px) {
  .page-jobs {
    background: #ffffff; } }

.jobs-section-header {
  padding-bottom: 20px; }

.jobs-section-body {
  min-height: 200px; }

.jobs-column {
  padding-top: 60px;
  padding-bottom: 60px; }

.jobs-column-heading {
  margin-bottom: 30px;
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 300; }

.jobs-column-text {
  line-height: 2.5rem;
  font-size: 1.7rem;
  font-weight: 300; }
  .jobs-column-text p:not(:first-child) {
    margin-top: 20px; }

.jobs-links {
  margin-top: 40px; }

.jobs-links-heading {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 2rem; }

.jobs-link {
  margin-right: 1em;
  height: 2.4rem;
  line-height: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500; }
  .jobs-link .icon-label {
    font-size: 1.5rem; }

.jobs-column-form {
  padding-top: 10px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .jobs-form-fieldset:not(.textarea-fieldset):not(.checkbox-fieldset):not(.file-fieldset):nth-child(odd) {
    padding-left: 10px !important; }
    .jobs-form-fieldset:not(.textarea-fieldset):not(.checkbox-fieldset):not(.file-fieldset):nth-child(odd) .input-label {
      left: 10px;
      width: calc( 100% - 10px); }
  .jobs-form-fieldset:not(.textarea-fieldset):not(.checkbox-fieldset):not(.file-fieldset):nth-child(even) {
    padding-right: 10px !important; }
    .jobs-form-fieldset:not(.textarea-fieldset):not(.checkbox-fieldset):not(.file-fieldset):nth-child(even) .input-label {
      width: calc( 100% - 10px); } }

@media (max-width: 768px) {
  .jobs-link {
    display: block;
    margin-bottom: 25px; } }

/* Jobs - @end */
/* Contacts - @begin */
.page-contacts {
  background: linear-gradient(to right, #eeeeee 0, #eeeeee 50%, #e4e4e4 50%, #e4e4e4 100%); }
  .ie9 .page-contacts {
    background: transparent url("../images/ie/ie-gradient-horizontal-half--grey-grey-light.png") repeat-y scroll 50% top;
    background-size: 100%; }

@media (max-width: 768px) {
  .page-contacts {
    background: #ffffff; } }

.contacts-section-header {
  padding-bottom: 20px; }

.contacts-section-body {
  min-height: 200px; }

.contacts-column {
  padding-top: 60px;
  padding-bottom: 60px; }

.contacts-column-eagle {
  padding-top: 0px;
  padding-bottom: 60px; }
  .contacts-column-eagle .form-confirmation-wrapper {
    padding-top: 60px; }
  .contacts-column-eagle .form-confirmation-last-seen {
    margin-top: 50px; }

body.network-blog-2 .contacts-column.contact-form-container {
  padding-bottom: 100px; }

.contacts-column-heading {
  margin-bottom: 30px;
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 300; }
  .contacts-column-heading.eagle-contacts-column-heading {
    line-height: 1.2; }

.contacts-column-text {
  line-height: 2.5rem;
  font-size: 1.7rem;
  font-weight: 300; }
  .contacts-column-text .column-no-pad:not(:first-child),
  .contacts-column-text p:not(:first-child) {
    margin-top: 20px; }
  .contacts-column-text p a {
    position: relative;
    display: inline-block;
    font-weight: 500;
    color: #66d43d; }
    .contacts-column-text p a:hover {
      color: #57b334; }
  .contacts-column-text blockquote {
    margin-top: 20px;
    padding: 5px 0 5px 30px;
    border-left: 2px solid #66d43d; }
    .contacts-column-text blockquote p {
      margin-top: 0; }

@media (min-width: 768px) and (max-width: 1024px) {
  .contacts-column-heading {
    text-align: center; }
  .contacts-column-text .column-no-pad:not(:first-child) {
    margin-top: 0; } }

.contacts-links {
  margin-top: 40px; }

.contacts-links-heading {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 2rem; }

.contacts-link {
  font-size: 1.5rem;
  font-weight: 500;
  margin-right: 1.5em; }

.contacts-column-form {
  padding-top: 10px; }

.form-confirmation {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2em;
  line-height: 1.2em;
  font-family: "DINRoundWebPro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.contacts-form-fieldset .form-select-options {
  max-height: 260px;
  overflow: hidden; }

@media (min-width: 768px) and (max-width: 1024px) {
  .contacts-form-fieldset:not(.textarea-fieldset):not(.checkbox-fieldset):nth-child(odd) {
    padding-left: 10px !important; }
    .contacts-form-fieldset:not(.textarea-fieldset):not(.checkbox-fieldset):nth-child(odd) .input-label {
      left: 10px;
      width: calc( 100% - 10px); }
  .contacts-form-fieldset:not(.textarea-fieldset):not(.checkbox-fieldset):nth-child(even) {
    padding-right: 10px !important; }
    .contacts-form-fieldset:not(.textarea-fieldset):not(.checkbox-fieldset):nth-child(even) .input-label {
      width: calc( 100% - 10px); }
  .sidebar-tab-body .contacts-form-fieldset:not(.textarea-fieldset):not(.checkbox-fieldset) {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .newsletter-image-wrapper {
    text-align: center; } }

/* Contacts - @end */
/* History - @begin */
.ie9 .history-heading {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.ie9 .history-sub-heading {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.history-header-gallery {
  height: 320px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% top;
  background-size: cover; }

.history-article-body {
  padding-top: 90px; }

.history-section {
  padding: 0;
  background: linear-gradient(to right, transparent calc( 50% - 2px), #66d43d calc( 50% - 2px), #66d43d calc( 50% + 2px), transparent calc( 50% + 2px)); }
  .ie .history-section {
    background: transparent url("../images/ie/ie-history-line--green--4x4.png") repeat-y scroll 50% top; }
  .history-section:last-child {
    padding-bottom: 200px; }

.history-section-header {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0; }

.history-section-heading {
  margin-bottom: 0;
  padding: 0;
  height: 50px;
  border-radius: 25px; }

.history-prev,
.history-next,
.history-year {
  line-height: 50px;
  height: 50px;
  font-size: 2rem; }

.history-year {
  padding: 0 40px;
  font-size: 1.7rem;
  font-weight: 500; }

.history-prev,
.history-next {
  width: 50px;
  text-align: center; }
  .history-prev:before,
  .history-next:before {
    line-height: 50px; }

.history-section:first-child .history-prev {
  opacity: 0;
  visibility: hidden; }

.history-section:last-child .history-next {
  opacity: 0;
  visibility: hidden; }

.history-section-body {
  padding-top: 60px;
  padding-bottom: 80px; }

.history-body-content {
  margin: 45px 0 10px; }
  .history-body-content p {
    margin-bottom: 20px;
    line-height: 2rem;
    font-size: 1.7rem;
    font-weight: 300; }
  .history-body-content .more-about-link {
    line-height: 2rem;
    font-size: 1.2rem;
    font-weight: 500; }

.history-content-heading {
  font-family: "DINRoundWebPro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.2rem;
  font-weight: 500; }

.history-tile {
  margin-top: 60px; }
  .history-tile:empty {
    visibility: hidden;
    opacity: 0; }

@media (min-width: 768px) {
  .history-tile:nth-child(odd) {
    margin-top: 10px;
    padding-right: 0; }
    .history-tile:nth-child(odd) .history-tile-item {
      padding-left: 0;
      padding-right: calc( 100% / 6); }
  .history-tile:nth-child(even) {
    margin-top: 120px;
    padding-left: 0; }
    .history-tile:nth-child(even) .history-tile-item {
      padding-right: 0;
      padding-left: calc( 100% / 6); }
  .ie9 .history-tile {
    display: block;
    float: none;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0; }
    .ie9 .history-tile .history-tile-item {
      padding-right: 0;
      padding-left: 0; }
    .ie9 .history-tile .history-tile-item-upper {
      background-color: #ffffff; }
    .ie9 .history-tile .history-tile-item-heading {
      display: block;
      float: none; }
    .ie9 .history-tile:empty {
      visibility: hidden;
      opacity: 0; } }

.history-tile-item-upper {
  min-height: 120px;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  background: linear-gradient(to bottom, transparent calc( 50% - 2px), #66d43d calc( 50% - 2px), #66d43d calc( 50% + 2px), transparent calc( 50% + 2px)); }
  .ie .history-tile-item-upper {
    background: transparent url("../images/ie/ie-history-line--green--4x4.png") repeat-x scroll left 50%; }

.history-tile-item-lower .history-tile-item-content {
  min-height: 40px; }

.history-tile-item-content {
  min-height: 120px;
  padding: 5px;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.history-tile-item-tag {
  padding-top: 5px;
  display: inline-block;
  font-size: 1rem;
  line-height: 2;
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center; }

.history-tile-item-image {
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: 50% top; }

.history-tile-item-heading {
  padding-top: 10px;
  line-height: 1.3;
  font-size: 1.7rem;
  font-weight: 500; }

.history-tile-item-text {
  padding: 0 10px 10px;
  line-height: 1.4; }
  .history-tile-item-text ul {
    list-style: inside disc;
    margin: 0; }
    .history-tile-item-text ul li {
      margin-bottom: 0;
      color: #66d43d; }
      .history-tile-item-text ul li span {
        color: #181818; }

.history-begin {
  height: 170px;
  padding: 15px 0 45px; }
  .history-begin .history-logo {
    height: 100%;
    background: transparent url("../images/svg/logo-green--300x300.svg") scroll no-repeat 50%;
    background-size: contain; }
    .history-begin .history-logo.search-results-end {
      background: transparent url("../images/Logo_search.png") scroll no-repeat 50%; }

/* History - @end */
/* Case Study - @begin */
.global-header-wrapper {
  min-height: 340px; }

.global-header-visual {
  max-height: 650px;
  background-color: #66d43d;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50%;
  background-size: cover; }
  .global-header-visual.rnd-visual {
    max-height: 100%;
    background-repeat: repeat-x;
    background-size: contain; }

.global-section {
  padding: 30px 0 120px;
  background: linear-gradient(to bottom, #ffffff 0, #f4f4f4 110%); }
  .global-section.about-ica-section-data p:not(:last-child) {
    margin-bottom: 40px; }
  .global-section.about-ica-section-data a {
    color: #66d43d;
    font-weight: 500; }
  .global-section.about-ica-section-text-image.bg-white {
    background: linear-gradient(to bottom, #ffffff 0, #ffffff 110%); }

.global-section-body {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch; }

.global-section-column span,
.global-section-column p {
  line-height: 2.5rem;
  font-size: 1.7rem; }

.global-section-column strong {
  font-weight: 500; }

.global-section-column ul {
  list-style: outside disc;
  margin: 0 0 0 2em; }
  .global-section-column ul li {
    margin-bottom: 20px;
    font-size: 2.5rem;
    line-height: 2rem;
    color: #66d43d; }
    .global-section-column ul li span {
      color: #181818; }

/* Case Study - @end */
/* Home (front page) - @begin */
.page-homepage {
  padding-top: 89px; }

.home-section {
  min-height: 300px; }

.home-visual {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-attachment: scroll; }
  .home-visual.product-visual, .home-visual.sustainability-visual {
    background-color: #66d43d; }
    .home-visual.product-visual.layout-3, .home-visual.sustainability-visual.layout-3 {
      background-color: transparent;
      background-size: cover;
      background-position: center top; }
      .home-visual.product-visual.layout-3 .visual-text-column, .home-visual.sustainability-visual.layout-3 .visual-text-column {
        padding-left: 0px; }
        .home-visual.product-visual.layout-3 .visual-text-column h4.home-visual-sub-heading, .home-visual.sustainability-visual.layout-3 .visual-text-column h4.home-visual-sub-heading {
          margin: 0px auto; }
  .home-visual.innovation-visual {
    background-color: #323232;
    background-size: cover; }
  .home-visual.event-visual {
    background-color: #eeeeee; }

.home-visual-columns {
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center; }

.home-visual-column {
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center; }
  .innovation-visual .home-visual-column.visual-figure-column {
    display: block !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important; }

@media (max-width: 767px) {
  .innovation-visual .home-visual-column.visual-figure-column {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative !important;
    bottom: auto !important;
    left: auto !important; }
  .home-visual.product-visual.layout-3 {
    padding-top: 30px;
    padding-bottom: 30px; }
    .home-visual.product-visual.layout-3 .visual-text-column {
      padding-right: 0px; } }

.home-visual-heading {
  margin-bottom: 20px;
  line-height: 5.5rem;
  font-size: 5.5rem;
  font-weight: 500; }

.home-visual-sub-heading {
  margin-bottom: 20px;
  line-height: 3rem;
  font-size: 2.5rem;
  font-weight: 300; }

.home-visual-link {
  border-radius: 25px;
  height: 50px;
  padding: 15px 40px;
  line-height: 2rem;
  font-size: 1.2rem;
  font-size: 500;
  background-color: #ffffff; }
  .home-visual-link:hover {
    color: #ffffff;
    background-color: #858b8c; }

.home-app-button img {
  max-width: 150px; }

.product-visual .visual-text-column {
  padding-left: 20px; }

@media (min-width: 1024px) {
  .product-visual .visual-text-column {
    padding-left: 100px; } }

.innovation-visual .visual-figure-column {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end; }

@media (max-width: 767px) {
  .home-visual.innovation-visual {
    background-position: left top;
    background-size: 150%;
    background-color: #404040; }
    .home-visual.innovation-visual .visual-figure-column {
      padding-top: 40px;
      padding-bottom: 20px; }
  .home-visual.product-visual .visual-text-column {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2; }
  .home-visual.product-visual .visual-figure-column {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1; }
  .home-visual .visual-text-column {
    padding-left: 20px;
    padding-right: 20px; }
  .home-visual-inner-wrapper.ratio:before {
    display: none; }
  .home-visual-inner-wrapper.ratio > .ratio-content {
    position: relative; }
  .home-visual-heading {
    line-height: 3.5rem;
    font-size: 3.5rem; }
  .home-visual-sub-heading {
    line-height: 2.5rem;
    font-size: 2rem; }
  .home-visual-link,
  .home-app-button.home-apple-app-button {
    margin-bottom: 40px; } }

@media (min-width: 768px) and (max-width: 920px) {
  .home-visual-heading {
    line-height: 4.5rem;
    font-size: 4.5rem; }
  .home-visual-sub-heading {
    line-height: 2.5rem;
    font-size: 2rem; } }

.home-section-carousel {
  min-height: 0; }

.home-carousel {
  position: relative;
  margin-bottom: 70px; }
  .home-carousel .carousel-item {
    margin-bottom: 0;
    padding: 10px; }
  .home-carousel .carousel-btn {
    width: 35px;
    height: 85px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6); }
    .home-carousel .carousel-btn:hover {
      background-color: #66d43d; }
    .home-carousel .carousel-btn.carousel-btn-next {
      right: 0; }
    .home-carousel .carousel-btn:before {
      width: 100%;
      height: 100%;
      line-height: 85px; }
  .home-carousel .slick-dots {
    margin-top: 10px;
    margin-bottom: 30px; }
    .home-carousel .slick-dots li {
      margin-bottom: 0; }
  .home-carousel .carousel-item-content:before {
    padding-bottom: 40px; }
  .home-carousel .carousel-item-content:hover .carousel-figure {
    background-color: #f4f4f4; }
  .home-carousel .carousel-item-content:hover .carousel-figure-heading {
    color: #66d43d; }
  .home-carousel .carousel-figure {
    position: relative;
    background-color: transparent; }
  .home-carousel .carousel-image {
    margin-left: auto;
    margin-right: auto; }
  .home-carousel .carousel-figure-caption {
    position: relative;
    bottom: 0; }
  .home-carousel .carousel-figure-heading {
    line-height: 1.4rem;
    font-size: 1.4rem;
    font-weight: 500; }

@media (max-width: 767px) {
  .home-carousel {
    margin-bottom: 0; } }

@media all and (min-width: 1024px) and (max-width: 1259px) {
  body.network-blog-4 .home-carousel .carousel-figure-heading {
    font-size: 1.3rem; } }

.home-section-blocks {
  padding-bottom: 30px; }

.home-blocks-item {
  border: 10px solid #ffffff; }

.home-blocks,
.home-blocks-item {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch; }

.home-blocks-item {
  padding-bottom: 10px; }

.home-block-item {
  height: 100%;
  padding: 50px 30px; }

.home-block-item-icon {
  margin-bottom: 40px;
  max-width: 70px; }

.home-block-item-heading {
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 300; }

.home-block-item-text {
  margin: 0 auto 40px;
  line-height: 2.5rem;
  font-size: 1.7rem; }

.home-block-item-link {
  padding: 15px 40px;
  border-radius: 25px;
  height: 50px;
  line-height: 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #858b8c; }
  .home-block-item-link:hover {
    background-color: #66d43d; }

@media (max-width: 335px) {
  body.network-blog-4 .home-block-item-link {
    padding: 15px 15px; } }

@media (min-width: 768px) {
  .home-section-blocks {
    padding-bottom: 60px; }
  .home-blocks-item {
    padding-top: 10px; }
  .home-block-item {
    padding: 70px 30px 100px; }
  .home-block-item-icon {
    margin-bottom: 60px; }
  .home-block-item-heading {
    font-size: 3.5rem; }
  .home-block-item-text {
    margin-bottom: 20px;
    max-width: 480px; } }

.home-section-blog {
  background: linear-gradient(to top, #eeeeee 1%, #ffffff 99%); }
  .home-section-blog .home-section-header {
    padding-top: 0; }
  .home-section-blog .home-block-item-link {
    margin-top: 20px;
    margin-bottom: 60px; }

.home-footer {
  min-height: 320px;
  padding-top: 20px; }

.home-footer-inner-wrapper {
  padding: 30px 0;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch; }

.home-footer-item {
  margin-top: 30px;
  margin-bottom: 30px; }

.home-footer-item-icon {
  margin-top: 10px;
  margin-bottom: 10px; }

.home-footer-item-heading {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 300; }

.home-footer-item-text {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 1.5rem; }

.home-footer-item-link {
  font-size: 1.2rem;
  font-weight: 500; }

@media (max-width: 1024px) {
  .home-footer {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 767px) {
  .home-footer {
    padding-left: 20px;
    padding-right: 20px; }
  .home-footer-inner-wrapper {
    padding: 20px 0; }
  .home-footer-item,
  .home-footer-item-icon {
    margin-top: 0; }
  .home-footer-item-icon {
    margin-bottom: 0; } }

/* Home (front page) - @end */
/* Network - @begin */
.network-header {
  height: 180px;
  overflow: visible;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch; }
  .network-header .network-page-heading {
    padding-top: 30px;
    line-height: 1;
    font-size: 2.5rem; }

.network-header-column {
  padding-top: 70px; }

.network-search-wrapper {
  padding-top: 15px; }
  .network-search-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .network-search-wrapper p,
  .network-search-wrapper p.article-block-text {
    display: none; }
  .network-search-wrapper .tagalong_category_selector,
  .network-search-wrapper .es_category_selector {
    float: left;
    margin: 0 20px; }
    .network-search-wrapper .tagalong_category_selector label,
    .network-search-wrapper .es_category_selector label {
      display: none; }
    .network-search-wrapper .tagalong_category_selector:after,
    .network-search-wrapper .es_category_selector:after {
      content: "";
      display: table;
      clear: both; }
  .network-search-wrapper .form-arrow {
    width: 240px; }
  .network-search-wrapper .form-select-options {
    border: 1px solid #f4f4f4;
    border-top: 0 none; }

#catsel_0 {
  display: none; }

#radius_in_submit {
  float: left; }
  #radius_in_submit:after {
    content: "";
    display: table;
    clear: both; }

#addressSubmit.slp_ui_button {
  padding: 15px 25px;
  line-height: 1.6rem;
  font-family: "Gibson", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #858b8c;
  border: 0 none;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  #addressSubmit.slp_ui_button:hover {
    background-color: #66d43d; }

.network-body {
  height: 700px;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch; }

.network-body-column {
  position: relative; }
  .network-body-column.map-column {
    overflow: hidden; }

.results-column .results_wrapper:last-child {
  margin-bottom: 20px; }

.results-column .results_entry {
  padding-bottom: 0; }
  .results-column .results_entry:hover {
    background-color: #f4f4f4; }
  .results-column .results_entry.headquarter_entry {
    cursor: default; }
    .results-column .results_entry.headquarter_entry .open-dealer-form {
      border-right: 1px solid #ffffff; }
    .results-column .results_entry.headquarter_entry:hover {
      background-color: #ffffff; }
    .results-column .results_entry.headquarter_entry .results_row_bottom {
      background-color: #858b8c; }
    .results-column .results_entry.headquarter_entry .slp_result_country:before {
      content: '\EA26';
      font-family: "Symbols";
      font-size: 1.4em;
      text-align: center;
      display: block;
      width: 1em;
      height: 2rem;
      line-height: 1.7rem;
      position: absolute;
      top: 20px;
      left: 20px; }
    .results-column .results_entry.headquarter_entry .slp_result_country {
      padding-left: calc( 1.75em + (10px*2)); }
    .results-column .results_entry.headquarter_entry .network-headquarter-claim {
      font-size: 1.3rem;
      padding-left: 1em; }
  .results-column .results_entry .slp_result_country {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 20px 20px 0;
    font-family: "Gibson", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 1.7rem;
    line-height: 2rem; }
  .results-column .results_entry .location_name,
  .results-column .results_entry .slp_result_street,
  .results-column .results_entry .slp_result_citystatezip,
  .results-column .results_entry .slp_result_phone,
  .results-column .results_entry .slp_result_fax {
    padding-left: 20px;
    padding-right: 20px;
    font-family: "DINRoundWebPro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 1.5rem;
    line-height: 1.7rem;
    font-weight: 300; }
  .results-column .results_entry .location_name,
  .results-column .results_entry strong {
    font-weight: 500; }
  .results-column .results_entry .location_name {
    color: #181818; }
  .results-column .results_entry .slp_result_phone {
    padding-top: 20px; }
  .results-column .results_entry .slp_result_fax {
    padding-top: 0; }
  .results-column .results_entry .results_row_bottom {
    margin-top: 20px;
    height: 50px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb; }
  .results-column .results_entry .slp_result_contact_button {
    display: inline-block; }
    .results-column .results_entry .slp_result_contact_button .open-dealer-form {
      display: inline-block;
      width: auto;
      padding: 15px 25px;
      font-family: "Gibson", "Georgia", "Cambria", "Times New Roman", "Times", serif;
      font-size: 1.2rem;
      line-height: 1.8rem;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      background-color: #858b8c;
      color: #ffffff; }
      .results-column .results_entry .slp_result_contact_button .open-dealer-form:hover {
        background-color: #66d43d; }
  .results-column .results_entry .network-result-infos {
    position: relative; }
  .results-column .results_entry .network-item-category {
    position: relative;
    padding: 0 20px 0 35px;
    line-height: 4.8rem;
    font-size: 1.5rem;
    font-weight: 300; }
    .results-column .results_entry .network-item-category:before {
      font-family: "Symbols";
      display: block;
      position: absolute;
      top: 10px;
      left: 8px;
      font-size: 2.4rem;
      line-height: 2rem;
      text-align: center; }
    .results-column .results_entry .network-item-category.category-generic:before, .results-column .results_entry .network-item-category.category-subsidiaries:before {
      content: "\EA26"; }
    .results-column .results_entry .network-item-category.category-dealer:before {
      content: "\EA09"; }
    .results-column .results_entry .network-item-category.category-service:before {
      content: "\EA26"; }
    .results-column .results_entry .network-item-category.category-headquarter:before {
      content: "\EA08"; }
  .results-column .results_entry .network-result-tooltip {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    margin: 0 0 20px;
    padding: 15px;
    background-color: #000000;
    color: #ffffff;
    line-height: 1.7rem;
    font-family: "Gibson", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
    .results-column .results_entry .network-result-tooltip .arrow {
      position: absolute;
      bottom: -10px;
      display: block;
      width: 20px;
      height: 20px;
      background-color: #000000;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  .results-column .results_entry .has-tooltip .network-item-category {
    padding-right: 35px; }
    .results-column .results_entry .has-tooltip .network-item-category:after {
      content: "\EA21";
      font-family: "Symbols";
      display: block;
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 1.6rem;
      line-height: 2rem;
      text-align: center; }

.results-column .network-results-list-heading {
  position: relative;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: calc( 1.75em + (10px*2));
  padding-bottom: 20px;
  background-color: #eeeeee;
  font-size: 1.7rem;
  line-height: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500; }
  .results-column .network-results-list-heading:before {
    content: '\EA26';
    font-family: "Symbols";
    font-size: 1.4em;
    text-align: center;
    display: block;
    width: 1em;
    height: 2rem;
    line-height: 1.7rem;
    position: absolute;
    top: 20px;
    left: 20px; }

@media (max-width: 1215px) {
  .results-column .results_entry .network-item-category {
    padding: 0 25px !important; }
    .results-column .results_entry .network-item-category:after, .results-column .results_entry .network-item-category:before {
      display: none !important; } }

@media (max-width: 1090px) {
  .results-column .results_entry .network-item-category {
    padding: 0 15px !important; } }

/* Network - @end */
/* Blog Single - @begin */
.blog-post-single-footer {
  padding: 40px 0; }

.blog-post-header .blog-post-sup-heading {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 10px; }

.blog-post-header .blog-post-heading {
  font-size: 5rem;
  line-height: 5rem; }

.blog-post-body .post-heading,
.blog-post-body .post-content,
.blog-post-body .post-body {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.blog-post-body .post-content-block {
  padding: 0; }
  .blog-post-body .post-content-block:not(:first-child) {
    padding-top: 30px; }

.blog-post-body .post-heading {
  font-size: 1.7rem;
  line-height: 2.5rem; }

.blog-post-body .post-body p {
  font-size: 1.7rem;
  line-height: 2.5rem; }

.blog-post-body .post-body a {
  color: #66d43d;
  font-weight: 500; }
  .blog-post-body .post-body a:hover {
    color: #000000; }

.blog-post-body .post-body blockquote {
  margin: 40px auto;
  width: 80%; }
  .blog-post-body .post-body blockquote p {
    font-size: 3rem;
    line-height: 4rem;
    font-style: italic;
    font-weight: 500;
    font-family: "Gibson", "Georgia", "Cambria", "Times New Roman", "Times", serif; }

.blog-post-body .post-body.js-bullettize-list ul,
.blog-post-body .post-body.js-bullettize-list ol {
  margin: 15px 0;
  padding: 0 0 0 30px;
  font-size: 1.7rem; }

.blog-post-body .post-body.js-bullettize-list ol {
  counter-reset: section; }
  .blog-post-body .post-body.js-bullettize-list ol li {
    counter-increment: section;
    position: relative;
    padding: 0;
    font-size: 1.4rem; }
    .blog-post-body .post-body.js-bullettize-list ol li:before {
      content: counter(section);
      display: inline-block;
      min-width: 1.6rem;
      color: #66d43d;
      font-weight: 500;
      text-align: right;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .blog-post-body .post-body.js-bullettize-list ol li span {
      line-height: 2.5rem;
      font-size: 1.7rem; }

.blog-post-body .post-body.js-bullettize-list ul li {
  position: relative;
  padding: 0 0 0 2em;
  font-size: 0.8rem; }
  .blog-post-body .post-body.js-bullettize-list ul li:before {
    content: '\f111';
    font-family: "FontAwesome";
    color: #66d43d;
    line-height: 2.5rem;
    position: absolute;
    top: 0;
    left: 0; }
  .blog-post-body .post-body.js-bullettize-list ul li span {
    line-height: 2.5rem;
    font-size: 1.7rem; }

.blog-post-body .post-the-gallery {
  margin-top: 10px;
  margin-bottom: 10px; }

.blog-post-body .post-video-wrapper {
  margin-bottom: 30px; }
  .blog-post-body .post-video-wrapper .video-title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    padding: 1em;
    text-align: center;
    display: block; }

.blog-post-footer {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.blog-post-metas {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 30px 0; }
  .blog-post-metas .blog-post-meta-heading {
    font-size: 2.5rem;
    margin-bottom: 30px; }
  .blog-post-metas .post-meta-detail {
    min-height: 70px; }
  .blog-post-metas .post-meta-heading {
    font-size: 1.2rem;
    line-height: 1.2rem; }
  .blog-post-metas .post-meta-value {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 500; }
  .blog-post-metas .post-meta-tag {
    padding: 15px;
    margin: 0 10px 10px 0; }
    .blog-post-metas .post-meta-tag:hover {
      background-color: #66d43d; }
      .blog-post-metas .post-meta-tag:hover .post-tag-label {
        color: #ffffff; }
  .blog-post-metas .post-tag-label {
    font-size: 1rem;
    line-height: 1rem;
    padding: 0; }

.blog-post-navigation {
  padding: 30px 0 60px; }
  .blog-post-navigation .blog-post-prev {
    text-align: right;
    padding-right: 20px; }
  .blog-post-navigation .blog-post-parent {
    text-align: left;
    padding-left: 20px; }
  .blog-post-navigation .blog-post-next {
    text-align: left;
    padding-left: 20px; }

body.network-blog-3 .blog-post-navigation .blog-post-parent {
  line-height: 0.1em;
  padding-top: 11px; }
  body.network-blog-3 .blog-post-navigation .blog-post-parent span {
    line-height: 1.2em; }

.blog-single-footer-heading {
  margin-bottom: 30px; }

.post-launch-block {
  margin-bottom: 20px; }

.post-launch-link:hover .post-launch-hover {
  border-color: #66d43d; }

.post-launch-content {
  z-index: 1; }

.post-launch-hover {
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  border: 2px solid transparent;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  transition: border 0.3s; }

.post-launch-image-wrapper {
  background-color: #323232;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }

.post-launch-header {
  padding: 20px; }

.post-launch-sup-heading {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 5px; }

.post-launch-heading {
  font-size: 2.2rem;
  line-height: 1.2; }

@media screen and (min-width: 1025px) {
  .post-meta-tag {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s; }
  .post-tag-value {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; } }

@media screen and (max-width: 1024px) {
  .blog-post-single-footer {
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (max-width: 1023px) {
  .blog-post-body .post-body blockquote {
    width: 75%; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .post-launch-block:not(.post-archived) {
    width: 50%; }
  .post-heading,
  .post-paragraph-content,
  .post-article-footer {
    width: 80%; } }

@media screen and (max-width: 767px) {
  .blog-post-header .blog-post-header-inner-wrapper {
    margin-top: 20px; }
  .blog-post-header .blog-post-sup-heading {
    margin-left: 20px;
    margin-bottom: 60px; }
  .blog-post-header .blog-post-heading {
    margin-bottom: 0;
    font-size: 3.5rem;
    line-height: 1; }
  .blog-post-body .post-body blockquote {
    width: 90%; }
    .blog-post-body .post-body blockquote p {
      font-size: 2.2rem;
      line-height: 3rem; }
  .blog-post-body .post-body.js-bullettize-list ul {
    padding-left: 0; }
  .blog-post-body .slick-dots {
    width: 100%; }
  .post-meta-detail,
  .post-meta-tags {
    padding-left: 0;
    padding-right: 0; }
  .blog-post-navigation .blog-post-prev,
  .blog-post-navigation .blog-post-next {
    padding-left: 0;
    padding-right: 0; }
    .blog-post-navigation .blog-post-prev:before,
    .blog-post-navigation .blog-post-next:before {
      width: 100%;
      text-align: center;
      left: 0;
      right: 0; }
  .blog-post-navigation .blog-post-parent {
    width: 170px; } }

/* Blog Single - @end */
/* Blog Archive - @begin */
.blog-post-archive .filters-founds {
  float: none;
  margin-right: 2px; }

.post-archive {
  padding-bottom: 30px; }

.post-archived {
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #eeeeee;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s; }
  .post-archived.hover {
    border-color: #66d43d; }
  .post-archived .post-launch-image-wrapper {
    background-color: transparent; }
  .post-archived .post-launch-header {
    position: relative;
    height: 100%; }
  .post-archived .post-meta-tags {
    position: absolute;
    bottom: 10px;
    min-height: 72px; }
    .post-archived .post-meta-tags.relative {
      position: relative;
      margin-top: 20px;
      bottom: 0px; }
  .post-archived .blog-post-meta-heading {
    font-size: 2.5rem;
    margin-bottom: 30px; }
  .post-archived .post-meta-detail {
    min-height: 70px; }
  .post-archived .post-meta-heading {
    font-size: 1.2rem;
    line-height: 1.2rem; }
  .post-archived .post-meta-value {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 500; }
  .post-archived .post-meta-tag {
    padding: 15px;
    margin: 0 10px 10px 0; }
    .post-archived .post-meta-tag:hover {
      background-color: #66d43d; }
      .post-archived .post-meta-tag:hover .post-tag-label {
        color: #ffffff; }
  .post-archived .post-tag-label {
    font-size: 1rem;
    line-height: 1rem;
    padding: 0; }

.latest-by-cat {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 0; }

.latest-by-cat-heading {
  margin-bottom: 20px;
  padding-left: 1rem;
  padding-right: 1rem; }

.latest-by-cat-body {
  padding-top: 30px; }

.post-archive-footer {
  padding-top: 0;
  padding-bottom: 30px; }

@media screen and (max-width: 1260px) {
  .blog-post-archive .filters-founds {
    margin-right: 12px; }
  .post-archived-wrapper {
    padding-left: 10px;
    padding-right: 10px; }
  .blog-archive-article .filters-opener-wrapper,
  .post-archived {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .blog-post-archive .filters-founds {
    margin-right: 2px; }
  .post-archived-wrapper {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (max-width: 1023px) {
  .post-archived-wrapper .post-launch-header .post-meta-tags {
    display: none; } }

/* Blog Archive - @end */
/* Blog Home - @begin */
.blog-home-section {
  padding-bottom: 40px; }

.blog-home-section-heading,
.post-hot,
.top-search-posts {
  padding-left: 1rem;
  padding-right: 1rem; }

.blog-home-section-heading {
  font-weight: 300;
  margin-bottom: 20px; }

.hot-posts,
.new-posts,
.popular-posts,
.top-search-posts,
.press-posts {
  margin-bottom: 40px; }

.post-hot .post-launch-figure {
  height: 100%; }

.post-hot .post-launch-heading {
  font-size: 3rem; }

.post-hot p {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.2; }

.post-hot .post-tags {
  position: absolute;
  bottom: 10px;
  margin-top: 30px; }

.post-popular .post-launch-content,
.post-popular .post-launch-figure {
  height: 100%; }

.post-press .post-launch-link {
  min-height: 150px; }
  .post-press .post-launch-link:hover {
    background-color: #f4f4f4; }

@media screen and (max-width: 1260px) {
  .post-hot .post-tags {
    position: relative; } }

@media screen and (max-width: 767px) {
  .blog-filters-filters {
    padding-top: 20px; } }

/* Blog Home - @end */
.single-rec-product-body {
  padding-top: 130px;
  padding-bottom: 130px; }
  .single-rec-product-body .rec-product-header-inner-wrapper .breadcrumb {
    color: #181818; }
  .single-rec-product-body .rec-product-header-inner-wrapper .page-heading {
    font-size: 5.5rem;
    line-height: normal;
    margin-bottom: 0; }
  .single-rec-product-body .rec-product-header-inner-wrapper .rec-product-details {
    margin-top: 50px; }
    .single-rec-product-body .rec-product-header-inner-wrapper .rec-product-details .small-heading {
      font-weight: 500;
      font-size: 1.7rem;
      line-height: 2.5rem; }
      .single-rec-product-body .rec-product-header-inner-wrapper .rec-product-details .small-heading:not(first-child) {
        margin-top: 30px; }
  .single-rec-product-body .rec-product-header-inner-wrapper .flex-control-thumbs li {
    width: 15%;
    margin-top: 17px; }
    .single-rec-product-body .rec-product-header-inner-wrapper .flex-control-thumbs li:not(first-child) {
      margin-left: 3.75%; }
    .single-rec-product-body .rec-product-header-inner-wrapper .flex-control-thumbs li img {
      border: 2px solid #FFFFFF; }
      .single-rec-product-body .rec-product-header-inner-wrapper .flex-control-thumbs li img.flex-active {
        border-color: #66d43d; }

@media all and (max-width: 767px) {
  .single-rec-product-body {
    padding-top: 20px; }
    .single-rec-product-body .rec-product-header-inner-wrapper .page-heading {
      font-size: 5rem; } }

/* Posts - @end */
/*********************
PAGE SEARCH
*********************/
/* Search - @begin */
.search-page-article {
  padding-top: 140px; }
  .search-no-results .search-page-article {
    padding-top: 0; }

.search-header-wrapper {
  padding-top: 50px;
  min-height: 0;
  height: auto; }

.search-results-filters {
  padding: 30px 0;
  height: 110px; }

.search-results-found {
  height: 50px; }

.search-results-found-quantity,
.search-results-found-label {
  height: 50px;
  line-height: 50px;
  font-size: 1.7rem; }

.search-filter-label {
  position: absolute;
  top: 0;
  right: 210px;
  font-size: 1.5rem;
  line-height: 50px; }

.search-results-filter {
  position: relative; }
  .search-results-filter .form-select {
    text-align: left;
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px; }
    .search-results-filter .form-select:after {
      content: "";
      display: table;
      clear: both; }
  .search-results-filter .form-arrow {
    padding-left: 20px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .search-results-filter {
    margin-right: 6.25%; }
  .search-results-found {
    margin-left: 6.25%; } }

.search-result-item {
  position: relative;
  margin-bottom: 20px;
  height: 140px;
  max-height: 140px;
  overflow: hidden; }

.search-result-item-link {
  position: absolute;
  width: 100%;
  height: 100%; }

.search-result-item-link:hover + .search-result-item-wrapper {
  background-color: #66d43d;
  color: #ffffff; }

.search-result-figure {
  width: 140px; }

.search-result-column {
  max-height: 140px;
  height: 140px;
  padding: 20px; }
  .search-result-column:not(:only-child) {
    width: calc( 100% - (10px*14)); }

.search-result-heading {
  line-height: 2rem;
  font-size: 2rem;
  margin-bottom: 5px; }

.search-result-body {
  margin-bottom: 15px; }
  .search-result-body p {
    max-height: 40px;
    margin: 0;
    line-height: 2rem;
    font-size: 1.5rem; }

.search-result-categories {
  line-height: 2rem;
  font-size: 1.2rem; }

.search-no-results .search-header {
  display: none; }

.search-no-results .no-results-message-wrapper {
  height: 100vh; }

@media (max-width: 1024px) {
  .search-no-results .page-search {
    margin-top: 90px; }
  .search-no-results .no-results-message-wrapper {
    height: calc( 100vh - (10px*9)); } }

@media (max-width: 767px) {
  :not(.search-no-results) .search-results-section {
    padding-left: 20px;
    padding-right: 20px; }
  .search-page-article {
    padding-top: 0; }
  .search-no-results .page-search {
    margin-top: 0; }
  .search-no-results .no-results-message-wrapper {
    height: calc( 100vh - (10px*8)); } }

.fuzzy-search-wrapper {
  position: relative; }
  .fuzzy-search-wrapper.fuzzy-search-service-manuals {
    position: absolute;
    right: 0; }
    .fuzzy-search-wrapper.fuzzy-search-service-manuals.fixed {
      position: fixed;
      top: 0;
      z-index: 4; }

.fuzzy-search {
  margin: 20px 0; }
  .fuzzy-search.fuzzy-search-service-manuals {
    margin: 10px 0; }

.fuzzy-search-label {
  height: 50px; }

.fuzzy-search-label {
  width: 50px; }
  .fuzzy-search-label:before {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 2.4rem; }
  :focus + .fuzzy-search-label {
    color: #66d43d !important; }

.fuzzy-search-input {
  line-height: 2rem;
  display: inline-block;
  padding: 0 1em 0 0;
  margin: 15px 0;
  width: calc( 100% - (10px*5));
  border: 0 none;
  font-size: 1.7rem;
  font-weight: 500;
  /* Firefox 18- */
  /* Firefox 19+ */ }
  .fuzzy-search-input::-webkit-input-placeholder {
    font-weight: 300; }
  .fuzzy-search-input:-moz-placeholder {
    font-weight: 300; }
  .fuzzy-search-input::-moz-placeholder {
    font-weight: 300; }
  .fuzzy-search-input:-ms-input-placeholder {
    font-weight: 300; }
  .fuzzy-search-input.fuzzy-search-service-manuals-input {
    /* Firefox 18- */
    /* Firefox 19+ */ }
    .fuzzy-search-input.fuzzy-search-service-manuals-input::-webkit-input-placeholder {
      color: #f4f4f4; }
    .fuzzy-search-input.fuzzy-search-service-manuals-input:-moz-placeholder {
      color: #f4f4f4; }
    .fuzzy-search-input.fuzzy-search-service-manuals-input::-moz-placeholder {
      color: #f4f4f4; }
    .fuzzy-search-input.fuzzy-search-service-manuals-input:-ms-input-placeholder {
      color: #f4f4f4; }

.fuzzy-search-results {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 70px;
  margin: 0 10px;
  border: 1px solid #dbdbdb;
  border-top: 0 none;
  width: calc( 100% - (10px*2));
  background-color: #f4f4f4; }
  .fuzzy-search-results.fuzzy-search-service-manuals-results {
    margin-top: -10px; }

.fuzzy-results-header {
  position: relative;
  margin: 0;
  padding: 0; }

.fuzzy-results-heading {
  line-height: 1.33;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 10px 1em; }

.fuzzy-results-body {
  position: relative;
  max-height: 480px; }

.fuzzy-results-item-link {
  height: 100%; }

.fuzzy-results-item {
  height: 110px;
  background-color: #ffffff;
  cursor: pointer; }
  .fuzzy-results-item:not(:last-child) {
    border-bottom: 1px solid #dbdbdb; }
  .fuzzy-results-item:hover {
    background-color: #eeeeee; }

.fuzzy-results-empty {
  padding: 50px 30px; }

.fuzzy-results-empty-warn {
  margin-bottom: 30px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  font-size: 3rem; }

.fuzzy-results-empty-heading {
  margin-bottom: 20px;
  font-weight: 500; }

.fuzzy-results-empty-heading,
.fuzzy-results-empty-text {
  font-size: 1.5rem;
  line-height: 1.2; }

.fuzzy-result-image-wrapper {
  width: 109px; }

.fuzzy-result-description {
  position: relative;
  height: 100%;
  width: calc( 100% - (10px*11)); }

.fuzzy-result-text-wrapper {
  width: 100%;
  padding: 0 20px;
  max-height: 110px;
  overflow: hidden; }

.fuzzy-result-heading {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500; }

.fuzzy-result-text {
  font-size: 1.3rem;
  line-height: 1; }

@media (min-width: 1260px) {
  .fuzzy-search-wrapper.fuzzy-search-wrapper {
    width: 25%; } }

/* Search - @end */
/*********************
PAGE STEP 2
*********************/
.step2-result-bar {
  padding: 20px 0px;
  transform: translateY(100%); }
  .step2-result-bar.loading {
    padding: 14px 0px 13px 0px; }
    .step2-result-bar.loading .loading-gif {
      display: inline-block; }
    .step2-result-bar.loading .step2-results {
      display: none; }
  .step2-result-bar .loading-gif {
    display: none; }
    .step2-result-bar .loading-gif img {
      height: 35px;
      width: auto; }
  .step2-result-bar .step2-results {
    padding: 10px 0px; }
  .step2-result-bar.opened {
    transform: translateY(0%); }

.bottom-fixed {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  overflow: hidden; }

.reconditioned-product-card {
  margin-bottom: 40px; }
  .reconditioned-product-card .reconditioned-products-product-column .reconditioned-product-details {
    padding-top: 30px;
    padding-bottom: 30px; }
    .reconditioned-product-card .reconditioned-products-product-column .reconditioned-product-details .reconditioned-product-heading {
      margin-bottom: 3px;
      font-size: 1.1em;
      font-weight: 500; }
    .reconditioned-product-card .reconditioned-products-product-column .reconditioned-product-details .reconditioned-product-subheading {
      font-weight: 500;
      font-size: 1em; }

/*********************
PAGE NAVI STYLES
*********************/
/* Pagination - @begin */
.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    background-color: #ffffff;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #eeeeee; }
  .pagination a,
  .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #2980b9; }
    .pagination a:hover, .pagination a:focus,
    .pagination span:hover,
    .pagination span:focus {
      background-color: #2980b9;
      color: #ffffff; }
  .pagination .current {
    cursor: default;
    color: #181818; }
    .pagination .current:hover, .pagination .current:focus {
      background-color: #ffffff;
      color: #181818; }

.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }

/* Pagination - @end */
/*********************
COMMENT STYLES + COMMENT FORM STYLES
*********************/
/*********************
SIDEBARS & ASIDES
*********************/
/* Sidebar - @begin */
.no-widgets {
  background-color: #ffffff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em; }

.page-sidebar {
  position: relative;
  min-height: 50px; }
  .page-sidebar .sidebar-navigation,
  .page-sidebar .sidebar-list,
  .page-sidebar .sidebar-item {
    margin: 0; }
  .page-sidebar .sidebar-navigation,
  .page-sidebar .sidebar-item {
    width: 50px; }
  .page-sidebar .sidebar-item {
    position: relative;
    height: 50px;
    border-bottom: 0 none; }
    .page-sidebar .sidebar-item:not(:last-child) {
      border-bottom: 1px solid #323232; }
      .page-sidebar .sidebar-item:not(:last-child) .sidebar-link {
        height: calc( 100% + 1px);
        border-bottom: 1px solid #323232; }
      .page-sidebar .sidebar-item:not(:last-child) .opener-label {
        height: calc( 100% + 1px);
        border-bottom: 1px solid #323232; }
    .page-sidebar .sidebar-item:hover, .page-sidebar .sidebar-item.current {
      background-color: #66d43d;
      border-color: #66d43d; }
      .page-sidebar .sidebar-item:hover .sidebar-link, .page-sidebar .sidebar-item.current .sidebar-link {
        background-color: #66d43d;
        border-color: #66d43d; }
      .page-sidebar .sidebar-item:hover .opener-label,
      .page-sidebar .sidebar-item:hover .sidebar-link.hover + .opener-label, .page-sidebar .sidebar-item.current .opener-label,
      .page-sidebar .sidebar-item.current .sidebar-link.hover + .opener-label {
        border-color: #66d43d; }
      .page-sidebar .sidebar-item:hover .sidebar-opener-label-value, .page-sidebar .sidebar-item.current .sidebar-opener-label-value {
        color: #66d43d; }
    .page-sidebar .sidebar-item:last-child .sidebar-link.hover + .opener-label {
      border-bottom: 0 none;
      height: 100%; }
  .page-sidebar .opener-label {
    height: 100%;
    background-color: inherit;
    left: 0;
    top: 0;
    white-space: nowrap;
    line-height: 3rem;
    padding: 10px 25px;
    font-size: 1.2rem;
    font-weight: 500;
    width: 180px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s, border-color 0.3s;
    -moz-transition: -moz-transform 0.3s, border-color 0.3s;
    transition: transform 0.3s, border-color 0.3s;
    z-index: 0; }
    .page-sidebar .opener-label.label-has-value {
      min-width: 225px;
      width: auto;
      padding-right: 0; }
      .page-sidebar .opener-label.label-has-value .sidebar-opener-label-text {
        line-height: 3.3rem; }
    .page-sidebar .opener-label .sidebar-opener-label-text {
      margin-right: 15px; }
    .page-sidebar .opener-label .sidebar-opener-label-value {
      display: inline-block;
      width: 30px;
      height: 30px;
      line-height: 3.3rem;
      border-radius: 50%;
      font-size: 1.5rem;
      color: #000000;
      opacity: 1; }
      .page-sidebar .opener-label .sidebar-opener-label-value:empty {
        opacity: 0; }
  .page-sidebar .sidebar-link {
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s; }
    .page-sidebar .sidebar-link:before {
      line-height: 50px;
      font-size: 2.5rem;
      width: 100%; }
    .page-sidebar .sidebar-link.hover + .opener-label,
    .page-sidebar .sidebar-link:hover + .opener-label {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
    .page-sidebar .sidebar-link.hover + .opener-label {
      height: calc( 100% + 1px);
      border-bottom: 1px solid #323232; }
  .page-sidebar .sidebar-content {
    display: none; }
    .page-sidebar .sidebar-content.opened {
      display: block; }
  .page-sidebar .sidebar-close-button {
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
    margin-bottom: 30px; }
    .page-sidebar .sidebar-close-button:before {
      font-size: 2.4rem; }
  .page-sidebar .sidebar-sub-heading {
    margin-bottom: 10px;
    color: #ffffff; }
  .page-sidebar .sidebar-heading {
    margin-bottom: 40px;
    font-size: 1.6rem; }
  .page-sidebar .sidebar-tab-body {
    width: calc( 100% - (10px*8)); }
    .page-sidebar .sidebar-tab-body.global-links .global-heading {
      line-height: 2rem;
      text-align: right;
      width: 50%;
      margin-top: -2px; }
    .page-sidebar .sidebar-tab-body.global-links .global-body {
      width: 50%; }
  .page-sidebar .sidebar-tab-form-confirmation {
    margin-top: 30px;
    margin-bottom: 30px; }
  .page-sidebar .sidebar-content-contact .sidebar-tab-body,
  .page-sidebar .sidebar-content-share .sidebar-tab-body,
  .page-sidebar .sidebar-content-info .sidebar-tab-body,
  .page-sidebar .sidebar-content-info-eagle .sidebar-tab-body,
  .page-sidebar .sidebar-content-contact-eagle .sidebar-tab-body,
  .page-sidebar .sidebar-content-info-eagle-contact .sidebar-tab-body,
  .page-sidebar .sidebar-content-downloads .sidebar-tab-body {
    width: 100%; }
  .page-sidebar .sidebar-content-contacts .sidebar-tab-body {
    height: 70px; }
  .page-sidebar .sidebar-content-contacts .sidebar-sub-heading {
    margin-bottom: 30px; }
  .page-sidebar .sidebar-content-contacts .sidebar-heading {
    margin-bottom: 0; }
  .page-sidebar .sidebar-content-dealers .sidebar-tab-body {
    height: 70px; }
  .page-sidebar .sidebar-content-dealers .sidebar-sub-heading {
    margin-bottom: 30px; }
  .page-sidebar .sidebar-content-dealers .dealers-list {
    position: relative; }
  .page-sidebar .sidebar-content-global .global-item {
    margin-bottom: 10px; }
  .page-sidebar .sidebar-content-global .global-link {
    margin-left: 1.5em; }
  .page-sidebar .download-group {
    margin-bottom: 20px; }
    .page-sidebar .download-group:first-child {
      margin-top: 30px; }
  .page-sidebar .donwload-group-label {
    font-size: 12px;
    margin-bottom: 10px; }
  .page-sidebar .product-sidebar-download-button {
    position: relative;
    display: block;
    padding: 1.2rem 1em 1rem 1em;
    min-height: 46px;
    line-height: 2.4rem;
    font-size: 12px;
    color: #858b8c;
    border-bottom: 1px solid #dbdbdb; }
    .page-sidebar .product-sidebar-download-button:after {
      content: '\EA17';
      display: block;
      font-family: "Symbols";
      font-size: 2.4rem;
      line-height: 4.6rem;
      height: 4.6rem;
      width: 4.6rem;
      color: transparent;
      position: absolute;
      right: 0;
      top: 0;
      text-align: center; }
    .page-sidebar .product-sidebar-download-button:hover {
      background-color: #eeeeee; }
      .page-sidebar .product-sidebar-download-button:hover:after {
        color: #66d43d; }
  .page-sidebar .share-posts {
    left: 0; }
  .page-sidebar .sidebar-share-heading {
    margin-bottom: 40px;
    padding-left: 2.8em; }
  .page-sidebar .post-share-link {
    margin-bottom: 20px;
    height: 2.8rem;
    line-height: 2.8rem;
    font-size: 2.8rem; }
    .page-sidebar .post-share-link .icon-label {
      line-height: 3rem;
      height: 3rem;
      font-size: 1.4rem; }

body.network-blog-4 .page-sidebar .opener-label {
  width: 310px; }

.history-sidebar .history-calendar-heading {
  line-height: 2rem;
  font-size: 1.2rem; }

.history-sidebar .history-calendar-item {
  margin-bottom: 20px; }

.history-sidebar .history-calendar-link {
  line-height: 2rem;
  font-size: 1.7rem; }
  .history-sidebar .history-calendar-link:hover {
    font-weight: 500; }

@media (min-width: 100px) {
  .page-sidebar {
    position: fixed;
    z-index: 6;
    top: 0;
    left: 100%;
    height: 100vh; }
    .page-sidebar .sidebar-navigation {
      position: relative;
      top: 50%;
      left: -50px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .sidebar-opened .page-sidebar {
      left: calc( 100% - (10px*45)); }
    .sidebar-opened .page-sidebar.history-sidebar {
      left: calc( 100% - (10px*50)); }
    .page-sidebar .sidebar-tabs {
      position: absolute;
      top: 0;
      width: 450px;
      margin-left: 0;
      height: 100vh;
      overflow: auto;
      padding: 30px 40px; }
    .page-sidebar .sidebar-item:not(:last-child) {
      border-bottom: 1px solid #323232; }
    .page-sidebar.history-sidebar .sidebar-tabs {
      width: 500px; } }

@media (max-width: 767px) {
  .sidebar-opener-label-value {
    margin-left: 15px;
    margin-top: 9px;
    width: 30px;
    height: 30px;
    line-height: 33px;
    border-radius: 50%;
    color: #000000;
    opacity: 1; }
    .sidebar-opener-label-value:empty {
      opacity: 0; }
  .page-sidebar .sidebar-tab-body {
    width: calc( 100% - (10px*8)); }
    .page-sidebar .sidebar-tab-body.global-links .global-heading {
      width: 100%;
      margin-left: 1.5em;
      text-align: left; }
    .page-sidebar .sidebar-tab-body.global-links .global-body {
      width: 100%; } }

/* Sidebar - @end */
/*********************
FOOTER STYLES
*********************/
/* Footer - @begin */
.main-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  min-height: 400px; }

.main-footer-row {
  position: relative;
  min-height: 80px; }

.main-footer-inner-wrapper {
  position: relative;
  min-height: 320px;
  padding-top: 60px; }

.footer-logo .logo {
  margin-left: 10px;
  display: inline-block;
  width: 60px;
  height: 82px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: transparent url("../images/footer-logo.png") no-repeat scroll 50%;
  background-size: 100%; }

.footer-logo.footer-logo-fr .logo {
  background: transparent url("../images/ICA-footer-logo.png") no-repeat scroll 50%;
  background-size: 100%; }

.footer-logo.footer-logo-us .logo {
  background: transparent url("../images/IPC-eagle-footer.png") no-repeat scroll 50%;
  background-size: contain; }

.footer-logo.footer-logo-in .logo {
  background: transparent url("../images/IPC-india-footer.png") no-repeat scroll 50%;
  background-size: contain; }

body.network-blog-4 .logo {
  background: transparent url("../images/footer-logo-gansow.png") no-repeat scroll 50%;
  background-size: 100%; }

.footer-main-menu-column {
  margin-bottom: 30px; }

.footer-menu-list {
  margin: 0; }

.footer-menu-item {
  margin-bottom: 20px; }
  .footer-menu-item:last-child {
    margin-bottom: 0; }

.footer-phone-number {
  margin-top: 20px;
  font-weight: 500; }

.social-menu-heading,
.footer-menu-voice {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500; }

.social-menu-heading {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 15px; }

.social-menu-list .footer-menu-link {
  height: 40px;
  line-height: 2.4rem;
  font-size: 3.4rem; }
  .social-menu-list .footer-menu-link:before {
    line-height: 3rem;
    height: 40px; }
  .social-menu-list .footer-menu-link .icon-label {
    font-size: 1.4rem; }

.social-menu-list .footer-app-icon img {
  max-width: 135px; }

.footer-global-column .footer-menu-item {
  height: 20px; }

.footer-global-column .global-opener {
  height: 20px;
  font-size: 1.8rem;
  line-height: 2rem; }
  .footer-global-column .global-opener .icon-label {
    font-size: 1.4rem; }

.footer-legals {
  font-size: 1.2rem;
  line-height: 1.2; }

.footer-legal-row {
  padding-left: 1em; }
  .footer-legal-row:first-child {
    padding-left: 0; }

.footer-legal-link {
  padding-right: 1em; }
  .footer-legal-link:last-child {
    padding-right: 0; }

.footer-social-column {
  padding-left: 0;
  padding-right: 0; }

/* end .footer-links */
/* Footer - @end */
/*********************
CARDS STYLES
*********************/
.map-container {
  height: 798px;
  position: relative; }
  .map-container img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute; }

.cards-container {
  border-top: 1px solid #DFDFDF;
  height: 797px;
  overflow: auto;
  transform: translate3d(0, 0, 0); }

.card .card-body {
  border-top: 1px solid #DFDFDF;
  margin-top: -1px; }
  .card .card-body:first-child {
    border-top: 0;
    margin-top: 0; }

.page-network .page-sub-heading a {
  color: #66d43d !important; }
  .page-network .page-sub-heading a:hover {
    color: #57b334 !important; }

.network-blog-2 .map-container svg {
  padding-top: 35px; }

.zipcode-search {
  position: relative;
  height: 48px;
  color: #ffffff; }

.zipcode-icon {
  float: left;
  width: 60px;
  height: 100%;
  line-height: 46px;
  font-size: 2.5em;
  cursor: pointer; }

.zipcode-input {
  top: 1px;
  left: 61px;
  height: 48px;
  line-height: 4.8rem;
  border: 0 none !important;
  background-color: transparent !important;
  font-size: 1.7rem; }

.no-zip-found {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.15s, opacity 0.15s linear; }

.service-manual-card {
  padding-bottom: 2rem; }
  .service-manual-card .service-manuals-product-column {
    border: 3px solid #ffffff; }
    .service-manual-card .service-manuals-product-column:hover {
      border: 3px solid #5CD626;
      cursor: pointer; }
      .service-manual-card .service-manuals-product-column:hover .plus-icon .icon-container {
        padding-right: 5px; }
        .service-manual-card .service-manuals-product-column:hover .plus-icon .icon-container .icon-ipc-plus {
          text-align: right;
          display: inline-block !important; }
    .service-manual-card .service-manuals-product-column.selected {
      border: 3px solid #5CD626; }
      .service-manual-card .service-manuals-product-column.selected .plus-icon .icon-container {
        padding-right: 5px; }
        .service-manual-card .service-manuals-product-column.selected .plus-icon .icon-container .icon-ipc-minus {
          text-align: right;
          display: inline-block !important; }
        .service-manual-card .service-manuals-product-column.selected .plus-icon .icon-container .icon-ipc-plus {
          display: none !important; }

.network-premium-card {
  padding-bottom: 2rem; }
  .network-premium-card .network-premium-handler.multiple {
    margin-bottom: 25px; }

.service-manuals-downloads-container {
  display: none;
  position: absolute;
  z-index: 2; }
  .service-manuals-downloads-container .detail-arrow {
    position: relative;
    background-image: url(../images/detail-arrow.png);
    background-size: cover;
    height: 18px;
    width: 36px;
    margin-top: -14px; }
  .service-manuals-downloads-container .service-manuals-downloads-container-inner-inner {
    background-color: #ffffff;
    padding: 20px; }
    .service-manuals-downloads-container .service-manuals-downloads-container-inner-inner .preloader {
      display: flex;
      align-items: center;
      justify-content: center; }
      .service-manuals-downloads-container .service-manuals-downloads-container-inner-inner .preloader img {
        width: 60px;
        height: 60px; }
    .service-manuals-downloads-container .service-manuals-downloads-container-inner-inner .service-manuals-list .downloads-item {
      border-top: 0px; }
      .service-manuals-downloads-container .service-manuals-downloads-container-inner-inner .service-manuals-list .downloads-item:nth-child(odd) {
        background-color: #f8f8f8; }

@media only screen and (min-width: 767px) {
  .network-premium-card .top-padded {
    padding-top: 55px; }
  .network-premium-card .bottom-padded {
    padding-bottom: 25px; } }

@media only screen and (max-width: 767px) {
  .service-manual-card {
    text-align: center; }
    .service-manual-card .finder-solution-product-image img {
      margin: 0px auto; }
    .service-manual-card .service-manuals-product-heading {
      margin-bottom: 10px; }
  .network-premium-card .network-premium-card-inner {
    padding: 30px 30px 30px 30px; }
    .network-premium-card .network-premium-card-inner .service-manuals-product-heading {
      margin-bottom: 20px; }
    .network-premium-card .network-premium-card-inner .handler-label {
      padding-left: 0 !important;
      text-align: left !important;
      margin-bottom: 20px; }
    .network-premium-card .network-premium-card-inner .network-premium-handler .handler-name {
      margin-bottom: 5px; }
  .network-premium-card .finder-solution-product-image img {
    margin: 0px auto; }
  .service-manuals-downloads-container .service-manuals-downloads-container-inner {
    padding-left: 2rem;
    padding-right: 2rem; }
    .service-manuals-downloads-container .service-manuals-downloads-container-inner .service-manuals-downloads-container-inner-inner {
      padding: 5px; }
      .service-manuals-downloads-container .service-manuals-downloads-container-inner .service-manuals-downloads-container-inner-inner .service-manuals-list .downloads-item {
        text-align: center; }
        .service-manuals-downloads-container .service-manuals-downloads-container-inner .service-manuals-downloads-container-inner-inner .service-manuals-list .downloads-item .accordion-item-heading {
          text-align: left; }
        .service-manuals-downloads-container .service-manuals-downloads-container-inner .service-manuals-downloads-container-inner-inner .service-manuals-list .downloads-item .download-button {
          margin-top: 15px;
          margin-bottom: 5px;
          float: none; } }

/* Base - @end */
/* ClearFix - @begin */
.cf:after {
  content: "";
  display: table;
  clear: both; }

/* ClearFix - @end */
/* Floats - @begin */
.to-left {
  float: left; }

.to-right {
  float: right; }

/* Floats - @end */
/* Centering - @begin */
.center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.centered {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.absolute-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.absolute-middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.absolute-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

/* Centering - @end */
/* Sizing - @begin */
.full {
  width: 100%; }

.half {
  width: 50%; }

.one-third {
  width: 33.33%; }
  .one-third:nth-child(3n) {
    width: 33.34%; }

.two-third {
  width: 66%; }

.one-fourth {
  width: 25%; }

.three-fourth {
  width: 75%; }

.one-fifth {
  width: 20%; }

.one-sixth {
  width: 16.6665%; }

.pad-0 {
  padding: 0; }

.pad-10 {
  padding: 10px; }

.pad-10-10-0 {
  padding: 10px 10px 0; }

.pad-0-10 {
  padding: 0 10px; }

.margin-0 {
  margin: 0; }

.margin-0-10 {
  margin: 0 10px; }

/* Sizing - @end */
/* Display/Visibility/Positioning - @begin */
.hidden {
  display: none !important; }

.invisible {
  visibility: hidden !important; }

.block {
  display: block; }

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

.tmp-block {
  position: relative !important;
  display: block !important;
  visibility: visible !important; }
  .tmp-block:after {
    content: "";
    display: table;
    clear: both; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.static {
  position: static; }

/* Display/Visibility - @end */
/* Ratios - @begin */
.ratio {
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: top; }
  .ratio:before {
    position: relative;
    z-index: 1;
    content: '';
    display: block; }
  .ratio > .ratio-content {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden; }
    .ratio > .ratio-content.no-crop {
      overflow: visible; }

.ratio-1x1:before {
  padding-top: 100% ; }

.ratio-2x1:before {
  padding-top: 50% ; }

.ratio-3x1:before {
  padding-top: 33.3333333333% ; }

.ratio-4x3:before {
  padding-top: 75% ; }

.ratio-16x9:before {
  padding-top: 56.25% ; }

.ratio-16x10:before {
  padding-top: 62.5% ; }

.ratio-1440x690:before {
  padding-top: 47.9166666667% ; }

.ratio-1440x845:before {
  padding-top: 58.6805555556% ; }

.ratio-1440x810:before {
  padding-top: 56.25% ; }

.ratio-1440x860:before {
  padding-top: 59.7222222222% ; }

.ratio-160x140:before {
  padding-top: 87.5% ; }

.ratio-340x570:before {
  padding-top: 167.647058824% ; }

.ratio-340x420:before {
  padding-top: 123.529411765% ; }

.ratio-340x330:before {
  padding-top: 97.0588235294% ; }

.ratio-340x310:before {
  padding-top: 91.1764705882% ; }

.ratio-510x200:before {
  padding-top: 39.2156862745% ; }

/* Ratios - @end */
/* Misc - @begin */
.pointer {
  cursor: pointer; }

/* Misc - @end */
/* Debug - @begin */
.debug {
  border: 1px dashed orange !important; }
  .debug .debug.debug.debug {
    border: 1px dashed deeppink !important; }
    .debug .debug.debug.debug .debug.debug.debug {
      border: 1px dashed chartreuse !important; }
      .debug .debug.debug.debug .debug.debug.debug .debug.debug.debug {
        border: 1px dashed darkcyan !important; }

/* Debug - @end */
/* mixin for multiline */
.multiline-ellipsis {
  overflow: hidden;
  position: relative;
  line-height: 26.4px;
  max-height: 52.8px;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em; }
  .multiline-ellipsis:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0; }
  .multiline-ellipsis:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white; }

/* Colors - @begin */
.text-white,
a.text-white {
  color: #ffffff; }

a.text-white:hover {
  color: #e6e5e5; }

a.hover-white:hover {
  color: #ffffff !important; }

.text-black,
a.text-black {
  color: #000000; }

a.text-black:hover {
  color: #1a1919; }

a.hover-black:hover {
  color: #000000 !important; }

.text-grey,
a.text-grey {
  color: #eeeeee; }

a.text-grey:hover {
  color: #d5d4d4; }

a.hover-grey:hover {
  color: #eeeeee !important; }

.text-grey-medium-lite,
a.text-grey-medium-lite {
  color: #858b8c; }

a.text-grey-medium-lite:hover {
  color: #6c7172; }

a.hover-grey-medium-lite:hover {
  color: #858b8c !important; }

.text-grey-medium-mid,
a.text-grey-medium-mid {
  color: #8e8e8e; }

a.text-grey-medium-mid:hover {
  color: #757474; }

a.hover-grey-medium-mid:hover {
  color: #8e8e8e !important; }

.text-grey-medium-liter,
a.text-grey-medium-liter {
  color: #9e9e9e; }

a.text-grey-medium-liter:hover {
  color: #b8b7b7; }

a.hover-grey-medium-liter:hover {
  color: #9e9e9e !important; }

.text-grey-medium-deep,
a.text-grey-medium-deep {
  color: #646464; }

a.text-grey-medium-deep:hover {
  color: #4b4a4a; }

a.hover-grey-medium-deep:hover {
  color: #646464 !important; }

.text-grey-dark,
a.text-grey-dark {
  color: #272727; }

a.text-grey-dark:hover {
  color: #0e0d0d; }

a.hover-grey-dark:hover {
  color: #272727 !important; }

.text-grey-dark-lite,
a.text-grey-dark-lite {
  color: #323232; }

a.text-grey-dark-lite:hover {
  color: #191818; }

a.hover-grey-dark-lite:hover {
  color: #323232 !important; }

.text-green,
a.text-green {
  color: #66d43d; }

a.text-green:hover {
  color: #4fb628; }

a.hover-green:hover {
  color: #66d43d !important; }

/* Colors - @end */
/* Colors - @begin */
.bg-white {
  background-color: #ffffff; }

.bg-white-hover:hover {
  background-color: #e6e5e5; }

.bg-optic-white {
  background-color: #fafaf9; }

.bg-optic-white-hover:hover {
  background-color: #e3e3dd; }

.bg-black {
  background-color: #000000; }

.bg-black-hover:hover {
  background-color: #1a1919; }

.bg-optic-black {
  background-color: #131313; }

.bg-optic-black-hover:hover {
  background-color: #2d2c2c; }

.bg-optic-black-lite {
  background-color: #181818; }

.bg-optic-black-lite-hover:hover {
  background-color: #323131; }

.bg-grey-lightest {
  background-color: #f4f4f4; }

.bg-grey-lightest-hover:hover {
  background-color: #dbdada; }

.bg-grey-light {
  background-color: #e4e4e4; }

.bg-grey-light-hover:hover {
  background-color: #cbcaca; }

.bg-grey-light-lite {
  background-color: #eeeeee; }

.bg-grey-light-lite-hover:hover {
  background-color: #d5d4d4; }

.bg-grey {
  background-color: #eeeeee; }

.bg-grey-hover:hover {
  background-color: #d5d4d4; }

.bg-grey-medium {
  background-color: #717171; }

.bg-grey-medium-hover:hover {
  background-color: #585757; }

.bg-grey-medium-deep {
  background-color: #646464; }

.bg-grey-medium-deep-hover:hover {
  background-color: #4b4a4a; }

.bg-grey-medium-lite {
  background-color: #858b8c; }

.bg-grey-medium-lite-hover:hover {
  background-color: #6c7172; }

.bg-grey-dark-lite {
  background-color: #323232; }

.bg-grey-dark-lite-hover:hover {
  background-color: #191818; }

.bg-grey-dark {
  background-color: #272727; }

.bg-grey-dark-hover:hover {
  background-color: #0e0d0d; }

.bg-grey-dark-deep {
  background-color: #181818; }

.bg-grey-dark-deep-hover:hover {
  background-color: #323131; }

.bg-green {
  background-color: #66d43d; }

.bg-green-hover:hover {
  background-color: #4fb628; }

.bg-green-medium {
  background-color: #61c93a; }

.bg-green-medium-hover:hover {
  background-color: #4da32d; }

.bg-green-dark {
  background-color: #57b334; }

.bg-green-dark-hover:hover {
  background-color: #448b29; }

.bg-gradient.gradient-vertical.white-1-to-grey-99 {
  background: linear-gradient(to bottom, #ffffff 1%, #ffffff 1%, #eeeeee 99%, #eeeeee 99%); }

.bg-gradient.gradient-horizontal.white-1-to-grey-99 {
  background: linear-gradient(to right, #ffffff 1%, #ffffff 1%, #eeeeee 99%, #eeeeee 99%); }

.bg-gradient.gradient-vertical.white-33-to-grey-99 {
  background: linear-gradient(to bottom, #ffffff 1%, #ffffff 33%, #eeeeee 99%, #eeeeee 99%); }

.bg-gradient.gradient-horizontal.white-33-to-grey-99 {
  background: linear-gradient(to right, #ffffff 1%, #ffffff 33%, #eeeeee 99%, #eeeeee 99%); }

.bg-gradient.gradient-vertical.black-1-to-grey-dark-60 {
  background: linear-gradient(to bottom, #000000 1%, #000000 1px, #272727 60px, #272727 99%); }

.bg-gradient.gradient-horizontal.black-1-to-grey-dark-60 {
  background: linear-gradient(to right, #000000 1%, #000000 1px, #272727 60px, #272727 99%); }

.bg-gradient.gradient-vertical.green-1-to-transparent-90 {
  background: linear-gradient(to bottom, #66d43d 1%, #66d43d 1px, transparent 90px, transparent 99%); }

.bg-gradient.gradient-horizontal.green-1-to-transparent-90 {
  background: linear-gradient(to right, #66d43d 1%, #66d43d 1px, transparent 90px, transparent 99%); }

/* Colors - @end */
/* Media Queries - @begin */
@media only screen and (max-width: 767px) {
  .main-content {
    padding-top: 0; }
  .main-header-wrapper {
    height: 80px; }
  .no-mobile.no-mobile {
    display: none !important; }
  .phablet-down.phablet-down {
    display: block; }
    .phablet-down.phablet-down.inline-block {
      display: inline-block; }
    .phablet-down.phablet-down.inline {
      display: inline; }
    .phablet-down.phablet-down.hidden {
      display: none; }
  .product-header {
    margin-top: 0;
    min-height: 0; }
    .product-header .ratio {
      height: auto; }
    .product-header .ratio:before {
      display: none; }
    .product-header .ratio-content {
      position: relative;
      height: 100%; }
    .product-header .product-header-inner-wrapper {
      position: relative;
      top: 0;
      padding: 20px 0 40px;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
      .product-header .product-header-inner-wrapper .breadcrumb,
      .product-header .product-header-inner-wrapper .product-heading,
      .product-header .product-header-inner-wrapper .product-sub-heading,
      .product-header .product-header-inner-wrapper .product-excerpt {
        margin-left: 20px;
        margin-right: 20px; }
      .product-header .product-header-inner-wrapper .etichetta-energetica,
      .product-header .product-header-inner-wrapper .sub-heading-etichetta {
        margin-left: 20px;
        margin-right: 20px; }
    .product-header .product-heading {
      font-size: 4.5rem; }
  .product-features .section-body {
    padding-left: 10px;
    padding-right: 10px; }
  .mobile-feature-opener {
    height: 50px;
    position: relative; }
    .mobile-feature-opener .icon {
      margin-top: 15px; }
    .mobile-feature-opener .icon,
    .mobile-feature-opener .icon:after {
      line-height: 20px;
      height: 20px; }
    .mobile-feature-opener .mobile-feature-opener-link {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; }
    .mobile-feature-opener.opened .icon {
      color: #66d43d; }
      .mobile-feature-opener.opened .icon:before {
        content: '\f106'; }
    .mobile-feature-opener.opened + .product-features {
      min-height: 550px;
      height: auto; }
  .product-variants-filters {
    padding: 10px; }
  .product-variants-filters-list {
    margin: 0;
    width: 100%; }
  .product-variants-filters-item {
    padding-right: 0; }
  .product-variants-filter-heading {
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    line-height: 1.2rem; }
    .product-variants-filter-heading:after {
      content: '\EA1C';
      font-family: "Symbols";
      position: absolute;
      right: 0; }
    .product-variants-filter-heading.filter-opened:after {
      content: '\EA1D'; }
    .product-variants-filter-heading .icon:before {
      content: '\f111';
      font-size: 1rem;
      color: transparent; }
    .product-variants-filter-heading.filter-checked .icon:before {
      color: #66d43d; }
  .product-variants-filter-list {
    overflow: hidden;
    height: 0; }
    .filter-opened + .product-variants-filter-list {
      height: auto;
      padding-bottom: 20px; }
  .product-variants-table-opener {
    padding-top: 15px;
    padding-bottom: 15px; }
  .product-variants-table-opener {
    height: 50px; }
  .product-variants-table,
  .product-variants-table-body,
  .product-variants-table-row,
  .product-variants-table-cell {
    display: block;
    text-align: left; }
  .product-variants-table-row {
    padding: 10px; }
  .product-variants-table-cell {
    padding: 0 0 10px;
    font-size: 1.5rem; }
    .product-variants-table-cell:last-child {
      padding-bottom: 0;
      padding-top: 10px;
      border-top: 1px solid #e4e4e4; }
  .product-variants-table-header {
    display: none; }
  .product-variants-table-row {
    height: auto; }
  .product-gallery.ratio:before {
    padding-top: 100%; }
  .innovation-videos-row .page-section-header,
  .product-in-action .page-section-header {
    padding-top: 30px;
    padding-bottom: 30px; }
  .innovation-videos-row .section-body,
  .product-in-action .section-body {
    padding-bottom: 40px; }
  .innovation-videos-row .in-action-video-column,
  .product-in-action .in-action-video-column {
    padding: 0; }
  .innovation-videos-row .in-action-video-list-column,
  .product-in-action .in-action-video-list-column {
    height: 70px; }
  .innovation-videos-row .video-list-button,
  .product-in-action .video-list-button {
    width: 30px;
    height: 100%; }
  .innovation-videos-row .video-list-button-label,
  .product-in-action .video-list-button-label {
    height: 70px;
    line-height: 70px; }
  .innovation-videos-row .video-prev-button .icon:before,
  .innovation-videos-row .video-next-button .icon:before,
  .product-in-action .video-prev-button .icon:before,
  .product-in-action .video-next-button .icon:before {
    font-family: "FontAwesome"; }
  .innovation-videos-row .video-prev-button .icon:before,
  .product-in-action .video-prev-button .icon:before {
    content: '\f104'; }
  .innovation-videos-row .video-next-button,
  .product-in-action .video-next-button {
    left: auto;
    right: 0; }
    .innovation-videos-row .video-next-button .icon:before,
    .product-in-action .video-next-button .icon:before {
      content: '\f105'; }
  .innovation-videos-row .video-list-inner-wrapper,
  .product-in-action .video-list-inner-wrapper {
    padding: 0; }
  .innovation-videos-row .videos-list,
  .product-in-action .videos-list {
    margin: 0;
    padding: 0; }
  .innovation-videos-row .videos-item,
  .product-in-action .videos-item {
    margin: 20px 30px;
    padding: 0; }
  .innovation-videos-row .video-image-wrapper,
  .product-in-action .video-image-wrapper {
    display: none; }
  .innovation-videos-row .video-caption,
  .product-in-action .video-caption {
    text-align: center; }
  .product-specifications {
    min-height: 0; }
    .product-specifications .product-section-tabs-navigation,
    .product-specifications .contacts-section-tabs-navigation {
      height: auto; }
    .product-specifications .product-section-tabs-item {
      border-bottom: 1px solid #ffffff; }
      .product-specifications .product-section-tabs-item:last-child {
        border-bottom: 0 none; }
    .product-specifications .section-tab-content {
      position: relative;
      top: 0;
      min-height: 0;
      height: auto; }
    .product-specifications .tech-specs-tab-content {
      padding-top: 30px;
      padding-bottom: 20px;
      background-image: none !important; }
    .product-specifications .tech-specs-wrap,
    .product-specifications .tech-specs-image-wrap,
    .product-specifications .tech-specs-image {
      position: relative;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    .product-specifications .tech-specs-note {
      display: none; }
    .product-specifications .product-section-tabs-link {
      position: relative;
      text-align: left;
      padding: 0 20px; }
      .product-specifications .product-section-tabs-link:after {
        content: '\EA0E';
        position: absolute;
        display: block;
        right: 0;
        height: 100%;
        font-family: "Symbols";
        text-align: center;
        top: 0;
        width: 3em; }
    .product-specifications .current .product-section-tabs-link:after {
      content: '\EA0F'; }
  .contacts-section-tabs-navigation .product-section-tabs-link.contacts-page-tabs-link {
    line-height: 20px;
    padding: 10px;
    height: 60px; }
  .solution-sidebar,
  .history-sidebar,
  .product-sidebar {
    left: 100%; }
    .sidebar-opened .solution-sidebar.page-sidebar, .sidebar-opened
    .history-sidebar.page-sidebar, .sidebar-opened
    .product-sidebar.page-sidebar {
      left: 0;
      width: 100vw; }
    .solution-sidebar .sidebar-close-button,
    .history-sidebar .sidebar-close-button,
    .product-sidebar .sidebar-close-button {
      margin-bottom: 15px; }
    .solution-sidebar .sidebar-navigation,
    .history-sidebar .sidebar-navigation,
    .product-sidebar .sidebar-navigation {
      width: 100%;
      margin: 0; }
    .solution-sidebar .sidebar-list,
    .history-sidebar .sidebar-list,
    .product-sidebar .sidebar-list {
      border-top: 1px solid #eeeeee;
      margin: 0; }
      .solution-sidebar .sidebar-list:after,
      .history-sidebar .sidebar-list:after,
      .product-sidebar .sidebar-list:after {
        content: "";
        display: table;
        clear: both; }
    .solution-sidebar .sidebar-item,
    .history-sidebar .sidebar-item,
    .product-sidebar .sidebar-item {
      margin-bottom: 0;
      padding-left: 1em;
      height: 50px;
      font-size: 2.4rem; }
      .solution-sidebar .sidebar-item:after,
      .history-sidebar .sidebar-item:after,
      .product-sidebar .sidebar-item:after {
        content: "";
        display: table;
        clear: both; }
      .solution-sidebar .sidebar-item.current,
      .history-sidebar .sidebar-item.current,
      .product-sidebar .sidebar-item.current {
        background-color: #717171; }
      .solution-sidebar .sidebar-item:not(.last-child),
      .history-sidebar .sidebar-item:not(.last-child),
      .product-sidebar .sidebar-item:not(.last-child) {
        border-bottom: 1px solid #323232; }
    .solution-sidebar .sidebar-link,
    .history-sidebar .sidebar-link,
    .product-sidebar .sidebar-link {
      width: 100%;
      height: 100%;
      line-height: 50px;
      padding-left: 2em; }
      .solution-sidebar .sidebar-link .icon-label,
      .history-sidebar .sidebar-link .icon-label,
      .product-sidebar .sidebar-link .icon-label {
        font-size: 1.4rem; }
    .solution-sidebar .sidebar-tabs,
    .history-sidebar .sidebar-tabs,
    .product-sidebar .sidebar-tabs {
      width: 100%;
      margin: 0 auto;
      height: 100vh;
      overflow: auto; }
      .sidebar-opened .solution-sidebar .sidebar-tabs, .sidebar-opened
      .history-sidebar .sidebar-tabs, .sidebar-opened
      .product-sidebar .sidebar-tabs {
        left: 0;
        padding: 20px; }
    .solution-sidebar .sidebar-content,
    .history-sidebar .sidebar-content,
    .product-sidebar .sidebar-content {
      display: none; }
      .solution-sidebar .sidebar-content.opened,
      .history-sidebar .sidebar-content.opened,
      .product-sidebar .sidebar-content.opened {
        display: block; }
    .solution-sidebar .sidebar-content-contacts .sidebar-tab-body,
    .history-sidebar .sidebar-content-contacts .sidebar-tab-body,
    .product-sidebar .sidebar-content-contacts .sidebar-tab-body {
      width: 100%; }
    .solution-sidebar .sidebar-content-contacts .sidebar-sub-heading,
    .history-sidebar .sidebar-content-contacts .sidebar-sub-heading,
    .product-sidebar .sidebar-content-contacts .sidebar-sub-heading {
      margin-bottom: 10px; }
    .solution-sidebar .sidebar-content-dealers .sidebar-tab-body,
    .history-sidebar .sidebar-content-dealers .sidebar-tab-body,
    .product-sidebar .sidebar-content-dealers .sidebar-tab-body {
      width: 100%; }
  .sidebar-opened .history-sidebar.page-sidebar .sidebar-tabs {
    width: 100vw; }
  .history-sidebar.phablet-down,
  .solutions-sidebar.phablet-down {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 4; }
  .main-footer-row {
    min-height: 140px; }
  .main-footer-inner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0; }
    .main-footer-inner-wrapper .logo {
      margin-left: 0; }
    .main-footer-inner-wrapper .footer-column {
      padding-right: 0; }
      .main-footer-inner-wrapper .footer-column:nth-child(1), .main-footer-inner-wrapper .footer-column:nth-child(2) {
        margin-top: 0; }
    .main-footer-inner-wrapper .footer-logo,
    .main-footer-inner-wrapper .footer-main-menu-column,
    .main-footer-inner-wrapper .footer-secondary-menu-column,
    .main-footer-inner-wrapper .footer-global-column {
      margin-bottom: 30px; }
    .main-footer-inner-wrapper .footer-social-column.footer-social-column-app {
      margin-bottom: 30px; }
    .main-footer-inner-wrapper .footer-global-list {
      width: 100% !important; }
  .footer-legal-row {
    display: block;
    margin-bottom: 6px;
    padding: 0 20px;
    line-height: 2rem; }
    .footer-legal-row:last-child {
      margin-bottom: 0; }
    .footer-legal-row:first-child {
      padding: 0 20px; }
  .solution-finder-wrapper {
    text-align: center; }
  .solution-finder-text,
  .solution-finder-link {
    line-height: 2rem;
    height: 2rem; }
  .solution-finder-text {
    display: block; }
  .solution-finder-link {
    float: none; }
    .solution-finder-link:before {
      line-height: 2rem; }
  .page-header-wrapper {
    min-height: 200px; }
  .page-inner-navigation-list {
    padding-left: 20px;
    padding-right: 20px; }
  .page-inner-navigation-item {
    padding-left: 0; }
  .innovations-section-header {
    padding-top: 40px;
    padding-bottom: 40px; }
  .fixed .innovations-navigation-heading-text {
    display: none; }
  .page-innovation .innovation-section {
    padding: 40px 10px 20px; }
  .page-innovation .innovation-section-row:first-child {
    margin-bottom: 40px; }
  .page-innovation .innovation-benefits-column {
    margin-top: 30px; }
  .page-innovation .innovation-heading-figure {
    padding-bottom: 20px; }
    .page-innovation .innovation-heading-figure .innovation-heading-image,
    .page-innovation .innovation-heading-figure .innovation-heading-caption {
      float: left; }
      .page-innovation .innovation-heading-figure .innovation-heading-image:after,
      .page-innovation .innovation-heading-figure .innovation-heading-caption:after {
        content: "";
        display: table;
        clear: both; }
    .page-innovation .innovation-heading-figure .innovation-heading-caption {
      width: auto;
      padding-left: 10px; }
      .page-innovation .innovation-heading-figure .innovation-heading-caption .innovation-heading-text {
        padding-top: 0; }
  .page-innovation .innovation-footer-list {
    padding: 0 10px; }
  .page-history .history-tile {
    padding-left: 20px;
    padding-right: 20px; }
  .page-history .history-tile-item-heading,
  .page-history .history-tile-item-text {
    padding-left: 15px;
    padding-right: 15px; }
  .page-sustainability .sustainability-section-body {
    padding-left: 10px;
    padding-right: 10px; }
  .page-sustainability .sustainability-section-header {
    padding-bottom: 20px; }
  .page-sustainability .sustainability-section-body-inner {
    padding-bottom: 40px; }
  .page-sustainability .sustainability-section-body-column:nth-child(2) {
    padding-left: 0;
    padding-right: 0; }
  .page-sustainability .sustainability-graph-wrapper:before {
    padding-top: 50%; }
  .page-sustainability .sustainability-graph-heading {
    font-size: 3.5rem; }
    .page-sustainability .sustainability-graph-heading .sustainability-graph-value {
      font-size: 8rem; }
  .page-sustainability .certification-attachment {
    position: relative;
    padding-right: 1.2em; }
    .page-sustainability .certification-attachment .icon {
      position: absolute;
      right: 0; }
  .page-global .global-section {
    padding-bottom: 60px; }
  .page-global .global-section-body {
    padding-left: 10px;
    padding-right: 10px; }
  .page-global .global-section-header {
    padding-top: 20px;
    padding-bottom: 20px; }
  .page-global .global-section-column:not(:first-child) {
    margin-top: 20px; }
  .page-products .categories-header-inner-wrapper,
  .page-categories .categories-header-inner-wrapper {
    margin-top: 0;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0; }
  .page-products .categories-heading,
  .page-products .categories-sub-heading,
  .page-categories .categories-heading,
  .page-categories .categories-sub-heading {
    padding-left: 20px;
    padding-right: 20px; }
  .page-products .categories-heading,
  .page-categories .categories-heading {
    margin-top: 50px; }
  .page-products .categories-filters-header,
  .page-products .categories-cards,
  .page-products .products-filters-header,
  .page-categories .categories-filters-header,
  .page-categories .categories-cards,
  .page-categories .products-filters-header {
    padding-left: 10px;
    padding-right: 10px; }
  .page-products .categories-cards,
  .page-categories .categories-cards {
    padding-top: 20px; }
  .page-products .filters-opener-wrapper,
  .page-categories .filters-opener-wrapper {
    margin-bottom: 15px; }
  .page-products .filters-founds .filters-founds-value,
  .page-products .filters-founds .filters-founds-text,
  .page-categories .filters-founds .filters-founds-value,
  .page-categories .filters-founds .filters-founds-text {
    display: block;
    height: 2rem;
    line-height: 2rem; }
  .page-products .categories-filters-body-inner-wrapper,
  .page-categories .categories-filters-body-inner-wrapper {
    padding-bottom: 10px; }
    .page-products .categories-filters-body-inner-wrapper .column,
    .page-categories .categories-filters-body-inner-wrapper .column {
      padding-left: 20px;
      padding-right: 20px; }
    .page-products .categories-filters-body-inner-wrapper .column:last-child,
    .page-categories .categories-filters-body-inner-wrapper .column:last-child {
      padding-top: 20px;
      text-align: center; }
    .page-products .categories-filters-body-inner-wrapper .column:nth-child(2),
    .page-categories .categories-filters-body-inner-wrapper .column:nth-child(2) {
      padding-top: 20px; }
    .page-products .categories-filters-body-inner-wrapper .product-variants-subfilters,
    .page-categories .categories-filters-body-inner-wrapper .product-variants-subfilters {
      margin-top: 10px; }
  .page-products .categories-header-inner-wrapper .page-heading,
  .page-categories .categories-header-inner-wrapper .page-heading {
    padding-top: 0 !important; }
  .page-faqs .faqs-navigation.faqs-navigation {
    padding-left: 0;
    padding-right: 0; }
  .page-innovations .innovations-navigation.innovations-navigation {
    padding-left: 0;
    padding-right: 0; }
  .cards-container {
    height: auto; }
  .search-result-item {
    max-height: none;
    height: auto; }
    .search-result-item .search-result-item-link:hover + .search-result-item-wrapper {
      background-color: #FFFFFF;
      color: #181818; }
    .search-result-item .search-result-column {
      max-height: none;
      height: auto;
      width: 100%;
      float: none; }
      .search-result-item .search-result-column .search-result-body p {
        max-height: none; }
    .search-result-item .search-result-figure {
      margin: auto;
      float: none;
      position: relative;
      display: block; } }

@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none; }
  .tablet-up.tablet-up {
    display: block; }
    .tablet-up.tablet-up.inline-block {
      display: inline-block; }
    .tablet-up.tablet-up.inline {
      display: inline; }
    .tablet-up.tablet-up.hidden {
      display: none; }
  .double-column {
    column-count: 2;
    column-gap: 2.5rem; } }

@media only screen and (max-width: 1024px) {
  .tablet-down.tablet-down {
    display: block; }
    .tablet-down.tablet-down.inline-block {
      display: inline-block; }
    .tablet-down.tablet-down.inline {
      display: inline; }
    .tablet-down.tablet-down.hidden {
      display: none; }
  .tablet-portrait-down.tablet-portrait-down {
    display: block; }
  .main-content {
    margin-bottom: 0; }
  .main-footer {
    position: relative; }
  .product-section:not(.product-gallery) {
    padding-left: 10px;
    padding-right: 10px; }
  .product-section-tabs-navigation {
    margin-left: -10px;
    margin-right: -10px; }
  .footer-global-column {
    margin-bottom: 30px; }
  .footer-social-column.footer-social-column-app {
    margin-bottom: 30px; }
  .footer-social-column {
    padding-left: 10px; }
  .footer-global-wrapper {
    text-align: left; }
  .page-products .categories-header-inner-wrapper,
  .page-categories .categories-header-inner-wrapper {
    margin-top: 0;
    margin-bottom: 50px; }
    .page-products .categories-header-inner-wrapper .page-heading,
    .page-categories .categories-header-inner-wrapper .page-heading {
      padding-top: 50px; }
  .page-history .history-tile:nth-child(odd) {
    padding-left: 20px; }
  .page-history .history-tile:nth-child(even) {
    padding-right: 20px; }
  .page-history .history-tile-item-heading,
  .page-history .history-tile-item-text {
    padding-left: 15px;
    padding-right: 15px; }
  .page-sustainability .sustainability-section-body {
    padding-left: 20px;
    padding-right: 20px; }
  .page-sustainability .sustainability-section-header {
    padding-bottom: 20px; }
  .page-sustainability .sustainability-section-body-inner {
    padding-bottom: 40px; }
  .page-sustainability .sustainability-section-body-column:nth-child(2) {
    padding-left: 0;
    padding-right: 0; }
  .page-sustainability .sustainability-graph-wrapper:before {
    padding-top: 50%; }
  .page-sustainability .sustainability-graph-heading {
    font-size: 4rem; }
    .page-sustainability .sustainability-graph-heading .sustainability-graph-value {
      font-size: 9.5rem; }
  .page-sustainability .certification-attachment {
    position: relative;
    padding-right: 1.2em;
    padding-left: 0; }
    .page-sustainability .certification-attachment .icon {
      position: absolute;
      right: 0;
      left: auto; }
  .page-global .global-section {
    padding-bottom: 60px; }
  .page-global .global-section-body {
    padding-left: 10px;
    padding-right: 10px; }
  .page-global .global-section-header {
    padding-top: 20px;
    padding-bottom: 20px; }
  .page-global .global-section-column:last-child {
    margin-top: 20px; }
  .page-innovations .innovations-section-header {
    padding-top: 40px;
    padding-bottom: 40px; }
  .page-innovations .innovations-navigation {
    padding-left: 10px;
    padding-right: 10px; }
  .page-innovation .innovation-section {
    padding: 40px 10px 20px; }
  .page-innovation .innovation-section-row:first-child {
    margin-bottom: 40px; }
  .page-innovation .innovation-heading-figure {
    padding-bottom: 20px; }
    .page-innovation .innovation-heading-figure .innovation-heading-image,
    .page-innovation .innovation-heading-figure .innovation-heading-caption {
      float: left; }
      .page-innovation .innovation-heading-figure .innovation-heading-image:after,
      .page-innovation .innovation-heading-figure .innovation-heading-caption:after {
        content: "";
        display: table;
        clear: both; }
    .page-innovation .innovation-heading-figure .innovation-heading-caption {
      width: auto;
      padding-left: 10px; }
      .page-innovation .innovation-heading-figure .innovation-heading-caption .innovation-heading-text {
        padding-top: 0; }
  .page-innovation .innovation-footer-list {
    padding: 0 10px; }
  .page-faqs .faqs-section {
    padding-left: 20px;
    padding-right: 20px; }
  .page-faqs .faqs-navigation {
    padding-left: 10px;
    padding-right: 10px; }
  .page-categories .categories-filters-body,
  .page-categories .categories-filters-header,
  .page-categories .products-filters-header,
  .page-categories .products-cards,
  .page-products .categories-filters-body,
  .page-products .categories-filters-header,
  .page-products .products-filters-header,
  .page-products .products-cards {
    padding-left: 10px;
    padding-right: 10px; }
  .page-categories .page-heading,
  .page-categories .page-sub-heading,
  .page-products .page-heading,
  .page-products .page-sub-heading {
    padding-left: 20px;
    padding-right: 20px; }
  .categories-header-inner-wrapper {
    padding: 0; }
  .categories-cards {
    padding-left: 10px;
    padding-right: 10px; }
  .finder-industries,
  .finder-solutions {
    padding-left: 10px;
    padding-right: 10px; }
  .finder-accordion-wrapper {
    padding-left: 20px;
    padding-right: 20px; }
  .product-specifications .section-tab-content {
    padding-left: 10px;
    padding-right: 10px; }
  .product-specifications .tech-specs-tab-content {
    padding-bottom: 20px;
    background-image: none !important; }
  .product-specifications .tech-specs-wrap,
  .product-specifications .tech-specs-image-wrap,
  .product-specifications .tech-specs-image {
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .product-specifications .tech-specs-note {
    display: none; }
  .equipment-content-wrap,
  .accessories-content-wrap {
    padding-left: 20px;
    padding-right: 20px; }
  .product-header .product-heading {
    font-size: 5rem; }
  .product-header .product-header-inner-wrapper .product-excerpt {
    padding-top: 30px; }
  .product-applications-tab {
    padding-top: 0; }
  .prod-application-slide-title-wrapper {
    margin-bottom: 30px; }
    .prod-application-slide-title-wrapper .arrow-prev,
    .prod-application-slide-title-wrapper .arrow-next {
      margin: 0 10px;
      height: 50px; }
      .prod-application-slide-title-wrapper .arrow-prev:before,
      .prod-application-slide-title-wrapper .arrow-next:before {
        margin: 9px 0;
        height: 32px;
        line-height: 3.2rem;
        font-size: 2rem; }
  .prod-slide-title {
    padding-left: 30px;
    padding-right: 30px; }
  .jobs-column,
  .contacts-column {
    padding-left: 20px;
    padding-right: 20px; }
  /* .page-excerpt {
    line-height: 2.5rem;
    font-size: 1.7rem;
} */ }

@media only screen and (min-width: 1030px) {
  .desktop-up.desktop-up {
    display: block; }
    .desktop-up.desktop-up.inline-block {
      display: inline-block; }
    .desktop-up.desktop-up.inline {
      display: inline; }
    .desktop-up.desktop-up.hidden {
      display: none; }
  a,
  button,
  .about-submenu .submenu-link-label,
  .carousel-figure-heading,
  .finder-card-heading,
  .product-sidebar-download-button:after,
  .fuzzy-search-label {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
  tr,
  .modal,
  .main-header:before,
  .main-navigation-wrapper,
  .submenulink .ratio:before,
  .other-products-button-text,
  .file-label-button,
  .input-submit,
  .slick-dots li button:before,
  .carousel-btn,
  .carousel-figure,
  .block-link,
  .sidebar-item,
  .sidebar-opener,
  .product-sidebar-download-button,
  .filters-opener-button,
  .fuzzy-results-item,
  .submenu-link {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s; }
  .svg-about-image {
    -webkit-transition: fill 0.3s;
    -moz-transition: fill 0.3s;
    transition: fill 0.3s; }
  .secondary-navigation {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .search-wrapper {
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s; }
  .main-navigation-item {
    -webkit-transition: opacity 0.3s, background-color 0.3s;
    -moz-transition: opacity 0.3s, background-color 0.3s;
    transition: opacity 0.3s, background-color 0.3s; }
  .search-result-item-wrapper,
  .submenu-button {
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s; }
  .input-text,
  .input-textarea {
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s; }
  .finder-card-link-container,
  .video-image-wrapper:after {
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    -moz-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s; }
  .page-sidebar {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s; }
  .input-label {
    -webkit-transition: font-size 0.3s, top 0.3s, line-height 0.3s, color 0.3s;
    -moz-transition: font-size 0.3s, top 0.3s, line-height 0.3s, color 0.3s;
    transition: font-size 0.3s, top 0.3s, line-height 0.3s, color 0.3s; }
  .categories-filter-button {
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s; }
  .categories-card-header {
    -webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s; }
  .wrap {
    width: 1024px; }
  .tablet-portrait-up.tablet-portrait-up {
    display: block; }
  .finder-solution-item-column.d-3of7 {
    width: 42.7%; } }

@media only screen and (max-width: 1030px) {
  .tablet-portrait-down.tablet-portrait-down,
  .mobile-header.mobile-header {
    display: block; }
  .main-content {
    padding-top: 0px; } }

@media only screen and (min-width: 1260px) {
  .wrap {
    width: 1240px; } }

@media only screen and (min-width: 1460px) {
  .wrap {
    width: 1440px; } }

/* Media Queries - @end */
/* perfect-scrollbar v0.6.10 */
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps-container.ps-in-scrolling {
  pointer-events: none; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px; }

.ps-container:hover.ps-in-scrolling {
  pointer-events: none; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999; }

/* Vendor overrides - @begin */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto; }

.always-visible.ps-container > .ps-scrollbar-x-rail,
.always-visible.ps-container > .ps-scrollbar-y-rail {
  opacity: 0.6; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #858b8c; }

.rounded-tabs-navigation .slick-list {
  border-radius: 25px; }

.videos-list .slick-list {
  height: 100% !important; }

.slick-slide {
  outline: none; }
  .slick-slide .vertical-image,
  .slick-slide .horizontal-image {
    display: inline-block; }

.slick-arrow {
  cursor: pointer; }

.slick-disabled {
  cursor: default;
  opacity: 0.5; }

.slick-dots {
  position: absolute;
  display: inline-block !important;
  margin: 0 auto;
  padding: 0;
  height: 30px;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  .slick-dots:after {
    content: "";
    display: table;
    clear: both; }
  .slick-dots li {
    margin-bottom: 0;
    display: inline-block;
    height: 30px;
    padding: 0; }
    .slick-dots li button {
      display: inline-block;
      width: 30px;
      height: 30px;
      padding: 10px;
      outline: none;
      border: 0 none;
      background-color: transparent;
      color: transparent;
      cursor: pointer; }
      .slick-dots li button:before {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-color: #858b8c;
        border-radius: 50%; }
  .slick-dots li button:before {
    background-color: #858b8c; }
  .slick-dots li:hover button:before {
    background-color: #272727; }
  .page-innovations .slick-dots li:hover button:before {
    background-color: #ffffff; }
  .slick-dots li.slick-active button:before {
    background-color: #66d43d; }

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-wrap .fancybox-close {
  top: 0;
  right: auto;
  left: 100%;
  width: 40px;
  height: 40px;
  line-height: 4rem;
  font-family: "Symbols";
  font-size: 2.4rem;
  text-align: center;
  color: #ffffff;
  background: #131313; }
  .fancybox-wrap .fancybox-close:before {
    content: "\EA07"; }
  .fancybox-wrap .fancybox-close:hover {
    color: #66d43d; }

.fancybox-wrap .fancybox-nav:hover span {
  opacity: 1; }

.fancybox-wrap .fancybox-nav span {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  height: 120px;
  width: 40px;
  line-height: 120px;
  font-family: "Symbols";
  font-size: 2.4rem;
  text-align: center;
  color: #ffffff;
  background-color: #131313;
  background-position: 0;
  background-image: none;
  visibility: visible;
  opacity: 0; }
  .fancybox-wrap .fancybox-nav span:hover {
    color: #66d43d; }

.fancybox-wrap .fancybox-prev span {
  left: 0; }
  .fancybox-wrap .fancybox-prev span:before {
    content: "\EA0C"; }

.fancybox-wrap .fancybox-next span {
  left: auto;
  right: 0; }
  .fancybox-wrap .fancybox-next span:before {
    content: "\EA0D"; }

.fancybox-wrap.fancybox-type-iframe .fancybox-nav {
  top: 80px;
  height: calc( 100% - (10px*16)); }

.fancybox-skin {
  border-radius: 0; }

@media (max-width: 920px) {
  .fancybox-wrap .fancybox-close {
    top: auto;
    right: 0;
    left: auto;
    bottom: 100%; }
  .fancybox-wrap .fancybox-nav span {
    opacity: 1;
    margin-top: -30px;
    height: 60px;
    width: 25px;
    line-height: 60px;
    font-size: 2rem;
    background-color: rgba(0, 0, 0, 0.8); } }

@media (min-width: 1030px) {
  .fancybox-nav span {
    -webkit-transition: color 0.3s, opacity 0.3s;
    -moz-transition: color 0.3s, opacity 0.3s;
    transition: color 0.3s, opacity 0.3s; } }

/* Vendor overrides - @end */
