/*================
Events single css.
================*/

/* Fonts */
.event-main-header {
	font-size: 5.6rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 1.4em;
}

.event-main-slogan {
	font-size: 2.4rem;
	line-height: 1.4em;
}

.event-main-date {
	font-size: 2.4rem;
	line-height: 1.4em;
	font-weight: 700;
	margin-bottom: 40px;
}

.event-main-register {
	font-size: 2.4rem;
	line-height: 1.4em;
	font-weight: 600;
}

.event-page-header {
	font-size: 4.8rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.event-sub-header {
	font-size: 3.6rem;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.4em;
	margin-bottom: 10px;
}

/*Setup classes*/

.custom-background {
	background-color: #404040;
	color: #fff;
	padding: 40px;
}

.events-section {
	padding-top: 20px;
	padding-bottom: 20px;
}

.events-section.full-width-background {
	padding-top: 50px;
	padding-bottom: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.events-section:last-child {
	padding-bottom: 50px;
}

.site-section {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

article .site-section:last-child {
	margin-bottom: -40px;
}

.events-hero {
	padding: 0;
	height: calc(100vh - 105px);
}

.sm-size .events-hero {
	padding: 20px;
	height: calc(100vh - 50px);
}

.events-hero .container {
	padding: 0;
}

.events-hero h1 {
	line-height: 1em;
}

.events-hero .cotnainer>div {
	margin: 0 0 10px 0;
}

.events-hero .slogan {
	margin-bottom: 20px;
}

.events-hero .register-button {
	margin: 0 0 40px 0;
}

.events-hero .background-image {
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}

.register-button {
	padding: 20px 35px;
	border-radius: 35px;
	text-align: center;
	background-color: #999;
	color: #fff;
	display: inline-block;
	line-height: 1em;
	margin: 30px 0;
	border: 2px solid #999;
}

/*end setup*/
.event-supernav {
	background-color: #fff;
	border: none;
}

#sticky-nav .event-supernav {
	border-top: 1px solid #000;
}

.event-supernav h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.6rem;
	line-height: 1em;
	font-weight: 700;
	border-left: 15px solid #000;
	border-right: 1px solid #000;
	padding: 0 15px;
}

.event-supernav li a {
	display: block;
	padding: 10px 0;
	text-align: center;
	border-right: 1px solid #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.6rem;
	text-transform: capitalize;
	position: relative;
	z-index: 10;
}

.event-supernav li.register a {
	background-color: #000;
	color: #fff;
}

.event-supernav .contact-button a {
	cursor: pointer;
	position: relative;
	z-index: 10;
	font-size: 16px;
}

.event-supernav .contact-dropdown {
	padding: 20px;
	position: absolute;
	top: -200%;
	right: 0;
	width: 145%;
	min-width: 520px;
	opacity: 0;
	transition: top 0.5s, opacity 0.3s;
	pointer-events: initial;
	z-index: -10;
	font-family: Roboto Condensed, serif;
	font-size: 16px;
	text-transform: none;
}

.event-supernav .contact-dropdown a {
	display: inline;
	border: none;
	padding: 0;
	text-transform: none;
}

.event-supernav .contact-dropdown.active {
	top: 100%;
	opacity: 1;
	z-index: 1;
}

.event-supernav .contact-dropdown li:not(:last-child) {
	margin-bottom: 5px;
}

.events-navigation {
	max-width: 680px;
	margin: 0 auto;
}

.events-navigation ul {
	display: block;
	font-size: 0;
}

.events-navigation ul.row li {
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.events-navigation ul li a {
	display: block;
	border: 1px solid #000;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 20px;
	text-transform: uppercase;
}

.image-slideshow img {
	width: 100%;
}

.image-slideshow .custom-pager {
	display: block;
	position: static;
	font-size: 0;
	width: auto;
	padding-top: 10px;
	margin: 0 -5px;
}

.image-slideshow .custom-pager a {
	display: inline-block;
	padding: 5px;
}

.image-slideshow .custom-pager a img {
	width: 100%;
}

.static-images img {
	padding-bottom: 30px;
	align-self: start;
}

.keynote-speaker .keynote-background {
	padding: 30px;
}

.keynote-speaker .keynote-name {
	font-weight: 500;
	margin: 0;

}

.keynote-speaker .image {
	max-width: 27%;
	padding-right: 30px;
}

.keynote-speaker .article-format {
	max-width: 65%;
}

.column-blocks header {
	margin: 10px 0;
}

/*agenda block*/
.agenda-list h3 {
	margin-bottom: 32px;
}

.agenda-list .toggle-heading {
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	font-size: 2.4rem;
}

.agenda-list .toggle-heading>div {
	display: inline-block;
	padding: 16px 15px;
	cursor: pointer;
}

.agenda-list .toggle-heading>div:first-child {
	padding-left: 0;
}

.agenda-list .toggle-heading>div:last-child {
	padding-right: 0;
	float: right;
	margin-left: auto;
}

.agenda-list .toggle-heading>div.active {
	border-bottom: 8px solid #fff;
}

.agenda-list .list-container article {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.agenda-list .list-container article.active {
	position: static;
	display: block !important;
}

.agenda-list li {
	border-bottom: 1px solid #979797;
}

.agenda-list li:last-child {
	border-bottom: none;
}

.agenda-list li:last-child .agenda-time,
.agenda-list li:last-child .agenda-details {
	padding-bottom: 0;
	border-bottom: none;
}

.agenda-list .agenda-time {
	max-width: 19%;
	padding: 20px 40px 20px 0;
}

.agenda-list .agenda-details {
	padding: 20px 20px 20px 60px;
	max-width: 80%;
	border-left: 1px solid #979797;
}

.agenda-list li:first-child .agenda-time,
.agenda-list li:first-child .agenda-details {
	padding-top: 0;
}

/*copy-paste fixing*/
.agenda-list .agenda-details .agenda-details {
	padding: 0;
	width: 100%;
	flex: 100%;
	border: none;
}

.agenda-list .toggle-heading .print-icon:before {
	content: '\f02f';
	font: var(--fa-font-solid);
	font-weight: 900;
	padding-right: 10px;
	font-weight: 300;
}

.registration-section .pricing {
	margin: 40px 0 5px 0;
}

.registration-section .registration-text>div:first-child {
	margin-bottom: 20px;
}

.image-text-section .image-container {
	padding-right: 40px;
}

.image-text-section .text-container {
	padding-left: 40px;
}

.image-text-section .subhead {
	margin-bottom: 30px;
	font-size: 2.4rem;
	line-height: 1.4em;
}

.speakers-section {
	overflow-x: hidden;
}

.speakers-list li {
	margin-bottom: 30px;
	max-width: 20%;
	flex: 20%;
	width: 20%;
}

.speakers-list li.active {
	margin-bottom: 360px;
}

.speakers-list img {
	display: block;
	max-height: 290px;
	cursor: pointer;
}

.speakers-list .text-container {
	padding: 10px;
	min-height: 130px;
	background-color: #2F2F2F;
	color: #fff;
}

.speakers-list .text-container .speaker-name {
	font-size: 1.7rem;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	line-height: 1.4em;
}

.speakers-list .text-container .speaker-title {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.4em;
}

.speakers-list .speaker-bio {
	border-radius: 15px;
	padding: 40px;
	height: 300px;
	position: absolute;
	bottom: -330px;
	right: 15px;
	width: 100%;
	display: none;
	background-color: #2F2F2F;
	color: #fff;
}

.speakers-list .speaker-bio .speaker-name {
	font-size: 2.8rem;
	font-family: 'Roboto Slab', serif;
	line-height: 1.4em;
	font-weight: 700;
}

.speakers-list .speaker-bio .speaker-title {
	font-size: 1.6rem;
	line-height: 1.4em;
	font-weight: 600;
}

.speakers-list .speaker-bio div {
	max-height: 100%;
	height: 100%;
}

.speakers-list .speaker-bio .bio-text {
	max-height: 100%;
	height: 100%;
	overflow-y: scroll;
	padding-right: 20px;
}

.speakers-list .speaker-bio .info {
	max-width: 36%;
	padding-right: 40px;
}

.speakers-list .speaker-bio .info div {
	height: auto;
	min-height: auto;
	margin-bottom: 10px;
}

.speakers-list .speaker-bio .bio {
	max-width: 63%;
}

.speakers-list li.active:after {
	content: '\f0d8';
	font: var(--fa-font-solid);
	font-weight: 900;
	width: calc(100% - 30px);
	text-align: center;
	position: absolute;
	bottom: -26px;
	font-size: 60px;
	line-height: 0;
	color: #2F2F2F;
}

.speakers-list li.active .speaker-bio {
	display: block;
}

.sponsors-section .article-format {
	font-size: 2.4rem;
	line-height: 1.4em;
}

.sponsors-section .article-format .sponsor-contact {
	font-size: 1.6rem;
	line-height: 1.6em;
	margin-top: 20px;
}

.sponsors-section .sponsor-blocks {
	margin-top: 40px;
	margin-bottom: 20px;
}

.sponsors-section .sponsor-image {
	padding-bottom: 30px;
}

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

/* registration block */
.registration-content-section,
.registration-content-section .article-format {
	font-size: 2.4rem;
}

.registration-content-section .article-format .sub-text {
	font-size: 1.6rem;
}

/*Vanue block*/

.venue-section .venue-location {
	font-size: 2.4rem;
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 20px;
}

.venue-section .venue-location .venue-address,
.venue-section .venue-blurb {
	font-size: 1.8rem;
	line-height: 1.6em;
	font-weight: 400;
}

.venue-section .venue-alert .alert-header {
	margin-top: 20px;
	font-style: normal;
}

.venue-section .venue-alert .alert-header .red-line {
	height: 3px;
	background-color: #FF0000;
	border: none;
	outline: none;
	width: 100%;
}

.venue-section .venue-alert {
	font-size: 1.6rem;
	line-height: 1.6em;
	font-style: italic;
}

.venue-section .venue-alert .alert-header div {
	display: block;
	padding: 5px;
	font-weight: 600;
}

.venue-section .venue-alert p {
	margin: 0;
}

/* photos */

.photos-section ul {
	margin-left: -5px;
	margin-right: -5px;
}

.photos-section .image {
	padding: 5px;
}

.event-gallery .fancybox-nav {
	display: flex;
	align-items: center;
	align-content: center;
}

.event-gallery .fancybox-title-float-wrap .child {
	margin: 0;
	white-space: normal;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	font-weight: normal;
	padding: 7px 20px;
}

.event-gallery .fancybox-title-float-wrap {
	right: 0;
	position: static;
	background-color: #000;
}

.event-gallery .fancybox-nav .far {
	color: rgba(74, 74, 74, 0.2);
	font-size: 70px;
	position: absolute;
	transition: color 0.5s ease;
}

.event-gallery .fancybox-nav:hover .far {
	color: #4a4a4a;
}

.event-gallery .fancybox-nav.fancybox-prev {
	left: -50px;
	text-align: center;
}

.event-gallery .fancybox-nav.fancybox-next {
	right: -50px;
	text-align: center;
}

.event-gallery .fancybox-nav.fancybox-prev .far {
	left: 0;
	text-align: center;
}

.event-gallery .fancybox-nav.fancybox-next .far {
	right: 0;
	text-align: center;
}


.event-gallery .fancybox-close {
	cursor: pointer;
	height: 36px;
	position: absolute;
	right: -50px;
	text-align: center;
	top: -20px;
	width: 36px;
	z-index: 8040;
	padding-left: 10px;
}

.event-gallery .fancybox-close .fa {
	position: static;
	font-size: 30px;
	color: #000;
}

.event-gallery .gallery-social {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	padding: 10px;
	z-index: 8140;
}


/* faq */
.faq-block dl {
	max-height: 700px;
}

.faq-block dt div:first-child {
	margin-bottom: 10px;
}

.faq-block dt {
	font-size: 1.8rem;
	line-height: 1.6em;
	margin-bottom: 25px;
}

/*countdown styles*/
.countdown-style-one {
	background-color: #EEEEEE;
	color: #231F20;
	text-align: center;
	padding: 0 30px 30px 30px;
	margin-bottom: 20px;
}

.countdown-style-one h2 {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1em;
	padding: 15px 0 0 0;
	text-transform: uppercase;
}

.countdown-style-one .time-block {
	text-align: center;
	line-height: 1em;
	margin-top: 20px;
}

.countdown-style-one .time-block .text {
	padding: 10px 0;
	font-size: 1.6rem;
	line-height: 1em;
	font-weight: 600;
}

.countdown-style-one .time-block span {
	font-size: 4.0rem;
	line-height: 1em;
	font-weight: 600;
	display: block;
}

.countdown-style-one .time-block .padding {
	padding: 15px;
	background-color: #fff;
	border-radius: 15px;
}

.countdown-style-one .time-block .line,
.countdown-style-one .time-block .color {
	border-radius: 10px;
}

.countdown-style-one .time-block .line {
	width: 100%;
	height: 5px;
	position: relative;
	background-color: #eee;
	overflow: hidden;
	margin-top: 10px;
}

.countdown-style-one .time-block .color {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: red;
}

/*print agenda layout*/
.agenda-print-layout {
	padding: 40px 0;
}

.agenda-print-layout .main-header,
.agenda-print-layout .main-footer,
.agenda-print-layout .toggle-heading {
	display: none !important;
}

.agenda-print-layout .agenda-list .list-container article {
	display: block !important;
	margin-bottom: 40px;
	position: static;
}

.agenda-print-layout .container {
	margin: 0;
	max-width: 1000px;
	width: 1000px;
}

.agenda-print-layout .article-format {
	font-size: 1.6rem;
	line-height: 1.2em;
}

.agenda-print-layout .agenda-list .agenda-time {
	max-width: 200px;
	padding: 10px 5px 10px 0;
}

.agenda-print-layout .agenda-list .agenda-details {
	padding: 20px 20px 20px 0;
}

.agenda-print-layout .event-sub-header strong {
	font-weight: 300;
}

/*mobile adjustments*/

.sm-size .main-header,
.md-size .main-header {
	margin-bottom: 0;
}

/* Fonts */
.sm-size .event-main-header {
	font-size: 3.6rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 1.4em;
}

.sm-size .event-main-slogan {
	font-size: 2rem;
	line-height: 1.4em;
}

.sm-size .event-main-date {
	font-size: 2rem;
	line-height: 1.4em;
	font-weight: 700;
}

.sm-size .event-main-register {
	font-size: 2.4rem;
	line-height: 1.4em;
	font-weight: 600;
}

.sm-size .event-page-header {
	font-size: 4.8rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.sm-size .event-sub-header {
	font-size: 3.6rem;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.sm-size .event-supernav-container {
	display: none;
}

.sm-size .register-button {
	padding: 10px 20px;
}

.sm-size .custom-background {
	padding: 20px;
}

/*keynote speaker*/
.sm-size .keynote-speaker .image {
	display: none;
}

.sm-size .keynote-speaker .article-format {
	max-width: 100%;
}

/* workshops and activities */
.sm-size .column-blocks .column,
.md-size .column-blocks .column {
	margin-bottom: 30px;
}

/* Agenda */
.sm-size .agenda-list .toggle-heading>div,
.md-size .agenda-list .toggle-heading>div {
	padding-left: 0;
	margin-top: 12px;
	margin-bottom: 12px;
	width: 100%;
}

.sm-size .agenda-list .agenda-time,
.md-size .agenda-list .agenda-time {
	width: 100%;
	max-width: 100%;
	flex: 100%;
}

.sm-size .agenda-list .agenda-details,
.md-size .agenda-list .agenda-details {
	width: 100%;
	max-width: 100%;
	flex: 100%;
	border-left: none;
	padding-left: 0;
}

.sm-size .agenda-list li:last-child .agenda-time,
.sm-size .agenda-list li:last-child .agenda-details,
.md-size .agenda-list li:last-child .agenda-time,
.md-size .agenda-list li:last-child .agenda-details {
	padding-bottom: 20px;
}

/* image with text */
.sm-size .image-text-section .image-container {
	display: none;
}

.sm-size .image-text-section .text-container {
	padding-left: 0;
}

/* speakers */
.sm-size .speakers-list img {
	max-height: 999px;
	width: 100%;
}

.sm-size .speakers-list li {
	width: 50%;
	max-width: 50%;
	flex: 50%;
}

.sm-size .speakers-list li.active {
	margin-bottom: 560px;
}

.sm-size .speakers-list li .bio-container {
	max-width: calc(200% + 30px) !important;
}

.sm-size .speakers-list .speaker-bio {
	height: 500px;
	bottom: -530px;
	padding: 20px;
	overflow-y: hidden;
}

.sm-size .speakers-list li:nth-child(odd) .speaker-bio {
	margin-right: 0 !important;
}

.sm-size .speakers-list li:nth-child(even) .speaker-bio {
	margin-right: calc(50% + 15px) !important;
}


.sm-size .speakers-list .speaker-bio .info {
	height: auto;
}

.sm-size .speakers-list .speaker-bio .info,
.sm-size .speakers-list .speaker-bio .bio {
	width: 100%;
	max-width: 100%;
	flex: 100%;
	padding-left: 0;
	padding-right: 0;
}

.md-size .speakers-list img {
	max-height: 999px;
}

.md-size .speakers-list li {
	width: 25%;
	max-width: 25%;
	flex: 25%;
}

.md-size .speakers-list .text-container {
	min-height: 170px;
}

.md-size .speakers-list li .bio-container {
	width: calc(400% + 120px) !important;
}

.md-size .speakers-list li:nth-child(4n+1) .speaker-bio {
	margin-right: 0 !important;
}

.md-size .speakers-list li:nth-child(4n+2) .speaker-bio {
	margin-right: calc(25%) !important;
}

.md-size .speakers-list li:nth-child(4n+3) .speaker-bio {
	margin-right: calc(50%) !important;
}

.md-size .speakers-list li:nth-child(4n+4) .speaker-bio {
	margin-right: calc(75%) !important;
}



/* faq */
.md-size .faq-block dl,
.sm-size .faq-block dl {
	max-height: 7000px !important;
}
