* {
	margin: 0;
	padding: 0;
}

body {
	background: white;
	color:black;
	font-size: 13pt;
	font-family: "Open Sans", sans-serif;
}

.servicenavigation, .menu-button, .mainnavigation, .breadcrumb, .content-slider, .quickmenu, .social,
.content-regular .col-md-3, .master-slider {
	display: none;
}

.csc-default {
	margin-bottom: 30px;
}

header {
	margin-bottom: 20px;
}

p {
	margin-bottom: 15px;
}

h1 {
	font-size: 20pt;
	margin-bottom: 20px;
    color: #074c91;
}

h2 {
	font-size: 16pt;
	margin-bottom: 15px;
    color: #074c91;
}

table {
	width: 100%;
}

.contenttable, .nocaption {
    width: 100%;
    margin-bottom: 20px;
}

.contenttable td {
    padding: 5px 8px 5px 0;
    text-align: right;
}

.contenttable tbody td:first-of-type {
    font-weight: 500;
    text-align: left;
    width: auto;
}

.contenttable thead th, .nocaption thead th {
    color: black;
    padding: 5px 8px 5px 0;
    text-align: right;
}

.nocaption thead th {
    text-align: left;
    padding-left: 0px;
}

.logo img {

transform: scale(0.8, 0.8);
-ms-transform: scale(0.8, 0.8);
-webkit-transform: scale(0.8, 0.8);
}

footer .contact-block {
	margin: 30px 0;
}