.hide-locations-map-wrapper{
    display: none !important;
}

i.fa-check {
    color: #006d46 !important;
}
nav .btn-primary {
    background-color: #006e46 !important;
    border-color: #006e46 !important;
}
.index-view .container-fluid .btn-success,
.index-view .page-header .btn-primary {
    background-color: #006d46 !important;
    border-color: #006d46 !important;
}
.submit-wrapper .btn-success {
    background-color: #006e46 !important;
    border-color: #006e46 !important;
}
#header-navbar .register-top{
    display: none !important;
}

.career-resources-view li.nav-item.active a{
    color: white !important;
    background-color: #006E46 !important;
    border-color: #006E46 !important;
}
.career-resources-view li.nav-item a{
    color: #006E46 !important;
}

.offer-analyzer-promo .bg-primary{
    background-color: #006E46 !important;
}

.index-view .page-header{
    padding-top: 0 !important;
    margin-left: 20px;
}

@media (max-width: 860px) {
    .index-view .page-header{
        margin-left: 0px;
    }
}


.index-view .page-header .title{
    margin-top: 5px !important;
}


/* FOOTER */
.custom-footer {
    background-color: black;
    color: white;
}
.custom-footer a {
    color: white;
}
.custom-footer ul {
    list-style: none;
}
.info-block {
    max-width: 500px;
}
.custom-footer li {
    margin-top: 20px;
}
.custom-footer li a:hover {
    color: #82c341;
    text-decoration: none !important;
}

.custom-btn {
    margin-top: 2rem;
    padding: 15px 30px;
    border: 1px solid white;
    text-decoration: none !important;
}
.custom-btn:hover {
    border-color: #82c341;
}
.social-links li,
.other-links li {
    margin-right: 10px;
    font-size: 14px;
}
.bottom-links {
    border-top: 1px solid grey;
}
.career-resources-view .career-resources-full-width{
    background: url("../images/career_resources_bgimg.png") no-repeat center 20% !important;
}