/*** WINTER LANDING PAGE CLASSES ***/

.ow .iw ul.category-grid-list.three li.shove {
	margin-left: 240px;
}

@media (max-width: 767px) {
	.ow .iw ul.category-grid-list.three li.shove {
		margin-left: initial;
	}
	
	.ow .iw ul.category-grid-list.three li {
		margin-bottom: 10%;
	}
	
}

@media (min-width: 768px) and (max-width: 1280px) {
	.ow .iw ul.category-grid-list.three li h2 {
		min-height: 50px;
		font-size: 1.3em;
		line-height: 1em;
	}
}

.ow.nopadding #category-description.content-block {
	padding: 0 10px !important;
}
.ow .iw.padding {
	padding: 30px 10px;
}
.ow .iw .seperator {
	display: block;
	height: 1px;
	background-color: #d9d9d9;
	margin: 0 auto;
	width: 98%;
	text-align: center;
	float: none;
	clear: both;
	margin-top: 40px;
	margin-bottom: 40px;
}
.ow .iw .info-block {
	display: block;
	width: 20%;
	padding: 1%;
	float: left;
	margin-right: 4%;
	margin-left: 4%;
	background-color: #82d6f2;
	border-radius: 6px;
	margin-bottom: 40px;
}
.ow .iw .info-block h3 {
	color: #036fbe;
	font-size: 26px;
	font-weight: 900 !important;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.ow .iw .info-block ul, .ow .iw .info-block ul li {
	list-style: none;
	list-style-type: none;
}
.ow .iw .info-block ul {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ow .iw .info-block ul li {
	margin-top: 10px;
	color: #fff;
	text-align: left;
	font-size: 16px;
	margin-bottom: 10px;
}
.ow .iw .info-block ul li a {
	color: #fff !important;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	text-align: center;
	display: block;
	background: #036fbe;
	width: 90%;
	margin: 0 auto;
	padding: 5px 10px;
	border-radius: 6px;
}
.ow .iw .info-block ul li a:hover {
	opacity: 0.7;
}
.ow .iw .info-section {
	display: block;
	width: 72%;
	float: left;
	text-align: left;
	margin-bottom: 40px;
}
.ow .iw .info-section .color-block, .ow .iw .color-block {
	background: #036fbe;
	border-radius: 6px;
	display: block;
	width: 96%;
	margin: 0 auto;
	margin-top: 25px;
	text-align: center;
	padding: 5px 10px;
}
.ow .iw .info-section .color-block h3, .ow .iw .info-section .color-block p, .ow .iw .color-block h3, .ow .iw .color-block p {
	color: #82d6f2 !important;
	font-weight: 600 !important;
}
.ow .iw .info-section .color-block h3, .ow .iw .color-block h3 {
	margin: 2px !important;
	padding: 2px !important;
}
.ow .iw .col-half {
	display: block;
	float: left;
	width: 46%;
	margin: 2%;
	text-align: center;
}
.ow .iw .col-half h3 {
	font-size: 21px !important;
}
.ow .iw .col-half ul {
	margin-left: 20px;
	margin-bottom: 8px;
}
.ow .iw .col-half.left-text p, .ow .iw .col-half.left-text ul li {
	text-align: left;
}
.ow .iw.padding ul.add-padding li {
	margin-left: 20px;
}

.ow .iw h2.center-title, .ow .iw h3.center-title {
	text-align: center;
	clear: both;
	margin-bottom: 30px !important;
	font-size: 22px !important;
	font-weight: 500 !important;
}
.ow .iw h3.center-title {
	margin-bottom: 15px !important;
	margin-top: 10px !important;
	font-size: 18px !important;
}
.ow .iw p.center-text {
	text-align: center;
}

@media (max-width: 767px) {
	.ow .iw .info-block, .ow .iw .info-section, .ow .iw .col-half, .ow .iw.padding {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
		float: none;
		clear: both;
		margin-bottom: 30px;
	}
	.ow .iw .info-block {
		padding: 4%;
	}
	.ow.grey #category-description.content-block ul.nav-element-3col.noborder li ul li {
		margin: 0%;
	}
	#category-description.content-block ul.nav-element-3col.noborder li img {
		margin-top: 20px !important;
	}
	.ow .iw ul.category-grid-list.three li {
		width: 96% !important;
		margin-left: 2% !important;
		margin-right: 2% !important;
	}
	.ow .iw ul.category-grid-list .image-wrap {
		width: 180px !important;
		height: 180px !important;
	}
	.ow .iw ul.category-grid-list .image-wrap img {
		width: 130px !important;
		height: 130px !important;
	}
}

@media (max-width: 321px) {
	.ow .iw .info-block {
		padding: 2%;
	}
}