#register .container {
	position: relative;
	z-index: 10;
}

.wide-load {
	display: none;
}

.cta-column {
	font-size: 1.3em;
	line-height: 2em;
	text-align: left;
	padding-left: 25px;
	padding-right: 35px;
}

.header-column.logo-column {
	padding: 30px;
}

#hero {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 75px 1fr 100px;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	height: 100vh;
	align-items: center;
}

#hero::after,
#register::after {
	content: "";
	background-size: contain;
	background-position: center bottom;
	/*background-image: url(assets/img/header-bg-overlay.png);*/
	background-repeat: no-repeat;
	width: 100vw;
	background-attachment: fixed;
	opacity: 0.2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 5;
}

.small-bullet {
	font-size: 75%;
}

#arrow-down {
	animation: Pulsate 2.2s cubic-bezier(0.13, -0.3, 0.85, 1.35) infinite;
	position: absolute;
	bottom: 5px;
	width: 100%;
	text-align: center;
	z-index: 99999999999;
}

@keyframes Pulsate {
	from {
		opacity: 1;
		bottom: 5px;
	}

	50% {
		opacity: 0.5;
		bottom: 25px;
	}

	to {
		opacity: 1;
		bottom: 5px;
	}
}

ul {
	padding-left: 30px;
}

li {
	list-style-type: disc;
}

.bullets li {
	padding-bottom: 18px;
	font-weight: 300;
}

.bullets li::marker {
	color: #355998;
}

.at-font {
	color: #ffffff;
}

h4#mobile-titles {
	font-size: 20px;
	line-height: 28px;
}

.sponsors {
	/*max-width: 900px;*/
	margin: auto;
}

.agenda-info li:before {
	content: "- ";
}

.speaker .text-alt {
	color: #8f9297;
	text-align: center;
	margin: auto;
}

select {
	color: #51545b;
}

#summary-list li {
	list-style-type: none;
	width: calc(50% - 25px);
	text-align: left;
	float: left;
	font-size: 1.1em;
	line-height: 21px;
	margin: 10px 25px 5px 0;
	padding: 3px 5px 6px;
	min-height: 60px;
}

#summary-list li::before {
	content: "• ";
	color: #212529;
	width: 1.1em;
	margin-left: -0.8em;
	font-size: 1.2em;
}

#mobile-titles {
	display: none;
}

#desktop-titles {
	display: block;
}

.ws-errorbox {
	margin-top: -10px;
}

.ws-errorbox p {
	margin: -4px 0 10px;
	padding: 6px 0 0 10px;
	color: white;
	background: red;
}

.footer-menu-links a:hover,
.footer-menu-links a:hover strong {
	color: #ffffff !important;
	text-decoration: underline;
}

#enter-the-show {
	float: none;
	margin-right: 0px;
	padding-bottom: 25px;
}

.ta-explore-card {
	height: 100%;
	padding: 32px 20px 20px 20px;
	border-radius: 2px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#copyright-footer {
	padding-top: 15px;
	padding-bottom: 5px;
}

#copyright-footer small {
	width: 75% !important;
	max-width: 1140px;
	display: inline-block;
	line-height: 10px;
}

#copyright-footer p {
	color: #ffffff;
	line-height: 1.2em;
	margin-bottom: 10px;
}

#previous-event img {
	width: 100%;
}

#previous-event .image-link {
	width: 100%;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.08);
	display: inline-block;
	border: solid 1px #212529;
	transition: 0.3s;
}

#previous-event a:hover {
	box-shadow: none;
}

@media screen and (min-width: 768px) {
	#event-title {
		position: absolute;
		top: 25px;
		z-index: 999999;
	}

	.navbar-collapse.collapse {
		padding-left: 0px !important;
		padding-right: 0px;
	}
}

@media screen and (min-width: 1150px) {
	.navigation-list {
		margin-left: 40px;
	}
}

@media screen and (min-width: 1550px) {
}

@media screen and (max-width: 1150px) {
	ul.navigation-list {
		padding-left: 0px !important;
	}
}

@media screen and (max-width: 1024px) {
	.navigation-header {
		margin-left: 0px;
		/*min-width: 235px !important;*/
	}

	.navigation-link {
		font-size: 15px !important;
	}

	h5.heading-alt {
		letter-spacing: 4px !important;
	}

	#navCTA {
		font-size: 14px !important;
		padding: 9px 0px !important;
		letter-spacing: 2px !important;
	}

	#summary-list li {
		list-style-type: none;
		width: 100%;
		margin: 10px 0;
	}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.navigation-container {
		padding: 0px;
	}

	.navigation-item,
	#navCTA a {
		font-size: 0.9em;
		letter-spacing: 0px;
		padding: 7px 10px 8px;
		margin-left: 0px;
	}

	.navigation-item {
		padding: 14px 7px 15px;
	}

	.navigation-list {
		margin-right: 0px;
	}
}

@media screen and (max-width: 960px) {
	#mobile-titles {
		display: block;
	}

	#desktop-titles {
		display: none;
	}

	h5.heading-alt {
		margin-bottom: 16px;
		font-size: 17px !important;
		font-weight: 400;
		letter-spacing: 1px !important;
		line-height: 26px !important;
	}

	.header-wrapper {
		overflow: initial !important;
	}
}

@media (max-width: 650px) {
	.welcome {
		display: none;
	}

	#right-side-details {
		display: none;
	}

	.wide-load {
		display: inline-block;
	}

	@keyframes Pulsate {
		from {
			opacity: 1;
			bottom: 5px;
		}

		50% {
			opacity: 0.5;
			bottom: 15px;
		}

		to {
			opacity: 1;
			bottom: 5px;
		}
	}

	#agenda {
		padding: 45px 0 90px;
	}

	h5.heading-alt {
		width: 90%;
		margin: auto;
		font-size: 14px !important;
		line-height: 21px !important;
	}

	.register-now {
		letter-spacing: 5px;
		padding: 10px 25px;
	}

	.sponsors a {
		display: block;
	}

	#bgvideo {
		display: none;
	}

	.header-wrapper {
		height: 80px;
		overflow: initial;
	}

	.navigation-list {
		padding-left: 0;
	}

	.navigation-header .logo img {
		margin-left: 0px;
	}

	.cta-column {
		font-size: 16px;
		text-align: center;
		margin-top: 15px;
	}

	.cta-column p {
		line-height: 24px;
	}

	#produced-in-header {
		text-align: center !important;
		border-top: solid 1px !important;
		padding-top: 10px !important;
		margin-top: 0px !important;
	}

	#produced-in-header img {
		float: none !important;
		max-width: 60px !important;
		vertical-align: middle;
	}

	#arrow-down-link {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.heading-block {
		padding: 35px 0;
	}

	.navbar-toggle {
		border: 1px solid #212529;
		z-index: 1000;
		margin: 22px 20px 0 0 !important;
	}

	#header-register-button,
	#enter-the-show {
		display: block !important;
		margin-top: 10px;
		padding: 35px 0 0 0;
		text-align: center;
	}

	.agenda-time,
	.agenda-text {
		display: block;
		padding: 0.5em;
	}

	.agenda-title,
	.agenda-text {
		text-align: center;
	}

	#pwaPrompt {
		position: fixed;
		bottom: 0;
		text-align: center;
		color: #ffffff;
		background: #3c74ba;
		width: 100%;
		font-weight: 900;
		box-shadow: -3px 0 10px #000000;
		z-index: 999999999999999;
	}

	.footer {
		padding-bottom: 0px;
		font-size: 0.7em;
	}
}

@media screen and (max-width: 360px) {
	.heading-block {
		padding: 20px 0;
	}

	.cta-column {
		font-size: 1.1em;
	}

	.cta-column p {
		line-height: 1.5em;
	}

	h5.heading-alt {
		width: 90%;
		margin: auto;
		font-size: 1em !important;
		line-height: 1.4em !important;
	}
}

@media screen and (max-height: 700px) {
	section#hero {
		position: relative;
		padding-top: 0px !important;
	}

	#event-title {
		top: 5px;
		position: relative;
	}

	.header-column.logo-column.text-center {
		padding-top: 10vh;
	}

	#arrow-down-link {
		display: none;
	}
}
