body {
  background: #ffffff;
}

.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 25%;
  border: 1px solid #b0935c;
  border-right: none;
  padding: 5px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: black;
  font-size: 9pt;
}

.searchTerm:focus {
  color: #b0935c;
}

.searchButton {
  width: 38px;
  height: 32px;
  border: 1px solid #b0935c;
  /* background: #b0935c; */
  text-align: center;
  color: #b0935c;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

.wrap {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  /* display: none; */
}

.menuOption:hover .menuOptionLevel2Container {
  display: flex;
  background-color: #0EE696;
}

.menuOptionLevel2Container {
  visibility: hidden;
  transition-duration: 0.5s;
  height: 45px;
  background-color: #0EE696;
  width: 100vw;
  position: fixed;
  left: 0px;
  z-index: 5;
  justify-content: center;
  display: flex;
  margin-top: 12px;
}

.footerItemTitle {
  position: relative;
  top: 6%;
  color: #06255b;
}

.footerItem {
  position: relative;
  /* margin-bottom: 499px; */
}

.footerItemsContainer {
  position: relative;
  top: 11%;
  left: 0%;
}

.footerItemContainer {
  /* top: 52%; */
  position: relative;
}

#mobileMenu {
  display: none;
}

#headerMenu {
  display: none;
}

#headerDummy {
  position: relative;
  width: 100%;
  height: 92px;
  /* z-index: 2; */
  /* background-color: #FF9800; */
}

.menuOption:hover .menuOptionTitle {
  color: #0EE696;
}

.menuOption:hover #header {
  height: 150px;
}

.menuOption:hover .menuOptionLevel2 {
  display: block;
  visibility: visible;
}

.menuOption:hover .menuOptionLevel2Container {
  visibility: visible;
}

.menuOptionLevel2:hover .menuOptionLevel3 {
  display: flex;
}

.menuOption {
  position: relative;
  display: block;
  height: 52px;
  /* line-height: 60px; */
  margin-top: 20px;
  width: max-content;
  /* text-transform: uppercase; */
  cursor: pointer;
  margin-right: 30px;
}

.menuOptionLevel2Title {
  font-size: 17px;
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  color: #091538;
}

.menuOptionLevel2 {
  display: flex;
  transition: 0.5s;
  visibility: hidden;
  position: relative;
  width: auto;
  height: 45px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #0EE696;
  text-align: center;
  cursor: pointer;
  /* z-index: 6; */
  justify-content: center;
  text-transform: uppercase;
}

.menuOptionLevel2:hover {
  background-color: #0EE696;
}


.menuOptionLevel2.open {
  display: block;
  visibility: visible;
}

.menuOptionLevel3 {
  display: none;
  justify-content: right;
  flex-flow: column;
  height: 100%;
  background-color: #046faa;
  width: 165px;
  height: 50px;
  text-align: center;
  z-index: 50;
  position: relative;
  left: 100%;
  /* margin-top: -15%; */
  bottom: 91%;
  font-size: 12px;
  line-height: 49px;
  cursor: pointer;
}

.menuOptionLevel3:hover {
  background-color: #0881b7;
}

.menuOptionLevel3.open {
  display: flex;
}

.menuOptionLevel3Container {
  position: relative;
  background-color: #003e6f9e;
  z-index: 30;
}

.menuOptionTitle {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}

.menuOptionsLevel2Container {
  position: relative;
  background-color: #0EE696;
  z-index: 30;
}

.menuOptionsLevel2:hover .menuOptionLevel2Container {
  background-color: #0EE696;
}

#header {
  height: 92px;
  width: 100%;
  background-color: #091538;
  display: flex;
  justify-content: space-evenly;
  position: fixed;
  z-index: 31;
  overflow: hidden;
  top: 0;
  z-index: 90;
  border-top: 10px solid #0EE696;
}

#headerClubContainer {
  height: 100%;
  width: 17%;
  margin-top: 11px;
  padding-left: 120px;
  padding-right: 50px;
  position: relative;
  display: flex;
  cursor: pointer;
  justify-content: space-evenly;
}

#clubLogo {
  width: 220px;
  height: 63px;
}

#clubName {
  color: white;
  font-size: 17px;
  font-weight: 500;
  margin-left: 0px;
  display: flex;
  position: relative;
  justify-content: center;
  flex-flow: column-reverse;
}

#promotionHeader {
  font-size: 10px;
  text-align: center;
  display: flex;
  height: 20px;
  position: relative;
  justify-content: center;
  color: #1972a3;
  background-color: #f2f2f2;
  font-weight: 600;
}

#headerBottomContainer {
  width: 100%;
  position: fixed;
  top: 85px;
  height: 50px;
  background-color: #003e6f;
  /* border-radius: 29px; */
  z-index: 90;
}

#headerBottomOptions {
  display: inherit;
  position: relative;
  margin: 0 auto;
  /* line-height: 61px; */
  width: 65%;
  height: 100%;
  justify-content: space-between;
  color: white;
  margin-left: 33px;
}

#semiCircle {
  height: 80px;
  width: 80px;
  position: absolute;
  right: 0%;
  border-top-left-radius: 80px;
  bottom: 0%;
  background-color: #820000;
}

#semiCircleFrom {
  position: absolute;
  right: 1%;
  top: 50%;
  color: white;
  font-size: 20px;
}

#semiCircleYear {
  position: absolute;
  right: 1%;
  top: 69%;
  color: #ff0000;
  font-size: 22px;
}

.promotionHeaderBoldText {
  display: flex;
  justify-content: center;
  margin-right: 4px;
  flex-flow: column-reverse;
}

.promotionHeaderText {
  display: flex;
  margin-right: 4px;
  justify-content: center;
  flex-flow: column-reverse;
}

@media screen and (max-width: 780px) {
  #headerDummy {
    height: 85px;
  }
  #promotionHeader {
    background-color: #003e6f;
    width: 100%;
    color: white;
    height: 30px;
    font-size: 8px;
    display: table;
  }
  #headerMenu {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    float: left;
   /* margin-top: 40px; */
    left: 20px;
    z-index: 199;
    display: flex;
    align-items: center;
  }

  #header{
    align-items: center;
  }

  #clubLogo{
    left: unset;
    position: unset !important;
    height: unset;
  }

  .btn12 {
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    float: left;
    left: 20px;
  }
  .btn12 .icon {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    height: 3px;
    width: 30px;
    /*top: 10px;*/
   /* right: 0px;*/
    background-color: white;
  }
  .btn12 .icon:before {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: white;
    content: "";
    top: -10px;
    right: 0px;
  }
  .btn12 .icon:after {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: white;
    content: "";
    top: 10px;
    right: 0px;
  }
  .btn12.open .icon {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: transparent;
  }
  .btn12.open .icon:before {
    -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
    transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
  }
  .btn12.open .icon:after {
    -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
    transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
  }
  #headerClubContainer {
    width: calc(100% - 100px);
    /*left: 10px;*/
    position: absolute;
    bottom: 0px;
  }
  #headerClubContainer{
    padding-right: unset !important;
    padding-left: unset !important;
  }
  #clubLogo {
    left: -20%;
    position: relative;
    width: 55%;
  }
  #clubName {
    font-size: 14px;
    position: relative;
    left: 6%;
    color: white;
  }
  #semiCircle {
    height: 60px;
    width: 60px;
  }
  #semiCircleFrom {
    right: 3%;
    top: 54%;
    font-size: 16px;
  }
  #semiCircleYear {
    right: 3%;
    top: 69%;
    font-size: 18px;
  }
  #headerBottomContainer {
    display: none;
  }
  html {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
  }
  body {
    /* overflow-x: hidden; */
    /* overflow-y: scroll; */
    width: 100%;
    height: 100%;
  }
  .footerCopyrightText {
    font-size: 9px;
    position: relative;
    display: -webkit-inline-box;
    line-height: 50px;
  }
  .footerCopyrightBoldText {
    font-size: 9px;
    margin-right: 4px;
    display: -webkit-inline-box;
  }
  .promotionHeaderBoldText {
    display: -webkit-inline-box;
    font-size: 9px;
    margin-top: 5px;
  }
  .promotionHeaderText {
    font-size: 9px;
    display: -webkit-inline-box;
    margin-bottom: 5px;
  }
  .mobileMenuOption {
    color: black;
    font-size: 21px;
    height: 25px;
    overflow: hidden;
    text-align: left;
    /*left: 8%;*/
    position: relative;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .mobileMenuOptionTitle {
    display: block;
    color: white;
    font-size: 13pt;
    width: 200px;
    -webkit-tap-highlight-color: transparent;
    padding-left: 8%;
  }
  .mobileMenuOption.open {
    height: fit-content;
    margin-bottom: 0;
  }
  .mobileMenuOptionLevel2 {
    position: relative;
    top: -200px;
    color: white;
    display: none;
    height: 20px;
    font-size: 18px;
    text-align: left;
    margin: 0 auto;
    background: #0ee696;
    padding: 10px 0;
    padding-left: 8%;
  }
  .mobileMenuOptionLevel2Title {
    font-size: 18px;
  }
  .mobileMenuOptionLevel2.open {
    top: 0px;
  }
  .mobileMenuOptionLevel2.openChildren {
    top: 0px;
    height: fit-content;
    display: block;
  }
  .mobileMenuOptionLevel3 {
    color: white;
    font-size: 16px;
    position: relative;
    top: -200px;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mobileMenuOptionLevel3.open {
    top: 0px;
  }
  #mobileMenu {
    width: 75%;
    background-color: #ffffff;
    position: fixed;
    display: block;
    top: -450px;
    transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    z-index: 85;
  }
  #mobileMenu.open {
    top: 86px;
    width: 75%;
    height: 82%;
    background-color: white;
    padding-bottom: 50px;
    color: white;
    padding-top: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #091538;
  }
  .mobileMenuSeparator {
    width: 70%;
    height: 2px;
    background-color: #b0935c;
    position: relative;
    left: 15%;
    display: none !important;
  }
  .mobileMenuOpen {
    position: relative;
    color: white;
    height: auto;
    width: 85px;
    margin-left: 225px;
    bottom: 24px;
  }
  #headerBottomOptions {
    display: none;
  }
  .wrap {
    display: none;
  }
  .mobileMenuOpen {
    color: white;
    right: 9px;
    margin-top: 0px !important;
  }
}


@media (min-width: 768px) and (max-width: 780px){
  #clubLogo{
    width: 35%;
  }
}

@media only screen and (min-width: 769px) and  (max-width: 1025px) {
  #headerClubContainer{
    width:6%;
    padding-left: 135px;
    padding-right: 30px;
  }
  .menuOptionTitle{
    font-size: 13px;
  }
  #clubLogo{
    margin-right: 20px;
  }
  #headerBottomOptions{
    margin-left: 85px;
  }
}
