/* ---------------------------------- */
/* LATEST NEWS */

.bsq-home-latest-news-container {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;

}

.bsq-home-latest-news-wrapper {
	width: calc( 100% + 0px);
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
	align-items: flex-start;
	padding: 0px;
}

.bsq-home-latest-news-div-header {
	width: 100%;
}

.bsq-home-latest-news-h2-header {
	line-height: 150%;
	color: #060606;
	margin-bottom: 20px;
}

.bsq-home-latest-news-items {
	width: calc( 100% + 40px );
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
	align-items: flex-start;
	padding: 0px;
	margin: 0px -10px;
	box-sizing: border-box;
}

.bsq-home-latest-news-item {
	width:  calc( 33.33% - 20px );
	background-color: #ffffff;
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
	align-items: center;
	margin: 10px;
	border: 0px solid #f0f0f0;
	box-sizing: border-box;
	min-height: 300px;

	overflow: hidden;
	border-radius: 30px 30px 10px 10px !important;
	border: 1px solid #D6D3D3
}

.bsq-home-latest-news-item-div-content {
	padding: 20px;
}

.bsq-home-latest-news-thumbnail-wrapper {
	width: 100%;
	position: relative;
}

.bsq-home-latest-news-header-wrapper {
	min-height: 80px;
}

.bsq-home-latest-news-thumbnail {
	display: block;
	height: auto !important;
	width: 100% !important;
	margin: 0 !important;
}

.bsq-home-latest-news-span {
	width: 100%;
	font-size: 20px;
	line-height: 150%;
	color: #002b4d;
	margin-bottom: 0px;
	font-family: SQMarket-Medium;
	font-weight: 400;
}

.bsq-home-latest-news-href {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #0081e7 !important;
	-webkit-border-radius: 4px !important;
	border-radius: 10px 0px 0px 0px !important;
	border: 1px dotted #0081e7;
	padding: 13px 18px;
	font-family: sqmarket-medium, sqmarket-arial-fallback !important;
	font-size: 16px !important;
	line-height: 20px;
	color: #f5faff !important;
	font-weight: 400 !important;
	text-align: center;
}

.bsq-home-latest-news-href i {
	text-decoration: none !important;
	margin-left: 20px;
}

.bsq-home-latest-news-href:hover {
	text-decoration: underline;
}




.bsq-home-latest-news-div-button {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	padding: 20px 0px;
}

.bsq-home-latest-news-button {
	display: inline-block;
	background-color: #0081e7 !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	border: 1px dotted #0081e7;
	padding: 13px 18px;
	font-family: sqmarket-medium, sqmarket-arial-fallback !important;
	font-size: 16px !important;
	line-height: 20px;
	color: #f5faff !important;
	font-weight: 400 !important;
	text-align: center;
}

.bsq-home-latest-news-button:hover {
	background-color: #f5faff !important;
	color: #0081e7 !important;
}

.bsq-home-latest-news-button i {
	text-decoration: none !important;
	margin-left: 20px;
}

@media (max-width: 1200px) {


	.bsq-home-latest-news-header-wrapper {
		min-height: 150px;
	}


	.bsq-home-latest-news-item {
		width:  calc( 33.33% - 20px );
	}

}

@media (max-width: 992px) {

	.bsq-home-latest-news-wrapper {
		width: 100%;
	}

	.bsq-home-latest-news-item {
		width:  calc( 50% - 20px );
	}

	.bsq-home-latest-news-header-wrapper {
		min-height: 140px;
	}

	.bsq-home-latest-news-div-button {
		justify-content: center;
	}

}

@media (max-width: 576px) {

	.bsq-home-latest-news-header-wrapper {
		min-height: fit-content;
	}

	.bsq-home-latest-news-item {
		width:  calc( 100% - 20px );
	}

}