/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#page-404 .hero {
  background: url("../images/404/404-bg-repeat.png") repeat-x center center;
  display: -webkit-flex;
  display: flex;
  min-height: 750px;
}
@media screen and (max-width: 900px) {
  #page-404 .hero {
    min-height: 650px;
    background-position: center bottom;
  }
}
@media screen and (max-width: 380px) {
  #page-404 .hero {
    margin-top: -50px;
  }
}
#page-404 .hero:before,
#page-404 .hero:after {
  position: absolute;
  content: "";
  z-index: 1;
  background: black;
  height: 37px;
  width: 50%;
}
#page-404 .hero:before {
  top: 560px;
  left: 0;
  height: 27px;
}
#page-404 .hero:after {
  top: 385px;
  right: 0;
}
#page-404 .hero .container {
  background: url("../images/404/404-bg.png") no-repeat center center;
  background-size: 100%;
  min-height: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  #page-404 .hero .container {
    width: 100%;
    background-position: center left;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #page-404 .hero .container {
    background-size: 200%;
    background-position: 15% center;
  }
}
#page-404 .hero .container .row {
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
#page-404 .hero .container .row .col-sm-4 {
  text-align: center;
  padding-right: 45px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
}
#page-404 .hero .container .row .col-sm-4 p.section-text {
  color: white;
  font-family: 'collective';
  font-size: 2em;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#awesometa .hero {
  background: #FFFCE1;
  padding-top: 170px;
  padding-bottom: 30px;
}
#awesometa .unearth-more {
  background-color: #00A5E0;
  padding: 50px 0 80px 0;
}
#awesometa .unearth-more__image {
  max-height: 196px;
  margin: 0px auto;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  #awesometa .unearth-more__image {
    max-height: 105px;
  }
}
#awesometa .unearth-more__subtitle {
  text-align: center;
  font-size: 1.78571429em;
  color: #191e24;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
body.blog #header .icon.menu.closed,
body.single-post #header .icon.menu.closed {
  background: url("../images/header/icon_menu_closed.svg");
}
body.blog .logo .visible-menu-closed,
body.single-post .logo .visible-menu-closed {
  display: none!important;
}
body.blog .logo .visible-menu-open,
body.single-post .logo .visible-menu-open {
  display: block!important;
}
body.blog #header .menu-button span,
body.single-post #header .menu-button span {
  color: #FFFCE1;
}
#blackboard {
  background-image: url('../images/blog/bg.jpg');
  background-size: cover;
  background-position: center;
  padding-top: 177px;
  padding-bottom: 70px;
}
#blackboard #more_posts {
  display: block;
  width: 140px;
  margin: 50px auto 0px auto;
}
#blackboard .blog-categories-list {
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #blackboard .blog-categories-list {
    white-space: normal;
  }
}
#blackboard .blog-categories-list li.bFilter {
  width: 20%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  cursor: pointer;
}
@media (max-width: 767px) and (orientation: landscape) {
  #blackboard .blog-categories-list li.bFilter {
    width: 30%;
    margin-bottom: 20px;
  }
}
#blackboard .blog-categories-list li.bFilter a {
  text-decoration: none;
  text-transform: lowercase;
  color: #FFFCE1;
}
#blackboard .blog-categories-list li.bFilter a img {
  -webkit-filter: invert(100%) sepia(100%);
  -moz-filter: invert(100%) sepia(100%);
  -o-filter: invert(100%) sepia(100%);
  filter: invert(100%) sepia(100%);
}
#blackboard .section-title,
#blackboard .section-text {
  color: #fffce0;
}
#blackboard .section-title:after {
  background: url('../images/dots-white.svg');
}
#blackboard .blog__categories {
  margin-bottom: 60px;
  margin-top: 70px;
}
#blackboard .blog__categories li {
  width: 19%;
  color: #FF23A4;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'collective';
  font-size: 1.85714286em;
}
#blackboard .blog__categories li img {
  display: block;
  margin: auto auto 20px;
}
#blackboard .blog__categories ._categories-expand-btn {
  display: none;
}
@media (min-width: 500px) {
  #blackboard .blog__categories h3 {
    display: none;
  }
}
@media (max-width: 500px) {
  #blackboard .blog__categories {
    background: #000;
  }
  #blackboard .blog__categories ._categories-expand ul {
    margin-left: 30px;
  }
  #blackboard .blog__categories ._categories-expand ul li {
    width: 80%;
    text-align: left;
    font-size: 20px;
    border-bottom: 1px dotted white;
    padding-top: 12px;
  }
  #blackboard .blog__categories ._categories-expand ul li:last-child {
    border: none;
  }
  #blackboard .blog__categories ._categories-expand ul li img {
    float: left;
    display: inline-block;
    width: 75px;
    margin-right: 10px;
  }
  #blackboard .blog__categories ._dropdown {
    padding: 15px;
  }
  #blackboard .blog__categories ._dropdown h3 {
    font-size: 1.57142857em;
    margin: 0;
    color: #FFFCE1;
  }
  #blackboard .blog__categories ._dropdown ._categories-expand-btn {
    padding: 0;
    margin: 0;
    display: none;
  }
  #blackboard .blog__categories ._dropdown ._categories-expand-btn img {
    width: 19px;
  }
}
@media (max-width: 500px) and screen and (max-width: 767px) {
  #blackboard .blog__categories ._categories-expand ul {
    margin-left: 15px;
  }
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
.btn {
  padding: 5px 12px 8px 12px;
  font-size: 1.78571429em !important;
  font-family: 'collective' !important;
  position: relative;
}
.btn-black {
  background: #1A1E25;
  border: none;
  color: #FFFCE1;
  font-family: 'collective';
  padding: 3px 25px !important;
  font-size: 25px;
  margin-top: 10px;
}
.btn-black:hover,
.btn-black:focus {
  color: #56A6E0;
}
.btn-yellow {
  background: #FFFCE1;
  border: none;
  color: #000;
  font-family: 'collective';
  padding: 3px 25px;
  font-size: 1.5em;
  margin-top: 10px;
}
.btn-yellow:hover {
  color: #000;
}
.btn-white {
  background: #fff;
  border: none;
  color: black;
  font-family: 'collective';
  padding: 3px 25px !important;
  margin-top: 10px;
}
.btn-white:hover,
.btn-white:focus {
  color: #56A6E0;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#collaboration .hero {
  padding-top: 170px;
  min-height: calc(100vh - 45px);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
#collaboration .content {
  padding: 100px 0;
}
#collaboration .content__row {
  margin-bottom: 70px;
}
#collaboration .content h2 {
  font-size: 2.85714286em;
  color: #FFFCE1;
}
@media screen and (max-width: 767px) {
  #collaboration .content h2 {
    font-size: 2.28571429em;
  }
}
#collaboration .content p {
  color: #FFFCE1;
  font-size: 1.57142857em;
}
@media screen and (max-width: 767px) {
  #collaboration .content p {
    font-size: 1.42857143em;
  }
}
#collaboration .content img {
  border-style: solid;
  max-width: 100%;
  height: auto;
  border-width: 22px 25px 32px 13px;
  -moz-border-image: url('../images/blog/border.png') 154 184 214 155 stretch;
  -webkit-border-image: url('../images/blog/border.png') 154 184 214 155 stretch;
  -o-border-image: url('../images/blog/border.png') 154 184 214 155 stretch;
  border-image: url('../images/blog/border.png') 154 184 214 155 fill stretch;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
section#collective-kids-hero {
  background: #AEB700;
}
section#collective-kids-hero .hero-banner {
  height: 615px;
  background: url("../images/kids-new/hero-banner.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
section#collective-suckies {
  background: #EE7EAF;
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
}
section#collective-suckies .inner {
  position: relative;
  z-index: 3;
}
section#collective-suckies:before {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0px;
  background: #E77AAA;
  content: "";
}
section#collective-suckies:after {
  z-index: 2;
  position: absolute;
  width: 200%;
  -webkit-transform: rotate(-2deg) translate(-50%);
  -moz-transform: rotate(-2deg) translate(-50%);
  -o-transform: rotate(-2deg) translate(-50%);
  -ms-transform: rotate(-2deg) translate(-50%);
  transform: rotate(-2deg) translate(-50%);
  height: 100px;
  background: #BAC300;
  content: "";
}
section#collective-suckies .suckie-image img {
  margin: 30px auto;
}
section#collective-suckies .suckies-feature {
  display: inline-block;
  background-size: contain!important;
  background-repeat: no-repeat !important;
  background-position: center bottom!important;
  width: 100px;
  height: 120px;
  margin: 0 10px;
}
section#collective-suckies .suckies-feature.feature-sugar {
  background: url("../images/kids-new/no-sugar.svg");
}
section#collective-suckies .suckies-feature.feature-nasties {
  background: url("../images/kids-new/no-nasties.svg");
}
section#collective-suckies .suckies-feature.feature-protein {
  background: url("../images/kids-new/proteins.svg");
}
section#collective-suckies .suckies-feature.feature-calcium {
  background: url("../images/kids-new/calcium.svg");
}
section#collective-suckies .suckies-feature.feature-vege {
  background: url("../images/kids-new/vege.svg");
}
section#collective-suckies .suckies-feature.feature-freeze {
  background: url("../images/kids-new/freeze.svg");
}
section#collective-suckies .suckies-feature.feature-lunch {
  background: url("../images/kids-new/lunch.svg");
}
section#collective-suckies .section-content p {
  margin-top: 20px;
}
section#collective-forest-and-bird {
  background: #bac300;
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
}
section#collective-forest-and-bird .inner {
  background: url("../images/kids-new/footsteps.png") no-repeat 60%;
  position: relative;
  z-index: 3;
}
section#collective-forest-and-bird .container {
  position: relative;
  z-index: 3;
}
section#collective-forest-and-bird .section-content img {
  margin: 0px auto;
}
section#collective-forest-and-bird:before {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0px;
  background: #AEB700;
  content: "";
}
section#collective-forest-and-bird:after {
  z-index: 2;
  position: absolute;
  width: 200%;
  -webkit-transform: rotate(-2deg) translate(-50%);
  -moz-transform: rotate(-2deg) translate(-50%);
  -o-transform: rotate(-2deg) translate(-50%);
  -ms-transform: rotate(-2deg) translate(-50%);
  transform: rotate(-2deg) translate(-50%);
  height: 100px;
  background: #FFFBE7;
  content: "";
}
section#collective-join-suckies-brigade {
  background: #FFFBE7;
}
section#collective-join-suckies-brigade .section-content {
  margin-top: 55px;
}
section#collective-join-suckies-brigade .section-content img {
  margin: 0px auto;
}
section#collective-kids-masks {
  background: #AEB700;
}
section#collective-kids-masks .banner {
  height: 740px;
  background: url("../images/kids-new/banner-masks.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -90px;
}
section#collective-discover-suckies {
  background: #FFFBE7;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
/*body.page-template-our-collective-people {
  #header .icon.menu.closed {
    background: url("../images/header/icon_menu_closed.svg");
  }
  #header .menu-button span {
    color: @epicLight;
  }
}

.page-template-our-collective-people {
	.logo {
		.visible-menu-closed {
			display: none!important;
		}
		.visible-menu-open {
			display: block!important;	
		}
	}
}

#collective-people {
  background: #191e24;
  
  // .col-sm-6 {
  //     @media (max-width:767px) and (orientation:landscape) {
  //       max-width:49%;
  //       float:left;
  //   }
  // }

  .intro {
    padding-top: 170px;
    @media(max-width: 500px) {
      padding-top: 120px;
    }

    @media(max-width:767px) and (orientation:landscape) {
      padding-top:50px;
    }

    .section-title, .section-text {
      color: @epicLight;
    }

    .section-title:after {
      	background-image: url("../images/footer/separator.svg");
    }
    
    .section-title {
    	position: relative;
    }
    .section-title:before {
    	content: "";
	    position: absolute;
	    top: -100px;
	    width: 179px;
	    height: 98px;
	    right: -80px;
	    background: url("../images/our-collective-people/mark.png");
	    
	    @media screen and (max-width: 767px) {
	    	display: none;
	    }
    }
  }

  .team {
    padding: 60px 0;
    @media screen and (max-width:767px) {
      padding: 20px 0 10px 0;
    }


    &__card { 
	  height: 333px;
		
      .front {
        -webkit-backface-visibility:hidden;
        backface-visiblity:hidden;
        z-index:2;
      }

      .back {
        -webkit-backface-visibility:hidden;
        backface-visiblity:hidden;
      }     
      
      @media (min-width:1200px) {
        height:285px;
      }  
      
      @media (max-width: 500px){
        height: 382px;
      }

      @media (min-width: 500px) and (max-width: 767px) {
       height: 375px !important; 
       width:46%;
       margin:0px 10px;
       float:left;
      }

      ._header {
        height: 51px;
        display: -webkit-flex;
        display: flex;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;        
        cursor: pointer;
        position: relative;
        .transform(rotateY(0deg));
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        
        ._title {
          .em-size(19);
          margin: auto;
          text-align: center;
          width: 80%;
        }

        &:after {
          content: '';
          position: absolute;
          right: 10px;
          top: 9px;
          background-image: url('../images/our-collective-people/plus-icon.png');
          -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
          background-size: contain;
          background-repeat: no-repeat;
          width: 18px;
          height: 18px;
          .transform(rotateY(0deg));
          z-index:inherit;
        }
      }

      .back {
        ._header {
          &:after {
            background-image: url('../images/our-collective-people/minus-icon.png');
            -webkit-backface-visibility:hidden;
            backface-visibility:hidden;
            z-index:inherit;
          }
        }
      }

      ._footer {        
        .em-size(18);
        text-align: center;
        font-family: 'collective';
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        p {
          margin: 0;
          padding: 5px 0;
        }
      }

      ._content {
        background: @epicLight;  
        position: relative;
        height: 220px;
        
        @media(min-width:1200px) {
          height:170px;
        }
        

        @media (max-width: 1200px) {
        	height: 220px;
        }
        
        @media(max-width: 500px){
          height: 276px;
        }
        @media (min-width: 500px) and (max-width: 767px) {
          height: 247px !important; 
        }   


        p {
          font-size: 15px;
          line-height: 16px;
          @media(max-width:530px) {
            font-size:20px;
            line-height:22px;
          }
        }
      }

      .front { 
        ._content {
          padding-top: 45px;
          overflow: hidden;
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden;
          .transform(rotateY(0deg));
          img {
            z-index:inherit;
          	position: absolute;
          	bottom: 0px;
            max-height:100%;
            @media (max-width:767px) and (orientation:landscape) {
              position:relative;
              margin:0 auto;
              left:0 !important;
            }
          }
        }
      }

      .back {
      	._header:after {
          background: url('../images/our-collective-people/minus-icon.png');
          background-size: contain;
          background-repeat: no-repeat;
          -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
          z-index:inherit;
      	}
      	
        ._content {
          padding: 10px;
          overflow-y:scroll;
          max-width:100%;
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden;
          .transform(rotateY(0deg));

          p {
            &:last-child {
              margin: 0;
            }
          }
        }
      }

      &:hover {
        .front {
          ._content {
            background: #F09A00;
          }
        }
      }
    }

    &__card--double {

      @media (min-width:500px) and (max-width:767px) {
        width:95.5%;
      }

      .front {
        ._content {

          padding-top: 45px;
          
          @media screen and (max-width: 1200px) {
          		height: 255px!important;
          }
          @media screen and (max-width: 992px) {
          		height: 285px!important;
          }
          
          img {
              max-height:90%;
              left:0px;
          }
        }
      }
      .back {
          ._content {
         @media screen and (max-width: 1200px) {
          		height: 255px!important;
          }
          @media screen and (max-width: 992px) {
          		height: 285px!important;
          }
          }
        }
    }

    &__card--blue {
      header, footer {
        background-color: #00A5E0;
      }
      &:hover {
        .front {
          ._content {
            background: #00A5E0;
          }
        }
      }
    }

    &__card--pink {
      header, footer {
        background-color: #EC008C;
      }
      &:hover {
        .front {
          ._content {
            background: #EC008C;
          }
        }
      }
    }

    &__card--yellow {
      header, footer {
        background-color: #FFD700;
      }
      &:hover {
        .front {
          ._content {
            background-color: #FFD700;
          }
        }
      }
    }

    &__card--purple {
      header, footer {
        background-color: #84569D;
      }
      &:hover {
        .front {
          ._content {
            background-color: #84569D;
          }
        }
      }
    }

    &__card--orange {
      header, footer {
        background-color: #F09A00;
      }
      &:hover {
        .front {
          ._content {
            background-color: #F09A00;
          }
        }
      }
    }

  }
}*/
div#collective-people-nz {
  background: #FFFCE1;
}
div#collective-people-nz section.hero {
  width: 100%;
  min-height: 700px;
  background-size: cover !important;
}
div#collective-people-nz section.intro {
  padding-bottom: 50px;
  position: relative;
  background: #191e24;
}
div#collective-people-nz section.intro h1.section-title,
div#collective-people-nz section.intro div.section-text p {
  color: #FFFCE1;
}
div#collective-people-nz section.intro h1.section-title:after {
  background-image: url(../images/dots-white.svg);
}
div#collective-people-nz section#roles {
  padding-top: 80px;
  background: #FFFCE1;
  margin-top: -50px;
}
div#collective-people-nz section#roles .roles-list {
  max-width: 780px;
  margin: 0 auto;
}
div#collective-people-nz section#roles .roles-list .role {
  position: relative;
  padding: 5px 0 45px;
  overflow: auto;
}
div#collective-people-nz section#roles .roles-list .role .img-responsive {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  div#collective-people-nz section#roles .roles-list .role .img-responsive {
    max-width: 175px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
div#collective-people-nz section#roles .roles-list .role h3 {
  color: #56A6E0;
  font-size: 1.71428571em;
  margin-bottom: 3px;
}
div#collective-people-nz section#roles .roles-list .role p {
  font-size: 1.78571429em;
}
div#collective-people-nz section#roles .roles-list .role a.btn {
  color: #191e24;
  padding: 0 50px !important;
}
div#collective-people-nz section#roles .roles-list .role a.btn:hover,
div#collective-people-nz section#roles .roles-list .role a.btn:focus {
  color: #56A6E0;
}
div#collective-people-nz section#roles .roles-list .role:after {
  content: '';
  position: absolute;
  background-image: url("../images/dots.svg");
  width: 775px!important;
  /* max-width: 100%!important; */
  height: 7px !important;
  background-repeat: repeat-x;
  bottom: 0;
  left: 50%!important;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
@media screen and (max-width: 767px) {
  div#collective-people-nz section#roles .roles-list .role:after {
    width: 270px !important;
  }
}
div#collective-people-nz section#roles .roles-list .role:last-child:after {
  display: none;
}
div#collective-people-nz section.outro {
  background-color: #56A6E0;
  padding: 15px 0 20px;
  text-align: center;
}
div#collective-people-nz section.outro p.section-text {
  margin-bottom: 0;
}
div#collective-people-nz section.outro a.btn {
  padding: 0 5px !important;
  margin: 15px 0;
}

/* COLORS */

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
body.page-template-content {
  background: #fffbe1;
}
body.page-template-content article.single-page {
  padding-top: 250px;
  padding-bottom: 100px;
}
@media (max-width: 500px) {
  body.page-template-content article.single-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.page-template-content article.single-page hr {
  height: 7px;
  border: none;
  margin-bottom: 30px;
  margin-top: 30px;
  background: url("../images/dots.svg");
  background-repeat: repeat-x;
  max-width: 99%;
}
body.page-template-content article.single-page p {
  font-size: 1.28571429em;
  line-height: 22px;
}
body.page-template-content article.single-page .indent {
  padding-left: 30px;
  display: block;
}
body.page-template-content article.single-page div#post-title-area {
  padding-bottom: 70px;
}
body.page-template-content article.single-page h2,
body.page-template-content article.single-page h3 {
  margin-bottom: 30px;
  text-transform: lowercase;
}
body.page-template-content article.single-page #post-menu.absolute {
  position: relative;
}
body.page-template-content article.single-page #post-menu hr {
  max-width: 97%;
}
body.page-template-content article.single-page ul#post-menu-list {
  list-style: none;
  padding: 0;
  margin: 0px;
  padding-left: 5px;
}
body.page-template-content article.single-page ul#post-menu-list li {
  cursor: pointer;
  font-family: "collective";
  font-size: 1.42857143em;
  color: #29abe2;
  text-decoration: none;
  text-transform: lowercase;
}
body.page-template-content article.single-page ul#post-menu-list li:hover {
  opacity: 0.8;
}
body.page-template-content article.single-page ol {
  font-size: 1.28571429em;
}
body.page-template-content article.single-page ol ol {
  font-size: 1.07142857em;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
.cookie-popup-wrapper {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #1a1e25;
  color: #FFFCE1;
  z-index: 9;
  display: none;
  opacity: 0.0;
}
.cookie-popup-wrapper .cookie-popup {
  padding: 20px;
  font-size: 16px;
}
.cookie-popup-wrapper .cookie-popup a {
  text-decoration: none;
  color: #56A6E0;
}
.cookie-popup-wrapper .cookie-popup a.btn {
  font-size: 1.42857143em !important;
  background: #FFFCE1 !important;
  color: #1a1e25 !important;
  cursor: pointer;
}
.cookie-popup-wrapper .cookie-popup a.btn:hover {
  color: #56A6E0 !important;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#faqs {
  background: #FFFCE1;
}
#faqs .hero {
  padding-top: 170px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  #faqs .hero {
    padding-top: 130px;
  }
}
#faqs .hero .speech-bubble {
  background-image: url('../images/faqs/speech-bubble.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 175px;
  padding: 34px 36px;
  margin-top: 40px;
}
#faqs .hero .speech-bubble span {
  font-size: 1.5em;
  color: #FFFCE1;
  font-family: 'collective';
  text-align: center;
}
#faqs .filter {
  background: #191e24;
  padding: 70px 0;
}
#faqs .filter__title {
  text-align: right;
  margin: 0;
  color: #FFFCE1;
  font-size: 4em;
}
@media (max-width: 768px) {
  #faqs .filter__title {
    text-align: left;
  }
}
#faqs .filter__wrapper {
  position: relative;
  margin-top: 20px;
}
#faqs .filter__select {
  outline: none;
  background: #191e24;
  appearance: none;
  border-radius: 8px;
  -webkit-appearance: none;
  border: 3px solid #fffce0;
  box-shadow: none;
  padding: 3px 0 3px 20px;
  width: 100%;
  font-family: 'collective';
  font-size: 1.42857143em;
  color: #FFFCE1;
  position: relative;
}
#faqs .filter__submit {
  font-size: 1.42857143em;
  font-family: 'collective';
  color: #FFFCE1;
  text-decoration: underline;
  margin-top: 15px;
  background: none;
  border: none;
}
#faqs .questions {
  padding-top: 0;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  #faqs .questions {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
#faqs .questions__accordion h3 {
  font-size: 2.28571429em;
  margin: 0;
  cursor: pointer;
  outline: none;
  padding: 15px 40px 15px 15px;
  position: relative;
  margin-bottom: 20px;
  text-transform: lowercase;
  margin-left: auto;
  margin-right: auto;
}
#faqs .questions__accordion h3:after {
  position: absolute;
  content: '';
  width: 745px;
  left: 0;
  bottom: -10px;
  height: 6px;
  background-image: url('../images/dots.svg');
  background-repeat: repeat-x;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  #faqs .questions__accordion h3:after {
    width: 620px;
  }
}
@media screen and (max-width: 992px) {
  #faqs .questions__accordion h3:after {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  #faqs .questions__accordion h3:after {
    width: 265px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #faqs .questions__accordion h3:after {
    width: 99%;
  }
}
#faqs .questions__accordion h3 .accordion_plus {
  position: absolute;
  right: 18px;
  width: 21px;
  height: 25px;
  background: url('../images/faqs/plus-black.png');
  background-size: contain;
  background-repeat: no-repeat;
  top: 20px;
}
#faqs .questions__accordion h3:hover {
  background-image: url('../images/faqs/question-bar.png');
  background-size: cover;
  color: #FFFCE1;
}
#faqs .questions__accordion h3:hover .accordion_plus {
  background: url('../images/faqs/plus.png');
  background-size: contain;
  background-repeat: no-repeat;
}
#faqs .questions__accordion h3 .accordion_minus {
  position: absolute;
  right: 18px;
  top: 29px;
  width: 22px;
  height: 25px;
  background: url('../images/faqs/minus.png');
  background-size: contain;
  background-repeat: no-repeat;
}
#faqs .questions__accordion .ui-accordion-header-active {
  background-image: url('../images/faqs/question-bar.png');
  background-size: cover;
  color: #FFFCE1;
}
#faqs .questions__accordion p {
  font-size: 1.42857143em;
  line-height: 30px;
}
#faqs .questions__accordion .ui-accordion-content {
  padding-bottom: 30px;
}
#faqs .questions__accordion .ui-accordion-content ul {
  font-size: 20px;
}
#faqs .email-us {
  text-align: center;
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  #faqs .email-us {
    padding-bottom: 54px;
  }
}
#faqs .email-us h4 {
  font-size: 2.28571429em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}
#faqs .email-us a {
  background: #191e24;
  font-family: 'collective';
  font-size: 1.5em;
  color: #FFFCE1;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#footer {
  background: #191e24;
}
#footer h3,
#footer p {
  color: #FFFCE1;
}
#footer h3 {
  font-size: 1.78571429em;
  margin-top: 0px;
}
#footer h3 a {
  color: #FFFCE1;
}
#footer h3 a:hover,
#footer h3 a:focus {
  color: #FFFCE1;
}
#footer p {
  font-size: 1.14285714em;
}
#footer .inner {
  padding: 40px 0;
}
#footer .logo img {
  max-width: 300px;
  margin-top: 25px;
}
#footer ul.menu {
  list-style: none;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  #footer ul.menu {
    margin: 0px 0px 18px 0px;
  }
}
#footer ul.menu li {
  margin: 8px 0px;
}
@media screen and (max-width: 992px) {
  #footer ul.menu li {
    line-height: 14px;
  }
}
#footer ul.menu li a {
  color: #FFFCE1;
  font-size: 1.35714286em;
  text-decoration: none;
  vertical-align: middle;
}
#footer ul.menu li a:hover {
  color: #2b8fd8;
}
#footer ul.menu.social {
  margin-top: 172px;
  text-align: right;
}
@media (min-width: 500px) and (max-width: 768px) {
  #footer ul.menu.social {
    margin-top: 117px;
  }
}
@media (min-width: 767px) {
  #footer ul.menu.social {
    margin-right: 40px;
  }
}
#footer ul.menu.social li {
  display: inline-block;
  margin-left: 10px;
}
#footer ul.menu.social li img {
  width: 40px;
  height: 40px;
}
#footer ul.menu.get-in-touch-icon-menu {
  margin-top: 20px;
}
#footer ul.menu.get-in-touch-icon-menu li {
  display: inline-block;
  margin-right: 10px;
}
#footer ul.menu.get-in-touch-icon-menu li img {
  width: 38px;
  height: 38px;
}
#footer .separator {
  height: 7px;
  width: 100%;
  background: url("../images/dots-white.svg");
  background-repeat: repeat-x;
  margin: 40px 0;
}
@media (min-width: 767px) and (max-width: 992px) {
  #footer .separator {
    width: 99%;
  }
}
#footer .icon {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain!important;
  background-position: center!important;
  vertical-align: middle;
}
#footer .icon.phone {
  background: url("../images/header/icon_phone.svg");
}
#footer .icon.envelope {
  background: url("../images/header/icon_env.svg");
}
#footer .icon.home {
  background: url("../images/header/icon_hm.svg");
}
#footer .footer-bottom #gforms_confirmation_message_6 {
  color: #56A6E0;
  font-size: 16px;
  margin-bottom: 7px;
}
#footer .footer-bottom__form {
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 20px;
}
#footer .footer-bottom__form input {
  width: 60%;
  border: 2px solid #fffce1;
  background: #fffce1;
  border-radius: 5px;
  color: #000;
  padding: 3px 0 0 5px;
  float: left;
  outline: none;
}
#footer .footer-bottom__form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 18px;
  color: #000;
}
#footer .footer-bottom__form input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 18px;
  color: #000;
}
#footer .footer-bottom__form input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 18px;
  color: #000;
}
#footer .footer-bottom__form input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 18px;
  color: #000;
}
#footer .footer-bottom__form button {
  background: #fffce1;
  outline: none;
  float: left;
  color: #000;
  border: none;
  font-family: "collective";
  font-size: 21px;
  margin-top: 0;
  border-radius: 4px;
  padding: 3px 5px;
  margin-left: 8px;
}
#footer-bar {
  background: #191e24;
  color: #FFFCE1;
}
#footer-bar .inner {
  padding: 15px 0;
}
#footer-bar a {
  color: #FFFCE1;
}
#footer-bar span {
  color: #FFFCE1;
}
#footer-bar .site-by {
  float: right;
}
#footer-bar .site-by img {
  height: 24px;
}
#footer-bar .site-by img,
#footer-bar .site-by span {
  vertical-align: middle;
  font-size: 0.85714286em;
}
@media screen and (max-width: 992px) {
  #footer p {
    font-size: 1em;
  }
  #footer ul.menu li a {
    font-size: 1em;
  }
  #footer ul.menu.get-in-touch-icon-menu li {
    margin-right: 5px;
  }
  #footer ul.menu.get-in-touch-icon-menu li img {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  #footer ul.menu.social {
    margin-top: 0px;
    text-align: center;
  }
  #footer ul.menu.get-in-touch-icon-menu li {
    margin-right: 10px;
  }
  #footer ul.menu.get-in-touch-icon-menu li img {
    width: 40px;
  }
  #footer-bar {
    text-align: center;
  }
  #footer-bar .site-by {
    float: none;
  }
  #footer-bar .menu-column {
    margin: 15px 0;
  }
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#getintouch {
  padding: 200px 0 60px 0;
  background: #FFFCE1;
}
#getintouch #field_5_5 {
  overflow: visible!important;
}
#getintouch .form p {
  font-size: 22px;
  margin-top: 20px;
}
#getintouch .contact-form {
  margin-top: 80px;
}
#getintouch .contact-form input {
  width: 100%;
  box-shadow: none;
  border: none;
  padding: 15px 0;
  background: #FFFCE1;
  border-bottom: 1px solid black;
  outline: none;
  font-size: 21px;
}
#getintouch .contact-form input::-webkit-input-placeholder {
  color: #000;
}
#getintouch .contact-form textarea {
  outline: none;
  font-size: 21px;
  background: url("../images/textarea.png"), transparent;
  border: none;
  width: 100%;
  max-width: 100%;
  line-height: 64px;
  height: 300px;
  background-position: top;
  background-repeat: repeat;
  overflow: hidden;
}
#getintouch .contact-form textarea::-webkit-input-placeholder {
  color: #000;
}
#getintouch .contact-form .select-wrapper {
  position: relative;
}
#getintouch .contact-form .select-wrapper:after {
  content: '';
  position: absolute;
  background-image: url('../images/contact/arrow-down.png');
  background-size: contain;
  outline: none;
  width: 20px;
  background-repeat: no-repeat;
  height: 20px;
  right: 13px;
  pointer-events: none;
  top: 13px;
}
#getintouch .contact-form button {
  background: #000;
  font-family: 'collective';
  color: #FFFCE1;
  font-size: 25px;
  height: 45px;
  padding: 0;
}
@media (max-width: 500px) {
  #getintouch .contact-form button {
    margin-bottom: 25px;
  }
}
#getintouch .contact-form label {
  font-family: 'collective';
  font-size: 1.78571429em;
  font-weight: normal;
}
#getintouch .contact-form input[type="checkbox"] {
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin: 0px;
  margin-right: 10px;
  position: relative;
  border: none;
  float: left;
}
#getintouch .contact-form input[type="checkbox"]:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../images/contact/checkbox.svg");
  background-size: 100% !important;
  content: "";
  background-repeat: no-repeat;
}
#getintouch .contact-form input[type="checkbox"]:checked:before {
  background-image: url("../images/contact/checkbox_checked.svg");
}
#getintouch #details-anchor {
  height: 60px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #getintouch #details-anchor {
    height: 20px;
    margin-bottom: 30px;
  }
}
#getintouch .details {
  padding-top: 20px;
  font-size: 1.42857143em;
}
#getintouch .details__title {
  font-size: 32px;
  position: relative;
  padding-bottom: 20px;
  margin-top: 10px;
}
#getintouch .details__title:after {
  content: '';
  position: absolute;
  background-image: url("../images/dots.svg");
  width: 440px;
  height: 7px;
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1199px) {
  #getintouch .details__title:after {
    width: 375px;
  }
}
@media screen and (max-width: 767px) {
  #getintouch .details__title:after {
    width: 280px;
  }
}
#getintouch .details__title img {
  margin-right: 10px;
  width: 50px !important;
  vertical-align: bottom;
}
@media (min-width: 992px) {
  #getintouch .details__title img {
    margin-top: -20px;
  }
}
#getintouch .details a {
  color: #1D1D1B;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
body {
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  -ms-font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -o-font-feature-settings: "kern";
}
@font-face {
  font-family: 'collective';
  src: url('../fonts/Collective Mac.svg#Collective Mac') format('svg'), url('../fonts/Collective Mac.ttf') format('truetype'), url('../fonts/Collective Mac.eot'), url('../fonts/collective-webfont.woff2') format('woff2'), url('../fonts/collective-webfont.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'callibri_bold';
  src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibri-Bold.woff') format('woff'), url('../fonts/Calibri-Bold.ttf') format('truetype'), url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'callibri';
  src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibri.woff') format('woff'), url('../fonts/Calibri.ttf') format('truetype'), url('../fonts/Calibri.svg#Calibri') format('svg');
  font-weight: normal;
  font-style: normal;
}
.epicLight {
  color: #FFFCE1;
}
.epicBlue {
  color: #56A6E0;
}
.epicGreen {
  color: #A4C150;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'callibri';
  font-size: 14px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-top: 55px;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 35px;
  }
}
h1,
h2,
h3,
h4 {
  font-family: 'collective';
}
h1 {
  font-size: 4em;
}
h2 {
  font-size: 2.85714286em;
}
h3 {
  font-size: 2.28571429em;
}
h4 {
  font-size: 1.5em;
}
p {
  font-size: 1em;
}
span {
  font-size: 1em;
}
.m-table {
  display: table;
}
.m-row {
  display: table-row;
}
.m-cell {
  display: table-cell;
}
section .inner {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  section .inner {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .flex-row {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .row--no-padding > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-title,
.section-title-banner {
  position: relative;
  font-size: 3.21428571em;
  padding: 0 0 30px 0!important;
  text-align: center;
  margin-bottom: 30px!important;
  color: #191e24;
}
.section-title:after,
.section-title-banner:after {
  content: '';
  position: absolute;
  background-image: url("../images/dots.svg");
  width: 425px!important;
  /* max-width: 100%!important; */
  height: 7px !important;
  background-repeat: repeat-x;
  bottom: 0;
  left: 50%!important;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
@media screen and (max-width: 767px) {
  .section-title:after,
  .section-title-banner:after {
    width: 270px !important;
  }
}
.section-text {
  font-size: 1.78571429em;
  line-height: 1.15384615em;
  color: #191e24;
  font-family: 'callibri';
  text-align: center;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  max-width: 100%;
}
.nice-select {
  background: #FFFCE1;
  color: #000;
  font-family: "collective";
  text-transform: lowercase;
  width: 100%;
  position: relative;
  font-size: 1.28571429em;
}
.nice-select .list {
  width: 100%;
  background: #FFFCE1;
}
.nice-select .list li {
  border-bottom: none!important;
  clear: both;
  padding: 0px 18px 0px 29px!important;
  overflow: visible!important;
}
.gform_button {
  background: #1A1E25;
  border: none;
  color: #FFFCE1;
  font-family: 'collective';
  padding: 6px 25px !important;
  font-size: 25px;
  margin-top: 10px;
  border-radius: 5px;
  text-transform: lowercase;
}
.visible-xs-landscape {
  display: none;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .visible-xs-landscape {
    display: block!important;
    margin-left: auto;
    margin-right: auto;
  }
  .hidden-xs-landscape {
    display: none!important;
  }
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.page-template-good-stuff #header .logo {
  display: none!important;
}
.page-template-good-stuff .social-cta {
  display: none!important;
}
a.good-stuff-prev-slide {
  background: url("../images/ranges/swiper-arrow-left.png");
  width: 97px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 53%;
  z-index: 5;
  -webkit-filter: invert(30%);
  -ms-filter: invert(30%);
  filter: invert(30%);
}
.good-stuff-mobile-nav .disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
a.good-stuff-next-slide {
  background: url("../images/ranges/swiper-arrow-right.png");
  width: 97px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 53%;
  z-index: 5;
  -webkit-filter: invert(30%);
  -ms-filter: invert(30%);
  filter: invert(30%);
}
@media screen and (max-width: 767px) {
  a.good-stuff-next-slide,
  a.good-stuff-prev-slide {
    width: 37px;
  }
}
#good-stuff {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 500px) {
  #good-stuff {
    height: 528px;
    margin-top: -22px;
  }
}
#good-stuff #good-stuff-copy {
  position: absolute;
  z-index: 1;
}
#good-stuff div#good-stuff-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #good-stuff #pagination {
    display: none;
  }
}
#good-stuff #good-stuff-image img {
  height: 100%;
  width: auto;
  position: absolute;
}
#good-stuff .m-table {
  width: 100%;
  height: 100%;
}
@media (max-width: 500px) {
  #good-stuff .m-table {
    height: auto;
  }
}
#good-stuff .m-table .m-cell {
  vertical-align: middle;
}
#good-stuff .m-table .m-cell .single-text-block {
  display: block;
  max-width: 100%;
  width: 450px;
  margin: 0 auto;
  top: -250px;
  position: relative;
}
@media (min-height: 1080px) {
  #good-stuff .m-table .m-cell .single-text-block {
    top: -230px;
  }
}
@media (min-height: 500px) and (max-height: 780px) {
  #good-stuff .m-table .m-cell .single-text-block {
    top: -185px;
  }
}
#good-stuff .swiper-pagination.swiper-pagination-bullets {
  position: absolute;
  z-index: 10;
  bottom: 15px;
  right: 0%;
  left: auto;
}
@media screen and (max-width: 767px) {
  #good-stuff .swiper-pagination.swiper-pagination-bullets {
    display: none;
  }
}
#good-stuff .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background: url("../images/good-stuff/pagination-item.svg") !important;
  width: 45px;
  height: 45px;
  position: relative;
  opacity: 1;
  margin: 0 28px;
  cursor: pointer;
}
#good-stuff .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:after {
  position: absolute;
  content: "";
  right: -53px;
  width: 50px;
  top: 19px;
  height: 10px;
  background: url("../images/good-stuff/pagination-item-sep.svg") no-repeat;
  background-position: center;
}
#good-stuff .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child:after {
  display: none;
}
#good-stuff .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet span.snum {
  position: absolute;
  top: 10px;
  left: 50%;
  font-size: 20px;
  font-family: "collective";
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fdfae4;
}
#good-stuff .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
#good-stuff .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.active {
  background: url("../images/good-stuff/pagination-item-active.svg") !important;
}
#good-stuff .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active span.snum,
#good-stuff .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.active span.snum {
  color: #191d24;
}
#good-stuff .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background: url("../images/good-stuff/pagination-item-active.svg") !important;
  opacity: 0.9;
}
#good-stuff .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover span.snum {
  color: #191d24;
}
#good-stuff .good-stuff-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#good-stuff .good-stuff-slider .slide {
  width: 100%;
  height: 100%;
  background-position: center bottom!important;
  background-size: cover!important;
}
@media (max-width: 500px) {
  #good-stuff .good-stuff-slider .slide {
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
#good-stuff .good-stuff-slider .slide-1 {
  background: url("../images/good-stuff/slide_1.jpg");
}
@media (max-width: 500px) {
  #good-stuff .good-stuff-slider .slide-1 {
    background: url("../images/good-stuff/mobile_slide_1.jpg");
  }
}
#good-stuff .good-stuff-slider .slide-1 .single-text-block .section-title {
  font-size: 3.21428571em;
}
#good-stuff .good-stuff-slider .slide-1 .single-text-block .section-text {
  font-size: 1.78571429em;
  line-height: 1.15384615em;
}
#good-stuff .good-stuff-slider .slide-2 {
  background: url("../images/good-stuff/slide_2.jpg");
}
@media (max-width: 500px) {
  #good-stuff .good-stuff-slider .slide-2 {
    background: url("../images/good-stuff/mobile_slide_2.jpg");
  }
}
#good-stuff .good-stuff-slider .slide-3 {
  background: url("../images/good-stuff/slide_3.jpg");
}
@media (max-width: 500px) {
  #good-stuff .good-stuff-slider .slide-3 {
    background: url("../images/good-stuff/mobile_slide_3.jpg");
  }
}
#good-stuff .good-stuff-slider .slide-4 {
  background: url("../images/good-stuff/slide_4.jpg");
}
@media (max-width: 500px) {
  #good-stuff .good-stuff-slider .slide-4 {
    background: url("../images/good-stuff/mobile_slide_4.jpg");
  }
}
@media (max-width: 500px) {
  #good-stuff .good-stuff-slider .slide-5 {
    background: url("../images/good-stuff/mobile_slide_5.jpg");
  }
  #good-stuff .good-stuff-slider .slide-6 {
    background: url("../images/good-stuff/mobile_slide_6.jpg");
  }
}
.single-text-block .section-title {
  position: relative;
  font-size: 2.2em;
  padding: 0 0 15px 0;
  text-align: center;
  margin-bottom: 15px;
}
.single-text-block .section-title:after {
  content: '';
  position: absolute;
  background: url("../images/dots.svg");
  width: 100%;
  height: 4px;
  background-size: contain;
  bottom: 0;
  left: 0;
}
.single-text-block .section-text {
  font-size: 19px;
  text-align: center;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
/** General Form Styles */
.gform_body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gform_body ul li {
  border-bottom: 2px solid black;
  clear: both;
  padding: 25px 0 10px 0;
  overflow: hidden;
}
.gform_body ul li label {
  font-size: 1.5em;
  font-family: 'callibri';
  font-weight: normal;
  cursor: pointer;
}
.gform_body ul li input {
  border: none;
  outline: none;
  font-size: 1.5em;
  background: #FFFCE1;
  width: 100%;
}
.gform_body ul li .validation_message {
  width: 150px;
  color: red;
}
.gform_body ul li select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid black;
  border-radius: 6px;
  background: #FFFCE1;
  font-size: 1.5em;
  padding: 3px 10px;
}
.gform_body ul li .ginput_container_select,
.gform_body ul li .gfield_date_dropdown_year,
.gform_body ul li .gfield_date_dropdown_day,
.gform_body ul li .gfield_date_dropdown_month {
  position: relative;
}
.gform_body ul li .ginput_container_select:after,
.gform_body ul li .gfield_date_dropdown_year:after,
.gform_body ul li .gfield_date_dropdown_day:after,
.gform_body ul li .gfield_date_dropdown_month:after {
  position: absolute;
  content: '';
  background-image: url('../images/win/select-down.png');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  right: 10px;
  top: 10px;
  background-size: contain;
}
.gform_body ul li .clear-multi {
  width: 100%;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 768px) {
  .gform_body ul li .clear-multi {
    margin-left: -7px;
    margin-right: -7px;
  }
}
.gform_body ul li .clear-multi div {
  width: 33.33333333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .gform_body ul li .clear-multi div {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.gform_body ul li .clear-multi div:after {
  right: 24px;
  top: 12px;
}
@media (max-width: 768px) {
  .gform_body ul li .clear-multi div:after {
    right: 16px;
    top: 14px;
    width: 13px;
  }
}
.gform_body ul li .clear-multi div select {
  width: 100%;
  float: right;
}
/** Win Form */
#gform_4 #input_4_4,
#gform_4 #input_4_8 {
  width: 100%;
}
#gform_4 #field_4_6 label {
  width: 100%;
}
#gform_4 #field_4_6 textarea {
  background: #FFFCE1;
  border: none;
  width: 100%;
  background-image: url('../images/win/textarea.jpg');
  background-repeat: repeat;
  background-position: top;
  line-height: 70px;
  overflow: hidden;
  border-bottom: none;
  height: 187px;
  outline: none;
  padding-top: 13px;
  font-size: 1.5em;
}
#gform_4 .gchoice_4_9_1,
#gform_4 #field_4_9,
#gform_4 .gchoice_4_10_1,
#gform_4 #field_4_10 {
  border-bottom: none;
  padding: 0;
}
#gform_4 .gchoice_4_9_1 .gfield_required,
#gform_4 #field_4_9 .gfield_required,
#gform_4 .gchoice_4_10_1 .gfield_required,
#gform_4 #field_4_10 .gfield_required {
  display: none;
}
#gform_4 #field_4_9 {
  padding-top: 60px;
}
@media (max-width: 768px) {
  #gform_4 #field_4_9 {
    padding-top: 12px;
  }
}
#gform_4 .gfield_checkbox label {
  width: 70%;
  font-size: 1.35714286em;
  line-height: 32px;
}
@media (max-width: 768px) {
  #gform_4 .gfield_checkbox label {
    width: 89%;
  }
}
#gform_4 .gfield_checkbox input {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  float: left;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  position: relative;
}
#gform_4 .gfield_checkbox input:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("../images/win/checkbox.svg");
  background-size: 100%!important;
  content: "";
}
#gform_4 .gfield_checkbox input:checked:before {
  background: url("../images/win/checkbox_checked.svg");
  background-size: 100%!important;
}
#gform_4 #gform_submit_button_4 {
  background: #1A1E25;
  border-radius: 6px;
  border: none;
  color: #FFFCE1;
  font-family: 'collective';
  font-size: 1.5em;
  padding: 4px 70px;
  float: right;
  margin-top: -38px;
}
@media (max-width: 768px) {
  #gform_4 #gform_submit_button_4 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
/** General Contact Form */
#gform_5 .validation_error {
  color: red;
}
#gform_5 .gform_body .ginput_container_text,
#gform_5 .gform_body .ginput_container_email {
  width: 50%;
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  #gform_5 .gform_body .ginput_container_text,
  #gform_5 .gform_body .ginput_container_email {
    width: 100%;
  }
}
#gform_5 .gform_body ul li select {
  width: 100%;
}
#gform_5 li#field_5_4,
#gform_5 li#field_5_5,
#gform_5 .gchoice_5_6_1,
#gform_5 li#field_5_6 {
  border-bottom: 0;
}
#gform_5 li#field_5_5 .gfield_select {
  border: 2px solid black !important;
  font-family: 'callibri' !important;
  text-transform: none !important;
}
@media (min-width: 992px) {
  #gform_5 li#field_5_5 .gfield_select {
    max-width: 80%;
  }
}
#gform_5 li#field_5_5 .nice-select:after {
  display: none !important;
}
#gform_5 li#field_5_6 {
  padding: 0;
}
#gform_5 li#field_5_6 #label_5_6_1 {
  font-family: 'collective';
  width: auto;
  font-size: 1.78571429em;
}
@media (max-width: 768px) {
  #gform_5 li#field_5_6 #label_5_6_1 {
    max-width: 80%;
  }
}
#gform_5 .ginput_container_select:after {
  top: 16px;
  pointer-events: none;
}
@media screen and (min-width: 1199px) {
  #gform_5 .ginput_container_select:after {
    right: 210px !important;
  }
}
@media screen and (min-width: 992px) {
  #gform_5 .ginput_container_select:after {
    right: 180px;
  }
}
@media screen and (max-width: 767px) {
  #gform_5 .ginput_container_select:after {
    right: 15px;
  }
}
#gform_5 textarea#input_5_4 {
  width: 100%;
  border: none;
  background: url('../images/win/textarea.jpg') transparent;
  background-repeat: repeat;
  background-position: top;
  line-height: 70px;
  overflow: hidden;
  border-bottom: none;
  height: 210px;
  outline: none;
  padding-top: 13px;
  font-size: 1.5em;
}
#gform_5 .gchoice_5_6_1 {
  line-height: 28px;
  padding-top: 0;
  padding-bottom: 15px;
}
#gform_5 #choice_5_6_1 {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  float: left;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  position: relative;
}
#gform_5 #choice_5_6_1:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("../images/win/checkbox.svg");
  background-size: 100%!important;
  content: "";
}
#gform_5 #choice_5_6_1:checked:before {
  background: url("../images/win/checkbox_checked.svg");
  background-size: 100%!important;
}
#gform_5 #gform_submit_button_5 {
  width: 100%;
  max-width: 155px;
  margin-top: 10px;
  background: #1A1E25;
  border-radius: 6px;
  border: none;
  color: #FFFCE1;
  font-family: 'collective';
  font-size: 1.78571429em;
  padding: 5px;
}
@media (min-width: 1200px) {
  #gform_5 #gform_submit_button_5 {
    right: 13px;
  }
}
@media (min-width: 992px) {
  #gform_5 #gform_submit_button_5 {
    position: absolute;
    bottom: 137px;
    right: 5px;
  }
}
@media (max-width: 768px) {
  #gform_5 #gform_submit_button_5 {
    width: 100%;
    float: none;
    padding: 8px;
  }
}
/** Footer Email Form */
#gform_6 {
  overflow: hidden;
  margin: 20px 0;
}
#gform_6 label {
  display: none;
}
#gform_6 .gform_body {
  width: 60%;
  float: left;
}
#gform_6 .gform_body li {
  padding: 0;
  border: none;
}
#gform_6 #input_6_1 {
  width: 100%;
  padding-left: 10px;
  border: 2px solid #fffce1;
  background: #fffce1;
  border-radius: 5px;
  color: #000;
  font-size: 14px !important;
  outline: none;
}
#gform_6 #input_6_1::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  color: #000;
}
#gform_6 #input_6_1::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: #000;
}
#gform_6 #input_6_1:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  color: #000;
}
#gform_6 #input_6_1:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: #000;
}
#gform_6 input[type='submit'] {
  background: #fffce1;
  outline: none;
  color: #000;
  border: none;
  font-family: "collective";
  font-size: 21px;
  margin-top: 0;
  border-radius: 4px;
  padding: 3px 5px;
  margin-left: 8px;
}
#gform_6 input[type='submit']:hover,
#gform_6 input[type='submit']:focus {
  color: #56A6E0;
}
#gform_6 .gfield_description {
  color: #f78484;
  font-size: 13px;
  width: 100%;
  margin-top: 5px;
}
#gform_6 .validation_error {
  display: none;
}
#gform_6 img#gform_ajax_spinner_6 {
  margin-left: 8px;
  margin-top: -8px;
}
#gform_6 div#gform_confirmation_message_6 {
  color: #56A6E0;
  font-size: 16px;
  margin-bottom: 7px;
}
/** Overlay Styles */
#overlay {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  float: left;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
#gform-notification {
  background: #fff;
  border-radius: 10px;
  display: block;
  margin: auto;
  max-height: 237px;
  max-width: 520px;
  padding: 61px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 101;
}
#gform-notification .button {
  margin: 20px 0 0;
  padding: 12px 24px;
}
/* Nominate a telephone box form */
.gform_confirmation_message_8 p,
.gform_confirmation_message_8 button {
  text-align: center;
  font-size: 1.3em;
  margin: 0 auto;
  max-width: 800px;
}
.gform_confirmation_message_8 .gform_title {
  display: none;
}
#gf_button_get_form_8 {
  background: #1A1E25;
  border-radius: 6px;
  text-transform: lowercase;
  border: none;
  color: #FFFCE1;
  font-family: 'collective';
  font-size: inherit;
  padding: 8px 20px;
  margin: 20px auto 20px auto;
  display: block;
}
@media (max-width: 768px) {
  #gf_button_get_form_8 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
#gform_8 .ginput_container_text,
#gform_8 .ginput_container_email {
  width: 70%;
  display: inline-block;
  margin-left: 8px;
}
#gform_8 #field_8_5 {
  margin-bottom: 20px;
}
#gform_8 #field_8_6,
#gform_8 #field_8_7,
#gform_8 #field_8_8 {
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 0;
}
#gform_8 #field_8_9,
#gform_8 #field_8_10 {
  border-bottom: none;
}
#gform_8 .gfield_radio {
  border-bottom: none;
}
#gform_8 .gfield_radio li {
  border-bottom: none;
  max-width: 15%;
  display: inline-block;
  margin-right: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 992px) {
  #gform_8 .gfield_radio li {
    max-width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #gform_8 .gfield_radio li {
    max-width: 60%;
  }
}
#gform_8 .gfield_radio li input {
  width: 15px;
}
#gform_8 .gfield_radio li label {
  font-family: 'collective';
  font-size: 20px;
  margin-left: 4px;
}
#gform_8 .gchoice_8_10_1 {
  line-height: 28px;
  padding-top: 0;
  padding-bottom: 15px;
  border-bottom: none;
}
#gform_8 #label_8_10_1 {
  font-family: 'collective';
  width: auto;
  font-size: 1.78571429em;
}
@media (max-width: 768px) {
  #gform_8 #label_8_10_1 {
    width: auto;
    max-width: 80%;
  }
}
#gform_8 #choice_8_10_1 {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  float: left;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  position: relative;
}
#gform_8 #choice_8_10_1:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("../images/win/checkbox.svg");
  background-size: 100%!important;
  content: "";
}
#gform_8 #choice_8_10_1:checked:before {
  background: url("../images/win/checkbox_checked.svg");
  background-size: 100%!important;
}
#gform_8 #gform_submit_button_8 {
  background: #1A1E25;
  border-radius: 6px;
  text-transform: lowercase;
  border: none;
  color: #FFFCE1;
  font-family: 'collective';
  font-size: 2.5em;
  padding: 8px 20px;
  margin: 20px 0;
}
@media (max-width: 768px) {
  #gform_8 #gform_submit_button_8 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
#gform_8 textarea#input_8_9 {
  width: 100%;
  border: none;
  background: url('../images/win/textarea.jpg') transparent;
  background-repeat: repeat;
  background-position: top;
  line-height: 70px;
  overflow: hidden;
  border-bottom: none;
  height: 210px;
  outline: none;
  padding-top: 13px;
  font-size: 1.5em;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#wpadminbar {
  position: fixed!important;
  top: 0px!important;
}
.menu-collapse #header .logo {
  top: 50px;
  opacity: 0;
  visibility: hidden;
}
.menu-collapse #header .menu-button {
  top: -3px;
}
.menu-collapse #header div.module.search {
  margin-right: 30px;
}
.menu-collapse #header .menu-button span {
  opacity: 0.0;
}
.menu-collapse #header .icon.menu.closed {
  background: url("../images/header/icon_menu_closed.svg") !important;
}
.menu-collapse #header .icon.menu {
  background: url("../images/header/icon_menu_open.svg") !important;
}
#menu-main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu-main-menu > li {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  padding: 0 20px;
  float: left;
}
@media screen and (max-width: 767px) {
  #menu-main-menu > li {
    width: 50%;
    margin-bottom: 20px;
    min-height: 185px;
  }
}
@media screen and (max-width: 420px) {
  #menu-main-menu > li {
    min-height: 205px;
  }
}
#menu-main-menu > li.menu-item-has-children > a {
  font-family: "collective";
  font-size: 25px;
  margin: 15px 0;
}
#menu-main-menu > li.menu-item-has-children ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
#menu-main-menu > li.menu-item-has-children ul li {
  margin-bottom: 5px;
}
#menu-main-menu > li.menu-item-has-children ul li a {
  color: #FFFCE1;
  font-size: 1.21428571em;
  outline: none;
  line-height: 22px;
}
#menu-main-menu > li.menu-item-has-children ul li a:hover {
  color: #56A6E0;
  text-decoration: none;
}
#header {
  position: fixed;
  background: #191e24;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
}
#header #mobile-search-nav {
  padding-bottom: 0;
  max-height: 0px;
  overflow: hidden;
}
#header #mobile-search-nav input[type='text'] {
  width: 100%;
  padding: 5px;
}
#header #mobile-search-nav form {
  position: relative;
}
#header #mobile-search-nav #mobile-header-searchform-submit {
  padding: 5px 17px;
  top: 0px;
  border: none;
  background: #56A6E0;
  outline: none;
  font-family: "collective";
  font-size: 17px;
  position: absolute;
  right: 0px;
}
#header .visible-menu-closed {
  display: block;
}
#header .visible-menu-open {
  display: none;
}
#header .container {
  position: relative;
}
#header .inner {
  padding: 15px 0;
}
#header span {
  font-size: 1em;
  color: #FFFCE1;
}
#header .icon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: contain!important;
  background-position: center!important;
  background-repeat: no-repeat !important;
  vertical-align: middle;
}
#header .icon.home {
  background: url("../images/header/icon_hm.svg");
}
#header .icon.phone {
  background: url("../images/header/icon_phone.svg");
}
#header .icon.envelope {
  background: url("../images/header/icon_env.svg");
}
#header .icon.location {
  background: url("../images/header/icon_loc.svg");
  margin-right: 0px;
}
#header .icon.pen {
  background: url("../images/header/icon_pen.svg");
  margin-right: 0px;
}
#header .icon.search {
  background: url("../images/header/icon_search.svg");
  cursor: pointer;
  float: left;
  left: 0px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  position: relative;
  z-index: 8;
}
#header .icon.search-mobile {
  background: url("../images/header/icon_search.svg");
  background-size: 21px 21px!important;
}
#header .icon.menu.closed {
  background: url("../images/header/icon_menu_closed.svg");
}
#header .icon.menu.closed.black {
  background: url("../images/header/icon_menu_closed_black.svg");
}
#header .icon.menu {
  background: url("../images/header/icon_menu_open.svg");
  cursor: pointer;
}
#header .icon.menu.black {
  background: url("../images/header/icon_menu_open_black.svg");
}
#header .flag {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  background-position: center!important;
  background-size: contain!important;
  background-repeat: no-repeat !important;
}
#header .flag.uk {
  background: url("../images/flags/uk-sm.svg");
}
#header .flag.ire {
  background: url("../images/flags/ie-sm.svg");
}
#header .flag.nz {
  background: url("../images/flags/nz-sm.svg");
}
#header .flag.au {
  background: url("../images/flags/au-sm.svg");
}
#header .flag.fr {
  background: url("../images/flags/fr-sm.svg");
}
#header div.module {
  display: inline-block;
  vertical-align: middle;
  font-family: 'collective';
}
#header div.module span {
  vertical-align: middle;
}
#header div.module a {
  color: #FFFCE1;
  vertical-align: middle;
  outline: none;
  display: inline-block;
}
#header div.module a:hover {
  color: #56A6E0;
  text-decoration: none;
}
#header div.module a:active {
  color: #2073b0;
}
#header div.module a:focus,
#header div.module a:active {
  text-decoration: none;
}
#header div.module.search {
  float: right;
  position: relative;
  z-index: 11;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#header div.module.search .searchform {
  display: inline;
}
#header div.module.search input.form-field {
  float: right;
  margin-right: 0px;
  margin-top: -5px;
  margin-bottom: -5px;
  width: 0px;
  padding: 7px 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  font-family: callibri;
  outline: none;
}
#header div.module.module-newsletter {
  margin-right: 60px;
}
@media (max-width: 1200px) {
  #header div.module.module-newsletter {
    margin-right: 30px;
  }
}
#header div.module.search.expand .form-field {
  padding: 7px;
  margin-right: 10px;
  width: 250px;
  padding-left: 33px;
}
#header .icon.search.black {
  position: absolute;
  left: 5px;
  top: 3px;
  background: url("../images/header/icon_search_black.svg");
}
#header div.module.flags a {
  padding: 0 10px;
}
#header .separator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url("../images/header/separator_vert.svg");
  background-size: contain;
}
#header .logo {
  width: 180px;
  position: absolute;
  top: 70px;
  left: 15px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#header .menu-button {
  position: absolute;
  right: 15px;
  top: 70px;
  cursor: pointer !important;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
@media screen and (max-width: 767px) {
  #header .menu-button {
    top: 50px;
  }
}
#header .menu-button span {
  font-family: 'collective';
  font-size: 2.28571429em;
  vertical-align: middle;
  color: #000;
  margin: 0 20px 5px 0;
  display: inline-block;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#header input.form-field {
  border: none;
  background: #FFFCE1;
  color: #000;
}
#header #searchform-inner-wrapper {
  overflow: hidden;
  position: absolute;
  width: 65px;
  /* to 65 */
  height: 38px;
  right: 10px;
  top: -5px;
}
#header #searchform-inner-wrapper input#header-searchform-submit {
  position: absolute;
  right: 0px;
  padding: 7px 17px;
  top: 0px;
  border: none;
  background: #56A6E0;
  outline: none;
  -webkit-transform: translate(105%);
  -moz-transform: translate(105%);
  -o-transform: translate(105%);
  -ms-transform: translate(105%);
  transform: translate(105%);
}
body.admin-bar #header {
  top: 32px;
}
#main-menu {
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #191e24;
  opacity: 0;
  padding-top: 122px;
  color: #FFFCE1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 767px) {
  #main-menu {
    overflow-y: scroll;
  }
}
@media (max-height: 800px) {
  #main-menu {
    overflow-y: scroll!important;
  }
}
#main-menu .m-table {
  width: 100%;
  height: 100%;
}
#main-menu .m-table .m-cell {
  vertical-align: top;
}
#main-menu .our-goods-menu {
  position: relative;
}
#main-menu .our-goods-menu h2 {
  text-align: center;
}
#main-menu .our-goods-menu h2 a {
  color: #FFFCE1;
}
#main-menu .our-goods-menu h2:before,
#main-menu .our-goods-menu h2:after {
  background: url("../images/separator-white.svg");
  background-repeat: repeat-x;
  content: "";
  height: 5px;
  width: 445px;
  position: absolute;
  top: 23px;
}
@media screen and (max-width: 1200px) {
  #main-menu .our-goods-menu h2:before,
  #main-menu .our-goods-menu h2:after {
    width: 365px;
  }
}
@media screen and (max-width: 992px) {
  #main-menu .our-goods-menu h2:before,
  #main-menu .our-goods-menu h2:after {
    width: 265px;
  }
}
#main-menu .our-goods-menu h2:before {
  left: 0px;
}
#main-menu .our-goods-menu h2:after {
  right: 0px;
}
#main-menu .our-goods-menu .separator {
  background: url("../images/separator-white.svg");
  height: 5px;
  background-repeat: repeat-x;
  width: 100%;
}
#main-menu .our-goods-menu .range-item {
  position: relative;
  top: -20px;
  opacity: 0.0;
  cursor: pointer;
}
#main-menu .our-goods-menu .range-item a {
  text-decoration: none;
  color: #FFFCE1;
}
#main-menu .our-goods-menu .range-item h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #main-menu .our-goods-menu .range-item h3 {
    margin-bottom: 0px;
  }
}
#main-menu .our-goods-menu .range-item img {
  margin: 0 auto;
}
#main-menu .our-goods-menu .our-goods-menu-range {
  margin-bottom: 40px;
}
#main-menu .our-goods-menu .our-goods-menu-range img {
  margin-left: auto;
  margin-right: auto;
  max-height: 196px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
#main-menu .our-goods-menu .our-goods-menu-range img:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#main-menu .menu-list {
  margin-top: 30px;
}
#main-menu .menu-list a {
  color: #FFFCE1;
  text-decoration: none;
}
#main-menu .menu-list .menu-list-item {
  float: left;
  width: 20%;
  padding: 0 20px;
  position: relative;
  top: -20px;
  opacity: 0;
}
#main-menu .menu-list .menu-list-item h3 {
  font-size: 25px;
}
#main-menu .menu-list .menu-list-item ul.menu {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
#main-menu .menu-list .menu-list-item ul.menu li {
  position: relative;
  left: -20px;
  opacity: 0;
  padding-bottom: 10px;
  line-height: 17px;
}
#main-menu .menu-list .menu-list-item ul.menu li a {
  color: #FFFCE1;
  font-size: 1.21428571em;
}
#main-menu .menu-list .menu-list-item ul.menu li a:hover {
  color: #56A6E0;
  text-decoration: none;
}
body.menu-open {
  overflow: hidden;
}
body.menu-open #main-menu {
  visibility: visible;
  opacity: 1.0;
  z-index: 15;
}
body.menu-open #header .menu-button span {
  color: #FFFCE1;
}
body.menu-open #header .logo {
  display: none;
}
body.menu-open #header .visible-menu-closed {
  display: none;
}
body.menu-open #header .visible-menu-open {
  display: block;
}
@media screen and (max-width: 1200px) {
  #header div.module.search {
    float: right;
  }
  #header div.module.search.expand .form-field {
    width: 165px;
  }
}
@media screen and (max-width: 767px) {
  #header div.module.search {
    width: auto;
  }
  #header .logo {
    width: 100px;
  }
  #header .icon {
    margin-right: 0px;
  }
  #main-menu {
    padding-top: 120px;
  }
  #main-menu .our-goods-menu h2:before,
  #main-menu .our-goods-menu h2:after {
    width: 60px;
  }
  #main-menu .menu-list {
    padding-bottom: 50px;
  }
  #main-menu .menu-list .menu-list-item {
    width: 100%;
  }
  body.menu-collapse #header .menu-button {
    top: 0px;
  }
  body.menu-collapse.menu-open #main-menu {
    padding-top: 90px;
  }
  body.admin-bar #header #header {
    top: 46px;
  }
}
.win-cta {
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 9;
  width: 55px;
}
.social-cta {
  position: fixed;
  max-height: 60px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.5s ease;
  top: 218px;
  background-color: #191e24;
  width: 246px;
  right: -191px;
}
.social-cta .visible {
  float: left;
  width: 55px;
  padding-top: 3px;
}
.social-cta .reveal {
  float: left;
  padding-left: 20px;
}
.social-cta .reveal li {
  margin-top: 10px;
}
.social-cta .reveal li img {
  width: 40px;
  height: 40px;
}

/*
 TODO: 
  - variables
  - font sizes
  */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
@media screen and (max-width: 768px) and (orientation: landscape) {
  body {
    font-size: 11px!important;
  }
}
h2#n2-ss-7item6:after,
h2#n2-ss-7item7:after {
  width: 100%!important;
}
#home {
  /** Who We Are */
  /** THE GOODS */
  /** Unearth More */
  /** Good Stuff */
  /** Blackboard */
}
#home .blog-categories-list {
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #home .blog-categories-list {
    white-space: normal;
  }
}
#home .blog-categories-list li.bFilter {
  color: #FF23A4;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'collective';
  font-size: 1.85714286em;
  width: 20%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  cursor: pointer;
}
@media (max-width: 767px) and (orientation: landscape) {
  #home .blog-categories-list li.bFilter {
    width: 30%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #home .blog-categories-list li.bFilter {
    padding: 5px;
    width: 17%;
  }
  #home .blog-categories-list li.bFilter img {
    max-width: 100%;
  }
}
#home .blog-categories-list li.bFilter a {
  text-decoration: none;
  text-transform: lowercase;
  color: #FFFCE1;
  margin-bottom: 50px;
}
#home .blog-categories-list li.bFilter a img {
  -webkit-filter: invert(100%) sepia(100%);
  -moz-filter: invert(100%) sepia(100%);
  -o-filter: invert(100%) sepia(100%);
  filter: invert(100%) sepia(100%);
  display: block;
  margin: 10px auto 20px auto;
}
#home .blog-categories-list li.bFilter a span {
  margin-bottom: 20px;
}
#home .btn-black {
  font-size: 28px!important;
}
#home #n2-ss-11 #n2-ss-11-arrow-next {
  width: 30px !important;
  height: 32px !important;
  background: url("../images/ranges/swiper-arrow-right.png") no-repeat center center !important;
  background-size: contain !important;
}
#home #n2-ss-11 #n2-ss-11-arrow-next img {
  display: none;
}
#home #n2-ss-11 #n2-ss-11-arrow-previous {
  width: 30px !important;
  height: 32px !important;
  background: url("../images/ranges/swiper-arrow-left.png") no-repeat center center !important;
  background-size: contain !important;
}
#home #n2-ss-11 #n2-ss-11-arrow-previous img {
  display: none;
}
#home #n2-ss-11 a {
  height: 42px !important;
}
#home #n2-ss-11 a:hover,
#home #n2-ss-11 a:focus {
  color: #56A6E0;
}
#home .hero {
  background: #FFFCE1;
  padding-top: 190px;
  position: relative;
  padding-bottom: 190px;
}
@media (max-width: 992px) {
  #home .hero {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  #home .hero {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  #home .hero {
    padding-top: 20px;
  }
  #home .hero h1.section-title {
    width: 300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#home .hero .container {
  position: relative;
  z-index: 1;
}
#home .hero .container .col-md-12 {
  margin-bottom: -20px;
  z-index: 10;
}
@media (max-width: 768px) {
  #home .hero__images {
    margin-top: 0;
  }
}
@media (min-width: 767px) {
  #home .hero__images .pot {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  #home .hero__images .pot {
    width: 240px;
  }
}
#home .hero__images a {
  min-height: 80px;
  vertical-align: bottom;
  position: relative;
}
@media (min-width: 768px) {
  #home .hero__images a {
    min-height: 240px;
  }
}
#home .hero__images a img {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
#home .hero__images ._mobile-image {
  position: relative;
  bottom: -45px;
}
@media screen and (max-width: 992px) {
  #home .hero__images ._mobile-image {
    margin-top: -50px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  #home .hero__images ._mobile-image {
    margin-top: -40px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #home .hero__images ._mobile-image {
    max-width: 60%;
    margin-top: -20px;
  }
}
#home .hero:after {
  height: 240px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #f8f1d8;
  width: 100%;
  z-index: 0;
}
@media (max-width: 992px) {
  #home .hero:after {
    height: 225px !important;
  }
}
@media (max-width: 767px) {
  #home .hero:after {
    height: 210px !important;
  }
}
@media (max-width: 570px) {
  #home .hero:after {
    height: 160px !important;
  }
}
@media (max-width: 500px) {
  #home .hero:after {
    height: 90px !important;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #home .hero:after {
    height: 100px !important;
  }
}
#home .hero__logos {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
#home .hero__logos ._item {
  width: 12%;
}
#home .hero__logos ._item img {
  padding: 20px;
}
#home .hero__down-arrow {
  width: 15px;
  margin: auto;
  display: block;
}
#home .section-title {
  position: relative;
  font-size: 3.21428571em;
  padding: 0 0 20px 0;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}
@media screen and (max-width: 767px) {
  #home .section-title {
    font-size: 2.5em;
  }
}
#home .section-title:after {
  content: '';
  position: absolute;
  background: url("../images/dots.svg");
  width: 100%;
  height: 7px;
  background-size: contain;
  bottom: 0;
  left: 0;
}
#home .section-text {
  font-size: 1.78571429em;
  line-height: 1.15384615em;
  color: #000;
  text-align: center;
}
@media (max-width: 500px) {
  #home .section-text {
    font-size: 1.28571429em;
  }
}
#home .who-we-are-short {
  position: relative;
  z-index: 1;
}
#home .who-we-are-short .visible-sm img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  #home .who-we-are-short #n2-ss-7 .nextend-smartslider-button-container {
    display: none !important;
  }
}
#home .who-we-are-short #n2-ss-7 .nextend-smartslider-button-container a:hover,
#home .who-we-are-short #n2-ss-7 .nextend-smartslider-button-container a:focus {
  color: #56A6E0;
}
@media screen and (max-width: 992px) {
  #home .who-we-are-short #n2-ss-7 p {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #home .who-we-are-short {
    font-size: 1em;
  }
  #home .who-we-are-short .section-title {
    max-width: 80%;
    margin: 0px auto;
    margin-top: 30px;
  }
  #home .who-we-are-short .section-text {
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #home .who-we-are-short .inner {
    padding: 0;
  }
}
#home .the-goods {
  background: #00a5df;
  padding: 0 0 60px 0;
  position: relative;
}
@media (max-width: 767px) and (orientation: landscape) {
  #home .the-goods {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  #home .the-goods {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #home .the-goods {
    padding-bottom: 40px;
  }
}
#home .the-goods a {
  text-decoration: none;
}
#home .the-goods .container {
  position: relative;
  z-index: 2;
}
#home .the-goods__text {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #home .the-goods .col-sm-3 {
    margin-bottom: 0px;
    width: 25%;
    float: left;
  }
}
@media (min-width: 768px) {
  #home .the-goods .col-sm-4 {
    height: 340px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #home .the-goods .col-sm-4 {
    width: 32%;
    display: inline-block;
  }
  #home .the-goods .col-sm-4 .hp-just-out {
    max-height: 110px !important;
    margin-bottom: 0px;
  }
}
#home .the-goods__image {
  max-height: 250px;
  margin: 0px auto;
  margin-top: 30px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
@media screen and (min-width: 992px) {
  #home .the-goods__image {
    margin-left: -6%;
    max-width: 120%;
  }
}
@media screen and (max-width: 991px) {
  #home .the-goods__image {
    max-height: 180px;
  }
}
#home .the-goods__image:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#home .the-goods .hp-just-out {
  max-height: 180px;
  margin-bottom: 55px;
}
@media (max-width: 767px) and (orientation: portrait) {
  #home .the-goods .hp-just-out {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #home .the-goods .hp-just-out {
    max-height: 170px;
  }
}
#home .the-goods__product {
  text-align: center;
  font-size: 1.78571429em;
  color: #fff;
}
#home .the-goods:before {
  content: '';
  width: 100%;
  position: absolute;
  height: 200px;
  background: #009fd7;
  bottom: 0;
}
@media (max-width: 767px) and (orientation: landscape) {
  #home .the-goods:before {
    height: 250px;
  }
}
#home .unearth-more {
  padding: 115px 0;
  background: #fdfbe6;
}
@media (max-width: 767px) and (orientation: landscape) {
  #home .unearth-more {
    padding-bottom: 50px;
  }
  #home .unearth-more .col-sm-4 {
    width: 32%;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  #home .unearth-more {
    padding-top: 15px;
  }
}
#home .unearth-more a {
  text-decoration: none;
}
#home .unearth-more__text {
  margin-bottom: 30px;
}
#home .unearth-more__image {
  max-height: 220px;
  margin: 0px auto;
  margin-top: 30px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
#home .unearth-more__image:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 992px) {
  #home .unearth-more__image {
    max-height: 180px;
  }
}
@media screen and (max-width: 767px) {
  #home .unearth-more__image {
    max-height: 150px;
    margin-top: 0px;
  }
}
#home .unearth-more__subtitle {
  text-align: center;
  font-size: 1.6em;
  color: #000;
  font-size: 1.78571429em;
}
#home .good-stuff {
  background-color: #ADDDEA;
  padding: 80px 0 0 0;
  position: relative;
}
@media (max-width: 768px) {
  #home .good-stuff {
    padding-top: 0;
  }
}
#home .good-stuff:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  bottom: 0;
  transform: skewY(-1.5deg);
  background-color: #ADDDEA;
  top: -70px;
}
@media (max-width: 767px) and (orientation: landscape) {
  #home .good-stuff:before {
    top: -25px;
  }
}
#home .good-stuff img {
  position: relative;
}
@media screen and (min-width: 2300px) {
  #home .good-stuff img {
    width: 100%;
    height: auto;
  }
}
#home .good-stuff .section-text {
  padding: 0px 10px;
}
#home .good-stuff .good-stuff-illu {
  position: relative;
}
#home .good-stuff .good-stuff-illu .tub {
  position: absolute;
  bottom: 18%;
  left: 53%;
  width: 15%;
}
@media screen and (min-width: 2300px) {
  #home .good-stuff .good-stuff-illu .tub img {
    width: auto;
  }
}
#home .good-stuff .good-stuff-illu .tub:after {
  content: "";
  background: url(../images/homepage/good-stuff-grass.png) repeat-x center bottom;
  background-size: contain;
  height: 10%;
  width: 100%;
  min-width: 200px;
  position: absolute;
  bottom: -10px;
  min-height: 80px;
}
#home .our-blackboard {
  background-image: url('../images/homepage/blackboard.jpg');
  background-size: cover;
  background-repeat: none;
  padding: 115px 0;
  position: relative;
}
@media (max-width: 768px) {
  #home .our-blackboard {
    padding: 40px 0;
  }
}
#home .our-blackboard__title {
  color: #FFFCE1;
}
#home .our-blackboard__title:after {
  background: url("../images/dots-white.svg");
  height: 6px;
}
#home .our-blackboard__text {
  color: #FFFCE1;
  margin-bottom: 30px;
}
#home .our-blackboard .wp-post-image {
  width: auto;
  max-height: 255px;
  margin: 5px auto;
}
#home .our-blackboard:after {
  content: "";
  position: absolute;
  background: url("../images/homepage/blackboard-after.png") repeat-x;
  bottom: -100px;
  left: 0;
  height: 151px;
  width: 100%;
}

#home section.hero h1.section-title {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #home section.hero h1.section-title {
    margin-top: 40px;
  }
}
#home section.hero h1.section-title:before {
  position: absolute;
  content: "";
  width: 96px;
  height: 97px;
  background: url("../images/homepage/its-the-good-stuff.png");
  right: 380px;
  top: -100px;
}
@media screen and (max-width: 1200px) {
  #home section.hero h1.section-title:before {
    right: 290px;
  }
}
@media screen and (max-width: 992px) {
  #home section.hero h1.section-title:before {
    right: 180px;
  }
}
@media screen and (max-width: 767px) {
  #home section.hero h1.section-title:before {
    display: none;
  }
}

#detection-popup .flag {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  background-position: center!important;
  background-size: contain!important;
  background-repeat: no-repeat !important;
  margin-right: 10px;
}
#detection-popup .flag.ire {
  background: url(../images/header/flag_ir.svg);
}
#detection-popup .flag.uk {
  background: url(../images/header/flag_uk.svg);
}
#detection-popup .flag.nz {
  background: url(../images/header/flag_nz.svg);
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#kids-nz {
  overflow: hidden;
  position: relative;
  background: #B8C432;
}
#kids-nz span.copyright {
  font-size: 0.6em;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #kids-nz .section-text {
    font-size: 1.64285714em;
  }
}
#kids-nz .transition {
  z-index: 1;
  height: 50px;
  width: 100%;
  position: absolute;
  background-color: #191e24;
}
#kids-nz .transition:after {
  background-color: #191e24;
  display: block;
  content: "";
  width: 110%;
  top: 0;
  margin-left: -20px;
  position: absolute;
  height: 180px;
  margin-top: -100px;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
@media screen and (max-width: 767px) {
  #kids-nz .transition:after {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
#kids-nz .transition .arrow-down {
  position: relative;
  margin: 20px auto;
  background: url(../images/arrow-down.png) no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #kids-nz section#kids-intro {
    padding-top: 100px;
  }
}
#kids-nz section#kids-intro .container {
  padding: 40px 0px;
}
@media screen and (min-width: 992px) {
  #kids-nz section#kids-intro .container {
    padding: 40px 80px;
  }
  #kids-nz section#kids-intro .container .section-title {
    margin: 50px 0 !important;
  }
}
#kids-nz section#kids-intro .container .kids-links {
  overflow: auto;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0;
}
#kids-nz section#kids-intro .container .kids-links a.btn-black {
  width: 100%;
  padding: 3px 0px !important;
}
@media screen and (max-width: 767px) {
  #kids-nz section#kids-intro .container .kids-links a.btn-black {
    font-size: 1.28571429em !important;
  }
}
#kids-nz section#kids-intro .kids-banner {
  background-color: #191e24;
  background: url(../images/kids/hero-banner.jpg) no-repeat center center;
  background-size: cover;
  height: 600px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #kids-nz section#kids-intro .kids-banner {
    background: url(../images/kids/nz-birds-banner-mobile.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
#kids-nz section#forest-bird {
  text-align: center;
  margin-bottom: -100px;
  padding: 100px 0;
}
@media screen and (min-width: 768px) {
  #kids-nz section#forest-bird {
    background: url(../images/kids/suckies-bg-image.svg) no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  #kids-nz section#forest-bird {
    padding: 70px 0;
  }
}
#kids-nz section#forest-bird .section-text {
  width: 650px;
  position: relative;
  z-index: 3;
}
#kids-nz section#forest-bird a.btn-black {
  z-index: 3;
}
#kids-nz section#forest-bird img {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #kids-nz section#forest-bird img {
    margin-top: -100px;
  }
}
@media screen and (min-width: 992px) {
  #kids-nz section#forest-bird img {
    margin-top: -180px;
  }
}
@media screen and (min-width: 1200px) {
  #kids-nz section#forest-bird img {
    margin-top: -230px;
  }
}
#kids-nz section#forest-bird .transition {
  z-index: 1;
  background-color: #AEB836;
}
@media screen and (max-width: 767px) {
  #kids-nz section#forest-bird .transition:before {
    height: 50px;
    background-color: #AEB836;
    content: "";
    position: absolute;
    top: -120px;
    left: 0;
    width: 100%;
  }
}
#kids-nz section#forest-bird .transition:after {
  background-color: #AEB836;
}
#kids-nz section#forest-bird .transition .arrow-down {
  -webkit-filter: invert(90%);
  -moz-filter: invert(90%);
  -o-filter: invert(90%);
  filter: invert(90%);
}
#kids-nz section#about-suckies {
  background: #ee7eaf;
  position: relative;
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  #kids-nz section#about-suckies {
    padding: 150px 0 0;
  }
}
#kids-nz section#about-suckies:after {
  content: "";
  position: absolute;
  background: #e77aaa;
  width: 100%;
  height: 300px;
  top: 60%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #kids-nz section#about-suckies:after {
    top: 75%;
    height: 200px;
  }
}
#kids-nz section#about-suckies .suckies-showcase {
  z-index: 4;
  width: 500px;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  #kids-nz section#about-suckies .suckies-showcase .col-xs-6:first-child {
    margin-left: 50px;
  }
  #kids-nz section#about-suckies .suckies-showcase .col-xs-6:last-child {
    margin-left: -70px;
  }
}
@media screen and (max-width: 767px) {
  #kids-nz section#about-suckies .suckies-showcase {
    width: auto;
    margin-top: 30px;
  }
  #kids-nz section#about-suckies .suckies-showcase .col-xs-6 img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    max-height: 230px;
  }
  #kids-nz section#about-suckies .suckies-showcase .col-xs-6:first-child {
    margin-left: 25px;
  }
}
#kids-nz section#about-suckies .suckies-showcase img {
  max-height: 400px;
  margin: 0 auto;
}
#kids-nz section#about-suckies .suckies-showcase img.suckie-70 {
  max-height: 280px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #kids-nz section#about-suckies .suckies-showcase img.suckie-70 {
    margin-bottom: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    max-height: 210px;
  }
}
#kids-nz section#about-suckies .suckies-features {
  z-index: 4;
  position: relative;
  display: flex;
  margin: 20px auto;
  max-width: 650px;
}
@media screen and (max-width: 767px) {
  #kids-nz section#about-suckies .suckies-features {
    margin: 50px auto;
  }
}
#kids-nz section#about-suckies .transition {
  z-index: 3;
  background-color: #e77aaa;
}
#kids-nz section#about-suckies .transition:after {
  background-color: #e77aaa;
}
#kids-nz section#about-suckies .transition .arrow-down {
  -webkit-filter: invert(90%);
  -moz-filter: invert(90%);
  -o-filter: invert(90%);
  filter: invert(90%);
}
#kids-nz section#suckies-range {
  background: #FFFCE1;
  text-align: center;
  padding-top: 100px;
  position: relative;
}
#kids-nz section#suckies-range .sub-range {
  position: relative;
  padding: 60px 0 30px;
}
#kids-nz section#suckies-range .sub-range h3 {
  margin: 20px 0;
  z-index: 2;
  font-size: 2.71428571em;
}
#kids-nz section#suckies-range .sub-range .range-products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#kids-nz section#suckies-range .sub-range .range-products .kids-product {
  z-index: 2;
  width: 22%;
  padding-left: 3%;
}
@media screen and (max-width: 767px) {
  #kids-nz section#suckies-range .sub-range .range-products .kids-product {
    padding-left: 5%;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #kids-nz section#suckies-range .sub-range .range-products .kids-product {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}
#kids-nz section#suckies-range .sub-range .range-products .kids-product img {
  margin: 0 auto;
}
#kids-nz section#suckies-range .sub-range .range-products:after {
  content: "";
  position: absolute;
  background: #faf3da;
  width: 100%;
  height: 40%;
  left: 0;
  top: 70%;
  z-index: 1;
}
#kids-nz section#suckies-range .sub-range.suckies-spouches .range-products:after {
  height: 60%;
  top: 45%;
}
#kids-nz section#suckies-range .sub-range.suckies-spouches img {
  max-height: 320px;
}
#kids-nz section#suckies-range .sub-range.lil-suckies-spouches .kids-product {
  width: 20%;
}
#kids-nz section#suckies-range .sub-range.lil-suckies-spouches img {
  max-height: 280px;
}
#kids-nz section#suckies-range .sub-range.suckies-multiboxes .kids-product,
#kids-nz section#suckies-range .sub-range.suckies-tubes .kids-product {
  width: 35%;
}
@media screen and (max-width: 767px) {
  #kids-nz section#suckies-range .sub-range.suckies-multiboxes .kids-product,
  #kids-nz section#suckies-range .sub-range.suckies-tubes .kids-product {
    padding-left: 32px;
  }
}
#kids-nz section#suckies-range .sub-range.suckies-multiboxes .kids-product img,
#kids-nz section#suckies-range .sub-range.suckies-tubes .kids-product img {
  max-height: 390px;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #kids-nz section#suckies-range .sub-range.suckies-tubes .kids-product {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
#kids-nz section#suckies-range .arrow-down {
  position: absolute;
  background: url(../images/arrow-down.png) no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 5;
  bottom: -20px;
  left: calc(50% - 15px);
  -webkit-filter: invert(90%);
  -moz-filter: invert(90%);
  -o-filter: invert(90%);
  filter: invert(90%);
}
#kids-nz section#terracycle {
  text-align: center;
  background: #a89c94;
  padding-top: 100px;
  padding-bottom: 70px;
}
#kids-nz section#terracycle img {
  margin: 30px auto;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #kids-nz section#terracycle img {
    max-width: 225px;
  }
}
@media (min-width: 480px) and (orientation: landscape) {
  #kids-nz section#terracycle img.visible-xs {
    display: none !important;
  }
  #kids-nz section#terracycle img.hidden-xs {
    display: block !important;
  }
}
#kids-nz section#masks {
  position: relative;
  background-color: #AEB836;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 50px;
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  #kids-nz section#masks {
    padding-top: 70px;
    margin-top: -70px;
  }
}
#kids-nz section#masks:before {
  background-color: #AEB836;
  display: block;
  content: "";
  width: 110%;
  top: 70px;
  margin-left: -20px;
  position: absolute;
  height: 180px;
  margin-top: -100px;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
@media screen and (max-width: 767px) {
  #kids-nz section#masks:before {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
#kids-nz section#masks .section-text {
  position: relative;
  z-index: 4;
}
#kids-nz section#masks .masks-banner {
  background: url(../images/kids/nz-masks-banner.jpg) no-repeat center center;
  background-size: cover;
  height: 600px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #kids-nz section#masks .masks-banner {
    height: 250px;
  }
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.cssload-container {
  width: 100%;
  height: 49px;
  text-align: center;
}
.cssload-speeding-wheel {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 3px solid #fffce1;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 575ms infinite linear;
  -o-animation: cssload-spin 575ms infinite linear;
  -ms-animation: cssload-spin 575ms infinite linear;
  -webkit-animation: cssload-spin 575ms infinite linear;
  -moz-animation: cssload-spin 575ms infinite linear;
}
div#loader {
  position: absolute;
  right: -80px;
  top: -5px;
}
@media screen and (max-width: 1200px) {
  div#loader {
    right: -50px;
  }
}
@media screen and (max-width: 992px) {
  div#loader {
    right: 0px;
    top: -60px;
  }
}
@media screen and (max-width: 768px) {
  div#loader {
    right: 0px;
    top: -54px;
    opacity: 1;
  }
  div#loader .cssload-container {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@media screen and (max-width: 768px) {
  div#loader {
    right: 40px;
  }
}
form#form_filter {
  position: relative;
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
.page-template-mikes-plum #header .logo:after,
.page-template-mikes-plum .mobile-cow:after {
  background: url('../images/mikes-plum/proudly-supportin.png') no-repeat center center;
  height: 100px;
  width: 100px;
  content: "";
  position: absolute;
  left: 160px;
  top: 60px;
}
@media screen and (max-width: 992px) {
  .page-template-mikes-plum #header .logo:after,
  .page-template-mikes-plum .mobile-cow:after {
    left: 88%;
    top: 50px;
  }
}
.page-template-mikes-plum #header .logo:before,
.page-template-mikes-plum .mobile-cow:before {
  background: url('../images/mikes-plum/community-heartbeat.png') no-repeat center center;
  height: 79px;
  width: 200px;
  content: "";
  position: absolute;
  bottom: -85px;
}
@media screen and (max-width: 992px) {
  .page-template-mikes-plum .logo {
    display: none !important;
  }
}
.menu-collapse .mobile-cow {
  top: 40px !important;
  opacity: 0;
  visibility: hidden;
}
.menu-open .mobile-cow {
  display: none !important;
}
#mikes-plum {
  overflow: hidden;
  background: #9EE4FD;
}
#mikes-plum .hero {
  background: #9EE4FD;
  padding-top: 125px;
  padding-bottom: 250px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #mikes-plum .hero .section-title {
    padding: 0px 320px 30px 320px !important;
  }
}
#mikes-plum .hero .transition {
  background: url('../images/mikes-plum/transition.png') no-repeat center center;
  background-size: cover;
  min-height: 767px;
}
@media screen and (max-width: 992px) {
  #mikes-plum .hero .transition {
    background: url('../images/mikes-plum/transition-tablet.png') no-repeat top center;
    background-size: contain;
  }
}
@media screen and (max-width: 500px) {
  #mikes-plum .hero .transition {
    background-size: contain;
    min-height: 450px;
  }
}
@media screen and (max-width: 992px) {
  #mikes-plum .hero .col-md-12 {
    padding-top: 175px;
  }
  #mikes-plum .hero .mobile-cow {
    position: absolute;
    width: 160px;
    top: 80px;
    left: 20%;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
  #mikes-plum .hero .mobile-cow a {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #mikes-plum .hero .mobile-cow {
    left: 38%;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #mikes-plum .hero .mobile-cow {
    left: 34%;
  }
}
#mikes-plum .mikes-story {
  position: relative;
  width: 60%;
  margin-top: -475px;
}
@media screen and (max-width: 992px) {
  #mikes-plum .mikes-story {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #mikes-plum .mikes-story {
    margin-top: -575px;
  }
}
#mikes-plum .mikes-story .sky-detail {
  position: absolute;
}
#mikes-plum .mikes-story .sky-detail__first {
  top: -160px;
  right: 530px;
}
@media screen and (max-width: 992px) {
  #mikes-plum .mikes-story .sky-detail__first {
    top: -130px;
    left: 100px;
  }
}
@media screen and (max-width: 767px) {
  #mikes-plum .mikes-story .sky-detail__first {
    top: -80px;
    left: 20px;
  }
}
#mikes-plum .mikes-story .sky-detail__second {
  top: -40px;
  right: 130px;
}
@media screen and (max-width: 992px) {
  #mikes-plum .mikes-story .sky-detail__second {
    display: none;
  }
}
#mikes-plum .mikes-story .section-title {
  text-align: center;
  width: 625px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 992px) {
  #mikes-plum .mikes-story .section-title {
    text-align: center;
    width: auto;
    margin-top: 120px;
  }
}
@media screen and (max-width: 400px) {
  #mikes-plum .mikes-story .section-title {
    margin-top: 40px;
  }
}
#mikes-plum .mikes-story .section-text {
  text-align: right;
  width: 625px;
}
@media screen and (max-width: 992px) {
  #mikes-plum .mikes-story .section-text {
    text-align: center;
    padding: 0px 10px;
  }
  #mikes-plum .mikes-story .section-text:after {
    content: "";
    background: url('../images/mikes-plum/cloud-single.png') no-repeat center center;
    width: 151px;
    height: 70px;
    position: absolute;
    top: 175px;
    display: block;
    z-index: 0;
    right: -108px;
  }
  #mikes-plum .mikes-story .section-text p {
    z-index: 2;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #mikes-plum .mikes-story .section-text {
    padding: 0px 5px;
  }
}
@media screen and (max-width: 992px) {
  #mikes-plum .mikes-story .img-responsive {
    width: 100% !important;
  }
}
#mikes-plum .fundraiser {
  background: #9EE4FD;
  padding-top: 100px;
  position: relative;
  /*quick fixes for mobile*/
}
#mikes-plum .fundraiser .container.donate {
  z-index: 3;
  position: relative;
}
#mikes-plum .fundraiser .col-md-12:before {
  background: url('../images/mikes-plum/cloud-single.png') no-repeat center center;
  height: 70px;
  width: 151px;
  content: "";
  position: absolute;
  top: -30px;
}
@media screen and (max-width: 992px) {
  #mikes-plum .fundraiser .col-md-12:before {
    display: none;
  }
}
#mikes-plum .fundraiser .section-title {
  margin: 0 auto;
}
@media (min-width: 992px) {
  #mikes-plum .fundraiser .section-title {
    max-width: 60%;
  }
}
#mikes-plum .fundraiser .section-text:after {
  background: url('../images/mikes-plum/cloud-double.png') no-repeat center center;
  height: 135px;
  width: 391px;
  content: "";
  position: absolute;
  right: 0px;
  top: -170px;
}
@media screen and (max-width: 992px) {
  #mikes-plum .fundraiser .section-text:after {
    display: none;
  }
}
#mikes-plum .fundraiser .counter {
  height: 700px;
  padding-top: 270px;
  margin-top: -80px;
  background: url('../images/mikes-plum/counter-bg.png') no-repeat center center;
  position: relative;
}
#mikes-plum .fundraiser .counter .container:before {
  content: "";
  width: 189px;
  height: 256px;
  background: url('../images/mikes-plum/extra.png') no-repeat center center;
  background-size: contain;
  position: absolute;
  margin-left: 660px;
  top: 45px;
}
#mikes-plum .fundraiser .counter #nominate-button {
  cursor: pointer;
}
#mikes-plum .fundraiser .counter__boxes {
  position: absolute;
  bottom: 142px;
  margin-left: -40px;
  z-index: 3;
}
#mikes-plum .fundraiser .counter__boxes a {
  position: absolute;
  bottom: -40px;
  left: 5px;
}
#mikes-plum .fundraiser .counter__boxes .boxes-label {
  background: #FFFCE1;
  width: 180px;
  text-align: center;
  padding: 1px 0px;
  border-radius: 5px;
  position: absolute;
  line-height: 22px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#mikes-plum .fundraiser .counter__boxes .boxes-label:after {
  background: url('../images/mikes-plum/label-arrow.png');
  content: "";
  width: 30px;
  height: 36px;
  display: block;
  position: absolute;
  bottom: -36px;
  left: 55px;
}
#mikes-plum .fundraiser .counter__boxes .boxes-label h4 {
  font-size: 1.4em;
  margin: 5px 0px;
}
#mikes-plum .fundraiser .counter__boxes .boxes-label p {
  font-size: 24px;
  font-weight: bold;
  min-height: 44px;
  padding: 0px 22px;
}
#mikes-plum .fundraiser .counter__boxes #boxes-label__1 {
  left: 42%;
  top: -100px;
}
#mikes-plum .fundraiser .counter__boxes #boxes-label__2 {
  left: 10%;
  top: -60px;
}
#mikes-plum .fundraiser .counter__boxes #boxes-label__2:after {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
#mikes-plum .fundraiser .counter__boxes #boxes-label__3 {
  left: 57%;
  top: -52px;
}
#mikes-plum .fundraiser .counter__boxes #boxes-label__4 {
  top: -44px;
  left: 3%;
}
#mikes-plum .fundraiser .counter__boxes #boxes-label__4:after {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
#mikes-plum .fundraiser .counter__boxes #boxes-label__5 {
  left: 66%;
  top: -38px;
}
#mikes-plum .fundraiser .counter__boxes #boxes-label__6 {
  left: -1%;
  top: -38px;
}
#mikes-plum .fundraiser .counter__boxes #boxes-label__6:after {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
#mikes-plum .fundraiser .counter__boxes #boxes-label__7 {
  left: 74%;
  top: -32px;
}
#mikes-plum .fundraiser .counter__boxes #boxes-label__8 {
  top: -20px;
  left: -10%;
}
#mikes-plum .fundraiser .counter__boxes #boxes-label__8:after {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
#mikes-plum .fundraiser .counter__boxes #boxes-label__9 {
  left: 82%;
  top: -23px;
}
#mikes-plum .fundraiser .counter__boxes #boxes-label__10 {
  top: -16px;
  left: 89.5%;
}
#mikes-plum .fundraiser .counter__boxes .boxes-area {
  position: absolute;
  z-index: 100;
}
#mikes-plum .fundraiser .counter__boxes #boxes-area__1 {
  left: 31%;
  width: 150px;
  height: 323px;
  top: 9px;
}
#mikes-plum .fundraiser .counter__boxes #boxes-area__2 {
  width: 68px;
  height: 242px;
  left: 21%;
  top: 60px;
}
#mikes-plum .fundraiser .counter__boxes #boxes-area__3 {
  width: 90px;
  height: 180px;
  left: 52%;
  top: 59px;
}
#mikes-plum .fundraiser .counter__boxes #boxes-area__4 {
  width: 43px;
  height: 165px;
  left: 15%;
  top: 77px;
}
#mikes-plum .fundraiser .counter__boxes #boxes-area__5 {
  height: 177px;
  width: 63px;
  left: 65%;
  top: 80px;
}
#mikes-plum .fundraiser .counter__boxes #boxes-area__6 {
  height: 155px;
  width: 47px;
  left: 8%;
  top: 89px;
}
#mikes-plum .fundraiser .counter__boxes #boxes-area__7 {
  width: 50px;
  height: 113px;
  left: 75%;
  top: 88px;
}
#mikes-plum .fundraiser .counter__boxes #boxes-area__8 {
  width: 50px;
  height: 150px;
  left: 2%;
  top: 95px;
}
#mikes-plum .fundraiser .counter__boxes #boxes-area__9 {
  width: 63px;
  height: 100px;
  left: 82%;
  top: 94px;
}
#mikes-plum .fundraiser .counter__boxes #boxes-area__10 {
  width: 60px;
  height: 90px;
  left: 90%;
  top: 99px;
}
#mikes-plum .fundraiser .counter__boxes .signpost {
  position: absolute;
  bottom: -50px;
  left: 315px;
}
#mikes-plum .fundraiser .counter__boxes .signpost p,
#mikes-plum .fundraiser .counter__boxes .signpost h3 {
  color: #FDDD26;
  position: absolute;
}
#mikes-plum .fundraiser .counter__boxes .signpost h3 {
  top: 12px;
  left: calc(50% - 10px);
  font-size: 28px;
}
#mikes-plum .fundraiser .counter__boxes .signpost p {
  top: 60px;
  left: 16px;
  font-family: 'collective';
  font-size: 16px;
  line-height: 16px;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
#mikes-plum .fundraiser .counter__raised {
  pointer-events: none;
  position: absolute;
  width: 550px;
  margin-left: 445px;
  z-index: 5;
  bottom: 125px;
}
@media (min-width: 1100px) {
  #mikes-plum .fundraiser .counter__raised {
    margin-left: 475px;
  }
}
#mikes-plum .fundraiser .counter__raised p {
  font-family: 'collective';
  position: absolute;
  font-size: 24px;
}
#mikes-plum .fundraiser .counter__raised .sign-target {
  left: 46.75%;
  top: 13%;
  color: #111820;
}
#mikes-plum .fundraiser .counter__raised #money-counter {
  left: 47.5%;
  top: 76px;
  text-align: right;
  font-family: 'callibri';
  letter-spacing: 10.2px;
  font-size: 26px;
}
#mikes-plum .fundraiser .counter__raised .sign-sofar {
  color: #FFFCE1;
  left: 50%;
  top: 38%;
}
#mikes-plum .fundraiser .counter__raised .cost-disclaimer {
  font-size: 12px;
  position: absolute;
  width: 145px;
  line-height: 12px;
  bottom: 53px;
  left: 260px;
  font-family: 'callibri';
}
@media screen and (max-width: 992px) {
  #mikes-plum .fundraiser {
    background: #C2D52E;
    padding-top: 30px;
  }
  #mikes-plum .fundraiser .counter-mobile {
    padding-top: 30px;
    padding-bottom: 90px;
  }
  #mikes-plum .fundraiser .counter-mobile #money-counter-mob {
    background: url('../images/mikes-plum/counter-mobile.png') no-repeat center center;
    background-size: contain;
    position: relative;
    height: 41px;
    margin: 13px auto 10px auto;
    width: 250px;
  }
  #mikes-plum .fundraiser .counter-mobile #money-counter-mob p {
    position: absolute;
    letter-spacing: 10.9px;
    margin-right: -2px;
    top: 7px;
    font-size: 30px;
    text-align: right;
    left: 0;
    right: 0;
    font-family: 'callibri';
  }
  #mikes-plum .fundraiser .counter-mobile .phones {
    margin: 0 auto;
  }
  #mikes-plum .fundraiser .counter-mobile__raised p {
    font-family: 'collective';
    font-size: 24px;
    text-align: center;
  }
  #mikes-plum .fundraiser .counter-mobile__boxes {
    background: url('../images/mikes-plum/boxes-bg-mob.png') no-repeat top center;
    background-size: contain;
    min-height: 225px;
    position: relative;
  }
  #mikes-plum .fundraiser .counter-mobile__boxes .signpost {
    position: absolute;
    max-width: 164px;
    right: 20%;
    bottom: 0;
  }
  #mikes-plum .fundraiser .counter-mobile__boxes .signpost p,
  #mikes-plum .fundraiser .counter-mobile__boxes .signpost h3 {
    color: #FDDD26;
    position: absolute;
  }
  #mikes-plum .fundraiser .counter-mobile__boxes .signpost h3 {
    top: 12px;
    left: 70px;
    font-size: 28px;
  }
  #mikes-plum .fundraiser .counter-mobile__boxes .signpost p {
    top: 60px;
    left: 21px;
    font-family: 'collective';
    font-size: 16px;
    line-height: 16px;
    max-width: 76%;
    margin: 0 auto;
    text-align: center;
  }
  #mikes-plum .fundraiser .counter-mobile__nominated {
    min-height: 300px;
  }
  #mikes-plum .fundraiser .counter-mobile__nominated a {
    font-size: 20px !important;
    padding: 2px 10px !important;
    top: -5px;
  }
  #mikes-plum .fundraiser .counter-mobile__nominated .col-xs-12 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
  }
  #mikes-plum .fundraiser .counter-mobile__nominated .col-xs-6 {
    padding-right: 0px;
    padding-left: 5px;
  }
  #mikes-plum .fundraiser .counter-mobile__nominated .col-xs-2 {
    margin-right: 10px;
  }
  #mikes-plum .fundraiser .counter-mobile__nominated .col-xs-2,
  #mikes-plum .fundraiser .counter-mobile__nominated .col-xs-8 {
    padding: 0;
  }
  #mikes-plum .fundraiser .counter-mobile__nominated .col-xs-8 p {
    line-height: 16px;
    font-size: 16px;
    padding-top: 5px;
    min-width: 140px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #mikes-plum .fundraiser .counter-mobile #money-counter-mob {
    height: 60px;
    width: 330px;
  }
  #mikes-plum .fundraiser .counter-mobile #money-counter-mob p {
    letter-spacing: 12px;
    margin-right: -5px;
    top: 16px;
    font-size: 46px;
  }
  #mikes-plum .fundraiser .counter-mobile__raised p {
    font-size: 32px;
  }
  #mikes-plum .fundraiser .counter-mobile__nominated h4 {
    font-size: 32px;
  }
  #mikes-plum .fundraiser .counter-mobile__nominated a {
    display: block;
    font-size: 26px !important;
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
  #mikes-plum .fundraiser .counter-mobile__nominated p {
    font-size: 24px !important;
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  #mikes-plum .fundraiser .counter-mobile {
    padding-bottom: 70px !important;
  }
  #mikes-plum .fundraiser .counter-mobile .signpost {
    max-width: 125px !important;
    right: 15px !important;
    bottom: 20px;
  }
  #mikes-plum .fundraiser .counter-mobile .signpost h3 {
    top: 3px !important;
    font-size: 22px !important;
    left: 54px !important;
  }
  #mikes-plum .fundraiser .counter-mobile .signpost p {
    top: 45px !important;
    left: 16px !important;
    font-size: 12px !important;
    line-height: 12px !important;
  }
}
#mikes-plum .trust {
  padding-top: 30px;
  padding-bottom: 50px;
  margin-bottom: 40px;
  position: relative;
}
#mikes-plum .trust:before {
  content: "";
  width: 150%;
  background: #AF2525;
  height: 110%;
  position: absolute;
  top: -50px;
  left: -50px;
  transform: rotate(2.5deg);
}
#mikes-plum .trust:after {
  content: "";
  width: 110%;
  background: #AF2525;
  height: 100px;
  position: absolute;
  bottom: -50px;
  left: -10px;
  transform: rotate(2.5deg);
}
#mikes-plum .trust .section-text {
  color: white;
  padding: 0px 30px;
}
@media screen and (max-width: 767px) {
  #mikes-plum .trust .section-text {
    padding: 0px;
  }
}
#mikes-plum .trust .section-text a {
  color: white;
  text-decoration: underline;
}
#mikes-plum .trust .section-text a:hover,
#mikes-plum .trust .section-text a:focus {
  color: white;
  text-decoration: underline;
}
#mikes-plum .trust .section-title {
  color: white;
  padding: 0px 40px 30px 40px !important;
}
@media screen and (max-width: 992px) {
  #mikes-plum .trust .section-title {
    padding: 0px 0px 30px 0px !important;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #mikes-plum .trust .section-title {
    max-width: 270px;
    margin: 0 auto;
  }
}
#mikes-plum .trust .section-title:after {
  background-image: url('../images/mikes-plum/dots-white.svg');
}
@media screen and (max-width: 992px) {
  #mikes-plum .trust .col-md-6 {
    padding: 0px;
  }
  #mikes-plum .trust .col-md-3 {
    padding-left: 40px;
  }
  #mikes-plum .trust img {
    display: block;
    margin: 0 auto;
  }
}
#mikes-plum .bike-for-mike {
  padding-top: 30px;
  background: #9EE4FD;
  overflow: visible;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  #mikes-plum .bike-for-mike .container {
    background: url('../images/mikes-plum/bikeformike-tablet.png') no-repeat center 0%;
    background-size: 65%;
  }
}
@media screen and (max-width: 767px) {
  #mikes-plum .bike-for-mike .container {
    background: url('../images/mikes-plum/bikeformike-tablet.png') no-repeat center 0%;
    background-size: 100% 65%;
    width: 320px !important;
  }
}
@media screen and (min-width: 992px) {
  #mikes-plum .bike-for-mike .bike-push {
    height: 160px;
  }
}
@media screen and (max-width: 991px) {
  #mikes-plum .bike-for-mike .bike-push {
    height: 181px;
  }
}
@media screen and (max-width: 767px) {
  #mikes-plum .bike-for-mike .bike-push {
    height: 80px;
  }
}
#mikes-plum .bike-for-mike .section-text {
  text-align: right;
}
@media screen and (max-width: 992px) {
  #mikes-plum .bike-for-mike .section-text {
    text-align: center;
  }
}
#mikes-plum .bike-for-mike .section-text ul {
  text-align: left;
}
#mikes-plum .bike-for-mike .section-text .centered {
  text-align: left;
}
@media (min-width: 1200px) {
  #mikes-plum .bike-for-mike .section-text .centered {
    margin-left: 15px;
  }
}
#mikes-plum .bike-for-mike .section-text span#bike-nominate {
  text-decoration: underline;
  cursor: pointer;
}
#mikes-plum .bike-for-mike .section-title {
  text-align: center;
}
#mikes-plum .bike-for-mike .section-title:after {
  left: 54% !important;
}
@media screen and (max-width: 992px) {
  #mikes-plum .bike-for-mike .section-title {
    text-align: center;
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
  }
}
#mikes-plum .bike-for-mike .mike-ps {
  position: relative;
}
@media screen and (max-width: 767px) {
  #mikes-plum .bike-for-mike .mike-ps {
    margin-top: 5px;
    font-size: 14px;
  }
}
#mikes-plum .bike-for-mike p a {
  color: #191e24;
  text-decoration: underline;
}
#mikes-plum .bike-for-mike p a:hover,
#mikes-plum .bike-for-mike p a:focus {
  color: #191e24;
}
#mikes-plum .bike-for-mike .row {
  position: relative;
}
#mikes-plum .bike-for-mike .col-md-5 {
  z-index: 2;
}
#mikes-plum .bike-for-mike .col-md-7 img {
  position: absolute;
  margin-left: -390px;
  margin-top: 140px;
  z-index: 1;
}
#mikes-plum .bike-for-mike .bike-peeps {
  z-index: 2;
  position: relative;
  margin: 100px auto -30px auto;
  display: block;
  width: 970px;
}
@media screen and (max-width: 992px) {
  #mikes-plum .bike-for-mike .bike-peeps {
    width: 100%;
    margin: 0px auto 0px auto;
  }
}
@media screen and (max-width: 400px) {
  #mikes-plum .bike-for-mike .bike-peeps {
    margin: 0px auto 0px auto;
  }
}
#mikes-plum .bike-for-mike .btn-black {
  position: absolute;
  left: 800px;
  z-index: 5;
  bottom: -12px;
}
@media screen and (max-width: 1200px) {
  #mikes-plum .bike-for-mike .btn-black {
    left: 700px;
  }
}
@media screen and (max-width: 992px) {
  #mikes-plum .bike-for-mike .btn-black {
    font-size: 1.75em !important;
    right: 56px;
    left: auto;
    bottom: 23px;
    padding: 0px 12px !important;
  }
}
@media screen and (max-width: 767px) {
  #mikes-plum .bike-for-mike .btn-black {
    right: 9px;
    left: auto;
    bottom: 8px;
    font-size: 0.9em !important;
    padding: 0px 12px !important;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #mikes-plum .bike-for-mike .btn-black {
    right: 44px;
    bottom: 17px;
    font-size: 2em !important;
  }
}
#mikes-plum .drs {
  z-index: 1;
  background: #C4D600;
  padding: 70px 0;
}
@media (min-width: 992px) {
  #mikes-plum .drs {
    background: #C4D600 url('../images/mikes-plum/drabcs-bg.png') no-repeat center 19%;
  }
}
@media screen and (max-width: 767px) {
  #mikes-plum .drs {
    padding: 0px;
  }
}
#mikes-plum .drs .visible-xs.text-center {
  margin-bottom: 80px;
}
#mikes-plum .drs .section-text {
  padding: 0px 55px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #mikes-plum .drs .section-text {
    padding: 0px;
    margin-bottom: 0px;
  }
}
#mikes-plum .drs .section-text a {
  color: black;
  text-decoration: underline;
}
#mikes-plum .drs .section-text a:hover,
#mikes-plum .drs .section-text a:focus {
  color: black;
  text-decoration: underline;
}
#mikes-plum .drs .col-md-4 a,
#mikes-plum .drs .col-md-4 img {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #mikes-plum .drs .col-md-4 img {
    max-width: 100%;
  }
}
#mikes-plum .drs .col-md-4 a {
  max-width: 220px;
}
#mikes-plum .drs .col-md-4 .bubble {
  margin-top: -70px;
}
#mikes-plum .drs .drs-letter {
  background: #E30613;
  margin: 10px 0px;
  border-radius: 7px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  #mikes-plum .drs .drs-letter {
    max-width: 88%;
    margin: 10px 6%;
  }
}
#mikes-plum .drs .drs-letter img {
  margin: 0 auto;
  display: block;
}
#mikes-plum .drs .drs-letter h1 {
  color: white;
  background: #191e24;
  width: 65px;
  height: 65px;
  padding: 5px 0px 0px 17px;
  border-radius: 4px;
  margin: 0px;
}
#mikes-plum .drs .drs-letter p {
  color: white;
  font-size: 22px;
  padding: 0px 0px 0px 10px;
}
#mikes-plum .drs .letter__accordion {
  padding: 20px 0px;
}
#mikes-plum .drs .letter__accordion h3 {
  font-family: 'callibri';
  font-weight: bold;
  position: relative;
  z-index: 2;
  font-size: 24px;
  outline: 0 !important;
  padding: 0px 30px;
}
#mikes-plum .drs .letter__accordion h3:hover,
#mikes-plum .drs .letter__accordion h3:focus {
  outline: 0 !important;
}
#mikes-plum .drs .letter__accordion h3:first-child:before,
#mikes-plum .drs .letter__accordion h3:after {
  content: '';
  position: absolute;
  background-image: url("../images/dots.svg");
  width: 425px!important;
  /* max-width: 100%!important; */
  height: 7px !important;
  background-repeat: repeat-x;
  bottom: -14px;
  left: 50%!important;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
@media screen and (max-width: 992px) {
  #mikes-plum .drs .letter__accordion h3:first-child:before,
  #mikes-plum .drs .letter__accordion h3:after {
    width: 750px !important;
  }
}
@media screen and (max-width: 767px) {
  #mikes-plum .drs .letter__accordion h3:first-child:before,
  #mikes-plum .drs .letter__accordion h3:after {
    width: 350px !important;
  }
}
#mikes-plum .drs .letter__accordion h3:first-child:before {
  top: -14px;
}
#mikes-plum .drs .letter__accordion .letter-label {
  display: inline-block;
  color: white;
  background: #191e24;
  width: 45px;
  height: 45px;
  padding: 6px 14px;
  border-radius: 4px;
  margin: 0px 15px 0px 0px;
  font-size: 32px;
}
#mikes-plum .drs .letter__accordion .accordion_plus {
  position: absolute;
  right: 30px;
  width: 21px;
  height: 25px;
  background: url('../images/faqs/plus-black.png');
  background-size: contain;
  background-repeat: no-repeat;
  top: 20%;
}
#mikes-plum .drs .letter__accordion .accordion_minus {
  position: absolute;
  right: 30px;
  top: 45%;
  width: 22px;
  height: 25px;
  background: url('../images/faqs/minus-black.png');
  background-size: contain;
  background-repeat: no-repeat;
}
#mikes-plum .drs .letter__accordion .letter-open {
  background: #E30613;
  color: white;
  width: 100vw;
  padding: 15px 30px;
  position: relative;
  z-index: 1;
}
#mikes-plum .drs .letter__accordion .letter-open p {
  margin: 0px;
}
@media (min-width: 767px) and (max-width: 992px) {
  #mikes-plum .drs .letter__accordion .letter-open p {
    font-size: 18px;
  }
}
#mikes-plum .drs .letter__accordion .letter-open:after {
  content: '';
  position: absolute;
  background-image: url("../images/dots.svg");
  width: 425px!important;
  /* max-width: 100%!important; */
  height: 7px !important;
  background-repeat: repeat-x;
  bottom: -4px;
  left: 50%!important;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
@media screen and (max-width: 992px) {
  #mikes-plum .drs .letter__accordion .letter-open:after {
    width: 750px !important;
  }
}
@media screen and (max-width: 767px) {
  #mikes-plum .drs .letter__accordion .letter-open:after {
    width: 350px !important;
  }
}
@media screen and (max-width: 992px) {
  #mikes-plum .drs .letter__accordion .letter-open:after {
    left: 49.75% !important;
  }
}
#mikes-plum #nominate-popup {
  z-index: 15;
  display: none;
  position: fixed;
  background-color: rgba(50, 50, 50, 0.5);
  width: 100%;
  height: 95%;
  top: 58px;
}
#mikes-plum #nominate-popup .nominate {
  width: 80%;
  padding: 20px 40px;
  height: 85%;
  margin: 5% auto;
  background-color: #FFFCE1;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}
#mikes-plum #nominate-popup .nominate #nominate-hide {
  right: 1.5%;
  font-family: collective;
  font-size: 45px;
  position: absolute;
  top: 2%;
  z-index: 5;
  color: black;
  cursor: pointer;
}
#mikes-plum #nominate-popup .nominate #nominate-hide:hover,
#mikes-plum #nominate-popup .nominate #nominate-hide:focus {
  text-decoration: none;
}
#mikes-plum #nominate-popup .nominate p {
  font-size: 20px;
}
#mikes-plum #nominate-popup .nominate .section-text p {
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  #mikes-plum .section-title {
    font-size: 2em;
  }
  #mikes-plum .section-text {
    font-size: 1.21428571em;
  }
}

#nsl-signup-page {
  padding: 160px 0 50px 0;
  background: #fffce0;
}
#nsl-signup-page img#gform_ajax_spinner_7 {
  margin-left: 8px;
  margin-top: -8px;
}
#nsl-signup-page .confirmation-nsl {
  padding: 50px;
  border: 2px solid;
  margin-top: 40px;
  font-size: 21px;
}
#nsl-signup-page .nsl-full {
  width: 550px;
  max-width: 100%;
  margin: 0px auto;
}
#nsl-signup-page .nsl-full #gform_7 .validation_error {
  display: none;
}
#nsl-signup-page .nsl-full #gform_7 .gform_body {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
#nsl-signup-page .nsl-full #gform_7 .gform_body span.gfield_required {
  display: none;
}
#nsl-signup-page .nsl-full #gform_7 .gform_body ul li {
  border: none;
  padding: 0;
  margin: 0;
}
#nsl-signup-page .nsl-full #gform_7 #input_7_1 {
  display: block;
  width: 100%;
  border: 2px solid black;
  border-radius: 0;
  padding: 15px 20px;
}
#nsl-signup-page .nsl-full #gform_7 input[type='submit'] {
  background: #191e24;
  outline: none;
  color: #fffce1;
  border: none;
  font-family: "collective";
  font-size: 26px;
  margin-top: 0;
  border-radius: 5px;
  padding: 15px 40px;
  margin-left: 0;
  text-transform: lowercase;
  display: inline-block;
}
#nsl-signup-page .nsl-full #gform_7 .gform_footer {
  text-align: center;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
#pb-wrapper .col-inner {
  padding: 30px 0;
}
#pb-wrapper img {
  max-width: 100%;
  height: auto!important;
  width: auto!important;
}
#pb-wrapper .section-text {
  font-size: 1.78571429em;
  line-height: 1.15384615em;
  color: #191e24;
  font-family: 'callibri';
  text-align: center;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  max-width: 100%;
}
#pb-wrapper p {
  font-size: 22px;
  line-height: 1.2;
  color: #191e24;
  font-family: 'callibri';
  margin-bottom: 20px;
}
#pb-wrapper p.wp-caption-text {
  font-size: 1em;
  line-height: 1.5;
  margin-top: 5px;
}
#pb-wrapper .alignright {
  float: right;
}
#pb-wrapper .alignleft {
  float: left;
}
#pb-wrapper .aligncenter {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 0px auto;
}
#pb-wrapper .gform_button {
  background: #1A1E25;
  border: none;
  color: #FFFCE1;
  font-family: 'collective';
  padding: 6px 25px !important;
  font-size: 25px;
  margin-top: 10px;
  border-radius: 5px;
  text-transform: lowercase;
}
#pb-wrapper .gform_body br {
  display: none;
}
#pb-wrapper .gform_body textarea {
  background: #FFFCE1;
  border: none;
  width: 100%;
  background-image: url('../images/win/textarea.jpg');
  background-repeat: repeat;
  background-position: top;
  line-height: 70px;
  overflow: hidden;
  border-bottom: none;
  height: 187px;
  outline: none;
  padding-top: 13px;
  font-size: 1.5em;
}
#pb-wrapper .gform_body .gfield_checkbox li {
  border-bottom: 0;
  padding: 0;
}
#pb-wrapper .gform_body .gfield_checkbox li input {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  float: left;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  position: relative;
}
#pb-wrapper .gform_body .gfield_checkbox li input:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/win/checkbox.svg);
  background-size: 100%!important;
  content: "";
}
#pb-wrapper .gform_body .gfield_checkbox li input:checked:before {
  background: url("../images/win/checkbox_checked.svg");
  background-size: 100%!important;
}
#pb-wrapper .gform_body .gfield_checkbox li label {
  width: 70%;
  font-size: 1.35714286em;
  line-height: 32px;
}
#pb-wrapper .gform_body .gfield.field_sublabel_below:last-child {
  border-bottom: 0;
}
#pb-wrapper .gform_footer {
  position: relative;
  padding-top: 35px;
}
#pb-wrapper .gform_footer:before {
  content: "* Required Fields";
  position: absolute;
  top: 5px;
  font-size: 1.28571429em;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
body {
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  -ms-font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -o-font-feature-settings: "kern";
}
@font-face {
  font-family: 'collective';
  src: url('../fonts/Collective Mac.svg#Collective Mac') format('svg'), url('../fonts/Collective Mac.ttf') format('truetype'), url('../fonts/Collective Mac.eot'), url('../fonts/collective-webfont.woff2') format('woff2'), url('../fonts/collective-webfont.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'callibri_bold';
  src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibri-Bold.woff') format('woff'), url('../fonts/Calibri-Bold.ttf') format('truetype'), url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'callibri';
  src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibri.woff') format('woff'), url('../fonts/Calibri.ttf') format('truetype'), url('../fonts/Calibri.svg#Calibri') format('svg');
  font-weight: normal;
  font-style: normal;
}
.epicLight {
  color: #FFFCE1;
}
.epicBlue {
  color: #56A6E0;
}
.epicGreen {
  color: #A4C150;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'callibri';
  font-size: 14px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-top: 55px;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 35px;
  }
}
h1,
h2,
h3,
h4 {
  font-family: 'collective';
}
h1 {
  font-size: 4em;
}
h2 {
  font-size: 2.85714286em;
}
h3 {
  font-size: 2.28571429em;
}
h4 {
  font-size: 1.5em;
}
p {
  font-size: 1em;
}
span {
  font-size: 1em;
}
.m-table {
  display: table;
}
.m-row {
  display: table-row;
}
.m-cell {
  display: table-cell;
}
section .inner {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  section .inner {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .flex-row {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .row--no-padding > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-title,
.section-title-banner {
  position: relative;
  font-size: 3.21428571em;
  padding: 0 0 30px 0!important;
  text-align: center;
  margin-bottom: 30px!important;
  color: #191e24;
}
.section-title:after,
.section-title-banner:after {
  content: '';
  position: absolute;
  background-image: url("../images/dots.svg");
  width: 425px!important;
  /* max-width: 100%!important; */
  height: 7px !important;
  background-repeat: repeat-x;
  bottom: 0;
  left: 50%!important;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
@media screen and (max-width: 767px) {
  .section-title:after,
  .section-title-banner:after {
    width: 270px !important;
  }
}
.section-text {
  font-size: 1.78571429em;
  line-height: 1.15384615em;
  color: #191e24;
  font-family: 'callibri';
  text-align: center;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  max-width: 100%;
}
.nice-select {
  background: #FFFCE1;
  color: #000;
  font-family: "collective";
  text-transform: lowercase;
  width: 100%;
  position: relative;
  font-size: 1.28571429em;
}
.nice-select .list {
  width: 100%;
  background: #FFFCE1;
}
.nice-select .list li {
  border-bottom: none!important;
  clear: both;
  padding: 0px 18px 0px 29px!important;
  overflow: visible!important;
}
.gform_button {
  background: #1A1E25;
  border: none;
  color: #FFFCE1;
  font-family: 'collective';
  padding: 6px 25px !important;
  font-size: 25px;
  margin-top: 10px;
  border-radius: 5px;
  text-transform: lowercase;
}
.visible-xs-landscape {
  display: none;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .visible-xs-landscape {
    display: block!important;
    margin-left: auto;
    margin-right: auto;
  }
  .hidden-xs-landscape {
    display: none!important;
  }
}
/** Single Post */
#single-post {
  background-image: url('../images/blog/bg.jpg');
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 70px;
}
#single-post .section-title {
  color: #FFFCE1;
}
#single-post .post__category-icon {
  width: 75px !important;
  -webkit-filter: invert(100%) sepia(100%);
  -moz-filter: invert(100%) sepia(100%);
  -o-filter: invert(100%) sepia(100%);
  filter: invert(100%) sepia(100%);
}
/** Single Post */
.post .section-title {
  font-size: 4em;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .post .section-title {
    font-size: 38px;
  }
}
.post .section-title:after {
  background-image: url('../images/footer/separator.svg');
}
.post__date {
  text-align: center;
  font-size: 1.5em;
  font-family: 'collective';
  color: #FFFCE1;
  display: block;
}
.post__category-icon {
  margin: auto;
  display: block;
  width: 40px;
}
.post__body {
  color: #fffce0;
  margin-top: 45px;
}
.post__body h2 {
  font-size: 2.28571429em;
  margin-top: 0;
}
.post__body p,
.post__body li {
  font-size: 1.42857143em;
}
.post__body img {
  border-style: solid;
  max-width: 100%;
  border-width: 22px 25px 32px 13px;
  -moz-border-image: url('../images/blog/border.png') 154 184 214 155 stretch;
  -webkit-border-image: url('../images/blog/border.png') 154 184 214 155 stretch;
  -o-border-image: url('../images/blog/border.png') 154 184 214 155 stretch;
  border-image: url('../images/blog/border.png') 154 184 214 155 fill stretch;
}
.post__row {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .post__row {
    padding: 0 30px;
  }
}
.post blockquote {
  border-width: 22px 25px 32px 13px;
  -moz-border-image: url('../images/blog/border.png') 154 184 214 155 stretch;
  -webkit-border-image: url('../images/blog/border.png') 154 184 214 155 stretch;
  -o-border-image: url('../images/blog/border.png') 154 184 214 155 stretch;
  border-image: url('../images/blog/border.png') 154 184 214 155 fill stretch;
  border-style: solid;
  padding: 0;
}
.post blockquote p {
  padding: 40px;
  color: #FFFCE1;
  background: #000;
  font-family: 'collective';
  font-size: 2.14285714em;
  line-height: 39px;
  position: relative;
}
@media (max-width: 500px) {
  .post blockquote p {
    font-size: 22px;
    line-height: 27px;
  }
}
.post blockquote p:before {
  content: '"';
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 50px;
}
.post blockquote p:after {
  content: '"';
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 50px;
}
/** Listings */
.post--listing {
  border-style: solid;
  border-width: 22px 20px 17px 20px;
  -moz-border-image: url('../images/blog/border.png') 154 184 214 155 stretch;
  -webkit-border-image: url('../images/blog/border.png') 154 184 214 155 stretch;
  -o-border-image: url('../images/blog/border.png') 154 184 214 155 stretch;
  border-image: url('../images/blog/border.png') 154 184 214 155 fill stretch;
  min-height: 370px;
}
.post--listing .post__content {
  background: #000;
  padding: 10px;
}
.post--listing .post__content .row {
  display: flex;
  align-items: center;
  min-height: 50px;
  position: relative;
}
.post--listing .post__content .post__title {
  font-size: 1.07142857em;
  color: #fffce0;
  margin: 0;
  min-height: 35px;
}
.post--listing .post__content .post__title a {
  color: #fffce0;
  text-decoration: none;
}
.post--listing .post__content p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
}
.post--listing .post__content p a {
  color: #808080;
}
.post--listing .post__content .post__cat-image {
  position: absolute;
  top: 0px;
  right: 20px;
  min-width: 50px;
  -webkit-filter: invert(100%) sepia(100%);
  -moz-filter: invert(100%) sepia(100%);
  -o-filter: invert(100%) sepia(100%);
  filter: invert(100%) sepia(100%);
}
.post--listing .post__content--double {
  padding-bottom: 25px;
}
.post--listing .post__date {
  font-size: 1.07142857em;
  color: #fffce0;
  margin: 0;
  font-family: 'collective';
  display: inline;
}
.post--listing .post__image {
  margin-bottom: 10px;
}
/** Related Posts */
.related-posts {
  padding-top: 80px;
  position: relative;
  margin-top: 65px;
  margin-bottom: 60px;
}
.related-posts__title {
  font-size: 2.85714286em;
  text-align: center;
  color: #fffce0;
  margin-bottom: 60px;
}
.related-posts:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background: url("../images/footer/separator.svg");
  background-repeat: repeat-x;
  height: 6px;
  top: 0;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.privacy-policy-popup-wrapper {
  position: relative;
}
div#privacy-policy-footer {
  position: absolute;
  bottom: 100px;
  background: #fffce1;
  max-width: 100%;
  width: 400px;
  border-radius: 4px;
  box-shadow: 1px 2px 3px #0c0e10;
  opacity: 0.0;
  display: none;
}
div#privacy-policy-footer .inner {
  padding: 45px 15px 15px 15px;
}
div#privacy-policy-footer p {
  color: #191e24;
  font-size: 14px;
}
div#privacy-policy-footer a {
  color: #56A6E0;
  cursor: pointer;
  text-decoration: none;
}
div#privacy-policy-footer:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fffce1;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
div#privacy-policy-footer a.privacy-policy-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  background: url("../images/footer/close.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
a#toggle-footer-popup {
  color: #56A6E0;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
a#toggle-footer-popup:hover {
  color: #98d1fb;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
/*
#product-range-template, #category-product-template {
	display: none;	
}

TODO
 - Tidy up file, it is a bit messy where responsive design was never really considered :(
*/
.category-150 .swiper-slide {
  /* max-width: 19%; */
  padding: 0 20px;
}
.product-details__ingredients strong {
  display: inline-block;
}
.gourmet-swiper-wrapper .swiper-button-next {
  right: -40px !important;
}
section.product-range.gourmet.no-ground {
  padding-bottom: 0px!important;
}
.gourmet-swiper-wrapper .swiper-button-prev {
  left: -40px !important;
}
.swiper-wrapper.no-swiper {
  display: block!important;
  text-align: center;
}
.gourmet-swiper-wrapper {
  position: relative;
  margin-bottom: 100px;
}
.gourmet-swiper-wrapper:after {
  position: absolute;
  content: '';
  width: 150vw;
  margin-left: -50vw;
  bottom: -70px;
  background: #FAF3DA;
  height: 175px;
  z-index: 0;
}
.gourmet-swiper-wrapper .swiper-button-prev,
.gourmet-swiper-wrapper .swiper-button-next {
  top: 50%!important;
  height: 32px !important;
  width: 30px !important;
}
.section-content h3 {
  text-align: center;
  margin: 20px 0;
}
#products-overview {
  width: 100%;
  overflow: hidden;
}
.product-image-wrapper {
  position: relative;
  height: 330px;
}
.product-image-wrapper img {
  width: 400px;
  margin: 0px auto;
  left: 22px;
  position: relative;
  top: -50px;
}
.swiper-button-prev,
.swiper-button-next {
  top: 70%!important;
}
.swiper-button-prev {
  left: -35px;
  background: url("../images/ranges/swiper-arrow-left.png");
  width: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next {
  right: -35px;
  background: url("../images/ranges/swiper-arrow-right.png");
  width: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .swiper-button-prev {
    left: -10px;
  }
  .swiper-button-next {
    right: -10px;
  }
}
a#view-all-btn {
  padding: 3px 20px!important;
  margin-top: 0px!important;
  margin-left: 15px;
  opacity: 0.0;
  display: none;
}
@media screen and (max-width: 768px) {
  a#view-all-btn {
    margin-top: 10px!important;
    margin-bottom: 5px;
    margin-left: 15px;
    float: left;
    clear: both;
  }
}
div#product-range-template {
  display: none;
}
div#category-product-template {
  display: none;
}
div#products-range-wrapper {
  width: 100%;
  max-width: 100%;
  min-height: 300px;
}
.product-range.duples:after {
  height: 175px!important;
}
.product-range.unsweetened .swiper-container {
  overflow: visible;
  padding-top: 60px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .product-range.unsweetened .swiper-wrapper .category-product {
    width: 33% !important;
  }
}
.product-range.unsweetened .swiper-wrapper .category-product.g900 {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
@media (min-width: 1200px) {
  .product-range.unsweetened .swiper-wrapper .category-product.g900 img {
    margin-top: -158px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product-range.unsweetened .swiper-wrapper .category-product.g900 img {
    margin-top: -135px;
  }
}
@media (max-width: 767px) {
  .product-range.unsweetened .swiper-wrapper .category-product.g900 img {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .product-range.unsweetened .swiper-wrapper .category-product.g150 img {
    max-width: 245px;
  }
}
@media (min-width: 768px) {
  .product-range.unsweetened .swiper-wrapper .category-product.g150 img {
    max-width: 175px;
  }
}
@media (max-width: 767px) {
  .product-range.unsweetened .swiper-wrapper .category-product.g150 img {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@media screen and (max-width: 767px) {
  .product-range .category-product img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .product-range .category-product img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.product-range .category-product.suckies-spouches img,
.product-range .category-product.lil-suckies-spouches img {
  max-width: 200px;
  margin: 0px auto;
  padding-left: 30px;
}
.product-range .category-product.suckies-tubes img {
  padding-left: 50px;
}
@media screen and (min-width: 768px) {
  .product-range .category-product.suckies-tubes img {
    padding-left: 70px;
  }
}
.product-range .category-product.suckies-multiboxes img,
.product-range .category-product.pot-set img,
.product-range .category-product.haloumi img {
  padding-left: 45px;
}
.product-range .category-product.greek img,
.product-range .category-product.straight-up img,
.product-range .category-product.gourmet-yoghurt img {
  padding-left: 30px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-range .category-product.greek img,
  .product-range .category-product.straight-up img,
  .product-range .category-product.gourmet-yoghurt img {
    padding-left: 35px;
  }
}
.product-range .category-product.pro-yo-skyr {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale(0.65) translateY(-5%);
  transform: scale(0.65) translateY(-5%);
}
.product-range .category-product.pourable img,
.product-range .category-product.tummy-love img {
  padding-left: 55px;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .product-range .category-product.pourable img,
  .product-range .category-product.tummy-love img {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  section.product-range.unsweetened:after {
    height: 195px!important;
  }
  section.product-range.duples:after {
    height: 195px!important;
  }
  section.product-range.suckies-spouches:after {
    height: 195px!important;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  section.product-range.unsweetened:after {
    height: 150px !important;
  }
  section.product-range.duples:after {
    height: 120px !important;
  }
  section.product-range.duples .container .swiper-button-next,
  section.product-range.duples .container .swiper-button-prev {
    margin-top: 15px;
  }
  section.product-range.suckies-spouches:after {
    height: 165px !important;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  section.product-range.duples:after {
    height: 155px !important;
  }
}
/** Product Overview Page */
#products-overview {
  /** Product Hero */
  /** Product Filter */
  /** Product Range */
}
#products-overview a.filter-toggle {
  position: absolute;
  width: 32px;
  font-family: 'collective';
  color: #FFFCE1;
  font-size: 22px;
  right: 30px;
  top: 2px;
}
#products-overview a.filter-toggle:hover,
#products-overview a.filter-toggle:focus {
  text-decoration: none;
}
#products-overview .category-product {
  float: none;
  display: inline-block;
  width: 25%;
}
#products-overview .category-product img {
  margin: 0 auto;
}
#products-overview .category-product.duples {
  width: 28.333333%;
  padding: 0 10px;
}
@media (min-width: 767px) and (max-width: 992px) {
  #products-overview .category-product.duples {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 768px) {
  #products-overview .category-product {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #products-overview .category-product {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #products-overview .category-product {
    max-width: 50%;
  }
}
#products-overview .category-product .inner {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  #products-overview .category-product.duples {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
#products-overview .category-products h3 {
  width: 100%;
}
#products-overview #range_filter,
#products-overview #tub_filter {
  display: none;
  opacity: 0;
  -webkit-transform: translate(-50px);
  -moz-transform: translate(-50px);
  -o-transform: translate(-50px);
  -ms-transform: translate(-50px);
  transform: translate(-50px);
}
#products-overview select {
  background: #000 url('../images/store-finder/down-arrow.png');
  background-size: 25px 14px;
  padding-right: 40px!important;
  background-position: 95% center;
  background-repeat: no-repeat;
}
#products-overview .hero {
  background: #00a5e0;
  padding-top: 190px;
  position: relative;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  #products-overview .hero {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  #products-overview .hero {
    padding-top: 20px;
  }
  #products-overview .hero h1.section-title {
    width: 300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#products-overview .hero .container {
  position: relative;
  z-index: 1;
}
#products-overview .hero .container .col-md-12 {
  margin-bottom: -20px;
  z-index: 10;
}
#products-overview .hero__logos {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0px;
  float: left;
  padding-left: 60px;
}
@media screen and (max-width: 992px) {
  #products-overview .hero__logos {
    padding-left: 0px;
  }
}
#products-overview .hero__logos ._item {
  width: 12%;
}
@media screen and (max-width: 992px) {
  #products-overview .hero__logos ._item {
    width: 20%;
    margin: 0px auto!important;
  }
}
@media screen and (max-width: 768px) {
  #products-overview .hero__logos ._item {
    width: 32%;
    max-width: 120px;
    margin: 0px auto!important;
  }
}
#products-overview .hero__logos ._item img {
  padding: 20px;
}
@media (min-width: 767px) and (max-width: 992px) {
  #products-overview .hero__logos ._item img {
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  #products-overview .hero__logos ._item img {
    padding: 8px;
  }
}
#products-overview .hero__down-arrow {
  width: 15px;
  margin: auto;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #products-overview .hero__images {
    margin-top: 0;
  }
}
#products-overview .hero__images a,
#products-overview .hero__images div.col-xs-3 {
  min-height: 80px;
  vertical-align: bottom;
  position: relative;
}
@media (min-width: 768px) {
  #products-overview .hero__images a,
  #products-overview .hero__images div.col-xs-3 {
    min-height: 240px;
  }
}
#products-overview .hero__images a img,
#products-overview .hero__images div.col-xs-3 img {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
@media screen and (min-width: 768px) {
  #products-overview .hero__images a img,
  #products-overview .hero__images div.col-xs-3 img {
    max-width: 140%;
  }
}
#products-overview .hero__images ._mobile-image {
  position: relative;
  bottom: -45px;
}
@media screen and (max-width: 767px) {
  #products-overview .hero__images ._mobile-image {
    bottom: 0px;
  }
}
#products-overview .hero:after {
  height: 330px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #00a0d9;
  width: 100%;
  z-index: 0;
}
@media (max-width: 1199px) {
  #products-overview .hero:after {
    height: 295px;
  }
}
@media screen and (max-width: 992px) {
  #products-overview .hero:after {
    height: 590px!important;
  }
}
@media (max-width: 767px) {
  #products-overview .hero:after {
    height: 39% !important;
  }
}
@media (max-width: 767px) {
  #products-overview .hero:after {
    height: 38%!important;
  }
}
#products-overview .nice-select .list {
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background: #fffce1;
}
#products-overview .filter {
  background: #000;
  padding: 25px 0;
  position: relative;
}
@media (max-width: 768px) {
  #products-overview .filter {
    padding: 20px 0;
  }
}
#products-overview .filter__wrapper {
  position: relative;
  z-index: 9;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
@media (max-width: 768px) {
  #products-overview .filter__wrapper {
    margin-bottom: 10px;
  }
}
#products-overview .filter__title {
  font-size: 2.5em;
  color: #FFFCE1;
  margin: 0;
}
@media screen and (max-width: 992px) {
  #products-overview .filter__title {
    margin-bottom: 15px!important;
  }
}
@media (max-width: 768px) {
  #products-overview .filter__title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
#products-overview .filter__title--mobile {
  color: #FFFCE1;
  float: left;
  font-size: 26px;
  margin: 0;
}
@media (max-width: 500px) {
  #products-overview .filter__dropdown {
    padding-top: 30px;
    display: none;
  }
}
#products-overview .filter__expand-btn {
  float: right;
  background-color: #000;
  border: none;
  outline: none;
}
#products-overview .filter__expand-btn img {
  width: 24px;
}
#products-overview .filter__expand-btn .filter-down {
  background: url('../images/store-finder/down-arrow.png');
  width: 20px;
  height: 20px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
}
#products-overview .filter__expand-btn .filter-up {
  background: url('../images/store-finder/up-arrow.png');
  width: 20px;
  height: 20px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
}
#products-overview .filter__wrapper {
  position: relative;
}
#products-overview .filter select {
  display: none;
}
#products-overview .filter .nice-select {
  background: #FFFCE1;
  color: #000;
  font-family: "collective";
  text-transform: lowercase;
  width: 100%;
  position: relative;
  font-size: 1.28571429em;
}
@media screen and (max-width: 768px) {
  #products-overview .filter .nice-select {
    margin-bottom: 0px;
  }
}
#products-overview .filter__button {
  font-size: 1.42857143em;
  font-family: 'collective';
  color: #FFFCE1;
  text-decoration: underline;
  margin-top: 15px;
  background: #000;
  border: none;
}
@media (max-width: 768px) {
  #products-overview .filter__button {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  #products-overview .filter__button {
    margin-left: 10px;
  }
}
@media (max-width: 500px) {
  #products-overview .filter__button {
    float: right;
    margin-right: 12px;
  }
}
#products-overview .filter-mobile {
  width: 100%;
  background: #000;
  height: auto;
  padding: 0 10px;
}
#products-overview .filter-mobile__toolbar {
  overflow: hidden;
}
#products-overview .filter-mobile__toolbar h3 {
  font-size: 24px;
  margin: 0;
  float: left;
  padding-top: 10px;
  color: #FFFCE1;
}
#products-overview .filter-mobile__toolbar ._expand {
  float: right;
  margin-top: 5px;
}
#products-overview .filter-mobile__toolbar ._expand img {
  width: 20px;
}
#products-overview .filter-mobile__expand {
  padding: 40px 0;
}
#products-overview .is_stuck {
  margin-top: 50px;
}
#products-overview .product-range {
  background: #FFFCE1;
  padding: 75px 0 75px 0;
  position: relative;
}
#products-overview .product-range .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  #products-overview .product-range .container {
    padding: 0 40px;
  }
  #products-overview .product-range .container .swiper-button-prev {
    left: -10px;
  }
  #products-overview .product-range .container .swiper-button-next {
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  #products-overview .product-range .container {
    padding: 0 40px;
  }
  #products-overview .product-range .container .swiper-button-prev {
    left: 10px;
    width: 30px;
  }
  #products-overview .product-range .container .swiper-button-next {
    right: 10px;
    width: 30px;
  }
  #products-overview .product-range .container .category-product.duples {
    width: 100%!important;
  }
}
@media (max-width: 500px) {
  #products-overview .product-range {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  #products-overview .product-range {
    padding-top: 40px;
  }
}
#products-overview .product-range .section-title {
  margin-top: 0;
}
#products-overview .product-range .product {
  width: 25%;
  float: left;
}
@media (max-width: 500px) {
  #products-overview .product-range .product {
    display: none;
  }
  #products-overview .product-range .product:first-of-type {
    width: 90% !important;
    display: block;
    margin-left: 6% !important;
  }
}
#products-overview .product-range .product img {
  position: relative;
  z-index: 2;
}
#products-overview .product-range .row-2 .product:first-of-type {
  margin-left: 25%;
}
#products-overview .product-range .row-3 > .product {
  width: 33.33%;
}
#products-overview .product-range__button {
  font-size: 1.78571429em;
  color: #FFFCE1;
  background: #191e24;
  font-family: 'collective';
  padding: 0 30px;
  margin-top: 17px;
  margin-bottom: 32px;
}
#products-overview .product-range:after {
  position: absolute;
  content: '';
  width: 100%;
  bottom: 0;
  background: #FAF3DA;
  height: 185px;
  z-index: 0;
}
#products-overview .product-range.no-ground:after {
  display: none;
}
#products-overview .product-range--duples:after {
  height: 115px;
}
@media (max-width: 500px) {
  #products-overview .product-range--suckies .product:first-of-type {
    margin-left: 24% !important;
    width: 64% !important;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  #products-overview .product-range--suckies img {
    max-width: 74%;
    margin-left: 20%;
  }
}
@media (max-width: 500px) {
  #products-overview .product-range--gourmet .product:first-of-type {
    margin-left: 15% !important;
    width: 81% !important;
  }
}
/** Single Product Page */
#single-product {
  background: #DABC43;
}
#single-product .product-section-middle {
  padding-bottom: 30px;
}
#single-product.test {
  background: #ddd;
  color: #fff;
}
#single-product.test .product-details:after,
#single-product.test .product-flavours__transition .product-transition {
  background: #666;
}
#single-product.test_2 {
  background: #6D488D;
  color: #fff;
}
#single-product.test_2 .product-details:after,
#single-product.test_2 .product-flavours__transition .product-transition {
  background: #664484;
}
#single-product .product-title-wrapper {
  margin-top: 50px;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  #single-product .product-title-wrapper {
    margin-bottom: 180px;
  }
}
@media screen and (min-width: 1200px) {
}
@media (max-width: 767px) and (orientation: landscape) {
  #single-product .product-title-wrapper {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
#single-product .product-title-wrapper .product-title {
  font-size: 3.71428571em;
  font-family: "collective";
  display: inline-block;
  margin: 0;
}
@media (max-width: 500px) {
  #single-product .product-title-wrapper .product-title {
    font-size: 34px;
    min-height: 120px;
  }
}
#single-product .product-title-wrapper .product-title .apostrophe {
  margin-left: 5px;
}
#single-product .product-title-wrapper .product-title-underline {
  height: 7px;
  background-size: contain;
  background-repeat: repeat-x;
  background-image: url("../images/dots.svg");
  margin: 20px auto;
  max-width: 335px;
}
@media (max-width: 767px) and (orientation: landscape) {
  #single-product .product-title-wrapper .product-title-underline {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #single-product .product-title-wrapper .product-title-underline {
    width: 255px !important;
  }
}
#single-product .product-section-separator {
  background: url("../images/dots-small-black.png");
  height: 1px;
  width: 100%;
  margin: 100px 0;
}
#single-product .product-section-separator.last {
  margin-bottom: 0px;
}
#single-product .product-details {
  background-image: url('../images/products/section-angle.png');
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 170px;
  position: relative;
  overflow: hidden;
}
#single-product .product-details p.star {
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  #single-product .product-details p.star {
    margin-top: -80px;
    margin-bottom: 80px;
    text-align: right;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #single-product .product-details {
    padding-top: 80px;
  }
}
#single-product .product-details__description {
  font-size: 18px;
  line-height: 24px;
  max-width: 270px !important;
}
@media (min-width: 991px) {
  #single-product .product-details__description {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#single-product .product-details__description p strong {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  #single-product .product-details__description {
    display: none;
    margin-bottom: 120px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
#single-product .product-details__description--alt {
  display: none;
  text-align: center;
  margin-bottom: 80px;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  #single-product .product-details__description--alt {
    display: block !important;
  }
}
#single-product .product-details:after {
  position: absolute;
  background: #d1b641;
  width: 100%;
  content: '';
  top: 720px;
  height: 100%;
}
#single-product .product-details span.just-out-patch {
  width: 128px;
  height: 155px;
  background: url("../images/products/just-out.png");
  position: absolute;
  top: 100px;
  right: 260px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  #single-product .product-details span.just-out-patch {
    right: 180px;
  }
}
@media screen and (max-width: 992px) {
  #single-product .product-details span.just-out-patch {
    right: 70px;
  }
}
@media screen and (max-width: 767px) {
  #single-product .product-details span.just-out-patch {
    width: 78px;
    height: 95px;
    right: 60px;
    top: 190px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #single-product .product-details span.just-out-patch {
    right: 70px !important;
    top: 120px !important;
  }
}
#single-product .product-details .title-patch {
  font-family: 'collective';
  font-size: 1.71428571em;
  display: inline-block;
  width: 100px;
  text-align: center;
  position: absolute;
  top: -90px;
  right: -80px !important;
}
#single-product .product-details .title-patch:after {
  content: '';
  background-image: url('../images/products/arrow.png');
  width: 30px;
  height: 40px;
  background-repeat: no-repeat;
  right: 40px;
  top: 109%;
  background-size: contain;
  position: absolute;
}
#single-product .product-details__container {
  position: relative;
  z-index: 2;
}
#single-product .product-details__details {
  font-size: 0.92857143em;
}
#single-product .product-details__icons {
  text-align: center;
  margin-bottom: 100px;
  overflow: visible;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #single-product .product-details__icons {
    margin-bottom: 22px;
  }
}
#single-product .product-details__icons li {
  margin: 0px auto 30px auto;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #single-product .product-details__icons li {
    padding: 0 10px;
    overflow: visible;
  }
}
#single-product .product-details__icons li img {
  max-height: 90px;
  display: inline-block;
}
@media (max-width: 767px) and (orientation: landscape) {
  #single-product .product-details__icons li img {
    max-height: 80px;
  }
}
#single-product .product-details__nutrition ._title {
  font-size: 34px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#single-product .product-details__nutrition ._title:after {
  content: '';
  position: absolute;
  background-image: url("../images/dots.svg");
  width: 310px;
  max-width: 400px;
  height: 7px;
  background-repeat: repeat-x;
  left: 0;
  bottom: 0;
}
#single-product .product-details__nutrition ._table {
  position: relative;
}
#single-product .product-details__nutrition ._table thead {
  position: relative;
  padding: 10px 0;
}
#single-product .product-details__nutrition ._table thead > tr > th {
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 2px 0;
}
#single-product .product-details__nutrition ._table ._divider {
  background-image: url("../images/dots.svg");
  background-repeat: repeat-x;
  height: 5px;
  background-size: contain;
}
#single-product .product-details__nutrition ._table tbody > tr > td {
  border: none;
  text-transform: uppercase;
  padding: 1px 0px;
}
#single-product .product-details__nutrition ._table span.lowercase {
  text-transform: lowercase !important;
}
#single-product .product-details__ingredients ._title {
  font-size: 34px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#single-product .product-details__ingredients ._title strong {
  display: inline-block;
}
#single-product .product-details__ingredients ._title:after {
  content: '';
  position: absolute;
  background-image: url("../images/dots.svg");
  width: 310px;
  height: 7px;
  background-repeat: repeat-x;
  left: 0;
  bottom: 0;
}
#single-product .product-flavours {
  background: #FFFBE7;
  padding-bottom: 130px;
  padding-top: 110px;
  position: relative;
}
@media (max-width: 500px) {
  #single-product .product-flavours {
    padding-bottom: 64px;
  }
}
#single-product .product-flavours__transition {
  position: absolute;
  top: -50px;
  left: 0px;
  width: 100%;
  height: 120px;
  overflow: hidden;
}
#single-product .product-flavours__transition .product-transition {
  width: 200%;
  height: 100%;
  transform: rotate(-2deg);
  background: #d1b641;
  right: 0%;
  position: absolute;
  top: 0px;
}
#single-product .product-flavours .section-title {
  font-size: 2.42857143em;
  margin-bottom: 5px;
}
#single-product .product-flavours__button {
  background: #191e24;
  font-family: 'collective';
  font-size: 1.21428571em;
  color: #fff;
  padding: 2px 20px;
}
#single-product .product-flavours__image {
  max-width: 100%;
  margin-top: 30px;
}
@media (max-width: 767px) and (orientation: landscape) {
  #single-product .product-flavours__image {
    max-width: 70%;
    margin: 30px auto 0px auto !important;
  }
}
#single-product .product-flavours .product-flavours-slider {
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #single-product .product-flavours .product-flavours-slider {
    display: -webkit-flex;
    display: flex;
  }
}
#single-product .product-flavours .product-flavours-slider img {
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  #single-product .product-flavours .product-flavours-slider .swiper-centered {
    justify-content: center;
  }
}
#single-product .product-flavours .swiper-button-next {
  right: 3%;
  top: 65% !important;
}
#single-product .product-flavours .swiper-button-prev {
  left: 3%;
  top: 65% !important;
}
#single-product.single-product--labneh .product-details {
  padding-top: 120px;
}
#single-product.single-product--labneh .product-details:after {
  top: 610px;
}
@media screen and (max-width: 767px) {
  #single-product.single-product--labneh .product-details:after {
    top: 400px;
  }
}
@media screen and (max-width: 767px) {
  #single-product.single-product--labneh .product-image-wrapper {
    height: auto;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #single-product.single-product--pro-yo .product-details span.just-out-patch {
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  #single-product.single-product--pro-yo .product-details:after {
    top: 580px;
  }
}
@media screen and (min-width: 768px) {
  #single-product.single-product--pro-yo .product-image-wrapper {
    height: 370px;
  }
}
@media screen and (max-width: 767px) {
  #single-product.single-product--pro-yo .product-image-wrapper {
    height: auto;
  }
}
#single-product.single-product--pro-yo .product-image-wrapper img {
  top: -25px;
  width: 320px;
}
@media screen and (max-width: 767px) {
  #single-product.single-product--pro-yo .product-image-wrapper img {
    top: 0;
  }
}
.single-product--light .product-title {
  color: #FFFCE1;
}
.single-product--light p.star {
  color: #FFFCE1;
}
.single-product--light .product-title-underline {
  background-image: url("../images/dots-white.svg") !important;
}
.single-product--light .product-details__description,
.single-product--light .product-details__description--alt {
  color: #FFFCE1;
}
.single-product--light .product-details__nutrition {
  color: #FFFCE1;
}
.single-product--light .product-details__nutrition ._title {
  color: #FFFCE1;
}
.single-product--light .product-details__ingredients ._title {
  color: #FFFCE1;
}
.single-product--light .product-details__ingredients {
  color: #FFFCE1;
}
.single-product--light .product-details__icons li img {
  -webkit-filter: invert(100%) sepia(40%);
  -moz-filter: invert(100%) sepia(40%);
  -o-filter: invert(100%) sepia(40%);
  filter: invert(100%) sepia(40%);
}
.single-product--light ._title:after {
  background-image: url("../images/dots-white.svg") !important;
}
/** Product Variations */
.single-product--gourmet .product-flavours-slider img,
.single-product--unsweetened .product-flavours-slider img {
  margin-left: auto !important;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .single-product--gourmet .product-title-wrapper,
  .single-product--unsweetened .product-title-wrapper {
    margin-bottom: 99px !important;
  }
}
@media (max-width: 767px) {
  .single-product--gourmet .product-title-wrapper,
  .single-product--unsweetened .product-title-wrapper {
    margin-bottom: 27px !important;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .single-product--gourmet .product-title-wrapper,
  .single-product--unsweetened .product-title-wrapper {
    margin-top: 0px !important;
  }
}
.single-product--gourmet .title-patch,
.single-product--unsweetened .title-patch {
  right: 30px!important;
}
@media screen and (max-width: 767px) {
  .single-product--gourmet .just-out-patch,
  .single-product--unsweetened .just-out-patch {
    right: 10px!important;
    bottom: -40px !important;
    top: auto!important;
  }
}
.single-product--gourmet .product-details__description,
.single-product--unsweetened .product-details__description {
  max-width: 270px !important;
}
@media screen and (min-width: 767px) {
  .single-product--gourmet .product-details__description,
  .single-product--unsweetened .product-details__description {
    top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .single-product--gourmet .product-image-wrapper,
  .single-product--unsweetened .product-image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .single-product--gourmet .product-image-wrapper,
  .single-product--unsweetened .product-image-wrapper {
    height: auto!important;
  }
}
@media (min-width: 767px) {
}
@media (max-width: 767px) {
  .single-product--gourmet .product-image-wrapper img,
  .single-product--unsweetened .product-image-wrapper img {
    width: auto;
    max-height: 205px;
    top: -10px;
    margin-right: auto;
    margin-left: auto;
    left: 20px;
    position: relative;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .single-product--gourmet .product-image-wrapper img,
  .single-product--unsweetened .product-image-wrapper img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.single-product--gourmet .product-details:after,
.single-product--unsweetened .product-details:after {
  top: 565px !important;
}
@media screen and (max-width: 768px) {
  .single-product--gourmet .product-details:after,
  .single-product--unsweetened .product-details:after {
    top: 525px!important;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .single-product--gourmet .product-details:after,
  .single-product--unsweetened .product-details:after {
    top: 570px !important;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .single-product--gourmet .product-details:after,
  .single-product--unsweetened .product-details:after {
    top: 360px !important;
  }
}
@media screen and (max-width: 500px) and (orientation: landscape) {
  .single-product--gourmet .product-details:after,
  .single-product--unsweetened .product-details:after {
    top: 400px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .single-product--gourmet .product-details__description,
  .single-product--unsweetened .product-details__description {
    padding-right: 25px;
  }
}
@media (max-width: 768px) {
  .single-product--gourmet .product-details__description,
  .single-product--unsweetened .product-details__description {
    display: none;
  }
  .single-product--gourmet .product-details__description--alt,
  .single-product--unsweetened .product-details__description--alt {
    display: block !important;
  }
}
@media (max-width: 768px) and (max-width: 767px) and (orientation: landscape) {
  .single-product--gourmet .product-details__description--alt,
  .single-product--unsweetened .product-details__description--alt {
    margin: 20px auto 10px auto;
    max-width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .single-product--suckies .product-title-wrapper,
  .spouches .product-title-wrapper,
  .single-product--organic.suckies .product-title-wrapper {
    margin-bottom: 180px !important;
  }
}
@media screen and (max-width: 768px) {
  .single-product--suckies.multiboxes .product-details__description,
  .spouches.multiboxes .product-details__description,
  .single-product--organic.suckies.multiboxes .product-details__description {
    margin-bottom: 160px;
  }
  .single-product--suckies.tubes .product-details__description,
  .spouches.tubes .product-details__description,
  .single-product--organic.suckies.tubes .product-details__description {
    margin-bottom: 140px;
  }
}
.single-product--suckies .product-image-wrapper img,
.spouches .product-image-wrapper img,
.single-product--organic.suckies .product-image-wrapper img {
  width: 270px;
  margin: 0px auto;
  left: 30px;
  position: relative;
  top: -120px;
}
@media screen and (max-width: 767px) {
  .single-product--suckies .product-image-wrapper img,
  .spouches .product-image-wrapper img,
  .single-product--organic.suckies .product-image-wrapper img {
    margin: 0px auto;
    left: 20px;
    position: relative;
    top: -120px;
    max-height: 340px;
    max-width: 220px !important;
    width: auto;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .single-product--suckies .product-image-wrapper img,
  .spouches .product-image-wrapper img,
  .single-product--organic.suckies .product-image-wrapper img {
    max-height: 250px;
  }
}
.single-product--suckies .product-flavours-slider img,
.spouches .product-flavours-slider img,
.single-product--organic.suckies .product-flavours-slider img {
  max-width: 100% !important;
}
@media screen and (max-width: 767px) {
  .single-product--suckies .product-flavours-slider img,
  .spouches .product-flavours-slider img,
  .single-product--organic.suckies .product-flavours-slider img {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 30px;
    max-width: 220px !important;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .single-product--suckies .product-flavours-slider img,
  .spouches .product-flavours-slider img,
  .single-product--organic.suckies .product-flavours-slider img {
    max-height: 250px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .single-product--suckies.tubes .product-flavours-slider img,
  .spouches.tubes .product-flavours-slider img,
  .single-product--organic.suckies.tubes .product-flavours-slider img {
    padding-left: 43px !important;
  }
}
.single-product--suckies .product-image-wrapper,
.spouches .product-image-wrapper,
.single-product--organic.suckies .product-image-wrapper {
  height: auto;
}
.single-product--suckies .product-details__description,
.spouches .product-details__description,
.single-product--organic.suckies .product-details__description {
  font-size: 18px;
  line-height: 24px;
  max-width: 220px !important;
  top: 0;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .single-product--suckies s .product-details span.just-out-patch,
  .spouches s .product-details span.just-out-patch,
  .single-product--organic.suckies s .product-details span.just-out-patch {
    width: 138px!important;
    height: 155px!important;
    right: 10px!important;
    bottom: 60px!important;
    top: auto!important;
  }
}
@media screen and (max-width: 767px) {
  .single-product--suckies .product-image-wrapper,
  .spouches .product-image-wrapper,
  .single-product--organic.suckies .product-image-wrapper {
    height: auto;
    margin-bottoM: -50px;
  }
  .single-product--suckies .product-details span.just-out-patch,
  .spouches .product-details span.just-out-patch,
  .single-product--organic.suckies .product-details span.just-out-patch {
    display: none!important;
  }
  .single-product--suckies .product-details:after,
  .spouches .product-details:after,
  .single-product--organic.suckies .product-details:after {
    top: 650px!important;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .single-product--suckies .product-details:after,
  .spouches .product-details:after,
  .single-product--organic.suckies .product-details:after {
    top: 450px !important;
  }
}
@media screen and (min-width: 768px) {
  .single-product--duples .product-details:after {
    top: 610px !important;
  }
}
@media screen and (min-width: 99px) {
  .single-product--duples .product-details:after {
    top: 480px !important;
  }
}
@media (max-width: 767px) {
  .single-product--duples .swiper-slide {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 767px) {
  .single-product--duples .swiper-slide {
    min-width: 380px;
  }
}
.single-product--duples .swiper-slide img {
  margin-left: auto !important;
}
.single-product--duples .product-details__description--alt {
  display: block!important;
}
.single-product--duples .product-title-wrapper {
  margin-bottom: 80px !important;
}
.single-product--duples .product-title-wrapper .product-title {
  min-height: 120px;
}
@media screen and (max-width: 992px) {
  .single-product--duples .product-title-wrapper .product-title {
    min-height: 130px;
  }
}
@media screen and (max-width: 500px) {
  .single-product--duples .product-title-wrapper .product-title {
    min-height: 150px;
  }
}
.single-product--duples .product-image-wrapper img {
  width: 680px;
  margin: 0px auto;
  left: 0px;
  position: relative;
  top: -10px;
  margin-bottom: 50px;
}
.single-product--duples .product-image-wrapper {
  height: auto;
}
@media screen and (max-width: 992px) {
  .single-product--duples .product-image-wrapper {
    margin-top: 60px;
  }
}
.single-product--duples .product-details__description {
  display: none!important;
}
.single-product--duples .product-details span.just-out-patch {
  top: -50px !important;
  right: 260px!important;
}
@media screen and (max-width: 1200px) {
  .single-product--duples .product-details span.just-out-patch {
    right: 150px!important;
  }
}
@media screen and (max-width: 992px) {
  .single-product--duples .product-details span.just-out-patch {
    right: 40px!important;
  }
}
@media screen and (max-width: 768px) {
  .single-product--duples .product-details__description {
    display: none;
  }
  .single-product--duples .product-title-wrapper {
    margin-bottom: 80px!important;
  }
  .single-product--duples .product-details span.just-out-patch {
    width: 138px!important;
    height: 155px!important;
    right: 10px!important;
    bottom: 60px!important;
    top: auto!important;
  }
  .single-product--duples .product-details:after {
    top: 630px!important;
  }
}
@media screen and (max-width: 767px) {
  .single-product--duples .product-image-wrapper {
    height: auto;
    margin-bottom: -50px;
  }
  .single-product--duples .product-details span.just-out-patch {
    display: none!important;
  }
  .single-product--duples .product-details:after {
    top: 485px !important;
  }
  .single-product--duples .product-title-wrapper {
    margin-bottom: 0px!important;
  }
  .single-product--duples .product-image-wrapper img {
    width: 680px;
    margin: 0px auto;
    left: 0px;
    position: relative;
    top: 0px;
    margin-bottom: 80px;
  }
}
/** Single Product Category */
@media screen and (min-width: 767px) {
  .term-unsweetened .section-text {
    max-width: 65%;
  }
}
@media screen and (min-width: 992px) {
  .term-unsweetened .section-text {
    max-width: 100%;
  }
}
#single-product-category {
  background: #FFFCE1;
}
#single-product-category .hero {
  padding-top: 170px;
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  #single-product-category .hero .section-text {
    max-width: 80%;
  }
}
#single-product-category .products {
  position: relative;
}
#single-product-category .products .container {
  z-index: 1;
  position: relative;
}
#single-product-category .products .product-listing {
  margin-bottom: 30px;
  min-height: 200px;
}
#single-product-category .products .product-listing ._title {
  text-align: center;
  font-size: 1.57142857em;
}
#single-product-category .products:after {
  height: 290px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #f8f1d8;
  width: 100%;
  z-index: 0;
}
@media (max-width: 992px) {
  #single-product-category .products:after {
    height: 300px !important;
  }
}
@media (max-width: 767px) {
  #single-product-category .products:after {
    display: none;
  }
}
@media (max-width: 767px) {
  #single-product-category .products--gourmet img {
    max-width: 50%;
    margin-left: 25%;
  }
}
@media (max-width: 500px) {
  #single-product-category .products--gourmet img {
    max-width: 60%;
    margin-left: 23%;
  }
}
@media (max-width: 500px) {
  #single-product-category .products--luxury img {
    max-width: 93%;
    margin-left: 9%;
  }
}
@media (max-width: 500px) {
  #single-product-category .products--suckies img {
    max-width: 60%;
    margin-left: 23%;
  }
}
#single-product-category .products--unsweetened:after {
  height: 230px;
}
@media (max-width: 992px) {
  #single-product-category .products--unsweetened:after {
    height: 250px !important;
  }
}
@media (max-width: 767px) {
  #single-product-category .products--unsweetened img {
    max-width: 50%;
    margin-left: 25%;
  }
}
@media (max-width: 500px) {
  #single-product-category .products--unsweetened img {
    max-width: 60%;
    margin-left: 23%;
  }
}
#single-product-category .btn-back {
  font-size: 1.78571429em;
  color: #FFFCE1;
  background: #191e24;
  font-family: 'collective';
  padding: 0 30px;
  margin-bottom: 50px;
}
/* NZ PRODUCTS */
.single-product--pot .product-image-wrapper img {
  top: -95px;
}
.single-product--greek .product-image-wrapper img {
  top: 0;
}
@media screen and (max-width: 991px) {
  .product-image-xl {
    margin-top: 160px;
  }
}
.product-image-xl img {
  top: -100px !important;
}
.single-product--pourable .product-title-wrapper,
.single-product--tummy .product-title-wrapper {
  margin-bottom: 180px !important;
}
.single-product--pourable .product-image-wrapper img,
.single-product--tummy .product-image-wrapper img {
  top: -125px;
  width: 300px;
  left: 30px;
}
.single-product--pourable .product-flavours .product-flavours-slider img,
.single-product--tummy .product-flavours .product-flavours-slider img {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 40px;
}
.spouches .product-image-wrapper img {
  top: -100px;
  width: 250px;
}
.single-product--greek .product-flavours .product-flavours-slider img {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 40px;
}
.single-product--pot .product-title-wrapper {
  margin-bottom: 180px !important;
}
.single-product--pot .product-flavours .product-flavours-slider img {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 45px;
}
.single-product--haloumi .product-details__description {
  margin-bottom: 50px !important;
}
.single-product--haloumi .product-image-wrapper img {
  width: 290px;
}
.multiboxes .product-image-wrapper img {
  width: 350px !important;
  top: -60px;
}
.category-products .swiper-wrapper {
  align-items: flex-end;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#search-results {
  /** Product results */
  /** Article results */
  /** General results */
  /** Product Hero */
  /** Product Filter */
  /** Product Range */
}
#search-results .product-150 {
  padding: 0 20px;
  top: 25px;
}
@media screen and (min-width: 768px) {
  #search-results .swiper-centered {
    justify-content: center;
  }
}
#search-results .hero {
  background: #00a5e0;
  padding-top: 200px;
  position: relative;
  padding-bottom: 100px;
}
#search-results .hero__form ._input {
  float: left;
  width: 86%;
  border: 2px solid #1A1E25;
  border-radius: 8px;
  box-shadow: none;
  height: 40px;
  background: #00a5e0;
  font-size: 1.07142857em;
  color: #1A1E25;
  font-family: 'callibri';
  padding-left: 20px;
}
@media (max-width: 1200px) {
  #search-results .hero__form ._input {
    width: 80%;
  }
}
@media (max-width: 500px) {
  #search-results .hero__form ._input {
    width: 100%;
    margin-bottom: 20px;
  }
}
#search-results .hero__form ._input::-webkit-input-placeholder {
  color: #1A1E25;
  font-size: 1.07142857em;
}
#search-results .hero__form ._input:-moz-placeholder {
  color: #1A1E25;
  font-size: 1.07142857em;
}
#search-results .hero__form ._input::-moz-placeholder {
  color: #1A1E25;
  font-size: 1.07142857em;
}
#search-results .hero__form ._input:-ms-input-placeholder {
  color: #1A1E25;
  font-size: 1.07142857em;
}
#search-results .hero__form ._submit {
  background: #1A1E25;
  color: #FFFCE1;
  font-family: 'collective';
  font-size: 1.57142857em;
  border: none;
  margin-left: 10px;
  box-shadow: none;
  border-radius: 8px;
  padding: 0 30px;
  height: 40px;
}
@media (max-width: 500px) {
  #search-results .hero__form ._submit {
    width: 100%;
    margin: 0;
  }
}
#search-results .hero:after {
  position: absolute;
  content: '';
  background-image: url('../images/search/hero-footer.jpg');
  width: 100%;
  bottom: 0;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#search-results .query {
  background: #00a0d9;
  font-size: 1.78571429em;
  padding-top: 0px;
  padding-bottom: 40px;
}
#search-results .query p {
  margin: 0;
}
#search-results .article__result {
  margin-top: 20px;
}
#search-results .search-section {
  padding: 30px 0;
  background: #FFFCE1;
}
#search-results .search-section__not-found p {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 18px;
}
#search-results .search-section ._title {
  text-align: center;
  width: 100%;
  font-size: 3.21428571em;
  display: block;
  position: relative;
  padding: 10px 0 20px 0;
  margin-bottom: 10px;
}
#search-results .search-section ._title:after {
  content: '';
  position: absolute;
  background-image: url("../images/dots.svg");
  right: 0;
  height: 7px;
  width: 945px;
  background-position: center;
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  #search-results .search-section ._title:after {
    width: 1140px;
  }
}
@media (max-width: 992px) {
  #search-results .search-section ._title:after {
    width: 595px;
  }
}
@media (max-width: 767px) {
  #search-results .search-section ._title:after {
    width: 285px;
  }
}
#search-results .products {
  text-align: center;
}
#search-results .products__name {
  font-size: 1.78571429em;
  text-align: center;
  margin: 20px 0 60px 0;
}
#search-results .products .wp-post-image {
  height: auto;
  max-height: 150px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
#search-results .articles {
  text-align: center;
}
#search-results .articles ._post {
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;
}
#search-results .articles ._post h3 {
  text-transform: lowercase;
  min-height: 40px;
}
#search-results .articles ._post_title {
  font-size: 1.28571429em;
  margin-top: 10px;
  margin-bottom: 0;
}
#search-results .articles ._post_date {
  font-family: 'collective';
}
#search-results .general {
  text-align: center;
  padding-bottom: 80px;
}
#search-results .general ._title {
  margin-bottom: 40px;
}
#search-results .general__result {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 30px;
}
#search-results .general__result h3 {
  text-transform: lowercase;
}
#search-results .general__result p {
  font-size: 1.28571429em;
}
#search-results .general__result ._result_title {
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.78571429em;
  margin-top: 0;
}
#search-results .general__result ._btn {
  font-family: 'collective';
  font-size: 1.85714286em;
  padding-top: 0;
  padding-bottom: 0;
}
#search-results .general__result:after {
  content: '';
  position: absolute;
  background-image: url("../images/dots.svg");
  right: 0;
  height: 7px;
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
}
#search-results .category-product {
  float: none;
  display: inline-block;
  width: 25%;
}
#search-results .category-product.duples {
  width: 33.333333%!important;
}
@media screen and (max-width: 768px) {
  #search-results .category-product {
    width: 50%;
  }
}
#search-results .category-product .inner {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  #search-results .category-product.duples {
    width: 100%;
    max-width: 320px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
#search-results .category-product.suckies img {
  max-width: 180px;
}
#search-results .category-product.pro-yo-skyr {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale(0.75) translateY(-5%);
  transform: scale(0.75) translateY(-5%);
}
#search-results .category-products h3 {
  width: 100%;
}
#search-results #range_filter,
#search-results #tub_filter {
  display: none;
  opacity: 0;
  -webkit-transform: translate(-50px);
  -moz-transform: translate(-50px);
  -o-transform: translate(-50px);
  -ms-transform: translate(-50px);
  transform: translate(-50px);
}
#search-results select {
  background: #000 url('../images/store-finder/down-arrow.png');
  background-size: 25px 14px;
  padding-right: 40px!important;
  background-position: 95% center;
  background-repeat: no-repeat;
}
#search-results .hero {
  background: #00a0d9;
  padding-top: 190px;
  position: relative;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  #search-results .hero {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  #search-results .hero {
    padding-top: 20px;
  }
  #search-results .hero h1.section-title {
    width: 300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#search-results .hero .container {
  position: relative;
  z-index: 1;
}
#search-results .hero .container .col-md-12 {
  margin-bottom: -20px;
  z-index: 10;
}
#search-results .hero__logos {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0px;
  float: left;
  padding-left: 60px;
}
@media screen and (max-width: 992px) {
  #search-results .hero__logos {
    padding-left: 0px;
  }
}
#search-results .hero__logos ._item {
  width: 12%;
}
@media screen and (max-width: 992px) {
  #search-results .hero__logos ._item {
    width: 20%;
    margin: 0px auto!important;
  }
}
@media screen and (max-width: 768px) {
  #search-results .hero__logos ._item {
    width: 20%;
    margin: 0px auto!important;
  }
}
#search-results .hero__logos ._item img {
  padding: 20px;
}
@media (max-width: 768px) {
  #search-results .hero__logos ._item img {
    padding: 8px;
  }
}
#search-results .hero__down-arrow {
  width: 15px;
  margin: auto;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #search-results .hero__images {
    margin-top: 0;
  }
}
@media (min-width: 767px) {
  #search-results .hero__images .pot {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  #search-results .hero__images .pot {
    width: 240px;
  }
}
#search-results .hero__images a {
  min-height: 80px;
  vertical-align: bottom;
  position: relative;
}
@media (min-width: 768px) {
  #search-results .hero__images a {
    min-height: 240px;
  }
}
#search-results .hero__images a img {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
#search-results .hero__images ._mobile-image {
  position: relative;
  bottom: -45px;
}
#search-results .hero:after {
  height: 380px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #00a0d9;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  #search-results .hero:after {
    height: 590px!important;
  }
}
@media (max-width: 767px) {
  #search-results .hero:after {
    height: 39% !important;
  }
}
@media (max-width: 767px) {
  #search-results .hero:after {
    height: 32% !important;
  }
}
#search-results .filter {
  background: #000;
  padding: 25px 0;
  position: relative;
}
@media (max-width: 768px) {
  #search-results .filter {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  #search-results .filter__wrapper {
    margin-bottom: 10px;
  }
}
#search-results .filter__title {
  font-size: 2.5em;
  color: #FFFCE1;
  margin: 0;
}
@media (max-width: 768px) {
  #search-results .filter__title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
#search-results .filter__title--mobile {
  color: #FFFCE1;
  float: left;
  font-size: 26px;
  margin: 0;
}
@media (max-width: 500px) {
  #search-results .filter__dropdown {
    padding-top: 30px;
    display: none;
  }
}
#search-results .filter__expand-btn {
  float: right;
  background-color: #000;
  border: none;
  outline: none;
}
#search-results .filter__expand-btn img {
  width: 24px;
}
#search-results .filter__expand-btn .filter-down {
  background: url('../images/store-finder/down-arrow.png');
  width: 20px;
  height: 20px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
}
#search-results .filter__expand-btn .filter-up {
  background: url('../images/store-finder/up-arrow.png');
  width: 20px;
  height: 20px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
}
#search-results .filter__wrapper {
  position: relative;
}
#search-results .filter__select {
  outline: none;
  appearance: none;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 3px solid #fffce0;
  box-shadow: none;
  padding: 3px 0 3px 20px;
  width: 100%;
  font-family: 'collective';
  font-size: 1.42857143em;
  color: #FFFCE1;
  position: relative;
}
@media (max-width: 768px) {
  #search-results .filter__select {
    margin-top: 0;
  }
}
#search-results .filter__button {
  font-size: 1.42857143em;
  font-family: 'collective';
  color: #FFFCE1;
  text-decoration: underline;
  margin-top: 15px;
  background: #000;
  border: none;
}
@media (max-width: 768px) {
  #search-results .filter__button {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  #search-results .filter__button {
    margin-left: 10px;
  }
}
@media (max-width: 500px) {
  #search-results .filter__button {
    float: right;
    margin-right: 12px;
  }
}
#search-results .filter-mobile {
  width: 100%;
  background: #000;
  height: auto;
  padding: 0 10px;
}
#search-results .filter-mobile__toolbar {
  overflow: hidden;
}
#search-results .filter-mobile__toolbar h3 {
  font-size: 24px;
  margin: 0;
  float: left;
  padding-top: 10px;
  color: #FFFCE1;
}
#search-results .filter-mobile__toolbar ._expand {
  float: right;
  margin-top: 5px;
}
#search-results .filter-mobile__toolbar ._expand img {
  width: 20px;
}
#search-results .filter-mobile__expand {
  padding: 40px 0;
}
#search-results .is_stuck {
  margin-top: 50px;
}
#search-results .product-range {
  background: #FFFCE1;
  padding: 10px 0 75px 0;
  position: relative;
}
#search-results .product-range .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  #search-results .product-range .container {
    padding: 0 40px;
  }
  #search-results .product-range .container .swiper-button-prev {
    left: -10px;
  }
  #search-results .product-range .container .swiper-button-next {
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  #search-results .product-range .container {
    padding: 0 40px;
  }
  #search-results .product-range .container .swiper-button-prev {
    left: 10px;
    width: 30px;
  }
  #search-results .product-range .container .swiper-button-next {
    right: 10px;
    width: 30px;
  }
  #search-results .product-range .container .category-product.duples {
    width: 100%!important;
  }
}
@media (max-width: 500px) {
  #search-results .product-range {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  #search-results .product-range {
    padding-top: 40px;
  }
}
#search-results .product-range .section-title {
  margin-top: 0;
  font-size: 2.5em;
}
#search-results .product-range .product {
  width: 25%;
  float: left;
}
@media (max-width: 500px) {
  #search-results .product-range .product {
    display: none;
  }
  #search-results .product-range .product:first-of-type {
    width: 90% !important;
    display: block;
    margin-left: 6% !important;
  }
}
#search-results .product-range .product img {
  position: relative;
  z-index: 2;
}
#search-results .product-range .row-2 .product:first-of-type {
  margin-left: 25%;
}
#search-results .product-range .row-3 > .product {
  width: 33.33%;
}
#search-results .product-range__button {
  font-size: 1.78571429em;
  color: #FFFCE1;
  background: #191e24;
  font-family: 'collective';
  padding: 0 30px;
  margin-top: 17px;
  margin-bottom: 32px;
}
#search-results .product-range:after {
  position: absolute;
  content: '';
  width: 100%;
  bottom: 0;
  left: 0;
  background: #FAF3DA;
  height: 240px;
  z-index: 0;
}
#search-results .product-range.no-ground:after {
  display: none;
}
#search-results .product-range--duples:after {
  height: 115px;
}
@media (max-width: 500px) {
  #search-results .product-range--suckies .product:first-of-type {
    margin-left: 24% !important;
    width: 64% !important;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  #search-results .product-range--suckies img {
    max-width: 74%;
    margin-left: 20%;
  }
}
@media (max-width: 500px) {
  #search-results .product-range--gourmet .product:first-of-type {
    margin-left: 15% !important;
    width: 81% !important;
  }
}
#search-results .product-range.gourmet:after,
#search-results .product-range.unsweetened:after,
#search-results .product-range.suckies:after {
  height: 180px !important;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#store-finder .form-group {
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  #store-finder .form-group {
    padding: 0 10px;
  }
}
@media screen and (max-width: 992px) {
  #store-finder .form-group {
    margin-right: 0px;
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  #store-finder .form-group:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  #store-finder .form-group {
    width: 100%;
  }
}
#store-finder .finding-our-goods {
  padding: 160px 0 50px 0;
  background: #fffce0;
}
#store-finder .branches {
  background: #fffce0;
  border-bottom: 3px solid #000;
}
#store-finder .branches .filter {
  background: #191e24;
  padding: 40px 0 50px 0;
}
#store-finder .branches .filter__title {
  color: #fffce0;
  font-size: 4em;
  margin: 30px 0 0;
}
@media (max-width: 768px) {
  #store-finder .branches .filter__title {
    margin-top: 50px;
  }
}
@media (max-width: 500px) {
  #store-finder .branches .filter__title {
    margin: 0 0 20px 0;
  }
}
#store-finder .branches .filter .search-form__label {
  font-family: 'collective';
  font-size: 1.5em;
  color: #fffce0;
  display: block;
  margin-bottom: 15px;
  font-weight: normal;
}
#store-finder .branches .filter .search-form__input {
  border: 3px solid #fffce0;
  width: 100%;
  color: #fffce0;
  font-size: 20px;
  outline: none;
  background: #191e24;
  border-radius: 8px;
  padding: 7px 0 7px 20px;
}
#store-finder .branches .filter .search-form__wrapper {
  position: relative;
}
#store-finder .branches .filter .search-form__wrapper:after {
  content: '';
  position: absolute;
  background-image: url('../images/store-finder/down-arrow.png');
  background-size: contain;
  width: 20px;
  background-repeat: no-repeat;
  height: 20px;
  right: 13px;
  pointer-events: none;
  top: 13px;
}
#store-finder .branches .filter .search-form__button {
  background: #fffce0;
  color: #191e24;
  font-size: 1.42857143em;
  border: none;
  border-radius: 6px;
  margin-top: 36px;
  margin: 36px 15px 0 15px;
  padding: 10px 14px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  #store-finder .branches .filter .search-form__button {
    margin: 36px 7px 0 7px;
  }
}
@media (max-width: 768px) {
  #store-finder .branches .filter .search-form__button__location {
    margin-top: 16px;
  }
}
@media (max-width: 500px) {
  #store-finder .branches .filter .search-form__button {
    margin: 0;
    display: block;
    width: 100%;
  }
}
#store-finder .branches .filter .search-form__button--go {
  font-family: 'collective';
}
#store-finder .branches .map-wrapper {
  position: relative;
  height: 620px;
  width: 100%;
}
#store-finder .branches .map-wrapper #map {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
@media screen and (max-width: 992px) {
  #store-finder .branches .map-wrapper #map {
    position: relative;
  }
}
#store-finder .branches .map-wrapper #map-locations {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #store-finder .branches .map-wrapper #map-locations {
    position: relative;
    left: 0px;
    top: 0px;
    height: 560px;
    width: 100%;
    float: left;
    background: #191e24;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }
  #store-finder .branches .map-wrapper #map-locations .locations .address {
    position: relative;
    color: #fffce0;
    padding: 20px 10px;
    display: inline-block;
    width: 45%;
    margin-right: 5%;
    vertical-align: top;
    height: 173px;
    cursor: pointer;
  }
  #store-finder .branches .map-wrapper #map-locations .locations .address:hover {
    background: rgba(255, 255, 255, 0.06);
  }
  #store-finder .branches .map-wrapper #map-locations .locations,
  #store-finder .branches .map-wrapper #map-locations #locations-pagination {
    width: 100%;
  }
}
#store-finder .branches .map-wrapper #map-locations .container {
  position: relative;
  height: 100%;
}
#store-finder .branches .map-wrapper div#map-toolbar {
  position: absolute;
  left: 0px;
  top: 20px;
  z-index: 1;
}
#store-finder .branches .map-wrapper div#map-toolbar .map-toolbar-inner {
  padding: 20px;
}
#store-finder .branches .map-wrapper div#map-toolbar #map-zoom-controls a {
  background: #191e24;
  color: #fffce0;
  font-family: "Callibri" !important;
  font-size: 14px!important;
  padding-bottom: 4px!important;
}
#store-finder .branches .map-wrapper div#location-details {
  position: absolute;
  z-index: 1;
  background: #000;
  width: 480px;
  bottom: 20px;
  left: 0px;
  padding: 20px;
  color: #fffce0;
  opacity: 0;
}
#store-finder .branches .map-wrapper div#location-details #location-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 24px;
  height: 24px;
  background: url("../images/header/icon_menu_open.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 2;
}
#store-finder .branches .map-wrapper div#location-details .address {
  position: relative;
  color: #fffce0;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}
#store-finder .branches .map-wrapper div#location-details .address:hover {
  background: rgba(255, 255, 255, 0.06);
}
@media (max-width: 500px) {
  #store-finder .branches .map-wrapper div#location-details .address {
    padding-bottom: 20px;
  }
}
#store-finder .branches .map-wrapper div#location-details .address__title {
  font-size: 21px;
  margin: 0;
  font-family: 'callibri';
  margin-bottom: 20px;
}
#store-finder .branches .map-wrapper div#location-details .address__products {
  font-family: 'collective';
  font-size: 1.21428571em;
}
#store-finder .branches .map-wrapper div#location-details .address__products li {
  padding-left: 20px;
  background: url("../images/store-finder/cross.png");
  background-position: left center!important;
  background-repeat: no-repeat !important;
  background-size: 17px!important;
}
#store-finder .branches .map-wrapper div#location-details .address__products li.checked {
  background: url("../images/store-finder/check.png");
}
#store-finder .branches .map-wrapper div#location-details .address address {
  font-size: 14px;
}
#store-finder .branches .map-wrapper div#location-details .address:after {
  content: '';
  position: absolute;
  background: url("../images/dots-white.svg");
  width: 100%;
  height: 4px;
  background-size: contain;
  bottom: 0;
  left: 0;
}
#store-finder .branches .map-wrapper div#location-details .address:last-child:after {
  background: none;
}
#store-finder .branches .map-wrapper #locations-pagination {
  height: 10%;
  position: absolute;
  z-index: 2;
  right: 0px;
  width: 400px;
  bottom: 0px;
  background: #1e2227;
}
#store-finder .branches .map-wrapper #locations-pagination .m-cell {
  width: 100%;
}
#store-finder .branches .map-wrapper #locations-pagination ul#pagination-list {
  list-style: none;
  padding: 0px 20px;
  margin: 0px;
  width: 100%;
  text-align: center;
}
#store-finder .branches .map-wrapper #locations-pagination ul#pagination-list li {
  display: inline-block;
  margin: 0 2px;
  color: #fffce1;
}
#store-finder .branches .map-wrapper #locations-pagination ul#pagination-list li.active a {
  background: #4c9ebf;
  color: #fff;
}
#store-finder .branches .map-wrapper #locations-pagination ul#pagination-list li.active a:hover {
  background: #4590af;
}
#store-finder .branches .map-wrapper #locations-pagination ul#pagination-list li a {
  font-family: "collective";
  color: #000;
  padding: 10px;
  background: #FFFCE1;
  cursor: pointer;
  text-decoration: none;
}
#store-finder .branches .map-wrapper #locations-pagination ul#pagination-list li a:hover {
  background: #eae8ce;
}
#store-finder .branches .map-wrapper .locations {
  right: 0;
  top: 0;
  width: 400px;
  background: #191e24;
  padding: 10px 5px 10px 25px;
  height: 90%;
  position: absolute;
  z-index: 2;
}
@media (max-width: 500px) {
  #store-finder .branches .map-wrapper .locations {
    position: relative;
    width: 100%;
    height: 200px;
  }
}
#store-finder .branches .map-wrapper .locations .address {
  position: relative;
  color: #fffce0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding: 20px 10px;
  cursor: pointer;
}
#store-finder .branches .map-wrapper .locations .address:hover {
  background: rgba(255, 255, 255, 0.06);
}
@media (max-width: 500px) {
  #store-finder .branches .map-wrapper .locations .address {
    padding-bottom: 20px;
  }
}
#store-finder .branches .map-wrapper .locations .address__title {
  font-size: 21px;
  margin: 0;
  font-family: 'callibri';
  margin-bottom: 20px;
}
#store-finder .branches .map-wrapper .locations .address__products {
  font-family: 'collective';
  font-size: 1.21428571em;
}
#store-finder .branches .map-wrapper .locations .address__products li {
  padding-left: 20px;
  background: url("../images/store-finder/cross.png");
  background-position: left center!important;
  background-repeat: no-repeat !important;
  background-size: 17px!important;
}
#store-finder .branches .map-wrapper .locations .address__products li.checked {
  background: url("../images/store-finder/check.png");
}
#store-finder .branches .map-wrapper .locations .address address {
  font-size: 14px;
}
#store-finder .branches .map-wrapper .locations .address:after {
  content: '';
  position: absolute;
  background: url("../images/dots-white.svg");
  width: 100%;
  height: 4px;
  background-size: contain;
  bottom: 0;
  left: 0;
}
#store-finder .branches .map-wrapper .locations .address:last-child:after {
  background: none;
}
#store-finder .stockists {
  padding: 90px 0 60px 0;
  background: #fffce0;
}
@media (max-width: 500px) {
  #store-finder .stockists {
    padding: 40px 0 30px 0;
  }
}
#store-finder .stockists__logos {
  padding-top: 50px;
}
#store-finder .stockists__logos ._logo {
  margin-bottom: 50px;
}
#store-finder .stockists .retailer {
  padding: 30px 20px;
  margin: 0px auto;
  display: inline-block;
}
.form-group.submit-map-wrapper .search-form__button {
  margin-top: 21px!important;
  display: inline-block;
  margin-left: 0px!important;
  text-decoration: none;
}
#store-finder-submit {
  cursor: pointer;
  font-family: 'collective';
  text-transform: lowercase;
}
#store-finder-submit:hover {
  color: #56A6E0 !important;
}
div#location-details-wrapper {
  max-width: 230px;
  padding: 10px;
  overflow: hidden;
}
div#location-details-wrapper .address__title {
  margin-top: 0px;
}
div#location-details-wrapper .address {
  position: relative;
  color: #fffce0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 500px) {
  div#location-details-wrapper .address {
    padding-bottom: 20px;
  }
}
div#location-details-wrapper .address__title {
  font-size: 21px;
  margin: 0;
  font-family: 'callibri';
  margin-bottom: 20px;
}
div#location-details-wrapper .address__products {
  font-family: 'collective';
  font-size: 1.21428571em;
}
div#location-details-wrapper .address__products li {
  padding-left: 20px;
  background: url("../images/store-finder/cross.png");
  background-position: left center!important;
  background-repeat: no-repeat !important;
  background-size: 17px!important;
}
div#location-details-wrapper .address__products li.checked {
  background: url("../images/store-finder/check.png");
}
div#location-details-wrapper .col-sm-6 {
  width: 100%!important;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
#branches-filter-mobile {
  position: relative;
  padding: 20px 0!important;
}
#branches-filter-mobile a.filter-toggle {
  position: absolute;
  width: 32px;
  height: 32px;
  background: url("../images/store-finder/up-arrow.png");
  right: 20px;
  top: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}
#branches-filter-mobile .filter__title {
  margin-top: 0px!important;
}
#branches-filter-mobile a.btn.btn-white {
  background: #edebd2;
  color: #000;
  font-family: "collective";
  margin: 5px auto;
  display: block;
  float: left;
  width: 100%;
  padding: 3px 15px;
  margin-top: 45px;
  font-size: 20px!important;
}
@media screen and (max-width: 767px) {
  #branches-filter-mobile a.btn.btn-white {
    margin-top: 0px;
  }
}
section#branches-results-mobile {
  background: #191e24;
}
section#branches-results-mobile ul#pagination-list {
  list-style: none;
  margin-bottom: 0px;
  margin-top: 0px;
  width: 100%;
  padding: 0;
}
section#branches-results-mobile ul#pagination-list li {
  display: inline-block;
  color: #fffce0;
  margin: 0 3px;
  padding-bottom: 40px;
  padding-top: 20px;
}
section#branches-results-mobile ul#pagination-list li a {
  padding: 13px;
  background: #fffce0;
  color: #000;
  font-family: "collective";
}
section#branches-results-mobile ul#pagination-list li.active a {
  background: #74bde4;
}
.locations .address {
  position: relative;
  color: #fffce0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 500px) {
  .locations .address {
    padding-bottom: 20px;
  }
}
.locations .address__title {
  font-size: 21px;
  margin: 0;
  font-family: 'callibri';
  margin-bottom: 20px;
}
.locations .address__products {
  font-family: 'collective';
  font-size: 1.21428571em;
}
.locations .address__products li {
  padding-left: 20px;
  background: url("../images/store-finder/cross.png");
  background-position: left center!important;
  background-repeat: no-repeat !important;
  background-size: 17px!important;
}
.locations .address__products li.checked {
  background: url("../images/store-finder/check.png");
}
.locations .address__view_map {
  display: block;
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: right;
}
.locations .address__view_map a {
  background: #fffce0;
  font-family: "collective";
  color: #000;
  font-size: 16px;
}
.locations .address address {
  font-size: 14px;
}
.locations .address:after {
  content: '';
  position: absolute;
  background: url("../images/dots-white.svg");
  width: 100%;
  height: 4px;
  background-size: contain;
  bottom: 0;
  left: 0;
}
.locations .address:last-child:after {
  background: none;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#tub-4-grub-page {
  overflow-x: hidden;
}
#tub-4-grub-page h1,
#tub-4-grub-page h2,
#tub-4-grub-page h3,
#tub-4-grub-page p {
  color: #231F20;
}
#tub-4-grub-page section#t4g-hero {
  padding-top: 170px;
  background: #FFFCE1;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
#tub-4-grub-page section#t4g-hero .container {
  position: relative;
  z-index: 2;
}
#tub-4-grub-page section#t4g-hero:after {
  width: 200%;
  height: 100px;
  background: #fffce1;
  content: "";
  position: absolute;
  bottom: 0px;
  transform: rotate(-2deg) translate(-25%);
  z-index: 0;
}
#tub-4-grub-page section#t4g-hero div#t4g-video {
  width: 100%;
  height: 502px;
  background: url(../images/tub4grub/video-bg.png) no-repeat center;
  margin: 25px 0 55px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #tub-4-grub-page section#t4g-hero div#t4g-video {
    height: 300px;
  }
}
#tub-4-grub-page section#t4g-hero div#t4g-video:before {
  background: url(../images/tub4grub/video-play.svg);
  width: 100px;
  height: 100px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  -moz-transform: translate3d(-50%, -50%, 0) scale(1);
  -o-transform: translate3d(-50%, -50%, 0) scale(1);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
#tub-4-grub-page section#t4g-hero div#t4g-video:hover:before {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
  -moz-transform: translate3d(-50%, -50%, 0) scale(1.1);
  -o-transform: translate3d(-50%, -50%, 0) scale(1.1);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1.1);
  transform: translate3d(-50%, -50%, 0) scale(1.1);
}
#tub-4-grub-page section#t4g-hero .hero-support-copy p {
  font-size: 24px;
  line-height: 27px;
  padding-top: 5px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #tub-4-grub-page section#t4g-hero .hero-support-copy p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #tub-4-grub-page section#t4g-hero .one-row-imgs img {
    max-height: 80px;
    margin: 0px auto;
    margin-bottom: 20px;
  }
}
#tub-4-grub-page section#t4g-eat-more {
  background: #ABD269;
  padding-top: 140px;
  position: relative;
  padding-bottom: 50px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #tub-4-grub-page section#t4g-eat-more {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
#tub-4-grub-page section#t4g-eat-more:after {
  width: 200%;
  height: 100px;
  background: #ABD269;
  content: "";
  position: absolute;
  bottom: -100px;
  transform: rotate(2deg) translate(-25%);
  z-index: 0;
}
#tub-4-grub-page section#t4g-eat-more h2 {
  text-align: center;
  padding-bottom: 20px;
}
#tub-4-grub-page section#t4g-eat-more .t4g-eat-more-steps img {
  display: inline-block;
  margin: 0px auto;
}
#tub-4-grub-page section#t4g-eat-more .t4g-eat-more-copy-wrapper {
  padding: 15px 0;
}
#tub-4-grub-page section#t4g-eat-more .t4g-eat-more-copy p {
  font-size: 24px;
  line-height: 27px;
  padding-top: 35px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #tub-4-grub-page section#t4g-eat-more .t4g-eat-more-copy p {
    padding-right: 0px;
    text-align: center;
  }
}
#tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper {
  padding: 15px 0;
}
#tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper .t4g-eat-more-share {
  cursor: pointer;
}
#tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper .t4g-eat-more-share img {
  width: 680px;
}
#tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser {
  width: 100%;
  height: 305px;
  background: url(../images/tub4grub/t4g-totaliser.svg);
  background-size: contain;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser {
    height: 250px;
  }
}
@media screen and (max-width: 991px) {
  #tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser {
    height: 188px;
  }
}
@media screen and (max-width: 767px) {
  #tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser {
    height: 188px;
    min-width: 283px;
    max-width: 283px;
    margin: 0px auto;
    margin-top: 40px;
    margin-left: 20px;
  }
}
#tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser .t4g-tt {
  left: 88px;
  top: 81px;
  width: 29px;
  height: 67px;
  position: absolute;
  font-size: 60px;
  padding-top: 22px;
  padding-left: 0px;
  color: #000000;
}
#tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser .t4g-tt.tt-2 {
  left: 119px;
  width: 32px;
}
#tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser .t4g-tt.tt-3 {
  left: 152px;
  width: 30px;
}
#tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser .t4g-tt.tt-4 {
  left: 183px;
  width: 34px;
}
#tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser .t4g-tt.tt-5 {
  left: 218px;
  width: 38px;
}
#tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser .t4g-tt.tt-6 {
  left: 277px;
  width: 31px;
}
#tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser .t4g-tt.tt-7 {
  left: 309px;
  width: 35px;
}
@media screen and (max-width: 1199px) {
  #tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser .t4g-tt {
    font-size: 45px;
    width: 25px;
    height: 66px;
    top: 55px;
    padding-top: 27px;
    left: 72px;
  }
  #tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser .t4g-tt.tt-2 {
    left: 99px;
    width: 26px;
  }
  #tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser .t4g-tt.tt-3 {
    left: 125px;
    width: 24px;
  }
  #tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser .t4g-tt.tt-4 {
    left: 150px;
    width: 27px;
    text-align: center;
  }
  #tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser .t4g-tt.tt-5 {
    left: 181px;
    width: 38px;
  }
  #tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser .t4g-tt.tt-6 {
    left: 228px;
    width: 31px;
  }
  #tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser .t4g-tt.tt-7 {
    left: 256px;
    width: 35px;
  }
}
@media screen and (max-width: 991px) {
  #tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser .t4g-tt {
    font-size: 32px;
    width: 25px;
    height: 66px;
    top: 33px;
    padding-top: 27px;
    left: 55px;
  }
  #tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser .t4g-tt.tt-2 {
    left: 74px;
    width: 26px;
  }
  #tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser .t4g-tt.tt-3 {
    left: 95px;
    width: 24px;
  }
  #tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser .t4g-tt.tt-4 {
    left: 110px;
    width: 27px;
    text-align: center;
  }
  #tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser .t4g-tt.tt-5 {
    left: 137px;
    width: 38px;
  }
  #tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser .t4g-tt.tt-6 {
    left: 173px;
    width: 31px;
  }
  #tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#t4g-totaliser .t4g-tt.tt-7 {
    left: 194px;
    width: 35px;
  }
}
#tub-4-grub-page section#t4g-social {
  padding: 100px 0;
  background: #fffce1;
}
#tub-4-grub-page section#t4g-social .t4g-social-heading {
  margin-bottom: 60px;
}
#tub-4-grub-page section#t4g-social .t4g-social-content .t4g-social-item {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #tub-4-grub-page section#t4g-social .t4g-social-content .t4g-social-item {
    margin-bottom: 15px;
  }
  #tub-4-grub-page section#t4g-social .t4g-social-content .t4g-social-item:nth-child(even) {
    padding-left: 7.5px;
  }
  #tub-4-grub-page section#t4g-social .t4g-social-content .t4g-social-item:nth-child(odd) {
    padding-right: 7.5px;
  }
}
#tub-4-grub-page #t4g-ideas {
  padding-top: 50px;
  background: #00AEEF;
  position: relative;
  padding-bottom: 100px;
}
#tub-4-grub-page #t4g-ideas:after {
  width: 200%;
  height: 100px;
  background: #00AEEF;
  content: "";
  position: absolute;
  bottom: 0px;
  transform: rotate(-2deg) translate(-25%);
  z-index: 0;
}
#tub-4-grub-page #t4g-ideas .t4g-ideas-heading h2 {
  font-size: 45px;
}
#tub-4-grub-page #t4g-ideas .t4g-ideas-heading p {
  font-size: 24px;
  line-height: 27px;
}
#tub-4-grub-page #t4g-ideas h2 {
  font-size: 32px;
  margin: 20px 0;
}
#tub-4-grub-page #t4g-ideas .t4g-ideas-recipes .t4g-recipe-item {
  margin-bottom: 15px;
}
#tub-4-grub-page #t4g-ideas .t4g-ideas-recipes .t4g-recipe-item:nth-child(even) {
  padding-left: 7.5px;
}
#tub-4-grub-page #t4g-ideas .t4g-ideas-recipes .t4g-recipe-item:nth-child(odd) {
  padding-right: 7.5px;
}
@media screen and (max-width: 767px) {
  #tub-4-grub-page .t4g-idea-item {
    margin-bottom: 15px;
  }
  #tub-4-grub-page .t4g-idea-item:nth-child(1),
  #tub-4-grub-page .t4g-idea-item:nth-child(3) {
    padding-right: 7.5px;
  }
  #tub-4-grub-page .t4g-idea-item:nth-child(2),
  #tub-4-grub-page .t4g-idea-item:nth-child(4) {
    padding-left: 7.5px;
  }
}
#tub-4-grub-page section#t4g-win {
  padding: 100px 0 50px 0;
  background: #fffce1;
}
#tub-4-grub-page section#t4g-win .t4g-win-image {
  text-align: center;
  cursor: pointer;
}
#tub-4-grub-page section#t4g-win .t4g-win-image img {
  width: 1040px;
  margin: 0px auto;
}
#tub-4-grub-page section#t4g-more {
  background: #ABD269;
  padding: 30px;
}
#tub-4-grub-page section#t4g-more .t4g-more-item {
  width: 220px;
  text-align: center;
  margin: 0px auto;
  max-width: 100%;
}
#tub-4-grub-page section#t4g-more .t4g-more-item.t4g-proudly-support {
  width: 300px;
}
#tub-4-grub-page section#t4g-more .t4g-more-image {
  height: 210px;
}
#tub-4-grub-page section#t4g-more .t4g-more-image .m-table {
  width: 100%;
  height: 100%;
}
#tub-4-grub-page section#t4g-more .t4g-more-image .m-table .m-cell {
  vertical-align: middle;
}
#tub-4-grub-page section#t4g-more .t4g-more-item-social img {
  display: inline-block;
  width: 60px;
  margin: 5px;
}
#tub-4-grub-page section#t4g-support {
  padding: 80px 0 0 0;
  background: #191e24;
}
#tub-4-grub-page section#t4g-support h2,
#tub-4-grub-page section#t4g-support p {
  color: #FFFCE1;
}
#tub-4-grub-page section#t4g-support p {
  font-size: 24px;
  line-height: 27px;
}
#t4g-popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  opacity: 0.0;
}
.t4g-popup {
  display: none;
  opacity: 0.0;
  position: absolute;
  padding: 60px 50px;
  background: #fffce1;
  width: 850px;
  max-width: 94%;
  min-height: 200px;
  z-index: 3;
  left: 50%;
  top: 200px;
  z-index: 1000;
  -webkit-transform: translate3d(-50%, 0, 0) scale(1);
  -moz-transform: translate3d(-50%, 0, 0) scale(1);
  -o-transform: translate3d(-50%, 0, 0) scale(1);
  -ms-transform: translate3d(-50%, 0, 0) scale(1);
  transform: translate3d(-50%, 0, 0) scale(1);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.43);
  border-radius: 0;
}
.t4g-popup .t4g-popup-close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  background: url(../images/tub4grub/icon_menu_open_black.svg);
  background-position: center;
  background-size: contain;
  top: 20px;
  cursor: pointer;
}
.t4g-popup p {
  font-size: 24px;
  line-height: 27px;
}
.t4g-popup .section-text {
  width: 580px;
}
.t4g-popup input[type='submit'] {
  font-family: 'collective';
  text-transform: lowercase;
  border: none;
  padding: 10px 25px 12px 25px;
  font-size: 40px;
  display: inline-block;
  margin-top: 30px;
  color: #FFFBE3;
  background: #14171C;
  border-radius: 8px;
}
.t4g-popup .no-border {
  border: none!important;
}
.t4g-popup .special-pad {
  padding-top: 25px!important;
}
.t4g-popup .t4g-faqs-image {
  cursor: pointer;
}
.t4g-popup .gform_body ul li {
  border-bottom: 2px solid black;
  clear: both;
  padding: 10px 0 5px 0;
  overflow: hidden;
}
.t4g-popup .gform_body .ginput_container.ginput_container_checkbox {
  float: left;
}
.t4g-popup .gform_body .gfield_checkbox {
  position: relative;
  padding-left: 40px;
  font-family: "collective";
  border: none;
}
.t4g-popup .gform_body .gfield_checkbox li {
  border: none;
  padding: 0;
}
.t4g-popup .gform_body .gfield_checkbox li label {
  font-family: "collective";
}
.t4g-popup .gform_body .gfield_checkbox li input {
  position: absolute;
  left: 0px;
  top: -4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 30px;
  height: 30px;
  background: url(../images/tub4grub/checkbox.svg);
  background-size: contain!important;
  background-repeat: no-repeat !important;
  outline: none;
}
.t4g-popup .gform_body .gfield_checkbox li input:checked {
  background: url(../images/tub4grub/checkbox-checked.svg);
}
.t4g-popup .email-btn {
  font-family: 'collective';
  text-transform: lowercase;
  border: none;
  padding: 10px 25px 12px 25px;
  font-size: 40px;
  display: inline-block;
  margin-top: 30px;
  color: #FFFBE3;
  background: #14171C;
  border-radius: 8px;
}
.t4g-popup .t4g-popup-bottom {
  margin-top: 30px;
  float: left;
}
.t4g-popup .t4g-accordion h3 {
  margin: 0;
  cursor: pointer;
  outline: none;
  padding: 15px 40px 15px 15px;
  position: relative;
  margin-bottom: 20px;
  text-transform: lowercase;
  margin-left: auto;
  margin-right: auto;
  float: left;
  width: 100%;
}
.t4g-popup .t4g-accordion h3:hover {
  background-image: url(../images/faqs/question-bar.png);
  background-size: cover;
  color: #FFFCE1;
}
.t4g-popup .t4g-accordion h3:hover .ui-accordion-header-icon {
  background: url(../images/faqs/plus.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.t4g-popup .t4g-accordion h3.ui-accordion-header-active {
  background-image: url(../images/faqs/question-bar.png);
  background-size: cover;
  color: #FFFCE1;
}
.t4g-popup .t4g-accordion h3.ui-accordion-header-active .ui-accordion-header-icon {
  position: absolute;
  right: 18px;
  top: 29px;
  width: 22px;
  height: 25px;
  background: url(../images/faqs/minus.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.t4g-popup .t4g-accordion h3:after {
  position: absolute;
  content: '';
  width: 745px;
  left: 0;
  bottom: -10px;
  height: 6px;
  background-image: url(../images/dots.svg);
  background-repeat: repeat-x;
  background-size: contain;
}
.t4g-popup .t4g-accordion .ui-accordion-content {
  padding: 15px 15px 45px 15px;
  float: left;
  width: 100%;
}
.t4g-popup .t4g-accordion .ui-accordion-content p {
  float: left;
  width: 100%;
}
.t4g-popup .t4g-accordion .ui-accordion-header-icon {
  position: absolute;
  right: 18px;
  width: 21px;
  height: 25px;
  background: url(../images/faqs/plus-black.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 20px;
}
.t4g-popup .t4g-aah-image {
  text-align: center;
  margin: 40px 0;
}
.t4g-popup .t4g-aah-image img {
  display: inline-block;
}
.t4g-popup .t4g-popup-bottom {
  width: 100%;
}
#t4g-aah .email-btn {
  display: inline-block;
}
#t4g-aah p {
  margin-bottom: 30px;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
/* WHO WE ARE SHORT */
section.who-we-are-short {
  background: #00a5e0;
  text-align: center;
  font-family: "collective";
  margin-bottom: -1px;
}
@media screen and (max-width: 767px) {
  section.who-we-are-short {
    min-height: 500px;
  }
  section.who-we-are-short .visible-xs.col-sm-12 {
    padding: 0 !important;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #who-we-are .section-text {
    font-size: 1.28571429em;
  }
}
@media screen and (max-width: 767px) {
  #who-we-are {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
  }
  #who-we-are section.who-we-are-short {
    min-height: 0px;
    padding-bottom: 30px;
    padding-top: 10px;
  }
  #who-we-are section.hero {
    padding-top: 120px!important;
  }
}
#who-we-are section.hero {
  padding-top: 170px;
  background: #00A5E0;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #who-we-are section.hero {
    padding-top: 70px;
  }
}
#who-we-are section.who-we-are-about {
  background: #00A5E0;
}
@media (max-width: 500px) {
  #who-we-are section.who-we-are-about {
    padding: 0 10px;
    position: relative;
    z-index: 8;
  }
}
#who-we-are section.who-we-are-about .col-left-2 {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  #who-we-are section.who-we-are-about .col-left-2 {
    padding-top: 0px;
  }
}
#who-we-are section.who-we-are-about p {
  font-size: 1.78571429em;
  line-height: 1.15384615em;
  margin-bottom: 30px;
  color: #000;
}
@media (min-width: 767px) and (max-width: 992px) {
  #who-we-are section.who-we-are-about p {
    font-size: 1.28571429em;
  }
}
@media screen and (max-width: 767px) {
  #who-we-are section.who-we-are-about p {
    margin-bottom: 15px;
  }
}
#who-we-are section.who-we-are-about .row {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #who-we-are section.who-we-are-about .row {
    margin-bottom: -1px;
  }
}
#who-we-are section.who-we-are-about .image-1 {
  width: 470px;
}
@media screen and (max-width: 767px) {
  #who-we-are section.who-we-are-about .image-1 {
    margin-bottom: 15px;
  }
}
#who-we-are section.who-we-are-about .image-2 {
  width: 550px;
}
@media screen and (max-width: 767px) {
  #who-we-are section.who-we-are-about .image-2 {
    margin-top: 15px;
  }
}
#who-we-are section.who-we-are-about .inner {
  padding-top: 0;
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  #who-we-are section.who-we-are-about .inner {
    padding-bottom: 0px;
  }
}
#who-we-are section.make-it-happen {
  background: #191e24;
  position: relative;
  margin-bottom: -1px;
}
#who-we-are section.make-it-happen p {
  font-size: 1.78571429em;
  line-height: 1.15384615em;
  color: #FFFCE1;
}
@media screen and (max-width: 767px) {
  #who-we-are section.make-it-happen img {
    margin-top: 30px;
  }
}
#who-we-are section.make-it-happen .make-it-happen-content {
  margin-top: 100px;
  max-width: 100%;
  width: 480px;
}
@media screen and (max-width: 992px) {
  #who-we-are section.make-it-happen .make-it-happen-content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #who-we-are section.make-it-happen .make-it-happen-content {
    margin: 0 auto;
  }
}
#who-we-are section.make-it-happen:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -99px;
  height: 100px;
  width: 100%;
  background: url("../images/who-we-are/black-transition.png");
  background-position: center;
  background-repeat: no-repeat;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#win {
  background: #FFFCE1;
}
#win .hero {
  padding-top: 170px;
}
#win .coffee-maker {
  position: relative;
  margin-top: 30px;
  background-color: #fff;
}
#win .coffee-maker__intro {
  position: absolute;
  text-align: center;
  margin-left: 100px;
}
#win .coffee-maker__intro ._title {
  font-size: 10em;
  margin: 0;
}
#win .coffee-maker__intro ._subtitle {
  font-size: 2.28571429em;
  font-family: 'collective';
  display: block;
}
#win .coffee-maker__intro ._image {
  width: 68px;
  display: block;
  float: right;
  margin-top: 20px;
}
#win .form {
  padding-top: 60px;
  padding-bottom: 70px;
}
#win .form__required-notice {
  font-size: 1.35714286em;
  display: block;
  margin-top: 20px;
}
#win .terms {
  padding-bottom: 105px;
}
#win .terms__title {
  position: relative;
  font-size: 2.28571429em;
  width: 100%;
  padding: 20px 0 20px 0;
  cursor: pointer;
}
#win .terms__title:before {
  content: '';
  position: absolute;
  background-image: url("../images/dots.svg");
  width: 100%;
  height: 6px;
  background-repeat: repeat-x;
  top: 0;
}
#win .terms__title:after {
  content: '';
  position: absolute;
  background-image: url("../images/dots.svg");
  width: 100%;
  height: 6px;
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
}
#win .terms__icon--plus {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  background-image: url('../images/our-collective-people/plus-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 7px;
}
#win .terms__icon--minus {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  background-image: url('../images/our-collective-people/minus-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 7px;
}
#win .terms__content {
  font-size: 22px;
  line-height: 29px;
  display: none;
}
