@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");

:root {
	--transition: all .7s cubic-bezier(.25, .8, .25, 1);
	--box-shadow: 0px 0px 0px rgba(00, 00, 00, 0.0);
	--box-shadow-hover: 0px 5px 18px rgba(00, 00, 00, 0.1);
	--transform: scale(1) translateY(0px);
	--transform-hover: scale(1.02) translateY(-2px);
	--font-awesome: "Font Awesome 7 Free";
	--required: rgba(192, 57, 43, 1.0);
	--brand-blue: rgba(08, 76, 115, 1);
	--brand-grey: rgba(109, 111, 113, 1);
}
div[data-group="terms-and-conditions"] fieldset legend .click-to-select i{
	color:rgba(211, 84, 0,1.0);	
}
div[data-group="badge-type"] {
	display: none;
}
div[data-group="registration-fee"] .click-to-select{
	display:none !important;	
}
#couponForm{
	margin:0;
}
#fieldContainer,
.landing_page {
	padding: 1rem;
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0px 2px 10px rgba(00, 00, 00, 0.05);
	backdrop-filter: blur(10px);
	border-radius: 25px !important;
	overflow: visible;
	display: grid;
	gap: 0.75rem;
}

#fieldContainer hr,
#mycs-loading-mask{
	display: none;
}

div[data-group="note"]:nth-of-type(1) h2 {
	margin-top: 0;
}

.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;
}

.modal-footer button[data-dismiss="modal"] {
	padding: 6px 12px !important;
	font-size: 1rem !important;
	border-radius: 35px;
	text-transform: none;
}

.modal-footer button[data-dismiss="modal"] {
	background: rgba(192, 57, 43, 1.0);
}



div.pageinfo {
	background: #6d6f71;
    border: 3px solid rgba(00, 00, 00, 0.1);
    box-shadow: 0px 3px 10px rgba(00, 00, 00, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 1rem;
	font-weight: normal;
    color: #ffffff;
    line-height: normal;
    padding: 10px 15px;
    border-radius: 14px;
	margin: 25px 0;
	text-shadow: none;
	text-align: center;
	gap: 1rem;
}

.pageinfo:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: none;
	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 {
    display: flex;
	flex-wrap:wrap;
    align-items: center;
    justify-content: center;
}
#button.has-multiple-items{
	justify-content:space-between;
}
#singleTab .row>.col-sm-3,
.review-page .panel-body>.row>.col-sm-3 {
	position: sticky;
	top: 100px !important;
}

fieldset>legend,
fieldset>legend.left,
.form-group>label {
	padding-left: 15px !important;
}

#mycs-loading-mask,
.loadInfo {
	background: rgba(255, 255, 255, 0.1) !important;
	opacity: 1 !important;
	backdrop-filter: blur(20px) !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;
}

.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,
.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: #6d6f71;
	border: 3px solid rgba(00, 00, 00, 0.1);
	box-shadow: 0px 3px 10px rgba(00, 00, 00, 0.2);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.col-sm-3 h2 i {
	transform: scale(1.02) translateY(0) rotate(8deg);
	font-size: 1.6rem;
	text-shadow: 0px 3px 10px rgba(00, 00, 00, 0.075);
}

.col-sm-3.sidebarSticky {
	position: sticky;
	top: 0;
}

.img-thumbnail {
	width: 80%;
	margin: 15px auto;
	border-radius: 25px;

	border: none;
	padding: 15px;
	background: #ffffff;
	transition: var(--transition);
	box-shadow: 0px 0px 7px rgba(00, 00, 00, 0.03);
	transform: scale(1) translateY(0px) rotate(0deg);
}

.img-thumbnail:hover,
.img-thumbnail:focus {
	transition: var(--transition);
	box-shadow: 0px 3px 20px rgba(00, 00, 00, 0.075);
	transform: scale(1.01) translateY(-3px) rotate(-2deg);
}

.section .img-thumbnail {
	max-width: 300px;
}

#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.6) !important;
	backdrop-filter: blur(10px) saturate(80%);
	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: 1rem !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: var(--transition);
	transform: scale(1) translateY(0px);
}

.btn-primary:hover,
.btn-primary:focus,
.landing-buttons a:hover,
.landing-buttons a:focus,
.navButton:hover,
.navButton:focus {
	transition: var(--transition);
	transform: scale(1.02) translateY(-2px);
	box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.3);
}

body {
	padding-top: 0 !important;
}

.landing-buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 32px;
	text-align: center;
}

.landing-page .panel h1 {
	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.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: var(--brand-blue) !important;
}

.panel-body {
	min-height: 520px;
}

legend {
	font-weight: normal !important;
}

fieldset {
	margin-left: 11px !important;
}

#header {
	background: rgba(255, 255, 255, 0.8) !important;
	backdrop-filter: blur(10px);
	border: none !important;
	height: auto !important;
	position: sticky !important;
	top: 0px !important;
	z-index: 9;
	transition: var(--transition);
	will-change: transform;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

#header .container,
#footer .footer,
#content {
	width: 100%;
	max-width: 90%;
	margin: 0px auto;
}

#header .col-sm-9 img,
#header .col-sm-3 img,
#header.is-scrolled .col-sm-9 img,
#header.is-scrolled .col-sm-3 img {
	transition: var(--transition);
}

#content-middle .panel {

	height: 100% !important;
}

html,
body {
	background: url('https://mycs-cdn.myconferencesuite.com/other/Project/3923/ff/ca/ffca1ce579d4507584b901470a32effe9de8c236d2e3e05b4e0016e3ff2dbc46.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;
}

#footer {
	display: block !important;
	background: #0C2645 !important;
	padding: 55px !important;
	height: 100%;
	overflow: hidden;
	border-top: 30px solid var(--brand-blue) !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;
}

p {
	margin: 15px;
}

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;
}

.modal-dialog,
.modalPopUp {
	width: 50% !important;
}

input[type="checkbox"],
input[type="radio"] {
	opacity: 0 !important;
}

.field {
	margin: 0;
	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%;
}
#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;
	}

}

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.field>div.form-group.checkradio fieldset .de_fieldset {
	display: flex;
	justify-self: flex-start;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: stretch;
}

div.field fieldset span.de_cols_1 {
	width: 100%;
	max-width: 48%;
	margin: 0;
	clear: none;
	float: none;
	display: grid !important;
}

#regForm input[type="checkbox"],
#regForm input[type="radio"] {
	opacity: 0 !important;
	position: absolute;
}

.de_quantity {
	display: none;
}

div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label {
	width: 100% !important;
	padding: 1rem;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: var(--transition);
	box-shadow: 0px 3px 6px rgba(00, 00, 00, 0.04);
	transform: var(--transform);
	border: 2px solid rgba(0, 0, 0, 0.05);
	border-radius: 18px;
	margin: 0;
	will-change: transform;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label:hover {
	transition: var(--transition);
	box-shadow: 0px 5px 12px rgba(00, 00, 00, 0.065);
	transform: var(--transform-hover);
	border-color: rgba(0, 0, 0, 0.1);
}

[type="radio"]:checked+label,
[type="checkbox"]:checked+label {
	transition: var(--transition);
	box-shadow: 0px 5px 12px rgba(00, 00, 00, 0.065) !important;
	transform: var(--transform-hover) !important;
	border-color: rgba(39, 174, 96, 1.0) !important;
}

[type="radio"]+label:after,
[type="checkbox"]+label:after {
	transform: scale(1) rotate(-12deg) translateY(0px);
	z-index: 99;
	transition: var(--transition);
}

[type="radio"]:checked+label:after,
[type="checkbox"]:checked+label:after {
	font-family: var(--font-awesome);
	display: inline-block;
	font-weight: 900;
	content: "\f058";
	font-size: 1.2rem;
	color: rgba(39, 174, 96, 1.0);
	transform: scale(1.3) rotate(0deg) translateY(-2px);
	z-index: 99;
	transition: var(--transition);
	left: -7px;
	top: -4px;
	position: absolute;
	background: #ffffff;
	border-radius: 9999px;
	box-shadow: 0px 3px 10px rgba(000, 00, 00, 0.2);
}

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;
	transition: var(--transition);
	transform: scale(1) translateY(0px);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) !important;
}

input[type="text"]:focus,
textarea:focus,
select:focus {
	border-color: #4CAF50;
	box-shadow: 0 0 8px rgba(76, 175, 80, 0.2);
	transition: var(--transition);
	transform: scale(1) translateY(-2px);
	box-shadow: 0 2px 10px rgba(08, 76, 115, 0.05) !important;
	border-color: rgba(08, 76, 115, 0.5) !important;
}

input[type="text"]:hover,
textarea:hover,
select:hover {
	transform: scale(1) translateY(-2px);
	box-shadow: 0 2px 10px rgba(08, 76, 115, 0.05) !important;
	border-color: rgba(08, 76, 115, 0.5) !important;
}

div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label .de_fee.fes {
	position: absolute;
	top: -19px;
	right: -13px;
	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.075);
	transition: var(--transition);
	transform: var(--transform);
	z-index: 9;
}

div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label:hover .de_fee.fes {
	box-shadow: 0px 3px 14px rgba(00, 00, 00, 0.085);
	transition: var(--transition);
	transform: var(--transform-hover);
}

.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);
}

.col-sm-9.review .btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.col-sm-9.review .btn-wrapper {
	float: none !important;
}

.col-sm-9.review .pageinfo:after {
	display: none;
}

div.review .btn-primary:nth-of-type(2):before {
	display: none;
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
	position: relative;
}

.modal-header:before,
.modal-header:after {
	display: none;
}

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: var(--brand-blue);
	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%;
}

.btn-guide {
	display: flex;
	gap: 1rem;
	align-items: center;
	font-size: 1rem;
}

.btn-guide .fa {
	transition: all .7s cubic-bezier(.25, .8, .25, 1);
	transform: rotate(0eg) translateY(0px) scale(1);
	box-shadow: 1px 1px 6px rgba(00, 00, 00, 00.06);
	transform-origin: center;
	font-size: 1.8rem;
}

.btn-guide:hover .fa {
	transition: all .7s cubic-bezier(.25, .8, .25, 1);
	transform: rotate(-12deg) translateY(-4px) scale(1.1);
	box-shadow: 0 6px 30px rgba(0, 0, 0, .12);
}

a.details {
	clear: both !important;
	display: flex !important;
	float: none;
	max-width: 96px;
	padding: 0.2rem 1rem 0.2rem 0.2rem;
	background: rgba(08, 76, 115, 0.8);
	margin: 0.5rem 0rem;
	border-radius: 25px;
	font-size: 0.8rem;
	text-shadow: none;
	color: #ffffff;
	border: 2px solid rgba(08, 76, 115, 1);
	transition: var(--transition);
	box-shadow: var(--box-shadow);
	transform: var(--transform);
	text-align: center;
	gap: 0.5rem;
	align-items: center;
}

a.details:hover,
a.details:focus {
	background: rgba(08, 76, 115, 1);
	text-decoration: none;
	transition: var(--transition);
	box-shadow: var(--box-shadow-hover);
	transform: var(--transform-hover);
}

a.details:before {
	font-family: var(--font-awesome);
	font-weight: 900;
	display: inline-block;
	content: "\f05a";
	font-size: 1.3rem;
	text-shadow: 1px 3px 6px rgba(00, 00, 00, 0.2);
	transition: var(--transition);
	transform: var(--transform);
}

a.details:hover:before {
	text-shadow: 1px 3px 8px rgba(00, 00, 00, 0.28);
	transition: var(--transition);
	transform: var(--transform-hover);
}

span.clearOption {
	position: relative;
	padding: 10px 15px;
	background: rgba(194, 54, 22, 0.7);
	color: #ffffff;
	border-radius: 25px;
	margin: 0px 0px 50px 0px;
	border: 2px solid rgba(194, 54, 22, 0.9);
	flex: 0 0 100%;
	transition: var(--transition);
	box-shadow: var(--box-shadow);
	transform: var(--transform);
	text-align: center;
	width: auto;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.5rem
}

span.clearOption:hover,
span.clearOption:focus {
	background: rgba(194, 54, 22, 0.9);
	cursor: pointer;
	border: 2px solid rgba(194, 54, 22, 1.0);
	box-shadow: none;
	transition: var(--transition);
	box-shadow: var(--box-shadow-hover);
	transform: var(--transform-hover);
}

div[data-group="seminar_selection"] fieldset legend {
	margin: 0 0 0 0.4rem !important;
	font-weight: bold !important;
	color: rgba(08, 76, 115, 0.8);
}

div[data-group="seminar_selection"] fieldset legend:before {
	font-family: var(--font-awesome);
	font-weight: 900;
	display: inline-block;
	color: #666666;
	content: "\f017";
}

h3.datetime {
	margin: 0 1rem;
}

.text-editable h2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.text-editable h2 i {
	transform: scale(1.02) translateY(0) rotate(8deg);
	font-size: 1.6rem;
	text-shadow: 0px 3px 10px rgba(00, 00, 00, 0.4);
}

#gift_card_form {
	margin: 15px;
	padding: 10px 0px;
	width: auto;
	height: 100%;
	overflow: hidden;
	vertical-align: baseline;
}

div[data-group="seminar_selection"] .de_fee {
	display: none;
}


div[data-group="seminar_selection"].field fieldset span.de_cols_1 {
	width: 100%;
	max-width: 48%;
	margin: 0;
	clear: none;
	float: none;
	display: grid !important;
}

div[data-group="seminar_selection"].field fieldset span.de_cols_1 label {
	width: 100% !important;
	padding: 1rem !important;
	background: #ffffff !important;
	display: grid !important;
	align-items: center;
	justify-content: space-between;
	transition: var(--transition);
	box-shadow: 0px 3px 6px rgba(00, 00, 00, 0.04);
	transform: var(--transform);
	border: 2px solid transparent;
	border-radius: 18px;
}

div[data-group="seminar_selection"].field .valueSpan label>span {
	width: 100%;
	display: grid !important;
	gap: 0.5rem;
}

div[data-group="seminar_selection"].field .valueSpan label>span br {
	display: none;
}

span.location {
	font-size: 0.9rem;
	color: #777777;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

span.location:before {
	font-family: var(--font-awesome);
	font-weight: 900;
	display: inline-block;
	content: "\f3c5";
}

div[data-group="terms-and-conditions"].field fieldset span.de_cols_1 {
	max-width: 100%;
}

#modalBody h1 {
	display: flex;
	align-items: center;
	color: #2d5176;
	margin: 0 0 1rem 0;
	font-size: 1.3rem;
	font-weight: bold;
}

#modalBody h1 span {
	padding: 0.5rem 1.75rem 0.5rem 1.4rem;
}

#modalBody h1 span.time {
	background: #f0c87f;
	border-radius: 25px 0 0 25px;
	box-shadow: 0px 0px 2px rgba(00, 00, 00, 0.0);
}

#modalBody h1 span.option {
	background: #f8e3bf;
	border-radius: 999px;
	position: relative;
	left: -1rem;
	padding: 0.5rem 1.3rem 0.5rem 1rem;
	overflow: hidden;
}

h2.session-title {
	font-size: 1.2rem;
	background: unset;
	border: unset;
	color: rgba(08, 76, 115, 1);
	font-weight: bold;
	padding: 0;
	box-shadow: none;
	margin: 0 1rem;
}

#modalBody .session-details {
	display: grid;
}

.modal-content {
	padding: 1.5rem;
	border-radius: 25px;
	box-shadow: 0px 4px 20px rgba(00, 00, 00, 0.2);
	border: none;
}

.session-info {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	align-items: flex-start;
}

.session-info div.session-content {
	max-width: 67%;
	width: 100%;
	border-right: 1px solid rgba(00, 00, 00, 0.05);
}

.session-info div .session-speaker {
	width: 100% !important;
	padding: 0.5rem;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
}

.session-info div .session-speaker img {
	max-width: 150px;
	width: 100%;
}

.session-sponsored-by {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0rem;
	max-width: 30%;
}

.session-sponsored-by h3 {
	margin: 1rem 0 1rem 0;
	font-size: 1rem;
	text-align: center;
	color: #555555 !important;
	font-weight: bold;
	flex: 1 1 100%;
}

.session-sponsored-by img {
	width: 100%;
	max-width: 100%;
}

.session-sponsored-by .sponsors {
	display: flex;
	align-items: center;
	justify-content: center;
}

.session-sponsored-by .sponsors span {
	display: block;
	padding: 0.5rem;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0px 3px 10px rgba(00, 00, 00, 0.1);
	margin: 0.5rem;
}

.session-content ul {
	margin: 0.5rem 1.3rem;
	padding: unset;
	list-style: unset;
}

.modal-header .close {
	margin-top: -2px;
	position: absolute;
	right: -34px;
	top: -30px;
	background: rgba(194, 54, 22, 1);
	color: #ffffff;
	width: 35px;
	height: 35px;
	border-radius: 9999px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1 !important;
	box-shadow: -1px 2px 7px rgba(00, 00, 00, 0.3);
}

.session-sponsors {
	display: grid;
	gap: 1rem;
}

.session-sponsors div {
	max-width: 100%;
}

.session-sponsors div:nth-of-type(1) img {
	max-width: 100%;
}

.session-sponsors div:nth-of-type(2) img {
	max-width: 160px;
}

.session-sponsors div p {
	width: 100%;
	margin: 1rem 0.5rem 0.6em 0;
	font-size: 0.8rem;
	color: #777777;
}

.session-sponsors div p strong {
	font-weight: normal;
}

.card.conference-card {
	box-shadow: none;
	margin-bottom: 40px;
	background: transparent;
	border-radius: 16px;
	padding: 0;
}

.card-content {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

@media (min-width: 900px) {
	.card-content {
		grid-template-columns: 1fr 1fr;
	}
}

.section {
	margin-bottom: 0px;
	background: rgba(255, 255, 255, 0.7);
	border-left: 6px solid #084c73;
	border-radius: 16px;
	padding: 1rem;
	box-shadow: 0px 2px 10px rgba(00, 00, 00, 0.05);
	opacity: 0;
	transform: translateY(30px);
	transition: var(--transition);
}

.section:hover {
	transition: var(--transition);
	transform: translateY(-4px) scale(1.01) !important;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
	background: rgba(255, 255, 255, 0.85);
}

@media (min-width: 900px) {
	.full-width {
		grid-column: 1 / -1;
	}
}

.section p {
	line-height: 1.6;
	margin: 0.5rem 0 0;
}

p.faculty {
	font-size: 1.3rem;
	font-weight: 600;
	color: var(--red);
	margin: 0 0 0.25rem 0;
	line-height: normal;
}

p.faculty small {
	font-size: 1rem !important;
	color: #333333;
	font-weight: 400;
	font-style: italic;
}

.section ul {
	padding: 0;
	margin: 1rem;
}

p.section-title {
	font-size: 1.7rem;
	color: var(--brand-blue);
	font-weight: bold;
	padding: 0 0 0.1rem 0;
	margin: 0 0 1rem 0;
	border-bottom: 1px solid rgba(109, 111, 113, 0.1);
}

.section p.section-title i {
	transition: var(--transition);
	transform: var(--transform);
}

.section:hover p.section-title i {
	transition: var(--transition);
	transform: var(--transform-hover);
}

.card.conference-card.no-marg>h1 {
	margin: 0 0 1.2rem 0;
	font-weight: bold;
	font-size: 1.8rem;
}

/* Review */
.review #fieldContainer .field-summary {
	width: 100%;
	margin: 0px;
	padding: 1rem;
	border-radius: 10px;
	transition: var(--transition);
	transform: var(--transform);
	box-shadow: 0px 2px 7px rgba(00, 00, 00, 0.05);
}

.review #fieldContainer .field-summary:hover {
	transition: var(--transition);
	transform: var(--transform-hover);
	box-shadow: 0px 4px 10px rgba(00, 00, 00, 0.075);

}

.review #fieldContainer .field-summary:before,
.review #fieldContainer .field-summary:after {
	display: none;
}

.review #fieldContainer .field-summary .col-md-4 {
	color: var(--brand-blue);
	font-weight: bold;
}

/*****************************
payment page
******************************/
#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(var(--black), 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(var(--black), 0.2);
	box-shadow: 1px 1px 12px rgba(var(--black), 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: 0 !important;
	width: auto !important;
}

#infoTable tr td:nth-of-type(2) div.row div.col-xs-5:after {
	content: " / ";
	padding: 0px;
	padding-right: 0;
	font-size: 21px;
	line-height: normal;
}

#year_div {
	width: auto !important;
	padding: 0 !important;
}

#infoTable tr:nth-child(5) td:nth-child(1) {
	display: flex;
	gap: 1rem;
}

#cvv {
	width: 100%;
	min-width: 73px;
	max-width: 73px;
}

#infoTable tr:nth-child(5) td:nth-child(1) br {
	display: none;
}

#infoTable tr td {
	align-items: center;
}

table.breakdown {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
	font-size: 1rem;
	border: 1px solid var(--ultra-light-black);
}

#project_payment_methods>h4 {
	display: flex;
	background: rgba(39, 174, 96, 1.0);
	padding: 15px 20px;
	width: 40%;
	margin: 34px 0;
	color: #ffffff;
	border-radius: 10px;
	border: 2px solid #ffffff;
	box-shadow: 0px 3px 8px rgba(var(--black), 0.1);
}

#project_payment_methods label {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	margin: 15px 20px;
	width: auto;
}

#project_payment_methods label input {
	margin: 0px;
	width: 20px;
	height: 20px;
}
table.breakdown thead th {
	background: var(--brand-blue) !important;
	color: #ffffff;
	font-weight: 400;
	padding: 14px 12px;
	border-bottom: none;
	white-space: nowrap;
}

table.breakdown thead th.desc {
	text-align: left;
	border: none;
	border-color: transparent;
}

table.breakdown tbody tr {
	transition: background .25s ease, transform .15s ease;
}

table.breakdown tbody tr:not([style*="border-top"]) td {
	border-bottom: none;
}

table.breakdown tbody tr:hover {
	background: #f8fafc;
}

table.breakdown td {
	padding: 14px 12px;
	vertical-align: middle;
	color: #334155;
}

table.breakdown td.amount,
table.breakdown td.sum_total,
table.breakdown td.sum_subtotal,
table.breakdown td.sum_tax,
table.breakdown td.sum_taxable {
	text-align: right;
	font-weight: var(--extra-weight);
}
table.breakdown td.desc {
	font-weight: var(--base-weight);
	line-height: 1.4;
	border: none;
}
table.breakdown td:nth-child(2),
table.breakdown td:nth-child(3) {
	text-align: center;
	color: #64748b;
}

.info.taxExempt {
	margin-right: 6px;
	padding: 2px 8px;
	font-size: 11px;
	font-weight: var(--extra-weight);
	border-radius: 999px;
	background: #e0f2fe;
	color: #0369a1;
	vertical-align: middle;
	display: none;
}

.info.taxExempt::before {
	content: "Tax Exempt";
}

table.breakdown tr[style*="border-top"] td {
	border-top: 2px solid #e5e7eb !important;
	padding-top: 18px;
	border: transparent;
}

.sum_total {
	font-size: 18px;
	color: #0f172a;
}

#breakdown_body div.btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 96%;
	margin: 20px auto;
}

#noTax {
	text-indent: -999px;
}

#noTax .info {
	display: inline-block;
	margin-right: 6px;
	font-weight: bold;
	color: #10b981;
}

/***************************
Coupon Form
****************************/
#couponForm,
#gift_card_form {
	max-width: 41%;
	margin: 1rem 0rem 1.5rem 1rem;
	padding: 1rem 1.25rem;
	background: #ffffff;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	position: relative;
	float: right;
	width: 100%;
}

#couponForm .field,
#gift_card_form .field {
	width: 100%;
}

#couponForm .form-group,
#gift_card_form .form-group {
	position: relative;
	align-items: center;
	gap: 0;
	display: block !important;
	margin-bottom: 0;
}

#couponForm label,
#gift_card_form label {
	display: block;
	font-size: 1rem;
	font-weight: var(--extra-weight);
	color: #6b7280;
	margin-bottom: 0.35rem;
}

#couponForm label {
	position: absolute;
	top: -14px;
	left: 14px;
	z-index: 9;
	background: #ffffff;
	width: auto !important;
	padding: 0 !important;
}

#couponForm .de_p_hide,
#gift_card_form .de_p_hide {
	font-size: 0.75rem;
	color: #9ca3af;
	margin: 0 0 0.4rem;
}

#couponForm .form-group>div,
#gift_card_form .form-group>div {
	position: relative;
}

#couponForm input[type="submit"],
#gift_card_form input[type="submit"] {
	position: absolute;
	top: calc(0.3rem + 0.9rem);
	right: 1.25rem;
	height: 46px;
	padding: 0 1.1rem;
	border-radius: 8px;
	border: none;
	background: linear-gradient(135deg, #6366f1, #4f46e5);
	color: #ffffff;
	font-size: 0.8rem;
	font-weight: var(--extra-weight);
	cursor: pointer;
	transition: all 0.25s ease;
}

#couponForm input[type="submit"]:hover,
#gift_card_form input[type="submit"]:hover {
	box-shadow: 0 6px 16px rgba(79, 70, 229, 0.35);
}

#couponForm input[type="submit"]:active,
#gift_card_form input[type="submit"]:active {
	transform: scale(0.96);
}

#paymentForm,
#gift_card_form {
	clear: both;
}

#couponForm,
#gift_card_form {
	max-width: 50%;
}

#couponForm input[type="submit"],
#gift_card_form input[type="submit"] {
	height: auto;
	padding: 0.75rem 1rem;
	top: 15px;
	margin: 0;
}

.de_p_hide {
	display: none !important;
}

#project_payment_methods>h4 {
	margin: 0;
	width: 100%;
}

#project_payment_methods label {
	margin: 0 1rem;
	padding: 1rem;

	border-radius: 10px;
	width: auto;
	display: flex;
	transition: all .7s cubic-bezier(.25, .8, .25, 1);
	box-shadow: 0px 1px 8px rgba(00, 00, 00, 0.05);
	transform: translateY(0px) scale(1);
	cursor: pointer;
}

#project_payment_methods label:hover,
#project_payment_methods label:focus {
	transition: all .7s cubic-bezier(.25, .8, .25, 1);
	transform: translateY(-2px) scale(1.05);
	box-shadow: 0 6px 30px rgba(0, 0, 0, .1);
	cursor: pointer;
}

#couponForm .form-group>div,
#gift_card_form .form-group>div {
	width: 88%;
}

#couponForm input[type="text"]:focus,
#gift_card_form input[type="text"]:focus {
	transform: scale(1) translateY(0px);
}

#couponForm #fieldContainer {
	display: block;
	padding: 0;
	width: 100%;
}

#couponForm #fieldContainer div.field div.form-group div {
	width: 82% !important;
	display: block;
}

#project_payment_methods {
	width: 75%;
	display: grid;
	gap: 1rem;
	margin: 1rem 0;
}

#couponForm input[type="text"] {
	width: 100%;
}

#project_payment_methods br {
	display: none;
}

#CVVmodal div {
	display: flex;
	align-items: center;
	justify-content: center;
}

#CVVmodal div img {
	width: 50%
}

#billing_information label {
	margin: 1rem;
	padding: 0.5rem 1rem;
	color: #ffffff;
	border-radius: 999px;
	display: inline-flex;
	position: relative;
	text-align: center;
	cursor: pointer;
	align-items: center;
	gap: 0.5rem;
	transition: var(--transition);
	box-shadow: var(--box-shadow);
	transform: var(--transform);
}
#clear_billing{
	transition: var(--transition) !important;
	box-shadow: var(--box-shadow) !important;
	transform: var(--transform) !important;  
}
#billing_information label:hover,
#clear_billing:hover{
	transition: var(--transition) !important;
	box-shadow: var(--box-shadow-hover) !important;
	transform: var(--transform-hover) !important;
}
#billing_information input[type="radio"] {
	position: absolute;
}
#billing_information label:nth-of-type(1) {
	background: rgb(46, 204, 113);
}
#billing_information label:nth-of-type(2) {
	background: rgb(231, 76, 60);
}
#billing_information label:after{transition: var(--transition);}
#clear_billing{display: flex;align-items: center;gap:0.5rem;}
#billing_information label:has(input:checked):after,
#clear_billing:before{
	font-family: var(--font-awesome);
	display: inline-block;
	font-weight: 400;
	content: "\f058";
	transition: var(--transition);
}
#clear_billing{
	display: flex;
	align-items: center;
	gap: 0.5rem;
	border-radius: 10px;
	padding: 0.5rem 0.75rem;
}
#clear_billing:before{
	content: "\f12d";
	font-weight: 900;
}
#project_payment_methods label.payment-method {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 20px;
	margin-bottom: 12px;
	border-radius: 14px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	opacity: 0;
	transform: translateY(14px);
}
#project_payment_methods label.payment-method.pm-show {
	opacity: 1;
	transform: translateY(0);
	transition:
		opacity .5s ease,
		transform .5s cubic-bezier(.22, .61, .36, 1);
}
#project_payment_methods label.payment-method input {
	display: none;
}
#project_payment_methods .payment-icon {
	font-size: 22px;
	color: rgba(10, 81, 129, .7);
	transition: transform .25s ease, color .25s ease;
}
#project_payment_methods .payment-icon.icon-intro {
	animation: iconSpin .45s cubic-bezier(.34, 1.56, .64, 1);
}
#project_payment_methods label.payment-method:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(10, 81, 129, .15);
}

#project_payment_methods label.payment-method:hover .payment-icon {
	transform: rotate(6deg) scale(1.05);
	color: rgba(10, 81, 129, 1);
}
#project_payment_methods label.payment-method:has(input:checked) {
	background: linear-gradient(135deg,
		rgba(10, 81, 129, 1),
		rgba(10, 81, 129, .85));
	color: #fff;
	border-color: transparent;
	box-shadow: 0 12px 32px rgba(10, 81, 129, .45);
}

#project_payment_methods label.payment-method:has(input:checked) .payment-icon {
	color: #fff;
}

#project_payment_methods label.payment-method:has(input:checked)::after {
	content: "✓";
	position: absolute;
	right: 18px;
	font-size: 18px;
	opacity: .8;
}
@keyframes iconSpin {
	0% {
		transform: rotate(-12deg) scale(.6);
		opacity: 0;
	}

	70% {
		transform: rotate(8deg) scale(1.1);
	}

	100% {
		transform: rotate(0deg) scale(1);
		opacity: 1;
	}
}

.dynamic-radio-message {
	background: rgba(239, 31, 81, 0.03);
	border-left: 4px solid #ef1f51;
	padding: 14px 18px;
	border-radius: 8px;
	font-weight: 500;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	margin: 0 0 2rem 1rem;
	width: 72%;
}

.dynamic-radio-message a {
	color: #03539c;
	text-decoration: underline;
}

#bankInfo,
#billing_information {
	padding: 2rem;
	margin: 0rem 2rem 2rem 1.2rem;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 25px;
	width: 100%;
	max-width: 75%;
	backdrop-filter: blur(10px);
	box-shadow: 0px 4px 18px rgba(00, 00, 00, 0.1);
}

#bankInfo h4:before,
#billing_information h4:before {
	font-family: var(--font-awesome);
	font-weight: 900;
	display: inline-block;
	content: "";
	line-height: normal;
}

#infoTable td div.row {
	margin: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#bankInfo h4:before {
	content: "\f19c";
}

#billing_information h4:before {
	content: "\f570";
}

#paymentForm h4 {
	margin: 0 0 1rem 0;
	border: none;
	padding: 0.75rem 1rem;
	display: flex;
	align-items: center;
	background: var(--brand-blue);
	color: #ffffff;
	gap: 0.5rem;
	align-items: center;
	justify-content: flex-start;
	border-radius: 10px;
	line-height: normal;
}
.click-to-select{
	font-size: 0.8rem;
	font-weight: normal;
	display: inline-flex;
	color: #555555;
	margin: 0.7rem 0 0 0;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 1rem 0.5rem 0.5rem;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 9px;
	width: auto;
	justify-content: center;
	font-style: italic;
	box-shadow: 0px 3px 8px rgba(00, 00, 00, 0.05);
}
.click-to-select i{
	color:rgba(52, 152, 219,1.0);
}
div[data-id="157189"].field div.form-group fieldset div.de_fieldset span.de_cols_1 label:before{
    font-family:var(--font-awesome);
    font-weight: 900;
	display: inline-block;
    content: "\f1ea";
    position: absolute;
    right: 12px;
    top: 9px;
    font-size: 2rem;
	transform-origin: center center;
	transition:var(--transition);
    transform: rotate(7deg);
    opacity: 0.5;
	text-shadow:none;
}

div[data-id="157189"].field div.form-group fieldset div.de_fieldset span.de_cols_1:nth-of-type(1) label:before{font-weight:900; color:rgba(16,75,122,1);}
div[data-id="157189"].field div.form-group fieldset div.de_fieldset span.de_cols_1:nth-of-type(2) label:before{font-weight:400; color:rgba(16,75,122,0.8);}

div[data-id="157189"].field div.form-group fieldset div.de_fieldset span.de_cols_1 label:hover:before,
div[data-id="157189"].field div.form-group fieldset div.de_fieldset span.de_cols_1 input:checked+label:before{
	transform: rotate(17deg);
    opacity: 0.8;
	text-shadow:-1px 3px 8px rgba(00,00,00,0.2);
}


@media (min-width: 240px) and (max-width: 767px) {
	.button-wrapper {
		display: grid;
		gap: 1rem;
		align-items: center;
		justify-content: center;
		padding: 1rem;
	}

	.is-review #fieldContainer .field-summary .col-md-4,
	.is-review #fieldContainer .field-summary .col-md-6 {
		width: 100% !important;
		padding: 0;
	}

	.is-review #fieldContainer .field-summary .col-md-4 {
		display: flex;
		padding: 0;
	}

	.is-review #fieldContainer .field-summary {
		display: grid;
		gap: 0.5rem;
		padding: 0 1rem;
	}

	.row .col-sm-3 {
		position: relative;
		top: 0px;
	}

	.review .btn-wrapper {
		align-items: center;
		justify-content: center !important;
		gap: 1rem;
	}

	table.breakdown {
		border: none !important;
		box-shadow: none !important;
		background: transparent !important;
		overflow: visible !important;
	}

	.breakdown,
	table.breakdown tr,
	table.breakdown .desc,
	table.breakdown .amount,
	table.breakdown td.totalQuantity {
		border: none !important;
	}
	#paymentForm {
		padding: 0px;
	}
	.breakdown thead {
		display: none !important;
	}
	table.breakdown .desc {
		display: grid;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		padding: 0.5rem 1rem 0 0 !important;
		text-align: left;
	}
	table.breakdown .desc:before {
		position: relative;
	}
	.breakdown,
	.breakdown tbody,
	.breakdown tr,
	.breakdown td {
		display: block;
		width: 100%;
	}
	.breakdown tr {
		margin-bottom: 18px;
		padding: 16px;
		border-radius: 14px;
		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);
		box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
		opacity: 0;
		transform: translateY(10px);
		animation: fadeSlideIn 0.35s ease forwards;
	}
	@keyframes fadeSlideIn {
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
	.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;
	}
	.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;
	}
	.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;
	}
	.breakdown-page .table.table-striped.breakdown {
		background: transparent;
		box-shadow: none;
	}
	#paymentForm label {
		display: grid;
		grid-template-columns: 26px 93%;
		text-align: left;
	}
	#paymentForm label span.pay-info {
		display: inline-grid;
		margin: 0 !important;
		width: auto;
		position: relative;
	}
	#paymentForm label span.pay-info span {
		margin: 10px 0px !important;
		position: relative;
		left: -22px;
	}
	#bankInfo #infoTable,
	#billinfoTable {
		width: 100%;
		border-collapse: collapse;
		font-family: inherit;
	}
	#bankInfo #infoTable th,
	#bankInfo #infoTable td,
	#billinfoTable th,
	#billinfoTable td {
		padding: 6px 16px !important;
		vertical-align: middle;
	}
	#bankInfo #infoTable th,
	#billinfoTable th {
		width: 36%;
		text-align: left;
		font-weight: 600;
		color: #333;
		font-size: 15px;
	}
	#bankInfo #infoTable tr:not(:last-child) th,
	#bankInfo #infoTable tr:not(:last-child) td,
	#billinfoTable tr:not(:last-child) td,
	#billinfoTable tr:not(:last-child) th {
		border-bottom: 1px solid #eee;
	}
	#bankInfo #infoTable,
	#bankInfo #infoTable tbody,
	#bankInfo #infoTable tr,
	#bankInfo #infoTable th,
	#bankInfo #infoTable td,
	#billinfoTable,
	#billinfoTable tbody,
	#billinfoTable tr,
	#billinfoTable td,
	#billinfoTableth th {
		display: block;
		width: 100%;
		border: none;
	}
	#bankInfo #infoTable tr, #billinfoTable tr {
		padding: 12px 0 0 0;
		margin-bottom: 0px;
		border-bottom: none;
	}
	#bankInfo #infoTable th,
	#billinfoTable th {
		margin-bottom: 0px;
		font-size: 14px;
		color: #444;
	}
	#bankInfo #infoTable td,
	#billinfoTable td {
		padding: 0 0 5px 0;
	}
	#bankInfo #infoTable td input,
	#billinfoTable input {
		width: 100%;
		box-sizing: border-box;
		padding-left: 40px;
	}
	#paymentForm #bankInfo table,
	#billinfoTable {
		margin: 0px !important;
		width: 100% !important;
	}
	#breakdown_body {
		padding: 0.5rem;
	}
	#noTax {
		text-indent: -999px;
	}
	#project_payment_methods {
		width: 100% !important;
	}
	#couponForm {
		max-width: 100% !important;
		width: 100% !important;
	}
	#couponForm input[type="submit"] {
		top: calc(0.0rem + 1.1rem);
		right: 0.3rem;
	}
	#header .container {
		display: grid;
		padding: 0;
	}
	#header .container:before,
	#header .container:after,
	#header .container .col-sm-3 {
		display: none;
	}
	#header .container .col-sm-9,
	#header .container .col-sm-9 img {
		width: 100% !important;
		flex: 100% !important;
		padding: 0;
		text-align: center !important;
		margin: 0.5rem 0;
	}
	#content {
		width: 100% !important;
		max-width: 97%;
	}
	.landing-buttons {
		align-items: center;
		display: grid;
		gap: 1rem;
	}
	#register,
	#returning,
	#button input,
	.btn-primary,
	#addAdt,
	#paybtn {
		font-size: 1rem !important;
	}
	div.field>div.form-group.checkradio fieldset {
		display: grid !important;
		grid-template-columns: 100%;
	}
	div.field fieldset span.de_cols_1,
	div[data-group="seminar_selection"].field fieldset span.de_cols_1 {
		max-width: 100%;
	}
	div.field>div.form-group,
	div.field>div.form-group.checkradio fieldset {
		position: relative;
		display: grid !important;
		grid-template-columns: 100%;
		gap: 0.3rem;
	}
	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 !important;
		margin: 0px;
	}
	.modal-dialog,
	.modalPopUp {
		width: 90% !important;
		margin: 1rem auto;
	}
	.modal-content {
		padding: 1rem;
		border-radius: 25px;
		box-shadow: 0px 4px 20px rgba(00, 00, 00, 0.2);
		border: none;
	}
	.modal-content {
		padding: 0.5rem;
	}
	.modal-header,
	.modal-header,
	.modal-body {
		padding: 0.5rem;
	}
	#modalBody h1 {
		display: GRID;
		margin: 0.5rem 0 1rem 0;
		font-size: 1.1rem;
		gap: 0.5rem;
		width: 100%;
		text-align: center;
	}
	.modal-body h1 span {
		padding: 0.5rem;
		border-radius: 25px !important;
		width: 100%;
		display: block;
	}
	.modal-body h1 span.option {
		left: 0 !important;
	}
	.session-info div.session-content {
		max-width: 100%;
		width: 100%;
	}
	.modal-header .close {
		right: -21px;
		top: -14px;
	}
	#bankInfo, #billing_information{max-width: 100% !important;margin: 1rem 0 !important; padding: 1rem;}
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {}

/* Small desktop */
@media (min-width: 1024px) and (max-width: 1279px) {}

/* Large desktop */
@media (min-width: 1280px) and (max-width: 1536px) {}


#breakdown_body .btn-wrapper{
	display:flex;
	justify-content:space-between;
}

#breakdown_body .btn-wrapper.single-btn{
    justify-content: flex-end;
    margin: 3rem 0 2rem 2rem;
    width: 97%;
    display: inline-flex;
    text-align: right;
    clear: both;
    overflow: visible;
    height: auto;
}

#breakdown_body .btn-wrapper.single-btn #finalProcessButton{
background: rgba(39, 174, 96, 1.0);
    border-color: rgba(39, 174, 96, 1.0);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.75rem !important;
}
#breakdown_body .btn-wrapper.single-btn #finalProcessButton:hover{
	background:rgba(46, 204, 113,1.0);
	border-color:rgba(46, 204, 113,1.0)
}

#breakdown_body .btn-wrapper.single-btn #finalProcessButton:after{
    font-family: var(--font-awesome);
    display: inline-block;
    content: "\f058";
    transition: var(--transition);
    text-shadow: none;
    font-weight: 900;
    transform: scale(1) translateY(0);
    font-size: 1.7rem;
	color:rgba(255,255,255,0.7);
}
#breakdown_body .btn-wrapper.single-btn #finalProcessButton:hover:after{
	transition: var(--transition);
	text-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
	transform: scale(1.01) translateY(-2px);
	color:rgba(255,255,255,1);
}