/*!
Theme Name: uhsr
Author: Panduhvka
Description: Custom Theme
Version: 1.0.1
Requires PHP: 5.6
License: GNU General Public License v2
Text Domain: uhsr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  appearance: textfield;
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Roboto", sans-serif;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: url("https://uhsr.tempurl.host/wp-content/uploads/2025/11/background_texture_dark-scaled.png") center top / contain no-repeat black;
  position: relative;
  overflow: auto;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #ffffff;
}

a:visited {
  color: #ddd;
}

a:hover,
a:focus,
a:active {
  color: #dd0000;
}

a:focus {
  outline: thin dotted;
}

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

a:where(:not(.wp-element-button)) {
  text-underline-offset: 3px;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button: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 {
  border-color: #aaa #bbb #bbb;
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  max-width: 60%;
}

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

.main-navigation ul ul {
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  width: 100%;
}

.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 li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 0;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

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

.main-navigation.toggled ul {
  display: flex;
  flex-direction: column;
}

.menu-toggle {
  padding: 0;
  border: 0px;
  gap: 0.5rem;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-left: auto;
  position: relative;
  z-index: 9999;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: transparent;
  transition: all 0.3s ease-in-out;
}

.menu-toggle span {
  position: absolute;
  background: white;
  height: 0;
  width: 35px;
  border: 1.5px solid #fff;
  border-radius: 0%;
  transition: all 0.3s ease-in-out;
}

.menu-toggle .right-loop {
  top: 10px;
}

.menu-toggle .left-loop {
  top: 35px;
}

.menu-toggle .center-loop {
  top: 23px;
}

.main-navigation.toggled .menu-toggle span {
  border: 2px solid red;
}

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

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

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

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

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Header ------------------- */

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0;
  border-bottom: 2px solid red;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.custom-logo {
  height: 40px;
  width: auto;
}

.custom-logo[src*="home-icon"] {
  filter: saturate(0) brightness(2);
}

nav > div {
  width: 100%;
}

.nav-menu {
  text-transform: uppercase;
}

.nav-menu li {
  border: 1px solid white;
  background: black;
  text-align: center;
  margin: 0 1rem;
}

.nav-menu li ul li {
  margin: 0;
}

.nav-menu li a {
  display: flex;
  width: 270px;
  height: 45px;
  align-items: center;
  justify-content: center;
}

.nav-menu .cta {
  background: red;
  color: white;
  border-color: red;
}

.nav-menu .cta:hover,
.nav-menu .cta:focus,
.nav-menu .cta:active,
.nav-menu .cta:visited {
  background: transparent;
  color: white;
}

.sub-menu {
  display: flex;
  flex-direction: column;
}

.sub-menu li a {
  padding: 0.75rem 0.5rem;
}

.sub-menu li a:hover,
.sub-menu li a:focus {
  background: red;
  color: white;
}

.site-title a {
  color: red;
  font-size: 3rem;
  text-decoration: none;
  font-weight: 700;
}

.site-title a:hover,
.site-title a:focus {
  text-decoration: underline;
}

.secondary-menu {
  max-width: 1280px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.secondary-menu ul {
  display: flex;
  list-style: none;
  align-content: center;
  justify-content: space-between;
  padding: 0;
  margin-left: 0;
  max-width: 50%;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.no-click > a:active {
  pointer-events: none;
}

.no-click > a:hover {
  color: white;
}

.announcement {
  padding: 0.75rem;
  text-align: center;
  background: #f00;
  font-weight: 700;
  border-bottom: 1px solid #590000b2;
  font-size: 1.25rem;
}

/* Hero ------------------------ */

.content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0;
  position: relative;
  z-index: 1;
}

.top-line {
  display: flex;
  gap: 2rem;
}

.top-line img {
  max-width: 48%;
  max-height: 250px;
}
.content.poster.additional h1 {
  font-size: 4.4rem;
  margin-top: 2rem;
}

.content.poster.additional h1,
.content.poster.additional h3 {
  font-family: "Roboto Slab";
  font-weight: 700;
}

.content.hero .right,
.content.poster.additional .right {
  text-align: right;
}

.content.hero .right img,
.content.poster.additional .right img {
  width: auto;
  max-height: 660px;
}

.content .hero.for-mobile {
  display: none;
}

.content.poster.additional .left p {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 300;
}

.content.poster.additional .left .link,
.content.parking .link {
  display: inline-flex;
  align-items: center;
  margin-right: 2rem;
  text-decoration: none;
}

.content.parking {
  margin-bottom: 4rem;
}

.content.poster.additional .left .links span,
.content.parking span {
  font-size: 1.25rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 300;
}

.content.poster.additional .left .links img,
.content.parking img {
  height: 24px;
  width: 24px;
  margin-right: 0.5rem;
}

.content.parking h2 {
  font-family: "Roboto Slab";
  font-size: 2rem;
}
.content.parking h4 {
  font-family: "Roboto Slab";
  font-size: 1.3rem;
  letter-spacing: 1%;
  color: #d0d0d0;
}

.content.parking p {
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 1%;
  color: #d0d0d0;
}

.content.hero h1 {
  text-transform: uppercase;
  font-size: 3.5rem;
  margin: 0.5rem 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
}

.red {
  color: red;
}

.content.hero h1 .bold {
  font-weight: 700;
}

.content.hero h1 span {
  display: block;
}

.content.hero h4 {
  background: red;
  text-align: center;
  text-transform: capitalize;
  font-size: 1.5rem;
  padding: 0.25rem 1.25rem;
  margin: 0;
  max-width: fit-content;
}

.content.hero h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 1rem;
}

.contact p {
  margin: 0;
  font-weight: 200;
  font-size: 1.55rem;
}

.bottom-line {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.location {
  font-size: 1.3rem;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 1px;
  margin-left: 2rem;
  font-family: "Roboto Slab", "Roboto", serif;
}

.info-line {
  margin-top: 2rem;
}

.info-line > p {
  font-size: 1.25rem;
  line-height: normal;
  font-family: "Roboto Slab", "Roboto", serif;
}

.v-spacer {
  background: #00a6e8;
  width: 2px;
  height: 120px;
  align-self: end;
}

.photo-spacer {
  display: flex;
  justify-content: center;
  position: relative;
}

.photo-spacer::before {
  content: "";
  position: absolute;
  z-index: 2;
  background: red;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgb(0, 0, 0) 5%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 80%, rgb(0, 0, 0) 95%);
  opacity: 0.95;
}

.photo-spacer.multiple-3 {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.grid-img,
.stacked-img {
  position: relative;
  overflow: hidden;
}

.grid-img {
  min-height: 350px;
}

.stacked-img {
  min-height: 240px;
  max-width: 520px;
  width: 100%;
  height: 100%;
}

.grid-img img,
.stacked-img img {
  position: absolute;
  object-fit: cover;
  inset: 0;
  height: 100%;
  width: 100%;
}

/* welcome --------------------- */

.content.about {
  gap: 0 3rem;
  padding-top: 0;
  margin-bottom: 3rem;
  align-items: center;
}

.content.about .top-img {
  grid-column: 1 / -1;
}

.content.about .welcome p {
  text-align: justify;
  max-width: 560px;
}

.content.about .welcome .co_chairs {
  font-weight: lighter;
  font-family: "Roboto Condensed";
  font-size: 1.25rem;
  margin-bottom: 3rem;
}

.content.about .letter p {
  font-weight: 300;
  text-align: justify;
}

.content.about img {
  max-width: 120px;
  margin-top: 2rem;
}

.content.about h2 {
  color: red;
  text-transform: capitalize;
  font-size: 4.5rem;
  line-height: 4rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  font-family: "Roboto Slab";
}

.content.about .letter strong {
  display: block;
  font-weight: 700;
}

.content.about .co_chairs h4 {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Roboto Condensed";
  margin-bottom: 0;
  letter-spacing: 1%;
}

.content.about .co_chair h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 1rem;
  line-height: normal;
  letter-spacing: 1%;
}

.content.about .co_chair .position {
  font-family: "Roboto Condensed";
  font-size: 1.25rem;
  font-weight: 300;
  color: #8f8f8f;
  letter-spacing: 1%;
  line-height: normal;
  margin-top: 0.75rem;
}

.content .letter {
  background: #1e1e1e;
  padding: 3rem 4rem;
  grid-column: 2/-1;
}

.content .letter > p {
  margin-top: 2rem;
  margin-bottom: 0;
  letter-spacing: 1%;
  text-align: justify;
}

.content.organize_keynote {
  margin-bottom: 3rem;
}

.content .keynote_speaker {
  display: flex;
  gap: 1.5rem;
  align-items: end;
  position: relative;
  z-index: 2;
}

.content .committee h4 {
  color: red;
  font-family: "Roboto Slab", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1%;
  margin-top: 0;
}

.content .committee ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
}

.content .keynote_speaker img {
  width: 175px;
  max-width: initial;
}

.content .keynote_speaker h4 {
  color: red;
  margin: 0;
  font-family: "Roboto Condensed";
  font-weight: 500;
  font-size: 1.625rem;
}

.content .keynote_speaker h3 {
  font-family: "Roboto Slab";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  margin: 0;
}

.content .keynote_speaker p {
  color: #d0d0d0;
  font-family: "Roboto Condensed";
  font-weight: 300;
  position: relative;
  z-index: 2;
}

/* Posts && Pages ------------------- */

.content.prev-next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}

.next-post {
  margin-left: auto;
}

.prev-post a,
.next-post a {
  text-decoration: none;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid white;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.prev-post a:hover,
.next-post a:hover {
  border-color: red;
}

.prev-post a:hover svg {
  transform: translateX(1rem);
}

.next-post a:hover svg {
  transform: translateX(-1rem);
}

.content.poster.additional {
  display: grid;
  gap: 0 1rem;
  grid-template-columns: 1fr 1.25fr;
}

.content.poster.abstract {
  margin-bottom: 4rem;
}
.submission-period {
  margin-top: 4rem;
}

.content.poster.graduate {
  align-items: end;
}

.content.poster.young {
  align-items: center;
}

.content.poster.accommodations {
  margin-bottom: 50vh;
  padding-top: 4rem;
}
.content.poster.accommodations h2 {
  font-family: "Roboto Condensed";
  font-weight: 300;
}

.content.poster > div p {
  font-size: 1.25rem;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 0;
}

.content.poster h1 {
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 5rem;
  margin-top: 0;
}

.content.poster.graduate h1 {
  margin-bottom: 0;
}

.content.poster h3 {
  grid-column: 1/-1;
}

.content.poster h3 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.5rem;
  font-family: "Roboto Slab", serif;
  letter-spacing: 2%;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.content.poster:not(.additional) h3 {
  font-weight: 700;
}

.content.poster h2 {
  font-weight: 300;
}

.content.poster.abstract .cta-btn,
.content.poster.submit .cta-btn {
  color: white;
}

.content.poster.abstract .cta-btn:hover,
.content.poster.abstract .cta-btn:focus,
.content.poster.submit .cta-btn:hover,
.content.poster.submit .cta-btn:focus {
  color: red;
  cursor: pointer;
}

.content.poster.abstract h3 {
  font-weight: 700;
  font-size: 1.5rem;
  display: inline-block;
  text-transform: capitalize;
}

.review {
  background: #1e1e1e;
  padding-bottom: 2rem;
}

.review .content {
  display: flex;
  flex-flow: row wrap;
  gap: 0 10rem;
  padding-bottom: 0;
  border-bottom: 1px solid red;
}

.review .left div {
  max-width: 350px;
  margin-bottom: 2rem;
}

.review h3 {
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  font-size: 2.5rem;
  margin-right: 5rem;
  text-transform: uppercase;
  width: 100%;
}

.review h4 {
  color: red;
  font-family: "Roboto Condensed";
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 1%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
}

.review h5 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}

.review p {
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 1.125rem;
  width: 100%;
}

.review ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.review .title {
  font-weight: 700;
  font-size: 1.3rem;
  margin-right: 2.5rem;
}

.review .prize {
  font-weight: 300;
  font-size: 1.25rem;
}

.review .award {
  margin-bottom: 2rem;
}

.full-spans .full-span {
  font-weight: 300;
}

.full-spans .full-span b {
  font-weight: 700;
}

.content.poster.submit h1 {
  grid-column: 1/-1;
  font-family: "Roboto Slab", serif;
}

.content.poster.submit .right p {
  padding-bottom: 0;
}

.content.poster.submit .right ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.content.poster.accommodations > h3 {
  margin-top: 0;
}

.content.poster .right p,
.content.poster .left p {
  font-size: 1.125rem;
}

.content.poster.abstract .right p {
  font-weight: 300;
  margin-bottom: 0;
}

.content.poster .left p {
  text-align: justify;
  max-width: 500px;
}

.content.poster.abstract .left p {
  font-weight: 300;
  margin-bottom: 3rem;
}

.content.poster.venue .left p {
  font-size: 1.125rem;
}

.content.poster.venue .left p,
.content.poster.submit .left p {
  text-align: left;
}

.content.poster.submit .left p {
  font-size: 1rem;
}

.content.poster.venue .left p:nth-of-type(1) {
  font-weight: 700;
}

.content.poster .left.img {
  display: flex;
  align-items: end;
}

.content.poster .left.img img {
  max-width: 500px;
}

.content.poster.submit .left.img img {
  margin-top: 2rem;
  max-width: 400px;
}

.content.poster:not(.abstract) .right p {
  margin-top: 1rem;
  padding-bottom: 3rem;
}

.content.poster.accommodations .right p,
.content.poster.graduate .right p,
.content.poster.young .right p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.content.poster .right ul {
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  list-style-position: inside;
}

.content.poster.abstract .right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content.poster .right strong {
  font-size: 1.125rem;
}

.content.poster .right li span {
  font-weight: 300;
}

.content.poster .right > img {
  max-width: 500px;
  width: 100%;
}

.content.poster.venue .right {
  text-align: center;
}

.content.poster .right.end {
  align-self: end;
  margin-bottom: 1.5em;
}

.content .sponsors {
  margin-top: 2rem;
  margin-bottom: 4rem;
  gap: 3rem;
}

.content .sponsor {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 1.5rem;
}

.content .sponsor img {
  max-width: 250px;
}

.content .sponsor p {
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 1.125rem;
  margin: 0;
  color: #d0d0d0;
}

.name {
  width: 80%;
}

.name h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin: 0;
}

.poster-name {
  font-size: 1.5rem;
}

.full-span {
  grid-column: 1/-1;
  margin: 2rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid red;
}

.full-span.img {
  border: none;
  position: relative;
  min-height: 500px;
  overflow: hidden;
  margin-top: 3rem;
}

.full-span.img img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  top: -20%;
}

.full-span h4 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 0;
  font-family: "Roboto Slab", serif;
}

.cta-btn {
  padding: 0.75rem 5rem;
}
.cta-btn,
.wp-block-file__button.wp-element-button {
  background: red;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid red;
  border-radius: 0;
}

.wp-block-file__button.wp-element-button {
  font-size: 1.25rem;
  padding: 0.5rem 4rem;
}

.cta-btn:hover,
.cta-btn:focus,
.wp-block-file__button.wp-element-button:hover,
.wp-block-file__button.wp-element-button:focus {
  background: white;
  color: red;
}

.night-rate {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: 1%;
}

.night-rate div {
  padding: 0.5rem 1rem;
}

.night-rate .night {
  border: 1px solid white;
}

.night-rate .price {
  background: #00a6e8;
}

.check-in-out {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}

.check-in-out h4 {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
}

.check-in-out .time div {
  color: #00a6e8;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.75rem;
}

.stacked-links h4 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.submission-period h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0;
  letter-spacing: 1%;
  text-transform: uppercase;
}

.submission-period h4 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: normal;
  margin: 0;
}

.content.poster.abstract ol {
  margin-left: 0;
  padding: 0;
  list-style-position: inside;
}

.content.poster.abstract li {
  padding-bottom: 1rem;
}

.content.full-spans h4 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.content.full-spans ul,
.content.full-spans ol {
  margin-left: 0;
  padding: 0;
  list-style-position: inside;
}

.content.poster.submit {
  background: url("https://uhsr.tempurl.host/wp-content/uploads/2025/11/background_texture_dark-scaled.png") center / cover no-repeat #1e1e1e;
  gap: 0;
}
.content.poster.submit h3 {
  font-weight: 700;
  margin-top: 0;
}

.content.poster.submit li {
  margin-bottom: 0.5rem;
}
.content.poster.contact .left h3,
.content.poster.contact .right h3 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 1rem;
}

.content.poster.contact .left div,
.content.poster.contact .right div {
  font-size: 1.25rem;
  font-weight: 300;
}

.content.poster.contact {
  padding-bottom: 20%;
}

/* Footer ---------------------------*/

footer {
  padding: 4rem 0.5rem 0 0.5rem;
  border-top: 1px solid #333;
  background: black;
}

.site-info {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
}

.subfooter {
  text-align: center;
  font-size: 0.8rem;
}

#footer-menu-1 {
  margin-left: 0.5rem;
  list-style: none;
  padding: 0;
}

footer .column h4 {
  margin-bottom: 0;
}

footer .column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .column li a {
  padding: 0.25rem 0;
  display: block;
}

footer .column.nav {
  grid-column: 4/-1;
  text-align: right;
}

footer .contact {
  font-size: 1.125rem;
  border-top: 1px solid red;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}

footer .contact img {
  filter: invert(1);
  display: inline-block;
  vertical-align: middle;
}

/* @media ----------------- */

@media screen and (max-width: 82rem) {
  .secondary-menu,
  .site-info,
  .content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 78em) {
  .content.hero h1 {
    max-width: 100%;
  }
}

@media screen and (min-width: 73.125em) {
  .menu-toggle,
  #for-mobile,
  .for-mobile:not(.hero),
  .additional-top-links {
    display: none;
  }

  .main-navigation ul {
    display: flex;
    justify-content: end;
  }
}

@media screen and (max-width: 73.125em) {
  header {
    padding: 1rem;
    margin-bottom: 2rem;
  }

  .main-navigation {
    max-width: 15%;
  }

  .main-navigation ul {
    display: flex;
    flex-direction: column;
  }

  .top-navs {
    background: black;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
    transform: translateX(100%) scaleX(0);
    text-align: center;
    padding-top: 10rem;
    height: 100%;
    min-height: 100vh;
  }

  .main-navigation.toggled .top-navs {
    transform: translateX(0) scaleX(1);
  }

  .main-navigation ul ul {
    position: initial;
    float: initial;
  }

  .nav-menu li {
    border: none;
  }

  .nav-menu li,
  .nav-menu li ul li,
  ul#for-mobile li {
    margin-bottom: 0.75rem;
  }

  .nav-menu li ul li {
    border-bottom: 1px solid white;
  }

  .main-navigation ul ul a {
    width: 100%;
    padding: 1rem 0.5rem;
    font-size: 1.125rem;
  }

  .nav-menu .no-click > a {
    display: none;
  }

  .nav-menu li a {
    width: 100%;
  }

  .nav-menu .cta a {
    padding: 1rem 0;
    font-weight: 700;
    width: 100%;
    font-size: 1.125rem;
  }

  .additional-top-links {
    text-decoration: underline;
    margin-top: 2rem;
  }

  ul#for-mobile li {
    gap: 1rem;
    font-size: 1.125rem;
    text-transform: uppercase;
  }

  .empty,
  .no-mobile,
  .secondary-menu,
  .content.poster.submit h1 br,
  .content.poster .left.img.empty,
  .content.poster.accommodations .left.img {
    display: none;
  }

  .v-spacer {
    height: 200px;
  }
  .top-line {
    gap: 1rem;
  }
  .content.hero h1 {
    font-size: 2.75rem;
  }

  .content.about .welcome,
  .content.about .letter {
    width: 100%;
  }

  .content.poster .left p,
  .content.about .welcome p,
  .content.poster.accommodations .left p,
  .stacked-img {
    max-width: 100%;
  }

  .content.poster .left p,
  .content.poster.accommodations .left p {
    text-align: left;
  }

  .content.poster:not(.additional),
  .content.poster.accommodations {
    grid-template-columns: 1fr;
  }

  .content.poster.submit .right p {
    padding-bottom: 0;
  }

  .content.poster.additional {
    padding-bottom: 0;
  }

  .right.rates {
    display: flex;
    flex-flow: row wrap;
    gap: 0 2rem;
  }

  .right.rates > p {
    width: 100%;
  }

  .check-in-out h4 {
    margin-top: 0;
  }

  .check-in-out .time div {
    font-weight: 700;
  }

  .photo-spacer.multiple-3 {
    gap: 1rem;
    grid-template-columns: 1fr;
  }

  .stacked-links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
    text-align: center;
  }

  .content.full-spans,
  .content.poster.contact,
  .content.poster.abstract {
    padding-top: 0;
  }

  .review .content {
    gap: 0 3rem;
  }
}

@media screen and (max-width: 68.75rem) {
  .grid-4-col {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }
  .content.hero.grid-2-col {
    grid-template-columns: 1fr;
  }

  .top-line,
  .bottom-line {
    justify-content: center;
  }

  .info-line {
    text-align: center;
  }

  .content.poster.additional {
    grid-template-columns: 1fr;
  }

  .content.hero .right,
  .content.poster.additional .right {
    position: relative;
    height: 250px;
    margin-top: 1rem;
    overflow: hidden;
  }

  .content.poster.additional .right {
    margin-top: 2rem;
  }

  .content .right .hero-no-mobile {
    display: none;
  }

  .content .hero.for-mobile {
    display: block;
  }

  .content.hero .right img,
  .content.poster.additional .right img {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 100%;
  }

  .content.hero .right img {
    bottom: -20%;
  }

  .content.poster.additional .right img {
    bottom: -10%;
  }

  .content .letter {
    padding: 2rem;
  }
}

@media screen and (max-width: 62.5rem) {
  .content.hero h3 {
    font-size: 1.75rem;
  }

  .content.poster {
    grid-template-columns: 1fr;
  }

  .content.poster:not(.accommodations):not(.graduate):not(.young) .left {
    margin-bottom: 2rem;
  }

  .content.poster .left p {
    max-width: 100%;
  }

  .full-span.img img {
    top: 0;
    height: 100%;
  }

  .content.organize_keynote .committee {
    margin-top: 1rem;
    grid-area: 2/1/2/-1;
  }

  .content .letter {
    grid-column: 1/-1;
  }

  .content .committee ul {
    columns: 3;
  }

  .content.poster.accommodations {
    text-align: center;
    margin-bottom: 4rem;
  }

  .content .sponsors {
    grid-template-columns: 1fr;
  }

  .content .sponsor {
    grid-template-columns: auto auto;
  }
}

@media screen and (max-width: 48rem) {
  .site-title a {
    font-size: 1.75rem;
  }
  .custom-logo {
    height: 30px;
  }

  .award {
    align-items: start;
  }

  .name,
  .annual {
    width: 100%;
  }

  .content.hero h4 {
    max-width: 100%;
  }

  .annual,
  .bottom-line,
  .info-line .chair,
  .info-line .contact,
  .content.committees {
    text-align: center;
  }

  .content.hero h1 {
    font-size: 2.75rem;
    line-height: 3rem;
  }

  .v-spacer {
    display: none;
  }

  .content.about .letter {
    padding: 0;
    background: black;
  }

  .content.about .welcome p,
  .content.about .letter p {
    text-align: left;
  }

  .stack .cta-btn {
    display: block;
    padding: 1rem 0;
    font-size: 1.25rem;
  }

  .grid-2-col:not(.sponsors) {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .content.poster.abstract .left {
    flex-direction: column;
    gap: 0;
  }

  .submission-period h5 {
    font-size: 1.25rem;
    letter-spacing: 3%;
    text-decoration: underline;
    text-underline-offset: 0.25rem;
  }

  .content .sponsor {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 37.5rem) {
  body {
    background: black;
  }

  .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content.about,
  .content.organize_keynote {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content.parking,
  .content.poster.additional,
  .content.poster.additional .left p {
    text-align: center;
  }

  .content.poster.additional h1 {
    font-size: 3.5rem;
    line-height: 1;
  }

  .content.poster.additional .left .link,
  .content.parking .link {
    margin-bottom: 2rem;
  }

  .content.poster.additional .left .links span,
  .content.parking span {
    font-size: 1.65rem;
  }

  .content.poster.additional .right {
    margin: 0;
  }

  .bottom-line {
    flex-direction: column;
  }
  .location {
    margin-left: 0;
  }
  .content .committee h4 {
    text-align: center;
  }
  .content .committee ul {
    columns: 2;
    text-align: center;
  }

  .content .keynote_speaker {
    flex-direction: column;
    align-items: start;
  }

  .content .keynote_speaker img {
    width: 200px;
  }

  .content .letter > p {
    margin-top: 0;
    text-align: left;
  }
  .site-info {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 5rem;
  }

  footer {
    padding-top: 2rem;
  }

  footer .column.nav {
    text-align: center;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 35rem) {
  header {
    margin-bottom: 0.5rem;
  }

  .content.hero.grid-2-col {
    padding-top: 0;
  }

  .top-line img,
  .content.about img {
    display: none;
  }

  .content.hero h1 {
    text-align: center;
  }

  .info-line > p {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .top-navs {
    padding-top: 7rem;
  }
  .content.about .welcome,
  .content.about .welcome p,
  .content.about .top-img {
    text-align: center;
  }

  .content.about h2 {
    font-size: 3.5rem;
    line-height: normal;
  }

  .co_chair,
  .content.about .co_chairs h4 {
    text-align: center;
  }

  .content.about .co_chair h3 {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .content.about .co_chair .position {
    font-size: 1.25rem;
  }

  .content.poster h1 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .content.poster.venue .cta-btn {
    display: block;
    text-align: center;
  }

  .night-rate {
    gap: 0.5rem;
  }

  .content.poster.established .right ul li {
    margin-bottom: 1rem;
  }

  .content.poster.established .right ul li span {
    display: block;
    margin-left: 1rem;
  }

  .content.poster.abstract h3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 30rem) {
  .content .committee ul {
    columns: 1;
  }
}

@media screen and (max-width: 27.5rem) {
  .content.hero {
    padding-left: 0;
    padding-right: 0;
  }

  .content.poster.abstract ol {
    list-style: none;
  }
}

@media screen and (max-width: 24rem) {
  .site-title {
    margin: 0;
  }

  .site-title a {
    font-size: 1.5rem;
  }
}
