.ekr-text-full-width .wysiwyg_text h2, .wysiwyg_text h3, .wysiwyg_text h4, .wysiwyg_text h5, .wysiwyg_text h6 {
	margin: 0;
	font-family: var(--heading-font);
	color: var(--accent-color);
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.1;
	hyphens: none
}
.ekr-text-full-width .wysiwyg_text h2 {
	margin: 0 0 20px;
	position: relative;
	font-size: 56px;
}
/*.wysiwyg_text h2:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: -10px;
	width: 28px;
	height: 6px;
	background-color: #ba1c21
}*/
.ekr-text-full-width .wysiwyg_text h3 {
	font-size:  40px
}

.wysiwyg_text h4 {
	font-size: 32px;
}
.wysiwyg_text h5 {
	font-size: 32px
}
.wysiwyg_text h6 {
	font-size: 32px
}
.ekr-text-content {
	/*font-size: 16px;*/
	font-weight: 300;
	/*line-height: 25px*/
}
.ekr-text-content p {
	max-width: 800px
}
.wysiwyg_text ul li {
	margin-bottom: 8px
}
.ekr-text-content h1, .ekr-text-content h2, .ekr-text-content h4, .ekr-text-content h5, .ekr-text-content h6 {
	font-family: var(--heading-font);
	font-size: 40px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	color: var(--accent-color);
	padding-top: 0;
}

.ekr-text-is-card h3{
	font-size: 32px;
}

.ekr-text-content h4{
	font-size: 32px;
}

.ekr-text-content .ekr-text-subsection {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 25px;
	font-size: 16px
}
.ekr-text-content .ekr-text-subsection h1, .ekr-text-content .ekr-text-subsection h2, .ekr-text-content .ekr-text-subsection h3, .ekr-text-content .ekr-text-subsection h4, .ekr-text-content .ekr-text-subsection h5, .ekr-text-content .ekr-text-subsection h6 {
	font-family: var(--link-font);
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	text-transform: none;
	color: #212121;
	font-weight: 700
}
.ekr-text.ekr-text-full-width .ekr-text-content p {
	max-width: none
}
.ekr-text.ekr-text-two-columns .ekr-text-content p {
	max-width: none;
	column-count: 2;
	column-gap: 80px
}
.ekr-text.ekr-text-two-columns .ekr-text-content .ekr-text-subsection p {
	column-count: 1
}
.ekr-text.ekr-text-is-card {
	padding: 64px 0
}
.ekr-text.ekr-text-is-card .ekr-text-content {
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	padding: 60px 80px;
	position: relative;
	max-width: 800px;
	z-index: 1
}
.ekr-text-is-card.card_bg .ekr-text-content {
    border-radius: 24px;
    max-width: 1200px;
}
.ekr-text-is-card.red_gradient_background .ekr-text-content {
    background-color: var(--cta-color);
    background-image: linear-gradient(to right, #600000 , #B50000);
}
.ekr-text-is-card.card_bg .ekr-text-content p{
	max-width: 1200px;
}
.ekr-text.ekr-text-custom-list-styles .ekr-text-content ol, .ekr-text.ekr-text-custom-list-styles .ekr-text-content ul {
	column-count: 2;
	column-gap: 80px;
	margin-top: 32px
}
.ekr-text.ekr-text-custom-list-styles .ekr-text-content ol li, .ekr-text.ekr-text-custom-list-styles .ekr-text-content ul li {
	break-inside: avoid;
	position: relative;
	padding-left: 30px;
	margin-bottom: 40px;
	/*font-size: 16px*/
}
.ekr-text.ekr-text-custom-list-styles .ekr-text-content ul li {
	list-style: none
}
.ekr-text.ekr-text-custom-list-styles .ekr-text-content ul li:before {
	position: absolute;
	content: '\f05a';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	color: var(--accent-color);
	top: 0;
	left: 0
}
.ekr-text.ekr-text-custom-list-styles .ekr-text-content ol li {
	list-style-type: decimal-leading-zero
}
.ekr-text {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px
}
.ekr-text-decor {
	width: 100%;
	position: absolute;
	height: 3px;
	background-color: #003058!important;
	top: 235px;
	z-index: 0
}
.ekr-text-inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto
}
.ekr-text-subsections {
	margin-top: 60px
}
.ekr-text-subsections.ekr-text-subsection-cols-4 .ekr-text-subsection {
	width: calc((100% - (40px * 3))/ 4)
}
.ekr-text-subsections.ekr-text-subsection-cols-4 .ekr-text-subsection:nth-child(4n) {
	margin-right: 0
}
.ekr-text-subsections.ekr-text-subsection-cols-4 .ekr-text-subsection:nth-child(4n+1) {
	clear: left
}
.ekr-text-subsections.ekr-text-subsection-cols-2 .ekr-text-subsection {
	width: calc((100% - 40px)/ 2)
}
.ekr-text-subsections.ekr-text-subsection-cols-2 .ekr-text-subsection:nth-child(2n) {
	margin-right: 0
}
.ekr-text-subsections.ekr-text-subsection-cols-2 .ekr-text-subsection:nth-child(2n+1) {
	clear: left
}
.red_gradient_background {
    background-color: #fff !important;
    color: #fff !important;
}
.red_gradient_background h2,
.red_gradient_background h3,
.red_gradient_background h4,
.red_gradient_background h5,
.red_gradient_background h6 {
    color: #fff !important;
}
@media only screen and (max-width:1200px) {
	.ekr-text.ekr-text-custom-list-styles .ekr-text-content ol, .ekr-text.ekr-text-custom-list-styles .ekr-text-content ul {
		column-count: 1
	}
}
@media only screen and (max-width:900px) {
	.ekr-text-content h1, .ekr-text-content h2, .ekr-text-content h4, .ekr-text-content h5, .ekr-text-content h6{
		font-size: 36px;
	}
	.wysiwyg_text h2, .wysiwyg_text h3, .wysiwyg_text h4, .wysiwyg_text h5, .wysiwyg_text h6{
		letter-spacing: 1.5px;
		line-height: 1.1;
	}
	.ekr-text-full-width .wysiwyg_text h2 {
		font-size: 40px;
		line-height: 1.1;
	}
	.wysiwyg_text h3 {
		font-size: 32px;
		margin-bottom: 16px;
	}
	.wysiwyg_text h4 {
		font-size: 32px
	}
	.wysiwyg_text h5 {
		font-size: 32px
	}
	.wysiwyg_text h6 {
		font-size: 24px
	}

	.wysiwyg_text p, .ekr-text-content p, .wysiwyg_text ul li {
		font-size: 16px;
		line-height: 24px
	}
	.wysiwyg_text ul li {
		margin-bottom: 8px
	}
	.ekr-text-content {
		padding: 16px
	}
	.ekr-text.ekr-text-two-columns .ekr-text-content p {
		column-count: 1
	}
	.ekr-text.ekr-text-is-card{
		padding: 32px 0;
	}
	.ekr-text.ekr-text-is-card .ekr-text-content {
		padding: 27px 27px 5px
	}
	.ekr-text.ekr-text-is-card .ekr-text-content img {
		margin: 0 !important;
		padding-bottom: 10px;
		width: 100%;
		display: block;
		float: none!important
	}
	.ekr-text.ekr-text-custom-list-styles .ekr-text-content ol li {
		margin-left: 30px;
		padding-left: 17px;
		max-width: 246px;
		display: list-item
	}
	.ekr-text.ekr-text-custom-list-styles .ekr-text-content ol, .ekr-text.ekr-text-custom-list-styles .ekr-text-content ul{
		margin-top: 20px;
	}
	.ekr-text.ekr-text-custom-list-styles .ekr-text-content ol li, .ekr-text.ekr-text-custom-list-styles .ekr-text-content ul li {
		margin-bottom: 20px;
	}
	.ekr-text {
		padding-top: 15px;
		padding-bottom: 15px
	}
	.ekr-text-inner {
		width: unset
	}
	.ekr-text-subsections.ekr-text-subsection-cols-2 .ekr-text-subsection, .ekr-text-subsections.ekr-text-subsection-cols-4 .ekr-text-subsection {
		width: 100%;
		margin-right: 0
	}
	.ekr-text-decor{
		display: none;
	}
}