.bg_overlay {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color:#333;
z-index: 999999;-moz-opacity: 0.6;opacity: .6;filter: alpha(opacity=60);
}
.hidden {display: none;}
.overlay_info {
    background-color: #0198cf;
    color: #000;
    border: 1px solid #0198cf;
    border-radius:0px;
    padding: 0px 0px 0px 0px;
    max-width: 450px;
    min-width: 320px;
    height: auto;
    margin: auto auto auto auto;
    top: 0px;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 9999999;
    display: none;
    overflow: auto;
}


.overlay_info  .divbody {overflow: auto; padding:5px;  background-color:#0198cf; }
.overlay_info  .closediv { text-align:right;  font-weight: 700;padding: 0px;  position: absolute;
    right: 0;}
    .overlay_info .closediv a {
        color: #fff;
        text-decoration: none;
        text-decoration: none;
        background-color: #0198cf;
        display: block;
        width: 37px;
        height: 38px;
        text-align: center;
        font-size: 30px;
        font-family: Arial;
        border-bottom-left-radius: 8px;
        margin: -4px 0 0 0;
    }
#dv_quote .closediv a {
     
    margin: -3px -5px 0px 0px;
}
#dv_quote .closediv a i {
    display:block;
}
.popupcopy {
    background-color: #FFF;
    padding: 5px 5px 5px 15px;
    color: #222222;
    min-height: 50px;
    border-radius: 5px;
    word-wrap: break-word;
}

    .popupcopy input[type="text"], .popupcopy select, .popupcopy textarea, .popupcopy input[type=email] {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 15px;
        border-width: 1px;
        border-style: solid;
        border-color: #CCC;
        padding: 6px;
        outline-color: #168cbe;
        color: #555555;
        background-color:#FFF;
    } 
.popupcopy .btnpop {  color:#000000;padding: 5px 10px 5px 10px; }
.popupcopy .confirmbar { text-align:center; margin:0px 0px 10px 0px;}
.popupcopy .btncancel { margin-left:10px;}
.popupcopy .singlebox { display:block; margin:0px 0px 5px 0px; width: 93%;}
.popupcopy select.singlebox { display:block; margin:0px 0px 5px 0px; width: 96%;}
.popupcopy .center { text-align:center;}
    .popupcopy input[type="text"].fifty, .popupcopy input[type="text"].forty, .popupcopy input[type="text"].twenty, .popupcopy select.fifty {
        margin: 0px 0px 5px 0px;
    }
.errorclass { font-size:14px;
}

    .popupcopy h1,
    .popupcopy h2 {
        margin-bottom: 1rem;
        line-height: 1.2em;
        margin: 10px 25px 5px 0px;
        text-transform: uppercase;
    }



 /*.popupcopy h1 { font-size: 2.5rem; }
 .popupcopy h2 { font-size: 1.5rem; }*/


.popupform {
    display:none;
    background-color: #FFFFFF;
    color: #000;
    border: 1px solid #000;
    padding: 0px 0px 5px 0px;
    max-width: 900px;
    min-width: 800px;
    height: auto;
    margin: auto auto auto auto;
    top: 0px;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 9999999;
    display: none;
    overflow: auto;
    text-align: center;
}
.standardpcopy img {
    max-width:100%;
}

.topbar {
    background-color: #3daadc;
}



@media only screen and (max-width: 790px){

.overlay .white-container a.btnq {
  width: 85% !important;
 
}

.white-container { padding-left:0px; margin:0px;}

.overlay_info { position:absolute; top:0px;}

}




