body {
  font-family: 'Inter', serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.4;
}
@media (min-width: 576px) {
    .col-sm-10 {
        flex: 0 0 auto;
        width: 100%;
    }
}


#ContainDiv{
min-height: 480px !important;
}
.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;
}
#ContainDiv {
  min-height: 410px;
}
/*----------tipTopSection--------*/
.tipTopWrapper {
  background-color: #003594;
  color: #ffffff;
 border-bottom: 3.5px solid;
 border-color: #FFB81C;
}
.tipTopWrapper1 {
  background-color: #003594;
  color: #ffffff;
}
#h_nav > .container-fluid {
  padding-left: 0 !important;
}

.tipTopLeft a,
.tipTopRight a {
  color: #ffffff;
  /*margin-right: 3%;*/
  font-size: 14px;
}
.tipTopLeft {
  float: left;
  margin-top: 5px;
}

.tipTopRight {
  float: right;
  margin-top: 5px;
  margin-right: 2%;
}
@media (min-width: 768px) {
  .tipTopWrapper {
    max-height: 29px !important;
  }
  .tipTopWrapper1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .tipTopWrapper {
    display: none;
  }
  .tipTopRight {
    text-align: center;
    margin-top: 5px;
    width: 100%;
    margin-left: 0;
    margin-right: 2%;
  }
  .tipTopLeft {
    text-align: center;
    margin-top: 5px;
    width: 100%;
    margin-left: 0;
  }
  .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;
  }
}

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

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

#h_nav {
  min-height: 10px;
  background-color: transparent;
}
.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;
}
#h_nav .navbar-collapse {
  display: flex !important;
}
#h_nav .navbar-nav > li > a {
  background-color: transparent;
}
/*------------End Native H Menu--------*/

/*----------MenuWrapper------*/
.topWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (max-width: 1300px) {
  /*.topWrapper{
  flex-direction: column;*/
}

.topIcon {
  font-size: 36px !important;
  color: #004f9e !important;
}

.topIcon.searchIcon,
.topIcon.menuIcon {
  display: none;
}

.topItem.search-here {
  display: flex;
}

.rightSide {
  display: flex;
  flex-direction: row;
  gap: 7px;
  /* margin-top: 21px; */
}
#logo {
  max-height: 130px;
}

@media (max-width: 991px) {
  #nav2 .navbar-toggler {
    display: none;
  }

  .topWrapper {
    flex-wrap: wrap;
  }

  .topItem.search-here {
    display: none;
    order: 3;
    width: 100%;
  }

  .topItem.middle {
    order: 4;
    width: 100%;
  }

  .topIcon.searchIcon,
  .topIcon.menuIcon {
    display: block;
  }

  .topIcon.searchIcon:hover,
  .topIcon.menuIcon:hover {
    cursor: pointer;
  }

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

  #logo {
    max-height: 75px;
  }
}

/*----------End MenuWrapper------*/
/* NAV BAR */
#nav2 .navbar-nav {
  width: 100%;
  text-align: center;
  margin: 0px;
  color: #004f9e;
  justify-content: center;
}
#nav2 .navbar-nav > li > a {
  color: #004f9e;
}
.dropdown-menu > li > a {
  color: #004f9e;
}

#nav2 .navbar-nav > li {
  float: none;
  display: inline-block;
}

#nav2 .navbar {
  min-height: 50px;
  position: relative;
}
#outerNavbarWrapper {
  background-color: #fff;
}
#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;
}

#nav2 .navbar-nav > .dropdown {
  font-weight: bold;
  font-size: 17px;
}

#nav2 .navbar-nav > li > .dropdown-menu a:link {
  font-weight: bold;
  font-size: 17px;
}

#nav2 .navbar-nav a:link {
  font-weight: bold;
  font-size: 17px;
}

#nav2 .navbar-nav > li > a {
  padding-left: 13px;
  padding-right: 13px;
  justify-content: flex-start;
}
#nav2 .navbar-default .navbar-nav > .active > a {
  background-color: #f0f0f0;
}
#nav2 .navbar-nav > li > a:hover {
  color: #004f9e !important;
  background-color: #e7e7e7 !important;
}

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

@media (max-width: 991px) {
  #nav2 .dropdown-menu:not(.show) {
    display: none;
  }
}

@media (max-width: 767px) {
  #innerNavbarWrapper {
    flex-direction: column;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-item {
    display: block;
    width: 100%;
    text-align: center;
  }
  #mainNavbar {
    flex-direction: column;
  }

  #mainNavbar > * {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  #nav2 .navbar-nav > li > .dropdown-menu > li > a {
    text-align: center;
  }
}

/* END NAV BAR */

/*------------ Accent Bar --------------*/
div.header-ribbon{
        background-color: #003594;
        max-width: vw;
        height: 19.3px;
        border-top: 3.5px solid;
        border-color: #FFB81C;
    }
@media (max-width: 768px) {
 .header-ribbon {
    max-width: 0;
    max-height: 0;
  }
}
/*------------ Header Message --------------*/

.header-message{
background-color: #ffd272;
      text-align: center;
      padding: 10px 10px;
      font-weight: bold;
      border-bottom: 1px solid #ccc;
}
/*---------- New Home Page Modules------------*/
.hero-section {
  min-height: 75vh;
  width: 100%;
  background-image: linear-gradient(#030d1fb3, #030d1fb3), url(https://insitestore3.mbsbooks.com/newpittshopsandbox/SiteImages/178-SchoolImages/178-NewPittShop/178-pitt-shop-building.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.text-box {
  width: 90%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.text-box h1 {
  font-size: 2.986rem;
}
@media (max-width: 700px) {
  .text-box h1 {
    font-size: 2.986rem;
  }
}
.text-box p {
  margin: 16px 0 40px;
  font-size: 1rem;
  color: #fff;
}
.hero-btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 13px;
  background: transparent;
  position: relative;
  cursor: pointer;
  font-size: 1rem;
}
.hero-btn:hover {
  border: 1px solid #ffb81c;
  background: #ffb81c;
  transition: 1s;
}
/*----------- Promotions -------------*/
.promotion {
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 40px;
}
.promotion-col {
  flex-basis: 50%;
  border-radius: 16px;
  text-align: left;
  overflow: hidden;
  transition: all 0.5s ease;
}
.promotion-col:hover {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.promotion-col img {
  width: 100%;
  border-radius: 16px;
  transition: all 0.5s ease;
}
.promotion-col:hover img {
  width: 100%;
  border-radius: 0px;
  transition: 0.5s;
}
.promotion-col p {
  padding: 8px;
}
.promotion-col h3 {
  padding: 8px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 768px) {
  .promotion-col p {
    padding: 0px 8px 24px 8px;
  }
  .promotion-col h3 {
    padding: 24px 8px 8px 8px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
  }
}
@media (max-width: 1042px) {
  .promotion-col {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
  }
  .promotion-col:hover {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
  }
  .promotion-col img {
    border-radius: 0px;
  }
}
/*------------- Apparel Brands -------------*/

.brand {
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 32px;
}
.brand-background {
  width: 100%;
  background-image: url(https://insitestore3.mbsbooks.com/newpittshopsandbox/SiteImages/178-SchoolImages/178-NewPittShop/178-brand-background.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  margin-top: 2%;
  margin-bottom: 32px;
}

.brand-col {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}
.brand-col img {
  width: 100%;
  display: block;
}
.brand-col:hover {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  transform: scale(1.025);
}
/*----------newsletter----------*/

.newsletter {
  margin: 32px auto 32px auto;
  width: 80%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(https://insitestore3.mbsbooks.com/newpittshopsandbox/SiteImages/178-SchoolImages/178-NewPittShop/178-newsletter-image-ps.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 16px;
  text-align: center;
  padding: 56px 16px;
}
.newsletter h1 {
  color: white;
  margin-bottom: 40px;
  padding: 0;
  font-size: 2.986rem;
}

@media (max-width: 700px) {
  .newsletter h1 {
    font-size: 1.44rem;
    padding: 16px;
  }
}
/*------------- Staff Picks -------------*/
.staff-picks {
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 32px;
}
.staff-picks-col {
  flex-basis: 33%;
  border-radius: 16px;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  background: #FFFFFF;
}
.staff-picks-col:hover {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.staff-picks-col img {
  width: 100%;
}
.staff-picks-col p {
  padding: 0;
  margin: 0px 10px 15px;
}
.staff-picks-col h3 {
  text-align: left;
  margin: 15px 10px 15px;
}
@media (max-width: 768px) {
  .staff-picks-col {
    flex-basis: 33%;
  }
}
/*-------------- Our Top Collections ----------------*/

.item-collection {
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 32px;
}
h1.home-header-one {
  font-size: 2.986rem;
  font-weight: 600;
}
p.home-paragraph{
  color: #1f1f1f !important;
  font-size: 1rem;
  font-weight: 300;
  line-height: 22px;
  padding: 8px;
}
.row-nbs {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 32px;
}
.row-nbs-wrap {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 32px;
  flex-wrap: wrap;
  
}
a.fill-div{
        all: unset;
        display: block;
        max-width: 100%;
        cursor: pointer;
        text-decoration: none;
}
.item-collection-col {
  flex-basis: 31%;
  background: #FFB81C;
  border-radius: 16px;
  padding: 24px 12px;
  box-sizing: border-box;
  transition: 0.5s;
}
h3.home-header-three {
  text-align: center;
  font-weight: 600;
  font-size: 2.074rem
  margin: 10px 0;
}
.item-collection-col:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .row-nbs {
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .row-nbs-wrap {
    flex-direction: column;
    gap: 32px;
  }
}
/*-------End Home Page Modules------*/
/*----------------------footer--------*/
.footerWrapper {
  background-color: #003493;
  width: 100%;
}

.innerFooter {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 90px;
  align-items: center;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 40px;
}
@media (max-width: 1045px) {
  .innerFooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 90px;
    align-items: center;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.one {
  line-height: 100%;
}
.innerFooter a {
  color: #ffffff;
  font-size: 1rem;
}
.two {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 550px) {
  .two {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
  }
}
.social > a > img {
  margin-left: 7px;
  width: 40px;
  height: 40px;
}
.title {
  font-weight: bold;
  padding-bottom: 7px;
  margin-left: 28%;
  font-size: 18px;
}

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

/*----------------------Custom Pages----------------------*/
.pageWrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pageWrapper a {
  font-size: 1rem;
}
.pageWrapper > p {
  margin-bottom: 15px;
}
.pageHeader {
  text-align: center;
  color: #003594;
  font-weight: bold;
  font-size: 35px;
}

.subHeader {
  font-weight: bold;
  font-size: 23px;
  margin-top: 15px;
  color: #004f9e;
}
.subHeader2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #000000;
}
.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;
}
/*----------------------End Custom Pages----------------------*/
