/*!
Theme Name: Stephens College
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: stephens-college
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.

Stephens College 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

--------------------------------------------------------------*/

/*

	BREAKPOINTS

*/
:root {
  --break-mobile: $break-mobile;
  --break-small: $break-small;
  --break-medium: $break-medium;
  --break-large: $break-large;
  --break-xlarge: $break-xlarge;
  --break-xxlarge: $break-xxlarge;
}

:root {
  --grid-gap: 30px;
}

/*

	CONTAINER UTILITIES

*/
:root {
  --max-width: 100%;
}

@media (min-width: 1210px) {

  :root {
    --max-width: 1210px;
  }
}

/*

	THEME VARIABLES

*/
:root {
  --primary-maroon: #8A1E41;
  --PRIMARY-Maroon: #8A1E41;
  --PRIMARY-Purple: #682571;
  --primary-purple: #682571;
  --secondary-coral: #fc4351;
  --SECONDARY-Orange: #FF9F00;
  --secondary-orange: #FF9F00;
  --secondary-yellow: #ffd400;
  --GRAYS-White: #fff;
  --grays-white: #fff;
  --grays-lightest-gray: #f5f5f5;
  --GRAYS-Light-Gray: #D9D9D9;
  --grays-light-gray: #d9d9d9;
  --grays-middle-gray: #d0d0d0;
  --GRAYS-Middle-Gray: #d0d0d0;
  --grays-text-gray: #3B3B3B;
  --GRAYS-Text-Gray: #3B3B3B;
  --grayscale-black: #000;
  --grays-black: #000;
}

:root {
  --font-size-default: 1.0625rem;
  --font-size-bigger: calc(20/16 * 1rem);
  --font-size-smaller: calc(14/16 * 1rem);
}

.small-bold-all-caps, .faculty__email, .hero__date-and-cats .post-categories a {
  color: var(--GRAYS-Text-Gray);
  font-size: calc(12 / 16 * 1rem);
  font-variation-settings: "wght" 600;
  line-height: 1.66;
  letter-spacing: calc(0.6 / 16 * 1rem);
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# 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: #3B3B3B;
  font-family: indivisible-variable, sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

main h1 {
  font-family: transducer-variable, sans-serif;
  font-weight: 300;
  font-variation-settings: "wght" 300, "wdth" 200, "slnt" 0;
  text-transform: uppercase;
  font-size: calc(35 / 16 * 1rem);
  line-height: 1.2;
}

main h1.is-style-letterfunk, main h1 .is-style-letterfunk {
  font-weight: 800;
  font-variation-settings: "wght" 800, "wdth" 50, "slnt" 0;
  font-size: calc(60 / 16 * 1rem);
  line-height: 1;
}

main h1.is-style-letterfunk span, main h1 .is-style-letterfunk span {
  font-weight: 900;
  font-variation-settings: "wght" 800, "wdth" 200, "slnt" 0;
}

@media screen and (max-width: 768px) {

  main h1 {
    font-size: calc(25 / 16 * 1rem);
  }

  main h1.is-style-letterfunk, main h1 .is-style-letterfunk {
    font-size: calc(45 / 16 * 1rem);
  }
}

main h2, main .h2 {
  font-family: transducer-variable, sans-serif;
  font-weight: 300;
  font-variation-settings: "wght" 300, "wdth" 200, "slnt" 0;
  text-transform: uppercase;
  font-size: calc(35 / 16 * 1rem);
  line-height: 1.22;
  margin-bottom: 10px;
}

main h2.is-style-letterfunk, main h2 .is-style-letterfunk, main .h2.is-style-letterfunk, main .h2 .is-style-letterfunk {
  font-weight: 900;
  font-variation-settings: "wght" 800, "wdth" 50, "slnt" 0;
  font-size: calc(55 / 16 * 1rem);
  line-height: calc(55 / 16 * 1rem);
}

main h2.is-style-letterfunk span, main h2 .is-style-letterfunk span, main .h2.is-style-letterfunk span, main .h2 .is-style-letterfunk span {
  font-weight: 900;
  font-variation-settings: "wght" 800, "wdth" 200, "slnt" 0;
}

main h2:has(+ p), main .h2:has(+ p) {
  position: relative;
  margin-block-end: revert !important;
  margin-bottom: 1.25rem !important;
}

@media screen and (max-width: 768px) {

  main h2, main .h2 {
    font-size: calc(25 / 16 * 1rem);
  }

  main h2.is-style-letterfunk, main h2 .is-style-letterfunk, main .h2.is-style-letterfunk, main .h2 .is-style-letterfunk {
    font-size: calc(45 / 16 * 1rem);
  }
}

main h3, main .h3 {
  font-family: transducer-variable, sans-serif;
  font-weight: 300;
  font-variation-settings: "wght" 300, "wdth" 50, "slnt" 0;
  margin-bottom: 10px;
  text-transform: none;
  font-size: calc(25 / 16 * 1rem);
  line-height: calc(33 / 16 * 1rem);
}

@media screen and (max-width: 768px) {

  main h3, main .h3 {
    font-size: calc(20 / 16 * 1rem);
    line-height: calc(28 / 16 * 1rem);
  }
}

main h3 a:hover, main h3 a:focus, main .h3 a:hover, main .h3 a:focus {
  color: inherit;
}

main h4, main .h4 {
  font-family: transducer-variable, sans-serif;
  font-weight: 300;
  font-variation-settings: "wght" 300, "wdth" 50, "slnt" 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: calc(21 / 16 * 1rem);
  line-height: 1.3333333333;
}

@media screen and (max-width: 768px) {

  main h4, main .h4 {
    font-size: calc(18 / 16 * 1rem);
  }
}

main h5 {
  font-weight: 500;
  font-variation-settings: "wght" 500;
  margin-bottom: 10px;
  font-size: calc(16 / 16 * 1rem);
}

main h6 {
  font-weight: 500;
  font-variation-settings: "wght" 500;
  margin-bottom: 10px;
  font-size: calc(14 / 16 * 1rem);
}

main > p + h2, main > ul + h2, main > p + h3, main > ul + h3, main > p + h4, main > ul + h4, main > p + h5, main > ul + h5, main > p + h6, main > ul + h6 {
  padding-top: 1em;
}

body {
  font-size: var(--font-size-default);
  font-weight: unset;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: var(--font-size-default);
}

@media screen and (max-width: 781px) {

  p {
    font-size: var(--font-size-default);
  }
}

p:has(+ .wp-block-buttons) {
  margin-bottom: calc(20 / 16 * 1rem);
}

p.is-style-intro {
  margin-bottom: 1.5em;
  font-size: var(--font-size-bigger);
}

@media screen and (max-width: 781px) {

  p.is-style-intro {
    font-size: var(--font-size-bigger);
  }
}

p.is-style-preheading {
  color: var(--primary-maroon) !important;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-size: calc(12 / 16 * 1rem);
  text-transform: uppercase;
}

p.is-style-subtext {
  color: var(--GRAYS-Text-Gray) !important;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-size: calc(14 / 16 * 1rem);
}

b, strong {
  font-weight: 300;
  font-variation-settings: "wght" 700;
}

dfn,
em,
i {
  font-style: italic;
}

cite {
  font-style: normal;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  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 #666;
  cursor: help;
}

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

big {
  font-size: 125%;
}

main ul {
  margin-left: 0;
  padding: 0;
}

main ul li::before {
  content: "";
  background: #682571;
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 10px;
}

main ul li {
  padding-left: 20px;
  list-style-image: none;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
}

main ul li.wp-social-link::before {
  content: none;
}

main ol {
  list-style-position: outside;
  padding: 0 0 0 calc(var(--grid-gap) + 1.125em) !important;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  height: 1px;
  margin-bottom: 1.5em;
  border: none !important;
}

.entry-content > hr {
  padding: 0;
  max-width: calc(var(--max-width) - var(--grid-gap) * 2);
}

@media screen and (min-width: 1080px) {

  .entry-content > hr {
    margin: var(--grid-gap) auto;
  }
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

footer {
  background-color: var(--primary-purple);
}

footer::before {
  content: "";
  position: absolute;
  inset: -30px;
  background-image: url(imgs/purple-texture.webp);
  background-size: cover;
  background-position: 50%;
  filter: blur(10px);
}

footer {
  overflow: hidden;
  display: block;
  position: relative;
  border: solid var(--secondary-yellow);
  border-width: calc(20 / 16 * 1rem);
  border-left: 0 !important;
  border-top: 0 !important;
  margin-top: 100px;
}

@media screen and (max-width: 781px) {

  footer {
    margin-top: 50px;
    border-width: calc(10 / 16 * 1rem);
  }
}

footer .footer-wrap {
  display: flex;
  position: relative;
  width: 100%;
  max-width: calc(1220 / 16 * 1rem);
  margin: 0 auto;
  padding-top: calc(90 / 16 * 1rem);
  padding-bottom: calc(90 / 16 * 1rem);
  padding-left: calc(30 / 16 * 1rem);
  padding-right: calc(30 / 16 * 1rem);
}

@media screen and (max-width: 768px) {

  footer .footer-wrap {
    display: block;
    padding-top: calc(45 / 16 * 1rem);
    padding-bottom: calc(45 / 16 * 1rem);
  }
}

footer .footer-wrap .footer-site-info {
  display: block;
  position: relative;
  width: 33.3333333333%;
  padding-right: calc(30 / 16 * 1rem);
}

@media screen and (max-width: 768px) {

  footer .footer-wrap .footer-site-info {
    width: 100%;
    padding-right: 0;
  }
}

footer .footer-wrap .footer-site-info .custom-logo-link {
  margin-bottom: calc(45 / 16 * 1rem);
}

@media screen and (max-width: 768px) {

  footer .footer-wrap .footer-site-info .custom-logo-link {
    margin-bottom: calc(15 / 16 * 1rem);
    max-width: calc(360 / 16 * 1rem);
  }
}

footer .footer-wrap .footer-site-info .footer-address {
  margin-bottom: calc(45 / 16 * 1rem);
}

@media screen and (max-width: 768px) {

  footer .footer-wrap .footer-site-info .footer-address {
    margin-bottom: calc(15 / 16 * 1rem);
  }
}

footer .footer-wrap .footer-site-info .footer-address * {
  color: white;
  font-size: calc(16 / 16 * 1rem);
  line-height: calc(24 / 16 * 1rem);
  margin-bottom: calc(0 / 16 * 1rem);
  margin-top: calc(0 / 16 * 1rem);
}

footer .footer-wrap .footer-site-info .footer-address .widget_text {
  margin-bottom: calc(5 / 16 * 1rem);
}

footer .footer-wrap .footer-site-info .footer-address a:hover {
  color: var(--secondary-yellow);
}

footer .footer-wrap .footer-site-info .footer-socials {
  margin-bottom: 0;
}

footer .footer-wrap .footer-site-info .footer-socials section, footer .footer-wrap .footer-site-info .footer-socials ul {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {

  footer .footer-wrap .footer-site-info .footer-socials {
    margin-bottom: calc(45 / 16 * 1rem);
  }
}

footer .footer-wrap .footer-link-section {
  display: flex;
  position: relative;
  width: 66.6666666667%;
  flex-wrap: wrap;
  gap: 30%;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {

  footer .footer-wrap .footer-link-section {
    width: 100%;
    justify-content: flex-start;
    gap: 0;
  }
}

footer .footer-wrap .footer-link-section ul {
  margin-left: 0;
  list-style: none;
  padding: 0;
  margin-top: calc(5 / 16 * 1rem);
}

footer .footer-wrap .footer-link-section ul a {
  font-size: calc(14 / 16 * 1rem);
  line-height: calc(22 / 16 * 1rem);
  color: white;
  text-decoration: none;
}

footer .footer-wrap .footer-link-section ul a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {

  footer .footer-wrap .footer-link-section ul a {
    font-size: calc(12 / 16 * 1rem);
    line-height: calc(20 / 16 * 1rem);
  }
}

footer .footer-wrap .footer-link-section h4 {
  font-family: transducer-variable, sans-serif;
  font-variation-settings: "wght" 300, "wdth" 50, "slnt" 0;
  text-transform: uppercase;
  color: var(--secondary-yellow);
  font-size: calc(20 / 16 * 1rem);
  line-height: calc(28 / 16 * 1rem);
  margin-bottom: calc(5 / 16 * 1rem);
  margin-top: 0;
}

@media screen and (max-width: 768px) {

  footer .footer-wrap .footer-link-section h4 {
    font-size: calc(18 / 16 * 1rem);
    line-height: calc(24 / 16 * 1rem);
  }
}

@media screen and (max-width: 768px) {

  footer .footer-wrap .footer-link-section .footer-resources, footer .footer-wrap .footer-link-section .footer-quicklinks {
    width: 50%;
    margin-bottom: calc(30 / 16 * 1rem);
  }
}

footer .footer-wrap .footer-link-section .footer-resources section:first-of-type, footer .footer-wrap .footer-link-section .footer-quicklinks section:first-of-type {
  margin-bottom: 0;
}

footer .footer-wrap .footer-link-section .footer-resources section, footer .footer-wrap .footer-link-section .footer-resources .wp-block-group, footer .footer-wrap .footer-link-section .footer-quicklinks section, footer .footer-wrap .footer-link-section .footer-quicklinks .wp-block-group {
  display: block;
  width: max-content;
}

footer .footer-wrap .footer-link-section .footer-copyright {
  display: block;
  position: absolute;
  text-align: right;
  width: 100%;
  bottom: 0;
}

@media screen and (max-width: 768px) {

  footer .footer-wrap .footer-link-section .footer-copyright {
    position: relative;
    text-align: left;
  }
}

footer .footer-wrap .footer-link-section .footer-copyright section {
  margin-bottom: 0;
}

footer .footer-wrap .footer-link-section .footer-copyright ul {
  margin-bottom: calc(5 / 16 * 1rem);
}

@media screen and (max-width: 768px) {

  footer .footer-wrap .footer-link-section .footer-copyright ul {
    margin-bottom: calc(10 / 16 * 1rem);
  }
}

footer .footer-wrap .footer-link-section .footer-copyright ul li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: calc(5 / 16 * 1rem);
  text-transform: uppercase;
}

footer .footer-wrap .footer-link-section .footer-copyright ul li a {
  font-size: calc(12 / 16 * 1rem);
  line-height: calc(20 / 16 * 1rem);
}

footer .footer-wrap .footer-link-section .footer-copyright ul li::before {
  content: "";
  width: calc(1 / 16 * 1rem);
  height: calc(20 / 16 * 1rem);
  margin-right: calc(5 / 16 * 1rem);
  background: white;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

footer .footer-wrap .footer-link-section .footer-copyright ul li:first-of-type {
  margin-left: 0;
}

footer .footer-wrap .footer-link-section .footer-copyright ul li:first-of-type::before {
  margin-right: 0;
  display: none;
}

footer .footer-wrap .footer-link-section .footer-copyright p {
  color: var(--secondary-yellow);
  font-size: calc(12 / 16 * 1rem);
  line-height: calc(20 / 16 * 1rem);
  letter-spacing: calc(1 / 16 * 1rem);
  margin: 0;
  text-transform: uppercase;
}

.single-post .site-footer {
  margin-top: 0;
}

/* Links
--------------------------------------------- */
a {
  color: #8A1E41;
}

a:hover, a:focus, a:active {
  color: #8A1E41;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: none;
  font-size: calc(16 / 16 * 1rem);
  font-family: indivisible-variable, sans-serif;
  leading-trim: both;
  text-edge: cap;
  padding: 15px 25px;
  transition: all 0.2s;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-variation-settings: "wght" 600;
  line-height: 1.57; /* 157.143% */
  font-style: normal;
  letter-spacing: 0.7px;
  border: solid 2px var(--primary-maroon);
  background: var(--primary-maroon);
  color: var(--grays-white);
  cursor: pointer;
}

button:hover, button:active, button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  color: var(--grays-text-gray);
  background-color: white;
  border-color: var(--grays-text-gray);
}

body .btn, body a.btn {
  font-size: calc(14 / 16 * 1rem);
  font-family: indivisible-variable, sans-serif;
  leading-trim: both;
  text-edge: cap;
  padding: 15px 25px 13px;
  transition: all 0.2s;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-variation-settings: "wght" 600;
  line-height: 1.57; /* 157.143% */
  font-style: normal;
  letter-spacing: 0.7px;
}

body .btn.btn-black-and-yellow {
  color: var(--grays-black);
  background-color: var(--secondary-yellow);
  display: inline-block;
  width: fit-content;
  align-items: center;
  line-height: 1;
  padding-bottom: 12px;
  padding-right: 45px;
  transition: all 0.2s;
  outline: solid 2px var(--secondary-yellow);
  position: relative;
  text-align: left;
}

body .btn.btn-black-and-yellow::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  background-color: currentcolor;
  mask: url(imgs/arrow-right.svg);
  mask-size: cover;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

body .btn.btn-black-and-yellow:hover, body .btn.btn-black-and-yellow:focus, body .btn.btn-black-and-yellow:focus-visible {
  outline: solid 2px var(--grays-white);
  background-color: rgba(255, 255, 255, 0);
  color: var(--grays-white);
}

body .btn-ghost, body a.btn-ghost {
  border: 2px solid var(--GRAYS-Text-Gray, #3B3B3B);
  color: var(--GRAYS-Text-Gray, #3B3B3B);
  background: var(--GRAYS-White, #FFF);
  display: grid;
  grid-template-columns: 1fr 12px;
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  gap: 1.5ch;
  border-radius: 0.3125rem;
  letter-spacing: 0.0625rem;
  align-items: center;
  font-variation-settings: "wght" 500;
  box-sizing: border-box;
  text-transform: uppercase;
  transition: all 0.2s;
  word-break: break-word;
  width: fit-content;
}

body .btn-ghost::after, body a.btn-ghost::after {
  content: "";
  display: inline-block;
  width: calc(12 / 16 * 1rem);
  height: calc(12 / 16 * 1rem);
  background-color: var(--GRAYS-Text-Gray, #3B3B3B);
  mask: url(imgs/arrow.svg);
  mask-size: contain;
  margin-bottom: calc(2 / 16 * 1rem);
  transform: rotate(45deg);
  transition: all 0.2s;
}

body .btn-ghost:hover, body .btn-ghost:focus, body a.btn-ghost:hover, body a.btn-ghost:focus {
  color: white;
  border: 2px solid var(--PRIMARY-Maroon, #8A1E41);
  background: var(--PRIMARY-Maroon, #8A1E41);
}

body .btn-ghost:hover::after, body .btn-ghost:focus::after, body a.btn-ghost:hover::after, body a.btn-ghost:focus::after {
  background-color: white;
}

body .btn.btn--red, body a.btn.btn--red {
  color: var(--grays-white);
  background-color: var(--primary-maroon);
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  border: solid 1px var(--grays-white);
}

body .btn.btn--red::after, body a.btn.btn--red::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--grays-white);
  mask: url(imgs/arrow.svg);
  mask-size: cover;
  margin-left: 6px;
  margin-bottom: 2px;
  transform: rotate(45deg);
}

body .btn.btn--red-no-bg, body a.btn.btn--red-no-bg {
  color: var(--PRIMARY-Maroon, #8A1E41);

  /* Desktop/Buttons & Meta */
  padding-left: 0;
  padding-right: 0;
}

body .btn.btn--red-no-bg::after, body a.btn.btn--red-no-bg::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--PRIMARY-Maroon, #8A1E41);
  mask: url(imgs/arrow-right.svg);
  mask-size: cover;
  margin-left: 6px;
  margin-bottom: 0;
}

body .btn.btn--quick-links, body a.btn.btn--quick-links {
  color: var(--GRAYS-Text-Gray, #3B3B3B);
  width: 100%;
  border-radius: 0;
  border-bottom: solid 1px #3b3b3b;
  padding: 15px 20px 15px 0;
  display: inline-flex;
  position: relative;
  justify-content: space-between;
}

body .btn.btn--quick-links:last-child, body a.btn.btn--quick-links:last-child {
  border-bottom: none;
}

body .btn.btn--quick-links::after, body a.btn.btn--quick-links::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform-origin: top;
  transform: rotate(45deg) translateY(-50%);
  background-color: var(--primary-maroon);
  mask: url(imgs/arrow.svg);
  mask-size: cover;
  margin-left: 6px;
  margin-bottom: 2px;
}

body .btn.btn--quick-links:hover, body .btn.btn--quick-links:focus, body a.btn.btn--quick-links:hover, body a.btn.btn--quick-links:focus {
  color: var(--primary-maroon);
}

body .btn.btn--arrow {
  position: relative;
}

body .btn.btn--arrow::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: currentcolor;
  mask: url(imgs/arrow-right.svg);
  mask-size: cover;
  margin-left: 6px;
  margin-bottom: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

body .btn.btn-no-horizontal-padding {
  padding-left: 0;
  padding-right: 45px;
  display: inline-block;
}

.btn--pause {
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  padding: 0;
}

.btn--pause span {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.btn--pause::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: var(--grays-white);
  mask: url(imgs/pause.svg);
  mask-size: cover;
  margin: 0;
}

.wp-block-button a {
  display: inline-block;
  padding-top: calc(10 / 16 * 1rem);
  padding-right: calc(45 / 16 * 1rem);
  padding-bottom: calc(8 / 16 * 1rem);
  padding-left: calc(20 / 16 * 1rem);
  font-size: calc(14 / 16 * 1rem);
  border-radius: calc(5 / 16 * 1rem);
  border-width: calc(2 / 16 * 1rem);
  letter-spacing: calc(1 / 16 * 1rem);
  font-variation-settings: "wght" 500;
  background: var(--primary-maroon);
  color: white;
  border-color: var(--primary-maroon);
  border-style: solid;
  box-sizing: border-box;
  text-transform: uppercase;
  transition: all 0.2s;
  text-align: left;
  position: relative;
}

.wp-block-button a::after {
  content: "";
  display: block;
  width: calc(15 / 16 * 1rem);
  height: calc(15 / 16 * 1rem);
  background-color: white;
  mask: url(imgs/arrow-right.svg);
  mask-size: cover;
  margin-left: calc(12.5 / 16 * 1rem);
  margin-bottom: calc(2 / 16 * 1rem);
  transition: all 0.2s;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.wp-block-button a:focus, .wp-block-button a:hover {
  color: var(--grays-text-gray);
  background-color: white;
  border-color: var(--grays-text-gray);
}

.wp-block-button a:focus::after, .wp-block-button a:hover::after {
  background-color: var(--grays-text-gray);
}

.wp-block-button a:focus {
  outline-width: calc(1 / 16 * 1rem);
  outline: solid white;
}

.wp-block-button.is-style-borderless a {
  display: grid;
  grid-template-columns: 1fr 12px;
  grid-gap: 15px;
  padding-top: calc(10 / 16 * 1rem);
  padding-right: calc(20 / 16 * 1rem);
  padding-bottom: calc(8 / 16 * 1rem);
  padding-left: calc(20 / 16 * 1rem);
  font-size: calc(14 / 16 * 1rem);
  gap: calc(10 / 16 * 1rem);
  border-radius: calc(5 / 16 * 1rem);
  border-width: calc(2 / 16 * 1rem);
  letter-spacing: calc(1 / 16 * 1rem);
  align-items: center;
  font-variation-settings: "wght" 500;
  background: none;
  color: var(--grays-text-gray);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  box-sizing: border-box;
  text-transform: uppercase;
  transition: all 0.2s;
}

.wp-block-button.is-style-borderless a::after {
  content: "";
  display: inline-block;
  width: calc(12 / 16 * 1rem);
  height: calc(12 / 16 * 1rem);
  background-color: var(--primary-maroon);
  mask: url(imgs/arrow.svg);
  mask-size: cover;
  margin-left: calc(2.5 / 16 * 1rem);
  margin-bottom: calc(2 / 16 * 1rem);
  transform: rotate(45deg);
  transition: all 0.2s;
}

.wp-block-button.is-style-borderless a:focus, .wp-block-button.is-style-borderless a:hover {
  color: var(--grays-text-gray);
  background-color: var(--secondary-yellow);
  border-color: var(--secondary-yellow);
}

.wp-block-button.is-style-borderless a:focus::after, .wp-block-button.is-style-borderless a:hover::after {
  background-color: var(--primary-maroon);
}

.wp-block-button.is-style-borderless a:focus {
  outline-width: calc(1 / 16 * 1rem);
  outline: solid white;
}

.wp-block-buttons {
  max-width: var(--max-width);
  margin: 0 auto;
  margin-left: 0 !important;
}

div.entry-content > .wp-block-buttons {
  margin-left: auto !important;
  padding-left: var(--grid-gap);
}

.wp-block-group .wp-block-buttons, .wp-block-columns .wp-block-buttons {
  padding-left: 0 !important;
  max-width: var(--max-width);
  position: relative;
}

.contact-info-email + .wp-block-buttons {
  margin-top: calc(30 / 16 * 1rem);
}

.wp-block-buttons.is-style-linklist {
  gap: 0;
  padding-right: 0;
}

.wp-block-button.is-style-linklistitem a {
  display: grid;
  grid-template-columns: 1fr 12px;
  grid-gap: 15px;
  padding-top: calc(20 / 16 * 1rem);
  padding-right: calc(20 / 16 * 1rem);
  padding-bottom: calc(10 / 16 * 1rem);
  padding-left: calc(0 / 16 * 1rem);
  font-size: calc(14 / 16 * 1rem);
  gap: calc(10 / 16 * 1rem);
  border-radius: calc(0 / 16 * 1rem);
  border-width: calc(2 / 16 * 1rem);
  letter-spacing: calc(1 / 16 * 1rem);
  margin-bottom: 0;
  margin-top: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  align-items: center;
  width: 100%;
  font-variation-settings: "wght" 500;
  background: none;
  color: var(--grays-text-gray);
  border-color: var(--grays-text-gray);
  border-style: solid;
  box-sizing: border-box;
  text-transform: uppercase;
  transition: all 0.2s;
}

.wp-block-button.is-style-linklistitem a::after {
  content: "";
  display: inline-block;
  width: calc(12 / 16 * 1rem);
  height: calc(12 / 16 * 1rem);
  background-color: var(--primary-maroon);
  mask: url(imgs/arrow.svg);
  mask-size: cover;
  right: 0;
  position: absolute;
  margin-left: calc(2.5 / 16 * 1rem);
  margin-bottom: calc(2 / 16 * 1rem);
  transform: rotate(45deg);
  transition: all 0.2s;
}

.wp-block-button.is-style-linklistitem a:focus, .wp-block-button.is-style-linklistitem a:hover {
  color: var(--primary-maroon);
  border-color: var(--primary-maroon);
}

.wp-block-button.is-style-linklistitem a:focus::after, .wp-block-button.is-style-linklistitem a:hover::after {
  background-color: var(--primary-maroon);
}

.wp-block-button.is-style-linklistitem a:focus {
  outline-width: calc(1 / 16 * 1rem);
  outline: solid white;
}

.wp-block-button.is-style-yellow a {
  display: grid;
  grid-template-columns: 1fr 12px;
  grid-gap: 15px;
  padding-top: calc(10 / 16 * 1rem);
  padding-right: calc(20 / 16 * 1rem);
  padding-bottom: calc(8 / 16 * 1rem);
  padding-left: calc(20 / 16 * 1rem);
  font-size: calc(14 / 16 * 1rem);
  gap: calc(10 / 16 * 1rem);
  border-radius: calc(5 / 16 * 1rem);
  border-width: calc(2 / 16 * 1rem);
  letter-spacing: calc(1 / 16 * 1rem);
  align-items: center;
  font-variation-settings: "wght" 600;
  background-color: var(--secondary-yellow);
  color: var(--grays-text-gray);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  box-sizing: border-box;
  text-transform: uppercase;
  transition: all 0.2s;
}

.wp-block-button.is-style-yellow a::after {
  background-color: var(--grays-text-gray);
}

.wp-block-button.is-style-yellow a:focus, .wp-block-button.is-style-yellow a:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0);
  border-color: white;
}

.wp-block-button.is-style-yellow a:focus::after, .wp-block-button.is-style-yellow a:hover::after {
  background-color: white;
}

.wp-block-button.is-style-yellow a:focus {
  outline-width: calc(1 / 16 * 1rem);
  outline: solid white;
}

.is-layout-constrained > .wp-block-buttons:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-right: auto !important;
  margin-left: auto !important;
}

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: #666;
  border: 1px solid #666;
  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: #111;
}

select {
  border: 1px solid #666;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.single-event .entry-content {
  padding-bottom: 50px;
}

@media screen and (min-width: 782px) {

  .single-event .entry-content {
    padding-bottom: 100px;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
@media (min-width: 1400px) {

  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 1399px) {

  .desktop-only {
    display: none !important;
  }
}

#masthead {
  background-color: var(--primary-maroon);
}

.site-header__inner {
  max-width: var(--max-width);
  padding: calc(var(--grid-gap) / 2) var(--grid-gap);
  display: grid;
  grid-gap: var(--grid-gap);
  grid-template-columns: repeat(2, minmax(50px, 1fr));
  position: relative;
}

.site-branding a {
  display: block;
  width: 150px;
  height: 50px;
  background-color: black;
  overflow: hidden;
  background-image: url(imgs/stephens-logo.svg);
  background-size: cover;
}

.menu-toggle {
  appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: none !important;
  color: white !important;
  font-family: indivisible-variable, serif;
  font-variation-settings: "wght" 600;
  font-size: calc(15 / 16 * 1rem);
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1.53; /* 153.333% */
  height: 100%;
  margin-left: auto;
  cursor: pointer;
  letter-spacing: normal;
}

.menu-toggle:hover {
  color: var(--secondary-yellow) !important;
}

.menu-toggle__label--menu {
  transition: all 0.2s;
}

.menu-toggle__label--menu::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  background-color: white;
  mask: url(imgs/chevron.svg);
  mask-size: cover;
  margin-left: 6px;
  margin-bottom: 2px;
  transition: all 0.2s;
}

.menu-toggle:hover .menu-toggle__label--menu::after {
  background-color: var(--secondary-yellow);
}

.menu-toggle__label--close::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: white;
  mask: url(imgs/close.svg);
  mask-size: cover;
  margin-left: 6px;
  margin-bottom: 0;
}

.menu-toggle:hover .menu-toggle__label--close::after {
  background-color: var(--secondary-yellow);
}

.menu-toggle[aria-expanded="false"] .menu-toggle__label--close {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -9999px;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__label--menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -9999px;
}

@media (max-width: 1399px) {

  button.menu-toggle[aria-expanded="false"] + .nav-grouper {
    visibility: hidden;
    display: none;
  }

  .nav-grouper {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 999;
    background-color: black;
  }
}

.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  float: left;
  position: relative;
  top: 100%;
  left: -999em;
  z-index: 99999;
  height: 0;
  overflow: hidden;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation li {
  position: relative;
}

.main-navigation li.menu-item-has-children > a,
.main-navigation li .main-nav__btn-menu-toggle {
  cursor: pointer;
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
  border: none;
  background: none;
  padding: 0;
}

.main-navigation li.menu-item-has-children > a::after,
.main-navigation li .main-nav__btn-menu-toggle::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  background-color: white;
  mask: url(imgs/chevron.svg);
  mask-size: cover;
  margin-left: 6px;
  margin-bottom: 2px;
  transition: all 0.2s;
}

.main-navigation a,
.main-navigation .main-nav__btn-menu-toggle {
  display: block;
  text-decoration: none;
  text-transform: none;
  color: var(--GRAYS-White, #FFF);
  font-size: calc(15 / 16 * 1rem);
  font-style: normal;
  font-family: indivisible-variable, serif;
  font-variation-settings: "wght" 600;
  line-height: 1.53; /* 153.333% */
  letter-spacing: normal;
}

.main-navigation .main-nav__btn-menu-toggle:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  height: 60px;
}

.main-navigation .menu-item-cta {
  width: fit-content;
}

.main-navigation .menu-item-cta > a {
  display: flex;
  padding: 10px 20px 8px;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: var(--GRAYS-White, #FFF);
  color: var(--GRAYS-Text-Gray, #3B3B3B);
  text-transform: uppercase;
  transition: all 0.2s;
  outline: solid 2px white;
}

.main-navigation .menu-item-cta > a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--primary-maroon);
  mask: url(imgs/arrow.svg);
  mask-size: cover;
  margin-left: 6px;
  margin-bottom: 2px;
  transform: rotate(45deg);
  transition: all 0.2s;
}

.main-navigation .menu-item-cta > a:focus, .main-navigation .menu-item-cta > a:hover {
  color: white;
  background-color: var(--primary-maroon);
  outline: solid 2px white;
}

.main-navigation .menu-item-cta > a:focus::after, .main-navigation .menu-item-cta > a:hover::after {
  background-color: white;
}

.main-navigation .sub-menu-wrapper {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.main-navigation li.menu-item-has-children a[aria-expanded="true"],
.main-navigation .main-nav__btn-menu-toggle[aria-expanded="true"] {
  color: var(--secondary-yellow);
}

.main-navigation li.menu-item-has-children a[aria-expanded="true"]::after,
.main-navigation .main-nav__btn-menu-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
  background-color: var(--secondary-yellow);
}

.main-navigation button[aria-expanded="true"] + .sub-menu-wrapper {
  position: relative;
  left: auto;
  height: auto;
  overflow: inherit;
}

.main-navigation button[aria-expanded="true"] + .sub-menu-wrapper .sub-menu {
  position: relative;
  top: unset;
  left: auto;
  height: auto;
  overflow: inherit;
  background-color: var(--grays-lightest-gray);
  display: flex;
  padding: 0 var(--grid-gap);
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  margin: 20px 0 0;
  border: none;
}

.main-navigation button[aria-expanded="true"] + .sub-menu-wrapper .sub-menu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100px;
  height: 10px;
  background-color: var(--secondary-yellow);
}

.main-navigation ul.sub-menu li {
  width: 100%;
}

.main-navigation ul.sub-menu a {
  color: var(--GRAYS-Text-Gray, #3B3B3B);
  leading-trim: both;
  text-edge: cap;
  width: 100%;
  font-family: indivisible-variable, serif;
  font-variation-settings: "wght" 600;
  font-size: 14px;
  font-style: normal;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.7px;
  text-transform: uppercase;
  border-bottom: solid 1px #3b3b3b;
  padding: 15px 0;
  display: grid;
  grid-template-columns: 1fr 12px;
  grid-gap: 15px;
  transition: all 0.2s;
}

.main-navigation ul.sub-menu a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: var(--primary-maroon);
  mask: url(imgs/arrow.svg);
  mask-size: cover;
  margin-left: 0;
  margin-bottom: 2px;
}

.main-navigation ul.sub-menu a:hover, .main-navigation ul.sub-menu a:focus {
  color: var(--primary-maroon);
  text-decoration: underline;
  text-decoration-color: var(--primary-maroon);
}

.main-navigation ul.sub-menu li:last-child a {
  border-bottom: none;
}

/*
	Utility menu, mobile
*/
ul#utility-menu {
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 5px;
}

ul#utility-menu a {
  color: var(--GRAYS-White, #FFF);

  /* Desktop/Eyebrow */
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.6px;
  text-transform: uppercase;
  width: fit-content;
}

ul#utility-menu a[aria-expanded="true"] {
  color: var(--secondary-yellow);
}

ul#utility-menu li {
  position: static;
}

ul#utility-menu li.menu-item-has-children {
  position: relative;
  width: 100%;
}

ul#utility-menu li a[aria-expanded="false"] + ul.sub-menu {
  display: none;
}

ul#utility-menu li a[aria-expanded="true"] + ul.sub-menu {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--grays-lightest-gray);
  padding: 0 var(--grid-gap);
  margin: 0;
  width: 100%;
  height: auto;
  grid-gap: 0;
  border: none;
}

ul#utility-menu li a[aria-expanded="true"] + ul.sub-menu::before {
  left: var(--grid-gap);
}

ul#utility-menu li a[aria-expanded="true"] + ul.sub-menu a {
  width: 100%;
  color: var(--GRAYS-Text-Gray, #3B3B3B);
}

ul#utility-menu li a[aria-expanded="true"] + ul.sub-menu a::after {
  background-color: var(--primary-maroon);
}

/* Small menu. */
.menu-toggle {
  align-content: center;
}

.menu-toggle,
.main-navigation ul {
  display: grid;
  grid-gap: var(--grid-gap);
}

.main-navigation ul {
  padding: var(--grid-gap) 0;
  margin: 0 var(--grid-gap);
  border-bottom: solid 1px var(--primary-maroon);
}

.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%;
}

@media screen and (max-width: 1399px) {

  .menu-item.search-form-item {
    width: 100%;
    margin-top: var(--grid-gap);
  }

  .custom-search-form {
    outline: solid 1px white;
    width: 100%;
    height: 100%;
    background-color: white;
    position: relative;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 7px;
  }

  .custom-search-form label {
    position: absolute;
    z-index: 1;
  }

  input.custom-search-field[type="search"] {
    appearance: none;
    flex-grow: 1;
    position: relative;
    z-index: 2;
    border: none;
    border-radius: 0;
    background-color: transparent;
    transition: all 0.2s;
  }

  input.custom-search-field[type="search"]:focus, input.custom-search-field[type="search"]:not(:placeholder-shown) {
    background-color: white;
    outline: none;
  }

  .custom-search-submit {
    height: 100%;
    border: none;
    border-radius: 0;
    background-color: white;
    display: flex;
  }

  .custom-search-submit::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 16px;
    background-color: var(--GRAYS-Text-Gray, #3B3B3B);
    mask: url(imgs/search-icon.svg);
    mask-size: cover;
  }
}

@media screen and (min-width: 1400px) {

  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    grid-gap: 20px;
    padding: 0;
    margin: 0;
    border-bottom: none;
  }

  .main-navigation li {
    position: unset;
  }

  #masthead {
    background-color: transparent;
    position: relative;
    z-index: 999;
  }

  .menu-utility-nav-container-desktop {
    background-color: white;
  }

  .menu-utility-nav-container-desktop ul {
    list-style-type: none;
    margin: 0 var(--grid-gap);
    padding: calc(var(--grid-gap) / 2) 0;
    display: flex;
    justify-content: flex-end;
    grid-gap: var(--grid-gap);
  }

  .menu-utility-nav-container-desktop ul li {
    position: relative;
    opacity: 1;
    transition: all 0.2s;
  }

  #utility-menu-desktop.search-field--focused li.menu-item:not(.search-form-item) {
    opacity: 0;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }

  .menu-utility-nav-container-desktop ul.sub-menu {
    flex-direction: column;
    position: absolute;
    right: 0;
    z-index: 10;
    background-color: white;
    grid-gap: 0;
    margin: 0;
  }

  .menu-utility-nav-container-desktop ul.sub-menu a {
    display: block;
    padding: calc(var(--grid-gap) / 2);
  }

  .menu-utility-nav-container-desktop ul a {
    color: var(--GRAYS-Text-Gray, #3B3B3B);

    /* Desktop/Eyebrow */
    font-family: indivisible-variable, serif;
    font-variation-settings: "wght" 600;
    font-size: 12px;
    font-style: normal;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.6px;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: transparent;
  }

  .menu-utility-nav-container-desktop ul a:hover, .menu-utility-nav-container-desktop ul a:focus {
    color: var(--PRIMARY-Maroon, #8A1E41);
    text-decoration: underline;
    text-decoration-color: var(--PRIMARY-Maroon, #8A1E41);
  }

  .menu-utility-nav-container-desktop ul .menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 6px;
    background-color: var(--GRAYS-Text-Gray, #3B3B3B);
    mask: url(imgs/chevron.svg);
    mask-size: cover;
    margin-left: 6px;
    margin-bottom: 2px;
    transition: all 0.2s;
  }

  .menu-utility-nav-container-desktop ul .menu-item-has-children > a[aria-expanded="true"]::after {
    transform: rotate(180deg);
  }

  .menu-utility-nav-container-desktop ul a[aria-expanded="false"] + ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -9999px;
    display: none;
  }

  .menu-utility-nav-container-desktop ul a[aria-expanded="true"] + ul.sub-menu {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
  }

  .search-form-item {
    display: block;
  }

  .custom-search-form {
    position: relative;
    display: flex;
    justify-content: flex-end;
    transition: all 0.2s;
  }

  input.custom-search-field[type="search"] {
    position: absolute;
    top: -3px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: transparent;
    transition: all 0.2s;
    width: 100%;
    cursor: pointer;
    border: solid 1px transparent;
    padding: 3px 0;
  }

  input.custom-search-field[type="search"].search-field--focused, input.custom-search-field[type="search"]:focus, input.custom-search-field[type="search"]:not(:placeholder-shown) {
    position: relative;
    width: 500px;
    cursor: text;
    padding: 3px 8px;
    border: solid 1px var(--GRAYS-Text-Gray, #3B3B3B);
    margin-right: 10px;
  }

  .custom-search-submit {
    margin: 3px 0 0 0;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    display: flex;
    color: var(--PRIMARY-Maroon, #8A1E41);

    /* Desktop/Eyebrow */
    font-family: indivisible-variable, serif;
    font-variation-settings: "wght" 600;
    font-size: 12px;
    font-style: normal;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.6px;
    text-transform: uppercase;
  }

  .custom-search-submit::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: var(--PRIMARY-Maroon, #8A1E41);
    mask: url(imgs/search-icon.svg);
    mask-size: cover;
    margin-left: 6px;
    margin-bottom: 2px;
    transition: all 0.2s;
  }

  .site-header__inner {
    display: flex;
    justify-content: space-between;
    grid-gap: 40px;
    max-width: 100%;
    align-items: center;
    padding-top: 0;
  }

  .site-branding {
    z-index: 2;
    min-width: 200px;
    max-width: 300px;
    flex-grow: 1;
    position: relative;
  }

  .site-branding a {
    position: absolute;
    left: 0;
    right: 0;
    width: unset;
    top: 0;
    transform: translateY(-50%);
    height: auto;
    aspect-ratio: 3/1;
  }

  .nav-grouper {
    height: 100%;
  }

  .menu-global-nav-container {
    height: 100%;
  }

  #site-navigation {
    background-color: var(--primary-maroon);
    justify-content: flex-end;
    z-index: 1;
    box-shadow: -999px 0 0 0 var(--primary-maroon), 999px 0 0 0 var(--primary-maroon);
    padding: 0;
    height: fit-content;
    flex-shrink: 0;
    max-width: 100%;
    width: unset;
  }

  .main-navigation .menu-item-cta > a {
    line-height: 0.5;
  }

  .main-navigation li .main-nav__btn-menu-toggle,
  .main-navigation li.menu-item-no-children > a {
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: solid 10px transparent;
    transition: all 0.2s;
  }

  .main-navigation li .main-nav__btn-menu-toggle:hover, .main-navigation li .main-nav__btn-menu-toggle:focus, .main-navigation li .main-nav__btn-menu-toggle[aria-expanded="true"],
  .main-navigation li.menu-item-no-children > a:hover,
  .main-navigation li.menu-item-no-children > a:focus,
  .main-navigation li.menu-item-no-children > a[aria-expanded="true"] {
    border-bottom: solid 10px var(--secondary-yellow);
  }

  .main-navigation button[aria-expanded="true"] + .sub-menu-wrapper {
    position: absolute;
    top: calc(100% - var(--grid-gap) / 2);
    left: 0;
    right: 0;
    background: var(--GRAYS-Lightest-Gray, #F5F5F5);
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1);
  }

  .main-navigation button[aria-expanded="true"] + .sub-menu-wrapper .sub-menu::before {
    content: none;
  }

  .sub-menu-wrapper__inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 50px var(--grid-gap);
    display: grid;
    grid-gap: 80px;
    grid-template-columns: 1fr 360px 360px;
  }

  .main-navigation button[aria-expanded="true"] + .sub-menu-wrapper .sub-menu {
    justify-content: flex-start;
    margin: 0;
  }

  .mega-menu__lede {
    color: var(--PRIMARY-Maroon, #8A1E41);

    /* Desktop/H3 */
    font-family: transducer-variable, sans-serif;
    font-variation-settings: "wght" 500, "wdth" 100, "slnt" 0;
    font-size: calc(25 / 16 * 1rem);
    line-height: 1.32; /* 132% */
    font-style: normal;
    margin: 0 0 10px;
  }

  .mega-menu__intro {
    color: var(--grayscale-black, #000);

    /* Desktop/Body 3 */
    font-family: indivisible-variable, serif;
    font-variation-settings: "wght" 400;
    font-size: 14px;
    font-size: calc(14 / 16 * 1rem);
    font-style: normal;
    line-height: 1.57;
    margin: 0 0 10px;
  }

  .mega-menu__right-side-text {
    color: var(--grayscale-black, #000);

    /* Desktop/Body 3 */
    font-family: indivisible-variable, serif;
    font-variation-settings: "wght" 400;
    font-size: 14px;
    font-size: calc(14 / 16 * 1rem);
    font-style: normal;
    line-height: 1.57;
  }
}

@media screen and (min-width: 1550px) {

  .main-navigation li .main-nav__btn-menu-toggle,
  .main-navigation li.menu-item-no-children > a {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

/* Custom blocks
--------------------------------------------- */

/*@import "custom-blocks/quick-links";*/

/* Posts and pages
--------------------------------------------- */

/*

-- hero
-- inner
-- h1
-- intro
-- image
-- bread
-- posted on

*/

/*

	-- hero

*/
.hero.hero--space_after, .hero.hero--default {
  margin-bottom: 50px;
}

.single-event .event-info * {
  font-size: calc(16 / 16 * 1rem);
  color: white;
}

.single-event .event-info__date {
  padding-top: calc(0 / 16 * 1rem);
  padding-bottom: calc(0 / 16 * 1rem);
  margin-top: calc(5 / 16 * 1rem);
  margin-bottom: calc(5 / 16 * 1rem);
  color: var(--grays-text-gray);
}

.single-event .event-info__date span {
  display: inline-block;
  vertical-align: middle;
  font-size: calc(16 / 16 * 1rem);
}

.single-event .event-info__date::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: calc(16 / 16 * 1rem);
  width: calc(15 / 16 * 1rem);
  margin-right: calc(10 / 16 * 1rem);
  background-color: var(--secondary-yellow);
  mask: url(imgs/icon-calendar.svg);
  mask-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.single-event .event-info__location {
  color: var(--grays-text-gray);
  padding-top: calc(0 / 16 * 1rem);
  padding-bottom: calc(0 / 16 * 1rem);
  margin-top: calc(5 / 16 * 1rem);
  margin-bottom: calc(25 / 16 * 1rem);
}

.single-event .event-info__location span {
  display: inline-block;
  vertical-align: middle;
  font-size: calc(16 / 16 * 1rem);
}

.single-event .event-info__location::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: calc(15 / 16 * 1rem);
  width: calc(12 / 16 * 1rem);
  margin-right: calc(10 / 16 * 1rem);
  background-color: var(--secondary-yellow);
  mask: url(imgs/icon-address.svg);
  mask-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.single-event .hero.hero--has-image.hero--space_after, .single-event .hero.hero--has-image.hero--default {
  margin-bottom: 45px;
}

@media screen and (min-width: 782px) {

  .single-event .hero.hero--has-image.hero--space_after, .single-event .hero.hero--has-image.hero--default {
    margin-bottom: 45px;
  }
}

.hero__bgtexture {
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.hero__bgtexture::before {
  content: "";
  position: absolute;
  inset: -30px;
  background-image: url(imgs/purple-texture.webp);
  background-size: cover;
  background-position: 50%;
  filter: blur(10px);
}

@media screen and (max-width: 781px) {

  .hero__bgtexture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 782px) {

  .hero__bgtexture {
    grid-column: 1/span 2; /* Spans from column 1 to column 2 */
    grid-row: 1; /* Starts in row 1 */
    background-color: var(--primary-purple);
  }
}

@media screen and (min-width: 782px) {

  .single .hero__bgtexture {
    height: calc(400 / 16 * 1rem);
  }

  .single .hero--has-image .hero__bgtexture {
    min-height: 100%;
  }
}

@media screen and (min-width: 1080px) {

  .single .hero--has-image .hero__bgtexture {
    min-height: calc(500 / 16 * 1rem);
  }
}

/*

	-- inner

*/
.hero__innerregion {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 781px) {

  .hero__innerregion {
    flex-direction: column;
    max-width: var(--max-width);
  }
}

@media screen and (min-width: 782px) {

  .hero__innerregion {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(calc(100% - 50px), auto) 50px;
    gap: 0;
    width: 100%;
  }
}

@media screen and (max-width: 781px) {

  .hero__textregion {
    padding: 0 var(--grid-gap) calc(var(--grid-gap) / 2) var(--grid-gap);
  }
}

@media screen and (min-width: 782px) {

  .hero__textregion {
    grid-column: 1; /* Starts in column 1 */
    grid-row: 1; /* Starts in row 1 */
    padding-top: 50px;
    padding-bottom: 50px;
    align-content: center;
  }
}

@media screen and (min-width: 782px) {

  .hero--no-image .hero__textregion {
    grid-column: 1/span 2;
  }
}

/*

	-- h1

*/
.hero__h1wrapper {
  color: var(--secondary-yellow);
}

.hero__h1wrapper h1 {
  margin: 0;
}

@media screen and (max-width: 781px) {

  .hero__h1wrapper {
    word-break: break-word;
  }
}

@media screen and (min-width: 782px) {

  .hero__h1wrapper {
    padding: 0 var(--grid-gap);
  }
}

@media screen and (min-width: 1400px) {

  .hero__h1wrapper {
    max-width: calc(var(--max-width) / 2);
    margin-left: auto;
  }
}

@media screen and (min-width: 782px) {

  .hero--no-image .hero__h1wrapper {
    max-width: calc(var(--max-width));
    margin-right: auto;
  }
}

/*

	-- intro

*/
.hero__introwrapper {
  color: var(--grays-white);
  margin: var(--grid-gap) 0 0;
}

@media screen and (min-width: 782px) {

  .hero__introwrapper {
    padding: 0 var(--grid-gap);
  }
}

@media screen and (min-width: 1400px) {

  .hero__introwrapper {
    max-width: calc(var(--max-width) / 2);
    margin-left: auto;
  }
}

@media screen and (min-width: 782px) {

  .hero--no-image .hero__introwrapper {
    max-width: calc(var(--max-width));
    margin-right: auto;
  }
}

.hero__introwrapper + .hero__degree_type {
  margin-top: var(--grid-gap);
}

.hero__school-name, .hero__degree_type {
  color: var(--grays-white);
  margin: 0 0 10px;
  font-size: calc(12 / 16 * 1rem);
  font-variation-settings: "wght" 600;
  line-height: 1.66; /* 166.667% */
  letter-spacing: calc(0.6 / 16 * 1rem);
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 10px;
}

.hero__school-name::before, .hero__degree_type::before {
  content: "";
  display: inline-block;
  mask-size: cover;
  background-color: var(--secondary-yellow);
  margin: 0 auto;
}

@media screen and (min-width: 782px) {

  .hero__school-name, .hero__degree_type {
    padding: 0 var(--grid-gap);
  }
}

@media screen and (min-width: 1400px) {

  .hero__school-name, .hero__degree_type {
    max-width: calc(var(--max-width) / 2);
    margin-left: auto;
  }
}

.hero__degree_type::before {
  width: 19px;
  height: 15px;
  mask: url(imgs/icon-mortarboard.svg);
}

.hero__school-name::before {
  width: 15px;
  height: 15px;
  mask: url(imgs/icon-school.svg);
}

@media screen and (min-width: 782px) {

  .hero--no-image .hero__school-name, .hero--no-image .hero__degree_type {
    max-width: calc(var(--max-width));
    margin-right: auto;
  }
}

/*

	-- image

*/
@media screen and (max-width: 781px) {

  .hero__imgregion {
    padding: calc(var(--grid-gap) / 2) var(--grid-gap) 0;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 782px) {

  .hero__imgregion {
    grid-column: 2; /* Starts in column 2 */
    grid-row: 1/span 2; /* Spans from row 1 to row 2 */
    padding: 50px var(--grid-gap) 0;
  }
}

@media screen and (min-width: 1400px) {

  .hero__imgregion {
    max-width: calc(var(--max-width) / 2);
  }
}

.hero__picture {
  display: block;
  aspect-ratio: 36/25;
  overflow: hidden;
  border-right: solid 20px var(--secondary-yellow);
  border-bottom: solid 20px var(--secondary-yellow);
}

.hero__picture img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 782px) {

  .hero__picture {
    aspect-ratio: 56/50;
  }
}

/*

	-- bread

*/
#breadcrumbs {
  color: var(--grays-white);
  font-size: var(--font-size-smaller);
}

#breadcrumbs a {
  color: var(--grays-white);
}

@media screen and (min-width: 782px) {

  #breadcrumbs {
    padding: 0 var(--grid-gap);
  }
}

@media screen and (min-width: 1400px) {

  #breadcrumbs {
    max-width: calc(var(--max-width) / 2);
    margin-left: auto;
  }
}

@media screen and (min-width: 782px) {

  .hero--no-image #breadcrumbs {
    max-width: calc(var(--max-width));
    margin-right: auto;
  }
}

.breadcrumb_last {
  display: none;
}

/*


	fullscreen video or image


*/
.hero--fullscreen {
  min-height: 75vh;
  position: relative;
  background-color: var(--grays-black);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 80px;
}

@media screen and (min-width: 782px) {

  .hero--fullscreen {
    aspect-ratio: unset;
    width: 100%;
    height: 75vh;
    overflow: hidden;
  }
}

.hero__vimeo-video {
  position: absolute;
  inset: 0;
  width: 100%;
  aspect-ratio: 1/1.7;
  overflow: hidden;
  opacity: 0;
  transition: opacity 2s;
}

@media screen and (min-width: 782px) {

  .hero__vimeo-video {
    aspect-ratio: unset;
    inset: 0;
    background-color: pink;
  }
}

.hero__vimeo-video.shown {
  opacity: 1;
}

.hero__video-aspect-ratio {
  aspect-ratio: 16/9;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.hero__video-aspect-ratio > iframe {
  position: absolute;
  inset: 0;
  height: 100%;
  border: none;
  max-width: unset;
  width: 100%;
}

.hero__btn-pause {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}

.hero__backupstill {
  position: absolute;
  inset: 0;
}

.hero__backupstill img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

.hero__screenback {
  position: absolute;
  inset: 0;
  background-color: var(--grays-black);
  opacity: 0.5;
}

.hero__leadin {
  position: relative;
  color: var(--GRAYS-White, #FFF);
  text-align: center;
  font-family: transducer-variable, sans-serif;
  font-variation-settings: "wght" 400, "wdth" 200, "slnt" 0;
  font-size: calc(30 / 16 * 1rem);
  line-height: 1.2; /* 126.667% */
  text-transform: uppercase;
  padding: 0 var(--grid-gap) var(--grid-gap);
}

@media screen and (min-width: 782px) {

  .hero__leadin {
    font-size: calc(35 / 16 * 1rem);
    max-width: calc(var(--max-width) * 0.8);
    margin: 0 auto;
  }
}

.hero__payoff {
  position: relative;
}

.hero__payoff p {
  color: var(--secondary-yellow);
  text-align: center;
  font-family: transducer-variable, sans-serif;
  font-variation-settings: "wght" 200, "wdth" 200, "slnt" 0;
  font-size: calc(60 / 16 * 1rem);
  line-height: 1; /* 126.667% */
  text-transform: uppercase;
  padding: 0 var(--grid-gap) var(--grid-gap);
}

.hero__payoff p strong {
  font-variation-settings: "wght" 900, "wdth" 200, "slnt" 0;
}

@media screen and (max-width: 1399px) {

  .hero__payoff p {
    line-break: anywhere;
    word-break: keep-all;
  }

  .hero__payoff p > * {
    word-break: keep-all;
    line-break: normal;
  }
}

@media screen and (min-width: 1400px) {

  .hero__payoff p {
    font-size: calc(80 / 16 * 1rem);
    max-width: calc(var(--max-width) * 0.8);
    margin: 0 auto;
  }
}

a.hero__cta, a.hero__cta:visited {
  position: relative;
  background-color: var(--secondary-yellow);
  color: var(--grays-text-gray);
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0);
  transition: all 0.2s;
  padding-right: 45px !important;
}

a.hero__cta:hover, a.hero__cta:focus, a.hero__cta:focus-visible, a.hero__cta:visited:hover, a.hero__cta:visited:focus, a.hero__cta:visited:focus-visible {
  text-decoration: none !important;
  color: white;
  background-color: rgba(255, 255, 255, 0);
  border-color: white;
}

/*

	POSTED ON and CATEGORIES


*/
@media screen and (min-width: 782px) {

  .hero__date-and-cats {
    padding: var(--grid-gap) var(--grid-gap) 0;
  }
}

@media screen and (min-width: 1400px) {

  .hero__date-and-cats {
    max-width: calc(var(--max-width) / 2);
    margin-left: auto;
  }
}

@media screen and (min-width: 782px) {

  .hero--no-image .hero__date-and-cats {
    max-width: calc(var(--max-width));
    margin-right: auto;
  }
}

.hero__date-and-cats .posted-on {
  color: var(--grays-white);
  display: block;
}

.hero__date-and-cats .post-categories {
  color: var(--grays-white);
  padding-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

@media screen and (min-width: 782px) {

  .hero__date-and-cats .post-categories {
    padding: 0.5rem 0 0;
  }
}

.hero__date-and-cats .post-categories a {
  color: var(--grays-white);
  text-decoration: underline;
}

@media screen and (min-width: 782px) {

  .faculty__title {
    padding: 8px var(--grid-gap) var(--grid-gap) var(--grid-gap);
  }
}

@media screen and (min-width: 1400px) {

  .faculty__title {
    max-width: calc(var(--max-width) / 2);
    margin-left: auto;
  }
}

.faculty__title {
  color: var(--GRAYS-White, #FFF);
  line-height: calc(20 / 16 * 1rem);
  line-height: 1.4; /* 140% */
}

@media screen and (min-width: 782px) {

  .faculty__email {
    padding: 8px var(--grid-gap) 0 var(--grid-gap);
  }
}

@media screen and (min-width: 1400px) {

  .faculty__email {
    max-width: calc(var(--max-width) / 2);
    margin-left: auto;
  }
}

.faculty__email {
  color: var(--grays-white);
  text-decoration: none;
  display: block;
  position: relative;
}

.faculty__email::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: calc(12 / 16 * 1rem);
  width: calc(15 / 16 * 1rem);
  mask: url(imgs/icon-mail.svg);
  mask-size: cover;
  background-color: var(--secondary-yellow);
  margin: 0 13px 4px 3px;
}

.faculty__email:hover, .faculty__email:focus {
  color: var(--grays-white);
  text-decoration: underline;
}

.sticky {
  display: block;
}

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

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

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

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

@media screen and (min-width: 1080px) {

  .entry-content {
    margin-top: -15px;
  }
}

.entry-content > p,
.entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6,
.entry-content > ul, .entry-content > ol,
.entry-content > div.search-form--noresults {
  padding-left: var(--grid-gap);
  padding-right: var(--grid-gap);
}

@media screen and (min-width: 1080px) {

  .entry-content > p,
  .entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6,
  .entry-content > ul, .entry-content > ol,
  .entry-content > div.search-form--noresults {
    width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-right: calc(var(--max-width) * 0.166 + var(--grid-gap));
  }

  .entry-content > p.has-text-align-center,
  .entry-content > h1.has-text-align-center, .entry-content > h2.has-text-align-center, .entry-content > h3.has-text-align-center, .entry-content > h4.has-text-align-center, .entry-content > h5.has-text-align-center, .entry-content > h6.has-text-align-center,
  .entry-content > ul.has-text-align-center, .entry-content > ol.has-text-align-center,
  .entry-content > div.search-form--noresults.has-text-align-center {
    padding-right: calc((var(--max-width) * 0.166 + var(--grid-gap)) / 2);
    padding-left: calc((var(--max-width) * 0.166 + var(--grid-gap)) / 2);
  }
}

.entry-content > .wp-block-image.size-full,
.entry-content > figure.wp-block-image,
.entry-content > .wp-block-embed.is-type-video,
.entry-content > div[data-ogsc="rgb(0, 0, 0)"] {
  padding-left: var(--grid-gap);
  padding-right: var(--grid-gap);
}

@media screen and (min-width: 1080px) {

  .entry-content > .wp-block-image.size-full,
  .entry-content > figure.wp-block-image,
  .entry-content > .wp-block-embed.is-type-video,
  .entry-content > div[data-ogsc="rgb(0, 0, 0)"] {
    width: var(--max-width);
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (min-width: 1080px) {

  .entry-content > figure.wp-block-image.alignleft {
    width: fit-content !important;
    margin: var(--grid-gap) var(--grid-gap) var(--grid-gap) 0;
  }
}

@media screen and (min-width: 1400px) {

  .entry-content > figure.wp-block-image.alignleft {
    margin-left: calc((100% - var(--max-width)) / 2);
  }
}

@media screen and (min-width: 1080px) {

  .entry-content > figure.wp-block-image.alignright {
    width: fit-content !important;
    margin: var(--grid-gap) 0 var(--grid-gap) var(--grid-gap);
  }
}

@media screen and (min-width: 1400px) {

  .entry-content > figure.wp-block-image.alignright {
    margin-right: calc((100% - var(--max-width)) / 2);
  }
}

.entry-content > .wp-block-group.has-background > p,
.entry-content > .wp-block-group.has-background > h1, .entry-content > .wp-block-group.has-background > h2, .entry-content > .wp-block-group.has-background > h3, .entry-content > .wp-block-group.has-background > h4, .entry-content > .wp-block-group.has-background > h5, .entry-content > .wp-block-group.has-background > h6,
.entry-content > .wp-block-group.has-background > ul, .entry-content > .wp-block-group.has-background > ol,
.entry-content > .wp-block-group.has-background > .wp-block-buttons {
  padding-left: var(--grid-gap);
  padding-right: var(--grid-gap);
}

@media screen and (min-width: 1080px) {

  .entry-content > .wp-block-group.has-background > p,
  .entry-content > .wp-block-group.has-background > h1, .entry-content > .wp-block-group.has-background > h2, .entry-content > .wp-block-group.has-background > h3, .entry-content > .wp-block-group.has-background > h4, .entry-content > .wp-block-group.has-background > h5, .entry-content > .wp-block-group.has-background > h6,
  .entry-content > .wp-block-group.has-background > ul, .entry-content > .wp-block-group.has-background > ol,
  .entry-content > .wp-block-group.has-background > .wp-block-buttons {
    width: var(--max-width);
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

nav.pagination {
  padding: var(--grid-gap);
  max-width: var(--max-width);
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

nav.pagination .nav-links {
  display: flex;
}

nav.pagination a.prev, nav.pagination a.next {
  text-decoration: none;
  color: var(--GRAYS-Text-Gray, #3B3B3B);
  font-size: calc(12 / 16 * 1rem);
  font-variation-settings: "wght" 600;
  line-height: 1;
  letter-spacing: calc(0.6 / 16 * 1rem);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px;
}

nav.pagination a.prev::before, nav.pagination a.prev::after, nav.pagination a.next::before, nav.pagination a.next::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  background-color: var(--primary-maroon);
  mask: url(imgs/arrow-pagination.svg);
  mask-size: cover;
  margin-bottom: 5px;
  transition: all 0.2s;
}

nav.pagination a.prev:hover, nav.pagination a.prev:focus, nav.pagination a.next:hover, nav.pagination a.next:focus {
  text-decoration: underline;
}

nav.pagination a.prev::after {
  content: none;
}

nav.pagination a.next::before {
  content: none;
}

nav.pagination a.next::after {
  transform: rotate(180deg);
}

nav.pagination a.page-numbers {
  color: var(--GRAYS-Text-Gray, #3B3B3B);
  font-size: calc(14 / 16 * 1rem);
  line-height: 1;
  text-decoration: none;
  padding: 10px;
}

nav.pagination a.page-numbers:hover, nav.pagination a.page-numbers:focus {
  text-decoration: underline;
}

nav.pagination span.page-numbers.current {
  color: var(--GRAYS-Text-Gray, #3B3B3B);
  font-family: indivisible-variable, sans-serif;
  font-size: calc(20 / 16 * 1rem);
  line-height: 1;
  background-color: var(--grays-light-gray);
  border-radius: 100%;
  padding: 10px;
  margin: 0 10px;
  aspect-ratio: 1/1;
  min-width: 35px;
  min-height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

nav.pagination span.page-numbers.dots {
  display: inline-flex;
}

.entry-content > .wp-block-group {
  padding: var(--grid-gap);
}

@media screen and (min-width: 1400px) {

  .entry-content > .wp-block-group.is-layout-constrained {
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
  }
}

.faculty__h2--education,
.faculty__h2--about {
  color: var(--primary-maroon);
  text-transform: none;
}

.faculty__h2--about {
  padding-top: 50px;
}

.faculty-featured__section {
  background-color: var(--grays-lightest-gray);
}

.single-faculty .faculty-featured__section {
  margin-top: 40px;
}

@media screen and (min-width: 1400px) {

  .single-faculty .faculty-featured__section {
    margin-top: 80px;
  }
}

.faculty-featured__inner {
  padding: var(--grid-gap);
  margin: 0 auto;
  max-width: var(--max-width);
}

.four-to-five {
  aspect-ratio: 4/5;
  overflow: hidden;
  display: block;
}

.four-to-five img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

blockquote {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 781px) {

  blockquote {
    display: block;
    padding: 60px var(--grid-gap);
  }

  blockquote.has-cite {
    padding-bottom: 146px;
  }
}

blockquote p {
  position: relative;
  display: flex;
  width: calc(100% - 340px);
  max-width: 820px;
  margin: 0 auto;
  font-family: transducer-variable, sans-serif;
  font-variation-settings: "wght" 300, "wdth" 50, "slnt" 0;
  font-size: calc(60 / 16 * 1rem);
  line-height: calc(68 / 16 * 1rem);
  padding: 0 var(--grid-gap);
}

@media screen and (max-width: 781px) {

  blockquote p {
    font-size: calc(40 / 16 * 1rem);
    line-height: calc(48 / 16 * 1rem);
    width: 100%;
    padding: 100px 0;
  }
}

@media screen and (max-width: 781px) {

  blockquote.has-cite p {
    padding-bottom: var(--grid-gap);
  }
}

blockquote cite {
  width: calc(100% - 340px);
  max-width: 820px;
  margin: 0 auto;
  padding: 0 var(--grid-gap);
  position: relative;
  color: var(--GRAYS-Text-Gray);
}

@media screen and (max-width: 781px) {

  blockquote cite {
    width: 100%;
    padding: 10px 0 100px;
  }
}

blockquote p::before, blockquote p::after, blockquote cite::after {
  content: "";
  width: 160px;
  height: 140px;
  background-color: var(--primary-maroon);
  mask: url(imgs/blockquote-l.svg);
  mask-size: cover;
  position: absolute;
  left: -160px;
}

@media screen and (max-width: 781px) {

  blockquote p::before, blockquote p::after, blockquote cite::after {
    display: block;
    width: 87px;
    height: 75px;
    left: 0;
    top: 0;
  }
}

blockquote p::after, blockquote cite::after {
  mask: url(imgs/blockquote-r.svg);
  mask-size: cover;
  align-self: flex-end;
  position: absolute;
  left: unset;
  right: -160px;
  bottom: 0;
}

@media screen and (max-width: 781px) {

  blockquote p::after, blockquote cite::after {
    display: block;
    width: 87px;
    height: 75px;
    right: 0;
    top: unset;
    bottom: 0;
  }
}

blockquote.has-cite p::after {
  content: none;
}

blockquote.is-style-blockquote__purple {
  color: var(--primary-maroon);
}

blockquote.is-style-blockquote__purple p::before, blockquote.is-style-blockquote__purple p::after, blockquote.is-style-blockquote__purple cite::before, blockquote.is-style-blockquote__purple cite::after {
  background-color: var(--primary-purple);
}

blockquote.is-style-blockquote__yellow {
  color: var(--secondary-yellow);
  background-color: var(--primary-purple);
  overflow: hidden;
}

blockquote.is-style-blockquote__yellow p::before, blockquote.is-style-blockquote__yellow p::after, blockquote.is-style-blockquote__yellow cite::before, blockquote.is-style-blockquote__yellow cite::after {
  background-color: var(--secondary-yellow);
}

blockquote.is-style-blockquote__yellow cite {
  color: white;
}

blockquote.is-style-blockquote__yellow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(imgs/purple-texture.webp);
  background-size: cover;
  filter: blur(10px);
}

blockquote figure {
  position: relative;
}

@media screen and (min-width: 782px) {

  blockquote .wp-block-columns {
    max-width: var(--max-width);
    padding-left: var(--grid-gap);
    padding-right: var(--grid-gap);
    margin: 0 auto;
  }
}

@media screen and (min-width: 782px) {

  blockquote .wp-block-columns + cite {
    width: 50%;
    padding: 60px 0 0 40px;
    margin: 0 0 0 auto;
  }
}

@media screen and (min-width: 782px) {

  blockquote .wp-block-column p {
    width: 100%;
    padding-top: 160px;
    padding-bottom: 200px;
  }

  blockquote .wp-block-column p::before {
    left: var(--grid-gap);
    top: 0;
  }

  blockquote .wp-block-column p::after {
    right: var(--grid-gap);
    bottom: 0;
  }
}

@media screen and (min-width: 782px) {

  blockquote.has-cite .wp-block-column p {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 782px) {

  blockquote .wp-block-column cite {
    display: inline-block;
    max-width: unset;
    width: unset;
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 782px) {

  blockquote .wp-block-column p::before,
  blockquote .wp-block-column p::after,
  blockquote .wp-block-column cite::after {
    width: 115px;
    height: 100px;
  }
}

.text-in-columns .wp-block-group p {
  color: var(--primary-maroon);
  font-size: calc(12 / 16 * 1rem);
  line-height: calc(20 / 16 * 1rem);
  letter-spacing: calc(1 / 16 * 1rem);
  text-transform: uppercase;
  font-variation-settings: "wght" 600;
}

.text-in-columns.dark .wp-block-group h2 {
  color: var(--secondary-yellow);
}

.text-in-columns.dark .wp-block-columns h3 {
  color: var(--secondary-yellow);
}

.text-in-columns.dark .wp-block-button a {
  background: white;
  color: var(--grays-text-gray);
  border-color: white;
}

.text-in-columns.dark .wp-block-button a::after {
  background-color: var(--grays-text-gray);
}

.text-in-columns.dark .wp-block-button a:focus, .text-in-columns.dark .wp-block-button a:hover {
  color: var(--grays-text-gray);
  background-color: var(--secondary-yellow);
  border-color: var(--secondary-yellow);
}

.text-in-columns.dark .wp-block-button a:focus::after, .text-in-columns.dark .wp-block-button a:hover::after {
  background-color: var(--grays-text-gray);
}

.text-in-columns.dark .wp-block-button a:focus {
  outline-width: calc(1 / 16 * 1rem);
  outline: solid white;
}

.text-in-columns .wp-block-group + p {
  font-size: calc(20 / 16 * 1rem);
  line-height: calc(28 / 16 * 1rem);
  margin-top: calc(15 / 16 * 1rem);
}

@media screen and (max-width: 768px) {

  .text-in-columns .wp-block-group + p {
    font-size: calc(16 / 16 * 1rem);
    line-height: calc(24 / 16 * 1rem);
  }
}

.text-in-columns .wp-block-group + p:last-of-type {
  margin-bottom: calc(50 / 16 * 1rem);
}

@media screen and (max-width: 768px) {

  .text-in-columns .wp-block-group + p:last-of-type {
    margin-bottom: calc(30 / 16 * 1rem);
  }
}

.text-in-columns .wp-block-columns h3 {
  color: var(--primary-maroon);
}

.text-in-columns .wp-block-columns p {
  font-size: calc(16 / 16 * 1rem);
  line-height: calc(24 / 16 * 1rem);
  margin-top: calc(15 / 16 * 1rem);
}

@media screen and (max-width: 768px) {

  .text-in-columns .wp-block-columns p {
    font-size: calc(14 / 16 * 1rem);
    line-height: calc(22 / 16 * 1rem);
  }
}

.text-in-columns .wp-block-button a {
  display: flex;
  background: var(--primary-maroon);
  color: white;
  border-color: var(--primary-maroon);
}

.text-in-columns .wp-block-button a::after {
  background-color: white;
}

.text-in-columns .wp-block-button a:focus, .text-in-columns .wp-block-button a:hover {
  color: var(--grays-text-gray);
  background-color: white;
  border-color: var(--grays-text-gray);
}

.text-in-columns .wp-block-button a:focus::after, .text-in-columns .wp-block-button a:hover::after {
  background-color: var(--grays-text-gray);
}

.text-in-columns .wp-block-button a:focus {
  outline-width: calc(1 / 16 * 1rem);
  outline: solid white;
}

@media screen and (max-width: 768px) {

  .text-and-blurbs {
    padding-top: 2.813rem !important;
    padding-bottom: 2.813rem !important;
  }
}

.text-and-blurbs hr {
  height: calc(1 / 16 * 1rem);
  border-top: calc(1 / 16 * 1rem);
}

.text-and-blurbs h3 {
  color: var(--primary-maroon);
}

.text-and-blurbs .wp-block-column .wp-block-group .wp-block-group:last-of-type hr {
  display: none !important;
}

.text-and-blurbs h2 + .is-style-letterfunk {
  margin-top: 0;
}

.text-and-blurbs.dark {
  max-width: 100% !important;
}

.text-and-blurbs.dark p.is-style-preheading {
  color: white !important;
}

.text-and-blurbs.dark h2, .text-and-blurbs.dark h3 {
  color: var(--secondary-yellow) !important;
}

.text-and-blurbs.dark * {
  color: white;
}

.image-and-text p.is-style-preheading + h2 {
  margin-top: calc(50 / 16 * 1rem);
}

.image-and-text h2 {
  color: var(--GRAYS-Text-Gray) !important;
}

.image-and-text p {
  color: var(--GRAYS-Text-Gray) !important;
}

.image-and-text p.is-style-preheading {
  color: var(--primary-maroon) !important;
}

.image-and-text h2 + .is-style-letterfunk {
  margin-top: 0;
}

.image-and-text h2 + .is-style-subtext {
  margin-top: calc(10 / 16 * 1rem);
}

@media screen and (max-width: 781px) {

  .image-and-text .wp-block-cover__inner-container {
    z-index: 2;
    position: relative;
  }
}

.image-and-text img {
  width: 50% !important;
}

@media screen and (max-width: 781px) {

  .image-and-text .wp-block-group {
    margin-top: -2.813rem;
  }
}

@media screen and (max-width: 781px) {

  .image-and-text .wp-block-columns {
    gap: 0;
  }
}

@media screen and (max-width: 781px) {

  .image-and-text {
    display: block;
    position: relative;
    padding: 0 1.875rem 1.875rem !important;
  }

  .image-and-text img {
    display: block !important;
    position: relative !important;
    z-index: 2;
    height: 75vw !important;
    width: calc(100% + 3.75rem) !important;
    left: -1.875rem !important;
  }
}

.image-and-text::before {
  background-image: url(imgs/purple-texture.webp);
  background-size: cover;
  background-position: 50%;
  position: absolute;
  width: 50%;
  top: 0;
  height: 100%;
  right: 0;
  z-index: 0;
  content: "";
}

@media screen and (max-width: 781px) {

  .image-and-text::before {
    width: 100%;
  }
}

.image-and-text.left::before {
  background-image: url(imgs/purple-texture.webp);
  background-size: cover;
  background-position: 50%;
  position: absolute;
  width: 50%;
  top: 0;
  height: 100%;
  left: 0;
  z-index: 0;
  content: "";
}

@media screen and (max-width: 781px) {

  .image-and-text.left::before {
    width: 100%;
  }
}

@media screen and (max-width: 781px) {

  .image-and-text.fifty {
    border: 0 !important;
    padding: 0 !important;
  }

  .image-and-text.fifty img {
    left: 0 !important;
  }
}

.image-and-text.fifty::before {
  display: none !important;
}

@media screen and (max-width: 781px) {

  .image-and-text.fifty .wp-block-group {
    margin-top: 0;
  }
}

.image-and-text.fifty img {
  width: 100% !important;
}

@media screen and (min-width: 600px) {

  .wp-block-media-text {
    grid-gap: var(--grid-gap);
    padding: 0 var(--grid-gap);
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
  }

  .wp-block-media-text > .wp-block-media-text__content {
    padding: 0 0;
  }
}

/* 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;
}

.wp-block-embed .wp-block-embed__wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  border-left: #FC4351 20px solid;
  border-top: #FC4351 20px solid;
}

@media screen and (max-width: 768px) {

  .wp-block-embed .wp-block-embed__wrapper {
    border-left: #FC4351 10px solid;
    border-top: #FC4351 10px solid;
  }
}

.wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  border: none;
}

/* 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-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.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;
}

/*--------------------------------------------------------------
# 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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  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;
}

/* Text meant only for screen readers. */
@media screen and (max-width: 1399px) {

  .screen-reader-text-mobile-only {
    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-mobile-only:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    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;
  }
}

@media screen and (min-width: 1400px) {

  .screen-reader-text-desktop-only {
    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-desktop-only:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    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;
}
