html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

.footerSection {
  position: relative;
  width: 100%;
  height: 250px;
  color: #f9f9f9;
  background-color: #0531a5;
}

.footerSection img {
  position: absolute;
  top: -40px;
  margin: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  z-index: 0;
}

.footerSection .quoteBox {
  position: relative;
  width: 100%;
  height: 200px;
  z-index: 99;
}

.footerSection .quoteBox .quotext {
  width: 80%;
  display: inline-block;
  text-align: center;
  padding-bottom: 30px;
}

.footerSection .quoteBox .quotext span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff;
}

.footerSection .quoteBox .quotext h3 {
  padding: 0 20px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
  font-style: italic;
}

.footerSection .copy {
  position: relative;
  text-align: center;
  padding: 20px 0;
  background-color: #000;
  z-index: 100;
  font-size: 0.8em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 562px) {
  .quotext {
    width: 90% !important;
  }
  .quotext h3 {
    font-size: 1em !important;
  }
  .copy {
    font-size: 0.7em !important;
    letter-spacing: 0px;
  }
}

.mobileMenu {
  position: fixed;
  width: 100%;
  height: calc(100% - 64px);
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #021a58;
  z-index: 9999;
  top: 64px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

.mobileMenu ul {
  list-style: none;
  text-align: center;
}

.mobileMenu ul a {
  text-decoration: none;
  color: #fff;
}

.mobileMenu ul a li {
  padding: 20px 0;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}

.display {
  opacity: 0;
  visibility: hidden;
}

.menuSection {
  position: fixed;
  width: 100%;
  padding: 10px 20px 10px 20px;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 7px 10px 0px rgba(50, 50, 50, 0.1);
  z-index: 100;
  background-color: #000;
  border-bottom: 1px solid #021a58;
}

.menuSection img {
  width: 10%;
}

.menuSection .menuUl {
  width: 100%;
}

.menuSection .menuUl ul {
  list-style: none;
  text-align: right;
}

.menuSection .menuUl ul a {
  text-decoration: none;
  color: #ffffff;
}

.menuSection .menuUl ul a li {
  display: inline-block;
  padding: 5px 20px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}

.menuSection .menuUl ul a li:last-child {
  padding-right: 0;
}

.menuSection .menuIcon {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
}

.menuSection .menuIcon div {
  width: 40px;
  height: 50%;
  background-color: #fff;
  transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -webkit-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
}

.menuSection .expand {
  height: 10px !important;
}

.menuSection .noScroll {
  position: fixed !important;
}

@media only screen and (max-width: 1150px) {
  .menuUl {
    display: none;
  }
  .menuIcon {
    width: 100px !important;
  }
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body {
  background: #0531a5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(4%, #0531a5), to(#02123e));
  background: linear-gradient(0deg, #0531a5 4%, #02123e 100%);
}

.bodySection {
  position: relative;
  padding: 50px 0;
  background: #0531a5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(4%, #0531a5), to(#02123e));
  background: linear-gradient(0deg, #0531a5 4%, #02123e 100%);
}

.bodySection h1 {
  font-family: "Montserrat", sans-serif;
  padding: 50px 0 20px 20px;
}

.bodySection h2 {
  font-family: "Montserrat", sans-serif;
  padding: 50px 0 20px 20px;
  font-weight: bold;
  color: #fff;
}

.bodySection h4 {
  color: #fff;
  letter-spacing: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.bodySection .slideSection {
  position: relative;
  width: 100%;
  min-height: 600px;
  background-color: #b2bec3;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-image: url("../img/2023/2023 (10).jpg");
  background-size: cover;
  background-position: center;
  background-repeat: none;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 7px 10px 0px rgba(50, 50, 50, 0.1);
  cursor: pointer;
}

.bodySection .slideSection iframe {
  width: 100%;
}

.bodySection .slideSection .eventInfo {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px 20px 20px 20px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.bodySection .slideSection .eventInfo h3, .bodySection .slideSection .eventInfo h4 {
  padding: 0;
}

.bodySection .upcoming {
  padding-bottom: 20px;
}

.bodySection .upcoming .bound {
  height: 260px;
  overflow: hidden;
  background-color: #f9f9f9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.bodySection .upcoming .bound .upcomingBorder {
  width: 100%;
  padding: 30px 0;
  overflow-x: scroll;
  overflow-y: hidden;
}

.bodySection .upcoming .bound .upcomingBorder ul {
  list-style: none;
}

.bodySection .upcoming .bound .upcomingBorder ul li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 300px;
  min-height: 200px;
  background-color: grey;
  padding-right: 20px;
}

.bodySection .upcoming .bound .upcomingBorder ul li .li-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  text-indent: 10px;
  font-family: "Montserrat", sans-serif;
}

.bodySection .upcoming .bound .upcomingBorder ul li .li-info p {
  margin-bottom: 0 !important;
}

.bodySection .previousEvents {
  padding-bottom: 20px;
}

.bodySection .previousEvents .bound {
  height: 320px;
  overflow: hidden;
  background-color: #f9f9f9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-top: 20px;
}

.bodySection .previousEvents .bound h3 {
  font-family: "Montserrat", sans-serif;
  padding: 30px 0 0 20px;
}

.bodySection .previousEvents .bound .previousBorder {
  width: 100%;
  padding: 30px 0;
  overflow-x: scroll;
  overflow-y: hidden;
}

.bodySection .previousEvents .bound .previousBorder ul {
  min-width: 400px;
  list-style: none;
}

.bodySection .previousEvents .bound .previousBorder ul li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 300px;
  min-height: 200px;
  background-color: grey;
  padding-right: 20px;
  margin: 0 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}

.bodySection .previousEvents .bound .previousBorder ul li .li-info {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px 20px 20px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.bodySection .previousEvents .bound .previousBorder ul .prev-2023 {
  background-image: url("../img/2023.jpg");
  background-size: 100%;
  background-position: center;
}

.bodySection .previousEvents .bound .previousBorder ul .prev-2022 {
  background-image: url("../img/2022.jpg");
  background-size: 100%;
  background-position: center;
}

.bodySection .previousEvents .bound .previousBorder ul .prev-2021 {
  background-image: url("../img/2021.jpg");
  background-size: 100%;
  background-position: center;
}

.bodySection .previousEvents .bound .previousBorder ul .prev-2020 {
  background-image: url(../img/2020.jpeg);
  background-size: cover;
  background-position: center;
}

.bodySection .previousEvents .bound .previousBorder ul .prev-2019 {
  background-image: url(../img/2019.jpeg);
  background-size: 100%;
  background-position: center;
}

.bodySection .previousEvents .bound .previousBorder ul .prev-2018 {
  background-image: url("../img/2018/2018 (7).jpeg");
  background-size: 100%;
  background-position: center;
}

@media only screen and (max-width: 562px) {
  .bodySection {
    padding: 20px 0 10px 0 !important;
    width: 95% !important;
  }
  .bodySection h2 {
    font-size: 24px;
    padding: 50px 0 10px 0;
  }
  .bodySection .bound {
    height: 360px !important;
  }
  .bodySection .bound h3 {
    font-size: 24px !important;
    padding: 30px 0 10px 20px;
    font-weight: bold;
  }
  .bodySection .bound h3 small {
    display: block !important;
  }
}
/*# sourceMappingURL=event.css.map */