@media (min-width: 1024px) {
    body {
        background: #7f7f7f !important;
    }
	.container.body-content {
		height: 100%;
	}
}

body {
    height: 100vh;
}

#menu {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(124, 182, 42) 0%, rgb(88, 151, 41) 100%) repeat scroll 0 0;
}

    #menu a {
        text-shadow: rgb(48, 87, 19) 0px 0px 2px;
    }

.menu-item-border {
    background-image: none;
    background-color: rgb(88, 151, 41);
    height: 40px;
}

.menu-selected {
    background-color: #7831a1;
    background: none;
}

#menu ul {
    background: rgb(88, 151, 41);
    box-shadow: 0 -1px 0 rgba(255,255,255,.3);
}
    #menu ul li {
        box-shadow: 0 1px 0 rgb(73, 125, 33), 0 2px 0 rgb(73, 125, 33);
    }

#menu ul a:hover {
    background: rgb(124, 182, 42);
}

    #menu ul li:first-child a:hover::after {
        border-bottom-color: rgb(124, 182, 42);
    }

    #menu ul li:first-child > a::after {
        border-bottom: 6px solid rgb(73, 125, 33);
        border-bottom-color: rgb(73, 125, 33);
    }

#footer {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(124, 182, 42) 0%, rgb(88, 151, 41) 100%) repeat scroll 0 0;
    height: 60px;
    padding-top:20px;
    position:fixed;
    bottom:0;
    width:100%;
    max-width:1000px;
}

#footer-content {
    color: #FFF;
    margin-top:0px;
}

.contact-us {
    color: #FFF;
}

.dotted {
    color: #1a4785;
    border-bottom: 1px dotted #1a4785;
}

h2 {
    color: #1a4785;
}

.panel-primary {
    border-color: rgb(124, 182, 42);
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: rgb(124, 182, 42);
        border-color: rgb(124, 182, 42);
    }

.navbar-toggle {
    border-color: rgb(88, 151, 41);
}

    .navbar-toggle .icon-bar {
        background-color: rgb(88, 151, 41);
    }

.nav > li {
    background: rgb(88, 151, 41);
}

.footer {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(124, 182, 42) 0%, rgb(88, 151, 41) 100%) repeat scroll 0 0;
}

.copyright {
    color: #EEEEEE;
}

.btn-primary {
    color: #fff;
    background-color: rgb(124, 182, 42);
    border-color: rgb(88, 151, 41);
}

.providers {
    width:100%;
    max-width:920px;
}

.providers-mobile {
    width: 100%;
}

div#main-page-content-container {
    height: unset;
}

#wide-layout-container {
    background-color: white;
}

.padded {
    padding-top: 8px;
    padding-bottom: 8px;
}