@charset "UTF-8";
/*
Theme Name: ICOR Technology
Version: 1.0
Description: Theme template for ICOR Technology
Author: Baytek
Author URI: http://baytek.ca
*/
/*
  Site Colors
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.gallery .control-operator:target ~ .controls .control-button {
  color: #ccc;
  color: rgba(255, 255, 255, 0.4);
}

.gallery .control-button:first-of-type,
.gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1),
.gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2),
.gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3),
.gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4),
.gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5) {
  color: white;
  color: rgba(255, 255, 255, 0.8);
}

.gallery .item:first-of-type {
  position: static;
  pointer-events: auto;
  opacity: 1;
}

.gallery .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.gallery .control-operator {
  display: none;
}

.gallery .control-operator:target ~ .item {
  pointer-events: none;
  opacity: 0;
  -webkit-animation: none;
  animation: none;
}

.gallery .control-operator:target ~ .controls .control-button {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes controlAnimation-2 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
  14.3%, 50% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }
  64.3%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
@keyframes controlAnimation-2 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
  14.3%, 50% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }
  64.3%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
@-webkit-keyframes galleryAnimation-2 {
  0% {
    opacity: 0;
  }
  14.3%, 50% {
    opacity: 1;
  }
  64.3%, 100% {
    opacity: 0;
  }
}
@keyframes galleryAnimation-2 {
  0% {
    opacity: 0;
  }
  14.3%, 50% {
    opacity: 1;
  }
  64.3%, 100% {
    opacity: 0;
  }
}
.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.items-2.autoplay .control-button {
  -webkit-animation: controlAnimation-2 14s infinite;
  animation: controlAnimation-2 14s infinite;
}

.items-2.autoplay .item {
  -webkit-animation: galleryAnimation-2 14s infinite;
  animation: galleryAnimation-2 14s infinite;
}

.items-2 .control-button:nth-of-type(1),
.items-2 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.items-2 .control-button:nth-of-type(2),
.items-2 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

@-webkit-keyframes controlAnimation-3 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
  9.5%, 33.3% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }
  42.9%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
@keyframes controlAnimation-3 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
  9.5%, 33.3% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }
  42.9%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
@-webkit-keyframes galleryAnimation-3 {
  0% {
    opacity: 0;
  }
  9.5%, 33.3% {
    opacity: 1;
  }
  42.9%, 100% {
    opacity: 0;
  }
}
@keyframes galleryAnimation-3 {
  0% {
    opacity: 0;
  }
  9.5%, 33.3% {
    opacity: 1;
  }
  42.9%, 100% {
    opacity: 0;
  }
}
.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.items-3.autoplay .control-button {
  -webkit-animation: controlAnimation-3 21s infinite;
  animation: controlAnimation-3 21s infinite;
}

.items-3.autoplay .item {
  -webkit-animation: galleryAnimation-3 21s infinite;
  animation: galleryAnimation-3 21s infinite;
}

.items-3 .control-button:nth-of-type(1),
.items-3 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.items-3 .control-button:nth-of-type(2),
.items-3 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.items-3 .control-button:nth-of-type(3),
.items-3 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

@-webkit-keyframes controlAnimation-4 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
  7.1%, 25% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }
  32.1%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
@keyframes controlAnimation-4 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
  7.1%, 25% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }
  32.1%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
@-webkit-keyframes galleryAnimation-4 {
  0% {
    opacity: 0;
  }
  7.1%, 25% {
    opacity: 1;
  }
  32.1%, 100% {
    opacity: 0;
  }
}
@keyframes galleryAnimation-4 {
  0% {
    opacity: 0;
  }
  7.1%, 25% {
    opacity: 1;
  }
  32.1%, 100% {
    opacity: 0;
  }
}
.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
}

.items-4.autoplay .control-button {
  -webkit-animation: controlAnimation-4 28s infinite;
  animation: controlAnimation-4 28s infinite;
}

.items-4.autoplay .item {
  -webkit-animation: galleryAnimation-4 28s infinite;
  animation: galleryAnimation-4 28s infinite;
}

.items-4 .control-button:nth-of-type(1),
.items-4 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.items-4 .control-button:nth-of-type(2),
.items-4 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.items-4 .control-button:nth-of-type(3),
.items-4 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.items-4 .control-button:nth-of-type(4),
.items-4 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  animation-delay: 19s;
}

@-webkit-keyframes controlAnimation-5 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }
  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
@keyframes controlAnimation-5 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
  5.7%, 20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }
  25.7%, 100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
@-webkit-keyframes galleryAnimation-5 {
  0% {
    opacity: 0;
  }
  5.7%, 20% {
    opacity: 1;
  }
  25.7%, 100% {
    opacity: 0;
  }
}
@keyframes galleryAnimation-5 {
  0% {
    opacity: 0;
  }
  5.7%, 20% {
    opacity: 1;
  }
  25.7%, 100% {
    opacity: 0;
  }
}
.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
  pointer-events: auto;
  opacity: 1;
}

.items-5.autoplay .control-button {
  -webkit-animation: controlAnimation-5 35s infinite;
  animation: controlAnimation-5 35s infinite;
}

.items-5.autoplay .item {
  -webkit-animation: galleryAnimation-5 35s infinite;
  animation: galleryAnimation-5 35s infinite;
}

.items-5 .control-button:nth-of-type(1),
.items-5 .item:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.items-5 .control-button:nth-of-type(2),
.items-5 .item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.items-5 .control-button:nth-of-type(3),
.items-5 .item:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.items-5 .control-button:nth-of-type(4),
.items-5 .item:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  animation-delay: 19s;
}

.items-5 .control-button:nth-of-type(5),
.items-5 .item:nth-of-type(5) {
  -webkit-animation-delay: 26s;
  animation-delay: 26s;
}

.gallery .control-button {
  color: #ccc;
  color: rgba(255, 255, 255, 0.4);
}

.gallery .control-button:hover {
  color: white;
  color: rgba(255, 255, 255, 0.8);
}

/*
	Theme controls how everything looks in Gallery CSS.
*/
.gallery {
  position: relative;
}

.gallery .item {
  height: 400px;
  overflow: hidden;
  text-align: center;
  background: #4d87e2;
}

.gallery .controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.gallery .control-button {
  display: inline-block;
  margin: 0 0.02em;
  font-size: 3em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

.border-top {
  border-top: 1px solid #cacaca !important;
}

.border-right {
  border-right: 1px solid #cacaca !important;
}

.border-bottom {
  border-bottom: 1px solid #cacaca !important;
}

.border-left {
  border-left: 1px solid #cacaca !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: normal !important;
}

body {
  line-height: 1.3;
  font-family: "Rubik", sans-serif;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  -moz-osx-font-smoothing: graysåcale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body .site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (-ms-high-contrast: none) {
  body .site {
    display: block;
  }
}

body .site-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
}

.mfp-arrow:after {
  margin: 0 !important;
  top: 0 !important;
  border: none !important;
  width: 48px !important;
  height: 48px !important;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  content: "4" !important;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  content: "5" !important;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a, .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border: none !important;
  font-size: 64px !important;
  color: #fff !important;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a, .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  font-family: "ETmodules" !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  top: -82px !important;
  left: 39px !important;
}

::-moz-selection {
  background-color: #000000;
  color: white;
}

::selection {
  background-color: #000000;
  color: white;
}

h1, .h1 {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 980px) {
  h1, .h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  h1, .h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

h2, .h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 7px;
}
@media only screen and (max-width: 980px) {
  h2, .h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 22px;
  }
}

h4, .h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}

h5, .h5 {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #565656;
  font-weight: 500;
}

p, .p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: #686868;
}

p:not(:last-child) {
  margin-bottom: 1em;
}

#et_builder_outer_content p:last-of-type + div.content-hideable {
  padding-top: 1em;
}
#et_builder_outer_content div.content-hideable .toggleable-content {
  margin-bottom: 1em;
}
#et_builder_outer_content div.content-hideable a.small {
  border-bottom: none !important;
}
#et_builder_outer_content div.content-hideable a.small:after {
  margin-top: 0;
}

h4 a {
  font-weight: 400 !important;
}

a {
  text-decoration: none;
  color: #f76c23;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
}
a:hover, a:focus {
  color: #ae4006;
}

a.small {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
a.small:after {
  display: inline-block;
  content: "5";
  position: absolute;
  font-size: 16px;
  margin-left: 0em;
  margin-top: 0em;
  font-family: "ETmodules" !important;
  speak: none;
  font-style: normal;
  font-weight: 800;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
a.small:hover:after {
  margin-left: 0.5em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
  font-size: 11px;
  font-size: 0.6875rem;
}

.et_divi_builder #et_builder_outer_content .et_pb_section h1, .et_divi_builder #et_builder_outer_content .et_pb_section .h1 {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 980px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section h1, .et_divi_builder #et_builder_outer_content .et_pb_section .h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section h1, .et_divi_builder #et_builder_outer_content .et_pb_section .h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section h1, .et_divi_builder #et_builder_outer_content .et_pb_section .h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.et_divi_builder #et_builder_outer_content .et_pb_section h2, .et_divi_builder #et_builder_outer_content .et_pb_section .h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 7px;
}
@media only screen and (max-width: 980px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section h2, .et_divi_builder #et_builder_outer_content .et_pb_section .h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section h2, .et_divi_builder #et_builder_outer_content .et_pb_section .h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section h2, .et_divi_builder #et_builder_outer_content .et_pb_section .h2 {
    font-size: 28px;
  }
}
.et_divi_builder #et_builder_outer_content .et_pb_section h3, .et_divi_builder #et_builder_outer_content .et_pb_section .h3 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section h3, .et_divi_builder #et_builder_outer_content .et_pb_section .h3 {
    font-size: 22px;
  }
}
.et_divi_builder #et_builder_outer_content .et_pb_section h4, .et_divi_builder #et_builder_outer_content .et_pb_section .h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
.et_divi_builder #et_builder_outer_content .et_pb_section h5, .et_divi_builder #et_builder_outer_content .et_pb_section .h5 {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #565656;
  font-weight: 500;
}
.et_divi_builder #et_builder_outer_content .et_pb_section p, .et_divi_builder #et_builder_outer_content .et_pb_section .p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: #686868;
}
.et_divi_builder #et_builder_outer_content .et_pb_section a {
  font-weight: 500;
}
.et_divi_builder #et_builder_outer_content .et_pb_section strong {
  font-weight: 500;
}
.et_divi_builder #et_builder_outer_content .et_pb_section a.small {
  font-size: 12px;
  font-weight: 300;
  color: #FFF;
  text-transform: uppercase;
  border-bottom: 1px solid #CACACA;
}
.et_divi_builder #et_builder_outer_content .et_pb_section h1, .et_divi_builder #et_builder_outer_content .et_pb_section h2, .et_divi_builder #et_builder_outer_content .et_pb_section h3, .et_divi_builder #et_builder_outer_content .et_pb_section h4, .et_divi_builder #et_builder_outer_content .et_pb_section h5, .et_divi_builder #et_builder_outer_content .et_pb_section h6 {
  line-height: 1.1;
  padding-bottom: 0.2em;
}
.et_divi_builder #et_builder_outer_content .et_pb_section ul {
  padding-left: 1em;
}
.et_divi_builder #et_builder_outer_content .et_pb_section ul:not(:last-child) {
  margin-bottom: 1em;
}
.et_divi_builder #et_builder_outer_content .et_pb_section ul li {
  list-style: disc;
  padding-left: 0.2em;
}
.et_divi_builder #et_builder_outer_content .et_pb_section li:not(:last-child) {
  margin-bottom: 0.5em;
}

h1.small {
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-bottom: 8px !important;
  text-transform: uppercase;
  color: #f76c23 !important;
}

h2.small {
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-bottom: 8px !important;
  text-transform: uppercase;
  color: #898989 !important;
}

p.small {
  font-weight: 500 !important;
  font-size: 14px !important;
}

.highlight {
  color: #FFFFFF !important;
}
.highlight.light {
  color: #000000 !important;
}

.wrapper,
.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  max-width: 1300px;
  padding: 0 35px;
}

.et_divi_builder #et_builder_outer_content .et_pb_module input select, .et_divi_builder #et_builder_outer_content .et_pb_module input textarea, .et_divi_builder #et_builder_outer_content .et_pb_module input.text, .et_divi_builder #et_builder_outer_content .et_pb_module input.title, .et_divi_builder #et_builder_outer_content .et_pb_module input[type=email], .et_divi_builder #et_builder_outer_content .et_pb_module input[type=password], .et_divi_builder #et_builder_outer_content .et_pb_module input[type=tel], .et_divi_builder #et_builder_outer_content .et_pb_module input[type=text] {
  width: 100%;
}

.et_pb_row {
  z-index: 1;
}

.baytek-products {
  padding-top: 200px !important;
}

body.et_divi_builder #et_builder_outer_content {
  line-height: 1.5;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.color-bg {
  background-color: #000000 !important;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.dark-bg {
  background-color: #FFFFFF !important;
  color: white;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.dark-bg h1, body.et_divi_builder #et_builder_outer_content .et_pb_section.dark-bg h2, body.et_divi_builder #et_builder_outer_content .et_pb_section.dark-bg h3, body.et_divi_builder #et_builder_outer_content .et_pb_section.dark-bg h4, body.et_divi_builder #et_builder_outer_content .et_pb_section.dark-bg h5, body.et_divi_builder #et_builder_outer_content .et_pb_section.dark-bg h6 {
  color: white;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.overlay {
  position: relative;
  color: white;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.overlay h1, body.et_divi_builder #et_builder_outer_content .et_pb_section.overlay h2, body.et_divi_builder #et_builder_outer_content .et_pb_section.overlay h3, body.et_divi_builder #et_builder_outer_content .et_pb_section.overlay h4, body.et_divi_builder #et_builder_outer_content .et_pb_section.overlay h5, body.et_divi_builder #et_builder_outer_content .et_pb_section.overlay h6 {
  color: white;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.overlay.dark:before {
  background-color: rgba(0, 0, 0, 0.8);
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.overlay.color-main:before {
  background-color: rgba(255, 255, 255, 0.95);
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.fullwidth {
  padding: 0 !important;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.fullwidth .et_pb_row {
  padding: 0 !important;
  width: 100%;
  max-width: none;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.checkered {
  padding: 0 !important;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.checkered .et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.checkered .et_pb_row .et_pb_column {
  margin: 0 !important;
  width: 50%;
  padding: 50px 25px;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.checkered .et_pb_row .et_pb_column .et_pb_module {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.checkered .et_pb_row:first-child .et_pb_column:first-child {
  background-color: #336746;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.checkered .et_pb_row:first-child .et_pb_column:nth-child(2) {
  background-color: #4a785b;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.checkered .et_pb_row:first-child .et_pb_column:nth-child(3) {
  background-color: #60886f;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.checkered .et_pb_row:first-child .et_pb_column:nth-child(4) {
  background-color: #779a84;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.checkered .et_pb_row:nth-child(2) .et_pb_column:first-child {
  background-color: #60886f;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.checkered .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {
  background-color: #779a84;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section#top-banner {
  height: 40vw;
  min-height: 250px;
  max-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section#top-banner .et_pb_row {
  padding: 0;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section#top-banner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
body.et_divi_builder #et_builder_outer_content .et_pb_section#top-banner h1 {
  margin-top: 150px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.half-half {
  padding: 0 !important;
  overflow: hidden;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.half-half .et_pb_row {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: none;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.half-half .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.half-half .et_pb_column.bg-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.half-half .et_pb_column .et_pb_module {
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: 265px;
  max-height: 550px;
  height: 40vw;
  font-size: 16px;
  font-size: 1rem;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section#top-banner p {
  margin-left: 0;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers {
  padding: 0 !important;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_row {
  max-width: none;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_column {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.et_pb_column_1_2.images:first-child .et_pb_image:first-child {
  top: -40px;
  right: 0;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.et_pb_column_1_2.images:first-child .et_pb_image:nth-child(2) {
  height: 50%;
  bottom: -40px;
  right: -40px;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.et_pb_column_1_2.images:first-child .et_pb_image img {
  float: right;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.et_pb_column_1_2.images:last-child .et_pb_image:first-child {
  top: -40px;
  left: 0;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.et_pb_column_1_2.images:last-child .et_pb_image:nth-child(2) {
  height: 50%;
  bottom: -40px;
  left: -40px;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.et_pb_column_1_3 {
  margin: 0 !important;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.et_pb_column_1_3 .et_pb_image {
  left: 0;
  right: 0;
  margin: 0 auto;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.et_pb_column_1_3:first-child img {
  margin-right: 0;
  margin-left: auto;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.et_pb_column_1_3:last-child img {
  margin-left: 0;
  margin-right: auto;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.et_pb_column_1_3:first-child .et_pb_image, body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.et_pb_column_1_3:last-child .et_pb_image {
  top: -40px;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.et_pb_column_1_3:nth-child(2) .et_pb_image {
  bottom: -40px;
  z-index: 9;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_module:not(.et_pb_image) {
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
  padding-left: 5%;
  padding-right: 5%;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_module:not(.et_pb_image) h1, body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_module:not(.et_pb_image) h2, body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_module:not(.et_pb_image) h3, body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_module:not(.et_pb_image) h4, body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_module:not(.et_pb_image) h5, body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_module:not(.et_pb_image) h6,
body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_module:not(.et_pb_image) p,
body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_module:not(.et_pb_image) ul,
body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_module:not(.et_pb_image) ol {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_image {
  position: absolute;
  height: 100%;
  margin: 0 !important;
  max-width: 100%;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_image img {
  -webkit-box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.25);
  max-height: 100%;
  max-width: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .section-intro {
  text-align: center;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .section-intro h1:after {
  content: "////////";
  font-style: italic;
  color: #FFFFFF;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 6px;
  font-weight: 900;
  margin: 1em auto 0;
  display: block;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .section-intro + .et_pb_button_module_wrapper {
  margin-top: -1em !important;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .top-border-columns .et_pb_column {
  border-top: 1px solid #cacaca;
  padding-top: 30px;
}
body.et_divi_builder #et_builder_outer_content .et_pb_column_4_4:not(.full-width) p,
body.et_divi_builder #et_builder_outer_content .et_pb_column_4_4:not(.full-width) ul,
body.et_divi_builder #et_builder_outer_content .et_pb_column_4_4:not(.full-width) ol {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_post_title {
  margin-bottom: 0 !important;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_post_title .et_pb_title_container h1 {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 980px) {
  body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_post_title .et_pb_title_container h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_post_title .et_pb_title_container h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_post_title .et_pb_title_container h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text ul, body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text ol {
  text-align: left;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_testimonial {
  background-color: rgba(0, 0, 0, 0.6);
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
  padding: 25px;
  border-radius: 10px;
  line-height: 1.3;
  width: 70%;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_testimonial p:not(.et_pb_testimonial_meta) {
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 100%;
  padding: 0;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_testimonial strong {
  font-weight: 400;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_testimonial .et_pb_testimonial_meta {
  font-weight: bold;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_testimonial + .et_pb_button_module_wrapper a {
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_testimonial + .et_pb_button_module_wrapper a:hover, body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_testimonial + .et_pb_button_module_wrapper a:focus {
  background-color: rgba(0, 0, 0, 0.8);
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_toggle {
  margin-bottom: 0% !important;
  border: none;
  padding: 20px 0px !important;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_toggle:not(:first-child) {
  border-bottom: 1px solid #686868;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_toggle:first-child {
  border-top: 1px solid #686868;
  border-bottom: 1px solid #686868;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_toggle h5 {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_toggle h5:before {
  font-size: 27px;
  color: #868686;
  content: "P";
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_toggle.et_pb_toggle_open h5.et_pb_toggle_title {
  color: #666 !important;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_toggle.et_pb_toggle_open h5.et_pb_toggle_title:before {
  font-size: 27px;
  color: #868686;
  content: "O";
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_toggle ul {
  max-width: none;
  margin-top: 5px;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_toggle ul > li {
  margin-bottom: 0.1em;
  margin-left: 0.3em;
  color: #65646a;
  font-size: 16px;
  font-size: 1rem;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_toggle p, body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_toggle li {
  font-size: 16px;
  font-size: 1rem;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_toggle .et_pb_toggle_content p {
  color: #65646a !important;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_toggle.et_pb_toggle_close {
  background-color: inherit;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_testimonial {
  border-left: 1px solid #CACACA;
  border-radius: 0;
  margin-left: 1%;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_testimonial:before {
  content: none;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_team_member {
  text-align: center;
  margin-bottom: 25px !important;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_description {
  display: block;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_description h4 {
  font-size: inherit;
  font-weight: bold;
  margin-top: 20px;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_description p {
  line-height: 1.4;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_description .et_pb_member_position {
  min-height: 45px;
  padding-bottom: 0;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_image {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_image:after {
  content: "View Bio";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  color: #000 !important;
  border-radius: 10px;
  padding: 0.6em 1em !important;
  line-height: 1;
  border: 1px solid #FFFFFF;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  color: white;
  border-color: white;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_image:after:after {
  content: none !important;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_image:after:hover, body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_image:after:focus {
  background-color: #f76c23;
  color: #333;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_image:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_image:hover, body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_image:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_image:hover:before, body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_image:hover:after, body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_image:focus:before, body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_team_member .et_pb_team_member_image:focus:after {
  opacity: 1;
}

#message-area {
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#message-area .text-wrapper {
  margin: 0 auto;
}
#message-area p {
  font-size: 1.2rem;
}
#message-area p a {
  text-decoration: underline !important;
}

.btn,
body button,
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_button,
body #et_builder_outer_content .nf-form-wrap .submit-wrap input,
body #et_builder_outer_content .gform_wrapper input[type=submit] {
  background-color: #f76c23;
  color: #FFFFFF !important;
  border-radius: 5px;
  padding: 0.6em 1em !important;
  line-height: 1;
  border: 1px solid #FFFFFF;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: background 1s ease-out;
  transition: background 1s ease-out;
  cursor: pointer;
  margin: 0.5em 0;
  padding: 0.9em 1.2em;
  border: none;
  font-weight: 400;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7d02), to(#f76c22));
  background: linear-gradient(#ff7d02, #f76c22);
  -webkit-box-shadow: 1px 3px 10px #dedede;
          box-shadow: 1px 3px 10px #dedede;
}
.btn:after,
body button:after,
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_button:after,
body #et_builder_outer_content .nf-form-wrap .submit-wrap input:after,
body #et_builder_outer_content .gform_wrapper input[type=submit]:after {
  content: none !important;
}
.btn:hover, .btn:focus,
body button:hover,
body button:focus,
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_button:hover,
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_button:focus,
body #et_builder_outer_content .nf-form-wrap .submit-wrap input:hover,
body #et_builder_outer_content .nf-form-wrap .submit-wrap input:focus,
body #et_builder_outer_content .gform_wrapper input[type=submit]:hover,
body #et_builder_outer_content .gform_wrapper input[type=submit]:focus {
  background-color: #ae4006;
  color: #FFFFFF;
}
.btn:hover, .btn:focus,
body button:hover,
body button:focus,
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_button:hover,
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_button:focus,
body #et_builder_outer_content .nf-form-wrap .submit-wrap input:hover,
body #et_builder_outer_content .nf-form-wrap .submit-wrap input:focus,
body #et_builder_outer_content .gform_wrapper input[type=submit]:hover,
body #et_builder_outer_content .gform_wrapper input[type=submit]:focus {
  background: -webkit-gradient(linear, left top, left bottom, from(#e87100), to(#f65c09));
  background: linear-gradient(#e87100, #f65c09);
  border: none;
}
.btn + .et_pb_button,
body button + .et_pb_button,
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_button + .et_pb_button,
body #et_builder_outer_content .nf-form-wrap .submit-wrap input + .et_pb_button,
body #et_builder_outer_content .gform_wrapper input[type=submit] + .et_pb_button {
  margin-left: 10px;
}

table.robots-table {
  width: 100%;
}
table.robots-table.fixed {
  top: 90px;
  position: fixed;
  width: auto;
  display: none;
  border: none;
  background: white;
}
table.robots-table td, table.robots-table th {
  border: 1px solid #dddddd;
  padding: 20px;
  width: 20%;
  text-align: center;
}
table.robots-table thead img {
  max-width: 225px !important;
}
table.robots-table tr:nth-child(odd) {
  background-color: #F7F7F7;
}
table.robots-table tr:nth-child(1) {
  background-color: initial;
}
table.robots-table tr:last-child td {
  border-bottom: none;
}
table.robots-table thead tr {
  background-color: transparent !important;
}
table.robots-table td:not(:first-child) {
  font-family: "ETModules";
  color: #f76c23;
  font-size: 20px;
}
table.robots-table td:first-child {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #565656;
  font-weight: 500;
  text-align: left;
  border-left: none;
}
table.robots-table td:last-child {
  border-right: none;
}
table.robots-table tr:nth-last-of-type(-n+4) td {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
}
table.robots-table th {
  padding: 10px;
  border-bottom: 2px solid #686868;
  border-top: none;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #565656;
  font-weight: 500;
  color: #000000;
}
table.robots-table th:first-child {
  border-left: none;
}
table.robots-table th:last-child {
  border-right: none;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .responsive-robotable table.robots-table {
    display: block;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */
  }
  .responsive-robotable table.robots-table table, .responsive-robotable table.robots-table thead, .responsive-robotable table.robots-table tbody, .responsive-robotable table.robots-table th, .responsive-robotable table.robots-table td, .responsive-robotable table.robots-table tr {
    display: block;
  }
  .responsive-robotable table.robots-table td, .responsive-robotable table.robots-table th {
    width: 100%;
  }
  .responsive-robotable table.robots-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .responsive-robotable table.robots-table tr {
    border: 1px solid #ccc;
  }
  .responsive-robotable table.robots-table tr:last-child {
    display: none;
  }
  .responsive-robotable table.robots-table td {
    /* Behave  like a "row" */
    height: 71px;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .responsive-robotable table.robots-table td:first-child {
    text-align: center;
    height: inherit;
  }
  .responsive-robotable table.robots-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 25px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    color: #686868;
  }
  .responsive-robotable table.robots-table td:nth-of-type(2):before {
    content: "CALIBER MK4";
  }
  .responsive-robotable table.robots-table td:nth-of-type(3):before {
    content: "CALIBER FLEX";
  }
  .responsive-robotable table.robots-table td:nth-of-type(4):before {
    content: "MK3 CALIBER";
  }
  .responsive-robotable table.robots-table td:nth-of-type(5):before {
    content: "CALIBER T5";
  }
  .responsive-robotable table.robots-table td:nth-of-type(6):before {
    content: "Mini-CALIBER";
  }
}

input:not([type=submit]),
select,
textarea {
  padding: 1em;
  border: 1px solid white;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  font-size: 18px;
  font-size: 1.125rem;
  color: #FFFFFF;
}
input:not([type=submit]):focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #FFFFFF;
}

input[type=submit] {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 24px;
  }
}
.hide-robot {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.twitter {
  background-color: #01abf0;
}

.facebook {
  background-color: #39579a;
}

.google {
  background-color: #df4a32;
}

.facebook, .google, .twitter {
  padding: 10px 20px;
}

.post-social {
  position: fixed;
  left: 0;
  top: 25%;
}

nav li {
  display: inline-block;
  list-style: none;
}

.et_divi_builder #et_builder_outer_content .hero-submenu nav.fullwidth-menu-nav ul.fullwidth-menu {
  position: absolute;
  bottom: 80px;
  right: -80px;
  width: 350px;
}
.et_divi_builder #et_builder_outer_content .hero-submenu nav.fullwidth-menu-nav ul.fullwidth-menu li {
  width: 100%;
  border-bottom: 1px solid #919191;
  margin-bottom: 0.2em;
}
.et_divi_builder #et_builder_outer_content .hero-submenu nav.fullwidth-menu-nav ul.fullwidth-menu li a {
  font-size: 13.5px;
  font-size: 0.84375rem;
  font-weight: 100 !important;
  text-transform: uppercase;
}
.et_divi_builder #et_builder_outer_content .hero-submenu nav.fullwidth-menu-nav ul.fullwidth-menu li > a {
  padding-bottom: 5px;
}

.social-menu .icon a {
  font-size: 0;
  display: block;
  line-height: 1;
}
.social-menu .icon a:before {
  font-family: fontawesome;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  color: inherit;
}
.social-menu .icon a[href*=facebook]:before {
  content: "\f09a";
}
.social-menu .icon a[href*=twitter]:before {
  content: "\f099";
}
.social-menu .icon a[href*=pinterest]:before {
  content: "\f231";
}
.social-menu .icon a[href*=google]:before {
  content: "\f0d5";
}
.social-menu .icon a[href*=instagram]:before {
  content: "\f16d";
}
.social-menu .icon a[href*=youtube]:before {
  content: "\f16a";
}
.social-menu .icon a[href*=linkedin]:before {
  content: "\f0e1";
}

header {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #000000;
  z-index: 999 !important;
}
header .bottom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 35px;
  margin: 0 auto;
  max-width: 1300px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 1300px) {
  header .bottom-menu {
    padding: 15px 1%;
  }
}
header .bottom-menu li > a {
  padding: 7px 5px;
  font-size: 13.5px;
  font-size: 0.84375rem;
  text-transform: uppercase;
  font-weight: 500;
}
header .bottom-menu li:last-child a {
  color: #f76c23;
}
header .bottom-menu li:last-child:hover a {
  color: #ae4006;
}
header .bottom-menu .search-submit {
  display: none;
}
@media only screen and (min-width: 1000px) {
  header .bottom-menu label {
    position: relative;
    margin-right: 45px;
  }
  header .bottom-menu .screen-reader-text:before {
    font-family: "ETModules";
    content: "U";
    display: inline-block;
    display: block;
    width: 26px;
    height: 26px;
    top: 0;
    color: #FFF;
    left: 0;
    padding: 0;
  }
  header .bottom-menu .screen-reader-text {
    width: 26px;
    height: 26px;
    clip: initial;
    cursor: pointer;
  }
  header .bottom-menu .search-field {
    height: 35px;
    padding: 3px 5px 3px 23px;
    width: 215px;
    font-weight: 400;
    position: fixed;
    top: 100px;
    margin-left: -20px;
    background: #000;
    display: none;
    z-index: 999 !important;
    /* Chrome 29+ */
  }
}
@media only screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), only screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  header .bottom-menu .search-field {
    margin-left: 23px;
  }
}
@media only screen and (max-width: 999px) {
  header .bottom-menu .search-form {
    display: none;
  }
}
header .bottom-menu #lang_sel {
  height: inherit;
  width: 8.5em;
  text-align: left;
}
header .bottom-menu #lang_sel li.wpml-ls-item-legacy-dropdown {
  width: 100%;
}
header .bottom-menu #lang_sel li.wpml-ls-item-legacy-dropdown a.lang_sel_sel {
  color: #f76c23;
  background: black;
}
header .bottom-menu #lang_sel a, header .bottom-menu #lang_sel a:visited {
  font-size: 13px;
  color: #f76c23;
  background: transparent;
  border: 1px solid #797979;
  line-height: 1;
  font-weight: 500;
}
header .bottom-menu #lang_sel ul ul a {
  color: #f76c23 !important;
  background: #000;
}
header .bottom-menu #lang_sel ul ul a:hover {
  color: #000 !important;
  background: #fff !important;
}
header .bottom-menu img {
  width: 8em;
  padding: 5px 5px;
  margin-top: 3px;
}
header #reminder {
  -ms-flex-item-align: center;
      align-self: center;
  color: white;
}
header a {
  font-weight: 400;
  display: inline-block;
  color: #FFFFFF;
}
header a:hover, header a:focus {
  color: #686868;
}
header .logo-link {
  height: 70px;
  width: 200px;
  max-width: 20%;
}
header img {
  display: block;
  width: 320px;
  height: auto;
}
header ul {
  margin: 0;
  padding: 0;
}
header ul > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0.8em;
}
@media screen and (max-width: 1300px) {
  header ul > li {
    margin: 0 0 0 0.5em;
  }
}
header #nav-menu > li {
  height: 30px;
  position: relative;
}
header #nav-menu > li.menu-item-has-children::after {
  content: "B";
  font-family: "ETmodules";
  font-size: 46px;
  color: #333;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: 1;
  display: none;
  left: calc(50% - 23px);
  position: absolute;
}
header #nav-menu > li.active::after {
  display: block;
}
header #nav-menu > li.active ul.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
header #nav-menu > li > ul.sub-menu {
  background-color: #333333;
  width: 100%;
  height: 150px;
  position: fixed;
  top: 100px;
  left: 0;
  margin-left: 0;
  padding: 25px 18% 1% !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
}
header #nav-menu > li > ul.sub-menu > li:hover a {
  color: #f76c23 !important;
}
header #nav-menu > li > ul.sub-menu > li a {
  border-top: none;
  color: #FFFFFF !important;
}
header li {
  list-style: none;
}
header .menu-item-has-children {
  height: 30px;
}
header .menu-item-has-children a {
  display: block;
}
@media screen and (max-width: 999px) {
  header .sub-menu {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  header {
    /* Sub Menus */
  }
  header nav.main-navigation {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .menu-header-menu-container,
header .menu-header-menu-french-container,
header .menu-header-menu-spanish-container,
header .menu-header-menu-arabic-container {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  header > ul > li > a {
    margin-left: 0;
  }
  header li ul {
    position: absolute;
    display: none;
    width: inherit;
    text-align: center;
    padding-right: 10px;
  }
  header li:hover ul {
    display: block;
  }
  header li ul li {
    display: block;
    margin: 0;
    padding: 0 30px;
  }
  header li ul li:not(:first-child) a {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  header li ul li a {
    display: block;
    color: #686868 !important;
  }
  header li ul li a:hover, header li ul li a:focus {
    color: #fff !important;
  }
  header li > ul {
    list-style: none;
    padding: 22px 0 15px;
    margin: 0 0 0 -74px;
  }
  header .menu-item-has-children:nth-child(2) .sub-menu {
    margin-left: -164px;
  }
  header .menu-item-has-children:after {
    padding-left: 5px;
    content: "";
    color: #fff;
    display: inline-block;
    white-space: pre;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
header .current-menu-item > a {
  color: #686868 !important;
}
header .menu-item-has-children.current-menu-item:after {
  color: #686868;
}

.admin-bar header #nav-menu ul.sub-menu {
  top: 132px;
}

.et_divi_builder #et_builder_outer_content .et_pb_section#bottom-cta {
  padding: 40px;
}
.et_divi_builder #et_builder_outer_content .et_pb_section#bottom-cta .et_pb_row {
  width: 100%;
  max-width: none;
  background-color: #000000;
  padding-top: 40px;
  padding-bottom: 40px;
}
.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers + #bottom-testimonial {
  margin-top: 120px;
}

html body #content div.et_pb_section.pre-footer {
  height: inherit;
  position: relative;
  text-align: center;
  background: #f7f7f7 !important;
  padding: 0 !important;
}
html body #content div.et_pb_section.pre-footer .et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: none;
  margin: 0;
  padding: 0;
}
html body #content div.et_pb_section.pre-footer h1 {
  margin-bottom: 0.3em;
  font-weight: 400;
}
html body #content div.et_pb_section.pre-footer h1.small {
  text-transform: uppercase;
}
html body #content div.et_pb_section.pre-footer p {
  color: #686868 !important;
}
html body #content div.et_pb_section.pre-footer p:not(:last-child) {
  margin-bottom: 1em;
}
html body #content div.et_pb_section.pre-footer .et_pb_column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 8em;
          flex: 1 1 8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 500px;
  min-height: 450px;
  margin: 0;
  border-top: 1px solid #FFF;
}
html body #content div.et_pb_section.pre-footer .et_pb_column:last-child {
  border-left: 1px solid #FFF;
}
@media only screen and (max-width: 999px) {
  html body #content div.et_pb_section.pre-footer .et_pb_column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
html body #content div.et_pb_section.pre-footer .et_pb_text {
  position: relative;
  width: 100%;
  max-width: 525px;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  html body #content div.et_pb_section.pre-footer .et_pb_column {
    padding: 15px;
    min-width: 250px;
    min-height: 350px;
    margin: 0;
  }
}

footer {
  background-size: cover;
  background-position: center;
  background-color: #FFFFFF;
  background-blend-mode: multiply;
  position: relative;
}
footer:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  content: "";
}
footer ul.menu li {
  margin-bottom: 0.4em;
}
footer ul.menu li a, footer .footer-credits .copyright a {
  color: #898989;
}
footer ul.menu li a:hover, footer ul.menu li a:focus, footer .footer-credits .copyright a:hover, footer .footer-credits .copyright a:focus {
  color: #FFFFFF;
}
footer li ul li {
  display: none;
}
footer p, footer a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
footer p {
  color: #898989;
}
footer .wrapper {
  max-width: 1300px;
  z-index: 2;
  position: relative;
}
footer .footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  color: #aaa;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
  margin-top: 45px;
}
footer .footer-credits p {
  margin: 5px 0;
  color: #686868;
}
footer .footer-credits .social-icons a {
  margin-left: 1em;
}
footer #secondary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
footer #secondary .widget {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}
footer #secondary .widget h2 {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #565656;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  color: #565656;
  font-weight: 400;
  margin-bottom: 0.7em;
}
footer #secondary .widget h3 {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #565656;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFFFFF;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0.2em;
}
footer #secondary .entry-footer {
  margin-top: 1em;
}
footer .post-date {
  display: block;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.scanLines:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: " ";
  background-image: url("/wp-content/themes/icor/images/placeholders/pattern.png");
  background-repeat: repeat;
}

.scanLinesLeft {
  padding: 7% 0 4% 0;
}

.hero-banner {
  padding: 0;
  width: 100%;
  height: 650px;
  overflow: hidden;
  display: block;
  background-size: cover;
  background-position: center;
  background-color: #FFFFFF;
  background-blend-mode: multiply;
  position: relative;
  background-position-y: 16%;
}
.hero-banner.slim {
  height: 450px;
}
@media only screen and (min-width: 1600px) {
  .hero-banner {
    height: 700px;
  }
  .hero-banner.robot-herobanner {
    height: 750px;
  }
}
@media only screen and (min-width: 1950px) {
  .hero-banner {
    height: 900px;
  }
  .hero-banner.robot-herobanner {
    height: 850px;
  }
}
.hero-banner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero-banner *:after, .hero-banner *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero-banner .small-info {
  color: #FFFFFF;
  top: 55%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.hero-banner .small-info p {
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .hero-banner .small-info p {
    display: none;
  }
}
.hero-banner .scanLines {
  height: 100%;
  /*** WEBKIT ***/
  background: -webkit-repeating-linear-gradient(top, transparent 0px, transparent 1px, rgba(0, 0, 0, 0.15) 1px, rgba(0, 0, 0, 0.15) 2px);
  -webkit-background-size: 100% 2px;
  /** MOZILLA **/
  background: -moz-repeating-linear-gradient(top, transparent 0px, transparent 1px, rgba(0, 0, 0, 0.15) 1px, rgba(0, 0, 0, 0.15) 2px);
  -moz-background-size: 100% 2px;
}
@media only screen and (min-width: 1700px) {
  .hero-banner {
    background-position-y: 55%;
  }
  .hero-banner.top-align-image {
    background-position-y: 5%;
  }
  .hero-banner.request-quote {
    background-position-y: 55%;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-banner.request-quote {
    background-position-y: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1035px) {
  .hero-banner {
    height: 450px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-banner {
    height: 350px;
  }
}
@media only screen and (max-width: 480px) {
  .hero-banner {
    height: 275px;
  }
  .hero-banner.robot-herobanner {
    display: none;
  }
}

.hero-sub-banner {
  background: #333333;
}
.hero-sub-banner .sub-text {
  padding: 20px 35px;
  max-width: 1300px;
  margin: 0 auto;
}
.hero-sub-banner h1 {
  color: #f76c23;
}

.search-sub-banner {
  background: #333333;
  margin-top: 100px;
}
@media only screen and (max-width: 999px) {
  .search-sub-banner {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 783px) {
  .search-sub-banner {
    margin-top: 64px;
  }
}
.search-sub-banner .sub-text {
  padding: 20px 35px;
  max-width: 1300px;
  margin: 0 auto;
}
.search-sub-banner h1 {
  color: #f76c23;
}

.et-db #main #et-boc .et-l .et_pb_section.sub-herobanner {
  background-color: #333333 !important;
  padding: 0 !important;
}
.et-db #main #et-boc .et-l .et_pb_section.sub-herobanner .et_pb_row {
  padding: 20px 35px;
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.et-db #main #et-boc .et-l .et_pb_section.sub-herobanner .et_pb_column {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.et-db #main #et-boc .et-l .et_pb_section.sub-herobanner .et_pb_column:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.et-db #main #et-boc .et-l .et_pb_section.sub-herobanner ul {
  text-align: right;
  list-style: none;
}
.et-db #main #et-boc .et-l .et_pb_section.sub-herobanner ul > li {
  display: inline-block;
  margin-right: 0.8em;
}
.et-db #main #et-boc .et-l .et_pb_section.sub-herobanner a {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #FFFFFF;
}
.et-db #main #et-boc .et-l .et_pb_section.sub-herobanner a:hover {
  color: #f76c23;
}
.et-db #main #et-boc .et-l .et_pb_section.sub-herobanner h1 {
  color: #f76c23;
}
@media only screen and (max-width: 999px) {
  .et-db #main #et-boc .et-l .et_pb_section.sub-herobanner {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .et-db #main #et-boc .et-l .et_pb_section.sub-herobanner .et_pb_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .et-db #main #et-boc .et-l .et_pb_section.sub-herobanner .et_pb_column {
    text-align: center;
    min-width: 400px;
  }
  .et-db #main #et-boc .et-l .et_pb_section.sub-herobanner .et_pb_column:last-child {
    margin-top: 0.5em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .et-db #main #et-boc .et-l .et_pb_section.sub-herobanner .et_pb_column {
    min-width: 250px;
  }
  .et-db #main #et-boc .et-l .et_pb_section.sub-herobanner ul {
    text-align: center;
  }
  .et-db #main #et-boc .et-l .et_pb_section.sub-herobanner ul > li {
    width: 100%;
  }
  .et-db #main #et-boc .et-l .et_pb_section.sub-herobanner.robot-subbanner {
    margin-top: 55px;
  }
}

.menu-toggle, #toggle-right {
  display: none;
}

@media only screen and (max-width: 1000px) {
  nav .menu-toggle {
    display: block;
  }
  nav .menu-toggle {
    text-decoration: none;
    text-align: center;
    width: 44px;
    height: 44px;
    font-size: 30px;
    font-size: 1.875rem;
    padding: 15px 0;
    color: #FFF;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    top: 6px;
    right: 35px;
    bottom: 0;
    left: auto;
    z-index: 70;
  }
  nav .menu-toggle:hover, nav .menu-toggle:focus {
    color: #FFFFFF;
  }
  nav .menu-toggle:before {
    font-family: "ETmodules" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "a";
    font-size: 40px;
    left: 0;
    position: relative;
    top: 0;
    cursor: pointer;
  }
  nav div.menu-header-menu-container,
nav div.menu-header-menu-french-container,
nav div.menu-header-menu-spanish-container,
nav div.menu-header-menu-arabic-container {
    position: fixed;
    top: 0px;
    right: -270px;
    bottom: 0px;
    left: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto;
    width: 200px;
    padding: 70px 5px;
    background: #32373c;
    z-index: 2000;
  }
  nav #lang_sel {
    position: fixed;
    bottom: 0px;
    right: -270px;
    left: auto;
    height: auto;
    width: 200px;
    height: 50px;
    padding: 50px 5px;
    background: #32373c;
    z-index: 2000;
  }
  nav #toggle-right {
    display: none;
    color: #FFFFFF !important;
  }
  nav #toggle-right:checked ~ div.menu-header-menu-container, nav #toggle-right:checked ~ div.menu-header-menu-french-container, nav #toggle-right:checked ~ div.menu-header-menu-spanish-container, nav #toggle-right:checked ~ div.menu-header-menu-arabic-container {
    right: 0px !important;
    text-align: center;
  }
  nav #toggle-right:checked ~ #lang_sel {
    right: 13px !important;
    text-align: center;
  }
  nav #toggle-right:checked + .menu-toggle {
    right: 79px;
    color: #FFFFFF;
  }
}
/* Divi Map Module */
.et_divi_builder #et_builder_outer_content .et_pb_map .gm-style-iw {
  color: #FFFFFF;
}

#et_builder_outer_content .nf-form-wrap .nf-field-label label {
  font-weight: 400;
  color: #686868;
}
#et_builder_outer_content .nf-form-wrap .nf-field-element input, #et_builder_outer_content .nf-form-wrap .nf-field-element textarea, #et_builder_outer_content .nf-form-wrap .nf-field-element select {
  border: 1px solid #dedede;
  background: #f7f7f7;
  height: inherit;
  padding: 10px;
  color: #686868;
}
#et_builder_outer_content .nf-form-wrap .nf-field-element select {
  background: #FFF;
  padding-right: 50px;
  background-size: auto 8px;
  background-image: url(http://cdn1.baytek.ca/wp-content/themes/baytek2016/images/icons/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
#et_builder_outer_content .nf-form-wrap .nf-before-form .nf-form-fields-required {
  font-size: 14px;
  color: #686868;
}
#et_builder_outer_content .nf-form-wrap .nf-field {
  padding-top: 1em;
}
#et_builder_outer_content .nf-form-wrap .one-half {
  margin-left: 20px;
  float: right;
  width: 47.5%;
}
#et_builder_outer_content .nf-form-wrap .one-half.first {
  margin-left: 0px;
  float: left;
}
@media screen and (max-width: 768px) {
  #et_builder_outer_content .nf-form-wrap .one-half {
    width: 100%;
    margin-left: 0px;
  }
}
#et_builder_outer_content .nf-form-wrap .one-half.first .nf-field-element {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #et_builder_outer_content .nf-form-wrap .one-half.first .nf-field-element {
    width: 100%;
    margin-right: 0px;
  }
}

#et_builder_outer_content .gform_wrapper ul {
  padding-left: 0em !important;
}
#et_builder_outer_content .gform_wrapper label {
  font-weight: 400;
  color: #686868;
}
#et_builder_outer_content .gform_wrapper input,
#et_builder_outer_content .gform_wrapper textarea,
#et_builder_outer_content .gform_wrapper select {
  border: 1px solid #dedede;
  background: #f7f7f7;
  height: inherit;
  padding: 12px;
  color: #686868;
}
#et_builder_outer_content .gform_wrapper select {
  background: #FFF;
  padding: 9px;
  padding-right: 50px;
  background-size: auto 8px;
  background-image: url(/wp-content/themes/icor/images/logos/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
#et_builder_outer_content .gform_wrapper .nf-before-form .nf-form-fields-required {
  font-size: 14px;
  color: #686868;
}
#et_builder_outer_content .gform_wrapper li.gfield {
  padding-top: 1em;
}
#et_builder_outer_content .gform_wrapper .validation_error, #et_builder_outer_content .gform_wrapper .validation_message {
  font-weight: 400;
  color: red;
}
#et_builder_outer_content .gform_wrapper .gform_confirmation_wrapper {
  color: #005E31;
}
#et_builder_outer_content .gform_wrapper .has_first_name.has_last_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#et_builder_outer_content .gform_wrapper .has_first_name.has_last_name span {
  width: 46%;
}
@media only screen and (max-width: 600px) {
  #et_builder_outer_content .gform_wrapper .has_first_name.has_last_name span {
    width: 100%;
    margin: 0 !important;
  }
}
#et_builder_outer_content .gform_wrapper .has_first_name.has_last_name .name_last {
  margin-left: 2em;
}
#et_builder_outer_content .gform_wrapper .ginput_container_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#et_builder_outer_content .gform_wrapper .ginput_container_address .ginput_full {
  width: 100%;
}
#et_builder_outer_content .gform_wrapper .ginput_container_address .ginput_left, #et_builder_outer_content .gform_wrapper .ginput_container_address .ginput_right {
  width: 47%;
  padding: 0 !important;
  padding-top: 1em !important;
}
@media only screen and (max-width: 1200px) and (min-width: 980px) {
  #et_builder_outer_content .gform_wrapper .ginput_container_address .ginput_left, #et_builder_outer_content .gform_wrapper .ginput_container_address .ginput_right {
    width: 46%;
  }
}
@media only screen and (max-width: 600px) {
  #et_builder_outer_content .gform_wrapper .ginput_container_address .ginput_left, #et_builder_outer_content .gform_wrapper .ginput_container_address .ginput_right {
    width: 100%;
    margin: 0 !important;
  }
}
#et_builder_outer_content .gform_wrapper .ginput_container_address .ginput_right {
  margin-left: 2em;
}

.et-db #et-boc .et-l .et_pb_section.divi-gallery .et_pb_row {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.et-db #et-boc .et-l .et_pb_section.divi-gallery .et_pb_row .et_pb_gallery_item {
  margin: 0;
  width: 20%;
  height: 200px;
  overflow: hidden;
}
.et-db #et-boc .et-l .et_pb_section.divi-gallery .et_pb_row .et_pb_gallery_item img {
  width: 110% !important;
  min-width: 320px;
  max-width: 500px !important;
}
.et-db #et-boc .et-l .et_pb_section.divi-gallery .et_pb_row .et_pb_grid_item:nth-child(4n+1) {
  clear: none;
}
.et-db #et-boc .et-l .et_pb_section.divi-gallery .et_pb_row .et_overlay {
  height: 200px;
}
@media screen and (max-width: 979px) {
  .et-db #et-boc .et-l .et_pb_section.divi-gallery .et_pb_row .et_pb_gallery_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .et-db #et-boc .et-l .et_pb_section.divi-gallery .et_pb_row .et_pb_column .et_pb_grid_item {
    margin-bottom: 0 !important;
  }
  .et-db #et-boc .et-l .et_pb_section.divi-gallery .et_pb_row .et_pb_gallery_item {
    margin: 0 !important;
    float: none;
    width: 50% !important;
    height: 250px;
  }
  .et-db #et-boc .et-l .et_pb_section.divi-gallery .et_pb_row .et_pb_gallery_item img {
    width: 110% !important;
    min-width: 320px;
    max-width: 1000px !important;
  }
  .et-db #et-boc .et-l .et_pb_section.divi-gallery .et_pb_row .et_overlay {
    height: 250px;
  }
}
@media screen and (max-width: 500px) {
  .et-db #et-boc .et-l .et_pb_section.divi-gallery .et_pb_row .et_pb_gallery_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .et-db #et-boc .et-l .et_pb_section.divi-gallery .et_pb_row .et_pb_column .et_pb_grid_item {
    margin-bottom: 0 !important;
  }
  .et-db #et-boc .et-l .et_pb_section.divi-gallery .et_pb_row .et_pb_gallery_item {
    margin: 0 !important;
    float: none;
    width: 100% !important;
    height: 250px;
  }
  .et-db #et-boc .et-l .et_pb_section.divi-gallery .et_pb_row .et_pb_gallery_item img {
    width: 110% !important;
    min-width: 320px;
    max-width: 1000px !important;
  }
  .et-db #et-boc .et-l .et_pb_section.divi-gallery .et_pb_row .et_overlay {
    height: 250px;
  }
}
@media screen and (min-width: 2000px) {
  .et-db #et-boc .et-l .et_pb_section.divi-gallery .et_pb_row .et_pb_gallery_item img {
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px);
  }
}

body #primary #main .baytek-robotfeatures.my-slider ul {
  max-width: none !important;
  margin: 0;
  padding: 0;
}
body #primary #main .baytek-robotfeatures.my-slider ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body #primary #main .baytek-robotfeatures.my-slider ul li:before {
  content: none !important;
}
body #primary #main .baytek-robotfeatures.my-slider .et_pb_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 470px;
  margin-bottom: 0 !important;
}
body #primary #main .baytek-robotfeatures.my-slider .et_pb_post .image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body #primary #main .baytek-robotfeatures.my-slider .et_pb_post .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body #primary #main .baytek-robotfeatures.my-slider .et_pb_post .content h3 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1em;
}
body #primary #main .baytek-robotfeatures.my-slider .et_pb_post .content .excerpt {
  margin-top: 1em;
}
body #primary #main .baytek-robotfeatures.my-slider .et_pb_post .content .excerpt p {
  color: #535353 !important;
  max-width: 600px !important;
  font-weight: 400;
}
body #primary #main .baytek-robotfeatures.my-slider .et_pb_post .content .content-centering {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 1150px) {
  body #primary #main .baytek-robotfeatures.my-slider .et_pb_post {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: inherit;
    margin: 0;
  }
  body #primary #main .baytek-robotfeatures.my-slider .et_pb_post .image {
    min-width: 575px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: center;
    /* Chrome 29+ */
  }
}
@media only screen and (max-width: 1150px) and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), only screen and (max-width: 1150px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body #primary #main .baytek-robotfeatures.my-slider .et_pb_post .image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (max-width: 1150px) {
  body #primary #main .baytek-robotfeatures.my-slider .et_pb_post .content {
    min-width: 575px;
    padding: 2.5em !important;
    padding-top: 100px !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    /* Chrome 29+ */
  }
}
@media only screen and (max-width: 1150px) and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), only screen and (max-width: 1150px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body #primary #main .baytek-robotfeatures.my-slider .et_pb_post .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (max-width: 768px) {
  body #primary #main .baytek-robotfeatures.my-slider .et_pb_post .testimonial-image {
    min-width: 400px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    /* Chrome 29+ */
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body #primary #main .baytek-robotfeatures.my-slider .et_pb_post .testimonial-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (max-width: 768px) {
  body #primary #main .baytek-robotfeatures.my-slider .et_pb_post .content {
    min-width: 400px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    /* Chrome 29+ */
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body #primary #main .baytek-robotfeatures.my-slider .et_pb_post .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (max-width: 550px) {
  body #primary #main .baytek-robotfeatures.my-slider .et_pb_post .testimonial-image {
    min-width: 300px;
  }
  body #primary #main .baytek-robotfeatures.my-slider .et_pb_post .content {
    min-width: 300px;
    padding: 2em 1em !important;
  }
}

@media only screen and (max-width: 999px) {
  body #primary #main .projects-slider article .case-studies-gallery .et_pb_gallery_items {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
#infinite-scroll-container .bis-load-more-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#infinite-scroll-container .bis-load-more-wrapper button.bis-load-more {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 0.5em;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: black !important;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  #infinite-scroll-container .bis-load-more-wrapper button.bis-load-more {
    font-size: 22px;
  }
}
#infinite-scroll-container .bis-load-more-wrapper button.bis-load-more:hover i {
  color: #f65c0a;
}
#infinite-scroll-container .bis-load-more-wrapper button.bis-load-more i {
  color: #f76c23;
  padding-right: 0.5em;
  font-size: larger;
}

.et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero {
  padding: 0;
  height: 100vh;
  padding: 6% 0 !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row {
  width: 100%;
  padding: 0;
  overflow: inherit;
  display: block;
}
.et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row .et_pb_column {
  display: block;
  position: relative;
}
.et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.small-info {
  padding: 40px 0;
  max-width: none;
  position: absolute;
  left: 50%;
  height: 250px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 0px;
  z-index: 999 !important;
}
@media only screen and (max-width: 1300px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.small-info {
    height: 200px;
  }
}
.et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.small-info p {
  color: #FFF !important;
}
@media only screen and (max-width: 1300px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.small-info p {
    max-width: 900px;
  }
}
@media only screen and (max-width: 769px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.small-info {
    height: initial;
    top: initial;
    bottom: 0;
    padding: 5px 0px;
    background: rgba(0, 0, 0, 0.1) !important;
  }
}
@media only screen and (max-width: 480px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.small-info .et_pb_module {
    padding: 3% 8% 0 8% !important;
  }
}
.et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.scanLines {
  /*** WEBKIT ***/
  background: -webkit-repeating-linear-gradient(top, transparent 0px, transparent 1px, rgba(0, 0, 0, 0.25) 1px, rgba(0, 0, 0, 0.25) 2px);
  -webkit-background-size: 100% 2px;
  /** MOZILLA **/
  background: -moz-repeating-linear-gradient(top, transparent 0px, transparent 1px, rgba(0, 0, 0, 0.25) 1px, rgba(0, 0, 0, 0.25) 2px);
  -moz-background-size: 100% 2px;
}
.et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.learn-more {
  position: absolute;
  top: 94%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row .et_pb_module {
  color: #FFF;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row .et_pb_module {
    padding: 3% 8% 0 8%;
  }
}
@media only screen and (max-width: 480px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row .et_pb_module {
    padding: 5% 8% 0 8%;
  }
}
@media only screen and (max-width: 400px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row .et_pb_module {
    padding: 10% 8% 0 8%;
  }
}
.et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.slides {
  height: 100%;
  max-width: 1400px;
}
.et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.slides .stationary-slide {
  z-index: 1;
}
.et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.slides .slide-item {
  display: none;
  z-index: 2;
}
.et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.slides .image-map {
  z-index: 3;
}
.et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.slides .et_pb_image, .et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.slides .et_pb_code {
  width: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
}
.et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.slides .et_pb_image img, .et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.slides .et_pb_code img {
  width: inherit;
}
@media only screen and (max-width: 767px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.slides .et_pb_image, .et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.slides .et_pb_code {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.slides {
    display: none;
  }
}
@media only screen and (max-height: 900px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.slides {
    max-width: 1200px;
  }
}
@media only screen and (max-height: 800px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.slides {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1300px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero {
    height: 800px;
  }
}
@media only screen and (max-width: 999px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero {
    height: 700px;
  }
}
@media only screen and (max-width: 830px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero {
    height: 600px;
  }
}
@media only screen and (max-width: 480px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section.homepage_hero {
    padding: 400px;
  }
}

.post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1300px;
  padding: 20px 35px;
  margin: 60px auto;
  min-height: 500px;
}
.post-content .date {
  color: #898989;
  margin: 20px 0 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}
.post-content .post-sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 160px;
}
.post-content .post-sidebar p {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 100;
  text-decoration: underline;
}
.post-content .post-sidebar a {
  text-transform: uppercase;
  color: #000000;
}
.post-content .post-sidebar a:hover, .post-content .post-sidebar a:focus {
  color: #686868;
}
@media only screen and (max-width: 999px) {
  .post-content .post-sidebar {
    display: none;
  }
}
.post-content .post-cms {
  -webkit-box-flex: 3;
      -ms-flex: 3 1 auto;
          flex: 3 1 auto;
}
.post-content .post-cms .entry-content {
  margin: 20px 0;
}
.post-content .post-cms a {
  color: #000000;
}
.post-content .post-cms a:hover, .post-content .post-cms a:focus {
  color: #686868;
}
.post-content .post-border {
  padding: 35px;
  border: 1px solid #dedede;
}
.post-content .post-nav {
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.post-content .post-nav a {
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  color: #000000;
}
.post-content .post-nav a:hover, .post-content .post-nav a:focus {
  color: #686868;
}
.post-content .post-nav .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.post-content .post-nav .nav-links a:before, .post-content .post-nav .nav-links a:after {
  display: inline-block;
  position: absolute;
  font-family: "ETmodules" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.post-content .post-nav .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 40px 0px;
}
.post-content .post-nav .nav-previous a {
  padding-left: 1em;
}
.post-content .post-nav .nav-previous a:before {
  content: "4";
  margin-left: -20px;
  margin-top: 0.1em;
}
.post-content .post-nav .nav-next {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 40px 0px;
  border-left: 1px solid #dedede;
}
.post-content .post-nav .nav-next a {
  margin-right: 1em;
}
.post-content .post-nav .nav-next a:after {
  content: "5";
  margin-left: 0.1em;
  margin-top: 0.1em;
}
@media only screen and (max-width: 999px) {
  .post-content {
    margin: 0px auto;
  }
  .post-content .post-border {
    padding: 15px;
    border: none;
  }
  .post-content .post-nav {
    border-top: 1px solid #dedede;
  }
}
.post-content #et_builder_outer_content .et_pb_section {
  padding: 2% 0;
}
.post-content #et_builder_outer_content .et_pb_section .et_pb_row {
  width: 100%;
}
.post-content #et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module p {
  max-width: 100% !important;
}
@media only screen and (max-width: 768px) {
  .post-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding-top: 60px;
  }
  .post-content .post-sidebar {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding: 20px 0;
  }
  .post-content .post-cms {
    width: 100%;
  }
}

.page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  padding: 0px 20px;
  margin: 60px auto;
}
.page-content .date {
  color: #898989;
  margin: 10px 0;
  font-size: 14px;
}
.page-content .page-sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-content .page-sidebar h3 {
  color: #1d5632;
  margin-top: 10px;
}
.page-content .page-cms {
  -webkit-box-flex: 3;
      -ms-flex: 3 1 auto;
          flex: 3 1 auto;
}
.page-content #et_builder_outer_content .et_pb_section {
  padding: 2% 0;
}
.page-content #et_builder_outer_content .et_pb_section .et_pb_row {
  width: 100%;
}
.page-content #et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module p {
  max-width: 100% !important;
}

.content-area .error-404 {
  margin-bottom: 50px;
}
.content-area .error-404 .hero-banner {
  height: 900px;
  overflow: hidden;
  display: block;
}
.content-area .error-404 .hero-banner .small-info {
  top: 45%;
}
.content-area .error-404 .hero-banner h3 {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .content-area .error-404 .hero-banner {
    height: 500px;
  }
  .content-area .error-404 .hero-banner .small-info {
    top: 25%;
  }
}
@media only screen and (max-width: 480px) {
  .content-area .error-404 .hero-banner {
    height: 400px;
  }
  .content-area .error-404 .hero-banner .small-info {
    top: 20%;
  }
}

.robots #et_builder_outer_content .et_pb_section, .products #et_builder_outer_content .et_pb_section {
  padding: 3% 0 !important;
}
@media only screen and (max-width: 768px) {
  .robots #et_builder_outer_content .et_pb_section, .products #et_builder_outer_content .et_pb_section {
    padding: 7% 0 !important;
  }
}
.robots #et_builder_outer_content .et_pb_section li, .products #et_builder_outer_content .et_pb_section li {
  list-style: none !important;
  padding: 0 0 1em 0.2em;
  font-size: 14px;
  font-size: 0.875rem;
  color: #686868;
}
.robots #et_builder_outer_content .et_pb_section li:before, .products #et_builder_outer_content .et_pb_section li:before {
  content: "5";
  font-family: "ETModules";
  margin-left: -15px;
  margin-top: 0.5em;
}
.robots #et_builder_outer_content .et_pb_section li:last-child, .products #et_builder_outer_content .et_pb_section li:last-child {
  padding-bottom: 0;
}
.robots #et_builder_outer_content .et_pb_section.pre-footer, .products #et_builder_outer_content .et_pb_section.pre-footer {
  height: inherit;
  position: relative;
  text-align: center;
  background: #f7f7f7;
  padding: 0 !important;
}
.robots #et_builder_outer_content .et_pb_section.pre-footer .et_pb_row, .products #et_builder_outer_content .et_pb_section.pre-footer .et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: none;
  margin: 0;
  padding: 0;
}
.robots #et_builder_outer_content .et_pb_section.pre-footer h1, .products #et_builder_outer_content .et_pb_section.pre-footer h1 {
  margin-bottom: 0.1em;
}
.robots #et_builder_outer_content .et_pb_section.pre-footer p, .products #et_builder_outer_content .et_pb_section.pre-footer p {
  padding-bottom: 0;
}
.robots #et_builder_outer_content .et_pb_section.pre-footer .et_pb_column, .products #et_builder_outer_content .et_pb_section.pre-footer .et_pb_column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 8em;
          flex: 1 1 8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 400px;
  min-height: 450px;
  margin: 0;
  border-top: 1px solid #FFF;
}
.robots #et_builder_outer_content .et_pb_section.pre-footer .et_pb_column:not(first-child), .products #et_builder_outer_content .et_pb_section.pre-footer .et_pb_column:not(first-child) {
  border-left: 1px solid #FFF;
}
@media only screen and (max-width: 999px) {
  .robots #et_builder_outer_content .et_pb_section.pre-footer .et_pb_column, .products #et_builder_outer_content .et_pb_section.pre-footer .et_pb_column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media only screen and (max-width: 489px) {
  .robots #et_builder_outer_content .et_pb_section.pre-footer .et_pb_column, .products #et_builder_outer_content .et_pb_section.pre-footer .et_pb_column {
    min-width: 300px;
  }
}
.robots #et_builder_outer_content .et_pb_section.pre-footer .et_pb_text, .products #et_builder_outer_content .et_pb_section.pre-footer .et_pb_text {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0;
}

.robots-submenu {
  padding: 110px 25% 1% 25% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 4;
  background-color: #333333;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.robots-submenu:before {
  content: "";
  font-family: ETmodules;
  font-size: 46px;
  color: #333333;
  top: 65px;
  left: -610px;
  right: 0;
  margin: 0 auto;
  position: fixed;
  text-align: center;
  z-index: 999;
}
.robots-submenu .robots-item {
  padding: 0px 10px;
  width: 25%;
}
.robots-submenu .robots-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
  line-height: 0;
  text-align: center;
}
.robots-submenu .robots-text {
  text-align: center;
}
.robots-submenu img {
  padding: 10px 0;
  text-align: center;
}
.robots-submenu strong {
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  font-size: 14px;
  margin-top: 0.5em;
}
.robots-submenu a:hover strong {
  color: #f76c23 !important;
}
@media only screen and (max-width: 800px) {
  .robots-submenu {
    padding: 120px 5% 1% 5% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .robots-submenu {
    padding: 110px 10% 1% 10% !important;
  }
}
@media only screen and (max-width: 990px) {
  .robots-submenu {
    padding: 80px 2% 1% 2% !important;
  }
  .robots-submenu .robots-item {
    padding: 10px 10px;
  }
  .robots-submenu .robots-image {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .robots-submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .robots-submenu .robots-item {
    width: 100%;
  }
}

.robots-hovermenu {
  padding: 10px 25% 1% 25% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  position: fixed;
  width: 100%;
  top: 100px;
  left: 0;
  z-index: 999;
  background-color: #333333;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.robots-hovermenu:before {
  content: "B";
  font-family: ETmodules;
  font-size: 46px;
  color: #333333;
  top: 66px;
  left: -600px;
  right: 0;
  margin: 0 auto;
  position: fixed;
  text-align: center;
  z-index: 999;
}
.robots-hovermenu .robots-item {
  padding: 0px 10px;
  width: 25%;
}
.robots-hovermenu .robots-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
  line-height: 0;
  text-align: center;
}
.robots-hovermenu .robots-text {
  text-align: center;
}
.robots-hovermenu img {
  padding: 10px 0;
  text-align: center;
}
.robots-hovermenu a strong {
  text-align: center;
  width: 100%;
  color: #FFFFFF !important;
  font-size: 14px;
  margin-top: 0.5em;
}
.robots-hovermenu a:hover strong {
  color: #f76c23 !important;
}
@media only screen and (max-width: 800px) {
  .robots-hovermenu {
    padding: 120px 5% 1% 5% !important;
  }
}
@media only screen and (max-width: 990px) {
  .robots-hovermenu {
    display: none !important;
  }
}
@media only screen and (max-width: 1200px) {
  .robots-hovermenu {
    padding: 10px 10% 1% 10% !important;
  }
}

.admin-bar .robots-hovermenu, .admin-bar .robots-submenu {
  top: 132px;
}
.admin-bar .robots-hovermenu:before, .admin-bar .robots-submenu:before {
  top: 100px !important;
}

.mfp-container {
  position: absolute;
  width: 95%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  padding: 0 8px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.et_divi_builder .mfp-image-holder .mfp-arrow-right {
  right: 58px !important;
}

.baytek-products {
  padding-top: 100px;
}

.products-submenu {
  padding: 125px 18% 1% 18% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 4;
  background-color: #333333;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.products-submenu:before {
  content: "";
  font-family: ETmodules;
  font-size: 46px;
  color: #333333;
  top: 65px;
  left: -413px;
  right: 0;
  margin: 0 auto;
  position: fixed;
  text-align: center;
  z-index: 999;
}
.products-submenu .product-item {
  padding: 0px 10px;
  width: 25%;
}
.products-submenu .product-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
  line-height: 0;
  text-align: center;
}
.products-submenu .product-text {
  text-align: center;
}
.products-submenu img {
  padding: 20px 0;
  text-align: center;
  max-height: 150px;
}
.products-submenu a strong {
  text-align: center;
  width: 100%;
  color: #FFFFFF !important;
  font-size: 14px;
  margin-top: 0.5em;
}
.products-submenu a strong:hover {
  color: #f76c23 !important;
}
.products-submenu a:hover strong {
  color: #f76c23 !important;
}
@media only screen and (max-width: 800px) {
  .products-submenu {
    padding: 120px 5% 1% 5% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .products-submenu {
    padding: 125px 8% 1% 8% !important;
  }
}
@media only screen and (max-width: 990px) {
  .products-submenu {
    padding: 80px 2% 1% 2% !important;
  }
  .products-submenu .product-item {
    padding: 10px 10px;
  }
  .products-submenu .product-image {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .products-submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products-submenu .product-item {
    width: 100%;
  }
}

.products-hovermenu {
  padding: 25px 18% 1% 18% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  position: fixed;
  width: 100%;
  top: 100px;
  left: 0;
  z-index: 999;
  background-color: #333333;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.products-hovermenu:before {
  content: "B";
  font-family: ETmodules;
  font-size: 46px;
  color: #333333;
  top: 66px;
  left: -413px;
  right: 0;
  margin: 0 auto;
  position: fixed;
  text-align: center;
  z-index: 999;
}
.products-hovermenu .product-item {
  padding: 0px 10px;
  width: 25%;
}
.products-hovermenu .product-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
  line-height: 0;
  text-align: center;
}
.products-hovermenu .product-text {
  text-align: center;
}
.products-hovermenu img {
  padding: 20px 0;
  text-align: center;
  max-height: 150px;
}
.products-hovermenu a strong {
  text-align: center;
  width: 100%;
  color: #FFFFFF !important;
  font-size: 14px;
  margin-top: 0.5em;
}
.products-hovermenu a strong:hover {
  color: #f76c23 !important;
}
.products-hovermenu a:hover strong {
  color: #f76c23 !important;
}
@media only screen and (max-width: 800px) {
  .products-hovermenu {
    padding: 120px 5% 1% 5% !important;
  }
}
@media only screen and (max-width: 990px) {
  .products-hovermenu {
    display: none !important;
  }
}
@media only screen and (max-width: 1200px) {
  .products-hovermenu {
    padding: 25px 8% 1% 8% !important;
  }
}

.admin-bar .products-hovermenu, .admin-bar .products-submenu {
  top: 132px;
}
.admin-bar .products-hovermenu:before, .admin-bar .products-submenu:before {
  top: 100px !important;
}

.page-content {
  width: 100%;
  max-width: 1300px;
  padding: 0px 35px;
}
.page-content #infinite-handle {
  text-align: center;
}
.page-content #infinite-handle span {
  background: none;
  cursor: pointer;
  padding: 6px 16px;
  text-transform: uppercase;
  text-align: center;
}
.page-content #infinite-handle span button {
  text-transform: uppercase;
  line-height: 2.85em;
  color: #000 !important;
  font-size: 28px;
  font-weight: 300 !important;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-content #infinite-handle span:before {
  display: inline-block;
  content: "\e050";
  color: #f76c23;
  position: absolute;
  margin-left: -1.6em;
  font-size: 35px;
  font-family: "ETmodules" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 2.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-content .infinite-loader .spinner {
  width: 0;
  margin: 0 auto;
}
.page-content .page-cms .events-flex {
  width: 100%;
}
.page-content .page-cms .events-flex .events-item {
  border: 1px solid #dedede;
  padding: 35px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  min-width: 360px;
}
.page-content .page-cms .events-flex .events-item .events-img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  max-width: 425px;
  min-width: 425px;
  height: inherit;
  overflow: hidden;
}
.page-content .page-cms .events-flex .events-item .events-content {
  -webkit-box-flex: 3;
      -ms-flex: 3 1;
          flex: 3 1;
  margin-left: 50px;
}
.page-content .page-cms .events-flex .events-item .events-content h2 a {
  color: #000000;
}
.page-content .page-cms .events-flex .events-item .events-content p.date {
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 400;
  font-size: 14px;
}
@media only screen and (max-width: 1000px) {
  .page-content .page-cms .events-flex .events-item .events-img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .page-content .page-cms .events-flex .events-item .events-content {
    -webkit-box-flex: 3;
        -ms-flex: 3 1 auto;
            flex: 3 1 auto;
  }
}
.page-content .page-cms .events-flex .events-item .info-button {
  margin-bottom: 15px;
}
.page-content .page-cms .events-flex .events-item .info-button a {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  font-size: 1rem;
  margin-top: 20px;
}
.page-content .page-cms .events-flex .events-item img {
  vertical-align: middle;
  border: 0;
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  .page-content {
    width: 100%;
    margin: 20px 0px;
  }
  .page-content .page-cms .events-flex .events-item {
    padding: 25px;
    min-width: 300px;
  }
  .page-content .page-cms .events-flex .events-item > a {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .page-content .page-cms .events-flex .events-item .events-img {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
    min-width: 300px;
  }
  .page-content .page-cms .events-flex .events-item .events-content {
    margin: 10px 0px;
    padding-left: 0px;
  }
  .page-content .page-cms .events-flex .events-item .info-button a {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .page-content .page-cms .events-flex .events-item {
    padding: 10;
    min-width: 300px;
  }
  .page-content .page-cms .events-flex .events-item .events-img {
    min-width: 300px;
  }
}

.events-sub-banner {
  background: #333333;
  margin-top: 100px;
}
.events-sub-banner .sub-text {
  padding: 20px 35px;
  max-width: 1300px;
  margin: 0 auto;
}
.events-sub-banner h1 {
  color: #f76c23;
}
@media only screen and (max-width: 999px) {
  .events-sub-banner {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 782px) {
  .events-sub-banner {
    margin-top: 56px;
  }
}

.filter-grey {
  position: relative;
}
.filter-grey:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.filter-grey:hover:after {
  background-color: rgba(0, 0, 0, 0.35);
}

.eod-swat span.et_pb_image_wrap {
  position: inherit !important;
}

.et_divi_builder #et_builder_outer_content .et_pb_code_inner {
  position: inherit !important;
}

#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module {
  margin-bottom: 4%;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module:first-child {
  margin-bottom: 1%;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module p {
  color: #686868 !important;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module p2 {
  font-size: 14px;
  font-size: 0.875rem;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module a {
  color: #000000;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module a:hover, #et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module a:focus {
  color: #686868;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module ul > li {
  margin-bottom: 0.1em;
  margin-left: 0.3em;
  color: #686868;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module .et_pb_contact_form {
  margin: 15px auto;
  max-width: 600px;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module .et_pb_contact_form p.et_pb_contact_field {
  margin: 15px auto;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module .et_pb_contact_form input[type=text], #et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module .et_pb_contact_form textarea {
  background-color: #000;
  color: #7e7d84;
  font-weight: 300;
  border: 1px solid #7e7d84 !important;
  font-size: 18px;
  font-size: 1.125rem;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module .et_pb_contact_form .et_pb_contact_submit {
  border: none;
  padding: 0;
  line-height: 1.1em !important;
  text-transform: uppercase;
  border-bottom: 1px solid #7e7d84 !important;
  border-radius: 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module .et_pb_contact_form .et_pb_contact_submit:after {
  display: inline-block !important;
  content: "5" !important;
  position: absolute;
  opacity: 1 !important;
  font-size: 16px;
  margin-left: 0em;
  margin-top: -0.1em;
  font-family: "ETmodules" !important;
  speak: none;
  font-style: normal;
  font-weight: 800;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module .et_pb_contact_form .et_pb_contact_submit:hover:after {
  margin-left: 0.5em;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module .et_pb_contact_form .et_contact_bottom_container {
  margin: 0 auto;
  float: none;
  text-align: center;
}
#et_builder_outer_content .et_pb_section .et_pb_module.border-left {
  border-left: 1px solid #686868;
  padding-left: 30px;
  height: 100%;
}
#et_builder_outer_content .et_pb_section .et_pb_module.border-left ul > li {
  margin-bottom: 1em !important;
  font-size: 18px;
  font-size: 1.125rem;
}
#et_builder_outer_content .et_pb_section .et_pb_row.border-top {
  border-top: 1px solid #686868;
}
#et_builder_outer_content .et_pb_section a.et_pb_module.et_pb_button {
  padding: 0.6em 1.2em;
  border-radius: 4px;
  font-size: 17px;
  font-size: 1.0625rem;
}
#et_builder_outer_content .et_pb_section {
  padding: 8% 0 !important;
}
@media only screen and (max-width: 480px) {
  #et_builder_outer_content .et_pb_section {
    padding: 12% 0 !important;
  }
}
#et_builder_outer_content .et_pb_section.robots-submenu {
  padding: 8% 25% 1% 25% !important;
}
#et_builder_outer_content .et_pb_section.robots-submenu .et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#et_builder_outer_content .et_pb_section.robots-submenu a strong {
  color: #FFFFFF !important;
  font-size: 14px;
}
#et_builder_outer_content .et_pb_section.robots-submenu a strong:hover {
  color: #f76c23 !important;
}
#et_builder_outer_content .et_pb_section.robots-submenu .et_pb_text {
  margin-top: 0.5em;
}
#et_builder_outer_content .et_pb_section.product-section .et_pb_module.et_pb_image {
  margin-bottom: 30px !important;
}
#et_builder_outer_content .et_pb_section.product-section .et_pb_column:not(.et_pb_column_4_4) .et_pb_module p {
  max-width: 350px;
  margin: 0 auto;
}
#et_builder_outer_content .et_pb_section.product-section h2 {
  max-width: 400px;
  margin: 0 auto !important;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_column.bordered-column {
  border: 1px solid #dedede;
  padding: 25px;
}
@media only screen and (max-width: 1280px) {
  #et_builder_outer_content .et_pb_section .et_pb_row #ninjaform-sidebox {
    margin-left: 50px !important;
  }
}
@media only screen and (max-width: 1000px) {
  #et_builder_outer_content .et_pb_section .et_pb_row #ninjaform-sidebox {
    width: 100% !important;
    margin-left: 0px !important;
  }
}
#et_builder_outer_content .et_pb_section.homepage_hero {
  padding: 0;
  height: 100vh;
  padding: 6% 0 !important;
}
#et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row {
  width: 100%;
  padding: 0;
  overflow: inherit;
  display: block;
}
#et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row .et_pb_column {
  display: block;
  position: relative;
}
#et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.small-info {
  padding: 40px 0;
  max-width: none;
  position: absolute;
  left: 50%;
  height: 250px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 0px;
  z-index: 1 !important;
}
@media only screen and (max-width: 1300px) {
  #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.small-info {
    height: 200px;
  }
}
#et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.small-info p {
  color: #FFF !important;
}
@media only screen and (max-width: 1300px) {
  #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.small-info p {
    max-width: 900px;
  }
}
@media only screen and (max-width: 769px) {
  #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.small-info {
    height: initial;
    top: initial;
    bottom: 0;
    padding: 5px 0px;
    background: rgba(0, 0, 0, 0.1) !important;
  }
}
@media only screen and (max-width: 480px) {
  #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.small-info .et_pb_module {
    padding: 3% 8% 0 8% !important;
  }
}
#et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.scanLines {
  /*** WEBKIT ***/
  background: -webkit-repeating-linear-gradient(top, transparent 0px, transparent 1px, rgba(0, 0, 0, 0.25) 1px, rgba(0, 0, 0, 0.25) 2px);
  -webkit-background-size: 100% 2px;
  /** MOZILLA **/
  background: -moz-repeating-linear-gradient(top, transparent 0px, transparent 1px, rgba(0, 0, 0, 0.25) 1px, rgba(0, 0, 0, 0.25) 2px);
  -moz-background-size: 100% 2px;
}
#et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.learn-more {
  position: absolute;
  top: 94%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row .et_pb_module {
  color: #FFF;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row .et_pb_module {
    padding: 3% 8% 0 8%;
  }
}
@media only screen and (max-width: 480px) {
  #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row .et_pb_module {
    padding: 5% 8% 0 8%;
  }
}
@media only screen and (max-width: 400px) {
  #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row .et_pb_module {
    padding: 10% 8% 0 8%;
  }
}
#et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.slides {
  height: 100%;
  max-width: 1500px;
}
#et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.slides .stationary-slide {
  z-index: 1;
}
#et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.slides .slide-item {
  display: none;
  z-index: 2;
}
#et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.slides .image-map {
  z-index: 3;
}
#et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.slides .et_pb_image, #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.slides .et_pb_code {
  width: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
}
#et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.slides .et_pb_image img, #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.slides .et_pb_code img {
  width: inherit;
}
@media only screen and (max-width: 767px) {
  #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.slides .et_pb_image, #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.slides .et_pb_code {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #et_builder_outer_content .et_pb_section.homepage_hero .et_pb_row.slides {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  #et_builder_outer_content .et_pb_section.homepage_hero {
    height: 800px;
  }
}
@media only screen and (max-width: 999px) {
  #et_builder_outer_content .et_pb_section.homepage_hero {
    height: 700px;
  }
}
@media only screen and (max-width: 830px) {
  #et_builder_outer_content .et_pb_section.homepage_hero {
    height: 600px;
  }
}
@media only screen and (max-width: 480px) {
  #et_builder_outer_content .et_pb_section.homepage_hero {
    padding: 400px;
  }
}
#et_builder_outer_content .et_pb_section.crt-effect {
  height: 700px;
  padding: 0 !important;
  border-bottom: 1px solid #686868;
}
#et_builder_outer_content .et_pb_section.crt-effect:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: " ";
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
#et_builder_outer_content .et_pb_section.crt-effect .et_pb_button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#et_builder_outer_content .et_pb_section.crt-effect .et_pb_module p {
  margin-left: 0 !important;
  margin-right: 0 !important;
  color: #FFFFFF !important;
}
#et_builder_outer_content .et_pb_section.crt-effect .et_pb_row {
  height: 100%;
  padding: 4% 0;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#et_builder_outer_content .et_pb_section.crt-effect .et_pb_row:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: " ";
  background-image: url("/wp-content/themes/icor/images/placeholders/pattern.png");
  background-repeat: repeat;
}
#et_builder_outer_content .et_pb_section.crt-effect .et_pb_column {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto !important;
  margin-bottom: auto !important;
  margin: auto;
  max-width: 1300px;
  float: none;
  padding-left: 40px;
}
#et_builder_outer_content .et_pb_section.crt-effect .et_pb_column:last-child {
  margin-right: auto !important;
}
#et_builder_outer_content .et_pb_section.crt-effect h1 {
  color: #FFFFFF;
  max-width: 500px;
}
#et_builder_outer_content .et_pb_section.crt-effect h1.small {
  margin-bottom: 8px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 768px) {
  #et_builder_outer_content .et_pb_section.crt-effect {
    height: 500px;
    text-align: center;
  }
  #et_builder_outer_content .et_pb_section.crt-effect h1, #et_builder_outer_content .et_pb_section.crt-effect p {
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  #et_builder_outer_content .et_pb_section.crt-effect {
    height: 400px;
  }
  #et_builder_outer_content .et_pb_section.crt-effect .et_pb_column {
    padding: 15px;
  }
}
@media only screen and (min-width: 999px) {
  #et_builder_outer_content .et_pb_section.eod-swat .et_pb_row .et_pb_column {
    position: relative;
  }
  #et_builder_outer_content .et_pb_section.eod-swat .overflow-image {
    height: 430px;
  }
}
@media only screen and (min-width: 999px) and (max-width: 499px) {
  #et_builder_outer_content .et_pb_section.eod-swat .overflow-image {
    min-width: unset;
  }
}
@media only screen and (min-width: 999px) {
  #et_builder_outer_content .et_pb_section.eod-swat .overflow-image img {
    max-width: none;
    position: absolute;
  }
}
@media only screen and (min-width: 999px) {
  #et_builder_outer_content .et_pb_section.eod-swat .overflow-image .mini-robot img {
    width: inherit;
  }
}
@media only screen and (min-width: 999px) {
  #et_builder_outer_content .et_pb_section.eod-swat .overflow-image .special-claw img {
    left: 0;
    position: relative;
    width: 100%;
  }
}
@media only screen and (min-width: 999px) and (min-width: 1600px) {
  #et_builder_outer_content .et_pb_section.eod-swat .overflow-image .special-claw img {
    left: -45%;
    position: absolute;
    width: inherit;
  }
}
@media only screen and (min-width: 999px) and (min-width: 1800px) {
  #et_builder_outer_content .et_pb_section.eod-swat .overflow-image .special-claw img {
    left: -60%;
  }
}
@media only screen and (min-width: 999px) and (min-width: 1900px) {
  #et_builder_outer_content .et_pb_section.eod-swat .overflow-image .special-claw img {
    left: -70%;
    top: -15%;
  }
}
@media only screen and (min-width: 999px) and (min-width: 2000px) {
  #et_builder_outer_content .et_pb_section.eod-swat .overflow-image .special-claw img {
    left: -80%;
    top: -20%;
  }
}
@media only screen and (min-width: 999px) and (min-width: 2150px) {
  #et_builder_outer_content .et_pb_section.eod-swat .overflow-image .special-claw img {
    left: -100%;
    top: -25%;
  }
}
@media only screen and (min-width: 999px) and (min-width: 2400px) {
  #et_builder_outer_content .et_pb_section.eod-swat .overflow-image .special-claw img {
    left: -120%;
  }
}
@media only screen and (max-width: 998px) {
  #et_builder_outer_content .et_pb_section.eod-swat .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #et_builder_outer_content .et_pb_section.eod-swat .et_pb_row .et_pb_column {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  #et_builder_outer_content .et_pb_section.eod-swat .et_pb_row.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #et_builder_outer_content .et_pb_section.eod-swat .et_pb_row.reverse .et_pb_column {
    width: 100% !important;
  }
  #et_builder_outer_content .et_pb_section.eod-swat .et_pb_row.buttons {
    display: block;
  }
  #et_builder_outer_content .et_pb_section.eod-swat .overflow-image {
    min-width: 400px;
  }
  #et_builder_outer_content .et_pb_section.eod-swat .overflow-image .special-claw img {
    margin-left: -21%;
  }
}
#et_builder_outer_content .et_pb_section.white-bg {
  height: 800px;
  padding: 6% 0;
}
#et_builder_outer_content .et_pb_section.white-bg:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: " ";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 900px) {
  #et_builder_outer_content .et_pb_section.white-bg {
    height: inherit;
  }
}
#et_builder_outer_content .et_pb_section.white-bg .et_pb_row {
  z-index: 2;
}
#et_builder_outer_content .et_pb_section.white-bg .et_pb_row .et_pb_column.cornered-column {
  background: rgba(255, 255, 255, 0.7);
  padding: 40px;
  border: 1px solid #c5c5c5;
  position: relative;
}
#et_builder_outer_content .et_pb_section.white-bg .et_pb_row #centered-column {
  margin-right: auto !important;
}
#et_builder_outer_content .et_pb_section.white-bg .et_pb_row.dots-row {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}
#et_builder_outer_content .et_pb_section.white-bg .et_pb_row.dots-row:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: " ";
  background-image: url("/wp-content/themes/icor/images/placeholders/pattern-white.png");
  background-repeat: repeat;
}
#et_builder_outer_content .et_pb_section.white-bg .et_pb_code, #et_builder_outer_content .et_pb_section.white-bg .little-boxes {
  height: 0;
}
#et_builder_outer_content .et_pb_section.white-bg .et_divi_builder #et_builder_outer_content .et_pb_code_inner {
  position: inherit;
}
#et_builder_outer_content .et_pb_section.white-bg .little-box {
  width: 8px;
  height: 8px;
  position: absolute;
}
#et_builder_outer_content .et_pb_section.white-bg .little-box.top-left {
  top: 0px;
  left: 0px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
#et_builder_outer_content .et_pb_section.white-bg .little-box.top-right {
  top: 0px;
  right: 0px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
#et_builder_outer_content .et_pb_section.white-bg .little-box.bottom-left {
  bottom: 0px;
  left: 0px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}
#et_builder_outer_content .et_pb_section.white-bg .little-box.bottom-right {
  bottom: 0px;
  right: 0px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
#et_builder_outer_content .et_pb_section.our-products .et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#et_builder_outer_content .et_pb_section.our-products .et_pb_row .et_pb_column.cornered-column {
  padding: 50px 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  #et_builder_outer_content .et_pb_section.our-products .et_pb_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #et_builder_outer_content .et_pb_section.our-products .et_pb_row .et_pb_column.cornered-column {
    min-width: 350px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
#et_builder_outer_content .et_pb_section.our-products li {
  list-style: none !important;
}
#et_builder_outer_content .et_pb_section.our-products li a {
  list-style: none !important;
  padding: 0 0 0em 0.2em;
  color: #FFFFFF !important;
  font-weight: 500 !important;
}
#et_builder_outer_content .et_pb_section.our-products li a:before {
  content: "5";
  font-family: "ETModules";
  margin-left: -15px;
  margin-top: 0.5em;
}
#et_builder_outer_content .et_pb_section.our-products li a:last-child {
  padding-bottom: 0;
}
#et_builder_outer_content .et_pb_section.our-products li a:hover {
  color: #686868 !important;
}
#et_builder_outer_content .et_pb_section.our-products p {
  font-weight: 400;
}
#et_builder_outer_content .et_pb_section.our-products h2.small {
  color: #898989 !important;
  font-weight: 500 !important;
}
@media only screen and (max-width: 900px) {
  #et_builder_outer_content .et_pb_section.our-products .et_pb_column {
    min-width: 100%;
    width: 100% !important;
  }
}
#et_builder_outer_content .et_pb_section.our-products .et_pb_button {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#et_builder_outer_content .et_pb_section.our-products .et_pb_code, #et_builder_outer_content .et_pb_section.our-products .little-boxes {
  height: 0;
}
#et_builder_outer_content .et_pb_section.our-products .little-box {
  width: 25px;
  height: 25px;
  position: absolute;
}
#et_builder_outer_content .et_pb_section.our-products .little-box.top-left {
  top: 0px;
  left: 0px;
  border-top: 1px solid #686868;
  border-left: 1px solid #686868;
}
#et_builder_outer_content .et_pb_section.our-products .little-box.top-right {
  top: 0px;
  right: 0px;
  border-top: 1px solid #686868;
  border-right: 1px solid #686868;
}
#et_builder_outer_content .et_pb_section.our-products .little-box.bottom-left {
  bottom: 0px;
  left: 0px;
  border-bottom: 1px solid #686868;
  border-left: 1px solid #686868;
}
#et_builder_outer_content .et_pb_section.our-products .little-box.bottom-right {
  bottom: 0px;
  right: 0px;
  border-bottom: 1px solid #686868;
  border-right: 1px solid #686868;
}
#et_builder_outer_content .et_pb_section.background-bg {
  padding: 0;
  height: 650px;
}
@media only screen and (max-width: 880px) {
  #et_builder_outer_content .et_pb_section.background-bg {
    height: 750px;
  }
}
#et_builder_outer_content .et_pb_section.background-bg:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.85);
  content: "";
}
#et_builder_outer_content .et_pb_section.background-bg.no-filter:before {
  background: rgba(0, 0, 0, 0);
}
#et_builder_outer_content .et_pb_section.background-bg .et_pb_row {
  width: 100%;
  padding: 0;
  overflow: hidden;
  display: block;
}
#et_builder_outer_content .et_pb_section.background-bg .et_pb_row .et_pb_column {
  display: block;
  position: relative;
}
#et_builder_outer_content .et_pb_section.background-bg .et_pb_row.small-info {
  padding: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 780px;
}
#et_builder_outer_content .et_pb_section.background-bg .et_pb_row.small-info p {
  max-width: 700px;
}
@media only screen and (max-width: 880px) {
  #et_builder_outer_content .et_pb_section.background-bg .et_pb_row.small-info {
    padding: 15px;
  }
}
#et_builder_outer_content .et_pb_section.background-bg .et_pb_row .et_pb_module {
  color: #FFF;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #et_builder_outer_content .et_pb_section.background-bg .et_pb_row .et_pb_module {
    padding: 3% 8% 0 8%;
  }
}
@media only screen and (max-width: 480px) {
  #et_builder_outer_content .et_pb_section.background-bg .et_pb_row .et_pb_module {
    padding: 3% 8% 0 8%;
  }
}
#et_builder_outer_content .et_pb_section .column-4-list p {
  padding-bottom: 0em;
}
#et_builder_outer_content .et_pb_section.column_2_fullwidth {
  padding: 0;
}
#et_builder_outer_content .et_pb_section.column_2_fullwidth a {
  color: #FFF;
}
#et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth {
  margin: 0;
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
#et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_column {
  margin: 0;
  width: 50%;
  padding: 150px 80px;
  min-height: 700px;
  max-height: 700px;
  display: block;
}
@media only screen and (max-width: 600px) {
  #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_column {
    padding: 50px;
    min-height: 500px;
    max-height: 500px;
  }
}
#et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_column.grey-hover:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(95, 95, 107, 0.5);
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
#et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_column.grey-hover:hover:before {
  background-color: rgba(95, 95, 107, 0.3);
}
#et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_column.grey-hover:first-child:before {
  width: 50%;
}
#et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_column.grey-hover:last-child:before {
  width: 50%;
  left: 50%;
}
@media only screen and (max-width: 980px) {
  #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_column.grey-hover:first-child:before {
    width: 100%;
    height: 50%;
  }
  #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_column.grey-hover:last-child:before {
    width: 100%;
    left: 0;
    top: 50%;
    height: 50%;
  }
}
#et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .bottom-left-link {
  position: absolute;
  bottom: 35px;
}
@media only screen and (max-width: 600px) {
  #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .bottom-left-link {
    position: relative;
    margin: 66% 14% !important;
  }
}
#et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_module {
  margin-bottom: 1%;
  margin: 4% 0;
}
#et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_module p {
  max-width: 500px;
  color: #FFF;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
}
#et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_module p2 {
  max-width: 600px;
}
#et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_module h2, #et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_module h3 {
  max-width: none;
  position: relative;
}
#et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_module h3 {
  margin-bottom: 0px;
}
#et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_button {
  margin-top: 2%;
  padding: 1em 3em 1em 2.5em;
  border-radius: 0px;
  text-decoration: underline !important;
}
#et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_button_module_wrapper a:after {
  display: inline-block !important;
  content: "5" !important;
  position: absolute;
  opacity: 1 !important;
  font-size: 16px;
  margin-left: 0em;
  margin-top: 0.1em;
  font-family: "ETmodules" !important;
  speak: none;
  font-style: normal;
  font-weight: 800;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#et_builder_outer_content .et_pb_section.column_2_fullwidth .et_pb_row.et_pb_row_fullwidth .et_pb_button_module_wrapper a:hover:after {
  margin-left: 0.5em;
}
#et_builder_outer_content .et_pb_section .et_pb_row .little-boxes-container {
  position: revert !important;
}
@media only screen and (max-width: 768px) {
  #et_builder_outer_content .reduced_padding .et_pb_column {
    padding: 60px 40px !important;
    min-height: none !important;
    max-height: none !important;
  }
}

html:lang(fr-FR) .products-hovermenu:before {
  left: -520px;
}

html:lang(fr-FR) .robots-hovermenu:before {
  left: -700px;
}

html:lang(fr-FR) .company-hovermenu:before {
  left: 67px;
}

html:lang(fr-FR) .company-hovermenu {
  padding: 25px 18% 1% 23% !important;
}

html:lang(es-ES) .products-hovermenu:before {
  left: -465px;
}

html:lang(es-ES) .robots-hovermenu:before {
  left: -660px;
}

html:lang(es-ES) .company-hovermenu:before {
  left: 67px;
}

html:lang(es-ES) .company-hovermenu {
  padding: 25px 18% 1% 23% !important;
}

html:lang(ar) .products-hovermenu:before {
  left: 290px;
}

html:lang(ar) .robots-hovermenu:before {
  left: 430px;
}

html:lang(ar) .company-hovermenu:before {
  left: 0px;
}

html:lang(ar) .company-hovermenu {
  padding: 25px 18% 1% 18% !important;
}

html:lang(ar) .page-content #infinite-handle span:before {
  margin-right: -1.6em;
  margin-left: 0em;
}

html:lang(ar) .page-content .page-cms .events-flex .events-item .events-img {
  margin-left: 2em;
}

html:lang(ar) #et_builder_outer_content .gform_wrapper .has_first_name.has_last_name .name_first {
  margin-left: 2em !important;
}
html:lang(ar) #et_builder_outer_content .gform_wrapper .has_first_name.has_last_name .name_last {
  margin-left: 0em !important;
}
html:lang(ar) #et_builder_outer_content .gform_wrapper .ginput_container_address .ginput_left {
  margin-left: 2em !important;
}
html:lang(ar) #et_builder_outer_content .gform_wrapper .ginput_container_address .ginput_right {
  margin-left: 0em !important;
}

html:lang(ar) nav n .menu-toggle {
  top: 0px;
  right: initial;
  bottom: 0;
  left: 25px;
}
html:lang(ar) nav div.menu-header-menu-arabic-container {
  top: 0px;
  left: -270px;
  bottom: 0px;
  right: auto;
}
html:lang(ar) nav #lang_sel {
  bottom: 0px;
  left: -270px;
  right: auto;
}
html:lang(ar) nav #toggle-right:checked ~ div.menu-header-menu-arabic-container {
  left: 0px !important;
  right: auto !important;
  text-align: center;
}
html:lang(ar) nav #toggle-right:checked ~ #lang_sel {
  left: -22px !important;
  right: auto !important;
  text-align: center;
}
html:lang(ar) nav #toggle-right:checked ~ #lang_sel li {
  float: right;
}
html:lang(ar) nav #toggle-right:checked + .menu-toggle {
  left: 79px;
  right: auto !important;
  color: #FFFFFF;
}

.has-max-width {
  background-color: #333;
}
.has-max-width > .account.submenu {
  max-width: 1300px;
  margin: 0 auto;
}

.account.submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 4;
  background-color: #333;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 35px;
}
.account.submenu h1 {
  color: #f76c23;
}
@media only screen and (max-width: 768px) {
  .account.submenu h1 {
    margin-bottom: 1rem;
  }
}
.account.submenu .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .account.submenu .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.account.submenu .tabs .item {
  padding-right: 2rem;
}
.account.submenu .tabs .item:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .account.submenu .tabs .item {
    padding-right: 0;
  }
}
.account.submenu .tabs a {
  text-align: center;
  width: 100%;
  margin-top: 0.5em;
  font-size: 0.75rem;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .account.submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

/**
 * Forms
 */
.forms form.secure_content_form,
body #et_builder_outer_content .et_pb_section .et_pb_row .forms form.secure_content_form {
  max-width: 580px;
  margin: 0 auto;
}
.forms form.secure_content_form .row,
body #et_builder_outer_content .et_pb_section .et_pb_row .forms form.secure_content_form .row {
  padding-bottom: 16px !important;
}
@media only screen and (min-width: 769px) {
  .forms form.secure_content_form .row,
body #et_builder_outer_content .et_pb_section .et_pb_row .forms form.secure_content_form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.forms form.secure_content_form .row label.block,
body #et_builder_outer_content .et_pb_section .et_pb_row .forms form.secure_content_form .row label.block {
  width: 100%;
}
.forms form.secure_content_form .row .field,
body #et_builder_outer_content .et_pb_section .et_pb_row .forms form.secure_content_form .row .field {
  width: 100%;
  /**
   * Not sure why checkboxes are a little borked
   */
}
@media only screen and (min-width: 769px) {
  .forms form.secure_content_form .row .field.half,
body #et_builder_outer_content .et_pb_section .et_pb_row .forms form.secure_content_form .row .field.half {
    width: 46%;
  }
}
.forms form.secure_content_form .row .field .sublabel,
body #et_builder_outer_content .et_pb_section .et_pb_row .forms form.secure_content_form .row .field .sublabel {
  font-size: 0.813em;
}
.forms form.secure_content_form .row .field .checkbox-label,
body #et_builder_outer_content .et_pb_section .et_pb_row .forms form.secure_content_form .row .field .checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.forms form.secure_content_form .row .field .checkbox-label .checkbox-wrapper,
body #et_builder_outer_content .et_pb_section .et_pb_row .forms form.secure_content_form .row .field .checkbox-label .checkbox-wrapper {
  padding-right: 1rem !important;
  position: relative;
}
.forms form.secure_content_form .row .field .checkbox-label .checkbox-wrapper .checkbox-after,
body #et_builder_outer_content .et_pb_section .et_pb_row .forms form.secure_content_form .row .field .checkbox-label .checkbox-wrapper .checkbox-after {
  pointer-events: none;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  z-index: 5;
}
.forms form.secure_content_form .row .field .checkbox-label .checkbox-wrapper input,
body #et_builder_outer_content .et_pb_section .et_pb_row .forms form.secure_content_form .row .field .checkbox-label .checkbox-wrapper input {
  z-index: 4;
}
.forms form.secure_content_form .row .field .checkbox-label .checkbox-wrapper input:checked + .checkbox-after,
body #et_builder_outer_content .et_pb_section .et_pb_row .forms form.secure_content_form .row .field .checkbox-label .checkbox-wrapper input:checked + .checkbox-after {
  background-color: #f76c23 !important;
}
.forms form.secure_content_form .row .field .checkbox-label input, .forms form.secure_content_form .row .field .checkbox-label span,
body #et_builder_outer_content .et_pb_section .et_pb_row .forms form.secure_content_form .row .field .checkbox-label input,
body #et_builder_outer_content .et_pb_section .et_pb_row .forms form.secure_content_form .row .field .checkbox-label span {
  cursor: pointer;
}
.forms form.secure_content_form .message,
body #et_builder_outer_content .et_pb_section .et_pb_row .forms form.secure_content_form .message {
  margin-bottom: 1rem !important;
}
.forms .error.message,
body #et_builder_outer_content .et_pb_section .et_pb_row .forms .error.message {
  color: #ff0000 !important;
  font-weight: 400 !important;
}
.forms .error label,
body #et_builder_outer_content .et_pb_section .et_pb_row .forms .error label {
  color: #ff0000 !important;
}
.forms .error input,
body #et_builder_outer_content .et_pb_section .et_pb_row .forms .error input {
  border-color: #ff0000 !important;
}

.company-submenu {
  padding: 125px 18% 1% 18% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 4;
  background-color: #333333;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company-submenu:before {
  content: "";
  font-family: ETmodules;
  font-size: 46px;
  color: #333333;
  top: 65px;
  left: -413px;
  right: 0;
  margin: 0 auto;
  position: fixed;
  text-align: center;
  z-index: 999;
}
.company-submenu .company-item {
  padding: 0px 10px;
  width: 30%;
  min-width: 200px;
}
.company-submenu .company-image {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  text-align: center;
}
.company-submenu .company-text {
  text-align: center;
}
.company-submenu img {
  padding: 5px 0;
  text-align: center;
  max-height: 185px;
  max-width: 150px;
}
.company-submenu a strong {
  text-align: center;
  width: 100%;
  color: #FFFFFF !important;
  font-size: 14px;
  margin-top: 0.5em;
}
.company-submenu a strong:hover {
  color: #f76c23 !important;
}
.company-submenu a:hover strong {
  color: #f76c23 !important;
}
@media only screen and (max-width: 800px) {
  .company-submenu {
    padding: 120px 5% 1% 5% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .company-submenu {
    padding: 125px 8% 1% 8% !important;
  }
}
@media only screen and (max-width: 990px) {
  .company-submenu {
    padding: 80px 2% 1% 2% !important;
  }
  .company-submenu .company-item {
    padding: 10px 10px;
  }
  .company-submenu .company-image {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .company-submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company-submenu .company-item {
    width: 100%;
  }
}

.company-hovermenu {
  padding: 10px 25% 1% 25% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  position: fixed;
  width: 100%;
  top: 100px;
  left: 0;
  z-index: 999;
  background-color: #333333;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company-hovermenu:before {
  content: "B";
  font-family: ETmodules;
  font-size: 46px;
  color: #333333;
  top: 66px;
  left: 140px;
  right: 0;
  margin: 0 auto;
  position: fixed;
  text-align: center;
  z-index: 999;
}
.company-hovermenu .company-item {
  padding: 0px 10px;
  width: 30%;
  min-width: 200px;
}
.company-hovermenu .company-image {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.company-hovermenu .company-text {
  text-align: center;
}
.company-hovermenu img {
  padding: 5px 0;
  text-align: center;
  max-height: 185px;
  max-width: 150px;
}
.company-hovermenu a strong {
  text-align: center;
  width: 100%;
  color: #FFFFFF !important;
  font-size: 14px;
  margin-top: 0.5em;
}
.company-hovermenu a strong:hover {
  color: #f76c23 !important;
}
.company-hovermenu a:hover strong {
  color: #f76c23 !important;
}
@media only screen and (max-width: 800px) {
  .company-hovermenu {
    padding: 120px 5% 1% 5% !important;
  }
}
@media only screen and (max-width: 990px) {
  .company-hovermenu {
    display: none !important;
  }
}
@media only screen and (max-width: 1200px) {
  .company-hovermenu {
    padding: 25px calc(43% - 32.5px) 1% calc(57% - 32.5px) !important;
  }
}

.admin-bar .company-hovermenu, .admin-bar .company-submenu {
  top: 132px;
}
.admin-bar .company-hovermenu:before, .admin-bar .company-submenu:before {
  top: 100px !important;
}

@media only screen and (min-width: 981px) {
  .stuck, .product-sticky {
    position: fixed;
    top: 100px;
    width: 100%;
    z-index: 2;
  }
}
@media only screen and (max-width: 980px) {
  header ul > li {
    margin-left: 0.7em;
  }

  body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_column_1_2.images {
    max-width: 30%;
  }
  body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_column_1_2.images:first-child {
    margin-right: 40px;
  }
  body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_column_1_2.images:last-child {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 881px) {
  #menu-toggle {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  header {
    height: 70px;
  }
  header .top-menu {
    display: none;
  }
  header .bottom-menu {
    padding: 0px 5% 0px;
  }
  header .logo-link {
    width: auto;
    max-width: none;
    padding-bottom: 5px;
    height: 72px;
  }
  header .logo-link img {
    height: 80%;
    width: auto;
    margin-top: 12px;
  }
  header ul {
    margin-top: 35px;
  }
  header #nav-menu > li {
    width: 100%;
    margin: 0;
  }
  header .menu-main-menu-container {
    display: none;
  }

  body.et_divi_builder #et_builder_outer_content .et_pb_section#top-banner h1 {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_column {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 4% !important;
    margin: 0 !important;
  }
  body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.images {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 !important;
    overflow: hidden;
  }
  body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.images .et_pb_image {
    height: auto !important;
    width: 50% !important;
    position: static;
    opacity: 1 !important;
    -webkit-animation: none;
            animation: none;
  }
  body.et_divi_builder #et_builder_outer_content .et_pb_section.image-layers .et_pb_column.images .et_pb_image img {
    width: 100%;
    height: auto;
    max-height: none;
  }

  footer #secondary {
    display: block;
  }
  footer #secondary .widget {
    padding: 0;
    text-align: center;
    margin-bottom: 2em;
  }
  footer .footer-main {
    display: block;
  }
  footer .footer-main .logo-link {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 45%;
  }
  footer .footer-main .logo-link img {
    margin: 0 auto;
  }
  footer #secondary .widget.widget_nav_menu {
    padding-left: 0;
  }

  .footer-credits {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 650px) {
  body.et_divi_builder #et_builder_outer_content .et_pb_section.checkered .et_pb_row {
    display: block;
  }
  body.et_divi_builder #et_builder_outer_content .et_pb_section.checkered .et_pb_row .et_pb_column {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  footer #secondary {
    display: block;
  }
  footer #secondary .widget {
    padding: 0;
    text-align: center;
    margin-bottom: 2em;
  }
}
.admin-bar header {
  top: 32px;
}
.admin-bar .stuck, .admin-bar .product-sticky {
  position: fixed;
  top: 130px;
  width: 100%;
  z-index: 2;
}

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