﻿/* Content Hub Page */

.main-back-button{
	display:inline-block;
	padding:10px 25px;
	background:#3a3a3a;
	color:#fff;
	font-size:14px;
	text-align:center;
	vertical-align:middle;
}
.main-back-button:hover{
	background:#272727;
}
.hide {display: none;}
.dark-grey-panel {
    background: #333;
    padding: 30px;
    color: #fff;
}
.green-button {
    background: #497637;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 12px 45px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.green-button:hover {
    background: #2f6325;
    color: #ffdd00 !important;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.50);
}
.yellow-button {
    background: #ffdd00;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 12px 45px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.yellow-button:hover {
    background: #edcf0e;
	color: #000 !important;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.50);
}
.black-button {
    background: #151515;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 10px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.black-button:hover {
    color: #fff !important;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.50);
}

/* Top Level Links Section */

.level1_links_panel{
	position:relative;
	padding:30px;
	margin-bottom:20px;
	background:#e9e9e9;
}
.level1_links_panel h3.panel-title{
	font-size:28px;
	font-weight:bold;
}
.level1_links_panel .mfg_links_selector{
	width:50%;
	padding-left:10px;
}
.level1_links_panel .mfg_links_selector select{
	padding:15px;
	height:50px;
	background-color:#fff;
	color:#497637;
	font-size:14px;
	cursor:pointer;
	text-transform:uppercase;
}
.level1_links_panel .mfg_links_selector select:focus,
.level1_links_panel .mfg_links_selector select:active,
.level1_links_panel .mfg_links_selector select:visited
{
	border-radius:0;
	outline:0;
}
.level1_links_panel h2.mfg_links_mainheader{
	font-size:22px;
	font-weight:bold;
	text-align:center;
	color:#242424;
}
.level1_links_panel .carousel {
	position:relative;
}
.level1_links_panel .carousel .mfg-landing-category_holder {
	padding:10px;
}
.level1_links_panel .carousel .mfg-landing-category__image {
	height:202px;
	overflow:hidden;
}
.level1_links_panel .carousel .mfg-landing-category__image img{
	width:100%;
}
.level1_links_panel .carousel .mfg-landing-category__title{
	color:#272727;
	font-size:18px;
	line-height:1.6;
	font-weight:600;
	margin:5px 0 5px 0;
}
.level1_links_panel .carousel .mfg-landing-category__title a{
	color:#272727;
	font-size:18px;
	line-height:1.6;
	font-weight:600;
}
.level1_links_panel .carousel .mfg-landing-category__links a{
	color:#497637;
	font-size:15px;
	line-height:1.6;
	display:block;
	margin:0 0 8px 0;
}
.level1_links_panel .carousel .mfg-landing-category__links a:hover{
	text-decoration:underline;
}
.level1_links_panel .mfg_prodlist_info,
.level1_links_panel .mfg_prodlist_info
{
	padding:0 0 10px 0;
}

/* Articles */

.hub-articles {
	padding:50px 0 50px 0;
	position:relative;
	clear:both;
}
.hub-articles h4.articles-heading {
	font-size:30px;
	font-weight:bold;
	color:#497637;
	margin-bottom:20px;
}
.hub-articles ul li .holder {
	padding:10px;
}
.hub-articles ul li .holder .article-thumb{
	max-height:175px;
}
.hub-articles ul li .holder h5.article-title{
	font-size:18px;
	font-weight:bold;
	color:#242424;
	margin:6px 0 6px 0;
}
.hub-articles ul li .holder p{
	font-size:16px;
	color:#242424;
}

/* Article Details */

.Article_Detail_Wrapper{
	padding:20px 0 20px 0;
}
.Article_Detail_Wrapper h2.main_title{
	font-size:34px;
	line-height:normal;
	font-weight:bold;
	color:#497637;
	margin:0 0 8px 0;
}
.Article_Detail_Wrapper .authordate{
	font-size:16px;
	color:#8c8c8c;
	margin:0 0 20px 0;
}

/* Videos */

.hub-videos {
	padding:50px 0 50px 0;
	position:relative;
	clear:both;
}
.hub-videos h4.videos-heading {
	font-size:30px;
	font-weight:bold;
	color:#497637;
	margin-bottom:20px;
}
.hub-videos ul li .holder {
	padding:10px;
}
.hub-videos ul li .holder h5.video-title{
	font-size:18px;
	font-weight:bold;
	color:#242424;
	margin:6px 0 6px 0;
}

/* Brands */

.hub-brands {
	padding:50px 0 50px 0;
	position:relative;
	clear:both;
}
.hub-brands h4.brands-heading {
	font-size:30px;
	font-weight:bold;
	color:#497637;
	margin-bottom:20px;
}
.hub-brands ul li .holder {
	padding:10px;
}
.hub-brands ul li .holder .brand-thumb{
	border:solid 1px #e4e4e4;
}

/* Carousels */

.carousel .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;
}
.carousel .slick-slide a {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	filter: none;
	opacity: 1.0;
	overflow:hidden;
	display:block;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
}
.carousel .slick-next, 
.carousel .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;
}
.carousel .slick-prev:hover,
.carousel .slick-prev:focus,
.carousel .slick-next:hover,
.carousel .slick-next:focus {
	outline: none;
	color:#ffdd00;
	background:#2f6325;	
}
.carousel .slick-prev:before {
	content: 'Previous';
	font-family: 'Roboto', sans-serif;	
	color:#fff;
	opacity:1;
	font-size:14px;
}
.carousel [dir=rtl] .slick-prev:before {
	content: 'Previous';
	font-family: 'Roboto', sans-serif;	
	color:#fff;
	opacity:1;
	font-size:14px;	
}
.carousel .slick-next:before {
	content: 'Next';
	font-family: 'Roboto', sans-serif;	
	color:#fff;
	opacity:1;
	font-size:14px;	
}
.carousel [dir=rtl] .slick-next:before {
	content: 'Next';
	font-family: 'Roboto', sans-serif;	
	color:#fff;
	opacity:1;
	font-size:14px;	
}
.carousel .slick-next.slick-disabled:before, 
.carousel .slick-prev.slick-disabled:before {
	opacity: 1 
}
.carousel button {
	background:#497637;
	color: #fff;	
	width:120px;
	height:52px;
	display: inline-block;
	box-shadow:0px 0px 0px transparent;
	border-radius:0;
}
.carousel button:hover {
	color:#ffdd00;
	background:#2f6325;
}
.carousel .slick-prev {
	right: 140px;
	left:auto;
}
.carousel [dir=rtl] .slick-prev {
	right: 140px;
}
.carousel .slick-next {
	right: 10px;
	left:auto;
}
.carousel [dir=rtl] .slick-next {
	right: 10px;
}
.carousel .slick-slider {
	margin: 0;
	padding: 0 5px 
}
.articlescarousel .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;
}
.articlescarousel .slick-slide a {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	filter: none;
	opacity: 1.0;
	overflow:hidden;
	display:block;	
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
}
.articlescarousel .slick-next, 
.articlescarousel .slick-prev {
	cursor: pointer;
	background:#497637;
	color:#fff;
	outline: 0;
	position:absolute;
	top:-34px;
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	text-transform:uppercase;
	display:block;
	outline: none;
}
.articlescarousel .slick-prev:hover,
.articlescarousel .slick-prev:focus,
.articlescarousel .slick-next:hover,
.articlescarousel .slick-next:focus {
	outline: none;
	color:#ffdd00;
	background:#2f6325;	
}
.articlescarousel .slick-prev:before {
	content: 'Previous';
	font-family: 'Roboto', sans-serif;	
	color:#fff;
	opacity:1;
	font-size:14px;
}
.articlescarousel [dir=rtl] .slick-prev:before {
	content: 'Previous';
	font-family: 'Roboto', sans-serif;	
	color:#fff;
	opacity:1;
	font-size:14px;	
}
.articlescarousel .slick-next:before {
	content: 'Next';
	font-family: 'Roboto', sans-serif;	
	color:#fff;
	opacity:1;
	font-size:14px;	
}
.articlescarousel [dir=rtl] .slick-next:before {
	content: 'Next';
	font-family: 'Roboto', sans-serif;	
	color:#fff;
	opacity:1;
	font-size:14px;	
}
.articlescarousel .slick-next.slick-disabled:before, 
.articlescarousel .slick-prev.slick-disabled:before {
	opacity: 1 
}
.articlescarousel button {
	background:#497637;
	color: #fff;	
	width:120px;
	height:52px;
	display: inline-block;
	box-shadow:0px 0px 0px transparent;
	border-radius:0;
}
.articlescarousel button:hover {
	color:#ffdd00;
	background:#2f6325;
}
.articlescarousel .slick-prev {
	right: 140px;
	left:auto;
}
.articlescarousel [dir=rtl] .slick-prev {
	right: 140px;
}
.articlescarousel .slick-next {
	right: 10px;
	left:auto;
}
.articlescarousel [dir=rtl] .slick-next {
	right: 10px;
}
.articlescarousel .slick-slider {
	margin: 0;
	padding: 0 5px 
}
.articlescarousel .slick-slide img{
	width: 100%;
	margin: 0;
}
.videoscarousel .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;
}
.videoscarousel .slick-slide a {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	filter: none;
	opacity: 1.0;
	overflow:hidden;
	display:block;	
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
}
.videoscarousel .slick-next, 
.videoscarousel .slick-prev {
	cursor: pointer;
	background:#497637;
	color:#fff;
	outline: 0;
	position:absolute;
	top:-34px;
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	text-transform:uppercase;
	display:block;
	outline: none;
}
.videoscarousel .slick-prev:hover,
.videoscarousel .slick-prev:focus,
.videoscarousel .slick-next:hover,
.videoscarousel .slick-next:focus {
	outline: none;
	color:#ffdd00;
	background:#2f6325;	
}
.videoscarousel .slick-prev:before {
	content: 'Previous';
	font-family: 'Roboto', sans-serif;	
	color:#fff;
	opacity:1;
	font-size:14px;
}
.videoscarousel [dir=rtl] .slick-prev:before {
	content: 'Previous';
	font-family: 'Roboto', sans-serif;	
	color:#fff;
	opacity:1;
	font-size:14px;	
}
.videoscarousel .slick-next:before {
	content: 'Next';
	font-family: 'Roboto', sans-serif;	
	color:#fff;
	opacity:1;
	font-size:14px;	
}
.videoscarousel [dir=rtl] .slick-next:before {
	content: 'Next';
	font-family: 'Roboto', sans-serif;	
	color:#fff;
	opacity:1;
	font-size:14px;	
}
.videoscarousel .slick-next.slick-disabled:before, 
.videoscarousel .slick-prev.slick-disabled:before {
	opacity: 1 
}
.videoscarousel button {
	background:#497637;
	color: #fff;	
	width:120px;
	height:52px;
	display: inline-block;
	box-shadow:0px 0px 0px transparent;
	border-radius:0;
}
.videoscarousel button:hover {
	color:#ffdd00;
	background:#2f6325;
}
.videoscarousel .slick-prev {
	right: 140px;
	left:auto;
}
.videoscarousel [dir=rtl] .slick-prev {
	right: 140px;
}
.videoscarousel .slick-next {
	right: 10px;
	left:auto;
}
.videoscarousel [dir=rtl] .slick-next {
	right: 10px;
}
.videoscarousel .slick-slider {
	margin: 0;
	padding: 0 5px 
}
.brandscarousel .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;
}
.brandscarousel .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;
}
.brandscarousel .slick-next, 
.brandscarousel .slick-prev {
	cursor: pointer;
	background:#497637;
	color:#fff;
	outline: 0;
	position:absolute;
	top:-34px;
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	text-transform:uppercase;
	display:block;
	outline: none;
}
.brandscarousel .slick-prev:hover,
.brandscarousel .slick-prev:focus,
.brandscarousel .slick-next:hover,
.brandscarousel .slick-next:focus {
	outline: none;
	color:#ffdd00;
	background:#2f6325;	
}
.brandscarousel .slick-prev:before {
	content: 'Previous';
	font-family: 'Roboto', sans-serif;	
	color:#fff;
	opacity:1;
	font-size:14px;
}
.brandscarousel [dir=rtl] .slick-prev:before {
	content: 'Previous';
	font-family: 'Roboto', sans-serif;	
	color:#fff;
	opacity:1;
	font-size:14px;	
}
.brandscarousel .slick-next:before {
	content: 'Next';
	font-family: 'Roboto', sans-serif;	
	color:#fff;
	opacity:1;
	font-size:14px;	
}
.brandscarousel [dir=rtl] .slick-next:before {
	content: 'Next';
	font-family: 'Roboto', sans-serif;	
	color:#fff;
	opacity:1;
	font-size:14px;	
}
.brandscarousel .slick-next.slick-disabled:before, 
.brandscarousel .slick-prev.slick-disabled:before {
	opacity: 1 
}
.brandscarousel button {
	background:#497637;
	color: #fff;	
	width:120px;
	height:52px;
	display: inline-block;
	box-shadow:0px 0px 0px transparent;
	border-radius:0;
}
.brandscarousel button:hover {
	color:#ffdd00;
	background:#2f6325;
}
.brandscarousel .slick-prev {
	right: 140px;
	left:auto;
}
.brandscarousel [dir=rtl] .slick-prev {
	right: 140px;
}
.brandscarousel .slick-next {
	right: 10px;
	left:auto;
}
.brandscarousel [dir=rtl] .slick-next {
	right: 10px;
}
.brandscarousel .slick-slider {
	margin: 0;
	padding: 0 5px 
}

/* Content Block Styles */

#block_panel{
	padding:15px 0 15px 0;
}
#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;
}
#block_panel .match-height{
	display: table-cell; /* Make elements inside the container behave like table cells */
	width:50%;
	vertical-align:top;
}
#block_panel .match-height-holder .match-height .grey_panel{
	padding:30px;
}
#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;
}
#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;
}
#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);
}
#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;
}
#block_panel .block_image_container img{
	width:100%;
}
#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);
}
#block_panel .grey_panel{
	padding:20px 10px 20px 10px;
}
#block_panel .grey_panel h4{
	font-size: 28px;
	line-height: 1.4;
	margin: 0 0 10px 0;
	font-weight:bold;
	color:#222;
}
#block_panel .grey_panel ul.services-list{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}
#block_panel .grey_panel ul.services-list li{
	display:block;
	margin-bottom:3px;
}
#block_panel .grey_panel ul.services-list li button.openBtn{
	display:inline-block;
	padding:14px 25px;
	background:#2a2a2a;
	color:#fff;
	text-align:center;
	text-transform: none;
	font-size:16px;
	font-weight:bold;
}
#block_panel .grey_panel ul.services-list li button.openBtn:hover{
	background:#171717;
}
#block_panel .grey_panel ul.offers-list{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}
#block_panel .grey_panel ul.offers-list li{
	display:block;
	margin-bottom:3px;
}
#block_panel .grey_panel ul.offers-list li button.openBtn{
	display:inline-block;
	padding:14px 25px;
	background:#e3e3e3;
	color:#000;
	text-align:center;
	text-transform: none;
	font-size:16px;
	font-weight:bold;
}
#block_panel .grey_panel ul.offers-list li button.openBtn:hover{
	background:#d0d0d0;
}
.block-margin{
	margin-bottom:30px;
}
#block_panel .grey_panel a.dark-btn{
	display:inline-block;
	padding:8px 25px;
	background:#2a2a2a;
	color:#fff;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
#block_panel .grey_panel a.dark-btn:hover{
	background:#171717;
}


/* The Modal */
.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	background:rgba(9,9,9,.9);	
}
.overlay-content {
	position: relative;
	top: 5%;
	width: 85%;
	margin-top: 30px;
	margin: auto;
}
.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: white;
}
.overlay .closebtn:hover, .overlay .closebtn:active, .overlay .closebtn:focus {
	color: #fdd106;
	outline:none;
	border:none;
}
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 0px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}
.modal-content {
	position: relative;
	max-height: 65.58237145855195vh;
	max-width:90vw;
	width: 100%;
	overflow:hidden;
	background-color: #fefefe;
	margin: 40px auto 0 auto;
	padding: 0;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.modal-header {
	padding:20px;
	background-color: #497637;
	color: white;
}
.modal-header h2{
	font-size:28px;
	font-weight:bold;
	margin:0;
	padding:0;
	line-height:normal;
}
.modal-body {
	padding: 20px;
	position: relative;
	max-height: 65.58237145855195vh;
	max-width:90vw;
	width: 100%;
	overflow:hidden;
}

/* Media Queries */

@media only screen and (max-width: 1024px) {
	#mfg_banner {
	    min-height: 200px;
	    max-height: 225px;
	}
	#mfg_banner .vertical_center h2 {
	    font-size: 28px;
	}
}
@media only screen and (max-width: 768px) {
	#mfg_banner {
	    padding:20px;
	}	
	#mfg_banner .vertical_center h2 {
	    font-size: 24px;
	}	

}
@media only screen and (max-width: 640px) {
	.slick-list::after {
		content: "";
		clear: both;
		display: table;
	}
	.slick-slide {
	    margin-bottom: 30px;
	}	
	#mfg_banner {
	    min-height: 150px;
	    max-height: 200px;
	    padding:10px;
	}
	#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;
	}
	.level1_links_panel h3.panel-title {
	    font-size: 22px;
	}
	.level1_links_panel .mfg_prodlist_info, .level1_links_panel .mfg_prodlist_info {
	    padding: 0;
	}	
	.level1_links_panel {
	    padding: 15px;
	}
	#block_panel .block_image_container {
	    min-height: auto;
	    max-height: auto;
	}
	#block_panel .grey_panel {
	    padding: 10px 0px 10px 0px;
	}			
	#block_panel .grey_panel ul.services-list li button.openBtn {
	    display: block;
	    width:100%;
	    text-align: left;
	}
	#block_panel .grey_panel ul.offers-list li button.openBtn {
	    display: block;
	    width:100%;
	    text-align: left;
	}	
	.block-margin {
	    margin-bottom: 15px;
	}	
	.hub-articles {
	    padding: 20px 0 20px 0;
	}
	.hub-articles h4.articles-heading {
	    font-size: 22px;
	    margin-bottom: 10px;
	}	
	.extra-buttons li{
		padding: 0 0 5px 0;
	}
	.hub-articles ul li .holder {
	    padding: 0px;
	}	
	.level1_links_panel .carousel .mfg-landing-category_holder {
	    padding: 0px;
	}
	.orchard-videos {
	    padding: 20px 0 20px 0;
	}	
	.orchard-videos h4.videos-heading {
	    font-size: 22px;
	    margin-bottom: 10px;
	}	
	.orchard-videos ul li .holder {
	    padding: 0px;
	}
	.orchard-brands {
	    padding: 20px 0 20px 0;
	}	
	.orchard-brands h4.brands-heading {
	    font-size: 22px;
	    margin-bottom: 10px;
	}	
	.orchard-brands ul li .holder {
	    padding: 0px;
	}
	.hub-articles ul li .holder .article-thumb{
		max-height:auto;
	}
	.carousel .slick-next, 
	.carousel .slick-prev {
		position:relative;
		top:0;
		display:inline-block !important;
		margin-right:4px;
	}
	.carousel .slick-prev {
		right: 0px;
		left:auto;
	}
	.carousel [dir=rtl] .slick-prev {
		right: 0px;
	}
	.carousel .slick-next {
		right: 0px;
		left:auto;
	}
	.carousel [dir=rtl] .slick-next {
		right: 0px;
	}
	.articlescarousel .slick-next, 
	.articlescarousel .slick-prev {
		position:relative;
		top:0;
		display:inline-block !important;
		margin-right:4px;
	}
	.articlescarousel .slick-prev {
		right: 0px;
		left:auto;
	}
	.articlescarousel [dir=rtl] .slick-prev {
		right: 0px;
	}
	.articlescarousel .slick-next {
		right: 0px;
		left:auto;
	}
	.articlescarousel [dir=rtl] .slick-next {
		right: 0px;
	}
	.videoscarousel .slick-next, 
	.videoscarousel .slick-prev {
		position:relative;
		top:0;
		display:inline-block !important;
		margin-right:4px;
	}
	.videoscarousel .slick-prev {
		right: 0px;
		left:auto;
	}
	.videoscarousel [dir=rtl] .slick-prev {
		right: 0px;
	}
	.videoscarousel .slick-next {
		right: 0px;
		left:auto;
	}
	.videoscarousel [dir=rtl] .slick-next {
		right: 0px;
	}
	.brandscarousel .slick-next, 
	.brandscarousel .slick-prev {
		position:relative;
		top:0;
		display:inline-block !important;
		margin-right:4px;
	}
	.brandscarousel .slick-prev {
		right: 0px;
		left:auto;
	}
	.brandscarousel [dir=rtl] .slick-prev {
		right: 0px;
	}
	.brandscarousel .slick-next {
		right: 0px;
		left:auto;
	}
	.brandscarousel [dir=rtl] .slick-next {
		right: 0px;
	}
	.overlay-content {
	    width: 95%;
	    margin: 30px auto 0 auto;
	}	
	.modal-content {
	    margin: 20px auto 0 auto;
	    width: 95%;
	}
	.modal-header h2 {
	    font-size: 22px;
	}
	.modal-body {
	    padding: 10px;
	    overflow-y: scroll;
	}		
	.overlay .closebtn {
	    top: 0px;
	    right: 5px;
	    font-size: 40px;
	}	
}