html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Lato", sans-serif;
}

.container {
  max-width: 1240px;
}

main {
  min-height: 70vh;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ddmg-sig {
  background-color: #000;
  padding: 15px 0;
}
.ddmg-sig small,
.ddmg-sig a {
  font-size: 12px;
  color: #c9c9c9;
}
.ddmg-sig img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div1 {
    flex: 0 0 40%;
  }
}
@media screen and (min-width: 768px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div2 {
    flex: 0 0 60%;
  }
}
.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 710px;
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 55px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 62px 0 72px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner1.jpg);
  background-position: right;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: -335px;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: inherit;
  }
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner2.jpg);
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: bottom;
  }
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner3.jpg);
  background-position: 1770px;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}

.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: bottom;
  }
}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner5.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: bottom;
  }
}

.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner6.jpg);
  background-position: center;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: center;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 97px 0 40px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

main.faq-bg {
  background: url("../../images/faq-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}

main.logo-bg {
  background: url("../../images/logo_watermark.png") no-repeat left;
  background-position: left bottom;
  background-size: 45%;
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 35%;
  }
}
@media (min-width: 1024px) {
  main.logo-bg {
    background-size: 25%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 19%;
  }
}

.submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
  padding: 0.4rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  font-family: "Lato", sans-serif;
}
.submit-btn:focus, .link-pdf:focus, .return-btn:focus, .btn-main2:focus, .btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #142B3A;
  background: #142B3A;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding: 0.2rem 0.6rem;
  font-size: 14px;
}
.btn-main:hover {
  background: #142B3A;
  border: 1px solid #142B3A;
  color: #fff !important;
  text-decoration: underline;
}

.btn-main2 {
  border: 1px solid #fff;
  background: #B0E1EF;
  color: #000;
  text-shadow: none;
  white-space: normal;
  padding: 0.3rem 1rem;
}
.btn-main2:hover {
  background: #142B3A;
  border: 1px solid #142B3A;
  color: #fff;
  text-decoration: underline;
}

.return-btn {
  border: 1px solid #142B3A;
  background: #142B3A;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.return-btn:hover {
  background: #142B3A;
  border: 1px solid #142B3A;
  color: #000;
  text-decoration: underline;
}

.link-pdf {
  border: 1px solid #142B3A;
  background: #142B3A;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.link-pdf:hover {
  background: #142B3A;
  border: 1px solid #142B3A;
  color: #fff;
  text-decoration: underline;
}

.submit-btn {
  border: 1px solid #142B3A;
  background: #142B3A;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
.submit-btn:hover {
  background: #142B3A;
  border: 1px solid #142B3A;
  color: #000 !important;
  text-decoration: underline;
}

.home-register .btn {
  width: auto;
  height: 50px;
  border-radius: 5px;
  border: none;
  transition: all 0.5s ease-in-out;
  font-size: 21px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  background: #daff00;
  color: #000;
}
.home-register .btn:hover {
  box-shadow: 0 0 20px 0px #2e2e2e3a;
  width: 380px;
  font-size: 23px;
}
.home-register .btn:hover .icon {
  width: 125px;
}
.home-register .btn:hover .text {
  transition: all 0.5s;
  opacity: 0;
}
.home-register .btn:hover .text2 {
  transition: all 0.5s;
  opacity: 1;
}
.home-register .btn .icon {
  position: absolute;
  height: 40px;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  transform: scaleX(-1);
}
.home-register .btn .icon i {
  fill: white;
  font-size: 39px;
  display: flex;
}
.home-register .btn .text {
  transform: translateX(109px);
  text-transform: uppercase;
}
.home-register .btn .text2 {
  transform: translateX(-105px);
  text-transform: uppercase;
  opacity: 0;
}
.home-register .btn:active .icon {
  transform: scale(0.85);
}
.home-register .btn:focus {
  outline: none;
}
.home-register .btn-register-other {
  width: auto;
  height: 50px;
  border-radius: 5px;
  border: none;
  transition: all 0.5s ease-in-out;
  font-size: 21px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 600;
  background: #daff00;
  padding: 0 20px;
  text-align: center;
  color: #000;
}
.home-register .btn-register-other .text {
  transform: translateX(109px);
  text-transform: uppercase;
  text-align: center;
}
.home-register .btn-register-other .icon {
  position: absolute;
  height: 40px;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-register .btn-register-other i {
  font-size: 39px;
}

.about-us-home {
  /* From Uiverse.io by Madflows */
}
.about-us-home .button {
  position: relative;
  overflow: hidden;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 5px;
  background: #142B3A;
  background-size: 400%;
  color: #fff;
  border: none;
  cursor: pointer;
}
.about-us-home .button:hover::before {
  transform: scaleX(1);
}
.about-us-home .button:hover span {
  color: black;
}
.about-us-home .button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: #B0E1EF;
  transition: all 0.475s;
}
.about-us-home .button .button-content {
  position: relative;
  z-index: 1;
}

.btn-register-header {
  border: 1px solid #daff00;
  background: #daff00;
  color: #000000 !important;
  text-shadow: none;
  white-space: normal;
  padding: 0.2rem 0.6rem;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.btn-register-header:hover {
  background: #f8fce0;
  border: 1px solid #f8fce0;
  color: #000 !important;
  text-decoration: underline;
}
.btn-register-header:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .btn-register-header {
    font-size: 17px;
  }
}

.header {
  background: #99cbe5;
}
.header .header-left .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .header .header-left .row {
    justify-content: left;
  }
}
.header .logo {
  width: 100%;
  border-right: 1px solid #99cbe5;
}
@media (min-width: 768px) {
  .header .logo {
    width: 100%;
  }
}
@media (min-width: 744px) {
  .header .logo-date {
    display: flex;
  }
}
.header .logo-date .dates {
  text-align: center;
  font-size: 26px;
  letter-spacing: 2px;
  background: linear-gradient(to bottom, #001739 0%, #001638 50%, #e2a455 50%, #e3a555 100%);
  padding: 0px;
  width: 100%;
}
@media (min-width: 744px) {
  .header .logo-date .dates {
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .header .logo-date .dates {
    padding: 1px;
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 19px;
  }
}
@media (min-width: 810px) {
  .header .logo-date .dates {
    padding: 0px;
    font-size: 20px;
  }
}
@media (min-width: 834px) {
  .header .logo-date .dates {
    padding: 0px;
    width: 100%;
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .header .logo-date .dates {
    padding: 0px;
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .header .logo-date .dates {
    padding: 7px;
    width: 56%;
    font-size: 29px;
  }
}
@media (min-width: 1500px) {
  .header .logo-date .dates {
    padding: 6px;
    width: 56%;
    font-size: 26px;
  }
}
.header .logo-date .dates hr {
  margin: 0 auto;
}
.header .logo-date .dates .month {
  color: #fff;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  margin-bottom: 0px;
}
.header .logo-date .dates .year {
  color: black;
  font-weight: 900;
  font-family: "Oswald", sans-serif;
  margin-bottom: 0px;
}
@media (min-width: 1500px) {
  .header .logo-date .dates .year {
    margin-top: 10px;
  }
}
.header .sponsor-header {
  justify-content: center;
  align-items: center;
  display: flex;
}
.header .sponsor-header img {
  width: 100%;
  border: 1px solid white;
  padding: 5px;
}
@media (min-width: 744px) {
  .header .sponsor-header img {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .header .sponsor-header img {
    width: 80%;
  }
}
.header .contact .btn-main {
  font-size: 18px;
}
@media (min-width: 768px) {
  .header .contact .btn-main {
    font-size: 15px;
  }
}
@media (min-width: 810px) {
  .header .contact .btn-main {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .header .contact .btn-main {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .header .contact .btn-main {
    font-size: 18px;
  }
}

.navbar {
  background-color: #142B3A;
}
.navbar .nav-link {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
@media (min-width: 768px) {
  .navbar .nav-link {
    font-size: 12px;
  }
}
@media (min-width: 1038px) {
  .navbar .nav-link {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .navbar .nav-link {
    font-size: 13px;
  }
}
@media (min-width: 1194px) {
  .navbar .nav-link {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-link {
    font-size: 16px;
  }
}
.navbar .dropdown-menu {
  background-color: #142B3A;
}
.navbar .dropdown-menu li:hover {
  background-color: #142B3A;
}
.navbar .dropdown-menu a {
  color: #fff;
  text-transform: uppercase;
}
.navbar .dropdown-menu a:hover {
  background: #142B3A;
}

.slideshow-home {
  text-align: center;
}
.slideshow-home .carousel-indicators {
  bottom: 61%;
  cursor: pointer;
  display: none;
}
@media (min-width: 768px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
  }
}
@media (min-width: 1024px) {
  .slideshow-home a {
    top: 90px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home a {
    top: 0px;
  }
}
.slideshow-home .slider-text {
  padding-left: 15px;
  margin-top: -42px;
  text-align: center;
  width: 100%;
  position: absolute;
  background: #00000070;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text {
    padding-left: 15px;
    margin-top: -36px;
    text-align: center;
    width: 100%;
    position: absolute;
    background: #00000070;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text {
    margin-top: -42px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text {
    margin-top: -49px;
  }
}
@media (min-width: 1366px) {
  .slideshow-home .slider-text {
    margin-top: -350px;
  }
}
@media (min-width: 1800px) {
  .slideshow-home .slider-text {
    margin-top: -70px;
  }
}
.slideshow-home .slider-text h1 {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  margin-bottom: 0px;
  margin-left: 0%;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
@media (min-width: 744px) {
  .slideshow-home .slider-text h1 {
    font-size: 26px;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .slideshow-home .slider-text h1 {
    font-size: 26px;
    color: #fff;
    text-shadow: 0 0 5px #000;
  }
}
@media (min-width: 834px) {
  .slideshow-home .slider-text h1 {
    font-size: 28px;
    color: #fff;
    text-shadow: 0 0 5px #000;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text h1 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text h1 {
    font-size: 35px;
  }
}
@media (min-width: 1366px) {
  .slideshow-home .slider-text h1 {
    font-size: 50px;
  }
}
.slideshow-home .slider-text p {
  color: #000;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text p {
    font-size: 18px;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text p {
    font-size: 22px;
  }
}
.slideshow-home .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: none;
  z-index: 1;
  height: 148px;
}
@media (min-width: 768px) {
  .slideshow-home .overlay {
    height: 358px;
    background: linear-gradient(50deg, rgba(0, 0, 0, 0.2) 0px, rgba(0, 0, 0, 0.2) 80%);
  }
}
@media (min-width: 1024px) {
  .slideshow-home .overlay {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .overlay {
    height: auto;
  }
}

.carousel-fade {
  overflow: hidden;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.home-register {
  background: #0C1A23;
  text-align: center;
}
.home-register .btn-main {
  font-size: 22px;
  padding: 5px 45px;
}

.about-us-home .title {
  font-size: 40px;
}
.about-us-home button {
  text-transform: uppercase;
}

.sponsor-home {
  background: #99cbe5;
}
.sponsor-home img {
  width: 100%;
  border: 1px solid white;
  padding: 20px;
}
@media (min-width: 744px) {
  .sponsor-home img {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .sponsor-home img {
    width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .sponsor-home img {
    width: 60%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .sponsor-home img {
    width: 50%;
    margin: 0 auto;
  }
}

.event-home {
  position: relative;
  overflow: hidden;
}
.event-home .overlay {
  position: absolute;
  bottom: 0px;
  background-image: linear-gradient(rgba(20, 43, 58, 0.9), rgba(20, 43, 58, 0.9));
  width: 100%;
  height: 100%;
  z-index: 0;
}
.event-home .box-img {
  height: auto;
}
@media (min-width: 744px) {
  .event-home .box-img {
    height: 280px;
  }
}
@media (min-width: 768px) {
  .event-home .box-img {
    height: 400px;
  }
}
.event-home .box-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.event-home .box-img img:hover {
  transform: scale(1.3);
  overflow: hidden;
}
.event-home .cols {
  width: 100%;
}
@media (min-width: 744px) {
  .event-home .cols {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .event-home .cols {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .event-home .cols {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .event-home .cols {
    width: 25%;
  }
}
.event-home .cols .slide {
  position: relative;
  overflow: hidden;
}
.event-home .cols .content-section h4 {
  font-weight: 900;
  color: white;
  font-size: 30px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  line-height: 1em;
  background-color: rgba(0, 0, 0, 0.4);
  height: 80px;
  padding: 0 15px;
  justify-content: center;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .event-home .cols .content-section h4 {
    height: 130px;
  }
}
@media (min-width: 1024px) {
  .event-home .cols .content-section h4 {
    height: 130px;
  }
}
@media (min-width: 1200px) {
  .event-home .cols .content-section h4 {
    height: 80px;
    font-size: 28px;
  }
}
@media (min-width: 1366px) {
  .event-home .cols .content-section h4 {
    height: 80px;
    font-size: 28px;
  }
}
@media (min-width: 1500px) {
  .event-home .cols .content-section h4 {
    height: 80px;
    font-size: 28px;
  }
}

.packet-pickup-home {
  background: rgba(20, 43, 58, 0.9);
  background-image: url(../../images/front-jeep-sketch.png);
  background-size: cover;
  background-position: center;
  border-top: 5px solid #B0E1EF;
}
.packet-pickup-home .container-fluid {
  padding: 15px 22px;
}
.packet-pickup-home h2 {
  font-size: 40px;
  color: white;
}
.packet-pickup-home .pack-pick {
  writing-mode: sideways-lr;
  text-orientation: mixed;
  text-transform: uppercase;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 25px;
  border-radius: 5px 0 0 5px;
  width: 10%;
  flex: 0 0 auto;
  position: relative;
  background: #0000004a;
  height: 300px;
  font-weight: 900;
}
@media (min-width: 744px) {
  .packet-pickup-home .pack-pick {
    height: 240px;
  }
}
@media (min-width: 768px) {
  .packet-pickup-home .pack-pick {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .packet-pickup-home .pack-pick {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .packet-pickup-home .pack-pick {
    height: 270px;
  }
}
.packet-pickup-home .card {
  background: #0000003f;
  height: 300px;
}
@media (min-width: 744px) {
  .packet-pickup-home .card {
    height: 240px;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .packet-pickup-home .card {
    height: 300px;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .packet-pickup-home .card {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .packet-pickup-home .card {
    height: 270px;
  }
}
.packet-pickup-home .card .packet-text {
  width: 90%;
}
@media (min-width: 768px) {
  .packet-pickup-home .card .packet-text {
    width: 90%;
  }
}
.packet-pickup-home .card .packet-text p {
  margin-bottom: 0;
}
.packet-pickup-home .text-box {
  color: white;
}

.gathering-main-title-section {
  background: url(../../images/Evening_Gatherings_VAB_website.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 25px 20px 110px;
}
@media (min-width: 744px) {
  .gathering-main-title-section {
    padding: 25px 20px 220px;
  }
}
@media (min-width: 768px) {
  .gathering-main-title-section {
    padding: 25px 20px 210px;
  }
}
@media (min-width: 1024px) {
  .gathering-main-title-section {
    padding: 25px 20px 210px;
  }
}
.gathering-main-title-section .widget-title {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px black;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}
@media (min-width: 744px) {
  .gathering-main-title-section .widget-title {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .gathering-main-title-section .widget-title {
    font-size: 50px;
  }
}
@media (min-width: 1024px) {
  .gathering-main-title-section .widget-title {
    font-size: 60px;
  }
}
.gathering-main-title-section .sub-heading {
  justify-content: center;
  display: flex;
}
.gathering-main-title-section .sub-heading span {
  color: #000;
  background: #ffff00bf;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px;
  border-radius: 5px;
}
@media (min-width: 744px) {
  .gathering-main-title-section .sub-heading span {
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .gathering-main-title-section .sub-heading span {
    font-size: 24px;
  }
}

.evening-gathering-home {
  background: url(../../images/gathering-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.evening-gathering-home .event-list {
  list-style: none;
  margin: 0 0 1em;
}
.evening-gathering-home .event {
  background-color: #00000096;
  margin-bottom: 1em;
  color: black;
}
.evening-gathering-home .event .date {
  background-color: #B0E1EF;
  line-height: 1;
  padding: 0 12px 8px;
  display: flex;
  align-items: center;
}
@media (min-width: 744px) {
  .evening-gathering-home .event .date {
    height: auto;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    width: 120px;
  }
}
@media (min-width: 768px) {
  .evening-gathering-home .event .date {
    height: auto;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    width: 120px;
  }
}
@media (min-width: 1024px) {
  .evening-gathering-home .event .date {
    height: auto;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    width: 120px;
  }
}
@media (min-width: 1200px) {
  .evening-gathering-home .event .date {
    height: auto;
    text-align: center;
    justify-content: left;
    text-transform: uppercase;
    width: 120px;
  }
}
.evening-gathering-home .event .date a {
  color: inherit;
}
.evening-gathering-home .event .date span {
  font-size: 2em;
  font-weight: 300;
}
@media (min-width: 40em) {
  .evening-gathering-home .event .date span {
    display: block;
  }
}
@media (min-width: 40em) {
  .evening-gathering-home .event .date .day {
    font-size: 3em;
    font-weight: 400;
  }
}
.evening-gathering-home .event .date .month {
  font-weight: 400;
}
@media (min-width: 40em) {
  .evening-gathering-home .event .date .month {
    font-size: 2em;
  }
}
.evening-gathering-home .event .date .year,
.evening-gathering-home .event .date .time {
  line-height: 1.3;
}
@media (min-width: 40em) {
  .evening-gathering-home .event .date .year,
.evening-gathering-home .event .date .time {
    font-size: 0.9em;
    font-weight: 400;
  }
}
.evening-gathering-home .event .info {
  color: #fff;
  padding: 17px 15px;
}
.evening-gathering-home .event .info .title {
  color: #fff;
  font-weight: 400;
  font-size: 1.3em;
}
@media (min-width: 40em) {
  .evening-gathering-home .event .info .title {
    font-size: 1.75em;
  }
}
.evening-gathering-home .event .info .desc {
  color: #fff;
  margin-bottom: 0;
}
.evening-gathering-home .btn-main2 {
  font-size: 18px;
}

.event-schedule-home {
  background-image: url(../../images/Event_Schedule_Pic_VAB_Website.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top: 4px solid #0C1A23;
}
.event-schedule-home .container {
  padding: 50px 0px 50px 0px;
}
.event-schedule-home .heading {
  color: white;
  font-size: 40px;
  margin-bottom: 0;
  background-color: #00000096;
  padding: 15px;
  margin-bottom: 25px;
}
.event-schedule-home .img-box {
  overflow: hidden;
  height: 120px;
  margin-bottom: 10px;
}
@media (min-width: 744px) {
  .event-schedule-home .img-box {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .event-schedule-home .img-box {
    height: 160px;
  }
}
.event-schedule-home .img-box img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.event-schedule-home button.accordion {
  width: 100%;
  background-color: #B0E1EF;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
.event-schedule-home button.accordion:after {
  font-family: FontAwesome;
  content: "\f150";
  font-family: "fontawesome";
  font-size: 18px;
  float: right;
}
.event-schedule-home button.accordion.is-open:after {
  content: "\f151";
}
.event-schedule-home .accordion-content {
  background-color: #fff;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.event-schedule-home .accordion-content .schedule-title {
  font-size: 22px;
}

.home-map iframe {
  width: 100%;
  margin-bottom: -6px;
}

.footer {
  background-color: #0c2d42;
  background-image: url(../../images/footer-bg.png);
  color: #fff;
}
@media (min-width: 320px) {
  .footer {
    text-align: center;
  }
}
.footer .footer-logo-date {
  display: flex;
}
@media (min-width: 744px) {
  .footer .footer-logo-date {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .footer .footer-logo-date {
    display: block;
  }
}
@media (min-width: 1133px) {
  .footer .footer-logo-date {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .footer .footer-logo-date {
    display: flex;
  }
}
.footer .footer-logo-date img {
  width: 100%;
  border-right: 1px solid #0C1A23;
}
@media (min-width: 744px) {
  .footer .footer-logo-date img {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .footer .footer-logo-date img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .footer .footer-logo-date img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .footer .footer-logo-date img {
    width: 100%;
  }
}
.footer .footer-logo-date .dates {
  text-align: center;
  font-size: 26px;
  letter-spacing: 2px;
  background: linear-gradient(to bottom, #001739 0%, #001638 50%, #e2a455 50%, #e3a555 100%);
  padding: 0px;
  width: 50%;
  font-family: "Oswald", sans-serif;
}
@media (min-width: 744px) {
  .footer .footer-logo-date .dates {
    padding: 2px;
    width: 65%;
    margin: 0 auto;
    display: block;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .footer .footer-logo-date .dates {
    padding: 0px;
    width: 74%;
    margin: 0 auto;
    display: block;
    font-size: 23px;
  }
}
@media (min-width: 810px) {
  .footer .footer-logo-date .dates {
    padding: 0px;
    font-size: 18px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .footer .footer-logo-date .dates {
    padding: 0px;
    font-size: 19px;
  }
}
@media (min-width: 1133px) {
  .footer .footer-logo-date .dates {
    padding: 0px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .footer .footer-logo-date .dates {
    padding: 0px;
    width: 56%;
    font-size: 29px;
  }
}
@media (min-width: 1500px) {
  .footer .footer-logo-date .dates {
    width: 61%;
    font-size: 29px;
  }
}
.footer .footer-logo-date .dates hr {
  margin: 0 auto;
}
.footer .footer-logo-date .dates .month {
  color: #fff;
  font-weight: bold;
}
.footer .footer-logo-date .dates .year {
  color: black;
  font-weight: 900;
}
.footer a:hover {
  text-decoration: none;
}
.footer span {
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 360px) {
  .footer span {
    font-size: 18px;
  }
}
@media screen and (min-width: 744px) {
  .footer span {
    font-size: 22px;
  }
}
.footer .contact-info {
  text-align: center;
}
@media (min-width: 768px) {
  .footer .contact-info {
    text-align: center;
  }
}
.footer .contact-info .address {
  font-size: 15px;
  color: white;
}
.footer .contact-info .address .de-location a {
  color: white;
  text-decoration: underline;
}
.footer .icon i {
  color: white;
  font-size: 30px;
}
.footer ul {
  columns: 1;
  font-size: 15px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
  list-style: none;
}
@media (min-width: 744px) {
  .footer ul {
    columns: 3;
    text-align: center;
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .footer ul {
    columns: 5;
    text-align: center;
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  .footer ul {
    columns: 2;
    text-align: left;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .footer ul {
    columns: 2;
    text-align: left;
    margin-top: 0px;
    column-gap: 25px;
  }
}
.footer ul a {
  color: #fff;
}
.footer ul a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .footer .contact-numbers {
    display: block;
    justify-content: center;
    align-items: center;
    gap: 35px;
  }
}
@media (min-width: 1024px) {
  .footer .contact-numbers {
    display: block;
    justify-content: center;
    align-items: center;
    gap: 35px;
  }
}
.footer .contact-numbers .generl-info, .footer .contact-numbers .vendor-info {
  display: inline-block;
}
.footer .contact-numbers .btn-main2 {
  color: black;
  padding: 0.3rem 1rem;
  display: block;
}
.footer .contact-numbers .btn-main2:hover {
  border: 1px solid #B0E1EF;
  color: white;
}
.footer .contact-numbers .number {
  color: white;
}

.about-us-page img {
  width: 100%;
}
@media (min-width: 768px) {
  .about-us-page img {
    width: 30%;
  }
}

.faqs-page .card-header {
  background: #142B3A;
  color: white;
}
.faqs-page .card-body {
  background-color: #eee;
}
.faqs-page .accordion {
  text-align: left;
  color: white;
  cursor: pointer;
}
.faqs-page .accordion::after {
  font-family: FontAwesome;
  content: "\f150";
  font-family: "fontawesome";
  font-size: 19px;
  float: right;
}
.faqs-page h2 {
  font-size: 22px;
}
.faqs-page .accordion.is-open::after {
  content: "\f151";
}

.donate-page .donate-graphic img {
  width: 70%;
  border-radius: 5%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .donate-page .donate-graphic img {
    width: 30%;
  }
}
.donate-page .photo-donate-bottom img {
  width: 100%;
}

.event-schedule-page .card-header {
  background: #B0E1EF;
}
.event-schedule-page .card-body {
  background: #dceaee;
}
.event-schedule-page .accordion {
  text-align: left;
  color: #0C1A23;
  cursor: pointer;
}
.event-schedule-page .accordion::after {
  font-family: FontAwesome;
  content: "\f150";
  font-family: "fontawesome";
  font-size: 19px;
  float: right;
}
.event-schedule-page h2 {
  font-size: 22px;
}
.event-schedule-page .accordion.is-open::after {
  content: "\f151";
}

.evening-gathering-page .card {
  background: #B0E1EF;
}
.evening-gathering-page .date {
  line-height: 1;
  padding: 0 12px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.evening-gathering-page .date span {
  display: block;
}
.evening-gathering-page .date .day {
  font-size: 3em;
  font-weight: 400;
}
.evening-gathering-page .date .month {
  font-size: 2em;
}
.evening-gathering-page .date .year {
  font-size: 0.9em;
  font-weight: 400;
  margin-top: 10px;
}

.event-sponsor-page .card-columns {
  column-count: 1;
}
@media (min-width: 744px) {
  .event-sponsor-page .card-columns {
    column-count: 3;
  }
}
@media (min-width: 768px) {
  .event-sponsor-page .card-columns {
    column-count: 3;
  }
}
.event-sponsor-page .community {
  column-count: 1;
}
@media (min-width: 744px) {
  .event-sponsor-page .community {
    column-count: 5;
  }
}
.event-sponsor-page .community .card .img-box {
  height: 200px;
}
.event-sponsor-page .sponsor-block {
  background: #142B3A;
  color: white;
}
.event-sponsor-page .sponsor-block h2 {
  margin-bottom: 0;
}
.event-sponsor-page .card .img-box {
  height: 400px;
  display: flex;
  align-items: center;
}
.event-sponsor-page .card .img-box img {
  width: 100%;
  max-height: 100%;
}
.event-sponsor-page .card p {
  background: #B0E1EF;
  margin-bottom: 0;
}

.event-photos-page .news-card {
  border: 0px solid aqua;
  margin: 0.5rem;
  position: relative;
  height: 12rem;
  overflow: hidden;
  border-radius: 0.5rem;
  flex: 1;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.event-photos-page .news-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (min-width: 900px) {
  .event-photos-page .news-card {
    height: 20rem;
  }
}
.event-photos-page .news-card__card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.event-photos-page .news-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: -1;
}
.event-photos-page .news-card__text-wrapper {
  position: absolute;
  bottom: 0rem;
  padding: 1rem;
  color: white;
  transition: background-color 1.5s ease;
  width: 100%;
  position: absolute;
  background: #00000091;
}
.event-photos-page .news-card__title {
  transition: color 1s ease;
  margin-bottom: 0.5rem;
}
.event-photos-page .news-card__post-date {
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
  color: #CCC;
}
.event-photos-page .news-card__details-wrapper {
  max-height: 0;
  opacity: 0;
  transition: max-height 1.5s ease, opacity 1s ease;
}
@media (min-width: 900px) {
  .event-photos-page .news-card:hover .news-card__details-wrapper {
    max-height: 20rem;
    opacity: 1;
  }
  .event-photos-page .news-card:hover .news-card__title {
    color: #B0E1EF;
  }
  .event-photos-page .news-card:hover .news-card__image {
    transform: scale(1.2);
    z-index: -1;
  }
}
.event-photos-page .news-card__excerpt {
  font-weight: 300;
}
.event-photos-page .news-card__read-more {
  background: black;
  color: #bbb;
  display: block;
  padding: 0.4rem 0.6rem;
  border-radius: 0.3rem;
  margin-top: 1rem;
  border: 1px solid #444;
  font-size: 0.8rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none;
  width: 7rem;
  position: relative;
  z-index: 5;
}
.event-photos-page .news-card__read-more i {
  position: relative;
  left: 0.2rem;
  color: #888;
  transition: left 0.5s ease, color 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.event-photos-page .news-card__read-more:hover i {
  left: 0.5rem;
  color: #B0E1EF;
}

.event-photos-detail-page .card {
  background: #eee;
}
.event-photos-detail-page .img-box {
  overflow: hidden;
  height: auto;
  object-position: bottom;
}
@media (min-width: 768px) {
  .event-photos-detail-page .img-box {
    height: 200px;
  }
}
.event-photos-detail-page .img-box img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.contact-us-page {
  background: url(../../images/contact-us-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-us-page .card {
  background: #ffffffd1;
  height: auto;
  margin-bottom: 15px;
}
.contact-us-page .card p {
  margin-bottom: 0;
  margin-top: 0;
}
.contact-us-page .btn-main2 {
  font-size: 20px;
}
.contact-us-page .contact-us-map iframe {
  margin-bottom: -6px;
}
@media (min-width: 820px) {
  .contact-us-page .contact-us-map iframe {
    height: 310px;
  }
}
@media (min-width: 1024px) {
  .contact-us-page .contact-us-map iframe {
    height: 310px;
  }
}

/*# sourceMappingURL=design.css.map */
