.banner-section .content-column .title-box {
    margin-bottom: 15px !important;
}

.job-search-form {
    margin-bottom: 12px !important;
}

.banner-section .content-column h1 {
    color: #FFF !important;
}

.banner-section .content-column h1 .colored {
    color: #34A853;
}

.banner-section .content-column .text {
    color: darkorange !important;
}

.banner-section .popular-searches {
    color: #FFF !important;
}

.main-menu .navigation > li > a {
    color: #FFF !important;
}

.main-menu .navigation > li.dropdown > span > a {
    color: #FFF !important;
}

.main-menu .navigation > li.dropdown > span:after {
    color: #FFF !important;
}

.mobile-header, .main-header.fixed-header {
    background: #302ea7 !important;
}

.dashboard-option .name {
    color: #FFF !important;
}

.nav-outer .mobile-nav-toggler {
    color: #FFF !important;
}

@media only screen and (max-width: 1023px){
    .banner-section .content-column .inner-column {
        padding: 120px 0 30px;
    }
}

@media only screen and (max-width: 599px){
	.banner-section:before{
		background-image: url(../images/icons/bg-2-mobile.png);
		height: auto;
		bottom: 0;
		top: -60px;
	}
}