/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.sg-header-banner {
   background-size: cover;
/*    background-position: center; */
   background-repeat: no-repeat;
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

.sg-header-banner h1,
.sg-header-banner h2,
.sg-header-banner h3,
.sg-header-banner h4,
.sg-header-banner h5,
.sg-header-banner h6,
.sg-header-banner p,
.sg-header-banner span {
   margin: 10px 0;
}

.sg-header-banner .banner__overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 3;
}
.sg-header-banner .arrow-container {
   position: absolute;
   width: 100%;
   text-align: center;
}

.sg-header-banner .arrow-down {
   position: relative;
   z-index: 100;
   display: inline-block;
   cursor: pointer;
}

@media (max-width: 375px) {
   .container-fluid .row-fluid .sg-header-banner .page-center {
      padding: 0;
   }

   .header-banner-copy {
      padding: 0 5.375%;
   }
}

.sg-header-banner .content {
   position: relative;
   height: 100%;
   z-index: 10;
}


/** Background Overlay **/
.sg-header-banner.overlay::before {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.35);
}

/** Parallax Background **/
.sg-header-banner.parallax {
   background-attachment: fixed;
}

/*Video functionality*/
.sg-header-banner .video-overlay,
.sg-header-banner .video {
   width: 100%;
   transform: none;
   -ms-transform: none;
   -webkit-transform: none;
   left: 0;
   top: 0;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   position: absolute;
   /*    z-index: -1; */
   z-index: 1;
   min-width: 100%;
   min-height: 100%;
   max-width: none;
}

.sg-header-banner video::-webkit-media-controls-start-playback-button {
   display: none;
   -webkit-appearance: none;
}

/** Particles **/
.particles-js-canvas-el {
   position: absolute;
}

/** Entrance Animations **/
.sg-header-banner.fade-up .header-banner-copy {
   -webkit-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: opacity 0.65s ease-in-out, -webkit-transform 0.65s ease-in-out;
   transition: opacity 0.65s ease-in-out, -webkit-transform 0.65s ease-in-out;
   -o-transition: transform 0.65s ease-in-out, opacity 0.65s ease-in-out;
   transition: transform 0.65s ease-in-out, opacity 0.65s ease-in-out;
   transition: transform 0.65s ease-in-out, opacity 0.65s ease-in-out, -webkit-transform 0.65s ease-in-out;
   opacity: 0;
}

.sg-header-banner.fade-up .header-banner-image {
   -webkit-transition: opacity 0.65s ease-in-out, -webkit-transform 0.65s ease-in-out;
   transition: opacity 0.65s ease-in-out, -webkit-transform 0.65s ease-in-out;
   -o-transition: transform 0.65s ease-in-out, opacity 0.65s ease-in-out;
   transition: transform 0.65s ease-in-out, opacity 0.65s ease-in-out;
   transition: transform 0.65s ease-in-out, opacity 0.65s ease-in-out, -webkit-transform 0.65s ease-in-out;
   opacity: 0;
}
.sg-header-banner .content-wrapper {
  width: 100%;
  position: relative;
  padding: 50px 15px 50px;
  z-index: 5;
}

/* Internal */
.sg-header-banner.internal .content-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
.sg-header-banner.internal .content-container {
  max-width: 700px;
  margin: 0 auto;
}
.sg-header-banner.internal .content-container .h1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: white;
  text-align: center;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 60px;
  font-weight: 700;
}

@media(max-width: 768px){
  .sg-header-banner.internal .slice-image-container {
    display: none;
}