/**
	@Author:	Paul Strandoo, Spi-des-ign Ltd.
	@Date:		28 January 2022
	@Client:	CE Events & Media
		
	FONTS & COLORS
	-------------
	light blue: #53c8e9;
	inner max-width: 1070px;
	
	font-family: 'Montserrat', sans-serif;
	font-family: 'Roboto Slab', serif;
*/
/* Reset */
*,*::before,*::after{
	box-sizing:border-box;
	}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td,
header,footer,aside,nav,article,figure,figcaption{
	margin:0;
	padding:0;
	}
fieldset,img{
	border:0;
	}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight: 400;
	}
ol,ul{
	list-style:none;
	}
caption,th{
	text-align:left;
	}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight: 400;
	}
q:before,q:after{
	content:'';
	}
abbr,acronym{
	border:0;
	}
a {
	text-decoration:none;
	}
a:active,a:focus{
	outline:none;
	} 

:root {
	--ceem: #3A2050; /* Ceem/default */ /* 3f1c53? */
	--cifb:  #070D3E; /* CIFB */
	--fais: #12322B; /* FAIS */
	--dark: #080a41; /* buttons? */

	--grey1: #ebebeb;
	--grey2: #9f9f9f;
	--grey3: #939393;
	--grey4: #f6f6f6;
	--white: #ffffff;
	--black: #000000;

	--page-margin: 0;
	
	/* Layout variables */
	--content-width: 90rem;
	--content-padding: 5rem;
	--header-height: 10rem;
	
	--top-margin: 16rem;
	
    --inner: 1180px;
    --inner-large: 1400px;
    --inner-narrow: 950px;
    --inner-wide: 1400px;
    --inner-full: 100%;
    
    --pad50: 50px;
    --pad70: 70px;
    --pad86: 86px;
    --pad120: 120px;
    --pad150: 150px;
    --pad250: 250px;
    
    --hero-overlay: #12322B;
    --medium-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
	}
	

/* Globals */ 
* {
	box-sizing: border-box;
	}

html {
	font-size: 100%;
	}

body, input, textarea, table {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	position: relative;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3;
	/* background: url('../images/grid.png') top center repeat-y;
	background-size: 1550px; */
	}
	
/* ----- [ Typography ] -------------------------*/
p,
li,
td {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.8em;
	margin: 0 0 1em;
	}
	
li {
	margin: 0;
	}

em {
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	}
b,
strong {
	font-weight: 600;
	}

a {
	color: #fff;
	color: var(--ceem);
	transition: all 0.3s ease;
	text-decoration: none;
	}
a:hover {
	color: #222222;
	text-decoration: underline;
	}

h1,h2,h3,h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 1.15em;
	margin: 0 0 0.5em;
	color: #000;
	}

h1 {
	color: #ebebeb;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.2em;
	margin: 0 0 0.6em;
	margin: 0 0 1em;
	max-width: 24em;
	}
.home h1,
.upcoming-hero h1 {
	font-size: 1.6rem;
	margin: 0 0 0.8em;
	}

h2, .h2 {
	color: var(--black);
	font-size: 2.4rem;
	line-height: 1.15em;
	font-weight: 600;
	margin: 0 0 1em;
	}

h3, .h3 {
	color: var(--black);
	font-size: 1.9rem;
	line-height: 1.15em;
	font-weight: 600;
	margin: 0 0 1em;
	}

h4, .h4 {
	color: var(--black);
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: 600;
	margin: 0 0 1em;
	}

h5, .h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 600;
	margin: 0 0 1em;
	}

p + h3,
p + .h3,
ul + h3,
ul + .h3 {
	margin: 2em 0 1em;
	}

.p1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #414B59;
	}

.p2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-size: 14px;
	font-weight: 400;
	color: #414B59;
	}

img {
	display: block;
	}
.image-wrapper img {
	width: 100%;
	}

.eyebrow {
	font-family: 'Roboto Slab', serif;
	/* margin: 0 0 1em; */
	margin: 0 0 0.6em;
	font-weight: 300;
	letter-spacing: 0.03em;
	}
.eyebrow span {
	margin-right: 2em;
	}
	
@media only screen and (min-width: 370px) { 
	h1, .home h1, .upcoming-hero h1 { font-size: 2rem; }
}	
@media only screen and (min-width: 960px) { 
	h1 {
		font-size: 2.4rem;
		line-height: 1.5em;
		}
	.home h1,
	.upcoming-hero h1 { font-size: 2.4rem; }
}
	

/* ----- [ Structure ] --------------------------*/
.page-wrapper {
	position: relative;
	padding-top: 0;
	min-height: 100%;
	transition: all .3s ease;
	}

.page-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	background: #fff;
	z-index: 10;
	opacity: 0;
	transition: all .3s ease;
	}
.page-overlay.is-open {
	visibility: visible;
	opacity: 1;
	}
	
header,
section,
footer {
	width: 100%;
	margin: 0;
	position: relative;
	}
section {
	padding: 40px 0;
	}

.inner {
	position: relative;
	max-width: var(--inner);
	margin: 0 auto;
	padding: 0 30px;
	}
.inner-large {
	max-width: var(--inner-large);
	}
.inner-narrow {
	max-width: var(--inner-narrow);
	}
.inner-full {
	max-width: var(--inner-full);
	padding: 0;
	}

/* ----- [ Strandoo Flex Grid System v1 ] --------------- */
.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	/*justify-content: stretch;*/
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	}

.col {
	flex: 1;
	}

.row.no-padding,
.row.padding-0 {
	margin-left: 0;
	margin-right: 0;
	}
.row.padding-1 {
	margin-left: -1px;
	margin-right: -1px;
	}
.row.padding-5 {
	margin-left: -5px;
	margin-right: -5px;
	}
.row.padding-10 {
	margin-left: -10px;
	margin-right: -10px;
	}
.row.padding-15 {
	margin-left: -15px;
	margin-right: -15px;
	}
.row.padding-20 {
	margin-left: -20px;
	margin-right: -20px;
	}
.row.padding-30 {
	margin-left: -30px;
	margin-right: -30px;
	}

.no-padding > .col,
.padding-0 > .col {
	padding: 0;
	}
.padding-1 > .col {
	padding-left: 1px;
	padding-right: 1px;
	}
	
.padding-5 > .col {
	padding-left: 5px;
	padding-right: 5px;
	}
.padding-10 > .col {
	padding-left: 10px;
	padding-right: 10px;
	}
.padding-15 > .col {
	padding-left: 15px;
	padding-right: 15px;
	}
.padding-20 > .col {
	padding-left: 20px;
	padding-right: 20px;
	}
.padding-30 > .col {
	padding-left: 30px;
	padding-right: 30px;
	}

.row.text-center > .col {
	text-align: center;
	}

.col > img {
	max-width: 100%;
	}

.width-marker { color: grey; }


@media only screen and (min-width: 100px) and (max-width: 599px) {  /* 400 */
	.base-row.row {
		flex-direction: row;
		}

	.base-row .m-1of2,
	.base-row .m-2of4,
	.base-row .m-50 {
		width: 50%;
		flex: none;
		}
	.base-row .m-1of3,
	.base-row .m-33 {
		width: 33.3333%;
		flex: none;
		}
}

@media only screen and (min-width: 600px) { 
	.row {
		flex-direction: row;
		}

	.m-auto {
		width: auto;
		}
	.m-full,
	.m-1of1,
	.m-2of2 {
		width: 100%;
		flex: auto;
		}
	.m-1of2,
	.m-50 {
		width: 50%;
		flex: none;
		}
	.m-1of3,
	.m-33 {
		width: 33.3333%;
		flex: none;
		}
	.m-2of3,
	.m-66 {
		width: 66.6667%;
		flex: none;
		}
	.m-1of4,
	.m-25 {
		width: 25%;
		flex: none;
		}
	.m-3of4,
	.m-75 {
		width: 75%;
		flex: none;
		}
	.m-1of5,
	.m-20 {
		width: 20%;
		flex: none;
		}
		
	.m-hidden { display: none; }
	.width-marker { color: red; }
}

@media only screen and (min-width: 770px) {  /* 750 */
	/* new idea */
	.t-auto {
		width: auto;
		}
	.t-full,
	.t-2of2,
	.t-3of3,
	.t-4of4,
	.t-5of5 {
		width: 100%;
		flex: none;
		}
	.t-1of2,
	.t-2of4,
	.t-3of6,
	.t-50 {
		width: 50%;
		flex: none;
		}
	.t-1of3,
	.t-2of6,
	.t-33 {
		width: 33.3333%;
		flex: none;
		}
	.t-2of3,
	.t-4of6,
	.t-66 {
		width: 66.6667%;
		flex: none;
		}
	.t-1of4,
	.t-25 {
		width: 25%;
		flex: none;
		}
	.t-3of4,
	.t-75 {
		width: 75%;
		flex: none;
		}
	.t-1of5,
	.t-3of6,
	.t-20 {
		width: 20%;
		flex: none;
		}
	.t-2of5,
	.t-40 {
		width: 40%;
		flex: none;
		}
	.t-3of5,
	.t-60 {
		width: 60%;
		flex: none;
		}
	.t-4of5,
	.t-80 {
		width: 80%;
		flex: none;
		}
	.t-hidden { display: none; }
	.width-marker { color: green; }
}
@media only screen and (min-width: 1200px) { 
	.d-auto {
		width: auto;
		}
	.d-full,
	.d-2of2,
	.d-3of3,
	.d-4of4,
	.d-5of5,
	.d-6of6 {
		width: 100%;
		flex: none;
		}
	.d-1of2,
	.d-2of4,
	.d-3of6,
	.d-50 {
		width: 50%;
		flex: none;
		}
	.d-1of3,
	.d-2of6,
	.d-33 {
		width: 33.3333%;
		flex: none;
		}
	.d-2of3,
	.d-4of6,
	.d-66 {
		width: 66.6667%;
		flex: none;
		}
	.d-1of4,
	.d-25 {
		width: 25%;
		flex: none;
		}
	.d-3of4,
	.d-75 {
		width: 75%;
		flex: none;
		}
	.d-1of5,
	.d-20 {
		width: 20%;
		flex: none;
		}
	.d-2of5,
	.d-40 {
		width: 40%;
		flex: none;
		}
	.d-3of5,
	.d-60 {
		width: 60%;
		flex: none;
		}
	.d-4of5,
	.d-80 {
		width: 80%;
		flex: none;
		}
	.d-1of6,
	.d-16 {
		width: 16.6666%;
		flex: none;
		}
		
	.d-5of6,
	.d-8 {
		width: 8.3333%;
		flex: none;
		}
		
	.d-hidden { display: none; }
	.width-marker { color: blue; }
}

/* ----- [ Additional Flex Utilities ] ----------- */
.flex-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	/*justify-content: stretch;*/
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	}

.flex-col,
.flex-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	position: relative;
	}
.flex-row {
	flex-direction: row;
	}

@media only screen and (min-width: 600px) { /* 1010 */
	/*  utility classes */
	.f-column { flex-direction: column; }
	.f-top { align-items: flex-start; }
	.f-middle { align-items: center; }
	.f-bottom { align-items: flex-end; }
	.f-left { justify-content: flex-start; }
	.f-right { justify-content: flex-end; }
	.f-center { justify-content: center; }
	.f-stretch { justify-content: stretch; }
	.f-rowreverse { flex-direction: row-reverse; }
	.f-between { justify-content: space-between; }
}


/* ----- [ Masthead / Page Header ] -------------*/
.page-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: auto;
	margin: 0;
	padding: 0;
	background: transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Force Hardware Acceleration */
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all 0.4s;
	z-index: 10;
	}

/* Needs Sorting! */
.page-header {
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
    -webkit-transition: all .3s ease;
    -khtml-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: 1px solid transparent;
    position: fixed;
    width: 100%;
    z-index: 11;
    left: 0;
    top:0
	}

.page-header:after,
.page-header:before {
    background: rgba(28, 58, 19, .8);
    position: fixed;
    height: 100vh;
    opacity: 0;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    width: 100%;
    visibility:hidden;
    z-index: -1;
	}

.page-header:before {
    -webkit-transition: all .3s ease;
    -khtml-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backdrop-filter:blur(2px);
    backdrop-filter:blur(2px);
	}

.page-header.active:before {
    visibility: visible;
    opacity:1
	}

.page-header:after {
    -webkit-transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
    -khtml-transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
    -moz-transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
    -ms-transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
    transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
    -webkit-transform: translateX(-15px);
    -khtml-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
    background-color: var(--grey1);
    opacity: 0;
    width: 45%
	}

.page-header.active:after {
    -webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity:1
	}


.main-nav-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	justify-content: flex-start;
	align-items: center;
	align-items: flex-end;
	padding: 10px;
	height: auto;
	transition: all .3s ease;
	}

.logowrap {
	width: 70px;
	margin: 0;
	padding: 0;
	transition: all .3s ease;
	}
.logowrap img {
	width: 100%;
	height: auto;
	}
	
.menu-trigger,
.logowrap a,
.logowrap a:hover {
	border-bottom: none;
	}

.page-header.small {
	background: #fff;
	box-shadow: 0 0 50px rgba(0,0,0,0.03);
	}
	
@media only screen and (min-width: 355px) {

}
@media only screen and (min-width: 420px) {
	.main-nav-wrapper {
		padding: 10px 30px;
		}
}
@media only screen and (min-width: 1010px) {
	.logowrap {
		width: 100px;
		}
	.page-header {
		position: absolute;
		position: fixed;
		}
		
	.main-nav-wrapper {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-start;
		padding: 50px 30px 15px;
		height: auto;
		transition: all .3s ease;
		}

	.logowrap {
		display: block;
		width: 100px;
		margin: 0;
		}

	.logowrap img {
		width: 100%;
		height: auto;
		}
	.logowrap a,
	.logowrap a:hover {
		border: none;
		}
		
	.small .main-nav-wrapper {
		padding: 15px 30px;
		}
	.small .logowrap {
		width: 80px;
		}
}

/* ----- [ Navigation ] ------------------------ */
.main-navigation {
	display: none;
	display: block;
	position: relative;
	position: absolute;
	background: var(--grey1);
	top: -10px;
	top: 0;
	left: 0;
	left: -100%;
	height: 100vh;
	width: 100%;
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 160px 40px 40px;
    -webkit-transition: all .4s ease;
    -khtml-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	}
.open .main-navigation {
	left: 0;
	opacity: 1;
	overflow-y: auto;
	}

.main-navigation ul {
	text-align: left;
	margin: 0;
	}
.menu-item {
	text-align: left;
	margin: 0 0 1.6em;
	}
.menu-item a {
	color: var(--black);
	font-size: 1.5rem;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	}
.menu-item a:hover,
.menu-item a.on {
	color: #222;
	}

.dropnav {
	color: #000;
    display: none;
	}

.dropnav.is-open {
	}

.dropnav .nav-item {
	text-align: left;
	margin: 0;
	margin: 10px 2em;
    -webkit-transition: all .4s ease;
    -khtml-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	}
.dropnav .nav-item a {
	font-size: 1.3rem;
	color: var(--ceem) !important;
	letter-spacing: 0;
	}
/*	
.active .dropnav .nav-item {
	opacity: 1;
	-webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
	}
*/
/*
.active .dropnav .nav-item:nth-of-type(1){transition-delay: 0.12s;}
.active .dropnav .nav-item:nth-of-type(2){transition-delay: 0.22s;}
.active .dropnav .nav-item:nth-of-type(3){transition-delay: 0.32s;}
.active .dropnav .nav-item:nth-of-type(4){transition-delay: 0.42s;}
.active .dropnav .nav-item:nth-of-type(5){transition-delay: 0.52s;}
*/

/* this is the right arrow to show that the item has a submenu  */
.has-dropdown > a {
	position: relative;
	}
.has-dropdown > a::after {
	content: '';
	display: block;
	height: 11px;
	width: 8px;
	position: absolute;
	top: 55%;
	bottom: auto;
	right: -1em;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("../images/cd-arrow.svg") no-repeat center center;
	background-size: 8px 11px;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	}
.has-dropdown > a.submenu-open::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	}

@media only screen and (min-width: 1010px) {
	.dropnav {
		position: absolute;
		top: 78%;
		left: 0;
		right: 0;
		height: 100vh;
		min-width: 300px;
		color: #000;
		background: #fff;
		background: none;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display:flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all .3s ease;
		-khtml-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		z-index: 5;
		}
		
	.has-dropdown > a::after {
		display: none;
		}

	.has-dropdown:hover .dropnav {
		visibility: visible;
		opacity: 1;
		z-index: 10;
		}

	.dropnav .level2 {
		margin-top: 18vh;
		}
	.has-dropdown:hover .dropnav .level2 {
		}

	.dropnav .nav-item {
		text-align: left;
		margin: 0 0 1.6em;
		opacity: 0;
		-webkit-transform: translateX(-50%);
		-khtml-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: all .4s ease;
		-khtml-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
		}
	.dropnav .nav-item a {
		font-size: 1.5rem;
		color: var(--ceem) !important;
		letter-spacing: 0;
		}
	
	.active .dropnav .nav-item {
		opacity: 1;
		-webkit-transform: translateX(0);
		-khtml-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		}

	/*
	.active .dropnav .nav-item:nth-of-type(1){transition-delay: 0.12s;}
	.active .dropnav .nav-item:nth-of-type(2){transition-delay: 0.22s;}
	.active .dropnav .nav-item:nth-of-type(3){transition-delay: 0.32s;}
	.active .dropnav .nav-item:nth-of-type(4){transition-delay: 0.42s;}
	.active .dropnav .nav-item:nth-of-type(5){transition-delay: 0.52s;}
	*/

}

@media only screen and (min-width: 1010px) {
	.menu-toggle,
	.menu-trigger {
		display: none;
		}
		
	.main-navigation {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: auto;
		height: auto;
		opacity: 1;
		margin: 10px 0;
		padding: 0;
		background: transparent;
		overflow: visible;
		}
	.main-navigation ul {
		text-align: right;
		display: block;
		margin: 0;
		}
	.menu-item {
		display: inline-block;
		margin: 0;
		padding-right: 4vw;
		}

	.menu-item a {
		color: #000;
		font-size: 0.9rem;
		line-height:  1;
		font-weight: 600;
		letter-spacing: 0.04em;
		padding: 5px 0;
		text-decoration: none;
		border-bottom: 2px solid transparent;
		}
	.menu-item a:hover {
		border-bottom: 2px solid #fff;
		}
	.menu-item a.on {
		border-bottom: 2px solid #fff;
		}
	
	.menu-item a:not(.small .menu-item a) {
		color: #fff;
		}
	.active .menu-item a,
	.active.small .menu-item a {
		color: var(--black) !important;
		}
	.active .menu-item a:hover,
	.active.small .menu-item a:hover,
	.active .menu-item a.on,
	.active.small .menu-item a.on,
	.small .menu-item a.on {
		border-color: var(--black) !important;
		}
}

/* ----- [ Menu Trigger (Hamburger) ] ---------- */
.menu-trigger {
	position: absolute;
	right: 20px;
	right: 0;
	top: 10px;
	height: 50px;
	width: 70px;
	z-index: 20;
	}
	
.small .menu-trigger {
	max-height: 50px;
	}
	
.menu-trigger:hover {
	border: none;
	}
.menu-trigger .menu-text {
	height: 100%;
	text-transform: uppercase;
	color: #fff;
	display: none;
	}
.menu-trigger .menu-icon {
	/* this span is the central line in the menu menu */
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	transform: translateX(-50%) translateY(-50%);
	width: 22px;
	height: 2px;
	background-color: #fff;
	/* these are the upper and lower lines in the menu menu */
	}
.menu-trigger .menu-icon::before, 
.menu-trigger .menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: inherit;
	left: 0;
	}
.menu-trigger .menu-icon::before {
	bottom: 7px;
	}
.menu-trigger .menu-icon::after {
	top: 7px;
	}
.menu-trigger.is-clicked .menu-icon {
    background-color: #fff;
	background-color: rgba(255, 255, 255, 0);
	}
.menu-trigger.is-clicked .menu-icon::before, 
.menu-trigger.is-clicked .menu-icon::after {
	background-color: #fff;
	}
.menu-trigger.is-clicked .menu-icon::before {
	bottom: 0;
	transform: rotate(45deg);
	}
.menu-trigger.is-clicked .menu-icon::after {
	top: 0;
	transform: rotate(-45deg);
	}

.small .menu-trigger .menu-icon,
.open .menu-trigger .menu-icon {
	background-color: #000;
	}
	
.small .menu-trigger.is-clicked .menu-icon,
.open .menu-trigger.is-clicked .menu-icon {
    background-color: #fff;
	background-color: rgba(0, 0, 0, 0);
	}
.small .menu-trigger.is-clicked .menu-icon::before, 
.small .menu-trigger.is-clicked .menu-icon::after,
.open .menu-trigger.is-clicked .menu-icon::before, 
.open .menu-trigger.is-clicked .menu-icon::after {
	background-color: #000;
	}
	
@media only screen and (min-width: 1010px) {
	.menu-trigger {
		display: none;
		}
	.menu-trigger .menu-text {
		display: inline-block;
		line-height: 70px;
		}
	.menu-trigger .menu-icon {
		left: auto;
		right: 1.25em;
		transform: translateX(0);
		}
}

/* ----- [ Page Hero Images ] ----------------------- */	
.hero {
	color: #fff;
	margin: 0 auto;
	padding: 0;
	min-height: 330px;
	max-height: 800px;
	height: 96vh;
	background: #eee;
	}

.hero.hero-small {
	height: 120px;
	min-height: 100px;
	}

.hero-full {
	max-height: 900px;
	height: 100vh;
	}

/* All heros */	
.hero .inner {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding-top: var(--pad50);
	padding-bottom: var(--pad50);
	}
	
.hero-full .inner {
	padding-bottom: var(--pad50);
	}

.on-demand-hero .inner,
.od-sessions-hero .inner {
	padding-bottom: var(--pad50);
	}	
.upcoming-hero .inner {
	padding-bottom: var(--pad50);
	}

.hero-overlay {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	background: rgba(0, 0, 0, 0.3);
	}

.hero-text {
	width: 100%;
	}
	
.hero-text .category-logo {
	 max-width: 60px;
	 margin: 0 0 15px;
	 }

.hero-text p,
.hero-text h2,
.hero-text h3 {
	color: var(--grey1);
	}
.hero-text p {
	line-height: 2;
	max-width: 50em; /* was 36 */
	margin: 0;
	}
.hero-text .eyebrow {
	margin: 0 0 0.6em;
	}

/* check if mobile */
@media (pointer: coarse) {
	.hero-section {
	 	background-attachment: initial !important;
		}
}

@media only screen and (min-width: 350px) {
	.hero {
		height: 82vh;
		}
}

@media only screen and (min-width: 960px) {
	.hero .inner {
		padding-top: var(--pad150);
		padding-bottom: var(--pad150);
		}
	
	.hero-full .inner {
		padding-bottom: var(--pad150);
		}
		
	.hero-text .category-logo {
		 max-width: 100px;
		 margin: 0 0 30px;
		 }
	.on-demand-hero .inner,
	.od-sessions-hero .inner {
		padding-bottom: var(--pad120);
		}	
	.upcoming-hero .inner {
		padding-bottom: var(--pad86);
		}
	.hero.hero-small {
		max-height: 330px;
		height: 300px;
		}
}


/* ----- [ Page Sections (padding) ] ------------------*/
.main-section,
.intro-section {
	padding: var(--pad50) 0 var(--pad70);
	}

.numbers-section {
	padding-top: var(--pad120);
	padding-bottom: var(--pad120);
	}

.home .numbers-section {
	padding: var(--pad150) 0;
	}
	
.testimonials-section {
	padding: var(--pad70) 0 var(--pad120);
	}
	
.event-section {
	padding: var(--pad86) 0 var(--pad150);
	}
	
.video-section {
	padding-top: var(--pad150);
	padding-bottom: var(--pad50);
	}
	
.session-related-section {
	padding-top: 0;
	padding-bottom: var(--pad250);
	}

/* become a sponsor/speaker */
.support-section {
	padding-top: var(--pad150);
	padding-bottom: var(--pad150);
	}
	
.support-section p {
	line-height: 2;
	}

.page-section {
	padding: 30px 0;
	overflow: hidden;
	}
	
.page-section .inner {
	overflow: visible;
	}

.page-section .col {
	position: relative;
	}

@media only screen and (min-width: 600px) {
	.page-section {
		padding: 60px 0;
		}
}

@media only screen and (min-width: 960px) {
	.main-section,
	.intro-section {
		padding: var(--pad120) 0 var(--pad150);
		}
	.testimonials-section {
		padding: var(--pad150) 0 var(--pad250);
		}
}

/* ----- [ Split row sections ] ------------------------ */
/* 
   p: 0     mw: 560px 
   p: 30px  mw: 590px
   p: 40px  mw: 600px
   p: 60px  mw: 620px
   p: 80px  mw: 640px
*/
.split-row-section {
	padding: 0;
	background: var(--grey1);
	}
.split-row-text-60 {
	max-width: 620px;
	padding: 30px;
	}
.split-row-text-80 {
	max-width: 640px;
	padding: 30px;
	}
	
.offset-image-wrapper-100 {
	margin-right: 0;
	margin-left: 0;
	height: 100%;
	}
.f-rowreverse .offset-image-wrapper-100 {
	margin-left: 0;
	margin-right: 0;
	height: 100%;
	}

.split-row-section .col {
	align-items: flex-end;
	}
.split-row-section .col + .col {
	align-items: flex-start;
	}
.split-row-section .f-rowreverse .col {
	align-items: flex-start;
	}
.split-row-section .f-rowreverse .col + .col {
	align-items: flex-end;
	}

@media only screen and (min-width: 960px) {
	.split-row-text-60 {
		max-width: 620px;
		padding: 60px;
		}
	.split-row-text-80 {
		max-width: 640px;
		padding: 80px;
		}
	.offset-image-wrapper-100 {
		margin-right: 100px;
		}
	.f-rowreverse .offset-image-wrapper-100 {
		margin-left: 100px;
		}
}


/* ----- [ Count Up Numbers ] -----------------*/
.big-number {
	font-size: 3.4rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-bottom: 0.2em;
	}
.big-number + .eyebrow {
	margin: 0;
	}

/* ----- [ People and Sponsor Pages ] ------------*/
.single-media-wrapper {	
	position: sticky;
	top: 150px;
	max-width: 420px;
	margin: 0 auto 30px;
	/*overflow: hidden;*/
	}
	
.single-media-wrapper {
	margin-top: -50px;
	}
	
.sticky-title {
	margin: 0 0 0.3em;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
.sticky-title.is-visible {
	/*display: none;*/
	visibility: visible;
	opacity: 1;
	}

.bio-org {
	margin-bottom: 2.4em;
	}
.bio p {
	line-height: 2;
	}

.bio-pic img {
	width: 100%;
	border-radius: 50px 50px 0 0;
	overflow: hidden;
	}

/* ditch the square format */
.sponsor-page-logo-wrapper {
	position: relative;
	width: 100%;
	/* padding-bottom: 100%; */
	}
.sponsor-page-logo {
	/*object-fit: cover;*/
	width: 100%;
	margin: 0;
	/*position: absolute;
	top: 50%;
	transform: translateY(-50%);*/
	}
	
.image-wrapper img,
.sponsor-logo-wrapper {
	width: 100%;
	}


.ab-badge {
	position: absolute;
	top: -20px;
	right: 0;
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: var(--ceem);
	border-radius: 50%;
	text-align: center;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 0.9rem;
	}

/* testimonial double grey boxes */
.testimonial-wrapper {
	background: var(--grey1);
	padding: 50px 30px 30px;
	height: 100%;
	}

.bio blockquote {
	padding-top: 4.5em;
	background: url('../images/open-quote.svg') top left no-repeat;
	background-size: 40px;
	margin-bottom: 20px;
	}

.bio blockquote p {
	font-size: 1.2em;
	font-style: italic;
	font-weight: 600;
	}
	
blockquote img {
	max-width: 150px;
	}
	
.testimonial-wrapper {
	background: var(--grey4);
	margin-bottom: 30px;
	padding: 70px 40px 30px;
	height: 100%;
	}

blockquote {
	padding-top: 4.5em;
	background: url('../images/open-quote.svg') top left no-repeat;
	background-size: 60px;
	margin-bottom: 20px;

	}
blockquote p {
	font-size: 1.4rem;
	line-height: 1.6;
	font-style: normal;
	font-weight: 700;
	color: var(--ceem);
	margin-bottom: 2em;
	}


/* Register Sections  and others */
.bg-ceem {
	background: var(--ceem) !important;
	}
.bg-cifb {
	background: var(--cifb) !important;
	/*background: #070D3E !important;*/
	}
.bg-fais {
	background: var(--fais) !important;
	}
.color-ceem {
	color: var(--ceem) !important;
	}
.color-cifb {
	color: var(--cifb) !important;
	}
.color-fais {
	color: var(--fais) !important;
	}

.bg-grey {
	background: var(--grey1);
	}


.category-logo-large {
	width: 100px;
	margin: 0 0 20px;
	}

.register-section {
	padding-top: 128px;
	padding-bottom: 128px;
	}
.register-section p:not(.eyebrow) {
	padding: 10px 0 20px;
	max-width: 32em;
	}
	
.sponsors-section {
	padding-top: var(--pad150);
	padding-bottom: var(--pad250);
	}
	
@media only screen and (min-width: 600px) {
	.category-logo-large {
		max-width: 200px;
		width: 200px;
		margin: 0 auto;
		}
}


/* ----- [ Media Cards / Grid Sections ] ------------*/
.media-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	align-items: flex-start;
	border: 1px solid #ccc;
	border: none;
	border-radius: 40px  40px 0 0;
	overflow: hidden;
	height: 100%;
	padding-bottom: 0;
	padding-bottom: var(--pad50);
	-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
	}
.media-card .media {
	transition: transform .3s;
	overflow: hidden;
	}
.media-card:hover .media {
	transform: scale(1.1);
	}
.bio-card:hover .media {
	transform: none;
	}

.media-text {
	padding: 25px 30px 35px;
	position: relative;
	background: var(--grey1);
	width: 100%;
	flex: 1;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	}
	
.media-text .event-meta  {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 0.85rem;
	line-height: 2em;
	margin: 0 0 40px;
	}

.person-name {
	font-size: 0.8rem;
	line-height: 1.5;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 0.4em;
	}

.media-text p {
	font-size: 0.82rem;
	line-height: 1.5;
	font-weight: 400;
	}
	
.img-wrap img,
.media img {
	display: block;
	width: 100%;
	}
	
.image-content {
	border-radius: 25px;
	overflow: hidden;
	}
	
.media-icons {
	max-width: 100px;
	text-align: left;
	margin: 20px 25px;
	}

.card-badge {
	position: absolute;
	width: 80px;
	top: -40px;
	right: 40px;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	}


/* speakers */
.bio-card .media img {
	filter: grayscale(1);
	}
.bio-card .media:hover img {
	filter: grayscale(0);
	}

.bio-card .media-text {
	padding: 25px 0 35px;
	background: transparent;
	}

/* sponsors */
.logo-card {
	/*border: 1px solid #ccc;*/
	height: 100%;
	max-width: 210px;
	max-height: 70px;
	margin: 30px auto 90px;
	}
	
.logo-card img {
	max-height: 70px;
	object-fit: contain;
	}

.logo-card .media {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	transition: transform .3s;
	}
.logo-card:hover .media {
	transform: scale(1.03);
	}
	
/* on demand card */
.on-demand-card {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	border: 1px solid #ccc;
	border: none;
	margin: 0 0 var(--pad50);
	overflow: hidden;
	width: 100%;
	background: var(--grey1);
	-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
	}

.on-demand-card .media {
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 240px;
	height: auto;
	overflow: hidden;
	flex: 3;
	display: none;
	}
.on-demand-card .media a {
	height: 100%;
	}
.on-demand-card .media img {  
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	transition: transform .3s;
	}
.on-demand-card:hover .media img {
	transform: scale(1.05);
	}

.on-demand-card .text-wrapper {
	flex: 5;
	flex-wrap: nowrap;
	padding: 20px;
	}
.badge-wrapper {
	width: 15%;
	flex: 2;
	margin-left: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
	}
.on-demand-card .category-badge {
	width: 105px;
	}
	
.on-demand-card .eyebrow {
	margin: 0.2em 0 1em;
	}
@media only screen and (min-width: 400px) {	
	.badge-wrapper {
		display: flex;
		}
}
@media only screen and (min-width: 620px) {	
	.on-demand-card {
		border-radius: 40px 0 0 40px;
		max-height: 240px;
		}
	.on-demand-card .media {
		display: flex;
		}

	.on-demand-card .text-wrapper {
		flex: 5;
		flex-wrap: nowrap;
		padding: 30px 40px;
		}
}
@media only screen and (min-width: 960px) {
}	

/* sessions (on-demand) */
.session-col {
	margin-bottom: var(--pad50);
	}
.session-card {
	background: var(--grey1);
	padding-bottom: 0;
	}
.session-media {
	padding-bottom: 140px;
	overflow:hidden;
	background: var(--grey1);
	}
.card_slide {
	position: absolute;
	top: 0;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	}
.session-card:hover .card_slide {
	transform: translateY(-35%);
	}
.session-card:hover .card_slide.slide-3 {
	transform: translateY(-40%);
	}
.session-card:hover .card_slide.slide-4 {
	transform: translateY(-50%);
	}
.session-card:hover .card_slide.slide-5 {
	transform: translateY(-55%);
	}
.session-card:hover .card_slide.slide-6 {
	transform: translateY(-60%);
	}
	
.session-card .media img {
	transform: scale(1);
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    }
.session-card:hover .media img {
	transform: scale(1.1);
	}

.session-card  .media-text {
	padding: 20px 25px 30px;
	}
.session-card-title {
	font-size: 1em;
	line-height: 1.3;
	min-height: 4.5em;
	}

.session-card-speakers {
	margin: 0 0 10px;
	}

.session-card-speakers .bio-link {
	display: block;
	margin: 0;
	}

.session-button-group {
	padding: 10px 20px 20px;
	margin-top: auto;
	width: 100%;
	justify-content: space-between;
	align-items: flex-end;
	
	}
.session-button-group a:not(.button) {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	}
.session-button-group img {
	max-width: 100px;
	max-height: 50px;
	}

.session-card-small {
	background: var(--grey1);
	padding: 25px 30px 15px;
	margin: 0 0 20px;
	border: 1px solid transparent;
	}
.session-card-small:hover {
	border: 1px solid #84849f;
	}
	
.session-card-small .category-date {
	font-size: 0.9rem;
	font-family: 'Roboto Slab', serif;
	margin: 0;
	font-weight: 300;
	letter-spacing: 0.03em;
	}

.topic-card {
	position: relative;
	display: flex;
	flex-direction: row;
			flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	padding: 40px 30px;
	margin: 0 0 var(--pad50);
	background: var(--grey4);
	}
	
.topic-time br {
	display: none;
	}
	
.topic-card.header	{
	font-family: 'Roboto Slab', serif;
	padding: 0 30px 0 0;
	margin-bottom: 30px;
	background: none;
	display: none;
	}
.topic-card.header .topic-time {
	padding-right: 30px;
	}
	
.agenda-section .topic-card {
	margin-bottom: 20px;
	}
	
.topic-card.break {
	padding: 20px 30px;
	}
.topic-card.break h4 {
	margin: 0;
	font-weight: 400;
	font-size: 1.2rem;
	}

.topic-time {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	letter-spacing: 0.03em;
	text-align: left;
	flex: 1;
	margin-bottom: 1em;
	}
.topic-card .text-wrapper {
	flex: 5;
	padding: 1px 30px;
	padding: 0 1em 0 0;
	}
	
.topic-sponsor {
	flex: 1;
	}

.bio-link {
	font-family: 'Roboto Slab', serif;
	display: inline-block;
	padding: 5px 0;
	margin: 0 4% 0 0;
	font-size: 0.85rem;
	}

.round-bio-image {
	border-radius: 50%;
	max-width: 100px;
	}
.round-bio-image.small {
	max-width: 28px;
	}
.round-bio-image.medium {
	max-width: 40px;
	}

.bio-link img {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
	}
	
.mobile-sponsor-text {
	margin: 1em 0 0.5em;
	}

.agenda-sponsor,
.agenda-sponsor img {
	max-width: 150px;
	max-height: 80px;
	margin: 0 20px 10px 0;
	display: inline-block;
	vertical-align: middle;
	}

/* 870 */
@media only screen and (min-width: 900px) {
	.topic-card.header	{
		display: flex;
		}
	.topic-card {
		flex-direction: row;
		}
	.topic-time br {
		display: inline;
		}
	.topic-time span {
		display: none;
		}
	.topic-card .text-wrapper {
		padding: 1px 30px;
		}
	.mobile-sponsor-text {
		display: none;
		}
	.agenda-sponsor,
	.agenda-sponsor img {
		display: block;
		}
}
/* variations 
.anchor:before {
	display: block; 
	content: " "; 
	margin-top: -285px; 
	height: 285px; 
	visibility: hidden; 
	pointer-events: none;
	border: 1px solid blue;
	}
*/
.event-page .anchor {
	scroll-margin-top: 285px;
	}

.about-page .anchor {
	scroll-margin-top: 100px;
	}

/*
.anchor {
	display: block;
	position: relative;
	top: -250px;
	visibility: hidden;
	border: 1px solid red;
	}
*/


.quickedit {
	position: absolute;
	top: 0;
	left: 5px;
	color: #ccc;
	opacity: 0.5;
	}

/* Events Countdown */
.countdown {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	}
.countdown div {
	max-width: 10em;
	width: 25%;
	padding: 0 0 40px;
	}
.countdown .big-number {
	font-size: 2.2rem;
	}

@media only screen and (min-width: 960px) {
	.countdown .big-number {
		font-size: 5.2rem;
		}
}

.sibling-navigation {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	}

/* ----- [ Events Page(s) ] -----------------*/
.event-tabs {
	margin: 0;
	}

.events-submenu {
	position: absolute;
	top: 0;
	left: auto;
	right: auto;
	width: calc(100% - 60px);
	z-index: 10;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	}

.events-submenu.sticky {
	position: fixed;
	top: 90px;
	left: auto;
	right: auto;
	z-index: 9;
	background: #fff;
	max-width: 1340px;
	width: 100%;
	padding-top: 30px;
	}

/* rename 'topic-badge' */
.category-badge {
	width: 80px;
	margin: -15px 0 -5px 0;
	}
.sticky .category-badge {
	display: none;
	opacity: 0;
	}

.tabs nav {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	}
	
@media only screen and (min-width: 960px) {
	.tabs nav {
		position: relative;
		}
}
.tabs-navigation {
	/*display: flex;*/
	position: relative;
	/*margin-bottom: var(--pad120);*/
	}
.sticky .tabs-navigation {
	margin-bottom: 20px;
	}
.sticky .tabs-navigation:before,
.sticky .tabs-navigation:after {
	content: "";
	position: absolute;
	background: #fff;
	top: -30px;
	bottom: -20px;
	right: 100%;
	width: 50vw;
	}
.sticky .tabs-navigation:after {
	right: auto;
	left: 100%;
	width: 100vw;
	}
	
.tabs-navigation li {
	display: inline-block;
	margin-bottom: 0.8em;
	}
	
.tabs-navigation + .category-badge {
	display: none;
	}
	
@media screen and (min-width: 860px) { 
	.tabs-navigation + .category-badge {
		display: block;
		}
}
	
.filter-navigation {
	display: flex;
	position: relative;
	margin-bottom: var(--pad50);
	}

.tabs-navigation a,
.filter-navigation a {
	position: relative;
	display: block;
	font-size: 1.2rem;
	font-weight: 600;
	color: #000;
	color: #b2b2b2;
	margin: 0 3em 0 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
.tabs-navigation a.selected,
.tabs-navigation a:hover,
.filter-navigation a.selected,
.filter-navigation a:hover {
	color: var(--cifb);
	color: var(--black);
	background-color: #ffffff !important;
	text-decoration: none;
	}

.tabs h4 {
	color: var(--cifb);
	}

.tabs-content {
	text-align: left;
	}
.tabs-content > li {
	text-align: left;
	padding: 0;
	display: none;
	}

.tabs-content li.selected {
	display: block;
	-webkit-animation: cd-fade-in 0.5s;
	-moz-animation: cd-fade-in 0.5s;
	animation: cd-fade-in 0.5s;
	}
.tabs-content li p {
	text-align: left;
	}

.topic-card-body {
	margin-bottom: 20px;
	}

.topic-card ul li,
.topic-card ul li.selected {
	display: list-item;
	list-style-type: disc;
	margin: 0 0 0 2em;
	}

.tab-content {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-start;
	align-items: center;
	padding: 15px;
	background: #eee;
	background: url('../images/hills-bg-sm.jpg') 0 50% no-repeat;
	background-size: cover;
	border-radius: 5px;
	/*overflow-y: scroll;*/
	}
	
.missing-sponsor,
.missing-sponsor-lg {
	text-align: center;
	padding: 10px;
	margin: 0 0 5px;
	background: #ededed;
	width: auto;
	font-weight: 700;
	}
.missing-sponsor-lg {
	font-size: 1.2rem;
	width: 100%;
	padding: 20px 40px;
	margin: 0 auto 5px;
	}
	
/* ----- [ On Demand Events/Sessions ] --------------- */
@media only screen and (min-width: 960px) {
	.od-headline-wrapper {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		}
	.od-page-type {
		margin-left: auto;
		line-height: 1.5em;
		}
}
	
.video-wrapper {
	position: sticky;
	top: 150px;
	max-width: 420px;
	max-width: 890px;
	margin: 0 auto 30px;
	/*overflow: hidden;*/
	}
	
.TextformatterVideoEmbed {
	margin: 0 0 30px !important;
	}
	
.sidebar-sponsor {
	margin: 0 0 80px;
	}
.sidebar-speaker {
	margin: 0;
	}
.sidebar-title {
	margin-bottom: 1.6em;
	}

/* ----- [ Sponsor Logos ] --------------- */
.sponsor-section {
	margin: 0;
	padding: 25px 0;
	background: #fff;
	}
.sponsor-logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	max-width: 100%;
	padding: 0;
	}
.sponsor-logo {
	margin: 0 30px;
	height: 100px;
	}
.sponsor-logo img {
	height: 100%;
	width: 180px;
	object-fit: scale-down;
	}

/* ----- [ News Pages (not used) ]------------------ */
.post-summary {
	margin: 0 0 50px;
	padding-top: 1.5em;
	border-top: 1px solid #ccc;

	}
.post-thumb {
	margin: 0 0 30px;
	max-width: 100%;
	}

.post-date {
	font-size: 0.9em;
	text-transform: uppercase;
	margin: 0 0 1em;
	font-weight: 600;
	color: #D9AA28;
	}

.post-featured-image {
	max-width: 100%;
	/*float: left;*/
	margin: 0 25px 20px 0;
	}

.news-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 30px 0;
	padding-top: 20px;
	/*border-top: 3px solid #ccc;*/
	}
.archive-list {
	margin: 0;
	}

.archive-list li {
	text-align: left;
	}
	
.archive-list h4 {
	font-size: 1.3em;		
	margin: 0;
	}

.archive-list li,
.blog-categories li {
	margin: 0;
	}
	
/* ----- [ Gallery Section on On Demand Page ] ----------- */	
.gallery-section {
	margin-top: var(--pad50);
	margin-bottom: var(--pad120);
	}
	
	
/* ----- [ Gallery/Portfolio ] ----------- */
.filter-button-group {
	text-align: center;
	margin: 0 auto 30px;
	}
.filter-button-group li  {
	display:  inline-block;
	margin: 0 15px 10px;
	}

.portfolio-caption,
.portfolio-overlay {
    z-index: 1;
    width: 100%;
    position: absolute;
	}

.row-portfolio {
    margin-left: -11px;
    margin-right: -11px;
	}
.portfolio-item {
    float: left;
    width: 100%;
    padding: 10px;
	}
.portfolio-item .portfolio-img-wrap {
    background-size: cover;
    background-position: 50%;
    position: relative;
    padding-top: 100%;

	}
.portfolio-wrapper {
    position: relative;
    overflow: hidden;
	}
.portfolio-wrapper .portfolio-img-wrap {
    -webkit-transition: all .3s cubic-bezier(.3,.1,.58,1);
    transition: all .3s cubic-bezier(.3,.1,.58,1);
	}
.portfolio-item:hover .portfolio-img-wrap {
	transform: scale(1.1);
	}

.portfolio-caption {
    -webkit-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    -webkit-transition: all .3s cubic-bezier(.3,.1,.58,1);
    transition: all .3s cubic-bezier(.3,.1,.58,1);
    vertical-align: bottom;
    padding: 20px 30px;
    opacity: 0;
    bottom: 0;
    left: 0;
    /*display: none;*/;
	}
.portfolio-subtitle,
.portfolio-title {
    letter-spacing: .6px;
    color: #fff;
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transform-style: preserve-3d!important;
	}
.comment-reply,
.post-tags a,
.tagcloud>a {
    letter-spacing: 1px;
    text-transform: uppercase;
	}
.portfolio-title {
    font-size: 15px;
    margin: 0;
    -webkit-transition: all .3s cubic-bezier(.3,.1,.58,1);
    transition: all .3s cubic-bezier(.3,.1,.58,1);
	}
.portfolio-subtitle {
    font-size: 13px;
    display: block;
    opacity: .5;
    -webkit-transition: all .6s cubic-bezier(.3,.1,.58,1);
    transition: all .6s cubic-bezier(.3,.1,.58,1);
	}
.portfolio-overlay {
    /*background: rgba(34,34,34,.85);*/
    background: rgba(33,57,92,0.8);
    opacity: 0;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-transition: all .3s cubic-bezier(.3,.1,.58,1);
    transition: all .3s cubic-bezier(.3,.1,.58,1);
	}
.portfolio-link {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    border: none;
	}
.portfolio-link:hover {
	border: none;
	}
.portfolio-item: hover .portfolio-img-wrap {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
	}
.portfolio-item:hover .portfolio-caption,
.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
	}
.portfolio-item:hover .portfolio-caption .portfolio-subtitle,
.portfolio-item:hover .portfolio-caption .portfolio-title {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
	}
.row-portfolio .grid-sizer,
.row-portfolio .portfolio-item {
    width: 33.333333%;
    width: 25%;
	}
	
.row-portfolio.gallery-grid .grid-sizer,
.row-portfolio.gallery-grid .portfolio-item {
    width: 33.333333%;
	}
	
.row-portfolio .grid-sizer.tall .portfolio-img-wrap,
.row-portfolio .portfolio-item.tall .portfolio-img-wrap {
    padding-top: 200%;
    padding-top: calc(200% + 20px);
	}
.row-portfolio .grid-sizer.large,
.row-portfolio .portfolio-item.large {
    width: 66.666666%;
    width: 49.9%;
	}
.row-portfolio .grid-sizer.wide,
.row-portfolio .portfolio-item.wide {
    width: 66.666666%;
    width: 50%;
    height: 50%;
	}
	
.row-portfolio .portfolio-item.wide .portfolio-img-wrap {
    padding-top: calc(50% - 10px); /* half height minus padding. */
	}
	
@media (max-width: 991px) {
    .row-portfolio .grid-sizer,
    .row-portfolio .grid-sizer.large,
    .row-portfolio .portfolio-item,
    .row-portfolio .portfolio-item.large,
    .row-portfolio.gallery-grid .grid-sizer,
	.row-portfolio.gallery-grid .portfolio-item {
        width: 49.9%
    	}
    .row-portfolio .grid-sizer.tall .portfolio-img-wrap,
    .row-portfolio .portfolio-item.tall .portfolio-img-wrap {
        padding-top: 200%;
        padding-top: calc(200% + 20px);
    	}
}
@media (max-width: 601px) {
    .row-portfolio .grid-sizer,
    .row-portfolio .grid-sizer.large,
    .row-portfolio .portfolio-item,
    .row-portfolio .portfolio-item.large,
    .row-portfolio.gallery-grid .grid-sizer,
	.row-portfolio.gallery-grid .portfolio-item {
        width: 100%;
    	}
}



.portrait {
	margin: 0 auto;
	max-height: 100%;
	}
.landscape {
	margin: 0 auto;
	max-width: 100%;
	}


/* Modal Version */
.gallery-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	outline: 0;
	}
	
.gallery-modal-inner {
	position: relative;
	max-width: 1000px;
	height: auto;
	margin: 4% auto;
	}
	
.gallery-modal h3,
.gallery-modal p,
.gallery-modal a {
	}
.gallery-modal h3 {
	font-weight: 300;
	margin-bottom: 0;
	}
	

.gallery-slider {
	height: 100%;
	max-width: 1000px;
	margin: auto;
	}
.slide-holder {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
	}

.gallery-modal-top {
	position: relative;
	padding: 16px 0;
	}
.modal-close {
	position: absolute;
	top: 4px;
	right: -2px;
	font-size: 50px;
	line-height: 1;
	margin: 0 0 0 auto;
	z-index: 999;
	}
.modal-close .close,
.modal-close .close:hover {
	text-decoration: none;
	}
	
.slick-prev,
.slick-next {
	position: absolute;
	color: var(--black);
	background: transparent;
	border: none;
	padding-left: 0;
	bottom: 0;
	z-index: 9;
	}
.slick-prev {
	padding-left: 30px;
	padding-right: 0;
	}

.slick-next:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 15px;
	left: auto;
	right: 0;
	background: url('../images/button-arrow.svg') 50% 50% no-repeat;
	transition: all 0.3s ease;
	}
.slick-prev:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 15px;
	left: 0;
	right: auto;
	background: url('../images/button-arrow.svg') 50% 50% no-repeat;
	transform: rotate(180deg);
	transition: all 0.3s ease;
	}
.slick-prev:hover:before {
	margin-left: -5px;
	}
.slick-next:hover:after {
	margin-right: -5px;
	}

.slick-next {
	left: auto;
	right: 0;
	}

.modal-download {
	margin-top: 20px;
	text-align: center;
	}
.modal-download .button {
	margin: 0 auto;
	}

@media only screen and (min-width: 780px) {
	.modal-caption {
		}
}



.controls {
	display: flex;
	width: 100%;
	}
.captions {
	flex: 1;
	width: 100px;
	padding: 10px;
	margin-top: 2px;
	color: #7b7b7b;
	background: #fff;
	}
.caption {
	outline: 0 !important;
	}
.pagination {
	display: flex;
	margin-top: 2px;
	}
.pagination__button {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ccc;
	background: #fff;
	width: 40px;
	height: 40px;
	margin-left: 2px;
	}
.pagination__button:hover {
	color: #fff;
	background: #2aa1c0;
	}
.pagination__button.slick-disabled {
	cursor: not-allowed;
	background: #ccc;
	color: #fff;
	}

.portfolio-content>: last-child {
	margin-bottom: 0
	}

.pop-up-text {
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	top: auto;
	padding: 30px;
	background: var(--blue);
	background: rgba(33,57,92,0.9);
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
.pop-up-text p,
.pop-up-text h4 {
	color: #fff;
	}
.mfp-content:hover .pop-up-text {
	opacity: 1;
	}
	
.popup-youtube  {
	display:flex;
	justify-content:center;
	align-items:center;
	}
.popup-youtube img {
	width: 80px;
	}

/* magnific overrides */
.mfp-container button,
.mfp-container button:hover {
	background: none;
	}
img.mfp-img {
	padding: 0;
	border: 15px solid #fff;
	}
.mfp-bottom-bar  {
	margin-top: 5px;
	}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	top: -40px;
	right: 0;
	width: 44px;
	text-align: center;
	}
	
@media only screen and (min-width: 960px) {
	.mfp-image-holder .mfp-close,
	.mfp-iframe-holder .mfp-close {
		right: -40px;
	}
}



/* ----- [ About & Basic Pages ] ------------------------ */
.value {
	background: var(--grey1);
	padding: 30px;
	margin-bottom: 30px;
	}
.value h4 {
	margin: 0 0 0.2em;
	}
.value p {
	font-size: 0.95rem;
	margin: 0;
	}
	
/* Basic Page enhancement */
.full-bleed {
	position: absolute;
	width: calc(50vw - 30px);
	height: 100%;
	top: 0;
	right: 30px;
	bottom: 0;
	}
.overflow-visible {
	overflow: visible;
	}

/* ----- [ Accordion ] ------------ */
dl.accordion {
	margin: 0;
	padding: 25px 0 0;
	position: relative;
	border-top: 1px solid #ccc;
	}
dl.accordion > dt {
	font-family: var(--body);
	font-size: 1.2rem;
	line-height: 1.3em;
	font-weight: 600;
	list-style: none;
	}

dl.accordion > dt > a {
	color: #000;
	display: block;
	vertical-align: middle;
	position: relative;
	padding-right: 1.5em;
	padding-bottom: 25px;
	text-decoration: none;
	transition: all .2s ease; 
	border-bottom: 1px solid #ccc;
	}

dl.accordion > dt span {
	display: block;
	margin: 0;
	text-transform: none;
	font-weight: 400;
	}

dl.accordion > dt > a:before {
	content: '+';
	color: var(--orange);
	position: absolute;
	right: 0;
	top: -4px;
	font-size: 2.2rem;
	font-weight: 400;
	}

dl.accordion > dt > a.open {
	border-bottom: none;
	}

dl.accordion > dt > a.open:before {
	content: '−'; /* true minus sign */
	}
dl.accordion dd {
	padding: 0;
	margin: 0 0 25px;
	max-height: 0;
	opacity: 0;
    transition: all .4s ease;
	}
dl.accordion dd.is-open {
	padding: 0 0 15px;
	max-height: 1000px;
	opacity: 1;
	border-bottom: 1px solid #ccc;
	}

dl.accordion > dt > a:hover:before {
	}
	
dl.accordion p {
	line-height: 1.8;
	padding-right: 2em;
	}

/* ----- [ CMS Content ] ------------------------ */
.cms-content p > img {
	max-width: 100%;
	display: block;
	}
/*	
.cms-content h2 {
	font-size: 32px;
	margin: 0 0 0.5em;
	}
*/
.cms-content p + h2,
.cms-content ul + h2 {
	margin: 1.2em 0 0.5em;
	}

.cms-content ul,
.cms-content ol {
	margin: 0 0 1em;
	}
.cms-content ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	}
.cms-content ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	}

.margin-bottom {
	margin-bottom: 2em;
	}
	
.cms-content a:not(.button, .accordion dt a) {
	text-decoration: underline;
	}


/* ----- [ Contact Page: SimpleContactForm ]----------------------- */
.map-canvas {
	margin-bottom: 30px;
	}

.form-wrapper {
	max-width: 700px;
	margin: 20px auto;
	}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	}
input[type=submit],
input.button {
    -webkit-appearance: none;
	}

input,
select,
textarea {
    font-size: 1em;
    width: 100%;
    padding: 6px 10px;
    margin: 0 0 10px;
	color: #333;
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    }

input:focus, 
textarea:focus {
	outline: 0;
	box-shadow: 0 0 0 1px var(--accent-1);
	border-color: var(--accent-1);
	}

/* general inputs */
input, textarea, select {
	font-family: 'Montserrat', sans-serif;	
	font-weight: 400;
	/*-webkit-text-stroke: 0.1px;*/
	/*-webkit-appearance: none;*/
	}

.Inputfields,
.InputfieldForm {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	}
.Inputfield,
.form__item {
	margin-bottom: 10px;
	flex: 1 0 100%;
	padding: 0 5px;
	position: relative;
	}

@media screen and (min-width: 960px) { 
	.Inputfield,
	.form__item {
		flex: 1 0 100%;
		}
	.Inputfield_first_name,
	.Inputfield_last_name,
	.form__item--c_firstname,
	.form__item--c_lastname {
		flex: 1 0 50%;
		}
}
.Inputfield input,
.Inputfield textarea,
.form__item input,
.form__item textarea {
	border: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #ebebeb;
	padding: 8px 12px;
	border-radius: 0;
	border: 1px solid #ebebeb;
	}
.Inputfield input:hover,
.Inputfield input:active,
.Inputfield textarea:hover,
.Inputfield textarea:active,
.form__item input:hover,
.form__item input:active,
.form__item textarea:hover,
.form__item textarea:active {
	border: 1px solid #444;
	}
	
.form__item input::placeholder {
	opacity: 0;
	}

.Inputfield label:not(.Inputfield_agree_terms label),
.form__item label:not(.form__item--c_terms_consent label) {
	font-family: 'Roboto Slab', serif;
	display: inline-block;
	margin: 0 0 8px;
	font-size: 1em;
	font-size: 0.9rem;
	color: var(--cifb);
	}
.Inputfield_agree_terms label,
.form__item--c_terms_consent {
	font-size: 0.9em;
	}
	
.InputfieldHeaderHidden,
.field__header--hidden,
.form__item--scf-website {
	display: none;
	}
	
.InputfieldCheckbox,
.InputfieldCheckbox label {
	position: relative;
	}
.pw-no-select {
	line-height: 1.3em;
	margin-left: 2.2em;
	cursor: pointer;
	}
.checkbox label {
	position: relative;
	}
.FieldtypeCheckbox,
.InputfieldRadiosStacked input[type="radio"],
.InputfieldCheckbox input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	opacity: 0;
	}
.checkbox label::before,
.pw-no-select::before,
.InputfieldRadios .pw-no-select::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -3px;
	left: 0;
	height: 24px;
	width: 24px;
	border: 1px solid #ebebeb;
	background: #ebebeb;
	margin: 0;
	}

.InputfieldCheckbox:hover .pw-no-select::before {
	border: 1px solid #444;
	}
	
.InputfieldRadios .pw-no-select::before {
	border-radius: 50%;
	}
	
.FieldtypeCheckbox + .pw-no-select::before {
	left: 5px;
	}

.checkbox label::after,
.pw-no-select::after {
	content: "";
	display: inline-block;
	position: absolute;
    top: 0;
    left: 9px;
    width: 7px;
    height: 14px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(45deg);
	margin: 0 !important;
	}
	
.FieldtypeCheckbox + .pw-no-select::after {
	left: 13px;
	}
	
input[type="checkbox"] + .pw-no-select::after,
input[type="radio"] + .pw-no-select::after {
	content: none;
	}
input[type="checkbox"]:checked + .pw-no-select::after,
input[type="radio"]:checked + .pw-no-select::after {
	content: "";
	}
input[type="checkbox"]:checked + .pw-no-select::before,
input[type="radio"]:checked + .pw-no-select::before {
	background: #ebebeb;
	}

.InputfieldHeaderHidden,
.Inputfield_source {
	display: none;
	}

/* errors (SCF) */
.field--error--message {
	float: right;
	color: #f00;
	font-weight: 300;
	font-size: 0.8em;
	margin: 0;
	display: none;
	}
.field--error > label:after {
	content: " *";
	color: #f00;
	font-size: 1em;
	}
.form__item--c_terms_consent .field--error--message {
	float: none;
	}
.form--error--message,
.form--success--message {
	text-align: center !important;
	font-weight: 400;
	line-height: 1.5;
	background: #fff;
	border: 10px solid var(--grey1);
	padding: 10px;
	margin: 5px auto 20px;
	width: calc(100% - 10px);
	}
	
.footer-form-wrapper .form--success--message {
	text-align: center !important;
	font-weight: 400;
	line-height: 1.3;
	background: none;
	border: 5px solid #ccc;
	padding: 10px;
	margin: 0 0 10px;
	width: auto;
	}

/* subscribe */
.footer-form-wrapper {
	margin: 0 0 0 auto;
	max-width: 480px;
	}
.footer-form-wrapper .InputfieldForm {
	margin: 0;
	}
.footer-form-wrapper .Inputfields,
.footer-form-wrapper .form__item {
	display: flex;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	}
.footer-form-wrapper .Inputfield {
	padding: 0;
	margin: 0;
	}
.footer-form-wrapper .field__header--hidden {
	position: absolute;
	}
.footer-form-wrapper .InputfieldEmail {
	flex: 1;
	}
.footer-form-wrapper .InputfieldEmail label,
.footer-form-wrapper .form__item--label {
	position: absolute;
	}
.footer-form-wrapper .InputfieldEmail input,
.footer-form-wrapper .FieldtypeEmail {
	border: 1px solid var(--ceem);
	height: 43px;
	}
.footer-form-wrapper .InputfieldEmail input::placeholder,
.footer-form-wrapper .FieldtypeEmail::placeholder {
	opacity: 1;
	color: #666;
	}
.footer-form-wrapper .InputfieldSubmit,
.footer-form-wrapper .form__item--submit {
	flex: none;
	height: 43px;
	}
	
.footer-form-wrapper .form__item--c_email {
	flex: 1;
	}
.footer-form-wrapper .form__item--label {
	display: none;
	}
.footer-form-wrapper .form__item--scf-website,
.footer-form-wrapper .form__item--scf-date {
	display: none;
	}

.alert .alert-success success {
	font-size: 1.1rem;
	}

.spin{
	width: 30px;
	height: 30px;
	margin: -8px 0 -8px;
	vertical-align: middle;
	-webkit-animation:fa-spin 2s infinite linear;
	animation:fa-spin 2s infinite linear;
	}

/* ----- [ Buttons ] --------------------------- */
button,
.button {
	display: inline-block;
	margin: 0;
	padding: 14px 30px;
	color: var(--grey1);
	background: var(--ceem);
	border: 1px solid var(--ceem);
	cursor: pointer;
	width: auto;
	font-size: 0.8rem;
	line-height: 1;
	font-weight: 600;
	opacity: 1;
	transition: all 0.3s ease;
	letter-spacing: 0.05em;
	text-decoration: none;
	}
button:hover,
.button:hover,
button.on,
.button.on,
button:active,
.button:active {
	color: var(--ceem);
	background: transparent;
	text-decoration: none;
	}

.button-rev,
.hero .button,
.dark .button {
	color: var(--black);
	background: var(--grey1);
	border-color: var(--grey1);
	}
.button-rev:hover,
.hero .button:hover,
.dark .button:hover {
	color: var(--grey1);
	background: transparent;
	}

.button-cifb {
	color: var(--grey1);
	background: var(--cifb);
	border-color: var(--cifb);
	}
.button-fais {
	color: var(--grey1);
	background: var(--fais);
	border-color: var(--fais);
	}
.button-cifb:hover {
	color: var(--cifb);
	}
.button-fais:hover {
	color: var(--fais);
	}

.button-black {
	color: var(--grey1);
	background: var(--dark);
	}
.button-grey {
	color: var(--black);
	background: var(--grey1);
	}
	
.button-small {
	padding: 10px 20px;
	font-size: 0.7rem;
	}
	
.button-text {
	color: var(--ceem);
	color: var(--black);
	background: transparent;
	border: none;
	padding-left: 0;
	}
.button-text:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 15px;
	background: url('../images/button-arrow.svg') 50% 50% no-repeat;
	transition: all 0.3s ease;
	}
	
.button-text:hover:after {
	margin-left: 5px;
	}

.button-group .button {
	margin-bottom: 10px;
	}
	
.event-card .button-group .fright {
	float: none;
	}
	

@media only screen and (min-width: 410px) {
	.event-card .button-group .fright {
		float: right;
		}
}

/* better way? */
.button-group.flex-group {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	}
@media only screen and (min-width: 760px) {
	.button-group.flex-group {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		}
	.button-group.flex-group .button-text {
		margin-bottom: 0;
		}
}


.menu-item .virtual-button {
	display: inline-block;
	padding: 14px 20px;
	margin: 10px -20px;
	color: #fff;
	background: #E96F59;
	border: 1px solid #E96F59;
	}
.menu-item .virtual-button:hover {
	border: 1px solid #fff;
	background: transparent;
	}
	
@media only screen and (min-width: 1010px) {
	.menu-item .virtual-button {
		margin: 0;
		margin-top: -14px;
		}
}

	
/*-------[ Home Modal ] ---------------------------- */
.landing-section {
	position: fixed;
	min-height: 100vh;
	width: 100%;
	z-index:9999;
	justify-content: center;
	align-items: center;
	padding: 20px;
	}
.landing-enter {
	color: var(--ceem);
	background: var(--grey1);
	padding: 30px;
	}
.landing-enter.fais h1,
.landing-enter.fais .hero-text p {
	color: var(--fais);
	}
.landing-enter.cifb h1,
.landing-enter.cifb .hero-text p {
	color: var(--cifb);
	}
.landing-enter .hero-text {
	padding: 0 0 20px;
	}
.landing-enter h1 span {
	color: #E96F59;
	}
	
.landing-badge {
	width: 100px;
	margin: -15px -30px 0 auto;
	}
.landing-enter .button-text {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 1rem;
	}
	
.landing-enter .button-text.fright {
	float: none;
	}

@media only screen and (min-width: 600px) {
	.landing-enter .hero-text {
		padding: 30px 80px 20px 50px;
		}
	.landing-enter {
		padding: 40px 60px;
		}
	.landing-enter .button-text.fright {
		float: right;
		}
}


/*-------[ Footer ] ---------------------------- */
.page-footer {
	color: #000;
	padding: 80px 0 35px;
	text-align: left;
	width: 100%;
	overflow: hidden;
	background: var(--grey1);
	}

.page-footer .inner {
	padding: 0 30px 1px;
	}
.page-footer p,
.page-footer li {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 0.8em;
	line-height: 1.8em;
	font-weight: 400;
	margin: 0 0 0.8em;
	}

.page-footer a {
	color: #000;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	}
.page-footer a:hover {
	color: #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
	}

.footer-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	}

.footer-logo-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: flex-end;
	margin: 150px 0 35px;
	}
	
.footer-logo {
	width: 50px;
	margin: 0;
	}

.site-credits {
	margin: 0;
	padding-top: 50px;
	border-top: 1px solid #000;
	}
.site-credits p {
	font-size: 0.8em;
	margin: 0;
	}
	
.footer-meta {
	margin-bottom: 20px;
	}


@media only screen and (min-width: 920px) {
	.footer-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
		}
}

/* ----- [ SVG Social Media Icons ] --------------- */
.social-icons {
	text-align: left;
	margin: 10px 0;
	}
.social-icons .social-icon {
    color: #333;
    display: inline-block;
    margin: 0 10px 0 0;
	}

.social-icons .social-icon a {
    color: #fff;
    border: none;
	}

.social-icons .social-icon a:hover,
.social-icons .social-icon a:active,
.social-icons.contact-icons .social-icon a:hover,
.social-icons.contact-icons .social-icon a:active {
    color: var(--black);
    border: none;
	}

.social-icons .social-icon svg {
	height: 36px;
	width: 36px;
    fill: #000;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
	}
	
.social-icon a svg{
    color: #000;
    transition: all 0.3s ease;
    }
.social-icons.contact-icons .social-icon svg:hover,
.social-icons.contact-icons .social-icon a:hover {
    color: var(--black);
    }
    
.social-icon a:hover svg,
.social-icon a:active svg {
    transform: scale(1.1);
    }

/* ----- [ Utility Classes ] ------------------------ */
/* ----- [ Utility: Dark ] -----------------*/
.dark {
	color: #fff;
	}
.dark h2,
.dark h3,
.dark h4,
.dark p,
.dark li,
.dark a {
	color: var(--grey1);
	}
	
/* utility */
.pad-top-64 { padding-top: var(--pad50); }
.pad-top-96 { padding-top: var(--pad86); }
.pad-top-128 { padding-top: var(--pad70); }
.pad-top-160 { padding-top: var(--pad120); }
.pad-top-192 { padding-top: var(--pad150); }
.pad-bottom-64 { padding-bottom: var(--pad50); }
.pad-bottom-96 { padding-bottom: var(--pad86); }
.pad-bottom-128 { padding-bottom: var(--pad70); }
.pad-bottom-160 { padding-bottom: var(--pad120); }
.pad-bottom-192 { padding-bottom: var(--pad150); }

/* ----- [ Utility: Object Fit Images ] -----------------*/
.object-fit-cover {
	object-fit: cover;
	height: 100%;
	width: 100%;
	}
.object-fit-right {
	object-position: right;
	}
.object-fit-left {
	object-position: left;
	}

.of-visible {
	overflow: visible;
	}


.spacer96 { height: 80px; border: none; }
.spacer160 { height: 140px;  border: none; }

	
/* utility */
.radius-3 {
	border-radius: 0 0 50px 0;
	}
.radius-1 {
	border-radius: 50px 0 0 0;
	}
.radius-1-4 {
	border-radius: 50px 0 0 50px;
	}
.radius-1-2 {
	border-radius: 50px 50px 0 0;
	}

/* change these */
.c-purple { color: var(--ceem); }
.c-blue   { color: var(--cifb); }
.c-green  { color: var(--gree); }
.b-purple { background: var(--ceem); }
.b-blue   { background: var(--cifb); }
.b-green  { background: var(--gree); }

img.inline {
	display: inline !important;
	}
img.right {
	float: right;
	}
	
img.full {
	width: 100%;
	}
img.half {
	width: 50%;
	float: left;
	}

.fright {
	float: right;
	}
.fleft {
	float: left;
	}
	
.fit-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	}
	
/* global section centering #utility */
.text-left,
.text-left p,
.text-left li,
.text-left h2,
.text-left h3 {
	text-align: left;
	}
.text-right,
.text-right p,
.text-right li,
.text-right h2,
.text-right h3 {
	text-align: right;
	}
.text-center {
	text-align: center;
	}

.center,
.center p,
.center h1,
.center h2,
.center h3,
.center h4,
.centered,
.centered p,
.centered h2,
.centered h3 {
	text-align: center;
	}
	
.text-reverse {
	color: #fff;
	}

.nobreak {
	white-space: nobreak;
	}

.w-regular,
.text-regular {
	font-weight: 400;
	}

.uppercase {
	text-transform: uppercase !important;
	}
.lowercase {
	text-transform: none !important;
	}
.stretch {
	align-items: stretch;
	}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	}
.clearfix:after {
	clear: both;
	}
.clearfix { 
	zoom: 1;
	}
	
.align_left {
	float: left;
	margin: 0 1em 1em 0;
	}
.align_right {
	float: right;
	margin: 0 0 1em 1em;
	}
.align_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	}

#editpage {
	position: fixed;
	bottom: 0;
	left: 0; 
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
	z-index: 1000;
	}
#editpage:hover {
	background: #ffffcc;
	color: #000; 
	}
.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
	}

