/*======================================================
  Screen Style Sheet
  Best Stainless
------------------------------------------------------
  Author(s): An Lieu
  Created: Jan 2015
======================================================*/

/* Imported CSS Files */
@import url("bootstrap.min.css");

/* General Classes */
html{
	background:#1751a0;
}
.hidden,
.hidetext{
    display:none;
}
.clear, .clearboth{clear:both;}
.req,
.warning,
.error{
    color:#a00;
}
.left {
	float: left;
}
.right {
	float: right;
}
img.left {
	margin:0 15px 15px 0;
}
img.right {
	margin: 0 0 15px 15px;
}
.two-column {   
    column-count: 2;
 }
body{
  background:#F9F9F9;
  font-family: 'Roboto', sans-serif;
}

#wrap{
	width: 100%;
	min-width: 1080px;
	background-color: white;
	position: relative;
}

#global-nav-bg-deco{
	background-color: #367edf;
	height: 30px;
	width: 40%;
	position: absolute;
	right:0px;
	top:0px;
}
.finalcalc{
    position: relative;
    right: 0;
    bottom: -130px;
    float: right;
}
.finalcalc input{
    margin:40px 0px;
    display:block;
    left:0;
}
#page-request-a-quote .content-top-content .rfq-btn{display:none;}
#content-wrap
,#primary-nav
,#header-content
,#home-buckets{
	width: 1080px;
	margin: auto;
	padding: 0px;
	position: relative;
}

#header{
	z-index: 99;
	position: relative;
	border-top:8px solid #19539F;
	box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
}
#header-content{
	height: 120px;
}
#telephone{
	position: absolute;
	right:20px;
}
.searchWrap{
	position: absolute;
	right:0px;
	bottom:-58px;
	background-color: #113e7c;
	height: 54px;
	width: 260px;
}
.search{
	background-color: transparent;
	border:0px solid white;
	border-bottom: 1px solid #1751a0;
	color: #dcf1ff;
	text-transform: capitalize;
	font-size: 13px;
	margin: 20px;
	width: 188px;
	padding-bottom: 5px;
}
.simpleSearchForm i{
	color: white;
	font-size: 16px;
	margin-left: -20px;
	z-index: 1;
	position: relative;
}
.simpleSearch_submit{
	position: relative;
	z-index: 99;
	border:0px solid white;
	background-color: transparent;
}
#logo{
	position: absolute;
	top:10px;left: 10px;
}

.telephone{
	position: absolute;
	bottom:20px;
	right:0px;
	text-align: right;
	font-weight: 500;
}
.telephone p, #telephone-toll .phone-icon{
	text-transform: uppercase;
	color: #4386e1;
	font-size: 24px;
	line-height: 16px;
}
#telephone-international {
  position: relative;
  top: 49px;
}

#telephone-international p span {
	position:relative;
	top:4px;
}
.telephone p span{
	color: #dfaa19;
	font-size: 14px;
}
.telephone p i{
	color: #c9cdd0;
	margin-right: 10px;
}
#telephone-toll{
	right:253px;
}
.phone-icon{
	background:url(../images/phone-icon.png) no-repeat left center;
    padding-left: 32px;
}
#global-nav {
	padding: 0px;
	position: absolute;
	top:-8px;
	width: 664px;
	right:0px;
	height: 30px;
	background-color: #19539F;
	padding-left: 30px;
}
#global-nav li{
	position: relative;
	float: left;
	list-style: none;
}

#global-nav .triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 40px 0 40px;
	border-color: #19539F transparent transparent transparent;
	position: absolute;
	left: -39px;
}
#global-nav li a{
	height: 30px;
	padding: 7px 20px;
	color: white;
	display: block;
	text-transform: uppercase;
	font-size: 11px;letter-spacing: 0.3px;
	font-weight: normal;
}
#global-nav li.seperator{
	color: #2467c1;
	margin-top:3px;
}
#global-nav li a:hover{
	background-color: #1751a0;
	text-decoration: none;
}
#global-nav li.last a:hover{
	background-color: transparent;
	text-decoration: none;
}
#global-nav li.last a{
	border:0px solid white;
}
#primary-nav-wrapper{
	z-index: 9;
	position: relative;
	width: 100%;
	background: #1751a0;
	border-bottom: 1px solid #0b284f;
	height: 60px;
	box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.6);
}

#primary-nav > li{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	z-index: 9;
}
#primary-nav > li > a{
	color: white;
	display: block;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
	border-left:1px solid #113e7c;
	padding: 20px 30px;
	height: 60px;
	font-size: 16px;
}
#primary-nav > li > a:hover{
	background-color: #113e7c;
	text-decoration: none;
}

#primary-nav > li > ul{
	display: none;
	position: absolute;
	left: 0px;
	padding: 0px;
	list-style: none;
	width: 800px;
	padding-bottom: 20px;
	padding-top: 20px;
	background: linear-gradient(to bottom,  #0f206d 0%,#113e7c 8%,#113e7c 100%);
}
#primary-nav > li > ul > li > a{
	border-right: 1px solid #0a3166;
	float: left;
	display: block;
	width: 266px;
	height: 50px;
	padding: 10px 20px;
	color: white;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
	font-size: 16px;
}
#primary-nav > li > ul > li > a:hover{
	background-color: #0a3166;
	text-decoration: none;
}
#hero-banner{
	height: 420px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#hero-overlay{
	height: 420px;
	width: 100%;
	position: relative;
	z-index: 2;
	margin-top: -420px;
	background-image: url("../images/trans_black_50.png");
}
.tablemes{
    height:45px;
}
#hero-overlay > div{
	margin: auto;
	width: 800px;
	text-align: center;
	padding-top: 80px;
}
#hero-overlay > div h1{
	margin: 0px;
	color: white;
	margin-bottom: 20px;
	font-size: 48px;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
}
#hero-overlay > div h1 span{
	font-size: 72px;
	font-family: "Roboto Slab", sans-serif;
	font-weight: 700;
}
#hero-overlay > div p{
	color: white;
	font-size: 18px;
	font-weight: 300;
}
#hero-banner video{
	width: 100%;
	margin-top: -200px;
	z-index: 1;
	position: relative;
}
#hero-caption .rfq-btn,
.content-top .rfq-btn{
	background:url(../images/rfq-arrow.png) no-repeat 94% center;
}
.mobile-phone {
    display: none;
}
.rfq-btn{
	display: block;
	border:2px solid white;
	padding: 5px 10px;
	color: white;
	text-transform: uppercase;
	width: 240px;
	margin: auto;
	margin-top: 40px;
	font-size: 22px;
	font-family: "Roboto Condensed",sans-serif;
}
#hero-caption .rfq-btn{
	background:url(../images/rfq-arrow.png) no-repeat 90% center;
	background-color: orange;
}
#hero-caption .rfq-btn:hover {
    background-color: #D8A518;
}
#page-index .rfq-btn{
	width: 250px;
	padding: 5px 15px 5px 0;
}
.rfq-btn:hover{
	background-color: #367edf;
	color: white;
	text-decoration: none;
}
#home-buckets{
	margin-top: 40px;
}
.home-bucket{
	width: 331px;
	background-color: transparent;
	margin-left:40px;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
#home-buckets a:hover{
	text-decoration: none;
}
.home-bucket:hover{
	background-color: #e5e5e5;
}
.home-bucket .deco{
	width: 100%;
	border-bottom: 2px solid white;
	height: 42px;
	background-color: #0f3b78;
	position: absolute;
	left: 0px;top:0px;
	z-index: 1;
}
.home-bucket h3{
	margin: 0px;
	display: block;
	position: absolute;
	z-index: 99;
	width: 256px;
	height: 61px;
	color: white;
	padding: 16px 20px;
	font-family: "Roboto Condensed",sans-serif;
	text-transform: uppercase;
	background-image: url("../images/bucket_title_bg.png");
	font-size: 1.4em;
}
.home-bucket img{
	display: table;
	margin: 0 auto;
	margin-top: 20px;
}
.home-bucket .description{
	font-size: 18px;
	font-weight: 300;
	color: #767c7f;
	margin: 20px;
	text-align: center;
}
.blue-btn{
	display: block;
	width: 160px;text-align: center;
	font-size: 11px;
	margin: auto;
	color: white;
	background-color: transparent;
	text-transform: uppercase;
	padding: 10px 20px;
}
.blue-btn:hover {
    background-color: #307be2 !important;
}
.home-bucket .blue-btn{
}
.home-bucket:hover .blue-btn{
	background-color: #1751a0;
}
#home-buckets .home-bucket:first-child{
	margin-left: 0px;
}

#footer-top{
	width: 100%;
	min-width: 1080px;
	padding: 40px 0px;
	background-image: url("../images/long_shadow.png");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 100px;
}
#footer-top-content{
	position: relative;
	border:1px solid #c4c4c4;
	border-bottom: 20px solid #485261;
	padding: 40px;padding-bottom: 30px;
	padding-top: 60px;
	width: 1080px;
	margin: auto;
}
.qc-top {
	background-color: #e5e5e5;
	width: 100%;
	padding: 40px 0px;
	background-image: url("../images/long_shadow.png");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
.qc-top-content{
	position: relative;
	border:1px solid #c4c4c4;
	padding: 10px;
	max-width: 1080px;
	margin: auto;
}
.call-cta {
    color: #d19f15;
}
#footer-product-link-btn{display: none;}
#footer-top-content #footer-product-links > a,
.disclaimer{
	float: left;
	display: block;
	width: 24%;
	color: #848484;
	font-weight: 600;
	margin: 7px 0px;
	text-shadow: 1px 0px 1px white;
	padding-left: 30px;
}
.disclaimer {
  text-align: center;
  width: 100%;
  padding-left: 0;
  text-transform: uppercase;
}
#footer-top-content #footer-product-links > a:hover,
.disclaimer:hover{
	color: black;
	text-decoration: none;
}
#footer-top-content h3{
	margin: auto;margin-top: -95px;
	margin-bottom: 10px;
	background-color: white;
	text-transform: uppercase;
	font-family: "Roboto Slab",sans-serif;
	font-weight: bold;
	display: block;
	width: 500px;
	padding: 20px;
	font-size: 20px;
	text-align: center;
	text-shadow: 1px 0px 1px white;
}
#footer-top-content .top-products-link{
	margin: auto;margin-top: -95px;
	margin-bottom: 10px;
	background-color: white;
	text-transform: uppercase;
	font-family: "Roboto Slab",sans-serif;
	font-weight: bold;
	display: block;
	width: 500px;
	padding: 20px;
	font-size: 20px;
	text-align: center;
	text-shadow: 1px 0px 1px white;
	color: #333;
}
#footer-top-content .more{
	position: absolute;
	padding: 10px;
	right: 0px;
	bottom:-20px;
	margin: 0px;
	width: 150px;
	text-align: center;
	color: white;
	text-shadow: 1px 0px 1px black;
	text-transform: uppercase;
	font-weight: 300;
	font-family: "Roboto Slab",sans-serif;
	font-size: 11px;
    background: url(../images/more-bg.png) no-repeat 13px center;
}
#footer-top-content .more:hover{
	color: white;
	text-decoration: underline;
}

footer{
	background-color: #313843;
	border-top:20px solid #292f38;
	color: white;
}
#footer-content{
	width: 1080px;
	margin: auto;
}
#footer-content .box{
	width: 25%;
	min-height: 397px;
	padding: 20px 0px;padding-bottom: 40px;
	float: left;
	border-right: 1px solid #292f38;
	text-align: center;
}
#footer-content .box h3{
	font-family: "Roboto Slab",sans-serif;
	font-size: 14px;
	color: #505b6b;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 30px;
	vertical-align: middle;
	text-align: left;
	margin-left: 40px;
}
#footer-content .box h3 i{
	font-size: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}
#footer-content .box address{
	font-weight: 100;
	text-align: left;
	margin-left: 40px;
	color: #e5e5e5;
}
.box .divider{
	border-bottom:1px solid #292f38;
	margin: 20px 0px;
}
.box .world-map-pic{
	margin: 10px 0px;
}
.box .googleplus{
	color: #505b6b;
	text-align: left;
	margin-left: 40px;
}
.box .googleplus a{
	color: #505b6b; 
}
.box .googleplus a:hover{
	color: #ffffff;
	text-decoration: none;
}
.box .googleplus i{
	font-size: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}
.box .global{
	color: #505b6b;
	font-style: italic;text-align: center;
	margin:0px 20px;
}
.box .iso-pic{
	margin: 10px 0px;
}

#resource-links{
	margin: 0px;padding: 0px;
	margin-top: 30px;
}
#resource-links li{
	list-style: none;
}
#resource-links li a{
	color: #e5e5e5;
	list-style: none;
	display: block;
	text-align: left;
	padding: 15px 20px;
	border-bottom:1px solid #292f38;
}
#resource-links li a i{
	float: right;
	margin-right: 10px;
	color: #5d697a;
}
#resource-links li a:hover{
	background-color: #292f38;
	text-decoration: none;
}
#resource-links li.first{
	border-top:1px solid #292f38;
}
#footer-content .box.last{border-right: 0px solid white;}

#footer-bottom-1{
	background-color: #292f38;
	width: 100%;
	min-width: 1080px;
}
#footer-bottom-1-content{
	width: 1080px;
	margin: auto;
}
#footer-logo{
	float: left;
	margin: 30px 20px;
}
#footer-bottom-1-content .telephone{
	float: right;
	position: relative;
	color: white;
	bottom:auto;
	margin: 30px 20px;
}
#footer-bottom-1-content .telephone p{
	color: #e5e5e5;
}
#footer-bottom-1-content .telephone p span{
	color: #B6BDC8;
}
#footer-link{
	margin: 0px;padding: 0px;margin-top: 3px;
	float: left;
}
#footer-link li{
	display: inline;
	margin: 5px;
	color: white;
	list-style: none;
	font-size: 13px;
}
#footer-link li a{
	color: #F7F7F7;
	font-weight: bold;
}

#footer-link-2{
	margin: 0px;padding: 0px;
	float: right;
}
#footer-link-2 li{
	display: inline;
	margin: 5px;margin-right: 40px;
	color: #e5e5e5;
	list-style: none;
	font-size: 13px;
}
#footer-link-2 li i{
	font-size: 30px;
	line-height: 24px;
	vertical-align: middle;
	margin-right: 10px;
	color: #1c62c1;
}
#footer-link-2 li a{
	color: #e5e5e5;
}
#footer-bottom-2{
	background-color: #19539F;
	width: 100%;
	min-width: 1080px;
}
#footer-bottom-2-content{
	width: 1080px;
	margin: auto;
	padding: 25px 20px;
	height: 70px;
}
#footer-search{
    cursor:pointer;
}
#footer-search .search-box{
  position: absolute;
  margin: -50px 0 0 245px;
  display:none;
}
#footer-search .searchWrap{
  width: 340px;
}
#footer-search .search {width:265px;}
#breadcrumb-wrapper{
	background-color: #367edf;
	padding: 13px 10px;
	border-bottom: 1px solid white;
}
#breadcrumb-wrapper > ul{
	width: 1080px;
	margin: auto;padding: 0px;padding-left: 10px;
	list-style: none;
}
#breadcrumb-wrapper > ul li{
	list-style: none;
	display: inline;
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.05px;
}
.B_currentCrumb{font-weight: bold;}
#breadcrumb-wrapper > ul li.seperator{
	margin: 0px 5px;font-weight: normal;
}
#breadcrumb-wrapper > ul li a{
	color: white;
}

.content-top{
	background: url("../images/content_top_bg.jpg") no-repeat center center scroll; 
  background-size: cover;
  padding: 25px 0px;
}
.content-top .content-top-content{
	width: 1080px;
	padding: 0px 10px;
	margin: auto;
	position: relative;
}
.content-top h1{
	margin: 0px;
	text-transform: uppercase;
	color: white;
	font-family: "Roboto Slab",sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 32px;
}
.content-top h3 {
	font-family: "Roboto Condensed",sans-serif;
    text-transform: uppercase;
    color: #bbb;
    font-size: 20px;
    margin: 0 0 2px; 
}
.content-top .rfq-btn{
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -22px 0 0 0;
    width: 212px;
	background-color: orange;
}
.rfq-btn:hover {
    background-color: #D8A518;
}
.landing-banner{
	margin-bottom: 20px;
}
#content{
	padding: 10px 0 10px 20px;
}
#main-content .two-col{
	  column-count: 2;
}
#content p
,#content ul{
	font-size: 15px;
	color: #53575A;
}

#content h2{
	font-size: 24px;
	color: #144588;
	font-weight: bold;
	font-family: "Roboto Condensed",sans-serif;
}

#content h3{
	font-size: 18px;
	font-weight: bold;
	font-family: "Roboto Condensed",sans-serif;
}

#sidebar-right{
	padding: 10px;
	margin-left: 20px;
	width: 220px;
	float: left;
}
#sidebar-left{
	padding: 10px;
	width: 220px;
	float: left;
}
.tpl-3 #content{
	width: 840px;
	margin-top: 20px;
	float: left;
}
.tpl-4 #content{
	width: 860px;
	float: left;
}
.landing-banner {
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
}
#content .divider{
	border-top:1px solid #8f9496;
	margin: 20px 0px;margin-top: 30px;
}
#standard-buckets{
	width: 100%;
	margin:20px auto;
	position: relative;
	clear:both;
}
.standard-bucket{
	width: 30.33%;
	margin-top:10px;margin-bottom: 10px;
	margin-right: 3%;
	float: left;
	position: relative;
	height: 220px;
	overflow: hidden;
}
.tpl-4 .standard-bucket{
	width: 45%;
	margin-right: 5%;
}
#standard-buckets.wide {
	width: 105%;
}
#standard-buckets.wide .standard-bucket{
	height:250px;
	width: 45%;
	margin-right: 5%;
}
.standard-bucket img{
	width: 100%;
	min-height:75%;
	position:absolute;
	bottom:0;
}
.standard-bucket img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center bottom; /* Moves the subject lower */
	display: block;
}

#content .standard-bucket h3{
	position: absolute;
	left: 13px;top:10px;
	margin: 5px 0px;
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: lighter;
	z-index: 9;
}
#content .standard-bucket .description{
	z-index: 8;
	position: absolute;
	color: #e5e5e5;
	font-weight: lighter;
	font-size: 14px;
	width: 100%;
	left: 0px;top:0px;
	padding: 20px;
	height: 220px;
	display: block;
	padding-top:45px;
	display: block;
	background-image: url("../images/blue_trans_90.png");
	top:250px;
	transition: all 0.3s ease;
}
.tpl-3 #standard-buckets.wide .standard-bucket .description {
	height: 250px;
}
#page-services #content .standard-bucket .description{
	top:0px;
}
#content .standard-bucket .more{
	background-color: #367edf;
	display: block;
	padding: 7px 10px;
	text-align: center;
	width: 110px;
	margin:15px auto;
}
#content .standard-bucket .deco{
	width: 100%;
	height: 91px;
	position: absolute;
	top:-15px;
	z-index: 1;
	background-image: url("../images/standard_bucket_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
}
#content .wide .standard-bucket .deco{
	background-image: url("../images/wide_bucket_bg.png");
}
#content .standard-bucket:hover .description{
	top:0px;
	transition: all 0.3s ease;
}
#content .content-cta{
	display: block;
	width: 100%;
	border-top:1px solid #8f9496;
	border-bottom: 1px solid #8f9496;
	margin: 30px 0 40px;
	clear: both;
}
#content .content-cta p{
	text-align: center;
	margin: 15px 0;margin-bottom: 10px;
	text-transform: uppercase;
	font-family: "Roboto Slab",sans-serif;
	color: #367edf;
	font-weight: bold;font-size: 20px;
}
#content .content-cta p.call{
	position: relative;
	margin: auto;margin-bottom: -20px;
	display: block;
	width: 240px;
	padding: 10px;
	font-size: 16px;
	color: gray;
	font-family: "Roboto Condensed",sans-serif;
	background-color: #F9F9F9;
}
#content .content-cta:hover, #content .content-cta:hover p.call {
	text-decoration: none;
}
#content .content-cta:hover p {
	text-decoration: underline;
}
.form-style{
	position: relative;
}
.form-style p{
	font-size: 12px;
}
.qc-form-style p {
    color: #d19f15;
    font-size: 18px;
    font-family: "Roboto Slab",sans-serif;
}
.qc-form-style p span {
    color: #428bca;
}
.form-style label{
	font-weight: normal;
	font-size: 10px;
	margin: 2px;
	padding: 0px;
	width: 100%;
	text-transform: uppercase;
	color: gray;
}
.form-style label.error{
	color: red;
}
.form-style input[type='text']
,.form-style input[type='email']
,.form-style textarea{
	border-radius: 4px;
	font-size: 12px;
	margin:3px 2px;
	padding:5px 8px;
	border:1px solid #c9cdd0;
	width: 100%;
	border-radius: 6px;
	margin-bottom: 7px;
	background: white !important;
}
.form-style input[type='submit']{
	border:0px solid white;
	margin:3px 2px;
	padding: 5px 20px;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 4px;
	font-weight: 600;
	width: 100%;
	border-bottom:2px solid #ab7f05;
	background: linear-gradient(to bottom,  #deaa19 0%,#d19f15 100%);
}
.qc-form-style input[type='submit']{
    display: table;
    margin: 0 auto;
    width: 150px;
}
.form-style input[type='file']{
	margin-bottom: 7px;
	font-size: 11px;
	background-color: white;
	border:1px solid #c9cdd0;
	padding: 4px 2px;
	width: 100%;
	border-radius: 6px;
}
.form-style input[type='submit']:hover{
	background: linear-gradient(to bottom,  #d19f15 0%,#deaa19 100%);
}
.form-style h4{
	font-family: "Roboto Slab",sans-serif;
	color: #dfaa19;
	padding-left: 50px;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.qc-form-style h4{
	font-family: "Roboto Slab",sans-serif;
	color: #104fa2;
	font-weight: bold;
	font-size: 24px;
	padding-left: 0px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.form-style h4 span{
	color: #367edf;
	font-size: 25px;
}
.form-style i{
	font-size: 40px;
	line-height: 40px;
	color: #c9cdd0;
	position: absolute;
	left: 0px;top:5px;
}
.qc-form-style .qc-right, .qc-form-style .qc-left{
    display: inline-block;
    vertical-align: top;
    width: 49% !important;
}
body .form-style .qc-right textarea {
    margin: 0 auto;
}
.qc-right grammarly-ghost {
    display: none !important;
}
.text-white {
    background: white !important;
    border-radius: 4px;
}
.qc-form-style .half {
    display: inline-block;
    width: 49%;
} 
.qc-inner-content {
    width: 100%;
    padding-bottom: 5px;
}
#sidebar-left{
	border-right: 1px solid #d2d4d5;
	padding: 0px;
}

#secondary-nav h2 a{
	margin-left: 10px;
	color: #1751a0;
	font-family: "Roboto Condensed",sans-serif;
	font-size: 23px;
	font-weight: bold;
}
#secondary-nav > ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#secondary-nav > ul a{
	border-top: 1px solid #d2d4d5;
	padding: 20px;padding-right: 40px;
	display: block;
	font-family: "Roboto Condensed",sans-serif;
	text-transform: uppercase;
	color: #53575A;
	position: relative;
	font-weight: normal;
	background-image: url("../images/arrow_right.png");
	background-repeat: no-repeat;
	background-position: 200px center;
}
#secondary-nav > ul li.last a{
	border-bottom: 1px solid #d2d4d5;
}
#secondary-nav > ul a:hover
,#secondary-nav > ul li.active a{
	background-color: #1751a0;
	color: white;
	text-decoration: none;
	transition: all 0.3s ease;
}

#page-contact-us .rfq-btn{
	display: none;
}

#contact{width: 35%;float: left;}
#map{width:60%;margin-left: 5%;float: left;height: 300px;
	border:1px solid #ececec;
	margin-top: 10px;
}
.address-block{
	margin: 0px;padding: 0px;
	margin-top: 10px;margin-bottom: 20px;
	width:60%;margin-left: 5%;float: left;
}
.address-block li{
	margin: 0px;padding: 0px;
	list-style: none;
	display: block;padding: 20px;
	padding-left: 50px;
	position: relative;
	font-size: 30px;
	text-transform: uppercase;
	border-bottom: 1px solid #d2d4d5;
	color: #d2d4d5;
}
.address-block li.last{
	border-bottom: 0px solid white;
}
.address-block li span{
	color: #dfaa19;
}
.address-block li i{
	position: absolute;left: 10px;top:10px;
	color: #367edf;
}

#rfq{
	width: 50%;
}

/* Customer Satisfaction form */

#customer #name,
#customer #email,
#customer #phone {
	width: 50%;
}

#customer textarea {
	resize: none;
}

#customer label {
	font-size: 14px;
	text-transform: none;
	color: #333;
}

table.customer-satisfaction {
	width: 100%;
}
table.customer-satisfaction .rating{
	width:8%;
}
#customer table.customer-satisfaction .label {display:none;}
table.customer-satisfaction .heading {
	font-weight: bold;
}

table.customer-satisfaction label {
	display: none;
}

/*tab*/
.tab-pane {
	padding: 10px;
}
.tab-pane table{
	font-size: 12px;
	width: 100%;
}
.tab-pane table td{
	padding: 2px;
}
.nav-tabs a{
	text-transform: uppercase;
	font-family: "Roboto Condensed",sans-serif;
	color: #9a9a9a;
	background-color: #e8edef;
}
.nav-tabs .active a{
	color:#1751a0!important;
	letter-spacing: 0.04em;
}
#secondary-nav-content ul > li > a:hover
,#secondary-nav-content ul > li.active > a{
	border-bottom: 10px solid #008dcd;
	text-decoration: none;
	color: #ececec;
	background-image: url("../images/trans_black_60.html");
}

/*mobile*/
#mobile-nav
,#mobile-nav-btn
,#secondary-nav-link-btn{
	display: none;
}

.goog-te-gadget img{
	display: none;
}
.goog-te-menu-value{
	padding: 5px 10px!important;
}
#global-nav .last{
	background-color: #1751a0;
    width: 84px;
    height: 30px;
    padding: 2px;
}
.goog-te-gadget-simple .goog-te-menu-value span{border-left-color: transparent !important;}
.goog-te-gadget-simple{
	background-color: transparent!important;
	border:0px solid white!important;
	width: 100px!important;
}
.goog-te-gadget-simple:hover{
	background-color: transparent!important;
}
.goog-te-gadget-simple .goog-te-menu-value span{font-size: 11px!important;margin-right: 10px;}

table.properties{border-left:1px solid #a0a0a0;border-top:1px solid #a0a0a0;margin:1em 0;}
table.properties td{padding:2px 15px 2px 10px;border-collapse:collapse;}
tr.graybg td,tr.graybg th{background:#e8e8e8;}
table.properties td,th{border-bottom:1px solid #c0c0c0;border-right:1px solid #c0c0c0;margin:0;}
table.properties th{vertical-align:bottom;}

.rfq-btn.yellow {
    border-color: #ab7f05;
    background-color: #deaa19 !important;
    text-shadow: 0 1px 2px #ab7f05;
}

.rfq-btn.yellow:hover {
    background-color: #367edf !important;
    color: white;
    text-decoration: none;
    border-color: #fff;
	text-shadow: 0 1px 2px #1751a0;
}

select.specChanger {
	display: inline-block;
	min-width: 200px;
	box-sizing: border-box;
	padding: 0.3em 0.67em;
	font-size: 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

table .btn-quote {
    background: #D8A518;
	color: #000000; 
	font-weight: bold;
    transition: all 0.165s ease;
}
table .btn-quote:hover {
    background: #f2b91b;
    color: #000000; 
    transition: all 0.165s ease;
}

#main-content form .half {
	width: 48%;
	float: left;
}
#main-content form .half.last {
	margin-left: 4%;
}
@media only screen and (max-width: 767px) {
	#main-content form .half, #main-content form .half.last {
		width: 100%;
		margin-left: 0%;
	}
}

.docs-box.clearfix {
    border: #BBB solid 1px;
    border-radius: 6px;
    background: #F3F3F3;
    padding: 5px;
    margin: 20px 0;
}

doc {
    display: block;
    color: #144588;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0 5px 19px;
}

.docs-box h4 {
    text-align: center;
    padding: 3px 0 7px;
    border-bottom: #c2c2c2 solid 1px;
    margin: 0 0 13px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3377D5;
}

.search-bar::placeholder {
    color: #dcf1ff;
}

.expert-btn {
    font-family: "Roboto Slab", sans-serif;
    color: white;
    text-transform: uppercase;
    background: #367edf;
    padding: 7px 20px;
    font-size: 20px;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #979797;
    box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .50);
    font-weight: bold;
}

.expert-btn:hover {
    text-decoration: none;
    color: white;
    background: #295b9e;
}

.calcbut {
    float: right;
    bottom: 200px;
    position: relative;
}

#page-weight-calculator #calc input[type="submit"],
#page-weight-test #calc input[type="submit"] {
    background-color: #ff9600;
    color: #242424;
    font-weight: bold;
    width: 200px;
    margin-right: 10px;
    padding: 10px 20px;
    border-radius: 15px;
}

#page-weight-calculator #calc input[type="reset"], 
#page-weight-test #calc input[type="reset"] {
    color: #262626;
    background: #B3B3B3;
    width: 100px;
    padding: 10px 20px;
    border-radius: 15px;
}

#page-weight-calculator #calc .right,
#page-weight-calculator #calc .right img {
    float: right;
    position: absolute;
    right: 0px;
    top: -80px;
    width: 300px;
    height: auto;
    top: -120px;
}

#page-weight-calculator select, #page-weight-test select {
    width: 150px;
    margin: 10px 0px;
    position: relative;
    height: 30px;
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 92, 0.17);
    margin-left: 10px;
}

#page-weight-calculator .landing-banner {
    display: none;
}

#page-weight-calculator input {
    margin: 10px 10px;
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 92, 0.17);
    padding: 5px;
}

#sidebar-left span a {
    margin-left: 10px;
    color: #1751a0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.1;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pdf-ctas {}
.pdf-ctas > a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    min-width: 190px;
    margin: 10px;
    padding: 0 1.25em;
    background: #ffa500;
    border: 1px solid #FFF;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    text-shadow: 0 2px 2px #055204;
    transition: all 0.165s ease;
}

.pdf-ctas > a:hover {
    background-color: #ffa500 !important;
    color: white;
    text-decoration: none;
    border-color: #fff;
    text-shadow: 0 1px 2px #1751a0;
}

.pdf-ctas #btn_rfq {}
.pdf-ctas #btn_dl_pdf {}

.pdf-iframe {
    position: relative;
    padding-bottom: 129.4%;
    padding-top: 0px;
    height: 0;
}

.pdf-iframe iframe,
.pdf-iframe object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.pdf-iframe .resp {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .pdf-iframe .default {
        display: none !important;
    }
    .pdf-iframe .resp {
        display: block !important;
    }
}
