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 {
  font-family: "Montserrat";
}

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

strong {
  font-weight: 700;
}

.wrapper {
  transition: background-color 0.3s ease-out;
}

.scrollColor {
  transition: color 0.3s ease-out;
}

.ombreBackground {
  background: linear-gradient(180deg, #37475a 60%, #37475a 120%);
  min-height: 100vh;
}

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

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

.primaryText {
  color: #ff4d15 !important;
}

.secondaryText {
  color: #ff9900 !important;
}

.fontText {
  color: #333 !important;
}

.errorText {
  color: #b00020 !important;
}

.successText {
  color: #0b890b !important;
}

.colorBtn {
  font-weight: bold !important;
  text-align: center;
  text-transform: uppercase;
  color: #333 !important;
  background-color: #ff9900 !important;
}
.colorBtn:hover {
  background-color: #d2a300 !important;
}

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

.active {
  color: #ff9900;
}

.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;
  color: #333;
}
.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 {
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.navbar {
  position: sticky;
  top: 0;
  background-color: transparent;
  box-shadow: none;
  transition: background-color 200ms linear, top 200ms ease-in-out;
  z-index: 998;
  font-weight: 600;
  text-transform: uppercase;
}

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

.scrolled {
  background-color: rgba(55, 71, 90, 0.95);
  box-shadow: 2px -5px 8px rgba(0, 0, 0, 0.14), 0 -1px 10px -2px rgba(0, 0, 0, 0.12), 0 -1px 15px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 1080px) {
  nav ul a {
    font-size: 13.5px !important;
    padding: 0 12px !important;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.landingImg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.landingImg img,
.landingImg object {
  width: 100%;
}
.landingImg img.bounce {
  animation: bounce 4s infinite;
}
@media (max-width: 992px) {
  .landingImg img,
.landingImg object {
    max-width: 300px;
  }
}
@media (max-width: 600px) {
  .landingImg {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .landingImg img,
.landingImg object {
    max-width: 300px;
  }
}
@media (max-width: 600px) {
  .landingImg {
    margin-top: 0;
  }
}

.landingBackground {
  background-image: url("../../images/landing-background.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding: 100px 0;
  margin-top: -80px;
  color: #fff;
}
.landingBackground h1 {
  font-weight: 600;
  font-size: xxx-large;
}
.landingBackground h4,
.landingBackground h5 {
  font-weight: 400;
}
.landingBackground h5 {
  font-family: "Montserrat";
}
@media (max-width: 1320px) {
  .landingBackground {
    background-position: center top;
  }
}
@media (max-width: 992px) {
  .landingBackground {
    padding: 60px 0 30px;
    background-image: url("../../images/landing-background-mobile.svg");
    background-position: center top;
  }
  .landingBackground h1 {
    font-size: 50px;
  }
  .landingBackground h4 {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  .landingBackground {
    text-align: center;
  }
  .landingBackground h1 {
    font-size: 40px;
  }
  .landingBackground h4 {
    font-size: 22px;
  }
  .landingBackground h5 {
    font-size: 18px;
  }
}

.definition {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  padding: 5px 0 25px;
}
.definition-shape {
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  background-color: #ff9900;
  width: auto;
  border-radius: 100px 14px 100px 100px;
  padding: 2px 17px 2px 12px;
  font-size: 18px;
  font-size: 18px;
  font-style: italic;
  color: #333;
  font-weight: 700;
}
.definition > p {
  font-weight: 400;
  margin: 4px 20px 0 15px;
  text-align: left !important;
}
@media (max-width: 600px) {
  .definition {
    padding: 5px 0 15px;
  }
  .definition-shape {
    padding: 2px 17px 2px 12px;
    font-size: 16px;
  }
  .definition > p {
    margin: 2.5px 0 2px 10px;
    font-size: 16px;
  }
}

#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: #ff9900;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  margin: 0 5px;
  padding: 0 !important;
  font-family: "Montserrat";
}
.countdownWhiteLine {
  position: relative;
  top: 50%;
  width: 100%;
  border: 2px solid #fff;
}

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

.schedule {
  margin: 10px 0 30px;
}
.schedule h5 {
  font-family: "Montserrat";
  font-weight: 500;
}
.schedule p {
  font-size: 20px;
  margin: 0;
}
.scheduleTime {
  margin-right: 20px !important;
  font-weight: bold;
  white-space: nowrap;
}
.scheduleRow {
  display: flex;
  margin: 10px 0 25px;
  justify-content: center;
}
@media (max-width: 992px) {
  .schedule p {
    font-size: 18px;
  }
  .scheduleTime {
    width: 70px;
  }
}

.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;
  }
}

.sponsorImgs {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}
.sponsorImgs img {
  width: 100%;
  padding: 0 20px;
  max-width: 600px;
}
@media (max-width: 600px) {
  .sponsorImgs {
    margin-top: 0;
    flex-direction: column;
  }
}
.sponsorImgs img {
  max-width: 220px;
  padding: 20px;
}

.collapsible .active {
  color: inherit;
}

.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: 992px) {
  .video {
    height: 360px;
  }
}
@media (max-width: 600px) {
  .video {
    height: 250px;
  }
}
@media (max-width: 360px) {
  .video {
    height: 200px;
  }
}

.carousel {
  height: 333px !important;
}
.carousel .carousel-item {
  opacity: 1 !important;
  height: 333px !important;
}
.carousel .carousel-item > img {
  width: auto !important;
  height: 100%;
  transform: translateX(-120px);
}

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

.loginDiv {
  display: flex;
  background-color: #fff;
  border-top: solid 10px #ff9900;
  border-radius: 3px 3px 0 0;
  padding: 50px 30px 30px;
  margin: 50px auto 100px;
  max-width: 900px;
}
@media (max-width: 992px) {
  .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: 992px) {
  .formH1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .formH2 {
    font-size: 24px;
  }
  .formH3 {
    font-size: 20px;
  }
}
.formCheckbox span {
  color: #333;
}
.formFieldError {
  font-size: 12px;
  color: #b00020;
  display: block;
}
.formError {
  color: #b00020;
  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: #ff4d15;
}
.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 #ff4d15;
  -webkit-box-shadow: 0 1px 0 0 #ff4d15;
  box-shadow: 0 1px 0 0 #ff4d15;
}

.borderTopDiv {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  background-color: #fff;
  border-top: solid 10px #ff9900;
  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;
}

.banner {
  width: 100%;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px;
  border-style: solid;
  margin: 10px 0;
}
.bannersuccess {
  border-color: #0b890b;
  background-color: #e4f1e4;
  color: #0b890b;
}
.bannererror {
  border-color: #b00020;
  background-color: #eed6da;
  color: #b00020;
}
.bannerinfo {
  border-color: #044f9b;
  background-color: #cfe1f1;
  color: #044f9b;
}
.bannerwarning {
  border-color: #af5e00;
  background-color: #e7d2b9;
  color: #af5e00;
}

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