.csi-header {
  position: absolute;
  width: 100%;
  z-index: 50;
}

.csi-videoBackground .video-background:after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0,0,0,1) 2%, rgba(0,0,0,0) 30%);
}
  
.csi-videoBackground .video-background:before{
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0) 80%, rgba(0,0,0,1) 98%);
}

.csi-videoBackground .button#toggle-btn {
  width: 48px;
  height: 48px;
  background: red;
  cursor: pointer;
}

.csi-videoControls{
  position: absolute;
  z-index: 10;
  bottom: 6rem;
  left: 0rem;
}

.csi-videoControls button#toggle-btn {
  background: rgba(0, 0, 0, 0.66);
  border: none;
  color: #fff;
  padding: .5rem 1rem;
  border-radius: 6px;
  font-size: .85rem;
}

.csi-videoBackground .video-foreground,
.csi-videoBackground .video-background iframe {
  position: static;
  top: 0%;
  left: 0%; /* left 0 if full screen*/
  width: 100%; /* width 100% if full screen*/
	height: calc(100vh - 100px); /* width 100% if full screen*/
  pointer-events: none;
}
    
.csi-videoBackground .video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
	min-height: 750px;
  position: relative;
  overflow: hidden;
}

    .csi-videoBackground:after{
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
     background: linear-gradient(22deg, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0) 72%);
    }
    
 .csi-videoBackground {
  border-radius: 0;
  overflow: hidden;
  position: relative;
}

.csi-heroQuickLinks {
  width: 100%;
  height: 94px;
  background: rgba(17, 17, 17, 0.5);
  bottom: 0;
  margin-top: -94px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
  text-decoration: none;
}

body:not(.home) .csi-hero {
  position: relative;
  min-height: 160px; }

 .social-media-links {
    position: absolute;
    top: calc(25vh + 15%);
    right: 5px;
    list-style:none;
    z-index: 2;
background: rgba(0, 0, 0, 0.73);
    -webkit-box-shadow: 0px 0px 68px 68px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 68px 68px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 25px 25px rgb(0 0 0 / 75%);
}
.social-media-links.video-only{
	right: 20px;
}

body:not(.home) .social-media-links{
  display:none;
}
 .social-media-links i {
  color: #EEE;
  padding: 5px;
  
}

body:not(.home) .csi-hero h2{
    font-family: din-2014-narrow, sans-serif;
    text-transform: uppercase;
    font-size: calc(1rem + 3vw);
    font-weight: 500;
    letter-spacing: -0.1rem;
    line-height: 1;
	text-shadow: 0 0px 20px rgba(0, 0, 0, 0.8);
  }



  body:not(.home) .csi-hero p{
	  font-size: 1.3rem;
	  font-weight: 100;
	  line-height: 1.4;

  }




  body:not(.home) .carousel-item:before {
     content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    background: -moz-linear-gradient(left, rgba(13, 26, 33, 0.73) 40%, rgba(34, 31, 32, 0) 60%);
    background: -webkit-linear-gradient(left, rgba(13, 26, 33, 0.73) 40%, rgba(34, 31, 32, 0) 60%);
    background: linear-gradient(to right, rgba(13, 26, 33, 0.73) 40%, rgba(34, 31, 32, 0) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3221f20', endColorstr='#00221f20',GradientType=1 );
  }

  body:not(.home) .carousel-caption {
    padding-bottom: 30px;
    padding-top: 0;
    margin-top: 675px;
    animation-name: slideDowner;
    -webkit-animation-name: slideDowner;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
    right: initial;
    left: 0;
    top: initial;
    bottom: initial;
    width: 100%;
} 


.csi-heroQuickLinks h3 {
  color: #fff;
  font-family: benton-sans, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  display: inline;
}
.csi-heroQuickLinks .col {
  height: 100px;
}

.csi-heroQuickLinks i {
  color: #e97313;
  display: inline;
  margin-right: 15px;
  transition: all 0.4s 0s ease-in-out;
  font-size: 1.2rem;
}

.csi-heroQuickLinks .col a {
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 36px;
  position: relative;
  z-index: 5;
}

.csi-heroQuickLinks .col:hover a {
  padding-top: 32px;
  transition: all 0.4s 0s ease-in-out;
}

.csi-heroQuickLinks .col:before {
  content: "";
  background-color: rgba(69, 103, 110, 0.75);
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  transition: all 0.4s 0s ease-in-out;
}

h3, .text-lg {
  font-family: din-2014, sans-serif;
  font-size: 1.777rem;
  line-height: 1.2;
  color: #B5600D;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04rem;
}

.csi-btnAnimate {
  display: flex;
  align-items: center;
  padding: 15px 25px 15px 15px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 600;
  display: inline-flex;
}

.csi-btnAnimate:hover .csi-btnlink {
  padding-left: 50px;
}

.csi-btnAnimate .csi-btnlink {
  background-color: transparent;
  font-size: 0.9rem;
  color: #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 0;
  padding-left: 20px;
  left: 0;
  line-height: auto;
  overflow: hidden;
  animation-name: slideDown3;
  -webkit-animation-name: slideDown3;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}



.csi-ib {
  z-index: 5;
}
body.home .carousel-item{
	background-attachment: fixed!important;
}
.carousel-item {
  position: relative;
  height: calc(100vh - 100px);
min-height: 800px;
}
.carousel-item:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1; 
  background: linear-gradient(22deg, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0) 72%);
}
.csi-helperLinks.list-inline{
	padding-left: 0;
}

.list-group .list-group-item{
	border: none;
  padding: 0;
  background: none;
	border-radius: 0;
}

.carousel-caption h2, .carousel-caption p {
  color: white;
    animation-name: slideDown3;
    -webkit-animation-name: slideDown3;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;

}
.carousel-caption h2 {
  color: white;
  text-shadow: 0 0px 20px rgb(0 0 0 / 80%);

  font-family: din-2014-narrow, sans-serif;
    text-transform: uppercase;
    font-size: calc(3.5rem + 4vw);
    font-weight: 500;
    letter-spacing: -0.1rem;
    line-height: 1;
}
/* .carousel-caption .col-md-4 {
  background: white;
  box-shadow: 0px 0px 33px 1px rgba(0, 0, 0, 0.25);
  padding: 4rem 3rem;
}
.carousel-caption .col-md-8 {
  padding: 4rem;
} */

/* .modkitHeroSlideUp {
  animation-name: modkitHeroSlideUp;
  -webkit-animation-name: modkitHeroSlideUp;
  animation-duration: 1.25s;
  -webkit-animation-duration: 1.25s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
} */

@keyframes modkitHeroSlideUp {
  0% {
    transform: translateY(0%);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%);
    opacity: 1;
  }
}
@-webkit-keyframes modkitHeroSlideUp {
  0% {
    -webkit-transform: translateY(0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%);
    opacity: 1;
  }
}
.box-side {
  position: relative;
}

.box-top, .box-bottom {
  height: 50%;
  background: white;
  padding: 4rem 3rem;
  overflow: scroll;
}

.box-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}


.csi-heroIcons img {
  width: 80px;
}



/* .csi-heroIcons .csi-boxHome {
  background: #fff;
  border-radius: 8px;
  padding: 2rem 2rem 0.5rem 2rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.csi-heroIcons .csi-boxHome:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25), 0 0 5px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.csi-heroIcons .card {
  border: none !important;
  border-radius: 8px;
} */
/* .csi-heroIcons a {
  text-decoration: none;
  color: #174688;
}
.csi-heroIcons h4 {
  font-weight: 600;
  color: #174688;
}
.csi-heroIcons i {
  font-size: 3rem;
  color: red;
  margin-bottom: 1rem;
}
.csi-heroIcons p.card-linkName {
  text-decoration: underline;
} */
/* .csi-heroIcons p.card-linkName:hover {
  text-decoration: none;
} */

.carousel-indicators {
  background-color: transparent;
  bottom: 18%;
}





/* Media Queries
-------------------------------------------------------------------------------------- */
@media (max-width: 1200px) {
  .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 992px) {
body:not(.home) .carousel-caption{
	margin-top:0;
}
  .csi-header,
.csi-banner-9 > div:not(.csi-nav),
.csi-navContainer,
.csi-heroIcons {
    position: relative;
    display: block !important;
    width: 100%;
    margin: 0;
  }
.segmint-container{
	right:auto;
	margin:20px;
}
.segmint-container .seg-content img{
	max-width:100%;
	max-height:100%;
	margin:0 auto;
}
  .csi-header {
    background: #252525;
  }

  .csi-heroIcons {
    margin-top: 2rem;
  }
  .csi-heroIcons .col-md-6 {
    margin-bottom: 2rem;
    transition: all 0.5s ease;
  }

  .carousel-indicators {
    bottom: 1rem;
  }

  .csi-nav {
    z-index: 100;
    width: 100%;
  }

  .carousel-caption {
    padding: 2rem;
    left: 0rem;
    right: 0rem;
    position: relative;
    text-align: center;
    transform: translateY(0%);
  }

  .carousel-item {
    position: relative;
    min-height: 300px;
    height: auto;
  }
  .carousel-item:before {
    opacity: 0.5;
    background: black;
  }

  .carousel-image {
    min-height: 250px;
    border-radius: 0;
    height: auto;
  }
  .carousel-image:before {
    background: transparent;
    border-radius: 0;
  }

  .modkitHeroSlideUp {
    animation-duration: initial;
    animation-timing-function: initial;
  }

  .card {
    margin-bottom: 2rem !important;
  }
}
#csiMenuWrapper .primary-menu a,
#csiMenuWrapper .primary-menu .icon,
#csiMenuWrapper .primary-menu ul a,
#csiMenuWrapper .toggle-inner .toggle-text,
#csiMenuWrapper .nav-toggle svg {
  color: #fff;
  fill: #fff;
  margin-left: 0%;
}

#csiMenuWrapper .primary-menu ul {
  background: #252525;
}