<style>
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
</style>

body {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.2;
}

.h1 {
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}
.h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

h3 {
    color: #CB2113;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.2px;
    font-family: 'Open Sans', sans-serif;
}

li {
     color: #000;
     line-height: 27px;
     font-weight: 300; 
     font-size: 16px;
     letter-spacing: 0.2px;
     margin-top:12px;
     font-family: 'Open Sans', sans-serif;
}

table th {
	color: #000000;
	font-size: 0.9em;
	font-weight: 700;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}

.site-content .mpce-cfa-form .mpce-cfa-form-text, .site-content .mpce-cfa-form .mpce-cfa-form-email {
   width: 100% !important;
   display: inline-block !important;
}

.to_top .smue-ce-icon-obj {
position: fixed !important;
bottom: 20px;
right: 20px;
z-index: 1;
cursor: pointer;
} 

table th {
    color: #000000;
    font-size: 1.0em;
    font-weight: 700;
    padding: 0 0.75em 0.75em 0.75em 0.75em;
    text-align: left;
}
