/* css for new section updates */

/* global */
@font-face {
  font-family: 'lyon-display';
  src: url("../fonts/lyon-display-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

body{
  color: #141414;
}

.btn-white:hover {
  background: #141414;
  color: #fff;
  border-color: #141414;
}

.full-box-link{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* program page */
.program-seats-container{
  border-bottom: 0.1rem solid #eaeaea;
  padding: 1em;
  background-color: #eaeaea;
}

.program-seats-container .nav li{
  font-size: 1.6rem;
}

.program-seats-container .program-seats-select{
  font-size: 1.6rem;
  padding: 0.5rem 4.5rem 0.5rem 1.5rem;
  line-height: 1.35;
  border-radius: 0.3rem;
}

/* header */
.responsive-header.new-usyd-logo-175 .usyd-logo{
  height: 5rem;
  width: auto;
  margin-left: -1.8rem;
}

@media (min-width: 360px){
  /* header */
  .responsive-header.new-usyd-logo-175 .usyd-logo{
    height: 6rem;
    width: auto;
    margin-left: -2.1rem;
  }
}

.site-header.new-usyd-logo-175 .usyd-logo{
  width: 50rem;
  margin-left: -3.5rem;
  margin-top: -1.5rem;
}

/* hero */
.btn-event-info{
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.btn-event-info i{
  font-size: 2.6rem;
  width: 1.8rem;
}

/* navigation: put site-nav on top of everything:  z-index fix */
 .site-nav{
  z-index: 111;
}

.site-nav-with-timer .site-nav-container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.site-nav-with-timer .live-countdown .time-value{
  font-size: 2.2rem;
  color: #141414;
  font-family: apercu-bold, sans-serif;
}

.site-nav-with-timer .live-countdown .text {
  font-size: 1.2rem;
}

.site-nav-with-timer .live-countdown-content{
  position: static;
  transform: none;
  width: 28%;
  background: transparent;
  padding: 0;
  text-align: left;
  display: none;
}

.site-nav-with-timer .live-countdown{
  padding: 0;
}

.site-nav-with-timer .live-countdown .time-block{
  padding: 0 1.5rem;
  text-align: center;
}

/* discover section */
.discover-section{
  text-align: center;
}

.discover-box{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.discover-box svg{
  transition: transform 0.2s ease-in-out;
  height: 6rem;
  width: 6rem;
}

.discover-box-title{
  margin: 0;
  font-size: 2.4rem;
  transition: color 0.2s ease-in-out;
}

.discover-box-title:after{
  position: relative;
  content: '';
  background-color: #E64626;
  top: 8px;
  width: 0;
  height: 2px;
  display: block;
  transition: width 150ms;
}

.discover-box-p{
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

.discover-box a{
  text-decoration: underline;
  font-family: 'apercu-medium';
  z-index: 1;
  text-underline-offset: 10px;
  display: flex;
  justify-content: center;
}


/* get in touch section */
.get-in-touch{
  background: #F7F7F7;
  text-align: center;
}

.get-in-touch .content-heading h2{
  font-size: 3.6rem;
  font-family: 'lyon-display';
}

.get-in-touch .content-heading p{
  font-size: 1.6rem;
}

.git-box{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.git-box.with-link {
  color: black;
}

.git-box.with-link:hover {
  color: #e64626;
}

.git-box-icon svg{
  transition: transform 0.2s ease-in-out;
  height: 5rem;
  width: 5rem;
}

.git-box-icon svg path{
  stroke: #e64626;
}

.git-box-title{
  margin: 0;
  font-size: 2.4rem;
  transition: color 0.2s ease-in-out;
}

.git-box-title:after{
  position: relative;
  content: '';
  background-color: #E64626;
  top: 8px;
  width: 0;
  height: 2px;
  display: block;
  transition: width 150ms;
}

.git-box-title i{
  font-size: 18px;
  color: #e64626;
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  top: -1px;
}

.git-box-p{
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

.git-box a{
  text-decoration: underline;
  font-family: 'apercu-medium';
  z-index: 1;
  text-underline-offset: 10px;
  display: flex;
  justify-content: center;
}

.git-box a:hover{
  color: #141414;
}

/* live countdown section */
.countdown-section{
  background: #efefef;
}

.live-countdown-content .title{
  display: none;
}

.live-countdown-content {
  padding: 6rem 5rem;
}

.live-countdown-content{
  position: static;
  transform: none;
  width: 100%;
  background: transparent;
}

.live-countdown-content .title,
.live-countdown .text,
.livestream-regsiter-cta{
  color: #141414;
}

.livestream-regsiter-cta{
  margin-top: 5rem;
}

/* timer countdown in header */
.site-header .live-countdown .time-value{
  font-size: 4rem;
  color: #141414;
  font-family: apercu-bold, sans-serif;
}

.site-header .live-countdown .text {
  font-size: 1.5rem;
}

.site-header .live-countdown-content{
  position: static;
  transform: none;
  width: 30%;
  background: transparent;
  padding: 5rem 0rem 0;
  text-align: left;
}

.site-header .live-countdown{
  padding: 0;
}

.site-header .live-countdown .time-block{
  padding: 0 1.5rem;
}

/* privacy policy */
.pp-block{
  border-top: 1px solid #D2D2D2;  
}

.pp-target-list{
  border: none;
}

.page-target-list{
  flex-direction: column;
}

.page-target-list li a{
  position: relative;
  color: #141414;
  /* padding: 0.8rem; */

  padding: 0.8rem 0.8rem 0.8rem 3rem;
  display: block;
}

.page-target-list li a:before{
  position: relative;
  top: 0.4rem;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3.54171 3.125L16.8 16.3833' stroke='%23E64626' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.8 9.0918V16.3835H9.50838' stroke='%23E64626' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 2rem;
  height: 2rem;
  margin-right: 1.6rem;

  position: absolute;
  top: 1.2rem;
  left: 0;
}

.page-target-list li a:hover{
  color: #e64626;
}

ul.list-line-marker{
  padding-left: 1.5rem;
}

ul.list-line-marker li{
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

ul.list-line-marker li::marker {
  display: block;
  content: "\2014 ";
  width: 25px;
  color: #141414;
}

/* custom dropdown */
.cdropdown-title-container{
  position: relative;
  padding-right: 4rem;
  margin: 0;
  padding: 2.4rem 0;
  cursor: pointer;
  border-top: 0.1rem solid #ddd;
  transition: border-color 0.4s ease-in-out;
}

.cdropdown-title-container i{
  position: absolute;
  top: 2.8rem;
  right: 1rem;
  font-size: 2rem;
}

.cdropdown-title-container .fa-minus{
  display: none;
}

.cdropdown-title-container.open .fa-plus{
  display: none;
}

.cdropdown-title-container.open .fa-minus{
  display: block;
}

.cdropdown-box:last-child{
  border-bottom: 0.1rem solid #ddd;
}

.cdropdown-title{
  font-size: 1.8rem;
  font-family: 'apercu-bold', sans-serif;
}

.cdropdown-content-container{
  display: none;
  padding-bottom: 2.8rem;
}

.cdropdown-title-container:hover{
  border-top: 1px solid #141414;
}

/* testimonial section */
.testimonial-section{
  background: #F7F7F7;
}

.testimonial-section.with-border-bottom{
  border-bottom: 0.1rem solid #D6DBEB;
}

.testimonial-image-container{
  height: 10rem;
  width: 10rem;
  border-radius: 100%;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

.testimonial-image-container img{
  width: 100%;
}

.testimonial-content-container{
  flex: 1;
}

.testimonial-content-container blockquote{
  margin: 0;
}

.testimonial-quote{
  font-size: 20px;
  color: #E64626;
  font-family: 'lyon-display', sans-serif;
}

.testimonial-quote:after{
  content: '';
    width: 36px;
    height: 2px;
    background-color: #E64626;
    display: block;
    margin-top: 24px;
}

.testimonial-source cite{
  display: block;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.05rem;
}

.testimonial-source span{
  display: block;
  font-size: 1.6rem;
}

.testimonial-section .owl-theme .owl-nav.disabled+.owl-dots{
  max-width: max-content;
  margin: 5rem auto 0;
}

.testimonial-section .owl-theme .owl-dots .owl-dot{
  background: transparent;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span{
  border: 2px solid #E64626;
  background: transparent;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.5rem 1.4rem;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
  background: #E64626;
}

.testimonial-slider-controls{
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  justify-content: flex-end;
  align-items: center;
  max-width: 90rem;
  margin: 0 auto;
  margin-top: -2.5rem;
}

.testimonial-slider-button{
  background: transparent;
  padding: 0.5rem;
  line-height: 0;
  position: relative;
  z-index: 1;
}

.testimonial-play{
  display: none;
}

/* forget password */
.forget-password-block{
  border-bottom: 1px solid #e6e6e6;
}

/* site header timer on top of image */
.site-header-timer-image .live-countdown-content{
  position: absolute;
  bottom: 3rem;
  right: 5rem;
  padding: 0;
  height: max-content;
  top: initial;
  left: initial;

  padding: 3rem 6rem;
  background: #fff;
}

.site-header-timer-image .live-countdown .time-block{
  text-align: center;
}

/* featured events section */
.featured-events-section{
  padding: 6rem 0 8rem;
}

/* featured events vertical slider */
.featured-events-vertical-container .slider-controls-container.content-heading{
  margin-bottom: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.featured-events-vertical-container .slider-controls-container h2{
  margin: 0;
}

.featured-events-vertical-container .slider-controls{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.featured-events-vertical-container .slider-controls button{
  height: 4.2rem;
  width: 4.2rem;
  border-radius: 100%;
  background: #eaeaea;
  margin: 0 0 0 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.featured-events-vertical-container .slider-controls button i{
  font-size: 2.2rem;
}

.featured-events-vertical-container .slider-controls button:hover{
  background: #e64626;
  color: #fff;
}

.featured-events-vertical-slider .program-block{
  margin: 1.5rem 0;
  border: 0.2rem solid #eaeaea;
  border-radius: 0.5rem;
  /* opacity: 0.5; */
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

/* .featured-events-vertical-slider .slick-center:not(.slick-cloned){
  border: 2px solid #e64626;
  background: rgba(230, 70, 38, 0.02);
  opacity: 1;
} */

.featured-events-vertical-slider .program-block-content{
  border: none;
}

.featured-events-vertical-slider .program-details{
  margin-bottom: 2rem;
}

/* featured events horizontal slider */
.featured-events-horizontal-container{
  position: relative;
}

.featured-events-horizontal-container .slider-controls{
  position: relative;
  margin-top: 5rem;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 4rem;
}

.featured-events-horizontal-container .slider-controls button{
  height: 4.2rem;
  width: 4.2rem;
  border-radius: 100%;
  background: #eaeaea;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.featured-events-horizontal-container .slider-controls button i{
  font-size: 2.2rem;
}

.featured-events-horizontal-container .slider-controls button:hover{
  background: #e64626;
  color: #fff;
}

.featured-events-horizontal-slider .program-details-block{
  padding: 0;
}

.featured-events-horizontal-slider .program-details .program-details-block .icon{
  position: static;
}

.featured-events-horizontal-slider .program-block{
  border: 0.2rem solid #eaeaea;
  border-radius: 0.5rem;
  /* opacity: 0.5; */
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

/* .featured-events-horizontal-slider .slick-center:not(.slick-cloned){
  border: 2px solid #e64626;
  background: rgba(230, 70, 38, 0.02);
  opacity: 1;
} */

.featured-events-horizontal-slider .program-block{
  padding: 3rem;
  text-align: center;
  margin: 0 1.5rem;
  position: relative;
}

.featured-events-horizontal-slider .event-image{
  margin: 0 auto 2rem;
  width: 10rem;
  height: 10rem;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.featured-events-horizontal-slider .event-image:hover{
  opacity: 0.8;
}

.featured-events-horizontal-slider  .event-image img{
  width: 100%;
}

.featured-events-horizontal-slider  .program-details{
  justify-content: center;
  margin-bottom: 3rem;
}

.featured-events-horizontal-slider  .program-details-block{
  margin: 0 0 1rem;
}

.featured-events-horizontal-slider .program-name{
  font-family: apercu-bold, sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}

.featured-events-horizontal-slider .program-name a{
  color: #363636;
}

.featured-events-horizontal-slider .program-name a:hover{
  color: #e64626;
}

/* responsive timer */
.responsive-timer .live-countdown-content{
  padding: 6rem 0 0;
}

.responsive-timer .live-countdown .time-value{
  font-size: 2.4rem;
  color: #141414;
}

.responsive-timer .live-countdown .text{
  font-size: 1.4rem;
}

/* text block */
.heading-text-block{
  text-align: left;
}








/* responsive */
@media (max-width: 767px){
  
  /* get in touch section */
  .get-in-touch .row{
    gap: 6rem;
  }  

  /* discove section */
  .discover-section .row{
    gap: 6rem;
  }
}

@media (mIN-width: 768px){
  
  /* testimonial section */
  .testimonial-image-container{
    height: 15rem;
    width: 15rem;
  }

  .testimonial-quote{
    font-size: 20px;
  }
}

@media (min-width: 992px){


  /* navigation: left aligned with timer */
  .site-nav-with-timer .nav{
    margin-left: -2rem;
  }

  /* header */
  .site-header{
    height: 60rem;
  }
  
  .site-header-content .btn-container {
    margin: 7rem 0 0;
  }

  /* responsive timer */
  .responsive-timer{
    display: none;
  }

  .site-nav-with-timer .live-countdown-content{
    display: block;
  }

  /* get in touch */
  .get-in-touch{
    text-align: left;
  }

  .git-box a{
    justify-content: flex-start;
  }

  /* discover section */
  .discover-section{
    text-align: left;
  }

  .discover-box a{
    justify-content: flex-start;
  }
  
  /* testimonial section */
  .testimonial-box{
    max-width: 90rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 8rem;
    margin: 0 auto;
  }

  .testimonial-image-container{
    height: 32rem;
    width: 32rem;
  }

  .testimonial-quote{
    margin: 7rem 0 2.5rem;
    font-size: 20px;
  }
}

@media (min-width: 1200px){

  /* get in touch */
  .git-box a{
    display: inline-flex;
  }

  .get-in-touch .content-heading h2{
    font-size: 4.6rem;
  }

  .get-in-touch .content-heading p{
    font-size: 1.8rem;
  }

  .git-box-contact-numbers a{
    text-underline-offset: auto;
  }

  .git-box-contact-numbers a:hover{
    text-decoration: none;
  }

  .git-box:not(.git-box-contact-numbers) a span{
    display: none;
  }

  .git-box:not(.git-box-contact-numbers) a{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
  }

  .git-box:has(.text-link):hover .git-box-title{
    color: #C63A1E;
  }
  
  .git-box:has(.text-link):hover .git-box-title:after{
    width: 47px;
  }
  
  .git-box:has(.text-link):hover svg{
    transform: scale(0.92);
  }

  /* discover box */
  .discover-box:hover svg{
    transform: scale(0.92);
  }

  .discover-box a span{
    display: none;
  }

  .discover-box a{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
  }

  .discover-box:has(.text-link):hover .discover-box-title{
    color: #C63A1E;
  }
  
  .discover-box:has(.text-link):hover .discover-box-title:after{
    width: 47px;
  }
}

@media (min-width: 1400px){

  /* get in touch */
  .git-box-icon svg{
    height: 6rem;
    width: 6rem;
  }
}

@media (min-width: 1500px){

  /* featured events horizontal slider */
  .featured-events-horizontal-container .slider-controls{
    position: initial;
    display: block;
    margin: 0;
    padding: 0;
  }

  .featured-events-horizontal-container .featured-event-prev{
    position: absolute;
    top: 56%;
    left: -7rem;
    transform: translateY(-50%);
  }
  
  .featured-events-horizontal-container .featured-event-next{
    position: absolute;
    top: 56%;
    right: -7rem;
    transform: translateY(-50%);
  }
}

/*
    Register page:
    - Align heading and social sign up buttons
    - Left align submit button and privacy text
*/
.register-block{
    text-align: left;
}
.register-block h2,
.register-block .social-signup-buttons + p{
    max-width: 90rem;
    margin: 0 auto;
}
.register-block .social-signup-buttons{
    align-items: flex-start;
}
.register-block form button[type='submit']{
    margin-top: 2rem;
}

/*
    Discover USYD section:
    - Increase top and bottom padding
    - Left align Discover USYD heading
    - Remove ‘learn more’ buttons and change to ‘>’ (same as the ‘Enquire online’ link)
*/
.discover-section{
  padding: 8rem 0;
}
.discover-box-title i {
    font-size: 18px;
    color: #e64626;
    display: inline-block;
    margin-left: 1rem;
    position: relative;
    top: -1px;
}
.discover-box a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.discover-box a span{
  display: none;
}
/*
  Left align
  - Discover USYD,
  - Get in touch,
  - and Footer
*/
.discover-section{
  text-align: left;
}
.get-in-touch{
  text-align: left;
}
.git-box a{
  justify-content: flex-start;
}
@media (max-width: 1199px){
  .site-footer-content,
  .site-footer-text,
  .footer-links{
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .usyd-socials .nav-item:first-child{
    text-align: left;
  }
  .usyd-socials{
    justify-content: flex-start;
  }
}

/*
  Website edits
  - Change global font and sizes
*/
h1, .h1{
  font-family: lyon-display-italic, sans-serif;
}

h2, .h2{
  font-family: lyon-display-italic, sans-serif;
  font-size: 4rem;
}

h3, .h3{
  font-family: apercu-medium, sans-serif;
  font-size: 3.2rem;
}

h4, .h4{
  font-family: apercu-medium, sans-serif;
  font-size: 2.4rem;
}

h5, .h5{
  font-family: apercu-medium, sans-serif;
  font-size: 1.8rem;
}

body{
  font-size: 1.6rem;
}