h1, h2 {
  font-family: 'museo-sans', sans-serif;
  font-weight: bold;
}

h3{
    font-family: "Oswald", sans-serif;
}
h2{
    font-size: 28px;
    /* text-transform: uppercase; */
    line-height: normal;
}

.container{
    max-width: 1240px;
}

/* Banner section */

.site--green-theme #navbar .btn-hamburger {
  background: transparent;
}

body:not(.is-homepage) .interior-page-wrap .page-top-content-wrap {
  display: none;
}

.site--green-theme #highlighted.has-site-menu{
    margin-top: 0;
}

/* Banner section */
/* Accordian section*/
.site--green-theme .inner-student-wrap .paragraph-verticle-accordion .area-tab-btn{
  display:none;
}
/* .site--green-theme .area-study-sidebar-title h2{
  display: none;
} */
.site--green-theme .area-study-sidebar-title h2{
  display: block;
}
.site--green-theme .area-study-sidebar-title h2 {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-family: "Museo Sans";
}
@media(max-width: 767px){
  .site--green-theme .area-study-sidebar-title h2{
    font-size: 20px;
  }
}
.page--areas-of-study .paragraph-verticle-accordion .col-md-3{
  flex: 0 0 33%;
  max-width: 33%;
}
@media(max-width: 767px){
  .page--areas-of-study .paragraph-verticle-accordion .col-md-3{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
}
.page--areas-of-study .paragraph-verticle-accordion .col-md-9{
  flex: 0 0 67%;
  max-width: 67%;
}
@media(max-width: 767px){
  .page--areas-of-study .paragraph-verticle-accordion .col-md-9{
    flex: 0 0 100%;
    max-width: 100%;
  }
}


/* Accordian section*/


/* Quick link section (Info box) */
.site--green-theme main{
    padding-top: 0;
    margin-bottom: 0;
}

/* //Quick link section (Info box) */

/* Promo CTA section */
.site--green-theme .d-360 {
    background: url(/futurestudents/sites/trentu.ca.futurestudents/files/2024-09/student-expansion-bg.jpg) 0 100% no-repeat;
    background-size: cover !important;
}
.d-360 {
    margin-top: 200px;
}
@media(max-width: 768px){
  .d-360{
    margin-top: 150px;
  }
}
@media(max-width: 640px){
  .d-360{
    margin-top: 100px;
  }
}
.d-360 {
    padding-top: 100px;
    height: auto !important;
}
.d-360 .cta-button {
    background: #62798D;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    border-radius: 8px;
    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;
}
.card-content {
    background-color: #CE533D;
    color: white;
    padding: 20px;
    border-radius: 10px;
}
.card-content h1,
.card-content h2 {
    font-weight: bold;    
}
.card-content h2 {
    font-size: 2rem;    
}

/* Future Student 
-------------------------------------------------- */
.site--green-theme #navbar {
  background-color: #154734 !important;
}

/* Carousel 
-------------------------------------------------- */
.s-quicklink-carousel {
    padding-top: 40px !important;
    padding-bottom: 40px;
    margin-top: 10px;
    /* padding-bottom: 335px; */
}
@media(max-width: 768px){
    .s-quicklink-carousel {
      margin-top: 0px;
      /* padding-bottom: 250px; */
    }
}



.site--green-theme .inner-student-wrap .page-header{
    display: none;
}

.page--areas-study.site--green-theme .inner-student-wrap .stu-page-title .field--item{
    color: #B15533;
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 12px;
    padding-top: 56px;
}
.page--areas-study.site--green-theme .inner-student-wrap .stu-page-subtitle .field--item{
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.page--areas-study.site--green-theme .inner-student-wrap .stu-page-body .field--item{
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    padding-bottom: 75px;

}

.site--green-theme .inner-student-wrap .paragraph-verticle-accordion {
    background-color: #154734;
   
}
.accordion-title-wrap{
     padding: 68px 0; 
}
.site--green-theme .inner-student-wrap .paragraph-verticle-accordion .nav-pills{
    border-left: solid 1px #FFF;
    margin-left: 6px;
}
@media(max-width: 767px){
  .site--green-theme .inner-student-wrap .paragraph-verticle-accordion .nav-pills{
    margin-left: 0;
  }
}
.site--green-theme .inner-student-wrap .paragraph-verticle-accordion .nav-pills a{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    text-decoration: none !important;
}  



.site--green-theme .inner-student-wrap .paragraph-verticle-accordion .nav-pills .nav-link.active{    
    font-weight: 600;
    color: #FFF;
    position: relative;
}
.site--green-theme .inner-student-wrap .paragraph-verticle-accordion .nav-pills .nav-link.active:before{
    content: '';
    background-image: url('/sites/trentu.ca.futurestudents/files/2024-09/marker.png');
    background-repeat: no-repeat;
    position: absolute;
    left: -15px;
    top: -5px;
    width: 29px;
    height: 48px;
}

.site--green-theme .inner-student-wrap .tab-content{
    height: 100%;
}
.site--green-theme .inner-student-wrap .tab-content>.tab-pane.active{
    height: 100%;
    border: none;
}
.site--green-theme .inner-student-wrap .accordion-details-wrap{
   height: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 65px 0 68px 44px;
    position: relative;
}
@media(max-width: 1440px){
  .site--green-theme .inner-student-wrap .accordion-details-wrap{
    margin-right: -110px;
    padding-right: 55px;
  }
  @media(max-width: 1350px){
    .site--green-theme .inner-student-wrap .accordion-details-wrap{
      margin-right: -70px;
    }
  }
  @media(max-width: 1280px){
    .site--green-theme .inner-student-wrap .accordion-details-wrap{
      margin-right: -40px;
      padding-right: 40px;
    }
  }
  
  @media(max-width: 767px){
    .site--green-theme .inner-student-wrap .accordion-details-wrap{
      margin-right: 0px;
    }
  }
}
.site--green-theme .inner-student-wrap .accordion-details-wrap:before{
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.accordion-details-innerWrap{
    max-width: 850px;
    position: relative;
    z-index: 10;
}
.site--green-theme .inner-student-wrap .field--name-field-ver-accordion-desc-title{
        color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.site--green-theme .inner-student-wrap .field--name-field-ver-accordion-subtitle{
        color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-top: 18px;
}
.site--green-theme .inner-student-wrap .field--name-field-ver-accordion-description{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 18px;
}
.site--green-theme .inner-student-wrap .field--name-field-ver-accordion-link a{
    display: inline-block;
    background-color: #B15533;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 65px 10px 20px;
    border-radius: 8px;
    margin-top: 50px;
    text-decoration: none !important;
    background-image: url(/durham/sites/trentu.ca.durham/files/inline-images/arrow_outward_0.png);
    background-repeat: no-repeat;
    background-position: 95% 10px;
    transition: all .07s ease-out;
}
.site--green-theme .inner-student-wrap .field--name-field-ver-accordion-link a:hover{
    background-position: 96% 10px;
}

.paragraph-three-col-innerWrap{
    padding: 74px 0 95px;
}
.trent-approach{
  padding-top: 15px;
}
.paragraph-three-col-innerWrap .field--name-field-three-col-main-title p{
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.paragraph-three-col-innerWrap .field--name-field-three-col-item-title .field--item{
    color: #B15533;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.paragraph-three-col-innerWrap .p-three-col-items-desc{
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin-top: 10px;
} 
@media(max-width: 767px){
  .paragraph-three-col-items-wrap{
    margin-bottom: 32px;
  }
}
.paragraph-three-col-innerWrap .para-three-col-items-wrapper{
    margin-top: 25px;
}


/* Programs 
-------------------------------------------------- */
.container-program {
    margin-top: -25%;
}
.s-area-study .program-section h2 {
    font-size: 32px !important;
}
.s-area-study .program-section h3 {
    font-size: 40px !important;
}


/* Tour
-------------------------------------------------- */
.tour {
    border-radius: 12px;
    background-color: #154734;
    padding: 15px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}
.tour-blue {
    background-color: #62798D;
}
.tour h2 {
    color: #FFF;
    font-family: museo-sans, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: unset;
}
.tour .btn {
    width: 272px;
    flex-shrink: 0;
}


/* Residence
-------------------------------------------------- */
.residence {
    max-width: 500px;
    border-radius: 0px 32px 0px 0px;
    background: rgba(182, 87, 53, 0.90);
    padding: 60px 48px;
    color: white;
  }

  .residence h3 {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 400;
  }
  .residence h2 {
    font-size: 42px !important;
    font-weight: 400;
    line-height: 1.1;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    margin-bottom: 20px;
  }
  @media(max-width: 640px){
    .residence {
      padding: 20px;
    }
    .residence h3 {
      font-size: 20px;
    }
    .residence h2{
      font-size: 32px !important;
    }
  }
  .residence p {
    font-size: 16px;
    margin-bottom: 20px;
  }


  /* Search (program)
-------------------------------------------------- */
/* .s-prog-search .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .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;
  }
  select.type-select {
    margin-top: 0px;
  } */


/* S Area Study 
-------------------------------------------------- */      
.s-area-study {
  padding-top: 50px;
  padding-bottom: 60px;
}


/* Main 
-------------------------------------------------- */
.site--green-theme .page-wrapper {
  padding-bottom: 0px !important;
}


@media (min-width: 992px) and (max-width: 1199px){
    .accordion-details-innerWrap{
        max-width: 650px;
    }
}
@media (min-width:768px) and (max-width: 991px){
    .accordion-details-innerWrap{
        max-width: 500px;
    }
   
}
@media(max-width: 767px){
    /* .banner-ql .menu--banner-quick li a{
        font-size: 16.5px;
    } */
    .site--green-theme .inner-student-wrap .accordion-details-wrap{
        margin-left: calc(-100vw / 2 + 100% / 2);
        margin-right: calc(-100vw / 2 + 100% / 2);
        max-width: 100vw;
        padding: 30px 25px 30px 15px;
    }

    .site--green-theme .inner-student-wrap .field--name-field-content-title{
        padding-top: 30px;
        font-size: 26px;
        margin-bottom: 27px;
    }
    
    .site--green-theme .inner-student-wrap .field--name-field-future-student-subtitle{
        font-size: 16px;
        font-weight: 600;
        line-height: 140%;
    }
    /* .site--green-theme .inner-student-wrap .field--type-text-with-summary{
        padding-top: 18px;
        padding-bottom: 30px; 
    } */
    .site--green-theme .inner-student-wrap .field--name-field-ver-accordion-desc-title{
        font-size: 24px;
    }
    .site--green-theme .inner-student-wrap .field--name-field-ver-accordion-subtitle{
        font-size: 16px;
        font-style: normal;
    }
    .site--green-theme .inner-student-wrap .field--name-field-ver-accordion-description{
        font-size: 14px;
    }
    .site--green-theme .inner-student-wrap .field--name-field-ver-accordion-link a{
        margin-top: 18px;
        font-size: 16px;
    }
    .paragraph-three-col-innerWrap{
        padding-top: 32px;
        padding-bottom: 50px;
    }
    /* accordian-section */
    
    .site--green-theme .inner-student-wrap .paragraph-verticle-accordion .area-tab-btn{
      display: block;
      border-radius: 8px;
      border: 1px solid rgba(255, 255, 255, 0.30);
      background: #154734;
      color: #FFF;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px;
      padding: 10px;
      width: 100%;
      text-align: left;
      border-left: solid 10px #B15533;
      background:#154734 url(/futurestudents/sites/trentu.ca.futurestudents/files/2024-10/unfold_more.png)no-repeat  ;
      background-position-x:98% ;
      background-position-y:center ;
    }
    /* .site--green-theme .inner-student-wrap .paragraph-verticle-accordion .area-tab-btn:hover, */
    .site--green-theme .inner-student-wrap .paragraph-verticle-accordion .area-tab-btn:focus{
      background-color: #B15533;
      outline: none;
    }
    .site--green-theme .inner-student-wrap .paragraph-verticle-accordion .accordion-title-wrap .nav-pills .nav-link.active{
      border-radius: 0px;
      border-bottom: 1px solid #CDCDCD;
      background: #B15533;
    }
    
    .site--green-theme .inner-student-wrap .paragraph-verticle-accordion .accordion-title-wrap{
      position: relative;
    }
    .site--green-theme .inner-student-wrap .paragraph-verticle-accordion .nav-pills{
      position: absolute;
      border-radius: 8px;
      background: #EFEFEF;
      z-index: 50;
      width: 100%;
      opacity: 0.95;
      filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.25));
      overflow: hidden;
      top:0;
    }
    .site--green-theme .inner-student-wrap .paragraph-verticle-accordion .accordion-title-wrap{
      position: relative;
    }
    .site--green-theme .inner-student-wrap .paragraph-verticle-accordion .nav-pills a {
      color: #1E1E1E;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      border-bottom: 1px solid #cdcdcd;
    }
    .site--green-theme .inner-student-wrap .paragraph-verticle-accordion .nav-pills .nav-link.active:before {
      display: none;
    }
    .site--green-theme .inner-student-wrap .paragraph-verticle-accordion .nav-pills a {
      border-bottom: 1px solid #CDCDCD;
      background: #EFEFEF;
    }
    .site--green-theme .inner-student-wrap .paragraph-verticle-accordion .nav-pills {
      border: none;
    }
    .area-study-sidebar-title{ margin-bottom: 29px;}
    .site--green-theme .area-study-sidebar-title img{
      /* margin-right:15px; */
      }
      .site--green-theme .area-study-sidebar-title h2{
          color: #FFF;
          font-size: 24px;
          font-weight: 600;
          line-height: 1;
          display: flex;
          align-items: center;     
      font-family: museo-sans, sans-serif;
    }
    .mob-dropdown-wrapper{
      position: relative;
    }
    
}
@media(max-width: 640px){
  .site--green-theme .inner-student-wrap .field--name-field-content-title{
    padding-top: 5px;
    font-size: 26px;
    margin-bottom: 27px;
 }
 .paragraph-three-col-innerWrap{
  padding-bottom: 20px;
 }
}
@media(max-width: 500px){
 .paragraph-three-col-innerWrap{
  padding-bottom: 10px;
 }
}


.s-video-sec .view-360 span{
   color: #FFF;
   font-size: 21px;
   font-style: normal;
   font-weight: 600;
   line-height: 130%; 
   text-decoration-line: underline;
  }
  @media(max-width: 640px){
    .s-video-sec .view-360 span{
        font-size: 18px;
    }
  }

  .campus-map img{
    margin-left: 20px;
  }
  @media(max-width: 1250px){
    .campus-map img{
        margin-left: 0px;
      }
  }
 
  section#home-page-carousel-section{
    margin-top: 0px !important;
  }
  #tab-content{
    padding-top: 0px !important;
  }
  .view-360{
    padding-top: 10px;
  }
  .trent_logo .trent_logo_img{
    width: 210px;
  }
  #footer .list-social a{
    width: 48px !important;
    height: 48px !important;
    border-radius: 4px !important;
  }
  #footer .list-social{
    gap: 0 8px;
  }
  .momentous_box svg{
    margin-left: 8px !important;
  }
 
  @media(max-width: 640px){
    .container-program .form-container label {
      font-size: 13px;
   }
   .container-program .form-container select{
    font-size: 13px;
   }
   .form-container-program > *:not(:first-child) {
    font-size: 13px !important;
    }
    .form-container-specific-program button {
      font-size: 13px;
    }
  }
  @media(max-width: 770px){
    section.future-student-tab-carousel-section ul {
        max-width: 440px !important;
    }
  }

  @media(max-width: 767px){
    section.future-student-tab-carousel-section ul {
        max-width: 310px !important;
    }
  }

  @media(max-width: 1290px){
    .momentous_animation {
      font-size: 7px !important;
   }
   @media(max-width: 1440px){
    .momentous_animation {
      font-size: 6px !important;
    }
   }
   @media(max-width: 1023px){
    .momentous_animation {
      font-size: 5px !important;
    }
   }
   @media(max-width: 860px){
    .momentous_animation {
      font-size: 4px !important;
    }
   }
   @media(max-width: 767px){
    .momentous_animation {
      font-size: 7px !important;
    }
   }
  }


@media(max-width: 768px){
  #footer .list-social {
    display: initial !important;
}
}

@media(max-width: 940px){
  .social-wrap .social-directory-link {
    margin-left: 0px !important;
  }
  #footer .list-social{
    margin-right: 10px;
  }
}

#footer {
  text-align: left !important;
}

@media(max-width: 767px){
  .momentous_animation .momentous_animation_link .momentous_row {
    display: initial !important;
  }
  .momentous_box {
    width: 50% !important;
    margin-top: 14px;
  }
}


.scroll-x .menu li a{
  padding: 28px 20px;
}

@media(max-width: 640px){
  .tour{
  margin-top: 20px !important;
  }
}


@media (max-width: 768px) {
  .s-description-sec {
      padding: 40px 0 40px !important;
  }
}

.banner-ql ul.sf-menu{
  line-height: normal;
}

/* 
#v-pills-tab .nav-link{
 &:first-child{
  padding-top: 5px;
 }
} */

.stat-orange{
  background-color: #B15533;
}

.campus-map-section .heading{
  opacity: 1;
}

/* Left sidebar CSS */

/* -----------Deparment Info Section---------------------------- */
.department-info-wrap-sidebar {
  max-width: 314px;
  flex-shrink: 0;
  border-bottom: 1px solid #CDCDCD;
  background: rgba(239, 239, 239, 0.20);
  padding: 20px 20px 35px;
}
.department-info-wrap-sidebar .department-info-title h2 {
  color: #154734;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  display: flex;
  gap: 12px;
  margin: 0;
  align-items: center;
}
.department-info-wrap-sidebar .department-info-des p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 17.6px;
  margin: 15px 0px 16px;
}
.department-info-wrap-sidebar .department-info-media .department-info-media-link ul a,
.department-info-wrap-sidebar .department-info-sub-des p a,
.department-info-wrap-sidebar .department-info-des p a {
  color: #B15533;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-decoration-line: underline;
}
.department-info-wrap-sidebar .department-info-media .department-info-media-link ul a:hover{
  color: #8a4228;
  transition: color .2s, box-shadow .2s;
}
.department-info-wrap-sidebar .department-info-des p a:hover{
  color: #8a4228;
  transition: color .2s, box-shadow .2s;
}

.department-info-wrap-sidebar .department-info-sub-des p {
  color: #1E1E1E;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18.2px;
  margin: 20px 0px 29px;
}
.department-info-wrap-sidebar .department-info-media .department-info-media-link ul a,
.department-info-wrap-sidebar .department-info-sub-des p a {
  font-size: 14px;
  font-weight: 300;
  line-height: 130%;
}
.department-info-wrap-sidebar .department-info-sub-des p a:hover{
  color: #8a4228;
  transition: color .2s, box-shadow .2s;
}
.department-info-wrap-sidebar .department-info-media h3 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.6px;
  margin: 0;
  margin-bottom: 8px;
}
.department-info-wrap-sidebar .department-info-media .department-info-media-link ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.department-info-wrap-sidebar .department-info-media .department-info-media-link ul li {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .department-info-wrap-sidebar {
      width: 100%;
  }
}     

/* --------------Empower Futures Section---------------------------- */
.empower-futures-sidebar-wrap {
  margin-top: 36px;
  max-width: 314px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #154734;
  padding: 30px 18px 18px;
}
.empower-futures-sidebar-wrap .empower-futures-title h3 {
  color: #FFF;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: -0.21px;
  display: flex;
  margin: 0;
  gap: 15px;
}
.empower-futures-sidebar-wrap .empower-futures-dis p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.16px;
  margin: 11px 0 18px;
}
.empower-futures-sidebar-wrap .empower-futures-btn {
  border-radius: 4px;
  background: #B15533;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}    
.empower-futures-sidebar-wrap .empower-futures-btn a {
  color: var(--ffffff-white, #FFF);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  padding: 13px 0;
  text-decoration: none;
}

.empower-futures-sidebar-wrap .empower-futures-btn:hover {
  transition-property: background-color;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .3s;
  background-color: #98492c;
}

@media screen and (max-width: 767px) {
  .empower-futures-sidebar-wrap {
      width: 100%;
  }
  #left-sidebar{
    display: none;
  }
}
/* ---------- latest News Section------------------- */
.latest-news-sidebar-wrap {
  margin-top: 32px;
  max-width: 314px;
  flex-shrink: 0;
  border-bottom: 1px solid #CDCDCD;
  background: rgba(239, 239, 239, 0.20);
  padding: 16px 20px 23px;
}
.latest-news-sidebar-wrap .latest-news-title h3 {
  color: #154734;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0 0 16px;
  display: flex;
  gap: 12px;
}
.latest-news-sidebar-wrap .latest-news-news-items .news-item .news-item-date {
  margin: 0;
  color: #1E1E1E;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18.2px;
}
.latest-news-sidebar-wrap .latest-news-news-items .news-item p {
  margin: 0;
  color: #1E1E1E;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}
.latest-news-sidebar-wrap .latest-news-news-items .news-item {
  margin-bottom: 20px;
}
.latest-news-sidebar-wrap .latest-news-news-items .news-item p a {
  color: #B15533;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
.latest-news-sidebar-wrap .latest-news-news-items .news-item p a:hover {
  color: #8a4228;
  transition: color .2s, box-shadow .2s;
}
.latest-news-sidebar-wrap .latest-news-btn a {
  color: #154734;
  font-family: "Museo Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.2px;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
@media screen and (max-width: 768px) {
  .latest-news-sidebar-wrap {
      width: 100%;
  }
}

/* Image section sidebar */
.image-sidebar{
  margin-top: 36px;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .latest-news-sidebar-wrap,
  .department-info-wrap-sidebar,
  .empower-futures-sidebar-wrap {
      width: 100%;
  }
}

/* Left sidebar CSS End */

/* Top Section CSS */
.page-top-content-wrap{  
  margin-top: 30px;
  margin-bottom: 7px;
}
#left-sidebar{
  padding-top: 40px;
  margin-bottom: 80px;
  max-width: 314px;
}
@media(max-width: 767px){
  #left-sidebar{
    margin-bottom: 40px;
  }
}
#left-sidebar #block-empowerindigenousfuturessidebar{
   clear: both;
}
.page-top-content-wrap .top-section-title h1{
  color: #B15533;
  font-size: 40px;
  font-style: normal;
  font-family: Oswald;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0;
}

.page-top-content-wrap .top-section-subtitle p{
  color: #1E1E1E;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height:29.4px;
  margin-bottom: 20px;
  margin-top: 2px;
}

.page-top-content-wrap .top-section-content-title p{
  color: #154734;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  margin: 10px 0 8px;
}
.page-top-content-wrap .top-section-content-subtitle p{
  color: #1E1E1E;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height:23.4px;
  margin: 0;
  margin-bottom: 1rem;
}

@media screen and (max-width : 767px){
  .page-top-content-wrap .top-section-title h1{
    font-size: 28px;
    line-height: 32px;
  }

  #left-sidebar{
    margin-bottom: 0px;
  }
  
}
/* Top Section CSS End */

/*Footer horizontal program finder*/
.cont {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #62798D;
  max-width: 1240px;
  margin: 0 auto;
}       
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#000;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#000;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#000;
}
:-moz-placeholder { /* Firefox 18- */
  color:#000;
}

.s-prog-search {
  padding: 0 20px;  
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #154734;
}

select.type-select {
  padding-right: 30px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('https://dev300.trentu.ca/futurestudents/sites/trentu.ca.futurestudents/files/2024-09/unfold_more_0.png');
  /* Position the background image */
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.search-bar-container .search-heading {
  width: 35%;
}

.search-bar-container form {
  width: 65%;
}

.search-bar-container {
  padding: 20px 0;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 20px;
}
@media(max-width: 767px){    
  .search-bar-container{
    padding: 30px 0;
  }
}

.search-input {
  border-radius: 8px;
  display: flex;
  align-items: center;
  height: 48px;
}    

.search-bar-container h2 {
  color: #FFF;
  font-family: Oswald, Helvetica Neue, Helvetica, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  margin: 0;
}

.search-bar {
  display: flex;
  gap: 14px;
  width: 100%;
}

.search-input,
.select-area {
  display: flex;
  align-items: center;
  height: 48px;
  width: calc(50% - 48px);
}

.search-input input,
.type-select {
  color: #000;
  font-family: "Museo Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  padding: -5px;
  padding: 13px;
  border-radius: 0 8px 8px 0;
  /* max-width: 229px; */
  border: none;
  width: 100%;
}

.type-select{
  padding: 14px;
}

form {
  display: flex;
}

.search-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background-color: #B15533;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px 0px 0px 8px;
}

#searchButton {
  width: 96px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #B15533;
  color: #FFF;
  text-align: center;
  font-family: "Museo Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  border: none;
}


@media  screen and (max-width: 1024px) {
  .search-bar-container{
    flex-wrap:wrap;
  }
  .search-bar-container form,
  .search-bar-container .search-heading{
    width: 100%;
  }
  .search-bar-container h2{
    text-align: center;
  }
  .search-bar{
    margin:  0 auto;
  }

}

@media  screen and (max-width: 767px) {
  .search-bar{
    flex-wrap: wrap;
  }
  .search-input, .select-area {
    width: 100%;
  }
  .search-input input, .type-select{
    width: 100%;
    max-width: 100%;
  }
  #searchButton{
    margin-left: 0px;
    width: 100%;
  }
  .search-bar-container h2{
    text-align: left;
  }
}

@media(max-width: 500px){
  .search-bar-container h2 {
    font-size: 26px;
  }
  .s-prog-search {
    padding: 0 0px;
  }
  .search-input input, .type-select {
    font-size: 16px;
    padding: 14px;
    height: 48px;
  }
}
/*Footer horizontal program finder End*/




