body {
  line-height: 1.35;
  letter-spacing: 1px;
  font-family: 'Work Sans', sans-serif;
  font-weight: normal;
  font-size: 1.14em;
  color: #0c303f;
  background-color: #fbf9f2;
  margin: 0;
  padding: 0;
}
body, html { overflow-x:hidden; }
a {
  text-decoration: none;
  color: #0c303f;
}
p {
  padding: 0;
  margin: 0;
}
.deskbottompadding {
  display: block;
  width: 100%;
  /* border: 1px solid green; */
  /* background-color: lightblue; */
}
.mobilebottompadding {
  display: none;
  width: 100%;
  /* border: 1px solid blue; */
}
h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.13em;
}
.desktop { display: block; }
.fullwidth {
  width: 100%;
  position: relative;
  background-color: #fbf9f2;
  border: 1px solid #fbf9f2;
  z-index: 10;
  overflow: hidden;
}
.fullwidth2 { width: 100%; }
.sitewidthbox {
  width: 100%;
  max-width: 1725px;
  margin: 0 auto;
  overflow: hidden;
  /* border: 1px solid red; */
}
.sitewidthbox:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
.contentwidthbox { /* width: 1350px;  */
  width: 78.55%;
  margin: 0 auto;
  overflow: hidden;
}
.contentwidthbox:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
.contentwidthbox_work { /* width: 1350px;  */
  width: 78.55%;
  margin: 0 auto;
  overflow: hidden;
}
.contentwidthbox_work:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
.lora { font-family: 'Lora', serif; }
.oswald { font-family: 'Oswald', sans-serif; }
.overpass { font-family: 'Overpass', sans-serif; }
.antonia_roman {
  font-family: "antonia-variable", sans-serif;
  font-variation-settings: "opsz" 8, "wght" 300;
}
.antonia_h1medium {
  font-family: "antonia-variable", sans-serif;
  font-variation-settings: "opsz" 48, "wght" 500;
}
.antonia_h1regular {
  font-family: "antonia-variable", sans-serif;
  font-variation-settings: "opsz" 48, "wght" 385;
}
.fira { font-family: 'Fira Sans Condensed', sans-serif; }
.nobr { white-space: nowrap; }
.fadein {
  transition: all 1.5s;
  opacity: 0;
}
.active { opacity: 1; }
.mobilemenuseperatorlines {
  width: 100%;
  background-color: #B1B3B6;
  height: 1px;
  margin: 8% auto 15% auto;
}
#nav {
  width: 40px;
  height: 35px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #B1B3B6;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav span:nth-child(1) {
  top: 0px;
}
#nav span:nth-child(2),
#nav span:nth-child(3) {
  top: 10px;
}
#nav span:nth-child(4) {
  top: 20px;
}
#nav.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
#nav.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}
.showcontent { display: block; }
.hidecontent { display: none; }

#slide {
  /*
  position: absolute;
  top: 20%;
  left: 0;
  bottom: 0;
  right: 0;
  */
  position: relative;
  width: 100%;
  text-align: center;
  /* background-color: #fbf9f2; */
  background-color: #faf8f0;
  display: none;
  z-index: 100;
}
.menuitems {
  background-color: #fbf9f2;
  background-image:
    linear-gradient(
      to bottom, 
      #fbf9f2,
      #fbf9f2 50%,
      #7fe18b 50%,
      #7fe18b 100%
    );
  font-size: 2.3em;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  width: 100%;
  padding: 2% 0;
}
 .menuitems1, .menuitems2, .menuitems3 { opacity: 0; }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.signpostimg {
  display: inline-block;
  background-image: url("images/arrow1.svg");
  background-repeat: no-repeat;
  width: 88%;
  background-size: 100%;
  margin: 6% 0 3% 3%;
  padding: 6.7% 0;
  line-height: 0;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 2px;
}
.signpostwhiteimg {
  display: inline-block;
  background-image: url("images/arrow2.svg");
  background-repeat: no-repeat;
  width: 88%;
  background-size: 100%;
  margin: 6% 0 40% 3%;
  padding: 6.7% 0;
  line-height: 0;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 2px;
}

.signpost { /* our rectangle */
  /* width:250px; */
  height:50px;
  background-color: #7fe18b;
  margin: 4% auto;
  position: relative;
  padding: 5% 40%;
  display: inline-block;
}
.signpost:after { /*  our pseudo-element */
  content:"";/* required */
  position: absolute; /* takes the 'cap' out off flow */
  top: 0; /* stick it to top edge of the sign */
  left: 100%; /* push it way overto the right*/
  height: 0; /* we're doing this with borders remember */
  width: 0; 
  border-width: 25px;
  border-style: solid;
  border-color: #7fe18b; /* same as bg of our rectangle */
  /* now we make some of theborders disappear*/
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.signpost > div, .signpost_white > div {  
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
}
.signpost_white {
  height: 50px;
  background-color: #fbf9f2;
  margin: 4% auto 40% auto;
  position: relative;
  padding: 5% 39%;
  display: inline-block;
}
.signpost_white:after {
  content:"";
  position: absolute;
  top: 0;
  left: 100%;
  height: 0;
  width: 0; 
  border-width: 25px;
  border-style: solid;
  border-color: #fbf9f2;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.homeintrotext {
  width: 41.5%;
  margin: 12% auto 3.2% auto;
  font-size: 1em;
  line-height: 1.7;
  position: relative;
  z-index: 2;
  padding: 0 4%;
  text-align: center;
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
  -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera < 12.1 */
  animation: fadein 2s;
  animation-delay: 0.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.homechevronline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
}
.packbrand {
  letter-spacing: 4px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  text-align: center;
  -webkit-animation: fadein2 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein2 2s; /* Firefox < 16 */
  -ms-animation: fadein2 2s; /* Internet Explorer */
  -o-animation: fadein2 2s; /* Opera < 12.1 */
  animation: fadein2 2s;
  animation-delay: 1.25s;
  opacity: 0;
  animation-fill-mode: forwards;
}
@keyframes fadein2 {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein2 {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein2 {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein2 {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.am-next {
  width: 10.85%;
  position: absolute;
  top: 31%;
  left: -14%;
}
.am-prev {
  width: 10.85%;
  position: absolute;
  top: 31%;
  right: -14%;
}
.am-next_m {
  width: 15%;
  position: absolute;
  top: 28%;
  left: -18%;
}
.am-prev_m {
  width: 15%;
  position: absolute;
  top: 28%;
  right: -18%;
}
.chevron {
  width: 11.2%;
  margin-top: 0;
  overflow: hidden;
  height: 9.6vw;
  position: relative;
}
.chevron img {
  position: absolute;
  z-index: 2;
  top: -200px;
  left: 0;
  -webkit-animation: fadein3 1s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein3 1s; /* Firefox < 16 */
  -ms-animation: fadein3 1s; /* Internet Explorer */
  -o-animation: fadein3 1s; /* Opera < 12.1 */
  animation: fadein3 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
@keyframes fadein3 {
  from { top: -200px; }
  to   { top: 0; }
}
/* Firefox < 16 */
@-moz-keyframes fadein3 {
  from { top: -200px; }
  to   { top: 0; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein3 {
  from { top: -200px; }
  to   { top: 0; }
}
/* Internet Explorer */
@-ms-keyframes fadein3 {
  from { top: -200px; }
  to   { top: 0; }
}

/*
#chevron {
  position: relative;
  text-align: center;
  padding: 12px;
  margin: 0 auto;
  height: 60px;
  width: 200px;
}
#chevron:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
      height: 100%;
      width: 51%;
      background: #7fe18b;
      transform: skew(0deg, 6deg);
}
#chevron:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 50%;
      background: #7fe18b;
      transform: skew(0deg, -6deg);
}
*/

.about_purveyors {
  width: 80%;
  font-weight: 700;
  margin: 0 auto 4% auto;
  text-align: center;
  font-size: 1.95em;
  letter-spacing: 2px;
  line-height: 1.5;
}
.about_pkg_design_box_v2 {
  background-color: #fbf9f2;
  background-image:
    linear-gradient(
      to bottom, 
      #7fe18b,
      #7fe18b 45%,
      #fbf9f2 45%,
      #fbf9f2 100%
    );
  font-size: 1.45em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  padding: 2% 0;
  margin: 0% 0 7% 0;
}

/*
.about_pkg_design_box {
  width: 100%;
  background-color: #fbf9f2;
  overflow: visible;
  margin: 8% 0 7% 0;
  padding: 1.2% 0;
  border: 1px solid #fbf9f2;
}
.about_pkg_design {
  margin-top: -4.5%;
  font-size: 1.45em;
  line-height: 1.2;
  letter-spacing: 4px;
  font-weight: 700;
}
*/
.aboutcompanybox {
  width: 61.86%;
  margin: 0 auto;
  padding: 4% 0;
}
.aboutcompanybox > img {
  width: 100%;
  margin: 5% 0 0 0;
}
.companiesworkedwith {
  font-weight: 700;
  background-color: #fbf9f2;
  padding: 0 3%;
  z-index: 2;
  position: relative;
  letter-spacing: 2px;
  text-align: center;
}
.aboutcompanylist {
  width: 100%;
  margin: 4% 0 8% 0;
  position: relative;
  display: flex;
  justify-content: center;
}
.aboutlargemandmimg {
  position: absolute;
  top: -1%;
  left: 2%;
  width: 98%;
  -webkit-animation: fadeinout 4s ease; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadeinout 4s ease; /* Firefox < 16 */
  -ms-animation: fadeinout 4s ease; /* Internet Explorer */
  -o-animation: fadeinout 4s ease; /* Opera < 12.1 */
  animation: fadeinout 4s ease;
  animation-delay: 0.2s;
  opacity: 0;
}
.aboutintroheader {
  width: 90%;
  margin: 7.9% auto 0 auto;
  font-size: 4em;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
  -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera < 12.1 */
  animation: fadein 2s;
  animation-delay: 2s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.aboutintroheader_mobile {
  width: 90%;
  margin: 7.9% auto 0 auto;
  font-size: 4em;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  text-align: center;
}
.aboutintrotext {
  width: 63%;
  margin: 4.6% auto 8% auto;
  font-size: 1em;
  line-height: 1.7;
  position: relative;
  z-index: 2;
  border-left: 1px solid #939598;
  border-right: 1px solid #939598;
  padding: 0 4%;
  -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
  -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera < 12.1 */
  animation: fadein 2s;
  animation-delay: 4.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.containlines {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #939598;
  z-index: 1;
}
.aboutintrotext_mobile {
  width: 80%;
  margin: 4.6% auto 3% auto;
  font-size: 2em;
  line-height: 1.7;
  position: relative;
  z-index: 2;
  padding: 0 4%;
  text-align: center;
  margin-bottom: 6%;
  letter-spacing: 0em;
}
@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes fadeinout {
  0%,100% { opacity: 0 }
  50% { opacity: 1 }
}
/* Firefox < 16 */
@-moz-keyframes fadeinout {
  0%,100% { opacity: 0 }
  50% { opacity: 1 }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0 }
  50% { opacity: 1 }
}
/* Internet Explorer */
@-ms-keyframes fadeinout {
  0%,100% { opacity: 0 }
  50% { opacity: 1 }
}
.footer {
  width: 100%;
  background-color: #f2ece1;
}
.footersealcontainer {
  width: 78.26%;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
}
.footersealcontainer > img {
  width: 10%;
  margin: -5% 0 0 0;
}
.footermainbox {
  width: 65.22%;
  margin: 3% auto 0 auto;
}
.letsconnect {
  font-size: 5.5em;
  line-height: 1.1;
  width: 100%;
  display: inline-block;
}
.footercopy {
  width: 50%;
  margin: 0 0 3% 0;
  font-size: 1.2em;
  line-height: 1.4;
  letter-spacing: 0px;
}
.footer1fadein, .footer2fadein { opacity: 0; }
.footerboxinfo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #939598;
  padding: 3.5% 0 5% 0;
  line-height: 2.2;
}
.footerboxinfo > div > div {
  color: #6d6e71;
  font-size: 0.9em;
}
.mainfootercontainer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}

/*
.workgrid {
  display: grid;
  grid-template-columns: 48% 48%;
  grid-gap: 4%;
  width: 100%;
}
*/
.workgrid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.elem {
  display: inline-block;
  width: 48.2%;
  margin: 5.8% 0;
}
.elem img { width: 100%; }
.workgridinfo {
  border-left: 1px solid #939598;
  margin: 5.5% 0 0 1%;
  padding-left: 4.3%;
}
.workgridinfo > div:first-child {
  font-size: 2.9em;
  line-height: 1;
}
.workgridinfo > div:last-child {
  margin-top: 1.9%;
  font-size: 0.8em;
}
.wrapper {
  width: 60%;
  margin: 3% auto;
}
/* var dim = $(this).is(":visible");
            if (dim == true) {
            $(this).animate({'opacity':'1'},1000);
                        }
 */

.workprojimages {
  display: flex;
  justify-content: space-between;
  margin: 2% auto;
  width: 100%;
  flex-wrap: wrap;
  overflow: hidden;
}
.workprojimages > img { width: 48.6%; }
.workprojimages83 {
  display: flex;
  justify-content: space-between;
  margin: 2% auto;
  width: 83%;
  flex-wrap: wrap;
}
.workprojimages83 > img { width: 48.6%; }
.mobile { display: none; }



@media screen and (min-width: 1800px) {
  .chevron { height: 9vw; }
}
@media screen and (min-width: 1900px) {
  .chevron { height: 8.6vw; }
}
@media screen and (min-width: 2000px) {
  .chevron { height: 8.14vw; }
}
@media screen and (min-width: 2100px) {
  .chevron { height: 7.65vw; }
}
@media screen and (min-width: 2200px) {
  .chevron { height: 7.25vw; }
}
@media only screen and (max-width: 1725px) {
  body { font-size: 1.05vw; }
}
@media only screen and (max-width: 768px) {
  body { font-size: 2.2vw; }
  .desktop, .deskbottompadding { display: none; }
  .mobile, .mobilebottompadding { display: block; }
  .elem {
    width: 100%;
    margin: 5.8% 0;
  }
  .contentwidthbox_work { width: 100%; }
  .workprojimages > img {
    width: 100%;
    margin-top: 5%;
  }
  .workprojimages83 > img {
    width: 100%;
    margin-top: 5%;
  }
  .workprojimages83 { width: 90%; }
  .workgridinfo {
    margin: 8% 0 0 8%;
    width: 80%;
    font-size: 1.7em;
  }
  .mainfootercontainer {
    position: relative;
    z-index: 1;
    display: block;
  }
  .footersealcontainer { justify-content: center; }
  .footersealcontainer > img {
    width: 40%;
    margin: -23% 0 0 0;
  }
  .footermainbox {
    width: 95%;
    margin: 13% auto 0 auto;
  }
  .letsconnect {
    font-size: 5.5em;
    text-align: center;
  }
  .footercopy {
    width: 80%;
    text-align: center;
    margin: 2% auto;
    font-size: 1.5em;
  }
  .companiesworkedwith {
    font-size: 1.9em;
    padding: 12% 0 8% 0;
  }
  .containlines { display: none; }
  .aboutcompanybox { width: 90%; }

  .am-next {
    width: 25%;
    position: absolute;
    top: 10%;
    left: -30%;
  }
  .am-prev {
    width: 25%;
    position: absolute;
    top: 10%;
    right: -30%;
  }
  .about_pkg_design_box_v2 {
    font-size: 1.9em;
    line-height: 1;
    letter-spacing: 2px;
    padding: 2.5% 0;
    margin: 3% 0 7% 0;
  }

}
















