﻿body {
    /*background-color: #e4e3dc !important;*/
    /*font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif' !important;*/
}

/*-------------------------------*/
/*           Header              */
/*-------------------------------*/
.navbar {
    background-color: #77665E !important;
    border-bottom: 5px solid #25aae1 !important;
}

#header.container-fluid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#header.container-fluid {
    background-color: #77665E !important;
}

@media (max-width: 1200px) {
    #header.container-fluid {
        align-items: end;
    }

    .navbar-toggle {
        float: left !important;
        margin-right: 0 !important;
        padding: 0 0 0 13px !important;
    }
}


.navbar-inverse .navbar-nav > li > a {
    color: #fff !important;
}

.navbar-inverse .navbar-nav > li > a:hover {
    border-bottom: 4px solid #004c99 !important;
}

.navbar-inverse .navbar-nav > li > a:focus {
    outline: none !important;
}





/*-------------------------------*/
/*        Main Secions           */
/*-------------------------------*/

.breadcrumb > li + li:before {
    content: "| " !important;
}

/*Special for sign-in page*/
#content-container {
    padding: 20px !important;
    min-height: 1000px;
}


.container-fluid {
    width: 1600px !important;
}

    .container-fluid:before,
    .container-fluid:after {
        content: none !important;
    }

@media (max-width: 1200px) {
    .container-fluid {
        width: auto !important;
    }
}

.btn-primary {
    color: #fff !important;
    background-color: #25aae1 !important;
    border-color: #25aae1 !important;
}

    .btn-primary:hover {
        color: #191212 !important;
        background-color: #70c2e4 !important;
        border-color: #70c2e4 !important;
    }

.padall {
    padding: 20px !important;
}

#section1 {
    display: grid;
    grid-template-columns: repeat(2, minmax(50%, 200px));
    justify-items: center;
    align-items: center;
}


#section2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(50%, 200px));
    justify-items: center;
    align-items: center;
}

.page-heading {
    padding-top: 0 !important;
}

.panel-default {
    border-color: #25aae1 !important;
}

    .panel-default > .panel-heading {
        background-color: #25aae1 !important;
        color: #fff !important;
    }

#rebate {
    background-image: url(/img_bg_evate_program.png);
    background-repeat: repeat-x;
}

#report {
    display: grid;
    grid-template-columns: repeat(3, minmax(min(10rem, 100%), 1fr));
    grid-gap: 40px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

.report_secion_3 {
    justify-self: right;
}


    .report_secion_3 a {
        background-color: #1e7099;
        color: #fff;
    }

        .report_secion_3 a:hover {
            background-color: #5aa0c3;
            color: #fff;
        }

.hero1 {
    display: flex;
    justify-content: center;
    background-color: #173550;
}

.homehero {
    display: flex;
    justify-content: center;
    margin: 50px 0 50px 0;
}

.homebox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    margin: 80px 0 80px 0;
}

    .homebox .col {
        width: 25%;
        background-color: #e4e3dc;
        padding: 20px;
        text-align: center;
        border-radius: 25px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

.well {
    border-color: #25aae1 !important;
}

@media (max-width: 1200px) {

    .homebox {
        display: flex;
        flex-direction: column;
        margin: 0;
    }

        .homebox .col {
            margin-bottom: 30px;
            width: auto;
        }
}

.reveal {
    position: relative;
    transform: translateX(150px);
    opacity: 0;
    transition: 1s all ease;
}

    .reveal.active {
        transform: translateX(0);
        opacity: 1;
    }
/*-------------------------------*/
/*           Footer              */
/*-------------------------------*/
.nav > li > a:hover, a:focus {
    background-color: transparent !important;
}

.nav .open > a {
    background-color: transparent !important;
}


footer {
    padding: 0 !important;
    background-color: #77665E !important;
    border-top: 5px solid #25aae1 !important;
    height: 200px !important;
    color: #25aae1 !important;
}

    footer .container-fluid {
        width: 1600px;
        background-color: #77665E !important;
        display: grid;
        /*grid-template-rows: repeat(3, minmax(20px, 30px));*/
        justify-items: center;
        align-items: center;
    }

    footer .footer-bottom {
        padding: 30px 0;
        background-color: #77665E !important;
    }

        footer .footer-bottom a:hover {
            background-color: none !important;
            color: #e4e3dc !important;
        }

