/******************************************************
	NAVBAR OVERRIDES
******************************************************/
#navbar {
    text-transform: uppercase;
}

.navbar-nav > li > a:hover {
    color: #0A2C6D !important;
    text-decoration: none !important;
}


/******************************************************
	FOOTER AND HEADER OVERRIDES
******************************************************/
.header-banner {
    background-color: #6F4B22;
}

footer .footer-bottom {
    min-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

footer .footer-bottom p {
    font-size: 10px;
}


/******************************************************
	TEXT OVERRIDES
******************************************************/
body {
    font-family: 'Roboto', sans-serif !important;
}

h1 {
    line-height: 1.3em;
}

h2 {
    line-height: 1.4em;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

h3 {
    line-height: 1.4em;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}


/******************************************************
	BUTTON OVERRIDES
******************************************************/
.btn {
	padding: 8px 12px !important;
	border: 0 none;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
    line-height: 1.5;
    font-size: 12px;
    border-radius: 3px;
    margin: 0.25em 0em;
}

.btn-secondary, .btn-default, .button2 {
    border: 2px solid;
}

.btn-secondary:hover, .btn-default:hover, .button2:hover {
    background-color: #FFFFFF;
    border: 2px solid;
}

.btn-default:focus, .btn-default:active, .btn-default.active, .btn-secondary:focus, .btn-secondary:active, .btn-sedondary.active, .button2:focus, .button2:active, .button2.active {
	background-color: #FFFFFF !important;
	border-color: #949494;
	color: #737373;
}

.btn-primary:active, .btn-primary.active {
	background-color: #007299 !important;
    border-color: #007299 !important;
	box-shadow: none;
}

.pagination > .active > a, .pagination > .active > a:focus {
    background-color: #0A2C6D !important;
}

.page-link.active, .active > .page-link, .page-link.active:hover, .active > .page-link:hover, .page-link.active:focus, .active > .page-link:focus {
    color: #FFFFFF;
}

.page-link {
    color: #0A2C6D;
}

.pagination > .active > a:hover {
    background-color: #324D7F !important;
}

.page-link:hover {
    color: #324D7F;
}