/**
 * 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
*/

/*
	font-family: "Montserrat", sans-serif;

	2022

	Light Teal: #a5dad5
	Teal: #67c6bc
	Lightest Blue: #7ea8b9
	Lighter Blue: #5e80a2
	Medium Blue: #3e608f
	Blue: #1d437e
	Dark Navy: #0b1526
	Yellow: #E09937

*/

body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
}
/* Global styles */
html {
	box-sizing: border-box;
	font-size: 16px;
}
*, *:before, *:after {
	box-sizing: inherit;
}
/* Avoiding applying transition global styles to Slick and Photoswipe slides */
/**:not(.pswp__item, .slick-track), *:not(.pswp__item, .slick-track)::before, *:not(.pswp__item, .slick-track)::after {
	transition:
	background .4s ease,
	color .4s ease,
	border-color .4s ease,
	transform .4s ease,
	opacity .4s ease;
}*/

/* STANDARD ELEMENTS */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em;
	padding: 0;
	font-weight: 700;
	text-align:center;

}
h1, .h1 {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-top: 0;
	color: #27546c;
	font-size: 2.4em;
	line-height: 1.3em;
	text-align: center;
}
h2, .h2 {
	color: #c84589;
	font-size: 1.8em;
}
h3, .h3 {
	color: #f3752f;
	font-size: 1.35em;
	/*text-align: justify;*/
}
.getting-ready h3{
	text-align:center;
}
h4 {
	color: #27546c;
	font-size: 1.05em;
}
h5 {
	color: #c84589;
	font-size: .9em;
	/*text-align: justify;*/
}
h6 {
	color: #f3752f;
	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;
}
/*li {*/
/*	padding: .1em 0;*/
/*}*/
/*li li, td td {*/
/*	font-size: 1em;*/
/*}*/
/*ol > li:before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: -2.5em;*/
/*	width: 1.6em;*/
/*	height: 1.6em;*/
/*	margin: 0;*/
/*	padding: 0;*/
/*	background: #404545;*/
/*	border-radius: 50%;*/
/*	font-size: .9em;*/
/*}*/
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;
	}
}
/* heading on committee page*/

.committee-i h5 {
	text-align: center;
}
/* DEFAULT LINK STYLES */
a, button.link-style {
	background: none;
	border: none;
	color: #27546c;
	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:#c84589;
}
a:hover, a:active {
	color: #c84589;
}

button.link-style:hover, button.link-style:active {
color: #fff;
}

/* Skip to Content Link */
a.skip-to-content-link {
	position: absolute;
	left: 50%;
	top: -5px;
	height: 30px;
	padding: 8px;
	background: #c84589;
	color: #fff;
	transform: translateY(-100%);
	transition: transform 0.3s;
	z-index: 1000;
}
.skip-to-content-link:focus {
	transform: translateY(0%);
}

/* DEFAULT FORM STYLES */
fieldset, .fieldset, table {       /* CHANGED for 2020.1 */
	position: relative;
	width: 100%;
	margin-top: 2em;
	padding: 0;
	background: none;
	border: none;
	border-collapse: collapse;
	border-radius: 0 0 3px 3px;
}
/*fieldset:not(.fieldset-payment-info), .fieldset, table {
	margin-top: 3em;
	padding: 0 0 1.5em;
}*/
.fieldset {
	margin-top: 5em;
}
table {
	margin: 2em 0;
}
fieldset table {       /* CHANGED for 2020.1 */
	margin: 1em 0 .5em;
	background: #FFF;
}
legend {       /* CHANGED for 2020.1 */
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	margin: 0;
	padding: .4em 1.4em;
	background: #27546c;
	color: #FFF;
	font-size: 1.5em;
	font-weight: 900;
	text-transform: inherit;
	font-family: "Montserrat", 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 {       /* CHANGED for 2020.1 */
	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: #27546c;
	/*border: 2px solid #E09937;*/
	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;
	/*box-shadow: inset 0px 0px 0px #E09937;*/
	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 {
	/*box-shadow: inset 0px -336px 0px #27546c;*/
}
.button input {
	margin: 0;
	padding: 0;
	background: none;
	box-shadow: none;
}
input:focus {
	outline: #000000 auto 4px;
}
/*.button:nth-of-type(2n) {
	border: 2px solid #27546c;
	color: #c84589;
	box-shadow: inset 0px 0px 0px #27546c;
}
.button:nth-of-type(2n):hover {
	box-shadow: inset 0px -336px 0px #27546c;
	color: #c84589;
}
.button:nth-of-type(3n) {
	border: 2px solid #1D437E;
	color: #1D437E;
	box-shadow: inset 0px 0px 0px #1D437E;
}
.button:nth-of-type(3n):hover {
	box-shadow: inset 0px -336px 0px #1D437E;
	color: #FFF;
}*/
.sidebar-button {
	width: 100%;
	margin-bottom: 0;
}
input[type="text"],
input[type="file"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea,
select {       /* CHANGED for 2020.1 */
	margin: .5em 1em 1em 0;
	padding: .4em;
	background: #fff;
	border: none;
	color: #000000;
	font-size: 1em;
	cursor: pointer;
	width: 100%;
	border: 1px solid #27546c;
	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 {       /* CHANGED for 2020.1 */
	background: #c8458942;
	-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 {       /* CHANGED for 2020.1 */
	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 {               /*ADDED FOR 2020.1. Removes browser styling on inputs like buttons iPhone*/
	-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 {        /* ADDED for 2020.1 */
	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: #27546c;
	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;
}
/* KATCHU CHECKBOX - Moved to Main Tiny for the Popout Form */
.checkbox-katchu {
	display: none;
	visibility: hidden;
	height: 1px;
	overflow: hidden;
}

/* BASIC FORMATTING */
.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;
}

/*VENUE & HOTEL & ENTERTAINMENT*/
.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;
	}
}

/* TINY MCE STYLES */
.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;
}
/*ADDED FOR 2020.1*/
.optional {
	color: #7d7d7d;
	font-size: .8em;
}
/* BASIC FLEXBOX */
/* New Styles for flex-form. Adds padding to the forms. */
.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 {       /* CHANGED for 2020.1 */
	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 {       /* CHANGED for 2020.1 */
	flex: 1 40%;
	width: 40%;
}
.flex-3 {       /* CHANGED for 2020.1 */
	flex: 1 27%;
	width: 27%;
}
.flex-4 {       /* CHANGED for 2020.1 */
	flex: 1 20%;
	width: 20%;
	flex-direction: column;
	flex-wrap: wrap;
}
.flex-5 {       /* CHANGED for 2020.1 */
	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;
}

/* MOVED FROM FORM.CSS 2019.4 */
.flex-block > .flex-block:first-of-type {
	margin-left: 0;
}
.flex-form .flex-form {       /* CHANGED for 2020.1 */
	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 {       /* CHANGED for 2020.1 */
	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 {*/
	/*	background-color: rgb(225, 225, 225) !important;*/
	/*}*/
	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 {       /* CHANGED for 2020.1 */
		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;
	}
}

/* VERIFICATION */
.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 Defaults */
/* Key: Std=Gray, Bright=Gold, Hlt=Highlighted */
/*
font-family: Raleway, Verdana, Helvetica, sans-serif;
Red: #c84589;
Gray: #404545;
Khaki: #B2B0A4;
Gold: #FFE8AA;
*/
.svg-std {
	fill: #404545;
	stroke: #404545;
}
.svg-std-hlt {
	fill: #c84589;
	stroke: #c84589;
}
.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 */
#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;
}

/* END MOVED FROM FORM.CSS */

/* Inline Lead Capture Form - Comment out if inline form is not used. */
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;
	}
}

/* Inline Form Validation Errors */
.validation-error {
	border: 1px solid #f3752f !important;
}
/********* PAGE SPECIFIC STYLES *********/

.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 */
.sponsors-exhibitors h1 {
	position: absolute;
	top: 0;
	padding: 1.35em 1.35em 0;
	color: #27546c;
}
.sponsors-top, .exhibitors-top, .registration-top, .schedule-top {
	position: relative;
	z-index: 0;
	padding: 4.5em 0 1em;
	background: rgba(255, 255, 255);
	backdrop-filter: blur(24px) saturate(180%);
	border-radius: 12px;
}
.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-radius: 10px;*/
	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: "Montserrat", 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-exhibitors h1 {
		position: relative;
		margin: -1em 0 1em;
	}
	.sponsors-top, .exhibitors-top, .registration-top, .schedule-top {
		padding-top: .75em;
	}
	.exhibitors-pricing {
		width: 90%;
	}
}
@media screen and (max-width: 1000px) {
	.sponsors-exhibitors h1 {
		margin: -1.4em 0 1em;
		padding: 1em 1em .1em;
	}
	.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) {
	.sponsors-exhibitors h1 {
		padding-top: 1.2em;
	}
	.exhibitor-pricing {
		font-size: 0.75em;
	}
}
@media screen and (max-width: 600px) {
	.sponsors-exhibitors h1 {
		font-size: 1.5em;
		margin: -.89em 0 0;
		padding-left: .89em;
		padding-right: .89em;
	}
	.sponsors-top, .exhibitors-top, .registration-top, .schedule-top {
		padding-top: 7.6em;
		margin: -4.6em -1em 0;
		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 #c84589;
		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) {
	.sponsors-exhibitors h1 {
		padding-left: 1em;
		padding-right: 1em;
	}
}
@media screen and (max-width: 400px) {
	.sponsors-exhibitors h1 {
		font-size: 1.5em;
	}
	h1, .h1 {
		font-size: 1.5em;
	}
}

/* COMMITTEE */
.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 #27546c;
	background: rgba(255, 255 255);
	/*backdrop-filter: blur(24px) saturate(180%);*/
}
.committee-i img {
	width: 100%;
	border-radius: inherit;
}
.committee-i h5 {
	font-size: 1.2em;
	margin: 0;
	color: #27546c;
}
.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: #c84589;
}
.committee-i a:hover {
	color: #27546c;
}
.committee-i .button {
	width: 100%;
	margin: .75em 0 0;
	font-size: .9em;
}
.committee-i .button:hover {
	color: #c84589;
}

/* BUY SESSIONS */
.buy-sessions li {
	text-align: left;
}

/* VAULT */
.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;
}

/*Double Margins Removal in Mobile*/
@media screen and (max-width: 600px) {
	form {
		margin: 0 -.9em;
	}
	fieldset {
		margin-top: 0em!important;
	}
	legend {
		font-size: 1.5em;
		background: transparent;
		color: #27546c;
	}
	.flex-form {
		background: transparent;
		border: none;
		padding: 0 1.75em 0 .4em;
	}
	input[type="submit"] {
		width: 81%;
		font-size: .8em;
	}
}

/*!* TINY MCE STYLES *! */ /*Moved from FORM.CSS 2020.1*/
.mce-content-body {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em 1.5em;
}

/* SPEAKERS NEW
 */

.speaker-pricing {
	display: flex;
}
.speaker-pricing-item {
	border: 2px solid;
	margin: 1em;
	padding: 1.5em;
	width: 30%;
}
.speaker-pricing-item .price {
	font-weight: bold;
	font-size: 1.3em;
}
@media screen and (max-width: 600px){
	.speaker-pricing {
		flex-direction: column;
	}
	.speaker-pricing-item {
		width: 100%;
	}
}
.speaker-pricing-item:nth-of-type(1){
	border-color: #c84589;
}
.speaker-pricing-item:nth-of-type(1) h3{
	color: #c84589;
}
.speaker-pricing-item:nth-of-type(2){
	border-color: #27546c;
}
.speaker-pricing-item:nth-of-type(2) h3{
	color: #27546c;
}
.speaker-pricing-item:nth-of-type(3){
	border-color: #f3752f;
}
.speaker-pricing-item:nth-of-type(3) h3{
	color: #f3752f;
}

/* PPNP GETTING READY */

section#closing blockquote {
	border: 5px dashed #f3752f;
	border-radius: 10px;
	padding: 1em;
	background: #ffffee;
}
section#closing blockquote cite{
	border-bottom: none;
	font-size: 1.4vw;
	font-weight: bold;
	color: #c84589;
}
section#faq{
	width: 100%;
	border: 5px dashed #c84589;
	border-radius: 10px;
	padding: 1.5em;
	background: #fff7fa;
}