﻿.home-container {
    position: relative;
    display: inline-block;
    white-space: normal;
    font-size: 14px;
}

.home-container .bg {
    background: #27527f;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    display: block;
    overflow: hidden;
}

    .home-container .bg img 
    {
        opacity: 0.35;
        min-height: 100%;
        width: 100%;
        min-width: 320px;
    }

    .home-container h2 {
        margin: 10px 0 6px 0;
    }

.home-container .hero-text 
{
    font-size: 27px;
    color: #26527e;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
    width: auto;
    position: relative;
}

    .home-container .hero-text div {
        position: relative;
        z-index: 2;
    }

    .home-container .hero-text .small {
        font-size: 14px;
        font-weight: normal;
        color: #6D6E71;
        margin-top: 20px;
        /*text-shadow: none;*/
    }

.home-container .hero-container {
    height: auto;
}

.home-container .hero-container img {
    float: right;
    margin-left: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 274px;
    max-height: 100%;
    opacity: 0.25;
    z-index: 1;
}

/*.home-container .instructions {
    margin-top: -20px;
}*/

.home-container .instructions > div.welcome-back-form {
    margin: 0;
}

.home-container #featured-partners {
    margin-top: 16px;
    width: 100%;
    max-width: 260px;
}

@media (max-width: 767px) {
    .bt-container {
        padding: 0;
    }

    .home-container .bg 
    {
        height: 200px;
    }

    .home-container .hero-container img 
    {
        display: none;
    }

    .home-container .hero-text 
    {
        color: #fff;
        text-shadow: 0 2px 0 rgba(0,0,0,0.5);
        height: 200px;
        text-align: center;
        padding-top: 40px;
        margin-top: -20px;
    }

    .home-container .instructions 
    {
        margin-top: 60px;
    }

    .home-container .hero-text .small
    {
        display: none;
    }

    .home-container .info-row 
    {
        height: auto;
        margin-top: 40px;
    }

        .home-container .info-row.first
        {
            margin-top: 20px;
        }

    .home-container .info-row a
    {
        position: relative;
        display: block;
        margin-top: 20px;
    }
}

@media (min-width: 430px) {
    .home-container .bg 
    {
        height: 250px;
    }

    .home-container .hero-text  
    {
        height: 250px;
        padding-top: 80px;
    }
}

@media (min-width: 768px) {
    #home-container {
        width: 100%;
        height: 100%;
        margin: auto;
    }

    .home-container .bg 
    {
        background: #fff url('images/hero-bg.png') repeat-x;
    }

        .home-container .bg img 
        {
            display: none;
        }

    .home-container .utility-form.instructions {
        border-radius: 6px;
        box-shadow: 0 4px 3px 0 rgba(0,0,0,.5);
        background: rgba(36,82,126,.85) !important;
        padding: 15px !important;
        margin-top: 20px;
    }

    .home-container .info-row {
        height: 218px;
        margin-top: 20px;
    }

        .home-container .info-row a {
            position: absolute;
            bottom: 0;
            right: 0;
        }

    .home-container .hero-text  
    {
        height: auto;
        min-height: 190px;
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .home-container .hero-container img 
    {
        position: relative;
        width: auto;
        opacity: 1;
    }
}