﻿
h1.last-child,
h2.last-child,
h3.last-child,
h4.last-child,
p.last-child {
    margin-bottom: 0px;
}

/*--------------------------------------------*/

.dropdown-menu {
    /*background-color: #000000 !important;*/
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background: none !important;
}

.dropdown-menu > li > a:hover {
background: #052a68 !important;
filter: none !important;
}

.dropdown-menu li.active {
background: #052a68 !important;
filter: none !important;
}

.dropdown-menu li.active a {
    background-image: #052a68 !important;
    filter: none !important;
}

/*--------------------------------------------*/

.module_listing_container.last-child {
    margin-bottom: -15px;
}

.module_listing_content.last-child {
    margin-top: 10px;
    margin-bottom: 15px;
}