@charset "utf-8";

/* Standard */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,600,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:300,600,700,700i&display=swap');

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

address {
    font-style: normal;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #868787;
    font-family: 'Poppins', sans-serif;
    font-size: .875rem;
    line-height: 1.4;
}

p {
    margin: 0 0 .625rem;
}

ul {
    list-style: none;
    margin: 0 0 .625rem;
    padding: 0;
}

ul li {
    padding-left: .625rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .5rem;
    height: .5rem;
    background: url(../images/bullet.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -.625rem;
    top: .312rem;
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#wrapper {
    position: relative;
    max-width: 870px;
    margin: 1rem auto;
    box-shadow: 0 0 1.562rem #ccc;
}

header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 1.062rem;
    padding: 1.25rem 2.5rem .187rem;
}

header a:first-of-type {
    width: 16.25rem
}

article {
    padding: 1.25rem 2.5rem;
}

article > section {
    margin: 1.25rem -2.5rem;
    padding: .5rem 2.5rem;
    background: linear-gradient(to right, #63358B, #4CB6B6);
    color: #fff;
}

h3 {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 .937rem;
}

h1 {
    font-size: 2.812rem;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-style: italic;
    line-height: 1;
    margin: 0;
}

h1 span {
    font-weight: 300;
    font-style: normal;
    font-size: 0.7em;
}

h2 {
    font-family: 'Fira Sans Condensed', sans-serif;
    color: #63318A;
    margin: 0 0 .312rem;
    font-size: 1.375rem
}

aside {
    display: flex;
    justify-content: space-between;
}

aside ul {
    width: 49%;
}

address {
    display: flex;
    padding: 0 2.5rem .937rem;
    align-items: flex-end;
    line-height: 1.3;
    justify-content: space-between;
    font-size: .75rem;
    margin-top: -2.5rem
}

address p {
    margin: 0;
}

address p:last-of-type {
    text-align: right;
}

address > img {
    width: 14.375rem;
    margin-left: -5rem;
}

address strong {
    font-size: 1.7em;
    line-height: 0.8;
    font-weight: 600;
}

@media only screen and (max-width:870px) {
    #wrapper {
        margin: 0 auto;
        border: 0;
    }

    p a {
        font-weight: bold;
    }

    p,
    ul {
        margin-bottom: .625rem;
    }

    header {
        display: block;
        padding: .625rem;
        text-align: center;
    }

    header a:first-of-type {
        display: block;
        margin: 0 auto .625rem;
    }

    article {
        padding: .625rem;
    }

    article > section {
        margin: .625rem -.625rem;
        padding: .625rem .625rem;
        text-align: center;
    }

    h1 {
        font-size: 2.187rem;
    }

    h2 {
        font-size: 1.062rem
    }

    aside {
        display: block;
    }

    aside ul {
        width: auto;
    }

    address {
        display: block;
        padding: .625rem;
        margin-top: 0;
        position: relative;
    }

    address p {
        margin: 0 0 .625rem;
    }

    address p:last-of-type {
        text-align: left;
        margin: 0
    }

    address > img {
        position: absolute;
        right: .625rem;
        bottom: .625rem;
        width: 9.375rem;
        margin: 0;
    }

    address strong {
        font-size: 1.7em;
        line-height: 0.8;
        font-weight: 600;
    }

    address strong br {
        display: none;
    }
}

@media only screen and (max-width:479px) {

    address p:last-of-type,
    address {
        text-align: center;
    }

    address > img {
        position: static;
        width: 11.25rem;
        margin: 0 auto .625rem;
    }
}
