html, body {
	background-color: #ffffff;
	height: 100%;
	font-size: 16px;
}

.logo-image {
	max-height: 65px;
}

.top-bar {
	background-color: #1E2228;
	color: #ffffff;
	font-size: 0.675rem;
}

.top-bar .logo {
	max-width: 100px;
}

.top-bar .nav-link {
	color: #ffffff;
}

.text-small {
	font-size: 0.75rem;
}

.page-wrap {
	min-height: 100%;
	/* padding-bottom: 25px; */
	/* equal to footer height */
	margin-bottom: -250px;
}

.page-wrap:after {
	content: "";
	display: block;
}

header .nav-link {
	text-transform: uppercase;
	font-weight: bold;
}

footer, .page-wrap:after {
	min-height: 250px;
}

footer {
	background-color: #F6F6F6;
	color: #000000;
}

footer h5 {
	font-size: 1rem;
}

footer ul {
	padding-bottom: 1rem;
}

footer .nav-link {
	font-size: 0.875rem;
	padding: 0.15rem 0rem;
	color: #000000;
}

footer .nav-link:hover {
	text-decoration: underline;
}

footer .address-block {
	font-size: 0.875rem;
}

footer > .container {
	height: 100%;
}

footer small {
	font-size: 75%;
	line-height: 1rem;
}

footer img {
	max-width: 100px;
}

.form-control-borderless {
	border: none;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
	border: none;
	outline: none;
	box-shadow: none;
}

/* Override BS */
.navbar {
	padding: 0.5rem 1rem;
}

.navbar-light .navbar-nav .nav-link {
	color: #000000;
}

.carousel-indicators {
	position: absolute;
	bottom: 5px;
	margin: 0;
	left: 0;
	right: 0;
}

.carousel-indicators li {
	background-color: #333333;

	border: 1px solid #ffffff;
}

.carousel-control-prev, .carousel-control-next {
	width: 5%;
}

.open-modal {
	cursor: pointer;
}

.navbar {
	color: #1E2228 !important;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 75%;
	}
}

.loading-modal .modal-dialog{
	display: table;
	position: relative;
	margin: 0 auto;
	top: calc(50% - 24px);
}

.loading-modal .modal-dialog .modal-content{
	background-color: transparent;
	border: none;
}
