
body{
    font-family: "Source Sans Pro",Arial,Verdana,Helvetica,sans-serif;
    margin: 0px !important;
}
.header {
    position: relative;
    border-bottom: 2px solid #e9e6e7;
    z-index: 1000;
    height:70px;
    padding-left: 50px;
}
.content{
    width:90%;
    margin: 0 auto;
    padding: 10px 20px;
}
.footer{
    border-top: 2px solid #9d8e91;
    background-color: #928285;
    height: 90px;
}
.header img{
    margin-left: 5%;
    margin-top: .5%;
}
.footer .copyright:last-child {
    margin-bottom: 25px;
}
.footer .copyright:first-child {
    padding-top: 15px;
    padding-bottom: 5px;
}
.footer .copyright {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    justify-content: center;
}
.footer .copyright {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
.footer .copyright ul {
    margin-top: 15px;
    margin-bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}
.footer .hidden-print {
    background: #928285;
}
ul.vertical-list {
    list-style: none;
    padding-left: 0;
}
.footer .copyright a {
    color: #fff;
    text-decoration: none;
}
ul.vertical-list a:before, ul.vertical-list span:before {
    display: inline-block;
    position: relative;
    padding: 0 4px 0 4px;
    font-size: 13px;
    font-weight: 400;
    content: ">";
    zoom: 1;
}
.header-logo{
    float: left;
    width: 33%;
    height: 100%;
}
.header-text{
    float: left;
    width: 33%;
    text-align: center;
    margin-top: 1%;
    color: #2E6DB4;
    font-size: 20px;
}
.header-icon{
    float: left;
    width: 33%;
    height: 100%;
    text-align: right;
}
.header-icon img{
    width: 50px;
    height: 50px;
    margin-top: 1%;
}