#hero {
  background-image: url('https://attstadium.com/wp-content/uploads/2019/01/ATT-Stadium_SkyMirror_Exterior.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  height: 52vw;
  max-height: 300px;
  width: 100%;
}
@media (min-width: 992px) {
  #hero {
    max-height: 350px;
  }
}
@media (min-width: 1200px) {
  #hero {
    max-height: 450px;
  }
}
#hero h1 {
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.6), 0px 6px 10px rgba(0, 0, 0, 0.3), 0px 0px 7px rgba(0, 0, 0, 0.6);
}
body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
body .main-header.left .logo {
  float: left;
}
/* Vestigial */
.main-content.art-collection {
  margin: 90px auto;
  max-width: 1800px;
}
.wrapper.actions {
  margin-bottom: 90px;
}
.desktop-download,
.cta-block,
.mobile-ui {
  text-align: center;
  padding: 0 15px;
  margin: 30px auto;
  max-width: 450px;
}
.archive .cta-block {
  margin-bottom: 90px;
}
.mobile-ui .cta.alt,
.cta-block .cta.alt {
  display: block;
}
.desktop-heading,
#intro {
  display: none;
  margin: 0 auto;
  max-width: 1500px;
}
.intro-text {
  margin-bottom: 20px;
}
.council-videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.council-videos .video {
  flex: 1 1 475px;
}
.council-videos .video h3 {
  margin: 0 auto 15px;
  text-align: center;
}
.council-videos .video iframe {
  height: 250px;
  margin: 0;
}
.artist-grid {
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  gap: 20px;
}
.grid-item {
  border: 1px solid white;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}
.grid-item .thumbnail {
  filter: none;
  transition: 0.5s ease;
}
.grid-item:hover .thumbnail {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.grid-item img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.grid-item:hover .artist-info a {
  text-decoration: underline;
}
.single-artist.wrapper {
  padding: 60px 20px 90px;
  /* mobile fixed nav */
}
.single-artist h2 {
  font-style: italic;
  margin-top: 0;
}
.single-artist h1 {
  margin-bottom: 0;
}
#single-work-nav .nav-title a {
  color: white;
  display: flex;
  align-items: center;
}
.single-artist div.detail {
  line-height: 1.25;
}
.single-artist div.detail p {
  margin-bottom: 10px;
}
.single-artist div.location {
  font-style: italic;
  margin-bottom: 20px;
}
.video {
  margin: 30px auto;
}
.single-dcfc_artwork .video {
  margin: 60px auto;
}
.video iframe {
  max-height: 200px;
}
#gallery {
  max-width: 1800px;
  margin: 30px auto;
  box-sizing: border-box;
}
/* * *
* * * * Tour Pages * * *
* * */
#single-work-nav,
#tour-nav-top {
  top: 0;
  position: sticky;
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
  z-index: 99;
}
#single-work-nav {
  background-color: #8E8C8A;
  max-width: unset;
}
#single-work-nav .nav-title {
  max-width: 1140px;
  margin: 0 auto;
}
#single-work-nav .nav-title,
#tour-nav-top .nav-title {
  background-color: #8E8C8A;
  color: white;
  display: flex;
  font-size: 18px;
  align-items: center;
  font-family: Anton, sans-serif;
}
#single-work-nav .return-icon,
#tour-nav-top .return-icon {
  margin: 10px 20px;
  transform: rotate(180deg);
  width: 30px;
}
#tour-nav-top .section {
  background: #002B5C;
  color: white;
  display: flex;
  align-items: center;
  height: 50px;
}
#tour-nav-top .section .toc {
  margin-left: 20px;
  min-width: 50px;
  width: 50px;
}
#tour-nav-top #toc-toggle {
  display: flex;
  height: 50px;
  align-items: center;
}
#tour-nav-top .toc-icon {
  width: 30px;
}
#tour-nav-bottom {
  background-color: white;
  border-top: 2px solid white;
  bottom: 0;
  position: fixed;
  display: flex;
  gap: 2px;
  width: 100%;
}
#tour-nav-bottom a {
  background-color: #555;
  color: white;
  font-weight: bold;
  flex-grow: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
#tour-nav-bottom a.active {
  background-color: #002B5C;
}
#tour-nav-bottom.pager {
  gap: 0;
  max-width: 900px;
}
#tour-nav-bottom.pager a {
  justify-content: end;
}
#tour-nav-bottom.pager a.previous {
  justify-content: start;
}
#tour-nav-bottom.pager a img {
  margin: 10px 20px;
  width: 30px;
}
#tour-nav-bottom.pager a.previous img {
  transform: rotate(180deg);
}
#tour-page {
  max-width: 900px;
  margin: 0 auto 100px;
}
.tour-intro {
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
  box-sizing: border-box;
}
#works {
  display: flex;
  flex-wrap: wrap;
}
#works .thumb {
  width: 33.33%;
  border: 1px solid white;
  box-sizing: border-box;
}
#list-view {
  display: none;
  /* Default to Grid View */
}
#list-view .list-item {
  border-bottom: 1px solid #002B5C;
  box-sizing: border-box;
  height: 101px;
  pointer-events: all;
}
.list-item > a {
  display: grid;
  grid-template-columns: 100px 1fr 35px;
  text-decoration: none;
}
#list-view .list-item:nth-child(1) {
  border-top: 1px solid #002B5C;
}
#list-view .list-item:nth-child(even) {
  background-color: #eee;
}
#list-view .list-item .thumbnail {
  width: 100px;
  height: 100px;
}
.list-item .text {
  margin: auto 0;
  padding: 0 10px;
}
.list-item .text .artist-name {
  color: black;
  font-weight: bold;
}
.list-item .text .title {
  color: #002B5C;
  font-style: italic;
  font-weight: bold;
}
.list-item .icon {
  width: 25px;
  height: auto;
  display: flex;
  align-items: center;
}
#tour-intro-page .splide__arrow {
  background: none;
  top: 45%;
}
#tour-intro-page .splide__arrow--prev {
  left: -0.4rem;
  height: 3em;
}
#tour-intro-page .splide__arrow--next {
  right: -0.4rem;
  height: 3em;
}
/* * *
* * * * Tour intro template * * *
* * */
#tour-intro-page {
  max-width: 900px;
  margin: 0 auto;
}
.tour-intro-body {
  position: relative;
}
#toc-drawer {
  background: #8E8C8A;
  height: auto;
  margin-bottom: -140px;
  position: relative;
  opacity: 0;
  overflow: hidden;
  transition: all 0.7s ease;
  z-index: 9;
}
#toc-drawer.open {
  opacity: 1;
}
#toc-drawer ul {
  list-style: none;
}
#toc-drawer li {
  color: white;
  font-weight: bold;
  padding: 3px 0 4px 20px;
}
#toc-drawer .current {
  background: #aaa;
  color: #002B5C;
  font-weight: bold;
}
.single-dcfc_artwork #carousel {
  margin: 60px 0;
}
.single-dcfc_artwork .audio-container {
  bottom: unset;
  position: relative;
}
.single-dcfc_artwork .audio-container .controls {
  margin: 0 auto;
}
.single-dcfc_artwork h3.item-title {
  text-align: center;
}
.artist-info a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
#carousel {
  text-align: center;
}
.audio-container {
  position: fixed;
  bottom: 75px;
  text-align: center;
  width: 100%;
  max-width: 900px;
}
.audio-container .controls {
  width: 300px;
  margin: 60px auto 0;
}
.audio-container .controls .cta.alt {
  font-size: 0.8rem;
  padding: 10px 25px;
  max-width: 175px;
  width: 100%;
}
.audio-container audio {
  margin: 15px auto;
  width: 300px;
}
#fullsize-modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
}
#fullsize-modal #full-image {
  margin: auto;
}
#modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: white;
  font-size: 48px;
  font-weight: bold;
  transition: 0.3s;
}
#modal-close:hover,
#modal-close:focus {
  color: #aaa;
  text-decoration: none;
  cursor: pointer;
}
/* Animate modal open */
#fullsize-modal #full-image {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* * *
* * * * Media queries * * *
* * */
@media (min-width: 481px) {
  .video iframe {
    max-height: 300px;
  }
}
@media (min-width: 768px) {
  .mobile-only,
  .mobile-ui {
    display: none;
  }
  .main-content.art-collection {
    margin: 30px auto 60px;
  }
  .cta {
    padding: 15px 30px;
    width: auto;
  }
  .grid-item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 0;
  }
  .video iframe {
    max-height: unset;
  }
  .desktop-heading {
    display: block;
  }
  #intro {
    display: block !important;
    /*override jQuery toggle if present */
    padding: 30px 0;
  }
  #gallery {
    margin: 60px auto;
  }
  #tour-nav-top .nav-title {
    border-right: 1px solid white;
    border-left: 1px solid white;
  }
  .single-dcfc_artwork .audio-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 30px;
  }
  .single-dcfc_artwork .audio-container .controls {
    margin: 0;
    flex-basis: max-content;
  }
  .single-dcfc_artwork .audio-container #narration {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .grid-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1200px) {
  .grid-item {
    margin-bottom: 30px;
  }
  #gallery {
    margin: 60px auto;
  }
}
