/* cmsms stylesheet: foundation_styles modified: Wednesday, October 29, 2025 4:18:51 PM */
    
body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', sans-serif;
}

.no-js #mobile-nav {
  display: none;
}


:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

.grid-container {
  max-width: 1000px;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-weight: 700;
}

h1, .h1 {
  font-size: 3.75rem;
  line-height: 1;
  margin: 50px 0;
}

h2, .h2 {
  font-size: 2.6rem;
  line-height: 2.6rem;
}

.highlight {
  color: #A6192E;
}

h2 .highlight, .h2 .highlight {
  display: inline-block;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 1.6rem;
}

h4, .h4 {
  font-size: 1.1rem;
  line-height: 1;
}

a {
  color: #000;
  transition: all 0.2s ease;
}

a:hover, a.menuactive, .menu .is-active>a {
  color: #A6192E;
}

.button {
  background: #A6192E;
}

#content .button {
  background: #A6192E;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3.2px;
  font-size: 1rem;
  padding: 1rem;
  position: relative;
  overflow: hidden;
  border: 0;
  width: 100%;
  max-width: 400px;
  text-decoration: none;
}


.button:hover, #content .button:hover {
  background: #000;
  transition: all 0.2s;
}

.button.small:hover {
  background: #000;
}


.inner {
  max-width: 380px;
  padding: 60px 20px;
  margin: 0 auto;
}

.inner-image {
  max-width: 400px;
  padding: 2rem 1rem 4rem 1rem;
}

.inner-background-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#content h2 {
  margin-bottom: 2rem;
}

#content h3 {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}

#content .h4 {
  font-size: 1.1rem;
}

#content a {
  text-decoration: underline;
  font-weight: bold;
}

.corner {
  border-radius: 5px;
}

.upper {
  text-transform: uppercase;
}

.white {
  background: white;
}

.light {
  background: #D8DFE5;
}

.theme {
  background: #A6192E;
  color: white;
}

.dark {
  background: #000;
  color: white;
}

.pad {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pad-min {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pad-sides {
  padding-left: 1rem;
  padding-right: 1rem;
}

.margin-top {
  margin-top: 2rem;
}

#header-top {
  background: white;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 4px #1a1a181f;
}


.burger {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    padding: 10px;
    z-index: 101;
}

.burger > span {
    background-color: #000;
    height: 4px;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    border-radius: 3px;
    opacity: 1;
    transition: all 300ms;
}

.burger > span:nth-of-type(3) {
    opacity: 0;
    margin-top: -9px;
}

.open.burger span:nth-of-type(1) {
  opacity: 0;
}

.open.burger span:nth-of-type(2) {
  transform: rotateZ(45deg);
}

.open.burger span:nth-of-type(3) {
  transform: rotateZ(-45deg);
  opacity: 1;
}

.open.burger span:nth-of-type(4) {
    opacity: 0;
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

#mobile-nav {
  top: 70px;
  background: #D8DFE5;
  border: 0;
  box-shadow: none;
  height: auto;
}

.position-right {
  width: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

#mobile-nav .menu.vertical a {
  width: 100%;
  letter-spacing: 0.1rem;
  line-height: 40px; 
  font-size: 0.9rem;
  border-top: 1px solid white;
}

#top-nav .menu a {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  position: relative;
}

#top-nav .menu a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -17px;
    left: 20px;
    right: 20px;
    height: 0;
    transition: all 300ms;
    background-color: #C50015;
}

#top-nav .menu a:hover::after, #top-nav .menu a.menuactive::after {
  height: 8px;
}

#footer-nav {
  margin-bottom: 1rem;
}

#footer-nav .menu a {
  padding: 0.4rem 0;
}

#footer-nav .menu.nested {
   margin-left: 0;
  margin-bottom: 2rem;
}

#footer-nav .nested a {
  font-weight: normal;
}


#mobile-social {
  border-top: 1px solid white;
}

#mobile-social a {
  color: #A6192E;
  font-size: 1.5rem;
  line-height: 40px;
  padding: 1rem;
}

#home-video {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: -1;
}

#home-video video {
  width: 100%;
  display: block;
}

#home-video::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent url(https://zebau.com/assets/images/dot.png) repeat;
  opacity: 0.7;
  background-size: 2px;
}

#home-content .subheading {
  min-height: 180px;
  height: 40vw;
}

#home-content h2 {
  color: white;
  width: 100%;
}

#home-content .image-blocks {
  background: #D8DFE5;
  padding-bottom: 3rem;
}

#home-content .image-block {
  margin-top: -1rem;
  margin-top: -8vw;
  padding: 0 1.25rem;
  margin-bottom: 1.75rem;
  margin-bottom: calc(8vw + 1rem);
}

#home-content .image-block.last {
  margin-bottom: 1.75rem;
}

.image-block {
  margin-bottom: 1.5rem;
}

.callout-block {
  padding: 2rem 0;
  font-weight: bold;
  font-size: 1.5rem;
}

.callout-custom {
  font-size: 1rem;
  font-weight: normal;
}

.image-block a, .news-block a {
  display: block;
}

.image-block > a:hover, .news-block a:hover {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3); 
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3); 
  color: black;
}

.image-block h2 {
  margin-bottom: 1rem;
}

.image-block .image {
  height: 170px;
  background-size: cover;
  background-position: center;
}

.image-block .title {
  display: block;
  background: white;
  color: #000;
  font-weight: bold;
  padding: 5px 8px;
  font-size: 26px;
}

.image-block .description {
  display: block;
  color: white;
  background: #A6192E;
  padding: 10px;
  font-size: 16px;
}

.highlight-block {
  padding: 2rem 0.75rem;
}

.highlight-block h2 {
  font-size: 2.25rem;
  line-height: 1;
}

#about-block .cell {
  min-height: 200px;
  background-size: cover;
  position: relative;
}

#about-block .caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  min-width: 60%;
  background-color: rgba(255,255,255,0.5);
  margin: 0;
  padding: 5px 10px;
  font-size: 12px;
}

#news-blocks {
  padding: 2.5rem 10px;
}

.news-block {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

#content .reference h2, #content .reference h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

#content .news-block a, #content .image-block a {
  text-decoration: none;
  font-weight: 400;
}

.news-block-text {
  padding: 0.5rem;
}

.contact-blocks {
  margin-bottom: 2.5rem;
}

.contact-blocks .h3:not(.first) {
  margin-top: 2.5rem;
}

.contact-block {
  padding: 0.5rem;
  margin-bottom: 1rem;
}

.contact-block.highlighted {
  border: 1px solid #D8DFE5;
  background-color: #f3f3f3;
}

.contact-photo {
  padding-right: 0.5rem;
  width: 120px;
}

.contact-block strong {
  font-size: 1.15rem;
}

.map-link {
  border: 1px solid #D8DFE5;
  cursor: pointer;
}

.map-link img {
  opacity: 0.3;
}

.map-link:hover img {
  opacity: 0.7;
}

#worldmap .st3, #worldmap .st4, #worldmap .st5, #worldmap .st6, #worldmap .st7, #worldmap .st8, #worldmap .st9 {
    opacity: 0;
    transition: all 300ms;
    cursor: pointer;
}

.black {
  background: #000;
  color: white;
}

.title-banner {
  padding: 0.5rem 0;
  text-transform: uppercase;
}

#content .title-banner h3 {
  margin: 0;
  font-weight: normal;
}

.light {
  background: #D8DFE5;
}

.product-image {
  min-height: 45vh;
  background-size: cover;
  background-position: center;
}

.product-overview>div {
  padding: 1rem 2rem;
}


.product-image-alt {
  text-align: center;
}

.product-block-odd {
  background: #D8DFE5;
}

.product-block .inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.product-block h2 {
  font-size: 1.5rem;
  line-height: 1.6rem;
}

.product-block h3 {
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-weight: normal;
}

.product-logo {
  width: 100%;
  height: 20vh;
  min-height: 100px;
  padding: 0 2rem;
}

.product-logo img {
  margin-bottom: 1rem;
}

.product-block .product-image {
  min-height: 250px;
  background-size: cover;
  background-position: center;
}

.custom-group {
  border-bottom: 1px solid #0063ae;
  padding: 2rem;
  background: #D8DFE5;
}

#content li {
  line-height: 1.6;
  margin-bottom: 10px;
}

#content li.pdf {
  line-height: 1.2;
}

#content li.pdf a {
  color: white;
  font-weight: normal;
}

#content li.pdf a::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: '\f1c1';
  margin-right: 0.5rem;
}

#content .custom-group li {
  margin-bottom: 5px;
}

#content .spec-header h3 {
  text-transform: uppercase;
  color: white;
  font-size: 1rem;
  letter-spacing: 3px;
  margin: 0;
}

.spec-header {
  background: #A6192E;
  padding: 0.5rem 1rem;
}

.spec-subheader {
  padding: 1rem;
  margin-left: -1rem;
  text-transform: uppercase;
  background-color: #8D9FAF;
  color: white;
  max-width: 400px;
  letter-spacing: 3px;
  font-size: 1rem;
}

.spec {
  padding: 1rem;
  border-left: 2px solid #A6192E;
  margin-bottom: 2rem;
}

.unit-switcherx {
  border: 1px solid white;
  border-radius: 4px;
  overflow: hidden;
}

.unit-switcher > span {
  font-size: 0.9rem;
  display: inline-block;
  padding: 4px 8px;
  transition: all 300ms;
  cursor: pointer;
  color: white;
  border: 1px solid white;
}

.unit-switcher > span:first-of-type {
  border-radius: 4px 0 0 4px;
  border-right: 0;
}

.unit-switcher > span:last-of-type {
  border-radius: 0 4px 4px 0;
  border-left: 0;
}

.unit-switcher > span.active {
  background: white;
  color: black;
}

.video-button {
  padding: .75rem 1rem;
  background: #A6192E;
  color: white;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.video-button:hover {
  background: #0063ae;
  transition: all 0.2s;

}

.video-button i {
  margin-right: 0.5rem;
}

#footer {
  padding: 4rem 1rem 2.5rem 1rem;
}

#footer a {
  font-weight: bold;
}

#footer-social a {
  color: #A6192E;
  font-size: 2rem;
}

#footer-social a:hover {
  color: #000;
}

.specs-table {
  border-collapse: separate;
}

.specs-table caption {
  padding-top: 0;
  padding-bottom: 0;
}

.specs-table tbody {
  background: transparent;
}

.specs-table tbody tr {
  background: transparent;
}

.specs-table td {
  width: 25%;
  background-color: #c6d0d9;
  padding: 5px 10px;
}

.specs-table td+td {
  background: white;
}

.specs-table td.blank-cell {
  background: transparent;
}

.specs-table img {
  margin: 5px 5px 5px 2px;
}

.materials-table {
  border-collapse: separate;
  border-spacing: 3px;
  margin-bottom: 3rem;
}

.materials-table thead {
  background: transparent;
}

.materials-table thead th {
  font-weight: normal;
  padding: 5px 10px;
}

.materials-table td {
  padding: 5px 10px;
  width: 25%;
}

.materials-table img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.banner {
  height: 750px;
  max-height: 55vh;
  background-size: cover;
  background-position: center;
}

.banner-text {
  height: 100%;
  background: rgba(161,8,8,0.75);
  max-width: 350px;
  margin-left: 15%;
}

.banner-text-inner {
  color: white;
  width: 100%;
  font-size: 7rem;
  border: 1px solid white;
  padding: 2rem 0;
}

#content .block-link {
  background: black;
  color: white;
  height: 100%;
  text-align: center;
  text-decoration: none;
}

.block-link span {
  width: 80%;
  margin: 0 auto;
  font-size: 4rem;
  text-transform: uppercase;
  border-top: 4px solid white;
  border-bottom: 4px solid white;
  padding: 2rem 0;
}

.big-text {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

#content .big-text h2 {
  margin-bottom: 0.5rem;
}

.big-text p {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

#job-grid {
  margin: 0 0.5rem;
}

#job-grid .cell {
  margin-bottom: 1rem;
  height: 450px;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

#job-grid .cell-content {
  transition: opacity 0.5s;
  position: absolute;
  opacity: 0;
  background: #A6192E;
  height: 100%;
  width: 100%;
  padding: 1rem;
  color: white;
}

#job-grid .even .cell-content {
  background: black;
}

.cell-content-inner {
  width: 100%;
}

#job-grid .cell:hover .cell-title {
  display: none;
}

#job-grid .cell:hover .cell-content {
  transition: opacity 0.5s;
  opacity: 1;
}

#job-grid .cell-title {
  z-align: 10;
  position: relative;
  height: 100%;
}

#job-grid .cell-title h3 {
  width: 100%;
  text-align: center;
  color: white;
  margin: 0;
  display: block;
}

.cell-shade {
  z-align: 1;
  position: absolute;
  background: #A6192E;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}

.even .cell-shade {
  background: black;
}

#content .cell-content .small {
  width: auto;
  background: white;
  color: #A6192E;
}

#content .even .cell-content .small {
  color: black;
}

#cookie_consent { 
  background: #000;
  z-index: 100000;
  width: 100%;
  padding: 30px 0;
}

#cookie_consent p {
 text-align: center;
  color: #fff;
  margin: 0;
  padding: 0 1rem 10px 1rem;
  font-size: 0.8rem;
}

#cookie_consent a {
  color: #A6192E;
}

#cookie_consent a.accept_cookies {
  margin: 0 5px;
  padding: 5px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  background: #A6192E;
  border-radius: 5px;
}

.pdf-cell {
  margin-bottom: 2rem;
}

#content .pdf-cell a {
  color: white;
  font-weight: normal;
  text-decoration: none;
}

.pdf-cell a:first-of-type {
  border: 2px solid black;
  display: block;
}

.pdf-cell a:first-of-type:hover  {
  border: 2px solid #A6192E;
  opacity: 0.9;
}

#content .pdf-cell a:hover {
  text-decoration: underline;
}


.ff-ui-dialog {
  z-index: 1200 !important;
}

#dvFastForms .ff-group-row .ff-item-row {
  margin: 0.5rem 0 !important;
}

.ff-item-row label {
  display: inline;
}
/* cmsms stylesheet: fastforms modified: Friday, February 28, 2025 7:26:42 PM */

#dvFastForms .ff-section-header#sectionLabel0 {
  font-size: 1.5rem;
  text-align: center;
}


#dvFastForms .ff-group-row .ff-item-row {
  margin: 0.5rem 0;
}

#dvFastForms .ff-label-col {
  margin-bottom: 6px;
}

#dvFastForms .ff-label {
  display: inline;
}

#dvFastForms .select2-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#raqformff .select2-search {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#dvFastForms .ff-btn-submit {
  background-color: #F5821F;
  border: 2px solid #F5821F;
  border-radius: 2px;
  transition: all .25s;
}

#dvFastForms .ff-btn-submit:hover {
  background-color: white;
  color: #F5821F;
}
/* cmsms stylesheet: foundation_queries modified: Wednesday, October 29, 2025 4:18:41 PM */

/* Small only */
@media screen and (max-width: 39.9375em) {

  .grid-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #about-block {
    padding-top: 2.5rem;
  }

  .contact-info .flex-container {
    align-items: flex-start;
  }

  .map-link {
    width: 40px;
    margin-top: 0.5rem;
  }

  .dark .border-bottom-small {
    border-bottom: 1px solid white;
    margin-bottom: 1rem;
  }


}

/* Medium and up */
@media screen and (min-width: 40em) {

  .menu.medium-align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #home-video::before {
    background-size: 4px;
    opacity: 1;
  }

  .inner {
    margin: 0 auto;
  }

  #home-content h2 {
    margin-top: -5px;
    margin-top: -8vw;
  }

  #home-content .image-block {
    margin-bottom: 1.75rem;
  }

  #home-content .image-block .image {
    height: 280px;
    height: 25vw;
    max-height: 300px;
  }

  .image-block {
    margin-bottom 1.75rem;
  }

  .image-block .image {
    height: 250px;
    height: 18vw;
    max-height: 280px;
  }

  .image-block-large .image {
    height: 20vw;
    max-height: 400px;
  }

  .contact-photo {
    padding-right: 1rem;
    width: 150px;
  }

  .callout-block {
    padding: 5rem 0;
    font-size: 2rem;
  }

  .callout-custom {
    padding: 3rem 0;
    font-size: 1.5rem;
  }

  .product-image {
    min- height: 65vh;
  }

  .product-logo {
    width: 400px;
    height: 65vh;
  }

  .product-overview {
    width: 500px;
    min-height: 65vh;
  }

  .product-block .product-image {
    min-height: 60vh;
  }

  .product-block .inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #footer-social {
    width: 200px;
  }

  .video-button {
    padding: 1rem 1.5rem;
  }

  .table-2-col {
    width: 50%;
  }

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

  #top-nav .menu a {
    padding: 0.7rem 0.5rem;
  }

}

/* Large and up */
@media screen and (min-width: 64em) {

  #top-nav .menu a {
    padding: 0.7rem 1.25rem;
  }

}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

/* X-Large and up */
@media screen and (min-width: 75em) {

}
