.pod-block {
	position: relative;
	max-width: 1200px!important;
	z-index: 99;
	width: 90%;
	margin: -50px auto 30px auto;
}
.pod-wrapper {
	clear: both;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    border-top: 10px solid;
    box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
    border-radius: 6px;
}
.pod-wrapper.one {
	display: block;
}
.pod-wrap {
    position: relative;
    text-align: left;
    border-right: 2px solid rgba(158, 159, 158, .2)!important;
}
.pod-wrap:last-child {
	border-right: 0;
}
.one .pod-wrap {
	width: 100%;
}
.two .pod-wrap {
	width: 49%;
}
.three .pod-wrap {
	width: 32%;
}
.four .pod-wrap {
	width: 25%;
}
.five .pod-wrap {
	width: 18%;
}
.pod-wrapper .pod-wrap:first-child,
.two .pod-wrap:nth-child(3n),
.three .pod-wrap:nth-child(4n),
.four .pod-wrap:nth-child(5n),
.five .pod-wrap:nth-child(6n) {
	margin-left: 0;
}
.pod-wrapper .pod-wrap:last-child,
.two .pod-wrap:nth-child(2n),
.three .pod-wrap:nth-child(3n),
.four .pod-wrap:nth-child(4n),
.five .pod-wrap:nth-child(5n) {
	margin-right: 0;
}
.pod-wrap figure {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
	height: 100%;
}
.pod-wrap figure img {
	width: 100%;
	height: auto;
}
.pod-wrap .icon {
	width: 60px;
	height: 60px;
	margin: -35px 30px 0 30px;
	border-radius: 100%;
	text-align: center;
	transition: .2s all ease-out;
	transition: margin .2s ease-out 0s, border-radius .2s ease-out 0s;
}
.pod-wrap i {
	font-size: 30px;
	line-height: 60px;
}
.pod-text {
	padding: 30px;
	width: 100%;
}
.pod-text h3 {
	padding-top: 0;
	color: #17285a;
	font-size: 1.5em;
}
.pod-text p {
	color: #414241;
	font-size: 1em;
}
.pod-text p:last-child {
	padding-bottom: 0;
}
.pod-text a {
	text-decoration: none;
}
.pod-wrap a.abs-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 0;
}
.pod-wrap:hover .icon {
/*	margin: -45px 30px 10px 30px;*/
	margin: -60px 30px 25px 30px;
	border-radius: 100% 100% 0 0;
}

/* SIDEBAR */
	aside .pod-block {
		width: 100%;
	}
	aside .pod-wrapper {
		padding: 0;
		margin: 0;
		flex-direction: column;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		border-radius: 6px;
		border: 0;
		background: none!important;
	}
	aside .one .pod-wrap,
	aside .two .pod-wrap,
	aside .three .pod-wrap,
	aside .four .pod-wrap,
	aside .five .pod-wrap {
		width: 100%;
	}
	aside .pod-wrap {
		border-top: 10px solid;
	    box-shadow: 5px 0 10px rgba(0, 0, 0, .05);
	    border-radius: 6px;
	    border-right: 0!important;
	    margin: 0 0 50px 0;
	}
	aside .pod-wrap:last-child {
		padding-bottom: 0;
	}
	aside .pod-text h3 {
		padding-bottom: 10px;
	}

/* FOCUS */
	
/* RESPONSIVE */
	@media all and (max-width: 1200px) {
		.pod-wrapper.five {
			flex-direction: column;
			border: 0;
			background: none!important;
			box-shadow: 0 0 0 rgba(0, 0, 0, 0);
			margin-bottom: -30px;
		}
		.five .pod-wrap {
			width: 100%;
			margin: 2% 0;
			border-top: 10px solid;
			border-right: 0px solid rgba(158, 159, 158, .2)!important;
			border-radius: 6px;
			box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
		}
	}
	@media all and (max-width: 1100px) {
		.pod-wrapper.four {
			flex-direction: column;
			border: 0;
			background: none!important;
			box-shadow: 0 0 0 rgba(0, 0, 0, 0);
			margin-bottom: -30px;
		}
		.four .pod-wrap {
			width: 100%;
			margin: 2% 0;
			border-top: 10px solid;
			border-right: 0px solid rgba(158, 159, 158, .2)!important;
			border-radius: 6px;
			box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
		}
	}
	@media all and (max-width: 1000px) {
		.pod-wrapper.three {
			flex-direction: column;
			border: 0;
			background: none!important;
			box-shadow: 0 0 0 rgba(0, 0, 0, 0);
			margin-bottom: -30px;
		}
		.three .pod-wrap {
			width: 100%;
			margin: 2% 0;
			border-top: 10px solid;
			border-right: 0px solid rgba(158, 159, 158, .2)!important;
			border-radius: 6px;
			box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
		}
	}
	@media all and (max-width: 900px) {
		.pod-wrapper.two {
			flex-direction: column;
			border: 0;
			background: none!important;
			box-shadow: 0 0 0 rgba(0, 0, 0, 0);
			margin-bottom: -30px;
		}
		.two .pod-wrap {
			width: 100%;
			margin: 2% 0;
			border-top: 10px solid;
			border-right: 0px solid rgba(158, 159, 158, .2)!important;
			border-radius: 6px;
			box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
		}
	}
	@media all and (max-width: 800px) {
		.pod-wrapper {
			flex-direction: column;
			border: 0;
			background: none!important;
			box-shadow: 0 0 0 rgba(0, 0, 0, 0);
			margin-bottom: -30px;
		}
		.pod-wrap {
			width: 100%;
			margin: 2% 0;
			border-top: 10px solid;
			border-right: 0px solid rgba(158, 159, 158, .2)!important;
			border-radius: 6px;
			box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
		}
	}

/* FONT SIZER */
	@media all and (max-width: 1500px) {
		/* BIG */
		/* BIGGER */
		/* BIGGEST */
		.biggest .pod-wrapper.five {
			flex-direction: column;
			border: 0;
			background: none!important;
			box-shadow: 0 0 0 rgba(0, 0, 0, 0);
			margin-bottom: -30px;
		}
		.biggest .five .pod-wrap {
			width: 100%;
			margin: 2% 0;
			border-top: 10px solid;
			border-right: 0px solid rgba(158, 159, 158, .2)!important;
			border-radius: 6px;
			box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
		}
	}
	@media all and (max-width: 1400px) {
		/* BIG */
		/* BIGGER */
		.bigger .pod-wrapper.five {
			flex-direction: column;
			border: 0;
			background: none!important;
			box-shadow: 0 0 0 rgba(0, 0, 0, 0);
			margin-bottom: -30px;
		}
		.bigger .five .pod-wrap {
			width: 100%;
			margin: 2% 0;
			border-top: 10px solid;
			border-right: 0px solid rgba(158, 159, 158, .2)!important;
			border-radius: 6px;
			box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
		}
		/* BIGGEST */
		.biggest .pod-wrapper.four {
			flex-direction: column;
			border: 0;
			background: none!important;
			box-shadow: 0 0 0 rgba(0, 0, 0, 0);
			margin-bottom: -30px;
		}
		.biggest .four .pod-wrap {
			width: 100%;
			margin: 2% 0;
			border-top: 10px solid;
			border-right: 0px solid rgba(158, 159, 158, .2)!important;
			border-radius: 6px;
			box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
		}
	}
	@media all and (max-width: 1300px) {
		/* BIG */
		.big .pod-wrapper.five {
			flex-direction: column;
			border: 0;
			background: none!important;
			box-shadow: 0 0 0 rgba(0, 0, 0, 0);
			margin-bottom: -30px;
		}
		.big .five .pod-wrap {
			width: 100%;
			margin: 2% 0;
			border-top: 10px solid;
			border-right: 0px solid rgba(158, 159, 158, .2)!important;
			border-radius: 6px;
			box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
		}
		/* BIGGER */
		.bigger .pod-wrapper.four {
			flex-direction: column;
			border: 0;
			background: none!important;
			box-shadow: 0 0 0 rgba(0, 0, 0, 0);
			margin-bottom: -30px;
		}
		.bigger .four .pod-wrap {
			width: 100%;
			margin: 2% 0;
			border-top: 10px solid;
			border-right: 0px solid rgba(158, 159, 158, .2)!important;
			border-radius: 6px;
			box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
		}
		/* BIGGEST */
		.biggest .pod-wrapper.three {
			flex-direction: column;
			border: 0;
			background: none!important;
			box-shadow: 0 0 0 rgba(0, 0, 0, 0);
			margin-bottom: -30px;
		}
		.biggest .three .pod-wrap {
			width: 100%;
			margin: 2% 0;
			border-top: 10px solid;
			border-right: 0px solid rgba(158, 159, 158, .2)!important;
			border-radius: 6px;
			box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
		}
	}
	@media all and (max-width: 1200px) {
		/* BIG */
		.big .pod-wrapper.four {
			flex-direction: column;
			border: 0;
			background: none!important;
			box-shadow: 0 0 0 rgba(0, 0, 0, 0);
			margin-bottom: -30px;
		}
		.big .four .pod-wrap {
			width: 100%;
			margin: 2% 0;
			border-top: 10px solid;
			border-right: 0px solid rgba(158, 159, 158, .2)!important;
			border-radius: 6px;
			box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
		}
		/* BIGGER */
		.bigger .pod-wrapper.three {
			flex-direction: column;
			border: 0;
			background: none!important;
			box-shadow: 0 0 0 rgba(0, 0, 0, 0);
			margin-bottom: -30px;
		}
		.bigger .three .pod-wrap {
			width: 100%;
			margin: 2% 0;
			border-top: 10px solid;
			border-right: 0px solid rgba(158, 159, 158, .2)!important;
			border-radius: 6px;
			box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
		}
		/* BIGGEST */
		.biggest .pod-wrapper.two {
			flex-direction: column;
			border: 0;
			background: none!important;
			box-shadow: 0 0 0 rgba(0, 0, 0, 0);
			margin-bottom: -30px;
		}
		.biggest .two .pod-wrap {
			width: 100%;
			margin: 2% 0;
			border-top: 10px solid;
			border-right: 0px solid rgba(158, 159, 158, .2)!important;
			border-radius: 6px;
			box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
		}
	}
	@media all and (max-width: 1100px) {
		/* BIG */
		.big .pod-wrapper.three {
			flex-direction: column;
			border: 0;
			background: none!important;
			box-shadow: 0 0 0 rgba(0, 0, 0, 0);
			margin-bottom: -30px;
		}
		.big .three .pod-wrap {
			width: 100%;
			margin: 2% 0;
			border-top: 10px solid;
			border-right: 0px solid rgba(158, 159, 158, .2)!important;
			border-radius: 6px;
			box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
		}
		/* BIGGER */
		.bigger .pod-wrapper.two {
			flex-direction: column;
			border: 0;
			background: none!important;
			box-shadow: 0 0 0 rgba(0, 0, 0, 0);
			margin-bottom: -30px;
		}
		.bigger .two .pod-wrap {
			width: 100%;
			margin: 2% 0;
			border-top: 10px solid;
			border-right: 0px solid rgba(158, 159, 158, .2)!important;
			border-radius: 6px;
			box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
		}
		/* BIGGEST */
		.biggest .pod-wrapper {
			flex-direction: column;
			border: 0;
			background: none!important;
			box-shadow: 0 0 0 rgba(0, 0, 0, 0);
			margin-bottom: -30px;
		}
		.biggest .pod-wrap {
			width: 100%;
			margin: 2% 0;
			border-top: 10px solid;
			border-right: 0px solid rgba(158, 159, 158, .2)!important;
			border-radius: 6px;
			box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
		}
	}
	@media all and (max-width: 1000px) {
		/* BIG */
		.big .pod-wrapper.two {
			flex-direction: column;
			border: 0;
			background: none!important;
			box-shadow: 0 0 0 rgba(0, 0, 0, 0);
			margin-bottom: -30px;
		}
		.big .two .pod-wrap {
			width: 100%;
			margin: 2% 0;
			border-top: 10px solid;
			border-right: 0px solid rgba(158, 159, 158, .2)!important;
			border-radius: 6px;
			box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
		}
		/* BIGGER */
		.bigger .pod-wrapper {
			flex-direction: column;
			border: 0;
			background: none!important;
			box-shadow: 0 0 0 rgba(0, 0, 0, 0);
			margin-bottom: -30px;
		}
		.bigger .pod-wrap {
			width: 100%;
			margin: 2% 0;
			border-top: 10px solid;
			border-right: 0px solid rgba(158, 159, 158, .2)!important;
			border-radius: 6px;
			box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
		}
		/* BIGGEST */
		
	}
	@media all and (max-width: 900px) {
		/* BIG */
		.big .pod-wrapper {
			flex-direction: column;
			border: 0;
			background: none!important;
			box-shadow: 0 0 0 rgba(0, 0, 0, 0);
			margin-bottom: -30px;
		}
		.big .pod-wrap {
			width: 100%;
			margin: 2% 0;
			border-top: 10px solid;
			border-right: 0px solid rgba(158, 159, 158, .2)!important;
			border-radius: 6px;
			box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
		}
		/* BIGGER */
		/* BIGGEST */
	}
	
/* HIGH CONTRAST */
.high_contrast .pod-text h3 {
	color: #202020;
}
.high_contrast .pod-text p {
	color: #202020;
}
.high_contrast .pod-text h1, 
.high_contrast .pod-text h2, 
.high_contrast .pod-text h3, 
.high_contrast .pod-text h4, 
.high_contrast .pod-text h5, 
.high_contrast .pod-text h6 {
	color: #202020!important;
}







