/* Themes */
/* Acessibility */
/* Homepage */
/* Single */
:root {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 16px;
}

body {
  background-color: #FAF9F6;
}

h1, h2, h3 {
  font-family: "InterDisplay", sans-serif;
  font-weight: 600;
  color: #0D0909;
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: "InterVariable", sans-serif;
    font-optical-sizing: auto;
  }
  h1, h2, h3 {
    font-family: "InterVariable", sans-serif;
    font-optical-sizing: auto;
  }
}
p {
  font-size: 20px;
  line-height: 30px;
}

h1 {
  font-size: 36px;
  line-height: 44px;
}

h2 {
  font-size: 24px;
  line-height: 32px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
}

h2.wp-block-heading {
  margin-bottom: 20px;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  margin-left: 24px;
}

li {
  font-size: 20px;
  line-height: 30px;
  margin: 8px 0;
}

li::marker {
  color: #004C6C;
  font-size: 1.1em;
  font-weight: bold;
}

ol li::marker {
  font-size: 0.9em;
  font-weight: normal;
}

::selection {
  background-color: #00a9b7;
  color: inherit;
}

.p {
  margin: 1rem auto 1.4rem;
}

.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;
  width: 1px;
  white-space: nowrap;
}

a,
a:visited,
a:active {
  color: #004C6C;
}

/* Accessible links */
.accessible-links a {
  transition: background-color 200ms ease-in-out;
  position: relative;
  border-radius: 2px;
}

.accessible-links a:hover {
  text-decoration: underline;
}

.accessible-links a::before {
  content: "";
  position: absolute;
  top: -6px;
  right: -8px;
  bottom: -6px;
  left: -8px;
  border-radius: 6px;
  transition: background-color 200ms ease-in-out;
}

.accessible-links a:hover::before {
  background-color: rgba(0, 76, 108, 0.1);
}

.accessible-links a.no-interaction::before,
.no-interaction a::before {
  content: none;
}

.accessible-links a.no-interaction-hover:hover::before,
.no-interaction-hover a:hover::before {
  background-color: transparent !important;
}

.pdf > a::before,
a[href$=".pdf"]::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent url(../img/icons/download.svg) 50% 50% no-repeat;
  background-size: cover;
  margin-right: 0.5rem;
  position: static;
  border-radius: 0;
}

.entry-content .pdf > a::before,
.entry-content a[href$=".pdf"]::before {
  content: none;
}

:focus, a:focus {
  outline: 2px solid #3858e9;
  outline-offset: 4px;
}

.no-theme {
  border: 1px solid #801414;
  background-color: #ffd0d0;
  font-size: 18px;
  font-weight: 600;
  width: auto;
  padding: 12px 24px;
  border-radius: 10px;
  position: fixed;
  z-index: 9999;
  top: 14px;
  left: 14px;
  opacity: 0.6;
  display: none;
}

body.theme0 .no-theme {
  display: inline-block;
}

.load-more-button {
  margin: 2rem auto;
  text-align: center;
}

.wp-block-buttons .wp-block-button {
  display: inline;
  margin-left: 0.5rem;
  margin-right: auto;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  border: 2px solid #004C6C;
  border-radius: 22px;
  padding: 8px 24px;
  border-color: var(--login-link-border-color, #004C6C);
  background-color: var(--theme-color, #004C6C);
  text-decoration: none;
  line-height: 1.3;
  font-size: 19px;
  font-weight: 600;
  color: var(--theme-contrast, #ffffff);
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #004c6c;
}

.entry-footer {
  margin-top: 2rem;
}

button#load-more {
  border: 2px solid #0D0909;
  border-radius: 22px;
  padding: 8px 24px;
  background-color: var(--theme-color, #004C6C);
  text-decoration: none;
  line-height: 1.3;
  font-size: 19px;
  font-weight: 600;
  color: var(--theme-contrast, #ffffff);
  cursor: pointer;
  transition: background-color ease 200ms;
}
button#load-more:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #0D0909;
}

.lightweight-accordion {
  margin-bottom: -1px !important;
  margin-top: 0.4em;
  border-top: 1px solid #004C6C;
  border-bottom: 1px solid #004C6C;
}

.lightweight-accordion + .lightweight-accordion {
  margin-top: 0;
}

.lightweight-accordion .lightweight-accordion-title {
  padding: 1.5rem 0 !important;
  background: transparent url(../img/icons/plus.svg) 100% 50%/28px 28px no-repeat !important;
}

.lightweight-accordion details[open] .lightweight-accordion-title {
  background-image: url(../img/icons/minus.svg) !important;
}

.lightweight-accordion .lightweight-accordion-title::marker {
  content: none;
}

.lightweight-accordion .lightweight-accordion-body {
  padding: 1.5rem 0 !important;
  font-size: 20px;
  color: inherit;
}

.lightweight-accordion .lightweight-accordion-body > *:first-child {
  margin-top: 0;
}

.lightweight-accordion .lightweight-accordion-body > *:last-child {
  margin-bottom: 0;
}

.lightweight-accordion.bordered .lightweight-accordion-body {
  padding: 10px !important;
}

.lightweight-accordion .lightweight-accordion-title h1,
.lightweight-accordion .lightweight-accordion-title h2,
.lightweight-accordion .lightweight-accordion-title h3,
.lightweight-accordion .lightweight-accordion-title p,
.lightweight-accordion .lightweight-accordion-title span {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #004C6C !important;
}

#wpadminbar {
  display: none;
}

html {
  margin-top: 0 !important;
}

html, body {
  height: 100%;
  margin: 0;
}

.row {
  row-gap: 1rem;
}

.site-branding .logo-img img {
  max-width: none;
}

#page {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 100vh;
}
#page > header,
#page > footer {
  flex-grow: 0;
  flex-shrink: 0;
}
#page > main {
  flex-grow: 1;
  flex-shrink: 1;
}

.site-header {
  position: relative;
  z-index: 999;
  padding: 12px 20px;
  background-color: var(--header-bg-color, #ffffff);
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
.site-header::after {
  content: "";
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 3px 0px;
  border-bottom-right-radius: 20px;
  pointer-events: none;
}
.site-header .site-title {
  margin: 0;
  white-space: nowrap;
  line-height: 40px;
}
.site-header .site-title a {
  text-decoration: none;
  font-size: 40px;
  color: var(--site-title-color, #004C6C);
}
.site-header .site-title a:hover, .site-header .site-title a:active, .site-header .site-title a:visited {
  color: var(--site-title-color, #004C6C);
}
.site-header .site-title a:hover::before {
  background-color: rgba(0, 0, 0, 0);
}
.site-header .site-title a img {
  width: 150px;
  min-width: 150px;
  height: auto;
}
.site-header .row {
  align-items: center;
  gap: 2rem;
  flex-wrap: nowrap;
}
.site-header .row .col:first-child {
  flex-grow: 0;
  flex-shrink: 0;
}
.site-header .row .col:last-child {
  flex-grow: 3;
  flex-shrink: 3;
  text-align: right;
}
.site-header .main-navigation ul {
  justify-content: flex-end;
}
.site-header .quick-links {
  position: absolute;
  top: 100%;
  right: 30px;
  z-index: 1000;
  display: none;
}
.site-header .quick-links .inner {
  display: flex;
  gap: 0.7rem;
}
.site-header .quick-links a {
  font-size: 1.19rem;
  text-decoration: none;
  color: #0D0909;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 3px 0px, 0px 5px 8px -3px rgba(0, 0, 0, 0.2) inset;
  padding: 0.8rem 1.5rem;
}
.site-header .quick-links a img {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
  vertical-align: middle;
  transition: transform 200ms ease;
}
.site-header .quick-links a:hover img {
  transform: scale(1.2);
}

body.ty-full-header .site-header .container {
  max-width: none;
}

/* Main */
.site-main {
  padding: 12px 20px;
  padding-top: 0;
  margin-bottom: -35px;
  padding-bottom: 45px;
  min-height: 500px;
}

*:has(.center-middle) {
  position: relative;
}

.center-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.entry-title {
  margin: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content p:first-child {
  margin-top: 0;
}

.featured-image img,
article.story img,
.entry-content img {
  border-radius: 25px 25px 0px 0px;
  width: 100%;
  aspect-ratio: 600/370;
  object-fit: cover;
}

.entry-content figcaption {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.full-container {
  max-width: 150%;
  width: auto;
  margin: 0 -20px !important;
}

/* Footer */
.site-footer {
  margin-top: 1.5rem;
  padding: 24px 20px;
  background-color: var(--footer-bg-color, #ffffff);
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 3px 0px;
  color: #004C6C;
}
.site-footer hr {
  border: none;
  height: 1px;
  background-color: var(--footer-line-color, rgba(0, 76, 108, 0.2));
  margin: 1rem auto;
}
.site-footer .p {
  line-height: 24px;
}
.site-footer .row.contact,
.site-footer .row.logos,
.site-footer .row.menu {
  margin-bottom: 1rem;
}
.site-footer .row.logos img {
  margin: 0.75rem 0;
}
.site-footer .row.credits .col:last-child {
  text-align: right;
}
.site-footer .row.credits .col:first-child {
  text-align: left;
}
.site-footer .col:has(.back-to-top) {
  text-align: right;
}
.site-footer .back-to-top {
  display: inline-block;
}
.site-footer .back-to-top::before {
  background-color: rgba(0, 0, 0, 0);
}
.site-footer .back-to-top svg,
.site-footer .back-to-top img {
  width: 42px;
  height: 42px;
}
.site-footer ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  line-height: 2.8em;
}
.site-footer ul.menu li {
  display: inline-block;
  margin-right: 16px;
}
.site-footer ul.menu li a {
  padding: 3px 0;
  font-size: 16px;
}
.site-footer .design-info,
.site-footer .design-info a {
  color: #666666;
}
.site-footer .design-info a {
  text-decoration: none;
}
.site-footer .design-info a:hover {
  text-decoration: underline;
}

body.ty-full-footer .site-footer .container {
  max-width: none;
}

body.wp-singular header.entry-header {
  margin: 80px 0 30px;
}

.post-card {
  background-color: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.post-card .post-thumb {
  flex-shrink: 0;
}
.post-card .post-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 390/240;
  object-fit: cover;
}
.post-card .category-links {
  padding: 20px 12px 0;
  flex-grow: 0;
  flex-shrink: 0;
}
.post-card .category-links a {
  font-size: 17px;
  color: #0D0909;
  position: relative;
  z-index: 6;
}
.post-card .category-links a:hover {
  text-decoration-color: #004C6C !important;
}
.post-card .post-title {
  padding: 12px 12px 22px;
  flex-grow: 3;
  flex-shrink: 3;
}
.post-card .post-title h2 {
  line-height: 28px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.post-card .post-title h2 a {
  position: static;
  font-size: 19px;
  text-decoration: none;
  color: #0D0909;
  font-weight: 600;
}
.post-card .post-title h2 a::before {
  content: none;
}
.post-card .post-title h2 a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.post-card .post-info {
  padding: 20px 0 12px;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  gap: 0.6rem;
  align-items: center;
  border-top: 1px solid #004C6C;
  padding-top: 1rem;
  margin: 0 12px 0;
}
.post-card .post-info .avatar {
  flex-grow: 0;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}
.post-card .post-info .avatar a {
  display: block;
  position: relative;
  z-index: 6;
}
.post-card .post-info .school-name {
  flex-grow: 3;
  flex-shrink: 3;
}
.post-card .post-info .school-name a {
  text-decoration: none !important;
  white-space: nowrap;
  font-size: 14px;
  color: #0D0909;
  position: relative;
  z-index: 6;
}
.post-card .post-info .school-name a:hover {
  text-decoration: underline !important;
  text-decoration-color: #004C6C !important;
  text-underline-offset: 4px;
}
.post-card .post-info .post-date {
  flex-grow: 3;
  flex-shrink: 3;
  text-align: right;
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
}
.post-card:hover .post-title a {
  text-decoration: underline;
  text-decoration-color: #004C6C;
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
}

.featured-card {
  background-color: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.featured-card .inner {
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.featured-card .inner .feat-title {
  padding: 0.75rem 0 22px;
}
.featured-card > .row {
  flex-direction: column;
}
.featured-card .col.thumb {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
.featured-card .thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.featured-card .head {
  width: 100%;
  padding: 6px 20px 10px;
  flex-grow: 3;
  flex-shrink: 3;
}
.featured-card .head .category-links a {
  color: #0D0909;
  position: relative;
  z-index: 6;
}
.featured-card .head .category-links a:hover {
  text-decoration-color: #004C6C !important;
}
.featured-card .head .feat-info {
  border-top: 1px solid #004C6C;
  padding-top: 1rem;
}
.featured-card .head .logo {
  width: 40px;
  height: auto;
  vertical-align: middle;
}
.featured-card .head .feat-title h2 {
  font-size: 19px;
  line-height: 27px;
}
.featured-card .head .feat-title h2 a {
  text-decoration: none;
  color: #0D0909;
  position: static;
}
.featured-card .head .feat-title h2 a:hover {
  text-underline-offset: 8px;
}
.featured-card .head .feat-title h2 a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.featured-card .head .post-info {
  display: flex;
  flex-direction: row;
  gap: 0.6rem;
  align-items: center;
}
.featured-card .head .post-info .avatar {
  flex-grow: 0;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}
.featured-card .head .post-info .avatar a {
  display: block;
}
.featured-card .head .post-info .school-name {
  flex-grow: 3;
  flex-shrink: 3;
}
.featured-card .head .post-info .school-name a {
  color: #0D0909;
  text-decoration: none;
  position: relative;
  z-index: 6;
  font-size: 14px;
}
.featured-card .head .post-info .school-name a:hover {
  text-decoration: underline !important;
  text-decoration-color: #004C6C !important;
  text-underline-offset: 4px;
}
.featured-card .head .post-info .post-date {
  flex-grow: 3;
  flex-shrink: 3;
  text-align: right;
  color: #666666;
  font-size: 14px;
  white-space: nowrap;
}

.school-single {
  background-color: #ffffff;
}

.more-stories {
  background-color: #faf9f6;
  padding: 10px 20px 60px;
  margin: 40px 0 -34px !important;
}

.search-section {
  margin: 2rem auto;
}

.search-wrapper {
  align-items: stretch;
  gap: 0 !important;
}
.search-wrapper input {
  border: 1px solid #0D0909;
  padding: 6px 12px;
  font-size: 1.063rem;
  color: #0D0909;
  background-color: #ffffff;
  border-radius: 0;
}
.search-wrapper button {
  border: 1px solid #0D0909;
  background-color: #0D0909;
  border-radius: 0;
}
.search-wrapper button svg {
  width: 24px;
  height: 24px;
}
.search-wrapper button svg path {
  fill: #ffffff;
}

.input-button {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}

.input-button input,
.input-button select {
  flex-grow: 1;
  flex-shrink: 1;
}

.input-button button {
  flex-grow: 0;
  flex-shrink: 0;
}

/* Main menu */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  background-color: #ffffff;
}
.main-navigation ul li:has(.toggle-submenu) {
  position: relative;
}
.main-navigation ul .toggle-submenu {
  position: absolute;
  z-index: 99999;
  top: 70px;
  right: 24px;
  left: auto;
  padding: 4px;
  display: flex;
}
.main-navigation ul .toggle-submenu img {
  pointer-events: none;
  width: 16px;
  height: auto;
}
.main-navigation ul .toggle-submenu img[src*=chevron-close] {
  display: none;
}
.main-navigation ul > ul {
  padding: 0 0 1.25rem 0;
}
.main-navigation ul ul {
  width: 100%;
  text-align: left;
  display: none;
}
.main-navigation ul ul:not(.toggled ul) {
  top: calc(100% + 10px);
  background-color: #ffffff;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 5px 0px;
}
.main-navigation ul ul:not(.toggled ul)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  top: -18px;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul ul li {
  width: 100%;
}
.main-navigation ul ul a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  padding: 0;
}
.main-navigation li {
  position: relative;
  margin: 0;
}
.main-navigation li.submenu-visible > ul {
  display: block;
}
.main-navigation a {
  text-decoration: none;
  color: var(--menu-link-color, #0D0909);
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap;
  border-width: 2px 0;
  border-bottom-style: solid;
  border-color: rgba(0, 0, 0, 0);
  display: block;
  padding: 0.75rem 0px;
}
.main-navigation a:hover {
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 7px;
  text-decoration-color: #004C6C;
}
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a {
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 7px;
  text-decoration-color: #004C6C;
  pointer-events: none;
}
.main-navigation ul.sub-menu li.current-menu-item > a,
.main-navigation ul.sub-menu li.current_page_item > a {
  text-decoration-thickness: 2px;
}
.main-navigation a:hover::before {
  background-color: rgba(0, 0, 0, 0);
}
.main-navigation a[href="#open-submenu"]:active,
.main-navigation a[href="#open-submenu"]:focus,
.main-navigation a[href="#open-submenu"]:hover,
.main-navigation a[href="#open-submenu"] {
  cursor: default;
  text-decoration: none;
  outline: none;
}
.main-navigation .menu-item-has-children:has(.current_page_item) a[href="#open-submenu"],
.main-navigation .menu-item-has-children:has(.current-menu-item) a[href="#open-submenu"] {
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 7px;
  text-decoration-color: #004C6C;
}
.main-navigation .login-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 33px auto 40px auto;
  justify-content: flex-start;
}
.main-navigation .login-link a {
  background-color: var(--login-link-bg-color, #0D0909);
  color: var(--login-link-color, #ffffff);
  border: 1px solid;
  border-color: var(--login-link-border-color, #0D0909);
  border-radius: 22px;
  padding: 6px 20px;
  display: inline;
  margin-left: 0;
  margin-right: auto;
  text-decoration: none;
  line-height: 1.3;
}
.main-navigation .login-link a:hover {
  color: var(--login-link-bg-color, #0D0909);
  background-color: var(--login-link-color, #ffffff);
}
.main-navigation .login-link.logout a {
  color: var(--login-link-bg-color, #0D0909);
  background-color: var(--login-link-color, #ffffff);
}
.main-navigation .login-link.logout a:hover {
  background-color: var(--login-link-bg-color, #0D0909);
  color: var(--login-link-color, #ffffff);
}
.main-navigation .search-link {
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.main-navigation .search-link a {
  display: block;
  padding: 0;
  height: 20px;
}
.main-navigation .search-link a img {
  width: 20px;
  min-width: 20px;
  height: auto;
  position: relative;
  top: -2px;
}
.main-navigation span.search-link {
  position: absolute;
  top: 50%;
  right: 80px;
  left: auto;
  transform: translateY(-50%);
  display: inline;
}
.main-navigation span.search-link a img {
  margin: 0 !important;
}
.main-navigation.toggled .search-link a img {
  max-width: 20px;
  margin-left: 1.5rem;
}
.main-navigation .menu-toggle {
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border-width: 0;
  padding: 0;
  margin-left: auto;
  cursor: pointer;
}
.main-navigation .menu-toggle img {
  width: 33px;
  height: auto;
}
.main-navigation .menu-toggle img.close-menu {
  display: none;
}
.main-navigation.toggled .menu-toggle img.close-menu {
  display: inline-block;
}
.main-navigation.toggled .menu-toggle img.open-menu {
  display: none;
}

/* Small menu */
.menu-toggle {
  display: block;
}

.main-navigation.toggled ul#primary-menu,
.main-navigation.toggled ul.nav-menu {
  display: block;
  text-align: left;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 0 1rem;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 3px 0px;
}
.main-navigation.toggled ul#primary-menu > li:first-child,
.main-navigation.toggled ul.nav-menu > li:first-child {
  padding-top: 57px;
}
.main-navigation.toggled ul#primary-menu li,
.main-navigation.toggled ul.nav-menu li {
  padding: 10px 20px;
}

li.submenu-visible > .toggle-submenu img[src*=chevron-close] {
  display: inline-block;
}

li.submenu-visible > .toggle-submenu img[src*=chevron-open] {
  display: none;
}

body.home .no-theme {
  display: none;
}

.homepage .container.top-bg {
  background-image: url(../img/ty-news-background.svg);
  background-size: 1600px;
  background-position: 50% 50%;
}
.homepage .home-section-title {
  margin-top: 3rem;
  font-size: 1.5rem;
  margin: 3rem auto 2rem;
}
.homepage .intro {
  padding: 48px 0 32px;
  margin: auto;
}
.homepage .intro h1 {
  font-size: 2.25rem;
  font-weight: 600;
}
.homepage .intro p {
  font-size: 1.25rem;
  margin-top: 0;
}
@media screen and (min-width: 860px) {
  .homepage .intro {
    padding: 48px 0 88px;
  }
  .homepage .intro h1 {
    font-size: 3.88rem;
  }
}
.homepage .blue-section {
  margin: 0 -20px 1.75rem;
  width: calc(100% + 40px);
  background: transparent linear-gradient(180deg, #004C6C 0%, #004B6A 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.3), inset 0 -20px 20px -20px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  padding: 1.75rem 20px 3rem;
}
.homepage .blue-section h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0;
  color: #ffffff;
}
@media screen and (min-width: 860px) {
  .homepage .blue-section {
    padding: 1.75rem calc(10% + 20px) 3rem;
  }
  .homepage .blue-section h2 {
    font-size: 2.25rem;
  }
}
.homepage .blue-section .row {
  gap: 0rem;
  row-gap: 1rem;
}
.homepage .blue-section .schools .col > a,
.homepage .blue-section .schools .col > a:hover {
  text-decoration: none;
}
.homepage .blue-section a:focus img,
.homepage .blue-section a:focus .school-name {
  outline: 2px solid #3858e9;
  outline-offset: 4px;
}
.homepage .blue-section .school-square {
  width: 150px;
  height: 150px;
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.homepage .blue-section .school-square .school-inner {
  width: 82%;
  height: 82%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.homepage .blue-section .school-square .school-inner img {
  display: block;
  max-width: 100%;
  max-height: 70px;
  margin: auto;
}
.homepage .blue-section .school-square .school-name {
  margin-top: 0.2rem;
  font-size: 0.88rem;
  color: #0D0909;
  line-height: 1.2;
}
.homepage .down-sections-bg {
  background-image: url(../img/trace.svg);
  background-size: 118%;
  background-position: 7vw 13px;
  background-repeat: no-repeat;
  margin-left: -20px;
  margin-right: -20px;
  width: auto;
  padding: 0 20px;
}
.homepage .featured-post {
  margin: 20px auto;
}
.homepage .col:has(.post-card) {
  padding-bottom: 1rem;
}
.homepage .post-card {
  transition: background-color 200ms ease;
}
.homepage .featured-card .feat-title a:hover,
.homepage .post-card .post-title a:hover {
  text-decoration: underline;
  text-decoration-color: #004C6C;
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
}

.theme1 {
  --theme-color: #F8AA4E;
  --theme-contrast: #000000;
  --theme-color-rgb: 248,
                     170,
                     78;
}

.theme2 {
  --theme-color: #5A9FEE;
  --theme-contrast: #000000;
  --theme-color-rgb: 90,
                     159,
                     238;
}

.theme3 {
  --theme-color: #F4EE5F;
  --theme-contrast: #000000;
  --theme-color-rgb: 244,
                     238,
                     95;
}

.theme4 {
  --theme-color: #B886EE;
  --theme-contrast: #000000;
  --theme-color-rgb: 184,
                     134,
                     238;
}

.theme5 {
  --theme-color: #EF605A;
  --theme-contrast: #000000;
  --theme-color-rgb: 239,
                     96,
                     90;
}

.theme6 {
  --theme-color: #DEFF52;
  --theme-contrast: #000000;
  --theme-color-rgb: 222,
                     255,
                     82;
}

.theme7 {
  --theme-color: #800000;
  --theme-contrast: #ffffff;
  --theme-color-rgb: 128,
                     0,
                     0;
}

.theme8 {
  --theme-color: #010080;
  --theme-contrast: #ffffff;
  --theme-color-rgb: 1,
                     0,
                     128;
}

.theme9 {
  --theme-color: #034314;
  --theme-contrast: #ffffff;
  --theme-color-rgb: 3,
                     67,
                     20;
}

.theme10 {
  --theme-color: #333333;
  --theme-contrast: #ffffff;
  --theme-color-rgb: 51,
                     51,
                     51;
}

body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) ::selection {
  background-color: var(--theme-color);
  color: var(--theme-contrast);
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10).accessible-links a:hover::before {
  background-color: rgba(var(--theme-color-rgb), 0.12);
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10).accessible-links a:active::before {
  background-color: rgba(var(--theme-color-rgb), 0.12);
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .pdf > a::before,
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) a[href$=".pdf"]::before {
  background-image: url(../img/icons/download-school.svg);
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .page-title {
  font-size: 36px;
  line-height: 44px;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) article.story a {
  color: #0D0909;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) article.story a:hover {
  text-decoration-color: var(--theme-color);
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .avatar a {
  background-color: var(--theme-color);
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .site-header {
  border-radius: 0;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .site-header::after {
  border-radius: 0;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .main-navigation li.current-menu-item > a,
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .main-navigation a:hover {
  text-decoration-thickness: 4px;
  text-underline-offset: 7px;
  text-decoration-color: var(--theme-color);
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .main-navigation .login-link.login a {
  background-color: var(--theme-color) !important;
  color: var(--theme-contrast) !important;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .main-navigation .login-link.login a:hover {
  color: var(--login-link-bg-color, #0D0909) !important;
  background-color: var(--login-link-color, #ffffff) !important;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .main-navigation .login-link.logout a:hover {
  background-color: var(--theme-color) !important;
  color: var(--theme-contrast) !important;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .full-container.top-bg {
  position: relative;
  background-color: var(--theme-color);
  color: var(--theme-contrast);
  background-image: none;
  margin: 0 auto;
  width: auto;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .full-container.top-bg h1 {
  font-size: 36px;
  line-height: 44px;
  color: var(--theme-contrast) !important;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .full-container.top-bg a {
  color: var(--theme-contrast) !important;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .full-container.top-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  background-color: var(--theme-color);
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-masthead {
  background-color: var(--theme-contrast);
  color: var(--theme-color);
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 3px 0px, inset rgba(0, 0, 0, 0.2) 0px 5px 3px 0px;
  padding: 0.8rem 2.5rem 0.8rem 1.5rem;
  position: absolute;
  z-index: 99;
  top: auto;
  left: -0.5rem;
  line-height: 1;
  width: calc(100% + 0.5rem);
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-masthead .school-name {
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  display: inline-block;
  margin: 0.2rem 0.2rem;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-masthead .young-reporters {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
  margin: 0.2rem 0.2rem;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .site-header:has(.main-navigation.toggled) + main .school-masthead {
  display: none;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-masthead + .page-header {
  margin-top: 6rem;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .site-footer {
  background-color: var(--theme-color);
  color: var(--theme-contrast);
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .site-footer * {
  color: var(--theme-contrast);
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .site-footer hr {
  background-color: var(--theme-contrast);
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .site-footer .back-to-top path {
  fill: var(--theme-contrast);
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .site-footer .footer-menu {
  line-height: 2.4;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .site-footer .footer-menu a {
  color: var(--theme-contrast);
  font-size: 1.063rem;
  margin-right: 1.25rem;
  white-space: nowrap;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .site-footer .design-info,
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .site-footer .design-info * {
  color: var(--theme-contrast);
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .site-footer .teen-writers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 12px;
  line-height: 1.8;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .site-footer .teen-writers a {
  white-space: nowrap;
  margin-left: 1rem;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro {
  padding: 7rem 20px 3.2rem;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro .featured-image {
  width: 100%;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  overflow: hidden;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro .featured-image img {
  width: 100%;
  height: auto;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro .intro-title h2 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro .intro-info {
  border-top: 1px solid var(--theme-contrast);
  padding-top: 1.5rem;
  margin-block-start: 1.5rem;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro .intro-info .post-info {
  display: flex;
  flex-direction: row;
  gap: 0.6rem;
  align-items: center;
  max-width: 400px;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro .intro-info .post-info .avatar {
  flex-grow: 0;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro .intro-info .post-info .avatar a {
  display: block;
  background-color: #FAF9F6;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro .intro-info .post-info .school-name {
  flex-grow: 3;
  flex-shrink: 3;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro .intro-info .post-info .post-date {
  flex-grow: 3;
  flex-shrink: 3;
  text-align: right;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro .row {
  flex-direction: column;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro .notice-head .inner .category-links a {
  font-size: 1.063rem;
  color: #0D0909;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro .notice-head .inner .author-name a {
  font-size: 1rem;
  color: #0D0909;
  text-decoration: none;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro .notice-head .inner .author-name a:hover {
  text-decoration: underline;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro .notice-head .inner .author-name a .avatar {
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro .notice-head .inner .author-name a .avatar a {
  display: block;
  background-color: var(--theme-color);
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single article.story {
  padding: 12px 20px;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .post-footer {
  padding: 12px 20px;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .post-footer .post-tags {
  margin: 0 auto 1rem;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .post-footer .post-tags > a {
  display: inline-block;
  padding: 4px 18px;
  background-color: var(--theme-color);
  color: var(--theme-contrast);
  border-radius: 20px;
  margin-right: 0.5rem;
  text-decoration: none;
  font-size: 17px;
  margin-bottom: 0.75rem;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .post-footer .interact {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .post-footer .interact .download-pdf {
  flex-grow: 3;
  flex-shrink: 3;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .post-footer .interact .download-pdf a {
  text-decoration: none;
  color: #666666;
  font-size: 1rem;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .post-footer .interact .download-pdf a img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .post-footer .interact .reaction-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .post-footer .interact .reaction-wrapper a {
  font-size: 1.05rem;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .post-footer .interact .reaction-wrapper img {
  display: block;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .post-footer .interact .reaction-wrapper .reaction .badge {
  display: none;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .post-footer .interact .reaction-wrapper .react-count {
  padding-left: 0.25rem;
  width: 2.5em;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .authors-template .page-title {
  color: #0D0909;
  margin-bottom: 40px;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .authors-template .author-item .col:last-child {
  flex-grow: 2;
  flex-shrink: 2;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .authors-template .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--theme-color);
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .authors-template .avatar img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
  transform: scale(1.02);
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .authors-template .author-name {
  font-size: 24px;
  font-weight: 600;
  margin: 0 auto 12px;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .authors-template .author-name a {
  text-decoration: none;
  color: #0D0909;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .authors-template .author-school,
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .authors-template .author-count {
  font-size: 20px;
  color: #0D0909;
  margin-bottom: 12px;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .author-stories .page-header {
  margin: 8rem auto 5rem;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .author-stories .page-header .avatar {
  width: 150px;
  height: 150px;
  max-width: none;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--theme-color);
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .author-stories .page-header .col:last-child {
  flex-grow: 1;
  flex-shrink: 1;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .author-stories .page-header .author-info {
  margin-left: 30px;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .author-stories .page-header .author-name {
  font-size: 2.25rem;
  text-decoration: none;
  font-weight: 600;
  margin: 12px auto 20px;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .author-stories .page-header .author-count,
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .author-stories .page-header .author-school {
  font-size: 20px;
  color: #0D0909;
  margin-bottom: 16px;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .search-results .no-results strong {
  line-height: 22px;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .search-results .no-results .author-link {
  color: var(--theme-color);
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .wp-block-buttons .wp-block-button .wp-block-button__link,
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) button#load-more {
  border-color: #0D0909;
}

body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .site-header {
  border-radius: 0;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .site-branding .logo-img img {
  max-height: 50px;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .post-card {
  transition: background-color 200ms ease;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .post-card:hover {
  background-color: var(--theme-color);
  color: var(--theme-contrast);
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .post-card:hover a,
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .post-card:hover .post-date {
  color: var(--theme-contrast) !important;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .post-card:hover .post-title a,
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .post-card:hover .post-title a:hover {
  text-decoration: none !important;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .post-card:hover .post-info {
  border-color: var(--theme-contrast);
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .post-card:hover .avatar {
  background-color: #FAF9F6;
}
body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .post-card:hover .school-name a:hover {
  color: var(--theme-contrast) !important;
}

body.archive.tax-school .main-navigation a:hover {
  text-decoration-thickness: 4px;
  text-underline-offset: 7px;
  text-decoration-color: var(--theme-color) !important;
}
body.archive.tax-school .full-container.top-bg {
  background-color: var(--theme-color);
  color: var(--theme-contrast);
  background-image: none;
  margin: 0 auto;
  width: auto;
  position: relative;
}
body.archive.tax-school .full-container.top-bg ::selection {
  background-color: var(--theme-contrast);
  color: var(--theme-color);
}
body.archive.tax-school .full-container.top-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  background-color: var(--theme-color);
}
body.archive.tax-school .latest-posts {
  margin: 2rem auto;
}
body.archive.tax-school .latest-posts .posts-head {
  margin-bottom: 2.5rem;
}
body.archive.tax-school .latest-posts .posts-head h2 {
  font-size: 24px;
}
body.archive.tax-school .latest-posts .posts-head .categories-menu {
  margin: 0 auto 1.5rem;
  line-height: 1.75em;
}
body.archive.tax-school .latest-posts .posts-head .categories-menu a {
  display: inline-block;
  padding: 4px 10px;
  font-size: 1.063rem;
  color: #0D0909;
}
body.archive.tax-school .latest-posts .row .col {
  margin-bottom: 2rem;
}
body.archive.tax-school .site-footer {
  background-color: var(--theme-color);
  color: var(--theme-contrast);
}
body.archive.tax-school .site-footer > * {
  color: var(--theme-contrast);
}
body.archive.tax-school .site-footer hr {
  background-color: var(--theme-contrast);
}
body.archive.tax-school .site-footer .back-to-top path {
  fill: var(--theme-contrast);
}
body.archive.tax-school .site-footer .footer-menu {
  line-height: 2.4;
}
body.archive.tax-school .site-footer .teen-writers a {
  color: var(--theme-contrast);
  font-size: 1.063rem;
}
body.archive.tax-school .site-footer .footer-menu a {
  color: var(--theme-contrast);
  font-size: 1.063rem;
  margin-right: 1.25rem;
  white-space: nowrap;
}
body.archive.tax-school .site-footer .design-info,
body.archive.tax-school .site-footer .design-info * {
  color: var(--theme-contrast);
}

.school-homepage .home-section-title {
  margin-top: 3rem;
  font-size: 1.5rem;
  margin: 30px auto 20px 0.5rem;
}
.school-homepage .intro {
  padding: 5rem 0 4rem;
  width: calc(100% - 40px);
  margin: auto;
}
.school-homepage .intro .col:has(.intro-text) {
  display: flex;
  align-items: center;
}
.school-homepage .intro h1 {
  font-size: 2.25rem;
  font-weight: 600;
  padding-bottom: 1.4rem;
  border-bottom: 2px solid var(--theme-contrast);
  line-height: 1.2;
  margin: 0 0 1.4rem 0;
}
.school-homepage .intro p {
  font-size: 1.25rem;
  margin: 0;
}
.school-homepage .intro .round-image {
  width: 60vw;
  height: 60vw;
  min-width: 220px;
  max-width: 360px;
  min-height: 220px;
  max-height: 360px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  margin: 2rem auto;
}
.school-homepage .intro .round-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 860px) {
  .school-homepage .intro {
    width: 80%;
  }
  .school-homepage .intro h1 {
    font-size: 3.88rem;
  }
}

/* Desktop */
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 62px;
    line-height: 75px;
  }
  h2 {
    font-size: 36px;
    line-height: 44px;
  }
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .menu-toggle,
  .toggle-submenu {
    display: none;
  }
  .blue-section .row {
    gap: 1.4rem !important;
    row-gap: 1.4rem !important;
  }
  .main-navigation ul {
    display: flex;
    flex-wrap: wrap;
  }
  .main-navigation ul a {
    font-size: 19px;
    font-weight: 600;
    padding: 0.75rem 20px;
  }
  .main-navigation ul#primary-menu > li > a,
  .main-navigation ul.nav-menu > li > a {
    padding: 0 20px;
  }
  .main-navigation ul#primary-menu > li.login-link > a,
  .main-navigation ul.nav-menu > li.login-link > a {
    padding: 4px 20px;
  }
  .main-navigation ul .sub-menu a {
    font-size: 17px;
    font-weight: 400;
  }
  .main-navigation ul .sub-menu a:hover {
    text-decoration-thickness: 2px;
  }
  .main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    display: block;
  }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: auto;
  }
  .main-navigation ul ul a {
    padding: 0.75rem 40px;
  }
  .main-navigation ul ul li:first-child a {
    padding-top: 36px;
  }
  .main-navigation ul ul li:last-child {
    padding-bottom: 32px;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: -20px;
    width: calc(100% + 40px);
  }
  .main-navigation ul .login-link {
    margin: auto 0.5rem auto 1.75rem;
  }
  .main-navigation ul .login-link a {
    margin: 0;
  }
  .main-navigation ul .toggle-submenu {
    display: none;
  }
  .main-navigation.toggled ul#primary-menu li,
  .main-navigation.toggled ul.nav-menu li {
    padding: 10px 20px;
  }
  .main-navigation li.search-link {
    display: flex;
  }
  .main-navigation span.search-link {
    display: none;
  }
  h2.section-title,
  .school-homepage .home-section-title,
  .homepage .home-section-title {
    font-size: 2rem;
    margin-left: 6rem;
  }
  .homepage .featured-post .featured-card .inner {
    padding: 0 2.6rem;
  }
  .homepage .featured-post .featured-card > .row {
    flex-direction: row;
  }
  .homepage .featured-post .featured-card .head .feat-title h2 {
    font-size: 2rem;
    line-height: 39px;
  }
  .homepage .featured-post .featured-card .col.thumb {
    background-size: cover;
    background-position: 50% 50%;
    min-height: 410px;
  }
  .homepage .featured-post .featured-card .col.head {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .homepage .featured-post .featured-card .thumb img {
    opacity: 0;
    display: block;
  }
  .post-card .post-title a {
    font-size: 24px !important;
    line-height: 28px;
  }
  .homepage .featured-post {
    padding: 0 22px;
  }
  .homepage .intro {
    padding: 48px 0 72px;
  }
  .homepage .down-sections-bg {
    background-image: url(../img/ty-news-shape.svg);
    background-size: auto;
    background-position: 32vw -90px;
  }
  .site-footer .row.logos .col {
    flex: 0 0 auto;
    width: auto;
  }
  .site-footer .row.logos img {
    margin-right: 2.6rem;
  }
  .site-footer .teen-writers {
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
  }
  .school-homepage .intro-text {
    margin-right: 1.5rem;
  }
  .school-homepage .round-image {
    margin: 0 0 0 auto !important;
  }
  .school-homepage .home-section-title {
    margin: 3rem auto 2rem;
  }
  body.archive.tax-school .latest-posts .posts-head {
    text-align: center;
  }
  body.logged-in .quick-links {
    display: block;
  }
  body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-masthead {
    width: auto !important;
  }
  body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-masthead .school-name,
  body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-masthead .young-reporters {
    font-size: 22px;
  }
  body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .site-header {
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
  }
  body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .site-header::after {
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
  }
  body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10).archive.tax-school .latest-posts .posts-head h2 {
    font-size: 2.4rem;
  }
  body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10).archive.tax-school .latest-posts .posts-head .categories-menu a {
    font-size: 20px;
    line-height: 30px;
  }
  body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro {
    padding: 7rem 2rem 3.2rem;
  }
  body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro .row {
    flex-direction: row;
  }
  body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro .notice-head .col:has(.inner) {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro .notice-head .inner {
    width: 75%;
  }
  body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single article.story {
    padding: 12px 40px;
  }
  body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .post-footer {
    padding: 12px 40px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1250px) {
  body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10):not(.ty-full-header) .school-masthead {
    padding-left: calc((100vw - 1200px) / 2) !important;
  }
}
@media print {
  @page {
    size: portrait;
  }
  .container {
    max-width: 100%;
  }
  #masthead,
  .school-masthead,
  .quick-links,
  #site-navigation,
  .more-stories-holder,
  .more-stories,
  .post-footer,
  .site-footer,
  div.interact {
    display: none !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    position: static !important;
  }
  body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro {
    padding: 1rem 1rem 2rem;
  }
  body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro .row {
    flex-direction: row;
  }
  body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro .notice-head .col:has(.inner) {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro .notice-head .inner {
    width: 75%;
  }
  body:is(.theme0, .theme1, .theme2, .theme3, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10) .school-single .intro-info .post-info {
    max-width: 100% !important;
  }
  .notice-head .col .inner {
    width: 100% !important;
  }
  .accessible-links a::before,
  .accessible-links a::after {
    content: none !important;
    display: none !important;
  }
  #page {
    display: block !important;
    min-height: 0 !important;
    height: auto !important;
  }
  body {
    background-color: #fff !important;
  }
  #silktide-wrapper {
    display: none !important;
  }
  article.story {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

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