/******************************************************************
Site Name: FCAC 2022
Author: Hody Hong

******************************************************************/
/**************
COLOURS
**************/
/* =================
  OTHER VARIABLES
================== */

@font-face {
font-family: 'Atlas Grotesk Web';
src: url("../font/AtlasGrotesk-BoldItalic-Web.woff2") format("woff2"), url("../font/AtlasGrotesk-BoldItalic-Web.woff") format("woff");
font-weight: 700;
font-style: italic;
font-stretch: normal;
}

.AtlasGrotesk-BoldItalic-Web {
	font-family: 'Atlas Grotesk Web';
	font-weight: 700;
	font-style: italic;
	font-stretch: normal;
}

@font-face {
font-family: 'Atlas Grotesk Web';
src: url("../font/AtlasGrotesk-Bold-Web.woff2") format("woff2"), url("../font/AtlasGrotesk-Bold-Web.woff") format("woff");
font-weight: 700;
font-style: normal;
font-stretch: normal;
}

.AtlasGrotesk-Bold-Web {
	font-family: 'Atlas Grotesk Web';
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
font-family: 'Atlas Grotesk Web';
src: url("../font/AtlasGrotesk-MediumItalic-Web.woff2") format("woff2"), url("../font/AtlasGrotesk-MediumItalic-Web.woff") format("woff");
font-weight: 500;
font-style: italic;
font-stretch: normal;
}

.AtlasGrotesk-MediumItalic-Web {
	font-family: 'Atlas Grotesk Web';
	font-weight: 500;
	font-style: italic;
	font-stretch: normal;
}

@font-face {
font-family: 'Atlas Grotesk Web';
src: url("../font/AtlasGrotesk-Medium-Web.woff2") format("woff2"), url("../font/AtlasGrotesk-Medium-Web.woff") format("woff");
font-weight: 500;
font-style: normal;
font-stretch: normal;
}

.AtlasGrotesk-Medium-Web {
	font-family: 'Atlas Grotesk Web';
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
font-family: 'Sharp Grotesk';
src: url("../font/SharpGroteskBold15.woff2") format("woff2"), url("../font/SharpGroteskBold15.woff") format("woff");
font-weight: 700;
font-style: normal;
font-stretch: normal;
}

@font-face {
font-family: 'Sharp Grotesk';
src: url("../font/SharpGroteskBoldItalic15.woff2") format("woff2"), url("../font/SharpGroteskBoldItalic15.woff") format("woff");
font-weight: 700;
font-style: italic;
font-stretch: normal;
}

* {
	font-family: "Atlas Grotesk Web", Sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.225;
}

* strong, * b {
	font-weight: 700;
	font-style: inherit;
}

* em, * i {
	font-style: italic;
	font-weight: inherit;
}

h1 {
	font-size: 120px;
	line-height: 1;
}

h2 {
	font-size: 80px;
}

.single-tribe_events .wp-block-column.has-background h1 {
	font-size: 80px;
}

h3 {
	font-size: 40px;
	line-height: 1.1;
}

h4 {
	font-size: 32px;
	line-height: 1.35;
	margin-top: 0;
}

h5, h6 {
	font-weight: 700;
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Sharp Grotesk", Sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 0;
	overflow-wrap: normal;
}

a {
	color: #000;
}

.menu li {
	list-style: none;
}

.menu a {
	text-decoration: none;
}

p {
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1.35;
}

.partners p, figcaption {
	font-size: 15px;
	color: #6B6B6B;
}

.ft_ep_buttonRow button, button.ft_button, body:not(.wp-admin) a.button, a.wp-block-button__link {
	padding: 10px 20px;
	-webkit-border-radius: 30px !important;
	-ms-border-radius: 30px !important;
	-o-border-radius: 30px !important;
	-border-radius: 30px !important;
	border-radius: 30px !important;
	text-decoration: none;
	display: inline-block;
	height: 50px;
	box-sizing: border-box;
	vertical-align: middle;
	line-height: 30px;
}

.ft_ep_buttonRow button:hover, button.ft_button:hover, body:not(.wp-admin) a.button:hover, a.wp-block-button__link:hover {
	background: #000;
	color: white;
}

.ft_ep_buttonRow button:hover svg path, button.ft_button:hover svg path, body:not(.wp-admin) a.button:hover svg path, a.wp-block-button__link:hover svg path {
	stroke: white;
}

.ft_ep_buttonRow button svg, button.ft_button svg, body:not(.wp-admin) a.button svg, a.wp-block-button__link svg {
	height: 30px;
	margin-left: 25px;
	float: right;
}

.ft_ep_buttonRow button svg path, button.ft_button svg path, body:not(.wp-admin) a.button svg path, a.wp-block-button__link svg path {
	stroke: #000;
}

button.ft_button {
	padding: 0;
	width: 200px !important;
	height: 40px;
	border: none;
	margin-top: -3px;
	color: black;
	background: #FA541F;
}

li.button.has-fca-orange-background-color {
	background-color: transparent;
}

li.button.has-fca-orange-background-color a {
	background-color: #FA541F;
}

li.button a {
	-webkit-border-radius: 30px !important;
	-ms-border-radius: 30px !important;
	-o-border-radius: 30px !important;
	-border-radius: 30px !important;
	border-radius: 30px !important;
}

li.button a:hover {
	background: #000;
	color: white;
}

a.cta span {
	display: block;
	background: #000 url(../images/arrow.svg) no-repeat center center;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50px !important;
	-ms-border-radius: 50px !important;
	-o-border-radius: 50px !important;
	-border-radius: 50px !important;
	border-radius: 50px !important;
}

a.cta:hover span {
	background: #FA541F url(../images/arrow-black.svg) no-repeat center center;
	background-size: 22px;
}

nav.cta .nav-links {
	display: table;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}

nav.cta .nav-links .current {
	color: #6B6B6B;
}

nav.cta .page-numbers {
	display: inline-block;
	background: transparent;
	width: 50px;
	height: 50px;
	color: #000;
	text-decoration: none;
	vertical-align: middle;
	line-height: 50px;
	text-align: center;
	margin: 15px;
}

nav.cta .page-numbers.next, nav.cta .page-numbers.prev {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: transparent url(../images/arrow-black.svg) no-repeat center center;
	background-size: 22px;
}

nav.cta .page-numbers.prev {
	transform: rotate(180deg);
}

nav.cta a span {
	display: none;
}

span.close {
	cursor: pointer;
	display: block;
	background: #000 url(../images/close.svg) no-repeat center center;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50px !important;
	-ms-border-radius: 50px !important;
	-o-border-radius: 50px !important;
	-border-radius: 50px !important;
	border-radius: 50px !important;
}

.image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

iframe {
	width: 100%;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wFormContainer {
	width: 100%;
}

.wFormContainer .wFormHeader, .wFormContainer .wFormFooter, .wFormContainer .supportInfo {
	display: none !important;
}

.wFormContainer .wForm {
	background: transparent !important;
	width: 100%;
	flex-direction: row !important;
}

.wFormContainer .wForm form {
	padding: 0 !important;
	max-width: 100%;
}

.wFormContainer .wForm form .section.group {
	padding: 0;
	margin: 0;
	border: none !important;
	display: flex;
	flex-wrap: wrap;
}

.wFormContainer .wForm form .section.group label {
	display: none;
}

.wFormContainer .wForm form .section.group .oneField {
	margin: 0;
	padding: 0;
}

.wFormContainer .wForm form .section.group #tfa_1-D.oneField:nth-child(1), .wFormContainer .wForm form .section.group #tfa_2-D.oneField:nth-child(2) {
	width: calc(50% - 10px) !important;
	margin-right: 10px !important;
}

.wFormContainer .wForm form .section.group #tfa_2-D.oneField:nth-child(2) {
	margin-right: 0 !important;
	margin-left: 10px;
}

.wFormContainer .wForm form .section.group #tfa_2-D.oneField:nth-child(2) input#tfa_2 {
	width: 100% !important;
}

.wFormContainer .wForm form .section.group #tfa_3-D.oneField:nth-child(3), .wFormContainer .wForm form .section.group #tfa_5-D.oneField:nth-child(4) {
	width: calc(70% - 10px) !important;
	margin-right: 10px !important;
}

.wFormContainer .wForm form .section.group #tfa_5-D.oneField:nth-child(4) {
	width: calc(30% - 10px) !important;
	margin-right: 0 !important;
	margin-left: 10px;
}

.wFormContainer .wForm form .section.group #tfa_5-D.oneField:nth-child(4) input#tfa_2 {
	width: 100% !important;
}

.wFormContainer .wForm form .section.group .oneField .inputWrapper {
	width: 100%;
}

.wFormContainer .wForm form .section.group .oneField input {
	-webkit-border-radius: 30px !important;
	-ms-border-radius: 30px !important;
	-o-border-radius: 30px !important;
	-border-radius: 30px !important;
	border-radius: 30px !important;
	background: rgba(0, 0, 0, 0.1) !important;
	border: none !important;
	color: #6B6B6B !important;
	padding: 10px 20px !important;
	height: 50px !important;
	color: #6B6B6B !important;
	font-family: 'Atlas Grotesk Web' !important;
	font-size: 16px !important;
}

.wFormContainer .wForm form .section.group .oneField:last-child input#tfa_5 {
	width: 120px !important;
}

.wFormContainer .wForm form .actions {
	border: none;
	padding: 0;
}

.wFormContainer .wForm form .actions input.primaryAction {
	color: white !important;
	background: black !important;
	-webkit-border-radius: 30px !important;
	-ms-border-radius: 30px !important;
	-o-border-radius: 30px !important;
	-border-radius: 30px !important;
	border-radius: 30px !important;
	height: 50px;
	font-family: 'Atlas Grotesk Web' !important;
	font-size: 16px !important;
	padding: 10px 20px !important;
}

#popmake-23779, #popmake-14962 {
	background: #8BCDE0;
	border-radius: 30px;
	padding: 30px;
}

#popmake-23779 .wFormContainer, #popmake-14962 .wFormContainer {
	max-width: 100%;
}

#popmake-23779 .popmake-close, #popmake-14962 .popmake-close {
	right: 20px !important;
	top: 30px !important;
	font-size: 40px !important;
}

.ft_ed_headerRow, .ft_ed_timeRow, .ft_ep_headerRow, .ft_ep_priceRow {
	background: transparent !important;
	text-transform: none !important;
	padding: 10px 0;
	color: black !important;
	height: 20px !important;
	box-sizing: content-box;
}

.ft_codesHeading {
	height: auto !important;
}

#ft_ed_intro {
	background: none !important;
	border: none !important;
	width: 100%;
}

.ft_ed_timeRow, .ft_ep_priceRow {
	border-color: black !important;
}

.ft_ed_timeRow.ft_additions, .ft_ep_priceRow.ft_additions {
	border-top: none;
}

.ft_ed_buy, .ft_ep_qty {
	padding-bottom: 20px;
}

.ft_pricing input[type=text], .ft_pricing input[type=email], .ft_pricing textarea, select.form-control {
	height: 40px;
	margin: 10px 0 20px;
	border: none !important;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 20px;
}

#ft_pricingQuestionsHeading, .ft_ep_headerRow.ft_donations {
	height: auto !important;
	border-bottom: 1px solid black;
	padding: 0 0 20px 0 !important;
	margin-bottom: 20px;
}

#ft_pricingQuestionsHeading .ft_ep_text, .ft_ep_headerRow.ft_donations .ft_ep_text {
	padding-left: 0 !important;
}

.ft_ep_priceRow {
	height: 70px !important;
}

.ft_ep_priceRow .ft_ep_type {
	line-height: 50px;
}

.ft_radio input[type=radio] + label, .ft_radio input[type=checkbox] + label {
	background: black !important;
	color: white !important;
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	padding: 9px 20px !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border: none !important;
	margin-right: 20px !important;
	margin-top: 20px !important;
}

.ft_radio input[type=radio]:checked + label, .ft_radio input[type=checkbox]:checked + label {
	background: #FA541F !important;
	color: black !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border: none;
}

.ft_ep_buttonRow {
	border: none !important;
}

.ft_ep_buttonRow button {
	background: #FA541F;
	border: none !important;
}

.ft_fcItemTitle, .ft_fcItemDetails, .ft_fcItemType {
	width: 250px !important;
}

#ft_fcFooter #ft_fcLogo, #ft_fcFooter .ft_timeout {
	position: static;
}

#ft_fcFooter .ft_timeout {
	padding: 10px;
	clear: both;
}

#ft_fcFooter .ft_timeout .ft_hideMobile {
	font-size: 10px;
}

.pum-theme-acknowledgment-black-background.pum-active {
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.pum-theme-acknowledgment-black-background.pum-active .pum-container {
	position: static !important;
	margin: auto !important;
}

.pum-theme-acknowledgment-black-background.pum-active .pum-content + .pum-close {
	padding-left: 40px !important;
	padding-right: 40px !important;
	font-size: 18px;
	line-height: 21.6px;
	height: 64px;
	border-radius: 50px;
	position: static;
	margin: 60px auto 0 !important;
	display: block;
	transform: none;
}

.popmake-content {
	outline: none;
}

.popmake-content h3 {
	line-height: 1.1;
}

img.round-radius {
	-webkit-border-radius: 20px !important;
	-ms-border-radius: 20px !important;
	-o-border-radius: 20px !important;
	-border-radius: 20px !important;
	border-radius: 20px !important;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

/* =============================================================================
  MENU TOGGLE SWITCHES
============================================================================= */
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `cmn-toggle-switch` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */

.cmn-toggle-switch {
	z-index: 1000;
	display: block;
	position: absolute;
	right: 10px;
	top: 8px;
	margin: 0px 0 0 0;
	padding: 0;
	width: 40px;
	height: 40px;
	font-size: 0;
	text-indent: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: 30px;
	border: none;
	cursor: pointer;
	overflow: hidden;
	background: transparent;
}

.cmn-toggle-switch span {
	display: block;
	position: absolute;
	top: 19px;
	left: 10px;
	height: 4px;
	background: #000;
	width: calc(100% - 20px);
	text-indent: 10000px;
	border-radius: 4px;
}

.cmn-toggle-switch span::before, .cmn-toggle-switch span::after {
	border-radius: 4px;
	height: 4px;
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	background-color: #000;
	content: "";
}

.cmn-toggle-switch span::before {
	top: 6px;
}

.cmn-toggle-switch span::after {
	bottom: 6px;
}

.cmn-toggle-switch.active {
	background: black;
	right: 20px;
	top: 20px;
}

.cmn-toggle-switch.active span {
	background-color: transparent;
	top: 19px;
	left: 10px;
}

.cmn-toggle-switch.active span:before {
	transform: rotate(45deg);
	background: white;
}

.cmn-toggle-switch.active span:after {
	transform: rotate(-45deg);
	background: white;
}

.cmn-toggle-switch.active span:after, .cmn-toggle-switch.active span:before {
	top: 0;
	height: 2px;
}

.cmn-toggle-switch:focus {
	outline: none;
	box-sizing: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15) !important;
}

.cmn-toggle-switch span, .cmn-toggle-switch span:before, .cmn-toggle-switch span:after {
	transition: all 0.2s ease-in-out;
}

iframe {
	margin-bottom: 30px;
}

.icons {
	padding-top: 30px;
}

.icons img {
	max-width: 40px;
	margin-right: 20px;
}

.captchaHelp {
	display: none !important;
}

.page-template-whats-on h2.title {
	display: none;
}

.responsive-h2 {
	font-size: 40px;
}

@media only screen and (min-width: 768px) {
	.responsive-h2 {
		font-size: 60px;
	}
}
  @media only screen and (min-width: 1024px) {
	.responsive-h2 {
		font-size: 72px;
	}
}
  @media only screen and (min-width: 1400px) {
	.responsive-h2 {
		font-size: 80px;
	}
}
.whats-on-container {
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 20px;
	background: #C4C62F;
	display: flex;
	flex-direction: column;
}

.whats-on-container.venues {
	background: #FA541F;
}

.whats-on-container .results-updated p:last-child {
	margin-bottom: 0;
}

.whats-on-container .results-updated h6 {
	margin-bottom: 0;
	margin-top: 30px;
}

@media only screen and (min-width: 1024px) {
	.whats-on-container .results-updated h6 {
		margin-top: 60px;
	}
}
  @media only screen and (min-width: 1024px) {
	.whats-on-container {
		padding: 30px;
		margin-bottom: 40px;
	}
}
.events {
	margin: 0 -20px;
}

.events .event {
	margin: 20px;
}

.events .event .loadBg {
	background-color: transparent !important;
}

.events .event img {
	transition: opacity 0.2s ease-in-out;
	opacity: 1 !important;
}

.events .event .excerpt {
	word-break: break-word;
}

.events ul.pagination {
	text-align: center;
	width: 100%;
	display: table;
	padding: 0;
	margin-bottom: 30px;
}

.events ul.pagination li {
	display: inline-block;
	list-style: none;
}

.events ul.pagination li a {
	display: inline-block;
	cursor: pointer;
	color: black;
	text-align: center;
	vertical-align: center;
	display: block;
	background: transparent;
	line-height: 50px;
	width: 50px;
	height: 50px;
	margin: 15px;
}

.events ul.pagination li a:hover {
	color: black;
}

.events ul.pagination li.active a {
	color: #6B6B6B;
}

.events ul.pagination li.next a, .events ul.pagination li.previous a {
	background: transparent url(../images/arrow-black.svg) no-repeat center center;
	background-size: 24px 24px;
    /* &:hover {
	  	 	background: $orange url(../images/arrow-black.svg) no-repeat center center !important;
	  	 	background-size: 24px 24px !important;
	  	 }*/
}

.events ul.pagination li.previous a {
	transform: rotate(180deg);
}

.events ul.pagination li.disabled {
	display: none;
}

.events ul.pagination li.disabled a.prev:hover, .events ul.pagination li.disabled a.next:hover {
	background: #000 url(../images/arrow.svg) no-repeat center center !important;
	background-size: 24px 24px !important;
}

@keyframes load {
100% {
	transform: rotatez(360deg);
}
}

.loader {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	left: 50%;
	margin-left: -50px;
	margin-top: 20px;
}

.loader::before {
	content: "";
	color: white;
	height: 50px;
	width: 50px;
	background: transparent;
	border-radius: 50%;
	border: 10px solid transparent;
	border-color: #000 #000 transparent transparent;
	animation: load .6s infinite;
}

.whats-on-desktop ul.time-select {
	list-style: none;
	margin: 0;
	padding: 0;
}

.whats-on-desktop ul.time-select li {
	color: #000;
	transition: opacity 0.2s ease-in-out;
	line-height: 1;
	margin-top: 0;
}

@media only screen and (min-width: 1024px) {
	.whats-on-desktop ul.time-select li {
		font-size: 72px;
	}
}
    @media only screen and (min-width: 1400px) {
	.whats-on-desktop ul.time-select li {
		font-size: 80px;
	}
}
    .whats-on-desktop ul.time-select li a {
	font-size: inherit;
	color: inherit;
	display: block;
	line-height: 1;
	margin-top: 0;
	font-family: 'Sharp Grotesk';
	text-decoration: none;
	opacity: 0.5;
}

.whats-on-desktop ul.time-select li a:hover, .whats-on-desktop ul.time-select li a.active {
	opacity: 1;
}

.whats-on-desktop ul.categories-select {
	list-style: none;
	margin: 0;
	padding: 60px 40px 60px 0;
}

.whats-on-desktop ul.categories-select li {
	color: #000;
	line-height: 43.2px;
	display: inline-block;
	float: left;
	margin: 0 10px 10px 0;
	font-family: 'Atlas Grotesk Web';
	background: #FFF;
	border-radius: 2em;
	font-size: 32px;
}

.whats-on-desktop ul.categories-select a {
	font-size: inherit;
	color: inherit;
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	padding: 3px 27px;
	border-radius: 2em;
}

.whats-on-desktop ul.categories-select a.active {
	background: #979594;
}

.page-id-28 ul.categories-select {
	padding: 92px 40px 60px 0;
}

.rmsc.single .clear-selected-button {
	display: none !important;
}

.rmsc.multi-select {
	margin-top: 12px;
	--rmsc-main: transparent;
	--rmsc-hover: transparent;
	--rmsc-selected: transparent;
	--rmsc-border: transparent;
	--rmsc-gray: transparent;
	--rmsc-bg: #fff;
}

.rmsc.multi-select .arrow {
	width: 16px;
	height: auto;
	top: -3px;
	transition: all 0.2s ease-in-out;
	position: relative;
}

.rmsc.multi-select .clear {
	width: 12px;
	height: auto;
	margin-right: 16px;
}

.rmsc.multi-select .options {
	max-height: none;
}

.rmsc.multi-select .item-renderer input {
	display: none;
}

.rmsc.multi-select .dropdown-content {
	border-radius: 0 0 19px 19px;
}

.rmsc.multi-select .dropdown-content {
	margin: 0;
	padding-top: 0;
	display: block !important;
}

.rmsc.multi-select .dropdown-content .panel-content {
	border: none !important;
	box-shadow: none !important;
	padding: 20px;
}

.rmsc.multi-select .dropdown-content .select-item {
	padding: 11px 0;
	font-size: 15px;
	border-bottom: 1px solid #C4C4C4;
	background-size: 7px 7px !important;
	background-position: left center;
}

.rmsc.multi-select .dropdown-content .select-item.selected {
	padding-left: 16px;
	background-size: 7px 7px !important;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.rmsc.multi-select .dropdown-content .select-item:hover {
	background-size: 7px 7px !important;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.rmsc.multi-select .dropdown-content .select-item:active {
	background: none;
	background-position: left center;
}

.rmsc.multi-select .gray {
	color: #000;
}

.rmsc.multi-select li {
	transition: all 0.2s ease-in-out;
	font-family: 'Atlas Grotesk Web';
	font-weight: 700;
}

.rmsc.multi-select li:hover .select-item {
	padding-left: 16px;
	background-size: 7px 7px;
	background-position: left center;
}

.rmsc.multi-select li:last-child .select-item {
	border-bottom: none;
}

.rmsc.multi-select .dropdown-container {
	border-radius: 19px;
	border: none;
	background: #FFF;
	font-family: 'Atlas Grotesk Web';
	font-weight: 700;
	font-size: 15px;
	transition: none;
}

.rmsc.multi-select .dropdown-container[aria-expanded=true] {
	border-radius: 19px 19px 0 0;
}

.rmsc.multi-select .dropdown-container[aria-expanded=true] .arrow {
	transform: rotate(180deg);
	top: 2px;
}

.rmsc.multi-select .dropdown-container[aria-expanded=true] .dropdown-content .panel-content {
	background: #F4F0EC;
	border-radius: 0 0 19px 19px;
}

.rmsc.multi-select .dropdown-container:focus-within {
	box-shadow: none;
	border: none;
	background: #F4F0EC;
}

.rmsc.multi-select .dropdown-container .dropdown-heading {
	margin: 0;
	padding: 11px 20px;
}

.mobile {
	display: none;
}

html {
	margin: 0;
}

body {
	margin: 40px;
}

.pure-u-1 {
	float: left;
}

header.main, article.main, footer.main {
	margin: auto;
}

header.main:after, article.main:after, footer.main:after {
	content: '';
	display: table;
	clear: both;
}

header.main.open {
	height: calc(100vh + 203px);
}

header.main #logo img, header.main #logo svg {
	width: 280px;
	height: 155px;
	margin-bottom: 100px;
}

header.main .menu.top-menu-container {
	position: fixed;
	right: 40px;
	top: 50px;
}

header.main .menu ul {
	margin: 0;
	padding: 0;
}

header.main .menu .top-menu li {
	float: right;
}

header.main .menu .top-menu li a {
	padding: 10px 20px;
	margin: 0 0 0 40px;
}

header.main .menu .main-menu {
	height: a;
	margin-bottom: 25px;
}

header.main .menu .main-menu:after {
	content: '';
	display: table;
	clear: both;
}

header.main .menu .main-menu .sub-menu {
	-webkit-border-radius: 20px !important;
	-ms-border-radius: 20px !important;
	-o-border-radius: 20px !important;
	-border-radius: 20px !important;
	border-radius: 20px !important;
	display: block;
	width: calc(100vw - 80px);
	height: calc( 100vh - 140px);
	padding: 30px;
	margin-top: 25px;
	box-sizing: border-box;
	position: absolute;
	left: 40px;
	z-index: 10;
}

header.main .menu .main-menu .sub-menu > li.current-menu-item a, header.main .menu .main-menu .sub-menu > li > a:hover {
	left: 25px;
	position: relative;
}

header.main .menu .main-menu .sub-menu > li.current-menu-item a:before, header.main .menu .main-menu .sub-menu > li > a:hover:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	position: absolute;
	left: -20px;
	top: calc(50% - 5px);
	z-index: 1000;
	background: black;
}

header.main .menu .main-menu .sub-menu .contact {
	position: absolute;
	left: 40px;
	bottom: 40px;
	color: black;
}

header.main .menu .main-menu .sub-menu span.close {
	position: absolute;
	right: 40px;
	top: 40px;
}

header.main .menu .main-menu .sub-menu .extra {
	position: absolute;
	right: 40px;
	bottom: 40px;
	width: calc(100% / 12 * 5);
	color: black;
}

header.main .menu .main-menu .sub-menu .extra > img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	-webkit-border-radius: 20px !important;
	-ms-border-radius: 20px !important;
	-o-border-radius: 20px !important;
	-border-radius: 20px !important;
	border-radius: 20px !important;
}

header.main .menu .main-menu .sub-menu .extra > .description {
	display: block;
	max-width: 50%;
}

header.main .menu .main-menu .sub-menu a {
	color: black;
	font-size: 32px;
	line-height: 43.2px;
}

header.main .menu .main-menu > li {
	float: left;
}

header.main .menu .main-menu > li > a {
	color: #6B6B6B;
	padding: 10px 0px 20px;
	margin: 0 40px 0 0px;
	border-bottom: 4px solid transparent;
}

header.main .menu .main-menu > li:hover > a, header.main .menu .main-menu > li.current-menu-item > a, header.main .menu .main-menu > li.current-menu-parent > a {
	color: #000;
	border-bottom-width: 6px;
}

header.main .menu .main-menu img, header.main .menu .main-menu .description, header.main .menu .main-menu .sub-menu {
	display: none;
}

header.main .menu .main-menu .menu-item.no-back {
	background: transparent;
}

.logged-in.admin-bar header.main {
	top: 32px;
}

.logged-in.admin-bar header.main .menu.top-menu-container {
	top: 80px;
}

.logged-in.admin-bar.stick header.main .menu.top-menu-container {
	top: 62px;
}

.results-updated {
	max-width: 65%;
}

.stick header.main {
	position: fixed;
	background: white;
	top: 0;
	z-index: 10000;
	width: 100%;
	height: 75px;
}

.stick header.main #logo {
	display: none;
}

.stick header.main .main-menu-container {
	margin-top: 30px;
}

.stick header.main .main-menu-container .sub-menu {
	left: 0;
}

.stick header.main .menu.top-menu-container {
	top: 28px;
	width: 29%;
	min-width: 360px;
}

@media only screen and (max-width: 1100px) {
	.stick header.main .menu.top-menu-container {
		display: none;
	}
}
    .stick header.main .menu.top-menu-container .top-menu {
	position: relative;
	float: right;
}

.stick header.main .menu.top-menu-container .top-menu:before {
	content: '';
	border: none;
	border-left: 1px solid black;
	height: 50px;
	position: absolute;
	top: -15px;
}

.stick article.main {
	margin-top: 340px;
}

footer.main {
	-webkit-border-radius: 20px !important;
	-ms-border-radius: 20px !important;
	-o-border-radius: 20px !important;
	-border-radius: 20px !important;
	border-radius: 20px !important;
	position: relative;
	padding: 30px;
}

footer.main #footer-logo img, footer.main #footer-logo svg {
	width: 172px;
	height: 101px;
}

footer.main .social {
	position: absolute;
	bottom: 30px;
}

footer.main .footer-menu {
	margin: 0 0 60px;
	padding: 0;
	overflow: hidden;
}

footer.main .footer-menu > li {
	float: left;
	width: calc(100% / 7 * 2);
}

footer.main .footer-menu > li a {
	font-weight: 700;
	text-decoration: none;
}

footer.main .footer-menu > li ul {
	padding: 30px 0 0;
}

footer.main .footer-menu > li li a {
	color: #6B6B6B;
	text-decoration: underline;
}

footer.main .footer-menu li {
	list-style: none;
}

footer.main div.contact {
	width: calc(100% / 7 * 2);
	float: left;
}

footer.main div .address {
	font-weight: 700;
	padding-right: 60px;
}

footer.main div.news {
	width: calc(100% / 7 * 4);
	float: left;
}

footer.main div.news h5 {
	margin: 0;
}

footer.main div.news a.button.subscribe {
	margin-top: 30px;
}

.social a {
	color: #6B6B6B;
	text-decoration: none;
	padding-right: 20px;
	height: 30px;
	display: inline-block;
}

.social a span {
	display: none;
}

.social a i {
	font-size: 30px;
}

article.main img {
	/*	opacity: 0;
	&.loaded {
		opacity: 1;
		transition: opacity 0.3s;
		-webkit-transition: opacity 0.3s;
	}*/
}

article.main .content > p, article.main .content > ul, article.main .content > ol, article.main .content > blockquote {
	max-width: 1015px;
}

.blog .events, .archive .events {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	top: -20px;
}

.details .sponsors img {
	height: 35px;
	margin: 10px 20px;
	border-radius: 0 !important;
	mix-blend-mode: multiply;
}

@media only screen and (max-width: 1440px) {
	header.main .menu .top-menu li a {
		margin: 0 0 0;
	}
}

@media only screen and (max-width: 1200px) {
	header.main .menu .main-menu > li > a {
		margin-right: 20px !important;
	}
}

@media only screen and (max-width: 759px) {
	.mobile {
		display: block;
	}
	
	.mobile.menu {
		display: none;
	}
	
	body {
		margin: 20px;
	}
	
	.stick header.main {
		left: 0;
		height: 60px !important;
	}
	
	.stick header.main .menu.mobile {
		left: 0px;
		top: 0px;
		box-sizing: border-box;
		height: 100vh;
		width: 100%;
	}
	
	.stick header.main #logo {
		display: block;
		margin-left: 20px;
		top: 20px;
	}
	
	.stick header.main #logo svg {
		width: 17% !important;
		margin-bottom: 0;
	}
	
	.stick header.main .main-menu-container {
		padding: 0px;
		margin-top: 0;
	}
	
	.stick article.main {
		margin-top: 180px;
	}
	
	.stick.open header.main #logo svg {
		width: 50% !important;
		margin-bottom: 100px !important;
	}
	
	.logged-in.admin-bar header.main {
		top: 0;
	}
	
	.logged-in.admin-bar header.main .cmn-toggle-switch {
		right: 10px;
		top: 53px;
	}
	
	.logged-in.admin-bar.stick header.main .cmn-toggle-switch {
		top: 10px;
	}
	
	header.main #logo {
		z-index: 999;
		position: relative;
	}
	
	header.main #logo svg, header.main #logo img {
		width: 50% !important;
		height: auto;
	}
	
	header.main.open {
		height: auto;
	}
	
	header.main .menu {
		display: none;
	}
	
	header.main .menu.mobile {
		position: relative;
		left: -20px;
		top: -20px;
		padding: 20px;
		height: 100%;
		width: calc(100% + 40px);
		z-index: 998;
		min-height: 100vh;
		box-sizing: border-box;
	}
	
	header.main .menu.mobile .main-menu-container .main-menu {
		overflow-y: scroll;
		height: 65vh;
	}
	
	header.main .menu.mobile .main-menu-container .main-menu > li {
		clear: both;
	}
	
	header.main .menu.mobile .main-menu-container .main-menu > li.current-menu-item, header.main .menu.mobile .main-menu-container .main-menu > li.current-menu-parent {
		margin-bottom: 40px;
	}
	
	header.main .menu.mobile .main-menu-container .main-menu > li.open > a, header.main .menu.mobile .main-menu-container .main-menu > li.current-menu-parent > a {
		border-bottom-width: 6px !important;
		border-bottom-style: solid !important;
	}
	
	header.main .menu.mobile .main-menu-container .main-menu > li:hover a {
		border: none;
	}
	
	header.main .menu.mobile .main-menu-container .main-menu > li > a {
		font-size: 30px;
		line-height: 1.3;
		color: black;
	}
	
	header.main .menu.mobile .main-menu-container .main-menu .sub-menu {
		width: 100%;
		height: auto;
		background: transparent;
		position: static;
		padding: 0;
		margin-bottom: 30px;
	}
	
	header.main .menu.mobile .main-menu-container .main-menu .sub-menu > .extra, header.main .menu.mobile .main-menu-container .main-menu .sub-menu > .close, header.main .menu.mobile .main-menu-container .main-menu .sub-menu > .contact {
		display: none;
	}
	
	header.main .menu.mobile .top-menu-container {
		position: absolute;
		bottom: 10px;
		left: 0;
		padding: 20px;
		box-sizing: border-box;
		width: 100%;
	}
	
	header.main .menu.mobile .top-menu-container > ul {
		display: flex;
		flex-direction: row-reverse;
		width: 100%;
		justify-content: space-between;
	}
	
	header.main .menu.mobile .top-menu-container > ul.top-menu li a {
		margin: 0;
	}
	
	header.main .menu.mobile .top-menu-container > ul.top-menu li:last-child a {
		padding-left: 0;
	}
	
	footer.main {
		padding: 20px;
	}
	
	footer.main #footer-logo {
		display: none;
	}
	
	footer.main .footer-menu > li {
		width: 50%;
	}
	
	footer.main #menu-footer-menu {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	
	footer.main #menu-footer-menu > li {
		margin-bottom: 20px;
		width: 50%;
	}
	
	footer.main #menu-footer-menu > li ul {
		padding-top: 20px;
	}
	
	footer.main .contact {
		width: 100% !important;
		border-bottom: 1px solid black;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	footer.main .news {
		margin-bottom: 80px;
		width: 100% !important;
	}
	
	footer.main .social {
		width: calc(100% - 40px);
		display: table;
		text-align: center;
	}
	
	.has-background {
		padding: 20px;
	}
	
	.single-tribe_events .block.slider ul, .single-tribe_events .block.slider ul li {
		height: calc(100vw / 16 * 11) !important;
	}
	
	.single-tribe_events .block.slider ul li .image {
		height: 80% !important;
	}
	
	.single-tribe_events .block.slider ul li .image img {
		height: 100% !important;
		width: 100% !important;
		object-fit: cover;
		position: static !important;
		-webkit-border-radius: 20px !important;
		-ms-border-radius: 20px !important;
		-o-border-radius: 20px !important;
		-border-radius: 20px !important;
		border-radius: 20px !important;
	}
	
	.single-tribe_events .block.slider ul li .image h5 {
		bottom: -50px;
		font-size: 12px;
		width: 100%;
		right: 0;
		left: auto;
		text-align: right;
		padding-right: 0;
	}
	
	h1, h2 {
		font-size: 60px !important;
		margin-bottom: 40px;
	}
	
	h3 {
		font-size: 30px;
	}
	
	.wp-block-columns {
		font-size: 8px;
		margin-bottom: 20px !important;
	}
	
	.wp-block-columns.has-background {
		padding-top: 2.375em;
	}
	
	.wp-block-columns .wp-block-column {
		margin: auto;
	}
	
	.wp-block-columns .wp-block-column.has-background {
		padding: 20px;
	}
	
	.block.colour-banner article {
		flex-direction: column;
	}
	
	.block.colour-banner article > img, .block.colour-banner article > section {
		width: 100%;
	}
	
	.block.colour-banner article > img {
		margin-bottom: 20px;
	}
	
	.block.colour-banner article > section {
		padding: 20px;
		margin: 0 20px 20px 0;
	}
	
	.block.colour-banner article > section .description {
		max-width: 100%;
	}
	
	.block.colour-banner article > section.low h2 {
		margin-bottom: 20px;
	}
	
	.block.slider {
		margin-bottom: 20px !important;
	}
	
	.block.slider ul {
		height: 520px;
	}
	
	.block.slider ul li {
		height: 520px;
	}
	
	.block.slider ul li a.image, .block.slider ul li div.image {
		height: calc((100vw - 40px) / 1.6) !important;
	}
	
	.block.slider ul li a.image img, .block.slider ul li div.image img {
		-webkit-border-radius: 20px !important;
		-ms-border-radius: 20px !important;
		-o-border-radius: 20px !important;
		-border-radius: 20px !important;
		border-radius: 20px !important;
	}
	
	.block.slider ul li a article, .block.slider ul li div article {
		width: 100%;
		padding: 0 !important;
		left: 0 !important;
		bottom: auto !important;
		top: calc(100vw / 1.6);
	}
	
	.block.slider.single-banner ul li a article {
		width: 100%;
		padding-bottom: 80px !important;
	}
	
	.block.slider.single-banner ul li a article span {
		right: 0;
		bottom: 0;
	}
	
	.block.event-cta {
		padding: 20px;
		background: #F4F0EC;
		-webkit-border-radius: 20px !important;
		-ms-border-radius: 20px !important;
		-o-border-radius: 20px !important;
		-border-radius: 20px !important;
		border-radius: 20px !important;
		margin-bottom: 20px;
	}
	
	.block.event-cta h3, .block.event-cta p {
		width: 100%;
		max-width: 100%;
	}
	
	.block.event-cta.event .cta img, .block.event-cta h6.dates {
		margin-bottom: 20px;
	}
	
	.block.colour-cta {
		-webkit-border-radius: 20px !important;
		-ms-border-radius: 20px !important;
		-o-border-radius: 20px !important;
		-border-radius: 20px !important;
		border-radius: 20px !important;
		padding: 20px;
		margin-bottom: 20px !important;
	}
	
	.block.colour-cta.type-1 .image-left, .block.colour-cta.type-1 .image-right, .block.colour-cta.type-1 .image-top {
		flex-direction: column;
	}
	
	.block.colour-cta.type-1 .image-left > a, .block.colour-cta.type-1 .image-right > a, .block.colour-cta.type-1 .image-top > a {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.block.colour-cta.type-1 .image-left img, .block.colour-cta.type-1 .image-right img, .block.colour-cta.type-1 .image-top img {
		flex-basis: 100% !important;
		margin: 0 !important;
	}
	
	.block.colour-cta.type-1 .image-left section, .block.colour-cta.type-1 .image-right section, .block.colour-cta.type-1 .image-top section {
		flex-basis: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
	
	.block.colour-cta.type-1 .image-left section h2, .block.colour-cta.type-1 .image-right section h2, .block.colour-cta.type-1 .image-top section h2 {
		font-size: 16px !important;
		max-width: 65%;
	}
	
	.block.colour-cta.type-1 .image-left section .description, .block.colour-cta.type-1 .image-right section .description, .block.colour-cta.type-1 .image-top section .description {
		min-width: 0;
		width: 100%;
		margin-bottom: 80px;
	}
	
	.block.colour-cta.type-1 .image-left section .cta, .block.colour-cta.type-1 .image-right section .cta, .block.colour-cta.type-1 .image-top section .cta {
		right: 0;
		bottom: 20px;
	}
	
	.block.colour-cta.type-1 .image-top img {
		flex: inherit !important;
		margin-bottom: 20px !important;
	}
	
	.block.colour-cta.type-1 .image-top section h2 {
		margin-bottom: 0;
	}
	
	.block.colour-cta.type-1 .image-top section h6 {
		margin-bottom: 20px;
	}
	
	.block.colour-cta.type-1 .image-top section .cta {
		right: 0;
		bottom: 20px;
	}
	
	.block.colour-cta.type-2.tall article {
		min-height: 450px !important;
	}
	
	.block.colour-cta.type-2 article section {
		padding: 0;
	}
	
	.block.colour-cta.type-2 article section .description p:first-child {
		margin: 0 auto auto;
	}
	
	.block.colour-cta.type-2 article section .cta {
		right: 0;
		bottom: 0px;
	}
	
	.block.newsletter {
		padding: 20px;
	}
	
	.block.event-content {
		padding: 20px !important;
		margin-bottom: 20px !important;
	}
	
	.block.event-content .overview > div:nth-child(2) p {
		max-width: 100%;
	}
	
	.block.event-content .overview > div iframe {
		height: calc((100vw - 80px) / 16 * 9);
	}
	
	.block.event-content .part {
		padding-bottom: 0;
	}
	
	.block.event-content .dates dl {
		margin-bottom: 20px !important;
	}
	
	.block.event-content .dates dt {
		width: 50% !important;
	}
	
	.block.event-content .dates dd {
		width: 50% !important;
	}
	
	.block.event-content .title {
		padding-bottom: 20px;
	}
	
	.block.event-content .title a.button {
		margin-bottom: 20px;
	}
	
	.block.event-content .partners img {
		width: 50%;
		height: auto;
	}
	
	.block.event-content .artists li {
		padding-top: 20px !important;
		margin-bottom: 20px !important;
	}
	
	.block.event-content .artists li.on {
		padding-top: 20px;
	}
	
	.block.event-content .artists li.on span.more:after {
		background-position: center calc(0% - 7px) !important;
	}
	
	.block.event-content .artists li img, .block.event-content .artists li section {
		width: 100%;
	}
	
	.block.event-content .artists li img {
		margin-bottom: 20px;
	}
	
	.block.event-content .artists li span.more {
		bottom: -2px;
		width: 100%;
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
		padding-bottom: 20px;
		box-sizing: content-box;
	}
	
	.block.event-content .artists li span.more:after {
		background-position: center calc(100% - 3px) !important;
	}
	
	.block.event-content .artists li span.more:before {
		padding-right: 20px;
	}
	
	.block.event-content #ferve {
		width: 100%;
	}
	
	.block.collapsible-profile .profile {
		padding-top: 20px !important;
		margin-bottom: 20px !important;
	}
	
	.block.collapsible-profile .profile.on {
		padding-top: 20px;
	}
	
	.block.collapsible-profile .profile.on span.more:after {
		background-position: center calc(0% - 7px) !important;
	}
	
	.block.collapsible-profile .profile img, .block.collapsible-profile .profile section {
		width: 100%;
	}
	
	.block.collapsible-profile .profile img {
		margin-bottom: 20px;
	}
	
	.block.collapsible-profile .profile span.more {
		bottom: -2px;
		width: 100%;
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
		padding-bottom: 20px;
		box-sizing: content-box;
	}
	
	.block.collapsible-profile .profile span.more:after {
		background-position: center calc(100% - 3px) !important;
	}
	
	.block.collapsible-profile .profile span.more:before {
		padding-right: 20px;
	}
	
	.part.dates dl {
		width: 100%;
	}
	
	.part.extra-content div {
		width: 100%;
	}
	
	.wp-block-image figure.alignleft, .wp-block-image figure.alignright {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.wp-block-columns .wp-block-column:last-child > .block:last-child {
		margin-bottom: 0 !important;
	}
	
	.single-tribe_events .block.slider ul {
		height: auto;
	}
	
	.single-tribe_events .block.slider ul li {
		height: auto;
	}
	
	.single-tribe_events .wp-block-columns .wp-block-column:first-child {
		margin-bottom: 20px;
	}
	
	.single-tribe_events .wp-block-columns .block.slider ul .image {
		overflow: visible !important;
	}
	
	.events .event {
		margin-bottom: 0;
	}
	
	iframe {
		margin-bottom: 20px;
	}
	
	.ft_pricing .ft_ep_priceRow div {
		line-height: 50px;
	}
	
	.ft_pricing .ft_ep_type {
		width: 30%;
	}
	
	.ft_pricing .ft_ep_price {
		width: 40%;
	}
	
	.form-group select {
		width: 100% !important;
	}
	
	.ft_codes, .ft_ep_priceRow.ft_noBorder {
		height: auto !important;
	}
}
