@charset "UTF-8";
/*!
Theme Name: Texas Lutheran University 2026
Theme URI: http://underscores.me/
Author: James Did It, LLC
Author URI: https://jamesdidit.net
Description: A custom Wordpress theme for Texas Lutheran University
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tlu
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Texas Lutheran University 2026 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.has-black-color {
  color: #000000;
}

.has-black-background-color {
  background-color: #000000;
}

.has-dark-gold-color {
  color: #ebac00;
}

.has-dark-gold-background-color {
  background-color: #ebac00;
}

.has-light-gold-color {
  color: #ebcf8d;
}

.has-light-gold-background-color {
  background-color: #ebcf8d;
}

.has-lighter-gold-color {
  color: #f2e1c0;
}

.has-lighter-gold-background-color {
  background-color: #f2e1c0;
}

.has-light-blue-color {
  color: #d5e2eb;
}

.has-light-blue-background-color {
  background-color: #d5e2eb;
}

.has-light-gray-color {
  color: #e8e8e8;
}

.has-light-gray-background-color {
  background-color: #e8e8e8;
}

.has-deep-red-color {
  color: #d43f49;
}

.has-deep-red-background-color {
  background-color: #d43f49;
}

.has-white-color {
  color: #FFFFFF;
}

.has-white-background-color {
  background-color: #FFFFFF;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: freight-sans-pro, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: owners-narrow, sans-serif;
  clear: both;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: normal;
  margin: 0;
}
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
  display: block;
  font-style: normal;
}
h1 i.roca,
h2 i.roca,
h3 i.roca,
h4 i.roca,
h5 i.roca,
h6 i.roca {
  font-style: italic;
  letter-spacing: -1px;
  line-height: 0.8;
}
h1 i.keep-with-next,
h2 i.keep-with-next,
h3 i.keep-with-next,
h4 i.keep-with-next,
h5 i.keep-with-next,
h6 i.keep-with-next {
  display: inline-block;
}
h1 i.keep-with-prev,
h2 i.keep-with-prev,
h3 i.keep-with-prev,
h4 i.keep-with-prev,
h5 i.keep-with-prev,
h6 i.keep-with-prev {
  display: inline-block;
}
h1 i.keep-with-prev:last-of-type:after,
h2 i.keep-with-prev:last-of-type:after,
h3 i.keep-with-prev:last-of-type:after,
h4 i.keep-with-prev:last-of-type:after,
h5 i.keep-with-prev:last-of-type:after,
h6 i.keep-with-prev:last-of-type:after {
  content: "";
  display: block;
  width: 100%;
  clear: right;
  float: none;
  height: 0.1px;
}
h1 i:not(.offset-left, .keep-with-prev),
h2 i:not(.offset-left, .keep-with-prev),
h3 i:not(.offset-left, .keep-with-prev),
h4 i:not(.offset-left, .keep-with-prev),
h5 i:not(.offset-left, .keep-with-prev),
h6 i:not(.offset-left, .keep-with-prev) {
  display: block;
  text-align: right;
  padding-right: 20px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1.5rem 0;
  font-weight: normal;
}
.entry-content h1 strong,
.entry-content h2 strong,
.entry-content h3 strong,
.entry-content h4 strong,
.entry-content h5 strong,
.entry-content h6 strong {
  font-weight: normal;
}
.entry-content h2 {
  font-family: roca, sans-serif;
  font-size: 2.5rem;
  position: relative;
  margin: 2.5rem 0;
}
.entry-content h2:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 200px;
  height: 1px;
  background-color: #ebce8d;
  position: relative;
  top: 0.5rem;
  left: 0rem;
}
.entry-content h2.has-text-align-center:after {
  margin: 0 auto;
}
.entry-content h3 {
  font-family: roca, sans-serif;
  font-size: 1.8rem;
  margin: 2rem 0;
}
.entry-content h4 {
  font-size: 1.65rem;
}
.entry-content h5 {
  font-size: 1.5rem;
}
.entry-content h6 {
  font-family: freight-sans-pro, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}

.entry-title,
.featured-head,
.section-head,
.page-title {
  font-family: roca, sans-serif;
  font-size: 3rem;
  letter-spacing: unset;
}
.entry-title.extra-large,
.featured-head.extra-large,
.section-head.extra-large,
.page-title.extra-large {
  font-size-adjust: ex-height 1.25;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .entry-title.extra-large,
  .featured-head.extra-large,
  .section-head.extra-large {
    font-size-adjust: none;
    line-height: 1.2;
  }
}
p {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1.25em;
}
p:not(:first-of-type) {
  font-size: 1.1rem;
  line-height: 2;
}

.field-content {
  font-size: 1.25rem;
  line-height: 1.25;
  text-indent: 0;
  display: block;
}

.fine-print {
  font-size: 0.8rem;
}

dfn,
cite,
em {
  font-size: inherit;
  font-style: italic;
}

i {
  font-size: inherit;
  font-style: italic;
}

blockquote {
  font-size: 1.25rem;
  margin: 0 1.5em;
  position: relative;
}
blockquote cite {
  font-size: 1rem;
}
blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0.6rem;
  background-color: #eaab00;
  transform: translateX(calc(100% - 1.5em));
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #e8e8e8;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #eaab00;
  cursor: help;
}

mark,
ins {
  background: #e8e8e8;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
  scroll-behavior: smooth;
  scroll-margin-top: 150px;
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  background: #fff;
}

hr {
  background-color: #e8e8e8;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 2rem;
}
ul li,
ol li {
  padding-left: 1rem;
}

ul {
  list-style: "›" outside none;
  padding-left: 1rem;
}

ol {
  list-style: decimal outside none;
  padding-left: 1rem;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.custom-field-content {
  text-indent: 0;
  list-style-type: none;
  margin: 1rem 0;
  padding: 0;
}
.custom-field-content li {
  padding: 1rem 0;
  border-bottom: thin solid #000000;
}
.custom-field-content li .label-text {
  color: #999;
  display: inline-block;
  margin-right: 1rem;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.wp-block-table table thead {
  border-bottom: none;
}
.wp-block-table table thead tr {
  border-bottom: thin solid #eaab00;
  background-color: #d5e2eb;
}
.wp-block-table table thead tr th {
  font-weight: bold;
  text-align: left;
  border: none;
  letter-spacing: 1px;
}
.wp-block-table table tr {
  border-bottom: thin solid #eaab00;
  width: 100%;
  padding: 0.5rem;
}
.wp-block-table table tr td {
  border: none;
}
.wp-block-table table tr:nth-child(even) {
  background-color: #ebce8d;
}
.wp-block-table table tr:nth-child(even) a {
  color: #000000;
}
.wp-block-table table tr:first-of-type {
  border-top: thin solid #eaab00;
}

.table-wrapper {
  width: 100%;
  font-size: 1rem;
}
.table-wrapper .table-row {
  border-bottom: thin solid #eaab00;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  display: grid;
}
.table-wrapper .table-row.header-row {
  font-weight: bold;
}
.table-wrapper .table-row div {
  padding: 5px;
}

/* Links
--------------------------------------------- */
a {
  color: #eaab00;
  transition: 250ms;
}
a:visited {
  color: #eaab00;
}
a:hover, a:focus, a:active {
  color: #d5e2eb;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.pagination-links {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
.pagination-links .page-numbers {
  font-size: 1.2rem;
  padding: 10px;
}
.pagination-links .page-numbers:not(.current) {
  text-decoration: none;
}

/* Forms
--------------------------------------------- */
a.button,
a.button:visited,
a.wp-block-button__link,
a.wp-block-button__link:visited,
input[type=button],
input[type=reset],
input[type=submit],
button:not(.insert-media, .wp-switch-editor, .menu-toggle, .page-heading-menu, .iti__selected-country) {
  border: none;
  border-color: transparent;
  border-radius: 0;
  background: transparent;
  color: #000000;
  line-height: 1;
  padding: 0;
  text-decoration: none;
  font-family: roca, sans-serif;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  outline: none;
  margin-right: 3px;
}
a.button:after,
a.button:visited:after,
a.wp-block-button__link:after,
a.wp-block-button__link:visited:after,
input[type=button]:after,
input[type=reset]:after,
input[type=submit]:after,
button:not(.insert-media, .wp-switch-editor, .menu-toggle, .page-heading-menu, .iti__selected-country):after {
  content: "";
  display: block;
  margin-left: 0;
  transition: 250ms;
  background-image: url(assets/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 1rem;
  width: 1rem;
  transform: translateY(-10%);
}
a.button:hover,
a.button:visited:hover,
a.wp-block-button__link:hover,
a.wp-block-button__link:visited:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
button:not(.insert-media, .wp-switch-editor, .menu-toggle, .page-heading-menu, .iti__selected-country):hover {
  margin-right: 0;
}
a.button:hover:after,
a.button:visited:hover:after,
a.wp-block-button__link:hover:after,
a.wp-block-button__link:visited:hover:after,
input[type=button]:hover:after,
input[type=reset]:hover:after,
input[type=submit]:hover:after,
button:not(.insert-media, .wp-switch-editor, .menu-toggle, .page-heading-menu, .iti__selected-country):hover:after {
  margin-left: 3px;
}
a.button:active, a.button:focus,
a.button:visited:active,
a.button:visited:focus,
a.wp-block-button__link:active,
a.wp-block-button__link:focus,
a.wp-block-button__link:visited:active,
a.wp-block-button__link:visited:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus,
button:not(.insert-media, .wp-switch-editor, .menu-toggle, .page-heading-menu, .iti__selected-country):active,
button:not(.insert-media, .wp-switch-editor, .menu-toggle, .page-heading-menu, .iti__selected-country):focus {
  outline: thin dotted #e8e8e8;
}
a.button.coblocks-lightbox__arrow:after,
a.button:visited.coblocks-lightbox__arrow:after,
a.wp-block-button__link.coblocks-lightbox__arrow:after,
a.wp-block-button__link:visited.coblocks-lightbox__arrow:after,
input[type=button].coblocks-lightbox__arrow:after,
input[type=reset].coblocks-lightbox__arrow:after,
input[type=submit].coblocks-lightbox__arrow:after,
button:not(.insert-media, .wp-switch-editor, .menu-toggle, .page-heading-menu, .iti__selected-country).coblocks-lightbox__arrow:after {
  display: none;
}

a.wp-block-button__link,
a.wp-block-button__link:visited {
  font-size: 1.25rem;
}

.button-wrapper,
.button-group-wrapper,
.wp-block-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 2.5rem 0;
}

.wp-block-coblocks-gallery-carousel-page-dot-pagination-container > .wp-block-coblocks-gallery-carousel-page-dot-wrapper > .wp-block-coblocks-gallery-carousel-page-dot-pagination {
  display: block;
  padding: 5px;
  height: 8px;
  width: 8px;
}
.wp-block-coblocks-gallery-carousel-page-dot-pagination-container > .wp-block-coblocks-gallery-carousel-page-dot-wrapper > .wp-block-coblocks-gallery-carousel-page-dot-pagination:after {
  content: unset;
}

a.acf-button {
  margin: 1rem 0;
}

.wp-block-cover {
  position: relative;
}
.wp-block-cover a.button,
.wp-block-cover a.button:visited,
.wp-block-cover a.wp-block-button__link,
.wp-block-cover a.wp-block-button__link:visited,
.wp-block-cover button,
.wp-block-cover input[type=button],
.wp-block-cover input[type=reset],
.wp-block-cover input[type=submit] {
  color: #fff;
}
.wp-block-cover a.button:after,
.wp-block-cover a.button:visited:after,
.wp-block-cover a.wp-block-button__link:after,
.wp-block-cover a.wp-block-button__link:visited:after,
.wp-block-cover button:after,
.wp-block-cover input[type=button]:after,
.wp-block-cover input[type=reset]:after,
.wp-block-cover input[type=submit]:after {
  background-image: url(assets/arrow_white.svg);
}
.wp-block-cover a.button:first-child:last-child:before,
.wp-block-cover a.button:visited:first-child:last-child:before,
.wp-block-cover a.wp-block-button__link:first-child:last-child:before,
.wp-block-cover a.wp-block-button__link:visited:first-child:last-child:before,
.wp-block-cover button:first-child:last-child:before,
.wp-block-cover input[type=button]:first-child:last-child:before,
.wp-block-cover input[type=reset]:first-child:last-child:before,
.wp-block-cover input[type=submit]:first-child:last-child:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #000000;
  border: 1px solid #ebce8d;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #000000;
}

select {
  border: 1px solid #ebce8d;
}

textarea {
  width: 100%;
}

.acf-radio-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.acf-form .acf-field {
  margin: 1rem 0;
}
.acf-form label {
  font-size: 1rem;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}
.acf-form input[type=text],
.acf-form input[type=textarea] {
  width: 100%;
}
.acf-form .description {
  font-size: 0.8rem;
  padding: 0;
  margin: 0;
}
.acf-form button,
.acf-form input[type=submit] {
  background: #eaab00;
  color: #fff;
  margin-right: 0;
  font-family: freight-sans-pro, sans-serif;
  border-radius: 3px;
  padding: 10px 16px;
  transition: 250ms;
}
.acf-form button:after,
.acf-form input[type=submit]:after {
  content: none;
  display: none;
  margin: 0;
  padding: 0;
}
.acf-form button:hover,
.acf-form input[type=submit]:hover {
  padding: 10px 16px;
  margin-right: 0;
  background: #d43f49;
}
.acf-form button:hover:after,
.acf-form input[type=submit]:hover:after {
  margin: 0;
}
.acf-form button.switch-html,
.acf-form button.switch-tmce {
  background: #f6f7f7;
  color: #000000;
}
.acf-form button.switch-html[aria-pressed=true],
.acf-form button.switch-tmce[aria-pressed=true] {
  font-weight: bold;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer";
  min-height: 100vh;
  grid-template-rows: auto 1fr auto;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#masthead {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: sticky;
  top: 0;
  width: 100%;
  max-width: 100vw;
  padding: 0 2rem 1rem 2rem;
  box-shadow: inset 0px 20px 0px #d5e2eb;
  z-index: 10000;
  background: #fff;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
#masthead .logo-wrapper {
  width: 200px;
  transition: 250ms;
}
#masthead .logo-wrapper a {
  display: block;
}
#masthead .logo-wrapper a img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  opacity: 1;
}
#masthead.scrolled {
  background-color: rgba(255, 255, 255, 0.5);
}
#masthead.scrolled ul li a {
  font-size: 0.8rem;
}
#masthead.scrolled .logo-wrapper {
  width: 150px;
}
#masthead.scrolled .logo-wrapper a img.logo-text {
  height: 0;
  opacity: 0;
}

.home #masthead {
  background-color: rgba(255, 255, 255, 0.5);
}

.main-navigation {
  display: flex;
  width: auto;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  padding-left: 0;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  font-size: 1rem;
}
.main-navigation .custom-header-search .fa-solid {
  font-size: 0.9rem;
  cursor: pointer;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.main-navigation.toggled ul {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ebce8d;
  flex-direction: column;
}
.main-navigation.toggled ul a {
  padding: 5px;
  font-size: 1.25rem;
}

.menu-toggle {
  background: transparent;
  height: 50px;
  width: 50px;
  place-self: center;
  position: relative;
  border: none;
  z-index: 999;
}
.menu-toggle:before {
  content: "";
  width: 100%;
  left: 0;
  height: 3px;
  background-color: #000000;
  position: absolute;
  top: calc(50% + 10px - 1.5px);
  box-shadow: 0 -10px 0 #000000, 0 10px 0 #000000;
  transform-origin: center center;
  transition: 250ms;
}
.menu-toggle:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000000;
  left: 0;
  position: absolute;
  top: calc(50% + 10px - 1.5px);
  transform-origin: center center;
  transition: 250ms;
}
.menu-toggle[aria-expanded=true]:before {
  box-shadow: 0 0 0 transparent, 0 0 0 transparent;
  transform: rotate(45deg);
}
.menu-toggle[aria-expanded=true]:after {
  transform: rotate(-45deg);
}

@media screen and (min-width: 900px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .main-navigation .menu-main-nav-container {
    margin: auto 0;
    position: relative;
  }
  .main-navigation .menu-main-nav-container ul {
    anchor-name: --nav-anchor;
  }
  .main-navigation .menu-main-nav-container ul:hover:after, .main-navigation .menu-main-nav-container ul:focus-within:after {
    opacity: 1;
  }
  .main-navigation .menu-main-nav-container ul:after {
    content: "";
    height: 2px;
    display: block;
    background: #eaab00;
    position: absolute;
    position-anchor: --nav-anchor;
    bottom: 0;
    left: anchor(left);
    right: anchor(right);
    flex-basis: 100%;
    opacity: 0;
    transition: 250ms;
  }
  .main-navigation .menu-main-nav-container li:hover, .main-navigation .menu-main-nav-container li:focus-within {
    anchor-name: --nav-anchor;
  }
  .main-navigation ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .main-navigation ul#pre-header-menu a {
    font-size: 0.8rem;
  }
  .main-navigation ul#primary-menu {
    gap: 1.25rem;
  }
  .main-navigation ul#primary-menu a {
    font-size: 1rem;
  }
}
#header-search {
  opacity: 1;
  transform: translateY(0) scaleY(1);
  transition: 250ms;
  padding: 0 10px;
  margin: 0;
  pointer-events: auto;
  flex-basis: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
}
#header-search.hidden {
  opacity: 0;
  transform: translateY(-100%) scaleY(0);
  transition: 250ms;
  pointer-events: none;
  margin-top: 0;
  padding: 0;
  top: 0;
}
#header-search form input[type=text] {
  width: 100%;
  padding: 10px;
  border: thin solid #eaab00;
}

.comment-navigation,
.posts-navigation,
.post-navigation {
  padding: 0 2rem;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.page-navigation {
  list-style-type: none;
  background: #fff;
  z-index: 9999;
  margin: 1rem 0;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 1rem;
  line-height: 1;
}
.page-navigation:before {
  content: "Skip to a section: ";
  display: block;
  font-size: inherit;
  font-family: inherit;
  font-size: inherit;
}
.page-navigation li {
  display: block;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.page-navigation li a {
  padding: 3px;
}

.site-footer {
  border-top: thin solid #d43f49;
  font-size: 0.9rem;
  max-width: 100vw;
}
.site-footer #footer-span-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style-type: none;
  text-indent: 0;
  margin: 1rem 0;
  padding: 2rem;
  justify-content: space-between;
}
.site-footer .footer-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 2rem;
  text-align: center;
}
.site-footer .footer-columns .footer-column-one a {
  display: block;
}
.site-footer .footer-columns .footer-column-one img {
  text-align: center;
  width: 150px;
  display: block;
  margin: 0 auto;
}
.site-footer .footer-columns ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.site-footer .footer-columns ul a {
  color: #000000;
  text-decoration: none;
}
.site-footer .footer-columns ul a:hover {
  color: #eaab00;
}
.site-footer .footer-columns ul.footer-social {
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem 0;
  justify-content: center;
}
.site-footer .footer-columns .button {
  justify-content: center;
}

@media screen and (min-width: 780px) {
  .site-footer .footer-columns {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    text-align: left;
  }
  .site-footer .footer-columns .footer-column-one a img {
    margin: 0;
  }
  .site-footer .footer-columns ul.footer-social {
    justify-content: flex-start;
  }
  .site-footer .footer-columns .button {
    justify-content: flex-start;
  }
}
.gold-bar-nav {
  background: -moz-linear-gradient(50% 100% 90deg, rgb(235, 172, 0) 0%, rgb(235, 207, 141) 100%);
  background: -webkit-linear-gradient(90deg, rgb(235, 172, 0) 0%, rgb(235, 207, 141) 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgb(235, 172, 0)), color-stop(1, rgb(235, 207, 141)));
  background: -o-linear-gradient(90deg, rgb(235, 172, 0) 0%, rgb(235, 207, 141) 100%);
  background: -ms-linear-gradient(90deg, rgb(235, 172, 0) 0%, rgb(235, 207, 141) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBAC00', endColorstr='#EBCF8D' ,GradientType=0)";
  background: linear-gradient(0deg, rgb(235, 172, 0) 0%, rgb(235, 207, 141) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBCF8D",endColorstr="#EBAC00",GradientType=0);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding: 1rem 2rem;
  max-width: 100%;
}
.gold-bar-nav div {
  max-width: 100%;
}
.gold-bar-nav ul {
  max-width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}
.gold-bar-nav select {
  max-width: 100%;
  border: none;
  outline: none;
  background: transparent;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  padding-right: 20px;
  background-image: url(assets/img/downarrow.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}

@media screen and (min-width: 780px) {
  .gold-bar-nav {
    flex-direction: row;
  }
}
.footer-fine-print {
  padding: 0 2rem;
}

#footer-legal-menu {
  list-style-type: none;
  margin: 0;
  text-indent: 0;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
#footer-legal-menu a {
  color: #000000;
  text-decoration: none;
}
#footer-legal-menu a:hover {
  color: #eaab00;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.search .site-main,
.entry-content,
.post-meta,
.archive-cards,
.calendar-wrapper,
.month-nav {
  width: 75%;
  margin: 1rem auto;
  max-width: 780px;
  position: relative;
}

.section-box {
  margin: 2rem 0;
  padding: 20px;
  border: thin solid #e8e8e8;
}
.section-box h3 {
  margin: 0 0 2rem 0;
}
.section-box ul {
  list-style-type: none;
  margin: 1rem 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  text-indent: 0;
  padding: 0;
}

.related-content-wrapper {
  width: 75%;
  margin: 1rem auto;
  max-width: 780px;
  padding-top: 1rem;
}
.related-content-wrapper .archive-cards {
  width: 100%;
}

.recent-news-footer {
  background: #d5e2eb;
  margin-top: 2rem;
}
.recent-news-footer h3 {
  margin-top: 0;
  padding: 2rem 2rem 0 2rem;
}
.recent-news-footer .archive-cards {
  width: 100%;
  margin: 1rem 0;
  padding: 0 2rem;
}
.recent-news-footer .archive-cards h3 {
  padding: 0;
}
.recent-news-footer .button {
  width: 100%;
  padding: 1rem 2rem;
  background-color: #eaab00;
}

@media screen and (max-width: 960px) {
  .section-box ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 500px) {
  .section-box ul {
    display: block;
  }
}
.wp-block-media-text {
  margin: 2rem 0;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0 20px 20px 20px;
}
.wp-block-media-text:nth-child(even) {
  background-color: #ebce8d;
  margin: 2rem 0;
  padding: 0;
  border-radius: 30px;
}
.wp-block-media-text:nth-child(even) a {
  color: #000000;
}

.pre-page-header {
  width: 75%;
  margin: 1rem auto;
  max-width: 780px;
  border-bottom: thin solid #eaab00;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.pre-page-header ul {
  list-style-type: none;
  margin: 0.5rem 0;
  padding: 0;
  text-indent: 0;
  display: flex;
  font-size: 1rem;
  gap: 1rem;
}
.pre-page-header ul li {
  padding-left: 0;
}

.featured-image-caption {
  width: 75%;
  margin: 1rem auto;
  max-width: 780px;
  font-size: 0.8rem;
  margin-top: 0;
  font-style: italic;
}

.entry-header {
  width: 75%;
  margin: 1rem auto;
  max-width: 780px;
  padding: 0;
  text-align: left;
  position: relative;
  z-index: 0;
}
.entry-header > * {
  line-height: 1;
  margin: 1rem 0;
}
.entry-header .subhead {
  position: relative;
  z-index: 2;
}
.entry-header .subhead a {
  display: block;
  color: #000000;
  text-decoration: none;
}
.entry-header:has(.event-date) {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.entry-header:has(.event-date) .entry-title {
  margin: 0;
}
.entry-header:has(.event-date) .event-date {
  margin: 0;
  padding: 10px;
  background-color: #ebce8d;
  width: max-content;
}
.entry-header:has(.event-date) .event-date span {
  font-size: 1rem;
  text-wrap: nowrap;
  display: block;
}
.entry-header.people-header:has(img) {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  gap: 1rem;
}
.entry-header.people-header:has(img) img {
  border-radius: 30px;
}
.entry-header.people-header .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.entry-header.people-header .text-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.entry-header.people-header .text-wrapper ul li {
  margin: 0.5rem 0;
  padding-left: 0;
}
.entry-header.people-header .text-wrapper ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 0.9rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.entry-header.people-header .text-wrapper ul li a .fa-* {
  width: 0.9rem;
  text-align: left;
  display: inline-block;
}

@media (max-width: 960px) {
  .entry-header:has(.event-date) {
    flex-direction: column;
    align-items: flex-start;
  }
}
.post-header {
  width: 75%;
  margin: 1rem auto;
  max-width: 780px;
  border-top: thin solid #eaab00;
  padding: 1rem 0 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-heading-menu {
  background: #eaab00;
  border: none;
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
  cursor: pointer;
}
.page-heading-menu:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(0deg) translate(-50%, -3px);
  transform-origin: center center;
  content: "";
  width: 70%;
  height: 1px;
  background-color: #000000;
  transition: 250ms;
}
.page-heading-menu:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(0deg) translate(-50%, 3px);
  transform-origin: center center;
  content: "";
  width: 70%;
  height: 1px;
  background-color: #000000;
  transition: 250ms;
}
.page-heading-menu.toggled:before {
  transform: translate(-50%, 0) rotate(45deg);
}
.page-heading-menu.toggled:after {
  transform: translate(-50%, 0) rotate(-45deg);
}

.children-menu-wrapper {
  position: relative;
}
.children-menu-wrapper ul {
  position: absolute;
  top: 1.5rem;
  right: 0;
  padding: 0;
  background: #ebce8d;
  text-align: left;
  width: max-content();
  min-width: 200px;
  display: none;
}
.children-menu-wrapper ul.toggled {
  display: block;
  z-index: 10;
}
.children-menu-wrapper ul.toggled li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #000000;
}

.post-meta {
  font-size: 1rem;
}
.post-meta img {
  border-radius: 30px;
  overflow: hidden;
}
.post-meta a {
  color: #000000;
  text-decoration: none;
  transition: 250ms;
}
.post-meta a:hover {
  color: #eaab00;
}
.post-meta > * {
  padding: 10px 0;
}
.post-meta > *:nth-of-type(2) {
  border-top: 0.5px solid #eaab00;
}
.post-meta .author-date {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.post-meta .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  width: 100%;
  font-size: 1rem;
}
.post-meta ul {
  list-style-type: none;
  margin: 1rem 0;
  padding: 0;
  text-indent: 0;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.post-meta ul li {
  padding: 0;
}
.post-meta ul.people-list {
  display: block;
  margin: 0 0 1rem 0;
}
.post-meta ul.people-list li {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.post-meta ul.people-list span {
  display: block;
}
.post-meta ul.social-links {
  gap: 0.5rem;
}
.post-meta ul.social-links a {
  color: #000000;
}
.post-meta ul.social-links a:hover, .post-meta ul.social-links a:active {
  color: #eaab00;
}
.post-meta .event-info,
.post-meta .dept-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
}
.post-meta .event-info .event-action,
.post-meta .dept-info .event-action {
  grid-column: 1/-1;
}
.post-meta .event-info a:not(.button),
.post-meta .dept-info a:not(.button) {
  display: block;
  color: #eaab00;
  text-decoration: underline;
  text-transform: lowercase;
  font-weight: lighter;
}
.post-meta .event-info a:not(.button):hover,
.post-meta .dept-info a:not(.button):hover {
  color: #000000;
}

.header-quick-links {
  list-style-type: none;
  margin: 1rem 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.header-quick-links a.button {
  font-size: 1.2rem;
}

@meda screen and (max-width:960px) {
  .header-quick-links a.button {
    font-size: 1rem;
  }
}
.post-thumbnail {
  overflow: hidden;
  position: relative;
}
.post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-thumbnail.has-hero-text {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0 5vw;
  background-color: #ebce8d;
  background-image: url("assets/img/halftone.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.post-thumbnail.has-hero-text a {
  color: #000000;
}
.post-thumbnail.has-hero-text div {
  z-index: 2;
}
.post-thumbnail.has-hero-text div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.post-thumbnail.has-hero-text div.text-wrapper {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.post-thumbnail.has-hero-text div.text-wrapper h3 {
  margin-top: 0;
  line-height: 1;
}
.post-thumbnail.has-hero-text div.text-wrapper p {
  font-size: 1.5rem;
  margin: 0;
}
.post-thumbnail.has-hero-text div.background-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.post-thumbnail.has-hero-text div.background-image img {
  object-fit: cover;
  object-position: center center;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  filter: blur(1rem);
}

.slides-outer-wrapper {
  aspect-ratio: 16/9;
  width: 100vw;
  height: auto;
  max-height: 75vh;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background: -moz-linear-gradient(50% 100% 90deg, rgb(235, 172, 0) 0%, rgb(235, 207, 141) 100%);
  background: -webkit-linear-gradient(90deg, rgb(235, 172, 0) 0%, rgb(235, 207, 141) 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgb(235, 172, 0)), color-stop(1, rgb(235, 207, 141)));
  background: -o-linear-gradient(90deg, rgb(235, 172, 0) 0%, rgb(235, 207, 141) 100%);
  background: -ms-linear-gradient(90deg, rgb(235, 172, 0) 0%, rgb(235, 207, 141) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBAC00', endColorstr='#EBCF8D' ,GradientType=0)";
  background: linear-gradient(0deg, rgb(235, 172, 0) 0%, rgb(235, 207, 141) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBCF8D",endColorstr="#EBAC00",GradientType=0);
}
.slides-outer-wrapper .slide-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: translateX(100%);
  opacity: 0;
  transition-duration: attr(data-slide-transition s, 300s);
  transition-timing-function: ease-in-out;
}
.slides-outer-wrapper .slide-wrapper .video-wrapper {
  position: absolute;
  max-width: 100%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.slides-outer-wrapper .slide-wrapper .video-wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  z-index: -1;
}
.slides-outer-wrapper .slide-wrapper .video-wrapper video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.slides-outer-wrapper .slide-wrapper.active {
  transform: translateX(0);
  opacity: 1;
}
.slides-outer-wrapper .slide-wrapper .text-wrapper {
  position: absolute;
  bottom: 7rem;
  padding-left: 2rem;
}
.slides-outer-wrapper .slide-wrapper .text-wrapper .slide-headline {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 200;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #fff;
  text-shadow: 2px 2px 5px #000000;
}
.slides-outer-wrapper .slide-wrapper .text-wrapper .button {
  color: #fff;
  font-size: 1.5rem;
  margin-top: 1rem;
  text-shadow: 2px 2px 5px #000000;
}
.slides-outer-wrapper .slide-wrapper .text-wrapper .button:after {
  filter: invert(1);
  transform: scale(1.5);
}
.slides-outer-wrapper .slide-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-shadow: inset 0 -3rem #eaab00;
}
.slides-outer-wrapper .slide-navigation .slide-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: max-content 1fr 1fr;
  align-items: end;
  text-indent: 0;
}
.slides-outer-wrapper .slide-navigation .slide-nav li {
  font-family: owners-narrow, sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  padding: 0 1.5rem 0.25rem 1.5rem;
  height: 3rem;
  display: flex;
  align-items: flex-end;
}
.slides-outer-wrapper .slide-navigation .slide-nav li:nth-of-type(2) {
  background-color: rgba(255, 255, 255, 0.25);
  cursor: pointer;
}
.slides-outer-wrapper .slide-navigation .slide-nav li:nth-of-type(3) {
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.slides-outer-wrapper .slide-navigation .slide-nav li:nth-of-type(1) {
  font-family: roca, sans-serif;
  font-style: italic;
  color: #fff;
  font-size: 4rem;
  line-height: 0.5;
  background: none;
  text-shadow: 2px 2px 5px #000000;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: visible;
}

@media screen and (max-width: 960px) {
  .slides-outer-wrapper .slide-wrapper .text-wrapper .slide-headline {
    font-size: 2rem;
  }
  .slides-outer-wrapper .slide-navigation li:nth-of-type(1) {
    font-size: 1.5rem;
  }
  .slides-outer-wrapper .slide-navigation li:nth-of-type(2),
  .slides-outer-wrapper .slide-navigation li:nth-of-type(3) {
    opacity: 0;
    background: transparent;
  }
}
@media (prefers-reduced-motion: reduce) {
  .slides-outer-wrapper .slide-wrapper .video-wrapper {
    display: none;
  }
}
.homepage-section.audience {
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
}
.homepage-section.audience:after {
  content: "";
  display: block;
  inset: 0;
  z-index: -1;
  position: absolute;
  background: -moz-linear-gradient(50% 100% 90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgb(213, 226, 235)), color-stop(1, rgb(255, 255, 255)));
  background: -o-linear-gradient(90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D5E2EB', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(0deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  opacity: 0.75;
  filter: alpha(opacity=75) progid:DXImageTransform.Microsoft.Alpha(opacity=75) progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#D5E2EB" , GradientType=0);
  opacity: 1;
}
.homepage-section.audience .audience-select-wrapper {
  margin: 2rem 0;
  position: relative;
  z-index: 9999;
  min-height: 25vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.homepage-section.audience .audience-select-wrapper .select-head-primary {
  font-family: roca, sans-serif;
  font-size: 3.5rem;
  text-align: center;
  margin: 0;
}
.homepage-section.audience .audience-select-wrapper .select-head {
  text-align: center;
  font-size: 2rem;
  margin: 0;
}
.homepage-section.audience .audience-select-wrapper .select-head .no-audience-selected {
  display: inline-block;
}
.homepage-section.audience .audience-select-wrapper .select-head .audience-selected {
  display: none;
}
.homepage-section.audience .audience-select-wrapper .select-head select {
  font-size: inherit;
  border: none;
  outline: none;
  background: transparent;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  padding-right: 20px;
  background-image: url(assets/arrow.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  border-bottom: thin solid #d43f49;
}
.homepage-section.audience .audience-select-wrapper.audience-visible {
  display: block;
  min-height: auto;
  margin: 0;
  background: -moz-linear-gradient(50% 100% 90deg, rgb(235, 172, 0) 0%, rgb(235, 207, 141) 100%);
  background: -webkit-linear-gradient(90deg, rgb(235, 172, 0) 0%, rgb(235, 207, 141) 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgb(235, 172, 0)), color-stop(1, rgb(235, 207, 141)));
  background: -o-linear-gradient(90deg, rgb(235, 172, 0) 0%, rgb(235, 207, 141) 100%);
  background: -ms-linear-gradient(90deg, rgb(235, 172, 0) 0%, rgb(235, 207, 141) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBAC00', endColorstr='#EBCF8D' ,GradientType=0)";
  background: linear-gradient(0deg, rgb(235, 172, 0) 0%, rgb(235, 207, 141) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBCF8D",endColorstr="#EBAC00",GradientType=0);
  padding: 1rem 0;
}
.homepage-section.audience .audience-select-wrapper.audience-visible .select-head-primary {
  display: none;
}
.homepage-section.audience .audience-select-wrapper.audience-visible .select-head {
  margin: 0;
}
.homepage-section.audience .audience-select-wrapper.audience-visible .select-head .no-audience-selected {
  display: none;
}
.homepage-section.audience .audience-select-wrapper.audience-visible .select-head .audience-selected {
  display: inline-block;
}
.homepage-section.audience .custom-audience {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 300ms;
}
.homepage-section.audience .custom-audience.active {
  background: -moz-linear-gradient(50% 100% 90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgb(213, 226, 235)), color-stop(1, rgb(255, 255, 255)));
  background: -o-linear-gradient(90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D5E2EB', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(0deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  opacity: 0.75;
  filter: alpha(opacity=75) progid:DXImageTransform.Microsoft.Alpha(opacity=75) progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#D5E2EB" , GradientType=0);
  padding: 3rem 0 3rem 2rem;
  margin: 0;
  height: auto;
  opacity: 1;
}
.homepage-section.audience .space-head {
  font-family: roca, sans-serif;
  text-align: center;
  font-size: 3.5rem;
}

.homepage-section.be-ready-for {
  max-width: 100vw;
}
.homepage-section.be-ready-for .be-ready {
  display: grid;
  gap: 1.5rem;
  filter: blur(10px);
  top: 100px;
  background: #fff;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 1s ease;
  padding: 1rem 0;
  grid-template-areas: "text" "photo";
}
.homepage-section.be-ready-for .be-ready .image-wrapper {
  border-radius: 30px;
  transform: translateX(-20%);
  width: calc(100% - 4rem);
  margin: 0 auto;
  grid-area: photo;
  overflow: hidden;
  aspect-ratio: 1;
  transition: 1s ease;
}
.homepage-section.be-ready-for .be-ready .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage-section.be-ready-for .be-ready .text-wrapper {
  grid-area: text;
  transition: 1s ease;
  transform: translateX(20%);
  padding: 0 2rem;
}
.homepage-section.be-ready-for .be-ready .text-wrapper .be-ready-subhead {
  margin: 0;
  font-size: 4vw;
}
.homepage-section.be-ready-for .be-ready .text-wrapper .be-ready-head {
  font-family: roca, sans-serif;
  font-size: 7vw;
  margin: 0;
}
.homepage-section.be-ready-for .be-ready .text-wrapper p {
  font-size: 1.2rem;
  line-height: 1.7;
}
.homepage-section.be-ready-for .be-ready .text-wrapper .button {
  font-size: 1.2rem;
}
.homepage-section.be-ready-for .be-ready.visible {
  opacity: 1;
  filter: blur(0);
}
.homepage-section.be-ready-for .be-ready.visible:nth-of-type(even) .image-wrapper, .homepage-section.be-ready-for .be-ready.visible:nth-of-type(even) .text-wrapper, .homepage-section.be-ready-for .be-ready.visible:nth-of-type(odd) .image-wrapper, .homepage-section.be-ready-for .be-ready.visible:nth-of-type(odd) .text-wrapper {
  transform: translateX(0);
}

@media screen and (min-width: 960px) {
  .homepage-section.be-ready-for .be-ready {
    position: sticky;
  }
  .homepage-section.be-ready-for .be-ready .image-wrapper {
    width: 100%;
  }
  .homepage-section.be-ready-for .be-ready:nth-of-type(odd) {
    grid-template-areas: "photo text";
  }
  .homepage-section.be-ready-for .be-ready:nth-of-type(odd) .image-wrapper {
    border-radius: 0 30px 30px 0;
    transform: translateX(-20%);
  }
  .homepage-section.be-ready-for .be-ready:nth-of-type(odd) .text-wrapper {
    transform: translateX(20%);
    padding-right: 2rem;
  }
  .homepage-section.be-ready-for .be-ready:nth-of-type(even) {
    grid-template-areas: "text photo";
  }
  .homepage-section.be-ready-for .be-ready:nth-of-type(even) .image-wrapper {
    border-radius: 30px 0 0 30px;
    transform: translateX(20%);
  }
  .homepage-section.be-ready-for .be-ready:nth-of-type(even) .text-wrapper {
    transform: translateX(-20%);
    padding-left: 2rem;
  }
}
.homepage-section.life-at-tlu {
  background: -moz-linear-gradient(50% 100% 90deg, rgba(235, 207, 141, 0.751) 0%, rgba(255, 255, 255, 0.75) 100%);
  background: -webkit-linear-gradient(90deg, rgba(235, 207, 141, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(235, 207, 141, 0.75)), color-stop(1, rgba(255, 255, 255, 0.75)));
  background: -o-linear-gradient(90deg, rgba(235, 207, 141, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
  background: -ms-linear-gradient(90deg, rgba(235, 207, 141, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBCF8D', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(0deg, rgba(235, 207, 141, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
  filter: alpha(opacity=75) progid:DXImageTransform.Microsoft.Alpha(opacity=75) progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#EBCF8D" , GradientType=0);
  display: block;
  padding: 2rem;
  gap: 1rem;
  align-items: start;
}
.homepage-section.life-at-tlu .section-head {
  font-family: roca, sans-serif;
  font-size: clamp(2.5rem, 7vw, 150px);
  margin: 0;
}
.homepage-section.life-at-tlu .text-wrapper {
  margin-bottom: 1rem;
  max-width: calc(100vw - 4rem);
}
.homepage-section.life-at-tlu .life-articles {
  display: grid;
  max-width: calc(100vw - 4rem);
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  grid-auto-flow: row;
  gap: 1rem;
  position: relative;
}
.homepage-section.life-at-tlu .life-articles .progress-bar {
  height: 2px;
  width: 100%;
  grid-column: 1/-1;
  background-color: #eaab00;
}
.homepage-section.life-at-tlu .life-articles .life-article {
  flex-basis: 20%;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  justify-content: start;
  cursor: pointer;
}
.homepage-section.life-at-tlu .life-articles .life-article .life-article-title a {
  display: block;
  font-size: 1.5rem;
  min-height: 4rem;
  text-decoration: none;
  color: #000000;
  text-wrap: balance;
  pointer-events: none;
}
.homepage-section.life-at-tlu .life-articles .life-article .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 30px;
  overflow: hidden;
}
.homepage-section.life-at-tlu .life-articles .life-article .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.homepage-section.life-at-tlu .life-articles .life-article p, .homepage-section.life-at-tlu .life-articles .life-article .button {
  height: 0;
  scale: 0;
  overflow: hidden;
  transition: 250ms;
}
.homepage-section.life-at-tlu .life-articles .life-article.active {
  grid-column: -1/1;
  grid-row: 1;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 1rem;
  display: grid;
  cursor: unset;
}
.homepage-section.life-at-tlu .life-articles .life-article.active .life-article-title a {
  font-size: 2.5rem;
  pointer-events: unset;
}
.homepage-section.life-at-tlu .life-articles .life-article.active p, .homepage-section.life-at-tlu .life-articles .life-article.active .button {
  height: auto;
  scale: 1;
}

@media screen and (min-width: 960px) {
  .homepage-section.life-at-tlu {
    display: grid;
    grid-template-columns: 40% 1fr;
  }
  .homepage-section.life-at-tlu .text-wrapper {
    margin-bottom: 0;
  }
  .homepage-section.life-at-tlu .life-articles .life-article.active {
    grid-template-columns: 1fr 1fr;
  }
}
.homepage-section.news-events {
  display: grid;
  grid-template-columns: 1fr;
}
.homepage-section.news-events .section-head {
  font-size: clamp(2.5rem, 7vw, 150px);
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.homepage-section.news-events .news-wrapper, .homepage-section.news-events .events-wrapper {
  background: #d5e2eb;
  display: flex;
  flex-direction: column;
}
.homepage-section.news-events .news-wrapper .archive-cards, .homepage-section.news-events .events-wrapper .archive-cards {
  width: 100%;
  max-width: 100%;
  margin: 1rem 0;
  padding: 0 2rem;
}
.homepage-section.news-events .news-wrapper .archive-cards .archive-card:nth-of-type(even) a, .homepage-section.news-events .events-wrapper .archive-cards .archive-card:nth-of-type(even) a {
  background: none;
  padding: 0;
}
.homepage-section.news-events .events-wrapper {
  background: #ebce8d;
}
.homepage-section.news-events .news-events-footer {
  margin-top: auto;
}
.homepage-section.news-events .news-events-footer a {
  width: 100%;
  height: 100%;
  background: #eaab00;
  padding: 1rem 2rem;
}
.homepage-section.news-events ul {
  list-style-type: none;
  margin: 0 0 2rem 0;
  padding: 0 2rem;
  text-indent: 0;
}
.homepage-section.news-events ul li {
  margin-bottom: 1rem;
}
.homepage-section.news-events ul li a {
  position: relative;
  display: grid;
  gap: 1rem;
  width: 100%;
  align-items: start;
  grid-template-columns: 1fr 20px;
  text-decoration: none;
  color: #000000;
}
.homepage-section.news-events ul li a:hover, .homepage-section.news-events ul li a:active {
  color: #000000;
}
.homepage-section.news-events ul li a:hover:after, .homepage-section.news-events ul li a:active:after {
  transform: translateX(5px);
}
.homepage-section.news-events ul li a:has(.image-wrapper) {
  grid-template-columns: 150px 1fr 20px;
}
.homepage-section.news-events ul li a:has(.image-wrapper) .image-wrapper {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
}
.homepage-section.news-events ul li a:after {
  content: "";
  display: block;
  position: relative;
  padding-right: 20px;
  height: 100%;
  width: 100%;
  background-image: url(assets/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  transition: 250ms ease;
  transform: translateX(0);
}
.homepage-section.news-events ul li a h3 {
  margin: 0;
}
.homepage-section.news-events ul li a p {
  font-size: 1rem;
}

@media screen and (min-width: 960px) {
  .homepage-section.news-events {
    grid-template-columns: 1fr 1fr;
  }
}
.life-articles-nav,
.custom-audience-nav {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 1.5rem;
}
.life-articles-nav button,
.custom-audience-nav button {
  background: rgba(255, 255, 255, 0.5);
  transition: 250ms;
  color: #000000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  padding: 10px;
  align-items: cener;
  aspect-ratio: 1;
  z-index: 2;
  cursor: pointer;
}
.life-articles-nav button:after,
.custom-audience-nav button:after {
  display: none;
}
.life-articles-nav button:hover,
.custom-audience-nav button:hover {
  background: rgb(232, 232, 232);
}
.life-articles-nav button.previous:hover,
.custom-audience-nav button.previous:hover {
  transform: translateX(-10px);
}
.life-articles-nav button.next:hover,
.custom-audience-nav button.next:hover {
  transform: transateX(10px);
}

@media (max-width: 960px) {
  .slides-outer-wrapper {
    aspect-ratio: 1;
  }
}
.homepage-section.audience {
  position: relative;
  max-width: 100vw;
  width: 100%;
  overflow-x: hidden;
}
.homepage-section.audience::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  content: "";
  background: -moz-linear-gradient(50% 100% 90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgb(213, 226, 235)), color-stop(1, rgb(255, 255, 255)));
  background: -o-linear-gradient(90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D5E2EB', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(0deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  opacity: 0.75;
  filter: alpha(opacity=75) progid:DXImageTransform.Microsoft.Alpha(opacity=75) progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#D5E2EB" , GradientType=0);
  opacity: 1;
}
.homepage-section.audience .audience-select-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 25vw;
  margin: 2rem 0;
}
.homepage-section.audience .audience-select-wrapper .select-head-primary {
  margin: 0;
  font-family: roca, sans-serif;
  font-size: 3.5rem;
  text-align: center;
}
.homepage-section.audience .audience-select-wrapper .select-head {
  margin: 0;
  font-size: 2rem;
  text-align: center;
}
.homepage-section.audience .audience-select-wrapper .select-head .no-audience-selected {
  display: inline-block;
}
.homepage-section.audience .audience-select-wrapper .select-head .audience-selected {
  display: none;
}
.homepage-section.audience .audience-select-wrapper .select-head select {
  padding-right: 20px;
  border: 0;
  border-bottom: thin solid #d43f49;
  outline: 0;
  background-color: transparent;
  background-image: url(assets/arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 15px 15px;
  font-size: inherit;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.homepage-section.audience .audience-select-wrapper.audience-visible {
  display: block;
  min-height: auto;
  margin: 0;
  padding: 1rem 0;
  background: -moz-linear-gradient(50% 100% 90deg, rgb(235, 172, 0) 0%, rgb(235, 207, 141) 100%);
  background: -webkit-linear-gradient(90deg, rgb(235, 172, 0) 0%, rgb(235, 207, 141) 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgb(235, 172, 0)), color-stop(1, rgb(235, 207, 141)));
  background: -o-linear-gradient(90deg, rgb(235, 172, 0) 0%, rgb(235, 207, 141) 100%);
  background: -ms-linear-gradient(90deg, rgb(235, 172, 0) 0%, rgb(235, 207, 141) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBAC00', endColorstr='#EBCF8D' ,GradientType=0)";
  background: linear-gradient(0deg, rgb(235, 172, 0) 0%, rgb(235, 207, 141) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBCF8D",endColorstr="#EBAC00",GradientType=0);
}
.homepage-section.audience .audience-select-wrapper.audience-visible .select-head-primary {
  display: none;
}
.homepage-section.audience .audience-select-wrapper.audience-visible .select-head {
  margin: 0;
}
.homepage-section.audience .audience-select-wrapper.audience-visible .select-head .no-audience-selected {
  display: none;
}
.homepage-section.audience .audience-select-wrapper.audience-visible .select-head .audience-selected {
  display: inline-block;
}
.homepage-section.audience .custom-audience {
  height: 0;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 300ms ease, padding 300ms ease;
}
.homepage-section.audience .custom-audience.active {
  height: auto;
  margin: 0;
  padding: 3rem 0;
  background: -moz-linear-gradient(50% 100% 90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgb(213, 226, 235)), color-stop(1, rgb(255, 255, 255)));
  background: -o-linear-gradient(90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D5E2EB', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(0deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  opacity: 0.75;
  filter: alpha(opacity=75) progid:DXImageTransform.Microsoft.Alpha(opacity=75) progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#D5E2EB" , GradientType=0);
  opacity: 1;
}
.homepage-section.audience .space-head {
  margin: 0 1rem 1rem;
  font-family: roca, sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  line-height: 1.05;
  text-align: center;
  text-wrap: balance;
}
.homepage-section.audience .custom-audience-content {
  position: relative;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  min-width: 0;
  overflow: clip;
}
.homepage-section.audience .custom-audience-content .custom-audience-slides {
  --slider-side-space: calc(50vw - min(29vw, 28rem));
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.5rem);
  width: 100%;
  height: 34rem;
  padding: 2rem var(--slider-side-space) !important;
  scroll-padding-inline: var(--slider-side-space) !important;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-y;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}
.homepage-section.audience .custom-audience-content .custom-audience-slides::-webkit-scrollbar {
  display: none;
}
.homepage-section.audience .custom-audience-content .custom-audience-slides:focus-visible {
  outline: 0.2rem solid #d43f49;
  outline-offset: -0.3rem;
}
.homepage-section.audience .custom-audience-content .custom-audience-slides.is-pointer-down {
  scroll-behavior: auto;
}
.homepage-section.audience .custom-audience-content .custom-audience-slides.is-programmatic-scrolling {
  scroll-behavior: auto;
  scroll-snap-type: none;
}
.homepage-section.audience .custom-audience-content .custom-audience-slides.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}
.homepage-section.audience .custom-audience-content .custom-audience-slides.is-dragging a,
.homepage-section.audience .custom-audience-content .custom-audience-slides.is-dragging button,
.homepage-section.audience .custom-audience-content .custom-audience-slides.is-dragging img {
  pointer-events: none;
}
.homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 0 0 clamp(9rem, 12vw, 11rem);
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: clamp(1rem, 2vw, 1.5rem);
  min-width: 0;
  opacity: 0.7;
  cursor: pointer;
  scroll-snap-align: center;
  transform: scale(0.96);
  transform-origin: center;
  transition: flex-basis 500ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 300ms ease, transform 500ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article .audience-article-title a,
.homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article .blurb-wrapper a.button {
  pointer-events: none !important;
}
.homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article:first-of-type, .homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article:last-of-type {
  margin: 0;
}
.homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article:hover:not(.active) {
  opacity: 0.9;
  transform: scale(0.985);
}
.homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article .image-wrapper {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: clamp(1.25rem, 3vw, 1.875rem);
  background: rgba(0, 0, 0, 0.08);
}
.homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 600ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article .text-wrapper {
  min-width: 0;
}
.homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article .audience-article-title {
  margin: 0;
}
.homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article .audience-article-title a {
  display: block;
  min-height: 3rem;
  margin: 0;
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.1;
  text-decoration: none;
  text-wrap: balance;
  transition: font-size 400ms ease, opacity 250ms ease;
}
.homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article .blurb-wrapper {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.75rem);
  transition: opacity 200ms ease, transform 250ms ease, visibility 0s linear 250ms;
}
.homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article.active {
  z-index: 999999999;
  position: relative;
  flex-basis: min(58vw, 56rem);
  grid-template-columns: minmax(0, 1.15fr) minmax(15rem, 0.85fr);
  opacity: 1;
  cursor: default;
  transform: scale(1);
}
.homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article.active .audience-article-title a,
.homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article.active .blurb-wrapper a.button {
  pointer-events: auto !important;
}
.homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article.active .image-wrapper img {
  transform: scale(1.04);
}
.homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article.active .audience-article-title a {
  min-height: 2.5rem;
  font-size: clamp(2rem, 3vw, 2.5rem);
}
.homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article.active .blurb-wrapper {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 350ms ease 120ms, transform 400ms ease 100ms, visibility 0s;
}
.homepage-section.audience .custom-audience-content .custom-audience-nav {
  pointer-events: none;
}
.homepage-section.audience .custom-audience-content .custom-audience-nav button {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: #000000;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.18);
  cursor: pointer;
  pointer-events: auto;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transform: translateY(-50%);
  transition: transform 180ms ease, opacity 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}
.homepage-section.audience .custom-audience-content .custom-audience-nav button:hover {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0.6rem 1.75rem rgba(0, 0, 0, 0.24);
  transform: translateY(-50%) scale(1.08);
}
.homepage-section.audience .custom-audience-content .custom-audience-nav button:focus-visible {
  outline: 0.2rem solid #d43f49;
  outline-offset: 0.2rem;
}
.homepage-section.audience .custom-audience-content .custom-audience-nav button[hidden] {
  display: none !important;
}
.homepage-section.audience .custom-audience-content .custom-audience-nav .previous {
  left: clamp(0.5rem, 1.5vw, 1.5rem);
}
.homepage-section.audience .custom-audience-content .custom-audience-nav .next {
  right: clamp(0.5rem, 1.5vw, 1.5rem);
}

.homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article .text-wrapper .audience-article-title a {
  pointer-events: auto !important;
}
.homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article .text-wrapper .blurb-wrapper {
  pointer-events: auto !important;
}
.homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article .text-wrapper .blurb-wrapper a.button {
  pointer-events: auto !important;
}
.homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article:not(.active) .text-wrapper .audience-article-title a {
  pointer-events: none !important;
}
.homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article:not(.active) .text-wrapper .blurb-wrapper {
  pointer-events: none !important;
}
.homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article:not(.active) .text-wrapper .blurb-wrapper a.button {
  pointer-events: none !important;
}

@media (max-width: 960px) {
  .homepage-section.audience .audience-select-wrapper .select-head-primary {
    font-size: clamp(2.5rem, 8vw, 3.5rem);
  }
  .homepage-section.audience .audience-select-wrapper .select-head {
    padding-inline: 1rem;
    font-size: clamp(1.4rem, 5vw, 2rem);
  }
  .homepage-section.audience .custom-audience.active {
    padding: 2rem 0;
  }
  .homepage-section.audience .custom-audience-content {
    overflow: visible;
  }
  .homepage-section.audience .custom-audience-content .custom-audience-slides {
    --slider-side-space: max(1.25rem,
    		calc((100vw - min(84vw, 38rem)) / 2));
    align-items: flex-start;
    height: auto;
    min-height: 0;
    padding-block: 1rem 2rem;
    gap: 1rem;
    overflow-y: visible;
  }
  .homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article,
  .homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article.active {
    display: grid;
    flex: 0 0 min(84vw, 38rem);
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    align-items: start;
    gap: 1rem;
    width: min(84vw, 38rem);
    opacity: 1;
    transform: none;
  }
  .homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article .image-wrapper,
  .homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article.active .image-wrapper {
    aspect-ratio: 16/10;
  }
  .homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article .audience-article-title a,
  .homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article.active .audience-article-title a {
    min-height: 0;
    font-size: clamp(1.75rem, 7vw, 2.25rem);
  }
  .homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article:not(.active) .text-wrapper {
    opacity: 0.78;
  }
  .homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article:not(.active) .blurb-wrapper {
    display: none;
  }
  .homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article.active .blurb-wrapper {
    display: block;
  }
  .homepage-section.audience .custom-audience-content .custom-audience-nav {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 3.25rem;
    padding-inline: 1rem;
  }
  .homepage-section.audience .custom-audience-content .custom-audience-nav button {
    position: static;
    transform: none;
  }
  .homepage-section.audience .custom-audience-content .custom-audience-nav button:hover {
    transform: scale(1.08);
  }
  .homepage-section.audience .custom-audience-content .custom-audience-nav .previous {
    margin-right: auto;
  }
  .homepage-section.audience .custom-audience-content .custom-audience-nav .next {
    margin-left: auto;
  }
}
@media (max-width: 540px) {
  .homepage-section.audience .custom-audience-content .custom-audience-slides {
    --slider-side-space: 1rem;
  }
  .homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article,
  .homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article.active {
    flex-basis: calc(100vw - 2rem);
    width: calc(100vw - 2rem);
  }
  .homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article .image-wrapper,
  .homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article.active .image-wrapper {
    aspect-ratio: 4/3;
  }
}
@media (prefers-reduced-motion: reduce) {
  .homepage-section.audience .custom-audience-content .custom-audience-slides {
    scroll-behavior: auto;
  }
  .homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article,
  .homepage-section.audience .custom-audience-content .custom-audience-slides .audience-article *,
  .homepage-section.audience .custom-audience-content .custom-audience-slides .image-wrapper img {
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
  .homepage-section.audience .custom-audience-content .custom-audience-nav button {
    transition-duration: 0.01ms !important;
  }
}
.archive-cards .archive-card {
  margin-bottom: 1rem;
}
.archive-cards .archive-card:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #d5e2eb;
}
.archive-cards .archive-card:last-of-type:after {
  content: none;
}
.archive-cards .archive-card a {
  position: relative;
  display: grid;
  column-gap: 1rem;
  width: 100%;
  align-items: start;
  grid-template-columns: 1fr 20px;
  text-decoration: none;
  color: #000000;
  padding: 1rem 0;
}
.archive-cards .archive-card a .post-type {
  grid-column: 1/-1;
  margin-bottom: 0.25rem;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.archive-cards .archive-card a:hover, .archive-cards .archive-card a:active {
  color: #000000;
}
.archive-cards .archive-card a:hover:after, .archive-cards .archive-card a:active:after {
  transform: translateX(5px);
}
.archive-cards .archive-card a:has(img) {
  grid-template-columns: 150px 1fr 20px;
}
.archive-cards .archive-card a:has(img) img {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}
.archive-cards .archive-card a:after {
  content: "";
  display: block;
  position: relative;
  padding-right: 20px;
  height: 100%;
  width: 100%;
  background-image: url(assets/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  transition: 250ms ease;
  transform: translateX(0);
}
.archive-cards .archive-card a h3 {
  margin: 0;
  font-size: 1.5rem;
}
.archive-cards .archive-card a .pubdate {
  display: block;
  margin: 0.25rem 0;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.archive-cards .archive-card a p {
  font-size: 1rem;
  margin-bottom: 0;
}

.month-nav {
  list-style-type: none;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0;
  text-indent: 0;
  font-size: 0.9rem;
}
.month-nav:before {
  content: "Skip to Month: ";
}

.calendar-wrapper .month-header {
  font-family: roca, sans-serif;
  margin-bottom: 1rem;
  font-size: 2rem;
  letter-spacing: unset;
}
.calendar-wrapper .month-header:before {
  display: block;
  content: "";
  height: 1px;
  width: 50%;
  max-width: 300px;
  background-color: #eaab00;
  margin: 1rem 0;
}
.calendar-wrapper .calendar-event-wrapper {
  display: grid;
  grid-template-columns: 150px 1fr;
  margin-bottom: 1rem;
}
.calendar-wrapper .calendar-event-wrapper a {
  color: #000000;
  text-decoration: none;
  display: block;
}
.calendar-wrapper .calendar-event-wrapper a:has(img) {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1rem;
}
.calendar-wrapper .calendar-event-wrapper a:has(img) img {
  border-radius: 30px;
}
.calendar-wrapper .calendar-event-wrapper a .text-wrapper h3 {
  display: grid;
  grid-template-columns: 1fr 50px;
  transition: 250ms;
}
.calendar-wrapper .calendar-event-wrapper a .text-wrapper h3 .fa-solid {
  transition: 250ms;
  transform: translateX(0);
}
.calendar-wrapper .calendar-event-wrapper a .text-wrapper h3:hover .fa-solid {
  transform: translateX(3px);
}

@media (max-width: 960px) {
  .calendar-wrapper .calendar-event-wrapper {
    grid-template-columns: 1fr;
  }
  .calendar-wrapper .calendar-event-wrapper .date-wrapper {
    margin: 1rem 0;
    font-size: 1.8rem;
  }
  .calendar-wrapper .calendar-event-wrapper a:has(img) {
    display: flex;
    flex-direction: column;
  }
  .calendar-wrapper .calendar-event-wrapper a:has(img) img {
    width: 100%;
  }
}
.directory-wrapper, .directory-pre-header {
  width: 75%;
  margin: 1rem auto;
  max-width: 780px;
}
.directory-wrapper h2, .directory-pre-header h2 {
  margin: 1rem 0;
  font-family: roca, sans-serif;
}
.directory-wrapper h3, .directory-pre-header h3 {
  margin: 1rem 0;
  color: #5d5d5d;
  font-family: freight-sans-pro, sans-serif;
  letter-spacing: 0.1px;
  font-size: 1.5rem;
}
.directory-wrapper .directory-row, .directory-pre-header .directory-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) 30px;
  font-size: 0.8rem;
  gap: 1rem;
  padding: 3px;
  margin-bottom: 10px;
}
.directory-wrapper .directory-row a, .directory-pre-header .directory-row a {
  text-decoration: none;
  color: #000000;
}
.directory-wrapper .directory-row a:hover, .directory-wrapper .directory-row a:active, .directory-pre-header .directory-row a:hover, .directory-pre-header .directory-row a:active {
  color: #eaab00;
}
.directory-wrapper .directory-row .column-six, .directory-pre-header .directory-row .column-six {
  place-self: center;
}
.directory-wrapper .directory-row:nth-of-type(odd), .directory-pre-header .directory-row:nth-of-type(odd) {
  background-color: #ebce8d;
}
.directory-wrapper .directory-row:nth-of-type(odd) a, .directory-pre-header .directory-row:nth-of-type(odd) a {
  color: #000000;
}
.directory-wrapper .directory-row.directory-header, .directory-pre-header .directory-row.directory-header {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #5d5d5d;
  background-color: transparent;
  border-bottom: thin solid #eaab00;
  padding: 0 0 3px 0;
}

.directory-pre-header {
  margin: 1rem auto 2rem auto;
}
.directory-pre-header .search-container {
  width: 100%;
  padding-bottom: 0;
  border-bottom: 1px solid #eaab00;
  margin-bottom: 0.5rem;
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
}
.directory-pre-header .search-container .fa-solid {
  color: #eaab00;
}
.directory-pre-header .search-container input[type=text] {
  width: 100%;
  padding: 8px;
  outline: none;
  border: none;
  font-size: 0.8rem;
}
.directory-pre-header .filter-menus {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.directory-pre-header .filter-menus button {
  font-family: freight-sans-pro, sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #5d5d5d;
}
.directory-pre-header .filter-menus button:hover {
  color: #eaab00;
}
.directory-pre-header .filter-menus button:after {
  content: none;
}
.directory-pre-header .filter-menus select {
  border: none;
  font-size: 0.8rem;
}

@media screen and (max-width: 960px) {
  .directory-wrapper .directory-row, .directory-pre-header .directory-row {
    display: block;
    padding: 10px;
  }
  .directory-wrapper .directory-row span, .directory-pre-header .directory-row span {
    display: block;
    padding-left: 30px;
  }
  .directory-wrapper .directory-row span:first-of-type, .directory-pre-header .directory-row span:first-of-type {
    padding-left: 0;
    font-size: 1rem;
  }
  .directory-wrapper .directory-row span.column-six, .directory-pre-header .directory-row span.column-six {
    margin-top: 5px;
    place-self: auto;
  }
  .directory-wrapper .directory-row span.column-six .button, .directory-pre-header .directory-row span.column-six .button {
    font-size: inherit;
  }
  .directory-wrapper .directory-row span.column-six .button:after, .directory-pre-header .directory-row span.column-six .button:after {
    height: 10px;
    width: 10px;
  }
  .directory-wrapper .directory-row span .screen-reader-text, .directory-pre-header .directory-row span .screen-reader-text {
    clip: none;
    clip-path: unset;
    height: auto;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative !important;
    width: auto;
    word-wrap: normal !important;
    font-size: inherit;
    font-family: freight-sans-pro, sans-serif;
  }
}
.departments-tabs {
  display: flex;
  gap: 5px;
  border-bottom: thin solid #eaab00;
}
.departments-tabs button {
  padding: 10px 5px;
  background: #ebce8d;
  line-height: 1;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 250ms;
  font-family: freight-sans-pro, sans-serif;
}
.departments-tabs button.active-tab, .departments-tabs button:hover, .departments-tabs button:active {
  background: #eaab00;
}
.departments-tabs button:after {
  display: none;
}

.department-directory-listing {
  position: relative;
}

.department-group {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: 250ms;
}
.department-group h4 {
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 1px;
  color: #5d5d5d;
}
.department-group.active-group {
  display: block;
  opacity: 1;
  transform: translateY(0px);
}
.department-group .department-children .department-item-wrapper {
  padding-left: 10px;
  border-left: 3px solid #e8e8e8;
}
.department-group .department-item-wrapper {
  margin: 1rem 0;
  padding: 1rem 0;
}
.department-group .department-item-wrapper h3 {
  margin: 0;
}
.department-group .department-item-wrapper h3 .button {
  justify-content: space-between;
  font-size: 1.75rem;
}
.department-group .department-item-wrapper .department-links-wrapper a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1rem;
  line-height: 1.75;
  margin: 5px 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
}
.department-group .department-item-wrapper .department-links-wrapper a:after {
  content: none;
  display: none;
}
.department-group .department-item-wrapper .department-links-wrapper a:hover, .department-group .department-item-wrapper .department-links-wrapper a:active {
  color: #eaab00;
}
.department-group .department-item-wrapper:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  margin-top: 1rem;
  background-color: #d5e2eb;
}
.department-group .department-item-wrapper:has(+ .department-children):after, .department-group .department-item-wrapper:last-of-type:after {
  content: none;
}

.division-department-children {
  background: #d5e2eb;
}
.division-department-children .department-children-inner {
  width: 75%;
  margin: 1rem auto;
  max-width: 780px;
  width: 100%;
}
.division-department-children .department-children-inner .archive-cards {
  width: 100%;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50vw);
  padding: 1.5rem 12.5vw 2rem 12.5vw;
  border-radius: 0 !important;
}
.full-width.homepage-wrapper {
  padding: 0;
}
.full-width .inner-wrapper {
  width: 75%;
  margin: 1rem auto;
  max-width: 780px;
}
.full-width .inner-wrapper > * {
  max-width: 100%;
  width: 100%;
}
.full-width > div > * {
  margin-top: 0;
}
.full-width.page-children {
  background-color: #d5e2eb;
  padding: 1.5rem 0;
}
.full-width.department-highlights {
  background-color: #ebce8d;
}
.full-width.department-highlights a {
  color: #000000;
}
.fit-width {
  width: 75%;
  margin: 1rem auto;
  max-width: 780px;
}

.wp-block-group-is-layout-grid {
  gap: 1rem;
}
.wp-block-group-is-layout-grid > * {
  padding: 10px;
}
.wp-block-accordion {
  margin: 2rem 0 4rem 0;
}
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-heading button {
  border: none;
  outline: none;
  color: #000000;
  background: #eaab00;
  padding: 10px 20px;
  border-radius: 10px;
}
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-heading button:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
  color: #e8e8e8;
}
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-heading button .wp-block-accordion-heading__toggle-icon {
  display: none;
}
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-heading button[aria-expanded=true]:after {
  rotate: 90deg;
}
.wp-block-accordion .wp-block-accordion-item .is-open .wp-block-accordion-heading {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.wp-block-accordion .wp-block-accordion-item .is-open .wp-block-accordion-panel {
  padding: 0.5rem 1rem;
  background: rgba(235, 206, 141, 0.5);
  position: relative;
  z-index: 1;
  border-top: 15px solid #eaab00;
  margin-top: -15px;
  border-radius: 0 0 10px 10px;
}
.wp-block-accordion .wp-block-accordion-item .is-open .wp-block-accordion-panel a {
  color: #000000;
}
.wp-block-accordion .wp-block-accordion-item:nth-of-type(even) .wp-block-accordion-heading button {
  background: #d5e2eb;
}
.wp-block-accordion .wp-block-accordion-item:nth-of-type(even) .wp-block-accordion-heading button:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
  color: #eaab00;
}
.wp-block-accordion .wp-block-accordion-item:nth-of-type(even) .is-open .wp-block-accordion-panel {
  background: rgba(213, 226, 235, 0.5);
  border-top: 15px solid #d5e2eb;
}

.wp-block-group + .wp-block-group {
  margin-top: 2rem;
}

.wp-block-cover {
  border-radius: 30px;
}
.wp-block-cover h2:after {
  display: none;
}
.wp-block-cover.full-width img {
  border-radius: 0 !important;
}

.has-background {
  padding: 20px;
  border-radius: 30px;
}
.has-background.full-width {
  padding: 1.5rem 12.5vw 2rem 12.5vw;
}
.has-background .wp-block-group__inner-container > :first-child {
  margin-top: 0;
}
.has-background .wp-block-group__inner-container > :last-child {
  margin-bottom: 0;
}
.has-background.square-corners {
  border-radius: 0px;
}
.has-background img[src$=".png"] {
  mix-blend-mode: multiply;
}

.overflow-margin:has(.alignright) {
  margin-right: -100px;
}
.overflow-margin:has(.alignleft) {
  margin-left: -100px;
}

@media screen and (max-width: 700px) {
  .overflow-margin:has(.alignright) {
    margin-right: 0;
  }
  .overflow-margin:has(.alignleft) {
    margin-left: 0;
  }
}
.wp-block-column > *:first-child {
  margin-top: 0 !important;
}

.flame-background {
  position: relative;
}
.flame-background:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url(assets/img/tlu-flame-two.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center top;
  opacity: 0.1;
}
.flame-background + .flame-background:before {
  background-position: center bottom;
}

#slide-in {
  max-width: 95vw;
  background: #eaab00;
  border-radius: 20px;
  padding: 1rem;
  box-shadow: 2px 2px 20px #000000;
  text-align: center;
  position: fixed;
  top: 50vh;
  left: 0;
  transform: translate(calc(-100% - 300px), -50%);
  transition: 250ms;
}
#slide-in.visible {
  left: 50vw;
  transform: translate(-50%, -50%);
}
#slide-in .grid-three-column {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0;
  text-align: center;
}
#slide-in .grid-three-column img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
#slide-in .button-wrapper {
  margin: 0;
}
#slide-in .button-wrapper .button {
  text-align: center;
  margin: 1rem auto;
}
#slide-in .close-target {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background: #e8e8e8;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 2px 2px 20px #000000;
  cursor: pointer;
  transition: 250ms;
}
#slide-in .close-target:hover {
  color: #fff;
}

@media screen and (max-width: 960px) {
  #slide-in .grid-three-column {
    grid-template-columns: 1fr;
  }
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.entry-content img {
  border-radius: 30px;
  overflow: hidden;
}

.square-corners img {
  border-radius: 0 !important;
}

.wp-element-caption {
  font-size: 0.9rem;
  font-style: italic;
}

.responsive-video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* For a 16:9 aspect ratio (9/16 * 100%) */
  height: 0;
  overflow: hidden; /* Hides any overflow if the aspect ratio isn't perfect */
  margin: 2rem 0;
  border-radius: 30px;
}
.responsive-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.post-thumbnail img {
  position: relative;
  width: 75%;
  max-width: 780px;
  height: auto;
  margin: 0 auto;
  display: block;
  z-index: 3;
}
.post-thumbnail:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  backdrop-filter: blur(10px); /* Apply the blur to the background area */
  -webkit-backdrop-filter: blur(10px); /* For Safari support */
}
.post-thumbnail:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: #ebce8d;
  opacity: 0.5;
} /* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin: 1.5em 0;
  display: grid;
  grid-gap: 1em;
  list-style-type: none;
}
.gallery li {
  padding: 0;
}
.gallery li a {
  display: block;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-item:has(a) {
  cursor: pointer;
  transition: 250ms;
}
.gallery-item:has(a):hover {
  filter: brightness(0.5);
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.masonry-gallery {
  list-style-type: none;
  margin: 1rem 0;
  padding: 0;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-template-rows: masonry;
}
.masonry-gallery li {
  padding: 0;
}

.image-popover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  z-index: 9999999;
  padding: 2rem;
}
.image-popover .closeButton {
  position: absolute;
  top: 50px;
  right: 50px;
  color: #fff;
  cursor: pointer;
}
.image-popover img {
  border-radius: 30px;
}
.image-popover .caption {
  display: block;
  color: #fff;
  margin: 0.5rem 0;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #e8e8e8;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #000000;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 700px) {
  .wp-block-image .alignleft,
  .wp-block-iamge .alignright,
  .alignleft,
  .alignright {
    float: none !important;
    margin: 1.5rem 0 !important;
  }
}

/*# sourceMappingURL=style.css.map */
