﻿body {

}

.copyright {
    width: 77.231em;
    margin: 2em auto;
    text-align: center;
    color: #333333;
      z-index:50;
      position:relative;
}

.wrapper {
    width: 77.231em;
    margin: 2em auto;
    background: #fff;
    z-index:50;
    position:relative;
}

.main {
    padding: 3.077em 4.615em;
    overflow: hidden;
    padding-bottom: 0em;
}

.top {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #ececec;
}

.bottom {
    overflow: hidden;
    float: left;
    width: 54%;
}

.left-align {
    float: left;
    width: 46%;
}
    .left-align img {
        float: right;
    }
h1 {
    font-size: 2.769em;
    font-family: 'geomanist_regularregular';
    color: #333333;
    margin-bottom: 0.5em;
    line-height: 1.5em;
}

.list {
    width: 40em;
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #ececec;
}

.bottom-bottom {
    overflow: hidden;
}

    .bottom-bottom .list {
        float: left;
        width: 18em;
        border-bottom: none;
    }

.list p {
    font-size: 1em;
    color: #4c806e;
    line-height: 2em;
    font-weight: bold;
}

.list ul {
    overflow: hidden;
    margin-top: 1.5em;
}

    .list ul li {
        width: 17em;
        padding-left: 1em;
        line-height: 2.308em;
        position: relative;
        display: inline-block;
    }

        .list ul li::after {
            height: 2px;
            width: 2px;
            border-radius: 2px 2px;
            background: #333333;
            content: "";
            left: 0;
            top: 1em;
            position: absolute;
            overflow: hidden;
        }

        .list ul li a {
            color: #4a4a4a;
        }

.error-msg {
    background-image: none;
    background-color: #ffecef;
}

.message {
    margin-bottom: 1em;
    background-position: 1.4em 1em;
    background-repeat: no-repeat;
    padding: 1em 1.554em;
    position: relative;
    padding-right: 3em;
    margin-bottom: 3em;
}

#error-focus1 p {
    line-height: 1.4em;
}

    #error-focus1 p strong {
        display: block;
    }
.splash-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width:100%;
    right: 0;
    margin: 0 auto;
    display: block;
    z-index:0;
}