/*
Theme Name: DF Seeds 2021
Author: Haberman (Jesse Ross)
Author URI: https://modernstorytellers.com/
*/

/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}*/

body {
  color: #545454;
  font-family: calibri,sans-serif;
  font-style: normal;
  font-weight: 400;
}

a {
  color: #00853E;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.25s;
}

a:hover {
/*  color: #ED7D41;*/
  color: #13983C;
  text-decoration: underline;
}

p {
  font-weight: normal;
}

p a {
  font-weight: bold;
}

.ls-add {
  background-image: url("img/add.png");
  background-size: 18px 18px;
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  position: relative;
  top: 4px;
  width: 18px;
}

.ls-add-or-download {
  display: inline-block; 
  margin-left: 50px; 
  position: relative; 
  top: -8px;
}

.ls-arrow {
  background-image: url("img/arrow.png");
  background-size: 18px 18px;
  display: inline-block;
  height: 18px;
  width: 18px;
}

.ls-arrow-back {
  background-image: url("img/arrow-back.png");
  background-size: 26px 11px;
  display: inline-block;
  height: 11px;
  margin-right: 5px;
  width: 26px;
}

.ls-arrow-straight {
  background-image: url("img/arrow-straight.png");
  background-size: 26px 11px;
  display: inline-block;
  height: 11px;
  width: 26px;
}

.ls-arrow-straight.white {
  background-image: url("img/arrow-straight-white.png");
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.ls-bkgnd-gray {
  background-color: #F7F6F4 !important;
}

.ls-bkgnd-gray_dark {
  background-color: #F0EFED !important;
}

.ls-bkgnd-green {
  background-color: #00853E !important;
}

.ls-bkgnd-blue {
  background-color: #00539B !important;
}

.ls-bkgnd-yellow {
  background-color: #FFD204 !important;
}

.ls-bkgnd-transparent {
  background-color: transparent !important;
}

.ls-bkgnd-white {
  background-color: #fff !important;
}

.ls-block {
  
}

#content > .ls-block:first-of-type {
  margin-top: 130px;
}
@media (max-width: 991px) {
  #content > .ls-block:first-of-type  {
    margin-top: 80px;
  }
}

.home #content > .ls-block:first-of-type {
  margin-top: 0;
}
@media (max-width: 991px) {
  .home #content > .ls-block:first-of-type  {
    margin-top: 0;
  }
}

.ls-block--article {
  padding-bottom: 100px;
  padding-top: 100px;
}

.ls-block--article a {
  color: #FFD204;
}

.ls-block--bio {
  border-bottom: 1px solid #707070;
  padding-top: 100px;
}

.ls-block--breadcrumb {
  margin-top: 130px;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .ls-block--breadcrumb {
    margin-top: 80px;
  }
}

.ls-block--copyright {
  padding: 30px 0;
}

.ls-block--copyright p {
  margin-bottom: 0;
  margin-left: 100px;
}

.ls-block--field {
  margin-bottom: -160px;
  padding-bottom: 200px;
  padding-top: 80px;
}

.ls-block--find {
  margin-bottom: -80px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

.ls-block--footer {
  padding-bottom: 20px;
  padding-top: 50px;
  position: relative;
}

.ls-block--find + .ls-block--footer {
  padding-top: 150px;
}

.ls-block--footer .col-lg-7 {
  padding: 0;
  position: relative;
}

.ls-block--footer .container-fluid {
  position: relative;
  z-index: 2;
}

.ls-block--guide {
  margin-bottom: -50px;
  position: relative;
  top: -50px;
}

@media (min-width: 768px) {
  .ls-block--guide .col-md-6 {
    padding: 0 !important;
  }
}

.ls-block--hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 10px solid #FFD204;
  padding-top: 250px;
}

.ls-block--hero--slim {
/*  margin-top: 130px;*/
  min-height: 200px;
}

.ls-block--hero--slim-breadcrumb {
  margin-top: 0 !important;
}

/*@media (max-width: 991px) {
  .ls-block--hero--slim {
    margin-top: 80px;
  }
}*/

.ls-block--icons {
  padding: 50px 50px 100px 50px;
}

.ls-block--news {
  margin-bottom: 80px;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .ls-block--news {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.ls-block--news_grid {
  margin-bottom: 80px;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .ls-block--news_grid {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.ls-block--product {
  margin-bottom: 60px;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .ls-block--product {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.ls-block--push .row {
  padding-top: 140px;
}

.ls-block--split {
  margin-bottom: 80px;
  margin-top: 80px;
  position: relative;
}

.ls-block--split .ls-split-img {
  border-radius: 20px;
}

@media (max-width: 767px) {
  .ls-block--split .ls-split-img {
    border-radius: 20px;
    margin-bottom: 30px;
  }
}

.ls-block--split .ls-split-text-holder {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  margin-left: 100px;
  margin-right: 100px;
}

@media (max-width: 1199px) {
  .ls-block--split .ls-split-text-holder {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (max-width: 767px) {
  .ls-block--split .ls-split-text-holder {
    margin-left: 0;
    margin-right: 0;
  }
}

.ls-block--subhero {
  padding-bottom: 80px;
  padding-top: 80px;
}

@media (max-width: 767px) {
  .ls-block--subhero {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.ls-block--subnav {
  padding-bottom: 20px;
  padding-top: 20px;
}

.ls-block--text {
  padding-bottom: 80px;
  padding-top: 80px;
}

@media (max-width: 767px) {
  .ls-block--text {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.ls-block--timeline {
  position: relative;
}

.ls-block--video {
  margin-bottom: 50px;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .ls-block--video--container {
    padding: 0;
  }
}

.ls-btn {
  appearance: none;
  -webkit-appearance: none;
  background-color: #00853E;
  border-width: 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: 'Courier Prime', monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.25px;
  padding: 14px 20px 10px 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.25s;
}

.ls-btn:hover {
  background-color: #13983C;
  color: #fff;
  text-decoration: none;
}

.ls-btn .ls-arrow {
  margin-left: 5px;
  margin-top: -4px;
  position: relative;
  vertical-align: middle;
}

.ls-btn_block {
  appearance: none;
  -webkit-appearance: none;
  background-color: #F7F6F4;
  border: 1px solid #CBCBCB;
  display: inline-block;
  font-family: 'Courier Prime', monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.25px;
  padding: 14px 20px 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.25s;
}

.ls-btn_block:hover {
  border-color: #00853E;
  text-decoration: none;
}

.ls-btn_block .ls-arrow-straight {
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.ls-btn_block--full {
  margin-bottom: 20px;
  width: 100%;
}

.ls-btn--large {
  background-color: #00853E;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 20px 40px;
  transition: background-color 0.25s;
}

.ls-btn--large:hover {
  background-color: #13983C;
  color: #fff;
  text-decoration: none;
}

.ls-card {
  border: 1px solid transparent;
  border-radius: 10px;
  margin-bottom: 40px;
  transition: border 0.25s;
  width: 100%;
}

.ls-card:hover {
  border: 1px solid #00853E;
}

.ls-card-img {
  border-radius: 10px 10px 0 0;
}

.ls-card-link,
.ls-card-link:hover {
  background-color: #F7F6F4;
  border-radius: 10px;
  color: #545454;
  display: block;
  text-decoration: none;
}

.ls-card-text {
  border-radius: 0 0 10px 10px;
  padding: 20px;
}

.ls-download {
  background-image: url("img/download.png");
  background-size: 18px 18px;
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  position: relative;
  top: 4px;
  width: 18px;
}

.ls-find {
  background-color: #215732;
  background-image: url("img/find.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 50px;
}

.ls-find .ls-h1 {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.ls-footer-form,
.ls-sidebar-form {
  position: relative;
}

.ls-footer-form-input,
.ls-sidebar-form-input {
  border-radius: 20px;
  border: 1px solid #CBCBCB;
  padding: 5px 40px 5px 15px;
  width: 100%;
}

.ls-footer-form-submit,
.ls-sidebar-form-submit {
  appearance: none;
  background-color: transparent;
  background-image: url("img/arrow-hover.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border: none;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 9px;
  width: 18px;
  -webkit-appearance: none;
}

.ls-footer-location {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ls-footer-location {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.ls-footer-locations {
  margin-bottom: 30px;
  margin-top: 30px;
}

.ls-footer-segment {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 30%;
}
@media (max-width: 991px) {
  .ls-footer-segment {
    height: 53%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ls-footer-segment {
    height: 53%;
  }
}

.ls-guide-img {
  background-image: url("img/guide-preview.jpg");
  background-position: center center;
  background-size: cover;
  border-radius: 20px 0 0 20px;
  height: 100%;
}
@media (max-width: 767px) {
  .ls-guide-img {
    border-radius: 20px 20px 0 0;
  }
}

.ls-guide-text {
  
}

.ls-guide-text-wrapper {
  border-radius: 0 20px 20px 0;
  padding: 50px;
}
@media (max-width: 767px) {
  .ls-guide-text-wrapper {
    border-radius: 0 0 20px 20px;
  }
}

.ls-h1, .ls-h2, .ls-h3, .ls-h4, .ls-h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
/*  margin-bottom: 30px;*/
  text-transform: uppercase;
}

.ls-h1 {
  font-size: 36px;
}

.ls-h2 {
  font-size: 32px;
}

.ls-h3 {
  font-size: 24px;
}

.ls-h4 {
  font-size: 18px;
}

.ls-h5 {
  font-family: 'Courier Prime', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.25px;
}

.ls-h6 {
  font-family: 'Courier Prime', monospace;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.25px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.ls-h6-thin {
  font-weight: normal;
}

.ls-hero-tab {
  display: inline-block;
  padding: 10px 20px 0 20px;
}

.ls-hero-text {
  bottom: -10px;
  padding: 50px 50px 20px 50px;
  position: relative;
}

.ls-icon {
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
  width: 60px;
}

.ls-icon-link {
  color: #fff !important;
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: none;
}

.ls-icon-link:hover {
  text-decoration: none;
}

.ls-icon-link:hover .ls-icon {
  background-color: #FFD204;
}

.ls-icon-link:hover .ls-arrow {
  background-image: url("img/arrow-hover.png");
}

.ls-icon-link:hover p {
  color: #FFD204 !important;
}

.ls-leadership-bio {
  margin-bottom: 70px;
}

.ls-leadership-bio a {
  color: #84BD00 !important;
  text-decoration: none;
}

.ls-leadership-bio a:hover {
  color: #215732 !important;
}

.ls-leadership-bio img {
  border-radius: 30px 0 30px 0;
  margin-bottom: 30px;
}

.ls-leadership-bio .ls-h3 {
  margin-bottom: 10px;
}

.ls-leadership-bio-contact a {
  color: #84BD00 !important;
  margin-right: 30px;
  text-decoration: none;
}

.ls-leadership-bio-contact a:hover {
  color: #215732 !important;
}

.ls-leadership-bio-icon {
  height: 25px;
  margin-right: 10px;
  width: 25px;
}

.ls-list-item {
  margin-bottom: 30px;
}

.ls-list-item .ls-h4 {
  margin-bottom: 10px;
}

.ls-list-text-holder {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.ls-logo {
  position: absolute;
  width: 100px;
}
@media (max-width: 991px) {
  .ls-logo {
    width: 50px;
  }
}

.ls-logo--dark {
  opacity: 0;
  transition: opacity 0.25s;
}

.ls-navbar-home .ls-logo--dark {
  opacity: 1;
}
@media (max-width: 991px) {
  .ls-navbar-home .ls-logo--dark {
    opacity: 0;
  }
}

html:not([data-scroll='0']) .ls-navbar-home .ls-logo--dark {
  opacity: 0;
}

.ls-logo--light {
  opacity: 1;
  transition: opacity 0.25s;
}

.ls-navbar-home .ls-logo--light {
  opacity: 0;
}
@media (max-width: 991px) {
  .ls-navbar-home .ls-logo--light {
    opacity: 1;
  }
}

html:not([data-scroll='0']) .ls-navbar-home .ls-logo--light {
  opacity: 1;
}

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

.ls-margin-bottom--5 {
  margin-bottom: 5px;
}

.ls-margin-bottom--10 {
  margin-bottom: 10px;
}

.ls-margin-left--40 {
  margin-left: 40px;
}

.ls-margin-right--40 {
  margin-right: 40px;
}

.ls-margin-top--40 {
  margin-top: 40px;
}

.ls-margin-top--50 {
  margin-top: 50px;
}

.ls-modal {
  margin: 0 10%;
  padding: 50px;
  position: absolute;
  top: 10%;
  width: 80%;
}

.ls-modal-wrapper {
  background-color: rgba(0,0,0,0.5);
  display: none;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2000;
}

@media (max-width: 991px) {
  .ls-navbar-main {
    margin-top: 20px;
  }
}

.ls-navbar-search {
  width: 16px;
}

.ls-navbar-utility { 
  padding-right: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .ls-navbar-utility {
    padding-right: 0; 
    position: relative; 
  }
}

.ls-navbar-utility .nav-link {
  font-family: calibri,sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  margin-left: 10px !important;
  text-transform: none !important;
}

.ls-nav-bump {
  margin-top: 130px;
}
@media (max-width: 991px) {
  .ls-nav-bump {
    margin-top: 80px;
  }
}

.ls-news_grid-item {
  margin-bottom: 40px;
}

.ls-news-items {
  margin-top: 40px;
}

.ls-news-sidebar-item {
  margin-bottom: 40px;
}

.ls-news-title {
  display: inline-block;
  margin-bottom: 20px;
}

.ls-people-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  height: 250px;
  margin: 0 12px 10px 12px;
  width: 200px;
}

.ls-people-mobile {
  border-radius: 20px;
  display: none;
  margin-bottom: 20px;
  max-width: 200px;
  width: 100%;
}

@media (max-width: 991px) {
  .ls-people-mobile {
    display: block;
  }
}

.ls-placeholder {
  background-color: #545454;
  border-radius: 100px;
  width: 100%;
}

.ls-product {
  border-radius: 20px;
  min-height: 250px;
  overflow: hidden;
}

.ls-product-code {
  position: absolute;
  right: 20px;
  top: 20px;
}

.ls-product-details {
  border: 1px solid #CBCBCB;
  border-radius: 20px;
  padding: 40px;
}

.ls-product-img {
  border-radius: 20px 0 0 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.ls-product-list {
  font-size: 14px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.ls-product-options {
  font-size: 14px;
  margin-bottom: 5px;
}

.ls-product-tabs {
  bottom: -1px;
  position: absolute;
  right: -1px;
}

@media (max-width: 767px) {
  .ls-product-tabs {
    width: calc(100% + 2px);
  }
  .ls-product-tabs a {
    width: 33.3%;
  }
}

.ls-product-text {
  margin-bottom: 50px;
  padding: 40px 30px;
}

.ls-product-text--center {
  align-items: center;
  display: flex;
  height: 100%;
  margin-bottom: 0;
}

.ls-rep-tabs {
  bottom: -1px;
  position: absolute;
  right: -1px;
}

.ls-rep-text {
  align-items: center; 
  display: flex; 
  height: 100%;
  margin-bottom: 50px;
  padding: 20px 30px;
}

.ls-question {
  background-image: url("img/question.png");
  background-size: 13px 13px;
  display: inline-block;
  height: 13px;
  position: relative;
  top: 1px;
  width: 13px;
}

.ls-quote {
  font-family: 'Crimson Text', serif;
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
}

.ls-social {
  
}

.ls-social-icon {
  display: inline-block;
  margin: 10px;
  width: 20px;
}

.ls-split-bkgnd {
  border-radius: 100px 0 0 0;
  height: 100%;
  margin-left: 100px;
  position: absolute;
  width: calc(100% - 100px);
  z-index: 1;
}

.ls-split-bkgnd--reverse {
  border-radius: 0 0 100px 0;
  margin-left: 0;
  margin-right: 100px;
}

@media (max-width: 1199px) {
  .ls-split-bkgnd {
    border-radius: 0;
    margin: 0;
    width: 100%;
  }
}

.ls-stat {
  margin-bottom: 40px;
}

.ls-subnav-form {
  position: absolute;
  right: 0;
  top: -6px;
  width: 300px;
}

.ls-subnav-form-input {
  border-radius: 20px;
  border: 1px solid #CBCBCB;
  padding: 5px 40px 5px 15px !important;
  width: 100%;
}

.ls-subnav-form-submit {
  appearance: none;
  background-color: transparent !important;
  background-image: url("img/search-green.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: none;
  height: 16px;
  position: absolute;
  right: 12px;
  top: 10px;
  width: 16px;
  -webkit-appearance: none;
}

.ls-subnav-link {
  border-radius: 5px;
  padding: 10px 20px;
}

.ls-subnav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  text-decoration: none;
}

.ls-subnav-link.active {
  background-color: rgba(255, 255, 255, 0.2);
}

.ls-text-center {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.ls-text-gray {
  color: #545454;
}

.ls-text-blue {
  color: #00539B;
}

.ls-text-brown {
  color: #513628;
}

.ls-text-green {
  color: #00853E;
}

.ls-text-white {
  color: #fff;
}

.ls-text-yellow {
  color: #FFCD00;
}

.ls-timeline {
  border-radius: 20px;
  min-height: 200px;
  overflow: hidden;
}

.ls-timeline-connector {
  background-color: #00853E;
  height: 40px;
  left: 50%;
  position: absolute;
  top: -40px;
  width: 1px;
}

.ls-timeline-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  height: 100%;
  width: 100%;
}

.ls-timeline-text {
  align-items: center; 
  display: flex; 
  height: 100%;
  padding-bottom: 40px;
  padding-top: 40px;
}
/*@media (max-width: 767px) {
  .ls-timeline-text {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}*/

.ls-timeline-text p {
  margin-left: 0;
}
@media (max-width: 767px) {
  .ls-timeline-text p {
    margin-left: 40px;
  }
}

.navbar {
  background-color: #00539B !important;
  padding: 55px 30px 35px 30px;
  transition: background-color 0.25s;
}
@media (max-width: 991px) {
  .navbar {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 20px 30px;
  }
}

.navbar.ls-navbar-home {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .navbar.ls-navbar-home {
    background-color: #00539B !important;
  }
}

html:not([data-scroll='0']) .navbar.ls-navbar-home {
  background-color: #00539B !important;
}

.navbar-brand {
  margin: -95px 0 0 0;
  padding: 0;
  position: relative;
  width: 100px;
}
@media (max-width: 991px) {
  .navbar-brand {
    margin: -40px 0 0 0;
  }
}

.navbar-dark .navbar-toggler {
  border-color: transparent;
}

.nav-link {
  color: #fff !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-left: 40px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .nav-link {
    letter-spacing: 0;
    margin-left: 10px;
  }
}

.nav-link.active {
  color: #FFD204 !important;
/*  color: #fff !important;
  text-decoration: underline;*/
}

.nav-link:hover {
/*  color: #FFD204 !important;*/
  color: #fff !important;
  text-decoration: underline;
}

.nav-link:active {
  color: #FFD204 !important;
}












#performancetable .guide-howto {
    background-color: #019546;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow:0px 5px 10px rgba(0, 0, 0, 0.15)
}

#performancetable .guide-howto h1 {
    position: relative;
    background-color: #00853E;
    font-size: 1.115em;
    padding: 15px;
    color: #fff;
    cursor:pointer
}

#performancetable .guide-howto h1 span.arrow {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background-image: url("../img/whitearrow.png");
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform:rotate(180deg)
}

#performancetable .guide-howto .howto {
    display: none;
    padding: 15px;
    line-height: 1.4em;
    color:#fff
}

#performancetable .guide-howto .howto a {
    color:#fff
}

#performancetable .guide-howto .howto p {
    margin: 0;
    margin-bottom:25px
}

#performancetable .guide-howto .howto ul, #performancetable .guide-howto .howto ol {
    margin: 0;
    padding: 0;
    margin-left: 30px;
    margin-top: 5px;
    margin-bottom:35px
}

#performancetable .guide-howto .howto ul li, #performancetable .guide-howto .howto ol li {
    margin-bottom:5px
}

#performancetable .guide-howto.active h1 span.arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform:rotate(0deg)
}

#performancetable .guide-howto.active .howto {
    display:block
}

#performancetable .filters {
    margin-bottom: 30px;
    padding: 20px;
    padding-top: 0;
    padding-bottom:0
}

#performancetable .filters > h1 {
    text-transform: uppercase;
    color: #2A5134;
    cursor:pointer
}

#performancetable .filters > h1 span {
    float:right
}

#performancetable .filters > div {
    display: none;
    margin-bottom:25px
}

#performancetable .filters > div label {
    font-weight: bold;
    text-transform: uppercase;
    color: #2A5134;
    font-size: 1.25em;
    margin-bottom: 5px;
    display:block
}

#performancetable .filters > div select {
    display: block;
    width: 100%;
    border: 1px solid #2A5134;
    border-radius:0
}

#performancetable .filters > div input[type=text] {
    border: 1px solid #2A5134;
    display: block;
    width: 100%;
    height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    padding: 6px;
    color: #2A5134;
    font-size:1.1em
}

#performancetable .filters.active > div {
    display:block
}

#performancetable table {
    width: 100%;
    border-collapse: collapse;
    border-bottom:22px solid #00539B
}

#performancetable table thead th {
    position: relative;
    min-width: 3rem;
    height: 220px;
    background-color: #00539B;
    color: #fff;
    border-right:.125rem solid #fff
}

#performancetable table thead th span {
    display: block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    font-size: 1.2em;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    position: absolute;
    left: 50%;
    bottom:.75rem
}

#performancetable table tbody tr td {
    padding: 10px;
    line-height: 1.4em;
    text-align: center;
    border-bottom:1px solid #CBCBCB
}

#performancetable table tbody tr td a {
    color: #00853E;
    text-decoration: underline;
    font-weight:bold
}

#performancetable table tbody tr td .detailsbtn {
    display: block;
    cursor: pointer;
    background-color: transparent;
    height: 40px;
    margin: auto;
    outline: none;
    border:0
}

#performancetable table tbody tr td .detailsbtn img {
    width: 100%;
    height:100%
}

#performancetable table tbody tr.details_row td {
    text-align: left;
    border-bottom:3px solid #2A5134 !important
}

#performancetable table tbody tr.details_row td > div {
    margin-bottom:4px
}

#performancetable table tbody tr.details_row td > div strong {
    display: inline-block;
    width:150px
}

#performancetable table tbody tr.details_row:not(.active) {
    display:none
}

#performancetable table tbody tr:last-of-type td {
    border-bottom:0
}

@media only screen and (max-width: 48em) {
    #performancetable table thead th:nth-child(n + 3) {
        display:none
    }

    #performancetable table thead th:last-child {
        border-right: 0;
        display:table-cell
    }

    #performancetable table tbody td:nth-child(n + 3) {
        display:none
    }

    #performancetable table tbody td:last-child {
        display:table-cell
    }
}

@media only screen and (max-width: 60em) {
    #performancetable table thead th:nth-child(n + 6) {
        display:none
    }

    #performancetable table thead th:last-child {
        border-right: 0;
        display:table-cell
    }

    #performancetable table tbody td:nth-child(n + 6) {
        display:none
    }

    #performancetable table tbody td:last-child {
        display:table-cell
    }
}

@media only screen and (min-width: 48em) {
    #performancetable {
        padding: 50px;
        padding-top:0
    }

    #performancetable .filters {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap:wrap
    }

    #performancetable .filters > h1 {
        display: block;
        width:100%
    }

    #performancetable .filters > div {
        width:18%
    }
}

@media only screen and (min-width: 60em) {
    #performancetable .guide-howto {
        margin-bottom:45px
    }

    #performancetable .filters {
        margin-bottom:10px
    }

    #performancetable .filters > h1 {
        display:none
    }

    #performancetable .filters > div {
        display:block
    }

    #performancetable table thead th:last-child {
        display:none
    }

    #performancetable table tbody td:last-child {
        display:none
    }

    #performancetable table tbody tr.details_row.active {
        display:none
    }
}

@media only screen and (min-width: 75em) {
    #performancetable {
/*        padding: 138px;*/
        padding-top:0
    }

    #performancetable .filters {
        margin-bottom: 10px;
        -ms-flex-wrap: nowrap;
        flex-wrap:nowrap
    }

    #performancetable .filters > h1 {
        display:none
    }

    #performancetable .filters > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display:flex
    }

    #performancetable .filters > div label {
        margin-right: 10px;
        margin-top:7px
    }

    #performancetable .filters > div:nth-child(2) {
        width:17%
    }

    #performancetable .filters > div:nth-child(2) div.Select {
        width:75%
    }

    #performancetable .filters > div:nth-child(3) {
        width:15%
    }

    #performancetable .filters > div:nth-child(3) div.Select {
        width:100%
    }

    #performancetable .filters > div:nth-child(4) {
        width:25%
    }

    #performancetable .filters > div:nth-child(4) input[type=text] {
        width:50%
    }

    #performancetable .filters > div:nth-child(5) {
        width:22%
    }

    #performancetable .filters > div:nth-child(5) div.Select {
        width:100%
    }

    #performancetable .filters > div:nth-child(6) {
        width:13%
    }

    #performancetable .filters > div:nth-child(6) div.Select {
        width:100%
    }
}

#producttable .guide-howto {
    background-color: #019546;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    margin-bottom:15px
}

#producttable .guide-howto h1 {
    position: relative;
    background-color: #00853E;
    font-size: 1.115em;
    padding: 15px;
    color: #fff;
    cursor:pointer
}

#producttable .guide-howto h1 span.arrow {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background-image: url("../img/whitearrow.png");
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform:rotate(180deg)
}

#producttable .guide-howto .howto {
    display: none;
    padding: 15px;
    line-height: 1.4em;
    color:#fff
}

#producttable .guide-howto .howto a {
    color:#fff
}

#producttable .guide-howto .howto p {
    margin: 0;
    margin-bottom:25px
}

#producttable .guide-howto .howto ul, #producttable .guide-howto .howto ol {
    margin: 0;
    padding: 0;
    margin-left: 30px;
    margin-top: 5px;
    margin-bottom:35px
}

#producttable .guide-howto .howto ul li, #producttable .guide-howto .howto ol li {
    margin-bottom:5px
}

#producttable .guide-howto.active h1 span.arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform:rotate(0deg)
}

#producttable .guide-howto.active .howto {
    display:block;
    text-align: left;
}

#producttable .filters {
    margin-bottom: 30px;
    padding: 20px;
    padding-top: 0;
    padding-bottom:0
}

#producttable .filters > h1 {
    text-transform: uppercase;
    color: #2A5134;
    cursor:pointer
}

#producttable .filters > h1 span {
    float:right
}

#producttable .filters > div {
    display: none;
    margin-bottom:25px
}

#producttable .filters > div label {
    font-weight: bold;
    text-transform: uppercase;
    color: #2A5134;
    font-size: 1.25em;
    margin-bottom: 5px;
    display:block
}

#producttable .filters > div select {
    display: block;
    width: 100%;
    border: 1px solid #2A5134;
    border-radius:0
}

#producttable .filters > div input[type=text], #producttable .filters > div input[type=number] {
    border: 1px solid #2A5134;
    display: block;
    width: 100%;
    height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    padding: 6px;
    color: #2A5134;
    font-size: 1.1em;
    margin-bottom: 15px;
    margin-top:15px
}

#producttable .filters > div button {
    width: 100%;
    cursor: pointer;
    background-color:#00853E;
    line-height: 0;
}

#producttable .filters > div .techtags {
    font-size:0.7em
}

#producttable .filters > div .techtags button.btn {
    padding: 3px;
    height: 25px;
    line-height: 17px;
    margin-bottom: 10px;
    padding-left: 4px;
    padding-right: 4px;
    width: auto;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    border:2px solid #00853E
}

#producttable .filters > div .techtags button.btn.selected {
    background-color: #E4E4E4;
    border: 2px solid #BFBFBF;
    color:#BFBFBF
}

#producttable .filters.active > div {
    display:block
}

#producttable table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 22px solid #00539B;
    margin-bottom: 30px;
    color:#221F1F
}

#producttable table thead th {
    position: relative;
    min-width: 3rem;
    height: 280px;
    background-color: #00539B;
    color: #fff;
    border-right:.125rem solid #fff
}

#producttable table thead th span {
    display: block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    font-size: 1.2em;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    position: absolute;
    left: 50%;
    bottom:.75rem
}

#producttable table tbody:nth-child(odd) {
  background-color: #F7F6F4;
}

#producttable table tbody tr td {
    padding: 10px;
    line-height: 1.4em;
    text-align: center;
    border-bottom:1px solid #CBCBCB
}

#producttable table tbody tr td a {
    color: #00853E;
    text-decoration: underline;
    font-weight:bold
}

#producttable table tbody tr td .detailsbtn {
    display: block;
    cursor: pointer;
    background-color: transparent;
    height: 40px;
    margin: auto;
    outline: none;
    border:0
}

#producttable table tbody tr td .detailsbtn img {
    width: 100%;
    height:100%
}

#producttable table tbody tr.details_row td {
    text-align: left;
    border-bottom:3px solid #2A5134 !important
}

#producttable table tbody tr.details_row td > div {
    margin-bottom:4px
}

#producttable table tbody tr.details_row td > div strong {
    display: inline-block;
    width:150px
}

#producttable table tbody tr.details_row:not(.active) {
    display:none
}

#producttable table tbody tr:last-of-type td {
    border-bottom:0
}

#producttable .tablelegend {
    line-height: 1.6em;
    font-size: 1.1em;
    color: #221F1F;
    padding: 15px;
    padding-top:0;
    text-align: left;
}

@media only screen and (max-width: 48em) {
    #producttable table thead th:nth-child(n + 3) {
        display:none
    }

    #producttable table thead th:last-child {
        border-right: 0;
        display:table-cell
    }

    #producttable table tbody td:nth-child(n + 3) {
        display:none
    }

    #producttable table tbody td:last-child {
        display:table-cell
    }
}

@media only screen and (min-width: 48em) {
    #producttable {
/*        padding: 50px;*/
        padding-top:15px
    }

    #producttable .filters {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap:wrap
    }

    #producttable .filters > h1 {
        display: block;
        width:100%
    }

    #producttable .filters > div {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        line-height: 36px;
        width:100%
    }

    #producttable .filters > div input[type=text], #producttable .filters > div input[type=number] {
        margin-left: 15px;
        margin-right: 15px;
        width: 70px;
        margin-top: 0;
        margin-bottom:0
    }

    #producttable .filters > div button {
        height: 36px;
        padding-left: 10px;
        padding-right: 10px;
        line-height:0;
    }

    #producttable .filters > div .techtags {
        padding-left:10px
    }

    #producttable .filters.active > div {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display:flex !important
    }
}

@media only screen and (min-width: 60em) {
    #producttable .guide-howto {
        margin-bottom:45px
    }

    #producttable .filters {
        margin-bottom:10px
    }

    #producttable .filters > h1 {
        display:none
    }

    #producttable .filters > div {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        line-height: 36px;
        width:48%
    }

    #producttable table thead th:last-child {
        display:none
    }

    #producttable table tbody td:last-child {
        display:none
    }
}

@media only screen and (min-width: 75em) {
    #producttable {
/*        padding: 138px;*/
        padding-top:0
    }

    #producttable .filters .techtags {
        padding-left:10px
    }
}

.productdetails {
    margin-top: 35px;
    margin-bottom:35px
}

.productdetails header {
    line-height:1.2em
}

.productdetails header small {
    font-family: "aller-display", sans-serif;
    color:#952525
}

.productdetails header h1 {
    font-family: "aller-display", sans-serif;
    margin: 0;
    font-size: 1.25em;
    font-weight:normal
}

.productdetails header.printheader {
    display:none
}

@media (min-width: 48em) {
    .productdetails header {
        min-height:250px
    }
}

#downloadguide table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 22px solid #2A5134;
    margin-bottom:35px
}

#downloadguide table thead th {
    position: relative;
    min-width: 3rem;
    height: 170px;
    background-color: #00539B;
    color: #fff;
    border-right:.125rem solid #fff
}

#downloadguide table thead th span {
    display: block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    font-size: 1.2em;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    position: absolute;
    left: 50%;
    bottom:.75rem
}

#downloadguide table tbody tr td {
    padding: 10px;
    line-height: 1.4em;
    text-align: center;
    border-bottom:1px solid #CBCBCB
}

#downloadguide table tbody tr td a.removebtn {
    width: 15px;
    height: 15px;
    display: block;
    margin: auto;
    cursor:pointer
}

#downloadguide table tbody tr td a {
    color: #00853E;
    font-weight:bold
}

#downloadguide table tbody tr td .detailsbtn {
    display: block;
    cursor: pointer;
    background-color: transparent;
    width: 40px;
    height: 40px;
    margin: auto;
    outline: none;
    border:0
}

#downloadguide table tbody tr td .detailsbtn img {
    width: 100%;
    height:100%
}

#downloadguide table tbody tr.details_row td {
    text-align: left;
    border-bottom:3px solid #2A5134 !important
}

#downloadguide table tbody tr.details_row td > div {
    margin-bottom:4px
}

#downloadguide table tbody tr.details_row td > div a {
    color:#F28044
}

#downloadguide table tbody tr.details_row td > div strong {
    display: inline-block;
    width:120px
}

#downloadguide table tbody tr.details_row:not(.active) {
    display:none
}

#downloadguide table tbody tr:last-of-type td {
    border-bottom:0
}

#downloadguide #guideform {
    background-color: rgba(0, 83, 155, 0.79);
    padding:25px
}

#downloadguide #guideform form .formrow {
    margin-bottom:25px
}

#downloadguide #guideform form .formrow label {
    font-family: "aller-display", sans-serif;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 1.1em;
    letter-spacing: 1px;
    margin-bottom:6px
}

#downloadguide #guideform form .formrow input[type=text] {
    background: transparent;
    border: 2px solid white;
    display: block;
    padding: 6px;
    width: 100%;
    height: 45px;
    color: #fff;
    font-size: 1.1em;
    -webkit-box-sizing: border-box;
    box-sizing:border-box
}

#downloadguide #guideform form input[type=submit] {
    background-color: #13983C;
    color: #fff;
    outline: none;
    border: 0;
    display: block;
    width: 100%;
    font-weight: bold;
    height: 43px;
    line-height: 0;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    text-transform:uppercase
}

@media only screen and (max-width: 48em) {
    #downloadguide table thead th:nth-child(n + 3) {
        display:none
    }

    #downloadguide table thead th:last-child {
        border-right: 0;
        display:table-cell
    }

    #downloadguide table tbody td:nth-child(n + 3) {
        display:none
    }

    #downloadguide table tbody td:last-child {
        display:table-cell
    }
}

@media only screen and (min-width: 48em) {
    #downloadguide {
        padding: 50px;
        padding-top:0;
        padding:0;
        margin-top: 50px;
    }

    #downloadguide table {
        border-bottom:11px solid #2A5134
    }

    #downloadguide table thead th:last-child {
        display:none
    }

    #downloadguide table tbody td:nth-child(3n) {
        text-transform:capitalize
    }

    #downloadguide table tbody td:last-child {
        display:none
    }

    #downloadguide table tbody tr.details_row.active {
        display:none
    }
}

@media only screen and (min-width: 60em) {
    #downloadguide > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content:space-between
    }

    #downloadguide > div #selectedproducts {
        width:44%
    }

    #downloadguide > div #guideform {
        width:49%
    }
}

@media only screen and (min-width: 75em) {
    #downloadguide {
/*        padding: 138px;*/
        padding-top:0;
        margin-top: 50px;
    }
}

#outdated {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1500;
    background-color: #f25648;
    color:#ffffff
}

#outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin:30px 0 10px
}

#outdated p {
    font-size: 12px;
    line-height: 12px;
    margin:0
}

#outdated #btnUpdateBrowser {
    display: block;
    position: relative;
    padding: 10px 20px;
    margin: 30px auto 0;
    width: 230px;
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #ffffff;
    cursor:pointer
}

#outdated #btnUpdateBrowser:hover {
    color: #f25648;
    background-color:#ffffff
}

#outdated .last {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px
}

#outdated .last[dir='rtl'] {
    right: auto !important;
    left:25px !important
}

#outdated #btnCloseUpdateBrowser {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ffffff;
    font-size: 36px;
    line-height:36px
}

* html #outdated {
    position:absolute
}

.react-toggle {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color:transparent
}

.react-toggle-screenreader-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width:1px
}

.react-toggle--disabled {
    cursor: not-allowed;
    opacity: 0.5;
    -webkit-transition: opacity 0.25s;
    transition:opacity 0.25s
}

.react-toggle-track {
    width: 50px;
    height: 24px;
    padding: 0;
    border-radius: 30px;
    background-color: #4D4D4D;
    -webkit-transition: all 0.2s ease;
    transition:all 0.2s ease
}

.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
    background-color:#000000
}

.react-toggle--checked .react-toggle-track {
    background-color:#19AB27
}

.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
    background-color:#128D15
}

.react-toggle-track-check {
    position: absolute;
    width: 14px;
    height: 10px;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    line-height: 0;
    left: 8px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    transition:opacity 0.25s ease
}

.react-toggle--checked .react-toggle-track-check {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease;
    transition:opacity 0.25s ease
}

.react-toggle-track-x {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    line-height: 0;
    right: 10px;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease;
    transition:opacity 0.25s ease
}

.react-toggle--checked .react-toggle-track-x {
    opacity:0
}

.react-toggle-thumb {
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 22px;
    height: 22px;
    border: 1px solid #4D4D4D;
    border-radius: 50%;
    background-color: #FAFAFA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition:all 0.25s ease
}

.react-toggle--checked .react-toggle-thumb {
    left: 27px;
    border-color:#19AB27
}

.react-toggle--focus .react-toggle-thumb {
    -webkit-box-shadow: 0px 0px 3px 2px #0099E0;
    box-shadow:0px 0px 2px 3px #0099E0
}

.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb {
    -webkit-box-shadow: 0px 0px 5px 5px #0099E0;
    box-shadow:0px 0px 5px 5px #0099E0
}

.Select {
    position:relative
}

.Select input::-webkit-contacts-auto-fill-button, .Select input::-webkit-credentials-auto-fill-button {
    display:none !important
}

.Select input::-ms-clear {
    display:none !important
}

.Select input::-ms-reveal {
    display:none !important
}

.Select, .Select div, .Select input, .Select span {
    -webkit-box-sizing: border-box;
    box-sizing:border-box
}

.Select.is-disabled .Select-arrow-zone {
    cursor: default;
    pointer-events: none;
    opacity:0.35
}

.Select.is-disabled > .Select-control {
    background-color:#f9f9f9
}

.Select.is-disabled > .Select-control:hover {
    -webkit-box-shadow: none;
    box-shadow:none
}

.Select.is-open > .Select-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    border-color:#b3b3b3 #ccc #d9d9d9
}

.Select.is-open > .Select-control .Select-arrow {
    top: -2px;
    border-color: transparent transparent #999;
    border-width:0 5px 5px
}

.Select.is-searchable.is-open > .Select-control {
    cursor:text
}

.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
    cursor:text
}

.Select.is-focused > .Select-control {
    background:transparent
}

.Select.is-focused:not(.is-open) > .Select-control {
    border-color: #007eff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
    background:#fff
}

.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
    padding-right:42px
}

.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label, .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
    color:#333
}

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label, .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
    cursor: pointer;
    text-decoration:none
}

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover, .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover, .Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus, .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
    color: #007eff;
    outline: none;
    text-decoration:underline
}

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus, .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
    background:transparent
}

.Select.has-value.is-pseudo-focused .Select-input {
    opacity:0
}

.Select.is-open .Select-arrow, .Select .Select-arrow-zone:hover > .Select-arrow {
    border-top-color:#666
}

.Select.Select--rtl {
    direction: rtl;
    text-align:right
}

.Select-control {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #2A5134;
    color: #333;
    cursor: default;
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    height: 36px;
    outline: none;
    overflow: hidden;
    position: relative;
    width:100%
}

.Select-control:hover {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    box-shadow:0 1px 0 rgba(0, 0, 0, 0.06)
}

.Select-control .Select-input:focus {
    outline: none;
    background:transparent
}

.Select-placeholder, .Select--single > .Select-control .Select-value {
    bottom: 0;
    color: #aaa;
    left: 0;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap
}

.Select-input {
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align:middle
}

.Select-input > input {
    width: 100%;
    background: none transparent;
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    outline: none;
    line-height: 17px;
    padding: 8px 0 12px;
    -webkit-appearance:none
}

.is-focused .Select-input > input {
    cursor:text
}

.has-value.is-pseudo-focused .Select-input {
    opacity:0
}

.Select-control:not(.is-searchable) > .Select-input {
    outline:none
}

.Select-loading-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width:16px
}

.Select-loading {
    -webkit-animation: Select-animation-spin 400ms infinite linear;
    animation: Select-animation-spin 400ms infinite linear;
    width: 16px;
    height: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-right-color: #333;
    display: inline-block;
    position: relative;
    vertical-align:middle
}

.Select-clear-zone {
    -webkit-animation: Select-animation-fadeIn 200ms;
    animation: Select-animation-fadeIn 200ms;
    color: #999;
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width:17px
}

.Select-clear-zone:hover {
    color:#D0021B
}

.Select-clear {
    display: inline-block;
    font-size: 18px;
    line-height:1
}

.Select--multi .Select-clear-zone {
    width:17px
}

.Select-arrow-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    padding-right:5px
}

.Select--rtl .Select-arrow-zone {
    padding-right: 0;
    padding-left:5px
}

.Select-arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px;
    display: inline-block;
    height: 0;
    width: 0;
    position:relative
}

.Select-control > * :last-child {
    padding-right:5px
}

.Select--multi .Select-multi-value-wrapper {
    display:inline-block
}

.Select .Select-aria-only {
    position: absolute;
    display: inline-block;
    height: 1px;
    width: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    float:left
}

@-webkit-keyframes Select-animation-fadeIn {
    from {
        opacity:0
    }

    to {
        opacity:1
    }
}

@keyframes Select-animation-fadeIn {
    from {
        opacity:0
    }

    to {
        opacity:1
    }
}

.Select-menu-outer {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-color: #e6e6e6;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -1px;
    max-height: 200px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1;
    -webkit-overflow-scrolling:touch
}

.Select-menu {
    max-height: 198px;
    overflow-y:auto
}

.Select-option {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    color: #666666;
    cursor: pointer;
    display: block;
    padding:8px 10px
}

.Select-option:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius:4px
}

.Select-option.is-selected {
    background-color: #F28044;
    background-color: rgba(0, 126, 255, 0.04);
    color:#333
}

.Select-option.is-focused {
    background-color: #F28044;
    background-color: rgba(0, 126, 255, 0.08);
    color:#333
}

.Select-option.is-disabled {
    color: #cccccc;
    cursor:default
}

.Select-noresults {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #999999;
    cursor: default;
    display: block;
    padding:8px 10px
}

.Select--multi .Select-input {
    vertical-align: middle;
    margin-left: 10px;
    padding:0
}

.Select--multi.Select--rtl .Select-input {
    margin-left: 0;
    margin-right:10px
}

.Select--multi.has-value .Select-input {
    margin-left:5px
}

.Select--multi .Select-value {
    background-color: #F28044;
    background-color: rgba(0, 126, 255, 0.08);
    border-radius: 2px;
    border: 1px solid #c2e0ff;
    border: 1px solid rgba(0, 126, 255, 0.24);
    color: #007eff;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1.4;
    margin-left: 5px;
    margin-top: 5px;
    vertical-align:top
}

.Select--multi .Select-value-icon, .Select--multi .Select-value-label {
    display: inline-block;
    vertical-align:middle
}

.Select--multi .Select-value-label {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    cursor: default;
    padding:2px 5px
}

.Select--multi a.Select-value-label {
    color: #007eff;
    cursor: pointer;
    text-decoration:none
}

.Select--multi a.Select-value-label:hover {
    text-decoration:underline
}

.Select--multi .Select-value-icon {
    cursor: pointer;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-right: 1px solid #c2e0ff;
    border-right: 1px solid rgba(0, 126, 255, 0.24);
    padding:1px 5px 3px
}

.Select--multi .Select-value-icon:hover, .Select--multi .Select-value-icon:focus {
    background-color: #F28044;
    background-color: rgba(0, 113, 230, 0.08);
    color:#0071e6
}

.Select--multi .Select-value-icon:active {
    background-color: #F28044;
    background-color:rgba(0, 126, 255, 0.24)
}

.Select--multi.Select--rtl .Select-value {
    margin-left: 0;
    margin-right:5px
}

.Select--multi.Select--rtl .Select-value-icon {
    border-right: none;
    border-left: 1px solid #c2e0ff;
    border-left:1px solid rgba(0, 126, 255, 0.24)
}

.Select--multi.is-disabled .Select-value {
    background-color: #fcfcfc;
    border: 1px solid #e3e3e3;
    color:#333
}

.Select--multi.is-disabled .Select-value-icon {
    cursor: not-allowed;
    border-right:1px solid #e3e3e3
}

.Select--multi.is-disabled .Select-value-icon:hover, .Select--multi.is-disabled .Select-value-icon:focus, .Select--multi.is-disabled .Select-value-icon:active {
    background-color:#fcfcfc
}

@keyframes Select-animation-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform:rotate(1turn)
    }
}

@-webkit-keyframes Select-animation-spin {
    to {
        -webkit-transform:rotate(1turn)
    }
}

#performancetable .guide-howto {
    background-color: #019546;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow:0px 5px 10px rgba(0, 0, 0, 0.15)
}

#performancetable .guide-howto h1 {
    position: relative;
    background-color: #00853E;
    font-size: 1.115em;
    padding: 15px;
    color: #fff;
    cursor:pointer
}

#performancetable .guide-howto h1 span.arrow {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background-image: url("../img/whitearrow.png");
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform:rotate(180deg)
}

#performancetable .guide-howto .howto {
    display: none;
    padding: 15px;
    line-height: 1.4em;
    color:#fff
}

#performancetable .guide-howto .howto a {
    color:#fff
}

#performancetable .guide-howto .howto p {
    margin: 0;
    margin-bottom:25px
}

#performancetable .guide-howto .howto ul, #performancetable .guide-howto .howto ol {
    margin: 0;
    padding: 0;
    margin-left: 30px;
    margin-top: 5px;
    margin-bottom:35px
}

#performancetable .guide-howto .howto ul li, #performancetable .guide-howto .howto ol li {
    margin-bottom:5px
}

#performancetable .guide-howto.active h1 span.arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform:rotate(0deg)
}

#performancetable .guide-howto.active .howto {
    display:block
}

#performancetable .filters {
    margin-bottom: 30px;
    padding: 20px;
    padding-top: 0;
    padding-bottom:0
}

#performancetable .filters > h1 {
    text-transform: uppercase;
    color: #2A5134;
    cursor:pointer
}

#performancetable .filters > h1 span {
    float:right
}

#performancetable .filters > div {
    display: none;
    margin-bottom:25px
}

#performancetable .filters > div label {
    font-weight: bold;
    text-transform: uppercase;
    color: #2A5134;
    font-size: 1.25em;
    margin-bottom: 5px;
    display:block
}

#performancetable .filters > div select {
    display: block;
    width: 100%;
    border: 1px solid #2A5134;
    border-radius:0
}

#performancetable .filters > div input[type=text] {
    border: 1px solid #2A5134;
    display: block;
    width: 100%;
    height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    padding: 6px;
    color: #2A5134;
    font-size:1.1em
}

#performancetable .filters.active > div {
    display:block
}

#performancetable table {
    width: 100%;
    border-collapse: collapse;
    border-bottom:22px solid #00539B
}

#performancetable table thead th {
    position: relative;
    min-width: 3rem;
    height: 220px;
    background-color: #00539B;
    color: #fff;
    border-right:.125rem solid #fff
}

#performancetable table thead th span {
    display: block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    font-size: 1.2em;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    position: absolute;
    left: 50%;
    bottom:.75rem
}

#performancetable table tbody tr td {
    padding: 10px;
    line-height: 1.4em;
    text-align: center;
    border-bottom:1px solid #CBCBCB
}

#performancetable table tbody tr td a {
    color: #00853E;
    text-decoration: underline;
    font-weight:bold
}

#performancetable table tbody tr td .detailsbtn {
    display: block;
    cursor: pointer;
    background-color: transparent;
    height: 40px;
    margin: auto;
    outline: none;
    border:0
}

#performancetable table tbody tr td .detailsbtn img {
    width: 100%;
    height:100%
}

#performancetable table tbody tr.details_row td {
    text-align: left;
    border-bottom:3px solid #2A5134 !important
}

#performancetable table tbody tr.details_row td > div {
    margin-bottom:4px
}

#performancetable table tbody tr.details_row td > div strong {
    display: inline-block;
    width:150px
}

#performancetable table tbody tr.details_row:not(.active) {
    display:none
}

#performancetable table tbody tr:last-of-type td {
    border-bottom:0
}

@media only screen and (max-width: 48em) {
    #performancetable table thead th:nth-child(n + 3) {
        display:none
    }

    #performancetable table thead th:last-child {
        border-right: 0;
        display:table-cell
    }

    #performancetable table tbody td:nth-child(n + 3) {
        display:none
    }

    #performancetable table tbody td:last-child {
        display:table-cell
    }
}

@media only screen and (max-width: 60em) {
    #performancetable table thead th:nth-child(n + 6) {
        display:none
    }

    #performancetable table thead th:last-child {
        border-right: 0;
        display:table-cell
    }

    #performancetable table tbody td:nth-child(n + 6) {
        display:none
    }

    #performancetable table tbody td:last-child {
        display:table-cell
    }
}

@media only screen and (min-width: 48em) {
    #performancetable {
        padding: 50px;
        padding-top:0
    }

    #performancetable .filters {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap:wrap
    }

    #performancetable .filters > h1 {
        display: block;
        width:100%
    }

    #performancetable .filters > div {
        width:18%
    }
}

@media only screen and (min-width: 60em) {
    #performancetable .guide-howto {
        margin-bottom:45px
    }

    #performancetable .filters {
        margin-bottom:10px
    }

    #performancetable .filters > h1 {
        display:none
    }

    #performancetable .filters > div {
        display:block
    }

    #performancetable table thead th:last-child {
        display:none
    }

    #performancetable table tbody td:last-child {
        display:none
    }

    #performancetable table tbody tr.details_row.active {
        display:none
    }
}

@media only screen and (min-width: 75em) {
    #performancetable {
        /*padding: 138px;*/
        padding-top:0
    }

    #performancetable .filters {
        margin-bottom: 10px;
        -ms-flex-wrap: nowrap;
        flex-wrap:nowrap
    }

    #performancetable .filters > h1 {
        display:none
    }

    #performancetable .filters > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display:flex
    }

    #performancetable .filters > div label {
        margin-right: 10px;
        margin-top:7px
    }

    #performancetable .filters > div:nth-child(2) {
        width:17%
    }

    #performancetable .filters > div:nth-child(2) div.Select {
        width:75%
    }

    #performancetable .filters > div:nth-child(3) {
        width:15%
    }

    #performancetable .filters > div:nth-child(3) div.Select {
        width:100%
    }

    #performancetable .filters > div:nth-child(4) {
        width:25%
    }

    #performancetable .filters > div:nth-child(4) input[type=text] {
        width:50%
    }

    #performancetable .filters > div:nth-child(5) {
        width:22%
    }

    #performancetable .filters > div:nth-child(5) div.Select {
        width:100%
    }

    #performancetable .filters > div:nth-child(6) {
        width:13%
    }

    #performancetable .filters > div:nth-child(6) div.Select {
        width:100%
    }
}

#producttable .guide-howto {
    background-color: #019546;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    margin-bottom:15px
}

#producttable .guide-howto h1 {
    position: relative;
    background-color: #00853E;
    font-size: 1.115em;
    padding: 15px;
    color: #fff;
    cursor:pointer
}

#producttable .guide-howto h1 span.arrow {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background-image: url("../img/whitearrow.png");
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform:rotate(180deg)
}

#producttable .guide-howto .howto {
    display: none;
    padding: 15px;
    line-height: 1.4em;
    color:#fff
}

#producttable .guide-howto .howto a {
    color:#fff
}

#producttable .guide-howto .howto p {
    margin: 0;
    margin-bottom:25px
}

#producttable .guide-howto .howto ul, #producttable .guide-howto .howto ol {
    margin: 0;
    padding: 0;
    margin-left: 30px;
    margin-top: 5px;
    margin-bottom:35px
}

#producttable .guide-howto .howto ul li, #producttable .guide-howto .howto ol li {
    margin-bottom:5px
}

#producttable .guide-howto.active h1 span.arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform:rotate(0deg)
}

#producttable .guide-howto.active .howto {
    display:block
}

#producttable .filters {
    margin-bottom: 30px;
    padding: 20px;
    padding-top: 0;
    padding-bottom:0
}

#producttable .filters > h1 {
    text-transform: uppercase;
    color: #2A5134;
    cursor:pointer
}

#producttable .filters > h1 span {
    float:right
}

#producttable .filters > div {
    display: none;
    margin-bottom:25px
}

#producttable .filters > div label {
    font-weight: bold;
    text-transform: uppercase;
    color: #2A5134;
    font-size: 1.25em;
    margin-bottom: 5px;
    display:block
}

#producttable .filters > div select {
    display: block;
    width: 100%;
    border: 1px solid #2A5134;
    border-radius:0
}

#producttable .filters > div input[type=text], #producttable .filters > div input[type=number] {
    border: 1px solid #2A5134;
    display: block;
    width: 100%;
    height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    padding: 6px;
    color: #2A5134;
    font-size: 1.1em;
    margin-bottom: 15px;
    margin-top:15px
}

#producttable .filters > div button {
    width: 100%;
    cursor: pointer;
    background-color:#00853E;
    line-height: 0;
}

#producttable .filters > div .techtags {
    font-size:0.7em
}

#producttable .filters > div .techtags button.btn {
    padding: 3px;
    height: 25px;
    line-height: 17px;
    margin-bottom: 10px;
    padding-left: 4px;
    padding-right: 4px;
    width: auto;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    border:2px solid #00853E
}

#producttable .filters > div .techtags button.btn.selected {
    background-color: #E4E4E4;
    border: 2px solid #BFBFBF;
    color:#BFBFBF
}

#producttable .filters.active > div {
    display:block
}

#producttable table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 22px solid #00539B;
    margin-bottom: 30px;
    color:#221F1F
}

#producttable table thead th {
    position: relative;
    min-width: 3rem;
    height: 280px;
    background-color: #00539B;
    color: #fff;
    border-right:.125rem solid #fff
}

#producttable table thead th span {
    display: block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    font-size: 1.2em;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    position: absolute;
    left: 50%;
    bottom:.75rem
}

#producttable table tbody tr td {
    padding: 10px;
    line-height: 1.4em;
    text-align: center;
    border-bottom:1px solid #CBCBCB
}

#producttable table tbody tr td a {
    color: #00853E;
    text-decoration: underline;
    font-weight:bold
}

#producttable table tbody tr td .detailsbtn {
    display: block;
    cursor: pointer;
    background-color: transparent;
    height: 40px;
    margin: auto;
    outline: none;
    border:0
}

#producttable table tbody tr td .detailsbtn img {
    width: 100%;
    height:100%
}

#producttable table tbody tr.details_row td {
    text-align: left;
    border-bottom:3px solid #2A5134 !important
}

#producttable table tbody tr.details_row td > div {
    margin-bottom:4px
}

#producttable table tbody tr.details_row td > div strong {
    display: inline-block;
    width:150px
}

#producttable table tbody tr.details_row:not(.active) {
    display:none
}

#producttable table tbody tr:last-of-type td {
    border-bottom:0
}

#producttable .tablelegend {
    line-height: 1.6em;
    font-size: 1.1em;
    color: #221F1F;
    padding: 15px;
    padding-top:0
}

@media only screen and (max-width: 48em) {
    #producttable table thead th:nth-child(n + 3) {
        display:none
    }

    #producttable table thead th:last-child {
        border-right: 0;
        display:table-cell
    }

    #producttable table tbody td:nth-child(n + 3) {
        display:none
    }

    #producttable table tbody td:last-child {
        display:table-cell
    }
}

@media only screen and (min-width: 48em) {
    #producttable {
/*        padding: 50px;*/
        padding-top:15px
    }

    #producttable .filters {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap:wrap
    }

    #producttable .filters > h1 {
        display: block;
        width:100%
    }

    #producttable .filters > div {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        line-height: 36px;
        width:100%
    }

    #producttable .filters > div input[type=text], #producttable .filters > div input[type=number] {
        margin-left: 15px;
        margin-right: 15px;
        width: 70px;
        margin-top: 0;
        margin-bottom:0
    }

    #producttable .filters > div button {
        height: 36px;
        padding-left: 10px;
        padding-right: 10px;
        line-height:0;
    }

    #producttable .filters > div .techtags {
        padding-left:10px
    }

    #producttable .filters.active > div {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display:flex !important
    }
}

@media only screen and (min-width: 60em) {
    #producttable .guide-howto {
        margin-bottom:45px
    }

    #producttable .filters {
        margin-bottom:10px
    }

    #producttable .filters > h1 {
        display:none
    }

    #producttable .filters > div {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        line-height: 36px;
        width:48%
    }

    #producttable table thead th:last-child {
        display:none
    }

    #producttable table tbody td:last-child {
        display:none
    }
}

@media only screen and (min-width: 75em) {
    #producttable {
        /*padding: 138px;*/
        padding-top:0
    }

    #producttable .filters .techtags {
        padding-left:10px
    }
}

.productdetails {
    margin-top: 35px;
    margin-bottom:35px
}

.productdetails header {
    line-height:1.2em
}

.productdetails header small {
    font-family: "aller-display", sans-serif;
    color:#952525
}

.productdetails header h1 {
    font-family: "aller-display", sans-serif;
    margin: 0;
    font-size: 1.25em;
    font-weight:normal
}

.productdetails header.printheader {
    display:none
}

@media (min-width: 48em) {
    .productdetails header {
        min-height:250px
    }
}

#downloadguide table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 22px solid #2A5134;
    margin-bottom:35px
}

#downloadguide table thead th {
    position: relative;
    min-width: 3rem;
    height: 170px;
    background-color: #00539B;
    color: #fff;
    border-right:.125rem solid #fff
}

#downloadguide table thead th span {
    display: block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    font-size: 1.2em;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    position: absolute;
    left: 50%;
    bottom:.75rem
}

#downloadguide table tbody tr td {
    padding: 10px;
    line-height: 1.4em;
    text-align: center;
    border-bottom:1px solid #CBCBCB
}

#downloadguide table tbody tr td a.removebtn {
    width: 15px;
    height: 15px;
    display: block;
    margin: auto;
    cursor:pointer
}

#downloadguide table tbody tr td a {
    color: #00853E;
    font-weight:bold
}

#downloadguide table tbody tr td .detailsbtn {
    display: block;
    cursor: pointer;
    background-color: transparent;
    width: 40px;
    height: 40px;
    margin: auto;
    outline: none;
    border:0
}

#downloadguide table tbody tr td .detailsbtn img {
    width: 100%;
    height:100%
}

#downloadguide table tbody tr.details_row td {
    text-align: left;
    border-bottom:3px solid #2A5134 !important
}

#downloadguide table tbody tr.details_row td > div {
    margin-bottom:4px
}

#downloadguide table tbody tr.details_row td > div a {
    color:#F28044
}

#downloadguide table tbody tr.details_row td > div strong {
    display: inline-block;
    width:120px
}

#downloadguide table tbody tr.details_row:not(.active) {
    display:none
}

#downloadguide table tbody tr:last-of-type td {
    border-bottom:0
}

#downloadguide #guideform {
    background-color: rgba(0, 83, 155, 0.79);
    padding:25px
}

#downloadguide #guideform form .formrow {
    margin-bottom:25px
}

#downloadguide #guideform form .formrow label {
    font-family: "aller-display", sans-serif;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 1.1em;
    letter-spacing: 1px;
    margin-bottom:6px
}

#downloadguide #guideform form .formrow input[type=text] {
    background: transparent;
    border: 2px solid white;
    display: block;
    padding: 6px;
    width: 100%;
    height: 45px;
    color: #fff;
    font-size: 1.1em;
    -webkit-box-sizing: border-box;
    box-sizing:border-box
}

#downloadguide #guideform form input[type=submit] {
    background-color: #13983C;
    color: #fff;
    outline: none;
    border: 0;
    display: block;
    width: 100%;
    font-weight: bold;
    height: 43px;
    line-height: 0;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    text-transform:uppercase
}

@media only screen and (max-width: 48em) {
    #downloadguide table thead th:nth-child(n + 3) {
        display:none
    }

    #downloadguide table thead th:last-child {
        border-right: 0;
        display:table-cell
    }

    #downloadguide table tbody td:nth-child(n + 3) {
        display:none
    }

    #downloadguide table tbody td:last-child {
        display:table-cell
    }
}

@media only screen and (min-width: 48em) {
    #downloadguide {
        padding: 50px;
        padding-top:0;
        padding:0;
        margin-top: 50px;
    }

    #downloadguide table {
        border-bottom:11px solid #2A5134
    }

    #downloadguide table thead th:last-child {
        display:none
    }

    #downloadguide table tbody td:nth-child(3n) {
        text-transform:capitalize
    }

    #downloadguide table tbody td:last-child {
        display:none
    }

    #downloadguide table tbody tr.details_row.active {
        display:none
    }
}

@media only screen and (min-width: 60em) {
    #downloadguide > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content:space-between
    }

    #downloadguide > div #selectedproducts {
        width:44%
    }

    #downloadguide > div #guideform {
        width:49%
    }
}

@media only screen and (min-width: 75em) {
    #downloadguide {
/*        padding: 138px;*/
        padding-top:0;
        margin-top: 50px;
    }
}


#producttable .filters > div .techtags button.btn,
#producttable .filters > div button {
  color: #fff !important;
}

.alignleft {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
}











input[type=text],
input[type=email],
textarea,
.search-field {
  border: 1px solid #ccc;
/*  margin: 0 5px 40px 0;*/
  padding: 8px 10px 8px 15px;
  position: relative;
  top: 2px;
}

input[type=button],
input[type=submit],
.search-submit {
  appearance: none;
  -webkit-appearance: none;
  background-color: #00853E;
  border-width: 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: 'Courier Prime', monospace;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.25px;
  padding: 12px 20px 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.25s;
}

input[type=button]:hover,
input[type=submit]:hover,
.search-submit:hover {
  background-color: #13983C;
  color: #fff;
  text-decoration: none;
}

.u-img--full {
  width: 100%;
}

.u-align--center {
  text-align: center;
}

.u-align--left {
  text-align: left;
}


[id] {
  scroll-margin-top: 155px;
}


/* Make YouTube videos inserted via WordPress oEmbed full-width */
.youtube-responsive-container {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
}
.youtube-responsive-container iframe,
.youtube-responsive-container object,
.youtube-responsive-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.tribe-common,
#tribe-events-pg-template {
  margin-top: 100px;
}

/*.tribe-events {
  display: none;
}*/