  /** GRAD SCHOOLS */
  main.grad-school{
    margin-top:98px;
  
    .heading-image.grad-school{
      height: 350px;
    
      .header-caption.grad-school{
        .container{
          display: flex;
          align-items: center;
          justify-content: flex-start;
        }
        
        h1{
          color: white;
          margin-top:0;
        }
        .grad-school-logo-holder{
          background: white;
          display: flex;
          justify-content: center;
          align-items: center;
          min-height: 150px;
          width: 300px;
          padding: 10px;
          img{
            max-width: 100%;
          }
        }
      }
      p{
        font-size: 20px;
        color: white;
      }
      .grad-school-info{
        margin-left: 40px;
      }
      .school-location {
        font-size: 18px;
  
        svg{
          width: 20px;
        }
      }
    }
  
    section{
      border-bottom: 1px solid #c8c8c8;
      padding: 20px 0 30px 0;
    }
    .container.no-border section{
        border: none
    }
  
    #about{
      .description{
        overflow: hidden;
        transition: all 0.4s;
      }
    }

    #school-events {
        .event {
            width: 18%;
            margin-right: 2%;
            margin-bottom: 20px;
            border: 1px solid #e6e6e8;
            border-radius: 10px;
            position: relative;
            box-shadow: 0 0 10px 0px transparent;
            translate: box-shadow 0.3s;
            .date-container {
                padding: 35px 10px 5px;
                border-bottom: 1px solid #e6e6e8;
                display: inline-block;
                span.link-icon {
                    display: inline-block;
                    width: 18px;
                }

                span.date {
                    font-size: 22px;
                    font-weight: 700;
                    color: #A08C5B;
                }
            }
            .title {
                padding: 15px 10px;
                display: block;
                font-weight: 500;
            }
            .cal {
                position: absolute;
                top: -15px;
                left: 0;
                right: 0;
                width: 70px;
                margin: auto;
                z-index: 2;
            }
            &:hover {
                box-shadow: 0 0 10px 0px #e6e6e8;
            }
        }
    }
  
    #programs{
      .program {
        border: 1px solid #c8c8c8;
        border-radius: 3px;
        margin-bottom: 20px;
        padding: 0;
        .at-accordion-header {
            .name {
                padding-top: 7px;
            }
            span {
                width: 15px;
            }
        }
        svg{
          max-width: 20px;
        }
        .fields-wrapper{
          margin-top: 15px;
  
          .program-field{
            border: 1px solid #c8c8c8;
            border-radius: 3px;
            padding: 10px;
            margin-right: 20px;
            h5{
              margin-top:0;
            }
          }
          a.link{
              margin-top:0;
            }
        }
        
      }
      
    }
  
    .link {
      font-weight: 600;
      cursor: pointer;
      &.show-more {
          margin-top: 15px;
          margin-bottom: 15px;
          display: none;
      }
    }
  
    .at-accordion {
      .at-accordion-item {
          margin-bottom: 20px;
  
          &.at-accordion-item-backgroud-white {
              background-color: white;
          }
          &.at-accordion-item-bordered {
              border: 1px solid #e6e6e8;
              border-radius: 4px;
          }
          .at-accordion-header {
              padding: 15px;
              font-weight: 600;
              cursor: pointer;
              .name {
                  padding-top: 7px;
              }
              span {
                  &.icon {
                      width: 15px;
                  }
              }
          }
          .at-accordion-body {
              opacity: 0;
              height: 0;
              overflow: hidden;
              transition: all 0.4s;
              & > div {
                  padding: 15px;
                  padding-top: 0;
              }
          }
          &.active {
              .at-accordion-header {
                  span {
                      &.at-accordion-icon {
                          transform: rotate(180deg);
                      }
                  }
              }
              .at-accordion-body {
                  opacity: 1;
                  height: auto;
              }
          }
      }
    }
    
    .at-flex {
      display: flex;
      align-items: center;
      justify-content: center;
  
      &.at-wrap {
          flex-wrap: wrap;
      }
      &.at-x-space-btw {
          justify-content: space-between;
      }
      &.at-x-start {
          justify-content: flex-start;
      }
      &.at-x-end {
          justify-content: flex-end;
      }
      &.at-x-center {
          justify-content: center;
      }
      &.at-x-stretch {
          justify-content: stretch;
      }
      &.at-y-start {
          align-items: flex-start;
      }
      &.at-y-end {
          align-items: flex-end;
      }
      &.at-y-center {
          align-items: center;
      }
      &.at-y-stretch {
          align-items: stretch;
      }
    }
  
    #gallery {
      .icon-gallery{
        width: 50px;
      }
      .swiper-container {
          width: 100%;
          height: 300px;
          .swiper-slide {
              height: calc(100% - 20px);
              .swiper-slide-title {
                  display: block;
                  min-height: 20px;
              }
              .swiper-slide-container {
                  text-align: center;
                  font-size: 18px;
                  width: 100%;
                  height: 100%;
                  margin: auto;
                  /* Center slide text vertically */
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: -webkit-flex;
                  display: flex;
                  -webkit-box-pack: center;
                  -ms-flex-pack: center;
                  -webkit-justify-content: center;
                  justify-content: center;
                  -webkit-box-align: center;
                  -ms-flex-align: center;
                  -webkit-align-items: center;
                  align-items: center;
                  iframe {
                      width: calc(100% - 80px);
                      height: 100%;
                      max-width: 850px;
                  }
                  img {
                      width: auto;
                      height: auto;
                      max-width: 100%;
                      max-height: 100%;
                  }
              }
          }
      }
  
      .modal__content {
          .swiper-pagination-fraction {
              top: 0;
              right: 0;
              left: auto;
              width: auto;
          }
      }
  
      .gallery-top {
          height: 80%;
          width: 100%;
          position: relative;
      }
  
      .gallery-thumbs {
          height: 15%;
          padding: 10px 0;
          .swiper-slide {
              width: 15%;
              height: 100%;
              filter: grayscale(1);
              &.swiper-slide-active {
                  opacity: 1;
                  filter: grayscale(0);
              }
          }
      }
  
      .gallery-btn {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding-top: 30%;
        flex-grow: 1;
        cursor: pointer;
        position: relative;
        border-radius: 4px;
        overflow: hidden;
        &:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000;
            opacity: 0.5;
        }
        /* &.images {
            margin-right: 10px;
        } */
        .content {
            color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 18px;
            flex-direction: column;
            .icon {
                width: 50px;
                margin-bottom: 5px;
            }
        }
      }
    }
  
    #accreditation {
      min-height: 170px;
      align-items: stretch;
      overflow: hidden;
  
      .accreditations-wrapper {
          padding: 20px 0;
          flex-grow: 1;
          flex-wrap: wrap;
          .acreditation {
              border: 1px solid #c8c8c8;
              padding: 20px 40px;
              display: inline-block;
              border-radius: 4px;
              margin: 0px 20px;
              margin-right: 0;
              font-weight: 600;
              &.other {
                  max-width: 200px;
              }
          }
      }
    }
  
    .news-container{
      background: #F2F2F2 !important;
    }
  
    #news {
      border: none;
      padding: 0;
  
      .sec-title {
          margin-left: 0px;
          &:before {
              top: 0;
          }
          &:after {
              content: '';
              background: #bebebe5e;
              display: inline-block;
              height: 1px;
              position: relative;
              vertical-align: middle;
              left: 18px;
              width: 100%;
          }
      }
      .news {
          width: 21%;
          margin-right: 4%;
          margin-bottom: 25px;
          background: #fff;
          border-radius: 6px;
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 25px;
          position: relative;
          padding: 25px 15px;
  
          .info-wrapper {
              height: 100%;
              flex-direction: column;
              &:hover {
                  .arrow {
                      margin-left: 10px;
                  }
              }
          }
          .link-icon {
              width: 100%;
              svg {
                  width: 30px;
                  display: block;
                  margin-bottom: 15px;
              }
          }
          .title {
              font-weight: 600;
              font-size: 14px;
              flex-grow: 1;
          }
          .arrow {
              align-self: flex-end;
              margin-left: 0px;
              transition: margin-left 0.3s;
              width: 100%;
              svg {
                  width: 30px;
                  display: block;
                  margin-top: 15px;
                  path {
                      stroke: #B19C63;
                  }
              }
          }
  
          &:before {
              content: "";
              width: 30px;
              height: 65%;
              position: absolute;
              border-bottom-right-radius: 15px;
              border-bottom-left-radius: 0;
              left: calc(100% - 3px);
              bottom: 0;
              background: #fff;
          }
  
          &:after {
              content: "";
              width: 30px;
              height: 72%;
              border-bottom-right-radius: 30px;
              border: 4px solid #fff;
              border-top-right-radius: 12px;
              border-bottom-left-radius: 30px;
              background: #f4f4f7;
              display: block;
              position: absolute;
              bottom: 0;
              left: calc(100% - 3px);
          }
      }
  }
  
    #testimonials {
      background: none;
      /* padding: 0; */
      .sec-title {
          margin-left: 0px;
          &:before {
              top: 0;
          }
      }
      .right {
          margin-top: 10px;
          .swiper-button-prev--testimonials,
          .swiper-button-next--testimonials {
              display: inline-block;
              width: 30px;
              position: relative;
              top: 3px;
              margin: 0 10px;
          }
          .swiper-button-disabled svg path {
              fill: #b3b3b3 !important;
          }
      }
      .swiper-wrapper {
          display: flex;
          align-items: stretch;
      }
      .show-all {
          .swiper-button-prev--testimonials,
          .swiper-button-next--testimonials {
              display: none;
          }
  
          & + .testimonials {
              .swiper-wrapper {
                  flex-wrap: wrap;
                  justify-content: flex-start;
                  .swiper-slide {
                      margin-bottom: 30px !important;
                      &:nth-child(n + 3) {
                          margin-right: 0 !important;
                      }
                  }
                  .swiper-slide-duplicate {
                      display: none;
                  }
              }
          }
      }

      .testimonials{
        margin-bottom:0;
      }
  
      .testimonial {
          height: auto;
          padding: 40px 20px;
          background: #fff;
          border-radius: 6px;
          .avatar-wrap {
              position: relative;
              width: 127px;
              height: 127px;
  
              .quotes {
                  fill: #A08C5B;
                  position: absolute;
                  bottom: 10px;
                  right: -20px;
                  width: 42px;
                  z-index: 1;
              }
              .picture {
                  width: 100%;
                  height: 100%;
                  border-radius: 50%;
                  overflow: hidden;
                  position: relative;
                  background-position: center;
                  background-size: cover;
              }
              .avatar {
                  width: 100%;
                  height: 100%;
              }
          }
          .txt {
              margin: 30px 0;
              font-style: italic;
              color: black;
  
              p {
                  padding: 0px 0px 10px 0px;
                  &:last-child {
                      padding: 0px;
                  }
              }
          }
          .name {
              display: block;
              font-weight: 600;
          }
          .position {
              color: #A08C5B;
              margin-top: 5px;
              display: block;
              font-weight: 600;
          }
      }
    }
  
    #social {
      background: none;
  
      .sec-title::before {
          display: none;
      }
  
      a {
          width: 50px;
          margin: 7px;
          svg {
              fill: #B19C63;
              transition: fill 0.3s;
          }
          &:hover {
              svg {
                  fill: black;
              }
          }
      }
    }
  }
  
  @media screen and (max-width: 768px) {
    main.grad-school{
      margin-top:74px;
  
      .heading-image.grad-school{
        .header-caption.grad-school{
          .container{
            flex-direction: column;
          }
          h1{
            font-size: 26px;
          }
          .grad-school-logo-holder{
            min-height: 75px;
            width: 150px;
  
          }
  
        }
  
        .grad-school-info{
          margin-left: 0px;
          margin-top: 20px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
        }
      }

      #accreditation{
        .accreditations-wrapper{
            flex-direction: column;
            .acreditation{
                margin-left: 0;
                margin-top: 10px;
            }
        }
      }
      #school-events {
        .event {
            width: 47%;
        }
      }
    }
  
    .school-page {
      #gallery {
          .gallery-btns-box {
              flex-wrap: wrap;
              .gallery-btn {
                  width: 100%;
                  padding-top: 50%;
                  &.images {
                      margin-right: 0;
                      margin-bottom: 20px;
                  }
              }
          }
      }
    }
  }
  
  
  
  /** END  GRAD SCHOOLS */
