/*Top Section************************************************************/
/*Top Banner*/
#topBanner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 5px 8%;
  background-image: url(https://belmontbruinshop.com/SiteImages/3-SchoolImages/3-Redesign2023/3-Header-Image-OPT-2.jpg);
  background-size: cover;
  background-position: 0% 50%;
}
/*Notifications box*/
#notif-banner {
  color: var(--main-white);
  background-color: var(--secondary-color);
  font-size: 17px;
  padding: 10px;
  text-align: center;
  border: 2px outset var(--secondary-color);
}
#heroLogo {
  display: block;
  width: 70%;
}
#topBannerRight {
  display: flex;
  flex-direction: column;
  min-width: 300px;
}
/*Search bar*/
#H_Search {
  margin: 0;
  display: none;
}
#mobileSearch {
  width: 90%;
  margin: auto;
  min-height: 40px;
}
#searchContainer {
  min-height: 45px;
}
#searchContainer #H_Search,
#mobileSearch.active #H_Search {
  display: block;
  max-width: 100%;
}
#H_Search input[type="text"]:focus {
  box-shadow: none;
}
#H_Search ::placeholder {
  color: var(--main-white);
}
#H_Search button.btn.btn-default.searchMerchHor-button,
#H_Search input[type="text"] {
  background-color: #001d54a9;
  color: var(--main-white);
  height: unset;
  border: 2px outset var(--primary-color);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#miniNavWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background-color: #001d54a9;
  padding: 10px 25px;
  border: 2px outset var(--primary-color);
  border-radius: 60px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.largeNavOnly {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;

  list-style-type: none;
  padding: 0;
  margin: 0;
}
.largeNavOnly a {
  font-size: 17px;
  color: var(--main-white);
  text-decoration: none;
}
#socialLinks a {
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  font-size: 22px;
  border-radius: 50%;
  border: 2px outset var(--primary-color);
}
#socialLinks a:hover,
#accountLinks.largeNavOnly a:hover {
  border-style: inset;
}
#socialLinks.largeNavOnly div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-right: 15px;
  border-right: 2px dotted var(--main-white);
}
#accountLinks.largeNavOnly a {
  background-color: #b21029c7;
  padding: 3px 10px;
  border: 2px outset var(--secondary-color);
  border-radius: 20px;
}
/*Navbar*/
/*Fixing intrusive default styles*/
#shinyNew .navbar-nav > li.open > a {
  background-color: unset;
}
#shinyNew ul.dropdown-menu {
  margin: 0;
  border: none;
}
#shinyNew {
  background-color: var(--primary-color);
  padding: 0;
}
/*Navbar logo*/
a.navbar-brand,
ul.mobileNavOnly {
  display: none;
}
#shinyNew > .container-fluid {
  flex-direction: row-reverse;
}
/*Link colors (top level)*/
#shinyNew li.nav-item > a {
  color: var(--main-white);
  font-size: clamp(12px, 1.25vw, 18px);
  font-weight: 450;
  white-space: nowrap;
}
/*Carrots after dropdown menus*/
#shinyNew .dropdown-toggle::after {
  display: none;
}
#shinyNew .nav-item.dropdown .dropdown-menu {
  background-color: var(--primary-color);
  border-radius: 0;
}
#shinyNew .nav-item.dropdown .dropdown-menu a.dropdown-item {
  color: var(--main-white);
}
.dropdown-menu-end {
  right: 0;
  left: auto;
}
/*Content Section********************************************************/
/*Divider Badges*/
.divider-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 10px 0px;
}
.badge-bar {
  width: 100%;
  border: 5px outset var(--secondary-color);
  box-shadow: var(--box-shadow);
}
.badge-header {
  background-color: var(--primary-color);
  color: var(--main-white);
  border: 2px outset var(--primary-color);
  border-radius: 50px;
  padding: 5px 10px;
  white-space: nowrap;
  margin: 0;
  font-size: clamp(15px, 1.8vw, 40px);
}
h2.badge-header span {
  color: var(--secondary-color);
  text-shadow: 1px 1px 1px #ff2727;
}
/*Bottom Section*********************************************************/
/***Footer***/
.footer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  row-gap: 20px;

  background-color: var(--primary-color);
  padding: 15px 10%;
}
.footer-section {
  margin: 0 auto;
}
.footer-header {
  color: var(--main-white);
  border-bottom: 2px solid var(--main-white);
  margin-bottom: 5px;
  font-size: clamp(20px, 1vw, 28px);
}
.footer-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-list,
.footer-list a {
  color: var(--main-white);
  text-decoration: none;
  font-size: clamp(16px, 1vw, 18px);
}
/*Cards and Buttons*/
.card-header {
  background-color: var(--primary-color);
  border: 2px outset var(--primary-color);
  border-radius: 0;
  box-shadow: var(--box-shadow);
  padding: 6px;
  color: var(--main-white);
  text-align: center;
  font-size: 25px;
}
.btn-primary {
  background-color: var(--secondary-color);
  border: 2px outset var(--secondary-color);
  border-radius: 0;
  box-shadow: var(--box-shadow);
  color: var(--main-white) !important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
  background-color: var(--secondary-color-alt);
  border: 2px inset var(--secondary-color);
  box-shadow: none;
}
/*General Styling and Overrides******************************************/
#ContainDiv,
#contentSection {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.customBanner {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#div_privacy,
#Server,
.pageHelp {
  display: none;
}
.dynamicLink {
  font-size: 18px;
  color: var(--text-color);
}
body {
  color: var(--text-color);
}
.card,
.border {
  border: none;
}
/*Media Queries******************************************/
@media (max-width: 768px) {
  .footer {
    text-align: center;
  }
}
/*Large screen*/
@media (min-width: 769px) {
  #shinyNew .collapse.navbar-collapse {
    justify-content: center;
  }
}
/*Large screens*/
@media (min-width: 991px) {
  #shinyNew .nav-item.dropdown .dropdown-menu {
    border-top: none;
    background-color: #001d54eb;
  }
  #shinyNew .nav-item.dropdown .dropdown-menu a.dropdown-item:hover {
    background-color: #001743;
  }
}
/*Small screens*/
@media (max-width: 991px) {
  #topBanner {
    display: none;
  }
  #notif-banner {
    font-size: 14px;
    padding: 1px;
    border: 1px outset var(--secondary-color);
  }
  a.navbar-brand {
    display: block;
    width: 40%;
    max-width: 250px;
  }
  #shinyNew .dropdown-menu > li > a {
    font-size: 17px;
    background-color: var(--primary-color) !important;
    color: white !important;
  }
  #shinyNew li.nav-item > a {
    justify-content: flex-start;
    font-size: 18px;
  }
  /*Mini nav shifted to menu*/
  ul.mobileNavOnly {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  ul.mobileNavOnly .long-link {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    padding: 0 5px;
  }
  ul.mobileNavOnly .long-link a {
    text-align: center;
    font-size: 22px;
    line-height: 1;
    margin: 8px 0;
    color: var(--main-white);
  }
  /*Mobile 'hamburger' icon*/
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .navbar-toggler:active,
  .navbar-toggler:focus,
  .navbar-toggler:hover {
    background-color: transparent !important;
    box-shadow: none;
  }
  .navbar-toggler[aria-expanded="true"] {
    transform: rotate(90deg);
    transition: 0.5s;
  }
  .navbar-toggler[aria-expanded="false"] {
    transform: rotate(0deg);
    transition: 0.5s;
  }
  /*Dropdown menus on mobile*/
  #shinyNew .nav-item.dropdown .dropdown-menu {
    padding: 0 10px;
    border-top: 1px dotted rgba(255, 255, 255, 0.559);
    border-bottom: 1px dotted rgba(255, 255, 255, 0.559);
  }
  #shinyNew .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 5px 20px;
  }
  .badge-bar,
  .divider-badge.noSmall {
    display: none;
  }
  .divider-badge {
    margin: 10px 0 0 0;
  }
  .badge-header {
    box-shadow: none;
    border: none;
    border-radius: 0;
    width: 100%;
    text-align: center;
  }
  body {
    margin-bottom: 0;
  }
}
@font-face {
  font-family: "gothic";
  src: url("/StoreFiles/3-SchoolFiles/3-Fonts/3-Trade%20Gothic%20LT%20Extended.ttf");
}
/*Root styles*/
:root {
  --box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  --primary-color: #001d54;
  --secondary-color: #b21029;
  --secondary-color-alt: #8d0d20;
  --text-color: #3d3d3d;
  --main-white: #ffffff;
}