/*Base variables*/
body {
    background-color: #c8c8c8;
    min-height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4d4d4d;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: 0 auto;
    height: 100%;
}

footer {
    position: fixed;
    bottom: 0;
    background-color: #c8c8c8;
    width: 100%;
    height: 50px;
    text-align: center;
    padding-top: calc((50px - 2.1em) / 2);
    z-index: 1001;
}

    footer p {
        font-size: 1em;
        font-variant: small-Caps;
        font-style: italic;
        font-weight: 600;
        color: #191919;
    }

h1 {
    font-size: 2em;
    margin: 0.17em 0;
    font-weight: 800;
    color: #4d4d4d;
}

p {
    font-size: 1.2em;
}

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

.sol-wrapper {
    height: 100%;
}

.sol-spacer {
    height: 50px;
}

.sol-header-container {
    min-width: 100%;
    background-color: #2b528b;
    top: 0px;
    position: fixed;
    z-index: 1001;
    margin: 0 auto;
}

.sol-header {
    background-color: #2b528b;
    max-width: 70%;
    height: 50px;
}

.sol-full-width {
    width: 100%;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.sol-content-wrapper {
    background-color: #fff;
    height: 100%;
    position: relative;
}

    .sol-content-wrapper:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 8.54701%;
    }

    .sol-content-wrapper > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.sol-body-content {
    padding: 50px;
    background-color: #fff;
    width: 60%;
    margin: 0 auto;
    border: 1px solid #1e1e1e;
}

.sol-taute-box {
    padding: 5px;
}

.sol-site-title {
    width: 50%;
    margin-top: 2px;
    margin-left: 20%;
    float: left;
}

sol-site-title img {
    width: 100%;
}

.sol-site-header-img {
    width: 30%;
    float: left;
    padding-top:2px;
}

    .sol-site-header-img img {
        max-width: 150px;
    }

#sol-opm-link {
    display: none;
}

.sol-opm-image-link {
    float: right;
    margin-top: 5px;
    margin-right: 80px;
    width: 130px;
}

/*
    Content Boxes
*/
.sol-content-box {
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

.sol-content-box-title {
    font-size: 1.8em;
    font-variant: small-Caps;
    color: #1f3b64;
    font-weight: bold;
}

.sol-content-box h2 {
    font-size: 1.5em;
    margin-top: 2px;
    margin-bottom: 0px;
}

.sol-content-box-content {
    background-color: #fbfbfb;
    border-top: 2px solid #1f3b64;
    padding-left: 2px;
    padding-right: 2px;
}

    .sol-content-box-content ul li {
        text-decoration: none;
        font-size: 1.2em;
    }

        .sol-content-box-content ul li a {
            text-decoration: none;
        }

            .sol-content-box-content ul li a:hover {
                color: #1f3b64;
            }


@media screen and (max-width: 867px) {

    #headerImage {
        display: none;
    }

    .sol-site-title img {
        height: 40px;
    }

    .sol-body-content {
        padding: 60px;
        background-color: #fff;
        width: 60%;
        margin: 0 auto;
        border: none;
    }
}
