/* 
 * Widget Image box
 */

.widget-image-box {margin-bottom: 30px;}
.widget-image-box .image {display: block;}
.widget-image-box .image img {width: 100%;}
.widget-image-box .content {
	border-top: solid 2px #fff;
	padding: 20px 20px 30px 20px;
	background-image: url("/includes/public/assets/images/imageboxlayer.png");
	background-color: #053e68;
	color: #fff;
	text-align: center;
	background-position: left -100px bottom -80px;
	background-size: 563px 229px;
}
.juneau_cares .widget-image-box .content {
	background-color: #596b27;
	background-image: none;
	background: url("/includes/public/assets/images/microsite/topo.png") center / cover no-repeat !important;
}
.bmp_brand .widget-image-box .content {
	background-color: var(--bmp-microsite-dark-green);
	background-image: url("/includes/public/assets/images/listings/item-swoopey.png");
}
.juneau_cares .widget-image-box .content .button {
	background-color: #fbe5bd;
	color: #3d3b30;
}
.bmp_brand .widget-image-box .content .button {
	background-color: var(--bmp-microsite-fuchsia);
}
.widget-image-box .content .button .microsite {
	display: none;
}
.juneau_cares .widget-image-box .content .button .microsite {
	display: inline;
}
.juneau_cares .widget-image-box .content .button .default {
	display: none;
}
.contentRender_name_plugins_common_33_33_33 .widget-image-box .content {
	background-size: 382px 240px;
}
.panel_custom_two_col_sidebar_right .widget-image-box .content {
	background-size: 862px 240px;
}
.panel_custom_two_col_sidebar_left .widget-image-box .content {
	background-size: 862px 240px;
}
.panel_custom_one_col .widget-image-box .content {
	background-size: 1184px 240px;
}
.widget-image-box .content .title,
.widget-image-box .content .title a {
	font-size: 21px;
	text-transform: uppercase;
	line-height: 27px;
	font-family: "mostra-nuova", sans-serif;
	font-weight: 400;
	color: #fff;
	display: block;
	margin-bottom: 0px;
}
.widget-image-box .content .text,
.widget-image-box .content .text p {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 100;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 15px;
	color: #fff;
}
.widget-image-box .content .button {
	margin-bottom: 0;
	padding: 3px 7px 4px 7px;
	background-repeat: no-repeat;
	width: 115px;
	height: 33px;
}
@media only screen and (min-width: 64.063em) {
	/*  > 1024px  */ 
	.widget-image-box .content .title,
	.widget-image-box .content .title a {
		font-size: 30px;
		line-height: 33px;
		bottom: 4px;
		position: relative;
	}
	.widget-image-box .content .text,
	.widget-image-box .content .text p,
	 {
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.widget-image-box .content {
		padding: 20px 10px 18px 10px;
		background-position: left 2px bottom -84px;
	}
}
@media only screen and (max-width: 1024px) {
	.widget-image-box .content {
		border-top: solid 3px #fff;
	}
}
@media only screen and (max-width: 640px) {
	.widget-image-box .content .text,
	.widget-image-box .content .text p {
		font-family: 'Noto Sans', sans-serif;
		font-weight: 100;
		font-size: 13px;
		line-height: 25px;
		margin-bottom: 30px;
		color: #fff;

	}
	.widget-image-box .content .title, .widget-image-box .content .title a {
		font-size: 21px;
		text-transform: uppercase;
		line-height: 27px;
		font-family: "mostra-nuova", sans-serif;
		font-weight: 400;
		color: #fff;
		display: block;
		margin-bottom: 7px;
	}
}