  /*!
Theme Name: ºÚÁÏ×¨Çø Graduate Viewbook
Theme URI: http://underscores.me/
Author: Echo Charlie
Author URI: http://goforecho.com
*/

/* Header */

.page-template-graduate-home #page-container,
.page-template-graduate-program #page-container,
.page-template-graduate-project #page-container ,
.page-template-graduate-project-gallery #page-container  {
  padding-top: 0 !important;
}

/* Graduate Programs */

.gp-intro {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  max-width: 100%;
}

.gp-intro-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}  

.gp-program .gp-intro-inner,
.gp-project-page .gp-intro-inner {
  position: relative;
}

.gp-videobackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.gp-videobackground .mask {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gp-videobackground .mask:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,1) 100%);
  
  opacity: 0.7;
  z-index: 1;
}

.gp-videobackground .mask.heavy:after {
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 100%);
  opacity: 0.85;
}

.gp-videobackground video,
.gp-videobackground img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

.video-controls {
  position: relative;

  z-index: 2;
}

.gp-button {
  pointer-events: auto;
  cursor: pointer;
  background: #e7e7e7;
  border: none;
  padding: 1.5rem 3rem;
  margin: 0;
  font-family: 'interstatebold';
  font-size: inherit;
  position: relative;
  display: inline-block;
}

.gp-button::before,
.gp-button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button--text {
  background: transparent;
  padding: 0 30px 0 0;
  text-transform: uppercase;
  display: block;
  gap: 1rem;
  font-family: 'Interstate';
  font-weight: bold;
  letter-spacing: 0.02em;
  font-size: 0.9rem;
}

.button--text svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  max-width: 20px;
}

.button--fenrir {
  background: none;
  padding: 0;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  width: 70px;
  height: 70px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.button--fenrir .gp-play, 
.button--fenrir .gp-pause {
  width: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button--fenrir .gp-play {
  transform: translate(-40%, -50%);
}

.button--fenrir .gp-play path, 
.button--fenrir .gp-pause path {
 transition: fill 0.4s cubic-bezier(0.7, 0, 0.3, 1);
 -webkit-transition: fill 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.button--fenrir .gp-play {
  display: none;
}

.button--fenrir.paused .gp-play {
  display: block;
}

.button--fenrir.paused .gp-pause {
  display: none;
}

.gp-progress {
  position: absolute;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.button--fenrir:hover .gp-play path,
.button--fenrir:hover .gp-pause path  {
  fill: #FFD12F;
}

.progress__circle,
.progress__path {
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 1px;
}

.button--fenrir:focus-visible .progress__circle {
  fill: rgba(252,196,63,0.4);
}

.progress__path {
  stroke: var(--primary);
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.button--fenrir:hover .progress__path {
  stroke-dashoffset: 0;
}

.gp-intro-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  
  padding: 3rem 0;
}

.gp-intro-text-inner {
  position: relative;
  margin: 0 auto;
  max-width: 93%;
}

.gp-intro-text-contain { 
  max-width: 50%;
}

.gp-intro-text h1 {
  font-family: 'interstateextralight';
  color: #FFF;
  font-size: 5.5vw;
  line-height: 1em;
  font-weight: 300;
  
  margin: 1rem 0 3rem;
}

@media (max-width: 960px) {
  .gp-intro-text {
    top: 10vh;
    padding: 2rem 0 5rem;
  }
  
  .gp-intro-text-inner {
    height: 100%;
  }
  
  .gp-intro-text-contain {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  
  .gp-intro-text h1 {
    font-size: 9vw;
  }
  
  .gp-intro-text-contain { 
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  .gp-intro-text h1 {
    font-size: 11vw;
  }
}

/* Program menu  */

.gp-program-menu {
  position: relative;
  width: 100%;
  max-width: 97%;
  margin: 95vh auto 0;
  padding: 0 0 4rem;
  
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}

.gp-explore {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.gp-scroll {
  position: absolute;
  left: 50%;
  top: -2.5rem;
  
  display: flex;
  align-items: center;
  pointer-events: auto;
  
  cursor: pointer;
}

.gp-explore .gp-scroll {
  width: 50%;
  background: var(--primary);
  padding: 1rem;
  box-sizing: border-box;
  top: auto;
  bottom: 0;
}

.gp-scroll svg {
  width: 2rem;
}

.gp-explore .gp-scroll svg {
  transform: rotate(180deg);
  transform-origin: center;
}

.gp-scroll svg path {
  transition: fill 0.225s cubic-bezier(0.7, 0, 0.3, 1);
   -webkit-transition: fill 0.225s cubic-bezier(0.7, 0, 0.3, 1);
}

.gp-explore .gp-scroll svg path {
  fill: black;
}

.gp-scroll:hover svg path {
  fill: var(--primary);
}

.gp-explore .gp-scroll:hover svg path {
  fill: white;
}

.gp-scroll span {
  font-family: 'interstateregular';
  font-size: 0.9rem;
  color: white;
  
  transition: color 0.225s cubic-bezier(0.7, 0, 0.3, 1);
   -webkit-transition: color 0.225s cubic-bezier(0.7, 0, 0.3, 1);
}

.gp-explore .gp-scroll span {
  color: black;
}

.gp-scroll:hover span {
  color: var(--primary);
}

.gp-explore .gp-scroll:hover span {
  color: white;
}

.gp-project-page .gp-explore .gp-scroll {
  background: black;
}

.gp-project-page .gp-explore .gp-scroll svg path {
  fill: white;
}

.gp-project-page .gp-explore .gp-scroll span {
  color: white;
}

.gp-project-page .gp-explore .gp-scroll:hover svg path {
  fill: var(--primary);
}

.gp-project-page .gp-explore .gp-scroll:hover span {
  color: var(--primary);
}

.gp-program-menu-list {
  position: relative;
  width: 50%;
  
  padding: 4rem;
  background: rgba(0,0,0,0.75);
  
  list-style: none;
  margin: 0;
  pointer-events: auto;
}

.gp-program-menu-item {
  font-size: 1.75vw;
  font-family: 'interstatebold';
  font-weight: 700;
  text-transform: uppercase;
}

.gp-program-menu-item:not(:first-child) {
  margin: 2rem 0 0;
}

.gp-program-menu-item a {
  padding: 0 0 0.5vw;
  display: inline-block;
  color: white;
  text-decoration: none;
  background-image:
    linear-gradient(rgb(255, 209, 47, 0), rgb(255, 209, 47, 0)),
    linear-gradient(rgb(255, 209, 47), rgb(255, 209, 47));
  background-size: 100% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.225s linear;
}

.gp-program-menu-item a:hover {
  color: rgb(255, 209, 47);
  background-size: 0 2px, 100% 2px;
}


@media (max-width: 960px) {
  .gp-program-menu {
    max-width: 100%;
    padding: 0;
    justify-content: normal;
  }
  
  .gp-program-menu-list {
    width: 100%;
  }
  
  .gp-program-menu-item {
    text-align: center;
  }
  
  .gp-scroll {
    position: absolute;
    left: 50%;
    top: -4.5rem;
    flex-direction: column;
    
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  
  .gp-explore .gp-scroll {
    width: 100%;
    left: auto;
    top: auto;
    flex-direction: row;
    
    transform: none;
    -webkit-transform: none;
  }
  
  .gp-program-menu-item {
    font-size: 2.5vw;
  }  
}

@media (max-width: 720px) {
  .gp-program-menu-item {
    font-size: 3.5vw;
  }
}


/* Program pages */

.gp-section {
  position: relative;
  padding: 10vw 0;
  background: white;
}

.gp-section.gp-section-base {
  padding: 6vw 0;
}

.gp-section.gp-section-base.gp-breadcrumb {
  padding: 2vw 0 1vw;
}

@media (max-width: 720px) {
  .gp-section.gp-section-base {
    padding: 10vw 0;
  } 
}

.gp-section ~ .et_pb_section.et_section_regular {
    box-shadow: inset 0px 12px 18px -6px rgba(0, 0, 0, 0.15);
}

.gp-contain {
  position: relative;
  width: 100%;
  max-width: 93%;
  margin: 0 auto;
}

.gp-gradient {
  background: linear-gradient(320deg, #e1d3ba 0%, rgb(194 180 155) 60.55%, rgb(232 219 206) 100%);
}

.gp-black {
  background: black;
  color: white;
}

.gp .subhead,
.gp-text h2 {
  text-transform: uppercase;
  color: #444;
  font-size: 1.25rem;
  font-family: 'Interstate';
  font-weight: 800;
  margin: 0 0 0.75rem;
  padding: 0;
}

.gp .gp-black .subhead {
  color: white;
}

.gp h4.subhead {
  font-size: 1rem;
}

@media (max-width: 720px) {
    .gp .subhead {
      font-size: 1rem;
    }
}

.gp-project-page .gp-about {
  background: black;
}

.gp-project-page .gp-about * {
  color: white;
}

.gp-about-offered {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  padding: 3rem 1.25rem 1.25rem;
  box-sizing: border-box;
  background: var(--primary);
}

.gp-about-offered .gp-about-offered-list {
  
  display: flex;
  gap: 1rem;
  text-transform: uppercase;
   font-family: 'Interstate';
  font-weight: 800;
  font-size: 1.375rem;
}

.gp-about-offered .gp-about-offered-list > div {
  display: flex;
}

.gp-about-offered .gp-about-offered-list > div:not(:first-child):before {
  content: "/";
  margin: 0 0.5rem 0 0;
  font-weight: normal;
}

.gp-about-offered .gp-about-offered-list .dots {
  position: relative;
  
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0 0.5rem;
}

.gp-about-offered .gp-about-offered-list .dots span {
  width: 10px;
  height: 10px;
  background: white;
  
  border-radius: 50%;
}

@media (max-width: 960px) {
  .gp-section.gp-about {
    padding: calc(8vw + 145px) 0 8vw;
  }
  
  .gp-about-offered {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem 1.25rem 1.25rem;
  }
}

@media (max-width: 720px) {
    .gp-about-offered .gp-about-offered-list {
      font-size: 1rem;
    }
    
    .gp-about-offered .gp-about-offered-list .dots span {
      width: 7px;
      height: 7px;
    }
}

.gp-text {
  max-width: 1275px;
}

.gp-section-base .gp-text {
  max-width: 1100px;
}

.gp-text p {
  font-family: 'interstateextralight';
  font-size: 2.25rem;
  line-height: 1.3em;
  font-weight: 300;
}

.gp-text p.small {
  font-size: 1.5rem;
  line-height: 1.4em;
}

.gp-section-base .gp-text p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.gp-section-base .gp-text p {
  font-size: 1rem;
  line-height: 1.4em;
  font-weight: normal;
  font-family: 'interstateregular';
}

.gp-section-base .gp-text h3 {
  font-size: 1.75rem;
  line-height: 1.4em;
  font-family: 'interstateextralight';
}

.gp-section-base .gp-text h3:last-child {
  margin-bottom: 0;
}

.gp-about-links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  
  margin: 3rem 0 0;
}

.gp-badges {
  position: absolute;
  top: 100%;
  right: 3.5vw;
  transform: translateY(-50%);
  
  display: flex;
  flex-direction: row-reverse;
  gap: 1vw;
}

.gp-badges .gp-badge {
  position: relative;
}

.gp-badges .gp-badge img {
  width: 8rem;
}

.gp-stem {
  position: relative;
}

.gp-stem svg {
  width: 8rem;
}

.gp-stem svg .stem-rotate {
  transform-origin: center;
  
  -webkit-animation:spin 30s linear infinite;
  -moz-animation:spin 30s linear infinite;
  animation:spin 30s linear infinite;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

@media (max-width: 720px) {
  .gp-about-links {
    margin: 3rem 0 0;
  }
  
  .gp-about-links a {
    width: 100%;
    text-align: center;
  }
  
  .gp-stem svg {
    width: 6rem;
  }
  
  .gp-badges .gp-badge img {
    width: 6rem;
  }
  
  .gp-text p,
  .gp-section-base .gp-text p {
    font-size: 1.5rem;
  }

}

.button--hyperion {
  background: transparent;
  padding: 1.25rem 1.75rem;
  border: 1px solid #000;
  overflow: hidden;
  color: #fff;
  
  font-size: 0.9rem;
  font-weight: 600;
  
  text-transform: uppercase;
  text-decoration: none;
}

.button--hyperion span {
  display: block;
  position: relative;
}

.button--hyperion > span {
  overflow: hidden;
}

.button--hyperion > span > span {
  overflow: hidden;
}

.button--hyperion:hover > span > span {
  color: black;
  animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}

@keyframes MoveUpInitial {
  to {
    transform: translate3d(0,-105%,0);
  }
}

@keyframes MoveUpEnd {
  from {
    transform: translate3d(0,100%,0);
  }
  to {
    transform: translate3d(0,0,0);
  }
}

.button--hyperion::before {
  content: '';
  background: black;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transform-origin: 100% 50%;
}

.button--hyperion.button--yellow {
  background: transparent;
  color: black;
  border: 1px solid var(--primary);
}

.button--hyperion.button--yellow::before {
  background: var(--primary);
}

.button--hyperion:hover::before {
  transform: scale3d(0,1,1);
  transform-origin: 0% 50%;
}


/* Projects */

.gp-splitfull {
  position: relative;
  height: 100vh;
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  
  background: white;
}

.gp-splitfull-wide {
  position: relative;
  grid-template-columns: 1fr;
  padding: 3.5vw;
  height: auto;
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gp-project {
  position: sticky;
  top: 0;
}

.gp-project:nth-child(even) .gp-splitfull-text {
  grid-column: 2;
  grid-row: 1;
}

.gp-splitfull-text {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: calc(8vh + 133px) 3.5vw 10vh;
}

.gp-splitfull-text-number {
  display: block;
  font-family: 'interstateextralight';
  font-size: 4.6875rem;
  line-height: 1em;
  font-weight: 300;
  
  background: rgb(127,120,110);
  background: linear-gradient(#CCC8C0, #b0aa9e);
  background-size: 80% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 0.5rem;
}

.gp-splitfull-text-number:before {
  content: "0";
}

.gp-splitfull-text h3 {
   font-family: 'Interstate';
  font-size: 3rem;
  font-family: Interstate;
  font-weight: 800;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: 0 0 2.5vh;
  padding: 0;
}

.gp-splitfull-image {
  position: relative;
}

.gp-splitfull-image img,
.gp-splitfull-image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1100px) {
  .gp-splitfull-text-number {
    font-size: 3.5rem;
  } 
  .gp-splitfull-text h3 {
    font-size: 2.25rem;
  }
}

@media (max-width: 960px) {
  .gp-splitfull {
    display: flex;
    flex-direction: column-reverse;
  }
  
  .gp-splitfull-image {
    position: relative;
    height: 100%;
  }
  
  .gp-splitfull-text {
    padding: 6vh 3.5vw 5vh;
    text-align: center;
    justify-content: center;
  }
  
  .gp-splitfull .gp-splitfull-text {
    grid-column: 1;
    grid-row: 2;
  }
}


/* Gallery  */

.gp-gallery-layout {
  position: relative;
  display: grid;
  
  width: 100%;
}

.gp-gallery-layout {
  position: relative;
}

.gp-gallery-layout .image-container {
  position: relative;
  width: 100%;
}

.gp-gallery-layout .image-container-lightbox {
  cursor: pointer;
  overflow: hidden;
  
}

.gp-gallery-layout .image-container-lightbox img,
.gp-gallery-layout .image-container-lightbox video {
  will-change: transform;
  
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
}

.gp-gallery-layout .image-container-lightbox:hover img,
.gp-gallery-layout .image-container-lightbox:hover video {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}

.gp-gallery-layout img,
.gp-gallery-layout video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gp-work-popup {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  overflow: hidden;
}

.gp-work-popup.videoEmbed {
  max-width: 100%;
  max-height: 100%;
}

.gp-work-popup.videoEmbed .embed-container {
  width: 70vw;
}

.gp-work-popup-slider {
  max-width: 1100px;
}

.basicLightbox {
  z-index: 9999999;
}

.basicLightbox__placeholder {
  max-width: 85%;
  
  display: flex;
  align-items: center;
  justify-content: center;
}

.gp-work-popup img, 
.gp-work-popup video {
  max-width: 85vw;
  width: 100%;
  height: auto;
  max-height: 90vh;
  vertical-align: middle;
}

.gp-work-popup-slideritem {
  position: relative;
}

.gp-work-popup-slider img, 
.gp-work-popup-slider video {
  width: 100%;
  aspect-ratio: 2 / 1.1;
  object-fit: cover;
}

.gp-work-popup img {
  vertical-align: middle;
}

.gp-work-popup .gp-work-description {
  padding: 2rem;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gp-work-popup .gp-work-popup-slider-info {
  padding: 2rem;
  background: white;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
}

.gp-work-popup .gp-work-popup-slider-info .gp-work-description {
  background: none;
  padding: 0;
  align-items: flex-start;
}

.gp-work-popup-slider-navigation {
  display: flex;
  gap: 1rem;
}

.gp-work-popup-slider-pagination {
  font-size: 0.9rem;
}

.gp-work-popup-slider-prev, 
.gp-work-popup-slider-next {
  cursor: pointer;
}

.gp-work-popup-slider-prev svg path, 
.gp-work-popup-slider-next svg path {
   transition: stroke 0.225s ease;
   -webkit-transition: stroke 0.225s ease;
}

.gp-work-popup-slider-prev:hover svg path, 
.gp-work-popup-slider-next:hover svg path {
   stroke: black;
}

.gp-work-popup-slider-prev svg{
  rotate: 180deg;
}

.gp-work-popup .gp-work-name {
  font-size: 1.25rem;
  line-height: 1.2em;
  margin: 0 0 0.5rem;
}

.gp-work-popup .gp-work-title {
  font-family: 'interstateextralight';
  font-weight: 300;
}

.gp-embed {
  position: relative;
  width: 70vw;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  max-width: 100%;
  background: #999999;
}

.gp-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Gallery Three Up */

.gp-gallery-layout.gp-gallery-three {
  grid-template-columns: repeat(3, 1fr);
}

.gp-gallery-layout.gp-gallery-three .image-container {
  aspect-ratio: 1 / 1;
}

/* Gallery One  */

.gp-gallery-layout.gp-gallery-one {
  grid-template-columns: 1fr;
}

.gp-gallery-layout.gp-gallery-one .image-container {
  aspect-ratio: 1 / 3;
}

/* Gallery Large Left  */

.gp-gallery-layout.gp-gallery-largeleft {
  grid-template-columns: 2fr 1fr;
}

.gp-gallery-layout.gp-gallery-largeleft .image-container:first-child {
  aspect-ratio: 2 / 1;
}

.gp-gallery-layout.gp-gallery-largeleft .image-container:last-child {
  aspect-ratio: 1 / 1;
}

/* Gallery Large Right  */

.gp-gallery-layout.gp-gallery-largeright {
  grid-template-columns: 1fr 2fr;
}

.gp-gallery-layout.gp-gallery-largeright .image-container:last-child {
  aspect-ratio: 2 / 1;
}

.gp-gallery-layout.gp-gallery-largeright .image-container:first-child {
  aspect-ratio: 1 / 1;
}

.basicLightbox {
  background: rgba(0,0,0,.5);
}


/* Real World  */

.gp-logo-grid {
  display: grid;
  grid-gap: 5vw 3vw;
  
  align-items: center;
  justify-content: center;
  
  margin: 5rem 0 0;
}

.gp-logo-grid .gp-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  
  width: 100%;
  height: 100%;
}

.gp-logo-grid img {
  width: 10vw;
  height: 6vw;
  max-width: 200px;
  max-height: 120px;
  opacity: 0.35;
  object-fit: contain;
}

@media (max-width: 1100px) {
  .gp-logo-grid {
    margin: 3rem 0 0;
    grid-template-columns: repeat(4, 1fr) !important;
  }
}


/* Project Page */

/* Phase Navigation  */

.gp-phase-navigation {
  position: sticky;
  top: 133px;
  width: 100%;
  background: black;
  padding: 1rem 0 2.5rem;
  color: rgb(201, 201, 201);
  z-index: 2;
}

.admin-bar .gp-phase-navigation {
  top: 163px;
}

.gp-phase-navigation-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.gp-phase-navigation-titles {
  display: flex;
  justify-content: space-between;
  gap: 0.3rem;
}

.gp-phase-navigation-progress-container { flex: 1; }

.gp-phase-navigation-item {
  position: absolute;
  bottom: -30px;
}

.gp-phase-navigation-item .gp-phase-navigation-title {
  text-align: center;
  display: block;
  white-space: nowrap;
  
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight:normal;
  letter-spacing: 0.05rem;
  
  cursor: pointer;
}

.gp-phase-navigation-item a {
  text-decoration: none;
  color: white;
}

.gp-phase-navigation-item.active .gp-phase-navigation-title {
  color: var(--primary);
}

.gp-phase-navigation-item:hover .gp-phase-navigation-title {
  color: var(--primary);
}

.gp-phase-navigation-progress-container .gp-phase-navigation-item {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.gp-phase-navigation-progress-container:first-child .gp-phase-navigation-item {
  transform: none;
  -webkit-transform: none;
}

.gp-phase-navigation-progress-container:last-child .gp-phase-navigation-item {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

.gp-phase-navigation-progressbars {
  display: flex;
  gap: 0.3rem;
}

.gp-phase-navigation-progress {
  position: relative;
  display: block;
  width: 100%;
  height: 0.3rem;
  background: white;
  border-radius: 10px;
}

.gp-phase-navigation-progress:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: white;
  border-radius: 50%;
  
  transform: translate(calc(-50% - 0.15rem), -50%);
  -webkit-transform: translate(calc(-50% - 0.15rem), -50%);
  z-index: 1;
}

.gp-phase-navigation-progress.active:before {
  background: var(--primary);
}

.gp-phase-navigation-progress span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: var(--primary);
  
  transform-origin: left center;
}

.gp-phase-navigation-progress-container:last-child {
  flex: 0;
}

.gp-phase-navigation-progress-container:last-child .gp-phase-navigation-progress{
  width: 0;
}

@media (max-width: 1140px) {
  .gp-phase-navigation {
    top: 80px;
  }
}

@media (max-width: 720px) {
  .gp-phase-navigation-item .gp-phase-navigation-title {
    font-size: 0.5rem;
  }
}

/* Phase  */

.gp-phase.gp-splitfull {
  height: auto;
}

.gp-phase:nth-child(even) .gp-splitfull-text {
  grid-column: 2;
  grid-row: 1;
}

.gp-phase .gp-splitfull-text {
  align-items: flex-start;
  padding: 5vh 3.5vw 5vh;
}

.gp-phase .gp-splitfull-text-inner {
  position: sticky;
  top: calc(4vh + 193px);
}

.gp-phase-about {
  padding: 0 0 2rem;
  margin: 0 0 2rem;
  border-bottom: 1px solid black;
}

.gp-phase-about p {
  font-family: 'interstateextralight';
  font-size: 1.3rem;
  line-height: 1.4em;
  font-weight: 300;
  padding: 0;
}

.gp-phase-about p:last-child {
  margin: 0;
}

.gp-phase-description p {
  font-size: 1rem;
  line-height: 1.4em;
  font-weight: 300;
}

@media (max-width: 1140px) {
  .gp-phase .gp-splitfull-text {
    padding: calc(4vh + 140) 3.5vw 5vh;
  }
}

@media (max-width: 960px) {
  .gp-phase.gp-splitfull {
    flex-direction: column;
  }
  
  .gp-phase .gp-splitfull-text-inner {
    position: relative;
    top: auto;
  }

  .gp-phase:nth-child(even) .gp-splitfull-text {
    grid-column: 1;
    grid-row: 1;
  }
}

/* Phase Gallery  */

.gp-splitfull-gallery {
  padding: 3.5vw;
  
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.gp-splitfull-gallery .image-container img,
.gp-splitfull-gallery .image-container video {
  width: 100%;
  height: auto;
}

/* Project Navigation */

.project-navigation {
  display: flex;
}

.project-navigation-button {
  flex: 1;
}

.project-navigation-button .gp-button {
  display: block;
  padding: 4rem 1.75rem;
  text-align: center;
  
  font-size: 1rem;
  line-height: 1.2em;
}

@media (max-width: 960px) {
   .project-navigation-button .gp-button {
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 2rem 1rem;
     text-align: center;
     
     font-size: 1rem;
     line-height: 1.2em;
     height: 100%;
   } 
}

@media (max-width: 720px) {
  .project-navigation {
    flex-direction: column;
    margin: 2rem 0 0;
  }
}

/* Alumni */

.gp-alumni-info {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  padding: 1.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  border-radius: 50px;
}

.overhide {
  overflow: hidden;
}

.gp-scrollgallery {
  display: grid;
}

.gp-scrollgallery-image {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.gp-splitfull-image .gp-scrollgallery-image {
  width: 50vw;
}

@media (max-width: 960px) {    
    .gp-splitfull-image .gp-scrollgallery-image {
      width: 100%;
    }
    
    .gp-alumni .button--text {
      margin: auto;
    }
}

/* List  */

.gp-section-text:not(.gp-gradient, .gp-black) + .gp-section-list,
.gp-section-list + .gp-section-text:not(.gp-gradient, .gp-black) {
  padding-top: 0;
}

.gp-list {
  display: grid;
  grid-gap: 0rem 3vw;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gp-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0,0,0,.25);
}

.gp-list li img {
  max-width: 30px;
}

@media (max-width: 960px) {
  .gp-list {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 720px) {
  .gp-list {
    grid-template-columns: 1fr !important;
  }
}



/* Accordion */

.gp-content {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 2rem;
}

.gp-accordion {
  grid-column: 1;
}

.gp-accordion-item {
  border-bottom: 1px solid black;
}

.gp-answer {
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}

.gp-answer *:first-child {
  margin-top: 0;
}

.gp-answer p {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.3em;
}

.gp-answer ul,
.gp-answer ol {
  padding: 0 0 0 1rem;
  list-style: outside;
}

.gp-answer ul li,
.gp-answer ol li {
  margin: 0.5rem 0;
  line-height: 1.4em;
  
  max-width: 960px;
}

.gp-question {
  text-transform: uppercase;
  color: black;
  font-size: 1.15rem;
  font-family: Interstate;
  font-weight: 800;
  
  text-align: left;
  
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  
  padding: 1.15rem 1.15rem 1.15rem 0;
  border: none;
  background: transparent;
  
  cursor: pointer;
  
  transition: background 0.225s ease, padding 0.225s ease;
  -webkit-transition: background 0.225s ease, padding 0.225s ease;
}

.gp-question:hover {
  padding: 1.15rem;
  background: rgba(0,0,0,.1);
}

.gp-question span {
  position: relative;
  width: 1rem;
  height: 2px;
  background: black;
}

.gp-question span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1rem;
  width: 2px;
  background: black;
  
  transform-origin: center;

  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  
  transition: transform 0.225s ease;
  -webkit-transition: transform 0.225s ease;
}

.gp-question.is-active span:after {
  transform: translate(-50%, -50%) scaleY(0);
  -webkit-transform: translate(-50%, -50%) scaleY(0);
}

.is-active + .gp-answer {
  height: auto;
  padding: 10px 0;
}

.gp-content-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.gp-content-links .button--text {
  font-size: 1.3rem;
  color: black;
  text-decoration: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.gp-content-links .button--text .button--text-hover {
  position: relative;
   
  background-image:
    linear-gradient(rgb(255, 209, 47, 0), rgb(255, 209, 47, 0)),
    linear-gradient(rgb(255, 209, 47), rgb(255, 209, 47));
  background-size: 100% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.225s linear;
}
  
.gp-content-links .button--text .button--text-hover:hover {
  color: rgb(255, 209, 47);
  background-size: 0 2px, 100% 2px;
}

.gp-content-links .button--text svg {
  position: relative;
  top: auto;
  right: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  max-width: 20px;
}

@media (max-width: 1100px) {
  .gp-content {
    grid-template-columns: 1fr;
  }
}

/* Program Menu Overlay */

.gp-program-menu-button {
  position: fixed;
  bottom: 3.5vw;
  right: 3.5vw;
  
  z-index: 999999999;
}

.gp-program-menu-button svg {
  width: clamp(5rem, 10vw, 8rem);
}

.gp-program-menu-button svg circle, 
.gp-program-menu-button svg path {
  cursor: pointer;
  
  transition: fill 0.225s ease;
  -webkit-transition: fill 0.225s ease;
}

.gp-program-menu-button:hover svg circle {
  fill: black;
}

.gp-program-menu-button:hover svg path {
  fill: white;
}

.gp-program-menu-overlay .gp-program-menu-overlay-list {
  position: fixed;
  top: 0;
  left: 0;
  
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  
  background: rgba(0,0,0,.7);
  backdrop-filter: blur(10px);
  
  visibility: hidden;
  opacity: 0;
  
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  
  z-index: 9999999999;
}

.gp-program-menu-overlay .gp-program-menu-overlay-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 5vw 8vw;
}

.gp-program-menu-overlay .gp-program-menu-overlay-list ul li {
  font-size: clamp(1.25rem, 2.5vw, 2.5rem);
}

.gp-program-menu-close {
  position: absolute;
  top: 2.5vw;
  right: 2.5vw;
  
  width: 3rem;
  
  cursor: pointer;
}

.gp-program-menu-close path {
  stroke: white;
  
  transition: stroke 0.225s ease;
  -webkit-transition: stroke 0.225s ease;
}

.gp-program-menu-close:hover path { 
  stroke: var(--primary);
}

.gp-project-credits {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 1.5rem 0;
  font-family: 'interstatebold';
  font-size: 0.9rem;
}

.gp-project-credits-inner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 50%;
  padding: 0 1rem 0 0;
}

.gp-project-credits-names {
  line-height: 1.2em;
}

.gp-project-credits-sponsored {
  font-family: 'interstateregular';
}


@media (max-width: 960px) {
  .page-template-graduate-program .gp-project-credits {
    top: 85px;
  }
  
  .gp-project-credits-inner {
    max-width: 100%;
  }
}

/* Skills */

.gp-skills-grid {
  display: grid;
  grid-template-columns: 1fr 250px;
  grid-gap: 3rem;
}

.gp-skills {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gp-project-page .gp-about .gp-skills li {
  font-size: 1.4rem;
  font-family: 'interstateextralight';
  color: rgb(169, 169, 169);
  padding: 0 0 3px;
}

@media (max-width: 960px) {
  .gp-skills-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3rem;
  }
} 

/* Tabs  */

.gp-tabs,
.gp-tab-contents {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Tabs Buttons */

.gp-tabs {
  display: flex;
  gap: 2rem;
}

.gp-tabs li {
  padding-bottom: 0.4rem;
  border-bottom: 2px solid transparent;
  
  cursor: pointer;
}

.gp-tabs li:hover .subhead {
  color: black;
}

.gp-tabs li.active {
  border-bottom: 2px solid var(--primary);
}

/* Tabs Content */

.gp-tab-contents {
  position: relative;
  margin: 3rem 0 0;
}

.gp-tab-contents li {
  display: none;
}

.gp-tab-contents li .gp-tab-contents-inner {
  opacity: 0;
  visibility: hidden;
}

.gp-tab-contents li.active {
  display: block;
}

.gp-tab-contents li.active .gp-tab-contents-inner {
  visibility: visible;
  opacity: 1;
}

.gp-tab-content-columns {
  display: grid;
  grid-gap: 5vw;
}

.gp-tab-content-columns.gp-columns-2 {
  grid-template-columns: 1fr 1fr
}

.gp-tab-content-columns.gp-columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.gp-tab-contents-inner {
  display: grid;
  grid-gap: clamp(3rem, 4vw, 6rem);
}

.gp-tab-content-columns-item .column-1, 
.gp-tab-content-columns-item .column-3  {
  width: 25% !important;
}

.gp-tab-content-columns-item .column-2 {
  width: 50% !important;
}

.gp-tab-content-columns-item tbody tr {
  border-bottom: 1px solid #efefef;
}

@media (max-width: 960px) {
  .gp-tab-content-columns.gp-columns-3 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 800px) {
 .gp-tab-content-columns.gp-columns-2,
 .gp-tab-content-columns.gp-columns-3 {
   grid-template-columns: 1fr;
 }
}

/* News */

.gp-news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.25rem;
  
  margin: 2rem 0 0;
}

.gp-news-featured img {
  aspect-ratio: 1 / 1.15;
  object-fit: cover;
  width: 100%;
}

.gp-news-grid a, 
.gp-news-grid a * {
  text-decoration: none;
}

.gp-news-date {
  color: black;
  
  display: block;
  font-size: 0.9rem;
  font-family: 'interstateregular';
  margin: 0.5rem 0 0;
}

.gp-news-article h4 {
  font-size: 1rem;
  text-transform: uppercase;
  max-width: 90%;
  font-family: 'interstatebold';
  margin: 0.25rem 0 0;
}

@media (max-width: 960px) {
    .gp-news-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .gp-news-grid {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
    }
    
    .gp-news-article {
      display: none;
    }
    
    .gp-news-article:first-child,
    .gp-news-article:nth-child(2) {
      display: block;
    }
}