@charset "UTF-8";
/* CSS Document */
.green-stamp{
	padding-right: 20px;
}

video::-webkit-media-controls {
  display: none;
}
video::-moz-media-controls {
  display: none;
}
video::-o-media-controls {
  display: none;
}


video::-webkit-media-controls-start-playback-button {
  display: none !important;
}


.eventLogo {
	width:100%;
	margin: 0 auto;
	position: absolute;
	top: 110px;
}
video {
	position: static;
    overflow: hidden;
    margin-top: -203px;
}
.header {
	width: 100%;
        max-height: 500px;
    position: relative;
    overflow: hidden;
}
.blue-footer {
	background-color: #007FC5; 
	height: 150px; 
	width: auto;
}
.footer {
	width:100%;
	height:350px;
	position: relative;
    overflow: hidden;
}
.footer-img {
	background-image:url("https://onpeak.s3.amazonaws.com/bht/lp/BH-2018_LandingPage-IMG-v2.jpg"); 
	position: relative;
    height: 100vh;
    max-height: 640px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    top: -45px;
}
select {
	background-color: #007FC5 !important;
	color: #ffffff !important;
	box-shadow: none !important;
}

body {
	width: 100%;
	font-size:14px; 
	font-family:'Ubuntu', Helvetica, Arial, sans-serif;
	margin:0;
	color:#333333;
	line-height: 160%;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clear{
	clear:both;
}
/*iframe {
	margin-left:-7px;
}*/
#LP_header {
	width:100%;
	height:59px;
	background-color:#333333;
	border-bottom:1px solid #010101;
}

#LP_wrapper {
	width:100%;
}

#LP_container { 
padding: 30px 50px;
}

#LP_content { 
	width:100%;
	padding-top:20px;
}
/*#LP_content a {
	display:block;
}*/

#LP_content li {
	margin:0 0 .5em;
}
h1 {
	font-size:2.29em;
	margin:0 0 .25em;
	padding:0;
	line-height: normal;
}
#LP_content .rightColumn h1 {
	font-size:1.45em;
	margin:0 0 .4em;
	padding:0;
}
h2 {
	font-size: 2.29em;
	margin:0 0 .25em;
	padding:0;
	line-height: normal;
}
h3 {
  font-size:1.7em;
  margin:0;
  padding:0;
}
#LP_content p {
	font-size:1em;
	margin:0 0 1em;
	padding:0;
}
.landingPage table td {
	padding-bottom:2em;
}
.landingPage table td:first-line {
	font-weight:bold;
}
.header-Logo{ /*phasing this class out DO NOT USE*/
	margin:10px 0 10px 30px;
	border:none;
}
.headerLogo{ /*USE THIS CLASS FOR THE HEADER LOGO*/
	margin:10px 0 10px 30px;
	border:none;
}
.eventName {
	font-size:2.29em;
	font-weight:bold;
	line-height: normal;
}
.eventDetails {
	font-size:1.5em;
	font-weight:normal; 
	line-height: normal; 
	margin-top: .3em;
}

/*LINK CENTRAL*/
a {
  color: #D26C2A;
  cursor: pointer;
  font-size: 1em;
  text-decoration: underline;
}
a:active {
  color: #FFAE4F;
}
a:hover {
  color: #F47F33;
}
#LP_content .linkCentral .links li {
	margin:0 0 1em;
}
.linkCentral .links {
	padding:0;
	margin:0;
	list-style:none;
}
.linkCentral .leftColumn{
	float:left; 
	width:674px; 
	padding-right:30px; 
	margin-right:30px; 
	border-right:1px solid #666666;
}
.linkCentral .rightColumn{
	float:left;
	width:225px;
}
/*BUTTONS*/
.buttonContainer {
	display:block;
}
.buttonPositionPrimary {
	margin-top:15px;
}
.buttonContainer .buttonPositionPrimary {
	float:left;
	margin:30px 30px 30px 0;
}
.buttonPositionSecondary {
	margin-top:15px;
}
.noUnderline {
	text-decoration:none;
}
/*PRIMARY BUTTON CSS*/
.button a, input.button {
  background-color: #196D91; 
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #145B79;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: 
	linear-gradient(0deg, rgba(25, 110, 146, 0.3) 0%, rgba(25, 110, 146, 0.3) 40.11%, rgba(255, 255, 255, 0.3) 100%);
	
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 #62a5c2;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 #62a5c2;
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 #62a5c2;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 #62a5c2;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Ubuntu, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 2.3;
  -webkit-text-shadow: 0 -2px 0 #25637d;
  -moz-text-shadow: 0 -2px 0 #25637d;
  text-shadow: 0 -2px 0 #25637d;
  text-align: center;
  height: 58px;
  width: 238px;
  display:block;
  text-decoration: none;
}
.button a:hover, input.button:hover {
	background-image: linear-gradient(0deg, #3086AB 0%, #3086AB 40%, #88BFD8 100%);
}
.button a:active, input.button:active {
  border: 1px solid #0F4D68;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 #84b5cb;
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 #84b5cb;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 #84b5cb;
  background-image: -webkit-linear-gradient(90deg, #5b97b1 0%, #196d91 40%, #196d91 100%);
  background-image: -moz-linear-gradient(90deg, #5b97b1 0%, #196d91 40%, #196d91 100%);
  background-image: -o-linear-gradient(90deg, #5b97b1 0%, #196d91 40%, #196d91 100%);
  background-image: linear-gradient(0deg, #5b97b1 0%, #196d91 40%, #196d91 100%);
}
/*SECONDARY BUTTON*/
.secondaryButton a {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  background-image: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fdfdfd', endColorstr='#cccccc');
  background-color: #FFFFFF;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ACACAC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  color: #656565;
  font-family: Ubuntu, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 3.2;
  -webkit-text-shadow: 0 1px 0 #FFFFFF;
  -moz-text-shadow: 0 1px 0 #FFFFFF;
  text-shadow: 0 1px 0 #FFFFFF;
  text-align: center;
  height: 43px;
  width: 148px;
  display:block;
}
.secondaryButton a:hover {
  border: 1px solid #999999;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(90deg, rgba(58, 58, 58, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  background-image: -moz-linear-gradient(90deg, rgba(58, 58, 58, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  background-image: -o-linear-gradient(90deg, rgba(58, 58, 58, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  background-image: linear-gradient(0deg, rgba(58, 58, 58, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.secondaryButton a:active {
  border: 1px solid #999999;
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -o-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#cccccc', endColorstr='#fdfdfd');
}



/*hide form*/

.mainContent, 
.pickShow,
.hide, 
#waitlist,
#onpeak_hotels,
#hotelSelect,
#hotelText { 
	display:none; 
}

#cutOffMessage, #link, #waitlist {
	padding-top: 1em;
}

/**/
.title-select {font-size: 1.5em; line-height: 1.5em; margin-top: 20px; }
.pickShow {
	width: 480px; display: inline-block; float: left; margin: 0 0 15px;
	}
  .showPicker {margin-top: 10px;}
label {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    color: #666666;	
	padding: 15px 0 8px 0;
	line-height: 2em; font-size: 1em;
		
}
input, select {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 3px 5px #E9E9E9, 0 0 0 1px #BBBBBB;
    -webkit-box-shadow: inset 0 3px 5px #E9E9E9, 0 0 0 1px #BBBBBB;
    box-shadow: inset 0 3px 5px #E9E9E9, 0 0 0 1px #BBBBBB;
    display: block;
    height: 30px;
    padding: 0;
    padding-left: 3px;
    margin-left: 1px;
    line-height: 2;
	width: 480px;	
	font-size: 1em;
	margin-bottom: 0.5em;
}

.clearboth {clear:both}
.eventContact {font-size: 1em; line height: 1.5em; float: left; margin: 0;}

#LP_wrapper .centered { margin: 0px auto;}

@media (max-width: 910px){
	.eventLogo {
	top: 0px !important;
	}
	.logo {
		width: 50% !important;
		height: auto!important;
	}
}
@media (max-width: 768px){
		.logo {
		width: 30% !important;
	}
	video {margin-top: 0px !important;}
	.eventLogo {
		top: 50px !important;
	}
	.pickShow {
    width: 100%!important;
	}
  .showPicker {width:300px !important;}

}