/* Add here all your CSS customizations */
.slide-overlay-primary .slotholder:after {
    background-color: #000 !important;
}

.text-color-primary, html .text-primary {
    color: #2653f7 !important;
}
a {
    color: #2653f7 !important;
}

#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    color: #444 !important;
}

#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
    color: #2653f7 !important;
}
#header .header-nav.header-nav-line nav > ul li:hover > a {
    color: #2653f7 !important;
}
section.page-header .page-header-title-border {
    background-color: #2653f7 !important;
}

#header .header-nav.header-nav-line nav > ul li:hover > a:before {
    background: #2653f7 !important;
}
#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before {
    background: #2653f7 !important;
}