/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.compare {
    background: #333;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;  
} 


.h1 {
    color: #FFB03B;
}

.h2 {
    background: #7e7e7e;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    background-color: #fff;
    padding-top: 50px;
}

/* ==========================================================================
   Author's custom styles- Hero banner
   ========================================================================== */


#mc_embed_signup form {
    padding: 0px !important;
}



/* ==========================================================================
   Author's custom styles- about page
   ========================================================================== */

#about_page {
    background: url(../img/solar_bg.png) top center fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* ==========================================================================
   Author's custom styles- contact page
   ========================================================================== */


#contact_page {
    background: url(../img/solar_bg.png) top center fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* ==========================================================================
   Author's custom styles- footer
   ========================================================================== */


footer {
    position: relative;
    padding: 40px 0;
    background-color: #1A1E23;
    color: #fff;
}

.footer-style ul li a{
    color: #888 !important;
    font-weight: bold;

}

.navbar-brand {
    margin-top:-9px;
}

.navbar-default a, .navbar-default .navbar-nav>li>a {
    color: #FFB03B;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: rgba(3,3,3,0.35);
}

.navbar {
    margin-bottom:-20px !important;

}

.navbar-inverse{
    border: none !important;

}

.nav {
    text-transform: none !important;
}


.container_holder {
    background-color: #fff; 
}



.navibar-custom {
    background: #2C3E50;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 600px;
    border: none;
}

.nav-color {
    color:#FFB03B;
}


#quote-header {
    margin-top: -100px;
    margin-bottom: -50px;
    padding-top: 120px;
    padding-bottom: 80px;
}

.thumbnail {
    background-color: rgba(3,3,3,0.55);
    border: none;
    margin-top: 45px;
    margin-bottom:0;
}


.setup-content h2{
    color: #fff;
    text-align: center;
    padding: 20px;
}

.page_content_holder {
    padding: 40px 0;
}



.well {
    background-color: rgba(3,3,3,0.55);
    border-radius: 5px;
    border: 1px solid #FFB03B;      
    box-shadow: 0 0 8px#222;
    color: #fff;
}

.well p{
    color: #fff;
}

.well h1{
    color: #FFB03B;
}

.fine-print p{
    font-size: 7px;
}

.quote-step {
    background-color: rgba(3,3,3,0.55);
    color: #fff;
    margin: 25px;
}

.submit-msg {
    color: #fff;
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.submit-msg h1 {
    color: #FFB03B;
    padding-top: 40px;
}

.quote-side {
    color: #fff;
    margin-top: -30px;
    margin-bottom: 20px;
}


.quote-side h1{
    margin-top: 30px;
}

.quote-side h4{
    margin-top: 70px;
}

.btn-primary {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;

}

.btn-call-to-action {
    background-color: #8A0917;
    color: #fff;
    margin-top: 20px;
    margin-bottom: -40px;
}


.btn-prev {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}



select:invalid { color: gray; }

option[value=""][disabled] { display: none; }

option { color: black; }


#middle {
    background: #fff;
    margin-top: 30px;
    padding-bottom: 50px;
}

#middle h1{
    color:#2C3E50;
}

#middle .thumbnail {
    width: 100%;
    border-radius: 0px;
    padding: 0px;
    border: none;
}

.jumbotron{
    background: url(../img/solar_main.png) top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat; 
    background-size: cover;
    background-color: #fff;
    min-height: 300px;
    color: #fff;
}


@media only screen and (min-width : 320px) and (max-width : 480px) {
    .jumbotron {
        background: url(../img/mobile_main_bg.png) no-repeat top center fixed;
    }
}


.jumbotron img .showcase-img{
    width: 100%;
}

.jumbotron-text-box{
    margin-bottom: 25px;
    border: 1px solid #FFB03B;
    border-radius: 5px;
    background-color: rgba(3,3,3,0.70);
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 55px;
    text-shadow: 0px 1px 0 rgba(0,0,0,.7);
    padding-right: 20px;
    padding-left:20px;
}

.jumbotron h1{
    color: #FFB03B;
    text-align: center;
}

.jumbotron h2{
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}


.btn-responsive {
    white-space: normal !important;
    word-wrap: break-word;
}

.jumbotron-text-box .form-group {
    padding: 5px;
    max-width: 400px;
    margin: auto;
    margin-bottom: 50px;
}


section#feature{
    background: #FFB03B;
    color: #fff;
    padding:40px;
    overflow: auto;
}

section#feature ul li{
    font-size: 22px;
    list-style: none;
    line-height: 2.0em;
}

.feature-img{
    width:100%;
}


.feature-list li{
    margin-left: -25px;
}


section#partners_section {
    background: #fff;
    padding: 30px;
} 

section#partners_section img {
    max-width: 130px;
}

section#partners h2{
    margin-top:10px;
} 

.partner-logo {
    width:90%;
}

.panel-heading {
    background: #FFB03B ! important;
}

.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}

.form-box {
    background: #444;
	background: rgba(0, 0, 0, 0.55);
    border: 1px solid #FFB03B;
}

.quote-side h1 {
    color: #FFB03B;
}

.navbar-toggle {
    background-color: transparent !important;

}

.contact-box h1 {
    color: #FFB03B;
}

.contact-box p {
    color: #fff;
}

.page-box {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}



/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
