Use this full replacement CSS. Changes included:

* removes the 100vw / -50vw header clipping hack
* keeps the header full width through wrapper resets
* makes VU PACE lighter, not bold
* reduces nav spacing closer to the mockup
* preserves the home page template

/*
  Vanderbilt TEST CSS - Mockup-aligned redesign.
  Home page body is controlled by the Home Page Template story.
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap');
html,
body {
    background: #ffffff !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
}
p,
a,
label,
div,
button {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
}
h1,
h2,
legend {
    font-family: 'Libre Caslon Text', Georgia, "Times New Roman", serif;
}
a {
    color: #1C1C1C;
    text-decoration: underline;
    text-decoration-color: #CFAE70;
    text-decoration-thickness: 1px;
}
a:hover {
    color: #CFAE70;
    text-decoration: underline;
    text-decoration-color: #CFAE70;
    text-decoration-thickness: 2px;
}
.card,
.card-header,
.card-footer {
    background-color: #ffffff;
}
/* ------------------------Page Shell---------------------------*/
#pageContainer,
#contentContainer,
#mainContentWrapper,
#mainContent,
#contentWrapper,
#content {
    background: #ffffff !important;
    margin: 0 !important;
}
#mainContent,
#mainContentWrapper {
    padding-top: 0 !important;
}
#contentWrapper,
#content,
#pagePublicHome #contentModule1,
#pagePublicHome #contentModule5 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#pagePublicHome #contentModule1,
#pagePublicHome #contentModule5 {
    display: block !important;
}
#pagePublicHome #contentModule1 .newsItemHeader,
#pagePublicHome .newsItemHeader {
    display: none !important;
}
/* ------------------------Remove Native Header Gutters---------------------------*/
#headerWrapper,
#header0Wrapper,
#header0Container,
#header0,
#header0ContentWrapper,
#header1Wrapper,
#header1Container,
#header1,
#header2Wrapper,
#header2Container,
#header2,
#header3Wrapper,
#header3Container,
#header3,
#clpHeader0ContentWrapper {
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: none !important;
}
#header0Container.container,
#header1Container.container,
#header2Container.container,
#header3Container.container,
#header0Container.container-fluid,
#header1Container.container-fluid,
#header2Container.container-fluid,
#header3Container.container-fluid {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#header0.row,
#header1.row,
#header2.row,
#header3.row,
#header0 .row,
#header1 .row,
#header2 .row,
#header3 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#header0 [class*="col-"],
#header1 [class*="col-"],
#header2 [class*="col-"],
#header3 [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* hide unused native nav rows */
#header2Wrapper,
#header2Container,
#header2,
#header3Wrapper,
#header3Container,
#header3,
#globalNavigationBar,
#mainNavBarCollapsable {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
}
/* ------------------------Mockup Header---------------------------*/
.vu-mockup-header {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
}
.vu-institution-bar {
    background: #000000;
    color: #ffffff;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.vu-header-inner {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
}
.vu-institution-bar .vu-header-inner {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vu-institution-logo img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-height: 28px !important;
    max-width: 260px !important;
}
.vu-header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #ffffff !important;
    font-size: 14px;
}
.vu-header-actions a,
.vu-header-actions .headerStudentLoginLogoutLink,
.vu-header-actions .headerStudentLoginDropdownLink {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}
.vu-header-actions a:hover,
.vu-header-actions a:focus {
    color: #CFAE70 !important;
    text-decoration: none !important;
}
.vu-divider {
    width: 1px;
    height: 18px;
    background: rgba(255,255,255,.45);
    display: inline-block;
}
#loginInfo {
    position: relative;
    top: 0;
}
#cartInfo {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin: 0 !important;
    position: relative;
    top: 0;
}
#cartInfo img,
#cartInfo .glyphicon-shopping-cart,
.vu-header-actions img {
    max-height: 22px !important;
    max-width: 22px !important;
    width: 22px !important;
    height: auto !important;
    font-size: 22px !important;
}
#cartInfo a {
    color: #ffffff !important;
    text-decoration: none !important;
}
/* ------------------------White VU PACE/Nav Row---------------------------*/
.vu-brand-bar {
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.vu-brand-inner {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vu-pace-logo {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none !important;
}
.vu-v-mark {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 46px;
    line-height: 1;
    font-weight: 700;
    color: #CFAE70;
}
.vu-pace-name {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.01em;
}
.vu-primary-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 76px;
}
.vu-primary-nav a {
    color: #000000 !important;
    font-family: 'Inter', Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}
.vu-primary-nav a:hover,
.vu-primary-nav a:focus {
    color: #CFAE70 !important;
    text-decoration: none !important;
}
/* ------------------------Home Page---------------------------*/
.hero-image,
.hero-text,
#show_bg_2 {
    display: none !important;
}
.vu-home-hero,
.vu-course-feature,
.vu-card-section {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}
.vu-home-hero {
    margin-top: 0 !important;
}
/* ------------------------Buttons---------------------------*/
.btn-primary,
.btn-default,
.btn-secondary {
    background-color: transparent !important;
    border: 1px solid #CFAE70 !important;
    color: #1C1C1C !important;
    border-radius: 0 !important;
    font-family: 'Inter', Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
    background-color: #CFAE70 !important;
    border-color: #CFAE70 !important;
    color: #1C1C1C !important;
    border-radius: 0 !important;
}
/* ------------------------Hide Items---------------------------*/
#sectionEnrollmentHeader,
#multiProgramContainer,
#multiProgramSearchFilter,
.instructorProfileUsernamePasswordPanel .btn-secondary,
#parentInfoQuestion1Container,
#parentInfoQuestion2Container,
#interestAreaPanel,
#studentInfoSalutation,
#studentInfoNameToAppearInPrint,
div.sectionContactHours,
#formCourseSearchDetails .alert-warning,
[for="onlyFollowingMethods"],
[for="contactMethod1"],
[for="contactMethod2"] {
    display: none !important;
}
#variableContentBlockPG0033 {
    display: block;
}
/* ------------------------Footer---------------------------*/
#footer2Wrapper,
#footer1Wrapper {
    background-color: #1C1C1C;
    color: white;
}
#footer2Wrapper {
    padding-bottom: 10px;
}
#footer2Wrapper .container,
#footer1Wrapper .container {
    background-color: #1C1C1C;
    color: white;
}
#footer2Sub2 {
    text-align: center;
    font-size: 10px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* ------------------------Mobile---------------------------*/
@media only screen and (max-width: 900px) {
    .vu-header-inner {
        padding-left: 24px;
        padding-right: 24px;
    }
    .vu-brand-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .vu-primary-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }
    .vu-institution-bar .vu-header-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

#contentModule5 > .row {
    display: none !important;
}

/* Cart badge positioning */

#cartInfo {
    position: relative !important;
    top: 0 !important;
}

#cartInfo .badge,
#cartInfo #numItemsInCart,
#cartInfo .numItemsInCart {
    position: relative !important;
    top: 4px !important;
}

.vu-support-page {
  max-width: 760px;
  margin: 0 auto;
}

.vu-support-block {
  background: #fff;
  padding: 24px;
  margin: 0 0 24px 0;
}

.vu-support-block h1,
.vu-support-block h2 {
  margin-top: 0;
  font-family: Georgia, serif;
}

.vu-support-block p {
  margin: 7px 0;
}

.vu-support-block hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 8px 0;
}

.vu-support-block ul {
  margin-top: 6px;
  margin-bottom: 14px;
}

.vu-grad-style-header {
  background: #1c1c1c;
  color: #e7e0d3;
  width: 100%;
}

.vu-grad-header-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 18px 32px 20px;
}

.vu-grad-top-row,
.vu-grad-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vu-grad-logo img {
  height: 54px;
  width: auto;
  display: block;
}

.vu-grad-divider {
  border-top: 1px solid #5a5a5a;
  margin: 14px 0 16px;
}

.vu-grad-unit-name {
  color: #e7e0d3;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .2px;
}

.vu-grad-unit-name:hover,
.vu-grad-unit-name:focus {
  color: #fff;
  text-decoration: none;
}

.vu-primary-nav {
  display: flex;
  align-items: center;
  gap: 42px;
}

.vu-primary-nav a {
  color: #d8d0c3;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.vu-primary-nav a:hover,
.vu-primary-nav a:focus {
  color: #fff;
  text-decoration: none;
}

.vu-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.vu-divider {
  display: inline-block;
  height: 28px;
  width: 1px;
  background: #5a5a5a;
}

/**************************************************************
  Vanderbilt Graduate School Header Overrides
  (Append to bottom of CSS)
**************************************************************/

/* Entire header */
.vu-grad-style-header {
    background: #1c1c1c;
    color: #e7e0d3;
    width: 100%;
}

.vu-grad-header-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 18px 32px 16px;
}

/* Top row */
.vu-grad-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vu-grad-logo img {
    display: block;
    width: auto;
    height: 62px;
}

/* Divider */
/* Starts AFTER the Vanderbilt V like the Graduate School site */
.vu-grad-divider {
    border-top: 1px solid #555;
    margin-top: 10px;
    margin-bottom: 14px;
    margin-left: 118px;
    width: calc(100% - 118px);
}

/* Bottom row */
.vu-grad-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* PACE */
.vu-grad-unit-name {
    color: #e7e0d3;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1;
    text-decoration: none;
}

.vu-grad-unit-name:hover,
.vu-grad-unit-name:focus {
    color: #ffffff;
    text-decoration: none;
}

/* Navigation */
.vu-primary-nav {
    display: flex;
    align-items: center;
    gap: 34px;
}

.vu-primary-nav a {
    color: #CFAE70 !important;
    font-family: "Inter", Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color .2s ease;
}

.vu-primary-nav a:hover,
.vu-primary-nav a:focus {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Login / Cart */
.vu-header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.vu-header-actions a,
.vu-header-actions .headerStudentLoginLogoutLink,
.vu-header-actions .headerStudentLoginDropdownLink {
    color: #ffffff !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.vu-header-actions a:hover {
    color: #CFAE70 !important;
}

.vu-divider {
    width: 1px;
    height: 26px;
    background: rgba(255,255,255,.35);
}

/* Cart icon */
#cartInfo img,
#cartInfo .glyphicon-shopping-cart,
.vu-header-actions img {
    width: 22px !important;
    height: auto !important;
}

/* Cart badge */
#cartInfo .badge,
#cartInfo #numItemsInCart,
#cartInfo .numItemsInCart {
    top: 3px !important;
}

/* Mobile */
@media (max-width:900px){

    .vu-grad-header-inner{
        padding:18px 24px;
    }

    .vu-grad-divider{
        margin-left:0;
        width:100%;
    }

    .vu-grad-bottom-row{
        flex-direction:column;
        align-items:flex-start;
        gap:20px;
    }

    .vu-primary-nav{
        flex-direction:column;
        align-items:flex-start;
        gap:16px;
    }

}

/**************************************************************
  Vanderbilt Graduate School Header - corrected overrides
**************************************************************/

:root {
  --vu-grad-black: #1c1c1c;
  --vu-grad-text: #d8d2c4;
  --vu-grad-gold: #c8a45d;
  --vu-grad-line: #5b5b5b;
}

/* Header shell */
.vu-grad-style-header {
  background: var(--vu-grad-black) !important;
  color: var(--vu-grad-text) !important;
  width: 100% !important;
}

.vu-grad-header-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 16px 50px 18px 50px !important;
  box-sizing: border-box !important;
}

/* Make the header match the Graduate School proportions */
.vu-grad-top-row {
  display: grid !important;
  grid-template-columns: 110px 1fr auto !important;
  align-items: start !important;
  column-gap: 24px !important;
}

.vu-grad-logo {
  grid-column: 1 / 3 !important;
  display: grid !important;
  grid-template-columns: 110px auto !important;
  align-items: start !important;
  text-decoration: none !important;
}

.vu-grad-logo img {
  display: block !important;
  height: 86px !important;
  width: auto !important;
  max-height: none !important;
}

/* Login and cart remain top right */
.vu-header-actions {
  grid-column: 3 !important;
  justify-self: end !important;
  align-self: start !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding-top: 20px !important;
  color: #ffffff !important;
}

/* Divider starts after the large V, like Grad School */
.vu-grad-divider {
  border-top: 1px solid var(--vu-grad-line) !important;
  margin: -44px 0 14px 120px !important;
  width: calc(100% - 120px) !important;
}

/* Bottom row: PACE sits under wordmark, nav aligns right */
.vu-grad-bottom-row {
  display: grid !important;
  grid-template-columns: 120px auto 1fr !important;
  align-items: center !important;
  column-gap: 0 !important;
}

.vu-grad-unit-name {
  grid-column: 2 !important;
  color: var(--vu-grad-text) !important;
  font-family: "Inter", Arial, Helvetica, sans-serif !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.15 !important;
  text-decoration: none !important;
}

.vu-grad-unit-name:hover,
.vu-grad-unit-name:focus {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Nav */
.vu-primary-nav {
  grid-column: 3 !important;
  justify-self: end !important;
  display: flex !important;
  align-items: center !important;
  gap: 46px !important;
}

.vu-primary-nav a {
  color: var(--vu-grad-text) !important;
  font-family: "Inter", Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.vu-primary-nav a:hover,
.vu-primary-nav a:focus {
  color: var(--vu-grad-gold) !important;
  text-decoration: none !important;
}

/* Login/cart */
.vu-divider {
  width: 1px !important;
  height: 28px !important;
  background: rgba(255,255,255,.35) !important;
}

.vu-header-actions a,
.vu-header-actions .headerStudentLoginLogoutLink,
.vu-header-actions .headerStudentLoginDropdownLink {
  color: #ffffff !important;
  text-decoration: none !important;
}

.vu-header-actions a:hover,
.vu-header-actions a:focus {
  color: var(--vu-grad-gold) !important;
}

#cartInfo img,
#cartInfo .glyphicon-shopping-cart,
.vu-header-actions img {
  width: 26px !important;
  max-width: 26px !important;
  height: auto !important;
  max-height: 26px !important;
}

/* Mobile */
@media only screen and (max-width: 900px) {
  .vu-grad-header-inner {
    padding: 18px 24px !important;
  }

  .vu-grad-top-row,
  .vu-grad-bottom-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
  }

  .vu-grad-logo {
    display: block !important;
  }

  .vu-grad-logo img {
    height: 64px !important;
  }

  .vu-grad-divider {
    margin: 8px 0 12px 0 !important;
    width: 100% !important;
  }

  .vu-header-actions {
    padding-top: 0 !important;
  }

  .vu-primary-nav {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 14px !important;
  }
}

/**************************************************************
  FIX: Vanderbilt Graduate-style header layout
**************************************************************/

.vu-grad-style-header {
  background: #1c1c1c !important;
  color: #d8d2c4 !important;
  width: 100% !important;
}

.vu-grad-header-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 18px 70px 20px 70px !important;
  box-sizing: border-box !important;
}

/* Top row: logo left, login/cart right */
.vu-grad-top-row {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
}

.vu-grad-logo img {
  display: block !important;
  height: 74px !important;
  width: auto !important;
  max-height: none !important;
}

/* Divider sits BELOW the logo row, not through the logo */
.vu-grad-divider {
  border-top: 1px solid #565656 !important;
  margin: 14px 0 14px 118px !important;
  width: calc(100% - 118px) !important;
}

/* Bottom row: PACE left, nav right */
.vu-grad-bottom-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.vu-grad-unit-name {
  color: #d8d2c4 !important;
  font-family: "Inter", Arial, Helvetica, sans-serif !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
}

.vu-grad-unit-name:hover,
.vu-grad-unit-name:focus {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Nav: Graduate School-style muted gold/stone */
.vu-primary-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 44px !important;
}

.vu-primary-nav a {
  color: #d8c8a3 !important;
  font-family: "Inter", Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.vu-primary-nav a:hover,
.vu-primary-nav a:focus {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Login/cart unchanged but cleaned up */
.vu-header-actions {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding-top: 18px !important;
}

.vu-header-actions a,
.vu-header-actions .headerStudentLoginLogoutLink,
.vu-header-actions .headerStudentLoginDropdownLink {
  color: #ffffff !important;
  text-decoration: none !important;
}

.vu-divider {
  width: 1px !important;
  height: 28px !important;
  background: rgba(255,255,255,.35) !important;
}

/**************************************************************
  Vanderbilt Graduate Header Final Tweaks
**************************************************************/

/* Header wrapper */
.vu-grad-style-header {
    background: #1f1f1d !important;
    color: #d9d3c5 !important;
}

.vu-grad-header-inner {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 16px 60px 18px 60px !important;
    box-sizing: border-box !important;
}

/* ---------- Top Row ---------- */

.vu-grad-top-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
}

/* Smaller Vanderbilt lockup */
.vu-grad-logo img {
    display: block !important;
    height: 58px !important;
    width: auto !important;
    max-height: none !important;
}

/* Login / Cart */
.vu-header-actions {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding-top: 10px !important;
}

.vu-header-actions a,
.vu-header-actions .headerStudentLoginLogoutLink,
.vu-header-actions .headerStudentLoginDropdownLink {
    color: #ffffff !important;
    text-decoration: none !important;
}

.vu-divider {
    width: 1px !important;
    height: 30px !important;
    background: rgba(255,255,255,.35) !important;
}

/* ---------- Divider ---------- */

.vu-grad-divider {
    border-top: 1px solid #575757 !important;
    margin: 12px 0 14px 96px !important;
    width: calc(100% - 96px) !important;
}

/* ---------- Bottom Row ---------- */

.vu-grad-bottom-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

/* Move PACE underneath the Vanderbilt wordmark */
.vu-grad-unit-name {
    margin-left: 126px !important;

    color: #d9d3c5 !important;
    font-family: "Inter", Arial, Helvetica, sans-serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    letter-spacing: -.02em !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

.vu-grad-unit-name:hover,
.vu-grad-unit-name:focus {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* ---------- Navigation ---------- */

.vu-primary-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 42px !important;
}

.vu-primary-nav a {
    color: #d5c8a2 !important;
    font-family: "Inter", Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.vu-primary-nav a:hover,
.vu-primary-nav a:focus {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* ---------- Mobile ---------- */

@media (max-width:900px){

    .vu-grad-header-inner{
        padding:18px 24px !important;
    }

    .vu-grad-divider{
        margin-left:0 !important;
        width:100% !important;
    }

    .vu-grad-bottom-row{
        flex-direction:column !important;
        align-items:flex-start !important;
        gap:18px !important;
    }

    .vu-grad-unit-name{
        margin-left:0 !important;
    }

    .vu-primary-nav{
        flex-direction:column !important;
        align-items:flex-start !important;
        gap:14px !important;
    }

}

/***************************************************
 Login Dropdown Fix
****************************************************/

/* Dropdown panel */
#loginInfo .dropdown-menu,
.headerStudentLoginDropdownMenu,
.dropdown-menu {
    background: #ffffff !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 0 !important;
    box-shadow: 0 6px 18px rgba(0,0,0,.18) !important;
}

/* All menu items */
#loginInfo .dropdown-menu > li > a,
.headerStudentLoginDropdownMenu > li > a,
.dropdown-menu > li > a {
    color: #1c1c1c !important;
    font-family: "Inter", Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    padding: 10px 18px !important;
}

/* Hover */
#loginInfo .dropdown-menu > li > a:hover,
#loginInfo .dropdown-menu > li > a:focus,
.headerStudentLoginDropdownMenu > li > a:hover,
.headerStudentLoginDropdownMenu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: #f5f5f5 !important;
    color: #c8a45d !important;
}

/* Active item */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
    background: #f5f5f5 !important;
    color: #c8a45d !important;
}

.vu-header-actions a,
.vu-header-actions .headerStudentLoginLogoutLink,
.vu-header-actions .headerStudentLoginDropdownLink {
    color: #ffffff !important;
}

.vu-header-actions a:hover,
.vu-header-actions a:focus {
    color: #c8a45d !important;
}

/****************************************************
 Login Dropdown Fix (Bootstrap 4)
****************************************************/

.dropdown-menu {
    background: #ffffff !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 20px rgba(0,0,0,.18) !important;
    padding: 6px 0 !important;
}

.dropdown-menu .dropdown-item {
    color: #1c1c1c !important;
    background: #ffffff !important;
    font-family: "Inter", Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background: #f5f5f5 !important;
    color: #c8a45d !important;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    background: #f5f5f5 !important;
    color: #c8a45d !important;
}