div#testimonial-row {

    padding: 10px 0;

}

div#home-testimonial-top {

    border-top: 1px solid #443e63;

}

div#home-testimonial-bottom {

    border-bottom: 1px solid #443e63;
}

div#home-signup-box {

    background-color: #75786C;
    color: #fff;
    padding: 10px 20px;
    line-height: normal;
    height: 480px;

}

div#home-signup-box form {

    margin-bottom: 10px;

}

div#home-signup-box .control-group {

    margin-bottom: 0px;

}

div#home-signup-box button {

    margin-top: 10px;

}

div#home-signup-box input[type="text"] {

    font-size: 20px;
    height: 24px;

}

div#home-signup-box p, div#home-signup-box label {

    font-size: 16px;

}

div#home-signup-box a {

    color: #fff;
    text-decoration: underline;

}

div#home-signup-box h3 {

    margin: 0;


}

div#home-blurb {

    color: #75786C;
    padding-top: 60px;

}

div#home-blurb h1 {

    display: none;

}

div#home-blurb h2 {

    font-family: 'Enriqueta', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;

}

div#home-about {

    color: #75786C;
    padding: 10px 0 20px 0;
}

div#home-about h2 {

    font-weight: normal;

}

div.home-wrap {

    border-top: 10px solid #443e63;
}

div#home-signup-box button, div#home-signup-box button:hover {

    background: #a7be39; /* Old browsers */
    background: -moz-linear-gradient(top, #a7be39 0%, #617500 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7be39), color-stop(100%,#617500)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a7be39 0%,#617500 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a7be39 0%,#617500 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a7be39 0%,#617500 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a7be39 0%,#617500 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7be39', endColorstr='#617500',GradientType=0 ); /* IE6-9 */

}

/* Home slideshow */

div#testimonial-carousel div.carousel-caption {

    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 10px;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, .9);
    font-size: 16px;
    font-family: Enriqueta, serif;
    font-weight: normal;
    line-height: normal;
    border-top: 10px solid #A7BE39;
    padding: 10px;
    text-align: justify;

}

div.carousel-caption p, div.carousel-caption h4 {

    color: #333;

}

div.carousel-caption h4 {

    text-align: right;
    font-style: italic;
    font-size: 14px;
    line-height: normal;
    margin: 5px 0;

}



/* Media queries for non-desktop devices */

@media (max-width: 979px) {

    div#home-testimonial {

        background-image: none;
        height: auto;

    }

    div#home-testimonial div#testimonial-text {

        border-bottom: 10px solid #a7be39;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;

    }

    div#home-testimonial div#testimonial-text p {

        padding: 0 10px;
    }

}

@media (max-width: 767px) {

    div#footer {

        height: auto;

    }


    div#home-logo-container {

        text-align: center;

    }

    div#top-row {

        padding: 5px 0;
    }

    img#logo {

        height: 100px;
    }

    div#home-blurb {

        padding: 5px 0 0 0;
        text-align: center;


    }

    div#home-blurb h2 {

        font-size: 12px;

    }

    div#testimonial-carousel div.carousel-caption {

        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        padding: 5px 5px 0 5px;

    }

    div.carousel-caption p, div.carousel-caption h4 {

        font-size: 12px;
        margin: 0;
        padding: 0;

    }

    div#footer {

        padding: 0 5px;
        margin-bottom: 10px;

    }

    div#footer div.footer-logo {

        display: none;

    }

}