﻿/* Global Styles */
h3.section_title{
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight:bold;
    color:#222;
    text-align:center;
}
h3.leftalign_section_title{
    font-size: 1.75rem;
    font-weight: bold;
    color: #222;
    text-align: left;    
    position: relative;
    line-height: 1.4;
    margin: 10px 0 10px 0;
}
.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);
}
.red_link {
    color: #181717;
    font-size:24px;
    font-weight: 600;
    text-align: center;
}
.red_link:hover {
    text-decoration: underline;
}
.pricing-table .red_link {
    -webkit-transition: text-shadow .3s ease;
    -o-transition: text-shadow .3s ease;
    transition: text-shadow .3s ease;
    color: #181717;
    font-size:22px;
    font-weight: 600;
    text-align: center;
}
.pricing-table:hover .red_link {
    text-shadow: 1px 1px 10px rgb(53 53 53 / 50%);       
}
.center-grid{
	margin:0 auto;
}
.center-grid li{
	text-align:center;
	color:#3f3f3f;
}
.center-grid li ul li{
	text-align:center;
	color:#3f3f3f;
}
.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;
}
#mfg-promo-panel #grid_panel ul li ul.pricing-table{
	background:#cacaca;
}

/* Grid Styles */
#grid_panel{
    height: 100%;
    margin-bottom:30px;
}
#grid_panel h3.section_title{
    background-color: rgba(24,23,23,0.8);
    font-weight: 600;
    font-size:24px;
    padding: 8px 5px 8px 5px;
    color: #fff;
    text-align: center;	
    margin-bottom:15px;
}
#grid_panel [class*=block-grid-]>li {
    padding: 0 .625rem 1rem;
}
#grid_panel .pricing-table {
	text-align:center;
    -webkit-transition: box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -webkit-box-shadow: 1px 1px 10px rgb(24 23 23 / 30%);
    box-shadow: 1px 1px 10px rgb(24 23 23 / 30%);
    display: block;
    padding: 0;
    margin: 0;	
}
#grid_panel .pricing-table:hover {
    -webkit-box-shadow: 1px 1px 15px rgb(24 23 23 / 80%);
    box-shadow: 1px 1px 15px rgb(24 23 23 / 80%); 	
}  
#grid_panel .pricing-table p.table_grid--heading{
	font-size:22px;
	text-align:center;
}     
#grid_panel .pricing-table .image {
    color: #333;
    font-size: 2rem;
    font-weight: 400;
    padding: .625rem;
    text-align: center;
}
#grid_panel .pricing-table .image img{
    max-width:100%;
}
#grid_panel .pricing-table .text-info {
    color: #3f3f3f;
    font-size: .75rem;
    line-height: 1.4;
    font-weight: 400;
    padding: 20px;
}
#grid_panel .pricing-table .description {
    color: #3f3f3f;
    font-size: .75rem;
    line-height: 1.4
}
#grid_panel .pricing-table ul li{
	line-height:1.8;
}

#grid_panel p {
    margin-bottom:10px;
    font-size:16px;
    padding:0;
}
.flex-center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    list-style: none;
    padding: 0;
    margin: 0;	
}
.flex-center>li{
	width:50%;
	float:left;
	min-height:1px;
	position:relative;
}
.flex-center>li ul.pricing-table li a{
	display:block;
	overflow:hidden;
}


/* Grids with NO padding or container */

.straight_grids {		
    margin: 0 0 15px 0;
}
.straight_grids h3.straight_grids_heading{
	font-size:1.125rem;
	line-height:1.4;
	font-weight:600;
	color:#323232;
    display:inline-block;
    position:relative;		
    margin: 10px 0 4px 0;
}
.straight_grids h3.straight_grids_heading a{
	font-size:1.125rem;
	line-height:1.4;
	font-weight:600;
	color:#323232;
}
.straight_grids ul li{
	color:#3f3f3f;
}
/*
.straight_grids h3.straight_grids_heading:after{
    content: "";
    width:55%;
    padding:8px 0 0 0;
    display: block;
    transition: 0.7s all;
    border-bottom: 3px solid #929292;
}
.straight_grids h3.straight_grids_heading:hover:after{
    width:100%;
}
*/
.straight_grids p {
	font-size:1rem;
	color:#3f3f3f;
	margin:0;
	padding:0 0 5px 0;
}
.straight_grids a.more_button{
    background: #c12025;
    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 a.details-btn{
	font-size:14px;
	color:#0484f0;
}
.straight_grids a.details-btn:hover{
	color:#3e3e3e;
	text-decoration:underline;
}
.straight_grids a img {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.straight_grids a:hover img {
    opacity: .7;
    filter: alpha(opacity=70);
}
.straight_grids img{
	width:100%;
}
.straight_grids .original--size img{
	width:auto !important;
}

/* 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:top 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 h3{
	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;
}

/* Media Queries */
@media only screen and (max-width: 1024px) {
	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;
	}
	.flex-center>li{
		width:75%;
	}			
}
@media only screen and (max-width: 768px) {	
	#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;
	}	
	.flex-center>li{
		width:100%;
		float:none;
	}
}
@media only screen and (max-width: 640px) {
	#content_block_panel {
	    padding: 0;
	}	
	#content_block_panel .grey_panel {
	    padding: 10px 0px 10px 0px;
	}	
	h3.section_title {
	    font-size: 1.375rem;
	}
	h3.leftalign_section_title {
	    font-size: 1.375rem;
	}	
	#content_block_panel .match-height-holder .match-height .grey_panel h4{
		font-size: 1.375rem;
	}
	#content_block_panel .grey_panel h4{
		font-size: 1.375rem;
	}		
}
