* {
	max-width: 100%;
}
.horizontal-padding {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	box-sizing: border-box;
}

.vertical-padding {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.limited-width {
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, table, form, blockquote, hr, figure {
	margin-top: 1em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
p:first-child, ul:first-child, ol:first-child, table:first-child, form:first-child, hr:first-child, blockquote:first-child, figure:first-child {
	margin-top: 0;
}
a {
	text-decoration: underline;
	color: #c5086f;
}
h1, .h1 {
	font-size: 2.46rem;
	font-weight: 900;
	line-height: 0.95;
}
h2, .h2 {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1;
}
h3, .h3 {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.2;
}
h4, .h4 {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.3;
}
h5, .h5 {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
}
h1 a, h2 a, h3 a, h4 a,
.h1 a, .h2 a, .h3 a, .h4 a {
	color: inherit;
	text-decoration: inherit;
}
h1 + p, h2 + p, h3 + p, h4 + p {
	margin-top: 1em;
}
.h2 + h1 {
	margin-top: 0.15em;
}
img {
	border: none;
}
img[height],
video[height] {
	height: auto !important;
}

img.background {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 100%;
}
img.circular {
	border-radius: 100%;
}
strong {
	font-weight: bold;
}
tt, pre {
	font-family: 'Courier New', 'Courier', monospace;
}
ul, ol {
	margin-left: 2em;
}
ul ul, ol ol, ul ol, ol ul {
	margin-top: 0;
}
table {
	border-collapse: collapse;
}
table td, table th {
	padding: 0.25em 0.5em;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
}
table tr td:first-child, table tr th:first-child {
	padding-left: 0;
}
table tr td:last-child, table tr th:last-child {
	padding-right: 0;
}
th[align=left], td[align=left] { text-align: left !important; }
th[align=center], td[align=center] { text-align: center !important; }
th[align=right], td[align=right] { text-align: right !important; }
th[valign=top], td[valign=top] { vertical-align: top !important; }
th[valign=middle], td[valign=middle] { vertical-align: middle !important; }
th[valign=bottom], td[valign=bottom] { vertical-align: bottom !important; }

input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
input,
textarea {
	font-family: inherit;
	font-size: 1rem;
	color: inherit;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	font-weight: normal;
	border: 1px solid #1a2129;
	padding: 0.3em;
	box-sizing: border-box;
	background-color: white;
	color: black;
	border-radius: 0;
}

.foreground-white input[type="text"]::placeholder,
.foreground-white input[type="email"]::placeholder,
.foreground-white textarea::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

button,
a.button,
input[type="submit"],
input[type="button"] {
	display: inline-block;
	vertical-align: middle;
	color: black;
	text-decoration: none;
	background: transparent no-repeat 50% 50% / 1.5em;
	border: 2px solid currentColor;
	border-radius: 3rem;
	padding: 0.75em 1.5em;
	min-width: 12em;
	cursor: pointer;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
	text-align: center;
	font-size: 0.77rem;
	font-weight: 600;
}

button.cta,
a.button.cta,
input[type="submit"].cta,
input[type="button"].cta {
	color: white;
	background-color: #c5086f;
	border-color: #c5086f;
}
.foreground-white button.cta,
.foreground-white a.button.cta,
.foreground-white input[type="submit"].cta,
.foreground-white input[type="button"].cta {
	border-color: white;
}
button.icon-right,
a.button.icon-right,
input[type="submit"].icon-right,
input[type="button"].icon-right {
	text-align: left;
	background-position: calc(100% - 1.5em) 50%;
	padding-right: 4em;
}
button.icon-left,
a.button.icon-left,
input[type="submit"].icon-left,
input[type="button"].icon-left {
	text-align: right;
	background-position: 1.5em 50%;
	padding-left: 4em;
}
button.icon:empty,
a.button.icon:empty,
input[type="submit"][value=""],
input[type="button"][value=""] {
	min-width: 0.75em;
	height: 0.5em;
}
button.arrow-right-white,
a.button.arrow-right-white,
input[type="submit"].arrow-right-white,
input[type="button"].arrow-right-white {
	background-image: url('../images/arrow-right-white.svg');
}
button.arrow-left-black,
a.button.arrow-left-black,
input[type="submit"].arrow-left-black,
input[type="button"].arrow-left-black {
	background-image: url('../images/arrow-left-black.svg');
}
button.arrow-right-black,
a.button.arrow-right-black,
input[type="submit"].arrow-right-black,
input[type="button"].arrow-right-black {
	background-image: url('../images/arrow-right-black.svg');
}
button.arrow-right-buff,
a.button.arrow-right-buff,
input[type="submit"].arrow-right-buff,
input[type="button"].arrow-right-buff {
	background-image: url('../images/arrow-right-buff.svg');
}
button.arrow-right-spanish-purple,
a.button.arrow-right-spanish-purple,
input[type="submit"].arrow-right-spanish-purple,
input[type="button"].arrow-right-spanish-purple {
	background-image: url('../images/arrow-right-spanish-purple.svg');
}
button.download-white,
a.button.download-white,
input[type="submit"].download-white,
input[type="button"].download-white {
	background-image: url('../images/download-white.svg');
}

.sibling-buttons:not(:first-child) {
	margin-top: 2rem;
}
.sibling-buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.sibling-button {
	margin-top: 0;
}
.sibling-button.previous {
	margin-right: auto;
}
.sibling-button.next {
	margin-left: auto;
}
@media screen and (max-width: 560px) {
	.sibling-buttons a.button {
		min-width: 8em;
	}
}
@media screen and (max-width: 480px) {
	.sibling-buttons a.button {
		min-width: 6em;
	}
}
@media screen and (max-width: 400px) {
	.sibling-buttons a.button {
		min-width: 0;
	}
}


.static_page_element.map button {
	border-radius: 0;
	min-width: 0;
}

.success, .warning, .error, .info, .instructions, .header-bar {
	border: 0.1rem solid #ccc;
	padding: 1rem;
	margin-top: 1rem;
	border-radius: 1rem;
	color: black;
	text-align: center;
	font-weight: 500;
}
.success:first-child, .warning:first-child, .error:first-child, .info:first-child, .instructions:first-child {
	margin-top: 0;
}
.success {
	border-color: #9C9;
	background-color: #CFC;
}
.warning {
	border-color: #CC9;
	background-color: #FFC;
}
.error {
	border-color: #C99;
	background-color: #FCC;
}
.success a:not(.button), .warning a:not(.button), .error a:not(.button), .info a:not(.button), .header-bar a:not(.button),
.success h2, .warning h2, .error h2, .info h2, .header-bar h2 {
	color: inherit;
}
.clear {
	clear: both;
}
.centered {
	text-align: center;
}
hr {
	color: #d9d9d9;
	background: #d9d9d9;
	border: none;
	height: 1px;
	width: 100%;
}

.background-magenta {
	background-color: #c5086f;	
}
.background-magenta.background-gradient {
	background: linear-gradient(#c5086f, #9d0b5b);
}
.background-buff {
	background-color: #f0da87;
}
.foreground-buff {
	color: #f0da87;
}
.background-raspberry {
	background-color: #900c54;
}
.foreground-spanish-purple {
	color: #65093b;
}
.background-middle-purple {
	background-color: #db8ab6;
}
.foreground-white {
	color: white;
}

.social-media-accounts a {
	display: inline-block;
	width: 2.62rem;
	height: 2.62rem;
	padding: 0.6rem;
	box-sizing: border-box;
	background: white;
	border-radius: 100%;
}
.social-media-accounts a img {
	display: block;
	width: 100%;
}
.social-media-accounts a + a {
	margin-left: 1rem;
}

.intro {
	font-size: 1.15rem;
	font-weight: normal;
}
figcaption {
	font-size: 0.77rem;
}

.grid-gallery {
	margin: 2rem -1.5rem;
}
.grid-gallery figure {
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
	margin: 1rem 0 !important;
	padding: 0 1.5rem;
	box-sizing: border-box;
}

@media screen and (max-width: 600px) {
	.grid-gallery figure {
		width: 50%;
	}
}
@media screen and (max-width: 400px) {
	.grid-gallery figure {
		width: 100%;
	}
}

.grid-gallery figure img {
	width: 100%;
	display: block;
	background-color: #d9d9d9;
}
.grid-gallery.half-size figure img {
	width: 50%;
}
.grid-gallery.transparent figure img {
	background-color: transparent;
}
.grid-gallery figure .social-media-accounts img {
	background-color: transparent;
}
.grid-gallery figure figcaption {
	margin-top: 1rem;
	font-size: 0.77rem;
}
.grid-gallery figure figcaption h3 {
	color: #C5086F;
	font-size: 0.92rem;
}
.grid-gallery figure figcaption h3 + .subtitle {
	margin-top: 0.5em;
}
.grid-gallery figure .social-media-accounts a {
	width: 1.23rem;
	padding: 0;
}
.grid-gallery figure .social-media-accounts a + a {
	margin-left: 0.5rem;
}

.grid-gallery.resources figure figcaption h3 {
	color: inherit;
}

.news_page_numbers,
.page-numbers {
	text-align: center;
	font-size: 0.77rem;
}
.page-number,
.page-number-left,
.page-number-right {
	color: inherit;
	text-decoration: none;
}
.page-number.selected {
	font-weight: bold;
}

.content-and-sidebar {
	
}
.content-and-sidebar .sidebar,
.content-and-sidebar .content {
	box-sizing: border-box;
}
.content-and-sidebar .sidebar {
	width: 7rem;
	text-align: center;
	height: 0;
}
.content-and-sidebar .sidebar.vertical-padding {
	margin-bottom: -5rem;
}
.content-and-sidebar .content {
	padding-left: 3rem;
	width: calc(100% - 10rem);
	border-left: 1px solid #d9d9d9;
	margin-left: auto;
}
@media screen and (max-width: 640px) {
	.content-and-sidebar .sidebar,
	.content-and-sidebar .content {
		width: auto;
	}
	.content-and-sidebar .sidebar {
		max-width: 7rem;
		height: auto;
		margin: 0 auto;
		padding-bottom: 1rem;
	}
	.content-and-sidebar .sidebar.vertical-padding {
		margin-bottom: 0;
	}
	.content-and-sidebar .content {
		padding-left: 0;
		padding-top: 1rem;
		border-left: none;
	}
}
.author figcaption {
	margin-top: 1rem;
}
.author figcaption h3 {
	color: #c5086f;
	font-size: 0.77rem;
}
.author figcaption p {
	margin-top: 0.5em;
	font-weight: 300;
}

div.columns {
	margin-top: 1em;
	-moz-column-gap: 2rem;
	-moz-column-count: 2;
	-webkit-column-gap: 2rem;
	-webkit-column-count: 2;
	column-gap: 2rem;
	column-count: 2;
	text-align: left;
}

div.columns:first-child,
div.columns.first-child {
	margin-top: 0;
}

div.columns div.non-breaking-column {
	overflow: hidden;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	break-inside: avoid-column;
	width: 100%;
}

@media screen and (max-width: 800px) {
	div.columns {
		-moz-column-count: auto;
		-webkit-column-count: auto;
		column-count: auto;
	}
	div.columns div.non-breaking-column {
		margin-top: 1em !important;
	}
}


.hand_picked_menu.quick-links {
	list-style: none;
	margin-left: 0;
	display: flex;
	gap: 1.69rem;
}
.hand_picked_menu.quick-links li {
	display: flex;
	flex: 1;
	padding: 1.15rem;
	flex-direction: column;
}
.hand_picked_menu.quick-links li a {
	color: inherit;
	text-decoration: inherit;
}
.hand_picked_menu.quick-links li h3 {
	font-size: 1.5rem;
	font-weight: 900;
}
.hand_picked_menu.quick-links li p {
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.hand_picked_menu.quick-links li p.button {
	margin-top: auto;
	margin-bottom: 0;
}
.hand_picked_menu.quick-links li a.button {
	min-width: 0;
}
@media screen and (max-width: 800px) {
	.hand_picked_menu.quick-links {
		flex-direction: column;
	}
	.hand_picked_menu.quick-links li {
		flex-direction: row;
		gap: 1.5rem;
	}
	.hand_picked_menu.quick-links li p {
		margin-bottom: 0;
	}
	.hand_picked_menu.quick-links li a.button {
		white-space: nowrap;
		min-width: 6em;
		
	}
}
@media screen and (max-width: 500px) {
	.hand_picked_menu.quick-links li {
		display: block;
	}
	.hand_picked_menu.quick-links li p.button {
		margin-top: 1em;
	}
	.hand_picked_menu.quick-links li a.button {
		white-space: normal;
		min-width: 0;
	}
}
table.schedule {
	width: 100%;
	font-size: 0.58rem;
	font-weight: 300;
	border: 1px solid #cbcbcb;
}
table.schedule td,
table.schedule th {
	border: none;
	padding: 0.5em 1em !important;
} 
table.schedule thead,
table.schedule th {
	background-color: #e0e0e0;
	font-weight: 600;
}

.filters {
	display: flex;
	align-items: center;
}
.filters a {
	display: inline-block;
	vertical-align: middle;
}
.filters a.button {
	font-weight: normal;
	transition: opacity 0.2s;
	margin-right: 1em;
	min-width: 8em;
}
.filters a.button:not(.selected):not(:hover) {
	opacity: 0.15;
}
.filters a.clear {
	color: inherit;
	text-decoration: inherit;
	margin-left: auto;
}

.scrolling-table.horizontal {
	width: 100%;
	overflow-x: auto;
}
.scrolling-table.horizontal tr > :first-child {
	background: white;
	position: sticky;
	left: 0;
}

.tableauPlaceholder, .tableauPlaceholder[style] {
	max-width: 100% !important;
	z-index: 0;
}