.maincontent {
    font-size:3.2rem;
    letter-spacing: 0;
    line-height:1.4;
}

.maincontent strong {
	font-weight:700;
}

.maincontent h1,
.maincontent h2,
.maincontent h3
{
	margin:0 0 1.4em 0;
	padding:0;
}

.maincontent h1 {
	font-weight:700;
	font-size:1em;
	color:#006C95;
}
.maincontent.darkbg h1 {
	color:white;
}
.maincontent h2 {
	font-weight:700;
	font-size:1em;
	color:#006C95;
}


.maincontent p {
	margin:0 0 1.4em 0;
	padding:0;
}
.maincontent p:last-child {
	margin-bottom: 0;
}

.maincontent .marginb0 {
	margin-bottom:0;
}
.maincontent .margint2l {
	margin-top:2.8em;
}


.maincontent a {
	color:inherit;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.1em;
}
.maincontent a:hover {
	color:#006C95;
}


.maincontent ul {
	padding:0;
	margin:0 0 1.5em 0em;
}
.maincontent ul li {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;	
}
.maincontent ul li:before {
	content:'•';
	width:1em;
	display:inline-block;
	text-indent: 0;
}



.maincontent img {
	max-width:100%;
}


.maincontent table {
	border-spacing:0px;
	border-collapse:collapse;
	margin-bottom:25px;
}

.maincontent table td,
.maincontent table th
 {
	border:none;
	padding:0 0.75em 0 0;
	text-align:left;
	vertical-align:top;
	text-align:left;
}

.maincontent table td:last-child,
.maincontent table th:last-child
{
	padding-right:0;
}

.maincontent table[border="1"] td,
.maincontent table[border="1"] th {
	border:1px solid #ccc;
	padding:5px;
}



@media (max-width:1023px) {
	/* mobile */

	.maincontent {
		font-size:20px;
		word-wrap:break-word;
	}

	.maincontent h2 {
		font-size:3rem;
	}
}


