/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}
img {
  max-width: 100%;
  height: auto;
}
code {
  overflow: scroll;
}
p {
  margin: 0;
}
hr {
  border: 0;
  height: 1px;
  background: #efefef;
}
ul.no-pad {
  padding-left: 20px;
}
body {
  width: 100vw;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #efefef;
}
body::-webkit-scrollbar-thumb {
  background-color: #bd2b0b;
  outline: 0;
  border-radius: 2.5px;
}
.EZView {
  z-index: 9999999 !important;
  background: rgba(0, 0, 0, 0.7);
}
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container.fluid {
  max-width: 2400px;
  padding: 0 20px;
}
@media (min-width: 1240px) {
  .container.fluid {
    padding: 0 60px;
  }
}
@media (min-width: 2440px) {
  .container.fluid {
    padding: 0;
  }
}
.container.fluid.no-pad {
  padding: 0;
}
.container.small {
  max-width: 800px;
}
.container:after {
  clear: both;
  display: table;
  content: "";
}
@media (min-width: 1280px) {
  .container {
    padding: 0;
  }
}
.grid {
  display: block;
}
.grid .grid__cell {
  display: block;
  margin: 0;
}
.grid .grid__cell:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -20px;
  }
  .grid.grid__middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid .grid__cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 20px;
  }
  .grid .grid__cell-1 {
    width: 8.3333333333%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .grid .grid__cell--push-1 {
    margin-left: 8.3333333333%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .grid .grid__cell-2 {
    width: 16.6666666667%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .grid .grid__cell--push-2 {
    margin-left: 16.6666666667%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .grid .grid__cell-3 {
    width: 25%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .grid .grid__cell--push-3 {
    margin-left: 25%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .grid .grid__cell-4 {
    width: 33.3333333333%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .grid .grid__cell--push-4 {
    margin-left: 33.3333333333%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .grid .grid__cell-5 {
    width: 41.6666666667%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .grid .grid__cell--push-5 {
    margin-left: 41.6666666667%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .grid .grid__cell-6 {
    width: 50%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .grid .grid__cell--push-6 {
    margin-left: 50%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .grid .grid__cell-7 {
    width: 58.3333333333%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .grid .grid__cell--push-7 {
    margin-left: 58.3333333333%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .grid .grid__cell-8 {
    width: 66.6666666667%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .grid .grid__cell--push-8 {
    margin-left: 66.6666666667%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .grid .grid__cell-9 {
    width: 75%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .grid .grid__cell--push-9 {
    margin-left: 75%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .grid .grid__cell-10 {
    width: 83.3333333333%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .grid .grid__cell--push-10 {
    margin-left: 83.3333333333%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .grid .grid__cell-11 {
    width: 91.6666666667%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .grid .grid__cell--push-11 {
    margin-left: 91.6666666667%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .grid .grid__cell-12 {
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .grid .grid__cell--push-12 {
    margin-left: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
@font-face {
  font-family: "Panton";
  font-style: normal;
  font-weight: normal;
  src: local("Panton"), url("../fonts/Panton-Regular.woff") format("woff");
}
@font-face {
  font-family: "Panton Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Panton Italic"), url("../fonts/Panton-Italic.woff") format("woff");
}
@font-face {
  font-family: "Panton Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Panton Bold"), url("../fonts/Panton-Bold.woff") format("woff");
}
@font-face {
  font-family: "Panton Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Panton Bold Italic"),
    url("../fonts/Panton-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Panton Icons A  Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Panton Icons A  Regular"),
    url("../fonts/PantonIconsA-Regular.woff") format("woff");
}
@font-face {
  font-family: "Panton Icons A Fill  Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Panton Icons A Fill  Regular"),
    url("../fonts/PantonIconsAFill-Regular.woff") format("woff");
}
@font-face {
  font-family: "Panton Icons B  Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Panton Icons B  Regular"),
    url("../fonts/PantonIconsB-Regular.woff") format("woff");
}
@font-face {
  font-family: "Panton Icons B Fill  Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Panton Icons B Fill  Regular"),
    url("../fonts/PantonIconsBFill-Regular.woff") format("woff");
}
@font-face {
  font-family: "Panton Icons C  Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Panton Icons C  Regular"),
    url("../fonts/PantonIconsC-Regular.woff") format("woff");
}
@font-face {
  font-family: "Panton Icons C Fill  Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Panton Icons C Fill  Regular"),
    url("../fonts/PantonIconsCFill-Regular.woff") format("woff");
}
@font-face {
  font-family: "Panton Icons D  Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Panton Icons D  Regular"),
    url("../fonts/PantonIconsD-Regular.woff") format("woff");
}
@font-face {
  font-family: "Panton Icons D Fill  Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Panton Icons D Fill  Regular"),
    url("../fonts/PantonIconsDFill-Regular.woff") format("woff");
}
@font-face {
  font-family: "Panton  Thin";
  font-style: normal;
  font-weight: normal;
  src: local("Panton  Thin"), url("../fonts/Panton-Thin.woff") format("woff");
}
@font-face {
  font-family: "Panton  ExtraLight";
  font-style: normal;
  font-weight: normal;
  src: local("Panton  ExtraLight"),
    url("../fonts/Panton-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Panton  Light";
  font-style: normal;
  font-weight: normal;
  src: local("Panton  Light"), url("../fonts/Panton-Light.woff") format("woff");
}
@font-face {
  font-family: "Panton  SemiBold";
  font-style: normal;
  font-weight: normal;
  src: local("Panton  SemiBold"),
    url("../fonts/Panton-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Panton ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: local("Panton  ExtraBold"),
    url("../fonts/Panton-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Panton Black";
  font-style: normal;
  font-weight: normal;
  src: local("Panton  Black"), url("../fonts/Panton-Black.woff") format("woff");
}
@font-face {
  font-family: "Panton ExtraBlack";
  font-style: normal;
  font-weight: normal;
  src: local("Panton  ExtraBlack"),
    url("../fonts/Panton-ExtraBlack.woff") format("woff");
}
@font-face {
  font-family: "Panton Thin Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Panton  Thin Italic"),
    url("../fonts/Panton-ThinItalic.woff") format("woff");
}
@font-face {
  font-family: "Panton ExtraLight Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Panton  ExtraLight Italic"),
    url("../fonts/Panton-ExtraLightItalic.woff") format("woff");
}
@font-face {
  font-family: "Panton  Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Panton  Light Italic"),
    url("../fonts/Panton-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "Panton  SemiBold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Panton  SemiBold Italic"),
    url("../fonts/Panton-SemiBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Panton Icons A  Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Panton Icons A  Bold"),
    url("../fonts/PantonIconsA-Bold.woff") format("woff");
}
@font-face {
  font-family: "Panton Icons A Fill  Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Panton Icons A Fill  Bold"),
    url("../fonts/PantonIconsAFill-Bold.woff") format("woff");
}
@font-face {
  font-family: "Panton Icons B  Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Panton Icons B  Bold"),
    url("../fonts/PantonIconsB-Bold.woff") format("woff");
}
@font-face {
  font-family: "Panton Icons B Fill  Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Panton Icons B Fill  Bold"),
    url("../fonts/PantonIconsBFill-Bold.woff") format("woff");
}
@font-face {
  font-family: "Panton Icons C  Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Panton Icons C  Bold"),
    url("../fonts/PantonIconsC-Bold.woff") format("woff");
}
@font-face {
  font-family: "Panton Icons C Fill  Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Panton Icons C Fill  Bold"),
    url("../fonts/PantonIconsCFill-Bold.woff") format("woff");
}
@font-face {
  font-family: "Panton Icons D  Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Panton Icons D  Bold"),
    url("../fonts/PantonIconsD-Bold.woff") format("woff");
}
@font-face {
  font-family: "Panton Icons D Fill  Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Panton Icons D Fill  Bold"),
    url("../fonts/PantonIconsDFill-Bold.woff") format("woff");
}
@font-face {
  font-family: "Panton  ExtraBold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Panton  ExtraBold Italic"),
    url("../fonts/Panton-ExtraBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Panton  Black Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Panton  Black Italic"),
    url("../fonts/Panton-BlackItalic.woff") format("woff");
}
@font-face {
  font-family: "Panton  ExtraBlack Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Panton  ExtraBlack Italic"),
    url("../fonts/Panton-ExtraBlackItalic.woff") format("woff");
}
html {
  font-size: 18px;
  font-family: "Panton", sans-serif;
  color: #424242;
}
@media (max-width: 1000px) {
  html {
    font-size: calc(14px + 0.4vw);
  }
}
body {
  font-size: 1rem;
  line-height: 1.3em;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
small {
  font-size: 75%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Panton", sans-serif;
  line-height: 1.2em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #bd2b0b;
}
.font-h1,
.font-h2,
.font-h3,
.font-h4,
.font-h5,
.font-h6 {
  font-family: "Panton", sans-serif;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 1.5rem;
  display: block;
}
h1,
.font-h1 {
  font-size: 2rem;
}
h2,
.font-h2 {
  font-size: 1.8rem;
}
h3,
.font-h3 {
  font-size: 1.6rem;
}
h4,
.font-h4 {
  font-size: 1.4rem;
}
h5,
.font-h5 {
  font-size: 1.2rem;
}
h6,
.font-h6 {
  font-size: 1rem;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
a {
  color: #bd2b0b;
  text-decoration: none;
  -webkit-transition: 0.35s color;
  transition: 0.35s color;
}
a:hover {
  text-decoration: underline;
}
.padding-sm {
  padding: 1rem 0;
}
.padding {
  padding: 2rem 0;
}
.padding-lg {
  padding: 3rem 0;
}
.margin {
  margin: 2rem 0;
}
.margin-top {
  margin-top: 20px;
}
@media (min-width: 1240px) {
  .margin-top {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .padding-sm {
    padding: 2rem 0;
  }
  .padding {
    padding: 4rem 0;
  }
  .padding-lg {
    padding: 6rem 0;
  }
  .margin {
    margin: 4rem 0;
  }
}
button,
.button {
  margin-bottom: 1.5rem;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1.5rem;
}
.red {
  color: #bd2b0b;
  font-weight: 600;
}
.white {
  color: #fff;
}
.redBackground {
  background-color: #bd2b0b;
}
.greyBackground {
  background-color: #efefef;
}
.whiteBackground {
  background-color: #fff;
}
table tr {
  vertical-align: top;
}
table ul {
  padding-left: 0;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.slideWrapper {
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  position: relative;
  left: 0;
}
.slideWrapper.open {
  position: relative;
  left: calc((100% - 60px) * -1);
  max-height: 100vh;
  overflow: hidden;
}
.slideWrapper.open:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 98;
  content: "";
}
.sideNav {
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  background: #fff;
  position: fixed;
  width: calc(100% - 60px);
  right: -100%;
  top: 0;
  display: block;
  height: 100vh;
  overflow-y: scroll;
}
.sideNav .languageSwitcher .searchIcon {
  display: none;
}
.sideNav .languageSwitcher .accountIcon {
  height: 24px;
  width: auto;
  display: block;
  margin: 0;
  padding: 0;
}
.sideNav .sideNavTitle {
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-bottom: 1px solid #efefef;
  color: #424242;
  font-family: "Panton  SemiBold";
  font-size: 1.8rem;
  margin-bottom: 0;
}
.sideNav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 30px;
}
.sideNav ul li a {
  display: block;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #efefef;
  padding: 0 20px;
}
.sideNav ul li.megaMenu ul {
  display: none;
}
.sideNav ul li.megaMenu ul .megaMenuWrapper li a {
  color: #424242;
  font-weight: 600;
  padding-left: 40px;
}
.sideNav ul li.megaMenu ul .megaMenuWrapper li img {
  display: none;
}
.sideNav ul li.megaMenu ul .megaMenuWrapper li ul {
  background: #fafafa;
}
.sideNav ul li.megaMenu ul .megaMenuWrapper li ul li a {
  border: none;
  color: #424242;
  font-weight: 300;
  padding-left: 50px;
}
.sideNav ul li.dropdownMenu ul {
  display: none;
  background: #fafafa;
}
.sideNav ul li.dropdownMenu ul li a {
  padding-left: 40px;
  border: none;
  color: #424242;
  font-weight: 300;
}
.sideNav ul li.singleMenu {
  border-bottom: 0;
}
.sideNav.open {
  right: 0;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  to {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    opacity: 0;
  }
  .fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
  }
  .fadeInLeft {
    opacity: 0;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
  }
  .fadeIn {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
  }
  .fadeIn.is-visible {
    opacity: 1;
    visibility: visible;
  }
}
.grey {
  background: #efefef;
}
.btn {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0 45px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #bd2b0b;
  color: #bd2b0b;
  overflow: hidden;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 300;
}
.btn.colored {
  background: #bd2b0b;
  color: #fff;
  border: 0;
}
.btn.invert {
  background: #bd2b0b;
  border-color: #fff;
  color: #fff;
}
.btn.grey {
  background: #424242;
  color: #fff;
  border-color: #424242;
}
.btn:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.25);
}
.btn.product-expander {
  margin: 0 auto;
  display: table;
  width: auto;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
  background: transparent;
  color: #424242;
  padding-right: calc(45px + 2rem);
}
.btn.product-expander:after {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: scaleY(-1) translateY(100%);
  transform: scaleY(-1) translateY(100%);
  margin-top: 20px;
  content: "^";
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.btn.product-expander.open:after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 5px;
}
@media (min-width: 1352px) {
  body {
    padding-top: 110px;
  }
}
#navBar {
  height: 60px;
  border-bottom: 1px solid #efefef;
}
@media (min-width: 1352px) {
  #navBar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99999;
  }
}
#navBar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  z-index: 99;
}
#navBar .container #navBarBrand {
  display: inline-block;
  height: 60px;
  padding: 10px 0;
}
#navBar .container #navBarBrand img {
  display: block;
  height: 100%;
}
#navBar .container .navBarNav {
  display: none;
}
#navBar .container .navBarSearchToggle {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: #efefef;
}
#navBar .container .navBarSearchToggle img {
  height: 40px;
  width: auto;
  margin: 10px;
  display: block;
}
#navBar .container .extraNav {
  display: none;
}
#navBar .container .navBarToggle {
  display: inline-block;
  height: 60px;
  width: 60px;
  padding: 10px;
  text-align: center;
  background: #bd2b0b;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#navBar .container .navBarToggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 35px;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  left: 12.5px;
}
#navBar .container .navBarToggle span:nth-child(1) {
  top: 15px;
}
#navBar .container .navBarToggle span:nth-child(2) {
  top: 27.5px;
}
#navBar .container .navBarToggle span:nth-child(3) {
  top: 40px;
}
#navBar .container .navBarToggle.open span:nth-child(1) {
  top: 27.5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#navBar .container .navBarToggle.open span:nth-child(2) {
  opacity: 0;
  left: -45px;
}
#navBar .container .navBarToggle.open span:nth-child(3) {
  top: 27.5px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#navBar .container:after {
  content: none;
}
@media (min-width: 1352px) {
  #navBar {
    height: 110px;
  }
  #navBar .container {
    padding: 0 60px;
  }
  #navBar .container .navBarSearchToggle {
    display: none;
  }
  #navBar .container #navBarBrand {
    display: inline-block;
    padding: 25px 40px 25px 0;
    height: 110px;
  }
  #navBar .container .navBarNav {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    height: 110px;
  }
  #navBar .container .navBarNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 110px;
    line-height: 110px;
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #navBar .container .navBarNav ul li {
    display: inline-block;
    position: static;
  }
  #navBar .container .navBarNav ul li a {
    display: block;
    padding: 0 20px;
    color: #424242;
  }
  #navBar .container .navBarNav ul li a:hover {
    color: #bd2b0b;
    text-decoration: none;
  }
  #navBar .container .navBarNav ul li ul {
    position: absolute;
    line-height: normal;
    height: auto;
    background-color: #fff;
    left: 0;
    width: 100%;
    border: 1px solid #efefef;
    border-top: 0;
    opacity: 0;
    left: -100%;
    -webkit-transition: opacity 0.35s linear;
    transition: opacity 0.35s linear;
  }
  #navBar .container .navBarNav ul li ul .megaMenuWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: calc(45px - 0.25rem);
  }
  #navBar .container .navBarNav ul li ul .megaMenuWrapper li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
  }
  #navBar .container .navBarNav ul li ul .megaMenuWrapper li img {
    display: block;
    max-width: 155px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0.5rem;
    height: auto;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }
  #navBar .container .navBarNav ul li ul .megaMenuWrapper li img:hover {
    opacity: 0.5;
  }
  #navBar .container .navBarNav ul li ul .megaMenuWrapper li a {
    color: #000;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    padding: 0;
  }
  #navBar .container .navBarNav ul li ul .megaMenuWrapper li a:hover {
    color: #bd2b0b;
  }
  #navBar .container .navBarNav ul li ul .megaMenuWrapper li ul {
    display: block;
    position: relative;
    border-bottom: 0;
    background: transparent;
    border: 0;
  }
  #navBar .container .navBarNav ul li ul .megaMenuWrapper li ul li {
    display: block;
    white-space: nowrap;
  }
  #navBar .container .navBarNav ul li ul .megaMenuWrapper li ul li a {
    color: #6f6f6f;
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
  #navBar .container .navBarNav ul li:hover ul {
    left: auto;
    display: block;
    opacity: 1;
  }
  #navBar .container .navBarNav ul li.megaMenu:hover ul {
    left: 0;
    display: block;
    opacity: 1;
  }
  #navBar .container .navBarNav ul li.dropdownMenu ul {
    width: auto;
    padding: 22.5px 0;
    padding-bottom: 12.5px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    text-align: left;
    min-width: 200px;
  }
  #navBar .container .navBarNav ul li.dropdownMenu ul a {
    color: #6f6f6f;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  #navBar .container .navBarNav ul li.dropdownMenu ul a:hover {
    color: #bd2b0b;
  }
  #navBar .container .navBarNav ul li.dropdownMenu ul li {
    display: block;
  }
  #navBar .container .navBarNav ul li.dropdownMenu ul li a {
    display: block;
    padding: 11.25px 20px;
  }
  #navBar .container .navBarToggle {
    display: none;
  }
  #navBar .container .navBarSearch form {
    width: calc(100% - 55px);
    margin-left: 0;
  }
  #navBar .container .navBarSearch form input {
    font-size: 2rem;
  }
  #navBar .container .navBarSearch .search,
  #navBar .container .navBarSearch .close {
    height: 55px;
    width: 55px;
  }
  #navBar .container .navBarSearch .search img,
  #navBar .container .navBarSearch .close img {
    height: 30px;
    width: 30px;
    margin: 12.5px;
  }
  #navBar .container .navBarSearch .close {
    top: 55px;
    right: 0;
    left: auto;
  }
  #navBar .container .extraNav {
    display: inline-block;
    margin-left: 20px;
    font-size: 80%;
  }
  #navBar .container .extraNav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 27.5px 0;
    line-height: 55px;
    height: 110px;
  }
  #navBar .container .extraNav ul li {
    display: inline-block;
    padding-left: 22.5px;
    position: relative;
  }
  #navBar .container .extraNav ul li img {
    height: 12px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
  }
  #navBar .container .extraNav ul li img.accountIcon {
    height: 28px;
    width: auto;
    margin-bottom: 3px;
  }
  #navBar .container .extraNav ul li img.accountIcon:hover {
    cursor: pointer;
  }
  #navBar .container .extraNav ul li img.searchIcon {
    height: 32px;
    width: auto;
    margin-bottom: 3px;
  }
  #navBar .container .extraNav ul li img.searchIcon:hover {
    cursor: pointer;
  }
  #navBar .container .extraNav ul li:first-of-type {
    padding: 0 10px;
  }
  #navBar .container .extraNav ul li ul {
    display: none;
    position: absolute;
    min-width: 160px;
    padding: 10px 0;
    border: 1px solid #efefef;
    left: -10px;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 0;
    height: auto;
  }
  #navBar .container .extraNav ul li ul li {
    padding: 0;
    margin: 0;
    display: block;
    line-height: 30px;
    text-align: center;
  }
  #navBar .container .extraNav ul li ul li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  #navBar .container .extraNav ul li ul li a {
    display: block;
    text-align: left;
    padding: 0 20px;
    color: #424242;
  }
  #navBar .container .extraNav ul li ul li:first-of-type {
    padding: 0;
  }
  #navBar .container .extraNav ul li:hover ul {
    display: block;
  }
}
@media (min-width: 1600px) {
  #navBar .container .navBarNav ul li a {
    padding: 0 40px;
  }
  #navBar .container .navBarNav ul li.dropdownMenu ul li a {
    padding: 0 40px;
  }
}
footer {
  font-size: 0.8rem;
}
footer img {
  max-width: 150px;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1.5rem;
}
footer h5 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #424242;
  margin-bottom: 1rem;
}
footer a {
  color: #424242;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  margin-bottom: 5px;
}
footer .gridGrid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}
@media only screen and (max-width: 767px) {
  footer .gridGrid {
    grid-gap: 15px;
  }
  footer .grid .grid__cell {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  footer .col {
    padding: 0 2rem;
  }
  footer .col h5 {
    margin-left: -2rem;
    font-size: 1.25rem;
    width: calc(100% + 4rem);
    padding: 1rem 2rem;
    border-bottom: 1px solid #bdbdbd;
    position: relative;
  }
  footer .col h5:after {
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "^";
    margin-top: 7px;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scaleY(-1) translateY(100%);
    transform: scaleY(-1) translateY(100%);
  }
  footer .col h5.active:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  footer .col div:first-of-type {
    display: none;
  }
}
@media (min-width: 475px) {
  footer .gridGrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1240px) {
  footer .gridGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
footer .contactData {
  display: block;
  margin: 0;
  padding: 0;
}
footer .contactData li {
  display: block;
  margin-bottom: 5px;
}
footer .contactData li:last-of-type {
  margin-bottom: 0;
}
footer .contactData li img {
  display: inline-block;
  height: 15px;
  width: auto;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 2px;
}
footer .contactData li a {
  color: #424242;
  text-decoration: none;
}
.breadcrumb {
  color: #bd2b0b;
  font-weight: 600;
}
.breadcrumb a,
.breadcrumb .breadcrumb_last {
  color: #424242;
  font-weight: 300;
}
.jumpToWrapper {
  padding: 2rem;
  display: block;
}
.jumpToWrapper .title {
  display: block;
}
.jumpToWrapper .title h2 {
  color: #424242;
  margin-bottom: 2rem;
}
.jumpToWrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jumpToWrapper ul li {
  margin-bottom: 5px;
  display: block;
}
.jumpToWrapper ul li:last-of-type {
  margin-bottom: 0;
}
.jumpToWrapper ul li a {
  color: #bd2b0b;
  display: block;
}
@media (min-width: 1240px) {
  .jumpToWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .jumpToWrapper .title {
    display: inline-block;
    margin-right: 40px;
  }
  .jumpToWrapper .title h2 {
    margin-bottom: 0;
  }
  .jumpToWrapper ul {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    text-align: right;
  }
  .jumpToWrapper ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .jumpToWrapper ul li:last-of-type {
    margin-right: 0;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: visible;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.secHeading {
  padding: 0;
  margin: 0;
  padding-bottom: 2rem;
  text-align: center;
}
.secHeading h1,
.secHeading h2,
.secHeading h3,
.secHeading h4,
.secHeading h5,
.secHeading h6 {
  text-align: center;
  margin-bottom: 0;
  padding: 0;
  color: #424242;
  font-size: 2rem;
}
body .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
}
body .gform_wrapper {
  margin: 0 !important;
}
body .gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
  font-weight: 300;
}
body .gfield input[type="checkbox"] {
  margin: 0 10px 0 0 !important;
  vertical-align: middle;
}
body .gfield textarea {
  margin-bottom: 0 !important;
}
body .gform_button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 20px 60px;
  display: inline-block;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #bd2b0b;
  color: #bd2b0b;
  overflow: hidden;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
  display: inline-block;
  background: #bd2b0b;
  border: 0;
  color: #fff;
  z-index: 2;
}
table {
  width: 100%;
}
table td {
  padding: 5px;
}
.navigate {
  position: fixed;
  top: 120px;
  right: 0;
  width: auto;
  display: block;
  font-size: 100%;
  visibility: hidden;
  z-index: 25;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: left;
}
.navigate ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigate ul li {
  display: block;
  margin-bottom: 0px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translateX(calc(100% - 40px));
  transform: translateX(calc(100% - 40px));
}
.navigate ul li img {
  height: 32px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 2px;
  padding: 5px;
}
.navigate ul li a {
  font-weight: 300;
  font-size: 75%;
  text-decoration: none;
  display: block;
  width: auto;
  padding: 5px 10px 5px 5px;
  background: rgba(0, 0, 0, 0.7);
  margin-bottom: 2px;
  color: #fff;
}
.navigate ul li:last-of-type {
  margin-bottom: 0;
}
.navigate ul li:hover {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (min-width: 1240px) {
  .navigate.open {
    opacity: 0.9;
    visibility: visible;
  }
}
.pagination {
  text-align: center;
  margin: 20px 0;
}
.pagination span,
.pagination a {
  display: inline-block;
  margin: 0 5px;
  padding: 12px;
  font-weight: 300;
}
.pagination span:first-of-type,
.pagination a:first-of-type {
  margin-left: 0;
}
.pagination span:last-of-type,
.pagination a:last-of-type {
  margin-right: 0;
}
.pagination a.page-numbers,
.pagination span.page-numbers {
  color: #424242;
  background: transparent;
  border: 1px solid #bdbdbd;
  text-decoration: none;
}
.pagination a.page-numbers.current,
.pagination a.page-numbers:hover,
.pagination span.page-numbers.current,
.pagination span.page-numbers:hover {
  color: #fff;
  border-color: #bd2b0b;
  background: #bd2b0b;
}
.pagination a.next {
  margin-left: 15px;
}
.pagination a.prev {
  margin-right: 15px;
}
.backToTopButton {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  line-height: 75px;
  text-align: center;
  background: #efefef;
  color: #bd2b0b;
  font-size: 2rem;
  font-weight: 600;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.backToTopButton.open {
  opacity: 1;
}
.backToTopButton:hover {
  opacity: 0.8;
  cursor: pointer;
}
.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
}
.lb-dataContainer:after,
.lb-outerContainer:after {
  content: "";
  clear: both;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}
.lb-loader,
.lb-nav {
  position: absolute;
  left: 0;
}
.lb-outerContainer:after {
  display: table;
}
.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/icons/loading.gif) no-repeat;
}
.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/icons/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/icons/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  display: table;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/icons/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}
.socialIcons {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
.socialIcons a {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  color: #424242;
  text-decoration: none;
}
.socialIcons a img {
  height: 17.5px;
  width: auto;
  display: block;
  margin: 0;
  padding: 0;
  opacity: 0.8;
}
.searchWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  z-index: 99999999999999;
  top: -125%;
  -webkit-transition: top 0.35s;
  transition: top 0.35s;
}
.searchWrapper .search {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.searchWrapper .search .heading {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 2rem;
}
.searchWrapper .search form {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.searchWrapper .search form input[type="text"] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 60px;
  line-height: 60px;
  border: 0;
  background: none;
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}
.searchWrapper .search form input[type="text"]:focus,
.searchWrapper .search form input[type="text"]:active,
.searchWrapper .search form input[type="text"]:hover {
  outline: 0;
}
.searchWrapper.open {
  top: 0;
}
.searchWrapper .close {
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  background: transparent;
  background: url("../img/icons/close.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.searchWrapper .close:hover {
  cursor: pointer;
  opacity: 0.8;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
  padding-bottom: 0;
}
.popUpDrentea {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999999;
}
.popUpDrentea .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 45px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 400px;
  max-width: 100%;
  background: #fff;
}
.popUpDrentea .wrapper .flexWrapper {
  margin-bottom: 50px;
}
.popUpDrentea .wrapper .flexWrapper .item {
  margin-bottom: 20px;
  text-align: center;
}
.popUpDrentea .wrapper .flexWrapper .item:last-of-type {
  margin-bottom: 0;
}
.popUpDrentea .wrapper .content {
  text-align: center;
}
.popUpDrentea .wrapper .content p:last-of-type {
  margin-bottom: 50px;
}
.popUpDrentea .wrapper .content a.btn {
  color: #424242;
  border-color: #424242;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .popUpDrentea .wrapper .flexWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    margin-bottom: 50px;
  }
  .popUpDrentea .wrapper .flexWrapper .item {
    width: auto;
    display: inline-block;
    height: auto;
    white-space: nowrap;
    text-align: center;
    margin: 0 20px;
    margin-bottom: 0;
  }
  .popUpDrentea .wrapper .flexWrapper .item img {
    width: 200px;
    max-width: none;
    display: block;
    height: auto;
  }
  .popUpDrentea .wrapper .flexWrapper .item p {
    margin: 0;
  }
  .popUpDrentea .wrapper .flexWrapper .item:first-of-type {
    margin-top: 0;
  }
}
#hero {
  display: block;
  position: relative;
}
@media (max-width: 900px){
#hero .overlay {
	display:block;
}
	}
#hero .overlay.white {
  color: #fff;
  background-color: transparent;
}
#hero .overlay.white h1,
#hero .overlay.white h2,
#hero .overlay.white h3,
#hero .overlay.white h4,
#hero .overlay.white h5,
#hero .overlay.white h6 {
  color: #fff;
}
#hero .overlay.grey {
  color: #424242;
  background-color: transparent;
}
#hero .overlay.grey h1,
#hero .overlay.grey h2,
#hero .overlay.grey h3,
#hero .overlay.grey h4,
#hero .overlay.grey h5,
#hero .overlay.grey h6 {
  color: #424242;
}
#hero .overlay.red {
  color: #bd2b0b;
  background-color: transparent;
}
#hero .overlay.red h1,
#hero .overlay.red h2,
#hero .overlay.red h3,
#hero .overlay.red h4,
#hero .overlay.red h5,
#hero .overlay.red h6 {
  color: #bd2b0b;
}
#hero .overlay .btn {
  margin-bottom: 0;
}
#hero .overlay.left-text {
  text-align: left;
}
#hero .overlay.right-text {
  text-align: right;
}
#hero .overlay.center-text {
  text-align: center;
}
#hero .overlay.top {
  top: 40px;
}
#hero .overlay.middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#hero .overlay.bottom {
  bottom: 40px;
}
#hero .overlay.left {
  left: 40px;
}
#hero .overlay.right {
  right: 40px;
}
@media (min-width:1200px){
#hero .overlay.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
	}
@media (min-width: 1240px) {
  #hero .overlay {
    display: block;
    position:absolute;
    width:30%;
  }
}
#hero .slick-slider:hover .slick-arrow {
  opacity: 0.8;
}
#hero .slick-arrow {
  z-index: 15;
  position: absolute;
  bottom: 0;
  opacity: 0.5;
  background: #fff;
  color: #424242;
  height: 35px;
  width: 35px;
  border: 0;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  margin-bottom: 0;
}
#hero .slick-arrow.slick-prev {
  left: 0px;
}
#hero .slick-arrow.slick-next {
  right: 0px;
}
#hero .slick-arrow:hover {
  cursor: pointer;
  opacity: 1;
}
#hero .slick-arrow:hover,
#hero .slick-arrow:focus,
#hero .slick-arrow:active {
  outline: 0;
}
#hero .progressBar {
  width: 100%;
  height: 5px;
  background: #efefef;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
#hero .progressBar .progress {
  width: 0%;
  height: 5px;
  background: #dddddd;
}
#hero .heroImg {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
#hero .heroImg .credits {
  position: absolute;
  display: block;
  font-size: 85%;
  top: 5px;
  left: 0;
  padding: 0 10px;
  opacity: 0.75;
  color: #fff;
  background: #424242;
  text-align: center;
}
#hero .heroImg img {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  width: 100%;
}
#hero .heroImg .videoWrapper {
  display: block;
  padding: 0;
  height: auto;
}
#hero .heroImg .videoWrapper iframe {
  width: 100%;
  max-height: 698px;
}
@media (max-height: 810px) {
  #hero .heroImg .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    display: block;
    margin-bottom: -5px;
  }
  #hero .heroImg .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: -5px;
  }
}
#hero .heroText {
  display: block;
  padding: 20px;
  background: #fff;
}
#hero .heroText h1,
#hero .heroText h2,
#hero .heroText h3,
#hero .heroText h4,
#hero .heroText h5,
#hero .heroText h6 {
  color: #424242;
  font-family: "Panton  SemiBold";
  font-size: 1.5rem;
  margin-bottom: 0;
}
#hero .heroText h1 a,
#hero .heroText h2 a,
#hero .heroText h3 a,
#hero .heroText h4 a,
#hero .heroText h5 a,
#hero .heroText h6 a {
  color: #424242;
}
#hero .heroText h1 a:hover,
#hero .heroText h2 a:hover,
#hero .heroText h3 a:hover,
#hero .heroText h4 a:hover,
#hero .heroText h5 a:hover,
#hero .heroText h6 a:hover {
  text-decoration: none;
}
#hero .heroText p {
  margin-top: 0.75rem;
  font-size: 1rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #hero .flexGrid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #hero .flexGrid .heroImg {
    width: 60%;
    display: inline-block;
  }
  #hero .flexGrid .heroText {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    margin-top: 0;
    border-top-left-radius: 0;
    padding: 0;
    padding-left: 40px;
    padding-right: 60px;
  }
  #hero .flexGrid .heroText p {
    margin-bottom: -5px;
  }
  #hero .flexGrid .heroText .heroBreadcrumb {
    padding-top: 1rem;
    font-size: 0.8rem;
  }
  #hero .flexGrid .heroText .heroTitle {
    margin-top: auto;
  }
}
@media (min-width: 1240px) {
  #hero .flexGrid .heroImg {
    width: 78.4%;
  }
  #hero .flexGrid .heroText h1,
  #hero .flexGrid .heroText h2,
  #hero .flexGrid .heroText h3,
  #hero .flexGrid .heroText h4,
  #hero .flexGrid .heroText h5,
  #hero .flexGrid .heroText h6 {
    font-size: 2.5rem;
  }
}
#icons h2 {
  font-family: "Panton  SemiBold";
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  #icons h2 {
    font-size: 3rem;
  }
}
#icons .gridGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
#icons .gridGrid .icon {
  display: block;
}
#icons .gridGrid .icon img {
  height: 60px;
  width: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 1.5rem;
}
#icons .gridGrid .icon h3 {
  font-family: "Panton";
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #424242;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #icons .gridGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #icons .gridGrid .icon img {
    height: 85px;
  }
}
.fullWidthImage {
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .fullWidthImage {
    margin: 4rem 0;
  }
}
.fullWidthImage img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.fullWidthImage .btn {
  margin-bottom: 0;
  display: inline-block;
  margin: 25vh auto;
}
.fullWidthImage .btn.floated {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}
.fullWidthImage video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
.twoCols {
  display: block;
}
.twoCols h2 {
  color: #424242;
  font-weight: 600;
}
@media (min-width: 768px) {
  .twoCols h2 {
    font-size: 3rem;
  }
}
.twoCols .col p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .twoCols .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .twoCols .container .col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
  }
  .twoCols .container .col:first-of-type {
    margin-right: 80px;
  }
  .twoCols .container .col:last-of-type {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .twoCols.reversed .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .twoCols.reversed .container .col:first-of-type {
    margin-right: 0;
    margin-left: 80px;
    text-align: center;
  }
}
.products {
  position: relative;
}
.products .productWrapper {
  display: block;
  position: relative;
}
.products .productWrapper .product {
  background: #b9b9b929;
  padding-bottom: 1rem;
}
.products .productWrapper .product figure {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.products .productWrapper .product figure a {
  color: #424242;
  text-decoration: none;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  height: 100%;
}
.products .productWrapper .product figure a:hover {
  text-decoration: none;
}
.products .productWrapper .product figure img {
  display: block;
  width: 100%;
  height: auto;
  z-index: -1;
  position: relative;
}
.products .productWrapper .product figure img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: #fff;
}
.products .productWrapper .product figure figcaption {
  z-index: 99;
  height: auto;
  position: relative;
  max-width: calc(100% - $cell-gutter);
  margin: 0 auto;
}
.products .productWrapper .product figure figcaption h3 {
  color: #424242;
  padding: 1rem;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: left;
}
.products .productWrapper .product figure figcaption .sub-title {
  padding: 0 1rem;
}
.products .productWrapper .product:last-of-type {
  border-bottom: 0;
}
.products .productWrapper .product:hover img:nth-child(2) {
  opacity: 1;
}
.products .productWrapper .product:hover {
  background: #88888829;
}
@media (min-width: 375px) {
  .products .productWrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .products .productWrapper .product figure {
    height: 100%;
    display: block;
  }
}
@media (min-width: 768px) {
  .products .productWrapper.large {
    grid-template-columns: repeat(25%, 4);
  }
}
@media (min-width: 1240px) {
  .products .productWrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .products .productWrapper.small {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .products .productWrapper.large {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.products.greyBg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.075);
}
#news {
  display: block;
}
#news h2 {
  margin-bottom: 4rem;
  font-weight: 600;
  color: #424242;
}
@media (min-width: 768px) {
  #news h2 {
    font-size: 3rem;
  }
}
#news .items {
  display: block;
}
#news .items .item {
  display: block;
  margin-bottom: 4rem;
}
#news .items .item a:hover {
  text-decoration: none;
}
#news .items .item img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}
#news .items .item h3 {
  color: #424242;
  font-weight: 300;
  position: relative;
  display: block;
  margin-bottom: 0;
  padding: 0 20px 0 0;
}
#news .items .item h3:after {
  display: block;
  content: "→";
  color: #bd2b0b;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
#news .items .item h3:hover:after {
  margin-left: 10px;
}
@media (min-width: 768px) {
  #news .items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0;
  }
}
#search .items {
  display: block;
}
#search .items .item {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #efefef;
}
@media (min-width: 768px) {
  #search .items .item {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
#search .items .item .itemImage {
  display: none;
}
#search .items .item a:hover {
  text-decoration: none;
}
#search .items .item img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
}
#search .items .item h3 {
  color: #424242;
  font-weight: 300;
  position: relative;
  display: block;
  margin-bottom: 0;
  padding: 0 20px 0 0;
}
#search .items .item h3:after {
  display: block;
  content: "→";
  color: #bd2b0b;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
#search .items .item h3:hover:after {
  margin-left: 10px;
}
#search .items .item:last-of-type {
  border-bottom: 0;
}
@media (min-width: 768px) {
  #search .items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #search .items .item .itemDesc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 40px;
  }
  #search .items .item .itemImage {
    display: block;
    margin-left: auto;
    width: 25%;
  }
  #search .items .item .itemImage img {
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
#news .moreLink,
#news2 .moreLink {
  text-align: center;
  margin-top: 1.5rem;
}
#news .moreLink a,
#news2 .moreLink a {
  color: #424242;
  font-weight: bold;
  text-decoration: none;
}
#news .moreLink a:after,
#news2 .moreLink a:after {
  content: "→";
  color: #bd2b0b;
  padding-left: 20px;
}
#news .moreLink a:hover,
#news2 .moreLink a:hover {
  text-decoration: underline;
}
.imageCaroussel {
  overflow: hidden;
}
.imageCaroussel .secHeading h2 {
  font-weight: 600;
}
@media (min-width: 768px) {
  .imageCaroussel .secHeading h2 {
    font-size: 3rem;
  }
}
.imageCaroussel .images {
  margin: 0 -20px;
  position: relative;
  overflow: visible;
}
.imageCaroussel .images .image {
  position: relative;
  margin: 0 20px;
}
.imageCaroussel .images .image img {
  width: 100%;
  position: relative;
  height: auto;
}
.imageCaroussel .images .image .year {
  position: absolute;
  top: 0;
  z-index: 10;
  right: 0;
  background: #bd2b0b;
  color: #fff;
  padding: 5px 10px;
}
.imageCaroussel .images .image:hover,
.imageCaroussel .images .image:focus,
.imageCaroussel .images .image:active {
  outline: 0;
}
.imageCaroussel .slick-arrow {
  z-index: 15;
  position: absolute;
  top: 0;
  background: #424242;
  color: #fff;
  height: 35px;
  width: 35px;
  border: 0;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.imageCaroussel .slick-arrow.slick-prev {
  left: 20px;
}
.imageCaroussel .slick-arrow.slick-next {
  right: 20px;
}
.imageCaroussel .slick-arrow:hover {
  cursor: pointer;
}
.imageCaroussel .slick-arrow:hover,
.imageCaroussel .slick-arrow:focus,
.imageCaroussel .slick-arrow:active {
  outline: 0;
}
@media (min-width: 768px) {
  .imageCaroussel .slick-arrow {
    height: 60px;
    width: 60px;
    font-size: 30px;
    line-height: 30px;
  }
}
.sectionHeading h1,
.sectionHeading h2,
.sectionHeading h3,
.sectionHeading h4,
.sectionHeading h5,
.sectionHeading h6 {
  margin-bottom: 0;
  font-weight: 600;
  color: #424242;
  font-size: 3rem;
  padding: 0 40px;
}
.sectionHeading .breadcrumb {
  margin: 0;
  padding: 0 40px;
}
.sectionHeading p {
  margin-top: 2rem;
  padding: 0 40px;
}
.sectionHeading p:last-of-type {
  margin-bottom: 0;
}
.imageDescription .imageDescGrid .imageDesc .desc {
  padding: 20px;
  -ms-flex-item-align: center;
  align-self: center;
}
.imageDescription .imageDescGrid .imageDesc .desc.grey {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.imageDescription .imageDescGrid .imageDesc .desc h2 {
  color: #424242;
}
.imageDescription .imageDescGrid .imageDesc .desc p:last-of-type {
  margin-bottom: 0;
}
.imageDescription .imageDescGrid .imageDesc .image {
  display: block;
  content: "";
  background-position: center center;
  background-size: cover;
  min-height: 50vh;
}
.imageDescription .imageDescGrid .imageDesc .image .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.imageDescription .imageDescGrid .imageDesc .image .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1240px) {
  .imageDescription .imageDescGrid .imageDesc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .imageDescription .imageDescGrid .imageDesc .desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 4rem;
  }
  .imageDescription .imageDescGrid .imageDesc .image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.imageDescription .imageDescGrid .imageDesc:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.tabs {
  background: #fff !important;
}
.tabs h3.ui-accordion-header {
  padding: 1rem 2rem;
  border: 1px solid #efefef;
  display: block;
  width: 100%;
  margin-bottom: 0;
  color: #424242;
  margin-top: 20px;
  padding-right: calc(2rem + 20px);
  position: relative;
  font-size: 1.25rem;
}
.tabs h3.ui-accordion-header:first-of-type {
  margin-top: 0;
}
.tabs h3.ui-accordion-header:active,
.tabs h3.ui-accordion-header:focus {
  outline: 0;
}
.tabs h3.ui-accordion-header:after {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: scaleY(-1) translateY(100%);
  transform: scaleY(-1) translateY(100%);
  margin-top: 7px;
  content: "^";
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.tabs h3.ui-accordion-header.ui-accordion-header-active:after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tabs div.ui-accordion-content {
  padding: 1rem 2rem;
  background: #efefef;
}
@media (min-width: 1240px) {
  .tabs {
    background: #efefef !important;
    padding: 2rem;
    padding-left: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 4rem;
  }
  .tabs ul.links {
    margin: 0 0 2rem 0;
    padding: 0;
    list-style: none;
    width: 20%;
    display: inline-block;
    margin-right: 40px;
  }
  .tabs ul.links li {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
    position: relative;
    outline: 0;
  }
  .tabs ul.links li a {
    font-size: 1.2rem;
    color: #424242;
    outline: 0;
  }
  .tabs ul.links li:last-of-type {
    margin-bottom: 0;
    margin-right: 0;
  }
  .tabs ul.links li.ui-tabs-active a {
    color: #bd2b0b;
    outline: 0;
  }
  .tabs ul.links li:before {
    content: "→";
    font-weight: 600;
    color: #424242;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateX(calc(-100% - 10px));
    transform: translateX(calc(-100% - 10px));
    outline: 0;
  }
  .tabs ul.links li.ui-tabs-active:before {
    color: #bd2b0b;
  }
  .tabs .tab {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tabs .tab p:last-child {
    margin-bottom: 0;
  }
}
.tabs .tabItemGrid {
  display: grid;
  grid-template-columns: repeat(2, calc((100% / 2) - (1 * 20px / 2)));
  grid-gap: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.tabs .tabItemGrid .tabLable {
  display: block;
  padding: 0;
  font-weight: 600;
  background: none;
  overflow: hidden;
  width: 100%;
  margin-bottom: 5px;
}
.tabs .tabItemGrid .tabItem {
  display: block;
  position: relative;
}
.tabs .tabItemGrid .tabItem img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.tabs .tabItemGrid .tabItem a {
  display: block;
  color: #424242;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.tabs .tabItemGrid .tabItem a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.tabs .tabItemGrid .tabItem h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 52px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .tabs .tabItemGrid {
    grid-gap: 30px;
    grid-template-columns: repeat(4, calc((100% / 4) - (3 * 30px / 4)));
  }
}
@media (min-width: 1240px) {
  .tabs .tabItemGrid {
    grid-template-columns: repeat(6, calc((100% / 6) - (5 * 30px / 6)));
  }
}
.subcategories ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.subcategories ul li {
  display: block;
  margin-bottom: 5px;
}
.subcategories ul li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .subcategories ul {
    text-align: center;
  }
  .subcategories ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .subcategories ul li:last-of-type {
    margin-right: 0;
  }
}
.contentWithImage {
  display: block;
}
.contentWithImage .content {
  display: block;
  margin-bottom: 40px;
}
.contentWithImage .image {
  display: block;
  margin: 0;
  padding: 0;
}
.contentWithImage .image img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.contentWithImage .image img:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contentWithImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contentWithImage .content {
    padding-right: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    margin-bottom: 0;
  }
  .contentWithImage .image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
.descriptiveProduct {
  display: block;
}
.descriptiveProduct .description {
  display: block;
  margin-bottom: 40px;
}
.descriptiveProduct .description p:last-of-type {
  margin-bottom: 0;
}
.descriptiveProduct .image {
  display: block;
  margin-bottom: 40px;
}
.descriptiveProduct .image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .descriptiveProduct {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .descriptiveProduct .description,
  .descriptiveProduct .image {
    margin-bottom: 0;
  }
}
@media (min-width: 1240px) {
  .descriptiveProduct {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .descriptiveProduct .description {
    grid-column: span 2;
  }
}
.videoContent .videoContentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.videoContent .videoContentWrapper .image,
.videoContent .videoContentWrapper .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.videoContent .videoContentWrapper .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.videoContent .videoContentWrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.videoContent .videoContentWrapper .content .videoWrapper,
.videoContent .videoContentWrapper .content .contentWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.videoContent .videoContentWrapper .content .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoContent .videoContentWrapper .content .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoContent .videoContentWrapper .content .contentWrapper {
  padding: 80px 40px;
}
.videoContent .videoContentWrapper .content .contentWrapper p:last-of-type {
  margin-bottom: 0;
}
.videoContent .videoContentWrapper .content .contentWrapper h1,
.videoContent .videoContentWrapper .content .contentWrapper h2,
.videoContent .videoContentWrapper .content .contentWrapper h3,
.videoContent .videoContentWrapper .content .contentWrapper h4,
.videoContent .videoContentWrapper .content .contentWrapper h5,
.videoContent .videoContentWrapper .content .contentWrapper h6 {
  color: #424242;
}
.videoContent .videoContentWrapper .content .contentWrapper h1:last-of-type,
.videoContent .videoContentWrapper .content .contentWrapper h2:last-of-type,
.videoContent .videoContentWrapper .content .contentWrapper h3:last-of-type,
.videoContent .videoContentWrapper .content .contentWrapper h4:last-of-type,
.videoContent .videoContentWrapper .content .contentWrapper h5:last-of-type,
.videoContent .videoContentWrapper .content .contentWrapper h6:last-of-type {
  margin-bottom: 0;
}
.it .imageTitleWrapper {
  display: block;
}
.it .imageTitleWrapper .image {
  display: block;
}
.it .imageTitleWrapper .image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}
.it .imageTitleWrapper .title {
  display: block;
  margin-bottom: 2rem;
}
.it .imageTitleWrapper .title h1,
.it .imageTitleWrapper .title h2,
.it .imageTitleWrapper .title h3,
.it .imageTitleWrapper .title h4,
.it .imageTitleWrapper .title h5,
.it .imageTitleWrapper .title h6 {
  margin-bottom: 0;
  color: #424242;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .it .imageTitleWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .it .imageTitleWrapper .image,
  .it .imageTitleWrapper .title {
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: calc(50% - $cell-gutter/2);
    flex-basis: calc(50% - $cell-gutter/2);
  }
}
.pwd .pwdGrid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.pwd .pwdGrid .pwdItem p {
  margin-bottom: 2rem;
}
.pwd .pwdGrid .pwdItem img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .pwd .pwdGrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1240px) {
  .pwd .pwdGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.contact .contactData ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact .contactData ul li {
  display: block;
  padding-left: 25px;
  height: auto;
  position: relative;
}
.contact .contactData ul li img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  width: 16px;
  margin-top: 4px;
}
.employees .employeesWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 40px;
}
.employees .employeesWrapper .employee img {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.employees .employeesWrapper .employee .name {
  display: block;
  margin-bottom: 0;
  font-size: 1.25rem;
}
.employees .employeesWrapper .employee .afdeling {
  display: block;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.employees .employeesWrapper .employee .phone {
  display: block;
  color: #424242;
}
.employees .employeesWrapper .employee .phone a {
  color: #424242;
}
.employees .employeesWrapper .employee .phone a:hover {
  text-decoration: none;
}
.employees .employeesWrapper .employee .phone img {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: auto;
  margin-right: 5px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .employees .employeesWrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1240px) {
  .employees .employeesWrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.callToAction {
  padding: 2rem 0;
  background: #efefef;
  margin: 20px 0;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2em;
  color: #424242;
  text-align: center;
}
.callToAction .callToActionWrapper .text {
  margin-bottom: 1rem;
}
.callToAction .callToActionWrapper .btnWrapper {
  margin-bottom: 0;
  display: block;
  margin: 0 auto;
}
.callToAction .callToActionWrapper .btnWrapper .btn {
  font-size: 1rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .callToAction .callToActionWrapper {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .callToAction .callToActionWrapper .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .callToAction .callToActionWrapper .btnWrapper {
    display: inline-block;
  }
}
.halfHalf {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .halfHalf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.halfHalf .half {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
.halfHalf .half img {
  display: block;
  width: 100%;
  height: auto;
}
.halfHalf .half:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .halfHalf .half {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .halfHalf .half:first-of-type {
    padding-right: 20px;
  }
  .halfHalf .half:last-of-type {
    padding-left: 20px;
  }
}
.halfHalf.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .halfHalf.reversed .half:first-of-type {
    padding-left: 20px;
    padding-right: 0;
  }
  .halfHalf.reversed .half:last-of-type {
    padding-right: 20px;
    padding-left: 0;
  }
}
.imageGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.imageGrid .image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}
.imageGrid .image h3 {
  margin: 0;
  padding: 0;
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #424242;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .imageGrid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .imageGrid.small {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.buttonCenter .container .btn {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: calc(2rem - 22px);
  width: auto;
}
.videoGrid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #bd2b0b;
}
@media (min-width: 768px) {
  .videoGrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1240px) {
  .videoGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .videoGrid.small {
    grid-template-columns: 1fr 1fr;
  }
}
.videoGrid .video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 10px;
}
.videoGrid .video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 96%;
}
.projects .projectsWrapper {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.projects .projectsWrapper .project {
  display: block;
  padding: 0;
  margin: 0;
}
.projects .projectsWrapper .project figure {
  display: block;
  margin: 0;
  padding: 0;
}
.projects .projectsWrapper .project figure a {
  color: #424242;
}
.projects .projectsWrapper .project figure a:hover {
  text-decoration: none;
}
.projects .projectsWrapper .project figure img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.projects .projectsWrapper .project figure figcaption {
  display: block;
  margin-bottom: 0;
}
.projects .projectsWrapper .project figure figcaption h3 {
  color: #424242;
  margin-bottom: -5px;
}
.projects .projectsWrapper .project figure figcaption .locatie {
  display: block;
  margin-bottom: 0;
  color: #424242;
}
.projects .projectsWrapper .project figure figcaption:after {
  display: block;
  content: "→";
  font-weight: 600;
  color: #bd2b0b;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.projects .projectsWrapper .project figure figcaption:hover:after {
  padding-left: 10px;
}
@media (min-width: 768px) {
  .projects .projectsWrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1240px) {
  .projects .projectsWrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.projectTerms {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}
.projectTerms a {
  text-decoration: none;
  color: #bd2b0b;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.projectTerms a h2 {
  color: #424242;
}
.projectTerms a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .projectTerms {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1240px) {
  .projectTerms {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.sprekers .container .spreker {
  display: block;
  margin-bottom: 2rem;
}
.sprekers .container .spreker .meta img {
  max-width: 240px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.sprekers .container .spreker .meta .name {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.sprekers .container .spreker .meta .organisation {
  margin-bottom: 0;
  font-weight: 600;
  display: block;
}
@media (min-width: 768px) {
  .sprekers .container .spreker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sprekers .container .spreker .beschrijving {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 40px;
  }
  .sprekers .container .spreker .meta {
    display: inline-block;
    width: 360px;
    height: auto;
  }
  .sprekers .container .spreker .meta img {
    width: 100%;
    height: auto;
  }
}
.maps .mapWrapper {
  padding-left: 40px;
}
.maps .mapWrapper .location {
  padding: 2rem 0;
}
.maps .mapWrapper .location .meta {
  margin-bottom: 2rem;
}
.maps .mapWrapper .location .meta h2 {
  color: #424242;
}
.maps .mapWrapper .location .meta .name {
  color: #bd2b0b;
  font-weight: 600;
  display: block;
}
.maps .mapWrapper .location .meta .address {
  font-weight: 300;
  display: block;
}
.maps .mapWrapper .location .logo {
  margin-bottom: 2rem;
}
.maps .mapWrapper .location .logo img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 180px;
}
.maps .mapWrapper .map {
  width: 100%;
  height: 300px;
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 1240px) {
  .maps .mapWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .maps .mapWrapper .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    padding-right: 40px;
    width: 25%;
  }
  .maps .mapWrapper .location .meta {
    margin-bottom: 250px;
  }
  .maps .mapWrapper .location .logo {
    margin-bottom: 0;
  }
  .maps .mapWrapper .map {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    height: auto;
  }
}
.projectImages {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: visible;
}
.projectImages a.img {
  height: auto;
  width: auto;
  overflow: visible;
  background: #efefef;
}
.projectImages img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  max-height: 341px;
  display: block;
}
@media (min-width: 768px) {
  .projectImages {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1240px) {
  .projectImages {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.vacatures .vacatureGrid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vacatures .vacatureGrid .vacature {
  background: #efefef;
}
.vacatures .vacatureGrid .vacature a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #424242;
  padding-bottom: 4rem;
}
.vacatures .vacatureGrid .vacature a:hover {
  text-decoration: none;
}
.vacatures .vacatureGrid .vacature a .label {
  color: #bd2b0b;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.vacatures .vacatureGrid .vacature a .title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #424242;
  margin-bottom: 5px;
}
.vacatures .vacatureGrid .vacature a .location {
  display: block;
}
.vacatures .vacatureGrid .vacature a .location:after {
  display: block;
  content: "→";
  color: #bd2b0b;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  font-size: 1.6rem;
  padding-top: 5px;
}
.vacatures .vacatureGrid .vacature a:hover .location:after {
  padding-left: 10px;
}
@media (min-width: 768px) {
  .vacatures .vacatureGrid {
    grid-template-columns: repeat(4, 1fr);
  }
  .vacatures .vacatureGrid .vacature {
    grid-column: span 2;
  }
  .vacatures .vacatureGrid .vacature:nth-last-child(1):nth-child(odd) {
    grid-column: 4 / span 2;
  }
}
@media (min-width: 1240px) {
  .vacatures .vacatureGrid {
    grid-template-columns: repeat(8, 1fr);
  }
}
.hotspotContainer {
  position: relative;
  display: block;
}
.hotspotContainer img.hotspotImg {
  width: 100%;
  height: auto;
  position: relative;
}
.hotspotContainer img.hotspotImg img.hotspotButton {
  width: 32px;
  height: auto;
  border-radius: 25%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.hotspotContainer img.hotspotImg img.hotspotButton:hover {
  cursor: pointer;
  opacity: 0.8;
}
.hotspotContainer .hotspot {
  position: absolute;
}
.hotspotContainer .hotspot img {
  border-radius: 50%;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  width: 50px;
  height: auto;
}
.hotspotContainer .hotspot img:hover {
  opacity: 0.8;
  cursor: pointer;
}
.hotspotContainer .hotspot .hotspotLabel {
  padding: 20px;
  background: #fff;
  margin-top: 10px;
  min-width: 200px;
  max-width: 100%;
  left: 0;
}
.hotspotContainer .hotspot .hotspotLabel iframe {
  width: 300px;
  height: 168.75px;
  display: block;
}
.hotspotContainer .hotspot .hotspotLabel p:last-of-type {
  margin-bottom: 0;
}
.hotspotContainer .hotspot .hotspotLabel.left {
  -webkit-transform: translateX(calc(-100% + 32px));
  transform: translateX(calc(-100% + 32px));
}
.downloadButtonGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.downloadButtonGrid .download {
  text-align: center;
}
.downloadButtonGrid .download img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 0.5rem;
}
.downloadButtonGrid .download .label {
  display: block;
  text-align: center;
  padding-bottom: 1rem;
}
.downloadButtonGrid .download .btn {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .downloadButtonGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1240px) {
  .downloadButtonGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.imageLabelLinkGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -20px;
  width: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.imageLabelLinkGrid .item {
  display: inline-block;
  width: 100%;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 40px;
}
@media (min-width: 375px) {
  .imageLabelLinkGrid .item {
    width: calc(100% / 2 - 40px / 1);
  }
}
@media (min-width: 768px) {
  .imageLabelLinkGrid .item {
    width: calc(100% / 4 - 120px / 3);
  }
}
@media (min-width: 1240px) {
  .imageLabelLinkGrid .item {
    width: calc(100% / 6 - 200px / 5);
  }
}
.imageLabelLinkGrid .item img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}
.imageLabelLinkGrid .item .itemContent {
  text-align: center;
}
.imageLabelLinkGrid .item .itemContent h3 {
  margin: 0;
  padding: 0;
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #424242;
  display: block;
  text-align: center;
}
.imageLabelLinkGrid .item .itemContent a {
  color: #424242;
  font-weight: bold;
  font-size: 0.8rem;
}
.imageLabelLinkGrid .item .itemContent a:after {
  content: "→";
  color: #bd2b0b;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  padding-left: 5px;
}
.halfhalfBackground {
  text-align: center;
  color: #fff;
  height: auto;
}
.halfhalfBackground .container {
  padding: 2rem 20px;
}
.halfhalfBackground img {
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: 250px;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.halfhalfBackground h2 {
  color: #fff;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: 50px;
  font-family: "Panton Black", "Panton", arial, sans-serif;
}
@media (max-width: 768px) {
  .halfhalfBackground h2 {
    font-size: 36px;
  }
}
.halfhalfBackground p {
  text-align: center;
  color: #fff;
  max-width: 768px;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
.halfhalfBackground p:last-of-type {
  margin-bottom: 1.5rem;
}
.halfhalfBackground a.button {
  border: 1px solid #fff;
  color: #fff;
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  width: auto;
  margin: 0 auto;
}
.halfhalfBackground a.button:hover {
  border-color: #fff;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.25);
}
.productCaroussel {
  overflow: hidden;
  position: relative;
}
.productCaroussel.padding {
  padding: 2rem 0;
}
@media (min-width: 1240px) {
  .productCaroussel .container.fluid {
    padding-left: 140px;
    padding-right: 140px;
    width: 100%;
  }
}
@media (min-width: 1240px) {
  .productCaroussel .underlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: calc(100% - 480px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #efefef;
    z-index: -1;
  }
}
.productCaroussel .secHeading h2 {
  font-weight: 400;
}
@media (min-width: 768px) {
  .productCaroussel .secHeading h2 {
    font-size: 3rem;
  }
}
.productCaroussel .slick-list {
  overflow: hidden;
}
.productCaroussel .products {
  margin: 0 -20px;
  position: relative;
  overflow: visible;
}
.productCaroussel .products .product {
  position: relative;
  margin: 0 20px;
}
.productCaroussel .products .product img {
  display: block;
  width: 100%;
  height: auto;
}
.productCaroussel .products .product:hover,
.productCaroussel .products .product:focus,
.productCaroussel .products .product:active {
  outline: 0;
}
.productCaroussel .products .product h3 {
  color: #424242;
  padding: 1rem;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: left;
}
.productCaroussel .products .product .sub-title {
  padding: 0 1rem;
  color: #424242;
}
.productCaroussel .products .product a:hover,
.productCaroussel .products .product a:focus,
.productCaroussel .products .product a:active {
  text-decoration: none;
  outline: 0;
}
.productCaroussel .slick-arrow {
  z-index: 15;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #424242;
  color: #fff;
  height: 35px;
  width: 35px;
  border: 0;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  margin-bottom: 0;
  opacity: 0.5;
}
.productCaroussel .slick-arrow.slick-prev {
  left: 0px;
}
.productCaroussel .slick-arrow.slick-next {
  right: 0px;
}
.productCaroussel .slick-arrow:hover {
  cursor: pointer;
}
.productCaroussel .slick-arrow:hover,
.productCaroussel .slick-arrow:focus,
.productCaroussel .slick-arrow:active {
  outline: 0;
}
@media (min-width: 1240px) {
  .productCaroussel .slick-arrow {
    height: 60px;
    width: 60px;
    font-size: 30px;
    line-height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .productCaroussel .slick-arrow.slick-prev {
    left: -70px;
  }
  .productCaroussel .slick-arrow.slick-next {
    right: -70px;
  }
}
.productCaroussel .padding-sm .btn {
  margin-bottom: 0;
  border-color: #424242;
  color: #424242;
}
.instagram {
  display: block;
}
.instagram .instagram-items {
  display: grid;
  grid-gap: 5px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .instagram .instagram-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1240px) {
  .instagram .instagram-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.instagram .instagram-items a {
  color: #424242;
}
.instagram .instagram-items a img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.instagram .instagram-items a h3 {
  color: #424242;
}
.instagram .instagram-items a h3:after {
  display: block;
  content: "→";
  font-weight: 600;
  color: #bd2b0b;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.instagram .instagram-items a:hover {
  text-decoration: none;
}
.instagram .instagram-items a:hover h3:after {
  padding-left: 10px;
}
.quickNavigation {
  background: #fff;
  display: block;
  position: relative;
  z-index: 100;
  width: auto;
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 10px 0;
}
@media (min-width: 1352px) {
  .quickNavigation {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.quickNavigation::-webkit-scrollbar {
  display: none;
}
.quickNavigation .quickNavigationWrapper {
  text-align: center;
  position: relative;
}
.quickNavigation .quickNavigationWrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}
.quickNavigation .quickNavigationWrapper ul li {
  display: inline-block;
  margin-right: 20px;
  white-space: nowrap;
}
.quickNavigation .quickNavigationWrapper ul li a {
  display: block;
  padding: 0 22.5px;
  height: 50px;
  line-height: 50px;
  background: #efefef;
  color: #424242;
  font-weight: 400;
}
.quickNavigation .quickNavigationWrapper ul li a.active {
  background: #bd2b0b;
  color: #fff;
}
.quickNavigation .quickNavigationWrapper ul li a:hover {
  text-decoration: none;
  cursor: pointer;
}
.quickNavigation.fixed {
  position: fixed;
  top: -100%;
  width: 100%;
  left: 0;
  z-index: 250;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.quickNavigation.fixed.scroll {
  top: 0px;
}
@media (min-width: 1352px) {
  .quickNavigation.fixed.scroll {
    top: 110px;
  }
}
.col-vacatures{
width:50%;
float:left;
}
.left{
  width:75%;
}
.right{
  text-align: center;
  width:25%;

}

.button-sol{
  margin-top: 7px;
  background-color: #bd2b0b;
  border: solid 1px;
  cursor: pointer;
  border: none;
  border-radius: 152px;
  font-size: 16px;
  padding: 32px 13px;
  color: white;
  height: 157px;
  width: 160px;
  line-height: 23px;
  margin-left:-300px;
}
@media only screen and (max-width: 1000px) {
  .left{
    width:100%;
  }
  .right{
    width:100%;
  }
  .button-sol{
    margin-top: 7px;
    background-color: #bd2b0b;
    border: solid 1px;
    cursor: pointer;
    border: none;
    border-radius: 152px;
    font-size: 16px;
    padding: 32px 13px;
    color: white;
    height: 150px;
    width: 150px;
    line-height: 23px;
    margin-left:0px;
  }
}