.rpp__component:not(.rpp__component--inline-block-hero), .rpp__hero--content {
padding:0px !important;
}

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;   
    
    
}

body{
    background-color: #FFEB0A;  
   
}

a {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
    
}

a{
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
   
}

.department-menu{
    width: 20vw;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.department-menu::-webkit-scrollbar {
  display: none;
}

.department-menu-item{
    padding-left:0px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 120%;
}

.department-menu-item-home{
    padding-left:0px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 120%;
    display:none;
}

.department-menu-item-header{
    display: none;
}

.department-menu-item a:hover{
    color:#37B4D5 !important;
    cursor: pointer !important;
}

.home-grid{
    height: 100vh;
    display: flex;
    background-color: #FFEB0A;
    padding-top: 40px;
}
    
.department-wrapper{
    width: 80vw;
}

.control-buttons-menu{
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    color:black;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
}

.department-title{
    font-family: 'Inter', sans-serif;
    font-size: 48px;
}

.department-name{
    text-decoration: underline;
    text-decoration-color: #37B4D5;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
    padding-right: 15px;
}

.cube-filter{
    text-decoration: underline;
    text-decoration-color: #E05B63;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}

.control-button{
    background-color: white;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    flex-wrap: nowrap;
}

.control-button:hover{
    background-color: #303236;
    color: white;
  }

  .control-button-on{
    background-color: #303236;
    color: white;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    flex-wrap: nowrap;
  }

  .department-content{
      display: flex;
      width: 100%;
  }

  .department-description{
      padding-top: 60px;
      width: 50%;
      font-family: 'Inter', sans-serif;
      font-size: 18px;
      line-height: 24px;
  }

  .student-grid{
    padding-top: 60px;
    padding-left: 30px;
    width: 50%;
    height: 80vh;
    overflow-y: scroll;
    padding-bottom:150px;
  }

  .student-grid-1{
      padding-bottom: 60px;
  }

  .student-grid-2{
    padding-bottom: 60px;
}


  .department-subhead{
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 24px;
  }

  .x{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFEB0A;
    height: 30px;
    width: 30px;
    border: solid 1px black;
    border-radius: 30px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    padding-bottom: 2px;
    cursor: pointer;
  }

  .x:hover{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: #FFEB0A;
    border: solid 1px black;
    border-radius: 30px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
  }

  .filter-container{
    display: inline-flex;
    width: fit-content;
    align-items: center;
    flex-wrap: nowrap;
  }

  .x-container{
      display: none;
      height: 58px;
      justify-content: center;
      align-items: center;
      padding-top: 6px;
      padding-left: 8px;
  }

  .department-description-less{
    display: none;
}

.department-description-more{
    display: none;
}


  @media only screen and (max-width: 768px) {


.flex-container{
display:none !important}

    .department-menu-item-header{
        display: block;
        padding-left:0px;
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        line-height: 120%;
        text-align: center;
        padding-bottom: 60px;
    }

    .home-grid{
        height: 100vh;
        display: block;
        background-color: #FFEB0A;
        padding-top: 40px;
    }

    .department-content{
        display: flex;
        flex-direction: column;
        width: 100%;
        overflow-y: scroll;
        padding-right: 20px;
    }

    .department-wrapper{
        width: 100vw;
    }

    .read-less{
        color:#E05B63;
    }

    .read-more{
        color:#E05B63;
    }

    .department-menu{
      display:none;
    }

    .department-menu-item-home{
        padding-left:0px;
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        line-height: 120%;
        display:block;
    }

    .department-description-less{
        height: auto;
        display: none;
        padding-top: 20px;
        width: 100%;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        line-height: 22px;
        overflow: hidden;
        padding-left: 20px;
    }

    .department-description-more{
        display: block;
        padding-top: 20px;
        width: 100%;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        line-height: 22px;
        overflow: hidden;
        padding-left: 20px;
    }

    .department-description{
        display: none;
        padding-top: 30px;
        width: 100%;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        line-height: 22px;
        overflow: hidden;
        padding-left: 20px;
    }

    .department-title{
        font-family: 'Inter', sans-serif;
        font-size: 36px;
        padding-left: 20px;
    }

    .control-buttons-menu{
        padding-top: 15px;
        display: flex;
        flex-wrap: nowrap;
        color:black;
        cursor: pointer;
        font-size: 16px;
        font-family: 'Inter', sans-serif;
        width: 100vw;
        overflow-x: scroll;
        
    }

    .control-buttons-menu::-webkit-scrollbar{
        display: none;
      }

    .control-button{
        background-color: white;
        margin-right: 10px;
        margin-bottom: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 35px;
        padding-right: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .control-button-on{
        background-color: #303236;
        color: white;
        margin-right: 10px;
        margin-bottom: 10px;
        padding-top: 12x;
        padding-bottom: 12px;
        padding-left: 35px;
        padding-right: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        flex-wrap: nowrap;
        white-space: nowrap;
      }

      .student-grid{
        padding-top: 60px;
        width: 100%;
        height: 80vh;
        overflow: visible;
      }

    .student-grid-1{
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        overflow: visible;
        justify-items: center;
        
      }

      .student-grid-2{
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        overflow: visible;
        justify-items: center;
       
      }

      .student-grid-3{
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        overflow: visible;
        justify-items: center;
      
      }


  }
  

  