
/*-------------------------------------------------------------*/
/* Fonts */

@font-face {
  font-family: 'Open_Sans';
  font-style: normal;
  	src: url('fonts/Open_Sans.eot'); /* IE9 Compat Modes */
	src: url('fonts/Open_Sans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('fonts/Open_Sans.woff') format('woff'), /* Modern Browsers */
	     url('fonts/Open_Sans.ttf')  format('truetype'); /* Safari, Android, iOS */
}


.opens {
	font-family: 'Open_Sans', Sans-Serif;
}

.treb {
	font-family: 'Trebuchet MS';
}




/*-------------------------------------------------------------*/
/* General */

body {
  	font-family: 'Open_Sans', Sans-Serif;
    color: #0a0a0a;
}


.mainWrapper{
	width: 100%;
	text-align: center;
	position: absolute;
  overflow:hidden;
  top: 0;
  left:0;
  background: #0a0a0a;
}


.newTitlePage {
  width: 100%;
  overflow:hidden;
  margin-bottom: 80px;
}

.fillContainer {
	width: 100%;
	height: 100%;
	margin-top: 30px;
}

.fillContainer iframe {
  border: none;
}





/*-------------------------------------------------------------*/
/* Form Stuff */



.inputContainer {
  display: inline-block;
  width: 100%;
  text-align: center;
	font-size: 1.1em;
}

.inputWrap {
  width: 80%;
  margin: 0 auto;
	text-align: center;
}

.inputBlock {
  width: 90%;
	padding: 5px 0px;
  margin: 0 auto;
	text-align: center;
  /* margin-left: -1px; */
}
.userInput{
    font-size: 1em;
    color: #FFFFFF;
    border: none;
    border: solid 1px #AAAAAA;
	background: rgba(0,0,0,0.2);
  height: 40px;
  width: 100%;
  min-width: 300px;
  display: inline-block;
  padding-left: 15px;
}
.userInput:hover{
background: rgba(103, 103, 103, 0.4);
}

.bigTextBox
{
    height: 130px;
}

.reqiredInput {
border: solid 1px #007cb6;
}

input::-webkit-input-placeholder {
color: #FFFFFF !important;
opacity: 0.5;
font-weight: normal;
}

input:-moz-placeholder { /* Firefox 18- */
color: #FFFFFF !important;
opacity: 0.5;
font-weight: normal;
}

input::-moz-placeholder {  /* Firefox 19+ */
color: #FFFFFF !important;
opacity: 0.5;
font-weight: normal;
}

input:-ms-input-placeholder {
color: #FFFFFF !important;
opacity: 0.5;
font-weight: normal;
}

textarea::-webkit-input-placeholder {
color: #FFFFFF !important;
opacity: 0.5;
font-family: 'Open_Sans';
}

textarea:-moz-placeholder { /* Firefox 18- */
color: #FFFFFF !important;
opacity: 0.5;
font-family: 'Open_Sans';
}

textarea::-moz-placeholder {  /* Firefox 19+ */
color: #FFFFFF !important;
opacity: 0.5;
font-family: 'Open_Sans';
}

textarea:-ms-input-placeholder {
color: #FFFFFF !important;
opacity: 0.5;
font-family: 'Open_Sans';
}

input[type="date"]:before {
  content: attr(placeholder) !important;
  color: #FFFFFF !important;
  font-family: 'Open_Sans';
  margin-right: 0.5em;
  opacity: 0.5;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
  content: "";
}


.submitButton{
	padding: 10px;
	margin: 10px 0px;
	border: none;
	display: inline-block;
	color: #000000;
	background: #FFFFFF ;
	font-size: 1.1em;
	font-weight: bold;
	cursor: pointer;
  font-family: 'Open_Sans';
}


.submitButton:hover{
	color: #FFFFFF;
	background: #00185e;
}



.leftTxt {
    text-align: left;
}

.centerTxt {
    text-align: center;
}

@media only screen and (min-width: 950px){
  .userInput {
    width: 100%;
  }
  .inputWrap {
    width: 60%;
  }
}


.detailHeader {
	font-size: 2.6em;
	margin: 40px 0;
  color: #007cb6;
}


.txtWhite {
	color: #FFFFFF;
}


.flyer img {
  width:80%;
  height: auto;
}


@media only screen and (min-width: 950px){
  .flyer img {
    width:30%;
  }
}
.footer img {
  vertical-align: middle;
  height: 80px;
  padding: 10px;
}
