@charset "utf-8";
/* CSS Document */
body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color:#022c54;
        background-color:#ffcc00;

}

#content {
        width: 90%;
        max-width: 924px;
        text-align:right;
        margin: 40px auto 0 auto;
        background-color: #FFFFFF;
        padding: 30px 40px;
}

div#adright {
    position: absolute;
    top: 40px;
    right: 2%;
    border: 5px solid #fff;
}

div#ad {
    position: absolute;
    top: 40px;
    left: 40px;
width: 240px;
    border: 5px solid #fff;
    background: #fff;
}

h2.payment {
    text-align: center;
    background: #006da8;
    color: #fff;
    padding: 5px 0;
}

.main-img {
        /* margin: 0 0 0 -50px; */
        width: 100%;
}

#heading {
         margin: 10px 0px;
         text-align: left;
         width: 50%;
         float: left;
}

#heading h1{
        font-size: 24px;
}

#heading h2{
        margin-bottom: 0px;
}


#mls, #text2 {
         text-align: right;
         margin-top: 10px;
         width: 27%;
         float: right;
         background-color: #eee;
         padding: 0 5%;
         margin-bottom: 10px;
}

#mls {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 230px;
}

#contact {
    text-align: right;
    margin-top: 50px;
    width: 90%;
    background-color: #eee;
    padding: 0 5%;
    margin-bottom: 10px;
}

div#contact img {
    float: left;
}

video#hailpdr {
    position: absolute;
    bottom: 10px;
    left: 10px;
    border: 0;
}

video#hailpdr:focus {
    outline: none;
}

#text {
        text-align: left;
        width: 60%;
        float: left;
}

#text2 {
        text-align: center;
        width: 50%;
        float: left;
        background-color: #eee;
}

iframe.DuckDuckGo.ui-droppable {
    margin: 30px 0 !important;
    width: 100% !important;
}

.clear {
        clear: both;
}
.copyright {
        text-align: center;
        font-size: 12px;
}
A:LINK {
        color: #0055B2;
}

A:VISITED {
        color: #0055B2;
}

A:HOVER {
        color: #0055B2;
}

A:ACTIVE {
        color: #0055B2;
}

@media screen and (max-width: 1600px) {
div#ad {
    left: 10px;
}
}

@media screen and (max-width: 1500px) {
div#ad {
    width: 15%;
}

div#ad img {
    width: 100%;
}

#content {
    margin: 40px auto 0 16%;
}

div#adright {
    right: 5px;
}
}

@media screen and (max-width: 1300px) {
#content {
    margin: 40px 5px 0 auto;
}
}

@media screen and (max-width: 1200px) {
#content {
    margin: 40px auto 0 auto;
}

div#ad {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
}

div#ad img {
    float: left;
    width: 31%;
    margin: 0 1%;
}

div#ad a {
    display: none;
}

div#adright {
    position: relative;
    top: 40px;
    right: 2%;
    border: 0;
    margin: 0 auto;
    text-align: center;
}
}

@media screen and (max-width: 1100px) {
#content {
    position: relative;
}
}

@media screen and (max-width: 750px) {
#content {
        width: 90%;
        padding: 5%;
}


#contact, #mls, #text, #text2, #heading {
        float: left;
        width: 90%;
}
}

@media screen and (max-width: 550px) {
div#ad {
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
}