/*
Theme Name: Forward Door
Author: Lighthaus Design
Author URI: http://lighthausdesign.com
Version: 5

*/


@charset "UTF-8";
/* CSS Document */

/* 
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea, select {
   -webkit-appearance: none;
}

@font-face {
    font-family: 'KS';
    src: url('fonts/KSR.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KS';
    src: url('fonts/KSL.otf');
    font-weight: 100;
}

@font-face {
    font-family: 'KS';
    src: url('fonts/KSB.otf');
    font-weight: 700;
}

@charset "UTF-8";
/* CSS Document */



/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px 20px;
	margin: 0px auto;
	max-width: 1100px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 660px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

/*  GRID OF TWELVE   ============================================================================= */

.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
	width: 91.53%;
}

.span_10_of_12 {
	width: 83.06%;
}

.span_9_of_12 {
	width: 74.6%;
}

.span_8_of_12 {
	width: 66.13%;
}

.span_7_of_12 {
	width: 57.66%; 
}

.span_6_of_12 {
	width: 49.2%; 
}

.span_5_of_12 {
	width: 40.73%; 
}

.span_4_of_12 {
	width: 32.26%; 
}

.span_3_of_12 {
	width: 23.8%;
}

.span_2_of_12 {
	width: 15.33%; 
}

.span_1_of_12 {
	width: 6.86%; 
}


/*  GO FULL WIDTH AT LESS THAN 660 PIXELS */

@media only screen and (max-width: 660px) {
	.span_12_of_12 {
		width: 100%; 
	}
	.span_11_of_12 {
		width: 100%; 
	}
	.span_10_of_12 {
		width: 100%; 
	}
	.span_9_of_12 {
		width: 100%; 
	}
	.span_8_of_12 {
		width: 100%; 
	}
	.span_7_of_12 {
		width: 100%; 
	}
	.span_6_of_12 {
		width: 100%; 
	}
	.span_5_of_12 {
		width: 100%; 
	}
	.span_4_of_12 {
		width: 100%; 
	}
	.span_3_of_12 {
		width: 100%; 
	}
	.span_2_of_12 {
		width: 100%; 
	}
	.span_1_of_12 {
		width: 100%; 
	}
}

/******************

   Header & Footer
   
******************/

header {
}

#index .sub-header {
	display: none;
}

.sub-header {
	padding: 15px 0;
}

.sub-header .contact {
	text-align: right;
	padding-top: 10px;
}

.sub-header .contact a{
	font-family:'KS';
	font-size:40px;
	line-height:100%;
	color:rgb(0,63,83);
	text-decoration: none;
}

.sub-header .contact a:hover{
	text-decoration: underline;
}

.sub-header .contact p{
	font-family:'KS';
	font-size:18px;
	letter-spacing:2pt;
	line-height:100%;
	color:rgb(48,183,205);
	text-transform: uppercase;
	margin-top: 8px;
}

@media only screen and (min-width: 761px) {

nav {
	background-color:rgb(0,64,84);
	border-bottom: 8px solid rgba(48,183,206,0.3);
}

nav ul {
	list-style: none;
	text-align: center;
}

nav ul li {
	display: inline-block;
	/*padding: 30px 33px 32px 33px;*/
	position: relative;
}

nav ul li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'KS';
	font-size:18px;
	letter-spacing:2pt;
	line-height:100%;
	padding: 25px 33px 27px 33px;
	display: block;
}

nav ul li a:hover,
nav ul li.current-menu-item a,
nav ul li.current_page_parent a {
	color:#30B7CC;
}

nav ul li.current_page_parent ul.sub-menu li a {color:#fff;}

nav ul li ul {
	position: absolute;
	width: 270px;
	background: #30B7CD;
	border-top: 10px solid #fff;
	display: none;
	left: -50%;
	right: -50%;
	margin: auto;
	height: auto!important;
}

nav ul li:hover ul {
	display: block;
	z-index: +1;
}

nav ul li ul li {
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

nav ul li ul li:last-child {
	border-bottom: none;
}

nav ul li ul li a {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	padding: 15px 23px 20px 23px;
}

nav ul li ul.sub-menu li a:hover,
nav ul li ul.sub-menu li.current-menu-item a{
	color: #004055;
}

}

nav ul li.menu-item-has-children > a {cursor: default;}

#footer-quick-contact {
	background: #2FB4CB;
	padding: 70px 0;
}

#footer-quick-contact h3 {
	font-family:'KS';
	font-size:28px;
	line-height:100%;
	color:rgb(255,255,255);
	text-align:left;
	text-shadow:1px 1px 0px rgba(0,0,0,0.2);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#33000000,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#33000000,Positive=true);
	text-transform: uppercase;
	margin-bottom: 40px;
	margin-right: 3%;
}

#footer-quick-contact p {
	font-family:'KS';
	font-size:16px;
	line-height:160%;
	color:rgb(255,255,255);
	text-align:left;
	max-width: 344px;
	margin-right:3%;
}

#footer-quick-contact ul {
	list-style: square;
	margin-left: 17px;
	margin-top: 10px;
}

#footer-quick-contact ul li {
	font-family:'KS';
	font-size:20px;
	color:rgb(255,255,255);
	margin-bottom: 15px;
}

#footer-quick-contact ul li a{
	color:rgb(255,255,255);
	text-decoration: none;
}

#footer-quick-contact ul li a:hover{
	text-decoration: underline;
}

#footer-copyright{
	background: #004054;
	text-align: center;
	padding: 55px 0 30px 0;
}

#footer-copyright img{
	padding-bottom: 20px;
}

#footer-copyright p {
	font-family:'KS';
	font-size:20px;
	color:rgba(255,255,255,0.7);
	padding: 20px 0;
	line-height: 130%;
}

#footer-copyright p.small-text{
	font-size:16px;
	letter-spacing:1pt;
	line-height:130%;
	border-top: 1px solid rgba(128,160,170,0.3);
}

#footer-copyright p span {
	padding: 0 20px;
}

#footer-copyright p a {
	color:rgba(255,255,255,0.7);
	text-decoration: none;
}

#footer-copyright p a:hover {
	color: #fff;
	text-decoration: underline;
}

#qc .qc_text,
#qc .qc_textarea,
#qc .qc_submit {
	width: 47%;
	border: none;
	outline: none;
	font-family:'KS';
	text-transform: uppercase;
	box-sizing: border-box;
}

#qc .qc_text {
	float: left;
	height: 44px;
	margin-bottom: 30px;
	padding: 0 10px;
}

#qc .qc_textarea {
	float: right;
	height: 118px;
	resize:none;
	margin-bottom: 30px;
	padding: 10px;
}

#qc .qc_submit {
	font-size:15px;
	letter-spacing:1pt;
	color:rgb(255,255,255);
	height: 44px;
	background: rgb(0,64,84);
	float: right;
	line-height: 44px;
	cursor: pointer;
}

#qc button:hover {
	background: rgb(0,32,43);
}

::-webkit-input-placeholder,
::-webkit-input-placeholder {
	font-family:'KS';
	font-size:14px;
	letter-spacing:1pt;
	color:rgb(0,63,83); 
}

:-moz-placeholder,
:-moz-placeholder{ /* Firefox 18- */
	font-family:'KS';
	font-size:14px;
	letter-spacing:1pt;
	color:rgb(0,63,83);   
}

::-moz-placeholder,
::-moz-placeholder {  /* Firefox 19+ */
	font-family:'KS';
	font-size:14px;
	letter-spacing:1pt;
	color:rgb(0,63,83);  
}

:-ms-input-placeholder,
:-ms-input-placeholder {  
	font-family:'KS';
	font-size:14px;
	letter-spacing:1pt;
	color:rgb(0,63,83); 
}
@media only screen and (max-width: 1140px) and (min-width: 991px){
	nav ul li a {
		font-size:18px;
		letter-spacing:2pt;
		padding: 25px 21px 27px;
	}
}

@media only screen and (max-width: 990px) and (min-width: 761px){
	nav ul li a {
		font-size: 15px;
		letter-spacing: 1pt;
		padding: 25px 15px 27px;
	}
	nav ul li ul li a {
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0;
		padding: 15px 23px 14px;
	}
}

@media only screen and (max-width: 990px) and (min-width: 661px){
	#footer-quick-contact {
		padding: 30px 0;
	}
	#footer-quick-contact h3 {
		font-size: 26px;
		margin-bottom: 25px;
	}
	#footer-quick-contact p {
		font-size: 14px;
	}
	#footer-quick-contact ul li {
		font-size: 16px;
	}
	#footer-copyright {
		padding: 45px 0 20px 0;
	}
	#footer-copyright p {
		font-size: 16px;
		padding: 15px 0;
	}
	#footer-copyright p span {
		padding: 0 10px;
	}
	#footer-copyright p.small-text {
		font-size: 14px;
	}
}

@media only screen and (max-width: 660px) {
	.sub-header {
		text-align: center;
	}
	.sub-header .contact {
		text-align: center;
		margin-top: 15px;
	}
	#footer-quick-contact {
		padding: 40px 0 20px;
	}
	#footer-copyright {
		padding: 40px 0 25px 0;
	}
	#footer-quick-contact .span_8_of_12 {
		margin-top: 30px;
	}
	#footer-copyright .section {
		padding: 0 15px;
	}
	#footer-copyright p {
		font-size: 16px;
		padding: 15px 0;
	}
	#footer-copyright p span {
		padding: 0 10px;
	}
	#footer-copyright p.small-text {
		font-size: 14px;
	}
	#qc .qc_text, #qc .qc_textarea, #qc .qc_submit {
		width: 100%;
	}
	#footer-quick-contact p {
		max-width: 999px;
	}
	#footer-copyright p.small-text {
		font-size: 14px;
	}
}

/******************

   Index
   
******************/

body.home .sub-header{
	display: none;
}

#home-main-callout {
	background: url(images/home_background.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding-top: 110px;
	padding-bottom: 50px;
}

#home-main-callout img {
	max-width: 364px;
	width: 75%;
	margin: auto;
}

p#home-main-callout-address {
	font-size:22px;
	letter-spacing:2pt;
	line-height:100%;
	color:rgb(0,63,83);
	font-family: 'KS';
	margin-top: 35px;
}

p#home-mail-callout-phone{
	font-family: 'KS';
	font-size:55px;
	line-height:100%;
	color:rgb(0,63,83);
	margin-top: 25px;
}

#home-main-callout-bottom-section {
	padding-top: 23%;
}

#home-main-callout-bottom-section h2 {
	font-size:34px;
	line-height:100%;
	color:rgb(0,63,83);
	font-family: 'KS';
	margin-bottom: 10px;
}

#home-main-callout-bottom-section p {
	font-family:"Open Sans";
	font-size:18px;
	line-height:150%;
	color:rgb(75,76,74);
	padding-bottom: 20px;
}

#home-main-callout-bottom-section button {
	min-height: 60px;
	background-color:rgb(0,64,84);
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	border: none;
	font-size: 22px;
	font-family: 'KS';
	line-height: auto;
	padding: 0 23px;
	cursor: pointer;
}

#home-main-callout-bottom-section button:hover{
	background: rgb(0,32,43);
}

#home-main-callout-bottom-section button:before {
	content: '';
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 12px;
	vertical-align: sub;
}

#home-main-callout-bottom-section button.residental-door:before {
	background: url(images/res_doors_icon.png) no-repeat center center;
}

#home-main-callout-bottom-section button.commercial-door:before {
	background: url(images/com_doors_icon.png) no-repeat center center;
}

#home-product-grid {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 10px;
}

#home-product-grid .text-section {
	text-align: center;
	margin-bottom: 30px;
}

#home-product-grid .text-section h2 {
	font-size:34px;
	line-height:100%;
	color:rgb(0,63,83);
	font-family: 'KS';
	margin-bottom: 10px;
}

#home-product-grid .text-section p {
	font-family:"Open Sans";
	font-size:18px;
	line-height:150%;
	color:rgb(75,76,74);
}

#home-product-grid .product-grid {
	width: 100%;
	float: none;
	clear: both;
	overflow: auto;
}

#home-product-grid .product-grid .home-door-product {
	width: 31%;
	float: left;
	margin-right: 2%;
	border-top: 8px solid #2293A9;
	margin-bottom: 40px;
	cursor: pointer;
}

#home-product-grid .product-grid .home-door-product h3.home-door-title {
	background:rgb(48,183,206);
	text-align: center;
	text-transform:uppercase;
	color: #fff;
	font-family: 'KS';
	text-shadow:1px 1px 0px rgba(0,0,0,0.2);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#33000000,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#33000000,Positive=true);
	font-size: 21px;
	padding: 17px 10px 15px 10px;
}

#home-product-grid .product-grid .home-door-product:hover h3.home-door-title {
	background: #004054;
}

#home-product-grid .product-grid .home-door-product img {
	width: 100%;
}

@media only screen and (min-width: 991px) {
	#home-product-grid .product-grid .home-door-product:nth-child(3n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 990px) and (min-width: 661px){
	#home-main-callout {
		padding-top: 90px;
		padding-bottom: 30px;
	}
	
	p#home-main-callout-address {
		font-size:20px;
		margin-top: 15px;
	}
	
	p#home-mail-callout-phone{
		font-size:45px;
		margin-top: 15px;
	}
	
	#home-main-callout-bottom-section {
		padding-top: 200px;
	}
	
	#home-main-callout-bottom-section h2 {
		font-size:30px;
	}
	
	#home-main-callout-bottom-section p {
		font-size:16px;
		padding-bottom: 15px;
	}
	
	#home-main-callout-bottom-section button {
		min-height: 50px;
		font-size: 18px;
	}
	#home-product-grid .product-grid .home-door-product {
		width: 48%;
	}
	
	#home-product-grid .product-grid .home-door-product:nth-child(even) {
		margin-right: 0;
	}
	
}

@media only screen and (max-width: 660px) and (min-width: 561px){
	#home-product-grid .product-grid .home-door-product {
		width: 48%;
	}
	
	#home-product-grid .product-grid .home-door-product:nth-child(even) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 660px) {
	#home-main-callout {
		background: #ceccb4;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlY2NiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2U2ZThlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top, #ceccb4 0%, #e6e8e5 40%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ceccb4), color-stop(40%,#e6e8e5));
		background: -webkit-linear-gradient(top, #ceccb4 0%,#e6e8e5 40%);
		background: -o-linear-gradient(top, #ceccb4 0%,#e6e8e5 40%);
		background: -ms-linear-gradient(top, #ceccb4 0%,#e6e8e5 40%);
		background: linear-gradient(to bottom, #ceccb4 0%,#e6e8e5 40%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceccb4', endColorstr='#e6e8e5',GradientType=0 );
		padding-top: 50px;
	}
	#home-main-callout-bottom-section {
		padding-top: 30px;
		border-top: 1px solid rgba(0,63,83,0.3);
	}
	p#home-mail-callout-phone {
		padding-bottom: 30px;
	}
	#home-main-callout-bottom-section h2 {
		line-height: 115%;
	}
	#home-main-callout-bottom-section button.residental-door {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 560px) {
	#home-product-grid .product-grid .home-door-product {
		width: 100%;
		margin-right: 0;
	}
}

/******************

   About Sub
   
******************/

.sub {
	padding: 50px 0;
}

.about_content h1,
.product_content h1,
.entry-header h1{
	font-family:'KS';
	font-size:42px;
	line-height:100%;
	color:rgb(0,63,82);
	margin-right: 2%;
	margin-bottom: 5px;
}

.about_content h2,
.product_content h2{
	color: #003F52;
	font-size: 22px;
	font-family:"Open Sans";
	font-weight: 600;
	line-height: 130%;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-right: 2%;
}

.about_content h3,
.product_content h3{
}

.about_content h4,
.product_content h4{
}

.about_content h5,
.product_content h5{
}

.about_content h6,
.product_content h6{
}

.about_content img {
	width: 98%;
	padding-bottom: 30px;
	max-width: 718px;
	margin-right: 2%;
	height: auto!important;
}

.about_content ul {
	margin: 15px 2% 25px 0;
}

.about_content ul li {
	font-family: "Open Sans";
	color: #4B4C4A;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 130%;
	position: relative;
	padding-left: 13px;
	box-sizing: border-box;
}

.about_content ul li:before {
	width: 6px;
	content: '';
	background: url(images/list_bullet_custom.png) no-repeat top center;
	margin-right: 7px;
	vertical-align: middle;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin-top: 8px;
}

.about_content ul.full_width_list{
}

.about_content ul.full_width_list li{
}

.about_content ul.half_width_list{
	float: none;
	clear: both;
	overflow: auto;
}

.about_content ul.half_width_list li{
	width: 47%;
	float: left;
	margin-right: 3%;
}

.about_content ul.half_width_list li:nth-child(even){
	margin-right: 0;
	width: 50%;
}

.about_content p{
	line-height: 150%;
	font-family:"Open Sans";
	color: #4B4C4A;
	font-size: 18px;
	padding-bottom: 10px;
	margin-right: 2%;
}

.about_content p a,
.about_content a,
.product_content p.learn-more a{
	color: #30B7CC;
}

.about_content a:hover,
.product_content p.learn-more a:hover{
	color: #2293A9;
}

.about_content p.learn-more,
.product_content p.learn-more{
	font-style: italic;
	margin-top: 15px;
	line-height: 150%;
	font-family:"Open Sans";
	color: #4B4C4A;
	font-size: 18px;
	padding-bottom: 10px;
	margin-right: 2%;
}

#product-list {
}

.product-list-item {
	float: none;
	clear: both;
	width: 98%;
	max-width: 720px;
	border-bottom: 1px solid rgb(204,204,204);
	padding: 35px 0;
	overflow: auto;
}

.product-list-item:first-child{
	padding-top: 0;
}

.product-list-item .product-image{
	float: left;
	width: 31%;
	margin-right: 4%;
}

.product-list-item .product-image img{
	max-width: 221px;
	padding-top: 6px;
	width: 100%;
	padding-bottom: 0px;
}
.productcatdes {display: none;}
.product-list-item .product-text{
	float: left;
	width: 65%;
}

.product-list-item .product-text h2{
	font-size:20px;
	font-weight:600;
	line-height:150%;
	color:rgb(0,63,82);
	font-family:"Open Sans";
	margin-top: 0;
}

.product-list-item .product-text p{
	line-height: 150%;
	font-family:"Open Sans";
	color: #4B4C4A;
	font-size: 18px;
	padding-bottom: 10px;
	margin-right: 2%;
}

@media only screen and (max-width: 990px) and (min-width: 661px){
	.about_content h1,
	.product_content h1 {
		font-size: 36px;
	}
	.about_content h2,
	.product_content h2 {
		font-size: 20px;
	}
	.about_content p,
	.about_content ul li,
	.product_content p,
	.product_content ul li,
	.product-list-item .product-text p{
		font-size: 16px;
	}
	.product-list-item .product-text h2{
		font-size:18px;
	}
	
}

@media only screen and (max-width: 660px) {
	.sub {
		padding: 30px 0;
	}
	.about_content h1,
	.product_content h1{
		margin-right: 0%;
	}
	.about_content h2,
	.product_content h2{
		margin-right: 0%;
	}
	.about_content ul.half_width_list li{
		width: 98%;
		float: none;
		margin-right: 2%;
	}
	.about_content ul.half_width_list li:nth-child(even){
		margin-right: 2%;
		width: 98%;
	}
	.about_content img {
		width: 100%;
		padding-bottom: 20px;
		max-width: 718px;
		margin-right: 0%;
	}
}

@media only screen and (max-width: 560px) {
	.sub {
		padding: 30px 0;
	}
	.about_content h1,
	.product_content h1 {
		font-size: 36px;
	}
	.about_content h2,
	.product_content h2 {
		font-size: 20px;
	}
	.about_content p,
	.about_content ul li,
	.product_content p,
	.product_content ul li,
	.product-list-item .product-text p {
		font-size: 16px;
	}
	.product-list-item {
		width: 100%;
		max-width: 720px;
		border-bottom: 1px solid rgb(204,204,204);
		padding: 20px 0 10px;
		overflow: auto;
	}
	.product-list-item .product-image{
		float: none;
		width: 100%;
		margin-right: 0%;
		text-align: center;
	}
	.product-list-item .product-text{
		float: none;
		width: 100%;
		margin-top: 15px;
	}
	.product-list-item .product-image img{
		margin: auto;
	}
	.product-list-item .product-text h2{
		font-size:18px;
	}
}

/******************

   Shared
   
******************/

.breadcrumb {
	font-family:"Open Sans";
	font-size:13px;
	color: #4B4C4A;
	margin-bottom: 25px;
	line-height: 130%;
	padding: 0;
	background: none;
}

.breadcrumb a {
	color: #30B7CC;
}

.breadcrumb a:hover {
	color: #2293A9;
}

/******************

   Sidebar
   
******************/

.subnav,
.menu-about-sidebar-container,
.menu-maintenance-menu-container,
.menu-product-menu-container {
	max-width: 340px;
	background: rgb(48,183,206);
	float: right;
	width: 98%;
	margin-bottom: 40px;
}

.subnav ul,
.menu-about-sidebar-container ul,
.menu-maintenance-menu-container ul,
.menu-product-menu-container ul {
	padding: 30px 0;
	list-style: none;
}

.subnav ul li,
.menu-about-sidebar-container ul li,
.menu-maintenance-menu-container ul li,
.menu-product-menu-container ul li {
	padding: 13px 15px 11px;
	position: relative;
}

.subnav ul li:before,
.menu-about-sidebar-container ul li:before,
.menu-maintenance-menu-container ul li:before,
.menu-product-menu-container ul li:before {
	display: none;
}

.subnav ul li a,
.menu-about-sidebar-container ul li a,
.menu-maintenance-menu-container ul li a,
.menu-product-menu-container ul li a {
	font-family:'KS';
	font-size:20px;
	letter-spacing:0pt;
	color:rgb(255,255,255);
	text-align:left;
	text-shadow:1px 1px 0px rgba(0,0,0,0.2);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#33000000,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#33000000,Positive=true);
	text-decoration: none;
	text-transform: uppercase;
}

.subnav ul li:hover,
.menu-about-sidebar-container ul li:hover,
.menu-maintenance-menu-container ul li:hover,
.menu-product-menu-container ul li:hover {
	background:#26A9C2;
}

.subnav ul li.active,
.menu-about-sidebar-container ul li.current-menu-item,
.menu-maintenance-menu-container ul li.current-menu-item,
.menu-product-menu-container ul li.current-menu-item {
	background:#2293A9;
}

.subnav ul li.active:before,
.menu-about-sidebar-container ul li.current-menu-item:before,
.menu-maintenance-menu-container ul li.current-menu-item:before,
.menu-product-menu-container ul li.current-menu-item:before {
	background: url(images/subnav_before_arrow.png) no-repeat;
	height: 45px;
	width: 15px;
	content: '';
	display: block;
	position: absolute;
	left: -15px;
	top: 0;
}

.choose-us,
.safety-product,
.benefits {
	width: 98%;
	max-width: 340px;
	float: right;
}

.safety-product {
	margin-top: 40px;
}

.choose-us h2,
.safety-product h2,
.benefits h2 {
	font-family:'KS';
	font-size:30px;
	line-height:110%;
	color:rgb(0,63,82);
	margin-bottom: 15px;
}

.choose-us{
	
}

.choose-us p {
	font-family:"Open Sans";
	font-size:15px;
	line-height:150%;
	color:rgb(75,76,74);
	margin-bottom: 25px;
	float: none;
	clear: both;
}

.choose-us p img{
	width: 24%;
	max-width: 80px;
	max-height: 80px;
	margin-right: 10px;
	float: left;
	vertical-align: middle;
}

.benefits ul {
	list-style: url(images/checkmark.png);
	margin-left: 27px;
}

.benefits ul li {
	font-family:"Open Sans";
	font-size:15px;
	color:rgb(75,76,74);
	line-height: 110%;
	margin-bottom: 15px;
	vertical-align: top;
}

.safety-product {
	background: rgba(204,204,204,0.2);
	padding: 20px 25px;
	box-sizing: border-box;
	overflow: auto;
	clear: both;
}

.safety-product p {
	font-family:"Open Sans";
	font-size:15px;
	line-height:150%;
	color:rgb(75,76,74);
	width: 47%;
	margin-right: 5%; 
	float: left;
}

.safety-product img {
	float: right;
	max-width: 120px;
	width: 48%;
}

.safety-product a {
	font-family:'KS';
	font-size:18px;
	letter-spacing:2pt;
	line-height:100%;
	color:rgb(48,183,204);
	text-transform: uppercase;
	text-decoration: none;
	float: none;
	clear: both;
	width: 100%;
	display: block;
	padding-top: 15px;
}

.safety-product a:after{
	height: 10px;
	width: 5px;
	content: '';
	background: url(images/learn_more_arrow.png) no-repeat;
	display: inline-block;
	margin-left: 3px;
}

.safety-product a:hover {
	text-decoration: underline;
}


@media only screen and (max-width: 990px) and (min-width: 661px){
	.choose-us h2, .safety-product h2, .benefits h2 {
		font-size: 27px;
	}
}

@media only screen and (max-width: 850px) and (min-width: 661px){
	.subnav ul {
		padding: 15px 0;
	}
	.subnav ul li {
		padding: 15px 15px 11px;
	}
	.subnav ul li a {
		font-size: 18px;
	}
}

@media only screen and (max-width: 660px) {
	.subnav, 
	.menu-about-sidebar-container, 
	.menu-maintenance-menu-container, 
	.menu-product-menu-container {
		max-width: 660px;
		float: none;
		clear: both;
	}
	.subnav ul,
	.menu-about-sidebar-container ul,
	.menu-maintenance-menu-container ul,
	.menu-product-menu-container ul {display:none;}
	.widget_text { overflow: auto;}
	.subnav, .choose-us, .safety-product, .benefits {
		max-width: 999px;
		width: 100%;
		float: none;
	}
	.subnav ul li.active:before,
	.menu-about-sidebar-container ul li.current-menu-item:before, 
	.menu-maintenance-menu-container ul li.current-menu-item:before, 
	.menu-product-menu-container ul li.current-menu-item:before {
		display: none;
	}
}

/* Flexnav Base Styles */
.sub-collapser {
	display: none;
}
@media only screen and (max-width: 760px) {
	
	nav {
	background-color: rgb(0,64,84);
	border-bottom: 8px solid rgba(48,183,206,0.3);
}
	
	
.menu-collapser {
    position: relative;
	color: #FFF;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 22px;
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family:'KS';
}
.collapse-button {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 40px;
    background-color: #0E0E0E;
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 14px;
    text-align: center;

    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button:hover, .collapse-button:focus {
    background-image: none;
    background-color: #040404;
    color: #FFF;
}
.collapse-button .icon-bar {
    background-color: #F5F5F5;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
}

ul#menu-menu-1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
ul#menu-menu-1 li {
    position: relative;
    display: inline-block;
}
ul#menu-menu-1 > li { margin-right: -5px;  }
ul#menu-menu-1 > li:first-child { border-left: 0 }
ul#menu-menu-1 > li:last-child { margin-right: 0 }
ul#menu-menu-1 li a {
    display: block;
    color: #fff;
    padding: 12px 64px 12px 16px;
    font-size: 20px;
    font-weight: 400;
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
	text-decoration: none;
	font-family:'KS';
}
ul#menu-menu-1 li ul li a { font-size: 18px;padding: 13px 64px 13px 16px;}
ul#menu-menu-1 li a:hover {
    background-color: #26A9C2;
    text-decoration: none;
}
ul#menu-menu-1 li .sub-collapser {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.075);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 100%;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}
ul#menu-menu-1 li .sub-collapser:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
ul#menu-menu-1 li .sub-collapser > i {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
ul#menu-menu-1 li ul {
    margin: 0;
    list-style-type: none;
}
ul#menu-menu-1 li ul li { padding-left: 15px; }
ul#menu-menu-1 li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 100%;
}
ul#menu-menu-1 li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
}

ul#menu-menu-1.collapsed li {
    display: block;
    width: 100%;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul#menu-menu-1.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	text-decoration: none;
}
ul#menu-menu-1.collapsed li .sub-collapser {
    height: 45px;
	display: block;
}
ul#menu-menu-1.collapsed li > ul {
    display: none;
    position: static;
}
}
/* SARAH ADDED TO MAKE IT LOOK NICE */
.field-wrap, #ninja_forms_required_items {
  margin-bottom: 0px!important;
}
#footer-quick-contact .ninja-forms-all-fields-wrap label {display: none!important;}
.text-wrap {
	width: 47%;
	float: left;
	margin-bottom: 30px!important;
	min-width: 0px!important;
	max-width: 999px!important;
}
#footer-quick-contact .ninja-forms-all-fields-wrap input[type="text"] {
	width: 100%;
	border: none!important;
	outline: none;
	font-family:'KS'!important;
	text-transform: uppercase;
	box-sizing: border-box;
	height: 44px;
	padding: 0 10px;
}
.textarea-wrap {
	float: right;
	margin-bottom: 27px!important;
	width: 47%;
	min-width: 0px!important;
	max-width: 999px!important;
}
#footer-quick-contact .ninja-forms-all-fields-wrap textarea {
	border: none!important;
	outline: none;
	font-family:'KS'!important;
	text-transform: uppercase;
	box-sizing: border-box;
	height: 118px;
	resize:none;
	padding: 10px;
}
#nf_submit_1 {
	float: right;
	width: 47%;
	min-width: 0px!important;
	max-width: 999px!important;
}
#footer-quick-contact #nf_submit_1 input[type="submit"] {
	font-size:15px!important;
	letter-spacing:1pt!important;
	color:rgb(255,255,255);
	height: 44px;
	background: rgb(0,64,84)!important;
	line-height: 44px;
	cursor: pointer;
	border: none!important;
	outline: none;
	font-family:'KS'!important;
	text-transform: uppercase;
	box-sizing: border-box;
	padding: 0!important;
	width: 100%;
}

#footer-quick-contact #nf_submit_1 input[type="submit"]:hover {
	background: rgb(0,32,43)!important;
}

.ninja-forms-required-items {display:none;}


@media only screen and (max-width: 660px) {
	#footer-quick-contact .ninja-forms-all-fields-wrap input[type="text"],
	#footer-quick-contact .ninja-forms-all-fields-wrap textarea,
	#footer-quick-contact .ninja-forms-all-fields-wrap .btn_submit,
	#footer-quick-contact #nf_submit_1 input[type="submit"],
	#footer-quick-contact .ninja-forms-all-fields-wrap textarea,
	#footer-quick-contact .ninja-forms-all-fields-wrap input[type="text"],
	.text-wrap,
	.textarea-wrap {
		width: 100%;
	}
}