* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}
img{
	-ms-interpolation-mode:bicubic;
	-webkit-backface-visibility: hidden;
}
html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

body{
	min-height: 100%;
	min-width: 61em;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background: url("/imgs/ns/pattern1.jpg");
	-webkit-font-smoothing: antialiased;
}
a img {
	outline: none;
	border: none;
}
/*heade*/

#header{
	width: 100%;
	position: relative;
	display: block;
	padding: 0;
	background: #f3f3f3;
	background-size: auto 100%;
	max-height: 100em;
}
#hinfo{
	padding: 1em 0 18em;
	width: 100%;
	min-width: 40em;
	min-height: 11em;
	display: block;
	max-width: 74em;
	margin: 0 auto;
	position: relative;
}
h1{
	padding: 0;
	font-size: 280%;
	z-index: 1300;
	position: absolute;
	display: block;
	height: 3em;
	margin-top: -1.5em;
	top: 56%;
	left: 5%;
}
#hs_s{
	display: block;
	font-size: 65%;
	font-weight: normal;
}
#head_nav{
	position: relative;
	z-index: 1127;
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.8);
	padding: .8em 0;
	top: 0;
	left: 0;
	width: 100%;
	color: #A3A3A3;
	text-align: right;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.5);
}
#network_logo{
	display: block;
	position: absolute;
	height: 2.2em;
	margin: -1.1em 0 0;
	padding: 0;
	top: 50%;
	left: 5%;
}
#tbl_link{
	margin: 0 1em;
	padding: .1em 0 .1em 1em;
	color: inherit;
	border-left: 2px solid #007BFF;
	position: relative;
}
#tbl_link:hover{
	color: #000000;
}
#bk_img1{
	position: absolute;
	display: block;
	height: 90%;
	left: 55%;
	top: 5%;
	width: auto;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 4px 0px rgba(50, 50, 50, 0.75);
}
.hd_op_null{
	opacity: 0;
}
.hd_op_full{
	opacity: 1;
	transition:opacity 1s;
	-webkit-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-o-transition:opacity 1s;
}

/*header_end*/

#addrs{
	font-size: 110%;
}
#addrs a{
	font-size: 80%;
	font-weight: 900;
}
#cont{
	max-width: 74em;
	width: 100%;
	margin: 0 auto;
	padding: 0 1em 2em 1em;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position: relative;
}
h2{
	font-family: arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 170%;
	margin: 0;
	padding: .5em 0 .2em;
	position: relative;
	border-bottom: 2px solid #000000;
}
h3{
	margin-bottom: .2em;
	background: rgba(255, 255, 255, 0.4);
	padding: .2em 0 .3em .6em;
}
.h3_guest{
	padding: 0;
	margin-bottom: -.3em;
	background: none;
}
h4{
	font-size: 130%;
	margin: 1.4em 0 .5em;
	padding: 0;
	border-bottom: 1px solid #000000;
}
#blurb{
	margin: 0 0 2em -34em;
	padding: 0 0 0 34em;
	position: relative;
	float: right;
	width: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#main_sched{
	display: block;
	width: 100%;
	max-width: 33em;
	padding: 0;
	margin: 0;
}
.sched_line{
	position: relative;
	margin: 0 0 0 1.5em;
	padding: .3em 0 .5em;
	border-bottom: 1px dotted gray;
	display: block;
	float: none;
	clear: both;
}
.sched_line_guest{
	padding: .7em 0 .4em;
}
/*.sl_notyet, .sl_notyet .sl_day{*/
/*	color: gray;*/
/*}*/

.sl_dt_cont{
	display: inline-block;
	vertical-align: bottom;
	position: relative;
}
.sl_dt_cont:before{
	content: '';
	position: absolute;
	display: block;
	width: 7px;
	height: 7px;
	left: -1em;
	top: 55%;
	border-radius: 8px;
	background: #C6BA9F;
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    inset 1px 1px 0px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         inset 1px 1px 0px 0px rgba(50, 50, 50, 0.75);
}

.sl_day{
	display: block;
	font-size: 90%;
	color: gray;
	color: #AA8585;
	height: 1.3ex;
}
.sl_month{
	font-size: 125%;
	padding: 0 0 0 .3em;
	display: inline;
}
.sl_date{
	font-size: 135%;
	display: inline;
}
.sl_dts{
	font-weight: 400;
	font-size: 110%;
	/*margin-left: -.05em;*/
	display: inline;
}
.sl_time{
	position: relative;
	font-size: 150%;
	display: inline-block;
	margin-left: .5em;
	vertical-align: bottom;
}
.sl_guest{
	display: block;
	font-size: 95%;
	margin: -.1em 4em .2em .6em;
}
.sl_guest:before{
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	margin: -.2em .4em 0 0;
	padding: 0 0 0 .4em;
	border-style: solid;
	border-width: .3em 0 .3em .9em;
	border-color: transparent transparent transparent #007bff;
	vertical-align: middle;
}
.sl_guest a{
	color: #00083A;
	text-decoration: none;
}
.sl_guest_img{
	display: block;
	position: absolute;
	top: 5%;
	right: 3%;
	height: 92%;
}
#sl_no_shows{
	margin: 1.5em .5em;
	padding: .6em .6em 0 .6em ;
	background: #F4F5F6;
	background: rgba(255,255,255,.7);
	-webkit-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    3px 3px 3px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         3px 3px 3px 0px rgba(50, 50, 50, 0.55);
	border-radius: .5em;
}

#form_cont{
	width: 32em;
	float: left;
	z-index: 700;
	position: relative;
}
form{
	counter-reset: section;
	margin: 1em 0;
	position: relative;
}

/*form fields and sections*/
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.frm_fld_c,.frm_fld{
	font-size: 100%;

	position: relative;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

    -moz-box-sizing: content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;

	line-height: 1.3em;
    height: 1.3em;
	padding: .25em;

	border: 1px solid #AAAAAA;
	background: #FFFFFF;
	background-image: none;
	color: #1E1E1E;
	display: block;

	border-radius: 0;
	-webkit-border-radius: 0;
}

.fld_tix{
	width: 90%;
}
.fld_tix:disabled{
	color: gray;
}
.frm_fld_c{
	width: 100%;
}

#fs_tix{
	z-index: 740;
}
#fi_tix{
	min-width: 3em;
}

fieldset{
	margin: .5em 0 0 0;
	padding: .3em 1em .7em;
	display: block;
	border: none;
	position: relative;
	background: #F4F5F6;
	background: rgba(255,255,255,.7);
	border-radius: .5em;
	line-height: 120%;
}
:root fieldset:before{
	font-family: 'custom_font', arial, sans-serif;
	counter-increment: section;
	content: counter(section);
	display: block;
	position: absolute;
	text-align: center;
	top: -.3em;
	left: -.4em;
	width: 1.7em;
	height: 1.7em;
	line-height: 1.6em;
	padding: 0;
	font-size: 130%;
	border-radius: 100%;
	background: #485B6D;
	border: .1em solid white;
	color: white;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.50), inset 1px 1px 3px 0px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.50), inset 1px 1px 3px 0px rgba(50, 50, 50, 0.50);;
	box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.50), inset 1px 1px 3px 0px rgba(50, 50, 50, 0.50);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#fncy_sel{
	display: block;
	position: absolute;
	background: #EDEDED;
	z-index: 780;
	width: 25.5em;
	border: .3em solid #FFFFFF;
	padding: .3em 1em .1em .3em;
	-webkit-box-shadow: 4px 4px 6px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    4px 4px 6px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         4px 4px 6px 1px rgba(50, 50, 50, 0.75);

	/*force redraw old webkit*/
	-webkit-transition: opacity .1s;
}
.fncy_sel_p, .fncy_sel_b{
	left: 1em;
}
#fncy_sel:before{
	content: "";
	position: absolute;
	display: block;

	top: -.95em;
	width: 1.2em;
	height: 1.2em;

	background: #EDEDED;

	border-top: .3em solid #FFFFFF;
	border-left: .3em solid #FFFFFF;
	border-right: none;
	border-bottom: none;


    transform: rotate(45deg) ;
    -webkit-transform: rotate(45deg) ;
    -moz-transform: rotate(45deg) ;
    -o-transform: rotate(45deg) ;
    -ms-transform: rotate(45deg) ;

	/*Chrome Mobile Bug*/
	/*box-shadow: -2px -2px 3px -2px rgba(50, 50, 50, 0.15);*/
	/*-webkit-box-shadow: -2px -2px 3px -2px rgba(50, 50, 50, 0.15);*/
	/*-moz-box-shadow: -2px -2px 3px -2px rgba(50, 50, 50, 0.15);*/
}
.fncy_sel_p:before{
	left: 1em;
}

.fncy_sel_b:before{
	left: 11em;
}

.f_sel_line{
	display: block;
	padding: .4em 0 .4em .4em;
	position: relative;
	overflow: auto;
	width: 100%;
	border-bottom: 1px solid #BCBCBC;
	cursor: pointer;
}
.f_sel_line:hover{
	background: #F4F4F4;
}
.f_sel_line:hover .cc_cont{
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.25);
	margin: -.1em .6em .1em -.1em;
}
/*no more tix class for f_fsel_line and sched_line*/
.no_more_tix *{
	color: #AAAAAA;
	cursor: not-allowed;
}
.no_more_tix .sl_guest a{
	color: #AAAAAA;
}
.no_more_tix:after{
	content: 'FULL';
	position: absolute;
	display: block;
	left: 25%;
	width: 40%;
	padding: 0;
	height: 1.2em;
	line-height: 1.2em;
	top: 50%;
	margin: -.7em 0 0;
	border: .2em solid red;
	border: .2em solid rgba(255,0,0,.7);
	color: red;
	text-align: center;
	font-weight: 900;
	font-size: 140%;
	max-width: 6em;
	padding: 0;

	/*webkit anti aliasing*/
	-webkit-backface-visibility: hidden;

	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	cursor: not-allowed;
}
#main_sched .no_more_tix:after{
	top: 60%;
	width: 35%;
	margin: -1em 0 0;
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);

}
.f_sel_shwt{
	display: block;
	font-style: italic;
	margin-top: .2em;
}
.f_sel_shwt_b{
	font-weight: 900;
	font-size: 105%;
}
.f_sel_date_ng{
	font-size: 120%;
	display: block;
	margin-top: .2em;
}
.f_sel_img{
	display: block;
	position: absolute;
	right: .4em;
	bottom: 5%;
	height: 90%;
}
.cc_cont{
	float: left;
	background: white;
	width: 3.5em;
	text-align: center;
	margin: 0 .5em 0 0;
}
.cc_mon{
	background: #485B6D;
	font-size: 80%;
	display: block;
	color: white;
	line-height: 2ex;
	height: 2ex;
}
.cc_dat{
	display: block;
	font-size: 120%;
	color: red;
	padding: .3ex 0;
}
.cc_day{
	display: block;
	font-size: 55%;
	color: #485B6D;
	margin: -.4ex 0 0 0;
	line-height: 96%;
	padding: 0 0 .2ex 0;
	line-height: 2ex;
	height: 2ex;
}
.sec_head{
	border-bottom: 1px solid #999999;
	margin: 0 0 .6em 0;
	padding: 0;
	position: relative;
}
:root .sec_head{
	margin: 0 0 .6em 1em;
	padding: 0 0 0 .5em;
}
#hv_sec_head{
	margin-bottom:.8em;
}
.sub_sec_t{
	display: inline-block;
	width: 34%;
	position: relative;
	vertical-align: bottom;
}
.sub_sec_tn{
	width: 29%;
}
.sub_sec_t_single{
	width: 100%;
}
.sub_sec_c{
	display: inline-block;
	margin-top: .4em;
	width: 96%;
	vertical-align: top;
	position: relative;
}
.fld_na{
	display: block;
	height: 1.25em;
	font-size: 90%;
	margin-bottom: .1em;
}
.fld_single_show{
	display: inline-block;
	vertical-align: middle;
}
label.fld_single_show{
	font-size: 95%;
}

#pref_d_overlay,#bku_d_overlay{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: .6em;
	background: rgba(255,255,255,.01);
	/*prevent delay m$ touch*/
	/*-ms-touch-action: none;*/
    /*touch-action: none;*/

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-highlight: none;
}
#ss_name,#ss_link{
	margin: 0;
}
#ss_email{
	margin-right: 3%;
	width: 52%;
}
#ss_tel{
	width: 41%;
}
#ss_ref{
	width: 52%;
}
#ss_zip{
	width: 15%;
	margin-left: 3%;
}
#ss_age{
	width: 23%;
	margin-left: 3%;
}
#f_sel_close{
	position: absolute;
	display: block;
	top: -1em;
	right: -1em;
	height: 1.5em;
	width: 1.5em;
	border-radius: 100%;
	background: #F4F4F4;
	border: .2em solid #FFFFFF;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.75);
	cursor: pointer;
}
#svg_x{
	display: block;
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	top: 0;
	left: 0;
}
#svg_xp{
	stroke-linejoin:miter;
	stroke:#D33F00;
	stroke-linecap:round;
	stroke-miterlimit:4;
	stroke-dasharray:none;
	stroke-width:17;
	fill:none;
}
#fncy_overlay{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 745;
	background: rgba(255,255,255,.01);
}
.f_sel_show{
	visibility: visible;
	opacity: 1;
}
.f_sel_hide{
	visibility: hidden;
	opacity: 0;
}

/* multiselect */

.ms_sel_cont{
	display: block;
	padding: .4em 0 .2em .4em;
	position: relative;
	overflow: auto;
	width: 100%;
	border-bottom: 1px solid #BCBCBC;
}
.ms_sel_date{
	display: block;
	width: 100%;
	/*margin-bottom: .1em;*/
	/*text-align: center;*/
	font-size: 105%;
}
.ms_cc{
	display: inline-block;
	width: 45%;
	/*margin-right: 5%;*/
	position: relative;
	padding: .4em 0 .4em;
	box-sizing: border-box;
	cursor: pointer;

}
.ms_cc:hover{
	background: #F4F4F4;
}
.ms_chb{
	/*position: absolute;*/
	display: inline-block;
	vertical-align: middle;
	height: .8em;
	width: .8em;
	border: .1em solid #BFBFBF;
	/*top: 50%;*/
	/*left: .35em;*/
	/*margin-top: -.45em;*/
	background: #F7F7F7;
	margin: 0 .3em 0 .4em;
	position: relative;
}
.ms_swt{
	font-size: 110%;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	color: #111111;
}
.ms_chb_checked:after{
	content: "";
	position: absolute;
	left: -10%;
	top: -10%;
	width: 120%;
	height: 120%;
	background: url("/imgs/ms_check_mark_darkgreen.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
.ms_chb_prime{
	background-color: #FFF;
	/*border-radius: .5em;*/
	/*border-color: blue;*/
}
.ms_chb_prime+.ms_swt{
	text-decoration: underline;
	color: #000;
}
.ms_chb_prime:after{
	content: "";
	position: absolute;
	left: -50%;
	top: -50%;
	width: 200%;
	height: 200%;
	background-image: url("/imgs/ms_check_mark_green.png");
	background-repeat: no-repeat;
	background-size: 100%;
}




/* multiselect END*/


/*misc*/
.er_cls{
	border-color: red;
	color: #a00;
	background: #FFFF00;
}
#err_msg{
	margin: .5em 0 .8em 0;
	padding: .3ex 0 0;
	font-size: 130%;
	text-align: center;
	color: #a00;
	background: #FFFF00;
	line-height: 3ex;
	height: 3ex;
	border: 1px solid red;
}
.fld_cmt{
	display: block;
	font-size: 80%;
	color: #636363;
	font-style: italic;
	margin: -.1em 0 -.5em 0;
}
/*h ver*/
#hv_img_sec{
	display: inline-block;
	width: 13em;
	vertical-align: bottom;
	padding: .2em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
	border: 1px solid #808080;
	background: white;
	position: relative;
}
#hv_img{
	display: block;
	width: 13em;
	height: 4.33em;
}
#hv_arw{
	display: inline-block;
	width: 5em;
	height: 3em;
	padding: .2em 0 0;
	vertical-align: top;
	position: relative;
}
#hv_arw:before{
	content: ">>>>>";
	display: block;
	position: absolute;
	top: .3em;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 120%;
	font-weight: 900;
}
:root #hv_arw:before{
	display: none;
}
#hv_inp{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#svg_arw{
	width: 5em;
	height: 3em;
	display: block;
}
.svg_arw_p{
	stroke-linejoin:round;
	stroke:rgba(0,0,0,.3);
	stroke-linecap:round;
	stroke-miterlimit:4;
	stroke-width:2;
	fill:none;
}
#svg_arw_p_reg{
	display: block;
}
#svg_arw_p_mob{
	display: none;
}
.fsel_actv{
	border-color: #FFFFFF;
	 background: #A3C3E0;
	color: #FFFFFF;
}
.fsel_actv_lbl{
	font-weight: 900;
}
#single_show_fcont{
	display: block;
	width: 100%;
}
#single_show_date{
	font-size: 110%;
	color: gray;
	margin-top: .5em;
	padding-top: .5em;
	border-top: 1px solid #D1D1D1;
}

#fi_a_hv{
	display: block;
	width: 6em;
	font-size: 120%;
	font-weight: 900;
}

#sbmt{
	-webkit-border-radius: .3em;
	border-radius: .3em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: 1px 1px 1px gray;
	-moz-box-shadow: 1px 1px 1px gray;
	box-shadow: 1px 1px 1px gray;
    -moz-box-sizing: content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;

	font-size: 110%;
	display: block;
	background: #4e94c5;
	padding: .2em 0;
	text-align: center;
	border: none;
	color: white;
	position: absolute;
	bottom: .5em;
	width: 31%;
	left: 63%;
	transition: border-radius .8s;
	-webkit-transition: border-radius .8s;
	cursor: pointer;
}
#sbmt:hover{
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
#sbmt:disabled{
	background: #DBDBDB;
}
#sbmt:hover:disabled{
	-webkit-border-radius: .3em;
	border-radius: .3em;
	transition: none;
	-webkit-transition: none;
}
#ul_ruls{
	padding: 1em 0 0 1em;
	font-style: italic;
	font-size: 85%;
	border-top: 1px solid gray;
	/*list-style: circle;*/
	list-style-position: outside;
	box-sizing: border-box;
	margin-bottom: 3em;
}
.li_ruls{
	margin-bottom: .4em;
}
.lir_big{
	font-size: 120%;
}
.thnx{
	text-align: right;
	font-size: 90%;
	padding: .5em 0;
	display: block;
}
.thnx span{
	color: gray;
	display: block;
	font-size: 80%;
	font-style: italic;
}
#sm_cont{
	text-align: right;
	margin: 2em 0;
}
.sm_icon,.sm_icon_s{
	width: 3em;
	height: 3em;
	display: inline-block;
	margin: 0 0 0 .4em;
}
.sm_svgs,.sm_svgs_s{
	width: 3em;
	height: 3em;
}
.sm_icon_s{
	opacity: .4;
	vertical-align: top;
	margin-top: .2em;
	margin-right: -.4em;
}
.sm_icon_s,
.sm_svgs_s{
	width: 4em;
}
.sm_svgs_s{
	height: 2em
}

#sm_svg_fb{
	fill: #6d85b4;
}
#sm_svg_tw{
	fill-rule: evenodd;
	fill:#5eaade;
}
#sm_svg_gl{
	fill-rule: evenodd;
	fill: #da4835;
}
#sm_svg_a1{
	display: none;
}
.sm_old_b{
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#footer{
	position: absolute;
	bottom: 0;
	left: 1em;
	right: 1em;
	height: 2em;
	line-height: 2em;
}
footer{
	border-top: 1px solid gray;
	display: block;
	height: 2em;
	line-height: 2em;
	padding: 0 .5em 0 0;
	max-width: 72em;
	text-align: right;
	margin: 0 auto;
	padding: 0 1em 0 0;
	position: relative;
}
footer:before, footer:after{
	content: '';
	position: absolute;
	display: block;
	right: 0;
	top: -4px;
	width: 7px;
	height: 7px;
	background: gray;
}
footer:after{
	left: 0;
}
.wsp_nb{
	white-space: nowrap;
}
/*thank you page*/
#thp_main{
	float: left;
	width: 55%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding: 0 0 2em;
}

#thp_note{
	float: right;
	width: 41%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding: 0 0 2em;
}
#thp_thnx{
	font-size: 100%;
}
.session_timeout{
	left: 1em;
	position: absolute;
	bottom: -1em;
	right: 1em;
	background: #5B5B5B;
	background: rgba(0,0,0,.7);
	color: white;
	text-align: center;
	font-size: 130%;
	padding: 1em 1em;
	line-height: 1.4;
}
#sbmt.sending_request{
	background-image:  url('data:image/gif;base64,R0lGODlhEAAKAIAAAP///////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgABACwAAAAAEAAKAAACFoyPqcudAA6UkVozb8i7Ys9xzkiWQQEAIfkECQoAAQAsAAAAABAACgAAAhmMj6mb4MDQg8Eda2amlet+ec8WhliEpmkBACH5BAkKAAEALAAAAAAQAAoAAAIbjI9pwKDa3ENxycBOxTdb73FaY41jOHFoyiIFACH5BAkKAAEALAAAAAAQAAoAAAIZjI+pm+DA0IPBHWtmppXrfnnPFoZYhKZpAQAh+QQJCgABACwAAAAAEAAKAAACFoyPqcudAA6UkVozb8i7Ys9xzkiWQQEAIfkECQoAAQAsAAAAABAACgAAAhiMj6nLBg/Yc5CiGWDM23KMeZqnjM2JLgUAIfkECQoAAQAsAAAAABAACgAAAhuMj6kBDZvcW81IOzGuLPc9cVrHiZEDIVfKGgUAIfkECQoAAQAsAAAAABAACgAAAhiMj6nLBg/Yc5CiGWDM23KMeZqnjM2JLgUAIfkECQoAAQAsAAAAABAACgAAAhaMj6nLnQAOlJFaM2/Iu2LPcc5IlkEBACH5BAkKAAEALAAAAAAQAAoAAAIZjI+pywsPzpMxwGrxzDtTc31gFTZjZ6ZNAQAh+QQJCgABACwAAAAAEAAKAAACGoyPqQoNm9wz7dQg7cQz0315nPZdULmd4pkUACH5BAkKAAEALAAAAAAQAAoAAAIZjI+pywsPzpMxwGrxzDtTc31gFTZjZ6ZNAQA7');
	background-repeat: no-repeat;
	background-position: .8em 52%;
	left: auto;
	right: 2em;
	min-width: 31%;
	width: auto;
	outline: none;
	padding-left: 1.25em;
}

#sbmt:focus {outline:none;}
#sbmt::-moz-focus-inner {border:0;}


@media screen and (max-width: 800px){
	body{
		min-width: 32em;
	}
	/*heade*/
	#hinfo{
		min-width: 0em;
		padding: 0;
		min-height: 7em;
		overflow: hidden;
	}
	h1{
		left: 2%;
		font-size: 220%;
		width: 50%;
	}
	#hs_s{
		font-size: 60%;
	}
	#head_nav{
		padding: .3em 0;
		position: relative;
	}
	#head_nav span{
		font-size: 75%;
		display: block;
		margin: 0 2% 0 0;
	}
	#tbl_link{
		margin: 0 2% 0 0;
		padding: 0;
		color: #9BA2B7;
		border: none;
	}
	#bk_img1{
		position: relative;
		left: 52%;
		height: auto;
		right: auto;
		top: auto;
		width: 48%;
	}

	/*heade_end*/

	h2{
		padding: .3em 0 .2em;
	}
	.top2{
		margin: 0;
	}
	.top2_t{
		margin: -1.6em 0 0;
	}
	.h3_guest{
		margin-bottom: 0;
	}

	#blurb{
		margin: 0;
		padding: 0;
		float: none;
		width: 100%;
		z-index: 800;
	}
	#main_sched{
		margin: 0 0 0 0;
		max-width: 38em;
	}
	.sched_line{
		margin: 0;
		padding: .3em 0 .5em 2em;
	}
	#sl_no_shows{
		margin: 1.5em .5em 1.5em 0;
	}
	#form_cont{
		float: none;
		width: 100%;
	}
	form{
		max-width: 37em;
		margin: 1em auto;
	}
	#ul_ruls{
		padding: 1em 0 0 1em;
		max-width: 44em;
		width: 100%;
		margin: 0 auto 3em;
		display: block;
	}
	#main_sched .no_more_tix:after{
		top: 55%;
		left: 30%;
	}
	.fncy_sel_b{
		left: 35%;
		margin-left: -10em;
	}
	#f_sel_close{
		top: -1.5em;
		right: -1.5em;
		height: 2em;
		width: 2em;
	}
	#svg_x{
		width: 2em;
		height: 2em;
	}
	#sm_cont{
		margin: 1.2em 0 0;
	}

	.sm_icon,.sm_icon_s{
		margin: 0 0 0 .5em;
		vertical-align: top;
	}
	.sm_icon_s{
		margin-right: -.2em;
		width: 4em;
	}
	.sm_svgs_s{
		width: 4em;
		height: 2em;
		margin-top: .5em;
		display: block;
	}
	#sm_svg_a1{
		display: none;
	}
	#sm_svg_a2{
		display: block;
	}



	#thp_main, #thp_note{
		float: none;
		width: 100%;
	}
	#thp_main{
		padding: 0;
	}
}

@media screen and (max-width: 479px) {
	body{
		min-width: 21em;
	}

	/*head*/

	#header{
		background: #FCFCFC;
	}
	#hinfo{
		padding: 0;
	}
	h1{
		margin: 0;
		position: relative;
		padding: .1em 0 .2em .5em;
		font-size: 180%;
		left: 0;
		height: auto;
		top: auto;
		width: auto;
	}
	#hs_s{
		font-size: 70%;
		padding: 0 0 0 0;
		margin: 0;
		width: 100%;
		left: 0;
		font-style: normal;
	}
	#head_nav{
		border-bottom: none;
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
		padding-bottom: .5em;
	}
	#head_nav span{
		font-size: 70%;
	}
	#network_logo{
		height: 1.8em;
		margin: -.9em 0 0;
		left: .6em;
	}
	#tbl_link{
		font-size: 90%;
	}
	#bk_img1{
		left: auto;
		width: 100%;
	}

	/*heade_end*/

	h2{
		font-size: 140%;
		padding: .4em 0 .1em;
	}

    .blurb-p{
        font-size: 110%;
        line-height: 1.25;
    }
	/*.top2_t{*/
	/*	margin: 0;*/
	/*}*/
	.h3_guest{
		margin-bottom: .2em;
		background: rgba(255, 255, 255, 0.4);
		padding: .1em 0 .2em .6em;
	}
	#main_sched{
		margin: 0 0 1.5em 0;
		max-width: 38em;
	}
	.sched_line{
		margin: 0;
		padding: .3em 0 .5em 1.3em;
	}
	.sl_guest{
		margin: -.1em 0 .2em -1em;
	}
	.sl_guest_img{
		display: none;
	}
	/*#sm_cont{*/
	/*	margin: .8em 0 0;*/
	/*	text-align: center;*/
	/*}*/
	/*.sm_icon{*/
	/*	width: 25%;*/
	/*	height: 3em;*/
	/*	display: inline-block;*/
	/*	margin: 0;*/
	/*}*/
	.sm_icon{
		margin-left: .3em;
	}
	.sm_icon,.sm_svgs{
		width: 2.6em;
		height: 2.6em;
	}
	.sm_icon_s{
		margin-top: -.7em;
		margin-right: -.8em;
		width: 3.4em;
	}
	.sm_svgs_s{
		width: 3.4em;
		height: 1.7em;
	}


	/*form fields*/
	.fld_na{
		overflow: hidden;
	}
	.sub_sec_t{
		width: 48%;

	}
	.sub_sec_tn, .sub_sec_c{
		display: block;
		width: 96%;
		margin-top: .5em;
	}
	.sub_sec_t_single{
		width: 100%;
	}
	.fld_single_show{
		display: block;
	}
	:root .sec_head{
		margin: 0 0 .6em 1em;
		padding: 0 0 .2em .5em;
	}
	#fi_tix{
		width: 43%;
	}
	#ss_name,#ss_link,#ss_email,#ss_tel,#ss_ref{
		width: 96%;
		margin: .5em 0 0 0;
	}
	#ss_tel{
		width: 85%;
	}
	#ss_ref{
		width: 75%;
	}
	#ss_zip,#ss_age{
		display: inline-block;
		margin: .7em 0 0 0;
		width: 30%;
	}
	#ss_age{
		width: 40%;
		margin-left: 5%;
	}
	.sec_cmt{
		margin: .5em 0 0 0;
	}
	#hv_inp{
		display: inline-block;
		vertical-align: top;
		position: relative;
		margin-top: 1em;
	}
	#hv_fldset{
		text-align: center;
	}
	#hv_sec_head{
		text-align: left;
	}
	#hv_sec_head span{
		font-size: 80%;
		/*display: block;*/
		font-style: italic;
		line-height: 1.2ex;
		white-space: nowrap;
	}
	#hv_img_sec{
		display: block;
		margin: 0 auto;
	}
	#svg_arw_p_reg{
		display: none;
	}
	#svg_arw_p_mob{
		display: block;
	}
	#sbmt{
		position: relative;
		bottom: auto;
		width: 61%;
		left: auto;
		transition: none;
		-webkit-transition:  none;
		margin: .8em auto 0;
		padding: .5em 0;
		font-weight: bolder;
	}
	#sbmt.sending_request{
		right: auto;
		min-width: 61%;
		width: auto;
		padding-left: 1.25em;
		padding-right: 1em;
	}
	#fncy_sel{
		width: auto;
		top: 5.6em;
	}
	.f_sel_line{
		height: auto;
	}
	.fncy_sel_p, .fncy_sel_b{
		left: .5em;
		right: 1em;
		margin: 0;
	}
	.fncy_sel_p:before{
		left: 1em;
	}
	.fncy_sel_b:before{
		left: 52%;
	}
	.f_sel_date_ng{
		font-size: 110%;
	}
	.f_sel_shwt{
		margin-top: 0;
	}
	.f_sel_img{
		display: none;
	}
	.cc_cont{
		display: none;
	}
	footer{
		font-size: 60%;
		height: 3.2em;
		line-height: 3.2em;
		/*white-space: nowrap;*/
		/*overflow: hidden;*/
	}
	#thp_note{
		margin-top: 1em;
	}
}
