.header {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}

.header .header-row-top,
.header .header-row-bottom {
  width: 100%;
  gap: 20px;
  display: flex;
  background-color: #fff;
}

.header .header-row-top {
  z-index: 99;
}
.header .header-row-bottom {
  z-index: 9;
}

.header-row-top {
  height: 68px;
  padding: 10px 40px;
}

.header-row-bottom {
  height: 48px;
  padding: 6px 40px 8px 40px;
  border-bottom: 1px solid #e9e9e9;
}

.header .navbar-logo {
  padding: 0;
  width: 48px;
  height: 48px;
}

.header .navbar-logo a {
  height: 48px;
  background-repeat: no-repeat;
  width: 48px;
  background-size: 48px;
  display: inline-block;
}

.mobile-menu-btn {
  display: none;
}

.mobile-menu-btn {
  cursor: pointer;
  margin-right: 18px;
  z-index: 2;
  transform: translateY(4px);
}
.uac-form.bottom {
  display: none;
}

.uac-form {
  display: flex;
  width: 100%;
  height: 48px;
  background-color: #f2f2f2;
  border-radius: 48px;
  overflow: hidden;
}

.uac-form-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
}

.uac-form input {
  background-color: #f2f2f2;
  border: none;
  width: 100%;
  line-height: 48px;
}

.uac-form input:focus {
  outline: none !important;
}

.uac-form:focus-within {
  border: 1px dotted black;
}

.header-btn-row {
  display: flex;
}

.header-btn-row a {
  color: #000;
}
.header-btn-row a:hover {
  text-decoration: none;
  transform: translateY(-2px);
}

#header-btn-row-icon {
  display: none;
}

.header-btn {
  display: flex;
  gap: 5px;
  padding: 10px;
  margin: 0 10px;
}

.header-btn.apply {
  background-color: #448532;
  padding: 12px 16px;
  border-radius: 4px;
  height: 48px;
  cursor: pointer;
  user-select: none;
  border: none;
}

.header-btn.apply:hover {
  background-color: #394049;
}

.header-btn.key-dates.bottom,
.header-btn.courses.bottom {
  display: none;
}

#uac-applications-dropdown {
  color: #fff;
  line-height: 22px;
}

.applyDropDown {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 1000;
  border: 1px solid #ccc;
  top: 62px;
  right: 10px;
}

.applyDropDown .applyDropDown-row {
  padding: 24px 24px 0 24px;
}

.applyDropDown-item {
  margin: 24px 0;
}

.header-btn-chevron {
  transition: transform 0.2s ease;
}

.applyDropDown a {
  font-weight: normal;
}

.applyDropDown-heading h3 {
  font-weight: bold;
  font-size: 16px;
}

nav.main-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.main-menu-dropdown-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 1rem;
}

.main-menu-dropdown-menu.single-col {
  flex-direction: column;
}

.main-menu-dropdown-menu.single-col .main-menu-column a {
  margin: 0;
}

.main-menu-dropdown-menu.show {
  position: absolute;
  z-index: 9;
  background: #fff;
  display: flex;
  gap: 15px;
  padding: 40px 0;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 8px 12px 0px #00000014;
  width: max-content;
  max-width: 100%;
}

.mobile-nav .main-menu-dropdown-menu.show {
  position: unset;
}

.main-menu-dropdown-toggle,
.main-menu-dropdown-toggle a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2em;
  border: none;
  background-color: transparent;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  height: 100%;
  padding: 4px 8px;
  border-radius: 4px;
}

.main-menu-dropdown-toggle:hover,
.main-menu-dropdown-toggle:focus,
.main-menu-dropdown-toggle:focus-visible {
  background-color: #f3f4f6;
  outline: none;
}

.main-menu-dropdown-toggle a {
  color: #000;
}

.main-menu-dropdown-toggle > a {
  padding: 0;
}

.main-menu-chevron svg {
  transition: transform 0.1s ease;
  display: inline-block;
  transform: translateY(4px);
  fill: #0f172a;
}

.main-menu-dropdown-toggle.active .main-menu-chevron svg {
  transform: rotate(180deg) translateY(-3px);
  fill: #fff;
}

.mobile-nav
  .main-menu-group.active
  .main-menu-dropdown-toggle.active
  .main-menu-chevron {
  transform: rotate(90deg) translateY(4px);
}

.menu-item-title {
  font-weight: 700;
  padding: 0 0 0 20px;
  width: 100%;
}

.main-menu-submenu {
  list-style: none;
  padding: 0;
}

.main-menu-submenu li {
  width: max-content;
  max-width: 420px;
}

.main-menu-column {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}

.submenu-wrapper {
  display: flex;
  gap: 2rem;
}

.main-menu-submenu {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-menu-column a,
.applyDropDown-item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 14px 0;
  display: block;
  color: #000;
  will-change: transform;
}

.main-menu-column a:hover,
.applyDropDown-item a:hover {
  transform: translateY(-2px);
  color: #448532;
  text-decoration: none;
}

.nav-link-summary {
  font-size: 14px;
  color: #00000091;
}

.main-menu-item-svg {
  display: flex;
  margin: 20px 0;
  gap: 20px;
  align-items: center;
}

a.main-menu-item-anchor {
  padding: 0 20px;
}
a.main-menu-item-anchor:hover {
  text-decoration: none;
}

.main-menu-item-svg p {
  margin: 0;
}

.main-menu-item-svg span {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
}

.icon-container {
  background-color: #cdf0e6;
  padding: 10px;
  border-radius: 8px;
}

.hero-heading {
  font-size: 38px;
}
