﻿html, body {
    box-sizing: border-box;
    height: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    margin: 0px;
    color: #131313;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
}


a:link {
    text-decoration: none;
    color: #0088cc;
}

a:hover {
    text-decoration: underline;
}

#CenterColumn {
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1170px;
    min-height: 402px;
    background: white url('-/media/Default Website/cover.ashx') no-repeat;
    background-size: 1170px 402px;
    text-align: left;
}

#InnerCenter {
    margin: auto;
    position: relative;
    width: 1150px;
    height: 700px;
}

#Header {
    height: 402px;
}

#Footer {
    width: 100%;
    clear: both;
    padding-top: 2px;
}

#LeftContent {
    width: 750px;
    text-align: justify;
}

#scLogo {
    margin-top: 20px;
}

.contentTitle {
    margin-top: 50px;
    font-weight: 400;
    font-size: 36px;
}

.divider {
    background-color: #DCDCDC;
    border: 0 none;
    clear: both;
    display: block;
    height: 1px;
    float: none;
    margin: 50px auto;
    width: 100%;
}

.contentDescription {
    padding-right: 20px;
    line-height: 22px;
}

table td, table th {
	border-color: #ccc;
}


.table table {
	border: 1px solid #000;
	border-collapse: collapse;
}

.table table td,
.table table th {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 5px;
}

.table.table--toprow tr:first-child * {
	background-color: #eee;
}

.table.table--grid table td,
.table.table--vertical table td,
.table.table--vertical table th,
.table.table--grid table th {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

.table.table--vertical table td,
.table.table--vertical table th {
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
}

.read more {
    background-color: inherit;
    color: #005abb;
    text-decoration: underline;
}

.richtext-btn--secondary {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
}

.richtext-btn--primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
}