@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    /* font-size: 85%; */
    width: 100%;
    height: 100%;
}

.body-wrapper {
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    width: 100%;
}

.left-section {
    display: none;
    height: 100%;
}

.nav-section {
    border: 1px solid #ccc;
    padding: 1.5rem;
}


.nav-section ul li a.top {
    color: #272828;
    font-size: 1em;
    padding: 15px;
    padding-left: 36px;
    background-color: #ebeced;
    width: 100%;
    display: block;
    text-decoration: none;
}

.nav-section ul li a.second {
    color: #272828;
    font-size: 1em;
    padding: 15px;
    padding-left: 36px;
    background-color: #c4c4c5;
    width: 100%;
    display: block;
    text-decoration: none;
}

.nav-section ul li {
    border-top: 1px solid #ccc;
}

.nav-section ul li a {
    color: #272828;
    font-size: 1em;
    padding: 15px;
    padding-left: 36px;
    width: 100%;
    display: block;
    text-decoration: none;
    list-style: none;
}

.right-section {
    padding: 3em 0;
    width: 90%;
    margin: 0 auto;
    max-width: 1140px;
}

.right-section h1 {
    color: #124e41;
    font-weight: 300;
    padding-bottom: 0.5em;
    line-height: 1.1;
}

.right-section p {
    color: #343536;
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 30px;
    line-height: 1.5;
}

.purple-section {
    background-color: #124e41;
    width: 100%;
    padding: 10px;
}

.purple-section h1 {
    color: #fff;
    font-size: 1.8em;
    font-weight: 400;
    padding-bottom: 0.5em;
    line-height: 1.3;
}

.grid-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-section form {
    order: 2;
}

.grid-section form select {
    width: 100%;
    padding: 6px;
    margin-bottom: 10px;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    color: #343536;
    font-size: 1em;
    border-radius: 4px;
}

.grid-section form input {
    width: 100%;
    padding: 6px;
    margin-bottom: 10px;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #124e41;
    color: #343536;
    font-size: 1em;
    border-radius: 4px;
}

.grid-section form input[type="submit"] {
    background-color: #383a3c;
    color: #fff;
    padding: 6px 15px;
    font-weight: 400;
    border-radius: 4px;
    font-size: 1em;
    width: 100%;
}

.az-list-section p {
    color: #fff;
    font-weight: 400;
    font-size: 1.384615em;
    padding-bottom: 0.5em;
    line-height: 1.3;
    display: none;
}

.az-list-section ul li {
    color: #ffe666;
    vertical-align: 1px;
    padding: 5px 0;
    list-style: none;
}

.az-list-section ul li::before {
    content: "»";
}

.az-list-section ul li a {
    font-weight: 400;
    line-height: 1.3;
    color: #ffe666;
    text-decoration: none;
}

p.az-list {
    color: #fff;
    font-weight: 400;
    font-size: 1.384615em;
    padding-bottom: 0.5em;
    line-height: 1.3;
    display: block;
}

.list-section-desktop {
    display: none;
}

.list-section-desktop li {
    color: #ffe666;
    vertical-align: 1px;
    padding: 5px 0;
    list-style: none;
}

.list-section-desktop li::before {
    content: "»";
}

.list-section-desktop li a {
    font-weight: 400;
    line-height: 1.3;
    color: #ffe666;
    text-decoration: none;
}

.image-section {
    padding: 1em 0;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.image-section a {
    text-decoration: none;
}

.image-section a .image-side {
    width: 100%;
    margin-bottom: 5%;
}

.image-side figure {
    position: relative;
}

.image-side figure img {
    width: 100%;
    height: auto;
}

.image-side figure figcaption {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 3px;
    background: #fff;
    position: absolute;
    bottom: -3px;
    left: -3px;
}

figure figcaption h2 {
    font-size: 1em;
    font-weight: 400;
    color: #000;
    line-height: 1.33;
}

.image-section a .image-side p {
    font-size: 0.8em;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    padding-top: 1em;
    font-weight: 300;
    color: rgb(52, 53, 54);
    display: none;
}

@media screen and (min-width: 1000px) {
    .az-list-section p {
        display: block;
    }

    p.az-list {
        color: #fff;
        font-weight: 400;
        font-size: 1.384615em;
        padding-bottom: 0.5em;
        line-height: 1.3;
        display: none;
    }

    .list-section-desktop {
        display: block;
    }

    /* .left-section {
    display: block;
    width: 30%;
    margin-right: 30px;
  }
  .nav-section ul li {
    font-size: 1em;
  }
  .right-section {
    margin: 0;
    width: 70%;
    padding: 0;
  } */
}

@media screen and (min-width: 700px) {
    .body-wrapper {
        margin: auto;
    }

    .left-section {
        display: block;
        width: 30%;
        margin-right: 30px;
    }

    .nav-section ul li {
        font-size: 1em;
    }

    .right-section {
        margin: 0;
        width: 70%;
        padding: 0;
    }

    .image-section {
        padding: 1em 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    figure p {
        display: block;
    }
}

ul {
    list-style: none;
}
.single-faculty-page li{
    color: #343536;
            font-size: 20px;
            font-weight: 300;
            padding-bottom: 30px;
            line-height: 1.5;
}