﻿/* Css for static pages */
.static-content {
    line-height: 20px;
}

    .static-content h1 + h2,
    .static-content h1 + p,
    .static-content h1 + ul,
    .static-content h1 + ol {
        padding-top: 0;
        margin-top: 0;
    }
        
    .static-content .question {
        margin: 20px 0;
    }

    .static-content iframe {        
        max-width: 100%;
    }

    .static-content h2 + .question {
        margin: 10px 0;
    }

    .static-content .list-heading {
        color: #333;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .static-content ul,
    .static-content ol {
        color: #333;
        padding-left: 0;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .static-content ul + h2,
    .static-content ol + h2 {
        padding-top: 10px;
    }

        .static-content ul li,
        .static-content ol li {
            list-style-position: inside;
        }

        .static-content ol li {
        }

    .static-content a:hover {
        text-decoration: underline;
    }

    .static-content img {
        max-width: 100%;
    }

    .static-content .image-left,
    .static-content .image-right {
        max-width: 40%;
        padding: 8px;
        margin-bottom: 20px;
        box-shadow: 4px 4px 5px #D7D7D7;
        background-color: #FFF;
    }

    .static-content .image-left {
        float: left;
        margin-right: 20px;
    }

    .static-content .image-right {
        float: right;
        margin-left: 20px;
    }

    .static-content a {
        color: #203981;
    }

.sitemap-list li {
    line-height: 32px;
}

@media only screen and (max-width: 767px) {
    .static-content .image-left,
    .static-content .image-right {
        display: block;
        float: none;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
