.vsp-header {
  position: sticky;
  top: 0px;
  z-index: 999999;
}

.vsp-header .toggle-vsp-mobile-nav {
  background: transparent;
  border: none;
  cursor: pointer;
  float: right;
  height: 50px;
  padding: 0;
  width: 50px;
}

.vsp-header .toggle-vsp-mobile-nav .material-icons {
  font-size: 32px;
}

.vsp-header .toggle-vsp-mobile-nav.close-nav {
  margin-top: 5px;
}

.vsp-header .vanderbilt-directory-header {
  display: none;
}

.vsp-header .desktop-menu-items {
  display: none;
}

.vsp-header .navbar-header {
  background: white;
  height: 55px;
  padding: 5px 10px 0 20px;
  z-index: 5;
  float: unset;
}

.vsp-header .navbar-header .navbar-brand {
  padding-left: 4px;
}

.vsp-header .navbar-header .navbar-brand img {
  max-width: 210px;
  padding-top: 2px;
}

.vsp-header .navbar-header .navbar-brand-blue {
  display: none;
}

.vsp-header .navbar-header::after {
  clear: both;
}

.vsp-header .show-overlay.mobile-nav-overlay {
  background: rgba(0, 0, 0, 0.68);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  z-index: 6;
}

.vsp-header .mobile-nav {
  background: white;
  bottom: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  width: 75vw;
  z-index: 7;
}

.vsp-header .mobile-nav.show {
  right: 0%;
}

.vsp-header .hide {
  display: none;
  width: 0;
}

.vsp-header .mobile-nav-content {
  position: relative;
  padding-right: 10px;
}

.vsp-header .mobile-nav .menu-container {
  background: white;
  left: 0;
  position: absolute;
  right: 0;
  top: 55px;
}

.vsp-header .menu-heading {
  border-bottom: solid 1px #cfcfcf;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  padding: 10px 17px;
}

.vsp-header .mobile-nav ul {
  list-style: none;
  margin-left: 0;
}

.vsp-header .mobile-nav ul li {
  padding: 0 17px;
}

.vsp-header .mobile-nav a {
  color:#373737;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  padding: 20px 0;
}

.vsp-header .mobile-nav a:focus, .vsp-header .mobile-nav a:active {
  outline: 2px solid #99773d;
}

.vsp-header .mobile-nav .contact-us-menu {
  margin-top: 20px;
  margin-bottom: 80px;
}

.vsp-header .mobile-nav .contact-us-menu ul li a {
  color: #99773d;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.88;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: underline!important;
}

.vsp-header .mobile-nav .contact-us-menu ul li:first-child a {
  color: #373737;
  display: block;
  border-radius: 100px;
  border: solid 1px #373737;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.67;
  margin-bottom: 8px;
  padding: 9px 16px;
  text-align: center;
  text-decoration: none!important;
  width: 200px;
  min-width: fit-content;
}

.vsp-header .mobile-nav .contact-us-menu ul li:first-child a:hover {
  background-color: #ebeaea
}

.vsp-header .mobile-nav .contact-us-menu ul li:first-child a:focus, .vsp-header .mobile-nav .contact-us-menu ul li:first-child a:active {
  background-color: #f5f5f5;
  outline: 2px solid #99773d;
  outline-offset: 3px;
  color: #3d3d3f;
  text-decoration: none;
}

.vsp-header .mobile-nav .vanderbilt-directory ul li {
  border-bottom: solid 1px #cfcfcf;
}

.vsp-header .mobile-nav .vanderbilt-directory ul li a {
  font-weight: normal;
}

.vsp-header .header-copyright {
  color: #b0b0b0;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.67;
  padding: 100px 10px 32px 17px;
}

.vsp-header .navbar-header .navbar-brand img {
  max-width: 170px;
}

@media (min-width: 320px) {
  .vsp-header .navbar-header .navbar-brand img {
    max-width: 220px;
  }
}

@media (min-width: 768px) {
  .vsp-header .navbar-header .navbar-brand img {
    max-width: 300px;
  }
}

@media (min-width: 1200px) {

  .vsp-header .toggle-vsp-mobile-nav,
  .vsp-header .mobile-nav,
  .vsp-header .mobile-nav-overlay {
    display: none;
  }

  .vsp-header .content-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }

  .vsp-header .navbar-header .navbar-brand img {
    max-width: unset;
    padding-top: 0;
    width: 346px;
  }

  .vsp-header .content-wrapper {
    align-items: center;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .vsp-header .navbar-header {
    color: #373737;
    height: 85px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    padding-top: 18px;
    padding-bottom: 18px;
    top: 40px;
  }

  .vsp-header .navbar-header .navbar-brand {
    margin-right: 30px;
  }

  .vsp-header .vanderbilt-directory-header {
    background: #f7f7f7;
    color: #373737;
    display: flex;
    height: 40px;
    z-index: 6;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }

  .vsp-header .vanderbilt-directory-header .content-wrapper {
    justify-content: flex-end;
  }

  .vsp-header .vanderbilt-directory-header .directory-dropdown-heading {
    display: flex;
    color: #373737;
    font-family: 'Roboto';
    font-size: 16px;
    padding: 10px 10px 10px 10px;
  }

  .vsp-header .vanderbilt-directory-header .directory-dropdown-heading::after {
    content: 'expand_more';
    display: inline-block;
    font-family: 'Material Icons';
    margin-left: 4px;
    font-size: 24px;
    height: 16px;
    margin-top: -6px;
    white-space: nowrap;
  }

  .vsp-header .vanderbilt-directory-header .directory-dropdown-heading.expanded::after {
    content: 'expand_less';
  }

  .vsp-header .vanderbilt-directory-header .directory-dropdown-options.show {
    background: #f7f7f7;
    position: absolute;
    top: 54px;
    width: 270px;
  }

  .vsp-header .vanderbilt-directory-header .directory-dropdown-options.show ul.menu,
  .vsp-header .vanderbilt-directory-header .directory-dropdown-options.show ul.menu li {
    margin: 0;
    padding: 0;
  }

  .vsp-header .vanderbilt-directory-header .directory-dropdown-options.show ul.menu li a {
    color: #373737;
    display: block;
    font-size: 18px;
    line-height: 1.67;
    padding: 12px 15px;
  }

  .vsp-header .vanderbilt-directory-header .directory-dropdown-options.show ul.menu li:not(:last-child) {
    border-bottom: solid 1px #cfcfcf;
  }

  .vsp-header .desktop-menu-items {
    align-items: center;
    display: flex;
    flex-grow: 1;
  }

  .vsp-header .desktop-menu-items ul.menu {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    margin: 0;
  }

  .vsp-header .desktop-menu-items ul.menu li {
    flex-grow: 1;
    text-align: right;
  }

  .vsp-header .desktop-menu-items ul.menu li a {
    color: #373737;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 20px 10px;
  }

  .vsp-header .desktop-menu-items ul.menu li a:focus, .vsp-header .desktop-menu-items ul.menu li a:active  {
    outline: 2px solid #99773d;
  }

  .vsp-header .desktop-menu-items ul:not(:first-child) li:not(:first-child) {
    display: none;
  }

  .vsp-header .desktop-menu-items ul:not(:first-child) li:first-child a {
    color: #373737;
    display: inline-block;
    border-radius: 100px;
    border: solid 1px #373737;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.67;
    margin-left: 10px;
    padding: 10px 16px 8px 16px;
    text-align: center;
    text-decoration: none!important;
    width: fit-content;
  }

  .vsp-header .desktop-menu-items ul:not(:first-child) li:first-child a:hover {
    background-color: #ebeaea
  }

  .vsp-header .desktop-menu-items ul:not(:first-child) li:first-child a:focus {
    background-color: #f5f5f5;
    outline: 2px solid #99773d;
    outline-offset: 3px;
    color: #3d3d3f;
    text-decoration: none;
  }

}
