﻿html, body {
    box-sizing: border-box;
    height: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    margin: 0px;
    color: #131313;
}

table {
    width: 100%;
    border-spacing: 0;
}

    table tr th,
    table tr td {
        padding: 1rem 2rem;
    }

    table thead tr {
        background: #f3f3f3;
    }

        table thead tr th {
            text-align: left;
            border-bottom: 1px solid #8c8c8c;
            color: #006ba6;
            font-weight: 700;
        }

    table tbody tr:nth-child(even) {
        background: #f3f3f3;
    }

    table tbody tr td {
        border-bottom: 1px solid #c7c7c7;
    }

button, input, optgroup, select, textarea {
    font-family: inherit;
}

a {
    text-decoration: underline;
    color: #007497;
}

    a:link {
        text-decoration: none;
        color: #0088cc;
    }

    a:hover {
        text-decoration: underline;
    }

    a:hover, a:focus {
        text-decoration: none;
    }

p {
    margin: 2em 0 1em;
}

h1 {
    margin: 2em 0 1em;
    font-family: IrmaRegular, sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.5em;
    color: #084975;
}

@media (min-width: 48em) {
    h1 {
        font-size: 4.0rem;
    }
}

h2 {
    margin: 2em 0 1em;
    font-family: IrmaRegular, sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 1.5em;
    color: #084975;
}

@media (min-width: 48em) {
    h2 {
        font-size: 3.2rem;
    }
}

h3 {
    margin: 2em 0 1em;
    font-family: IrmaRegular, sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.5em;
    color: #752f8a;
}

@media (min-width: 48em) {
    h3 {
        font-size: 2.6rem;
    }
}

h4 {
    margin: 2em 0 1em;
    font-family: IrmaRegular, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #006ba6;
}

@media (min-width: 48em) {
    h4 {
        font-size: 2.0rem;
    }
}

h5 {
    margin: 2em 0 1em;
    font-family: IrmaRegular, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #006ba6;
}

h6 {
    margin: 2em 0 1em;
    font-weight: 700;
    line-height: 1.5em;
    font-size: 1.4rem;
}

ul,
ol {
    margin: 2rem 0;
    padding-left: 3rem;
}

#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;
}

.wc-btn {
    cursor: pointer;
    border: none;
    display: inline-block;
    text-decoration: none;
    outline: none;
    margin: 1em 0;
    line-height: 50px;
    border-radius: 27px;
    padding: 0 40px;
    background: #007497;
    color: #fff;
    font-size: 1.4rem;
    font-family: IrmaRegular, sans-serif;
    text-transform: uppercase;
    text-align: center;
    transition: background-color .2s ease;
}

.wc-btn--outline {
    background: none;
    border: 2px solid #007497;
    line-height: 46px;
    color: #007497;
}

.wc-btn--block {
    display: block;
}

a.wc-btn {
    color: #fff;
}

a.wc-btn--outline {
    color: #007497;
}

.wc-msg {
    margin: 3rem 0;
    padding: 3rem;
    background: rgba(104, 208, 236, 0.1);
}

@media (min-width: 64em) {
    .wc-msg {
        padding: 4rem 5rem;
    }
}

.wc-msg--grey {
    background: #f9f9f9;
}

.wc-msg--has-icon {
    display: flex;
    align-items: center;
}

.wc-msg__icon {
    flex: 0 0 40px;
    max-width: 40px;
    margin-right: 2rem;
}

.wc-msg__text {
    margin: 0;
    word-break: break-word;
}

.wc-msg *:first-child {
    margin-top: 0;
}

.wc-msg *:last-child {
    margin-bottom: 0;
}

.wc-msg[aria-hidden="true"] {
    visibility: hidden;
}

.content__table {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
}

    .content__table tr {
        border-top: 1px solid #cbcbcb;
        background-color: transparent !important;
    }

        .content__table tr th,
        .content__table tr td {
            padding: 1.5rem 2rem;
            background-color: transparent;
            border-left: 1px solid #cbcbcb;
            border-width: 0 0 0 1px;
            font-size: inherit;
            margin: 0;
            overflow: visible;
            display: table-cell;
            vertical-align: inherit;
        }
.wc-btn-wc-btn--outline {
    background: none;
    border: 2px solid #007497;
    line-height: 46px;
    color: #007497;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    outline: none;
    margin: 1em 0;
    border-radius: 27px;
    padding: 0 40px;
    font-size: 1.4rem;
    font-family: IrmaRegular, sans-serif;
    text-transform: uppercase;
    text-align: center;
    transition: background-color .2s ease;
} 