body {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #4e4e4e;
}

img {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    max-width: 100%;
}

.page-wrap {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1280px;
    width: 100%;
}
.text-wrap {
    position: relative;
    width: 100%;
    min-height: 293px;
    display: block;
    height: auto;
}
.text-spacer-left {
    float:left;
    width:10.86%;
    background-color: #e3e8eb;
    min-height: 260px;
}
.text-spacer-right {
    float: right;
    width: 1.78%;
    background-color: #46535b;
    min-height: 260px;
}
.text {
    float:left;
    position: relative;
    background-color: #fff;
    width: 87.34%;
    display:block;
    height: 100%;
}
.text p {
    padding: 26px 20% 33px 27.5%;
    margin: 0;
    z-index: 10;
}

.footer {
    clear:both;
    position: relative;
    display: block;
    background-color: #fff;
    width: 100%;
}
.footer-left {
    float: left;
    width: 35%;
}
.footer-right {
    float: right;
    display:block;
    width:65%;
}
.footer-left p {
    margin: 0 0 47px 38px;
    padding:0;
    font-size: 14px;
}
.footer-left a {
    color: #4e4e4e;
}
.footer .pdf-link {
    background-color: #414f58;
    color:#fff;
    border: none;
    padding: 11px 13px 11px 13px;
    margin: 0;
    text-decoration:none;
}
.footer .pdf-link:hover {
    background-color: #ccc;
    color:#fff;
    border: none;
    padding: 11px 13px;
    margin: 0;
}
.text-wrap:after, .footer:after, .footer-right:after {
    clear:both;
    display:block;
    content: ""
}
@media (max-width: 769px) {
    .footer .pdf-link {
        font-size: 16px;
    }
}
@media (max-width: 698px) {
    .text p {
        padding: 26px 10% 33px 10%;
    }
    .footer-right, .footer-left {
        float:none;
        margin-left: 20%;
        width:80%;
    }
    .footer-left p {
        margin-top: 33px;
        margin-left: 0;
    }
}
@media (max-width: 630px) {
    .footer-right {
        margin-left: 5%;
        width:90%;
        margin-right: 5%;
    }
    .footer .pdf-link {
        font-size: 13px;
    }
}