/* Foundation */


html {
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 25px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
    margin: 0;
    padding: 0;
}
main,
li {
    display: block;
}
h1,
h2,
h3,
h4 {
    font-size: inherit;
    font-family: 'Montserrat', sans-serif;
}
strong {
    font-weight: bold;
}
a {
    text-decoration: none;
    color: #2DCCD3;
}
::-moz-focus-inner {
    padding: 0;
    border: 0;
}
:focus {
    outline: 0;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}

/* Styles */
 
.cntr {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 990;
	font-size: 14px;
	background-color: #000;
}

.page-id-759810 header {
	background-color: RGBA(255, 255, 255, 0.85);
}

header .cntr {
	position: relative;
	z-index: 1000;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding: 24px 40px;
}

header .event-logo {
	width: 200px;
	height: auto;
	margin-right: 24px;
}

header .event-logo.mobile-size {
	width: 190px;
	max-width: 60px;
	display: none;
}

@media screen and (max-width: 475px) {
	header .event-logo.mobile-size {
		max-width: 50px;
	}
}

header .event-logo img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
}

header nav  {
	margin-right: 0;
	margin-left: auto;
}

header nav ul {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}

header nav a {
	padding: 8px 16px;
	color: #fff;
	transition: color 0.25s;
}
.page-id-759810 header nav a {
	color: #111111;
}

header nav .menu-icon {
	max-width: 50px;
    display: none;
    margin-right: 1.25em;
}

@media screen and (max-width: 980px) {
	header {
		position: sticky;
	}
	header nav ul {
		padding-top: 124px;
        padding-bottom: 124px;
	}
	header nav ul li {
		margin-bottom: 0.55em;
	}
	header nav a {
		padding: 0;
		color: #FFF;
	}
	header nav .menu-icon {
		display: block;
	}
}

header.show nav {
	visibility: visible;
	background-color: #111;
	z-index: 1001;
	opacity: 0.95;
}

.emph {
	font-weight: 700;
}

header .tickets {
	padding: 8px 16px;
	border-radius: 3px;
	color: #fff;
	margin-left: 12px;
	font-weight: 700;
	transition: color 0.25s, background-color 0.25s;
	flex-shrink: 0;
}

header .event-dates {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	header .event-dates {
		font-size: 12px;
		margin-left: 10px;
	}
}

header .sponsored {
	font-size: 10px;
	font-weight: 700;
	color: #999;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
	margin-right: 24px;
}

header .sponsored img {
	max-width: 124px;
	margin-left: 24px;
	display: block;
}

header .mobmenu {
	display: none;
	position: relative;
	height: 44px;
    width: 47px;
	margin-left: 20px;
	-webkit-appearance: none;
	border: 0;
	background: 0;
}

header .mobmenu:focus span {
	opacity: 0;
}

.mobmenu:before, .mobmenu:after, .mobmenu span {
    width: 37px;
	height: 2px;
	border-radius: 2px;
	background: #000;
	position: absolute;
	left: 0;
	opacity: 1;
	transition: opacity 0.25s, transform 0.25s 0.25s, top 0.25s;
}

.mobmenu:before {
	content: '';
	top: 10px;
}

.mobmenu:after {
	top: 32px;
	content: '';
}

.mobmenu span {
	top: 21px;
}

.mobmenu.show span {
	opacity: 0;
}

.mobmenu.show:before, .mobmenu.show:after {
	top: 21px;
}

.mobmenu.show:before {
	transform: rotate(45deg);
}

.mobmenu.show:after {
	transform: rotate(-45deg);
}

.presented-by img {
    margin: 0 0 0 12px;
}

.presented-by .fl-rich-text p {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    align-items: center;
}

.presented-by.intro-sponsor .fl-rich-text p {
	-webkit-justify-content: center;
	justify-content: center;
}

.pro-container {
    max-height: 240px;
    overflow: visible;
    position: relative;
    z-index: 99;
}

@media screen and (max-width: 767px) {
	.fl-rich-text li {
		list-style-position: inside;
	}
}

.fl-rich-text p, .fl-accordion-content p {
	margin: 8px 0;
}

.fl-rich-text li, .fl-accordion-content li {
	display: list-item;
	margin-left: 18px;
}

footer .cntr {
	padding: 70px 20px;
	-webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
}

footer .col {
	flex: 1 0 25%;
	padding: 0 20px;
}

footer .event-logo img {
	width: 100%;
	max-width: 160px;
}

.footer-events-menu {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.footer-events h4 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0;
	margin-top: 0;
}

footer {
	font-size: 14px;
	background-color: #000;
}

footer h4 {
	font-size: 14px;
	color: #fff;
	margin-top: 11px;
}

footer p {
	margin: 0 0 12px;
	font-family: "PT Serif", serif;
	color: #ccc;
}

footer p a {
	color: #fff;
	font-style: underline;
}


element.style {
    background: #3b5998;
}

footer .social a {
    padding: 2px 4px 2px 6px;
    width: 28px;
    height: 28px;
    text-align: center;
    margin: 4px 8px 0 0;
    float: left;
}

footer a {
	color: #fff;
	font-weight: 700;
	transition: color 0.25s;
}

footer i:before {
	font-size: 16px !important;
	line-height: 1.5  !important;
}

footer i, footer i:before {
	transition: none !important;
}

@media screen and (max-width: 980px) {
    .pro-container {
        max-height: 100%;
    }   
}

@media screen and (max-width: 767px) {
    .presented-by .fl-rich-text p {
        justify-content: center;
    }
}

@media screen and (max-width: 980px) {
	header nav {
		visibility: hidden;
		transition: background-color 0.25s, visibility 0.25s, opacity 0.25s;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: transparent;
		opacity: 0;
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	header .event-logo {
		display: none;
	}
	header .event-logo.mobile-size {
		display: block;
		margin-right: auto;
	}
	header nav ul {
		margin: auto;
		flex-direction: column;
		text-align: left;
	}
	header nav a {
		font-size: 18px;
		display: flex;
        align-items: center;
	}
	header .mobmenu {
		display: block;
	}
	header .mobmenu, header .event-logo, header .tickets, header .sponsored {
		z-index: 1002;
	}
	footer .cntr {
		flex-wrap: wrap;
	}
	footer .col.event-logo {
		flex: 0 1 100%;
		margin-bottom: 0;
	}
	footer .event-logo img {
		max-width: 160px;
		height: auto;
		margin-bottom: 8px;
	}
	.footer-events .social {
		display: flex;
		justify-content: center;
		margin-top: 8px;
	} 
	footer .social a {
		float: unset;
	}
	footer .col {
		flex: 0 1 33.33%;
		text-align: center;
	}
	.footer-events:last-of-type {
		margin-top: 0;
	}
}

@media screen and (max-width: 760px) {
	header .sponsored {
		flex-direction: column;
		align-items: flex-end;
		margin-right: 20px;
		font-size: 9px;
		line-height: 16px;
	}
	footer .col {
		flex: 0 1 100%;
		margin: 16px 0;
		text-align: center;
	}
}

@media screen and (max-width: 620px) {
	header .event-logo {
		width: 160px;
		margin-right: 0px;
	}
	header .sponsored { 
		margin-right: 16px;
		font-size: 8px;
		letter-spacing: 0;
	}
	header .tickets {
		padding: 4px 9px;
		border-radius: 3px;
		font-size: 11px;
	}
	header .cntr {
		padding: 20px 20px;
	}
	header .sponsored img {
		max-width: 60px;
		margin-left: 16px;
		margin-top: 2px;
		margin-bottom: 4px;
	}
	header .mobmenu {
		margin-left: 16px;
	}
}

/* Cookies */

#cookie-policy-popup{
	display: none;
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5em;
	z-index: 9999;
	color: rgb(255, 255, 255);
	background-color: rgb(0, 0, 0);
	max-width: 24em;
	bottom: 1em; right:1em;
	border-radius: 5px;
	padding: 20px;
	border: 2px solid #FFF;
}
#accept-cookie-policy-popup {
	width: 100%;
	text-align: center;
	margin: 15px 0 10px;
}
#accept-cookie-policy-popup a{
	border-radius: 5px;
	color: #FFF;
	background-color: #2DCCD3;
	padding: .4em .8em;
	font-size: .9em;
	font-weight: 700;
	border: 1px solid;
	text-align: center;
	white-space: nowrap;
	min-width: 140px;
}

@media(max-width: 420px){
	#cookie-policy-popup{
		left: 1em;
	}
	#cookie-policy-popup{
		max-width: 100%;
		font-size: 12px;
		padding: 15px;
	}
}

.pp-logos-wrapper {
	-webkit-justify-content: center;
	justify-content: center;
}

@media screen and (min-width: 510px) {
	.fl-module-button-group.twin-buttons .fl-button-group-button {
		margin: 0 12px;
	}
	.fl-button-group-buttons {
		column-gap: 0 !important;
	}
}


/* M360 Intro Quote */

.m360-intro .fl-module-content .fl-rich-text p,
.m360-intro .fl-module-content .fl-rich-text a,
.m360-intro .fl-module-content .fl-rich-text strong,
.m360-intro .fl-module-content .fl-rich-text li {
    font-family: 'Montserrat', sans-serif !important;
}

.m360-intro .fl-module-content .fl-rich-text p.intro-quote {
    display: flex;
	flex-wrap: nowrap;
	font-size: 21px;
	font-style: italic;
	line-height: 1.2em;
    font-weight: 600;
	margin-bottom: 2em;
}

.m360-intro .fl-module-content .fl-rich-text p.intro-quote:before,
.m360-intro .fl-module-content .fl-rich-text p.intro-quote:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	flex: 1 0 auto;
	background-repeat: no-repeat;
	background-size: contain;
}

.m360-intro .fl-module-content .fl-rich-text p.intro-quote::before {
	margin-right: 15px;
	background-image:url(../images/red-quote-left.png);
}

.m360-intro .fl-module-content .fl-rich-text p.intro-quote::after {
    margin-top: auto;
	margin-left: 15px;
	background-image:url(../images/red-quote-right.png);
}

/* M360 Intro Quote Numbering */

.m360-intro .fl-module-content .fl-rich-text ol {
    list-style: none;
    counter-reset: item;
}

.m360-intro .fl-module-content .fl-rich-text ol li {
    counter-increment: item;
    font-size: 18px;
	line-height: 1.5em;
	margin-left: 1em;
	margin-bottom: 1em;
}

.m360-intro .fl-module-content .fl-rich-text ol li:before {
	content: counter(item)'.';
	width: 1rem;
	font-weight: 600;
	color: #ed462f;
	text-align: center;
	display: inline-block;
	margin-right: 0.25rem;
}


/* Faked background behind logo (to refactor) */

header.show:before {
	content: "";
    display: block;
	height: 95px;
    z-index: 1002;
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
}

/* Event Notification Popup */

.event-notification-popup {
	position: relative;
	padding: 30px 30px 50px 30px;
	background: #FFF;
	width: auto;
	max-width: 600px;
	margin: 20px auto;
	text-align: center;
	display: flex;
}

.mfp-content {
	padding: 30px;
}

.mfp-hide {
	display: none !important;
}

.event-notification-popup .jwplayer {
	position: inherit;
}

.mfp-wrap .event-notification-popup .mfp-close {
	top: 10px !important;
	right: 4px !important;
	font-size: 3.2rem;
	top: -24px !important;
	right: -20px !important;
	background-color: #CCC !important;
	display: block;
	border-radius: 100px;
	opacity: 1;
	color: #000;
}
.mfp-wrap .event-notification-popup .mfp-close:hover {
	background-color: #CCC !important;
}

@media screen and (max-width: 640px) {
	.event-notification-popup {
		width: 100%;
		height: auto;
	}
}