@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");
#universalModal .colleagueModal {
	width: 45% !important;
	top: 25%;
}
.remainingColleagues{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.3rem;
}
.remainingColleagues span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(39, 174, 96, 1.0);
    color: #ffffff;
    line-height: normal;
    border: 3px solid #ffffff;
    box-shadow: 1px 1px 5px rgba(00, 00, 00, 0.2);
    text-align: center;
}

.colleagueFieldHeading{
	display:none !important;	
}
#fieldContainer div[data-group="boothStaff"] .form-group{
	grid-template-columns: 100%;	
}
div[data-group="boothStaff"] .form-group .well{
	width: 65% !important;	
}
div.colleagueBag ul li{
    padding: 0px;
    height: 100%;
    overflow: hidden;
    margin: 8px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    color: #ffffff !important;
    border-radius: 12px;
    transition: all 0.3s ease;
    transform: scale(1);
    box-shadow: 0px 1px 5px rgba(00, 00, 00, 0.1);
    position: relative;
    z-index: 7;
}
div.colleagueBag ul li:hover,
div.colleagueBag ul li:focus{
	transition: all 0.3s ease;
	transform: scale(1.05);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	z-index: 8;
}
div.colleagueBag ul li a.loadModal{
	background: rgba(255, 255, 255, 0.4);
    font-size: 0.9rem;
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    color: rgba(33, 33, 33, 1);
    padding: 7px 16px;
}
div.colleagueBag ul li a.colleagueDelete{
	height: 47px;
    margin: 0;
    font-size: 0.9rem;
    width: 49px;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 0px 4px 4px 0px;
}
.btn-guide.disabled{
	background:rgba(129,130,133,1) !important;	
}

#mycs-loading-mask{
	display:none;	
}
#universalModal .colleagueModal .modal-content{
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(13px);
	border-radius: 25px;
}
.fancybox-container .fancybox-bg {
	opacity: 1 !important;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
}
.modal-backdrop.in{
	background: rgba(255, 255, 255, 0.1) !important;
	backdrop-filter: blur(20px) !important;
	opacity: 1 !important;	
}
.modal-footer{
	padding: 25px 15px;
	display: block;
	text-align: left;
}
form.colleagueForm p button,
.modal-footer button[data-dismiss="modal"]{
	padding: 6px 12px !important;
	font-size:1rem !important;
	border-radius:35px;
	text-transform: none;
}
form.colleagueForm p button{
	margin-top: 41px !important;
	margin-left: 9px !important;	
}
.modal-footer button[data-dismiss="modal"]{
	background:rgba(192, 57, 43,1.0);	
}
div.pageinfo {
	display: flex;
	padding: 10px;
	margin: 25px 0px;
	background: rgba(16, 172, 132, 0.8);
	border: 2px solid rgba(16, 172, 132, 1);
	color: #ffffff;
	text-shadow: none;
	text-align: center;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	box-shadow: 0px 3px 10px rgba(00, 00, 00, 0.2);
}
.pageinfo:after{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
	font-family: "Font Awesome 7 Free";
	font-feature-settings: normal;
	font-style: normal;
	font-synthesis: none;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-rendering: auto;
	width:1.25em;
	content: "\f0a9";
	font-size: 1.4rem;
}
div.form-group div.alert-danger{
	height: auto;
	overflow: visible;	
}
#button {
	text-align: center;
}
#singleTab .row>.col-sm-3,
.review-page .panel-body>.row>.col-sm-3,
.breakdown-page .panel-body>.row>.col-sm-3{
	position: sticky;
	top: 100px !important;
}
fieldset>legend, fieldset>legend.left, .form-group>label {
	padding-left: 15px !important;
}
div[data-assoc="booth_selection"] .form-group{
	grid-template-columns: 100% !important;		
}
a.booth{
	display:none !important;	
}
#mycs-loading-mask, 
.loadInfo{
	background: rgba(255, 255, 255, 0.1) !important;
	opacity: 1 !important;
	backdrop-filter: blur(20px) !important;	
}
div[data-group="file"] p.footNote,
div[data-group="file"] .footNote.alert.alert-danger {
	display: flex !important;
	align-items: center !important;
	float: right !important;
	width: 68% !important;
	margin: 0px 12px 8px 0px !important;
	font-size: 0.9rem !important;
	padding: 10px !important;
	justify-content: space-between !important;
}
body.loading .loadInfo{
	display:flex !important;
	align-items:center;
	justify-content:center;
}
#mycs-loading-mask #mycs-spinner,
.loadInfo:before{
	background: url('https://mycs-cdn.myconferencesuite.com/other/Project/3776/dc/53/dc53cdb6db4edc462fb35c98827b8a3b631b9394c417f83b2bfbd6d9b954a2cc.gif') no-repeat center center / contain !important;
	width: 100px;
	height: 100px;
}
.loadInfo:before{
	background: url('https://mycs-cdn.myconferencesuite.com/other/Project/3776/dc/53/dc53cdb6db4edc462fb35c98827b8a3b631b9394c417f83b2bfbd6d9b954a2cc.gif') no-repeat center center / contain !important;
	content:"";
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fancybox-slide > *{
	box-shadow: 0px 0px 20px rgba(00, 00, 00, 0.6);
	border-radius: 25px;
}
div[data-group="wide-radio"] fieldset{
	grid-template-columns: 85% 16% !important;
}
#boothcheck{
	width: auto !important;
	margin:15px !important;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
}
#boothcheck .de_cols_1 label{
	min-width: 150px;
	margin: 0;
	padding-left: 35px;	
}
#boothcheck .de_cols_1 label>span:first-of-type:before{
	content:"Booth #";
	display:inline-block;
}
.fancybox-close-small:after{
	background:rgba(192, 57, 43,0.8) !important;
	border:2px solid #ffffff !important;
	box-shadow:0px 0px 7px rgba(0, 0, 0, 0.1) !important;
	color:#ffffff !important;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) !important;
	transition:all 0.3s ease;
	transform:scale(1);
	outline: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fancybox-close-small:hover:after,
.fancybox-close-small:focus:after{
	background:rgba(192, 57, 43,1) !important;
	border:2px solid #ffffff !important;
	box-shadow:2px 2px 14px rgba(0, 0, 0, 0.2) !important;
	color:#ffffff !important;
	text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2) !important;
	transition:all 0.3s ease;
	transform:scale(1.1);
	outline: none !important;
}
.h2, h2,
#billing_information>h4,
#breakdown_body>h4,
.col-sm-9.review>h4{
	font-size: 1.3rem;
	background: rgba(08, 76, 115, 0.8);
	font-weight: normal;
	color: #ffffff;
	line-height: normal;
	padding: 10px 15px;
	border-radius: 14px;
	box-shadow: 0px 2px 10px rgba(00, 00, 00, 0.2);
	border: 3px solid rgba(08, 76, 115, 1);
	margin: 25px 0;
}

.col-sm-3 h2{
	/*
	background: rgba(00, 00, 00, 0.7);
	border: 3px solid rgba(00, 00, 00, 1);
	*/
	background: rgba(129, 130, 132, 1);
	border: 3px solid rgba(00, 00, 00, 0.1);
	box-shadow: 0px 3px 10px rgba(00, 00, 00, 0.2);
}

div[data-group="badgeType"]{
	display:none;	
}
.col-sm-3.sidebarSticky{
	position: sticky;
	top: 0;		
}
.col-sm-3 .img-thumbnail{
	width: 80%;
	margin: 15px auto;
	border-radius: 25px;
	box-shadow: 0px 0px 5px rgba(00, 00, 00, 0.1);
	border: none;
	padding: 15px;
	background: #ffffff;	
	transition:all 0.3s ease;
	transform:scale(1);
}
.col-sm-3 .img-thumbnail:hover,
.col-sm-3 .img-thumbnail:focus{
	transition:all 0.3s ease;
	transform:scale(1.05);
	box-shadow: 0px 0px 15px rgba(00, 00, 00, 0.3);
}
#footer div.footer p{
	font-size:1rem;	
}
.landing_page{
	display: grid;	
}
.landing_page .landing-content{
	display: grid;
	align-items: center;
	justify-content: center;
	padding: 6px 0;	
}
.landing_page .landing-content h1,
.landing_page .landing-content p{
	margin: 1rem;
}
.landing_page .landing-content h1{
	margin: 1rem;
	font-size: 2.2rem;
}
.landing_page .landing-content p{
	font-size: 1.3rem;
	margin: 1rem;
}
.bottomContent p{
	font-size: 1rem !important;
	font-style: italic;
	background: rgba(192, 57, 43, 0.2);
	border: 2px solid rgba(192, 57, 43, 1);
	border-radius: 55px;
	padding: 18px 25px;
	text-align: center;
	margin: 55px auto;
	width: 70%;	
}
#footer div.footer p{
	font-size:1rem !important;	
}
#content-middle>.panel,
.tab-content{
	background: rgba(255, 255, 255, 0.9) !important;
	backdrop-filter: blur(20px) saturate(200%);
	-webkit-backdrop-filter: blur(20px) saturate(200%);
	border: 1px solid rgba(255, 255, 255, 0.5) !important;
	border-radius: 25px !important;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
	padding: 36px 11px 10px 11px !important;
}
.landing_page>img {
	border-radius: 25px;
	box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.3);
	margin: 20px auto;
	width: 95%;
	border: 4px solid rgba(255, 255, 255, 1);
}
.btn-primary,
.landing-buttons a,
.navButton{
	transition:all 0.3s ease;
	transform:scale(1);
}
.btn-primary:hover,
.btn-primary:focus,
.landing-buttons a:hover,
.landing-buttons a:focus,
.navButton:hover,
.navButton:focus{
	transition:all 0.3s ease;
	transform:scale(1.05);
	box-shadow:0px 0px 10px rgba(00,00,00,0.3);
}

body {
	padding-top: 0 !important;
}
.landing-buttons{
	/*
	display: flex;
	justify-content: space-between;
	*/
	display: block;
	align-items: center;
	justify-content: center;
	padding: 0px 32px;
	text-align:center;
}


.landing-page .panel h1{
	/*line-height: 10rem !important;*/
	font-size: 2.4rem !important;
}
.landing-page .panel p {
	line-height: 3rem !important;
	font-size: 1.7rem !important;
	margin-bottom: 57px;
}
#register, #returning{
	padding: 20px 30px !important;
	font-size: 1.2rem !important;
	margin: 0px !important;	
}
#register, #returning, #button input, .btn-primary, #addAdt, #paybtn{
	padding: 20px 30px !important;
	font-size: 1.2rem !important;
	border-radius: 35px;
}
html,
body,
label,
legend,
legend.left,
input,
select,
textarea{
	font-size:1.1rem !important;
	font-family: "Roboto", sans-serif;
}
div.field fieldset span.de_cols_1{
	margin: 8px 0px;
	position: relative;
}
h3{
	color:#0774bd !important;	
}
.col-sm-3 h3{
	font-family: "Titillium Web", sans-serif;
	color:#0C2645 !important;
	font-weight: 700;
	line-height: 1.8;
}
.col-sm-3 p {
	font-family: "Roboto", sans-serif;
	color: #222222;
	font-size: 1.2rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.3rem;
}
.col-sm-3 p.location{

}
.col-sm-3 p.date:before,
.col-sm-3 p.contact:before,
.col-sm-3 p.location:before{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-family: "Font Awesome 7 Free";
	font-feature-settings: normal;
	font-style: normal;
	font-synthesis: none;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-rendering: auto;
	width:1.25em;
	content:"";
	color: #666666;
}

.col-sm-3 p.date:before{
	content:"\f783";
}
.col-sm-3 p.contact:before{
	content:"\f0e0";
}
.col-sm-3 p.location:before{
	content:"\f3c5";	
}
.btn-guide{
	color:#ffffff !important;
	font-family: "Roboto", sans-serif;
	font-size:1.1rem;
	background: #133c71 !important;
}
#field-110270{
	display:none !important;	
}

.panel-body{
	min-height:520px;	
}
legend{
	font-weight:normal !important;	
}
fieldset {
	margin-left: 11px !important;
}
#header{
	background:#efefef !important;
	border-color:#1874a4 !important;
	border-width: 14px !important;
	border:none !important;
	height:auto !important;
	position: sticky !important;
	top:0px !important;
	z-index:9;
}
#header .container,
#footer .footer,
#content{
	width:100%;
	max-width:90%;
	margin:0px auto;
}
#header .col-sm-9 img,
#header .col-sm-3 img,
#header.small .col-sm-9 img,
#header.small .col-sm-3 img{
	transition:all 0.3s ease;
}
#header.small .col-sm-9 img{
	width: 35% !important;
}
#header.small .col-sm-3 img{
	width: 19% !important;
}
#content-middle .panel{

	height:100% !important;
}
html,
body{
	background: url('https://mycs-cdn.myconferencesuite.com/other/Project/3374/f8/26/DSC_9569 A Web.jpg') top center no-repeat !important;
	background-size: cover !important;
	background-attachment: fixed !important;
	font-family: "Roboto", sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
	/*background:#ffffff !important;*/
}
#footer {
	display: block !important;
	background: #0C2645 !important;
	padding: 55px !important;
	height: 100%;
	overflow: hidden;
	border-top: 30px solid #133c71 !important;
	margin-top:30px;
}

#headGrid {
	background: url('https://mycs-cdn.myconferencesuite.com/other/Project/2904/42/28/2024 Symposium Logo.png') no-repeat center center / contain !important;
}

a.booth{
	background:rgba(192, 57, 43,0.8) !important;
	color:#ffffff !important;
	border-color:rgba(192, 57, 43,1.0) !important;
}
a.booth:hover,
a.booth:focus{
	background:rgba(192, 57, 43,1.0) !important;
	color:#ffffff !important;
	border-color:rgba(192, 57, 43,1.0) !important;
}

#addAdt{display:none !important;}

p{
	margin:15px;	
}

table.breakdown h2{
	font-size: inherit;
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: inherit;	
}
div.field .valueSpan label > span{
	float:left !important;	
}
div.field .valueSpan label > span.de_fee{float:right !important;}

div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label{
	position:relative;	
}
div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label .de_fee{
	position:absolute;
	top:0px;
	right:0px;
}


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[data-group="file"] .form-group fieldset div {
	position: relative;
	width: 100%;
	height: 50px;
	margin: 15px;
}
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:28%;
	float:left;
}
fieldset legend.left{
	width:28%;	
}
div[data-group="file"] div.form-group fieldset{
	margin-right: 0px;
	margin-bottom: 5px;	
}
div[data-group="file"] div.form-group fieldset div{
	width:100% !important;
	margin:0px;
	padding:0px;
	height:auto;
	min-height: 50px;
}

div[data-group="file"] div.form-group fieldset legend{
	font-weight:400 !important;
	padding: 10px 5px 0px 9px;
}
div[data-group="file"] div.form-group fieldset legend small{
	display: block;
	font-size: 0.9rem !important;
	color: rgba(192, 57, 43, 1.0);
}
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;
}

.filefield label.imagePreview{
	width: 100% !important;
    padding: 0;
    margin-top: 52px;
    display: flex;
    align-items: center;
    justify-content: end;
    border-radius: 25px;
}
label.imagePreview img{
	width: 25% !important;
    border-radius: 15px;
    box-shadow: 0px 0px 5px rgba(00, 00, 00, 0.2);
		transition: all 0.3s ease;
	transform: scale(1);
	z-index: 7;
}
label.imagePreview img:hover,
label.imagePreview img:hover{
		transition: all 0.3s ease;
	transform: scale(1.1);
	box-shadow: 0px 3px 10px rgba(00, 00, 00, 0.4);
	z-index: 8;
}
.fancybox-bg{
	opacity:0.6 !important;		
}
div[data-group="wide"] .text-editable{
	width: 99% !important;
	padding-left: 10px;
}
.modal-dialog,
.modalPopUp{
	width:70% !important;
}
input[type="checkbox"],
input[type="radio"]{
	opacity:0 !important;	
}
#paymentForm input[type="checkbox"],
#paymentForm input[type="radio"]{
	opacity:1 !important;
	position:relative !important;
}
/***********************************
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: -2px;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	border:2px solid rgba(21,76,122,0.6);
	background:#fff;
	transform:scale(1);
	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: 1px;
	width: 19px;
	height: 19px;
	border-radius:100%;
	background:rgba(21,76,122, 1);
	transform:scale(1);
	transition:all .3s ease;
	opacity:1;

}
[type="checkbox"]:checked + label:after{
	border-radius:0;
}
[type="radio"]:checked + label:before,
[type="checkbox"]:checked + label:before{
	border-color:rgba(39, 174, 96,1.0);
	transition: all 0.3s ease;
	transform: scale(1.2);
}

[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + label:after{
	content:"";
	position:absolute;
	left: 2px;
	top: 0px;
	width: 21px;
	height: 21px;
	border-radius:100%;
	background:#fff;
	transform:scale(0);
	opacity:0;
	transform:scale(1);
	transition:all .3s ease;
}
[type="checkbox"]:not(:checked) + label:after{
	border-radius: 0;
}
input[type="checkbox"], input[type="radio"]{
	position: absolute;
	top: 0px;	
}
form[name="regForm"] .form-group [type="checkbox"] + label, form[name="regForm"] .form-group [type="radio"] + label{
	padding-left:30px;
	color: #333333;
	font-weight: 400;
}
div[data-group="wide-radio"] fieldset legend{
	width: 87% !important;
	float:left;
}
div[data-group="wide-radio"] fieldset .de_fieldset{
	width: auto !important;
}
div[data-group="wide-radio"] fieldset .de_fieldset span.de_cols_1{
	width: auto !important;
	display: inline !important;
	clear: none !important;
}
fieldset legend.left{
	/*padding-left:0px !important;*/
}
div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label{
	width:99% !important;	
}
div.field{
	margin:10px 0px;
	overflow: visible !important;
	width:100% !important;
}
div.field>div.form-group{
	overflow: visible !important;
}
div.field div.form-group label{
	width: 27%;
}
div.field div.form-group div{
	width: 72%;	
}

div.colleagueFieldHeading{
	width:100% !important;	
}
div[data-group="boothStaff"] .well {
	padding: 6px 15px;
	margin: 0px;
	border: none;
	box-shadow: none;
	background: transparent;
	min-height: auto;
	margin-bottom: 25px;
	box-shadow:none;
}
.colleagueBag ul{
	margin:15px 0px;	
}
.colleagueBag ul li{
	background:#ffffff;	
}
div[data-group="booth_fees"]{
	display:none;	
}
div[data-group="numberOfStaff"]{
	display:none;	
}
#field-103136 p.information{
	display:none;	
}
span.soldout{
	position:relative;	
}
span.soldout:before {
	content: "Sold Out";
	position: absolute;
	left: -38px;
	color: #ffffff;
	z-index: 8;
	font-weight: 600;
	background: rgba(231, 76, 60, 1);
	font-size: 0.7rem;
	top: -2px;
	padding: 6px 9px;
	border-radius: 25px;
	border: 2px solid #ffffff;
	box-shadow: -3px 2px 6px rgba(00, 00, 00, 0.2);
	transform: rotate(-19deg);
}

#content{

	display: block;
	margin: 15px auto;
	padding: 0px;
}
@media (min-width:240px) and (max-width:1000px) {

	.col-sm-3,
	.col-sm-9 {
		display: block;
		width: 100%;
		clear: both;
		float: none;
	}
	#content{
		width:100% !important;
	}
}

#loadBooth,
#loadBooth iframe{
	width:100% !important;	
}
div[data-group="file"]{
	min-height: 80px;	
}
div[data-group="file"] .help-block.error-help-block{
	position: absolute;
	bottom: -31px;
	z-index: 9;	
}
div[data-group="file"] div.form-group{
	overflow:visible;	
}

div.field>div.form-group,
div.field>div.form-group.checkradio fieldset{
	position: relative;
	display: grid !important;
	grid-template-columns: 29% 69%;
	gap: 1rem;
}
div[data-group="note"] .form-group{
	grid-template-columns: 100% !important;
}
div.field>div.form-group.checkradio{
	display:block !important;	
}
div.field>div.form-group.checkradio fieldset{
	margin:0px !important;
}
div.field>div.form-group>label,
div.field>div.form-group.checkradio fieldset legend,
div.field>div.form-group.checkradio fieldset legend.left{
	width:100% !important;
	padding:0px;
	margin:0px;
}
div.field>div.form-group>div,
div.field>div.form-group.checkradio fieldset .de_fieldset,
div.filefield,
div[data-group="note"] .text-editable{
	width:100% !important;
}
div[data-group="note"] p{
	display:none;	
}
div[data-group="note"] .text-editable p{
	display:block;	
}
input[type="text"],
input[type="email"],
select,
textarea{
	padding: 12px 16px !important;
	font-size: 1.1rem !important;
	line-height: normal !important;
	border: 2px solid #ccc !important;
	border-radius: 12px !important;
	outline: none !important;
	transition: all 0.3s ease !important;
	background: #fff !important;
	height: auto !important;
}

input[type="text"]:focus,
textarea:focus,
select:focus{
	border-color: #4CAF50;
	box-shadow: 0 0 8px rgba(76, 175, 80, 0.2);
}
input[type="text"], select, textarea{
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) !important;	
}

div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label .de_fee.fes {
	position: absolute;
	top: 0px;
	right: 0px;
	background: rgba(39, 174, 96, 1.0);
	color: #ffffff;
	line-height: normal;
	font-weight: bold;
	font-size: 0.9rem;
	padding: 8px 12px;
	border-radius: 25px;
	border: 2px solid #ffffff;
	box-shadow: 0px 2px 10px rgba(00, 00, 00, 0.2);
}
div[data-group="sponsfee"] {
	margin-bottom: 27px;
	overflow: visible;	
}
div[data-group="sponsfee"] .form-group{
	overflow: visible;		
}
div[data-group="sponsfee"] .valueSpan.de_cols_1 .de_fee.fes{
	transition:all 0.3s ease;
	transform:scale(1);
	position:relative;
	z-index:7;

}
div[data-group="sponsfee"] .valueSpan.de_cols_1:hover .de_fee.fes,
div[data-group="sponsfee"] .valueSpan.de_cols_1:focus .de_fee.fes,
div[data-group="sponsfee"] .valueSpan.de_cols_1.checked .de_fee{
	transition:all 0.3s ease;
	transform:scale(1.08);
	box-shadow:0px 3px 14px rgba(00,00,00,0.3);
	z-index:8;
}
.valueSpan.de_cols_1.checked .de_fee.fes{
	position:relative;	
}
.valueSpan.de_cols_1.checked .de_fee.fes:after{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-family: "Font Awesome 7 Free";
	font-feature-settings: normal;
	font-style: normal;
	font-synthesis: none;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-rendering: auto;
	width:1.25em;
	content:"\f058";
	position: absolute;
	font-size: 1.1rem;
	top: -9px;
	right: -12px;
	color: white;
	box-shadow: 1px 2px 8px rgba(00, 00, 00, 0.3);
	border-radius: 50%;
	border: 2px solid rgba(08, 76, 115, 1.0);
	background: rgba(08, 76, 115, 0.8);
}

.colleagueForm div[data-id="147274"] .form-group{
	grid-template-columns:100% !important;	
}
.colleagueForm div[data-id="147274"] .form-group fieldset{
	display:grid;
	grid-template-columns:30% 70%;
	gap:1rem;
}
.colleagueForm div[data-id="147274"] .form-group fieldset legend{
	padding-left: 9px !important;
}
.colleagueForm div[data-id="147274"] .form-group fieldset .de_fieldset .de_cols_1 label{
	padding-left:7%;	
}
.col-sm-9.review .btn-wrapper,
#breakdown_body .btn-wrapper{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.col-sm-9.review .btn-wrapper a,
#breakdown_body .btn-wrapper .btn-primary{
	float:none !important;
}
.col-sm-9.review .pageinfo:after{
	display:none;	
}
div.review .btn-primary:nth-of-type(2):before, #breakdown_body .btn-primary:nth-of-type(2):before{
	display:none;	
}

#breakdown_body input[type="radio"],
#breakdown_body input[type="checkbox"]{
	width:20px;
	height:20px;
	margin-right:5px;
}
#infoTable td div.row div{
	width:auto !important;	
}
#couponForm{
	overflow: visible;
	vertical-align: middle;
	align-items: center;
	display: flex;
	justify-content: end;
}
#couponForm #fieldContainer{
	position: relative;
	z-index: 8;
	width: 55%;
}
#couponForm #fieldContainer div.field div.form-group div {
	width: 100% !important;
}
#couponForm input[type="submit"] {
	margin-top: 0px;
	border-radius: 0px 10px 10px 0px;
	float: none;
	line-height: 1.8rem !important;
	left: -1px;
	position: relative;
	z-index: 7;
	line-height: 1.9rem !important;
}
p.de_p_hide{
	display:none;	
}
div[data-assoc="registrantCouponCode"]{
	margin: 0;
	overflow: visible !important;
	width: 100% !important;
}
div[data-assoc="registrantCouponCode"] .form-group{
	grid-template-columns: 36% 60%;
	align-items: center;
	text-align: right;
}
#CVVmodal{
	width: 55%;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px;
	border-radius: 25px;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(5px);
}
.fancybox-is-open #CVVmodal{
	display: inline-grid !important;	
}
#CVVmodal img{
	width:50%;
	margin:0 auto;
}

#cvdInfo,
.cvdModalLink{
	display: flex;
	text-indent: -99999px;
}
#cvdInfo:before,
.cvdModalLink:before{
	display: inline-flex;
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f129";
	text-indent: 0;
	width: 30px;
	height: 30px;
	background: rgb(0, 117, 183);
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 1);
	box-shadow: 1px 1px 8px rgba(00, 00, 00, 0.2);
	color: rgba(255, 255, 255, 1);
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	transform: scale(1);
}
#cvdInfo:hover:before,
.cvdModalLink:hover:before{
	transition: all 0.3s ease;
	transform: scale(1.1);
	text-shadow:2px 2px 8px rgba(00,00,00,0.2);
	box-shadow: 1px 1px 12px rgba(00, 00, 00, 0.2);
}

/*
#infoTable tr:nth-child(3) td:nth-child(2),
#infoTable tr:nth-child(4) td:nth-child(2){
display: flex;
gap: 1rem;
}
*/
/*
#infoTable tr:nth-child(4) td:nth-child(2) .row div.col-xs-5{
padding-left:0;	
}
*/
#infoTable tr:nth-child(5) td:nth-child(1){
	display: flex;
	gap: 1rem;
	height: 100%;
	position: relative;
	align-items: center;
	border: none;
}
#infoTable tr:nth-child(5) td:nth-child(1) br{
	display:none;
}
#infoTable tr td{
	align-items:center;	
}
#paymentForm #bankInfo table{
	max-width: 60% !important;	
}
#billinfoTable{
	width:62%;	
}
#billing_information>h4{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content:space-between;
}
#clear_billing{
	transition:all 0.3s ease;
	transform:scale(1);
	border-radius:55px;
	border:2px solid rgba(255,255,255,1);
	box-shadow:0px 0px 8px rgba(00,00,00,0.1);
}
#clear_billing:hover,
#clear_billing:focus{
	transition:all 0.3s ease;
	transform:scale(1.07);	
	text-decoration:none;
	box-shadow:0px 3px 14px rgba(00,00,00,0.1);
}
.colleagueForm .field .form-group label{
	text-align: right;
	display: flex;
	align-items: center;

}
.modal-header{
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;	
}
.modal-header:before,
.modal-header:after{
	display:none;	
}
#followUs{

}
#followUs .social-media{
	display: flex;
	gap: 0.5rem;
	align-items: center;
	justify-content: center;
}
#followUs .social-media a.social-btn,
#followUs .social-media a.social-btn:visited{
	background: transparent;
	border-radius: 11px;
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	box-shadow: 0px 2px 8px rgba(00, 00, 00, 0.1);
	color:#ffffff;
	transition: all 0.3s ease;
	transform: scale(1);
}
#followUs .social-media a.social-btn:hover,
#followUs .social-media a.social-btn:focus{
	transition: all 0.3s ease;
	transform: scale(1.075);
	box-shadow: 2px 4px 11px rgba(00, 00, 00, 0.3);
	text-decoration: none;
}
#followUs .social-media a.social-btn.facebook,
#followUs .social-media a.social-btn.facebook:visited{
	background:rgba(59,89,152, 0.8);
}
#followUs .social-media a.social-btn.linkedin,
#followUs .social-media a.social-btn.linkedin:visited{
	background:rgba(0,119,181, 0.8);
}
#followUs .social-media a.social-btn.x-twitter,
#followUs .social-media a.social-btn.x-twitter:visited{
	background:rgba(00,00,00, 0.8);
}
#followUs .social-media a.social-btn.instagram,
#followUs .social-media a.social-btn.instagram:visited{
	background:linear-gradient(135deg, rgba(110,60,241,1) 0%,rgba(193,39,191,1) 25%,rgba(233,51,106,1) 50%,rgba(239,129,50,1) 75%,rgba(248,217,72,1) 100%);
}
#followUs .social-media a.social-btn.threads,
#followUs .social-media a.social-btn.threads:visited{
	background:linear-gradient(135deg, rgba(248,217,72,1) 0%,rgba(239,129,50,1) 25%,rgba(233,51,106,1) 50%,rgba(193,39,191,1) 75%,rgba(110,60,241,1) 100%);;
}

#followUs .social-media a.social-btn.facebook:hover,
#followUs .social-media a.social-btn.facebook:focus{
	background:rgba(59,89,152, 1);
}
#followUs .social-media a.social-btn.linkedin:hover,
#followUs .social-media a.social-btn.linkedin:focus{
	background:rgba(0,119,181, 1);
}
#followUs .social-media a.social-btn.x-twitter{
	background:rgba(00,00,00, 0.8);
}
#followUs .social-media a.social-btn.x-twitter:hover,
#followUs .social-media a.social-btn.x-twitter:focus{
	background:rgba(00,00,00, 1);
}
body.is-returning-page .panel-body>.row{
	margin:0px;
}
body.is-returning-page .panel-body>.row>.col-sm-9{
	height: 100%;
}
body.is-returning-page .panel-body>.row>.col-sm-9 form[name="returningRegForm"]{
	background: transparent !important;
	display: grid;
	align-items: center;
	justify-content: center;
	height: auto !important;
	gap: 1rem;
	min-height: auto !important;
	box-shadow: none;
}
body.is-returning-page .panel-body>.row>.col-sm-9 form[name="returningRegForm"] label{
	width:100%;
}
form[name="returningRegForm"] div.form-group.row{
	width:100% !important;
	background: transparent;
	overflow: visible;
}
form[name="returningRegForm"] div.form-group.row input[type="text"],
form[name="returningRegForm"] div.form-group.row input[type="email"]{
	box-shadow: 0px 4px 5px rgba(00, 00, 00, 0.1) !important;
}
form[name="returningRegForm"] div.form-group.row input[type="text"]:focus,
form[name="returningRegForm"] div.form-group.row input[type="email"]:focus{
	box-shadow: 0px 5px 8px rgba(08, 76, 115, 0.2) !important;
	border-color:rgba(08, 76, 115, 0.4) !important;
}
body.is-returning-page .panel-body>.row>.col-sm-9 form[name="returningRegForm"] label{
	text-align: center;
	font-weight: normal;
	font-size: 1.3rem !important;
}
form[name="returningRegForm"] #returning,
form[name="returningRegForm"] #returning:visited {
	margin-top: 25px !important;
	background: rgba(39, 174, 96, 0.8);
	border: 3px solid rgba(39, 174, 96, 1.0);
	display: flex;
	width: auto;
	border-radius: 55px;
	box-shadow: 0px 1px 8px rgba(00, 00, 00, 0.2);
	text-transform: none;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	transform: scale(1);
}

form[name="returningRegForm"] #returning:hover,
form[name="returningRegForm"] #returning:focus{
	transition: all 0.3s ease;
	transform: scale(1.075);
	box-shadow: 0px 4px 20px rgba(00, 00, 00, 0.4);
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
#linkReturningRegBack{
	background: #6d6f71;
	color: #ffffff;
	padding: 10px 16px 10px 6px;
	border-radius: 55px;
	border: 2px solid #ffffff;
	box-shadow: 0px 0px 4px rgba(00, 00, 00, 0.1);
	margin: 0 0 15px 0 !important;
	display: inline-block;
	transition: all 0.3s ease;
	transform: scale(1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}
#linkReturningRegBack:hover,
#linkReturningRegBack:focus{
	background: #084c73;
	box-shadow: 0px 3px 10px rgba(00, 00, 00, 0.2);
	transition: all 0.3s ease;
	transform: scale(1.05);
	text-decoration: none;
}
#linkReturningRegBack:before{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
	font-family: "Font Awesome 7 Free";
	font-feature-settings: normal;
	font-style: normal;
	font-synthesis: none;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-rendering: auto;
	width:1.25em;
	content: "\f359";
	font-size: 1.4rem;
	transition: all 0.3s ease;
	transform: scale(1);
}

#linkReturningRegBack:hover:before,
#linkReturningRegBack:focus:before{
	transition: all 0.3s ease;
	transform: scale(1.1);
	text-shadow: 0px 0px 4px rgba(00, 00, 00, 0.1);
}

.returning-msg{
	text-align: center;
	max-width: 75%;
	margin: 20px auto;
	background: rgba(08, 76, 115, 0.9);
	color: #ffffff;
	border-radius: 24px;
	padding: 18px 25px;
	border: 3px solid rgba(08, 76, 115, 1);
}
div.field .valueSpan label > span:first-of-type{
	width: 86%;	
}
/*
div.field .valueSpan label > span:first-of-type strong{
	    color: rgba(39, 174, 96, 1.0);	
}
*/