/*
 * 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.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, button, input, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4em;
}
select {
	background-color:#ECEDEE !important;
	border-color:#fff;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
	vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*Copyright 2013
    AldoDesign - aldo@aldodesign.com
    http://www.aldodesign.com */

* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	color:#333;
	font-style: normal;
	line-height: 1.5em;
}
/* @group << -------// GLOBAL Settings //------ */

/* LINKS */

a {
	color: #0A7BC1;
}
a:link {
	text-decoration: none;
	color: #0A7BC1;
}
a:visited {
	text-decoration: none;
	color: #0A7BC1;
}
a:focus {
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active, a:focus {
	outline: none;
 ie-dummy: expression(this.hideFocus=true);  /*IE blue outline on click hide */
}
/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 0px 0px;
	display: block;
	line-height: 1.1em;
}
h1 {
	font-size: 26px;
	line-height: 32px;
	padding-top: 8px;
	font-family: 'Istok Web', sans-serif;
	font-weight: 400;
	color: #555152;
}
h2 {
	font-size: 20px;
	line-height: 28px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 8px;
	font-family: 'Istok Web', sans-serif;
	font-weight: 400;
	line-height: 24px;
}
h3 {
	font-size: 14px;
	font-family: 'Istok Web', sans-serif;
	letter-spacing: 0em;
	color: #fff;
	font-weight: 400;
	display: block;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 70px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	background-image: url(../images/blue-gray-bar.png);
	background-repeat: no-repeat;
	background-color: #0098CB;
}
h4 {
	font-size: 13px;
	padding: 0px;
	font-family: 'Istok Web', sans-serif;
	color: #333;
	font-weight: 500;
	line-height: 15px;

}
h5 {
	font-size: 14px;
	padding-bottom: 8px;
	font-family: 'Istok Web', sans-serif;
	color: #333;
	font-weight: 400;
}
h6 {
	font-size: 14px;
	padding-bottom: 4px;
	font-family: 'Istok Web', sans-serif;
	color: #333;
}
.greenText {
	color: #4C8F0F;
}
.blueText {
	color: #4383C5;
}p {
	margin-bottom: 8px;
	margin-top: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.image-left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}
.image-right {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
}
.image-frameborder {
	padding: 8px;
	background-color: #EFEEE9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-top: 1px solid #DFDEDB;
	border-right: 1px solid #C0BFBC;
	border-bottom: 1px solid #C0BFBC;
	border-left: 1px solid #DFDEDB;
	margin-top: 5px;
	margin-bottom: 5px;
}
.left-frameborder {
	padding: 8px;
	background-color: #F4F3EF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-top: 1px solid #DFDEDB;
	border-right: 1px solid #C0BFBC;
	border-bottom: 1px solid #C0BFBC;
	border-left: 1px solid #DFDEDB;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}
.right-frameborder {
	padding: 8px;
	background-color: #F4F3EF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-top: 1px solid #DFDEDB;
	border-right: 1px solid #C0BFBC;
	border-bottom: 1px solid #C0BFBC;
	border-left: 1px solid #DFDEDB;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
	margin-left: 10px;
}
.border-thin {
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	margin-bottom: 5px;
}

/* Career Rollover Images - */
a.rollover {
	display: block;
	width: 225px;
	height: 225px;
	text-decoration: none;
	background: url("../images/careers/career-rollover1.jpg");
	}

a.rollover:hover {
	background-position: 0px -225px;
	}
a.rollover2 {
	display: block;
	width: 225px;
	height: 225px;
	text-decoration: none;
	background: url("../images/careers/career-rollover2.jpg");
	}

a.rollover2:hover {
	background-position: 0px -225px;
	}
a.rollover3 {
	display: block;
	width: 225px;
	height: 225px;
	text-decoration: none;
	background: url("../images/careers/career-rollover3.jpg");
	}

a.rollover3:hover {
	background-position: 0px -225px;
	}
a.rollover4 {
	display: block;
	width: 225px;
	height: 225px;
	text-decoration: none;
	background: url("../images/careers/career-rollover4.jpg");
	}

a.rollover4:hover {
	background-position: 0px -225px;
	}
a.rollover5 {
	display: block;
	width: 225px;
	height: 225px;
	text-decoration: none;
	background: url("../images/careers/career-rollover5.jpg");
	}

a.rollover5:hover {
	background-position: 0px -225px;
	}

a.rollover6 {
	display: block;
	width: 225px;
	height: 225px;
	text-decoration: none;
	background: url("../images/careers/career-rollover6.jpg");
	}

a.rollover6:hover {
	background-position: 0px -225px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

/* Career tooltip - */

.tooltip {
    display: inline;
    position: relative;
}

.tooltip:hover {
    color: #777;
    text-decoration: none;
}

.tooltip:hover:after {
    background: #111;
    background: rgba(0,0,0,.8);
    border-radius: .5em;
    bottom: 1.35em;
    color: #fff;
    content: attr(title);
    display: block;
    left: 1em;
    padding: .3em 1em;
    position: absolute;
    text-shadow: 0 1px 0 #000;
	white-space: normal;
    z-index: 98;
	font-size: 14px;
	line-height: 17px;
	width: 300px;
}

.tooltip:hover:before {
    border: solid;
    border-color: #111 transparent;
    border-color: rgba(0,0,0,.8) transparent;
    border-width: .4em .4em 0 .4em;
    bottom: 1em;
    content: "";
    display: block;
    left: 2em;
    position: absolute;
    z-index: 99;
}


/* Solutions image box with opaque caption*/

 .rdFloatBox { width:235px; height:235px; }
 .rdCaptionBox { margin:0 auto; padding:0; position:relative; top:0; left:0; z-index:10; width:100%; height:100%; }
 .rdCaption { position:absolute; bottom:0; left:0; padding:4px; width:97%; height:18px; z-index:11;
              background-color:rgba(255, 255, 255, .6); }
 .rdCaptionText { margin:0; padding-bottom:7px; z-index:11; text-align:left; opacity:1;
                  font-family:Arial; font-size:1.2em; font-weight:bold; color:black; }
/* Solutions image box with opaque caption- 4 columns*/

 .rdFloatBox2 { width:160px; height:160px; }

/* IE6 Whitespace Bug fix*/

ul li {
	display: inline;
}
/* ie fix image border */

a img {
	border: 0px;
}
/* Main Menu Current Pages Set */
body#bhome a#home, body#babout a#about, body#bemployment a#employment, body#bpress a#press, body#bsitemap a#sitemap, body#bproducts a#products, body#bcontactpage a#contactpage {
	background: #EEEEE8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #555152;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* NavVertical Current Pages Set */
body#bnavprod a#navprod, body#bnavdesign a#navdesign, body#bnavbim a#navbim, body#bnavcase a#navcase, body#bnavresource a#navresource, body#bnavseismic a#navseismic, body#bnavtraining a#navtraining, body#bnavrefrig a#navrefrig {
	color: #000;
	text-decoration: none;
	background-image: url(../images/icons/blueArrowTone.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* SubNavVertical Current Pages Set */
body#bchillers a#chillers, body#bah a#ah, body#bwshp a#wshp, body#brooftop a#rooftop, body#bfc a#fc, body#bmcp a#mcp, body#bis a#is, body#bcoils a#coils, body#bscs a#scs, body#buv a#uv, body#bptac a#ptac, body#bcu a#cu, body#bcontrols a#controls, body#bvav a#vav {
	color: #0A7BC1;
	background-image: url(../images/icons/square-dark.gif);
	background-repeat: no-repeat;
	background-position: 12px 8px;
}
#headerWrap {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	clear: both;
}
/* @end */

/* @group << --------// CONTAINERS //-------- */

#header {
	margin-bottom: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 960px;
	height: 86px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 30px 0 10px;
	position: relative;
	/*background-image: url(../images/DaikinLogoLA.jpg);*/
	background-repeat: no-repeat;
	background-position: left bottom;
}

.header-new #apDivLogoLink {
	/*width: 240px;*/
	/*height: 96px;*/
	/*z-index: 5;*/
	/*overflow: hidden;*/
}
#apDivLogoLink {
	/*position: absolute;*/
    /*width: 240px;*/
    /*height: 55px;*/
    /*z-index: 5;*/
    /*overflow: hidden;*/
}
#header a[title='Index'] {
	display: inline-block;
}
#header a#search {
	float: right;
	margin: 18px 0 0 0;
	font-size: 14px;
	color: #000;
}

#header input.addsearch {
	float: right;
	margin: 12px 18px 0;
    padding: 4px;
    border: 1px solid #D5D6D0;
}
.homepage #header input.addsearch {
	margin-top: 16px;
}

#header i.fa {
	margin-left: 8px;
  color: #aaa;
}

#header img {
	/*padding-left: 174px;*/
}
#header #content {
	width: 760px;
	float: right;
	padding-top: 40px;
}
#bannerWrap {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	background-color: #FFF;
	clear: both;
}
#banner {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	height: 480px;
	width: 960px;
}



#banner2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	height: 350px;
	width: 960px;
}
#videoWrap {
	padding: 0px;
	float: right;
	background-repeat: repeat-y;
	background-position: left top;
	height: 340px;
	width: 786px;
	background-image: url(../video.files/videoContainer.gif);
}
#banner #apLeave {
	padding: 180px 0px 0px;
	width: 240px;
	position: absolute;
	z-index: 2;
}

#bannerFullWidth {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	width: 100%;
	height: 255px;
	background-size: cover;
	background-position: center top;
}

#bannerSubs {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	width: 960px;
}

#bannerSubs img {
	max-width: 100%;
	height: auto;
}

#bannerSubs #apSlogan {
	position: absolute;
	z-index: 1;
	padding: 15px;
	text-align: right;
	width: 930px;
}
#bannerSubs #apSlogan h1 {
	font-size: 24px;
	color: #F4F3EF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bannerSubs #apSlogan h2 {
	color: #383838;
	font-size: 18px;
}

#bannerSubs.caseStudyBanner, #bannerSubs.fullWidthBanner{
	width: 100% !important;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D6D0;
}
#container {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../images/border-leftside.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#containerHome {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	background-color: #FFF;
}
/* @end */

/* @group << --------// Product pages 2015 //-------- */

#whiteBox {
	width:auto;
	margin: 0px;
	padding: 20px;
	text-align: center;
	clear: both;
}
#whiteBox h1 {
	font-size: 14px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #000;
	border-bottom: none !important;
}
#whiteBox h2 {
	font-size: 40px;
	display: block;
	line-height: 54px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #000;
	padding-top: 14px;
	padding-bottom: 28px;
}
#whiteBox h5 {
	font-size: 14px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #000;
	border-bottom: none !important;
	padding-bottom: 28px;
}
#whiteBox h6 {
	font-size: 40px;
	display: block;
	line-height: 42px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #000;
	padding-top: 14px;
	padding-bottom: 16px;
}
#whiteBox p {
	font-size: 20px;
	/* display: block; */
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #000;
	margin:0 10px;	
}
#whiteBox li {
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height:28px;
    text-align: left;
}
#whiteBox table .learn-more .learn-more-copy{
	display: table-caption;
}
#whiteBox table .learn-more a {
	font-size:12px;
}

/* #whiteBox>p:nth-child(5) {
	margin-top: 15px;
}

#whiteBox>p:nth-child(2) {
	margin-bottom: 15px;
} */

#grayBox {
	margin: 0px;
	padding: 20px;
	text-align: center;
	background-color: #f1f1f1;
}
#grayBox h1 {
	font-size: 14px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #000;
	border-bottom: none !important;
}
#grayBox h2 {
	font-size: 40px;
	display: block;
	line-height: 54px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #000;
	padding-top: 14px;
	padding-bottom: 28px;
}
#grayBox p {
	font-size: 20px;
	display: block;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #000;
}
#bigGray {
	font-size: 24px;
	display: block;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 300;
	color: #625e5e;
}


/* @group << -------//  COLUMNS //-------- */

#colMainHome {
	padding: 0px;
	margin: 0px;
	font-size: 1.1em;
}
#colMain {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 785px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #D5D6D0;
	font-size: 1.1em;
}
#colMain h1 {
	text-shadow: none;
	text-decoration: none;
	color: #555152;
	display: block;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D6D0;
}

#colMain .addsearch {
    padding: 8px 10px;
    width: 415px;
    max-width: 100%;
    font-size: 16px;
}

#colSide {
	list-style-type: none;
	margin: 0;
	padding: 15px 0px;
	width: 174px;
	vertical-align: top;
	font-size: 12px;
}
#colSide p {
	padding: 5px 10px 5px 0px;
}
#colSide h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 5px 5px 5px 0px;
	color: #EEEEE4;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #8C8C8C;
	margin: 0px;
}
#colSide h4 {
	padding-right: 5px;
	font-size: 20px;
	margin-bottom: 20px;
}
#content {
	padding: 0px 0px 10px 25px;
	padding-top: 10px;
}
#contentHome {
	padding: 0px 0px 10px 0px;
}
#content .graybox {
	display: block;
	padding: 6px 0px 10px;
	background-color: #ECEDEE;
	background-image:url(../images/notch.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin-bottom: 10px;
}
#content .graybox p {
	padding-right: 10px;
	padding-left: 10px;
	color: #6B6B6B;
	font-family: Arial, Helvetica, sans-serif;
}
#content .graybox h1 {
	color: #004FA9;
	font-size: 19px;
	padding-left: 10px;
	font-weight: 400;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	line-height: 1em;
}
#content strong {
	color: #444;
	font-weight: bold;
}
#tabsWrapper {
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#tabsWrapper h4 {
	font-size: 18px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #0099cc;
	padding: 0px;
}
.full-width {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFF;
	overflow: hidden;
}
.full-widthGray {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFF;
	overflow: hidden;
	background-image: url(../images/bkgnd-gray.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.inner {
    width: 960px;
    margin: 0 auto;
    padding: 0px;
}

/*Case studies*/

.full-widthCS {
	margin-top: 5px;
	margin-bottom: 12px;
	padding-bottom: 6px;
	background-color: #c7c8ca;
	overflow: hidden;
	/*background-image: url(../images/case-study/notch-big.png);
	background-position: bottom right;
	background-repeat: no-repeat;*/
}
.caseStudy {
	display: block;
	padding-left: 20px;
	padding-right:4px;
	float: right;
	width: 90%;
}
.caseStudy h2{
	font-size: 18px;
	font-family: 'Istok Web', sans-serif;
	font-weight: 400;
	padding-bottom: 0!important;
	color: #555152;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 10px;
}
.one-thirdCS h1{
	color: #fff!important;
	background-color:#58585a;
	font-size: 16px;
	text-align: center;
	font-style: italic;
	font-weight: 700;
	padding-top: 6px;
	margin-bottom: 6px !important;
}
.one-thirdCS h4{
	font-size: 14px;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.one-thirdCS {
	width: 250px;
	display: block;
	float: right;
	margin-bottom: 15px;
	margin-right: 0!important;
}
.two-thirdsCS {
	width: 510px;
	display: block;
	float: left;
}
.two-thirdsCS-caption {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	font-style: italic;
}
.full-widthBlue {
	margin-top: 5px;
	margin-bottom: 12px;
	padding: 12px;
	background-color: #33ccff;
	overflow: hidden;
}
.full-widthBlue h2 {
	padding-bottom: 4px;
	font-size: 16px;
	color: #fff;
}
.full-widthBlue a {
	color:#000;
	text-decoration:underline;
}
.halfBlue {
	margin-top: 5px;
	margin-bottom: 12px;
	padding: 12px;
	background-color: #33ccff;
	overflow: hidden;
}
.halfBlue h2 {
	padding-bottom: 7px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.slider2 {
	height: 333px;
}
/*End Case studies CSS*/

.one-half {
	width: 371px;
	display: block;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

.one-halfBorder {
	width: 360px;
	display: block;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	border-right: 1px solid #ccc;
	padding-right: 12px;
}

.one-halfGray {
	width: 350px;
	display: block;
	margin-right: 10px;
	margin-bottom: 15px;
	float: left;
	padding-left:20px;
}
.one-third {
	width: 240px;
	display: block;
	float: left;
	margin-right: 8px;
	margin-bottom: 15px;
}
.one-thirdPR {
	width: 170px;
	display: block;
	float: left;
	margin-right: 8px;
	margin-bottom: 15px;
}
.one-thirdHome{
	width: 305px;
	display: block;
	float: left;
	margin-right: 22px;
	margin-bottom: 15px;
}
.one-thirdHome2{
	width: 303px;
	display: block;
	float: left;
	margin-right: 22px;
	margin-bottom: 15px;
}
.one-third .img-border {
	padding: 5px;
	margin-bottom: 10px;
	background-color: #F4F3EF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 228px;
	height: 136px;
	border-top: 1px solid #DFDEDB;
	border-right: 1px solid #C0BFBC;
	border-bottom: 1px solid #C0BFBC;
	border-left: 1px solid #DFDEDB;
}
.two-thirds {
	width: 490px;
	display: block;
	float: left;
	margin-right: 18px;
	padding-right: 4px;
}
.two-thirdsPR {
	width: 565px;
	display: block;
	float: left;
}
.two-thirdsCP {
	width: 490px;
	display: block;
	float: left;
	margin-left: 18px;
}
.two-thirdsHome {
	width: 650px;
	display: block;
	float: left;
}

.two-thirds h5 {
	margin-bottom: 10px;
}
.two-thirds h5 span {
	color: #FFFFFF;
	background-color: #28AFED;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	line-height: 1.6em;
	border: 1px solid #E4E2DC;
}
.one-fourth {
	width: 175px;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}
.one-fourth .products {
	padding: 5px;
	margin-bottom: 5px;
	background-color: #F4F3EF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 162px;
	height: 100px;
	border: 1px solid #DFDEDB;
}
.three-fourths {
	width: 555px;
	display: block;
	margin-bottom: 10px;
}
.last {
	margin-right: 0!important;
}
.caption {
	width: 175px;
	float: right;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	padding-left:10px;
}
.captionLeft {
	width: 175px;
	float:left;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 12px;
	padding-right:10px;
}
.blueHead {
	font-size: 16px;
	font-weight:bold;
	padding-bottom:3px;
	margin-bottom:6px;
	font-family: 'Istok Web', sans-serif;
	color: #0097d7;
	border-bottom: 1px solid #0097d7;
}
.container-250 {
	padding-left: 10px;
	width: 270px;
	margin-left: 20px;
	margin-bottom: 15px;
	float:right;
	text-align: right;
	display: block;
}
.container-250 h1 {
	color: #0397DA!important;
	font-size: 16px;
	font-weight: 400;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	line-height: 1em;
}

.solutions {
	width: 200px;
 	text-align:right;
	display: block;
	margin-bottom: 10px;
	float: right;
	padding: 0px;
}
.dates {
	display: block;
	font-size: 10px;
	background-color: #F3F2ED;
	height: 9px;
	margin-bottom: 10px;
	color: #000;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
}
.black-links a {
	text-decoration: none;
	color: #232323;
}
.black-links a:hover {
	text-decoration: underline;
	color: #000000;
}

.tab-links a {
	text-decoration: none;
	background-color: #0099CC;
	color: #fff;
	padding:7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.tab-links a:hover {
	text-decoration: none;
	background-color: #000;
	color: #fff;
}

/* Bullets */
ul.bullets {
	list-style: none;
	margin: 0px;
	line-height: 20px;
	display: block;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 5px;
	font-weight: normal;
}
ul.bulletsClose {
	list-style: none;
	margin: 0px;
	line-height: 20px;
	display: block;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: normal;
}
ul.arrow li {
	list-style: none;
	background: url(../images/icons/arrow_bullet.png) no-repeat 0 11px transparent;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
}
ul.arrow2 li {
	list-style: none;
	background: url(../images/icons/arrow_bullet.png) no-repeat 0 9px transparent;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 11px;
}
ul.arrow2 li a{
	color: #666 !important;
	font-size:12px;
}
ul.black li {
	list-style: none;
	background: transparent url(../images/icons/black_bullet.png) no-repeat 0 11px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
}
ul.black-sm li {
	list-style: none;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-color: transparent;
	background-image: url(../images/icons/black-sm-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
}
ul.outline li {
	list-style: none;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-color: transparent;
	background-image: url(../images/icons/outline-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
}
ul.red li {
	list-style: none;
	background: url(../images/icons/red_bullet.png) no-repeat 0 11px transparent;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
}
ul.blue li {
	list-style: none;
	padding: 5px 5px 0px 20px;
	background: url(../images/icons/blue_bullet.png) no-repeat 0 11px transparent;
	display: block;
}
ul.green li {
	list-style: none;
	padding: 5px 5px 0px 20px;
	background: url(../images/icons/green_bullet.png) no-repeat 0 11px transparent;
	display: block;
}
ul.square li {
	list-style: none;
	padding: 5px 5px 0px 20px;
	background: url(../images/icons/square_bullet.png) no-repeat 0 11px transparent;
	display: block;
}
ul.no-icons li {
	list-style: none;
	display: block;
	background-image: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
ul.document {
	list-style: none;
	margin: 0px;
	line-height: 18px;
	font-size: 11px;
	display: block;
	background-color: #FFF;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
ul.document li {
	list-style: none;
	padding: 5px 5px 0px 20px;
	background: transparent url(../images/16x16/document.gif) no-repeat 0px 6px;
	display: block;
	line-height: 1.5em;
	margin-bottom: 5px;
}
ul.document li strong {
	list-style: none;
	padding-right: 5px;
	font-style: italic;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
 /* @end */

/* @group << -------// SPECIAL //--------- */

.clearer {
 font-size: 0px;
 line-height: 0px;
 margin: 0px;
 padding: 0px;
 clear: both;
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
 font-family: Verdana, Geneva, sans-serif;
 height: 1px;
}
.hr_line {
	max-width: 940px;
	border-bottom: 1px solid #D5D6D0;
	clear: both;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 20px;
	display: block;
}
.botBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D6D0;
	margin-bottom: 15px;
	padding-bottom: 8px;
}
#readmore {
	padding-top: 2px;
	padding-bottom: 3px;
	display: block;
}
#readmore a:link, #readmore a:visited {
	background: #ECEDEE;
	color: #666;
	font-size: 11px;
	padding: 4px 8px;
	text-decoration: none;
	display: table;
	margin-top: 5px;
	margin-right: 10px;
}
#readmore a:hover, #readmore a:active {
	background-color: #0A7BC1;
	color: #FFF;
	background-image: none;
}
#readmore2 {
	padding-top: 2px;
	padding-bottom: 3px;
	display: block;
	float: right;
	width: 250px;
}
#readmore2 a:link, #readmore2 a:visited {
	background-color: #ECEDEE;
	text-align: right;
	color: #000;
	font-size: 14px;
	padding: 4px;
	text-decoration: none;
	margin-bottom: 10px;
}
#readmore2 a:hover, #readmore2 a:active {
	background-color: #0A7BC1;
	color: #fff;
}
#myButton {
	padding-top: 2px;
	padding-bottom: 3px;
	display: block;
}
#myButton  a:link, #myButton  a:visited {
	background: #EEEEE9;
	color: #666;
	font-size: 12px;
	padding: 4px 8px;
	text-decoration: none;
	display: table;
	margin-top: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #D7D7D1;
	margin-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
#myButton  a:hover, #myButton  a:active {
	background-color: #0A7BC1;
	color: #FFF;
	background-image: none;
}


#locateButton {
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 8px;
	display: block;
	float:right;
}
#locateButton  a:link, #myButton  a:visited {
	width: 250px;
	background: #EEEEE9;
	color: #666;
	font-size: 12px;
	padding: 4px;
	text-decoration: none;
	display: table;
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
#locateButton  a:hover, #myButton  a:active {
	background-color: #0A7BC1;
	color: #FFF;
	background-image: none;
}
	/* @end */

	/* @group << -------//  FOOTER //-------- */

.news-date {
	font-size: 11px;
	line-height: 20px;
	color: #666;
	background-color: #F1F0EB;
	display: block;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#footer {
	margin-top: 0px;
	width: 960px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 12px;
}
#footer p {
	padding-bottom: 5px;
	margin: 0px;
}
#footer h5 {
	display: block;
	vertical-align: middle;
	line-height: 16px;
}
#footer h5 img {
	padding-right: 4px;
	vertical-align: top;
	padding-bottom: 2px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #0A7BC1;
}
#footer a:hover, #footer a:active {
	color: #333;
	text-decoration: none;
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 65%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.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: h5bp.com/p
 */

.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;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
 *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
 @media print,  (-o-min-device-pixel-ratio: 5/4),  (-webkit-min-device-pixel-ratio: 1.25),  (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
* {
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	text-shadow: none !important;
}
a,  a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
     * Don't show links for images, or javascript/internal links
     */

.ir a:after,  a[href^="javascript:"]:after,  a[href^="#"]:after {
	content: "";
}
pre,  blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group; /* h5bp.com/t */
}
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;
}
}

/* Locator Bar in Footer */
/* gray container */
.gray-container {
  margin: 20px 0;
  padding: 22px 0;
  background-color: #f5f7fa;
  color: #737373;
  text-align: center;
}

.gray-container .search-link {
	font-size: 20px;
	display: inline-block;
	height: 30px;
	color: #737373;
	line-height: 1;
	border: 2px solid #939393;
	margin: 14px;
}

.gray-container .search-link:hover, .gray-container .search-link:active {
background-color: #b3b3b3;
color: #fff;
/*background-color: #fff;*/
/*border: 2px solid #6D6E71; */
}

.gray-container .search-link:hover .search-text, .gray-container .search-link:active .search-text,
.gray-container .search-link:hover .fa, .gray-container .search-link:active .fa {
  color: #fff;
/*color: #6D6E71;*/
}

.gray-container .search-link:hover .search-icon, .gray-container .search-link:active .search-icon {
  /*border-left: 2px solid #6D6E71;*/
}

.gray-container .search-text {
    display: inline-block;
	/*height: 30px;*/
    padding: 5px 14px;
    line-height: 20px;
    font-size: 20px;
    height: auto;
    vertical-align: middle;
}

.homepage .gray-container .search-text {
	padding-bottom: 0;
}

.gray-container .search-icon {
  height: 30px;
  width: 30px;
  display: inline-block;
  border-left: 2px solid #939393;
  padding: 5px 4px;
  font-size: 20px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gray-container .search-icon img {
max-width: 100%;
}


/* ==========================================================================
   Sales Page styles
   styles for the sales API table forms
   ========================================================================== */

.locator-wrap *{
	box-sizing:border-box;
}

/*AJAX STATES*/
body:not(.filters-active) .locator-wrap .form-input,
body.ajax-active .locator-wrap,
body.ajax-active #archived-lit--search,
.form-input.disabled{
	pointer-events: none;
	opacity:0.5;
	-webkit-transition:opacity 0.35s;
	-moz-transition:opacity 0.35s;
	-ms-transition:opacity 0.35s;
	-o-transition:opacity 0.35s;
	transition:opacity 0.35s;
}
body .locator-wrap .disabled,
body #archived-lit--search .disabled{
	cursor: not-allowed;
}

body:not(.filters-active) .locator-wrap .ajax-loader,
body.ajax-active .ajax-loader{
	opacity:1;
	visibility:visible;
}
body:not(.filters-active) .locator-wrap,
body.ajax-active .locator-wrap,
body.ajax-active #archived-lit--search{
	cursor: progress;
}

/*LOCATOR FORM*/
.table-locator,
.form--gray{
	width:100%;
	max-width:100%;
}
.table-locator *,
.form--gray *{
	box-sizing:border-box;
}

.table-locator td,
.form--gray td{
	padding:3px 10px;
}
.table-locator td:first-of-type,
.form--gray td:first-of-type{
	padding-left:0;
}
.table-locator td:last-of-type,
.form--gray td:last-of-type{
	padding-right:0;
}
.table-locator label,
.form--gray label{
	display:block;
	margin-bottom:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #767676;
	font-weight: 100;
}
.table-locator input[type="text"].form-input.disabled,
.form--gray input[type="text"].form-input.disabled{
	background-color:#ccc;
	border:none;
}
.table-locator .form-input.error,
.form--gray .form-input.error{
	border:solid 2px tomato;
}
.table-locator select,
.form--gray select,
.table-locator input[type="text"],
.form--gray input[type="text"]{
	width:100%;
	padding: 3px 7px;
}
.table-locator select,
.form--gray select{
	background-image:url('../images/select-arrow.png');
	background-position:center right;
	background-repeat:no-repeat;
	min-width: 130px;
	border:none;
	padding-right:30px;

	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.table-locator select::-ms-expand,
.form--gray select::-ms-expand{
    display: none;
}
.table-locator input[type="submit"]{
	width:40px;
}

.table-locator input[type="submit"],
.form--gray input[type="submit"]{
    background-color: #49C8F5;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 5px;
    max-width:125px;
}
.table-form.table-locator{
	/*border-bottom:solid 1px*/
}



/*FLOATING FORM*/
.form--float .form-field{
	margin:0 0 15px;
}

.form--float .form-field:after{
	content:'';
	clear:both;
	display:block;
}

.form--float label{
	display:inline-block;
	float:left;
	width:125px;
}

.form--float input,
.form--float select{
	float:left;
	max-width:315px;
	width:calc(100% - 135px);
}

.form--float input[type="submit"]{
	margin-left:125px;

}




/*LOCATOR RESULTS*/
.locator-results{
	width:100%;
	max-width:100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #767676;
	font-size:12px;
	position:relative;
	min-height:100px;
}
.locator-results.disabled{
	display:none;
}
.locator-results .ajax-loader{
	position:absolute;
	top:33px;
	left:50%;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
}
.locator-results h5{
	font-family: Arial, Helvetica, sans-serif;
	color: #767676;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 15px;
}
.locator-results .locator-results-wrap{
	padding:0;
	margin:0;
	margin-top:-30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.locator-results .locator-results-wrap:after{
	content:'';
	clear:both;
	display:table;
}
.locator-results .locator-results-wrap li{
	-webkit-box-flex: 1 1 50%;
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	max-width:50%;
	margin-top:30px;
	padding:0 15px;
}
.locator-results .locator-results-wrap li > *:first-child{
	font-weight:bold;
}
.locator-results .locator-results-wrap li:nth-child(odd){
	padding-left:0;
}
.locator-results .locator-results-wrap li:nth-child(even){
	padding-right:0;
}



/*ARCHIVE SEARCH FORM & RESULTS*/
#archived-lit--search *,
#archived-lit--results * {
	box-sizing: border-box;
}
#archived-lit--search .field-disabled select,
#archived-lit--search .field-disabled input{
	opacity:0.4;
	pointer-events:none;
}

#archived-lit--results{
	position:relative;
	min-height:60px;
	margin-top:30px;
	padding:20px 0 5px;
	border-top:solid 1px #f5f7fa;
}
#archived-lit--results:after{
	content:'';
	clear:both;
	height:0;
	display:block;
}

#archived-lit--results .ajax-loader{
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	position:absolute;
	left:170px;
	-webkit-transition:opacity 0.25s;
	-moz-transition:opacity 0.25s;
	-ms-transition:opacity 0.25s;
	-o-transition:opacity 0.25s;
	transition:opacity 0.25s;
}
.ajax-active #archived-lit--results .ajax-loader{
	opacity:1;
	visibility:visible;
}

#archived-lit--results .categorySection.disabled{
	display:none;
}

#archived-lit--results .categoryColumn{
	float:left;
	max-width:48%;
	width:100%;
}
#archived-lit--results .categoryColumn[data-column="2"]{
	margin-left:4%;
	float:right;
}
#archived-lit--results .categorySection{
	margin-bottom:20px;
	width:100%;
}
#archived-lit--results .categorySection .subTypeToggle{
	cursor:pointer;
	display:block;
	margin-bottom:7px;
}

#archived-lit--results .subTypeList{
	padding-left:15px;
}
#archived-lit--results .documentList{
	padding-left:15px;
}
#archived-lit--results .documentList li{
	display:block;
	margin-bottom:5px;
}
#archived-lit--results .documentList li > a{
	padding-left:5px;
}
.z-tabs.flat.small > ul > li > a{
	font-family: 'Open Sans', sans-serif!important;
	line-height: 28px;
	font-weight: 300;
	font-size:16px;
}   