:root {
  --clr-blue: hsl(209, 100%, 32%);
  --clr-blue-lt: hsl(209, 100%, 45%);
  --clr-blue-dk: hsl(214, 82%, 26%);
  --clr-yellow: #ffc600;
  --clr-yellow-dk: #d4a704;
}
@media (min-width: 992px) {
.coRightSticky {
  position: static !important;
}
}
nav#iCM_Menu {
    z-index: 5;
}
h1,
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}

p,
a,
span,
li {
  font-family: "Open Sans", sans-serif;
}

#ContainDiv {
  /* min-height: 3000px; */
  margin-top: 210px;
}

#contentSection {
  min-height: 550px;
}

@media (max-width: 767px) {
  #ContainDiv {
    margin-top: 50px;
  }
}

#H_Search {
  width: 100%;
}

#H_Search.max_width300 {
  max-width: 800px;
  display: flex;
  justify-content: center;
}

#H_Search > .form-group {
  margin-right: 0;
  margin-bottom: 0;
}

#H_Search > .form-group.width80p {
  width: calc(100% - 40px);
}

input.searchBox {
  border-radius: 10px 0 0 10px;
}

button.searchMerchHor {
  border-radius: 0 10px 10px 0;
  width: 40px;
  height: 34px;
}

/* BANNER START */
#banner-wrapper {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 3;

  background-image: url(/SiteImages/79-SchoolImages/79-2021_redesign/79-logo/79-banner_background.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100px;
}
#banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
}

#banner > .item:first-child,
#banner > .item:last-child {
  flex-basis: 25%;
}

#banner > .item:last-child {
  display: flex;
  justify-content: flex-end;
}

#banner > .item > a > img {
  width: 60%;
  padding-top: 5px;
}

#banner > .item > a > .fa {
  font-size: 30px;
  color: white;
}

#banner > .item > a:not(:last-child) > .fa {
  padding-right: 20px;
}

#banner > .item > a:hover,
#banner > .item > a:focus {
  text-decoration: none;
}

#banner > .item > a > .fa:hover,
#banner > .item > a > .fa:focus {
  color: var(--clr-blue-dk);
  transition: color 0.5s ease;
}

@media (max-width: 1275px) {
  #banner > .item:first-child {
    flex-basis: 30%;
  }

  #banner > .item:nth-child(2) {
    flex-basis: 30%;
  }

  #banner > .item > a > .fa {
    font-size: 24px;
  }

  #banner > .item > a:not(:last-child) > .fa {
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  #banner-wrapper {
    height: 100%;
    position: static;
  }

  #banner {
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #banner > .item > a > img {
    margin-left: auto;
    margin-right: auto;
  }

  #banner > .item > a > .fa {
    font-size: 30px;
  }

  #banner > .item > a:not(:last-child) > .fa {
    padding-right: 20px;
  }
}
/* BANNER END */

/* BUTTONS */
.btn-primary {
  border-color: var(--clr-blue);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--clr-blue-lt);
  color: var(--clr-yellow);
  transition: color, background-color 0.5s ease;
}

/* FOOTER START */
#BottomSection {
  margin-top: 40px;
}

#footer-wrapper {
  background-color: var(--clr-blue-dk);
}

#footer {
  display: flex;
  gap: 50px;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 25px;
}

#footer > .item,
#footer > .item > .sub-item {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex-basis: 25%;
}

#footer > .item {
  padding: 10px;
}

#footer > .item > .sub-item {
  gap: 0px;
  /* align-self: center; */
}

/* #footer > .item > .sub-item > a > img {
  width: 100%;
} */

#footer > .item > .sub-item > h4 {
  font-size: 12px;
  color: var(--clr-yellow);
  text-transform: uppercase;
  font-weight: 700;
}

#footer > .item > .sub-item > p,
#footer > .item > .sub-item > .flex-align > .item > .left > p,
#footer > .item > .sub-item > .flex-align > .item > .right > p {
  color: white;
  font-size: small;
}

#footer > .item > .sub-item > a {
  color: white;
  font-size: small;
  /* padding-top: 10px; */
}

#footer > .item > .sub-item > .flex-align > .item {
  display: flex;
  /* justify-content: space-between; */
}

#footer > .item > .sub-item > .flex-align > .item > .left {
  flex-basis: 50px;
}

#footer > .item > .sub-item > .sub-item-row {
  display: flex;
  gap: 15px;
}

#footer > .item > .sub-item > .sub-item-row > a > .fa {
  font-size: 30px;
  color: white;
}

@media (max-width: 1300px) {
  #footer {
    width: 100%;
  }
}

@media (max-width: 850px) {
  #footer {
    gap: 15px;
  }
}

@media (max-width: 767px) {
  #footer {
    flex-direction: column;
    gap: 10px;
  }

  #footer > .item > .sub-item > a > img {
    width: 60%;
  }

  #footer > .item > .sub-item {
    align-self: flex-start;
  }

  #footer > .item > .sub-item > .flex-align > .item {
    justify-content: flex-start;
  }
}
/* FOOTER END */

/* DEFAULT inSite START */
#h_nav,
#Server,
#div_privacy,
footer {
  display: none;
}

.control {
  margin-top: 300px;
}
/* DEFAULT inSite END */

/* Nav bar */

/* Yamm!3 - Yet another megamenu for Bootstrap 3 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}

.yamm .nav {
  margin-left: auto;
  margin-right: auto;
}

.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: 15%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 6px 12px rgba(58, 58, 58, 85%);
}

@media (max-width: 1260px) {
  .yamm .dropdown.yamm-fw .dropdown-menu {
    width: 100%;
  }

  .yamm .dropdown-menu {
    left: 0;
  }
}

@media (max-width: 767px) {
  .yamm .dropdown.yamm-fw .dropdown-menu {
    box-shadow: none;
    width: 100%;
  }
}

#mmnavbar-collapse {
  display: flex !important;
  justify-content: center;
}

.yamm-row-flex {
  display: flex;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  gap: 10%;
  /* justify-content: center; */
}

.yamm-col-flex {
  min-width: 100px;
}

.yamm-col-flex.top-level-section {
  width: 50%;
  display: flex;
  gap: 10%;
  /* justify-content: center; */
}

.yamm-col-flex.top-level-section > .sub-section > a {
  /* font-size: 16px; */
}

.yamm-col-flex > ul {
  list-style-type: none;
  padding: 0;
  color: white;
}

.yamm-col-flex h4 {
  color: white;
  display: block;
}
.yamm-col-flex h2 {
  color: white;
  font-size: 16px;
}
.yamm-col-flex a {
  display: block;
  color: white;
  line-height: 1.7;
  padding-bottom: 10px;
}
.yamm-col-flex a:hover,
.yamm-col-flex a:focus {
  color: var(--clr-yellow);
  transition: color 500ms ease;
  cursor: pointer;
}

.yamm-col-flex > hr.xpad {
  margin-top: 60px;
}

.navbar-default .navbar-nav > li > a {
  font-size: 1.1rem;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
}
.navbar {
  padding: 0px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: var(--clr-yellow);
  background-color: transparent;
  transition: color 500ms ease;
  cursor: pointer;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: var(--clr-yellow);
  transition: color 500ms ease;
}
.navbar-expand-md .navbar-collapse {
  justify-content: center;
}
@media (max-width: 838px) and (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .yamm-row-flex {
    flex-direction: column;
    width: 100%;
  }
.navbar-nav > li > a {
  min-height: 0px;
}

  .yamm-col-flex h2 {
    font-size: 20px;
  }
}

.navbar-default {
  background-color: var(--clr-blue);
  border: none;
  border-radius: 0;
  position: fixed;
  top: 150px;
  left: 0;
  width: 100%;
  z-index: 2;
  box-shadow: 0 6px 12px rgba(58, 58, 58, 85%);
}

@media (max-width: 767px) {
  .navbar-default {
    top: 250px;
    position: static;
  }

  .yamm-col-flex > hr.xpad {
    /* margin-top: 0; */
  }

  .yamm-col-flex.top-level-section {
    flex-direction: column;
  }

  .yamm-row-flex {
    align-items: center;
  }
}

.dropdown-menu {
  background-color: var(--clr-blue);
}

/* End nav bar */

/* Custom Pages */
.customInfo-wrapper {
  margin-top: 20px;
}

.customInfo-header {
  background-image: url(/SiteImages/79-SchoolImages/79-2021_redesign/79-page_headers/79-returns_and_exchanges.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 2.8;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(1px 1px 0.75rem black);
  height: 300px;
  width: 100%;

}
.customInfo-header > h1 {
  color: white;
  font-size: 5vw;
  font-weight: 700;
  filter: drop-shadow(1px 1px 0.75rem black);
  text-align: center;
}

.customInfo-panel {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.customInfo-panel > .item > h4 {
  /* background-color: var(--clr-blue-dk); */
  /* border: 1px solid var(--clr-blue); */
  display: inline-block;
  padding: 10px;
  color: var(--clr-blue-dk);
  font-size: 24px;
}

.customInfo-panel > .item > .sub-panel > .table > thead > tr > th {
  color: var(--clr-blue);
}

.customInfo-panel > .item > .sub-panel {
  /* border: 1px solid rgb(53, 53, 53); */
  padding: 10px;
}

.customInfo-panel > .item > .sub-panel > p,
.customInfo-panel > .item > .sub-panel > p > a,
.custonInfo-panel > .item > .sub-panel > p > strong > a,
.customInfo-panel > .item > .sub-panel > ol > li,
.customInfo-panel > .item > .sub-panel > ul > li,
.customInfo-panel > .item > .sub-panel > ul > li > a {
  font-size: 18px;
  padding-bottom: 8px;
}

.customInfo-panel-landing {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.customInfo-panel-landing > .item {
  display: flex;
  justify-content: center;
  align-items: flex-end;

  background-image: url(https://via.placeholder.com/400x250);
  background-position: center center;
  background-repeat: no-repeat;

  width: 400px;
  height: 250px;
  background-size: cover;
  
}

.customInfo-panel-landing > .item > a.btn-primary {
  padding: 10px 20px 10px 20px;
  font-size: 20px;
  margin-bottom: 20px;
  filter: drop-shadow(1px 1px 0.65rem black);
}

@media (max-width: 767px) {
  .customInfo-panel-landing {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 20px; */
  }
}
/* End Custom Pages */

/* Scrolling alerts */
#scrollingAlerts-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 3;
  background: var(--clr-blue);
}

#scrollingAlerts {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#scrollingAlerts > p,
#scrollingAlerts > a > p {
  color: white;
  font-size: 1.1rem;
  text-align: center;
}

@media (max-width: 767px) {
  #scrollingAlerts-wrapper {
    position: static;
  }
}
/* End Scrolling alerts */

/* Merch BREADCRUMB */
ul.breadcrumb,
a.pageHelp {
  display: none;
}
/* END Merch BREADCRUMB */

/* PANELS */

.panel-info {
  border-color: var(--clr-blue);
}
.panel-info > .panel-heading {
  color: white;
  background-color: var(--clr-blue);
  border-color: var(--clr-blue);
}
/* END PANELS */

.itemSearchWrapper {
  max-width: 800px !important;
  top: 65px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .itemSearchWrapper {
    top: 200px;
  }
}
/*Carousel on home screen*/
.cItemHeader {
  font-size: 1.2rem;
}
/*Fixing image responsive tags*/
.img-responsive,
.img-fluid {
  display: block;
}
#ContainDiv {
  max-width: 1170px !important;
}

