@charset "UTF-8";
/*!
Theme Name: TLU EdD
Theme URI: http://underscores.me/
Author: James Did It
Author URI: https://jamesdidit.net
Description: A custom theme for TLU EdD
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: tluedd
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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: owners-narrow, sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 1rem 0;
  text-wrap: balance;
}

h2,
h2 strong,
h2 b {
  position: relative;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
h2:after,
h2 strong:after,
h2 b:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #eaab00;
  position: absolute;
  bottom: -0.75rem;
  display: block;
}

h3,
h3 b,
h3 strong {
  font-size: 1.65rem;
}

p {
  margin-bottom: 1.5em;
  font-size: 1.2rem;
  text-wrap: pretty;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

body {
  background: #fff;
}

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

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

ul {
  list-style: "›" outside none;
  padding-left: 1rem;
}
ul li {
  font-size: 1.2rem;
}
ul.course-list-wrapper {
  list-style: none inside none;
  padding: 0;
  margin: 1rem 0;
  text-indent: 0;
}
ul.course-list-wrapper li {
  padding-left: 0;
  display: grid;
  grid-template-columns: 10ch 1fr;
  gap: 1rem;
}
ul.course-list-wrapper li p {
  margin: 0;
}
ul.course-list-wrapper li .course-code {
  font-weight: 700;
}
ul.course-list-wrapper.schedule-list li {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
ul.course-list-wrapper.schedule-list li .label {
  font-weight: 700;
  font-family: owners-narrow, sans-serif;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

figure {
  margin: 1em 0;
}

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

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

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

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

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

p a {
  font-weight: bold;
}

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

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

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

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

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

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

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

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

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

select {
  border: 1px solid #ebce8d;
}

textarea {
  width: 100%;
}

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

label, .form_label {
  font-weight: 400;
}
label strong, label b, .form_label strong, .form_label b {
  font-weight: 400;
}

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

.pre-header-cta {
  position: absolute;
  right: calc(1rem + 3px);
  top: 3px;
}

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

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

.main-navigation.toggled ul {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 3rem 1rem 2rem 20%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background: #ebce8d;
  flex-direction: column;
}
.main-navigation.toggled ul a {
  padding: 15px;
  font-size: 1.5rem !important;
}
.main-navigation.toggled ul .custom-header-search {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
}
.main-navigation.toggled ul .custom-header-search .fa-solid {
  font-size: 1.5rem;
}
.main-navigation.toggled ul .custom-header-search .screen-reader-text {
  /* Reset layout and positioning */
  display: inline-block;
  position: static !important; /* Overrides position: absolute !important */
  /* Reset sizing */
  width: auto;
  height: auto;
  margin: 0;
  padding: 0; /* Adjust if your layout needs custom padding */
  /* Reset visibility and clipping */
  clip: auto;
  clip-path: none;
  overflow: visible;
}

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

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

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

.site-footer {
  padding: 2rem;
  text-align: center;
}
.site-footer p {
  font-size: 0.9rem;
}
.site-footer .custom-logo-link {
  width: 250px;
}
.site-footer .custom-logo-link img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.site-footer .connect-wrapper {
  margin: 2rem 0;
}
.site-footer .social-media {
  list-style-type: none;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 1rem 0;
  padding: 0;
}
.site-footer .social-media li {
  padding-left: 0;
}
.site-footer .button-group {
  justify-content: center;
}
.site-footer .site-credit,
.site-footer .nc_sara {
  font-size: 0.8rem;
  margin: 1rem 0;
}

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

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

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

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

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

.homepage-content {
  margin: 0;
}
.homepage-content section {
  position: relative;
  scroll-margin-top: 80px;
  opacity: 0;
  transform: translateY(300px);
  transition: 1s;
}
.homepage-content section.visible {
  transform: translateY(0);
  opacity: 1;
}
.homepage-content section#hero {
  position: relative;
}
.homepage-content section#hero .button-group {
  padding: 10px 2rem;
  background: #ebce8d;
}
.homepage-content section#hero .image-wrapper {
  position: relative;
  z-index: -1;
  width: 100%;
  aspect-ratio: 16/9;
}
.homepage-content section#hero .image-wrapper img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.homepage-content section#hero .image-wrapper .headline-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 22%);
}
.homepage-content section#hero .image-wrapper .headline-wrapper h2 {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  font-size: clamp(4rem, 14vw, 6rem);
  line-height: 0.8;
  margin: 0;
  color: #fff;
  text-shadow: 2px 2px 5px #000000;
  font-weight: 500;
}
.homepage-content section#hero .image-wrapper .headline-wrapper h2 strong, .homepage-content section#hero .image-wrapper .headline-wrapper h2 b {
  font-size: clamp(4rem, 14vw, 6rem);
  color: #eaab00;
  font-weight: 500;
}
.homepage-content section#hero .image-wrapper .headline-wrapper h2 strong:after, .homepage-content section#hero .image-wrapper .headline-wrapper h2 b:after {
  display: none;
}
.homepage-content section#hero .image-wrapper .headline-wrapper h2:after {
  display: none;
}
.homepage-content section#hero-content {
  background: #d5e2eb;
}
.homepage-content section#hero-content .hero-summary {
  display: grid;
  grid-template-columns: 66% 1fr;
  align-items: center;
  gap: 1rem;
  grid-template-areas: "text image";
  padding-left: 2rem;
}
.homepage-content section#hero-content .hero-summary .text-wrapper {
  grid-area: text;
  padding-bottom: 2rem;
}
.homepage-content section#hero-content .hero-summary .image-wrapper {
  grid-area: image;
}
.homepage-content section#hero-content .hero-summary .image-wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  min-width: 0px;
  object-fit: cover;
}
.homepage-content section#program-design {
  background: -moz-linear-gradient(50% 100% 90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgb(213, 226, 235)), color-stop(1, rgb(255, 255, 255)));
  background: -o-linear-gradient(90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D5E2EB', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(0deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  opacity: 0.75;
  filter: alpha(opacity=75) progid:DXImageTransform.Microsoft.Alpha(opacity=75) progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#D5E2EB" , GradientType=0);
  padding: 2rem;
}
.homepage-content section#program-design .stats-wrapper {
  grid-area: stats;
  text-align: center;
  line-height: 1;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 2rem 0;
  background: rgba(255, 255, 255, 0.5);
}
.homepage-content section#program-design .stats-wrapper div .number-wrapper {
  font-family: roca, sans-serif;
  color: #eaab00;
  font-size: 3.5rem;
}
.homepage-content section#program-design .stats-wrapper div .label-wrapper {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
}
.homepage-content section#program-design .section-content .design-pillars {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem; /* Adjust spacing as needed */
}
.homepage-content section#program-design .section-content .design-pillars div {
  flex: 1 1 calc(33.333% - 2rem);
  min-width: 250px; /* Optional: prevents items from getting too squished */
  box-sizing: border-box;
}
.homepage-content section#curriculum {
  padding: 2rem;
}
.homepage-content section#curriculum .section-content {
  display: grid;
  grid-template-columns: 33% 1fr;
  gap: 2rem;
}
.homepage-content section#curriculum .curriculum-pillars div {
  background-color: rgba(235, 206, 141, 0.15);
  margin-bottom: 2rem;
}
.homepage-content section#curriculum .curriculum-pillars div h3 {
  margin-top: 0;
}
.homepage-content section#curriculum .curriculum-pillars div :last-child {
  margin-bottom: 0;
}
.homepage-content section#concentrations {
  background: -moz-linear-gradient(50% 100% 90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgb(213, 226, 235)), color-stop(1, rgb(255, 255, 255)));
  background: -o-linear-gradient(90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D5E2EB', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(0deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  opacity: 0.75;
  filter: alpha(opacity=75) progid:DXImageTransform.Microsoft.Alpha(opacity=75) progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#D5E2EB" , GradientType=0);
  padding: 2rem;
}
.homepage-content section#concentrations .concentration-pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.homepage-content section#concentrations .concentration-pillars div {
  background-color: rgba(255, 255, 255, 0.25);
}
.homepage-content section#residency {
  position: relative;
}
.homepage-content section#residency .image-wrapper {
  position: relative;
  z-index: -1;
  opacity: 0.15;
  width: 100%;
  aspect-ratio: 16/9;
}
.homepage-content section#residency .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage-content section#residency .section-content {
  padding: 2rem;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: grid;
  grid-template-columns: 33% 1fr;
  gap: 2rem;
}
.homepage-content section#faculty {
  padding: 2rem;
}
.homepage-content section#faculty .faculty-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
.homepage-content section#faculty .faculty-wrapper div a {
  color: #000000;
  text-decoration: none;
  display: grid;
  grid-template-columns: 1fr 1rem;
  gap: 1rem;
  align-items: center;
}
.homepage-content section#faculty .faculty-wrapper div a h3 {
  position: relative;
  display: flex;
  align-items: center;
}
.homepage-content section#faculty .faculty-wrapper div a h3:after {
  content: "";
  display: block;
  margin-left: 1rem;
  background-image: url(assets/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 1rem;
  width: 1rem;
  transition: 250ms;
  transform: translate(-10%, -10%);
}
.homepage-content section#faculty .faculty-wrapper div a h3:hover:after {
  transition: 250ms;
  transform: translate(0px, -10%);
}
.homepage-content section#admissions-aid {
  padding: 2rem;
  background: -moz-linear-gradient(50% 100% 90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgb(213, 226, 235)), color-stop(1, rgb(255, 255, 255)));
  background: -o-linear-gradient(90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(90deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D5E2EB', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(0deg, rgb(213, 226, 235) 0%, rgb(255, 255, 255) 100%);
  opacity: 0.75;
  filter: alpha(opacity=75) progid:DXImageTransform.Microsoft.Alpha(opacity=75) progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#D5E2EB" , GradientType=0);
}
.homepage-content section#admissions-aid .admissions-tuition-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
.homepage-content section#admissions-aid .admissions-tuition-wrapper h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.homepage-content section#admissions-aid .admissions-tuition-wrapper h3 + p {
  margin-top: 0;
}
.homepage-content section#nc-sara {
  padding: 3rem 0;
}
.homepage-content section#nc-sara .section-content {
  max-width: 800px;
  margin: 1rem auto;
}
.homepage-content section#connect {
  padding: 2rem;
  background-color: rgba(235, 206, 141, 0.15);
}
.homepage-content section#connect .section-content {
  max-width: 800px;
  margin: 1rem auto;
}

.pillar-wrapper div {
  border-top: thin solid #eaab00;
  padding: 1rem;
}
.pillar-wrapper div h3 {
  margin-top: 0;
}
.pillar-wrapper div :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .homepage-content section#hero .image-wrapper {
    aspect-ratio: 1/1;
  }
  .homepage-content section#hero-content .hero-summary {
    padding: 2rem;
    grid-template-columns: 100%;
    grid-template-areas: "image" "text";
  }
  .homepage-content section#program-design .section-content .text-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "stats";
    gap: 2rem;
  }
  .homepage-content section#program-design .section-content .text-wrapper .stats-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
  .homepage-content section#curriculum .section-content {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .homepage-content section#concentrations .concentration-pillars {
    grid-template-columns: 1fr;
  }
  .homepage-content section#residency .image-wrapper {
    aspect-ratio: auto;
    height: auto;
    width: 100%;
    position: absolute;
    inset: 0;
  }
  .homepage-content section#residency .section-content {
    position: relative;
    grid-template-columns: 1fr;
    gap: 1rem;
    top: 0;
    transform: translateY(0);
  }
  .homepage-content section#faculty .faculty-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .homepage-content section#admissions-aid .admissions-tuition-wrapper {
    grid-template-columns: 1fr;
  }
  .homepage-content section#nc-sara {
    padding: 3rem 2rem;
  }
}
/* 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;
}

/* 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: #e8e8e8;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #000000;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

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

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