html {
        box-sizing: border-box;
      }
      *,
      *:before,
      *:after {
        box-sizing: inherit;
          transition: 0.5s ease;
      }
      html,
      body {
        height: auto;
      }
      body {
        margin: 0;
        -webkit-text-size-adjust: 100%;
        line-height: 1.25;
        /* let's flex */
        display: flex;
        flex-direction: column;
        font-family: work-sans, sans-serif;
          font-size: clamp(16px, 1.3vw, 20px);
      }
a{
    position: relative;
    text-decoration: none;
}
.le-logo{
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: clamp(60px, 4vw, 130px);
height: auto;
}
.le-button{
    padding: 6px 14px;
border-radius: 30px;
font-size: 14px;
text-decoration: none;
max-width: max-content;
font-weight: 700;
cursor: pointer;
background: rgb(255, 255, 255, 0.8);
color: #3E3D3A;
position: absolute;
bottom: 20px;
right: 20px;
}
.le-link svg{
    margin-right: 10px;
}
.le-link{
    border: 1px solid;
padding: 2px 7px;
align-items: center;
border-radius: 20px;
line-height: 1;
height: 35px;
display: flex;
position: absolute;
right: 20px;
top: 15px;
}
.home-icon-div{
height: 120px;
display: flex;
margin-bottom: 25px;
}
/* .home-icon-div-outer{
    background-color: white;
    padding: 12px 18px;
    height: 100%;
    border-radius: 10px;
} */
.home-icon-div-outer{
    max-width: 92%;
    margin-bottom: 30px;
}
.home-icon-div-outer .larger{
    margin-bottom: 15px;
}
.home-icon-div svg{
margin-top: auto;
}
a span{
    display: inline-block;
    width: 15px;
}
span.spacer{
    display: inline-block;
    width: 15px;
}
a:hover span{
    display: inline-block;
    width: 25px;
}
.right-link .link{
          margin-left: auto;
    margin-top: auto;
    margin-bottom: 18px;
}
a.link{
    border-bottom: 2px solid;
    max-width: max-content;
}
ul{
        padding-inline-start: 0px;
}
.transparency{
    opacity: 0.7;
}
.beige{
    background-color: #EFECEA;
}
/*
.menu-padding{
    padding: 2vw;
}
*/
.menu-padding h4{
    font-size: clamp(20px, 2.2vw, 26px);
    margin-bottom: 4px;
}
.supplier-logos img{
    max-width: 200px;
        margin: auto;
}
.menu-block{
    border: 1px solid #016DB7;
    color: #016DB7;
    padding: 25px;
}
.menu-block .row{
    padding-bottom: 20px;
}
.signatures{
    max-width: 300px;
    height: auto;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    padding-top: 40px;
}
.inner-pad{
    padding-left: 7vw !important;
    padding-right: 7vw !important;
    padding-top: 6vw !important;
}
.mt-minus{
    margin-top: -100px;
}
p{
    font-weight: 100;
    font-style: normal;
    font-size: 20px;
    margin-top: 0px;
}
p.larger{
    font-size: clamp(20px, 2vw, 28px);
}
.bold, b{
    font-weight: 700;
}
.border-top{
    border-top: 1px solid #016DB7;
    padding-top: 15px;
}
.small-square-height{
    color:  #10364F;
}
a{
    color: inherit;
    font-weight: 700;
}


footer a{
    font-weight: 100;
    text-decoration: none;
}
footer svg{
        width: auto;
    height: 80px;
}
footer .row:nth-child(2) {
    min-height: 16vh;
}
footer .col-8.hide-when-small{
    display: flex;
    justify-content: end;
}
section:first-child{
    padding-top: 180px;
}
.home-header{
    padding: 0px !important;
/*    padding-top: 50px !important;*/
}
.full-height{
    height: clamp(45vw, 100vh, 100vw)
}
.home-header .col-6{
        min-height: 44vh;
}
#wcb{
   margin-top: 4px; 
}
h1{
    font-size: clamp(54px, 5.8vw, 100px);
    line-height: 1;
    font-family: balboa, sans-serif;
    text-transform: uppercase;
      margin: 0px;
    font-weight: 300;
}
h1.home{
    font-size: clamp(42px, 4.4vw, 86px);
    line-height: 1;
    font-family: work-sans, sans-serif;
    text-transform: none;
    font-weight: 100;
      margin: 0px;
}
.z-2{
    z-index: 5;
}
h2{
    font-size: clamp(36px, 4.5vw, 96px);
    line-height: 1.15;
    font-family: balboa, sans-serif;
    text-transform: uppercase;
    margin: 0px;
}
h3, .h3{
    font-size: clamp(24px, 3.2vw, 64px);
    line-height: 1.15;
    font-family: balboa, sans-serif;
    text-transform: uppercase;
      margin: 0px;
        margin-bottom: 10px;
}
.balboa{
    font-family: balboa, sans-serif;
}
.work-sans{
    font-family: work-sans, sans-serif;
    text-transform: none;
    font-weight: 100;
}
h4{
    font-size: clamp(18px, 2.1vw, 36px);
    line-height: 1.15;
    font-family: work-sans, sans-serif;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 6px;
}
li{
    font-size: inherit
}
.p1{
    font-size: 18px;
    font-family: inherit;
    margin-bottom: 15px !important;
    display: block
}
.p2{
    font-size: 16px;
    font-family: inherit;
    margin-bottom: 15px !important;
    display: block
}
li p{
    margin-bottom: 5px;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.center {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}
.d-flex{
    display: flex;
}
.fmg-logo img{
    max-width: 150px;
     margin-left: auto;
}
.mt-auto{
    margin-top: auto;
}
.m-auto{
    margin: auto;
}
.w-auto{
   width: auto; 
}
.mw-90{
    max-width: 90%;
    min-width: 300px;
}
.bottom {
    display: flex;
    align-items: flex-end;
    flex: 1 1 auto;
}
.menu-block img{
    width: auto;
    height: auto;
}
.show-when-small{
 display: none;   
}
.icon{
        width: 60px;
    height: 60px;
    background: #10364F;
    border-radius: 50px;
    margin: auto;
    margin-bottom: 20px;
}
body{
   font-family: work-sans, sans-serif; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    margin: 0px;
}
.top-header {
    padding-top: calc(120px + 3vw) !important;
    padding-bottom: calc(50px + 2vw) !important;
}
.top-header p{
    max-width: clamp(320px, 50%, 700px);
    margin: auto;
    margin-top: 20px;
}
.sustainability-logo{
    max-width: clamp(110px, 20vw, 400px);
    height: auto;
}

.friends-logo{
        max-width: 450px;
    margin: auto;
}
.transform-none{
    text-transform: none;
}

.tile {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    opacity: 0;
}
.bottom-right.inView {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.inView {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
/* Slideshow CSS */
.rounded{
    border-radius: 20px;
}
.slideshow{
    display: flex;
    position: relative;
    width: auto;
    height: auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: clamp(500px, 50vw, 80vh);
  }
  .slide{
    position: absolute;
    display: flex;
    z-index: 1;
    transition: 0.5s ease;
    width: 100%;
    height: 90%;
    text-align: center;
      justify-content: center;
    align-items: center;
  }
.phone{
    /* padding-top: 30px;
    padding-bottom: 40px; */
    border: 4px solid #10364F;
    border-radius: 30px;
}
  .active-slide{
    z-index: 10;
  }
  /* .prev-slide{
  
  } */
  .arrow-button{
    position: absolute;
    z-index: 11;
    background: rgba(0,0,0,0);
    border: none;
    outline: none;
    cursor: pointer;
    color: rgba(255,255,255,0);
    font-size: 20px;
    font-weight: bold;
    height: 100%;
    width: 50%;
  }
  .arrow-button:hover{
    color: rgba(255,255,255,1);
  }
  .left-arrow{
    left: 0;
  }
  .right-arrow{
    right: 0;
  }
  .right-arrow svg{
    right: 10px;
    position: absolute;
    top: 45%;
  }
  .left-arrow svg{
    left: 10px;
    position: absolute;
    top: 45%;
  }
 /* Slideshow CSS */ 
  
  


.banner-img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.navy{
    background-color: #10364F;
    color: white;
}
.green{
    background-color: #99bb7e !important;
    color: white;
}
.dark-green{
    color: white;
    background-color: #2c4c21;
}
.text-green{
    color: #355B28;  
}
.blue{
    background-color: #016DB7;
    color: white;
}
.orange{
    background-color: #E26E4C;
}
.brown{
    background-color: #CCC2B8;
}
.peach{
    background-color: #EBA48F;
}
.yellow{
    background-color: #F5D025;
}
.blue-text{
    color: #016DB7;
}
.navy-text{
    color: #10364F;
}
.green-text{
    color: #355B28;
}
.white-text{
    color: white;
}
.jobs-outer img{
    max-height: 140px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.mb-less{
    margin-bottom: -7px;
}
.w-100{
        width: 100%;
}
.p-absolute{
    position: absolute;
}
.p-relative{
    position: relative;
}
.extra-pad{
    padding: 15px 30px;
}
.red{
    background-color: #E26E4C;
    color: white;
}
.caps{
    text-transform: uppercase;
}
.font-red{
    color: #E26E4C;
}
#navbar{
    color: white;
    background-color: #006DB6;
    box-shadow: rgb(0 0 0 / 15%) 0px 6px 10px;
}
#navbar div:first-child{
    width: 270px;
    padding-left: 6vw;
}
#navbar div:last-child{
    width: 270px;
    padding-right: 6vw;
    text-align: right;
}
#navbar a{
    color: white;   
}
#navbar svg{
        height: 96px;
    padding-top: 8px;
    padding-bottom: 10px;
}
#navbar{
   position: fixed;
   width: 100%;
   display: flex;
   justify-content: space-between;
   align-items: center;
   z-index: 99;
   width: 100%;
   transition: 0.5s ease;
}
#navbar ul {
   display: flex;
   margin: 0;
   padding: 0;
   padding: clamp(20px, 2.2vw, 100px) 0px;
   transition: 0.5s ease;
}
#navbar ul li {
   list-style: none;
    margin-left: 0.65vw;
    margin-right: 0.65vw;
}
#navbar ul li a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 100;
    cursor: pointer;
}
#navbar .button {
    padding: 8px 20px;
    white-space: nowrap;
}
#navbar ul li a:hover{
    opacity: 0.5;
}
.img-fluid{
    max-width: 100%;
    height: auto;
}
.img-fluid-h{
    max-height: 100%;
    width: auto;
}
img{
    width: 100%;
    height: 100%;
}
body{
    background-color: #F4F4F4;
    color:#016DB7;
}
.faqs button{
    border-right: 2px solid #77a7c9;
    padding-left: 11px;
    padding-right: 17px;
    font-size: 20px;
    color: #77a7c9;
}
.faqs button.activebtn{
    color: #016DB7;
}
.faqs button:last-child{
    border-right: 0;
}
#navbar .sub-menu{
 display: none;
    position: absolute;
    left: -26px;
    padding: 5px;
    padding-top: 15px;
    border-radius: 10px;
    text-align: left;
/*    background: #214b67;*/
    line-height: 1.75;
}
#navbar  .sub-menu li{
     background: #214b67;
    padding: 10px;
}
#navbar  .sub-menu li:first-child{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
        padding: 10px 15px 0px;
}
#navbar  .sub-menu li:last-child{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; 
        padding: 0px 15px 10px;
}
li{
    position: relative;
}
#navbar li:hover  .sub-menu{
    display: block
}
button{
        font-family: inherit;
    font-weight: 700;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
}
.button{
    padding: 10px 30px;
    border-radius: 30px;
    text-decoration: none;
    max-width: max-content;
    margin: auto;
    font-weight: 700;
    cursor: pointer;
}
.location .button{
        margin-top: 4px;
    margin-right: 6px;
        display: inline-block;
}
.home-header .button{
        margin-top: 4px;
    margin-right: 6px;
        display: inline-block;
}
.ext{
   padding: 10px 20px; 
}
.map{
    bottom: 30px;
    right: 20px;
}
.full-btn{
    background: white;
    color:#016DB7;
    border: 1px solid white;
}
.full-btn:hover{
    background: transparent;
    color:white;
}
.full-btn-navy{
    background: transparent;
    color:#10364F;
    border: 1px solid #10364F;
}
.full-btn-navy:hover{
    background: #10364F;
    color:white;
    border: 1px solid #10364F;
}
.full-btn-blue{
    background: transparent;
    color:#016DB7;
    border: 1px solid #016DB7;
}
.acc-full-btn-blue{
    background: #016DB7;
    color: white;
    border: 1px solid #016DB7;
}
.acc-full-btn-blue:hover{
   background: transparent;
    color:#016DB7;
}
.full-btn-blue:hover{
    background: #016DB7;
    color:white;
    border: 1px solid #016DB7;
}
.full-btn:hover{
    background: transparent;
    color:white;
}
.menu-links{
        display: inline;
    text-align: right;
}
.outline-btn{
    border: 1px solid white;
    color: white;
}
.outline-btn:hover{
    background: white;
    color:#016DB7 !important;
}
.reward-icon{
    position: absolute;
    left: 5px;
    width: 70px;
}
#rewardDrop .accordion-toggle{
    padding-left: 90px;
}
.app-icons-div{
    max-width: max-content;
    margin: auto;
    margin-top: 30px;
}
.app-store-icon{
    max-width: 170px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 7px;
    border: 1px solid #fefefe;
    margin-top: 10px;
}
.outline-btn-navy{
    border: 1px solid #10364F;
    color: #10364F;
}
.newsletter{
    width: 260px;
    padding: 8px;
    border: 0px;
    background: transparent;
    border-bottom: 1px solid white;
}
section {
    position: relative;
    overflow: hidden;
    padding-right: 6vw;
    padding-left: 6vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    display: block;
}
.general-padding{
    padding-right: 6vw;
    padding-left: 6vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
}
footer{
   padding-right: 6vw;
    padding-left: 6vw;
    padding-top: 3vw;
    padding-bottom: 4vw; 
}
.two-thirds-height{
    min-height: 70vh;
}
.half-height{
    min-height: clamp(300px, 40vw, 900px);
}
.jobs-outer img {
    max-height: 110px;
    padding-top: 10px;
    padding-bottom: 15px;
}
/* .half-height{
    height: 48vh;
} */
#myBtn{
    display: none;
}
.pl-6{
    padding-left: 6vw;
}
.pb-5vw{
    padding-bottom: 5vw; 
}
.pb-0{
    padding-bottom: 0px !important; 
}
.pt-0{
    padding-top: 0px !important; 
}
.tandc{
    opacity: 0.5;
}
.pb-10vw{
    padding-bottom: 10vw; 
}
.pb-20px{
    padding-bottom: 20px;
}
.pb-30px{
    padding-bottom: 50px;
}
.pl-20px{
    padding-left: 20px;
}
.pt-20px{
    padding-top: 20px;
}
#wcb_p{
    text-align: left;
}
#wcb{
      text-align: left !important;
}
.right-link{
    text-align: right;
}
.col{
        display: flex;
            padding: 10px;
    }
    .col-12{
        flex: 0 0 100%;
        flex-direction: column;
    }
    .col-10{
        flex: 0 0 83.3333%;
        flex-direction: column;
    }
.col-9{
        flex: 0 0 75%;
        flex-direction: column;
    }
    .col-8 {
        flex: 0 0 66.6666%;
        flex-direction: column;
      }
.col-7 {
        flex: 0 0 58.333%;
        flex-direction: column;
      }
    .col-6 {
        flex: 0 0 50%;
        flex-direction: column;
      }
      .col-always-8 {
        flex: 0 0 66.6666%;
        flex-direction: column;
      }
      .col-always-4 {
        flex: 0 0 33.33333%;
        flex-direction: column;
      }
 .col-5 {
        flex: 0 0 41.666%;
        flex-direction: column;
        max-width: 41.666%;
      }
      .col-4 {
        flex: 0 0 33.3333%;
        flex-direction: column;
        max-width: 33.3333%;;
      }
    .col-3 {
        flex: 0 0 25%;
        flex-direction: column;
      }
    .col-2 {
        flex: 0 0 16.6666%;
        flex-direction: column;
      }
    .col-1 {
        flex: 0 0 8.333333%;
        flex-direction: column;
      }


 .menu-10{
        flex: 0 0 83.3333%;
        flex-direction: column;
    }
.menu-2 {
        flex: 0 0 16.6666%;
        flex-direction: column;
    text-align: right;
      }
.row{
  flex-direction: row;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
        width: 100%;
}
.m-0{
    margin: 0px;
}
.mt-auto{
    margin-top: auto;
}
.show-when-small{
    display: none
} 
main {
        flex-direction: row;
    }
.location{
    padding-bottom: 4vw;
}
.normal{
    font-weight: 100 !important;
}

/*DROPDOWNS*/
.accordion-toggle {
    height: 94px;
  display: block;
  background: #EFECEA;
  padding: 20px 85px 20px 25px;
    color: inherit;
    text-decoration: none;
  margin-bottom: 10px;
  transition: 0.5s ease;
  position: relative;
    cursor: pointer;  
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.accordion-toggle svg{
  position: absolute; 
  right: 20px;
    width: clamp(16px, 1.6vw, 40px);
  top: calc( 50% - 10px);
  transition: 0.5s ease;
    pointer-events: none;
}
.accordion-content {
  height: 108px;
  overflow: hidden;
  transition: 0.5s ease;
}

.accordion-content.active {
  height: 250px;
  overflow: hidden;
  transition: 0.5s ease;
}
.height2.accordion-content.active{
   height: 450px; 
}
.height5.accordion-content.active{
    height: 650px; 
 }
.height4.accordion-content.active{
    height: 350px; 
 }
.height3.accordion-content.active{
   height: 440px; 
}
.height5.accordion-content.active{
    height: 650px; 
 }
.heightx2 .accordion-toggle{
    height: 130px;
}
.heightx2 {
    height: 145px;
}
.accordion-content p{
    padding: 20px 25px;
    max-width: 85%;
    min-width: 330px;
}
.active svg{
  transform: rotate(-45deg); 
}
.filterDiv {
  display: none;
}
.show {
  display: block;
}

.deliveroo{
    max-width: 100px;
    height: auto;
    mix-blend-mode: multiply;
}

.delivery{
    width: 450px;
    margin: auto;
}

.object-fit{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.pointer{
    cursor: pointer;
}
/*DROPDOWN*/
.dropbtn {
  background-color: white;
    padding: 12px 20px;
  font-size: 20px;
  border: none;
  cursor: pointer;
    text-align: left;
    width: 100%;
    border: 1px solid;
    color: inherit;
    border-radius: 26px;
    transition: 0s ease;
}
.dropdown {
    position: relative;
    width: clamp(300px, 26vw, 500px);
    display: block;
    margin: auto;
}
.dropdown svg{
    position: absolute;
    right: 20px;
    top: 23px;
}
.dropdown.open svg{
    transform: rotate(180deg);
}
.dropdown svg{
    transition: 0s ease;   
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  border-right: 1px solid #016DB7;
    border-bottom: 1px solid #016DB7;
border-left: 1px solid #016DB7;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  z-index: 1;
    width: clamp(300px, 26vw, 500px);
}
.dropdown-content button {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 20px;
}
.dropdown-content button:last-child{
    padding-bottom: 22px;
}
.dropdown-content a:hover {
    background-color: #f1f1f1
}
.feature-content-img-right .col-6:first-child{
        padding-right: clamp(20px, 5vw, 170px);
}
.feature-content-img-left .col-6:last-child{
    padding-left: clamp(10px, 2.5vw, 80px);
}
.feature-content-img-left.narrow .col-6:last-child p{
        width: 75%;
    min-width: 330px;
}
.two-col-image-block .col-6 p{
    width: 90%;
    min-width: 330px;
}
/*
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn{
        border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: 0s ease;
}
*/
.open.dropdown .dropdown-content {
  display: block;
}
.dopbtn{
    transition: 0s ease;
}
.open.dropdown .dropbtn{
          border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: 0s ease;  
}
.mb-2{
    margin-bottom: 2vw;
}
 .mb-1 {
    margin-bottom: 10px;
}
.p-0{
    padding: 0px !important;
}
.m-0{
    margin: 0px !important;
}
.p-2{
    padding: 2vw;
}
.ml-20px{
    margin-left: 20px;
}

.show-when-med{
    display: none !important;
}

/*Burger Menu*/
.showMenu {
  transform: translateY(0);
}
.hamburger {
  position: fixed;
  z-index: 100;
  top: 9px;
  right: 1rem;
  padding: 4px;
  cursor: pointer;
    background: none;
    display: none;
}

.closeIcon {
  display: none;
}

.menu {
  position: fixed;
  transform: translateY(-100%);
  transition: transform 0.2s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: #016DB7;
  color: white;
  list-style: none;
  padding-top: 20vh;
    margin: 0px;
    padding-left: 0px;
    text-align: center;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-content: space-between;
}
.open-burger .menu {
    visibility: visible;
      transform: translateY(0%);
}
/* header .bar:before{
    content: "Menu";
    color: white !important;
    position: absolute;
    right: 50px;
    transition: 0.5s ease;
    top: 40%;
    padding-right: 10px;
} */
.bar.close2:before{
    font-size: 16px;
    color: #0069b3;
    position: absolute;
    right: 50px;
    transition: 0.5s ease;
    content: "Close";

}
/* .open-burger header .bar:before{
    content: "Close";
} */
.open-burger .intercom-lightweight-app{
    opacity: 0;
    pointer-events: none;
}
.open-burger .menu-access span{
    content: "Close";
}
.open-burger .intercom-app{
    opacity: 0;
    pointer-events: none;
}
.master-container {
    position: fixed;
    z-index: 99999;
    top: 20px;
    transform: scale(.9);
    right: 6vw;
}

.menu li{
    font-size: 22px;
    margin-bottom: 10px;
}
.menu ul ul li{
    margin-bottom: 0px;
    font-size: 80%;
}
.showMenu {
  transform: translateY(0);
}

/*Burger Menu*/

.slideshow{
    position: relative
}
.h-100{
    height: 100%;;
}
.slideshow span{
position: absolute;
    bottom: 20px;
    background: white;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
}
.slideshow span:nth-child(2){
        right: 44px;
}
.slideshow span:nth-child(3){
        right: 20px;
}
.active1 span:nth-child(2){
        background: transparent;
    border: 2px solid white
}
.active2 span:nth-child(3){
        background: transparent;
    border: 2px solid white
}

.skip-to-content-link {
  left: 50%;
  position: absolute;
  transform: translateY(-400%);
}
.skip-to-content-link {
     background: #016DB7;
    height: auto;
    left: 5vw;
    top: 108px;
    padding: 8px;
    border-radius: 30px;
    position: absolute;
    transition: transform 0.3s;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
}



.menu {
  height:100%;
  width:100%;
  background-color:#016DB7;
  z-index:9999;
/*  display:none;*/
  text-align:center;
    transition: 0.4s ease-out;
}
.menu li  { 
    text-decoration:none;
    list-style-type: none;
}
 .menu li  a {
    text-decoration:none;
    color:white;
     font-weight: 100 !important;
} 
#navbar .active{
   font-weight: 600;
} 
.burger-badge{
    position: absolute;
    bottom: 20px;
    right: 30px;
}
.menu-2 h4 span{
    font-size: 60%;
    vertical-align: super;
}
.menu-block h3 span{
    font-size: 60%;
    vertical-align: super;
}
.menu-2 p1 span{
    font-size: 60%;
    vertical-align: super;
}
.menu-2 h4{
        position: absolute;
            right: 16px;
    }
.menu-2 h4{
        position: absolute;
            right: 25px;
    }
.menu-block ul.plus{
    list-style-type: "+ ";
    list-style-position: outside;
        margin-left: 15px;
        margin-top: 0px;
    margin-bottom: 0px;
}
ul.dash{
    list-style-type: "– ";
    list-style-position: outside;
        margin-left: 15px;
        margin-top: 0px;
    margin-bottom: 0px;
}
.outer-food-menu h3{
    line-height: 1;
    margin-bottom: 2px;
}
.outer-food-menu h3.mt-auto{
    margin-left: 10px;
}
.burger-menu { 
  margin-top: 11px;
  cursor:pointer;
}
.bar {
   transition:0.4s;
}
.bar-1 {
  display: block;
  width: 42px;
  border-top: 2px solid white;
  padding-top:10px;
  cursor:pointer;
  transition:0.4s;
}
 .bar-2 {     
  display: block;
  width: 42px;
  border-top: 2px solid white;
  padding-top:10px;  
  display:fixed;
  transition:0.4s;
  }
.bar-3 {  
  width:5em;
  display: block;
  width: 42px;
  border-top: 2px solid white;
  padding-top:7px;
  transition:0.4s;
  }
.open-burger .bar-1 {
-webkit-transform: rotate(-45deg) translate(-8px, 8px);
    transform: rotate(-45deg) translate(-8px, 8px);
}
.open-burger .bar-2 {opacity:0;}
.open-burger .bar-3 {
    -webkit-transform: rotate(45deg) translate(-11px, 5px);
    transform: rotate(45deg) translate(-11px, -5px);
}
h1.careers{
    font-size: clamp(64px, 8.4vw, 140px);
    z-index: 9;
}
.opening-hours tr td:first-child{
    padding-right: clamp(0px, 1.5vw, 30px);
    padding-left: 0px;
}
.opening-hours tr td{
    line-height: 1;
}
.opening-hours{
    margin-bottom: 15px;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-5{
    margin-bottom: 5px !important;
}
/*Modal*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  padding-top: 20px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgb(16, 54, 79, 0.5); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #eeece9;
  margin: auto;
  padding: 20px;
  width: clamp(300px, 50vw, 800px);
}

.allergens{
    width: clamp(330px, 94vw, 2600px);
    margin-top: 0vh;
    position: relative;
}
.modal-content p{
        text-align: left;
}


/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close2 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
   right: 10px;
   position: absolute;
 
}
.link{
    cursor: pointer;
}
footer a:hover{
    opacity: 0.5;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-content .bar-1, .modal-content .bar-2, .modal-content .bar-3{
    border-color: #016DB7;
} 

.modal-content .bar-1 {
-webkit-transform: rotate(-45deg) translate(-8px, 8px);
    transform: rotate(-45deg) translate(-8px, 8px);
}
.modal-content .bar-2 {opacity:0;}
.modal-content .bar-3 {
    -webkit-transform: rotate(45deg) translate(-11px, 5px);
    transform: rotate(45deg) translate(-11px, -5px);
}
.bar.close{
        transform: scale(0.75);
}
.bar.close2{
        transform: scale(0.75);
}
@media screen and (min-width: 1440px){
    .accordion-toggle {
        height: 98px;
    }
    .accordion-content {
        height: 114px;
    }
    .heightx2 {
    height: 145px;
}
    /* .heightx2.accordion-content.active{
        height: 250px;
    } */
    
/*
    .heightx2 .accordion-toggle{
    height: 110px;
}
.heightx2{
    height: 125px;
}
*/
}
@media screen and (max-width: 1200px){
    .ext {
    padding: 6px 14px;
}
    .menu-block .row {
    padding-bottom: 13px;
}
    p, p1{
        font-size: 16px;
    }
     .col-sm-12{
         flex: 0 0 100%;
        flex-direction: column;
            max-width: 100%;
    }
    .menu-block .col-6 p1, .menu-block .col-5 p1, .menu-block .col-7 p1 {
    margin-bottom: 0px !important;
}
    .menu-block{
        padding: 20px;
    }
    .menu-block h3{
            font-size: clamp(28px, 3vw, 64px);
    }
}
@media screen and (max-width: 995px) {
    .modal{
        padding-top: 40px;

    }
    #navbar ul{
        display: none;
    }
    .hide-when-med{
        display: none !important;
    }
    .show-when-med{
        display: block !important;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        flex-direction: column;
      }
    section{
        padding-bottom: 6vw;
    }
    .general-padding{
 padding-bottom: 6vw;
    }
    .two-thirds-height {
    min-height: 60vh;
}
    .hide-ipad{
        display: none;
    }
    .mt-minus {
    margin-top: -40px;
}
    
    #navbar div:last-child {
        width: 25vw;
    }
        #navbar div:first-child {
        width: 25vw;
    }
    p1 {
        font-size: 16px;
    }
    .accordion-toggle {
        height: 80px;
    }
    .heightx2 .accordion-toggle {
    height: 120px;
}
}



@media screen and (max-width: 768px) {
    .burger-menu { 
        margin-top:0px;

      }
    
    .small-square-height div{
        margin-top: auto;
    }
    footer .col-5{
        margin-top: 6vh;
    }
    .pb-sm-0{
        padding-bottom: 0px !important;
    }
    .map {
    bottom: 30px;
    right: auto;
    left: 20px;
}
    #wcb {
    text-align: left !important;
}
    #wcb_p{
        text-align: left !important;
    }

    .accordion-content.active {
        height: 250px;
    }
    
    .height2.accordion-content.active{
   height: 550px; 
}
.height4.accordion-content.active{
    height: 400px; 
 }

    .height3.accordion-content.active{
   height: 610px; 
}
.height5.accordion-content.active{
    height: 850px; 
 }
    .accordion-content{
            height: 94px;
    }
    .heightx2 {
    height: 145px;
}
    .supplier-logos .col-3{
        padding: 0px;
    }
    .menu-2 h4{
        position: absolute;
            right: 16px;
    }
    .menu-links{
        text-align: left;
    }
    .outer-food-menu h3.mt-auto{
    margin-left: 0px;
}
    .feature-content-img-left .col-6:last-child{
    padding-left:  0px;
}
    .mt-minus {
        margin-top: -10px;
    }
    .image-banner .two-thirds-height{
        min-height: 60vh
    }
    footer .row:nth-child(2) {
        min-height: 2vh;
    }
    footer .col-8.show-when-small{
        padding-top: 30px;
    }
    #wcb {
        margin-top: 5px;
    }
    .faqs button {
    border-right: 0px solid #77a7c9;
    padding-left: 2px;
    padding-right: 6px;
        font-size: 18px;
    }
    footer {
        padding-right: 6vw;
        padding-left: 6vw;
        padding-top: 6vw;
        padding-bottom: 5vw;
    }
    .menu li a{
        font-weight: 300;
        font-size: 28px;
    }
    .menu ul ul li a{
        font-size: 18px;
    }
    .menu ul ul{
        margin-top: 10px;
    margin-bottom: 20px;
    }
    .menu ul .active{
        font-weight: 600;
    }
    .menu .button{
         bottom: 50px;
        position: absolute;
        width: 100%;
        max-width: calc(100% - 18vw);
        margin-left: 9vw;
        margin-right: 9vw;
        font-size: 18px;
    }
    .home-header .pl-6{
        padding-top: 30px;
    }
    .right-link .link {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0px;
    }
    .p-2 {
        padding: 20px;
    }
    .col{
        padding: 20px 0px;
    }
    .p-small-0{
        padding: 0px;
    }
    .accordion-toggle{
        padding: 15px 48px 15px 17px;
    }
    .menu-padding h4{
        font-size: clamp(20px, 2.2vw, 26px);
    }
    
    .chef{
        text-align: center;
    }
    .fmg-logo img {
    max-width: 100px;
    margin: auto;
}
    .fmg-logo{
        padding-top: 0px;
    }
    .menu-block p1 {
        margin-bottom: 2px !important;
        font-size: 14px;
    }
    .menu-block{
            padding: 16px;
    }
   
    p1 {
        font-size: clamp(16px, 1.35vw, 18px);
    }
    .location {
    padding-bottom: 8vw;
    padding-top: 4vw;
}
    .mb-2 {
    margin-bottom: 20px;
}
   
    .button {
        padding: 8px 25px;
    }
    .ext {
    padding: 8px 20px;
}
    .feature-content-img-left .col-6:nth-child(1){
        order: 2;
    }
    .feature-content-img-left .col-6:nth-child(2){
        order: 1;
    }
    #navbar svg{
    max-width: 46px;
        height: 66px;
}
    p{
        font-size: 16px;
    }
    p.larger{
        font-size: 20px;
    }
    .sustainability-outer img{
        max-width: 150px;
        margin: auto;
    }
    .sustainability-outer p{
        text-align: center;
    }
    .show-when-small{
        display: block;
    }
    .hide-when-small{
        display: none !important;
    }
 
     .hamburger{
         display: block;
     }
    
    .no-border-small{
        border: none !important;
        padding-top: 0px;
    }
    
    .col-sm-6, .col-1, .col-2 , .col-3, .col-5, .col-4, .col-6, .col-7, .col-8, .col-9, .col-10,  .col-12{
        flex: 0 0 100%;
        flex-direction: column;
            max-width: 100%;
    }
    .beige.blue-text.half-height.center .col-xs-6{
        padding-right: 25px !important;
    }
    .col-xs-6{
        flex: 0 0 50%;
        flex-direction: column;
        max-width: 50%;
        padding-right: 10px;
        padding-left: 10px;
    }
    /* .sustainability-outer{
        
    } */
}
@media screen and (max-width: 500px){
    .burger-badge {
        position: absolute;
        bottom: 0px;
        right: 20px;
        max-width: 100px;
    }
    .app-icons-div{
        display: block;
    }
    .small-square-height{
        min-height: 95vw;
        align-items: baseline;
        display: flex;
    }
        .accordion-content.active {
    height: 330px;
    overflow: hidden;
    transition: 0.5s ease;
    }
    .col-xs-6{
        flex: 0 0 100%;
        flex-direction: column;
        max-width: 100%;
    }
    .col-xxs-6{
        flex: 0 0 50%;
        flex-direction: column;
        max-width: 100%;
    }
    .col-xxs-6:nth-child(even){
       padding-right: 6px;
       padding-bottom: 6px;
       padding-top: 6px;
    }
    .col-xxs-6:nth-child(odd){
        padding-left: 6px;
        padding-bottom: 6px;
        padding-top: 6px;
     }
    
}
/* cookiehub consent overrides */
a.ch2-open-settings-btn:hover span{
    display: none;
}
.ch2-container, .ch2-icon {
    font-family: work-sans, sans-serif !important;
}

/* Order Pop up dialog styles */
/* https://codepen.io/argyleink/pen/xxvaxag */
:where(body) {
  --ease-2: cubic-bezier(.25, 0, .4, 1);
  --ease-4: cubic-bezier(.25, 0, .2, 1);
  --ease-in-out-5: cubic-bezier(1, 0, 1, 1);
  --ease-elastic-in-out-2: cubic-bezier(.5, -.3, .1, 1.5);
  --ease-spring-2: linear(
    0, 0.007, 0.029 2.2%, 0.118 4.7%, 0.625 14.4%, 0.826 19%, 0.902, 0.962,
    1.008 26.1%, 1.041 28.7%, 1.064 32.1%, 1.07 36%, 1.061 40.5%, 1.015 53.4%,
    0.999 61.6%, 0.995 71.2%, 1
  );
  --size-content-2: 45ch;  
  --ratio-landscape: 4/3;
  --ratio-portrait: 3/4;
  --size-3: 1rem;
}

.push-z {
  --_duration: .5s;
  background: none;
	box-shadow: none;
  padding: 0;
  overflow: clip;
  border: none;
  transition: 
    display var(--_duration) allow-discrete, 
    overlay var(--_duration) allow-discrete;
}

.push-z::backdrop {
  transition: opacity var(--_duration) var(--ease-4);
  opacity: 0;
  background-color: rgb(16, 54, 79, 0.75); /* Black w/ opacity */
  cursor: zoom-out;
}

.push-z > section {
  display: flex;
  width: 100%;
  place-items: center;
  text-align: center;
  padding: 0;
}

@media (prefers-reduced-motion: reduce) {
  .push-z > section {
    transition: opacity .7s var(--ease-2);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .push-z > section {
    transition: translate .7s var(--ease-elastic-in-out-2) .0s;
    translate: 0 100%;
  }
}

.push-z .bar.close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
}

.push-z[open], .push-z[open]::backdrop {
  opacity: 1;
}
  
.push-z[open] > section {
  opacity: 1;
  translate: 0;
  
}
@media (prefers-reduced-motion: no-preference) {
  .push-z[open] > section {
    transition-delay: var(--_duration);
    transition-timing-function: var(--ease-spring-2);
  }
}

@starting-style {
  .push-z[open],
  .push-z[open]::backdrop {
    opacity: 0;
  }
  .push-z[open] > section {
    opacity: 0;
    translate: 0 100%;
  }
}

.push-z .modal-content {
  inline-size: clamp(300px, 50vw, 800px);
  aspect-ratio: var(--ratio-landscape);
}
.push-z .modal-content.blue {
  background-color: #016DB7; 
}
.push-z .modal-content.blue [class*="bar-"] {
  border-color: #fff;
} 
.push-z .modal-content header {
  display: flex;
  width: 100%;
  place-content: center;      
}

/*
 * HELPER CLASSES
 _____________________________________________________________________________
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* 
// Brevo sign form override styles
// ==================================================================== */
#sib-container {
  background: none !important;
  padding: 0 !important;
}

.row--space-between {
  justify-content: space-between;
}

.col:has(.sib-form) {
  padding: 0;
}
.sib-form, .entry__choice {
  font-size: inherit !important;
  font-family: inherit !important;
}

.sib-form {
  padding: 0 0 2rem !important;
  max-width: 30em;
  justify-content: space-between !important;
}

.sib-form .input { 
  width: auto !important;
  border-radius: 30px 0 0 30px !important;
  background-color: transparent !important;
  border: 1px solid white !important;
  border-right: none !important;
  /* padding-block: 30px !important; */
  height: 43px !important;
}

.sib-form ::placeholder {
  color: #fff !important;
  padding-left: .5rem !important;
}

.sib-form button.outline-btn {
  background-color: #fff;
  color: #016DB7 !important;
  margin-left: -2rem;
  border: none;
  height: 45px !important;
}

.sib-form .entry__field--inline {
  display: flex;
  align-items: center;
  margin-block: 0 1rem;
}

.sib-form .entry__field--inline .input {
  flex: 1;
}

.sib-form-container a {
  color: #fff !important;
}

.entry__choice label p {
  font-size: 16px;
}
/* .sib-form .entry__field--inline button {
  margin-left: 1rem;
} */