﻿html, body {
    box-sizing: border-box;
    height: 100%;
    font-family: 'Open Sans', Arial, 'Microsoft YaHei', 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;
}

.constrain-50 {
    display: block;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.constrain-60 {
    display: block;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.constrain-70 {
    display: block;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.constrain-80 {
    display: block;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.constrain-90 {
    display: block;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.wrap-2-columns {
    column-count: 2;
}

.wrap-3-columns {
    column-count: 3;
}


.right-space-10 {
    width: 90%;
}

.right-space-20 {
    width: 80%;
}

.right-space-30 {
    width: 70%;
}

.font-size-larger {
}

.font-size-default {
}

.font-size-smaller {
}

.list-item-gold {
}

.stacked-cta__title--highlight {
    color: #f2b641;
}

.text-content--dark {
    background-color: #0a3b6d;
    color: #fff;
    margin-bottom: 90px
}
