/* ------------------------------------------------------------------ */
/* Utility classes */
/* ------------------------------------------------------------------ */

/* IMAGES */
.img-full-width{
	display: block; !important;
	max-width: 100% !important;
	height: auto !important;
}
.img-twothird-width{
	max-width: 66% !important;
	height: auto !important;
}

.img-half-width{
	max-width: 50% !important;
	height: auto !important;
}
.img-onethird-width{
	max-width: 33% !important;
	height: auto !important;
}
.img-quarter-width{
	max-width: 25% !important;
	height: auto !important;
}
.img-onefifth-width{
	max-width: 20% !important;
	height: auto !important;
}

.img-onesixth-width{
	max-width: 17% !important;
	height: auto !important;
}


/* BORDERS */
.border-light{
	border: 1px solid #c4c4c4 !important;
}

/* TEXT */
.align-justify{
	text-align: justify !important;
}

/* MARGINS */
.M_vertical-1{
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}
.M_vertical-2{
	margin-top: 16px !important;
	margin-bottom: 16px !important;
}
.M_vertical-3{
	margin-top: 32px !important;
	margin-bottom: 32px !important;
}

.M_horizontal-1{
	margin-left: 8px; 
	margin-right: 8px; 
}
.M_horizontal-2{
	margin-left: 16px; 
	margin-right: 16px; 
}
.M_horizontal-3{
	margin-left: 32px; 
	margin-right: 32px; 
}

.M_left-1{
	margin-left:8px;
}

.M_left-2{
	margin-left:16px;
}

.M_left-3{
	margin-left:32px;
}



.M_right-1{
	margin-right:8px;
}

.M_right-2{
	margin-right:16px;
}

.M_right-3{
	margin-right:32px;
}





.M_top-1{
	margin-top: 8px !important;
}
.M_top-2{
	margin-top: 16px !important;
}
.M_top-3{
	margin-top: 32px !important;
}


.M_bottom-1{
	margin-bottom: 8px !important;
}
.M_bottom-2{
	margin-bottom: 16px !important;
}
.M_bottom-3{
	margin-bottom: 32px !important;
}

/* PADDINGS *//*
.P_vertical-1{
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
.P_vertical-2{
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}
.P_vertical-3{
	padding-top: 32px !important;
	padding-bottom: 32px !important;
}

.P_top-1{
	padding-top: 8px !important;
}
.P_top-2{
	padding-top: 16px !important;
}
.P_top-3{
	padding-top: 32px !important;
}


.P_bottom-1{
	padding-bottom: 8px !important;
}
.P_bottom-2{
	padding-bottom: 16px !important;
}
.P_bottom-3{
	padding-bottom: 32px !important;
}
*/

/* LISTS */

.ul-list-1{
	list-style-type: disc !important;
	list-style-position: outside !important;
	margin-left: 18px;
	margin-bottom: 1rem;
}
.ul-list-1 > li{
.	padding: 5px 0 !important;
}

.ul-list-10{
	list-style-type: disc !important;
	list-style-position: outside !important;
	margin-left: 18px;
	margin-bottom: 1rem;
	
}
.ul-list-10 > li{
	padding: 10px 0 !important;
}



.ol-list-1{
	list-style-type: decimal !important;
	list-style-position: outside !important;
	margin-left: 18px;
	margin-bottom: 1rem;
}
.ol-list-1 > li{
.	padding: 5px 0 !important;
}

.ol-list-10{
	list-style-type: decimal !important;
	list-style-position: outside !important;
	margin-left: 18px;
	margin-bottom: 1rem;
}
.ol-list-10 > li{
	padding: 10px 0 !important;
}

.type-none{
	list-style-type: none !important;
}


#eckb-article-content ul,
#eckb-article-content ol,
#eckb-article-content li,
#eckb-article-content p{
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#eckb-article-content img,
#eckb-article-content h1,
#eckb-article-content h2,
#eckb-article-content h3,
#eckb-article-content h4,
#eckb-article-content h5,
#eckb-article-content h6{
	margin-top: 2rem;
	margin-bottom: 2rem;
}



#eckb-article-content ul{

	list-style-position: outside !important;
	list-style-type: disc !important;
	margin-left: 18px;
	margin-bottom: 1rem;
}

#eckb-article-content ol{

	list-style-position: outside !important;
	margin-left: 18px;
	margin-bottom: 1rem;
}



#eckb-article-content a:link,
#eckb-article-content a:visited,
#eckb-article-content a:hover,
#eckb-article-content a:active{
	color: #0f5d94;
}

#eckb-article-content a:hover,
#eckb-article-content a:active {
	text-decoration: underline;
}
