/* Global Styles */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	margin: 0; 
	padding: 0; 
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: #5e5e60;
}
a {
	text-decoration: none; 
	color: #41afc6;
}
h1, h2, h3 {
	font-weight: 700;
	margin: 0; 
}
h1 {
	font-size: 44px;
	color: #41afc6;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 20px;
	color: #41afc6;
}

/* Helpful Classes */

.container {
	width: 974px;
	max-width: 100%;
	margin: 0 auto; 
	background: #fff;
	overflow: hidden; 
}
.pull-left {
	float: left; 
}
.pull-right{
	float: right; 
}
.center {
	display: block; 
	margin: 0 auto; 
}
.text-left {
	text-align: left; 
}
.text-center {
	text-align: center; 
}
.text-righht {
	text-align: right; 
}
.text-blue {
	color: #41afc6;
}
.error {
	color: #ff6666; 
}

/* Components */

.btn {
	background: #41afc6;
	padding: 14px 20px;
	color: #fff;
	text-align: center;
	display: inline-block; 
	font-size: 17px;
	font-weight: 700;
}
.btn-alt {
	background: #e8851a;
}
.btn:hover {
	opacity: .8; 
}

/* Header */

header img {
	max-width: 100%; 
	display: block;
	margin: 0 auto; 
}

/* Intro */


#intro {
	overflow: hidden; 
}
#intro .btn {
	//margin-top: 300px;
}
.intro-left {
	width: calc(74% - 92px);
	float: left;
	padding: 0 50px 40px 42px; 
}
.intro-right {
	width: 26%;
	float: left;
	text-align: center;
}
.intro-alt {
	padding: 80px 0 0;
	line-height: 1.5em;
}
.intro-cta {
	float: right;
	width: 26%;
	text-align: center;
	margin: 10px 0 30px;
}

/* Day Header */

.day-header {
	overflow: hidden; 
}
.day-header-left {
	background: #41afc6;
	color: #fff;
	padding: 22px 0; 
	width: 220px;
	text-align: center;
	float: left;
	height: 31px;
}

.day-header-left h2 { font-size: 23px; font-weight: 500; }

.day-header-right {
	background: #5e5e60;
	color: #fff;
	padding: 24px 240px 8px;
	font-size: 23px;
	font-weight: 700;
	height: 43px;
}

/* Day Header */

.conference-sponsor-header {
	overflow: hidden;
}
.conference-sponsor-header-left {
	background: #5e5e60;
	color: #fff;
	padding: 16px 42px;
	text-align: center;
	float: left;
	height: 43px;
}

.conference-sponsor-header-left h2 { font-size: 27px; font-weight: 700; padding: 5px 0 0; }

.conference-sponsor-header-right {
	background: #5e5e60;
	color: #fff;
	padding: 24px 200px 8px;
	font-size: 24px;
	height: 43px;
}


/* Presentation */

.presentation {
	border-bottom: 1px solid #5E5E60;
	overflow: hidden;
}
.presentation:last-child { }
.presentation h3 {
	display: inline;
	margin-right: 30px;
}
.presentation-left {
	float: left;
	width: calc(74% - 92px);
	padding: 34px 50px 18px 42px;
}
.presentation-right {
	width: 26%;
	float: left;
	text-align: center;
}
.presentation-right .btn {
	margin-top: 50px;
}
.speakers {
	font-size: 16px;
	line-height: 1.6em;
}
.presentation.last {
	border-bottom: none;
}

/* Sponsor */

.conference-sponsor {
	border-bottom: 1px solid #5E5E60;
}
.conference-sponsor h3 {
	font-weight: bold;
	display: inline;
	margin-right: 30px;
}
.conference-sponsor-left {
	float: left;
	width: calc(74% - 92px);
	padding: 34px 50px 18px 42px;
}
.conference-sponsor-right {
	width: 26%;
	float: left;
	text-align: center;
}
.conference-sponsor-right .btn {
	margin-top: 20px;
	margin-bottom: 20px;

}
.conference-sponsor.last {
	border-bottom: none;
}

/* Download All */

#download-all .container {
	padding: 40px 0; 
	overflow: hidden; 
}
.download-all-left {
	width: 74%;
	float: left;
}
.download-all-right {
	width: 26%;
	float: left;
	text-align: center;
}

/* Footer */

footer {
	text-align: center;
	background: #41afc6;
	color: #fff;
	font-size: 15px;
	padding: 29px 0; 
	line-height: 30px;
}

footer .container {
	background: #41AFC6;
}

footer a {
	color: #fff;
}
footer a:hover {
	text-decoration: underline; 
}

/* Login Popup */
#overlay {
	background-color: #212121;
	opacity: 0.98;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100001;
}
#login {
	background: rgba(94, 94, 96, 0.4);
    color: #fff;
    height: auto;
    left: 50%;
    margin-left: -200px;
	margin-top: -238px; 
    padding: 50px 50px 40px 50px;
    position: fixed;
    text-align: left;
    top: 50%;
    width: 300px;
    z-index: 100002;
}
#login p {
	font-size: 11.5px; 
	margin-bottom: 34px;  
}

#login-message {
	text-align: center;
	font-size: 16px;
}
#login input {
	border: none;
	border-bottom: 1px solid #7b7d7f;
	width: calc(100% - 48px);
	margin-bottom: 24px;
	font-size: 26px;
	color: #fff;
	padding: 0 0 6px 48px;
}
#username {
	background: transparent url('../img/username-icon.png') no-repeat scroll 7px 7px;
}
#password {
	background: transparent url('../img/password-icon.png') no-repeat scroll 7px 7px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7b7d7f;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #7b7d7f;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #7b7d7f;
}
:-moz-placeholder { /* Firefox 18- */
  color: #7b7d7f;
}
#login button {
	text-align: center;
	width: 100%;
	background: #41afc6;
	padding: 14px 20px;
	color: #fff;
	border: none; 
	font-size: 26px; 
	cursor: pointer;
}
#login button:hover {
	opacity: .8; 
}
#logo {
	text-align: center;
	margin-bottom: 50px;
}

/* Mobile Styles */

@media screen and (max-width: 768px) {
	.intro-left,
	.intro-right,
	.intro-cta,
	.download-all-left,
	.download-all-right,
	.presentation-left,
	.presentation-right,
	.conference-sponsor-left,
	.conference-sponsor-right {
		width: 100%;
		width: calc(100% - 28px);
		padding: 0 14px;
	}	
	.day-header-left, 
	.day-header-right {
		text-align: center;
		width: 100%;
		padding: 14px 0; 
		float: none; 
		height: auto; 
	}
	.day-header-right  {
		padding-bottom: 22px;
	}
	#intro .btn {
		margin-top: 5px;
	}
	#login {
		position: absolute;
	}
	.presentation {
		margin: 30px 0;
	}
	.presentation-right .btn {
		margin: 20px 0 40px;
	}
	.conference-sponsor {
		margin: 30px 0;
	}
	.conference-sponsor-right .btn {
		margin: 20px 0 40px;
	}
	#intro {
		padding: 0 30px;
	}
	section {
		margin-bottom: 50px;
	}
	#download-all {
		padding: 10px 0; 
	}
	.download-all-left {
		display: none; 
	}
	.speaker-divider {
		display: none;
	}
	.speaker-name {
		display: block;
		margin: 10px 0 0 0; 
	}
}
