﻿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;
}

/* Kindergarden specific */
@import url(https://use.typekit.net/fui2tux.css);

@font-face {
    font-family: icons;
    src: url(../fonts/icons-eot.eot);
    src: url(../fonts/icons-eot.eot?#iefix) format("embedded-opentype"), url(../fonts/icons-woff.woff) format("woff"), url(../fonts/icons-ttf.ttf) format("truetype"), url(../fonts/icons-svg.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

body {    
    color: #333;
    font-family: sofia-pro, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
}

body.cursor-pointer {
    cursor: pointer;
}

body.disable-scroll {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #001e9b;
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    margin: 0 0 1rem 0;
}

h1 {
    font-size: 1.5rem;
    line-height: 2rem;
}

h2 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.75rem;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

h4 {
    font-size: 1rem;
    line-height: 1.5rem;
}

h5 {
    font-size: 1rem;
    line-height: 1.5rem;
}

h6 {
    font-size: 0.875rem;
    line-height: 1.375rem;
}

p {
    margin-bottom: 1rem;
}

small {
    font-size: 0.875rem;
    line-height: 1.375rem;
}

big {
    font-size: 1.5rem;
    line-height: 2rem;
}

.color-green {
    color: #95baa2;
}

.color-blue {
    color: #001e9b;
}
