@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");
:root {

	--box-shadow-normal: 0px 0px 8px rgba(00, 00, 00, 0.1);
	--box-shadow-hover: 0px 4px 12px rgba(00, 00, 00, 0.2);
	--transscale: scale(1);
	--transscale-hover: scale(1.05);

	--white: rgba(255, 255, 255, 1);
	--dark-grey: 01, 01, 01;

	--transition: all .7s cubic-bezier(.25, .8, .25, 1);
	--box-shadow: 0px 0px 0px rgba(00, 00, 00, 0.0);
	--box-shadow-hover: 0px 3px 14px rgba(00, 00, 00, 0.01);
	--transform: scale(1) translateY(0px);
	--transform-hover: scale(1) translateY(-2px);
}

#noscriptdiv{display:none !important;}

#de_checks_alert{
	display:none;
}
.custom-close-alert{
	padding: 2rem;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	border-radius: 25px;
	box-shadow: 0px 3px 10px rgba(00, 00, 00, .15);	
}
/* Animation */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: scale(0.95);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}
h4.text-center {
	text-align: center;
	display: grid;
	gap: 0.5rem;
	font-size: 0.9rem;
	border:none;
}
h4.text-center:before{
	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-rendering: auto;
	content:"\f0f0";
	font-size: 1.4rem;
}
span.credentials {
	font-style: italic;
	color: #333333;
	font-size: 0.9rem;
	font-weight: normal;
}
img.west-park {
	float: right;
	margin: 15px;
	border-radius: 25px;
	width: 39%;
	box-shadow: 0px 4px 10px rgba(00, 00, 00, 0.2);
}
#content-middle .panel{
	border-radius:25px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
}

#singleTab .panel{
	border-radius:25px;
	box-shadow: none;
}

.form-control{
	font-size:1.1rem;
	height:auto;
	line-height:normal;
}
#rhome{
	color:#ffffff !important;
	display: inline-flex !important;
}
input[type="text"],
input[type="email"],
select,
textarea,
.form-control{
	transition:all 0.3s ease;
	transform:scale(1);
	position:relative;
	box-shadow: 0 0px 0px rgba(00,00,00,0.0);
	border-radius:10px;
	padding:10px 13px;
}
input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus,
.form-control:focus{
	border-color: rgba(00,00,00, 0.3);
	outline: 0;
	box-shadow: 0 3px 8px rgba(00,00,00,0.1);
	transition:all 0.3s ease;
	transform:scale(1.02);
	z-index:9;
}
div.field h3, div.form-group fieldset legend, #field-13626 label{
	line-height:normal;
}
div.form-group fieldset legend{
	margin-top:0px !important;	
}
input[type="text"],
select,
textarea{
	height: auto;
	font-size: 1rem;
	line-height: normal;
	border-radius: 8px;
}
div.field fieldset span.de_cols_1{
	position:relative;	
}
.review #btn-wrapper,
.breakdown-page .btn-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;	
}
.review #btn-wrapper .btn,
.breakdown-page .btn-wrapper .btn{
	display:inline-flex;	
}

div[data-id="149415"],
div[data-id="148865"],
div[data-id="149412"]{
	position:sticky;
	top:10px;
	z-index:9;

}
div[data-id="149415"] h2,
div[data-id="148865"] h2,
div[data-id="149412"] h2{
	box-shadow:0px 2px 8px rgba(00,00,00,0.2);
}

div[data-group="note"],
div[data-group="note"] .form-group{
	overflow:visible !important;
}
div[data-id="150581"]{
	display:inline-flex;	
}
#footer{
	padding:55px;	
}
#content{
	display: block;
	padding: 0 !important;
	margin: 20px auto !important;	
}
#button {
	text-align: center;
}
#button input[value="Next"],
#paybtn{
	background:rgba(101, 165, 45, 0.7);
	border: 2px solid rgba(101, 165, 45, 1);
	border-radius: 55px;
	font-size: 1.3rem !important;
	padding: 20px 40px;
	transition: all 0.3s ease;
	transform: scale(1);
}
#button input[value="Next"]:hover,
#button input[value="Next"]:focus,
#paybtn:hover,
#paybtn:focus{
	transition: all 0.3s ease;
	transform: scale(1.075);
	background: rgba(101, 165, 45, 1);
	border-color:rgba(101, 165, 45, 1);
	box-shadow: 0px 2px 10px rgba(00, 00, 00, 0.2);
	border-radius: 55px;
}
div[data-group="comments"] {
	padding-top: 20px;
	margin-top: 20px !important;
}
div[data-group="comments"] textarea{
	min-height:120px;	
}
html{
	background:#ffffff;	
}
body{
	background:rgba(240,248,255,0.9);	
}
html,
body {
	font-family: "Open Sans", serif !important;
	font-size: 1.1rem !important;
	color: #333333 !important;
}

#content-middle .tab-content,
html.landing .panel.panel-default,
body.review-page .panel.panel-default{
	padding: 15px;
	border-radius: 25px;
	box-shadow: 0px 0px 20px rgba(00, 00, 00, 0.1);
}

div.field{
	margin: 8px 0px;
	display: inline-grid;
	align-items: center;
	overflow:visible;
}
div.field .form-group{
	overflow:visible;
}
html,
body,
legend,
label,
legend.left,
label.left,
select,
input,
textarea {
	font-size: 1.1rem !important;
	height: auto;
}
div[data-group="note"] .form-group .text-editable{
	width: 100% !important;
}
div[data-group="note"] .text-editable h2{
	font-size: 1.4rem;
	padding: 10px 0px;
	margin: 10px 0;
}

.col-sm-3.sidebarSticky{
	position: sticky;
	top: 0;		
}

#header,
#content,
#footer{
	width:90%;
	margin:0 auto;
}
#header .container{
	width:100%;
	padding:0px;
}
div.header-logo{
	padding:0px;	
}
#header{
	box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.5) !important;
	border-radius: 0 0 25px 25px;
	overflow: hidden;
	background:rgba(101,165,45,1);
}

#header div.header-logo img{
	height: auto;
	width: 100%;
	margin-top: 0px;
}
a, a:active, a:visited, a:focus {
	color: rgba(101, 165, 45, 1);
}
.modal-dialog{
	width:75% !important;	
}
div.field label > span.de_fee{
	float:right !important;	
}
h4, .h4 {
	font-size: 18px;
	color: #63989f;
	font-weight: 600;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 6px;
}
h2,
h3,
fieldset legend{
	color: #63989f;
}
ul.app,
ol.app{
	padding: 0px;
	margin-left: 7%;
	margin-top: 15px;
	margin-bottom: 15px;
}
ul.app li,
ol.app li{
	margin:10px 0px;
	padding:inherit;
}
ul.app li{
	list-style:disc;	
}
ol.app li{
	list-style:decimal;	
}

#returning, #register, 
a.previousButton,
a.nextButton,
#regList,
#rhome,
#addAdt,
.review #btn-wrapper .btn-primary,
.breakdown-page .btn-wrapper .btn-primary{
	font-size: 1.2rem;
	font-weight: 400;
	text-transform: none;
	background: rgba(190, 00, 00, 0.9) !important;
	color: #ffffff !important;
	border: 1px solid rgba(190, 00, 00, 1) !important;
	border-radius: 55px;
	padding: 20px 35px;
	transition:all 0.3s ease;
	transform:scale(1);
	text-shadow:none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
}
#returning:hover,
#register:hover,
a.previousButton:hover,
a.nextButton:hover,
#regList:hover,
#addAdt:hover,
#returning:focus,
#register:focus,
a.previousButton:focus,
a.nextButton:focus,
#regList:focus,
#addAdt:focus,
#rhome:hover,
#rhome:focus,
.review #btn-wrapper .btn-primary:hover,
.review #btn-wrapper .btn-primary:focus,
.breakdown-page .btn-wrapper .btn-primary:hover,
.breakdown-page .btn-wrapper .btn-primary:focus{
	background: rgba(190,00,00,1) !important;
	color: #ffffff !important;
	border: 1px solid rgba(190,00,00,1) !important;
	transition:all 0.3s ease;
	transform:scale(1.075);
	box-shadow:0px 2px 10px rgba(00,00,00,0.2);
	text-shadow:0px 2px 7px rgba(00,00,00,0.3);
	border-radius: 55px;
	text-decoration:none;
}

#returning:before,
#returning:after,
#register:before,
#register:after,
a.previousButton:before,
a.previousButton:after,
a.nextButton:before,
a.nextButton:after,
#regList:before,
#regList:after,
#addAdt:before,
#addAdt:after,
.breakdown-page .btn-wrapper .btn-primary:before,
.breakdown-page .btn-wrapper .btn-primary:after{
	margin:0px;
	font-size: 2rem;
}

#button-wrapper #register,
#button-wrapper #returning{
	float:none;
	background: rgba(00, 00, 00, 0.6) !important;
	border-color: rgba(00, 00, 00, 1) !important;
}

#button-wrapper #register:hover,
#button-wrapper #register:focus,
#button-wrapper #returning:hover,
#button-wrapper #returning:focus{
	background: rgba(00, 00, 00, 1) !important;
	border-color: rgba(00, 00, 00, 1) !important;
}
#btn-wrapper #next,
#paybtn{
	background:rgba(39, 174, 96, 0.8) !important;
	border-color:rgba(39, 174, 96, 1) !important;
}
#btn-wrapper #next:hover,
#btn-wrapper #next:focus,
#paybtn:hover,
#paybtn:focus{
	background:rgba(39, 174, 96, 1) !important;
	border-color:rgba(39, 174, 96, 1) !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 8px 8px 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: 48px;
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	width: 100%;
}

div[data-group="file"] div.form-group fieldset {
	margin-right: 0px;
	margin-bottom: 5px;
}

div[data-group="file"] div.form-group fieldset div {
	width: 69% !important;
	margin: 0px;
	padding: 0px;
}

div[data-group="file"] div.form-group fieldset legend {
	font-weight: 400 !important;
	padding-top: 0px;
	padding-left: 8px;
	color: unset;
	border: none;
	width: 29%;
	float: left;
	margin: 0;
	padding-bottom: 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;
}

/***********************************
Radio/Checkbox Inputs
***********************************/
[type="radio"],
[type="checkbox"]{
	opacity:0 !important;
	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:25px;
	height:25px;
	border-radius: 100%;
	border:2px solid rgba(01,01,01,0.5);
	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:7px;
	width:19px;
	height:19px;
	border-radius:100%;
	background:rgba(102, 164, 52,1.0);
	opacity:1;
	transform:scale(1.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(01,01,01,0.9);
	transform:scale(1.1);
	transition:all .3s ease;
}

[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + label:after{
	content:"";
	position:absolute;
	left: 5px;
	top: 9px;
	width:14px;
	height:14px;
	border-radius:100%;
	background:#fff;
	transition:all .3s ease;
	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;
	width: 20px;
	height: 20px;
	margin: 0;
}
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: 29.5%;
	border: none !important;
	font-weight: normal !important;
	border:none;
	padding:0px 0px 0px 6px !important;
	color: #333333 !important;
}
fieldset div.de_fieldset{
	margin-left:0 !important;	
}
div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label {
	width: 100% !important;
	float: left;
	padding-left: 6%;
	padding-top: 3px;
}
#menu {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display:flex !important;
	background:rgba(171,218,133,1);
}
#menu.menuTop {
	position: inherit;
	width: 100%;
	top: inherit;
}

nav.navbar{
	background: transparent !important;
	min-height:unset;
	position:relative;
}

.navbar-nav{
	background: transparent !important;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}
.navbar-nav>li{
	float:none;
}
.navbar-nav > li > a,
.nav li a.lesspadding{
	padding: 15px 22px !important;
	font-size: 1.1rem;
	line-height: normal;
	background-color:transparent !important;
	border-color:transparent !important;
	padding:14px 30px !important;
	color:#333333;
	font-weight:bold;
	border-bottom:4px solid transparent;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li.active > a:focus{
	border-color:transparent !important;
	background-color:rgba(255,225,255,0.3) !important;
	border-color:rgba(102,164,52,1) !important;
}
div[data-group="wide_radio"] fieldset legend{
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	border: none;
	padding: 0 15px;
	width: 74%;
	float: left;	
}
div[data-group="wide_radio"] div.form-group div{
	width: 24% !important;
	float: left;	
}
div[data-group="wide_radio"] fieldset .de_fieldset .de_cols_1{
	clear: none;
	display: inline;
	width: auto;
	min-width: 76px;
}

div[data-group="wide_radio"] fieldset .de_fieldset .de_cols_1 label>span{
	padding-left:20px;	
}

div[data-group="wide_radio"] fieldset .de_fieldset .de_cols_1 label{
	width: auto !important;
}
table.registrationRates thead th{
	font-weight:bold;
}
table.registrationRates tbody th{
	font-weight:normal;
}
table.registrationRates tbody td{
	font-weight:bold;	
}
table.registrationRates tbody th span.sectionHeader{
	font-weight:bold;
	font-size:16px;
	color: #c0392b;
}
div.colleagueFieldHeading{
	width:24% !important;	
	padding-top: 5px;
}
div.colleagueFieldHeading span{
	font-size: 14px !important;
	border: none !important;
	margin: 0px !important;
	line-height: normal;
	font-family: 'Open Sans', sans-serif;

	float: left !important;
	padding-left: 15px;
	padding-bottom: 0px;
}
.colleagueFieldHeading span{
	font-weight:normal !important
}

.colleagueForm div.field div.form-group div{
	width:74% !important;	
}
.error-help-block{
	margin:0px;		
}

/* Navigation Updates */
.custom-nav .nav-menu,
.custom-nav .nav-menu ul,
.custom-nav .nav-menu li,
.custom-nav .nav-menu a {
	margin: 0;
	padding: 0;
	line-height: normal;
	list-style: none;
	display: block;
	position: relative;
	background:transparent;
	color:#ffffff;
}

.custom-nav .nav-menu ul {
	opacity: 0;
	position: absolute;
	top: 100%;
	left: -9999px;
	z-index: 999;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.custom-nav .nav-menu li:hover>ul {
	left: 0;
	opacity: 1;
	z-index: 1000;
}

.custom-nav .nav-menu ul li:hover>ul {
	top: 0;
	left: 100%;
}

.custom-nav .nav-menu li {
	cursor: default;
	float: left;
	white-space: nowrap;
}

.custom-nav .nav-menu ul li {
	float: none;
}

/* sub width */
.custom-nav .nav-menu ul {
	min-width: 12em;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

/* root */
.custom-nav .nav-menu a {
	padding: 0 10px;

	font-weight: normal;
	font-size: 16px;
	line-height: 40px;
	text-decoration: none;
}

/* root: active */
.custom-nav .nav-menu li .nav-active {
	background-color: rgba(0, 0, 0, 0.05);
}

/* root: hover/persistence */
.custom-nav .nav-menu a:hover,
.custom-nav .nav-menu a:focus,
.custom-nav .nav-menu li:hover a {
	background: #555;
	color: #FFF;
}

/* 2 */
.custom-nav .nav-menu li li a,
.custom-nav .nav-menu li:hover li a {
	padding: 8px 10px;
	background: #555;
	color: #FFF;
	line-height: normal;
}

/* 2: hover/persistence */
.custom-nav .nav-menu li:hover li a:hover,
.custom-nav .nav-menu li:hover li a:focus,
.custom-nav .nav-menu li:hover li:hover a {
	background: #444;
}

/* 3 */
.custom-nav .nav-menu li:hover li:hover li a {
	background: #444;
}

/* 3: hover/persistence */
.custom-nav .nav-menu li:hover li:hover li a:hover,
.custom-nav .nav-menu li:hover li:hover li a:focus,
.custom-nav .nav-menu li:hover li:hover li:hover a {
	background: #333;
}

/* 4 */
.custom-nav .nav-menu li:hover li:hover li:hover li a {
	background: #333;
}

/* 4: hover */
.custom-nav .nav-menu li:hover li:hover li:hover li a:hover,
.custom-nav .nav-menu li:hover li:hover li:hover li a:focus {
	background: #222;
}
#footer .footer p{
	text-shadow:none;
	color:#333333;
}
.col-sm-9 ul{
	margin: 15px 19px;
	padding: inherit;
	list-style: disc;
}

h2,
.review>h4,
#breakdown_body>h4{
	font-size: 1.3rem !important;
	font-weight: 400;
	padding: 11px 18px !important;
	color: #ffffff;
	margin: 10px 0 !important;
	background: rgba(101, 165, 45, 0.7);
	border-radius: 16px;
	border: 3px solid rgba(101, 165, 45, 1) !important;
	line-height: normal;
}
.review>h4 {
	position: sticky;
	top: 10px;
	background: rgba(101, 165, 45, 1) !important;
	z-index: 9;
	box-shadow: 0px 3px 8px rgba(00, 00, 00, 0.2);
}
.pageinfo {
	background: rgba(51,51,51,0.8) !important;
	color: #ffffff !important;
	margin: 25px 0px;
	border-radius: 10px;
	padding: 15px 25px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.1rem !important;
	border: 2px solid rgb(51,51,51) !important;
	box-shadow: 0px 3px 10px rgba(00, 00, 00, 0.2);
	text-shadow: 1px 1px 5px rgba(00, 00, 00, 0.2);
}
.alert.alert-success{
	display: none;
}

.tab-content{
	border:none;	
}
img.lading-img {
	width: 30%;
	margin: 0 0 10px 20px;
	border-radius: 19px;
	box-shadow: 0px 1px 5px rgba(00, 00, 00, 0.1);
	transition: all 0.3s ease;
	transform: scale(1);
}
img.lading-img:hover{
	transition: all 0.3s ease;
	transform: scale(1.15);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
#button-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;	
	clear: both;
	margin: 50px 0;
}
span.soldout::before {
	content: "Sold Out";
	position: absolute;
	left: -29px;
	color: rgb(255, 255, 255);
	z-index: 8;
	font-weight: 600;
	font-size: 0.7rem;
	top: 3px;
	box-shadow: rgba(0, 0, 0, 0.2) -3px 2px 6px;
	transform: rotate(-19deg);
	background: rgb(231, 76, 60);
	padding: 6px 9px;
	border-radius: 25px;
	border-width: 2px;
	border-style: solid;
	border-color: rgb(255, 255, 255);
	border-image: initial;
}
div[data-group="howheard"] p{
	display:none;
}
div[data-group="howheard"] p.bodyNote{
	display: inline-flex !important;
	float: right;
	width: 72%;
	padding: 5px 10px;
	border-radius: 25px;
	background: #efefef;
	border: 2px solid rgba(00, 00, 00, 0.5);
	color: #333333;
	margin: 8px 0px 15px 0;
	font-size: 0.9rem;
	font-style: italic;
}
div[data-group="howheard"] fieldset legend.left{
	width: 28% !important;
}
div[data-group="howheard"] fieldset div.de_fieldset{
	float: right;
	width: 70.5% !important;
}

div[data-group="note"] div.text-editable .alert{
	width: 100% !important;
	text-align: center;
	margin: 0 auto;
	border-radius: 25px;
	box-shadow: 0px 3px 8px rgba(00, 00, 00, 0.1);
	border-width: 3px;
}
.radio-pulse {
	position: relative;
}

.radio-pulse::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 8px;
	box-shadow: 0 0 0 6px rgba(0, 150, 255, 0.15);
	opacity: 0;
	animation: pulseFade 0.25s ease-out;
}

@keyframes pulseFade {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

div[data-group="wide-radio"] p{
	display:none;
}
div[data-group="wide-radio"] p.bodyNote{
	display:block !important;
	width: 70%;
	float: right;
	margin: 0 0 1rem 0;
}
#fieldContainer div[data-group="wide-radio"] div.de_fieldset{
	width: 70% !important;
	float: right;
	display: flex;
	align-items: center;	
}
div[data-group="wide-radio"] div.de_fieldset .de_cols_1 {
	width: auto;
	min-width: 90px;
}
div[data-group="wide-radio"] div.de_fieldset .de_cols_1 label {
	width: auto !important;
	min-width: 25%;
	max-width: 100%;
	padding-left: 31px !important;
}
div[data-group="terms-and-conditions"] {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid rgba(00, 00, 00, 0.1);
}
.review ul.col-md-6,
.review ul.col-md-6 li{
	list-style:none;	
}
.review ul.col-md-6{
	padding-left: 0px;
	margin: 0 15px;
}
.review ul.col-md-6 li{

}
#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;
}
#infoTable tr:nth-child(5) td:nth-child(1) br{
	display:none;
}
#infoTable tr td{
	align-items:center;	
}
@media (max-width: 768px) {
	.breakdown,
	table.breakdown tr,
	table.breakdown .desc,
	table.breakdown .amount,
	table.breakdown td.totalQuantity{
		border:none !important;
	}
	#paymentForm{
		padding:0px;	
	}
	#paymentForm .btn-wrapper{
		display:grid;	
	}
	.breakdown thead {
		display: none !important;
	}
	table.breakdown .desc{
		display: grid;
		align-items: center;
		justify-content: flex-start;
		padding: 0;	
	}
	table.breakdown .desc:before{
		position:relative;	
	}
	.panel-body>.row>.col-sm-9,
	.panel-body>.row>.col-sm-3{
		float:none;
		clear:both;
		height:100%;
		overflow:hidden;
		width:100%;
	}
	.panel-body>.row>.col-sm-3{
		padding:10px;
	}

	.breakdown, 
	.breakdown tbody, 
	.breakdown tr, 
	.breakdown td {
		display: block;
		width: 100%;
	}

	.breakdown tr {
		margin-bottom: 18px;
		padding: 16px;
		border-radius: 14px;

		/* Glassmorphism */
		background: rgba(255, 255, 255, 0.22);
		backdrop-filter: blur(14px) saturate(160%);
		-webkit-backdrop-filter: blur(14px) saturate(160%);
		border: 1px solid rgba(255, 255, 255, 0.45);

		/* Drop shadow */
		box-shadow: 0 6px 20px rgba(0,0,0,0.12);

		/* Fade + slide animation */
		opacity: 0;
		transform: translateY(10px);
		animation: fadeSlideIn 0.35s ease forwards;
	}

	/* ANIMATION KEYFRAMES */
	@keyframes fadeSlideIn {
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	/* MOBILE ZEBRA EFFECT (card style) */
	.breakdown tr:nth-child(odd) {
		background: rgba(255, 255, 255, 0.32);
	}

	.breakdown tr:nth-child(even) {
		background: rgba(255, 255, 255, 0.18);
	}

	.breakdown td {
		text-align: right;
		padding: 10px 0;
		position: relative;
		font-size: 15px;
		line-height: 1.3;
	}

	/* Column labels (based on column order) */
	.breakdown td:nth-child(1)::before { content: "Description"; }
	.breakdown td:nth-child(2)::before { content: "Quantity"; }
	.breakdown td:nth-child(3)::before { content: ""; }
	.breakdown td:nth-child(4)::before { content: "Unit Price"; }
	.breakdown td:nth-child(5)::before { content: "Tax"; }
	.breakdown td:nth-child(6)::before { content: "Amount"; }

	.breakdown td::before {
		position: absolute;
		left: 0;
		font-weight: 600;
		color: #2a2a2a;
		text-align: left;
		font-size: 14px;
	}

	/* If a cell is empty — remove label */
	.breakdown td:empty::before {
		content: "";
	}

	#CVVmodal{
		width:95% !important;
	}

	.breakdown td:nth-child(5)::before { display:none; }
	td.item_tax_col.hide{
		display: block !important;
		float: left;
		width: 50%;
	}
	td.item_tax_col.hide:nth-child(2):before{
		content: "Tax";
		display:inline-block;
	}

}


.fancybox-container .fancybox-bg {
	background: rgba(255, 255, 255, 0.3) !important;
	backdrop-filter: blur(20px);
	opacity: 1 !important;
}

.fancybox-container .modalPopUp {
	width: 100% !important;
	display: inline-block;
	max-width: 70%;
}

.fancybox-close-small {
	outline: none;
	box-sizing: unset !important;
}

.fancybox-close-small:after {
	background: rgba(192, 57, 43, 1.0) !important;
	color: #ffffff !important;
	box-sizing: unset !important;
	transition: var(--transition) !important;
	transform: var(--transscale) !important;
	box-shadow: var(--box-shadow-normal) !important;
	outline: none;
}

.fancybox-close-small:hover:after,
.fancybox-close-small:focus:after {
	transition: var(--transition) !important;
	box-shadow: var(--box-shadow-hover) !important;
	transform: var(--transscale-hover) !important;
	color: #ffffff !important;
}

#terms-and-conditions>h1 {
	background: rgba(01, 01, 01, 0.7);
	color: #ffffff;
	padding: 10px 15px;
	font-size: 1.3rem;
	border-radius: 12px;
	margin: 10px 0;
}
.fancybox-slide>* {
	border-radius: 25px;
	box-shadow: 0px 6px 20px rgba(00, 00, 00, 0.3);
}
.fancybox-bg {
	opacity: 0.6 !important;
}
.modalPopUp {
	background: #fff;
	border-radius: 12px;
	padding: 25px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
	display: none;
	animation: fadeIn 0.3s ease forwards;
	max-width: 800px;
}

.modalPopUp h4 {
	font-weight: 600;
	margin-bottom: 15px;
}

.modalPopUp img {
	border-radius: 12px;
	width: 100%;
	height: auto;
}

/* Modal layout inside */
.modalPopUp .col-md-4,
.modalPopUp .col-md-8 {
	padding: 0 15px;
}

.modalPopUp .col-md-8 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#planning-committee .speaker-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1.8rem;
}

#planning-committee .speaker-card {
	background: #fff;
	padding: 1.8rem;
	border-radius: 1.2rem;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	text-align: center;
	position: relative;
	display:grid;
	opacity: 0;
	transform: translateY(20px);
	animation: fadeUp .8s ease forwards;
}

/* Stagger animation using nth-child */
#planning-committee .speaker-card:nth-child(1) { animation-delay: .1s; }
#planning-committee .speaker-card:nth-child(2) { animation-delay: .2s; }
#planning-committee .speaker-card:nth-child(3) { animation-delay: .3s; }
#planning-committee .speaker-card:nth-child(4) { animation-delay: .4s; }
#planning-committee .speaker-card:nth-child(5) { animation-delay: .5s; }
#planning-committee .speaker-card:nth-child(6) { animation-delay: .6s; }
#planning-committee .speaker-card:nth-child(7) { animation-delay: .7s; }
#planning-committee .speaker-card:nth-child(8) { animation-delay: .8s; }
#planning-committee .speaker-card:nth-child(9) { animation-delay: .9s; }
#planning-committee .speaker-card:nth-child(10) { animation-delay: 1s; }

@keyframes fadeUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

#planning-committee .speaker-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.12);
	transition: all .25s ease;
}

#planning-committee .speaker-icon {
	font-size: 2.4rem;
	color: #2980b9;
	margin-bottom: 1rem;
}

#planning-committee .speaker-name {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 700;
}

#planning-committee .speaker-title {
	margin: .4rem 0;
	font-size: 1rem;
	color: #666;
}

#planning-committee .speaker-company {
	margin: .3rem 0 0 0;
	font-size: .95rem;
	color: #333;
	display:grid;
	grid-template-columns:100%;
	justify-content:center;
	align-items:center;
}

#planning-committee .speaker-company i {
	color: #888;
	display: block;
	margin: 6px 0;
	position: relative;
	width: auto;
}
.container.row.speakers{
	display: flex;
	gap: 1rem;
	padding: 0px;
	margin: 25px 0px;
	flex-wrap: wrap;
	align-items: start;
	justify-content: flex-start;
}
.container.row.speakers .col-md-3{
	padding:0px;
	margin:0px;
	text-align: center;
	width: 23%;
}
.container.row.speakers .col-md-3 a.fancybox{
	display:block;
}
.container.row.speakers .col-md-3 a.fancybox:hover{
	cursor: pointer;
}
.container.row.speakers .col-md-3 a.fancybox img{
	width:100%;
	border-radius: 25px;
	transition: all 0.3s ease;
	transform: scale(1);
	box-shadow:0 0 0 rgba(0,0,0,0.0);
}

.container.row.speakers .col-md-3 a.fancybox:hover img{
	transition: all 0.3s ease;
	transform: scale(1.05);
	box-shadow:0 4px 10px rgba(0,0,0,0.1);
}

#venu-info{
	display: grid;
	grid-template-columns: 64% 33%;
	gap: 2rem;
}
#venu-info .venu-imgs{
	display: grid;
	gap: 1rem;	
}
#venu-info .venu-imgs img{
	width:100%;
}
p.building,
p.parking,
p.daily-rate{
	position:relative;
}
p.building:before,
p.parking:before,
p.daily-rate:before{
	display: inline-block;
	font-family:"Font Awesome 7 Free";
	content:"";
	font-weight: 900;
	color:rgba(101, 165, 45, 1);
	margin-right:0.3rem;
}
p.building:before{
	content:"\e3b2";
}
p.parking:before{
	content:"\f540";
}
p.daily-rate:before{
	content:"\f09d";
}


.fp-header {
	text-align: center;
	margin-bottom: 4rem;
}

.fp-header h1 {
	font-size: 2.2rem;
}

.fp-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	margin-bottom: 4rem;
	align-items: center;
}

.fp-section.reverse {
	direction: rtl;
}

.fp-section.reverse > * {
	direction: ltr;
}
.fp-images {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.fp-images img {
	width: calc(25% - 10px);
	aspect-ratio: 1 / 1;
	object-fit: cover;
	filter: blur(10px);
	opacity: 0;
	transform: scale(0.95);
	transition: all 0.4s ease;
}
/* When loaded */
.fp-images img.loaded {
	opacity: 1;
	transform: scale(1);
	filter: blur(0);
}
.fp-images img {
	width: 100%;
	border-radius: 16px;
	transition:all .4s cubic-bezier(.25, .8, .25, 1);
	transform: scale(1) translateY(0px);
	box-shadow:0 8px 20px rgba(0,0,0,.1);
}
.fp-images img:hover {
	transition:all .4s cubic-bezier(.25, .8, .25, 1);
	transform: scale(1.02) translateY(-2px);
	box-shadow:0 15px 40px rgba(0,0,0,.1);
	cursor: pointer;
}

.fp-images.double {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.fp-content h2 {
	margin-bottom: 1rem;
}

.fp-content ul,
.fp-content ol {
	padding-left: 1.2rem;
	line-height: 1.7;
}

.fade-in {
	opacity: 0;
	transform: translateY(40px);
	transition: .6s ease;
}

.fade-in.visible {
	opacity: 1;
	transform: none;
}

/* Responsive */

@media(max-width: 900px) {
	.fp-section {
		grid-template-columns: 1fr;
	}

	.fp-section.reverse {
		direction: initial;
	}

	.booth-list {
		columns: 1;
	}
}
.image-modal {
	position: fixed;
	inset: 0;
	background: rgba(255, 255, 255, .2);
	backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	opacity: 0;
	transition: all .4s cubic-bezier(.25, .8, .25, 1);
	--transform: scale(0) translateY(-2px);
}

.image-modal.active {
	opacity: 1;
	pointer-events: auto;
}
.gallery-photos {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	width: 80%;
	margin: 2rem auto;
}

.gallery-photos img.galimg {
	width: AUTO;
	border-radius: 25px;
	box-shadow: 0px 4px 10px rgba(00, 00, 00, 0.2);
	border: 1px solid rgba(00, 00, 00, 0.2);
	cursor: pointer;
	MAX-HEIGHT: 331px !important;
}
.image-modal img {
	background:#ffffff;
	border-radius: 25px;
	max-width: 90%;
	max-height: 90%;
	padding:2rem;
	transition: all .4s cubic-bezier(.25, .8, .25, 1);
	transform: scale(0) translateY(-5px);
	box-shadow: 0px 0px 0px rgba(00, 00, 00, 0.0);
}

.image-modal.active img {
	transform: scale(1) translateY(0px);
	transition:all .4s cubic-bezier(.25, .8, .25, 1);
	box-shadow: 0px 10px 30px rgba(00, 00, 00, 0.2);
}

.image-modal-close {
	position: absolute;
	top: 30px;
	right: 40px;
	font-size: 32px;
	color: var(--close);
	cursor: pointer;
}
.image-modal-close i:before{
	background: #ffffff;
	border-radius: 999px;
	transition:var(--transition);
	box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.5);	
	transform: scale(1) translateY(0px);
}
.image-modal-close:hover i:before{
	box-shadow: 0px 4px 16px rgba(00, 00, 00, 0.7);	
	transform: scale(1.01) translateY(-2px);

}


div#pwModal {
	padding: 3rem;
	border-radius: 25px;
	box-shadow: 0px 3px 18px rgba(00, 00, 00, 0.1);
}

.pw-box {
	background: #fff;
	padding: 1rem;
	text-align: center;
	width: 100%;
}

.pw-box input {
	width: 100%;
	padding: 10px;
	margin: 1rem 0;
	border-radius: 8px;
	border: 1px solid #ddd;
}

.pw-box button {
	width: 100%;
	padding: 10px;
	border: none;
	border-radius: 8px;
	background: linear-gradient(313deg, rgba(101, 165, 45, 1), rgba(101, 165, 45, 0.7));
	color: #fff;
	cursor: pointer;
}

.pw-box h3 {
	color: #666666;
	margin: 0 0 1rem 0;
}

.pw-box h3 i {
	color: #666666;
}

.pw-error {
	color: #e74c3c;
	font-size: 0.85rem;
	display: none;
}
.back-link{
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
	text-decoration: underline;
}
.back-link i{
	color:#999999;
}
.fancybox-container .fancybox-bg {
	background: rgba(255, 255, 255, 0.3) !important;
	backdrop-filter: blur(20px);
	opacity: 1 !important;
}

.fancybox-container .modalPopUp {
	width: 100% !important;
	display: inline-block;
	max-width: 70%;
}

.fancybox-close-small {
	outline: none;
	box-sizing: unset !important;
}

.fancybox-close-small:after {
	background: rgba(192, 57, 43, 1.0) !important;
	color: #ffffff !important;
	box-sizing: unset !important;
	transition: var(--transition) !important;
	transform: var(--transscale) !important;
	box-shadow: var(--box-shadow-normal) !important;
	outline: none;
}

.fancybox-close-small:hover:after,
.fancybox-close-small:focus:after {
	transition: var(--transition) !important;
	box-shadow: var(--box-shadow-hover) !important;
	transform: var(--transscale-hover) !important;
	color: #ffffff !important;
}

/********************************
PRESENTATION STUFF
********************************/
.schedule {
	display: grid;
	gap: 16px;
	width:100%;
	max-width: 1130px;
	margin: 30px auto;
	padding: 20px;
}

.session {
	display: grid;
	grid-template-columns: 120px 1fr auto;
	gap: 16px;
	align-items: center;
	background: #fff;
	border-radius: 14px;
	padding: 18px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.06);
	transition: 0.2s ease;
}

.session:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.time { font-weight: bold; color: #666; font-size: 0.95rem;}
.content h3 { margin: 0; font-size: 1.05rem;}
.speaker {
color: #888;
  font-size: 0.9rem;
  margin:5px 0 0 0;
}

.download-btn {
	background: #0d6efd;
	color: #fff;
	border: none;
	padding: 10px 12px;
	border-radius: 8px;
	cursor: pointer;
	display: flex;
	gap: 6px;
	align-items: center;
}

.download-btn.disabled { background: #ccc; cursor: not-allowed; }

/* MODAL */
#videoModal.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999;
}

#videoModal .modal-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    width: 90%;
    max-width: 1170px;
    border-radius: 0;
    overflow: visible;
    position: relative;
    box-shadow: none;
    border: none;
}

#videoModal .modal video {
	width: 100%;
	height: auto;
	display: block;
}
#videoPlayer{
    width: 100%;
    min-height: 600px;
    background: linear-gradient(23deg, #4facfe 0%, #00f2fe 100%);
    border-radius: 25px;
    box-shadow: 0px 21px 43px rgba(00, 00, 00, 0.6);
}

.video-wrapper {
  position: relative;
}

.video-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}

.video-wrapper.playing .video-play-overlay {
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
}
.video-play-overlay:hover{
	transform:translate(-50%, -56%);
	box-shadow: 0px 16px 32px rgba(00, 00, 00, .6);
}
.video-wrapper.playing .video-play-overlay i{
	
}

#videoModal .close-modal {
	will-change: transform, box-shadow, background;
    position: absolute;
    top: -38px;
    right: -32px;
    background: rgba(192, 57, 43, 1.0);
    border: none;
    color: #fff;
    font-size: 18px;
	width: 42px;
    height: 42px;
	padding:0;
    cursor: pointer;
    border-radius: 999px;
	transition: var(--transition);
    border: 2px solid #ffffff;
    box-shadow: 0px 16px 32px rgba(00, 00, 00, .6);
	transform: scale(1) translateY(0px) rotate(0deg);
}
#videoModal .close-modal:hover{
	background: rgba(231, 76, 60,1.0);
	box-shadow: 0px 22px 38px rgba(00, 00, 00, .7);
	transform: scale(1.02) translateY(-3px) rotate(0deg);
}
@media (max-width: 700px) {
  .session { grid-template-columns: 1fr; }
}