﻿.basic-top-section {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    min-height: 100%;
    height: 100%;
    min-width: 650px;
    background-position-y: 0px;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    opacity: 0;
}

.mw650 {
    min-width: 650px;
}

.privacypolicy {
    text-align: center; 
    width: 100px; 
    margin: -30px auto 0 auto;
    height: 30px;
}

.lh26 {
    line-height: 26px;
}

.h60 {
    height: 60px !important
}

.h80 {
    height: 80px !important
}

.lh68 {
    line-height: 68px !important;
}

.text-overflow {
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.basic-top-section > .content .promo {
    font-weight: 600;
    color: #fff;
    margin: 25px auto 0px auto;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.5);
    margin-bottom: 30px;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
    text-shadow: 0px 1px 3px black;
    -moz-text-shadow: 0px 1px 3px black;
    -webkit-text-shadow: 0px 1px 3px black;
    white-space: nowrap;
    font-size: 48pt;    
    height: 50px;
    line-height: 50px;
    margin-left: -200px;
    width: 1100px;
}

.slogan .slogan-text {
    white-space: nowrap;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    width:370px;
}  

.basic-top-section > .content .slogan {
    text-align: center;
    color: #ffffff;
    margin-top: 75px;
    margin-bottom: 25px;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.5);
    font-family: 'Minion Pro';
    font-style: italic;
    font-size: 24pt;
    text-shadow: 0px 1px 1px black;
    -moz-text-shadow: 0px 1px 1px black;
    -webkit-text-shadow: 0px 1px 1px black;
    width: 900px;
    margin-left: -100px;
}

.basic-top-section > .content .mini-promo {
    color: white;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18pt;
    font-family: 'Droid Sans', sans-serif;
    text-shadow: 0px 1px 1px black;
    -moz-text-shadow: 0px 1px 1px black;
    -webkit-text-shadow: 0px 1px 1px black;
    white-space: nowrap;
}

.basic-top-section > .content .buttons {
    margin-top:50px;
}

.benefits {
    height: 175px;
    width: 100%;
}

.benefits .content {
    width: 1200px;
    margin: 0 auto;
}

.benefits .content .basic-item .basic-desc {
    font-weight: normal;
    text-align: center;
    color: black;
    font-family: 'Droid Sans', sans-serif;
    font-size: 12pt;
    max-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}
        
.benefits .content .basic-item {
    width: 360px;
    height: 165px;
    text-align: center;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.benefits .content .basic-item .basic-thumb img {
    width: 60px;
    height: 60px;
}

.benefits .content .basic-item .basic-thumb {
    text-align: center;
    margin-bottom: 22px;
}

.landing-bot-section {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.65);
    bottom: 0;
    padding:10px;
}

.modal-dialog {
    margin: 30px auto;
}

.white-border-bottom {
    border-bottom: 2px solid white;
    width:250px;
    height:23px;
}

.border-2-solid-rgb {
    border: 2px solid rgba(21, 86, 113, 1);
}

.help-button, .help-button:hover, .help-button:visited, .help-button:focus {
    background-color: rgba(21, 86, 113, 0.50);
    border: 2px solid rgba(21, 86, 113, 1);
    color: rgba(21, 86, 113, 1);
    width: 330px;
    line-height: 40px;
    text-decoration:none;
}


@media only screen and (max-width: 1220px) {
    .benefits .content .basic-item {
        width: 300px;
        height: 165px;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .benefits .content {
        width: 960px;
    }
}

@media only screen and (max-width: 1100px){
    .basic-top-section > .content .promo {
        font-size: 32pt!important;    
        height: 44px;
        line-height: 32px;
        margin-left: -130px;
        width: 960px;
    }
}

@media only screen and (max-width: 970px){
    .basic-top-section > .content .promo {
        font-size: 24pt!important;    
        height: 40px;
        line-height: 24px;
        margin-left: 25px;
        width: 650px;
    }
    .basic-top-section > .content .slogan {
        font-size: 20pt;
    }
    .benefits .content {
        width: 800px;
    }

    .benefits .content .basic-item .basic-desc {
        font-size: 10pt;
    }

    .benefits .content .basic-item {
        width: 240px;
        height: 165px;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .landing-bot-section {
        padding:9px;
    }

    .slogan .slogan-text {
        white-space: nowrap;
        overflow: hidden;
        margin-left: 15px;
        margin-right: 15px;
        width:220px;
    }  
    .basic-top-section > .content .slogan {     
        width: 750px;
        margin-left: -25px;
    }
}

@media only screen and (max-width: 765px){
    .white-border-bottom {
        width: 175px;
    }

    .basic-top-section > .content {
        width: 550px;   
    }
    .basic-top-section > .content .promo {
        margin-left: -50px;
    }

    .basic-top-section > .content .slogan {
        font-size: 18pt;
        width: 600px;
        margin-left: -25px;
    }

}

@media only screen and (max-height: 765px){
    .basic-top-section > .content .slogan, .inspector-top-section > .content .slogan, .agent-top-section > .content .slogan {
        margin-top: 45px;
        margin-bottom: 0px;    
        font-size: 20pt;
    }

    .white-border-bottom {
        border-bottom: 2px solid white;
        height:16px!important;
    }    
}

@media only screen and (max-height: 690px){
    .basic-top-section > .content .slogan {
        margin-top: 41px;
        margin-bottom: 0px;    
        font-size: 18pt;
    }

    .white-border-bottom {
        border-bottom: 2px solid white;
        height:16px!important;
    }    

    .basic-top-section > .content .buttons {
        margin-top:0px;
    }

    .benefits .content .basic-item .basic-thumb img {
        width: 55px;
        height: 55px;
    }

    .benefits .content .basic-item .basic-thumb {
        margin-bottom: 10px;
    }

    .benefits .content .basic-item {
        height: 150px;
        margin-top: 10px;
    }

    .benefits {
        height: 165px;
    }
}

@media only screen and (max-height: 700px){
    .landing-bot-section {
        display:none;
    }
   
}

@media only screen and (max-width: 820px) {
    .benefits .content .basic-item {
        width: 190px;
    }

    .benefits .content {
        width: 630px;
    }
}

    