.CookiePolicy {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 10000;
  padding-left: 41px;
  padding-right: 41px;
  opacity: 0;
}

.CookiePolicy .container {
  max-width: calc(1440px - 82px);
  width: 100%;
  margin: 0 auto;
  background-color: #ff6d15;
  padding-top: 28px;
  padding-bottom: 24px;
  position: relative;
}

.CookiePolicy .container .innerContainer {
  padding-left: 45px;
  padding-right: 245px;
}

.CookiePolicy .container .innerContainer p {
  color: #ffffff;
  font-family: "Camber-Light", Arial;
  font-size: 15px;
  line-height: 21px;
}

.CookiePolicy .container .innerContainer .closeButton {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 30px;
}

.CookiePolicy .container .innerContainer .closeButton .icon {
  position: absolute;
  left: 12px;
  top: 12px;
}

@media screen and (max-width: 1000px) {
  .CookiePolicy {
    padding-left: 28px;
    padding-right: 28px;
  }

  .CookiePolicy .container .innerContainer {
    padding-left: 22px;
    padding-right: 245px;
  }
}

@media screen and (max-width: 768px) {
  .CookiePolicy {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media screen and (max-width: 640px) {
  .CookiePolicy {
    padding: 0;
  }

  .CookiePolicy .container .innerContainer {
    padding-left: 30px;
    padding-right: 70px;
  }
}

#LAYER_ALL {
  max-width: 1440px;
  margin: 0 auto;
}

#LAYER_BOT {
  position: absolute;
  transform: translate3d(0px, 80px, 0px);
}

#LAYER_MID {
  max-width: 1440px;
  width: 100%;
  position: absolute;
  top: 120px;
  opacity: 0;
  transform: translate3d(0px, 80px, 0px);
}

#LAYER_TOP {
  position: absolute;
  top: 0;
}

.containerColor-light_wood {
  background-color: #f0f0e3;
}

.containerColor-yellow_tint {
  background-color: #eeede4;
}

.containerColor-grass_green {
  background-color: #eaede0;
}

.containerColor-purple {
  background-color: #eae6ed;
}

.containerColor-clear_blue {
  background-color: #e0e8eb;
}

.containerColor-rose {
  background-color: #ede6ea;
}

.containerColor-dusty_orange {
  background-color: #ebe4e0;
}

.containerColor-light_cream {
  background-color: #f6eee5;
}

.containerColor-mocha {
  background-color: #ece8e2;
}

.containerColor-dusty_blue {
  background-color: #e5e7ec;
}

.containerColor-mint_green {
  background-color: #e0ebe7;
}

.containerColor-glass {
  background-color: #e4eae9;
}

.imageHotspot {
  width: 41px;
  height: 41px;
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.hidden {
  display: none;
}

.noSelect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

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

* {
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a:link {
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

a:hover {
  color: inherit;
}

li {
  list-style-type: none;
}

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

html,
body {
  background-color: #e6e6e6;
  font-family: "Camber-UltraLight", Arial;
  overflow: auto;
}

html {
  overflow-y: scroll;
}

.module {
  position: relative;
  padding-left: 42px;
  padding-right: 42px;
}

.module .moduleHeadline {
  margin-bottom: 29px;
}

.component {
  padding-left: 42px;
  padding-right: 42px;
}

.moduleSpacer {
  padding-top: 100px;
}

@media screen and (max-width: 1000px) {
  .module {
    padding-left: 28px;
    padding-right: 28px;
  }

  .component {
    padding-left: 28px;
    padding-right: 28px;
  }

  .moduleSpacer {
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .module {
    padding-left: 18px;
    padding-right: 18px;
  }

  .component {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media screen and (max-width: 640px) {
  .module {
    padding-left: 10px;
    padding-right: 10px;
  }

  .component {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.module.HomepageHeroModule {
  padding-top: 0px;
}

.ArticleLargeModule {
  min-height: 340px;
  background-color: #f3f3f3;
  font-size: 0;
  padding-top: 46px;
  padding-bottom: 46px;
}

.ArticleLargeModule .articleLargeContent {
  position: absolute;
  bottom: 31px;
}

.ArticleLargeModule .bottomButton {
  position: absolute;
  bottom: 31px;
  left: 14%;
}

.ArticleLargeModule .bottomButton .link {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.ArticleLargeModule .bottomButton .link:hover {
  color: #ff6d15;
}

.ArticleLargeModule a,
.ArticleLargeModule .link {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.ArticleLargeModule a:hover {
  color: #ff6d15;
}

.ArticleLargeModule a:hover .link {
  color: #ff6d15;
}

.ArticleLargeModule .moduleHeadline {
  font-size: 28px;
  font-family: "Camber-Medium";
  line-height: 1.1;
  position: relative;
  max-width: 300px;
}

.ArticleLargeModule .moduleTitle {
  color: #a6a6a6;
  margin-bottom: 233px;
  font-size: 15px;
}

.ArticleLargeModule .moduleBody {
  margin-bottom: 48px;
  font-size: 16px;
  font-family: "Scala-Regular";
  color: #a6a6a6;
  line-height: 1.38;
}

.ArticleLargeModule .moduleAuthor {
  margin-bottom: 45px;
  font-size: 15px;
  color: #a6a6a6;
}

.ArticleLargeModule img {
  width: 100%;
}

.ArticleLargeModule .grid {
  position: relative;
}

.ArticleLargeModule .articleLargeInnerContainer {
  width: 79%;
  margin: 0 auto;
}

.ArticleLargeModule .articleLargeColumn1 {
  font-size: 1rem;
  display: inline-block;
  position: relative;
  height: 0;
  padding-top: 44%;
}

.ArticleLargeModule .articleLargeColumn1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.ArticleLargeModule .articleLargeColumn2 {
  position: relative;
  font-size: 1rem;
  display: inline-block;
  padding-left: 44px;
}

@media screen and (max-width: 1280px) {
  .ArticleLargeModule .moduleHeadline {
    font-size: 24px;
  }

  .ArticleLargeModule p {
    font-size: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .ArticleLargeModule .bottomButton {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .ArticleLargeModule .articleLargeColumn1 {
    padding-right: 0px;
    padding-top: 70%;
  }

  .ArticleLargeModule .articleLargeColumn2 {
    padding-left: 0px;
    margin-top: 10px;
  }

  .ArticleLargeModule .moduleTitle {
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 30px;
    width: 50%;
  }

  .ArticleLargeModule .moduleBody {
    width: 100%;
  }

  .ArticleLargeModule .articleLargeContent {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
    bottom: 0px;
  }

  .ArticleLargeModule .articleLargeInnerContainer {
    width: 100%;
    margin: 0;
  }
}

.ArticleOverlayModule {
  min-height: 500px;
  background-color: rgba(40, 40, 40, 0.95);
  padding-top: 42px;
  padding-bottom: 42px;
  opacity: 0;
}

.ArticleOverlayModule .overlayContainer {
  background-color: #ffffff;
}

.ArticleOverlayModule .overlayContainer .innerContainer:first-child {
  padding-top: 80px;
}

.ArticleOverlayModule .button {
  position: absolute;
  cursor: pointer;
  right: 0px;
  top: 0px;
  z-index: 10;
}

.ArticleOverlayModule .button .icon {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  pointer-events: none;
  position: absolute;
}

.ArticleOverlayModule .button.bottom {
  margin-top: 40px;
  position: relative;
  right: inherit;
  top: inherit;
  left: inherit;
  bottom: inherit;
}

.ArticleOverlayModule .button.bottom p {
  position: absolute;
  white-space: nowrap;
  top: 18px;
  left: 54px;
}

.ArticleOverlayModule .shareButton .icon {
  left: 10px;
  top: 12px;
}

.ArticleOverlayModule .closeButton {
  position: fixed;
  top: 21px;
  right: 21px;
}

.ArticleOverlayModule .closeButton .icon {
  left: 12px;
  top: 12px;
}

.ArticleOverlayModule .headerImage {
  width: 100%;
  margin-bottom: 20px;
  opacity: 0;
}

.ArticleOverlayModule .imageCaption {
  font-family: "Camber";
  font-size: 15px;
  margin-bottom: 100px;
  padding-left: 45px;
  padding-right: 45px;
  color: #a6a6a6;
}

.ArticleOverlayModule a {
  position: relative;
}

.ArticleOverlayModule .col-8-12 {
  padding-right: 26px;
  position: relative;
}

.ArticleOverlayModule .col-4-12:nth-child(2) {
  padding-left: 78px;
}

.ArticleOverlayModule .col-4-12:nth-child(2) p {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  font-family: "Camber";
  font-size: 15px;
  color: #a6a6a6;
  max-width: 260px;
  pointer-events: none;
}

.ArticleOverlayModule .col-4-12:nth-child(2) .header {
  font-family: "Camber-Medium";
  margin-bottom: 4px;
  color: #282828;
}

.ArticleOverlayModule .col-4-12:nth-child(2) .title {
  font-family: "Camber";
  margin-top: 15px;
  margin-bottom: 76px;
  font-size: 15px;
}

.ArticleOverlayModule .col-4-12:nth-child(2) .listItem {
  position: relative;
  margin-bottom: 19px;
  cursor: pointer;
}

.ArticleOverlayModule .col-4-12:nth-child(2) .listItem .divider,
.ArticleOverlayModule .col-4-12:nth-child(2) .listItem .JobAccordionModule .topDivider,
.JobAccordionModule .ArticleOverlayModule .col-4-12:nth-child(2) .listItem .topDivider {
  margin-top: 18px;
  position: relative;
  height: 1px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background-color: #eaeaea;
}

.ArticleOverlayModule .content p,
.ArticleOverlayModule .content h2,
.ArticleOverlayModule .content h1 {
  padding-right: 70px;
}

.ArticleOverlayModule .content p {
  font-family: "Scala-Regular";
  line-height: 1.5;
}

.ArticleOverlayModule .content p b {
  font-family: "Scala-Bold";
}

.ArticleOverlayModule .content ul {
  width: 80%;
}

.ArticleOverlayModule .content ul li {
  font-family: "Scala-Regular";
  font-size: 18px;
  text-align: left;
  color: #282828;
  margin-bottom: 8px;
  padding-left: 36px;
}

.ArticleOverlayModule .content ul li::before {
  content: "\2014";
  margin-right: 17px;
  margin-left: -35px;
}

.ArticleOverlayModule .content .quote {
  padding-right: 0px;
}

.ArticleOverlayModule .content .title {
  font-family: "Camber";
  margin-top: 15px;
  margin-bottom: 76px;
  font-size: 15px;
}

.ArticleOverlayModule .content .author {
  position: relative;
  margin-bottom: 40px;
}

.ArticleOverlayModule .content .author img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
}

.ArticleOverlayModule .content .author p {
  font-family: "Camber-Light";
  font-size: 15px;
  padding-top: 17px;
  padding-left: 66px;
  cursor: #a6a6a6;
}

.ArticleOverlayModule .internalUnderline {
  background-image: linear-gradient(to right, rgba(255, 109, 21, 0.4), rgba(255, 109, 21, 0.4));
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: 100% 9px;
}

.ArticleOverlayModule .internalLink {
  position: relative;
  text-decoration: none;
}

.ArticleOverlayModule .innerContainer {
  padding-top: 0px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 82px;
}

.ArticleOverlayModule .headline {
  font-family: "Camber-Medium";
  line-height: 1.08;
  letter-spacing: -1px;
  color: #282828;
  max-width: 600px;
  margin-bottom: 29px;
}

.ArticleOverlayModule .subheadline {
  margin-bottom: 75px;
}

.ArticleOverlayModule .quote {
  margin-top: 54px;
  margin-bottom: 74px;
  color: #ff6d15;
}

.ArticleOverlayModule .sectionTitle {
  font-family: "Camber-Medium";
}

.ArticleOverlayModule .divider,
.ArticleOverlayModule .JobAccordionModule .topDivider,
.JobAccordionModule .ArticleOverlayModule .topDivider {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -20px;
  background-color: #eaeaea;
}

@media screen and (max-width: 1000px) {
  .ArticleOverlayModule {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .ArticleOverlayModule .button.top {
    display: none;
  }

  .ArticleOverlayModule .col-8-12 {
    padding-right: 0px;
  }

  .ArticleOverlayModule .imageCaption {
    margin-bottom: 56px;
    padding-left: 20px;
  }

  .ArticleOverlayModule .innerContainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ArticleOverlayModule .subheadline {
    margin-bottom: 60px;
  }

  .ArticleOverlayModule .divider,
  .ArticleOverlayModule .JobAccordionModule .topDivider,
  .JobAccordionModule .ArticleOverlayModule .topDivider {
    display: none;
  }

  .ArticleOverlayModule .quote {
    margin-bottom: 54px;
  }

  .ArticleOverlayModule .col-4-12:nth-child(2) {
    margin-top: 44px;
    padding-left: 0px;
  }

  .ArticleOverlayModule .col-4-12:nth-child(2) .title {
    margin-bottom: 36px;
  }

  .ArticleOverlayModule .content p {
    font-size: 20px;
  }

  .ArticleOverlayModule .content p,
  .ArticleOverlayModule .content h2,
  .ArticleOverlayModule .content h1 {
    padding-right: 0px;
  }
}

@media screen and (max-width: 640px) {
  .ArticleOverlayModule {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ArticleOverlayModule .content .author p {
    padding-top: 6px;
  }

  .ArticleOverlayModule .content .author p span {
    display: block;
    height: 0;
  }
}

.BasicTextModule {
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.BasicTextModule .outerContainer {
  position: relative;
}

.BasicTextModule .outerContainer .grid .type {
  padding-left: 76px;
  color: #282828;
  font-family: "Camber-Medium";
}

.BasicTextModule .outerContainer .grid .section:first-of-type {
  margin-top: 6px;
}

.BasicTextModule .outerContainer .content {
  background-color: #ffffff;
  width: 100%;
}

.BasicTextModule .outerContainer .content .col-8-12 {
  padding-left: 54px;
}

.BasicTextModule .outerContainer .content .col-8-12 h2 {
  margin-bottom: 100px;
  line-height: 1.2;
}

.BasicTextModule .outerContainer .content .col-8-12 .section h2 {
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .BasicTextModule .outerContainer .content .col-8-12 {
    padding-left: 0px;
  }
}

.BasicTextModule .outerContainer .section {
  margin-bottom: 48px;
  padding-right: 46px;
}

.BasicTextModule .outerContainer .section p {
  font-family: "Camber-Light";
  font-size: 18px;
  line-height: 26px;
}

.BasicTextModule .outerContainer .section ul li {
  font-family: "Camber-Light";
  font-size: 18px;
  text-align: left;
  color: #282828;
  margin-bottom: 8px;
  padding-left: 36px;
}

.BasicTextModule .outerContainer .section ul li::before {
  content: "\2014";
  margin-right: 17px;
  margin-left: -35px;
}

.BasicTextModule .outerContainer .highlight {
  font-family: "Camber-Medium";
  font-size: 14px;
}

.BasicTextModule .outerContainer .subHeader,
.BasicTextModule .outerContainer .content .col-8-12 .section h2,
.BasicTextModule .outerContainer .section a,
.BasicTextModule .outerContainer .section h2,
.JobAccordionModule .accordionRow .section .BasicTextModule .outerContainer a,
.JobAccordionModule .accordionRow .section .BasicTextModule .outerContainer h2 {
  font-size: 18px;
  margin-bottom: 26px;
  color: #ff6d15;
  font-family: "Camber-Medium";
}

.BasicTextModule .col-4-12 {
  padding-top: 0px;
  padding-left: 42px;
}

@media screen and (max-width: 1000px) {
  .BasicTextModule .outerContainer {
    padding-left: 20px;
  }

  .BasicTextModule .col-4-12 h1 {
    margin-bottom: 10px;
  }
}

div .CaseImageModule {
  padding-left: 0px;
  padding-right: 0px;
}

.CaseImageModule {
  background-color: #ffffff;
  padding-bottom: 100px;
}

.CaseImageModule .caseImageContent {
  padding-left: 42px;
  padding-right: 42px;
}

.CaseImageModule .caseImageModuleHeadline {
  font-family: 'Camber-Medium';
  color: #282828;
}

.CaseImageModule .caseImageModuleLocation {
  font-family: 'Camber-UltraLight';
  color: #a6a6a6;
}

.CaseImageModule img {
  width: 100%;
  margin-bottom: 45px;
}

@media screen and (max-width: 1000px) {
  .CaseImageModule .caseImageContent {
    padding-left: 18px;
  }
}

@media screen and (max-width: 1000px) {
  div .CaseImageModule {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media screen and (max-width: 768px) {
  div .CaseImageModule {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media screen and (max-width: 640px) {
  div .CaseImageModule {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.CaseStudyModule {
  background-color: #ffffff;
  padding-bottom: 100px;
}

.CaseStudyModule .CaseStudyImagePopup {
  position: absolute;
  width: 276px;
  min-height: 360px;
  background-color: #ffffff;
  opacity: 0;
}

.CaseStudyModule .CaseStudyImagePopup .imageContainer {
  background-color: #f3f3f3;
}

.CaseStudyModule .CaseStudyImagePopup .imageContainer img {
  opacity: 0;
}

.CaseStudyModule .content {
  width: 100%;
  background-color: #ffffff;
}

.CaseStudyModule .caseVideoComponent {
  height: 100%;
}

.CaseStudyModule .caseImageComponent {
  height: 100%;
}

.CaseStudyModule .caseImageComponent img:first-of-type {
  width: 100%;
}

.CaseStudyModule .caseImageComponent .imageContainer img {
  width: 100%;
}

.CaseStudyModule .caseImageComponent .buttonCircleSmall img {
  width: 11px;
  height: 11px;
}

.CaseStudyModule .hotspots {
  display: none;
}

.CaseStudyModule .componentContainer {
  width: 100%;
  overflow: hidden;
  margin-bottom: 45px;
  position: relative;
}

.CaseStudyModule .caseComponent {
  position: absolute;
  width: 100%;
  top: 0px;
  opacity: 0;
  pointer-events: none;
}

.CaseStudyModule .caseComponent:first-of-type {
  display: inline;
  opacity: 1;
  pointer-events: all;
}

.CaseStudyModule .find_me {
  background-color: palegreen;
}

.CaseStudyModule .downloadSection {
  position: absolute;
  height: 71px;
  width: 100%;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  bottom: 0px;
}

.CaseStudyModule .downloadSection p {
  font-family: "Camber-Medium";
  padding-top: 27px;
  padding-left: 46px;
}

.CaseStudyModule .downloadSection p span {
  font-family: "Camber-UltraLight";
}

.CaseStudyModule .link p {
  padding-left: 46px;
}

.CaseStudyModule .grid {
  padding-left: 46px;
  padding-right: 0px;
}

.CaseStudyModule .grid .col-4-12:nth-child(2) {
  padding-left: 0px;
}

.CaseStudyModule .body {
  margin-top: 30px;
}

.CaseStudyModule .body .col-8-12 p {
  max-width: 620px;
}

.CaseStudyModule .body .col-4-12 {
  min-height: 71px;
}

.CaseStudyModule .body .col-4-12:nth-child(2) {
  padding-left: 0px;
}

.CaseStudyModule .noText {
  padding: 0;
}

.CaseStudyModule .noText .col-8-12 {
  width: 0%;
}

.CaseStudyModule .noText .col-4-12 {
  padding-left: 0;
  width: 100%;
}

.CaseStudyModule .col-8-12 h2 {
  font-family: "Camber-Medium";
  color: #282828;
  font-size: 28px;
}

.CaseStudyModule .col-8-12 h2 span {
  font-family: "Camber-UltraLight";
  color: #a6a6a6;
}

.CaseStudyModule .col-4-12 p {
  font-size: 15px;
}

.CaseStudyModule .col-4-12.link {
  padding-top: 5px;
}

.CaseStudyModule .buttonContainer {
  position: absolute;
  right: 141px;
  top: 0px;
}

.CaseStudyModule .buttonContainer.small {
  right: inherit;
  left: 49px;
  top: -116px;
}

.CaseStudyModule.inline {
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 1200px) {
  .CaseStudyModule .link p {
    padding-left: 0px;
  }

  .CaseStudyModule p {
    font-size: 18px;
  }

  .CaseStudyModule .body .col-4-12 {
    margin-top: 40px;
  }

  .CaseStudyModule .buttonContainer {
    top: -34px;
  }

  .CaseStudyModule .buttonContainer.small {
    right: 140px;
    left: inherit;
    top: -151px;
  }

  .CaseStudyModule .downloadSection p {
    padding-left: 0px;
  }

  .CaseStudyModule .grid {
    padding-right: 46px;
  }

  .CaseStudyModule [class*='col-'] {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 1000px) {
  .CaseStudyModule {
    padding-bottom: 60px;
  }

  .CaseStudyModule .grid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .CaseStudyModule .body {
    margin-top: 28px;
  }

  .CaseStudyModule .buttonContainer {
    top: -34px;
  }

  .CaseStudyModule .downloadSection p {
    padding-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .CaseStudyModule .buttonContainer {
    top: inherit;
    position: relative;
    bottom: 0px;
    right: 0px;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .CaseStudyModule .body {
    margin-top: 78px;
  }

  .CaseStudyModule .grid {
    padding-left: 17px;
    padding-right: 17px;
  }
}

.CaseStudyImageHotspot .text {
  padding-top: 29px;
  padding-left: 23px;
  padding-right: 23px;
  line-height: 1.44;
}

.CaseStudyImageHotspot .text:nth-child(3) {
  padding-top: 0px;
  font-size: 13px;
  font-family: "Camber-Medium";
}

.CaseStudyImageHotspot .text:nth-child(3) span {
  font-family: "Camber-UltraLight";
}

.CaseStudyImageHotspot .title {
  padding-top: 29px;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 20px;
  line-height: 1.1;
  font-family: "Camber-Medium";
  margin-bottom: 14px;
}

.CaseStudyImageHotspot .button {
  padding-left: 23px;
  position: absolute;
  bottom: 28px;
  left: 0px;
}

@media screen and (max-width: 768px) {
  .CaseStudyImageHotspot {
    opacity: 0;
  }
}

.CaseStudyPreviewModule {
  background-color: #282828;
  padding-top: 41px;
  padding-bottom: 47px;
  position: relative;
}

.CaseStudyPreviewModule .grid {
  display: flex;
}

.CaseStudyPreviewModule .grid .col-8-12 {
  min-height: 1px;
}

.CaseStudyPreviewModule .grid .col-8-12 .imageContainer {
  position: relative;
  width: 100%;
  padding-top: 59.7%;
}

.CaseStudyPreviewModule .grid .col-8-12 .imageContainer img {
  position: absolute;
  width: 100%;
  top: 0px;
  opacity: 0;
}

.CaseStudyPreviewModule .grid .col-4-12 .caption {
  position: absolute;
  bottom: 0px;
}

.CaseStudyPreviewModule .grid .col-4-12 .caption .button .link {
  text-decoration: underline;
  color: inherit;
}

.CaseStudyPreviewModule .grid .col-4-12 .caption .button a {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.CaseStudyPreviewModule .grid .col-4-12 .caption .button a:hover {
  color: #ff6d15;
}

.CaseStudyPreviewModule .grid .col-4-12 .caption h2,
.CaseStudyPreviewModule .grid .col-4-12 .caption .button {
  color: #ffffff;
  padding-left: 46px;
}

.CaseStudyPreviewModule .grid .col-4-12 .caption h2 {
  margin-bottom: 25px;
}

.CaseStudyPreviewModule .grid .col-4-12 .caption p {
  color: #ffffff;
}

.CaseStudyPreviewModule .grid .col-4-12 .caption h2 span:first-of-type {
  font-family: "Camber-Medium";
}

@media screen and (max-width: 1000px) {
  .CaseStudyPreviewModule .grid .col-4-12 .caption {
    position: relative;
    bottom: inherit;
    margin-top: 60px;
  }

  .CaseStudyPreviewModule .grid .col-4-12 .caption h2,
  .CaseStudyPreviewModule .grid .col-4-12 .caption .button {
    padding-left: 28px;
  }
}

@media screen and (max-width: 640px) {
  .CaseStudyPreviewModule .grid .col-4-12 .caption h2,
  .CaseStudyPreviewModule .grid .col-4-12 .caption .button {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .CaseStudyPreviewModule .grid {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .CaseStudyPreviewModule {
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .CaseStudyPreviewModule {
    padding-top: 17px;
  }
}

@media screen and (max-width: 640px) {
  .CaseStudyPreviewModule {
    padding-top: 10px;
  }
}

.CaseStudyVideoModule {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ffffff;
}

.CaseStudyVideoModule .posterImage {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  pointer-events: none;
}

.CaseStudyVideoModule .videoContainer {
  width: 100%;
  position: relative;
  background-color: #f3f3f3;
  margin-bottom: 45px;
}

.CaseStudyVideoModule .mobilePlayButton {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 51px;
  height: 51px;
  background-color: #ffffff;
  border-radius: 51px;
  cursor: pointer;
  pointer-events: none;
}

.CaseStudyVideoModule .mobilePlayButton .playIcon {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  pointer-events: none;
  left: 19px;
  top: 17px;
}

.CaseStudyVideoModule .mobilePlayButton .pauseIcon {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  pointer-events: none;
  left: 17px;
  top: 17px;
}

.CaseStudyVideoModule .videoControls {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 80px;
  margin-top: -40px;
  left: 0px;
  padding-left: 42px;
  padding-right: 42px;
}

.CaseStudyVideoModule .videoControls .controlsContent {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 32px;
}

.CaseStudyVideoModule .videoControls .controlsContent .shareButton {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  right: 22px;
  top: 0px;
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.CaseStudyVideoModule .videoControls .controlsContent .shareButton .shareIcon {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  pointer-events: none;
  left: 34px;
  top: 34px;
}

.CaseStudyVideoModule .videoControls .controlsContent .scrubberContainer {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 0%;
  overflow: hidden;
}

.CaseStudyVideoModule .videoControls .controlsContent .scrubberTrack {
  opacity: 0;
  position: absolute;
  background-color: #cccccc;
  height: 1px;
  left: 183px;
  top: 42px;
}

.CaseStudyVideoModule .videoControls .controlsContent .scrubberTrack .hitArea {
  position: relative;
  width: 100%;
  height: 21px;
  top: -13px;
  cursor: pointer;
}

.CaseStudyVideoModule .videoControls .controlsContent .scrubberTrack .scrubberProgress {
  position: relative;
  background-color: #ff6d15;
  height: 3px;
  top: -1px;
  width: 0%;
}

.CaseStudyVideoModule .videoControls .controlsContent .labelContainer {
  width: 0px;
  height: 20px;
  overflow: hidden;
  position: relative;
}

.CaseStudyVideoModule .videoControls .controlsContent .label {
  opacity: 0;
  color: #282828;
  padding-left: 183px;
  padding-right: 183px;
  font-size: 15px;
  white-space: nowrap;
  font-family: "Camber-Medium";
  position: absolute;
}

.CaseStudyVideoModule .videoControls .controlsContent .currentTime {
  opacity: 0;
  position: absolute;
  left: 127px;
  top: 33px;
  font-size: 13px;
  color: #a6a6a6;
}

.CaseStudyVideoModule .videoControls .controlsContent .totalTime {
  opacity: 0;
  position: absolute;
  right: 127px;
  top: 33px;
  font-size: 13px;
  color: #a6a6a6;
}

.CaseStudyVideoModule .videoControls .controlsContent .playButton {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  left: 18px;
  top: 0px;
  width: 80px;
  height: 80px;
  z-index: 2;
}

.CaseStudyVideoModule .videoControls .controlsContent .playButton .playIcon {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  pointer-events: none;
  left: 34px;
  top: 34px;
}

.CaseStudyVideoModule .videoControls .controlsContent .playButton .pauseIcon {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  pointer-events: none;
  left: 34px;
  top: 34px;
}

.CaseStudyVideoModule .headline {
  font-family: 'Camber-Medium';
  color: #282828;
}

.CaseStudyVideoModule .location {
  font-family: 'Camber-UltraLight';
  color: #a6a6a6;
}

.CaseStudyVideoModule video {
  width: 100%;
  visibility: hidden;
}

.CollectionSmallModule .imageContainer {
  margin-bottom: 20px;
  overflow: hidden;
}

.CollectionSmallModule .imageContainer img {
  opacity: 0;
  width: 100%;
}

.CollectionSmallModule .content {
  position: relative;
  padding-left: 42px;
  padding-right: 42px;
  width: 100%;
}

.CollectionSmallModule .content a p {
  margin-bottom: 32px;
  font-size: 15px;
}

.CollectionSmallModule .content h2 {
  position: absolute;
  font-family: "Camber-Medium";
  font-size: 28px;
  top: 55px;
  padding-right: inherit;
}

.CollectionSmallModule .body {
  font-size: 26px;
  font-family: "Camber-UltraLight";
  margin-bottom: 34px;
  position: absolute;
  top: 90px;
  padding-right: inherit;
  line-height: 1.23;
}

.CollectionSmallModule .button {
  position: absolute;
  bottom: 22px;
  margin-left: 42px;
}

@media screen and (max-width: 1000px) {
  .CollectionSmallModule .content {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media screen and (max-width: 640px) {
  .CollectionSmallModule .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1350px) {
  .CollectionSmallModule .button {
    bottom: 6px;
    margin-left: 25px;
  }

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

  .CollectionSmallModule .content h2 {
    font-size: 22px;
    line-height: 20px;
  }

  .CollectionSmallModule .body {
    top: 77px;
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (max-width: 1000px) {
  .CollectionSmallModule:not(:first-child) {
    padding-top: 60px;
  }

  .CollectionSmallModule {
    border-bottom: 1px solid #eaeaea;
  }

  .CollectionSmallModule .content {
    margin-left: 0px;
  }

  .CollectionSmallModule .content h2 {
    font-size: 22px;
    top: inherit;
    position: relative;
  }

  .CollectionSmallModule .button {
    margin-left: 18px;
    position: relative;
    bottom: inherit;
    margin-bottom: 40px;
  }

  .CollectionSmallModule .body {
    font-size: 20px;
    top: inherit;
    position: relative;
  }
}

.ContactMarketHeaderModule {
  background-color: #ffffff;
}

.ContactMarketHeaderModule .grid {
  background-color: #f3f3f3;
  padding-top: 100px;
}

.ContactMarketHeaderModule .grid .col-4-12 {
  padding-bottom: 73px;
}

.ContactMarketHeaderModule .grid .content {
  padding-left: 42px;
  padding-right: 42px;
}

.ContactMarketHeaderModule .grid h1 {
  font-size: 26px;
  font-family: "Camber-Medium";
  white-space: nowrap;
}

.ContactMarketHeaderModule .buttonCircleSmall {
  position: absolute;
}

.ContactMarketHeaderModule .button p {
  transform: translate3d(34px, 2px, 0px);
}

@media screen and (max-width: 1000px) {
  .ContactMarketHeaderModule {
    margin-bottom: 0px;
  }

  .ContactMarketHeaderModule .grid .content {
    padding-left: 23px;
    padding-right: 23px;
  }

  .ContactMarketHeaderModule .grid .col-4-12:nth-child(1) {
    padding-bottom: 25px;
  }

  .ContactMarketHeaderModule .grid .col-4-12:nth-child(2) {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  .ContactMarketHeaderModule .grid h1 {
    white-space: inherit;
  }
}

.ContactMarketModule {
  background-color: #ffffff;
}

.ContactMarketModule .grid {
  background-color: #f3f3f3;
}

.ContactMarketModule .col-4-12 {
  margin-bottom: 50px;
}

.ContactMarketModule .content {
  padding-left: 42px;
  padding-right: 42px;
  min-height: 140px;
}

.ContactMarketModule .content p {
  font-size: 16px;
}

.ContactMarketModule .content a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid #a6a6a6;
}

.ContactMarketModule .content a {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.ContactMarketModule .content a:hover {
  color: #ff6d15;
}

.ContactMarketModule .headline {
  font-size: 18px;
  font-family: "Camber-Medium";
}

.ContactMarketModule .location {
  font-size: 18px;
  color: #a6a6a6;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .ContactMarketModule {
    padding-top: 0px;
  }

  .ContactMarketModule .content {
    min-height: 0px;
    padding-left: 23px;
    padding-right: 23px;
  }
}

.ContactPrimaryModule .content {
  padding-top: 45px;
  padding-left: 42px;
  padding-right: 42px;
}

.ContactPrimaryModule .content .headline {
  color: #ff6d15;
  font-size: 26px;
  font-family: "Camber-Medium";
}

.ContactPrimaryModule .content .location {
  color: #a6a6a6;
  font-family: "Camber-UltraLight";
  margin-bottom: 26px;
}

.ContactPrimaryModule .content p {
  font-size: 15px;
}

.ContactPrimaryModule .content .fax {
  margin-bottom: 57px;
}

.ContactPrimaryModule .content .mapsIcon {
  position: absolute;
  right: -12px;
  top: 2px;
}

.ContactPrimaryModule .content a {
  position: relative;
  font-family: "Camber-Medium";
}

.ContactPrimaryModule .content a {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.ContactPrimaryModule .content a:hover {
  color: #ff6d15;
}

@media screen and (max-width: 1000px) {
  .ContactPrimaryModule:last-of-type {
    padding-bottom: 100px;
  }

  .ContactPrimaryModule .content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ContactPrimaryModule .content .fax {
    margin-bottom: 29px;
  }
}

.ContactTeaserModule .content {
  padding-top: 45px;
  padding-left: 42px;
  padding-right: 42px;
  background-color: #f3f3f3;
}

.ContactTeaserModule .content .title {
  margin-bottom: 20px;
  font-size: 15px;
}

.ContactTeaserModule .button {
  position: absolute;
  bottom: 22px;
}

.ContactTeaserModule .button p {
  text-decoration: none;
}

.ContactTeaserModule .searchContainer {
  position: relative;
}

.ContactTeaserModule .searchContainer .searchIcon {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  right: 2px;
  top: 12px;
}

.ContactTeaserModule .searchResult .headline {
  color: #ff6d15;
  font-size: 26px;
  font-family: "Camber-Medium";
}

.ContactTeaserModule .searchResult .location {
  color: #a6a6a6;
  font-family: "Camber-UltraLight";
  margin-bottom: 26px;
}

.ContactTeaserModule .searchResult p {
  font-size: 15px;
}

.ContactTeaserModule .searchField {
  width: 100%;
  font-size: 15px;
  color: #282828;
  border-bottom: 1px solid #a6a6a6;
  background-color: #f3f3f3;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  height: 40px;
  margin-bottom: 107px;
}

@media screen and (max-width: 1000px) {
  .ContactTeaserModule .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1350px) {
  .ContactTeaserModule .searchResult .headline {
    font-size: 19px;
  }

  .ContactTeaserModule .searchResult .location {
    margin-bottom: 26px;
    font-size: 19px;
  }

  .ContactTeaserModule .searchResult p {
    font-size: 15px;
  }

  .ContactTeaserModule .button {
    bottom: 6px;
  }

  .ContactTeaserModule .searchField {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1280px) {
  .ContactTeaserModule .searchField {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .ContactTeaserModule:not(:first-child) {
    padding-top: 60px;
  }

  .ContactTeaserModule {
    border-bottom: 1px solid #eaeaea;
  }

  .ContactTeaserModule {
    padding-bottom: 33px;
  }

  .ContactTeaserModule .content {
    height: inherit;
    margin-left: 0px;
  }

  .ContactTeaserModule .button {
    position: relative;
    bottom: inherit;
    margin-bottom: 40px;
  }

  .ContactTeaserModule .phone {
    margin-bottom: 51px;
  }
}

.DesignerModule {
  padding-bottom: 100px;
  background-color: #ffffff;
}

.DesignerModule img {
  width: 100%;
  opacity: 0;
}

.DesignerModule h2 {
  color: #ff6d15;
}

.DesignerModule .col-4-12:first-child {
  padding-left: 42px;
}

.DesignerModule .col-4-12 p:first-of-type {
  margin-bottom: 27px;
  font-size: 15px;
}

.DesignerModule .col-4-12 p:last-of-type {
  position: absolute;
  bottom: 0px;
  line-height: 1.4;
  color: #a6a6a6;
  font-size: 15px;
}

.DesignerModule .col-4-12:nth-child(3) img:first-of-type {
  margin-bottom: 15px;
}

@media screen and (max-width: 1350px) {
  .DesignerModule .col-4-12:first-child {
    padding-left: 29px;
  }
}

@media screen and (max-width: 1000px) {
  .DesignerModule .col-4-12:first-child {
    padding-left: 20px;
  }

  .DesignerModule .col-4-12 h2 {
    margin-bottom: 26px;
  }

  .DesignerModule .col-4-12 p:last-of-type {
    position: relative;
    margin-bottom: 47px;
  }
}

.DetailsModule {
  background-color: #ffffff;
  padding-bottom: 100px;
}

.DetailsModule .col-8-12 {
  max-height: 597px;
  overflow: hidden;
}

.DetailsModule .col-8-12 .imageContainer {
  max-height: 597px;
  overflow: hidden;
  width: 100%;
}

.DetailsModule .col-8-12 img {
  width: 100%;
  display: none;
}

.DetailsModule .col-8-12 img:first-of-type {
  display: inline;
}

.DetailsModule .col-4-12 {
  color: #282828;
}

.DetailsModule .col-4-12 .content {
  position: relative;
}

.DetailsModule .col-4-12 .content div {
  display: none;
}

.DetailsModule .col-4-12 .content div:first-of-type {
  display: inline-block;
}

.DetailsModule .col-4-12 p:first-of-type {
  font-size: 18px;
  line-height: 1.44;
}

.DetailsModule .col-4-12 .inner {
  padding-left: 44px;
}

.DetailsModule .col-4-12 .bottom {
  position: absolute;
  bottom: 128px;
  padding-left: 0px;
  padding-right: 90px;
}

.DetailsModule .col-4-12 .bottom h2 {
  font-family: "Camber-Medium";
  margin-bottom: 24px;
}

.DetailsModule .col-4-12 .bottom p {
  margin-bottom: 56px;
}

.DetailsModule .col-4-12 .pagination {
  position: absolute;
  left: 61px;
  bottom: 104px;
}

.DetailsModule .col-4-12 .buttons {
  position: absolute;
  left: 61px;
  bottom: 81px;
}

@media screen and (max-width: 1000px) {
  .DetailsModule .col-4-12 .inner {
    padding-left: 20px;
  }

  .DetailsModule .col-4-12 p:first-of-type {
    margin-top: 29px;
    margin-bottom: 29px;
  }

  .DetailsModule .col-4-12 .bottom {
    position: relative;
    bottom: 0px;
  }

  .DetailsModule .col-4-12 .buttons {
    position: relative;
    right: 0;
    top: 0;
    left: 18px;
  }

  .DetailsModule .col-4-12 .pagination {
    position: relative;
    right: 0;
    top: 0;
    left: 18px;
    margin-bottom: 14px;
  }
}

.DownloadSectionModule {
  position: relative;
  margin-top: 80px;
  height: 74px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.DownloadSectionModule p {
  padding-top: 26px;
}

.DownloadSectionModule .resourceButtons {
  right: 0px;
  top: 15px;
}

@media screen and (max-width: 1000px) {
  .DownloadSectionModule {
    display: none;
  }
}

.FilterModule {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.FilterModule .col-4-12 {
  min-height: 40px;
}

.FilterModule .col-4-12 h2 {
  font-family: "Camber-Medium";
  font-size: 48px;
  line-height: 1.44;
  letter-spacing: -0.5px;
  color: #282828;
  padding-left: 42px;
  margin-top: -19px;
  margin-bottom: 20px;
}

.FilterModule .col-4-12 h2 .arrow {
  display: none;
  position: absolute;
  right: 22px;
  top: 26px;
}

.FilterModule .col-4-12 .label {
  display: none;
}

.FilterModule .col-4-12 .options {
  height: 0;
  overflow: hidden;
}

.FilterModule .col-4-12 .options.active {
  height: inherit;
  padding-bottom: 20px;
  overflow: inherit;
}

.FilterModule .col-4-12 .container {
  position: relative;
}

.FilterModule .col-4-12 .mobile .hitarea {
  width: 100%;
  height: 70px;
  background-color: red;
  z-index: 2;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.FilterModule p {
  font-size: 15px;
}

.FilterModule .col-4-12:nth-child(1) {
  padding-left: 47px;
}

.FilterModule .col-4-12:nth-child(2) {
  margin-left: -38px;
}

.FilterModule .col-4-12:nth-child(3) {
  margin-left: -68px;
}

.FilterModule p.highlight {
  font-family: "Camber-Medium";
}

.FilterModule .resetButton,
.FilterModule .filterItem {
  position: relative;
  z-index: 3;
  cursor: pointer;
  margin-bottom: 16px;
}

.FilterModule .resetButton .iconContainer,
.FilterModule .filterItem .iconContainer {
  pointer-events: none;
  border: 1px solid #3f3f3f;
  border-radius: 50%;
  opacity: 0.15;
  width: 25px;
  height: 25px;
  background-color: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
}

.FilterModule .resetButton p,
.FilterModule .filterItem p {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  pointer-events: none;
  padding-top: 3px;
  margin-left: 37px;
}

.FilterModule .resetButton img,
.FilterModule .filterItem img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  left: 7px;
  top: 6px;
}

.FilterModule .filterItem img {
  position: absolute;
  left: 6px;
  top: 6px;
}

@media screen and (max-width: 1200px) {
  .FilterModule .col-8-12 .grid .col-4-12 {
    width: 50%;
    margin-left: 0;
    padding-left: 0;
  }

  .FilterModule .col-8-12 .grid col-4-12:nth-child(1) {
    margin-left: 0;
    padding-left: 0;
  }

  .FilterModule .col-8-12 .grid col-4-12:nth-child(2) {
    margin-left: 0;
    padding-left: 0;
  }

  .FilterModule .col-8-12 .grid .col-4-12:nth-child(3) {
    margin-left: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 1000px) {
  .FilterModule {
    padding-bottom: 20px;
  }

  .FilterModule .resetButton .iconContainer,
  .FilterModule .filterItem .iconContainer {
    left: inherit;
    right: 18px;
  }

  .FilterModule .resetButton img,
  .FilterModule .filterItem img {
    left: inherit;
    right: 24px;
  }

  .FilterModule .resetButton p,
  .FilterModule .filterItem p {
    margin-left: 0;
  }

  .FilterModule .filterItem img {
    left: inherit;
    right: 6px;
  }

  .FilterModule .filterItem p {
    margin-left: 0;
  }

  .FilterModule .grid {
    padding-left: 18px;
    padding-right: 18px;
  }

  .FilterModule .grid .col-4-12 {
    padding-left: 0;
    cursor: pointer;
  }

  .FilterModule .grid .col-4-12 .container {
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
  }

  .FilterModule .grid .col-4-12 .title {
    display: none;
  }

  .FilterModule .grid .col-4-12 h2 {
    font-size: 18px;
    padding-left: 0;
  }

  .FilterModule .grid .col-4-12 .label {
    display: block;
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .FilterModule .grid .col-4-12 .label .arrow {
    display: block;
  }

  .FilterModule .col-8-12 {
    display: none;
  }

  .FilterModule .col-8-12 .grid {
    padding-left: 0;
    padding-right: 0;
  }

  .FilterModule .col-8-12 .grid .col-4-12 {
    width: 100%;
  }

  .FilterModule .col-8-12 .grid .col-4-12:nth-child(1) {
    padding-left: 0;
  }

  .FilterModule .col-8-12 .grid .col-4-12:nth-child(2) {
    margin-left: 0;
  }

  .FilterModule .col-8-12 .grid .col-4-12:nth-child(3) {
    margin-left: 0;
  }
}

.GalleryLargeModule {
  background-color: #282828;
  padding-top: 41px;
  padding-bottom: 47px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

.GalleryLargeModule .grid {
  min-height: 80px;
}

.GalleryLargeModule .colLeft {
  width: 66.66%;
  min-height: 1px;
}

.GalleryLargeModule .colLeft .caption {
  display: none;
}

.GalleryLargeModule .colLeft .caption h2 span:last-child {
  color: #a6a6a6;
  font-family: "Camber-UltraLight";
}

.GalleryLargeModule .button .link {
  text-decoration: underline;
  color: inherit;
}

.GalleryLargeModule .button a {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.GalleryLargeModule .button a:hover {
  color: #ff6d15;
}

.GalleryLargeModule .colRight {
  width: 33.33%;
}

.GalleryLargeModule .imageCount {
  color: #a6a6a6;
  margin-top: 2px;
}

.GalleryLargeModule [class*='col'] {
  float: left;
  position: relative;
  padding-right: 8px;
}

.GalleryLargeModule .buttonContainer {
  position: absolute;
  bottom: 130px;
  right: 184px;
}

.GalleryLargeModule .imageContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 45px;
  padding-left: 42px;
}

.GalleryLargeModule .imageContainer .innerContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.GalleryLargeModule .imageContainer .loadBox {
  opacity: 0;
}

.GalleryLargeModule .imageContainer img {
  position: absolute;
  height: 100%;
  opacity: 0;
}

.GalleryLargeModule h2,
.GalleryLargeModule .button {
  color: #ffffff;
  padding-left: 87px;
}

.GalleryLargeModule h2 {
  margin-bottom: 25px;
}

.GalleryLargeModule p {
  color: #ffffff;
}

.GalleryLargeModule h2 span:first-of-type {
  font-family: "Camber-Medium";
}

@media screen and (max-width: 1000px) {
  .GalleryLargeModule {
    padding-top: 20px;
  }

  .GalleryLargeModule h2,
  .GalleryLargeModule .button {
    padding-left: 47px;
  }

  .GalleryLargeModule .imageContainer {
    padding-left: 28px;
    padding-right: 28px;
  }

  .GalleryLargeModule .buttonContainer {
    right: 133px;
  }
}

@media screen and (max-width: 768px) {
  .GalleryLargeModule {
    padding-top: 17px;
  }

  .GalleryLargeModule .imageContainer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .GalleryLargeModule .buttonContainer {
    position: relative;
    bottom: 0px;
    right: 0px;
    margin-left: 36px;
    margin-bottom: 30px;
  }

  .GalleryLargeModule h2,
  .GalleryLargeModule .button {
    padding-left: 36px;
  }

  .GalleryLargeModule .colLeft {
    margin-bottom: 30px;
  }

  .GalleryLargeModule .imageCount {
    text-align: right;
    padding-right: 10px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 640px) {
  .GalleryLargeModule {
    padding-top: 10px;
  }

  .GalleryLargeModule .imageContainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .GalleryLargeModule h2,
  .GalleryLargeModule .button {
    padding-left: 29px;
  }

  .GalleryLargeModule .buttonContainer {
    margin-left: 29px;
  }
}

.GalleryMediumModule {
  position: relative;
}

.GalleryMediumModule .content {
  padding-top: 23px;
  background-color: #282828;
  width: 99.9%;
}

.GalleryMediumModule .grid {
  min-height: 80px;
  padding-bottom: 32px;
  position: relative;
}

.GalleryMediumModule .colLeft {
  width: 66.66%;
  min-height: 1px;
}

.GalleryMediumModule .colLeft .caption {
  display: none;
}

.GalleryMediumModule .colLeft .caption h2 span:last-child {
  color: #a6a6a6;
  font-family: "Camber-UltraLight";
}

.GalleryMediumModule .colLeft .caption .button {
  bottom: -44px;
}

.GalleryMediumModule .button {
  position: absolute;
  bottom: 22px;
  padding-left: 43px;
}

.GalleryMediumModule .button a p {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.GalleryMediumModule .button a p:hover {
  color: #ff6d15;
}

.GalleryMediumModule .button a p {
  text-decoration: underline;
}

.GalleryMediumModule .colRight {
  width: 33.33%;
}

.GalleryMediumModule .imageCount {
  color: #a6a6a6;
  margin-top: 2px;
}

.GalleryMediumModule [class*='col'] {
  float: left;
  position: relative;
  padding-right: 8px;
}

.GalleryMediumModule .buttonContainer {
  position: absolute;
  top: -4px;
  right: 137px;
}

.GalleryMediumModule .imageContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
  padding-left: 23px;
}

.GalleryMediumModule .imageContainer .innerContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.GalleryMediumModule .imageContainer .loadBox {
  opacity: 0;
}

.GalleryMediumModule .imageContainer img {
  position: absolute;
  height: 100%;
  opacity: 0;
}

.GalleryMediumModule h2,
.GalleryMediumModule .button {
  color: #ffffff;
  padding-left: 45px;
}

.GalleryMediumModule h2 {
  color: #ffffff;
  margin-bottom: 25px;
  font-family: "Camber-Medium";
  font-size: 22px;
  line-height: 1.23;
}

.GalleryMediumModule p {
  color: #ffffff;
}

.GalleryMediumModule h2 span:first-of-type {
  font-family: "Camber-Medium";
}

@media screen and (max-width: 1000px) {
  .GalleryMediumModule {
    padding-top: 20px;
  }

  .GalleryMediumModule .imageContainer {
    padding-left: 10px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 1000px) {
  .GalleryMediumModule {
    padding-top: 17px;
  }

  .GalleryMediumModule .buttonContainer {
    position: relative;
    top: inherit;
    right: inherit;
    margin-left: 28px;
    height: 40px;
    padding-top: 20px;
  }

  .GalleryMediumModule h2,
  .GalleryMediumModule .button {
    padding-left: 28px;
  }

  .GalleryMediumModule .colLeft {
    margin-bottom: 30px;
  }

  .GalleryMediumModule .imageCount {
    display: none;
    text-align: right;
    padding-right: 10px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 640px) {
  .GalleryMediumModule {
    padding-top: 10px;
  }

  .GalleryMediumModule h2,
  .GalleryMediumModule .button {
    padding-left: 19px;
  }

  .GalleryMediumModule .buttonContainer {
    margin-left: 19px;
  }
}

@media screen and (max-width: 1350px) {
  .GalleryMediumModule .button {
    bottom: 6px;
  }

  .GalleryMediumModule .imageContainer {
    margin-bottom: 19px;
  }
}

@media screen and (max-width: 1000px) {
  .GalleryMediumModule:not(:first-child) {
    padding-top: 60px;
  }

  .GalleryMediumModule {
    border-bottom: 1px solid #eaeaea;
  }

  .GalleryMediumModule {
    padding-bottom: 33px;
  }

  .GalleryMediumModule [class*='col'] {
    float: inherit;
    padding-right: 14px;
  }

  .GalleryMediumModule .button {
    bottom: 121px;
  }

  .GalleryMediumModule .colLeft {
    width: 100%;
  }

  .GalleryMediumModule .colLeft .button {
    bottom: -50px;
  }

  .GalleryMediumModule .grid {
    padding-bottom: 52px;
  }
}

.grid {
  height: 100%;
}

.col-4-12 {
  width: 33.33%;
}

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

.col-half {
  width: 50%;
}

.col-8-12 {
  width: 66.66%;
}

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

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

.col-05-12 {
  width: 4.166666667%;
}

.col-85-12 {
  width: 70.83333333%;
}

.col-35-12 {
  width: 29.16666667%;
  padding-left: 7px;
  padding-right: 0px;
}

[class*='col-'] {
  float: left;
  position: relative;
  padding-right: 8px;
  min-height: 1px;
}

.col-half:nth-child(1) {
  padding-right: 11px;
  padding-left: 0;
}

.col-half:nth-child(2) {
  padding-right: 0;
  padding-left: 11px;
}

.col-4-12:nth-child(1) {
  padding-right: 15px;
}

.col-8-12:nth-child(2) {
  padding-right: 0;
  padding-left: 8px;
}

.col-4-12:nth-child(2) {
  padding-right: 0;
  padding-left: 15px;
}

.col-4-12:nth-child(3) {
  padding-right: 0;
  padding-left: 15px;
}

.col-6-12:nth-child(2) {
  padding-right: 0;
  padding-left: 34px;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 1000px) {
  [class*='col-'] {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .col-half:nth-child(2) {
    padding-left: 0px;
  }

  .col-4-12:nth-child(1) {
    padding-right: 0;
    padding-left: 0;
  }

  .col-8-12:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
  }

  .col-4-12:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
  }

  .col-4-12:nth-child(3) {
    padding-right: 0;
    padding-left: 0;
  }

  .col-6-12:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
  }
}

.GridModule {
  background-color: #ffffff;
  padding-bottom: 80px;
  overflow: hidden;
}

.GridModule .spacer {
  position: absolute;
  width: 1px;
  height: 100%;
  right: -4px;
  top: 0px;
}

.GridModule .spacer .spacerLine {
  background-color: #eaeaea;
  width: 1px;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .GridModule .spacer {
    display: none;
  }
}

.GridModule.inline {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.GridModule.inline .spacer {
  display: none;
}

@media screen and (max-width: 1000px) {
  .GridModule {
    padding-bottom: 0px;
  }

  .GridModule:not(:first-child) {
    padding-top: 60px;
  }

  .GridModule.inline:not(:first-child) {
    padding-top: 0px;
  }

  .GridModule.products:not(:first-child) {
    padding-top: 0px;
  }
}

@media screen and (max-width: 640px) {
  .GridModule:not(:first-child) {
    padding-top: 40px;
  }
}

.GridModule.lightGrey {
  background-color: #f3f3f3;
}

.HomepageAboutModule {
  min-height: 340px;
  background-color: #ffffff;
  font-size: 0;
  padding-bottom: 100px;
  line-height: 1.2;
}

.HomepageAboutModule .bottomContent {
  position: absolute;
  bottom: 32px;
}

.HomepageAboutModule .moduleTitle {
  color: #282828;
  margin-bottom: 47px;
  font-size: 15px;
}

.HomepageAboutModule .moduleBody {
  font-family: "Camber-UltraLight";
  margin-bottom: 48px;
}

.HomepageAboutModule .moduleBody span {
  font-family: "Camber-Medium";
  color: #ff6d15;
}

.HomepageAboutModule img {
  width: 100%;
}

.HomepageAboutModule .grid {
  position: relative;
}

.HomepageAboutModule .link {
  color: #ff6d15;
}

.HomepageAboutModule a:link {
  color: #ff6d15;
}

.HomepageAboutModule a:visited {
  color: #ff6d15;
}

.HomepageAboutModule a:hover {
  color: #ff6d15;
}

.HomepageAboutModule .innerContainer {
  padding-left: 18px;
  padding-right: 45px;
}

.HomepageAboutModule .col1 {
  display: inline-block;
  position: relative;
  height: 0;
  padding-top: 44.5%;
}

.HomepageAboutModule .col1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.HomepageAboutModule .col2 {
  display: inline-block;
  padding-left: 44px;
  position: initial;
}

@media screen and (max-width: 1280px) {
  .HomepageAboutModule h2 {
    font-size: 18px;
  }

  .HomepageAboutModule p {
    font-size: 13px;
  }

  .HomepageAboutModule .bottomContent {
    bottom: 22px;
  }
}

@media screen and (max-width: 1000px) {
  .HomepageAboutModule .bottomContent {
    bottom: 22px;
  }
}

@media screen and (max-width: 1000px) {
  .HomepageAboutModule .col1 {
    padding-right: 0px;
    padding-top: 67%;
  }

  .HomepageAboutModule .col2 {
    padding-left: 0px;
    margin-top: 10px;
  }

  .HomepageAboutModule .moduleTitle {
    margin-top: 29px;
    margin-bottom: 37px;
    width: 75%;
  }

  .HomepageAboutModule .moduleBody {
    width: 75%;
    margin-bottom: 35px;
  }

  .HomepageAboutModule .bottomContent {
    position: relative;
    padding-right: 0px;
    bottom: 0px;
  }

  .HomepageAboutModule .innerContainer {
    width: 100%;
    margin: 0;
    padding-left: 19px;
  }
}

@media screen and (max-width: 640px) {
  .HomepageAboutModule .moduleBody {
    width: 90%;
    font-size: 20px;
  }
}

.HomepageHeroModule {
  background-color: #ffffff;
  padding: 0;
  padding-bottom: 0px;
  padding-top: 0px;
  cursor: pointer;
}

.HomepageHeroModule .rightColumn {
  position: relative;
  margin-top: 43px;
  padding-left: 48px;
  padding-right: 90px;
}

.HomepageHeroModule .rightColumn .spacer {
  position: absolute;
  width: 1px;
  height: 100%;
  left: -11px;
  top: 0px;
}

.HomepageHeroModule .rightColumn .spacer .spacerLine {
  background-color: #eaeaea;
  width: 1px;
  height: 100%;
}

.HomepageHeroModule .rightColumn .rightBody {
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 129%;
}

.HomepageHeroModule .headline {
  position: relative;
  padding-left: 79px;
  letter-spacing: -1.6px;
  line-height: 50%;
  margin-top: -66px;
  padding-right: 55px;
}

.HomepageHeroModule .headline h1 {
  line-height: 110%;
}

.HomepageHeroModule .headline .highlight {
  position: relative;
  font-family: "Camber-Medium";
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 92px, #282828 92px);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 92px, #282828 92px);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 92px, #282828 92px);
  background-repeat: repeat-y;
  background-size: 100% 93px;
}

@media screen and (max-width: 1280px) {
  .HomepageHeroModule .headline .highlight {
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 82px, #282828 82px);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 82px, #282828 82px);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 82px, #282828 82px);
    background-size: 100% 83px;
  }
}

@media screen and (max-width: 1000px) {
  .HomepageHeroModule .headline .highlight {
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 67px, #282828 67px);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 67px, #282828 67px);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 67px, #282828 67px);
    background-size: 100% 68px;
  }
}

@media screen and (max-width: 640px) {
  .HomepageHeroModule .headline .highlight {
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 41px, #282828 41px);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 41px, #282828 41px);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 41px, #282828 41px);
    background-size: 100% 44px;
  }
}

.HomepageHeroModule .headline .base {
  position: relative;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 92px, #282828 92px);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 92px, #282828 92px);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 92px, #282828 92px);
  background-repeat: repeat-y;
  background-size: 100% 93px;
}

@media screen and (max-width: 1280px) {
  .HomepageHeroModule .headline .base {
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 82px, #282828 82px);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 82px, #282828 82px);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 82px, #282828 82px);
    background-size: 100% 83px;
  }
}

@media screen and (max-width: 1000px) {
  .HomepageHeroModule .headline .base {
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 67px, #282828 67px);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 67px, #282828 67px);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 67px, #282828 67px);
    background-size: 100% 68px;
  }
}

@media screen and (max-width: 640px) {
  .HomepageHeroModule .headline .base {
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 41px, #282828 41px);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 41px, #282828 41px);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 41px, #282828 41px);
    background-size: 100% 44px;
  }
}

.HomepageHeroModule .headline h1 {
  font-size: 82px;
}

.HomepageHeroModule .imageContainer {
  width: 100%;
  position: relative;
}

.HomepageHeroModule .imageContainer img {
  width: 100%;
}

.HomepageHeroModule .imageContainer .gradient {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 0px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.2) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.2) 100%);
}

.HomepageHeroModule .imageContainer .gradient.disabled {
  display: none;
}

@media screen and (max-width: 1280px) {
  .HomepageHeroModule .headline h1 {
    font-size: 64px;
  }
}

@media screen and (max-width: 1000px) {
  .HomepageHeroModule {
    padding-bottom: 0px;
  }

  .HomepageHeroModule .headline,
  .HomepageHeroModule .rightColumn {
    padding-left: 38px;
  }

  .HomepageHeroModule .headline {
    padding-left: 38px;
    margin-top: -40px;
  }

  .HomepageHeroModule .headline h1 {
    font-size: 57px;
  }

  .HomepageHeroModule .rightColumn {
    margin-top: 29px;
  }

  .HomepageHeroModule .rightColumn .rightBody {
    padding-top: 0;
    padding-bottom: 50px;
    font-size: 15px;
  }

  .HomepageHeroModule .rightColumn .spacer {
    width: calc(100% - 56px);
    background-color: #eaeaea;
    height: 1px;
    left: 28px;
    top: 58px;
  }
}

@media screen and (max-width: 768px) {
  .HomepageHeroModule .rightColumn .spacer {
    width: calc(100% - 40px);
    left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .HomepageHeroModule .headline {
    padding-left: 30px;
    margin-top: -25px;
  }

  .HomepageHeroModule .headline h1 {
    font-size: 32px;
  }

  .HomepageHeroModule .rightColumn {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    margin-top: 0;
  }

  .HomepageHeroModule .rightColumn .rightBody {
    font-size: 15px;
    padding-bottom: 40px;
  }

  .HomepageHeroModule .rightColumn .spacer {
    position: relative;
    width: calc(100% + 40px);
    left: -20px;
    top: 0;
  }
}

.ImageModule {
  background-color: #ffffff;
  padding-bottom: 100px;
}

.ImageModule img {
  width: 100%;
  margin-bottom: 19px;
  visibility: hidden;
  opacity: 0;
}

.ImageModule p {
  width: 90%;
  line-height: 1.4;
  font-size: 15px;
  color: #a6a6a6;
  padding-left: 42px;
}

@media screen and (max-width: 1000px) {
  .ImageModule {
    padding-bottom: 60px;
  }

  .ImageModule p {
    padding-left: 20px;
  }
}

.InstagramModule .content {
  cursor: pointer;
  position: relative;
  padding: 23px 23px 23px 23px;
  width: 100%;
  background-color: #f3f3f3;
}

.InstagramModule .content .meta {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 23px;
  font-family: "Camber-Medium";
  font-size: 15px;
  color: #282828;
}

.InstagramModule .content .meta .top {
  margin-bottom: 46px;
}

.InstagramModule .content .meta .username {
  margin-right: 5px;
}

.InstagramModule .content .meta .time {
  color: #a6a6a6;
}

.InstagramModule .content .meta .body {
  font-size: 18px;
}

.InstagramModule .imageContainer {
  pointer-events: none;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.InstagramModule .mediaImage {
  opacity: 0;
  width: 100%;
}

.InstagramModule .mediaText {
  opacity: 0;
  position: absolute;
  left: 23px;
  bottom: 28px;
  font-size: 14px;
}

.InstagramModule .mediaText .viaInstagram {
  color: #a6a6a6;
}

.InstagramModule .mediaText .viaInstagram .hashtag {
  font-family: "Camber-Medium";
  color: #282828;
}

.InstagramModule .preloadSpinner {
  width: 120px;
  height: 100px;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -110px 0 0 -60px;
}

.InstagramModule .preloadSpinner img {
  position: absolute;
  left: 0px;
  top: 0px;
}

.InstagramModule .preloadSpinner .sequence {
  position: relative;
  margin: 0 auto;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 1350px) {
  .InstagramModule .mediaText {
    bottom: 13px;
  }
}

@media screen and (max-width: 1000px) {
  .InstagramModule:not(:first-child) {
    padding-top: 60px;
  }

  .InstagramModule {
    border-bottom: 1px solid #eaeaea;
  }

  .InstagramModule .imageContainer {
    margin-bottom: 20px;
  }
}

.JobAccordionModule {
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.JobAccordionModule .divider,
.JobAccordionModule .topDivider {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  background-color: #eaeaea;
}

.JobAccordionModule .topDivider {
  position: relative;
  bottom: inherit;
}

.JobAccordionModule .accordionRow {
  position: relative;
}

.JobAccordionModule .accordionRow .hitArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  cursor: pointer;
}

.JobAccordionModule .accordionRow .grid .type {
  padding-left: 76px;
  color: #282828;
  font-family: "Camber-Medium";
}

.JobAccordionModule .accordionRow .grid .section:first-of-type {
  margin-top: 40px;
}

.JobAccordionModule .accordionRow .arrow {
  position: absolute;
  top: 30px;
  left: 44px;
}

.JobAccordionModule .accordionRow .content {
  background-color: #f3f3f3;
  width: 100%;
  height: 0px;
  overflow: hidden;
}

.JobAccordionModule .accordionRow .content .col-8-12 {
  padding-left: 54px;
}

.JobAccordionModule .accordionRow .section {
  margin-bottom: 48px;
  padding-right: 46px;
}

.JobAccordionModule .accordionRow .section p {
  font-family: "Camber-Light";
  font-size: 18px;
  line-height: 26px;
}

.JobAccordionModule .accordionRow .section ul li {
  font-family: "Camber-Light";
  font-size: 18px;
  text-align: left;
  color: #282828;
  margin-bottom: 8px;
  padding-left: 36px;
}

.JobAccordionModule .accordionRow .section ul li::before {
  content: "\2014";
  margin-right: 17px;
  margin-left: -35px;
}

.JobAccordionModule .accordionRow .highlight {
  font-family: "Camber-Medium";
  font-size: 14px;
}

.JobAccordionModule .accordionRow .subHeader,
.BasicTextModule .outerContainer .section .JobAccordionModule .accordionRow a,
.BasicTextModule .outerContainer .section .JobAccordionModule .accordionRow h2,
.JobAccordionModule .accordionRow .section a,
.JobAccordionModule .accordionRow .section h2 {
  font-size: 18px;
  margin-bottom: 26px;
  color: #ff6d15;
  font-family: "Camber-Medium";
}

.JobAccordionModule .col-4-12 {
  min-height: 80px;
  padding-top: 29px;
}

.JobAccordionModule .col-4-12:nth-child(2) {
  padding-right: 0;
  padding-left: 7px;
}

.JobAccordionModule .col-4-12:nth-child(2) p {
  padding-left: 47px;
}

.JobAccordionModule .col-4-12:nth-child(3) p {
  padding-left: 47px;
}

@media screen and (max-width: 1000px) {
  .JobAccordionModule .col-4-12 {
    min-height: 0px;
    padding-left: 20px;
  }

  .JobAccordionModule .col-4-12:nth-child(2) {
    padding-right: 0;
    padding-left: 50px;
    padding-top: 0;
    margin-top: 16px;
    margin-bottom: 10px;
  }

  .JobAccordionModule .col-4-12:nth-child(2) p {
    padding-left: 0px;
  }

  .JobAccordionModule .col-4-12:nth-child(3) {
    padding-left: 50px;
    padding-top: 0;
  }

  .JobAccordionModule .col-4-12:nth-child(3) p {
    padding-left: 0px;
  }

  .JobAccordionModule .content {
    padding-left: 18px;
  }

  .JobAccordionModule .content .grid .col-4-12 {
    display: none;
  }

  .JobAccordionModule .content .grid .col-8-12 {
    padding-left: 0px;
  }

  .JobAccordionModule .accordionRow .arrow {
    position: absolute;
    top: 30px;
    left: 18px;
  }

  .JobAccordionModule .accordionRow .highlight {
    font-size: 13px;
  }

  .JobAccordionModule .accordionRow .grid {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .JobAccordionModule .accordionRow .grid .type {
    font-size: 18px;
    padding-left: 30px;
  }

  .JobAccordionModule .accordionRow .grid .section:first-of-type {
    margin-top: 50px;
  }
}

.JobTeaserSmallModule .content {
  background-color: #282828;
  padding-left: 46px;
  padding-right: 46px;
  color: #ffffff;
  height: 100%;
  position: relative;
}

.JobTeaserSmallModule .content .button {
  position: absolute;
  bottom: 28px;
}

.JobTeaserSmallModule .content .button p {
  text-decoration: none;
}

.JobTeaserSmallModule .content .button .icon {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  pointer-events: none;
}

.JobTeaserSmallModule .content .button h2 {
  font-family: "Camber-Light";
}

.JobTeaserSmallModule .content .buttonCircleSmall {
  background-color: #ffffff;
}

.JobTeaserSmallModule .content p {
  color: #ffffff;
}

.JobTeaserSmallModule .content .title {
  padding-top: 34px;
  padding-bottom: 47px;
  line-height: 1.23;
  opacity: 0.5;
  font-size: 15px;
}

@media screen and (max-width: 1350px) {
  .JobTeaserSmallModule .content .button {
    bottom: 6px;
  }
}

@media screen and (max-width: 1000px) {
  .JobTeaserSmallModule:not(:first-child) {
    padding-top: 60px;
  }

  .JobTeaserSmallModule {
    border-bottom: 1px solid #eaeaea;
  }

  .JobTeaserSmallModule {
    padding-bottom: 33px;
  }

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

  .JobTeaserSmallModule .content h2 {
    margin-bottom: 110px;
  }

  .JobTeaserSmallModule .content .button {
    bottom: 28px;
  }
}

.ListSmallModule {
  max-height: 550px;
  overflow: scroll;
}

.ListSmallModule .content {
  background-color: #282828;
  min-height: 500px;
  padding-left: 46px;
  padding-right: 46px;
}

.ListSmallModule .content p {
  color: #ffffff;
}

.ListSmallModule .content .headline {
  padding-top: 34px;
  margin-bottom: 48px;
}

.ListSmallModule .content .body {
  color: #a6a6a6;
  margin-bottom: 46px;
}

.ListSmallModule .content .list .divider,
.ListSmallModule .content .list .JobAccordionModule .topDivider,
.JobAccordionModule .ListSmallModule .content .list .topDivider {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  pointer-events: none;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  opacity: 0.15;
}

.ListSmallModule .content .list .listItem {
  position: relative;
  cursor: pointer;
  width: 100%;
  min-height: 71px;
}

.ListSmallModule .content .list .listItem p {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  pointer-events: none;
  padding-top: 28px;
  font-size: 15px;
  font-family: "Camber-Medium";
}

.ListSmallModule .content .list .listItem .NewWindowIcon {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  pointer-events: none;
  background-color: #282828;
  right: 0px;
  top: 17px;
}

@media screen and (max-width: 1280px) {
  .ListSmallModule {
    max-height: 450px;
  }
}

@media screen and (max-width: 1000px) {
  .ListSmallModule {
    max-height: inherit;
  }

  .ListSmallModule .content .headline {
    padding-top: 100px;
  }
}

.LookingForModule {
  min-height: 278px;
}

.LookingForModule .content {
  background-color: #282828;
  height: 100%;
  padding-left: 45px;
  padding-top: 45px;
  padding-right: 45px;
}

.LookingForModule p {
  color: #ffffff;
  font-size: 15px;
}

.LookingForModule a {
  position: relative;
}

.LookingForModule a .underline {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 4px;
  opacity: 0.5;
  background-color: #ffffff;
}

.LookingForModule a {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.LookingForModule a:hover {
  color: #ff6d15;
}

.LookingForModule .bottomLink {
  color: #ffffff;
}

.LookingForModule .bottomLink p {
  color: inherit;
}

.LookingForModule .title {
  opacity: 0.65;
}

.LookingForModule span {
  font-size: 36px;
  color: #ffffff;
  text-decoration: none;
}

.LookingForModule h2 {
  font-family: "Camber-UltraLight";
  font-size: 22px;
  color: #ffffff;
}

.LookingForModule h2 a {
  text-decoration: none;
}

.LookingForModule h2:last-of-type {
  margin-bottom: 57px;
}

.LookingForModule .bottom {
  position: absolute;
  bottom: 32px;
}

.LookingForModule .bottomLink p {
  text-decoration: underline;
  font-family: "Camber-Medium";
}

@media screen and (max-width: 1280px) {
  .LookingForModule h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  .LookingForModule {
    margin-top: 40px;
    height: inherit;
  }

  .LookingForModule .title {
    padding-bottom: 57px;
  }

  .LookingForModule h2 {
    font-size: 16px;
  }

  .LookingForModule .bottom {
    position: relative;
    bottom: inherit;
  }

  .LookingForModule .content {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}

.MediumToolsModule {
  position: relative;
}

.MediumToolsModule .content {
  padding-top: 23px;
  background-color: #f3f3f3;
}

.MediumToolsModule .linkIcon {
  position: relative;
  padding-top: 3px;
}

.MediumToolsModule .downloadIcon {
  position: relative;
  margin-left: 10px;
}

.MediumToolsModule .grid {
  min-height: 80px;
  padding-bottom: 32px;
  position: relative;
}

.MediumToolsModule .colLeft {
  width: 66.66%;
  min-height: 1px;
}

.MediumToolsModule .colLeft .caption {
  display: none;
  cursor: pointer;
  position: relative;
}

.MediumToolsModule .button {
  position: absolute;
  bottom: 22px;
  padding-left: 43px;
}

.MediumToolsModule .button a p {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.MediumToolsModule .button a p:hover {
  color: #ff6d15;
}

.MediumToolsModule .button a p {
  text-decoration: underline;
}

.MediumToolsModule .colRight {
  width: 33.33%;
}

.MediumToolsModule .imageCount {
  color: #a6a6a6;
  margin-top: 2px;
}

.MediumToolsModule [class*='col'] {
  float: left;
  position: relative;
  padding-right: 8px;
}

.MediumToolsModule .buttonContainer {
  position: absolute;
  top: -4px;
  right: 128px;
}

.MediumToolsModule .imageContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
  padding-left: 23px;
}

.MediumToolsModule .imageContainer .innerContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.MediumToolsModule .imageContainer .loadBox {
  opacity: 0;
}

.MediumToolsModule .imageContainer img {
  pointer-events: all;
  position: absolute;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.MediumToolsModule .imageContainer .resource-buttons img {
  pointer-events: none;
}

.MediumToolsModule h2,
.MediumToolsModule .button {
  color: #282828;
  padding-left: 45px;
}

.MediumToolsModule h2 {
  color: #282828;
  margin-bottom: 25px;
  font-family: "Camber-Medium";
  font-size: 22px;
  line-height: 1.23;
}

.MediumToolsModule p {
  color: #282828;
}

.MediumToolsModule h2 span:first-of-type {
  font-family: "Camber-Medium";
}

@media screen and (max-width: 1000px) {
  .MediumToolsModule {
    padding-top: 20px;
  }

  .MediumToolsModule .imageContainer {
    padding-left: 10px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 1000px) {
  .MediumToolsModule {
    padding-top: 17px;
  }

  .MediumToolsModule .buttonContainer {
    position: relative;
    top: inherit;
    right: inherit;
    margin-left: 28px;
    height: 40px;
    padding-top: 20px;
  }

  .MediumToolsModule h2,
  .MediumToolsModule .button {
    padding-left: 28px;
  }

  .MediumToolsModule .colLeft {
    margin-bottom: 30px;
  }

  .MediumToolsModule .imageCount {
    text-align: right;
    padding-right: 10px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 640px) {
  .MediumToolsModule {
    padding-top: 10px;
  }

  .MediumToolsModule h2,
  .MediumToolsModule .button {
    padding-left: 19px;
  }

  .MediumToolsModule .buttonContainer {
    margin-left: 19px;
  }
}

@media screen and (max-width: 1350px) {
  .MediumToolsModule .button {
    bottom: 6px;
  }

  .MediumToolsModule .imageContainer {
    margin-bottom: 19px;
  }
}

@media screen and (max-width: 1000px) {
  .MediumToolsModule:not(:first-child) {
    padding-top: 60px;
  }

  .MediumToolsModule {
    border-bottom: 1px solid #eaeaea;
  }

  .MediumToolsModule {
    padding-bottom: 33px;
  }

  .MediumToolsModule [class*='col'] {
    float: inherit;
    padding-right: 14px;
  }

  .MediumToolsModule .button {
    bottom: 121px;
  }

  .MediumToolsModule .colLeft {
    width: 100%;
  }

  .MediumToolsModule .grid {
    padding-bottom: 52px;
  }
}

.NotFoundModule {
  width: 100%;
  min-height: 500px;
  background-color: #ffffff;
  padding-top: 70px;
}

.NotFoundModule .container {
  padding-left: 47px;
  width: 70%;
}

.NotFoundModule h1 {
  font-family: "Camber-Medium";
}

.NotFoundModule a {
  color: #ff6d15;
  text-decoration: none;
  border-bottom: 1px solid #ff6d15;
}

.NotFoundModule .searchToggle {
  color: #ff6d15;
  text-decoration: none;
  border-bottom: 1px solid #ff6d15;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  pointer-events: all;
}

.NotFoundModule .searchField {
  width: 100%;
  margin-top: 98px;
  font-size: 36px;
  color: #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}

@media screen and (max-width: 1000px) {
  .NotFoundModule .container {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .NotFoundModule .container {
    padding-right: 0;
    width: 100%;
  }
}

.options-bar {
  padding: 30px 44px 26px 44px;
  background: #ff6d15;
  position: relative;
  z-index: 2;
  height: 81px;
}

.options-bar .icon-base {
  width: 41px;
  height: 41px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  transform: translate3d(5px, -10px, 0);
  transition: 200ms background-color ease-in-out;
}

.options-bar .step {
  display: none;
}

.options-bar .step p {
  font-size: 15px;
  color: #ffffff;
}

.options-bar .step .description {
  display: inline-block;
  margin-left: 15px;
  transform: translateY(-25px);
}

.options-bar .step-overview {
  display: flex;
  justify-content: space-between;
}

.options-bar .download,
.options-bar .link {
  transition: 100ms opacity ease-in;
}

.options-bar .download p,
.options-bar .link p {
  cursor: pointer;
  display: inline-block;
  font-family: "Camber-Medium", Arial;
  transform: translateY(-2px);
}

.options-bar .download .light,
.options-bar .link .light {
  display: none;
}

.options-bar .download:not(.in-active):hover .icon-base,
.options-bar .link:not(.in-active):hover .icon-base {
  background-color: #b44704;
}

.options-bar .download:not(.in-active):hover .icon,
.options-bar .link:not(.in-active):hover .icon {
  display: none;
}

.options-bar .download:not(.in-active):hover .light,
.options-bar .link:not(.in-active):hover .light {
  display: initial;
}

.options-bar .download.in-active,
.options-bar .link.in-active {
  opacity: 0.5;
  cursor: default;
}

.options-bar .download.in-active *,
.options-bar .link.in-active * {
  cursor: default;
}

.options-bar .download.in-active .right-neutral,
.options-bar .link.in-active .right-neutral {
  display: block;
}

.options-bar .download.active,
.options-bar .link.active {
  opacity: 1 !important;
}

.options-bar .download.active *,
.options-bar .link.active * {
  cursor: pointer;
}

.options-bar .download.active:hover .icon-base,
.options-bar .link.active:hover .icon-base {
  background-color: #b44704;
}

.options-bar .download.active:hover .arrow-right,
.options-bar .link.active:hover .arrow-right {
  display: none;
}

.options-bar .download.active:hover .right-light,
.options-bar .link.active:hover .right-light {
  display: initial;
}

.options-bar .download img {
  height: 17px;
  width: 17px;
  transform: translate3d(12px, 11px, 0);
}

.options-bar .link img {
  height: 17px;
  width: 17px;
  transform: translate3d(12px, 12px, 0);
  position: absolute;
}

.options-bar .link img.arrow-right {
  transform: translate3d(12px, 12px, 0);
  display: none;
  width: 17px;
  height: 17px;
}

.options-bar .link p {
  position: absolute;
  right: 90px;
  top: 33px;
}

.options-bar .download {
  position: absolute;
  right: 195px;
  top: 30px;
  cursor: pointer;
}

.options-download {
  display: none;
}

.options-download form .input:nth-of-type(3) {
  width: 100%;
  padding-right: 6px !important;
}

.options-download .check {
  display: block;
  margin-top: 30px;
  width: 100%;
  cursor: pointer;
}

.options-download .check * {
  user-select: none;
}

.options-download .check.active .check-icon img {
  display: inline-block;
}

.options-download .check .check-icon {
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 15px;
  height: 15px;
  transform: translateY(2px);
  position: relative;
  display: inline-block;
}

.options-download .check .check-icon img {
  display: none;
  position: absolute;
  transform: translate3d(-10px, -16px, 0);
}

.options-download .check p {
  color: #ffffff;
  display: inline-block;
  padding-left: 10px;
}

.options-download .continue-download {
  text-align: right;
  justify-content: space-between;
  display: flex;
  flex: 1;
  cursor: pointer;
  position: absolute;
  right: 44px;
  transition: 100ms opacity ease-in;
}

.options-download .continue-download.in-active {
  cursor: default;
  opacity: 0.5;
}

.options-download .continue-download.in-active .continue-icon {
  cursor: default;
}

.options-download .continue-download p {
  display: inline-block;
  text-align: right;
}

.options-download .continue-download .continue-icon {
  display: inline-block;
  width: 49px;
  cursor: pointer;
}

.options-download .continue-download img {
  transform: translate3d(-12px, 12px, 0);
  width: 17px;
  height: 17px;
}

.options-download .continue-download img.light {
  display: none;
}

.options-download .continue-download:not(.in-active):hover .icon-base {
  background-color: #b44704;
}

.options-download .continue-download:not(.in-active):hover .icon {
  display: none;
}

.options-download .continue-download:not(.in-active):hover .light {
  display: initial;
}

@media screen and (max-width: 768px) {
  .options-download .check p {
    width: auto;
  }
}

.options-popup {
  background: #ff6d15;
  transition: 400ms transform ease-out;
  position: relative;
  z-index: 1;
}

.options-popup.animate-in {
  pointer-events: all;
  transform: translateY(0px);
}

.options-popup > * {
  padding: 30px 44px 20px 44px;
}

.options-popup h3 {
  color: #ffffff;
  font-family: "Camber-UltraLight", Arial;
  font-size: 26px;
  padding-bottom: 25px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.options-popup h3 .close-icon {
  position: absolute;
  right: 55px;
  top: 30px;
  pointer-events: none;
}

.options-popup h3:hover .close-icon {
  background-color: #ffffff !important;
}

.options-popup h3:hover .close-icon .orange {
  display: none !important;
}

.options-popup h3:hover .close-icon .dark {
  display: block !important;
}

.options-popup form {
  display: flex;
  flex-wrap: wrap;
}

.options-popup form .input {
  display: flex;
  flex-direction: column;
  width: 49%;
  margin-top: 23px;
}

.options-popup form .input input {
  padding-bottom: 19px;
  color: #ffffff;
  font-size: 15px;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
  -moz-user-select: initial;
  -webkit-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

.options-popup form .input input::-webkit-contacts-auto-fill-button,
.options-popup form .input input::-webkit-credentials-auto-fill-button,
.options-popup form .input input:focus::-webkit-textfield-decoration-container {
  visibility: hidden;
  pointer-events: none;
}

.options-popup form .input input:focus {
  outline: none;
}

.options-popup form .input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.options-popup form .input:nth-child(even) {
  padding-left: 12px;
}

.options-popup form .input:nth-child(odd) {
  padding-right: 12px;
}

.options-popup form .input:last-child {
  width: 100%;
}

.options-popup form:after {
  content: '';
  clear: both;
  display: block;
}

.options-popup p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  width: 95%;
}

@media screen and (max-width: 1440px) {
  .options-popup > * {
    padding: 30px 25px 26px 25px;
  }

  .options-popup .close-icon {
    right: 25px;
  }
}

#OptionsModule {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 50%;
  max-width: 678px;
  margin: 0 auto;
  z-index: 7;
}

#OptionsModule.hidden {
  pointer-events: none;
}

#OptionsModule .check-icon {
  position: relative;
}

#OptionsModule .check-icon .icon-check {
  left: 12px;
  top: 12px;
  position: absolute;
}

#OptionsModule .close-icon {
  position: absolute;
  padding: 5px 10px;
  right: 50px;
  background: #b44704;
  top: 30px;
  cursor: pointer;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  transition: 300ms background-color ease-out;
}

#OptionsModule .close-icon:hover {
  background: #ffffff;
}

#OptionsModule .close-icon .icon {
  width: 9px;
  height: 9px;
  position: absolute;
  left: calc(50% - 4.5px);
  top: calc(50% - 4.5px);
}

#OptionsModule .close-icon .icon-dark {
  display: none;
}

@media screen and (max-width: 1250px) {
  #OptionsModule .options-bar .download {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  #OptionsModule {
    width: calc(50% - 40px);
  }

  #OptionsModule .options-bar {
    padding: 30px 25px 26px 25px;
  }

  #OptionsModule .options-bar .link p {
    right: 65px;
  }

  #OptionsModule .close-icon {
    right: 25px;
  }
}

@media screen and (max-width: 1000px) {
  #OptionsModule {
    width: calc(100% - 36px);
    left: 18px;
    max-width: initial;
  }

  #OptionsModule .options-bar {
    padding: 30px 25px 26px 25px;
  }

  #OptionsModule .options-bar .download {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #OptionsModule {
    width: calc(100% - 20px);
    left: 10px;
  }
}

@media screen and (max-width: 640px) {
  #OptionsModule .check-icon:not(.remember-me),
  #OptionsModule .packing-icon,
  #OptionsModule .stripe {
    display: none;
  }

  #OptionsModule .description {
    transform: translateY(0px);
  }

  #OptionsModule .step-overview .overview-total {
    transform: translateY(-6px);
  }

  #OptionsModule .step-overview .total-filesize {
    display: block;
  }
}

.PageHeaderModule {
  background-color: #ffffff;
  padding-bottom: 100px;
  padding-top: 50px;
}

.PageHeaderModule .title {
  font-family: "Camber-Medium";
  line-height: 1.14;
  letter-spacing: -0.6px;
  margin-bottom: 18px;
  font-size: 48px;
}

.PageHeaderModule .leftColumn {
  position: relative;
}

.PageHeaderModule .content {
  position: absolute;
  bottom: 0px;
  padding-left: 43px;
  padding-right: 85px;
}

.PageHeaderModule .imageContainer {
  position: relative;
}

.PageHeaderModule .imageContainer img {
  opacity: 0;
  width: 100%;
}

.PageHeaderModule .rightColumn {
  overflow: hidden;
  position: relative;
  padding-top: 44.4%;
}

.PageHeaderModule .rightColumn .imageContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .PageHeaderModule .rightColumn {
    padding-top: calc(66.6% + 31px);
  }
}

@media screen and (max-width: 1000px) {
  .PageHeaderModule {
    padding-bottom: 0px;
  }

  .PageHeaderModule .col-4-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .PageHeaderModule .col-8-12 .body {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    margin-bottom: 34px;
  }

  .PageHeaderModule .title {
    font-size: 32px;
    margin-bottom: 50px;
  }

  .PageHeaderModule .content {
    position: relative;
    bottom: inherit;
    padding-left: 0;
    padding-right: 0;
  }
}

.PageTeaserModule {
  background-color: #ffffff;
  padding-bottom: 100px;
}

.PageTeaserModule .headline {
  font-size: 15px;
}

.PageTeaserModule .content {
  position: absolute;
  bottom: 0px;
  padding-right: 42px;
}

.PageTeaserModule .content .title {
  font-size: 36px;
  font-family: "Camber-Medium";
  margin-bottom: 45px;
}

.PageTeaserModule .content .body {
  margin-bottom: 83px;
}

.PageTeaserModule .headline {
  margin-bottom: 37px;
}

.PageTeaserModule .col-4-12 {
  position: relative;
  height: 100%;
  padding-left: 42px;
}

.PageTeaserModule .col-4-12:after {
  content: '';
  background-color: #eaeaea;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -40px;
  display: none;
}

.PageTeaserModule .col-4-12:nth-child(1) {
  border-left: 1px solid #eaeaea;
}

.PageTeaserModule .col-4-12:nth-child(2) {
  border-right: 1px solid #eaeaea;
  padding-left: 62px;
}

.PageTeaserModule .imageContainer {
  background-color: #f3f3f3;
  overflow: hidden;
}

.PageTeaserModule .imageContainer img {
  opacity: 0;
  width: 100%;
}

.PageTeaserModule .button {
  position: absolute;
  bottom: 21px;
}

@media screen and (max-width: 1000px) {
  .PageTeaserModule .content {
    position: relative;
    bottom: inherit;
    padding-right: 18px;
  }

  .PageTeaserModule .content .title {
    margin-bottom: 8px;
  }

  .PageTeaserModule .content .body {
    font-size: 20px;
    margin-bottom: 36px;
    width: 90%;
  }

  .PageTeaserModule .col-4-12 {
    padding-left: 18px;
  }

  .PageTeaserModule .col-4-12:after {
    display: block;
  }

  .PageTeaserModule .col-4-12:nth-child(1) {
    border-left: 18px;
  }

  .PageTeaserModule .col-4-12:nth-child(2) {
    border-right: inherit;
    padding-left: 18px;
  }

  .PageTeaserModule .col-8-12 {
    margin-bottom: 30px;
  }

  .PageTeaserModule .button {
    position: relative;
    bottom: inherit;
  }
}

@media screen and (max-width: 640px) {
  .PageTeaserModule .headline {
    margin-bottom: 30px;
  }

  .PageTeaserModule .content .title {
    font-size: 22px;
  }
}

.PageTextHeaderModule {
  background-color: #ffffff;
  padding-bottom: 80px;
}

.PageTextHeaderModule .col-4-12 h1 {
  font-size: 48px;
  font-family: "Camber-Medium";
  padding-left: 42px;
}

.PageTextHeaderModule .col-4-12 a {
  padding-left: 42px;
}

.PageTextHeaderModule .col-4-12 .externalLink {
  padding-left: 45px;
}

.PageTextHeaderModule .externalLink {
  position: relative;
  color: #ff6d15;
  text-decoration: none;
  font-family: "Camber-Medium";
  font-size: 15px;
}

.PageTextHeaderModule .externalLink img {
  width: 17px;
  height: 17px;
  position: absolute;
  right: -16px;
  top: 2px;
}

.PageTextHeaderModule .col-8-12 {
  padding-left: 54px;
  padding-right: 8.5%;
}

.PageTextHeaderModule .col-8-12 p {
  font-size: 28px;
}

@media screen and (max-width: 1000px) {
  .PageTextHeaderModule {
    padding-bottom: 60px;
  }

  .PageTextHeaderModule .col-4-12 {
    padding-left: 20px;
    padding-bottom: 30px;
  }

  .PageTextHeaderModule .col-4-12 h1 {
    font-size: 28px;
    padding-left: 0px;
    padding-bottom: 28px;
  }

  .PageTextHeaderModule .col-4-12 .externalLink {
    padding-left: 0;
  }

  .PageTextHeaderModule .col-8-12 {
    padding-left: 20px;
  }

  .PageTextHeaderModule .col-8-12 p {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .PageTextHeaderModule .col-4-12 h1 {
    font-size: 32px;
  }

  .PageTextHeaderModule .col-8-12 {
    padding-right: 0;
  }

  .PageTextHeaderModule .col-8-12 p {
    font-size: 20px;
  }
}

.ProductCategoryModule {
  min-height: 93px;
}

.ProductCategoryModule .composition {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.ProductCategoryModule .composition img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  pointer-events: none;
}

.ProductCategoryModule .imageContainer {
  background-color: #f3f3f3;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}

.ProductCategoryModule .imageContainer img {
  position: absolute;
}

.ProductCategoryModule .podMask {
  position: absolute;
  pointer-events: none;
  width: 280px;
  height: 116px;
  overflow: hidden;
  left: 113px;
  top: 136px;
}

.ProductCategoryModule .seatingGroup {
  position: absolute;
  pointer-events: none;
  left: 37px;
  top: 164px;
}

.ProductCategoryModule .count {
  pointer-events: none;
  position: absolute;
  left: 45px;
  top: 44px;
  z-index: 2;
  color: #a6a6a6;
  font-size: 15px;
}

.ProductCategoryModule .button {
  margin-bottom: 36px;
}

.ProductCategoryModule .button p {
  font-size: 20px;
  font-family: "Camber-Medium";
}

.ProductCategoryModule a {
  font-size: 13px;
  font-family: "Camber-Light";
}

.ProductCategoryModule .productTags a {
  margin-right: 7px;
}

.ProductCategoryModule .productTags a {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.ProductCategoryModule .productTags a:hover {
  color: #ff6d15;
}

.ProductCategoryModule .content {
  padding-left: 45px;
  padding-right: 25px;
}

@media screen and (max-width: 1000px) {
  .ProductCategoryModule {
    border-bottom: 1px solid #eaeaea;
  }

  .ProductCategoryModule .button {
    margin-bottom: 10px;
  }

  .ProductCategoryModule .imageContainer {
    display: none;
  }

  .ProductCategoryModule .content {
    padding: 34px 24px;
  }
}

.ProductDimensionsModule {
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.ProductDimensionsModule .title {
  font-family: "Camber-Medium";
  font-size: 36px;
  color: #282828;
  margin-bottom: 60px;
  padding-left: 42px;
}

.ProductDimensionsModule .col-4-12 .item {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding-top: 22px;
  padding-bottom: 29px;
  padding-left: 42px;
}

.ProductDimensionsModule .col-4-12 .item .headline {
  font-size: 20px;
}

.ProductDimensionsModule .col-4-12 .item .dimensions {
  font-size: 13px;
  color: #a6a6a6;
  margin-bottom: 20px;
}

.ProductDimensionsModule .col-4-12 .item .dimensions .highlight {
  font-family: "Camber-Medium";
  color: #282828;
}

.ProductDimensionsModule .col-4-12 .item .dimensions .highlight:last-of-type {
  margin-left: 13px;
}

.ProductDimensionsModule .col-4-12 .item img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .ProductDimensionsModule .col-4-12 .item img {
    display: none;
  }

  .ProductDimensionsModule .col-4-12 .item .dimensions {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1000px) {
  .ProductDimensionsModule {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ProductDimensionsModule .title {
    padding-left: 28px;
  }

  .ProductDimensionsModule .col-4-12 .item {
    padding-left: 28px;
  }
}

@media screen and (max-width: 768px) {
  .ProductDimensionsModule .title {
    padding-left: 18px;
  }

  .ProductDimensionsModule .col-4-12 .item {
    padding-left: 18px;
  }
}

@media screen and (max-width: 640px) {
  .ProductDimensionsModule .title {
    padding-left: 10px;
  }

  .ProductDimensionsModule .col-4-12 .item {
    padding-left: 10px;
  }
}

.ProductHeaderModule {
  background-color: #ffffff;
  padding-bottom: 40px;
}

.ProductHeaderModule:after {
  content: '';
  display: none;
  height: 1px;
  background: #eaeaea;
  position: absolute;
  bottom: 25px;
}

.ProductHeaderModule .col-3-12 {
  z-index: 2;
}

.ProductHeaderModule .button p {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.ProductHeaderModule .buttonCircleSmall img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.ProductHeaderModule .content {
  padding-left: 12.9%;
  position: absolute;
  bottom: 70px;
  white-space: nowrap;
}

.ProductHeaderModule .links {
  padding-top: 45px;
}

.ProductHeaderModule .resources {
  cursor: pointer;
}

.ProductHeaderModule .resources .buttonCircleSmall {
  position: absolute;
  left: 0px;
  background-color: #ff6d15;
}

.ProductHeaderModule .resources p {
  padding-top: 4px;
  font-family: "Camber-Medium", Arial;
  padding-left: 30px;
  font-size: 15px;
  text-decoration: none;
  color: #ff6d15;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.ProductHeaderModule .col-85-12 {
  padding-left: 46px;
}

.ProductHeaderModule h2:first-of-type {
  font-size: 38px;
  font-family: "Camber-Medium";
}

.ProductHeaderModule h2:last-of-type {
  font-size: 33px;
  margin-bottom: 54px;
}

.ProductHeaderModule .imageContainer {
  position: relative;
  overflow: hidden;
}

.ProductHeaderModule .imageContainer .inner {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ProductHeaderModule .imageContainer .inner img {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ProductHeaderModule .textArea {
  height: 0px;
  overflow: hidden;
}

.ProductHeaderModule .textArea .grid {
  padding-top: 50px;
  padding-bottom: 60px;
}

.ProductHeaderModule .textArea .grid .highlight {
  font-family: "Camber-Medium";
}

.ProductHeaderModule .textArea .grid .col-4-12 {
  padding-right: 57px;
}

.ProductHeaderModule .textArea .grid .col-4-12:nth-child(3) p {
  font-size: 15px;
}

.ProductHeaderModule .textArea .grid .left {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 46px;
  padding-right: 57px;
  border-right: 1px solid #eaeaea;
  line-height: 1.44;
}

.ProductHeaderModule .textArea .grid .right {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 54px;
  padding-right: 42px;
  border-right: 1px solid #eaeaea;
  line-height: 1.44;
}

.ProductHeaderModule .textArea .grid .columns {
  width: 66.66%;
  float: left;
  position: relative;
}

.ProductHeaderModule .textArea .grid .columns .grid {
  padding-top: 0px;
}

.ProductHeaderModule .textArea .grid .categories {
  width: 33.3%;
  float: left;
  padding-left: 62px;
  position: relative;
}

.ProductHeaderModule .textArea .grid .categories p {
  font-size: 15px;
}

.ProductHeaderModule .textArea .grid .categories a {
  font-size: 15px;
}

@media screen and (max-width: 1000px) {
  .ProductHeaderModule:after {
    display: block;
    width: calc(100% - 56px);
  }

  .ProductHeaderModule .content {
    padding-left: 0;
    bottom: -65px;
    white-space: normal;
  }

  .ProductHeaderModule h2:first-of-type {
    font-size: 32px;
  }

  .ProductHeaderModule h2:last-of-type {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .ProductHeaderModule .col-3-12 {
    position: absolute;
    margin-left: 18px;
  }

  .ProductHeaderModule .col-85-12 {
    padding-left: 18px;
  }

  .ProductHeaderModule .links {
    padding-top: 110px;
  }

  .ProductHeaderModule .resources {
    display: none;
  }

  .ProductHeaderModule .textArea .grid .left {
    width: 100%;
    padding-left: 18px;
    padding-right: 29px;
    min-height: inherit;
    padding-bottom: 21px;
    border-right: none;
  }

  .ProductHeaderModule .textArea .grid .right {
    width: 100%;
    padding-left: 18px;
    padding-right: 29px;
    min-height: inherit;
    border-right: none;
  }

  .ProductHeaderModule .textArea .grid .columns {
    width: 100%;
  }

  .ProductHeaderModule .textArea .grid .categories {
    width: 100%;
    padding-left: 18px;
    padding-bottom: 14px;
    line-height: 2.25;
  }

  .ProductHeaderModule .textArea .grid .categories .highlight {
    line-height: 2.25;
  }
}

@media screen and (max-width: 768px) {
  .ProductHeaderModule:after {
    width: calc(100% - 36px);
  }
}

@media screen and (max-width: 640px) {
  .ProductHeaderModule:after {
    width: calc(100% - 20px);
  }
}

.ProductMediumModule {
  height: 100%;
  cursor: pointer;
}

.ProductMediumModule .button {
  position: absolute;
  bottom: 22px;
  padding-left: 43px;
}

.ProductMediumModule .button p {
  text-decoration: none;
}

.ProductMediumModule .content {
  padding-left: 43px;
  padding-right: 69px;
  position: absolute;
  width: 60%;
  top: 44px;
}

.ProductMediumModule h2:first-of-type {
  font-size: 38px;
  font-family: "Camber-Medium";
}

.ProductMediumModule h2:last-of-type {
  font-size: 33px;
  margin-bottom: 54px;
}

.ProductMediumModule .imageContainer {
  position: relative;
  width: 86.04395604%;
  height: 100%;
  left: 13.95604396%;
}

.ProductMediumModule .imageContainer img {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

@media screen and (max-width: 1000px) {
  .ProductMediumModule {
    padding-bottom: 33px;
    border-bottom: 1px solid #eaeaea;
  }

  .ProductMediumModule .imageContainer {
    width: 100%;
    height: 100%;
    left: 0%;
  }

  .ProductMediumModule .content {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    position: relative;
    margin-top: -30px;
    top: 0px;
  }

  .ProductMediumModule .button {
    position: relative;
  }

  .ProductMediumModule:not(:first-child) {
    padding-top: 60px;
  }

  .ProductMediumModule .content {
    padding-left: 23px;
    padding-bottom: 10px;
  }

  .ProductMediumModule .button {
    padding-left: 20px;
    bottom: 34px;
  }
}

@media screen and (max-width: 640px) {
  .ProductMediumModule h2:first-of-type {
    font-size: 22px;
  }

  .ProductMediumModule h2:last-of-type {
    font-size: 20px;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 1350px) {
  .ProductMediumModule .button {
    bottom: 6px;
  }
}

.ProductModule {
  height: 100%;
}

.ProductModule .button {
  position: absolute;
  bottom: 22px;
  padding-left: 43px;
}

.ProductModule .button p {
  text-decoration: none;
}

.ProductModule .productTags {
  margin-bottom: 29px;
}

.ProductModule .productTags a {
  margin-right: 8px;
  font-size: 15px;
}

.ProductModule .productTags a {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.ProductModule .productTags a:hover {
  color: #ff6d15;
}

.ProductModule .content {
  position: relative;
  padding-left: 43px;
  padding-right: 43px;
}

.ProductModule h2:first-of-type {
  font-family: "Camber-Medium";
  font-size: 28px;
  position: absolute;
  top: 55px;
  padding-right: inherit;
}

.ProductModule h2:last-of-type {
  margin-bottom: 36px;
  top: 90px;
  position: absolute;
  padding-right: inherit;
}

.ProductModule .imageContainer {
  position: relative;
  width: 100%;
  height: 52.72727273%;
  margin-bottom: 20px;
  cursor: pointer;
}

.ProductModule .imageContainer img {
  position: absolute;
  pointer-events: none;
  width: 100%;
  left: 50%;
  top: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0;
}

.ProductModule .imageContainer .label {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  height: 30px;
  background-color: #282828;
  top: 20px;
  left: 0px;
  padding-left: 46px;
}

.ProductModule .imageContainer .label p {
  color: #ffffff;
  background-color: #282828;
  padding-right: 22px;
  padding-top: 8px;
  font-family: "Camber-Medium";
  font-size: 12px;
  text-transform: uppercase;
}

@media screen and (max-width: 1350px) {
  .ProductModule h2 {
    font-size: 18px;
  }

  .ProductModule h2:first-of-type {
    font-size: 22px;
    line-height: 20px;
  }

  .ProductModule h2:last-of-type {
    top: 77px;
    margin-bottom: 28px;
    line-height: 22px;
  }

  .ProductModule .button {
    bottom: 6px;
  }
}

@media screen and (max-width: 1000px) {
  .ProductModule:not(:first-child) {
    padding-top: 60px;
  }

  .ProductModule {
    border-bottom: 1px solid #eaeaea;
  }

  .ProductModule {
    padding-bottom: 33px;
  }

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

  .ProductModule .button {
    padding-left: 20px;
    position: relative;
    bottom: inherit;
  }

  .ProductModule h2:first-of-type {
    font-size: 22px;
    top: inherit;
    position: relative;
  }

  .ProductModule h2:last-of-type {
    font-size: 20px;
    top: inherit;
    position: relative;
  }
}

@media screen and (max-width: 1000px) {
  .ProductModule .imageContainer .label {
    padding-left: 0;
    width: 102px;
  }

  .ProductModule .imageContainer .label p {
    text-align: center;
    padding-right: 0;
  }
}

.ProductOptionsModule {
  background-color: #ffffff;
  padding-bottom: 100px;
}

.ProductOptionsModule h2 {
  font-size: 36px;
  font-family: "Camber-Medium";
  margin-bottom: 28px;
  margin-left: 42px;
  padding-right: 42px;
}

.ProductOptionsModule p {
  font-size: 16px;
  margin-left: 42px;
  padding-right: 42px;
}

.ProductOptionsModule .item {
  border-top: 1px solid #eaeaea;
  padding-top: 22px;
  padding-bottom: 29px;
  padding-left: 42px;
}

.ProductOptionsModule .item p {
  position: absolute;
  display: inline-block;
  margin-left: 20px;
  margin-top: 35px;
  font-size: 15px;
  font-family: "Camber-Medium";
}

.ProductOptionsModule .item:last-of-type {
  border-bottom: 1px solid #eaeaea;
}

.ProductOptionsModule .iconContainer {
  display: inline-block;
  position: relative;
  background-color: #282828;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  padding-left: 42px;
}

.ProductOptionsModule .iconContainer img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ProductOptionsModule .body {
  margin-bottom: 31px;
}

.ProductOptionsModule a p {
  font-size: 15px;
  font-family: "Camber-Medium";
}

.ProductOptionsModule .grid {
  padding-top: 56px;
}

.ProductOptionsModule .content {
  max-width: 340px;
}

@media screen and (max-width: 1000px) {
  .ProductOptionsModule h2 {
    margin-left: 28px;
    padding-right: 28px;
  }

  .ProductOptionsModule p {
    margin-left: 28px;
    padding-right: 28px;
  }

  .ProductOptionsModule .item {
    padding-left: 28px;
  }

  .ProductOptionsModule .item p {
    margin-top: 32px;
    font-size: 18px;
  }

  .ProductOptionsModule .content {
    max-width: inherit;
  }
}

@media screen and (max-width: 768px) {
  .ProductOptionsModule .item {
    padding-left: 18px;
  }

  .ProductOptionsModule h2 {
    margin-left: 18px;
    padding-right: 18px;
  }

  .ProductOptionsModule p {
    margin-left: 18px;
    padding-right: 18px;
  }
}

@media screen and (max-width: 640px) {
  .ProductOptionsModule .item {
    padding-left: 10px;
  }

  .ProductOptionsModule h2 {
    margin-left: 10px;
    padding-right: 10px;
  }

  .ProductOptionsModule p {
    margin-left: 10px;
    padding-right: 10px;
  }
}

.ProductOverlayHeaderModule {
  background-color: #ffffff;
}

.ProductOverlayHeaderModule .col-8-12 img {
  width: 100%;
}

.ProductOverlayHeaderModule .col-4-12 {
  padding-top: 50px;
  padding-left: 4.59%;
  padding-right: 40px;
}

.ProductOverlayHeaderModule a {
  margin-right: 10px;
}

.ProductOverlayHeaderModule a p {
  text-decoration: underline;
  display: inline-block;
  font-size: 15px;
}

.ProductOverlayHeaderModule .tags {
  margin-bottom: 90px;
}

.ProductOverlayHeaderModule .title {
  font-family: "Camber-Medium";
  font-size: 48px;
  margin-bottom: 40px;
}

.ProductOverlayHeaderModule .quickship {
  position: absolute;
  bottom: 28px;
  width: calc(100% - 4.59% - 60px);
}

.ProductOverlayHeaderModule .quickship .icon {
  display: inline-block;
  border-radius: 50%;
  width: 41px;
  height: 41px;
  background-color: #ff6d15;
}

.ProductOverlayHeaderModule .quickship .icon img {
  position: absolute;
  left: 8px;
  top: 9px;
}

.ProductOverlayHeaderModule .quickship p {
  display: inline-block;
  color: #ff6d15;
  font-family: "Camber-Medium";
  font-size: 15px;
  position: absolute;
  width: 60%;
  top: 13px;
  margin-left: 9px;
  white-space: nowrap;
}

.ProductOverlayHeaderModule .image {
  opacity: 0;
}

@media screen and (max-width: 1280px) {
  .ProductOverlayHeaderModule .title {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .ProductOverlayHeaderModule .tags {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 1000px) {
  .ProductOverlayHeaderModule .col-4-12 {
    padding-top: 15px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .ProductOverlayHeaderModule .tags {
    margin-bottom: 20px;
  }

  .ProductOverlayHeaderModule .title {
    margin-bottom: 20px;
  }

  .ProductOverlayHeaderModule .quickship {
    position: relative;
    bottom: inherit;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .ProductOverlayHeaderModule .col-4-12 {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media screen and (max-width: 640px) {
  .ProductOverlayHeaderModule .col-4-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.ProductOverlayModule {
  min-height: 500px;
  background-color: #333333;
  padding-top: 42px;
  padding-bottom: 42px;
}

.ProductOverlayModule overlayContainer {
  background-color: #ffffff;
}

.ProductOverlayModule overlayContainer .innerContainer:first-child {
  padding-top: 80px;
}

.ProductOverlayModule .button {
  position: absolute;
  cursor: pointer;
}

.ProductOverlayModule .button .icon {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  pointer-events: none;
  position: absolute;
}

.ProductOverlayModule .closeButton {
  position: fixed;
  top: 21px;
  right: 21px;
}

.ProductOverlayModule .closeButton .icon {
  left: 12px;
  top: 12px;
}

.ProductOverlayModule .closeButton {
  top: 21px;
  right: 21px;
  z-index: 5;
}

@media screen and (max-width: 1000px) {
  .ProductOverlayModule {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .ProductOverlayModule .closeButton {
    right: 34px;
    top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .ProductOverlayModule .closeButton {
    right: 24px;
    top: 48px;
  }
}

@media screen and (max-width: 640px) {
  .ProductOverlayModule {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ProductOverlayModule .closeButton {
    right: 16px;
    top: 48px;
  }
}

.ProductRangeModule {
  background-color: #ffffff;
  padding-bottom: 100px;
}

.ProductRangeModule .viewAll {
  height: 100%;
  border-bottom: 3px solid #282828;
  cursor: pointer;
}

.ProductRangeModule .viewAll h2 {
  position: absolute;
  font-family: "Camber-Medium";
  font-size: 92px;
  bottom: 0px;
}

.ProductRangeModule .viewAll .count {
  padding-left: 43px;
}

.ProductRangeModule .viewAll .button {
  position: absolute;
  right: 0px;
  bottom: 30px;
  margin-top: 0px;
}

.ProductRangeModule .viewAll .button .buttonCircleSmall {
  margin-left: 7px;
}

.ProductRangeModule .grid.inner {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
  padding-left: 43px;
}

.ProductRangeModule .grid.inner.top {
  border-top: 1px solid #eaeaea;
}

.ProductRangeModule .button {
  margin-top: 25px;
}

.ProductRangeModule .col_left {
  width: 33.33%;
  float: left;
  position: relative;
  padding-right: 15px;
  min-height: 1px;
}

.ProductRangeModule .col_right {
  width: 66.66%;
  float: left;
  position: relative;
  padding-right: 0;
  padding-left: 8px;
  min-height: 1px;
}

.ProductRangeModule .col_right .placeholder {
  position: relateive;
  width: 100%;
  padding-top: 50%;
}

.ProductRangeModule .col_right .placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.ProductRangeModule .grid.inner.hidden {
  display: none;
}

.ProductRangeModule .content {
  position: absolute;
  bottom: 0px;
}

.ProductRangeModule .content .headline {
  font-family: "Camber-Medium";
  font-size: 15px;
}

.ProductRangeModule .content .dimensions {
  font-size: 15px;
}

.ProductRangeModule .header {
  margin-bottom: 37px;
  padding-left: 43px;
}

.ProductRangeModule .header h2 {
  font-family: "Camber-Medium";
  font-size: 22px;
  margin-bottom: 14px;
}

.ProductRangeModule .header p {
  font-size: 16px;
}

@media screen and (max-width: 1000px) {
  .ProductRangeModule .header {
    padding-left: 20px;
  }

  .ProductRangeModule .grid.inner {
    padding-left: 20px;
  }

  .ProductRangeModule .viewAll .count {
    padding-left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .ProductRangeModule .col_left {
    width: 100%;
  }

  .ProductRangeModule .col_right {
    width: 100%;
  }
}

.ProductResourceGrid {
  background-color: #ffffff;
  overflow: hidden;
}

.ProductResourceGridItem {
  position: absolute;
  display: none;
}

.ProductResourceGridItem .thumbContainer {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
}

.ProductResourceGridItem .thumbnail {
  opacity: 0;
  width: 100%;
}

.ProductResourceItem {
  position: relative;
}

.ProductResourceItem .arrow {
  position: absolute;
  left: 20px;
  top: 28px;
}

@media screen and (max-width: 1000px) {
  .ProductResourceItem .arrow {
    left: 7px;
  }
}

.ProductResourceItem:last-of-type {
  border-bottom: 1px solid #eaeaea;
}

.ProductResourcesModule {
  background-color: #ffffff;
}

.ProductResourcesModule .category {
  cursor: pointer;
}

.ProductResourcesModule .content {
  width: 33.3%;
}

.ProductResourcesModule .content h2 {
  font-family: "Camber-Medium";
  font-size: 36px;
  margin-bottom: 28px;
  padding-left: 43px;
}

.ProductResourcesModule .content .body {
  padding-left: 43px;
}

.ProductResourcesModule .content .title {
  font-size: 16px;
  margin-top: 29px;
  margin-bottom: 23px;
  padding-left: 49px;
  font-family: "Camber-Medium";
}

.ProductResourcesModule .content.component {
  width: 100%;
  max-width: 475px;
}

.ProductResourcesModule .content.component p {
  padding-left: 43px;
}

.ProductResourcesModule .list {
  padding-left: 42px;
  padding-right: 42px;
  margin-top: 59px;
}

.ProductResourcesModule .list .item {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  min-height: 70px;
  padding-top: 26px;
  border-top: 1px solid #eaeaea;
}

.ProductResourcesModule .list .item .category {
  font-family: "Camber-Medium";
  font-size: 18px;
}

.ProductResourcesModule .list .item .category .count {
  color: #a6a6a6;
  font-size: 15px;
  margin-left: 5px;
  font-family: "Camber-Light";
}

.ProductResourcesModule .list .item .category.component {
  padding-left: 65px;
}

.ProductResourcesModule .list .item .content {
  width: 100%;
  margin-top: 21px;
  position: relative;
  overflow: hidden;
  display: none;
}

.ProductResourcesModule .list .item .content .selection {
  padding-left: 49px;
}

.ProductResourcesModule .list .item .content .selection .selectionItem {
  position: relative;
  margin-bottom: 23px;
}

.ProductResourcesModule .list .item .content .selection .selectionItem p {
  font-size: 15px;
  position: relative;
}

.ProductResourcesModule .list .item.ProductResourceItem .arrow {
  left: 42px;
}

@media screen and (max-width: 1000px) {
  .ProductResourcesModule .content {
    width: 100%;
  }

  .ProductResourcesModule .content h2 {
    padding-left: 20px;
  }

  .ProductResourcesModule .content .body {
    padding-left: 20px;
  }

  .ProductResourcesModule .content .title {
    padding-left: 24px;
  }

  .ProductResourcesModule .list {
    padding-left: 28px;
    padding-right: 28px;
  }

  .ProductResourcesModule .list .item .category.component {
    padding-left: 50px;
  }

  .ProductResourcesModule .list .item .content .selection {
    padding-left: 24px;
  }

  .ProductResourcesModule .list .item.ProductResourceItem .arrow {
    left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .ProductResourcesModule .content {
    width: 100%;
  }

  .ProductResourcesModule .list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ProductResourcesModule .list .item .category.component {
    padding-left: 45px;
  }

  .ProductResourcesModule .list .item .content .selection .selectionItem p {
    width: 80%;
  }

  .ProductResourcesModule .list .item .category .count {
    display: none;
  }

  .ProductResourcesModule .list .item.ProductResourceItem .arrow {
    left: 20px;
  }
}

.ProductSpecificationsModule {
  background-color: #e0ebe7;
  padding-top: 95px;
  padding-bottom: 60px;
}

.ProductSpecificationsModule .grid {
  z-index: 10;
}

.ProductSpecificationsModule .col-4-12:nth-child(1) {
  padding-left: 42px;
}

.ProductSpecificationsModule .col-4-12:nth-child(2) {
  padding-left: 4%;
  padding-right: 4.2%;
}

.ProductSpecificationsModule .col-4-12:nth-child(3) .content {
  padding-left: 10.68181818%;
  padding-right: 10.68181818%;
}

.ProductSpecificationsModule .open {
  display: none;
}

.ProductSpecificationsModule h2 {
  margin-bottom: 32px;
  font-size: 36px;
  font-family: "Camber-Medium";
}

.ProductSpecificationsModule p {
  font-size: 16px;
}

.ProductSpecificationsModule span {
  font-size: 14px;
  font-family: "Camber-Medium";
}

.ProductSpecificationsModule .button {
  margin-bottom: 57px;
}

.ProductSpecificationsModule .seeAllButton {
  display: none;
}

@media screen and (max-width: 1000px) {
  .ProductSpecificationsModule {
    padding-bottom: 0px;
  }

  .ProductSpecificationsModule .background-lines {
    display: none;
  }

  .ProductSpecificationsModule .grid .col-4-12 {
    padding-left: 20px;
  }

  .ProductSpecificationsModule .col-4-12:nth-child(3) {
    margin-bottom: 23px;
  }

  .ProductSpecificationsModule .col-4-12:nth-child(3) .content {
    padding-left: 0%;
  }

  .ProductSpecificationsModule .condensed {
    display: none;
  }

  .ProductSpecificationsModule .seeAllButton {
    display: inline-block;
    padding-left: 20px;
  }
}

.ProductTextModule {
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.ProductTextModule .grid .highlight {
  font-family: "Camber-Medium";
}

.ProductTextModule .grid .col-4-12 {
  padding-right: 57px;
}

.ProductTextModule .grid .col-4-12:nth-child(3) p {
  font-size: 15px;
}

.ProductTextModule .grid .left {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 42px;
  padding-right: 57px;
  border-right: 1px solid #eaeaea;
  min-height: 350px;
}

.ProductTextModule .grid .right {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 57px;
  padding-right: 42px;
  border-right: 1px solid #eaeaea;
  min-height: 350px;
}

.ProductTextModule .grid .columns {
  width: 66.66%;
  float: left;
  position: relative;
}

.ProductTextModule .grid .categories {
  width: 33.3%;
  float: left;
  padding-left: 57px;
  position: relative;
  min-height: 350px;
}

.ProductTextModule .grid .categories p {
  font-size: 15px;
}

.ProductTextModule .grid .categories a {
  font-size: 15px;
}

@media screen and (max-width: 1000px) {
  .ProductTextModule .grid .left {
    width: 100%;
    padding-left: 0px;
    padding-right: 29px;
    min-height: inherit;
    padding-bottom: 21px;
  }

  .ProductTextModule .grid .right {
    width: 100%;
    padding-left: 0px;
    padding-right: 29px;
    min-height: inherit;
  }
}

@media screen and (max-width: 768px) {
  .ProductTextModule .grid .columns {
    width: 100%;
    padding-left: 0px;
  }

  .ProductTextModule .grid .categories {
    width: 100%;
    padding-left: 0px;
    min-height: inherit;
    padding-top: 36px;
  }

  .ProductTextModule .grid .left {
    border-right: none;
    padding-left: 0px;
  }

  .ProductTextModule .grid .right {
    border-right: none;
    border-bottom: 1px solid #eaeaea;
    padding-left: 0px;
    padding-bottom: 36px;
  }
}

.QuoteSmallModule {
  height: 100%;
}

.QuoteSmallModule .button {
  position: absolute;
  bottom: 22px;
  padding-left: 43px;
}

.QuoteSmallModule .button p {
  color: #ff6d15;
}

.QuoteSmallModule .buttonCircleSmall {
  background-color: #ff6d15;
}

.QuoteSmallModule .content {
  padding-left: 47px;
  padding-right: 40px;
  padding-top: 46px;
}

.QuoteSmallModule .content h2:first-of-type {
  color: #ff6d15;
  font-family: "Camber-UltraLight";
  margin-bottom: 44px;
}

.QuoteSmallModule .content p {
  font-family: "Camber-UltraLight";
  font-size: 13px;
  line-height: 1.38;
  color: #a7a7a7;
  width: 100%;
  margin-bottom: 56px;
}

@media screen and (max-width: 1350px) {
  .QuoteSmallModule .content h2:first-of-type {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .QuoteSmallModule .button {
    bottom: 6px;
  }
}

@media screen and (max-width: 1000px) {
  .QuoteSmallModule:not(:first-child) {
    padding-top: 60px;
  }

  .QuoteSmallModule:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
  }

  .QuoteSmallModule {
    padding-bottom: 33px;
  }

  .QuoteSmallModule .content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
  }

  .QuoteSmallModule .button {
    padding-left: 20px;
    position: relative;
  }
}

.SectionTextHeaderModule {
  background-color: #ffffff;
}

.SectionTextHeaderModule .col-4-12 {
  padding-left: 44px;
}

.SectionTextHeaderModule .col-4-12 h1 {
  font-family: "Camber-Medium";
  color: #282828;
  line-height: 1.08;
}

.SectionTextHeaderModule .col-4-12 a,
.SectionTextHeaderModule .col-4-12 p {
  color: #ff6d15;
  position: absolute;
  bottom: 0px;
}

.SectionTextHeaderModule .col-8-12 {
  padding-left: 54px;
  padding-right: 54px;
}

@media screen and (max-width: 1000px) {
  .SectionTextHeaderModule .col-4-12 {
    padding-left: 20px;
  }

  .SectionTextHeaderModule .col-4-12 h1 {
    margin-bottom: 15px;
  }

  .SectionTextHeaderModule .col-4-12 a,
  .SectionTextHeaderModule .col-4-12 p {
    color: #ff6d15;
    position: relative;
    margin-top: 14px;
    margin-bottom: 38px;
  }

  .SectionTextHeaderModule .col-8-12 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#SelectedResources {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow-x: hidden;
  display: none;
  z-index: 2;
}

#SelectedResources .container {
  padding-top: 180px;
  padding-bottom: 260px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background-color: #ffffff;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 40px;
}

#SelectedResources .container .escape {
  top: -72px;
}

#SelectedResources .empty-resources {
  padding-left: 45px;
  width: 60%;
  font-size: 26px;
}

#SelectedResources header {
  position: relative;
  width: calc(100% - 40px);
}

#SelectedResources header .delete {
  transform: translateY(-20px);
}

#SelectedResources h1,
#SelectedResources h2 {
  padding-left: 45px;
}

#SelectedResources h1 {
  font-family: "Camber-Medium", Arial;
  margin-bottom: 81px;
}

#SelectedResources .sub-title h2 {
  position: relative;
  font-family: "Camber-Medium", Arial;
  padding-bottom: 27px;
  display: inline-block;
}

#SelectedResources .sub-title .amount-wrapper {
  font-size: 15px;
  color: #a6a6a6;
  display: inline-block;
}

#SelectedResources .title {
  padding: 29px 45px;
  cursor: pointer;
}

#SelectedResources .delete {
  position: absolute;
  right: 52px;
  top: 28px;
  display: flex;
}

#SelectedResources .delete:hover span {
  display: block;
}

#SelectedResources .delete:hover .delete-icon {
  background: #282828;
}

#SelectedResources .delete:hover .delete-icon .icon-dark {
  display: none;
}

#SelectedResources .delete span {
  font-weight: 400;
  font-size: 15px;
  color: #a6a6a6;
  display: none;
  transform: translateY(5px);
}

#SelectedResources .product-resources .main-list {
  border-bottom: 1px solid #eaeaea;
  width: calc(100% - 40px);
}

#SelectedResources .product-resources ul li {
  border-top: 1px solid #eaeaea;
  position: relative;
}

#SelectedResources .product-resources ul li.active .sub-list {
  height: 100%;
  opacity: 1;
  transform: translateY(0px);
}

#SelectedResources .product-resources ul li.active > .title .arrow-icon {
  transform: rotate(180deg) translateY(2px);
}

#SelectedResources .product-resources ul li.active > .image-list {
  height: 100%;
  opacity: 1;
  transform: translateY(0px);
}

#SelectedResources .product-resources ul li p {
  display: inline-block;
}

#SelectedResources .product-resources ul li p .amount-wrapper {
  color: #a6a6a6;
  font-size: 15px;
  margin-left: 5px;
}

#SelectedResources .product-resources ul li .arrow-icon {
  margin-right: 7px;
  transform: translateY(2px);
  display: inline-block;
  transition: 200ms transform ease-out;
}

#SelectedResources .product-resources ul.sub-list {
  height: 0;
  margin-left: 0px;
  opacity: 0;
  transform: translateY(50px);
  transition: 200ms transform ease-out, 200ms transform ease-out;
}

#SelectedResources .product-resources ul.sub-list li {
  padding-left: 20px;
  width: 100%;
}

#SelectedResources .product-resources ul.sub-list li p {
  font-size: 15px;
}

#SelectedResources .product-resources .thumbnail-image {
  padding: 20px;
  border: 1px solid #eaeaea;
}

#SelectedResources .image-list {
  display: flex;
  height: 0;
  width: calc(100% + 70px);
  flex-wrap: wrap;
  margin-left: -45px;
  opacity: 0;
  transform: translateY(50px);
  transition: 200ms transform ease-out, 200ms transform ease-out;
}

#SelectedResources .image-list .thumbnail {
  display: flex;
  width: 25%;
  flex-direction: column;
  margin-bottom: 30px;
  position: relative;
  padding-left: 23px;
  padding-right: 23px;
}

#SelectedResources .image-list .thumbnail .thumbnail-title {
  padding: 29px 0 36px 27px;
  font-family: 'Camber-Medium';
  white-space: nowrap;
  width: 80%;
  overflow: hidden;
  position: relative;
}

#SelectedResources .image-list .thumbnail .thumbnail-title:before {
  content: '';
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.99) 100%, white 100%);
}

#SelectedResources .image-list .thumbnail .thumbnail-image {
  width: 100%;
}

#SelectedResources .image-list .thumbnail .delete-icon {
  position: absolute;
  bottom: 33px;
  right: 50px;
}

#SelectedResources .image-list .thumbnail .delete-icon:hover {
  background: #282828;
}

#SelectedResources .image-list .thumbnail .delete-icon:hover .icon-dark {
  display: none;
}

#SelectedResources .report-resources {
  margin-top: 103px;
}

#SelectedResources .report-resources .image-list {
  display: flex;
  margin-left: -25px;
  width: calc(100% + 10px);
}

@media screen and (max-width: 1440px) {
  #SelectedResources .inner-wrapper {
    width: 100vw;
    max-width: 100vw;
  }

  #SelectedResources .content-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #SelectedResources .inner-wrapper {
    padding-left: 48px;
    padding-top: 45px;
  }

  #SelectedResources h1,
  #SelectedResources h2,
  #SelectedResources .empty-resources {
    padding-left: 0px;
  }

  #SelectedResources p {
    font-size: 15px;
  }

  #SelectedResources header {
    width: calc(100% - 20px);
  }

  #SelectedResources .image-list .thumbnail {
    width: calc(100% / 3);
  }

  #SelectedResources .title {
    padding: 29px 10px;
  }

  #SelectedResources .product-resources .main-list {
    width: calc(100% - 20px);
  }

  #SelectedResources .delete {
    right: 18px;
  }

  #SelectedResources .escape {
    right: 6px;
    top: 5px;
  }

  #SelectedResources .escape p {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #SelectedResources .image-list .thumbnail {
    width: 50%;
  }

  #SelectedResources .inner-wrapper {
    padding-left: 38px;
  }

  #SelectedResources h1,
  #SelectedResources h2,
  #SelectedResources .empty-resources {
    padding-left: 0px;
  }

  #SelectedResources h1 {
    width: 60%;
  }

  #SelectedResources .empty-resources {
    width: 90%;
  }

  #SelectedResources .escape {
    top: 0;
  }
}

@media screen and (max-width: 600px) {
  #SelectedResources .inner-wrapper {
    padding-left: 30px;
  }
}

.SlideshowLargeModule {
  background-color: #ffffff;
  padding-bottom: 90px;
  position: relative;
}

.SlideshowLargeModule:after {
  content: '';
  display: none;
  height: 1px;
  background: #eaeaea;
  position: absolute;
  bottom: 40px;
}

.SlideshowLargeModule .pagination {
  position: absolute;
  right: 181px;
  top: 12px;
  font-family: "Camber-Light";
  font-size: 15px;
  line-height: 1.4;
  color: #a6a6a6;
}

.SlideshowLargeModule .pagination.small {
  right: inherit;
  top: inherit;
  bottom: 60px;
}

.SlideshowLargeModule .buttons {
  position: absolute;
  right: 143px;
  top: 0px;
}

.SlideshowLargeModule .buttons.small {
  right: inherit;
  top: inherit;
  bottom: 41px;
}

.SlideshowLargeModule .imageContainer {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}

.SlideshowLargeModule .imageContainer img {
  position: absolute;
  width: 100%;
  opacity: 0;
}

.SlideshowLargeModule .captionContainer {
  position: relative;
  padding-left: 42px;
  margin-top: 18px;
  min-height: 60px;
}

.SlideshowLargeModule .captionContainer p {
  display: none;
  font-family: "Camber-Light";
  font-size: 15px;
  line-height: 1.4;
  color: #a6a6a6;
  width: 70%;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .SlideshowLargeModule .captionContainer p {
    width: 100%;
  }
}

.SlideshowLargeModule .captionContainer p:first-child {
  display: inline-block;
}

.SlideshowLargeModule .captionContainer.small {
  position: absolute;
  padding-left: 42px;
  margin-top: 0px;
  bottom: 100px;
  left: 66.66%;
  padding-bottom: 102px;
}

@media screen and (max-width: 640px) {
  .SlideshowLargeModule .imageContainer {
    border-bottom: none;
    border-top: none;
  }
}

@media screen and (max-width: 1000px) {
  .SlideshowLargeModule {
    padding-bottom: 110px;
  }

  .SlideshowLargeModule:after {
    display: block;
    width: calc(100% - 56px);
  }

  .SlideshowLargeModule .captionContainer {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .SlideshowLargeModule:after {
    width: calc(100% - 36px);
  }

  .SlideshowLargeModule .pagination {
    margin-top: 50px;
    position: relative;
    right: 0px;
    top: 0px;
  }

  .SlideshowLargeModule .buttons {
    margin-top: 20px;
    position: relative;
    right: 0px;
    top: 0px;
  }

  .SlideshowLargeModule .captionContainer {
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .SlideshowLargeModule:after {
    width: calc(100% - 20px);
  }
}

.SlideshowMediumModule {
  padding-bottom: 70px;
  position: relative;
}

.SlideshowMediumModule .buttons {
  position: absolute;
  right: 97px;
  top: 0px;
}

.SlideshowMediumModule .imageContainer {
  background-color: #f3f3f3;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.SlideshowMediumModule .imageContainer img {
  position: absolute;
  width: 100%;
}

.SlideshowMediumModule .captionContainer {
  position: relative;
  margin-top: 18px;
  min-height: 60px;
}

.SlideshowMediumModule .captionContainer p {
  display: none;
  font-family: "Camber-Light";
  font-size: 15px;
  line-height: 1.4;
  color: #a6a6a6;
  width: 70%;
}

.SlideshowMediumModule .captionContainer p:first-child {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .SlideshowMediumModule .buttons {
    margin-top: 20px;
    position: relative;
    right: 0px;
    top: 0px;
  }
}

.SmallIllustrationArticleModule p {
  color: #ffffff;
}

.SmallIllustrationArticleModule .contentContainer {
  background-color: #ff6d15;
}

.SmallIllustrationArticleModule .imageContainer {
  margin-top: 30px;
  margin-bottom: 81px;
  overflow: hidden;
  position: relative;
}

.SmallIllustrationArticleModule .imageContainer img {
  opacity: 0;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.SmallIllustrationArticleModule .content {
  padding-top: 45px;
  padding-left: 47px;
  padding-right: 47px;
}

.SmallIllustrationArticleModule .button {
  position: absolute;
  bottom: 22px;
}

.SmallIllustrationArticleModule .button p {
  text-decoration: none;
}

.SmallIllustrationArticleModule .title {
  font-size: 13px;
  font-family: "Camber-Light";
}

.SmallIllustrationArticleModule .body {
  font-family: "Camber-UltraLight";
  font-size: 20px;
  line-height: 127%;
}

.SmallIllustrationArticleModule .buttonCircleSmall {
  background-color: #ffffff;
}

@media screen and (max-width: 1000px) {
  .SmallIllustrationArticleModule {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 33px;
  }

  .SmallIllustrationArticleModule:not(:first-child) {
    padding-top: 60px;
  }

  .SmallIllustrationArticleModule .body {
    font-size: 20px;
  }

  .SmallIllustrationArticleModule .content {
    padding-left: 28px;
    padding-right: 28px;
  }

  .SmallIllustrationArticleModule .contentContainer {
    height: inherit;
  }

  .SmallIllustrationArticleModule .imageContainer {
    margin-bottom: 20px;
    position: relative;
  }

  .SmallIllustrationArticleModule .imageContainer img {
    position: relative;
    bottom: inherit;
    left: inherit;
  }

  .SmallIllustrationArticleModule .content {
    height: inherit;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 40px;
  }
}

.SmallImageArticleModule .imageContainer {
  margin-bottom: 29px;
}

.SmallImageArticleModule .imageContainer img {
  opacity: 0;
  width: 100%;
}

.SmallImageArticleModule .content {
  padding-left: 47px;
  padding-right: 47px;
}

.SmallImageArticleModule .content .body {
  font-size: 20px;
}

.SmallImageArticleModule .link {
  font-size: 15px;
  margin-bottom: 41px;
  font-family: "Camber-Light";
}

.SmallImageArticleModule .link a {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.SmallImageArticleModule .link a:hover {
  color: #ff6d15;
}

.SmallImageArticleModule .body {
  margin-bottom: 34px;
  font-size: 26px;
}

.SmallImageArticleModule .imageContainer {
  position: relative;
  width: 100%;
  height: 52.72727273%;
  margin-bottom: 20px;
}

.SmallImageArticleModule .imageContainer img {
  position: absolute;
  pointer-events: none;
  width: 100%;
  left: 50%;
  top: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0;
}

.SmallImageArticleModule .button {
  position: absolute;
  bottom: 22px;
  padding-left: 43px;
}

.SmallImageArticleModule .button p {
  text-decoration: none;
}

@media screen and (max-width: 1350px) {
  .SmallImageArticleModule .button {
    bottom: 6px;
  }
}

@media screen and (max-width: 1000px) {
  .SmallImageArticleModule:not(:first-child) {
    padding-top: 60px;
  }

  .SmallImageArticleModule {
    border-bottom: 1px solid #eaeaea;
  }

  .SmallImageArticleModule {
    padding-bottom: 33px;
  }

  .SmallImageArticleModule .imageContainer img {
    position: relative;
    left: 0px;
    top: 0px;
    transform: inherit;
  }

  .SmallImageArticleModule .content {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0px;
  }

  .SmallImageArticleModule .content .link,
  .SmallImageArticleModule .content .body {
    font-size: 20px;
  }

  .SmallImageArticleModule .button {
    position: relative;
    bottom: inherit;
  }

  .SmallImageArticleModule .button {
    margin-left: 18px;
    padding-left: 0px;
    position: relative;
    bottom: inherit;
  }
}

@media screen and (max-width: 1000px) {
  .SmallImageArticleModule .content .body {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .SmallImageArticleModule .content .link {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .SmallImageArticleModule .content .body {
    font-size: 20px;
  }
}

.SmallTextArticleModule .content {
  position: relative;
  background-color: #f3f3f3;
  padding-top: 45px;
  padding-left: 47px;
  padding-right: 47px;
  padding-bottom: 28px;
}

.SmallTextArticleModule .topContainer {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.SmallTextArticleModule .topContainer .title {
  position: absolute;
  bottom: 0px;
  font-family: "Camber-Medium";
  font-size: 28px;
}

.SmallTextArticleModule .button {
  position: absolute;
  bottom: 22px;
}

.SmallTextArticleModule .button p {
  text-decoration: none;
}

.SmallTextArticleModule .link {
  font-size: 15px;
  font-family: "Camber-Light";
}

.SmallTextArticleModule .link a {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.SmallTextArticleModule .link a:hover {
  color: #ff6d15;
}

.SmallTextArticleModule .author {
  margin-bottom: 44px;
  white-space: nowrap;
  font-size: 15px;
  color: #a6a6a6;
}

.SmallTextArticleModule .body {
  font-size: 16px;
  margin-bottom: 34px;
  font-family: "Scala-Regular";
  color: #a6a6a6;
}

@media screen and (max-width: 1350px) {
  .SmallTextArticleModule .button {
    bottom: 6px;
  }
}

@media screen and (max-width: 1280px) {
  .SmallTextArticleModule .topContainer .title {
    font-size: 22px;
  }
}

@media screen and (max-width: 1000px) {
  .SmallTextArticleModule:not(:first-child) {
    padding-top: 60px;
  }

  .SmallTextArticleModule {
    border-bottom: 1px solid #eaeaea;
  }

  .SmallTextArticleModule {
    padding-bottom: 33px;
  }

  .SmallTextArticleModule .link {
    margin-bottom: 117px;
  }

  .SmallTextArticleModule .button {
    bottom: 18px;
  }

  .SmallTextArticleModule .topContainer {
    position: relative;
  }

  .SmallTextArticleModule .topContainer .title {
    position: relative;
    bottom: inherit;
  }

  .SmallTextArticleModule .content {
    height: inherit;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 40px;
  }

  .SmallTextArticleModule .bottomContent {
    position: relative;
    bottom: inherit;
    padding-right: 18px;
    margin-top: 117px;
  }
}

.SmallPageTeaserModule .imageContainer {
  margin-bottom: 20px;
}

.SmallPageTeaserModule .imageContainer img {
  opacity: 0;
  width: 100%;
}

.SmallPageTeaserModule .content {
  padding-left: 42px;
  padding-right: 42px;
}

.SmallPageTeaserModule .body {
  margin-bottom: 34px;
}

.SmallPageTeaserModule .button {
  position: absolute;
  bottom: 22px;
  padding-left: 43px;
}

.SmallPageTeaserModule .button p {
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  .SmallPageTeaserModule .content {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media screen and (max-width: 640px) {
  .SmallPageTeaserModule .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1350px) {
  .SmallPageTeaserModule .button {
    bottom: 6px;
  }
}

@media screen and (max-width: 1000px) {
  .SmallPageTeaserModule:not(:first-child) {
    padding-top: 60px;
  }

  .SmallPageTeaserModule {
    border-bottom: 1px solid #eaeaea;
  }

  .SmallPageTeaserModule {
    padding-bottom: 33px;
  }

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

  .SmallPageTeaserModule .content .body {
    font-size: 18px;
  }

  .SmallPageTeaserModule .button {
    padding-left: 20px;
    position: relative;
    bottom: inherit;
  }
}

.SmallStoryModule {
  height: 100%;
}

.SmallStoryModule .imageContainer {
  position: relative;
  width: 100%;
  height: 52.72727273%;
  margin-bottom: 20px;
  cursor: pointer;
}

.SmallStoryModule .imageContainer img {
  pointer-events: none;
  width: 100%;
  z-index: 0;
  opacity: 0;
}

.SmallStoryModule .content {
  padding-left: 42px;
  padding-right: 42px;
}

.SmallStoryModule .link {
  font-size: 15px;
  margin-bottom: 41px;
  font-family: "Camber-Light";
}

.SmallStoryModule .link a {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.SmallStoryModule .link a:hover {
  color: #ff6d15;
}

.SmallStoryModule .body {
  margin-bottom: 34px;
}

.SmallStoryModule .button {
  position: absolute;
  bottom: 22px;
  padding-left: 43px;
}

.SmallStoryModule .button p {
  text-decoration: none;
}

@media screen and (max-width: 1350px) {
  .SmallStoryModule .button {
    bottom: 6px;
  }

  .SmallStoryModule .content .body {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .SmallStoryModule:not(:first-child) {
    padding-top: 60px;
  }

  .SmallStoryModule {
    border-bottom: 1px solid #eaeaea;
  }

  .SmallStoryModule {
    padding-bottom: 33px;
    height: inherit;
  }

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

  .SmallStoryModule .content .body {
    font-size: 20px;
  }

  .SmallStoryModule .button {
    padding-left: 20px;
    position: relative;
    bottom: inherit;
  }
}

@media screen and (max-width: 768px) {
  .SmallStoryModule .content .link {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .SmallStoryModule .content .body {
    font-size: 20px;
  }
}

.SmallToolsModule {
  padding-bottom: 50px;
  position: relative;
}

.SmallToolsModule .linkIcon {
  position: absolute;
  padding-top: 3px;
}

.SmallToolsModule .imageContainer {
  margin-bottom: 20px;
  position: relative;
}

.SmallToolsModule .imageContainer img {
  opacity: 0;
  width: 100%;
}

.SmallToolsModule .content {
  position: relative;
  padding-left: 42px;
  padding-right: 42px;
}

.SmallToolsModule .content a p {
  font-size: 15px;
  font-family: "Camber-Medium";
  max-width: 60%;
  line-height: 1.4;
  position: relative;
}

.SmallToolsModule .link {
  font-size: 15px;
  margin-bottom: 41px;
  font-family: "Camber-Light";
}

@media screen and (max-width: 1000px) {
  .SmallToolsModule .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .SmallToolsModule {
    height: inherit;
  }

  .SmallToolsModule .content {
    margin-left: 0px;
  }
}

.StatementModule {
  background-color: #ff6d15;
  padding: 220px 0px 100px 0px;
  color: #ffffff;
  position: relative;
}

.StatementModule .content {
  text-align: center;
  margin: 0 auto;
  width: 68%;
  vertical-align: middle;
}

.StatementModule h1 {
  line-height: 1.08;
  letter-spacing: -0.5px;
  margin-bottom: 220px;
  color: #ffffff;
}

.StatementModule h1 span {
  font-family: "Camber-Medium";
}

.StatementModule .button {
  display: table;
  margin: 0 auto;
}

.StatementModule .bottomContent {
  position: absolute;
  bottom: 43px;
  width: 100%;
}

.StatementModule p {
  color: #ffffff;
}

.StatementModule .link {
  text-decoration: underline;
}

.StatementModule a:link {
  color: #ffffff;
}

.StatementModule a:visited {
  color: #ffffff;
}

.StatementModule a:hover {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .StatementModule .content {
    width: 90%;
  }
}

@media screen and (max-width: 1000px) {
  .StatementModule {
    padding: 130px 0px 50px 0px;
  }

  .StatementModule h1 {
    margin-bottom: 130px;
  }
}

@media screen and (max-width: 640px) {
  .StatementModule {
    padding: 100px 0px 18px 0px;
  }

  .StatementModule h1 {
    margin-bottom: 100px;
  }
}

.TextModule {
  background-color: #ffffff;
  padding-bottom: 100px;
}

.TextModule .externalLink {
  position: relative;
  color: #ff6d15;
  text-decoration: none;
  font-family: "Camber-Medium";
  font-size: 15px;
  padding-left: 3px;
}

.TextModule .externalLink img {
  width: 17px;
  height: 17px;
  position: absolute;
  right: -16px;
  top: 2px;
}

.TextModule .intro {
  padding-left: 42px;
  padding-right: 29px;
  padding-bottom: 57px;
  font-size: 26px;
}

.TextModule .grid .highlight {
  font-family: "Camber-Medium";
}

.TextModule .grid .header {
  width: calc(33.3% - 42px);
  float: left;
  position: relative;
  padding-left: 42px;
}

.TextModule .grid .header h2 {
  font-family: "Camber-Medium";
  font-size: 48px;
  margin-bottom: 28px;
}

.TextModule .grid .columns {
  padding-left: 54px;
  width: 66.66%;
  float: left;
  position: relative;
}

.TextModule .grid p b {
  font-family: "Camber-Medium", Arial;
}

.TextModule .grid ul li {
  font-family: "Camber-Light";
  font-size: 18px;
  text-align: left;
  color: #282828;
  margin-bottom: 8px;
  padding-left: 36px;
}

.TextModule .grid ul li::before {
  content: "\2014";
  margin-right: 17px;
  margin-left: -35px;
}

.TextModule .grid .left {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 42px;
  padding-right: 57px;
  border-right: 1px solid #eaeaea;
}

.TextModule .grid .left p {
  font-size: 18px;
}

.TextModule .grid .right {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 57px;
  padding-right: 42px;
}

.TextModule .grid .right p {
  font-size: 18px;
}

@media screen and (max-width: 1280px) {
  .TextModule {
    padding-bottom: 60px;
  }

  .TextModule .intro {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 35px;
    font-size: 20px;
  }

  .TextModule .grid .columns {
    width: 100%;
    padding-left: 42px;
  }

  .TextModule .grid .header {
    width: 100%;
    padding-bottom: 38px;
  }

  .TextModule .grid .header h2 {
    font-size: 28px;
  }

  .TextModule .grid .left {
    width: 100%;
    padding-left: 0px;
    padding-right: 29px;
    padding-bottom: 21px;
    border-right: none;
  }

  .TextModule .grid .right {
    width: 100%;
    padding-left: 0px;
    padding-right: 29px;
  }
}

@media screen and (max-width: 1000px) {
  .TextModule .grid .header {
    padding-left: 20px;
  }

  .TextModule .grid .columns {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .TextModule .grid .header {
    padding-left: 20px;
  }

  .TextModule .grid .left {
    border-right: none;
    padding-left: 0;
  }

  .TextModule .grid .right {
    border-right: none;
    border-bottom: 1px solid #eaeaea;
    padding-left: 0;
    padding-bottom: 36px;
  }
}

.VideoModule {
  background-color: #ffffff;
}

.VideoModule .videoContainer {
  width: 100%;
  height: 100%;
  position: relative;
}

.VideoModule .videoContainer.small {
  background-color: #282828;
  height: 100%;
}

.VideoModule .mobilePlayButton {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 51px;
  height: 51px;
  background-color: #ffffff;
  border-radius: 51px;
  cursor: pointer;
  pointer-events: none;
}

.VideoModule .mobilePlayButton .playIcon {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  pointer-events: none;
  left: 19px;
  top: 17px;
}

.VideoModule .mobilePlayButton .pauseIcon {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  pointer-events: none;
  left: 17px;
  top: 17px;
}

.VideoModule .posterContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  width: 100%;
  height: 0px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.VideoModule .posterContainer.small {
  background-color: #282828;
}

.VideoModule .posterImage {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.VideoModule .posterImage.small {
  width: 66.66%;
}

.VideoModule .player {
  width: 100%;
}

.VideoModule .player.small {
  position: absolute;
  width: 66.66%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.VideoModule .videoControls {
  position: absolute;
  width: 100%;
  height: 80px;
  padding-left: 42px;
  padding-right: 42px;
}

.VideoModule .videoControls .controlsContent {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 32px;
}

.VideoModule .videoControls .controlsContent .shareButtonPlayer {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  right: 22px;
  top: 21px;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #ffffff;
}

.VideoModule .videoControls .controlsContent .shareButtonPlayer .shareIcon {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 12px;
}

.VideoModule .videoControls .controlsContent .scrubberContainer {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 0%;
  overflow: hidden;
}

.VideoModule .videoControls .controlsContent .scrubberTrack {
  opacity: 0;
  position: absolute;
  background-color: #cccccc;
  height: 1px;
  left: 183px;
  top: 42px;
}

.VideoModule .videoControls .controlsContent .scrubberTrack .hitArea {
  position: relative;
  width: 100%;
  height: 21px;
  top: -13px;
  cursor: pointer;
}

.VideoModule .videoControls .controlsContent .scrubberTrack .scrubberProgress {
  position: relative;
  background-color: #ff6d15;
  height: 3px;
  top: -1px;
  width: 0%;
}

.VideoModule .videoControls .controlsContent .labelContainer {
  width: 0px;
  height: 20px;
  overflow: hidden;
  position: relative;
}

.VideoModule .videoControls .controlsContent .label {
  opacity: 0;
  color: #282828;
  padding-left: 183px;
  padding-right: 183px;
  font-size: 15px;
  white-space: nowrap;
  font-family: "Camber-Medium";
  position: absolute;
}

.VideoModule .videoControls .controlsContent .currentTime {
  opacity: 0;
  position: absolute;
  left: 127px;
  top: 33px;
  font-size: 13px;
  color: #a6a6a6;
  font-family: "Camber-UltraLight";
}

.VideoModule .videoControls .controlsContent .totalTime {
  opacity: 0;
  position: absolute;
  right: 127px;
  top: 33px;
  font-size: 13px;
  color: #a6a6a6;
}

.VideoModule .videoControls .controlsContent .playButton {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  left: 18px;
  top: 0px;
  width: 80px;
  height: 80px;
  z-index: 2;
}

.VideoModule .videoControls .controlsContent .playButton .playIcon {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  pointer-events: none;
  left: 34px;
  top: 34px;
}

.VideoModule .videoControls .controlsContent .playButton .pauseIcon {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  pointer-events: none;
  left: 34px;
  top: 34px;
}

.VideoModule .headline {
  font-family: 'Camber-Medium';
  color: #282828;
}

.VideoModule .location {
  font-family: 'Camber-UltraLight';
  color: #a6a6a6;
}

.VideoModule video {
  width: 100%;
  visibility: hidden;
}

.VideoModule.inline {
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.Overlay {
  padding: 42px 42px 42px 42px;
  background-color: #282828;
  width: 100%;
}

@font-face {
  font-family: 'Camber-Light';
  src: url("../assets/fonts/Camber-Lg.eot");
  src: url("../assets/fonts/Camber-Lg.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Camber-Lg.woff2") format("woff2"), url("../assets/fonts/Camber-Lg.woff") format("woff"), url("../assets/fonts/Camber-Lg.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Camber-UltraLight';
  src: url("../assets/fonts/Camber-Ul.eot");
  src: url("../assets/fonts/Camber-Ul.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Camber-Ul.woff2") format("woff2"), url("../assets/fonts/Camber-Ul.woff") format("woff"), url("../assets/fonts/Camber-Ul.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Camber-Semibold';
  src: url("../assets/fonts/Camber-Sb.eot");
  src: url("../assets/fonts/Camber-Sb.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Camber-Sb.woff2") format("woff2"), url("../assets/fonts/Camber-Sb.woff") format("woff"), url("../assets/fonts/Camber-Sb.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Camber-Medium';
  src: url("../assets/fonts/Camber-Md.eot");
  src: url("../assets/fonts/Camber-Md.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Camber-Md.woff2") format("woff2"), url("../assets/fonts/Camber-Md.woff") format("woff"), url("../assets/fonts/Camber-Md.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Scala-Bold";
  src: url("../assets/fonts/1378116/8ace973c-1432-4a83-9650-2eab92f4cb65.eot?#iefix");
  src: url("../assets/fonts/1378116/8ace973c-1432-4a83-9650-2eab92f4cb65.eot?#iefix") format("eot"), url("../assets/fonts/1378116/f16c400a-aaed-4edd-80aa-2354d95ebed5.woff2") format("woff2"), url("../assets/fonts/1378116/8cf1250c-1b81-4867-a974-cd3bc57527dd.woff") format("woff"), url("../assets/fonts/1378116/02153bd9-8e7e-428e-af89-6b0b8011cc88.ttf") format("truetype");
}

@font-face {
  font-family: "Scala-Regular";
  src: url("../assets/fonts/1378152/142d4177-0c46-4e7e-8486-29683794c32c.eot?#iefix");
  src: url("../assets/fonts/1378152/142d4177-0c46-4e7e-8486-29683794c32c.eot?#iefix") format("eot"), url("../assets/fonts/1378152/94d00522-cbbe-4811-97a7-06b22f5ac205.woff2") format("woff2"), url("../assets/fonts/1378152/0e53be2f-4657-4e88-bf2e-cc56dc15ba92.woff") format("woff"), url("../assets/fonts/1378152/ad92c8af-6b5e-41f9-a936-ca60fa0042ab.ttf") format("truetype");
}

@font-face {
  font-family: "Scala-Italic";
  src: url("../assets/fonts/1378158/1ae9c95b-87e7-4a72-9597-cf0bc9570c8b.eot?#iefix");
  src: url("../assets/fonts/1378158/1ae9c95b-87e7-4a72-9597-cf0bc9570c8b.eot?#iefix") format("eot"), url("../assets/fonts/1378158/0e4c40ed-1427-4fab-b422-e7d9a21d5798.woff2") format("woff2"), url("../assets/fonts/1378158/f1a473bf-e931-4156-8a66-1c2c02b47d65.woff") format("woff"), url("../assets/fonts/1378158/cb3b5ef7-ebf7-41ef-8c2d-749bb8260490.ttf") format("truetype");
}

.spacer {
  position: absolute;
  width: 1px;
  height: 100%;
  right: -4px;
  top: 0px;
}

.spacer .spacerLine {
  background-color: #eaeaea;
  width: 1px;
  height: 100%;
}

.disableSelection {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

input[type=text],
textarea {
  outline: none;
}

.tween {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  -moz-backface-visibility: hidden;
  -moz-transform: translateZ(0) scale(1, 1);
  -ms-transform: translateZ(0) scale(1, 1);
  -o-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
}

.resource-buttons {
  right: 51px;
  bottom: 81px;
}

@media screen and (max-width: 768px) {
  .resource-buttons {
    right: 30px;
    bottom: 60px;
  }
}

div {
  color: #282828;
}

h1,
h2,
h3,
h4,
p {
  line-height: 123%;
}

p {
  font-family: "Camber-Light";
  font-size: 18px;
  text-align: left;
  color: #282828;
}

h1 {
  font-family: "Camber-UltraLight";
  font-size: 48px;
}

h2 {
  font-family: "Camber-UltraLight";
  font-size: 26px;
}

@media screen and (max-width: 1280px) {
  p {
    font-size: 15px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1000px) {
  p {
    font-size: 15px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  p {
    font-size: 13px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  p {
    font-size: 13px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 20px;
  }
}

.templateContainer {
  width: 100%;
}

.pageTemplate .pageTitle {
  background-color: #ffffff;
  padding-left: 85px;
  padding-bottom: 50px;
  font-family: "Camber-Medium";
}

.pageTemplate .pageTitle:first-of-type {
  padding-top: 50px;
}

.pageTemplate .pageSection {
  background-color: #ffffff;
  font-size: 48px;
  padding-left: 85px;
  padding-bottom: 50px;
  font-family: "Camber-Medium";
}

.pageTemplate .pageSectionTop {
  padding-top: 50px;
}

@media screen and (max-width: 1000px) {
  .pageTemplate .pageTitle {
    padding-left: 48px;
  }

  .pageTemplate .pageSection {
    font-size: 32px;
    padding-left: 48px;
  }

  .pageTemplate .types {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  .pageTemplate .pageTitle {
    padding-left: 41px;
    padding-bottom: 20px;
  }

  .pageTemplate .pageSection {
    font-size: 32px;
    padding-left: 38px;
  }
}

@media screen and (max-width: 640px) {
  .pageTemplate .pageTitle {
    padding-left: 33px;
  }

  .pageTemplate .pageSection {
    font-size: 32px;
    padding-left: 30px;
  }
}

.button {
  display: inline-block;
}

.button a:link {
  text-decoration: none;
}

.button p {
  font-size: 15px;
  text-decoration: none;
  font-family: "Camber-Medium";
  display: inline-block;
  transform: translate3d(0px, -6px, 0px);
}

.button:link {
  text-decoration: none;
}

.link {
  font-size: 15px;
  text-decoration: none;
  font-family: "Camber-Medium";
}

.buttonCircleSmall {
  display: inline-block;
  position: relative;
  border-radius: 25px 25px 25px 25px;
  width: 25px;
  height: 25px;
  background-color: #282828;
  margin-right: 10px;
}

.buttonCircleSmall img {
  position: absolute;
  top: 7px;
  left: 7px;
}

.buttonCircleBig {
  display: inline-block;
  border-radius: 41px 41px 41px 41px;
  width: 41px;
  height: 41px;
}

.buttonCircleBig .bigArrow_left,
.buttonCircleBig .bigArrow_right {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: 12px;
  left: 12px;
  pointer-events: none;
  transform: rotate(-180deg);
}

.buttonCircleBig .bigArrow_right {
  transform: rotate(0deg);
}

.seeAllButton {
  cursor: pointer;
}

.buttonColorWhite {
  background-color: #ffffff;
}

.buttonColorBlack {
  background-color: #282828;
}

.buttonColorOrange {
  background-color: #ff6d15;
}

@media screen and (max-width: 1000px) {
  .button p {
    font-size: 13px;
    transform: translate3d(0px, -8px, 0px);
  }
}

.smallPlusButton {
  position: absolute;
  border-radius: 50%;
  width: 41px;
  height: 41px;
  background-color: #ffffff;
  cursor: pointer;
}

.smallPlusButton img {
  position: absolute;
  left: 12px;
  top: 12px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  pointer-events: none;
}

.escape {
  position: absolute;
  right: 45px;
  top: -55px;
}

.escape p {
  font: 700 13px/26px "Camber-Medium", Arial;
  text-transform: uppercase;
  text-align: right;
  margin-right: 8px;
}

.escape .delete-icon {
  width: 41px;
  height: 41px;
  border: 0;
  background: #282828;
}

.escape .delete-icon:focus {
  outline: none;
}

.escape .delete-icon:hover {
  background: #ff6d15;
}

.escape .delete-icon .icon {
  width: 15px;
  height: 15px;
  left: 13px;
  top: 13px;
}

.escape .delete-icon .icon-dark {
  display: none;
}

.delete-icon {
  border-radius: 50%;
  background: #f3f3f3;
  padding: 6px 8px 2px 8px;
  position: relative;
  width: 25px;
  height: 25px;
  margin-left: 18px;
  cursor: pointer;
  transition: 200ms background ease-in-out;
}

.delete-icon .icon {
  width: 11px;
  height: 11px;
  position: absolute;
  left: 7px;
  top: 7px;
}

.delete-icon .icon-dark {
  z-index: 2;
}

.delete-icon .icon-light {
  z-index: 1;
}

#Footer {
  visibility: hidden;
  position: relative;
  height: 80px;
  max-width: 1440px;
  background-color: #ffffff;
}

#Footer #FooterItems {
  position: absolute;
  left: 65px;
  top: 30px;
  white-space: nowrap;
}

#Footer #ExtraNet {
  position: absolute;
  right: 86px;
  top: 30px;
}

#Footer a {
  margin-left: 22px;
  text-decoration: none;
  font-family: "Camber-UltraLight";
  font-size: 15px;
  color: #a6a6a6;
}

#Footer a {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

#Footer a:hover {
  color: #ff6d15;
}

#Footer #FooterSeperator {
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 0px 42px 0px 42px;
}

#Footer #SeperatorLine {
  background-color: #eaeaea;
  height: 1px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #Footer #FooterSeperator {
    padding: 0px 28px 0px 28px;
  }

  #Footer #FooterItems {
    left: 5px;
  }
}

@media screen and (max-width: 768px) {
  #Footer #FooterSeperator {
    padding: 0px 18px 0px 18px;
  }

  #Footer #FooterItems {
    padding-top: 21px;
    position: relative;
    margin-left: -5px;
    left: inherit;
    top: inherit;
    white-space: inherit;
  }

  #Footer #ExtraNet {
    top: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #Footer #FooterSeperator {
    padding: 0px 10px 0px 10px;
  }
}

@media screen and (max-width: 520px) {
  #Footer {
    height: inherit;
  }

  #Footer #ExtraNet {
    margin-left: -5px;
    position: relative;
    right: inherit;
    top: inherit;
    padding-bottom: 36px;
  }

  #Footer #FooterItems {
    padding-top: 21px;
    position: relative;
    margin-left: -5px;
    left: inherit;
    top: inherit;
    white-space: inherit;
  }

  #Footer a {
    margin-top: 15px;
    display: inline-block;
  }
}

.NewWindowIcon {
  position: absolute;
  width: 41px;
  height: 41px;
  border-radius: 41px;
}

.NewWindowIcon img {
  position: absolute;
  left: 8px;
  top: 16px;
}

.ContactDropdown {
  width: 437px;
  min-height: 345px;
  top: 38px;
  right: -46px;
  background-color: #ffffff;
  position: absolute;
  opacity: 0;
  padding-top: 45px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 28px;
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.ContactDropdown .topArrow {
  width: 30px;
  height: 14px;
  top: -14px;
  left: 220px;
  position: absolute;
}

.ContactDropdown .title {
  font-size: 15px;
  color: #a6a6a6;
  margin-bottom: 37px;
}

.ContactDropdown .searchField {
  height: 36px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 59px;
}

.ContactDropdown .searchField .searchInput {
  width: 100%;
  font-size: 15px;
  font-family: "Camber-Light";
  border: none;
}

.ContactDropdown .searchField .default {
  margin-top: -22px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.ContactDropdown .searchField .default span {
  font-family: "Camber-Medium";
}

.ContactDropdown .locationName {
  font-size: 26px;
  color: #ff6d15;
  font-family: "Camber-Medium";
}

.ContactDropdown .location {
  color: #a6a6a6;
  margin-bottom: 26px;
}

.ContactDropdown .locationInfo {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 58px;
}

@media screen and (max-width: 1000px) {
  .ContactDropdown {
    display: none;
  }
}

.language-selector .selectedItem {
  cursor: pointer;
  position: relative;
}

.language-selector .selectedItem.active p {
  color: #282828;
}

.language-selector .selectedItem p {
  font-size: 16px;
  color: #a6a6a6;
}

.language-selector .selectedItem .arrow {
  position: absolute;
  top: 1px;
  left: 23px;
}

.language-selector .selectedItem .hitArea {
  width: 50px;
  height: 30px;
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 2;
  opacity: 0.5;
}

.language-selector .dropdown {
  position: absolute;
  width: 276px;
  height: 344px;
  top: 40px;
  left: -42px;
  padding-top: 60px;
  padding-left: 46px;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.language-selector .dropdown .topArrow {
  width: 30px;
  height: 14px;
  top: -14px;
  left: 122px;
  position: absolute;
}

.language-selector .dropdown .title {
  font-size: 18px;
  margin-bottom: 46px;
  pointer-events: none;
}

.language-selector .dropdown .items {
  position: relative;
}

.language-selector .dropdown .items div {
  position: relative;
  margin-bottom: 28px;
  cursor: pointer;
  opacity: 0.5;
  transition: 300ms opacity ease-out;
}

.language-selector .dropdown .items div:hover {
  opacity: 1;
}

.language-selector .dropdown .items div.active {
  opacity: 1;
}

.language-selector .dropdown .items div.active p {
  font-family: "Camber-Medium", Arial;
}

.language-selector .dropdown .items p {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  pointer-events: none;
  font-size: 15px;
  padding-left: 48px;
}

.language-selector .dropdown .items img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: -7px;
}

#MainMenu {
  z-index: 5;
  position: fixed;
  top: 0px;
  opacity: 0;
  height: 80px;
  max-width: 1440px;
  width: 100% !important;
  background-color: #ffffff;
  transform: translateY(-120px);
}

#MainMenu #MenuItems {
  position: absolute;
  left: 269px;
  top: 30px;
  white-space: nowrap;
}

#MainMenu #MenuItems a {
  margin-left: 22px;
  text-decoration: none;
  color: #a6a6a6;
  font-family: Camber-Light;
  font-size: 16px;
}

#MainMenu #MenuItems a {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

#MainMenu #MenuItems a.highlight {
  color: #282828;
}

#MainMenu #MenuItems a:hover {
  color: #ff6d15;
}

#MainMenu #MenuItems a:first-of-type {
  margin-left: 0px;
}

#MainMenu #MainLogo {
  position: absolute;
  top: 26px;
  left: 87px;
  pointer-events: all;
}

#MainMenu #MainLogo img {
  pointer-events: none;
  width: 130px;
  height: 28px;
}

#MainMenu #MenuSeperator {
  position: absolute;
  top: 79px;
  width: 100%;
  z-index: 11;
  padding: 0px 42px 0px 42px;
}

#MainMenu #SeperatorLine {
  background-color: #eaeaea;
  height: 1px;
  width: 100%;
}

#MainMenu #MenuBreadcrumb {
  position: absolute;
  height: 51px;
  width: 100%;
  top: 80px;
}

#MainMenu #MenuBreadcrumbContainer {
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
  height: 41px;
  width: 100%;
  transform: translate3d(0px, -41px, 0px);
}

#MainMenu #MenuBreadcrumbBackgroundContainer {
  position: absolute;
  height: 51px;
  width: 100%;
  top: 0px;
  overflow: hidden;
}

#MainMenu #MenuBreadcrumbBackgroundContainer #MenuBreadcrumbBackground {
  width: 100%;
  height: 41px;
  background-color: #ffffff;
}

#MainMenu #MenuBreadcrumbBackgroundContainer #MenuBreadcrumbBackground.drop-shadow {
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

#MainMenu #MenuMainContainer {
  position: absolute;
  z-index: 10;
  height: 80px;
  width: 100%;
  background-color: white;
}

#MainMenu #MenuBreadcrumbText {
  font-family: "Camber-Light";
  position: absolute;
  font-size: 14px;
  left: 87px;
  top: 11px;
  width: 100%;
}

#MainMenu #MenuBreadcrumbText a {
  text-decoration: none;
  border-bottom: 1px solid #dfdfdf;
}

#MainMenu #MenuBreadcrumbText a {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

#MainMenu #MenuBreadcrumbText a:hover {
  color: #ff6d15;
}

#MainMenu #MenuBreadcrumbText .arrow {
  pointer-events: none;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}

#MainMenu .contactContainer {
  position: absolute;
  right: 88px;
  top: 11px;
}

#MainMenu #NearestContact {
  font-family: "Camber-Light";
  font-size: 14px;
}

#MainMenu #NearestContact .button {
  text-decoration: underline;
  cursor: pointer;
  transition: color 300ms ease-out;
}

#MainMenu #NearestContact .button .arrow {
  display: inline-block;
  position: relative;
  top: 4px;
  left: -1px;
}

#MainMenu #NearestContact .button .icon-orange {
  display: none;
}

#MainMenu #NearestContact .button:hover {
  color: #ff6d15;
}

#MainMenu #NearestContact .button:hover .icon-orange {
  display: inline-block;
}

#MainMenu #NearestContact .button:hover .icon-light {
  display: none;
}

#MainMenu #MenuMobile a {
  width: 100%;
  font-size: 36px;
  float: left;
  text-decoration: none;
}

#MainMenu #MenuSubContainer {
  position: absolute;
  right: 88px;
  top: 32px;
  z-index: 11;
  display: flex;
}

#MainMenu #MenuSubContainer #CartSelector .icon-orange,
#MainMenu #MenuSubContainer #CartSelector .icon-black,
#MainMenu #MenuSubContainer #SearchSelector .icon-orange,
#MainMenu #MenuSubContainer #SearchSelector .icon-black,
#MainMenu #MenuSubContainer .selectedItem .icon-orange,
#MainMenu #MenuSubContainer .selectedItem .icon-black {
  display: none;
}

#MainMenu #MenuSubContainer #CartSelector:hover .icon-orange,
#MainMenu #MenuSubContainer #SearchSelector:hover .icon-orange,
#MainMenu #MenuSubContainer .selectedItem:hover .icon-orange {
  display: inline-block;
}

#MainMenu #MenuSubContainer #CartSelector:hover .icon-light,
#MainMenu #MenuSubContainer #CartSelector:hover .icon-black,
#MainMenu #MenuSubContainer #SearchSelector:hover .icon-light,
#MainMenu #MenuSubContainer #SearchSelector:hover .icon-black,
#MainMenu #MenuSubContainer .selectedItem:hover .icon-light,
#MainMenu #MenuSubContainer .selectedItem:hover .icon-black {
  display: none;
}

#MainMenu #MenuSubContainer #CartSelector:hover .cart-amount,
#MainMenu #MenuSubContainer #SearchSelector:hover .cart-amount,
#MainMenu #MenuSubContainer .selectedItem:hover .cart-amount {
  color: #ff6d15 !important;
}

#MainMenu #MenuSubContainer #CartSelector.active .icon-light,
#MainMenu #MenuSubContainer #CartSelector.active .icon-orange,
#MainMenu #MenuSubContainer #SearchSelector.active .icon-light,
#MainMenu #MenuSubContainer #SearchSelector.active .icon-orange,
#MainMenu #MenuSubContainer .selectedItem.active .icon-light,
#MainMenu #MenuSubContainer .selectedItem.active .icon-orange {
  display: none;
}

#MainMenu #MenuSubContainer #CartSelector.active .icon-black,
#MainMenu #MenuSubContainer #SearchSelector.active .icon-black,
#MainMenu #MenuSubContainer .selectedItem.active .icon-black {
  display: inline-block;
}

#MainMenu #MenuSubContainer #CartSelector.active:hover .icon-orange,
#MainMenu #MenuSubContainer #SearchSelector.active:hover .icon-orange,
#MainMenu #MenuSubContainer .selectedItem.active:hover .icon-orange {
  display: inline-block;
}

#MainMenu #MenuSubContainer #CartSelector.active:hover .icon-black,
#MainMenu #MenuSubContainer #SearchSelector.active:hover .icon-black,
#MainMenu #MenuSubContainer .selectedItem.active:hover .icon-black {
  display: none;
}

#MainMenu #MenuSubContainer #CartSelector {
  margin-left: 47px;
  cursor: pointer;
  transform: translateY(-3px);
}

#MainMenu #MenuSubContainer #CartSelector .cart-icon {
  display: inline-block;
}

#MainMenu #MenuSubContainer #CartSelector .cart-amount {
  position: absolute;
  left: -8px;
  text-align: right;
  font-size: 13px;
  transition: color 300ms ease-out;
  top: 4px;
}

#MainMenu #MenuSubContainer #SearchSelector {
  position: relative;
  top: 1px;
  cursor: pointer;
  padding: 10px;
  height: 30px;
  box-sizing: initial;
}

#MainMenu #MenuSubContainer #SearchSelector img {
  cursor: pointer;
}

#MainMenu #MenuSubContainer #SearchSelector:before {
  content: '';
  background: #eaeaea;
  width: 1px;
  height: 34px;
  display: block;
  left: -30px;
  top: -10px;
  position: absolute;
}

#MainMenu #MenuSubContainer #SearchSelector .search-icon {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}

#MainMenu #MenuSubContainer #ContactWrapper {
  margin-right: 74px;
}

#MainMenu #MenuSubContainer #ContactWrapper #ContactSelector {
  display: inline-block;
}

#MainMenu #MenuSubContainer #ContactWrapper #ContactSelector a {
  font-family: "Camber-Light", Arial;
  text-decoration: none;
  color: #a6a6a6;
}

#MainMenu #MenuSubContainer #ContactWrapper #ContactSelector a {
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

#MainMenu #MenuSubContainer #ContactWrapper #ContactSelector a.highlight {
  color: #282828;
}

#MainMenu #MenuSubContainer #ContactWrapper #ContactSelector a:hover {
  color: #ff6d15;
}

#MainMenu #MenuSubContainer #ContactWrapper .language-selector {
  display: inline-block;
  margin-left: 20px;
}

#MainMenu #MenuSubContainer #ContactWrapper .language-selector .selectedItem p {
  transition: color 300ms ease-out;
}

#MainMenu #MenuSubContainer #ContactWrapper .language-selector .selectedItem:hover p {
  color: #ff6d15;
}

#MainMenu #MenuMobile {
  width: 100%;
  position: absolute;
}

#MainMenu #MenuMobile .mobile-items {
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  padding: 100px 48px 0px 48px;
  z-index: 5;
  display: none;
  left: 0px;
  overflow-x: hidden;
  overflow-y: scroll;
}

#MainMenu #MenuMobile .mobile-items a {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
  font-size: 20px;
}

#MainMenu #MenuMobile .mobile-items .mobile-items-top {
  position: relative;
}

#MainMenu #MenuMobile .mobile-items .mobile-items-bottom {
  color: #a6a6a6;
  display: flex;
  position: static;
  bottom: 0;
  float: left;
}

#MainMenu #MenuMobile .mobile-items .mobile-items-bottom a {
  font-size: 20px;
  border-bottom: none;
}

#MainMenu #MenuMobile .mobile-items .mobile-items-bottom .language-selector {
  margin-left: 28px;
  margin-top: 17px;
  display: inline-block;
}

#MainMenu #MenuMobile .mobile-items .mobile-items-bottom .language-selector .arrow {
  left: 30px;
  top: 3px;
}

#MainMenu #MenuMobile .mobile-items .mobile-items-bottom .language-selector p {
  font-size: 20px;
}

#MainMenu #MenuMobile .mobile-items .mobile-items-bottom .delete-icon {
  padding: 5px 10px;
  background: #282828;
  cursor: pointer;
  border-radius: 50%;
  width: 25px;
  display: inline-block;
  height: 25px;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: 300ms background-color ease-out;
}

#MainMenu #MenuMobile .mobile-items .mobile-items-bottom .delete-icon:hover {
  background-color: #ff6d15;
}

#MainMenu #MenuMobile .mobile-items .mobile-items-bottom .delete-icon .icon {
  width: 9px;
  height: 9px;
  position: absolute;
  left: calc(50% - 4.5px);
  top: calc(50% - 4.5px);
}

#MainMenu #MenuMobile .mobile-items .mobile-items-bottom .delete-icon .icon-dark {
  display: none;
}

#MainMenu #MenuMobile .mobile-items .mobile-items-bottom .dropdown {
  top: 40px;
  left: 0px;
  height: 0px;
  opacity: 0;
  padding-left: 0;
  padding-top: 0;
  box-shadow: none;
  visibility: visible;
  width: calc(100vw - 48px);
  padding-right: 35px;
  pointer-events: none;
}

#MainMenu #MenuMobile .mobile-items .mobile-items-bottom .dropdown .title {
  font-size: 20px;
}

#MainMenu #MenuMobile .mobile-items .mobile-items-bottom .dropdown .items div {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#MainMenu #MenuMobile .burger {
  position: absolute;
  right: 7px;
  top: 15px;
  cursor: pointer;
  padding: 20px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #MainMenu #MenuMobile .burger {
    right: 5px;
  }
}

@media screen and (max-width: 640px) {
  #MainMenu #MenuMobile .burger {
    right: 3px;
  }
}

#MainMenu #MenuMobile .burger .inner-burger {
  position: relative;
  z-index: 1;
}

#MainMenu #MenuMobile .burger:before {
  content: '';
  width: 40px;
  height: 40px;
  background: #282828;
  display: block;
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  opacity: 0;
  transform: translate3d(-12px, -13px, 0) scale(0.5);
  transition: 200ms transform ease-in, 300ms opacity ease-out, 200ms background-color ease-in;
}

#MainMenu #MenuMobile .burger.open {
  top: 13px;
  right: 7px;
}

@media screen and (max-width: 768px) {
  #MainMenu #MenuMobile .burger.open {
    right: 5px;
  }
}

@media screen and (max-width: 640px) {
  #MainMenu #MenuMobile .burger.open {
    right: 3px;
  }
}

#MainMenu #MenuMobile .burger.open:before {
  transform: translate3d(-12px, -13px, 0) scale(1);
  opacity: 1;
}

#MainMenu #MenuMobile .burger.open .mobile-bar {
  background-color: #ffffff;
}

#MainMenu #MenuMobile .burger.open .mobile-bar:nth-of-type(1) {
  transform: rotate(-45deg) translate3d(-4px, 4px, 0);
}

#MainMenu #MenuMobile .burger.open .mobile-bar:nth-of-type(3) {
  transform: rotate(45deg) translate3d(0px, 1px, 0);
}

#MainMenu #MenuMobile .burger.open .mobile-bar:nth-of-type(2) {
  display: none;
}

#MainMenu #MenuMobile .burger.open:hover:before {
  background-color: #ff6d15;
}

#MainMenu #MenuMobile .burger .mobile-bar {
  width: 17px;
  height: 1px;
  background-color: #282828;
  margin-bottom: 4px;
  transition: 100ms transform ease-out, 200ms background-color ease-out;
}

#MainMenu #MenuMobile .burger .mobile-bar:nth-of-type(1) {
  transition-delay: 100ms;
}

#MainMenu #MenuMobile .burger .mobile-bar:nth-of-type(3) {
  transition-delay: 200ms;
}

@media screen and (max-width: 1280px) {
  #MainMenu #MainLogo {
    top: 30px;
  }

  #MainMenu #MainLogo img {
    width: 100px;
    height: 22px;
  }

  #MainMenu #MenuItems {
    left: 222px;
  }

  #MainMenu #MenuItems a {
    font-size: 14px;
    margin-left: 12px;
  }

  #MainMenu #ContactSelector a {
    font-size: 14px;
  }

  #MainMenu #LanguageSelector .selectedItem p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1000px) {
  #MainMenu #NearestContact {
    display: none;
  }

  #MainMenu #MenuSeperator {
    padding: 0px 28px 0px 28px;
  }

  #MainMenu #MenuMobile {
    display: block;
  }

  #MainMenu #MenuMobile .content {
    padding-left: 26px;
    padding-right: 26px;
    top: 41px;
  }

  #MainMenu #MenuMobile .divider,
  #MainMenu #MenuMobile .JobAccordionModule .topDivider,
  .JobAccordionModule #MainMenu #MenuMobile .topDivider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #MainMenu #MenuMainContainer #MainLogo {
    left: 48px;
  }

  #MainMenu #MenuMainContainer #MenuItemsContainer #MenuItems {
    display: none;
  }

  #MainMenu #MenuBreadcrumbText {
    left: 49px;
  }

  #MainMenu #MenuSubContainer {
    right: 48px;
  }

  #MainMenu #MenuSubContainer #ContactWrapper {
    margin-right: 97px;
    display: none;
  }

  #MainMenu #MenuSubContainer {
    right: 115px;
  }

  #MainMenu #MenuSubContainer #SearchSelector:before {
    left: 110px;
  }

  #MainMenu .contactContainer {
    right: 40px;
  }
}

@media screen and (min-width: 1000px) {
  #MainMenu #MenuMobile {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #MainMenu #MenuSeperator {
    padding: 0px 18px 0px 18px;
  }

  #MainMenu #MenuMainContainer #MainLogo {
    left: 38px;
  }

  #MainMenu #MenuBreadcrumbText {
    left: 38px;
  }

  #MainMenu #MenuMobile .mobile-items {
    padding: 100px 38px 0px 38px;
  }

  #MainMenu #MenuMobile .mobile-items-bottom .language-selector .dropdown {
    width: calc(100vw - 38px);
  }
}

@media screen and (max-width: 640px) {
  #MainMenu #MenuSeperator {
    padding: 0px 10px 0px 10px;
  }

  #MainMenu #MenuMainContainer #MainLogo {
    left: 30px;
  }

  #MainMenu #MainLogo {
    left: 10px;
  }

  #MainMenu #MenuBreadcrumbText {
    left: 30px;
  }

  #MainMenu #MenuSubContainer {
    right: 105px;
  }

  #MainMenu #MenuSubContainer #CartSelector {
    margin-left: 42px;
  }

  #MainMenu #MenuSubContainer #SearchSelector:before {
    left: 100px;
  }

  #MainMenu #MenuMobile .mobile-items {
    padding: 100px 30px 0px 30px;
  }

  #MainMenu #MenuMobile .mobile-items-bottom .language-selector .dropdown {
    width: calc(100vw - 30px);
  }
}

#SearchOverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow-x: hidden;
  display: none;
}

#SearchOverlay .mainHeadline {
  font-size: 15px;
  padding-left: 85px;
  padding-bottom: 25px;
}

#SearchOverlay .background {
  opacity: 0;
  height: 100%;
  width: 100%;
  background-color: #282828;
  opacity: 0;
  cursor: pointer;
}

#SearchOverlay .default {
  position: relative;
}

#SearchOverlay .default .escape {
  right: 85px;
  top: -195px;
}

#SearchOverlay .GridModule {
  padding-left: 85px;
  padding-right: 85px;
}

#SearchOverlay .grid.suggestions {
  padding-bottom: 40px;
}

#SearchOverlay .grid.suggestions .col-4-12 a {
  font-family: "Camber-Medium";
  font-size: 18px;
  line-height: 1.5;
  text-decoration: underline;
  color: #282828;
  display: inherit;
}

#SearchOverlay .ContactPrimaryModule .content {
  padding-left: 0px;
}

#SearchOverlay .arrowButton {
  position: absolute;
  background-color: transparent;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  right: -10px;
  top: 7px;
  cursor: pointer;
}

#SearchOverlay .arrowButton img {
  position: absolute;
  left: 12px;
  top: 12px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

#SearchOverlay .inputContainer {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
}

#SearchOverlay .inputContainer input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  color: #282828;
  font-size: 36px;
  font-family: "Camber-Medium";
  padding-bottom: 4px;
  opacity: 1;
  padding-right: 33px;
  padding-left: 0;
  padding-top: 0;
}

#SearchOverlay .inputContainer .inputText {
  position: absolute;
  top: 4px;
  left: 0px;
  font-size: 36px;
  font-family: "Camber-Medium";
  padding-bottom: 4px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 33px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

#SearchOverlay .inputContainer .inputText .hidden {
  opacity: 0;
  display: inline;
}

#SearchOverlay .inputContainer .inputText .shown {
  color: #a6a6a6;
}

#SearchOverlay .inputContainer .underline {
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#SearchOverlay .container {
  padding-top: 260px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#SearchOverlay .defaultText {
  width: 66.66%;
}

#SearchOverlay .noResult {
  display: none;
}

@media screen and (max-width: 1000px) {
  #SearchOverlay .default .escape {
    right: 28px;
  }

  #SearchOverlay .GridModule {
    padding-left: 48px;
    padding-right: 48px;
  }

  #SearchOverlay .mainHeadline {
    padding-left: 49px;
  }

  #SearchOverlay .escape p {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #SearchOverlay .GridModule {
    padding-left: 36px;
    padding-right: 36px;
  }

  #SearchOverlay .mainHeadline {
    padding-left: 37px;
  }

  #SearchOverlay .defaultText {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #SearchOverlay .GridModule {
    padding-left: 28px;
    padding-right: 28px;
  }

  #SearchOverlay .mainHeadline {
    padding-left: 29px;
  }
}

.SmallTooltip {
  position: absolute;
  background-color: #ffffff;
  padding: 11px 15px 10px 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  height: 40px;
  opacity: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.SmallTooltip .label {
  color: #ff6d15 !important;
  font-family: "Camber-Medium" !important;
  white-space: nowrap !important;
  font-size: 15px !important;
  position: relative !important;
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.SmallTooltip .arrowContainer {
  position: relative;
  width: 100%;
  height: 11px;
}

.SmallTooltip .tooltipArrow {
  width: 22px !important;
  height: 11px !important;
  position: absolute;
  left: inherit;
  top: 40px;
  opacity: 1 !important;
}