/******************************
			=BASE
******************************/
::selection {
	background: #ed217c!important;
}

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

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

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

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

html {
	background: #faf9f8;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	color: #333;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
}

a {
	color: #333;
}

a:hover,
a:focus {
	color: #ed217c;
	text-decoration: none;
}

a.hyper {
	position: relative;
	color: #000!important;
}

a.hyper:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #000;
	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 {
	text-decoration: none;
}

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

a.hyper.inverse {
	color: #fff!important;
}

a.hyper.inverse:before {
	background-color: #fff;
}

.my-block-title {
	font-family: 'Inter', sans-serif;
	font-size: 28px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #0d1f43;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #222;
	padding-bottom: 5px;
}

.my-block-anchor {
	float: right;
	text-align: right;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	color: #0d1f43;
	margin: 0;
	padding: 10px 0;
}

.ico-virtual {
	width: 37px;
	height: 28px;
	background: url('../img/ico-virtual.svg') center center no-repeat;
}

.ico-webinar {
	width: 41px;
	height: 28px;
	background: url('../img/ico-webinar.svg') center center no-repeat;
}

.ico-roundtable {
	width: 40px;
	height: 32px;
	background: url('../img/ico-roundtable.svg') center center no-repeat;
}

.ico-align-left {
	float: left;
	margin-right: 15px;
}

.ico-align-right {
	float: right;
	margin-left: 15px;
}

.bookmark {
	display: block;
	width: 15px;
	height: 20px;
	margin: 0 auto;
	padding: 15px 22px;
	background-image: url('../img/ico-bookmark.svg');
	background-position: center center;
	background-repeat: no-repeat;
}

.bookmark.uk-active {
	background-image: url('../img/ico-bookmarked.svg')!important;
}

.tinted {
	background: url('../img/gradient.svg') center center no-repeat;
	background-size: cover;
}

.uk-checkbox:focus,
.uk-radio:focus {
	border-color: #ed217c;
}

.uk-checkbox:checked,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate,
.uk-checkbox:indeterminate:focus,
.uk-radio:checked,
.uk-radio:checked:focus {
	background-color: #ed217c;
	border-color: #ed217c;
}

.uk-tab > .uk-active > a {
	color: #ed217c;
	border-color: #ed217c;
}

/******************************
			=HOME
******************************/
.my-slider {
	position: relative;
	padding-bottom: 40px;
}

.my-container {
	position: relative;
	padding: 30px;
}

.my-container.my-container-default {
	padding: 30px 0;
}

.my-card {
	position: relative;
	padding: 0;
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.my-card.slider {
	height: 300px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.my-card .session-card {
	margin-bottom: 0;
}

.my-card .session-card.reset {
	box-shadow: none;
}

.my-card .session-card.reset:focus,
.my-card .session-card.reset:hover {
	border-color: transparent;
}

.my-card .session-card .session-time {
	font-size: 16px;
	line-height: 1.19;
	letter-spacing: normal;
}

.my-card img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.my-card .tint {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 70%);
	color: #fff;
}

.my-card .logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 70px;
	background: rgba(255, 255, 255, 0.85);
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0 10px;
}

.my-card .logo img {
	width: 140px;
	height: 140px;
	margin-top: -35px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.my-card .logo.logo-small {
	width: 80px;
	height: 40px;
}

.my-card .logo.logo-small img {
	width: 80px;
	height: 80px;
	margin-top: -20px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.my-card .play {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 50px;
	background: url('../img/ico-play.svg') center center no-repeat rgba(237, 33, 124, 0.85);
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.my-card .content {
	position: absolute;
	bottom: 50px;
	left: 0;
	padding: 15px;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}

.my-card .content .time {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	margin-bottom: 20px;
}

.my-card .content .title {
	font-family: 'Inter', sans-serif;
	font-size: 22px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}

.my-card .label {
	position: absolute;
	bottom: 15px;
	left: 75px;
	right: 75px;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}

.my-card .action {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 50px;
}

.my-card .action .bookmark {
	background-image: url('../img/ico-bookmark-inverse.svg');
}

.my-card .my-card-header {
	position: relative;
	border-radius: 10px;
	max-height: 200px;
	overflow: hidden;
}

.my-card .my-card-header .logo {
	width: 120px;
	height: 60px;
}

.my-card .my-card-header .logo img {
	width: 120px;
	height: 120px;
	margin-top: -30px;
}

.my-card .my-card-body {
	position: relative;
}

.my-card .my-card-body .session-time {
	font-family: 'Inter', sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
	color: #fff;
}

.my-card .my-card-body .logo {
	position: absolute;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	*background: none;
	*border-radius: 0;
	padding: 0;
	margin: 0 auto;
}

.my-card .my-card-body .session-name {
	font-family: 'Inter', sans-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
	margin: 10px 0;
}

.my-card .my-card-body .session-intro {
	font-family: 'Inter', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.27;
	color: #fff;
	margin: 20px 0 30px 0;
}

.my-slider .my-slidenav {
	position: absolute;
	top: 140px;
	padding: 30px;
	color: #373737;
}

.my-slider .my-slidenav.my-slidenav-previous {
	right: 65px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background: url('../img/ico-arrow-left.svg') center center no-repeat rgba(255, 255, 255, 0.9);
}

.my-slider .my-slidenav.my-slidenav-next {
	right: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: url('../img/ico-arrow-right.svg') center center no-repeat rgba(255, 255, 255, 0.9);
}

.uk-dotnav > * {
	margin-bottom: 10px;
}

.my-content-card {
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.my-content-card .uk-card-media-top img {
	width: 100%;
}

.my-content-card .uk-card-body,
.my-content-card.uk-card-body {
	position: relative;
	padding: 20px;
}

.my-content-card.my-content-card-small .uk-card-body,
.my-content-card.my-content-card-small.uk-card-body {
	padding: 15px;
}

.my-content-card .uk-card-body .uk-card-title {
	margin: 0 0 10px 0;
	font-size: 1.25rem;
}

.my-content-card .uk-card-body .uk-card-title-small {
	margin: 0 0 10px 0;
	font-size: 1rem;
}

.my-content-card .uk-card-body .uk-card-title-large {
	margin: 0 0 10px 0;
	font-size: 1.5rem;
}

.my-content-card .thumbnail {
	position: relative;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
}

.my-content-card .thumbnail img {
	width: 100%;
}
	
.my-content-card .logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 80px;
	background: rgba(255, 255, 255, 0.85);
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0 10px;
}

.my-content-card .logo img {
	width: 160px;
	height: 80px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.my-content-card .time {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	text-align: left;
	color: #ed217c;
}

.my-content-card .intro {
	margin-bottom: 35px;
	color: #333;
}

.my-content-card .bottomout {
	color: #333;
}

.my-content-card .bottomout ul {
	margin: 0;
}

.my-content-card .action {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.my-content-card.my-content-card-small .action {
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.my-modal .uk-modal-dialog {
	border-radius: 30px;
	padding: 50px;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.78;
	letter-spacing: normal;
	color: #222;
}

.my-modal .uk-modal-dialog .uk-close {
	top: 20px;
	right: 20px;
}

.my-modal .uk-modal-dialog h3 {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0;
	color: #000;
}

.my-modal .uk-modal-dialog p {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.78;
	letter-spacing: normal;
	color: #000;
}

.my-modal .uk-modal-dialog a {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	text-decoration: underline;
}

.my-modal .uk-modal-dialog .sponsor-logo {
	margin-top: -50px;
	margin-bottom: -50px;
}

.my-modal .uk-modal-dialog .uk-radio {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border-color: #ed217c;
}

.my-modal .uk-modal-dialog .uk-checkbox {
	width: 20px;
	height: 20px;
	border-radius: 5px;
	border-color: #ed217c;
}

.my-modal .uk-modal-dialog .uk-checkbox:focus {
	border-color: #ed217c;
}

.my-modal .uk-modal-dialog .uk-checkbox:checked,
.my-modal .uk-modal-dialog .uk-checkbox:indeterminate {
	background-color: #ed217c;
	border-color: #ed217c;
}

.my-modal .uk-modal-dialog .primary-button {
	border: 3px solid #ed217c!important;
}

.my-modal .uk-modal-dialog .primary-button:disabled {
	color: #707070!important;
	background: none!important;
}

.my-modal .uk-modal-dialog .uk-button-link {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-transform: none;
	text-align: center;
	color: #000;
}

.my-modal .uk-modal-dialog .tip {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: center;
	color: #222;
}








.eg-container {
	padding: 30px 0;
	background: #fff!important;
}

.content-container {
	box-sizing: content-box;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 40px;
	letter-spacing: normal;
}

.content-container ul {
	list-style: none;
}

.content-container ul li {
	padding-left: 50px;
}

.content-container ul li:before {
	position: relative;
	top: -3px;
	left: -40px;
	background-image: none;
	height: 20px;
	width: 20px;
	background-color: #ed217c;
	border-radius: 50%;
}

.content-container .quote {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: normal;
	margin: 80px auto;
	text-align: center;
}

.content-container .quote .logo {
	margin: 20px auto;
}

.content-container .quote .logo.bridge {
	background: url('../img/logo-bridge.svg') center center no-repeat;
	width: 186px;
	height: 34px;
}

.content-container .quote .logo.csod {
	background: url('../img/logo-csod.svg') center center no-repeat;
	width: 205px;
	height: 55px;
}

.content-container .intro {
	background-size: contain;
	padding: 20px;
	text-align: center;
}

.nav-back {
	text-align: left;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.31;
	margin-top: 10px;
}

.nav-back:hover {
	color: #dedede;
}

.status-bar {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.33;
	letter-spacing: normal;
}

.status-bar span.status {
	height: 15px;
	width: 15px;
	background-color: #22d634;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}

.status-label {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.31;
	letter-spacing: normal;
	margin: 10px 0;
}

.less {
	max-height: 100px;
	overflow: hidden;
}

.seemore {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.31;
	letter-spacing: normal;
	color: #ed217c;
	cursor: pointer;
	margin-top: 10px;
}

.seemore.less {
	display: none;
}

.seeless {
	display: none;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.31;
	letter-spacing: normal;
	color: #ed217c;
	cursor: pointer;
	margin-top: 10px;
}

.seeless.less {
	display: block;
}

.loader {
	text-align: center;
	margin: 20px auto;
}

.my-badge {
	display: inline-block!important;
	border-radius: 10px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 12px!important;
	line-height: 1.36!important;
	background-color: #ed217c!important;
	color: #fff!important;
	padding: 1px 10px;
}

.my-star {
	display: none;
	background: url('../img/ico-star.svg') center center no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
}

.my-star:focus,
.my-star:hover,
.my-star.uk-active {
	display: block;
	background: url('../img/ico-star-active.svg') center center no-repeat;
	background-size: contain;
}

.comment-box:focus .my-star,
.comment-box:hover .my-star {
	display: block;
}

.ratings .rating .my-star {
	display: block;
	width: 32px;
	height: 32px;
}

.ratings:hover .rating .my-star {
	background: url('../img/ico-star-active.svg') center center no-repeat;
	background-size: contain;
}

.ratings:hover .rating:hover ~ .rating .my-star {
	background: url('../img/ico-star.svg') center center no-repeat;
	background-size: contain;
}

.my-bin {
	display: none;
	background: url('../img/ico-trash.svg') center center no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
}

.comment-box:focus .my-bin,
.comment-box:hover .my-bin {
	display: block;
}

.my-like {
	display: inline-block;
	background: url('../img/ico-like-grey.svg') center center no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	margin: 0 auto;
}

.my-like + div {
	display: inline-block;
	color: #222;
	font-size: 11px;
	margin-left: 5px;
	vertical-align: middle;
}

.my-like:focus,
.my-like:hover,
.my-like.uk-active {
	background: url('../img/ico-like-pink.svg') center center no-repeat;
	background-size: contain;
}

.live {
	display: inline-block;
	background: url('../img/ico-live.gif') left center no-repeat;
	background-size: contain;
	padding-left: 30px;
}

.uk-width-xsmall {
	width: 70px;
}

.uk-grid-medium .uk-width-medium.expand {
	width: 330px;
}

.uk-button {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px!important;
	border-radius: 10px;
}

.uk-button-default {
	border-radius: 5px;
	border: 2px solid #ed217c;
	background: transparent;
	color: #fff!important;
	padding: 5px 75px!important;
}

.uk-button-default:hover,
.uk-button-default:focus {
	background: #ed217c!important;
	border: 2px solid #ed217c;
}

.uk-button-link {
	color: #ed217c!important;
}

.uk-button-pink {
	border: 2px solid #ed217c;
	background-color: #ed217c;
	color: #fff;
}

.uk-button-pink:focus,
.uk-button-pink:hover {
	background-color: #ed217c;
	color: #dedede;
}

.uk-button-pink.inverse {
	border: 2px solid #ed217c;
	background-color: transparent;
}

.uk-button-pink .ico-play {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 18px;
	background: url('../img/ico-play.svg') no-repeat;
	background-position: center center;
	background-size: contain;
	margin: -5px 10px 0 0;
	color: #fff;
}

.uk-button-pink .ico-replay {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 18px;
	background: url('../img/ico-replay.svg') no-repeat;
	background-position: center center;
	background-size: contain;
	margin: -5px 10px 0 0;
	color: #fff;
}

.uk-alert {
	border-radius: 0;
	margin: 0;
	color: #222;
	z-index: 1;
}

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

.uk-spinner {
	color: #ed217c;
}

.g-recaptcha {
	display: inline-block;
}

/******************************
			=MENU
******************************/
.navbar {
	padding: 0;
	background-color: #faf9f8;
}

.navbar nav {
	padding: 10px 0;
}

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

.navbar .topbar {
	background-color: #ed217c;
	text-align: center;
	padding: 5px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.31;
	letter-spacing: normal;
	color: #fff;
}

.navbar .topbar .nav-button {
	max-width: 100%;
	padding: 5px 20px;
	margin: 0 10px;
	border-radius: 5px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px!important;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	border: 1px solid #fff;
	background-color: #ed217c;
	color: #fff;
}

.navbar .topbar .nav-button:hover,
.navbar .topbar .nav-button:focus {
	border: 1px solid #ed217c;
	background-color: #fff;
	color: #ed217c;
}

.primary-logo {
	background: url('../img/logo.svg') center center no-repeat;
	background-size: contain;
	width: 128px;
	height: 66px;
	padding: 0;
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
	min-height: 66px;
}

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

.uk-navbar-container .uk-navbar-nav > li > a {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-transform: none;
	color: #333;
	margin: 15px 10px;
	padding: 0;
	min-height: 36px;
}

.uk-navbar-toggle.uk-open,
.uk-navbar-toggle:focus,
.uk-navbar-toggle:hover,
.uk-navbar-container .uk-navbar-nav > li.uk-active > a,
.uk-navbar-container .uk-navbar-nav > li:hover > a,
.uk-navbar-container .uk-navbar-nav > li:focus > a,
.uk-navbar-container .uk-navbar-nav > li > a:focus {
	color: #ed217c;
}

.uk-navbar-dropdown {
	margin-top: 0!important;
	padding: 15px;
}

.uk-navbar-dropdown-nav > li > a {
	color: #333;
}

.uk-navbar-dropdown-nav > li > a:focus,
.uk-navbar-dropdown-nav > li > a:hover {
	color: #ed217c;
}

.uk-navbar-container.my-navbar-container {
	background: #0e2043;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}

.uk-navbar-container.my-navbar-container .uk-navbar-nav > li > * {
	color: #fff;
	margin: 15px 40px;
}

.uk-navbar-container.my-navbar-container .uk-navbar-nav > li.uk-active > * {
	font-weight: 800;
	border-bottom: 2px solid #fff;
}

.uk-navbar-container.my-navbar-container .uk-navbar-nav > li.uk-active > *:before  {
	visibility: hidden;
}

.ico-calendar {
	background: url('../img/ico-calendar.svg') center center no-repeat;
	background-size: cover;
	width: 30px;
	height: 32px;
	margin: 0 auto;
}

#calendar {
	padding: 20px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #fff;
}

#calendar .month {
	font-family: 'Inter', sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	color: #222;
	margin: 20px auto;
}

#calendar .weekday {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: center;
	color: #222;
	width: 20px;
	padding: 10px;
	margin: 0 auto;
}

#calendar .day {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	color: #2e2e2e;
	width: 20px;
	padding: 15px;
	margin: 0 auto;
	border-radius: 5px;
}

#calendar .day:focus,
#calendar .day:hover {
	background-color: #efefef;
}

#calendar .day.active {
	position: relative;
	font-size: 18px!important;
	font-weight: 700!important;
	color: #ed217c;
}

#calendar .day.active:after {
	content: "";
	position: absolute;
	bottom: 6px;
	left: calc(50% - 3px);
	width: 5px;
	height: 5px;
	background-color: #ed217c;
	border-radius: 50%;
}

#calendar .day.uk-active {
	font-size: 15px;
	font-weight: 700;
	background-color: #ed217c;
	color: #fff;
}

#calendar .day.active.uk-active:after  {
	background-color: #fff;
}

a.primary-button-inverse {
	border-radius: 10px;
	border: 3px solid #ed217c;
	text-transform: none;
	font-family: 'Inter', sans-serif;
	font-size: 20px!important;
	font-weight: 400;
	color: #333!important;
	letter-spacing: normal;
}

a.primary-button-large {
	font-size: 22px;
	padding: 5px 20px;
	max-width: 220px;
	line-height: 1.5;
}

a.primary-button-large:hover {
	color: #dedede;
}

.uk-offcanvas-bar .event-title {
	font-size: 18px!important;
	text-transform: none!important;
	margin: 5px!important;
}

.uk-offcanvas-bar .event-subtitle {
	font-size: 16px!important;
	letter-spacing: normal!important;
	text-transform: uppercase!important;
	margin: 5px!important;
}

.uk-offcanvas-bar a.primary-button-large {
	padding: 5px 30px!important;
	max-width: 100%;
}

.sidemenu {
	position: fixed;
	z-index: 1001;
	left: 0;
	top: 20%;
	padding: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #f2f4f5;
	text-align: center;
}

.sidemenu ul li {
	position: relative;
	*margin: 5px 0 5px -10px;
	*padding: 0 1px;
	*border-left: 5px solid transparent;
}

.sidemenu ul li.uk-active {
	*border-left: 5px solid #ed217c;
}

.sidemenu ul li .ico-home {
	background: url('../img/ico-home.svg') center center no-repeat;
	background-size: contain;
	width: 35px;
	height: 35px;
	margin: 5px auto;
}

.sidemenu ul li.uk-active .ico-home {
	background: url('../img/ico-home-active.svg') center center no-repeat;
	background-size: contain;
}

.sidemenu ul li .ico-lounge {
	background: url('../img/ico-lounge.svg') center center no-repeat;
	background-size: contain;
	width: 35px;
	height: 35px;
	margin: 5px auto;
}

.sidemenu ul li.uk-active .ico-lounge {
	background: url('../img/ico-lounge-active.svg') center center no-repeat;
	background-size: contain;
}

.sidemenu ul li .ico-agenda {
	background: url('../img/ico-agenda.svg') center center no-repeat;
	background-size: contain;
	width: 35px;
	height: 35px;
	margin: 5px auto;
}

.sidemenu ul li.uk-active .ico-agenda {
	background: url('../img/ico-agenda-active.svg') center center no-repeat;
	background-size: contain;
}

.sidemenu ul li .ico-discussion {
	background: url('../img/ico-discussion.svg') center center no-repeat;
	background-size: contain;
	width: 35px;
	height: 35px;
	margin: 5px auto;
}

.sidemenu ul li.uk-active .ico-discussion {
	background: url('../img/ico-discussion-active.svg') center center no-repeat;
	background-size: contain;
}

.sidemenu ul li .ico-announcements {
	background: url('../img/ico-announcements.svg') center center no-repeat;
	background-size: contain;
	width: 35px;
	height: 35px;
	margin: 5px auto;
}

.sidemenu ul li.uk-active .ico-announcements {
	background: url('../img/ico-announcements-active.svg') center center no-repeat;
	background-size: contain;
}

.sidemenu ul li .ico-resources {
	background: url('../img/ico-resources.svg') center center no-repeat;
	background-size: contain;
	width: 35px;
	height: 35px;
	margin: 5px auto;
}

.sidemenu ul li.uk-active .ico-resources {
	background: url('../img/ico-resources-active.svg') center center no-repeat;
	background-size: contain;
}

.sidemenu ul li .menu {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.33;
	letter-spacing: normal;
	color: #828282;
}

.sidemenu ul li.uk-active .menu {
	color: #ed217c;
}

.sidemenu ul li .profile-photo {
	width: 40px;
	height: 40px;
	margin: 0;
	border-radius: 50%;
	margin: 5px auto;
}

.sidemenu ul li .profile-photo img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.sidemenu ul li.uk-active .profile-photo img {
	border: 1px solid #ed217c;
}

.sidemenu ul li .profile-photo .initials {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #b024d7;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.33;
	color: #fff;
	text-align: center;
}

.sidemenu ul li .profile-photo .initials span {
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	max-width: 100%;
	box-sizing: border-box;
}

.statusbar {
	position: fixed;
	z-index: 1001;
	left: 65px;
	bottom: 0;
	width: 215px;
}

.statusbar .uk-alert {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	margin-bottom: 5px;
}

.statusbar .uk-alert p {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.31;
	letter-spacing: normal;
	color: #ed217c;
}

.statusbar .event-status {
	padding: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0;
	text-align: center;
	background-color: #ed217c;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.31;
	letter-spacing: normal;
	color: #fff;
}

.statusbar .uk-alert + .event-status {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.statusbar .event-status span.dot {
	height: 10px;
	width: 10px;
	padding: 1px;
	background-color: #22d634;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}

.notify {
	position: absolute;
	top: 0;
	right: -5px;
	height: 18px;
	width: 18px;
	padding: 1px;
	background-color: red;
	border-radius: 50%;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
}

/******************************
			=MODAL
******************************/
.uk-modal-container .uk-modal-dialog {
	width: 960px;
}
.uk-modal-container .uk-modal-dialog-info {
	width: 1200px;
	border-radius: 15px;
}

.uk-modal-dialog {
	color: #222;
}

.uk-modal-title {
	font-family: 'Inter', sans-serif;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: normal;
	color: #222!important;
}

.my-logo {
	background: url('../img/logo-my.svg') center center no-repeat;
	width: 150px;
	height: 150px;
	margin: 30px auto;
}

.my-logo.my-logo-small {
	width: 100px;
	height: 100px;
}

.my-label {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: normal;
	color: #222;
	margin: 30px 10px;
}

.my-button {
	width: 304px;
	border-radius: 10px;
	background-color: #222;
	text-transform: none;
	font-family: 'Inter', sans-serif;
	font-size: 22px!important;
	font-weight: 400;
	color: #fff;
	letter-spacing: normal;
}

/******************************
			=HOME
******************************/
.section-title {
	background-size: contain;
	min-height: 88px;
	padding: 30px 10px;
	font-family: 'Inter', sans-serif;
	font-size: 60px;
	font-weight: 400;
	line-height: 80px;
	margin: 30px auto!important;
	color: #444;
}

.section-title.inverse {
	color: #fff;
}

.section-title.section-title-primary {
	background-size: contain;
	padding: 40px 10px;
}

.section-subtitle {
	font-family: 'Inter', sans-serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: normal;
	margin: 10px auto;
	color: #222;
}

.section-subtitle.inverse {
	color: #fff;
}

.section-intro {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: normal;
	margin: 10px auto;
}

.usp-intro {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: normal;
	margin: 10px auto;
	color: #fff;
}

.ico-innovation {
	background: url('../img/ico-innovation.svg') center center no-repeat;
	background-size: contain;
	width: 175px;
	max-width: 100%;
	height: 175px;
	margin: 20px auto;
}

.ico-strategy {
	background: url('../img/ico-strategy.svg') center center no-repeat;
	background-size: contain;
	width: 175px;
	max-width: 100%;
	height: 175px;
	margin: 20px auto;
}

.ico-practice {
	background: url('../img/ico-practice.svg') center center no-repeat;
	background-size: contain;
	width: 175px;
	max-width: 100%;
	height: 175px;
	margin: 20px auto;
}

.ico-advice {
	background: url('../img/ico-advice.svg') center center no-repeat;
	background-size: contain;
	width: 175px;
	max-width: 100%;
	height: 175px;
	margin: 20px auto;
}

.ico-adaptable {
	background: url('../img/ico-adaptable.svg') center center no-repeat;
	background-size: contain;
	width: 175px;
	max-width: 100%;
	height: 175px;
	margin: 20px auto;
}

/******************************
			=REGISTER
******************************/
#register {
	position: relative;
	z-index: 101;
}

.register-card {
	padding: 20px;
	*background-color: rgba(161, 161, 161, 0.8);
	*border-radius: 15px;
}

.register-card input:not([type="checkbox"]),
.register-card select,
.register-card textarea {
	text-align: center;
	text-align-last:center;
	-moz-text-align-last: center;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 400;
	border-radius: 10px;
	background-color: #ebebeb;
	color: #222;
}

.uk-input,
.uk-select:not([multiple]):not([size]) {
	height: 50px;
	padding: 10px;
}

.uk-textarea {
	padding: 10px;
}

.register-card input:focus,
.register-card textarea:focus {
	background-color: #fff;
	color: #222;
}

.register-card input::placeholder,
.register-card textarea::placeholder {
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding: 0;
	color: #999;
}

.primary-button {
	border-radius: 10px;
	background-color: #ed217c;
	text-transform: none;
	font-family: 'Inter', sans-serif;
	font-size: 22px!important;
	font-weight: 400;
	color: #fff!important;
	letter-spacing: normal;
}

.primary-button:hover,
.primary-button:focus {
	color: #dedede!important;
}

.primary-button.primary-button-form {
	width: 304px;
	max-width: 100%;
}

.primary-button.primary-button-small {
	font-family: 'Inter', sans-serif;
	font-size: 14px!important;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	padding: 10px 30px;
}

.primary-button.primary-button-xlarge {
	font-family: 'Inter', sans-serif;
	font-size: 30px!important;
	font-weight: 400;
	line-height: 53px;
	text-transform: none;
	max-width: 100%;
	border-radius: 15px;
	color: #fff;
	border: 3px solid #e9e9e9;
	background-color: #ed217c;
	padding: 10px 50px;
}

.primary-button.primary-button-xlarge:hover,
.primary-button.primary-button-xlarge:focus {
	color: #dedede;
}

.smallprint,
.smallprint a {
	font-family: 'Inter', sans-serif!important;
	font-size: 12px!important;
	font-weight: 400!important;
	line-height: 1.3!important;
	letter-spacing: normal!important;
	color: #222!important;
}

.smallprint.inverse,
.smallprint.inverse a {
	color: #fff!important;
}

/******************************
			=LOUNGE
******************************/
.lounge .header {
	background-image: url('../img/bg-lounge.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
}

.lounge .page-title {
	font-family: 'Inter', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: normal;
	text-transform: none;
	margin: 5px;
	color: #fff;
}

.lounge .event-title {
	font-family: 'Inter', sans-serif;
	font-size: 52px;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: normal;
	text-transform: none;
	margin: 5px;
	color: #fff;
}

.lounge .event-subtitle {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 5px;
	color: #fff;
}

.lounge .grid-card .session-sponsor {
	right: -1px;
}

.lounge .forums-title {
	color: #222;
}

.lounge .forums-title::after {
	border-bottom: 2px dotted #222;
}

.lounge-button {
	min-width: 240px;
	height: 50px;
	padding: 10px 30px;
	margin: 20px 0;
	border-radius: 15px;
	border: 3px solid #ed217c;
	font-family: 'Inter', sans-serif;
	font-size: 18px!important;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: normal;
	text-transform: none;
	background: #ed217c;
	color: #fff!important;
}

.lounge-card {
	position: relative;
	background-image: url('../img/hero-forums.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #222;
	border-radius: 15px;
	text-align: left;
	padding: 10px;
	height: 250px;
}

.lounge-card-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 15px;
	background: linear-gradient(to right, black 3%, rgba(128, 128, 128, 0) 72%);
}

.lounge-card .lounge-info {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
}

.lounge-card .lounge-info .lounge-label {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: normal;
	color: #fff;
}

.lounge-card .lounge-info .lounge-name {
	font-family: 'Inter', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: normal;
	color: #fff;
	margin: 0;
}

.lounge-card .lounge-status {
	margin-top: 10px;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.31;
	letter-spacing: normal;
	color: #fff;
}

.lounge-card .lounge-status span.dot {
	height: 10px;
	width: 10px;
	padding: 1px;
	background-color: #22d634;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}

.lounge-title {
	font-family: 'Inter', sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.32;
	letter-spacing: normal;
	color: #222;
	margin-bottom: 20px;
	text-align: left;
	width: 100%;
	overflow: hidden;
}

.lounge-title::after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	width: 80%;
	border-bottom: 2px dotted #222;
	margin: 0 -50% 0 3%;
}

/******************************
			=MY PROFILE
******************************/
.my-profile .header {
	background-image: url('../img/bg-my-profile.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
	padding-bottom: 50px;
}

.my-profile .page-title {
	font-family: 'Inter', sans-serif;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.32;
	letter-spacing: normal;
	text-transform: none;
	margin: 10px auto;
	color: #fff;
}

.my-profile .page-subtitle {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: normal;
	text-transform: none;
	margin: 5px;
	color: #fff;
}

.my-profile-button {
	min-width: 300px;
	height: 40px;
	padding: 5px 30px;
	margin: 20px 0;
	border-radius: 15px;
	border: 3px solid #ed217c;
	font-family: 'Inter', sans-serif;
	font-size: 18px!important;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: normal;
	text-transform: none;
	background: #ed217c;
	color: #fff!important;
}

.my-profile-title {
	font-family: 'Inter', sans-serif;
	font-size: 26px;
	font-wmy-profileeight: 400;
	line-height: 1.31;
	letter-spacing: normal;
	color: #ed217c;
	margin-bottom: 20px;
	text-align: left;
	width: 100%;
	overflow: hidden;
}

.my-profile-title::after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	width: 80%;
	border-bottom: 2px dotted #ed217c;
	margin: 0 -50% 0 3%;
}

.my-profile .my-avatar {
	margin: 20px;
}

.my-profile .my-avatar img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: #fff;
}

.my-profile .my-avatar .initials {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #b024d7;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.33;
	color: #fff;
	text-align: center;
}

.my-profile .my-avatar .initials span {
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	max-width: 100%;
	box-sizing: border-box;
}

.my-profile .profile-button {
	width: 175px;
	max-width: calc(100% - 30px);
	min-height: 30px;
	padding: 3px;
	margin: 10px auto;
	border-radius: 15px;
	border: 3px solid #ed217c;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px!important;
	line-height: 1.31;
	letter-spacing: normal;
	text-transform: none;
	background: #ed217c;
	color: #fff!important;
}

.my-notifications {
	padding-left: 40px;
	border-left: 2px dotted #ed217c;
}

.my-notification-card {
	margin-bottom: 40px;
}

.my-notification-card .notiofication-info {
	position: relative;
	min-height: 30px;
}

.my-notification-card .notiofication-info .notiofication-dot {
	position: absolute;
	left: -56px;
	display: inline-block;
	height: 26px;
	width: 26px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #ed217c
}

.my-notification-card .notiofication-info .notiofication-dot.uk-active {
	background-color: #ed217c;
	border: 2px solid #fff
}

.my-notification-card .notiofication-time {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.33;
	letter-spacing: normal;
	color: #222;
	margin: 3px 0;
}

.my-notification-card .notiofication-name {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.31;
	letter-spacing: normal;
	color: #ed217c;
	margin: 0;
}

.my-notification-card .notiofication-intro {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: normal;
	color: #222;
	margin: 10px 0;
}

.my-notification-card .notiofication-intro p {
	margin: 0 0 10px 0;
}

/******************************
			=MY AGENDA
******************************/
.my-agenda .header {
	background-image: url('../img/bg-my-agenda.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
	padding-bottom: 50px;
}

.my-agenda .page-title {
	font-family: 'Inter', sans-serif;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.32;
	letter-spacing: normal;
	text-transform: none;
	margin: 10px auto;
	color: #fff;
}

.my-agenda .page-subtitle {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: normal;
	text-transform: none;
	margin: 5px;
	color: #fff;
}

.my-agenda-button {
	min-width: 300px;
	height: 40px;
	padding: 5px 30px;
	margin: 20px 0;
	border-radius: 15px;
	border: 3px solid #ed217c;
	font-family: 'Inter', sans-serif;
	font-size: 18px!important;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: normal;
	text-transform: none;
	background: #ed217c;
	color: #fff!important;
}

.my-agenda-title {
	font-family: 'Inter', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.31;
	letter-spacing: normal;
	color: #ed217c;
	margin-bottom: 20px;
	text-align: left;
	width: 100%;
	overflow: hidden;
}

.my-agenda-title::after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	width: 80%;
	border-bottom: 2px dotted #ed217c;
	margin: 0 -50% 0 3%;
}

.my-agenda-day {
	padding-left: 20px;
	border-left: 2px dotted #ed217c;
}

.my-agenda-card {
	margin-bottom: 40px;
}

.my-agenda-card .session-info {
	position: relative;
	min-height: 30px;
}

.my-agenda-card .session-info .session-dot {
	position: absolute;
	left: -36px;
	display: inline-block;
	height: 26px;
	width: 26px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #ed217c
}

.my-agenda-card .session-info .session-dot.uk-active {
	background-color: #ed217c;
	border: 2px solid #fff
}

.my-agenda-card .session-time {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.33;
	letter-spacing: normal;
	color: #ed217c;
	margin: 3px 0;
	text-align: center;
}

.my-agenda-card .session-sponsor {
	margin: -25px 20px;
	text-align: center;
}

.my-agenda-card .session-sponsor img {
	width: 120px;
	max-width: 100%;
	height: auto;
}

.my-agenda-card .session-label {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.33;
	letter-spacing: normal;
	color: #ed217c;
	margin: 3px 0;
}

.my-agenda-card .session-name {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 1.31;
	letter-spacing: normal;
	color: #ed217c;
	margin: 0;
}

.my-agenda-card .session-subtitle {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.33;
	letter-spacing: normal;
	color: #222;
	margin: 20px 0 10px 0!important;
}

.my-agenda-card .session-intro {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: normal;
	color: #222;
	margin: 10px 0;
}

.my-agenda-card .session-intro p {
	margin: 0 0 10px 0;
}

.my-agenda-card .session-action .session-button {
	width: 175px;
	max-width: calc(100% - 30px);
	min-height: 30px;
	padding: 3px;
	margin: 10px auto;
	border-radius: 15px;
	border: 3px solid #ed217c;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px!important;
	line-height: 1.31;
	letter-spacing: normal;
	text-transform: none;
	background: #ed217c;
	color: #fff;
}

/******************************
			=FORUMS
******************************/
.forums .header {
	background-image: url('../img/bg-forums.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
}

.forums .page-title {
	font-family: 'Inter', sans-serif;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: normal;
	text-transform: none;
	margin: 5px;
	color: #fff;
}

.forums .page-subtitle {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.78;
	letter-spacing: normal;
	text-transform: none;
	margin: 5px;
	color: #fff;
}

.forums-title {
	font-family: 'Inter', sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.32;
	letter-spacing: normal;
	color: #fff;
	margin-bottom: 20px;
	text-align: left;
	width: 100%;
	overflow: hidden;
}

.forums-title::after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	width: 90%;
	border-bottom: 2px dotted #fff;
	margin: 0 -50% 0 3%;
}

.forum-card {
	position: relative;
	background-color: #fff;
	border-radius: 15px;
	text-align: left;
	padding: 0;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	border: 1px solid #dedede;
}

.forum-card .forum-notifications {
	position: absolute;
	top: -10px;
    right: -10px;
	background: red;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.38;
	color: #fff;
	width: 18px;
	height: 18px;
	padding: 3px;
	text-align: center;
	border-radius: 50%;
}

.forum-card .thumbnail img {
	width: 100%;
	border-radius: 15px 15px 0 0;
}

.forum-card .thumbnail-large img {
	border-radius: 15px 0 0 15px;
}

.forum-card .forum-info {
	padding: 10px;
}

.forum-card .forum-label {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.36;
	letter-spacing: normal;
	text-transform: none;
	margin: 2px 0;
	color: #222;
}

.forum-card .forum-name {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: normal;
	text-transform: none;
	margin: 0 0 10px 0;
	color: #222;
}

.forum-card .forum-name-large {
	font-family: 'Inter', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.31;
	letter-spacing: normal;
	text-transform: none;
	margin: 0 0 30px 0;
	color: #222;
}

.forum-card ul.forum-stats {
	color: #222;
	margin-top: 10px;
	margin-bottom: 0;
}

.forum-card ul.forum-stats li {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.30;
	letter-spacing: normal;
	text-transform: none;
}

.forum-card ul.forum-stats li span {
	color: #ed217c;
}

.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
	height: 1em;
}

.eg-card {
	background-color: #f2f4f5;
	color: #333;
	border-radius: 15px;
	padding: 15px;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.31;
	letter-spacing: normal;
	color: #222;
	text-align: left;
}

.eg-card.eg-card-large {
	padding: 40px;
}

.eg-card p {
	font-family: 'Inter', sans-serif!important;
	font-size: 16px!important;
	font-weight: 400!important;
	line-height: 1.31!important;
	letter-spacing: normal!important;
	color: #222!important;
	margin: 0 0 10px 0!important;
}

.eg-card .thumbnail img {
	width: 100%;
	border-radius: 15px 15px 0 0;
}

.eg-card .my-session-button {
	width: 200px;
	height: 40px;
	padding: 6px;
	margin: 20px 0;
	border-radius: 15px;
	border: 3px solid #ed217c;
	font-family: 'Inter', sans-serif;
	font-size: 18px!important;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: normal;
	text-transform: none;
	color: #fff;
}

.forum-hosts:before {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.31;
	letter-spacing: normal;
	content: "Hosted by";
	display: flex;
    justify-content: center;
	color: #fff;
}

.forum-hosts {
	margin: 20px 0;
}

.moderators {
	margin: 20px 0;
}

.moderators .moderator {
	text-align: center;
	font-size: 16px;
	line-height: 1.31;
	letter-spacing: normal;
	margin-bottom: 10px;
	color: #fff;
}

.moderators .moderator .moderator-photo {
	position: relative;
	margin: 10px auto;
}

.moderators .moderator .moderator-photo img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #b024d7;
}

.moderators .moderator .moderator-photo .initials {
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #b024d7;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.33;
	color: #fff;
	text-align: center;
	margin: 10px auto;
}

.moderators .moderator .moderator-photo .initials span {
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	max-width: 100%;
	box-sizing: border-box;
}

.moderators .moderator .moderator-photo .moderator-logo {
	position: absolute;
	width: 50px;
	right: -25px;
	bottom: 0;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #ed217c;
}

.moderators .moderator .moderator-photo .moderator-logo img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.moderators .moderator .moderator-name {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
}

.moderators .moderator .moderator-job-title {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
}

.moderators .moderator .moderator-company {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
}

.commenter {
	margin-bottom: 40px;
}

.commenter .commenter-photo {
	width: 50px;
	height: 50px;
	margin: 0;
	border-radius: 50%;
}

.commenter .commenter-photo img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.commenter .commenter-photo .initials {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #b024d7;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.33;
	color: #fff;
	text-align: center;
}

.commenter .commenter-photo .initials span {
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	max-width: 100%;
	box-sizing: border-box;
}

.commenter .comment-box {
	position: relative;
	border-radius: 15px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	border: 1px solid #ed217c;
	background-color: #f5f5f5;
	padding: 15px;
}

.commenter .comment-box .like {
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: center;
}

.commenter .comment-box .like.reset {
	top: 0;
	right: 0;
}

.commenter .comment-box .author {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.36;
	color: #474747;
}

.commenter .comment-box .time {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.36;
	color: #474747;
}

.commenter .comment-box .comment {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.31;
	letter-spacing: normal;
	color: #000;
}

.commenter .comment-box hr.expand {
	margin: 15px -15px;
}

.commenter .comment-box .indicator {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.31;
	letter-spacing: normal;
	color: #ed217c;
	cursor: pointer;
	margin-top: 10px;
}

.commenter .comment-box .indicator span svg {
	position: relative;
	margin-top: -3px;
}

.commenter .comment-box .replies {
	margin-top: 20px;
}

.commenter .comment-box .replies .comment-box {
	border: none;
	box-shadow: none;
	padding: 0;
}

.commenter .comment-box .reply {
	margin-top: 20px;
	font-weight: 500;
}

.commenter textarea {
	border-radius: 15px;
	border: solid 1px #b8b8b8;
	background-color: #f5f5f5;
	width: 100%;
	padding: 15px;
	height: 50px;
	overflow: hidden;
	font-weight: 400;
	color: #000;
}

/******************************
			=ANNOUNCEMENTS
******************************/
.announcements .header {
	background-image: url('../img/bg-announcements.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
	padding-bottom: 50px;
}

.announcements .page-title {
	font-family: 'Inter', sans-serif;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.32;
	letter-spacing: normal;
	text-transform: none;
	margin: 10px auto;
	color: #fff;
}

.announcements .page-subtitle {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: normal;
	text-transform: none;
	margin: 5px;
	color: #fff;
}

/******************************
			=RESOURCES
******************************/
.resources .header {
	background-image: url('../img/bg-resources.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
	padding-bottom: 50px;
}

.resources .page-title {
	font-family: 'Inter', sans-serif;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.32;
	letter-spacing: normal;
	text-transform: none;
	margin: 10px auto;
	color: #fff;
}

.resources .page-subtitle {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: normal;
	text-transform: none;
	margin: 5px;
	color: #fff;
}

.resources .grid-card .session-sponsor {
    right: -1px;
}

.resources .resource-button {
	padding: 5px 25px;
	margin: 10px auto;
	border-radius: 10px;
	border: 2px solid #ed217c;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 12px!important;
	line-height: 1.33;
	letter-spacing: normal;
	text-transform: uppercase;
	color: #fff;
}

.resources .resource-button:hover,
.resources .resource-button:focus {
	background: #ed217c;
	color: #fff;
}

/******************************
			=AGENDA
******************************/
.agenda .page-title {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 32px;
	font-style: normal;
	line-height: 1.34;
	letter-spacing: normal;
	text-transform: none;
	margin: 5px;
}

.agenda .page-title.inverse {
	color: #222;
}

.agenda .event-title {
	font-size: 26px;
	line-height: 1.31;
	letter-spacing: normal;
	text-transform: none;
	margin: 5px;
}

.agenda .event-subtitle {
	font-size: 17px;
	line-height: 1.35;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 5px;
}

.modes {
	margin-top: -50px;
}

.modes p {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-style: italic;
	line-height: 1.71;
	letter-spacing: normal;
	color: #fff;
}

.modes p.inverse {
	color: #444;
}

.modes .uk-subnav-pill > * > * {
	border: 2px solid transparent;
	color: #fff!important;
	border-radius: 5px;
}

.modes .uk-subnav-pill > * > *.inverse {
	color: #444!important;
}

.modes .uk-subnav-pill > * > *:hover,
.modes .uk-subnav-pill > * > *:focus,
.modes .uk-subnav-pill > .uk-active > * {
	background: #ed217c;
	color: #fff!important;
}

.uk-subnav-pill > .uk-active > a {
	background: #ed217c!important;
	border: 2px solid #ed217c;
}

.uk-subnav-pill .uk-dropdown {
	padding: 10px;
	background: #fff!important;
}

.uk-subnav-pill > .uk-active .uk-dropdown-nav > li > a {
	color: #ed217c;
}

.uk-subnav-pill > .uk-active .uk-dropdown-nav > li > a:hover {
	color: #444;
}

.day-title {
	font-size: 18px;
	letter-spacing: normal;
	line-height: 1;
	margin: 20px auto;
	width: 100%;
	overflow: hidden;
	color: #222;
}

.day-title::before {
	content: "";
	vertical-align: middle;
	display: inline-block;
	width: 50%;
	border-bottom: 2px dotted #444;
	margin: 0 2% 0 -50%;
}

.day-title::after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	width: 50%;
	border-bottom: 2px dotted #444;
	margin: 0 -50% 0 2%;
}

.day-title.inverse {
	color: #fff;
}

.day-title.inverse::before {
	border-bottom: 2px dotted #fff;
}

.day-title.inverse::after {
	border-bottom: 2px dotted #fff;
}

.uk-thumbnail img {
	border-radius: 10px;
	width: 100%;
}

.grid-card {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #222;
	border-radius: 10px;
	text-align: left;
	padding: 20px;
	height: 300px;
}

.grid-card .gird-card-overlay-top {
	position: absolute;
	top: 0;
	bottom: 70%;
	left: 0;
	right: 0;
	border-radius: 15px;
	background: linear-gradient(to top, rgba(34, 34, 34, 0) 25%, #222);
}

.grid-card .gird-card-overlay-bottom {
	position: absolute;
	top: 30%;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 15px;
	background: linear-gradient(to bottom, rgba(34, 34, 34, 0), #222);
}

.grid-card .uk-position-cover {
	background: rgba(34,34,34,0.9);
	border-radius: 15px;
	padding: 40px 10px 10px 10px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.25;
	letter-spacing: normal;
	color: #fff;
}

.grid-card .speaker-info {
	display: table-cell;
}

.grid-card .uk-position-cover .speaker-name {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
}

.grid-card .uk-position-cover .speaker-job-title {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
}

.grid-card .uk-position-cover .speaker-company {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
}

.grid-card .uk-position-cover .info {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
}

.grid-card .session-time {
	position: absolute;
	left: 0;
	top: 0;
	padding: 15px 10px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.33;
	letter-spacing: normal;
	color: #fff;
}

.grid-card .session-status {
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.33;
	letter-spacing: normal;
	color: #fff;
	text-transform: uppercase;
}

.grid-card .session-status span.dot {
	height: 10px;
	width: 10px;
	padding: 1px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}

.grid-card .session-sponsor {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 45px;
	background: #fff;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	overflow: hidden;
}

.grid-card .session-sponsor img {
	width: 100px;
	height: 90px;
	margin-top: -22px;
}

.grid-card .session-info {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
}

.grid-card .session-info .session-label {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.36;
	letter-spacing: normal;
	color: #fff;
}

.grid-card .session-info .session-name {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.36;
	letter-spacing: normal;
	color: #fff;
	margin: 0;
}

.grid-card .speakers {
	margin: 0;
}

.grid-card .speakers .speaker {
	margin-top: 10px;
	padding: 0;
	clear: both;
}

.grid-card .speaker-photo {
	margin: 0 10px 0 0;
}

.grid-card .speaker-photo img {
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

.session-card {
	opacity: 0.9;
	border-radius: 10px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	border: 2px solid transparent;
	background-color: #fff;
	margin-bottom: 20px;
	padding: 15px;
}

.session-card:hover,
.session-card:focus,
.session-card.uk-active {
	border: 2px solid #ed217c;
}

.session-card .session-label {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: normal;
	text-transform: uppercase;
	color: #ed217c;
	margin: 3px 0;
}

.session-card .session-name {
	font-family: 'Inter', sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.23;
	letter-spacing: normal;
	color: #333;
	margin: 10px 0;
}

.session-card .session-name-small {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin-top: 5px;
}

.session-card .session-intro {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.22;
	letter-spacing: normal;
	color: #333;
	margin: 10px 0 30px 0;
	text-align: left;
}

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

.session-card .session-time {
	font-family: 'Inter', sans-serif;
	font-size: 28px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	color: #ed217c;
	margin: 0;
}

.session-card .session-meta {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.21;
	letter-spacing: normal;
	color: #999;
}

.session-card .session-status {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.33;
	margin: 10px 0;
	color: #ed217c;
	text-transform: uppercase;
}

.session-card .session-status span.dot {
	height: 10px;
	width: 10px;
	padding: 1px;
	background-color: #ed217c;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}

.session-card .timeline {
	margin: 10px auto 0 auto;
	width: 1px;
	height: calc(100% - 35px);
	border-right: 2px dotted #ed217c;
}

.session-card .session-info {
	position: relative;
	min-height: 80px;
}

.session-card .session-action {
	padding-left: 15px;
}

.session-card .session-action .session-button {
	width: 175px;
	max-width: calc(100% - 30px);
	min-height: 30px;
	padding: 3px;
	margin: 10px auto;
	border-radius: 15px;
	border: 3px solid #ed217c;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px!important;
	line-height: 1.31;
	letter-spacing: normal;
	text-transform: none;
	color: #ed217c;
}

.session-card .session-action .session-button:hover,
.session-card .session-action .session-button:focus {
	*background: transparent;
	*color: #ed217c;
}

.session-card .session-button.uk-active {
	background: #ed217c;
	color: #fff;
}

.session-card .session-link {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.36;
	letter-spacing: normal;
}

.session-card .session-sponsor {
	margin-top: -30px;
	margin-bottom: -25px;
}

.session-card .session-sponsor img {
	width: 150px;
	max-width: 100%;
	height: auto;
}

.session-card .session-preview {
	position: relative;
	margin-left: -10px;
	margin-top: -10px;
}

.session-card .session-preview img {
	border-radius: 15px;
}

.session-card .session-preview .play {
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url('../img/ico-play.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(237, 33, 124, 0.7);
	width: 18px;
	height: 20px;
	padding: 15px 16px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.session-card .guest-speakers {
	margin-top: -80px;
}

.session-card .lead-speakers {
	margin-top: -110px;
}

.session-card .speaker-photo {
	position: relative;
	width: 100px;
	margin: 0 auto;
}

.session-card .speaker-photo img {
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

.session-card .speaker-photo .speaker-logo {
	position: absolute;
	width: 50px;
	right: -25px;
	bottom: 0;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #ed217c;
}

.session-card .speaker-photo .speaker-logo img {
	width: 50px;
	height: 50px;
}

.session-card .speaker-name {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.31;
	color: #222;
	margin-top: 10px;
}

.session-card .speaker-job-title {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.31;
	color: #222;
}

.session-card .speaker-company {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.31;
	color: #222;
}

.my-panel {
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;
}

.my-glass-panel {
	background-color: rgba(255, 255, 255, 0.75);
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	border-radius: 15px;
	border: 2px solid #FFFFFF98;
	padding: 20px;
}

.uk-slideshow .uk-slidenav-previous {
	left: -20px;
}

.uk-slideshow .uk-slidenav-next {
	right: -20px;
}

.uk-slidenav {
	*color: #333;
}

.uk-slidenav:focus,
.uk-slidenav:hover {
	color: #ed217c;
}

/******************************
			=SESSION
******************************/
html.session {
	background-image: url('../img/bg-session.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fff;
}

.session p {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.45;
	letter-spacing: normal;
	*margin: 20px auto;
	color: #222;
}

.session .session-name {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.33;
	letter-spacing: normal;
	color: #fff;
	margin: 40px 0 20px 0;
}

.session .session-label {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.3;
	letter-spacing: normal;
	color: #fff;
	margin: 0;
}

.session .session-sponsor:before {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: normal;
	content: "Presented by";
	display: flex;
    justify-content: center;
	color: #fff;
}

.session .session-sponsor img {
	width: 200px;
	max-width: 100%;
	height: auto;
	margin-top: -60px;
	margin-bottom: -20px;
}

.session .session-sponsor.offset img {
	margin-top: -70px;
}

.session .session-sponsor.offset-small img {
	margin-top: -50px;
}

.session .session-sponsor.large img {
	width: 250px;
	margin-top: -80px;
}

.session .session-sponsor.session-sponsor-small img {
	width: 150px;
	max-width: 100%;
	height: auto;
	margin-top: -30px;
}

.session .uk-container.video-container {
	margin-bottom: 30px;
	text-align: center;
}

.session .playbar {
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0;
	background-color: #040404;
	border-top: 3px solid #ed217c;
	border-bottom: 3px solid #ed217c;
}

.session .playbar > div {
	margin: 0;
	padding: 0;
}

.session .playbar-info {
	position: relative;
}

.session .playbar-info .shortcut {
	position: absolute;
	top: 0;
	padding: 10px;
	width: calc(100% - 35px);
	background-color: #ed217c;
	font-size: 16px;
	color: #fff;
}

.session .playbar-info .shortcut a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.session .playbar-info .shortcut a:focus,
.session .playbar-info .shortcut a:hover {
	color: #dedede;
	border-bottom: 1px solid #dedede;
}

.session .playbar-info .info-container {
	display: none;
}

.session .playbar .playbar-info .countdown-container {
	display: block;
	background-color: #040404;
	text-align: left;
}

.session .playbar .playbar-info .info-tracker {
	display: none;
}

.session .playbar .playbar-info .info-container {
	display: block;
}

.session .playbar .playbar-info .info-container .session-date {
	margin: 0 0 10px 0;
}

.session .playbar .playbar-info .info-container .session-name {
	font-size: 30px;
	margin: 0 0 20px 0;
}

.session .playbar .playbar-info .session-button {
	margin: 0;
}

.session .video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.session .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.session .video-wrapper .next-wrapper {
	display: none;
}

.session .video-wrapper .next-wrapper .uk-close {
	position: absolute;
	z-index: 999;
	top: 20px;
	right: 20px;
	color: #fff;
}

.session .video-wrapper .next-wrapper .uk-close:hover {
	color: #ed217c;
}

.session .video-wrapper .next-wrapper .next-panel {
	position: absolute;
	z-index: 998;
	background: rgba(5, 5, 5, 0.85);
	top: 0;
	left: 0;
	padding: 50px 20px;
	width: calc(100% - 39px);
	height: calc(100% - 100px);
	font-size: 16px;
	color: #fff;
}

.session .video-actions {
	padding: 20px;
	color: #fff;
}

.session .video-actions .download-button {
	min-width: 240px;
	max-width: 100%;
	height: 50px;
	padding: 10px;
	margin: 20px 0;
	border-radius: 10px;
	border: 3px solid #ed217c;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px!important;
	line-height: 1.33;
	letter-spacing: normal;
	text-transform: none;
	color: #fff;
}

.session .video-actions .download-button:focus,
.session .video-actions .download-button:hover,
.session .video-actions .download-button.uk-active {
	background-color: #ed217c;
}

.session .video-actions .video-options {
	margin: 10px 0;
}

.session .video-actions .video-options li {
	padding-left: 15px;
}

.session .video-actions .video-options li:first-child {
	padding-left: 0;
}

.session .video-actions .video-options a {
	color: #999;
}

.session .video-actions .video-options a:focus,
.session .video-actions .video-options a:hover {
	color: #ed217c;
}

.session .video-actions .video-options .stats {
	color: #444;
	font-size: 14px;
}

.session .video-actions .video-options .ico-like {
	background: url('../img/ico-like.svg') center center no-repeat;
	background-size: contain;
	width: 45px;
	height: 35px;
	margin: 5px auto;
}

.session .video-actions .video-options .ico-like:focus,
.session .video-actions .video-options .ico-like:hover,
.session .video-actions .video-options .ico-like.uk-active {
	background: url('../img/ico-like-active.svg') center center no-repeat;
	background-size: contain;
}

.session .video-actions .video-options .ico-share {
	background: url('../img/ico-share.svg') center center no-repeat;
	background-size: contain;
	width: 45px;
	height: 35px;
	margin: 5px auto;
}

.session .video-actions .video-options .ico-share:focus,
.session .video-actions .video-options .ico-share:hover,
.session .video-actions .video-options .ico-share.uk-active  {
	background: url('../img/ico-share-active.svg') center center no-repeat;
	background-size: contain;
}

.session .video-actions .video-options .ico-resources {
	background: url('../img/ico-resources-dark.svg') center center no-repeat;
	background-size: contain;
	width: 45px;
	height: 35px;
	margin: 5px auto;
}

.session .video-actions .video-options .ico-resources:focus,
.session .video-actions .video-options .ico-resources:hover,
.session .video-actions .video-options .ico-resources.uk-active  {
	background: url('../img/ico-resources-active.svg') center center no-repeat;
	background-size: contain;
}

.session .video-actions .video-options .ico-forum {
	background: url('../img/ico-forum.svg') center center no-repeat;
	background-size: contain;
	width: 45px;
	height: 35px;
	margin: 5px auto;
}

.session .video-actions .video-options .ico-forum:focus,
.session .video-actions .video-options .ico-forum:hover,
.session .video-actions .video-options .ico-forum.uk-acitve {
	background: url('../img/ico-forum-active.svg') center center no-repeat;
	background-size: contain;
}

.session .action-wrapper {
	height: 100%;
}

.session iframe.chatroom {
	min-height: 575px;
	max-height: 100%;
	border-radius: 15px;
}

.session .countdown-container {
	position: relative;
	padding: 50px 20px;
	background: rgba(45, 8, 35, 0.5);
	border-radius: 15px;
}

.session .countdown-container.countdown-container-large {
	padding: 70px 20px;
}

.session .countdown-container.countdown-container-small {
	padding: 20px;
	height: calc(100% - 40px);
}

.session .countdown-container.countdown-container-small .hashtag {
	margin-top: 30px!important;
}

.session .audio-controller {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 999;
}

.session .audio-controller .audio-off {
	background: url('../img/ico-audio-off.svg') center center no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
}

.session .audio-controller .audio-off:focus,
.session .audio-controller .audio-off:hover,
.session .audio-controller .audio-off.uk-active  {
	background: url('../img/ico-audio-off-active.svg') center center no-repeat;
	background-size: contain;
}

.session .audio-controller .audio-on {
	background: url('../img/ico-audio-on.svg') center center no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
}

.session .audio-controller .audio-on:focus,
.session .audio-controller .audio-on:hover,
.session .audio-controller .audio-on.uk-active  {
	background: url('../img/ico-audio-on-active.svg') center center no-repeat;
	background-size: contain;
}

.session .countdown-container .promo-label {
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: normal;
	color: #fff;
	margin: 20px auto;
}

.session .countdown-container .promo-title {
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 32px;
	line-height: 1.33;
	letter-spacing: normal;
	color: #fff;
	margin: 30px auto;
}

.session .countdown-container .promo-title.promo-title-small {
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: normal;
	margin: 20px auto;
}

.session .countdown-container.countdown-container-small .promo-title {
	font-size: 28px;
	line-height: 1.3;
	letter-spacing: normal;
	margin: 24px auto;
}

.session .session-button {
	min-width: 240px;
	max-width: 100%;
	height: 50px;
	padding: 10px;
	margin: 20px 0;
	border-radius: 15px;
	border: 2px solid #ed217c;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px!important;
	line-height: 1.33;
	letter-spacing: normal;
	text-transform: none;
	background: #fff;
	color: #ed217c;
}

.session .session-button:hover,
.session .session-button:focus {
	background: #ed217c;
	color: #fff;
}

.session .session-button.inverse {
	background: #fff;
	color: #ed217c;
}

.session .session-button.uk-active {
	background: #ed217c;
	color: #fff;
}

.session .session-button.auto {
	min-width: auto;
}

.session .session-button.reset {
	margin: 0;
	width: auto;
	height: auto;
	padding: 5px 30px;
}

.session .session-title {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 1.32;
	letter-spacing: normal;
	color: #222;
	margin: 30px auto;
	text-align: left;
	width: 100%;
	overflow: hidden;
}

.session .session-title::after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	width: 90%;
	border-bottom: 2px dotted #222;
	margin: 0 -50% 0 3%;
}

.session .session-date {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.31;
	letter-spacing: normal;
	color: #222;
	margin: 5px 0;
	text-align: left;
}

.session .session-time {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 1.35;
	letter-spacing: normal;
	color: #222;
	margin: 0;
	text-align: left;
}

.session .speaker-job-title,
.session .speaker-company {
	*color: #fff!important;
}

.session .nav-session-card {
	position: fixed;
	z-index: 1001;
	top: calc(100vh - 430px);
	width: 280px;
	padding: 20px;
	background: #f2f4f5!important;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.session .nav-session-card .nav-label {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.31;
	letter-spacing: normal;
	color: #ed217c;
	margin-bottom: 10px;
}

.session .nav-session-card .nav-session-name {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.31;
	letter-spacing: normal;
	color: #333;
	margin-top: 10px;
}

.session .prev-session-card {
	left: -320px;
    border-bottom-right-radius: 10px;
	transition: left 0.5s!important;
}

.session .prev-session-card:hover {
    left: 0!important;
}

.session .prev-session-card.closed {
	left: -320px!important;
}

.session .prev-session-card .prev-session {
	position: absolute!important;
	top: 0!important;
	left: 320px!important;
	width: 60px;
	height: 60px;
	text-align: center;
	background-color: #ed217c;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #fff;
}

.session .nav-session-card .meta-label {
	margin: 10px auto;
	color: #fff;
}

.session .next-session-card {
	right: -320px;
	text-align: left;
	border-bottom-left-radius: 10px;
	transition: right 0.5s!important;
}

.session .next-session-card:hover {
	right: 0!important;
}

.session .next-session-card.closed {
	right: -320px!important;
}

.session .next-session-card .next-session {
	position: absolute!important;
	top: 0!important;
	left: -60px!important;
	width: 60px;
	height: 60px;
	text-align: center;
	background-color: #ed217c;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	color: #fff;
}

.session .session-nav {
	position: fixed;
	z-index: 1003;
	bottom: 0;
	width: 100%;
	background-color: #ed217c;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.36;
	letter-spacing: normal;
	color: #fff;
}

.session .session-nav a {
	color: #fff;
}

.countdown .unit {
	max-width: 100px;
	margin: 0 auto;
	padding: 15px 0;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
}

.countdown .unit .number {
	font-family: 'Inter', sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: normal;
	color: #ed217c;
}

.countdown .unit .label {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: normal;
	color: #ed217c;
}

/******************************
			=RESOURCES
******************************/
.resource-card {
	position: relative;
	background-color: #fff;
	border-radius: 15px;
	text-align: center;
	padding: 0;
}

.resource-card .thumbnail img {
	width: 100%;
	border-radius: 15px 15px 0 0;
}

.resource-card .resource-name {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: normal;
	text-transform: none;
	margin: 0;
	color: #222;
}

.resource-card .resource-button {
	width: 150px;
	padding: 5px 10px;
	margin-top: 20px;
	border-radius: 10px;
	border: 2px solid #ed217c;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 14px!important;
	line-height: 1.21;
	letter-spacing: normal;
	text-transform: uppercase;
	background: #fff;
	color: #ed217c;
}

.resource-card .resource-button:hover {
	background: #ed217c;
	color: #fff;
}

/******************************
			=SPEAKERS
******************************/
.speaker-container {
	background: #fff;
	text-align: center;
}

.event-speakers {
	padding: 30px 0;
}

.event-speakers .speaker-photo {
	position: relative;
	width: 200px;
	margin: 0 auto;
}

.event-speakers .speaker-photo img {
	border-radius: 50%;
	width: 200px;
	height: 200px;
}

.event-speakers .speaker-photo .speaker-logo {
	position: absolute;
	width: 93px;
	right: -25px;
	bottom: 0;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #ed217c;
}

.event-speakers .speaker-photo .speaker-logo img {
	width: 93px;
	height: 93px;
}

.event-speakers .speaker-name {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.31;
	letter-spacing: normal;
	color: #ed217c;
	margin-top: 10px;
}

.event-speakers .speaker-job-title {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.31;
	letter-spacing: normal;
	color: #222;
	margin: 3px;
}

.event-speakers .speaker-company {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.31;
	letter-spacing: normal;
	color: #222;
}

/******************************
			=SPONSORS
******************************/
.sponsors-container {
	list-style: none;
	padding: 0;
}

.sponsors-container > * {
	text-align: center;
	margin: 30px auto;
}

.sponsors-intro {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: normal;
	color: #fff;
	text-align: center;
	padding: 10px;
}

.sponsor-logo {
	margin: 0 auto;
	text-align: center;
}

.sponsor-logo.offset {
	margin: -50px auto -50px auto;
}

.sponsor-logo img {
	width: 200px;
	*border: 3px solid #fff;
	*background: #fff;
}

.sponsor-logo.sponsor-logo-large img {
	width: 300px;
	height: 300px;
}

.sponsor-logo.sponsor-logo-small img {
	width: 90px;
	height: 90px;
}

.sponsor-logo img:hover {
	*background: #fff;
	*border: 3px solid #ed217c;
	*transition: all 0.3s linear;
}

.sponsor-bar {
	background-color: #fff;
	padding: 10px;
}

.sponsor-intro {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.sponsor-intro p {
	margin: 10px 0;
}

.divider {
	background-image: url(../img/divider.png);
	background-repeat: no-repeat;
    background-position: top center;
	height: 882px;
	margin-top: -450px;
}

#partners {
	background: #fff;
}

.partners {
	text-align: center;
}

.partners .sponsor-logo img {
	border: none;
	background: none;
}

.partners .sponsor-logo img:hover {
	background: none;
	background: none;
	transition: none;
}

.video-card {
	overflow: hidden;
    position: relative;
	border-radius: 20px;
}

.promo-card {
	padding: 50px;
	border-radius: 78px;
	background-color: rgba(8, 11, 33, 0.6);
}

.promo-card .promo-name {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.08;
	text-align: center;
	color: #fff;
	margin: 45px 0;
}

.promo-card .promo-intro {
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.54;
	text-align: center;
	color: #fff;
}

.promo-card .promo-intro.promo-intro-small {
	font-size: 24px;
}

.promo-card .promo-intro a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.promo-card .promo-thumbnail {
	margin: 45px 0;
}

.promo-card .promo-thumbnail img {
	border-radius: 67px;
}

.promo-card .promo-button {
	margin: 45px -45px;
}

.promo-card .less {
	max-height: 205px;
}

.promo-card .seemore,
.promo-card .seeless {
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.54;
	text-align: center;
	color: #fff;
	text-decoration: underline;
	margin-top: 25px;
}

.promo-bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-height: 50vh;
	overflow: auto;
	background-image: linear-gradient(to bottom, rgba(8, 11, 33, 0.25), rgba(8, 11, 33, 0.56) 24%, rgba(8, 11, 33, 0.88) 59%, #080b21);
	border-top: 1px solid #333;
	padding: 20px 0;
	z-index: 1;
}

.promo-bar .uk-close {
	position: absolute;
	top: -20px;
	right: 0;
	border-radius: 50%;
	padding: 10px;
	background-color: #fff;
	color: #151a40;
}

c .promo-name {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.08;
	color: #fff;
}

.promo-bar .promo-intro {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 2.15;
	color: #fff;
}

.promo-bar .promo-intro a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.promo-bar .promo-button {
	text-align: right;
}

.promo-bar .less {
	max-height: 350px;
}

.promo-bar + footer {
	margin-bottom: 120px;
}

/******************************
			=FOOTER
******************************/
.logo-cpd {
	background: url('../img/logo-cpd-white.png') center center no-repeat;
	background-size: contain;
	width: 120px;
	height: 110px;
	margin: 20px auto;
}

.hashtag {
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 0.85;
	letter-spacing: normal;
	margin: 30px auto;
	color: #333;
}

footer {
	text-align: center;
	padding: 50px 10px;
	font-size: 0.8em;
	color: #333;
}

footer .footer-logo {
	max-width: 100%;
	height: 80px;
}

footer .footer-logo.footer-logo-large {
	height: 120px;
	padding: 0 10px;
}

footer .uk-subnav > * > * {
	font-size: 0.9em!important;
	color: #333!important;
	text-transform: none!important;
}

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

footer .uk-subnav > * > a.social-icon-linkedin:hover {
	color: #0077b5!important;
}

footer .uk-subnav > * > a.social-icon-twitter:hover {
	color: #000!important;
}

footer .uk-subnav > * > a.social-icon-facebook:hover {
	color: #29487d!important;
}

footer .uk-subnav > * > a.social-icon-instagram:hover {
	color: #e1306c!important;
}

footer .uk-subnav > * > a.social-icon-twitter .fa-x-twitter {
	font-size: 20px;
	line-height: 20px;
}

@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;
	}
}

/******************************
			=MEDIA
******************************/
@media only screen and (min-width: 1600px) {
	
	html.session {
		background-size: contain;
	}
	
	.session .uk-container.video-container {
		max-width: 90%;
	}
	
}
	
@media only screen and (min-width: 1200px) {
	
	.usp-intro.row1 {
		width: 260px;
	}

	.usp-intro.row2 {
		width: 330px;
	}
	
	.session .playbar .playbar-video {
		width: 350px;
	}
	
}

@media only screen and (max-width: 1199px) {
	
	.uk-navbar-item,
	.uk-navbar-nav > li > a,
	.uk-navbar-toggle {
		color: #333;
		min-height: 40px;
	}
	
	.primary-logo {
		width: 75px;
		height: 40px;
	}
	
	.session .playbar .playbar-video {
		width: 350px;
	}
	
	.session .playbar .playbar-info .info-container .session-name {
		font-size: 28px;
		margin: 0 0 15px 0;
	}
	
	.forum-card .thumbnail-large img {
		border-radius: 15px 15px 0 0;
	}
	
	.sidemenu {
		position: fixed;
		z-index: 1001;
		left: auto;
		top: auto;
		bottom: 0;
		padding: 0;
		width: 100%;
		margin: 0 auto;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 0;
		background-color: #f2f4f5;
		text-align: center;
	}

	.sidemenu ul li {
		display: inline-block;
		margin: 0 20px;
	}
	
	.sidemenu ul li a {
		padding: 0;
	}
	
	.sidemenu ul li .profile-photo {
		position: relative;
	}

	.sidemenu ul li .profile-photo img {
		position: absolute;
		margin: 3px -20px;
	}
	
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	
	.session .video-wrapper .next-panel {
		padding: 20px;
		height: calc(100% - 40px);
	}
	
}

@media only screen and (max-width: 1023px) {
	
	.my-card .logo {
		width: 120px;
		height: 60px;
	}

	.my-card .logo img {
		width: 120px;
		height: 120px;
		margin-top: -30px;
	}
	
	.uk-navbar-container.my-navbar-container .uk-navbar-nav > li > * {
		margin: 15px;
	}
	
	.session .playbar {
		top: 0;
		bottom: auto;
	}
	
	.session .playbar .playbar-video {
		width: 100%;
	}
	
	.eg-card.eg-card-large {
		padding: 15px;
	}
	
	.moderators .moderator .moderator-name,
	.moderators .moderator .moderator-job-title,
	.moderators .moderator .moderator-company {
		color: #222;
	}
	
}

@media only screen and (min-width: 640px) {
	
	.my-content-card .bottomout {
		position: absolute;
		line-height: 1;
		bottom: 20px;
		margin-bottom: 0!important;
		width: calc( 100% - 30px );
	}
	
	.my-content-card.my-content-card-small .bottomout {
		bottom: 15px;
	}
	
}
	
@media only screen and (max-width: 639px) {
	
	.eg-container {
		padding: 15px 0;
	}
	
	.uk-modal-body {
		padding: 30px 0;
	}
	
	.intro-container {
		*padding: 20px;
		*background-color: #fff;
	}
	
	.event-intro {
		padding: 20px 0;
		font-size: 20px;
		line-height: 1.5;
		letter-spacing: normal;
	}
	
	.section-title {
		font-size: 40px;
		line-height: 45px;
		min-height: auto;
		margin: 10px auto!important;
	}
	
	.session-time {
		font-size: 1rem!important;
		letter-spacing: normal!important;
	}
	
	.session-name {
		font-size: 1.25rem!important;
		letter-spacing: normal!important;
	}
	
	.lounge .event-title {
		font-size: 40px;
	}
	
	.lounge .page-title {
		font-size: 24px;
	}
	
	.announcements .page-title {
		font-size: 40px;
		letter-spacing: normal;
	}
	
	.modes {
		margin-top: 15px;
	}
	
	.modes.reset {
		margin-top: 20px!important;
	}
	
	.agenda .page-title {
		font-size: 22px;
		line-height: 1.34;
		letter-spacing: normal;
		margin-top: 10px;
	}
	
	.session .session-date {
		font-size: 16px;
		line-height: 1.31;
		letter-spacing: normal;
	}
	
	.session .session-time {
		font-size: 25px;
		line-height: 1.32;
		letter-spacing: normal;
	}
	
	.session .session-title {
		font-size: 22px;
		line-height: 1.33;
		letter-spacing: normal;
	}
	
	.session .session-label {
		font-size: 1.25em;
	}
	
	.session p {
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: normal;
	}
	
	.session-card {
		padding: 15px 15px 30px 15px;
	}
	
	.session-card .session-preview {
		margin-left: 0;
		margin-top: 0;
	}
	
	.session-card .guest-speakers {
		margin-top: 0;
	}

	.session-card .lead-speakers {
		margin-top: 0;
	}
	
	.session .countdown-container .promo-title {
		font-size: 22px;
	}
	
	.countdown .unit {
		padding: 10px 0;
	}

	.countdown .unit .number {
		font-size: 32px;
	}

	.countdown .unit .label {
		font-size: 12px;
	}
	
	.session .video-wrapper,
	.session .video-actions,
	.session .action-wrapper {
		*margin: 0 -15px;
	}
	
	.session .playbar-info {
		*margin-top: 0;
	}
	
	.session .playbar-info .shortcut {
		width: calc(100% - 5px);
	}
	
	.session .playbar .playbar-info .countdown-container {
		padding: 15px!important;
	}
	
	.session .playbar .playbar-info .info-container .session-name {
		font-size: 18px!important;
	}
	
	.session .playbar .playbar-info .session-button {
		width: auto;
		height: auto;
		padding: 5px 10px;
	}
	
	.session .session-sponsor img {
		margin-top: -30px;
	}
	
	.uk-width-xsmall {
		width: 35px;
	}
	
	.commenter .commenter-photo,
	.commenter .commenter-photo img {
		width: 25px;
		height: 25px;
	}
	
	.commenter .commenter-photo .initials {
		width: 25px;
		height: 25px;
		font-size: 12px;
	}
	
	.commenter textarea {
		padding: 10px;
		height: 40px;
	}
	
	.sidemenu ul li {
		display: inline-block;
		margin: 0 10px;
	}
	
	.session .audio-controller {
		top: 10px;
		left: 10px;
	}
	
	#calendar .month {
		font-size: 22px;
	}
	
	.my-container.my-container-default {
		padding: 15px 0;
	}
	
	.my-card .my-card-body {
		padding-bottom: 75px;
	}
	
}

@media only screen and (max-width: 374px) {
	
	.sidemenu ul li {
		display: inline-block;
		margin: 0 5px;
	}
	
	.register-card {
		padding: 0;
	}
	
	.g-recaptcha {
		margin-left: -5px;
	}
	
}