body{
  color:#333333;
  /*font-family:'proxima-nova-condensed',Helvetica,Arial,sans-serif;*/
	font-family:'Roboto Condensed',Helvetica,Arial,sans-serif;
  font-size:16px;
  font-style:normal;
  font-weight:400;
}

a{
  color:#003380;
	text-decoration:none; /* was 00255c & none dej */
	transition:all 0.1s
}

a:hover{
    color:#6198C8;
}

a[href]:empty::before{
  display:none;
}

.container{
  padding:0;
	margin:0 40px; /* was 20px dej */
}

.container--600{
  max-width:600px;
}

.container--780{
  max-width:780px;
}

.container--1200{
	max-width:1200px;
}
/*
h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta{
  color:#00225C;
	font-weight:700 !important;
  text-transform:uppercase;
}

h1, .alpha{
  font-size:36px;
  text-transform:none;
}

h2, .beta{
  /* font-size:30px; dej
  font-weight:400;
}

h3, .gamma{
  font-size:26px;
}

h4, .delta{
  font-size:24px;
}

h5, .epsilon{
  font-size:21px !important;
}
h5 a:link{text-decoration:none;}

h6, .zeta{
  font-size:20px;
}

.subtitle{
  margin-bottom:5px;
  font-size:16px;
}

.lead{
  margin-bottom:5px !important;
  color:#00225C !important;
  font-size:14px !important;
  font-weight:700 !important;
} */

small{
  font-size:12px;
  font-weight:600;
  font-style:italic;
}
/*
ul, ol{
  padding-left:0
}

ul li, ol li{
    list-style-position:inside;
    margin-bottom:5px;
} */

.more{
  color:#00225C;
  font-size:13px;
  font-weight:600
}

.more:after{
    content:">";
    margin-left:5px;
    transition:0.1s ease all;
}

.more:hover{
    color:#00225C;
}

.more:hover:after{
      margin-left:10px;
}

.more--allcaps{
  text-transform:uppercase;
}

.custom-bull li{
  list-style-type:none;
  list-style-position: outside;
}

.custom-bull li a:hover{
    color:#00225C;
}

.custom-bull li:before{
    position:relative;
    margin-right:7px;
    transition:0.1s ease all;

}

.custom-bull li:hover:before{
    left:1px;
    margin-right:7px; /*was 10*/
}

.custom-bull--pdf li:before{
  content:url('/assets/images/icon-pdf.svg');
  top:4px;
}

.custom-bull--help li:before{
  content:url('/assets/images/icon-help.svg');
  top:3px;
}

.custom-bull--chain li:before{
  content:url('/assets/images/icon-chain.svg');
  top:4px;
}

.social-list{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}

.social-list li{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    width:40px;
    height:40px;
    margin-right:8px;
    background-color:pink;
    border-radius:50%;
}

.social-list li a{
      display:block;
}

.menu{
	position:relative;
	display:block;
	width:100%;
	height:1px;
	margin-bottom:0;
	padding:0;
	font-size:0;
	background-color:#FFF; /* was blue dej */
	transition:-webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition:transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition:transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.menu:before, .menu:after{
		content:'';
		position:absolute;
		top:0; right:0;
		display:block;
		width:100%;
		height:1px;
		background-color:#FFF; /* was blue dej */
}

.menu .link{
		color:green;
}

.menu:before{
	top:-7px;
}

.menu:after{
	top:7px;
}

.menu.is-active{
	-webkit-transform:rotate(45deg);
	        transform:rotate(45deg)
}

.menu.is-active:before{
		top:0;
		opacity:0;
}

.menu.is-active:after{
	top:0;
	-webkit-transform:rotate(-90deg);
	        transform:rotate(-90deg);
}

.pagination{
  text-align:right;
}

.pagination__nav a,
.pagionation__nav span{
  padding:4px;
  font-weight:700;
  font-size:18px;
  color:cornflowerblue;
  text-decoration:none;
}

.pagination__nav .current{
  padding:0 8px;
  background-color:cornflowerblue;
  color:#fff;
}

.btn{
  padding:10px 20px;
  margin:0;
  color:#FFF;
  text-transform:uppercase;
  border-radius:5px;
  font-family:'Roboto Condensed', sans-serif;
  font-size:14px;
  font-weight:700;
  letter-spacing:0.52px;
  line-height:14px;
  transition:0.1s ease all;
}

.btn--large{
  padding:15px 30px;
}

.btn--ltblue{
  background-color:#6198C8
}

.btn--ltblue:hover{
    background-color:rgb(87, 137, 180);
}

.btn--dkblue{
  background-color:#00225C
}

.btn--dkblue:hover{
    background-color:rgb(25, 56, 108);
}

.btn--orange{
  background-color:#E77424
}

.btn--orange:hover{
    background-color:rgb(208, 104, 32);
}

.title{
  margin-bottom:20px /* was 50px dej */
}

.title .container{
    padding-top:10px; /* was 20px dej */
    padding-bottom:10px; /* was 20px dej */
}

.title .container>*:last-of-type{
      margin-bottom:0;
}

.title .container .subtitle{
      color:#4A4A4A;
}

/* .title h1, .title .subtitle{
    text-align:left;
  font-style:italic; disabled 11/28/2022*/
}

.color-wrap .title{
}

.color-wrap .title .container{
    padding-top:0;
}

.column{
  padding:0;
  margin-bottom:20px;
  width:100%;
  border-radius:2px;
  background-color:#FFF;
  box-shadow:0 2px 4px 0 rgba(0, 0, 0, .19);
}

.column .underline{
  padding-bottom:10px;
  margin-bottom:10px;
}

.column div.underline{
  padding-bottom:30px;
  margin-bottom:10px;
}

.column.invisible{
  background-color:inherit;
  box-shadow:none;
}

.column.invisible img{
  border-radius:2px;
  box-shadow:0 2px 4px 0 rgba(0, 0, 0, .19);
}

.column__flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  -webkit-box-pack:start;
      -ms-flex-pack:start;
          justify-content:flex-start;
  margin:-5px
}

.column__flex img{
    margin:5px;
    width:45%;
}

.column__thumbnail:hover{
  cursor:pointer;
}

.column__text{
  margin:20px /* was 40px dej */
}

.column__text a{ /* would be nice: text-decoration:underline; */
}

.column__text a h5:hover,
    .column__text a h4:hover,
    .column__text a h3:hover{
      color:rgb(51, 78, 125);
}

.column__text img{
    margin-bottom:20px;
}

.column__text ul{
    font-size: 1.0rem;
	padding-left:1em;
	margin-top:1em;
}
.column__text img + img{
    margin-left:10px;
}

.column__text .btn{
    display:block;
    margin-bottom:20px;
}

.column__img{
    max-height:300px;
   max-width:95%;
}

.column__img + p{
  margin-top:20px;
}

.column__mixed{
}

.column__mixed img{
    width:100%;
}

.column__mixed .lead, .column__mixed .subtitle{
    color:#4A4A4A;
}

#magic .column__text{
  display:block;
  margin:20px /* was 40 dej */
}

#magic .column__text h5{
}

#magic .column__text img{
    width:100%;
}

#magic .column__text .column__description{
}

#magic .column__text .column__description .btn{
      margin-bottom:0;
}

table, thead, tbody, th, tr, td{
  display:block;
  width:100%;
  text-align:center;
  font-size:14px;
  font-weight:500;
}

tr{
  /* text-transform:uppercase; */
  margin-bottom:10px
}

tr:last-of-type{
    margin-bottom:0;
}

tr:last-of-type td{
      text-align:center;
}

th{
  display:none;
  color:#FFF;
  background-color:#00225C;
}

td{
  padding:10px;
  min-height:41px;
  text-align:right;
  text-transform:none;
  color:#4A4A4A;
  background-color:#F2F2F2;
}

form{
  margin-bottom:0;
}
/*
.field{
  margin-bottom:20px;
}

input, textarea, select{
  margin-bottom:0;
  border:none;
  border-radius:5px;
  background-color:#FFF;
}

input[type="checkbox"],
input[type="radio"]{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  position:relative;
  top:3px;
  margin:0 10px 0 0;
  width:15px;
  height:15px;
  border-radius:50%;
    background-color:#bfc5ce;
}

input[type="checkbox"]:active,
  input[type="checkbox"]:checked,
  input[type="radio"]:active,
  input[type="radio"]:checked{
    background-color:rgb(217, 217, 217);
}

input[type="checkbox"]:checked:before, input[type="radio"]:checked:before{
    content:'\2713';
    position:absolute;
    left:2px;
    top:-7px;
    font-size:20px;
    color:#00225C;
}

label{
  margin-bottom:10px;
  font-size:12px;
  font-weight:600;
} */

label.epsilon{
  text-transform:none;
}
/*
.required label:before{
  content:'* ';
} */

textarea{
  resize:none;
}

select{
  /* height:30px;
  font-family:'proxima-nova-condensed';
  font-size:12px;
  font-weight:400;
  color:#7A7A7A;*/
}

.article__img{
  margin-bottom:20px;
  text-align:center
}

.article__img img:hover{
    cursor:pointer;
}

.article__img--full{
  width:100%;
}

.article__img--left{
  max-width:50%;
  float:left;
}

.article__img--right{
  max-width:50%;
  float:right;
}

.color-wrap{
  padding-top:15px; /* was 50px dej */
  padding-bottom:1px; /* was 50px dej */
}

.color-wrap--eee{
  background-color:#EEE;
}

.color-wrap--f2{
  background-color:#e6e6e6;
}

.color-wrap--f5{
  background-color:#F5F5F5;
}

.color-wrap--f4{
  background-color:#F4F4F4;
}

.color-wrap--f6{
  background-color:#F6F6F6;
}

.color-wrap--f7{
  background-color:#F7F7F7;
}

.color-wrap--fb{
  background-color:#FBFBFB;
}

.underline{
  border-bottom:1px solid #9B9B9B;
}
.header {
    z-index: 9999; position:relative;
}

.logo-header{
  background-color:#00225C
}

.logo-header .container{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    padding-top:20px;
    padding-bottom:0px; /* was 20px dej */
}

.logo-header .container:after{
      display:none;
}

.logo-header p{
  color:#FFF;
}

.header__logo{
  display:block;
}

.logo__img{
  display:inline-block;
}

.header__slogan{
  display:none;
}

.header__action{
  display:inline-block;
  text-align:right;
}

.header__action p{
  font-size:14px;
  font-weight:700;
  letter-spacing:0.52px;
  line-height:11px;
  margin-bottom:0;
}

.header__action img{
  margin-right:7px;
}

.logo-header .btn{
  display:none;
}

.header__action-nav{
  padding:10px 0;
  margin:0;
  color:#FFF;
  border-radius:5px;
  font-family:'Roboto Condensed', sans-serif;
  font-size:14px;
  font-weight:700;
  letter-spacing:0.52px;
  line-height:14px;
  transition:0.1s ease all;
  background-color:#003380 /*was #6198C8 */
}

.header__action-nav li{
    position:relative;
    margin-bottom:0;
}

.header__action-nav li.drop-link{
    display:none;
}

.header__action-nav li a{
    display:block;
    padding:4px 20px;
    color:#FFF;
}

.header__action-nav li a .drop-arrow{
      display:inline-block;
      width:0;
      height:0;
      vertical-align:middle;
      border-left:5px solid transparent;
      border-right:5px solid transparent;
      border-top:5px solid #E77424;
}

.header__action-nav li a:hover{
    color:#fff;
    background-color:rgb(87, 137, 180);
}

.header__action-nav .drop-link > ul{
    display:none;
}

.header__action-nav .drop-link > ul.is-opened{
    position:absolute;
    z-index:10;
    top:22px; right:0;
    display:block;
    font-size:14px;
    text-align:left;
    background-color:rgb(142, 181, 215);
}

.header__action-nav .drop-link > ul.is-opened li{
      padding:4px 0;
}

.primary-nav{
	background-color:#00225C
}

.primary-nav .container{
		padding-bottom:10px; /* was 32px dej */
}

.primary-nav .container:before{
			display:none;
}

.primary-nav .container:after{
			display:none;
}

.nav-wrap{
	display:table;
	width:100%;
}

.primary-nav__list li{
	margin-bottom:0;
	color:#00225C;
	text-transform:uppercase;
	letter-spacing:1px;
}

.primary-nav__list a{
	font-size:13px;
	color:#FFF; /* was blank dej */
	font-weight:700;
	text-decoration:none;
}
/* new class product-nav dej */
.product-nav{
	background-color:#e6e6e6;
	padding-top:7px;
	padding-bottom:7px; /* was 20 dej */

		margin-bottom:0px;
}

.product-nav .container{

		padding-bottom:10px;
}

.product-nav .container:before{
			display:none;
}

.product-nav .container:after{
			display:none;
}

.product-nav__list li{
	margin-bottom:0;
	color:#00225C;
	text-transform:uppercase;
	letter-spacing:1px;
}

.product-nav__list a{
	/* font-size:18px; dej*/
	color:#737373;
	font-weight:700;
	text-decoration:none;
}
/* horizontal sub-nav code dej */

.product-nav ul li ul {
	background-color: #dce6ef;
	width: 100%;
	position: absolute;
	left: -9999px;
}

.product-nav ul li ul {
	margin: 0 auto;
	width: 100%;
}
.product-nav > ul > li:hover > a, .product-nav > ul > li.current_page_item > a.current {
	background-color: #dce6ef;
}

.product-nav > ul > li:hover > ul, nav > ul > li.current_page_item > ul {
	left: 0;
}

/* 3rd level */
.product-nav ul li ul li:hover ul {
  position:absolute;
  left:auto;
  top:auto;
  width:auto;
  clear:both;
  display:inline; /* was block dej */
}
.product-nav ul li ul li ul li {
  clear:both;
  display:inline; /* was block dej */
  min-width:150px;
}

.footer{
  text-align:center;
  color:#FFF;
  background-color:#00225C;
  width:100%;
  float:left;
}

.footer .container{
    padding-top:30px;
    padding-bottom:30px;
}

.footer a{
  color:#FFF
}

.footer a:hover{
    color:#6198C8;
}

.footer__group{
  width:100%;
  margin-bottom:20px
}

.footer__group:last-of-type{
    margin-bottom:0;
}

.footer__group p{
    margin:0;
}

.footer__group p:first-of-type{
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
}

.footer__group p:not(:last-of-type){
    margin-bottom:10px;
}

.footer__group p:not(:first-of-type){
    font-size:13px;
    font-weight:600;
}

.sidebar{
  font-weight:700;
  text-transform:uppercase;
  color:#7A7A7A
}

.sidebar li{
    background-color:#7A7A7A;
    padding:10px;
}

.sidebar li a{
      display:block;
      color:#FFF;
}

.sidebar li:hover{
    cursor:pointer;
    background-color:#E77424;
}

#info{
  padding-top:0px; /* was 20px dej */
}

#spotlight .lead{
  text-align:center;
  font-weight:400;
  color:#7A7A7A;
}

.slide{
  display:none;
}

.slide.is-active{
  display:inherit;
  -webkit-animation:hocus 1s;
          animation:hocus 1s;
}

@-webkit-keyframes hocus{
  from{ opacity:0 }
  to{ opacity:1 }
}

@keyframes hocus{
  from{ opacity:0 }
  to{ opacity:1 }
}

.slideshow{
  display:block;
  text-align:center;
  padding:0 40px 40px;
}

.slide-button{
  position:relative;
  display:inline-block;
  width:10px;
  height:10px;
  margin-right:5px;
  background-color:rgb(176, 204, 228);
  border-radius:50%;
}

.slide-button:last-of-type{
  margin-right:0;
}

.slide-button.is-current{
  background-color:#00225C;
}

.news-entry{
  margin-bottom:20px
}

.news-entry .underline{
    padding-bottom:5px;
    margin-bottom:15px;
}

.news-entry .lead{
    color:#6198C8;
    margin-bottom:0;
}

.news-entry p:last-of-type{
    margin-bottom:0;
}

.compare{
  margin-bottom:40px
}

.compare .container{
    text-align:center;
}

.compare .container:after, .compare .container:before{
      display:none;
}

.compare .container a.btn:first-of-type{
      display:none;
}

.compare__text{
  display:none;
}

#chambers img{
  display:block;
  margin:auto auto;
  max-height:180px;
  max-width:100%;
}

/* #chambers .btn{
  padding-left:10px;
  padding-right:10px;
  margin-bottom:0;
  width:100%;
  line-height:20px
} */

#chambers .btn:after{
    content:'\25b6';
    margin-left:5px;
}

#resources{
}

#resources .column:first-of-type{
}

#resources .column:first-of-type h5.underline{
      margin-bottom:0;
}

#resources h5.underline{
    font-size:18px;
    color:#4A4A4A;
    text-transform:none;
}

#resources p.subtitle{
    padding:5px;
    margin-bottom:0;
    font-weight:600;
    color:#00225C;
    border-bottom:1px solid #D8D8D8;
}

#resources p.subtitle:hover{
      background-color:#F7F7F7;
}

#resources li{
  font-size:14px;
}

#resources li a{
  font-weight:600;
  color:#00225C;
}

#related-products li{
  font-size:13px;
  font-weight:400;
  color:#4A4A4A;
}

#benchtop-features.container{
  margin-bottom:50px;
}

#benchtop-features p.lead{
  margin-bottom:20px;
  font-style:italic;
  color:#7A7A7A;
}

#filter-button{
  text-align:center;
  text-transform:uppercase;
  color:#FFF;
  background-color:#E77424;
  transition:0.1s ease all
}

#filter-button:hover{
    cursor:pointer;
    color:#FFF;
    background-color:rgb(208, 104, 32);
}

td span{
  position:absolute;
  left:10px;
  color:#00225C;
}

#locator .btn{
  padding-left:10px;
  padding-right:10px;
  margin-bottom:0;
  width:100%;
  line-height:20px;
}

#contact-info p.lead{
  margin-bottom:0;
  font-weight:700;
  text-transform:uppercase;
  color:#4A4A4A;
}

#contact-info div.underline{
  display:none;
}

#contact-info p{
  font-weight:600
}

#contact-info p:last-of-type{
    margin-bottom:0;
}

#contact-info + .column{
  margin-bottom:50px;
}

#blog-listing .column__img{
  display:none;
}

#blog-listing .column__text{
  margin:0;
}

@media only screen and (min-width: 360px){
  .column__flex{
  }
  .column__flex img{
      -ms-flex-preferred-size:auto;
          flex-basis:auto;
      width:auto;
  }
}

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

  #help .radio-group label:not(:last-of-type){
      margin-right:80px;
  }
  #help{
    text-align:center;
  }

  #help .radio-group{
    display:inline-block
  }

  #help .radio-group label{
      display:inline-block;
  }
}

@media only screen and (min-width: 570px){
  .header__slogan{
    display:inline-block;
    font-family:'Arial';
	font-size:13px;
    font-weight:600;
    margin-bottom:0;
  }

  .header__action p{
    margin-bottom:20px;
  }

  .logo-header .btn{
    display:block;
  }
}

@media only screen and (min-width: 640px){
  .container--600{
    margin:0 auto;
  }
}

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

  .container .column:last-of-type{
      margin-right:0;
  }

  .container .column{
      margin-right:20px;
  }

  .container .column.invisible{
      min-height:0px;
  }

  .container{
  }

  .container .column{
      min-height:480px;
  }

	.column--half{
		width:calc(99.9% * 1/2 - 10px)
	}

	.column--half:nth-of-type(2n){
      margin-right:0;
  }

	.column--third{
		width:calc(99.9% * 1/3 - 13.333333333333332px)
	}

	.column--third:nth-of-type(3n){
      margin-right:0;
  }

  .column--twothird{
    width:calc(99.9% * 2/3 - 6.666666666666666px);
  }

  .column--threequarter{
		width:calc(99.9% * 3/4 - 5px);
	}

	.column--quarter{
		width:calc(99.9% * 1/4 - 15px)
	}

	.column--quarter:nth-of-type(4n){
      margin-right:0;
  }
  .table-wrap{
    margin:-5px;
  }

  table{
	table-layout: fixed;
    display:table;
    width:100%;
    border-collapse:separate !important;
    border-spacing:5px !important;
    empty-cells:show !important;
  }

  thead{
    display:table-header-group;
  }

  tbody{
    display:table-row-group;
  }

  tr{
    display:table-row;
    margin-bottom:0;
  }

  th, td{
    display:table-cell;
    padding:5px !important;
    text-align:center !important;
    width:13%
  }

  th:last-of-type, td:last-of-type{
      width:22%;
  }
  .field-group{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
  }
  .field-group .field:not(:last-of-type){
      margin-right:20px;
  }

  .field{
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1;
  }
  .header__action-nav li.drop-link{
    display:block;
  }
  .primary-nav__list li:not(:first-of-type){
			padding-left:10px;
  }
  .primary-nav__list li{
			display:inline-block;
			padding-left:10px;
			padding-right:10px;
  }
  .primary-nav__list a.btn{
			display:none;
  }
	.primary-nav__list{
		display:table-cell;
		width:70%;
		text-align:left; /* was center dej */
		padding-left:13px; /* was zero dej */
		vertical-align:middle
	}
	.primary-nav__list a{
			display:block;
			font-size:12px;
			border-bottom:2px solid #FFF;
  }
	.primary-nav__list a:hover{
				border-bottom-color:#ff8000; /*was blue dej */
				color:#FFF; /*was blue dej */
  }

	.primary-nav__action{
		display:table-cell;
		width:70%;
		text-align:right
	}

	.primary-nav__action a.btn{
			display:inline-block;
			max-width:250px;
  }

	.primary-nav__toggle{
		display:none;
	}

	  .product-nav__list li:not(:first-of-type){
			padding-left:10px;
  }
  .product-nav__list li:first-of-type ul{
			display:inline-block;
  }
  .product-nav__list li{
			display:inline-block;
			padding-left:10px;
			padding-right:25px;
  }
  .product-nav__list a.btn{
			display:none;
  }
	.product-nav__list{
		display:table-cell;
		width:70%;
		text-align:center;
		vertical-align:middle
	}
	.product-nav__list a{
			display:block;
	/* font-size:18px; dej*/
			border-bottom:2px solid #FFF;
  }
	.product-nav__list a:hover{
				border-bottom-color:#ff8000; /*was blue dej */
				/* color:#FFF; was blue dej */
  }

  	.product-nav__list a:active{
				border-bottom-color:#ff8000; /*new item dej */
  }
	.product-nav__action{
		display:table-cell;
		width:70%;
		text-align:right
	}

	.product-nav__action a.btn{
			display:inline-block;
			max-width:250px;
  }

	.product-nav__toggle{
		display:none;
	}

	.footer__group:last-of-type{
      padding-left:20px;
      text-align:right;
  }

	.footer__group:nth-of-type(2){
      padding:0 20px;
      border-right:1px solid #9B9B9B;
      border-left:1px solid #9B9B9B;
  }
  .footer__group{
    display:inline-block;
    margin-bottom:0
  }
  .footer__group:first-of-type{
      padding-right:20px;
      text-align:left;
  }

  .footer__group.column--third{
  	width:33%;
  }

  .sidebar a:hover{
      color:#6198C8;
  }

  .sidebar li:hover{
      background-color:#00225C;
  }

  .sidebar li{
      padding:0;
      background-color:#00225C;
  }
  .sidebar{
    display:inline-block;
    position:fixed;
    top:260px; /* was 421% dej */
    max-width: 14%; /* was 15% dej */
    border-radius:0 5px 5px 0;
    color:#FFF;
    background-color:#00225C;
    transition:top 0.3s ease-in-out
  }
  .sidebar .container{
      margin:20px;
  }

  .sidebar.is-scrolled{
    top:20px;
    transition:top 0.3s ease-in-out;
  }

  .sidebar + .container{
    margin-left:15%;
  }

  .page-column{
    float:left;
  }

  .page-sidebar{
    width:25%;
    padding-right:5%
  }

  .page-sidebar ul{
      font-size:16px;
  }

  .page-sidebar + .page-article{
    width:70%;
    padding-right:0;
  }

  .page-sidebar--right + .page-article{
    right:25%;
  }
  .compare{
  }
  .compare .container{
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:horizontal;
      -webkit-box-direction:normal;
          -ms-flex-direction:row;
              flex-direction:row;
      -webkit-box-pack:justify;
          -ms-flex-pack:justify;
              justify-content:space-between;
      -webkit-box-align:center;
          -ms-flex-align:center;
              align-items:center;
  }
  .compare .container a.btn:first-of-type{
        display:block;
        visibility:hidden;
  }

  .compare__text{
    display:inline-block;
    max-width:205px
  }

  .compare__text p{
      margin-bottom:0;
  }
  td span{
    display:none;
  }
  #contact-info{
    margin-bottom:50px;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    min-height:350px
  }
  #contact-info .contact-wrap{
      width:95%;
  }

  #contact-info div.underline{
    display:block;
  }
  #blog-listing .column__img{
    display:inline-block;
  }
}

@media only screen and (min-width: 820px){
  .container--780{
    margin:0 auto;
  }
}

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

  .column__text .btn + .btn{
      margin-left:10px;
  }
  .column__text{
  }
  .column__text .btn{
      display:inline-block;
  }
}

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

  .primary-nav__list a{
			font-size:16px; /*was 13px dej */
  }
	.primary-nav__list{
	}
	.primary-nav__list li:not(:first-of-type){
			padding-left:25px; /* was 48 dej */
  }

	.primary-nav__action{
	}

	.primary-nav__action a.btn{
}
}

@media only screen and (min-width: 1240px){
  .container--1200{
    margin:0 auto;
  }
}

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

  .primary-nav__list.is-opened a{
			color:#FFF;
			font-size:16px;
  }

  .primary-nav__list.is-opened{
			top:127px;
			visibility:visible;
			opacity:1;
  }

  .primary-nav__list li:hover{
			background-color:rgb(236, 144, 80);
  }

  .primary-nav__list li{
			display:block;
			width:80%;
			padding-left:10px;
			line-height:40px;
  }
	.primary-nav__list{
		display:block;
		position:fixed;
		top:127px; left:0;
		z-index:50;
		padding:30px;
		width:100%;
		height:100%;
		visibility:hidden;
		opacity:0;
		background-color:#E77424;
		transition:all .5s ease
	}
	.primary-nav__list a.btn{
			font-size:16px; /* was 13px */
  }

	.primary-nav__action a.btn{
		font-size:13px;
	}

	.primary-nav__toggle{
		position:relative;
		display:table-cell;
		width:25px;
		height:20px;
		text-align:right;
		vertical-align:middle;
	}

	.is-opened ~ .primary-nav__toggle{
		position:relative;
		z-index:101;
	}
}
/* added new class .product-nav dej */
@media only screen and (max-width: 767px){

  .product-nav__list.is-opened a{
			color:#FFF;
			font-size:16px;
  }

  .product-nav__list.is-opened{
			top:127px;
			visibility:visible;
			opacity:1;
  }

  .product-nav__list li:hover{
			background-color:rgb(236, 144, 80);
  }

  .product-nav__list li{
			display:block;
			width:80%;
			padding-left:10px;
			line-height:40px;
  }
	.product-nav__list{
		display:block;
		position:fixed;
		top:127px; left:0;
		z-index:50;
		padding:30px;
		width:100%;
		height:100%;
		visibility:hidden;
		opacity:0;
		background-color:#E77424;
		transition:all .5s ease
	}
	.product-nav__list a.btn{
			font-size:16px; /* was 13px */
  }

	.product-nav__action a.btn{
		font-size:13px;
	}

	.product-nav__toggle{
		position:relative;
		display:table-cell;
		width:25px;
		height:20px;
		text-align:right;
		vertical-align:middle;
	}

	.is-opened ~ .product-nav__toggle{
		position:relative;
		z-index:101;
	}
}
/* horizontal nav dej source:
https://gist.github.com/stevewithington/8715426 */

.product-nav__list ul li a {
  display:block; /* was block dej */
	padding: 0.25em 1em;
}

.product-nav__list > ul {
	margin: 0 auto;
	width: 100%;
}


.product-nav__list ul li ul {
	background-color: #fff;
	width: 100%;
	position: absolute;
	left: -9999px;
}

.product-nav__list ul li ul {
	margin: 0 auto;
	width: 100%;
}
.product-nav__list > ul > li:hover > a, .product-nav__list > ul > li.current_page_item > a.current {
	background-color: #dce6ef;
}

.product-nav__list > ul > li:hover > ul, nav > ul > li.current_page_item > ul {
	left: 0;
}

/* 3rd level */
.product-nav__list ul li ul li:hover ul {
  position:absolute;
  left:auto;
  top:auto;
  width:auto;
  clear:both;
  display:inline; /* was block dej */
}
.product-nav__list ul li ul li ul li {
  clear:both;
  display:inline-block; /* was block dej */
  font-size:11px;
  min-width:150px;
  background-color: #dce6ef;
}

/* ----------------------------------------------------------------------------------  cover */
.cover {
	background-color: #6198c8;
	margin: 0 1px;
	height: 232px;
	padding: 0;
	position: relative;
}

.cover dl {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 40px;
	width: 200px;
	z-index: 20;
}
.cover dt {
	color: #fff;
	/* font-family: Arial, sans-serif; dej*/
	font-size: 120%; /* was 108 dej */
	font-weight: bold;
	padding-left: 8px;
	background-color: #6198c8;
}
.cover dd {
	font-size: 90%;
	margin: 10px 0 0 0;
	padding: 0;
}
.cover dd a {
	background: #6280a8 url(http://espec.com/images/interface/bg_banner_dd.gif) 96% 50% no-repeat;
	-moz-border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	-moz-box-shadow: 0px 0px 3px #333;
	-webkit-box-shadow: 0px 0px 3px #333;
	box-shadow: 0px 0px 3px #333;
	color: #fff;
	display: block;
	padding: 4px 8px;
}
.cover dd a:hover, .cover dd.active a{
	background-color: #00225c;
	color: #fff;
	text-decoration: none;
}

#slideshow {
	left: 0;
    position:relative;
    height: 232px;
	top: 0;
}
#slideshow div {
	background-color: #6198c8;
	position: absolute;
    top:0;
    left:0;
	width: 76%;
    z-index:8;
}
#slideshow div.active {
    z-index:10;
}
#slideshow div.last-active {
    z-index:9;
}
#slideshow div h1{
	left: 20px;
	position: absolute;
	top: 50px;
	color: #fff;
	/* font-family: Arial, sans-serif; dej */
	font-size: 176%;
	font-weight: bold;
	text-align: left;
	width: 450px;
}
#slideshow div h1 span {
	display: block;
	font-style: italic;
	font-weight: normal;
	width: 450px;
}
.s1 {
	margin-left: 25%;
}
.s2 {
	margin-left: 25%;
}
.s3 {
	margin-left: 25%;
}
.s4 {
	margin-left: 25%;
}
form .field-group .field required label{
  display:block !important;
}
/***********/
.min_hyt {
    min-height: 540px !important;
}
h5.sm_hythdng {
    padding: 6px 0px;
}


.min_hyt div a.prdct_main_img img{
    min-height: 180px;
}

@media screen and (max-width: 991px) {
  .column__text img {
    max-width: 100%;
  }

  .modelnofilter {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  tr:last-of-type td {
    text-align: right;
    padding-top: 8px;
  }

  .column__flex img {
    width: 100%;
  }

  .fltrow input,
  .fltrow select {
    width: 200px;
    background: #fff;
    border-radius: 0;
    height: 30px;
  }

  .column__text img {
    float: none !important;
    display: block;
    margin-bottom: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    height: auto !important;
  }
}