/* Arrow */
#banner-content .slick-arrow::before {
  color: white;
}

/*#banner-content .slick-arrow::hover::before {*/
/*  color: */
/*}*/

#banner-content {
  position: relative;
}

#banner-content > div:last-of-type {
  position: absolute;
  bottom: 0;
}

/*Banner Menu Style*/

#banner-content > div:last-of-type .paragraph__column {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
}

.block-superfishbanner-menu .sf-banner-menu {
  left: inherit;
  position:relative;
  width: max-content;
}

.block-superfishbanner-menu > ul {
  display: flex;
  align-items: flex-end;
  height: 100px;
  justify-content: flex-end;
}

.block-superfishbanner-menu > ul li{
  width: 176.88px;
  height: 80%;
  position: relative;
  transition: height 400ms;
  display: flex;
}

/* Responsive */

@media only screen and (max-width: 767px) {
  .block-superfishbanner-menu > ul, #banner-content > div:last-of-type .paragraph__column {
    width: 100% !important;
  }
  
  #banner-content > div:first-of-type > div > div.paragraph__column {
    padding-bottom: 0;
  }
  
  #banner-content > div:last-of-type {
    position: initial !important;
  }
  
  .block-superfishbanner-menu > ul li {
    height: 100%;
  }
  
}

@media only screen and (max-width: 475px) {
  .block-superfishbanner-menu > ul li {
    width: 25% !important;
  }
  
  .block-superfishbanner-menu svg {
    font-size: 20px !important;
  }
  
  .block-superfishbanner-menu span {
    font-size: 0.75rem !important;
  }
  
  .block-superfishbanner-menu > ul {
    height: 65px !important;
  }
  
}

.block-superfishbanner-menu > ul li:hover{
  height: 100%;
}

.block-superfishbanner-menu ul>li:nth-child(odd){
  background: #004d74;
  background: rgba(0, 77, 116, 0.8);
}

.block-superfishbanner-menu ul>li:nth-child(even){
  background:#00b3c5;
  background: rgba(0, 179, 197, 0.8);
}

.block-superfishbanner-menu > ul li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.block-superfishbanner-menu svg{
  font-size: 33px;
  color: white;
  margin-bottom: 5px;
}

.block-superfishbanner-menu span{
  text-align: -webkit-center;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'raleway semi-bold';
  color: white;
  margin-top: 10px;
}

/*Carousel FP Text Style*/ 

#banner-content .slide__caption{
  /*width: 50%;*/
  /*height: 100%;*/
  /*left: 0;*/
  /*backdrop-filter: brightness(0.8);*/
  /*transform: unset;*/
  /*position: absolute;*/
  /*cursor: auto;*/
  /*z-index: 2;*/
    
    width: 100%;
    height: 100%;
    left: 0;
    /* backdrop-filter: brightness(0.8); */
    transform: unset;
    position: absolute;
    cursor: auto;
    z-index: 2;
    padding: 0;
    bottom: 0;
    top: 0;
    right: 0;
}

#banner-content .slide__description{
  /*height: inherit;*/
  /*padding: 30px;*/
  height:inherit;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#banner-content .slide__description img{
  width:100%;
  height:100%;
}
  
#banner-content .color_field__swatch {
  top: 15px;
  left: 15px;
  right: 15px;
  position: absolute;
  bottom: 15px;
  width: unset !important;
  height: unset !important;
  z-index: 1;
  opacity: 65%;
}

#banner-content .slide__description p{
  font-family: 'raleway bold';
  font-size: 43px;
  text-align: left;
  text-transform: uppercase;
  color: white;
  line-height: 1em;
}

#banner-content .media {
  position: relative;
  /*padding-bottom: 56.2%;*/
}

#banner-content .media img{
  /*position: absolute;*/
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*#banner-content .slide__media img{*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*}*/


#banner-content .slide__content {
  max-height: 820px !important;
}

/*#banner-content{*/
/*  max-height:640px !important;*/
/*}*/

















/*ol.carousel-indicators{*/
/*  display:none;*/
/*}*/

/*a.left.carousel-control {*/
/*  display:none;*/
/*}*/

/*a.right.carousel-control {*/
/*  display:none;*/
/*}*/

/*.paragraph__column>div>div.image-and-text>p{*/
/*  position: absolute;*/
/*    top: 50px;*/
/*    left: 50px;*/
/*    font-size: 43px;*/
/*    text-transform: uppercase;*/
/*    font-family: system-ui;*/
/*    color: white;*/
/*    font-weight: bolder;*/
/*}*/




/*  OLD BANNER
.paragraph--id--6{
  position: relative;
    bottom: 115px;
}





*/