body {
//	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-family: "Manrope", sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 110%;
	font-weight: 400;
	line-height: 25px;
	font-variant: normal;
	color:#000;
	background-color: #FFFFFF;

}
.insideHeaderRounded {
	font-family: "Karla", sans-serif;
	font-size:120%;
	display:block;
	text-align:left;
	font-weight: bold;
}
.container {
   height: auto;
   overflow: hidden;
   margin-left:auto;
   margin-right:auto;
   width:90%;
   max-width:1200px;
   padding:20px;
   background-color: #FFF;
}
.mainContent {
	 margin-top:100px;
	 min-height:calc(100vh - 150px);
}
.columns-3 {
	display: grid;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
 }
.divTable {
	display:table-layout;
}
.divRow {
	display:table-row;
}
.divRow:hover {
	background-color:#e9e9e9;
}
.divRow_nohover {
	display:table-row;
}
.divHeaderCell {
	display:table-cell;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:3px;
	font-weight: bold;
}
.divCell {
	display:table-cell;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:5px;
}
.smallNudge {
	margin-right: 10px;
}
.thecheckboxes label{
	display: block;
	padding-right: 10px;
	padding-left: 22px;
	text-indent: -27px;
	line-height:20px;
}
.thecheckboxes input {
	vertical-align:middle;
}
.thecheckboxes label span {
	vertical-align:middle;
}
.thecheckboxes img {
	vertical-align:middle;
}
.divCell50 {
	display:table-cell;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:5px;
	width:45vW;
	max-height:300px;
	background-color:#FFF;
	overflow-y:auto;
	vertical-align:top;
}
.divCellBorder {
	display:table-cell;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:5px;
	border-top:1px solid #999999;
}
.divCellCenterColumn {
	width: 2vW;
	display:table-cell;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:5px;
}
.divCellVMiddle {
	display:table-cell;
	padding-left: 5px;
	padding-right: 20px;
	padding-top:5px;
	vertical-align: middle;
	border-bottom: 1px solid #999999;
}
.divRowNoHover {
	display:table-row;
}
.sixtyPercent {
	display:inline-block;
	width:60%;
	padding:20px;
	vertical-align:top;
	
}
.fortyPercent {
	display:inline-block;
	width:40%;
	padding:20px;
	vertical-align:top;
}
.seventyPercent {
	display:inline-block;
	width:70%;
	padding:20px;
	vertical-align:top;
	
}
.thirtyPercent {
	display:inline-block;
	width:30%;
	padding:20px;
	vertical-align:top;
}
.thumbnail iframe {
	width: 832px;
	height: 750px;
  }
  .thumbnail {
	position: relative;
	-ms-zoom: 0.5;
	-moz-transform: scale(0.4);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.4);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.4);
	-webkit-transform-origin: 0 0;
	
  }
  .thumbnail:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  }
  .thumbnail-container {
	max-width:100%;
	width: calc(1440px * 0.45);
	height: calc(750px * 0.45);
	display: inline-block;
	overflow: hidden;
	position: relative;
	
  }
  .thumbnail iframe {
	opacity: 0;
	transition: all 300ms ease-in-out;
  }

.profileSpan {
	line-height:90px;
	vertical-align:middle;
	float:right;

}
.Span250 {
	font-weight:bold;
	width: 250px;
	display: inline-block;
}
.footerMenuPlain {
	padding-left:10px;
	padding-right:10px;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	font-size:85%;
	display: inline;
}
.footerMenu {
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	font-size:85%;
	display: inline;
}
.footerMenuDivide {
	padding-left:10px;
	padding-right:10px;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	font-size:85%;
}
.userEventMenu {
	background-color: #999999;
	color: #FFF;
	max-height: 75px;
	font-size: 80%;
	cursor:pointer;
	padding: 3px 5px 3px 5px;
    margin: 0px 5px 10px 0px;
    vertical-align: middle;
	border-radius: 10px;
}
.userEventDefault {
	background-color: #FFF;
	color: #999999;
	max-height: 75px;
	font-size: 80%;
	font-weight: bold;
	cursor:pointer;
	padding: 3px 5px 3px 5px;
    margin: 0px 5px 10px 0px;
    vertical-align: middle;
	border-radius: 10px;
}
.eventBannerSmall {
	display:block;
	max-width:1200px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.eventBannerLarge {
	display:block;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.previewMode {
	height:50px;
	width:100%;
	background-color:#0294f1;
	color:#FFF;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.bodyContainer {
	width:90%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
}
.wherewhenIcons {
	height:60px;
}
.progress-container {
	width: 100%;
	height: 5px;
	background: #b3b3b3;
	position:absolute;
	bottom:0;
}
.progress-bar {
  height: 5px;
  background: #999;
  width: 0%;
}
.loginBox {
	margin-right:auto;
	margin-left:auto;
	width:400px;
	border:1px solid #000;
	border-radius:10px;
	padding:10px;
}
.blueButton{
	font-family: 'Open Sans', sans-serif;
	font-size:90%;
	color:#FFFFFF;
	font-style:normal;
	background-color:#3333cc;
	padding-left:13px;
	padding-right:13px;
	padding-top:8px;
	padding-bottom:8px;
	cursor:pointer;
	border-radius:10px;
	display:inline-block;
	margin-bottom:0px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}
.cards {
	width:90%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-left:auto;
	margin-right:auto;
	justify-content: center;
}
.cardsShort {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	float:left;
}
.card {
	flex: 0 0 200px;
	margin: 10px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);
	position:relative;
	cursor:pointer;
	min-height:150px;
	border-radius: 5px;
	padding:5px;
	overflow-wrap: break-word;
	width: 200px;
}
.cardShort {
	flex: 0 0 60px;
	margin: 0p 10px 0px 10px;
//	border: 1px solid #ccc;
//	box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);
	position:relative;
	cursor:pointer;
	min-height:60px;
//	border-radius: 5px;
	padding:5px;
	overflow-wrap: break-word;
}
.cardTwoThird {
	flex: 0 0 66%;
	border: 0;
	position:relative;
	padding:0px;
	overflow-wrap: break-word;
}
.cardOneThird {
	flex: 0 0 33%;
//	margin: 10px;
	border: 0;
	position:relative;
	padding:5px;
	overflow-wrap: break-word;
}
.card:hover {
	box-shadow: 2px 2px 6px 0px  #e82828;
}
.footerBar {
	height:50px;
	width:100%;
	color:#FFF;
	display:block;
}
.headerLogo {
	max-height:90px;
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
}
.userMenu {
	max-height:30px;
	vertical-align:middle;
}
.blueLink {
	cursor:pointer;
	font-size: 90%;
	color: blue;
}
.socialShareIcon {
	margin-right:15px;
	margin-left:15px;
	height:40px;
	border:0;
}
.right {
    width: 302px;
    float: right;
    background-color: #FFFFFF;
}
.right-2 {
    width: 100%;
   // float: right;
   display: none;
    background-color: #FFFFFF;
    position: absolute; top: 0; right: 0;
//padding-bottom: 20000px;
//margin-bottom: -20000px;
}
.left {
    float: none; /* not needed, just for clarification */
    background: #FFFFFF;
    /* the next props are meant to keep this block independent from the other floated one */
    width: 638px;
    overflow: hidden;
	margin:auto;
}
.left-2 {
    float: none; /* not needed, just for clarification */
    background: #FFFFFF;
    /* the next props are meant to keep this block independent from the other floated one */
    width: 100%;
	display: block;
    overflow: hidden;
}
.logoImage {
	margin-left:150px;
}
.actionSelector {
	width: 100%;
}
.headerDiv {
	background-color:#3a393a;
	width:950px;
	margin:auto;
	height:80px;
	display: block;
	z-index:-1000;
	vertical-align: middle;
}
.footerDiv{
	display: block;
	background-color: #c0c0c0;
	width:100%;
	height:30px;
	vertical-align: text-top;
}
.searchBox {
	background-color: transparent;
	background: url(logos/event_dog_paw.png) no-repeat scroll 5px 4px;
	padding-left:30px;
	border: 1px solid;
	border-radius: 25px;
	line-height: 30px;
	width: 200px;
	color: #CCC;
	font-size: 80%;
	margin-left: 10px;
	margin-top: 40px;
	z-index:1000;
}
input[type=number] {
	padding: 8px;
	font-size: 100%;
	height: auto;
}

input[type=radio] {
	top: 0;
    left: 0;
	margin: 0px 10px 0px 5px;
	vertical-align:middle;
	padding:0;
}
input[type=checkbox] {
	width: 13px;
	height: 30px;
	margin: 0px 10px 0px 5px;
	vertical-align: middle;
	position: relative;
//	top: -1px;
	overflow: hidden;
}
input[type=text] {
	color: #0000000;
	max-width:90%;
	padding: 8px;
	height: auto;
	border-radius: 10px;
	font-size: 100%;
	border:1px solid #999999;
	margin-left:5px;
}
input[type=email] {
	color: #000000;
	max-width:90%;
	padding: 8px;
	height: auto;
	border-radius: 10px;
	font-size: 100%;
	border:1px solid #999999;
	margin-left:5px;
}
input[type=password] {
	color: #000000;
	max-width:90%;
	padding: 8px;
	height: auto;
	border-radius: 10px;
	font-size: 100%;
	border:1px solid #999999;
}
input[list] {
	color: #000000;
	max-width:90%;
	height: 30px;
	border-radius: 10px;
	font-size: 100%;
	border:1px solid #999999;
}
select {
	padding: 6px;
	height: auto;
	border-radius: 10px;
	font-size: 100%;
	margin-left:5px;
}
.waiverSignature {
	margin-left: 20px;
}
.formCheckboxLabel {
	display: block;
	padding-left: 5px;
	text-indent: 5px;
}
.formRadioLabel {
	display: inline-block;
	margin-left: 15px;
	line-height: 30px;
}
.alignImageTop {
	vertical-align: text-top;
}
.transButton {
	border: 0px solid;
	color: #e7e7e9;
}
.greyFont {
	margin-top: 40px;
	color: #B3B3B3;
	margin-left: 10px;
	margin-top: 35px;
}
.optionButton {
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 90%;
	margin-left: 10px;
	float: right;
	margin-right: 10px;
	margin-top: 40px;
	padding: 10px;
	line-height: 1.2;
	cursor:pointer;
	font-weight:bold;
}
.selectNoDecoration {
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:normal;
	float: right;
	margin-right: 10px;
	margin-top: 20px;
	background: transparent;
	background: url(https://eventdog.com/a/admin/admin_images/down_chevron.png) no-repeat scroll 5px 4px;
	background-position: right;
	padding: 5px;
	line-height: 1.2;
	border: 0;
	border-radius: 0;
	font-size: 80%;
	color: #FFF;
	-webkit-appearance: none;
	-prefix-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	text-align-last:right;
}
.modal_overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vW;
	height: 100dvh;
	background-image: url("../admin/admin_images/opaque_background.png");
	z-index:1000;
	padding:20px;
}
.modal_div300 {
	width:300px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	background-color:#FFF;
	position: relative;
	top: 50%;
	max-height:80%;
	overflow-x:auto;
	overflow-y:auto;
	transform: translateY(-50%);
}
.modal_div600 {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	border:0px solid #000;
	border-radius: 10px;
	position: relative;
	top: 50%;
	min-height: 300px;
	overflow-x:hidden;
	overflow-y:hidden;
	transform: translateY(-50%);
}
.modal_div800 {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	border:0px solid #000;
	border-radius: 10px;
	position: relative;
	top: 50%;
	max-height:95%;
	transform: translateY(-50%);
}
.modalBody {
	padding:20px;
	margin-top:10px;
	max-height:calc(90% - 250px);
	overflow:auto;
}
.footerRight {
	float:right;
}
body.modal_overlay{
	overflow:hidden;
}
.modalHeader {
	color: #FFF;
	background-color:#dd2424;
	height: 50px;
}
.modalHeaderText {
	font-weight: bold;
	line-height: 50px;
	vertical-align: middle;
	display:inline-block;
	margin-left:20px;
}
form {
	display:inline;
	margin:0px;
	padding:0px;
}
.payTable {
	width:45%;
	vertical-align:top;
	display:inline-block;
	margin-right:5%;
}
.payOptionImage {
	height:50px;
	vertical-align:middle;
	margin-top:25%;
}
#discountDiv {
	width: 100vW;
}
.payButtonDefault {
	vertical-align:middle;
	border-bottom: 1px solid black;
	padding:10px;
	cursor:pointer;
	margin: 0px 0px 0px 0px;
	text-align: center;
	height:110px;
	display: inline-block;
}
.payButtonDefault:hover {
	border-color: #e82828;
	border-bottom: 2.5px solid #e82828;
}
.payButtonSet {
	vertical-align:middle;
	padding:10px;
	cursor:pointer;
	margin: 0px 0px 0px 0px;
	text-align: center;
	height:110px;
	display: inline-block;
	opacity: 100%;
}
.caret-transform {
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #e82828; /* Optional solid line */
}
.caret-transform:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%) rotate(180deg);
	width: 0px;
	height: 0px;
	border: 10px solid transparent;
	border-top-color: #e82828;
}
.redButton{
	font-size:90%;
	color:#FFFFFF;
	font-style:italic;
	background-color:#E82828;
	margin-bottom:15px;
	border-radius:10px;
	padding-left:13px;
	padding-right:13px;
	padding-top:8px;
	padding-bottom:8px;
	cursor:pointer;
	box-shadow: 3px 3px lightgray;
}
.registerAnotherSpan {
	margin-top:20px;
}
.discountCodeSpan {
	float: right;
}
.redButtonRight{
	font-size:90%;
	color:#FFFFFF;
	font-style:italic;
	background-color:#E82828;
	margin-bottom:15px;
	border-radius:10px;
	padding-left:13px;
	padding-right:13px;
	padding-top:8px;
	padding-bottom:8px;
	cursor:pointer;
	float:right;
	margin-right:0px;
	box-shadow: 3px 3px lightgray;
}
.roundedBlock {
	border:0px;
	border-radius:5px;
	margin-bottom:10px;
	padding:0px;
}
.roundedBlockContainer {
	padding-left:0px;
	padding-right:0px;
	display:inline-block;
	width:100%;
}
.headerRounded { 
	background-color:#FFF;
	border-radius:0px;
	color:#000;
	text-align:left;
	padding-top:4px;
	padding-bottom:4px;
	padding-left: 0px;
	font-weight: bold;
}

.regTileRow {
		margin-left:auto;
		margin-right:auto;
	}
.regTile {
	display:inline-block;
	width:30%;
	border:2px solid #E82828;
	border-radius: 5px;
	cursor:pointer;
	vertical-align:top;
	margin:10px;
	padding:5px;
	box-shadow: 0 4px 8px 0 #999,0 2px 10px 0 #999!important
}
.headerRounded b {
	background-color:#FFF;
	padding-right:10px;

}
.sideNav {
	text-decoration: none;
	margin-left:0px;
	margin-bottom:5px;
	font-size: 100%;
	display:block;
	cursor:pointer;
}
a.mailto:link visited {
	color:#999999;
	text-decoration: none;
	margin-left:5px;
	margin-bottom:5px;
	font-size: 100%;
}
.spanLink {
	cursor:pointer;
	background-color:#e6e6e8;
	color:#000000;
	border-top:0.1em solid #777;
	border-left:0.1em solid #777;
	border-bottom:0.1em solid #aaa;
	border-right:0.1em solid #aaa;
	padding-left:0.2em;
	padding-right:0.2em;
	border-radius: 5px;
}
.spanLink_small {
	cursor:pointer;
	background-color:#e6e6e8;
	font-size: 70%;
	color:#000000;
	border-top:0.1em solid #777;
	border-left:0.1em solid #777;
	border-bottom:0.1em solid #aaa;
	border-right:0.1em solid #aaa;
	padding-left:0.1em;
	padding-right:0.1em;
	border-radius: 5px;
}
.spanLink_flat {
	cursor:pointer;
	color:#000;
	font-style:bold;
	font-size:90%;
}
.spanLink_flat_nohover {
	cursor:pointer;
	color:#000;
	font-style:bold;
	font-size:90%;
}
.spanLink_flat:hover {
	cursor:pointer;
	color:#000;
	font-style:bold;
	text-decoration:underline;
	font-size:90%;
}
a.sidenavLink_small:link {
	color:#000;
	text-decoration: none;
	margin-left:5px;
	font-size: 90%;
}
a.sidenavLink_small:visited {
	color:#000;
	text-decoration: none;
	margin-left:5px;
	font-size: 100%;
}
.formLabel {
	width:225px;
	display:inline-block;
	text-align: right;
	margin-right:15px;
}
.questionContainer {
	cursor:pointer;
	padding-bottom:15px;
}
.mask{
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	width: 90%;
	background-color: #FFFFFF;
}
.header{
	float: left;
	width: 100%;
	background-image: url("../../eventImages/swimstart.png");
	background-repeat: no-repeat;
}
.colleft{
	position: relative;
	width: 100%;
	right: 50%;
	background-color: transparent;
}
.col1{
	position: relative;
	overflow: hidden;
	float: left;
	width: 48%;
	left: 101%;
	background-color: transparent;
}
.col2{
	position: relative;
	overflow: hidden;
	float: left;
	width: 48%;
	left: 3%;
	background-color: transparent;
}
.col3{
	margin-left:auto;
	margin-right:auto;
	background-color: transparent;
}
.footer{
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}
.halfLabel {
	width:350px;
	display:inline-block;
	font-weight: bold;
	margin-right:5px;
}
.quarterLabel {
	width:100%;
	display: block;
	margin-right:5px;
	font-size: 100%;
	margin-left:0px;
	margin-bottom: 5px;
}
.activityRollover td {
	padding-bottom: 10px;
}
.activityRollover tr:hover {
	background-color: #e6e6e8;
	cursor:pointer;
	
}
td {
	font-size: 90%;
	padding-top: 5px;
}
.error {
	color: #E82828;
	font-size:90%;
}
.header_nomouse {
	background-color:#FFFFFF;
	cursor:default;
}
.footnote {
	font-size: 80%;
	margin-left:0px;
}
.mobileView{
	display:none;
}
.divTable {
	display:table-layout;
	width:100%;
}
.divRow {
	display:table-row;
}
.divHeaderCell {
	display:table-cell;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:3px;
	font-weight: bold;
	vertical-align: middle;
	padding:5px 15px 5px 15px;
}
.divCell {
	display:table-cell;
	padding:5px 15px 5px 15px;
	margin-bottom:5px;
	vertical-align: middle;
}
.insideTableBorders {
	border-style:hidden;
}

.insideTableBorders th {
	border: 1px solid #fff;
	padding-right:13px;
}
.insideTableBorders tr:hover {
	background-color:#e9e9e9;
}
.proTipWrapper {
	background-color:#F0F7FB;
	border:1px solid #000;
	padding:10px;
}
.proTipInnerWrapper {
	margin:0px 0px 10px 0px;
}
.redRoundedHR {
	border: 5px solid #e82828;
	border-radius: 5px;
}
.proTipImage {
	height:15px;
	vertical-align:middle;
	margin-right:10px;
}
.proTipHeading {
	vertical-align:middle;
	font-weight:bold;
	font-size:120%;
}
.proTipText {
	display:inline-block;
	margin-left:30px;
}

.onethirdcolumn {
	padding:10px;
	display:inline-block;
	width:30%;
	vertical-align:top;
}
.twothirdcolumn {
	padding:10px;
	vertical-align:top;
	width:60%;
	float:right;
}
.iframemap {
	display:block;
	height: 400px;
	width: 100%;
}

.smallLogoEventPage {
	display: inline;
	max-width:240px;
	float: right;
}
.mobileBlock{
	display:inline;
	margin-left:10px;
}
.procDIV2{
	max-width:600px;
	height:200px;
	min-height: 200px;
	max-height: 500px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	border:0px solid #999999;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.merchAddToCart{
	float:right;
	width:100%;
}
.merchImages{
	float:left;
	width:300px;
	margin-left:-300px;
}
.merchDisplayDIV{
	margin-left:300px;
}
.noMobile {
	margin-right:20px;
}
.blockOnMobile {
	float:right;
}
.profileName {
	color:#000;
	font-size:100%;
	vertical-align:bottom;
	display:inline-block;
	line-height:120px;
	margin-right:20px;
}
.refLinkShoutOut {
	width:600px;
	border-radius:10px;
	padding:10px;
	margin:auto;
}
@media only screen and (max-width: 950px) {
    /* For mobile phones: */
	.profileName {
		color:#b3b3b3;
		font-size:100%;
		vertical-align:bottom;
		display:inline-block;
	}
	.refLinkShoutOut {
		width:80vW;
	}
	.columns-3 {
		display: block;
	}
	.loginBox {
		width:100%;
	}
	.blockOnMobile {
		display:block;
		margin-bottom: 20px;
	}
	.merchAddToCart{
		float:left;
		width:100%;
	}
	.merchImages{
		float:left;
		width:100%;
		margin-left:0px;
	}
	.merchDisplayDIV{
		margin-left:0px;
	}
	.regTileRow {
		width:100vW;
	}
	.regTile {
		display: block;
		width:95vW;
		margin-left:auto;
		margin-right:auto;
	}
	.wherewhenIcons {
		height:40px;
	}
	.mobileBlock{
		display:block;
		margin:0;
	}
	.noMobile {
		display:none;
	}
	.smallLogoEventPage {
		display: block;
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.footerBar {
		height:150px;
		width:100%;
		color:#FFF;
	}
	.footerMenuDivide {
		display: none;
	}
	.footerMenu {
		display:block;
		margin:auto;
		white-space:normal;
		line-height:25px;
		float:left;
		height: 30px;
	}
	.divCell50 {
		width:100%;
		display:block;
	}
	.divCellCenterColumn {
		width:100%;
		display:block;
	}
	.divTable {
		margin-right: 20px;
	}
	.smallNudge {
		margin-right: 20px;
	}
	.nomouse {
		padding:0px;
		max-height:100%;
	}
	.profileSpan {
		line-height:75px;
	}
	.progress-container {
		width: 100%;
		padding: 0px;
		position: absolute;
		bottom: 0;
	}
	.userEventMenu {
		display: block;
	}
	.thumbnail{
		position: relative;
		-ms-zoom: 0.25;
		-moz-transform: scale(0.25);
		-moz-transform-origin: 0 0;
		-o-transform: scale(0.25);
		-o-transform-origin: 0 0;
		-webkit-transform: scale(0.25);
		-webkit-transform-origin: 0 0;
	}
	.thumbnail-container {
		max-width:80vW;
		width: calc(1440px * 0.25);
		height: calc(900px * 0.25);
		display: inline-block;
		overflow: hidden;
		position: relative;
	}
	.sixtyPercent {
		display:block; 
		width:100%;
	}
	.fortyPercent {
		display:block;  
		width:100%;
	}
	.insideTableBorders table { 
		display: block; 
	}
	.insideTableBorders thead { 
		display: block; 
	}
	.insideTableBorders tbody { 
		display: block; 
	}
	.insideTableBorders th { 
		display: block; 
	}
	.insideTableBorders td { 
		display: block; 
	}
	.insideTableBorders tr { 
		display: block; 
		border-bottom: 1px solid #ccc;
	}
	.divHeaderCell {
		display: block;
	}
	.formLabel {
		display: block;
		text-align: left;
		font-weight: bold;
	}
	.onethirdcolumn {
		display:block;
		margin:auto;
		width:100%;
	}
	.twothirdcolumn {
		display:block;
		margin:auto;
		position: relative;
		overflow: hidden;
		padding-top: 56.25%;
		width:100%;
		margin-bottom: 10px;
	}
	.headerDiv {
		width: 90vW;
	}
	.iframemap {
		border:0;
		height: 350px;
		width: 100%;
		border: 0;
	}
	.roundedBlock {
		display:block;
	}
	.redButtonRight{
		margin-left:auto;
		margin-right:auto;
		margin-bottom:10px;
		float:none;
		display:block;
	}
	.optionButton {
		width:90%;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:10px;
	}
	.selectNoDecoration {
		width:90%;
		text-align-last:left;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:10px;
	}
	.divCell {
		display: block;
		border-bottom: 1px solid c0c0c0;
	}
	[class*="left"] {
        width: 100%;
        margin-right:10px;
    }
    [class*="left-2"] {
        width: 100%;
        margin-right:10px;
    }
    [class*="right"] {
        width: 100%;
        margin-right:10px;
    }
    [class*="right-2"] {
        width: 100%;
        margin-right:10px;
        position: relative;
    }
    [class*="quarterLabel"] {
    	display:block;
    	margin-left:2px;
		margin-right:0px;
		margin-left:0px;
	}
    [class="container"] {
        width: 95%;
		padding: 5px 10px 5px 10px;
		overflow:auto;
    }
	.eventBannerSmall {
		width:100%;
	}
	.eventBannerLarge {
		width:95%;
	}
    [class*="logoImage"] {
        margin-left:10px;
    }
    [class*="optionButton"] {
        margin-right:10px;
    }
    [class*="mobileView"] {
        display:inline;
    }
    [class*="nonMobileView"] {
        display:none;
    }
	input[type=text] {
		max-width:80%;
		height: 30px;
		border-radius: 3px;
		padding: 5px;
		font-size: 100%;
		border:1px solid #999999;
	}
	input[type=email] {
		max-width:80%;
		height: 30px;
		border-radius: 3px;
		padding: 5px;
		font-size: 100%;
		border:1px solid #999999;
	}
	input[type=password] {
		max-width:80%;
		height: 30px;
		border-radius: 3px;
		padding: 5px;
		font-size: 100%;
		border:1px solid #999999;
	}
	input[type=nummber]{
		max-width:80%;
		border:1px solid #999999;
	}
	input[type=email]{
		max-width:80%;
		margin-left:0px;
		border:1px solid #999999;
	}
	.procDIV2{
		width:100vW;
		margin-left:-20px;
		position: relative;
	}
	.modal_overlay {
		padding: 0px;
	//	margin-top: 25px;
	}
	
	.modal_div600 {
		width:100vW;
		height: 100vH;
		margin-left:auto;
		margin-right:auto;
		margin-top: 0px;
		border-radius: 0px;
		position: relative;
		overflow-y:auto;
		z-index:999999;
	}
	.modal_div800 {
		width:100vW;
		margin-left:auto;
		margin-right:auto;
		height: 100vH;
		border-radius: 0px;
		position: relative;
		overflow-y:auto;
		z-index:999999;
		max-height: 100%;
	}
	.modalBody {
		max-height:calc(100% - 50px);
	}
	.footerRight {
		display:block;
	}
	.payButtonDefault {
		display:block;
		margin: 0px 10px;
		width:100%;
	}
	.payButtonSet {
		display:block;
		margin: 0px 10px;
		width:100%;
	}
	.registerAnotherSpan {
		display:block;
		margin-bottom: 10px;
	}
	.discountCodeSpan {
		display:block;
	}
	.payTable {
		display:block;
		width: 100%;
	}
	.payOptionImage {
		margin-top:10%;
	}
	
}
	.eventBanerSmall {
		width: 100%;
	}
	.eventBannerLarge {
		width: 100%;
	}
.redButton{
	font-size:90%;
	color:#FFFFFF;
	font-style:italic;
	background-color:#E82828;
	margin-bottom:15px;
	border-radius:5px;
	padding-left:13px;
	padding-right:13px;
	padding-top:8px;
	padding-bottom:8px;
	cursor:pointer;
}

.redButtonSmall{
	font-size:90%;
	color:#FFFFFF;
	font-style:italic;
	background-color:#E82828;
	margin-bottom:15px;
	border-radius:5px;
	padding-left:13px;
	padding-right:13px;
	padding-top:3px;
	padding-bottom:3px;
	cursor:pointer;
	box-shadow: 3px 3px lightgray;
}
.redButtonCancel{
	font-size:90%;
	color:#FFFFFF;
	font-style:italic;
	background-color:#999999;
	margin-bottom:15px;
	border-radius:5px;
	padding-left:13px;
	padding-right:13px;
	padding-top:8px;
	padding-bottom:8px;
	cursor:pointer;
	box-shadow: 3px 3px lightgray;
}
.redButtonCancelSmall{
	font-size:90%;
	color:#FFFFFF;
	font-style:italic;
	background-color:#999999;
	margin-bottom:15px;
	border-radius:5px;
	padding-left:13px;
	padding-right:13px;
	padding-top:3px;
	padding-bottom:3px;
	cursor:pointer;
	box-shadow: 3px 3px lightgray;
}
.tooltip{
    display: inline;
    position: relative;
}
.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    min-width: 220px;
	max-width: 350px;
	margin-bottom:25px;
}
.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 45px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}
.noClass {
	display:block;
}
.hideSlider{
	display:block;
}
.headerMenu {
	color:#FFF;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
	height: 80px;
	line-height: 80px;
	white-space: nowrap;
	display: inline-block;
	border-bottom: 0;
}
.headerMenuDivide {
	color:#FFF;
	padding-left:10px;
	padding-right:10px;
	height: 80px;
	line-height: 80px;
	white-space: nowrap;
	font-size:85%;
	display: inline-block;
	border-bottom: 0;
}
.headerMenu:hover {
	border-bottom: 2px solid #E82828;
}
button.dt-button.buttons-copy.buttons-html5 {
    margin-bottom: 10px;
}