html {
	width:100%;
	overflow-x: hidden;
	background-color:rgb(18, 18, 18);
}

body {
	min-height: 1600px;
	width:100%;
	overflow: hidden;
}

.loading {
	text-align:center;
}

.loading .uil-default {
	margin: 15% auto;
}

p,
.content-section .content-wrap ul li  {
	font-size: 16px;
	line-height: 25px;
	letter-spacing: .25px;
}

.lead {
	font-weight:600;
}

.header-wrap {
	position:relative;
	padding-top:39.5%;
}

header {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;

	background-size: cover !important;
	background-position: 0% -360px;
	transition:all .05s linear;
}

@media (max-width:1100px) {
	header {
		background-position: 0% -240px;
	}
}

header > div {
	position:relative;
	width:100%;
	height:100%;
}

header .container {
	position: absolute;
	bottom: 15px;
	left: -15px;
	right: 0px;
	padding: 0px 32px;
}

div.logo {
	background-color: rgb(18, 18, 18);
	padding: 5px 0;
}

div.logo a {
	color: white;
	line-height: 200%;
}

img.logo {
	max-width: 240px;
	max-height: 60px;
}

header .logo.container {
	position:absolute;
	top:0;
	right:0px;
	left:-15px;
}



header .title-bar {
	padding:10px;
	width:100%;
}

header img.logo-title {
	position:absolute;
	bottom: 0px;
	max-width: 40%;
}

header img.date-part {
	position:absolute;
	bottom: 0px;
	right: -10px;
	max-width: 30%;
}

.no-header-title {
    background-color: grey;
    color: white;
    padding: 20px 0;
}

.no-header-title h1 {
    font-size: 36px;
	font-weight:100;
    margin: 0;
}

.no-header-title h4 {
    text-align: right;
    font-weight: 100;
    margin: 0;
    letter-spacing: 1.5px;
}

.quote {
	position: absolute;
	max-width: 460px;
	color: rgba(255,255,255,.9);
	padding: 20px 0;
	font-size: 18px;
	font-weight: 100;
	letter-spacing: 1.5px;
}

@-webkit-keyframes blink-it {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink-it {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes blink-it {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes blink-it {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* Blinking class */
.blink {
	-webkit-animation: blink-it steps(1) 1s infinite;
	-moz-animation: blink-it steps(1) 1s infinite;
	-ms-animation: blink-it steps(1) 1s infinite;
	-o-animation: blink-it steps(1) 1s infinite;
	animation: blink-it steps(1) 1s infinite;
}


/* CONTENT SECTIONS */

.nav-wrap {
	padding-top: 0;
	z-index:100000000;
}

.nav-wrap .logos {
	position: relative;
	padding:0;
	height:0;
	transition: all .25s ease;
	overflow:hidden;
}

.nav-wrap .logos:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	content: "";
	display: inline-block;
	background: #6BC44C;
}

.nav-wrap.affix .logos {
	height:auto;
	padding: 10px;
	background-color: #EFEFEF;
}

.nav-wrap.affix .logos h3 {
	margin:0;
}
.nav-wrap .logos h4 {
	display: none;
}

.nav-wrap .logos img {
	display:none;
	max-width:100%;
}

.nav-wrap.affix {
	top:20px;
	max-width: 262px;
}

.right-nav {
	list-style-type: none;
	padding-left: 0;
	padding: 10px 0;
	background: rgba(255,255,255,.95);
}

.right-nav li {
	transition: all .25s ease;
}

.right-nav li.active {
	background-color: #EFEFEF;
}

.right-nav li a {
	display:block;
	font-size: 20px;
	padding: 5px;
	cursor:pointer;
	text-decoration:none;
	transition:all .25s ease;
}

.right-nav li a:hover {
	text-decoration:none;
	color: #6BC44C;
}

.right-nav li a {
	color: #181818;
}

.content-section {
	margin-top: 40px;
}

.content-section:first-child {
  margin-top: 0;
}

.content-section .section-header {
	margin-top:0;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position:relative;
}

.content-section .section-header:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 160px;
	height: 2px;
	content: "";
	display: inline-block;
	background: #6BC44C;
}

.content-section .section-header.thick:after {
  height: 4px;
}

.content-section .content-wrap {
	position:relative;
	padding: 40px 20px;
	/*min-height:620px;*/
	margin-bottom:-20px;
}

.content-section.unbound {
	z-index:10;

}

.content-section.unbound .content-wrap {
	padding: 40px 0 0 0 ;
}

.content-sections .content-section .content-wrap:first-child {
	padding-top:20px;
}

.content-sections .content-section:nth-child(even) {
	background-color: #EFEFEF;
}

.content-sections #sponsors.content-section {
	background-color:transparent;
}

.content-sections .content-section:nth-child(even) .content-wrap:before {
	content: '';
	position: absolute;
	left: -1000px;
	top: 0;
	width: 1000px;
	background-color: #EFEFEF;
	height: 100%;
}

.content-sections #sponsors.content-section .content-wrap:before {
	background-color:transparent;
}

.content-sections .content-section:nth-child(even) .content-wrap:after {
	content: '';
	position: absolute;
	right: -1000px;
	top: 0;
	width: 1000px;
	background-color: #EFEFEF;
	height: 100%;
}

.content-sections #sponsors.content-section .content-wrap:after {
	background-color:transparent;
}

.sponsors ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.sponsors li {
	display:inline-block;
	max-width: 18% !important;
	height: 100px !important;
	padding:0 10px;
	margin:0 !important;
}

.sponsors li img {
	max-width:100% !important;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-item {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.speakers .speaker img.headshot {
	float: left;
	width:100px;
	margin: 0 20px 0 0;
	-webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	transition:all .5s ease;
	cursor:pointer;
}

.speakers .speaker .twitter-button img {
	width: 20px !important;
	float: right;
	margin: 0;
}

.speakers .speaker .title h3 {
	cursor:pointer;
	margin-bottom:0px;
}

.speakers .speaker:hover img,
.speakers .speaker.active img {
	-webkit-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}

.speakers .speaker .body {
	margin-top:10px;
	max-height: 53px;
	overflow: hidden;
	transition:max-height .5s ease;
}

.speakers .speaker.active .body {
	max-height:2000px;
}

.speaker br {
    line-height: 10px;
    content: "";
    margin: 3px;
    display: block;
    font-size: 24%;
}

.speaker h4 {
	margin:0px;
	line-height: 24px;
}

.speakers .speaker .read-more {
	text-align:right;
	padding: 5px 0;
	cursor:pointer;
	transition:color .25s ease;
}

.speakers .speaker .read-more:hover {
	text-decoration:underline;
	color: #6BC44C;
}

.advisory p {
	line-height: 18px;
	font-size:14px;
}

.angular-google-map-container {
	width:100%;
	height:600px;
	margin-bottom:-20px;
}

.map-overlay {
	max-width: 400px;
	margin-bottom: -400px;
	background: rgba(255,255,255,.95);
	z-index: 2000;
	position: relative;
	padding: 20px;
}

.slidedow {
	max-height:1000px;
	transition:all .5s ease;
}

.slidedown.hide {
	max-height:0px;
	overflow:hidden;
	transition:all .5s ease;
}

.faded {
	transition: opacity 1s ease;
}


.faded.in {
	opacity:1 !important;
}

.sponsors {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1px;
}

@media (max-width: 600px) {
	.sponsors {
		grid-template-columns: 1fr 1fr;
	}
}

.sponsors > * {
	display: flex;
	box-shadow: 0 0 0 1px #e5e5e5;
}

.sponsors .sponsor {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 10px;
	flex-grow: 1;
}

.sponsors .logo {
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	padding: 10px;
	cursor: pointer;
	background: transparent;
}

.sponsors .logo img {
	max-height: 100px;
}

.sponsors .meta {
	display: flex;
	padding-top: 10px;
	justify-content: flex-end;
	align-items: center;
	color: #909090;
	font-size: .95em;
}

.sponsors a:hover {
	text-decoration: none;
	cursor: pointer;
}

.sponsors .sponsor img {
	max-width: 100%;
}

.sponsors .sponsor:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 51%;
	right: 51%;
	bottom: 0;
	background-color: var(--highlight-color);
	height: 4px;
	transition-property: left,right;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}

.sponsors .sponsor:hover:before {
	right: 0;
	left: 0;
}

#get_directions .btn {
	white-space:normal;
}

#agenda td.time-column {
	background-color: #dedede !important;
}

#agenda td.time-column h3 {
    margin-top: 5px;
    font-weight: 500 !important;
    font-size: 22px;
}

#agenda td.body-column h3 {
	font-weight: 500 !important;
}

.sidebar {
	padding-top: 45px;
	float:right;
}

#location_info {
	display:none;
}

.mobile-only {
	display: none !important;
}

.hide-video-container {
	display: none !important;
}

#app_login {
	background-color: rgb(58, 58, 58);
	position:fixed;
	top: 0;
	padding: 0 20px;
	width:100%;
	z-index: 100000001;
	color:white;
	-webkit-box-shadow: 0px 5px 24px -2px rgba(0,0,0,0.43);
	-moz-box-shadow: 0px 5px 24px -2px rgba(0,0,0,0.43);
	box-shadow: 0px 5px 24px -2px rgba(0,0,0,0.43);
}

#app_login h4 {
	font-weight: 300;
}

#app_login a {
	display: inline-block;
	padding: 5px 13px;
	border-radius: 6px;
	color: white;
	background: rgba(0,0,0,.35);
}

blockquote > p:first-child:before {
	content: '“';
	font-size: 45px;
	vertical-align: text-bottom;
	float: left;
	margin: 6px 5px -10px 0;
	color: #8A8A8A;
}

@media (max-width:768px) {
	.mobile-hide {
		display: none !important;
	}

	.mobile-show {
		display: block !important;
	}

	body {
		  margin-top: 20%;
	}

	.sidebar {
		padding-top:0;
	}

	.header-wrap {
		display:none;
	}

	.fade-out {
		opacity:0;
		transform:translateY(-100%);
	}

	.navbar-collapse {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.nav-wrap.affix {
		max-width: 100%;
	}

	.nav-wrap {
		position:fixed;
		top: 0 !important;
		left:0;
		width:100% !important;
		padding-top: 0;
		transition: all .5s ease;
		border: none;
	}

	.nav-wrap .logos, .nav-wrap.affix .logos {
		height: auto;
		padding:5px 0;
		background-color: #2A2A2A;
		border-bottom:0;
	}

	.nav-wrap .logos h3 {
		display:none;
	}

	.nav-wrap .logos h4 {
		color: white;
		font-size: 22px;
		max-width: 75%;
		display:block;
	}

	.nav-wrap .logos img {
		display:block;
		max-width: 80%;
		max-height: 80px;
	}

	.nav-wrap .logos .event-date {
		display:none;
	}

	.nav-wrap ul li:after {
		display:none;
	}

	.nav-wrap .date-part {
		display:none;
	}

	.navbar-toggle {
		position: absolute;
		padding: 9px 10px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		right: 10px;
		top: 5px;
	}

	.navbar-toggle .icon-bar {
		margin-top: 4px;
		background-color: white;
	}

	.right-nav {
		max-height:700px;
		overflow:hidden;
		transition:max-height .5s ease;
	}

	.right-nav.closed {
		max-height:0;
		padding:0;
	}

	.right-nav li.active a {
		color: black;
		font-weight:800;
	}

	.no-header-title {
		display:none;
	}

	#agenda td.time-column {
		background-color: #DDDDDD !important;
		display: block;
		width: 100% !important;
		background-color: transparent !important;
		padding: 5px 0px !important;
		border-bottom: 1px solid #ccc;
	}

	#agenda td.time-column h3 {
		margin: 0;
	}

	#agenda td.body-column {
		display:block !important;
		width: 100% !important;
		padding: 0 0 30px 0 !important;
	}

	.content-section:first-child {
		  margin-top: 30px;
	}

	.sponsors .sponsor {
		width: 43%;
		height: auto;
		padding: 15px 20px;
	}
}

@media (max-width:580px) {
	body {
		  margin-top: 24%;
	}

	img.logo {
		max-width:200px;
	}
}

#agenda td.body-column h3.room {
    font-weight: 200 !important;
    padding-top: 0;
    margin-top: -6px;
    letter-spacing: 1px;
    font-size: 20px;
}

.subtext {
  text-align: center;
  background: #efefef;
  padding: 5px;
  margin-top:5px;
  margin-bottom: -10px;
}

.head {
	padding-top: 80px;
}

.head h2 {
	font-size: 22px;
}

.head h4 {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

.head-splash {
	padding: 2px 30px 0 5px;
}

.head-splash img {
	max-width: 100%;
	border-radius: 500px;
	box-shadow: 5px 5px 5px rgba(0,0,0,.5);
}

@media (max-width: 500px) {
	.head {
		padding-top:0;
	}
	.head-splash {
		margin-top: 20px;
		margin-bottom:0;
		padding:0;
		background: transparent !important;
	}
}
