﻿#header .header-top-bar .btn-link {
    color: #fcfefe;
}

#header .header-top-bar .btn-link:hover {
    color: #98c2b0;
}

.form-steps > li.completed > a {
    color: #fcfefe;
}

a {
	color: #5e8e7b;
}

a:focus {
	color: #25644b;
}

.h6 {
	font-family: lato;
}

h3 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}

h5,
.h5 {
	font-family: Lato;
	Color: #070707;
}

h6,
.h6 {
	color: #25644b;
	font-family: Lato;
}

table > thead > tr > th {
	background: #25644b;
}

.btn-default {
	border-bottom: 2px solid #25644b;
	background: #25644b;
	color: #fcfefe;
}

.btn-gray {
	border-bottom: 2px solid #98c2b0;
	background: #98c2b0;
	color: #fcfefe;
}

.btn-gray.active {
    border-color: #519b50 !important;
    background-color: #519b50 !important;
}

.btn-link.active {
    color: #98c2b0 !important;
	
	
}
.btn-secondary {
	padding-bottom: 3px;
	border-bottom: 2px solid #25644b;
	background: #25644b;
	color: #ffffff;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active,
    .btn-secondary.active {
        outline: 0;
        border-color: #98c2b0 !important;
        background-color: #98c2b0 !important;
        color: #ffffff !important;
    }

#header .header-top-bar {
	background: #25644b;
}

#header .header-nav-bar {
	background:#fcfefe;
}

#header .header-nav-bar .primary-nav > li > a {
	color: #070707;
}

#header .header-nav-bar .primary-nav:hover > li.active:hover > a {
	border-bottom-color: #98c2b0;
	Color: #98c2b0;
}

#header.header-style-2 .header-nav-bar .primary-nav > li > a {
	font-family: lato;
}

#header.header-style-2 .header-nav-bar .primary-nav > li > a > span {
	font-family: lato;
}

#header .header-search-bar .advanced-form .row > label {
	font-family: Lato;
}

#header .header-page-title {
	background: #5e8e7b;
	color: #fcfefe;
}

#header .header-page-title h1 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}

#footer {
	background: #5e8e7b;
}

#footer .copyright {
	background: #25644b;
	color: #fcfefe;
	font family: Lato
}

.filter-list a {
	color: #25644b;
	font-family: Lato;
}

.filter-list li.active > a {
	color: #1d7250;
}

.compare-price-filter-widget .toggle {
	background: #25644b;
}

.compare-price-filter-widget .toggle:after {
	background: #25644b;
}

.latest-jobs-section .slides > li .content .location {
	font-family: Lato;
}

.pricing-tables .pricing-tables-column .price {
	font-family: Lato;
}

.jobs-item .date {
	background: #c99e61;
	color: #fcfefe;
}

.jobs-item .date > span {
	color: #070707;
	font-family: Lato
}

.jobs-item .title a {
	color: #070707;
	font-family: lato;
}

.jobs-item .description  {
	font-family: Lato;
	color: #070707;
}

.form-steps > li {
	font-family: Lato;
}

.form-steps.four > li.completed {
	background: #25644b;
	border-top: 1px solid #25644b;
	border-bottom: 1px solid #25644b;
	color: #fcfefe;
}

.form-steps.four > li.completed {
	color: #fcfefe;
}

.form-steps > li.active:first-child,
.form-steps > li.completed:first-child {
	border-left-color: #24644b;
}

.form-steps > li.active:after,
.form-steps > li.completed:after {
	border-left: 26px solid #25644b;
}

.form-steps.four > li.active,
.form-steps.four > li.completed {
	background: #25644b;
	border-top: 1px solid #25644b;
	border-bottom: 1px solid #25644b;
	color: #ffffff;
}

.jobs-filter-widget .toggle,
.compare-price-filter-widget .toggle {
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	background: #25644b;
	text-decoration: none;
}

.jobs-filter-widget .toggle:after,
.compare-price-filter-widget .toggle:after {
	position: relative;
	top: 100%;
	left: 50%;
	width: 30px;
	height: 10px;
	line-height: 10px;
	content: '\f106';
	display: block;
	font-family: 'FontAwesome';
	text-align: center;
	color: #ffffff;
	background: #25644b;
	margin-left: -15px;
	font-size: 12px;
}