#wrapper {
    margin: 0 auto;
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 2px 2px 5px #333333;
    -webkit-box-shadow: 2px 2px 5px #333333;
    -moz-box-shadow: 2px 2px 5px #333333;
    transition: all 0.5s Ease;
    -webkit-transition: all 0.5s Ease;
    -moz-transition: all 0.5s Ease;
    -o-transition: all 0.5s Ease;
}
#contact_us {
    text-align: center;
    font-weight: normal;
    padding-left: 0;
    padding-right: 0;
}

body {
    border: 0 none;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: none repeat scroll 0 0 #f7f6f0;
}
#header {
    overflow: hidden;
    height: auto;
}
#header .content {
    text-align: center;
}
/* #header a {
    display: block;
} */
.clear {
    clear: both;
}

/* term of use */
#body .content {
    width: 80%;
    margin: auto;
    text-align: justify;
}
#body .content {
    padding: 20px;
}
#body ol,
#body ul,
#body li a {
    color: #333333;
}

html {
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
}

body {
    border: 0 none;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: none repeat scroll 0 0 #f7f6f0;
}

ol, ul, li a {
    color: #333333;
}

p a {
    color: #333333;
}

.clear {
    clear: both;
}

#wrapper {
    margin: 0 auto;
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 2px 2px 5px #333333;
    -webkit-box-shadow: 2px 2px 5px #333333;
    -moz-box-shadow: 2px 2px 5px #333333;
    transition: all 0.5s Ease;
    -webkit-transition: all 0.5s Ease;
    -moz-transition: all 0.5s Ease;
    -o-transition: all 0.5s Ease;
}

#header {
    overflow: hidden;
    height: auto;
}

#header .content {
    text-align: center;
    padding-top: 20px;
}

#header a {
    display: block;
}

#body {
    margin: 0px auto;
}

#body .content {
    padding: 20px;
}

#body h1.pageHeader {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 1.3em;
    padding: 0px;
    margin: 10px 0;
}

#body .disclaimerAvc {
    color: #7a7a7a;
    font-size: 0.8em;
    text-align: right;
}

.error {
    border: 1px solid #d93408;
}

.error_message {
    border: 1px solid #d93408;
    color: #F00 !important;
    background: #FFEFD5;
    font-weight: bold;
    padding: 5px;
}

#contact_us #body {
    padding: 0 20px 0;
    max-width: 1161px;
}
#contact_us iframe {
   border: none;
   max-width: 100%;
   max-height: 1494px;
}
.content_wrapper{
    background: #fff !important;
}
.container_12 .grid_8{
    margin-right: unset !important;
}

/* Media Queries */

@media screen and (max-width: 740.98px) {
    #body .content{
        width: 90%;
    }
    #contact_us iframe{
        max-height: 515px;
    }
}
@media screen and (max-width: 1199px) {
    #contact_us{
        width: fit-content;
    }
}

@media (min-width: 740px) and (max-width: 767px) {
    .container_12 .grid_8.full-width{
        width: 100% !important;
    }
}

#contact_us iframe{
    height: 1580px;
    max-height: 1800px !important;
}
@media (min-width: 768px) and (max-width: 992px) {
    #contact_us iframe{
        height: 1790px;
    }
}
@media screen and (max-width: 767.98px) {
    #contact_us iframe{
        height: 1025px;
    }
}