/* homepage overrides */
header .hero_bg {
    height: 440px;
    margin-bottom: 0px;
}

header .hero_business {
    background: url("../../img/v3/heroes/wah_leo_rivas.jpg") no-repeat center top;
    background-size: cover;

    /* Transition nicely */
    webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
header .hero_everyone {
    background: url("../../img/v3/heroes/wah_water_falls.jpg") no-repeat center top;
    background-size: cover;

    /* Transition nicely */
    webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
header #homepage_hero {}

header .hero_bg .hero_text {
    background: white;
    width: 600px;
    margin: 64px 0px 0px 0px;
    padding: 12px 0px 8px 0px;

    min-height: 312px;

    color:#fff;

    border-radius: 4px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
       -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);

}

header .hero_bg .hero_text .hero_form {
    display: inline-block;
    padding: 8px 0px;
    width: 100%;
}

header .hero_bg .hero_text .hero_form ul.hero_form_toggle {
    width: 100%;
    margin: 0px 0px 16px 0px;
    padding: 0;
    list-style: none;
}

header .hero_bg .hero_text .hero_form ul.hero_form_toggle li {
    display: inline-block;
    margin: 0;
    padding: 0px 0px 4px 0px;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    border-bottom: 4px solid #eee;
    text-shadow: none;
    width: 50%;
}
header .hero_bg .hero_text .hero_form ul.hero_form_toggle li.active {
    border-bottom: 4px solid #333;
}
header .hero_bg .hero_text .hero_form ul.hero_form_toggle li a {
    color:#333;
    text-decoration: none;
}

div.home_business_form, div.home_everyone_form {
    padding: 0px 16px;
}
div.home_business_form a, div.home_everyone_form a {
    display: block;
    margin: 12px 0px;
}
div.home_business_form a:last-child, div.home_everyone_form a:last-child {
    margin-bottom: 0px;
}


@media (max-width: 991px) {
    header .hero_bg .hero_text {top:60px; width: 96%;}
    header .hero_bg .hero_text .hero_form { width:96%; }
    header .hero_bg .hero_text .hero_form ul.hero_form_toggle li {font-size:20px;}
}
@media (max-width: 767px) {
    header .hero_bg .hero_text {top:60px; width: 100%;}
    header .hero_bg .hero_text .hero_form { width:100%; }
    header .hero_bg .hero_text .hero_form form {width:100%;}
    header .hero_bg .hero_text h1 {padding:16px 20px; font-size:32px; line-height:40px;}
    header .hero_bg .hero_text .hero_form ul.hero_form_toggle li {font-size:18px;}
}
@media (max-width: 579px) {
    header .hero_bg .hero_text .hero_form ul.hero_form_toggle li {display:inline-block;}
}
@media (max-width: 479px) {
    header .hero_bg { height:320px; }
    header .hero_bg .hero_text {top:32px; width: 100%;}
    header .hero_bg .hero_text .hero_form { display:none;}
    header .hero_bg .hero_text .hero_form_xs_device {
        display:inline-block;
        margin-top:8px;
        padding:16px 20px;
        width:100%;
        background: rgba(0,0,0,0.30);
        border-radius:5px;
    }
}