.box {
	cursor: pointer;
	height: 180px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color:#eee;
	border-radius: 5px;
	margin-bottom: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #253e8b!important;
	text-decoration: none!important;
}

.box img {
	position: absolute;
	left: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.box .overbox {
	background-color: #2A7884;
	/*
	position: absolute;
	top: 0;
	left: 0;
	*/
	color: #fff;
	z-index: 100;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	text-decoration: none !important;
	border-radius: 5px;
}
.box .overbox a {
	font-size: 90%;
	color:#FFFFFF !important;
	text-decoration: none !important;
}
.box .overbox a:hover {
	background: #2A7884;
	color:#FFFFFF !important;
	text-decoration: none !important;
}
.box:hover .overbox {
	opacity: 1;
	text-decoration: none !important;
}
.box .overtext {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	/*margin: auto;*/
	width: 100%;
	text-align:center;
	border:none;
	text-decoration: none !important;
}
.tagline.overtext a {
	border: solid 1px #fff;
	background-color: #2A7884;
	opacity: 0.6;
	border-radius: 4px;
	display:block;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom:4px!important;
	text-decoration: none !important;
}
.tagline.overtext a:hover {
	border: solid 1px #fff;
	text-decoration: none !important;
	opacity: 1;
}
.box .title {
	font-size: 1.5em;
	text-transform: uppercase;
	opacity: 0;
	transition-delay: 0.1s;
	transition-duration: 0.2s;
	font-weight: bold;
	text-decoration: none !important;
}
.box:hover .title, .box:focus .title {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	text-decoration: none !important;
}
.box .tagline {
	font-size: 1.2em;
	opacity: 0;
	transition-delay: 0.2s;
	transition-duration: 0.2s;
	text-decoration: none !important;
}
.box:hover .tagline, .box:focus .tagline {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	text-decoration: none !important;
}
.box h2 {
	text-align: center !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 80%;
	height: 30%;
	margin: auto;
	font-size: 26px;
	text-decoration: none !important;
}
.box h3 {
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 30%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	text-decoration: none;
}
.boxWrap {
	/*position: absolute;
	top: 1px;
	bottom: 40px;
	left: 13px;
	right: 0;*/
	width: 100%;
	height: 100%;
	margin: auto;
	/**/
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.box:hover, .overbox:hover, a:hover {
	text-decoration: none !important;
}
