﻿@charset "utf-8";

/* Standard */

/* reset all */

html {
    box-sizing: border-box;
}

:root {
    font: 16px;
}

* {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a,
img {
    outline: none;
    border: none;
}

img {
    max-width: 100%;
    display: inline-block;
}



/* main style */

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

u {
    text-decoration: underline;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: underline;
}

p {
    margin: 0 0 .625rem;
}

h1 {
    color: #00679C;
    display: block;
    font-size: 3.062rem;
    font-weight: bold;
    line-height: 1;
    margin: 1.25rem 0 0;
}

h1 span {
    font-size: 0.7em;
    font-weight: normal;
}

h2 {
    text-align: left;
    font-size: .875rem;
    line-height: 1;
    margin: 0 0 2px 10px;
}

h3 {
    margin: 0 0 .625rem 0;
    font-size: .875rem;
}

ul {
    padding: 0;
    margin: 0 0 1.25rem 0;
    list-style: none;
}

ul li {
    padding-left: .625rem;
    margin-bottom: 0;
}

ul li:before {
    content: "\2022"
        /* â– *  â— â–  â–ª â—† â– âœ” Â» â–¸ â–¶ â–º âž¤ âž¢ âž§ âž­ âž½ âž² ã€‹âž  â—¢ â—¥ â˜› */
    ;
    float: left;
    margin-left: -10px;
    font-size: 14px;
    line-height: 19px;
    color: #58585A;
}

article section:first-of-type ul {
    letter-spacing: -0.2px
}


/* body set-up */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: .875rem;
    line-height: 1.3;
    color: #58585A;
    background: #fff;
    font-weight: normal;
}

/* layout  */

#wrapper {
    display: block;
    max-width: 750px;
    margin: .625rem auto;
    padding: 2.5rem;
    border: 1px solid #000;
    position: relative;
}

#wrapper > p {
    position: absolute;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari 3-8 */
    transform: rotate(90deg);
    right: 0%;
    bottom: 7%;
    margin: 0;
    font-size: .625rem;
}

article img {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0px 0 0px;
    position: relative;
    z-index: -1;
}

article section:first-of-type {
    width: 56%;
    float: left;
}

article section:last-of-type {
    width: 38%;
    float: right;
}

aside section:first-of-type {
    width: 59%;
    float: left;
    margin-top: 0;
}

aside section:last-of-type {
    position: relative;
    width: 40%;
    float: right;
    margin-top: -70px;
    margin-right: 0;
    padding-left: 1.437rem;
}

aside section:last-of-type > a {
    width: 85%;
    display: block;
}

aside section:first-of-type p {
    color: #00679C;
    font-weight: 600;
}

aside section:first-of-type p a {
    letter-spacing: -0.6px;
}

aside > p:last-of-type {
    font-size: .625rem;
    letter-spacing: -0.6px;
    font-weight: ;
    line-height: 1.2;
    margin-right: 0;
}

address {
    font-style: normal;
    font-size: .562rem;
    font-weight: 700;
}

/*----------------- footer --------------------*/

footer {
    margin: 0;
    padding: 0;
}


/*--use clearfix when float get's overflowed--*/

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}



@media only screen and (max-width:749px) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: .625rem;
    }

    header {
        margin: -.625rem -.625rem .625rem;
        padding: .625rem;
    }


    article section:first-of-type,
    article section:last-of-type {
        width: auto;
        float: none;
    }


    aside section:first-of-type,
    aside section:last-of-type {
        width: auto;
        float: none;
        margin-top: 0;
        padding: 0;
    }


    aside section:first-of-type p {
        color: #0067B3;
        font-weight: 600;
    }

    aside section:last-of-type p {
        font-size: .625rem;
        letter-spacing: normal;
        font-weight: 700;
        line-height: 1.2;
        margin-right: 0;
    }

    aside section:last-of-type > a {

        width: 100%;
        display: block;
        margin: 0 auto;
    }

    aside {
        margin: 0;
    }

    #wrapper > p {
        position: absolute;
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -webkit-transform: rotate(90deg);
        /* Safari 3-8 */
        transform: rotate(90deg);
        right: -2%;
        bottom: 10%;
        margin: 0px;
        font-size: .625rem;
    }

    a {
        font-weight: bold;
    }

    h1 {
        font-size: 1.75rem;
        margin: .625rem 0;
    }

    h2 {
        font-size: .875rem;
        margin: 0 0 .625rem;
    }

    p br,
    ul br {
        display: none;
    }

    p,
    ul {
        margin: 0 0 .625rem
    }

    article section:first-of-type ul {
        letter-spacing: normal;
    }

    article img {
        margin: 0 0 0;
        position: relative;
        z-index: -1;
    }

    article section > br {
        display: none
    }
}

@media only screen and (max-width:479px) {
    body {
        font-size: .812rem;
    }

    h1 {
        font-size: 1.125rem;
    }

    ul li:before {
        font-size: 1rem;
        line-height: 1.125rem;
    }
}
