html,
body,
input[type="text"],
.form-control,
textarea,
select, 
select option{
	font-size:1.1rem !important;	
}
.colleagueForm button[type="submit"]{
	    padding: 7px 14px !important;
    font-size: 1rem !important;
}

.colleagueForm .modal-footer button.btn{
	float:left !important;
}

#regList{
	float: right;
	display: flex;
	gap: 1rem;
	align-items: center;
}	
a[id="regList"]:after{
	display: inline-flex;
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content:"\f0c0" !important;	
}

.final-btn-wrapper{
	display: flex;
	align-items: center;
	justify-content: normal;
	margin: 25px 0;	
	flex-wrap: wrap;
}
#finalProcessButton{
	margin: 0 auto;
	width: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	float: right;	
}
#finalProcessButton:before{
	display:none;	
}
#finalProcessButton:after{
	/*display: inline-block;*/
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0px;
	padding: 0px;
	font-size: 1.4rem;
	content: "\f101" !important;
	display:none;
}
.de_p_hide{
	display:none !important;	
}
#couponForm{
    display: flex;
    align-items: center;
    overflow: visible;
    width: 100%;
    margin: 20px 0;
}
#couponForm #fieldContainer{
	width: 100%;	
}
#couponForm div.field-editable {
    width: 100%;
    overflow: visible;
    margin: 0;
}
#couponForm div.field-editable .form-group{
	overflow: visible !important;
	    position: relative;
    display: flex !important;
    gap: 1rem;
}
#couponForm div.field-editable .form-group label{
	margin: 8px 0px;	
}
#couponForm input[type="text"] {
	    z-index: 9;
    position: relative;
    box-shadow: 0px 0px 5px rgba(00, 00, 00, 0.3);
    border-radius: 15px 0px 0px 15px;
}
#couponForm input[type="submit"] {
    border-radius: 0px 25px 25px 0px;
    margin-top: 0;
    float: left;
    padding: 10px 20px;
    position: relative;
    z-index: 9;
    box-shadow: 0px 0px 8px rgba(00, 00, 00, 0.3);
    top: -2px;
}
div.review a.btn:visited,
div.review a.btn:active,
#addAdt:visited,
#addAdt:active{
	color:#ffffff;	
}
#button{
	display: flex;
	justify-content: space-between;	
}
.review .btn-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (min-width: 768px) {
	.col-sm-9 {
		width: 70% !important;
	}
	.col-sm-3 {
		width: 30% !important;
	}
}
div.field{
	margin: 9px 0px;
	width: 100%;	
}
.col-sm-3{
	position:sticky;
	top:0px;
}
div[data-id="144469"] p{
	display:none;	
}
.modal-dialog {
	max-width: 75%;
	width: 100%;
}
.field.field-editable div.alert.alert-info{
	float: right;
	width: 74%;
	margin-top: 0;	
}
input[type="text"], input[type="email"], select, textarea{
	height:auto !important;
}
fieldset legend.left{
	width:23% !important;	
}

#register, #returning, #button input, .btn-primary, #addAdt, #paybtn{
	background: rgba(50, 182, 205, 0.8);
	border-color: rgba(50, 182, 205, 1);
	border-width: 3px !important;
	margin: 3px;
	font-size: 1.3rem;
	padding: 18px 35px !important;
	color: #ffffff;
	transition: all 0.3s ease;
	transform: scale(1);
	border-radius: 55px;
}

#register:hover,
#returning:hover,
#button input:hover,
.btn-primary:hover,
#addAdt:hover,
#paybtn:hover,
#register:focus,
#returning:focus,
#button input:focus,
.btn-primary:focus,
#addAdt:focus,
#paybtn:focus{
	transition:all 0.3s ease;
	transform:scale(1.1);
	box-shadow:0px 0px 10px rgba(00,00,00,0.3);
}
div.review a.btn,
#addAdt{
	padding: 16px 35px !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .5rem;
	float: none;
	font-size: 1rem;
	font-weight: normal;
}
#regList:before{
	display:none;	
}
div.review .btn:before,
div.review .btn:after,
div.review #addAdt:after{
	margin:0px;
	padding:0px;
	font-size: 1.4rem;
}
a.twitter{
	font-size:24px !important;	
}
a.twitter img{
	background: #000000;
	padding: 4px;
	border-radius: 4px;
	margin: 0px !important;	
	width:25px;
	height:25px;
}
a[id="next"]:before{
	display:none !important;	
}
a[id="next"]:after{
	content: "\f101" !important;
}
a[id="regList"]:after{
	content: "\f0c0" !important;
	display:inline-block !important;
}
#rhome{
	color:#ffffff;	
}
.de_fieldset {
	left: 2%;
	position: relative;
}
#colleagueForm- #field-106133{
	display:none;	
}
div[data-group="wide"] label{
	width:100% !important;
}
div[data-group="wide"] div{
	padding:15px;
	width:100% !important;
}
div[data-group="wide"] div textarea{
	height:200px !important;	
}
#field-91125 span.de_cols_1{
	padding-left:15px;	
}
.hideforparent{
	display:none !important;	
}
.hide{
	display:none !important;	
}
.additionalReginfo h4{
	font-size: 22px;
	font-weight: bold;	
}

div[data-group="GroupName"] p{
	display:none;
}
div[data-group="GroupName"] p.footNote {
	display: flex;
	float: right;
	margin: 5px 27px 8px 0;
	width: 71%;
	padding: 10px 20px;
	border-radius: 25px;
	background: linear-gradient(to bottom, rgba(156, 217, 227, 1) 0%, rgba(112, 204, 215, 1) 100%);
	color: #0a1b51;
	font-weight: bold;
	text-align: center;
	font-size: 0.9rem;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 2px 8px rgba(00, 00, 00, 0.1);
	border: 2px solid #ffffff;
}

@media (min-width: 240px) and (max-width: 900px){
	#singleTab > .row > .col-sm-9,
	#singleTab > .row > .col-sm-3{
		display:block;
		clear:both;
		height:100%;
		overflow:hidden;
		margin: 10px 0px;
	}
}

@media (min-width: 240px) and (max-width: 900px){
	.col-sm-9,
	.col-sm-3{
		width:100%;
		clear:both;
		height:100%;
		overflow:hidden;
	}
}

div.alert.alert-danger strong:before{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-right: 7px;
}
.col-sm-3 p{
	margin-left: 27px;	
}
p.date,
p.location,
p.support,
p.accessible{
	font-size: 1.2rem !important;
	line-height: normal;
	position:relative;

}

p.date:before,
p.location:before,
p.support:before,
p.accessible:before{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	left: -23px;
	font-size: 1.2rem;
	top: 4px;
	color:#cc2330;
}

p.date:before{
	content: "\f073";	
}
p.location:before{
	content: "\f041";	
}
p.accessible:before{
	content: "\f29a";	
}
p.support:before{
	content: "\f003";
}

fieldset ul{
	margin: 15px;
	padding: inherit;
	margin-left: 6%;
}
fieldset ul li{
	list-style:disc;
	margin:15px 0px;
	padding:inherit;
}
#field-106557 div:after,
#field-106558 div:after{
	position: absolute;
	right: 11px;
	display: block;
	z-index: 9;
	width: 72px;
	top: 7px;
	text-align: left;
}
#field-106557 div:after{
	content: "x $110.00";
}
#field-106558 div:after{
	content: "x $100.00";
}
div[data-group="ticketstyle"]{
	margin: 14px 0px;
}
div[data-group="ticketstyle"] div label{
	width:79% !important;
	font-weight:bold;
}
div[data-group="ticketstyle"] div div{
	width:10% !important;
}
div[data-group="ticketstyle"] select option{
	text-align:center;	
}
#field-123434 .de_fieldset {
	width: 100%;
	left: 0px;	
}
div.field .form-group fieldset .de_cols_1{
	width: 100%;
	margin: 5px 0px;
}
#field-123389 fieldset legend{
	display:none;	
}
div[data-group="seatassignment"]{
	display:none;	
}
#header .container,
#content,
#footer .footer{
	width:80%;
	margin:0 auto;
}
div[data-id="123396"] span.hide-me{
	display:none !important;
}
.colleagueForm div[data-id="123396"] span.hide-me{
	display:block !important;
}
.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(00,83,109,0.5);
	background:#fff;
}
[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(41, 128, 185,1.0);
	transform:scale(1);
	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(00,83,109,1.0);
}

[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;
}
[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.field div.form-group fieldset div.de_fieldset span.de_cols_1 label {
	width:100%;
}

div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label span {
	margin-left:12px;
}
a#details {
	display: table;
	font-weight: normal;
	background: rgba(10, 27, 81, 0.6);
	padding: 2px 12px;
	border-radius: 30px;
	font-size: 0.9rem;
	color: #ffffff;
	width: auto;
	left: 12px;
	position: relative;
	transition: all 0.3s ease;
	transform: scale(1);
	z-index: 88;
	border: 2px solid rgba(10, 27, 81, 0.5);
}
a#details:hover,
a#details:focus{
	transition:all 0.3s ease;
	transform:scale(1.1);
	box-shadow:0px 0px 10px rgba(00,00,00,0.2);
	position:relative;
	z-index:99;
	background: rgba(10, 27, 81, 0.9);
	border-color:rgba(10, 27, 81, 1);
}

img.project-theme{
	box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.2);
	border-radius: 100%;
	width: 70%;
	display:flex;
	align-items: center;
	justify-content: center;
	margin:0 auto;
	transition: all 0.3s ease;
	transform: scale(1);
	padding: 10px;	
	position:relative;
	z-index:99;
	background:#ffffff;
}
img.project-theme:hover,
img.project-theme:focus{
	transition: all 0.3s ease;
	transform: scale(1.05);
	z-index:999;
}
div[data-group="Special-Left"] fieldset legend{

}

div[data-group="Special-Left"] p{
	display:none;
}
div[data-group="Special-Left"] p.bodyNote{
	display: block !important;
	width: 75%;
	float: right;
	margin: 0px 0px 15px 0px;
	background: #FAFAFA;
	padding: 20px 25px;
	border-radius: 25px;
	border: 2px solid rgba(00, 00, 00, 0.1);
}
div[data-group="Special-Left"] .de_fieldset{
	float: right !important;
	width: 76% !important;
}
div[data-id="144471"] .form-group label{
	background: linear-gradient(to bottom, rgba(156, 217, 227, 0.5) 0%, rgba(112, 204, 215, 0.5) 100%);
	text-align: center;
	width: 97% !important;
	margin: 0 auto !important;
	float: none !important;
	display: block;
	padding: 15px 25px;
	border-radius: 18px;	
}
#regList_breakdown {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 96%;
	margin: 10px auto;
	display: grid;
	gap: 1rem;
	list-style:none;
}
#regList_breakdown li{
	padding: 1px 0px !important;
	color: #333333;
	margin: 0px;
	color: #333333;
	background: rgba(50, 182, 205, 0.2);
	border-radius: 25px;
	padding: revert-layer;
	font-size: 1rem;
	list-style:none;
}



#regList_breakdown li:before{
	display: inline-flex;
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f007";
	margin-right: 7px;
	border: 2px solid rgba(50, 182, 205, 1);
	width: 33px;
	height: 33px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: rgba(50, 182, 205, 0.8);
	text-shadow: 1px 1px 4px rgba(00, 00, 00, 0.3);
	box-shadow: 1px 1px 4px rgba(00, 00, 00, 0.3);
}

.col-sm-3 p small{
	font-size: 0.9rem !important;
	font-style: italic;	
}

@media (min-width: 240px) and (max-width: 1632px){
    #header .container, #content, #footer .footer {
        width: 90%;
        margin: 0 auto;
    }
    .review .btn-wrapper{
            flex-wrap: wrap;
            justify-content: center;
    }
}