/** Variables **/
/** Extends **/
.sign {
  transition-timing-function: cubic-bezier(0.4, 0.82, 0.63, 0.2);
  transition: opacity 0.28s, height 0.28s, transform 0.28s, background 0.22s;
}

#videoarea #video :hover #videocover:after, #videoarea #video :hover #playbutton, .categoryimage p, .categoryimage, body.home .slick-dots .toggle.activeslide:hover, body.home .slick-dots .toggle:hover, body.home .slick-dots li:hover, .animfix {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/** Bulma Mods **/
.section {
  padding: 20.92vh 0vh 0vh 0vh;
}

.container {
  margin: 0;
  width: 100%;
  max-width: 100%;
  z-index: 1;
}

.nomargin {
  margin: 0 !important;
}

/* Home Slider */
.slick-slider {
  opacity: 0 !important;
  animation: fadein 0.4s;
  animation-fill-mode: forwards;
}

body.darkmode .homeslider.slick-slider img, body.darkmode .homeslider .slick-track img {
  opacity: 0.35;
  filter: saturate(0.25);
}

.homeslider.slick-slider, .homeslider .slick-track {
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
}
.homeslider.slick-slider img, .homeslider .slick-track img {
  margin: auto;
  object-fit: cover;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.25;
}

.slick-slide {
  display: flex;
  -js-display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.slick-slide img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}

.slick-slider.slick-initialized {
  display: block;
  opacity: 1 !important;
}

/* Header Area */
.headertext h3 p a {
  background: #A4D564 0 0 no-repeat padding-box;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  width: 490px;
  max-width: 100%;
  margin: 45px auto;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  padding: 12px 31px;
  text-transform: uppercase;
  color: white;
  font-size: 22px;
}
.headertext h3 p a:hover {
  filter: brightness(1.1);
}

#header {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.homeslider {
  width: 100%;
  height: 100%;
}
.homeslider h2, .homeslider h1 {
  margin-bottom: 30px !important;
}
.homeslider h2 p, .homeslider h1 p {
  line-height: 100%;
  font-size: 63px;
  margin-bottom: 0;
}
.homeslider h3 {
  transform: translateX(4px) translateY(-8px);
}
.homeslider h3 p {
  line-height: 135%;
  font-size: 25px;
}
.homeslider h3 p:nth-child(1) {
  margin-bottom: 0;
}
.homeslider .rowmark-plastic-sheets {
  inset: unset;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  max-width: 1200px;
  min-width: unset;
  left: 23% !important;
  width: 86% !important;
  z-index: -1;
}
@media (max-width: 1550px) {
  .homeslider .rowmark-plastic-sheets {
    transform: translateY(91px) !important;
    left: 13% !important;
  }
}
@media (max-width: 1105px) {
  .homeslider .rowmark-plastic-sheets {
    transform: translateY(116px) !important;
  }
}
@media (max-width: 1020px) {
  .homeslider .rowmark-plastic-sheets {
    display: none;
  }
}

body.home .slick-slide.dark h2.title.is-1, body.home .slick-slide.dark h3.title.is-3 {
  color: #fff;
}
body.home .slick-dots {
  height: 110px;
  min-width: 174px;
  position: absolute;
  display: flex;
  -js-display: flex;
  left: 8.3%;
  bottom: 96px;
  z-index: 10;
  /*background:rgba(2,2,2,0.4);*/
}
body.home .slick-dots li {
  width: 55px;
  height: 108px;
  background: rgba(0, 65, 134, 0.48);
  display: inline-block;
  position: relative;
  transition: 0.16s;
  margin-right: 4px;
}
body.home .slick-dots li p {
  color: rgba(0, 65, 134, 0.8);
  text-align: center;
  font-size: 20px;
  position: absolute;
  transform: translateY(50px) translateX(-50%);
  left: 50%;
  z-index: 5;
  pointer-events: none;
  user-select: none;
  transition: 0.15s;
}
body.home .slick-dots li button:before, body.home .slick-dots li.slick-active button:before, body.home .slick-dots li:focus button:before, body.home .slick-dots li:active button:before {
  opacity: 0;
  display: none;
}
body.home .slick-dots li:before {
  position: absolute;
  content: "01";
  bottom: 12px;
  left: 0;
  right: 0;
  color: #004186;
  opacity: 0.8;
  /*font-size:140%;*/
  font-family: "neue-haas-grotesk-display", "Helvetica", "Arial", sans-serif;
}
body.home .slick-dots li.slick-active:before {
  color: #fff;
  opacity: 1;
}
body.home .slick-dots li:nth-of-type(2):before {
  position: absolute;
  content: "02";
}
body.home .slick-dots li:nth-of-type(3):before {
  position: absolute;
  content: "03";
}
body.home .slick-dots li:nth-of-type(4):before {
  position: absolute;
  content: "04";
}
body.home .slick-dots li:nth-of-type(5):before {
  position: absolute;
  content: "05";
}
body.home .slick-dots li:nth-of-type(6):before {
  position: absolute;
  content: "06";
}
body.home .slick-dots .toggle:last-of-type {
  margin-right: 0;
}
body.home .slick-dots .toggle:hover, body.home .slick-dots li:hover {
  background: rgba(0, 65, 134, 0.66);
  transition: 0.22s;
}
body.home .slick-dots .toggle.activeslide:hover {
  background: rgb(0, 65, 134);
}
body.home .slick-dots .slick-active {
  background: rgb(0, 65, 134) !important;
  transition: 0.2s;
}

body.home.darkmode .slick-dots li {
  background: rgba(255, 255, 255, 0.48);
}
body.home.darkmode .slick-dots li p {
  color: rgba(0, 65, 134, 0.8);
}
body.home.darkmode .slick-dots li:before {
  color: #004186;
}
body.home.darkmode .slick-dots li.slick-active:before {
  color: #004186;
}
body.home.darkmode .slick-dots .toggle:hover, body.home.darkmode .slick-dots li:hover {
  background: rgba(255, 255, 255, 0.66);
}
body.home.darkmode .slick-dots .toggle.activeslide:hover {
  background: rgb(255, 255, 255);
}
body.home.darkmode .slick-dots .slick-active {
  background: rgb(255, 255, 255) !important;
}

.slidertoggle {
  display: none;
}

/** Our Products **/
.categoryimage {
  overflow: hidden;
  position: relative;
}
.categoryimage .videobackground {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 100%;
  z-index: -100;
  opacity: 0.5;
  filter: saturate(0.1);
}

/*Our Products Signs*/
.sign {
  box-sizing: border-box;
  /*width:calc(33.333% - 8px);*/
  width: 100%;
  min-width: 285px;
  max-width: 400px;
  display: inline-block;
  background: #111;
  margin: auto;
  padding: 24px;
  position: relative;
  /* box-shadow:3px 4px 20px rgba(2,2,2,0.2); */
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  margin-bottom: 24px;
  padding-bottom: 200%;
}

.toppanel {
  width: calc(100% - 48px);
  height: 80px;
  background: linear-gradient(45deg, rgba(240, 240, 240, 0.5) 0%, rgba(240, 240, 240, 0.3) 100%);
  margin: auto;
  position: relative;
  box-shadow: 3px 4px 20px rgba(2, 2, 2, 0.2);
  margin-bottom: 46px;
  display: none;
}

.logo img {
  max-width: 68%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.sign h3, .sign h2 {
  color: #fff;
  text-align: center;
  font-size: 140%;
  font-weight: 300;
  margin: 0;
  letter-spacing: 1px;
}

.sign .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
}

.sign h3 {
  text-shadow: 1px 1px 1px rgba(2, 2, 2, 0.5), 1px 1px 3px rgba(2, 2, 2, 0.2), 1px 1px 6px rgba(2, 2, 2, 0.08);
}

.sign h3:first-of-type {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 110%;
  letter-spacing: 3px;
}

.sign h3:nth-of-type(2) {
  margin-top: 40px;
  font-size: 180%;
}

.sign h2 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 320%;
  color: #A3D963;
  min-height: 102px;
  text-shadow: 1px 2px 4px rgba(2, 2, 2, 0.1), 1px 2px 8px rgba(2, 2, 2, 0.1), 1px 2px 12px rgba(2, 2, 2, 0.1), 1px 2px 16px rgba(2, 2, 2, 0.1), 1px 2px 24px rgba(2, 2, 2, 0.1), 1px 2px 32px rgba(2, 2, 2, 0.1);
  line-height: 51px;
  margin-top: 12px;
  margin-bottom: 12px;
  width: calc(100% - 48px);
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

.toppanel:before, .toppanel:after {
  width: 13px;
  height: 13px;
  background: linear-gradient(to right, #ddd 0%, #bbb 100%);
  position: absolute;
  top: -5px;
  right: -5px;
  content: "";
  border-radius: 40px;
  box-shadow: 1px 2px 6px rgba(2, 2, 2, 0.2);
}

.toppanel:after {
  top: auto;
  right: auto;
  bottom: -5px;
  left: -5px;
}

.bottomsign {
  width: calc(100% - 48px);
  height: 110px;
  background: linear-gradient(to right, rgba(163, 217, 99, 0.7) 0%, rgba(163, 217, 99, 0.55) 100%);
  position: absolute;
  left: 24px;
  bottom: 24px;
  box-shadow: 1px 2px 6px rgba(2, 2, 2, 0.2);
}
.bottomsign p {
  line-height: 130%;
  font-size: 130%;
}

.standoff {
  width: 13px;
  height: 13px;
  background: linear-gradient(to right, #ddd 0%, #bbb 100%);
  position: absolute;
  top: -5px;
  right: -5px;
  content: "";
  border-radius: 40px;
  box-shadow: 1px 2px 6px rgba(2, 2, 2, 0.2);
}

.standoff:nth-of-type(2) {
  right: auto;
  left: -5px;
}

.standoff:nth-of-type(3) {
  right: auto;
  top: auto;
  bottom: -5px;
  left: -5px;
}

.standoff:nth-of-type(4) {
  right: -5px;
  top: auto;
  bottom: -5px;
}

.view {
  position: absolute;
  margin: 0;
  width: 100%;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translatey(-50%);
  font-size: 180%;
  color: #fff;
  text-shadow: 1px 2px 2px rgba(2, 2, 2, 0.24);
}

.signimage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.72;
  filter: contrast(0.5);
}

.signimage:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(220deg, #000 0%, #777 100%);
  content: "";
  opacity: 0.2;
  user-select: none;
  pointer-events: none;
}

.sign.laser {
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0.82, 0.63, 0.2);
}
.sign.laser h2 {
  color: #00aeef;
}
.sign.laser .bottomsign {
  background: linear-gradient(to right, rgba(0, 174, 239, 0.87) 0%, rgba(0, 174, 239, 0.4) 100%);
}
.sign.laser .signimage {
  background: url("../images/laser_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sign.laser:hover {
  box-shadow: 0px 0px 40px rgba(0, 174, 239, 0.4);
  transition: 0.4s !important;
  transition-timing-function: cubic-bezier(0.4, 0.82, 0.63, 0.2) !important;
}

.sign.rotary {
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0.82, 0.63, 0.2);
}
.sign.rotary .signimage {
  background: url("../images/rotary_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sign.rotary:hover {
  box-shadow: 0px 0px 40px rgba(163, 217, 99, 0.7);
  transition: 0.4s !important;
  transition-timing-function: cubic-bezier(0.4, 0.82, 0.63, 0.2) !important;
}

.sign.print {
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0.82, 0.63, 0.2);
  margin-right: 0;
}
.sign.print h2 {
  color: #e57c3f;
}
.sign.print .bottomsign {
  background: linear-gradient(to right, rgba(229, 124, 63, 0.87) 0%, rgba(229, 124, 63, 0.6) 100%);
}
.sign.print .signimage {
  background: url("../images/print_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sign.print:hover {
  box-shadow: 0px 0px 40px rgba(229, 124, 63, 0.7);
  transition: 0.4s !important;
  transition-timing-function: cubic-bezier(0.4, 0.82, 0.63, 0.2) !important;
}

.smallerspacing {
  letter-spacing: -1px;
}
.smallerspacing span {
  letter-spacing: -3px;
  font-weight: 400;
}

.backgroundtile {
  display: none;
}

#ourproducts, #ourprocess, #ourvision {
  overflow: hidden;
}
#ourproducts h2.title.is-1, #ourprocess h2.title.is-1, #ourvision h2.title.is-1 {
  position: relative;
}
#ourproducts h2.title.is-1::after, #ourprocess h2.title.is-1::after, #ourvision h2.title.is-1::after {
  position: absolute;
  left: 0;
  top: 130%;
  content: "";
  transform: translateX(-24px) translateY(-50%);
  width: 240px;
  height: 480px;
  background: rgba(224, 233, 243, 0.4);
  z-index: -1;
}

#ourproducts {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background: #fff;
}
#ourproducts .sectiontext {
  transform: translateY(10%);
}
#ourproducts .sectiontext p {
  font-size: 160%;
}
#ourproducts .description {
  padding-right: 32px;
}
#ourproducts .description p {
  color: #004186 !important;
}
#ourproducts .backgroundtile {
  top: 20%;
}
#ourproducts .arrowlink {
  font-size: 170%;
  transform: translateY(12px);
}
#ourproducts .arrowlink:before {
  top: 7px;
}

.description {
  width: 35vw;
  max-width: 100%;
}

.productcategories {
  padding-right: 0;
  padding-bottom: 100px;
}

.categoryimage a {
  display: block;
  height: 100%;
  width: 100%;
}

.categoryimage {
  width: 100%;
  padding-bottom: 200%;
  background: #333;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  float: right;
}
.categoryimage p {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 2px rgba(2, 2, 2, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  width: 100%;
}

.backgroundtile {
  background: rgba(224, 233, 243, 0.4);
  height: 600px;
  width: 300px;
  position: absolute;
  top: 13.33%;
  left: 6%;
  z-index: 0;
}

.testbox {
  width: 226px;
  height: 226px;
  background: red;
  position: fixed;
  top: 41.44%;
  right: 60%;
}

body.darkmode #ourproducts .description p {
  color: #004186 !important;
}

/** Our Process **/
#ourprocess {
  width: 100%;
  position: relative;
  padding-top: 0;
  min-height: 70vh;
  background: #fcfcfc;
}
#ourprocess p {
  color: #004186 !important;
}
#ourprocess .photo {
  background: url("../images/ourprocess.jpg");
  background-position: center center;
  background-size: cover;
  z-index: 100;
}
#ourprocess .photo.absolute {
  min-height: 70vh;
  width: 50%;
  position: absolute;
  z-index: 100;
}
#ourprocess .largephoto {
  background: rgba(20, 20, 200, 0.1);
}
#ourprocess .sectiontext {
  display: block;
  float: right;
  margin-top: 15%;
  margin-bottom: 120px;
  width: 78%;
}
#ourprocess .sectiontext p {
  font-size: 160%;
}
#ourprocess .backgroundtile {
  left: auto;
  right: 6%;
}

/** Our Vision **/
#ourvision {
  width: 100%;
  position: relative;
  padding-top: 0;
  min-height: 70vh;
  background: #fff;
}
#ourvision p {
  color: #004186 !important;
}
#ourvision .photo {
  background: url("../images/ourprocess.jpg");
  background-position: center center;
  background-size: cover;
}
#ourvision .photo.absolute {
  height: 70vh;
  width: 50%;
  position: absolute;
  right: 0;
  z-index: 100;
}
#ourvision .largephoto {
  background: rgba(20, 20, 200, 0.1);
}
#ourvision .sectiontext {
  margin-top: 15%;
  margin-bottom: 120px;
  width: 78%;
}
#ourvision .sectiontext p {
  font-size: 160%;
}
#ourvision .backgroundtile {
  left: 6%;
}

/* Video Area */
#videoarea {
  width: 100%;
  position: relative;
  padding-top: 0;
  background: #fcfcfc;
}
#videoarea #video {
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  transform: scale(0.75);
  background: #000;
}
#videoarea #video :hover #playbutton {
  transition: 0.25s;
}
#videoarea #video :hover #videocover:after {
  transition: 0.25s;
  background: rgba(0, 65, 134, 0.14);
}
#videoarea #video #playbutton {
  fill: #fff;
  z-index: 999;
  width: 180px;
  height: 180px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.25s;
}
#videoarea #video #videocover:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 65, 134, 0.02);
  z-index: 5;
  transition: 0.25s;
}
#videoarea #video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Prevent Testimonial Darkmode*/
body.darkmode.home #footer .testimonialarea {
  background: #fcfcfc;
}
body.darkmode.home #footer .sheetgraphic #blue {
  background: #004186 !important;
}
body.darkmode.home #footer .testimonialarea #testimonial, body.darkmode.home #footer .testimonialarea #name, body.darkmode.home #footer .testimonialarea #title {
  color: #004186 !important;
}

/* Media Queries */
@media screen and (max-width: 1824px) {
  #ourproducts {
    padding-top: 140px;
  }
  #ourproducts .ourproducts-desc {
    width: 100% !important;
    padding-bottom: 200px;
    transform: translateX(24px);
  }
  #ourproducts .ourproducts-desc .sectiontext .description {
    width: 800px;
    max-width: 100%;
  }
  #ourproducts .ourproducts-desc + div {
    width: 83.5416vw;
  }
}
@media screen and (max-width: 1600px) {
  body.home .slide:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(251, 251, 251, 0.5);
  }
  #ourproducts .container {
    padding-bottom: 100px;
  }
  #ourproducts .backgroundtile {
    top: 21%;
  }
  #ourprocess .photo.absolute, #ourvision .photo.absolute {
    width: 50%;
  }
  #ourproducts .productcategories .categoryimage {
    width: 100%;
  }
  #videoarea {
    height: auto;
  }
}
@media screen and (max-width: 1279px) {
  #ourproducts {
    padding-top: 100px;
  }
  #ourproducts .ourproducts-desc {
    padding-bottom: 0;
  }
  #ourproducts .sectiontext {
    transform: translateY(0);
    margin-bottom: 15%;
  }
  #ourproducts .description {
    width: 760px;
    max-width: 100%;
  }
  #ourproducts .backgroundtile {
    width: 80vw;
    height: 40vw;
    top: 3%;
    left: 0;
  }
  #ourprocess .sectiontext {
    width: 50%;
    padding-left: 8%;
  }
}
@media screen and (max-width: 1105px) {
  #ourproducts h2.title.is-1::after, #ourprocess h2.title.is-1::after, #ourvision h2.title.is-1::after {
    width: 100px;
    height: 200px;
    top: 78%;
  }
  body.home #header .mainwrap {
    padding-top: 28vh;
  }
  body.home #ourproducts .ourproducts-desc + div {
    width: calc(100vw - 80px);
  }
  body.home #ourproducts .sectiontext p, body.home #ourprocess .sectiontext p, body.home #ourvision .sectiontext p {
    font-size: 150%;
  }
  body.home #ourprocess, body.home #ourvision {
    padding-bottom: 50vh;
  }
  body.home #ourprocess .photo.absolute, body.home #ourvision .photo.absolute {
    min-height: 50vh;
  }
  body.home .slick-dots {
    left: 40px;
    bottom: 40px;
  }
  .breakremove {
    display: none;
  }
  .title.is-1 span {
    margin-right: 10px;
  }
  .slidertoggle {
    left: 38px;
  }
  #ourprocess, #ourvision {
    padding-top: 12%;
  }
  #ourprocess .photo.absolute, #ourvision .photo.absolute {
    width: 100%;
    height: 50vh;
    bottom: 0;
  }
  #ourprocess .sectiontext, #ourvision .sectiontext {
    float: none;
    margin-top: 0;
    padding-left: 0;
    width: 100%;
  }
  #ourprocess .sectiontext .description, #ourvision .sectiontext .description {
    width: 680px;
    max-width: 100%;
  }
  #ourprocess .backgroundtile, #ourvision .backgroundtile {
    width: 80vw;
    height: 380px;
    top: 5%;
    right: auto;
    left: 0;
  }
  #ourproducts .container {
    padding-bottom: 0;
  }
  #ourproducts .backgroundtile {
    left: 0;
  }
  #ourproducts .productcategories .column {
    padding-right: 0;
  }
  #ourprocess .backgroundtile {
    right: 0;
  }
  #ourvision .backgroundtile {
    left: 0;
  }
  #videoarea .mainwrap {
    padding: 80px 40px;
  }
  #videoarea .mainwrap #video {
    transform: scale(1);
  }
}
@media screen and (max-width: 991px) {
  #ourproducts {
    padding-top: 12%;
  }
  #ourproducts .productcategories {
    margin-top: 40px;
    display: initial;
    padding-left: 0;
  }
  #ourproducts .productcategories .column {
    padding-left: 0;
  }
  #ourproducts .productcategories .sign {
    max-width: 100%;
    padding: 0;
    padding-bottom: 50%;
  }
  #ourproducts .productcategories .sign .text {
    top: 14vw;
  }
  #ourproducts .productcategories .sign h2 {
    min-height: 40px;
  }
  #ourproducts .productcategories .sign h3 {
    margin-top: 10px;
  }
  #ourproducts .productcategories .sign .tabletremove {
    display: none;
  }
  #ourproducts .productcategories .sign .bottomsign {
    max-width: 340px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
  #ourproducts .productcategories .sign.print .signimage {
    background-position: bottom center;
  }
  #ourproducts .sectiontext {
    margin-bottom: 12%;
  }
  #ourproducts .ourproducts-desc + div {
    padding-right: 0;
  }
  #ourvision {
    padding-top: 14%;
  }
  #ourvision .sectiontext {
    margin-top: 0;
  }
  #ourvision .sectiontext .description {
    width: 680px;
    max-width: 100%;
  }
  #ourvision .photo.absolute {
    width: 100%;
    height: 50vh;
    bottom: 0;
  }
  #ourvision .backgroundtile {
    width: 80vw;
    height: 380px;
    top: 5%;
  }
  .tablet-disappear {
    display: none;
  }
  .headertext .title.is-1 {
    font-size: 8vw !important;
  }
  .headertext .title.is-3 {
    font-size: 4vw !important;
    line-height: 140%;
  }
  #videoarea #video #playbutton {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 875px) {
  #ourproducts .productcategories .sign {
    margin-bottom: 0;
  }
  #ourproducts .productcategories .sign .text {
    top: 50%;
  }
  #ourproducts .productcategories .sign .bottomsign {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body.home #ourproducts .ourproducts-desc + div {
    width: calc(100vw - 48px);
  }
  body.home .slick-dots {
    left: 24px;
    bottom: 24px;
  }
  .headerslider {
    background-position: right center;
  }
  .slidertoggle {
    left: 24px;
    bottom: 24px;
  }
  .title.is-1 {
    font-size: 400% !important;
  }
  #ourproducts .columns .column .categoryimage {
    width: 100%;
    padding-bottom: 50%;
  }
  #ourprocess .sectiontext, #ourvision .sectiontext {
    width: 100%;
  }
  #ourprocess .sectiontext .description, #ourvision .sectiontext .description {
    width: 100%;
  }
  #ourproducts .backgroundtile, #ourprocess .backgroundtile, #ourvision .backgroundtile {
    width: 80px;
    height: 160px;
    transform: translateX(12px) translateY(18px);
  }
  #videoarea .mainwrap {
    padding: 80px 24px;
  }
}
@media screen and (max-width: 600px) {
  #ourproducts .sign h2 {
    font-size: 8vw;
  }
  #ourproducts .sign h3:nth-of-type(2) {
    font-size: 5vw;
  }
  .title.is-1 {
    font-size: 10vw !important;
  }
  .title.is-3 {
    font-size: 4.5vw !important;
  }
}
@media screen and (max-width: 480px) {
  .smallerspacing span {
    letter-spacing: -1px;
  }
  #ourproducts .productcategories .sign h2 {
    margin: 0;
    transform: translateX(-50%) translateY(-2px);
  }
  .sign h3:first-of-type {
    font-size: 100%;
    transform: translateY(4px);
  }
  #ourproducts .sign h3:nth-of-type(2) {
    font-size: 18px;
    margin: 0;
    transform: translateY(-8px);
  }
  body.home #ourproducts .sectiontext p, body.home #ourprocess .sectiontext p, body.home #ourvision .sectiontext p {
    font-size: 120%;
  }
  body.home #ourproducts .ourproducts-desc {
    transform: translateX(0);
  }
  body.home .homeslider.slick-slider, body.home .homeslider .slick-track {
    height: 80vh;
  }
  body.home #header {
    min-height: 80vh;
  }
  body.home #header .mainwrap {
    padding-top: 140px;
  }
  body.home #ourproducts, body.home #ourprocess, body.home #ourvision {
    min-height: 0;
  }
  body.home #ourproducts .description p, body.home #ourprocess .description p, body.home #ourvision .description p {
    font-size: 125%;
  }
  body.home #ourproducts .title.is-1, body.home #ourprocess .title.is-1, body.home #ourvision .title.is-1 {
    margin-bottom: 8px;
  }
  body.home #ourproducts .backgroundtile, body.home #ourprocess .backgroundtile, body.home #ourvision .backgroundtile {
    width: 40px;
    height: 80px;
    left: 12px;
    top: 32px;
  }
  body.home #ourproducts .arrowlink.blue, body.home #ourprocess .arrowlink.blue, body.home #ourvision .arrowlink.blue {
    font-size: 125%;
  }
  body.home #ourproducts .arrowlink.blue::before, body.home #ourprocess .arrowlink.blue::before, body.home #ourvision .arrowlink.blue::before {
    top: 0;
  }
  #ourprocess, #ourvision {
    padding-bottom: 36vh;
  }
  #ourprocess .mainwrap, #ourvision .mainwrap {
    min-height: 0;
    padding-bottom: 40px;
  }
  #ourprocess .sectiontext, #ourvision .sectiontext {
    margin-bottom: 0;
  }
  #ourprocess .photo.absolute, #ourvision .photo.absolute {
    height: 35vh;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #ourprocess .arrowlink, #ourvision .arrowlink {
    transform: translateY(14px);
  }
  #ourproducts .description {
    padding-right: 0;
  }
  #ourproducts .productcategories {
    transform: translateY(24px);
  }
  #videoarea .mainwrap {
    padding: 40px 12px;
  }
  .slick-dots {
    bottom: 24px;
    transform: translateX(-4px);
    height: 90px;
  }
  .slick-dots li {
    width: 45px;
    height: 90px;
  }
}
@media screen and (max-width: 400px) {
  body.home #header .mainwrap {
    padding-top: 100px;
  }
}

/*# sourceMappingURL=home.css.map */
