/*CUSTOM CSS*/
@media (min-width: 992px) {
    #logo {
        height: 75px !important;
        margin: 10px 0px !important;
    }
}

#logo {
    height: 40px;
    margin: 5px 0px;
}


.video-container {
    padding: 0px !important;
    height: 50vh;
    position: relative;
    overflow: hidden;
    @media(min-width: 600px) {
        /*height: 100vh;*/
    }
}

.video-container video {
    object-fit: cover;
    // Set the magic
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.my-5 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.mb-5 {
    margin-bottom: 15px;
}
.mt-5 {
    margin-top: 15px;
}

.steps {
  list-style: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.steps > li {
  display: table-cell;
  text-align: center;
  width: 1%;
}
.steps > li .step {
  border: 5px solid #CED1D6;
  color: #546474;
  font-size: 15px;
  border-radius: 100%;
  background-color: #FFF;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
}
.steps > li:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  font-size: 0;
  overflow: hidden;
  border-top: 4px solid #CED1D6;
  position: relative;
  top: 21px;
  z-index: 1;
}
.steps > li.last-child:before {
  max-width: 50%;
  width: 50%;
}
.steps > li:last-child:before {
  max-width: 50%;
  width: 50%;
}
.steps > li:first-child:before {
  max-width: 51%;
  left: 50%;
}
.steps > li.active:before,
.steps > li.complete:before,
.steps > li.active .step,
.steps > li.complete .step {
  border-color: #5293C4;
}
.steps > li.complete .step {
  cursor: default;
  color: #FFF;
  -webkit-transition: transform ease 0.1s;
  -o-transition: transform ease 0.1s;
  transition: transform ease 0.1s;
}
.steps > li.complete .step:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  content: "\f00c";
  background-color: #FFF;
  z-index: 3;
  font-family: FontAwesome;
  font-size: 17px;
  color: #87BA21;
}
.steps > li.complete:hover .step {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: #80afd4;
}
.steps > li.complete:hover:before {
  border-color: #80afd4;
}
.steps > li .title {
  display: block;
  margin-top: 4px;
  max-width: 100%;
  color: #949EA7;
  font-size: 14px;
  z-index: 104;
  text-align: center;
  table-layout: fixed;
  word-wrap: break-word;
}
.steps > li.complete .title,
.steps > li.active .title {
  color: #2B3D53;
}
.step-content {
  position: relative;
}
.step-content .step-pane {
  display: none;
  min-height: 200px;
  padding: 4px 8px 12px;
}
.step-content .step-pane.active {
  display: block;
}
.wizard-actions {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .steps li .step {
    width: 30px;
    height: 30px;
    line-height: 24px;
    border-width: 3px;
  }
  .steps li:before,
  .steps li:after {
    border-width: 3px;
  }
  .steps li.complete .step:before {
    line-height: 24px;
    font-size: 13px;
  }
  .steps li:before {
    top: 16px;
  }
  .step-content .step-pane {
    padding: 4px 4px 6px;
    min-height: 150px;
  }
}
/*
.navbar-custom {
    background: #FFFFFF;
}

.navbar-custom a {
	color:#333333;
}

.navbar-custom .navbar-nav > li > a:hover {
	color:#fac42b;
	background:transparent;
}

.navbar-custom .navbar-nav > li > a:active,
.navbar-custom .navbar-nav > li > a:focus {
	color:#fac42b;
	background:transparent;
}

.navbar-custom .icon-bar {
	background:#fac42b;
}
*/
.sponsor {
    border: 0px !important;
}
@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}

#funfacts {
    height: 450px !important;
}
