.fusion-content-boxes{
	display:flex!important;
	flex-flow:row wrap!important;
}
.fusion-content-boxes .fusion-column{
	display:flex!important;
}
.blue-block{
	background-color:#046fb7;
	padding: 20px 60px;
	margin-bottom:40px!important;
}
.blue-block h2,
.blue-block p{
	color:#fff!important;
}
.blue-block .fusion-separator{
	border-color: #fff !important;
}

/* Newsletter Styles 17-07-23 */
#mc_embed_signup {

}
.wrap.newsletter {
    color: #ffffff;
    background-image: -webkit-gradient( linear, left bottom, left top, from( #a0001d ), to( #ee1c25 ) );
    background-image: linear-gradient( to top, #a0001d, #ee1c25 );
    background-image: -webkit-linear-gradient( to top, #a0001d, #ee1c25 );
    background-image: -moz-linear-gradient( to top, #a0001d, #ee1c25 );
    background-image: -ms-linear-gradient( to top, #a0001d, #ee1c25 );
    background-image: -o-linear-gradient( to top, #a0001d, #ee1c25 );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ee1c25, endColorstr=#a0001d);
}
.wrap.newsletter .inner {
	padding:20px;
	margin:auto;
	display: flex;
    align-items: center;
    justify-content: center;
}

#mc_embed_signup,
#mc_embed_signup h2 {
	color:#fff;
	text-align:center;
}

#mc_embed_signup h2 {
	text-transform:uppercase;
	margin:0px 0px 8px 0px !important;
	text-align:center;
	line-height: 100%;
}

#mc_embed_signup p {
	margin:0px 0px 8px 0px !important;
	
	line-height: 100%;
}

#mc_embed_signup .button {
	background:#1679b7 !important;
	background-color: #1679b7 !important;
	line-height: 140%;
	height: 50px !important;
	font-weight:bold !important; 
}

#mc_embed_signup .mc-field-group label {
	line-height: 120%;
}

#mc_embed_signup .mc-field-group label {
	font-weight:bold !important;
}

.content__gdprLegal a {
	color:#ffffff !important;
}