/* 
 * Widget Highlights
 */

.widget-highlights {position: relative;}
.widget-highlights .item {height: auto;}
.widget-highlights .item .image {width: 100%;}
.widget-highlights .item .content {
	padding: 23px 25px 38px 25px;
	background-color: #06416d;
	text-align: center;
	color: #fff;
}
.bmp_brand .widget-highlights .item .content {
	background-color: var(--bmp-microsite-dark-green);
}
.widget-highlights .item .title {
	text-transform: uppercase;
	color: #fff;
	font-size: 21px;
	line-height: 25px;
	font-family: "mostra-nuova", sans-serif;
	font-weight: 400;
	display: block;
	margin-bottom: 16px;
}
.widget-highlights .item .sub-title {
	font-size: 13px;
	line-height: 20px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 11px;
	padding: 0 10px;
}
.widget-highlights .item .text {
	font-size: 13px;
	line-height: 20px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	margin-bottom: 39px;
}
.widget-highlights .item .button {
	width: 100%;
	margin-bottom: 0;
}
.widget-highlights .arrows {
	position: absolute;
	top: -395px;
	width: 100%;
	height: 0;
	bottom: 0;
	margin: auto;
}
.widget-highlights .item .button {
	bottom: 0px;

}
.bmp_brand .widget-highlights .item .button {
	background-color: var(--bmp-microsite-fuchsia);

}
@media only screen and (min-width: 25em) and (max-width: 40.0623em) {
/*  > 400px < 641px   */
	.widget-highlights .arrows {top: -315px;}
}
.widget-highlights .arrow {
	height: 32px;
	width: 22px;
	background-image: url("/includes/public/assets/images/slider-arrows-white.png");
	background-repeat: no-repeat;
	display: inline-block;
	background-position: 1px 0;
	cursor: pointer;
	background-size: auto 29px;
	opacity: 1;
}
.widget-highlights .prev {}
.widget-highlights .next {
	float: right;
	background-position: -43px 0px;
}
@media only screen and (min-width: 40.063em){ 
	/* > 641px  */ 
	.widget-highlights .arrows {
		top: 45%;
		bottom: auto;
	}
	.widget-highlights .arrow {
		background-size: auto auto;
		height: 37px;
		width: 27px;
		background-position: 6px 0;
	}
	.widget-highlights .item .title {
		text-transform: uppercase;
		color: #fff;
		font-size: 20px;
		line-height: 25px;
		font-family: "mostra-nuova", sans-serif;
		font-weight: 300;
		display: block;
		margin-bottom: 16px;
	}
	.widget-highlights .next {background-position: -57px 0px;}
	.widget-highlights .item .content {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 50%;
		background-color: rgba(0,65,109,0.85);
		padding: 0;
		opacity: 0.9;
	}
	.widget-highlights .item.setting-content-left  .content {
		left: 0;
		right: auto;
	}
	.widget-highlights .item .content .inner-content {
		position: relative;
		height: 100%;
	}
	.widget-highlights .item .image {min-height: 385px;}
	.widget-highlights .item .content .inner-content .content-wrapper {
		position: absolute;
		height: 292px;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 300px;
		left: 0;
		right: 0;
		max-width: 82%;
	}
	.widget-highlights .item .button {width: auto;}
}
@media only screen and (min-width: 64.063em) {
	/*  > 1024px  */ 
	.widget-highlights .item .title {
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 23px;
		font-weight: 400;
	}
	.widget-highlights .item .sub-title{
		margin-bottom: 25px;
		padding: 0;
	}
	.widget-highlights .item .sub-title{
		font-size: 15px;
		line-height: 25px;
	}
	.widget-highlights .item .text {
		font-size: 15px;
		line-height: 25px;
	}
	.widget-highlights .item .image {min-height: 600px;}
	.widget-highlights .item .content {
		min-width: 480px;
		width: 23%;
	}
	.widget-highlights .item .content .inner-content .content-wrapper {
		height: 385px;
		width: 340px;
	}
	.widget-highlights .item .button {
		width: 99px;
		position: absolute;
		bottom: 0px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.widget-highlights .arrows {
		padding-left: 15px;
		padding-right: 15px;
		top: 47%;
	}
	.widget-highlights .item img.image {
	max-height: 100%;
	}
	.widget-highlights .item .content .inner-content .content-wrapper {
	height: 457px;
	width: 340px;
}
.widget-highlights .item .title {
	margin-bottom: 27px;
}
}
@media only screen and (max-width: 1024px) {
	.widget-highlights .item .content .inner-content .content-wrapper {
		height: 315px;

	}
	.widget-highlights .item .button {
		width: auto;
		margin: auto ;
	}
	.widget-highlights .item .button {
		width: 99px;
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
		margin-bottom: 41px;
	}
}
@media only screen and (max-width: 640px) {
	.widget-highlights .item .title {
		font-size: 21px;
		line-height: 32px;
		margin-bottom: 12px;
		font-weight: 100;
	}
	.widget-highlights .item .content {
		padding: 30px 25px 38px 25px;
		background-color: #06416d;
		text-align: center;
		color: #fff;
	}
	.widget-highlights .item .text {
		font-size: 12px;
		line-height: 20px;
		font-family: 'Noto Sans', sans-serif;
		font-weight: 100;
		margin-bottom: 39px;
	}
	.widget-highlights .item img.image {
	max-height: 158px;
	}
	.widget-highlights .arrow {
		opacity: .7;
	}
	.widget-highlights .item .content .inner-content .content-wrapper {
		height: 284px;
	}
	.widget-highlights .item .button {
		width: 85%;
	}
}