/******************************
		=BASE
******************************/
:root {
	--primary-color: #000;
	--secondary-color: #4682b4;
	--supplement-color: #222;
	--focus-color: #89235e;
	--active-color: #4682b4;
	--primary-font: 'Inter';
	--secondary-font: 'Lora';
	--supplement-font: 'Lato';
}

::selection {
	background: var(--supplement-color) !important;
	color: #fff;
}

::-webkit-input-placeholder {
	color: #fff;
}

::-moz-placeholder {
	color: #fff;
}

:-ms-input-placeholder {
	color: #fff;
}

:-moz-placeholder {
	color: #fff;
}

html {
	position: relative;
	background: #fff;
	font-family: var(--primary-font), sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-style: normal;
	color: var(--primary-color);
	max-width: 100%;
	overflow-x: hidden;
}

html .header {
	height: auto;
}

html.home .ct-container.hero {
	position: relative;
	background: url(../img/bg-welcome.jpg) var(--primary-color) right top no-repeat !important;
	min-height: 50vh;
}

html.home .ct-container.painpoints {
	position: relative;
	background: url(../img/bg-painpoints.jpg) var(--primary-color) center top no-repeat !important;
	background-size: cover !important;
	padding: 100px 10vw;
}

html.home .ct-container.pricing,
html.pricing .ct-container.pricing {
	position: relative;
	background: url(../img/bg-pricing.jpg) var(--primary-color) center center no-repeat !important;
	background-size: cover !important;
	padding: 100px 10vw;
}

html.about .ct-container.hero {
	position: relative;
	background: url(../img/bg-about.jpg) var(--primary-color) center top no-repeat !important;
	background-size: cover !important;
	min-height: 50vh;
}

html.about .ct-container.usp1 {
	position: relative;
	background: url(../img/bg-usp.jpg) var(--primary-color) center top no-repeat !important;
	background-size: cover !important;
	padding: 100px 10vw;
}

html.home .ct-container.solutions,
html.about .ct-container.usp2 {
	position: relative;
	background: url(../img/bg-graduates.jpg) var(--primary-color) center top no-repeat !important;
	background-size: cover !important;
	padding: 100px 50px;
}

html.home .ct-container.cta,
html.about .ct-container.founder {
	position: relative;
	background: url(../img/bg-founder.jpg) var(--primary-color) center top no-repeat !important;
	background-size: cover !important;
	min-height: 50vh;
}

html.about .ct-container.quote {
	position: relative;
	background: url(../img/bg-quote.jpg) var(--primary-color) center top no-repeat !important;
	background-size: cover !important;
	padding: 100px 50px;
}

html.about .ct-container.cta,
html.resources .ct-container.hero {
	position: relative;
	background: url(../img/bg-welcome.jpg) var(--primary-color) right top no-repeat !important;
	min-height: 50vh;
}

html.user .header {
	position: relative;
	height: 100vh;
	min-height: 768px;
	background: url(../img/bg-register.jpg) top center no-repeat;
	background-size: cover;
}

html.check .header {
	position: relative;
	height: 100vh;
	min-height: 768px;
	background: url(../img/bg-account.jpg) top center no-repeat;
	background-size: cover;
}

html.account .header {
	position: relative;
	height: 100vh;
	min-height: 768px;
	background: url(../img/bg-account.jpg) top center no-repeat;
	background-size: cover;
}

html.contact .header {
	position: relative;
	height: 100vh;
	min-height: 768px;
	background: url(../img/bg-contact.jpg) center center no-repeat;
	background-size: cover;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: var(--primary-font), sans-serif;
	font-weight: 500;
	color: var(--primary-color);
}

h5 {
	margin-top: 30px;
}

p {
	*color: var(--primary-color);
}

a {
	font-family: var(--primary-font), sans-serif;
	color: var(--secondary-color);
}

a.inverse {
	color: #fff;
}

a:hover,
a:focus {
	color: var(--focus-color);
	text-decoration: none;
}

a.hyper {
	position: relative;
	color: var(--secondary-color) !important;
}

a.hyper:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: var(--secondary-color);
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

a.hyper:hover {
	color: var(--secondary-color);
	text-decoration: none;
}

a.hyper:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/******************************
		=MENU
******************************/
.navbar {
	background: #fff;
}

.navbar nav {
	min-height: 60px;
	padding: 0;
}

.navbar.uk-sticky.uk-active {
	background: #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	z-index: 1000;
}

.navbar.uk-sticky.uk-active .primary-logo {
	width: 225px;
	height: 60px;
}

.navbar.uk-sticky.uk-active .primary-logo:after {
	right: 3px;
	top: 10px;
}

.uk-navbar-container .uk-navbar-nav > li {
	margin: 0 0 0 10px;
}

.uk-navbar-container .uk-navbar-nav > li > * {
	font-family: var(--primary-font), sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	text-transform: none;
	color: var(--primary-color);
	margin: 5px 0;
	padding: 0;
	min-height: 40px;
}

.uk-navbar-container .uk-navbar-nav > li .uk-icon {
	min-width: 12px;
}

.uk-navbar-container .uk-navbar-nav > li .uk-nav.uk-dropdown-nav {
	padding: 10px !important;
}

.uk-navbar-container .uk-navbar-nav > li .uk-nav.uk-dropdown-nav > li > a {
	font-size: 16px;
}

.uk-navbar-toggle.uk-open,
.uk-navbar-toggle:focus,
.uk-navbar-toggle:hover,
.uk-navbar-container .uk-navbar-nav > li:hover > *:not(.uk-button),
.uk-navbar-container .uk-navbar-nav > li:focus > *:not(.uk-button),
.uk-navbar-container .uk-navbar-nav > li > *:not(.uk-button):focus {
	color: var(--focus-color);
}

.uk-navbar-container .uk-navbar-nav > li.uk-active > * {
	color: var(--primary-color);
	font-weight: 600;
	border-bottom: 2px solid var(--focus-color);
}

.uk-offcanvas-bar {
	background: var(--primary-color);
	border-top: 5px solid var(--focus-color);
}

.uk-offcanvas-bar .primary-logo {
	display: block;
	background: url('../img/logo-white.svg') center center no-repeat;
	background-size: contain;
	width: 180px !important;
	height: 48px !important;
	margin: 0 auto;
}

.uk-offcanvas-bar .uk-nav-primary > li > a {
	font-size: 1em;
	margin: 10px 0;
}

* + .uk-grid-margin-medium,
.uk-grid + .uk-grid-medium,
.uk-grid + .uk-grid-row-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-row-medium > .uk-grid-margin {
	margin-top: 15px;
}

.uk-badge.uk-badge-success {
	background: #63a35c;
}

.uk-badge.uk-badge-danger {
	background: #f0506e;
}

.uk-progress {
	border-radius: 0;
	margin: 0;
}

.uk-pagination > .uk-active > * {
	font-weight: 700;
}

.uk-pagination > .uk-disabled > * {
	color: #dedede;
}

.load-more {
	margin: 20px 0;
	text-align: center;
}

.primary-logo {
	position: relative;
	display: block;
	background: url('../img/logo.svg') center center no-repeat;
	background-size: contain;
	width: 300px;
	height: 80px;
	margin: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out ;
	-ms-transition: all 0.25s ease-in-out ;
	-o-transition: all 0.25s ease-in-out ;
	transition: all 0.25s ease-in-out ;
}

.primary-logo:after {
	content: "beta";
	position: absolute;
	right: 4px;
	top: 15px;
	font-family: var(--primary-font), sans-serif;
	font-size: 12px !important;
	font-weight: 400 !important;
	color: var(--focus-color);
}

.primary-button {
	border-radius: 5px;
	background: var(--focus-color);
	text-transform: none!important;
	font-family: var(--primary-font), sans-serif;
	font-size: 18px !important;
	font-weight: 500 !important;
	letter-spacing: 0;
	line-height: 30px;
	padding: 5px 20px !important;
	color: #fff !important;
}

.primary-button.primary-button-small {
	font-size: 11px !important;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	text-align: center;
	padding: 5px 10px !important;
}

.primary-button:focus,
.primary-button:hover {
	background: var(--supplement-color);
}

.primary-button.inverse {
	background: #fff;
	color: var(--primary-color) !important;
	border: 1px solid var(--primary-color) !important;
}

.primary-button.inverse:focus,
.primary-button.inverse:hover {
	background: var(--focus-color);
	color: #fff !important;
	border: 1px solid var(--focus-color) !important;
}

.primary-button.alter {
	background: var(--primary-color);
	color: #fff !important;
	border: 1px solid var(--primary-color) !important;
}

.primary-button.alter:focus,
.primary-button.alter:hover {
	background: var(--focus-color);
	color: #fff !important;
	border: 1px solid var(--focus-color) !important;
}

.primary-button + .primary-button {
	margin-left: 10px !important;
}

.uk-alert {
	margin-bottom: 0;
}

.uk-subnav > li > a {
	text-transform: none !important;
}

.uk-subnav > .uk-active > a {
	color: var(--primary-color);
	font-size: 1em;
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
}

.uk-subnav-pill > * > a {
	border-radius: 5px;
}

.uk-subnav-pill > .uk-active > a {
	background: var(--primary-color);
	color: #fff;
}

.uk-subnav-divider > * {
	line-height: 30px;
}

.uk-breadcrumb {
	margin: 50px 0 0 0;
	padding: 5px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.uk-dotnav > .uk-active > * {
	background-color: var(--focus-color);
}

/******************************
		=BODY
******************************/
.section-title {
	color: var(--primary-color);
	font-size: 36px;
	line-height: 44px;
}

.ct-container {
	padding: 50px 0;
	background: #fff !important;
}

.ct-container.inverse {
	padding: 60px 0;
	background: var(--primary-color) !important;
	color: #fff !important;
}

.ct-container.inverse .section-title {
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
}

.ct-container.inverse .section-title-small {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}

.ct-container.inverse .section-title-large {
	font-size: 50px;
	line-height: 60px;
	font-weight: 900;
}

.ct-container.inverse p {
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
}

.ct-container.inverse ul li {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.ct-container.inverse h1,
.ct-container.inverse h2,
.ct-container.inverse h3,
.ct-container.inverse h4,
.ct-container.inverse h5,
.ct-container.inverse h6,
.ct-container.inverse p {
	color: #fff;
}

.ct-container.inverse .uk-card h1,
.ct-container.inverse .uk-card h2,
.ct-container.inverse .uk-card h3,
.ct-container.inverse .uk-card h4,
.ct-container.inverse .uk-card h5,
.ct-container.inverse .uk-card h6,
.ct-container.inverse .uk-card p {
	color: var(--primary-color);
}

.painpoints-container {
	padding: 0 0 0 5vw;
}

.quote-container {
	background: url(../img/ico-about.svg) center center no-repeat;
	background-size: contain;
}

.content-container {
	margin: 30px 0;
}

.content-container p {
	font-size: 1.2rem;
}

.video-wrapper {
	position: relative;
	height: 100vh;
	min-height: 480px;
	background-size: cover;
}

.video-wrapper video.bg-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.glass-panel {
	background-color: rgba(255, 255, 255, 0.1) !important;
	border: 1px solid var(--supplement-color);
	border-radius: 40px;
	opacity: 1;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	margin: 30px auto;
	padding: 40px;
	color: #fff;
}

.glass-panel.glass-panel-large {
	border-radius: 80px;
	padding: 60px;
}

.glass-panel.focus,
.glass-panel.hover {
	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.glass-panel.hover:hover {
	box-shadow: 0 14px 25px rgb(0 0 0 / 16%);
	transform: scale(1.04);
}

.glass-panel hr.stretch {
	margin-left: -40px;
	margin-right: -40px;
}

.glass-panel.glass-panel-large hr.stretch {
	margin-left: -60px;
	margin-right: -60px;
}

.price {
	font-size: 60px;
	line-height: 64px;
	font-weight: 700;
}

.price-intro {
	font-size: 0.9em;
	line-height: 1em;
	font-weight: 400;
}

.price-label {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
}

.uk-card {
	border-radius: 5px;
}

.uk-card-large {
	border-radius: 20px;
}

.uk-card-xlarge {
	border-radius: 50px;
}

.uk-card-mini .uk-card-body,
.uk-card-mini.uk-card-body {
	padding: 10px 20px
}

.uk-card-title {
	font-size: 1.25rem;
	line-height: 1.4;
	font-weight: 400;
}

.uk-card-footer {
	padding: 20px 20px;
}

.uk-text-primary {
	color: var(--primary-color) !important;
}

.uk-text-secondary {
	color: var(--focus-color) !important;
}

.uk-text-medium {
	font-size: 1.25rem;
    line-height: 1.25;
}

.uk-slider-items img {
	border-radius: 5px;
}

.uk-table th {
	font-weight: 600;
	text-transform: none;
}

.uk-table-hover tbody tr:hover,
.uk-table-hover > tr:hover {
	background: #eee;
}

.uk-form-stacked .uk-form-label {
	font-size: 1em;
	font-weight: 700;
}

/******************************
		=Icons
******************************/
.ico {
	width: 60px;
	height: 60px;
	margin: 10px auto;
}

.ico-about {
	background: url(../img/ico-about.svg) center center no-repeat;
	background-size: contain;
}

.ico-about.inverse {
	background: url(../img/ico-about-white.svg) center center no-repeat;
	background-size: contain;
}

.ico-venue-finding {
	background: url(../img/ico-venue-finding.svg) center center no-repeat;
	background-size: contain;
}

.ico-venue-finding.inverse {
	background: url(../img/ico-venue-finding-white.svg) center center no-repeat;
	background-size: contain;
}

.ico-event-management {
	background: url(../img/ico-event-management.svg) center center no-repeat;
	background-size: contain;
}

.ico-event-management.inverse {
	background: url(../img/ico-event-management-white.svg) center center no-repeat;
	background-size: contain;
}

.ico-case-studies {
	background: url(../img/ico-case-study.svg) center center no-repeat;
	background-size: contain;
}

.ico-case-studies.inverse {
	background: url(../img/ico-case-study-white.svg) center center no-repeat;
	background-size: contain;
}

.ico-blogs {
	background: url(../img/ico-blogs.svg) center center no-repeat;
	background-size: contain;
}

.ico-blogs.inverse {
	background: url(../img/ico-blogs-white.svg) center center no-repeat;
	background-size: contain;
}

/******************************
		=Thumbnail
******************************/
.thumbnail {
	width: 100%;
	min-height: 250px;
	border-radius: 5px;
}

.thumbnail.medium {
	min-height: auto;
	max-height: 120px;
	background: #dedede;
	overflow: hidden;
}

.thumbnail.small {
	min-height: auto;
	max-height: 80px;
	background: #dedede;
	overflow: hidden;
}

.thumbnail.tile {
	width: 100%;
	height: initial;
	height: 180px;
	background: #dedede;
	overflow: hidden;
}


.thumbnail.tile img {
	border-radius: 5px;
}

.thumbnail.joe {
	background: url(../img/thumbnail-joe-oconnell.jpg) center center no-repeat;
	background-size: cover;
}

.thumbnail.colleen {
	background: url(../img/thumbnail-colleen-gray.jpg) center center no-repeat;
	background-size: cover;
}

.thumbnail.incentive-travel {
	background: url(../img/thumbnail-incentive-travel.jpg) center center no-repeat;
	background-size: cover;
}

.thumbnail.conference-planning {
	background: url(../img/thumbnail-conference-planning.jpg) center center no-repeat;
	background-size: cover;
}

.thumbnail.event-space {
	background: url(../img/thumbnail-event-space.jpg) center center no-repeat;
	background-size: cover;
}

.thumbnail.group-accommodation {
	background: url(../img/thumbnail-group-accommodation.jpg) center center no-repeat;
	background-size: cover;
}

.thumbnail.case-study {
	background-color: #dedede;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.thumbnail.case-study-conference {
	background: url(../img/thumbnail-case-study-conference.jpg) center center no-repeat;
	background-size: cover;
}

.thumbnail.case-study-corporate {
	background: url(../img/thumbnail-case-study-corporate.jpg) center center no-repeat;
	background-size: cover;
}

.thumbnail.blog {
	background-color: #dedede;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

/******************************
		=Legacy Articles
******************************/
.et_pb_image {
	text-align: center;
	margin: 10px 0;
}

.et_pb_image img {
	border-radius: 5px;
	max-width: 100%;
}

/******************************
		=Content
******************************/
.tags .tag {
	padding-left: 10px;
}

.tags .tag span,
.tags .tag a {
	color: var(--primary-color);
    font-family: var(--primary-font), sans-serif;
    font-size: 0.95em;
    font-weight: 400;
	text-transform: none;
    border: 1px solid var(--primary-color) !important;
    padding: 0 15px;
    border-radius: 15px;
    margin: 10px 0;
}

.tags .tag a:focus,
.tags .tag a:hover {
	background-color: var(--primary-color);
	color: #fff;
}

/******************************
		=Contact
******************************/
.uk-input,
.uk-select,
.uk-textarea {
	border-radius: 5px;
	color: var(--primary-color);
}

.uk-input:focus,
.uk-select:focus,
.uk-checkbox:focus,
.uk-radio:focus,
.uk-textarea:focus {
    color: var(--primary-color);
    border-color: var(--focus-color);
}

.uk-checkbox {
	border-radius: 2px;
}

.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus,
.uk-radio:checked:focus {
	background-color: var(--focus-color);
}

/******************************
		=FOOTER
******************************/
.hashtag {
	font-family: var(--secondary-font), sans-serif;
	font-weight: 100;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: 2px;
	margin: 30px auto;
	color: #fff;
}

footer {
	background: var(--primary-color);
	position: relative;
	text-align: center;
	padding: 50px 0;
	font-size: 0.9em;
	color: #fff;
}

footer p {
	color: #fff;
}

footer .uk-subnav > * > * {
	color: #fff !important;
	text-transform: none !important;
}

footer .uk-subnav > * > *:hover {
	color: #f2f2f2 !important;
}

@keyframes "blink" {

	from,
	to {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

@-moz-keyframes blink {

	from,
	to {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

.ico-live {
	-webkit-animation: 1s blink ease infinite;
	-moz-animation: 1s blink ease infinite;
	-ms-animation: 1s blink ease infinite;
	-o-animation: 1s blink ease infinite;
	animation: 1s blink ease infinite;

}

@-webkit-keyframes "blink" {

	from,
	to {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

@-ms-keyframes "blink" {

	from,
	to {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

@-o-keyframes "blink" {

	from,
	to {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

/******************************
		=RESPONSIVE
******************************/
@media only screen and (max-width: 1199px) {
	
	html.home .ct-container.painpoints {
		position: relative;
		background: url(../img/bg-painpoints.jpg) var(--primary-color) left top no-repeat !important;
		background-size: cover !important;
		padding: 100px 10vw;
	}
	
	.navbar nav {
		min-height: 40px;
	}

	.navbar,
	.navbar.uk-sticky.uk-active {
		background-size: initial;
	}

	.uk-navbar-item,
	.uk-navbar-nav>li>a,
	.uk-navbar-toggle {
		color: var(--primary-color);
		min-height: 40px;
	}
	
	.primary-logo {
		width: 150px !important;
		height: 40px !important;
	}
	
	.primary-logo:after {
		right: 0;
		top: 0;
	}
	
	.video-wrapper.extended {
		min-height: 150vh;
	}
	
}

@media only screen and (min-width: 640px) {
	
	.thumbnail.medium {
		width: 180px;
	}
	
	.thumbnail.small {
		width: 120px;
	}
	
}

@media only screen and (max-width: 639px) {
	
	html.about .ct-container.hero {
		background: url(../img/bg-about.jpg) var(--primary-color) left top no-repeat !important;
	}
	
	html.home .ct-container.cta {
		background: url(../img/bg-founder.jpg) var(--primary-color) left top no-repeat !important;
		background-size: cover !important;
	}
	
	html.about .ct-container.founder {
		background: url(../img/bg-founder.jpg) var(--primary-color) right top no-repeat !important;
		background-size: cover !important;
	}
	
	h2 {
		font-size: 1.5rem;
	}
	
	.video-wrapper.extended {
		min-height: 200vh;
	}
	
	.ct-container {
		padding: 25px 10px !important;
	}
	
	.ct-container.inverse .section-title-large {
		font-size: 36px;
		line-height: 54px;
	}
	
	.ct-container.inverse .section-title {
		font-size: 32px;
		line-height: 48px;
	}
	
	.ct-container.inverse .section-title-small {
		font-size: 24px;
		line-height: 36px;
	}
	
	.glass-panel {
		padding: 20px;
	}
	
	.glass-panel hr.stretch {
		margin-left: -20px;
		margin-right: -20px;
	}
	
}