@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.alert.alert-success{
	display:none;	
}
a,
a:visited,
a:active{
	color:#e86129;	
}
html,
body,
input,
select,
textarea,
legend,
label,
legend.left,
.form-control{
	font-family: "Open Sans", sans-serif !important;
	font-size: 1.1rem !important;
	height:auto;
}
body{
	padding-top:300px;	
}
h2{
	background: transparent;
	padding: 14px 0px;
	color: #651348;
	font-size: 1.3rem;
	border-radius: 0px;
	box-shadow: none;
	margin: 14px 0px;
	border-bottom: 2px solid #651348;
}
div[data-group="note"],
div[data-group="note"] .form-group{
	overflow:visible !important;	
}
div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label{
	width: 100%;	
}
.nav>li>a {
	background-color: transparent;
	padding: 17px 24px !important;
	font-size: 1.1rem !important;
	color: #333333;
	font-weight: bold;
}
body,
html,
#header {
	background: #ffffff !important;
}
#header{
	position: fixed;
	top: 0;
	width: 100%;
	transition: all 0.3s ease;
}
#header .container p a {
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}

#header .container p a:hover,
#header .container p a:hover {
	color: #efefef;
}

#header div.container {
	display: grid;
	grid-template-columns: 30% 70%;
	grid-auto-rows: 100%;
	align-items: center;
	height: 225px;
	padding:20px 0px;
	transition: all 0.3s ease;
}

#header div.container:before,
#header div.container:after{
	display:none;	
}


#header div.container .event-details{
	text-align:right;	
}
#header div.container .event-details h2{
	color: #e86129;
	background: transparent;
	font-size: 2.2rem;
	border-radius: 0px;
	box-shadow: none;
	font-weight: bold;
	padding: 0;
	font-family: "Roboto", sans-serif;
	margin: 0px;
	transition: all 0.3s ease;
	border: none;
}
#header div.container .event-details h3{
	margin:0px;
	padding:0px;
	line-height:normal;
	font-size:1.4rem;
	transition: all 0.3s ease;
}

#header.small div.container{
	grid-template-columns: 16% 84%;
	height: 139px;
}
#header.small div.container .event-details h2{
	font-size: 1.8rem;	
}
#header.small div.container .event-details h3{
	font-size:1rem;	
}
#header.small .nav>li>a{
	font-size:0.9rem !important;
	padding:12px 17px !important;
}
div.pageinfo {
	border-radius: 25px;
	padding: 10px 22px;
	margin: 8px 0px;
	background: #651348;
	border: 1px solid #651348;
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(00, 00, 00, 0.3);
	box-shadow: 3px 3px 5px rgba(00, 00, 00, 0.3);
}
div.pageinfo strong {
	font-weight: 600;
}
#footer {
	display: block;
	padding: 25px;
	background: #cbbbdb;
	color: #333333;
	margin: 55px 0px 0px 0px;
	border-top: 25px solid #651348;
}
#footer .footer{
	margin: 0 auto;
	padding: 55px 0px;
}


#register,
#returning,
#button input,
.btn-primary,
#addAdt,
#paybtn,
.btn-download,
.btn-download:visited {
	background: rgba(0, 129, 184, 1.0) !important;
	border-color: rgba(0, 129, 184, 1.0) !important;
}

#register:hover,
#returning:hover,
#button input:hover,
.btn-primary:hover,
#addAdt:hover,
#paybtn:hover,
.btn-download:hover,
.btn-download:hover,
#register:focus,
#returning:focus,
#button input:focus,
.btn-primary:focus,
#addAdt:focus,
#paybtn:focus,
.btn-download:focus,
.btn-download:focus {
	background: rgba(0, 129, 184, 0.8) !important;
	border-color: rgba(0, 129, 184, 1.0) !important;
}

span.de_fee span {
	font-size: 12px;
	font-style: italic;
	margin-left: 5px;
	font-weight: normal;
}

div.colleagueBag p.remainingColleagues {
	display: block !important;
}

#field-82551 .well {
	background: none;
	border: none;
	text-shadow: none;
	box-shadow: none;
	padding: 5px 11px;
}

div.colleagueBag p.remainingColleagues {
	font-weight: normal;
}

div.colleagueBag ul {
	margin-left: 0px;
	padding-left: 0;
}


#menu {
	display: block !important;
}

nav.navbar {
	background:#cbbbdb !important;
}

.nav>li>a:hover,
.nav>li>a:focus,
.nav>li.active>a {
	background-color: #651348;
	color:#ffffff;
	outline: none;
}

fieldset legend.left {
	padding-left: 0px !important;
}


.modalPopUp {
	width: 75% !important;
}

#header .container,
#content,
#footer .footer,
.navbar-nav{
	max-width: 80%;
	width: 100%;
}

/***********************************
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(101, 19, 72, 0.8);
	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(232, 97, 41, 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(101, 19, 72, 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;
}

div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label span:nth-child(1) {
	position: relative;
	top: 0px;
	left: 22px;
}

div.field fieldset span.de_cols_1 {
	margin: 2px 0px;
}

label.full:after {
	content: "Full" !important;
	font-size: 14px;
	color: orangered;
}

.fancybox-bg {
	opacity: 0.6 !important;
}

div[data-group="wide"] .text-editable {
	width: 100% !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[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: 24%;
	float: left;
}

div[data-group="file"] div.form-group fieldset {
	margin-right: 0px;
	margin-bottom: 5px;
}

div[data-group="file"] div.form-group fieldset div {
	width: 76% !important;
	margin: 0px;
	padding: 0px;
}

div[data-group="file"] div.form-group fieldset legend {
	font-weight: 400 !important;
	padding-top: 10px;
}

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;
}

input[type="checkbox"],
input[type="radio"] {
	opacity: 0 !important;
}

#paymentForm input[type="checkbox"],
#paymentForm input[type="radio"] {
	opacity: 1 !important;
	position: relative !important;
}

div[data-group="hidden"] {
	display: none;
}

label.full:before {
	background: rgba(00, 00, 00, 0.1);
}

div.field div.form-group label,
fieldset legend.left {
	width: 30%;
}

div.field div.form-group div {
	width: 68%;
}

div.colleagueFieldHeading {
	width: 31% !important;
	float: left !important;
	padding-left: 15px;
	font-weight: normal;
}



div[data-group="CancellationPolicy"] p {
	display: none;
}

div[data-group="CancellationPolicy"] p.footNote {
	display: block !important;
	float: right;
	width: 68%;
	background: rgba(52, 152, 219, 0.1);
	padding: 10px;
	font-size: 1rem;
	border: 3px solid rgba(52, 152, 219, 0.2);
	margin: 0px 15px;
	border-radius: 4px;
	text-align: center;
	line-height: 1.5rem;
}

#register{
	float:right;		
}
#register,
#returning,
#button input,
.btn-primary,
#addAdt,
#paybtn,
.btn-download,
.btn-download:visited{
	padding: 19px 16px 19px 30px !important;
	text-transform: uppercase !important;
	margin: 5px !important;
	border: 1px solid #651348 !important;
	color: #ffffff !important;
	background: #651348 !important;
	border-radius: 40px !important;
	display: inline-block !important;
	font-size: 1.2rem !important !important;
}
#register:hover,
#register:focus,
#returning:hover,
#returning:focus,
#button input:hover,
#button input:focus,
.btn-primary:hover,
.btn-primary:focus,
#addAdt:hover,
#addAdt:focus,
#paybtn:hover,
#paybtn:focus,
.btn-download:hover,
.btn-download:focus{
	background:#e86129 !important;
	border-color:#e86129 !important;
	color:#ffffff !important;
	text-shadow: 0px 0px 4px rgba(00, 00, 00, 0.4);
}

#register:after, #button input:after, div.review .btn-primary:nth-of-type(2):after, #addAdt:after, #returning:before, div.review .btn-primary:before, #breakdown_body .btn-primary:before, .btn-download: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;
	content: "\f101";
	margin-left: 17px !important;
	font-size: 2.8rem !important;
	line-height: 0rem !important;
	position: relative !important;
	top: 7px !important;
}
div[data-group="table-guests"] .well{
	padding: 10px 0px;
	background: #ffffff;
	border: none;
	box-shadow: none;
}
#button input.navButton{
	padding: 20px 32px !important;	
}
body.accommodations #content #content-middle .panel .panel-body .row .col-sm-3{
	display:none;
}
body.accommodations #content #content-middle .panel .panel-body .row .col-sm-9{
	width:100%;
	max-width:100%;
}
body.accommodations #content #content-middle .panel .panel-body .row .col-sm-9 p{
	text-align:center;	
}
body.accommodations #content #content-middle .panel .panel-body .row .col-sm-9 .row{
	margin:0px;	
}
body.accommodations #content #content-middle .panel .panel-body .row .col-sm-9 .row .col-sm-6 .hotel-images{
	display: grid;
	grid-template-columns: 50% 47%;
	gap: 1rem;
}
body.accommodations #content #content-middle .panel .panel-body .row .col-sm-9 .row .col-sm-6 .hotel-images.rightside{
	grid-template-columns:26.5% 70.4%;;
}