<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

html,
body {
	height: 100%;
}

.img-responsive {
	width: 100%;
}

	.img-responsive:hover {
		outline: solid 2px black;
	}

	.img-responsive:focus-within {
		outline: solid 1px black;
	}

h1, h2, h3 {
	font-family: tttravelsbold, franchisebold, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	text-transform: uppercase;
	line-height: 1.1em;
	margin: 5px 0 10px 0;
	padding: 0;
}

h2, .h2 {
	font-size: 1.5rem;
}

.navbar {
	/*position: relative;*/
	margin-bottom: -50px;
	z-index: 999;
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid #fff;
}

.navbar-fixed-top {
	position: fixed;
}


.fade-carousel {
	margin-bottom: 20px;
}

.navbar-default {
	background-color: #65676a;
	background-color: rgba(101,103,106,.8);
}

	.navbar-default .navbar-nav &gt; li &gt; a {
		color: #fff;
	}

		.navbar-default .navbar-nav &gt; li &gt; a:hover {
			color: #d3d0c9;
		}

	.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
		color: #fff;
		background-color: #292a5d;
	}

.caption {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	bottom: 0px;
	position: absolute;
	/*background-color: rgba(26,16,13,.4);*/
}

	.caption:hover {
		outline: solid 2px black;
		border-radius: 2px;
		background-color: rgba(26,16,13,.4);
	}

.thumbnail {
    border: 0 none;
    box-shadow: none;
    margin: 0;
    padding: 0;
	margin-bottom: 10px;
}

.caption h3 {
	color: #fff;
	-webkit-font-smoothing: antialiased;
	/*font-size: 3em;*/
	font-size: 2em;
	bottom: 0px;
	position: absolute;
	left: 10px;
}

.margintop15 {
	margin-top: 15px;
}

.btn-default {
	background-color: #292a5d;
	color: #fff;
}

	.btn-default:hover {
		background-color: #5357b4;
		color: #fff;
	}

.footer-wrapper {
	width: 100%;
	background-image: url(../Images/main-brand-bg.jpg);
	background-size: cover;
	margin-top: 20px;
}

.footer-wrapper-login {
	width: 100%;
	background-image: url(../Images/main-brand-bg.jpg);
	background-size: cover;
}



footer {
	color: #fff;
}

.footer-logo {
	margin: 20px 0 0 0;
}

ul.footer-nav {
	margin: 10px 0 10px 0;
	padding: 0;
	float: left;
	width: 100%;
}

	ul.footer-nav li {
		margin: 0;
		list-style: none;
		float: left;
		padding: 0 20px 0 0;
	}

		ul.footer-nav li a {
			color: #fff;
			font-size: .9em;
		}

.btn.btn-hero, .btn.btn-hero:hover, .btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #292a5d;
    border-color: #292a5d;
    outline: none;
    margin: 20px auto;
}

.header {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}

	.header img {
		margin: 0 auto;
		text-align: center;
		width: auto;
		height: 90px;
		padding: 10px;
	}

.static-banner {
	width: 100%;
	height: 500px;
	float: left;
	display: block;
	background-size: cover;
	background-position: center;
	position: relative;
}

.static-banner-admin {
	width: 100%;
	height: 500px;
	float: left;
	display: block;
	background-image: url(../Images/header-images/header-img-admin.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}



/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
	display: table;
	width: 100%;
	height: 100%; /* For at least Firefox */
	min-height: 100%;
	-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
	box-shadow: inset 0 0 100px rgba(0,0,0,.5);
	background-color: #908C99;
	background-position: top center;
	background-size: cover;
}

.site-wrapper-login {
	background-color: #0A83A1;
}

.site-wrapper-inner {
	display: table-cell;
	vertical-align: top;
}

.cover-container {
	margin-right: auto;
	margin-left: auto;
}

/* Padding for spacing */
.inner {
	padding: 30px;
}



.login-register {
	text-align: left;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
	display: table-cell;
	vertical-align: middle;
}


/*
 * Forms
 */


.form-control {
	border-radius: 0px;
}


/*
 * Cover
 */

.login-wrapper {
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
}

.cover {
	padding: 0 20px;
}

	.cover .btn-lg {
		padding: 10px 20px;
		font-weight: bold;
	}

/*Media Queries*/

@media (min-width: 768px) {
	.masthead-brand {
		float: left;
	}

	.masthead-nav {
		float: right;
	}
}



@media (min-width: 768px) {
	/* Pull out the header and footer */
	.masthead {
		position: fixed;
		top: 0;
	}

	.mastfoot {
		position: fixed;
		bottom: 0;
	}
	/* Start the vertical centering */
	.site-wrapper-inner {
		vertical-align: middle;
	}
	/* Handle the widths */
	.masthead,
	.mastfoot,
	.cover-container {
		width: 100%; /* Must be percentage or pixels for horizontal alignment */
	}
}

@media (min-width: 992px) {
	.masthead,
	.mastfoot,
	.cover-container {
		width: 700px;
	}
}




/*@media all and (min-width:768px)*/
.form-horizontal .control-label {
    text-align: left;
}

a:link {
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	text-decoration: underline;
	font-weight: bold;
}

.btn {
	background-color: #292a5d;
	border-color: #292a5d;
	font-weight: bold;
	text-decoration: underline;
}

	.btn:hover {
		background-color: #5357b4;
		border-color: #5357b4;
		font-weight: bold;
		text-decoration: underline;
	}

	.btn:focus {
		background-color: #5357b4;
		border-color: #5357b4;
		font-weight: bold;
		text-decoration: underline;
	}

.form-control:focus {
	background-color: #FFF2CC;
}

.li-hover:hover, .li-hover:focus {
	outline: solid 1px white;
	border-radius: 5px;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}</pre></body></html>