body {
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 19px;
    line-height: 24px;
    color: #000000;
    background-color: #ffffff;
}
a {
    color: #005ea9;
    text-decoration: none;
}
a:hover {
    color: #000000;
}
a img {
    border-width: 0px;
}
b, h1 {
    font-weight: 700;
}
h1 {
    font-size: 1.9em;
    line-height: 1.1em;
}
p {
    padding: 0px;
    margin: 20px 0px;
}
a.button {
    width: 172px;
    display: block;
    float: left;
    text-align: center;
    font-weight: 700;
    background-color: #50b848;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 0px;
    border-radius: 4px;
    margin-right: 10px;
    text-transform: uppercase;
    border-width: 0px;
    line-height: 1.6em;
    text-shadow: none;
    cursor: pointer;
}
a.button,
div#content a.button {
    font-size: 15px;
}
a.button:hover {
    background-color: #000000;
}
div.center {
    width: 1139px;
    margin: 0px auto;
}
header { 
    background-color: #ffffff;
    padding: 13px 0px;
    overflow: auto;
}
header a#logo {
    margin-top: 6px;
    display: block;
    float: left;
}
header a.button {
    float: right;
}

div#content {
    padding: 83px 0px;
    overflow: auto;
    color: #ffffff;
    text-shadow: -4px 4px 4px #000000;
    
    background-color: #a9aeb2;
    background-image: url('images/bg.jpg');
    background-repeat: no-repeat;
    background-position: 0vw -9vw;
    background-size: cover;
}
div#content div.center {
}
div#contentLeft {
    width: 504px;
    padding-left: 10px;
    float: left;
}
div#contentRight {
    float: right;
    padding-right: 10px;
    padding-top: 83px;
    width: 504px;
}
div#contentRight iframe {
    float: right;
    border: 1px solid #ffffff;
}
footer {
    clear: both;
    padding: 20px 0px;
    text-align: center;
    font-size: 0.8em;
}

@media screen and (max-width: 1400px) {
    div#content {
        background-position: 0vw 0vw;
    }
}
@media screen and (max-width: 1139px) {
    div.center {
        width: 100%;
    }
}
@media screen and (max-width: 1044px) {
    div#contentLeft {
        width: 53%;
        font-size: 2vw;
        line-height: 2.5vw;
    }
    div#contentRight iframe {
        max-width: 98%;
        height: 24.8vw !important;
    }
    div#contentRight {
        width: 44%;
    }
}

@media screen and (max-width:750px) {
    
    body {
    }
    header {
        text-align: center;
        padding: 3vw 0vw;
    }
    header img {
        max-width: 90%;
    }
    header a#logo {
        float: none;
        margin-top: 0vw;
    }
    header a.button {
        float: none;
        margin: 1.3vw auto 0vw auto;
    }
    div#content {
        background-image: url('images/bg-mobile1.jpg');
        background-position: center bottom;
        padding: 2vw 0vw;
    }
    h1 {
        text-align: center;
        font-size: 1.9em;
        line-height: 1.2em;
    }
    div#contentLeft {
        width: 90%;        
        padding-left: 0px;
        text-align: center;
        font-size: 5.3vw;
        line-height: 7.1vw;
        margin: 0vw auto;
        float: none;
    }
    h1, p {
        padding: 0vw 0vw;
        margin: 5vw 0vw;
    }
    a.button,
    input.button {
        float: none;
        margin: 0vw auto;
    }
    div#contentRight {
        padding-right: 0px;
        padding-top: 0vw;
        width: 100%;
        text-align: center;
    }
    div#contentRight iframe {
        height: 50vw !important;
        float: none;
        width: 96%;
    }
    footer {
        font-size: 0.7em;
    }
}