﻿
@media only screen and (max-width: 767px) {

    #InfoContainer {
        text-align: center;
    }

    #leaf {
        height: 60px;
    }
}

body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    height: 100%; /* 1, 3 */
}

header {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    width: 100%;
    flex: none;
}

article {
    flex: 1 0 auto;
    background-color: #F1F1F1;
    padding: 5% 10% 5% 10%;
    width: 100%;
}

footer {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #32363A;
    width: 100%;
    flex: none;
}

    footer p {
        padding: 15px 0px 0px 0px;
        color: #FFFFFF;
        text-align: center;
    }

    footer img {
        margin-top: 15px;
    }

h1 {
    font-size: 32px;
    font-weight: 400;
}

h2 {
    font-size: 24px;
    font-weight: 400;
}

p {
    font-size: 14px;
}

a {
    color: #006B38;
}

#MethodList > li {
    margin-bottom: 10px;
}

#InfoContainer {
    width: 100%;
}

.center {
    margin: auto;
    width: 50%;
    padding: 0px;
    display: flex;
    justify-content: center;
}

.wrapper {
    height: 100vh;
    width: 100vw;
    min-height: 600px;
    display: flex;
    flex-direction: column;
}

.Logo {
    height: 70px;
    padding-left: 25px;
}

.CenterShadowBox {
    margin-top: 10%;
    padding: 15px 15px 15px 15px;
    width: 100%;
    min-width: 300px;
    max-width: 950px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: -8px 8px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: -8px 8px 8px rgba(0,0,0,0.1);
    -webkit-box-shadow: -8px 8px 8px rgba(0,0,0,0.1);
    -o-box-shadow: -8px 8px 8px rgba(0,0,0,0.1);
}

.infoBox {
    margin-top: 15px;
    margin-left: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.CenterPage {
    background-color: #FFFFFF !important;
    padding: 5% 5% 5% 5%;
}

/* Buttons */
.ih-btn {
    display: inline-block;
    padding: 8px 20px;
    margin: 2px 0px 2px 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 2px;
    border: 2px solid;
    text-shadow: none;
    background-color: transparent;
    color: transparent;
    cursor: pointer;
}

.ih-btn-primary {
    background: #006B38;
    color: #FFFFFF;
    border-color: #006B38;
}

    .ih-btn-primary:active {
        background: #006B38 !important;
        color: #FFFFFF !important;
        border-color: #004B27 !important;
    }

    .ih-btn-primary:hover {
        background: #004B27 !important;
        color: #FFFFFF !important;
        border-color: #004B27 !important;
    }

a.ih-btn-primary, a:visited.ih-btn-primary, a:link.ih-btn-primary {
    color: #FFFFFF !important;
    text-decoration: none !important;
}
