.contentBox10 {
	position:relative;
	padding:60px 0;
}

.contentBox10 a {
	color:#000;
}

.contentBox10 a:hover {
	/*color:#fff;*/
	color: #146ff8;
}

.contentBox10.blogGallery {
	position: relative;
	padding: 15px 0;
}

.contentBox10 .customModuleEmpty {
	width: 100%;
}

.contentBox10 .contentBox10Header {
	display: flex;
	align-items: center;
	max-width:1280px;
	margin:0 auto;
}

	.contentBox10 .contentBox10HeaderContainer {
		font-size: 3.5rem;
		font-weight: 700;
		color: #011d4a;
		line-height: 5.5rem;
		white-space:pre-line;
		padding:0 30px;
	}
	
	.contentBox10 .contentBox10HeaderContainer .stylizedText {
		font-size: 5.5rem;
		font-weight: normal;
		color: #FFD502;
		font-family: SaltySoul,Arial, Helvetica, sans-serif;
		position: relative;
		line-height: 5.5rem;
		padding-left: 5px;
	}

.contentBox10 .contentBox10Body {
	display: flex;
	flex-wrap: wrap;
}

.contentBox10.contentWidth .contentBox10Body {
	max-width:1280px;
	margin:0 auto;
	padding: 30px;
}

.contentBox10.bodyWidth .container-fluid {
	padding-right:0;
	padding-left:0;
}

.contentBox10 .container-fluid .row {
	/*width:100%;*/
}

	.contentBox10 .item {
		position:relative;
		color:#011D4A;
		padding:20px;
	}
	
		.contentBox10 .imageBox {
			position: relative;
		}
		
		.contentBox10 .imageBox img {
			width:100%;
		}
		
		.contentBox10 .imageBoxContainer {
			display: flex;
			flex-direction: column;
			justify-content: center;
			padding: 0 1vw;
		}
		
			.contentBox10 .imageBoxTitle {
				font-family: Montserrat, Arial, Helvetica, sans-serif;
				font-size: 6rem;
				font-weight: 800;
				line-height: 6rem;
				color: #fff;
			}
			
			.contentBox10 .imageBoxSubtitle {
				font-family: Karla,Arial, Helvetica, sans-serif;
				font-size: 2.5rem;
				font-weight: 500;
				line-height: 2.5rem;
				color: #FFD502;
				margin-top: 1rem;
			}
		
		.contentBox10 .title {
			font-size: 2rem;
			font-weight: 600;
			line-height: 2.5rem;
			margin: 20px 0 5px;
		}
		
		.contentBox10 .subtitle {
			font-size: 1.5rem;
			line-height: 2.5rem;
			font-weight: 300;
		}
		
		.contentBox10 .link {
			position: absolute;
			z-index: 1;
			left: 0;
			bottom: 0;
		}
		
/*		.contentBox10 a {
			color:#000;
		}
		
		.contentBox10 a:hover {
			color:#0057b8;
		}	*/

.contentBox10 .linkButtonContainer {
	width:100%;
	margin: 20px -5px 0;
	text-align:center;
}