/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
    font-family: 'flexslider-icon';
    src: url('clientlib/css/fonts/flexslider-icon.eot');
    src: url('clientlib/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('clientlib/css/fonts/flexslider-icon.woff') format('woff'), url('clientlib/css/fonts/flexslider-icon.ttf') format('truetype'), url('clientlib/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity = 0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    content: '\f001';
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

/* ------------------------------------------------------------------------*/

/************storedetailspage css starts**********/

.partsStoreBanner {
	background-image: url("clientlib/images/StoredetailsPagedark.jpg");
	background-size: 100%, auto;
	background-repeat: no-repeat,repeat;
}

.salesOfficeText {
    color:white;
    padding: 5px 75px;
}

.salesOfficeHeader {
    color:white;
   	font-size:20px;
    padding: 30px 5px 5px 75px;
}

.salesOfficeTopContainer{
    margin-bottom:10px;
    padding-bottom:4%;
}
.salesOfficeBottomContainer{
   	background-color:white; 
    width: 85%;
   	margin: auto;
    overflow: hidden; 
    padding: 15px;
    max-width: 1024px;
}
.salesOfficeBottomContainer p{
    font-size:14px;
    line-height:18px; 
    margin:0px;
}
.salesOfficeBottomContainer p.phone{
    font-size:9px;
    line-height:12px;
    margin-top:5px;
}
.salesOfficeBottomContainer p.address{
    margin-bottom:10px;
}
.salesOfficeBottomContainer p.email{
    margin-top:10px;
}
.salesOfficeBottomContainer p.email a{
    color: #000000;
}
.toprow{
	.margin-top: 0px !important;
}
.rowleft{
    float:left;
    width:100%; 
}
.halfLeftContainer{
    margin: 10px 0 10px 0;
    width:50%;
    float:left;
}
.floatLeft{
   	float: left;
}
.floatRight{
   	float: right;
}
.padbottom{
   	padding-bottom: 10px;
}
.submit-button{
    width: auto;
    background: #f15c41;
    border: none;
    color: #fff;
}
.submit-grey-button{
    width: auto;
    background: #474848;
    border: none;
    color: #fff;
}
.promoImage{
    width: 266px;
    height:188px;
}
.biggerLeftContainer{
    margin: 10px 0 10px 0;
    width:60%;
    float:left;
}
.smallerRightContainer{
    margin: 10px 0 10px 0;
    width:40%;
    float:right;
}
.flexslider--carousel .slides .flex-active-slide{
	display:none !important;
}
.hide{
    display:none;
}
.flexslider--carousel{
    padding:0px !important;
}
.flexslider--carousel ul li:not([style*="display:none"]){
	margin-left:0 !important;  
  	margin-right:5px !important;
}
.smallerRightContainer img{
   	height:180px;
}
.flexslider--carousel .flex-direction-nav{
	display:none;
}
#storeStatus{
    border:0px;
}

/************storedetailspage css ends**********/

/* ------------------------------------------------------------------------*/


/* --------------------------------------------------------------------------------------------*/
/*************desktop  storedetailspage css starts***********/

@media only screen and (min-width:499px)   
{
    	.desktopDisplay { 
     	  	display:block;
  	  	}
        .mobileDisplay {
       	   	display: none;
    	}
}
/********desktop  storedetailspage css ends********/

/* ------------------------------------------------------------------------*/

/*************mobile  storedetailspage css starts************/

@media only screen and (max-width : 499px)   
{   
     	.mobileDisplay { 
    		display:block;
  		}
    	.desktopDisplay {
       		display: none;
    	}

    	.halfLeftContainer{
        	width:100%;
            float:left;
        }
}
/********mobile  storedetailspage css ends ********/

/* ------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------*/

/*************Image Gallery CSS starts************/

img {
  max-width: 100%;
}
.flexslider {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}
.flexslider .slides img {
  width: auto;
  display: inline-block;
}
.flex-direction-nav a {
  display: none;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Enable Ligatures ================ */
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga=1';
  -moz-font-feature-settings: 'liga';
  -ms-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga';
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 62em) {
  .flex-direction-nav a {
    display: block;
  }
}
.flex-direction-nav a:before {
  font-family: 'icomoon';
}
.flex-direction-nav a.flex-prev:before {
  content: '\e611';
}
.flex-direction-nav a.flex-next:before {
  content: '\e610';
}
.flex-control-paging li a {
  background: #e8e8e8;
  box-shadow: none;
}
.flex-control-paging li a.flex-active {
  background: #ed1c24;
}
.flexslider--hero {
  text-align: center;
}
.flexslider--hero:hover .flex-next {
  right: -40px;
}
@media screen and (min-width: 75em) {
  .flexslider--hero:hover .flex-next {
    right: 100px;
  }
}
.flexslider--hero:hover .flex-prev {
  left: -40px;
}
@media screen and (min-width: 75em) {
  .flexslider--hero:hover .flex-prev {
    left: 100px;
  }
}
.flexslider--hero .flex-direction-nav a {
  width: 200px;
  height: 200px;
  margin-top: -100px;
}
.flexslider--hero .flex-direction-nav a:before {
  padding: 80px;
  padding: 5rem;
}
.flexslider--hero .flex-control-nav {
  bottom: -17px;
  z-index: 2;
}
@media screen and (min-width: 62em) {
  .flexslider--hero .flex-control-nav {
    width: 900px;
    bottom: 10px;
    left: 50%;
    text-align: right;
    margin-left: -450px;
  }
  .flexslider--hero .flex-control-nav li {
    text-align: center;
  }
}
.flexslider--slider .btn-zoom {
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}
.flexslider--slider .btn-zoom [class^='icon-'],
.flexslider--slider .btn-zoom [class*=' icon-'] {
  margin-right: 5px;
  color: #7e7e7e;
}
.flexslider--slider a {
  position: relative;
  display: block;
}
.flexslider--slider img {
  display: inline-block !important;
  max-width: 80%;
  max-height: 530px;
}
.flexslider--carousel {
  margin: 10px 0 20px;
  margin: 0.625rem 0 1.25rem;
}
@media screen and (min-width: 62em) {
  .flexslider--carousel {
    margin-bottom: 50px;
    padding: 0 26px;
    padding: 0 1.625rem;
  }
}
.flexslider--carousel .slides li {
  margin: 1px 0 1px 10px;
  margin: 0.0625rem 0 0.0625rem 0.625rem;
  max-height: 60px;
  cursor: pointer;
}
.flexslider--carousel .slides li:first-child {
  margin-left: 0;
}
.flexslider--carousel .slides li img {
  max-height: 60px;
  border: 2px solid #fff;
}
.flexslider--carousel .slides .flex-active-slide img {
  border: 2px solid #ed1c24;
  box-shadow: inset 0 0 1px #f7b2b0;
}
.flexslider--carousel .flex-direction-nav .flex-prev,
.flexslider--carousel .flex-direction-nav .flex-next {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1; 
}
.flexslider--carousel .flex-direction-nav .flex-prev {
  left: 0;
  text-align: left;
}
.flexslider--carousel .flex-direction-nav .flex-next {
  right: 0;
  text-align: right;
}
.flexslider--carousel .flex-direction-nav .flex-disabled {
  color: #ccc;
} 
.flexslider--carousel .flex-direction-nav a {
  margin-top: -11px;
  width: 26px;
  height: 22px;
}
.flexslider--carousel .flex-direction-nav a:before {
  font-size: 22px;
  font-size: 1.375rem;
}
/*** The below css hides the arrow in flexslider carousel ***/
/*.flexslider--carousel .flex-direction-nav .flex-disabled { 
	opacity: 1 !important;
}*/

/*************Image Gallery CSS ends************/

/* ------------------------------------------------------------------------*/
/* Table of Contents
==================================================
    - Neat Vars
    - Neat Imports
    - Grid Set Up
    - Media Set Up
    - Colors & Fonts Vars
    - WUI Imports
    - General Styles
    - Header
    - Footer
*/
/*--------------NEAT-VARS*/
/* $visual-grid: true; */
/*--------------COLORS-FONTS-VARS*/
/*-------------NEAT-IMPORTS*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*--------------MEIDA-SET-UP*/
/*--------------GRID-SET-UP*/
.wrap {
  *zoom: 1;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2000; }
  .wrap:before, .wrap:after {
    content: " ";
    display: table; }
  .wrap:after {
    clear: both; }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    .wrap {
      width: 700px; } }
  @media screen and (max-width: 767px) {
    .wrap {
      padding: 0;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .wrap .countries {
      padding: 0 2%; } }
  .wrap .countries a {
    padding: 0 3px; }
  .wrap .left {
    display: block;
    float: left;
    margin-right: 1.26582%;
    width: 68.35443%;
    padding-right: 40px; }
    .wrap .left:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .wrap .left {
        padding: 0; } }
    @media screen and (max-width: 767px) {
      .wrap .left.post {
        float: none;
        padding: 0 20px;
        width: 100%; } }
  .wrap .right {
    display: block;
    float: left;
    /*margin-right: 1.26582%;*/
    width: 24.05063%;
    margin-left: 6.32911%; }
    .wrap .right:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .wrap .right.post {
        float: none;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .wrap .right {
        margin-left: 0; } }
    .wrap .right .widget {
      margin-bottom: 60px; }
      @media screen and (max-width: 767px) {
        .wrap .right .widget {
          margin-bottom: 0; } }
    .wrap .right h3 {
      margin-top: 22px; }
    @media screen and (max-width: 767px) {
      .wrap .right ul {
        padding: 0 2%; } }
    .wrap .right li {
      height: 20px;
      padding: 10px 0 30px 0;
      border-bottom: 1px solid #cccccc; }
      .wrap .right li a {
        color: #474848;
        display: block;
        padding: 0px 30px; }
        @media screen and (min-width: 768px) and (max-width: 959px) {
          .wrap .right li a {
            font-size: 12px; } }
        .wrap .right li a:hover {
          color: #f15c41; }
    .wrap .right img {
      width: 100%; }
  .wrap .left,
  .wrap .right {
    position: relative; }
    @media screen and (max-width: 767px) {
      .wrap .left,
      .wrap .right {
        float: none;
        width: 100%; } }
  .wrap .loading {
    display: block;
    margin: 0 auto; }

.wrap .halfleft{
    display: block;
    float: left;
    margin-right: 1%;
    width: 49%;
    /* padding-right: 40px; */}	

.wrap .halfright {
    display: block;
    float: left;
    /* margin-right: 1.26582%; */
    width: 50%;
    /*margin-left: 6.32911%;*/
   }

.wrap .three-forth-left {
    display: block;
    float: left;
    margin-right: 1.26582%;
    width: 68.35443%;
    /* padding-right: 10px; */
}
.wrap .one-forth-right {
    display: block;
    float: left;
    /* margin-right: 1.26582%; */
    width: 30%;
    /* margin-left: 6.32911%; */
}

.row {
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .row {
      margin-bottom: 30px; } }

.two-boxes {
  display: block;
  float: left;
  margin-right: 1.26582%;
  width: 49.36709%;
  position: relative; }
  .two-boxes:last-child {
    margin-right: 0; }
  .two-boxes img {
    width: 100%; }

.three-boxes {
  display: block;
  float: left;
  margin-right: 1.26582%;
  width: 32.46835%;
  position: relative; }
  .three-boxes:last-child {
    margin-right: 0; }
  .three-boxes img {
    width: 100%;
    border-bottom: 4px solid transparent; }
  .three-boxes a:hover img {
    border-bottom: 4px solid #f15c41; }

.four-boxes {
  display: block;
  float: left;
  margin-right: 1.26582%;
  width: 24.05063%;
  position: relative; }
  .four-boxes:last-child {
    margin-right: 0; }
  .four-boxes img {
    width: 100%; }

.six-col-box {
  display: block;
  float: left;
  margin-right: 1.26582%;
  width: 36.70886%;
  position: relative; }
  .six-col-box:last-child {
    margin-right: 0; }
  .six-col-box img {
    width: 100%; }

/*-------------WUI-IMPORTS*/
/*---RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

/* The following is to apply a fix for issues with invisible titles https://code.google.com/p/chromium/issues/detail?id=336476 */
body
{
    -webkit-animation-duration: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix{
	from{ 	opacity: 1; }
	to{	opacity: 1; }
}
/* end of fix */

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a {
  text-decoration: none; }

/* 
.wf-loading h1{
		visibility: hidden;
	}
	.wf-active h1{
		visibility: visible;
	}
 */
.home .three-boxes a:hover img {
  border-bottom: 5px transparent solid; }
@media screen and (max-width: 767px) {
  .home .wrap.row {
    padding: 0 2%; } }

#carousel,
#full-image {
  background: url("clientlib/images/mid-section-bg.png");
  border-top: 3px #999999 solid;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%; }
  #carousel img,
  #full-image img {
    height: auto;
    vertical-align: middle;
    width: 100%; }
  #carousel .carousel-container,
  #carousel #slides,
  #full-image .carousel-container,
  #full-image #slides {
    float: left;
    position: relative; }
  #carousel .carousel-container,
  #full-image .carousel-container {
    float: left;
    margin-bottom: 70px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      #carousel .carousel-container,
      #full-image .carousel-container {
        margin-bottom: 30px; } }

#full-image {
  margin-bottom: 50px; }

#slides,
.slide,
.slide-text {
  color: #474848; }

#slides {
  width: 100%; }

.slide {
  display: none;
  width: 100%;
  position: relative; }
  .slide.current-slide {
    display: block; }
  .slide .read-more {
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .slide .read-more {
        font-size: 14px !important;
        top: 10px !important; } }

.slide-text {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-top: 85px;
  width: 450px; }
  .slide-text.text-left {
    margin-left: -420px; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .slide-text.text-left {
        width: 350px;
        left: 50%;
        margin-left: -360px;
        margin-top: 55px; } }
    @media screen and (max-width: 479px) {
      .slide-text.text-left {
        left: 5%;
        margin-left: -140px;
        margin-top: 15px; } }
    @media screen and (max-width: 767px) {
      .slide-text.text-left {
        border-bottom: solid 1px #ccc;
        left: 5%;
        margin-left: 0;
        margin-top: 20px;
        position: relative;
        padding-bottom: 40px;
        width: 90%; }
        .slide-text.text-left h1 {
          background: none;
          color: #474848 !important;
          font-size: 35px;
          padding-top: 0; }
          .slide-text.text-left h1 .line-2 {
          	color: #474848 !important;
            font-size: 25px; }
		  .slide-text.text-left h1 .line-1 {
          	color: #474848 !important;}
        .slide-text.text-left p {
          color: #474848 !important;
          display: block; } }
    @media screen and (max-width: 340px) {
      .slide-text.text-left h1 {
        font-size: 26px !important; }
        .slide-text.text-left h1 .line-2 {
          font-size: 19px !important; } }
  .slide-text.text-right {
    margin-left: 0; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .slide-text.text-right {
        width: 350px;
        margin-left: 20px;
        margin-top: 55px; } }
    @media screen and (max-width: 479px) {
      .slide-text.text-right {
        left: 5%;
        margin-left: -30px;
        margin-top: 15px; } }
    @media screen and (max-width: 767px) {
      .slide-text.text-right {
        border-bottom: solid 1px #ccc;
        left: 5%;
        margin-left: 0;
        margin-top: 20px;
        position: relative;
        padding-bottom: 40px;
        width: 90%; }
        .slide-text.text-right h1 {
          background: none;
          color: #474848 !important;
          font-size: 35px;
          padding-top: 0; }
          .slide-text.text-right h1 .line-2 {
          	color: #474848 !important;
            font-size: 25px; }
		  .slide-text.text-right h1 .line-1 {
          	color: #474848 !important;}
        .slide-text.text-right p {
          color: #474848 !important;
          display: block; } }
  .slide-text h1 {
    width: 100%;
    background-image: url("clientlib/images/home_heading_bar_horiz.jpg");
    color: white;
    float: none;
    font-size: 40px !important;
    font-family: PragmaticaCL, Arial, "Lucida Grande", sans-serif !important;
    font-weight: lighter;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: 1px; }
    @media screen and (min-width: 960px){
	.slide-text h1 .line-1{}}
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .slide-text h1 {
        font-size: 30px; } }
    @media screen and (max-width: 767px) {
      .slide-text h1 {
        width: 100%;
        background-position: 0 0;
        font-size: 20px;
        padding: 15px 0 0 0; } }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .slide-text h1 {
        font-size: 30px; } }
    @media screen and (max-width: 479px) {
      .slide-text h1 {
        background-image: none;
        font-size: 35px; } }
    .slide-text h1.testfont {
      font-family: HelveticaNeueLtCn, PragmaticaEL, Arial, "Lucida Grande", sans-serif; }
    .slide-text h1 .first-word {
      color: #f15c41; }
    .slide-text h1 .line-2 {
      display: block; }
      @media screen and (min-width: 480px) and (max-width: 767px) {
        .slide-text h1 .line-2 {
          font-size: 24px; } }
      @media screen and (max-width: 479px) {
        .slide-text h1 .line-2 {
          font-size: 20px; } }
  .slide-text h2 {
    width: 100%;
    color: white;
    float: none;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .slide-text h2 {
        font-size: 22px; } }
    @media screen and (max-width: 767px) {
      .slide-text h2 {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        padding: 0; } }
  .slide-text p {
    width: 100%;
    color: white;
    float: none;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 10px 0;
    font-weight: 200; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .slide-text p {
        font-size: 12px; } }
    @media screen and (max-width: 767px) {
      .slide-text p {
        display: none;
        font-size: 14px; } }
  .slide-text a.read-more {
    background: none;
    color: #f15c41;
    position: relative;
    padding: 5px 10px;
    text-align: right;
    top: 5px;
    width: 100%; }
    .slide-text a.read-more .triangleRight {
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 3.5px;
      border-left-color: #f15c41;
      display: block;
      position: absolute;
      left: 0;
      top: 10px; }
      @media screen and (max-width: 767px) {
        .slide-text a.read-more .triangleRight {
          top: 9px;
          right: 70px; } }
    @media screen and (max-width: 767px) {
      .slide-text a.read-more {
        font-size: 12px;
        top: -5px; } }
  @media screen and (max-width: 340px) {
    .slide-text h1 {
      font-size: 26px !important; }
      .slide-text h1 .line-2 {
        font-size: 19px !important; } }

#triggers-container {
  position: absolute;
  left: 50%;
  margin-left: -480px;
  width: 960px; }
  @media only screen and (min-width: 768px){
	#triggers-container {
      bottom: -25px; } }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    #triggers-container {
      margin-left: -350px;
      width: 700px; } }
  @media screen and (max-width: 767px) {
    #triggers-container {
      position: absolute;
      top: 10px;
      left: 5%;
      margin-left: 0;
      width: 100%; } }

#triggers {
  float: right;
  list-style-type: none;
  margin: 0 67px 0 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    #triggers {
      float: left;
      margin: 0; } }
  #triggers li {
    border: 2px white solid;
    cursor: pointer;
    display: block;
    float: left;
    height: 59px;
    margin: 0 10px 0 0;
    overflow: hidden;
    position: relative;
    width: 74px;
    box-shadow: 0 0 5px darkgrey; }
    @media screen and (max-width: 767px) {
      #triggers li {
        background: #fff;
        border: 1px #999999 solid !important;
        box-shadow: none;
        height: 8px;
        width: 8px;
        opacity: .8;
        filter: alpha(opacity=80); }
        #triggers li img {
          display: none; } }
    #triggers li.overflow {
      overflow: visible; }
    #triggers li.current-trigger {
      background: #f15c41;
      border-color: #f15c41;
      bottom: 10px !important;
      box-shadow: 0 0 5px #474848;
      opacity: 1;
      filter: alpha(opacity=100); }
      @media screen and (max-width: 767px) {
        #triggers li.current-trigger {
          border: 1px #f15c41 solid !important;
          bottom: 0 !important;
          box-shadow: none; } }
    #triggers li:last-child {
      margin: 0; }

/*version2*/
#triggers-containerV2 {
  position: absolute;
  top: 30px;
  right: -320px;
  width: 960px; }
  @media screen and (max-width: 767px) {
    #triggers-containerV2 {
      position: absolute;
      top: 90%;
      right: 0px; } }
  #triggers-containerV2 div {
    background: url("clientlib/images/transparent-bg.png") repeat 0 0;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 63px;
    width: 320px; }
    #triggers-containerV2 div h3 {
      border-bottom: none;
      color: white;
      font-weight: normal;
      margin-bottom: 0;
      padding-bottom: 0; }
    #triggers-containerV2 div span {
      color: white;
      font-size: 12px;
      line-height: 18px; }
    @media screen and (max-width: 767px) {
      #triggers-containerV2 div {
        display: none; } }
    #triggers-containerV2 div.closed {
      background: url("clientlib/images/triggerOpen.png") no-repeat 0 -2px; }
    #triggers-containerV2 div.open {
      background: url("clientlib/images/triggerClosed.png") no-repeat 0 -2px; }
  #triggers-containerV2 #show {
    position: absolute;
    top: 0px;
    right: 321px;
    border: none;
    height: 62px;
    width: 58px; }

#triggersV2 {
  background: url("clientlib/images/transparent-bg.png") repeat 0 0;
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0 10px; }
  @media screen and (max-width: 767px) {
    #triggersV2 {
      background: none;
      opacity: 1;
      filter: alpha(opacity=100); } }
  #triggersV2 li {
    border: 2px white solid;
    cursor: pointer;
    display: block;
    float: left;
    margin: 5px 5px;
    position: relative;
    width: 65px;
    box-shadow: 0 0 5px darkgrey; }
    @media screen and (max-width: 479px) {
      #triggersV2 li {
        height: 40px;
        width: 50px; } }
    #triggersV2 li.current-trigger {
      border-color: #f15c41;
      box-shadow: 0 0 5px grey; }

.quick-view {
  position: absolute;
  right: -125px;
  bottom: 0%;
  background: url("clientlib/images/pop-up-bg.png");
  display: none;
  height: 94px;
  margin-bottom: 15px;
  padding: 10px;
  width: 314px; }
  .quick-view img {
    border: 1px #474848 solid;
    float: left;
    height: 60px !important;
    margin-right: 10px;
    width: 65px !important; }
  .quick-view h2, .quick-view p {
    clear: none;
    float: left;
    margin: 0;
    width: 215px; }
  .quick-view h4 {
    padding-top: 0; }
  .quick-view p {
    font-size: 12px;
    line-height: 19px;
    padding-top: 5px; }
  .quick-view .view-triangle {
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    border-top-color: #474848;
    bottom: -12px;
    height: 0px;
    position: absolute;
    right: 150px;
    width: 0px; }
  @media screen and (max-width: 767px) {
    .quick-view {
      opacity: 0 !important; } }

@media screen and (max-width: 767px) {
  .cta-box {
    margin: 0 auto 10px auto;
    float: none;
    width: 90%; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  .cta-box:last-child {
    margin: 0 auto 10px auto; } }
@media screen and (max-width: 479px) {
  .cta-box:last-child {
    margin: 0 auto 10px auto; } }
.cta-box div {
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 100%;
  background: transparent url("clientlib/images/darkGrey80.png") repeat top left;
  border-bottom: 5px transparent solid;
  color: white;
  padding: 5px 10px; }
  @media screen and (max-width: 767px) {
    .cta-box div {
      width: 100%;
      margin: 0; } }
  .cta-box div h2 {
    padding-top: 0;
    color: white;
    line-height: 25px; 
    font-size: 15px;
    font-weight: 500;}
  .cta-box div h4 {
    padding-top: 0;
    color: white;
    line-height: 25px;}
.cta-box a:hover div {
  border-bottom: 5px solid #f15c41; }

.story-overview {
  display: block;
  float: left;
  margin-right: 1.26582%;
  width: 21.89873%;
  border-right: 1px solid #cccccc;
  float: left;
  height: 300px;
  position: relative;
  padding-right: 1.26582%; }
  .story-overview:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    .story-overview {
      height: 360px; } }
  @media screen and (max-width: 767px) {
    .story-overview {
      margin: 0 auto 10px auto;
      float: none;
      border: none; }
      .story-overview:last-child {
        margin: 0 auto 30px auto; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .story-overview {
      height: auto;
      padding: 0 2% 20px 2%;
      width: 100%; } }
  @media screen and (max-width: 479px) {
    .story-overview {
      height: auto;
      padding: 0 2% 20px 2%;
      width: 100%; } }
  .story-overview:hover {
    text-decoration: none; }
  .story-overview h4 {
    margin-bottom: 5px; }
  .story-overview img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .story-overview .copy {
      color: #fff;
      background: transparent url("clientlib/images/darkGrey80.png") repeat top left;
      bottom: 20px;
      padding: 10px;
      position: absolute;
      width: 96%; }
      .story-overview .copy p {
        color: #fff;
        font-size: 14px; }
      .story-overview .copy span {
        display: none; } }
  .story-overview p {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    position: relative; }
    .story-overview p.sub-title {
      font-weight: 500;
      margin: 5px 0; }
  .story-overview span.read-more {
    position: absolute;
    bottom: 5px;
    left: 0px;
    background: url("clientlib/images/mid-section-bg.png");
    border-bottom: 1px transparent solid;
    border-radius: 0;
    color: #f15c41;
    padding: 5px 10px;
    text-align: right;
    width: 197px; }
    .story-overview span.read-more .triangleRight {
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 3.5px;
      border-left-color: #f15c41;
      display: block;
      position: absolute;
      right: 75px;
      top: 50%;
      margin-top: -3px; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .story-overview span.read-more {
        width: 143px; } }
    @media screen and (max-width: 767px) {
      .story-overview span.read-more {
        left: 2%;
        width: 96%; } }
  .story-overview:active span.read-more, .story-overview:hover span.read-more {
    background: #474848;
    border-bottom: 2px #f15c41 solid;
    color: white; }
    .story-overview:active span.read-more .triangleRight, .story-overview:hover span.read-more .triangleRight {
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 3.5px;
      border-left-color: white;
      display: block;
      position: absolute;
      right: 75px;
      top: 10px; }

.recent-news-box {
  display: block;
  float: left;
  margin-right: 1.26582%;
  width: 30.37975%;
  float: left; }
  .recent-news-box:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .recent-news-box {
      margin: 20px auto;
      padding: 0 2%;
      width: 100%; } }
  @media screen and (max-width: 479px) {
    .recent-news-box {
      margin: 0 auto 10px auto; }
      .recent-news-box:last-child {
        margin: 0 auto 10px auto; } }
  .recent-news-box a.read-more {
    background: url("clientlib/images/readmore-bg.png") top left;
    color: #f15c41;
    float: right;
    font-size: 10px;
    position: relative;
    text-align: right;
    width: 100%; }
    .recent-news-box a.read-more:hover {
      background: #454545;
      border-bottom: 2px #F15C41 solid;
      color: #FFF;
      text-decoration: none; }
    .recent-news-box a.read-more:hover .triangleRight {
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 3.5px;
      border-left-color: white; }
    @media screen and (max-width: 767px) {
      .recent-news-box a.read-more {
        display: block;
        float: left;
        margin-right: 1.26582%;
        width: 43.03797%;
        background: none;
        float: right;
        font-size: 12px;
        margin-top: 10px; }
        .recent-news-box a.read-more:last-child {
          margin-right: 0; }
        .recent-news-box a.read-more .triangleRight {
          right: 100px; } }
  .recent-news-box .share-box {
    width: 100%;
    border-top: 1px solid #cccccc;
    margin-bottom: 0;
    margin-top: 65px; }
    .recent-news-box .share-box .share li {
      margin-right: 10px; }
      .recent-news-box .share-box .share li a {
        background: url("clientlib/images/social.png") no-repeat 0 0; }
        .recent-news-box .share-box .share li a:hover {
          background: url("clientlib/images/social.png") no-repeat 0 -25px; }
        .recent-news-box .share-box .share li a.twitter {
          background-position: -37px 0; }
        .recent-news-box .share-box .share li a:hover.twitter {
          background-position: -37px -25px; }
        .recent-news-box .share-box .share li a.googleplus {
          background-position: -72px 0; }
        .recent-news-box .share-box .share li a:hover.googleplus {
          background-position: -72px -25px; }
        .recent-news-box .share-box .share li a.youtube {
          background-position: -107px -1px; }
        .recent-news-box .share-box .share li a:hover.youtube {
          background-position: -107px -26px; }
        .recent-news-box .share-box .share li a.linkedIn {
          background-position: -143px 0px; }
        .recent-news-box .share-box .share li a:hover.linkedIn {
          background-position: -143px -25px; }
    @media screen and (max-width: 767px) {
      .recent-news-box .share-box {
        border: none;
        display: block;
        float: left;
        margin-right: 1.26582%;
        width: 55.6962%;
        margin-top: 10px; }
        .recent-news-box .share-box:last-child {
          margin-right: 0; }
        .recent-news-box .share-box p {
          display: none; } }
  .recent-news-box .triangleRight {
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 3.5px;
    border-left-color: #f15c41;
    display: block;
    position: absolute;
    right: 85px;
    top: 11px; }

#mid-section {
  background: url("clientlib/images/mid-section-bg.png");
  border-bottom: 1px solid #ededed;
  padding: 0 0 40px 0;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    #mid-section {
      padding: 0 0 0 0;
      margin-bottom: 30px; } }

.recent-news {
  border-top: 1px #cccccc solid;
  margin-top: 5px;
  padding-top: 10px; }
  .recent-news li {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px; }
    .recent-news li.last {
      margin-bottom: 0; }
  .recent-news a {
    color: #474848;
    display: block;
    float: none;
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 10px; }
    .recent-news a:hover {
      color: #f15c41; }
  .recent-news .post-date {
    display: block;
    font-size: 11px;
    float: left;
    line-height: 15px; }
  .recent-news .pipe {
    float: left;
    padding: 0 2px;
    margin-top: -1px; }

.about #ir-curve {
  display: none; }
.about #pulse {
  width: 23px;
  height: 15px;
  background: url("clientlib/images/pulseArrow.png");
  opacity: 0.3;
  position: absolute;
  top: 50px;
  right: 20px;
  z-index: 5000; }
  @media screen and (max-width: 767px) {
    .about #pulse {
      display: none; } }

@media screen and (min-width: 768px) and (max-width: 959px) {
  #page-nav-container {
    display: none; } }
@media screen and (max-width: 767px) {
  #page-nav-container {
    display: none; } }

#page-nav {
  background: transparent url("clientlib/images/black90.png") repeat left top;
  overflow: hidden;
  width: 100%; }
  #page-nav .wrap {
    position: relative; }
  #page-nav ul {
    display: block;
    float: left;
    margin-right: 1.26582%;
    width: 87.34177%;
    margin-left: 6.32911%; }
    #page-nav ul:last-child {
      margin-right: 0; }
  #page-nav li {
    float: left;  
    width:20%;}
	#page-nav li:nth-child(6n){
        clear:both;
    }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      #page-nav li {
        display: block;
        float: left;
        margin-right: 1.26582%;
        width: 30.37975%; }
        #page-nav li:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 767px) {
      #page-nav li {
        float: none; } }
    #page-nav li.last a {
      padding-right: 0; }

  #page-nav a {
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 15px;
    text-decoration: none; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      #page-nav a {
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (max-width: 767px) {
      #page-nav a {
        padding-left: 0;
        padding-right: 0; } }
    #page-nav a.highlight {
      color: #f15c41; }
  #page-nav.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000; }
  #page-nav .scotty {
    position: absolute;
    top: 30%;
    right: 10px;
    background: transparent url("clientlib/images/close_triangle_white.png") no-repeat left center;
    color: #fff;
    cursor: pointer;
    display: none;
    padding-left: 15px; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      #page-nav .scotty {
        bottom: 10px;
        top: auto; } }

.about-section {
  position: relative; }
  .about-section img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .about-section .slide-text {
      position: absolute;
      top: 20px;
      left: 20px;
      margin: 0; }
      .about-section .slide-text h1, .about-section .slide-text a {
        display: block;
        width: 300px; } }
  @media screen and (max-width: 340px) {
    .about-section .slide-text h1, .about-section .slide-text a {
      display: block;
      width: 280px; } }
  .about-section .slide-text.grey h1,
  .about-section .slide-text.grey p {
    color: #474848; }
    @media screen and (max-width: 767px) {
      .about-section .slide-text.grey h1,
      .about-section .slide-text.grey p {
        color: white; } }
  .about-section .slide-text h1 {
    background-image: url("clientlib/images/heading_bar_horiz.jpg");
    font-size: 60px;
    font-weight: lighter;
    padding-top: 5px;
    text-transform: none; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .about-section .slide-text h1 {
        font-size: 58px; } }
    @media screen and (max-width: 767px) {
      .about-section .slide-text h1 {
        background-image: url("clientlib/images/heading_bar_horiz.jpg");
        background-repeat: no-repeat;
        background-color: rgba(0, 0, 0, 0.6);
        background-position: 10px 5px;
        color: white;
        font-size: 40px;
        margin: 0 0 1px 0;
        padding: 15px 10px; } }
    @media screen and (max-width: 479px) {
      .about-section .slide-text h1 {
        font-size: 25px; } }
  .about-section .slide-text p {
    margin: 5px 0 20px 0; }
    @media screen and (max-width: 767px) {
      .about-section .slide-text p {
        display: none; } }
  .about-section .slide-text a:hover {
    text-decoration: none; }
  .about-section .slide-text .about-read-more {
    background: transparent url("clientlib/images/list-item-arrow.png") no-repeat left center;
    font-weight: bold;
    padding: 5px 10px; }
    .about-section .slide-text .about-read-more:hover {
      text-decoration: underline; }
    @media screen and (max-width: 767px) {
      .about-section .slide-text .about-read-more {
        background-color: rgba(0, 0, 0, 0.6);
        background-position: 10px center;
        color: white;
        font-size: 13px;
        font-weight: bold;
        padding: 5px 20px; } }
  @media screen and (max-width: 767px) {
    .about-section .slide-text.text-left {
      border-bottom: none; } }
  @media screen and (max-width: 767px) {
    .about-section .slide-text.text-right {
      border-bottom: none; } }
.product-detail .renewCheckDisable{
	pointer-events: none;  
    background: #dddddd;                                           
}
.product-detail h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px; }
.product-detail table {
  border-collapse: collapse;
  color: #474848;
  width: 100%; }
  @media screen and (max-width: 959px) {
    .product-detail table table, .product-detail table thead, .product-detail table tbody, .product-detail table th, .product-detail table td, .product-detail table tr {
      display: block; }
    .product-detail table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .product-detail table tr {
      border: 1px solid #474848;
      border-bottom: none; }
    .product-detail table td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #474848;
      overflow: hidden;
      position: relative;
      padding-left: 50%; }
      .product-detail table td:last-child {
        border-bottom: none; }
    .product-detail table td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap; } }
  .product-detail table th,
  .product-detail table td {
    padding: 10px 20px; }
    .product-detail table th:first-child,
    .product-detail table td:first-child {
      padding-left: 0; }
  .product-detail table th {
    font-size: 13px;
    font-weight: bold; }
  .product-detail table td {
    font-size: 12px; }
    .product-detail table td:first-child {
      padding-left: 5px; }
    @media screen and (max-width: 959px) {
      .product-detail table td {
        padding: 10px 5px; } }
  .product-detail table .mobile-col {
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    width: 35%; }
.product-detail .even-row td {
  background: #f1f1f1;
  background-color: rgba(234, 234, 234, 0.4); }
.product-detail .right .widget img {
  float: none;
  margin: 0;
  width: 100%; }
.product-detail .right .widget li {
  height: 20px;
  padding: 10px 0 30px 0; }
  .product-detail .right .widget li:last-child {
    border-bottom: 1px solid #474848; }
  .product-detail .right .widget li a {
    display: block;
    padding: 0 30px; }
.product-detail .right #local-sales-office .location {
    padding-bottom: 113px !important; 
    padding-left: 10px !important;}
.product-detail .right #local-sales-office .phone {
    padding-left: 10px !important;}
.product-detail .right #local-sales-office .notebook {
    padding-left: 10px !important;}
.product-detail .right #local-sales-office .email {
    padding-left: 10px !important;}
@media screen and (max-width: 767px) {
  .product-detail .right .widget ul {
    padding: 0; } }
.product-detail .right .cta-box {
  border-bottom: 1px solid #474848;
  padding-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .product-detail .right .cta-box {
      margin: 0 auto 10px auto;
      padding: 0 0 10px 0;
      float: none;
      width: 100%; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .product-detail .right .cta-box:last-child {
      margin: 0 auto 10px auto; } }
  @media screen and (max-width: 479px) {
    .product-detail .right .cta-box:last-child {
      margin: 0 auto 10px auto; } }
  .product-detail .right .cta-box div {
    position: absolute;
    bottom: 15px;
    left: 0px; }
    @media screen and (max-width: 767px) {
      .product-detail .right .cta-box div {
        width: 100%;
        margin: 0; } }
.product-detail .product-carousel .item-title {
  position: relative; }
  
/* Adding Table Design for Product Specs and Table Component in Trane Commercial */
    .table-commer tr:nth-child(even) {background: #CCC !important}
	.table-commer tr:nth-child(odd) {background: #FFF !important}
	.table-commer tr:nth-child(1) {font-weight: bold !important; text-align: centre !important;}
    .table-commer  th, .table-commer  td {padding: 5px 5px !important;}
    .table-commer  td{font-size: 12px !important;}
    .table-commer  th{font-size: 13px !important;}
    .table-commer table,.table-commer th,.table-commer td {border: 1px solid black !important;}

    /*.product-detail tr:nth-child(even) {background: #CCC !important}
	.product-detail tr:nth-child(odd) {background: #FFF !important}*/
	.product-detail tr:nth-child(1) {font-weight: normal !important; text-align: centre !important;}
    .product-detail  th, .product-detail  td {padding: 5px 5px !important;}
    .product-detail  td{font-size: 12px !important;}
    .product-detail  th{font-size: 13px !important;}
    .product-detail table,.product-detail th,.product-detail td {border: 1px solid black !important;}
    
/* Closing the Table Design */

#intro {
  position: relative; }
  #intro img {
    width: 100%; 
    height: auto;
  }
  #intro p {
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      #intro p {
        margin: 50px 2%; } }
  #intro h1 {
    background: none;
    color: #fff;
    font-size: 40px;
    letter-spacing: 3px;
    margin-bottom: 0px;
    padding-top: 0;
    width: 300px; }
    #intro h1.text-right {
      /*position: absolute;
      top: 60px;
      right: 0px; */
	 }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        #intro h1.text-right {
        /*  position: absolute;
          top: 60px;
          right: -45px;
          width: 250px; */} }
      @media screen and (max-width: 767px) {
        #intro h1.text-right {
          color: #474848;
          font-size: 45px;
          margin-top: 20px;
          min-width: 100%;
         /* padding-bottom: 30px;*/
          position: relative;
          right: 0px;
          text-align: left; } 
          #intro h1.text-right h1 {
            width: 250px; }
		}
      @media screen and (max-width: 340px) {
        #intro h1.text-right {
          top: 30px;
          padding-bottom: 0;
          line-height: 26px; } }
    #intro h1.text-left {
      /*position: absolute;
      top: 60px;
      left: 60px; */
	}

	@media screen and (min-width: 768px) and (max-width: 959px) {
        #intro h1.text-left {
          position: absolute;
          top: 60px;
          left: 30px; } }
      @media screen and (max-width: 767px) {
        #intro h1.text-left {
          color: #474848;
          font-size: 45px;
          margin-top: 20px;
          min-width: 100%;
          position: relative;
          right: 0px;
          text-align: left; } }
      @media screen and (max-width: 340px) {
        #intro h1.text-left {
          top: 30px;
          padding-bottom: 0;
          line-height: 26px; } }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      #intro h1 {
        font-size: 25px;
        max-width: 40%; } }
    @media screen and (max-width: 767px) {
      #intro h1 {
        font-size: 28px;
        max-width: 43%; } }
    #intro h1 .main {
      background: transparent url("clientlib/images/heading_bar_horiz.jpg") no-repeat left top;
      display: inline;
      padding-top: 5px; }
      @media screen and (max-width: 340px) {
        #intro h1 .main {
          font-size: 26px !important; } }
    #intro h2.sub {
      display: block;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: 1px;
      margin: 10px 0;
      text-transform: none; 	  
      /*position: absolute;
      top: 140px;
      right: 0px;*/
      color: #fff; 
	  width: 300px;
	  font-size: 12px;}
    @media screen and (max-width: 767px) {
    #intro h2.sub {
        margin-top: 0;
        color: #474848;
        position: relative;
        top: 0px;
        min-width: 100%;
        } }
    @media screen and (max-width: 959px) and (min-width: 768px){
    #intro h2.sub {
       /* max-width: 29%;
        top: 125px;*/
        font-size: 17px;
        } }
    @media screen and (min-width: 960px){
    #intro h2.text-left{
    	/*position: absolute;
        top: 140px;
        left: 60px;*/
    }}
    @media screen and (max-width: 959px) and (min-width: 768px){
    #intro h2.text-left{
        position: absolute;
        top: 150px;
        left: 30px;
        max-width: 100%; 
    }}
    @media screen and (max-width: 959px) and (min-width: 768px){
    #intro h2.text-right {	
       /* top: 108px; */}
    }	
    @media screen and (max-width: 767px){
    #intro h2.text-right {
    top: 12px;}
	}
    #intro h2.grey {
        color: #454848;
    }
@media screen and (min-width: 960px){
	#intro .hero-text-right{
      position: absolute;
      top: 60px;
      right: 0px;
	}}

@media screen and (max-width: 959px) and (min-width: 768px){
#intro .hero-text-right {
    position: absolute;
    top: 60px;
    right: -100px;}}

@media screen and (min-width: 960px){
	#intro .hero-text-left{
      position: absolute;
      top: 60px;
      left: 60px;
    }}
#tabs {
  border-bottom: 1px #474848 solid;
  border-left: 1px #474848 solid;
  float: left;
  margin-bottom: 20px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    #tabs {
      border-left: none; } }
  @media screen and (max-width: 479px) {
    #tabs {
      border-left: none;
      float: none;
      margin: 0 0 20px;
      overflow: hidden;
      width: auto; } }
  @media screen and (max-width: 340px) {
    #tabs {
      margin: 0 0 20px 0;
      width: 100%; } }
  #tabs li {
    border-bottom: 1px #474848 solid;
    border-right: 1px #474848 solid;
    border-top: 1px #474848 solid;
    color: #474848;
    cursor: pointer;
    float: left;
    font-size: 16px;
    line-height: 45px;
    margin-bottom: -1px;
    padding: 0 20px; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      #tabs li {
        padding: 0 10px; } }
    @media screen and (max-width: 479px) {
      #tabs li {
        font-size: 13px;
        padding: 0 5px; } }
    @media screen and (max-width: 340px) {
      #tabs li {
        font-size: 13px;
        padding: 0 5px; } }
    #tabs li.active {
      border-bottom: 1px #fff solid;
      font-weight: bold; }

#tab-target {
  min-height: 500px;
  padding: 20px 20px 0;
  clear: both; }
  #tab-target div.article {
    display: none;
    position: relative; }
    #tab-target div.article.active {
      display: block; }
  #tab-target iframe, #tab-target .product-video {
    float: left;
    margin: 10px 15px 0 0;
    height: 200px;
    width: 400px; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      #tab-target iframe, #tab-target .product-video {
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      #tab-target iframe, #tab-target .product-video {
        width: 100%;
        height: 300px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 479px) {
      #tab-target iframe, #tab-target .product-video {
        height: 200px; } }
  @media screen and (max-width: 767px) {
    #tab-target .product-video {
      width: 100%;
      height: auto;
      margin-bottom: 30px; } }
  #tab-target h4 {
    font-weight: bold;
    margin: 0 0 15px; }
    @media screen and (max-width: 479px) {
      #tab-target h4 {
        margin: -20px 0 15px; } }
  #tab-target ul {
    margin: 20px 30px; }
    #tab-target ul li a {
      font-size: 14px;
      line-height: 22px;
      color: #474848; }
      #tab-target ul li a:hover {
        color: #f15c41; }
  #tab-target ul.accordion-container {
    margin: 30px 0 20px; }
  #tab-target .selStyled {
    display: block;
    float: left;
    margin-right: 1.26582%;
    width: 48.73418%;
    margin-bottom: 10px; }
    #tab-target .selStyled:last-child {
      margin-right: 0; }
  @media screen and (max-width: 767px) {
    #tab-target a.read-more {
      display: block;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    #tab-target img {
      display: none; } }
  #tab-target #previewImage img {
    display: block; }
    @media screen and (max-width: 767px) {
      #tab-target #previewImage img {
        width: 100%;
        margin-bottom: 20px; } }

/* .top-level ul li,  */
ul.specs {
  list-style-image: url("clientlib/images/doc-list-icon.png"); }

ul.specs {
  display: block;
  float: left;
  margin-right: 1.85185%;
  width: 53.7037%;
  float: none;
  width: 95%; }
  ul.specs:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    ul.specs {
      width: 80%; } }

.drawings-image {
  display: block;
  float: left;
  margin-right: 1.85185%;
  width: 25.92593%;
  float: right; }
  .drawings-image:last-child {
    margin-right: 0; }

.map-small,
.building-small,
.chart-small {
  background: transparent url("clientlib/images/product-icons.png") no-repeat 10px 5px; }

.building-small {
  background-position: 10px -39px; }

.chart-small {
  background-position: 10px -80px; }

.four-boxes {
  margin-bottom: 40px;
  position: relative; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .four-boxes {
      display: block;
      float: left;
      margin-right: 5.26316%;
      width: 47.36842%;
      margin: 5px; }
      .four-boxes:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 479px) {
    .four-boxes {
      float: none;
      margin: 0 auto 10px auto !important;
      /* important is used here to override the jquery crossbrowser fix */
      width: 90%; } }
  .four-boxes img {
    border: solid 1px #ccc;
    width: 100%; }
  .four-boxes a {
    color: #fff;
    font-weight: bold; }
    .four-boxes a:hover, .four-boxes a:active {
      text-decoration: none; }
      .four-boxes a:hover .item-title, .four-boxes a:active .item-title {
        border-bottom: 4px solid #f15c41; }

.item-title {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: url("clientlib/images/item-title-bg.png") repeat;
  border-bottom: 4px solid transparent;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 53px;
  padding: 5px 10px; }

/*
	related boxes
*/
.related h3 {
  margin-left: 20px; }
  @media screen and (max-width: 767px) {
    .related h3 {
      margin-right: 20px; } }
.related a {
  color: #fff;
  text-decoration: none; }

.related-box {
  display: block;
  float: left;
  margin-right: 1.69492%;
  width: 21.69492%;
  margin-left: 20px;
  margin-right: 0;
  position: relative; }
  .related-box:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    .related-box {
      display: block;
      float: left;
      margin-right: 1.69492%;
      width: 19.83051%;
      margin-right: 0; }
      .related-box:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .related-box {
      display: block;
      float: left;
      margin-right: 1.69492%;
      width: 43.22034%;
      margin-bottom: 20px;
      margin-right: 0; }
      .related-box:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 479px) {
    .related-box {
      float: none;
      margin: 0 auto 10px auto;
      width: 90%; }
      .related-box:last-child {
        margin: 0 auto 10px auto; } }
  .related-box img {
    width: 100%; }
  .related-box .item-title {
    font-size: 12px;
    height: 37px; }
    @media screen and (max-width: 479px) {
      .related-box .item-title {
        font-size: 18px;
        height: 47px; } }
  .related-box:hover .item-title {
    border-bottom: 3px solid #f15c41; }

/*
	product carousel
*/
.product-carousel {
  margin-left: 20px;
  overflow: hidden; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .product-carousel {
      float: none;
      margin: 0 auto;
      width: 522px; }
      .product-carousel:last-child {
        margin: 0 auto; } }
  @media screen and (max-width: 571px) {
    .product-carousel {
      float: none;
      margin: 0 auto;
      width: 373px; }
      .product-carousel:last-child {
        margin: 0 auto; } }
  @media screen and (max-width: 479px) {
    .product-carousel {
      float: none;
      margin: 0 auto;
      width: 224px; }
      .product-carousel:last-child {
        margin: 0 auto; } }
  @media screen and (max-width: 340px) {
    .product-carousel {
      float: none;
      margin: 0 auto;
      width: 224px; }
      .product-carousel:last-child {
        margin: 0 auto; } }

.next,
.product-container,
.product-item,
.prev {
  display: block;
  float: left;
  overflow: hidden; }

.next,
.prev {
  background: transparent url("clientlib/images/next.png") no-repeat left top;
  cursor: pointer;
  height: 58px;
  margin-top: 30px;
  width: 25px; }
  .next.hide,
  .prev.hide {
    display: none; }

.prev {
  background-image: url("clientlib/images/prev.png"); }

@media screen and (max-width: 767px) {
  .product-list {
    margin-bottom: 20px; } }

.product-container {
  height: 180px;
  margin: 0 20px 0 5px;
  width: 521px; }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    .product-container {
      width: 368px;
      margin: 0; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .product-container {
      width: 390px; } }
  @media screen and (max-width: 571px) {
    .product-container {
      width: 260px; } }
  @media screen and (max-width: 479px) {
    .product-container {
      width: 130px; } }
  @media screen and (max-width: 340px) {
    .product-container {
      width: 130px; } }

.product-items {
  width: 1500px; }

.product-item {
  margin-left: 14px;
  position: relative;
  width: 116px; }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    .product-item {
      margin: 0 3px; } }
  .product-item img {
    width: 100%; }
  .product-item .item-title {
    font-size: 11px;
    height: 47px;
    width: 116px; }
    @media screen and (max-width: 479px) {
      .product-item .item-title {
        font-size: 13px;
        line-height: 19px; } }

#literature-search .selStyled {
  float: none; }

.literature-section .selStyled .error {
    color: #D8000C;
	border-color: #FFBABA;
}
                        
@media screen and (max-width: 340px) {
  #literature-search .selStyled {
    width: 100%; } }

#drawings-search {
  overflow: hidden; }
  #drawings-search .read-more {
    float: right; }
  #drawings-search p {
    margin: 0;
    width: 97%; }
  @media screen and (max-width: 767px) {
    #drawings-search .selStyled {
      width: 100%; } }

#drawings-terms {
  background: #fff;
  display: block;
  width: 100%;
  z-index: 301; }
  @media screen and (max-width: 479px) {
    #drawings-terms {
      margin-bottom: 40px; } }

.terms-options {
  display: block; }

#terms-agree {
  display: inline;
  float: right;
  margin-bottom: 20px; }

#drawings-search-container {
  display: none; }

.newsroom h3 {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .newsroom h3 {
      margin-top: 30px; } }
@media screen and (max-width: 767px) {
  .newsroom .row {
    margin-bottom: 0; } }
.newsroom .two-boxes {
  height: 250px; }
  @media screen and (max-width: 767px) {
    .newsroom .two-boxes {
      float: none;
      height: auto;
      margin: 0 auto 10px auto; } }
  @media screen and (max-width: 767px) {
    .newsroom .two-boxes {
      padding: 0 2%;
      width: 100%; } }
  .newsroom .two-boxes ul {
    font-size: 15px;
    line-height: 19px;
    list-style-image: url("clientlib/images/list-item-arrow-lg.png");
    margin-left: 20px; }
  .newsroom .two-boxes a {
    display: block;
    color: #474848;
    padding-bottom: 10px; }
    .newsroom .two-boxes a:hover {
      color: #f15c41;
      text-decoration: underline; }
.newsroom .four-boxes img {
  border: none; }

.six-col-box.newsroom-col,
.four-boxes.newsroom-col {
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .six-col-box.newsroom-col,
    .four-boxes.newsroom-col {
      margin: 0 auto 10px auto;
      float: none; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .six-col-box.newsroom-col,
    .four-boxes.newsroom-col {
      padding: 0 2%;
      width: 100%; } }
  @media screen and (max-width: 479px) {
    .six-col-box.newsroom-col,
    .four-boxes.newsroom-col {
      padding: 0 2%;
      width: 100%; } }

.top-story-divider {
  background: url("clientlib/images/submenu-bg.png") repeat 0 0;
  border-bottom: 1px #474848 solid;
  border-top: 1px #474848 solid;
  padding: 20px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .top-story-divider {
      margin-bottom: 0; } }

#newsroom-hero {
  background: url("clientlib/images/ft-bg.png") repeat 0 0;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 767px) {
    #newsroom-hero {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    #newsroom-hero {
      height: 260px;
      width: 100%; } }
  @media screen and (max-width: 340px) {
    #newsroom-hero {
      height: 265px; } }
  #newsroom-hero .newsroom-hero-img,
  #newsroom-hero .newsroom-hero-details {
    float: left;
    margin-right: 0; }
    @media screen and (max-width: 767px) {
      #newsroom-hero .newsroom-hero-img,
      #newsroom-hero .newsroom-hero-details {
        float: none;
        width: 100%; } }
  #newsroom-hero .newsroom-hero-img {
    display: block;
    float: left;
    margin-right: 1.26582%;
    width: 55.6962%;
    margin-right: 0; }
    #newsroom-hero .newsroom-hero-img:last-child {
      margin-right: 0; }
    #newsroom-hero .newsroom-hero-img img {
      width: 100%; }
    #newsroom-hero .newsroom-hero-img .newsroom-video-class {
      height: 330px; }
    @media screen and (max-width: 767px) {
      #newsroom-hero .newsroom-hero-img {
        display: none; } }
  #newsroom-hero .newsroom-hero-details {
    display: block;
    float: left;
    margin-right: 1.26582%;
    width: 43.03797%;
    margin-right: 0;
    padding: 0 20px; }
    #newsroom-hero .newsroom-hero-details:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      #newsroom-hero .newsroom-hero-details {
        float: none;
        padding: 10px;
        width: 100%; } }
  #newsroom-hero .newsroom-hero-section {
    width: 100%;
    background: transparent #fff;
    font-size: 18px; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      #newsroom-hero .newsroom-hero-section {
        margin: 5px 0; } }
  #newsroom-hero .share-box-icons {
    position: absolute;
    right: 0px;
    bottom: -36px;
    display: block;
    float: left;
    margin-right: 1.26582%;
    width: 44.3038%;
    background: #474848; }
    #newsroom-hero .share-box-icons:last-child {
      margin-right: 0; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      #newsroom-hero .share-box-icons {
        width: 310px; } }
    @media screen and (max-width: 767px) {
      #newsroom-hero .share-box-icons {
        width: 320px; } }
    @media screen and (max-width: 479px) {
      #newsroom-hero .share-box-icons {
        width: 100%; } }
    #newsroom-hero .share-box-icons .twitter,
    #newsroom-hero .share-box-icons .facebook,
    #newsroom-hero .share-box-icons .google,
    #newsroom-hero .share-box-icons .linkedin {
      background: transparent url("clientlib/images/featured_share.png") no-repeat left top;
      display: block;
      float: left;
      height: 26px;
      margin: 5px 10px;
      text-indent: -999999px;
      text-transform: capitalize;
      width: 25px; }
    #newsroom-hero .share-box-icons .twitter {
      margin-left: 75px; }
    #newsroom-hero .share-box-icons .facebook {
      background-position: -44px 0; }
    #newsroom-hero .share-box-icons .google {
      background-position: -86px 0; }
    #newsroom-hero .share-box-icons .linkedin {
      background-position: -131px 0; }
  #newsroom-hero .share-box {
    position: absolute;
    top: -24px;
    right: -8px;
    background: #474848;
    color: #fff;
    font-size: 12px;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
    width: 105px; }
    #newsroom-hero .share-box:hover, #newsroom-hero .share-box:active, #newsroom-hero .share-box.active {
      background: #474848;
      color: #fff;
      text-decoration: none; }
    @media screen and (max-width: 340px) {
      #newsroom-hero .share-box {
        position: absolute;
        top: -23px;
        right: -8px; } }

#hero-content h2,
#hero-content p {
  display: block;
  float: left;
  margin-right: 2.5641%;
  width: 100%;
  margin-left: 0;
  line-height: 22px; }
  #hero-content h2:last-child,
  #hero-content p:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    #hero-content h2,
    #hero-content p {
      margin-bottom: 8px; } }
#hero-content h1 {
    margin: 5px 0 5px 0;}
#hero-content h2 {
    /* background: transparent url(clientlib/css/clientlib/images/heading_bar_horiz.jpg) no-repeat left top; */
    font-family: HelveticaNeueLTPro, Arial, "Lucida Grande", sans-serif;
    font-size: 24px;
    font-weight: lighter;
    line-height: 40px; 
    letter-spacing: 1px;}
  @media screen and (min-width: 768px) and (max-width: 959px) {
    #hero-content h2 {
      font-size: 22px;
      line-height: 25px;
      margin-top: 10px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 479px) {
    #hero-content h2 {
      font-size: 20px;
      line-height: 25px;
      margin-top: 10px;
      margin-bottom: 10px;
      padding-left: 0; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    #hero-content h2 {
      padding-left: 0; } }
  @media screen and (max-width: 767px) {
    #hero-content h2 {
      font-size: 32px;
      line-height: 35px;
      padding-left: 10px;
      padding-bottom: 10px;} }
  @media screen and (max-width: 767px){
	#hero-content h1 {
    background-position: 2% top;
    font-size: 40px;
    margin-top: 10px;
    padding: 10px; }}
#hero-content p {
  margin-top: 0;
  margin-bottom: 25px; }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    #hero-content p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 15px; } }
  @media screen and (max-width: 479px) {
    #hero-content p {
      font-size: 14px;
      line-height: 20px; } }

.wrap input.read-more, .read-more {
  border: none;
  background: #f15c41;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  padding: 8px 20px; }
  .wrap input.read-more:hover, .read-more:hover {
    background: #df4e34;
    color: #fff;
    text-decoration: none; }

input.read-more {
  border: none; }

.newsroom-section {
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding-top: 10px;}
  @media screen and (max-width: 767px) {
    .newsroom-section {
      font-size: 13px;
      font-weight: bold;
      margin-top: 30px; } }

#latest-news-content {
  border: 1px solid #cccccc; }
  @media screen and (max-width: 767px) {
    #latest-news-content img {
      display: none; } }

.latest-news-text {
  background: #f1f1f1;
  height: 172px;
  padding: 10px 20px;
  position: relative; }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    .latest-news-text {
      height: 156px; } }
  @media screen and (max-width: 767px) {
    .latest-news-text {
      height: 149px; } }
  @media screen and (max-width: 479px) {
    .latest-news-text {
      height: 159px; } }
  .latest-news-text h4 {
    margin-bottom: 10px;
	font-weight: bold;}
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .latest-news-text h4 {
        margin-bottom: 5px; } }
  .latest-news-text p {
    line-height: 22px;
    margin-bottom: 30px;
    margin-top:0px;
    font-size: 12px;
	float: left;}
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .latest-news-text p {
        font-size: 12px;
        line-height: 19px;
        margin-top: 10px;
        margin-bottom: 15px; } }
    @media screen and (max-width: 340px) {
      .latest-news-text p {
        margin-top: 5px; } }
  .latest-news-text .read-more {
    position: absolute;
    bottom: 10px;
    left: 20px; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .latest-news-text .read-more {
        position: absolute;
        bottom: 5px;
        left: 20px; } }

.event-item {
  border: 1px solid #cccccc; }
  .event-item.first {
    margin-bottom: 20px; }
  .event-item a:hover .event-text {
    border-bottom: 4px solid #f15c41; }
  @media screen and (max-width: 767px) {
    .event-item img {
      display: none; } }

.event-text {
  background: #f1f1f1;
  border-bottom: 4px solid transparent;
  color: #474848;
  display: block;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  padding: 10px 20px; }
  @media screen and (max-width: 767px) {
    .event-text {
      height: 30px; } }

.tweets {
  background: #f1f1f1;
  border: 1px solid #cccccc;
  height: 164px;
  padding: 15px 20px;
  position: relative; }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    .tweets {
      height: 127px;
      padding: 10px 20px; } }
  @media screen and (max-width: 767px) {
    .tweets {
      height: 115px;
      padding: 10px 20px; } }
  @media screen and (max-width: 479px) {
    .tweets {
      height: 135px;
      padding: 10px 20px; } }
  .tweets p {
    font-size: 12px;
    margin: 0;
    float: left; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .tweets p {
        line-height: 19px; } }

p {
  font-size: 12px;
  line-height: 17px; }

.latest-tweet {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    .latest-tweet {
      margin-bottom: 10px; } }

.twitter-info {
  position: absolute;
  bottom: 10px;
  left: 20px; }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    .twitter-info {
      position: absolute;
      bottom: 5px;
      left: 20px; } }
  @media screen and (max-width: 767px) {
    .twitter-info {
      position: absolute;
      bottom: 10px;
      left: 20px; } }

.twitter-link {
  background: #f15c41 url("clientlib/images/tweetbird-hover.png") no-repeat 90% center;
  border-radius: 2px;
  color: #fff;
  float: right;
  font-size: 11px;
  padding: 5px 35px 5px 15px;
  text-transform: capitalize; }
  .twitter-link:hover {
    background: #df4e34 url("clientlib/images/tweetbird-hover.png") no-repeat 90% center;
    color: #fff;
    text-decoration: none; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .twitter-link:hover {
        background-position: center center; } }
      
.press-releases { position:relative; }
.press-releases {
  background: #f1f1f1;
  border: 1px #cccccc solid;
  height: 187px;
  padding: 10px 20px;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    .press-releases {
      height: 149px;
      padding: 10px; } }
  @media screen and (max-width: 767px) {
    .press-releases {
      height: 147px;
      padding: 10px 20px; } }
  @media screen and (max-width: 479px) {
    .press-releases {
      height: 157px; } }
  @media screen and (max-width: 340px) {
    .press-releases {
      height: 190px; } }
  .press-releases ul {
    font-size: 12px;
    line-height: 16px;
    list-style-image: url("clientlib/images/list-item-arrow.png");
    margin-left: 10px; }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    .press-releases li:nth-child(2n) {
      display: none; } }
  .press-releases a {
    color: #474848;
    display: block;
    padding-bottom: 10px; }
    .press-releases a:hover {
      color: #f15c41;
      text-decoration: underline; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .press-releases a {
        padding-bottom: 10px; } }
    @media screen and (max-width: 479px) {
      .press-releases a {
        padding-bottom: 10px; } }
.press-releases a.read-more {
    display: inline;
    color: #fff;
    padding-bottom: 8px;
    position: absolute; 
    bottom: 10px;
    left: 20px;
}
#perspectives a:hover img {
  border-bottom: 3px solid #f15c41; }
#perspectives img {
  border-bottom: 3px solid transparent; }
  @media screen and (max-width: 767px) {
    #perspectives img {
      margin-top: 20px; } }
#perspectives .perspective-title {
  color: #474848;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding: 5px 0; }
  @media screen and (max-width: 767px) {
    #perspectives .perspective-title {
      position: absolute;
      bottom: 3px;
      padding: 10px !important;
      background: rgba(0, 0, 0, 0.6);
      color: #fff; } }
#perspectives h3 {
  margin-bottom: 10px; }
@media screen and (max-width: 479px) {
  #perspectives .four-boxes {
    width: 100%; } }
@media screen and (max-width: 767px) {
  #perspectives {
    width: 96%; }
    #perspectives .perspective-title {
      padding: 0 2%; } }

.blogs .post.left {
  padding-right: 0; }
  @media screen and (max-width: 767px) {
    .blogs .post.left {
      padding-right: 20px; } }
.blogs .section {
  border-bottom: 1px #cccccc solid;
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 30px; }
.blogs .three-boxes {
  display: block;
  float: left;
  margin-right: 1.26582%;
  width: 32.27848%; }
  .blogs .three-boxes:last-child {
    margin-right: 0; }
  .blogs .three-boxes .perspective-title {
    padding-bottom: 0;
    font-size: 12px; }
  .blogs .three-boxes a {
    color: #474848; }
    .blogs .three-boxes a:hover {
      color: #474848;
      text-decoration: none; }
  @media screen and (max-width: 767px) {
    .blogs .three-boxes {
      display: block;
      float: left;
      margin-right: 1.26582%;
      width: 100%;
      margin-bottom: 20px; }
      .blogs .three-boxes:last-child {
        margin-right: 0; } }
.blogs .right {
  margin-left: 5.37975%; }
  @media screen and (max-width: 767px) {
    .blogs .right.no-mobile {
      display: none; } }
  .blogs .right h3 {
    margin: 0 0 10px 0; }
  .blogs .right select {
    width: 100%; }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    .blogs .right {
      margin-left: 3.16456%; } }
@media screen and (max-width: 767px) {
  .blogs .cta-box {
    padding: 0;
    width: 100%; } }
.blogs .selStyled {
  margin-bottom: 10px; }
@media screen and (max-width: 767px) {
  .blogs .top-story-divider {
    margin-bottom: 30px; } }

.single-post {
  border-bottom: 1px #cccccc solid;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 30px;
  position: relative; }
  .single-post img {
    display: block;
    float: left;
    margin-right: 1.85185%;
    width: 35.18519%; }
    .single-post img:last-child {
      margin-right: 0; }
  .single-post .post-title {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0; }
    @media screen and (max-width: 479px) {
      .single-post .post-title {
        margin-bottom: 0; } }
  .single-post .post-details {
    margin-top: 10px;
    margin-bottom: 20px; }
    @media screen and (max-width: 479px) {
      .single-post .post-details {
        margin-top: 0; } }
    @media screen and (max-width: 340px) {
      .single-post .post-details {
        line-height: 16px; } }
  .single-post .date {
    color: #474848;
    font-size: 12px; }
  @media screen and (max-width: 340px) {
    .single-post .author {
      font-size: 12px; } }
  .single-post .read-more {
    position: absolute;
    right: 0px;
    bottom: 20px;
    background: none;
    color: #f15c41;
    cursor: pointer;
    padding: 5px 10px;
    text-transform: capitalize; }
    .single-post .read-more .triangleRight {
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 3.5px;
      border-left-color: #f15c41;
      display: block;
      position: absolute;
      left: 3px;
      top: 8px; }
      @media screen and (max-width: 767px) {
        .single-post .read-more .triangleRight {
          top: 9px;
          right: 70px; } }
    .single-post .read-more:hover {
      text-decoration: underline; }

.blog-refine {
  position: relative;
  width: 230px; }
  .blog-refine h3 {
    border-bottom: 1px solid #474848; }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    .blog-refine {
      width: 215px; } }
  .blog-refine.sticky {
    position: fixed;
    top: 20px; }
  .blog-refine #goBtn {
    float: right;
    margin-top: 15px;
    width: auto; }
  .blog-refine .scotty {
    background: transparent url("clientlib/images/close_triangle.png") no-repeat left center;
    color: #474848;
    display: none;
    float: right;
    margin-top: 10px;
    padding-left: 25px; }
    .blog-refine .scotty:hover {
      color: #474848;
      text-decoration: none; }

.right .contact h3 {
  margin-top: 0; }
.right .contact div {
  margin-bottom: 60px !important; }
.right .contact.widget li a {
  font-size: 14px;
  line-height: 21px;
  display: block;}
.right .contact.widget li:last-child {
  border-bottom: 1px solid #474848; }
.right .contact.widget#no-office li {
  padding-right: 20px; }
  .right .contact.widget#no-office li a {
    background: transparent url("clientlib/images/orange_arrow_6x9.png") no-repeat right center;
    padding: 0 0 0 0; }
@media screen and (max-width: 767px) {
  .contact img {
    padding: 0 4%; } }
.contact h1 {
  margin-bottom: 0; }
@media screen and (max-width: 767px) {
  .contact p {
    padding: 0 2%; } }
@media screen and (max-width: 767px) {
  .contact .wrap .right ul {
    padding: 0; } }

.comment-form,
.contact-form {
  border: none; }
  .comment-form .selStyled,
  .contact-form .selStyled {
    display: block;
    float: left;
    margin-right: 1.69492%;
    width: 83.05085%;
    margin-bottom: 20px; }
    .comment-form .selStyled:last-child,
    .contact-form .selStyled:last-child {
      margin-right: 0; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .comment-form .selStyled,
      .contact-form .selStyled {
        width: 100%; } }
    @media screen and (max-width: 479px) {
      .comment-form .selStyled,
      .contact-form .selStyled {
        display: block;
        float: left;
        margin-right: 5.26316%;
        width: 89.47368%;
        margin-left: 5.26316%; }
        .comment-form .selStyled:last-child,
        .contact-form .selStyled:last-child {
          margin-right: 0; } }
    .comment-form .selStyled select,
    .contact-form .selStyled select {
      background: url("clientlib/images/select-arrow.png") no-repeat 83% center; }
  .comment-form input,
  .comment-form textarea,
  .contact-form input,
  .contact-form textarea {
    display: block;
    float: left;
    margin-right: 1.69492%;
    width: 83.05085%; }
    .contact-form textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size:14px;
    }  
    .comment-form input:last-child,
    .comment-form textarea:last-child,
    .contact-form input:last-child,
    .contact-form textarea:last-child {
      margin-right: 0; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .comment-form input,
      .comment-form textarea,
      .contact-form input,
      .contact-form textarea {
        width: 100%; } } 
    .comment-form input[disabled],
    .comment-form textarea[disabled],
    .contact-form input[disabled],
    .contact-form textarea[disabled] {
      border-color: #999999;
      color: #999999; }
    .comment-form input.split-input,
    .comment-form textarea.split-input,
    .contact-form input.split-input,
    .contact-form textarea.split-input {
      display: block;
      float: left;
      margin-right: 1.69492%;
      width: 40.67797%; }
      .comment-form input.split-input:last-child,
      .comment-form textarea.split-input:last-child,
      .contact-form input.split-input:last-child,
      .contact-form textarea.split-input:last-child {
        margin-right: 0; }
      @media screen and (max-width: 479px) {
        .comment-form input.split-input,
        .comment-form textarea.split-input,
        .contact-form input.split-input,
        .contact-form textarea.split-input {
          float: none;
          margin-left: auto;
          margin-right: auto;
          width: 90%; } }
      @media screen and (max-width: 479px) {
        .comment-form input.split-input:last-child,
        .comment-form textarea.split-input:last-child,
        .contact-form input.split-input:last-child,
        .contact-form textarea.split-input:last-child {
          float: none;
          margin-left: auto;
          margin-right: auto;
          width: 90%; } }
      @media screen and (min-width: 480px) and (max-width: 767px) {
        .comment-form input.split-input,
        .comment-form textarea.split-input,
        .contact-form input.split-input,
        .contact-form textarea.split-input {
          width: 100%; } }
    @media screen and (max-width: 479px) {
      .comment-form input,
      .comment-form textarea,
      .contact-form input,
      .contact-form textarea {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 90%; } }
    @media screen and (max-width: 479px) {
      .comment-form input:last-child,
      .comment-form textarea:last-child,
      .contact-form input:last-child,
      .contact-form textarea:last-child {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 90%; } }
  .comment-form input,
  .contact-form input {
    margin-bottom: 30px; }
  .comment-form input.submit,
  .contact-form input.submit {
    background: #f15c41;
    border: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    float: right;
    margin-right: 120px;
    margin-top: 20px;
    width: 70px; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .comment-form input.submit,
      .contact-form input.submit {
        margin-right: 85px; } }
    @media screen and (max-width: 479px) {
      .comment-form input.submit,
      .contact-form input.submit {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 90%; } }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .comment-form input.submit,
      .contact-form input.submit {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 90%; } }
    .comment-form input.submit[disabled],
    .contact-form input.submit[disabled] {
      background: #f8ada0; }
  .comment-form textarea,
  .contact-form textarea {
    height: 240px;
    margin-top: 30px; }
  .comment-form .section,
  .contact-form .section {
    margin-bottom: 30px;
    overflow: hidden; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .comment-form .section,
      .contact-form .section {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 90%; } }
    .comment-form .section.disabled .add-product, .comment-form .section.disabled .remove-product,
    .contact-form .section.disabled .add-product,
    .contact-form .section.disabled .remove-product {
      border: 1px solid #999999;
      color: #999999; }
  .comment-form .right img,
  .contact-form .right img {
    padding: 0 20px; }

#local-sales-office .location {
  background: url("clientlib/images/contact-icons.png") no-repeat 0px 8px; 
  line-height: 24px;
  padding-left: 35px;
  padding-top: 10px; 
}
#local-sales-office .phone {
  background: url("clientlib/images/contact-icons.png") no-repeat -740px 10px; 
  padding-left: 30px; }
#local-sales-office .notebook {
  background: url("clientlib/images/contact-icons.png") no-repeat -1480px 13px; 
  padding-left: 30px; 	}
#local-sales-office .email {
  background: url("clientlib/images/icon-email.png") no-repeat 0px 13px; 
  padding-left: 30px; } 

.right .widget .location {
  height: auto;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 15px;
   }

#product-bank {
  display: none; }

.add-product,
.remove-product {
  border: 1px #474848 solid;
  color: #474848;
  cursor: pointer;
  display: block;
  float: left;
  height: 25px;
  line-height: 20px;
  margin-right: 10px;
  margin-top: 10px;
  text-align: center;
  width: 25px; }
  @media screen and (max-width: 767px) {
    .add-product,
    .remove-product {
      display: none; } }

ul.list li {
  background: transparent url("clientlib/images/square_bullet.png") no-repeat left 5px;
  padding-left: 20px;
  margin-bottom: 10px; }

ol.list {
  list-style-type: decimal;
  margin-left: 20px; }
  ol.list li {
    margin-bottom: 10px; }

@media screen and (max-width: 479px) {
  .post p {
    margin-bottom: 10px; } }

.post blockquote p {
  margin-bottom: 0;
  padding: 10px 0; }
.post h2 {
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
  margin-top: 40px; }
.post a {
  color: #f15c41; }
  .post a:hover {
    color: #f15c41; }
.post .related a {
  color: white; }
  .post .related a:hover {
    color: white; }
.post.right ul {
  padding: 0; }
@media screen and (max-width: 767px) {
  .post.right h3 {
    margin-left: 0;
    margin-right: 0; } }
.post .product-carousel .item-title {
  position: relative; }
/*Added for Ticket# 5600227 - START*/
.post-title > a {
    color: #474848;
}
/*Added for Ticket# 5600227 - END*/
.categories a, .archive a {
  position: relative;
  text-indent: 10px; }
.categories .triangleRight, .archive .triangleRight {
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 4px;
  border-left-color: #f15c41;
  display: block;
  position: absolute;
  left: 0;
  top: 3px; }
.categories li:last-child, .archive li:last-child {
  border-bottom: 1px solid #474848; }

.post-category {
  position: absolute;
  top: 100%;
  left: 0px;
  background: #f1f1f1;
  color: #474848;
  font-size: 12px;
  padding: 5px; }

.post-info {
  margin-top: -15px;
  margin-bottom: 10px; }

.share-box {
  display: block;
  float: left;
  margin-right: 1.85185%;
  width: 44.44444%;
  float: none;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 5px 0; }
  .share-box:last-child {
    margin-right: 0; }
  .share-box p {
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 4px 10px 0 0; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .share-box {
      width: 100%;
      display: block;
      float: none; } }
  @media screen and (max-width: 479px) {
    .share-box {
      width: 100%;
      display: block;
      float: none; } }

.post .share-boxes {
  width: 100%;
  float: left;
  overflow: hidden; }
  .post .share-boxes p {
    float: left; }
  .post .share-boxes li {
    padding-top: 10px; }
  .post .share-boxes span, .post .share-boxes input, .post .share-boxes a {
    background: white url("clientlib/images/share-items.png") no-repeat 1px 1px;
    cursor: pointer;
    display: block;
    height: 25px;
    text-indent: -999999px;
    text-transform: uppercase;
    width: 25px; }
    .post .share-boxes span.facebook:hover, .post .share-boxes input.facebook:hover, .post .share-boxes a.facebook:hover {
      background-position: 1px -24px; }
    .post .share-boxes span.twitter, .post .share-boxes input.twitter, .post .share-boxes a.twitter {
      background-position: -36px 1px; }
      .post .share-boxes span.twitter:hover, .post .share-boxes input.twitter:hover, .post .share-boxes a.twitter:hover {
        background-position: -36px -24px; }
    .post .share-boxes span.linkedIn, .post .share-boxes input.linkedIn, .post .share-boxes a.linkedIn {
      background-position: -144px 1px; }
      .post .share-boxes span.linkedIn:hover, .post .share-boxes input.linkedIn:hover, .post .share-boxes a.linkedIn:hover {
        background-position: -144px -24px; }
    .post .share-boxes span.googleplus, .post .share-boxes input.googleplus, .post .share-boxes a.googleplus {
      background-position: -72px 1px; }
      .post .share-boxes span.googleplus:hover, .post .share-boxes input.googleplus:hover, .post .share-boxes a.googleplus:hover {
        background-position: -72px -24px; }
    .post .share-boxes span.email, .post .share-boxes input.email, .post .share-boxes a.email {
      background-position: -173px 1px; }
      .post .share-boxes span.email:hover, .post .share-boxes input.email:hover, .post .share-boxes a.email:hover {
        background-position: -173px -24px; }
    .post .share-boxes span.print, .post .share-boxes input.print, .post .share-boxes a.print {
      background-position: -203px 1px;
      border: none;
      margin-top: 5px; }
      .post .share-boxes span.print:hover, .post .share-boxes input.print:hover, .post .share-boxes a.print:hover {
        background-position: -203px -24px; }
    .post .share-boxes span.pdfDownload, .post .share-boxes input.pdfDownload, .post .share-boxes a.pdfDownload {
      background-position: -233px 1px;
      border: none;
      margin-top: 5px; }
      .post .share-boxes span.pdfDownload:hover, .post .share-boxes input.pdfDownload:hover, .post .share-boxes a.pdfDownload:hover {
        background-position: -233px -24px; }

.share {
  float: left;
  overflow: hidden; }
  .share li {
    float: left;
    margin-right: 10px; }
    .share li a {
      background: white url("clientlib/images/social.png") no-repeat 1px 1px;
      display: block;
      height: 25px;
      text-indent: -999999px;
      text-transform: uppercase;
      width: 25px; }
      .share li a.facebook:hover {
        background-position: 1px -24px; }
      .share li a.twitter {
        background-position: -36px 1px; }
        .share li a.twitter:hover {
          background-position: -36px -24px; }
      .share li a.linkedIn {
        background-position: -109px 1px; }
        .share li a.linkedIn:hover {
          background-position: -109px -24px; }
      .share li a.googleplus {
        background-position: -72px 1px; }
        .share li a.googleplus:hover {
          background-position: -72px -24px; }
      .share li a.email {
        background-position: -144px 1px; }
        .share li a.email:hover {
          background-position: -144px -25px; }
      .share li a.print {
        background-position: -175px 1px; }
        .share li a.print:hover {
          background-position: -175px -25px; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .share li {
        margin-right: 0; } }
    @media screen and (max-width: 479px) {
      .share li {
        margin-right: 5px; } }

blockquote {
  color: #474848;
  font-style: italic;
  padding: 0 30px;
  position: relative;
  quotes: "\201C" "\201D" "\2018" "\2019";
  z-index: 100; }
  blockquote p {
    position: relative;
    z-index: 200; }
    blockquote p.author {
      text-align: right;
      padding-right: 20px; }
  blockquote .quote-open,
  blockquote .quote-close {
    height: 53px;
    width: 55px;
    color: #ddd;
    font-family: times;
    font-size: 120px; }
  blockquote .quote-open {
    position: absolute;
    top: -10px;
    left: -20px;
    z-index: 100; }
  blockquote .quote-close {
    position: absolute;
    right: 10px;
    bottom: 50px;
    z-index: 100; }
  blockquote .quote-open:after {
    content: open-quote; }
  blockquote .quote-close:after {
    content: close-quote; }

.video {
  /* 
  	// border-bottom: 2px solid $grey;
  	// border-top: 2px solid $grey;
  	// padding-bottom: 10px;
  	// padding-top: 10px;
   */
  margin-bottom: 30px;
  position: relative; }
  .video.bgSwitch {
    background: url("clientlib/images/video-box-bg.png") no-repeat bottom right;
    background-color: #e6e6e6; }
  .video iframe {
    height: 270px;
    width: 100%; }
  .video .container {
    width: 96.2%; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .video .container {
        width: 94.4%; } }
    @media screen and (max-width: 767px) {
      .video .container {
        width: 100% !important;
        /*  override inline style set by jquery */ } }
    .video .container.full-video {
      width: 90%; }
      .video .container.full-video iframe {
        height: auto; }
  .video .video-details {
    display: none;
    position: absolute;
    top: 10px;
    right: 15px;
    height: 120px;
    width: 195px; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .video .video-details {
        width: 140px; } }
    @media screen and (max-width: 767px) {
      .video .video-details {
        height: auto;
        padding: 10px;
        position: relative;
        right: auto;
        top: auto;
        width: 100%; } }
  .video p {
    font-size: 12px;
    margin-bottom: 30px;
    padding: 0; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .video p {
        line-height: 19px;
        margin-bottom: 5px; } }
    @media screen and (max-width: 767px) {
      .video p {
        margin-bottom: 20px; } }
  .video a {
    font-size: 12px;
    font-style: italic; }
    .video a:hover {
      color: #f15c41; }
  .video a.close {
    background: none;
    color: #474848;
    font-size: 15px;
    text-align: center;
    padding-top: 2px;
    height: 28px;
    width: 23px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-style: normal; }
    .video a.close.expanded-video {
      background: url("clientlib/images/video-info.png");
      text-indent: -9999px; }
    @media screen and (max-width: 767px) {
      .video a.close {
        display: none; } }

.post .prev-next {
  float: left; }

.prev-next {
  border-top: 2px #cccccc solid;
  margin-bottom: 40px;
  padding-top: 10px;
  overflow: hidden; }
  .prev-next p {
    display: block;
    float: left;
    margin-right: 3.77358%;
    width: 90.56604%;
    font-size: 12px;
    margin-right: 0; }
    .prev-next p:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .prev-next p {
        margin-top: 0;
        line-height: 19px; } }
  .prev-next a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 0; }
  .prev-next .prev-story,
  .prev-next .next-story {
    display: block;
    float: left;
    margin-right: 1.85185%;
    width: 49.07407%;
    float: left; }
    .prev-next .prev-story:last-child,
    .prev-next .next-story:last-child {
      margin-right: 0; }
    @media screen and (max-width: 479px) {
      .prev-next .prev-story,
      .prev-next .next-story {
        height: 180px; } }
  .prev-next .prev-story {
    border-right: 1px #cccccc solid; }
  .prev-next .next-story {
    text-align: right; }
    .prev-next .next-story p {
      float: right; }

@media screen and (max-width: 767px) {
  .right .widget {
    margin: 0 20px; } }
.right .widget img {
  display: block;
  float: left;
  margin-right: 4.16667%;
  width: 37.5%;
  float: left;
  margin-right: 10px; }
  .right .widget img:last-child {
    margin-right: 0; }
.right .widget li {
  height: auto;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 15px; }
  .right .widget li:last-child {
    margin-bottom: 5px; }
  .right .widget li a {
    font-size: 12px;
    line-height: 14px;
    padding: 0 0 0 10px;
    text-indent: 0;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .right .related-posts img {
    float: none;
    margin-bottom: 10px;
    width: 100%; } }

#comments .mobile-comments {
  display: none;
  position: relative;
  text-indent: 18px; }
  @media screen and (max-width: 767px) {
    #comments .mobile-comments {
      display: block; } }
  #comments .mobile-comments .triangleDown {
    position: absolute;
    top: 3px;
    left: 0px;
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 7.5px;
    border-top-color: #474848;
    display: none; }
    @media screen and (max-width: 767px) {
      #comments .mobile-comments .triangleDown {
        display: block; } }
  #comments .mobile-comments .triangleUp {
    position: absolute;
    top: -3px;
    left: 0px;
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 7.5px;
    border-bottom-color: #474848;
    display: none; }
    @media screen and (max-width: 767px) {
      #comments .mobile-comments .triangleUp {
        display: block; } }

.comment-form {
  width: 100%;
  border-bottom: 1px #cccccc solid;
  margin-bottom: 30px;
  margin-top: 10px;
  overflow: hidden;
  padding: 0; }
  .comment-form input.split-input {
    display: block;
    float: left;
    margin-right: 1.69492%;
    width: 49.15254%;
    margin-right: 0; }
    .comment-form input.split-input:last-child {
      margin-right: 0; }
    .comment-form input.split-input:first-child {
      margin-right: 1%; }
  .comment-form input.submit {
    background: #f15c41;
    border: none;
    color: #fff;
    cursor: pointer;
    float: right;
    margin-right: 0;
    width: 100px; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .comment-form input.submit {
        margin-right: 0; } }
    @media screen and (max-width: 479px) {
      .comment-form input.submit {
        float: none;
        width: 100%; } }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      .comment-form input.submit {
        float: none;
        width: 100%; } }
  .comment-form textarea {
    width: 100%;
    margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .comments-container {
    display: none; } }
.comments-container .single-comment {
  display: block;
  float: left;
  margin-right: 1.26582%;
  width: 100%;
  margin-bottom: 40px; }
  .comments-container .single-comment:last-child {
    margin-right: 0; }
  @media screen and (max-width: 479px) {
    .comments-container .single-comment {
      margin-bottom: 0; } }
  .comments-container .single-comment:last-child {
    margin: 0; }
.comments-container .commenter-icon {
  display: block;
  float: left;
  margin-right: 1.26582%;
  width: 11.39241%;
  padding-top: 8px; }
  .comments-container .commenter-icon:last-child {
    margin-right: 0; }
  @media screen and (max-width: 479px) {
    .comments-container .commenter-icon {
      display: none; } }
.comments-container .comment {
  display: block;
  float: left;
  margin-right: 1.26582%;
  width: 84.17722%;
  margin-left: 3.16456%; }
  .comments-container .comment:last-child {
    margin-right: 0; }
  .comments-container .comment p {
    margin-top: 0; }
  .comments-container .comment .author {
    font-weight: bold;
    margin-bottom: 0; }
    .comments-container .comment .author .date {
      color: #7c7e80;
      font-size: 12px;
      font-weight: normal; }
  @media screen and (max-width: 479px) {
    .comments-container .comment {
      display: block;
      float: left;
      margin-right: 5.26316%;
      width: 100%;
      margin-left: 0%; }
      .comments-container .comment:last-child {
        margin-right: 0; } }

body.post .wrap .right {
  display: block;
  float: left;
  margin-right: 1.26582%;
  width: 30.37975%;
  margin-left: 0; }
  body.post .wrap .right:last-child {
    margin-right: 0; }

.your-location {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .your-location {
      padding: 0 2%; } }

@media screen and (max-width: 767px) {
  .store-search-intro {
    padding: 0 2%; } }

.store-locator h1 {
  margin-bottom: -20px; }

@media screen and (max-width: 767px) {
  .sales-offices {
    padding: 0 2%; } }
.sales-offices .sales-row {
  clear: both;
  overflow: hidden; }
.sales-offices .three-boxes {
  border-bottom: 1px #999999 solid;
  border-right: 1px #999999 solid;
  margin-right: 0;
  padding: 0 20px; }
  .sales-offices .three-boxes:last-child {
    border-bottom: none;
    border-right: none; }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    .sales-offices .three-boxes {
      display: block;
      float: left;
      margin-right: 1.26582%;
      width: 49.36709%;
      border-bottom: 1px #999999 solid !important;
      /* have to override jquery crossbrowser fix */
      border-right: 1px #999999 solid !important;
      /* have to override jquery crossbrowser fix */
      margin: 0; }
      .sales-offices .three-boxes:last-child {
        margin-right: 0; }
      .sales-offices .three-boxes:last-child {
        border-right: none !important;
        /* have to override jquery crossbrowser fix */ }
      .sales-offices .three-boxes:last-child {
        border-bottom: none !important;
        /* have to override jquery crossbrowser fix */ } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .sales-offices .three-boxes {
      display: block;
      float: left;
      margin-right: 1.26582%;
      width: 49.36709%;
      border-bottom: 1px #999999 solid !important;
      /* have to override jquery crossbrowser fix */
      border-right: 1px #999999 solid !important;
      /* have to override jquery crossbrowser fix */
      margin: 0; }
      .sales-offices .three-boxes:last-child {
        margin-right: 0; }
      .sales-offices .three-boxes:last-child {
        border-right: none !important;
        /* have to override jquery crossbrowser fix */ }
      .sales-offices .three-boxes:last-child {
        border-bottom: none !important;
        /* have to override jquery crossbrowser fix */ } }
  @media screen and (max-width: 479px) {
    .sales-offices .three-boxes {
      border-bottom: 1px #999999 solid !important;
      /* have to override jquery crossbrowser fix */
      float: none;
      border-right: none;
      padding: 10px 2%;
      width: 100%; }
      .sales-offices .three-boxes:last-child {
        border-bottom: none !important;
        /* have to override jquery crossbrowser fix */ } }
  .sales-offices .three-boxes p {
    font-size: 14px;
    margin-bottom: 30px; }
  .sales-offices .three-boxes a {
    color: #fff; }

.parts-stores, .contact-list,
.sales-offices {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  /* 
  	.parts-row {
  		border-bottom: 1px $lightgrey solid;
  		clear: both;
  		overflow: hidden;
  		&:last-child {
  			border: none;
  		}
  		@include media($landscape) {
  			border: none;
  		}
  	}
   */ }
  @media screen and (max-width: 767px) {
    .parts-stores, .contact-list,
    .sales-offices {
      padding: 0 2%; } }
  .parts-stores span, .contact-list span,
  .sales-offices span {
    border-bottom: 1px #999999 solid;
    display: inline-block; }
    .parts-stores span:last-child, .contact-list span:last-child,
    .sales-offices span:last-child {
      border: none; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .parts-stores span, .contact-list span,
      .sales-offices span {
        display: block;
        border-bottom: none; } }
    @media screen and (max-width: 767px) {
      .parts-stores span, .contact-list span,
      .sales-offices span {
        display: block;
        border-bottom: none; } }
    @media screen and (max-width: 479px) {
      .parts-stores span, .contact-list span,
      .sales-offices span {
        width: 100%; } }
  .parts-stores .three-boxes, .contact-list .three-boxes,
  .sales-offices .three-boxes {
    border-bottom: none;
    border-right: 1px #999999 solid;
    height: 249px;
    margin: 20px 0;
    padding: 0 20px;
    width: 320px; }
    .parts-stores .three-boxes:last-child, .contact-list .three-boxes:last-child,
    .sales-offices .three-boxes:last-child {
      border-right: none; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .parts-stores .three-boxes, .contact-list .three-boxes,
      .sales-offices .three-boxes {
        border-right: 1px #999999 solid;
        border-bottom: 1px solid #999999;
        height: 290px;
        margin: 0;
        padding: 20px 20px;
        float: left;
        width: 350px; }
        .parts-stores .three-boxes:last-child, .contact-list .three-boxes:last-child,
        .sales-offices .three-boxes:last-child {
          border-right: 1px #999999 solid; }
        .parts-stores .three-boxes.noBorder, .contact-list .three-boxes.noBorder,
        .sales-offices .three-boxes.noBorder {
          border-right: none !important; }
        .parts-stores .three-boxes.last, .contact-list .three-boxes.last,
        .sales-offices .three-boxes.last {
          border-bottom: none !important; } }
    @media screen and (max-width: 767px) {
      .parts-stores .three-boxes, .contact-list .three-boxes,
      .sales-offices .three-boxes {
        border-bottom: 1px solid #999999;
        height: 300px;
        margin: 0;
        padding: 20px 20px;
        width: 50%; }
        .parts-stores .three-boxes:last-child, .contact-list .three-boxes:last-child,
        .sales-offices .three-boxes:last-child {
          border-right: 1px #999999 solid; }
        .parts-stores .three-boxes.noBorder, .contact-list .three-boxes.noBorder,
        .sales-offices .three-boxes.noBorder {
          border-right: none !important; }
        .parts-stores .three-boxes.last, .contact-list .three-boxes.last,
        .sales-offices .three-boxes.last {
          border-bottom: none !important; } }
    @media screen and (max-width: 479px) {
      .parts-stores .three-boxes, .contact-list .three-boxes,
      .sales-offices .three-boxes {
        border-bottom: 1px #999999 solid;
        border-right: none !important;
        float: none;
        border-right: none;
        padding: 10px 2%;
        width: 100%; }
        .parts-stores .three-boxes.last, .contact-list .three-boxes.last,
        .sales-offices .three-boxes.last {
          border-bottom: 1px #999999 solid !important; } }
    .parts-stores .three-boxes p, .contact-list .three-boxes p,
    .sales-offices .three-boxes p {
      font-size: 14px;
      margin-bottom: 20px; }
      .parts-stores .three-boxes p:first-child, .contact-list .three-boxes p:first-child,
      .sales-offices .three-boxes p:first-child {
        margin-top: 0; }
    .parts-stores .three-boxes a, .contact-list .three-boxes a,
    .sales-offices .three-boxes a {
      background: transparent url("clientlib/images/list-item-arrow.png") no-repeat 33px center;
      font-style: italic;
      padding-right: 15px; }

.sales-offices .three-boxes a {
  background: #df4e34; }

.contact-list span {
  clear: both;
  float: left;
  padding: 20px 0;
  width: 100%;
  border-bottom: 1px #cccccc solid; }
  .contact-list span:last-child {
    border-bottom: none; }
  .contact-list span:first-child {
    padding-top: 0; }
.contact-list .four-boxes {
  height: 200px;
  margin-bottom: 0; }
  @media screen and (max-width: 479px) {
    .contact-list .four-boxes {
      height: 85px; }
      .contact-list .four-boxes:first-child {
        height: 155px; } }
  .contact-list .four-boxes a {
    color: #f15c41;
    font-style: italic;
    font-weight: normal; }

.store-search {
  width: 100%;
  border: none;
  margin-bottom: 30px;
  margin-top: 10px;
  overflow: hidden;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .store-search {
      padding: 0 2%; } }
  .store-search .form-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px; }
  .store-search .store-state,
  .store-search .store-zip {
    display: block;
    float: left;
    margin-right: 1.26582%;
    width: 30.37975%; }
    .store-search .store-state:last-child,
    .store-search .store-zip:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .store-search .store-state,
      .store-search .store-zip {
        width: 100%; } }
  .store-search .store-state {
    margin-right: 0; }
  .store-search .store-or {
    display: block;
    float: left;
    margin-right: 1.26582%;
    width: 11.39241%;
    padding-top: 15px;
    text-align: center;
    margin: 0; }
    .store-search .store-or:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .store-search .store-or {
        padding-top: 0;
        margin: 10px auto;
        width: 100%; } }
  .store-search .store-submit {
    display: block;
    float: left;
    margin-right: 1.26582%;
    width: 11.39241%;
    background: #f15c41;
    border: none;
    border-radius: 2px;
    color: #fff; }
    .store-search .store-submit:last-child {
      margin-right: 0; }
    .store-search .store-submit:hover {
      background: #df4e34; }
    .store-search .store-submit:disabled {
      background: #f8ada0; }
    @media screen and (max-width: 767px) {
      .store-search .store-submit {
        margin: 10px auto;
        width: 100%; } }
  .store-search div.selStyled {
    display: block;
    float: left;
    margin-right: 1.26582%;
    width: 30.37975%; }
    .store-search div.selStyled:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .store-search div.selStyled {
        width: 100%; } }
  .store-search > .selStyled:first-of-type {
    margin-right: 0; }

.sales #ir-curve {
  display: none; }
.sales .recent-news a {
  margin-bottom: 16px; }
.sales .recent-news-box .read-more {
  background: none;
  border-bottom: 1px rgba(0, 0, 0, 0) solid;
  border-radius: 0;
  color: #F15C41;
  padding: 5px 10px;
  text-align: right;
  width: 100%;
  font-size: 12px; }
  .sales .recent-news-box .read-more:hover {
    background: none;
    border-bottom: none;
    color: #474848; }
    .sales .recent-news-box .read-more:hover .triangleRight {
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 3.5px;
      border-left-color: #474848; }
.sales .recent-news-box li.last {
  margin-bottom: 0; }
.sales .recent-news-box .triangleRight {
  right: 95px;
  top: 8px; }
@media screen and (max-width: 767px) {
  .sales .story-overview p {
    margin-bottom: 20px; } }

#salesOfficeInfo {
  border-bottom: 1px #cccccc solid;
  overflow: hidden;
  padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    #salesOfficeInfo {
      margin: 10px 2% 0 2%; } }
  @media screen and (max-width: 340px) {
    #salesOfficeInfo {
      padding-bottom: 30px; } }

.salesOfficeImg {
  display: block;
  float: left;
  margin-right: 1.26582%;
  width: 55.6962%; }
  .salesOfficeImg:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .salesOfficeImg {
      float: none;
      width: 100%; } }

#salesOfficeIntro {
  display: block;
  float: left;
  margin-right: 1.26582%;
  width: 43.03797%;
  margin-right: 0; }
  #salesOfficeIntro:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    #salesOfficeIntro {
      float: none;
      width: 100%; } }
  #salesOfficeIntro p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (max-width: 340px) {
    #salesOfficeIntro h1 {
      font-size: 26px;
      line-height: 26px;
      margin-top: 30px; } }

/*Added for Ticket# 5729598 - START*/
#salesOfficeIntro .salesOfficeAddrs p {
	color:#999999;
}
.salesOfficeAddrs p {
      margin: 0;
  }
.parts-stores .three-boxes .salesOfficeAddrs p:first-child, .contact-list .three-boxes .salesOfficeAddrs p:first-child, .sales-offices .three-boxes .salesOfficeAddrs p:first-child {
	margin: 0;
	}
.parts-stores .three-boxes .salesOfficeAddrs p, .contact-list .three-boxes .salesOfficeAddrs p, .sales-offices .three-boxes .salesOfficeAddrs p {
		margin: 0;
	}
/*Added for Ticket# 5729598 - END*/

#salesOfficeAddy {
  margin-top: 0px;
  color: #999999;
  font-size: 14px; }
  @media screen and (max-width: 340px) {
    #salesOfficeAddy {
      margin-bottom: 0; } }

#map-canvas {
  height: 366px;
  position: relative;
  width: 100%;
  z-index: 200; }

#contact-box {
  display: block;
  float: left;
  margin-right: 1.26582%;
  width: 36.70886%;
  margin-left: 6.32911%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  border: 1px #999999 solid;
  padding: 20px 10px;
  z-index: 300; }
  #contact-box:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    #contact-box {
      margin-left: 0%;
      left: auto;
      margin-bottom: 20px;
      margin-left: 2%;
      margin-right: 2%;
      position: relative;
      top: auto;
      width: 96%; } }
  #contact-box p {
    font-size: 14px;
    line-height: 20px;
    margin: 0; }
  #contact-box .sales-address2,
  #contact-box .sales-fax {
    margin-bottom: 20px; }
  #contact-box .sales-web {
    margin-bottom: 60px; }
  #contact-box .sales-name {
    font-family: PragmaticaCL, Arial, "Lucida Grande", sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px; }

.sales-contact-title {
  margin-left: 45.88608%;
  font-family: PragmaticaCL, Arial, "Lucida Grande", sans-serif;
  font-size: 65px;
  line-height: 51px;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .sales-contact-title {
      margin-left: 0%;
      margin-left: 2%;
      margin-right: 2%; } }
  @media screen and (max-width: 340px) {
    .sales-contact-title {
      font-size: 45px; } }

@media screen and (max-width: 767px) {
  #dept-contacts {
    padding: 0 2%; } }
#dept-contacts h3 {
  border-bottom: 1px solid #cccccc; }
#dept-contacts span {
  border-bottom: 1px solid #cccccc;
  display: inline-block;
  width: 100%; }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    #dept-contacts span {
      border-bottom: none; } }
  @media screen and (max-width: 767px) {
    #dept-contacts span {
      border-bottom: none; } }
  #dept-contacts span:last-child {
    border-bottom: none; }
  #dept-contacts span .four-boxes {
    float: left;
    margin: 15px 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 29%; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      #dept-contacts span .four-boxes {
        border-bottom: 1px solid #cccccc;
        height: 110px;
        width: 50%; }
        #dept-contacts span .four-boxes:nth-child(2), #dept-contacts span .four-boxes:nth-child(1) {
          border-bottom: 1px solid #cccccc; } }
    @media screen and (max-width: 767px) {
      #dept-contacts span .four-boxes {
        border-bottom: 1px solid #cccccc;
        width: 50%; } }
    @media screen and (max-width: 479px) {
      #dept-contacts span .four-boxes {
        height: 150px;
        width: 100%; } }
    #dept-contacts span .four-boxes div {
      border-right: 1px solid #cccccc;
      height: auto;
      padding: 10px 0;
      margin-bottom: 15px; }
      @media screen and (max-width: 479px) {
        #dept-contacts span .four-boxes div {
          border-right: none; } }
    #dept-contacts span .four-boxes:last-child div {
      border-right: none; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      #dept-contacts span .four-boxes:nth-child(2) div {
        border-right: none; } }
    @media screen and (max-width: 767px) {
      #dept-contacts span .four-boxes:nth-child(2) div {
        border-right: none; } }
    #dept-contacts span .four-boxes p {
      font-size: 12px;
      margin: 0 20px; }
    #dept-contacts span .four-boxes a {
      color: #f15c41; }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    #dept-contacts span:last-child .four-boxes:last-child, #dept-contacts span:last-child .four-boxes:nth-last-child(2) {
      border-bottom: none; } }
  @media screen and (max-width: 767px) {
    #dept-contacts span:last-child .four-boxes:last-child, #dept-contacts span:last-child .four-boxes:nth-last-child(2) {
      border-bottom: none; } }
  @media screen and (max-width: 479px) {
    #dept-contacts span:last-child .four-boxes:last-child, #dept-contacts span:last-child .four-boxes:nth-last-child(2) {
      border-bottom: 1px solid #cccccc; } }

.search h1 .search-for {
  color: #474848;
  font-size: 16px; }
.search h1 a {
  color: #474848;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  display: block;
  padding-top: 10px; }
.search .read-more {
  background: #f15c41 url("clientlib/images/button_arrow.png") no-repeat 90% center;
  color: #fff;
  float: right;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 8px 20px 8px 10px; }
  .search .read-more:hover {
    background: #df4e34 url("clientlib/images/button_arrow.png") no-repeat 90% center; }
  .search .read-more.download-button {
    background-image: url("clientlib/images/download_btn.png");
    background-position: 90% 45%;
    padding-right: 30px; }
.search .special-input {
  display: block;
  float: left;
  margin-right: 1.26582%;
  width: 48.73418%;
  position: relative;
  float: left; }
  .search .special-input:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .search .special-input {
      width: 100%; } }
  .search .special-input span {
    position: absolute;
    top: 130%;
    left: 10px;
    font-size: 11px; }
  .search .special-input input {
    font-size: 16px;
    margin: 0;
    padding: 12px 10px; }
.search .selStyled {
  display: block;
  float: left;
  margin-right: 1.26582%;
  width: 48.73418%;
  margin-bottom: 10px; }
  .search .selStyled:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .search .selStyled {
      width: 100%; } }
  .search .selStyled select {
    background: url("clientlib/images/select-arrow.png") no-repeat 83% center; }
@media screen and (max-width: 767px) {
  .search .accordion-container h4, .search .accordion-container p {
    padding: 0 2%; } }
@media screen and (max-width: 340px) {
  .search .accordion-container h4 {
    font-weight: bold; } }
.search .row {
  padding: 0 2%; }
@media screen and (max-width: 340px) {
  .search .literature-section h4 {
    font-weight: bold; } }

.search-section,
.download-section,
.class-section,
.literature-section,
.search-result {
  border-bottom: 1px #cccccc solid;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .search-section,
    .download-section,
    .class-section,
    .literature-section,
    .search-result {
      padding-left: 2%;
      padding-right: 2%; } }

.literature-section + .accordion-container h4 + p {
  margin-bottom: 40px;
  margin-top: 0; }

.search-result {
  border-bottom: 1px solid #cccccc; }

.search-section, .class-section {
  padding-bottom: 40px; }
  .search-section p, .class-section p {
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: bold; }

.download-section {
  padding-bottom: 20px; }
  .download-section p {
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: bold; }

.search-section a {
  background: transparent url("clientlib/images/orange_arrow_6x9.png") no-repeat 100% center;
  color: #474848;
  float: right;
  font-weight: 500;
  margin-right: 10px;
  padding-right: 15px;
  text-transform: uppercase; }

.download-section .selStyled {
  display: block;
  float: left;
  margin-right: 1.26582%;
  /*width: 36.70886%;*/
  width:100%;
  margin-bottom: 10px; }
  .download-section .selStyled:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .download-section .selStyled {
      width: 100%; } }
  .download-section .selStyled select {
    background: url("clientlib/images/select-arrow.png") no-repeat 83% center; }

.literature-section {
  padding-bottom: 20px;
  margin-bottom: 30px; }
  .literature-section h4 {
    margin-bottom: 10px; }
  .literature-section p {
    margin: 10px 0 30px 0; }

.search-result {
  padding-top: 20px; }
  @media screen and (max-width: 767px) {
    .search-result {
      padding-top: 30px; } }

.page-search {
  display: block;
  float: left;
  margin-right: 1.26582%;
  width: 36.70886%;
  border: 1px #474848 solid;
  float: left;
  padding: 0;
  position: relative; }
  .page-search:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    .page-search {
      width: 100%;
      margin-bottom: 20px; } }
  .page-search #search {
    display: block;
    float: left;
    margin-right: 3.44828%;
    width: 87.06897%;
    font-size: 14px;
    margin: 0;
    padding: 10px 15px; }
    .page-search #search:last-child {
      margin-right: 0; }
  .page-search #searchbutton {
    position: absolute;
    top: 10px;
    right: 10px; }
    @media screen and (max-width: 767px) {
      .page-search #searchbutton {
        top: 5px; } }
    @media screen and (max-width: 340px) {
      .page-search #searchbutton {
        top: 10px; } }

.download-search,
.class-search,
.literature-search {
  border: none;
  float: left;
  padding: 0;
  width: 100%; }
  @media screen and (max-width: 479px) {
    .download-search select,
    .class-search select,
    .literature-search select {
      width: 100%; } }
  .download-search #searchbutton,
  .class-search #searchbutton,
  .literature-search #searchbutton {
    background: #f15c41;
    background-image: none;
    border-radius: 2px;
    color: #fff;
    height: auto;
    padding: 10px 15px;
    text-indent: 0;
    width: auto; }
    .download-search #searchbutton:hover,
    .class-search #searchbutton:hover,
    .literature-search #searchbutton:hover {
      background: #df4e34; }

.download-search #searchbutton { float:right; margin: 5px; }

.class-search select,
.class-search input,
.literature-search select,
.literature-search input {
  display: block;
  float: left;
  margin-right: 1.26582%;
  width: 48.73418%; }
  .class-search select:last-child,
  .class-search input:last-child,
  .literature-search select:last-child,
  .literature-search input:last-child {
    margin-right: 0; }
  @media screen and (max-width: 479px) {
    .class-search select,
    .class-search input,
    .literature-search select,
    .literature-search input {
      width: 100%; } }
.class-search .special-input select,
.class-search .special-input input,
.literature-search .special-input select,
.literature-search .special-input input {
  width: 100%; }
.class-search #searchbutton,
.literature-search #searchbutton {
  float: right;
  margin-right: 1.4%; }

.class-search #searchbutton {
  margin-top: 5px; }

.literature-search #searchbutton {
  margin-top: 30px; }

.search-title {
  font-size: 15px;
  font-weight: bold; }
  .search-title .search-info {
    color: #999999;
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding-top: 0; }
    .search-title .search-info .sep {
      padding: 0 10px; }
/*Added for Ticket# 5600227 - START*/
.search-title > a {	
    color: #474848;
}
.search-title > a:hover {	
    color: #f15c41;
    text-decoration: underline;
}
/*Added for Ticket# 5600227 - END*/

/*-------------Import Fonts*/
@font-face {
  font-family: HelveticaNeue;
  font-weight: normal;
  font-style: normal;
  src: url("clientlib/css/fonts/HelveticaNeue/HelveticaNeue.eot");
  src: url("clientlib/css/fonts/HelveticaNeue/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("clientlib/css/fonts/HelveticaNeue/HelveticaNeue.woff") format("woff"), url("clientlib/css/fonts/HelveticaNeue/HelveticaNeue.ttf") format("truetype"), url("clientlib/css/fonts/HelveticaNeue/HelveticaNeue.svg#HelveticaNeue") format("svg"); }

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

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

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

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

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

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

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

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

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

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

/* 
@include font-face(SourceSansPro, '/fonts/Source_Sans_Pro/SourceSansPro-Regular');
@include font-face(SourceSansPro, '/fonts/Source_Sans_Pro/SourceSansPro-Bold', bold);
@include font-face(SourceSansPro, '/fonts/Source_Sans_Pro/SourceSansPro-Italic', normal, italic);
 */
/*--------------GRENRAL*/
body {
  background: url("clientlib/images/subtle_dots.png");
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  color: #474848;
  font-size: 14px; }

a {
  color: #f15c41; }
  a:hover {
    text-decoration: underline; }

h1,
h2,
h3,
h4,
p {
  color: #474848; }

h1 {
  font-family: PragmaticaCL, Arial, "Lucida Grande", sans-serif; }

h2,
h3,
h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1 {
  background: transparent url("clientlib/images/heading_bar_horiz.jpg") no-repeat left top;
  font-size: 45px;
  margin: 0 0 20px 0;
  padding-top: 10px;
  width: auto; }
  @media screen and (max-width: 767px) {
    h1 {
      background-position: 2% top;
      font-size: 40px;
      margin-top: 10px;
      padding: 10px 2%; } }
  @media screen and (max-width: 340px) {
    h1 {
      font-size: 26px;
      line-height: 26px; } }

h2 {
  clear: both;
  font-size: 24px;
  font-weight: lighter; }
  @media screen and (max-width: 767px) {
    h2 {
      padding: 0 2%; } }

h3 {
  border-bottom: 1px #474848 solid;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px; }

h4 {
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500; }

p {
    font-size: 15px; 
  	line-height: 24px;
  	margin: 20px 0;  
}

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

img {
  vertical-align: middle; }

.no-mobile {
  display: block; }
  @media screen and (max-width: 767px) {
    .no-mobile {
      display: none; } }

.mobile-only {
  display: none; }
  @media screen and (max-width: 767px) {
    .mobile-only {
      display: block; } }

.cta-box {
  position: relative; }
  .cta-box a {
    color: #474848; }
  .cta-box a:hover img {
    border-bottom: 5px #f15c41 solid; }
  .cta-box p {
    position: absolute;
    bottom: 5px;
    background: url("clientlib/images/item-title-bg.png") repeat;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 0;
    width: 100%; }
  .cta-box img {
    border-bottom: 5px solid transparent; }

.wrap select,
.wrap input,
button,
.wrap textarea {
  background: none;
  border: 1px #474848 solid;
  color: #474848;
  font-size: 14px;
  padding: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  /*-moz-appearance: none;*/
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  .wrap select::-webkit-input-placeholder,
  .wrap input::-webkit-input-placeholder,
  button::-webkit-input-placeholder,
  .wrap textarea::-webkit-input-placeholder {
    color: #474848; }
  .wrap select:-moz-placeholder,
  .wrap input:-moz-placeholder,
  button:-moz-placeholder,
  .wrap textarea:-moz-placeholder {
    color: #474848; }
  .wrap select::-moz-placeholder,
  .wrap input::-moz-placeholder,
  button::-moz-placeholder,
  .wrap textarea::-moz-placeholder {
    color: #474848; }
  .wrap select:-ms-input-placeholder,
  .wrap input:-ms-input-placeholder,
  button:-ms-input-placeholder,
  .wrap textarea:-ms-input-placeholder {
    color: #474848; }

div.selStyled {
  overflow: hidden;
  /* this hides the select's drop button */
  padding: 0;
  margin: 0;
  border: 1px #474848 solid; }
  div.selStyled.off {
    border: 1px #999999 solid; }

.wrap select {
  width: 115%;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  color: #474848;
  font-size: 14px;
  padding: 10px; }

.wrap input:focus,
.wrap select:focus,
.wrap textarea:focus,
.wrap button:focus {
  outline: none; }

.wrap select {
  background: url("clientlib/images/select-arrow.png") no-repeat 83% center; }

.wrap select[disabled] {
  background: url("clientlib/images/select-arrow-inactive.png") no-repeat 83% center;
  border-color: #999999;
  color: #999999; }

.wrap input:disabled.read-more {
  background: #f8ada0;
  color: #ffff; }

.wrap input:disabled::-webkit-input-placeholder {
  /*fix to style placeholder color on web-kit browsers*/
  color: #999999; }

.wrap textarea:disabled::-webkit-input-placeholder {
  /*fix to style placeholder color on web-kit browsers*/
  color: #999999; }

/*--- country drop down ---*/
#country-list {
  background: url("clientlib/images/submenu-bg.png");
  background-color: #393a3a;
  display: none;
  padding-top: 20px;
  padding-bottom: 50px; }
  #country-list.version2 {
    position: absolute;
    width: 100%;
    z-index: 4000; }
  #country-list .wrap {
    background: url("clientlib/images/country-background.png") no-repeat top center;
    background-position-y: 60px;
    position: relative; 
	}
  #country-list .country {
    font-size: 13px; }
  #country-list .country-list-title {
    background: none;
    font-family: Lucida, Arial, "Lucida Grande", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 23px;
    margin-bottom: 20px;
    margin-top: 0;
    padding-left: 0; }
  #country-list .close-menu {
    position: absolute;   
    bottom: -25px;
    left: 50%;
    background: transparent url("clientlib/images/close_triangle.png") no-repeat center top;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 11px;
    height: 8px;
    margin-left: -12px;
    padding-top: 10px;
    width: 25px; }
  .menu-top { 
    top: 25px;
    }
  #country-list p,
  #country-list a,
  #country-list .country {
    color: white; }
  #country-list a {
    font-size: 11px;
    font-weight: lighter;
    line-height: 25px;
    padding: 0px 3px; }
    @media screen and (max-width: 767px) {
      #country-list a {
        font-size: 13px;
        padding: 10px; } }
    #country-list a:hover {
      color: #f15c41;
      text-decoration: underline; }
  #country-list ul {
    float: left;
    margin-top: 0;
    padding-left: 10px;
    margin-right: 10px; }
  #country-list li {
    background: transparent url("clientlib/images/square_bullet.png") no-repeat left 9px;
    color: #c6c6c6;
    line-height: 22px;
    padding-left: 10px;
	margin: 0 0 0 15px;} 
  #country-list li.regionname{
   	background: transparent url("clientlib/images/orange_arrow.png") no-repeat left center !important;
    font-size: 13px;
    font-weight: bold;
    margin: 15px 0 0px 0px;
    padding-left: 10px !important;   
    color: white !important; }
    @media screen and (max-width: 767px) {
      #country-list li {
        float: none;
        margin: 0; } }
  #country-list p {
    background: transparent url("clientlib/images/orange_arrow.png") no-repeat left center;
    font-size: 13px;
    font-weight: bold;
    margin: 15px 0 0px 0;
    padding-left: 10px; }
    #country-list p a {
      font-size: 13px; }
  #country-list .col {
    float: left;
    margin-right: 10px;
    /*width: 150%;*/ }
#country-list .col ul {
    max-width: 230px;
}
    #country-list .col.first {
      margin-left: 0; }
    #country-list .col.last p {
      background: transparent url("clientlib/images/orange_arrow.png") no-repeat 0 10px; }
	.countrylist {
    background: transparent url("clientlib/images/orange_arrow.png") no-repeat left center;
    font-size: 14px;
    /*font-weight: bold;*/
    margin: 15px 0 0px 0;
        padding-left: 10px; !important}
    @media screen and (min-width: 768px) and (max-width: 959px) {
      #country-list .col {
        margin-left: 0;
        width: 130px; }
        #country-list .col.first {
          margin-left: 0; } }
    @media screen and (max-width: 767px) {
      #country-list .col {
        float: none;
        margin: 0;
        width: 100%; }
        #country-list .col ul {
          display: none; } }

/*--- head ---*/
#head {
  overflow: hidden; }
  #head li {
    list-style-type: none; }
  #head #head a {
    color: #231f20;
    text-decoration: none; }
  #head a {
    /* color: $grey; */ }

#breadcrumb {
  margin-bottom: 30px; }

.category #breadcrumb, .products #breadcrumb, .product-detail #breadcrumb, .newsroom #breadcrumb, .post #breadcrumb, .blogs #breadcrumb {
  margin-bottom: 0; }

/*--- top nav ---*/
#top-nav {
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #top-nav {
      margin-bottom: 20px; } }
  #top-nav ul {
    float: right;
    margin-right: 0; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      #top-nav ul {
        padding: 0;
        width: 100%; } }
    @media screen and (max-width: 479px) {
      #top-nav ul {
        padding: 0;
        width: 100%; } }
  #top-nav li {
    border-bottom: 1px #ececec solid;
    border-left: 1px #ececec solid;
    float: left; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      #top-nav li {
        background: #ececec;
        border: none;
        text-align: right;
        width: 25%; } }
    @media screen and (max-width: 479px) {
      #top-nav li {
        background: #ececec;
        border-right: 1px solid #cccccc;
        float: left;
        height: 45px;
        text-align: center;
        width: 25%; } }
  #top-nav a {
    color: #474848;
    display: block;
    font-size: 10px;
    padding: 10px 10px;
    position: relative; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      #top-nav a {
        margin-right: 10px;
        padding: 10px 0; } }
    #top-nav a:hover {
      text-decoration: none; }
    #top-nav a#country {
      background: transparent url("clientlib/images/country-icon.png") no-repeat left center;
      margin-left: 10px;
      padding-left: 40px;
      padding-right: 15px; }
      @media screen and (max-width: 767px) {
        #top-nav a#country {
          padding-right: 0; } }
      @media screen and (max-width: 479px) {
        #top-nav a#country {
          color: transparent;
          background-position: 15px 10px;
          font-size: 0;
          height: 45px;
          line-height: 0; } }
      @media screen and (max-width: 340px) {
        #top-nav a#country {
          background-position: 10px 10px; } }
  #top-nav .triangleUp {
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 3.5px;
    border-bottom-color: #474848;
    display: block;
    position: absolute;
    right: 5px;
    top: 11px; }
    @media screen and (max-width: 767px) {
      #top-nav .triangleUp {
        display: none; } }
  #top-nav .triangleDown {
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 3.5px;
    border-top-color: #474848;
    display: block;
    position: absolute;
    right: 5px;
    top: 14px; }
    @media screen and (max-width: 767px) {
      #top-nav .triangleDown {
        display: none; } }
  #top-nav form {
    border: 1px #ececec solid;
    border-top: none;
    float: right;
    padding: 3px 10px; }
    @media screen and (max-width: 767px) {
      #top-nav form {
        display: none; } }

#logo {
  float: left;
  display: block;
  float: left;
  margin-right: 1.26582%;
  width: 17.72152%; }
  #logo:last-child {
    margin-right: 0; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    #logo {
      display: block;
      float: left;
      margin-right: 1.26582%;
      width: 30.37975%;
      float: none; }
      #logo:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 479px) {
    #logo {
      display: block;
      float: left;
      margin-right: 5.26316%;
      width: 47.36842%;
      float: none; }
      #logo:last-child {
        margin-right: 0; } }

#logo img {
  height: auto;
  width: 100%; }

@media screen and (min-width: 480px) and (max-width: 767px) {
  #logo,
  #logo img {
    display: block;
    margin: 0 auto; } }
@media screen and (max-width: 479px) {
  #logo,
  #logo img {
    display: block;
    float: none;
    margin: 0 auto; } }

#search {
  background: transparent;
  border: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  padding: 6px 0px 6px 0px; }
  @media screen and (max-width: 767px) {
    #search {
      font-size: 15px; } }

#searchbutton {
  background: transparent url("clientlib/images/searchbutton.png") no-repeat center right;
  border: none;
  height: 17px;
  padding: 0;
  text-indent: -999999px;
  width: 17px; }
  @media screen and (max-width: 767px) {
    #searchbutton {
      float: right; } }

@media screen and (max-width: 767px) {
  #search,
  #searchbutton {
    margin: 5px; } }
@media screen and (max-width: 340px) {
  #search,
  #searchbutton {
    margin: 0; } }

/*--- main nav ---*/
#main-nav {
  float: right;
  margin-bottom: 0;
  margin-top: 26px;
  position: relative;
  z-index: 900; }
  #main-nav.active {
    display: block; }
  @media screen and (min-width: 768px) and (max-width: 959px) {
    #main-nav {
      margin-top: 10px; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    #main-nav {
      float: none;
      margin: 0 auto;
      padding: 0;
      width: 100%; } }
  @media screen and (max-width: 479px) {
    #main-nav {
      float: none;
      margin: 0 auto;
      padding: 0;
      width: 100%; } }
  #main-nav li {
    font-size: 14px;
    float: left;
    margin: 0 15px;
    position: relative; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      #main-nav li {
        margin: 0 8px; } }
    @media screen and (max-width: 767px) {
      #main-nav li {
        border-bottom: 1px #ececec solid;
        float: none;
        margin: 0; } }
    #main-nav li.first {
      margin-left: 0; }
    #main-nav li.last {
      margin-right: 0; }
    #main-nav li .menu-marker {
      position: absolute;
      bottom: -12px;
      left: 50%;
      display: none;
      height: 11px;
      margin-left: -10px;
      width: 21px; }
      @media screen and (min-width: 480px) and (max-width: 767px) {
        #main-nav li .menu-marker {
          display: none !important; } }
      @media screen and (max-width: 479px) {
        #main-nav li .menu-marker {
          display: none !important; } }
  #main-nav a {
    color: #474848;
    display: block;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 30px;
    padding-top: 12px;
    position: relative;
    text-transform: uppercase; }
    #main-nav a.active, #main-nav a:hover {
      color: #f15c41;
      text-decoration: none; }
    @media screen and (max-width: 767px) {
      #main-nav a {
        background: #f5f5f5;
        padding: 10px; } }
  #main-nav #mobileTop {
    background: #f5f5f5;
    height: 49px;
    position: relative;
    z-index: 900; }
    #main-nav #mobileTop li {
      display: block;
      float: left;
      margin-right: 1.26582%;
      width: 24.05063%;
      float: left;
      height: 50px; }
      #main-nav #mobileTop li:last-child {
        margin-right: 0; }
    #main-nav #mobileTop a {
      background: url("clientlib/images/mobile-nav-icons.png") no-repeat 0 0;
      height: 18px;
      margin: 15px auto 0 auto;
      text-indent: -9999px;
      text-transform: capitalize;
      width: 40px; }
      #main-nav #mobileTop a#lit {
        background-position: -50px 0; }
      #main-nav #mobileTop a#login {
        background-position: -90px 0; }
      #main-nav #mobileTop a#contact {
        background-position: -135px 0; }

/*--- mobile nav ---*/
#mobile-nav {
  background: #ececec;
  margin-top: 20px;
  margin-bottom: 30px;
  overflow: hidden; }
  #mobile-nav a {
    display: block;
    float: left;
    margin-right: 1.26582%;
    width: 24.05063%;
    background: whitesmoke url("clientlib/images/mobile-nav.png") no-repeat 10px 11px;
    color: #474848;
    display: block;
    float: right;
    font-weight: 500;
    font-size: 13px;
    padding: 12px 10px 12px 40px;
    text-decoration: none; }
    #mobile-nav a:last-child {
      margin-right: 0; }
    @media screen and (max-width: 479px) {
      #mobile-nav a {
        display: block;
        float: left;
        margin-right: 5.26316%;
        width: 21.05263%; }
        #mobile-nav a:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 340px) {
      #mobile-nav a {
        padding: 12px 44px 12px 40px; } }
    #mobile-nav a.active {
      background: whitesmoke url("clientlib/images/mobile-nav-active.png") no-repeat 10px 11px;
      color: #f15c41; }
  #mobile-nav form {
    display: block;
    float: left;
    margin-right: 1.26582%;
    width: 74.68354%; }
    #mobile-nav form:last-child {
      margin-right: 0; }
    @media screen and (max-width: 479px) {
      #mobile-nav form {
        display: block;
        float: left;
        margin-right: 5.26316%;
        width: 73.68421%; }
        #mobile-nav form:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 340px) {
      #mobile-nav form {
        display: block;
        float: left;
        margin-right: 5.26316%;
        width: 68.42105%; }
        #mobile-nav form:last-child {
          margin-right: 0; } }
    #mobile-nav form #search {
      padding-left: 15px; }
      @media screen and (max-width: 340px) {
        #mobile-nav form #search {
          padding-top: 10px;
          width: 90%; } }
    #mobile-nav form #searchbutton {
      margin-top: 10px; }
  @media screen and (max-width: 767px) {
    #mobile-nav {
      margin-bottom: 0; } }

/*--- main sub nav ---*/
#submenu {
  background: url("clientlib/images/submenu-bg.png") repeat 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1000; }
  #submenu a {
    /* color: #231f20; */
    text-decoration: none; }
    #submenu a:hover {
      color: #f15c42; }
    #submenu a.active {
      /* background: #e6e6e6; */
      color: #f15c41; }

#submenuV2 {
  background: #474848;
  opacity: .99;
  filter: alpha(opacity=99);
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1000; }
  #submenuV2 a {
    /* color: #231f20; */
    text-decoration: none; }
    #submenuV2 a:hover {
      color: #f15c42; }
    #submenuV2 a.active {
      /* background: #e6e6e6; */
      color: #f15c41; }

/*--- submenu tabs ---*/
.menu-container {
  display: none;
  position: relative; }

.menu-container .close-menu,
#country-list .close-menu {
  background: transparent url("clientlib/images/close_triangle.png") no-repeat center top;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 11px;
  height: 8px;
  margin-left: -12px;
  padding-top: 10px;
  width: 25px; }

.menu-container .close-menu {
  position: absolute;
  bottom: 25px;
  left: 50%;
  z-index: 3000; }

.menu-tabs {
  background: #dcdcdc;
  /* Old browsers */
  background: -moz-linear-gradient(top, gainsboro 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, gainsboro), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, gainsboro 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, gainsboro 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, gainsboro 0%, white 100%);
  /* IE10+ */
  background: linear, to bottom, gainsboro 0%, white 100%;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  /* border-bottom: 2px #ececec solid; */
  border-top: 2px #ececec solid;
  margin-bottom: 0; }
  .menu-tabs .wrap {
    margin-bottom: 0;
    padding: 0; }
  .menu-tabs li {
    border-right: 2px solid #cccccc;
    float: left;
    font-size: 14px;
    list-style-type: none;
    /* margin: 0 15px; */
    padding: 0 8px; }
    .menu-tabs li.first {
      margin-left: 0; }
    .menu-tabs li.last {
      border-right: none;
      margin-right: 0; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .menu-tabs li {
        padding: 0 6px; font-size:12px; } }
  .menu-tabs a {
    color: #474848;
    display: block;
    padding: 10px;
    position: relative; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .menu-tabs a {
        padding: 10px 0; } }
    .menu-tabs a .triangleUp {
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 5px;
      border-bottom-color: #474848;
      display: none;
      position: absolute;
      right: 50%;
      bottom: 0; }
    .menu-tabs a.active .triangleUp {
      display: block; }

/*--- submenu listing ---*/
.menu-listing {
  display: none;
  position: relative;
  min-height: 150px; }
  .menu-listing.wrap {
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 0; }
  .menu-listing.active {
    display: block; }
  .menu-listing .col {
    /*float: left;*/
    height: auto;
    margin-bottom: 40px;
    /*margin-left: 0;
    margin-right: 10px;
    width: 180px;*/ }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .menu-listing .col {
        /*margin-left: 0;
        width: 140px;*/ }
        .menu-listing .col.first {
          margin-left: 0; } }
    @media screen and (max-width: 767px) {
      .menu-listing .col {
        float: none;
        margin: 0;
        width: 100%; }
        .menu-listing .col ul {
          display: none; } }
  .menu-listing a {
    color: white;
    /* display: block; */
    font-size: 13px;
    line-height: 19px;
    padding: 1px 0px; }
    @media screen and (max-width: 767px) {
      .menu-listing a {
        font-size: 13px;
        padding: 10px; } }
  .menu-listing ul {
    padding-left: 10px;
    margin-top: 0;
    margin-right: 10px;
	float: left;
	width: 23%; }
  .menu-listing li {
    background: transparent url("clientlib/images/square_bullet.png") no-repeat left 8px;
    color: #c6c6c6;
    line-height: 12px;
    padding-left: 10px;
	margin-left: 10px; }
    @media screen and (max-width: 767px) {
      .menu-listing li {
        float: none;
        margin: 0; } }
    .menu-listing li.regionname {
    background: none;
    padding-left: 0px;
    margin-left: 0px; }
  .menu-listing p {
    background: transparent url("clientlib/images/orange_arrow.png") no-repeat left 8px;
    font-weight: bold;
    margin: 5px 0px 2px 0px;
    padding-left: 10px;
    color: white; 
	font-size: 13px; }

.menu-overview {
  background: url("clientlib/images/menu-overview-bg.png") repeat 0 0;
  height: 56px;
  overflow: hidden; }
  .menu-overview a {
    color: white;
    display: block;
    font-size: 13px;
    padding: 5px 0px; }
    @media screen and (max-width: 767px) {
      .menu-overview a {
        font-size: 13px;
        padding: 10px; } }
  .menu-overview ul {
    margin-top: 0;
    padding-left: 10px;
    margin-right: 10px; }
  .menu-overview li {
    background: transparent url("clientlib/images/square_bullet.png") no-repeat left 9px;
    color: #c6c6c6;
    line-height: 12px;
    padding-left: 10px; }
    @media screen and (max-width: 767px) {
      .menu-overview li {
        float: none;
        margin: 0; } }
  .menu-overview p {
    background: transparent url("clientlib/images/orange_arrow.png") no-repeat left 10px;
    font-weight: bold;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 10px;
    width: 190px; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .menu-overview p {
        margin-left: 0;
        width: 130px; }
        .menu-overview p:first-child {
          margin-left: 0; } }
    @media screen and (max-width: 767px) {
      .menu-overview p {
        float: none;
        margin: 0;
        width: 100%; }
        .menu-overview p ul {
          display: none; } }
.wrap.clncss{
     margin-top:20px;
	 margin-bottom:40px;
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -ms-column-count: 5;
    -ms-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;

    }
/*--- breadcrumbs ---*/
@media screen and (max-width: 767px) {
  #breadcrumb {
    display: none; } }
#breadcrumb ul {
  float: right; }
#breadcrumb li {
  float: left;
  font-size: 12px;
  padding-left: 10px; }
  #breadcrumb li a:before {
    content: '>';
    padding-right: 10px;
    position: absolute;
    top: 10px;
    left: 0; }
#breadcrumb .marker,
#breadcrumb #home-crumb,
#breadcrumb a {
  color: #474848;
  display: block;
  padding: 10px 0 0 15px;
  position: relative; }

#home-crumb {
  background: transparent url("clientlib/images/home-crumb.png") no-repeat left center;
  height: 30px;
  text-indent: -999999px;
  width: 13px; }

/*--- special page items ---*/
.accordion-container .top-level {
  border-bottom: 1px #cccccc solid; }
  .accordion-container .top-level .title {
    background: url("clientlib/images/select-arrow.png") no-repeat 95% center;
    cursor: pointer;
    display: block;
    padding: 15px 15px; }
  .accordion-container .top-level.active .title {
    background: url("clientlib/images/select-arrow-rev.png") no-repeat 95% center;
    background-color: rgba(234, 234, 234, 0.4);
    font-weight: bold; }
  .accordion-container .top-level ul,
  .accordion-container .top-level .level-contnet {
    display: none;
    margin-bottom: 30px; }
  .accordion-container .top-level ol {
    margin-top: 20px; }
    .accordion-container .top-level ol li {
      padding-bottom: 20px; }
  .accordion-container .top-level a {
    background: transparent url("clientlib/images/doc_icon.png") no-repeat 13px 13px;
    color: #474848;
    display: block;
    font-size: 14px;
    padding: 10px 10px 10px 30px; }
    .accordion-container .top-level a:hover {
      color: #f15c41; }

/*--- footer ---*/
#ir-curve {
  background: transparent url("clientlib/images/ir_curve.png") no-repeat center top;
  height: 270px;
  margin-top: -145px;
  position: relative;
  width: 100%;
  z-index: 1000; }

#footer {
  background: #474848; }

#footer-content {
  display: block;
  float: left;
  margin-right: 1.26582%;
  width: 87.34177%;
  float: right; }
  #footer-content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    #footer-content {
      width: 100%;
      float: none;
      margin: 0 auto; }
      #footer-content:last-child {
        margin-right: auto; } }
  #footer-content .left {
    display: block;
    float: left;
    margin-right: 1.44928%;
    width: 78.26087%;
    margin: 15px 0 0 0; }
    #footer-content .left:last-child {
      margin-right: 0; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      #footer-content .left {
        padding-right: 0; }
        #footer-content .left .intro {
          display: none; } }
    @media screen and (max-width: 767px) {
      #footer-content .left {
        float: none;
        width: 100%; } }
  #footer-content .right {
    display: block;
    float: left;
    margin-right: 1.44928%;
    width: 20.28986%;
    border-left: 1px #fff solid;
    margin-left: 0;
    padding-left: 10px; }
    #footer-content .right:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      #footer-content .right {
        /* display:none; */
        border: none;
        width: 70%;
        margin-left: 30%; } }
    #footer-content .right img {
      image-rendering: optimizeQuality;
      margin: 30px 0 30px 10px;
      width: 100%; }
      @media screen and (max-width: 767px) {
        #footer-content .right img {
          margin-left: 0;
          margin-top: 15px;
          width: 50%; } }
  #footer-content p {
    clear: both;
    color: #fff;
    font-size: 11px;
    text-align: right;
    margin-bottom: 0;
    margin-right: 5px;
    padding-right: 5px; }
    @media screen and (max-width: 767px) {
      #footer-content p {
        text-align: center;
        line-height: 14px;
        width: 100%;
        margin: 0px auto;
        padding: 10px; } }
    #footer-content p a {
      color: #fff; }

#footer-links {
  float: right;
  margin-bottom: 10px;
  margin-right: 5px; }
  @media screen and (max-width: 767px) {
    #footer-links {
      float: none;
      margin: 0 auto;
      width: 100%; } }
  #footer-links li {
    border-left: 1px #fff solid;
    border-right: none;
    float: left; }
    #footer-links li:first-child {
      border: none; }
      @media screen and (max-width: 767px) {
        #footer-links li:first-child {
          border-bottom: solid 1px #999; }
          #footer-links li:first-child a {
            padding-top: 0; } }
    @media screen and (max-width: 767px) {
      #footer-links li {
        border: none;
        border-bottom: solid 1px #999;
        float: left;
        margin-top: 10px;
        width: 100%; } }
  #footer-links a {
    color: #fff;
    display: block;
    font-size: 11px;
    padding: 5px; }
    @media screen and (max-width: 767px) {
      #footer-links a {
        font-size: 14px;
        margin: 0 5px;
        padding: 10px;
        text-align: center; } }

#brand-links {
  float: right;
  margin-bottom: 10px;
  margin-right: 5px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #brand-links {
      margin-top: 10px;
      padding-left: 10%;
      padding-top: 10px;
      width: 90%; } }
  @media screen and (max-width: 479px) {
    #brand-links {
      width: 100%;
      margin-right: 2%; } }
  @media screen and (max-width: 340px) {
    #brand-links {
      padding-top: 0; } }
  #brand-links li {
    color: #fff;
    float: left;
    font-size: 11px;
    padding: 0 5px; }
    @media screen and (max-width: 767px) {
      #brand-links li {
        margin-left: 10px; } }
    @media screen and (max-width: 479px) {
      #brand-links li {
        margin-left: 0; } }
    @media screen and (max-width: 340px) {
      #brand-links li {
        width: auto; /*Modified for Ticket# 5600186*/
        padding-top: 10px;
        padding-bottom: 10px; } }
  #brand-links .intro {
    display: block;
    line-height: 15px;
    padding-right: 15px;
    position: relative; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      #brand-links .intro {
        float: none;
        padding-right: 5px;
        text-align: right;
        padding-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      #brand-links .intro {
        display: none; } }
    #brand-links .intro a {
      color: white;
      font-style: italic; }
    #brand-links .intro .footer-triangle {
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 5px;
      border-left-color: white;
      position: absolute;
      top: 50%;
      right: 0px;
      margin-top: -5px; }
      @media screen and (min-width: 768px) and (max-width: 959px) {
        #brand-links .intro .footer-triangle {
          display: none; } }
      @media screen and (max-width: 767px) {
        #brand-links .intro .footer-triangle {
          display: none; } }

.contact-info .info-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .contact-info .info-item:last-child {
    border-bottom: 1px solid #474848; }
.contact-info p {
  font-size: 12px;
  margin: 0; }

/*light box overlay*/
#lb_overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: none; }

#lb_lightbox {
  display: block;
  float: left;
  margin-right: 1.26582%;
  width: 100%;
  background: white url("clientlib/images/subtle_dots.png");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  padding: 40px 50px 80px 50px; }
  #lb_lightbox:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    #lb_lightbox {
      display: block;
      float: left;
      margin-right: 1.26582%;
      width: 87.34177%;
      margin-left: 6.32911%; }
      #lb_lightbox:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    #lb_lightbox {
      display: block;
      float: left;
      margin-right: 1.26582%;
      width: 100%;
      margin-left: 0%; }
      #lb_lightbox:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 479px) {
    #lb_lightbox {
      display: block;
      float: left;
      margin-right: 5.26316%;
      width: 100%;
      margin-left: 0%; }
      #lb_lightbox:last-child {
        margin-right: 0; } }
  #lb_lightbox img {
    display: block;
    float: left;
    margin-right: 1.26582%;
    width: 49.36709%;
    margin-right: 2%; }
    #lb_lightbox img:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      #lb_lightbox img {
        width: 20%; } }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      #lb_lightbox img {
        width: 100%; } }
    @media screen and (max-width: 479px) {
      #lb_lightbox img {
        width: 100%; } }
  #lb_lightbox h3 {
    display: none; }
  #lb_lightbox h1, #lb_lightbox p {
    display: block;
    float: left;
    margin-right: 1.26582%;
    width: 43.03797%; }
    #lb_lightbox h1:last-child, #lb_lightbox p:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      #lb_lightbox h1, #lb_lightbox p {
        width: 50%; } }
  #lb_lightbox h1 {
    font-size: 35px; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      #lb_lightbox h1 {
        font-size: 25px; } }
  #lb_lightbox p {
    margin: 0 0 0 0; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      #lb_lightbox p {
        border: none;
        margin: 0;
        padding-bottom: 15px; } }
  #lb_lightbox .lb-container {
    overflow: hidden;
    height: 299px; }
  #lb_lightbox .lb-slides {
    width: 800%; }
  #lb_lightbox .lb-slide {
    float: left;
    position: relative;
    width: 860px; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      #lb_lightbox .lb-slide {
        width: 600px; } }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      #lb_lightbox .lb-slide {
        width: 450px; }
        #lb_lightbox .lb-slide img {
          width: 100%; }
        #lb_lightbox .lb-slide h1 {
          width: 250px; } }
    @media screen and (max-width: 479px) {
      #lb_lightbox .lb-slide {
        width: 300px; } }
  #lb_lightbox .next {
    position: absolute;
    right: 80px;
    bottom: 20px;
    background: url("clientlib/images/lb-prev-next.png");
    background-position: 40px 0;
    height: 30px;
    margin: 0;
    width: 40px; }
  #lb_lightbox .prev {
    background: url("clientlib/images/lb-prev-next.png");
    position: absolute;
    right: 121px;
    bottom: 20px;
    height: 30px;
    margin: 0;
    width: 40px; }
  #lb_lightbox .rights {
    position: absolute;
    bottom: 50px;
    left: 50px;
    font-size: 11px;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      #lb_lightbox .rights {
        position: absolute;
        bottom: 20px;
        left: 50px; } }
    @media screen and (max-width: 767px) {
      #lb_lightbox .rights {
        position: absolute;
        bottom: 20px;
        left: 50px; } }
  #lb_lightbox #lb_light_close {
    position: absolute;
    top: 0px;
    right: -25px;
    background: #f15c41;
    color: #fff;
    padding: 5px 8px;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      #lb_lightbox #lb_light_close {
        position: absolute;
        top: 0px;
        right: 0px; } }
  #lb_lightbox .share-boxes {
    position: absolute;
    bottom: 0px;
    left: 52%;
    border-top: 2px solid #cccccc;
    width: 45%; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      #lb_lightbox .share-boxes {
        position: relative;
        left: 0;
        width: 100%; } }
    #lb_lightbox .share-boxes p {
      border-bottom: none;
      font-weight: 500;
      padding: 0;
      margin: 10px 0 0 0; }
    #lb_lightbox .share-boxes .share-this {
      margin: 0;
      clear: both; }
      #lb_lightbox .share-boxes .share-this li {
        padding-top: 5px; }
      @media screen and (max-width: 767px) {
        #lb_lightbox .share-boxes .share-this {
          display: none; } }

/*--------------SHARE THIS*/
.share-this {
  margin-left: 70px; }
  @media screen and (max-width: 340px) {
    .share-this {
      margin-left: 50px; } }
  .share-this li {
    float: left;
    margin-right: 15px; }
    @media screen and (max-width: 340px) {
      .share-this li {
        margin-right: 10px; } }
    .share-this li span {
      cursor: pointer;
      display: block;
      margin-top: 5px;
      margin-bottom: 5px;
      padding: 10px 25px 0 0;
      width: 26px;
      height: 26px; }
  .share-this .st_facebook_custom {
    background: transparent url("clientlib/images/featured_share.png") no-repeat left top;
    background-position: -44px 0; }
  .share-this .st_twitter_custom {
    background: transparent url("clientlib/images/featured_share.png") no-repeat left top; }
  .share-this .st_googleplus_custom {
    background: transparent url("clientlib/images/featured_share.png") no-repeat left top;
    background-position: -86px 0px; }
  .share-this .st_linkedin_custom {
    background: transparent url("clientlib/images/featured_share.png") no-repeat left top;
    background-position: -131px 0px; }
    /*-------------OrderForm*/
.product-detail .totalAmount{
font-size: 1.09em;
font-weight: bold;
text-align: right; 
padding: 10px 11px; 
margin-bottom: 20px;
border-top: 1px solid #2E621B;
border-bottom: 1px solid #2E621B;
line-height:1.5;

    }


.lead-form input {
    margin-bottom: 15px; 
}
.lead-form input,
.lead-form textarea {
    display: block;
    float: left;
    margin-right: 1.69492%;
    width: 95%; }
    .lead-form textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size:14px;
        margin-bottom:15px;
    }  



.lead-form input.submit, .lead-form input.submit {
  background: #f15c41;
  border: none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  float: right;
  margin-right: 5px;
  margin-top: 10px;
  width: 70px;
}

.legalmessage {
    margin-top: 50px;
    float: left;
    font-size:11px;
}

.lead-form input[disabled], .lead-form textarea[disabled] {
  border-color: #999999;
  color: #999999;
}

.lead-form input.submit[disabled]{
  background: #f8ada0;
}

.lead-form .section {
  margin-bottom: 15px;
  overflow: hidden;
}

@-moz-document url-prefix(){
.literature-search #resetbutton {
    margin-left: 79%!Important;
}
    } 
    
.contact-form textarea {
	margin-bottom: 25px;
}
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(clientlib/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(clientlib/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(clientlib/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(clientlib/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(clientlib/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(clientlib/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(clientlib/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(clientlib/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(clientlib/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(clientlib/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(clientlib/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(clientlib/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(clientlib/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(clientlib/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(clientlib/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(clientlib/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(clientlib/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(clientlib/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(clientlib/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(clientlib/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(clientlib/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(clientlib/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(clientlib/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(clientlib/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(clientlib/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(clientlib/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(clientlib/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(clientlib/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(clientlib/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(clientlib/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(clientlib/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(clientlib/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(clientlib/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(clientlib/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(clientlib/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(clientlib/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(clientlib/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(clientlib/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(clientlib/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(clientlib/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(clientlib/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(clientlib/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(clientlib/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(clientlib/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(clientlib/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(clientlib/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(clientlib/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(clientlib/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(clientlib/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(clientlib/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(clientlib/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(clientlib/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(clientlib/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(clientlib/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(clientlib/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(clientlib/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(clientlib/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(clientlib/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(clientlib/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(clientlib/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(clientlib/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(clientlib/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(clientlib/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(clientlib/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(clientlib/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(clientlib/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(clientlib/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(clientlib/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(clientlib/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(clientlib/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(clientlib/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(clientlib/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(clientlib/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(clientlib/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(clientlib/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(clientlib/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(clientlib/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(clientlib/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(clientlib/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(clientlib/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(clientlib/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(clientlib/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(clientlib/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(clientlib/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(clientlib/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(clientlib/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(clientlib/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(clientlib/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(clientlib/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(clientlib/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(clientlib/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(clientlib/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(clientlib/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(clientlib/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(clientlib/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(clientlib/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(clientlib/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(clientlib/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(clientlib/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(clientlib/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
.richtextandimage ul li, 
.richtext ul li,
.text ul li, 
.richtextandvideo ul li, 
.videolightbox ul li {
    background: transparent url("clientlib/images/square_bullet.png") no-repeat left 5px;
    padding-left: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
}
.richtextandimage ul ul li, 
.richtext ul ul li {
    background: transparent url("clientlib/images/dash_bullet.jpg") no-repeat left 5px;
    margin-top: 10px;}
.richtextandimage ul ul ul li, 
.richtext ul ul ul li {
    background: transparent url("clientlib/images/circle_bullet.jpg") no-repeat left 5px;}
.richtextandimage ol, 
.richtext ol,
.text ol, 
.richtextandvideo ol, 
.videolightbox ol {
  list-style-type: decimal;
  margin-left: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.richtextandimage ol li, 
.richtext ol li,
.text ol li, 
.richtextandvideo ol li, 
.videolightbox ol li {
    margin-bottom: 10px;
}


.richtextandvideo {
  /*min-height: 500px;*/
  padding: 20px 0px 0;
  clear: both; }
.richtextandvideo h1,.richtextandvideo h2, .richtextandvideo h3, .richtextandvideo h4, .richtextandvideo h5,
.richtextandimage h1,.richtextandimage h2, .richtextandimage h3, .richtextandimage h4, .richtextandimage h5 {
	clear:none;
}

  .richtextandvideo div.article {
    display: none;
    position: relative; }
    .richtextandvideo div.article.active {
      display: block; }
  .richtextandvideo p {
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0; }
  .richtextandvideo iframe, .richtextandvideo .product-video {
    float: left;
    margin: 3px 15px 0 0;
    /*height: auto;
    width: 400px; */}
    #tab-target .richtextandvideo iframe, #tab-target .richtextandvideo .product-video {
    float: left;
    margin: 3px 15px 0 0;
    }
    #tab-target .richtextandvideo p {
    font-size: 14px;
    line-height: 24px;
    margin: 7px 0;
    }
     #intro h1.grey {
    color: #454848; }
    .productrelatedribbon .leftbox, .productmodelsribbon .leftbox{
		width: 638px;
		margin-left: -19px;}
	.photogallery .related {
	margin-left: -19px;	}
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .richtextandvideo iframe, .richtextandvideo .product-video {
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .richtextandvideo iframe, .richtextandvideo .product-video {
        width: 100%;
        height: auto;
        margin-bottom: 30px; } }
    @media screen and (max-width: 479px) {
      .richtextandvideo iframe, .richtextandvideo .product-video {
        height: auto; } }
  @media screen and (max-width: 767px) {
    .richtextandvideo .product-video {
      width: 100%;
      height: auto;
      margin-bottom: 30px; } }

 #tab-target .richtextandvideo .product-video.right, .richtextandvideo .product-video.right, .richtextandvideo .product-video.right iframe {
    float: right;
    margin: 0px 0 0 166px;
    /*height: auto;
    width: 400px; */}
    @media screen and (min-width: 768px) and (max-width: 959px) {
      #tab-target .richtextandvideo .product-video.right, .richtextandvideo .product-video.right, .richtextandvideo .product-video.right iframe {
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      #tab-target .richtextandvideo .product-video.right, .richtextandvideo .product-video.right, .richtextandvideo .product-video.right iframe {
        width: 100%;
        height: auto;
        margin-bottom: 30px; } }
    @media screen and (max-width: 479px) {
      #tab-target .richtextandvideo .product-video.right, .richtextandvideo .product-video.right, .richtextandvideo .product-video.right iframe {
        height: auto; } }
  @media screen and (max-width: 767px) {
    #tab-target .richtextandvideo .product-video.right, .richtextandvideo .product-video.right, .richtextandvideo .product-video.right iframe {
      width: 100%;
      height: auto;
      margin-bottom: 30px; } }

  .richtextandvideo h4 {
    font-weight: bold;
    margin: 0 0 15px; }
    @media screen and (max-width: 479px) {
      .richtextandvideo h4 {
        margin: -20px 0 15px; } }
  .richtextandvideo ul {
    margin: 20px 30px; }
    .richtextandvideo ul li a {
      font-size: 14px;
      line-height: 22px;
      color: #474848; }
      .richtextandvideo ul li a:hover {
        color: #f15c41; }
  .richtextandvideo ul.accordion-container {
    margin: 30px 0 20px; }
  .richtextandvideo .selStyled {
    display: block;
    float: left;
    margin-right: 1.26582%;
    width: 48.73418%;
    margin-bottom: 10px; }
    .richtextandvideo .selStyled:last-child {
      margin-right: 0; }
  @media screen and (max-width: 767px) {
    .richtextandvideo a.read-more {
      display: block;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .richtextandvideo img {
      display: none; } }
  .richtextandvideo #previewImage img {
    display: block; }
    @media screen and (max-width: 767px) {
      .richtextandvideo #previewImage img {
        width: 100%;
        margin-bottom: 20px; } }

  
.richtextandimage ol, .richtext ol, .text ol, .richtextandvideo ol, .videolightbox ol, #CQrte ol {
  list-style-type: decimal;
  margin-left: 20px; }
/* Not sure why this was added, but it is causing the Second Event on the NewsRoom page to be hidden.
/*.four-boxes {
        max-height: 209px;
        overflow: hidden;
    } */
/* .right .sidebaradditionalinfo .widget li a {
    font-size: 12px;
    line-height: 14px;
    padding: 0;
} */
.right .productresources .widget li a {
    font-size: 12px;
    line-height: 14px;
    padding: 0 30px;
}


/* styles for rich text and image/video components  - STARTS */
.product-image {
    float: left;
    margin: 7px 15px 0 0;
}
.product-image.float-right {
    float: right;
    margin: 7px 0 0 10px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}
/* styles for rich text and image/video components -  ENDS */

#tab-target .accordion-entry ul, #tab-target .accordion-container ul {
	margin: 20px 0px; 
}
#tab-target .techspecs ul {
    margin: 20px 0px;
}

#tab-target .techspecs ul .footnotes {
	margin: 20px 0 10px 0;
}

#tab-target .techspecs ul .table.scroll-x {
	overflow-x:scroll;
}

/*#tab-target .accordion-entry p, #tab-target .accordion-container p {
    font-size: 14px;
    line-height: 14px;
    margin: 5px 5px 0 10px;
}*/
#tab-target .accordion-container table th:first-child, .product-detail table td:first-child {
	padding-left: 3px;
}

/* style for Document list outside of Accordion-Container */
.accordion-container .top-level .documentlist a,
.documentlist a {
    background: none;
    color: #474848;
    display: block;
    font-size: 14px;
    padding: 10px 10px 5px 0px; 
}
.accordion-container .top-level .documentlist a:hover,
.documentlist a:hover {
      color: #f15c41; 
}

.accordion-container .top-level .documentlist ul.specs,
.documentlist ul.specs {
	padding-left: 30px;
}

/* style to keep the CQ invalid link image from opening 100% */
img[src*="linkcheck_"] {
    width: auto;
}

/* styles for the Post Filter component.
.blog-refine input {
	width: 100%;
}

/* style corrections for HomePage */
.home div.carousel {
        margin-top:0px;
        margin-bottom:0px;
    }

/*style for Carousel component*/


.carousel a:hover {
    text-decoration:none;
}

/* style for richtextandimage component*/

.product-image img {
    max-width:400px;
    max-height:400px;
}

/*style for news share component*/

.share-this.no-label{
	margin-left:0px;
}

.newsroom-video-class{
	height:330px;
}

.right .sidebarinfo .widget img{
	float:none;
	width:100%;
}

/* Form element style corrections */
input[type="radio"] {
	-webkit-appearance: radio;
}
input[type="checkbox"] {
	-webkit-appearance: checkbox;
}
/* Added for inactive link in Previous/Next */ 
.prev-next a.inactive {
	color: #999999;
	pointer-events: none;
    cursor: default;
}

.accordion-container .richtext a {
	background: none;
	display: inline;
	font-size: inherit;
	color: #f15c41;
	padding: 0px;
}

.accordion-container .richtext ul {
	display: block;
	list-style-image: none;
}

.press-releases { position:relative; }
.press-releases a.read-more {
    display: inline;
    color: #fff;
    padding-bottom: 8px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}

#loadingDiv {
   background: url(clientlib/images/loading.gif) no-repeat center center;
   height: 100px;
   width: 100px;
   position: fixed;
   z-index: 1000;
   left: 50%;
   top: 50%;
   margin: -25px 0 0 -25px;
}
.contact-form input[type="checkbox"],input[type="radio"]{
    width:auto;
    margin-bottom:0px}
.contact-form input.lanSeats{
	font-size: inherit;
    height: 16px;
    width: 26px;
    padding:0px;
    margin-bottom:0px}
    
    
     /*Ask an Expert form Styles*/  
  
.expert-form input.split-input, .expert-form textarea.split-input {
display: block;
float: left;
margin-right: 1.69492%;
width: 40.67797%;
margin-bottom: 18px;
}

.expert-form .section{
	margin-bottom: 30px;
    overflow: hidden;
}
    
.expert-form textarea {
    height: 240px;
    margin-top: 30px;
}
      
.expert-form input, .expert-form textarea {
    display: block;
    float: left;
    margin-right: 1.69492%;
    width: 83.05085%;
}
      
.expert-forminput {
   margin-bottom: 30px; 
}

.expert-form input.submit {
    background: #f15c41;
    border: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    float: right;
    margin-right: 120px;
    width: 70px; 
 }
    
.expert-form input.subject{
	width: 83.05085%;
}

.expert-form input.submit[disabled] {
    background: #f8ada0;
}
/* BIM Revit*/
.error {
	color: #D8000C;
	background-color: #FFBABA;
	/*background-image: url("clientlib/images/error.png");*/
}
.contact-form input.error, .contact-form textarea.error {
	color: #D8000C;
	border-color: #FFBABA;
	/*background-image: url("clientlib/images/error.png");*/
}

.validation {
	color: #D63301;
	background-color: #FFCCBA;
	/*background-image: url("clientlib/images/validation.png");*/
}

.blogs .prev-next .next-story{
    width: 20.07407%;
    padding-left: 10px;
}

.blogs .prev-next .prev-story{
    width: 37.07407%;
 }
.blogs .prev-next{
    border-top: none;
    width: 35%;
}
.error-message {
    font-size: 12px;
    color: #cf1b24;
    padding: 1px;
    display: block;
    margin-bottom: 12px;
    font-weight: bold;
}

.parts-stores .three-boxes a{
	padding-left: 7px;
    background: transparent url("clientlib/images/list-item-arrow.png") no-repeat 1px center;
}

.download-section .cdsresourcediv .selStyled{
	margin-right:1.2%;
}

.accordion-container .documentlist .doclist-subtitle{
	margin-left: 30px;
}

#tab-target .accordion-entry ul, #tab-target .accordion-container ul{
	margin-top: 2px;
    margin-left:0px;
}


.form_captcha_refresh #capthca_refresh_style{
	width: 62px;
    margin-left: 33px;
    background: #f15c41;
    border: none;
    color: #fff;
}

form .form_captcha_refresh{
	float: left;
}

/* Override main.css*/
#drawings-search-container {
  display: block; }
  
.parts-stores .three-boxes .read-more{
    color: #f15c41;
}
.contact-form input[type="checkbox"]{
	margin-top: 0px;
}
.contact-form .localTraneOffice{
    float: left;
}

.contact-form .expiration{
    float: left;
    margin-right: 100px;
    margin-bottom: 7px;
}
.contact-form #sameAsShippingInfo{
	margin-top: 16px;
}
.contact-form .year{
	width: 49.25%;
	float: right;
	margin-right: 80px;
}

.contact-form .month{
  	width: 49.0%;
	padding-right: 0px;         
}

#terms-agree{
	color: #fff;
}

#drawings-terms p{
	text-align: justify;
}

#surveyform_coursetitle{
	width: 334px;
}

#product-cad-templates .specs{
	display:block;
}

#salesOfficeInfo{
	border-bottom: none;
}

.storyoverviewbox{
    border-top: 1px #cccccc solid;
	border-spacing: 10px;
}
.wrap .bluebutton {
	white-space: nowrap;
    width: auto;
    height: 38px !important;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background: #1599ba;
    background-position: right 15px;
    background-repeat: no-repeat;
	background: #2e9fbc;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2e9fbc), to(#066791));
	background: -webkit-linear-gradient(top, #f15a40, #f15a40);
	/*background: -moz-linear-gradient(top, #2e9fbc, #066791);*/
	background: -ms-linear-gradient(top, #2e9fbc, #066791);
	background: filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2e9fbc', EndColorStr='#066791');
    color:white;
    border:none;
}

.wrap .bluebutton:hover:enabled {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#158eab), to(#075a7e));
        background: -webkit-linear-gradient(top, #f15a40, #f15a40);
        background: -moz-linear-gradient(top, #f15a40, #f15a40);
        background: -ms-linear-gradient(top, #158eab, #075a7e);
    	background: filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#158eab', EndColorStr='#075a7e');
}

#downloadPPs {
	margin-bottom: 25px;
    margin-top: 10px;

}
#cart li { 
    list-style: none;
    padding-left: 1em; 
    text-indent: -.7em;
    background:#C9CAC8;
    color:white;
    height: 30px;
	padding-top: 9px;
    width: 30%;
}

/*#cart li:before {
    content: "� ";
    color: blue; /* or whatever color you prefer */*/
}
#cart{
	width:29%;
    background:#B9D8F0;
}


#cart li span{
	padding-left:20px;
}

#cart h6{
	background:#4D4F53;
    padding-left:20%;
    height: 20px;
    width: 30%;
}

#cart h6 a{
    float:right;
    color:white;
    padding-top: 3px;
	padding-right: 10px;

}

#searchresutls1 .pagination {
	background: #C9CAC8;
	height: 23px;
	padding-top: 7px;-left: 10px;

}
#searchresutls1 .pagination a{
    color: #4D4F53;

}


.search .selStyled:last-child {
    margin-right: 1.26582%;
 }

#bim-intro-content #searchbutton {
	background: #f15c41;
	background-image: none;
	border-radius: 2px;
	color: #fff;
	height: auto;
	padding: 10px 15px;
	text-indent: 0;
	width: auto;
}
#searchbutton:disabled {
background: #f8ada0;
}

.bluebutton:disabled {
background: #BBD9E5;
}
#filters #searchbutton:hover:enabled {
      background: #df4e34;
}
#filters #searchbutton:hover:disabled {
      background: #f8ada0;
}
.story-overview span.read-more .triangleRight{
	display: inline-table;
	position: relative;
	right:0px;
	margin-right:0px;        
}
.story-overview:active span.read-more .triangleRight, .story-overview:hover span.read-more .triangleRight {
    display: inline-table;
	position: relative;
	right:0px;
	margin-right:0px;  
  	top:0px;

        }
.form_captcha_refresh a:hover{
	text-decoration:none;
    cursor:pointer;
}
.share li a.linkedIn {
    background-position:-143px 1px;
}
.share li a.youtube {
 	background-position:-108px 0px;
}

.share li a.linkedIn:hover {
          background-position: -143px -24px; 
}
.share li a.youtube:hover {
          background-position: -108px -25px; 
}
#map-canvas img{
	height:366px;
    width:100%;
}
.row .herospot{
    margin-bottom: 10px;
}
.row{
	margin-bottom: 0px !important;
    }
.product-detail .wrap{
	margin-bottom: 60px !important;
}
.product-detail .wrap .right h3{
	margin-top: 0px;
}

.right .contact.widget li a {
  word-wrap:break-word;
}

#tab-target ul li a{
    color: #f15c41;
}

.richtextandimage li, .related h3, .right .productresources .widget li{
	font-style:normal !important;
}
.casestudyheader h1, .newsheader h1 {
	margin-top: 21px;
}

.left .content .richtextandimage{
	margin-top: 18px;
}

.richtext sub {
 	vertical-align: sub;
    font-size: 0.8em;
}

.richtext sup {
    vertical-align: super;
    font-size: 0.8em;
}

/* Software order form Sytles */
.purchaseTypeStyle {
    margin-bottom: 20px;
}
.purchaseTypeStyle p{
    display: table-cell;
}

.purchaseTypeStyle tr{
	width: 500px;
    display: inline-table;
}
#softwareOrderForm #customerId{
	margin-bottom: 0px;
}

.gsaAgencyStyle p{
    padding-right: 10px; 
    padding-left: 10px;
    margin-top: 0px;
}

.shippingInfoStyle p{
    margin-left: 10px;
    }

/*Media queries for Smartphone view*/

@media (max-width: 480px) { 
.purchaseTypeStyle tr {
	font-size: 7px;
    width: auto;
}
.purchaseTypeStyle p {
	padding-right: 10px; 
    padding-left: 10px;
    font-size:	12px;
    }

.purchaseTypeStyle input[type="radio"]{
   	width: auto;
}
.gsaAgencyStyle p{
    padding-right: 10px; 
    padding-left: 10px;
    font-size:	12px;
}

.gsaAgencyStyle input[type="radio"]{
    margin-left: 10px;
	margin-right: 10px;
	width: auto;
}
.shippingInfoStyle input[type="checkbox"]{
    margin-left: 16px;
    }
.shippingInfoStyle p{
    margin-left: 10px;
    }
.expiration-dropdown-style .month{
	margin-left: 12px;
    width: 37%;
}
.expiration-dropdown-style .year {
    margin-right: 46px;
    width: 37%;
}              
}

/* end of software order form styles*/

/* OEM Login and Registration Form Styles */

/*input.form_field_text, select.form_field_select{
	width: 264px !important;
}

.form_field_text, .form_field_select, .textinput{
    border: inset !important;
}*/
.form_button_submit{
    background: #f15c41 !important;
	border: none !important;
	border-radius: 2px !important;
	color: #fff !important;
	cursor: pointer;
	float: right;
	margin-right: 120px;
	width: 70px;
}

.contact-form a#region {
	background: transparent url("clientlib/images/country-icon.png") no-repeat left center;
	margin-left: 10px;
	padding-left: 40px;
	padding-right: 15px;
	color: #474848;
	font-size: 10px;
	padding: 10px 43px;
	position: relative;
	border-bottom: 1px #ececec solid;
	border-left: 1px #ececec solid;
}
.contact-form .triangleDown{
	height: 0;
	width: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 3.5px;
	border-top-color: #474848;
	display: block;
	position: absolute;
	right: 5px;
	top: 14px;
}

.contactus_lightbox  h1, .contactus_lightbox p{
	float:none !important;
	width:57.03797% !important;
}


.contactus_lightbox .lb-container{
height: 400px !important;
}


.contactus_lightbox .lb-slide{
	width: 1096px !important;
}



.contactus_lightbox .wrap{
	max-width: 1096px !important;
}

.contactus_lightbox #lb_lightbox{
	padding: 40px 40px 40px 40px;
}
/* Education Material Order Form Styles */

.educationMaterialOrderForm table {
    border-collapse: collapse;
	color: #474848;
	width: 100%;
}
.educationMaterialOrderForm table th:first-child, .educationMaterialOrderForm table td:first-child {
	 padding-left: 0;
	 width:5%;
     text-align:center;
     display:none;	
}

.educationMaterialOrderForm table th {
	 font-size: 13px;
	 font-weight: bold;
     width:10%;
     text-align:left;

}

.educationMaterialOrderForm table th, .educationMaterialOrderForm table td {
	 padding: 5px 10px;
     width:15%;
   /* border: inset;*/

}

.educationMaterialOrderForm table td {
	 font-size: 12px;
     text-align:left;
}

.educationMaterialOrderForm .quantityCol{
      padding-left: 35px;
 }
.educationMaterialOrderForm .totalDisplay{
      width: 50% !important;
 }
.educationMaterialOrderForm input[type="text"] {

font-size: inherit;
height: 16px;
width: 50px;
padding: 0px;
margin-bottom: 0px;
     text-align:center;
 }
.educationMaterialOrderForm .triangleRight{
height: 0;
width: 0;
border-color: transparent;
border-style: solid;
border-width: 4.5px;
border-left-color: #f15c41;
display: block;
position: absolute;
right: 75px;
top: 50%;
margin-top: -3px;
display: inline-table;
position: relative;
right: 0px;
margin-right: 0px;
 }

 /* Training course Details Component (both Desktop and Mobile View)*/
 .wrap .trainingcoursedetails .left {
 width: 26.354%;
}
.wrap .trainingcoursedetails .right {
	padding-top: 32px;
    width:71.051%;
    margin-left: 0px;
 }

.wrap .trainingcoursedetails .right a{
	line-height: 35px;
}

.trainingcoursedetails h5 {
	font-size: 11px;
    }
@media screen and (max-width: 767px) {
      .wrap .trainingcoursedetails .left,
      .wrap .trainingcoursedetails .right {
        float: none;
        width: 100%; } 
        }
  
 #report-tool{
      display:block;
}
.ce-report-tool {
      margin-bottom: 1em;
	  display: block;
      margin-top: 0em;
	  /*width: 400px;
      margin-bottom: 55px;*/
}
.report-tool {
	  width: 400px;
      margin-bottom: 55px;
} 
.reportToolContent {
      margin-bottom: 30px;
	  display: block;
}                
.reportToolLeftContent {
	width: 400px;
    float: left;
    padding: 0 15px;
	display: block;
}
.reportToolRightContent {
	width: 560px;
    float: right;
	display: block;
}
.checkboxList{
    height: 250px;
    overflow-y: scroll;
    display: block;
} 
.padleft{
    margin-left: 15px;
} 
.ce-report-tool .split-input {
   margin-bottom: 10px;
    display:inline-block;
                    }
.report-tool .split-input {
   margin-bottom: 10px;
    display:inline-block;
                    }
.ce-report-tool label {
color: #B4886B;
font-weight: bold;
display: block;
width: 150px;
float: left;

}
.report-tool label {
color: #B4886B;
font-weight: bold;
display: block;
width: 150px;
float: left;

}
.ce-report-tool .cecountrylist{
    margin: 0px;
    width: 60%;
    border: 1px solid;
    margin-bottom: 10px;
}
.report-tool .cecountrylist{
    margin: 0px;
    width: 60%;
    border: 1px solid;
    margin-bottom: 10px;
}

#report-content table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	/*text-shadow: 1px 1px 0px #fff;*/
	background:#eaebec;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
#report-content table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	text-shadow: 1px 1px 0px #fff;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#C33434), to(#737383));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
#report-content table th:first-child {
	text-align: left;
	padding-left:20px;
}
#report-content table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
#report-content table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
#report-content table tr {
	text-align: center;
	padding-left:20px;
}
#report-content table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
#report-content table td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
#report-content table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
#report-content table tr:last-child td {
	border-bottom:0;
}
#report-content table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
#report-content table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.ce-report-tool input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}
.report-tool input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

   /* IR Form Styles*/

input.form_field_text {
    display: block;
	float: left;
	margin-right: 1.69492%;
	width: 100%;
	margin-bottom: 18px;

}
select.form_field_select {
    width: 100%;
    border: 1px #474848 solid;
    background: url("clientlib/images/select-arrow.png") no-repeat 95% center

  }
input.form_address_firstname, input.form_address_lastname, input.form_address_street1, input.form_address_street2, 
                            input.form_address_zip, input.form_address_city, input.form_address_state, input.form_address_zip, input.form_address_state, select.form_address_country{
     width: 300px !important;
     margin-bottom: 0px;
  }
.contact-form .customerId-newbutton input, .customerId-renewalbutton input{
         display: inline-block;

	height: 40px;
     margin:0;
    cursor: pointer;
	width:10%;
  	background: #f15c41;
    border-style: none ;
    border:none;
	color: #fff ;
 	max-height: 38px;
    max-width: 65px;
	text-align: center;
 	 padding: 1px 4px 3px 4px;
    }



.customerId-renewal .split-input, .customerId-new .split-input{

        margin-bottom: 0px;            }
        
 .contact-form input.submit{
  width :110px !important;
        }

 .contact-form  .renewalText input   {
margin-top: 30px; 
                        }  
 .paymentconfirmation-form  input.paymentsubmit {

  	display: inline-block;
	height: 40px;
    /*width: 110px;*/
    margin:0;
    border-style: none ;
    text-align: center;
    font-size: 14px;
    padding: 8px 20px;
    background: #f15c41;
    border: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    float: right;
    /*margin-right: 165px;*/
    margin-top: 30px;

   
}
.contact-form .sku{
        display:none;
    }
#searchresutls1 .pagination a{
text-decoration:underline;
}
/* below css is to select the current page in pagination*/
#searchresutls1 .pagination a:focus{
    /*color: #0f0;*/
text-decoration:none;
     cursor: default;

}
#searchresutls1 .pagination a:first-child{
text-decoration:none;
}

/*#searchresutls1 .pagination a:active{
    color:#f00!Important;

}*/
input.remove-item {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
    height: 26px;
    width: 10%;
    cursor: pointer;
    margin: 0;
    border: none;
    font-weight: bold;
    float: left;
    margin-top: -12px;
    color: #f15a40;
   /* margin-left: -160px;*/
    }
@-moz-document url-prefix() { 
  input.remove-item  {
     height: 30px;
     margin-top: -16px;
  }
}
.literature-search #resetbutton {
    margin-top: 30px;
}
.literature-search #resetbutton {

    margin-left: 80%;
    background: #f15c41;
    background-image: none;
    border-radius: 2px;
    color: #fff;
    height: auto;
    padding: 10px 15px;
    text-indent: 0;
    width: auto;
	border-style: none ;
    border:none;
}

 #resetsubbutton {
    margin-top: 30px;
}
 #resetsubbutton {

    margin-left: 80%;
    background: #f15c41;
    background-image: none;
    border-radius: 2px;
    color: #fff;
    height: auto;
    padding: 10px 15px;
    text-indent: 0;
    width: auto;
	border-style: none ;
    border:none;
}
#resetbutton:disabled {
background: #f8ada0;
} 
.TFtable td a{
    color: white;
        text-decoration:underline;
    }
    #cartList a {
        color: Blue;
        text-decoration:underline;
    }
#downloadPPs{
background: -webkit-linear-gradient(top, #747678, #4D4F53);
}

/*styles for the storyoverviewsmall component*/
.story-overviewsmall span.read-more .triangleRight{
	display: inline-table;
	position: relative;
	right:0px;
	margin-right:0px;        
}
.story-overviewsmall:active span.read-more .triangleRight, .story-overviewsmall:hover span.read-more .triangleRight {
    display: inline-table;
	position: relative;
	right:0px;
	margin-right:0px;  
  	top:0px;

        }


            .story-overviewsmall {
  display: block;
  float: left;
  margin-right: 1.26582%;
  width: 32%;
  border-right: 1px solid #cccccc;
  float: left;
  height: 300px;
  position: relative;
  padding-right: 1.26582%; }
  .story-overviewsmall:last-child {
    margin-right: 0;
    border-right: none;}
  @media screen and (min-width: 768px) and (max-width: 959px) {
    .story-overviewsmall {
      height: 360px; } }
  @media screen and (max-width: 767px) {
    .story-overviewsmall {
      margin: 0 auto 10px auto;
      float: none;
      border: none; }
      .story-overviewsmall:last-child {
        margin: 0 auto 30px auto; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .story-overviewsmall {
      height: auto;
      padding: 0 2% 20px 2%;
      width: 100%; } }
  @media screen and (max-width: 479px) {
    .story-overviewsmall {
      height: auto;
      padding: 0 2% 20px 2%;
      width: 100%; } }
  .story-overviewsmall:hover {
    text-decoration: none; }
  .story-overviewsmall h4 {
    margin-bottom: 5px; }
  .story-overviewsmall img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .story-overviewsmall .copy {
      color: #fff;
      background: transparent url("clientlib/images/darkGrey80.png") repeat top left;
      bottom: 20px;
      padding: 10px;
      position: absolute;
      width: 96%; }
      .story-overviewsmall .copy p {
        color: #fff;
        font-size: 14px; }
      .story-overviewsmall .copy span {
        display: none; } }
  .story-overviewsmall p {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    position: relative; }
    .story-overviewsmall p.sub-title {
      font-weight: 500;
      margin: 5px 0; }
  .story-overviewsmall span.read-more {
    position: absolute;
    bottom: 5px;
    left: 0px;
    background: url("clientlib/images/mid-section-bg.png");
    border-bottom: 1px transparent solid;
    border-radius: 0;
    color: #f15c41;
    padding: 5px 10px;
    text-align: right;
    width: 189px; }
    .story-overviewsmall span.read-more .triangleRight {
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 3.5px;
      border-left-color: #f15c41;
      display: block;
      position: absolute;
      right: 75px;
      top: 50%;
      margin-top: -3px; }
    @media screen and (min-width: 768px) and (max-width: 959px) {
      .story-overviewsmall span.read-more {
        width: 143px; } }
    @media screen and (max-width: 767px) {
      .story-overviewsmall span.read-more {
        left: 2%;
        width: 96%; } }
  .story-overviewsmall:active span.read-more, .story-overviewsmall:hover span.read-more {
    background: #474848;
    border-bottom: 2px #f15c41 solid;
    color: white; }
    .story-overviewsmall:active span.read-more .triangleRight, .story-overviewsmall:hover span.read-more .triangleRight {
      height: 0;
      width: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 3.5px;
      border-left-color: white;
      display: block;
      position: absolute;
      right: 75px;
      top: 10px; }
@media screen and (max-width: 767px) {
  .sales .story-overviewsmall p {
    margin-bottom: 20px; } }

        .storyoverviewsmall {
    border-top: 1px #cccccc solid;
    border-spacing: 10px;
}
    /*ended for the storyoverviewsmall component*/
/* Filter 1 */
.container-filters .filter1{
	background: rgb(103,146,132) !important; /* Old browsers */
	background: url(../engineer/clientlib/img/ie/ie-bg-679284to2D755E-1x36.png) left top repeat-x #2D755E;
	background: linear-gradient(top,  rgb(103,146,132) 0%,rgb(85,134,118) 14%,rgb(47,110,90) 34%,rgb(27,97,74) 49%,rgb(23,91,69) 51%,rgb(28,96,74) 66%,rgb(45,117,94) 100%); /* W3C */	
		background: -moz-linear-gradient(top,  rgb(103,146,132) 0%, rgb(85,134,118) 14%, rgb(47,110,90) 34%, rgb(27,97,74) 49%, rgb(23,91,69) 51%, rgb(28,96,74) 66%, rgb(45,117,94) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(103,146,132)), color-stop(14%,rgb(85,134,118)), color-stop(34%,rgb(47,110,90)), color-stop(49%,rgb(27,97,74)), color-stop(51%,rgb(23,91,69)), color-stop(66%,rgb(28,96,74)), color-stop(100%,rgb(45,117,94))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgb(103,146,132) 0%,rgb(85,134,118) 14%,rgb(47,110,90) 34%,rgb(27,97,74) 49%,rgb(23,91,69) 51%,rgb(28,96,74) 66%,rgb(45,117,94) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgb(103,146,132) 0%,rgb(85,134,118) 14%,rgb(47,110,90) 34%,rgb(27,97,74) 49%,rgb(23,91,69) 51%,rgb(28,96,74) 66%,rgb(45,117,94) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgb(103,146,132) 0%,rgb(85,134,118) 14%,rgb(47,110,90) 34%,rgb(27,97,74) 49%,rgb(23,91,69) 51%,rgb(28,96,74) 66%,rgb(45,117,94) 100%); /* IE10+ */
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomleft: 10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
}
	/* the combination of tabs and css3pie doesn't behave in IE7, so this workaround is created */
	.ie9 .container-filters .filter1,
	.ie8 .container-filters .filter1{
		border-radius: 10px 0 0 10px;
		position: relative;
		behavior: url(css/css3pie/PIE.htc); 
	}
	.ie7 .container-filters .filter1{
		background: url(../engineer/clientlib/img/ie/ie-bg-679284to2D755E-1x36.png) left top repeat-x #2D755E;
	}
.container-filters .filter1 .arrow{
	background:url(../engineer/clientlib/img/icon-filter-selected-filter1-8x9.png) bottom center no-repeat;
	bottom:-8px;
	display: block;
	height:8px;
	left:47%;
	position: absolute;
	width:9px;
}
.container-filters .filter1.selected{
	background:url(../engineer/clientlib/img/icon-filter-selected-filter1-8x9.png) bottom center no-repeat rgb(45,117,94);
	cursor: default;		
}

/* Filter 2*/
.container-filters .filter2{
	background: rgb(0, 128, 255) !important; /* Old browsers */
	background: url(../engineer/clientlib/img/ie/ie-bg-586586to405175-1x36.png) left top repeat-x #405175;
	background: linear-gradient(top,  rgb(88,101,134) 0%,rgb(76,91,126) 14%,rgb(47,68,106) 37%,rgb(36,59,99) 49%,rgb(23,49,90) 51%,rgb(31,56,95) 66%,rgb(55,74,111) 89%,rgb(64,81,117) 100%); /* W3C */
		background: -moz-linear-gradient(top,  rgb(88,101,134) 0%, rgb(76,91,126) 14%, rgb(47,68,106) 37%, rgb(36,59,99) 49%, rgb(23,49,90) 51%, rgb(31,56,95) 66%, rgb(55,74,111) 89%, rgb(64,81,117) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(88,101,134)), color-stop(14%,rgb(76,91,126)), color-stop(37%,rgb(47,68,106)), color-stop(49%,rgb(36,59,99)), color-stop(51%,rgb(23,49,90)), color-stop(66%,rgb(31,56,95)), color-stop(89%,rgb(55,74,111)), color-stop(100%,rgb(64,81,117))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgb(88,101,134) 0%,rgb(76,91,126) 14%,rgb(47,68,106) 37%,rgb(36,59,99) 49%,rgb(23,49,90) 51%,rgb(31,56,95) 66%,rgb(55,74,111) 89%,rgb(64,81,117) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgb(88,101,134) 0%,rgb(76,91,126) 14%,rgb(47,68,106) 37%,rgb(36,59,99) 49%,rgb(23,49,90) 51%,rgb(31,56,95) 66%,rgb(55,74,111) 89%,rgb(64,81,117) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgb(88,101,134) 0%,rgb(76,91,126) 14%,rgb(47,68,106) 37%,rgb(36,59,99) 49%,rgb(23,49,90) 51%,rgb(31,56,95) 66%,rgb(55,74,111) 89%,rgb(64,81,117) 100%); /* IE10+ */
}
	/* the combination of tabs and css3pie doesn't behave in IE7, so this workaround is created */
	.ie9 .container-filters .filter2,
	.ie8 .container-filters .filter2{
		border-radius:0 10px 10px 0;
		position: relative;
		behavior: url(css/css3pie/PIE.htc); 
	}
	.ie7 .container-filters .filter2{
		background: url(../engineer/clientlib/img/ie/ie-bg-586586to405175-1x36.png) left top repeat-x #405175;
	}
.container-filters .filter2 .arrow{
	background:url(../engineer/clientlib/img/icon-filter-selected-filter2-8x9.png) bottom center no-repeat;
	bottom:-8px;
	display: block;
	height:8px;
	left:45%;
	position: absolute;
	width:9px;
}
.container-filters .filter2.selected{
	background:rgb(64,81,117);
	cursor: default;
}

/* Filter 3 */
.container-filters .filter3{
	background: rgb(217,81,50);
	background: url(../engineer/clientlib/img/ie/ie-bg-D95132toAC2706-1x36.png) left top repeat-x #AC2706;
	background: linear-gradient(top,  rgb(217,81,50) 0%,rgb(172,39,6) 100%);
	background: -moz-linear-gradient(top,  rgb(217,81,50) 0%, rgb(172,39,6) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(217,81,50)), color-stop(100%,rgb(172,39,6)));
	background: -webkit-linear-gradient(top,  rgb(217,81,50) 0%,rgb(172,39,6) 100%);
	background: -o-linear-gradient(top,  rgb(217,81,50) 0%,rgb(172,39,6) 100%);
	background: -ms-linear-gradient(top,  rgb(217,81,50) 0%,rgb(172,39,6) 100%);
}
	/* the combination of tabs and css3pie doesn't behave in IE7, so this workaround is created */
	.ie9 .container-filters .filter3,
	.ie8 .container-filters .filter3{
		border-radius:0 10px 10px 0;
		position: relative;
		behavior: url(css/css3pie/PIE.htc); 
	}
	.ie7 .container-filters .filter3{
		background: url(../engineer/clientlib/img/ie/ie-bg-D95132toAC2706-1x36.png) left top repeat-x #AC2706;
	}
.container-filters .filter3 .arrow{
	background:url(../engineer/clientlib/img/icon-filter-selected-filter3-8x9.png) bottom center no-repeat;
	bottom:-8px;
	display: block;
	height:8px;
	left:45%;
	position: absolute;
	width:9px;
}
.container-filters .filter3.selected{
	background:#d95132;
	cursor: default;
}

/* Filter 4 */
.container-filters .filter4{
	background: rgb(123,123,123);
	background: url(../engineer/clientlib/img/ie/ie-bg-7B7B7Bto505050-1x36.png) left top repeat-x #505050;
	background: linear-gradient(top,  rgb(123,123,123) 0%,rgb(80,80,80) 100%);
	background: -moz-linear-gradient(top,  rgb(123,123,123) 0%, rgb(80,80,80) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(123,123,123)), color-stop(100%,rgb(80,80,80)));
	background: -webkit-linear-gradient(top,  rgb(123,123,123) 0%,rgb(80,80,80) 100%);
	background: -o-linear-gradient(top,  rgb(123,123,123) 0%,rgb(80,80,80) 100%);
	background: -ms-linear-gradient(top,  rgb(123,123,123) 0%,rgb(80,80,80) 100%);
}
	/* the combination of tabs and css3pie doesn't behave in IE7, so this workaround is created */
	.ie9 .container-filters .filter4,
	.ie8 .container-filters .filter4{
		border-radius:0 10px 10px 0;
		position: relative;
		behavior: url(css/css3pie/PIE.htc); 
	}
	.ie7 .container-filters .filter4{
		background: url(../engineer/clientlib/img/ie/ie-bg-7B7B7Bto505050-1x36.png) left top repeat-x #505050;
	}
.container-filters .filter4 .arrow{
	background:url(../engineer/clientlib/img/icon-filter-selected-filter4-8x9.png) bottom center no-repeat;
	bottom:-8px;
	display: block;
	height:8px;
	left:45%;
	position: absolute;
	width:9px;
}
.container-filters .filter4.selected{
	background:#7b7b7b;
	cursor: default;
}

/* Filter 5 */
.container-filters .filter5{
	background: rgb(244,121,5);
	background: url(../engineer/clientlib/img/ie/ie-bg-F47905toC36B18-1x36.png) left top repeat-x #C36B18;
	background: linear-gradient(top,  rgb(244,121,5) 0%,rgb(195,107,24) 100%);
	background: -moz-linear-gradient(top,  rgb(244,121,5) 0%, rgb(195,107,24) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(244,121,5)), color-stop(100%,rgb(195,107,24)));
	background: -webkit-linear-gradient(top,  rgb(244,121,5) 0%,rgb(195,107,24) 100%);
	background: -o-linear-gradient(top,  rgb(244,121,5) 0%,rgb(195,107,24) 100%);
	background: -ms-linear-gradient(top,  rgb(244,121,5) 0%,rgb(195,107,24) 100%);
}
	/* the combination of tabs and css3pie doesn't behave in IE7, so this workaround is created */
	.ie9 .container-filters .filter5,
	.ie8 .container-filters .filter5{
		border-radius:0 10px 10px 0;
		position: relative;
		behavior: url(css/css3pie/PIE.htc); 
	}
	.ie7 .container-filters .filter5{
		background: url(../engineer/clientlib/img/ie/ie-bg-F47905toC36B18-1x36.png) left top repeat-x #C36B18;
	}
.container-filters .filter5 .arrow{
	background:url(../engineer/clientlib/img/icon-filter-selected-filter5-8x9.png) bottom center no-repeat;
	bottom:-8px;
	display: block;
	height:8px;
	left:45%;
	position: absolute;
	width:9px;
}
.container-filters .filter5.selected{
	background:#f47905;
	cursor: default;
}
/* Last Filter */
.last_filter{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
}

/* Product 1 */
.product.product1{
	background: rgb(103,146,132) !important; /* Old browsers */
	background: linear-gradient(top,  rgb(103,146,132) 0%,rgb(85,134,118) 14%,rgb(47,110,90) 34%,rgb(27,97,74) 49%,rgb(23,91,69) 51%,rgb(28,96,74) 66%,rgb(45,117,94) 100%); /* W3C */	
		background: -moz-linear-gradient(top,  rgb(103,146,132) 0%, rgb(85,134,118) 14%, rgb(47,110,90) 34%, rgb(27,97,74) 49%, rgb(23,91,69) 51%, rgb(28,96,74) 66%, rgb(45,117,94) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(103,146,132)), color-stop(14%,rgb(85,134,118)), color-stop(34%,rgb(47,110,90)), color-stop(49%,rgb(27,97,74)), color-stop(51%,rgb(23,91,69)), color-stop(66%,rgb(28,96,74)), color-stop(100%,rgb(45,117,94))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgb(103,146,132) 0%,rgb(85,134,118) 14%,rgb(47,110,90) 34%,rgb(27,97,74) 49%,rgb(23,91,69) 51%,rgb(28,96,74) 66%,rgb(45,117,94) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgb(103,146,132) 0%,rgb(85,134,118) 14%,rgb(47,110,90) 34%,rgb(27,97,74) 49%,rgb(23,91,69) 51%,rgb(28,96,74) 66%,rgb(45,117,94) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgb(103,146,132) 0%,rgb(85,134,118) 14%,rgb(47,110,90) 34%,rgb(27,97,74) 49%,rgb(23,91,69) 51%,rgb(28,96,74) 66%,rgb(45,117,94) 100%); /* IE10+ */
}
	.no-cssgradients .product.product1{
		background: url(../engineer/clientlib/img/ie/ie-bg-679284to2D755E-1x36.png) left top repeat-x #2D755E;
	}
.product.product1 .fade{
	background: url(../engineer/clientlib/img/bg-chart-product-fade-product1-15x36.png) top right no-repeat;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	height:36px;
	position: absolute;
	right:0;
	top:0;
	width:15px;
	z-index: 10;
}

/* Product 2 */

.product.product2{
    background: rgb(0, 128, 255) !important; /* Old browsers */
	background: linear-gradient(top,  rgb(88,101,134) 0%,rgb(76,91,126) 14%,rgb(47,68,106) 37%,rgb(36,59,99) 49%,rgb(23,49,90) 51%,rgb(31,56,95) 66%,rgb(55,74,111) 89%,rgb(64,81,117) 100%); /* W3C */
		background: -moz-linear-gradient(top,  rgb(88,101,134) 0%, rgb(76,91,126) 14%, rgb(47,68,106) 37%, rgb(36,59,99) 49%, rgb(23,49,90) 51%, rgb(31,56,95) 66%, rgb(55,74,111) 89%, rgb(64,81,117) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(88,101,134)), color-stop(14%,rgb(76,91,126)), color-stop(37%,rgb(47,68,106)), color-stop(49%,rgb(36,59,99)), color-stop(51%,rgb(23,49,90)), color-stop(66%,rgb(31,56,95)), color-stop(89%,rgb(55,74,111)), color-stop(100%,rgb(64,81,117))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgb(88,101,134) 0%,rgb(76,91,126) 14%,rgb(47,68,106) 37%,rgb(36,59,99) 49%,rgb(23,49,90) 51%,rgb(31,56,95) 66%,rgb(55,74,111) 89%,rgb(64,81,117) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgb(88,101,134) 0%,rgb(76,91,126) 14%,rgb(47,68,106) 37%,rgb(36,59,99) 49%,rgb(23,49,90) 51%,rgb(31,56,95) 66%,rgb(55,74,111) 89%,rgb(64,81,117) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgb(88,101,134) 0%,rgb(76,91,126) 14%,rgb(47,68,106) 37%,rgb(36,59,99) 49%,rgb(23,49,90) 51%,rgb(31,56,95) 66%,rgb(55,74,111) 89%,rgb(64,81,117) 100%); /* IE10+ */
}
.no-cssgradients .product.product2{
	background: url(../engineer/clientlib/img/ie/ie-bg-586586to405175-1x36.png) left top repeat-x #405175;
}
.product.product2 .fade{
	background: url(../engineer/clientlib/img/bg-chart-product-fade-product2-15x36.png) top right no-repeat;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	height:36px;
	position: absolute;
	right:0;
	top:0;
	width:15px;
	z-index: 10;
}

/* Product 3 */
.product.product3{
	background: rgb(217,81,50);
	background: linear-gradient(top,  rgb(217,81,50) 0%,rgb(172,39,6) 100%);
	background: -moz-linear-gradient(top,  rgb(217,81,50) 0%, rgb(172,39,6) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(217,81,50)), color-stop(100%,rgb(172,39,6)));
	background: -webkit-linear-gradient(top,  rgb(217,81,50) 0%,rgb(172,39,6) 100%);
	background: -o-linear-gradient(top,  rgb(217,81,50) 0%,rgb(172,39,6) 100%);
	background: -ms-linear-gradient(top,  rgb(217,81,50) 0%,rgb(172,39,6) 100%);
}
.no-cssgradients .product.product3{
	background: url(../engineer/clientlib/img/ie/ie-bg-D95132toAC2706-1x36.png) left top repeat-x #AC2706;
}
.product.product3 .fade{
	background: url(../engineer/clientlib/img/bg-chart-product-fade-product3-15x36.png) top right no-repeat;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	height:36px;
	position: absolute;
	right:0;
	top:0;
	width:15px;
	z-index: 10;
}

/* Product 4 */
.product.product4{
	background: rgb(123,123,123);
	background: linear-gradient(top,  rgb(123,123,123) 0%,rgb(80,80,80) 100%);
	background: -moz-linear-gradient(top,  rgb(123,123,123) 0%, rgb(80,80,80) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(123,123,123)), color-stop(100%,rgb(80,80,80)));
	background: -webkit-linear-gradient(top,  rgb(123,123,123) 0%,rgb(80,80,80) 100%);
	background: -o-linear-gradient(top,  rgb(123,123,123) 0%,rgb(80,80,80) 100%);
	background: -ms-linear-gradient(top,  rgb(123,123,123) 0%,rgb(80,80,80) 100%);
}
.no-cssgradients .product.product4{
	background: url(../engineer/clientlib/img/ie/ie-bg-7B7B7Bto505050-1x36.png) left top repeat-x #505050;
}
.product.product4 .fade{
	background: url(../engineer/clientlib/img/bg-chart-product-fade-product4-15x36.png) top right no-repeat;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	height:36px;
	position: absolute;
	right:0;
	top:0;
	width:15px;
	z-index: 10;
}

/* Product 5 */
.product.product5{
	background: rgb(244,121,5);
	background: linear-gradient(top,  rgb(244,121,5) 0%,rgb(195,107,24) 100%);
	background: -moz-linear-gradient(top,  rgb(244,121,5) 0%, rgb(195,107,24) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(244,121,5)), color-stop(100%,rgb(195,107,24)));
	background: -webkit-linear-gradient(top,  rgb(244,121,5) 0%,rgb(195,107,24) 100%);
	background: -o-linear-gradient(top,  rgb(244,121,5) 0%,rgb(195,107,24) 100%);
	background: -ms-linear-gradient(top,  rgb(244,121,5) 0%,rgb(195,107,24) 100%);
}
.no-cssgradients .product.product5{
	background: url(../engineer/clientlib/img/ie/ie-bg-F47905toC36B18-1x36.png) left top repeat-x #C36B18;
}
.product.product5 .fade{
	background: url(../engineer/clientlib/img/bg-chart-product-fade-product5-15x36.png) top right no-repeat;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	height:36px;
	position: absolute;
	right:0;
	top:0;
	width:15px;
	z-index: 10;
}

                             /* ! non-jqueryUI tab styles */
p.chart-title{
    font-weight: 600; 
    margin-bottom:45px;
    text-align: center;
}
.container-filters{
    left:0; 
    position: absolute;
    top:20px;
}
.container-filters dt{
    float:left;
    font-size:11px;
    font-weight: 600;
    height:17px;
    margin-right:5px;
    padding-top:3px;
}
.container-filters dd{
    box-shadow: 0 2px 3px #AAA;
        -moz-box-shadow: 0 2px 3px #AAA;
        -webkit-box-shadow: 0 2px 3px #AAA;
    color: #FFF;
    cursor: pointer;
    float:left;
    font-size:11px;
    font-weight: 600;
    height:17px;
    padding:3px 12px 0;
    position: relative;
}
.container-filters .selected{
}
.container-filters .air{
    background: rgb(103,146,132); /* Old browsers */
    background: linear-gradient(top,  rgb(103,146,132) 0%,rgb(85,134,118) 14%,rgb(47,110,90) 34%,rgb(27,97,74) 49%,rgb(23,91,69) 51%,rgb(28,96,74) 66%,rgb(45,117,94) 100%); /* W3C */  
        background: -moz-linear-gradient(top,  rgb(103,146,132) 0%, rgb(85,134,118) 14%, rgb(47,110,90) 34%, rgb(27,97,74) 49%, rgb(23,91,69) 51%, rgb(28,96,74) 66%, rgb(45,117,94) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(103,146,132)), color-stop(14%,rgb(85,134,118)), color-stop(34%,rgb(47,110,90)), color-stop(49%,rgb(27,97,74)), color-stop(51%,rgb(23,91,69)), color-stop(66%,rgb(28,96,74)), color-stop(100%,rgb(45,117,94))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgb(103,146,132) 0%,rgb(85,134,118) 14%,rgb(47,110,90) 34%,rgb(27,97,74) 49%,rgb(23,91,69) 51%,rgb(28,96,74) 66%,rgb(45,117,94) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgb(103,146,132) 0%,rgb(85,134,118) 14%,rgb(47,110,90) 34%,rgb(27,97,74) 49%,rgb(23,91,69) 51%,rgb(28,96,74) 66%,rgb(45,117,94) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgb(103,146,132) 0%,rgb(85,134,118) 14%,rgb(47,110,90) 34%,rgb(27,97,74) 49%,rgb(23,91,69) 51%,rgb(28,96,74) 66%,rgb(45,117,94) 100%); /* IE10+ */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
}
    /* the combination of tabs and css3pie doesn't behave in IE7, so this workaround is created */
    .ie9 .container-filters .air,
    .ie8 .container-filters .air{
        border-radius: 10px 0 0 10px;
        position: relative;
        behavior: url(css/css3pie/PIE.htc); 
    }
    .ie7 .container-filters .air{
        background: url(clientlib/images/ie/ie-bg-679284to2D755E-1x36.png) left center repeat-x #2D755E;
    }
.container-filters .air .arrow{
    background:url(clientlib/images/icon-filter-selected-air-8x9.png) bottom center no-repeat;
    bottom:-8px;
    display: block;
    height:8px;
    left:47%;
    position: absolute;
    width:9px;
}
.container-filters .air.selected{
    background:url(clientlib/images/icon-filter-selected-air-8x9.png) bottom center no-repeat rgb(45,117,94);
    cursor: default;        
}
.container-filters .water{
    background: rgb(88,101,134); /* Old browsers */
    background: linear-gradient(top,  rgb(88,101,134) 0%,rgb(76,91,126) 14%,rgb(47,68,106) 37%,rgb(36,59,99) 49%,rgb(23,49,90) 51%,rgb(31,56,95) 66%,rgb(55,74,111) 89%,rgb(64,81,117) 100%); /* W3C */
        background: -moz-linear-gradient(top,  rgb(88,101,134) 0%, rgb(76,91,126) 14%, rgb(47,68,106) 37%, rgb(36,59,99) 49%, rgb(23,49,90) 51%, rgb(31,56,95) 66%, rgb(55,74,111) 89%, rgb(64,81,117) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(88,101,134)), color-stop(14%,rgb(76,91,126)), color-stop(37%,rgb(47,68,106)), color-stop(49%,rgb(36,59,99)), color-stop(51%,rgb(23,49,90)), color-stop(66%,rgb(31,56,95)), color-stop(89%,rgb(55,74,111)), color-stop(100%,rgb(64,81,117))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgb(88,101,134) 0%,rgb(76,91,126) 14%,rgb(47,68,106) 37%,rgb(36,59,99) 49%,rgb(23,49,90) 51%,rgb(31,56,95) 66%,rgb(55,74,111) 89%,rgb(64,81,117) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgb(88,101,134) 0%,rgb(76,91,126) 14%,rgb(47,68,106) 37%,rgb(36,59,99) 49%,rgb(23,49,90) 51%,rgb(31,56,95) 66%,rgb(55,74,111) 89%,rgb(64,81,117) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgb(88,101,134) 0%,rgb(76,91,126) 14%,rgb(47,68,106) 37%,rgb(36,59,99) 49%,rgb(23,49,90) 51%,rgb(31,56,95) 66%,rgb(55,74,111) 89%,rgb(64,81,117) 100%); /* IE10+ */
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
}
    /* the combination of tabs and css3pie doesn't behave in IE7, so this workaround is created */
    .ie9 .container-filters .water,
    .ie8 .container-filters .water{
        border-radius:0 10px 10px 0;
        position: relative;
        behavior: url(css/css3pie/PIE.htc); 
    }
    .ie7 .container-filters .water{
        background: url(clientlib/images/ie/ie-bg-586586to405175-1x36.png) left center repeat-x #2D755E;
    }
.container-filters .water .arrow{
    background:url(clientlib/images/icon-filter-selected-water-8x9.png) bottom center no-repeat;
    bottom:-8px;
    display: block;
    height:8px;
    left:45%;
    position: absolute;
    width:9px;
}
.container-filters .water.selected{
    background:rgb(64,81,117);
    cursor: default;
}
.container-filters .reset{
    background: url(clientlib/images/icon-X-14x15.png) left center no-repeat;
    box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;           
    color: #BE0000;
    height:14px;
    margin-left:6px;
    padding-left:16px;
}
    .no-borderradius .container-filters .reset{
        box-shadow:none;
    }
.chart{
    position: relative;
}
.chart.section{
    position: static;
}
.chart .left p{
             height: auto;
    max-height: 46px;
    padding-left: 25px;
    margin: 0px;
        }
        .fullprodline{
          /*  display: flex; */
            }
.product{
    border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    box-shadow: 0 2px 3px #AAA;
        -moz-box-shadow: 0 2px 3px #AAA;
        -webkit-box-shadow: 0 2px 3px #AAA;
    cursor:pointer;
    height:auto;
        max-height: 46px;
    margin:0 0 8px;
    /*overflow: hidden;*/
    padding:5px 7px;
    position: relative;
    z-index: 10;
}
    .no-borderradius .product{
        border-radius:10px;
        behavior: url(css/css3pie/PIE.htc); 
    }
    .no-boxshadow .product{
        box-shadow: 0 2px 3px #AAA;
        behavior: url(css/css3pie/PIE.htc); 
    }
.product p{
    color:black;
    font-size:11px;
    line-height: 11px;
        margin: 0 0 5px 0;
}
.product p strong{
    color:black;
}

.product.air{
    background: rgb(103,146,132); /* Old browsers */
    background: linear-gradient(top,  rgb(103,146,132) 0%,rgb(85,134,118) 14%,rgb(47,110,90) 34%,rgb(27,97,74) 49%,rgb(23,91,69) 51%,rgb(28,96,74) 66%,rgb(45,117,94) 100%); /* W3C */  
        background: -moz-linear-gradient(top,  rgb(103,146,132) 0%, rgb(85,134,118) 14%, rgb(47,110,90) 34%, rgb(27,97,74) 49%, rgb(23,91,69) 51%, rgb(28,96,74) 66%, rgb(45,117,94) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(103,146,132)), color-stop(14%,rgb(85,134,118)), color-stop(34%,rgb(47,110,90)), color-stop(49%,rgb(27,97,74)), color-stop(51%,rgb(23,91,69)), color-stop(66%,rgb(28,96,74)), color-stop(100%,rgb(45,117,94))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgb(103,146,132) 0%,rgb(85,134,118) 14%,rgb(47,110,90) 34%,rgb(27,97,74) 49%,rgb(23,91,69) 51%,rgb(28,96,74) 66%,rgb(45,117,94) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgb(103,146,132) 0%,rgb(85,134,118) 14%,rgb(47,110,90) 34%,rgb(27,97,74) 49%,rgb(23,91,69) 51%,rgb(28,96,74) 66%,rgb(45,117,94) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgb(103,146,132) 0%,rgb(85,134,118) 14%,rgb(47,110,90) 34%,rgb(27,97,74) 49%,rgb(23,91,69) 51%,rgb(28,96,74) 66%,rgb(45,117,94) 100%); /* IE10+ */
}
.no-cssgradients .product.air{
     background: url(clientlib/images/ie/ie-bg-679284to2D755E-1x36.png) left center repeat-x #2D755E;
}
.product.air .fade{
    background: url(clientlib/images/bg-chart-product-fade-air-15x36.png) top right no-repeat;
    border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    height:auto;
        max-height: 46px;
    position: absolute;
    right:0;
    top:0;
    width:15px;
    z-index: 10;
}
.product.water{
    background: rgb(88,101,134); /* Old browsers */
    background: linear-gradient(top,  rgb(88,101,134) 0%,rgb(76,91,126) 14%,rgb(47,68,106) 37%,rgb(36,59,99) 49%,rgb(23,49,90) 51%,rgb(31,56,95) 66%,rgb(55,74,111) 89%,rgb(64,81,117) 100%); /* W3C */
        background: -moz-linear-gradient(top,  rgb(88,101,134) 0%, rgb(76,91,126) 14%, rgb(47,68,106) 37%, rgb(36,59,99) 49%, rgb(23,49,90) 51%, rgb(31,56,95) 66%, rgb(55,74,111) 89%, rgb(64,81,117) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(88,101,134)), color-stop(14%,rgb(76,91,126)), color-stop(37%,rgb(47,68,106)), color-stop(49%,rgb(36,59,99)), color-stop(51%,rgb(23,49,90)), color-stop(66%,rgb(31,56,95)), color-stop(89%,rgb(55,74,111)), color-stop(100%,rgb(64,81,117))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgb(88,101,134) 0%,rgb(76,91,126) 14%,rgb(47,68,106) 37%,rgb(36,59,99) 49%,rgb(23,49,90) 51%,rgb(31,56,95) 66%,rgb(55,74,111) 89%,rgb(64,81,117) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgb(88,101,134) 0%,rgb(76,91,126) 14%,rgb(47,68,106) 37%,rgb(36,59,99) 49%,rgb(23,49,90) 51%,rgb(31,56,95) 66%,rgb(55,74,111) 89%,rgb(64,81,117) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgb(88,101,134) 0%,rgb(76,91,126) 14%,rgb(47,68,106) 37%,rgb(36,59,99) 49%,rgb(23,49,90) 51%,rgb(31,56,95) 66%,rgb(55,74,111) 89%,rgb(64,81,117) 100%); /* IE10+ */
}

.product.water .fade{
    background: url(clientlib/images/bg-chart-product-fade-water-15x36.png) top right no-repeat;
    border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    height:auto;
        max-height: 46px;
    position: absolute;
    right:0;
    top:0;
    width:15px;
    z-index: 10;
}
.no-cssgradients .product.water{
    background: url(clientlib/images/ie/ie-bg-586586to405175-1x36.png) left center repeat-x #2D755E;
}
.product .container-text{
    width: 175px;
    background-color: rgba(100,100,100,.2);
    padding: 3px; 
}
.product-detail-chart{ 
    background: #FFF;
    border-bottom:1px solid #D2D2D2;
    border-top:1px solid #D2D2D2;
    margin:12px 0 15px 20px;
    padding:15px 0 15px 10px;
    position: relative;
    z-index: 10;
}
.product-detail-chart .arrow{
    background: url(clientlib/images/icon-arrow-up-13x10.png) no-repeat;
    display: block;
    height:13px;
    position:absolute;
    top:-10px;
    width:10px;
}
.product-detail-chart ul li {
    list-style-type:disc;
    font-size:11px;
    color:#4D4F53;
    margin-bottom:3px;
    line-height:18px;
}
.product-detail-chart .product-title{
    color:#4D4F53;
    font-size:22px;
    margin:0 0 15px 0;
}
.product-detail-chart .btn-shortlist{
    border-radius:12px;
    position: absolute;
    right:10px;
    top:15px;
}
.product-detail-chart .btn.dsbl , .product-detail-chart .btn.dsbl:hover , .product-detail-chart .btn.dsbl:active{
    background: #808080;
        cursor: default
}
.product-detail-chart .product-title strong , .product-detail-chart .product-title b{
    color: rgb(220,80,52);
    font-weight: 400;
}
.product-detail-chart .container-image{
    float: left;
    text-align: center;
    width:20%;
}
.product-detail-chart .container-image .column-240 {
        text-align: left;
}
.product-detail-chart .container-text{
    float: right;
    width:75%;
}
.product-detail-chart .container-text p{
    color: #4D4F53;
    font-size:11px;
    margin-bottom:3px;
}
.product-detail-chart .container-text strong , .product-detail-chart .container-text b{
    color: #333;
    font-size:13px;
    font-weight: 600;
}
.product-detail-chart .container-text h3 , .product-detail-chart .container-text h4{
    background: none;
        background-color: #fff;
        margin: 0px;
        padding: 0px;
        font-weight: bold;
        color: #333;
}
.product-detail-chart .container-text h4{
    color: #DA4E32;
}
.product-detail-chart .container-topContent{
    border-bottom:1px dashed #D2D2D2;
    margin-bottom:8px;
    padding-bottom:8px;
}
.product-detail-chart .column-150{
    float:left;
    margin-right:5px;
    padding-right:10px;
    width:140px;
}
.product-detail-chart .column-30{
    float:left;
    margin-right:5px;
    padding-right:10px;
    width:30%;
}
.product-detail-chart .column-240{
    float:left;
    margin-right:5px;
    padding-right:10px;
    width:230px;
}
.product-detail-chart .column-full{
    float:left;
    margin-right:5px;
    padding-right:10px;
}
.product-detail-chart .pdf-35x14{
    font-size:13px;
    font-weight: 600;
}
.container-hashmark{
    left:15px;
    position: absolute;
    top:0;
    width:94%;
}
.hashmark{
    background:url(clientlib/images/bg-DDE5E2-1x1.png) top left repeat-y; 
    font-size:11px;
    height:100%;
    position:absolute; 
    text-align: center;
    top:42px;
    z-index:5;
}
.hashmark .increment-title{
    background: #F7F7F7;
    display: block;
    padding-bottom:3px; 
}
a.pdf-35x14 {
    background: url(clientlib/images/icon-pdfDownload-35x14.png) no-repeat;
    display: inline-block;
    min-height: 14px;
    padding-left: 38px;
}
/* end non-jqueryUI tab styles */

#shortlist_title {
    color: #D2D2D2;
    background: url("clientlib/images/shortlist_3lines.gif") 16px 9px no-repeat #343434;
    padding: 10px 20px;
    text-indent: 14px;
}
#shortlist_title:hover {
    color: #fff;
}
.shortlist_counter {
    color: #D2D2D2 !important;
    padding: 4px 6px;
    margin-left: 4px;
    box-shadow: none;
    background: rgb(216,80,49); /* Old browsers */
    background: linear-gradient(top,  rgb(216,80,49) 0%,rgb(205,69,38) 16%,rgb(184,49,16) 37%,rgb(175,41,8) 47%,rgb(158,35,5) 53%,rgb(152,35,5) 58%,rgb(171,39,6) 100%); /* W3C */
    background: -moz-linear-gradient(top,  rgb(216,80,49) 0%, rgb(205,69,38) 16%, rgb(184,49,16) 37%, rgb(175,41,8) 47%, rgb(158,35,5) 53%, rgb(152,35,5) 58%, rgb(171,39,6) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(216,80,49)), color-stop(16%,rgb(205,69,38)), color-stop(37%,rgb(184,49,16)), color-stop(47%,rgb(175,41,8)), color-stop(53%,rgb(158,35,5)), color-stop(58%,rgb(152,35,5)), color-stop(100%,rgb(171,39,6))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(216,80,49) 0%,rgb(205,69,38) 16%,rgb(184,49,16) 37%,rgb(175,41,8) 47%,rgb(158,35,5) 53%,rgb(152,35,5) 58%,rgb(171,39,6) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(216,80,49) 0%,rgb(205,69,38) 16%,rgb(184,49,16) 37%,rgb(175,41,8) 47%,rgb(158,35,5) 53%,rgb(152,35,5) 58%,rgb(171,39,6) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(216,80,49) 0%,rgb(205,69,38) 16%,rgb(184,49,16) 37%,rgb(175,41,8) 47%,rgb(158,35,5) 53%,rgb(152,35,5) 58%,rgb(171,39,6) 100%); /* IE10+ */
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}
#shortlistholder {
    color: #D2D2D2;
    background-color: #343434;
    padding: 10px 16px;
    overflow: auto;
}
#shortlistSummary {
    color: #D2D2D2;
    background-color: #343434;
}
#shortlist .product-detail-chart {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}
.btn-shortlist {
    float:right;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    box-shadow: none;
    cursor: pointer;
}
.btn-shortlist_blue {
    float:right;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    box-shadow: none;
    background: rgb(88,101,134) !important; /* Old browsers */
    background: linear-gradient(top,  rgb(88,101,134) 0%,rgb(76,91,126) 14%,rgb(47,68,106) 37%,rgb(36,59,99) 49%,rgb(23,49,90) 51%,rgb(31,56,95) 66%,rgb(55,74,111) 89%,rgb(64,81,117) 100%); /* W3C */
    background: -moz-linear-gradient(top,  rgb(88,101,134) 0%, rgb(76,91,126) 14%, rgb(47,68,106) 37%, rgb(36,59,99) 49%, rgb(23,49,90) 51%, rgb(31,56,95) 66%, rgb(55,74,111) 89%, rgb(64,81,117) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(88,101,134)), color-stop(14%,rgb(76,91,126)), color-stop(37%,rgb(47,68,106)), color-stop(49%,rgb(36,59,99)), color-stop(51%,rgb(23,49,90)), color-stop(66%,rgb(31,56,95)), color-stop(89%,rgb(55,74,111)), color-stop(100%,rgb(64,81,117))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(88,101,134) 0%,rgb(76,91,126) 14%,rgb(47,68,106) 37%,rgb(36,59,99) 49%,rgb(23,49,90) 51%,rgb(31,56,95) 66%,rgb(55,74,111) 89%,rgb(64,81,117) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(88,101,134) 0%,rgb(76,91,126) 14%,rgb(47,68,106) 37%,rgb(36,59,99) 49%,rgb(23,49,90) 51%,rgb(31,56,95) 66%,rgb(55,74,111) 89%,rgb(64,81,117) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(88,101,134) 0%,rgb(76,91,126) 14%,rgb(47,68,106) 37%,rgb(36,59,99) 49%,rgb(23,49,90) 51%,rgb(31,56,95) 66%,rgb(55,74,111) 89%,rgb(64,81,117) 100%); /* IE10+ */
}
.btn-shortlist_blue:hover {
    background: rgb(98,111,144);
}
.btn-showdetails {
    background: rgb(88,101,134) !important; /* Old browsers */
    background: linear-gradient(top,  rgb(88,101,134) 0%,rgb(76,91,126) 14%,rgb(47,68,106) 37%,rgb(36,59,99) 49%,rgb(23,49,90) 51%,rgb(31,56,95) 66%,rgb(55,74,111) 89%,rgb(64,81,117) 100%); /* W3C */
    background: -moz-linear-gradient(top,  rgb(88,101,134) 0%, rgb(76,91,126) 14%, rgb(47,68,106) 37%, rgb(36,59,99) 49%, rgb(23,49,90) 51%, rgb(31,56,95) 66%, rgb(55,74,111) 89%, rgb(64,81,117) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(88,101,134)), color-stop(14%,rgb(76,91,126)), color-stop(37%,rgb(47,68,106)), color-stop(49%,rgb(36,59,99)), color-stop(51%,rgb(23,49,90)), color-stop(66%,rgb(31,56,95)), color-stop(89%,rgb(55,74,111)), color-stop(100%,rgb(64,81,117))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(88,101,134) 0%,rgb(76,91,126) 14%,rgb(47,68,106) 37%,rgb(36,59,99) 49%,rgb(23,49,90) 51%,rgb(31,56,95) 66%,rgb(55,74,111) 89%,rgb(64,81,117) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(88,101,134) 0%,rgb(76,91,126) 14%,rgb(47,68,106) 37%,rgb(36,59,99) 49%,rgb(23,49,90) 51%,rgb(31,56,95) 66%,rgb(55,74,111) 89%,rgb(64,81,117) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(88,101,134) 0%,rgb(76,91,126) 14%,rgb(47,68,106) 37%,rgb(36,59,99) 49%,rgb(23,49,90) 51%,rgb(31,56,95) 66%,rgb(55,74,111) 89%,rgb(64,81,117) 100%); /* IE10+ */
}
.btn-shortlist_blue .show_details_i {
    font-family: Georgia;
    font-size: 12px;
    color: #fff;
    margin-right:6px;
}
.btn{
    background: rgb(216,80,49); /* Old browsers */
    background: linear-gradient(top,  rgb(216,80,49) 0%,rgb(205,69,38) 16%,rgb(184,49,16) 37%,rgb(175,41,8) 47%,rgb(158,35,5) 53%,rgb(152,35,5) 58%,rgb(171,39,6) 100%); /* W3C */
        background: -moz-linear-gradient(top,  rgb(216,80,49) 0%, rgb(205,69,38) 16%, rgb(184,49,16) 37%, rgb(175,41,8) 47%, rgb(158,35,5) 53%, rgb(152,35,5) 58%, rgb(171,39,6) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(216,80,49)), color-stop(16%,rgb(205,69,38)), color-stop(37%,rgb(184,49,16)), color-stop(47%,rgb(175,41,8)), color-stop(53%,rgb(158,35,5)), color-stop(58%,rgb(152,35,5)), color-stop(100%,rgb(171,39,6))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgb(216,80,49) 0%,rgb(205,69,38) 16%,rgb(184,49,16) 37%,rgb(175,41,8) 47%,rgb(158,35,5) 53%,rgb(152,35,5) 58%,rgb(171,39,6) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgb(216,80,49) 0%,rgb(205,69,38) 16%,rgb(184,49,16) 37%,rgb(175,41,8) 47%,rgb(158,35,5) 53%,rgb(152,35,5) 58%,rgb(171,39,6) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgb(216,80,49) 0%,rgb(205,69,38) 16%,rgb(184,49,16) 37%,rgb(175,41,8) 47%,rgb(158,35,5) 53%,rgb(152,35,5) 58%,rgb(171,39,6) 100%); /* IE10+ */
    border-radius:6px;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
    box-shadow: 0 2px 3px #AAA;
    color: #FFF !important;
    padding:4px 12px;
} 
.btn-shortlist:hover {
    background: rgb(216,80,49);
    text-decoration: none;
}
.btn-shortlist_blue .remove_x {
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    margin-right:6px;
}
.simplemodal-container {
    height:auto;
}
#simplemodal-container {
    padding: 10px 20px;
    border-color: #B83110;
}
#shortlist-modal h1 {
    background: none;
    padding-left: 0;
    margin: 0;
}
#shortlist-modal .btn-shortlist {
    float: left;
    margin-top:20px;
}
#shortlist-modal .forminput input {
    margin-bottom:20px;
    width: 360px;
}
.tab {
    margin-top:20px;
}
#shortlist .container-image , #shortlist .container-text {
    display:none;
}
.product-detail-chart .product-title {
    float:left;
   /* width:670px;
    *width:640px; */
}
.product-detail-chart .btn-shortlist {
    position: relative;
    top:0;
    left:0;
    float:right;
    margin:0 10px;
}
.product-detail-chart .pdfwrap {
    text-align: left;
}
.product-detail-chart .pdfwrap a{
    color: #333;
    font-weight: normal;
}
.product-detail-chart .rangeWrap {
    font-weight: bold;
    color: #333;
    font-size: 14px;
}
.product-detail-chart .container-image img {
    margin: 0 auto 5px auto;
}
.modalCloseImg {
    background: url("clientlib/images/icon-xTab-30x25.png") 0 0 no-repeat;
    width: 30px;
    height: 25px;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.modalCloseImg:hover {
    background: url("clientlib/images/icon-xTab-30x25.png") 0 -25px no-repeat;
}

.clear-all {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
#CQ .x-html-editor-tb .x-edit-addcolor {
    background: url(clientlib/images/addcolor.png) center no-repeat;
}
