﻿/* Global Styles */
h3.section_title{
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight:bold;
    color:#222;
    text-align:center;
}
h3.leftalign_section_title{
    font-size: 30px;
    line-height: 1.5;
    margin: 10px 0 10px 0;
    font-weight:bold;
    color:#497637;
    position:relative;
}
.zoom-container {
	overflow: hidden;
}
.zoom {
	position: relative;
	float: inherit;
	background: none;
	transition: transform .5s;
}
.zoom:hover {
	z-index: 100;
	-ms-transform: scale(1.10);
	-webkit-transform: scale(1.10);
	transform: scale(1.10);
}
.green_link {
    color: #497637;
}
.green_link:hover {
    text-decoration: underline;
}
.ce_link_area{
	background: #555; 
	color: #fff; 
	display: block; 
	padding: 30px;	
}
.ce_link_area a{
	color: #fff; 
}
.ce_link_area ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
	font-size:0;
}
.ce_link_area ul li{
	display:inline-block;
	width:33%;
	text-align:left;
	line-height:2;
}
.ce_link_area ul li a{
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
.ce_link_area ul li a:hover{
	text-decoration:underline;
	text-indent:10px;
}

/* MFG Links Section */

.grid_mfg_links_panel{
	position:relative;
	padding:30px;
	margin-bottom:20px;
	background:#e9e9e9;
}
.grid_mfg_links_panel h3.panel-title{
	font-size:28px;
	font-weight:bold;
	padding-left:10px;
}
.grid_mfg_links_panel .mfg_links_selector{
	width:50%;
	padding-left:10px;
}
.grid_mfg_links_panel .mfg_links_selector select{
	padding:15px;
	height:50px;
	background-color:#fff;
	color:#497637;
	font-size:14px;
	cursor:pointer;
	text-transform:uppercase;
}
.grid_mfg_links_panel .mfg_links_selector select:focus,
.grid_mfg_links_panel .mfg_links_selector select:active,
.grid_mfg_links_panel .mfg_links_selector select:visited
{
	border-radius:0;
	outline:0;
}
.grid_mfg_links_panel h2.mfg_links_mainheader{
	font-size:22px;
	font-weight:bold;
	text-align:center;
	color:#242424;
}
.grid_mfg_links_panel #mfg-landing-cats {
	position:relative;
}
.grid_mfg_links_panel #mfg-landing-cats.mfg-landing-cats--fading-out {
    position: absolute;
    width: 100%;
    left: 30px;
}
.grid_mfg_links_panel #mfg-landing-cats .mfg-landing-category {
	float:left;
}
.grid_mfg_links_panel #mfg-landing-cats .mfg-landing-category .mfg-landing-category_holder {
	padding:10px;
}
.grid_mfg_links_panel #mfg-landing-cats .mfg-landing-category .mfg-landing-category__image {
	height:202px;
	overflow:hidden;
}
.grid_mfg_links_panel #mfg-landing-cats .mfg-landing-category .mfg-landing-category__image img{
	width:100%;
}
.grid_mfg_links_panel #mfg-landing-cats .mfg-landing-category .mfg-landing-category__title{
	color:#272727;
	font-size:18px;
	line-height:1.6;
	font-weight:600;
	margin:5px 0 5px 0;
}
.grid_mfg_links_panel #mfg-landing-cats .mfg-landing-category .mfg-landing-category__title a{
	color:#272727;
	font-size:18px;
	line-height:1.6;
	font-weight:600;
}
.grid_mfg_links_panel #mfg-landing-cats .mfg-landing-category .mfg-landing-category__links a{
	color:#497637;
	font-size:15px;
	line-height:1.6;
	display:block;
	margin:0 0 8px 0;
}
.grid_mfg_links_panel #mfg-landing-cats .mfg-landing-category .mfg-landing-category__links a:hover{
	text-decoration:underline;
}
.grid_mfg_links_panel #mfg-landing-cats .mfg-landing-category .mfg-landing-category__links .child-models ul.limited-list li.show-only-if-all {
	display:none;
} 
.grid_mfg_links_panel #mfg-landing-cats .mfg-landing-category .mfg-landing-category__links .child-models ul.limited-list.view-all li.show-only-if-all {
	display:block;
}
.grid_mfg_links_panel #mfg-landing-cats .mfg-landing-category .mfg-landing-category__links .child-models ul.limited-list{
	margin:0;
	padding:0;
}
.grid_mfg_links_panel #mfg-landing-cats .mfg-landing-category .mfg-landing-category__links .child-models ul.limited-list li{
	list-style-type:none;
	list-style-position:outside;
}
.grid_mfg_links_panel #mfg-landing-cats .mfg-landing-category .mfg-landing-category__links .child-models a.limited-list-view-all-toggle{
	background:#232323;
	padding:5px 0 5px 0;
	display:block;
	margin-top:5px;
	text-align:center;
	color:#fff;
	font-size:14px;
	text-decoration:none;
}
.grid_mfg_links_panel #mfg-landing-cats .mfg-landing-category .mfg-landing-category__links .child-models a.limited-list-view-all-toggle:hover{
	background:#000;
}
.mfg_links_panel .mfg_prodlist_info,
.grid_mfg_links_panel .mfg_prodlist_info
{
	padding:0 10px 0 10px;
}

.regular_list{
	margin:0 0 0 15px;
	padding:0 0 0 10px;
	list-style-type:disc;
	list-style-position:outside;
}
.regular_list li{
	line-height:2;
	font-size:16px;
	list-style-type:disc;
	list-style-position:outside;	
}
.regular_list li:hover{
	text-decoration:underline;
}
.dark-grey-panel {
    background: #333;
    padding: 30px;
    color: #fff;
}

/* Grid Styles */
#grid_panel{
    background: #e9e9e9;
    padding: 30px;
    height: 100%;
    margin-bottom:30px;
}
#grid_panel [class*=block-grid-]>li {
    padding: 0 .625rem 1rem;
}
#grid_panel .pricing-table {
	margin:0;
}
#grid_panel .pricing-table .image {
    background-color: #F6F6F6;
    color: #333;
    font-size: 2rem;
    font-weight: 400;
    padding: .625rem;
    text-align: center;
}
#grid_panel .pricing-table .image img{
    width:100%;
}
#grid_panel .pricing-table .text-info {
    color: #777;
    font-size: .75rem;
    line-height: 1.4;
    font-weight: 400;
    padding: 20px;
    background-color: #FFF;
}
#grid_panel .pricing-table .description {
    color: #777;
    font-size: .75rem;
    line-height: 1.4
}
#grid_panel p {
    margin-bottom:10px;
    font-size:16px;
    padding:0;
}
.straight_grids h3{
	font-size:1.125rem;
	font-weight:600;
	color:#323232;
	margin:0;
	padding:10px 0 5px 0;
}
.straight_grids h3 a{
	font-size:1.125rem;
	font-weight:600;
	color:#323232;
}
.straight_grids h3 a:hover{
	text-decoration:underline;
}
.straight_grids p {
	font-size:1rem;
	color:#444444;
	margin:0;
	padding:0 0 15px 0;
}
.straight_grids ul li {
	font-size:1rem;
	color:#444444;
}
.straight_grids a.more_button{
    background: #497637;
    color: #fff;	
    font-size: 0.875rem;
	display: inline-block;
	text-transform: uppercase;
	text-transform: none;
	text-decoration: none;
	margin: 0 0 10px 0;
	padding: 10px 35px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}
.straight_grids a.more_button:hover{
	background: #2f6325;
	color: #ffdd00;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.20); 
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.20);	
}
.straight_grids a.brochure_button{
    background: #fdd106;
    color: #000;	
    font-size: 0.875rem;
	display: inline-block;
	text-transform: uppercase;
	text-transform: none;
	text-decoration: none;
	margin: 0 0 10px 0;
	padding: 10px 35px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}
.straight_grids a.brochure_button:hover{
	background: #e9c20f;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.20); 
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.20);
}
.straight_grids img{
	max-width:100%;
}
.straight_grids a.green-ghost,
.pricing-table a.green-ghost
{
	display:inline-block;
	background:transparent;
	border:2px #497637 solid;
	color:#497637;
	font-size: 0.875rem;
	font-weight:bold;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin: 0;	
	padding:10px 25px;
	transition: 0.4s all;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}
.straight_grids a.green-ghost:hover,
.pricing-table a.green-ghost:hover
{
	background:#497637;
	border:2px #497637 solid;
	color:#fff;
}


/* Banner Styles */
#mfg_banner{
	width:100%;
	min-height:250px;
	max-height:350px;
	overflow:hidden;
	position:relative;
	padding:50px;
	margin-bottom:20px;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center center;
}
#mfg_banner .vertical_center{
	width:90%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#mfg_banner .vertical_center h2,
#mfg_banner .vertical_center h3,
#mfg_banner .vertical_center h4
{
	font-size:32px;
	font-weight:900;
	text-transform:uppercase;
	color:#fff;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.55);
}
#mfg_banner .vertical_center .banner_content{
	margin:0 auto;
	font-size:18px;
	color:#fff;
}
#mfg_banner .vertical_center .banner_content p{
	font-size:18px;
	color:#fff;
	margin:0 0 10px 0;
	padding:2px;
}
a.banner_button_round {
    background: transparent;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 20px 35px;
    border: 2px #fff solid;
    box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: 0.4s all;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
a.banner_button_round:hover {
    color: silver;
    border: 2px silver solid;
}


/* Content Block Styles */
#content_block_panel{
	padding:15px 0 15px 0;
}
#content_block_panel .match-height-holder{
	display: table; /* Make the container element behave like a table */
	width: 100%; /* Set full-width to expand the whole page */
	clear:both;
}
#content_block_panel .match-height{
	display: table-cell; /* Make elements inside the container behave like table cells */
	width:50%;
	vertical-align:top;
}
#content_block_panel .match-height-holder .match-height .grey_panel{
	padding:30px;
}
#content_block_panel .match-height-holder .match-height .grey_panel h4{
	font-size: 28px;
	line-height: 1.4;
	margin: 0 0 10px 0;
    font-weight:bold;
    color:#222;
}
#content_block_panel .match-height-holder .match-height .block_image_container{
	width:100%;
	min-height:425px;
	max-height:475px;
	height:auto;
	overflow:hidden;
	position:relative;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center top;
}
#content_block_panel .match-height-holder .match-height .block_image_container p{
	margin: 0;
	font-size:16px;
	color:#fff;
	padding:10px 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.5);
}
#content_block_panel .block_image_container{
	width:100%;
	min-height:425px;
	max-height:475px;
	height:auto;
	overflow:hidden;
	position:relative;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center top;
}
#content_block_panel .block_image_container p{
	margin: 0;
	font-size:16px;
	color:#fff;
	padding:10px 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.5);
}
#content_block_panel .grey_panel{
	padding:20px 10px 20px 10px;
}
#content_block_panel .grey_panel h4{
	font-size: 28px;
	line-height: 1.4;
	margin: 0 0 10px 0;
    font-weight:bold;
    color:#222;
}

/* Carousel MFG Links */

.gridcarouselmfglinks .slick-slide a:hover {
	-webkit-filter: opacity (100%);
	-moz-filter: opacity (100%);
	-ms-filter: opacity (100%);
	filter: opacity (100%);
	text-decoration: none;
	opacity: 0.6;
	transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
}
.gridcarouselmfglinks .slick-slide a {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	filter: none;
	opacity: 1.0;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
}
.gridcarouselmfglinks .slick-next, 
.gridcarouselmfglinks .slick-prev {
	cursor: pointer;
	background:#497637;
	color:#fff;
	outline: 0;
	position:absolute;
	top:-24px;
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	text-transform:uppercase;
	display:block;
	outline: none;
}
.gridcarouselmfglinks .slick-prev:hover,
.gridcarouselmfglinks .slick-prev:focus,
.gridcarouselmfglinks .slick-next:hover,
.gridcarouselmfglinks .slick-next:focus {
	outline: none;
	color:#ffdd00;
	background:#2f6325;	
}
.gridcarouselmfglinks .slick-prev:before {
	content: '← Previous';
    font-family: 'Roboto', sans-serif;	
	color:#fff;
	opacity:1;
	font-size:14px;
}
.gridcarouselmfglinks [dir=rtl] .slick-prev:before {
	content: '← Previous';
    font-family: 'Roboto', sans-serif;	
	color:#fff;
	opacity:1;
	font-size:14px;	
}
.gridcarouselmfglinks .slick-next:before {
	content: 'Next →';
    font-family: 'Roboto', sans-serif;	
	color:#fff;
	opacity:1;
	font-size:14px;	
}
.gridcarouselmfglinks [dir=rtl] .slick-next:before {
	content: 'Next →';
    font-family: 'Roboto', sans-serif;	
	color:#fff;
	opacity:1;
	font-size:14px;	
}
.gridcarouselmfglinks .slick-next.slick-disabled:before, 
.gridcarouselmfglinks .slick-prev.slick-disabled:before {
	opacity: 1 
}
.gridcarouselmfglinks button {
	background:#497637;
	color: #fff;	
	width:120px;
	height:52px;
	display: inline-block;
	box-shadow:0px 0px 0px transparent;
	border-radius:0;
}
.gridcarouselmfglinks button:hover {
	color:#ffdd00;
	background:#2f6325;
}
.gridcarouselmfglinks .slick-prev {
	right: 140px;
	left:auto;
}
.gridcarouselmfglinks [dir=rtl] .slick-prev {
	right: 140px;
}
.gridcarouselmfglinks .slick-next {
	right: 10px;
	left:auto;
}
.gridcarouselmfglinks [dir=rtl] .slick-next {
	right: 10px;
}
.gridcarouselmfglinks .slick-slider {
	margin: 0;
	padding: 0 5px 
}

/* Media Queries */
@media only screen and (max-width: 1024px) {
	#mfg_banner {
	    min-height: 200px;
	    max-height: 225px;
	}
	#mfg_banner .vertical_center h3 {
	    font-size: 28px;
	}
	#mfg_banner .vertical_center h2 {
	    font-size: 28px;
	}	
	h3.section_title {
	    font-size: 24px;
	    line-height:1.4;
	}
	h3.leftalign_section_title {
	    font-size: 24px;
	    line-height:1.4;
	}	
	#content_block_panel .match-height-holder .match-height .grey_panel h4{
		font-size: 24px;
	}
	#content_block_panel .grey_panel h4{
		font-size: 24px;
	}		
}
@media only screen and (max-width: 768px) {
	#mfg_banner {
	    padding:20px;
	}	
	#mfg_banner .vertical_center h3 {
	    font-size: 24px;
	}	
	#mfg_banner .vertical_center h2 {
	    font-size: 24px;
	}		
	#content_block_panel .match-height-holder {
	    display: block;
	}
	#content_block_panel .match-height {
	    display: block;
	    width: 100%;
	}
	#content_block_panel .match-height-holder .match-height .block_image_container{
		min-height:300px;
		max-height:350px;
	}
	#content_block_panel .block_image_container{
		min-height:300px;
		max-height:350px;
	}	
	.ce_link_area ul li{
		display:block;
		width:100%;
	}
}
@media only screen and (max-width: 640px) {
	#mfg_banner {
	    min-height: 150px;
	    max-height: 200px;
	    padding:10px;
	}
	#mfg_banner .vertical_center h3 {
	    font-size: 22px;
	    line-height:1.2;
	}
	#mfg_banner .vertical_center h2 {
	    font-size: 22px;
	    line-height:1.2;
	}	
	#mfg_banner .vertical_center .banner_content{
		font-size:14px;
	}
	#mfg_banner .vertical_center .banner_content p{
		font-size:14px;
		line-height:1.2;
	}
	h3.section_title {
	    font-size: 22px;
	}
	h3.leftalign_section_title {
	    font-size: 22px;
	}	
	#content_block_panel .match-height-holder .match-height .grey_panel h4{
		font-size: 22px;
	}
	#content_block_panel .grey_panel h4{
		font-size: 22px;
	}
	.grid_mfg_links_panel #mfg-landing-cats .mfg-landing-category .mfg-landing-category_holder {
	    padding: 20px;
	}	
	.gridcarouselmfglinks .slick-prev:before {
		content: '←';
	}
	.gridcarouselmfglinks [dir=rtl] .slick-prev:before {
		content: '←';
	}
	.gridcarouselmfglinks .slick-next:before {
		content: '→';
	}
	.gridcarouselmfglinks [dir=rtl] .slick-next:before {
		content: '→';
	}
	.gridcarouselmfglinks .slick-next, 
	.gridcarouselmfglinks .slick-prev {
		top:50%;
	}
	.gridcarouselmfglinks button {
	    width: 35px;
	    height: 35px;
	}
	.gridcarouselmfglinks .slick-prev {
		right: auto;
		left:-20px;
	}
	.gridcarouselmfglinks [dir=rtl] .slick-prev {
		right: auto;
		left:-20px;
	}
	.gridcarouselmfglinks .slick-next {
		right: -20px;
		left:auto;
	}
	.gridcarouselmfglinks [dir=rtl] .slick-next {
		right: -20px;
	}	
	#content_block_panel .grey_panel{
		padding:0px;
	}
	.dark-grey-panel {
	    padding: 20px;
	}				
}
