* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

#wrapper {
    margin: 12px auto;
    border: 1px #231f20 solid;
    max-width: 750px;
    color: #231f20;
    position: relative;
    background-color: #d1dae1;
    font-family: 'Source Serif Pro', serif;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
    overflow: hidden;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.text span {
    font-size: 99%;
}

p {
    padding-bottom: 15px;
    text-align: justify;
    hyphens: auto;
}

h1 {
    margin: 0 0 4px -29px;
    font-size: 28px;
    line-height: 36px;
    background: #223744;
    padding: 6px 50px 6px 29px;
    display: inline-block;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}

.font {
    font-size: 98%;
    line-height: 19px;
}

h1 small {
    font-size: 20px;
    line-height: 0;
}

.text span {
    font-size: 99%;
    word-spacing: -1px;
}

h2 {
    font-size: 14px;
    line-height: 19px;
}

a {
    color: #231f20;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    border: none;
}

ul {
    margin: 0px 0rem 20px 0rem;
    list-style: none;
    padding: 0;
}

ul li {
    padding-left: 10px;
    margin-bottom: 0px;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: 0rem;
    font-size: 17px;
    text-indent: -10px;
}

.clear:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.logo {
    padding: 14px 0 10px 29px;
}

article {
    padding: 10px 29px 1px;
    margin-top: -190px;
    position: relative;
}

article>p:first-of-type {
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 12px;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
}

footer {
    padding: 13px 13px 13px;
}

aside:nth-of-type(1) {
    float: left;
    width: 340px;
    line-height: 17px;
    margin-top: 15px;
}

aside:nth-of-type(2) {
    float: right;
    width: 350px;
    margin-top: 15px;
}

h3 {
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: -47px;
    right: 53px;
    z-index: 9999;
}

h3 span {
    background: #f68b1e;
    display: inline-block;
    padding: 2px 10px;
    text-align: center;
    -ms-transform: rotate(271deg);
    -webkit-transform: rotate(271deg);
    transform: rotate(-4deg);
    color: #fff;
}

footer section {
    background-color: #ffffff;
    padding: 6px 40px 2px 75px;
    font-weight: bold;
    color: #000;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 18px;
    display: flex;
    align-items: flex-end;
}

footer aside:nth-of-type(1) {
    float: left;
    width: 50%;
}

footer aside:nth-of-type(2) {
    float: right;
    width: 43%;
    margin-left: 11px;
}

footer aside>img {
    position: absolute;
    top: 1px;
    left: -40px;
}

footer aside {
    position: relative;
}

footer aside {
    padding-left: 0;
}

.margin {
    margin-top: 16px !important;
}

.li {
    margin-right: -20px;
    word-spacing: -1px;
}

@media only screen and (max-width: 749px) {
    #wrapper {
        border: none;
        font-size: 14px;
        line-height: 19px;
        margin: 0;
    }

    .logo {
        padding: 16px;
    }

    aside:nth-of-type(2) {
        margin-top: 0;
    }

    footer section img {
        position: static;
    }

    footer section p {
        text-align: center;
    }

    aside {
        width: auto !important;
        float: none !important;
    }

    article {
        padding: 16px;
        margin-top: 0px;
    }

    .ul {
        margin-bottom: 0;
    }

    article br {
        display: none;
    }

    .text span {
        font-size: 100%;
    }

    h1 {
        margin: 0 -16px 10px;
        font-size: 28px;
        padding: 6px 16px;
        width: 100%;
    }

    p {
        text-align: left;
    }

    footer {
        padding: 16px;
    }

    h3 {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        margin: 16px 0 -0px;
        position: static;
    }

    h3 br {
        display: inline;
    }

    footer aside:nth-of-type(2) {
        margin-left: 0px;
    }

    footer section {
        padding: 15px;
        text-align: center;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 520px) {
    header>img {
        max-width: 220px;
    }

    h1 {
        display: block;
    }

    footer section {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 424px) {
    header>img {
        max-width: 124px;
    }
}