.site--durham h2,
.site--durham h3,
.site--futurestudents h2,
.site--futurestudents h3 {
  font-family: "Oswald", Helvetica Neue, Helvetica, sans-serif;
}

.site--durham h2,
.site--futurestudents h2 {
  font-size: 28px;
  text-transform: uppercase;
  line-height: normal;
}

.site--durham .container {
  max-width: 1240px;
}

/* .cta-button {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  border-radius: 8px;
  background: #B15533;
  padding: 8px 20px;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
}

.cta-button span {
  margin-left: 12px;
}

.cta-button:hover,
.cta-button:focus {
  text-decoration: none;
  color: #fff;
}

.cta-button-larg span {
  margin-left: 40px;
}

.d-brag-points {
  position: relative;
  margin-top: -65px;
}

.d-brag-points ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -30px;
} */

/* .d-brag-points ul .brag-wrapper {
  border-radius: 0px 48px;
  background: #62798D;
  padding: 30px 50px 50px;
  color: #FFF;
  text-align: center;
  font-family: Oswald, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);
}

.brag-wrapper a {
  color: #FFF;
}

.brag-wrapper a:hover,
.brag-wrapper a:focus {
  color: #fff;
  text-decoration: none;
}

.brag-wrapper .brag-title {
  margin-bottom: 15px;
}

.brag-wrapper .brag-title a {
  font-size: 120px;
  line-height: 120%;
} */

/* .d-testimonial,
.news-section,
.d-360 {
  margin-top: 200px;
} */

.reivew-grid {
  margin-top: 40px;
}

.titles h3 {
    font-size: 32px;
    color: #b65735;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.grid-image svg {
  background-color: #b65735;
  border-radius: 5px;
  padding: 5px 10px;
  position: absolute;
  bottom: -20px;
  right: 160px;
}

.grid-image {
  position: relative;
}

.titles h2 {
  font-size: 40px;
  color: #62798D;
  font-family: Oswald;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}

/* .student-name h4 {
  font-size: 21px;
  font-weight: 600;
  color: #b65735;
}
.student-name p {
    font-size: 14px;
    color: #525252;
} */

.grid p {
  /* font-size: 16px;
  font-weight: 700;
  margin-top: 0; */
}

/* .student-name {
  margin-top: 20px;
} */

.inner-durham-wrap .page-header {
  display: none;
}

.site--durham main {
  margin-bottom: 0px;
  padding-top: 0px;
}


/* HERO
-------------------------------------------------- */
.site--durham #highlighted {
  margin-top: 0px;
}
.site--durham.page--programs .has-site-menu {
  display: none;
}
.site--durham.page--programs .test {
  display: none;
}

.site--durham{
  #s-hero {
    position: relative;
  }
  #s-hero iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
  }
}



.mobile-program-search-wrapper {
  display: none;
}

.site--durham .program-picker-search{
  background-color: #62798D;
}







@media(max-width: 1024px) {
  .desktop-program-search-wrapper {
    display: none;
  }
  .mobile-program-search-wrapper {
    display: block;
    background-color: #62798D;
  }
  .mobile-program-search-wrapper .h-banner {
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Program Banners
-------------------------------------------------- */
body.programs-page {
  .container-full-width.program__top-banner {
    min-height: auto;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    @media (min-width: 576px) {
      padding-top: 250px;
    }
    @media (min-width: 768px) {
      background-size: cover;
      padding-top: 0px;
      margin-bottom: 0;
    }
    .program__banner {
      z-index: 1;
      top: 100%;
      position: relative;
      margin-left: -1rem;
      margin-right: -1rem;
      @media (min-width: 768px) {
        margin: 0;
        width: 100%;
        padding-top: 0;
        position: relative;
        max-width: 40%;
        top: 0;
        height: 100%;
      }
    }
    .page-header--bg {
      width: 100%;
      position: absolute;
      bottom: 0;
      top: 0;
      height: auto;
      @media (min-width: 768px) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.8;
        z-index: -1;
      }
    }
    .page-header,
    .program__banner-outer {
      @media (min-width: 768px) {
        min-height: 500px;
      }
    }
  }
  .page-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    padding: 1.25rem 1.25rem 1.875rem;
  
    .page-header--bg {
      
    }
  
    .page-header--title {
      line-height: 1.1;
      z-index: 1;
      font-family: 'museo-sans';
      text-transform: none;
    }
  
    .page-header--coop-availability,
    .page-header--faculty {
      position: relative;
      padding-left: 2.25rem;
      margin-bottom: 0;
      font-size: 1.25rem;
  
      &:before {
        position: absolute;
        content: '';
        width: 1.5rem;
        height: 1.5rem;
        top: 5px;
        left: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.252' height='21.802' viewBox='0 0 27.252 21.802'%3E%3Cpath id='Icon_awesome-business-time' data-name='Icon awesome-business-time' d='M21.12,9.538a6.132,6.132,0,1,0,6.132,6.132A6.128,6.128,0,0,0,21.12,9.538Zm2.725,6.4a.415.415,0,0,1-.413.413H20.853a.415.415,0,0,1-.413-.413v-3.26a.415.415,0,0,1,.413-.413h.535a.415.415,0,0,1,.413.413v2.311h1.63a.415.415,0,0,1,.413.413ZM21.12,8.176c.23,0,.456.014.681.034V6.132a2.1,2.1,0,0,0-2.044-2.044H16.351V2.044A2.1,2.1,0,0,0,14.307,0H7.494A2.1,2.1,0,0,0,5.45,2.044V4.088H2.044A2.1,2.1,0,0,0,0,6.132V9.538H16.825A7.449,7.449,0,0,1,21.12,8.176ZM13.626,4.088H8.176V2.725h5.45Zm.29,9.538H8.857a.681.681,0,0,1-.681-.681V10.9H0v6.132a2.1,2.1,0,0,0,2.044,2.044h12.41a7.394,7.394,0,0,1-.537-5.45Z' fill='%23fff' style='&%2310; /* fill: red; */&%2310;'/%3E%3C/svg%3E");
      }
  
      .co-op-title,
      .faculty-title {
        font-family: "museo-sans", sans-serif;
        font-weight: 700;
        text-transform: none;
      }
    }
  
    .page-header--faculty{
      &:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.012' height='20.01' viewBox='0 0 25.012 20.01'%3E%3Cpath id='Icon_awesome-chalkboard-teacher' data-name='Icon awesome-chalkboard-teacher' d='M8.129,13.757a.894.894,0,0,0-.276.043,5.155,5.155,0,0,1-1.6.27,5.16,5.16,0,0,1-1.6-.27.892.892,0,0,0-.276-.043A4.377,4.377,0,0,0,0,18.158,1.871,1.871,0,0,0,1.876,20.01H10.63a1.871,1.871,0,0,0,1.876-1.852A4.377,4.377,0,0,0,8.129,13.757ZM6.253,12.506A3.752,3.752,0,1,0,2.5,8.754,3.752,3.752,0,0,0,6.253,12.506ZM23.136,0H8.129A1.91,1.91,0,0,0,6.253,1.938V3.752a4.946,4.946,0,0,1,2.5.7V2.5H22.511V13.757h-2.5v-2.5h-5v2.5h-2.98a4.981,4.981,0,0,1,1.551,2.5h9.557a1.91,1.91,0,0,0,1.876-1.938V1.938A1.91,1.91,0,0,0,23.136,0Z' transform='translate(0)' fill='%23fff' style='&%2310; /* fill: red; */&%2310;'/%3E%3C/svg%3E");
      }
    }
  
    .sub-header {
      display: block;
      font-size: 1.75rem;
      margin-top: 5px;
      text-transform: uppercase;
      z-index: 1;
    }
  
    .jumplinks{
      display: flex;
      flex-flow: row wrap;
      gap: 1rem;
      align-items: center;
      z-index: 1;
      margin-top: 0.5rem;
      .btn-jumplink{
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        gap: 1rem;
        width: max-content;
        &::after{
          content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");        width: 1rem;
          height: 1rem;
          display: block;
          transform: translateY(-3px);
          transition: transform 500ms;
        }
        &:hover::after{
          transform: translateY(0);
        }
      }
    }
  }
}



/* QL
-------------------------------------------------- */
.banner-ql {
  background-color: #62798D;
}
.banner-ql .menu a:hover {
  text-decoration: none;
  background-color: #466172;
}
/* .banner-ql .menu--banner-quicklinks{
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
}
.banner-ql .menu--banner-quicklinks li{
  border-left: solid 1px rgba(255, 255, 255, 0.30);
}
.banner-ql .menu--banner-quicklinks li:last-child{
  border-right: solid 1px rgba(255, 255, 255, 0.30);
}
.banner-ql .menu--banner-quicklinks li a{
  padding: 28px 16px;
  color: #FFF;
  font-family: Oswald;
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.banner-ql .menu--banner-quicklinks li a:hover{
  text-decoration: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #62798D;
} */
.banner-ql .menu a:hover {
  text-decoration: none;
}


/*------- Quicklink End--------*/

/*------- Breadcrumb --------*/
.page-breadcrumb .breadcrumb{
  padding: 0;
  margin-bottom: 0;
}
.page-breadcrumb{
  padding: 8px 0 8px;
}
.page-breadcrumb .breadcrumb a{
  color: #1E1E1E;   
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}
.page-breadcrumb .breadcrumb li:last-child a{
  color: #B65735; 
}
/*------- Breadcrumb End --------*/

.news-grid img {
  width: 100%;
}

.news-grid .news-title {
  background-color: rgba(91, 127, 149, 0.7);
  border-radius: 5px;
  position: absolute;
  bottom: 0;
}

.news-grid .news-title h4,
.news-grid .news-title p,
.news-grid .news-title h3 {
  color: #fff;
}

.news-grid .head-news-grid,
.news-grid .three-col-grid {
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.news-grid .head-news-grid img,
.news-grid .three-col-grid img {
  border-radius: 5px;
}

.three-col-section-child:nth-child(1) {
  margin-bottom: 25px;
}

.news-grid .last-child .news-title {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.news-grid .last-child {
  background-color: #b65735;
}

.event-carousel .carousel-item {
  padding: 20px;
}

.event-carousel .carousel-item .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  /* margin: 0 20px; */
  border-left: 1px solid rgba(0, 0, 0, .10);
}

.event-carousel .event-date {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  line-height: 1;
  margin-bottom: 15px;
  color: #1E1E1E;
}
@media(max-width: 768px) {
  .event-carousel .event-date {
    font-size: 16px;
  }
}

.event-carousel .event-title {
  font-size: 21px;
  font-weight: 600;
  width: 100%;
  color: #1E1E1E;
  line-height: 1;
  margin-bottom: 5px;
}
@media(max-width: 768px) {
  .event-carousel .event-title {
    font-size: 16px;
  }
}

.event-carousel .carousel-item p {
  width: 100%;
  color: #1E1E1E;
  font-size: 16px;
}
@media(max-width: 768px) {
  .event-carousel .carousel-item p {
    font-size: 11px;
  }
}

.event-carousel .view-all-events {
  margin-top: 20px;
}

.event-carousel .event-date span {
  font-size: 48px;
  color: #62798D;
  font-weight: 600;
}
@media(max-width: 1024px) {
  .event-carousel .event-date span {
    font-size: 28px;
  }
}

.event-carousel .arrows {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  width: 74px;
  right: 0;
  top: -32px;
  z-index: 0;
}

.event-carousel {
  position: relative;
}

.event-carousel .carousel-control-prev,
.event-carousel .carousel-control-next {
  position: relative;
  width: auto;
}

.tabs {
  width: 100%;
  margin: 0 auto;
}

.tab-buttons {
  display: flex;
  justify-content: flex-start;
  border-bottom: 2px solid #EFEFEF;
}

.tab-button {
  flex: 1;
  padding: 10px;
  border-radius: 20px 0 0 0;
  border-bottom: none;
  background: #EFEFEF;
  cursor: pointer;
  text-align: center;
  color: #979797;
  max-width: 250px;
  border: none;
  z-index: 1;
}

.tab-button:nth-child(2) {
  border-radius: 0 20px 0 0;
  border: none;
}

.tab-button.active {
  background: #b65735;
  color: #fff;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.card-content {
  background-color: #CE533D;
  color: white;
  padding: 20px;
  border-radius: 10px;
}

.card-content h1,
.card-content h2 {
  font-weight: bold;
}

/* .d-360 {
  padding-top: 100px;
  height: auto !important;
}

.d-360 .cta-button {
  background: #62798D;
} */

/* Home page carousel section */
/* .carousel-section {
  margin-top: 75px;
} */

.small-img {
  height: 150px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}

.large-img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

/* .carousel-bottom-bar {
  background: #154734;
  border-radius: 12px;
  padding: 16px;
  margin-top: 15px;
}

.carousel-bottom-bar .row {
  align-items: center;
}

.carousel-bottom-bar a.btn.btn-block {
  padding: 0;
  text-align: left;
  border: none;
  cursor: auto;
}

.carousel-bottom-bar a.btn.btn-block:hover {
  background: none;
}

.carousel-bottom-bar .col-md-3 a {
  display: flex;
  justify-content: space-between;
} */

/* Customize the controls (optional) */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: black;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

#imageCarousel .carousel-control-next,
#imageCarousel .carousel-control-prev {
  opacity: 1;
  width: 50px;
}

#imageCarousel .carousel-control-prev {
  display: flex;
  align-items: end;
  padding-bottom: 60px;
  left: -26px;
}

#imageCarousel .carousel-control-next {
  display: flex;
  align-items: end;
  padding-bottom: 60px;
  right: -26px;
}

#imageCarousel .carousel-control-next span.sr-only,
#imageCarousel .carousel-control-prev span.sr-only {
  width: 48px;
  height: 48px;
  position: unset;
  box-shadow: 0 4px 20px #00000047;
  border-radius: 50px;
}

#home-page-carousel-section .carousel-inner {
  padding: 34px 0;
}

#home-page-carousel-section .carousel-inner .carousel-item img {
  margin-bottom: 0;
  box-shadow: 0 4px 15px #0000005c;
}

#home-page-carousel-section .carousel-inner .carousel-item .row {
  gap: 33px;
}

#home-page-carousel-section .carousel-inner .carousel-item .row .column {
  gap: 33px;
  display: flex;
  flex-direction: column;
}

#home-page-carousel-section .carousel-inner .carousel-item .row .col-6 {
  max-width: 44%;
  flex: 0 0 44%;
}

#home-page-carousel-section .carousel-inner .carousel-item .row .col-6 img {
  height: 333px;
}

#home-page-carousel-section .carousel-inner .carousel-item .row .col-6 .hove-info {
  position: absolute;
  top: 0;
  left: 16px;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}

#home-page-carousel-section .carousel-inner .carousel-item .row .col-6 .hove-info img {
  height: auto;
  width: auto;
}

#home-page-carousel-section .carousel-inner .carousel-item .row .col-6 .hove-info p {
  display: none;
}

#home-page-carousel-section .carousel-inner .carousel-item .row .col-6 .hove-info:hover p {
  display: block;
  background: #b15533db;
  padding: 10px;
  font-size: 13px;
  color: #fff;
  margin: 0;
  height: 74px;
  border-radius: 0 0 10px 0;
  margin-left: -11px;
}

@media only screen and (max-width: 1130px) {
  #home-page-carousel-section .carousel-inner .carousel-item .row .col-6 {
    max-width: 41%;
    flex: 0 0 41%;
  }
}

@media only screen and (max-width: 768px) {
  .carousel-bottom-bar .row {
    gap: 15px;
  }

  #home-page-carousel-section .carousel-inner .carousel-item .row {
    gap: 20px;
    flex-direction: column;
  }

  #home-page-carousel-section .carousel-inner .carousel-item .row .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #home-page-carousel-section .carousel-inner .carousel-item .row .column {
    gap: 20px;
    max-width: 100%;
  }

  #imageCarousel .carousel-control-prev {
    left: 0px;
  }

  #imageCarousel .carousel-control-next {
    right: 0px;
  }
}


/* Main 
-------------------------------------------------- */
.site--durham.page--front main {
  margin-bottom: 0px !important;
  margin-top: 0;
}
.site--durham.page--front .page-wrapper {
  padding-bottom: 0px !important;
}

/* About 
-------------------------------------------------- */
.d-about-trent {
  background-color: #62798D;
  background: url(https://www.trentu.ca/themes/custom/trent/dist/images/photo-dgta-students.jpg) bottom no-repeat;
  background-size: cover;
  min-height: 1300px;
  padding: 140px 0;
}
@media(max-width: 1024px) {
  .d-about-trent {
    padding-top: 70px;
    min-height: 1000px;
  }
}

.program-wrapper {
  display: flex;
  column-gap: 80px;
}

.hgt-content {
  font-weight: 600;
  color: #fff;
  font-size: 21px;
  margin-top: 30px;
}
@media(max-width: 1024px) {
  .hgt-content {
    margin-top: 0px;
  }
}
.hgt-content h2 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 400;
}
@media(max-width: 1024px) {
  .hgt-content h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.hgt-content p {
  font-size: 21px !important;
  font-weight: 600 !important;
  margin-bottom: 30px;
  color: white !important;
}
@media(max-width: 1024px) {
  .hgt-content p {
    font-size: 18px;
  }
}

.d-about-trent .program-wrapper .program-section {
  border-radius: 0px 48px;
  background: #154734;
  max-width: 320px;
  flex-shrink: 0;
  color: #fff;
  padding: 40px;
  font-size: 21px;
  line-height: 140%;
  box-shadow: 0px 6px 12px 0px rgb(0 0 0 / 35%);
}
.d-about-trent .program-wrapper .program-section .btn {
  padding-left: 10px;
  padding-right: 10px;
}
@media(max-width: 1024px) {
  .d-about-trent .program-wrapper .program-section {
    display: none;
  }
}
.d-about-trent .program-wrapper .program-section h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #ffffff;
}
.d-about-trent .program-wrapper .program-section .program-subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 50px;
  color: white;
}
.d-about-trent .program-wrapper .program-section p {
  margin-bottom: 20px;
}

/* Stat
-------------------------------------------------- */
.d-brag-points {
  position: relative;
  margin-top: -65px;
}
@media(max-width: 1024px) {
  .d-brag-points .col-lg-4 {
    flex: unset;
    max-width: unset;
  }
}
.stat {
  display: block;
  font-family: Oswald, Helvetica Neue, Helvetica, sans-serif;
  border-radius: 0px 48px;
  background: #62798D;
  padding: 30px 35px 50px;
  color: #FFF;
  text-align: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, transform;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .5s;
}
@media(max-width: 1024px) {
  .stat {
    margin-bottom: 20px;
    border-radius: 12px;
  }
}
.stat:hover {
  text-decoration: none;
  color: #fff;
  background-color: #B15533;
  transform: scale(1.1);
}
.stat .stat-number,
.stat .stat-name {
  display: block;
}
.stat-number {
  font-size: 100px;
}
@media(max-width: 1024px) {
  .stat-number {
    font-size: 50px;
  }
}
.stat-name {
  font-size: 32px;
  margin-top: 15px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media(max-width: 1024px) {
  .stat-name {
    font-size: 16px;
  }
}


/* Carousel
-------------------------------------------------- */
.carousel-section {
  margin-top: 100px;
}
@media(max-width: 1024px) {
  .carousel-section {
    margin-top: 50px;
  }
}

/* Testimonials
-------------------------------------------------- */
.d-testimonial {
  margin-top: 100px;
}
@media(max-width: 1024px) {
  .d-testimonial {
    margin-top: 50px;
  }
}
.testimonial {
  position: relative;
}
.testimonial-img {
  position: relative;
}
.testimonial-img img {
    max-width: 100%;
    height: auto;
}
.testimonial-img-cta {
  position: absolute;
  bottom: -20px;
  right: 160px;
}
.testimonial-intro {
  margin-top: 30px;
}
.testimonial-intro h2 {
  font-size: 21px;
  font-weight: 600;
  color: #b65735;
}
.testimonial-intro h4 {
  color: #B15533;
  font-size: 21px;
  font-family: museo-sans,sans-serif;
}
.testimonial-intro p {
  font-size: 14px;
  color: #525252;
}
.testimonial-text {
  margin-top: 15px;
}
.testimonial-text p {
  color: #525252;
  font-size: 21px;
  font-weight: 600;
  margin-top: 10px;
}
@media(max-width: 992px) {
  .testimonial-img img:first-child {
    width: 100%;
    height: auto;
  }
}


/* News
-------------------------------------------------- */

.site--durham{
  .news-section {
    margin-top: 100px;
  }
  @media(max-width: 1024px) {
    .news-section {
      margin-top: 50px;
    }
  }
  .news {
    display: flex;
    gap: 20px;
  }
  @media(max-width: 1024px) {
    .news {
      display: block
    }
  }
  .news-col-left {
    width: 482px;
    flex-shrink: 0;
  }
  @media(max-width: 1024px) {
    .news-col-left {
      width: auto;
    }
  }
  .news-col-right {
    flex-grow: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px
  }
  @media(max-width: 1024px) {
    .news-col-right {
      display: block;
    }
  }
  .news-item {
    display: block;
    position: relative;
    overflow: hidden;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    border-radius: 8px;
  }
  @media(max-width: 1024px) {
    .news-item {
      margin-bottom: 20px !important;
    }
  }
  .news-item .news-cover {
    border-radius: 8px;
  }
  .news-item .news-cover img {
    width: 100%;
    height: auto;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
  }
  @media(max-width: 1024px) {
    .news-item .news-cover img {
      height: auto;
    }
  }
  .news-item:hover .news-cover img {
    transform: scale(1.1);
  }
  .news-item-md .news-copy {
    padding: 10px 15px;
  }
  .news-item-md .news-copy h2 {
    font-size: 13px;
  }
  .news-item-orange {
    background-color: #B15533 !important;
  }
  .news-item-orange .news-copy,
  .news-item-orange:hover .news-copy {
    background-color: transparent !important;
  }
  .news-item-orange:hover {
    background-color: #98492c !important;
  }
  .news-item-orange .news-copy h2 {
    display: flex;
    font-size: 21px;
    justify-content: space-between;
    align-items: flex-start;
  }
  .news-item-orange .news-copy h2 img {
    flex-shrink: 0;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
  }
  .news-item-orange:hover .news-copy h2 img {
    transform: translateX(5px);
  }
  .news-copy {
    position: absolute;
    bottom: 0; 
    left: 0;
    right: 0;
    padding: 20px 20px; 
    border-radius: 8px;
    background-color: rgba(87, 121, 142, 0.90);
    color: white;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
  }
  .news-copy:hover {
    text-decoration: none;
    background-color: #177c88;
  }
  .news-copy h2 {
    text-transform: unset;
    font-size: 21px;
    font-weight: 600;
  }
  .news-copy p {
    font-size: 16px;
    margin-bottom: 0px;
    color: white;
  }
  .news-item:hover .news-copy {
    text-decoration: none;
    background-color: #177c88;
  }
}



/* Event
-------------------------------------------------- */
.event-carousel {
  margin-top: 20px;
}
.event-carousel .container {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.event-carousel .tab-button {
  font-size: 16px;
  font-weight: 600;
  color: #919191;
  text-align: left;
  padding: 12px 25px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .5s;
}
@media(max-width: 768px) {
  .tab-buttons {
    display: inline-block;
  }
  .event-carousel .tab-button {
    font-size: 14px;
    padding: 12px 15px;
  }
}
.event-carousel .tab-button:hover {
  background-color: #b65735;
  color: white; 
}
.event-carousel .tab-button.active {
  color: white;
}
.event-carousel .carousel-control-prev, 
.event-carousel .carousel-control-next {
  width: 32px;
  height: 32px;
  background-color: #EFEFEF;
  border-radius: 50%;
  top: -5px;
}
.event-carousel .carousel-control-prev {
  margin-right: 5px;
}

/* Residence
-------------------------------------------------- */
.d-360 {
  height: auto !important;
  padding-top: 165px;
  margin-top: 100px;
}

#block-testvideocarousel #s-hero{
  /* height:620px !important; */
  min-height: auto;
  /* background-color: red; */
  position: relative;
}
@media(max-width: 1024px) {
  .d-360 {
    margin-top: 50px;
  }
}
@media(max-width: 768px) {
  .d-360 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.residence {
  max-width: 500px;
  border-radius: 0px 32px 0px 0px;
  background: rgba(182, 87, 53, 0.90);
  padding: 50px;
  color: white;
}
.residence h3 {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 400;
}
.residence h2 {
  font-size: 40px !important;
  font-weight: 400;
  line-height: 1.1;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.40);
  margin-bottom: 20px;
}
.residence p {
  font-size: 16px;
  margin-bottom: 20px;
}
.residence .btn {
  font-size: 15px;
}
@media(max-width: 768px) {
  .residence {
    max-width: unset;
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* Search (program)
-------------------------------------------------- */
/* .s-prog-search .container {
  padding-left: 0px;
  padding-right: 0px;
}
@media(max-width: 1400px) {
  .s-prog-search .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.search-input input, .type-select {
  font-family: museo-sans, sans-serif !important;
}
.search-input input:focus::placeholder {
  color: transparent;
}

#searchButton {
  font-family: museo-sans, sans-serif !important;
}
#searchButton:hover {
  transition-property: background-color;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .3s;
  background-color: #98492c;
} */


.trent-durham-all-menu{
/*  display: none;*/
}
.nav-secondary.nav-green {
  position: relative;
}
@media(max-width: 768px) {
  .trent-durham-all-menu{
  display: block;
}
.accordion-menu-block{
  display: none;
}
.banner-quicklinks h2.block-title .toggle-icon{
  display: none;
}

/*section.block.block-menu-block.block-menu-blocktrent-durham-all-menu.clearfix {
    position: absolute !important;
    z-index: 9999 !important;
    top: -66px !important;
    width: 100% !important;
    left: 0 !important;
    background-color: transparent !important;
}*/

section.block.block-menu-block.block-menu-blocktrent-durham-all-menu.clearfix {
    position: fixed !important;
    z-index: 9999 !important;
    top: 220px !important;
    width: 100% !important;
    left: 0 !important;
    background-color: transparent !important;
}
.interior-page-wrap #left-sidebar .block-menu-block .block-title {
    font-family: "Oswald", sans-serif;
    padding: 0px 20px 30px !important;
    font-size: 20px !important;
    font-weight: 400;
    margin-bottom: 0px;
    background: #62798D;
    color: #fff !important;
}



.banner-quicklinks h2.block-title {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    padding: 0px !important;
}


ul.menu.menu--trent-durham-all-menu.nav {
    background: #fff !important;
}
.trent-durham-all-menu .menu.nav {
    display: block;
}
.trent-durham-all-menu .toggle-menu{
    float: right;
    background: transparent;
    border: none;
    font-size: 39px;
}
.trent-durham-all-menu h2.block-title .toggle-icon{
  float: right;
    font-size: 30px;
}


/* responsive green menu */
.scroll-x {
  position: relative;
}

.scroll-btn {
  cursor: pointer;
  padding: 25px 20px 25px;
  background-color: #154734;
  color: white;
  position: relative;
  
}
.scroll-btn:after{
  content: '';
  background: url(/themes/custom/trent/dist/images/expand_more.svg) no-repeat 0 0;
  background-size: 100%;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  transform: rotate(-90deg);
}
.scroll-btn.active-scroll:after{
  content: '';
  transform: rotate(0deg);
  }
.nav-secondary.nav-green ul.menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
}

.nav-secondary.nav-green ul.menu li {  
  padding: 0 20px;
  border-top:1px solid rgba(255, 255, 255, 0.3);
}
.nav-secondary ul li:hover, 
.nav-secondary ul li:focus {
    background-color: #B15533;
    text-decoration: none;
}
.nav-secondary ul li a{
  border: none !important;  
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  column-gap: 30px;
  align-items: center;
}
.nav-secondary ul li:last-child a{
  border-bottom: none;
}
.nav-secondary ul li a span.text{
  margin-top:0 !important;
}
.nav-secondary.nav-green ul.menu-expanded {
  max-height:100%;
}
.nav-secondary a i{
  width: 35px;
}

}

@media(min-width: 769px) {
  .info-links .scroll-btn{
    display: none;
  }
}


/* banner-popup */
.h-banner{
  position: absolute;
  bottom: 0;
  left: 140px;
  max-width: 390px;
	width: 100%;
  border-radius: 0px 32px 0px 0px;
	background: rgba(87, 121, 142, 0.90);
}
@media(max-width: 1024px){
  .h-banner{
    left: 50px;
  }
  @media(max-width: 768px){
    .h-banner{
      left: 0px;
    }
  }
}
.h-banner-popup {
  position: relative;
  padding: 32px 45px 64px 45px;
}
.h-banner-popup form{
  display: initial;
  padding-top: 38px;
}
.h-banner-popup .search-bar{
  display: initial;
}
.h-banner-popup  .search-input{
  width: 100%;
  margin-bottom: 30px;
}
.h-banner-popup .search-input input{
  font-size: 14px;
  height: 48px;
}
.h-banner-popup .select-area{
  width: 100%;
  margin-bottom: 30px;
}
.h-banner-popup .type-select{
  font-size: 14px;
  height: 48px;
}
.h-banner-popup .close-banner-popup{
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  border: none;
  background: none !important;
}
.t-head h1 {
  color: #FFF;
  font-family: "fave-script-pro", sans-serif;
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

/* .t-head h1{
  color: #FFF;
  font-family: "fave-script-pro", sans-serif;
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
} */
.m-head h2{
	color: #FFF;
	font-family: Oswald;
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 12px;
}
.sub-head h2{
  color: #FFF;
  font-family: Oswald;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 35.2px */
  text-transform: uppercase;
  margin-bottom: 0;
}
.from-label label{
  color: #FFF;
  font-family: Oswald;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 21px */
  text-transform: uppercase;
  margin-bottom: 12px;
  &:first-child{
    margin-top: 38px;
  }
}

#b-searchButton{
  width: 100%;
  border-radius: 8px;
  background: #B15533;
  margin-top: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.line{
  background: rgba(255, 255, 255, 0.30);
  margin: 0;
}



@media(max-width: 768px){
  section.block-menu-blockbanner-quicklinks{
    position: fixed;
    top: 173px;
    width: 100%;
    background: #62798D;
    padding-left: 5px;
  }

  h2#block-trentdurhamallmenu-menu span.toggle-icon svg.right {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
  }

  .trent-durham-all-menu ul.dropdown-menu li.expanded.dropdown ul.dropdown-menu{
    display: none !important;
  }
  .trent-durham-all-menu ul.dropdown-menu li.expanded.dropdown.is-open ul.dropdown-menu{
    display: block !important;
  }

}


