﻿@charset "utf-8";

/* Standard */

:root {
	font-size: 16px;
}

/* reset all */

html {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a,
img {
    outline: none;
    border: none;
}

img {
    max-width: 100%;
    display: inline-block;
}

a {
    color: inherit;
    display: inline-block;
    white-space: nowrap;
}

u {
    text-decoration: underline;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: underline;
}

p {
    margin: 0 0 1.25rem;
}


/* layout */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: .875rem;
    line-height: 1.4;
    color: #333;
    background: #fff;
    font-weight: normal;
    background-color: #cdcdcd;
}

#wrapper {
    display: block;
    max-width: 52.187rem;
    margin: .625rem auto;
    padding: 2.5rem 3.75rem;
    border: .062rem solid #000;
    background-color: white;
    box-shadow: 0px 0px .937rem #888888;
}

article {
    padding: 0px;
}

article section {
    border: .187rem solid #51A229;
    border-left: 0;
    border-right: 0;
    padding: 1.25rem 0;
    text-align: left;
    margin: .312rem 0 1.875rem;
}

article section p {
    margin-bottom: .312rem;
    font-size: .907rem;
}

article section p strong {
    font-size: 1rem;
}

article p:nth-of-type(2) {
    margin-bottom: 2.5rem;
}

article p:nth-of-type(3) {
    font-size: .875rem;
}


/*============= HEADER ==============*/

header {}

header a {
    width: 35%;
    float: right;
}

header img {
    display: block;
    width: 100%;
}

header section {
    width: 65%;
    float: left
}


/*============= FOOTER ==============*/

footer {
    background: #000;
    color: #fff;
    margin: 0px 0px 0px;
    text-align: center;
    padding: .937rem .625rem .312rem .625rem;
}

footer span {
    white-space: nowrap;
}

h1 {
    color: #333;
    display: block;
    font-size: 2.187rem;
    font-weight: bold;
    text-align: center;
    line-height: normal;
    margin: .937rem 0 0;
    font-family: 'Mukta', sans-serif;
    line-height: 1.2
}

h1 span {
    font-size: 0.7em;
    font-weight: normal;
}

h2 {
    text-align: left;
    font-size: 1rem;
    margin: 1.25rem 0 .937rem;
    font-family: 'Arial', sans-serif;
}

h3 {
    margin: 1.25rem 0 .625rem
}


ul {
    padding: 0;
    margin: 0px 0px 2.5rem 1rem;
    list-style: none;
}

ul li {
    padding-left: 1.25rem;
    padding-bottom: .312rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.562rem;
    font-size: 2.187rem;
    line-height: 0.6;
    color: #51A229
}

ul p {
    margin: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

article > p:nth-of-type(3) {
    margin-bottom: .937rem;
}
article > p:nth-of-type(4) {
    margin-bottom: 0;
}

ul li ul {
    margin-bottom: 0
}

ul li ul li:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    display: block
}

article {
    position: relative;

}

article > a {
    position: absolute;
    right: 10%;
    bottom: -2%;
    max-width: 150px
}

article p a{
    white-space: normal; 
    display: inline;
}

article img {
    display: block;
}

@media only screen and (max-width:52.125rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: .625rem;
    }

    article section {
        padding: .625rem 0;
        margin-bottom: .625rem;
    }

    a {
        font-weight: bold;
    }

    article p:nth-of-type(2),
    p,
    ul {
        margin-bottom: .625rem;
    }

    header {}

    footer {}

    h1 {
        font-size: 1.55rem;
    }
    h2 {
        font-size: .875rem;
        margin-top: 0px;
        margin-bottom: .625rem;
    }

    p {
        margin: 0 0 .625rem;
    }

    ul {
        padding: 0;
        margin: 0px 0px .625rem 0px;
        list-style: none;
    }

    ul li {
        padding-left: .937rem;
        padding-bottom: .25rem;
    }

    ul li:before {
        content: "\2022";
        float: left;
        margin-left: -.937rem;
        line-height: 1.187rem;
        color: #51A229
    }

    article > a {
        position: static;
        max-width: 7.5rem
    }

    article br {
        display: none;
    }
}

@media only screen and (max-width:29.937rem) {
    body {
        font-size: .812rem;
    }

    h1 {
        /*        font-size: 18px;*/
    }

    h2 {}

    ul li:before {
        font-size: 1rem;
        line-height: 1.125rem;
    }
}
