@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;700&display=swap');

/*
Theme Name: Annual Report 2025
Theme URI: https://research.unl.edu/annualreport/2025/
Author: Joel Brehm
Author URI: https://bolerois.com/
Requires at least: 5.3
Tested up to: 5.7
Requires PHP: 5.6
Version: 1.3
Text Domain: ar2025
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready


*/
:root {
	--blur_amount: 1px;
	--opacity_amount: 0;
	--button_x: calc(-50vw - 2.5em);
	--button_y: calc(-50vh + 2.5em);
}

html {
	scroll-behavior: smooth;
}

body{
	font-style: normal;
	font-size: 100%;
	color: #000000;
	line-height: 1.5em;
	margin: 0px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
}

.visually_hidden {
	opacity: 0;
	height: 0px;
	width: 0px;
	overflow: hidden;
}

input{
	font-weight: normal; 
	font-style: normal;
}

a{
	color: #AD0000;
}

strong{
	font-weight: 700;	
}

a:hover{
	color: #d00000;	
}

h1, h2, h3, h4, h5{
	font-weight: 600; 
	font-style: normal;
	line-height: 1em;	
	margin-bottom: .4em;
}

h1{
	font-size: 3.5em;	
	font-weight: 400;
}

@media (max-width: 850px) {
	h1{
		font-size: 2.5em;	
	}
}

h2{
	font-size: 2em;
}

h3{
	font-size: 2em;
	font-weight: 400;
}

h4{
	font-size: 1.5em;
	font-weight: 300;
}

h5{
	font-size: 1.2em;
	font-weight: 300;	
}

input[type="button"], input[type="submit"], button, .woocommerce button.button.alt{
	background-color: #d00000;
	padding: 8px;
	font-family: 'Work Sans', sans-serif;
	border: none;
	color: #ffffff;
	cursor: pointer;
	font-size: 1.2em;
}

input[type="button"]:hover, input[type="submit"]:hover, button:hover{
	background-color: #603913;
}

/* ----------------------------------------- Begin bootstrap - common re-used elements ------------------------------------------ */

body{
	margin: 0px;
	padding: 0px;
}

img, svg, figure{
	max-width: 100%;
	height:auto;	
	/*! border-radius: 5px 5px 0 0; */
}

figure{
	padding: 0px;
	margin: 0px;	
}

input[type="text"], input[type="number"], input[type="email"], textarea, select, input[type="email"], input[type="url"]{
	width: 100%;
	width: calc(100% - 16px);
	padding: 8px;
	font-family: 'Work Sans', sans-serif;
	font-size: 1.2em;
}
   
   /* ----------------------------------------- end bootstrap ------------------------------------------ */

body {
    background-color: #333333;
    color: #ffffff;
    background-image: url(/annualreport/2025/images/25-OR-001_Cover_Larger_Image_JB.png);
    background-size: 347vh auto;
    background-position: 95% 69%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body.page-template-home {
	background-image: none;
}

#threejs-container {
	width: 100vw;
	height: 100vh;
}

@media (max-width: 850px) {
  #threejs-container {
	  display: none; 
	}
}

.hero {
	position: fixed;
	top: 0px;
}

.audio_visualizer {
  position: fixed;
  width: 100%;
  z-index: 1;
}

.home_overlay {
  position: absolute;
  height: 25vh;
  backdrop-filter: grayscale(100%) brightness(300%) contrast(100%) invert(100%);
  z-index: 1;
  width: 100%;
}

.home_overlay_3 {
  position: absolute;
  height: 25vh;
  background-color: #d00000;
  mix-blend-mode: multiply;
  z-index: 2;
  width: 100%;
}

.waveform {
	width: 100vw;
	height: 30vh;
	position: absolute;
	top: 9.5vh;
	left: 0px;
	z-index: 1;
}

#audio {
  position: fixed;
  z-index: 5;
  left: 40%;
}

@media (max-width: 850px) {
  #audio {
	 display: none;
  }
}

.home_overlay_2 {
	width: 100vw;
	height: 100vh;
	position: absolute;
	mask-size: cover;
	mask-repeat: no-repeat;
	mask-position: 0px -75vh;
	backdrop-filter: blur(var(--blur_amount));
	z-index: 1;
}

.home_overlay_4 {
	width: 100vw;
	height: 100vh;
	position: absolute;
	z-index: 1;
	background-image: url(/annualreport/2025/images/25-OR-001_Cover_Larger_Image_JB.png);
	background-size: 347vh auto;
	background-position: calc(50% - 28.6vh) calc(50% - 26.4vh);
	background-repeat: no-repeat;
	opacity: var(--opacity_amount);
}

@media (max-width: 850px) {
	.home_overlay_4 {
		opacity: .6;
	}
}

.blur_overlays {
 	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	pointer-events:none;
	z-index:10;
}

dialog {
	color: #000000;
	z-index: 5;
	margin-left: auto;
	margin-right: 0px;
	width: 80%;
	padding: 5em;
	border: none;
	opacity: 0;
	transform: translate(var(--button_x), var(--button_y)) scale(0);
	transition: all 0.5s cubic-bezier(.68,0,.49,1);
	height: 100vh;
	overflow: auto;
	background-color: transparent;
	right: 0px;
	top: 0px;
}

dialog:open {
	opacity: 1;
	transform: translate(0, 0) scale(1);
}

@starting-style {
  dialog:open {
    opacity: 0;
	  transform: translate(var(--button_x), var(--button_y)) scale(0);
  }
}

dialog:open::backdrop {
  background-color: rgba(208,0,0,.8);
	backdrop-filter: blur(3px);
}

/* This starting-style rule cannot be nested inside the above selector
because the nesting selector cannot represent pseudo-elements. */

@starting-style {
  dialog:open::backdrop {
    background-color: transparent;
  }
}

.section_one {
	margin-top: 300vh;
	margin-bottom: 700vh;
	background-color: transparent;
	color: #ffffff;
	position: relative;
	z-index: 5;
	margin-left: auto;
	margin-right: auto;
	max-width: 70em;
	  box-shadow: 0px 0px 8px rgba(0,0,0,.3);
  background-color: rgba(5,0,0,.2);
  backdrop-filter: blur(4px);
  padding: 1em;
  border-radius: 2px;
  border: 1px solid rgba(255,255,255,.23);
}

.home {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  height: 100vh;
}

.home .n_logo {
	width: 7em;
	height: 7em;
	position: absolute;
	right: 6em;
	display: block;
	top: 3vh;
}

.home .research_at {
	width: 15vw;
	height: 7vh;
	position: absolute;
	right: 2em;
	display: block;
	bottom: 37vh;
}

.home .nebraska {
	width: 41vw;
	height: 19vh;
	position: absolute;
	right: 2em;
	display: block;
	bottom: 16vh;
}


@media (max-width: 850px) {
	.home .research_at {
		width: 30vw;
		right: 5vw;
	}

	.home .nebraska {
		width: 90vw;
		right: 5vw;
	}
}


.home .nebraska svg {
	overflow: visible;
}

.home .report_date {
	color: #cccccc;
	font-size: 1em;
	position: absolute;
	right: 2em;
	display: block;
	bottom: 5vh;
	text-align: right;
}

.home .report_date.pinned {
	position: fixed;
	top: 3vh;
}

.story_link {
  background-color: rgba(5,0,0,.2);
  backdrop-filter: blur(4px);
  padding: 1em;
  border-radius: 2px;
  border: 1px solid rgba(255,255,255,.23);
  margin-bottom: 2em;
  border-radius: 10px;
}

.story_link:hover {
    background-color: rgba(255,255,255,.2);
}

.story_link a {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	text-decoration: none;
}

.story_link a:focus {
  border: 1px solid white;
}

.story_link img {
	border-radius: 5px 5px 0 0;
	border: 1px solid rgba(255,255,255,.1);
}


.story_link .post_footer {
	background-color: rgba(155,155,155,.2);
	margin: 1em -1.25em -1.25em -1.25em;
	padding: .5em 1em;
	color: #cccccc;
	font-size: .8em;
	text-transform: uppercase;
	border-radius: 0px 0px 8px 8px;
}

.tag {
	margin-right: 1em;
}

.tag.featured {
	background-color: #ffffff;
	padding: .3em .6em;
	color: #000000;
	margin: 0em;
	font-size: 1.3em;
	border-radius: 6px;
}

.story_link .post_header {
	background-color: rgba(208,0,0,.9);
	margin: -1em -1em 1em -1em;
	padding: .5em 1em;
	color: #ffffff;
	font-size: .8em;
	text-transform: uppercase;
}

.column h3,
.story_grid .post_title {
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	margin: 2em 0 .5em 0;
	font-size: 1.3em;
}

.story_grid .excerpt {
	color: #cccccc;
	font-size: .9em;
	line-height: 1em;
}

.section {
  z-index: 1;
  position: relative;
}

.section .story_grid {
	display: grid;
	gap: 2em;
	margin: 2em;
	grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 850px) {
	.section .story_grid {
		display: block;
	}
}

.section .story_grid .span_two {
	grid-column: span 2;
}

.section .story_grid .span_three {
	grid-column: span 3;
}

.section .story_grid .span_four {
	grid-column: span 4;
}

.section .story_grid .span_two_rows {
	grid-row: span 2;
}

.section .story_grid .span_three_rows {
	grid-row: span 3;
}

.section .story_grid .span_four_rows {
	grid-row: span 4;
}

/* --- Animated Right-Side Expanding Menu --- */
#menu {
	background: none;
	border: none;
	padding: 1.5em;
	cursor: pointer;
	vertical-align: middle;
	position: fixed;
	right: 0px;
	top: 0px;
	background-color: transparent;
	z-index: 2;
}

#menuPanel {
	position: fixed;
	top: 0;
	right: 0;
	width: 0;
	height: 100vh;
	background: rgba(255,255,255,0.85);
	z-index: 10;
	overflow: auto;
	transition: width 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	backdrop-filter: blur(3px);
	color: #d00000;
	max-width: 600px;
}

#menuPanel strong {
	margin-top: 2em;
	margin-bottom: 1em;
	display: block;
	font-size: 1.2em;
}

#menuPanel a {
  text-decoration: none;	
}

#menuPanel.open {
	width: 80vw;
	min-width: 320px;
	transition: width 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menuPanel .closeBtn {
	margin: 2em 2em 0 0;
	background: #d00000;
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	font-size: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0,0,0,0.12);
	transition: background 0.2s;
}

#menuPanel .closeBtn:hover {
	background: #603913;
}

#menuPanel .menuContent {
	width: 100%;
	padding: 3em 2em 2em 2em;
	box-sizing: border-box;
	overflow-y: auto;
	flex: 1;
}

#video {
  width: 10em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

.research-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
	margin-top: 2.5rem;
	justify-content: center;
}
.research-number {
	background: rgba(255,255,255,0.07);
	border-radius: 1.5rem;
	padding: 2.2rem 2.5rem 1.5rem 2.5rem;
	text-align: center;
	transition: box-shadow 0.2s;
	border: 1px solid rgba(255,255,255,.23);
	margin-bottom: 3em;
  	backdrop-filter: blur(2px);
}

.number_secondary {
	color: #cccccc;
	font-weight: 600;
	font-size: 2em;
}

.number-animate {
	font-size: 7.8rem;
	font-weight: 700;
	color: #f6891f;
	letter-spacing: -0.03em;
	line-height: 1.1;
	margin-bottom: 0.5rem;
	font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
	transition: color 0.2s;
}

@media (max-width: 850px) {
	.number-animate {
		font-size: 5.8rem;
	}
}

.research-number:hover .number-animate {
	color: #a5238b;
}

.number-label {
	font-size: 1.08rem;
	color: #fff;
	opacity: 0.82;
	font-weight: 400;
	letter-spacing: 0.01em;
}

.story_header {
	margin-top: 2em;
	border-bottom: 1px solid #dddddd;
}

.story_header svg {
  width: 25em;
}

.story_header svg path {
	fill: #aaaaaa;
}

button svg path {
  fill: #ffffff;
}

.home_button {
  position: absolute;
  top: 5.5em;
  left: 3em;
  z-index: 1;
  border: 1px solid #bbbbbb;
}

@media (max-width: 850px) {
	.home_button {
		  top: 4.5em;
  		left: 5em;
	}
}

.depth-dialog-content{
	width: calc(100% - 5em);
	height: 100vh;
	position: absolute;
	top: 62px;
	border-left: 1px solid #888888;
}

.grid-container {
  position: relative;
}

.column.faster {
	margin-top: 15vh;
}

.column.fast,
.column.faster {
  will-change: transform;
  z-index: 2;
}

@media (max-width: 850px) {
	.column.fast,
	.column.faster {
		will-change: auto;
		transform: none !important;
		margin-top: 0px !important;
	}
}

#featured-canvas {
	position: fixed;
	top: -3vh; left: -3vw; width: 106vw; height: 106vh;
	background: #222;
	z-index: 0;
}

#featured-canvas.no_feature {
	display: none;
}

canvas { 
	display: block; 
}

.single_content {
	position: relative;
	max-width: 40em;
	padding: 3em;
	z-index: 2;
	margin-top: 100vh;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
	line-height: 1.6em;
	animation: initial_load_content 3s linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	opacity: 1;
}

.single_content.no_feature {
    margin-top: 4em !important;
}

.initial_load {
	position: fixed;
	top: 0vh;
	left: 0vw;
	width: 100vw;
	height: 100vh;
	z-index: 2;
	background: center center no-repeat;
	background-image: url('/annualreport/2025/images/research_at_2025.svg');
	background-size: 70% auto;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: initial_load 1.5s linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	opacity: 1;
}

@keyframes initial_load {
  0% {
	top: 0vh;
	left: 0vw;
    width: 100vw;
    height: 100vh;
	opacity: 1;
  }
  90% {
	top: 0vh;
	left: 0vw;
    width: 100vw;
    height: 100vh;
	opacity: 1;
  }
  100% {
    top: 1.5em;
	  left: 1em;
	  width: 40vw;
	  height: 13vh;
	  opacity: .6;
  }
}

@keyframes initial_load_content {
  0% {
	margin-top: 100vh;
	opacity: .8;
  }
  96% {
	margin-top: 100vh;
	opacity: .8;
  }
  100% {
	margin-top: 80vh;
	opacity: 1;
  }
}

blockquote p {
	font-size: 3em;
	line-height: .9em;
	opacity: .7;
}

blockquote {
  margin: 4rem 0;
  position: relative;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 2rem 0;
}

blockquote::before {
	content: "\0275D";
	font-size: 7rem;
	color: #f6891f;
	position: absolute;
	width: 100%;
	left: 0em;
	top: 0rem;
	text-align: center;
}

blockquote::after {
	content: "\0275E";
	font-size: 7em;
	color: #f6891f;
	position: absolute;
	bottom: -3.5rem;
	width: 100%;
	text-align: center;	
}

.wp-block-pullquote blockquote::before,
.wp-block-pullquote blockquote::after {
	content: "";
}

.wp-block-pullquote blockquote {
	font-size: 1rem;
}

#section1 {
	margin-top: 161vh;
}

#section2 {
	margin-top: 200vh;
}

@media (max-width: 850px) {
  #section1, #section2, #economicimpact {
	  margin-top: 0vh;
	}
}

#economicimpact { 
	margin-top: 180vh;
}

.section_content {
  color: #ffffff;
  margin: 3em 0em;
  text-align: center;
  background-color: rgba(5,0,0,.3);
  padding: 2em;
}

.section_content p {
  max-width: 70em;
	margin: 1em auto;
}

.bar_chart { 
  transform: rotate(90deg);
	width: 50rem;
	position: absolute;
	top: 13rem;
  left: -16em;
  height: 19em;
}

.bar_chart_container { 
	overflow: hidden;
	height: 50rem;
	position: relative;
	width: 19em;
	margin: 0px auto;
}

.bar_label { flex: 1 1 220px; font-weight: 500; font-size: 1rem; color: #ffffff; text-align: left;padding-left: 1em;transform: rotate(180deg);}
.bar { min-width: 12px; }
.bar_value { font-family: monospace; font-size: 1rem; color: #ab1763; transform: rotate(180deg);width: 4em;}
.bar_row:last-child { margin-bottom: 0; }

.wp-block-columns.alignwide,
.wp-block-image.alignwide {
	max-width: 90em;
	position: relative;
	margin: 3em -2em 3em -2em;
}

.wp-block-columns.alignfull,
.wp-block-image.alignfull {
  width: 100vw;
  margin-left: calc(100% - 64.5em);
  max-width: 100vw;
}

.wp-block-post-terms {
	margin: 3em 0;	
}

.taxonomy-category a {
	color: #cccccc;
	text-decoration: none;
	text-transform: uppercase;
}

.taxonomy-post_tag a {
	color: #000000;
	text-decoration: none;
	font-size: .8em;
	background-color: rgba(255,255,255,.7);
	backdrop-filter: blur(2px);
	padding: 0 .5em;
	border-radius: 8px;
	text-wrap: nowrap;
}

.taxonomy-post_tag a:hover,
.taxonomy-post_tag a:focus {
	background-color: #ffffff;
	color: #000000;
}

.wp-block-image.aligncenter {
	margin: 3em auto;
}

figcaption {
    font-size: .8em;
    line-height: 1.2em;
    color: #cccccc;
}

.section_header_image {
	width: 80%;
	margin: 7em auto;
	display: block;
	display: none;
}

@media (max-width: 850px) {
	.section_header_image {
	  display: block;
	}
}


.report_2025_svg {
    position: fixed;
    z-index: 1;
    width: 25vw;
    left: calc(2vw + 45px);
    top: 4vw;
    opacity: .15;
}

.single_grid {
	display: grid;
	grid-template-columns: 45px auto;
	position: relative;
}

@media (max-width: 850px) {
	.single_grid {
		display: block;
	}
}

.single_grid_column {
  position: relative;
  overflow: visible;
}

.single_grid_column .n_logo {
	z-index: 2;
	position: absolute;
	width: 35px;
	left: 7px;
	top: 9px;
}

.back_to_report {
	background-color: #d00000;
	position: absolute;
	z-index: 1;
	top: 62px;
	left: -287px;
	color: #ffffff;
	text-decoration: none;
	transform: rotate(-90deg);
	width: 600px;
	height: 25px;
	padding: 10px 10px;
	font-size: 15px;
	cursor: pointer;
}

.back_to_report:hover,
.back_to_report:focus {
	background-color: #800000;
	color: #ffffff;
}

#highlights {
	margin-top: 150vh;
}

footer {
  z-index: 1;
  position: relative;
  padding: 3em;
  margin: 20vh 3em 3em 3em;
	background: rgba(255,255,255,0.07);
	border-radius: 1.5rem;
  height: calc(100vh - 12em);
  backdrop-filter: blur(3px);
  border: 1px solid rgba(255,255,255,.23);
  display: flex;
  align-items: center;
}

.footer_report_2025_svg {
	width: 10em;
	margin: 0px auto 10em auto;
	display: block;
}

.footer a {
	color: #cccccc;
	text-decoration: none;
}

.page-template-home footer {
	margin-top: 150vh;
}

.wp-block-columns,
.wp-block-image {
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    backdrop-filter: blur(3px);
    padding: 1em;
    background-color: rgba(255, 255, 255, .04);
}

.wp-block-image img {
	border-radius: 10px;
}

.wp-block-columns .wp-block-image {
	padding: 0px;
	background-color: transparent;
	border: none;
	backdrop-filter: none;
}

.alignright {
	float: right;
}

.featured_image_caption {
	font-size: .7em;
	line-height: 1.2em;
	color: #ffffff;
	position: absolute;
	top: 0em;
	left: 0em;
	opacity: 1;
	background-color: rgba(0,0,0,.2);
	border-radius: 8px;
	padding: .2em 1em;
}

.featured_image_caption::before {
  content: "\025B4";
	font-weight: 800;
	color: #d00000;
	font-size: 2em;
	
}