@charset "UTF-8";


@font-face{font-family:Inter;font-display:swap;font-style:normal;font-weight:400;src:local("Inter"),url(/assets/fonts/inter-v8-latin-regular.woff2) format("woff2"),url(/assets/fonts/inter-v8-latin-regular.woff) format("woff")}

@font-face{font-family:Inter;font-display:swap;font-style:normal;font-weight:600;src:local("Inter"),url(/assets/fonts/inter-v8-latin-600.woff2) format("woff2"),url(/assets/fonts/inter-v8-latin-600.woff) format("woff")}


.header {
	z-index: 2000;
}
.overlay {
	z-index: 5000;
} /*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
	position: relative;
}
.flickity-enabled:focus {
	outline: 0;
}
.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}
.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}
.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.flickity-prev-next-button {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50%;
	background: #fff;
	background: rgba(255, 255, 255, 0.75);
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
	background: #fff;
}
.flickity-prev-next-button:focus {
	outline: 0;
	box-shadow: 0 0 0 5px #09f;
}
.flickity-prev-next-button:active {
	opacity: 0.6;
}
.flickity-prev-next-button.previous {
	left: 10px;
}
.flickity-prev-next-button.next {
	right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}
.flickity-prev-next-button:disabled {
	opacity: 0.3;
	cursor: auto;
}
.flickity-prev-next-button svg {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}
.flickity-prev-next-button .arrow {
	fill: #333;
}
.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}
.flickity-rtl .flickity-page-dots {
	direction: rtl;
}
.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
	opacity: 1;
} /*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
article,
aside,
footer,
header,
nav,
section {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
figcaption,
figure,
main {
	display: block;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: inherit;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
	-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details,
menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
body {
	font-family: Inter, sans-serif;
	font-size: 0.9375em;
	font-weight: 400;
	line-height: 1.6;
	color: #536174;
	letter-spacing: 0.02rem;
}
.font-size-lg {
	font-size: 1.75em;
}
.font-weight-light {
	font-weight: 300;
}
.font-weight-regular {
	font-weight: 400;
}
.italic,
.typeset-articles em,
.typeset-articles i {
	font-style: italic;
}
.regular,
.typeset-articles b,
.typeset-articles strong {
	font-weight: 400;
}
.light {
	font-weight: 300;
}
.strike {
	text-decoration: line-through;
}
.uppercase {
	text-transform: uppercase;
}
.underline,
a.underline {
	text-decoration: underline;
}
.ls-wide {
	letter-spacing: 0.1em;
}
.ls-wider {
	letter-spacing: 0.25em;
}
.ls-tight {
	letter-spacing: -0.05em;
}
.lh-solid {
	line-height: 1;
}
.lh-title {
	line-height: 1.25;
}
.lh-copy {
	line-height: 1.5;
}
.block-margins {
	margin: 2em 0;
}
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.word-wrap {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
p.quote-attr::before {
	content: "— ";
}
p {
	margin: 0;
	padding: 0;
}
.para-mb-sm p {
	margin-bottom: 1em;
}
.para-mb-md p {
	margin-bottom: 1.5em;
}
.para-mb-lg p {
	margin-bottom: 2em;
}
.mb0-lc p:last-child {
	margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
	font-family: Inter, sans-serif;
	line-height:1.4;
}
.header-sup {
	text-transform: uppercase;
	letter-spacing: 0.0625rem;
	color: #9ea7b4;
	font-weight: 600;
	font-size: 0.875em;
	margin-bottom: 1.5em;
}
.header-caps {
	text-transform: uppercase;
	letter-spacing: 0.0625rem;
	font-weight: 600;
	font-size: 1.125em;
	line-height: 1.8;
	margin-bottom: 1em;
}
.subheader {
	font-size: 1.25em;
	margin-bottom: 3em;
	margin-top: -0.5em;
}
.h1 {
	font-size: 2.25em;
	line-height: 1.4;
	color: #002c3b;
	font-weight: 600;
	margin-bottom: 1em;
}
.h2,
.typeset-articles h3 {
	font-size: 1.3125em;
	font-weight: 600;
	color: #002c3b;
	margin-bottom: 0.5rem;
}
@media (min-width: 480px) {
	.h2,
	.typeset-articles h3 {
		font-size: 1.125em;
	}
}
@media (min-width: 680px) {
	.h2,
	.typeset-articles h3 {
		font-size: 1.3125em;
	}
}
.h3,
.typeset-articles h4 {
	font-size: 1.125em;
	color: #7e8690;
	font-weight: 400;
}
.h4 {
	color: #002c3b;
	font-weight: 400;
	font-size: 1.125em;
	margin-bottom: 1rem;
}
.h5 {
	text-transform: uppercase;
	letter-spacing: 0.0625rem;
	color: #21a7ed;
	border-bottom: 1px solid #e4e5e9;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
}
.h6 {
	text-transform: uppercase;
	color: #8793a2;
	letter-spacing: 0.08em;
	font-size: 1.25em;
	margin-bottom: 1.5em;
	font-weight: 400;
}
.speakers {
	font-size: 0.9375em;
}
.speakers .h2,
.speakers .typeset-articles h3,
.typeset-articles .speakers h3 {
	margin-top: 1rem;
}
.speakers span,
.speakers span a {
	font-weight: 400;
	padding-top: 0.0625em;
	display: inline-block;
}
.typeset-articles h3 {
	margin: 3em 0 0.5em;
}
.typeset-articles h3:first-child {
	margin-top: 0;
}
.typeset-articles h4 {
	margin: 1em 0 0.1em;
}
.typeset-articles ol,
.typeset-articles p,
.typeset-articles pre,
.typeset-articles ul {
	margin: 0.5em 0 2em;
}
.typeset-articles ol {
	margin-left: 1em;
}
.typeset-articles figure {
	margin: 3em 0;
}
.bg-gray-light {
	background-color: #f7f7f7;
}
.bg-grayblue {
	background-color: #afb7c1;
}
.bg-grayblue-dark {
	background-color: #8793a2;
}
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue li,
.bg-blue p,
.bg-blue-light h1,
.bg-blue-light h2,
.bg-blue-light h3,
.bg-blue-light li,
.bg-blue-light p {
	color: #fff;
}
.color-white {
	color: #fff;
}
.color-black {
	color: #000;
}
.color-blue {
	color: #21a7ed;
}
.color-red {
	color: #f0533f;
}
.alert {
	padding: 1rem;
}
.alert .btn {
	margin: 1rem 1rem 0;
}
@media (min-width: 680px) {
	.alert .btn {
		margin: 0 1rem;
	}
}
.alert-black,
.alert-gray,
.alert-red {
	color: #fff;
	text-align: center;
}
.alert-black {
	background-color: #363a3e;
}
.alert-gray {
	background-color: #707a89;
}
.alert-red {
	background-color: #f0533f;
}
.btn {
	letter-spacing: 0.0625rem;
	cursor: pointer;
	border: none;
	text-align: center;
	display: inline-block;
	clear: both;
	text-transform: uppercase;
	transition: all 0.2s ease-out;
	padding: 0.6em 1.4em 0.5em;
	font-size: 0.875em;
}
.btn-sm {
	font-size: 0.7em;
}
.btn-lg {
	font-size: 1em;
}
.btn-white {
	color: #536174;
	background-color: #fff;
	font-weight: 400;
}
.btn-white:hover {
	color: #536174;
	background-color: #dddfe3;
}
.btn-red {
	color: #fff;
	background-color: #f0533f;
}
.btn-red:hover {
	color: #fff;
	background-color: #cb2026;
}
.btn-gray {
	color: #fff;
	background-color: #afb7c1;
}
.btn-gray:hover {
	color: #fff;
	background-color: #9ea5ae;
}
.btn-outline {
	font-weight: 400;
	color: #536174;
	background-color: #fff;
	border: 1px solid #8793a2;
}
.btn-outline:hover {
	color: #eeeff1;
	background-color: #758190;
}
.gallery {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	line-height: 1.3;
}
.codes {
	display: table;
	width: 100%;
	margin-bottom: 1.5rem;
	text-align: left;
}
.codes > div {
	margin-bottom: 0.5em;
}
.code-desc,
.code-numb {
	display: table-cell;
	vertical-align: top;
}
.code-numb {
	width: 6.25rem;
}
.code-desc {
	width: auto;
}
.jobsearch {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 52.5rem;
	margin-left: auto;
	margin-right: auto;
}
.jobsearch input {
	width: 100%;
	height: 2.375em;
	font-size: 1.25em;
	padding: 0.625em;
	color: #536174;
}
@media (min-width: 680px) {
	.jobsearch {
		flex-direction: row;
	}
}
.jobsearch-keywords,
.jobsearch-loc,
.jobsearch-submit {
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	margin-bottom: 1.5em;
}
@media (min-width: 680px) {
	.jobsearch-keywords,
	.jobsearch-loc,
	.jobsearch-submit {
		margin-bottom: 0;
	}
}
.jobsearch-keywords {
	flex-basis: 100%;
}
@media (min-width: 680px) {
	.jobsearch-keywords {
		flex-basis: 48%;
	}
}
.jobsearch-loc {
	flex-basis: 100%;
}
@media (min-width: 680px) {
	.jobsearch-loc {
		flex-basis: 25%;
	}
}
.jobsearch-submit {
	align-self: flex-start;
}
@media (min-width: 680px) {
	.jobsearch-submit {
		align-self: flex-end;
	}
}
a {
	color: #21a7ed;
	text-decoration: none;
	transition: all 0.2s ease-out;
}
a:active,
a:focus,
a:hover {
	color: #4cc9f5;
}
.cat-links a {
	color: #5ecef6;
	text-decoration: none;
	transition: all 0.2s ease-out;
}
.cat-links a:active,
.cat-links a:focus,
.cat-links a:hover {
	color: #21a7ed;
}
footer a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: all 0.2s ease-out;
}
footer a:active,
footer a:focus,
footer a:hover {
	color: #fff;
}
a.ic-arrow-r:after {
	content: "→";
	margin-left: 0.5em;
}
e a.ic-arrow-l:before {
	content: "←";
	margin-right: 0.5em;
}
a.ic-chev-r:after {
	content: "›";
	margin-left: 0.5em;
}
a.ic-chev-l:before {
	content: "‹";
	margin-right: 0.5em;
}
.icn-download {
	display: inline-block;
	content: url(/assets/img/ic-download.svg);
	width: 1rem;
	height: 1rem;
	margin-bottom: -0.1875rem;
}
ol,
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.list-ul,
.typeset-articles ul {
	list-style-type: disc;
	margin-left: 1.2em;
}
.list-ul li,
.typeset-articles ul li {
	padding-left: 0.625em;
}
.list-ol,
.typeset-articles ol {
	list-style: decimal;
}
[class^="icon"] {
	position: relative;
}
.svg {
	height: 0;
	width: 100%;
	padding-top: 50%;
	position: relative;
}
svg {
	position: absolute;
	top: 0;
	left: 0;
}
.svg-icon-left {
	flex-basis: 17%;
}
.svg-icon-top {
	width: 23%;
}
#jay svg {
	border: 1px solid red;
	fill: red;
}
.socialmedia {
	margin-top: 1.5em;
	margin-bottom: 2em;
}
@media (min-width: 860px) {
	.socialmedia {
		margin-bottom: 0;
	}
}
.socialmedia img {
	width: 1.25rem;
}
.socialmedia-article img {
	width: 1.25rem;
}
.socialmedia a {
	margin-right: 1.6em;
	opacity: 0.6;
}
.socialmedia a:active,
.socialmedia a:hover {
	opacity: 1;
}
.socialmedia a:last-of-type {
	margin-right: 0;
}
.socialmedia-article a {
	margin-right: 1.2em;
	opacity: 0.4;
}
.arrow-r {
	background-image: url(/assets/img/arrow-right.svg);
	background-position: calc(100% - 14px) 16px;
	background-size: 7px;
	background-repeat: no-repeat;
}
.ic-w30 {
	width: 24%;
}
@media (min-width: 860px) {
	.ic-w30 {
		width: 22%;
	}
}
@media (min-width: 980px) {
	.ic-w30 {
		width: 30%;
	}
}
.carousel {
	margin-top: 56px;
	width: 100%;
}
.carousel-cell {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	z-index: 9999;
}
.cell-container {
	width: 100%;
	max-width: 73.125rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 1rem;
	height: 100%;
}
@media (min-width: 1220px) {
	.cell-container {
		padding-right: 0;
		padding-left: 0;
	}
}
.cell-content {
	font-size: 1em;
	text-shadow: 1px 1px 0 #002c3b;
	color: #fff;
	position: absolute;
	width: 85%;
}
@media (min-width: 680px) {
	.cell-content {
		width: 70%;
	}
}
@media (min-width: 860px) {
	.cell-content {
		width: 50%;
	}
}
@media (min-width: 980px) {
	.cell-content {
		font-size: 1.125em;
	}
}
@media (min-width: 1024px) {
	.cell-content {
		font-size: 1.25em;
	}
}
.cell-content a {
	text-shadow: none;
}
.flickity-page-dots {
	bottom: 1.875rem;
}
.flickity-page-dots .dot {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: 0 0;
	border: 2px solid #fff;
}
.flickity-page-dots .dot.is-selected {
	background: #fff;
}
.h1-hero {
	font-size: 2em;
	line-height: 1.3;
	font-weight: 400;
	margin-bottom: 1.5rem;
}
.hero-black {
	color: #000;
	text-shadow: none;
}
.tint:after {
	content: "";
	position: absolute;
	width: inherit;
	height: inherit;
	top: 0;
	left: 0;
	z-index: -99999;
}
.tint-10:after {
	background: rgba(0, 0, 0, 0.1);
}
.tint-20:after {
	background: rgba(0, 0, 0, 0.2);
}
.tint-30:after {
	background: rgba(0, 0, 0, 0.3);
}
.tint-40:after {
	background: rgba(0, 0, 0, 0.4);
}
.tint-50:after {
	background: rgba(0, 0, 0, 0.5);
}
.aspect-ratio {
	height: 0;
	position: relative;
}
.aspect-ratio--object {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.aspect-ratio--16x9 {
	padding-bottom: 56.25%;
}
.aspect-ratio--9x16 {
	padding-bottom: 177.77%;
}
.aspect-ratio--4x3 {
	padding-bottom: 75%;
}
.aspect-ratio--3x4 {
	padding-bottom: 133.33%;
}
.aspect-ratio--6x4 {
	padding-bottom: 66.6%;
}
.aspect-ratio--4x6 {
	padding-bottom: 150%;
}
.aspect-ratio--8x5 {
	padding-bottom: 62.5%;
}
.aspect-ratio--5x8 {
	padding-bottom: 160%;
}
.aspect-ratio--7x5 {
	padding-bottom: 71.42%;
}
.aspect-ratio--5x7 {
	padding-bottom: 140%;
}
.aspect-ratio--1x1 {
	padding-bottom: 100%;
}
figure {
	margin: 0;
}
img,
picture {
	margin: 0;
	max-width: 100%;
}
.box {
	background: no-repeat;
	background-size: contain;
}
.lazyload {
	opacity: 0;
}
.lazyloading {
	opacity: 1;
	transition: 0.6s opacity;
	background: #f7f7f7 url(../img/loader.gif) no-repeat center;
	min-height: 60px;
}
.lazyloaded {
	opacity: 1;
	transition: 10ms opacity;
}
.ratio-container {
	position: relative;
}
.ratio-container:after {
	content: "";
	display: block;
	height: 0;
	width: 100%;
	padding-bottom: 40%;
	content: "";
}
.ratio-container.rc-16_9:after {
	padding-bottom: 56.25%;
}
.ratio-container.rc-7_2:after {
	padding-bottom: 28.57%;
}
.ratio-container.rc-7_3:after {
	padding-bottom: 42.86%;
}
.ratio-container.rc-8_3:after {
	padding-bottom: 37.5%;
}
.ratio-container.rc-9_3:after {
	padding-bottom: 33.33%;
}
.ratio-container > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero {
	margin-top: 3.5rem;
}

.image-buffer {
	display:none
}

@media (min-width: 1060px) {
	.image-buffer {
		display:block;
		height: 24px;
		width: 100%;
	}
}


.logos img {
	margin-bottom: 1rem;
	margin-right: 1rem;
	margin-left: 1rem;
	width: 35%;
}

@media (min-width: 480px) {
	.logos img {
		width: 40%;
	}
}
@media (min-width: 540px) {
	.logos img {
		width: 25%;
	}
}
@media (min-width: 680px) {
	.logos img {
		width: 19%;
	}
}
@media (min-width: 860px) {
	.logos img {
		width: 18%;
	}
}
@media (min-width: 980px) {
	.logos img {
		width: 19%;
	}
}
@media (min-width: 1024px) {
	.logos img {
		width: 17%;
		margin-right: 1.5rem;
		margin-left: 1.5rem;
	}
}
@media (min-width: 1220px) {
	.logos img {
		width: 18%;
	}
}
.image-strip-3 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
}
.image-strip-3 div {
	flex-basis: 33.2%;
}
.image-grid {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
}
.image-grid .img-2-stacked {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.image-grid div {
	flex-grow: 1;
	width: 100%;
}
.image-grid div img {
	width: 100%;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.cta-person {
	display: flex;
	flex-direction: column;
	padding: 3em 2em 0;
}
@media (min-width: 680px) {
	.cta-person {
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
	}
}
@media (min-width: 1220px) {
	.cta-person {
		padding-left: 0;
		padding-right: 0;
	}
}
.cta-person-content {
	flex-basis: 48%;
	font-size: 0.8125em;
	margin-bottom: 3em;
}
.cta-person-content .h1 {
	font-size: 1.375em;
}
@media (min-width: 860px) {
	.cta-person-content .h1 {
		font-size: 1.75em;
	}
}
@media (min-width: 980px) {
	.cta-person-content {
		font-size: 0.875em;
	}
}
@media (min-width: 1220px) {
	.cta-person-content {
		font-size: 1em;
	}
}
.cta-person-image {
	flex-basis: 44%;
	line-height: 0;
	align-self: flex-end;
}
.cta-person-image img {
	width: 50%;
}
@media (min-width: 680px) {
	.cta-person-image img {
		width: 100%;
	}
}
.tingle-modal * {
	box-sizing: border-box;
}
.tingle-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.tingle-modal--confirm .tingle-modal-box {
	text-align: center;
}
.tingle-modal--noOverlayClose {
	cursor: default;
}
.tingle-modal--noClose .tingle-modal__close {
	display: none;
}
.tingle-modal__close {
	position: fixed;
	top: 10px;
	right: 28px;
	z-index: 1000000;
	padding: 0;
	width: 5rem;
	height: 5rem;
	border: none;
	background-color: transparent;
	color: #f0f0f0;
	font-size: 6rem;
	font-family: monospace;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.tingle-modal__closeLabel {
	display: none;
}
.tingle-modal__close:hover {
	color: #fff;
}
.tingle-modal-box {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 60%;
	border-radius: 4px;
	background: #fff;
	opacity: 1;
	cursor: auto;
	-webkit-transition: -webkit-transform 0.3s
		cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
		-webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
.tingle-modal-box__content {
	padding: 2rem;
}
.tingle-modal-box__footer {
	padding: 1.5rem 2rem;
	width: auto;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #f5f5f5;
	cursor: auto;
}
.tingle-modal-box__footer::after {
	display: table;
	clear: both;
	content: "";
}
.tingle-modal-box__footer--sticky {
	position: fixed;
	bottom: -200px;
	z-index: 10001000;
	opacity: 1;
	-webkit-transition: bottom 0.3s ease-in-out 0.3s;
	transition: bottom 0.3s ease-in-out 0.3s;
}
.tingle-enabled {
	position: fixed;
	overflow: hidden;
	left: 0;
	right: 0;
}
.tingle-modal--visible .tingle-modal-box__footer {
	bottom: 0;
}
.tingle-enabled .tingle-content-wrapper {
	-webkit-filter: blur(8px);
	filter: blur(8px);
}
.tingle-modal--visible {
	visibility: visible;
	opacity: 1;
}
.tingle-modal--visible .tingle-modal-box {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.tingle-modal--overflow {
	overflow-y: scroll;
	padding-top: 8vh;
}
.tingle-btn {
	display: inline-block;
	margin: 0 0.5rem;
	padding: 1rem 2rem;
	border: none;
	background-color: grey;
	box-shadow: none;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
	font-size: inherit;
	font-family: inherit;
	line-height: normal;
	cursor: pointer;
	-webkit-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}
.tingle-btn--primary {
	background-color: #3498db;
}
.tingle-btn--danger {
	background-color: #e74c3c;
}
.tingle-btn--default {
	background-color: #34495e;
}
.tingle-btn--pull-left {
	float: left;
}
.tingle-btn--pull-right {
	float: right;
}
@media (max-width: 540px) {
	.tingle-modal {
		top: 0;
		display: block;
		padding-top: 60px;
		width: 100%;
	}
	.tingle-modal-box {
		width: auto;
		border-radius: 0;
	}
	.tingle-modal-box__content {
		overflow-y: scroll;
	}
	.tingle-modal--noClose {
		top: 0;
	}
	.tingle-modal--noOverlayClose {
		padding-top: 0;
	}
	.tingle-modal-box__footer .tingle-btn {
		display: block;
		float: none;
		margin-bottom: 1rem;
		width: 100%;
	}
	.tingle-modal__close {
		top: 0;
		right: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 60px;
		border: none;
		background-color: #2c3e50;
		box-shadow: none;
		color: #fff;
		line-height: 55px;
	}
	.tingle-modal__closeLabel {
		display: inline-block;
		vertical-align: middle;
		font-size: 1.5rem;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
			Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
			sans-serif;
	}
	.tingle-modal__closeIcon {
		display: inline-block;
		margin-right: 0.5rem;
		vertical-align: middle;
		font-size: 4rem;
	}
}
@supports (-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px)) {
	.tingle-modal {
		-webkit-backdrop-filter: blur(20px);
		backdrop-filter: blur(20px);
	}
	@media (max-width: 540px) {
		.tingle-modal {
			-webkit-backdrop-filter: blur(8px);
			backdrop-filter: blur(8px);
		}
	}
	.tingle-enabled .tingle-content-wrapper {
		-webkit-filter: none;
		filter: none;
	}
}
.clearfix::after {
	clear: both;
	content: "";
	display: block;
}
.hide {
	display: none !important;
}
.invisible {
	visibility: none !important;
}
.block {
	display: block !important;
}
.inline {
	display: inline !important;
}
.inline-block {
	display: inline-block !important;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.indent {
	padding-left: 1.5em;
}
.measure-superwide {
	max-width: 43em;
}
.measure-wide {
	max-width: 34em;
}
.measure {
	max-width: 30em;
}
.measure-narrow {
	max-width: 20em;
}
.w100 {
	width: 100%;
}
.bg-pos-top {
	background-position: top;
}
.bg-pos-btm {
	background-position: bottom;
}
.bg-pos-left {
	background-position: left;
}
.bg-pos-right {
	background-position: right;
}
.bg-pos-center {
	background-position: center center;
}
.opacity-0 {
	opacity: 0;
}
.opacity-1 {
	opacity: 0.1;
}
.opacity-2 {
	opacity: 0.2;
}
.opacity-3 {
	opacity: 0.3;
}
.opacity-4 {
	opacity: 0.4;
}
.opacity-5 {
	opacity: 0.5;
}
.opacity-6 {
	opacity: 0.6;
}
.opacity-7 {
	opacity: 0.7;
}
.opacity-8 {
	opacity: 0.8;
}
.opacity-9 {
	opacity: 0.9;
}
.opacity-full {
	opacity: 1;
}
.hc-border-top {
	border-top: 1px solid #e6e7e8;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.fill-white {
	fill: #fff;
}
.fill-black {
	fill: #000;
}
.fill-blue {
	fill: #21a7ed;
}
.section-pad-vert {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.section-pad-horz {
	padding-left: 1rem;
	padding-right: 1rem;
}
@media (min-width: 480px) {
	.mt0-small {
		margin-top: 0 !important;
	}
}
@media (min-width: 540px) {
	.mt0-smallmedium {
		margin-top: 0 !important;
	}
}
@media (min-width: 680px) {
	.mt0-medium {
		margin-top: 0 !important;
	}
}
@media (min-width: 768px) {
	.mt0-mediumlarge {
		margin-top: 0 !important;
	}
}
@media (min-width: 860px) {
	.mt0-large {
		margin-top: 0 !important;
	}
}
@media (min-width: 980px) {
	.mt0-large2 {
		margin-top: 0 !important;
	}
}
@media (min-width: 1024px) {
	.mt0-largelarge {
		margin-top: 0 !important;
	}
}
@media (min-width: 1220px) {
	.mt0-xlarge {
		margin-top: 0 !important;
	}
}
.pv0 {
	padding-top: 0;
	padding-bottom: 0;
}
.pv-sm {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.pv-smmd {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.pv-md {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.pv-mdlg {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.pv-lg {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.pv-xl {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}
.ph0 {
	padding-left: 0;
	padding-right: 0;
}
.ph-sm {
	padding-left: 1rem;
	padding-right: 1rem;
}
.ph-smmd {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.ph-md {
	padding-left: 2rem;
	padding-right: 2rem;
}
.ph-mdlg {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.ph-lg {
	padding-left: 3rem;
	padding-right: 3rem;
}
.ph-xl {
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}
.pt-smmd {
	padding-top: 1.5rem !important;
}
.pt-md {
	padding-top: 2rem !important;
}
.pt-mdlg {
	padding-top: 2.5rem !important;
}
.pt-lg {
	padding-top: 3rem !important;
}
.pt-xl {
	padding-top: 3.5rem !important;
}
.pt-xxl {
	padding-top: 4rem !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pb-smmd {
	padding-bottom: 1.5rem !important;
}
.pb-md {
	padding-bottom: 2rem !important;
}
.pb-mdlg {
	padding-bottom: 2.5rem !important;
}
.pb-xxl {
	padding-bottom: 4rem !important;
}
.pb-xxxl {
	padding-bottom: 5rem !important;
}
.mv0 {
	margin-top: 0;
	margin-bottom: 0;
}
.mv-sm {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mv-smmd {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.mv-md {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.mv-mdlg {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.mv-lg {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.mv-xl {
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
}
.mh0 {
	margin-left: 0;
	margin-right: 0;
}
.mh-sm {
	margin-left: 1rem;
	margin-right: 1rem;
}
.mh-smmd {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.mh-md {
	margin-left: 2rem;
	margin-right: 2rem;
}
.mh-mdlg {
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}
.mh-lg {
	margin-left: 3rem;
	margin-right: 3rem;
}
.mh-xl {
	margin-left: 3.5rem;
	margin-right: 3.5rem;
}
.ma0 {
	margin: 0;
}
.ma-sm {
	margin: 1rem;
}
.ma-smmd {
	margin: 1.5rem;
}
.ma-md {
	margin: 2rem;
}
.ma-mdlg {
	margin: 2.5rem;
}
.ma-lg {
	margin: 3rem;
}
.ma-xl {
	margin: 3.5rem;
}
.mr0 {
	margin-right: 0;
}
.mr-sm {
	margin-right: 1rem;
}
.mr-smmd {
	margin-right: 1.5rem;
}
.mr-md {
	margin-right: 2rem;
}
.mr-mdlg {
	margin-right: 2.5rem;
}
.mr-lg {
	margin-right: 3rem;
}
.mr-xl {
	margin-right: 3.5rem;
}
.ml-md {
	margin-left: 2rem;
}
.mt0 {
	margin-top: 0 !important;
}
.mt-sm {
	margin-top: 1rem !important;
}
.mt-smmd {
	margin-top: 1.5rem;
}
.mt-md {
	margin-top: 2rem;
}
.mt-mdlg {
	margin-top: 2.5rem !important;
}
.mt-lg {
	margin-top: 3rem !important;
}
.mt-xl {
	margin-top: 3.5rem !important;
}
.mb0 {
	margin-bottom: 0;
}
.mb-xs {
	margin-bottom: 0.5rem !important;
}
.mb-sm {
	margin-bottom: 1rem !important;
}
.mb-smmd {
	margin-bottom: 1.5rem !important;
}
.mb-md {
	margin-bottom: 2rem !important;
}
.mb-mdlg {
	margin-bottom: 2.5rem !important;
}
.mb-lg {
	margin-bottom: 3rem !important;
}
.mb-xl {
	margin-bottom: 3.5rem !important;
}
.v-base {
	vertical-align: baseline;
}
.v-mid {
	vertical-align: middle;
}
.v-top {
	vertical-align: top;
}
.v-btm {
	vertical-align: bottom;
}
.align-items-center {
	align-items: center;
}
.fgrow-1 {
	flex-grow: 1;
}
.topnav {
	height: 2.375rem;
	background: #780001 url(/assets/img/nav-2024-a.jpg) 0 0 repeat-x;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	padding-top: 0.625rem;
	font-size: 0.875em;
	padding-left: 2em;
	padding-right: 2em;
}
.topnav a {
	color: #fff;
	display: inline-block;
}
.topnav a:hover {
	color: #d9d9d9;
}
.topnav .left a {
	margin-right: 2rem;
}
.topnav .left a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	padding-bottom: 0.375rem;
}
.topnav .site-celeb {
	display: none;
}
@media (min-width: 768px) {
	.topnav .site-celeb {
		display: inline-block;
	}
}
.topnav .social {
	float: right;
	margin-left: 2rem;
	display: none;
}
.topnav .social img {
	width: 1.125rem;
}
.topnav .social a {
	margin-left: 1em;
	opacity: 0.6;
}
.topnav .social a:hover {
	opacity: 1;
}
@media (min-width: 540px) {
	.topnav .social {
		display: block;
	}
}
.topnav .right a {
	margin-left: 2rem;
}

.topnav .right {
	display: none;
}
@media (min-width: 567px) {
	.topnav .right {
		display: block;
	}
}


.head {
	position: absolute;
	width: 100%;
	/*background: #471274 url(/assets/img/nav-2024-a.jpg) 0 -45px no-repeat;*/
	/*background: #471274 url(/assets/img/nav-2024-a.jpg) 0 -38px no-repeat;*/
	/*background: #471274 url(/assets/img/nav-2024.png) 0 -10px no-repeat;*/
	background: #780001 url(/assets/img/nav-2024-a.jpg) 0 -38px repeat;
	/*background: #471274 url(/assets/img/nav-2024-a.jpg) 0 -38px repeat-x;*/
}
.head::after {
	clear: both;
	content: "";
	display: block;
}
.container-header {
	width: 100%;
	max-width: 73.125rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.5em;
	height: 5.5rem;
	position: relative;
	z-index: 2000;
	padding-left: 2em;
	padding-right: 2em;
}
.container-header::after {
	clear: both;
	content: "";
	display: block;
}
@media (min-width: 1060px) {
	.container-header {
		padding-left: 2em;
		height: 7rem;
	}
}
@media (min-width: 1200px) {
	.container-header {
		padding-left: 0;
	}
}
.logo-header {
	float: left;
	margin: 0;
	/*width: 13rem;*/
	width:240px;
	position: relative;
}
.logo-header img {
	width: 100%;
	position: absolute;
	top: 1.2rem;
}
@media (min-width: 1060px) {
	.logo-header {
		 /*width: 19rem;*/
		width: 310px;
		top: 0.5rem;
	}
}
.site-nav {
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #780001;
	max-height: 0;
	overflow: hidden;
	transition: max-height linear 250ms;
	width: 100%;
	text-align: center;
}

.site-nav a.regbtn {
	color:white; 
	padding-top:16px;
	padding-bottom:16px;
	background:#780001;

}


@media (min-width: 1060px) {
	.site-nav {
		position: relative;
		max-height: none;
		background: 0 0;
		float: right;
		width: auto;
		top: 16px;
	}
	.site-nav a.regbtn {
		color:#773bd6; 
		padding:6px 14px;
		background:white;
	}
	.site-nav a.regbtn:hover {
		color:white; 
		padding-bottom:6px !important;
		background:#780001;
		border:none !important;
	}



}
.site-nav.site-nav-open {
	max-height: 30em;
}
.site-nav li {
	font-size: 0.75em;
	font-weight: 400;
	letter-spacing: 0.0625rem;
	border-bottom: 1px solid #fff;
	margin-right: 0;
}
.site-nav li:last-child {
	border-bottom: none;
}
@media (min-width: 860px) {
	.site-nav li {
		display: inline-block;
		border: none;
		font-size: 0.75em;
	}
	.site-nav li:not(:last-child) {
		margin-right: 1.5rem;
	}
}
@media (min-width: 980px) {
	.site-nav li {
		font-size: 0.8125em;
	}
	.site-nav li:not(:last-child) {
		margin-right: 2rem;
	}
}
@media (min-width: 1024px) {
	.site-nav li {
		font-size: 0.875em;
	}
}

.site-nav a {
	color: #fff;
	display: block;
	padding: 1.5em;
	text-transform: uppercase;
}
.site-nav a.active,
.site-nav a:focus,
.site-nav a:hover {
	background-color: #5f0203;
}

.countdown-top {
	font-weight:700; color:white; text-transform:uppercase; letter-spacing:.1em; padding-bottom:1.2em; display:block; font-size:1em; 
}

.countdown-timer {
	color:white; font-size:3em; line-height:1.2;
}
.countdown-details {
	padding-top:1em; color:white; font-size:1.2em; line-height:1.5;
}

.countdown-theme {

		font-size: 2em;
		font-weight:bold;
		display: block;
		margin-bottom:.5em;
	}

@media (min-width: 860px) {
	.countdown-top {
		padding-bottom:1.2em; font-size:1.5em; display:block;
	}


	.countdown-theme {
		font-size: 2.5em;
	}

	.countdown-timer {
		font-size:4em; 
	}
	
	.countdown-details {
		font-size:1.7em; padding-top:1em;
	}
	
	.site-nav a {
		padding: 1.25rem 0 0.5rem;
	}
	.site-nav a.active,
	.site-nav a:focus,
	.site-nav a:hover {
		background-color: transparent;
		padding-bottom: 2.0625rem;
	}
	.site-nav a.active,
	.site-nav a:focus,
	.site-nav a:not(.btn):hover {
		border-bottom: 3px solid #fff;
	}
}
@media (min-width: 980px) {
	.site-nav a.active,
	.site-nav a:focus,
	.site-nav a:hover {
		padding-bottom: 1.9375rem;
	}
}
@media (min-width: 1024px) {
	.site-nav a.active,
	.site-nav a:focus,
	.site-nav a:hover {
		padding-bottom: 1.8125rem;
	}
}
.hamburger {
	position: absolute;
	cursor: pointer;
	top: 2em;
	right: 2em;
	border: 0;
	margin: 0;
	display: inline;
	font: inherit;
	color: inherit;
	text-transform: none;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	background-color: transparent;
	overflow: visible;
}
@media (min-width: 1060px) {
	.hamburger {
		display: none;
	}
}
.hamburger:hover {
	opacity: 0.7;
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
	width: 40px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::after,
.hamburger-inner::before {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.hamburger--slider .hamburger-inner {
	top: 2px;
}
.hamburger--slider .hamburger-inner::before {
	top: 10px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
	top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(-90deg);
}
footer {
	font-size: 0.875em;
	color: #fff;
	padding-right: 2em;
	padding-left: 2em;
	background-image: url(/assets/img/footer-2024.png);
	background-size: cover;
}
footer h5 {
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	font-weight: 400;
	font-size: 0.9375em;
}
@media (min-width: 680px) {
	footer h5 {
		margin-bottom: 1rem;
	}
}
footer li,
footer p {
	color: #fff;
}
.footer-main {
	display: flex;
	flex-direction: column;
	width: 100%;
	line-height: 1.8;
	max-width: 73.125rem;
	margin-left: auto;
	margin-right: auto;
	padding: 3rem 0;
}
@media (min-width: 768px) {
	.footer-main {
		flex-direction: column;
		justify-content: space-between;
	}
}
@media (min-width: 860px) {
	.footer-main {
		flex-direction: row;
	}
}
.footer-main p {
	opacity: 0.7;
}
.footer-main p a {
	opacity: 1;
	color: #fff;
}
.footer-main p a:hover {
	text-decoration: underline;
}
.footer-col {
	margin-bottom: 1rem;
	flex-basis: 21%;
	margin-bottom: 2rem;
}
.footer-col h5 {
	margin-bottom: 0.5rem;
}
@media (min-width: 860px) {
	.footer-col {
		margin-bottom: 0;
	}
	.footer-col h5 {
		margin-bottom: 1rem;
	}
}
.footer-btm,
.footer-top {
	max-width: 73.125rem;
	margin-left: auto;
	margin-right: auto;
}
.footer-top {
	/* border-bottom: 1px solid rgba(112, 134, 25, 0.8); */
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	padding: 4em 0 2em;
	font-size: 1rem;
	font-weight: 300;
}
.footer-top::after {
	clear: both;
	content: "";
	display: block;
}
@media (min-width: 1220px) {
	.footer-top {
		padding-right: 0;
		padding-left: 0;
	}
}
p.date-loc {
	float: none;
}
@media (min-width: 768px) {
	p.date-loc {
		float: left;
	}
}
.footer-social {
	float: left;
	clear: both;
	text-align: right;
}
.footer-social img {
	width: 1.125rem;
	margin: 1.5em 1.3em 0 0;
}
@media (min-width: 860px) {
	.footer-social {
		float: right;
		clear: none;
	}
	.footer-social img {
		margin: 0 0 0 1.3em;
	}
}
.footer-btm {
	border-top: 1px solid rgba(255, 255, 255, .3);
	padding: 2em 0 3em;
	font-size: 0.9375em;
	font-weight: 300;
}
.footer-btm::after {
	clear: both;
	content: "";
	display: block;
}
@media (min-width: 480px) {
	.footer-btm {
		font-size: 1em;
	}
}
@media (min-width: 1220px) {
	.footer-btm {
		padding-right: 0;
		padding-left: 0;
	}
}
.footer-btm p {
	opacity: 0.6;
}
.footer-btm a {
	color: #fff;
	font-weight: 400;
}
.footer-btm a:hover {
	text-decoration: underline;
}
.copyright {
	margin-top: 1rem;
}
@media (min-width: 540px) {
	.copyright {
		float: right;
		text-align: right;
		width: 40%;
		margin-top: 0;
	}
	.uspaacc {
		float: left;
		width: 40%;
	}
}
html {
	box-sizing: border-box;
}
*,
::after,
::before {
	box-sizing: inherit;
}
body,
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
main {
	padding-top: 2rem;
}
.container {
	width: 100%;
	max-width: 73.125rem;
	margin-left: auto;
	margin-right: auto;
	padding: 3rem 2rem;
}
@media (min-width: 860px) {
	.container {
		padding: 5rem 2rem;
	}
}
@media (min-width: 1220px) {
	.container {
		padding-right: 0;
		padding-left: 0;
	}
}
.border-top {
	border-top: 1px solid #dedede;
}
.wrapper {
	width: 100%;
	max-width: 73.125rem;
	margin-left: auto;
	margin-right: auto;
}
.columns {
	display: flex;
	flex-direction: column;
}
@media (min-width: 480px) {
	.columns {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
.logo-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.logo-grid .column-3 {
	flex-basis: 43%;
	margin-bottom: 1rem;
}
@media (min-width: 480px) {
	.logo-grid .column-3 {
		flex-basis: 26%;
	}
}
.logo-grid .column-4 {
	flex-basis: 43%;
	margin-bottom: 1rem;
}
@media (min-width: 480px) {
	.logo-grid .column-4 {
		flex-basis: 22%;
	}
}
.logo-grid .column-5 {
	flex-basis: 43%;
	margin-bottom: 1rem;
}
@media (min-width: 480px) {
	.logo-grid .column-5 {
		flex-basis: 28%;
	}
}
@media (min-width: 768px) {
	.logo-grid .column-5 {
		flex-basis: 17%;
	}
}
.logo-grid .column-6 {
	flex-basis: 43%;
	margin-bottom: 1rem;
}
@media (min-width: 480px) {
	.logo-grid .column-6 {
		flex-basis: 28%;
	}
}
@media (min-width: 768px) {
	.logo-grid .column-6 {
		flex-basis: 15%;
	}
}
.col-bal-6_2:after {
	content: "";
	flex-basis: 28%;
}
@media (min-width: 768px) {
	.col-bal-6_2:after {
		flex-basis: 66%;
	}
}
.col-bal-6_3:after {
	content: "";
	flex-basis: 49%;
}
.col-bal-6_4:after {
	content: "";
	flex-basis: 32%;
}
.col-bal-5_2:after {
	content: "";
	flex-basis: 58.5%;
}
.col-bal-5_3:after {
	content: "";
	flex-basis: 22%;
}
@media (min-width: 480px) {
	.col-bal-5_3:after {
		flex-basis: 28%;
	}
}
@media (min-width: 768px) {
	.col-bal-5_3:after {
		flex-basis: 37.75%;
	}
}
.col-bal-5_4:after {
	content: "";
	flex-basis: 17%;
}
.column-4 {
	flex-basis: 22%;
	margin-bottom: 2rem;
}
@media (min-width: 480px) {
	.column-4 {
		flex-basis: 48%;
		margin-bottom: 2.5rem;
	}
}
@media (min-width: 860px) {
	.column-4 {
		flex-basis: 22%;
	}
}
.col-bal-4_2:after {
	content: "";
	flex-basis: 48%;
}
.col-bal-4_3:after {
	content: "";
	flex-basis: 22%;
}
.column-3 {
	margin-bottom: 2rem;
	flex-basis: 100%;
	font-size: 0.875em;
}
.column-3:last-child {
	border-right: none;
}
@media (min-width: 680px) {
	.column-3 {
		flex-basis: 47%;
		margin-bottom: 2rem;
	}
}
@media (min-width: 768px) {
	.column-3 {
		flex-basis: 30%;
	}
}
@media (min-width: 1024px) {
	.column-3 {
		font-size: 0.9375em;
	}
}
@media (min-width: 1220px) {
	.column-3 {
		font-size: inherit;
	}
}
.column-3 img {
	margin-bottom: 1rem;
}
@media (min-width: 680px) {
	.column-3 img {
		margin-bottom: 1rem;
	}
}
@media (min-width: 768px) {
	.column-3 img {
		margin-bottom: 1rem;
	}
}
.col-bal-3:after {
	content: "";
	flex-basis: 30%;
}
.flex-col {
	display: flex;
	flex-direction: column;
}
.flex-col span {
	margin-top: auto;
}
.column-2 {
	flex-basis: 100%;
	margin-bottom: 2rem;
	font-size: 0.875em;
}
.column-2:last-child {
	margin-bottom: 0;
}
@media (min-width: 540px) {
	.column-2 {
		flex-basis: 47%;
	}
}
@media (min-width: 1024px) {
	.column-2 {
		font-size: 0.9375em;
	}
}
@media (min-width: 1220px) {
	.column-2 {
		font-size: inherit;
	}
}
.column-2 img {
	align-self: flex-start;
}
.column-2-wide {
	flex-basis: 100%;
}
@media (min-width: 540px) {
	.column-2-wide {
		flex-basis: 42%;
	}
}
.column-2-wide.column-img-left {
	flex-basis: 100%;
}
@media (min-width: 680px) {
	.column-2-wide.column-img-left {
		flex-basis: 42%;
	}
}
.column-icon-left {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.column-icon-left img {
	width: 17%;
}
.column-icon-left div {
	width: 76%;
}
.column-img-left {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.column-img-left picture {
	width: 35%;
}
.column-img-left div {
	width: 57%;
}
.column-45 {
	flex-basis: 100%;
	margin-bottom: 0;
	font-size: 0.8125rem;
}
@media (min-width: 860px) {
	.column-45 {
		flex-basis: 45%;
	}
}
@media (min-width: 1024px) {
	.column-45 {
		font-size: 0.875rem;
	}
}
@media (min-width: 1220px) {
	.column-45 {
		font-size: inherit;
	}
}
.column-55 {
	flex-basis: 100%;
	margin-bottom: 0;
}
@media (min-width: 680px) {
	.column-55 {
		flex-basis: 55%;
	}
}
.column-40 {
	flex-basis: 100%;
}
@media (min-width: 680px) {
	.column-40 {
		flex-basis: 40%;
	}
}
.column-70 {
	flex-basis: 100%;
}
@media (min-width: 860px) {
	.column-70 {
		flex-basis: 80%;
	}
}
.column-25 {
	flex-basis: 100%;
}
@media (min-width: 860px) {
	.column-25 {
		flex-basis: 15%;
	}
}
.column-65 {
	flex-basis: 100%;
}
@media (min-width: 860px) {
	.column-65 {
		flex-basis: 70%;
	}
}
.column-30 {
	flex-basis: 100%;
}
@media (min-width: 860px) {
	.column-30 {
		flex-basis: 25%;
	}
}
.column-60 {
	flex-basis: 100%;
}
@media (min-width: 860px) {
	.column-60 {
		flex-basis: 60%;
	}
}
.column-35 {
	flex-basis: 100%;
}
@media (min-width: 860px) {
	.column-35 {
		flex-basis: 35%;
	}
}
.column-100 {
	flex-basis: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
ul.agenda-days {
	border-bottom: 1px solid #ddd;
	width: 100%;
	margin: 1rem auto 3rem;
	padding-bottom: 1.5rem;
	font-size: inherit;
}
@media (min-width: 680px) {
	ul.agenda-days {
		font-size: inherit;
	}
}
@media (min-width: 768px) {
	ul.agenda-days {
		font-size: 0.875em;
	}
}
@media (min-width: 860px) {
	ul.agenda-days {
		width: 100%;
		font-size: 0.9375em;
	}
}
@media (min-width: 980px) {
	ul.agenda-days {
		width: 90%;
		font-size: inherit;
	}
}
@media (min-width: 1024px) {
	ul.agenda-days {
		width: 82%;
	}
}
ul.agenda-days li {
	display: inline-block;
	margin: 0 1rem;
	font-weight: 400;
	font-size: 1.125em;
}
ul.agenda-days li a {
	color: #8793a2;
}
ul.agenda-days li a.active,
ul.agenda-days li a:hover {
	color: #21a7ed;
}
@media (min-width: 768px) {
	ul.agenda-days li a.active {
		border-bottom: 1px solid #21a7ed;
		padding-bottom: 1.6875rem;
	}
}
table.agenda {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	font-size: inherit;
}
@media (min-width: 540px) {
	table.agenda {
		font-size: inherit;
	}
}
@media (min-width: 680px) {
	table.agenda {
		font-size: 0.9375em;
	}
}
@media (min-width: 980px) {
	table.agenda {
		font-size: inherit;
		width: 90%;
	}
}
@media (min-width: 1024px) {
	table.agenda {
		width: 82%;
	}
}
table.agenda h4.h2 {
	margin-bottom: 0.25rem;
	margin-top: -0.25rem;
}
table.agenda tr {
	margin-bottom: 2rem;
	display: block;
}
@media (min-width: 768px) {
	table.agenda tr {
		margin-bottom: 2rem;
	}
}
table.agenda td:nth-child(1) {
	vertical-align: top;
	font-weight: 400;
	color: #8793a2;
	padding-right: 1.875rem;
	width: 100%;
	float: left;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	table.agenda td:nth-child(1) {
		width: 10em;
	}
}
@media (min-width: 768px) {
	table.agenda td:nth-child(1) {
		width: 12.25em;
	}
}
@media (min-width: 860px) {
	table.agenda td:nth-child(1) {
		width: 13.5em;
	}
}
table.agenda td:nth-child(2) {
	float: left;
	margin-bottom: 1.5rem;
}
@media (min-width: 680px) {
	table.agenda td:nth-child(2) {
		float: none;
	}
}
table.agenda td:nth-child(2) span {
	display: inline-block;
	margin-bottom: 0.5rem;
}
ul.stats li {
	display: inline-block;
	vertical-align: top;
	color: #8793a2;
	margin: 0.5em 0.875rem;
	width: 40%;
	font-size: 2.5em;
}
@media (min-width: 480px) {
	ul.stats li {
		width: 41%;
		font-size: 3em;
	}
}
@media (min-width: 1220px) {
	ul.stats li {
		width: 43%;
	}
}
ul.stats li span {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.8125rem !important;
	color: #afb7c1;
}
.columns-nocollapse {
	display: flex;
	justify-content: space-between;
}
.columns-nocollapse .column-2:not(:first-child) {
	padding-left: 2rem;
}
.column-fullwidth {
	width: 100%;
}
.width-full {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.cell-container {
		height: 50%;
	}
}
