


body {
  font-family: 'Open Sans', Regular;
  font-weight: 400;
}

#contentSection {
overflow: hidden;
}

/* .head > .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
} */

@media screen and (max-width: 992px) {
  /* .head > .row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  } */
}

.searchMerchHor.btn.btn-default {
  border: 2px solid;
}
/* The above works in sandbox the below works on live I don't know why maybe breakpoints? */

.searchBox.searchBoxHor-input.form-control {
  border: 2px solid;
}

/* Same deal with the outside searchbox with the magnifying glass #usr is sandbox */

#usr {
  border: 2px solid #000000;
  line-height: 0.5;
}

.btn.btn-default.searchMerchHor-button {
  border: 2px solid #000000;
  line-height: 0.5;
}

#h_nav > .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

/* Top Banner */

.container-fluid.head {
  align-content: center;
  padding: 25px;
}

.head {
  background-color: white;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.fa {
  color: #000000;
  margin-right: 5px;
}
.logo {
  margin-left: 5%;
}

.logo > a > .img-fluid {
width: 350px;
}

@media (max-width: 992px) {
  .logo {
    margin-left: 0;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .logo {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  #right-side-menu {
    text-align: center;
  }
}

.mini-menu > a {
  color: #000000;

  font-size: 20px;
  font-weight: bold;
}

.mini-menu > a:not(:first-child) {
  margin-left: 15px;
}

#right-side-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

@media (max-width: 576px) {
  /* #right-side-menu {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: baseline;
  } */
}

@media (max-width: 992px) {
  /* #right-side-menu {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: baseline;
  } */
}

.mini-menu {
  float: right;
  /* margin-right: 13%; */
  /* margin-top: 3%; */
}

#H_Search.max_width300 {
  width: 100%;
}
#H_Search {
  float: right;
  min-width: 350px;
  /* margin-right: 5.5%; */
}

@media (max-width: 992px) {
  #H_Search {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1920px) {
  .mini-menu {
    float: right;
    /* margin-right: 13%; */
    /* margin-top: -4%; */
  }
  #right-side-menu {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1920px) {
  .mini-menu {
    float: right;
    /* margin-right: 10%; */
    /* margin-top: -4%; */
  }
  #right-side-menu {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .mini-menu {
    margin-right: 0;
  }
}

@media (max-width: 500px) {
  #H_Search {
    margin-right: 0;
  }
}

/* Nav */

#h_nav {
  border: none;
}

.navbar-nav > li > a {
  color: white;
  font-size: 20px;
}

/* PC UPDATE */
.navbar-nav > li > a:hover {
  color: white;
  font-size: 20px;
  background-color: #a71e26;
}

.nav-item.dropdown.open {
  background-color: a71e26;
  color: #fff;
}

#myNavbar {
  background-color: #d22630;
  justify-content: center;
}

.dropdown-menu {
  background-color: #d22630;
}

.dropdown-menu > li > a {
  color: #000;
  background-color: #fff;
  font-size: 18px;
}

#h_nav > .container-fluid > .navbar-collapse > .navbar-nav {
  gap: 30px;
}

.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus {
  background-color: #a71e26;
  color: #fff;
  text-decoration: underline;
}

.navbar-nav > li.open > a {
  color: #fff;
  background-color: #a71e26;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #a71e26;
}

.nav.navbar-nav {
  font-family: Oswald;
  font-weight: 400;
}

/* Banner Section and Content Section*/

#contentSection {
  padding: 0;
}

/* Orbs Section */

.row {
  --bs-gutter-x: 0;
}

.container {
  --bs-gutter-x: 0;
}
.container-fluid {
  padding: 0;
  margin: 0;
  --bs-gutter-x: 0;
}

.orbsWrapper {
  background-color: #b7dee5;
  border-top: 5px solid #044751;
  border-bottom: 5px solid #044751;
}

.orbs {
  display: flex;
  gap: 40px;
  padding-bottom: 30px;
  padding-top: 30px;
  justify-content: center;
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
  /* height: 100%; */
}

.orbs .item2 {
  text-align: center;
  font-family: Oswald;
  font-weight: 400;
}

.orbs img {
  width: 85%;
  border: 5px solid #d22630;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .orbsWrapper {
    display: flex;
    align-items: center;
    padding: 20px;
    flex-direction: column;
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .orbs {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 70%;
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* Footer */

.myFooter {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: auto;
  align-content: normal;
  color: white;
  background-image: url('/SiteImages/272-SchoolImages/272-Slides/272-FullSizeMountainsFooter.jpg');
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 9.25rem;
}

footer {
  display: none;
}

.footText > .link > span > a {
  font-size: 18px;
  text-decoration-color: #fff;
}

.botRow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  align-content: center;
  height: auto;
  text-align: center;
  padding: 30px;
  padding-top: 370px;
  margin: 30px 25px;
  /*  background-color: rgba(0, 0, 0, 0.3); */
  border-radius: 36px;
}

.botRow:after {
  content: ' ';
  display: table;
  clear: both;
}

/* .col-lg-3.col-md-3.col-sm-12.col-12.footText {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
} */

/* @media only screen and (max-width: 992px) {
  .col-lg-3.col-md-3.col-sm-12.col-12.footText {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
} */

/* @media only screen and (max-width: 600px) {
  .botRow {
    padding: 30px;
  }
} */

@media only screen and (max-width: 992px) {
  .botRow {
    background-color: rgba(0, 0, 0, 0.3);
    gap: 25px;
    padding-top: 30px;
  }
}

.footer-logo {
  margin-top: -70px;
  padding-right: 20px;
}

@media (max-width: 992px) {
  .footer-logo {
    margin-top: 0;
    padding-right: 0;
  }
}

.social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  margin-right: 25px;
}

#fontawesome {
  font-size: 55px;
  color: white;
  padding-right: 5px;
}

#fontawesome:hover {
  color: #d22630;
  transform: scale(1.2);
}

.footText > .link > .button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  position: relative;
  margin-top: 30px;
  color: white;
  border-color: white;
  border: 4px solid white;
  font-size: 28px;
  font-weight: 400;
  padding: 5px;
}

.footText > .link > .button:hover {
  background-color: #d22630;
}

@media (max-width: 990px) {
  .myFooter {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    align-items: flex-start;
    color: #ffffff;
    font-size: 17px;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .myFooter {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    align-items: flex-start;
    color: #ffffff;
    font-size: 17px;
    align-items: center;
    text-align: center;
    max-width: 100%;
    margin-right: 0;
  }
}

/* HERO IMAGE CONTAINER */

/* HERO OUTER WRAPPER */
.hero-wrapper {
  background-color: #242424;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

@media (min-width: 62em) {
  .hero-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
  }
}

/* HERO LEFT SIDE */
.hero-wrapper > .left {
  max-width: 33.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-bottom: 2rem;
  padding-top: 2rem;
  width: 100%;
  z-index: 1;
}

@media (min-width: 62em) {
  .hero-wrapper > .left {
    min-height: 39.375rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

@media (min-width: 48em) {
  .hero-wrapper > .left {
    max-width: 90rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

/* HERO RIGHT SIDE */
.hero-wrapper > .right {
  background-image: url('/SiteImages/272-SchoolImages/272-Banners/272-OfficialHeroImage1.jpg');
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  overflow: hidden;
  position: relative;
  right: 50%;
  width: 100vw;
}

@media (min-width: 62em) {
  .hero-wrapper > .right {
    background-position: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 101%;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
  }
}

@media (min-width: 62em) {
  .hero-wrapper > .right::before {
    background: #242424;
    bottom: -1px;
    -webkit-clip-path: polygon(20% 0, 0 100%, 0 0);
    clip-path: polygon(20% 0, 0 100%, 0 0);
    content: '';
    display: block;
    height: calc(100% + 1px);
    position: absolute;
    right: 1px;
    top: unset;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    width: 100%;
    z-index: 1;
  }
}

/* HERO TITLE TEXT */
.hero-wrapper > .left > h1.page-title {
  z-index: 1;
  color: #ffffff;
  font-size: 2.75rem;
  margin-bottom: 1.8125rem;
  text-transform: uppercase;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 1.125rem;
}

@media (min-width: 62em) {
  .hero-wrapper > .left > h1.page-title {
    max-width: 50%;
  }
}

@media (min-width: 48em) {
  .hero-wrapper > .left > h1.page-title {
    font-size: 3.25rem;
  }
}

.hero-wrapper > .left > h1.page-title > span {
  font-size: 2.75rem;
  background-color: #d22630;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #ffffff;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.25rem 0.75rem;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .hero-wrapper > .left > h1.page-title > span {
    font-size: 3.25rem;
  }
}

/* HERO TITLE SUB TEXT */
.hero-wrapper > .left > div.page-subtext {
  text-align: left;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
}

@media (min-width: 62em) {
  .hero-wrapper > .left > div.page-subtext {
    max-width: 47%;
    background: transparent;
    padding: 0;
  }
}

.hero-wrapper > .left > div.page-subtext > p {
  font-weight: 500;
}


#div_privacy {
display: none;
}
