@font-face {
  font-family: "DIN-Regular";
  src: url('../fonts/DIN-Regular.eot');
  src: url('../fonts/DIN-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/DIN-Regular.woff') format('woff'),
       url('../fonts/DIN-Regular.svg') format('svg'),
       url('../fonts/DIN-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DIN-Light";
  src: url('../fonts/DIN-Light.eot');
  src: url('../fonts/DIN-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/DIN-Light.woff') format('woff'),
       url('../fonts/DIN-Light.svg') format('svg'),
       url('../fonts/DIN-Light.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN-Bold";
  src: url('../fonts/DIN-Bold.eot');
  src: url('../fonts/DIN-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DIN-Bold.woff') format('woff'),
         url('../fonts/DIN-Bold.ttf') format('truetype'),
         url('../fonts/DIN-Bold.svg#DINBold') format('svg');
  font-weight: normal;
  font-style: normal;
}


/** Mogul Framework Styles **/

/* -------------------------------------
  Normalize
  ----------------------------------- */

  article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
  audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
  audio:not([controls]) { display: none; }[hidden] { display: none; }
  html {font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-font-smoothing: antialiased;background: #1c1c1c;}
  html, button, input, select, textarea { font-family: sans-serif; color: #222; }
  body { margin: 0; font-size: 1em; line-height: 1.4; }
  ::-moz-selection { background: #2fbdff; color: #fff; text-shadow: none; }
  ::selection { background: #2fbdff; color: #fff; text-shadow: none; }
  a {color: #da2229;text-decoration: none;}
  a:visited {color: #da2229;}
  .no-touch a:hover {filter: alpha(opacity=75);opacity: 0.75;}
  a:focus { outline: none; }
  b, strong { font-weight: bold; }
  dfn { font-style: italic; }
  ins { background: #ff9; color: #000; text-decoration: none; }
  mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
  pre, code, kbd, samp {font-family: monospace, serif;_font-family: 'courier new', monospace;font-size: 1em;}
  pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
  small {font-size: 75%;}
  sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
  sup { top: -0.5em; }
  sub { bottom: -0.25em; }
  ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
  dd { margin: 0 0 0 40px; }
  nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
  img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; max-width: 100%;height:auto;}
  svg:not(:root) { overflow: hidden; }
  figure { margin: 0; }
  form { margin: 0; }
  fieldset { border: 0; margin: 0; padding: 0; }
  label {cursor: pointer;font-family: 'DIN-Bold',sans-serif;text-transform: uppercase;}
  legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
  button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
  button, input { line-height: normal; }
  button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
  button[disabled], input[disabled] { cursor: default; }
  input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
  input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
  button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
  textarea { overflow: auto; vertical-align: top; resize: vertical; }
  input:valid, textarea:valid {  }
  input:invalid, textarea:invalid { background-color: #f0dddd; }
  table { border-collapse: collapse; border-spacing: 0; }
  td { vertical-align: top; }


/* Flex layout Helpers
  ----------------------------- */
  .flex{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;box-sizing: border-box;}
  .flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap;}
  .flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items: stretch;-ms-flex-align: stretch;align-items: stretch;-ms-flex-wrap: nowrap;flex-wrap: nowrap;}
  .flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}
  .flex-grow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}
  .flex-grow-none{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;}
  .flex-shrink{-ms-flex-negative:1;flex-shrink:1;}
  .flex-shrink-none{-ms-flex-negative:0;flex-shrink:0;}
  .flex-space-between{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
  .flex-align-right{-webkit-box-align: end;-ms-flex-align: end;-ms-grid-row-align: flex-end;align-items: flex-end;}
  .flex-align-start{-webkit-box-align: end;-ms-flex-align: end;-ms-grid-row-align: flex-end;align-items: flex-end;}
  .flex-align-center{-webkit-box-align: center;-ms-flex-align: center;-ms-grid-row-align: center;align-items: center;}
  .flex-justify-center{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}

/* Helpers
  ----------------------------- */
  .hidden { display: none !important; visibility: hidden; }

/* Wrap
  --------------------------- */
  .wrap{position: relative;z-index: 2;-webkit-transition: all 0.3s ease;  -moz-transition: all 0.3s ease;  -o-transition: all 0.3s ease;  transition: all 0.3s ease;background: white;}
  .nav-open .wrap{-webkit-transform: translate(-270px, 0px);-moz-transform: translate(-270px, 0px);-o-transform: translate(-270px, 0px);-ms-transform: translate(-270px, 0px);transform: translate(-270px, 0px);box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.14);}

/* Inner
  --------------------------- */
  .inner{max-width: 1700px;padding: 0 7%;margin:0 auto;position: relative;}
  .inner-900{max-width:900px;}
  .inner-700{max-width: 700px;}
  .inner.wide{max-width: 100%;padding: 0 60px;}
  .inner.medium{max-width: 1400px;}
  .inner.thin{max-width: 1200px;}

  .single-post .intro .inner-700{
    max-width: 100%;
}
  .calculator .inner {
    text-align: center;
    padding: 60px 0px 0px;
}

/* 404
  --------------------------- */

 .page-404 .inner-700{margin:auto;text-align:center;max-width: 100%;}
 .page-404 + .content{padding:30px; text-align:center;}



/* Grid
  ------------------------ */
  *, *:after, *:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

  .col-1-1 {width: 100%;}
  .col-1-2 {width: 50%;}
  .col-1-3 {width: 33.33%;}
  .col-2-3 {width: 66.66%;}
  .col-1-4 {width: 25%;}
  .col-2-4 {width: 50%;}
  .col-3-4 {width:75%;}

  .grid.column-2{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-wrap: wrap;flex-wrap: wrap;}
  .grid.column-2 .col{width: 47%;}
  .grid.column-2 .col.inner{}
  .home-tiles .grid.column-2 .col{width: 49%;margin-bottom: 20px;}
  .grid.column-2.tight .col{width: 49%;}
  .grid.column-2.no-gutter .col{width: 50%;}

  .grid.column-3{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;flex-direction: row;}
  .grid.column-3 .col{width: 31.33%;margin-bottom: 30px;margin: 15px 1%;padding: 10px;background: white;box-shadow: 0px 6px 16px -4px rgba(0,0,0,0.2);border-radius: 3px;}
  .grid.column-3.tight .col{width: 32.33%;}
  .grid.column-3.no-gutter .col{width: 33.33%;}

  .grid.column-4{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
  .grid.column-4 .col{width: 23%;margin-bottom: 30px;padding: 10px;background: white;box-shadow: 0px 6px 16px -4px rgba(0,0,0,0.2);margin: 1%;}
  .grid.column-4.tight .col{width: 24%;}
  .grid.column-4.no-gutter .col{width: 25%;}

  .grid.column-5 .col {width: 13%;padding: 0px 20px;}
  .grid.column-5 {display: flex;flex-wrap: wrap;}

  @media screen and (max-width:1500px) {
    .grid.column-5 .col {width: 18%;}
    footer .grid.column-5 .col:last-child {width: 18% !important;}
  }

  @media screen and (max-width:1280px) {
    .grid.column-5 .col {width: 25% !important;}
    footer .grid.column-5 .col:last-child {width:100% !important;}
  }

  @media screen and (max-width:840px) {
    .home-tiles .grid.column-5 .col {width: 100%; margin-bottom: 20px;}
    .grid.column-5 .col, .footer .grid.column-5 .col:nth-child(1) {width: 33% !important;}
    footer .grid.column-5 .col:last-child {width:60% !important;}
  }

  @media screen and (max-width:560px) {
    .grid.column-5 .col, .footer .grid.column-5 .col:nth-child(1) {width: 100% !important;text-align:center}
    footer .grid.column-5 .col:last-child {width:100% !important;}
  }

  @media screen and (max-width: 1200px){
    .grid.column-2 .col, .grid.column-3 .col, .grid.column-4 .col {width: 47%;}
    .grid.column-3 .col{
    width: calc(47% - 30px);
}
    .grid.column-2.tight .col,.grid.column-3.tight .col,.grid.column-4.tight .col{width: 49%;}
    .grid.column-2.no-gutter .col,.grid.column-3.no-gutter .col,.grid.column-4.no-gutter .col{width: 50%;}
    .grid.column-3.tight .col.tile:last-child,.grid.column-3.no-gutter .col.tile:last-child{width: 49%;}
    .tiles .grid.column-4 .col {margin: 1%;margin-bottom:10px;}
  }
  @media screen and (max-width: 600px){
    .grid.column-2{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
    .grid.column-2 .col, .grid.column-2.no-gutter .col,.grid.column-2.tight .col{width:100%;margin-bottom: 20px;}
    .grid.column-2.no-gutter .col:last-child{margin: 0px;}
    .grid.column-3,.grid.column-4{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
    .grid.column-4 .col,.grid.column-4.tight .col,.grid.column-4.no-gutter .col{width:100%;}
    .grid.column-3 .col, .grid.column-3.no-gutter .col, .grid.column-3.tight .col,.grid.column-3 .col.tile:last-child, .grid.column-3.tight .col.tile:last-child, .grid.column-3.no-gutter .col.tile:last-child{width: 100%;margin: 0px;margin-bottom: 9px;}
    .grid.column-3 .col{
    box-shadow: 0px 3px 4px -2px rgba(0,0,0,0.2);
}
    .grid.column-3 .col:last-child,.grid.column-3.no-gutter .col:last-child{margin-bottom:0px;}
    .home-tiles .grid.column-2 .col{width: 100%;margin-bottom: 20px !important;}
    .tiles .grid.column-4 .col {margin:0px;margin-bottom:10px;}
  }

    @media screen and (max-width:1200px){
      .blog-tiles .grid.column-3 .col {width:30%;}
    }
     @media screen and (max-width:750px){
      .blog-tiles .grid.column-3 .col {width:48%;}
    }
     @media screen and (max-width:600px){
      .blog-tiles .grid.column-3 .col {width:100%;}
    }



/* Typography
  ------------------------ */
  body{font-size:1em;font-family: 'DIN-Light', sans-serif;line-height: 1.375em;font-weight: 100;}
  h1, h2, h3, h4, h5, h6{margin-bottom: 0.8em;text-transform: uppercase;font-family: 'DIN-Bold', sans-serif;font-weight: 100;}
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child{margin-top:0px;}

  h1{font-size: 4em;line-height: 1em;letter-spacing: 0.03em;}
  h2{font-size: 2.8em;line-height: 1.25em;margin-top: 0px;}
  h3{font-size: 1.75em;line-height: 1.25em;}
  h4{font-size: 1em;line-height: 1.22em;}
  h5{font-size: 1em;line-height: 1.22em;}
  p,li{color: #353535;line-height: 1.6em;}
  .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark li, .dark span{color: #fff;}
  h3 a, h3 a:visited {color: #222;}

  blockquote{font-size: 1.5em;line-height: 1.45833333em;border-left: 4px solid #E6E6E6;padding-left: 40px;margin-left: 0px;}
  .dark blockquote{border-left: 4px solid rgba(255, 255, 255, 0.2);}

  @media screen and (max-width: 1024px){
    h1{font-size: 3.2em;line-height: 1.125em;}
    h2{font-size: 2em; line-height: 1.25em;}
    h3{font-size: 1.5em;line-height: 1.25em;}
    h4{font-size: 1.125em; line-height: 1.22em;}
    .inner-700 {max-width:480px;}
  }
  @media screen and (max-width: 849px){
    body{line-height: 1.25em;}
    h1{/* font-size:2em; */line-height:1.25em;}
    h2{font-size: 1.6em;line-height:1.15em;}
    h3{font-size: 1.375em; line-height: 1.13em;}
    h4{font-size: 0.9em;line-height: 1.5em;}
    h5{line-height: 1.11em;}
    p,li{font-size: 14px;}
    blockquote{font-size: 1.25em; line-height: 1.25em;}
  }

/* Buttons - button groups
  --------------------------- */
  a.button{padding: 12px 22px;background-color: #da2229;color: white;font-size: 16px;display: inline-block;line-height: 1em;position: relative;text-transform: uppercase;font-family: 'DIN-Bold',sans-serif;font-weight: 100;/* letter-spacing: 0.06em; */transition: ease all 0.5s;}
  a.button:hover {transform: translatey(-5px);opacity: 1;box-shadow: 0px 4px 26px -3px rgba(0,0,0,0.67);}
  a.button.round{border-radius: 100px;}
  a.button.rounded{border-radius: 4px;}
  a.button.bg-white{background:white; color:black;}
  a.button.bg-blue{background: #007FEF;color:white;}
  a.button.bg-green{background: #00ca6e;color:white;}
  a.button.ghost{background:transparent;border: 2px solid;}
  .button-group{margin:1em 0;}
  .button-group a{margin: 0 -2px 5px 0px;}
  .button-group:last-child{margin-bottom:0;}

  a.button.small:before {border-left: 10px solid transparent;border-right: 6px solid transparent;border-bottom: 32px solid #da2229;}
  a.button.small:after { border-left: 20px solid transparent;border-right: 10px solid transparent; border-top: 31px solid #da2229;}
  a.button.small {font-size: 12px;margin: 0px;padding: 10px;}

  a.button:before {content: '';width: 0;height: 0;border-left: 10px solid transparent;border-right: 0px solid transparent;border-bottom: 40px solid #da2229;position: absolute;display: block;left: -10px;bottom:0px;height: 100%;}
  a.button:after {content: '';width: 0;height: 0;border-left: 20px solid transparent;border-right: 10px solid transparent;border-top: 40px solid #da2229;position: absolute;display: block;top: 0px;right: -10px;}



/* Icons
  --------------------------- */
  i[class*="icon"]{font-family: 'framework';cursor:pointer;}
  [class^="icon-"]:before, [class*=" icon-"]:before{display:block; line-height: inherit !important;}
  i.icon-play{position: absolute;color: white;left: 0;right: 0;margin: auto;top: 0;bottom: 0;font-size: 5.625em;width: 97px;height: 90px;line-height: 90px;cursor: pointer;}

/* Backgrounds
  --------------------------- */
  .bg-white{background:white;}
  .bg-black{background:black;}
  .bg-grey{background: #F5F5F5;}
  .bg-red {background:#da2229;}
  .bg-blue{background: rgba(0, 197, 225, 1);}
  .background-image{background-size: cover;background-position: center;position: relative;}
  .background-image:before{content:' ';display:block;position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
  .background-image.no-overlay:before{display:none;}


/* Intro
  --------------------------- */
  .intro{}
  .intro-home{background-attachment: fixed;min-height: 700px;}
  .intro-home .inner{padding: 250px 7% 175px;}
  .intro-default{background-attachment: fixed;background-position: 10% 100%;}
  .intro-default .inner{padding: 200px 7% 80px;}
  .intro-default.background-image:before {background: rgba(29, 26, 26, 0.5294117647058824);}
  .home .intro-copy{background: rgba(36, 32, 33, 0.8117647058823529);padding: 33px 50px;border-top: 5px solid #da2229;max-width: 539px;}
  .intro-copy h1, .intro-copy h2, .intro-copy h3{margin-top:0px;margin-bottom: 15px;letter-spacing: 0.005em;}
  .home .grid.column-3 {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}

  .intro.intro-plain .inner {padding: 80px 7% 0px;}
  .intro-plain .breadcrumbs li, .intro-plain .breadcrumbs li a { color: #222222;}
  .padding-top-none > .inner {padding-top: 0px !important;}



  @media screen and (max-width:1400px){
    .intro-default{background-attachment: scroll;background-position: center;}
  }

  @media screen and (max-width:880px) {
    .intro-home {min-height:500px;}
  }

  @media screen and (max-width:800px){
    .intro-home .inner{padding: 120px 7%;}
    .intro-default .inner{padding: 130px 7% 40px;}
  }

  @media screen and (max-width:768px) {
    .intro-home {background-attachment:scroll}
  }

  @media screen and (max-width:640px) {
    .home .intro-copy {padding:20px 30px;}
    .intro.intro-plain .inner {padding: 30px 5% 0px;}
    label {font-size:12px}
  }

  @media screen and (max-width:530px) {
    .intro-copy h1 {font-size: 30px;margin-bottom: 10px;}
    .intro-home {min-height:400px;}
  }

  @media screen and (max-width:400px){
    .intro-home .inner{padding: 100px 7% 25px;}
    .intro-default .inner{padding: 100px 7% 20px;}
  }

/* video background sections
  --------------------------- */
  .bg-vid-parent{height: 100vh;position: relative;z-index: 1;overflow: hidden;width: 100%;overflow-x: hidden;}
  .bg-video {display: block;position: absolute;width: 100%;z-index: -1;top: 0;left: 0;pointer-events: none;}
  .bg-video[style*="display"]{opacity:1;}
  .bg-vid-parent .inner{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
  .bg-vid-parent .inner > .intro-copy{}

  @media screen and (max-width:1099px){
    .bg-vid-parent.background-image{background-attachment:fixed !Important;}
    .touchevents .bg-vid-parent.background-image{background-attachment:scroll !Important;}
    .bg-video{display:none;}
  }



/* Tables
  --------------------------- */
  table{border-collapse:collapse;border-spacing:0;empty-cells:show;border:1px solid #cbcbcb;width: 100%;}
  table td,table th{border-left:1px solid #cbcbcb;border-width:0 0 0 1px;font-size:inherit;margin:0;overflow:visible;padding:0.5em 1em}
  table th{border-bottom:1px solid #cbcbcb;font-weight: 700;}
  table td:first-child,table th:first-child{border-left-width:0}
  table thead{background:#e0e0e0;color:#000;text-align:left;vertical-align:bottom}
  table tr:nth-child(2n-1) td{background-color:#f8f8f8}
  table td{border-bottom:1px solid #cbcbcb}

/* Dividers
  --------------------------- */
  hr {display: block;height: 1px;border: 0;border-top: 1px solid #E4E4E4;margin: 1em 0;padding: 0;}
  hr.divider{margin: 3em 0;}
  .dark hr{border-top: 1px solid rgba(255,255,255,0.2);}

/* Section header
  --------------------------- */
  .section-header{padding-bottom:1px;}
  .section-head{margin-bottom: 40px;position:relative;}
  .section-head.center{margin-left:auto;margin-right:auto;/* max-width: 760px; */text-align: center;}
  .home .section-head.center{max-width: 760px;}
  .section-head h2,.section-head h3,.section-head h4,.section-head h5{margin-top: 10px;margin-bottom: 5px;}
  .section-head.dark h2,.section-head.dark h3,.section-head.dark h4,.section-head.dark h5{color: white;}
  .section-head.center .button-group{position:relative;margin: 2em 0 0;}

  .section-head h2:after {/* content: ''; */width: 40px;height: 5px;display: block;background: #da2229;margin: auto;margin-top: 21px;}

  .layer.product-range-tax .section-head .button-group, .anchors .button-group {position: relative;left: 0px;border-bottom: 2px solid #222222;}
  .layer.product-range-tax .section-head .button-group a.button, .anchors .button-group a.button {background: none;color: #222222;padding-left: 0px;font-size: 13px;}
  .layer.product-range-tax .section-head .button-group a.button:before, .layer.product-range-tax .section-head .button-group a.button:after,
  .anchors .button-group a.button:before, .anchors .button-group a.button:after {display: none;}
  .layer.product-range-tax .section-head .button-group a.button:hover,
  .layer.product-range-tax .section-head .button-group a.button.range-active, .anchors .button-group a.button:hover, #filter_tiles .option-labels label:hover {color: #da2229;box-shadow: none;/* transform: translatey(-5px); */}
  a.button.small.demo-button {position: absolute;right: 0px;top: 4px;font-size: 13px;color: #da2229;right: 11px;}
  a.button.small.demo-button:after {content: '>';display: block;border: 0px;top: 11px;right: 31px;}
  .anchors .inner { padding-top: 30px;}
  .anchors.media a.button.small.demo-button {display: none;}
  .anchor-buttons {width: calc(100% - 170px);}


  @media screen and (min-width:650px){

    .section-head .button-group{position:absolute;right:0px;margin: 0;bottom: 0;}
  }
  @media screen and (max-width:650px){
    .range-product-tiles .inner.pad-top-60.pad-bot-60{padding: 1px 5% 30px;}
    .section-head h3,.section-head h4,.section-head h5{display:block;margin-bottom:20px;}
  }

  @media screen and (max-width:640px) {
    .layer.product-range-tax .section-head .button-group a.button, .anchors .button-group a.button, #filter_tiles .option-labels label {font-size:11px;padding: 5px !important;}
    .layer.product-range-tax .section-head .button-group, .anchors .button-group {padding-bottom:8px}
    .demo-button:after {top: 3px !important;}
    .anchor-buttons {width:100%}
    .demo-button {position: relative !important;right: 10px !important;float: right !important;margin-top: 10px !important;}
    a.button.small.demo-button {width: auto;float: none !important;text-align: left;display: inline-block !important;position: relative;top: 1px;left: 0px;}
    a.button.small.demo-button{}
  }



  .tech-specs .section-head {text-align: center;}
  .tech-specs ul.tabs { text-align: left;}
  .tech-specs ul.tabs {border-bottom: 1px solid #222;}
  .tech-specs ul.tabs li {padding: 12px 22px;color: #222222;font-size: 10px;display: inline-block;line-height: 1em;position: relative;text-transform: uppercase;font-family: 'DIN-Bold',sans-serif;font-weight: 100;letter-spacing: 0.06em;transition: ease all 0.5s;background: #d1d1d1;color: #222;margin-left: -5px;z-index: 0;}
  .tech-specs .tab-content-title, .tech-specs .tab-content-spec {display: inline-block;margin: 0px;}
  .tech-specs ul.tabs li:hover { color: #da2229;opacity: 1;}
  .tech-specs ul.tabs li.current:hover {color:#222;}
  .tech-specs .tab-content-title p { font-family: 'DIN-Bold',sans-serif;}
  .tech-specs .tab-content-title { width: 20%;}
  .tech-specs .tab-content-spec {width: 80%;margin-left: -5px;}
  .tech-specs .inner {padding-top: 40px;padding-bottom: 66px;}
  .specs-tabs {max-width: 1100px;margin: auto;}
  li.tab-link.current:before {content: '';width: 0;height: 0;border-left: 10px solid transparent;border-right: 0px solid transparent;border-bottom: 0px;position: absolute;display: block;left: -10px;bottom: 0px;border-top: 34px solid #da2229;}
  .tech-specs li.tab-link.current:after {content: '';width: 0;height: 0;border-left: 20px solid transparent;border-right: 10px solid transparent;border-bottom: 34px solid #da2229;position: absolute;display: block;top: 0px;right: -10px;}
  li.tab-link:before {content: '';width: 0;height: 0;border-left: 10px solid transparent;border-right: 0px solid transparent;border-bottom: 0px;position: absolute;display: block;left: -10px;bottom: 0px;transition: 0.5s ease all;border-top: 34px solid #d1d1d1;}
  .tech-specs li.tab-link:after {content: '';width: 0;height: 0;border-left: 20px solid transparent;border-right: 10px solid transparent;border-bottom: 34px solid #d1d1d1;position: absolute;display: block;top: 0px;right: -10px;transition: 0.5s ease all;}
  .tech-specs ul.tabs li:nth-child(1) {margin-left: 0px;}
  .tab-row { border-bottom: 1px solid #d1d1d1;}
  li.tab-link:nth-child(1):before { border: 0px;}

  @media screen and (min-width:1150px){
    .tech-specs ul.tabs li{font-size: 13px;}
    li.tab-link:before{border-top: 37px solid #d1d1d1;}
    .tech-specs li.tab-link.current:after{border-bottom: 37px solid #da2229;}
    .tech-specs li.tab-link:after{border-bottom: 37px solid #d1d1d1;}
    .tech-specs li.tab-link.current:before{border-top: 37px solid #da2229;}
  }

  @media screen and (max-width:660px) {
    .tech-specs ul.tabs{border:0px;}
    .tech-specs .tab-content-title, .tech-specs .tab-content-spec {width:100%;margin: 0px;}
    .tech-specs ul.tabs li {margin: 0 2px 5px 0px;padding: 6px 9px;}
    .tech-specs li.tab-link.current:after, .tech-specs li.tab-link:after, .tech-specs ul.tabs li:before{display:none;}
    ul.tabs li.current{}
  }

/* Single Column
  --------------------------- */
  .single-column{
}
  .single-column > .inner{padding: 60px 7% 30px;}
  .single-column.image-only .inner {max-width: 1700px;padding-bottom: 0px;margin-bottom: -22px;}

  .single-column.request-demo-form{border-top: 1px solid #e8e8e8;}
  .single-column .inner{}
  .single-column [role="form"]{margin-top:40px;}
  .single-column form{max-width:100%;text-align: left;margin: auto;display: flex;flex-wrap: wrap;}
  .single-column form textarea,.single-column form input[type="email"], .single-column form input[type="text"], .single-column form input[type="number"],.single-column form input[type="tel"],.single-column form select{width: 95%;margin-top: 7px;margin-bottom: 20px;border: 0px;background: #e4e4e4;padding: 10px;font-family: 'Din-Light';margin: 0;}
  .single-column form input[type="submit"]{width: auto;font-family: 'DIN-Bold',sans-serif;text-transform: uppercase;letter-spacing: 0.03em;font-weight: 900;background: #da2229;font-size: 14px;padding: 10px 20px;display: block;color: white;border: 0;  }
  .single-column form input[type="submit"]:hover{opacity:0.8;}
  .single-column form label{display:block;}
  .single-column form label span{display:block;margin: 0;}
  .single-column form label input + span{display:inline-block;}
  .single-column form p{margin-bottom: 10px;width: calc(50% - 4px);display: inline-block;}
  .single-column form p br{display:none;}

  .page-id-14774 .single-column form p:nth-child(6),
  .page-id-14774 .single-column form p:nth-child(7),
  .page-id-14774 .single-column form p:nth-child(8){width:100%;}

  @media screen and (max-width:400px){
    .single-column > .inner{padding: 30px 7% 20px;}
  }


/* Tabs
  --------------------------- */
  ul.tabs{margin: 0px;padding: 0px;list-style: none;background: white; text-align: center;}
  ul.tabs li{color: #505050;display: inline-block;padding: 8px 16px;cursor: pointer;font-size: 15px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
  .no-touch ul.tabs li:hover{filter: alpha(opacity=70); opacity: 0.7;}
  ul.tabs li.current{
    color: #ffffff;
    background: #da2229;
    z-index: 1;
}
  .no-touch ul.tabs li.current:hover{filter: alpha(opacity=100); opacity: 1;}
  .tab-content{display: none;}
  .tab-content.current{display: inherit;}
  .tab-content-wrap{overflow-x: auto;position: relative;}


/* Accordions
  -------------------------- */
  .accordions{}
  .accordions > .inner{
    padding: 60px 7%;
}
  .accordions .section-head{
    margin-bottom: 20px;
}
  .accordion-head {cursor: pointer;padding: 12px 62px 12px 20px;margin: 0px 0px -2px 0px;border: 2px solid #eee;      position: relative;font-size: 16px;}
  .accordion-head:hover{background: white;}
  .accordion-head:before{content: 'd';font-family: 'framework';position: absolute;right: 17px;font-size: 12px;top: 15px;}
  .accordion-head.open:before{content: 'e';}
  .accordion-body {display: none;background: rgb(255, 255, 255);padding: 5px 20px;border: 2px solid #eee;margin-bottom: 10px;}
  .accordion-body.default {display: block;}


/* Breadcrumbs
  --------------------------- */
  .breadcrumbs{margin: 0 0 10px;list-style: none;padding: 0px;}
  .breadcrumbs li{display: inline-block;margin-right: 19px;position: relative;font-size: 12px;color: rgba(255, 255, 255, 0.7);text-transform: uppercase;font-family: 'DIN-bold';letter-spacing: 0.03em;}
  .breadcrumbs.light li{ color: #757575;}
  .breadcrumbs li:before{display:block;content: 'j';position: absolute;right: -14px;font-size: 9px;font-family: 'framework';top: 0px;text-transform: lowercase;}
  .breadcrumbs li:last-child:before{display:none;}
  .breadcrumbs li a{color:white;  }
  .breadcrumbs.light li a{color: #EE4136;}


/* WP - image styles
  --------------------------- */
  img.alignright {float: right;margin: 0 0 1em 1em;max-width: 40%;}
  img.alignleft {float: left;margin: 0 30px 20px 0;max-width: 40%;}
  img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .alignright { float: right; }
  .alignleft {float: left;}
  .aligncenter { display: block; margin-left: auto; margin-right: auto; }
  .wp-caption .wp-caption-text{font-size: 12px;}
  .alignleft.wp-caption{margin: 10px 20px 10px 0px;max-width: 100%;max-width: 50%;}
  .alignright.wp-caption{margin: 10px 0px 20px 20px;}
  .wp-caption img{margin-bottom: 10px;}


/* Tiles
  --------------------------- */
  .tiles{}
  .tiles.specialists{background: #F5F5F5;}
  .tiles .inner{padding: 30px 7% 60px;}
  .grid .tile{}
  .grid .tile img{width:100%;}
  .grid .tile.shadow{overflow: visible;border-radius: 4px;position: relative;}
  .grid .tile-copy{padding: 20px 15px 10px;}
  .grid .tile-copy.transparent{background: transparent;}
  .grid .tile-copy *:first-child{margin-top:0px;}
  .grid .tile-copy.transparent{padding: 25px 0px 0px;}
  .grid .tile-copy p{font-size: 0.9em;}
  .grid.column-2 .tile img {/* border-bottom: 5px solid #da2229; */}
  .home-tiles .grid.column-2 .button-group {position: absolute;bottom: 0px;right: 0px;z-index: 999;}
  .tile-copy p:last-child{margin-bottom:0px;}
  .grid .tile-copy h4 a {color: #222222;font-size: 18px;font-weight: 900;}

  .tiles.home-tiles .inner {padding-bottom: 35px;}

  .tile-image {position: relative;}
  .home-tiles .grid.column-2 a.button.small:before {border-left: 28px solid transparent;border-right: 0px solid transparent;border-bottom: 66px solid #da2229;left: -28px;}
  .home-tiles .grid.column-2 a.button.small:after {content: '\6a' !important;border: 0px;color: white;z-index: 999;right: 39px;font-family: 'framework';text-transform: none;top: 25px;font-size: 10px;opacity: 1;}
  .home-tiles .tile-copy {position: absolute;bottom: -1px;padding: 0px;width: 100%;background: rgba(36, 32, 33, 0.81);border-bottom: 5px solid #da2229;}
  .home-tiles .grid .tile-copy h4 a {color: white;letter-spacing: 0.03em;}
  .home-tiles .grid .tile-copy h4 {padding-left: 34px;margin-top: 20px;padding-bottom: 9px;}
  .home-tiles .grid.column-2 a.button.small{padding: 25px 48px 25px 34px;font-size: 16px;margin: 0px;background-color: #da2229;color: white;position: relative;transform: none;}

  .tiles.specialists .grid{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}

  @media screen and (max-width:1420px) {
    .grid.column-2 .button-group {top:0px;margin-top: 0px;}
    .tile-image a.button:before {display:none;}
  }

  @media screen and (max-width: 1420px) {
    .home-tiles .grid.column-2 .button-group {bottom: -64px;top:auto;width:100%;text-align:right;}
    .home-tiles .grid.column-2 .col {margin-bottom:70px}
    .home-tiles .grid.column-2 a.button.small {width:100%}
    .home-tiles .grid.column-2 a.button.small:before{display:none;}
  }
  @media screen and (max-width:885px){
    .home-tiles .grid.column-2 .button-group{position: relative;bottom: unset;top: unset;}
    .home-tiles .tile-copy{position: relative;padding: 0;bottom: 0;border: 0;background: rgb(56, 48, 50);}
    .home-tiles .grid.column-2 .col{ margin: 0;}
    .home-tiles .grid .tile-copy h4{padding:0px;margin: 0;}
    .home-tiles .grid .tile-copy h4 a{display: block;padding: 15px 20px;font-size: 14px;}
    .home-tiles .grid.column-2 a.button.small:before{display:none;}
    .home-tiles .grid.column-2 a.button.small{padding: 16px 30px 16px 10px;}
    .home-tiles .grid.column-2 a.button.small:after{top: 15px;right: 21px;}
  }
  @media screen and (max-width:849px){
    .tiles .inner{padding: 20px 3% 1px;}
    .tiles.home-tiles .inner{padding-bottom: 1px;}
  }


  .column-6 .col.tile.shadow {width: 16%;padding: 15px;}
  .grid.column-6 {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
  .grid.column-6 .col .tile-copy p {margin-top: -2px;}

  .downloads.blog-tiles .col.tile.shadow img {box-shadow: 0px 6px 16px -4px rgba(0,0,0,0.3);}
  .blog-tiles.downloads .button-group.center { margin-top: -5px; margin-bottom: 40px;}
  .blog-tiles.downloads .section-head { margin-bottom: 15px;}
  .blog-tiles.specialists .section-head.center {text-align: center;margin-bottom: 40px;}
  .blog-tiles.specialists .inner {padding: 60px 7%;}


  @media screen and (max-width: 1300px) {
    .grid.column-6 .col.tile.shadow {width:25%}
    .grid.column-6 {justify-content:center;}
  }
   @media screen and (max-width: 800px) {
    .grid.column-6 .col.tile.shadow {width:33%}
  }
   @media screen and (max-width: 640px) {
    .grid.column-6 .col.tile.shadow {width:50%}
  }
  @media screen and (max-width: 350px) {
    .grid.column-6 .col.tile.shadow {width:100%}
  }



/* Cards
  --------------------------- */
  .cards{}
  .cards .inner{padding: 60px 7% 50px;}
  .grid .card{position: relative;margin-bottom: 20px;}
  .grid .card .button-group{margin:0px;}
  .card img{width: 100%;display:none;}
  .card .tile-copy{position: absolute;bottom: 0px;background: transparent;}
  .card .tile-copy a{color:white;}
  .card.background-image:before{background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 4%, rgba(0,0,0,0.65) 100%);background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 4%,rgba(0,0,0,0.65) 100%);background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 4%,rgba(0,0,0,0.65) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );}
  .card .date-meta{font-size: 12px;margin: -8px 0 -6px;display: block;}

  @media screen and (min-width:850px){
    .grid .card{min-height: 330px;margin-bottom: 20px;}
  }
  @media screen and (max-width:849px){
    .grid .card{min-height: 300px;}
    .card{min-height:0px;}
    .card img{width: 100%;}
    .cards .inner{padding: 30px 7%;}
  }
  @media screen and (max-width:600px){
    .grid .card{margin-bottom: 15px !important;}
  }
  @media screen and (max-width:460px){
    .card img{width: auto;height: 330px;}

  }


/* Alternating
  --------------------------- */
  .alternating{}
  .alternating > .inner{/* max-width: 1500px; */padding: 60px 7%;}
  .alternating .grid:not(:last-child){margin-bottom:50px;}
  .alternating img{/* height: 100%; */width: auto;}
  .alternating .map_embed{padding-bottom: 5%; overflow: hidden }
  .alternating .grid.column-2 .button-group {position: relative;padding: 0px 10px;margin-top: 39px;}

  .alternating-flex .col h2, .alternating.bg-red .col p {margin-bottom: -5px;}
  .alternating-flex .button-group {margin-top: 30px;}
  .alternating .content {padding: 2px 10px;}
  .alternating .content h4 { margin-bottom: 0px;}
  .home .alternating-flex .grid.column-2 {background: none;flex-direction: row;}

  .alternating-reversed .grid {flex-direction: row !important;}
  .alternating-reversed .inner {padding-top: 80px;}

  .alternating-flex.product-range .grid.column-2:nth-child(4), .alternating-flex.product-range .grid.column-2:nth-child(5), .alternating-flex.product-range .grid.column-2:nth-child(8) {flex-direction: row-reverse;}

  .home .alternating .grid.column-2 {background: rgba(36, 32, 33, 0.81);}
  .home .alternating .grid.column-2 .col {margin-bottom: 0px;} .home .alternating-flex > .inner {padding: 60px 7%;}

  /* Responsive video */
  .video-wrapper{position: relative;padding-bottom: 56.25%; /* 16:9 */padding-top: 25px;height: 0;}
  .video-wrapper iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

  @media screen and (max-width:1024px) {
    .alternating .content {padding: 10px 10px;}
    .alternating > .inner {padding:40px 7%}
  }

  @media screen and (max-width:440px) {
    .alternating .grid.column-2 .button-group {text-align:center;}
  }

  @media screen and (min-width:850px){
    .alternating .grid:nth-child(odd){-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
  }
  @media screen and (max-width:849px){
    .alternating > .inner{padding: 30px 7%;}
    .alternating img{margin-bottom: 10px;}
  }
  @media screen and (max-width:700px){
    .alternating .grid.column-2 .col{width:100%;}
    .alternating .content {padding-top:10px}
  }

/* Alternating - Flex
  --------------------------- */
  .alternating-flex{}
  .alternating-flex > .inner{max-width: 1700px;padding: 60px 7%;}
  .product-range-tax + .alternating-flex > .inner{padding-top:0px;}
  .alternating-flex.product-range-tax > .inner:first-child{padding-bottom: 20px;}
  .alternating-flex.product-range-tax + .alternating-flex > .inner .grid:nth-child(odd){-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}


  .alternating-flex .section-head{margin-bottom: 30px;}
  .alternating-flex .grid.column-2{-webkit-box-align: stretch;-ms-flex-align: stretch;-ms-grid-row-align: stretch;align-items: stretch;/* box-shadow: 0px 6px 16px -4px rgba(0,0,0,0.2); */background: #f5f5f5;}
  .alternating-flex .grid.column-2 > .col-text{margin-bottom:0px;padding-top: 70px !important;padding-bottom: 70px !important;}
  .alternating-flex .col-text{/* background: #f5f5f5; */padding: 80px 7% 100px;}
  .alternating-flex.product-range .grid.column-2.no-gutter .col:nth-child(odd) { width: 61%;}
  .alternating-flex.product-range .grid.column-2.no-gutter .col:nth-child(even) {width: 39%;padding: 0 4%;}
  .range-product-tiles .inner.pad-top-60.pad-bot-60 {/* padding: 0px; */padding-bottom: 60px;}
  .tile-copy a.button.small {background: none;color: #da2229;padding: 0px;}
  .tile-copy a.button.small:after, .tile-copy a.button.small:before { background: none; border: 0px;}
  .tile-copy a.button.small:hover {box-shadow: none;transform: translateY(0px);transform: translateX(-3px);}
  .tile-copy a.button.small:after {content: '>';right: 0px;top: -1px;opacity: 0;transition: 0.5s ease all;text-transform: none;font-size: 12px;}
  .alternating-flex .col.inner{padding-top:70px;padding-bottom:70px;}
  .tile-copy a.button.small:hover:after {opacity: 1;transform: translateX(5px);}

  .img-bg-swap{}
  .alternating-flex .img-bg-swap img{display: none;}

  a.popup-video{position: relative;width: 100%;height: 100%;background: rgba(45, 45, 45, 0.17);}
  a.popup-video:after {content: 'f';display: block;position: absolute;width: 100%;height: 50%;left: 0px;top: 0px;text-align: center;font-family: 'framework';font-size: 56px;color: white;}

  @media screen and (min-width:920px){
    .alternating-flex .grid:nth-child(odd){-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}

  }
  @media screen and (max-width:919px){
    .alternating-flex .grid.column-2{-webkit-box-align: baseline;-ms-flex-align: baseline;-ms-grid-row-align: baseline;align-items: baseline;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
    .alternating-flex .grid.column-2 .col{width:100%;}
    .alternating-flex .background-image.img-bg-swap{background-image:none !important;}
    .alternating-flex .img-bg-swap img{display: block;width:100%;}
    .alternating-flex .grid.column-2 .col{margin-bottom:0px;}
    .alternating-flex .grid.column-2 > .col-text{padding:30px 0px 15px 0px !important;}
    .alternating-flex .col-text{padding: 30px 0 20px;}
    .alternating-flex.product-range .grid.column-2.no-gutter .col {width:100% !important;}
    .alternating .content {padding: 10px 2%;}
  }




/* Slick slider
  --------------------------- */
  .slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
  .slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
  .slick-list:focus{outline: none;}
  .slick-list.dragging{cursor: pointer;cursor: hand;}
  .slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
  .slick-track{position: relative;top: 0;left: 0;display: block;}
  .slick-track:before,.slick-track:after{display: table;content: '';}
  .slick-track:after{clear: both;}
  .slick-loading .slick-track{visibility: hidden;}
  .slick-slide{/* display: none; */float: left;height: 100%;min-height: 1px;outline: none;}
  .slick-slide.vheight-70{height:70vh;}
  [dir='rtl'] .slick-slide{float: right;}
  .slick-slide img{display: block;}
  .slick-slide.slick-loading img{display: none;}
  .slick-slide.dragging img{pointer-events: none;}
  .slick-initialized .slick-slide{/* display: block; */}
  .slick-loading .slick-slide{visibility: hidden;}
  .slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
  .slick-arrow.slick-hidden {display: none;}

  /* Dots */
  .slick-dots{position: absolute;bottom: 40px;z-index: 9;width:100%;text-align:center;margin:0px;padding:0px;}
  .slick-dots button{background: rgba(255, 255, 255, 0.35);}
  .slick-dots li{font-size:0px;display:inline-block;margin: 0 2px;}
  .slick-dots button{border: 0px;width: 13px;height: 16px;display: block;padding: 0px;outline: none;transform: skewX(-20deg);}
  .slick-dots li.slick-active{}
  .slick-dots li.slick-active button{background: #ffffff;}
  .slick-dotted.slick-slider { margin-bottom: 0px; padding-bottom: 0px;}

  @media screen and (max-width:450px){
    .slick-dots button{}
  }

  /* Arrows */
  .slick-prev,
  .slick-next{font-size: 0;line-height: 0;position: absolute;top: 50%;display: block;width: 20px;height: 20px;margin-top: -10px;padding: 0;cursor: pointer;color: transparent;border: none;outline: none;background: transparent;z-index: 1;}
  .slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color: transparent;outline: none;background: transparent;}
  .slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity: 1;}
  .slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity: .25;}
  .slick-prev:before,.slick-next:before{font-size: 26px;line-height: 1;opacity: .75;color: white;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-family: framework;}
  .slick-prev{left: 25px;}
  [dir='rtl'] .slick-prev{right: -25px;left: auto;}
  .slick-prev:before{content: '<';font-family: 'DIN-BOld';}
  [dir='rtl'] .slick-prev:before{content: '>';}
  .slick-next{right: 29px;}
  [dir='rtl'] .slick-next{right: auto;left: -25px;}
  .slick-next:before{content: '>';font-family: 'DIN-Bold',sans-serif;}
  [dir='rtl'] .slick-next:before{content: '<';}

  @media screen and (max-width:1024px){
    .slick-prev, .slick-next{display:none !important;}
  }

  /* Dark slick */
  .slick-dark .slick-dots{bottom: -39px;}
  .slick-dark .slick-dots button{background: rgba(0, 0, 0, 0.25);}
  .slick-dark .slick-dots li.slick-active button{background: #da2229;}
  .slick-dark .slick-prev{left: -50px;}
  .slick-dark .slick-next{right: -50px;}
  .slick-dark .slick-next:before, .slick-dark .slick-prev:before{color: black;}




/* Blog filter bar
  --------------------------- */
  .blog-filter {background: #FFF;margin-bottom: 30px;overflow: hidden;}
  .blog-filter ul {text-align: left;margin: 0;padding: 10px 10px 10px 0px;}
  .blog-filter li {display:inline-block;margin: 10px 20px 0px 0px;font-family: 'DIN-Bold',sans-serif;text-transform: uppercase;text-align: left;}

  .blog-filter .level-1 {margin-bottom: -1px;}
  .blog-filter .level-1 a {padding: 0 0 5px 0;color: #222;}
  .blog-filter .level-1 a:after { content:"+"; padding-left:5px; }
  .blog-filter .level-1 a.open:after { content:"-"; }
  .blog-filter .level-1 ul { border-bottom: 2px solid #222;}

  .blog-filter .level-2 li { font-size:14px; margin:10px; }
  .blog-filter a:hover { opacity:0.8; }
  .blog-filter a span {display:inline-block;font-size: 11px;padding:2px 4px;min-width:21px;height:21px;background: #da2229;color: white;line-height: 15px;font-family: 'DIN-Bold',sans-serif;margin-left: 9px;text-align: center;}


  .blog-tiles .tile-copy a.button.small:before {display: none;}
  span.date-meta {font-size: 11px;}
  .blog-tiles .tile-copy h4 {margin-bottom: -3px;}
  .blog-tiles .col.tile.shadow {/* margin: 0px; */margin-bottom: 30px;}
  .blog-tiles .button-group.center {text-align: center;}

  .content.blog .inner { padding-bottom: 60px;}
  .content.blog .tile-copy a.button.small {display: block; margin-top: 20px;width: 73px;}
  .content.blog h5.date-meta {font-size: 11px;margin-top: -8px;}

  .grid.column-6 .col .tile-copy p { margin-top: -2px;}
  .blog-tiles .section-head {margin-bottom: 9px;text-align: left;}



  .single-post .intro.intro-plain .inner{max-width: 1200px;}
  .single-post .intro + .blog-filter .inner{max-width: 1200px;}
  .single-post .intro + .blog-filter + .content.blog .inner{max-width: 1200px;}

  .navigation{margin:20px 0px;border-top: 1px solid #eee;padding-top: 30px;margin-top: 40px;}
  .navigation span{font-family: 'DIN-Bold',sans-serif;}

/* Comments
  --------------------------- */

  .comments-wrapper .navigation{display:none;}
  ol.commentlist {list-style:none;margin:0 0 1em;padding: 20px 0 0;text-indent:0;}
  ol.commentlist li { }
  ol.commentlist li.alt { }
  ol.commentlist li.bypostauthor {}
  ol.commentlist li.byuser {}
  ol.commentlist li.comment-author-admin {}
  ol.commentlist li.comment {padding:1em;border: 1px solid #eee;}
  ol.commentlist li.comment div.comment-author {}
  ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
  ol.commentlist li.comment div.vcard cite.fn a.url {}
  ol.commentlist li.comment div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
  ol.commentlist li.comment div.vcard img.avatar-32 {}
  ol.commentlist li.comment div.vcard img.photo {}
  ol.commentlist li.comment div.vcard span.says {}
  ol.commentlist li.comment div.commentmetadata {}
  ol.commentlist li.comment div.comment-meta { font-size:9px; }
  ol.commentlist li.comment div.comment-meta a { color:#ccc; }
  ol.commentlist li.comment p {margin:0 0 1em;font-size: 14px;}
  ol.commentlist li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
  ol.commentlist li.comment div.reply { font-size:11px; }
  ol.commentlist li.comment div.reply a { font-weight:bold; }
  ol.commentlist li.comment ul.children {list-style:none;margin:1em 0 0;text-indent:0;padding-left: 0px;}
  ol.commentlist li.comment ul.children li {}
  ol.commentlist li.comment ul.children li.alt {}
  ol.commentlist li.comment ul.children li.bypostauthor {}
  ol.commentlist li.comment ul.children li.byuser {}
  ol.commentlist li.comment ul.children li.comment {}
  ol.commentlist li.comment ul.children li.comment-author-admin {}
  ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #eee;margin:0 0 .25em .25em;}
  ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
  ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
  ol.commentlist li.comment ul.children li.depth-5 {}
  ol.commentlist li.comment ul.children li.odd {}
  ol.commentlist li.even { background:#fff; }
  ol.commentlist li.odd { background:#f6f6f6; }
  ol.commentlist li.parent {border-left: 5px solid #eee;}
  ol.commentlist li.thread-alt { }
  ol.commentlist li.thread-even {}
  ol.commentlist li.thread-odd {}

  .comments-wrapper{/* border:1px solid #eee; *//* padding:20px; */margin:20px 0px;/* background: #f5f5f5; */}
  #comments{}
  h2.comments-title{font-size: 15px;}
  .comment-list{padding: 0;}
  .comment-list ol.children{padding:0;margin:10px 0px 0px;}
  .comment-list li{list-style: none;box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.31),0px 2px 15px -2px rgba(0, 0, 0, 0.1);padding: 20px;margin-bottom: 13px;border-radius: 3px;background: white;}
  .comment-author{font-weight: 700;font-family: 'DIN-Bold', sans-serif;font-size: 13px;}
  .comment-author img{border-radius:30px;width:33px;margin-right: 9px;}
  .comment-meta{font-size:12px;margin-left: 45px;margin-top: -9px;}
  .reply a{font-family: 'DIN-Bold', sans-serif;}
  .comment-respond{margin-top:30px;}

  #commentform textarea, #commentform input {background: #e8e8e8;border: 0px;font-size: 12px;padding: 10px 10px;width: 100%;}

  #commentform input[type="submit"]{width: auto;font-family: 'DIN-Bold',sans-serif;text-transform: uppercase;letter-spacing: 0.03em;font-weight: 900;background: #da2229;font-size: 14px;padding: 10px 20px;display: block;color: white;}
  #commentform input[type="submit"]:hover{opacity:0.8;}
  p.comment-form-url { display:none; }

  @media screen and (max-width:600px){
    .comments-wrapper{background: transparent;padding: 0;border: 0px;}
  }


/* Search page
  --------------------------- */
  body.search{}
  body.search article{display:block;float: none;width: 100%;border-bottom: 1px solid #dadada;background: white;padding: 0px 0px 30px 0px;margin: 0px 0px 30px 0px;}
  body.search article:last-child{border:0px;}
  body.search article a.button.small{color: #da2229;background: transparent;padding: 0;}
  body.search article a.button.small:before,
  body.search article a.button.small:after{display:none;}
  body.search article h3{margin:0px;font-size: 18px;}
  body.search article h5.date-meta{margin:5px 0px 0px;font-size: 11px;}
  body.search article p{margin: 10px 0px 0px;font-size: 13px;}
  body.search article img{width: 80px;float: left;margin-right:10px;}
  .load-more-wrapper{margin:10px 0px;}

  body.search .intro input{width: calc(100% - 40px);border-radius: 30px;border: 1px solid #d4d4d4;font-size: 18px;padding: 10px 20px;outline: none;}
  body.search .intro input:focus{border-color:#da232a;}

  body.search .content.search{padding-bottom:20px;padding-top: 30px;}


  @media screen and (max-width:450px){
    body.search article h3{line-height:1.3em;}
    body.search article p{font-size:11px;}
  }

  .header-search input[type="search"] {border: 0px;padding: 7PX 12PX;border-radius: 39px;font-size: 12px;font-family: 'DIN-Light';width: 112%;}
  .header-search input[type="search"]::placeholder { color: black;font-size: 12px;font-family: 'DIN-Light';font-weight:100}
  .header-search input[type="search"]:focus { outline: 0px;}

.ui-autocomplete{
font-size: 0.8em;
max-width: 197px;
border: 0px;
display: none;
width: 198px;
padding:0px;border-radius:4px;
}
.ui-autocomplete li{
border: none !important;
border-bottom: 1px solid #e2e2e2 !important;
padding: 8px 5px !important;
font-size: 12px;
cursor:pointer;
}
.ui-autocomplete li:hover{opacity:0.76;}
.ui-autocomplete li:last-child{border-bottom:none !important; }

  @media screen and (max-width:430px) {
    .header-search input[type="search"] {display:none;}
    #header .icon-search {color:white !important; font-size:16px !important;}
    #header a.main-logo {max-width: 165px !important;top: 2px !important;}
  }

/* Footer
  --------------------------- */
  .footer{background-color: #1c1c1c;}
  .footer .inner{padding: 60px 7% 20px;}
  .footer .social i{color: #ff262e;font-size: 21px;display: inline-block;margin: 0 13px 0px 0;}
  .footer .social a:hover{opacity:1;}
  .footer .social a:hover i{color:white;}

  .footer-meta{border-top: 1px solid rgba(255, 255, 255, 0.11);margin-top: 30px;font-size: 12px;padding-top: 18px;}
  .footer .footer_meta_text {display: inline-block;}
   footer ul {list-style: none;padding: 0px;}
   footer .grid.column-4 .col:nth-child(1) h4 { display: none;}
   footer .grid.column-4 .col:nth-child(1) p {margin-top: -7px;}

   footer p, footer a {font-size: 13px;}
   footer .grid.column-5 .col:nth-child(1) {width: 25% !important;}
   footer .grid.column-5 .col:last-child {width: 33%;}
   footer .col input {width: 100%;border: 0px;padding: 10px;font-size: 11px;background: #ffffff30;color: white;margin-bottom: 6px;max-width: 500px;margin-top: 0px;font-family: 'DIN-Bold',sans-serif;text-transform: uppercase;}
   footer .col input[type="submit"] {width: auto;font-family: 'DIN-Bold',sans-serif;text-transform: uppercase;letter-spacing: 0.03em;font-weight: 900;background: #da2229;font-size: 14px;padding: 10px 20px;display: block;}
   footer .col input::placeholder {color: white;}
   footer img {width: 100%;}
   #mc-embedded-subscribe{margin:0 !important;}


/* Slick - Gallery slider
  ------------------------------------ */
  .gallery-slider img{height: 400px;}
  .gallery-slider .slick-dots{bottom: 16px;}

  @media screen and (max-width:1024px){
  	.gallery-slider img{height: 300px;}
  }
  @media screen and (max-width:760px){
  	.gallery-slider img{height: 200px;}
  }
  @media screen and (max-width:450px){
  	.gallery-slider img{height: 110px;}
  	.gallery-slider .slick-dots{position: relative;bottom: 0px;background: #3a3a3a;padding-bottom: 10px;}
  }


/* Zoom gallery
	----------------------- */
  .mfp-figure figcaption{position: absolute;width: 100%;height: 100%;bottom: 0;}
  .mfp-figure .mfp-bottom-bar{padding: 14px;background: transparent;}
  .mfp-bottom-bar .mfp-counter{bottom: 23px;right: 0px;}
  .mfp-title .author img.avatar{width: 30px;left: -40px;top: -5px;}
  .mfp-title .author .name{color: white;font-size: 12px;}
  .mfp-title .author .username, .mfp-title .author .time{color: rgba(255, 255, 255, 0.5);}

  .image-source-link {color: #98C3D1;}
  .mfp-with-zoom .mfp-container,
  .mfp-with-zoom.mfp-bg,
  .mfp-animated-image{opacity: 0;	-webkit-backface-visibility: hidden;-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
  .mfp-with-zoom.mfp-ready .mfp-container {opacity: 1;}
  .mfp-with-zoom.mfp-ready.mfp-bg {opacity: 0.9;}
  .mfp-with-zoom.mfp-removing .mfp-container,
  .mfp-with-zoom.mfp-removing.mfp-bg {opacity: 0;}
  .mfp-ready .mfp-animated-image{opacity: 1;}

  .mfp-wrap .mfp-arrow{height: auto;width: auto;margin: -26px 0 0 0;}
  .mfp-arrow:before{display:none;}
  .mfp-arrow-right:after, .mfp-arrow-left:after{font-family: framework;font-size: 40px;color: white;width: 50px;height: 50px;display: block;line-height: 46px;position: relative;border: 0px;margin: 0px;}
  .mfp-wrap .mfp-arrow-right{right: 15px;}
  .mfp-wrap .mfp-arrow-left{left: 15px;}

  .mfp-arrow.mfp-arrow-right:after{content: 'j';}
  .mfp-arrow.mfp-arrow-left:after{content: 'i';}

  @media screen and (max-width:450px){
    .mfp-arrow-right:after, .mfp-arrow-left:after{font-size: 20px;}
    .mfp-wrap .mfp-arrow-right{right: 5px;}
    .mfp-wrap .mfp-arrow-left{left: 5px;}
  }

/* Gallery - thumbnail */
  .gallery-thumbnails{}
  .gallery-thumbnails .inner{padding:60px 7%}
  .gallery-thumbnails .grid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
  .gallery-thumbnails .gallery-thumbnail-image{width: 20%;}
  .gallery-thumbnail-image{display: block;margin-top: 0px;text-align: center;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;overflow: hidden;background-size: cover;background-position: center;}
  .no-touch .gallery-thumbnail-image:hover,.gallery-thumbnail-image:hover{-webkit-transform: scale(0.94);-moz-transform: scale(0.94);-o-transform: scale(0.94);-ms-transform: scale(0.94);transform: scale(0.94);filter: alpha(opacity=100);opacity: 1;}

  .gallery-thumbnail-image img{width: 100%;}
  .gallery-thumbnail-image img.image-bg{ position: absolute;}
  .gallery-thumbnail-image img.image-spacer{border: 0px solid #ecf1f7;}
  @media screen and (max-width:450px){
    .gallery-thumbnails .gallery-thumbnail-image{ width: 25%; }
  }

   /* Gallery columns */
  .gallery-columns{}
  .gallery-columns .inner{max-width: 1300px;padding: 60px 7%;}
  .gallery-columns .section-head{margin-bottom: 20px;}
  .gallery-columns .grid{-webkit-columns: 3 220px;-moz-columns: 3 220px;columns: 3 220px;}
  .gallery-columns .grid > a{display:block;}
  .gallery-columns .grid > a img{width:100%;display: block;border-bottom: 10px solid rgba(255, 255, 255, 0);}

  @media screen and (max-width:600px){
    .gallery-columns .inner{padding: 30px 7%;}
    .gallery-columns .grid{-webkit-columns: 2 50px;-moz-columns: 2 50px;columns: 2 50px;}
  }


/* Content slider
  --------------------------- */
  .content-slider{}
  .content-slider > .inner{padding: 50px 7% 90px;}
  .content-slider .section-head{margin-bottom: 55px;text-align: center;}
  .content-slider .grid{margin:0;}
  .content-slider .col.text {padding: 80px 0px 80px 80px;margin-right: 0px;}
  .content-slider .slide.slick-slide.slick-current.slick-active {/* opacity: 1; */}
  .content-slider .slide.slick-slide {/* opacity: 0; */transition: 0.1s ease all;margin-left: 1px;}

  .content-slider img {width: 100%;}
  .content-slider .grid.column-2 .col:nth-child(odd) {width: 60%;}
  .content-slider .grid.column-2 .col:nth-child(even) {width: 40%;}
  .content-slider .col.text:before {content: '';width: 39px;height: 50px;display: block;position: relative;background: url('../img/quote.svg');background-size: 100%;background-repeat: no-repeat;margin-bottom: 17px;}

  .img-vid-slider .slide.slick-slide {/* height: 350px; */}
  .img-vid-slider .slide.slick-slide img {width: 100%;object-fit: cover;height: 100%;}
  .img-vid-slider .inner {padding-top: 50px;padding-bottom: 80px;}
  .img-vid-slider-wrap{background:black;}

  @media screen and (min-width:1061px) and (max-width:1300px){
    .content-slider .col.text{
    padding: 80px 0px 20px 80px;
}
  }
  @media screen and (max-width:1060px) {
    .content-slider .grid.column-2 .col {width:100% !Important;}
    .content-slider .col.text {
    padding: 20px 2% 0px;
}

@media screen and (max-width:640px) {

  .img-vid-slider .inner {padding-top:10px;margin-top: 15px;}
  .content-slider > .inner{padding: 20px 7% 60px;}
  .section-head {margin-bottom:15px !important;;}
}

  }


/* Logo strip
----------------------------- */
  .logo-strip{border-top:1px solid #eee;}
  .logo-strip img{max-width: 163px;}
  .logo-strip .inner {text-align: center;padding: 30px 7% 50px;}
  @media screen and (max-width: 400px){
      .logo-strip img{max-width: 98px;margin: 7px 10px;}
  }


/* Testimonials
  --------------------------- */
  .testimonials{}
  .testimonials .inner{padding: 60px 7%;}
  .testimonial .author{font-size: 12px;}
  .testimonial img{width: 90px;border-radius: 100px;height: 90px;}
  .testimonials .slick-dots{position: relative;bottom: 0;margin: 15px 0 0 0;}
  .testimonials .slick-dots button{background: rgba(0, 0, 0, 0.2);}
  .testimonials .slick-dots li.slick-active button{background: #222222;}
  .testimonials .slick-slide{padding: 0 20px;}

  @media screen and (min-width:600px){
    .testimonial p{font-size: 20px;}
  }
  @media screen and (max-width:600px){
    .testimonials .inner{padding: 30px 7%;}
  }


/* Search
  --------------------------- */
  .search-form{position: relative; display: none;width: 100%;background: #F3F3F3;left: 0;right: 0;margin: 0px;border-top: 0px;z-index: 1;}
  .screen-reader-text {clip: rect(1px,1px,1px,1px);position: absolute!important;height: 1px;width: 1px;overflow: hidden;}
  .search-form input{border: 0;color: rgba(0, 0, 0, 0.96);font-size: 2em;height: auto;padding: 20px;margin: 0;width: calc(100% - 240px);outline: 0;box-sizing: border-box;background-color: transparent;font-weight:normal;text-align: right;}
  .search-form input[type="submit"]{display: none;}
  .search-form small{position: absolute;top: calc(39%);right: 30px;color: rgb(113, 113, 113);font-size: 12px;}
  .search-form small a{color: white;background-color: #000000;display: inline-block;padding: 2px 11px;border-radius: 30px;margin-left: 7px;}
  .no-touchevents header .icon-search:hover{filter: alpha(opacity=60);  opacity: 0.6;}

  @media screen and (max-width:1300px){
    .search-form input{font-size: 1.8em;}
  }
  @media screen and (max-width:520px){
    .search-form input{font-size: 22px;width: 100%;text-align: center;}
    .search-form small{position: relative;top: initial;display: block;padding: 0px 20px 20px;right: 0px;font-size: 12px;text-align: center;}
  }

/* Mobile nav
  --------------------------- */
  .mobile-nav{width: 270px;position: absolute;z-index: 1;right: 0px;}
  .mobile-nav .icon-close{color: white;padding: 33px 29px 12px;display: inline-block;font-size: 19px;cursor: pointer;}
  .no-touch .mobile-nav .icon-close:hover{filter: alpha(opacity=60);  opacity: 0.6;}
  .mobile-nav ul{padding-top: 20px;}
  .mobile-nav li{border-bottom: 1px solid rgba(255, 255, 255, 0.1);font-size: 14px;text-transform: uppercase;font-family: 'DIN-Bold',sans-serif;letter-spacing: 0.03em;}
  .mobile-nav li.current_page_item a,
  .mobile-nav li.current_page_parent a,
  .mobile-nav li.current_page_ancestor a{color: white;background: #da2229;}
  .mobile-nav li a{color: rgb(255, 255, 255);display: block;padding: 10px 22px;}
  .mobile-nav ul ul.sub-menu{padding: 0;padding-left: 10px;}
  .mobile-nav ul ul.sub-menu li{}
  .mobile-nav ul ul.sub-menu li a{}


/* Header
  --------------------------- */
  #header{/* padding: 0 10px 0 20px; */position: relative;/* height: 86px; */}
  #header.transparent{position: absolute;z-index: 1;width: 100%;background: rgba(36, 32, 33, 0.8117647058823529);z-index: 3333 !Important;}
  #header a.main-logo{margin: 0;float: left;font-size: 0px;line-height: 0px;color: transparent;display: block;width: 297px;height: 61px;background-image: url('../img/farmchief-logo-horz.svg');background-size: 100%;background-repeat: no-repeat;position: relative;margin: 13px 34px 0px 24px;}
  .header-inner{position: relative;float: right;background: #da2229;padding: 19px;}
  .header-inner:before {content: '';width: 0;height: 0;border-left: 20px solid transparent;border-right: 10px solid transparent;border-bottom: 84px solid #da2229;position: absolute;display: block;left: -20px;bottom: 0px;}
  .header-inner nav{float: right;}
  .header-inner nav > ul{padding: 0;}
  .header-inner > nav > ul > li{display: inline-block;margin-right: 25px;font-size: 14px;}
  #header nav li.current_page_item a,
  #header nav li.current_page_parent a,
  #header nav li.current_page_ancestor a{color: #000000;font-weight: 700;}
  #header.transparent nav li.current_page_item a,
  #header.transparent nav li.current_page_parent a,
  #header.transparent nav li.current_page_ancestor a{color: #771417;}
  #header.transparent nav li li.current_page_parent a{color: rgba(255, 255, 255, 0.62);font-weight:400;}
  #header.transparent nav li.current_page_item ul li a,
  #header.transparent nav li.current_page_parent ul li a,
  #header.transparent nav li.current_page_ancestor ul li a{color: #ffffff;font-weight: 400;}
  #header.transparent nav li.current_page_parent ul li.current_page_item a,
  #header.transparent nav li.current_page_ancestor ul li.current_page_item a{color: #771417;}
  #header.transparent nav li.current_page_item a:after, #header.transparent nav li.current_page_parent a:after, #header.transparent nav li.current_page_ancestor a:after{border-top-color: #761417;}
  #header.transparent nav li.current_page_parent ul li a, #header.transparent nav li.current_page_ancestor ul li a{color: white;}
  #header.transparent nav li.current_page_parent ul li.current-menu-item a, #header.transparent nav li.current_page_ancestor ul li.current-menu-item a{
    color: rgba(255, 255, 255, 0.62);
}


  #header .header-inner > nav > ul > li:last-child {font-size: 16px;}

  .header-inner nav a{color: #fff;font-family: 'DIN-Bold', sans-serif;text-transform: uppercase;letter-spacing: 0.06em;position: relative;}
  .header-inner ul.sub-menu li:last-child a {border-bottom: 0px;}
  .transparent .header-inner nav a{color: #fff;}
  #header [class*="icon"]{font-size: 20px;padding: 12px;float: right;color: white;}
  #header.transparent [class*="icon"]{color: #da2229;}
  #header .icon-search{
    font-size: 14px;
}
  #header .icon-nav{display:none;}
  #header img.xero{width: 120px;float: right;margin-right: 19px;}

  @media screen and (max-width:1400px) {
    #header .header-inner > nav > ul > li:last-child {display:none;}
  }

  @media screen and (max-width:1260px ) {
    .header-inner > nav > ul > li {font-size:12px;}
  }

  @media screen and (max-width:1200px){
    .header-inner nav{display:none;}
    #header .icon-nav{display:block;color: white !important;padding-right: 0px;padding-left: 25px;}
  }

  @media screen and (max-width:768px) {
     #header.transparent {position:absolute !important;}
  }

  @media screen and (max-width:530px) {
    #header a.main-logo {max-width:140px;background-image: url('../img/farmchief-logo.svg');top: 5px;}
  }


  /* Header - Dropdown */
  .header-inner li.menu-item-has-children > a:after {content: ' ';position: relative;margin: 0px 0 0 6px;border-top: 5px solid #888888;border-left: 4px solid transparent;border-right: 4px solid transparent;display: inline-block;width: 8px;top: -2.5px;}
  .transparent .header-inner li.menu-item-has-children > a:after {border-top-color:white;}
  .header-inner li.menu-item-has-children {position: relative;display: inline-block;}
  .sub-menu li:last-child {border: 0px;}
  .header-inner ul.sub-menu{position: absolute;min-width: 217px;transition: all 0.3s ease;pointer-events: none;opacity: 0;z-index: 10;padding-top: 30px;}
  .header-inner li.menu-item-has-children:hover ul.sub-menu{pointer-events: all;  opacity: 1; }
  ul.sub-menu li {display: block;letter-spacing: 0;margin: 0;font-weight: 400;padding: 0;background: rgba(0, 0, 0, 0.7098039215686275);}
  .header-inner li.menu-item-has-children:hover ul.sub-menu li {display: block;background-color: rgba(0, 0, 0, 0.7098039215686275);}
  .header-inner ul.sub-menu li a {color: white;display: block;padding: 7px 17px;font-family: 'DIN-Light';font-weight: 100;font-size: 12px;border-bottom: 1px solid grey;}


/* Tiles Slider
  -------------- */
  .tiles-slider{}
  .tile-slider{}


  /* Columns */
  .columns{}
  .columns > .inner{padding: 60px 7% 40px;}

  .pricing-columns .grid {}
  .pricing-column {padding-bottom: 4em;position: relative;padding: 2em;border: 1px solid #dedede;}
  .pricing-column.selected {border-color: #000;z-index: 1;-moz-box-shadow: 0px 0px 0px 10px #FFF;padding: 2em;}
  .pricing-column.selected:after { content:"Most popular"; text-transform:uppercase; text-align:center; display:inline-block; background: #000; padding: 0.6em 1.2em; font-size: 10px; color: #FFF;position: absolute;right: 0em;top: 0;font-weight: 700;letter-spacing: 0.15em; }
  .pricing-column-header { text-align:center; }
  .pricing-column .button-group{text-align:center;}
  p.price { font-size: 2.0em; font-weight: 700;}
  p.price sup { font-size:0.5em; top:-0.65em; }
  .outro { padding: 2em 50% 4em 2em; }

  .horizontal .pricing-column {width:100% !Important;text-align:left;padding-bottom: 2em;margin-left: 0px !Important;margin-right: 0px !Important;}
  .horizontal .pricing-column-header { float:left; width:30%;text-align:left; }
  .horizontal .pricing-column-content { float:left; width:70%; padding: 1.8em 0 0 3em; }

  @media screen and (max-width:650px){
    .horizontal .pricing-column-header, .pricing-column-header { width:100%; text-align:center; }
    .horizontal .pricing-column-price, .pricing-column-price { width:100%; text-align:center; }
    .horizontal .pricing-column-content, .pricing-column-content { clear:both; width:100%; padding:0; }
  }
  @media screen and (max-width:600px){
    .columns > .inner{padding: 30px 7%;}
  }

/* CTA
  --------------------------- */
  .cta{background-size: cover;background-attachment: fixed;position: relative;}
  .cta:before {content: '';width: 100%;height: 100%;top: 0px;display: block;background: rgba(33, 33, 33, 0.6);position: absolute;}
  .cta .section-head.center {max-width: 660px;margin-bottom: 20px;}
  .cta > .inner{padding:60px 7%;}

  @media screen and (max-width:1250px){
    .cta{background-attachment:scroll;background-position:center;}
  }


  @media screen and (max-width:600px){
    .cta > .inner{padding: 30px 7%;}
  }

  @media screen and (min-width:640px){
    .product-template-default a.button{font-size: 24px;padding: 20px 40px;white-space: nowrap;}
    .product-template-default a.button.small.demo-button{font-size: 18px;padding: 13px 41px 14px 20px;background: #da2229;color: white;right: 0 !important;    top: 0;}
    .product-template-default a.button:before{border-bottom: 64px solid #da2229;left: -10px;border-left: 10px solid transparent;}
    .product-template-default a.button:after{border-top: 64px solid #da2229;}
  }
  @media screen and (max-width:639px){
    .product-template-default a.button.small.demo-button{font-size: 15px;padding: 7px 27px 8px 11px !important;background: #da2229;color: white;position: relative !important;top: 0;/* margin-left: 5px; */}
    .product-template-default a.button.small.demo-button:after{right: 21px;top: 6px !important;font-size: 13px;}
  }

/* Popup
  --------------------------- */

  html.popup-open, html.popup-open body { overflow:hidden !important; }

  .popup {background-color: rgba(8, 34, 53, 0.7);position: fixed;width: 100%;height: 100%;z-index: 99999;top: 0;left: 0;overflow-x: hidden;text-align: center;}
  .popup-inner {padding: 80px;height: auto;width: inherit;}
  .popup-content-wrapper {display: inline-block;position: relative;z-index: 2;background: #FFF;max-width: 700px;text-align: left;padding: 20px;-webkit-box-shadow: 0px 2px 50px rgba(8, 37, 60, 0.42);-moz-box-shadow: 0px 2px 50px rgba(8, 37, 60, 0.42);box-shadow: 0px 2px 50px rgba(8, 37, 60, 0.42);}
  .popup .button-overlay { position:absolute; width:100%; height:100%; top:0; left:0; display:block; color:transparent; }
  .popup .button-overlay span { display:none; }

  .popup .button-x {position:absolute;top: -20px;right: -20px;text-decoration:none;line-height: 40px;width:40px;height:40px;display:inline-block;text-align:center;background: #000;border-radius: 100px;color: #FFF;text-align:center;-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;transition: all 0.25s ease-in-out;}
  .popup .button-x span { display:none; }

  @media screen and (min-width:700px){
    .popup-content-wrapper {min-width: 300px;}
  }
  @media screen and (max-width:600px){
    .popup-inner{ padding: 11px;}
    .popup .button-x{ top: -6px;right: -7px; }
    .popup-content-wrapper { padding:30px; }
    .popup-content-wrapper { font-size:12px; }
  }


/* Products Intro
  --------------------------- */
  .mobile-show{ display:none; }
  .product-copy{ margin-bottom: 35px;}
  .product-showcase-slider{margin-bottom: 9px;margin-top: 74px;}
  .product-showcase-slider img{}
  .product-nav-slider{margin-bottom: 74px !important;}
  .product-nav-slider img{padding: 6px;opacity: 0.4;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";}
  .product-nav-slider img.slick-current{opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
  .product-nav-slider .slick-next{right: -35px;}
  .product-nav-slider .slick-next:before{color: #adadad;}
  .product-nav-slider .slick-prev{left: -40px;}
  .product-nav-slider .slick-prev:before{color: #adadad;}
  .product-nav-slider .slick-dots{bottom: -28px;}
  .product-nav-slider .slick-dots button{background: rgba(0, 0, 0, 0.13);}
  .product-nav-slider .slick-dots li.slick-active button{background: #828282;}

  .single-product .intro-default .button-group{
    margin-top: 30px;
}
  .single-product .intro-default .button-group a.button.small{font-size: 16px;padding: 13px 14px;margin-right: 22px;margin-bottom: 4px;}
  .single-product .intro-default .button-group a.button.small:before{border-left: 10px solid transparent;border-right: 0px solid transparent;border-bottom: 40px solid #da2229;}
  .single-product .intro-default .button-group a.button.small:after{border-left: 20px solid transparent;border-right: 10px solid transparent;border-top: 40px solid #da2229;}





  @media screen and (max-width:1100px){
    .mobile-show{/* display:block */}
    .mobile-hide{display:none;  }
    .product-details .grid.column-2{margin:0px;}
    .product-details .grid.column-2 .col{width:100%;margin: 0;}
    .product-showcase-slider{margin-top:30px;}
  }
  @media screen and (max-width:650px){
    .product-copy p{font-size: 13px;line-height:1.6em;}
    .product-option label{width: 100%;}
    .product-option select{width: 100%;}
    .product-showcase-slider{margin-bottom:5px;}
    .product-nav-slider img{padding: 2px;}
  }


/* Filtering
  -------------- */
  .filtering{overflow:hidden;}
  #filter_tiles{margin-bottom: 20px;}
  #filter_tiles #mix-filters .name-label { display:inline-block; min-width:80px; margin-right:10px;}
  #filter_tiles .option-labels { display:inline-block;}
  #filter_tiles .option-labels input[type="radio"], #filter_tiles .option-labels input[type="checkbox"] { display:none;}
  #filter_tiles .option-labels label{color: #222;display: inline-block;line-height: 1em;position: relative;border: 0;padding: 9px 20px;margin-bottom: 10px;outline: none;margin: 0px 2px 5px 0px;background: none !important;font-family: 'DIN-Bold',sans-serif;text-transform: uppercase;padding-left: 0px;transition: 0.5s ease all;font-size: 13px;}
  #filter_tiles .option-labels label.active{background-color: #717171;color: #da2229;}
  #filter_tiles #filter-container .fail-message{ text-align: center; width:100%; padding:20px; -webkit-transition: 150ms; -moz-transition: 150ms; transition: 150ms; display:none;}
  #filter_tiles #filter-container .fail-message span{ display: inline-block; vertical-align: middle; font-size: 20px; font-weight: 700;}
  #filter_tiles #filter-container.no-results .fail-message{ display:block;}
  #filter_tiles #filter-container {width:100%;clear: both;min-height: 100px;display: block;justify-content: flex-start;margin: 0 -10px;}
  #filter_tiles .controls.select .filter-group { display:block; float:left; min-width:15%; }
  #filter_tiles .controls.select .filter-group select { display:none;}
  #filter_tiles .controls.radio .controls.filter-group {
    border-bottom: 2px solid #222;
}
  #filter_tiles .controls.checkbox .filter-group { }
  #filter_tiles #filter-load-more {display:block;width:200px;/* background-color: rgb(255, 255, 255); *//* padding:10px; */text-align:center;margin:2em auto;}

  @media screen and (max-width:640px) {
    #filter_tiles .option-labels {padding-top:25px}
  }

  @media screen and (min-width:1800px) {
    #filter_tiles #filter-container {display:flex;}
  }
   @media screen and (max-width: 1200px) {
    #filter_tiles #filter-container .col {width: 33.3%;margin-top: 30px;padding: 0 10px;}
  }
   @media screen and (max-width: 520px) {
    #filter_tiles #filter-container .col {width: 50%;margin: 0 0 15px;}
  }
  @media screen and (max-width: 380px) {
    #filter_tiles #filter-container{margin:0px;}
    #filter_tiles #filter-container .col {width: 100%;margin: 0 0 15px;}
  }



  /* Filtering sidebar */
  #filter_tiles.filtering-sidebar {}
  #filter_tiles.filtering-sidebar .controls.select .filter-group { display:block; float:none; padding-bottom:20px; }

  .tiles.filtering .name-label {display: none;}
  .filtering .controls.radio {margin-bottom: 30px;}
  .tiles.filtering .inner.left {padding-top: 0px;}
  .tiles.filtering .grid .col {/* position: relative !important; *//* left: auto !important; *//* top: auto !important; *//* float: left; *//* margin: 10px 0px; *//* clear: both; */width: calc(33.33% - 32px);}
  .tiles.filtering .grid.column-6 .col {width: 16.6%;margin-top: 20px;padding: 0 10px;}
  .tiles.filtering .grid.column-6 .col p {margin-top: -15px;}


/* Blog Filtering
  -------------- */

  #filter_tiles.blog .filter-labels { text-align:center;}
  #filter_tiles.blog .filter-labels a { padding:5px; border:1px solid #eaeaea; display:inline-block; margin:0 10px;}

  #filter_tiles.blog .filter-groups { text-align:center; padding:10px 0; min-height:60px;}
  #filter_tiles.blog .filter-groups .filter-group { width:100%; padding:10px 0; }

  #filter_tiles.blog .filter-labels a:after { content: "+"; padding:0 5px; }
  #filter_tiles.blog .filter-labels a.open:after { content: "-"; }


/* Select2
  --------------------------- */
  .select2-container {margin-right: 10px;}
  .select2-container--default {z-index:20; background-color: #f5f5f5;border: 1px solid #eaeaea; border-radius:5px; padding: 10px;color: #182b43;text-transform: uppercase;font-size: 12px;letter-spacing: 0.06em;font-weight: 700;}
  .select2-container--default .select2-selection--single {}
  .select2-container--default .select2-selection--single {border-radius: 0px !important; background-color: #f5f5f5 !important;border: 0px !important;height: 40px !important; position:relative;}
  .select2-container .select2-selection--single .select2-selection__rendered {text-transform: uppercase;font-size: 13px;letter-spacing: 0.06em;line-height: 31px !important;border: 0px !important;outline: none !important; position:relative; padding-right: 17px;}
  .select2-container--default:hover { cursor: pointer; }
  .select2-container .select2-selection--single .select2-selection__rendered:focus {outline: transparent !important;}

  .select2-container--default .select2-selection--single .select2-selection__arrow {height: 26px;position: absolute;top: -7px;right: -5px;width: 20px;  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {border-color: #888 transparent transparent transparent;border-style: solid;border-width: 5px 4px 0 4px;height: 0;left: 50%;margin-left: -4px;margin-top: -2px;position: absolute;top: 50%;width: 0;  }

  .select2-container--default .select2-selection--single:focus {outline-color: transparent;}
  .select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #ddd !important;}
  .select2-dropdown {border-color: #7cbb42;}
  .select2-container--default .select2-search--dropdown .select2-search__field {border: 0px;background-color: #fff; padding:10px; margin-bottom:5px;}

  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {border-bottom: 1px solid #7cbb42 !important;}
  .select2-container--default .select2-results__option[aria-selected=true] {background-color: whitesmoke;color: #182b43;}
  .select2-container--default .select2-results__options { list-style-type:none; padding:0; margin:0;}
  .select2-container--default .select2-results__options li { margin:0; padding:10px;}

  .select2-hidden-accessible { display:none;}

  @media screen and (max-width: 900px) {
    .controls {width:100% !important;display:block;float:left}

  }
    @media screen and (max-width: 600px) {
    .select2-container {width:100% !important;margin-bottom:10px !important}

  }

/*  Wizard
     --------------------------- */

     .page-template-template-wizard .intro-copy.center {width: 100%;max-width: 100%;text-align: center;}
     .page-template-template-wizard .intro-plain .inner {padding-bottom: 70px;border-bottom: 1px solid #d1d1d1;}
     .page-template-template-wizard .intro-plain .inner p { max-width: 600px; margin: auto;}
     .wizard .inner {text-align: center;padding-top: 20px;}
     .grid.column-5.wizard-options {justify-content: center;padding-bottom: 90px;}
     .grid.column-5.wizard-options .col {width: 19%;border-left: 1px solid #d1d1d1;position: relative;}
     .grid.column-5.wizard-options .col:nth-child(1) {border: 0px;}
     [data-wiz-question="3"] .grid.column-5.wizard-options .col img {padding: 17px;}
     .grid.column-5.wizard-options .col{opacity: 0.5;transition: 0.2s ease all;}
     .grid.column-5.wizard-options .col:hover,.grid.column-5.wizard-options .col.selected{opacity: 1;}
     .wizard-image-container { margin: 10px 10px 0px 10px; position: relative;}
     .wizard-tiles h2 {text-align: center;}
     .tiles.wizard-tiles .inner {padding: 70px 7% 70px;}
     .wizard-tiles .wizard-image-container { margin: 0px;}
     .wizard-row h2 { margin-bottom: -8px;}
     .soil .wizard-image-container.icon-tile img {max-height: 100px;margin-top: 14px;}
     .page-template-template-wizard .intro-plain .inner {padding: 100px 7% 60px;margin-bottom: 40px;max-width: 1500px;}

     .wizard-image-container.icon-tile {margin: 0px 40px 24px;}
     .wizard-image-container.icon-tile a,
     .wizard-image-container a{opacity: 1 !important;}
     .grid.column-6 .col.tile.wizard-option {width: 16%; border-left: 1px solid #d1d1d1;position: relative; padding: 0px 20px; margin-bottom: 60px;}
     .grid.column-6 .col.tile.wizard-option:nth-child(1) { border-left: 0px;}

     .grid.column-5.wizard-options .col.selected .wizard-image-container:before {content:' ';width: 100%;height: 100%;display: block;position: absolute;background: rgba(0, 0, 0, 0.50);}
     .grid.column-5.wizard-options .col.selected .wizard-image-container:after {content: 'p';display: block;position: absolute;width: 100%;top: 42%;color: white;font-family: 'framework';font-size: 46px;}

     .single-column.request-demo-form .inner.thin {max-width: 1700px !important;text-align: center;}
     .form-row {display: inline-block;width: 49%;text-align: left;}
     input[type="text"],
     input[type="email"] {width: 95%;margin-top: 7px;margin-bottom: 20px;border: 0px;background: #e4e4e4;padding: 10px;font-family: 'Din-Light';}
     .request-demo-form input[type="radio"]:nth-child(4) {margin-left: 10px;}
     .single-column.request-demo-form .inner.thin p a {margin-top: 20px;}
     input[type="submit"]{
    font-family: 'DIN-Bold',sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 900;
    background: #da2229;
    font-size: 14px;
    padding: 10px 20px;
    display: block;
    color: white;
    border: 0;
}

     @media screen and (max-width:1280px) {
       .grid.column-5.wizard-options .col:nth-child(5) {border:0px;}
     }

     @media screen and (max-width:1280px) {
       .grid.column-5.wizard-options .col:nth-child(4) {border-left: 1px solid #d1d1d1;}
       .grid.column-5.wizard-options .col:nth-child(5) {border:0px}
     }

     @media screen and (max-width:840px) {
       .grid.column-5.wizard-options .col:nth-child(4) {border-left: 0px;}
       .grid.column-5.wizard-options .col:nth-child(5) {border-left: 1px solid #d1d1d1;}
     }


     @media screen and (max-width:640px) {
       .form-row {width: 100%;}
     }

     @media screen and (max-width:560px) {
       .grid.column-5.wizard-options .col {border-left:0px !important;border-bottom:1px solid #d1d1d1 !important;padding-bottom:20px;padding-top:20px}
       .grid.column-5.wizard-options .col:last-child {border:0px !important;}
     }

     .wizard-tile-content.grid.column-3 { display:block; width:100%;}

     .wizard-tile-content .slick-dots { bottom:0; }
     .wizard-tile-content .slick-dots button {
        background: #ccc;
     }

    .wizard-tile-content .slick-dots li.slick-active button {
        background-color: #999;
    }

     #ajax-product-loading { text-align:center; padding:20px;}

     .spinner {
       margin: 20px auto;
       width: 50px;
       height: 40px;
       text-align: center;
       font-size: 10px;
     }

     .spinner > div {
       background-color: #da2229;
       height: 100%;
       width: 6px;
       display: inline-block;

       -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
       animation: sk-stretchdelay 1.2s infinite ease-in-out;
     }

     .spinner .rect2 {
       -webkit-animation-delay: -1.1s;
       animation-delay: -1.1s;
     }

     .spinner .rect3 {
       -webkit-animation-delay: -1.0s;
       animation-delay: -1.0s;
     }

     .spinner .rect4 {
       -webkit-animation-delay: -0.9s;
       animation-delay: -0.9s;
     }

     .spinner .rect5 {
       -webkit-animation-delay: -0.8s;
       animation-delay: -0.8s;
     }

     @-webkit-keyframes sk-stretchdelay {
       0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
       20% { -webkit-transform: scaleY(1.0) }
     }

     @keyframes sk-stretchdelay {
       0%, 40%, 100% {
         transform: scaleY(0.4);
         -webkit-transform: scaleY(0.4);
       }  20% {
         transform: scaleY(1.0);
         -webkit-transform: scaleY(1.0);
       }
     }


/* Woocommerce overides
  --------------------------- */
  .woocommerce-result-count{display:none;}
  .price,.price p{display: block;font-size: 20px;font-weight: 700;}
  .shop_table{margin-bottom: 40px;text-align: left;border: 0px;empty-cells: show;}
  .shop_table thead{}
  .cart-collaterals .shop_table{background: white;}
  .shop_table th{border: 0px;}
  .shop_table th.product-price, .shop_table th.product-name{text-align: left;}
  .shop_table th.product-quantity, .shop_table th.product-subtotal, .shop_table td.product-quantity, .shop_table td.product-subtotal{/* display:none; */}
  .shop_table tr{}
  .shop_table td{font-size: 13px;vertical-align: middle;color: #656565;border: 0px;}
  .cart-collaterals .shop_table td,.cart-collaterals .shop_table th,
  .woocommerce-checkout-review-order-table{background:white;border: 1px solid #f0efed;}
  .woocommerce-checkout-review-order-table td,.woocommerce-checkout-review-order-table th{border: 1px solid #f0efed;}
  .shop_table td.actions{padding: 20px 0px;}
  .shop_table tr:nth-child(2n-1) td.actions{padding:20px;}
  .shop_table td.product-quantity input{width:100%;}
  .content .shop_table img{margin: 0px;width: 70px;}
  .product-remove{}
  .product-remove a{color: #c5573d;font-size: 30px;margin: 0px;padding: 0px;}
  .coupon{display:inline-block;}
  .coupon label{display:inline-block;}
  .coupon input{background: white;}
  .wc-proceed-to-checkout{text-align:right;}
  .woocommerce-message, .woocommerce-info,.woocommerce-billing-fields{background: white;margin-bottom: 30px;/* border-radius: 4px; *//* box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); */padding: 20px;}
  .woocommerce-billing-fields{max-width: 530px;margin: auto auto 40px;}
  .woocommerce-message a.button{margin-right:20px;padding: 7px 15px;font-size: 12px;box-shadow: none;text-transform: capitalize;letter-spacing: 0px;}
  .woocommerce-billing-fields input{width:100%;}

  .woocommerce-error{background: #fff;border-radius: 4px;/* box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); */padding: 13px 24px 13px;margin: 0 0 10px;list-style: none;}
  .woocommerce-error li{color: #c5573d;    font-size: 20px;}

  .woocommerce-checkout-payment{}
  .woocommerce-checkout-payment ul{background:white;padding: 0px;}
  .woocommerce-checkout-payment li{list-style:none;border-bottom:1px solid #eee;padding: 26px 5% 20px;}
  .woocommerce-checkout-payment li:last-child{border:0px;}
  .woocommerce-checkout-payment li label{display:inline-block}

  #customer_details{}
  #customer_details .col-1{width: 100%;float: none;}
  #customer_details .col-2{display: none;}

  @media screen and (min-width:1200px){
    .cart_totals{max-width: 50%;margin-left: 50%;text-align: right;}
    .cart_totals .shop_table{text-align:right;}
  }
  @media screen and (max-width:768px){
    .woocommerce-message, .woocommerce-info,.woocommerce-billing-fields{text-align: center;font-size: 14px;}
    .woocommerce-message a.button{display: block;margin: 0 auto 16px;max-width: 140px;}

    .cart thead{display:none;}
    .shop_table td.actions{padding: 20px 0px;}
    .cart .product-thumbnail,.product-subtotal  {display:none;}
    .coupon{width: 100%;text-align: center;}
    .coupon label{display: block;margin-bottom: 7px;}
    .coupon input, .coupon input[type="submit"], form input[disabled], .wc-proceed-to-checkout a.button{width: 100%;margin-bottom: 10px;text-align: center;}
  }
  @media screen and (max-width:500px){
    .cart td{padding: 9px 7px;font-size: 11px;line-height: 1.2em;}
    .shop_table td.product-quantity input{padding:3px 2px ;}
    .shop_table td.actions{padding: 10px 0px;}
  }


/* Portal
--------------------------- */
   .portal .tab-content .inner{padding: 60px 0 30px;}
  .login-wrap{padding:50px 7%;max-width: 970px;margin: auto;}
  .login-form{background: white;padding: 13px 5%;max-width: 400px;box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.16);margin: auto;}
  .login-form form#loginform{}
  .login-form form#loginform p{position: relative;}
  .login-form > p{text-align:center;font-size:14px;color: #9c9c9c;}
  .form-wrap{background:white;padding: 32px 35px;max-width: 688px;}
  .login-form form#loginform p label, .form-wrap label{display: block;font-size: 14px;font-weight: 700;margin-bottom: 2px;color: #545454;}
  .login-form form#loginform p.login-remember label{font-weight: 400;color: #9c9c9c;}
  .login-form form#loginform p.login-remember label input{}
  .login-form form#loginform p input[type="text"],
  .login-form form#loginform p input[type="password"],
  .form-wrap input[type="text"],.form-wrap input[type="email"],
  .form-wrap textarea,
  .form-wrap input[type="password"] {background-color: rgb(255, 255, 255);border: none;color: #616161 !important;padding: 14px 16px;font-family: inherit;width: 100%;border: 1px solid #e0e0e0;font-size: 16px;border-radius: 2px;}
  .wp-editor-wrap{border: 1px solid #e0e0e0;padding: 0px;}
  .wp-editor-tools{padding:10px;}
  .form-wrap input[type="text"],
  .form-wrap input[type="email"],
  .form-wrap input[type="password"],
  .form-wrap textarea{margin-bottom:20px;}
  .login-form form#loginform p input[type="submit"],
  .form-wrap input[type="submit"]{background-color: #898989;color: white;padding: 13px 20px;border-radius: 3px;border: 0px;font-size: 13px;width: 100%;}
  .form-wrap input[type="submit"]{width:auto;min-width:160px}
  .no-touch .login-form form#loginform p input[type="submit"]:hover,
  .no-touch .form-wrap input[type="submit"]:hover{opacity:0.7;}
  .form-wrap .button-group{margin:10px 0 0;}
  form input[type="checkbox"]{position: absolute;opacity: 0;width: 20px;height: 20px;margin-top: 6px;z-index: 1;cursor: pointer;}
  form input[type="checkbox"]:focus + label:before{border: 2px solid #a6c8ff;}
  form input[type="checkbox"] + label:before {content: '';margin-right: 10px;display: inline-block;vertical-align: text-top;width: 20px;height: 20px;background: #ffffff;border: 1px solid #dadada;font-size: 16px;border-radius: 2px;position: relative;top: 0px;}
  form input[type="checkbox"]:checked + label:before{background: #898989;border-color: #898989;}
  form input[type="checkbox"] + label:after{content: '';display:block;position:absolute;font-family: 'framework';top: 1px;left: 3px;}
  form input[type="checkbox"]:checked + label:after{content: 'p';color: white;}
  input[type="radio"]{margin-right: 8px;/* transform: scale(1.4); *//* margin-bottom: 13px; */margin-left: 0;}

  ul#menu-portal-menu{margin: 0px;padding: 0px;list-style: none;background: white; text-align: center;}
  ul#menu-portal-menu li{color: #505050;display: inline-block;padding: 8px 16px;cursor: pointer;border-radius: 2px 2px 0px 0px;font-size: 15px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
  ul#menu-portal-menu li a {color: #888; }
  .no-touch ul#menu-portal-menu li:hover{filter: alpha(opacity=70); opacity: 0.7;}
  ul#menu-portal-menu li.current-menu-item{border-bottom: 2px solid #15CD52;}
  .no-touch ul#menu-portal-menu li.current-menu-item:hover{filter: alpha(opacity=100); opacity: 1;}

  @media screen and (max-width:400px){
    .login-wrap{padding: 0px;}
    .login-form{box-shadow: none;}
    .login-form form#loginform p input[type="text"], .login-form form#loginform p input[type="password"]{padding: 11px 14px;}
  }





/* Spec table */
.spec-table-wrap{margin:30px 0px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;border-top:1px solid black;min-width: 944px;}
.spec-table-wrap > .tab-row{display: -webkit-box;display: -ms-flexbox;display: flex;border: 1px solid black;border-top: 0px;position: relative;}
.spec-table-wrap > .tab-row > .tab-content-spec{text-align: center;/* width: 11.111111%; */margin: 0;border-right: 1px solid black;font-family: 'DIN-Bold',sans-serif;}
.spec-table-wrap > .tab-row > .tab-content-spec:last-child{border-right:0px;}
.spec-table-wrap > .tab-row > .tab-content-spec p{font-size: 12px;padding: 0px 3px;}
.spec-table-wrap > .tab-row > .tab-content-spec:first-child p{}
.spec-table-wrap > .tab-row > .tab-content-spec img{max-width: 70%;}
.spec-table-wrap > .tab-row:first-child > .tab-content-spec{background:#da232a;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.spec-table-wrap > .tab-row:first-child > .tab-content-spec p{color:white;font-family: 'DIN-Bold',sans-serif;}
.spec-table-wrap > .tab-row > .tab-content-spec:first-child{background: #d1d1d1;}
.spec-table-wrap > .tab-row:first-child > .tab-content-spec:first-child{background:#da232a;}

@media screen and (max-width:980px){
  .spec-table-wrap > .tab-row:first-child{background: #da232b;}
  .spec-table-wrap > .tab-row > .tab-content-spec{background:white;width:11.11%;}
  .spec-table-wrap > .tab-row > .tab-content-spec:last-child{}
  .spec-table-wrap > .tab-row > .tab-content-spec:first-child{
    position: sticky;
    left: 0px;
    width: 100px;
}
.spec-table-wrap > .tab-row:first-child > .tab-content-spec:first-child{box-shadow: none;}
}



.calculator{}
.calculator iframe{
    max-width: 90%;
}

  /* Email gate */
  [id*="emailgatediv"] {background-color:#fff;max-width: 90%;margin:0 auto;padding: 30px 40px 40px;position:relative;width: 440px;}
  [id*="emailgatediv"] h3:first-child { margin-top:0;padding-right:40px;}
  [id*="emailgatediv"] p { margin-bottom:0; }
  [id*="emailgatediv"] h5 { margin-top:0;font-weight:400;}
  [id*="emailgatediv"] p label{width: 100%;display: block;}
  [id*="emailgatediv"] p label input{width: 100%;}
  [id*="emailgatediv"] p label br{display: none;}
  [id*="emailgatediv"] p label span{display: block;width: 100%;}
  [id*="emailgatediv"] .g-recaptcha > div{max-width:100%;overflow:hidden;/* border-right: 1px solid #e4e4e4; */}
  #emailgate-download{}
  #emailgate-download h3:first-child{padding-right:40px;}
  #emailgate-download .download{background: #efefef;display: block;padding: 24px;}
  .mfp-close i.mdi{pointer-events:none;}
  #emailgate-download .download img{max-height: 200px;display: block;margin: auto;}
  #emailgate-download .download.button{font-size: 13px; width: 100%;text-align: center;background: #da2229;padding: 20px;}
  #emailgate-download .download.button:before,
  #emailgate-download .download.button:after{display:none;}
  @media screen and (max-width:600px){
    [id*="emailgatediv"]{padding: 20px;max-width: 96%;}
  }
/* Print Styles
  --------------------------- */

  @media print,
     (-o-min-device-pixel-ratio: 5/4),
     (-webkit-min-device-pixel-ratio: 1.25),
     (min-resolution: 120dpi) {

  }
  @media print {
    * {background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    a, a:visited {text-decoration: underline; }
    a[href]:after {content: " (" attr(href) ")"; }
    abbr[title]:after {content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote {border: 1px solid #999; page-break-inside: avoid; }
    thead {display: table-header-group;}
    tr, img {page-break-inside: avoid;}
    img {max-width: 100% !important;}
    @page {margin: 0.5cm;}
    p, h2, h3 {orphans: 3; widows: 3;}
    h2, h3 {page-break-after: avoid;}
  }

  /* Download brochure form */
.your-number input[type="tel"] {
  	width: 100%;
    margin-top: 7px;
    margin-bottom: 20px;
    border: 0px;
    background: #e4e4e4;
    padding: 10px;
    font-family: 'Din-Light';
    margin: 0;
}

.layer.used-gear-specs {    }
.layer.used-gear-specs .section-head { text-align:center;}
.layer.used-gear-specs .description p { margin-top:0; margin-bottom:1.5em; line-height:2em;}
.layer.used-gear-specs .inner { max-width: 1400px; }
.layer.used-gear-specs .grid.column-2 { align-items:initial;}
.layer.used-gear-specs .grid .col.specs { }
.layer.used-gear-specs .specs-row { padding:0; display:flex; flex-wrap:wrap; width:100%; border-bottom:1px solid #000;  font-family: 'DIN-Bold',sans-serif; font-size:12px; border-left:1px solid #000; border-right:1px solid #000; }
.layer.used-gear-specs .specs-row:first-of-type { border-top:1px solid #000; }
.layer.used-gear-specs .specs-row .label, .layer.used-gear-specs .specs-row .value { padding:10px;}
.layer.used-gear-specs .specs-row .label {width:30%; font-weight:bold; background: #da232a; color:#fff;border-right:1px solid #000;}
.layer.used-gear-specs .specs-row .value {width:70%;}

.cta-signup input[type="text"], .cta-signup input[type="email"] { width:100%; }
