@media (min-width: 760px) {
    .container {
        width: 960px;
    }
    
    #mobile_header {
        display: none;
    }
    
    #mobile-main-image {
        display: none;
    }
    
    #mobile-main-form {
        display: none;
    }
    
    .product-content-mobile {
        display: none;
    }
    
    .testimonial-content-mobile {
        display: none;
    }
    
    .lower-product-bar-mobile {
        display: none;
    } 
    
    .featured-in-content-mobile {
        display: none;
    }                   
}

@media (max-width: 760px) {
    .container {
        width: 100%;
    }
    
    .header {
        display: none;
    }
    
    .header-form {
        display: none;
    }
    
    .product-content {
        display: none;
    }
    
    .testimonial-content {
        display: none;
    }
    
    .lower-product-bar {
        display: none;
    }
    
    .featured-in-content {
        display: none;
    }
    
    .footer {
        display: none;
    }
    
    #habla_beta_container_do_not_rely_on_div_classes_or_names {
        display: none;
    }
    
    .product-content-mobile {
        display: none;
    }
    
    .testimonial-content-mobile {
        display: none;
    }             
}


body, .ui-widget {
    font-family: 'Open Sans', sans-serif;
    /*background-image: url('../images/background-gradient.jpg');*/ 
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #66C4E8; 
}

h1, h2, h3, h4 {
    font-family: 'Open Sans', sans-serif;    
}

img {
    max-width: 100%;
}

.img-responsive {
    width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input {
    margin-bottom: 15px;
    width: 90%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

/* BOOTSTRAP OVERRIDE */
.container {
    /*width: 100%;
    width: 960px;*/
}

/* CSS HELPERS */
.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.shadow {
    text-shadow: 1px 1px 1px #888;
}

.white {
    color: #FFFFFF;
}

.yellow {
    color: #FFFC00;
}

.red {
    color: #F21300;
}

.light_blue {
    color: #1661C7;    
}

.blue {
    color: #0000FF;    
}

.phone_blue {
    color: #0599D7;
}

.dark_orange {
    color: #FF8C00;    
}

.green {
    color: #008000;
}

.dark_yellow {
    color: #fcd12e;
}

.font_40 {
    font-size: 40px;
}

.font_30 {
    font-size: 30px;
}

.font_25 {
    font-size: 25px;
}

.font_23 {
    font-size: 23px;
}

.font_20 {
    font-size: 20px;
}

.font_19 {
    font-size: 19px;
}

.font_16 {
    font-size: 16px;
}

.font_13 {
    font-size: 13px;
}

.font_12 {
    font-size: 12px;
}

.font_10 {
    font-size: 10px;
}

.font_8 {
    font-size: 8px;
}

.center {
    text-align: center;
}

.justify {
    text-align:justify;
}

.fine_print {
    font-size: 10px;
}

.mw50 {
    min-width: 50%;
    float: left;
}

.t_b_margin_10 {
    margin: 10px 0px;
}

.top_margin_10 {
    margin-top: 10px;
}

.top_margin_5 {
    margin-top: 5px;
}

.top_margin_m3 {
    margin-top: -3px;
}

.left_margin_20 {
    margin-left: 20px;
}
.left {
    float: left;
}
.right{
    float:right;
}
.left_padding_20 {
    padding-left: 20px;
}
.left_padding_50 {
    padding-left: 50px;
}

.left_margin_32 {
    margin-left: 32px;    
}

.left_margin_34 {
    margin-left: 34px;    
}

.bottom_margin_5 {
    margin-bottom: 5px;
}

.width_60 {
    width: 60%;
}

.left {
    float: left;
}

.border_right_1 {
    border-right:1px solid #ccc;    
}

.border_left_1 {
    border-left:1px solid #ccc;    
}

.border_bottom_1 {
    border-bottom:1px solid #ccc;    
}

.capitalize {
    text-transform: uppercase;
}

.padding-right-clear {
    padding-right: 0px;
}

/*.height_338 {
    height: 338px;
}*/

.hr_spacer {
    margin-top: 10px;
    margin-bottom: 5px;
}


/* PAGE STYLES */
.header {
    background-color: #095D97;
    height: 75px;    
}

.header-form {
    background-image: url('../images/paid-search-aug-header-bg.png'); 
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #66C4E8;
    height: 478px; 
}

.top-header-phone-text {
    float: left;
    /*padding-top: 18px;*/
    padding-right: 5px;
    margin-left: 60px;
    font-size: 15px;
}

.top-header-phone {
    /*padding-top: 7px;*/
}

.top-header-logo {
    margin-left: 20px;
    margin-bottom: 10px;
}

.header-left {
    background-image: url('../images/paid-search-aug-header-left-3.png'); 
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 420px;
    width: 680px;
    margin-left: -30px;    
}

.header-left-title {
    font-size: 56px;
    font-weight: 600;
    margin-left: 260px;
    line-height: 62px;
}

.header-left-phone {
    margin-left: 30px;
    margin-top: 176px;
    font-weight: 600;
    font-size: 49px;
}

.top-header-chat img {
    margin-left: 464px;
    margin-top: 8px;
    width: 120px;
    height: 27px;    
}

.form-header {
    background-image: url('../images/paid-search-aug-form-header.png'); 
    background-position: center top;
    background-repeat: no-repeat;
    padding: 0px;
    height: 80px;    
}

.form-header-text {
    margin: auto;
    font-size: 24px;
    font-weight: 600;
    padding-top: 11px;
}

.form-content {
    background-color: #d1ecf7;
    margin-top: -19px;
    margin-left: 16px;
    width: 258px;
    padding-top: 15px;    
}

.form-content-disclaimer {
    width: 90%;
    margin: auto;
    padding-bottom: 10px;
}

.form-content-disclaimer-bottom {
    width: 90%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;    
}

#submitButton {
    border: none;
    margin: 0px;
}

.product-content {
    background-color: #f8f8f8;
    padding-top: 15px;
    padding-bottom: 20px;
}

.product-content-product {
    margin-top: -15px;
    padding-bottom: 10px;
    height: 200px;
}

.product-content-text {
    font-size: 13px;
    margin: auto;
    width: 80%;
    height: 75px;
}

.product-content-text-2 {
    font-size: 13px;
    margin: auto;
    width: 80%;
    height: 166px;
}

.product-content-button {
    margin-top: 15px;
    margin-bottom: 15px;
    
}

.testimonial-content {
    background-color: #65bae2;
    padding-bottom: 30px;    
}

.testimonial-header {
    margin-top: 15px;
    margin-bottom: 15px;
}

.testimonial-container {
    background-color: #FFFFFF;
    border-radius: 5px;
    height: 450px;
    margin-bottom: 35px;
}

.lower-product-bar {
    /*background-color: #009ec9;*/
    height: 91px;
    margin-bottom: 10px;
   
}

.lower-product-bar-left {
    background-color: #009ec9;
    height: 120px;
    width: 42%;
    float: left;  
}

.lower-product-bar-right {
    height: 140px;
    background-color: #004d8f;
    margin-top: -10px;
    padding-top: 10px;
    width: 58%;
    display: inline-block;
    z-index: 5;     
}

.lower-product-bar-img-fix {
    margin-top: -12px;
    float: right;
    
}

.lower-product-bar-img-fix-or {
    margin-top: -10px;    
}

.lower-product-bar-img-fix-order {
    margin-top: 13px;
    margin-left: 17px;    
}

.lower-product-bar-right-phone-container {
    float: left;
    color: #FFFFFF;
}

.lower-product-bar-right-phone-text {
    font-size: 20px;
    margin-top: 15px;
}

.lower-product-bar-right-phone {
    font-size: 40px;
    font-weight: 600;
    padding-right: 10px;
}

.lower-product-bar-right-or-container {
    float: left;
}

.featured-in-content {
    background-color: #FFFFFF;
}

.featured-in-header {
    margin-top: 20px;
    margin-bottom: 5px;
}

.featured-in-logos {
    margin-bottom: 15px;
}

.footer {
    color: #FFFFFF;
    background-color: #00587e;
}

.footer_links {
    margin-top: 10px;
}

.footer_links a, .footer_links a:hover, .footer_links a:visited {
    color: #FFFFFF;
}

.product-content-video-text-1 {
    color: #077dba;
    margin-top: -185px;
    margin-bottom: 10px;
}

.product-content-video-text-2 {
    color: #d9455f;
    margin-top: -185px;
    margin-bottom: 10px;    
}

.product-content-video-text-3 {
    color: #09b3ae;
    margin-top: -185px;
    margin-bottom: 10px;    
}

.product-content-video {
    height: 150px;
    margin-bottom: 15px;    
}

#open_chat:hover {
    cursor: pointer;    
}

.open_form_modal:hover {
    cursor: pointer;
}

#paid-search-requestinfo .modal-content {
    border: none;
    border-radius:0;
    box-shadow:none;
}

#main-paid-search-modal {
    background: url(../images/interstitial-bg-4-2014.png);
    background-repeat:no-repeat;
    padding:30px 20px 100px 45px;
}

#main-paid-search-modal #submitModal {
    width:70%;
    color:#fff;
    background-color:#D21600;
    font-weight:bold;
    margin-left:40px;
    border: 2px solid #770a0a;
    background-image: -ms-linear-gradient(top, #ed1900 0%, #af1200 100%);
    background-image: -moz-linear-gradient(top, #ed1900 0%, #af1200 100%);
    background-image: -o-linear-gradient(top, #ed1900 0%, #af1200 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ed1900), color-stop(1, #af1200));
    background-image: -webkit-linear-gradient(top, #ed1900 0%, #af1200 100%);
    background-image: linear-gradient(to bottom, #ed1900 0%, #af1200 100%);
}

#main-paid-search-modal #submitModal:hover {
    background-color:#B01200;
    background-image: -ms-linear-gradient(top, #af1200 0%, #ed1900 100%);
    background-image: -moz-linear-gradient(top, #af1200 0%, #ed1900 100%);
    background-image: -o-linear-gradient(top, #af1200 0%, #ed1900 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #af1200), color-stop(1, #ed1900));
    background-image: -webkit-linear-gradient(top, #af1200 0%, #ed1900 100%);
    background-image: linear-gradient(to bottom, #af1200 0%, #ed1900 100%);
    -webkit-box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    text-shadow: 2px 2px 2px #000;
}

#main-paid-search-modal .modal-dialog {
  padding-top: 15%; 
}

#paid-search-requestinfo input{
    border:1px solid #bbb;
    width:300px;
    padding:10px;
    font-size:15px;
    margin-bottom:15px;
}

#paid-search-close {
    position:absolute;
    top:-5px;
    left:585px;
    border-radius:100%;
    font-weight:bold;
}

.modal-left-side {
    padding-top:50px;
    float:left;
    width:180px;
    color:#fff;
    text-align:center;
}

.right-modal {   
    margin-left:30px;
    display:inline-block; 
    width:310px;    
}

#main-paid-search-modal .modal-dialog {
  padding-top: 15%; 
}

/* MOBILE */

#mobile_header {
    background-color: #095D97;
    height: 40px;    
}

.mobile-logo img {
    margin-left: -11px;
    min-width: 105px;
    position: relative;
    z-index: 1;
    padding-right: 3px;
}

.mobile-header-phone-container {
    background-color: #084d7b;
    border-radius: 5px;
    margin-top: 2px;
    margin-left: -1px;
    margin-right: -8px;    
}

.mobile-header-phone-text {
    color: #FFFFFF;
    font-size: 10px;
}

.mobile-header-phone {
    margin-top: -7px;
    font-size: 20px;
}

#mobile-main-image {   
    padding-left: 0px;
    padding-right: 0px;    
}

.mobile-main-image-image img {
    margin-top: -9px;
}

.mobile-main-image-phone-conatiner {
    border-radius: 5px;
    border: 3px solid #FFFFFF;
    padding: 8px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -87px;
    background: url(../images/mobile-main-image-phone-conatiner-bg.png);
    background-repeat: repeat-x;
    -webkit-box-shadow:0 0 10px black; 
    -moz-box-shadow: 0 0 10px black; 
    box-shadow:0 0 10px black;
        
}

.mobile-main-image-phone-text {
    background-color: #084d7b;
    color: #FFFFFF;
    border-radius: 10px;
    width: 74%;
    font-size: 12px;
    margin: 0 auto;        
}

.mobile-main-image-phone {
    font-size: 33px;
    font-weight: 600;
    height: 45px;
    margin-top: -5px;
}

#mobile-main-form {
    background-color: #FFFFFF;
    padding-bottom: 10px;
    border-bottom: 1px solid #c9c9c9;
}

.mobile-form-header-text {
    font-size: 23px;
    font-weight: 600;
    margin-top: -60px;
    margin-bottom: 30px;       
}

.mobile-form-header-bg {
    /*position: relative;*/    
}

.mobile-form-content-container {
    background-color: #84c5e4;
    margin: 0 auto;
    width: 89%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.mobile-form-content {
    margin-top: -18px;
    padding-top: 15px;
    border-bottom: 1px dashed #FFFFFF;   
}

.mobile-form-content-disclaimer-bottom {
    padding-bottom: 10px;    
}

.mobile-form-content-logos {
    padding: 10px 5px;    
}

.product-content-mobile {
    background-color: #FFFFFF;
    padding-top: 10px;
}

.product-content-column-mobile {
    padding-bottom: 10px;
}

.testimonial-content-mobile {
    padding-bottom: 10px;
}

.lower-product-bar-mobile {
    background-color: #004d8f;
    padding-top: 8px;    
}

.lower-product-bar-mobile-phone {
    font-size: 32px;
    font-weight: 600;
    margin-top: -5px;
}

.lower-product-bar-mobile-order-button {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.featured-in-content-mobile {
    background-color: #FFFFFF;
    padding-left: 0px;
    padding-right: 0px;
}


