h1 {
    margin: 40px 0 10px;
    font-family: "Jura";
    font-weight: 300;
    font-size: 32px;
    color: #000;
}

h2 {
    margin: 28px 0 24px;
    font-family: "Merriweather";
    font-weight: 300;
    font-size: 20px;
    color: #000;
}

.root .gridcontainer > header > h2, .root .contentbox > div > header > h2 {
    margin: 40px 0 20px;
    font-family: "Jura";
    font-size: 32px;
}

p {
    margin-bottom: 16px;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-justify {
    text-align: justify;
}

ul {
    list-style-type: disc;
    padding-left: 24px;
    margin-bottom: 16px;
}

.pagecontent ul {
    list-style-type: none;
    padding-left: 25px;
    margin-bottom: 16px;
}

.pagecontent ul > li:before {
    content: "";
    margin-left: -15px;
    margin-right: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid 1px #0095db;
    border-radius: 50%;
    margin-bottom: 0;
}

.pagecontent ul.slides > li::before, .pagecontent ul.prev-next > li::before {
    content: none;
}

ul ul, ol ul {
    list-style-type: circle;
}

.pagecontent ul ul, .content ol ul {
    list-style-type: none;
}

.pagecontent ul ul > li:before, .content ol ul > li:before {
    background: #0095db;
}

ol {
    list-style-type: decimal;
    padding-left: 24px;
    margin-bottom: 16px;
}

ol ol, ul ol {
    list-style-type: lower-alpha;
}

.ci-black {
    color: #000;
}

.ci-main {
    color: #0095db;
}

.textWeightRegular {
    font-weight: 400;
}

strong {
    font-weight: 400;
}

a, a:active, a:focus, button, button:active, button:focus {
    color: #0095db;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

a.phonelink, a.phonelink:hover {
    color: inherit;
    text-decoration: none;
    cursor: default;
}

a.external-link-new-window {
    padding-left: 11px;
    background: url("../Images/Layout/arrow_external_link.png") no-repeat 0 6px;
}

span.at:after {
    content: "@";
}

.cc_banner-wrapper {
    z-index: 16000003 !important
}

.cc_container {
    background: #fff !important
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 26px;
    }

    .root h1 {
        margin-top: 20px;
    }

    .root .gridcontainer > header > h2, .root .contentbox > div > header > h2 {
        margin-top: 90px;
        margin-bottom: 40px;
        font-size: 40px;
    }

    p {
        margin-bottom: 19px;
    }

    .pagecontent ul {
        margin-bottom: 19px;
        padding-left: 35px;
    }

    .content ul > li:before {
        margin-left: -20px;
        margin-right: 10px;
        margin-bottom: 1px;
    }
}

@media only screen and (min-width: 1024px) {
    h1 {
        margin-bottom: 30px;
        font-size: 45px;
    }

    h2 {
        margin-top: 32px;
        margin-bottom: 30px;
        font-size: 28px;
        line-height: 34px;
    }

    p {
        margin-bottom: 21px;
    }

    a.external-link-new-window {
        background-position: 0 8px;
    }

    .pagecontent ul {
        margin-bottom: 21px;
        padding-left: 45px;
    }

    .root .gridcontainer > header > h2, .root .contentbox > div > header > h2 {
        margin-top: 80px;
        margin-bottom: 30px;
        font-size: 45px;
    }

    .content ul > li:before {
        margin-left: -25px;
        margin-right: 15px;
        margin-bottom: 2px;
    }
}

@media only screen and (min-width: 1440px) {
    h1 {
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 50px;
    }

    h2 {
        margin-top: 45px;
        margin-bottom: 42px;
        font-size: 30px;
        line-height: 40px;
    }

    p {
        margin-bottom: 24px;
    }

    .pagecontent ul {
        margin-bottom: 24px;
    }

    .root .gridcontainer > header > h2, .root .contentbox > div > header > h2 {
        margin-bottom: 35px;
        font-size: 50px;
    }
}
