.nocase {
  text-transform: initial;
}

html body .wrapper-section--nopad-top {
  padding-top: 0 !important;
}
html body .wrapper-section--nopad-bottom {
  padding-bottom: 0 !important;
}
html body input#txtMainSearch {
  color: #ffffff;
}

.fixed-body {
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  background-blend-mode: multiply;
  background-color: rgba(67, 67, 67, 0.9);
}

.wrapper-header--history {
  border-bottom: 0 solid #EBEBEB;
  position: relative;
  background-color: transparent;
  z-index: 1000;
}

.wrapper-history, .wrapper-footer {
  /* z-index: 150; /* removed to fix the header drop down menus being behind footer */
}

.wrapper-history .cards-history:after {
  height: calc(100% + 190px);
}

.section-title--sideline-brand {
  margin-left: 1rem;
}

/*
//.wrapper-header {
//    overflow: hidden;
//
//    .grid-container.nav-block.hide-for-large {
//        z-index: inherit;
//    }
//
//    .bg-image {
//        &:after{
//            z-index:1;
//        }
//    }
//
//    .bg-image--slide {
//        animation-name: fadeslides !important;
//        animation-iteration-count: infinite;
//        position: absolute;
//        height: 100%;
//        width: 100%;
//        object-position: 50% 5%;
//        object-fit: cover;
//        z-index: 1;
//        border: none;
//        opacity: 0;
//
//
//    }
//
//    &--sub {
//        &:after {
//            z-index:inherit;
//        }
//    }
//
//}
//
//@keyframes fadeslides {
//    10% {
//        opacity: 1;
//    }
//    20% {
//        opacity: 1;
//    }
//    40% {
//        opacity: 1;
//    }
//    50% {
//        transform: scale(1.1);
//        opacity: 0;
//    }
//}
*/
/* HERO Carousel */
.hero-carousel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.hero-carousel .owl-stage-outer, .hero-carousel .owl-stage, .hero-carousel .owl-item {
  height: 100%;
  width: 100%;
}

/* Content Solutions Card H3 */
.case-study-card .card-case h3 {
  color: #363636;
  text-align: center;
}

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