body {
  background-color: #e8f4fd;
}

p {
  margin: 0;
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

h3 {
  font-weight: bold;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto";
}

body {
  font-size: 18px;
  color: #1a1a2e;
  font-family: "Nunito";
}

strong {
  font-weight: 700;
}

.backgroundColorLanding {
  background-color: #e8f4fd;
}
.backgroundColorFormBase {
  background-color: #e8f4fd;
}
.backgroundColorDashboard {
  background-color: #e8f4fd;
}
.backgroundColorLanding, .backgroundColorFormBase, .backgroundColorDashboard {
  min-height: 100vh;
}

.primaryColor {
  background-color: #1b3a5c !important;
}

.secondaryColor {
  background-color: #e67e22 !important;
}

.primaryText {
  color: #1b3a5c !important;
}

.secondaryText {
  color: #e67e22 !important;
}

.errorText {
  color: #c0392b;
}

.successText {
  color: #27ae60;
}

.colorBtn {
  font-weight: bold !important;
  text-align: center;
  text-transform: uppercase;
  color: #1a1a2e !important;
  background-color: #e67e22 !important;
}
.colorBtn:hover {
  background-color: #cf6d0e !important;
}

.redBtn {
  font-weight: bold !important;
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #c0392b !important;
}
.redBtn:hover {
  background-color: #a93226 !important;
}

.active {
  color: #e67e22;
}

.flexColCenter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.longText {
  padding-right: 200px;
}
@media (max-width: 600px) {
  .longText {
    padding-right: 0;
  }
}

.hoverLink {
  font-weight: 600;
}
.hoverLink:hover {
  text-decoration: underline;
}

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

@media (max-width: 600px) {
  .formPadding {
    padding: 0 !important;
  }
}

.logoNav-link {
  display: inline-block;
  position: relative;
  z-index: 1101;
}

.logoNav {
  height: 105px;
  width: auto;
  object-fit: contain;
  border-radius: 0;
  margin: 0;
  padding: 0;
  display: block;
  background: transparent;
}

.logoNavSide {
  padding: 30px;
  height: 150px;
}
.logoNavSide a,
.logoNavSide img,
.logoNavSide video {
  height: 100% !important;
  padding: 0 !important;
}
.logoNavSide a:hover,
.logoNavSide img:hover,
.logoNavSide video:hover {
  background-color: transparent !important;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 1100;
  height: 105px;
  line-height: 105px;
}

.navbar .nav-wrapper ul.right {
  margin-right: 0;
}

.navbar .nav-wrapper ul.right li {
  margin-left: 25px;
}

.sidenav-trigger {
  margin-left: 0 !important;
}

.landingImg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.landingImg img {
  width: 100%;
}
@media (max-width: 600px) {
  .landingImg {
    margin-top: 0;
  }
}

#aboutText p {
  margin: 20px 0;
}

.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.countdownDays {
  margin-top: 20px;
  font-size: 30px;
}
.countdownNum {
  width: 78px;
  height: 129px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 106px;
  text-align: center;
  background-color: #e67e22;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  margin: 0 5px;
  padding: 0 !important;
  font-family: "Roboto";
}
.countdownWhiteLine {
  position: relative;
  top: 50%;
  width: 100%;
  border: 2px solid #fff;
}

#day1,
#day2,
#day3 {
  margin: -20px 0 0;
}

.schedule {
  margin: 10px 0 30px;
}
.schedule p {
  font-size: 20px;
  margin: 0;
}
.scheduleTime {
  width: 80px;
}
.scheduleRow {
  display: flex;
  margin: 10px 0;
}
@media (max-width: 960px) {
  .schedule p {
    font-size: 18px;
  }
  .scheduleTime {
    width: 70px;
  }
}

.sponsorImgs {
  margin-top: 50px;
}
.sponsorImgs img {
  height: 100%;
  width: 100%;
  max-height: 150px;
  padding-bottom: 50px;
}

.stat {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.stat-number {
  margin: 10px 0;
  font-weight: 700;
}
@media (max-width: 600px) {
  .stat {
    margin-bottom: 25px;
  }
}

.collapsible .active {
  color: #1b3a5c;
}

.active .collapsible-header {
  font-weight: bold;
}

.collapsible,
.collapsible-body,
.collapsible-header {
  border: none;
  box-shadow: none;
  margin: 0;
}

.collapsible-header {
  background-color: transparent;
}

.video {
  max-width: 1000px;
  width: 90%;
  height: 557px;
}
@media (max-width: 1280px) {
  .video {
    height: 400px;
  }
}
@media (max-width: 960px) {
  .video {
    height: 360px;
  }
}
@media (max-width: 600px) {
  .video {
    height: 250px;
  }
}
@media (max-width: 360px) {
  .video {
    height: 200px;
  }
}

.carousel {
  height: 320px !important;
  overflow: hidden;
  margin-bottom: 30px;
}
.carousel .carousel-item {
  opacity: 1 !important;
  height: 320px !important;
  width: 450px !important;
  overflow: hidden;
  border-radius: 8px;
  margin-right: 10px !important;
}
.carousel .carousel-item > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transform: none;
}

.contactBtns a {
  border-radius: 100%;
  height: 50px;
  width: 50px;
  margin: 10px 15px 20px;
}
.contactBtns a img {
  height: 100%;
  width: 100%;
  filter: invert(1);
}
.contactBtns a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.loginDiv {
  display: flex;
  background-color: #fff;
  border-top: solid 10px #e67e22;
  border-radius: 3px 3px 0 0;
  padding: 50px 30px 30px;
  margin: 50px auto 100px;
  max-width: 900px;
}
@media (max-width: 960px) {
  .loginDiv {
    padding: 40px 15px 30px;
  }
}
@media (max-width: 600px) {
  .loginDiv {
    padding-bottom: 20px;
    display: block;
  }
}
.loginDiv .landingImg img {
  max-width: 300px;
}
.loginLink {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 10px 0 15px;
  font-size: 14px;
  padding: 0 !important;
}
.loginLink i {
  margin-right: 5px;
}

.formH1 {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 30px;
  font-size: 50px;
}
.formH2 {
  font-weight: normal;
  font-size: 30px;
  margin: 0 0 15px;
}
.formH3 {
  font-weight: normal;
  font-size: 24px;
  text-transform: initial;
  margin: 0 0 10px;
}
@media (max-width: 960px) {
  .formH1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .formH2 {
    font-size: 24px;
  }
  .formH3 {
    font-size: 20px;
  }
}
.formCheckbox span {
  color: #1a1a2e;
}
.formFieldError {
  font-size: 12px;
  color: #c0392b;
  display: block;
}
.formError {
  color: #c0392b;
  display: block;
}

.input-field input:not([type]):focus:not([readonly]) + label,
.input-field input[type=text]:focus:not([readonly]) + label,
.input-field input[type=password]:focus:not([readonly]) + label,
.input-field input[type=email]:focus:not([readonly]) + label,
.input-field input[type=date]:focus:not([readonly]) + label,
.input-field input[type=tel]:focus:not([readonly]) + label,
.input-field input[type=number]:focus:not([readonly]) + label,
.input-field input[type=search]:focus:not([readonly]) + label,
.input-field textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #1b3a5c;
}
.input-field input:not([type]):focus:not([readonly]),
.input-field input[type=text]:focus:not([readonly]),
.input-field input[type=password]:focus:not([readonly]),
.input-field input[type=email]:focus:not([readonly]),
.input-field input[type=date]:focus:not([readonly]),
.input-field input[type=tel]:focus:not([readonly]),
.input-field input[type=number]:focus:not([readonly]),
.input-field input[type=search]:focus:not([readonly]),
.input-field textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #1b3a5c;
  -webkit-box-shadow: 0 1px 0 0 #1b3a5c;
  box-shadow: 0 1px 0 0 #1b3a5c;
}

.borderTopDiv {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  border-top: solid 10px #e67e22;
  border-radius: 3px 3px 0 0;
  padding: 40px 30px 30px;
  margin: 20px auto;
  max-width: 950px;
  font-size: 16px;
}
@media (max-width: 600px) {
  .borderTopDiv {
    padding: 25px 20px;
  }
}

.faqQuestion {
  font-weight: bold;
  margin: 10px 0 0;
}
.faqAnswer {
  margin: 5px 0 20px;
}

/* Hero Section - Full Screen Background */
.hero-section {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(13, 31, 51, 0.4) 0%,
    rgba(27, 58, 92, 0.2) 40%,
    rgba(0, 0, 0, 0.1) 100%
  );
  z-index: 1;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-section .hero-content {
  padding: 100px 0 60px;
}

.hero-section .hero-content h1 {
  font-size: 3.8rem;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.1;
  letter-spacing: -1px;
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.6);
}

.hero-section .hero-content h4 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 30px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  opacity: 0.95;
}

.hero-section .hero-content h5 {
  font-size: 1.3rem;
  font-weight: 400;
  margin: 8px 0;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  opacity: 0.9;
}

.hero-section .hero-content .colorBtn {
  margin-top: 20px;
  font-size: 1.1rem;
  padding: 0 40px;
}

@media (max-width: 992px) {
  .hero-section .hero-content h1 {
    font-size: 2.8rem;
  }
  .hero-section .hero-content h4 {
    font-size: 1.5rem;
  }
}

@media (max-width: 600px) {
  .hero-section {
    background-attachment: scroll;
  }
  .hero-section .hero-content {
    padding: 40px 0 30px;
  }
  .hero-section .hero-content h1 {
    font-size: 2rem;
  }
  .hero-section .hero-content h4 {
    font-size: 1.2rem;
  }
  .hero-section .hero-content h5 {
    font-size: 1rem;
  }
}

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