.elementor-25237 .elementor-element.elementor-element-ee2b86d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;}.elementor-25237 .elementor-element.elementor-element-ee2b86d:not(.elementor-motion-effects-element-type-background), .elementor-25237 .elementor-element.elementor-element-ee2b86d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-25237 .elementor-element.elementor-element-da7e44d .elementor-heading-title{font-family:var( --e-global-typography-869e4aa-font-family ), Sans-serif;font-size:var( --e-global-typography-869e4aa-font-size );font-weight:var( --e-global-typography-869e4aa-font-weight );line-height:var( --e-global-typography-869e4aa-line-height );color:var( --e-global-color-secondary );}.elementor-25237 .elementor-element.elementor-element-4db0ee2{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--padding-top:16px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-25237 .elementor-element.elementor-element-ee2b86d{--content-width:900px;}.elementor-25237 .elementor-element.elementor-element-4db0ee2{--content-width:900px;}}@media(max-width:1024px) and (min-width:768px){.elementor-25237 .elementor-element.elementor-element-ee2b86d{--content-width:90%;}.elementor-25237 .elementor-element.elementor-element-4db0ee2{--content-width:90%;}}@media(max-width:1024px){.elementor-25237 .elementor-element.elementor-element-da7e44d .elementor-heading-title{font-size:var( --e-global-typography-869e4aa-font-size );line-height:var( --e-global-typography-869e4aa-line-height );}.elementor-25237 .elementor-element.elementor-element-4db0ee2{--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}}@media(max-width:767px){.elementor-25237 .elementor-element.elementor-element-da7e44d .elementor-heading-title{font-size:var( --e-global-typography-869e4aa-font-size );line-height:var( --e-global-typography-869e4aa-line-height );}}/* Start custom CSS for single-event-field, class: .elementor-element-b4aee4d */.custom-single-post {
    font-family: 'Arial';
}

.custom-single-post p {
    font-size: 18px;
    line-height: 28px;
    color: #313131;
    margin-block-end: 1.6rem;
}

.custom-single-post h2 {
    margin-block-end: 1.6rem;
    margin-block-start: 0rem;
}

.custom-single-post h2,
.custom-single-post h3,
.custom-single-post h4,
.custom-single-post h5 {
    color: #0A78BE;
    font-weight: 700;
}

/* -- BUTTONS -- */
.wp-block-button {
    font-family: 'Arial';
    font-size: 1rem;
    font-weight: 700 !important;
    border-radius: 3px;
    padding: 1rem 2rem;
    background-color: #eb6659;
}
.wp-block-button__link {
    /* Disable default styling */
    color: white !important;
    padding: 0 !important;
    background-color: transparent !important;
}
.wp-block-button:hover {
    color: white;
    background-color: #c94d45;
}
/* -- END BUTTONS -- */

/* QUOTE */
.block-quote {
    padding: 50px;
    font-size: 16px !important;
}
.block-quote p {
    font-size: 16px;
}

ul {
    margin-bottom: 16px;
}

/* Table */
.wp-block-table table {
	width: 100%;
	border-collapse: collapse;
	background: white !important;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	font-size: 16px !important;
}

.wp-block-table th,
.wp-block-table td {
	padding: 14px 20px;
	text-align: left;
	vertical-align: top;
	border: none;
	border-bottom: 1px solid #eceff3;
	line-height: 1.45;
}

.wp-block-table thead {
	border-bottom: none !important;
}

.wp-block-table thead th {
	background: #0A78BE;
	color: #fff;
	font-weight: 600;
}

.wp-block-table tbody tr:nth-child(even) {
	background: #F1F6F8;
}

.wp-block-table tbody tr:hover {
	background: #eef4f9;
}

.wp-block-table tbody tr:last-child td {
	border-bottom: none;
}/* End custom CSS */