/**
 * Gel 2021.3
 * Main Above Fold Gel Stylesheet
 * @version 2021.3.1 r9
 * @modified 2014-08-03 by Fritz Green
 * @modified 2023-04-10 by Christina Joly
 */

/*
	font-family: "Montserrat", sans-serif;

	2022

	Super Light Teal: #DBF0EE
	Light Teal: #a5dad5
	Teal: #67c6bc
	Lightest Blue: #7ea8b9
	Lighter Blue: #5e80a2
	Medium Blue: #3e608f
	Blue: #1d437e
	Dark Navy: #0b1526
	Yellow: #E09937

*/

body {
	display: flex;
	flex-direction: column;
	height: 100vh;
	padding: 0;
}
.svg-group {
	display: none;
}
.pointer {
	cursor: pointer;
}
.move {
	cursor: move;
}
/*.st0{fill:#E19A37;}*/
/*.st1{fill:#FFFFFF;}*/
/*.st2{fill:#008D97;}*/
/*.st3{fill:#6DCAD2;}*/
/*.st4{fill:#76CDD5;}*/
/*.st5{fill:#66C9D1;}*/
/*.st6{fill:#97D7DF;}*/
/*.st7{fill:#86D2DD;}*/
/*.st8{fill:#69C9D0;}*/
/*.st9{fill:#84D1D6;}*/
/*.st10{fill:#78CDD4;}*/
/*.st11{fill:#65C8D0;}*/
/*.st12{fill:#80D0D9;}*/
/*.st13{fill:#6BCAD0;}*/
/*.st14{fill:#6ECBD2;}*/
/*.st15{fill:#90D5DF;}*/
/*.st16{fill:#8BD3DD;}*/
/*.st17{fill:#ED1C24;}*/

.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: #27546c;}

.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;}

/* STANDARD HTML (RESPONSIVE) */
/*@media screen and (max-width: 600px) {
	h1, h2, h3, h4, h5, h6, h2.h1 {
		margin: .5em 0 .2em 0;
		padding: 0;
	}
	h1, h2.h1 {
		margin: .4em 0 0 0;
		font-size: 1.7em;
	}
	h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.3em;
	}
	h5 {
		font-size: 1.2em;
	}
	h6 {
		font-size: 1em;
	}
	p, li, td, th {
		font-size: .8em;
		line-height: 1.6em
	}
}*/

/******************************/
/* PARENT CONTENT CONTAINERS */
.content-main{
	background: url("/images/design/chevron-cream.png") repeat center fixed;
}
.content-o {
	display: block;
	width: 100%;
	margin: auto;
	padding: 0 4em;
	/*background-color: #fff;*/
	/*background: url("/images/design/chevron-cream.png") repeat center fixed;*/
}
.content-i {
	position: relative;
	width: 100%;
	/*max-width: 74.25rem;*/
	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;
	}
}

/******************************/
/* PAGE HEADER */
header {
	position: relative;
	z-index: 5;
	background-color: #ffffff;
}
.header-o {
	background-color: #ffffff;
}
/* extra header bar from 2022 dont need in 2023*/
/*.header-i {
	max-width: 100%;
	margin: auto;
	padding: .75em 2em;
	display: flex;
	align-items: center;
	border-bottom: 2px solid #27546c;
}
*/
.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: 17em;
}
.logo-div img {
	width: 17em;
	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: #27546c;
	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: #27546c;
}
.leftbarspacing {
	width: 18em;
	height: 3em;
	background-color: #27546c;
}
.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;
}
}


/*CART & NOTIFICATIONS*/
.button.header-button {
	float: right;
	margin: 0 0 0 1em!important;
	background: #27546c;
	color: #fff;
	padding: .5em 1em;
	margin-left: 1em!important;
	width: auto;
}
.header-button:hover {
	background-color: #27546c;
	color: #c84589;
}
.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;
}
/* took out header-account for 2023 */
.header-account {
	padding: .8em;
	border-radius: 50%;
	border: 3px solid #27546c;
	margin-left: 1em;
	/*box-shadow: inset 0px 0px 0px #27546c;*/
	transition: all 0.5s !important;
}
.header-account:hover {
	box-shadow: inset 0px -336px 0px #c84589;
}
.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: #27546c;
	color: #FFF;
	border: 1px solid #27546c;
	border-radius: 0px;
}
.header-dropdown-i .button {
	background: none;
	color: #FFF;
	border: 2px solid #27546c;
	border-radius: 0px;
	box-shadow: inset 0px 0px 0px #27546c;
	transition: all 0.5s !important;
}
.header-dropdown-i .button:hover{
	box-shadow: inset 0px -336px 0px #27546c;
}
.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: #27546c;
	border-radius: 0%;
	color: #c84589;
	font-size: .6em;
	text-align: center;
}
.header-cart svg {
	margin-top: .075em;
	width: 25px;
	fill: #27546c;
}
.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: -1em 1em 0;
	}
	.logo-text, .header-info{
		display: none;
	}
	.logo-div svg, .logo-mobile svg {
		width: 9em;
	}
	.logo-div img {
		width: 17em;
		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: 17em;
		margin: -3em 1em 0;
	}
}
/*@media screen and (max-width: 610px) {*/
/*	.header-button {*/
/*		display: none;*/
/*	}*/
/*	.mobile-account-button {*/
/*		display: block;*/
/*		float: right;*/
/*		position: relative;*/
/*		top: 1.8em;*/
/*		right: 2em;*/
/*		cursor: pointer;*/
/*	}*/
/*}*/
@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: 9em;
	}
	.logo-div img {
		width: 14em;
		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: 9em;
	}
}
@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 */
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 0.5em;
}
.dropdown li:hover {
	z-index: 1000;
}
.dropdown a {
	color: #27546c;
	font-style: normal;
	font-weight: 700;
}
.dropdown > li > a {
	margin: 0;
	padding: 0 .2em 1em;
	color: #27546c;
	font-size: 1.1vw;
}
.dropdown > li:hover > a {
	color: #c84589;

}
.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 #27546c;
	border-bottom: none;
}
.ml-2:last-of-type a {
	border-bottom: 1px solid #27546c;
}
.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: #e38fbb;
}
.dropdown ul ul {
	display: none !important;
	position: absolute;
	top: 0;
	margin-left: 15.25em;
}
/*nav .header-login {*/
/*	display: none;*/
/*}*/
@media screen and (max-width: 1200px) {
	.dropdown > li > a {
		padding: .5em .5em .6em;
		font-size: 1.5vw;
	}
	/*.nav-trigger {*/
	/*	position: relative;*/
	/*	width: 3.25em;*/
	/*	padding: 1.15em 0.65em 1.45em .55em;*/
	/*	background: none;*/
	/*	border: 2px solid #E09937;*/
	/*	border-radius: .5em;*/
	/*	right: 0;*/
	/*}*/
	.dropdown ul {
		margin: 0;
	}
	.ml-2:last-of-type a {
		border-bottom: 1px solid #27546c;
	}
}
@media screen and (max-width: 1100px) {
	.dropdown a {
		font-size: 1em;
	}
	.dropdown ul {
		top: 1.85em;
	}
	.dropdown ul a {
		font-size: .9em;
	}
}
@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: 2px solid #A5DAD5;*/
		border-radius: 0em;
		right: 0;
	}
	.nav-toggle, .nav-toggle:before, .nav-toggle:after {
		position: absolute;
		display: block;
		width: 2em;
		height: .25em;
		background: #27546c;
		-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-trigger {*/
	/*	top: 2.55em;*/
	/*	right: 2em;*/
	/*}*/
	.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 {       /* CHANGED for 2020.1 */
		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 #27546c;
	}
	.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: #27546c;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.dropdown ul a {
		padding-left: 2.75em;
		background: none;
		border-bottom: none;
		font-size: 1.5vw;
		border-left: none;
		border-right: none;
	}
	.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: 600px) {
	.dropdown > li > a {
		font-size: 2.5vw;
	}
	.dropdown ul a {
		font-size: 2.5vw;
	}
}
@media screen and (max-width: 450px) {
	.nav-trigger {
		font-size: .8em;
		padding: 1.15em 0.65em 1.45em .5em;
	}
	.dropdown {
		font-size: 1.5em;
	}
}

/******************************/
/* CHILD CONTENT CONTAINERS */
.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;

}
/* full one column */
.page-column-full {
	flex: 1 0 100%;
	width: 100%;
	background: rgba(255, 255, 255);
	padding: 2em;
}
/* two-column, sidebar on left */
.page-column-full-sl {
	flex: 1 0 50%;
	width: 50%;
	order: 2;
}
.page-column-sl {
	flex: 0 0 20em;
	width: 20em;
	margin-right: 3em;
}
/* two-column, sidebar on right */
.page-column-full-sr {
	flex: 1 0 45%;
	width: 45%;
	padding: 2em;
	border-radius: 10px;
	border: 2px solid #fff;
	background: rgba(255, 255, 255);
	/*background: rgba(221, 222, 228, 0.25);
	backdrop-filter: blur(24px) saturate(180%);*/
}
.page-column-sr {
	flex: 0 0 20em;
	width: 20em;
	margin-left: 2.75em;
	padding: 2em;
	border-radius: 10px;
	border: 2px solid #fff;
	background: rgba(255, 255, 255);
	/*background: rgba(221, 222, 228, 0.25);
	backdrop-filter: blur(24px) saturate(180%);*/
}
/* three-column */
.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;
}
@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-left: none;
		border-right: none;
	}
	.jill-scholarship .page-column-full-sr{
		order: 2!important;
	}
	.jill-scholarship .page-column-sr{
		order: 1!important;
	}
}
@media screen and (max-width: 600px) {
	.page-column-full-sr, .page-column-sr {
		padding: 0;
		background: none;
		border: none;
	}
}

/* BREADCRUMBS */
.bread {
	width: 100%;
	margin: 0 0 2em;
	font-size: .8em;
}
.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;
	}
}

/* SUCCESS/ERROR MESSAGES */
.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: #c84589;
}
.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 */
.cookies {
	position: fixed;
	bottom: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 1.5em;
	background: #c84589;
	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: #E09937;
}
.cookies input[type='submit'] {
	margin:  0;
	background: #27546c;
	/*border: 2px solid #0B1526;*/
	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;
	}
}

/********* PAGE SPECIFIC STYLES *********/

/*APP BUTTONS*/
.app-badge{
	text-align: center;
}
.apple-badge {
	margin: 18px;
}
@media screen and (max-width: 350px) {
	.apple-badge {
		margin: 0;
	}
}

/*EVALUATION BUTTONS*/
.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 */
.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 */
.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*/
/*.my-schedule-info {*/
/*	background: #F3C83A;*/
/*	padding: 1em 2em;*/
/*	color: #333;*/
/*}*/
/*.my-schedule-info h2 {*/
/*	color: #c84589;*/
/*	text-align: center;*/
/*}*/
/*.my-schedule-info p {*/
/*	text-align: center;*/
/*}*/
/*.my-schedule-oops {*/
/*	background: #FFFFFF;*/
/*	padding: 1em 2em;*/
/*	color: #333;*/
/*}*/
/*.my-schedule-oops p {*/
/*	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: #c84589;
}
.add-to-my-schedule, .add-to-my-schedule-hop {
	color: #27546c;
	font-weight: 700;
	text-transform: uppercase;
}
.my-schedule-icon {
	margin-right: .5em;
}
.keynote .session-title a {
	color: #27546c;
}
.remove-from-my-schedule {
	text-transform: uppercase;
	font-weight: 700;
	color: #f3752f;
}

/*2020*/
.sponsor-set-o {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.sponsor-set-i{
	margin: 0 1em;
}

/*app*/
.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;
	/*border-radius: 12px;
	margin-top: 1em;*/
}
.download-app-text {
	flex: 1 0 45%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #000000;
}
.download-app-visual {
	display: flex;
	width: 30%;
}
.text-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #27546c;
	padding: 1em 2em;
	/*border-radius: 12px;
	margin-top: 3em;*/
	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: #c84589;
	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-top: 2px solid #E09937;*/
		border-bottom: 2px solid #fff;
		margin-top: 0;
	}
	/*.time-to-download-the-app {
		border-top: 2px solid #E09937;
	}*/
	.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;
		/*border: 2px solid #000000;*/
	}
	.app-page #receive_texts_button {
		margin-left: 0!important;
		margin: 1em 0;
		width: 100%;
	}
}

/*Overlay Dropdown*/
@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;
	}
}

/*Welcome page*/
.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: 2px solid #27546c;*/
	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 {
	/*border: 2px solid #27546c;*/
	color: #fff;
	box-shadow: inset 0px 0px 0px #27546c;
	transition: all 0.5s !important;
}
.log-in-here .button:hover {
	color: #fff;
	box-shadow: inset 0px -336px 0px #27546c;
}
.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-cart {*/
/*	display: none;*/
/*}*/
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;
	}
}

/*create account*/
.did-you-mean-to-login {
	margin-right: 1em;
}

/*Register table*/
.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);
	/*backdrop-filter: blur(24px) saturate(180%);
	border-radius: 10px;*/
	border: 4px solid #27546c;
	color: #000000;
	padding: 0 1em 1em;
	/*margin-bottom: 1em;*/
}
/*.registration-pricing-i:nth-of-type(odd) {
	margin-right: 1em;
	margin-left: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;
	}
}

/*email ob*/
a .shroud a {
	color: #27546c;
	font-style: normal;
}
a .shroud a:hover {
	color: #c84589;
}
a:hover .shroud a {
	color: #c84589;
}
/* toggles */
.toggle-link{
	position: relative;
}
.toggle-arrow {
	content: "";
	position: absolute;
	top: .65em;
	right: 1em;
	width: 0;
	height: 0;
	border-top: 15px solid #c84589;
	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;
}

/* MY VIDEO PAGE STYLES */
.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;
	}
}
/* Main Tiny Responsive */
/* ADDED for 2020.1 */
/* Removed for HR2022 */
/*@media screen and (max-width: 480px) {*/
/*	legend {*/
/*		padding: .8em 1em 0;*/
/*	}*/
/*	.flex-form {*/
/*		margin: 1em 1em -.25em .5em;*/
/*	}*/
/*	.flex-block {*/
/*		margin: 0 0 1em .5em;*/
/*	}*/
/*}*/
.res_item h5 {
	text-align: left;
}