html {
    scroll-padding-top: 175px !important; /* adjust this to match or slightly exceed your header's height */
  }
.google-slides-container{
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
}

.google-slides-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#edit-field-employment-status-wrapper{
    margin-bottom: 18px;
    overflow: visible;
}

.ui-dialog.ui-widget-content {
  position: fixed !important;
}

.ui-dialog .ui-dialog-titlebar-close {
  right: 18px !important;
  top: 60% !important;
}

  .ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
    width: 20px !important;
    height: 20px !important;
  }
  .faculty-profile__sidebar-card h3{
    text-transform: none !important;
    font-size: 16px !important;
  }