.container {
    max-width: 1920px;
}

h1 {
    font-size: 62px;
    color: white;
}

.container_part h2 {
    color: #0b4e90;
    font-size: 44px;    
    font-weight: 400;
    font-family: helvetica_condensedbold;
    margin: 40px 0 40px 0;
	padding: 0;
	text-transform: none; 
}

.container_part h3 {
    color: #0b4e90;
    font-size: 30px;
    font-weight: 400;
    font-family: helvetica_condensedbold;
    margin: 20px 0 20px 0;
	padding: 0;
	text-transform: none; 
}

.container_part h4 {
    color: #2f2e2e;
    font-size: 30px;
    font-weight: 400;
    font-family: helvetica_condensedbold;
    margin: 0 0 15px 0;
	padding: 0;
	text-transform: none; 
}

.container_part h5 {
    color: #a0a0a0;
	font-size: 15px;
    font-weight: 400;
    font-family: helvetica_condensedbold;
    margin: 0 0 15px 0;
	padding: 0;
	text-transform: none; 
}

.col_image figcaption {
	color: #a0a0a0;
    font-weight: 400;
    font-family: helvetica_condensedbold;
    margin: 0 0 15px 0;
	text-align: center
}
/*
.novated_container_part p, 
.calc_container_part p {
    padding: 2px 0 16px;
    margin: 0;
    color: #3f3f3f;
    font-family: helveticaregular;
    font-size: 15px;
    line-height: 1.5;
}
*/
.container_part ul {
    /*list-style: initial;*/
	color: #3f3f3f;
	font-family: helveticaregular;
    font-size: 15px;
}

.container_part ul li {
    /*list-style: initial;*/
	color: #3f3f3f;
	font-family: helveticaregular;
    font-size: 15px;
	margin: 0;
	padding: 0;
	background: none;
}

.container_part ol {
    /*list-style: initial;*/
	color: #3f3f3f;
	font-family: helveticaregular;
    font-size: 15px;
}

.container_part ol li {
    /*list-style: initial;*/
	color: #3f3f3f;
	font-family: helveticaregular;
    font-size: 15px;
	margin: 0;
	padding: 0;
}


/*
.novated_container .wp-block-button__link, 
.calc_container .wp-block-button__link {
    background-color: #004990;
    color: #FFFFFF;

}

.novated_container .wp-block-button__link:hover, 
.calc_container .wp-block-button__link:hover {
    background-color: #FFFFFF;
    color: #004990;
    border: #004990 solid 1px;

}


.novated-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 464px;
}

.novated-banner_inner-container {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.novated-banner_inner-container p {
    font-size: 24px; 
}
*/
.wp-block-media-text.media_text_border
{
    border: 1px solid #000000 !important;
}

.wp-block-media-text.media_text_border .wp-block-media-text__media
{
    border-right: 1px solid #000000 !important;
}

.wp-block-media-text.has-media-on-the-right.media_text_border .wp-block-media-text__media
{
    border-left: 1px solid #000000 !important;
}

.wp-block-columns.image_row {
    margin: 0;
}

.calc_cover_group {
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;
	min-height: 450px;
}

.calc_cover_group_content {
	float: right;
	width: 40%;
	margin-right: 5%;
}

.calc_cover_group_content h1 {
		line-height: 0.8em;
		margin-top: 20%;
		margin-bottom: 10%;
		/*font-size: 62px;*/
}


.ev_adv_cols {
    gap: 8em !important;
}

.ev_adv_col {
    padding: 3%;
}

.novated_page_row {
    background-color: #EBECED;;
}

.store_img {
    max-width: 100% !important; 
    height: auto !important;
}

.app_store_image {
    width: 87% !important; 
    margin: 5% 6% !important;
}


@media only screen and (max-width:799px) {
    h1 {font-size: 48px;}
	h2 {font-size: 36px;}
	.container_part h3 {font-size: 28px;}
	.container_part h4 {font-size: 28px;}
}

@media only screen and (max-width:1300px) {
    .calc_cover_group_content {
		width: 50%;
	}
}

@media only screen and (max-width:1200px) {
    .calc_cover_group_content {
		width: 60%;
	}
}

@media only screen and (max-width:1024px) {
    .calc_cover_group_content {
		width: 75%;
	}
}

@media only screen and (max-width:768px) {
    .calc_cover_group {
		width: 65%;
	}
	
	.calc_cover_group_content {
		width: 100%;
		margin-right: 0;
	}
	
}

