.wp-site-blocks {
    padding-top: 0px!important;
	padding-bottom: 0px!important;
}
.bg-primary-gradient {
	background: rgb(16,96,141);
	background: radial-gradient(circle, rgba(16,96,141,1) 0%, rgba(7,59,86,1) 100%);
}
.bg-primary {
	background: #003856;
}
.bg-contain {
	background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}
.wp-site-blocks section {
	margin-top: 0;
}
.no-vertical-margin {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}