@charset "UTF-8";
/* CSS Document */

body {
	background-image:url("https://onpeak.s3.amazonaws.com/_images/LP_bgTile_warmTexture.jpg"); 
	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%;
	border-top:1px solid #ffffff;
}
#LP_container { 
	max-width:960px;
	padding:30px;
}
#LP_content { 
	width:100%;
	padding-top:30px;
}
/*#LP_content a {
	display:block;
}*/
#LP_content li {
	margin:0 0 .5em;
}
#LP_content h1 {
	font-size:1.45em;
	margin:0 0 .25em;
	padding:0;
}
#LP_content .rightColumn h1 {
	font-size:1.45em;
	margin:0 0 .4em;
	padding:0;
}
#LP_content h2 {
	font-size:1.35em;
	margin:0 0 .25em;
	padding:0;
}
#LP_content h3 {
  font-size:1em;
  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: 1em;
	margin-top:0.5em;
}
.eventDetails {
	font-size:1.5em;
	font-weight:normal;
  line-height: 1em;
  margin-top: 0.5em;
}
.eventLogo {
	float:left;
	max-width:200px;
	margin: 0 0 0 auto; 
}
/*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-image: -webkit-linear-gradient(90deg, rgba(25, 110, 146, 0.3) 0%, rgba(25, 110, 146, 0.3) 40.11%, rgba(255, 255, 255, 0.3) 100%);
  background-image: -moz-linear-gradient(90deg, rgba(25, 110, 146, 0.3) 0%, rgba(25, 110, 146, 0.3) 40.11%, rgba(255, 255, 255, 0.3) 100%);
  background-image: -o-linear-gradient(90deg, rgba(25, 110, 146, 0.3) 0%, rgba(25, 110, 146, 0.3) 40.11%, rgba(255, 255, 255, 0.3) 100%);
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#5797b2', endColorstr='#196d91');
  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;
  -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 {
  border: 1px solid #135B79;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 #b5d9e9;
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 #b5d9e9;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 #b5d9e9;
  background-image: -webkit-linear-gradient(90deg, #3086ab 0%, #3086ab 40%, #88bfd8 100%);
  background-image: -moz-linear-gradient(90deg, #3086ab 0%, #3086ab 40%, #88bfd8 100%);
  background-image: -o-linear-gradient(90deg, #3086ab 0%, #3086ab 40%, #88bfd8 100%);
  background-image: linear-gradient(0deg, #3086ab 0%, #3086ab 40%, #88bfd8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#196d91', endColorstr='#5797b2');
}
.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,
#specialCopyForICSCREConLatinAmerica,
#hotelText { 
	display:none; 
}

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

/**/
.title-select {font-size: 1.5em; line-height: 1.5em;}
.pickShow {
	max-width: 480px;
  display: inline-block;
  float: left;
  margin: 0 40px 15px 0;
  width: 100%;
	}
  .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;
  max-width: 480px;
  width: 100%;
  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;}