/*======================================================
Screen Style Sheet
Canfield Technologies
------------------------------------------------------
Author(s):Melody Tran
Created:August 30th 2016
======================================================*/

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

/* General Classes */
*{
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
.hidden,.hidetext,.special,.smallsite{display:none !important;}
.clear{clear:both;}
.clearfix:after {content:"";display: block;height:0;clear:both;}
.warning,.error{color:#a00;font-size:10px;text-align:left;display:block;}
.errorMessage {color:#a00;font-size: 11px;font-weight: bold;text-align: left;margin:2px auto 0;display: block;}
#token {width:1px;height:1px;padding:0px;margin:0px;border:none;position:absolute;left:-9999px;}
.center {text-align: center;margin-left:auto;margin-right:auto;}
.left {float:left;}
.right {float:right;}
img.left {margin:0 15px 15px 0;}
img.right {margin:0 0 15px 15px;}
img {max-width: 100%;}
.unstyled {list-style:none;margin:0;padding:0;}
.sep {margin:0 3px;opacity:0.5;filter:alpha(opacity=50);}
.constrain {width:1200px;margin:0 auto;position: relative;}
a {
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
}

body {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility;
}
h1, h2, h3, h4 {
    font-family: "nimbus-sans";
	letter-spacing:0.0005em;
}
h1 {font-size:52px;font-weight:700;text-transform: uppercase;}
h2 {font-size:36px;color:#262626;margin: 10px 0 20px;}
h3 {font-size:30px;color:#555555;margin:0; padding:20px 0 10px;}
#main-content h3{
	color:#024281;
}
h4 {font-size:1.25em;}
#main-content p,
#main-content ul li,
#main-content ol li{color:#737373;font-size:16px; line-height: 1.6;}
#main-content ul li a,
a {color:#4F8EF7;}
#main-content ul li a:hover,
a:hover {color:#0767c6;}
hr {border-top:1px solid #ddd;}

input:focus,
textarea:focus{
	outline:none;
}

/* ****************************************** General Layout */
.tpl-3 #main-content{
    padding: 15px 0;
}
#content{
	padding:10px 0;
}
.tpl-4 #main-content {
    width: 76%;
    float: right;
}
#page-index #main-content{
    width: 1000px;
    margin: 0 auto;
    padding: 15px 0;
}
#page-index #main-content h1 {
    text-transform: uppercase;
    margin: 20px 0;
    font-size: 52px;
    letter-spacing: 0.0005em;
    font-weight: 700;
}

#page-index #main-content h2{
	display:none;
}

/*************************** Buttons ***************/
.rfq-btn{
	width:252px;
	background-color:#02468a;
	color:#fff !important;
    font-family: "nimbus-sans";
    font-size:18px;
    font-weight:700;
    letter-spacing: 0.05em;
	text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    padding:8px 0px;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
	display:block;
}
.content-cta .rfq-btn {
    margin-left: -126px;
    left: 50%;
    position: relative;
}
#page-index #main-content .rfq-btn {
    left: 50%;
    position: relative;
    margin: 30px 0 30px -126px;
}
.rfq-btn:hover,
.forms .submit:hover {
	background-color:#003162;
}


/* ***************************************** Header */
#header #header-top{
	background:#eee;
	height:115px;
}
#header #header-top .constrain{
	position:relative;
}
#header #logo {
    position: absolute;
    left: 0;
    top: 20px;
}
#header #logo img{
	width: 305px;
}
#header #logo-text {
    width: 30%;
    position: absolute;
    left: 12px;
    top: 85px;
	color: #cf2320;
}
#header .search-form {
    float: right;
    width: 275px;
    border: 1px solid #cccccc;
    position: relative;
    margin-top: 35px;
}
.search-input{
	width:100%;
	padding:8px 20px;
}
.search-btn {
    font-family: "Ionicons";
    background: none;
    border: none;
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 26px;
    color: #2f7ece;
}
#header #telephone{
    position: absolute;
    top:33px;
    right: 305px;
    color:#03519d;
    font-family: "nimbus-sans";
    font-weight:700;
    font-size: 32px;
}
#header #telephone a{
	pointer-events: none;
	color:#03519d;
}

#header-bottom{
	background-color:#004080;
}
#header-bottom .constrain{
	padding-left:-15px;
	padding-right:-15px;
}
/* ***************************************** Primary Navigation */
#primary-nav {
	clear: both;
	position:relative;
	z-index:10;
    font-family: "nimbus-sans";
}
#primary-nav a {
	display: block;
}
#primary-nav a:hover {
	text-decoration:none;
}
#primary-nav > li {
	font-size:0.85em;
	font-weight:600;
	text-transform:uppercase;
	height:60px;
    line-height:60px;
	margin:0;
	padding:0;
	float:left;
	display:block;
	position:relative;
}
#primary-nav > li:hover {
	background:#003162;
}

#primary-nav > li.hover > a, 
#primary-nav > li:hover > a, 
#primary-nav > li.active:hover > a {
	color:#fff;
	text-shadow:none;
}
#primary-nav > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    vertical-align: middle;
    padding: 0 34px;
    position: relative;
}

#primary-nav > li.active{
	background:#003162;
}
#primary-nav ul {
	list-style:none;
	background:url(/images/general/dropdown-bg.png) center center/350px 187px repeat #eee;
	padding:10px 0;
	width:310px;
	position:absolute;
	top:60px;
	left:0;
	z-index:10;
	display:none;
}
#primary-nav li > ul:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 13px 13px;
    border-color: #eee transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -13px;
    left: 18%;
}

#primary-nav ul li {
	line-height:normal;
	margin:0 2px;
}
#primary-nav ul li:hover a, 
#primary-nav ul li.active:hover a{
	color:#0767c6;
}
#primary-nav li.active ul li a, 
#primary-nav ul li a {
	color:#000000;
	padding:10px 20px;
	display:block;
	text-transform: capitalize;
	font-size:14px;
}


/* ***************************************** Home Banner */
#home-banner, 
#home-banner .slides li {
	height:475px;
}
#home-banner {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:0;
}
#home-banner .slides li {
	background-repeat: no-repeat;
	background-position: bottom center;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
	width:100%;
	margin:0;
	display:none;
}
#home-banner .caption {
    font-family: "nimbus-sans";
	color:#fff;
	display: block;
	text-decoration: none;
	padding-top:120px;
}
#home-banner h2{
	color:#fff;
	font-size:62px;
	font-weight:700;
	margin:0;
    text-shadow: 2px 2px #000;
}
#home-banner p{
	font-size:18px;
	font-weight:700;
}
#home-banner .learnmore{
	background-color:#02468a;
	width:165px;
	color:#fff;
	text-transform: uppercase;
	font-weight:700;
	text-align: center;
	padding:8px 0;
	margin-top:20px;
	letter-spacing: 0.0005em;
}
#home-banner .learnmore:hover{
    background-color:#003162;
}
.flex-control-paging li a{
	background-color:#bfbfbf;
	border-radius:0;
}
.flex-control-paging li a.flex-active{
	background-color:#04519f;
}

/******************* Landing Banner ************/
.landing-banner {
    height: 296px;
    padding: 90px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    position:relative;
}
.landing-banner:before {
    content:"";
    background:rgba(0,0,0,0.1);
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
}

.landing-banner h1{
	margin:0;
	color:#fff;
    text-shadow: 2px 2px #000;
    text-shadow:2px 2px rgba(0,0,0,0.8);
}

.banner-rfq-btn {
    float: right;
    margin-right: 160px;
    margin-top: 20px;
    z-index: 99999999;
    position: relative;
}
	

/* ***************************************** Content CTA */
.content-cta{
	margin-top:20px;
    padding:20px 0;
    position: relative;	
    clear: both;
}
.content-cta:before,
#sidebar-right:before,
.content-cta:after,
#sidebar-right:after {
    content: "";
    height: 1px;
    width: 34%;
    background-color: #7a7a7a;
    position: absolute;
    top: 40px;
}
#sidebar-right:before,
#sidebar-right:after{
    width: 45%;	
}
.content-cta:before,
#sidebar-right:before{
    left: 0;
}
.content-cta:after,
#sidebar-right:after{
    right: 0;
}


/* ***************************************** Buckets */
#home-buckets {
    margin:20px 0;
    clear: both;
}
#home-buckets .fauxlink{
	color:#fff;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
    text-decoration: none !important;
    display: block;
    width: 47%;
    height:300px;
    margin: 15px;
    position:relative;
}

#home-buckets .bkt-caption{
	font-size:16px;
	background-color:rgba(0,49,98,0.7);
    width:100%;
    height:150px;
    padding:20px;
    position:absolute;
    bottom:0;
    left:0;
    opacity:0;
    filter: alpha(opacity=0); /* For IE8 and earlier */	
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
}
#home-buckets .bkt-caption p{
	color:#fff;
}
#home-buckets .learnmore{
    font-family: "nimbus-sans";
	position:absolute;
	bottom:20px;
	font-style: italic;
}
#home-buckets h3{
	color:#fff;
	text-transform: uppercase;
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
}
#home-buckets h3 a{
	color:#fff;	
	letter-spacing: 0.0005em;
}
#home-buckets .fauxlink:hover h3 a{
	color:#fff !important;
}
#home-buckets .fauxlink:hover .bkt-caption{
    opacity:1;
    filter: alpha(opacity=100); /* For IE8 and earlier */		
}
#buckets{
	text-align: center;
	margin:20px 0;
}
#buckets .fauxlink {
    margin-bottom: 30px;
    text-decoration: none;
    height: 320px;
}
.id-83 #buckets .fauxlink {
	display: inline-block;
	float:none;
}
.tpl-3 #buckets .bkt-caption{
	height:140px;
	position: relative;
}
.tpl-4 #buckets .fauxlink{
    width: 50%;
    height:315px;
}
#buckets img {
    margin: 0 auto;
    display: block;
}
.tpl-4 #buckets .bkt-caption{
	height:140px;
	position: relative;
}
#buckets .bkt-caption{
	text-align: left;
	color:#737373;
	font-size:16px;
	position: relative;
	padding-top:50px;
}
#buckets h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 15px 15px 15px 0;
    display: inline;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
#buckets h3 a{
    color: #262626;	
}
#buckets .bkt-caption:before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #7a7a7a;
    position: absolute;
    right: 0;
    top: 28px;
}
#buckets .learnmore {
    font-family: "nimbus-sans";
    color: #262626;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 0;
}
#division ul li a:hover,
#division ul li a:hover i,
#division h3 a:hover,
#secondary-nav li a:hover,
.fauxlink:hover h3 a{
	color:#0767c6 !important;
	text-decoration: none !important;
}

/*************** PDF **********/
.pdf-list {
    position: relative;
    padding-top: 65px;
}
.pdf-list h3{
	color:#024281;
    margin: 0;
    padding: 15px 15px 15px 0;
    display: inline;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
/*
.pdf-list:before{
    content: "";
    height: 1px;
    width: 100%;
    background-color: #7a7a7a;
    position: absolute;
    right: 0;
    top: 32px;	
}
*/
.pdf-list a{
	color:#222;
	text-decoration: none !important;
	margin:15px 0;
	display: block;
}
.pdf-list .left {
	line-height: 42px;
	background: #f4f4f4;
	box-shadow: inset 0 0 1px #ddd;
	-moz-box-shadow: inset 0 0 1px #ddd;
	-webkit-box-shadow: inset 0 0 1px #ddd;
	height: 42px;
	width: 85%;
	padding: 0 15px;
    float: left;
}

.pdf-list strong {
	text-transform: uppercase;
}
.pdf-list span{
	font-size: 0.9em;
}
.pdf-list .title{
	font-weight: bold;
	text-transform: uppercase;
}
.pdf-list .title i{
	margin:0 5px 0 0;
}
.pdf-list .format,
.pdf-list .btn{
	float: right;
}
.pdf-list .btn {
    font-weight: bold;
    width: 15%;
	background-color:#02468a;
    border-radius: 0;
    color: #fff;
    height: 42px;
    line-height: 42px;
}
.pdf-list a:hover .left{
	background: #ddd;
}
.pdf-list a:hover .btn{
background-color:#003162;
}

/*************** Division Nav ***********/
#division.constrain {
    width: 1000px;
    margin: 45px auto 0;
}
#division .left,
#division .right{
	width:48%;
	padding:30px 0;
}
#division h3 a{
    font-family: "nimbus-sans-condensed";
	color:#262626;
	font-size:36px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
#division h3{
	position:relative;	
	text-align: center;
}
#division .division-left h3:before {
    content: url("/images/content/canfield_red_logo.jpg");
    position: absolute;
    top: -35px;
    left: 47%;
}
#division .division-right h3:before {
    content: url("/images/content/luken_blue_logo.jpg");
    position: absolute;
    top: -35px;
    left: 37%;
}
#division ul{
	text-align: left;
}
#division ul li{
	padding:10px 20px;
	border-bottom:1px solid #dedede;
}
#division ul li a{
	font-size:16px;
	color:#737373;	
}
#division ul li .ion-chevron-right{
	float: right;
}
#division ul li i{
	color:#737373;	
}
#division ul li .ion-android-checkbox-blank {
    padding-right: 15px;
    font-size: 10px;
}

/************** Featured Products ************/
.featured-products {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    box-shadow: none;
    border-radius: 0;
    border: none;
   	text-align: center;
}
.featured-products > h3{
	text-align: center;
	padding:30px 10px;
	display:inline;
	background-color:#fff;
	position: relative;
}
.featured-products h3 a{
	color:#262626;	
	text-decoration: none;
}
.featured-products:before, 
.featured-products:after {
    content: "";
    height: 1px;
    width: 36%;
    background-color: #7a7a7a;
    position: absolute;
    top: 47px;
}
.featured-products:before{
	left:0
}
.featured-products:after{
	right:0;
}

.featured-products li h3 {
    color: #262626;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
}
.featured-products li .learnmore{
	color:#7a7a7a;
	font-style: italic;
    font-family: "nimbus-sans";
}

.fauxlink{
	cursor: pointer;
}

/* ****************************************** Sidebar - Left */
#sidebar-right {
    width: 100%;
    padding: 20px 0 50px;
    text-align: center;
    position: relative;
    clear: both;
}
#sidebar-left {
    width:20%;
    float:left;
   border-right:1px solid #888;
}
#sidebar-left h3{
	border-bottom:1px solid #888;
}
#sidebar-left h3 a{
	color:#555555;
}
#secondary-nav {
    padding: 10px 0;
}
#secondary-nav li a {
    color: #555555;
    font-family: "nimbus-sans";
    font-size: 15px;
    display: block;
    padding: 5px 0;
    text-decoration: none;
}
#secondary-nav > li:after {
    content: "\f218";
    font-family: "Ionicons";
    position: absolute;
    right: 20px;
    top: 5px;
}
#secondary-nav > li, #secondary-nav ul li {
    position: relative;
}
#secondary-nav > li.active:after{
	content:"\f209";	
}
#secondary-nav > li > a{
    text-transform: uppercase;	
     padding: 6px 0;
}
#secondary-nav > li > ul{
	padding-left:10px;
}
#secondary-nav > li > ul > li{
	font-size:22px;
}
#secondary-nav > li > ul > li > ul{
	padding-left: 20px;
}
#secondary-nav > li.active > a{
	color:#003162;
	font-weight:700;
}
#secondary-nav > li > ul li.current > a{
	color:#003162;
	font-style: italic;	
}
/* ****************************************** Sidebar - Right */

#quickContact{
	width:745px;
	margin:30px auto 0;
}
#quickContact h4{
	font-size:32px;
	color:#262626;
	text-align: center;
	font-weight:700;
}
#quickContact p{
	text-align: center;
}
.forms .input-group:nth-child(1),
.forms .input-group:nth-child(3){
	width:49%;
	float:left;
}
.forms .input-group:nth-child(2),
.forms .input-group:nth-child(4){
	width:49%;
	float:right;
}
#rfq{
	width:860px;
	margin:0 auto;
}
#rfq .submit{
	margin-left:-73px;
	left:50%;
	position:relative;
}
/* ****************************************** Forms */

.forms .input-group {
    margin: 0 auto 15px;
    width: 100%;
}
.forms label {
	position: absolute;
	left:-9999px;
}
.forms input, 
.forms textarea,
.forms select {
	color:#232323;
	line-height:1.2;
	background:#e9e9e9;
	width:100%;
	margin:0;
	padding:15px 12px;
	display:block;
	border:none;
}
.forms .file-upload-button{
	position:relative;
}
.forms #fileUpload{
	position: absolute;
	top:0;
	opacity:0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}
.forms #file_Attachment {
    background-image: url(/images/general/clip.png);
    background-repeat: no-repeat ;
    background-position:95% center;
}
.forms textarea {
	height:180px;
}
.forms .submit {
	color:#fff;
	background: #004080;
	border-radius:2px;
	width:146px;
	text-transform: uppercase;
    font-family: "nimbus-sans";
    font-size:14px;
    font-weight:700;
    padding:18px 0;
}
#quickContact .submit{
	margin-left:-73px;
	left:50%;
	position: relative;
}

/****************** Contact Page *********/
.contact-page{
	border-top:1px solid #555555;
	padding:40px 0;
}
.contact-page .contact-info{
	width:25%;
}
.contact-info h4{
	color:#013f7e;
	font-size:16px;
	text-transform: uppercase;
	font-weight:700;
}
#contact{
	width:72%;
	float:right;
}
.contact-block{
	margin-bottom:30px;
}
/* ***************************************** Search Results */
.sisea-highlight {text-shadow:1px 1px 1px #fff;background:#e9e9e9;padding:3px;}
.sisea-paging {color:#777;font-size:12px;text-transform:uppercase;margin:15px 0;}
.sisea-result-pages {margin-right:2px;}
.sisea-current-page {color:#000;}
.sisea-result h3 {color:#999;}


/* ***************************************** Breadcrumbs & SM Toolbar */
#bread-social {
    margin:0;
    padding:8px 0;
    background-color:#e9e9e9;
}
ul.B_crumbBox {
    list-style:none;
    margin:0;
    padding:0;
    float:left;
    line-height: 40px;
}
ul.B_crumbBox li {
	color:#262626;
	font-weight: 700;
	display:inline;
}
ul.B_crumbBox li a {
	color:#262626;
	font-weight:400;
}
#bread-social .rfq-btn{
	float:right;
}
/*
#share-media-bar {text-align:right;height:24px;float:right;}
#share-media-bar > div {float:left;margin:2px 8px 0 0 !important;padding:0;}
#share-media-bar .share-twitter {height:22px;padding:0;}
#share-media-bar .share-twitter iframe{width:56px !important;}
#share-media-bar .share-gplus {height:22px;width:34px;}
#share-media-bar .share-gplus iframe{float:left;height:22px;width:34px !important;}
#share-media-bar .share-facebook  {height:21px;}
#share-media-bar .share-linkedin{height:21px;margin-right:0 !important;}
#share-media-bar .share-linkedin #li_ui_li_gen_1400352143072_0 #li_ui_li_gen_1400352143072_0-title {height:20px !important;min-height:20px !important;}
*/

/*************** Tables styless***************/
table{
	width:92%;
	margin:15px 0;
}
table,
table td{
    border: 1px solid #888;
}
table tr th,
table td{
	padding:5px;
    color: #666;
    font-size: 14px;
    text-align: left;
    line-height:1.2;
}
table tr:first-child td {
    font-weight:bold;
    background:#eee;
}
.id-49 table.low-melt-1,
.id-49 table.low-melt-2{
	width:48%;
	float:left;
	margin:5px 0;
}
/* ****************************************** Footer */
#footer {
    clear:both;
    background-color:#dfdfdf;
-webkit-box-shadow: inset 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    inset 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
box-shadow:         inset 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
}
#footer .footer-top{
	padding:60px 0 30px;
}
#footer .footer-top .footer-top-inner{
	width:900px;
	margin:0 auto;
}

#footer .footer-top .address-block{
	width:50%;
	float:left;
}
#footer .footer-top .flag, 
#footer .footer-top .iso_logo {
    width: 21%;
    float: right;
    margin: 3% 2%;
}
#footer #footer-logo img{
	margin-top:20px;
}
#footer .footer-top .left{
	text-align: center;
	position:relative;
}
#footer .footer-top .left:after {
    content: "";
    width: 2px;
    height: 100px;
    background-color: #bfbfbf;
    position: absolute;
    right: 5px;
}
#footer .footer-top .right {
    padding: 0 0 0 40px;
    position: relative;
}
#footer .footer-top .right .address{
	margin-bottom:10px;
}
#footer .footer-top .right p{
	margin:0;
}
#footer .footer-top .links{
	padding:20px 0 0;
	margin-top:20px;
	border-top:1px solid #bfbfbf;
}
#footer .footer-top .links a {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 10px;
}
#footer a,
#footer p{
	color:#7a7a7a;	
}
#footer a:hover{
	color:#0767c6 !important;	
}
#footer .footer-top .links,
#footer .footer-top #copyright{
	text-align: center;
	margin-bottom:5px;
}
#footer .footer-bottom{
	background-color:#004080;
	text-align: center;
	padding:10px 0;
}
#footer .social-links a{
	font-size:22px;
	color:#fff;
	margin:0 20px;
}

/*************** IE styless***************/

.ie7 .col-md-2,
.ie8 .col-md-2 {
    width: 16.66666667%;
    float:left;
}
.ie7 .col-md-4,
.ie8 .col-md-4 {
    width: 33.33333333%;
    float:left;
}
.ie7 .col-md-6,
.ie8 .col-md-6 {
    width: 40%;
    float:left;
}

.ie8 #primary-nav > li >a{
	padding:0 40px;
}
.pdf-ctas {
    width: 100%;
    text-align: center;
}
.pdf-ctas > a {
	margin: 10px;
    display: inline-block;
    width: 252px;
    background-color: #02468a;
    color: #fff !important;
    font-family: "nimbus-sans";
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 0px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.pdf-ctas > a:hover {
    background-color: #003162;
}
.pdf-ctas #btn_rfq {  }
.pdf-ctas #btn_dl_pdf {  }
.pdf-iframe {
    position: relative;
    padding-bottom: 129.4%; /* 8.5:11 */
    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; }
}
/*Locate A Distributor Page*/
.search-container {
	width: 30%;
}
.usa-map {
	width: 70%;
}
.distributor-search {
	clear:both;
	display: none;
}
.search-container .submit {
	width: 252px;
    background-color: #02468a;
    color: #fff !important;
    font-family: "nimbus-sans";
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 0px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
	margin: 10px 0;
}

#footer .footer-top .left {
    width: 30%!important;
    height: 145px;
}#footer .footer-top .right {
        width: 70%!important;
    height: 145px;
}

.footer-top .logo { display: inline-block; float: right; width: 20%; }
#footer .footer-top .address-block { width: 30%; float: left; }