﻿html, body {
    box-sizing: border-box;
    height: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    margin: 0px;
    color: #131313;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
}


#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;
}

a.primary-button {
    background-color: #009edb;
    color: #fff;
    align-items: center;
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-flex;
    line-height: 1.2;
    font-weight: 700;
    padding: 12px 22px;
    text-align: center;
    border: none;
}

a.secondary-button {
    background-color: #fff;
    border-color: #009edb;
    color: #009edb;
    align-items: center;
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-flex;
    line-height: 1.2;
    font-weight: 700;
    padding: 12px 22px;
    text-align: center;
    border: 2px solid #009edb;
}

a.accent-button {
    background-color: #e71f13;
    color: #fff;
    align-items: center;
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-flex;
    line-height: 1.2;
    font-weight: 700;
    padding: 12px 22px;
    text-align: center;
    border: none;
}

h2 {
    font-weight: 600;
    color: #009edb;
    font-size: 1.5rem;
    line-height: 1.2;
}

h3 {
    font-weight: 600;
    color: #009edb;
    font-size: 1.125rem;
    line-height: 1.2;
}

h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #0072bc;
    line-height: 1.2;
}

p {
    font-size: 1rem;
    color: #09333f;
    line-height: 1.5;
    margin: 20px 0;
}

b, strong {
    font-weight: 700;
}

a {
    color: #0072bc;
    font-size: 1rem;
    text-decoration: underline;
    transition: color 0.25s ease-in-out;
    line-height: 1.5;
    cursor: pointer;
}

a:hover {
    color: #009edb;
}

a:active {
    color: #0072bc;
}

a:visited {
    color: #6b66a4;
}

ul {
    list-style: none;
    padding-left: 20px;
    margin: 10px 0;
}

ul li {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 10px 0;
    color: #09333f;
}

ul li::before {
    content: "\2022";
    color: #72bf44;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 1.4em;
    position: relative;
    top: 4px;
}

ol {
    counter-reset: li;
    padding: 0;
}

ol li {
    position: relative;
    margin: 20px 0;
    padding: 4px 8px;
    list-style: none;
    font-size: 1rem;
}

ol li:before {
    content: counter(li) '.';
    counter-increment: li;
    color: #09333f;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 16px 0 -0.7em;
}

table {
    border: none;
    border-spacing: 0;
    margin: 20px 0;
}

table th {
    padding: 10px 20px;
    background-color: #009edb;
    color: #fff;
    font-size: 12px;
    border: none;
    border-bottom: 2px solid #fff;
    text-align: left;
}

th:first-of-type {
    border-radius: 5px 0px 0px 0px;
}

th:last-of-type {
    border-radius: 0px 5px 0px 0px;
}

table td {
    text-align: left;
    padding: 20px;
    font-size: 1rem;
    line-height: 1.4;
    background-color: #ebeff1;
    border: none;
    border-bottom: 2px solid #fff;
}
