/**
 * Gel 2019.0
 * Main Tiny Gel Stylesheet
 * @version 2019.0.0 r 33
 * @modified 2014-08-03 by Fritz Green
 * @modified 2023-04-27 by Christina Joly
*/body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
}

html {
	box-sizing: border-box;
	font-size: 16px;
}
*, *:before, *:after {
	box-sizing: inherit;
}




h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em;
	padding: 0;
	font-weight: 700;
	text-align: center;
	font-family: "Orelega One", serif;
	text-transform: uppercase;
}
h1, .h1 {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-top: 0;
	color: #791215;
	font-size: 2.4em;
	line-height: 1.3em;
	text-align: center;
}
h2, .h2 {
	color: #791215;
	font-size: 1.8em;
}
h3, .h3 {
	color: #791215;
	font-size: 1.35em;
	
}
.getting-ready h3{
	text-align:center;
}
h4 {
	color: #791215;
	font-size: 1.05em;
}
h5 {
	color: #791215;
	font-size: .9em;
	
}
h6 {
	font-size: .7em;
}
h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6 {
	margin-top: unset;
}
p, li {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 400;
	text-align: left;
}

.getting-ready p {
	text-align: center;
}
ol, ul {
	margin: .2em 0 .3em 0;
	padding: 0;
}
.getting-ready ol {
	list-style-type: none;
}

li {
	margin-bottom: 1.2em;
}
ol > li {
	position: relative;
	list-style-type: none;
	counter-increment: step-counter;
	margin: 0 0 1.5em;
	padding-left: 2.25em;
	line-height: 1.5em;
}



















ol > li:after {
	content: counter(step-counter);
	position: absolute;
	top: 0;
	left: .05em;
	width: 1.75em;
	height: 1.75em;
	color: #fff;
	font-size: .85em;
	text-align: center;
	background: #cccccc;
	border-radius: 50%;
}
ol > li:nth-child(n+1):nth-child(-n+9):after {
	content: "0" counter(step-counter);
}
iframe {
	max-width: 100%;
	border: none;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	margin-top: 1em;
}
hr {
	display: block;
	width: 100%;
	margin: 1.5em 0 2em;
	border: none;
	border-bottom: 1px solid #000000;
}
sup {
	font-size: .8em;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
	top: -.3em;
}
@media screen and (max-width: 1000px) {
	h1, .h1 {
		font-size: 2.3em;
	}
	h2 {
		font-size: 1.6em;
	}
}
@media screen and (max-width: 750px) {
	h1, .h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.55em;
	}
}
@media screen and (max-width: 500px) {
	h1, .h1 {
		font-size: 1.75em;
	}
	h2 {
		font-size: 1.25em;
	}
	h3 {
		font-size: 1em;
	}
	h4 {
		font-size: .75em;
	}
	h5 {
		font-size: .8em;
	}
	h6 {
		font-size: .6em;
	}
	p, ul, ol {
		font-size: .8em;
	}
}


.committee-i h5 {
	text-align: center;
}

a, button.link-style {
	background: none;
	border: none;
	color: #791215;
	font-size: 1em;
	font-style: italic;
	text-decoration: none;
	cursor: pointer;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	font-style: normal;
	font-family: inherit;
}
h3 a:hover {
	color:#D14727;
}
a:hover, a:active {
	color: #D14727;
}

button.link-style:hover, button.link-style:active {
color: #fff;
}


a.skip-to-content-link {
	position: absolute;
	left: 50%;
	top: -5px;
	height: 30px;
	padding: 8px;
	background: #D14727;
	color: #fff;
	transform: translateY(-100%);
	transition: transform 0.3s;
	z-index: 1000;
}
.skip-to-content-link:focus {
	transform: translateY(0%);
}


fieldset, .fieldset, table {       
	position: relative;
	width: 100%;
	margin-top: 2em;
	padding: 0;
	background: none;
	border: none;
	border-collapse: collapse;
	border-radius: 0 0 3px 3px;
}

.fieldset {
	margin-top: 5em;
}
table {
	margin: 2em 0;
}
fieldset table {       
	margin: 1em 0 .5em;
	background: #FFF;
}
legend {       
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	margin: 0;
	padding: .4em 1.4em;
	background: #791215;
	color: #FFF;
	font-size: 1.5em;
	font-weight: 900;
	text-transform: inherit;
	font-family: "Trebuchet MS", sans-serif;
	border-radius: 0px 0px 0 0;
}
legend + * {
	clear: both;
}
legend + .admin-icon {
	clear: none;
}
label {
	font-size: 1em;
	margin: .3em .3em 0 0;
	color: #000000;
	display: inline-block;
	font-weight: 700;
}
th:first-child, td:first-child {
	padding-left: 1.5em;
}
th:last-child, td:last-child {
	padding-right: 1.5em;
}
label, .label {       
	margin: 0;
	color: #000000;
	display: inline-block;
	font-weight: 400;
	font-size: .9em;
	width: 100%;
}
.label:not(:first-of-type) {
	margin-top: 1em;
}
.label + * {
	margin-top: 0;
}
input[type="checkbox"],
input[type="radio"] {
	width: 1.5em;
	height: 1.5em;
	margin-right: .75em;
}
label + input[type="radio"] {
	margin-left: 1.75em;
}
input[type="submit"], input[type="button"],
button, .button {
	display: inline-block;
	margin: 1em 1em 1em 0;
	padding: .8em 1em;
	background: #791215;
	
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	text-decoration: none;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	border-radius: 0px;
	
	transition: all 0.5s !important;
}
input[type="submit"]:hover, input[type="button"]:hover,
button:hover:not(.scrollToTop), .button:hover,
input[type="submit"]:focus, input[type="button"]:focus,
button:focus, .button:active {
	
}
.button input {
	margin: 0;
	padding: 0;
	background: none;
	box-shadow: none;
}
input:focus {
	outline: #000000 auto 4px;
}

.sidebar-button {
	width: 100%;
	margin-bottom: 0;
}
input[type="text"],
input[type="file"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea,
select {       
	margin: .5em 1em 1em 0;
	padding: .4em;
	background: #fff;
	border: none;
	color: #000000;
	font-size: 1em;
	cursor: pointer;
	width: 100%;
	border: 1px solid #791215;
	border-radius: 0px;
}
input[type="text"]:hover,
input[type="file"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
textarea:hover,
select:hover {       
	background: #D1472742;
	-webkit-box-shadow: -1px 2px 4px rgba(0, 0, 0, .25);
	box-shadow: -1px 2px 4px rgba(0, 0, 0, .25);
}
input[type="text"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {       
	background: #FFF;
	-webkit-box-shadow: -1px 2px 4px rgba(0, 0, 0, .4);
	box-shadow: -1px 2px 4px rgba(0, 0, 0, .4);
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {               
	-moz-appearance: none;
	-webkit-appearance: none;
}
input::-webkit-input-placeholder {
	color: #C8C8C9;
	text-transform: uppercase;
}
input::-moz-placeholder {
	color: #949496;
	text-transform: uppercase;
}
input:-ms-input-placeholder {
	color: #C8C8C9;
	text-transform: uppercase;
}
textarea::-webkit-input-placeholder {
	color: #C8C8C9;
	text-transform: uppercase;
}
textarea::-moz-placeholder {
	color: #949496;
	text-transform: uppercase;
}
textarea:-ms-input-placeholder {
	color: #C8C8C9;
	text-transform: uppercase;
}
select {        
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 24.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 58.61' style='enable-background:new 0 0 100 58.61;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M0,8.61c0-2.2,0.84-4.4,2.52-6.09c3.36-3.36,8.81-3.36,12.17,0L50,37.83L85.31,2.52c3.36-3.36,8.81-3.36,12.17,0 c3.36,3.36,3.36,8.81,0,12.17L56.09,56.09c-1.62,1.61-3.8,2.52-6.09,2.52c-2.28,0-4.47-0.91-6.09-2.52L2.52,14.69 C0.84,13.01,0,10.81,0,8.61z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
@media screen and (max-width: 600px) {
	input[type="submit"],
	input[type="button"],
	button,
	.button {
		width: 100%;
		margin: 1em 0;
	}
}
table {
	width: 100%;
	margin: 2em 0;
	background: rgba(221, 222, 228, 0.25);
	backdrop-filter: blur(24px) saturate(180%);
	border-collapse: collapse;
	border: 2px solid #fff;
}
.printable table {
	border: none;
}
thead {
	position: relative;
	background: #791215;
	color: #FFF;
}
thead a, thead *:hover {
	color: #FFF;
}
tr {
	border-top: 1px solid #C8C8C9;
}
tr:nth-of-type(even) {
	background: rgba(221, 222, 228, 0.55);
	backdrop-filter: blur(24px) saturate(180%);
}
th, td {
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: normal;
	padding: .25em 0;
}
th:first-child, td:first-child {
	padding-left: 1.5em;
}
th:last-child, td:last-child {
	padding-right: 1.5em;
}

.checkbox-katchu {
	display: none;
	visibility: hidden;
	height: 1px;
	overflow: hidden;
}


.two-column {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	column-gap: 40px;
}
.narrow {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.event {
	min-height: 460px;
}
.event-text{
	border-top: 1px solid #999;
	padding: 1em 1.5em 2em;
}
.event-img{
	float: right;
	width: 20em;
	margin: 2.75em 0 0 3em;
}

@media screen and (min-width: 701px) {
	input[type="submit"]:hover, input[type="button"]:hover,
	button:hover, .button:hover,
	input[type="submit"]:focus, input[type="button"]:focus,
	button:focus, .button:active {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
}
@media screen and (max-width: 850px) {
	.two-column {
		-webkit-column-count: 1;
		column-count: 1;
	}
	.event{
		min-height: initial;
	}
	.event-img{
		float: none;
		width: auto;
		margin: 2em auto 0;
		max-width: 20em;
	}
	.event-text{
		border-top: none;
		border-bottom: 1px solid #999;
	}
}
@media screen and (max-width: 500px) {
	input[type="submit"], input[type="button"],
	button, .button {
		width: 100%;
		margin: 1em 0 .5em;
	}
}


.mce-content-body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em 1.5em;
}
.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {
	border: 1px dashed #BBB;
}
a.mceItemAnchor {
	width: 12px;
	padding-left: 12px;
	background: url(../default/img/items.gif) no-repeat bottom left;
	line-height: 6px;
	overflow: hidden;
}
img.mceItemAnchor {
	width: 12px;
	height: 12px;
	background: url(../default/img/items.gif) no-repeat;
}
.mce-tinymce button {
	-webkit-box-shadow: none;
	box-shadow: none;
}
ins {
	border-bottom: 1px solid green;
	color: green;
	text-decoration: none;
}
del {
	color: red;
	text-decoration: line-through;
}
cite {
	border-bottom: 1px dashed blue;
}
acronym {
	border-bottom: 1px dotted #CCC;
	cursor: help;
}
abbr, html\:abbr {
	border-bottom: 1px dashed #CCC;
	cursor: help;
}
.strikethrough {
	text-decoration: line-through;
}
.underline {
	text-decoration: underline;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-center .button:last-child {
	margin-right: 0;
}
.align-justify {
	text-align: justify;
}
.clear {
	clear: both;
}
.note {
	font-size: .9em;
	font-style: italic;
}
.small {
	font-size: .8em;
}
.nowrap {
	white-space: pre;
}
.required, .warning {
	color: #D40000;
	font-weight: bold;
	line-height: 1em;
}
.alt {
	background-color: #EFEFEF;
}
.display-block {
	display: block;
}
.display-none {
	display: none!important;
}

.optional {
	color: #7d7d7d;
	font-size: .8em;
}


.flex-form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background: rgba(221, 222, 228, 0.25);
	backdrop-filter: blur(24px) saturate(180%);
	margin: 0;
	padding: 1.25em 1.75em 1.25em .4em;
	border: 1px solid #fff;
	border-top: 0;
	border-radius: 0 0 10px 10px;
}
.flex-block {       
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex: 1 100%;
	width: 100%;
	align-self: flex-start;
	margin: 0 0 1em 1.5em;
}
.flex-2 {       
	flex: 1 40%;
	width: 40%;
}
.flex-3 {       
	flex: 1 27%;
	width: 27%;
}
.flex-4 {       
	flex: 1 20%;
	width: 20%;
	flex-direction: column;
	flex-wrap: wrap;
}
.flex-5 {       
	flex: 1 15%;
	width: 15%;
}
.flex-check {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: .4em;
}
.flex-block .flex-check {
	flex: 1 0 100%;
}
.flex-check label {
	display: inline;
	width: auto!important;
	font-size: 1em;
	margin: 0;
	flex: 1;
}
.flex-check label:not(:last-of-type) {
	margin-right: 1.5em;
}
.flex-check p {
	display: inline;
	width: auto;
	margin: 0 .5em 0 .25em;
}


.flex-block > .flex-block:first-of-type {
	margin-left: 0;
}
.flex-form .flex-form {       
	margin-right: 0;
	margin-left: 0;
}
.flex-block input[type="text"], .flex-block input[type="file"],
.flex-block input[type="password"], .flex-block input[type="email"], .flex-block input[type="url"],
.flex-block textarea, .flex-block select,
.flex-block .tox-tinymce {       
	margin: .2em 0 0;
	width: 100%;
}
.flex-form > p {
	margin: .5em 0 .5em 1.5em;
}
.flex-block h2, .flex-block h3,
.flex-block h4, .flex-block h5,
.flex-block h6, .flex-block p {
	width: 100%;
}
.flex-form hr {
	margin-left: 1.5em;
}
.flex-block p + p {
	margin-top: 0;
}
.submit-buttons {
	float: left;
	position: relative;
}
fieldset > .submit-buttons:only-child {
	margin-top: -1em;
}
.submit-buttons input:first-child:not(input:last-child) {
	position: absolute;
	left: 100%;
	margin-left: .25em;
}
@media screen and (max-width: 1000px) {
	.flex-4, .flex-5 {
		flex: 1 0 40%;
		width: 40%;
	}
	.submit-buttons {
		float: none;
		position: static;
	}
	.submit-buttons input:nth-of-type(n) {
		display: inline-block;
		position: static;
		width: 47.5%;
	}
	.submit-buttons input:last-of-type {
		margin-right: 0;
	}
}
@media screen and (max-width: 750px) {
	.flex-2, .flex-3,
	.flex-4, .flex-5 {
		flex: 1 1 100%;
		width: 100%;
	}
	.submit-buttons input:nth-of-type(n) {
		width: 100%;
		margin-right: 0;
	}
	
	
	
	fieldset, .fieldset {
		margin-top: 2em;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	legend, .legend {
		font-size: 1.25em;
	}
	label, .label {
		font-size: 1em
	}
	fieldset input[type="submit"], fieldset input[type="button"],
	fieldset button, fieldset .button,
	.fieldset input[type="submit"], .fieldset input[type="button"],
	.fieldset button, .fieldset .button {       
		width: 95%;
	}
	input[type="text"], input[type="file"],
	input[type="password"], input[type="email"],
	textarea, select {
		background-color: #FFF;
		font-size: 16px;
	}
}
@media screen and (max-width: 500px) {
	.kapt-box {
		margin-top: .5em;
	}
}
@media screen and (max-width: 450px) {
	.flex-2 > div {
		flex: 1 1 100%;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}


.capture label {
	margin-bottom: .5em;
	width: 100%;
}
.capture input[type="text"] {
	flex: 1 0 40%;
	width: 40%;
	margin: 0 1em 0 0;
}
.capture img {
	width: auto;
	margin-top: .4em;
}
.captcha-refresh {
	margin: 0 0 .3em .3em;
	width: 1.25em;
	height: 1.25em;
}
@media screen and (max-width: 500px) {
	.capture input[type="text"] {
		flex: 1 0 100%;
		width: 100%;
		margin: 0;
	}
}




.svg-std {
	fill: #404545;
	stroke: #404545;
}
.svg-std-hlt {
	fill: #A61C14;
	stroke: #A61C14;
}
.svg-std-hlt-two {
	fill: #FFE8AA;
	stroke: #FFE8AA;
}
.svg-std-light {
	fill: #fff;
	stroke: #fff;
}
.svg-std-med {
	fill: #949494;
	stroke: #949494;
}
.svg-std-dark {
	fill: #000;
	stroke: #000;
}
.svg-bright {
	fill: #FFE8AA;
	stroke: #FFE8AA;
}
.svg-bright-light {
	fill: #ffd681;
	stroke: #ffd681;
}
.svg-bright-dark {
	fill: #855914;
	stroke: #855914;
}
.inline-svg {
	display: inline-flex;
	position: relative;
	top: .125em;
	align-self: center;
}
h2 .inline-svg, .h2 .inline-svg {
	max-width: 1em;
	max-height: .9em;
}


#working_loader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #000;
	z-index:9999;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#working_loader > img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1 !important;
}
#working_loader.loader-absolute {
	position: absolute;
}
.loader-o {
	position: relative;
}




form#inline-lead-form {
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .4);
	border-radius: 3px;
}
.inline-lead-form-container {
	top: 0;
}
.get-info, .inline-lead-submit-button {
	padding: 0 2em;
}
.get-info {
	position: relative;
	margin: 0 0 1em;
}
.get-info label {
	font-size: .75em;
	font-weight: 700;
	position: absolute;
	z-index: 2;
	top: .2em;
	left: 3.2em;
	width: auto;
}
.get-info input, .get-info textarea {
	width: 100%;
	margin: 0;
	padding: 1.8em .4em .4em 1em;
	position: relative;
}
.inline-lead-form-button {
	width: 100%!important;
	margin: 0!important;
}
.inline-lead-form fieldset {
	margin-top: 0;
	margin-bottom: 2em;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding: 1em 0 1.5em;
}
#inline-lead-form .success {
	margin: -.5em 0 1em;
}
.inline-lead-submit-button {
	margin-top: 1.5em;
}
@media screen and (max-width: 1040px) {
	.inline-lead-form fieldset {
		margin-top: 3em;
	}
}


.validation-error {
	border: 1px solid #A61C14 !important;
}


.text-cntr {
	margin-top: 2em;
	background: rgba(221, 222, 228, 0.25);
	backdrop-filter: blur(24px) saturate(180%);
	padding: 1.5em;
	border-radius: 10px;
	border: 2px solid #fff;
}
.text-cntr h2 {
	margin-top: 0;
}


.sponsors-exhibitors h1 {
	
	color: #791215;
}
.sponsors-top, .exhibitors-top, .registration-top, .schedule-top, .marquee-border-3 {
	position: relative;
	z-index: 0;
	
	background: rgba(255, 255, 255);
	backdrop-filter: blur(24px) saturate(180%);
	border-radius: 1.8em;
}
.covid-container{
	margin: 0 1.5em 0 1.5em;
}
.sponsors-exhibitors .success {
	position: absolute;
	z-index: 2;
}
.sponsors-exhibitors .success + h1 {
	padding-top: 4em;
}
.sponsors-exhibitors .success + h1 + .page-column-full .sponsors-top,
.sponsors-exhibitors .success + h1 + .page-column-full .exhibitors-top {
	padding-top: 12em;
}
.sponsors-levels, .sponsors-list, .exhibitors-list {
	padding-top: 2em;
	margin: 0 auto;
}
.sponsors-levels h3:not(:first-of-type) {
	margin-top: 1.75em;
	padding-top: 1.75em;
	border-top: 1px solid #000000;
}
.sponsors-levels h3 {
	text-align: left;
}
.sponsors-levels img {
	margin: 1em 0 .5em 0;
}
.sponsors-levels ol {
	margin-top: 1.5em;
}
.sponsors-levels ol:not(.sponsors-list-one) {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 5.5em;
	column-gap: 5.5em;
}
.sponsors-levels li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.sponsors-levels li:first-child {
	margin-top: 0;
}
.exhibitors, .sponsors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2em;
	background: rgba(221, 222, 228, 0.25);
	backdrop-filter: blur(24px) saturate(180%);
	padding: 1.5em;
	
	border: 2px solid #fff;
}
.exhibitors:first-of-type, .sponsors:first-of-type {
	margin-top: 2em;
}
.sponsors-logo img {
	max-width: 180px;
}
.exhibitors-logo {
	width: 18em;
	text-align: center;
}
.sponsors-text {
	margin-left: 2.5em;
}
.sponsors-text h3, .exhibitors-text h3 {
	margin-top: 0;
}
.sold {
	position: relative;
	text-decoration: line-through;
	font-family: "Trebuchet MS", sans-serif;
}
.exhibitors-pricing {
	margin: 2em auto;
	width: 70%;
}
.exhibitors-pricing tbody {
	color: #333333;
}
.sponsor-levels-i {
	background: rgba(221, 222, 228, 0.25);
	backdrop-filter: blur(24px) saturate(180%);
	padding: .1em 2em 2em;
	border-radius: 12px;
	border: 1px solid #000000;
}
.sponsor-levels-i:first-of-type {
	margin-top: 2em;
}
.terms-conditions h3{
	text-align: left;
}
@media screen and (max-width: 1600px) {
	.exhibitors-pricing {
		width: 70%;
	}
}
@media screen and (max-width: 1190px) {
	
	.sponsors-top, .exhibitors-top, .registration-top, .schedule-top {
		padding-top: .75em;
	}
	.exhibitors-pricing {
		width: 90%;
	}
}
@media screen and (max-width: 1000px) {
	
	.sponsors-levels ol:not(.sponsors-list-one) {
		-webkit-column-count: 1;
		column-count: 1;
	}
	.exhibitors-pricing {
		width: 100%;
	}
}
@media screen and (max-width: 800px) {
	.sponsors, .exhibitors {
		display: block;
	}
	.sponsors-logo, .exhibitors-logo {
		text-align: center;
		display: block;
		margin: 0 auto 1.5em;
	}
	.sponsors-text, .exhibitors-text {
		margin-left: 0;
	}
	.sponsors-text h3, .exhibitors-text h3 {
		text-align: center;
	}
	.sponsors-top, .exhibitors-top, .registration-top, .schedule-top {
		padding: .75em 1em;
	}
}
@media screen and (max-width: 750px) {
	
	.exhibitor-pricing {
		font-size: 0.75em;
	}
	.bottom-content {
		padding: 1em!important;
	}
}
@media screen and (max-width: 600px) {
	.sponsors-exhibitors h1 {
		font-size: 1.5em;
		
	}
	.sponsors-top, .exhibitors-top, .registration-top, .schedule-top {
		
		border-radius: 0;
		border-left: none;
		border-right: none;
		border-top: none;
		top: -50px;
	}
	.sponsors, .exhibitors {
		padding: 1em;
		margin: 1em -1em;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		border-radius: 0;
	}
	.terms-conditions h3{
		font-size: 0.9em;
		padding-right: 1em;
	}
	.terms-conditions .toggle-arrow {
		top: 0;
		right: -1em;
		border-top: 12px solid #D14727;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
	}
	.exhibitor-pricing {
		font-size: 0.5em;
	}
	.exhibitor-pricing tr {
		border-left: 1px solid #C8C8C9;
	}
	.exhibitor-pricing th, .exhibitor-pricing td {
		border-right: 1px solid #C8C8C9;
	}
}
@media screen and (max-width: 500px) {
	
}
@media screen and (max-width: 400px) {
	
	h1, .h1 {
		font-size: 1.5em;
	}
}


.committee .content-main .content-i {
	max-width: 85rem;
}
.committee-o {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flexbox-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1.5em;
}
.committee-i {
	width: 15em;
	margin: 0 .75em 1.5em;
	padding: 1em;
	background: none;
	text-align: center;
	border-radius: 0px;
	border: 4px solid #791215;
	background: rgba(255, 255 255);
	
}
.committee-i img {
	width: 100%;
	border-radius: inherit;
}
.committee-i h5 {
	font-size: 1.2em;
	margin: 0;
	color: #791215;
}
.committee-i h6 {
	font-size: .9em;
	margin: 0;
	color: #000000;
}
.committee-i p {
	margin: .2em 0 0;
	font-size: .8em;
	text-align: center;
}
.committee-i a {
	color: #D14727;
}
.committee-i a:hover {
	color: #791215;
}
.committee-i .button {
	width: 100%;
	margin: .75em 0 0;
	font-size: .9em;
}
.committee-i .button:hover {
	color: #D14727;
}


.buy-sessions li {
	text-align: left;
}


.vault, .resumes, .vault-credits {
	margin-top: -.25em;
}
.vault th:last-of-type, .vault td:last-of-type,
.resumes th:last-of-type, .resumes td:last-of-type,
.vault-credits th:last-of-type, .vault-credits td:last-of-type {
	text-align: center;
	width: 5em;
}
.vault a, .resumes a, .vault-credits a {
	font-style: normal;
}


@media screen and (max-width: 600px) {
	form {
		margin: 0 -.9em;
	}
	fieldset {
		margin-top: 0em!important;
	}
	legend {
		font-size: 1.5em;
		background: transparent;
		color: #791215;
	}
	.flex-form {
		background: transparent;
		border: none;
		padding: 0 1.75em 0 .4em;
	}
	input[type="submit"] {
		width: 81%;
		font-size: .8em;
	}
}

 
.mce-content-body {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em 1.5em;
}



body {
	display: flex;
	flex-direction: column;
	height: 100vh;
	padding: 0;
}
.svg-group {
	display: none;
}
.pointer {
	cursor: pointer;
}
.move {
	cursor: move;
}



















.cls-1 {fill: #a5dad4;}

.cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-7, .cls-8 {fill-rule: evenodd;}

.cls-2 {fill: #7fa8b9;}

.cls-3 {fill: #791215;}

.cls-4 {fill: #3e618e;}

.cls-5 {fill: #1d437f;}

.cls-6, .cls-7, .cls-8 {fill: #0b1526;}

.cls-10 {fill: #fff;}

.cls-11 {fill: #66c5bb;}

.cls-12 {fill: #f9ba15;}






.content-main {
	background: url("/images/design/RedCurtainBackground25.png") repeat-x #3d3f41;
}
.content-o {
	display: block;
	width: 100%;
	margin: auto;
	padding: 0 4em;
	
}
.content-i {
	position: relative;
	width: 100%;
	
	margin: auto;
	padding: 2em 2em;
}
.header-i {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


@media screen and (max-width: 1000px) {
	.content-o {
		padding: 0;
	}
	.content-i {
		padding: 3em;
	}
}
@media screen and (max-width: 600px) {
	.content-i {
		padding: 1em;
	}
	.app-page .content-i {
		padding: 0;
	}
}



header {
	position: relative;
	z-index: 5;
	background-color: #ffffff;
}
.header-o {
	background-color: #ffffff;
}


.logo {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.logo-mobile {
	display: none;
}
.logo-div svg, .logo-mobile svg {
	width: 16em;
}
.logo-div img {
	width: 10em;
	margin-left: 2em;
}
.nav-div{
	display: flex;
	justify-content: flex-end;
	align-items: center;

}
.header-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .2em 2em;
	background: #791215;
	color: #FFF;
}
.header-bar-sponsor {
	margin: 1em 0em 1em;
	display: flex;
	align-items: center;
}
.header-bar svg {
	margin: -.4em 0 -.65em .5em;
	font-size: 1.5em;
	border-radius: 0px;
}
.header-bar img {
	border-radius: 0px;
}
.header-bar a:hover svg {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.header-mobile {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.logo-text p {
	font-size: 1.4em;
	margin: 0;
}
.logo-text-hr {
	color: #791215;
}
.leftbarspacing {
	width: 18em;
	height: 3em;
	background-color: #791215;
}
.header-info p {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	text-align: center;
	align-self: center;
	font-weight: 700;
	font-size: x-large;
}

@media screen and (max-width: 1670px) {
	.header-info p {
		font-size: 1.2em
	}
}

@media screen and (max-width: 1340px) {
.header-info p {
	font-size: 1em;
}
}



.button.header-button {
	float: right;
	margin: 0 0 0 1em!important;
	background: #791215;
	color: #fff;
	padding: .5em 1em;
	margin-left: 1em!important;
	width: auto;
}
.header-button:hover {
	background-color: #791215;
	color: #D14727;
}
.mobile-logout-button{
	width: 100%;
	margin: .5em 0;
	color: #fff;
}
.mobile-logout-button:last-of-type {
	margin: .5em 0 0;
}
.header-login {
	float: right;
	position: relative;
}
.mobile-account-login {
	float: right;
	top: 1.8em;
	right: 2em;
	cursor: pointer;
}

.header-account {
	padding: .8em;
	border-radius: 50%;
	border: 3px solid #791215;
	margin-left: 1em;
	
	transition: all 0.5s !important;
}
.header-account:hover {
	box-shadow: inset 0px -336px 0px #D14727;
}
.mobile-account-button {
	display: none;
}
.header-dropdown-i {
	display: none;
	position: absolute;
	top: 4.15em;
	right: -2.15em;
	z-index: 1000;
	width: 14em;
	padding: 1.75em 1em;
	background: #791215;
	color: #FFF;
	border: 1px solid #791215;
	border-radius: 0px;
}
.header-dropdown-i .button {
	background: none;
	color: #FFF;
	border: 2px solid #791215;
	border-radius: 0px;
	box-shadow: inset 0px 0px 0px #791215;
	transition: all 0.5s !important;
}
.header-dropdown-i .button:hover{
	box-shadow: inset 0px -336px 0px #791215;
}
.header-cart {
	position: relative;
	float: right;
	top: .2em;
	right: -.9em;
}
.cart-number {
	position: absolute;
	top: -.5em;
	right: -.5em;
	width: 1.5em;
	height: 1.5em;
	padding: 0 .25em;
	background: #791215;
	border-radius: 0%;
	color: #D14727;
	font-size: .6em;
	text-align: center;
}
.header-cart svg {
	margin-top: .075em;
	width: 25px;
	fill: #791215;
}
.close {
	position: absolute;
	top: .4em;
	right: 1em;
	z-index: 1000;
	color: #FFF;
	cursor: pointer;
}
.close:hover {
	color: #C9C9C9;
}
.header-dropdown-i .create-account {
	margin-top: -1em;
}
.header-login input {
	width: 100%;
	margin: 0 0 1em;
}
.header-link-sm {
	display: block;
	margin: -.5em 0 1.5em;
	color: #FFF;
	font-size: .8em;
}
.header-link-sm:hover {
	color: #909595;
}
.header-dropdown-i .signin-button {
	background: #B2B0A4;
}
.header-button.header-close {
	padding: 0 .2em;
}
@media screen and (max-width: 1250px) {
	header {
		position: relative;
	}
	.header-bar {
		margin: 5.5em 0 0 0;
	}
	.header-bar-text {
		margin: 0;
		position: absolute;
		left: 4.5em;
	}
	.header-i {
		position: fixed;
		background: #fff;
		width: 100%;
		top: 0;
		left: 0;
		height: 4.5em;
	}
	.nav-div {
		flex: 1 0 0%;
		margin: -3em 1em 0;
	}
	.logo-text, .header-info{
		display: none;
	}
	.logo-div svg, .logo-mobile svg {
		width: 10em;
	}
	.logo-div img {
		width: 10em;
		margin: -3em 1em 0;
	}
	.logo {
		font-size: .8em;
	}
	.header-mobile {
		justify-content: center;
	}
}
@media screen and (max-width: 1100px) {
	.header-bar {
		margin: 6.52em 0 0 0;
	}
	.header-bar p {
		font-size: .85em;
	}
}
@media screen and (min-width: 851px) {
	.header-conference, .header-gallagher, .header-mobile-text {
		display: none;
	}
}
@media screen and (max-width: 850px) {
	.header-desktop {
		display: none;
	}
	.header-bar {
		position: initial;
		height: initial;
	}
	.header-mobile {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 65%;
	}
	.header-bar-sponsor {
		position: initial;
		right: initial;
		flex-wrap: wrap;
	}
	.header-mobile p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		line-height: 0;
	}
	.header-mobile a {
		margin-left: 1em;
	}
	.header-bar-sponsor {
		margin-left: 0;
	}
	.header-bar-sponsor:nth-of-type(1) {
		margin-top: 1em;
		margin-bottom: 1.5em;
	}
	.header-bar-sponsor:nth-of-type(2) {
		margin-bottom: .75em;
	}
	.header-bar-sponsor svg{
		margin-left: 0;
	}
	.header-mobile-text {
		margin-bottom: 1em;
	}
}
@media screen and (max-width: 700px) {
	.header-mobile {
		width: 80%;
	}
	.logo-div img {
		width: 10em;
		margin: -3em 1em 0;
	}
}













@media screen and (max-width: 600px) {
	.header-i {
		padding: .75em 1em;
	}
	.header-cart {
		right: 0;
		margin-left: .8em;
	}
	.header-bar {
		margin: 3.52em 0 0 0!important;
	}
	.logo > img {
		width: 11em;
		margin: -0.5em 1em 0;
	}
	.nav-div {
		margin: -0.25em 1em 0;
	}
}
@media screen and (max-width: 550px) {
	.header-mobile {
		width: 100%;
	}
	.logo-div svg, .logo-mobile svg {
		width: 10em;
	}
	.logo-div img {
		width: 8em;
		margin: -0.8em -1em 0;
	}
}
@media screen and (max-width: 450px) {
	.header-bar p {
		font-size: .8em;
	}
	.header-bar p:not(:last-of-type) {
		margin-right: .4em;
	}
	.header-bar svg {
		font-size: 1.25em;
	}
	.header-gallagher img {
		width: 10em;
	}
	.header-mobile a {
		margin-left: 0;
		margin-top: 1em;
		width: 100%;
	}
	.header-bar-sponsor {
		justify-content: center;
		text-align: center;
	}
	.button.header-button {
		font-size: .8em;
		padding: .6em 1em;
	}
	.nav-div {
		margin: -0.25em 0em 0;
	}
	svg.mobile-account-login {
		width: 1em;
		height: 1em;
	}
	div.header-login {
		margin-left: 0.4em;
	}
}
@media screen and (max-width: 415px) {
	.header-bar {
		margin: 3.9em 0 0 0;
	}
}
@media screen and (max-width: 410px) {
	.logo-div svg, .logo-mobile svg {
		width: 7em;
	}
}
@media screen and (max-width: 400px) {
	.header-bar p {
		font-size: .75em;
	}
	.header-bar svg {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 350px) {
	.header-bar p {
		font-size: .7em;
	}
	.header-bar svg {
		font-size: 1.2em;
	}
}
@media screen and (min-width: 314px) {
	.header-mobile{
		font-size: 15px;
	}
}

nav {
	margin-top: 0;
}
.dropdown {
	display: flex;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;

}
.dropdown li {
	position: relative;
	z-index: 999;
	margin: 0 0 0 1em;
}
.dropdown li:hover {
	z-index: 1000;
}
.dropdown a {
	color: #791215;
	font-style: normal;
	font-weight: 700;
}
.dropdown > li > a {
	margin: 0;
	padding: 0 .2em 1em;
	color: #791215;
}
.dropdown > li:hover > a {
	color: #D14727;

}
.dropdown svg {
	margin: -.325em .35em -.325em 0;
}
.dropdown ul {
	display: none;
	position: absolute;
	top: 1.25em;
	width: 10.5em;
	margin: 0.4em 0 0.3em 0;
	padding: 0;
	list-style: none;
}
.dropdown li:last-child ul {
	width: 11.5em;
}
.dropdown ul li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
.dropdown ul a {
	display: block;
	width: 100%;
	padding: .3em 1em;
	background: #fff;
	font-size: 1em;
	border: 1px solid #791215;
	border-bottom: none;
}
.ml-2:last-of-type a {
	border-bottom: 1px solid #791215;
}
.dropdown ul li:first-of-type a {
	border-radius: 0px 0px 0 0;
}
.dropdown ul li:last-of-type a {
	border-radius: 0 0 0px 0px;
}
.dropdown ul a:hover {
	background: #ED9A87;
}
.dropdown ul ul {
	display: none !important;
	position: absolute;
	top: 0;
	margin-left: 15.25em;
}



@media screen and (max-width: 1200px) {
	.dropdown > li > a {
		padding: 0 .5em;
		font-size: .5em;
		line-height: 2.5em;
	}
	
	
	
	
	
	
	
	
	
	.dropdown ul {
		margin: 0;
	}
	.ml-2:last-of-type a {
		border-bottom: 1px solid #791215;
	}
}
@media screen and (max-width: 1100px) {
	.dropdown a {
		font-size: 1em;
	}
	.dropdown ul {
		top: 1.85em;
	}
	.dropdown ul a {
		font-size: .4em;
	}
}
@media screen and (max-width: 1200px) {
	nav {
		cursor: pointer;
	}
	.nav-trigger {
		position: relative;
		width: 3.25em;
		padding: 1.15em 0.65em 1.45em .55em;
		background: none;
		
		border-radius: 0em;
		right: 0;
	}
	.nav-toggle, .nav-toggle:before, .nav-toggle:after {
		position: absolute;
		display: block;
		width: 2em;
		height: .25em;
		background: #791215;
		-webkit-box-shadow: -1px 2px 4px rgba(0, 0, 0, .4);
		box-shadow: -1px 2px 4px rgba(0, 0, 0, .4);
		border-radius: .15em;
	}
	
	
	
	
	.nav-toggle:before, .nav-toggle:after {
		content: "";
	}
	.nav-toggle:before {
		margin-top: -.55em;
	}
	.nav-toggle:after {
		margin-top: .6em;
	}
	.nav-close .nav-toggle, nav:hover .nav-close .nav-toggle {
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	.nav-close, nav:hover .nav-close {
		background: none;
		-moz-transition: none;
		-webkit-transition: none;
		transition: none;
	}
	.nav-close .nav-toggle:before {
		margin-top: 0;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.nav-close .nav-toggle:after {
		margin-top: 0;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.dropdown {       
		display: block;
		position: absolute;
		top: 2.95em;
		left: 0;
		z-index: 1000;
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: 1.5em;
	}
	.dropdown ul, .dropdown li, .dropdown a {
		display: block;
		width: 100%;
	}
	.dropdown li {
		margin: 0;
		padding: 0;
		background: #fff;
	}
	.dropdown a {
		color: #fff;
		padding: .25em 1em;
		border-top: 1px solid #791215;
	}
	.dropdown ul {
		display: block;
		position: static;
		top: 0;
	}
	.dropdown li:nth-of-type(n) ul {
		position: static;
		top: 0;
		width: 100%;
	}
	.about-page ul {
		display: none;
	}
	.dropdown ul li {
		background: #791215;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.dropdown ul a {
		padding-left: 2.75em;
		background: none;
		border-bottom: none;
		font-size: .5em;
		border-left: none;
		border-right: none;
		line-height: 2.5em;
	}
	.dropdown ul ul li {
		background: #000000;
	}
	.dropdown ul ul a {
		padding-left: 5em;
	}
	.dropdown ul li:first-of-type a {
		border-radius: 0;
	}
	.dropdown ul li:last-of-type a {
		border-radius: 0;
	}
	nav .header-login {
		display: block;
	}
}
@media screen and (max-width: 450px) {
	.nav-trigger {
		font-size: .8em;
		padding: 1.15em 0.65em 1.45em .5em;
	}
	.dropdown {
		font-size: 1.5em;
	}
}



.content-main {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	height: auto;
}
.content-main .content-i {
	flex-wrap: wrap;
	align-content: flex-start;
	flex: 1 0 auto;
	display: flex;

}

.page-column-full {
	flex: 1 0 100%;
	width: 100%;
	background: rgba(255, 255, 255);
	
	border-radius: 12px;
}

.marquee {
	background: rgb(239 47 48)!important;
	border-radius: 2em!important;
	border: solid 0.2em #f9a03d!important;
}

.marquee-border-1 {
	border: 1em dotted #fce541;
	border-radius: 2em;
	background: transparent;
	height: 100%;
}
.marquee-border-2 {
	border-radius: 2em;
	border: solid 0.2em #faa03f;
	background: transparent;
	height: 100%;
}
.marquee-border-3{
	height: 100%;
	padding: 0.5em;
}
.bottom-content {
	background: #fff;
	padding: 3em;
	margin-top: -4em;
	border-radius: 1.8em;
}

.page-column-full-sl {
	flex: 1 0 50%;
	width: 50%;
	order: 2;
}
.page-column-sl {
	flex: 0 0 20em;
	width: 20em;
	margin-right: 3em;
}

.page-column-full-sr {
	flex: 1 0 45%;
	width: 45%;
	
	border-radius: 10px;
	border: 2px solid #fff;
	background: rgba(255, 255, 255);
	
}
.page-column-sr {
	flex: 0 0 20em;
	width: 20em;
	margin-left: 2.75em;
	
	border-radius: 10px;
	border: 2px solid #fff;
	background: rgba(255, 255, 255);
	
}

.page-column-full-sb {
	flex: 1 0 35%;
	width: 35%;
	order: 2;
}
.page-column-slb {
	flex: 0 0 12em;
	width: 12em;
	order: 1;
	margin-right: 3em;
}
.page-column-srb {
	flex: 0 0 12em;
	width: 15em;
	order: 3;
	margin-left: 3em;
}
.page-column-full-sl > *:first-child, .page-column-sl > *:first-child,
.page-column-full-sr > *:first-child, .page-column-sr > *:first-child,
.page-column-full-sb > *:first-child, .page-column-slb > *:first-child, .page-column-srb > *:first-child {
	margin-top: 0;
}
.committee-member p {
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.page-column-full-sl, .page-column-sl,
	.page-column-full-sr, .page-column-sr,
	.page-column-full-sb, .page-column-slb, .page-column-srb {
		flex: 1 0 100%;
		width: 100%;
	}
	.page-column-full-sr, .page-column-full-sl,
	.page-column-full-sb {
		order: 1;
	}
	.page-column-sr, .page-column-sl,
	.page-column-slb, .page-column-srb {
		order: 2;
		margin: 2em 0 0;
		padding: 2em 0 0;
		border-top: 1px solid #999;
		border-left: none;
		border-right: none;
	}
}
@media screen and (max-width: 600px) {
	.page-column-full-sr, .page-column-sr {
		padding: 0;
		
		border: none;
	}
}


.bread {
	width: 100%;
	margin: 0 0 2em;
	font-size: .8em;
	color: #fff;
}
.bread a{
	color: #fff;
}
.bread a:hover{
	text-decoration: underline;
}
.bread ol {
	margin-left: 0;
}
.bread li {
	display: inline-block;
	padding: 0;
}
.bread li:before, .bread li:after {
	display: none;
}
@media screen and (max-width: 550px) {
	.bread {
		display: none;
	}
}


.error,
.success,
.warning {
	position: relative;
	z-index: 1;
	margin: 2em 0;
	padding: .5em 1em .75em 4em;
	color: #FFF;
}
.warning {
	padding: .5em 1em .75em 1em;
	color: #000;
}
.content-i > .error, .content-i > .success, .content-i > .warning {
	width: 100%;
}
.error {
	background: #A61C14;
}
.success {
	background: #86C54F;
}
.warning {
	background: #FFC300;
}
.error svg, .success svg {
	position: absolute;
	top: 50%;
	left: 1em;
	width: 2em;
	height: 2em;
	margin-top: -1em;
}
.error p, .success p, .warning p {
	margin: .15em 0;
	line-height: 1.5em;
}
.error a, .success a {
	color: #FFF;
}
.warning a {
	color: #444444;
}
#hr-receive-texts-div {
	width: 100%;
	border-radius: 10em;
}
#hr-receive-texts-div .success, #hr-receive-texts-div .error {
	margin: 2em auto;
}
@media screen and (max-width: 750px) {
	.error, .success, .warning {
		position: static;
		width: 100%;
		padding: .5em 1em .75em;
	}
	.error svg, .success svg {
		display: none;
	}
}


.cookies {
	position: fixed;
	bottom: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 1.5em;
	background: #D14727;
	color: #FFF;
	text-align: center;
	font-size: .8em;
}
.cookies p {
	max-width: 50em;
	margin: 0 2em 0 0;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, .7);
}
.cookies a {
	color: #FFF;
	text-decoration: underline;
}
.cookies a:hover {
	color: #f99f3f;
}
.cookies input[type='submit'] {
	margin:  0;
	background: #791215;
	
	font-weight: bold;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color:white;
}
.cookies input[type='submit']:hover {
	background: #FFF;
}
@media screen and (max-width: 800px) {
	.cookies {
		display: block;
	}
	.cookies p {
		margin: 0;
		text-align: center;
	}
	.cookies input[type="submit"] {
		margin: 1em 0 0;
	}
}




.app-badge{
	text-align: center;
}
.apple-badge {
	margin: 18px;
}
@media screen and (max-width: 350px) {
	.apple-badge {
		margin: 0;
	}
}


.evaluation{
	width: 100%;
	margin: -.2em 1.5em;
}
.evaluation a {
	font-size: .7em;
}
.evaluation .button {
	padding: .3em 1.3em;
}
.schedule-evaluation, .vault-evaluation {
	text-align: center;
	width: 100%;
}

.media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-box-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flexbox-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin-top: 1em;
}
.media-web, .media-print {
	-webkit-box-flex: 1 0 40%;
	-ms-flex: 1 0 40%;
	flex: 1 0 40%;
	width: 40%;
}
.media-web {
	padding-right: 2em;
}
.media-print {
	padding-left: 2em;
	border-left: 1px solid #000000;
}
.media h2 {
	margin-top: 0;
}
@media screen and (max-width: 950px) {
	.media {
		display: block;
		margin: 0;
	}
	.media-web {
		width: 100%;
		padding: 1em 0;
		border: none;
	}
	.media-print {
		width: 100%;
		padding: 1.75em 0 0;
		border-left: none;
		border-top: 1px solid #000000;
	}
}


.registration-pricing th:not(:first-of-type),
.registration-pricing td:not(:first-of-type) {
	width: 7em;
	text-align: center;
}
@media screen and (max-width: 850px) {
	.registration-pricing {
	}
	.registration-pricing th:not(:first-of-type),
	.registration-pricing td:not(:first-of-type) {
		width: 6em;
	}
}
@media screen and (max-width: 650px) {
	.exhibitors-pricing th:not(:first-of-type),
    .exhibitors-pricing td:not(:first-of-type) {
	    width: 7em;
	    text-align: center;
    }
}
@media screen and (max-width: 850px) {
	.exhibitors-pricing {
		font-size: .9em;
	}
	.exhibitors-pricing th:not(:first-of-type),
	.exhibitors-pricing td:not(:first-of-type) {
		width: 6em;
	}
}
@media screen and (max-width: 650px) {
	.exhibitors-pricing {
		font-size: .8em;
	}
	.exhibitors-pricing th:nth-of-type(n),
	.exhibitors-pricing td:nth-of-type(n) {
		display: block;
		width: 100%;
		padding-left: .5em;
		padding-right: .5em;
		text-align: center;
	}
}






















.my-schedule {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	font-size: .875em;
}
.my-schedule a {
	font-style: normal;
	text-align: left;
	font-size: .8em;
}
.my-schedule a:hover {
	color: #D14727;
}
.add-to-my-schedule, .add-to-my-schedule-hop {
	color: #791215;
	font-weight: 700;
	text-transform: uppercase;
}
.my-schedule-icon {
	margin-right: .5em;
}
.keynote .session-title a {
	color: #791215;
}
.remove-from-my-schedule {
	text-transform: uppercase;
	font-weight: 700;
	color: #dd4f41;
}


.sponsor-set-o {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.sponsor-set-i{
	margin: 0 1em;
}


.time-to-download-the-app {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: rgba(221, 222, 228, 0.55);
	backdrop-filter: blur(24px) saturate(180%);
	padding: 1em 1em 0;
	border: 2px solid #fff;
	
}
.download-app-text {
	flex: 1 0 45%;
	width: 45%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #000000;
}
.download-app-visual {
	display: flex;
}
.text-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #791215;
	padding: 1em 2em;
	
	color: #FFF;
}
.text-bubble {
	flex: 1 0 45%;
	width: 45%;
}
.text-text {
	flex: 1 0 45%;
	width: 45%;
}
.text-text h2 {
	color: #fff;
}
#hr-receive-texts-div legend {
	background: #FFF;
	font-size: 1.2em;
	padding: 1em 1em .5em;
}
.app-page #hr-receive-texts-div legend {
	background: #D14727;
	font-size: 1.5em;
	padding: .4em 1.4em;
}
.text-details {
	margin: 0 1em;
}
.flex-block.text-details {
	margin: 0 1em .5em 1.5em;
}
.text-details p {
	margin: .5em 0;
}
@media screen and (max-width: 1200px) {
	.download-app-visual {
		flex: 1 0 100%;
		justify-content: center;
		margin-top: 1em;
	}
	.text-bubble {
		flex: 1 0 100%;
		display: flex;
		justify-content: center;
	}
}
@media screen and (max-width: 750px) {
	.app-page #receive-texts-button {
		width: 100%;
		margin: 1em 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 600px) {
	.app-page .content-i {
		padding: 0;
	}
	.app-page h1 {
		margin-top: 1em;
	}
	.text-box {
		padding-top: 1em;
		
		border-bottom: 2px solid #fff;
		margin-top: 0;
	}
	
	.time-to-download-the-app, .text-box {
		border-radius: 0;
	}
	.app-page #hr-receive-texts-div form {
		margin: 0;
	}
	.app-page .flex-form {
		background: #FFF;
		padding: 1em;
		
	}
	.app-page #receive_texts_button {
		margin-left: 0!important;
		margin: 1em 0;
		width: 100%;
	}
}


@media screen and (max-width: 1200px) {
	.dropdown-overlay {
		display: none;
		background: #fff;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		overflow: scroll;
		z-index: 999;
		min-width: 100%;
	}
	nav .header-i {
		position: relative;
	}
}


.set-up-options, .additionally {
	display: flex;
	flex-wrap: wrap;

}
.set-up-options-i {
	flex: 1 0 20%;
	min-width: 100%;
	min-height: none;
	text-align: center;
	background-color: #fff;
	
	border-radius: 0px;
}
.set-up-options-i p {
	text-align: center;
}
.set-up-options-i a {
	margin: 0;
	font-weight: 700;
}
.set-up-options-i h4 {
	font-size: 1.35em;
	margin: 0.2em 0 -0.5em;
}
.registrant-greeting {
	font-size: 1.5em;
	font-weight: 700;
}
.returning-registrant.set-up-options-i, .new-registrant.set-up-options-i {
	border: none;
	background: transparent;
	padding: 0;
}
.log-in-here {
	background: #FFF;
	border-radius: 6px;
	padding: 0 2em 1em;
	margin: 2em 2em 0;

}
.log-in-here .button {
	
	color: #fff;
	box-shadow: inset 0px 0px 0px #791215;
	transition: all 0.5s !important;
}
.log-in-here .button:hover {
	color: #fff;
	box-shadow: inset 0px -336px 0px #791215;
}
.and-faqs h3 {
	margin: 0 0 -.9em;
}
.and-faqs li, .dont-forget li {
	text-align: center;
}
.faq-list {
	list-style: none;
}
a.socials {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	margin: .5em 0 0;
	vertical-align: top;
}
a.socials:after{
	content: '|';
	margin: 0 .5em;
	color: #000000;
	font-weight: 400;
}
.set-up-options-i a.socials:after{
	content: '';
	margin: 0;
}
a.socials:after:hover{
	color: #000000;
}
a:last-of-type.socials:after{
	content: "";
	margin: 0;
}
.socials svg {
	margin: 0 .5em 0 0;
}
.dont-forget .socials svg.twit {
	margin: -1em .2em -1em 0;
}
.and-faqs a.socials {
	font-weight: 700;
}
.and-faqs .socials svg.twit {
	margin: -1em .2em -1em -.4em;
}
.sponsor-funnels .set-up-options-i {
	background: #FFF;
}
.set-up-options-i .svg-icon{
	width: 100%;
}



nav .header-i {
	display: none;
}
.i-dont-want-space p {
	margin: 0 0 .5em;
}
.email-example {
	text-align: center;
}
.email-example > img {
	width: 400px;
}
.registration-pricing-i:nth-of-type(odd) {
	margin-right: 1em;
	margin-left:1em;
}
.registration-pricing-i {
	margin-bottom: 1em;
}
@media screen and (max-width: 1210px) {
	.set-up-options-i {
		flex: 1 0 45%;
		width: 45%;
	}
}
@media screen and (max-width: 1200px) {
	nav .header-cart {
		display: block;
	}
	nav .header-i {
		display: flex;
	}
}
@media screen and (max-width: 1050px) {
	.returning-registrant.set-up-options-i, .new-registrant.set-up-options-i {
		flex: 1 0 20%;
		width: 20%;
	}
}
@media screen and (max-width: 1024px) {
	.and-faqs, .dont-forget {
		flex: 1 0 100%;
		width: 100%;
		margin: 0;
	}
	.and-faqs {
		order: 2;
	}
	.dont-forget {
		order: 1;
	}
}
@media screen and (max-width: 720px) {
	.returning-registrant.set-up-options-i, .new-registrant.set-up-options-i {
		flex: 1 0 100%;
		width: 100%;
		margin: 1em 0;
	}
	.registration-pricing-i {
		margin: 0 0 1em 0!important;
	}
}
@media screen and (max-width: 600px) {
	.set-up-options-i {
		flex: 1 0 100%;
		width: 100%;
		margin: 1em 0;
	}
	.and-faqs, .dont-forget {
		flex: 1 0 100%;
		width: 100%;
		margin: 0;
	}
	.log-in-here {
		background: transparent;
		border: none;
		border-radius: 6px;
		padding: 0;
		margin: 2em 0 0;
	}
	.set-up-options-i {
		background-image: none;
	}
	.app-page #hr-receive-texts-div legend {
		font-size: 1.2em;
	}
}


.did-you-mean-to-login {
	margin-right: 1em;
}


.registration-pricing h4 {
	color: #000000;
}
.registration-pricing {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 2em;
	justify-content: center;
}
.registration-pricing-i {
	width: 20em;
	background: rgba(255, 255, 255);
	
	border: 4px solid #791215;
	color: #000000;
	padding: 0 1em 1em;
	
}

.registration-pricing-i span {
	width: 75%;
	display: inline-block;
}
.registration-pricing-i p {
	position: relative;
}
.registration-pricing-i p:after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	background: rgba(255, 255, 255, .1);
	left: 0;
	bottom: 0;
}
@media screen and (max-width: 1060px) {
	.registration-pricing-i:nth-of-type(odd) {
		margin-right: 0;
	}
	.registration-pricing {
		justify-content: center;
	}
	.registration-pricing-i:nth-of-type(odd) {
		margin-right: 1em;
		margin-left:0 em;
	}

}

@media screen and (max-width: 500px) {
	.registration-pricing-i h4 {
		font-size: 1.05em;
	}
}


a .shroud a {
	color: #791215;
	font-style: normal;
}
a .shroud a:hover {
	color: #D14727;
}
a:hover .shroud a {
	color: #D14727;
}

.toggle-link{
	position: relative;
}
.toggle-arrow {
	content: "";
	position: absolute;
	top: .65em;
	right: 1em;
	width: 0;
	height: 0;
	border-top: 15px solid #D14727;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: -moz-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
}
.fieldset-closed .toggle-arrow {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: -moz-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
}


.video-o {
	display: flex;
}
.video-i {
	border: 1px solid #000000;
	background: rgba(221, 222, 228, 0.25);
	backdrop-filter: blur(24px) saturate(180%);
	border-radius: 25px;
	padding: 1em;
	text-align: center;
	margin: 1em;
	max-width: 30%;
}
@media screen and (max-width: 1030px) {
	.video-o {
		flex-direction: column;
	}
	.video-i {
		max-width: none;
	}
}














.res_item h5 {
	text-align: left;
}