.custom_imagebox .block {
	position: relative;
	overflow: hidden;
}
.custom_imagebox .block p {
	font-family: "sweet-sans-pro", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 1.125rem;
	line-height: 1.375rem;
	color: #fff;
}
.custom_imagebox .block .block-text-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	padding: 0 28px;
	padding-bottom: 20px;
	pointer-events: none;
}
.custom_imagebox.new-imgbox .block .block-text-content {
	padding: 0 40px 20px;
}
.custom_imagebox .block .block-title {
	margin-bottom: 10px;
}
.custom_imagebox .block .block-title a {
	font-family: "sweet-sans-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -0.29px;
	color: #fff;
}
.custom_imagebox .block .block-title a.button {
	font-family: "sweet-sans-pro", sans-serif;
	font-weight: 800;
	font-size: 14px;
	color: #022741;
	line-height: 16px;
	letter-spacing: 1.28px;
	margin: 0;
	display: block;
}
.custom_imagebox .block .block-category a {
	font-family: "sweet-sans-pro", sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 1.01px;
	color: #fff;
	text-transform: uppercase;
}
.custom_imagebox .block .block-category a .link-arrow {
	float: right;
	width: 43px;
	height: 21px;
	background-image: url(/includes/public/assets/icons/short-arrow-right.png);
}
.custom_imagebox .block:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	zoom: 1;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(73,104,125,0) 0%, rgba(35,55,71,0.76) 100%);
}

.custom_imagebox .block .block-image img {
	-webkit-transition: transform 0.15s ease-in-out;
	-moz-transition: transform 0.15s ease-in-out;
	-ms-transition: transform 0.15s ease-in-out;
	-o-transition: transform 0.15s ease-in-out;
}
.custom_imagebox .block:hover .block-image img,
.custom_imagebox .block:active .block-image img,
.custom_imagebox .block:focus .block-image img { transform: scale(1.2); }
.custom_imagebox .block.layout-compact .block-title {
	margin-bottom: 0;
}

.custom_snapshotbox { margin-bottom: 20px; }
/*
|-----------------------------------------------------------------------------------------------------------
| MEDIA QUERIES
|-----------------------------------------------------------------------------------------------------------
*/
/*** Mobile and Tablet***/ 
@media only screen and (max-width: 64em) {
	.custom_imagebox.new-imgbox .block .block-text-content {
		padding: 0 20px 20px;
	}
	.custom_imagebox .block .block-title a {
		font-size: 20px;
		line-height: 30px;
	}
	.custom_imagebox .block .block-title a.button {
		font-size: 12px;
		padding: 12px 15px 11px;
	}
	.custom_imagebox .block .block-title {
		margin-bottom: 5px;
	}
}

/*** Custom not needed? ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 47.9375em) {
	.custom_imagebox .block .block-text-content {
		padding: 0 10px 15px;
	}
}
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
	.custom_imagebox .block .block-title a.button {
		font-size: 14px;
		padding: 20px 28px 19px;
	}
}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) {}
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) {
	.custom_imagebox .block {
		position: relative;
	}
}
