body {
	background-color: #fac41c;
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url('../images/bg.png');
	color: #004b8f;
}

@media (min-width: 767.98px) {
	body {
		background-image: url("../images/bg_desktop.png");
	}
}

body.admin {
	background-color: #f9e017 !important;
	background-position: initial !important;
	background-repeat: repeat !important;
	background-size: auto !important;
	background-image: url('../images/bg_old.jpg') !important;
}

#logos { 
	text-align: center;
}

#logos img {
	max-height: 100px;
}

@media (max-width: 767.98px) {
	#logos img {
		max-height: 80px;
	}
	
}

.jumbotron {
	background: #ffffffc0 !important;
}

.spaced {
	letter-spacing: 2px;
}

.text-bold {
	font-weight: bolder;
}

.text-alt-blue {
	color: #104785;
}

.text-alt-red {
	color: #ff0000;
}

#main .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background-color: transparent;
	border-bottom-color: #fdf7c6 !important;
}

#main .nav-link {
	color: #004a8f6b;
}

#main .nav-tabs .nav-item.show .nav-link,
#main .nav-tabs .nav-link.active {
	color: #004b8f;
}

.footer, .footer a {
	color: #004a8fc5;
	font-size: 14px;
}

.footer a { text-decoration: none; border-bottom: 1px dotted; }
.footer a:hover { text-decoration: none; border-bottom: 1px solid; }

hr.dim {
	opacity: 10%;
}

.a-alt {
	text-decoration: none;
	color: black;
	border-bottom: 1px dotted #7c7c7c;
}

.dt_filter {
	margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0;
}

.accordion-button:not(.collapsed) {
	color: #000000;
    font-weight: bolder;
    background-color: #ffffff;
}

.accordion *:focus {
	outline: 0 !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.twitter-typeahead {
	width: 100% !important;
}
.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
	color: #999999;
}
.tt-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	
	margin-top: 0;
	padding: 8px 0;
	
}
.tt-suggestion {
	padding: 3px 15px;
}
.tt-suggestion:hover {
	cursor: pointer;
	background-color: #0097CF;
	color: #FFFFFF;
}
.tt-suggestion p {
	margin: 0;
}

.carousel-control-prev {
left: 0;
}

.carousel-control-next {
right: 0;
}

.carousel-indicators {
	bottom: -40px;
}

.input-group > .twitter-typeahead {
	flex: 1 1 auto;
	width: auto;
 }

.top-spacer {
	display: block;
	height: 80px !important; 
}

@media (min-width: 767.98px) {
	.top-spacer {
		height: 115px !important; 
	}
}

.bottom-spacer {
	display: block;
	height: 92px !important; 
}

.bottom-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	background-color: #004a8f;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	border-top: 2px solid #00305d;
}