/*---------------------------------

WE NEED THESE TO REFERENCE VARIABLES, MIXINS AND SUCH. DO NOT REMOVE!
Thanks, Friend :)

---------------------------------*/
/*---------------------------------

YOUR CUSTOM STYLES GO UNDER HERE.
You're doing great.

---------------------------------*/
/* Homepage Hero Banner */
.banner-video {
  background-color: #444648;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner-video .banner-body {
  color: #fff;
  padding: 4rem 0;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.banner-video .banner-body .banner-text {
  margin-bottom: 2rem;
}
.banner-video .banner-body .banner-title {
  font-size: 3.4965rem;
}
@media (min-width: 768px) {
  .banner-video .banner-body .banner-title {
    font-size: 4.5rem;
  }
}
.banner-video .banner-body .btn {
  text-shadow: none;
  /* Remove text shadow from buttons */
}
@media (min-width: 768px) {
  .banner-video .banner-body {
    padding: 8rem 0 4rem;
  }
}
@media (min-width: 1200px) {
  .banner-video .banner-body {
    padding-top: 16rem;
  }
}
@media (min-width: 768px) {
  .banner-video {
    background-image: none;
  }
}

.background-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.background-video > video {
  display: none;
}
@media (min-width: 768px) {
  .background-video > video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-height: 100%;
    min-width: 100%;
  }
}

.floor-fade:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.banner-company-overview {
  padding: 10rem 0 10rem 0;
}
.banner-company-overview .content {
  z-index: 2;
}

.breadcrumb.breadcrumb-show {
  display: none !important;
}