@import url("https://wdn-cdn.unl.edu/wdn/templates_6.0/css/deprecated-5x.css");

:root {
  font-size: 1em;
}
.dcf-header,
#main-museum-nav {
  z-index: 998;
  background-color: transparent;
}
.unl-sm-logo {
  width: 345px !important;
  height: auto;
  position: absolute;
  top: 0;
  z-index: 998;
}
.museum,
.group-2 .museum {
  color: #fff;
  text-decoration: none;
  position: relative;
}
.dcf-slideshow-controls {
	z-index: 1;
}
.dcf-nav-menu-content-child .dcf-btn-close-dialog .dcf-fill-current {
  fill: #fff !important;
}
.group-2 .unl-bg-scarlet, .top-level .unl-bg-scarlet, .museum.bottom-nav {
  background-color: #99031e !important;
}
.background-morrill {
  background-color: #99031e;
}
.morrill-card .dcf-card {
  background-color: #99031e;
  color: #fff;
}
a.morrill-card .dcf-card:hover {
  box-shadow: none;
}
.theme .dcf-card.edu-block:hover {
  box-shadow: none;
}
a.morrill-card {
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
a.morrill-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px #99031e;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
a.morrill-card:hover::after {
  box-shadow: 0px 0px 0px 1em #99031e;
  opacity: 1;
}
a.morrill-card .museum {
  text-decoration: none;
  position: relative;
}
a.morrill-card .museum::after {
  content: "";
  position: absolute; /* Position relative to the parent */
  width: 0; /* Initially invisible */
  height: 4px; /* Adjust thickness as desired */
  bottom: -4px; /* Position at the bottom of the text */
  right: 0; /* Position at the left of the text */
  background-color: #ffffff; /* Set the underline color */
  transition: width 0.3s ease; /* Smooth animation */
}
/* Animate the underline on hover */
a.morrill-card .museum:hover::after {
  width: 100%; /* Expand to full width on hover */
}

.background-ashfall {
  background-color: #99031e;
}
.group-12 .unl-bg-scarlet {
  background-color: #99031e !important;
}
.ashfall-card .dcf-card {
  background-color: #99031e;
  color: #fff;
}
a.ashfall-card .dcf-card:hover {
  box-shadow: none;
}
a.ashfall-card {
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
a.ashfall-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px #99031e;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
a.ashfall-card:hover::after {
  box-shadow: 0px 0px 0px 1em #99031e;
  opacity: 1;
}
a.ashfall-card .museum {
  text-decoration: none;
  position: relative;
}
a.ashfall-card .museum::after {
  content: "";
  position: absolute; /* Position relative to the parent */
  width: 0; /* Initially invisible */
  height: 4px; /* Adjust thickness as desired */
  bottom: -4px; /* Position at the bottom of the text */
  right: 0; /* Position at the left of the text */
  background-color: #ffffff; /* Set the underline color */
  transition: width 0.3s ease; /* Smooth animation */
}
/* Animate the underline on hover */
a.ashfall-card .museum:hover::after {
  width: 100%; /* Expand to full width on hover */
}

.background-trailside {
  background-color: #99031e;
}
.group-7 .unl-bg-scarlet {
  background-color: #99031e !important;
}
.trailside-card .dcf-card {
  background-color: #99031e;
  color: #fff;
}
a.trailside-card .dcf-card:hover {
  box-shadow: none;
}
a.trailside-card {
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
a.trailside-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px #99031e;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
a.trailside-card:hover::after {
  box-shadow: 0px 0px 0px 1em #99031e;
  opacity: 1;
}

a.trailside-card .museum {
  text-decoration: none;
  position: relative;
}
a.trailside-card .museum::after {
  content: "";
  position: absolute; /* Position relative to the parent */
  width: 0; /* Initially invisible */
  height: 4px; /* Adjust thickness as desired */
  bottom: -4px; /* Position at the bottom of the text */
  right: 0; /* Position at the left of the text */
  background-color: #ffffff; /* Set the underline color */
  transition: width 0.3s ease; /* Smooth animation */
}
/* Animate the underline on hover */
a.trailside-card .museum:hover::after {
  width: 100%; /* Expand to full width on hover */
}
.Our-Family-Museums-nav {
}
.Our-Family-Museums-nav a.morrill-color {
  color: #99031e;
  text-decoration: none;
  position: relative;
}
.Our-Family-Museums-nav a.ashfall-color {
  color: #99031e;
  text-decoration: none;
  position: relative;
}
.Our-Family-Museums-nav a.trailside-color {
  color: #99031e;
  text-decoration: none;
  position: relative;
}

.Our-Family-Museums-nav a.morrill-color::after {
  content: "";
  position: absolute; /* Position relative to the parent */
  width: 0; /* Initially invisible */
  height: 2px; /* Adjust thickness as desired */
  bottom: 0; /* Position at the bottom of the text */
  right: 0; /* Position at the left of the text */
  background-color: #99031e; /* Set the underline color */
  transition: width 0.3s ease; /* Smooth animation */
}
/* Animate the underline on hover */
.Our-Family-Museums-nav a.morrill-color:hover::after {
  width: 100%; /* Expand to full width on hover */
}
.Our-Family-Museums-nav a.ashfall-color::after {
  content: "";
  position: absolute; /* Position relative to the parent */
  width: 0; /* Initially invisible */
  height: 2px; /* Adjust thickness as desired */
  bottom: 0; /* Position at the bottom of the text */
  right: 0; /* Position at the left of the text */
  background-color: #99031e; /* Set the underline color */
  transition: width 0.3s ease; /* Smooth animation */
}

/* Animate the underline on hover */
.Our-Family-Museums-nav a.ashfall-color:hover::after {
  width: 100%; /* Expand to full width on hover */
}
.Our-Family-Museums-nav a.trailside-color::after {
  content: "";
  position: absolute; /* Position relative to the parent */
  width: 0; /* Initially invisible */
  height: 2px; /* Adjust thickness as desired */
  bottom: 0; /* Position at the bottom of the text */
  right: 0; /* Position at the left of the text */
  background-color: #99031e; /* Set the underline color */
  transition: width 0.3s ease; /* Smooth animation */
}

/* Animate the underline on hover */
.Our-Family-Museums-nav a.trailside-color:hover::after {
  width: 100%; /* Expand to full width on hover test */
}

.top-nav-left {
  z-index: 998;
}
.dcf-nav-menu-content {
  background-color: #99031e;
}

.nav-block-logo {
  position: absolute;
  right: calc(69vw);
  top: 0;
  width: auto;
  max-width: 337px;
  height: auto;
  max-height: 164px;
  z-index: 999;
}
.nav-top-row {
  background-color: #e5e5e5;
  box-shadow: 0 4px 2px -2px rgba(63, 63, 63, 0.333);
  position: relative;
  z-index: 998;
}
.nav-mid-row {
  background-color: #d00000;
  border-bottom: #a3a3a3 solid 1px;
  z-index: 998;
}
.nav-bot-row {
  background-color: #9a031e;
  box-shadow: 0 4px 2px -2px rgba(63, 63, 63, 0.333);
  z-index: 998;
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: inherit;
}
.top-level .nav-bot-row {
  background-color: #99031e;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: inherit;
}
.group-2 .nav-bot-row {
  background-color: #99031e;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: inherit;
}
.group-7 .nav-bot-row {
  background-color: #99031e;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: inherit;
}
.group-12 .nav-bot-row {
  background-color: #9a031e;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: inherit;
}
.group-20 .nav-bot-row {
  background-color: #9a031e;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: inherit;
}
.nav-mid-row .middle-nav li a {
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.nav-bot-row .bottom-nav li a {
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.nav-mid-row .middle-nav li a:hover {
  text-decoration: underline;
}
.nav-bot-row .bottom-nav li a:hover {
  text-decoration: underline;
}
a .UNL-logo {
  transition: 0.3s;
}
a .UNL-logo:hover {
  text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.95);
}
/*
.bottom-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.nav-bot-row.dcf-nav-menu ul li ul {
  padding-left: 0;

}
*/
.lato-thin {
  font-family: "Lato", serif;
  font-weight: 100;
  font-style: normal;
}
.lato-light {
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: normal;
}
.lato-regular {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
}
.lato-bold {
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: normal;
}
.lato-black {
  font-family: "Lato", serif;
  font-weight: 900;
  font-style: normal;
}
.lato-thin-italic {
  font-family: "Lato", serif;
  font-weight: 100;
  font-style: italic;
}
.lato-light-italic {
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: italic;
}
.lato-regular-italic {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: italic;
}
.lato-bold-italic {
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: italic;
}
.lato-black-italic {
  font-family: "Lato", serif;
  font-weight: 900;
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: normal;
}
p,
ul {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
}
.visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.hamburger {
  margin: 0 auto;
  width: 30px;
  height: 20px;
  position: relative;
  line-height: 1px;
}
.hamburger .bar {
  padding: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  border-radius: 1px;
  transition: all 0.4s ease-in-out;
  position: absolute;
}
.bar1 {
  top: 5px;
}
.bar2,
.bar3 {
  top: 12px;
}
.bar3 {
  right: 0;
}
.bar4 {
  bottom: 0px;
}
/* HAMBURGER 1 */
.checkbox1:checked + label > .hamburger1 > .bar1 {
  transform: rotate(45deg);
  transform-origin: 20%;
  width: 30px;
  height: 2px;
  line-height: 1;
}
.checkbox1:checked + label > .hamburger1 > .bar2 {
  transform: translateX(-30px);
  background-color: transparent;
}
.checkbox1:checked + label > .hamburger1 > .bar3 {
  transform: translateX(30px);
  background-color: transparent;
}
.checkbox1:checked + label > .hamburger1 > .bar4 {
  transform-origin: 20%;
  transform: rotate(-45deg);
  width: 30px;
}
@supports (display: grid) {
  .unl-grid-cols {
    grid-template-columns: 5.6186556843vw 3.160493824rem 1rem 1fr 1fr 5.6186556843vw;
  }
}
@supports (display: grid) {
  @media only screen and (min-width: 42.09em) {
    .unl-grid-cols {
      grid-template-columns: 5.6186556843vw 3.160493824rem 1rem 1fr 1fr 3.160493824vw 3.160493824rem 1rem 1fr 1fr 5.6186556843vw;
    }
  }
}
@supports (display: grid) {
  @media only screen and (min-width: 74.83em) {
    .unl-grid-cols {
      grid-template-columns: 5.6186556843vw 3.160493824rem 1rem 2fr 1fr 3.160493824rem 1rem 3.160493824vw 3.160493824rem 1rem 1fr 2fr 3.160493824rem 1rem 5.6186556843vw;
    }
  }
}
.unlcms-display-banner {
  z-index: 1;
  position: relative;
}
@media (min-width: 42.09em) {
  .unlcms-display-banner {
    grid-template-rows: 1fr auto auto 0.78rem;
    height: 63vh;
    max-height: 31.57em;
  }
}
@media (max-width: 42.09em) {
  .unlcms-display-banner {
    grid-template-rows: auto auto auto;
    padding-bottom: 2.37em;
  }
}
@media (min-width: 42.09em) {
  .unlcms-display-banner-text-c {
    align-items: center;
    display: flex;
    flex-direction: column;
    grid-area: 2 / 2 / 3 / -2;
    text-align: center;
  }
}
@media (max-width: 42.09em) {
  .unlcms-display-banner-text {
    grid-area: 2 / 2 / 3 / -2;
    padding-top: 1em;
  }
}
@media (min-width: 42.09em) {
  .unlcms-display-banner-img {
    grid-area: 1 / 1 / -1 / -1;
  }
}
@media (max-width: 42.09em) {
  .unlcms-display-banner-img {
    grid-area: 1 / 1 / 2 / -1;
  }
}
.media-entity {
  display: grid;
}
.dropshadow {
  -webkit-box-shadow: 0px 4px 2px -2px rgba(75, 75, 75, 0.25);
  box-shadow: 0px 4px 2px -2px rgba(75, 75, 75, 0.25);
}
.nav-wrapper {
  width: 69vw;
  max-width: 1282px;
}
.museum-bg {
  background-image: url("/images/bg-wavy-01.jpg");
  background-repeat: repeat-y;
  background-size: contain;
}
.cta-bg {
  background-image: url("/images/bg-CTA-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-bg-morrill {
  background-image: url("/images/bg-CTA-02.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.news-bg {
  border-color: #ccccca;
  background-color: #f4f3f0;
}
.lil-archie {
  background-image: url("/images/archie-skeleton02.png");
  background-repeat: no-repeat;
  background-position: 95% 100%;
}
.tan-light {
  background-color: #f8f7f4;
}
.tan-mid {
  background-color: #f1eee8;
}
.tan-dark {
  background-color: #e4dece;
  background-image: url("/images/bg-wavy-03.jpg");
  background-repeat: repeat-y;
  background-size: cover;
}
.membership-bg {
  background-image: url("/images/morrill-hall-interior-01.jpg");
  background-size: cover;
}
.research-overlay {
  background-color: rgba(0, 0, 0, 0.45);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  transition-property: background-color;
}
.hero-overlay {
  background-color: rgba(0, 0, 0, 0.45);
}
a .research-overlay:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
a .research-overlay h4::after {
  content: "";
  position: absolute; /* Position relative to the parent */
  width: 0; /* Initially invisible */
  height: 2px; /* Adjust thickness as desired */
  bottom: 0; /* Position at the bottom of the text */
  right: 0; /* Position at the left of the text */
  background-color: #fff; /* Set the underline color */
  transition: width 0.3s ease; /* Smooth animation */
}
/* Animate the underline on hover */
a .research-overlay h4:hover::after {
  width: 100%; /* Expand to full width on hover */
}

/* //////Menu banner/flag shape START////// */
.top {
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 1.7em),
    50% 100%,
    0 calc(100% - 1.7em)
  );
  background-color: #3d3a3a;
}
/* //////Menu banner/flag shape END////// */

/* .dcf-btn .dcf-btn-secondary:hover {
  background-color: #3d3a3a;
  color:#fff;
} 
.theme .dcf-btn-secondary:not(:disabled):hover, .theme .dcf-btn-secondary:not(:disabled):active, .theme .dcf-btn-tertiary:not(:disabled):hover, .theme .dcf-btn-tertiary:not(:disabled):active {
    background-color: var(--bg-btn-secondary-tertiary-hover);
    color: #fff;
} */

.edu-block {
  background-color: transparent;
}
.education-button {
  background-color: #454545;
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
.education-button::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px #99031e;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.education-button:hover {
  background-color: #99031e;
}
.education-button:hover::after {
  box-shadow: 0px 0px 0px 1em #99031e;
  opacity: 1;
}
.mus-flex {
  flex-direction: row;
}
.inset-block {
  right: 66%;
  background-color: #f4f3ef;
  width: 350px;
  z-index: 3;
  position: absolute;
}
.mag-bleed {
  height: 48vw;
  max-height: 750px;
  min-height: 350px;
}
@media screen and (max-width: 1070px) {
  .inset-block {
    right: 55%;
  }
}
@media screen and (max-width: 820px) {
  .inset-block {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .mus-flex {
    flex-direction: column;
  }
  .mag-bleed {
    height: 48vw;
    max-height: 750px;
    min-height: 350px;
    width: 100%;
  }
}
.event-date {
  background-color: #454545;
  width: fit-content;
}
.event-month {
  background-color: #d00000;
  width: 100%;
}
.circle-button {
  width: 5em;
  height: 5em;
  background-color: #e5e5e5;
  text-decoration: none;
  border-color: #e5e5e5;
  color: #000;
}
/*  FOOTER UPDATES START  */
.dcf-footer.museum {
  background-color: #454545;
}
#dcf-footer-group-1-heading,
#block-morrill-views-block-group-contact-info-block {
  padding-top: 3px;
}
#block-morrill-relatedlinks,
#block-morrill-views-block-group-related-links-block {
  padding-top: 1.5em;
}
#dcf-footer-group-1-heading,
#block-morrill-relatedlinks H2,
#block-morrill-views-block-group-contact-info-block H2,
#block-morrill-views-block-group-related-links-block H2 {
  color: #fff !important;
}
#dcf-footer-group-1-heading,
#block-morrill-relatedlinks H2,
#block-morrill-views-block-group-contact-info-block H2,
#block-morrill-views-block-group-related-links-block H2 {
  font-size: 1.1250000003em !important;
}
.dcf-footer.museum a:link,
.dcf-footer.museum a:visited,
#block-morrill-contactinfo a:link,
#block-morrill-contactinfo a:visited,
#block-morrill-relatedlinks a:link,
#block-morrill-relatedlinks a:visited,
#block-morrill-views-block-group-contact-info-block a:link,
#block-morrill-views-block-group-contact-info-block a:visited,
#block-morrill-views-block-group-related-links-block a:link,
#block-morrill-views-block-group-related-links-block a:visited {
  color: #fff !important;
  text-decoration: none;
}
.dcf-footer.museum a:hover,
#block-morrill-contactinfo a:hover,
#block-morrill-relatedlinks a:hover,
#block-morrill-views-block-group-contact-info-block a:hover,
#block-morrill-views-block-group-related-links-block a:hover {
  text-decoration: underline;
}
#block-morrill-relatedlinks ul,
#block-morrill-views-block-group-related-links-block ul {
  list-style-type: none;
  padding-left: 0;
}
#block-morrill-relatedlinks p,
#block-morrill-views-block-group-related-links-block p {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 56.12em) {
  #dcf-footer-group-1-heading,
  #block-morrill-relatedlinks H2,
  #block-morrill-views-block-group-contact-info-block H2,
  #block-morrill-views-block-group-related-links-block H2 {
    font-size: 1.333333333em !important;
  }
}
.dcf-footer.museum .contextual-links a:link,
.dcf-footer.museum .contextual-links a:visited,
#block-morrill-contactinfo .contextual-links a:link,
#block-morrill-contactinfo .contextual-links a:visited,
#block-morrill-relatedlinks .contextual-links a:link,
#block-morrill-relatedlinks .contextual-links a:visited
{
	 color: #333 !important;
  text-decoration: none;
}

/*  FOOTER UPDATES END  */

.icon-membership::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px #99031e;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.icon-donate {
}
.icon-get-involved {
}
.icon-search {
}

.mobile-hide {
  display: grid;
}
.mobile-show {
  display: none;
}
@media (max-width: 736px) {
  /* smartphones, iPhone, portrait 480x320 phones */
  .mobile-hide {
    display: none !important;
  }
  .mobile-show {
    display: inherit;
  }
}
@media only screen and (max-width: 897px) and (orientation: landscape) {
  .mobile-hide {
    display: none !important;
  }
  .mobile-show {
    display: inherit;
  }
}
@media (min-width: 320px) {
  /* smartphones, iPhone, portrait 480x320 phones */
}
@media (min-width: 481px) {
  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
}
@media (min-width: 641px) {
  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}
@media (min-width: 961px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
}
@media (min-width: 1025px) {
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 1281px) {
  /* hi-res laptops and desktops */
}
.group-2-planetarium {
  background-image: url("/images/planetarium_bg_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.member-levels a {
  text-decoration: none;
  color: #99031e;
}
.research-btn {
  display: block;
  background-color: rgba(0, 0, 0, 0.65);
  transition-behavior: normal;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  transition-property: background-color;
}

.research-btn:hover {
  background-color: rgba(0, 0, 0, 1);
}
@media only screen and (min-width: 56.12em) {
  .dcf-header-global-child {
    margin-left: 0;
  }
  .dcf-nav-menu {
    display: inherit;
    /* flex-wrap: nowrap; */
    padding-left: 0;
    padding-right: 0;
  }
}
.top-level .nav-bot-row .dcf-nav-menu {
  background-color: #99031e;
}
.group-2 .nav-bot-row .dcf-nav-menu {
  background-color: #99031e;
}
.group-12 .nav-bot-row .dcf-nav-menu {
  background-color: #9a031e;
}
.group-7 .nav-bot-row .dcf-nav-menu {
  background-color: #99031e;
}
.group-16 .nav-bot-row .dcf-nav-menu {
  background-color: #99031e;
}
.group-20 .nav-bot-row .dcf-nav-menu {
  background-color: #99031e;
}
.background-morrill {
  background-color: #99031e;
}
.dcf-nav-menu-child a,
.dcf-nav-menu-child button {
  line-height: 1.333333333;
  display: inherit;
  padding: 0;
}
.group-2 .dcf-nav-menu-child .dcf-nav-local ul {
  background-color: #99031e;
}
.group-12 .dcf-nav-menu-child .dcf-nav-local ul {
  background-color: #99031e;
}
.group-7 .dcf-nav-menu-child .dcf-nav-local ul {
  background-color: #99031e;
}
.group-16 .dcf-nav-menu-child .dcf-nav-local ul {
  background-color: #99031e;
}
.group-20 .dcf-nav-menu-child .dcf-nav-local ul {
  background-color: #99031e;
}
.top-level .dcf-nav-menu-child .dcf-nav-local ul {
  background-color: #99031e;
}
.dcf-nav-local ul ul {
  margin-top: 1em;
  margin-bottom: 0;
  padding-bottom: 1em;
}
.theme .dcf-nav-toggle-btn {
  flex-basis: inherit;
}
.theme.group-2 .dcf-nav-toggle-btn-menu ~ .dcf-nav-local {
  background-color: #9a031e;
}
.theme.group-7 .dcf-nav-toggle-btn-menu ~ .dcf-nav-local {
  background-color: #9a031e;
}
.theme.group-12 .dcf-nav-toggle-btn-menu ~ .dcf-nav-local {
  background-color: #9a031e;
}
.theme.group-16 .dcf-nav-toggle-btn-menu ~ .dcf-nav-local {
  background-color: #9a031e;
}
.theme.top-level .dcf-nav-toggle-btn-menu ~ .dcf-nav-local {
  background-color: #9a031e;
}
.dcf-nav-local > ul:first-child {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.dcf-header-global {
  display: block !important;
}
/* Button hover issue */
.theme .dcf-btn-primary:not(:disabled):hover,
.theme .dcf-btn-primary:not(:disabled):active {
  background-color: var(--bg-btn-primary-hover);
  border-color: var(--b-btn-primary-hover);
  color: var(--btn-primary);
}
.dcf-btn-secondary,
.dcf-btn-secondary:link {
  background-color: var(--bg-btn-secondary);
  border-color: var(--bg-btn-secondary);
  color: var(--btn-secondary);
}
@media only screen and (min-width: 42.09em) {
  .dcf-nav-local > ul:first-child {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 56.12em) {
  .dcf-header-global {
    display: inline-flex;
    flex-direction: row;
  }
  .dcf-nav-local > ul:first-child {
    grid-template-columns: repeat(5, 1fr);
    overflow: hidden;
    width: 100%;
  }
  .theme .dcf-nav-local > ul > li {
    position: relative;
    width: 100%;
  } 
  .group-20 .nav-top-row-mobile,
  .group-2 .nav-bot-row-mobile,
  .group-12 .nav-bot-row-mobile,
  .group-7 .nav-bot-row-mobile,
  .museum-mobile-menu {
    display: none;
  }
}

@media only screen and (max-width: 56.12em) {
  .dcf-nav-menu a,
  .dcf-nav-menu button {
    margin-left: 0;
  }

  .top-level .nav-bot-row,
  .group-2 .nav-bot-row {
    justify-content: flex-start;
    width: 100%;
    /* opacity: 1;
    visibility: visible; */
  }
  .nav-wrapper {
    width: 100vw;
    max-width: 1282px;
  }
  .mobile-logo-hide,
  .nav-block-logo,
  .nav-bot-row,
  .museum-button-catch,
  .Button-menu-holder,
  .top-level .top-nav-right::before,
  .group-2 .top-nav-right::before,
  .group-12 .top-nav-right::before,
  .group-7 .top-nav-right::before,
  .top-level .nav-top-row,
  .top-level .nav-mid-row {
    opacity: 0;
    visibility: hidden;
    display: none !important;
  }
  .theme .dcf-nav-toggle-btn {
    flex-basis: 25%;
  }

  .group-20 .nav-top-row-mobile,
  .group-2 .nav-top-row-mobile,
  .group-12 .nav-top-row-mobile,
  .group-7 .nav-top-row-mobile {
    background-color: #e5e5e5;
    box-shadow: 0 4px 2px -2px rgba(63, 63, 63, 0.333);
    z-index: 998;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .group-20 .nav-bot-row-mobile, .top-level .nav-bot-row-mobile {
    background-color: #99031E;
    display: flex;
    justify-content: center;
    overflow: visible;
    height: 134px;
    position: relative;
  }
  .group-2 .nav-bot-row-mobile {
    background-color: #99031E;
    display: flex;
    justify-content: center;
    overflow: visible;
    height: 134px;
    position: relative;
  }
  .group-7 .nav-bot-row-mobile {
    background-color: #99031E;
    display: flex;
    justify-content: center;
    overflow: visible;
    height: 134px;
    position: relative;
  }
  .group-12 .nav-bot-row-mobile {
    background-color: #99031E;
    display: flex;
    justify-content: center;
    overflow: visible;
    height: 134px;
    position: relative;
  }
.group-16 .nav-bot-row-mobile {
    background-color: #99031E;
    display: flex;
    justify-content: center;
    overflow: visible;
    height: 134px;
    position: relative;
  }
.group-20 .nav-bot-row-mobile {
    background-color: #99031E;
    display: flex;
    justify-content: center;
    overflow: visible;
    height: 134px;
    position: relative;
  }
  .dcf-nav-menu {
    height: 0;
    opacity: 0;
    pointer-events: visible;
    position: fixed;
    transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
      visibility 0ms 0.4s;
    visibility: hidden;
    width: 100%;
    z-index: 998;
  }
  .group-2 .dcf-nav-menu-child {
    -webkit-overflow-scrolling: touch;
    background-color: var(--bg-brand-alpha);
    bottom: 4.2139917643em;
    height: 57vh;
    overflow-y: auto;
    padding-left: 5.6186556843vw;
    padding-right: 5.6186556843vw;
    position: fixed;
    padding-top: 1em;
  }
}

/* backgrounds */
.museum-bg {
  background-image: url(/sites/unl.edu.nebraska-state-museum/files/media/image/bg-wavy-01.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.unlcms-cta-block,
.cta-bg {
  background-image: url(/sites/unl.edu.nebraska-state-museum/files/media/image/bg-CTA-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#planetarium {
  background-image: url(/sites/unl.edu.nebraska-state-museum/files/media/image/planetarium_bg_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
/* planetarium node text box fix */
.page-node-177 .layout__region--second .dcf-card-block > h3:first-child,
.cms-node-include-177 .layout__region--second .dcf-card-block > h3:first-child {
  display: none;
}
.page-node-177 .layout__region--second .dcf-card-block > :nth-child(2),
.cms-node-include-177 .layout__region--second .dcf-card-block > :nth-child(2) {
  margin-top: 0;
}
.page-node-177 .layout__region--second .dcf-card,
.cms-node-include-177 .layout__region--second .dcf-card {
  font-size: 1em;
}
/* from top level edu block */
.background-morrill {
  background-color: #9a031e;
}
.morrill-card .dcf-card {
  background-color: #9a031e;
  color: #fff;
}
a.morrill-card .dcf-card:hover {
  box-shadow: none;
}
.theme .dcf-card.edu-block:hover {
  box-shadow: none;
}
a.morrill-card {
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
a.morrill-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px #9a031e;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
a.morrill-card:hover::after {
  box-shadow: 0px 0px 0px 1em #9a031e;
  opacity: 1;
}
a.morrill-card .museum {
  text-decoration: none;
  position: relative;
}
a.morrill-card .museum::after {
  content: "";
  position: absolute; /* Position relative to the parent */
  width: 0; /* Initially invisible */
  height: 4px; /* Adjust thickness as desired */
  bottom: -4px; /* Position at the bottom of the text */
  right: 0; /* Position at the left of the text */
  background-color: #ffffff; /* Set the underline color */
  transition: width 0.3s ease; /* Smooth animation */
}
/* Animate the underline on hover */
a.morrill-card .museum:hover::after {
  width: 100%; /* Expand to full width on hover */
}

.background-ashfall {
  background-color: #99031e;
}
.ashfall-card .dcf-card {
  background-color: #99031e;
  color: #fff;
}
a.ashfall-card .dcf-card:hover {
  box-shadow: none;
}
a.ashfall-card {
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
a.ashfall-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px #99031e;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
a.ashfall-card:hover::after {
  box-shadow: 0px 0px 0px 1em #99031e;
  opacity: 1;
}
a.ashfall-card .museum {
  text-decoration: none;
  position: relative;
}
a.ashfall-card .museum::after {
  content: "";
  position: absolute; /* Position relative to the parent */
  width: 0; /* Initially invisible */
  height: 4px; /* Adjust thickness as desired */
  bottom: -4px; /* Position at the bottom of the text */
  right: 0; /* Position at the left of the text */
  background-color: #ffffff; /* Set the underline color */
  transition: width 0.3s ease; /* Smooth animation */
}
/* Animate the underline on hover */
a.ashfall-card .museum:hover::after {
  width: 100%; /* Expand to full width on hover */
}

.background-trailside {
  background-color: #9a031e;
}
.trailside-card .dcf-card {
  background-color: #9a031e;
  color: #fff;
}
a.trailside-card .dcf-card:hover {
  box-shadow: none;
}
a.trailside-card {
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
a.trailside-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px #9a031e;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
a.trailside-card:hover::after {
  box-shadow: 0px 0px 0px 1em #9a031e;
  opacity: 1;
}

a.trailside-card .museum {
  text-decoration: none;
  position: relative;
}
a.trailside-card .museum::after {
  content: "";
  position: absolute; /* Position relative to the parent */
  width: 0; /* Initially invisible */
  height: 4px; /* Adjust thickness as desired */
  bottom: -4px; /* Position at the bottom of the text */
  right: 0; /* Position at the left of the text */
  background-color: #ffffff; /* Set the underline color */
  transition: width 0.3s ease; /* Smooth animation */
}
/* Animate the underline on hover */
a.trailside-card .museum:hover::after {
  width: 100%; /* Expand to full width on hover */
}

.lato-bold {
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: normal;
}

.museum,
.morrill .museum {
  color: #fff;
  text-decoration: none;
  position: relative;
}

.lato-bold {
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: normal;
}

.edu-block {
  background-color: transparent;
}

.education-button {
  background-color: #454545;
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
.education-button::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px #99031e;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.education-button:hover {
  background-color: #99031e;
}
.education-button:hover::after {
  box-shadow: 0px 0px 0px 1em #99031e;
  opacity: 1;
}
.museum,
.morrill .museum {
  color: #fff;
  text-decoration: none;
  position: relative;
}

/* START fixed View/Edit/Layout buttons */

.region.region-navlinks #block-morrill-local-tasks.contextual-region ul,
.region.region-navlinks #block-morrill-local-tasks--2.contextual-region ul {
  bottom: -8em !important;
  background: red;
}
.region.region-navlinks #block-morrill-local-tasks.contextual-region ul li a,
.region.region-navlinks
  #block-morrill-local-tasks--2.contextual-region
  ul
  li
  a {
  padding: 1em;
  font-size: 1.2em;
}

/*
<div id="block-morrill-local-tasks" class="contextual-region" style="
    display: inline-flex;
    align-items: flex-end;
    flex-flow: row;
    justify-content: flex-end;
    width: inherit;
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 9em;
">
*/
/* END fixed View/Edit/Layout buttons */

/* START CMS Messages top/bottom padding issue (cant read content) */
/*
#block-morrill-content--2 {
	margin: 4em 0;
}
.node-type-builder-page #block-morrill-content--2, .node-type-collection #block-morrill-content--2 {
	margin: 0;
}
*/
/* END CMS Messages top/bottom padding issue (cant read content) */

/* START CMS overlapping menus issue */
#drupal-off-canvas-wrapper {
  z-index: 1000;
}
/* END CMS overlapping menus issue */

/* START CMS overlapping Dropdowns on Group Nodes issue */
.js .dropbutton-widget .dropbutton {
  padding: 5px;
}
.dropbutton-multiple .dropbutton .secondary-action {
  display: none;
  z-index: 1000;
  position: relative;
}
.cols-5.sticky-enabled.sticky-table,
.cols-5.sticky-enabled,
.dropbutton-wrapper.dropbutton-multiple,
.dropbutton-widget {
  background: white;
}
.dropbutton-wrapper.dropbutton-multiple.open .dropbutton-widget {
  background: #e5e5e5;
}
.cols-5.sticky-enabled.sticky-table th,
.cols-5.sticky-enabled.sticky-table td,
.cols-5.sticky-enabled th,
.cols-5.sticky-enabled td {
  padding: 10px;
}
/* END CMS overlapping Dropdowns on Group Nodes issue */

/* START Collections views styling  */
.views-element-container [itemprop="dateline"] {
  xxxdisplay: none;
}
/* END Collections views styling  */
.dcf-card {
  font-size: 1em;
}
.hide-hero-size > :nth-child(2) {
  display: none;
}
.dcf-card-block {
  padding: 1.2em 2.3703703686em 1.7777777769em;
}
/*  BACKGROUNDS  */
.lil-archie,
#lil-archie,
#lil-archie01,
#lil-archie02 {
  background-color: #f1eee8;
  background-image: url(/sites/unl.edu.nebraska-state-museum/files/media/image/archie-skeleton02.png);
  background-repeat: no-repeat;
  background-position: 95% 100%;
}
#tan-light,
#tan-light01,
#tan-light02,
#tan-light03,
#tan-light04,
#tan-light05,
#tan-light06,
#tan-light07,
#tan-light08,
#tan-light09 {
  background-color: #f8f7f4;
}
#tan-mid,
#tan-mid01,
#tan-mid02,
#tan-mid03,
#tan-mid04,
#tan-mid05,
#tan-mid06,
#tan-mid07,
#tan-mid08,
#tan-mid09 {
  background-color: #f1eee8;
}
#tan-dark,
#tan-dark01,
#tan-dark02,
#tan-dark03,
#tan-dark04,
#tan-dark05,
#tan-dark06,
#tan-dark07,
#tan-dark08,
#tan-dark09 {
  background-color: #e4dece;
  background-repeat: repeat-y;
  background-size: cover;
}
#tan-pat,
#tan-pat01,
#tan-pat02,
#tan-pat03,
#tan-pat04,
#tan-pat05,
#tan-pat06,
#tan-pat07,
#tan-pat08,
#tan-pat09 {
  background-color: #e4dece;
  background-image: url("/sites/unl.edu.nebraska-state-museum/files/media/image/bg-wavy-03.jpg");
  background-repeat: repeat-y;
  background-size: cover;
}

/* START Card Component fixes ???  */
/*
.card-view-fix .dcf-card .media-entity-bundle--image {
    margin-bottom: 0;
    bottom: 0 !important;
    left: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}
*/
.card-view-fix .dcf-card img {
  object-fit: cover !important;
  height: 100% !important;
  width: 100% !important;
  display: block !important;
}
.card-view-fix .dcf-card {
  height: 100%;
}
.card-view-fix .dcf-card ~ .dcf-card {
  height: auto;
}
.card-view-fix .dcf-card:has(+ .dcf-card) {
  height: auto;
}
.card-view-fix .dcf-card ~ .layout-builder__add-block {
  position: relative;
  top: -5.1em;
}
.card-view-fix .dcf-card ~ .dcf-card ~ .layout-builder__add-block {
  position: static;
}
/*
.unlcms-component-spacer ~ .dcf-card,.dcf-card:has(+ .unlcms-component-spacer) {
    height: auto;
}
*/
/*  END Card Component fixes ???  */

.unl-upcoming-events,
.museum-bg {
  background-color: #e4dece;
  background-image: url("/sites/unl.edu.nebraska-state-museum/files/media/image/bg-wavy-03.jpg") !important;
  background-repeat: repeat-y;
  background-size: cover;
}

.dcf-table {
  width: 100%;
}

/*  SECONDARY COLORS   */
.museum-blue {
  color: #347ba9;
}
.museum-blue-dark {
  color: #104f78;
}
.museum-gold {
  color: #d14800;
}
.museum-gold-dark {
  color: #5e0c01;
}
.museum-red {
  color: #d00000;
}
.museum-btn-gold,
.museum-btn-gold:link,
.museum-btn-gold:visited {
  background-color: #d14800;
  border-color: #d14800;
  color: #fff;
}
.museum-btn-gold:not(:disabled):hover,
.museum-btn-gold:not(:disabled):active {
  background-color: #5e0c01;
  border-color: #5e0c01;
  color: #fff;
}
.musem-btn-blue,
.museum-btn-blue:link,
.museum-btn-blue:visited {
  background-color: #347ba9;
  border-color: #347ba9;
  color: #fff;
}
.museum-btn-blue:not(:disabled):hover,
.museum-btn-blue:not(:disabled):active {
  background-color: #104f78;
  border-color: #104f78;
  color: #fff;
}
.unl-bg-dark-gray  {
	background-color: #6a6a68;
}
/* slide show UNL classes */
.unl .dcf-btn-toggle-figcaption {
	padding: 1em
}
.unl .dcf-figcaption-toggle {
	background-color: var(--bg-overlay-dark);
	clip-path: polygon(100% 0, 100% 100%, calc(10px + 2.5rem) 100%, calc(10px + 2.5rem) calc(100% - 10px - 2.5rem), 0 calc(100% - 10px - 2.5rem), 0 0);
	color: #fefdfa;
	padding: 1em 8em 1.56rem 1.56em;
	transition: opacity .5s ease-in-out
}
.unl .dcf-btn-toggle-figcaption {
	background-color: var(--bg-overlay-dark);
	border-color: transparent;
	bottom: 3px;
	color: #ebebeb;
	left: 3px
}
.unl .dcf-btn-toggle-figcaption .unl-btn-toggle-figcaption-icon-open {
	transition: opacity .25s ease-in-out
}
.unl .dcf-btn-toggle-figcaption[aria-expanded=false] .unl-btn-toggle-figcaption-icon-open {
	opacity: 1
}
.unl .dcf-btn-toggle-figcaption[aria-expanded=true] .unl-btn-toggle-figcaption-icon-open {
	opacity: 0
}
.unl .dcf-btn-toggle-figcaption .unl-btn-toggle-figcaption-icon-close-1, .unl .dcf-btn-toggle-figcaption .unl-btn-toggle-figcaption-icon-close-2 {
	transform-origin: 50% 50%;
	transition: transform .25s ease-in-out
}
.unl .dcf-btn-toggle-figcaption[aria-expanded=false] .unl-btn-toggle-figcaption-icon-close-1, .unl .dcf-btn-toggle-figcaption[aria-expanded=false] .unl-btn-toggle-figcaption-icon-close-2 {
	transform: rotate(0)
}
.unl .dcf-btn-toggle-figcaption[aria-expanded=true] .unl-btn-toggle-figcaption-icon-close-1 {
	transform: rotate(45deg)
}
.unl .dcf-btn-toggle-figcaption[aria-expanded=true] .unl-btn-toggle-figcaption-icon-close-2 {
	transform: rotate(-45deg)
}
/*  UNL FIXES   */
.unl .dcf-footer:before {
    aspect-ratio: 1 / 1;
    background: none;
    display: none;
}

/*  DARKMODE  */
@media (prefers-color-scheme: dark) {
  .layout-builder__section > .layout-builder__link {
    background: #000;
  }
 @supports (filter: brightness(1) contrast(1)) {
    img {
         filter: none;
    	}
    }
  .nav-top-row {
    background-color: #7c7b7b;
  }
  .Our-Family-Museums-nav a.morrill-color {
    color: #fff;
  }
  .Our-Family-Museums-nav a.ashfall-color {
    color: #fff;
  }
  .Our-Family-Museums-nav a.trailside-color {
    color: #fff;
  }
  .Our-Family-Museums-nav a.morrill-color::after {
    background-color: #fff; /* Set the underline color */
  }

  .Our-Family-Museums-nav a.ashfall-color::after {
    background-color: #fff; /* Set the underline color */
  }

  .Our-Family-Museums-nav a.trailside-color::after {
    background-color: #fff; /* Set the underline color */
  }
  .museum-bg {
    background-image: url("/sites/unl.edu.nebraska-state-museum/files/media/image/bg-wavy-dark-03.jpg") !important;
  }
.unl-bg-dark-gray  {
	background-color: #6A6A68;
}
  .lil-archie,
  #lil-archie,
  #lil-archie01,
  #lil-archie02 {
    background-color: #473422;
    background-image: url(/sites/unl.edu.nebraska-state-museum/files/media/image/archie-skeleton02.png);
  }
  #tan-light,
  #tan-light01,
  #tan-light02,
  #tan-light03,
  #tan-light04,
  #tan-light05,
  #tan-light06,
  #tan-light07,
  #tan-light08,
  #tan-light09 {
    background-color: #483623;
  }
  #tan-mid,
  #tan-mid01,
  #tan-mid02,
  #tan-mid03,
  #tan-mid04,
  #tan-mid05,
  #tan-mid06,
  #tan-mid07,
  #tan-mid08,
  #tan-mid09 {
    background-color: #473422;
  }
  #tan-dark,
  #tan-dark01,
  #tan-dark02,
  #tan-dark03,
  #tan-dark04,
  #tan-dark05,
  #tan-dark06,
  #tan-dark07,
  #tan-dark08,
  #tan-dark09 {
    background-color: #311d01;
  }
  #tan-pat,
  #tan-pat01,
  #tan-pat02,
  #tan-pat03,
  #tan-pat04,
  #tan-pat05,
  #tan-pat06,
  #tan-pat07,
  #tan-pat08,
  #tan-pat09 {
    background-color: #45321e;
    background-image: url("/sites/unl.edu.nebraska-state-museum/files/media/image/bg-wavy-dark-03.jpg");
  }
  .unl-upcoming-events {
    background-color: #45321e;
    background-image: url("/sites/unl.edu.nebraska-state-museum/files/media/image/bg-wavy-dark-03.jpg") !important;
  }
  .museum-blue {
    color: #a3c2cf;
  }
  .museum-blue-dark {
    color: #7aaac2;
  }
  .museum-gold {
    color: #ffd0a3;
  }
  .museum-gold-dark {
    color: #eb8e4b;
  }
  .museum-red {
    color: #fff;
  }
  .museum-btn-gold,
  .museum-btn-gold:link {
    background-color: #ffd0a3;
    border-color: #ffd0a3;
    color: #000;
  }
  .museum-btn-gold:not(:disabled):hover,
  .museum-btn-gold:not(:disabled):active {
    background-color: #eb8e4b;
    border-color: #eb8e4b;
  }
  .museum-btn-blue,
  .museum-btn-blue:link {
    background-color: #a3c2cf;
    border-color: #a3c2cf;
    color: #000;
  }
  .museum-btn-blue:not(:disabled):hover,
  .museum-btn-blue:not(:disabled):active {
    background-color: #347ba9;
    border-color: #347ba9;
  }
}
