#wrapperBox *, .wrapperBox *, #contestantPop * {
    box-sizing: border-box;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}



li {
	list-style-type:square;
	list-style-position:outside;
	margin-bottom:3px;
}


.infoTable{

 text-align:center;
}


.errorBullet{
	display:none;line-height:1.1em;
}


.loading{text-align:center;margin-top:20%;font-size:20px;color:#ccc;}

#itemOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	z-index: 50;
	display: none;
}

.boxUp2{margin-top:-2rem;}

#avatarPanel{
	position:fixed;
	top:15%;
	left:0;
	right:0;
	margin:auto;

	width:400px;
	min-height:550px;
	-moz-box-shadow: 1px 1px 3px #888;
	-webkit-box-shadow: 1px 1px 3px #888;
	box-shadow:1px 1px 3px #888;
}

#avatarFrame{
	height:500px;
	width:350px;
	margin:auto;
	left:0;
	right:0;
}

.companyAddressModal{
	width:100%;
	height:100%;
	overflow-y: scroll;
	position:absolute;
	z-index:8000;
	top:0;
	left:0;
	display:none;
	background:white;
 }
 .companyAddressInner{
	margin-top:25px;
	overflow-x:hidden;
}
.closeX{
	float:right;
	padding-right:30px;
	font-size:20px;
	color:#bcbcbc;
	cursor:pointer;
	margin-top:20px;
}

.commentText,.notesBox{
   padding:7px;
   width:100%;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
   border-radius:5px;
   font-size:14px;
   font-weight:300;
   background:rgba(203, 230, 253, 0.58);
   margin-bottom:10px;
   line-height:1.1em;
}

h4,h3,h2,h1 {margin:0 !important;}

#avatarText{padding:20px;line-height:1.1em;}

#gotIt{margin-top:15px;margin-bottom:15px;text-align:center;}

#USAANotice{font-size:13px !important;}

.supportRow{
	background-color:#f2f2f2;
	padding:20px;

}


.inputBox2{
margin-left:2px;
height:27px;
font-size:12px;
padding-left:2px;
border:1px solid #cccccc;
width:15rem;

}


.aReg{
	float:none !important;
	height:27px;
	font-size:14px;
	width:20rem;
	text-transform:none;
	display:block;
}



.instructBox{

		background-color:#f8f8f8;
		border:1px solid #cccccc;
		-moz-box-shadow: 1px 1px 3px #888;
		-webkit-box-shadow: 1px 1px 3px #888;
		box-shadow:1px 1px 3px #888;
		font-size:13px;
		color:#444444;
		width:400px;
		padding:25px;
		z-index:30;
		margin:auto;
		height:auto;
		position:absolute;
		top:60px;
		left:50%;
		margin-left:-220px;
		display:none;


}

#contactBox{
	height:370px;
    position: fixed;
    top: 14%;
    width: 30rem;
    background: #f6f6f6;
    padding: 25px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-box-shadow: 1px 1px 3px 1px #ccc;
	-moz-box-shadow: 1px 1px 3px 1px #ccc;
	 box-shadow: 1px 1px 3px 1px #ccc;
	 overflow:scroll;
	 font-family: arial;

}

#password-box{
    position: fixed;
    top: 14%;
    width: 30rem;
    background: #f6f6f6;
    padding: 25px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-box-shadow: 1px 1px 3px 1px #ccc;
	-moz-box-shadow: 1px 1px 3px 1px #ccc;
	 box-shadow: 1px 1px 3px 1px #ccc;
	 font-family: arial;
	 overflow: hidden;
}

.passwordHeader {
	font-family: 'Oswald';
	font-weight: 700;
	color: #36afe6;
	line-height: 60px;
	font-size: 40px;
}
.passwordCloseButton {
	position: absolute;
	right:20px;
	color:#ccc;
	font-size:16px;
	cursor:pointer;
}
.passwordSubheader {
	font-family: 'Oswald';
	font-weight: 500;
	color: #737373;
	line-height: 50px;
	font-size: 30px;
}

.infoBoxContainer {
	display: flex;
	flex-direction: column;
	margin-top: 5px;
}
.infoSection {
	border-radius: 8px;
	padding: 15px;
	margin-top: 8px;
	background-color: rgba(203,230,253,.58);
	display: flex;
	flex-direction: row;
}
.passwordInfoText {
	margin-left: 15px;
}

.passwordInfoNumber {
	color: #737373;
}

.button.huge {margin-bottom:1.2rem;}

.bundleDescription, .bundleDescriptionAdult {
	font-size: 13px;
    margin-top: 6px;
    display: none;
    padding: 10px;
    background-color: #f2f2f2;
    margin-bottom: 10px;
    line-height:1.1em;
}
.hangarpop{
    -webkit-box-shadow: 1px 1px 3px 1px #ccc;
	-moz-box-shadow: 1px 1px 3px 1px #ccc;
	 box-shadow: 1px 1px 3px 1px #ccc;
    position: absolute;
    top: 6rem;
    width: 68%;
    max-width:52rem;
    display: none;
    height: 48rem;
    left: 0;
    right: 0;
    margin: auto;
    /* margin-left: -445px; */
    z-index: 1000;
    padding: 25px;

    background-color: #ffffff;
}
#hangarpop{
    overflow: scroll;
    height: 43rem;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}

 .wrapperBox{
   margin:auto;
   position:relative;
	height:auto;
    margin-bottom:30px;



    }
.detail{
    position:relative;
	margin:auto;
	margin-top:20px;
}
#searchRes{
   	font-size:1.2em;
   	color:#444444;
	text-align:left;
}
#priceBox{
	position:fixed;
	 top:140px;
	left:30px;
	z-index:1000;
	width:130px;
	opacity:1;
	height:auto;
	padding:10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color:#f7f7f7;
}
.liveChat {
	position:relative;
	color:#444;
	text-align:center;
	margin-bottom:7px;
	font-weight:bold;
	width:100%;
	font-size:25px;
	margin:auto;
}
.loader{
	margin-top:30px;color:white;text-align:center;font-size:30px;
}
.bubble {
	position: absolute;
	left:100px;
	top:51px;
	width: 70px;
	height: 30px;
	padding: 0px;
	background: #36afe6;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:#fff;
}
.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 9px 0;
	border-color: #36afe6 transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -15px;
	left: 26px;
}


.maynotchange{
	font-size: 27px;
    font-family: 'News Cycle',sans-serif;
    font-weight: 400;
    position: absolute;
    top: 5rem;
    right: 15rem;
    color: #a20d0d;
    z-index: 300;
    display: none;
    text-transform: uppercase;
    -ms-transform: rotate(355deg);
    -webkit-transform: rotate(355deg);
    transform: rotate(355deg);
}

.agerange{
	font-size: 27px;
    font-family: 'News Cycle',sans-serif;
    font-weight: 400;
    position: absolute;
    text-align: center;
    width:100%;
    opacity:1;
    top: 5rem;
    color: #a20d0d;
    z-index: 300;
    display: none;
    text-transform: uppercase;
}

.includedFree{
	font-size:27px;
	font-family:'Oswald';
	font-weight:700;
	position:absolute;
	top:9px;
	right:100px;
	opacity:.4;
	color:green;
	z-index:300;
	display:none;
}

.includedFreeAdd{
	font-weight:bold;
	font-size:15px;
	margin-top:8px;
	margin-bottom:2px;
	color:green;
	display:none;

}

.required{font-size:11px;text-align:right;}

.chosen{background-color:#099d51;color:white;}

.unchosen{background-color:white;color:black;}

.packageBox{
	font-size:18px;
	padding:20px;
	background-color:#f2f2f2;
	margin-bottom:10px;
	vertical-align: middle;

}

.packageArea{
	padding-top:3px;
	min-height:40px;
	display:none;

}

#packageHolder{
	padding:25px;
	font-size:18px;
}


.ue2{
	height:30px;
	font-size:16px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: solid 1px #eee;
	text-align:center;
	vertical-align: middle;

}





.ref {
width:245px;
padding:2px;
font-size:14px;
height:28px;
border:1px #eee solid;
line-height:1em;
margin-bottom:2px;

}


.guestHolder{display:none;}


#guestOutput{
	padding:4px;

}



.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}



.LV_invalid {
    color:#CC0000;
}



.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

.loginArea{


		padding:25px;
		font-size:14px;
		line-height:1em;
		margin-bottom:0px;


}


.stdLang p, .altLang p{
	margin-bottom:0px;
	line-height:1.5em;

}



.feeHeader{

color:#333;
font-size:1.2rem !important;
line-height:1.1em;
padding:10px;
}



.infoBox {
	margin:auto;
	margin-bottom:10px;
	padding:10px 5px 5px 5px;
	text-align:left;
	background-color:transparent;

}

.infoTable{

 text-align:center;
}


.smallText{
	font-size:12px;
	line-height:1em;

}
.contentDiv{
	display:inline-block;
	width:60%;
	font-size:14px;
	line-height:1.1em;
}

.big{
	font-size:1.2rem;
}


.textRight{text-align: right;}

.float-right{float:right;}


.feeSelect,.mealSelect {
width:6rem;
padding:2px;
font-size:14px;
height:28px;
border:1px #bbb solid;
line-height:1em;
margin-bottom:2px;


}

.feeSelectInOut{
padding:2px;
width:6rem;
font-size:14px;
height:28px;
text-align:right;
border:1px #bbb solid;
line-height:1em;
margin-bottom:2px;
background-color:white;
color:black;
}



.inputBoxReg{
height:2.4rem;
width:90%;
font-size:1.2rem;
padding-left:.4rem;
border:1px solid #bbb;
}
.regParams{
	float:right;
	max-height:90px;
	min-height:46px;
	width:36%;
	display:inline-block;
	font-size:12px;padding:10px;
	background-color: rgba(203, 230, 253, 0.58);
	color:#222;
}

#regInfo{background-color:#f3f3f3;}

.regInfoBox{float:left;width:55%;display:inline-block;font-size:.9em;padding:10px;line-height:1.1em;}

#discountList{
 padding:2px 5px;
 color:#0066FF;
}

#discountPer{
font-weight:bold;
font-size:14px;
color:#0066FF;
text-align: center;
}

.discColor{color:#0066FF;}

.memberBox{
height:20px;
font-size:13px;
padding-left:4px;
border:1px solid #cccccc;
width:120px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
		border-radius:6px;
}

.label {
font-size:1rem;
width:35%;
display:inline-block;

}
.label2 {

font-size:14px;
}

.bigLabel{
font-weight:bold;
font-size:20px;
display:inline-block;
padding-bottom:10px;
}


.checkBoxItem{
	text-align:left;

	line-height:1rem;

}


.promptItem{
	font-size:1.2rem;
	padding-bottom:3px;
	margin-bottom:8px;
	font-weight:bold;
	border-bottom: 1px solid #eee;
    padding-top: 20px;
    }
.promptQuestion{font-size:1rem;}
.prompts{font-size:1rem;}
.promptDiv{font-size:1.3em;line-height:1em;text-align:left;margin-top:2px;}
.noInfo{margin-top:2px;font-size:.9rem;}
.inputBoxCustom{width:100%;max-width:100%;}



.inputBox2{
margin-left:2px;

font-size:12px;
padding-left:2px;
border:1px solid #cccccc;
width:190px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
		border-radius:6px;
}
#mainBox{

	background-color:white;
	font-size:13px;
	color:#444444;
	padding:25px;
	margin:auto;
	height:auto;
	min-height:460px;
	position:relative;
	width:100%;

}



@media only screen and (min-width: 800px) {
	#mainBox{


		max-width:900px;
		-webkit-box-shadow: 0px 0px 5px 1px rgba(189,187,189,0.78);
		-moz-box-shadow: 0px 0px 5px 1px rgba(189,187,189,0.78);
		box-shadow: 0px 0px 5px 1px rgba(189,187,189,0.78);

	}
}




.instructBox{

		background-color:#f8f8f8;
		border:1px solid #cccccc;
		-moz-box-shadow: 1px 1px 3px #888;
		-webkit-box-shadow: 1px 1px 3px #888;
		box-shadow:1px 1px 3px #888;
		font-size:13px;
		color:#444444;
		width:400px;
		padding:25px;
		z-index:30;
		margin:auto;
		height:auto;
		position:absolute;
		top:60px;
		left:50%;
		margin-left:-220px;
		display:none;


}



.minorBar{
	font-size:15px;
	background-color:#f4f5aa;
	color:#444;
	text-align:center;
	padding:4px;
}

.bundleBar{
	font-size:15px;
	margin-bottom:20px;
	background-color:#aae1f5;
	color:#444;
	text-align:center;
	padding:4px;
}

.hostBar{margin-bottom:15px;}

#discountList{
 padding:2px 5px;
 color:#0066FF;
}

#discountPer{
font-weight:bold;
font-size:14px;
color:#0066FF;
text-align: center;
}
.memberBox{
height:20px;
font-size:13px;
padding-left:4px;
border:1px solid #cccccc;
width:120px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
		border-radius:6px;
}


.vertTop{vertical-align: top;}

.textRight{text-align:right}

.inlineB{display:inline-block;width:49.6%;}

.textCenter{text-align:center}

.smallText{
	font-size:12px;
}
.contentDiv{
	display:inline-block;
	width:60%;
	font-size:1.4em;
	text-align:right;
	float:right;
}


.row{
	width:100%;
	margin-top:2px;
	margin-bottom:6px;
	line-height:1.1em;
}

.rowAcct{
	width:96%;
	margin:auto;
	margin-top:2px;
	margin-bottom:6px;
	line-height:1.1em;
}

.row::after {
    content: "";
    clear: both;
    display: block;
}

.lightBorder{
	border-bottom:1px solid #eee;
	padding-bottom:15px;
}

.fieldHeader{

    font-size: 34px;
    font-weight: bold;
    margin-top: 30px;
}

.moreHeight{
	margin-top:25px;
}

.doubleHeight{
	margin-top:35px;
}
.vTop{vertical-align: top;}

#provRow{display:none;}

.float-right{float:right;}

.centerText{text-align:center;}

.greenT{color:#026b02}

.feeRow{
	background-color:rgba(221, 221, 221, 0.46);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.35);
	margin-bottom:5px;
}

.discountLabel{
color:#fff;
font-weight:bold;
}
.vidBox{

	border: 12px solid #fff;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
    border-radius: 5px;
		 -webkit-box-shadow: 1px 1px 1px 1px #888;
		 -moz-box-shadow: 1px 1px 1px 1px #888;
	     box-shadow: 1px 1px 1px 1px #888;
	position:absolute;
	top:0px;
	left:-530px;
	width:640px;
	height:410px;
	z-index:30;
	background-color:#000000;
	display:none;

}

.thumb{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 1px 1px 1px 1px #888;
-moz-box-shadow: 1px 1px 1px 1px #888;
box-shadow: 1px 1px 1px 1px #888;

}

input[readonly="readonly"]
{
    background-color:#f4f4f4;
    opacity:.7;
}


#checkOutWarn{
	position:fixed;
	top:30%;
	line-height:1em;
	color:#444;
	height:auto;
	width:30rem;
	left:0;
	right:0;
	margin:auto;
	z-index:65000;
}

.classHeader{
		font-size:34px;
		color:#aaa;
		padding-bottom:20px;
		text-align:center;
		margin-top:10px;


		}

.groupHeader{
background-color:#666;
color:white;
font-size:20px;
padding:10px;
font-weight:bold;
margin-top:20px;


}

.groupDesc{
    color: #444;
    font-size: 16px;
    line-height: 1.2em;
    padding: 20px;
    background-color: rgb(226, 240, 255);
    border-radius: 8px;
    margin: 10px 5px;
}



.chosen {
	background-color:green !important;
	color:white !important;
	}


.photoHolder{
	display:inline-block;
	float:left;
	vertical-align:top;
	width:105px;
	max-height:140px;
	overflow:hidden;
}


.photoCage{
	position:relative;

	vertical-align:top;
	height:120px;
	width:120px;
	margin-top:8px;
	margin-left:8px;
	overflow:hidden;
	display:inline-block;


}





.sendMail{top:-120px;}


.selectHolder{
	display: inline-block;
    float: right;
    line-height: 1.2em;
    vertical-align: middle;
    margin-top: -2px;

}

.suppNote{
	text-align:left;
	font-weight:bold;
	padding-left:15px;
	margin-top:10px;

}



.feeTable{
margin:auto;
background-color:#fff;
border:1px solid #ddd;
padding:3px 14px;
margin-bottom:35px;
}


#disclaimMarker {
	line-height:1.3em;
	padding:14px;
	height:140px;
	overflow:scroll;
	width:auto;
	margin-bottom:9px;
	background-color:#f9f9f9;
	font-size:11px;
	color:#000;
	font-weight:normal;

	}



#wrapperx{width:100vw;}

#contentx{
	width:100vw;
	min-height:100rem;
	height:auto;
	margin:auto;
	padding:20px 0px;
}


.guestBox {
	position:absolute;
	opacity:1;
	left:50%;
	top:.5rem;
	background-color:#fff;
	border:1px solid #eee;
	color:#444;
	padding:10px 5px 5px 5px;
	text-align:left;
	display:none;
	z-index:9000;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 10px 0px rgba(50, 50, 50, 0.75);
}

.flagHolder{
	margin:auto;
	border:1px solid #eee;
	width:12rem;
	padding:4px;
	margin-bottom:2rem;
	font-size:.9em;
}

.flag{vertical-align: middle;}



.optionHolder{
	text-align:center;
	padding:25px;
	background-color:#fff;
	border:1px solid #ddd;
}
.optionBox{
	height:10rem;
	width:10rem;
	-webkit-border-radius:1rem;
	-moz-border-radius:1rem;
	border-radius:1rem;
	line-height:1rem;
	vertical-align: middle;
	color:#fff;
	font-size:1.6rem;
	display:inline-block;
	margin-right:1.4rem;
	text-align:center;
	padding:6rem;
	cursor:pointer;
	position:relative;
	margin-bottom:1.4rem;

}

.optionBox:hover{
-webkit-box-shadow: 2px 3px 4px 0px rgba(163,160,163,1);
-moz-box-shadow: 2px 3px 4px 0px rgba(163,160,163,1);
box-shadow: 2px 3px 4px 0px rgba(163,160,163,1);

}
.optionBig{
}
.optionTitle{
	color:#444;
	font-size:20px;
	margin-top:20px;
	margin-bottom:18px;
	text-align:center;
	cursor:pointer;
	line-height:1.1em;
}
.boxTitle{
	line-height:1.1em;
	position:absolute;
	width:118px;
	left:50%;
	margin-left:-59px;
	top:43%;
}

.pending{
	width: 50%;
    margin: auto;
    background-color: white;
    padding: 40px;
    text-align:center;
    font-size:16px;
    line-height:1.1em;


   }

.cityBox{
	width:12.6rem;
}


.microText{
	position:absolute;
	font-size:11px;
	line-height:12px;
	bottom:5%;
	left:50%;
	margin-left:-80px;
	width:160px;
}
.warning{
	font-size:16px;
	color:#a20d0d;
	display:none;
	line-height:1.1em;
}
#titleBar{
	font-size:1.5rem;
	margin:auto;
	text-align:center;
	color:#fff;
	background-color:#6e6e6e;
	padding:10px 20px;
	width:100%;
	line-height:1.1em;
	box-sizing: border-box;

}
#checking{
	width:320px;
	height:100px;
	top:240px;
	left:50%;
	margin-left:-150px;
	font-size:17px;
	line-height:140px;
	vertical-align: middle;
	font-weight:bold;
	color:#ccc;
	text-align:center;
}
#chooseBundle{
	border:1px solid #ddd;
	height:33px;
	line-height:1em;
	width:260px;
	font-size:1.2em;
	font-weight:normal;
	vertical-align: middle;
}
#guestOutputOuter {
	box-sizing: content-box;
	display:none;
	position:absolute;
	right:0;
	left:0;
	margin:auto;
	background-color:#fff;
	border:1px solid #eee;
	color:#444;
	padding:25px;
	width:80%;
	text-align:left;
	z-index:2120;
	top:2rem;
	overflow:hidden;


	-webkit-box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    3px 3px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         3px 3px 10px 0px rgba(50, 50, 50, 0.75);
}





.pFeeRow{
vertical-align:middle;
line-height:1.2em;
font-size:12px;
}



.discountLabel{
color:#fff;
font-weight:bold;
}
.vidBox{

	border: 12px solid #fff;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
    border-radius: 5px;
		 -webkit-box-shadow: 1px 1px 1px 1px #888;
		 -moz-box-shadow: 1px 1px 1px 1px #888;
	     box-shadow: 1px 1px 1px 1px #888;
	position:absolute;
	top:0px;
	left:-530px;
	width:640px;
	height:410px;
	z-index:30;
	background-color:#000000;
	display:none;

}

.thumb{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 1px 1px 1px 1px #888;
-moz-box-shadow: 1px 1px 1px 1px #888;
box-shadow: 1px 1px 1px 1px #888;

}

input[readonly="readonly"]
{
    background-color:#f4f4f4;
    opacity:.7;
}


.classHeader{
		font-size:28px;
		color:#aaa;
		border-bottom:1px solid #ccc;
		padding-bottom:20px;
		text-align:center;
		margin-top:10px;

		}

.groupHeader{
background-color:#666;
color:white;
font-size:20px;
padding:10px;
font-weight:bold;


}



.photoHolder{
	display:inline-block;
	/*float:left;*/
	vertical-align:top;
	width:105px;
	max-height:140px;
	overflow:hidden;
	padding-top:10px;
}


.itemPhoto{
  width:100px;
  margin-top:5px;

}




.feeNotes{
	font-size:13px;
	line-height:1.1em;
	padding:0px 15px;
	font-weight:normal;
	display:inline-block;
	min-width:70%;
	width:100%;
	box-sizing: border-box;
}

.picNotes{
	width:82%;
	max-width:82%;
}

.feeNotes li {
	line-height:1em !important;
	margin-top:2px !important;
	list-style-position: inside !important;
	max-width:85%;

}

.feeContent{
	font-size:12px;
	padding:5px;
}

.warnBox{


	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
	position:absolute;
	top:40px;
	left:50%;
	margin-left:-175px;
	width:350px;
	height:150px;
	z-index:30;
	background-color:#f8f8f8;
	display:none;
	-webkit-box-shadow: 2px 3px 13px 0px rgba(138,138,138,0.68);
-moz-box-shadow: 2px 3px 13px 0px rgba(138,138,138,0.68);
box-shadow: 2px 3px 13px 0px rgba(138,138,138,0.68);

}

.discountBox{

position:absolute;
height:auto;
-webkit-box-shadow: 2px 3px 13px 0px rgba(138,138,138,0.68);
-moz-box-shadow: 2px 3px 13px 0px rgba(138,138,138,0.68);
box-shadow: 2px 3px 13px 0px rgba(138,138,138,0.68);
top:50px;
padding:5px;
padding-top:15px;
line-height:1em;
z-index:20000;
background-color:#f8f8f8;

}

.boothLetter,.noBoothLetter{display:inline-block;}

.boothCol{
	display:inline-block;
	width:26%;
	padding:9px;
	font-size:.8em;
}

.feePricing{
	text-align:right;
	padding:6px;
	position:relative;
	font-size: 20px;
	min-height:40px;

	/*background-color:rgba(251, 255, 184, 0.62);*/

}
.priceTable{
line-height: 25px;
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
border:1px solid #9e9e9e;
margin-top:9px;

}
.priceTableT{
padding:2rem;
background-color:white;
border:1px solid #9e9e9e;


}

.subClassDisplay{
    font-weight: bold;
    font-size: 1.1em;
    background-color: #faaf40;
    padding: 2px 8px;
}


.extraHolder{
	text-align:right;
	padding:5px;
}


.suppNote{
	text-align:left;
	font-weight:bold;
	padding-left:15px;
	margin-top:10px;

}

.smallNote{
	font-size:15px;
	font-weight:normal;
	margin-right:5px;
}





#boothList{

	position:absolute;
	top:70px;
	display:none;
	left:0;
	right:0;
	margin:auto;
	min-height:600px;
	height:auto;
	z-index:4230;
	padding: 25px 25px 100px 25px;

}

.subClassSelect{
font-size:16px;
height:30px;
width:16rem;
border:1px #eee solid;
margin-bottom:2px;
}

.selectItem{

	height:2.4rem;
}

.mealSelect{
	width:14rem;
}

.subModal{

	line-height:1em;
	position:fixed;
	top:35%;
	width:25rem;
	text-align:center;
	left:0;
	right:0;
	margin:auto;
	z-index:9000;
	opacity:1;
	min-height:190px;
	margin-top:-3rem;

}

.fieldDataTable{
	margin-left:-12rem;
	line-height:1em;
	position:fixed;
	top:50%;
	margin-top:-3rem;
	width:24rem;
	text-align:center;
	z-index:9000;
	opacity:1;
	min-height:190px;

}


.subModalTitle{
	width:90%;
	margin:auto;
	line-height:1.1em;
	margin-top:1rem;
}

.optDesc{
	text-align:left;
	background-color:#f5f5f5;
	border:1px solid #ccc;
	margin:auto;
	line-height:1.1em;
	margin-bottom:10px;
	margin-top:5px;
	display:none;
	width:16rem;
	font-size:11px;
	padding:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	}

.infoBoxTicket {
	margin:auto;
	background-color:#f8f8f8;
	padding:2rem;
	border:1px solid #ddd;

}

#adultBox{
	    top:7rem;
	    width:30rem;
	    left:0;
	    right:0;
	    margin:auto;

}

	.cancelItem{
	display:none;
	padding:2px 5px !important;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.boxUp{
	margin-top:-1.4rem !important;
}
.collapseButton{
    margin: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 1rem;
    background-color: #cfcfcf;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    vertical-align: middle;
    cursor: pointer;
    opacity: .8;
}

.sLeft{
	padding-left:5px;
	line-height:1.3em;
	font-size:15px;
	width:46%;
	text-align:left;

	min-height:26px;
	position:absolute;
	left:10px;
	bottom:0px;
}

.altLang{display:none;}

.collapsedNow{display:none;}



.foodName{font-weight:bold;font-size:14px;}

.foodDesc{font-size:12px;margin-bottom:7px;margin-top:5px;margin-left:15px;}

.foodHolder{
	background-color:#f6f6f6;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin-top:15px;
	margin-bottom:15px;
	padding:10px;
	min-width:50%;
}


.foodRestrict{
	display:inline-block;
	width:6rem;
	margin-right:5px;
	line-height:1.5em;
}

.foodRestrictBlock{
	margin-left:15px;
	margin-bottom:8px;
}

.numberInput{
	    width:433px;
		 }


@media only screen and (max-width: 790px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;display:inline-block;}
    .col-m-2 {width: 16.66%;display:inline-block;}
    .col-m-3 {width: 25%;display:inline-block;}
    .col-m-4 {width: 33.33%;display:inline-block;}
    .col-m-5 {width: 41.66%;display:inline-block;}
    .col-m-6 {width: 50%;display:inline-block;}
    .col-m-7 {width: 58.33%;display:inline-block;}
    .col-m-8 {width: 66.00%;display:inline-block;}
    .col-m-9 {width: 75%;display:inline-block;}
    .col-m-10 {width: 83.33%;display:inline-block;}
    .col-m-11 {width: 91.66%;display:inline-block;}
    .col-m-12 {width: 100%;display:inline-block;}
    .discountBox, .guestBox{
	    width:70vw;
		min-height:150px;
		margin-left:-35vw;
		left:50%;
    }

    .inputBoxReg{
	    max-width:24rem;
    }

    .numberInput{
	    width:17rem;
		 }


	#regInfo{
		font-size:.7em;
		}


    #boothFrame{width:82%;}

    #boothList{

		width:90%;
	}

	.wrapperBox{
		width:99vw;
		padding:0px;

	}

	.infoBoxTicket{
		width:100%;
	}

	.subModal{
		top:12vh;
		margin-top:0rem;

	}





}

@media only screen and (min-width: 791px) {
    /* For desktop: */
    .col-1 {width: 8.33%;display:inline-block;}
    .col-2 {width: 16.66%;display:inline-block;}
    .col-3 {width: 25%;display:inline-block;}
    .col-4 {width: 33.33%;display:inline-block;}
    .col-5 {width: 41.66%;display:inline-block;}
    .col-6 {width: 50%;display:inline-block;}
    .col-7 {width: 58.33%;display:inline-block;}
    .col-8 {width: 66.00%;display:inline-block;}
    .col-9 {width: 75%;display:inline-block;}
    .col-10 {width: 83.33%;display:inline-block;}
    .col-11 {width: 91.66%;display:inline-block;}
    .col-12 {width: 100%;display:inline-block;}

	.wrapperBox{
		width:95%;
		padding:30px;

	}


	.infoBoxTicket{
		width:100%;
	}
    .discountBox {
	    left:50%;
	    width:450px;
		min-height:150px;
		margin-left:-225px;

    }

    .guestBox {
	    width:706px;
	    margin-left:-370px;
    }

    #boothFrame{width:100%}





}

.myBulk{
	background-color:#ff5721;
}

.inactiveBox{
	background-color:#ccc !important;
	color:#fff;
	cursor:default;
}

.mRow{margin-top:1rem;line-height:.8em;}
.multiUser{display:inline-block;width:70%;}
.multiOwed{display:inline-block;width:25%;float:right;text-align:right;}


.cancelBar{font-size:20px;color:#aaa;float:right;cursor:pointer;margin-right:10px;}

.centerRow{margin-top:20px;text-align:center;margin-bottom:20px;}

.loader{margin-top:10%;z-index:20;color:white;}

.altLang{display:none;}

.it{font-style: italic;}

.regTest{
	position:fixed;
	top:35%;
	background:white;
	width:30rem;
	z-index:8000;
	left:0;
	right:0;
	margin:auto;
	-webkit-box-shadow: 1px 1px 3px 1px #ccc;
	-moz-box-shadow: 1px 1px 3px 1px #ccc;
	 box-shadow: 1px 1px 3px 1px #ccc;
	 padding:10px;
}

.regTestInner{
	padding:25px;
}

#gatewayPop{
	display:block;
	min-height:300px;
	margin-top:115px;
	padding:25px;
}

.overlayLoading{
	font-size:1.5rem;
	text-align:center;
	color:white;
	position:fixed;
	top:40%;
	left:0;
	right:0;
	margin:auto;
}

.sCart{
    position: fixed;
    z-index: 5000;
    top: 3rem;
    opacity: .94;
    width: 16rem;
    background: white;

    -webkit-transition:  1.2s; /* Safari */
	transition:  1.2s;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);

}

.hideCart{
	margin-right:-13rem;
	-webkit-transition:  1.2s; /* Safari */
	transition:  1.2s;

}

.multiHide{
	width:2rem;
	position:absolute;
	background:green;
	color:white;
	display:inline-block;
	height:100%;
	vertical-align: middle;
	cursor:pointer;
	padding-top:15px;

}

.contactBlock{
	border:1px solid #ccc;
	padding:20px;
	text-align:left;
	font-size:14px;
	line-height:1.3em;
	display:none;
	max-width:400px;
	margin:auto;
}

#multiCheckout{display:none;}

.cartIcon{font-size:3.5em;text-align:center;}

.cOut{
	width:14rem;display:inline-block;float:right;padding:20px;font-size:.9em;margin-right:5px;min-height:135px;
}


.gdpr li, .gdpr p, .gdpr div{
	line-height:1.42em;
	list-style-position: inside;
}

.gdpr{
	height:120px;
	overflow-y: auto;
	text-align: left;
	padding:20px;
	padding-top:8px;
	margin-bottom:25px;
	background:#f7f7f7;
	width:100%;


}

.gdprOuter{
	height:140px;
	padding-bottom:20px;
	background: #f7f7f7;
    margin-bottom: 20px;
}

.thirdPartyRegMessage {
	background: #f7f7f7;
	padding: 10px;
}

.privacy{
	text-align:left;
	font-size:25px;
	color:#555;
}

.callOut{
	padding:30px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	background:#f5f5f5;
}

/* Fee Required Styles -- asterisk / red reg item info */
.fee-required {
	color: red;
	font-weight: bold;
	font-size: 1.2rem;
}

.fee-required.text {
	float: right;
	margin-right: 33px;
}


/* CEUs */

.ceRecords {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem 1rem;
	padding: 2px 0px;
}
.ceuAcronym {
	padding: 2px 1.3rem 2px 0;
}

.ceRecord {
	background: #D3F1FF;
	color: black;
	border-radius: 5px;
	padding: 0px 4px;
}

.ceUnits {
	display: flex;
	align-items: baseline;
}

.ceuRibbon{
    display: flex !important;
	background: #5A5C5B;
    font-size: 12px;
    color: #fff;
    padding: 1px 15px;
    display: none;
}

.ceuRibbon.on {
	display: flex;
}

.ceuRibbon.off {
	display: none !important;
}

div#ceuOverlay {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    bottom: 3.5rem;
    right: 0;
    width: 100%;
    z-index: 60000;
    opacity: .80;
    font-size: 16px;
    cursor: pointer;
}

div#ceuOverlay.full {
	bottom: 3.4rem;
}

div#ceuOverlay.slim {
	bottom: 1.1rem;
}

#ceuOverlay > ul  {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	opacity: 1;
	text-align: center;
	float: left;
	position: relative;
	left: 50%;
}

#ceuOverlay > ul li {
	right: 50%;
	display: block;
	color: #fff;
	float: left;
	margin: 0;
	padding: 2px 20px;
	position: relative;
}

#ceuOverlay.min {
	height: 3rem;
}

#ceuOverlay.max {
	height: 5.5rem;
}

#ceuToggleBar {
	padding: 3px;
	margin: 10px auto 0 auto;
	background-color: #fff;
	width: 200px;
	border-radius: 25px;
}

#ceuDetail {
	display: block;
}

#ceuSummary {
	display: none;
	text-align: center;
	margin-top: 5px;
	color: #fff;
	opacity: 1;
}

#closeCeuOverlay {
    float: right;
    font-size: 16px;
    color: #fff;
    margin-right: 5px;
}

p.guestInstructions {
	margin: 10px 0;
}

#club_name {
	display: block !important;
	background-color:#fff !important;
}

#paymentProcessorOutput {
	display: inline;
}