:root {
	--color-white: hsl(0, 0%, 100%);
	--color-black: hsl(0, 0%, 7%);
	--color-purple: hsl(291, 64%, 42%);
	--color-indigo: hsl(255, 100%, 57%);
	--shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	--shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
		0 2px 4px -1px rgba(0, 0, 0, 0.06);
	--shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
		0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
@-webkit-keyframes scaling {
	to {
		opacity: 0;
		transform: translate(-50%, -50%) scale(3);
	}
}

@keyframes scaling {
	to {
		opacity: 0;
		transform: translate(-50%, -50%) scale(3);
	}
}
#rhome{
	color:#ffffff !important;	
}
table.breakdown .desc,
table.breakdown tr td{
    font-size: 1rem !important;
}
.btn-circle {
	position: absolute;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background:rgba(255,255,255,0.2);
	transform: translate(-50%, -50%) scale(0);
	-webkit-animation: scaling 0.35s ease-in-out;
	animation: scaling 0.35s ease-in-out;
}
.btn{
	text-rendering: optimizeLegibility;
	position:relative;
	overflow:hidden;
}
input[type="text"], input[type="email"], select, textarea{
	height:auto !important;
	font-size:1.1rem !important;
	line-height:normal !important;
}
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css");
@font-face {
	font-family: 'MyConferencesuite_Alliance';
	src: url('../../../../css/webfonts/MyConferencesuite_Alliance.eot?z1yefj');
	src: url('../../../../css/webfonts/MyConferencesuite_Alliance.eot?z1yefj#iefix') format('embedded-opentype'), url('../../../../css/webfonts/MyConferencesuite_Alliance.ttf?z1yefj') format('truetype'), url('../../../../css/webfonts/MyConferencesuite_Alliance.woff?z1yefj') format('woff'), url('../../../../css/webfonts/MyConferencesuite_Alliance.svg?z1yefj#MyConferencesuite_Alliance') format('svg');
	font-weight: normal;
	font-style: normal;
}
div[data-id="138198"] p{
	display:none;	
}
div.field{
	width:100% !important;	
}
div[data-id="138198"] .text-editable p{
	display:block !important;	
}
.panel-body{
	padding:0px;
	margin:0px;
}
#mycs-loading-mask{
	display:none;
	background: rgba(255, 255, 255, 0.7) !important;
    opacity: 1 !important;
}

.information, .registrationFee{
	box-shadow:none !important;	
}
#footer{
	display: block;
	/*box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.6);*/
	z-index: 9;
	position: relative;
	margin-top:55px;
	border-top: 10px solid #666666;
}
#footer .footer p{
	opacity:0.8;	
}
a.venue-address{
	display:inline-block;
	margin-top:15px;
}
a.venue-address,
a.venue{
	position:relative;
	color: #00a99d !important;
}
a.venue-address:before,
a.venue:before{
	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:"";
	position: absolute;
	left: -17px;
	top: 1px;
	color: #a0218c !important;
}
a.venue:before{
	content: "\f0ac";
}
a.venue-address:before{
	content: "\f041";
}

#header .container .col-md-6 p {
	text-align: right;
	font-size: 1rem;
	transition: all .3s ease;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.5px;
}
#header.small .container .col-md-6 p{
	font-size:0.9rem;	
	transition:all .3s ease;
}

th.amount{
	width: 106px;
	text-align: right;	
}
div.event-title{
	padding:0px !important;	
}
textarea{
	min-height:167px;	
}
#location_directions p,
.registrationFee p,
.information p{
	margin: 15px 5px 5px 15px !important;	
}
html,
body,
label,
legend,
label.left,
legend.left,
input,
select,
textarea{
	font-size:1rem !important;	
}
.forInfo{
	margin-top:5px !important;
	position:relative;
	overflow:hidden;
	color:#ffffff !important;
	background:#00a99d !important;
	overflow: hidden;
	transition: color 0.3s ease;
	z-index: 0;
}
.forInfo::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #a0218c; /* Hover background */
	z-index: -1;
	transition: left 0.4s ease;
}

.forInfo:hover::before {
	left: 0;
}

.forInfo:hover {
	color: #fff;
}


.pageinfo.editpagenote{
	margin: 10px 0px;
	padding: 15px;
	background: #a0218c;
	border-radius: 25px;
	color:#ffffff !important;
}
.pageinfo.editpagenote strong{
	font-weight: 300;
	letter-spacing: 1px;	
}
body {
	padding-top: 208px !important;
	background:#ffffff !important;
}
.tab-content{
	border:none;	
}
.navButton{
	padding: 12px 18px;	
}
.alert.alert-success{
	display:none;	
}
#content,
#header div.container,
.title-holder{
	max-width:75%;
	width:100%;
	margin:0 auto;
}
.title-holder{
	height: 100%;
	overflow: hidden;
	display: block;
	max-width: 71%;
	transition:all .3s ease;
}
#header div.event-title h1{
	transition:all .3s ease;
	font-size: 1.8rem;
    text-transform: none;
}


#header .container:before,
#header .container:after{
	display:none;	
}
#header .container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 20px;
}
#header .container .col-md-6{
	width:100% !important;	
	margin-top:0px !important;
}
#header.small .container .col-md-6{
	margin: 4px 0px;
}
#header.small .container .col-md-6 img{
	width:125px;
	height: auto;
	transition:all .3s ease;
}
#header .container .col-md-6 img{
	transition:all .3s ease;
	height: auto;
}
#header .container .col-md-6 h2{
	text-align: right;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 15px;
	transition:all .3s ease;
}
#header.small .container .col-md-6 h2{
	font-size: 1.5rem;
	transition:all .3s ease;
}
#header.small div.event-title h1 {
	font-size: 1.5rem !important;
	margin: 0px;
	padding: 2px 0px;
	transition:all .3s ease;
}
.col-sm-9 {
	width: 70% !important;
}
.col-sm-3 {
	width: 30% !important;
}
div[data-group="registrationfee"] div div.field-note{
	float: right;
	width: 68% !important;
	margin: 10px 9px 0px 0px;
	font-weight: bold;
	font-size: .9rem;
}
a,
a:visited,
a:active{
	color:#9b0b8c;
	font-weight:bold;
	text-decoration:none;
}
a:hover,
a:focus{
	text-decoration:none;
	color:#9b0b8c;
}
div.field fieldset span.de_cols_1{
	margin: 3px 0px;	
}
#singleTab .row>.col-sm-3{
	position: sticky;
	top: 140px;
}
div.field fieldset span.de_cols_1{
	margin: 3px 0px;	
}

.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.field label span.de_fee {
	float: right !important;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
}
div.field span.valueSpan label > span:first-of-type {
	width: 80%;
	display: block !important;
}
div.field span.valueSpan label > span:first-of-type strong{
	display: block;
	width: 100%;
	color: #a0218c;
}
div.field span.valueSpan label > span:first-of-type span.divider{
	display:none;	
}
div.field span.valueSpan label > span.prefee{
	display:inline-block !important;	
}
#field-106186 p.information{
	margin:5px;
}
span.prefee{
	width: 80% !important;
	display: inline-block !important;
}
input.expired{
	position:relative;
	pointer-events: none;
	opacity:1.0 !important;
	visibility: hidden;
}
input.expired:before{
	display: block;
	position: absolute;
	left: -11px;
	top: -4px;
	font-size: 14px;
	font-weight: bold;
	color: rgba(238, 82, 83,0.8);
	content: "Full";
	opacity: 1;
	visibility: visible;
}
div.field {
	height: 100%;
	overflow: hidden;
	clear: both;
	margin: 0px;
	width: 97%;
	padding:5px 0px !important;
}
#button{
	text-align:right !important;	
}
#button input.navButton,
.review .btn-primary,
#paymentForm .btn-primary,
#rhome{
	padding: 17px 28px !important;
	background: #a0218c !important;
    border-color: #a0218c !important;
	font-size: 1.1rem !important;
	transition: all .3s ease;
}
#button input.navButton:hover,
#button input.navButton:focus,
.review .btn-primary:hover,
.review .btn-primary:focus,
#paymentForm .btn-primary:hover,
#paymentForm .btn-primary:focus,
#rhome:hover,
#rhome:focus{
	background:#00a99d !important;
	border-color:#00a99d !important;
	transition: all .3s ease;
	transform:scale(1.1);
	box-shadow:0px 0px 5px rgba(00,00,00,0.3);
}

#next,
#paybtn{
    float:right;
}
fieldset legend.left{
	float: left;
	padding-right: 15px;
	font-weight: normal !important;
}
div.field div.form-group label {
	font-weight: normal !important;
}
.fancybox-bg{
	opacity:0.6 !important;	
}
.modal .modal-dialog{
	width:70% !important;	
}
nav.navbar {
	width: 74%;
	right: 0px;
	min-height: 46px;
	bottom: 0px;
	position: relative;
	margin-bottom: 0px;
	background: transparent;
	border-radius: 0px;
	float: left;
	border: none;
}
#menu {
	position: absolute;
	top: 3px;
	width: 86%;
	z-index: 2;
	right: 0;
}
.nav>li>a{
	border-radius:0px;
	font-size: 16px;
	background-color: transparent;
	padding: 10px 10px !important;
	border-bottom: 2px solid transparent;
	margin: 0px 5px;
}
.nav>li>a:hover,
.nav>li>a:focus,
.nav>li.active>a {
	background-color: transparent;
	outline: none;
	border-bottom: 2px solid rgba(255,255,255,0.3);
	padding-bottom: 3px !important;
	margin-bottom: 5px;
	border-radius: 0;
}

/* Schedule Updates */
.m-seminar-list__list__row__header{
	background: #00a99d !important;	
	border-radius: 6px 0px 0px 6px !important;
	margin:5px 0px 5px 0 !important;
	border-left: 5px solid #a0218c;
}
.session-schedule-card .session-header{
	box-shadow: none !important;
	background: #ffffff !important;
	border: 1px solid rgba(00,00,00,0.1) !important;
	border-radius: 0px 6px 6px 0px !important;
}
.m-seminar-list__list__items{
	margin: 0 !important;
	list-style: none !important;	
}	
.m-seminar-list__list__row--columns-3 .m-seminar-list__list__items__item{
	list-style: none !important;	
}
.m-seminar-list__list__items__item{
	background-color: transparent !important;	
}
.session-schedule-card .session-header .download-btn {
	font-size: 14px;
	border-radius: 6px !important;
	border: 1px solid #a0218c !important;
	background: rgba(160,33,140,0.9) !important;
	color: #ffffff !important;
}
.session-schedule-card .session-header .download-btn:hover,
.session-schedule-card .session-header .download-btn:focus{
	background: rgba(160,33,140,1.0) !important;
}
.session-schedule-card .session-header .download-btn .fas{
	margin-right:3px !important;	
}
.bio-banner .avatar {
	width: 25%;
	float: left;
	margin-right: 15px;
	margin-top: 22px;
}
.bio-banner .profile-detail{
	width:72%;
	float:left;
}
.m-seminar-list__list__row__header {
	width: 25% !important;
}
span.time.mx-2 {
	margin-left: 5px;
}
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;
}

.fancybox-bg{
	opacity:0.6 !important;		
}
div[data-group="wide"] .text-editable{
	width: 99% !important;
	padding-left: 0px;
}
.modal-dialog{
	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:20px;
	height:20px;
	border-radius: 100%;
	border:2px solid rgba(00,169,157,0.6);
	background:#fff;
	transition:all .3s ease;
}
[type="checkbox"] + label:before{
	border-radius: 0px;
}

[type="radio"]:checked + label:after,
[type="checkbox"]:checked + label:after{
	content:"";
	position:absolute;
	left:3px;
	top:5px;
	width:14px;
	height:14px;
	border-radius:100%;
	background:#a0218c;
	transform:scale(1.25);
	opacity:1;
	transition:all .3s ease;
}
[type="checkbox"]:checked + label:after{
	border-radius:0;
}
[type="radio"]:checked + label:before,
[type="checkbox"]:checked + label:before{
	border-color:rgba(00,169,157,0.6);
	transform:scale(1.25);
}

[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + label:after{
	content:"";
	position:absolute;
	left: 3px;
	top: 5px;
	width:14px;
	height:14px;
	border-radius:100%;
	background:#fff;
	transform:scale(0);
	opacity:0;
	transition:all .3s ease;
}
[type="checkbox"]:not(:checked) + label:after{
	border-radius: 0;
}
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: 600;
}

div.field span.valueSpan label > span{
	line-height: 25px;	
}
.regTitles:hover{
	background:#00a99d !important;
	color:#fff !important;
	text-decoration:none !important;
}
div.information p{
	margin:15px !important;	
}
div.field div.form-group label,
fieldset legend.left{
	width:31%;
}
div.field div.form-group div{
	width:71%;	
}
div.field fieldset span.de_cols_1,
div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label{
	width: 100% !important;
}

div[data-group="ticketstyle"] div label{
	width: 77% !important;
}
div[data-group="ticketstyle"] div div{
	width: 13% !important;
}
div[data-group="ticketstyle"] div div select,
div[data-group="ticketstyle"] div div select option{
	text-align:center;	
}
div.field span.valueSpan label > span small{
	font-size:0.8rem;
	display:block;
	font-style:italic;
}
p.footNote {
	margin-top: 0;
	text-align: right;
}
#field-99989 fieldset,
#field-106810 fieldset{
	margin-bottom: 0px;	
	margin-top: 0px;	
}
#field-99989 fieldset{
	margin-top:15px !important;	
}
#field-106810 fieldset legend{
	visibility:hidden;	
}
@media (max-width: 599px) {
	.col-sm-9.review .field-summary span{
		display:block;
		float:none;
		width:100%;
	}
	#content div.panel-body div.row div.col-sm-9,
	#content div.panel-body div.row div.col-sm-3{
		width:100% !important;
		float:none;
	}
	.col-sm-9.review .field-summary span.colon{
		display: inline;
		float: none;
	}
	body{
		padding:0px !important;	
	}
	#header div.container {
		margin-top: 0px;
		max-width: 100%;
		display: block;
		align-items: normal;
	}
	#header .container .col-md-6 {
		width: 100% !important;
		margin-top: 0px !important;
		text-align: center;
	}
	#header .container .col-md-6 h2,
	#header .container .col-md-6 p{
		text-align:center;	
	}
	div.event-title{
		position: relative !important;	
	}
	#header div.container{
		margin-top: 50px !important;
		padding-top: 13px;
	}
	#content, #header div.container, .title-holder{
		max-width:100% !important;
		width:100% !important;
	}


	#singleTab .row>.col-sm-3,
	#content-middle .row>.col-sm-3{
		position:relative !important;
		top:0px !important;
		width:100% !important;
		max-width:100% !important;
	}
	#singleTab .row>.col-sm-3,
	#content-middle .row>.col-sm-3,
	#singleTab .row>.col-sm-9
	#content-middle .row>.col-sm-9{
		clear:both !important;
		overflow:hidden !important;
		height:100% !important;
	}
	#footer .footer img{
		display: block;
		margin-bottom: 15px;
		width: 73px;
		height: auto;
	}
	.m-seminar-list__list__row{
		display:block !important;
		width:100% !important;
		max-width: 100% !important;
	}
	.m-seminar-list__list__row__header,
	.m-seminar-list__list__items{
		width: 100% !important;
		display: block !important;
		max-width: 100% !important;
	}
	.m-seminar-list__list__items li{
		display: block !important;
		width: 100% !important;
	}
	.modal-dialog{
		width: 90% !important;
		transform: translate(2%, 22%) !important;
		min-width: 95%;
	}

	.session-schedule-card .session-header .download-btn{
		font-size: 1.1rem!important;
		padding: 12px 16px;
	}
	.session-schedule-card .session-header .session-operations{
		justify-content: center !important;
		align-items: center;
	}
	div.field div.form-group label, fieldset legend.left {
		width: 100%;
		font-weight: bold !important;
	}
	div.field div.form-group div {
		padding-left: 0%;
		width: 100%;
	}
	div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label{
		padding-left: 0px;
	}
	div.field span.valueSpan label > span:first-of-type{
		width: 88%;
		display: block !important;
		padding-left: 26px;
	}
	.col-sm-9 {
		width: 100% !important;
		margin-bottom: 40px;
	}
	#button input.navButton {
		padding: 13px 22px !important;
		font-size: 1.1rem !important;
	}
	#header.small .container .col-md-6 img{
		width:171px;
	}
	.title-holder h1{
		padding:10px !important;		
	}
	
}
@media (min-width: 599px) and (max-width: 1199px) {
	#header.small .container .col-md-6 img{
		width:171px;
	}
	.col-sm-9.review .field-summary span{
		display:block;
		float:none;
		width:100%;
	}
	#content div.panel-body div.row div.col-sm-9,
	#content div.panel-body div.row div.col-sm-3{
		width:100% !important;
		float:none;
	}
	.col-sm-9.review .field-summary span.colon{
		display: inline;
		float: none;
	}
	body{
		padding:0px !important;	
	}
	#header div.container {
		margin-top: 0px;
		max-width: 100%;
		display: block;
		align-items: normal;
		margin-top: 50px !important;
		padding-top: 13px;
	}
	#header .container .col-md-6 {
		width: 100% !important;
		margin-top: 0px !important;
		text-align: center;
	}
	#header .container .col-md-6 h2,
	#header .container .col-md-6 p{
		text-align:center;	
	}
	div.event-title{
		position: relative !important;	
	}
	#header div.container{
		margin-top:10px !important;	
	}
	#content, #header div.container, .title-holder{
		max-width:100% !important;
		width:100% !important;
	}
	#singleTab .row>.col-sm-3{
		position:relative !important;
		top:0px !important;
		width:100% !important;
		max-width:100% !important;
	}
	#singleTab .row>.col-sm-3,
	#singleTab .row>.col-sm-9{
		clear:both !important;
		overflow:hidden !important;
		height:100% !important;
	}
	#footer .footer img{
		display: block;
		margin-bottom: 15px;
		width: 73px;
		height: auto;
	}
	.m-seminar-list__list__row{
		display:block !important;
		width:100% !important;
		max-width: 100% !important;
	}
	.m-seminar-list__list__row__header,
	.m-seminar-list__list__items{
		width: 100% !important;
		display: block !important;
		max-width: 100% !important;
	}
	.m-seminar-list__list__row__header{
		border-right: 5px solid #a0218c;
		border-radius: 6px !important;
	}
	.m-seminar-list__list__items li{
		display: block !important;
		width: 100% !important;
	}
	.modal-dialog{
		width: 90% !important;
		transform: translate(2%, 22%) !important;
		min-width: 95%;
	}
	.session-schedule-card .session-header .download-btn{
		font-size: 1.1rem!important;
		padding: 12px 16px;
	}
	.session-schedule-card .session-header .session-operations{
		justify-content: center !important;
		align-items: center;
	}
	div.field div.form-group label, fieldset legend.left {
		width: 100%;
		font-weight: bold !important;
	}
	div.field div.form-group div {
		padding-left: 0%;
		width: 100%;
	}
	div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label{
		padding-left: 0px;
	}
	div.field span.valueSpan label > span:first-of-type{
		width: 88%;
		display: block !important;
		padding-left: 26px;
	}
	.col-sm-9 {
		width: 100% !important;
		margin-bottom: 40px;
	}
	#button input.navButton {
		padding: 13px 22px !important;
		font-size: 1.1rem !important;
	}
	.title-holder h1{
		padding:10px !important;		
	}
}
#footer{
	padding:55px;	
}
#footer .footer{
	max-width:80%; 
	width:100%;
	margin:0 auto;
	padding:15px;
}
#manualInfo br,
#manualInfo{
	display:none;
}
#manualInfo p br{
	display:block;
}
#manualInfo p:nth-child(1){
	display:none;
}
#mycs-spinner,
.loadInfo{
	width: 50px !important;
	height: 50px !important;
	border: 6px solid #ccc;
	border-top: 6px solid #3498db;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin: 50px auto;
	background: none !important;
}
.loadInfo{
	top: 40% !important;
	left: 0 !important;
	right: 0;
	bottom: 0;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.loadInfo:before{
	width:100vh;
	height:100vh;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;

	display:block;
	content:"";
}
#register{
	float:right;	
}
#register,
#returning{
	width:auto !important;
	padding: 15px 31px;
}
#register:hover,
#register:focus,
#returning:hover,
#returning:focus{
	background:;	
}

#register,
#returning {
	overflow: hidden;
	transition: color 0.3s ease;
	z-index: 0;
}

#register:before,
#returning:before{
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #a0218c; /* Hover background */
	z-index: -1;
	transition: left 0.4s ease;
}
#register:hover::before,
#returning:hover::before{
	left: 0;
}
#register:hover,
#returning:hover{
	color: #fff;
}
p.otherTitle{
	margin: 15px 0px !important;
	padding: 15px;
	background: #efefef;
	text-align: center;
	border-radius: 35px;
	BORDER: 1px solid rgba(00, 00, 00, 0.1);
	font-weight: bold;
}
h3{
	color: #a0218c;
	border-bottom: 1px solid rgba(00, 00, 00, 0.1);
	padding-bottom: 16px;
}
div.field div.form-group label{
	line-height: 1.4rem;	
}
.MyCS_brand {
	display: inline-block;
	position: relative;
	top: 14px;
	margin-right: 9px;
}
.MyCS_brand:after {
	font-family: 'MyConferencesuite_Alliance';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e900';
	/*color: #f7942d;*/
	color:rgba(255,255,255,0.9);
	font-size: 45px;
	text-shadow: none;
}

#paymentForm{
    padding-bottom: 50px;
}
#paymentForm p:last-of-type{
    margin-bottom: 45px !important;
}
#couponForm{
    display: none;
}