#sponsor-464 .sponsor-level-head{
	display:none !important;	
}
div.watermark{
	display:none;	
}

.alert.alert-success,
#breadcrumb{
	display:none;	
}
p.regbutton{
	margin:15px 0px;	
}
.pdf-container {
	position: relative;
	width: 100%;
	padding-top: 130%; /* aspect ratio fallback */
	height: 0;
	overflow: hidden;
}

.pdf-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* On larger screens, just use most of the viewport height */
@media (min-width: 768px) {
	.pdf-container {
		padding-top: 0;
		height: 90vh;
	}
}
div.donationbox{
	display:grid;
	grid-template-columns:69% 29%;
	gap:1rem;
}
.donate-txt{
	color: rgba(181, 27, 01, 1);
}
p.important-note{
	text-align:center;	
}
p.important-note strong{
	display:block;
	color:rgba(204,30,00,1);
}
.modalPopUp{
	border-radius: 25px;
	box-shadow: 0px 0px 15px rgba(00, 00, 00, 0.6);	
}
.navbar-nav > li > a {
	font-size: 1rem;
	font-weight: 300;
}
#header div.abstract-bg {
	background: url(https://mycs-cdn.myconferencesuite.com/other/Project/1293/ca/8e/ehpic-2019-abstract-art.jpg) no-repeat right center / cover;
	height: 236px;
}
#header .container,
#content,
#menu,
#footer .footer{
	max-width:80% !important;
	width:100% !important;
}
#header .container{
	padding:0px;	
}
#content{
	padding:0px;	
}
#singleTab div.row div.col-sm-9 {
	background: transparent;
}
#singleTab,
#singleTab div.row div.col-sm-9,
#singleTab div.row div.col-sm-3,
#singleTab>div.row,
#singleTab div.row,
div.panel-body div.col-sm-9,
#singleTab .col-sm-9,
div.panel-body div.col-sm-3,
div.panel-body div.row{
	background: transparent !important;
}
#fields,
div.col-sm-9 div.panel div.panel-body{
	padding:0px;	
}
div.field{
	margin: 7px 0px !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
select,
select input{
	height:auto !important;	
}
#breadcrumb {
	padding: 15px 24px;
	margin: 15px 0px 0px 0px;
	border-radius: 25px;
}
#breadcrumb div.pageinfo{
	background: #002f65;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: 600 !important;
	font-family: 'Open Sans', sans-serif;
}
#breadcrumb div.pageinfo strong{
	font-weight:600;	 
}
h2{
	background: #002f65;
	font-weight: 600;
	color: #ffffff;
	font-size: 1.2rem;
	border-radius: 50px;
	font-family: 'Open Sans', sans-serif;
	padding: 15px 24px;
	margin: 25px 0px 15px 0px;
	border: 2px solid #002f65;
	text-shadow: 1px 1px 3px rgba(00, 00, 00, 0.2);
}

html,
body,
input,
select,
textarea,
legend,
legend.left,
label,
label.left{
	font-size:1.1rem !important;	
}
ul.contributors{
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
	margin: 15px;
	font-weight: bold;
	line-height: 2rem;
}
table.programhistory{
	margin:15px;
	width:auto;
}
table.programhistory tr th{
	font-weight:bold;
	width:200px;

}
.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.file-upload div.form-group {
	margin-bottom: 0px;
}

div[data-group="file"] .form-group fieldset div {
	position: relative;
	width: 100%;
	height: 80px;
	margin: 15px;
}
div[data-group="file"] .help-block.error-help-block{
	position: absolute;
	bottom: 0px
}
div[data-group="file"] .form-group fieldset div:after {
	content: attr(data-text);
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	padding: 10px 15px;
	display: block;
	width: calc(100% - 40px);
	pointer-events: none;
	z-index: 2;
	height: 47px;
	line-height: 27px;
	color: #999;
	border-radius: 5px 10px 10px 5px;
	font-weight: 300;
	border: 1px solid rgba(00, 00, 00, 0.1);
	box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
}

div[data-group="file"] .form-group fieldset div:before {
	content: 'Upload';
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	height: 47px;
	background: #4daf7c;
	color: #fff;
	font-weight: normal;
	z-index: 3;
	font-size: 1rem;
	line-height: 40px;
	padding: 4px 10px;
	text-transform: uppercase;
	pointer-events: none;
	border-radius: 0 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: 30%;
	float: left;
	padding-left:15px;
}

div[data-group="file"] div.form-group fieldset {
	margin-right: 0px;
	margin-bottom: 5px;
}

div[data-group="file"] div.form-group fieldset div {
	width: 68% !important;
	margin: 0px;
	padding: 0px;
}

div[data-group="file"] div.form-group fieldset legend {
	font-weight: 400 !important;
	padding-top: 10px;
	padding-left:0px !important;
}

div[data-group="file"] p {
	display: none;
}

div[data-group="file"] p.foot {
	display: block;
	width: 74%;
	float: right;
	margin-top: 0px;
	padding: 5px;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	border-radius: 4px;
	margin-right: 0;
}

/***********************************
Radio/Checkbox Inputs
***********************************/
[type="radio"],
[type="checkbox"]{
	opacity:0;
	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(00,83,109,0.5);
	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(41, 128, 185,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(00,83,109,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;
}
label.full:after{
	content:"Full" !important;
	font-size: 14px;
	color: orangered;
}
#paymentForm input[type="radio"] {
	opacity: 1 !important;
	float: none;
	position: relative;
}
div[data-group="wide"] div.text-editable{
	width:100% !important;	
}
div.field div.form-group div{
	width: 68% !important;
}
div.field div.form-group label {
	width: 29% !important;
}
fieldset legend.left{
	float: left;
	width: 28% !important;
	border: none;
	font-weight: normal;	
}
div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label {
	width: 100% !important;
	float: left;
	padding-left: 6%;
	padding-top: 3px;
}
div[data-group="yesno"] fieldset legend{
	border: none;
	float: left;
	width: 75%;
}
div[data-group="yesno"] fieldset div.de_fieldset{
	width: 23%;
	float: left;
	padding-left: 0px;
	margin-left: 0px;
}
div[data-group="yesno"] fieldset div.de_fieldset .de_cols_1{
	width: 44%;
	float: left;
	display: inline-block;
	clear: none;	
}
div[data-group="yesno"] fieldset div.de_fieldset .de_cols_1 label{
	padding-left: 35% !important;	
}

div[data-group="consent"] p{
	display:none;	
}
div[data-group="consent"] fieldset legend{
	width:80% !important;
	display:none;
}
div[data-group="consent"] fieldset div{
	width:18% !important;	
}
div[data-group="consent"] fieldset div .de_cols_1{
	float:left !important;
	clear:none !important; 
	display:inline !important;
	width:50%;
}

div[data-group="consent"] p.consent_txt {
	display: block !important;
	width: 76%;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}
div[data-group="consent"] fieldset div.de_fieldset {
	float: left;
	width: 19% !important;
	padding-left: 0px;
}
div[data-group="consent"] fieldset div.de_fieldset span.de_cols_1 label{
	padding-left: 25px !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;
}

ul.checked-list, ul.checked-list li {
	margin-left: 8px !important;
	list-style: none !important;
}
ul.checked-list li:before{
	content: "\f00c";
	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;
	position: relative;
	left: -7px;
}
table.table-materials{
	background:#ffffff;	
}
table.table-materials thead th{
	font-weight:bold;
}
table.table-materials tbody th{
	width: 65px;
	text-align: center;	
	font-weight:bold;
}
table.table-materials tbody th span.fa.fa-file-pdf-o{
	font-size: 2rem;
	color: rgba(192, 57, 43,1.0);
	background: #ffffff;
	padding: 3px;
	border-radius: 4px;
	border: 1px solid rgba(00, 00, 00, 0.1);
	box-shadow: 0px 0px 3px rgba(00, 00, 00, 0.1);	
}

#exampleLogin h5.modal-title{
	font-size: 1.3rem;
}
#exampleLogin input[type="password"]{
	width: 80%;
	float: left;
	margin: 15px 0px;
	height: auto;
	border-radius: 4px 0px 0px 4px;
}
#exampleLogin input[type="button"]{
	margin: 15px 0px;
	border-radius: 0px 4px 4px 0px;
}
.course-Materials .modal-backdrop.in{
	opacity:0.7;	
}
#exampleLogin .modal-content{
	height:100%;
	overflow:hidden;
}
table.table-materials th.BlueBG{
	background: #deeaf5;
	border-bottom-color: #333333;
	border-top-color: #333333 !important;
	border-top-width: 2px;
	border-bottom-width: 2px;	
}
table.table-materials tbody td{
	line-height: 3.5rem;
	font-weight: bold;	
}

#register,
#returning,
#button input.navButton,
a.btn-primary,
#paybtn,
a.btn-agenda{

	background: rgba(204,30,00,0.9);
	border-color: rgba(181,27,01,1);

}

#register:hover,
#returning:hover,
#button input.navButton:hover,
a.btn-primary:hover,
#paybtn:hover,
#register:focus,
#returning:focus,
#button input.navButton:focus,
a.btn-primary:focus,
#paybtn:focus,
a.btn-agenda:hover,
a.btn-agenda:focus{
	background: rgba(204,30,00,1);
	border-color: rgba(181,27,01,1);

}
.col-sm-9 #register{
	float: right;
	position: relative;
	top: 30px;
	padding: 20px 25px;
	font-size: 1.1rem;
	font-weight: 400;
	text-shadow: 1px 1px 3px rgba(00, 00, 00, 0.3);
}
.col-sm-9 #returning{
	padding: 20px 25px;
	font-size: 1.1rem;
	font-weight: 400;
	text-shadow: 1px 1px 3px rgba(00, 00, 00, 0.3);
}

.keynotespeakers{
	display: grid;
	grid-template-columns: 45% 45%;
	gap: 5.35rem;
	width: 90%;
	margin: 0 auto;
}
.keynotespeakers div img {
	border-radius: 25px;
	border: 5px solid #ffffff;
	box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.3);
	margin: 20px 0;
	width: 80%;
}
.keynotespeakers div .nameinfo {
	display: block;
	font-size: 0.85rem;
	line-height: 1.3rem;
}
.keynotespeakers div .nameinfo strong{
	font-size:1.1rem;	
}
.news-card {
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
	background: #fff;
}

.news-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.news-card img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.news-card .caption {
	padding: 15px;
}

.news-card h3 {
	font-size: 1.2em;
	margin-top: 0;
}

.news-card p {
	font-size: 0.95em;
	color: #555;
}


strong.phone:before,
strong.email: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;
	position: relative;
	width: 26px;
	color: #002f65;
}
strong.phone:before{
	content: "\f095";
}
strong.email:before{
	content: "\f0e0";
}

#sponsor-section .sponsor-level {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border: none;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 50px;
	background: #fff;
	box-shadow: none;
}

/* Header spans full width */
#sponsor-section .sponsor-level-head {
	flex: 0 0 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border: none;
	margin: 1rem 0;
}

#sponsor-section .sponsor-level-head .logo {
	display: none; /* per your spec */
}
#sponsor-section hr{
	display:none;	
}

#sponsor-section .sponsor-level-head .info h4 {
	font-size: 1.6rem;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.2);
	padding: 15px 25px;
	border-radius: 55px;
}

#sponsor-section #sponsor-463 .sponsor-level-head .info h4{
	background: rgb(255, 215, 0);
	color: #373216;
}

#sponsor-section #sponsor-464 .sponsor-level-head .info h4{
	background: rgb(192,192,192);
	color: #373216;	
}

#sponsor-section .sponsor-level-head .info{
	width:100%;	  
}
#sponsor-section .sponsor-level-head .info p {
	margin: 0;
	color: #555;
	display:none;
}

/* Sponsor cards */
#sponsor-section .sponsor {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 160px;
	margin: 10px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 6px 15px rgba(0,0,0,0.05);
	overflow: hidden;
	transform: scale(0);
	opacity: 0;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
	padding: 10px;
}

#sponsor-section .sponsor a {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
	padding: initial;
	border-color: transparent;	
}

#sponsor-section .sponsor img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.3s ease, filter 0.3s ease;
}

/* Hover effect */
#sponsor-section .sponsor:hover {
	transform: scale(1.1);
	transition:all 0.3s ease;
	box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

#sponsor-section .sponsor:hover img {
	transform: scale(1.05);
	filter: brightness(1.1);
}

#sponsor-section .grid h6{
	display:none;	
}

/* Entry animation */
@keyframes slideExpand {
	0% { opacity: 0; transform: scale(0) translateX(0); }
	60% { opacity: 1; transform: scale(1.05) translateX(var(--offset)); }
	100% { opacity: 1; transform: scale(1) translateX(var(--offset)); }
}

/* Responsive tweaks */
@media (max-width: 768px) {
	#sponsor-section .sponsor { width: 160px; height: 100px; }
}

@media (max-width: 500px) {
	#sponsor-section .sponsor { width: 120px; height: 80px; }
}
div.venuWrapper p{
	margin: 15px 15px 15px 28px;	
}
strong.bluehead {
	font-size: 1rem;
	line-height: 2.2rem;
	background: #333333;
	display: flex;
	color: #ffffff;
	padding: 5px 15px;
	border-radius: 25px;
	margin: 33px 0px 10px 0px;
	left: -17px;
	position: relative;
}