
/**********General Styling**********/
@media (max-width: 991px) {
  body {
    margin-bottom: 0px;
  }
}
html {
  font-size: 16px;
  color: #1f1f1f;
}
p {
  font-size: 1rem;
}
h1 {
  clamp(2.027rem, 0.839rem + 4.473vw, 2.986rem);
}
h2 {
  clamp(1.802rem, 0.952rem + 3.2vw, 2.488rem);
}
h3 {
  font-size: clamp(1.602rem, 1.017rem + 2.202vw, 2.074rem);
}
h4,
h4 a:link {
  font-size: clamp(1.424rem, 1.047rem + 1.418vw, 1.728rem);
}

h5,
h5 a:link {
  font-size: clamp(1.266rem, 1.05rem + 0.812vw, 1.44rem);
}
h6,
h6 a:link {
  font-size: clamp(1.125rem, 1.032rem + 0.35vw, 1.2rem);
}
body,
li,
ul,
p {
  line-height: 1.6;
  font-family: Roboto;
  font-size: 1rem;
  color: #1f1f1f;
}

.roboto-small {
  font-family: 'Roboto', sans-serif;
  font-size: 0.833rem;
}
#ContainDiv {
  min-height: 480px !important;
  transition: filter 200ms ease-in-out;
  padding: 1rem;
}
#ContainDiv.blurred {
  backdrop-filter: blur(20px);
  filter: blur(10px);
  -webkit-backdrop-filter: blur(20px);
}
.footer {
  display: none;
}
.contentinfo {
  display: none;
}
container-fluid {
  margin: 0;
  padding: 0;
}

#div_privacy,
#Server {
  display: none;
}
.btn-primary {
  background-color: #003594;
  border-color: #003594;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #ffb81c;
  border-color: #ffb81c;
  color: #003594;
}
.white {
  color: #000000;
}
.pageHeader{
font-size: clamp(2.027rem, 0.839rem + 4.473vw, 2.986rem);
margin: 2rem 0 1rem 0;
text-align: center;
color: #1f1f1f;
font-weight: 600;
font-family: Merriweather;
}
/********** End General Styling**********/

/*----------tipTopSection--------*/
.tipTop {
  width: 100%;
  height: 64px;
  background-color: #003594;
}

.tipTopInner {
  width: 95%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: auto;
  margin-left: auto;
}
.tipTopItem {
  flex-basis: 33.33%;
  max-width: 33.33%;
  height: 48px;
}
.tipTopThree a {
  color: #ffffff;
}
.tipTopThree {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.tipTopLogo-wrapper {
  display: flex;
  align-items: center;
}
.tipTopTwo > img {
  margin-left: 50%;
  transform: translate(-50%);
}
.tipTopMenu {
  margin-right: 15px;
}
.tipTopLogo > img {
  max-height: 38.6px;
}

#footer-nav {
  display: none;
}

.tipTopOne {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  color: #ffffff;
}

.topCarousel-outer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#topCarousel {
  width: 100%;
}
#topCarousel .message-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#topCarousel .message-wrapper * {
  color: white;
}

#topCarousel .carousel-control-prev,
#topCarousel .carousel-control-next {
  opacity: 1;
}

#topCarousel .carousel-control-prev-icon,
#topCarousel .carousel-control-next-icon {
  background-image: none;
  color: #ffb81c;
  stroke: #ffb81c;
  stroke-width: 2px;
  transform: scale(0.5);
}

#topCarousel .heart-icon {
  transform: scale(0.65);
  color: #ffb81c;
}

#topCarousel .heart-icon * {
  color: #ffb81c;
}

@media (max-width: 1538px) {
  .tipTopMenu-wrapper {
    display: none;
  }

  #footer-nav {
    display: block;
    background-color: #003594;
    padding: 1rem;
  }

  #footer-nav .inner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
#h_nav .navbar-nav > li > a {
margin-top: 0;
}
}

@media (max-width: 767px) {
  .tipTopWrapper {
    max-height: 29px !important;
  }
  .tipTopWrapper1 {
    display: none;
  }
  .nav.navbar-nav {
    text-align: center !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-right: 0 !important;
  }
  #h_nav > .container-fluid {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .tipTopItem {
    flex-basis: 100%;
    max-width: 100%;
  }

  .tipTopOne,
  .tipTopThree {
    display: none;
  }
}

/*----------End tipTopSection--------*/

/*------------Native H Menu--------*/

#h_nav {
  min-height: 10px;
  background-color: transparent;
  opacity: 0; /* Initially hide, will show with JS after moved into position */
  transition: opacity 250ms ease-in;
}

#h_nav.full-opacity {
  opacity: 1;
  transition: opacity 250ms ease-in;
}
.bg-light {
  background-color: transparent !important;
}
#h_nav .navbar-toggler {
  display: none;
}
#h_nav .navbar-nav > li > a {
  color: #ffffff;
  gap: 1px;
  padding: 0 7px;
  margin-top: 10px;
  background-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-size: 0.833rem;
}
#h_nav .navbar-collapse {
  display: flex !important;
  padding-right: 0;
  padding-left: 0;
}
#h_nav > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#h_nav > .container-fluid > .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
/*------------End Native H Menu--------*/

/*--------------------Logo Section-----------------*/
#topSection {
  display: unset;
}

.main-controls {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

.main-controls > .middle {
  background: white;
  padding: 1rem;
}

.logoSection {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: baseline;
  padding: 1rem;
  max-height: 124px;
  background: white;
}
.logoSection2 {
  display: flex;
  flex-direction: row;
  padding-left: 40px;
}
#H_Search {
  margin: 0;
  margin-right: 1rem;
}

#H_Search .searchMerchHor-button {
  display: none;
}

#H_Search .searchBoxHor-input {
  border-radius: 0.375rem;
  max-height: 32px;
  display: none; /* Initially hide, will show with JS after moved into position */
}

.section2item.top-icons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.searchIcon {
  display: none !important;
  font-size: 24px !important;
  user-select: none;
}
#Cart {
  display: none !important;
}
.cart-link {
  position: relative;
}
.cart-counter {
  position: absolute;
  top: -14px;
  right: -10px;
  background: red;
  padding: 4px;
  padding-left: 6px;
  padding-right: 6px;
  color: white;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
}

.logoItem {
  flex-basis: 33.33%;
  max-width: 33.33%;
  min-width: 33.33%;
  max-height: 92px;
}
.logoTwo .universityLogo {
  margin-left: 50%;
  transform: translate(-50%);
  max-height: 64px;
  min-height: 38.6px;
  height: 9vh;
  padding: 0;
}

@media (max-width: 1020px) {
  .logoSection2 {
    padding-left: 0;
    margin-right: 20px;
    justify-content: flex-end;
  }
}

@media (max-width: 991px) {
  .main-controls {
    max-height: 64px;
    overflow: visible;
    padding: 0;
  }

  .logoSection {
    align-items: center;
    max-height: 64px;
    box-shadow: var(--nav-shadow);
  }

  .logoSection2 {
    justify-content: flex-end;
    padding-left: 0;
    margin-right: 0;
  }

  .logoItem {
    max-height: 32px;
  }

  .logoTwo .universityLogo {
    max-height: 32px;
    margin-left: auto;
    margin-right: auto;
    transform: unset;
    display: block;
    max-height: 32px;
    padding: 0;
  }

  .section2item.searchHere {
    display: none;
  }

  .searchIcon {
    display: inline-block !important;
    font-size: 25px !important;
    margin-top: 2px;
    cursor: pointer;
  }

  .topIcon {
    width: 24px;
  }

  .cart-counter {
    height: 16px;
    width: 16px;
    font-size: 10px;
    top: -4px;
    right: -4px;
  }

  #H_Search {
    margin-right: auto;
    margin-left: auto;
  }

  #H_Search .searchBoxHor-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    max-height: unset;
  }

  #H_Search .searchMerchHor-button {
    display: inline-block;
  }
}
/*--------------------End Logo Section-----------------*/

/*------------Main Menu------------*/

/* NAV BAR */
.row {
  --bs-gutter-x: 0;
}

.container {
  --bs-gutter-x: 0;
}
.container-fluid {
  padding: 0;
  margin: 0;
  --bs-gutter-x: 0;
}
.navbar {
  padding: 0;
  background-color: #ffffff;
}

.navbar-nav {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin: 0px;
}

.navbar-nav > li {
  float: none;
  display: inline-block;
}
.navbar-nav > li > a {
  color: #1f1f1f;
}

.navbar {
  min-height: 40px;
  position: relative;
}
#outerNavbarWrapper {
  background-color: #215732;
}
#innerNavbarWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#mainNavbar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#mainNavbar > * {
  margin-left: 40px;
}

.navbar-nav > .dropdown {
  font-weight: bold;
  font-size: 1rem;
  position: static;
}

.navbar-nav > li > .dropdown-menu a:link {
  font-size: 1rem;
  color: #1f1f1f;
  font-weight: normal;
}

.navbar-nav > li > a {
  padding-left: 13px;
  padding-right: 13px;
}
.navbar-default .navbar-nav > .active > a {
  background-color: #215732;
}

.navbar-nav > li > .dropdown-menu a:hover {
  color: #1f1f1f !important;
  background-color: #e7e7e7 !important;
}

#main-nav > .container-fluid {
  background: white;
  box-shadow: var(--nav-shadow);
}

#main-nav .navbar-nav > li.open > a {
  background-color: transparent;
  color: #1f1f1f;
}

#main-nav .navbar-nav > li > a > span {
  position: relative;
}

#main-nav .navbar-nav > li:hover > a > span::before,
#main-nav .navbar-nav > li.open > a > span::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #ffb81c;
  position: absolute;
  bottom: -2px;
  left: 0;
}

#main-nav .nav-link:hover,
#main-nav .nav-link:focus {
  color: #1f1f1f;
}

#main-nav .dropdown-menu {
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}

#main-nav .mega-dropdown .sub-item-wrapper {
  display: flex;
  flex-direction: column;
}

#main-nav .mobile-arrow-right,
#main-nav .mobile-arrow-left {
  display: none;
}

@media (max-width: 991px) {
  #main-nav > .container-fluid {
    position: relative;
    margin-top: -31px;
  }

  #main-nav > .navbar-toggler[aria-expanded='true'] + .container-fluid {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }

  #main-nav .navbar-toggler {
    position: relative;
    top: -50px;
    left: 1rem;
    padding: 0;
    border: none;
    box-shadow: none;
  }

  #main-nav .navbar-collapse {
    box-shadow: unset;
    box-shadow: 0px 6px 8px -2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 6px 8px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 8px -2px rgba(0, 0, 0, 0.75);
  }

  #main-nav .navbar-nav {
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 0 !important;
  }

  #main-nav .nav-item > .nav-link {
    display: block;
    text-align: left;
    font-family: merriweather, serif;
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0.5rem 0;
  }

  #main-nav .nav-item:last-of-type > .nav-link:not(.show) {
    border-bottom: none;
  }

  #main-nav .navbar-nav > li > .dropdown-menu > li > .dropdown-item {
    text-align: left;
  }

  #main-nav .navbar-nav > li:hover > a > span::before,
  #main-nav .navbar-nav > li.open > a > span::before {
    content: none;
  }

  /* Mobile Left/Right Arrows */
  #main-nav .nav-link::after {
    display: none;
  }

  /* Base styles for both arrows */
  #main-nav .mobile-arrow-left,
  #main-nav .mobile-arrow-right {
    opacity: 0;
    transform: translateX(0.25rem);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    scale: 1.75;
    display: inline-block;
    vertical-align: middle;
  }

  /* Show left arrow when top-level section is expanded */
  #main-nav .nav-item.active > .nav-link > .mobile-arrow-left {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    margin-right: 0.5rem;
  }

  /* Hide right arrow when top-level section is expanded */
  #main-nav .nav-item.active > .nav-link > .mobile-arrow-right {
    opacity: 0;
    pointer-events: none;
  }

  /* Show right arrow when section is not expanded */
  #main-nav .nav-item:not(.active) > .nav-link > .mobile-arrow-right {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    float: right;
    margin-right: 0.5rem;
  }

  /* Hide left arrow when not expanded */
  #main-nav .nav-item:not(.active) > .nav-link > .mobile-arrow-left {
    opacity: 0;
    pointer-events: none;
    display: none;
  }

  #main-nav .columnPitt.active .mobile-arrow-left {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }

  #main-nav .columnPitt.active .mobile-arrow-right {
    opacity: 0;
    pointer-events: none;
  }

  #main-nav .columnPitt:not(.active) .mobile-arrow-right {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    float: right;
    margin-right: 0.5rem;
  }

  #main-nav .columnPitt:not(.active) .mobile-arrow-left {
    opacity: 0;
    pointer-events: none;
    display: none;
  }

  #main-nav .mega-dropdown {
    transform: unset;
    padding: 0;
  }

  #main-nav .techRow,
  #main-nav .courseRow,
  #main-nav .clothingRow {
    width: 100%;
    max-width: unset;
    flex-direction: column;
    gap: 0;
  }

  #main-nav .columnPitt {
    width: 100%;
  }

  #main-nav .columnPitt:not(.single-links) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  #main-nav .columnPitt.standalone > .MegaHeader {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }

  #main-nav .columnPitt.standalone > .MegaHeader:first-of-type {
    border-top: none;
  }

  #main-nav .nav-item > .dropdown-menu > li:not(:first-of-type) > .dropdown-item {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }

  #main-nav .dropdown-item {
    padding: 0.5rem 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
  }

  #main-nav .MegaHeader {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 0;
    margin-bottom: 0;
    font-family: roboto, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  #main-nav .MegaHeader:hover {
    cursor: pointer;
  }

  #main-nav .MegaHeader > a {
    font-family: roboto, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
  }

  #main-nav .columnPitt.image {
    display: none;
  }

  #main-nav .single-links > .MegaHeader {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  #main-nav .single-links > .MegaHeader:last-of-type {
    border-bottom: none;
  }

  #main-nav .mega-dropdown .sub-item-wrapper {
    display: none;
  }

  #main-nav .mega-dropdown .sub-item-wrapper > a {
    font-family: roboto, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  #main-nav .mega-dropdown .sub-item-wrapper > a:last-of-type {
    border-bottom: none;
  }

  #main-nav .dropdown-menu {
    opacity: 1;
    padding: 0;
  }
}
/* END NAV BAR */

/*------------End Main Menu------------*/

/*----------------Mega Dropdown--------*/
#main-nav .navbar-nav {
  gap: 1rem;
}
@media (max-width: 1024px) {
#main-nav .navbar-nav {
    gap: 0.5rem;
}
}
.MegaHeader {
  font-family: merriweather;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: bold;
}

h2.MegaHeader a {
  font-family: merriweather;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #1f1f1f !important;
  text-decoration: none;
  font-weight: bold;
}

.columnPitt {
  flex-basis: 25%;
}

.columnPitt.megaClothing1,
.columnPitt.megaClothing2,
.columnPitt.megaClothing3,
.columnPitt.megaClothing4,
.columnPitt.megaClothing5 {
  flex-basis: 20%;
}

.columnPitt a {
  color: #1f1f1f;
  font-family: roboto, sans-serif;
  font-size: 1rem;
  font-weight: normal;
}

.columnPitt.standalone > h2.MegaHeader a {
  font-size: 1.2rem;
  font-weight: bold;
}

/* .columnPitt.image {
  max-width: 175px;
} */

.columnPitt.image > img {
  min-width: 240px;
}

.techRow,
.courseRow,
.clothingRow {
  display: flex;
  width: 80%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  gap: 1rem;
}

.dropdownMega:hover .dropdownMega-content {
  display: block;
}

.mega-dropdown {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 1rem;
  border: none;
}

.dropdown-menu[data-bs-popper] {
  margin-top: 0;
}

.dropdown-menu[data-bs-popper]:not(.mega-dropdown) {
  left: unset;
}

/*----------------Mega Dropdown--------*/

/*----------------------Custom Pages----------------------*/
.pageAddress {
  margin-left: 4%;
}

.pageWrapper {
  padding-top: 0;
  padding-bottom: 50px;
  max-width: 80rem;
}
.pageWrapper a {
  font-size: 1rem;
}
.pageWrapper > p {
  margin-bottom: 1rem;
}
.pageHeader {
  text-align: center;
  font-weight: 600;
  margin: 1em 0;
}

.subHeader {
   font-weight: 600;
    margin: 1em 0 .5em 0;
    font-size: clamp(1.802rem, 0.952rem + 3.2vw, 2.488rem);
    font-family: merriweather;
}
.subHeader2 {
    margin: 1em 0 .5em 0;
    font-size: clamp(1.602rem, 1.017rem + 2.202vw, 2.074rem);
    font-family: merriweather;
}

.pageWrapper > a > img {
  margin-bottom: 15px;
  margin-left: 5%;
  max-width: 200px;
}

hr {
  display: block;
  height: 1px;
  color: #004f9e;
  background-color: #004f9e;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 35px;
  border: 1px solid #004f9e;
}
.pageAddress {
  margin-left: 2%;
  margin-bottom: 10px;
}
.header2 {
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  font-family: Merriweather;
  margin-bottom: 30px;
}
.header3 {
  text-align: center;
  margin-bottom: 25px;
  font-family: Merriweather;
}
.header3a {
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: Merriweather;
}

.video {
  margin-top: 25px;
  padding-bottom: 15px;
  text-align: center;
}
.customSection {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px;
  margin-right: 25px;
  margin-left: 25px;
}
@media (max-width: 1100px) {
  .customSection {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-right: 3%;
    margin-left: 3%;
  }
}
.customItem {
  max-width: 380px;
}
.center {
  text-align: center;
  padding-bottom: 20px;
}
table {
  margin-left: 2%;
}
.indent {
  margin-left: 3%;
}
.apple {
  display: flex;
  flex-direction: row;
  gap: 25px;
  justify-content: center;
  margin: 25px 25px;
}

.appleVerbiage {
  text-align: center;
  margin-top: 15px;
}

@media (max-width: 760px) {
  .apple {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
    margin: 25px 25px;
  }
}

/*----------------------End Custom Pages----------------------*/
/************* Start basic text styling (global) *********/
:root {
  --shadow-color: 216deg 25% 75%;
  --shadow-elevation-low: 0px 0.4px 0.6px hsl(var(--shadow-color) / 0), 0px 1.4px 2.1px hsl(var(--shadow-color) / 0.32);
  --shadow-elevation-medium: 0px 0.4px 0.6px hsl(var(--shadow-color) / 0), 0px 2.4px 3.6px hsl(var(--shadow-color) / 0.32), 0px 6.9px 10.4px hsl(var(--shadow-color) / 0.7);
  --shadow-elevation-high: 0px 0.4px 0.6px hsl(var(--shadow-color) / 0), 0px 4.5px 6.8px hsl(var(--shadow-color) / 0.13), 0px 8.6px 12.9px hsl(var(--shadow-color) / 0.27),
    0px 15.1px 22.7px hsl(var(--shadow-color) / 0.4), 0px 26.5px 39.8px hsl(var(--shadow-color) / 0.53);
  --nav-shadow-color: 0deg 0% 0%;
  --nav-shadow:
    0px 1px 1.5px hsl(var(--nav-shadow-color) / 0),
    0px 1.7px 2.6px hsl(var(--nav-shadow-color) / 0.04),
    0px 3.2px 4.8px hsl(var(--nav-shadow-color) / 0.08);
}
/*    .navbar{
         box-shadow: var(--shadow-elevation-low);
         z-index: 1;
         }*/
.section-row p,
.section-row ul,
.section-row li,
.section-row ol,
.section-row address {
  font-size: 1rem;
  font-weight: 400;
  font-family: roboto;
  margin-bottom: 2rem;
}
.section-row li,
.section-row ul,
.section-row ol {
  margin-bottom: 1rem;
}
.section-row ol,
.section-row ul {
  padding-inline-start: 2rem;
}
.section-row h1,
.section-row h2,
.section-row h3,
.section-row h4,
.section-row h5,
.section-row h6 {
  font-weight: 600;
  margin: 2rem 0 1rem;
  font-family: merriweather;
}
.section-row h1 {
  font-size: clamp(2.027rem, 0.839rem + 4.473vw, 2.986rem);
}
.section-row h2 {
  font-size: clamp(1.802rem, 0.952rem + 3.2vw, 2.488rem);
}
.section-row h3 {
  font-size: clamp(1.602rem, 1.017rem + 2.202vw, 2.074rem);
}
.section-row h4 {
  font-size: clamp(1.424rem, 1.047rem + 1.418vw, 1.728rem);
}
.section-row h5 {
  font-size: clamp(1.266rem, 1.05rem + 0.812vw, 1.44rem);
}
.section-row h6 {
  font-size: clamp(1.125rem, 1.032rem + 0.35vw, 1.2rem);
}
.section-row a {
  all: unset;
}
/************* End basic text styling (global) *********/
/****** START Button CSS (global class) ***********/
button.btn-default-pitt {
  --primary-color: #ffb81c;
  --secondary-color: #1f1f1f;
  --hover-color: #ffb81c;
  --arrow-width: 10px;
  --arrow-stroke: 2px;
  box-sizing: border-box;
  border: 0;
  border-radius: 50px;
  color: var(--secondary-color);
  padding: 1em 1.8em;
  background: var(--primary-color);
  display: flex;
  transition: 0.2s background;
  align-items: center;
  gap: 0.6em;
  font-weight: bold;
}

button.btn-default-pitt .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

button.btn-default-pitt .arrow {
  margin-top: 1px;
  width: var(--arrow-width);
  background: var(--primary-color);
  height: var(--arrow-stroke);
  position: relative;
  transition: 0.2s;
}

button.btn-default-pitt .arrow::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  border: solid var(--secondary-color);
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  display: inline-block;
  top: -3px;
  right: 3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}

button.btn-default-pitt:hover {
  background-color: var(--hover-color);
  --arrow-width: 15px;
}

button.btn-default-pitt:hover .arrow {
  background: var(--secondary-color);
}

button.btn-default-pitt:hover .arrow:before {
  right: 0;
}

/****** END Button CSS (global) ***********/
/****** START Flexbox styling (global) ***********/
.row-nbs {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 32px;
}

.row-nbs-wrap {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 600px) {
  .row-nbs-scroll {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 59%;
    overflow-x: auto;
    justify-content: unset;
    padding: 1rem;
    overscroll-behavior-inline: contain;
    gap: 1rem;
  }
  .row-nbs-scroll-promo {
    grid-auto-columns: 87%;
  }
}
/****** END Flexbox styling (global) ***********/
/***** START Section styling (global) ********/
.section-row {
  width: 80%;
  margin: auto;
  padding: 32px 0 32px 0;
  max-width: 80rem;
}
@media (max-width: 600px) {
  .section-row {
    width: unset;
    padding: 32px 16px 32px 16px;
  }
  .section-row-mobile-scroll {
    padding: 16px 0px 16px 0px;
  }
}
/***** END Section Styling (global) *********/
/****** START mobile snap scroll (global) *********/
@media (max-width: 600px) {
  .scroll-inline-snap {
    scroll-snap-type: inline mandatory;
    scroll-padding: 1rem;
  }
  .scroll-inline-snap > * {
    scroll-snap-align: start;
  }
}
/***** END mobile snap scroll (global) *********/
/***** START Promotion-Bento styling (section-specific) *********/
/*----------hero promotion--------*/
.hero-section {
  padding: 32px 0 32px 0;
}
.hero-section-2 {
  padding: 0 0 32px 0;
}
.hero-section img {
  border-radius: 16px;
  width: 80%;
  box-shadow: var(--shadow-elevation-low);
  transition: all 1.5s ease;
  max-width: 80rem;
  border: 1.5px solid hsl(219 100% 98%);
  display: flex;
  margin: auto;
}
.hero-section img:hover {
  border-radius: 32px;
  transition: all 0.5s ease;
  box-shadow: var(--shadow-elevation-medium);
}
@media (max-width: 600px) {
  .hero-section {
    padding: 32px 16px;
  }
  .hero-section-2 {
    padding: 0 16px 32px 16px;
  }
  .hero-section img {
    width: 100%;
  }
}
/*---------- header Paragraph styling ----------*/
.home-header-one {
  text-align: center;
}
.home-header-one h2,
h3,
h4,
h5,
h6 {
  margin: 0rem 0 1rem;
}
@media (max-width: 600px) {
  .home-header-one {
    text-align: left;
    padding: 0 32px 0 16px;
  }
}
/*----------Promotion-column--------*/
.promotion-col {
  flex-basis: 47%;
  flex-grow: 1;
  border-radius: 16px;
  text-align: left;
  overflow: hidden;
  transition: all 1s ease;
  cursor: pointer;
  border: 1.5px solid hsl(219 100% 98% / 0);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: var(--shadow-elevation-low);
  min-width: 33ch;
  background-color: white;
}
.promotion-col:hover {
  box-shadow: var(--shadow-elevation-medium);
  transition: 0.5s;
  border: 1.5px solid hsl(219 100% 98%);
}
.promotion-col img {
  width: 100%;
  border-radius: 16px 16px 0 0;
  transition: all 0.5s ease;
}
.promotion-col:hover img {
  width: 100%;
  transition: 0.5s;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}
.promotion-col p {
  padding: 0 0.5rem 0 0.5rem;
  margin: 0 0 1rem;
}

.promotion-col h3 {
  padding: 0 0.5rem 0 0.5rem;
  margin: 1rem 0;
  text-align: left;
  font-size: clamp(1.125rem, 1.032rem + 0.35vw, 1.2rem);
}
.promotion-col button {
  margin: 0 0 1rem 0.5rem;
  margin-top: auto;
}
@media (max-width: 600px) {
  .promotion-col p {
    display: none;
  }
  .promotion-col {
    max-width: unset;
  }
}
/***** END Promotion-Bento styling (section-specific) *********/
/***** START Product Row styling (section-specific) *********/
.apparel-grid {
  flex-basis: 21%;
  flex-grow: 1;
  border-radius: 16px;
  overflow: hidden;
  transition: all 1s ease;
  border: 1.5px solid hsl(219 100% 98%);
  background-color: white;
  cursor: pointer;
  box-shadow: var(--shadow-elevation-low);
}
.apparel-grid:hover {
  box-shadow: var(--shadow-elevation-medium);
  transition: 0.5s;
  border-radius: 32px;
}
.apparel-grid-img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
.apparel-grid-header h3 {
  text-align: center;
  font-weight: 600;
  font-size: clamp(1.125rem, 1.032rem + 0.35vw, 1.2rem);
  padding: 0 1rem 0 1rem;
  margin: 1rem 0 1rem;
}
.apparel-grid-body p {
  text-align: center;
}
/***** END Product Row styling (section-specific) *********/
/***** START services mid styling (section-specific) ********/
.services-mid {
  flex-basis: 47%;
  flex-grow: 1;
  border-radius: 16px;
  overflow: hidden;
  transition: all 1s ease;
  border: 1.5px solid hsl(219 100% 98%);
  box-shadow: var(--shadow-elevation-low);
  align-content: center;
  padding: 32px;
  background: url(https://www.pittuniversitystore.com/SiteImages/178-SchoolImages/178-NewUniversityOnFifth/178-node-pattern-desktop.jpg) no-repeat white;
  background-position: bottom right;
  background-size: auto 225px;
}
.services-mid p {
  max-width: 77ch;
}
/***** END services mid styling (section-specific) ********/
/***** START Mid Hero styling (section-speicifc) *********/
.single-mid-hero {
  flex-basis: 47%;
  flex-grow: 1;
  border-radius: 16px;
  overflow: hidden;
  transition: all 1s ease;
  border: 1.5px solid hsl(219 100% 98%);
  box-shadow: var(--shadow-elevation-low);
  align-content: center;
  background: url(https://www.pittuniversitystore.com/SiteImages/178-SchoolImages/178-NewUniversityOnFifth/178-node-pattern-desktop.jpg) no-repeat white;
  background-position: bottom right;
  background-size: auto 225px;
}
.single-mid-hero img{
  width: 100%;
  height: 100%;
  max-height: 75vh;
  object-fit: contain;
  display: flex;
  border: unset;
  background: white;
  cursor: pointer;
}
.single-mid-hero-body {
  padding: 32px;
}
/***** END Mid Hero styling (section-speicifc) *********/
/****** START Mobile parent scroll container (section-specific) **********/
@media (max-width: 600px) {
  .apparel-tech-row-mobile {
    display: flex;
    flex-direction: column;
    background-color: #f1f6ff;
    border: 1.5px solid hsl(219 100% 98%);
    margin: 32px 0;
  }
  .promotion-row-mobile {
    display: flex;
    flex-direction: column;
    border: 1.5px solid hsl(219 100% 98%);
    background-color: #f1f6ff;
    margin: 32px 0;
  }
}
/*********END Mobile parent container (section-specific) ************/
/*********START Map container (section-specific) ************/
.section-row-mid-hero {
  width: 80%;
  margin: auto;
  padding: 16px 0 32px 0;
}
.single-mid-map-wrapper {
  flex-basis: 47%;
  flex-grow: 1;
  border-radius: 16px;
  overflow: hidden;
  transition: all 1s ease;
  border: 1.5px solid hsl(219 100% 98%);
  box-shadow: var(--shadow-elevation-low);
  align-content: center;
  min-width: 435px;
  background: url(https://www.pittuniversitystore.com/SiteImages/178-SchoolImages/178-NewUniversityOnFifth/178-node-pattern-desktop.jpg) no-repeat white;
  background-position: bottom right;
  background-size: auto 225px;
}
.single-mid-map-body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
}
.single-mid-map-body p {
  margin: 2rem 0 1rem 0;
  font-style: italic;
}
.google-map {
  height: 100%;
  min-height: 500px;
}

.google-map iframe {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 570px) {
  .single-mid-map-wrapper {
    min-width: unset;
  }
}
@media (max-width: 600px) {
  .single-mid-map-body {
    text-align: left;
    align-items: start;
  }
}
/*********END Map Container (section-specific) ************/
/*----------------------------Footer------------------------------*/
.footerPitt {
  background-color: #003594;
}
.innerFooter {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  color: #ffffff;
}
.footerItem.one {
  min-width: 20%;
  max-width: 20%;
}
#logo-footer{
padding: 4px;
background-color: white;
margin-bottom: 8px;
max-height: 64px;
}
.footerItem.one p {
  color: white;
}
.footerItem.two {
  min-width: 60%;
  max-width: 60%;
  display: flex;
  justify-content: center;
}
.footerItem.two > div {
  display: flex;
  width: 100%;
  justify-content: center;
}
.footerItem.two > div > .left,
.footerItem.two > div > .right {
  min-width: 50%;
  max-width: 50%;
  display: flex;
}
.footerItem.two > div > .left {
  justify-content: flex-end;
  margin-right: 40px;
}

.footerItem.two > div > .right {
  margin-left: 40px;
}
.footerItem.four {
  min-width: 20%;
  max-width: 20%;
  display: flex;
  justify-content: flex-end;
}

.footerHeader {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
.socialHeader {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin-left: 12%;
}
.footerItem a {
  color: #ffffff;
}
.social > a > img {
  margin-left: 7px;
  max-height: 27px;
  height: 40px;
  width: auto;
}
@media (max-width: 991px) {
  .innerFooter {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    align-items: center;
    gap: 32px;
  }

  #footer-nav {
    padding: 0;
  }

  #footer-nav > .inner-wrapper {
    width: 80%;
    padding-top: 32px;
    padding-bottom: 32px;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  #footer-nav .navbar-nav > li > a {
    justify-content: flex-start;
  }

  .footerItem.one,
  .footerItem.two,
  .footerItem.two > div > .left,
  .footerItem.two > div > .right,
  .footerItem.four {
    min-width: 100%;
    max-width: 100%;
  }

  .footerItem.two > div {
    flex-direction: column;
    gap: 32px;
  }

  .footerItem.two > div > .left {
    justify-content: flex-start;
    margin-right: 0;
  }

  .footerItem.two > div > .right {
    margin-left: 0;
  }

  .footerItem.four {
    justify-content: flex-start;
  }

  .socialHeader {
    margin-left: 0;
  }

  .social {
    margin-left: -8px;
  }
}

/*----------------------------End Footer------------------------------*/