﻿@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Quicksand&display=swap');

a.upcoming {
	color: #990000;
	display: block;
	text-decoration: none;
	padding: 4px;
	margin: 2px 0;
	font-size: 12px;
	background-color: #e1d499;
}
a.upcoming:hover {
	background-color: #9a6519;
	color: #ffffff;
}
a.pn {
	text-decoration: none;
	color: #74060a;
}
a.pn:hover {
	background-color: transparent;
}
.addedPadding {
	padding-top: 0;
}
.addedPadding2 {
	padding-top: 50px;
}
.alert-green, .alert-red, .alert-blue, .alert-black, .alert-white, .alert-orange, .alert-purple {
	display: block;
	margin: 15px;
	border-radius: 4px;
	padding: 10px;
	font-weight: bold;
	border: 2px solid;
}
.alert-black {
	border-color: #000;
	background-color: #333;
	color: #fff;
}
.alert-blue {
	border-color: #021496;
	background-color: #99ccff;
	color: #021496;
}
.alert-green {
	border-color: #2db83d;
	background-color: #d4ffb2;
	color: #2db83d;
}
.alert-orange {
	border-color: #f97300;
	background-color: #ffe7b6;
	color: #f97300;
}
.alert-purple {
	border-color: #674064;
	background-color: #e9c9ec;
	color: #674064;
}
.alert-red {
	border-color: #cb2424;
	background-color: #fec0c0;
	color: #b62020;
}
.alert-white {
	border-color: #999;
	background-color: #fff;
	color: #000;
}
.article {
	padding: 0 15px;
}
.articleCol .header {
	font-family: 'Bebas Neue', cursive;
	font-size: 24px;
}
.articleColDetail {
	padding: 10px;
}
.articleColText {
	display: block;
}
.articleColTitle {
	padding: 4px 6px;
	color: #0f3c6e;
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
	text-align: center;
}
.articleImg {
	max-width: 300px;
}
.artImg {
	display: block;
	margin: 0 auto;
	max-width: 366px;
}

#bgcolor{
	background-color: #fff;
	width: 100%;
	padding: 20px 15px;
}
.bgColor {
	background-color: #fff;
	width: 100%;
}
.bgWhite2 {
	padding-top: 20px;
	background-color: #fff;
}
#bName {
	font-family: 'Playfair Display SC', serif;
	font-size: 25px;
}
#bName a {
	color: #0f3c6e;
	text-decoration: none;
}
#bName a:hover {
	text-decoration: none;
}
body {
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	color: #000;
	background-color: #000;
}
.bold {
	font-weight: bold;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 0;
}
.btn-primary {
	background-color: #042e4d !important;
	border: 0 !important;
	color: #fff !important;
	-webkit-transition: background .3s;
	transition-property: background;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
	border: 0;
}
.btn-primary.focus, .btn-primary:focus {
	border: 0;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:hover {
	border: 0;
	background-color: #e56815 !important;
}
#byline {
	font-family: 'Playball', cursive;
	font-size: 20px;
}

#calendar {
	margin-bottom: 10px;
}
#calendar td {
	height: 100px;
	text-align: right;
	border: solid 1px #0f3e6a;
	width: 14%;
	padding: 4px;
}
#calendar td.span {
	display: block;
}
#calendar td.today {
	background-color: #7faeda;
	color: #000;
}
#calendar td.week {
	height: 20px;
	color: #ffffff;
	font-weight: bold;
	background-color: #0f3e6a;
	text-align: left;
}
#calendar th {
	font-size: 16px;
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(15, 60, 110, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
	transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show, .cd-top.cd-top--fade-out, .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
	transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-top--fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}

.cd-top:hover {
	background-color: #0f3c6e;
	opacity: 1;
}
.checkPass {
	display: none;
}
.clearFix {
	font-size: 1px;
	padding: 0;
	margin: 0;
	clear: both;
}
.content {
}
#calendar a.event {
	font-size: 13px;
	display: block;
	margin: 2px 0;
	color: #000;
	text-decoration: none;
	border-top: solid 1px #74060a;
	border-bottom: solid 1px #74060a;
	padding: 2px 6px 2px 0;
	background-color: #d38b8e;
	border-radius: 4px;
	cursor: pointer;
}
#calendar a.event:hover {
	background-color: #74060a;
	color: #ffffff;
}

div.eL-captcha > div.eL-possibilities.type-0 {
	background-color: #fff;
	border-radius: 10px;
	padding: 10px !important;
	height: 52px !important;
	margin-top: 20px !important;
}
div.eL-captcha > div.eL-where2go {
	background: #3174a5 !important;
}
.dl {
	margin: 20px 0 10px 0;
}
.docDownload {
	border: 1px #337ab7 solid;
	border-radius: 6px;
	padding: 6px 10px;
	font-size: 12px;
	margin-top:4px;
	display: block;
}
.docDownload:hover, .docDownload:active, .docDownload:focus {
	text-decoration: none;
	background-color: #eee;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item:first-child {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

#facebook {
	padding-bottom: 10px;
}
.fb {
	border-radius: 4px;
}
.fb-page {
	padding-bottom: 20px;
}
#footColor {
	width: 100%;
	padding: 0 15px;
}
.footBox {
	margin: 4px;
	padding: 4px 6px;
}
.footBox>a {
	font-weight: bold;
}
.foot-links {
	list-style: none;
	padding: 0 0 0 18px;
}
.foot-map {
	border: 1px #fff solid;
	border-radius: 4px;
	margin-top: 10px;
}
footer {
	font-size: 12px;
	color: #fff;
	padding: 10px 0;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer .nav>li>a:focus, footer .nav>li>a:hover {
	background-color: transparent;
}
.form-inline {
	margin-bottom: 14px;
}
.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
	font-family: 'Anton', sans-serif;
	color: #000;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type=email] {
	margin-bottom: 10px;
}
.form-signin input[type=password] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.form-signin input[type=text] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Bebas Neue', cursive;
}
header {
	color: #113cb6;
	padding: 15px;
	font-family: 'Lalezar', cursive;
	font-size: 28px;
	text-transform: uppercase;
}
header a {
	color: #fff;
	text-shadow: 2px 2px 5px #333;
}
header a:hover, header a:active {
	text-decoration: none;
	color: #000;
}
.hpass {
	display: none;
}

#imgBox {
	width: 83px;
	height: 83px;
	float: left;
	display: block;
}
.indent {
	padding-left: 15px;
}
.insideImage {
	border: 1px #999 solid;
	border-radius: 4px;
	padding: 10px;
	margin: 6px;
	text-align: center;
}

.largeImg {
	width: 100%;
}
#loginBody {
	padding-top: 50px;
	background-color: #fff;
	margin-bottom: 20px;
}
#loginBody h1 {
	font-family: 'Anton', sans-serif;
}
#loginBody .navbar-inverse {
	background-color: #000;
}
#loginBody .navbar-inverse .navbar-nav>li>a {
	margin: 0;
	color: #fff;
}
#loginBody .navbar-inverse .navbar-nav>li>a:hover {
	color: #000;
}
#logo {
	margin: 4px 0;
}
#main {
}
#mainName {
	display: block;
	float: left;
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}
#mainContainer {
	padding-bottom: 15px;
}
#map_canvas {
	border-radius: 10px;
}
.mobile-only {
	display: inline;
}
#myCarousel {
	margin-top: 71px;
}

.nav-sidebar {
	margin-right: -21px; /* 20px padding + 1px border */
	margin-bottom: 20px;
	margin-left: -20px;
}
.nav-sidebar > li > a, .nav-sidebar>li>span, .nav-sidebar > li > .dropdown > a {
	padding-right: 20px;
	padding-left: 20px;
}
.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
	color: #fff;
	background-color: #428bca;
}
.navbar-fixed-top {
	border: 0;
}
.navbar {
	border-radius: 0;
	margin: 0;
}
.navbar-collapse {
	padding: 0;
}
.navbar-inverse {
	background-color: #000;
/*	background-color: rgba(0,0,0,0.5); */
	border: 0;
}
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	border-radius: 4px;
	-webkit-transition: background .7s;
	transition-property: background,color;
	margin: 4px 2px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #081252;
	background-color: #fff;
	border-radius: 4px;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #22579b;
}
.navbar-nav {
	margin: 7.5px 0;
}
.no-mobile {
	display: none;
}

.partner div img {
	margin: 40px auto;
	display:block;
}
#phone {
	display: block;
	margin: 5px 0;
}
#phone a {
	display: inline;
}

.red {
	color: #ff0000;
}

#searchBox {
	width: 290px;
	margin:15px auto 0 auto;
	padding: 15px 15px 1px 15px;
	border: 1px #666 solid;
	border-radius: 4px;
	background-color: #eee;
}
#showBox {
	display: none;
}
.sidebar {
	display: none;
}
#sm-logo {
	margin: 4px;
}
.spacer {
	margin: 30px 0;
}
.thumbnail {
	border: 0;
	background-color: transparent;
}
#titleDiv {
	color: #780b0b;
	padding: 10px 0;
}
#top {
	background: url('../images/cover.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
#topPhone a {
	color: #0f3c6e;
}

#years {
	font-weight: bold;
	text-align: center;
	font-size: 28px;
}

@media (min-width: 768px) {
	#bName {
		font-size: 28px;
	}
	#byline {
		font-size: 20px;
	}
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
	#content {
		position: relative;
	}
	.dropdown-menu {
		left: 30px;
	}
	#facebook {
		display: block;
		margin-top: 10px;
	}
	#facebook img {
		max-width: 100px;
	}
	.foot-map {
		margin-top: 0;
	}
	footer .nav {
		margin-bottom: 10px;
	}
	footer .nav>li {
		float: left;
		display: block;
	}
	header {
		font-size: 36px;
	}
	.map-text {
		font-size: 14px;
	}
	.mobile-only {
		display: none;
	}
	.modal-dialog {
		width: 600px;
	}
	#myCarousel {
		margin-top: 0;
	}
	.navbar-inverse {
		background-color: rgba(0,0,0,0.5);
	}
	.navbar-nav {
		margin: 0;
	}
	.navbar-nav>li {
		background: transparent;
		-webkit-transition: background .5s;
		transition-property: background;
	}
	.navbar-nav>li:hover {
	}
	.no-mobile {
		display: block;
	}
	#phone a {
		display: block;
	}
	#outerRim {
		padding: 0 !important;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.sidebar {
		position: fixed;
		top: 51px;
		bottom: 0;
		left: 0;
		z-index: 1000;
		display: block;
		padding: 20px;
		overflow-x: hidden;
		overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
		background-color: #f5f5f5;
		border-right: 1px solid #eee;
	}
	#top {
		height: 120px;
	}
	#topPhone {
		float: right;
	}
	#topPhone #phone {
		display: block;
		float: left;
		padding: 10px 20px 0 0;
		font-size: 14px;
	}
	#years {
		font-size: 32px;
	}
}

@media (min-width: 992px) {
	.artImg {
		max-width: 475px;
	}
	#bName {
		font-size: 45px;
	}
	#byline {
		font-size: 30px;
	}
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
	#facebook img {
		max-width: 150px;
	}
	.modal-dialog {
		width: 900px;
	}
/*	#myCarousel {
		height: 320px;
	}
*/	#top {
		height: 150px;
	}
	#topPhone #phone {
		font-size: 16px;
	}
	#years {
		font-size: 36px;
	}
}

@media (min-width: 1200px) {
	.artImg {
		max-width: 550px;
	}
	#bgcolor>.container {
		width: 1140px;
	}
	#bName {
		font-size: 55px;
	}
	#byline {
		font-size: 35px;
	}
/*	#myCarousel {
		height: 555px;
	} */
	#navbar .nav {
		margin-left: 10px;
	}
	#top {
	 	height: 150px;
	}
	#years {
		font-size: 42px;
	}
}
