@charset "utf-8";
/* CSS Document */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	margin: 0; /* to prevent IE from screwing up 100% width */
	padding: 0; /* to prevent IE from screwing up 100% width */
	background-color: #DCDBEB;
    color: #000;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
}
p, div {
    margin: 0;
	padding: 0;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
	display:block; /* to resolve 3px bottom margin of every image in div */	
}
.imgInline {
	display:inline-block;
}
a {
	color: #006FB4; /* customize based on color scheme - current tab*/
}
a.rounded-button, a.rounded-button-larger {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background-color: #006FB4; /* customize based on color scheme - nav color */
    color: white;
	text-decoration: none;
	font-size: 0.8em;
    border: 0;
    padding: 4px 8px 6px;
    margin: 0 0 0 0.25em;
}
a.rounded-button-larger {font-size: 1em}
a.rounded-button:active, a.rounded-button:hover {    
    background: #BFE3F7; /* #66bdeb customize based on color scheme - lighter nav color */
	color: #000000;
}
.form-button {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background-color: #006FB4; /* customize based on color scheme - nav color */
    color: white;
	text-decoration: none;
	font-size: 90%;
    border: 0;
    padding: 4px 7px;
    margin: 0 0 0 0.25em; 	
}
.radioHang {
  padding-left: 26px ;
  text-indent: -26px ;
}

.sectionBox {
	margin: 10px 0px;
	padding: 10px 10px 16px 10px;
	background-color: #ececec;
	width: 98%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;	
}

input[type="submit"].form-button, input[type="submit"].form-button-larger {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background-color: #006FB4; /* customize based on color scheme - nav color */
    color: white;
	text-decoration: none;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    border: 0;
    padding: 4px 7px;
    margin: 0 0 0 0.25em;
	width: auto; 	
}

input[type="submit"].form-button-larger {font-size: 1em}

.clearall {
	clear: both;
}
.title {
	font: 24px bold Verdana, Arial, Helvetica, sans-serif;
}
.subtitle {
	font: 18px bold Verdana, Arial, Helvetica, sans-serif;
}
.sectionhead {
	font: 18px bold Verdana, Arial, Helvetica, sans-serif;
	color: #009;
}
.text11 {
	font-size: 11px;	
}
.text12 {
	font-size: 12px;	
}

/*page definitions*/
#header {
	min-height: 60px;	
}
#logo {
	float: left;
	max-width: 350px;
	padding-top: 7px;
	padding-left: 18px;
	overflow: hidden;
}

#headerRightSide {
	display: inline-block;
	float: right;
	text-align: right;
	margin-top: 12px;
	vertical-align: top;
	padding-right: 2.0em;
}
#socialmedia {
	display: inline-block;
	padding-right: 1.5em;
	padding-top: 0.25em;
}
#register {
	display: inline-block;
	vertical-align: top; /*keeps it lined up top*/
}

#register a {
	background: #000000 none repeat scroll 0 0;
	color: #ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;		
	display: inline-block;
	font-size: 1.1em;
	letter-spacing: 1px;
	padding: 8px 16px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

/*
nav {
	width: 100%;
	font-size: 1.0em; /*16px base
	display: block;	
	/*color: #fff;
	background-color: #000;
	overflow: hidden; 
}
nav a {
	text-decoration: none; 
	/*color: #fff; 
	margin: 12px 0 12px 30px;
	display: inline-block;
}

.home-nav { margin-left: 24px }	
*/

.content-full-nav {
	max-width: 1000px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.content-full {
	max-width: 1000px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden;
}

.content-contentpage {
	width: 970.5px; /* because of Chrome 1px bug when using 100% on a 970px table, returns 969.71 */
	margin: 0 auto;
}

#wrapper {
	background-color: #FFF;
}

#mastheadFrame {
	background-color: #000;	
	padding: 15px 15px 0px;
	max-width: 1000px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden;	
}

#frame {
	background-color: #000;	
	padding: 15px;
	max-width: 1000px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden;
}


#masthead { 
	/*padding-bottom: 15px;*/
}

#content {
	max-width: 970px;
	background-color: #fff; 		
}

#content-white {
	max-width: 970px;
	background-color: #fff; 
}

/*horizontal thermometer*/
.therm_text {
	font-size: 95%;
}

/* vertical thermometer */
#vThermometer {
}

#vThermometer .vertical .progress-bar {
  height: 170px;
  width: 60px;
}

#vThermometer .vertical .progress-track {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ebebeb;
}

#vThermometer .vertical .progress-fill {
  position: relative;
  /*background: #825;*/
  /*height: 50%;*/
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: "Lato","Verdana",sans-serif;
  font-size: 12px;
  line-height: 20px;

  background-color: #006fb4;
  background: -webkit-linear-gradient(center bottom, #006fb4 37%, #006fb4 69%); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(center bottom, #006fb4 37%, #006fb4 69%); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(center bottom, #006fb4 37%, #006fb4 69%); /* For Firefox 3.6 to 15 */
  background: linear-gradient(center bottom, #006fb4 37%, #006fb4 69%); /* Standard syntax (must be last) */	   
	   
  -webkit-box-shadow: 
	inset 0 2px 9px  rgba(255,255,255,0.3),
	inset 0 -2px 6px rgba(0,0,0,0.4);
  -moz-box-shadow: 
	inset 0 2px 9px  rgba(255,255,255,0.3),
	inset 0 -2px 6px rgba(0,0,0,0.4);
  box-shadow: 
	inset 0 2px 9px  rgba(255,255,255,0.3),
	inset 0 -2px 6px rgba(0,0,0,0.4);	   

}

#vThermometer .vertical .progress-fill:after {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent); /* For Firefox 3.6 to 15 */
    background: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent); /* Standard syntax (must be last) */	
	z-index: 1;
	background-size: 40px 40px;
	/*-webkit-animation: move 2s linear infinite;*/
	overflow: hidden;
}


#vThermometer .rounded .progress-track,
#vThermometer .rounded .progress-fill {
  box-shadow: inset 0 0 5px rgba(0,0,0,.2);
  border-radius: 3px;
}

/* register, sponsor, donate buttons */
a.btn { 
    background: -webkit-linear-gradient(#0096F0, #006fb4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0096F0, #006fb4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0096F0, #006fb4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0096F0, #006fb4); /* Standard syntax (must be last) */
	background-color:#006fb4;
    border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow:inset 0px -1px 1px 0px #802A4E; 
	-webkit-box-shadow:inset 0px -1px 1px 0px #802A4E; 
	box-shadow:inset 0px -1px 1px 0px #802A4E;
	color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 11px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}

	
#footer {
	
}

.label {
	line-height: 1.2em;
}

/* validation related */
td.field input.error, td.field select.error, div.field {
    border: 2px solid red;
    background-color: #FFFFD5;
    margin: 0px;
    color: red;
}
label.error {
    display: block;
    color: red;
    font-style: italic;
    font-weight: normal;
	font-size: 14px;
}
.error span, .errorcheckboxes span {
    color: red;
}
/* countdown style */
.lcdstyle{ /*Example CSS to create LCD countdown look*/
	color:#000;
	font: bold 18px Arial, Helvetica, sans-serif;
	padding: 3px;
}

.lcdstyle em { /*Example CSS to create LCD countdown look*/
	font-size: 80%;
	letter-spacing: -0.05em;
	color: #999;
	font-style:normal;
}

/* slideshow related */
#slidecontainer, #slidecontainerMobile {
	position: relative;	
}

#slideshow, #slideshowMobile {
    position:relative;
    height: 376px;
}

#slideshow div, #slideshowMobile div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	opacity:0.0;
}

#slideshow div.active, #slideshowMobile div.active {
    z-index:102;
	opacity:1.0;
}

#slideshow div.last-active, #slideshowMobile div.last-active {
    z-index:101;
}

#slide-buttons, #slide-buttonsMobile {
    position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 1000;
}

.slide-button {
	background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff inset; /* charcoal - #252525 */
    height: 16px;
    overflow: hidden;
    position: absolute;
    transition: background 0.3s ease 0s;
    width: 16px;
}

.slide-button:hover {
	background: #A0A0A0 none repeat scroll 0 0;
}

.slide-button.active {
    background: #fff none repeat scroll 0 0;
	/*box-shadow: 0 0 0 2px #fff inset;*/
}

/* slideshow related */

.regbox {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #e6e5ec;
    background-color: #ececec;
	padding: 6px; 
	width: 98%;
	line-height: 28px;	
	-moz-box-shadow: 2px 2px 6px #ccc;
	-webkit-box-shadow: 2px 2px 6px #ccc;
	-khtml-box-shadow: 2px 2px 6px #ccc;	
	box-shadow: 2px 2px 6px #ccc;		
}

.reg_Buttons {
	float: left;
	width: 180px;
	margin-bottom: 1em;	
}

a.regbtn {
	width: 160px;
	font-size: 16px;
	padding: 20px 8px;		
}

/* scroll box */
div.vertical_scroller{
	position: relative;
	height: 300px;
	width: 94%;
	display: block;
	background-color: #ffffff;
	overflow:hidden;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #000000;
    padding: 0px 6px;
}
div.scrollingtext{
	position: absolute;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
    width: 94%;
}

/*large countdown*/
.countdown_div {
	color: #FFF;
	padding: 10px 10px; 
	height: 95px; 
	border: 1px solid #333;
	
}
.countdown_hours {
	font-size: 3.6em;
	font-weight: bold;
	float: left;
	text-align: center;
	padding-right: 0.4em;
	line-height: 1.0em;
}
.countdown_time {
	font-size: 2.6em;
	font-weight: bold;
	float: left;
	text-align: left;
	padding-top: 0.15em;
	line-height: 1.0em;
}
.countdown_label {
	font-size: 0.25em;
	line-height: 1.0em;
	padding-left: 4px;
}
.countdown_over {
	font-size: 2.6em;	
	text-align: center;
	padding-top: 0.5em;
	line-height: 1.0em;
}

/*#systempage {
	background-color: #fff;
}*/


/* leader board large and search display begin */
#leaderboard {
	padding-left: 10px;
}

#leaderboard a.rounded-button {
    background-color: #006fb4;
    border: 0 none;
    /*border-radius: 6px;*/
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 2px 2px 6px #ccc;
	-webkit-box-shadow: 2px 2px 6px #ccc;
	-khtml-box-shadow: 2px 2px 6px #ccc;	
	box-shadow: 2px 2px 6px #ccc;	
	
	
    color: white;
    font-size: 90%;
    margin: 0 0 0 0.25em;
    padding: 5px 7px;
    text-decoration: none;
}

.searchbar {
	margin: 10px;
	padding: 10px;
	background-color: #000;
	font-size: 12px; 	
}

#individuals_large #button, #teams_large #button {
	width: 70px;
	padding: 4px 4px 7px;
}

#team_button, #part_button {
	font-size: 150%
}

.participants {
	padding: 8px 0;	
}

.participants ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;	
	text-align: center;
}

.participants ul:after {
	clear: both;
	content: " ";
	display: table;
}

.participants li {
	box-sizing: border-box;
	padding: 12px 3px;	
	/*float: left;*/
	width: 236px;
	position: relative;
	display: inline-block;	
}

.participant_box {
	box-sizing: border-box;
	/*width: 246px;*/
	padding: 14px;	
	background: none repeat scroll 0 0 white;
	border: 1px solid #e6e5ec;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 2px 2px 6px #ccc;
	-webkit-box-shadow: 2px 2px 6px #ccc;
	-khtml-box-shadow: 2px 2px 6px #ccc;	
	box-shadow: 2px 2px 6px #ccc;
	font-family: Arial, Helvetica, sans-serif;
}

.participant_box_photo {
	box-sizing: border-box;
	text-align: center;
	height: 200px;
	overflow: hidden;
	display: inline-block;		
}

.participant_box_name {
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-size: 1.1em;
	height: 17px;
	overflow: hidden;
	font-weight: 700;
	padding-bottom: 3px;	
}

.participant_box_name a {
	text-decoration: none	
}

.participant_box_label {
	text-align: center;
	height: 21px;
	overflow: hidden;
	margin-bottom: 9px;
	font-size: 0.9em;
	padding-top: 4px;	
}
/* leader board large and search display end */
.buttonLeft {
	float: left;
	width: auto;
}
.buttonRight {
	float: right;
	width: auto;
}

.mobileParticipantDetail {
	display: none;
}

.alreadyParticipated {
  /*-moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  border-radius: 18px;*/
 
}

.alreadyParticipated a {
	color: white;	
	text-decoration: none;
	
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: #006FB4; /* customize based on color scheme - nav color */
  font-size: 1.5em;
  border: 0px;
  padding: 4px 8px 6px;
  margin: 0 0.5em 0 0;
  width: 320px; 
  text-align: center;
  line-height: 1.3em;
  display: flex;
  align-items: center; 
  justify-content: center; 	
}

.sponsor-carousel .item{
  margin: 20px;
}
.sponsor-carousel .item img{
  display: block;
  margin: 0 auto;
  width: 200px;
  height: auto;
}


/*
.owl-carousel .item img{
  display: block;
  margin: 0 auto;
  width: 200px;
  height: auto;
}*/