﻿body {
    background-color: #333;
}

.page, header{
    background-color:#FFF;
}

.page
{
    padding-top:40px;
    padding-bottom:40px;
    background-color:#EEE;
}

.return-site
{
    text-align:right;
}

    .return-site a
    {
        color:#333;
        font-weight:bold;
        display:inline-block;
        margin-top:30px;
    }

    .return-site a span{
        color: #78be32;
    }

.btn-primary {
    background-color: #78be32;
    border-color: #78be32;
}

header {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCC;
}


footer {
    margin-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 20%;
}


    footer .vertical-line {
        border-right: 1px dashed #aaa;
        height: 150px;
    }

    footer h4 {
        color: #78be32;
    }

    footer .footer-nav-list {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        footer .footer-nav-list li {
            display: inline-block;
            width: 49%;
        }

            footer .footer-nav-list li a {
                font-size: .9em;
            }

        footer a {
            color: #fff;
        }

        .field-state
        {
            display:none;
        }