*,*:before,*:after {
    box-sizing:inherit;
 }
html{
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

body{
	margin: 0;
	padding: 0;
	min-height:300px;
}
html{
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:16px;
}

td{vertical-align:top;}
img{border:0;}
hr{color:#363;}
form{margin:0;}
p{
	margin:0 0 1em 0;
	line-height:1.5em;
}

a{color:#12389D;}
a:hover{color:#677caf;}

.bld{font-weight:bold;}
.italic{font-style:italic;}
.fs img{height:24px;margin:.4em;vertical-align:middle;}

.w50p{width:50%;}
.w100p{width:100%;}

/* full width TopOfPage bar at bottom of page */
.topofpage{
	margin:1em 0 0 0;
	padding:.5em;
	background-color:#0A1E65;
	color:#FFF;
	background: rgb(76,76,76);
	background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
	background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
	background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
	transition:0.5s;
}
.topofpage:hover{
	background: rgb(19,19,19);
	background: -moz-linear-gradient(top, rgba(19,19,19,1) 0%, rgba(28,28,28,1) 9%, rgba(43,43,43,1) 24%, rgba(17,17,17,1) 40%, rgba(0,0,0,1) 49%, rgba(44,44,44,1) 50%, rgba(71,71,71,1) 61%, rgba(102,102,102,1) 75%, rgba(89,89,89,1) 88%, rgba(76,76,76,1) 100%);
	background: -webkit-linear-gradient(top, rgba(19,19,19,1) 0%,rgba(28,28,28,1) 9%,rgba(43,43,43,1) 24%,rgba(17,17,17,1) 40%,rgba(0,0,0,1) 49%,rgba(44,44,44,1) 50%,rgba(71,71,71,1) 61%,rgba(102,102,102,1) 75%,rgba(89,89,89,1) 88%,rgba(76,76,76,1) 100%);
	background: linear-gradient(to bottom, rgba(19,19,19,1) 0%,rgba(28,28,28,1) 9%,rgba(43,43,43,1) 24%,rgba(17,17,17,1) 40%,rgba(0,0,0,1) 49%,rgba(44,44,44,1) 50%,rgba(71,71,71,1) 61%,rgba(102,102,102,1) 75%,rgba(89,89,89,1) 88%,rgba(76,76,76,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#4c4c4c',GradientType=0 );
}

.error{
	padding:.5em;
	border:.25em solid #D00;
	background:#FFE;
	color:#D00;
	font-weight:bold;
	font-size:1.1em;
	text-align:center;
}

.fleft{float:left;}
.fright{float:right;}

.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}
.justify{text-align:justify;}

.clear{clear:both;}

a.external{
   padding-right:13px;
   background:transparent url("/pics/external.png") no-repeat scroll right center;
}

/* SITE SPECIFIC */
#outerwrapper{
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body{
	margin:0;
	padding:0;
	background-color:#FFF;
}

.header{
	margin:0 auto;
	padding:1em;
	width:100%;
	color:#000;
	text-align:center;
	text-shadow:.2em .2em .2em #BBB;
	background-color:#FFF;
}
.header h1{
	margin:0;
}
.header h1 em{
	font-size:.6em;
	vertical-align:super;
}
.header h1 a{
	text-decoration:none;
}
.header_contacts{
	margin:0;
	padding:0;
	font-weight:normal;
	color:#333;
}
.header_contacts a{
	text-decoration:none;
	color:#333;
}
.nowrap{
	display:inline-block;
	white-space:nowrap;
	padding-left:20px;
}
.nowrap:first-child{padding-left:0;}

#footer{
	float:left;
	margin:0;
	padding:1em;
	width:100%;
	height:100%;
	bottom:0;
	background-color:#12389D;
	font-size:.9em;
	text-align:center;
	color:#BBB;
}
#footer a{color:#CCC;}
#footer a:hover{color:#EEE;}

#footer_menu{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align:center;
}
#footer_menu > li{
	margin:.25em auto;
	display:inline-block;
	width:100%;
}
#footer_menu li a{
	margin:0;
	padding:.5em 2.5em;
	text-decoration: none;
	font-weight: bolder;
	width: auto;
	display: block;
	text-align: center;
	line-height: 1em;
	color:#FFE;
	border:.1em solid #CCC;
	background-color:#444;
	border-radius:.4em;
}
#footer_menu li a:hover{
	background-color:#BBBBBB;
	color:#333;
}

.siteWidth{
	max-width:800px;
	width:100%
}

#bg_top{
	position:relative;
	z-index:-1;
	overflow:hidden;
	width:100%;
	height:25em;
	border-bottom:15px solid #12389D;
}
.pHigh{
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	right:0;
	padding:5px;
	width:100%;
	font-size:2em;
	color:#FFF;
	background-color: rgba(0,0,0,0.0);
	text-shadow: -1px 0 2px #000, 0 1px 2px #000, 1px 0 2px #000, 0 -1px 2px #000;
}
.pHigh > p{
	line-height:1em;
}
.blurCover{
	z-index:0;
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.2);
}
#content{
	position:relative;
	margin:0 auto 100px auto;
	padding:10px;
	width:100%;
	min-height:300px;
}
.centercontent{
	margin:0 auto;
	text-align:center;
}
.txtSm6{
	font-size:.6em;
	width:60%;
	margin:0 auto;
	font-weight:bold;
}

nav {
	z-index:15;
	background:#12389D;
	width:100%;
	font-weight:bold;
}
nav a {
	font-size:1em;
	padding:1em .75em;
	text-shadow:.2em .2em .2em #333;
}
nav ul {
	z-index:1;
	text-align:center;
	font-size:0;
	margin:0;
	padding:0;
}
nav ul li {
	display:inline-block;
	position:relative;
}
nav ul li a {
	color:#FFF;
	display:block;
	font-size:14px;
	text-decoration:none;
}
nav ul li:hover{background:#BBBBBB;}
nav ul li:hover a{color:#FFF;}
nav ul li ul {
	border-bottom: 10px solid #806F5E;
	display: none;
	position: absolute;
	max-width: 400px;
	min-width: 200px;
}

nav ul li ul li {
	border-top: 1px solid #444;
	display: block;
	box-shadow:1em 1em 1em  #d00;
	-webkit-box-shadow:1em 1em 1em  #d00;
	-mox-box-shadow:1em 1em 1em  #d00;
}

nav ul li ul li:first-child{border-top: none;}

nav ul li ul li a {
  text-shadow:.2em .2em .2em #333;
  background: #373737;
  display: block;
  padding: 10px 14px;
}

nav ul li ul li a:hover{
	background: #806F5E;
	color:#FFF;
}

nav ul li a span{
	font-size:.9em;
	font-weight:normal;
}

.footer_bottom_content .right,
.footer_bottom_content .left{
	width:100%;
	float:left;
	text-align:center;
	margin:10px auto;
}

/* misc screen modifications */
img.slant{
	transform:rotate(7deg);
	width:25%;
	min-width:100px;
}
.shadow{
	box-shadow:1em 1em .5em #888;
	-webkit-box-shadow:1em 1em .5em #888;
	-mox-box-shadow:1em 1em .5em #888;

}
.rounded{
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
}
.margin1em{margin:1em;}
.margin2em{margin:2em;}

#bg_loop{
	z-index:-1;
	position:absolute;
	margin:0;
	padding:0;
	width:100%;
	top:0;
	left:0;
}
#bg_loop img{
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	height:395px;
	width:100%;
	object-fit:cover;
}
#bg_loop img.active{z-index:3;}

.dtl_left{
	position:relative;
	float:left;
	clear:left;
	width:20%;
	text-align:right;
	font-weight:bold;
	padding:1em 1em 0 .5em ;
}
.dtl_right{
	position:relative;
	float:left;
	padding:1em 0 0 .5em ;
	width:80%;
	text-align:left;
	font-weight:normal;
}
.curr_event{
	padding:.2em .5em;
	color:#D00;
}

/* event_details.php */

#bg_top{
	height:20em !important;
}
.zac-expand-holder {
	text-align:right;
	padding:1em;
}
.zac-expand-holder a{
	margin:0 .2em;
	padding:.2em .4em;
	border:1px solid #CCC;
	border-radius:.25em;
	-webkit-border-radius:25em;
	-moz-border-radius:25em;
	background-color:#B6CB7D;
	cursor:pointer;
	font-weight:bold;
	color:#333;
}

#zac > h3{
	clear:both;
	padding:.5em;
	margin:0 0 .5em 0;
	background-color:#15C022;
	border-radius:.5em;
	-webkit-border-radius:.5em;
	-moz-border-radius:.5em;
}
#zac div{
	padding:.5em 1em;
	font-size:.9em;
	margin-bottom:1em;
	border:0;
}

#main_details{
	float:left;
	margin:0 0 1em 0;
	padding:0;
	width:100%;
	border:.2em solid #333;
	border-radius:.5em;
	-webkit-border-radius:.5em;
	-moz-border-radius:.5em;
	font-size:1.1em;
}
#main_details .hdr{
	margin:0;
	padding:.25em;
	background-color:#333;
	text-shadow:.2em .2em .2em #111;
	background-image: -ms-radial-gradient(center, ellipse farthest-corner, #AAAAAA 0%, #333333 100%);
	background-image: -moz-radial-gradient(center, ellipse farthest-corner, #AAAAAA 0%, #333333 100%);
	background-image: -o-radial-gradient(center, ellipse farthest-corner, #AAAAAA 0%, #333333 100%);
	background-image: -webkit-gradient(radial, center center, 0, center center, 286, color-stop(0, #AAAAAA), color-stop(100, #333333));
	background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #AAAAAA 0%, #333333 100%);
	background-image: radial-gradient(ellipse farthest-corner at center, #AAAAAA 0%, #333333 100%);
	color:#FFF;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
}

#main_details{
	position:relative;
	text-align:center;
}
#main_details > div{
	margin:.25em;
	padding:0;
}
#main_details .lbl{
	width:100%;
}
#main_details .dat{
	width:100%;
	font-weight:bold;
}

.btn{

}
.btnReg{
	position:relative;
	clear:both;
	margin:1.5em auto !important;

}
.btnReg a{
	margin:.5em auto;
	padding:.5em;
	background-color:#333;
	border:1px solid #333;
	border-radius:.5em;
	-webkit-border-radius:.5em;
	-moz-border-radius:.5em;
	box-shadow:.3em .3em .3em #111;
	-webkit-box-shadow:.3em .3em .3em #111;
	-mox-box-shadow:.3em .3em .3em #111;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-size:1.3em;
}
.btnReg a:hover{
	background-color:#ddd;
	text-shadow:.1em .1em .1em #aaa;
	color:#000;
}

nav ul{z-index:1;}
#logo{
	z-index:0;
	position:absolute;
	margin:0 auto;
	top:-300px;
	width:100%;
}
#logo img{
	-webkit-filter: drop-shadow(.15em .15em .15em #FFF);
	filter:drop-shadow(.15em .15em .1em #FFF);
	width:25%;
}
