/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0;
font-size: 13px;
line-height: 1.231;
min-height: 983px;  }

body, button, input, select, textarea { font-family: Segoe UI, tahoma, arial, helvetica,sans-serif;
 color: #222;
 background: #E9ECF1 url(../img/bg_body.png) repeat-x top left; background-position-y: -350px;}

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #3297fd; color: #fff; text-shadow: none; }
::selection { background: #3297fd; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #1E8A93; color: #059; text-decoration:none; }
a:visited { color: #1E8A93; color: #059;}
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; text-decoration:underline;}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { 
display: block;
height: 0px;
border: 0;
padding: 0px;
border-top: 1px solid #D5DAE4;
margin-bottom: 34px;
margin-top: 35px;
 }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

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

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {padding: 0px;margin: 0px;list-style: none; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

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


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */








/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


.inner960{
margin:0 auto;
width:960px;
}
a.imglink{
display:block;
line-height:0px;
font-size:0px;
color:transparent;
}
#container{
    position: relative;

    z-index: 2;
    overflow: hidden;
}
#topNav{
width: 100%;
background: transparent url(../img/bg_images.png) repeat-x 0 -932px;
}
#topNav ul{
text-align: right;
}
#topNav ul li{
display: inline-block;
margin-left: 16px;
}
#topNav ul li a{
color: #6F7279;
display: block;
padding: 0 3px;
font-size: 11px;
line-height: 28px;
}
#topNav ul li a#regionSelect,
#topNav ul li.regionSelect a{
background: transparent url(../img/bg_images.png) no-repeat 100% -44px;
padding-right: 30px;
}

#header{
height: 142px;
position: relative;
z-index:100;
}
body.home #header { height:159px; }
#header h1{
margin: 25px 0px 0px 0px;
padding: 0px;
display: inline-block;
}
#header h1 a{
background: url(../img/bg_images.png) no-repeat 0px 0px;
width: 95px;
height: 38px;
position: relative;
top: -5px;
}
a.imgLink{
  display:block;
  font-size:0px;
  line-height:0px;
}
#headerPhone {
position: absolute;
top: 8px;
left: 423px;
text-align: right;
line-height: 1.8em;
}
#headerPhone p{
color: #606671;
}
#headerPhone p span {
font-size: 30px;
color: #1E8A93;
padding-left: 14px;
position: relative;
top: 6px;
}
#search{
position: absolute;
right: 30px;
top: 25px;
}
#search form#search_form{
border: 1px solid #E4E4E4;
border-radius: 5px;
box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
}
#search form#search_form input#s{
border: 0px;
padding: 5px 8px;
color: #7C808A;
width: 120px;
background: transparent;
}
#search form#search_form input#s:focus{
outline:none;
}
#search form#search_form input#searchsubmit{
background: transparent url(../img/search.png) no-repeat scroll 0px 0px;
border: 0px;
width: 23px;
padding: 0px;
margin: 0px;
}
#header ul#mainNav{
background: rgba(0, 0, 0, 0) url(../img/bg_images.png) repeat-x 0 -932px;
border-radius: 5px;
height: 59px;
position: absolute;
width: 100%;
top: 79px;
}
#header ul#mainNav li{
float: left;
position: relative;
}
#header ul#mainNav li a{
line-height: 59px;
display: block;
color: #626872;
font-weight: 700;
font-size: 15px;
padding: 0px 21px;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
}
#header ul#mainNav li a:hover{
text-decoration:none;
color:#4f535b;
}
#header ul#mainNav li.current_page a{
background: transparent url(../img/nav.png) no-repeat scroll bottom center;
}
#header ul#mainNav li.current_page:hover a{ 
background:transparent;
}

#mainContent{
background: white;
padding: 0px 30px 10px;
z-index:50;
}
.tabNav{
margin-top: 13px;
background: url(../img/line_detail.gif) no-repeat 0 35px;
width: 970px;
height: 35px;
}
.tabNav ul{
padding: 0px 0 0 0px;
float: left;
}
.tabNav ul li{
float: left;
padding-right: 4px;
}
.tabNav ul li a{
font-size: 13px;
display: block;
height: 35px;
padding-left: 15px;
background: url(../img/bg_submenu.gif) no-repeat 0 0;
text-decoration: none;
float: left;
}
.tabNav ul li a.activeTab{
background-position: 0 -35px;
cursor: pointer;
}
.tabNav ul li a.activeTab:hover{
background-position: 0 -35px;
}
.tabNav ul li a.activeTab span{
background: url(../img/bg_submenu.gif) no-repeat 100% -35px;
}
.tabNav ul li a.activeTab span:hover{
background: url(../img/bg_submenu.gif) no-repeat 100% -35px;
}

.tabNav ul li a span{
display: block;
float: left;
padding-right: 15px;
line-height: 35px;
color: #30343E;
background: url(../img/bg_submenu.gif) no-repeat 100% 0;
cursor: pointer;
}
.tabNav ul li a span:hover{
background: url(../img/bg_submenu.gif) no-repeat 100% -70px;
cursor: pointer;
}
.tabNav ul li a:hover{
background: url(../img/bg_submenu.gif) no-repeat 0% -70px;
}
.negatePadMar{
padding:0px;
margin:0px;
}
#homeSlide{
width: 100%;
position: relative;
background: transparent url(../img/slideBg.png) repeat-x scroll bottom left;
overflow: hidden;
height: 300px;
border-radius: 0px 0px 3px 3px;
margin-bottom: 21px;
margin-top: 0px;
}
#homeSlideNav {
position: absolute;
top: 240px;
left: 60px;
z-index: 10000;
}
#homeSlideNav a {
margin-right: 10px;
height: 15px;
width: 15px;
color: silver;
background: silver;
display: inline-block;
border-radius: 2px;
font-size: 1px;
}
#homeSlideNav a.activeSlide {
  background: #1E8A93;
  color: #1E8a93;
}

.slideContentWrapper {
position: relative;
height: 300px;
width: 960px;
}
#slideTiles{
width: 257px;
background: #EEF1F4;
padding: 13px 0px;
float: left;
}
#slideTiles ul li{
background: #EEF1F4;
padding: 8px 10px;
}
#slideTiles ul li a{
display: block;
width: 212px;
height: 29px;
line-height: 29px;
padding: 0 0 0 10px;
color: #444;
font-size: 13px;
margin-left: 6px;
}
#slideTiles ul li a.moreTag{
background: transparent url(../img/selected.png) no-repeat bottom right;
}
#slideTiles ul li a.selected, #slideTiles ul li a:hover{
color: white;
text-decoration: none;
background: transparent url(../img/selected.png) no-repeat top right;
border-radius: 3px 0px 0px 3px;
}
#homeSlides{

}
#homeSlides ul{

}
#homeSlides ul li{
position: relative;
height: 300px;
}
#homeSlides ul li img{
position:absolute;
top:0px;
right:0px;
border-radius: 0px 3px 3px 0px;
}
#homeSlides ul li .slideCopy{
position: absolute;
width: 550px;
padding: 64px 0px 6px 56px;
} 
#homeSlides ul li h2, #homeSlides ul li h2 a{
font-size: 36px;
color: #30343E;
font-weight: normal;
margin-top: 0px;
margin-bottom: 21px;
text-decoration:none;
}
#homeSlides ul li h3, #productHeader p{
color: #606671;
font-weight: 100;
font-style: italic;
font-size: 20px;
margin-bottom: 1.4em;
}
#productHeader p{
    margin-bottom: 1.4em;
}
a.bigLink, a.bigLink:visited{
text-decoration: none;
display: inline-block;
font: 19px Segoe UI,Arial,Helvetica,sans-serif;
background: transparent url(../img/buttons.png);
line-height: 35px;
padding: 0px 21px;
height: 37px;
border-radius: 3px;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
color: white;
margin-right: 8px;
}
a.blueLink:hover, a.blueLink:active, #filters a.selected{
background-position:0px -37px !important;
text-decoration: none;
}
a.greyLink, a.greyLink:visited {
background-position: 0px -74px !important;
}
a.greyLink:hover, a.greyLink:active, #filters a{
background-position: 0px -111px !important;
}
.col1{
float: left;
width: 224px;
margin-right: 21px;
border-radius:3px 3px 0px 0px;
}
.col2{
float: left;
width: 468px;
}
.inner23{
padding: 14px 0px 14px 23px;
}
#productSearch{
background: #EEF1F4;
border: 1px solid #D5DAE4;
border-radius: 3px;
margin-bottom: 33px;
}
#productSearch h3{
margin-top: 0px;
color: #444;
font-size: 14px;
margin-bottom: 6px;
}
#searchBoxWrapper{

}
#searchBoxWrapper input#question_box{
border: 1px solid #CDD2D9;
padding: 5px 8px;
font-size: 13px;
width: 305px;
background: white;
}
#searchBoxWrapper input#question_box:focus{
outline:none;
}
.submit{

}
#searchBoxWrapper input.submit{
border: none;
background: #276A9E url(../img/buttons.png) repeat 0 0;
width: 72px;
height: 27px;
text-align: center;
color: white;
font-size: 13px;
margin: 0 0 0 10px;
padding: 0 0 3px;
cursor: pointer;
border-radius: 3px;
position: relative;
top: -2px;
}
#searchBoxWrapper input.submit:hover{
background: #276A9E url(../img/buttons.png) repeat 0 -37px;
}
#contactArea{
float:right;
}
#contactPhone{
width: 241px;
text-align: right;
float: right;
margin-top: -7px;
}
#contactPhone p{
color: #606671;
}
#contactPhone p span{
font-size: 35px;
color: #1E8A93;
padding-left: 14px;
position: relative;
top: 6px;
}
#sideBar h3{
color: #1E8A93;
font-size: 17px;
font-weight: 700;
margin-top: 6px;
margin-bottom: 8px;
}
.editable{
border-radius: 3px 3px 0px 0px;

}
.editable h2{
color: #1E8A93;
font-size: 17px;
font-weight: 700;
margin-top: 6px;
margin-bottom: 8px;
}
.editable h2 a{
color: #1E8A93;
font-size: 17px;
font-weight: 700;
}
.editable p{
color: #606671;
font-size: 12px;
line-height: 15px;
}
/*#editable1{
background:transparent url(../img/reseller.jpg) no-repeat scroll 0px 0px;
}
#editable2{
background:transparent url(../img/downloads.jpg) no-repeat scroll 0px 0px;
}
#editable3{
background:transparent url(../img/shop.jpg) no-repeat scroll 0px 0px;
}*/
.clear{
clear:both;
}
.productBox.last, #last{
margin-right:0px;
}
#quickLinksCol{
margin-right: 0px;
background: transparent url(../img/quicklinks.png) no-repeat;
padding-top: 72px;
}
#quickLinksCol h2{
color: #1E8A93;
font-size: 17px;
font-weight: 700;
font-size: 17px;
margin-top: 6px;
margin-bottom: 8px;
}
#quickLinksCol ul li{
line-height: 14px;
list-style-type: square!important;
color: #626670;
list-style: outside;
margin-left: 18px;
margin-bottom: 8px;
font-size: 12px;
}
#quickLinksCol ul li a{
color: #059;
font-weight: 100;
}
#footer{
margin: 0 auto 50px;
width: 975px;
background: #D5DAE4;
padding: 23px;
border-radius: 0px 0px 4px 4px;
position: relative;
}
#quickLinks{
margin: 0 auto;
width: 975px;
background: #e8ecf0;
padding: 23px;
border-radius: 0px 0px 4px 4px;
position: relative;
}
#quickLinks .col1{

}
#quickLinks .col1 h3{
margin: 0px 0px 10px;
}
#quickLinks .col1 h3 a{
color: #059;
padding-right: 16px;
font-weight: 100;
}
#quickLinks .col1 li{

}
#quickLinks .col1 li a{
color: #606671;
font-weight: 100;
font-size: 12px;
line-height: 20px;
}


#footer span{
color: #606671;
font-size: 11px;
line-height: 20px;
}
#footer span a{
color: #606671;
font-weight:700;
}
#social{
position: absolute;
right: 20px;
top: 24px;
}
#social a{
width: 38px;
height: 37px;
float: right;
margin-left: 13px;
}
#social a#fb{
background:transparent url(../img/social.gif) no-repeat scroll top right;
}
#social a#fb:hover{
background:transparent url(../img/social.gif) no-repeat scroll bottom right;
}
#social a#twitter{
background:transparent url(../img/social.gif) no-repeat scroll top left;
}
#social a#twitter:hover{
background:transparent url(../img/social.gif) no-repeat scroll bottom left;
}
h2.pageTitle{
font-size: 28px;
color: #30343E;
font-weight: normal;
margin-top: 0.3em;
margin-bottom: 18px;
}
h2#searchTitle.pageTitle{
margin-bottom: 0;
}
#contentFolder{
background: transparent url(../img/contentFolder.gif);
border-radius: 0px 4px 4px;
margin-bottom: 18px;
}
#sideBar{
float: right;
padding: 21px 20px;
width: 202px;
border-radius: 4px;
}
#sideBar a.bigLink {
width: 160px;
margin-bottom: 16px;
font-size: 16px;
}
#sideBar ul li{
line-height: 14px;
list-style-type: square!important;
color: #626670;
list-style: outside;
margin-left: 18px;
margin-bottom: 8px;
font-size: 12px;
}
#sideBar ul li a{
color: #059;
font-weight: 100;
}
#tabContent{
float: left;
width: 685px;
padding: 0px 0px 0px 0px;
}

.heroProduct{
width: 683px;
/*height: 190px;*/
border-radius: 3px;
background: transparent url(../img/slideBg.png) repeat-x scroll bottom left;
margin-bottom: 25px;
position: relative;
overflow: hidden;
border: 1px solid #D5DAE4;
min-height:161px;
}
.heroInner {
  min-height:161px;
}
.heroInner a#boxUrl {display:block;min-height:161px;}
.heroInner a:hover {text-decoration:none;}
.heroProduct img{
position: absolute;
right: 0px;
bottom: 0px;
}
.heroCopy{
width: 364px;
/*position: absolute;*/
padding: 20px 0px 20px 30px;
}

#tabContent .heroCopy h2, {
font-size: 28px;
color: #30343E;
font-weight: normal;
margin-top: 0px;
margin-bottom: -8px;
}
#tabContent .heroCopy h2 a{
text-decoration:none;
color: #059;
}
#tabContent .heroCopy h3{
color: #606671;
font-weight: 100;
font-style: italic;
font-size: 18px;
margin-bottom: 9px;
margin-top: 18px;

}


.productBox{
float: left;
width: 298px;
margin-right: 16px;
border: 1px solid #D5DAE4;
border-radius: 3px;
padding: 22px 17px 14px;
margin-bottom: 16px;
height: auto !important;
position: relative;
}
.imgHolder{
width: 100px;
float: left;
}
#tabContent .productSnip{
float: left;
width: 194px;
}
#tabContent .productSnip h3{
margin: 8px 0px 10px;
font-weight: 700;
font-size: 15px;
margin-bottom: 3px;
}
#tabContent .productSnip h3 a{
color: #059;
padding-right: 16px;
}

#tabContent .productSnip p{
color: #626670;
font-size: 12px;
line-height: 1.4em;
padding-bottom: 5px;
}

#tabContent .productSnip p a{
color: #059;
background: url(../img/mark.png) no-repeat 57px -2px;
padding-right: 16px;
display: inline-block;
}
a.more{
color: #059;
background: transparent url(../img/more.gif) no-repeat scroll 76px 6px;
padding-right: 12px;
display: inline-block;
}
.smallLink, .smallLink:visited,
#tabContent ol li a.smallLink,
#tabContent ul li a.smallLink,
#filters a {
text-decoration: none;
display: inline-block;
font: 12px Segoe UI,Arial,Helvetica,sans-serif;
background: transparent url(../img/buttons.png);
line-height: 25px;
padding: 0px 16px;
height: 25px;
border-radius: 3px;
color: white;
margin-right: 8px;
color: #ffffff;
}

.productSnip .buyNow, .productSnip .greyLink { margin-bottom: 8px; width: 54px; text-align: center; margin-right: 4px; position:relative; margin-bottom: 20px;}
.productSnip .buyNow .price { display:none; font-weight:bold; position:absolute; top: 24px; left:0px; color: #8C9399; width: 100%; text-align: left; padding: 1px; font-size: 12.5px;}
.productSnip .buyNow .price small { padding-right:2px; }

.page-template-template-shop-php .productSnip .buyNow { width:50px; padding:0 12px; }
.page-template-template-shop-php .productSnip .buyNow .price { display:block; top: -2px; left:100%; padding-left:8px; font-size: 15px; font-weight: 100; font-size: 12px; line-height: 1.4em; padding: 6px 0 0 9px;}
.page-template-template-shop-php #tabContent .productSnip p { min-height:33px; }

.i-pop-tip { display:none; }
.admin-bar .i-pop-tip { display:block; float:left; display: inline-block; }

.i-pop-tip .i-trigger { position:relative; z-index: 4; }
.i-pop-tip .i-trigger:hover { cursor: pointer; }
.i-pop-tip { position:relative; position: absolute; top: 10px; right: 10px;}
.i-pop-tip .i-popup { padding: 10px 10px 10px 26px; top:0px; left: 0px; position:absolute; z-index: 90; top: -24px; display: none;}
.i-pop-tip .i-popup:before { content:""; display:block; border: 10px solid rgba(0, 0, 0, 0); float:left; border-right-color: #BBBFC7; position:absolute; left: 7px; top: 21px; z-index: 2;}
.i-pop-tip .i-popup:after { content:""; display:block; border: 10px solid rgba(0, 0, 0, 0); float:left; border-right-color:#FFF; position:absolute; left: 1px; top: 21px; left: 8px; z-index: 3;}
.i-pop-tip .inner { text-align: left; border: 1px solid #D5DAE4; background-color: #FFF; font-size: 11px; padding: 7px 10px; min-width: 86px; z-index: 1; line-height: 1.2em; position: relative; min-height: 28px; box-shadow: 0px 3px 5px rgba(82, 82, 82, 0.1); border-radius: 4px;}
.i-pop-tip .inner a { display:inline !important; padding:0 !important; background:none !important; font-size:11px !important;}
.i-pop-tip .inner p { font-size: 12px !important; line-height: inherit !important; padding: 0px !important;}
.i-pop-tip:hover .i-popup { /* display:block; */ }

.i-pop-tip > div p { margin:0; padding: 0; line-height: 1.2em; min-height: 0px !important; font-size: 12px;}

ul#collapseContent{

}
ul#collapseContent > li{
border-bottom: 1px solid #D5DAE4;
padding-bottom: 4px;
margin-bottom: 17px;
}
ul#collapseContent li.last{
border-bottom:0px;
}
ul#collapseContent > li h3.accordionTitle{
color: #1E8A93;
cursor: pointer;
background: transparent url(../img/collapseArrows.gif) no-repeat scroll top right;
line-height: 32px;
margin: 6px 0px;
padding-bottom: 0px;
}
ul#collapseContent li.accOpen h3.accordionTitle{
    background: transparent url(../img/collapseArrows.gif) no-repeat scroll right bottom;
}
ul#collapseContent li.accClosed .collapseText{
display: none;
}
.no-js ul#collapseContent li .collapseText,
ul#collapseContent li.accOpen .collapseText{
display: block;
}
.collapseText p{
color: #626670;
line-height: 1.6em;
}
#contactUs{

}
#contactUs p{
color: #606671;
margin: 0px;
padding-top: 5px;
}
#contactUs p a{

}
#contactUs  span{
font-size: 23px;
color: #1E8A93;
display: block;
margin: 3px 0 8px 0;

}
/*
#contactLink {
float:right;
padding: 0 13px;
text-decoration: none;
display: inline-block;
font: 16px Segoe UI,Arial,Helvetica,sans-serif;
background: transparent url(../img/buttons.png);
line-height: 35px;
height: 37px;
border-radius: 3px;
box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
color: white;
margin-right: 8px;
margin-top:5px;
background-position: 10px -148px;
}
*/
#contactLink {
  float:none;  
  background: url(../img/mark.png) no-repeat top right;
  padding-right: 12px;
  display: inline-block;
  font-size: 12px;
  line-height:18px;
}
#contactLink:hover{
background-position: 10px -185px;
}
#buyNow,.buyNow, #sideBar [href*="shop.eset.co.nz"]{
background-position: 0px -258px !important;
}
#buyNow:hover, .buyNow:hover, #sideBar [href*="shop.eset.co.nz"]:hover{
background-position: 0px -294px !important;
}
#green, #sideBar a.contactForm {
background-position: 0px -148px !important;
}
#green:hover, #sideBar a.contactForm:hover {
background-position: 0px -185px !important;
}

#submit{
text-decoration: none;
display: inline-block;
font: 12px Segoe UI,Arial,Helvetica,sans-serif;
background: transparent url(../img/buttons.png);
line-height: 25px;
padding: 0px 16px;
height: 25px;
border-radius: 3px;
color: white;
margin-right: 8px;
border: none;
}
textarea#comment{
border-radius: 3px;
border: none;
box-shadow: inset 0px 3px 3px #ccd6d9;
padding: 12PX;
}
textarea#comment:focus{
outline:none;
}
form#chooseProductForm label{
float: left;
width: 370px;
}
form#chooseProductForm label select{
color: #606671;
width: 362px;
}
form#chooseProductForm input#submit{
float: left;
margin-left: 0;
position: relative;
top: -3px;
}
.contentPage .tabNav{
margin-top: 13px;
background: url(../img/line_detail.gif) no-repeat 0 35px;
width: 970px;
height: 35px;
padding-left: 17px;
}
.homepage .tabNav ul li a {
font-size: 13px;
display: block;
height: 35px;
padding-left: 15px;
background: url(../img/bg_submenu.gif) no-repeat 0px -35px;
text-decoration: none;
float: left;
}
.homepage .tabNav ul li a:hover{
background: url(../img/bg_submenu.gif) no-repeat 0px -70px;
}
.homepage .tabNav ul li a span{
background: url(../img/bg_submenu.gif) no-repeat 100% -35px;
}
.homepage .tabNav ul li a span:hover{
background: url(../img/bg_submenu.gif) no-repeat 100% -70px;
}
.homepage .tabNav ul li a.activeTab {
background-position: 0 0;
cursor: pointer;
}
.homepage .tabNav ul li a.activeTab span {
background: url(../img/bg_submenu.gif) no-repeat 100% 0px;
}
.dropDown{
visibility: hidden;
position: absolute;
top: 49px;
left: 25px;
background: transparent url(../img/dropdown.png);
/* width: 305px; */
width: 195px;
border-radius: 0px 0px 3px 3px;
box-shadow: 0px 12px 6px rgba(0,0,0,0.15);
padding: 22px 20px 13px;
z-index: 9;
}
#header ul#mainNav li:hover .dropDown{
visibility: visible;
}
#header ul#mainNav .dropDown ul{
float:left;
margin: 0;
width: 100%;
}
#header ul#mainNav .dropDown ul li{
float: none;
border-top: 1px solid #ECEEF3;
}#header ul#mainNav .dropDown ul li:first-child{
border-top:none;
}
#header ul#mainNav .dropDown ul li a{
line-height: 27px;
padding: 0px;
font-size: 14px;
font-weight: 100;
color: #059;
background: transparent;
}
#header ul#mainNav .dropDown ul li a:hover{
text-decoration:underline;
}
.dropDown img{
float:right;
}
.bc{
margin: 0px;
padding: 0 0 10px 0;
height: 19px;
margin-top: 0px;
margin-bottom: -7px;

}

.bc a, .bc a:hover { color: #626670; text-decoration: none;}

.bc a[href]{
display: block;
color: #059;
float: left;
height: 23px;
text-decoration: none;
}
.bc a[href]:hover{
text-decoration: underline;
}
.bc a span{
font-size: 11px;
}
.bc a.root{
padding-right: 13px;
background: url(../img/mark.png) no-repeat top right;
margin-right: 5px;
}
.bc a.parent{
padding-right: 14px;
background: url(../img/mark.png) no-repeat top right;
margin-right: 6px;
}
.bc a.end {
color: #626670;
}
.bc a.end:hover{
text-decoration:none;
}
img.accordionThumb {
    float:right;
    margin:0px 0px 0px 20px;
}

/* Wordpress image styles */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

#tabContent .wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 3px 4px 5px;
margin: 0;
}

img.alignright {
padding: 4px;
margin: 0 0 22px 11px;
display: inline;
  }

img.alignleft {
padding: 4px;
margin: 0 11px 22px 0;
display: inline;
  }

/* end of image styles */

#tabContent h3  {
font-size: 17px;
font-weight: normal;
padding-bottom: 6px;
padding-top: 0px;
color: #626670;
font-family: Segoe UI, Arial, Helvetica, sans-serif;
margin-bottom: 20px;
line-height: 1.5em;
}
#tabContent h4 {
color: #1E8A93;
font-size: 17px;
padding-bottom: 6px;
padding-top: 0px;
margin-bottom: 10px;
margin-top: 10px;
}
#tabContent h5 {
color: #1E8A93;
font-size: 15px;
padding-bottom: 6px;
padding-top: 0px;
margin-bottom: 4px;
margin-top: 10px;
}
#tabContent p, #sysReq p,{
line-height: 1.5em;
padding-bottom: 11px;
color: #626670;
font-family: Segoe UI, Arial, Helvetica, sans-serif;
margin-top: 0px;
}
ul {
padding: 0px;
margin: 0px;
margin-top: 7px;
margin-bottom: 27px;
}
#tabContent ul li {
line-height: 20px;
list-style-type: square!important;
color: #626670;
list-style: outside;
margin-left: 18px;
margin-bottom: 3px;
}
#tabContent ol{
padding: 0px;
margin: 0px;
margin-top: 10px;
margin-bottom: 25px;
}
#tabContent ol li{
line-height: 20px;
color: #626670;
list-style: outside;
list-style-type: decimal;
margin-bottom: 10px;
margin-left: 18px;
}
#tabContent ol li a, #tabContent ul li a {
color:#059;
}
#tabContent ul#collapseContent{

}
#tabContent ul#collapseContent > li{
list-style: none !important;
margin-left: 0px;
margin-bottom: 0px;
}

#tabContent blockquote{
margin: 0px;
}
#tabContent blockquote p{
font-size: 18px;
font-style: italic;
padding-left: 28px;
}
#tabContent .post, .search #tabContent .page{
border-bottom: 1px dashed #C8CDD3;
margin-bottom: 29px;
}
.search #tabContent .page h3, .search #tabContent .post h3{
margin: 0px;
}
.search #tabContent .post h4{
margin: -5px 0px 4px;
font-size: 12px;
color: #626670;
font-weight: 100;
}
#tabContent .post h4.postTitle, #tabContent .post h4.postTitle a{
margin: 10px 0px 0px;
padding-bottom: 0px;
}
#tabContent .post h3.postMeta{
margin: 0px;
font-size: 12px;
line-height: 21px;
font-style: italic;
}
#tabContent .post h2.postTitle{
margin: 26px 0px 10px;
}
.contenttable-3 .tr-odd td {
background-color: #F8F9FB;
}
.contenttable-3 .tr-even td {
background-color: #F0F2F6;
}
.contenttable-3 td, .contenttable-3 th {
padding: 6px 0 5px 8px;
border-top: 1px solid #D5DAE4;
vertical-align: top;
font-size: 12px;
}
.contenttable td {
vertical-align: bottom;
padding: 3px;
}
#tabContent table tr.extraTop td{
padding-top: 0px;
padding-bottom: 0px;
border-top: none;
}
td.td-0{
width: 278px;
padding-left: 12px;
}

td img { height:auto; }
td.td-2, td.td-3, td.td-4, td.td-5{
width: 116px;
}
#tabContent h3.area1{
color: #1E8A93;
font-size: 17px;
padding-bottom: 6px;
padding-top: 0px;
margin-bottom: -12px;
margin-top: 10px;
font-weight: 700;
}
.navigation a{
color: #059;
text-decoration: none;
font-size: 11px;
}
.navigation a:hover{
text-decoration:underline;
}
.moreInfoLink {
background: url(../img/mark.png) no-repeat top right;
padding-right: 12px;
display: inline-block;
font-size: 12px;
line-height:18px;
}
#productHeaderWrapper {
border-radius: 4px;
background: url(../img/EAV.png) repeat-x left bottom;
position: relative;
margin-bottom: 2em;
border-radius: 0px 0px 6px 6px;
overflow: hidden;
}

.new-header [src*="EMSX1.png"]{ padding-top:120px; }

.bkgd-banner { max-width:100%; position: relative; height: auto; float: right;}

.bkgd-banner[src*="ESS_regular_lower.png"]{ padding-top:20px; }

#productHeader {
width: 860px;
padding: 35px 50px;
margin-bottom: 2em;
border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
-o-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
position: absolute;

top: 0px;
z-index: 1;
}
.productHeaderImage {
position: absolute;
right: 0;
bottom: 0;
}
.newsWidget{
margin-bottom:20px;
}
#tabContent table{
margin-bottom: 24px;
margin-top: 15px;
}
#tabContent table td{
line-height: 1.5em;
font-family: Segoe UI, Arial, Helvetica, sans-serif;
margin-top: 0px;
vertical-align: top;
padding-right: 11px;
padding-bottom: 14px;
}
#tabContent h2{
font-size: 28px;
color: #30343E;
font-weight: 100;
margin-top: 1px;
}
#tabContent h3#comments{
border-top: 1px solid #D5DAE4;
padding-top: 13px;
}
#tabContent ol{
list-style: none;
}
#tabContent ol.commentlist li{
list-style: none;
margin-left: 0px;
border: 1px solid #D5DAE4;
padding: 22px 23px 1px;
border-radius: 4px;
position: relative;
}
#tabContent ol li .comment-author{
margin-bottom: 11px;
}
#tabContent ol li .comment-author img{
margin-right: 6px;
}
#tabContent ol li .comment-author cite{
position: relative;
top: -11px;
}
#tabContent ol li .comment-author span{
position: relative;
top: -11px;
}
#tabContent ol li .commentmetadata{
font-size: 10px;
position: absolute;
top: 28px;
right: 20px;
}
#tabContent .heroCopy h2{
margin-bottom: -10px;
}
.fullPage{
background:transparent !important;
width:100% !important;
}
#tabContent table.column2{
float: left;
width: 46%;
margin-right: 34px;
margin-bottom: 0px;
}
#tabContent table.column2 td{

}
#tabContent table.column2 td img{
margin:0px !important;
padding :0px !important;;
}
#tabContent table.column2 td h3{
margin: 0px;
}
#tabContent table.timeLine{

}
#tabContent table.timeLine td{
border-top: 1px solid #D5DAE4;
padding-right: 20px;
}
#tabContent table.timeLine td ul{
margin-bottom: 0px;
margin-top: -2px;
}
#tabContent table.timeLine td ul li{
font-size: 12px;
margin-bottom: 2px;
color: #30343E;
}
#tabContent table.timeLine h4{
margin-top: 0;
}
#contactForm {
display: block;
position: absolute;
width: 100%;
background: rgba(0, 0, 0, 0.83);
height: 3000px;
top: 0;
display: none;
z-index: 9999999999999;
}
#contactFormInner {
width: 410px;
position: relative;
margin: 100px auto;
background: white;
padding: 20px 28px 20px;
border-radius: 4px;
}
#closeModal {
  position: absolute;
  top: -10px;
  right: -10px;
  height: 27px;
  width: 27px;
  background: url('../img/closemodal.png') transparent no-repeat left top scroll;
  cursor: pointer;
}
.linklove {
  display: none !important;
}
#contactFormInner h2{
font-size: 28px;
color: #30343E;
font-weight: normal;
margin-top: 1px;
}
#contactFormInner #cformsform, #cforms2form, #cforms4form{
width: 100%;
}
#cforms3form{
margin: 15px 20px;
}
#contactFormInner #cformsform ol{

}
#contactFormInner #cformsform ol li{

}
#contactFormInner #cformsform ol li label, 
#cforms2form ol li label, 
#cforms3form ol li label,
#cforms4form ol li label{
background: transparent;
outline:none;
line-height: 1.4em;
}
#cforms4form ol li label{
width: 320px;
}
#contactFormInner #cformsform ol li label span, 
#cforms2form ol li label span,
#cforms3form ol li label span,
#cforms4form ol li label span{
line-height: 1.5em;
padding-bottom: 11px;
color: #626670;
font-family: Segoe UI, Arial, Helvetica, sans-serif;
margin-top: 0px;
}
#cforms4form ol li label span{
width: 320px;
}
#contactFormInner #cformsform ol li select, 
#cforms2form ol li select,
#cforms3form ol li select,
#cforms4form ol li select{
border: 1px solid #a0a0a0;
outline:none;
/* border: 1px solid #E4E4E4;
border-radius: 5px;
box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); */
}
#contactFormInner #cformsform ol li input, 
#cforms2form ol li input,
#cforms3form ol li input,
#cforms4form ol li input{
/* border: 1px solid #E4E4E4; 
 border-radius: 5px;
 box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
 * */
border: 1px solid #a0a0a0;
outline:none;
background: white;

}
#contactFormInner #cformsform ol li textarea, 
#cforms2form ol li textarea,
#cforms3form ol li textarea,
#cforms4form ol li textarea{
outline: none;
background: transparent;
border: 1px solid #a0a0a0;
/* border: 1px solid #E4E4E4;
border-radius: 3px;
box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); */
}
#contactFormInner .cform input.sendbutton, 
#cforms2form input.sendbutton,
#cforms3form input.sendbutton,
#cforms4form input.sendbutton{
text-decoration: none;
display: inline-block;
font: 12px Segoe UI,Arial,Helvetica,sans-serif;
background: transparent url(../img/buttons.png);
background-position: 0px -148px !important;
line-height: 25px;
padding: 0px 16px;
height: 25px;
border-radius: 3px;
color: white;
margin-right: 8px;
margin-top: 13px;
}

.page-template-template-whitelabel-php #cforms3form input.sendbutton {
background-position: 0px -86px !important;
}
#whiteLabelWrapper {
  margin: 20px;
}

#contactFormInner .cform input.sendbutton:hover, 
#cforms2form input.sendbutton:hover,
#cforms3form input.sendbutton:hover,
#cforms4form input.sendbutton:hover{
text-decoration:underline;
}
#cforms2form input.sendbutton{
left: -444px;
position: relative;
top: -14px;
border-radius: 3px;
border: none !important;
outline: none !Important;
}
#cforms3form input.sendbutton {
left: -168px;
position: relative;
top: -24px;
}
#cforms4form input.sendbutton {
left: -385px;
position: relative;
top: -24px;
}

.groupBits {
  float: left;
}
.groupThumb {
  width: 50px;
  height: 80px;
  margin-right: 20px;
}
.page-template-page-business-solutions-php .groupThumb {
  margin-right: 20px;
}
.groupTitle {
/* height: 79px; */
margin-bottom: 20px;
width: 610px;
}
.groupTitle.noImage {
  width: 685px;
}
.groupTitle p {
color: #626670;
font-size: 15px;
font-weight: 700;
padding-bottom: 0px !important;
}
.productIntroText p {
  font-weight: normal;
  font-style: italic;
}
.page-template-page-business-solutions-php .groupTitle {
  width: 605px;
  height: auto;
}
.page-template-page-business-solutions-php .collapseText .groupTitle{
margin-bottom: -5px !important;
}
.page-template-page-business-solutions-php .groupText {
  width: 605px;
  float: left;
  margin-bottom: 20px;
}
.gridOn div {
  box-shadow: inset 0px 0px 1px #303030;
}
.groupOSIcon {
width: 100px;
padding: 16px 41px;
color: #626670;
display: table-cell;
vertical-align: top;
}
.groupOSIcon img{
padding-right: 8px;
}
.productWrapper{
border-bottom: 1px dashed #E4E4E4;
padding-bottom: 13px;
padding-top: 16px;
}
#collapseContent .productWrapper{
border-top: 1px dashed #D5DAE4;
padding-bottom: 0px;
margin-bottom: 0px;
border-bottom: 0px;
padding-top: 22px;
}
#collapseContent .productWrapper p{
margin-bottom: 9px;
}
#collapseContent .productWrapper p a{
color: #1E8A93;
}
a.widget_sp_image-image-link img.aligncenter{
margin-bottom: 8px;
}
.new{
color: #E2001A;
}
#tabContent table.columns2{
border-top: 1px solid #C8CDD3;
margin: 20px 0px;
}
#tabContent table.columns2 td.tableLeftColumn{
width: 30%;
padding-top: 10px;
}
#tabContent table.columns2 td.tableLeftColumn h3{
font-weight: 700;
color: #30343E;
margin-top: 7px;
}
#tabContent table.columns2 td.tableRightColumn{
padding-top: 10px;
}
#tabContent table.columns2 td.tableRightColumn h4{
margin-bottom:0px;
}
#tabContent table.columns2 td.tableRightColumn p{
margin-bottom: 0px;
padding-bottom: 0px;
}
#tabContent th, .table-style-1 th {
width: 30%;
padding-top: 10px;
vertical-align: top;
border-top: 1px solid #c8cdd3;
text-align: left;
}
#tabContent td, .table-style-1 td {
border-top: 1px solid #c8cdd3;
vertical-align: middle;
}

#tabContent tr:first-of-type td, .table-style-1 tr:first-of-type td { border:none; } 

#tabContent th h3, .table-style-1 th h3 {
font-weight: 700;
color: #30343E;
margin-top: 7px;
}
#tabContent table td, .table-style-1 td {
padding: 5px 8px;
}
#tabContent table td h4, .table-style-1 td h4 {
margin-bottom:0px;
}
#tabContent table td p, .table-style-1 td p {
margin-bottom: 0px;
padding-bottom: 0px;
}
#n-ban{
min-height: 174px !important;

}
a.dontLink {
  cursor: default;
}
.navigation{
margin-bottom: 25px;
}
#onlineScannerHeader{

}
#onlineScannerHeader #productHeader{
background: #E2E5EE url(/wp-content/uploads/2012/03/Online-Scanner.jpg) no-repeat 58px 44px !important;
padding-left: 600px;
width: 310px;
padding-top: 28px;
padding-bottom: 65px;
position: relative;
}
#onlineScannerHeader #productHeader h3{
color: #00737A;
font-size: 24px;
margin-bottom: 0px;
}
#onlineScannerHeader #productHeader p{
font-size: 16px;
font-style: normal;
margin: 10px 0px;
}
#onlineScannerHeader #productHeader a{
text-decoration: none;
display: inline-block;
font: 12px Segoe UI,Arial,Helvetica,sans-serif;
background: transparent url(../img/buttons.png);
line-height: 25px;
padding: 0px 16px;
height: 25px;
border-radius: 3px;
color: white;
margin-right: 8px;
color: white;
background-position: 0px -258px !important;
margin-top: 14px;
}

#onlineScannerHeader #productHeader a:hover{
background-position: 0px -294px !important;
}
.mogPrevNext a:link, .mogPrevNext a:visited, .mogPrevNext a:hover, .mogPrevNext a:active {
  color: #ffffff;
  text-decoration: none;
}

#filters {
  background-color:#eef2f5;
  border-radius:5px;
  padding:10px;
  padding: 20px;
  margin-bottom: 20px;
}

#filters div {
  float:left;
  display:block;  
  height:25px;  
}

#filters div.filterTitle {
  font-size: 16px;
  color: #1a8c8d;
  font-weight: bold;
  margin-right: 7px;  
  line-height:24px;
}

.productBox.isotope-item {
  margin-right: 0px;
}

#homeIntro, #businessIntro {

  clear:both;
  display:block;
  margin:0 0 20px 0;
  line-height: 1.5em;
  color: #626670;
  font-family: Segoe UI, Arial, Helvetica, sans-serif;

}

iframe[name="google_conversion_frame"] { height: 0px !important; overflow:hidden; opacity:0; display: block;}

/* New Styles */
.box-border-change, .box-border-change *, .box-border-change *:after, .box-border-change *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
[class*='col-'] {float: left;}
.grid-pad > [class*='col-']:last-of-type {padding-right: 0px;}

/* Full */     .col-1-1 {width: 100%;}
/* Halves */   .col-1-2 {width: 50%;}
/* Thirds */   .col-1-3 {width: 33.33%;}.col-2-3 {width: 66.66%;}
/* Quarters */ .col-1-4 {width: 25%;}.col-2-4 {width: 50%;}.col-3-4 {width:75%;}
/* Fifths */   .col-1-5 {width:20%;}.col-2-5 {width:40%;}.col-3-5 {width:60%;}.col-4-5 {width:80%;}
/* Sixths */   .col-1-6 {width:16.66%;}.col-2-6 {width:33.33%;}.col-3-6 {width:50%;}.col-4-6 {width:66.66%;}.col-5-6 {width:83.33%;}
/* Sevenths */ .col-1-7 {width:14.28%;}.col-2-7 {width:28.57%;}.col-3-7 {width:42.85%;}.col-4-7 {width:57.14%;}.col-5-7 {width:71.42%;}.col-6-7 {width:85.71%;}
/* Eighths */  .col-1-8 {width:12.5%;}.col-2-8 {width:25%;}.col-3-8 {width:37.5%;}.col-4-8 {width:50%;}.col-5-8 {width:62.5%;}.col-6-8 {width:75%;}.col-7-8 {width:87.5%;}


/* Custom Option - Hide Sidebar */
.custom-option-hide-sidebar #contentFolder { background:transparent; }
.custom-option-hide-sidebar #sideBar { display:none; }
.custom-option-hide-sidebar #tabContent { width:100%; }

/* New Footer */
#footer { background:transparent; margin: 15px auto 0px; padding: 0 30px; width: 960px; color:#7C808A; }
#footer span { color:inherit; }
#social { right:0px; top:0px; }

/* Sub Footer */
#sub-footer { position:relative; color:#626670; background: #D5DAE4; margin: 0px auto; width: 1020px; padding:15px 30px 5px; border-radius: 0px 0px 4px 4px; -moz-border-radius: 0px 0px 4px 4px; -webkit-border-radius: 0px 0px 4px 4px; border-top: 1px solid #BBB;}
#sub-footer:before { width:100%; content:""; display:block; height:8px; background:#FFF; position:absolute; top:0px; left:0px; border-radius:0px 0px 8px 8px; -webkit-border-radius: 0px 0px 8px 8px; -moz-border-radius: 0px 0px 8px 8px; display:none;}
#sub-footer div[class^="menu"]{ width:33.3%; float:left; padding:15px 10px 15px 0; }
#sub-footer div[class^="menu"]:nth-child(3n+1){ clear:both; }
#sub-footer ul { margin: 0;}

#sub-footer div.menu-wrapper { width:100%; padding: 8px 0 0px; border-bottom: 1px solid #C0C6D1; }
#sub-footer li { line-height: 14px; list-style-type: none; color: #626670; list-style: none; margin-bottom: 8px; font-size: 12px; }
#sub-footer li:first-child a, #sub-footer li:first-child a:hover, #sub-footer h3 { text-decoration:none !important; color:#626670 !important; pointer-events:none; font-size: 12.5px; font-weight: bold; text-transform:uppercase; padding-bottom: 6px; display: block;}
#sub-footer div.search-box-wrapper { padding: 20px 0 20px; width:100%; float: left; border-top: 1px solid rgba(255, 255, 255, 0.2);}
#sub-footer h3 { float:left; margin: 3px 10px 0 0;}

#new-social { position:absolute; top:0px; right: 30px; }
#new-social a { text-decoration:none !important; color:#FFF;   display: inline-block; float: left;   background:#CCC;   margin-left: 5px; border-radius: 4px; -webkit-border-radius: 100px; -moz-border-radius: 4px;  font-size: 15px;  text-align: center;  height: 24px;  width: 24px;  line-height: 25px;}
#new-social a:hover { opacity:0.5; }
#new-social a:before { display:inline-block; font-family: "all-social"; padding: 5px 5px; font-weight:normal; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

a#icon-facebook, #new-social.include-name a#icon-facebook:before { background: #3B5998;}
a#icon-facebook:before { content:"c";}

a#icon-twitter, #new-social.include-name a#icon-twitter:before  { background: #00ACED; }
a#icon-twitter:before { content:"a";}

a#icon-linkedin, #new-social.include-name a#icon-linkedin:before { background: #0077B5; }
a#icon-linkedin:before { content:"d";}

a#icon-youtube, #new-social.include-name a#icon-youtube:before  { background: #CD201F; }
a#icon-youtube:before { content:"b";}

a#icon-google, #new-social.include-name a#icon-google:before   { background: #CC3732; }
a#icon-google:before { content:"e";}

a#icon-rss, #new-social.include-name a#icon-rss:before { background: #FF5700; }
a#icon-rss:before { content:"f";}

#new-social.include-name a { width:100%; background:none; color:inherit; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; text-align: left; height: auto; margin: 0 0 1em; font-size: 13px; position: relative; top: -2px;}
#new-social.include-name a:before { width: 32px; height: 32px; background: #ABB3C1; line-height: 32px; padding:0; color:#FFF; display:inline-block; text-align: center; margin-right: 0.4em; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; position: relative; top: 4px; font-size: 16px;}

/* Get In Touch Modal */
.git-modal-wrapper { position: fixed; bottom: 100px; width:100%; z-index: 2;}

#git-modal *, #git-modal *:after, #git-modal *:before, a[id^="icon-"], .ninja-forms-form-wrap input[type="submit"], .ninja-forms-form-wrap button[type="submit"] { transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; }
#git-modal { position: relative; z-index: 9999999999; font-family: arial, helvetica,sans-serif; width: 1020px; margin: 0px auto; padding: 0; height: 0px; overflow: visible;}

#git-modal .m-content { position: absolute; bottom: 134px; z-index:2; width: 290px; right: -62px; background: rgba(255, 255, 255, 0.9); background: #FFF; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; box-shadow: 0px 3px 30px rgba(113, 117, 126, 0.44); -moz-box-shadow: 0px 3px 30px rgba(113, 117, 126, 0.44); -webkit-box-shadow: 0px 3px 80px rgba(113, 117, 126, 0.51); -o-box-shadow: 0px 3px 30px rgba(113, 117, 126, 0.44); color: #626670; border: 3px solid #FFF; border: 1px solid #BBB; display: none;}
#git-modal .m-content .m-header { padding: 0 2em; background: #F8F9FC; background: #F3F5F8; background: #D5DAE4; border-radius: 2px 2px 0 0; -webkit-border-radius: 2px 2px 0 0; -moz-border-radius: 2px 2px 0 0;}
#git-modal .m-content .m-header h4 { margin:0.8em 0; font-size: 24px; color: #30343E; color: #626670; font-weight: normal;}
#git-modal .m-content .m-body { padding: 1em 1.5em 1.5em; font-size:16px; border: none; border-right: none; border-left: none;}

#git-modal .m-content:after, #git-modal .m-content:before { content: ""; position:absolute; right: 35px; border: 8px solid rgba(0, 0, 0, 0); border-top-color: #D5DAE4; bottom:-16px; }
#git-modal .m-content:before { bottom: -18px; right: 34px; border: 9px solid rgba(0, 0, 0, 0); border-top-color: #BBB; }

#git-modal .actions li { padding: 0.4em 0 0.5em 0;}
#git-modal .actions li:before { content:"o"; color: #AAB0BD; color: #545A69; font-family:"all-social" ; position: relative; padding-right: 10px; top: 4px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 21px;}
#git-modal .actions li.phone:before { content: "r";}
#git-modal .actions li.visit:before { content: "C"; }

#git-modal .m-content .m-footer { text-align:center; font-size: 13px; line-height: 1.4em; background: #F3F5F8; background: #E9ECF1; background: #D5DAE4; padding: 0.5em 0.5em; border-radius: 0px 0px 2px 2px; -webkit-border-radius: 0px 0px 2px 2px; -moz-border-radius: 0px 0px 2px 2px;}
#git-modal .m-content > .action-close { padding:10px 0; text-align:center; width:30px; height:30px; display:block; position:absolute; top:0px; right:0px; font-size:14px; color: rgba(0, 0, 0, 0.18); text-decoration: none !important;}
#git-modal .m-content > .action-close:before { content:"p"; font-family:"all-social"; position:relative; right:-1px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
#git-modal .m-content > .action-close:hover { color: rgba(0, 0, 0, 0.33); }

#git-modal .trigger { position:relative; z-index:1; text-align:center; color: #626670; color: rgba(255, 255, 255, 0.78); background: #394054; color: #626872; background: #D0D5DE; width: 50px; height: 50px; display:block; border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 100px; /* box-shadow: inset 0px 4px 12px rgba(255, 255, 255, 0.62), 0px 2px 2px rgba(102, 102, 102, 0.1); */ padding: 12px; text-decoration: none !Important; text-transform: none !important; border: 2px solid rgba(31, 31, 31, 0.24); border: none; outline: none !important; float: right; position: absolute; right: -64px; bottom: 50px; background: rgba(0, 0, 0, 0) url(../img/bg_images.png) repeat-x 0 -932px; border: 1px solid #D0D5DE; text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8); width: 90px; height: 38px; line-height: 1em; -ms-transform: rotate(90deg); /* IE 9 */     -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */     transform: rotate(90deg); border-bottom: none; letter-spacing: 0.3px; background: #E9ECF1; /* Old browsers */  background: -moz-linear-gradient(left,  rgba(233,236,241,1) 0%, rgba(216,220,230,1) 100%); /* FF3.6+ */  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(233,236,241,1)), color-stop(100%,rgba(216,220,230,1))); /* Chrome,Safari4+ */  background: -webkit-linear-gradient(left,  rgba(233,236,241,1) 0%,rgba(216,220,230,1) 100%); /* Chrome10+,Safari5.1+ */  background: -o-linear-gradient(left,  rgba(233,236,241,1) 0%,rgba(216,220,230,1) 100%); /* Opera 11.10+ */  background: -ms-linear-gradient(left,  rgba(233,236,241,1) 0%,rgba(216,220,230,1) 100%); /* IE10+ */  background: linear-gradient(to right,  rgba(233,236,241,1) 0%,rgba(216,220,230,1) 100%); /* W3C */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9ecf1', endColorstr='#d8dce6',GradientType=1 ); /* IE6-9 */;}
#git-modal .trigger:before { display:none; content: "o"; font-family: "all-social"; font-size: 24px; position: relative; top: -1px; left: -1px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
#git-modal .trigger span { font-size: 14px; font-weight:bold; }
#git-modal .trigger:hover, #git-modal.open .trigger { /* box-shadow: inset 0px -10px 20px rgba(100, 160, 234, 0.71); */ /* -webkit-box-shadow: inset 0px 0px 40px rgba(100, 160, 234, 0.71); */ -moz-box-shadow: inset 0px -10px 20px rgba(100, 160, 234, 0.71); color: #484D54;}
#git-modal .trigger:after { position:absolute; width: 300px; bottom:0px; height:20px; content:''; display:block; left: -100px; background: url(../img/btn-shadow.png) bottom center no-repeat; pointer-events: none; opacity: 0.5; background-size: 210px;}

#git-modal .overlay.action-close { position:fixed; top:0px; left:0px; background: none; width:100%; height:100%; background: none; display: none;}
#git-modal.open .overlay.action-close { display:block; }

/*

#git-modal.bottom .trigger { bottom:150px; }
#git-modal.bottom .m-content { bottom:232px; }

*/

/* New Side Banner Style */
/* 

#git-modal .trigger:before { display:none; }
#git-modal .trigger { width: auto; padding: 0.4em 1em; height: auto; font-size: 16px; transform: rotate(-90deg); -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); bottom: 50px; color: #626670 !important;}
#git-modal .trigger span { text-indent:0px;  right: auto; opacity: 1; position: relative;}
#git-modal .m-content { bottom: 128px; right: -71px;}

*/

:focus {outline:none;}
::-moz-focus-inner {border:0;}

/* Hide Nav Item */
#post-id-1039 { display:none !Important; }

/* New Banner */
#page-banner { position:relative; overflow: hidden; border-radius: 6px; margin: 0.5em 0 2em 0; background: url(../img/EAV.png) repeat-x left bottom; color: #30343E; width: 100%;}
#page-banner .banner-inner { position:absolute; padding: 30px 50px; top: 0; left: 0;}
#page-banner .banner-content { width: 440px; padding:0 0 2em; }
.banner-content > * { margin:0 0 0.4em; padding:0; color: inherit; line-height: 1.5em;}
.banner-content h1 { font-size: 3em; line-height: 1.1em;}
.banner-content h2 { font-size: 3em; line-height: 1.2em; font-weight: 700;}
.banner-content h3 { font-size:2em; line-height: 1.1em; }
.banner-content h4 { font-size:1.2em; line-height: 1.1em; }
.banner-content p { font-size: 18px; line-height: 1.3em;}

#page-banner.has-bkgd { background-position:top center; background-repeat: no-repeat; border-radius: 0; background-size: auto 100%; margin: 0;}
#page-banner.has-bkgd .banner-inner { left: auto; top: auto; width: 100%; max-width: 960px; height:100%; margin: 0px auto; position:relative; }

/* New Buttons */
a.bigButton, a.bigButton *, a.bigButton *:after, a.bigButton *:before, .ninja-forms-form-wrap input[type="submit"], .ninja-forms-form-wrap button[type="submit"] { transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out;  }
a.bigButton, a.medButton, a.smlButton, .ninja-forms-form-wrap input[type="submit"], .ninja-forms-form-wrap button[type="submit"] { margin: 5px 10px 5px 0px; padding: 0.6em 1em; border-radius: 4px; position:relative; box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.3); -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.3); text-decoration: none; display: inline-block; font: 19px Segoe UI,Arial,Helvetica,sans-serif; color: #FFF; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08); text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: none; outline: none;}
a.bigButton span { position:absolute; width:120%; z-index:9; font-size:12px; top:50px; text-align:center; left:-10%; }

a.bigButton { font-size: 19px; padding: 11px 17px 13px; line-height: 19px;}
a.medButton { font-size:19px; line-height:19px; padding: 8px 15px 10px;}
a.smlButton { font-size: 12px; }

/* Small Buttons New Styles */
form#chooseProductForm input#submit, .productSnip .buyNow, .productSnip .greyLink, #sideBar a.bigLink, 
#cforms2form input.sendbutton, #filters a, .smallLink, .ninja-forms-form-wrap input[type="submit"], .ninja-forms-form-wrap button[type="submit"] { 

text-decoration:none !important; 
box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.2); 
-moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.2); 
-webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 3px rgba(0, 0, 0, 0.2); 

}



/* Gradients */
.bigButton, .medButton, .smlButton, .ninja-forms-form-wrap input[type="submit"], .button-grey .ninja-forms-form-wrap input[type="submit"] {

background: rgb(168,170,179); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(168,170,179) 0%, rgb(144,146,157) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(168,170,179)), color-stop(100%,rgb(144,146,157))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(168,170,179) 0%,rgb(144,146,157) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(168,170,179) 0%,rgb(144,146,157) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(168,170,179) 0%,rgb(144,146,157) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(168,170,179) 0%,rgb(144,146,157) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8aab3', endColorstr='#90929d',GradientType=0 ); /* IE6-9 */

}
.bigButton:hover, .bigButton:hover, .medButton:hover, .smlButton:hover, .button-grey .ninja-forms-form-wrap input[type="submit"]:hover {
    
background: rgb(189,191,201); /* Old browsers */  
background: -moz-linear-gradient(top,  rgb(189,191,201) 0%, rgb(144,146,157) 100%); /* FF3.6+ */  
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(189,191,201)), color-stop(100%,rgb(144,146,157))); /* Chrome,Safari4+ */  
background: -webkit-linear-gradient(top,  rgb(189,191,201) 0%,rgb(144,146,157) 100%); /* Chrome10+,Safari5.1+ */  
background: -o-linear-gradient(top,  rgb(189,191,201) 0%,rgb(144,146,157) 100%); /* Opera 11.10+ */  
background: -ms-linear-gradient(top,  rgb(189,191,201) 0%,rgb(144,146,157) 100%); /* IE10+ */  
background: linear-gradient(to bottom,  rgb(189,191,201) 0%,rgb(144,146,157) 100%); /* W3C */  
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbfc9', endColorstr='#90929d',GradientType=0 ); /* IE6-9 */;

}
.greenButton, .button-green .ninja-forms-form-wrap input[type="submit"], .button-green .ninja-forms-form-wrap button[type="submit"] {
    
background: rgb(103,176,34); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(103,176,34,1) 0%, rgba(50,147,30,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(103,176,34,1)), color-stop(100%,rgba(50,147,30,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(103,176,34,1) 0%,rgba(50,147,30,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(103,176,34,1) 0%,rgba(50,147,30,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(103,176,34,1) 0%,rgba(50,147,30,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(103,176,34,1) 0%,rgba(50,147,30,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67b022', endColorstr='#32931e',GradientType=0 ); /* IE6-9 */

}
.greenButton:hover, .button-green .ninja-forms-form-wrap input[type="submit"]:hover, .button-green .ninja-forms-form-wrap button[type="submit"]:hover {
    
background: rgb(112,196,39); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(112,196,39) 0%, rgb(50,147,30) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(112,196,39)), color-stop(100%,rgb(50,147,30))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(112,196,39) 0%,rgb(50,147,30) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(112,196,39) 0%,rgb(50,147,30) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(112,196,39) 0%,rgb(50,147,30) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(112,196,39) 0%,rgb(50,147,30) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70c427', endColorstr='#32931e',GradientType=0 ); /* IE6-9 */

}

.dark-greenButton, .ninja-forms-form-wrap input[type="submit"], .ninja-forms-form-wrap button[type="submit"] {

background: #009498; /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,148,152,1) 0%, rgba(1,88,96,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,148,152,1)), color-stop(100%,rgba(1,88,96,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,148,152,1) 0%,rgba(1,88,96,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,148,152,1) 0%,rgba(1,88,96,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,148,152,1) 0%,rgba(1,88,96,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,148,152,1) 0%,rgba(1,88,96,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009498', endColorstr='#015860',GradientType=0 ); /* IE6-9 */

}

.dark-greenButton:hover, .ninja-forms-form-wrap input[type="submit"]:hover, .ninja-forms-form-wrap button[type="submit"]:hover {

background: rgb(6,173,178); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(6,173,178,1) 0%, rgba(1,79,82,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,173,178,1)), color-stop(100%,rgba(1,79,82,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(6,173,178,1) 0%,rgba(1,79,82,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(6,173,178,1) 0%,rgba(1,79,82,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(6,173,178,1) 0%,rgba(1,79,82,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(6,173,178,1) 0%,rgba(1,79,82,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06adb2', endColorstr='#014f52',GradientType=0 ); /* IE6-9 */

}

.blueButton, .button-blue input[type="submit"] { 

background: rgb(39,124,183); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(39,124,183) 0%, rgb(39,99,148) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(39,124,183)), color-stop(100%,rgb(39,99,148))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(39,124,183) 0%,rgb(39,99,148) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(39,124,183) 0%,rgb(39,99,148) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(39,124,183) 0%,rgb(39,99,148) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(39,124,183) 0%,rgb(39,99,148) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#277cb7', endColorstr='#276394',GradientType=0 ); /* IE6-9 */

}

.blueButton:hover, .button-blue input[type="submit"]:hover { 

background: rgb(55,141,206); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(55,141,206) 0%, rgb(39,99,148) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(55,141,206)), color-stop(100%,rgb(39,99,148))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(55,141,206) 0%,rgb(39,99,148) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(55,141,206) 0%,rgb(39,99,148) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(55,141,206) 0%,rgb(39,99,148) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(55,141,206) 0%,rgb(39,99,148) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#378dce', endColorstr='#276394',GradientType=0 ); /* IE6-9 */

}

.light-blueButton, .button-light-blue input[type="submit"] {

background: rgb(95,161,252); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(95,161,252) 0%, rgb(38,129,250) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(95,161,252)), color-stop(100%,rgb(38,129,250))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(95,161,252) 0%,rgb(38,129,250) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(95,161,252) 0%,rgb(38,129,250) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(95,161,252) 0%,rgb(38,129,250) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(95,161,252) 0%,rgb(38,129,250) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fa1fc', endColorstr='#2681fa',GradientType=0 ); /* IE6-9 */

}
.light-blueButton:hover, .button-light-blue input[type="submit"]:hover {

background: rgb(130,192,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(130,192,255) 0%, rgb(38,129,250) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(130,192,255)), color-stop(100%,rgb(38,129,250))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(130,192,255) 0%,rgb(38,129,250) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(130,192,255) 0%,rgb(38,129,250) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(130,192,255) 0%,rgb(38,129,250) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(130,192,255) 0%,rgb(38,129,250) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c0ff', endColorstr='#2681fa',GradientType=0 ); /* IE6-9 */

}

/* New Layer Styles */
.page-layers { color: #434A53; line-height: 1.5em; font-size: 14px; font-family: arial, helvetica, sans-serif; font-weight:normal; padding: 0 0 2em;}
.page-layers h2, .page-layers h3 { color: #2B343F; margin-bottom: 0.6em; line-height: 1.3em;}
.page-layers h2 {  font-size: 28px;  line-height: 1.2em;}
.page-layers p a { }

.layer { width:100%; clear:both; border: 2px solid #DEE1E5; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; margin: 0 0 2em; position: relative; overflow: hidden; background: #FFF center center no-repeat; background-size: cover;}
.layer[style*="border-color"]{ box-shadow: 0px 4px rgba(239, 239, 239, 0.23); -webkit-box-shadow: 0px 4px rgba(239, 239, 239, 0.23); -moz-box-shadow: 0px 4px rgba(239, 239, 239, 0.23); }
.layer[style*="border-color:transparent"]{ box-shadow:none !important; margin: 0 0 2em;}

.layer[style*="background-color:#"]{ margin-bottom:2em; }
.layer[style*="border-color:transparent"]{ border: none; padding: 2px; }

.layer .title { z-index:2; position:absolute; background: #DEE1E5; padding: 4em 3em 0.5em; color: rgba(0, 0, 0, 0.27); color: #FFF; text-transform:uppercase; text-align: center; letter-spacing: 1px; font-size: 12px; right: 0px; top: 0px; border-radius: 0 0 0 6px; -webkit-border-radius: 0 0 0 6px; -moz-border-radius: 0 0 0 6px; width: 300px; transform: rotate(42deg); -ms-transform: rotate(42deg); -webkit-transform: rotate(42deg); top: -20px; right: -130px; font-family: arial, helvetica,sans-serif; font-weight: bold; /* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08); */}
.layer .inner { padding: 2em 4em; margin: 0 -1em;}



.layer[style*="border-color:transparent"][style*="background-color:transparent"] .inner,
.layer.l-video[style*="border-color:transparent"] .inner, 
.layer.l-specs[style*="border-color:transparent"] .inner,
.layer.l-testimonials[style*="border-color:transparent"] .inner 
{ padding-bottom: 0; padding-top: 0;}


/* IE inline styling inner fix */
.layer[style*="transparent"] .inner{padding-bottom: 0; padding-top: 2px;}


.layer:first-child .inner { }
.layer .content { padding-right: 1em; }

.layer.l-image .inner { padding-right:0; }
.layer.l-image .image { text-align:right; padding-right: 1em;}
.layer.l-image:nth-child(odd) .content { float:right; padding-left: 1em; padding-right: 0;}
.layer.l-image:nth-child(odd) .image, .layer.l-image:nth-child(odd) .video { padding-left:0; }
.layer.l-image:nth-child(odd) .inner { padding-left:0px; padding-right:3em; }
.layer.l-image:nth-child(odd) .image { text-align:left; padding: 0 0 0 1em;}
.layer .image { text-align:center; }
.layer .image img { max-width:100%; height:auto; display:inline-block; }

.wysiwyg { font-size:1em; }
.wysiwyg table { width:100%; margin:0 0 1em; }
.wysiwyg td { padding: 0.5em 1.25em 1em; vertical-align: top; width: 50%;}
.wysiwyg td:first-child { padding-left:0px; }
.wysiwyg td:last-child { padding-right:0px; }
.wysiwyg p { margin: 0 0 0.8em; }

a.arrow-link { position:relative; margin-right: 0.9em; display: inline-block; line-height: 1em;}
a.arrow-link:after { content:""; display:block; position:absolute; right: -15px; border: 4px solid rgba(0, 0, 0, 0); border-left: 5px solid #AEB3BA; top: 3px;   }
h2 a.arrow-link:after { top: 10px; border: 5px solid rgba(0, 0, 0, 0); border-left: 7px solid #AEB3BA; right: -22px;}
h3 a.arrow-link:after { top: 5px; right:-1em; }
h4 a.arrow-link:after { right:-1.1em; top: 5px;}
h5 a.arrow-link:after { right:-1.2em; }
p a.arrow-link:after  { right:-1.2em;}
 
.wysiwyg ul { list-style: disc; list-style-position: inside; list-style:none;}
.wysiwyg li { padding: 0 0 0.4em;}
.wysiwyg h4 { margin:0 0 0.8em; font-size: 1.1em;}
.wysiwyg ul li:before { content:"•"; padding-right: 0.6em; position: relative; top: 1px; color: #D0D2D6; }
.wysiwyg { padding-top:0.5em; }
.wysiwyg h3 { margin:0 0 1em; }

/* Video */
.l-video .content { padding-right:1.5em; padding-top: 2em;}
.l-video .wysiwyg td { width:auto; padding-bottom: 0;}
.l-video .video { padding-left: 22px; text-align:center; }
.l-video .wysiwyg ul { list-style:none; }
.layer.l-video .inner { padding-bottom:2em; }
.layer .video { padding-top: 2.5em; }
.layer .video iframe { display:inline-block; box-shadow: 0px -4px 40px rgba(146, 157, 172, 0.32); -moz-box-shadow: 0px -4px 40px rgba(146, 157, 172, 0.32); -webkit-box-shadow: 0px -4px 40px rgba(146, 157, 172, 0.32); z-index: 9;}

/* Bullets */
ul[class*="-bullets"] li:before { content:"s"; padding-right:0.5em; margin-left:-2px; font-family:"all-social"; color: #E9ECF1; color: #91A1B3;  font-size: 12px; position: relative; top: 1px; }
ul.green-bullets li:before { color: #71C144; }
ul.orange-bullets li:before { color: #F49A24; }

/* HR */
.page-break { display:block; width:100%; clear:both; text-align:center; padding: 35px; margin: 30px 0 50px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; position: relative; background: #e6eff4; font-size: 22px; font-weight: bold; color: #39464e;}
.page-break > * { margin: 0 !Important; padding: 0 !Important; }
.page-break span, .page-break .nip { width: 30px; height: 30px; display:block; position:absolute; bottom: -29px; left:50%;  overflow: hidden; color: transparent; text-indent: -1000px; margin: 0 0 0 -15px !important; border: 15px solid #e6eff4; border-bottom-color: rgba(0, 0, 0, 0) !important; border-left-color: rgba(0, 0, 0, 0) !important; border-right-color: rgba(0, 0, 0, 0) !important;}
.page-break:first-child { margin-top:0.5em; }

/* CTA */
.layer.l-cta .content { padding: 3.2em 1em 3.5em; text-align:center; }
.layer.l-cta { border: none; background-color: #C4C9CF; margin-top: 1em;}
.layer.l-cta a.bigButton { margin: 0 8px 0; }
.layer.l-cta .title { background: rgba(0, 0, 0, 0.42); color: #FFF; font-weight: normal; font-size: 11px; padding-bottom: 0.8em;}
.layer.l-cta .inner { padding:2em 1em; }
 

/* Testimonials */
.l-testimonials { }
.l-testimonials .inner { padding-bottom: 1em; padding-top: 1em;}
.l-testimonials blockquote { position:relative; padding: 0 1em 0 5em; margin: 0;}
.l-testimonials blockquote p { font-style:italic; margin: 0 0 1em; padding: 0.2em 0 0;}
.l-testimonials blockquote .img { overflow:hidden; text-align:center; display:block; width: 50px; height:50px; position:absolute; top: 4px; left: 4px; color: #91A1B3; border-radius: 6px;} 
.l-testimonials blockquote .img img { position:absolute; left:0px; border-radius:6px; overflow:hidden; }
.l-testimonials blockquote .img:before { content:"w"; font-family:"all-social"; font-size: 24px; line-height: 1em; float: right;}
.l-testimonials blockquote em { font-size:12px; color: #AEB3BA; }
.l-testimonials .content:nth-child(2n) { padding:0 0 0 1em; }

/* Specifications */
.l-specs {}
.l-specs .inner > h2 { text-align:center; margin: 1em 0 1.5em;}
.l-specs .inner .col-1-3 { padding: 0 1em 1em; float: left;}
.l-specs h3 { margin: 0.1em 0 0.8em; font-size: 1.3em;}
.l-specs p { }
.l-specs .wysiwyg li { padding:0; }
.l-specs .wysiwyg ul { list-style:none; }

.l-specs td { padding: 0 1em; }
.l-specs td { width:33.33%; }
.l-specs td:first-child, .l-specs td:last-child { }
.l-specs.layer:nth-child(even) .content { padding-left:0; }
.l-specs .content { padding: 0 0 0.5em; }

/* New Button Table */
#button-table { margin: 0 0 1em!important; width: 100%;}
#button-table tr { padding:1em 0; display:block; clear: both;}
#button-table td { border:none; padding:0 !important; width: 20%; float: left;}

/* Ninja Form Styling */ 
#contactForm .ninja-forms-form-wrap label { font-weight:normal; line-height: 1.5em; padding-bottom: 11px; color: #626670; font-family: Segoe UI, Arial, Helvetica, sans-serif; margin-top: 0px; width: 90px; display: inline-block; text-align: right; vertical-align: top;}
#contactForm .ninja-forms-form-wrap input[type="text"], #contactForm .ninja-forms-form-wrap textarea { border: 1px solid #BBB; outline: none; width: 300px; padding: 0.4em;}
#contactForm .ninja-forms-form-wrap textarea { height: 100px; max-width:300px; max-height:300px; }
#contactForm .ninja-forms-form-wrap select { border: 1px solid #A0A0A0; outline: none; border-radius:0; padding: 3px; outline:none; }

#contactForm .ninja-forms-field-error { display:block; padding:0 0 0 104px; float: left; width: 100%; font-size:11px; color: #EA4046;}
#contactForm .input-counter { padding:0 0 5px 104px; font-size:11px; display:block; color:#AAA; }
#contactForm .ninja-forms-field-error p { margin:0;}
#contactForm .field-wrap { margin-bottom:10px; }

#contactForm .ninja-forms-form-wrap input[type="submit"]{ float:right; margin: 0 8px;}
#contactForm .ninja-forms-response-msg { max-width:100%; }

.ninja-forms-response-msg { color:#FFF; margin:2em 0; border-radius: 6px;font-size: 12px;  background: rgba(43, 183, 154, 1); background: #009498; max-width: 380px;}
.ninja-forms-error-msg { padding: 1em; background: #EA4046; }
.ninja-forms-success-msg { padding: 1em; }
.ninja-forms-response-msg p { margin: 0 !important; color: #FFF !important; padding: 0 !important;}

input:not([type="submit"]):focus, textarea:focus, select:focus { outline: 0 !important; outline: thin dotted \9; border: 1px solid #129FEA !important; } 

/* Ninja Form Styling */ 
.ninja-forms-form-wrap label:hover { cursor:default; }
.contentPage .ninja-forms-form-wrap label { font-weight:normal; line-height: 1.3em; padding-bottom: 3px; color: #626670; font-family: Segoe UI, Arial, Helvetica, sans-serif; margin-top: 0px; display: inline-block; text-align: left; vertical-align: top; margin: 0; font-size: 14px; width: 100%;}
.contentPage .ninja-forms-form-wrap input[type="text"], .contentPage .ninja-forms-form-wrap textarea { border: 1px solid #BBB; outline: none; padding: 0.4em; margin-left: 0 !important; max-width: 100%; width: 100%; border-radius: 4px;}

.contentPage .ninja-forms-form-wrap .label-left input, .contentPage .ninja-forms-form-wrap .label-left textarea, .contentPage .ninja-forms-form-wrap .label-left select { max-width: 420px; float: left;}

.contentPage .ninja-forms-form-wrap textarea { height: 100px; max-height:300px; width: 100%;}
.contentPage .ninja-forms-form-wrap select { border: 1px solid #A0A0A0; outline: none; border-radius:0; padding: 3px; outline:none; margin: 0 !important;}
.contentPage .ninja-forms-form-wrap .ninja-forms-help-text { width:14px; height:14px; margin:0; position:relative; top:2px; margin-left:2px; }

.contentPage .ninja-forms-field-error { display:block; padding: 5px 0 0 0; margin: -2px 0; float: left; width: 100%; font-size:11px; color: #EA4046;}
.contentPage .label-left .ninja-forms-field-error { padding-left:140px; }
.contentPage .input-counter { padding: 0 0 5px; font-size:11px; display:block; color:#AAA; position: absolute; top: 6px; right: 22px;}
.contentPage .ninja-forms-field-error p { margin:0;}
.contentPage .field-wrap { margin-bottom: 12px; padding: 0; float: left; clear: both; width: 100%; position: relative;}
.contentPage .field-wrap.full-wrap { /* max-width:100%; */ }
.contentPage .field-wrap.half-wrap { width:50%; display: block; clear:none; float:left; }
.contentPage .ninja-forms-all-fields-wrap { max-width:670px; width:100%;  }
.contentPage .field-wrap.half-wrap:nth-child(2n+1){ clear:both; }

.contentPage .ninja-forms-response-msg { max-width:100%; margin: 1em 0; }
.contentPage #tabContent .field-wrap li, .contentPage .field-wrap li  { list-style:none !important; margin: 0; padding: 0; clear: both;}/* Dirty */
.contentPage #tabContent .field-wrap li label input, .contentPage .field-wrap li label input { margin: 2px 0.5em 0 0; display: inline-block;}
.contentPage .field-wrap ul { width:100%; clear:both; padding: 0.5em 0 !important; margin:0 !important; text-align:left; }
.contentPage .label-left ul { clear:none; width: auto; float: left; padding: 2px 0 0 !important;}
.contentPage .label-left li { width:100%; clear:both; padding: 0 !important;}
.contentPage .field-wrap.submit-wrap { margin-top: 0; }
.ninja-forms-field-description p { line-height:1.2em !important; margin: 0 !important; padding: 0 !important;}

.ninja-forms-form-wrap button[type="submit"]{ float: right; margin: 0; font-size: 16px; padding: 0.6em 1em; margin-right:10px;}
.ninja-forms-form-wrap .label-left > label { width: 140px; display: inline-block !important; float: left;}

/* New Ninja Form Styling */ 
.form-wrapper { background:#EEF1F4; border:1px solid #D5DAE4; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; margin: 0.5em 0 1em; padding: 1.5em 1em; display: inline-block; width: 100%;}
.form-wrapper.form-center { margin: 0.5em auto 1em; float:none; display: block;}
.form-wrapper, .form-wrapper *, .form-wrapper *:after, .form-wrapper *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.form-wrapper .submit-wrap { padding-left:140px; }
.form-wrapper .ninja-forms-form-wrap { max-width:100%; width: 560px; margin:0 auto; }
.form-wrapper.button-center .ninja-forms-form-wrap input[type="submit"] { float:none; margin:0px auto; }
.form-wrapper.button-center .submit-wrap { text-align:center; }
.form-wrapper.button-fullwidth .ninja-forms-form-wrap input[type="submit"]{ width:100%; } 

.form-wrapper li:before { display:none; }
.form-wrapper .field-wrap.label-left .ninja-forms-field, .form-wrapper .field-wrap.label-left .ninja-forms-star-rating-control { margin-left:0; margin-top: 2px;}

/* BC */
.bc:first-of-type { /* margin-top: 4px; */ /* margin-bottom: 10px; */ }

/* Tab Element */
.tab-element, .tab-element *, .tab-element *:before, .tab-element *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.tab-element { padding: 1em 0; overflow: hidden; margin: 0 auto;}
.tab-element img { max-width:100%; height:auto; }
.tab-element-header { position:relative; text-align:center; font-size:0; margin: 0 auto -1px;}
.tab-element-header:after { content:""; width: 100%; display:block; height:1px; clear:both; border-bottom: 1px solid #C8CDD7;}
.tab-element-header .tab-item { transition:all 0.1s ease-in-out; display:inline-block; border-left: 1px solid #C8CDD7; font-size: 13px;background: #ffffff; position: relative; top: 1px; border-bottom: 1px solid #C8CDD7; vertical-align: bottom; height: inherit;}
.tab-element-header .tab-item .tab-item-inner { padding: 2em 1.5em 1em; }
.tab-item .tab-item-inner img { max-width: 100%; height:auto; }

.tab-item:hover { -webkit-box-shadow: 0px 5px 10px rgba(215, 215, 215, 0.42); z-index:9; -moz-box-shadow: 0px 5px 10px rgba(215, 215, 215, 0.42); box-shadow: 0px 5px 10px rgba(215, 215, 215, 0.42);}
.tab-item .tab-item-inner:before { content:""; width:100%; display:block; background:#FFF; height: 36px; position:absolute; top: -30px; left:0; pointer-events: none;}

.tab-element-header .tab-item:hover { cursor:pointer; background:#FFF; }
.tab-element-header .tab-item:before, .tab-element-header .tab-item:last-child:after , .tab-element-header .tab-item.last-child:after { content:""; position:absolute; width:1px; height: 50px; background: url(../img/tab-element-fade.png) top center repeat-x; display:block; top:0; left:-1px; z-index: 9; pointer-events: none;}
.tab-element-header .tab-item:last-child:after, .tab-element-header .tab-item.last-child:after  { left:auto; right:-1px; }
.tab-element-header .tab-item:last-child, .tab-element-header .tab-item.last-child { border-right:1px solid #D5DAE4;  }
.tab-element-header .tab-item.selected { background:#FFF; top: 1px; border-bottom: 1px solid #FFF; filter: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; z-index: 1;}
.tab-element-header .tab-item.selecteds:after { content:""; position:absolute; width:100%; background:#FFF; height:3px; left:0; bottom:-2px; }
.tab-element-body { margin: 2em 0 1em; clear: both; width: 100%;}
.tab-element-body .tab-content { display:none; }
.tab-element-body .tab-content.open { display:block; }

/* Gradient */
.tab-gradient, .tab-element-header .tab-item { background: #F4F4F4;   background: -moz-linear-gradient(top, #fff 0%, #F4F4F4 100%);   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#F4F4F4));   background: -webkit-linear-gradient(top, #FFF 0%,#F4F4F4 100%);   background: -o-linear-gradient(top, #fff 0%,#F4F4F4 100%);   background: -ms-linear-gradient(top, #fff 0%,#F4F4F4 100%);   background: linear-gradient(to bottom, #FFF 0%,#F4F4F4 100%);   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F4F4F4',GradientType=0 );}
/* .tab-gradient, .tab-element-header .tab-item { background: #F4F4F4;   background: -moz-linear-gradient(top, #fff 0%, #F4F4F4 100%);   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#F4F4F4));   background: -webkit-linear-gradient(top, #FFF 0%,#F4F4F4 100%);   background: -o-linear-gradient(top, #fff 0%,#F4F4F4 100%);   background: -ms-linear-gradient(top, #fff 0%,#F4F4F4 100%);   background: linear-gradient(to bottom, #FFF 0%,#F4F4F4 100%);   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F4F4F4',GradientType=0 );} 8/

/* Arrows */
.tab-arrows .tab-element-header .tab-item {}
.tab-arrows .tab-element-header .tab-item.selected { top: 1px; border-bottom: 1px solid #C8CDD7; }
.tab-arrows .tab-element-header .tab-item.selected:after { content:""; position:absolute;  }
.tab-arrows .tab-element-header .tab-item.selected .tab-item-inner:after { content:""; position:absolute; bottom: -11px; left:50%; margin: 0 -13px 0; background: url(../img/tab-nip-white.png) center top no-repeat; display:block; width: 26px; height: 11px; z-index:7; }
.tab-arrows .tab-element-body { margin-top:2em; }

/* Text Only */
.text-only .tab-element-header .tab-item .tab-item-inner * { margin:0 !important }

/* Slider Element */
.slider-element, .slider-element *, .slider-element *:before, .slider-element *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.flex-viewport {}
.flex-control-nav { list-style:none !important; text-align:center; font-size:0;  margin: 0 !important; position: absolute; width: 100%; left: 0; bottom: -37px;}
.flex-control-nav:after { content:''; display:block; clear:both; width:100%; height:0px; }
.flex-control-nav li { position:relative; display:inline-block; list-style:none !important; -webkit-border-radius:100px; -moz-border-radius:100px; border-radius:100px; margin: 0 !important; overflow: hidden;}
.flex-control-nav li a { display: inline-block; width: 30px; height: 40px; position: relative; z-index: 99;}
.flex-control-nav li a:before { content:""; -webkit-transition:0.2s all ease-in-out; -moz-transition:0.2s all ease-in-out; transition:0.2s all ease-in-out; font-size:0; width: 20px; position: absolute; height: 6px; top: 50%; left: 50%; margin: -3px 0 0 -10px; background: rgba(0, 0, 0, 0.15); -webkit-border-radius: 100px;   -moz-border-radius: 100px;   border-radius: 100px;}
.flex-control-nav li a:hover { cursor:pointer; }
.flex-control-nav li a:hover:before { background: rgba(0, 0, 0, 0.25); }
.flex-control-nav li a.flex-active:before { background: rgba(0, 0, 0, 0.3); }
.flex-control-nav li:first-child a, .flex-control-nav li:last-child a { width: 36px; }
.flex-control-nav li:first-child a:before  { margin-left: -6px; }
.flex-control-nav li:last-child a:before  { margin-left: -14px; }

.flex-direction-nav { margin: 0; padding: 0;}
.flex-direction-nav li, #tabContent .flex-direction-nav li { list-style: none !important; height: 0px; margin: 0;}
.flex-direction-nav li a { opacity:0.5; -webkit-transition:0.2s all ease-in-out; -moz-transition:0.2s all ease-in-out; transition:0.2s all ease-in-out; outline:none; position:absolute; top:0; left: -20px;   background: url(../img/slider-arrows.png) center left no-repeat; width:100%; height:100%; text-indent:-9000px; overflow:hidden; width: 40px;   }
.flex-direction-nav li a:hover { opacity:1; }
.flex-direction-nav li a.flex-next { right: -20px; left:auto; background-position:right center; z-index: 9;}

.flex-disabled { display:none; }

.slider-element { padding: 0 20px; max-width:100%; margin:20px auto 40px; position: relative;}
.slider-element img { max-width:100%; height:auto; }
.slide-item { display:none; position: relative;}/* Hide everyone while page loads */
.slide-item:after, .slide-item:before { content:""; display:table; width:100%; clear:both; }
.slide-item:first-child { display:block; }

.slider-element.navigation-inside { padding:0; }
.slider-element.navigation-inside .flex-direction-nav li { opacity:0; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; }
.slider-element.navigation-inside:hover .flex-direction-nav li { opacity:1; }
.slider-element.navigation-inside .flex-direction-nav li a.flex-prev { left:0; }
.slider-element.navigation-inside .flex-direction-nav li a.flex-next { right:0; }
.slider-element.navigation-inside .flex-control-nav { bottom:14px; }
.slider-element.navigation-inside .flex-direction-nav li a:hover { }

.slider-element.navigation-white .flex-direction-nav li a { background-image: url(../img/slider-arrows-white.png); }
.slider-element.navigation-white .flex-control-nav li a:before { background: rgba(255, 255, 255, 0.5); }
.slider-element.navigation-white .flex-control-nav li a:hover:before { background:#FFF; }
.slider-element.navigation-white .flex-control-nav li a.flex-active:before { background: rgba(255, 255, 255, 0.9); }

.slider-element.size-1100 { width: 1120px; max-width: 1120px; position:relative; left: -80px; padding: 0; margin: -25px 0 -30px 0;}
.slider-element.size-1100 .flex-direction-nav li a.flex-prev { left:20px; }
.slider-element.size-1100 .flex-direction-nav li a.flex-next { right:20px; }

/* New Fullwidth Layers */
.full-width-layer-wrapper { padding-bottom: 18px; }
.full-width-layer { position: relative;}
.full-width-layer .inner { width:960px; margin:0 auto; padding: 25px 30px; }
.full-width-layer.breadcrumbs .inner { padding:0; }
.full-width-layer img { max-width:100%; height:auto; padding: 0;}

.homepage-content .full-width-layer .inner {}
.homepage-content .full-width-layer:first-child[style="background-color:#ffffff"] .inner { padding-top: 0; margin-top: -1.4em;}

.layer-arrow { padding:0; width:0px; height:0px; border: 18px solid rgba(0, 0, 0, 0); position:absolute; bottom: -35px; left: 50%; margin: 0 0 0 -18px; z-index: 2;}
.header-top { width: 960px; padding: 0 30px; margin:0 auto; position:relative; }

/* New Fullwidth Layout Changes */

body #header.inner960 { width:100%; }
body #header ul#mainNav { background:none; border-radius:0px; position: relative; top: auto; margin: 0 auto; width: 1000px; padding: 0 10px; z-index: 2;}
body .header-bottom { background:rgba(0, 0, 0, 0) url(../img/bg_images.png) repeat-x 0 -932px; height: 59px; margin: 20px 0 0;}
body{ background:#FFF; color: #000000; line-height:1.5; font-size:14px }
body #sub-footer { width:100%; }
body #sub-footer .inner { width:960px; margin:0px auto; }

body .bc { position:relative; margin:0; padding: 3px 0 0 0; height: 23px;}
body .bc a { line-height: 18px; height: 23px; float: left;}
body .bc:before { content:""; width: 100%; position:absolute; display:block; bottom: 0; border-bottom:1px solid #EEE; left: 0;}
body .bc:after { content:""; display:table; clear:both; height:1px; width:100%; }
body .full-width-layer:last-child .bc:before, body #mainContent .bc:last-of-type:before { top:0; bottom:auto; }
body #mainContent > .bc:last-of-type { margin-bottom:-10px; }

.bc a.scroll-top, body .bc a.scroll-top { display:none; float: right; font-size: 11px; padding-right: 27px; position: relative; text-decoration: none; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; outline: none !important;}
.bc a.scroll-top:after, body .bc a.scroll-top:after { content:"a"; padding: 0; font-family: "eset"; font-size: 13px; position: absolute; width: 20px; height: 20px; background: #EEE; display: block; line-height: 24px; text-align: center; top: 0px; right: 0; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; color: #AAA; border-radius: 1000px;}
.bc a.scroll-top:hover:after, body .bc a.scroll-top:hover:after { color: #555; }
html.over-2000 #mainContent .bc:last-of-type a.scroll-top, html.over-2000 .bc a.scroll-top { display:block; }

body .bc.bottom a.scroll-top { }
body .bc.bottom:before { bottom:auto; top:0; }

.full-width-page-title { width: 960px; margin: 0 auto; padding:0 30px; font-size: 28px; color: #30343E; font-weight: normal; margin-top: 0.3em; margin-bottom: 18px; } 

/* Custom Styles */
#tabContent .custom-style-1, .custom-style-1 {   background-clip: padding-box; border-radius: 0.25em; border: 1px solid;    color: #646464 !important; display: inline; font-size: 75%; font-weight: bold;    line-height: 1 !important; padding: 0.1em 0.4em 0.2em; text-align: center; text-transform: uppercase; vertical-align: baseline; white-space: nowrap; }
#tabContent .h4-style-1, .h4-style-1 { font-size:18px; font-weight: bold; color:#000000; }

/* Contrast hover Tables */
table.contrast-hover td, table.contrast-hover tr { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
table.contrast-hover td.highlight, table.contrast-hover tr.highlight { background: #F4F4F4; background:#E3E3E5; }
table.contrast-hover td.fixed-highlight { background: #F4F4F4; background: #F0F0F2;}
table.contrast-hover tr.highlight td { background:none !important; }
table.contrast-hover tr.highlight td.fixed-highlight { background:#CACACC !important; }
table.contrast-hover td.highlight.fixed-highlight { background:#d8d8d9 !important; }
table.contrast-hover { border-collapse:separate; }

/* Contrast hover Tables */
table.table-style-1 { border-collapse:separate; }

/* Link Wrapper */
.link-overlay, .link-overlay a { position:absolute; display:block; font-size:0; width:100%; height:100%; top:0; left:0; z-index:999; outline: none !important;}
.link-wrapper { position:relative;  }
.link-wrapper:hover a { color:#059; text-decoration:underline; }

/* Tooltip */
.tooltip-icon { display:inline-block; font-family:'eset'; color: #B6B6B6; float:right; outline: none; text-decoration: none !important; position: absolute; top: 50%; right: 10px; line-height: 0; color: transparent; margin: -9px 0 0 0; font-size: 0; text-indent: -9999px; background: url(../img/table_sprites_business.png) no-repeat top center; width: 18px; height: 16px;}
.tooltip-icon:hover { cursor:pointer; }
.tooltip-text { -webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; background: #E3E3E5; display:block; font-size: 11px; line-height: 13px; position: absolute;  width:100%; overflow:hidden; position:absolute; top: 0; left: 100%; z-index: 99999; color: #7D7D7D; opacity: 0; left: -1000%; display: table;   vertical-align: middle; }
.tooltip-inner { display:table-cell; vertical-align:middle; height:100%; padding: 0 8px 0 0;}
.tooltip-container.mouse-over .tooltip-text, .tooltip-container.tooltip-open .tooltip-text { opacity:1; left:100%; }
.tooltip-container.tooltip-open { background:#E3E3E5; }
.tooltip-container { position:relative; overflow: hidden; } 
.tooltip-container td { position:relative; }

/* Hovers */
[class*="hover-bkgd-"] { -webkit-transition: background 0.2s ease-in-out; -moz-transition: background 0.2s ease-in-out; -o-transition: background 0.2s ease-in-out; transition: background 0.2s ease-in-out; }
.hover-bkgd-grey { background:#F5F5F7; }
.hover-bkgd-grey:hover { background:#EAECF0; }
.hover-bkgd-blue { background:rgba(31, 93, 145, 0.72); }
.hover-bkgd-blue:hover { background:#69AFEB; }
.hover-bkgd-white { background: rgba(255, 255, 255, 0.8); }
.hover-bkgd-white:hover { background:#FFF; }

/* Secondary Navigation */
.secondary-navigation { width:100%; clear:both; background: #CED4DD; border-top: 1px solid rgba(0, 0, 0, 0.07);}
.secondary-navigation ul { position:relative; padding: 0; margin:0; text-align: left; width: 984px; margin: 0 auto 0 -19px; }
.secondary-navigation li { display:inline-block; padding: 0;}
.secondary-navigation a { font-size: 13px; color: #40444D; color:#3d4147 !important; padding: 6px 8px 7px; display:block; position:relative; margin: 0 5px;}
.secondary-navigation li.current_page a:before {  content:" "; position:absolute;   border: 6px solid rgba(0, 0, 0, 0); font-size:0px;   border-bottom-color: #FFFFFF; left:50%;   margin-left: -6px; bottom: -1px; }
/* .secondary-navigation ul:before { content:""; position:absolute; display:block; width:100%; height: 93px; left:100%; bottom:0px; } */

.secondary-navigation { background: rgba(227,231,237,1);
background: -moz-linear-gradient(top, rgba(227,231,237,1) 0%, rgba(206,212,221,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(227,231,237,1)), color-stop(100%, rgba(206,212,221,0)));
background: -webkit-linear-gradient(top, rgba(227,231,237,1) 0%, rgba(206,212,221,0) 100%);
background: -o-linear-gradient(top, rgba(227,231,237,1) 0%, rgba(206,212,221,0) 100%);
background: -ms-linear-gradient(top, rgba(227,231,237,1) 0%, rgba(206,212,221,0) 100%);
background: linear-gradient(to bottom, rgba(227,231,237,1) 0%, rgba(206,212,221,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e7ed', endColorstr='#ced4dd', GradientType=0 ); }
.secondary-navigation { background: url(../img/secondary-nav-bkgd-trans.png) top center no-repeat; border: none; overflow: hidden;}

body #header ul#mainNav li.current_page > a { background:none; position:relative; }
body #header ul#mainNav li.current_page > a:after, body #header ul#mainNav li.current_page > a:before { content:" "; position:absolute; border: 8px solid rgba(0, 0, 0, 0); font-size:0px; left:50%; margin-left:-8px; bottom: -1px;  }
body #header ul#mainNav li.current_page > a:before { border:9px solid transparent; margin-left:-9px;  }

body #header ul#mainNav li.current_page > a:after, body #header ul#mainNav li.current_page > a:before { border-bottom-color:#FFF; }
body.has-secondary-nav #header ul#mainNav li.current_page > a:after { border-bottom-color: #E3E7ED; border-bottom-color: #DCE0E8;}
body.has-secondary-nav #header ul#mainNav li.current_page > a:before { border-bottom-color: rgba(191, 195, 203, 1); } 

body #header { height:auto; }
body .header-bottom { height:auto; }
body .header-bottom, .site-header .bottom { background: rgba(227,230,236,1);
background: -moz-linear-gradient(top, rgba(227,230,236,1) 0%, rgba(209,215,225,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(227,230,236,1)), color-stop(100%, rgba(209,215,225,1)));
background: -webkit-linear-gradient(top, rgba(227,230,236,1) 0%, rgba(209,215,225,1) 100%);
background: -o-linear-gradient(top, rgba(227,230,236,1) 0%, rgba(209,215,225,1) 100%);
background: -ms-linear-gradient(top, rgba(227,230,236,1) 0%, rgba(209,215,225,1) 100%);
background: linear-gradient(to bottom, rgba(227,230,236,1) 0%, rgba(209,215,225,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e6ec', endColorstr='#d1d7e1', GradientType=0 );}

.fedra { font-family:"Fedra Sans Display 2 2"; font-style:normal; font-weight:900; font-style:normal; }
h1.fedra { font-size:35px; color:#FFF; }

/* Site Header */
.site-header { position:relative; margin-bottom: 1em;}
.site-header .inner960 { padding: 10px 30px; position: relative; width: 1020px;}

.site-header h1 { margin: 1px 0; padding:0; float: left; line-height: 0;}
.site-header h1 span { font-size:0; text-indent:-9999px; position:absolute; display:block; height:0; width:0; overflow:hidden; }
.site-header h1 img {  }
.site-header .details { float:right; text-align:right; color:#606671; font-size: 13px; line-height: 18px;}
.site-header .details p { margin: 0; font-size:1em; letter-spacing: 0.1px;}
.site-header .details p.phone { font-weight:bold; }
.site-header .details p.phone:before { content:"Call "; font-weight:normal; }
.site-header .details p.phone span { color:#606671; opacity: 0.4; font-size: 12px; position:relative; top: -1.6px;}
.site-header .details a { color: #059; }

.site-header .bottom { }
.site-header .search { position:absolute; right:30px; top: 1.3em; }
.site-header .search form { width: 170px; position: relative;}
.site-header .search input { color:#888; }
.site-header .search input[type="text"]{ border: 1px solid #C8CCD4; height: 25px; width:100%; font-size: 13px; line-height: 13px; padding: 6px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; letter-spacing: 0.4px; font-weight: 100; color: #3d4147;}
.site-header .search input[type="submit"]{ font-family:'eset'; -webkit-appearance:none; border:none; outline:none; background:none; position:absolute; height: 25px;    right: 0; text-align: center; font-size: 13px; top: 0; line-height: 1em; padding: 7px 5px;}
.site-header .search input[type="submit"]:hover { color:#129FEA !important; }

.site-header .bottom { color: #797B81; }
.site-header .bottom a { color: #626872; }
.site-header .bottom .inner960 { padding-top:0; padding-bottom: 0;}

.site-header .main-nav { margin: 0 0 0 -15px; padding:0;}
.site-header .main-nav li { display: inline-block; padding-right: 6px; position: relative;}
.site-header .main-nav li a { display:inline-block; font-size:1.1em; padding: 18px 16px 16px; position:relative; outline: none; text-decoration:none; letter-spacing: 0.5px; font-weight: 600; text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8); color: #626872;}
.site-header .main-nav li a span { position:relative; }
.site-header .main-nav li a span:before { content:""; position:absolute; top: -20px; left:0; width:100%; height: 5px;  background:transparent; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
.site-header .main-nav li:hover a span:before { background: #87cfd3; }
.site-header .main-nav li.current_page a span:before { background: #0096A1; }
.site-header .main-nav li:hover .dropDown { display:block; opacity:0; z-index: -9999;}
.site-header .main-nav li.hover .dropDown { opacity:1; z-index: 99;}

.site-header .main-nav .dropDown { left: 0; margin-top: -1px; padding: 4px 16px 4px; width: 240px; visibility: visible; display: none; z-index: 999999; background: #D8DCE5; background: #EEF1F7; top: 100%; border: 1px solid #C8CCD4; border-top: 1px solid #D8DDE5; border: none; margin: 0; -webkit-transition: opacity 0.3s ease-in-out; -moz-transition: opacity 0.3s ease-in-out; -o-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out;}
.site-header .main-nav .dropDown ul { padding:0; margin:0; }
.site-header .main-nav .dropDown li { padding: 0.6em 0; display: block; border-bottom: 1px solid rgba(0, 0, 0, 0.1); color:  #059;}
.site-header .main-nav .dropDown li:last-child { border:none; }
.site-header .main-nav .dropDown a { padding:0; font-size:14px; font-weight: normal; letter-spacing: 0; color: inherit !important; display: block; width: 100%;}
.site-header .main-nav .dropDown a:hover { text-decoration:underline !important; }
.site-header .main-nav .dropDown a:before { display:none; }

.site-header .secondary-navigation { overflow: visible; border: none; filter: none;}
.site-header .secondary-navigation li { padding: 0 4px; }
.site-header .secondary-navigation:before { content:""; position:absolute; display:block; height:10px; width: 1100px; background: url(../img/secondary-nav-bkgd-trans.png) top center no-repeat; left: -40px;}
.site-header .secondary-navigation a { padding: 7px 15px;  margin: 0; font-size: 13px; text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);}
.site-header .secondary-navigation li.current_page a:before { display:none; }

.site-header .bottom a { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.site-header .bottom li.current_page a, .site-header .bottom a:hover { color:#55585F; color: #3D4147; text-decoration:none;}
.site-header .secondary-navigation li.current_page a {
    font-weight: 600;
 }
.site-header .secondary-navigation a:hover { text-decoration:underline; } 
.page-template-page-default-php .site-header { margin-bottom:0; }

/* Temporary 
.site-header .top .inner960:before  { content:""; background:url(../img/navi-to-mogul.jpg) top left no-repeat; position:absolute; width: 1600px; height: 400px; z-index:9999;top: 0; opacity: 0.3; left: -8px; pointer-events: none;}
*/

/* New Homepage */

body.home .full-width-layer.breadcrumbs { display:none; }

.slider-element.homepage-slider { padding:0; }
.slider-element.homepage-slider .slide-item { position:relative; overflow: hidden;}
.slider-element.homepage-slider .slide-copy { position:absolute; top:0; left:0; padding:2em 3em; z-index: 3;}
.slider-element.homepage-slider .slide-image { overflow:hidden; font-size: 0;}
.slider-element.homepage-slider .slide-image img { max-width:100%; height:auto; }

.slider-element.homepage-slider .slide-copy a.slide-link-overlay { position:absolute; top:0; left:0; width: 500%; height: 300%; z-index:1; min-width: 2000px;}
.slider-element.homepage-slider .slide-copy a { position:relative; z-index: 9; }

.slider-element.homepage-slider .flex-direction-nav li a { opacity:0; }
.slider-element.homepage-slider .flex-direction-nav li a.flex-next { right:-40px; }
.slider-element.homepage-slider .flex-direction-nav li a.flex-prev { left:-40px; }
.slider-element.homepage-slider:hover .flex-direction-nav li a { opacity:0.5; }
.slider-element.homepage-slider:hover .flex-direction-nav li a:hover { opacity:1; }

html.opacity .slider-element.homepage-slider { opacity:0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
html.opacity .slider-element.homepage-slider.loaded { opacity:1; }
html.cssanimations .slider-element.homepage-slider .slide-copy { -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate(0px, 0px); opacity: 0; -webkit-transition: all 0.6s cubic-bezier(0.39, 0.58, 0.57, 1); -moz-transition: all 0.6s cubic-bezier(0.39, 0.58, 0.57, 1); -o-transition: all 0.6s cubic-bezier(0.39, 0.58, 0.57, 1); transition: all 0.6s cubic-bezier(0.39, 0.58, 0.57, 1); }
html.cssanimations .slider-element.homepage-slider .visible .slide-copy { opacity:1; -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate(0px, 0px);}

.product-redirect-split { }
.product-redirect-split select { width: 470px; float:left; margin: 1.3em 0 2.5em; color: #606671;}
.product-redirect-split select:last-child { float:right; }

.homepage-content { padding-bottom:2em; }
.homepage-content { }

.homepage-content { padding:0 0 1em; }
.homepage-content .col-1-2 { }
.homepage-content .col-1-2:nth-child(2n+1) { clear:both; padding-right:11px; }
.homepage-content .col-1-2:nth-child(2n) { float:right; padding-left:11px; }

.homepage-content .col-1-3 { float:left; margin: 22px 0 0; padding-right: 14px;}
.homepage-content .col-1-3:nth-child(3n+2){ padding:0 7px }
.homepage-content .col-1-3:nth-child(3n) { padding:0 0 0 14px; }
.homepage-content .col-1-3:nth-child(3n+1){ clear:both; }

.homepage-content .col-1-3 > p { margin:0; font-size: 0;}
.homepage-content .grey-inner { }
.homepage-content .grey-box { padding: 1px 1.5em; background: #F2F4F7; color: #626670; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 13px;}
.homepage-content .grey-box h3 { margin-bottom:0.5em ; font-size: 1.3em; color: #424D56 !important;}
.homepage-content .grey-box p { margin:0 0 1em; }
.homepage-content .grey-box h3 a { color: inherit; }

.footer-top { font-size:13px; font-family: 'Segoe UI', Arial, Helvetica, sans-serif; }
.footer-top [class*="col-"]{ padding-right: 3em; }
.footer-top [class*="col-"]:last-child { padding-right:0; }
.footer-top .social-link-icons a { width:50%; height:40px; float:left; }
.footer-top #new-social { position:relative; right:auto; top:auto; padding-top:1em; }
.footer-top #new-social.include-name a { width:50%; }
.footer-top { padding:1em 0 0; }

#sub-footer .footer-top h3 { font-size: 1.3em; float:none; text-transform:none; margin:0.8em 0; padding:0; color: #424D56 !important; display: inline; pointer-events: auto;}
#sub-footer .footer-top h3 a { color:inherit; }

.footer-bottom { font-size:12px; padding-top: 1.5em; margin-top: 1em; border-top: 1px solid #C1C6CF; color: #7C808A; }
.footer-bottom strong { color:#424D56; } 
.footer-bottom a { color:#424D56; }
.footer-bottom p { margin:0 0 0.5em; line-height: 1.3em;}
.footer-bottom img { padding:0; margin: 0.6em 3em 2em 2px;}
.footer-bottom p.copy { font-size:11px; }

/* Content Expander */
.expanderel {position:relative;}
.expanderel.closed {max-height:46px;overflow:hidden;}

span.expander { display:inline-block; padding:0 5px 3px 30px; text-align:right; right:0; position:absolute; bottom:-30px; background: url(/wp-content/themes/eset/img/reademorebg.png) left top repeat-y; margin-top:20px; }
span.expander a { color:#059; }

.closed span.expander { position:absolute; bottom:0; margin-top:0; }
.closed span.expander a { padding-right:10px; background:  url(/wp-content/themes/eset/img/arr_all.gif) right 8px no-repeat; }

.content-expander { position:relative; }
.content-expander:before, .content-expander:after { clear:both; content:""; display:table; }
.content-expander > p:first-child { margin-top:0; }
.content-expander.closed { overflow:hidden; }
.content-expander.open { height:auto !important; margin-bottom: 20px;}
.content-expander-handle { display:inline-block; padding:0 5px 3px 30px; text-align:right; right:0; position:absolute; bottom:-30px; background: url(/wp-content/themes/eset/img/reademorebg.png) left top repeat-y; margin-top:20px; }
.content-expander-handle a { outline:none; }
.content-expander.closed .content-expander-handle { position:absolute; bottom:0; margin-top:0; }
.content-expander.closed .content-expander-handle a { padding-right:10px; background: url(/wp-content/themes/eset/img/arr_all.gif) right 8px no-repeat; }

/* Custom Product Selectors */
.custom-product-selectors { padding: 0; }
.custom-product-selectors .dropdown { background:inherit; float: left; margin-bottom: 22px; width: 100%; position: relative;}
html.no-js .custom-product-selectors .dropdown:hover .dropdown-content { display:block; }/* No JS support */

.custom-product-selectors .dropdown-trigger { position:relative; color:#FFF; background:inherit; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; z-index: 9999;}
.custom-product-selectors .dropdown-trigger a { position:relative; display:block; color:inherit; padding: 8px 15px; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; outline: none; text-decoration: none; font-weight: bold; letter-spacing: 0.8px; font-size: 14px; height: 34px; font-family: 'Segoe UI', Arial, Helvetica, sans-serif;    }
.custom-product-selectors .dropdown.open .dropdown-trigger a, .custom-product-selectors .dropdown:hover .dropdown-trigger a { /* background: rgba(0, 0, 0, 0.15); */ }
.custom-product-selectors .dropdown-trigger a:after { content:""; position:absolute; display:block; border: 5px solid rgba(0, 0, 0, 0); border-top-color:#FFF; right: 12px; bottom: 9px; -webkit-transition: all 0.15s ease-in-out;     -moz-transition: all 0.15s ease-in-out;     -o-transition: all 0.15s ease-in-out;     transition: all 0.15s ease-in-out;}

.custom-product-selectors .dropdown-content { opacity:0; padding: 4px; position: absolute; width: 100%; z-index: 999; display:none; top: 100%; margin-top: -4px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-box-shadow: 0px 5px 10px rgba(65, 65, 65, 0.2); -moz-box-shadow: 0px 5px 10px rgba(65, 65, 65, 0.2); box-shadow: 0px 5px 10px rgba(65, 65, 65, 0.2);}
.custom-product-selectors .dropdown-inner { background:#FFF; padding: 1em;}
.custom-product-selectors .dropdown-inner ul { margin:1em 0; }
.custom-product-selectors .dropdown-inner li { padding: 0.5em; border-top:1px solid #EEE;}
.custom-product-selectors .dropdown-inner li:last-child { border-bottom:1px solid #EEE; }
.custom-product-selectors .dropdown-inner li a { display:block; }
.custom-product-selectors .dropdown-inner a:hover { cursor:pointer; }
.custom-product-selectors .dropdown-inner p { margin:0; color: #9B9DA1;}

.custom-product-selectors .dropdown.x-above .dropdown-content { top:auto; bottom:100%; margin-top:0; margin-bottom:-4px; -webkit-box-shadow: 0px -5px 10px rgba(65, 65, 65, 0.2); -moz-box-shadow: 0px -5px 10px rgba(65, 65, 65, 0.2); box-shadow: 0px -5px 10px rgba(65, 65, 65, 0.2); }

.custom-product-selectors .dropdown.x-over .dropdown-content { display:block; }
.custom-product-selectors .dropdown.x-visible .dropdown-content { opacity:1; }