/*------------------------------------
  Breakpoints
------------------------------------*/
/* xs: 0,
/* sm: 576px,
/* md: 768px,
/* lg: 992px,
/* xl: 1200px
/* xxl: 1400px

/* BOOTSTRAP OVERRIDES */
/* Extra large devices */
/* @media (min-width: 1400px) {
	.container {max-width: 1400px;}
}*/

.u-header__navbar-brand, .u-header__navbar-brand > img {width: ader__pr;}
.u-header__promo-title {font-size: 0.875rem;}
.u-header__promo-link {padding-top: 0.5rem;padding-bottom: 0.5rem;margin-top: 0.5rem;margin-bottom: 0.5rem;}
/*p, li {font-size: 0.875rem;}*/
.u-header--floating__inner {-webkit-box-shadow: 0px 2px 15px 1px rgba(0,0,0,0.2);-moz-box-shadow: 0px 2px 15px 1px rgba(0,0,0,0.2);box-shadow: 0px 2px 15px 1px rgba(0,0,0,0.2);}
.u-header--floating.js-header-fix-moment .navbar-toprow {display: none;}
/*.navbar-toprow {border-radius: 0.3125rem;z-index:1000; position:absolute; top:-25px; right:15px;background: #ECE9E6; background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);background: linear-gradient(180deg, #FFFFFF, #ECE9E6);}*/
.navbar-toprow {border-radius: 0.3125rem;z-index:1000; position:absolute; top:-25px; right:15px;background: #333; background: -webkit-linear-gradient(to right, #0e406c, #215295);background: linear-gradient(0deg, #000, #333);}
.navbar-toprow a {color:#bed3e3;font-size: 0.8rem;}
.navbar-toprow a.dropdown-item {color:#666;font-size: 0.8rem;}
#logoAndNav #navBar {padding-top:0.5rem;}
#socialBar .btn-icon {font-size: 1.15rem;width: 2.5rem;height: 2.5rem;}
.hero-hilite {border: 3px solid #0080BD;color:#fff;}
.hero-hilite h1 {font-size: 3.5rem;margin: 0;padding: 0;line-height: 5rem;text-shadow: 2px 2px 4px rgba(0,0,0,0.5);}
.hero-header {line-height: 3.25rem;color: #fff;text-shadow: 2px 2px 4px rgba(0,0,0,0.5);}
.navbar-mainrow {border-bottom:5px solid #F8BC07;background: rgb(224,224,224);background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 78%, rgba(230,228,228,1) 100%);}
.industrial, .industrial a, .industrial .u-header__sub-menu-title {color: #E42115 !important;}
.oliveoil, .oliveoil a, .oliveoil .u-header__sub-menu-title {color: #4B573D  !important;}
.nav-link.oliveoil.active {color: #4B573D;}
.solution-nav {list-style: none;padding: 0;margin: 0;  background-color: rgba(0, 0, 0, 0.5);}
.solution-nav a {padding: 0.5rem;display: block;color: #fff;font-size: 0.95rem;}
.industry-nav {border-top:1px solid #71ABEF;}
.industry-nav:last-child {border-top:1px solid #71ABEF;border-bottom:1px solid #71ABEF;}
.industry-nav a:hover {color: #71ABEF;}

/* .left-nav {list-style: none;padding: 0;margin: 0;}
.left-nav li {border-top:1px solid #ccc;}
.left-nav a {padding: 0.35rem 0.5rem; margin: 0; display: block;font-size: 0.85rem;color: #4A4A4A;}
.left-nav a.active {color: #E42115;background: #f8f9fa;}
.left-nav li:last-child {border-bottom:1px solid #ccc;}
.left-nav a:hover {color: #E42115;}
*/

.solution-box {border: 1px solid #ccc;}

.arrow-nav {list-style: none;padding: 0;margin: 0;}
.arrow-nav a {padding: 0.25rem 0.5rem; margin: 0; display: block;font-size: 0.85rem;color: #4A4A4A;}
.arrow-nav a.active {color: #4A90E2;}
.arrow-nav a:hover {color: #4A90E2;}

.lead.hilite {
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  padding: 0.825rem 0;
}



.news {border-bottom: 1px solid #ccc;margin-bottom: 1rem;}
.news h6 {font-size: 1rem;padding: 0;margin-bottom: 0.25rem;}
.news p {font-size: 0.875rem;font-weight: 300;margin-bottom:1rem;}

footer .list-group-item {padding: 0.125rem 1.25rem;font-size: 0.85rem !important;}
footer .list-inline-item {font-size: 0.85rem !important;}
.text-extended {letter-spacing: 1px;}

.solutions-industry h1, .solutions-industry h2, .solutions-industry h3, .solutions-industry h4, .solutions-industry h5, .solutions-industry h6 {color: #E42115 !important;}
.solutions-oliveoil h1, .solutions-oliveoil h2, .solutions-oliveoil h3, .solutions-oliveoil h4, .solutions-oliveoil h5, .solutions-oliveoil h6 {color: #597250 !important;}
.solutions-industry h1.text-white, .solutions-industry h2.text-white, .solutions-industry h3.text-white, .solutions-industry h4.text-white, .solutions-industry h5.text-white,
.solutions-oliveoil h1.text-white, .solutions-oliveoil h2.text-white, .solutions-oliveoil h3.text-white, .solutions-oliveoil h4.text-white, .solutions-oliveoil h5.text-white{color: #fff !important;}
/*.box-fancy-header {background: #fff;display: inline-block;margin-top: -1rem;z-index:2;}*/

.box-fancy-header {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.box-fancy-header:before,
.box-fancy-header:after {
    content: '';
    border-top: 1px solid #424b56;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.box-fancy-header:after {
    margin: 0 0 0 20px;
}

.list-2-col {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}



.border-top-none {border-top:none !important;}

.slick-down {position: absolute;
    top: 95%;
    left: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);}


.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


@media (max-width: 576px) {
  /*#logoAndNav.container {
    max-width: 540px;
    padding: 0;
  }*/
  .u-header__nav-item {
    padding: 0.25rem 0;border-bottom: 1px solid #ccc;
  }
  fieldset.productset legend {
     font-size: 1.15rem;
     max-width: 90%;
  }
  .solution-nav a {padding: 0.35rem;font-size: 1rem;}
  /*p {font-size:90%;} 
  p.lead {font-size:1rem;} 
  h1 {font-size:1.75rem;}*/

}

@media (max-width: 1199.95px) and (min-width: 990.95px) {
  #socialBar {
    display: none;
  }
}

@media (max-width: 769px) {
  .u-header__nav-item {
    padding: 0.5rem 0;border-bottom: 1px solid #ccc;
  }
}

@media (min-width: 640.95px) and (max-width: 767.95px)  {
  .u-header__navbar-brand, .u-header__navbar-brand > img {
      margin-top: 0px;
    }
}

@media (max-width: 640.95px) {
  .u-header__navbar-brand, .u-header__navbar-brand > img {
      width: 8.75rem;
    }
.bg-sm-none {
  background-color: transparent !important;
}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    }
  fieldset.productset legend {
     font-size: 1.5rem;
     max-width: 60%;
  }
}

.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.nav-link {
  padding: 0.25rem 1rem;
}

.u-header__sub-menu-title {
  margin-bottom: 0.25rem;
}

.text-shadow {text-shadow: 1px 1px 6px rgba(0,0,0,0.75);}
.box-shadow {box-shadow: 1px 1px 10px rgba(0,0,0,0.15);}

@media (min-width: 992px) {
    .top-50 {top: 50%;transform: translateY(-50%);}
}


.hero-video-slide {
  position: relative;
  /*background-color: black;
  height: 75vh;
  min-height: 25rem;*/
  width: 100%;
  overflow: hidden;
}

.hero-video-slide video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.hero-video-slide .container {
  position: relative;
  z-index: 2;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.25;
  /*z-index: -1;*/
}

.overlay.darker {
  opacity: 0.5;
}

/* 
@media (pointer: coarse) and (hover: none) {
  .hero-video-slide {
    height: auto;
    width: 100%;
    background: url('/images/world-map-sm.jpg') no-repeat center center;
    background-size: cover;
  }
  .hero-video-slide video {
    display: none;
  }
}
*/

.mobileHero {
    position: absolute;
    top: 0;
    z-index: -10;
    height: auto;
    width: 100%;
    left: 50%;
    -o-transform: translate3d(-50%,0px,0px);
    -ms-transform: translate3d(-50%,0px,0px);
    -webkit-transform: translate3d(-50%,0px,0px);
    transform: translate3d(-50%,0px,0px);
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1024px) {
    .mobileHero {
        display:block;
    }

    #myVideo {
        display: none;
    }
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}