/* Body background and other styles */
body {
	background-color: rgb(235, 235, 235);
}

/* Color classes */
.color-black {
	color: black;
}
.color-white {
	color: white;
}

/* thumbnail drop-shadow */
.thumbnail  {
	box-shadow: 0px 1px 0px #ADADAD;
}

/* footer styles */
.footer {
  /*position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #2fa4e7;
}
.flex-caption {
	width: 96%;
	padding: 2%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	color: #fff;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 14px;
	line-height: 18px;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	height: 100%;
}
.inputLabel {
	padding-top: 13%;
}
.ourForm {
	padding-bottom: 25px;
}
.must {
	color: red;
}
.pBar {
	display: none;
	padding-left: 30px;
}
.alertDiv {
	display: none;
	padding-left: 30px;
	padding-right: 30px;
}
.return  {
	display: none;
}
.pageImg {
	display: block;
	width:100%;
}
.navbar {
	border-radius: 0px;
	margin-bottom: 0;
}
.top-nav {
	margin-bottom: 0px;
}
.modal-data-list {
	overflow-y: auto; 
	max-height: 65vh;
}
.dropdown:hover > ul {
  display: block;
}
.subtext {
    display: block;
    position: relative;
}
.caption {
    display: block;
    position: absolute;
    bottom: 0;
    color: white;
    text-shadow: 1px 1px 1px black;
    font-size: 150%;
	background-color: rgba(0, 0, 0, 0.46);
	text-align: center;
	margin: 0;
	width: 100%;
	padding-top: .25em;
	padding-bottom: .25em;
	margin-left: auto;
	margin-right: auto;
}
.no-pad {
	padding: 0;
}
.hero {
	max-height: 68vh;
    overflow: hidden;
	position: relative;
}
.no-pad .flexslider.hero {
	border: 0;
	background-color: rgba(0, 0, 0, 0.2);
}
.heading--hero {
	position: absolute;
	top: 1em;
	z-index: 10;
	width: 100%;
}
.heading--hero h1 {
	text-shadow: 0px 0px 1px black;
	color: white;
}
.heading--number {
	font-size: .75em;
}
.magic-panel {
	position: absolute;
    z-index: 10;
    text-align: center;
    bottom: 15em;
}
.magic-panel h2{
	text-shadow: 0px 0px 53px #555555;
	color: white;
	font-weight: bold;
	font-size: 4em;
}
.flexslider .slides img {
	width: 75%;
    margin-left: auto;
    margin-right: auto;
    max-height: 68vh;
    box-shadow: 0px 0px 5px #555555;
}