.row_0{
    background: #e9e9e9;
}
.row_1{
    background: white;
}
.content-wrapper {
    margin: 40px 20px;
}

.mini-content {
    background: white;
    height: 156px;
    border-radius: 2px;
    border: solid #c0c0c0 1px;
    margin: 20px 0px;
}
.mini-content .h4{
    color: #0085da;
    margin-top: 0;
    padding: 15px 10px 0 10px;
    font-weight: 700;
}
.mini-content .h4 img{
    vertical-align: bottom;
    margin-right: 8px;
    margin-left: 10px;
}
.mini-content p{
    padding: 0 25px;
    font-size: .86em;
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .mini-content {
        background: white;
        height: 200px;
        border-radius: 2px;
        border: solid #c0c0c0 1px;
        margin: 20px 0px;
    }
}

.columns{
    padding: 15px;
}
/*Intro Row*/
#intro-row{
    min-height: 350px;
    min-width: inherit;
    background-image: url("../../img/pv/BigNapa3200X1600-min.png");
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-size: cover;
}
#intro-message{
    color: #f8fbff;
    text-shadow: 3px 3px #292929;
    margin-top: 30px;
    font-size: 3.5em;
    font-weight:400;
}
#intro-wrapper{
    margin: 0;
}
#intro-left{
    border-radius: 2px;
    padding: 35px;
    margin: 20px;
}
#intro-buttons{
    margin-top: 90px;
}
#intro-counties{
    margin-right: 20px;
    width: auto;
    color: #0085da;
}
#intro-subscribe{
    width: 120px;
    color: #0085da;
}
#intro-pricing{
    margin-right: 20px;
    color: #0085da;
}
#intro-right{
    background: rgba(255, 255, 255, 0.94);
    border-radius: 2px;
    height: 300px;
    padding: 35px;
    margin: 20px;
}
/*End intro row*/


#benefits_panel_content p{
    font-size: 1.4em;
    font-weight: 500;
}

#benefits_panel_content li{
    font-size: 1.1em;
    padding-right: 50px;
}

/*Subscription row*/
#subscription-details{
    text-align: center;
}
#subscribe-button{
    text-align: center;
}
/*End Subscription row*/

/*County Row*/
#county-table-background{
    background: rgba(255, 255, 255, 0.94);
    padding: 60px 100px;
    border-radius: 2px;
}
#county-row{
    background-image: url("../../img/pv/BigFresno1600X3200-min.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed !important;
}
/*End County Row*/

.img-container{
    border-radius: 2px;
    margin: 10px auto;
    max-width: 445px;
}

#product-images{
    text-align: center;
}

.price-box{
    border: solid black 1px;
    padding: 20px;
}
.price-box-header{
    font-size: 1.5em;
}
.price-box-price{
    font-size: 1.5em;
}
#subscribe-header{

}
#subscribe-content{

}

.subscribe-blocks{
    margin: 25px 0;
}
#subscribe-footer{
    margin: 20px 0;
}
#coupon-panel{
    font-size: 1.2em;
}
.cell-center{
    text-align: center;
}
.plans{
    color: #28a700;
    font-weight: 600;
}

.glyphicon-plus-sign{
    color: #0085da;
    font-size: 1.2em;
}
#support-content{
    padding-right: 20px;
}
.support-buttons{
    min-width: 85px;
}

#subscribe-form{
    margin: 65px 0;
}
.mapport-blue{
    color: #0085da;
}