@charset "UTF-8";

#mainwrapper header {
	/*Header */
	background-color: rgba(40, 42, 44, 1.00);
	overflow-x: auto;
	overflow-y: hidden;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
}

#mainwrapper header {
	overflow: visible;
}

#mainwrapper header::after {
	content: '';
	display: block;
	clear: both;
}

#mainwrapper header #logo {
	/* Company Logo text */
	width: 158px;
	float: left;
	margin: 0px;
	padding-left: 4px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: rgba(255, 255, 255, 1.00);
	font-size: 25px;
}

#mainwrapper header #main-nav {
	/*Nav bar containing links in header */
	text-align: right;
	padding-top: 30px;
	margin-right: 5px;
	/* padding-right: 5px; */
	/* float: right; */
}

header #main-nav ul {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-block-start: 0px;
	margin-block-end: 0px;
}

header #main-nav li {
	display: inline;
	position: relative;
	padding-bottom: 20px;
}

.vertical-menu {
	position: absolute;
	top: 100%;
	left: 0;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	background-color: rgba(40, 42, 44, 1.00);
	z-index: 10;
}

#main-nav .vertical-menu li {
	display: none;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	white-space: nowrap;
}

#main-nav li:hover .vertical-menu li {
	display: block;
}

header #main-nav a {
	/* Links in header */
	padding-left: 12px;
	color: rgba(146, 146, 146, 1.00);
	text-decoration: none;
}

header #main-nav a:hover {
	color: white;
}

header #main-nav a:active {
	color: white;
}

#content #mainContent h1,
#content #mainContent h2 {
	/* Styling for main headings */
	color: rgba(42, 80, 80, 1.00);
	font-size: 30px;
}

#content #mainContent h3 {
	/*Captions ot Taglines */
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: bold;
}

#content #mainContent h4 {
	color: rgba(42, 80, 80, 1.00);
	font-size: 22px;
	line-height: 0px;
}

#content #mainContent h5 {
	color: rgba(42, 80, 80, 1.00);
	font-size: 18px;
	line-height: 0px;
}

#content #mainContent .subjects {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#content #mainContent .sub-subjects {
	width: 50%;
}

#content #mainContent .subjects li {
	color: rgba(80, 80, 80, 1.00);
	line-height: 30px;
	font-family: source-sans-pro, sans-serif;
}

#content #mainContent p {
	/* All paragraphs under maincontent */
	color: rgba(80, 80, 80, 1.00);
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: justify;
	line-height: 20px;
}

#content #mainContent #authorInfo {
	/* Author info section */
	border: 2px solid black;
	padding-bottom: 30px;
	padding-top: 30px;
}

#content #mainContent #authorInfo h2 {
	color: rgba(80, 80, 80, 1.00);
	padding-left: 2%;
	line-height: 25px;
	font-weight: 400;
}

#content #mainContent #authorInfo p {
	color: rgba(1, 1, 1, 1.00);
	padding-left: 2%;
	padding-top: 0px;
	font-family: source-sans-pro, sans-serif;
	padding-right: 2%;
	line-height: 25px;
}

#content #mainContent table {
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

#content #mainContent table th,
#mainContent table td {
	border-style: solid;
	border-width: 1px;
}

#content #mainContent table.sponsor td:nth-of-type(n+2) {
	text-align: center;
}

.icon-check:before {
	content: '\e813';
	font-family: "fontello";
}

footer article {
	/* Footer articles */
	width: 46%;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	text-align: justify;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(146, 146, 146, 1.00);
}

footer article h3 {
	/* Footer article titles */
	text-align: center;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
}

#mainContent {
	/* Container for the blog post in individal blog view */
	width: 738px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	position: center;
	padding-bottom: 30px;
	background-color: rgba(239, 242, 240, 1.00);
}

#mainwrapper #content #sidebar {
	/* Sidebar*/
	width: 192px;
	padding-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	background-color: rgba(246, 246, 246, 1.00);
	padding-bottom: 40px;
	margin-bottom: 40px;
}

#mainwrapper {
	/* Container of all content */
	width: 960px;
	overflow: auto;
	margin: 0 auto;
}

#content #sidebar .information {
	/* Container for Image in sidebar */
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	float: none;
	overflow: auto;
	background-color: rgba(185, 229, 245, 1.00);
}

#content #sidebar .information a {
	color: rgba(42, 80, 80, 1.00);
	text-decoration: none;
}

#content #sidebar .information a:hover {
	color: rgba(84, 164, 164, 1.00);
}

#footerbar {
	/* Footer bar at the bottom of the page */
	height: 60px;
	background-color: rgba(40, 42, 44, 1.00);
	width: 960px;
	clear: both;
	margin: 0 auto;
}

#footerbar p {
	color: white;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

#footerbar a {
	color: white;
}

#footerbar a:hover {
	color: black;
	background-color: white;
}

#bannerImage {
	position: relative;
	z-index: -1;
}

#bannerImage img {
	height: 400px;
	/* Actual banner image */
	width: 100%;
}

#bannerImage .bannerConferenceName {
	position: absolute;
	top: 5rem;
	left: 5rem;
	color: white;
	font-size: 25pt;
	max-width: 750px;
	font-weight: 700;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background-color: rgba(0, 0, 0, 0.25);
}

#bannerImage .bannerConferenceLocation {
	position: absolute;
	bottom: 6rem;
	right: 5.5rem;
	color: white;
	font-size: 20pt;
	font-weight: 600;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background-color: rgba(0, 0, 0, 0.25);
}

#bannerImage .bannerConferenceTime {
	position: absolute;
	bottom: 4rem;
	right: 5.5rem;
	color: white;
	font-size: 16pt;
	font-weight: 600;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background-color: rgba(0, 0, 0, 0.25);
}

#footerImage img {
	width: 100%;
}

#mainContent #map img {
	/* Actual banner image */
	width: 38%;
	height: 50%;
	padding-bottom: 30px;
}

#mainContent #proceedings_image {
	text-align: center;
}

#mainContent #proceedings_image img {
	width: 50%;
	margin: auto;
}

#mainContent #speaker-info-container {
	padding-bottom: 40px;
}

#mainContent #speaker-avator img {
	height: 110px;
	width: 110px;
	border-radius: 50%;
	float: left;
}

#mainContent #speaker-title {
	width: 588px;
	float: left;
	margin-left: 30px;
}

#mainContent #speaker-detail {
	padding-top: 120px;
}

#mainContent #speaker-info-container-index {
	height: 150px;
}

#mainContent #speaker-avator-index img {
	height: 110px;
	width: 110px;
	border-radius: 50%;
	float: left;
}

#mainContent #speaker-title-index {
	width: 450px;
	float: left;
	margin-left: 30px;
}

#mainContent #speaker-title-index h5 {
	color: rgba(42, 80, 80, 1.00);
	font-size: 16px;
	line-height: 0px;
	margin-top: 15px;
}


#content #footer {
	background-color: rgba(204, 232, 220, 1.00);
	margin-top: 20px;
	padding-top: 1px;
	padding-bottom: 20px;
}

#content #notice {
	background-color: rgba(204, 232, 220, 1.00);
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content .faq {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#universityImage {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(4, 96, 4, 1.00);
	text-align: center;
	width: 960px;
	margin: 0 auto;
}

#universityImage img {
	height: 80px;
}

.Highlights {
	margin-bottom: 60px;
}

.containe {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.containe .item {
	width: 49%;
}
.containe .item img {
	width: 100%;
}