  /** GRAD PROGRAMS */
  main.grad-program {
    margin-top:98px;

    section{
        border-bottom: 1px solid #c8c8c8;
        padding: 20px 0 30px 0;
    }
    .sections-wrapper{
        width: 100%;
    }

    .icon{border: none;}

    .heading-image.grad-school{
        min-height: 350px;
        height: auto;
      
        .header-caption.grad-school{
            display: block;
          .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;
          }
        } */
      }

    #heading {
        background-color: #fff;
        margin-bottom: 0px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        &:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgb(28 21 27 / 40%);
        }
        .info {
            z-index:1;
            position: relative;
            padding-top: 30px;
            padding-bottom: 30px;
            .txt {
                flex-grow: 1;
                .school {
                    color: white;
                    margin-bottom: 25px;
                    text-decoration: none;

                    .logo {
                        margin-right: 15px;
                        background: #FFF;
                        padding: 20px;
                    }
                    .placeholder {
                        width: 30px;
                        margin-right: 10px;
                    }
                    .name {
                        font-size: 30px;
                        font-weight: 600;
                        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
                    }
                }
                .main-title {
                    font-size: 30px;
                    font-weight: 700;
                    margin-right: 30px;
                    color: white;
                    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
                }
                .type {
                    font-weight: 700;
                    color: #fafafa;
                    background: #A08C5B;
                    display: inline-block;
                    padding: 10px 10px;
                    font-size: 14px;
                    margin-top: 5px;
                }
                .location {
                    font-size: 18px;
                    margin-top: 20px;
                    color: white;

                    > span {
                        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
                    }
                    &:before {
                        content: "\e177";
                        font-family: "Material Symbols Outlined";
                        font-size: 24px;
                        color: white;
                        margin-right: 5px;
                    }
                    .more-campuses {
                        font-size: 14px;
                        background: #333;
                        font-weight: 500;
                        display: inline-block;
                        padding: 0 3px;
                        margin-left: 5px;
                        border-radius: 4px;
                    }
                }
            }
            .img {
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                width: 40%;
                padding-top: 23%;
                flex-shrink: 0;
                box-shadow: 8px 8px 0 #A08C5B;
                border-radius: 0;
                position: relative;
                left: -8px;
            }
        }
        .additional-info {
            z-index:1;
            position: relative;
            border-top: 1px solid #333;
            padding-top: 20px;
            background-color: #FFF;
            .program-field {
                font-size: 18px;
                margin-bottom: 20px;
                padding-right: 50px;
                .label {
                    color: #333;
                }
                .field-info {
                    font-weight: 700;
                    margin-top: 5px;
                    display: block;
                    &.euro {
                        font-weight: 400;
                        margin-top: 0;
                        font-size: 14px;
                    }
                }
            }
            .main-btn.download {
                margin-bottom: 20px;
            }
        }
    }
    .modal__content {
        form {
            &.at-form {
                width: 50%;
                margin: 0px auto;
                background-color: white;
                color: #000;
                padding: 20px;
            }
        }
    }
    #about {
        .description {
            color: #333;
            overflow: hidden;
            transition: all 0.4s;
            p {
                margin-bottom: 15px;
            }
            b {
                font-weight: bold;
            }
            em {
                font-style: italic;;
            }
            ol, ul {
                list-style: initial;
                padding-left: 25px;
                margin-bottom: 15px;
            }
        }
        .other-programs {
            margin-top: 30px;
            h3 {
                font-weight: 600;
                margin-bottom: 20px;
                font-size: 18px;
            }
            .main-btn {
                margin-right: 20px;
                margin-bottom: 20px;
                white-space: normal;
                text-align: left;
                min-width: 0px;
            }
        }
    }

    #rankings {
        display: flex;
        gap: 50px;
        justify-content: flex-start;
        background: none;
        padding: 50px 0 ;
        .ranking {
            background: #F2F2F2;
            border: 1px solid #e6e6e8;
            padding: 30px;
            border-radius:4px;
            width: 48%;
            text-align: center;
            .icon {
                width: 50px;
                height: 50px;
                margin: auto;
                margin-bottom: 20px;
                svg {
                    fill: #A08C5B;
                }
            }
            .stats {
                margin-bottom: 20px;

                span {
                    display: block;
                }
                .item {
                    padding: 0 15px;
                    &.curr {
                        border-right: 1px solid #c8c8c8;
                    }
                    .label {
                        color: #999;
                        margin-bottom: 7px;
                        font-size: 15px;
                    }
                    .num {
                        font-size: 22px;
                        font-weight: 700;
                        margin-right: 10px;
                        &:before {
                            content: "# ";
                            color: #A08C5B;
                        }
                    }
                }
            }
            .title {
                font-size: 18px;
                font-weight: 500;
            }
            &.other {
                .stats {
                    .item {
                        .num {
                            font-size: 18px;
                        }
                    }
                }
            }
        }
    }
    
    #admissions {
        h4 {
            font-size: 18px;
            margin-bottom: 20px;
            margin-top: 20px;
        }
        .field {
            border: 1px solid #c8c8c8;
            border-radius: 4px;
            padding: 15px 20px;
            margin-right: 20px;
            margin-bottom: 20px;
            min-width: 200px;
            flex-shrink: 0;
            max-width: 100%;

            .field-info {
                font-size: 18px;
                font-weight: 700;
                .unit {
                    font-size: 14px;
                }
            }
            &.other .field-info {
                font-size: 16px;
            }
            h5.label{
                margin-top: 0;
                margin-bottom: 7px;
                color: #999;
            }
        }
    }
    #diversities {
        .fields-wrapper{
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: flex-start;
            background: none;
            padding: 0px 0 0px 0;
        }


        .field {
            border: 1px solid #c8c8c8;
            border-radius: 4px;
            padding: 15px 20px;
            margin-right: 20px;
            margin-bottom: 20px;
            min-width: 200px;
            flex-shrink: 0;
            max-width: 100%;
            .label {
                margin-bottom: 7px;
                color: #333;
            }
            .field-info {
                font-size: 18px;
                font-weight: 700;
                .unit {
                    font-size: 14px;
                }
            }
            h5.label{
                margin-top: 0;
                margin-bottom: 7px;
                color: #999;
            }       
        }
        .ranks {
            width: 100%;
        }

        .chart {
            margin-top: 30px;
            .sub-tile {
                font-weight: 600;
                font-size: 18px;
                margin-bottom: 20px;
                margin-top: 20px;            
            }
        }
    }
    #alumni {
        .chart {
            width: 50%;
            padding-right: 30px;
        }
        .sub-tile {
            font-weight: 600;
            font-size: 18px;
            margin-bottom: 20px;
            margin-top: 20px;         }
        .field {
            border: 1px solid #c8c8c8;
            border-radius: 4px;
            padding: 15px 20px;
            margin-right: 20px;
            margin-bottom: 20px;
            min-width: 200px;
            flex-shrink: 0;
            max-width: 100%;
            h5.label{
                margin-top: 0;
                margin-bottom: 7px;
                color: #999;
            }  
        }
    }
    #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;
                }
            }
        }
    }

    #location {
        .campus {
            .info {
                max-width: 300px;
                margin: 20px 0;
                font-size: 18px;
                h3 {
                    text-transform: uppercase;
                    font-size: 20px;
                    font-weight: 600;
                    margin-bottom: 15px;
                }
                .address-ttl {
                    display: block;
                    margin-bottom: 10px;
                    color: #333;
                }
                .street {
                    color: #333;
                }
            }

            .map-cont {
                width: 85%;
                /* max-width: 600px; */
                height: 400px;
                flex-shrink: 0;
                border-radius: 6px;
                position: relative;
                overflow: hidden;
                iframe {
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                }
            }
            &:not(:last-child) {
                margin-bottom: 50px;
                padding-bottom: 50px;
                border-bottom: 1px solid #dddddd;
            }
        }
    }
    #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;
            }
        }
    }

    .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;
        }
    }

    .at-chart {
        max-width: 800px;
    
        .pillar-wrapper {
            margin-bottom: 5px;
    
            .label {
                font-size: 14px;
            }
            .pillar {
                flex-grow: 1;
                background: #f4f4f7;
                text-align: right;
                padding: 2px 10px;
                font-weight: 700;
                position: relative;
                border-radius: 4px;
                overflow: hidden;
                .percentage {
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    background: #A08C5B;
                    width: 0px;
                    transition: width 0.5s;
                }
                &:after {
                    content: "%";
                    font-size: 14px;
                }
            }
        }
    }
}


@media (max-width: 1200px) {
    main.grad-program {
        #school-events {
            .event {
                width: 25%;
            }
        }
    }
}
@media (max-width: 1020px) {
    main.grad-program {
        #accreditation {
            flex-wrap: wrap;

            .acc-sec-title {
                width: 100% !important;
                justify-content: flex-start;
                &:before {
                    height: 85%;
                }
            }
        }
        #school-events {
            .event {
                width: 31%;
            }
        }
        .modal__content {
            form {
                &.at-form {
                    font-size: 12px;
                    width: 100% !important;
                }
                &#form1 {
                    width: 100% !important;
                }
            }
        }
    }
}
@media (max-width: 767px) {   
    main.grad-program {
        margin-top:74px;

        .heading-image.grad-school{
            height:80vh;
        }

        #heading {
            .info {
                .information-wrapper {
                    display: block;
                    text-align: center;
                }
                .txt {
                    text-align: center;
                    .main-title {
                        font-size: 24px;
                    }
                    .school {
                        display: block;
                        text-align: center;
                        .logo {
                            width: 200px;
                            display: block;
                            margin: 0px auto;
                            margin-bottom: 20px;
                        }
                        .name {
                            font-size: 18px;
                        }
                    }
                    .location {
                        display: block;
                    }
                }
                .img {
                    display: none;
                }
            }
            .additional-info {
                .main-btn.download {
                    margin: 0px auto 20px auto;
                }
                .fields {
                    width: 100%;
                    margin-bottom: 20px;
                }
                .program-field {
                    width: 50%;
                    text-align: center;
                    padding: 0px 20px 20px 0px;
                    margin:0px;
                }
            }
        }
    }
}
@media (max-width: 650px) {
    main.grad-program {
        #rankings {
            justify-content: center;
            .ranking {
                width: 80%;
                &.financial {
                    margin-bottom: 30px;
                }
            }
        }
        #alumni {
            .chart {
                width: 100%;
                padding-right: 0;
            }
        }
        #location .campus .map-cont {
            height: 300px;
            width: 100%;

        }
    }
}
@media (max-width: 600px) {
    main.grad-program {
        #school-events {
            .event {
                width: 47%;
                margin-right: 3%;
            }
        }
    }
}

@media screen and (min-width: 901px) {
    .visible-mobile-only {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .visible-desktop-only {
        display: none;
    }
}

  
  
  
  /** END  GRAD PROGRAMS */