@media (min-width: 760px) {
    #header-mobile {
        display: none;
    }
    
    #mobile-menu {
        display: none;
    }
    
    .splash-form {
        margin-top: 5px;
    }    
    
    .ps-footer-phone-number-text {
        font-size: 51px;   
    }
    
    .home-video-player {
        border: 1px solid #cccccc;
        border-radius: 5px;
        padding: 6px;
        margin-top: 8px;    
    }    
    
    .mobile-video-player {
        display: none;
    }
    
    .pop-up-phone-number {
        color: #FFFFFF;
        position: absolute;
        top: 304px;
        left: 46px;
        font-weight: 700;
        line-height: 30px;
    }

    .pop-up-phone-number-text {
        font-size: 29px;    
    }

    .pop-up-phone-number-phone {
        font-size: 29px;    
    } 
    
    .sticky-header-phone-title {
        color: #FFF;
        font-size: 23px;
    }

    .sticky-header-phone-number {
        color: #FFF;
        font-weight: 700;
        font-size: 42px;
        margin-top: -23px;
    }
                 
                                 
}



@media (min-width: 770px) {     
    .sticky-header-logo-img {
        margin-top: 5px;
    }
                                        
}

@media (max-width: 768px) {     
    .sticky-header-logo-img {
        margin-top: 15px;
    }
                                        
}


@media (min-width: 1280px) {      
    .sticky-header-left {
        background-image:url('./sticky-header-bg-left.png');
        background-repeat:repeat-x;
        background-position:top center;
        height: 82px; 
    }

    .sticky-header-right {
        background-image:url('./sticky-header-bg-right.png');
        background-repeat:repeat-x;
        background-position:top center;
        height: 82px; 
    }      
                                
}

@media (max-width: 1280px) {     
    .sticky-header-phone-title {
        color: #FFF;
        font-size: 17px;
        margin-top: 7px;
    }
                                    
}

@media (max-width: 760px) {  
    #habla_beta_container_do_not_rely_on_div_classes_or_names {
        display: none;
    }
    
    #sticky-header {
        display: none;
    }
    
    #splash-full {
        display: none;
    }
    
    .splash-left-florence {
        display: none;    
    }
    
    .splash-form {
        margin-top: 15px;
    }
    
    #form-container {
        display: none;
    }
    
    #nav-container {
        display: none;
    }
    
    .ps-footer-numbers {
        display: none;    
    }
    
    .ps-footer-links {
        display: none;    
    }
    
    .ps-footer-phone-number-text {
        font-size: 35px;   
    }
    
    .ps-footer-copyright {
        padding-top: 10px;
        margin: 0 auto;
    }
    
    .home-video-player {
        display: none;
    }
    
    .pop-up-phone-number {
        color: #FFFFFF;
        position: absolute;
        top: 78%;
        left: 9%;
        font-weight: 700;
        line-height: 30px;
    }

    .pop-up-phone-number-text {
        font-size: 15px;    
    }

    .pop-up-phone-number-phone {
        font-size: 15px;    
    }
                                      
}


body, .ui-widget {
    font-family: 'Open Sans', sans-serif;
    background-color: #fbfafa;
}

h1, h2, h3, h4 {
    font-family: 'Open Sans', sans-serif;    
}

a {
    text-decoration: none;    
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

input {
    width: 90%;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.max-width {
    max-width: 960px;
    margin: auto;
}

.container {
    width: 100%;
}


/* MAY 2016 */
#sticky-header {
    z-index: 5;
    height: 85px;
    overflow: hidden;
}


.sticky-header-center {
    background-image:url('./sticky-header-bg.png');
    background-repeat:no-repeat;
    background-position:top center;
    height: 85px;    
}

/*.sticky-header-left {
    background-image:url('./sticky-header-bg-left.png');
    background-repeat:repeat-x;
    background-position:top center;
    height: 82px; 
}

.sticky-header-right {
    background-image:url('./sticky-header-bg-right.png');
    background-repeat:repeat-x;
    background-position:top center;
    height: 82px; 
}*/

/*.sticky-header-logo-img {
    margin-top: 5px;
}*/

/*.sticky-header-phone-title {
    color: #FFF;
    font-size: 23px;
}

.sticky-header-phone-number {
    color: #FFF;
    font-weight: 700;
    font-size: 42px;
    margin-top: -23px;
}*/

.sticky-header-order-button {
    margin-top: 15px;    
}

.sticky-header-phone-number a {
    color: #FFF;
}



#splash-full {
    background-image:url('./splash-bg.png');
    background-repeat:no-repeat;
    background-position:top center;
    margin-top: -6px;    
}

.splash-form {
    background-image:url('./form-bg.png');
    background-repeat:no-repeat;
    background-position:top center;
    color: #FFF;    
}

.splash-form-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.splash-form-button {
    cursor: pointer;
    padding: 5px 10px 10px 10px;
}

.hr-sep {
    border-top: 3px solid #d1e4f0;
}

.section-bg {
    background-image:url('./section-bg.png');
    background-repeat:no-repeat;
    background-position:top center;    
}

.ps-section-title {
    padding-bottom: 5px;
    font-size: 36px;    
}

.ps-section-subtitle {
    font-size: 18px;
    margin-top: -5px;
    margin-bottom: 0px;    
}

.ps-section-text {
    font-size: 13px;
}

.ps-section-call-us-arrow {
    margin-top: -12px;    
}

.ps-section-call-us {
    margin-top: 5px;
    font-size: 36px;
}

.ps-section-beth-call-out {
    font-size: 16px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 0px;
}

.ps-section-call-us-beth {
    margin-top: -10px;
    font-size: 33px;
}

.ps-check-mark {
    margin-right: 5px;
    margin-top: -3px;
}

.ps-bguide-button {
    margin-top: -10px;
}

.ps-section-spacing {
    padding-top: 6px;
    padding-bottom: 2px;
}

/* END MAY 2016 */






.ps-header-logo {
    padding: 10px;
    z-index: 5;
}

.ps-header-phone-container {
    background-color: #013456;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #FFFFFF;     
}

.ps-header-phone-container-left {
    float: left;
}

.ps-header-phone-top-text {
    font-weight: 700;
    font-size: 19px;
    padding-top: 5px;
}

.ps-header-phone-number-text {
    font-weight: 700;
    font-size: 51px;
    margin-top: -10px;    
}

.ps-header-phone-number-text img {
    padding-top: 7px;
    padding-bottom: 15px;
    padding-right: 10px;
}

.ps-header-order-now-container {
    background-color: #e81e23;
    display: inline-block;
    margin-top: 10px;
    margin-left: 25px;
    height: 73px;
    width: 210px;
    border-radius: 10px;    
}

.ps-header-row-click-here {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-top: 7px;
    color: #FFFFFF;    
}

.ps-header-row-order-now {
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
    font-size: 30px;
    margin-top: -8px;
}

#form-container {
    z-index: 4;
}

.form-container-florence-left {
    margin-right: -160px;    
}

.form-container-florence-bg {
    margin-top: -85px;
    margin-left: -175px;
}

.form-container-florence-phone-text {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: -152px;
    margin-left: 219px;    
}

.form-container-florence-phone-number {
    font-weight: 700;
    font-size: 51px;
    margin-top: -9px;
    margin-left: 268px;     
}

.form-container-florence-phone-promo-code {
    font-weight: 700;
    font-size: 17px;
    color: #FFFFFF;
    margin-left: 233px;    
}

.form-container-florence-phone-promo-disclaim {
    margin-left: 219px;
    margin-top: 6px;
    font-size: 8px;    
}

.form-container-form-contents {
    padding: 10px;
    border: 1px solid #d8d5d5;
    border-radius: 10px;
    background-color: #fbfafa;    
}

.form-container-form-header {
    /*background-color: #ed1c23;*/
    background-color: #0b6db0;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 21px;    
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 90%;
    margin-top: -10px;
    margin-bottom: 15px;
    padding: 15px 10px;
    display: inline-block;
}

.form-container-form-title {
    color: #013456;
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 15px;    
}

.form-container-arrow-down {
    width: 0; 
    height: 0; 
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    
    border-top: 20px solid #0b6db0;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px auto;
    margin-top: -15px;
    margin-bottom: 10px;
}

.form-content-disclaimer {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 10px;
}

.form_submit_button {
    /*background-color: #ed1c23;*/
    background-color: #0b6db0;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 25px;    
    border-radius: 10px;
    width: 90%;
    display: inline-block;
    line-height: 27px;
    padding: 12px 10px;
    margin-bottom: 2px;
    box-shadow: 5px 5px 5px #888888;    
}

#nav-container {
    background-image:url('../images/ps-oct-navbar-bg.png');
    background-repeat:repeat-x;
    background-position:top center;
    height: 220px;
    margin-top: -153px;        
}

.nav-container-header {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 25px;
    padding-top: 18px;
}

.nav-tabs {
    margin-top: 17px;
}

.nav-tab {
    border-top: 1px solid #d8d5d5;
    border-left: 1px solid #d8d5d5;
    border-right: 1px solid #d8d5d5;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-weight: 700;
    font-size: 18px;
    padding: 10px;        
}

.nav-tab:hover {
    background-color: #013456;
    color: #FFFFFF;
    cursor: pointer;
}

.active {
    background-color: #013456;
    color: #FFFFFF;
}

#content-tab-2, #content-tab-3 {
    display: none;
}

#content-tab-1, #content-tab-2, #content-tab-3 {
    border-bottom: 1px solid #d8d5d5;
    border-left: 1px solid #d8d5d5;
    border-right: 1px solid #d8d5d5;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-bottom: 15px;    
}

.content-row img {
    margin-top: 15px;
}

.home-product-container {
    margin-bottom: 8px; 
}

.home-product-item-img {
    margin-bottom: 7px;
}

.home-product-item-title {
    color: #ed1c24;
    font-size: 20px;
    padding-bottom: 5px;    
}

.home-product-item-title a {
    color: #ed1c24;   
}

.home-product-item-title a:hover {
    color: #ed1c24;   
}

.home-product-item-click-here {
    font-size: 10px;
    margin-top: -6px;
    margin-bottom: 6px;
}

.fa {
    margin-right: 5px;
}

.home-product-item-includes {
    text-align: left;
    font-size: 11px;
    padding-bottom: 10px;
}

.home-product-video-container {
    position: relative;
}

.home-product-item-video {
    z-index: 3;
    position: absolute;
    left: 0;
    bottom: 0;   
}

.home-product-item-includes-blurb {
    font-size: 12px;
    height: 90px;
    /*font-style: italic;*/
}

.ps-buy-advice-h1 {
    margin-bottom: 5px;    
}

.ps-buy-advice-h2 {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 700;
    font-style: italic;    
}

.buyers-guide-icons-title {
    font-weight: 700;
    font-size: 18px;
    /*line-height: 36px;*/
}

.buyers-guide-icons-container {
    padding: 15px 15px 30px 0px;
}

.buyers-guide-icon {
    float: left;
    margin-right: 10px;
}

.buyers-guide-icon-text {
    padding-top: 11px;
    font-size: 15px;
}

.buyers-guide-click-callout {
    font-size: 22px;
    font-weight: 700;
    padding-top: 15px;
}

.buyers-guide-text {
    font-size: 16px;
}

#testimonial-container {
    /*border-top: 2px solid #d8d5d5;*/
    /*border-bottom: 2px solid #d8d5d5;*/
    /*margin-top: 15px;
    margin-bottom: 10px;*/    
}

.testimonial-image {
    margin-top: 15px;
    margin-bottom: 5px;
}

.testimonial-stars {
    margin-top: 10px;
    margin-bottom: 15px;
}

.home-featured-in-header {
    margin-top: -20px;
    margin-bottom: 10px;
}

.home-featured-in-hr {
    background-color: #d8d5d5;
    height: 2px;
    margin-top: 10px; 
}

.trust-logo {
    height: 100px;       
}

.trust-logo img{
    vertical-align: middle;
    max-height: 100px;       
}

.home-featured-in-row {
    margin-bottom: 10px;
}

#ps-footer {
    /*background-color: #013456;*/
    background-color: #0e8ac5;
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 20px;
    color: #FFFFFF;
}

.ps-footer-mg-corporate {
    font-weight: 700;
}

.ps-footer-mg-corporate-numbers {
    padding-top: 15px;
    font-size: 10px;
}

.ps-footer-copyright {
    font-size: 10px;
}

.ps-footer-phone-top-text {
    font-weight: 700;
    font-size: 19px;
}

.ps-footer-phone-number-text {
    font-weight: 700;
    margin-top: -10px;    
}

.ps-footer-phone-number-text img {
    padding-top: 7px;
    padding-bottom: 15px;
    padding-right: 10px;
}

.ps-footer-order-now-container {
    background-color: #e81e23;
    width: 83%;
    border-radius: 10px;
    display: inline-block;    
}

.ps-footer-row-click-here {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;    
}

.ps-footer-links {
    font-weight: 700;
    font-size: 12px;
}

.ps-footer-links a {
    color: #FFFFFF;
}

.pop-up-risk-assess {
    font-size: 16px;
}

.pop-up-risk-modal-close {
    top: 2px;
    right: 2px;
    position: absolute;
    max-width: 7%;
    cursor: pointer;  
}

.pop-up-risk-modal-close-text {
    left: 7%;
    bottom: 16%;
    position: absolute;
    max-width: 30%;
    max-height: 15px;
    cursor: pointer;  
}

.pop-up-risk-modal-link-text {
    left: 7%;
    bottom: 30%;
    position: absolute;
    max-width: 40%;
    max-height: 145px;
    cursor: pointer;  
}

/*.pop-up-phone-number {
    color: #FFFFFF;
    position: absolute;
    top: 231px;
    left: 142px;
    font-weight: 700;
    line-height: 30px;
}

.pop-up-phone-number-text {
    font-size: 25px;    
}

.pop-up-phone-number-phone {
    font-size: 50px;    
}*/

.product-watch-video {
    padding-top: 5px;
    margin-bottom: 10px;
    margin-left: -20px;
}

.pop-up-phone-number a {
    color: #FFFFFF;
    text-decoration: none;
}

#idleTime {
    display: none;
}

.home-featured-in {
    margin-top: 20px;
}

#mobile-home-video {
    position: relative;
    padding-bottom: 50.25%;
    padding-top: 15px; 
    overflow: hidden;
    margin-bottom: 20px;
}

#mobile-home-video iframe,
#mobile-home-video object,
#mobile-home-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

