/* GLOBAL */
.uk-button-pink, .uk-button-pink:hover, .uk-button-pink:visited {
	background: var(--secondary-color);
	color: #fff;
}

progress::-webkit-progress-bar {
	background-color: #f8f8f8!important;
}

progress::-webkit-progress-value {
	background-color: var(--secondary-color)!important;
} 

progress::-moz-progress-bar {
	background-color: var(--secondary-color)!important;
}

.session-title {
	margin: 10px auto;
	color: #fff;
}

.session-title-modal {
	font-family: 'Roboto', monospace;
	color: #fff;
}

.session-info .uk-text-small {
	color:#fff;
}

.session-logo-modal img {
	width: 180px;
    height: 90px;
    border-radius: 25px 0 25px 0;
    background: #ffffff;
}

.uk-accordion-title::before {
	margin-top: 25px;
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-svg%3D%22chevron-right%22%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23ff006f%22%20stroke-width%3D%221.03%22%20points%3D%227%204%2013%2010%207%2016%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E);
}

.uk-open > .uk-accordion-title::before {
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-svg%3D%22chevron-down%22%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23ff006f%22%20stroke-width%3D%221.03%22%20points%3D%2216%207%2010%2013%204%207%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E);
}

.header-section {
	position: relative;
}

.session-description p {
	color: #fff;
}

.container-modal {
	background: #100F14;
}

.breakout-session-modal {
	width: 1200px !important;
    margin: auto !important;
    margin-top: 60px !important;
}

.uk-modal-header {
	border-bottom: none !important;
}

.uk-modal-full {
	background-color: rgba(0, 0, 0, 0.6);
}

.navbar-logo-registration {
	padding: 40px;
	text-align: center;
}

.modal-info .uk-close {
	background: #fff;
	color: var(--secondary-color);
	opacity: 1;
	position: absolute;
	right: 10px;
	top: 10px;
}

.modal-info p {
	line-height: 1.4;
}


.uk-icon-file-text-o {
	margin-right: 5px;
	color: var(--secondary-color);
}

.uk-icon-info-circle {
	color: var(--secondary-color);
	margin-right: 5px;
	font-size: 25px;
}

.modal-info {
	width: 80%;
	margin: 0 auto;
	background: var(--secondary-color);
	padding: 50px;
	margin-top: 100px;
	color: #fff;
	max-height: 550px;
	position: relative;
}

.uk-modal-dialog {
	background: #100F14;
}

.uk-modal-dialog h3 {
	font-weight: bold;
}


.uk-close, .uk-close:hover {
	background: #fff;
	color: var(--secondary-color)!important;
	opacity: 1;
	border-radius: 100%;
	padding: 20px;
	font-size: 20px;
}


#privacy-modal h1, #privacy-modal h2, #privacy-modal h3 {
	font-family: Open Sans, Regular;
	color: #fff;
	line-height: 1;
}

#privacy-modal ul li {
	line-height: 1.4;
}

.breakout-label {
	opacity: 1;
	font-size: 30px;
	margin-bottom: 0;
	position: relative;
	font-weight: bolder;
	top: 6px;
	margin-right: 10px;
	color: #000000;
}

.uk-alert h2 {
	text-align: center;
}

.sponsor-container h3 {
	color: #fff;
    text-align: center;
    font-family: 'Roboto';
    margin-bottom: 30px;
}

/* Radio Breakout Buttons  */

button.uk-button.breakfast-button,
button.uk-button.breakout-button {
	background: none;
	padding: 0;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 1px solid var(--secondary-color);
}

button.uk-button.breakfast-button.uk-active,
button.uk-button.breakout-button.uk-active {
	background: var(--secondary-color);
}

/* Consent Button */
.consent-button {
	border: 1px solid var(--secondary-color);
	-webkit-appearance: none;
	display: inline-block;
	box-sizing: border-box;
	padding: 15px;
	background: #100F14;
	text-decoration: none;
	text-align: center;
	box-shadow: 1px 1pz;
	/* -webkit-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.75); */
	-moz-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.75);
	/* box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.75); */
	-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.75);
}

.consent-button.uk-active {
	background-color: var(--secondary-color);
	border: 1px solid #fff;
}

.reg-logo {
	width: 100%;
}

.back-arrow, .back-arrow:hover, .back-arrow:active {
	display: table;
	position: absolute;
	top: 20px;
	font-size: 25px;
	line-height: 25px;
	padding: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transform: rotate(180deg);
	color: #ffffff;
	border-radius: 50%;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	background: #484848;
	z-index: 99;
}

.back-arrow a {
	color: #fff;
}

.back-arrow .uk-icon-chevron-right {
	display: table-cell;
	text-align: center;
}

/* START PAGE */

.progress-heading {
	color: #fff;
	font-family: 'Roboto';
}

.header-fist-container-registration {
	margin-top: -92vh;
    text-align: center;
    position: relative;
}

.start-registration-button {
    border: 3px solid var(--secondary-color);
    background: rgba(0,0,0,.4)!important;
	display: inline-block;
    margin: auto;
    background: var(--secondary-color);
    color: #fff;
    padding: 20px 40px;
    font-size: 1.5em;
    font-family: Open Sans, Regular;
}

.theme-container {
	background: #100F14;
}

.theme-container h1 {
	color: #fff;
	line-height: 1em;
	font-size: 3em;
	letter-spacing: 3px;
}

.theme-container h2 {
	color: #fff;
	line-height: 1em;
	font-size: 2em;
}

.theme-container a, .theme-container a:hover {
	display: inline-block;
	margin: auto;
	background: var(--secondary-color);
	color: #fff;
	padding: 10px 20px;
	font-size: 1.5em;
	font-family: Open Sans, Regular;
}

.button-container {
	text-align: center;
}

img.hero-icon,
svg.hero-icon {
	width: 30vw;
	max-height: 30vh;
}

img.hero-logo,
svg.hero-logo {
	width: 60vw;
	max-height: 50vh;
}

/* Register button */
.register-button-container {
	position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

/* START LETTER PAGE */

.alphabet {
	line-height: 4.0;
}

.letter-container-start {
	
}

.letter-container h1 {
	font-size: 50px;
	font-family: 'Roboto';
	color: #fff;
}

.letter-container p {
	font-size: 35px;
	line-height: 35px;
	font-family: 'Roboto';
	color: #fff;
} 

.letter-container a.letter {
	font-size: 48px;
    font-family: 'Lato', sans-serif;
    line-height: 1;
    font-weight: 400;
    margin: 0;
    padding: 0;
    min-width: 65px;
    display: inline-block;
    text-align: center;
	color: #fff;
}

.letter-container h1 {
	overflow: hidden;
	text-align: center;
}
.letter-container h1:before,
.letter-container h1:after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 3px;
	position: relative;
	vertical-align: middle;
	width: 10%;
}
.letter-container h1:before {
	right: 0.5em;
	margin-left: -50%;
}
.letter-container h1:after {
	left: 0.5em;
	margin-right: -50%;
}

.sponsor-logo {
	border-radius: 25px 0 25px 0;
    max-width: 210px;
    display: inline;
    pad: 20px 30px;
    padding: 20px 10px;
    background: #fff;
    margin-left: 20px;
}

.sponsor-logo img {
	width: 120px;
    height: 60px;
}

/* SELECT DELEGATE PAGE */
.register-delegate-button {
	padding: 10px 50px;
	font-size: 20px;
}

.register-icon {
	color: #fff;
}

.session-delegate-title {
	font-size: 0.9rem;
}

.replacement-delegate-button,
.replacement-delegate-button:focus,
.replacement-delegate-button:hover {
	background: var(--secondary-color);
	color: #fff;
}

.replacement-container .replacement-button {
	padding: 10px 25px;
	position: relative;
	bottom: 8px;
	left: 7px;
}

.replacement-container a {
	
}

.delegate-list-container {
	height: 400px;
	overflow: auto;
	border: 3px solid #fff;
	border-radius: 10px;
}

.delegate-list-container a {
	font-family: 'Lato', sans-serif;
}

/* DELEGATE REPLACE PAGE */
.delegate-button-container {
	
}

/* DELEGATE DETAIL PAGE */
.delegate-detail-container h1 {
	color: #fff;
	line-height: 1;
	font-family: Open Sans, Semibold;
	font-size: 50px;
}

.delegate-detail-container h2 {
	color: #fff;
	line-height: 1;
	font-family: Open Sans, Semibold;
	font-size: 20px;
	margin: 10px 0;
}

.delegate-detail-container h4 {
	color: #fff;
}

.delegate-detail-container p {
	font-size: 20px;
	font-family: Open Sans, Regular;
	font-weight: 400;
	line-height: 1;
}

.delegate-detail-container hr {
	color: #fff;
	border-top: 2px solid #fff;
	width: 70%;
	margin: 30px auto;
}

.delegate-detail-container label {
	color: #fff;
}

.delegate-detail-container li {
	display: inline-block;
}

.delegate-button-container a {
	display: inline-block;
	margin: auto;
	padding: 10px 90px;
}

.delegate-detail-container .consent-container {
	margin: 30px 0 0 0;
	padding: 20px;
	border: 1px solid var(--secondary-color);
	border-radius: 20px;
}

.consent-submit-button {
    font-size: 25px;
    border: 3px solid #ff006f;
    color: #fff;
    background: #ff006f!important;
}

label.breakout {
	opacity: 1;
	top: 0;
	color: #000;
	font-size: 32px; 
	margin-right: 15px;
}


/* COMPLETE PAGE */
.complete-container {
	background: #000;
	padding: 100px 0;
	height: calc(100vh - 200px);
}

.complete-container h1 {
	color: #fff;
	line-height: 1;
	font-family: Playfair Display, Bold;
	font-size: 80px;
}

.complete-container p {
	color: #fff;
	line-height: 1;
	font-family: Playfair Display, Bold;
	font-size: 50px;
}

.button-container {
	text-align: center;
}

.complete-container a, .complete-container a:hover {
	background: var(--secondary-color);
	color: #fff;
	padding: 20px;
	font-size: 25px;
	font-family: Open Sans, Regular;
	position: absolute;
	right: 20px;
	top: 20px;
	border-radius: 100%;
	z-index: 1000;
}

.curtain-left {
	width: 20%;
	height: 100vh;
	z-index: 990;
	display: inline-block;
	background: url(../img/assets/curtain-l-half-long.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
}

.curtain-right {
	width: 20%;
	height: 100vh;
	z-index: 990;
	display: inline-block;
	background: url(../img/assets/curtain-r-half-long.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	background-position: top right;

}

.home-button {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #ffffff;
	border-radius: 50%;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
}

/* EDIT DETAILS */
.edit-details-container .uk-form input[type=text], .uk-form input[type=email] {
	height: 50px;
	color: #707070;
	border-radius: 20px;
}

.edit-details-container .uk-icon-asterisk {
	color: #FF0000;
	font-size: 10px;
	margin-right: 5px;
}

span.edit-detail-name {
	color: var(--secondary-color);
	font-weight: bold;
}

/* UPDATE PAGE */
.edit-details-container small {
	color: #fff;
	font-family: Open Sans, Regular;
}

.edit-details-container h1 {
	font-size: 50px;
	font-family: Open Sans, Regular;
}

.edit-details-container .uk-form-label {
	color: #fff;
	font-family: 'Roboto', monospace;
}

.edit-details-container h2 {
	color: #fff;
    font-family: 'Roboto', monospace;
}

.title-number {
	font-family: 'Lato', sans-serif;
}

#button-group label {
	color: #fff;
    font-family: 'Lato', sans-serif;
}

.insight-session-logo {
	width: 180px;
    height: 90px;
    border-radius: 25px 0 25px 0;
	background: #ffffff;
}

@media (max-width: 767px) {

	.theme-container a, .theme-container a:hover {
		padding: 20px;
	}

	.letter-container h1 {
		font-size: 40px;
	}

	.reg-logo img {
		width: 60%;
	}

	.back-arrow, .back-arrow:hover, .back-arrow:active {
		font-size: 20px;
		padding: 10px;
	}

	.letter-container p {
		font-size: 20px;
	}

}


.checkmark__circle {
	stroke-dasharray: 186;
	stroke-dashoffset: 186;
	stroke-width: 50px;
	stroke-miterlimit: 10;
	stroke: var(--supplement-color);
	fill: none;
	animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	display: block;
	stroke-width: 2;
	stroke: #fff;
	stroke-miterlimit: 10;
	margin: 50px auto;
	box-shadow: inset 0px 0px 0px #7ac142;
	animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes scale {
	0%, 100% {
		transform: none;
	}
	50% {
		transform: scale3d(1.1, 1.1, 1);
	}
}
@keyframes fill {
	100% {
		box-shadow: inset 0px 0px 0px 30px #7ac142;
	}
}