/*---------------------------------------------------
    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: 170px;
  margin: 0px auto;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  #awesometa .unearth-more__image {
    max-height: 140px;
  }
}
@media screen and (max-width: 992px) {
  #awesometa .unearth-more__image {
    max-height: 105px;
  }
}
#awesometa .unearth-more__subtitle {
  text-align: center;
  font-size: 1.78571429em;
}

/*---------------------------------------------------
    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 #ajax_posts {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#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: 15%;
  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%);
  -moz-transform: scale(0.925);
  -o-transform: scale(0.925);
  -webkit-transform: scale(0.925);
  transform: scale(0.925);
  -o-transition: transform 300ms ease-out;
  -moz-transition: transform 300ms ease-out;
  -webkit-transition: transform 300ms ease-out;
  transition: transform 300ms ease-out;
}
#blackboard .blog-categories-list li.bFilter a img:hover {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
#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;
}
@media screen and (max-width: 991px) {
  #collaboration .hero {
    background-position: 60%;
  }
}
@media screen and (max-width: 767px) {
  #collaboration .hero {
    background-position: 80%;
    padding-top: 70px;
  }
}
#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
  ---------------------------------------------------*/
/* COLORS */
body.page-template-our-collective-people #header .icon.menu.closed {
  background: url("../images/header/icon_menu_closed.svg");
}
body.page-template-our-collective-people #header .menu-button span {
  color: #FFFCE1;
}
.page-template-our-collective-people .logo .visible-menu-closed {
  display: none!important;
}
.page-template-our-collective-people .logo .visible-menu-open {
  display: block!important;
}
.col-lg-45 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .col-lg-45 {
    width: 37.5%;
  }
}
#collective-people {
  background: #191e24;
}
#collective-people .intro {
  padding-top: 170px;
}
@media (max-width: 500px) {
  #collective-people .intro {
    padding-top: 120px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #collective-people .intro {
    padding-top: 50px;
  }
}
#collective-people .intro .section-title,
#collective-people .intro .section-text {
  color: #FFFCE1;
}
#collective-people .intro .section-title:after {
  background-image: url("../images/footer/separator.svg");
}
#collective-people .intro .section-title {
  position: relative;
}
#collective-people .intro .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) {
  #collective-people .intro .section-title:before {
    display: none;
  }
}
#collective-people .team {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  #collective-people .team {
    padding: 20px 0 10px 0;
  }
}
@media screen and (min-width: 768px) {
  #collective-people .team > .container > .row > .col-lg-10 > .row {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#collective-people .team__card {
  height: 333px;
}
#collective-people .team__card .front {
  -webkit-backface-visibility: hidden;
  backface-visiblity: hidden;
  z-index: 2;
}
#collective-people .team__card .back {
  -webkit-backface-visibility: hidden;
  backface-visiblity: hidden;
}
@media (min-width: 1200px) {
  #collective-people .team__card {
    height: 285px;
  }
}
@media (max-width: 500px) {
  #collective-people .team__card {
    height: 382px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  #collective-people .team__card {
    height: 375px !important;
    width: 46%;
    margin: 0px 10px;
    float: left;
  }
}
#collective-people .team__card ._header {
  height: 51px;
  display: -webkit-flex;
  display: flex;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
  position: relative;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#collective-people .team__card ._header ._title {
  font-size: 1.35714286em;
  margin: auto;
  text-align: center;
  width: 80%;
}
#collective-people .team__card ._header: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;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: inherit;
}
#collective-people .team__card .back ._header:after {
  background-image: url('../images/our-collective-people/minus-icon.png');
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: inherit;
}
#collective-people .team__card ._footer {
  font-size: 1.28571429em;
  text-align: center;
  font-family: 'collective';
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#collective-people .team__card ._footer p {
  margin: 0;
  padding: 5px 0;
}
#collective-people .team__card ._content {
  background: #FFFCE1;
  position: relative;
  height: 220px;
}
@media (min-width: 1200px) {
  #collective-people .team__card ._content {
    height: 170px;
  }
}
@media (max-width: 1200px) {
  #collective-people .team__card ._content {
    height: 220px;
  }
}
@media (max-width: 500px) {
  #collective-people .team__card ._content {
    height: 276px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  #collective-people .team__card ._content {
    height: 247px !important;
  }
}
#collective-people .team__card ._content p {
  font-size: 15px;
  line-height: 16px;
}
@media (max-width: 530px) {
  #collective-people .team__card ._content p {
    font-size: 20px;
    line-height: 22px;
  }
}
#collective-people .team__card .front ._content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 45px;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
#collective-people .team__card .front ._content img {
  z-index: inherit;
  position: absolute;
  bottom: 0px;
  left: 0;
  max-height: 100%;
}
@media (max-width: 767px) and (orientation: landscape) {
  #collective-people .team__card .front ._content img {
    position: relative;
    margin: 0 auto;
    left: 0 !important;
  }
}
#collective-people .team__card .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;
}
#collective-people .team__card .back ._content {
  padding: 10px;
  overflow-y: scroll;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
#collective-people .team__card .back ._content p:last-child {
  margin: 0;
}
#collective-people .team__card:hover .front ._content {
  background: #F09A00;
}
@media (min-width: 500px) and (max-width: 767px) {
  #collective-people .team__card--double {
    width: 95.5%;
  }
}
#collective-people .team__card--double .front ._content {
  padding-top: 45px;
}
@media screen and (max-width: 1200px) {
  #collective-people .team__card--double .front ._content {
    height: 255px!important;
  }
}
@media screen and (max-width: 992px) {
  #collective-people .team__card--double .front ._content {
    height: 285px!important;
  }
}
#collective-people .team__card--double .front ._content img {
  max-height: 90%;
  left: 0px;
}
@media screen and (max-width: 1200px) {
  #collective-people .team__card--double .back ._content {
    height: 255px!important;
  }
}
@media screen and (max-width: 992px) {
  #collective-people .team__card--double .back ._content {
    height: 285px!important;
  }
}
#collective-people .team__card--blue header,
#collective-people .team__card--blue footer {
  background-color: #00A5E0;
}
#collective-people .team__card--blue:hover .front ._content {
  background: #00A5E0;
}
#collective-people .team__card--pink header,
#collective-people .team__card--pink footer {
  background-color: #EC008C;
}
#collective-people .team__card--pink:hover .front ._content {
  background: #EC008C;
}
#collective-people .team__card--yellow header,
#collective-people .team__card--yellow footer {
  background-color: #FFD700;
}
#collective-people .team__card--yellow:hover .front ._content {
  background-color: #FFD700;
}
#collective-people .team__card--purple header,
#collective-people .team__card--purple footer {
  background-color: #84569D;
}
#collective-people .team__card--purple:hover .front ._content {
  background-color: #84569D;
}
#collective-people .team__card--orange header,
#collective-people .team__card--orange footer {
  background-color: #F09A00;
}
#collective-people .team__card--orange:hover .front ._content {
  background-color: #F09A00;
}

/* COLORS */

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
.no-rel {
  position: static !important;
}
.brownlee-bg-spread {
  background: url('../images/alfie/brownlee-bg.jpg') no-repeat center center;
  background-size: contain;
  background-position: center top;
  width: 120%;
  margin-left: -10%;
  position: relative;
}
.brownlee-bg-spread img.img-responsive {
  position: absolute;
  left: 15%;
  bottom: 3%;
}
@media screen and (max-width: 1199px) {
  .brownlee-bg-spread img.img-responsive {
    max-width: 250px;
    left: 18%;
    bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .brownlee-bg-spread img.img-responsive {
    left: 12%;
    bottom: 0;
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .brownlee-bg-spread {
    height: 500px;
    width: 150%;
    background-size: cover;
    margin-left: -25%;
  }
}
@media screen and (min-width: 768px) {
  .brownlee-bg-spread {
    height: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .brownlee-bg-spread {
    height: 750px;
  }
}
.community-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;
}
#community-support-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;
}
@media screen and (max-width: 767px) {
  #community-support-popup {
    padding: 40px 20px;
  }
}
#community-support-popup .gform_body li.gfield:nth-child(3),
#community-support-popup .gform_body li.gfield:nth-child(4),
#community-support-popup .gform_body li.gfield.gfield_html {
  border-bottom: none;
}
#community-support-popup .gform_body li.gfield.gfield_html p {
  font-size: 1.42857143em;
}
#community-support-popup .gform_body textarea {
  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;
}
#community-support-popup .gform_footer p {
  max-height: 0px !important;
  margin-bottom: 0 !important;
}
#community-support-popup .gform_footer .gform_button {
  width: 100%;
  max-width: 100px;
  margin-top: 10px;
  background: #1A1E25;
  border-radius: 6px;
  border: none;
  color: #FFFCE1;
  font-family: 'collective';
  font-size: 1.78571429em;
  padding: 5px;
  text-transform: lowercase;
  margin-top: 30px;
}
#community-support-popup .gform_footer .gform_button:hover,
#community-support-popup .gform_footer .gform_button:focus {
  color: #56A6E0;
}
@media screen and (max-width: 767px) {
  #community-support-popup .gform_footer {
    text-align: center;
  }
}
#community-support-popup .gform_confirmation_message {
  font-size: 1.42857143em;
  text-align: center;
}
#community-support-popup .community-support-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;
}
#our-community {
  overflow: hidden;
}
#our-community section:not(.hero) .section-text {
  width: 900px;
}
#our-community .hero {
  background: #FFFCE1;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #our-community .hero {
    padding-top: 120px;
  }
}
#our-community #community-brownlee {
  background: #00aeef;
  position: relative;
  padding-bottom: 50px;
}
#our-community #community-brownlee:before {
  background: #00aeef;
  height: 150px;
  position: absolute;
  content: "";
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  width: 110%;
  left: -5%;
  top: -75px;
}
#our-community #community-brownlee > .container > .row {
  margin-top: -30px;
  text-align: center;
}
#our-community #community-plum {
  background: #FFFCE1;
  padding-bottom: 100px;
  padding-top: 20px;
}
#our-community #community-plum img.img-responsive {
  margin-top: 30px;
  margin-bottom: 30px;
}
#our-community #community-t4g {
  position: relative;
  background: #ABD269;
  padding-bottom: 30px;
}
#our-community #community-t4g:before {
  background: #ABD269;
  height: 150px;
  position: absolute;
  content: "";
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  width: 110%;
  left: -5%;
  top: -75px;
}
#our-community #community-t4g > .container > .row {
  margin-top: -30px;
  text-align: center;
}
#our-community #community-support {
  padding: 20px 0 40px;
  background: #FFFCE1;
}
#our-community #community-support > .container > .row {
  text-align: center;
}
#our-community img.img-responsive {
  margin: 0 auto;
}
#our-community .btn.btn-black {
  padding: 3px 7px !important;
  font-size: 22px !important;
  line-height: 24px !important;
}

/*---------------------------------------------------
    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 */
.background-angled-blue {
  position: relative;
}
.background-angled-blue p {
  margin-top: -80px;
}
.background-angled-blue::before {
  content: "";
  position: absolute;
  top: -110px;
  left: -5%;
  height: 220px;
  background: #08437b;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  width: 110%;
}
@media screen and (max-width: 767px) {
  .background-angled-blue::before {
    height: 160px;
  }
}
input#scroll-to-form:hover,
input#scroll-to-form:focus {
  color: #56A6E0;
}
.form-label-no-line {
  border: none !important;
}
.form-label-no-line label {
  font-family: 'collective' !important;
}
.form-label-no-line label a {
  color: #333;
}
#gform_17 .gform_footer p {
  height: 0px !important;
}
#gform_17 .gform_body .ginput_container_text,
#gform_17 .gform_body .ginput_container_email {
  width: 50%;
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  #gform_17 .gform_body .ginput_container_text,
  #gform_17 .gform_body .ginput_container_email {
    margin-left: 0;
    display: block;
    width: 100%;
  }
}
#gform_17 .gform_body ul li {
  clear: both;
  padding: 25px 0 10px 0;
  overflow: hidden;
}
#gform_17 #field_17_10 {
  border-bottom: none;
  padding-bottom: 0px;
}
#gform_17 .ginput_list table.gfield_list {
  width: 100%;
  margin-top: -30px;
}
#gform_17 .ginput_list table.gfield_list td.gfield_list_cell {
  padding-left: 180px;
  padding-bottom: 10px;
  border-bottom: 2px solid black;
}
@media screen and (max-width: 767px) {
  #gform_17 .ginput_list table.gfield_list td.gfield_list_cell {
    padding-left: 0px;
    padding-top: 30px !important;
  }
}
#gform_17 .ginput_list table.gfield_list tr.gfield_list_group {
  position: relative;
}
#gform_17 .ginput_list table.gfield_list tr.gfield_list_group:not(:first-of-type) td.gfield_list_cell {
  padding-top: 25px;
}
#gform_17 .ginput_list table.gfield_list tr.gfield_list_group:not(:first-of-type) td.gfield_list_icons .add_list_item {
  margin-top: 12px;
}
#gform_17 .ginput_list table.gfield_list td.gfield_list_icons .add_list_item {
  width: 15px !important;
  height: 15px !important;
  position: absolute;
  right: 20px;
  opacity: 1 !important;
}
#gform_17 .ginput_list table.gfield_list td.gfield_list_icons .delete_list_item {
  height: 0px !important;
  width: 0px !important;
}
#gform_17 .checkbox-class {
  border: none !important;
  padding-top: 0;
}
#gform_17 .checkbox-class label {
  font-family: 'collective';
  width: auto;
  font-size: 1.78571429em;
}
#gform_17 .checkbox-class label a {
  color: #333;
}
#gform_17 .checkbox-class:not(:last-child) {
  margin-top: 25px;
}
@media screen and (max-width: 560px) {
  #gform_17 .checkbox-class:not(:last-child) {
    position: relative;
  }
  #gform_17 .checkbox-class:not(:last-child) span.gfield_required {
    position: absolute;
    top: 32px;
    left: 30px;
  }
}
#gform_17 .checkbox-class:last-child {
  padding-top: 0;
}
#gform_17 .checkbox-class .gfield_checkbox li {
  padding: 0;
}
#gform_17 .checkbox-class .gfield_checkbox li a {
  text-decoration: underline;
}
#gform_17 input[type="submit"] {
  font-size: 1.64285714em;
  padding: 5px 15px;
  margin-top: 40px;
}
#gform_17 input[type="submit"]:hover,
#gform_17 input[type="submit"]:focus {
  color: #56A6E0;
}
.gform_confirmation_message_17 {
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
  color: #191e24;
  font-family: 'collective';
  margin-bottom: 20px;
  text-transform: lowercase;
}

/*---------------------------------------------------
    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;
}
#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;
}
#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 .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 */
/* FONTS */
@font-face {
  font-family: 'collective';
  src: url('../fonts/collective-webfont.eot');
  src: url('../fonts/collective-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/collective-webfont.woff2') format('woff2'), url('../fonts/collective-webfont.woff') format('woff'), url('../fonts/collective-webfont.ttf') format('truetype'), url('../fonts/collective-webfont.svg#collectivemedium') format('svg');
  font-weight: normal;
  font-style: 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;
}
.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;
}
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: -160px;
  position: relative;
}
@media (min-height: 1080px) {
  #good-stuff .m-table .m-cell .single-text-block {
    top: -230px;
  }
}
#good-stuff .swiper-pagination.swiper-pagination-bullets {
  position: absolute;
  z-index: 10;
  bottom: 15px;
  right: 0%;
  left: auto;
}
@media screen and (max-width: 768px) {
  #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,
#gform_5 li#field_5_8 {
  border-bottom: 0;
}
#gform_5 li#field_5_8 {
  margin-bottom: -20px;
}
#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: 90%;
  }
}
#gform_5 li#field_5_5 .nice-select:after {
  display: none !important;
}
#gform_5 li#field_5_6,
#gform_5 li#field_5_10 {
  padding: 0;
}
#gform_5 li#field_5_6 #label_5_6_1,
#gform_5 li#field_5_10 #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,
  #gform_5 li#field_5_10 #label_5_6_1 {
    max-width: 80%;
  }
}
#gform_5 .ginput_container_select:after {
  top: 16px;
  right: 110px;
  pointer-events: none;
}
#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,
#gform_5 .gchoice_5_10_1 {
  line-height: 28px;
  padding-top: 0;
  padding-bottom: 15px;
}
#gform_5 #choice_5_6_1,
#gform_5 #choice_5_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_5 #choice_5_6_1:before,
#gform_5 #choice_5_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_5 #choice_5_10_1:checked:before {
  background: url("../images/win/checkbox_checked.svg");
  background-size: 100%!important;
}
#gform_5 #gform_submit_button_5 {
  width: 100%;
  max-width: 80px;
  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 {
    bottom: 130px;
    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;
}
#label_5_10_1,
#label_24_8_1 {
  max-width: calc(80%);
}
#field_26_1 {
  border-bottom: 2px solid black;
}
#field_24_8 span.gfield_required,
#field_5_10 span.gfield_required {
  display: none;
}

/*---------------------------------------------------
    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.social {
  margin-right: 35px;
}
.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: 20%;
  vertical-align: top;
  padding: 0 20px;
  float: left;
}
@media screen and (max-width: 768px) {
  #menu-main-menu > li {
    width: 50%;
    margin-bottom: 20px;
  }
}
#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.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_black.svg");
}
#header .icon.home {
  background: url("../images/header/icon_hm.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.social {
  z-index: 10;
  position: relative;
  float: right;
  -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.social ul {
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
}
#header div.module.social li {
  margin-top: 0px;
}
#header div.module.social li img {
  width: 20px;
  margin-bottom: 4px;
}
#header div.module.social li img.rollover {
  display: none;
}
#header div.module.social li:hover img.rollover {
  display: inline;
}
#header div.module.social li:hover img:not(.rollover) {
  display: 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,
  #header div.module.social {
    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;
  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;
}
.social-cta .reveal {
  float: left;
  padding-left: 20px;
}
.social-cta .reveal li {
  margin-top: 10px;
}
.social-cta .reveal li img {
  width: 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: 15%;
  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%);
  -moz-transform: scale(0.925);
  -o-transform: scale(0.925);
  -webkit-transform: scale(0.925);
  transform: scale(0.925);
  display: block;
  margin: 10px auto 20px auto;
  -o-transition: transform 300ms ease-out;
  -moz-transition: transform 300ms ease-out;
  -webkit-transition: transform 300ms ease-out;
  transition: transform 300ms ease-out;
}
#home .blog-categories-list li.bFilter a img:hover {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
#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: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: -120px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  #home .hero__images ._mobile-image {
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #home .hero__images ._mobile-image {
    max-width: 60%;
    margin-top: -50px;
  }
}
#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: 295px !important;
  }
}
@media (max-width: 767px) {
  #home .hero:after {
    height: 275px !important;
  }
}
@media (max-width: 570px) {
  #home .hero:after {
    height: 190px !important;
  }
}
@media (max-width: 500px) {
  #home .hero:after {
    height: 140px !important;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #home .hero:after {
    height: 150px !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 (min-width: 768px) {
  #home .the-goods .col-sm-4 {
    height: 340px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    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);
}
#home .the-goods__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 .the-goods__image {
    max-height: 180px;
  }
}
#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: 176px;
  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;
  }
}
#home .unearth-more__subtitle {
  text-align: center;
  font-size: 1.6em;
  color: #000;
  font-size: 1.78571429em;
}
#home .good-stuff {
  background-color: #addbe8;
  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: #addbe8;
  top: -70px;
}
@media (max-width: 767px) and (orientation: landscape) {
  #home .good-stuff:before {
    top: -25px;
  }
}
#home .good-stuff img {
  position: relative;
}
#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%;
}
#home .good-stuff .good-stuff-illu .tub:after {
  content: "";
  background: url(../images/homepage/good-stuff-grass.png) no-repeat center bottom;
  background-size: contain;
  height: 10%;
  width: 100%;
  min-width: 200px;
  position: absolute;
  bottom: -15px;
  min-height: 80px;
}
#home .our-blackboard {
  background-image: url('../images/homepage/blackboard.jpg');
  background-size: cover;
  background-repeat: none;
  padding: 115px 0;
}
@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 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;
  }
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#header .logo img.visible-kids {
  display: none;
}
.page-template-alfie-landing #header .logo img.visible-menu-closed,
.page-template-alfie-brownlee #header .logo img.visible-menu-closed,
.page-template-alfie-challenge #header .logo img.visible-menu-closed,
.page-template-scootathlon #header .logo img.visible-menu-closed {
  display: none;
}
.page-template-alfie-landing #header .logo img.visible-menu-closed.visible-kids,
.page-template-alfie-brownlee #header .logo img.visible-menu-closed.visible-kids,
.page-template-alfie-challenge #header .logo img.visible-menu-closed.visible-kids,
.page-template-scootathlon #header .logo img.visible-menu-closed.visible-kids {
  display: block;
  max-width: 100%;
}
.page-template-alfie-landing .bike-cta,
.page-template-alfie-brownlee .bike-cta,
.page-template-alfie-challenge .bike-cta,
.page-template-scootathlon .bike-cta,
.page-template-alfie-landing .scoot-cta,
.page-template-alfie-brownlee .scoot-cta,
.page-template-alfie-challenge .scoot-cta,
.page-template-scootathlon .scoot-cta {
  display: none;
}
.page-template-alfie-landing .t4g-cta,
.page-template-alfie-brownlee .t4g-cta,
.page-template-alfie-challenge .t4g-cta,
.page-template-scootathlon .t4g-cta {
  top: 220px !important;
}
@media screen and (max-width: 767px) {
  .page-template-alfie-landing a.btn.visible-xs,
  .page-template-alfie-brownlee a.btn.visible-xs,
  .page-template-alfie-challenge a.btn.visible-xs,
  .page-template-scootathlon a.btn.visible-xs {
    display: inline-block !important;
  }
}
#kids-landing-page {
  overflow: hidden;
}
#kids-landing-page section.hero {
  padding-top: 90px;
  padding-bottom: 30px;
  background: #9ddcf9;
  position: relative;
}
#kids-landing-page section.hero:after {
  z-index: 0;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #62BB46;
  height: 275px;
}
@media screen and (max-width: 1199px) {
  #kids-landing-page section.hero:after {
    height: 235px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #kids-landing-page section.hero:after {
    height: 208px;
  }
}
@media screen and (max-width: 767px) {
  #kids-landing-page section.hero:after {
    background: #62BB46;
  }
}
#kids-landing-page section.hero canvas {
  position: absolute;
  left: 22%;
  top: 323px;
  z-index: 4;
}
#kids-landing-page section.hero div#jump-grass {
  background: url('../images/alfie/grass_front.png') no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 385px;
  left: calc(29% + 125px);
  z-index: 5;
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 1199px) {
  #kids-landing-page section.hero div#jump-grass {
    top: 305px;
  }
}
@media screen and (max-width: 991px) {
  #kids-landing-page section.hero div#jump-grass {
    top: 250px;
  }
}
@media screen and (max-width: 767px) {
  #kids-landing-page section.hero div#jump-grass {
    display: none;
  }
}
#kids-landing-page section.hero img.hero__overlay {
  max-width: 150%;
  margin-left: -25%;
  image-rendering: optimizeQuality;
  z-index: 3;
  position: relative;
  margin-top: 80px;
}
#kids-landing-page section.hero .container {
  z-index: 1;
  position: relative;
}
#kids-landing-page section.hero .section-text {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #kids-landing-page section.hero .container .col-md-10 {
    margin-top: 50px;
  }
  #kids-landing-page section.hero .container .col-md-10 canvas {
    left: 15%;
    top: 210px;
  }
}
@media screen and (max-width: 991px) {
  #kids-landing-page section.hero .section-title {
    margin-top: 55px;
  }
  #kids-landing-page section.hero img.hero__overlay {
    max-width: 140%;
    margin-left: -20%;
  }
  #kids-landing-page section.hero canvas {
    top: 88px;
    right: auto;
    left: calc(44% - 233px);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
  }
}
@media screen and (max-width: 767px) {
  #kids-landing-page section.hero .hero__overlay_mobile {
    height: 450px;
    width: 96vw;
    background: url('../images/alfie/kids_updated.png') no-repeat 52% 50%;
    background-size: 600px;
    margin-left: -15px;
    position: relative;
    z-index: 3;
    image-rendering: optimizeQuality;
  }
  #kids-landing-page section.hero canvas {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    top: 0px;
    right: -30px;
    left: auto;
    -webkit-transform-origin: 110% 50%;
    transform-origin: 110% 50%;
  }
}
#kids-landing-page section.kids-range {
  background: #FFFCE1;
  padding: 30px 0 10px;
  position: relative;
}
#kids-landing-page section.kids-range:after {
  width: 100%;
  position: absolute;
  z-index: 0;
  content: "";
  background: #FAF3DA;
  bottom: 0;
  height: 260px;
}
@media screen and (max-width: 991px) {
  #kids-landing-page section.kids-range:after {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  #kids-landing-page section.kids-range:after {
    height: 40%;
  }
}
@media screen and (max-width: 600px) {
  #kids-landing-page section.kids-range:after {
    height: 32%;
  }
}
#kids-landing-page section.kids-range .swiper-button-prev {
  left: 0;
  top: 42.5% !important;
  height: 50px;
  width: 50px;
}
#kids-landing-page section.kids-range .swiper-button-prev.swiper-button-disabled {
  display: none;
}
#kids-landing-page section.kids-range .swiper-button-next {
  right: 0;
  top: 42.5% !important;
  height: 50px;
  width: 50px;
}
#kids-landing-page section.kids-range .swiper-button-next.swiper-button-disabled {
  display: none;
}
#kids-landing-page section.kids-range .section-text {
  min-height: 145px;
}
#kids-landing-page section.kids-range .section-text #section-text-spoonies {
  display: none;
}
#kids-landing-page section.kids-range .swiper-button-container {
  position: relative;
}
#kids-landing-page section.kids-range .swiper-button-container .swiper-button-prev {
  left: 0px;
  z-index: 2;
  top: 140px !important;
}
@media screen and (max-width: 991px) {
  #kids-landing-page section.kids-range .swiper-button-container .swiper-button-prev {
    top: 160px !important;
  }
}
@media screen and (max-width: 767px) {
  #kids-landing-page section.kids-range .swiper-button-container .swiper-button-prev {
    top: 125px !important;
  }
}
#kids-landing-page section.kids-range .swiper-button-container .swiper-button-next {
  right: 0px;
  z-index: 2;
  top: 140px !important;
}
@media screen and (max-width: 991px) {
  #kids-landing-page section.kids-range .swiper-button-container .swiper-button-next {
    top: 160px !important;
  }
}
@media screen and (max-width: 767px) {
  #kids-landing-page section.kids-range .swiper-button-container .swiper-button-next {
    top: 125px !important;
  }
}
#kids-landing-page section.kids-range .range-products {
  margin: 0 30px;
}
#kids-landing-page section.kids-range .range-products .swiper-wrapper {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
#kids-landing-page section.kids-range .range-products .swiper-wrapper .swiper-slide {
  z-index: 1;
}
#kids-landing-page section.kids-range .range-products .swiper-wrapper .swiper-slide.slide-single {
  width: 20%;
}
@media screen and (max-width: 991px) {
  #kids-landing-page section.kids-range .range-products .swiper-wrapper .swiper-slide.slide-single {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  #kids-landing-page section.kids-range .range-products .swiper-wrapper .swiper-slide.slide-single {
    width: 100%;
  }
  #kids-landing-page section.kids-range .range-products .swiper-wrapper .swiper-slide.slide-single img.img-responsive {
    max-width: 72.5%;
  }
}
#kids-landing-page section.kids-range .range-products .swiper-wrapper .swiper-slide.slide-double {
  width: 33%;
}
#kids-landing-page section.kids-range .range-products .swiper-wrapper .swiper-slide.slide-double img.img-responsive {
  padding-left: 50px;
  padding-right: 40px;
  padding-top: 0px;
}
@media screen and (max-width: 991px) {
  #kids-landing-page section.kids-range .range-products .swiper-wrapper .swiper-slide.slide-double {
    width: 33%;
    padding-top: 0px;
  }
  #kids-landing-page section.kids-range .range-products .swiper-wrapper .swiper-slide.slide-double img.img-responsive {
    max-width: 90%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #kids-landing-page section.kids-range .range-products .swiper-wrapper .swiper-slide.slide-double {
    width: 100%;
    padding-top: 0;
    padding-left: 0px;
  }
  #kids-landing-page section.kids-range .range-products .swiper-wrapper .swiper-slide.slide-double img.img-responsive {
    max-width: 90%;
  }
}
#kids-landing-page section.kids-range .range-products .swiper-wrapper .swiper-slide .img-responsive {
  margin: 0 auto;
}
#kids-landing-page section.kids-range .range-icons {
  padding: 50px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#kids-landing-page section.kids-range .range-icons div.range-icon {
  height: 90px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 10px;
  filter: none;
  -webkit-filter: blur(0px);
}
#kids-landing-page section.kids-range .range-icons div.range-icon img {
  filter: none;
  -webkit-filter: blur(0px);
  max-height: 100%;
}
@media screen and (max-width: 991px) {
  #kids-landing-page section.kids-range .section-text {
    min-height: 130px;
  }
  #kids-landing-page section.kids-range .range-icons {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
  }
  #kids-landing-page section.kids-range .range-icons div.range-icon {
    height: auto;
    width: 18%;
    max-width: 80px;
  }
}
#kids-landing-page section.first:after {
  width: 100%;
  position: absolute;
  z-index: 0;
  content: "";
  background: #FAF3DA;
  bottom: 0;
  height: 160px;
}
@media screen and (max-width: 991px) {
  #kids-landing-page section.first:after {
    height: 30%;
  }
}
@media screen and (max-width: 767px) {
  #kids-landing-page section.first:after {
    height: 30%;
  }
}
@media screen and (max-width: 600px) {
  #kids-landing-page section.first:after {
    height: 150px;
  }
}
#kids-landing-page section.kids-brownlee {
  background: #00aeef;
  padding-top: 125px;
  padding-bottom: 50px;
  position: relative;
}
#kids-landing-page section.kids-brownlee div {
  z-index: 2;
}
#kids-landing-page section.kids-brownlee .brownlee-anim-container {
  background: url('../images/alfie/brownlee-bg.jpg') no-repeat center center;
  background-size: contain;
  background-position: center top;
  width: 120%;
  margin-left: -10%;
  position: static;
}
@media screen and (max-width: 767px) {
  #kids-landing-page section.kids-brownlee .brownlee-anim-container {
    height: 500px;
    width: 150%;
    background-size: cover;
    margin-left: -25%;
  }
}
@media screen and (min-width: 768px) {
  #kids-landing-page section.kids-brownlee .brownlee-anim-container {
    height: 480px;
  }
}
@media screen and (min-width: 1200px) {
  #kids-landing-page section.kids-brownlee .brownlee-anim-container {
    height: 750px;
  }
}
#kids-landing-page section.kids-brownlee #canvas-run {
  position: absolute;
  left: 50%;
  bottom: 210px;
  height: 200px;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
@media screen and (max-width: 1200px) {
  #kids-landing-page section.kids-brownlee #canvas-run {
    bottom: 140px;
  }
}
@media screen and (max-width: 991px) {
  #kids-landing-page section.kids-brownlee #canvas-run {
    bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  #kids-landing-page section.kids-brownlee #canvas-run {
    bottom: 88px;
    -webkit-transform: translate(-50%) scale(0.75);
    -moz-transform: translate(-50%) scale(0.75);
    -o-transform: translate(-50%) scale(0.75);
    -ms-transform: translate(-50%) scale(0.75);
    transform: translate(-50%) scale(0.75);
  }
}
@media screen and (max-width: 767px) {
  #kids-landing-page section.kids-brownlee .kids-nav-btn.visible-xs {
    display: inline-block !important;
  }
}
#kids-landing-page .kids-nav-btn {
  font-size: 23px !important;
  padding: 0 7px !important;
}
@media screen and (max-width: 991px) {
  #kids-landing-page .section-title {
    font-size: 2.5em;
    line-height: 38px;
    padding: 0 15px;
  }
  #kids-landing-page .section-text {
    font-size: 1.28571429em;
    line-height: 21px;
    padding: 0 15px;
  }
}
#kids-brownlee-page {
  overflow: hidden;
}
#kids-brownlee-page section.kids-challenges:after {
  height: 190px;
}
#kids-brownlee-page section.collective-kids-signup {
  padding: 125px 0 50px;
}
#kids-brownlee-page section.hero {
  padding: 90px 0 50px;
  background: #FFFCE1;
}
#kids-brownlee-page section.hero .row {
  position: relative;
}
#kids-brownlee-page section.hero h1.section-title {
  max-width: 400px;
  margin: 0 auto;
}
#kids-brownlee-page section.hero .section-text {
  width: 950px;
  max-width: 95%;
}
#kids-brownlee-page section.hero img.img-responsive {
  margin: 0 auto 0 20%;
  width: 480px;
}
#kids-brownlee-page section.hero canvas#canvas-jump-shadow {
  position: absolute;
  right: 15%;
  top: 30px;
  z-index: 2;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
@media screen and (max-width: 1199px) {
  #kids-brownlee-page section.hero canvas#canvas-jump-shadow {
    right: 5%;
  }
  #kids-brownlee-page section.hero img.img-responsive {
    margin: 0 auto 0 15%;
  }
}
@media screen and (max-width: 991px) {
  #kids-brownlee-page section.hero {
    padding: 170px 0 50px;
  }
  #kids-brownlee-page section.hero canvas#canvas-jump-shadow {
    right: 0;
    width: 300px;
    height: 500px;
  }
  #kids-brownlee-page section.hero img.img-responsive {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #kids-brownlee-page section.hero img.img-responsive {
    margin: 0 auto;
  }
}
#kids-brownlee-page section.timeline {
  background: #62bb46;
  padding: 30px 0;
  position: relative;
}
#kids-brownlee-page section.timeline .brownlee-timeline div#story-slider-wrapper {
  padding: 0 30px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  #kids-brownlee-page section.timeline .brownlee-timeline .section-inner {
    padding-bottom: 0px;
  }
}
#kids-brownlee-page section.timeline .brownlee-timeline .swiper-button-next {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  top: 45% !important;
}
@media screen and (max-width: 767px) {
  #kids-brownlee-page section.timeline .brownlee-timeline .swiper-button-next {
    top: 20% !important;
    right: 45px !important;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #kids-brownlee-page section.timeline .brownlee-timeline .swiper-button-next {
    right: 0px !important;
  }
}
#kids-brownlee-page section.timeline .brownlee-timeline .swiper-button-prev {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  top: 45% !important;
}
@media screen and (max-width: 767px) {
  #kids-brownlee-page section.timeline .brownlee-timeline .swiper-button-prev {
    top: 20% !important;
    left: 45px !important;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #kids-brownlee-page section.timeline .brownlee-timeline .swiper-button-prev {
    left: 0px !important;
  }
}
#kids-brownlee-page section.timeline .brownlee-timeline #story-slider {
  margin-top: 40px;
}
#kids-brownlee-page section.timeline .brownlee-timeline .story-item .story-image {
  margin-bottom: 20px;
}
#kids-brownlee-page section.timeline .brownlee-timeline .story-item .story-image img {
  width: 125px;
  max-width: 100%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #kids-brownlee-page section.timeline .section-title {
    font-size: 3em;
  }
}
#kids-brownlee-page section.foundation {
  background: url('../images/alfie/brownlee-sit-bg.jpg') no-repeat center bottom, linear-gradient(to right, #17488B 0%, #17488B 50%, #0F7C9B 50%, #0F7C9B 0%);
  background-size: auto;
  height: 980px;
  position: relative;
  margin-top: -100px;
}
#kids-brownlee-page section.foundation:before {
  content: "";
  position: absolute;
  top: -110px;
  left: -5%;
  height: 220px;
  background: #62bb46;
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  width: 110%;
  z-index: 1;
}
#kids-brownlee-page section.foundation .container {
  position: relative;
}
#kids-brownlee-page section.foundation .container .section-text {
  color: white;
  max-width: 350px;
  text-align: left;
  position: absolute;
  top: 50px;
  left: 0;
  padding-top: 60px;
}
#kids-brownlee-page section.foundation .container .section-text:after {
  content: "";
  position: absolute;
  background: url('../images/alfie/active-speech.png') no-repeat center center;
  background-size: contain;
  width: 200px;
  height: 200px;
  right: -700px;
  top: 95px;
  z-index: 10;
}
#kids-brownlee-page section.foundation .container .section-text:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -550px;
  background: url('../images/alfie/brownlee-foundation-logo.png') no-repeat center center;
  background-size: contain;
  width: 300px;
  height: 200px;
}
@media screen and (max-width: 991px) {
  #kids-brownlee-page section.foundation .container .section-text:before {
    bottom: -450px;
    left: -40px;
  }
}
@media screen and (max-width: 767px) {
  #kids-brownlee-page section.foundation .container .section-text:before {
    display: none;
  }
}
#kids-brownlee-page section.foundation .container canvas#canvas-thumbsup {
  position: absolute;
  top: 420px;
  right: -100px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
@media screen and (max-width: 1199px) {
  #kids-brownlee-page section.foundation .container .section-text {
    margin-left: -10px;
  }
  #kids-brownlee-page section.foundation .container .section-text:after {
    right: -660px;
    top: 100px;
  }
  #kids-brownlee-page section.foundation .container canvas#canvas-thumbsup {
    right: -190px;
  }
}
@media screen and (max-width: 991px) {
  #kids-brownlee-page section.foundation {
    background-size: 150%;
    height: 800px;
    background-position: 30% bottom;
  }
  #kids-brownlee-page section.foundation .container .section-text {
    margin-left: 0;
    max-width: 300px;
    top: 75px;
  }
  #kids-brownlee-page section.foundation .container .section-text:after {
    z-index: 5;
    right: -57vw;
    top: 30%;
    width: 125px;
    height: 125px;
  }
  #kids-brownlee-page section.foundation .container canvas#canvas-thumbsup {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    top: 270px;
    right: -35%;
  }
}
@media screen and (max-width: 767px) {
  #kids-brownlee-page section.foundation {
    background: url('../images/alfie/brownlee-sit-bg-mob.jpg') no-repeat center bottom, #223D82;
    background-size: 120%;
    height: 825px;
  }
  #kids-brownlee-page section.foundation .container .section-text {
    margin-left: 0;
    text-align: center;
    max-width: 100%;
    padding: 90px 10px 0;
  }
  #kids-brownlee-page section.foundation .container .section-text:after {
    background: url('../images/alfie/brownlee-foundation-logo.png') no-repeat center center;
    background-size: 250px;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    height: 120px;
    left: 0;
    top: 0;
  }
  #kids-brownlee-page section.foundation .container canvas#canvas-thumbsup {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    right: -190px;
    top: 385px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #kids-brownlee-page section.foundation {
    background-size: 100%;
    height: 1000px;
  }
  #kids-brownlee-page section.foundation .container canvas#canvas-thumbsup {
    top: 535px;
    right: -150px;
  }
}
#kids-brownlee-page section.video {
  background: #00aeef;
  padding: 40px 0 20px;
}
#kids-brownlee-page section.video .section-text {
  width: 800px;
  font-size: 1.64285714em;
}
@media screen and (max-width: 991px) {
  #kids-brownlee-page section.video .section-text {
    font-size: 1.28571429em;
  }
}
#kids-brownlee-page section.video .section-text iframe {
  margin: 30px auto;
}
#kids-brownlee-page section.video a.btn {
  font-size: 23px !important;
  padding: 0 7px !important;
}
@media screen and (max-width: 767px) {
  #kids-brownlee-page section.video .section-title {
    font-size: 2.64285714em;
  }
}
#kids-brownlee-page .kids-nav-btn {
  font-size: 23px !important;
  padding: 0 7px !important;
}
@media screen and (max-width: 991px) {
  #kids-brownlee-page .section-title {
    font-size: 2.5em;
    line-height: 38px;
    padding: 0 15px;
  }
  #kids-brownlee-page .section-text {
    font-size: 1.28571429em;
    line-height: 21px;
    padding: 0 15px;
  }
}
#kids-challenge-page {
  overflow: hidden;
  position: relative;
}
#kids-challenge-page .brownlee-logo-mobile {
  width: 100%;
  margin: 0 auto;
  background: url('../images/alfie/brownlee-logo-swim-after.png') no-repeat center center;
  background-size: contain;
  height: 100px;
  margin-top: 20px;
  display: block;
}
#kids-challenge-page .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: url("../images/alfie/knob.png");
  background-position: center!important;
  background-repeat: repeat-y !important;
  width: 15px;
  position: relative;
}
#kids-challenge-page .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:before {
  position: absolute;
  left: 0px;
  top: -7px;
  width: 100%;
  height: 8px;
  content: "";
  background: url("../images/alfie/knob_top.png");
}
#kids-challenge-page .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:after {
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: -7px;
  height: 8px;
  content: "";
  background: url("../images/alfie/knob_bot.png");
}
#kids-challenge-page .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  border-radius: 5px;
  width: 2px;
}
#kids-challenge-page section.hero {
  overflow: hidden;
  background: #b2d235;
  padding-top: 90px;
}
#kids-challenge-page section.hero .container {
  position: relative;
  z-index: 2;
}
#kids-challenge-page section.hero .section-title {
  width: 450px;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 420px) {
  #kids-challenge-page section.hero .section-title br {
    display: none;
  }
}
#kids-challenge-page section.hero .section-text {
  width: 500px;
}
#kids-challenge-page section.hero #challenge-swiper .swiper-slide {
  max-width: 85%;
  margin: 0 7.5%;
}
@media screen and (max-width: 991px) {
  #kids-challenge-page section.hero #challenge-swiper .swiper-slide {
    max-width: 80%;
    margin: 0 10%;
  }
}
@media screen and (max-width: 767px) {
  #kids-challenge-page section.hero #challenge-swiper .swiper-slide {
    max-width: 90%;
    margin: 0 5%;
  }
}
#kids-challenge-page section.hero #challenge-swiper .swiper-button-prev {
  left: 0;
  top: 42.5% !important;
  background: url("../images/alfie/challenge-prev.png") no-repeat center center;
  background-size: contain;
  height: 50px;
  width: 50px;
}
#kids-challenge-page section.hero #challenge-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
#kids-challenge-page section.hero #challenge-swiper .swiper-button-next {
  right: 0;
  top: 42.5% !important;
  background: url("../images/alfie/challenge-next.png") no-repeat center center;
  background-size: contain;
  height: 50px;
  width: 50px;
}
#kids-challenge-page section.hero #challenge-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
#kids-challenge-page section.hero #challenge-swiper .challenge-steps {
  background: #FFFCE1;
  border-radius: 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 15px 10px;
  margin-bottom: 60px;
}
#kids-challenge-page section.hero #challenge-swiper .challenge-steps .col-sm-3,
#kids-challenge-page section.hero #challenge-swiper .challenge-steps .col-sm-9 {
  padding: 0 5px;
}
#kids-challenge-page section.hero #challenge-swiper .challenge-steps .col-sm-3 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#kids-challenge-page section.hero #challenge-swiper .challenge-steps .col-sm-9 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#kids-challenge-page section.hero #challenge-swiper .challenge-steps .col-sm-9 h3,
#kids-challenge-page section.hero #challenge-swiper .challenge-steps .col-sm-9 h4,
#kids-challenge-page section.hero #challenge-swiper .challenge-steps .col-sm-9 p {
  width: 100%;
}
#kids-challenge-page section.hero #challenge-swiper .challenge-steps h3 {
  color: #00172c;
  font-size: 3.5em;
  margin: 0 0 5px;
}
#kids-challenge-page section.hero #challenge-swiper .challenge-steps h4 {
  font-family: Calibri, 'Trebuchet MS', sans-serif;
  color: #231f20;
  font-size: 1.92857143em;
  margin: 0 0 10px;
  font-weight: bold;
}
#kids-challenge-page section.hero #challenge-swiper .challenge-steps p {
  font-family: Calibri, 'Trebuchet MS', sans-serif;
  color: #231f20;
  font-size: 1.64285714em;
  margin: 0 0 8px;
}
#kids-challenge-page section.hero #challenge-swiper .challenge-steps p strong {
  height: 100%;
  display: inline-block;
  width: 22px;
  vertical-align: top;
}
#kids-challenge-page section.hero #challenge-swiper .challenge-steps p span {
  max-width: calc(100% - 30px);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #kids-challenge-page section.hero #challenge-swiper .challenge-steps {
    margin: 30px auto;
    max-width: 95%;
    padding: 15px 10px;
  }
  #kids-challenge-page section.hero #challenge-swiper .challenge-steps h3 {
    font-size: 2.71428571em;
    text-align: center;
    margin-bottom: 15px;
  }
  #kids-challenge-page section.hero #challenge-swiper .challenge-steps h4 {
    font-size: 1.42857143em;
  }
  #kids-challenge-page section.hero #challenge-swiper .challenge-steps p {
    font-size: 1.28571429em;
  }
}
#kids-challenge-page section.hero .certificate-download {
  background: #c56785;
  position: relative;
  border-radius: 40px;
  padding: 20px 100px 20px 55px;
  margin-bottom: 60px;
}
#kids-challenge-page section.hero .certificate-download div.cert-al {
  position: absolute;
  top: -5%;
  left: -70px;
  content: "";
  background: url('../images/alfie/al.png') no-repeat center center;
  background-size: contain;
  height: 115%;
  width: 34%;
}
@media screen and (max-width: 1199px) {
  #kids-challenge-page section.hero .certificate-download div.cert-al {
    left: -60px;
  }
}
@media screen and (max-width: 991px) {
  #kids-challenge-page section.hero .certificate-download div.cert-al {
    left: -45px;
  }
}
@media screen and (max-width: 767px) {
  #kids-challenge-page section.hero .certificate-download div.cert-al {
    display: none;
  }
}
#kids-challenge-page section.hero .certificate-download div.cert-jonny {
  position: absolute;
  top: -5%;
  right: -66px;
  content: "";
  background: url('../images/alfie/jonny.png') no-repeat center center;
  background-size: contain;
  height: 115%;
  width: 20%;
}
@media screen and (max-width: 1199px) {
  #kids-challenge-page section.hero .certificate-download div.cert-jonny {
    right: -55px;
  }
}
@media screen and (max-width: 991px) {
  #kids-challenge-page section.hero .certificate-download div.cert-jonny {
    right: -40px;
  }
}
@media screen and (max-width: 767px) {
  #kids-challenge-page section.hero .certificate-download div.cert-jonny {
    display: none;
  }
}
#kids-challenge-page section.hero .certificate-download h3 {
  color: #00172c;
  font-size: 3.5em;
  margin: 0 0 10px;
}
#kids-challenge-page section.hero .certificate-download h4 {
  font-family: Calibri, 'Trebuchet MS', sans-serif;
  color: #231f20;
  font-size: 1.92857143em;
  margin: 0 0 10px;
}
#kids-challenge-page section.hero .certificate-download p {
  font-family: Calibri, 'Trebuchet MS', sans-serif;
  color: #231f20;
  font-size: 1.64285714em;
  margin: 0 0 8px;
}
#kids-challenge-page section.hero .certificate-download a.kids-nav-btn {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #kids-challenge-page section.hero .certificate-download {
    margin: 30px auto;
    max-width: 100%;
    padding: 15px 0;
  }
  #kids-challenge-page section.hero .certificate-download img.img-responsive {
    margin: 0 auto;
  }
  #kids-challenge-page section.hero .certificate-download h3 {
    font-size: 2.71428571em;
    text-align: center;
    margin-bottom: 15px;
  }
  #kids-challenge-page section.hero .certificate-download h4 {
    font-size: 1.42857143em;
  }
  #kids-challenge-page section.hero .certificate-download p {
    font-size: 1.28571429em;
  }
}
@media screen and (max-width: 767px) {
  #kids-challenge-page section.hero {
    padding-top: 140px;
  }
  #kids-challenge-page section.hero #challenge-swiper .swiper-button-next,
  #kids-challenge-page section.hero #challenge-swiper .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
  #kids-challenge-page section.hero .certificate-download {
    text-align: center;
  }
  #kids-challenge-page section.hero .certificate-download p {
    text-align: left;
  }
  #kids-challenge-page section.hero .certificate-download a.kids-nav-btn {
    margin-right: 0;
  }
}
#kids-challenge-page section.alfie-jokes {
  background: #FFFCE1;
  padding-top: 100px;
  padding-bottom: 50px;
}
#kids-challenge-page section.alfie-jokes div.jokes-container {
  position: relative;
}
#kids-challenge-page section.alfie-jokes div.jokes-container canvas#canvas-bounce-run,
#kids-challenge-page section.alfie-jokes div.jokes-container canvas#canvas-bounce-splash,
#kids-challenge-page section.alfie-jokes div.jokes-container canvas#canvas-bounce-bike,
#kids-challenge-page section.alfie-jokes div.jokes-container canvas#canvas-bounce-ball,
#kids-challenge-page section.alfie-jokes div.jokes-container canvas#canvas-bounce-skip {
  width: 350px;
  height: 350px;
  position: absolute;
  left: calc(50% - 350px);
}
#kids-challenge-page section.alfie-jokes div.jokes-container .swiper-button-prev {
  width: 50px;
  height: 50px;
  position: absolute;
  top: calc(50% - 25px) !important;
  left: 100px;
  border: none;
  background: url("../images/alfie/joke-prev.png") no-repeat center center;
  background-size: contain;
}
#kids-challenge-page section.alfie-jokes div.jokes-container .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  display: none;
}
#kids-challenge-page section.alfie-jokes div.jokes-container .swiper-button-next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: calc(50% - 25px) !important;
  right: 100px;
  border: none;
  background: url("../images/alfie/joke-next.png") no-repeat center center;
  background-size: contain;
}
#kids-challenge-page section.alfie-jokes div.jokes-container .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  display: none;
}
#kids-challenge-page section.alfie-jokes div.jokes-container .swiper-slide {
  position: relative;
  height: 400px;
}
#kids-challenge-page section.alfie-jokes div.jokes-container .swiper-slide div.joke-bubble {
  background: url("../images/alfie/speech-bubble.png") no-repeat center center;
  background-size: contain;
  width: 280px;
  height: 240px;
  padding: 40px 20px 0;
  margin-top: 120px;
  vertical-align: top;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 50%;
}
#kids-challenge-page section.alfie-jokes div.jokes-container .swiper-slide div.joke-bubble p {
  font-family: "collective";
  font-size: 1.42857143em;
  color: black;
  display: none;
}
#kids-challenge-page section.alfie-jokes div.jokes-container .swiper-slide div.joke-bubble p:first-child {
  display: block;
}
@media screen and (max-width: 991px) {
  #kids-challenge-page section.alfie-jokes div.jokes-container .swiper-button-prev {
    left: 20px;
  }
  #kids-challenge-page section.alfie-jokes div.jokes-container .swiper-button-next {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #kids-challenge-page section.alfie-jokes div.jokes-container {
    padding-bottom: 0px;
  }
  #kids-challenge-page section.alfie-jokes div.jokes-container canvas#canvas-bounce-run,
  #kids-challenge-page section.alfie-jokes div.jokes-container canvas#canvas-bounce-splash,
  #kids-challenge-page section.alfie-jokes div.jokes-container canvas#canvas-bounce-bike,
  #kids-challenge-page section.alfie-jokes div.jokes-container canvas#canvas-bounce-ball,
  #kids-challenge-page section.alfie-jokes div.jokes-container canvas#canvas-bounce-skip {
    display: none;
  }
  #kids-challenge-page section.alfie-jokes div.jokes-container .swiper-button-next {
    right: 0;
    top: 50% !important;
  }
  #kids-challenge-page section.alfie-jokes div.jokes-container .swiper-button-prev {
    left: 0;
    top: 50% !important;
  }
  #kids-challenge-page section.alfie-jokes div.jokes-container .swiper-slide {
    height: auto;
  }
  #kids-challenge-page section.alfie-jokes div.jokes-container .swiper-slide div.joke-bubble {
    max-width: 300px;
    position: relative;
    width: 90%;
    height: 260px;
    left: 50%;
    top: 0;
    margin: 0;
    margin-top: 0;
    padding-top: 45px;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
#kids-challenge-page section.good-sports {
  background: #62bb46;
  padding: 30px 0 50px;
}
#kids-challenge-page section.good-sports .container {
  position: relative;
}
#kids-challenge-page section.good-sports .container .section-text {
  padding: 0 10px;
}
#kids-challenge-page section.good-sports .container canvas#canvas-jump-r {
  position: absolute;
  bottom: -175px;
  left: -195px;
  width: 500px;
  height: 500px;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  #kids-challenge-page section.good-sports .container canvas#canvas-jump-r {
    left: -175px;
  }
}
@media screen and (max-width: 767px) {
  #kids-challenge-page section.good-sports .container canvas#canvas-jump-r {
    display: none;
  }
}
#kids-challenge-page section.good-sports .container div#photo-views-list {
  overflow: hidden;
}
#kids-challenge-page section.good-sports .container div.good-sports-album {
  background: url("../images/alfie/book.png") no-repeat center center;
  background-size: contain;
  width: 90%;
  height: 500px;
  margin: 0 auto;
}
#kids-challenge-page section.good-sports .container .our-good-photos {
  margin-top: 50px;
}
#kids-challenge-page section.good-sports .container .our-good-photos .book-wrapper {
  width: 989px;
  height: 568px;
  background: url("../images/alfie/book.png") no-repeat center center;
  margin: 0px auto;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  #kids-challenge-page section.good-sports .container .our-good-photos .book-wrapper {
    background: none;
    height: auto;
  }
}
#kids-challenge-page section.good-sports .container .our-good-photos .photo-views-image {
  position: absolute;
  right: 148px;
  top: 33px;
}
@media screen and (max-width: 991px) {
  #kids-challenge-page section.good-sports .container .our-good-photos .photo-views-image {
    display: block;
    margin: 0px auto;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    right: 0;
    top: 0;
    position: relative;
  }
}
#kids-challenge-page section.good-sports .container .our-good-photos .featured-wrapper {
  width: 377px;
  height: 420px;
  position: absolute;
  left: 100px;
  top: 60px;
}
@media screen and (max-width: 991px) {
  #kids-challenge-page section.good-sports .container .our-good-photos .featured-wrapper {
    left: 0;
    top: 0;
    width: 377px;
    height: 420px;
    display: block;
    position: relative;
    margin: 0px auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #kids-challenge-page section.good-sports .container .our-good-photos .featured-wrapper {
    width: 300px;
    height: 330px;
  }
}
#kids-challenge-page section.good-sports .container .our-good-photos .featured-wrapper .featured-overlay {
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  left: -5px;
  top: -5px;
  background: url("../images/alfie/left_bg.png");
  background-size: cover;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #kids-challenge-page section.good-sports .container .our-good-photos .featured-wrapper .featured-overlay {
    width: 100%;
    left: 0;
    background-size: 100%!important;
  }
}
#kids-challenge-page section.good-sports .container .our-good-photos .featured-wrapper .featured-image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
#kids-challenge-page section.good-sports .container .our-good-photos .featured-wrapper .featured-image .featured-image-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat !important;
  -webkit-transform: translate3d(-2.5%, -2.5%, 0);
  -moz-transform: translate3d(-2.5%, -2.5%, 0);
  -o-transform: translate3d(-2.5%, -2.5%, 0);
  -ms-transform: translate3d(-2.5%, -2.5%, 0);
  transform: translate3d(-2.5%, -2.5%, 0);
}
#kids-challenge-page section.good-sports .container .our-good-photos .featured-wrapper .featured-content {
  position: absolute;
  z-index: 10;
  bottom: 37px;
  left: 0px;
  padding: 0 40px;
  text-align: center;
  transform: rotate(-2deg);
  width: 100%;
}
@media screen and (max-width: 767px) {
  #kids-challenge-page section.good-sports .container .our-good-photos .featured-wrapper .featured-content {
    bottom: 30px;
  }
}
#kids-challenge-page section.good-sports .container .our-good-photos .featured-wrapper .featured-content p {
  margin-bottom: 0px;
  font-size: 1em;
}
#kids-challenge-page section.good-sports .container .our-good-photos .featured-wrapper .featured-content h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: lowercase;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  #kids-challenge-page section.good-sports .container .our-good-photos .featured-wrapper .featured-content h3 {
    font-size: 1.42857143em;
  }
}
#kids-challenge-page section.good-sports .container .our-good-photos .featured-wrapper .featured-content h4 {
  margin-top: 0px;
  font-size: 1.14285714em;
}
#kids-challenge-page section.good-sports .container .our-good-photos .photo-views-wrapper {
  position: absolute;
  left: 30px;
  top: 75px;
  width: 370px;
  height: 400px;
}
@media screen and (max-width: 991px) {
  #kids-challenge-page section.good-sports .container .our-good-photos .photo-views-wrapper {
    position: relative;
    left: 0;
    top: 0;
    width: 385px;
    height: 430px;
    margin: 0px auto;
    margin-top: 20px;
  }
  #kids-challenge-page section.good-sports .container .our-good-photos .photo-views-wrapper:before {
    position: absolute;
    image-rendering: optimizeQuality;
    content: "";
    left: -25px;
    bottom: -40px;
    background: url('../images/alfie/grass-l.png') no-repeat center bottom;
    background-size: cover;
    width: 100px;
    height: 100px;
    z-index: 2;
  }
  #kids-challenge-page section.good-sports .container .our-good-photos .photo-views-wrapper:after {
    position: absolute;
    image-rendering: optimizeQuality;
    content: "";
    right: -4px;
    bottom: -55px;
    background: url('../images/alfie/grass-r.png') no-repeat center bottom;
    background-size: cover;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 991px) {
  #kids-challenge-page section.good-sports .container .our-good-photos .photo-views-wrapper {
    max-width: 90%;
    left: 0;
    right: 0;
    background: #FFFCE1;
    padding: 10px 15px 10px 10px;
  }
}
#kids-challenge-page section.good-sports .container .our-good-photos .photo-views-wrapper .row {
  padding-right: 15px;
  padding-left: 10px;
}
#kids-challenge-page section.good-sports .container .our-good-photos .photo-views-wrapper .col-sm-4 {
  padding: 0 10px;
}
#kids-challenge-page section.good-sports .container .our-good-photos .photo-views-wrapper .col-sm-4.active .photo-view {
  background: #8FB943;
}
#kids-challenge-page section.good-sports .container .our-good-photos .photo-view {
  cursor: pointer;
  padding: 5px;
  background: #fff;
  text-align: center;
  box-shadow: 2px 3px 15px #CAC6B2;
  margin-bottom: 20px;
}
#kids-challenge-page section.good-sports .container .our-good-photos .photo-view .photo-view-image {
  width: 100%;
  height: 95px;
  background-size: cover!important;
  background-repeat: no-repeat;
  background-position: center!important;
}
#kids-challenge-page section.good-sports .container .our-good-photos .photo-view .photo-view-description {
  padding-top: 5px;
  height: 52px;
}
#kids-challenge-page section.good-sports .container .our-good-photos .photo-view .photo-view-description h4 {
  font-size: 1em;
  margin: 0px;
  text-transform: lowercase;
}
#kids-challenge-page section.good-sports .container .our-good-photos #photo-views-list-mobile {
  max-width: 240px;
  left: 0px;
}
#kids-challenge-page section.good-sports .container .our-good-photos .load-more-cta {
  margin-top: 30px;
  margin-bottom: -30px;
  float: left;
  width: 100%;
}
#kids-challenge-page section.good-sports .container .our-good-photos .mobile-photo-view .photo-view {
  padding: 10px;
}
#kids-challenge-page section.good-sports .container .our-good-photos .mobile-photo-view .photo-view .photo-view-image {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  background-size: cover!important;
  background-repeat: no-repeat;
  background-position: center!important;
}
#kids-challenge-page section.good-sports .container .our-good-photos .mobile-photo-view .photo-view .photo-view-description {
  padding: 10px;
}
#kids-challenge-page section.good-sports .container .our-good-photos .mobile-photo-view .photo-view .photo-view-description h4 {
  font-size: 1.28571429em;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  #kids-challenge-page section.good-sports .mCSB_outside + .mCSB_scrollTools {
    right: 0;
  }
}
#kids-challenge-page a.kids-nav-btn {
  font-size: 23px !important;
  padding: 0 7px !important;
}
#kids-challenge-page.challenge-theme-skip section.hero .certificate-download {
  background: #c56785;
}
#kids-challenge-page.challenge-theme-skip section.hero .row.challenge-top {
  background: url('../images/alfie/hop-bg.png') no-repeat center center;
  background-size: 100%;
  padding-bottom: 500px;
}
#kids-challenge-page.challenge-theme-skip section.hero img.alfie-skip {
  position: absolute;
  left: 50%;
  top: 200px;
  -webkit-transform: scale(0.9) translate(-56%);
  -moz-transform: scale(0.9) translate(-56%);
  -o-transform: scale(0.9) translate(-56%);
  -ms-transform: scale(0.9) translate(-56%);
  transform: scale(0.9) translate(-56%);
  z-index: 6;
}
#kids-challenge-page.challenge-theme-skip section.hero:before {
  z-index: 1;
  background: #C76684;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 485.5px;
  content: "";
}
@media screen and (max-width: 1199px) {
  #kids-challenge-page.challenge-theme-skip section.hero:before {
    height: 481.5px;
  }
}
@media screen and (max-width: 991px) {
  #kids-challenge-page.challenge-theme-skip section.hero:before {
    height: 475.5px;
  }
  #kids-challenge-page.challenge-theme-skip section.hero img.alfie-skip {
    top: 200px;
    -webkit-transform: scale(0.75) translate(-90%);
    -moz-transform: scale(0.75) translate(-90%);
    -o-transform: scale(0.75) translate(-90%);
    -ms-transform: scale(0.75) translate(-90%);
    transform: scale(0.75) translate(-90%);
  }
}
@media screen and (max-width: 767px) {
  #kids-challenge-page.challenge-theme-skip section.hero:before {
    height: 535px;
  }
  #kids-challenge-page.challenge-theme-skip section.hero .row.challenge-top {
    padding-bottom: 20px;
    background: url('../images/alfie/mobile_horizon.png') no-repeat center center;
    background-position: 50% 60%;
  }
  #kids-challenge-page.challenge-theme-skip section.hero img.alfie-skip {
    max-width: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #kids-challenge-page.challenge-theme-skip section.hero img.alfie-skip {
    max-width: 65%;
  }
}
#kids-challenge-page.challenge-theme-splash section.hero {
  position: relative;
}
#kids-challenge-page.challenge-theme-splash section.hero .certificate-download {
  background: #86aae4;
}
#kids-challenge-page.challenge-theme-splash section.hero .container:first-child {
  z-index: 1;
}
#kids-challenge-page.challenge-theme-splash section.hero .container:last-child {
  z-index: 3;
}
#kids-challenge-page.challenge-theme-splash section.hero .container:last-child div.brownlee-logo {
  width: 250px;
  height: 125px;
  background: url('../images/alfie/brownlee-logo-swim-after.png') no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -110px;
  right: 125px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #kids-challenge-page.challenge-theme-splash section.hero .container:last-child div.brownlee-logo {
    width: 225px;
    height: 120px;
    top: -130px;
    right: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #kids-challenge-page.challenge-theme-splash section.hero .container:last-child div.brownlee-logo {
    width: 200px;
    height: 100px;
    top: -165px;
    right: 60px;
  }
}
#kids-challenge-page.challenge-theme-splash section.hero .row.challenge-top {
  background: url('../images/alfie/swim-bg.png') no-repeat center center;
  background-size: 100%;
  padding-bottom: 500px;
  position: relative;
}
#kids-challenge-page.challenge-theme-splash section.hero:before {
  z-index: 1;
  background: #8BA8D8;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 475.5px;
  content: "";
}
@media screen and (max-width: 1199px) {
  #kids-challenge-page.challenge-theme-splash section.hero:before {
    height: 473.5px;
  }
}
#kids-challenge-page.challenge-theme-splash section.hero div.swim-background {
  background: url('../images/alfie/swim-lake.svg') no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 550px;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
}
#kids-challenge-page.challenge-theme-splash section.hero .splash-container {
  z-index: 3;
}
#kids-challenge-page.challenge-theme-splash section.hero .splash-container canvas#canvas-splash {
  position: absolute;
  bottom: -240px;
  left: 0;
}
@media screen and (max-width: 991px) {
  #kids-challenge-page.challenge-theme-splash section.hero:before {
    height: 469.5px;
  }
  #kids-challenge-page.challenge-theme-splash section.hero .splash-container canvas#canvas-splash {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0% 60%;
    transform-origin: 0% 60%;
    left: -80px;
  }
}
@media screen and (max-width: 767px) {
  #kids-challenge-page.challenge-theme-splash section.hero:before {
    height: 590.5px;
  }
  #kids-challenge-page.challenge-theme-splash section.hero .container:last-child div.brownlee-logo {
    left: calc(50% - 125px);
    top: -95px;
  }
  #kids-challenge-page.challenge-theme-splash section.hero .row.challenge-top {
    background: url('../images/alfie/mobile_horizon.png') no-repeat center center;
    background-position: 50% 60%;
    padding-bottom: 300px;
    height: 695px;
  }
  #kids-challenge-page.challenge-theme-splash section.hero .splash-container div.alfie-shoes {
    background: url('../images/alfie/alfie-shoes-mobile.png') no-repeat center center;
    background-size: contain;
    width: 120px;
    height: 120px;
    position: absolute;
    right: 25px;
    bottom: 125px;
    z-index: 2;
  }
  #kids-challenge-page.challenge-theme-splash section.hero .splash-container canvas#canvas-splash {
    position: absolute;
    bottom: -525px;
    left: -120px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 3;
  }
  #kids-challenge-page.challenge-theme-splash section.hero div.swim-background {
    top: 600px;
  }
}
@media screen and (min-width: 1199px) {
  #kids-challenge-page.challenge-theme-splash div.challenge-steps .col-sm-3 img.img-responsive {
    max-width: 80%;
    margin: 0 auto;
  }
}
#kids-challenge-page.challenge-theme-run section.hero .certificate-download {
  background: #ff803f;
}
#kids-challenge-page.challenge-theme-run section.hero .row.challenge-top {
  background: url('../images/alfie/run-bg.png') no-repeat center center;
  background-size: 100%;
  padding-bottom: 520px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #kids-challenge-page.challenge-theme-run section.hero .row.challenge-top {
    margin-bottom: -60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #kids-challenge-page.challenge-theme-run section.hero .row.challenge-top {
    margin-bottom: -125px;
  }
}
#kids-challenge-page.challenge-theme-run section.hero:before {
  z-index: 1;
  background: #F47F42;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 495.5px;
  content: "";
}
@media screen and (max-width: 1199px) {
  #kids-challenge-page.challenge-theme-run section.hero:before {
    height: 490.5px;
  }
}
#kids-challenge-page.challenge-theme-run section.hero canvas#canvas-run-challenge {
  position: absolute;
  left: 50%;
  width: 450px;
  height: 450px;
  top: 250px;
  z-index: 4;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
@media screen and (max-width: 1200px) {
  #kids-challenge-page.challenge-theme-run section.hero canvas#canvas-run-challenge {
    top: 275px;
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 991px) {
  #kids-challenge-page.challenge-theme-run section.hero canvas#canvas-run-challenge {
    top: 290px;
    height: 300px;
    width: 300px;
  }
}
@media screen and (max-width: 991px) {
  #kids-challenge-page.challenge-theme-run section.hero:before {
    height: 485.5px;
  }
}
@media screen and (max-width: 767px) {
  #kids-challenge-page.challenge-theme-run section.hero:before {
    height: 550px;
  }
  #kids-challenge-page.challenge-theme-run section.hero .row.challenge-top {
    background: url('../images/alfie/mobile_horizon.png') no-repeat center center;
    background-position: 50% 80%;
    padding-bottom: 270px;
    min-height: 515px;
  }
  #kids-challenge-page.challenge-theme-run section.hero canvas#canvas-run-challenge {
    width: 320px;
    height: 320px;
    top: 445px;
    bottom: 0px;
    -webkit-transform: translate(-50%) scale(1);
    -moz-transform: translate(-50%) scale(1);
    -o-transform: translate(-50%) scale(1);
    -ms-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1);
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #kids-challenge-page.challenge-theme-run section.hero:before {
    height: 450px;
  }
  #kids-challenge-page.challenge-theme-run section.hero .row.challenge-top {
    padding-bottom: 250px;
    min-height: 315px;
  }
  #kids-challenge-page.challenge-theme-run section.hero canvas#canvas-run-challenge {
    top: 295px;
  }
}
@media screen and (max-width: 420px) {
  #kids-challenge-page.challenge-theme-run section.hero:before {
    height: 600px;
  }
}
#kids-challenge-page.challenge-theme-ball section.hero .certificate-download {
  background: #ffcd00;
}
#kids-challenge-page.challenge-theme-ball section.hero .row.challenge-top {
  background: url('../images/alfie/ball-bg.png') no-repeat center center;
  background-size: 100%;
  padding-bottom: 500px;
  position: relative;
}
#kids-challenge-page.challenge-theme-ball section.hero .row.challenge-top canvas#canvas-ball {
  position: absolute;
  -webkit-transform: scale(0.65) translate(-65%);
  -moz-transform: scale(0.65) translate(-65%);
  -o-transform: scale(0.65) translate(-65%);
  -ms-transform: scale(0.65) translate(-65%);
  transform: scale(0.65) translate(-65%);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  top: 185px;
  left: 50%;
  width: 750px;
  height: 1000px;
}
#kids-challenge-page.challenge-theme-ball section.hero:before {
  z-index: 1;
  background: #FFCE07;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 481.5px;
  content: "";
}
@media screen and (max-width: 1199px) {
  #kids-challenge-page.challenge-theme-ball section.hero:before {
    height: 476.5px;
  }
}
@media screen and (max-width: 991px) {
  #kids-challenge-page.challenge-theme-ball section.hero:before {
    height: 473.5px;
  }
}
@media screen and (max-width: 767px) {
  #kids-challenge-page.challenge-theme-ball section.hero:before {
    height: 550px;
  }
  #kids-challenge-page.challenge-theme-ball section.hero .row.challenge-top {
    padding-bottom: 20px;
    background: url('../images/alfie/mobile_horizon.png') no-repeat center center;
    background-position: 50% 60%;
    height: auto;
    margin-bottom: -50px;
  }
  #kids-challenge-page.challenge-theme-ball section.hero .row.challenge-top canvas#canvas-ball {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    top: 320px;
    width: 320px;
    height: 400px;
    display: block;
    position: static;
    margin: 0 auto;
    left: auto;
    right: auto;
  }
  #kids-challenge-page.challenge-theme-ball section.hero .section-text br {
    display: none;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #kids-challenge-page.challenge-theme-ball section.hero:before {
    height: 550px;
  }
}
@media screen and (max-width: 420px) {
  #kids-challenge-page.challenge-theme-ball section.hero:before {
    height: 600px;
  }
}
#kids-challenge-page.challenge-theme-bike section.hero .certificate-download {
  background: #e7004b;
}
#kids-challenge-page.challenge-theme-bike section.hero .row.challenge-top {
  background: url('../images/alfie/bike-bg.png') no-repeat center center;
  background-size: 100%;
  padding-bottom: 500px;
}
#kids-challenge-page.challenge-theme-bike section.hero canvas#canvas-bike {
  position: absolute;
  top: 290px;
  z-index: 5;
  left: 33%;
  width: 500px;
  height: 500px;
  z-index: 4;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
#kids-challenge-page.challenge-theme-bike section.hero:before {
  z-index: 1;
  background: #E9184E;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 465.5px;
  content: "";
}
@media screen and (max-width: 1199px) {
  #kids-challenge-page.challenge-theme-bike section.hero:before {
    height: 462.5px;
  }
}
@media screen and (max-width: 991px) {
  #kids-challenge-page.challenge-theme-bike section.hero:before {
    height: 457.5px;
  }
}
@media screen and (max-width: 767px) {
  #kids-challenge-page.challenge-theme-bike section.hero:before {
    height: 520px;
  }
}
@media screen and (max-width: 767px) {
  #kids-challenge-page.challenge-theme-bike section.hero .row.challenge-top {
    background: url('../images/alfie/mobile_horizon.png') no-repeat center center;
    background-position: 50% 75%;
    padding-bottom: 250px;
    min-height: 510px;
  }
  #kids-challenge-page.challenge-theme-bike section.hero canvas#canvas-bike {
    top: 270px;
    -webkit-transform: translate(-50%) scale(0.6);
    -moz-transform: translate(-50%) scale(0.6);
    -o-transform: translate(-50%) scale(0.6);
    -ms-transform: translate(-50%) scale(0.6);
    transform: translate(-50%) scale(0.6);
  }
}
section.collective-kids-signup {
  background: #b2d235;
  padding: 50px 0;
  position: relative;
}
section.collective-kids-signup div.alfie-arm {
  position: absolute;
  height: 250px;
  width: calc(50vw - 250px);
  background: url('../images/alfie/arm.png') repeat-x center right;
  left: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
section.collective-kids-signup div.alfie-arm:after {
  position: absolute;
  right: -122px;
  top: 7px;
  content: "";
  background: url('../images/alfie/hand.png') no-repeat center center;
  width: 125px;
  height: 206px;
}
section.collective-kids-signup .container {
  position: relative;
}
@media screen and (max-width: 991px) {
  section.collective-kids-signup .container {
    margin-bottom: 140px;
  }
}
section.collective-kids-signup .container canvas#canvas-bounce {
  position: absolute;
  right: -65px;
  top: 0;
  height: 340px;
  width: 340px;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  section.collective-kids-signup .container canvas#canvas-bounce {
    right: -50px;
  }
}
@media screen and (max-width: 991px) {
  section.collective-kids-signup .container canvas#canvas-bounce {
    bottom: -320px;
    top: auto;
    right: 0;
    left: 50%;
    margin: 0 auto;
    -webkit-transform: scale(0.65) translate(-50%);
    -moz-transform: scale(0.65) translate(-50%);
    -o-transform: scale(0.65) translate(-50%);
    -ms-transform: scale(0.65) translate(-50%);
    transform: scale(0.65) translate(-50%);
    transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    margin-left: -1px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  section.collective-kids-signup .container .section-text {
    width: 450px;
  }
}
section.collective-kids-signup form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
section.collective-kids-signup form .gform_body {
  width: 40%;
}
section.collective-kids-signup form .gform_body ul li {
  border-bottom: none;
  padding: 0;
}
section.collective-kids-signup form .gform_body ul li label {
  display: none;
}
section.collective-kids-signup form .gform_body ul li input.medium {
  border-radius: 5px;
  padding: 5px;
  font-size: 1.28571429em;
}
section.collective-kids-signup form .gform_footer {
  width: auto;
}
section.collective-kids-signup form .gform_footer input.gform_button {
  background: #1A1E25;
  border-radius: 5px;
  border: none;
  color: #FFFCE1;
  font-family: 'collective';
  padding: 5px 8px;
  margin-left: 10px;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  section.collective-kids-signup form .gform_footer input.gform_button {
    margin-top: 10px;
  }
}
section.collective-kids-signup form .gform_footer input.gform_button:hover,
section.collective-kids-signup form .gform_footer input.gform_button:focus {
  color: #56A6E0;
}
section.collective-kids-signup .gform_confirmation_message {
  color: #191e24;
  text-align: center;
  font-size: 1.78571429em;
  margin: 20px auto 0;
  max-width: 750px;
}
@media screen and (max-width: 1199px) {
  section.collective-kids-signup .gform_confirmation_message {
    font-size: 25px;
    line-height: 28px;
    max-width: 450px;
  }
}
@media screen and (max-width: 991px) {
  section.collective-kids-signup .gform_confirmation_message {
    font-size: 18px;
    line-height: 21px;
    max-width: 750px;
  }
}
section.collective-kids-signup .validation_error {
  display: none;
}
section.collective-kids-signup .validation_message {
  width: auto !important;
  margin-top: 5px;
}
@media screen and (max-width: 991px) {
  section.collective-kids-signup div.alfie-arm {
    width: 5vw;
  }
  section.collective-kids-signup .section-text canvas {
    right: -140px;
  }
}
@media screen and (max-width: 991px) {
  section.collective-kids-signup div.alfie-arm {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section.collective-kids-signup .section-title,
  section.collective-kids-signup .section-text {
    padding: 0 15px 30px 15px !important;
  }
  section.collective-kids-signup form {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.collective-kids-signup form .gform_body {
    width: 90%;
    margin-bottom: 5px;
  }
  section.collective-kids-signup form .gform_footer {
    width: 90%;
    text-align: center;
  }
  section.collective-kids-signup form .gform_footer input.gform_button {
    width: auto;
    margin-left: 0;
  }
}
section.kids-challenges {
  position: relative;
  background: #60BC47;
  padding-top: 30px;
}
section.kids-challenges div {
  position: relative;
  z-index: 2;
}
section.kids-challenges .section-title {
  z-index: 10;
}
section.kids-challenges .section-text {
  margin-bottom: 40px;
}
section.kids-challenges .challenges-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
}
section.kids-challenges .challenges-list .kids-challenge {
  padding: 0 20px;
  z-index: 2;
}
section.kids-challenges .challenges-list .kids-challenge:last-child {
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.kids-challenges .challenges-list .kids-challenge {
    padding: 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  section.kids-challenges .challenges-list .kids-challenge:last-child {
    margin-left: 50px;
  }
}
section.kids-challenges .challenges-list .kids-challenge a {
  outline: 0;
  text-align: center;
}
section.kids-challenges .challenges-list .kids-challenge a:hover,
section.kids-challenges .challenges-list .kids-challenge a:focus {
  text-decoration: none;
}
section.kids-challenges .challenges-list .kids-challenge a h4 {
  color: #191e24;
  font-size: 2em;
}
section.kids-challenges .challenges-list .kids-challenge .ball-bg {
  overflow: visible;
  width: 190px;
  height: 190px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
section.kids-challenges .challenges-list .kids-challenge .ball-bg .ball-anim {
  width: 235px;
  height: 235px;
  background: url('../images/alfie/alfie_ballnew.png') no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -23px;
  top: -20px;
}
section.kids-challenges .challenges-list .kids-challenge .ball-bg .ball-anim:after {
  width: 235px;
  height: 235px;
  background: url('../images/alfie/alfie_ball_hovernew.gif') no-repeat center center;
  background-size: contain;
}
section.kids-challenges .challenges-list .kids-challenge .ball-bg .ball-anim:hover {
  background: none;
}
section.kids-challenges .challenges-list .kids-challenge .ball-bg .ball-anim:hover:after {
  content: "";
  display: block;
}
section.kids-challenges .challenges-list .kids-challenge .bike-bg {
  overflow: visible;
  width: 190px;
  height: 190px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
section.kids-challenges .challenges-list .kids-challenge .bike-bg .bike-anim {
  width: 235px;
  height: 235px;
  background: url('../images/alfie/alfie_bike_new.png') no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -23px;
  top: -20px;
}
section.kids-challenges .challenges-list .kids-challenge .bike-bg .bike-anim:after {
  width: 235px;
  height: 235px;
  background: url('../images/alfie/alfie_bike_hovernew.gif') no-repeat center center;
  background-size: contain;
}
section.kids-challenges .challenges-list .kids-challenge .bike-bg .bike-anim:hover {
  background: none;
}
section.kids-challenges .challenges-list .kids-challenge .bike-bg .bike-anim:hover:after {
  content: "";
  display: block;
}
section.kids-challenges .challenges-list .kids-challenge .run-bg {
  overflow: visible;
  width: 190px;
  height: 190px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
section.kids-challenges .challenges-list .kids-challenge .run-bg .run-anim {
  width: 235px;
  height: 235px;
  background: url('../images/alfie/alfie_run_new.png') no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -23px;
  top: -20px;
}
section.kids-challenges .challenges-list .kids-challenge .run-bg .run-anim:after {
  width: 235px;
  height: 235px;
  background: url('../images/alfie/alfie_run_hovernew.gif') no-repeat center center;
  background-size: contain;
}
section.kids-challenges .challenges-list .kids-challenge .run-bg .run-anim:hover {
  background: none;
}
section.kids-challenges .challenges-list .kids-challenge .run-bg .run-anim:hover:after {
  content: "";
  display: block;
}
section.kids-challenges .challenges-list .kids-challenge .rope-bg {
  overflow: visible;
  width: 190px;
  height: 190px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
section.kids-challenges .challenges-list .kids-challenge .rope-bg .rope-anim {
  width: 235px;
  height: 235px;
  background: url('../images/alfie/alfie_rope_new.png') no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -23px;
  top: -20px;
}
section.kids-challenges .challenges-list .kids-challenge .rope-bg .rope-anim:after {
  width: 235px;
  height: 235px;
  background: url('../images/alfie/alfie_rope_hovernew.gif') no-repeat center center;
  background-size: contain;
}
section.kids-challenges .challenges-list .kids-challenge .rope-bg .rope-anim:hover {
  background: none;
}
section.kids-challenges .challenges-list .kids-challenge .rope-bg .rope-anim:hover:after {
  content: "";
  display: block;
}
section.kids-challenges .challenges-list .kids-challenge .swim-bg {
  overflow: visible;
  width: 190px;
  height: 190px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
section.kids-challenges .challenges-list .kids-challenge .swim-bg .swim-anim {
  width: 235px;
  height: 335px;
  background: url('../images/alfie/alfie_swim_new.png') no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -23px;
  top: -115px;
}
section.kids-challenges .challenges-list .kids-challenge .swim-bg .swim-anim:after {
  width: 235px;
  height: 335px;
  background: url('../images/alfie/alfie_swim_hovernew.gif') no-repeat center center;
  background-size: contain;
}
section.kids-challenges .challenges-list .kids-challenge .swim-bg .swim-anim:hover {
  background: none;
}
section.kids-challenges .challenges-list .kids-challenge .swim-bg .swim-anim:hover:after {
  content: "";
  display: block;
}
section.kids-challenges:after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -5%;
  height: 160px;
  background: #60BC47;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  width: 110%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.kids-challenges .challenges-list {
    display: block;
  }
  section.kids-challenges .challenges-list .kids-challenge {
    width: 60%;
    float: left;
    margin-bottom: -55px;
  }
  section.kids-challenges .challenges-list .kids-challenge .ball-bg,
  section.kids-challenges .challenges-list .kids-challenge .run-bg,
  section.kids-challenges .challenges-list .kids-challenge .rope-bg,
  section.kids-challenges .challenges-list .kids-challenge .bike-bg,
  section.kids-challenges .challenges-list .kids-challenge .swim-bg {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 0px;
    padding-top: 100%;
  }
  section.kids-challenges .challenges-list .kids-challenge .ball-bg .ball-anim,
  section.kids-challenges .challenges-list .kids-challenge .run-bg .ball-anim,
  section.kids-challenges .challenges-list .kids-challenge .rope-bg .ball-anim,
  section.kids-challenges .challenges-list .kids-challenge .bike-bg .ball-anim,
  section.kids-challenges .challenges-list .kids-challenge .swim-bg .ball-anim,
  section.kids-challenges .challenges-list .kids-challenge .ball-bg .rope-anim,
  section.kids-challenges .challenges-list .kids-challenge .run-bg .rope-anim,
  section.kids-challenges .challenges-list .kids-challenge .rope-bg .rope-anim,
  section.kids-challenges .challenges-list .kids-challenge .bike-bg .rope-anim,
  section.kids-challenges .challenges-list .kids-challenge .swim-bg .rope-anim,
  section.kids-challenges .challenges-list .kids-challenge .ball-bg .run-anim,
  section.kids-challenges .challenges-list .kids-challenge .run-bg .run-anim,
  section.kids-challenges .challenges-list .kids-challenge .rope-bg .run-anim,
  section.kids-challenges .challenges-list .kids-challenge .bike-bg .run-anim,
  section.kids-challenges .challenges-list .kids-challenge .swim-bg .run-anim,
  section.kids-challenges .challenges-list .kids-challenge .ball-bg .swim-anim,
  section.kids-challenges .challenges-list .kids-challenge .run-bg .swim-anim,
  section.kids-challenges .challenges-list .kids-challenge .rope-bg .swim-anim,
  section.kids-challenges .challenges-list .kids-challenge .bike-bg .swim-anim,
  section.kids-challenges .challenges-list .kids-challenge .swim-bg .swim-anim,
  section.kids-challenges .challenges-list .kids-challenge .ball-bg .bike-anim,
  section.kids-challenges .challenges-list .kids-challenge .run-bg .bike-anim,
  section.kids-challenges .challenges-list .kids-challenge .rope-bg .bike-anim,
  section.kids-challenges .challenges-list .kids-challenge .bike-bg .bike-anim,
  section.kids-challenges .challenges-list .kids-challenge .swim-bg .bike-anim {
    background: none;
    width: 100%;
    height: 0px;
    padding-top: 100%;
    top: 0;
    left: 0;
  }
  section.kids-challenges .challenges-list .kids-challenge .ball-bg .ball-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .run-bg .ball-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .rope-bg .ball-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .bike-bg .ball-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .swim-bg .ball-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .ball-bg .rope-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .run-bg .rope-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .rope-bg .rope-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .bike-bg .rope-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .swim-bg .rope-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .ball-bg .run-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .run-bg .run-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .rope-bg .run-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .bike-bg .run-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .swim-bg .run-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .ball-bg .swim-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .run-bg .swim-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .rope-bg .swim-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .bike-bg .swim-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .swim-bg .swim-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .ball-bg .bike-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .run-bg .bike-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .rope-bg .bike-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .bike-bg .bike-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .swim-bg .bike-anim:after {
    width: 100%;
    height: 0px;
    padding-top: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  section.kids-challenges .challenges-list .kids-challenge .ball-bg .swim-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .run-bg .swim-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .rope-bg .swim-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .bike-bg .swim-anim:after,
  section.kids-challenges .challenges-list .kids-challenge .swim-bg .swim-anim:after {
    left: -15%;
  }
  section.kids-challenges .challenges-list .kids-challenge:nth-child(even) {
    float: right;
  }
  section.kids-challenges .challenges-list .kids-challenge a h4 {
    padding: 0 20px;
  }
  section.kids-challenges .challenges-list .kids-challenge .swim-bg .swim-anim:after {
    padding-top: 150%;
    top: -42%;
    left: 0;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  section.kids-challenges .challenges-list {
    display: flex;
  }
  section.kids-challenges .challenges-list .kids-challenge {
    width: 38%;
    float: none;
    margin-bottom: 0;
  }
  section.kids-challenges .challenges-list .kids-challenge:nth-child(even) {
    float: none;
  }
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#kids .kids-suckies-carousel .swiper-slide img {
  max-height: 380px;
  max-width: 220px;
  width: auto;
  margin: 0px auto;
  left: 20px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #kids .kids-suckies-carousel .swiper-slide img {
    max-width: 100%;
    max-height: 330px;
  }
}
@media (max-width: 991px) {
  #kids .kids-suckies-carousel .swiper-slide img {
    max-height: 275px;
  }
}
@media screen and (max-width: 767px) {
  #kids .kids-suckies-carousel .swiper-slide img {
    max-height: 235px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #kids .kids-suckies-carousel .swiper-slide img {
    max-height: 220px;
  }
}
@media screen and (min-width: 769px) {
  #kids .swiper-button-prev,
  #kids .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #kids .swiper-button-prev {
    left: 10px;
  }
  #kids .swiper-button-next {
    right: 10px;
  }
}
#kids .hero {
  background-color: #addbe8;
  position: relative;
  padding-top: 200px;
}
@media (max-width: 768px) {
  #kids .hero {
    padding-top: 140px;
  }
}
#kids .hero .section-title,
#kids .hero .section-text {
  z-index: 3;
  position: relative;
}
#kids .hero:after {
  position: absolute;
  content: '';
  background-image: url('../images/kids/grass-bg.jpg');
  background-repeat: no-repeat;
  background-position-x: center;
  left: 0;
  bottom: 0;
  right: 0;
  height: 485px;
}
@media (max-width: 500px) {
  #kids .hero:after {
    height: 263px;
  }
}
@media (max-width: 992px) {
  #kids .hero .section-text {
    position: relative;
    z-index: 9;
    margin-bottom: 120px;
  }
}
#kids .hero__overlay {
  position: relative;
  z-index: 2;
  margin-top: -100px;
}
#kids .hero__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#kids .suckies {
  padding-top: 100px;
  background: #EE7EAF;
  background-image: url('../images/kids/section-angle.png');
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  #kids .suckies {
    background-image: url('../images/kids/section-angle-mobile.png');
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #kids .suckies {
    background-image: url('../images/kids/section-angle-tablet.png');
  }
}
@media (max-width: 768px) {
  #kids .suckies {
    padding: 50px 0;
  }
}
#kids .suckies .suckies-row .suckie-main {
  margin-left: 24px;
}
@media (max-width: 991px) {
  #kids .suckies .suckies-row .suckie-main {
    max-height: 275px;
    margin: 0 auto;
    padding-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  #kids .suckies .suckies-row .suckie-main {
    max-height: 235px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #kids .suckies .suckies-row .suckie-main {
    max-height: 220px;
  }
}
@media (min-width: 992px) {
  #kids .suckies .suckies-row {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
#kids .suckies .section-title {
  color: #FFFCE1;
  font-size: 2.92857143em;
}
#kids .suckies .section-title:after {
  background-image: url("../images/dots-white.svg");
}
#kids .suckies__icons {
  margin-top: 30px;
}
@media (min-width: 767px) {
  #kids .suckies__icons {
    margin-top: 130px;
  }
}
@media (min-width: 992px) {
  #kids .suckies__icons {
    margin-top: 180px;
  }
}
@media (max-width: 767px) {
  #kids .suckies__icons img {
    margin-bottom: 20px;
    max-width: 60px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #kids .suckies__icons img {
    max-width: 65px;
    margin: 0 auto 20px auto;
  }
}
#kids .suckies__icons__lower {
  margin-top: 20px !important;
}
#kids .divider {
  height: 7px;
  width: 100%;
  background: url("../images/dots-white.svg");
  background-repeat: repeat-x;
  margin: 40px 0;
}
@media (max-width: 1199px) {
  #kids .divider {
    width: 99%;
  }
}
@media (max-width: 991px) {
  #kids .divider {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  #kids .divider {
    margin: 40px auto;
    width: 280px;
  }
}
#kids .range {
  background: #fefbe5;
  padding: 60px 0 80px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #kids .range {
    padding-top: 0px;
  }
}
#kids .range__button {
  margin-bottom: 55px;
}
#kids .range__products {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
#kids .range:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  background-color: #FAF3DA;
}

/*---------------------------------------------------
    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: 80px;
}
#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__boxes:before {
    content: "";
    width: 189px;
    height: 256px;
    background: url('../images/mikes-plum/extra.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    margin-left: 10px;
    top: -22vw;
    max-width: 32vw;
  }
  #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: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: 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: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: 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
  ---------------------------------------------------*/
div#our-goods-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.0;
}
div#our-goods-popup .black-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
div#our-goods-popup span#extensions_message {
  float: left;
  margin-top: 4px;
  font-size: 12px;
}
div#our-goods-popup .popup {
  position: absolute;
  padding: 20px 40px;
  background: #fffce1;
  width: 600px;
  max-width: 92%;
  min-height: 200px;
  z-index: 3;
  left: 50%;
  top: 200px;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.43);
  border-radius: 0px;
}
div#our-goods-popup .popup a.close-popup {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  background: url("../images/header/icon_menu_open_black.svg");
  background-position: center;
  background-size: contain;
  top: 20px;
  cursor: pointer;
}
div#our-goods-popup .popup .gform_wrapper div.validation_error {
  color: #790000;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1.6em;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 1em 0;
  clear: both;
  width: 100%;
  text-align: center;
}
div#our-goods-popup .popup .form-inner-wrapper {
  width: 800px;
  max-width: 100%;
  margin: 0px auto;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  div#our-goods-popup .popup .form-inner-wrapper {
    max-height: 300px;
    overflow: scroll;
    margin-top: 0px;
  }
}
div#our-goods-popup .popup .form-inner-wrapper .gform_ajax_spinner {
  float: right;
  top: 15px;
  position: relative;
  right: 15px;
}
div#our-goods-popup .popup .form-inner-wrapper input[type='submit'] {
  background: #000;
  border: none;
  border-radius: 4px;
  padding: 5px 35px;
  color: #fff;
  font-family: "collective";
  font-size: 1.78571429em;
  float: right;
}
div#our-goods-popup .popup .form-inner-wrapper .gfield.no-border {
  border-bottom: none!important;
}
div#our-goods-popup .popup .form-inner-wrapper .gfield.no-label {
  padding: 5px 0px;
}
div#our-goods-popup .popup .form-inner-wrapper .gfield.no-label .gfield_label {
  display: none;
}
div#our-goods-popup .popup .form-inner-wrapper .gfield {
  border-bottom: 2px solid #000 !important;
  padding: 5px 0;
}
div#our-goods-popup .popup .form-inner-wrapper .gfield textarea {
  background: url("../images/win/textarea.png"), transparent;
  border: none;
  width: 100%!important;
  max-width: 100%;
  line-height: 54px;
  height: 300px;
  background-position: top!important;
  background-repeat: repeat;
  padding-top: 7px;
  overflow: hidden;
}
div#our-goods-popup .popup .form-inner-wrapper .gfield.gform_hidden,
div#our-goods-popup .popup .form-inner-wrapper .gfield.gform_html_formatted {
  border-bottom: none !important;
}
div#our-goods-popup .popup .form-inner-wrapper .gfield_checkbox li {
  margin: 0px;
  padding: 0px;
}
div#our-goods-popup .popup .form-inner-wrapper .gfield_checkbox label {
  width: auto!important;
  float: left;
  margin-left: 10px;
}
div#our-goods-popup .popup .form-inner-wrapper .gfield.one-row label {
  display: inline-block;
  width: 50%;
}
div#our-goods-popup .popup .form-inner-wrapper .gfield.one-row #label_3_4_1:after {
  content: '*';
  position: absolute;
  color: #790000;
  right: 0;
}
div#our-goods-popup .popup .form-inner-wrapper .gfield.one-row .ginput_container {
  display: inline-block;
  width: 100%;
  text-align: right;
}
div#our-goods-popup .popup .form-inner-wrapper .gfield.one-row .ginput_container input[type='text'] {
  background: none;
  border: none;
}
div#our-goods-popup .popup .form-inner-wrapper .gfield.one-row .ginput_container .gfield_select {
  padding: 0;
  border: 2px solid #000;
  border-radius: 4px;
  -webkit-appearance: none;
  appearance: none;
  padding: 3px 10px;
  background: url("../images/win/dropdown.png") 96% center no-repeat, transparent;
}
div#our-goods-popup .popup .form-inner-wrapper .gfield.one-row .ginput_container .gfield_radio li:first-child:after {
  width: 7px;
  height: 15px;
  content: "";
  position: absolute;
  right: -16px;
  top: 4px;
  background: url("../images/win/radio_separator.png");
}
div#our-goods-popup .popup .form-inner-wrapper .gfield.one-row .ginput_container .gfield_radio li {
  position: relative;
  display: inline-block;
  margin: 0px;
  top: 4px;
  overflow: visible;
}
div#our-goods-popup .popup .form-inner-wrapper .gfield.one-row .ginput_container .gfield_radio li input {
  opacity: 0.0;
  visibility: hidden;
  display: none;
}
div#our-goods-popup .popup .form-inner-wrapper .gfield.one-row .ginput_container .gfield_radio li label {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 0px;
  margin-left: 25px;
  cursor: pointer;
}
div#our-goods-popup .popup .form-inner-wrapper .gfield.one-row .ginput_container .gfield_radio li input:checked + label {
  font-weight: bold;
  color: #90B944;
}
div#our-goods-popup .popup .form-inner-wrapper .gfield_error {
  margin: 0;
  background: none;
  width: 100%!important;
  border-top: none;
}
div#our-goods-popup .popup .form-inner-wrapper .gfield_error .ginput_container,
div#our-goods-popup .popup .form-inner-wrapper .gfield_error .gfield_label {
  margin: 0!important;
}
div#our-goods-popup .popup .form-inner-wrapper .gfield_error .gfield_description.validation_message {
  max-width: 100%;
  width: 100%;
  padding: 0px!important;
  margin: 0px!important;
}
div#our-goods-popup .popup .form-inner-wrapper .gform_body ul li {
  border-bottom: none;
}
div#our-goods-popup .popup .form-inner-wrapper .gform_body ul li.gfield:last-child {
  display: none;
}
div#our-goods-popup .popup .form-inner-wrapper .gform_body .ginput_container_checkbox {
  width: 100% !important;
}
div#our-goods-popup .popup .form-inner-wrapper .gform_body .ginput_container_checkbox input[type="checkbox"] {
  float: right;
  width: auto;
}
div#our-goods-popup .popup .form-inner-wrapper .gform_body .ginput_container_number {
  width: 100% !important;
}

#page-builder-page .section-text p,
.page-template-page-builder .section-text p {
  font-size: 1em;
}
#page-builder-page .buffer,
.page-template-page-builder .buffer {
  background: transparent;
  min-height: 250px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  #page-builder-page .buffer,
  .page-template-page-builder .buffer {
    min-height: 210px;
  }
}
@media screen and (max-width: 767px) {
  #page-builder-page .buffer,
  .page-template-page-builder .buffer {
    min-height: 150px;
  }
}
#page-builder-page .col-inner,
.page-template-page-builder .col-inner {
  padding: 30px 0;
}
#page-builder-page #pb-wrapper,
.page-template-page-builder #pb-wrapper {
  overflow-x: hidden;
}
#page-builder-page #pb-wrapper img,
.page-template-page-builder #pb-wrapper img {
  max-width: 100%;
  height: auto!important;
  width: auto!important;
}
#page-builder-page .section-text,
.page-template-page-builder .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%;
}
#page-builder-page p,
.page-template-page-builder p {
  font-size: 22px;
  line-height: 1.2;
  color: #191e24;
  font-family: 'callibri';
  margin-bottom: 20px;
}
#page-builder-page .alignright,
.page-template-page-builder .alignright {
  float: right;
}
#page-builder-page .alignleft,
.page-template-page-builder .alignleft {
  float: left;
}
#page-builder-page .aligncenter,
.page-template-page-builder .aligncenter {
  display: flex;
  display: -webkit-flex;
  margin: 0px auto;
}
#page-builder-page .gform_body br,
.page-template-page-builder .gform_body br {
  display: none;
}
#page-builder-page .gform_body ul li,
.page-template-page-builder .gform_body ul li {
  border-bottom: 2px solid black;
  clear: both;
  padding: 25px 0 5px 0;
  overflow: hidden;
}
#page-builder-page .gform_body .ginput_container.ginput_container_checkbox,
.page-template-page-builder .gform_body .ginput_container.ginput_container_checkbox {
  float: left;
}
#page-builder-page .gform_body input[type='text'],
.page-template-page-builder .gform_body input[type='text'] {
  background: none;
}
#page-builder-page .gform_body input[type='submit'],
.page-template-page-builder .gform_body 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;
}
#page-builder-page .gform_body .gfield.field_sublabel_below:last-child,
.page-template-page-builder .gform_body .gfield.field_sublabel_below:last-child {
  border-bottom: 0;
}
#page-builder-page .gform_body .gfield_checkbox li,
.page-template-page-builder .gform_body .gfield_checkbox li {
  border-bottom: 0;
  padding: 0;
}
#page-builder-page .gform_body .gfield_checkbox li input,
.page-template-page-builder .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;
}
#page-builder-page .gform_body .gfield_checkbox li input:before,
.page-template-page-builder .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: "";
}
#page-builder-page .gform_body .gfield_checkbox li input:checked:before,
.page-template-page-builder .gform_body .gfield_checkbox li input:checked:before {
  background: url("../images/win/checkbox_checked.svg");
  background-size: 100%!important;
}
#page-builder-page .gform_body .gfield_checkbox li label,
.page-template-page-builder .gform_body .gfield_checkbox li label {
  width: auto;
  font-size: 1.35714286em;
  line-height: 32px;
}
#page-builder-page form:not(#gform_6) .gform_footer,
.page-template-page-builder form:not(#gform_6) .gform_footer {
  position: relative;
  padding-top: 15px;
}
#page-builder-page form:not(#gform_6) .gform_footer:before,
.page-template-page-builder form:not(#gform_6) .gform_footer:before {
  content: "* Required Fields";
  position: absolute;
  top: 5px;
  font-size: 1.28571429em;
}
#page-builder-page input[type='submit'],
.page-template-page-builder 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;
}
#page-builder-page .separator-horizontal,
.page-template-page-builder .separator-horizontal {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
}
#page-builder-page .separator-horizontal-inner,
.page-template-page-builder .separator-horizontal-inner {
  background-image: url(../images/dots.svg);
  width: 425px;
  max-width: 100%!important;
  height: 7px;
  background-repeat: repeat-x;
  display: inline-block;
  font-size: 0px;
}
#page-builder-page .pb-special-heading,
.page-template-page-builder .pb-special-heading {
  position: relative;
  font-size: 3.21428571em;
  padding: 0 0 30px 0!important;
  text-align: center;
  margin-bottom: 30px!important;
  color: #191e24;
}
#page-builder-page .pb-special-heading:after,
.page-template-page-builder .pb-special-heading: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%);
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
/* FONTS */
@font-face {
  font-family: 'collective';
  src: url('../fonts/collective-webfont.eot');
  src: url('../fonts/collective-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/collective-webfont.woff2') format('woff2'), url('../fonts/collective-webfont.woff') format('woff'), url('../fonts/collective-webfont.ttf') format('truetype'), url('../fonts/collective-webfont.svg#collectivemedium') format('svg');
  font-weight: normal;
  font-style: 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;
}
.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: 55px;
  max-height: 55px;
}
.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: 15px;
}
.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;
}
.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;
}
.product-image-wrapper img {
  width: 400px;
  margin: 0px auto;
  left: 30px;
  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;
  }
}
.product-range.unsweetened .swiper-wrapper .category-product.g900:last-child img {
  margin-top: 0px;
}
@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);
  }
}
.product-range .category-product.suckies img {
  max-width: 200px;
  margin: 0px auto;
  padding-left: 30px;
}
.product-range .category-product.unsweetened img {
  padding-left: 25px;
}
.product-range .category-product.gourmet img {
  padding-left: 25px;
}
@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: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: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.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;
}
#products-overview .category-product .inner img {
  -moz-transform: scale(0.965);
  -o-transform: scale(0.965);
  -webkit-transform: scale(0.965);
  transform: scale(0.965);
  -o-transition: transform 300ms ease-out;
  -moz-transition: transform 300ms ease-out;
  -webkit-transition: transform 300ms ease-out;
  transition: transform 300ms ease-out;
}
#products-overview .category-product .inner img:hover {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
@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: 20%;
    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 .mango-lone {
  display: block;
}
#products-overview .hero__images .mango-lone img {
  width: 200px;
}
@media screen and (max-width: 1199px) {
  #products-overview .hero__images .mango-lone img {
    width: 170px;
  }
}
@media (min-width: 767px) {
  #products-overview .hero__images .pot {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  #products-overview .hero__images .pot {
    width: 240px;
  }
}
#products-overview .hero__images div.col-xs-2:last-child a img {
  margin-left: 15px;
}
#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:nth-child(2),
#products-overview .hero__images div.col-xs-3:nth-child(2) {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
}
#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%);
}
#products-overview .hero__images a:first-child.col-xs-2 img,
#products-overview .hero__images div.col-xs-3:first-child.col-xs-2 img {
  margin-left: -30px;
}
#products-overview .hero__images a:nth-child(2).col-xs-2 img,
#products-overview .hero__images div.col-xs-3:nth-child(2).col-xs-2 img {
  margin-left: -15px;
}
#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;
  margin-bottom: 180px;
  display: inline-block;
  position: relative;
}
@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-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;
}
@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: 768px) {
  #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--alt {
  display: none;
  text-align: center;
  margin-bottom: 80px;
  font-size: 18px;
  line-height: 24px;
}
#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: hidden;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #single-product .product-details__icons {
    margin-bottom: 47px;
  }
}
#single-product .product-details__icons li {
  margin: 0px auto 30px auto;
  display: inline-block;
  text-align: center;
}
#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: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: 75% !important;
}
#single-product .product-flavours .swiper-button-prev {
  left: 3%;
  top: 75% !important;
}
.single-product--light .product-title {
  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;
}
.single-product--kids.big.tubs .product-details:after {
  top: 670px!important;
}
/** Product Variations */
.single-product--gourmet .product-flavours-slider img,
.single-product--unsweetened .product-flavours-slider img,
.single-product--kefir .product-flavours-slider img {
  margin-left: auto !important;
  padding-left: 15%;
}
@media (min-width: 768px) {
  .single-product--gourmet .product-title-wrapper,
  .single-product--unsweetened .product-title-wrapper,
  .single-product--kefir .product-title-wrapper {
    margin-bottom: 99px !important;
  }
}
@media (max-width: 767px) {
  .single-product--gourmet .product-title-wrapper,
  .single-product--unsweetened .product-title-wrapper,
  .single-product--kefir .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,
  .single-product--kefir .product-title-wrapper {
    margin-top: 0px !important;
  }
}
.single-product--gourmet .title-patch,
.single-product--unsweetened .title-patch,
.single-product--kefir .title-patch {
  right: 30px!important;
}
@media screen and (max-width: 767px) {
  .single-product--gourmet .just-out-patch,
  .single-product--unsweetened .just-out-patch,
  .single-product--kefir .just-out-patch {
    right: 10px!important;
    bottom: -40px !important;
    top: auto!important;
  }
}
.single-product--gourmet .product-details__description,
.single-product--unsweetened .product-details__description,
.single-product--kefir .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,
  .single-product--kefir .product-details__description {
    top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .single-product--gourmet .product-image-wrapper,
  .single-product--unsweetened .product-image-wrapper,
  .single-product--kefir .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,
  .single-product--kefir .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,
  .single-product--kefir .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,
  .single-product--kefir .product-image-wrapper img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.single-product--gourmet .product-details:after,
.single-product--unsweetened .product-details:after,
.single-product--kefir .product-details:after {
  top: 565px !important;
}
@media screen and (max-width: 768px) {
  .single-product--gourmet .product-details:after,
  .single-product--unsweetened .product-details:after,
  .single-product--kefir .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,
  .single-product--kefir .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,
  .single-product--kefir .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,
  .single-product--kefir .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,
  .single-product--kefir .product-details__description {
    padding-right: 25px;
  }
}
@media (max-width: 768px) {
  .single-product--gourmet .product-details__description,
  .single-product--unsweetened .product-details__description,
  .single-product--kefir .product-details__description {
    display: none;
  }
  .single-product--gourmet .product-details__description--alt,
  .single-product--unsweetened .product-details__description--alt,
  .single-product--kefir .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,
  .single-product--kefir .product-details__description--alt {
    margin: 20px auto 10px auto;
    max-width: 80%;
  }
}
.single-product--super-yoghurt .product-title-wrapper {
  margin-bottom: 50px !important;
}
.single-product--super-yoghurt .product-details:after {
  top: 550px !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .single-product--super-yoghurt .product-details__description {
    padding-right: 25px;
  }
}
@media (max-width: 768px) {
  .single-product--super-yoghurt .product-details__description {
    display: none;
  }
  .single-product--super-yoghurt .product-details__description--alt {
    display: block !important;
  }
}
@media (max-width: 768px) and (max-width: 767px) and (orientation: landscape) {
  .single-product--super-yoghurt .product-details__description--alt {
    margin: 20px auto 10px auto;
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .single-product--suckies .product-details__description--alt {
    display: block!important;
  }
}
.single-product--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 {
    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 {
    max-height: 250px;
  }
}
.single-product--suckies .product-flavours-slider img {
  max-width: 100% !important;
}
@media screen and (max-width: 767px) {
  .single-product--suckies .product-flavours-slider img {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 55px;
    max-width: 220px !important;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .single-product--suckies .product-flavours-slider img {
    max-height: 250px;
    width: auto;
  }
}
.single-product--suckies .product-image-wrapper {
  height: auto;
}
.single-product--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 .product-details__description {
    display: none;
  }
  .single-product--suckies .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 {
    height: auto;
    margin-bottoM: -50px;
  }
  .single-product--suckies .product-details span.just-out-patch {
    display: none!important;
  }
  .single-product--suckies .product-details:after {
    top: 650px!important;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .single-product--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;
}
.row.is-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.row.is-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#proyo-webpage {
  overflow: hidden;
  padding-bottom: 200px;
  margin-bottom: -200px;
}
#proyo-webpage section.intro {
  background: #FFFCE1;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  #proyo-webpage section.intro {
    padding-top: 125px;
  }
}
#proyo-webpage section.intro h1 {
  position: relative;
  font-size: 3.85714286em;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#proyo-webpage section.intro h1:before {
  position: absolute;
  content: "";
  background: url('../images/proyo/proyo-grab-go.png') no-repeat center center;
  background-size: contain;
  width: 120px;
  height: 120px;
  right: -80px;
  top: -30px;
}
@media screen and (max-width: 1199px) {
  #proyo-webpage section.intro h1:before {
    right: -100px;
  }
}
@media screen and (max-width: 991px) {
  #proyo-webpage section.intro h1:before {
    right: -100px;
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #proyo-webpage section.intro h1:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #proyo-webpage section.intro h1 {
    font-size: 2.57142857em;
  }
}
#proyo-webpage section.intro .proyo-pattern {
  background: url('../images/proyo/banner-pattern.png') no-repeat center top;
  background-size: contain;
  width: 100%;
  height: 184px;
}
@media screen and (max-width: 767px) {
  #proyo-webpage section.intro .proyo-pattern {
    background: url('../images/proyo/swiper-mobile-pattern.png') no-repeat center top;
    background-size: 112%;
    height: 70px;
  }
}
#proyo-webpage section.intro .proyo-links {
  margin: 20px auto 30px auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#proyo-webpage section.intro .proyo-links a.btn.btn-black {
  padding: 0px 10px !important;
  margin: 0 15px;
  border-radius: 5px;
  font-size: 22px !important;
  line-height: 34px !important;
}
#proyo-webpage section.intro .proyo-links a.btn.btn-black:hover,
#proyo-webpage section.intro .proyo-links a.btn.btn-black:focus {
  color: #7B7CBB;
}
@media screen and (max-width: 991px) {
  #proyo-webpage section.intro .proyo-links {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  #proyo-webpage section.intro .proyo-links a.btn.btn-black {
    margin-bottom: 10px;
    width: 38%;
  }
}
@media screen and (max-width: 767px) {
  #proyo-webpage section.intro .proyo-links a.btn.btn-black {
    margin-left: 1%;
    margin-right: 1%;
  }
  #proyo-webpage section.intro .proyo-links a.btn.btn-black:first-child,
  #proyo-webpage section.intro .proyo-links a.btn.btn-black:nth-child(2) {
    width: 98%;
  }
  #proyo-webpage section.intro .proyo-links a.btn.btn-black:nth-child(3),
  #proyo-webpage section.intro .proyo-links a.btn.btn-black:last-child {
    width: 48%;
  }
}
#proyo-webpage section.intro .proyo-icons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 50px 0;
}
#proyo-webpage section.intro .proyo-icons img {
  max-height: 100px;
  width: auto;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  #proyo-webpage section.intro .proyo-icons {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 20px 0 30px;
  }
  #proyo-webpage section.intro .proyo-icons img {
    max-height: 80px;
  }
}
#proyo-webpage section.intro .proyo-products {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
#proyo-webpage section.intro .proyo-products .proyo-product {
  padding: 0;
}
#proyo-webpage section.intro #proyo-products-swiper a {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}
#proyo-webpage section.intro #proyo-products-swiper a img.img-responsive {
  max-width: 200px;
  margin: 0 auto;
}
#proyo-webpage section.intro #proyo-products-swiper #ps_prev {
  left: 0;
  width: 0;
  height: 0;
  background: none;
  border-right: 20px solid black;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid transparent;
  top: 50% !important;
}
#proyo-webpage section.intro #proyo-products-swiper #ps_next {
  right: 0;
  width: 0;
  height: 0;
  background: none;
  border-left: 20px solid black;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 20px solid transparent;
  top: 50% !important;
}
#proyo-webpage section#proyo-special {
  background: #62489D;
  position: relative;
  padding-top: 40px;
}
#proyo-webpage section#proyo-special .col-md-4 {
  padding-top: 20px;
}
#proyo-webpage section#proyo-special .col-md-12 {
  margin-top: 30px;
}
#proyo-webpage section#proyo-special p.trio-image-asterisk {
  color: #FFFCE1;
  font-size: 16px;
  max-width: 550px;
}
#proyo-webpage section#proyo-special h2 {
  color: #FFFCE1;
  position: relative;
  font-size: 3.57142857em;
  padding-bottom: 20px;
  margin-bottom: 30px;
  display: inline-block;
}
#proyo-webpage section#proyo-special h2:after {
  content: '';
  position: absolute;
  background-image: url("../images/dots-white.svg");
  width: 100%;
  /* max-width: 100%!important; */
  height: 7px !important;
  background-repeat: repeat-x;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #proyo-webpage section#proyo-special h2:after {
    width: 280px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  #proyo-webpage section#proyo-special h2:after {
    left: 0%!important;
  }
}
@media screen and (max-width: 991px) {
  #proyo-webpage section#proyo-special h2 {
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #proyo-webpage section#proyo-special h2 {
    font-size: 2.28571429em;
  }
}
#proyo-webpage section#proyo-special p.section-text {
  text-align: left;
  color: #FFFCE1;
}
@media screen and (max-width: 991px) {
  #proyo-webpage section#proyo-special p.section-text {
    margin-top: 20px;
    text-align: center;
  }
}
#proyo-webpage section#proyo-special:after {
  position: absolute;
  content: "";
  width: 110%;
  height: 200px;
  background: #62489D;
  bottom: -100px;
  left: -5%;
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  z-index: 1;
}
#proyo-webpage section#proyo-special .container {
  position: relative;
  z-index: 2;
}
#proyo-webpage section#proyo-special .img-responsive {
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  #proyo-webpage section#proyo-special .img-responsive {
    max-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  #proyo-webpage section#proyo-special .img-responsive {
    width: 450px;
    max-width: 100%;
  }
}
#proyo-webpage section#proyo-partner {
  background: #7B7CBB;
  padding-top: 150px;
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  #proyo-webpage section#proyo-partner img.img-responsive {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #proyo-webpage section#proyo-partner img.img-responsive {
    max-width: 100%;
    width: 225px;
    margin: 0 auto;
  }
}
#proyo-webpage section#proyo-partner h2.section-title {
  text-align: left;
  font-size: 3.57142857em;
}
@media screen and (min-width: 768px) {
  #proyo-webpage section#proyo-partner h2.section-title:after {
    left: 0% !important;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  #proyo-webpage section#proyo-partner h2.section-title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #proyo-webpage section#proyo-partner h2.section-title {
    font-size: 2.28571429em;
  }
}
#proyo-webpage section#proyo-partner p.section-text {
  text-align: left;
}
@media screen and (max-width: 991px) {
  #proyo-webpage section#proyo-partner p.section-text {
    margin-top: 20px;
    text-align: center;
  }
}
#proyo-webpage section#proyo-partner p.section-text a {
  color: #191e24;
  text-decoration: underline;
}
#proyo-webpage section#proyo-partner p.section-text a:hover,
#proyo-webpage section#proyo-partner p.section-text a:focus {
  color: #191e24;
}
#proyo-webpage section#proyo-partner h3 {
  color: #000006;
  position: relative;
  display: inline-block;
}
#proyo-webpage section#proyo-partner h3:after {
  position: absolute;
  content: "";
  height: 50px;
  width: 50px;
  right: -50px;
  top: 20px;
  background: url('../images/proyo/nutritionist-after-arrow.png') no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  #proyo-webpage section#proyo-partner h3 {
    display: block;
    text-align: center;
  }
  #proyo-webpage section#proyo-partner h3:after {
    right: auto;
    left: calc(50% + 200px);
  }
}
@media screen and (max-width: 767px) {
  #proyo-webpage section#proyo-partner h3 {
    font-size: 1.42857143em;
    margin-bottom: 40px;
  }
  #proyo-webpage section#proyo-partner h3:after {
    left: auto;
    right: auto;
    top: 0;
  }
}
#proyo-webpage section#proyo-factfile {
  background: url('../images/proyo/factfile-bg.jpg') no-repeat center center, linear-gradient(to right, #2D3235 0%, #2D3235 50%, #9EA6A6 50%, #9EA6A6 0%);
  background-size: cover;
  padding-bottom: 175px;
}
#proyo-webpage section#proyo-factfile div.proyo-pattern {
  background: url('../images/proyo/factfile-pattern.png') no-repeat center top;
  background-size: contain;
  width: 100%;
  height: 270px;
  margin-bottom: -150px;
}
@media screen and (max-width: 991px) {
  #proyo-webpage section#proyo-factfile div.proyo-pattern {
    margin-bottom: -80px;
  }
}
@media screen and (max-width: 767px) {
  #proyo-webpage section#proyo-factfile div.proyo-pattern {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    height: 110px;
    margin-top: -8.25%;
    margin-bottom: 0px;
    background-position: top center;
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  #proyo-webpage section#proyo-factfile {
    padding-bottom: 40px;
  }
}
#proyo-webpage section#proyo-factfile h2.section-title {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #proyo-webpage section#proyo-factfile h2.section-title:after {
    left: 0% !important;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  #proyo-webpage section#proyo-factfile h2.section-title {
    text-align: center;
    font-size: 2.28571429em;
  }
}
#proyo-webpage section#proyo-factfile .factfile-container {
  overflow: hidden;
  border-radius: 25px;
  padding-bottom: 70px;
  position: relative;
}
#proyo-webpage section#proyo-factfile .factfile-skew {
  border-radius: 25px;
  margin-top: -50px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: skewY(-6deg);
  -moz-transform: skewY(-6deg);
  -o-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg);
  z-index: 2;
  position: relative;
  height: 500px;
}
#proyo-webpage section#proyo-factfile .factfile-inner-unskew {
  padding-top: 50px;
  z-index: 3;
  position: absolute;
  top: -50px;
  width: 100%;
}
#proyo-webpage section#proyo-factfile a.factfile-link {
  display: inline-block;
  position: relative;
  background: #000006;
  padding: 5px;
  border-radius: 5px;
  margin-left: 70px;
  color: #FFFCE1;
  font-family: 'collective';
  margin-bottom: 30px;
  margin-right: 10px;
  font-size: 1.57142857em;
}
@media screen and (max-width: 767px) {
  #proyo-webpage section#proyo-factfile a.factfile-link {
    font-size: 1.28571429em;
    margin-left: 60px;
    margin-right: 10px;
  }
}
#proyo-webpage section#proyo-factfile a.factfile-link:before {
  border-left: 30px solid #FFFCE1;
  border-top: 20px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 20px solid transparent;
  width: 0px;
  height: 0px;
  position: absolute;
  content: "";
  left: -40px;
  top: -6px;
}
#proyo-webpage section#proyo-factfile a.factfile-link:hover,
#proyo-webpage section#proyo-factfile a.factfile-link:focus {
  color: #7B7CBB;
  text-decoration: none;
}
#proyo-webpage section#proyo-factfile a.factfile-link:hover:before,
#proyo-webpage section#proyo-factfile a.factfile-link:focus:before {
  border-left: 30px solid #7B7CBB;
}
#proyo-webpage section#proyo-store-locator {
  background: #FFFCE1;
  position: relative;
  padding-bottom: 50px;
}
#proyo-webpage section#proyo-store-locator h3 {
  padding-top: 30px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #proyo-webpage section#proyo-store-locator h3 {
    text-align: center;
  }
}
#proyo-webpage section#proyo-store-locator:before {
  background: #FFFCE1;
  z-index: 1;
  height: 300px;
  top: -150px;
  width: 110%;
  left: -5%;
  position: absolute;
  content: "";
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
@media screen and (max-width: 767px) {
  #proyo-webpage section#proyo-store-locator:before {
    height: 100px;
    top: -50px;
  }
}
#proyo-webpage section#proyo-store-locator .container {
  position: relative;
  z-index: 2;
}
#proyo-webpage section#proyo-store-locator h2.section-title {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #proyo-webpage section#proyo-store-locator h2.section-title:after {
    left: 0% !important;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  #proyo-webpage section#proyo-store-locator h2.section-title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #proyo-webpage section#proyo-store-locator h2.section-title {
    font-size: 2.28571429em;
  }
}
#proyo-webpage section#proyo-store-locator p {
  text-align: left;
}
@media screen and (max-width: 991px) {
  #proyo-webpage section#proyo-store-locator p.section-text {
    text-align: center;
  }
}
#proyo-webpage section#proyo-store-locator form#proyo-locator {
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding-right: 70px;
  padding-top: 30px;
}
#proyo-webpage section#proyo-store-locator form#proyo-locator p#form-label {
  font-family: 'collective';
  font-size: 1.14285714em;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 10px;
}
#proyo-webpage section#proyo-store-locator form#proyo-locator .form-group {
  width: 45%;
  margin: 0 2%;
}
#proyo-webpage section#proyo-store-locator form#proyo-locator .nice-select {
  border: none;
  background: #000;
  color: #FFFCE1;
}
#proyo-webpage section#proyo-store-locator form#proyo-locator .nice-select:after {
  border-bottom: 2px solid #FFFCE1;
  border-right: 2px solid #FFFCE1;
}
#proyo-webpage section#proyo-store-locator form#proyo-locator .nice-select ul.list {
  color: #000;
}
#proyo-webpage section#proyo-store-locator form#proyo-locator input#postcode_location {
  background: #FFFCE1;
  border: 1px solid #000;
  border-radius: 5px;
  height: 42px;
  width: 100%;
  padding-left: 5px;
}
#proyo-webpage section#proyo-store-locator form#proyo-locator input[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 0;
}
#proyo-webpage section#proyo-store-locator form#proyo-locator label {
  font-family: 'collective';
  color: #000;
}
@media screen and (max-width: 767px) {
  #proyo-webpage section#proyo-store-locator form#proyo-locator {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding-top: 0;
    padding-right: 0px;
  }
  #proyo-webpage section#proyo-store-locator form#proyo-locator .form-group {
    width: 100%;
    margin-bottom: 10px;
  }
  #proyo-webpage section#proyo-store-locator form#proyo-locator p#form-label {
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
  }
  #proyo-webpage section#proyo-store-locator form#proyo-locator input[type="submit"] {
    position: relative;
    margin-left: 5px;
    margin-top: 0;
  }
}
#single-post.single-post-proyo small a {
  word-break: break-all;
}
#single-post.single-post-proyo > .container {
  position: relative;
}
#single-post.single-post-proyo > .container article,
#single-post.single-post-proyo > .container div {
  position: relative;
  z-index: 2;
}
#single-post.single-post-proyo > .container:after {
  position: absolute;
  bottom: -73px;
  background: url('../images/proyo/post-pattern.png') no-repeat center top;
  background-size: contain;
  width: 450px;
  height: 350px;
  bottom: -133px;
  left: -120px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #single-post.single-post-proyo > .container:after {
    display: none;
  }
}
#single-post.single-post-proyo section.proyo-intro h1 {
  position: relative;
  font-size: 3.85714286em;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#single-post.single-post-proyo section.proyo-intro h1:before {
  display: none;
  position: absolute;
  content: "";
  background: url('../images/proyo/proyo-grab-go-white.png') no-repeat center center;
  background-size: contain;
  width: 120px;
  height: 120px;
  right: -80px;
  top: -30px;
}
@media screen and (max-width: 1199px) {
  #single-post.single-post-proyo section.proyo-intro h1:before {
    right: -100px;
  }
}
@media screen and (max-width: 991px) {
  #single-post.single-post-proyo section.proyo-intro h1:before {
    right: -120px;
  }
}
@media screen and (max-width: 767px) {
  #single-post.single-post-proyo section.proyo-intro h1:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #single-post.single-post-proyo section.proyo-intro h1 {
    font-size: 2.57142857em;
    margin-top: 50px;
  }
}
#single-post.single-post-proyo section.proyo-intro h1:after {
  background-image: url("../images/dots-white.svg");
}
#single-post.single-post-proyo section.proyo-intro .proyo-pattern {
  background: url('../images/proyo/banner-pattern.png') no-repeat center top;
  background-size: contain;
  width: 100%;
  height: 184px;
}
@media screen and (max-width: 991px) {
  #single-post.single-post-proyo section.proyo-intro .proyo-pattern {
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  #single-post.single-post-proyo section.proyo-intro .proyo-pattern {
    background: url('../images/proyo/swiper-mobile-pattern.png') no-repeat center top;
    background-size: 112%;
    height: 70px;
    display: none;
  }
}
#single-post.single-post-proyo section.proyo-intro .proyo-products {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
#single-post.single-post-proyo section.proyo-intro .proyo-products > .col-sm-4 .img-responsive {
  margin-left: auto;
}
#single-post.single-post-proyo section.proyo-intro .proyo-products .proyo-product {
  padding: 0;
}
#single-post.single-post-proyo section.proyo-intro #proyo-products-swiper a {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}
#single-post.single-post-proyo section.proyo-intro #proyo-products-swiper a img.img-responsive {
  max-width: 200px;
  margin: 0 auto;
}
#single-post.single-post-proyo section.proyo-intro #proyo-products-swiper #ps_prev {
  left: 0;
  width: 0;
  height: 0;
  background: none;
  border-right: 20px solid #FFFCE1;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid transparent;
  top: 50% !important;
}
#single-post.single-post-proyo section.proyo-intro #proyo-products-swiper #ps_next {
  right: 0;
  width: 0;
  height: 0;
  background: none;
  border-left: 20px solid #FFFCE1;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 20px solid transparent;
  top: 50% !important;
}
#single-post.single-post-proyo article.post {
  padding-top: 40px;
}
#single-post.single-post-proyo article.post .proyo-page-link {
  padding: 2px 5px !important;
  background: #7B7CBB;
  color: #000;
  font-size: 23px !important;
}
#single-post.single-post-proyo article.post .proyo-page-link:hover,
#single-post.single-post-proyo article.post .proyo-page-link:focus {
  color: #7B7CBB;
  background: #000;
}
@media screen and (max-width: 767px) {
  #single-post.single-post-proyo article.post .post__body {
    text-align: center;
    margin-top: 15px;
  }
}
#single-post.single-post-proyo .related-posts {
  padding-top: 50px;
}
#single-post.single-post-proyo .related-posts a:hover,
#single-post.single-post-proyo .related-posts a:focus {
  text-decoration: none;
}
#single-post.single-post-proyo .related-posts__title {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  #single-post.single-post-proyo .related-posts .col-md-4 {
    width: 30%;
    margin: 0 1.5%;
  }
}
#single-post.single-post-proyo .related-posts .post--listing {
  padding-top: 20px;
}
#single-post.single-post-proyo .related-posts .post--listing .post__title {
  font-size: 1.28571429em;
}
#single-post.single-post-proyo #proyo-products-swiper-bottom .proyo-pattern {
  background: url('../images/proyo/banner-pattern.png') no-repeat center top;
  background-size: contain;
  width: 100%;
  height: 184px;
}
@media screen and (max-width: 991px) {
  #single-post.single-post-proyo #proyo-products-swiper-bottom .proyo-pattern {
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  #single-post.single-post-proyo #proyo-products-swiper-bottom .proyo-pattern {
    background: url('../images/proyo/swiper-mobile-pattern.png') no-repeat center top;
    background-size: 112%;
    height: 70px;
  }
}
#single-post.single-post-proyo #proyo-products-swiper-bottom #proyo-products-swiper a {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}
#single-post.single-post-proyo #proyo-products-swiper-bottom #proyo-products-swiper a img.img-responsive {
  max-width: 200px;
  margin: 0 auto;
}
#single-post.single-post-proyo #proyo-products-swiper-bottom #proyo-products-swiper #ps_prev {
  left: 0;
  width: 0;
  height: 0;
  background: none;
  border-right: 20px solid #FFFCE1;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid transparent;
  top: 50% !important;
  position: absolute;
}
#single-post.single-post-proyo #proyo-products-swiper-bottom #proyo-products-swiper #ps_next {
  right: 0;
  width: 0;
  height: 0;
  background: none;
  border-left: 20px solid #FFFCE1;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 20px solid transparent;
  top: 50% !important;
  position: absolute;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* COLORS */
#recipe-page {
  overflow-x: hidden;
}
#recipe-page #recipe-page-intro {
  background: #FFFCE1;
  padding-top: 170px;
  padding-bottom: 60px;
}
@media screen and (max-width: 992px) {
  #recipe-page #recipe-page-intro {
    padding-top: 260px;
  }
}
@media screen and (max-width: 767px) {
  #recipe-page #recipe-page-intro {
    padding-top: 220px;
  }
}
#recipe-page #recipe-page-intro h1 {
  font-size: 45px;
  margin-bottom: 60px;
  position: relative;
}
#recipe-page #recipe-page-intro h1 span.rfc {
  width: 210px;
  height: 100px;
  background: url(../images/tub4grub/rfc.svg);
  position: absolute;
  top: -105px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
#recipe-page #recipe-page-intro h1 span.rfa {
  width: 210px;
  height: 100px;
  background: url(../images/tub4grub/rfa.svg);
  position: absolute;
  top: -105px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
#recipe-page #recipe-page-intro .recipe-page-intro-copy {
  width: 600px;
  max-width: 100%;
  margin: 0px auto;
  margin-bottom: 60px;
}
#recipe-page #recipe-page-intro .recipe-page-intro-copy p {
  font-size: 25px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  #recipe-page #recipe-page-intro .recipe-page-intro-image {
    margin-left: -30%;
  }
}
#recipe-page section#recipe-body {
  background: #b6d05b;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
#recipe-page section#recipe-body .recipe-arrow-step {
  max-height: 45px;
  top: 30px;
  position: relative;
}
#recipe-page section#recipe-body:before {
  width: 200%;
  height: 100px;
  background: #b6d05b;
  content: "";
  position: absolute;
  top: 0;
  transform: rotate(2deg) translate(-25%);
  z-index: 0;
}
#recipe-page section#recipe-body .section-title {
  font-size: 45px;
  text-align: left;
}
#recipe-page section#recipe-body .section-title:after {
  max-width: 100%!important;
  left: 0px!important;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
#recipe-page section#recipe-body ul,
#recipe-page section#recipe-body ol {
  padding: 0px;
  margin: 0px;
  padding-left: 30px;
}
#recipe-page section#recipe-body ul li,
#recipe-page section#recipe-body ol li {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 30px;
}
#recipe-page section#recipe-body .recipe-hot-tip img {
  display: inline-block;
  margin-left: 70px;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #recipe-page section#recipe-body .recipe-hot-tip img {
    margin-left: 0px;
  }
}
#recipe-page section#recipe-body .recipe-actions {
  margin-top: 60px;
  padding-left: 30px;
}
#recipe-page section#recipe-body .recipe-actions ul.recipe-btns {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
#recipe-page section#recipe-body .recipe-actions ul.recipe-btns li {
  display: inline-block;
  vertical-align: middle;
}
#recipe-page section#recipe-body .recipe-actions ul.recipe-btns li .recipe-btn {
  width: 50px;
  height: 49px;
  display: inline-block;
  background-size: contain!important;
  background-position: center!important;
  margin-right: 5px;
  cursor: pointer;
  position: relative;
}
#recipe-page section#recipe-body .recipe-actions ul.recipe-btns li .recipe-btn a#recipe-share-trigger {
  background: url("../images/tub4grub/share.svg");
  width: 50px;
  height: 49px;
  display: inline-block;
  background-size: contain!important;
  background-position: center!important;
  margin-right: 5px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#recipe-page section#recipe-body .recipe-actions ul.recipe-btns li .recipe-btn.recipe-share .recipe-share-btn {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 5px;
  position: absolute;
  top: 5px;
  background-position: center!important;
  background-repeat: no-repeat !important;
  z-index: 0;
}
#recipe-page section#recipe-body .recipe-actions ul.recipe-btns li .recipe-btn.recipe-share .recipe-share-btn.recipe-share-facebook {
  background: url("../images/tub4grub/social-facebook.svg");
  left: 2px;
}
#recipe-page section#recipe-body .recipe-actions ul.recipe-btns li .recipe-btn.recipe-share .recipe-share-btn.recipe-share-twitter {
  background: url("../images/tub4grub/social-twitter.svg");
  left: 2px;
}
#recipe-page section#recipe-body .recipe-actions ul.recipe-btns li .recipe-btn.recipe-share .recipe-share-btn.recipe-share-instagram {
  background: url("../images/tub4grub/social-instagram.svg");
  left: 2px;
}
#recipe-page section#recipe-body .recipe-actions ul.recipe-btns li .recipe-btn.recipe-download {
  background: url("../images/tub4grub/download.svg");
}
#recipe-page section#recipe-body .recipe-actions ul.recipe-btns li .recipe-btn.recipe-print {
  background: url("../images/tub4grub/print.svg");
}
#recipe-page section#recipe-steps {
  background: #FFFCE1;
  padding: 60px 0;
}
#recipe-page section#recipe-steps .recipe-steps-image {
  margin: 40px 0;
}
#recipe-page section#recipe-steps .recipe-steps-boost p {
  font-size: 22px;
  line-height: 27px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #recipe-page section#recipe-steps .recipe-steps-boost p {
    margin-top: 0px;
  }
}

/*---------------------------------------------------
    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-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-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;
    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%;
  }
}
#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;
    width: 100% !important;
    height: auto !important;
  }
}
#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 .row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
#store-finder .stockists__logos ._logo {
  margin-bottom: 50px;
}
#store-finder .stockists .retailer {
  padding: 30px 20px;
  margin: 0px auto;
  display: inline-block;
}
@media screen and (min-width: 767px) {
  #store-finder .stockists .retailer {
    width: 24%;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  #tub-4-grub-page .recipes-expand {
    max-height: 150px;
    overflow: hidden;
    float: left;
    width: 100%;
  }
}
#tub-4-grub-page .text-center.recipes-load-more {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #tub-4-grub-page .text-center.recipes-load-more {
    display: block;
  }
}
#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 .t4g-image-1 {
  width: 130px;
}
#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;
  font-family: 'collective';
}
#tub-4-grub-page section#t4g-hero div#t4g-video iframe {
  display: none;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 892px;
  height: 100%;
}
@media screen and (max-width: 992px) {
  #tub-4-grub-page section#t4g-hero div#t4g-video iframe {
    height: 405px;
  }
}
@media screen and (max-width: 767px) {
  #tub-4-grub-page section#t4g-hero div#t4g-video iframe {
    height: 100%;
  }
}
@media screen and (max-width: 992px) {
  #tub-4-grub-page section#t4g-hero div#t4g-video {
    height: 405px;
  }
}
@media screen and (max-width: 767px) {
  #tub-4-grub-page section#t4g-hero div#t4g-video {
    height: 163px;
    background-size: cover!important;
  }
}
#tub-4-grub-page section#t4g-hero div#t4g-video:before {
  opacity: 0.0;
  font-family: 'collective';
  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);
}
@media screen and (max-width: 767px) {
  #tub-4-grub-page section#t4g-hero .hero-support-copy {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
}
#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;
    font-size: 18px;
    line-height: 24px;
  }
}
@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-hero .one-row-imgs .t4g-image-2 {
    padding-top: 10px;
    float: left;
    padding-right: 25px;
  }
}
#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;
  color: black;
}
#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;
}
@media screen and (max-width: 767px) {
  #tub-4-grub-page section#t4g-eat-more .t4g-eat-more-mark img {
    max-width: 100px;
    margin: 0 auto;
  }
}
#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;
    padding-top: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }
}
#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;
}
@media screen and (max-width: 767px) {
  #tub-4-grub-page section#t4g-eat-more .t4g-eat-more-share-wrapper div#totaliser-container {
    padding-left: 25px;
  }
}
#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.png);
  background-size: contain;
  background-repeat: no-repeat;
  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;
  }
}
#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-top: 120px;
  padding-bottom: 20px;
  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;
}
#tub-4-grub-page section#t4g-social .t4g-social-content .t4g-social-item img {
  overflow: hidden;
  border-radius: 5px;
}
@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 {
  background: #fffce1;
  position: relative;
}
#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;
}
@media screen and (max-width: 767px) {
  #tub-4-grub-page #t4g-ideas .t4g-ideas-heading p {
    font-size: 18px;
    line-height: 24px;
  }
}
#tub-4-grub-page #t4g-ideas h2 {
  font-size: 32px;
  margin: 20px 0;
}
#tub-4-grub-page #t4g-ideas .t4g-ideas-recipes #recipes-dropdown {
  width: 100%;
  overflow: hidden;
  height: 0px;
}
#tub-4-grub-page #t4g-ideas .t4g-ideas-recipes .t4g-recipe-item {
  margin-bottom: 31px;
  position: relative;
}
#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;
}
#tub-4-grub-page #t4g-ideas .t4g-ideas-recipes .t4g-recipe-item.col-sm-3.t4g-recipe-item img {
  height: 248px;
}
@media screen and (max-width: 1199px) {
  #tub-4-grub-page #t4g-ideas .t4g-ideas-recipes .t4g-recipe-item.col-sm-3.t4g-recipe-item img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #tub-4-grub-page #t4g-ideas .t4g-ideas-recipes .t4g-recipe-item.col-sm-3.t4g-recipe-item img {
    height: auto;
  }
}
@media screen and (max-width: 1199px) {
  #tub-4-grub-page #t4g-ideas .t4g-ideas-recipes .t4g-recipe-item {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  #tub-4-grub-page #t4g-ideas .t4g-ideas-recipes .t4g-recipe-item {
    margin-bottom: 7px;
  }
}
#tub-4-grub-page #t4g-ideas .t4g-ideas-recipes .t4g-recipe-item a {
  display: inline-block;
  position: relative;
}
#tub-4-grub-page #t4g-ideas .t4g-ideas-recipes .t4g-recipe-item span.t4g-recipe-hover {
  opacity: 0.0;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #089bd8;
  border-radius: 5px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#tub-4-grub-page #t4g-ideas .t4g-ideas-recipes .t4g-recipe-item span.t4g-recipe-hover:hover {
  opacity: 1.0;
}
#tub-4-grub-page #t4g-ideas .t4g-ideas-recipes .t4g-recipe-item span.t4g-recipe-hover span {
  font-size: 32px;
  line-height: 38px;
  font-family: "collective";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  #tub-4-grub-page #t4g-ideas .t4g-ideas-recipes .t4g-recipe-item span.t4g-recipe-hover span {
    font-size: 22px;
    line-height: 26px;
  }
}
#tub-4-grub-page .t4g-idea-item {
  position: relative;
  min-height: 263px;
}
#tub-4-grub-page .t4g-idea-item img {
  position: absolute;
  max-height: 262.5px;
}
#tub-4-grub-page .t4g-idea-item img:first-child {
  opacity: 1;
}
#tub-4-grub-page .t4g-idea-item img:last-child {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #tub-4-grub-page .t4g-idea-item {
    min-height: 151px;
  }
  #tub-4-grub-page .t4g-idea-item img {
    max-height: 145px;
  }
}
#tub-4-grub-page .t4g-idea-item:hover img:first-child,
#tub-4-grub-page .t4g-idea-item:focus img:first-child {
  opacity: 0;
}
#tub-4-grub-page .t4g-idea-item:hover img:last-child,
#tub-4-grub-page .t4g-idea-item:focus img:last-child {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #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;
}
@media screen and (max-width: 767px) {
  #tub-4-grub-page section#t4g-win {
    padding-top: 10px;
  }
}
#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-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;
}
#tub-4-grub-page section#t4g-support a {
  color: #FFFCE1;
}
section#t4g-more {
  background: #ABD269;
  padding: 30px 0;
}
section#t4g-more .t4g-more-item {
  width: 220px;
  text-align: center;
  margin: 0px auto;
  max-width: 100%;
}
section#t4g-more .t4g-more-item.t4g-proudly-support {
  width: 300px;
  cursor: pointer;
}
section#t4g-more .t4g-more-item:hover .t4g-more-image,
section#t4g-more .t4g-more-item:focus .t4g-more-image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  section#t4g-more .t4g-more-item {
    margin: 50px auto;
  }
}
section#t4g-more .t4g-more-image {
  height: 210px;
  -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);
}
section#t4g-more .t4g-more-image .m-table {
  width: 100%;
  height: 100%;
}
section#t4g-more .t4g-more-image .m-table .m-cell {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  section#t4g-more .t4g-more-image {
    height: auto;
    padding: 20px 0;
  }
}
section#t4g-more .t4g-more-item-social img {
  display: inline-block;
  width: 60px;
  margin: 5px;
}
section#t4g-more .t4g-aah-trigger img {
  max-height: 120px;
  cursor: pointer;
  margin: 0 auto;
}
section#t4g-more .t4g-faqs-image {
  cursor: pointer;
}
#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-win-popup .t4g-popup-head,
#t4g-faqs .t4g-popup-head,
#t4g-social-share .t4g-popup-head {
  margin-bottom: 0px;
}
#t4g-win-popup .t4g-popup-head:after,
#t4g-faqs .t4g-popup-head:after,
#t4g-social-share .t4g-popup-head:after {
  display: none;
}
.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;
}
@media screen and (max-width: 767px) {
  .t4g-popup {
    padding: 60px 20px;
  }
}
.t4g-popup .gform_confirmation_message {
  text-align: center;
  font-size: 25px;
  line-height: 32px;
  font-family: "collective";
}
.t4g-popup .t4g-popup-form {
  padding: 0 70px;
}
@media screen and (max-width: 767px) {
  .t4g-popup .t4g-popup-form {
    padding: 0 10px;
  }
}
.t4g-popup .t4g-popup-head {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.t4g-popup .t4g-popup-head:after {
  position: absolute;
  background: url(../images/dots.svg);
  height: 7px;
  bottom: -10px;
  width: 90%;
  content: "";
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.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;
}
@media screen and (max-width: 767px) {
  .t4g-popup p {
    font-size: 18px;
    line-height: 24px;
  }
}
.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;
  border: none;
}
.t4g-popup .gform_body .gfield_checkbox li {
  border: none;
  padding: 0;
}
.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;
  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;
  max-width: 100%;
  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 30px 15px;
  float: left;
  width: 100%;
}
.t4g-popup .t4g-accordion .ui-accordion-content p {
  font-size: 20px;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .t4g-popup .t4g-accordion .ui-accordion-content p {
    font-size: 18px;
    line-height: 24px;
  }
}
.t4g-popup .t4g-accordion .ui-accordion-content li {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 5px;
}
.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 35px;
  cursor: pointer;
  position: relative;
}
.t4g-popup .t4g-aah-image img {
  display: inline-block;
}
.t4g-popup .t4g-aah-image img:hover {
  opacity: 0.9;
}
.t4g-popup .t4g-aah-image iframe#t4g-aah-video {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.t4g-popup .t4g-popup-bottom {
  width: 100%;
}
#t4g-aah .email-btn {
  display: inline-block;
}
#t4g-aah p {
  margin-bottom: 30px;
}
#recipe-steps .recipe-steps-boost-image {
  width: 165px;
  max-width: 100%;
  float: right;
}
@media screen and (max-width: 767px) {
  #recipe-steps .recipe-steps-boost-image {
    width: 105px;
    max-width: 100%;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
    margin-left: 10px;
  }
}
#tmp123 p {
  font-size: 20px;
  line-height: 27px;
}
#tmp123 li {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 5px;
}

/*---------------------------------------------------
    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;
}
