h2 {
	font-size: 40px !important;
	text-transform: uppercase;
}
.extrabtns {
	text-align: center;
	margin: 20px 0 30px 0;
}
.extrabtns a {
	margin: 10px;
}
.hero.slim .inner__wrapper {
	padding-top: 0 !important;
}
.hero .headline h1 {
	margin-bottom: 25px !important;
}
.confnav {
	text-align: center;
}
.confnav a {
	margin: 5px;
}
.activenav {
	background: #909090 !important;
	border: 1px solid #909090 !important;
	color: #fff !important;
	cursor: default !important;
}
.activenav::before {
	display: none !important;
}
#c60365>ul {
	margin: 10px 0 10px 0;
}
#c60058>div {
	margin-bottom: 0;
}
#c60654>div>div.column.first {
	padding-left: 0;
}
#c60096>div {
	margin-bottom: 10px;
}
#c60113>div {
	margin-bottom: 0;
}
#c60112>div {
	padding: 0;
}
#c60255>div {
	margin-bottom: 0;
}
#c60252>div {
	padding: 0;
}

.accordion table {
	font-size: 18px !important;
}
.accordion p {
	font-size: 22px !important;
}
.accordion p strong {
	text-transform: uppercase;
}
.accordion>h3>span, .noaccordion>h3>span {
	display: block;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-left: 1px;
	color: #219eff;
	font-weight: 600;
}
.accordion>h3 {
	font-size: 26px;
}
.noaccordion>h3 {
	font-size: 26px;
	color: #101010;
	padding: 15px 35px 15px 0;
	font-weight: 400;
	margin: 0;
	cursor: default;
	border-bottom: 1px solid #219eff;
	position: relative;
	transition: color .2s ease-in-out;
}
/*Speakers wrapper*/

.speakerswrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center !important;
}
.speakerswrapper>div {
	width: 33%;
	text-align: center;
	margin: 0;
	margin-bottom: 20px;
}
@media screen and (min-width: 1650px) {
	.hero .slide__bg {
		background-position: center center !important;
	}
}
@media only screen and (max-width: 1100px) {
	.speakerswrapper>div {
		width: 46%;
		margin: 0 2% 30px 2%;
	}
}
@media only screen and (max-width: 620px) {
	.speakerswrapper>div {
		width: 100%;
		margin: 0 0 30px 0;
	}

  .confnav a {
    margin: 5px;
    font-size: 15px;
    padding: 10px 20px;
}
  
}
@media only screen and (max-width: 450px) {
	.hero .headline h1 {
		font-size: 40px !important;
	}
}