html,
body,
input,
select,
textarea,
legend,
legend.left,
label,
label.left,
table.breakdown .desc{
	font-size:1rem !important;	
}
.forInfo{
	margin-top:0px !important;	
}
.pageinfo.editpagenote{
	margin: 10px 0px;
	padding: 15px;
	background: #a0218c;
	border-radius: 25px;
	color: #ffffff;	
}
.pageinfo.editpagenote strong{
	font-weight: 300;
	letter-spacing: 1px;	
}
body {
	padding-top: 208px !important;
	background:#ffffff !important;
}
.tab-content{
	border:none;	
}
.navButton{
	padding: 12px 18px;	
}
.alert.alert-success{
	display:none;	
}
#content,
#header div.container,
.title-holder{
	max-width:75%;
	width:100%;
	margin:0 auto;
}
.title-holder{
	height: 100%;
	overflow: hidden;
	display: block;
	max-width: 71%;
	transition:all .3s ease;
}
#header div.event-title h1{
	transition:all .3s ease;
}

#header.small .container .col-md-6 a{
	margin: 4px 0px;
}
#header.small .container .col-md-6 a img{
	width: 37%;
	height: auto;
	transition:all .3s ease;
}
#header .container .col-md-6 a img{
	transition:all .3s ease;
	height: auto;
}

#header.small div.event-title h1 {
	font-size: 20px !important;
	margin: 0px;
	padding: 2px 0px;
	transition:all .3s ease;
}
.col-sm-9 {
	width: 70% !important;
}
.col-sm-3 {
	width: 30% !important;
}
div[data-group="registrationfee"] div div.field-note{
	float: right;
	width: 68% !important;
	margin: 10px 9px 0px 0px;
	font-weight: bold;
	font-size: .9rem;
}
a,
a:visited,
a:active{
	color:#9b0b8c;
	font-weight:bold;
	text-decoration:underline;
}
a:hover,
a:focus{
	text-decoration:none;
	color:#9b0b8c;
}
div.field fieldset span.de_cols_1{
	margin: 3px 0px;	
}
#singleTab .row>.col-sm-3{
	position: sticky;
	top: 130px;
}
.fancybox-bg{
	opacity:0.6 !important;	
}
div.file-upload label {
	width: auto !important;
	margin-right: 0px !important;
}

div.file-upload input {
	max-width: 86%;
	width: 100%;
}

div.file-upload legend {
	float: left;
	font-size: 14px;
	border: none;
	margin-right: 10px;
	width: 20%;
}

div.file-upload div.form-group {
	margin-bottom: 0px;
}

div[data-group="file"] .form-group fieldset div {
	position: relative;
	width: 100%;
	height: 80px;
	margin: 15px;
}
div[data-group="file"] .help-block.error-help-block{
	position: absolute;
	bottom: 0px
}
div[data-group="file"] .form-group fieldset div:after {
	content: attr(data-text);
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	padding: 10px 15px;
	display: block;
	width: calc(100% - 40px);
	pointer-events: none;
	z-index: 2;
	height: 47px;
	line-height: 27px;
	color: #999;
	border-radius: 5px 10px 10px 5px;
	font-weight: 300;
	border: 1px solid rgba(00, 00, 00, 0.1);
	box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
}

div[data-group="file"] .form-group fieldset div:before {
	content: 'Upload';
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	height: 47px;
	background: #4daf7c;
	color: #fff;
	font-weight: normal;
	z-index: 3;
	font-size: 1rem;
	line-height: 40px;
	padding: 4px 10px;
	text-transform: uppercase;
	pointer-events: none;
	border-radius: 0 5px 5px 0;
}

div[data-group="file"] .form-group fieldset div:hover:before {
	background: #3d8c63;
}

div[data-group="file"] .form-group fieldset div input {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	height: 47px;
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	width: 100%;
}

div[data-group="file"] fieldset legend {
	border: none;
	width: 30%;
	float: left;
	padding-left:15px;
}

div[data-group="file"] div.form-group fieldset {
	margin-right: 0px;
	margin-bottom: 5px;
}

div[data-group="file"] div.form-group fieldset div {
	width: 68% !important;
	margin: 0px;
	padding: 0px;
}

div[data-group="file"] div.form-group fieldset legend {
	font-weight: 400 !important;
	padding-top: 10px;
	padding-left:0px !important;
}

div[data-group="file"] p {
	display: none;
}

div[data-group="file"] p.foot {
	display: block;
	width: 74%;
	float: right;
	margin-top: 0px;
	padding: 5px;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	border-radius: 4px;
	margin-right: 0;
}

/***********************************
Radio/Checkbox Inputs
***********************************/
[type="radio"],
[type="checkbox"]{
	opacity:0;
	position: absolute;
}
[type="radio"] + label,
[type="checkbox"] + label{
	position:relative;
	padding-left:30px;
	cursor:pointer;
	display:inline-block;
	color:#666;
	line-height:25px;
}

[type="radio"] + label:before,
[type="checkbox"] + label:before{
	content:"";
	position:absolute;
	left:0;
	top:4px;
	width:20px;
	height:20px;
	border-radius: 100%;
	border:2px solid rgba(51,170,157,0.8);
	background:#fff;
	transition:all .3s ease;
}
[type="checkbox"] + label:before{
	border-radius: 0px;
}

[type="radio"]:checked + label:after,
[type="checkbox"]:checked + label:after{
	content:"";
	position:absolute;
	left:3px;
	top:7px;
	width:14px;
	height:14px;
	border-radius:100%;
	background:rgba(155, 11, 140,1.0);
	transform:scale(1.25);
	opacity:1;
	transition:all .3s ease;
}
[type="checkbox"]:checked + label:after{
	border-radius:0;
}
[type="radio"]:checked + label:before,
[type="checkbox"]:checked + label:before{
	border-color:rgba(51,170,157,1.0);
	transform:scale(1.25);
}

[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + label:after{
	content:"";
	position:absolute;
	left: 3px;
	top: 7px;
	width:14px;
	height:14px;
	border-radius:100%;
	background:#fff;
	transform:scale(0);
	opacity:0;
	transition:all .3s ease;
}
[type="checkbox"]:not(:checked) + label:after{
	border-radius: 0;
}
label.full:after{
	content:"Full" !important;
	font-size: 14px;
	color: orangered;
}
#paymentForm input[type="radio"] {
	opacity: 1 !important;
	float: none;
	position: relative;
}
div[data-group="wide"] div.text-editable{
	width:100% !important;	
}
div.field div.form-group div{
	width: 68% !important;
}
div.field div.form-group label {
	width: 29% !important;
}
fieldset legend.left{
	float: left;
	width: 31%;
	border: none;
	font-weight: normal;	
}
div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label {
	width: 100% !important;
	float: left;

	padding-top: 3px;
}
div[data-group="yesno"] fieldset legend{
	border: none;
	float: left;
	width: 75%;
}
div[data-group="yesno"] fieldset div.de_fieldset{
	width: 23%;
	float: left;
	padding-left: 0px;
	margin-left: 0px;
}
div[data-group="yesno"] fieldset div.de_fieldset .de_cols_1{
	width: 44%;
	float: left;
	display: inline-block;
	clear: none;	
}
div[data-group="yesno"] fieldset div.de_fieldset .de_cols_1 label{
	padding-left: 35% !important;	
}

div[data-group="consent"] p{
	display:none;	
}
div[data-group="consent"] fieldset legend{
	width:80% !important;
	display:none;
}
div[data-group="consent"] fieldset div{
	width:18% !important;	
}
div[data-group="consent"] fieldset div .de_cols_1{
	float:left !important;
	clear:none !important; 
	display:inline !important;
	width:50%;
}

div[data-group="consent"] p.consent_txt {
	display: block !important;
	width: 76%;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}
div[data-group="consent"] fieldset div.de_fieldset {
	float: left;
	width: 19% !important;
	padding-left: 0px;
}
div[data-group="consent"] fieldset div.de_fieldset span.de_cols_1 label{
	padding-left: 25px !important;
}
div[data-group="note"] div.form-group p.information{
	display:none;
}
div[data-group="note"] div.form-group .text-editable{
	width:100% !important;	
}
div[data-group="note"] div.form-group .text-editable .alert{
	width:98% !important;
	margin:15px;
}
div.field fieldset span.de_cols_1{
	width:auto !important;	
}
.form-group {
	margin-bottom: 0px;
}
#button {
	text-align: right !important;
}
#button input[type="submit"]{
	width:auto !important;
}
#button input[type="submit"],
#button input[type="submit"]:visited,
#button input[type="submit"]:active{
	color:#ffffff !important;	
}
#button input[type="submit"]:hover,
#button input[type="submit"]:focus,
.navRegistrant:hover,
.navRegistrant:focus{
	background:#9b0b8c !important;	
}
#footer .footer{
	height: 100%;
	overflow: hidden;
	display: block;
	padding: 45px;
	margin-top: 30px;
}
.modalPopUp{
	width:75% !important;	
}
.forInfo,
.forInfo:hover,
.regTitles,
.regTitles:hover{
	background:#00a99d !important;
	color:#fff !important;
	text-decoration:none !important;
	border-color: #a0218c !important;
}
@media (min-width:240px) and (max-width:1000px){
	#header{
		height:auto;
		min-height: auto;
	}
	#header .container .col-md-6{
		text-align: center;
	}
	#section#content{
		margin-top:0px;
	}
	.col-sm-9,
	.col-sm-3{
		width:100% !important;
		float:none;
		display:block;
		height:100%;
		overflow: hidden;
		clear:both;
	}
	fieldset legend,
	div.field div.form-group label,
	div.field div.form-group div{
		width:100% !important;
		display:block !important;
		float:none !important;
	}
	div.event-title{
		padding:0px;	
	}
	#content,
	.title-holder{
		max-width:100%;
		width:100%;
	}
	.title-holder{
		display: block;
		margin:0px;
		padding:0px;
	}
	.title-holder h1{
		font-size: 17px !important;
		display: block;
		width: 100%;
		text-align: center;
	}
}