/*
 * ====================================================
 * Globals
 * ====================================================
 */
/** Framework */
/** Mixins */
/** Variables **/
/* Vertical Rhythm --------------------*/
/* Bootstrap-esque variables */
.gotham-rounded-bold {
  font-family: "Gotham Rounded A", "Gotham Rounded B", "Open Sans Condensed", Arial, sans-serif;
  font-weight: 700; }

.gotham-rounded-medium {
  font-family: "Gotham Rounded A", "Gotham Rounded B", "Open Sans Condensed", Arial, sans-serif;
  font-weight: 500; }

.gotham-rounded-book {
  font-family: "Gotham Rounded A", "Gotham Rounded B", "Open Sans Condensed", Arial, sans-serif;
  font-weight: 400; }

.gotham-rounded-light {
  font-family: "Gotham Rounded A", "Gotham Rounded B", "Open Sans Condensed", Arial, sans-serif;
  font-weight: 300; }

/* Colours  --------------------*/
/** Utilities */
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/** Modules */
#owlCarouselShortList .owl-stage-outer {
  overflow: hidden; }

.irs {
  position: relative;
  display: block;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 5px; }

.irs-line {
  position: relative;
  display: block;
  outline: none !important; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-left, .irs-line-right {
  overflow: visible; }
  .irs-line-left:after, .irs-line-right:after {
    display: block;
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: -4px;
    border-radius: 50%; }

.irs-line-left {
  left: 0;
  width: 11%; }
  .irs-line-left:after {
    left: -2px;
    background-color: #046a38; }

.irs-line-right {
  right: -2px;
  width: 11%; }
  .irs-line-right:after {
    right: -0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a5a5a6+0,bcbdbe+100 */
    background: #a5a5a6;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a5a5a6 0%, #bcbdbe 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a6', endColorstr='#bcbdbe',GradientType=0 );
    /* IE6-9 */ }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  bottom: -20px;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 6px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2; }

.irs-disabled {
  opacity: 0.4; }

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40); }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.irs {
  height: 55px; }

.irs-with-grid {
  height: 75px; }

.irs-line {
  height: 6px;
  top: 33px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a5a5a6+0,bcbdbe+100 */
  background: #a5a5a6;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a5a5a6 0%, #bcbdbe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a6', endColorstr='#bcbdbe',GradientType=0 );
  /* IE6-9 */
  border: 1px solid rgba(4, 106, 56, 0.4);
  border-radius: 16px;
  -moz-border-radius: 16px; }

.irs-line-left {
  height: 6px; }

.irs-line-mid {
  height: 6px; }

.irs-line-right {
  height: 6px; }

.irs-bar {
  height: 6px;
  top: 33px;
  border-top: 1px solid rgba(4, 106, 56, 0.8);
  border-bottom: 1px solid rgba(4, 106, 56, 0.8);
  background-color: #046a38; }

.irs-bar-edge {
  height: 6px;
  top: 33px;
  width: 14px;
  border: 1px solid #046a38;
  border-right: 0;
  background-color: #046a38;
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px; }

.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30); }

.irs-slider {
  top: 27px;
  width: 20px;
  height: 17px;
  border: 1px solid #d7d8d9;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfdfe+0,dadbdb+100 */
  background: #fdfdfe;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fdfdfe 0%, #dadbdb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfe', endColorstr='#dadbdb',GradientType=0 );
  /* IE6-9 */
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer; }
  .irs-slider:after {
    position: absolute;
    content: "";
    display: block;
    background-color: transparent;
    height: 74px;
    width: 54px;
    top: -25px;
    left: -18px; }

.irs-slider.state_hover, .irs-slider:hover {
  background: #FFF; }

.irs-min, .irs-max {
  color: #FFF;
  font-size: 13px;
  line-height: 14px;
  text-shadow: none;
  top: 5px;
  padding: 1px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  visibility: visible !important; }

.irs-min {
  left: -4px; }

.irs-max {
  right: -13px; }

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc; }

.irs-from, .irs-to, .irs-single {
  color: #fff;
  top: calc(100% - 8px);
  font-size: 16px;
  font-family: "Gotham Rounded A", "Gotham Rounded B", "Open Sans Condensed", Arial, sans-serif;
  line-height: 16px;
  text-shadow: none;
  padding: 1px 5px; }

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999; }

.irs-grid {
  height: 27px; }

.irs-grid-pol {
  opacity: 0.5;
  background: #428bca; }

.irs-grid-pol.small {
  background: #999; }

.irs-grid-text {
  bottom: 5px;
  color: #99a4ac; }

img {
  max-width: 100%; }

.social-media-wrap {
  margin-bottom: 10px; }
  .social-media-wrap li .ico-new {
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: 100%; }
  .social-media-wrap li .youtube {
    background-image: url(../images/icons/youtube.png); }
  .social-media-wrap li .instagram {
    background-image: url(../images/icons/instagram.png); }

.info-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-flow: column;
      flex-flow: column; }

.related-products {
  margin-bottom: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .related-products__header {
    text-align: center;
    font-size: 2rem;
    line-height: 1.312rem;
    margin-bottom: 1.2rem; }
  .related-products__item {
    width: 46%;
    text-align: center;
    padding: 1.5rem;
    border: 2px solid #e7e7e7;
    border-radius: 3px; }
    .related-products__item:nth-child(-n+2) {
      margin-bottom: 4%; }
    .related-products__item:nth-child(odd) {
      margin-right: 4%; }
  .related-products__title {
    margin: 1em 0;
    font-size: 1.411rem;
    line-height: 1.4rem;
    display: block;
    color: #046a38;
    font-family: "Veneer", sans-serif; }
  .related-products__link {
    font-weight: bold;
    display: block;
    min-height: auto;
    font-size: 0.941rem;
    border-radius: 3px; }
  @media screen and (min-width: 768px) {
    .related-products__header {
      font-size: 2.625rem;
      line-height: 2.562rem; }
      .related-products__header span {
        display: block; }
    .related-products__item {
      width: 100%; }
      .related-products__item:nth-child(-n+2) {
        margin-bottom: 0; }
      .related-products__item:nth-child(odd) {
        margin-right: 0; }
      .related-products__item + .related-products__item {
        margin-top: 1.5em; } }

.related-products-categories {
  text-align: center;
  padding: 1.5rem;
  border: 2px solid #e7e7e7;
  border-radius: 3px;
  background-color: #e7e7e7;
  margin-bottom: 1.5rem; }
  .related-products-categories__header {
    text-align: center;
    font-size: 2rem;
    line-height: 1.312rem;
    margin-bottom: 1.2rem; }
  .related-products-categories__list {
    margin-bottom: 0; }
    .related-products-categories__list .cat-item .children {
      margin: 0.5em 0 0 0; }
    .related-products-categories__list li {
      display: block; }
      .related-products-categories__list li + li {
        margin-top: 0.5em; }
      .related-products-categories__list li a {
        text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .related-products-categories__header {
      font-size: 2.625rem;
      line-height: 2.562rem; } }

blockquote {
  border-left: 4px solid #046a38;
  padding-left: 2.5rem;
  margin: 2.5em 0; }
  blockquote p {
    font-weight: normal;
    color: #046a38;
    font-size: 1.058rem;
    line-height: 1.647rem; }
    blockquote p:before, blockquote p:after {
      content: none !important; }
    blockquote p + p:last-child {
      color: inherit;
      font-size: 1rem; }
  @media screen and (min-width: 768px) {
    blockquote p {
      font-size: 1.375rem;
      line-height: 2.125rem; } }

.lead {
  font-size: 1.058rem;
  line-height: 1.647rem;
  color: #000;
  margin-bottom: 40px;
  display: block; }
  @media screen and (min-width: 768px) {
    .lead {
      font-size: 1.411rem;
      line-height: 2rem; } }

.meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 1.411rem; }
  .meta__date {
    color: #555;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: bold;
    margin-bottom: 0; }
    .meta__date a {
      color: #555;
      text-decoration: none; }
  @media screen and (min-width: 768px) {
    .meta__date {
      font-size: 1.375rem;
      line-height: 1.5rem; } }

.back-to-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 1.5em 0; }
  .back-to-top__item {
    outline: 0;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    vertical-align: middle;
    background-color: #046a38;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    font-size: 0.941rem; }
    .back-to-top__item:hover, .back-to-top__item:focus {
      text-decoration: none;
      color: #fff; }
  .back-to-top__icon {
    margin: 3px auto; }

.social-share {
  position: relative;
  width: auto;
  margin-top: 20px; }
  .social-share:hover .social-share__wrap {
    visibility: visible;
    opacity: 1; }
  .social-share__link {
    display: inline-block;
    color: #046a38;
    text-decoration: underline; }
    .social-share__link:hover {
      text-decoration: none; }
  .social-share__icon {
    margin-right: 5px; }
  .social-share__wrap {
    position: absolute;
    bottom: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.14s ease-in-out; }
  .social-share__list {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    min-width: 90px;
    list-style: none;
    z-index: 10;
    background: #fff;
    border: 2px solid #ecf0f1;
    transition: all 0.14s ease-in-out; }
    .social-share__list:before {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(240, 244, 245, 0);
      border-top-color: #ecf0f1;
      border-width: 11px;
      margin-left: -11px; }
    .social-share__list:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #ffffff;
      border-width: 8px;
      margin-left: -8px; }
  .social-share__list-item {
    list-style: none !important;
    margin: 6px 3px !important; }
    .social-share__list-item a {
      outline: none; }

.btn {
  padding: 1em 1.5em;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  line-height: 1.1em; }
  .btn--green {
    background-color: #046a38; }
  .btn--blue {
    background-color: #009fe3; }
  .btn--inline-block {
    display: inline-block; }
  .btn:hover, .btn:focus {
    opacity: 0.9;
    color: #fff; }

.hero-full {
  padding: 40px 10px 40px 10px !important;
  min-height: 180px; }
  .hero-full__video {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
    height: 280px;
    z-index: -100; }
    @media screen and (min-width: 768px) {
      .hero-full__video {
        height: 340px; } }
  .hero-full__logo {
    text-align: center;
    margin: 0 auto; }
    .hero-full__logo img {
      max-width: 170px; }
  .hero-full__cta {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .hero-full__cta a {
      min-width: 220px; }
      .hero-full__cta a + .btn {
        margin: 0 0 0 2em; }
  @media screen and (max-width: 767px) {
    .hero-full__cta {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      z-index: 99999;
      margin: 0;
      padding: 0; }
      .hero-full__cta a.btn {
        width: 100%;
        margin: 0 !important;
        font-size: 0.823rem;
        padding: 1.5em 0.2em;
        line-height: 1rem;
        border-radius: 0;
        text-align: center;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        min-width: inherit; } }
  @media screen and (min-width: 768px) {
    .hero-full__logo {
      margin: 0 auto 40px auto; }
      .hero-full__logo img {
        max-width: 230px; } }

.panels-flex {
  -ms-flex-pack: center;
      justify-content: center; }
  @media screen and (min-width: 768px) {
    .panels-flex {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.panels-flex-wrap {
  margin-top: 0;
  margin-bottom: 0; }

.card {
  height: 100%; }
  .card.js-clickable {
    cursor: pointer; }
  .card__body {
    padding: 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%; }
  .card--bordered {
    border: 2px solid #cfdfd3;
    border-radius: 3px; }
  .card--center {
    text-align: center; }
  .card__img {
    margin-bottom: 0.5rem; }
  .card__heading {
    color: #222;
    font-weight: 700;
    font-size: 1.058rem;
    line-height: 1.1em;
    margin-bottom: 0; }
  .card__footer {
    margin-top: auto; }
  .card__cta {
    margin-top: 20px;
    display: block; }
  @media screen and (min-width: 768px) {
    .card__heading {
      font-size: 1.2rem;
      line-height: 1.2em; } }

.featured-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  .featured-product__item {
    margin-top: 30px; }
    .featured-product__item:nth-child(-n+2) {
      margin-top: 0; }
  .featured-product__cta {
    margin: 0 auto !important;
    min-height: 35px; }
  @media screen and (min-width: 992px) {
    .featured-product__item:nth-child(-n+4) {
      margin-top: 0; } }

.section--border-top {
  border-top: 2px solid #e7e7e7; }

.section--center {
  text-align: center;
  margin: 0 auto; }

.section__header {
  margin: 30px 0; }

.section__heading {
  text-align: center;
  font-size: 1.764rem;
  margin: 30px 0; }
  .page-content-builder__item .section__heading {
    margin: 0 0 30px 0; }
  .section__heading--stockist {
    margin: 46px 0 52px 0;
    font-size: 1.5rem;
    line-height: 24px; }
  .section__heading--left {
    text-align: left; }

@media screen and (min-width: 768px) {
  .section__heading {
    font-size: 2.2rem; } }

.band h2 {
  font-size: 1.764rem; }

@media screen and (min-width: 768px) {
  .band h2 {
    font-size: 2.47rem; } }

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 1920px;
  margin: 2.5em auto; }
  .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 1080px;
    border: 0; }

.contact-card {
  margin-top: 48px; }
  .contact-card__list-item {
    width: 100%;
    border-bottom: 2px solid #cfdfd3;
    margin-top: 24px !important;
    margin-bottom: 12px !important;
    padding-bottom: 24px; }
  .contact-card__heading {
    font-size: 20px !important;
    line-height: 22px !important; }
  .contact-card__subheading {
    color: #00854a !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: bold;
    margin-bottom: 0.5rem; }
  .contact-card__info-item {
    font-size: 16px !important;
    margin-bottom: 0.5rem; }
  .contact-card__address-item p {
    font-size: 16px !important;
    line-height: 22px !important;
    color: #00854a !important;
    font-weight: bold; }

.distributors {
  padding: 40px 24px;
  background-color: #cfdfd3; }
  .distributors__heading {
    font-size: 20px; }
  .distributors__cta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center; }

.fractions {
  margin-bottom: 48px; }
  .fractions thead tr th {
    text-align: center; }
  .fractions tbody tr td {
    text-align: center;
    vertical-align: middle; }
  .fractions__ph {
    position: relative;
    display: block;
    text-align: center;
    font-weight: normal;
    border-radius: 50%;
    min-width: 72px;
    border: 2px solid #222;
    font-size: 32px;
    display: inline-block; }
    .fractions__ph:after {
      display: block;
      padding-bottom: 100%;
      width: 100%;
      height: 0;
      border-radius: 50%;
      content: ""; }
  .fractions__ph-inner {
    position: absolute;
    top: 38%;
    bottom: 38%;
    left: 0;
    width: 100%;
    height: 100%; }
    .fractions__ph-inner span {
      display: table;
      width: 100%;
      height: 100%; }
  .fractions__icon {
    text-align: center; }
  .fractions__level {
    display: block;
    margin-top: 10px; }
  .fractions__small {
    font-size: 12px;
    margin-top: 16px; }
  @media screen and (max-width: 1030px) {
    .fractions__ph {
      min-width: 60px;
      font-size: 20px; } }

.format-size__heading {
  font-size: 32px; }

.format-size__extra-info {
  margin-top: 48px; }
  .format-size__extra-info > h2,
  .format-size__extra-info h3 {
    font-size: 20px; }

.format-size table,
.fractions table {
  font-family: "urw-din", Arial, sans-serif;
  font-weight: 600; }

@media screen and (max-width: 1030px) {
  .fractions table .fractions__icon svg {
    width: 40px;
    height: 40px; }
  .fractions table .fractions__level {
    margin-top: 0; } }

.format-size table,
.fractions table {
  font-family: "urw-din", Arial, sans-serif;
  font-weight: 600; }

@media screen and (max-width: 1030px) {
  .format-size table,
  .fractions table {
    background: #fff;
    border: 0; }
    .format-size table thead,
    .fractions table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .format-size table tbody tr,
    .fractions table tbody tr {
      background-color: #fff !important;
      position: relative; }
      .format-size table tbody tr:before,
      .fractions table tbody tr:before {
        content: "";
        background: #046a38;
        min-width: 150px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px; }
      .format-size table tbody tr td:first-child,
      .fractions table tbody tr td:first-child {
        border-top-right-radius: 5px; }
      .format-size table tbody tr td:last-child,
      .fractions table tbody tr td:last-child {
        border-bottom-right-radius: 5px; }
      .format-size table tbody tr:last-child,
      .fractions table tbody tr:last-child {
        margin-bottom: 0; }
    .format-size table tr,
    .fractions table tr {
      display: block;
      margin-bottom: 15px;
      padding: 0; }
      .format-size table tr td,
      .fractions table tr td {
        padding: 8px 16px !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        font-weight: normal !important;
        background-color: #eee; }
        .format-size table tr td:nth-child(odd),
        .fractions table tr td:nth-child(odd) {
          background-color: #cfdfd3; }
        .format-size table tr td:before,
        .fractions table tr td:before {
          content: attr(data-label);
          text-transform: uppercase;
          font-size: 14px !important;
          line-height: 20px;
          background: #046a38;
          color: #fff;
          min-width: 134px;
          text-align: left;
          margin-right: 16px;
          position: relative; }
        .format-size table tr td:last-child,
        .fractions table tr td:last-child {
          border-bottom: 0; } }

article img {
  margin: 2.5em 0; }

article img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

article img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

article img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

article a img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

article a img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

article a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

article img,
article figure {
  max-width: 100% !important;
  height: auto; }

article figure {
  margin: 2.5em 0; }
  article figure img {
    margin-bottom: 0; }

article figcaption {
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #777; }

@media screen and (min-width: 768px) {
  article {
    max-width: 680px;
    margin: 0 auto; } }

article .bird-info img,
article .bird-info figure {
  margin-top: 0;
  margin-bottom: 0; }

.inline-advert img {
  width: 100%; }

.related-post {
  margin-bottom: 2.5em;
  height: 100%; }
  .related-post__item {
    margin-bottom: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start; }
    .related-post__item.js-clickable {
      cursor: pointer; }
  .related-post__body {
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%; }
  .related-post__thumb, .related-post__copy {
    width: 50%; }
  .related-post__thumb {
    text-align: right; }
    .related-post__thumb img {
      width: 100%;
      max-width: 270px;
      border-radius: 3px; }
  .related-post__copy {
    margin-left: 1em; }
  .related-post__excerpt {
    display: none; }
  .related-post__title {
    margin-bottom: 1em;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: bold;
    color: #222; }
  .related-post__footer {
    margin-top: auto; }
  .related-post__link {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1em;
    text-decoration: underline; }
    .related-post__link:not(:hover) {
      color: #222; }
  @media screen and (min-width: 768px) {
    .related-post {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: center;
          justify-content: center; }
      .related-post__thumb {
        margin-bottom: 1.5em; }
      .related-post__title {
        font-size: 1.375rem;
        line-height: 1.75rem; }
      .related-post__excerpt {
        display: inline-block;
        -ms-flex-positive: 1;
            flex-grow: 1; }
      .related-post__item {
        max-width: 270px;
        margin-bottom: 0; }
      .related-post__thumb {
        text-align: inherit; }
      .related-post__thumb, .related-post__copy {
        width: 100%; }
      .related-post__body {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: start;
            justify-content: flex-start; }
      .related-post__copy {
        margin-left: inherit;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
        -ms-flex-positive: 1;
            flex-grow: 1; } }

.search-main > li + li {
  margin-top: 38px; }

.search-main .search-header {
  position: relative; }

.search-main .page-header h1 {
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 15px; }

.search-main .top-info p {
  margin-bottom: 30px; }

.search-main .search-result h3 {
  font-size: 20px;
  line-height: 18px;
  margin-bottom: 6px; }

.search-main .search-result .result-excerpt {
  margin-top: 15px; }

.search-main .search-result .result-url, .search-main .search-result .result-excerpt p {
  font-size: 16px;
  line-height: 17px; }

.search-main .search-nav {
  position: relative; }
  .search-main .search-nav .navigation {
    background-color: #FFF !important;
    margin-bottom: 0 !important; }
    .search-main .search-nav .navigation .nav-links {
      -ms-flex-pack: center;
          justify-content: center; }
      .search-main .search-nav .navigation .nav-links .current {
        text-decoration: none !important;
        color: #046a38 !important; }
      .search-main .search-nav .navigation .nav-links .prev, .search-main .search-nav .navigation .nav-links .next {
        text-decoration: none !important; }
      .search-main .search-nav .navigation .nav-links .page-numbers {
        padding: 0 20px;
        text-decoration: underline;
        color: #222;
        font-size: 16px;
        line-height: 24px; }

.search-main .search-nav-result, .search-main .top-info {
  text-align: right; }
  .search-main .search-nav-result p, .search-main .top-info p {
    font-size: 16px;
    line-height: 24px; }

@media screen and (min-width: 960px) {
  .search-main .page-header h1 {
    font-size: 48px;
    line-height: 55px; }
  .search-main .top-info, .search-main .search-nav-result {
    position: absolute;
    right: -300px; }
  .search-main .top-info {
    top: 70px; }
  .search-main .search-nav-result {
    top: 56px; } }

.main--full {
  width: 100%; }

.main-content-block {
  /*
    * Default WP Alignment Classes
    *****************************************************************************/ }
  .main-content-block .alignnone,
  .main-content-block .aligncenter,
  .main-content-block .alignleft,
  .main-content-block .alignright {
    margin: 1em auto;
    display: block;
    padding: 0; }
  .main-content-block .wp-caption .wp-caption-text {
    padding: 0.5em 0;
    border: 1px solid #222;
    background: #222;
    margin: 0;
    text-align: center;
    color: #fff; }
  @media screen and (min-width: 580px) {
    .main-content-block .alignnone {
      margin: 1em 0; }
    .main-content-block .aligncenter {
      float: none;
      margin: 0.5em auto 1em; }
    .main-content-block .alignright {
      float: right;
      margin: 0.5em 0 1em 1em; }
    .main-content-block .alignleft {
      float: left;
      margin: 0.5em 1em 1em 0; } }

.error {
  position: relative;
  z-index: 9999; }
  .error__inner {
    max-width: 447px; }
  .error__heading {
    font-family: "Veneer", sans-serif;
    font-weight: lighter;
    font-size: 56px;
    line-height: 69px;
    color: #fff;
    margin: 0 0 8px 0; }
  .error__copy {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 0;
    max-width: 325px; }
  .error__back {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: block;
    clear: both; }
    .error__back a {
      color: #fff; }
  .error__search {
    position: relative;
    max-width: 384px;
    margin: 16px 0; }
  .error__search-input {
    position: relative;
    width: calc(100% - 70px);
    -ms-flex-positive: 1;
        flex-grow: 1;
    height: 50px;
    outline: none;
    border: none;
    color: #555555;
    font-size: 14px;
    float: left;
    padding: 20px 20px 20px 50px;
    font-family: Arial, sans-serif;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
    .error__search-input:-ms-input-placeholder {
      color: #999;
      font-size: 16px; }
    .error__search-input::placeholder {
      color: #999;
      font-size: 16px; }
  .error__search-input-svg {
    height: 21px;
    width: 21px;
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 99; }
  .error__search-btn-wrap {
    background-color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden; }
  .error__search-btn {
    display: block;
    height: 50px;
    width: 70px;
    float: right;
    border-left: 0;
    border: none;
    font-family: Arial, sans-serif;
    color: #fff;
    background-color: #222;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .error__heading {
      font-size: 88px;
      line-height: 78px;
      margin: 60px 0 24px 0; }
    .error__copy {
      font-size: 22px;
      line-height: 30px;
      max-width: inherit; }
    .error__search {
      margin: 48px 0; } }

.error-bgr {
  width: 100%;
  height: auto;
  background: url("../images/404-daisy-xs.jpg") no-repeat center center;
  background-size: cover !important;
  padding: 24px;
  min-height: 640px;
  margin: 0 auto;
  position: relative; }
  .error-bgr::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    height: 85%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#02522b+50,02522b+100&1+50,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #02522b 0%, rgba(2, 82, 43, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 1; }
    @media all and (min-width: 48em) {
      .error-bgr::before {
        max-width: 585px;
        height: 100%;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#02522b+40,02522b+100&0.9+40,0+100 */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(2, 82, 43, 0.9) 40%, rgba(2, 82, 43, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e602522b', endColorstr='#0002522b',GradientType=1 );
        /* IE6-9 */ } }
  @media screen and (min-width: 760px) {
    .error-bgr {
      min-height: 800px;
      background: url("../images/404-daisy-md.jpg") no-repeat bottom center; } }
  @media screen and (min-width: 768px) {
    .error-bgr {
      padding: 48px; } }
  @media screen and (min-width: 1120px) {
    .error-bgr {
      min-height: 672px;
      background: url("../images/404-daisy-lg.jpg") no-repeat bottom center; } }

/** Contact Form **/
.form-contact {
  background-color: #cfdfd3;
  padding: 48px;
  margin: 40px 0 0 0; }
  .form-contact__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 24px; }
    @media screen and (min-width: 1025px) {
      .form-contact__header {
        margin-bottom: 24px; } }
  .form-contact__header-sub {
    margin-top: 32px; }
    @media screen and (min-width: 1025px) {
      .form-contact__header-sub {
        margin-top: 64px; } }
  .form-contact__heading {
    font-size: 22px;
    line-height: 32px; }
    @media screen and (min-width: 1025px) {
      .form-contact__heading {
        font-size: 32px;
        line-height: 42px; } }
  .form-contact__required {
    color: #8e8e8e; }
  .form-contact__group {
    margin-bottom: 1rem; }
  .form-contact__label {
    font-weight: bold;
    color: #222; }
  .form-contact__list li {
    list-style: initial !important;
    color: #555555;
    font-size: 1rem !important; }
  .form-contact__input, .form-contact__textarea,
  .form-contact .wpcf7-form-control {
    display: block;
    width: 100%;
    text-transform: initial;
    padding: 0.5em 1em;
    background-color: #fff;
    border: 1px transparent !important;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border-radius: 4px; }
    .form-contact__input:focus, .form-contact__textarea:focus,
    .form-contact .wpcf7-form-control:focus {
      border: 1px solid #00854a;
      outline: 0;
      outline: thin dotted \9;
      box-shadow: inset 0 1px 1px rgba(0, 133, 74, 0.075), 0 0 8px rgba(0, 133, 74, 0.6); }
    .form-contact__input.wpcf7-not-valid, .form-contact__textarea.wpcf7-not-valid,
    .form-contact .wpcf7-form-control.wpcf7-not-valid {
      border: 2px solid #b33c3d !important; }
    .form-contact__input:-ms-input-placeholder, .form-contact__textarea:-ms-input-placeholder,
    .form-contact .wpcf7-form-control:-ms-input-placeholder {
      color: #a5a5a6; }
    .form-contact__input::placeholder, .form-contact__textarea::placeholder,
    .form-contact .wpcf7-form-control::placeholder {
      color: #a5a5a6; }
    @media all and (min-width: 48em) {
      .form-contact__input, .form-contact__textarea,
      .form-contact .wpcf7-form-control {
        display: inline-block;
        min-height: 50px; } }
  .form-contact .submit-brand {
    margin: 40px 0 0 0;
    width: auto;
    padding: 1em 1.5em;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    line-height: 1.1em;
    border: none;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem; }

.wpcf7-validation-errors {
  border-color: #903 !important;
  background-color: #fcc !important;
  color: #903 !important; }

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  font-size: 0.85em !important;
  border: none !important;
  top: 28% !important;
  left: 3% !important; }

.ajax-loader {
  display: none !important; }

.wpcf7 {
  display: block;
  width: 100%; }
  .wpcf7 input,
  .wpcf7 optgroup,
  .wpcf7 select,
  .wpcf7 textarea {
    text-transform: initial; }
  .wpcf7 .wpcf7-form {
    margin: 1rem 0; }
    .wpcf7 .wpcf7-form label + label {
      margin: 0.65rem 0; }
    .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
      display: block;
      margin-top: 0.6rem; }
    .wpcf7 .wpcf7-form .wpcf7-submit {
      display: block;
      width: 100%; }

/*
 * ====================================================
 * Partials
 * ====================================================
 */
/*
** Open 2nd mega menu for development
*/
@media all and (min-width: 48em) and (-ms-high-contrast: none) {
  /* IE11 */
  *::-ms-backdrop,
  .nav__item--has-children:nth-of-type(2) .nav__dropdown {
    min-width: 820px; } }

.nav--primary {
  position: relative;
  display: -ms-flexbox;
  display: flex; }
  @media all and (min-width: 1025px) {
    .nav--primary .nav__item--right .nav__dropdown {
      transform: translateX(calc(-50% - -130px)); } }
  @media screen and (min-width: 1200px) {
    .nav--primary .nav__item--right .nav__dropdown {
      transform: translateX(calc(-50% - -305px)); } }
  @media screen and (min-width: 764px) {
    .nav--primary {
      background-color: #046a38; } }
  .nav--primary svg {
    fill: currentColor;
    vertical-align: middle;
    margin-left: 4px; }
  .nav--primary > .container {
    position: relative;
    -ms-flex-preferred-size: 74em;
        flex-basis: 74em;
    width: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .nav--primary > .container a {
      display: block;
      padding-bottom: 10px;
      text-align: center;
      padding: 3px 5px;
      margin-right: auto; }
      @media screen and (min-width: 650px) {
        .nav--primary > .container a {
          padding: 15px 23px 15px 23px;
          text-align: center; } }
      @media screen and (min-width: 755px) {
        .nav--primary > .container a {
          padding: 15px 21px; } }
    .nav--primary > .container > ul {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 100;
      background-color: #046a38;
      display: none;
      -ms-flex-positive: 1;
          flex-grow: 1;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 auto; }
      @media all and (min-width: 1025px) {
        .nav--primary > .container > ul {
          position: static;
          width: 74em;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          display: -ms-flexbox !important;
          display: flex !important; } }
    .nav--primary > .container .logo-small {
      width: 100%; }
      @media all and (min-width: 768px) {
        .nav--primary > .container .logo-small {
          display: none; } }
    @media all and (min-width: 1025px) {
      .nav--primary > .container {
        -ms-flex-pack: start;
            justify-content: flex-start; } }
  .nav__item {
    width: 100%;
    border-bottom: 1px solid rgba(124, 194, 66, 0.4);
    color: #fff;
    font-size: 18px;
    font-family: "Arial";
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    transition: none;
    /** Navigation Children (Category Headings) */ }
    .nav__item a {
      width: 100%;
      color: inherit;
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit;
      text-decoration: inherit;
      padding: 20px 0;
      transition: none; }
    .nav__item.nav__item--active {
      background-color: #046a38; }
      .nav__item.nav__item--active .nav__dropdown {
        display: -ms-flexbox;
        display: flex; }
      .nav__item.nav__item--active svg {
        transform: rotate(180deg); }
    .nav__dropdown {
      width: 100%;
      z-index: 100;
      background-color: #fff;
      display: none;
      border: 10px solid #046a38;
      border-top: 0; }
      .nav__dropdown .nav__item {
        color: #046a38;
        border-bottom: 0px;
        font-size: 21px;
        text-transform: none; }
        .nav__dropdown .nav__item a {
          text-align: left;
          padding: 8px 17px; }
      .nav__dropdown__border {
        width: 100%;
        border: 5px solid #046a38;
        padding: 22px 32px;
        padding-top: 14px; }
      .nav__dropdown__inner {
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media all and (min-width: 1025px) {
          .nav__dropdown__inner {
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; } }
      .nav__categories-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media all and (min-width: 1025px) {
          .nav__categories-wrap {
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; } }
      .nav__categories {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .nav__categories > .nav__item {
          min-width: 208px; }
          .nav__categories > .nav__item > a {
            width: 100%; }
        .nav__category {
          margin: 0;
          width: 100%; }
          .nav__category .nav__item {
            color: #555;
            font-size: 16px;
            width: 100%; }
            .nav__category .nav__item.nav__item--all {
              color: #046a38; }
            .nav__category .nav__item a {
              padding: 4px 17px;
              transition: none; }
              .nav__category .nav__item a:hover {
                color: #046a38; }
              @media all and (min-width: 1025px) {
                .nav__category .nav__item a {
                  min-width: 208px; } }
            @media all and (min-width: 1025px) {
              .nav__category .nav__item {
                width: auto; } }
            @media all and (min-width: 1025px) {
              .nav__category .nav__item {
                width: auto; } }
      @media all and (min-width: 1025px) {
        .nav__dropdown {
          width: auto;
          min-width: calc(100% + 380px);
          position: absolute;
          margin-left: -10px; } }
    @media all and (min-width: 1025px) {
      .nav__item {
        width: auto;
        border-bottom: 0; } }
  .header__search {
    padding: 15px 32px;
    background-color: #046a38;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (max-width: 470px) {
      .header__search {
        padding-left: 0;
        padding-right: 4px;
        background-color: transparent; } }
    @media screen and (min-width: 768px) {
      .header__search {
        border-radius: 3px 3px 0 0;
        padding: 5px 32px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; } }
    .search__label {
      display: inline-block;
      pointer-events: none;
      color: #fff; }
      @media screen and (max-width: 470px) {
        .search__label {
          display: none; } }
    .search__icon {
      display: inline-block;
      pointer-events: none;
      color: #fff;
      margin-left: 8px;
      vertical-align: middle;
      line-height: 1em;
      height: 30px; }
      @media screen and (max-width: 470px) {
        .search__icon {
          padding: 2px; } }
      @media screen and (min-width: 470px) {
        .search__icon svg g path#icon-search {
          fill: #fff !important; } }
    .header__search__form {
      position: absolute;
      top: 100%;
      right: -40px;
      z-index: 101;
      padding: 0.5em 0.5em 0.5em 0.5em;
      background-color: #046a38;
      width: 320px;
      display: none;
      font-size: 22px; }
      @media all and (min-width: 400px) {
        .header__search__form {
          right: -65px; } }
      .header__search__form.header__search__form--active {
        display: -ms-flexbox;
        display: flex; }
      @media all and (min-width: 30em) {
        .header__search__form {
          width: 340px; } }
      @media all and (min-width: 48em) {
        .header__search__form {
          padding: 1em;
          width: 480px;
          right: 0; } }
      .header__search__form .search--input {
        position: relative;
        width: 75%;
        -ms-flex-positive: 1;
            flex-grow: 1;
        height: 50px;
        outline: none;
        border: none;
        color: #555555;
        text-transform: uppercase;
        font-size: 14px;
        float: left;
        padding: 20px 20px 20px 50px; }
        .header__search__form .search--input:focus {
          border: none;
          inset: none;
          box-shadow: none; }
      .header__search__form .site-search__btn-wrap {
        background-color: #fff;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        overflow: hidden; }
      .header__search__form .site-search__btn {
        display: block;
        height: 50px;
        width: 70px;
        float: right;
        border-left: 0;
        border: none;
        font-family: "Gotham Rounded A", "Gotham Rounded B", "Open Sans Condensed", Arial, sans-serif;
        color: #fff;
        background-color: #222; }

.navigation {
  background-color: #e7e7e7;
  padding: 1.5em;
  margin: 1.5em 0; }
  .navigation .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; }
  .navigation .nav-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%; }

/*
 * ====================================================
 * Templates
 * ====================================================
 */
.sow-bg {
  background: url("../images/sow-smart/sowsmart-landing-bg.jpg") no-repeat 50% -180px;
  clear: both;
  overflow: hidden;
  background-size: 100%; }
  .sow-bg .max-width {
    margin-top: 20px; }
    @media all and (min-width: 481px) {
      .sow-bg .max-width {
        margin-top: 40px; } }
    @media all and (min-width: 1024px) {
      .sow-bg .max-width {
        margin-top: 150px; } }

.sow-bg-2 {
  background: url("../images/sow-smart/sowsmart-bg-stretched.jpg") no-repeat 50% -180px;
  clear: both;
  overflow: hidden;
  background-size: 100%; }
  .sow-bg-2 .max-width {
    margin-top: 20px; }
    @media all and (min-width: 481px) {
      .sow-bg-2 .max-width {
        margin-top: 40px; } }
    @media all and (min-width: 1024px) {
      .sow-bg-2 .max-width {
        margin-top: 150px; } }

.recepie-bg {
  background: url("../images/sow-smart/sowsmart-bg-stretched.jpg") no-repeat 50% -180px;
  clear: both;
  overflow: hidden;
  background-size: 100%; }

.sow-smart-wrapper {
  float: none;
  padding: 0;
  margin: auto;
  text-align: center; }
  .sow-smart-wrapper .sow-smart {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center; }
    @media all and (min-width: 30em) {
      .sow-smart-wrapper .sow-smart {
        width: 32.77311%;
        float: left;
        margin-right: 0.84034%; } }
  .sow-smart-wrapper .sow-smart-links {
    width: 100%;
    float: right;
    margin-right: 0;
    padding: 0;
    margin: 0; }
    @media all and (min-width: 30em) {
      .sow-smart-wrapper .sow-smart-links {
        width: 66.38655%;
        float: left;
        margin-right: 0.84034%;
        padding: 0;
        margin: 0; } }
    .sow-smart-wrapper .sow-smart-links li {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin: 0 10px 10px 0;
      text-align: center; }
      @media all and (min-width: 30em) and (max-width: 48em) {
        .sow-smart-wrapper .sow-smart-links li {
          margin: 0 5px 5px 0; } }
      @media all and (min-width: 48em) {
        .sow-smart-wrapper .sow-smart-links li {
          width: 49.57983%;
          float: left;
          margin: 0 10px 10px 0; }
          .sow-smart-wrapper .sow-smart-links li:nth-child(2n + 1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0; }
          .sow-smart-wrapper .sow-smart-links li:nth-child(2n + 2) {
            margin-left: 50.42017%;
            margin-right: -100%;
            clear: none; } }
      .sow-smart-wrapper .sow-smart-links li .figure {
        padding: 10px; }
  .sow-smart-wrapper img {
    width: 100%;
    border-radius: 30px; }
  .sow-smart-wrapper a:hover img {
    opacity: 0.8; }

.intro-wrap {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px; }
  .intro-wrap .intro-img {
    width: 24.36975%;
    float: left;
    margin-right: 0.84034%; }
  .intro-wrap .intro-txt {
    width: 74.78992%;
    float: right;
    margin-right: 0; }
  @media all and (min-width: 48em) {
    .intro-wrap .intro-img {
      width: 24.36975%;
      float: left;
      margin-right: 0.84034%; }
    .intro-wrap .intro-txt {
      width: 74.78992%;
      float: right;
      margin-right: 0; } }

.recipe {
  padding: 0;
  margin: 0 0 20px 0;
  overflow: hidden; }

.sow-smart__recipe-anchors li {
  float: left;
  margin-right: 20px; }

.recipe-wraper .recipe .recipe-img {
  padding-right: 20px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.recipe-wraper .recipe .recipe-ingredients {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.recipe-wraper .recipe .recipe-method {
  padding-top: 50px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

@media all and (min-width: 48em) {
  .recipe-wraper .recipe .recipe-img {
    width: 66.38655%;
    float: left;
    margin-right: 0.84034%; }
  .recipe-wraper .recipe .recipe-ingredients {
    width: 32.77311%;
    float: right;
    margin-right: 0; }
  .recipe-wraper .recipe .recipe-method {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

.recipe-head a {
  text-decoration: none; }

.trouble-wrap li {
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }
  @media all and (min-width: 768px) {
    .trouble-wrap li {
      width: 49.57983%;
      float: left;
      margin-right: 0.84034%; } }
  .trouble-wrap li a {
    text-decoration: none; }
  .trouble-wrap li img {
    width: 100%; }
  @media all and (min-width: 768px) {
    .trouble-wrap li .problem-img {
      width: 49.57983%;
      float: left;
      margin-right: 0.84034%; } }
  @media all and (min-width: 768px) {
    .trouble-wrap li .problem-diagnosis {
      width: 49.57983%;
      float: right;
      margin-right: 0;
      padding: 0px 20px 20px 20px; } }
  .trouble-wrap li .problem-diagnosis h2 {
    font-size: 26px; }
  .trouble-wrap li .problem-solution {
    width: 100%;
    float: right;
    margin-right: 0; }
    @media all and (min-width: 768px) {
      .trouble-wrap li .problem-solution {
        padding: 0px 20px 20px 0px; } }
  .trouble-wrap li p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    line-height: 1.2rem;
    color: #555555; }
  @media all and (min-width: 48em) {
    .trouble-wrap li {
      width: 49.57983%;
      float: left;
      margin-right: 0.84034%; }
      .trouble-wrap li .problem-img {
        width: 49.57983%;
        float: left;
        margin-right: 0.84034%; }
      .trouble-wrap li .problem-diagnosis {
        width: 49.57983%;
        float: right;
        margin-right: 0; }
        .trouble-wrap li .problem-diagnosis h2 {
          font-size: 26px; }
      .trouble-wrap li .problem-solution {
        width: 100%;
        float: right;
        margin-right: 0; } }

@media all and (min-width: 768px) {
  .trouble-wrap li.two {
    width: 49.57983%;
    float: right;
    margin-right: 0; } }

.trouble-wrap .figcaption {
  font-family: "Gotham Rounded A", "Gotham Rounded B", "Open Sans Condensed", Arial, sans-serif;
  font-weight: 500;
  color: #555555;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.hero__so-smart img {
  width: auto;
  display: block;
  float: left; }

.sow-smart__title-wrap {
  position: relative; }
  @media all and (min-width: 481px) {
    .sow-smart__title-wrap {
      margin: 0 auto;
      background-image: url(../images/sow-smart/Flash-wide.png);
      background-repeat: no-repeat;
      background-size: 100%;
      width: 480px;
      height: 120px; } }
  @media all and (min-width: 768px) {
    .sow-smart__title-wrap {
      width: 700px;
      height: 160px; } }
  @media all and (min-width: 1024px) {
    .sow-smart__title-wrap {
      width: 780px;
      height: 160px; } }
  .sow-smart__title-wrap .sow-smart__title {
    font-size: 28px;
    text-align: center;
    width: 100%;
    z-index: 1;
    font-weight: bold;
    color: #00854A; }
    @media all and (min-width: 481px) {
      .sow-smart__title-wrap .sow-smart__title {
        position: absolute;
        color: #FFF;
        top: calc(50% - 45px); } }
    @media all and (min-width: 768px) {
      .sow-smart__title-wrap .sow-smart__title {
        font-size: 38px;
        top: calc(50% - 55px); } }
    @media all and (min-width: 1024px) {
      .sow-smart__title-wrap .sow-smart__title {
        font-size: 48px; } }
    .sow-smart__title-wrap .sow-smart__title a {
      color: inherit;
      font-weight: inherit; }

@media screen and (max-width: 480px) {
  .template--recipe {
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (max-width: 767px) {
  .recipe-list {
    padding-left: 10px; } }

.sow-smart-footer-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media all and (min-width: 48em) {
    .sow-smart-footer-links {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .sow-smart-footer-links li {
    margin-bottom: 15px;
    margin-right: 10px; }
    @media all and (min-width: 48em) {
      .sow-smart-footer-links li {
        margin-bottom: 0px; } }
    .sow-smart-footer-links li a {
      min-height: auto;
      display: block; }

.locator-message {
  padding: 20px;
  margin: 15px 0;
  background-color: #046a38;
  color: #fff;
  text-align: center; }
  .locator-message * {
    color: inherit; }
  .locator-message *:last-child {
    margin-bottom: 0; }

.locator__stockist-wrap {
  position: relative; }

.locator__stockist__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  padding: 10px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5); }
  .locator__stockist__loader img {
    animation: spin 0.75s linear infinite; }

.locator__stockist__no-results-border {
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  transform: translate(0%, -50%);
  z-index: 2;
  border: 10px solid #00854a; }
  @media all and (min-width: 768px) {
    .locator__stockist__no-results-border {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }

.locator__stockist__no-results {
  background-color: #fff;
  border: 5px solid #014b2a;
  padding: 30px 20px;
  color: #555; }
  .locator__stockist__no-results__close {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    width: 25px;
    height: 25px;
    padding: 10px 7.5px;
    border: 2px solid #014b2a;
    background-color: #00854a;
    line-height: 0em;
    border-radius: 100%;
    cursor: pointer;
    text-transform: none;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .locator__stockist__no-results__close:hover {
      background-color: #014b2a; }
  .locator__stockist__no-results .title__brand-sub {
    color: #555;
    text-align: left;
    margin-bottom: 2px;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1.3em;
    font-weight: bold; }
    .locator__stockist__no-results .title__brand-sub span {
      font-size: 12px; }
    .locator__stockist__no-results .title__brand-sub a {
      display: block;
      margin-top: 10px;
      color: #fff;
      text-decoration: none; }
      .locator__stockist__no-results .title__brand-sub a:hover {
        text-decoration: underline; }

.locator__stockist__form {
  background-color: #00854a;
  padding: 30px 20px;
  top: 30px;
  left: 28px;
  z-index: 1; }
  .locator__stockist__form > form {
    margin-top: -8px; }
  .locator__stockist__form select[disabled] {
    background-color: #aaa;
    color: #333; }
  .locator__stockist__form .title__brand-sub {
    color: #fff;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 2px;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1.3em;
    font-weight: bold; }
    .locator__stockist__form .title__brand-sub span {
      font-size: 12px; }
    .locator__stockist__form .title__brand-sub a {
      margin-top: 10px;
      color: #fff;
      text-decoration: none; }
      .locator__stockist__form .title__brand-sub a:hover {
        text-decoration: underline; }
  .locator__stockist__form .js-view-stockists {
    display: none; }
  .locator__stockist__form .locator__stockist-filters .select-brand {
    width: 100%;
    margin-bottom: 5px;
    padding: 10px;
    height: 40px;
    min-height: 40px; }
  .locator__stockist__form .locator__stockist-filters__distance {
    margin-top: 10px;
    margin-bottom: 10px; }
  .locator__stockist__form .locator__stockist .input-brand {
    width: 0%;
    margin-bottom: 10px;
    padding: 10px;
    height: 40px;
    min-height: 40px; }
  .locator__stockist__form .distance-slider {
    margin-bottom: 20px; }
  .locator__stockist__form .submit-brand,
  .locator__stockist__form .submit-current-location {
    width: 100%;
    margin-bottom: 0;
    padding: 10px;
    height: 40px;
    min-height: 40px; }
  @media all and (min-width: 48em) {
    .locator__stockist__form {
      position: absolute;
      width: 290px; } }
  .locator__stockist__form .submit-brand {
    margin-bottom: 5px; }
  .locator__stockist__form .submit-current-location {
    font-size: 12px;
    background: url(../images/icons/gps-indicator.png) no-repeat 10px center;
    background-color: #046a38;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 12px;
    line-height: 19px;
    text-align: left;
    width: calc(100% - 50px);
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 15px; }

.stockist-finder__map {
  width: 100%;
  min-height: 355px;
  background-image: url(../images/placeholders/map.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block; }
  @media all and (min-width: 48em) {
    .stockist-finder__map {
      min-height: 655px; } }

/** Google Map Infoboxes */
.infobox .infobox__stockist .infobox__stockist__title {
  font-size: 16px;
  font-family: "Gotham Rounded A", "Gotham Rounded B", "Open Sans Condensed", Arial, sans-serif;
  color: #00854a;
  line-height: 1.3em;
  margin: 0; }

.infobox .infobox__stockist .infobox__stockist__address {
  font-size: 14px;
  font-family: "Gotham Rounded A", "Gotham Rounded B", "Open Sans Condensed", Arial, sans-serif;
  font-style: normal;
  color: #656565;
  line-height: 1.3em; }

.infobox .infobox__stockist .infobox__stockist__web {
  margin-bottom: 0;
  font-size: 14px; }
  .infobox .infobox__stockist .infobox__stockist__web a {
    font-size: 14px;
    font-family: "Gotham Rounded A", "Gotham Rounded B", "Open Sans Condensed", Arial, sans-serif;
    font-style: normal;
    line-height: 1.3em; }

.infobox .infobox__stockist .infobox__stockist__distance {
  font-family: "Gotham Rounded A", "Gotham Rounded B", "Open Sans Condensed", Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #656565;
  line-height: 1.3em;
  margin: 0; }

.infobox .infobox__stockist strong {
  font-weight: 600; }

/** Stockists Stacktable */
@media all and (min-width: 48em) {
  .stacktable.small-only {
    display: none; } }

.stacktable.large-only {
  display: none; }
  @media all and (min-width: 48em) {
    .stacktable.large-only {
      display: table; } }

.location-wrap {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  .location-wrap .submit-brand-alt {
    min-height: 25px;
    padding: 0px 15px; }
  .location-wrap .input-brand {
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: 0; }

#user_location {
  margin-bottom: 0px;
  font-size: 14px; }

/*
 * |============================================================================
 * | Product Page Rework: (27/06/16)
 * |============================================================================
 */
.product-viewer {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  border: 2px solid #cfdfd3;
  position: relative;
  margin-bottom: 30px; }
  @media all and (min-width: 48em) {
    .product-viewer {
      min-height: 360px; } }
  .product-viewer__info {
    display: none;
    bottom: 15px;
    left: 25px;
    z-index: 10;
    position: absolute;
    font-size: 0.75em;
    color: #046a38;
    line-height: 13px; }
    @media all and (min-width: 48em) {
      .product-viewer__info.is-active {
        display: block; } }
    .product-viewer__info .icon-svg {
      margin-right: 5px; }

/** Wraps around the product images and description text */
.product__information-wrap {
  background-color: #fff;
  padding-top: 7px;
  overflow: hidden; }

.product__description__column {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media all and (min-width: 48em) {
    .product__description__column {
      width: 49.57983%;
      float: left;
      margin-right: 0.84034%; }
      .product__description__column:last-child {
        width: 49.57983%;
        float: right;
        margin-right: 0; } }
  .product__description__column:first-child .product__description__inner h2:first-of-type:before {
    content: none; }

.product__description__inner {
  padding: 0 10px; }
  @media all and (min-width: 48em) {
    .product__description__inner {
      padding: 0 40px; } }
  @media all and (min-width: 48em) {
    .product__description__inner h2:first-of-type:before {
      content: none; } }

.product__description {
  padding-bottom: 20px; }

.product__video-wrap {
  display: none; }
  .product__video-wrap.is-active {
    display: block; }

.related-products-wrap--outer {
  padding-top: 30px;
  background-color: #fff; }

.product-detail-thumbs .owl-nav .owl-prev {
  margin-left: 0px !important; }

.product-detail-thumbs .owl-nav .owl-next {
  margin-right: 0px !important; }

.carousel-related-products .owl-stage {
  display: -ms-flexbox;
  display: flex; }

.carousel-related-products .owl-item {
  height: auto !important; }
  .carousel-related-products .owl-item img {
    height: auto; }

.carousel-related-products,
.product-detail-thumbs {
  position: relative;
  margin-bottom: 40px; }
  .carousel-related-products .owl-next span,
  .carousel-related-products .owl-prev span,
  .product-detail-thumbs .owl-next span,
  .product-detail-thumbs .owl-prev span {
    display: none; }
  .carousel-related-products .thumb,
  .product-detail-thumbs .thumb {
    border: 2px solid #cfdfd3;
    border-radius: 3px;
    overflow: hidden;
    transition: border 0.2s ease;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .carousel-related-products .thumb.is-active,
    .product-detail-thumbs .thumb.is-active {
      border: 2px solid #00854a; }
    .carousel-related-products .thumb--video,
    .product-detail-thumbs .thumb--video {
      position: relative;
      background-color: #000; }
      .carousel-related-products .thumb--video:after,
      .product-detail-thumbs .thumb--video:after {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #fff;
        border-width: 12px;
        margin-left: 6px; }
  .carousel-related-products .owl-dots,
  .product-detail-thumbs .owl-dots {
    display: block;
    bottom: -40px; }
    .carousel-related-products .owl-dots .owl-dot span,
    .product-detail-thumbs .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      border: none;
      background-color: #046a38;
      opacity: 1; }
    .carousel-related-products .owl-dots .owl-dot.active span, .carousel-related-products .owl-dots .owl-dot:hover span,
    .product-detail-thumbs .owl-dots .owl-dot.active span,
    .product-detail-thumbs .owl-dots .owl-dot:hover span {
      background-color: #046a38; }
  .carousel-related-products .owl-nav,
  .product-detail-thumbs .owl-nav {
    top: 50%;
    top: calc(50% - 24px);
    pointer-events: none;
    display: -ms-flexbox;
    display: flex;
    left: 2px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    position: absolute; }
    .carousel-related-products .owl-nav .owl-next,
    .carousel-related-products .owl-nav .owl-prev,
    .product-detail-thumbs .owl-nav .owl-next,
    .product-detail-thumbs .owl-nav .owl-prev {
      display: none;
      width: 48px;
      height: 48px;
      pointer-events: auto;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      background-repeat: no-repeat;
      vertical-align: middle;
      background-color: #046a38;
      color: #fff;
      outline: 0;
      border-radius: 50%; }
    @media screen and (min-width: 768px) {
      .carousel-related-products .owl-nav .owl-next,
      .carousel-related-products .owl-nav .owl-prev,
      .product-detail-thumbs .owl-nav .owl-next,
      .product-detail-thumbs .owl-nav .owl-prev {
        display: inline-block; }
      .carousel-related-products .owl-nav .owl-next,
      .product-detail-thumbs .owl-nav .owl-next {
        background-image: url(../images/icons/icon-arrow.svg);
        background-position: center center;
        margin-right: -10px;
        transform: rotate(90deg); }
      .carousel-related-products .owl-nav .owl-prev,
      .product-detail-thumbs .owl-nav .owl-prev {
        background-image: url(../images/icons/icon-arrow.svg);
        background-position: center center;
        margin-left: -10px;
        transform: rotate(270deg); } }
    @media screen and (min-width: 1270px) {
      .carousel-related-products .owl-nav .owl-next,
      .product-detail-thumbs .owl-nav .owl-next {
        margin-right: -24px; }
      .carousel-related-products .owl-nav .owl-prev,
      .product-detail-thumbs .owl-nav .owl-prev {
        margin-left: -24px; } }
  .carousel-related-products .item,
  .product-detail-thumbs .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%; }
  .carousel-related-products .figcaption,
  .product-detail-thumbs .figcaption {
    font-size: 18px;
    font-family: "Gotham Rounded A", "Gotham Rounded B", "Open Sans Condensed", Arial, sans-serif;
    height: 40px; }

.product-detail-thumbs {
  padding-left: 24px;
  padding-right: 24px; }
  @media all and (min-width: 48em) {
    .product-detail-thumbs .owl-dots {
      display: none; } }
  @media screen and (min-width: 1270px) {
    .product-detail-thumbs .owl-nav .owl-next {
      margin-right: 24px; } }

.product__stockists-panel-form {
  margin: 0; }

.product__stockist-details-info-wrap {
  padding-left: 10px;
  padding-right: 10px; }
  @media all and (min-width: 48em) {
    .product__stockist-details-info-wrap {
      padding-left: 0;
      padding-right: 0;
      margin-top: 24px;
      margin-top: 1.5rem; } }

.product__info-wrap .title-wrap .title__main {
  line-height: 1; }

.product__info-wrap .title-wrap .max-width {
  position: relative; }

.product__stockists-panel-form {
  padding: 0; }
  .product__stockists-panel-form .stockist-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media all and (min-width: 48em) {
      .product__stockists-panel-form .stockist-inner-wrap {
        -ms-flex-direction: row;
            flex-direction: row; } }
    .product__stockists-panel-form .stockist-inner-wrap .input-brand {
      margin: 0;
      margin-bottom: 20px;
      border: solid 2px #046a38; }
      @media all and (min-width: 48em) {
        .product__stockists-panel-form .stockist-inner-wrap .input-brand {
          border: none;
          margin-bottom: 0; } }
    .product__stockists-panel-form .stockist-inner-wrap .submit-brand {
      font-size: 0.75em;
      margin: 0;
      padding: 1em 1.5em;
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      border-radius: 3px;
      line-height: 1.1em;
      border: none;
      text-align: center;
      text-decoration: none !important;
      transition-property: all;
      transition-duration: 0.25s;
      transition-timing-function: ease-in;
      font-size: 16px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.5rem;
      margin-bottom: 0; }
      @media (min-width: 30em) {
        .product__stockists-panel-form .stockist-inner-wrap .submit-brand {
          font-size: 0.95em; } }
      @media all and (min-width: 48em) {
        .product__stockists-panel-form .stockist-inner-wrap .submit-brand {
          display: inline-block;
          min-height: 50px; } }
      .product__stockists-panel-form .stockist-inner-wrap .submit-brand:hover {
        cursor: pointer;
        background-color: #31c1ff !important; }
  .product__stockists-panel-form .stockist-select-inner-wrap {
    background-color: #fff; }

.buy-online-button {
  text-decoration: none;
  height: 50px;
  display: block;
  padding: 1em;
  text-align: center;
  background-color: #00854a;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  min-width: 50%;
  font-size: 0.75em; }
  @media all and (min-width: 48em) {
    .buy-online-button {
      font-size: 1em;
      margin-bottom: 0; } }
  .buy-online-button:hover {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background-color: #00d275; }

.product-stockist {
  max-width: 100%;
  width: 100%; }

.recent-product__header {
  margin-bottom: 35px;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  color: #00854a;
  font-size: 1.5rem; }

.recent-product .recent-product__title {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: normal; }

.recent-product .recent-product__item {
  margin-bottom: 35px; }

.btn-related {
  background-color: #fff;
  border: 2px solid #00854a;
  text-transform: uppercase;
  color: #00854a;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 30px;
  margin: 0 auto;
  outline: none;
  text-align: center; }
  .btn-related:hover {
    border-color: #046a38;
    color: #fff;
    background-color: #046a38; }

.template-landing .js-stockists-results {
  display: none; }

.template-landing .hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  padding: 20px 10px 80px 10px; }
  .template-landing .hero .hero__title {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #fff; }
    @media all and (min-width: 48em) {
      .template-landing .hero .hero__title {
        font-size: 72px;
        margin-bottom: 20px; } }
  .template-landing .hero p {
    line-height: 1.8em;
    font-weight: 400;
    font-style: normal;
    font-size: 18px; }
  .template-landing .hero .icon--arrow-down {
    cursor: pointer;
    opacity: 0.5;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0%); }

.template-landing .torn-image-container {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  left: 0px; }

.template-landing .torn-image {
  width: 1980px;
  max-width: 1980px; }

.template-landing .hero--main {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center; }
  .template-landing .hero--main .hero__logo {
    text-align: center;
    margin-bottom: 20px; }
  .template-landing .hero--main .hero__title {
    margin-top: 0;
    line-height: 1.3em; }
  .template-landing .hero--main .hero__content {
    text-align: center; }
  .template-landing .hero--main .button {
    margin-top: 15px;
    width: 100%;
    padding: 15px 14px;
    color: #fff;
    text-align: center;
    background-color: #046a38;
    text-transform: uppercase;
    font-size: 14px; }
    .template-landing .hero--main .button:hover {
      background-color: #069b52; }
    .template-landing .hero--main .button a {
      color: #fff;
      background-color: none;
      padding: 0;
      text-decoration: none; }
      .template-landing .hero--main .button a:hover {
        color: #fff;
        background-color: none;
        text-decoration: none; }
  .template-landing .hero--main .button-dark-green {
    margin-top: 15px;
    width: 100%;
    padding: 15px 14px;
    color: #fff;
    text-align: center;
    background-color: #009fe3;
    text-transform: uppercase;
    font-size: 14px; }
    .template-landing .hero--main .button-dark-green:hover {
      background-color: #009fe3; }
    .template-landing .hero--main .button-dark-green a {
      color: #fff;
      background-color: none;
      padding: 0;
      text-decoration: none; }
      .template-landing .hero--main .button-dark-green a:hover {
        color: #fff;
        background-color: none;
        text-decoration: none; }
  @media all and (min-width: 64em) {
    .template-landing .hero--main {
      min-height: 340px; } }

.template-landing .full-strip {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .template-landing .full-strip--bottom {
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      .template-landing .full-strip--bottom {
        margin-top: 50px; } }

.template-landing .landing-content__header {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 50px;
  line-height: 44px; }

.template-landing .landing-band__item {
  margin-bottom: 45px; }

.template-landing .landing-band__item img {
  width: 100%; }

.template-landing .landing-product__header {
  margin-bottom: 35px;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px; }

.template-landing .landing-product__title {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: normal; }

.template-landing .landing-product__item {
  margin-bottom: 35px; }

.template-landing .landing-product__item img {
  width: 100%; }

.template-landing .landing-product__action {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px; }

.template-landing .btn-products {
  padding: 12px 24px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #046a38; }

.template-landing .btn-products:hover {
  text-decoration: none;
  color: #fff; }

.template-landing .full-strip {
  margin-bottom: 0px; }

.template-landing .landing-strip {
  text-align: center; }

.template-landing .landing-strip__content {
  padding: 30px;
  max-width: 970px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .template-landing .landing-strip__content {
      padding: 60px; } }

.template-landing .landing-strip__content h1,
.template-landing .landing-strip__content h2,
.template-landing .landing-strip__content h3,
.template-landing .landing-strip__content h4,
.template-landing .landing-strip__content h5,
.template-landing .landing-strip__content h6,
.template-landing .landing-strip__content p,
.template-landing .landing-strip__content a {
  color: inherit; }

.template-landing .landing-advice {
  margin-bottom: 2.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row; }

.template-landing .landing-advice__header {
  margin-top: 55px;
  margin-bottom: 55px;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px; }

.template-landing .landing-advice__title {
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: bold;
  color: #222; }
  @media screen and (min-width: 768px) {
    .template-landing .landing-advice__title {
      font-size: 1.375rem;
      line-height: 1.75rem; } }

.template-landing .landing-advice__item {
  margin-bottom: 1.5em; }
  @media screen and (max-width: 767px) {
    .template-landing .landing-advice__item {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .template-landing .landing-advice__item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-direction: column;
          flex-direction: column; } }

.template-landing .landing-advice__item img {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .template-landing .landing-advice__item img {
      margin-bottom: 1em; } }

.template-landing .landing-advice__text {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0; }

.template-landing .landing-advice__text p {
  font-size: 14px;
  line-height: 18px; }

.template-landing .landing-advice__link {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase; }

.template-landing .landing-stockists__header {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px; }

.template-landing .header__search__form .search--input {
  position: relative;
  width: 75%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  /* height: 50px;*/
  outline: none;
  border: none;
  color: #555555;
  text-transform: uppercase;
  font-size: 14px;
  float: left;
  padding: 13px 20px 11px 50px; }

.template-landing .autocomplete-suggestion {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px; }

.advice-overlay,
.band-overlay {
  position: absolute;
  width: calc(100% - 30px);
  left: 15px; }

.related-articles {
  margin-bottom: 2.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media all and (max-width: 504px) {
    .related-articles {
      display: block; } }
  .related-articles .col-md-8 {
    width: 33%; }
    @media all and (max-width: 504px) {
      .related-articles .col-md-8 {
        width: 100%; } }

.related-articles__header {
  margin-top: 15px;
  margin-bottom: 55px;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  color: #00854a; }

.related-articles__title {
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: bold;
  color: #222; }
  @media screen and (min-width: 768px) {
    .related-articles__title {
      font-size: 1.375rem;
      line-height: 1.75rem; } }

.related-articles__item {
  margin-bottom: 1.5em; }
  @media screen and (max-width: 767px) {
    .related-articles__item {
      width: 100%; } }

.related-articles__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%; }

.related-articles__item img {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .related-articles__item img {
      margin-bottom: 1em; } }

.related-articles__text {
  display: none; }
  @media screen and (min-width: 768px) {
    .related-articles__text {
      display: inline-block; } }

.related-articles__text p {
  font-size: 1rem;
  color: #222; }

.related-articles__link {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1em; }

.article-hero {
  display: block;
  position: relative; }
  .article-hero img {
    margin-bottom: 0; }
  .article-hero .torn-image-container {
    overflow: hidden;
    position: absolute;
    bottom: 15px; }

.articles-wrap li {
  position: relative; }

.articles-wrap .band-overlay {
  left: 0px;
  width: 100%; }

.articles-stockists {
  width: 100%; }
  .articles-stockists__img img {
    max-height: 50px;
    width: auto !important;
    margin-bottom: 10px; }
  .articles-stockists__item {
    border: 2px solid #eee;
    border-radius: 3px;
    cursor: pointer; }
    .articles-stockists__item:hover {
      border: 2px solid #ddd; }
      .articles-stockists__item:hover a {
        color: #222222; }
  .articles-stockists__link {
    color: #222222;
    text-decoration: underline !important;
    font-size: 1rem;
    margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .articles-stockists__item {
      width: 47% !important; } }

.bird-info {
  margin-bottom: 0px; }
  .bird-info .bird-info img,
  .bird-info .bird-info figure {
    margin-top: 0;
    margin-bottom: 0; }

.bird-info__main-figure {
  width: 100%;
  position: relative;
  margin-bottom: 15px; }
  .bird-info__main-figure img {
    max-width: 100%;
    width: 100%; }
  .bird-info__main-figure .info-grid__popup {
    overflow-y: visible; }

.info-grid {
  position: relative;
  overflow: hidden; }
  .info-grid > div[class*="col-"] {
    padding: 0; }
    @media all and (max-width: 504px) {
      .info-grid > div[class*="col-"] {
        width: 50%; }
        .info-grid > div[class*="col-"].hidden-sm {
          display: none; } }
  .info-grid__popup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 30px;
    transform: translate3d(0, 0, 0);
    overflow-y: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: all 0.5s;
    transform: scale(0.75);
    pointer-events: none;
    background-color: #eee; }
    .info-grid__popup.info-grid__block--opened {
      display: block;
      opacity: 1;
      transform: scale(1);
      pointer-events: all; }
    .info-grid__popup__close {
      position: absolute;
      top: 30px;
      right: 30px;
      padding: 5px;
      cursor: pointer;
      background-color: #8dc63f;
      width: 30px;
      height: 30px; }
    .info-grid__popup__content.rte h2 {
      color: #004612;
      margin-top: 30px;
      margin-bottom: 0;
      font-size: 24px;
      text-align: left; }
    .info-grid__popup__content.rte p {
      margin-top: 30px;
      margin-bottom: 0;
      color: #444;
      font-size: 18px;
      line-height: 1.6em; }
  .info-grid__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100%; }
  .info-grid__block {
    width: 100%;
    padding-top: 100%;
    height: 0;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    align-item: center;
    background-color: #8dc63f; }
    .info-grid__block .info-grid__block__inner {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 30px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: end;
      align-items: flex-end; }
      @media all and (min-width: 48em) {
        .info-grid__block .info-grid__block__inner {
          padding: 15px; } }
      @media all and (min-width: 64em) {
        .info-grid__block .info-grid__block__inner {
          padding: 15px; } }
    .info-grid__block .svg {
      fill: #fff;
      width: 100%;
      max-width: 70px;
      max-height: 70px; }
    .info-grid__title {
      color: #eee;
      font-size: 14px;
      text-align: center;
      width: 100%;
      margin: 0; }
    .info-grid__block.info-grid__block--even {
      background-color: #eee; }
      .info-grid__block.info-grid__block--even .svg {
        fill: #8dc63f; }
      .info-grid__block.info-grid__block--even .info-grid__title {
        color: #8dc63f; }
      .info-grid__block.info-grid__block--even .info-grid__block__data__inner {
        overflow: hidden; }
        .info-grid__block.info-grid__block--even .info-grid__block__data__inner p {
          color: #8dc63f; }
    .info-grid__icon {
      text-align: center;
      width: 100%;
      line-height: 0; }
    .info-grid__image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover; }
    .info-grid__block.info-grid__block--slided .info-grid__block__inner, .info-grid__block.info-grid__block--slided .info-grid__block__data {
      transform: translate(0px, -100%);
      margin: 0 auto; }
    .info-grid__block__inner, .info-grid__block__data {
      transition: all 0.5s; }
  .info-grid__block__data {
    width: 100%;
    padding-top: 100%;
    position: relative; }
    .info-grid__block__data__inner {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 15px;
      font-size: 24px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .info-grid__block__data__inner p {
        margin: 0 auto;
        color: #fff;
        text-align: center;
        width: 100%; }

.progress-bar {
  height: 3px;
  width: 100%;
  background-color: rgba(141, 198, 63, 0.2);
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0; }
  .progress-bar .progress-bar__progress {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 100%;
    background-color: #8dc63f; }

/* Style of the image popup on the bird page */
.mfp-image-holder .mfp-content {
  background: transparent;
  max-width: auto; }

.mfp-image-holder .mfp-close {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 5px;
  cursor: pointer;
  background-color: #78b32a;
  width: 30px;
  height: 30px; }

.info-grid__popup__close {
  padding: 3px 0px 0px 5px; }

.icon--close {
  padding-left: 5px;
  color: #fff; }

.home-hero {
  max-width: 1170px !important;
  margin: 0 auto 20px auto; }
  .home-hero__wrapper {
    display: block; }
    .home-hero__wrapper:hover, .home-hero__wrapper:focus {
      text-decoration: none; }
  .home-hero__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 380px;
    position: relative; }
    .home-hero__item--gradient::before {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      content: "";
      height: 85%;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#02522b+50,02522b+100&1+50,0+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #02522b 0%, rgba(2, 82, 43, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      opacity: 1; }
      @media all and (min-width: 48em) {
        .home-hero__item--gradient::before {
          max-width: 585px;
          height: 100%;
          /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#02522b+50,02522b+100&1+50,0+100 */
          /* FF3.6-15 */
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to right, #02522b 50%, rgba(2, 82, 43, 0) 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }
  .home-hero__bg {
    width: 100% !important;
    height: 100%;
    max-height: none !important;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: none;
    transform: scale(1);
    transition: transform 0.6s ease-in-out; }
  .home-hero__content {
    z-index: 99;
    padding: 30px 30px 50px; }
  .home-hero__title {
    font-family: "Veneer", "Arial";
    font-size: 56px;
    line-height: 50px;
    color: #fff; }
    .home-hero__title--white {
      color: #fff; }
    .home-hero__title--green {
      color: #046a38; }
    .home-hero__title em {
      font-style: normal;
      color: #00854a; }
  .home-hero__desc {
    margin: 10px 0; }
    .home-hero__desc--white p {
      color: #fff; }
    .home-hero__desc--green p {
      color: #046a38 !important; }
    .home-hero__desc p {
      color: #fff; }
  .home-hero__btn .btn {
    display: inline-block; }
  @media all and (max-width: 47.938em) {
    .home-hero__bg--mobile {
      display: block !important; }
    .home-hero__bg--desktop {
      display: none !important; }
    .home-hero .owl-dots {
      display: block !important; } }
  @media all and (min-width: 48em) {
    .home-hero__item {
      min-height: 380px; }
    .home-hero__bg--mobile {
      display: none !important; }
    .home-hero__bg--desktop {
      display: block !important; }
    .home-hero__title {
      font-size: 88px;
      line-height: 78px; }
      .home-hero__title em {
        display: block; } }
  @media all and (min-width: 64em) {
    .home-hero__wrapper:hover img {
      transform: scale(1.04); }
    .home-hero__bg--desktop {
      border-radius: 0 0 3px 3px; }
    .home-hero__content {
      padding: 20px 20px 20px 60px;
      max-width: 50%; }
    .home-hero__desc {
      margin: 10px 0 20px; }
      .home-hero__desc p {
        font-size: 1.2rem; } }

html {
  scroll-behavior: smooth; }

html.flexbox {
  margin-top: 0 !important; }

.training-header {
  border-bottom: 8px solid #046a38;
  position: relative;
  z-index: 1000;
  box-shadow: 0px 16px 24px -16px rgba(0, 0, 0, 0.24); }
  .training-header__wrap {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto; }
  .training-header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 16px;
    padding-right: 16px; }
  .training-header__logo {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding: 16px 0;
    position: relative;
    z-index: 1; }
    .training-header__logo img {
      width: auto;
      height: 40px; }
    @media all and (min-width: 48em) {
      .training-header__logo img {
        height: inherit; } }
  .training-header__nav__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 1; }
    .training-header__nav__icon::before {
      content: "Close";
      position: absolute;
      right: 28px;
      top: 0;
      opacity: 0;
      transition: opacity 0.4s;
      pointer-events: none;
      line-height: 1.3; }
    .training-header__nav__icon div {
      width: 22px;
      height: 16px;
      position: relative; }
    .training-header__nav__icon span {
      display: block;
      position: absolute;
      border-radius: 1px;
      height: 3px;
      width: 100%;
      opacity: 1;
      left: 0;
      transform: rotate(0deg);
      transition: transform 0.3s, opacity 0.3s;
      background-color: #046a38; }
      .training-header__nav__icon span:nth-child(1) {
        top: 0; }
      .training-header__nav__icon span:nth-child(2) {
        top: 45%;
        opacity: 1; }
      .training-header__nav__icon span:nth-child(3) {
        top: 90%; }
    .training-header__nav__icon.open {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 16px; }
      .training-header__nav__icon.open::before {
        opacity: 1;
        pointer-events: all; }
      .training-header__nav__icon.open span:nth-child(1) {
        transform: rotate(45deg);
        top: 45%; }
      .training-header__nav__icon.open span:nth-child(2) {
        opacity: 0; }
      .training-header__nav__icon.open span:nth-child(3) {
        transform: rotate(-45deg);
        top: 45%; }
  .training-header__nav__inner {
    list-style: none;
    margin: 0;
    padding: 0; }
    .training-header__nav__inner li.menu-item a {
      color: #444; }
  .training-header__search {
    opacity: 1;
    transition: opacity 0.4s; }
    .training-header__search.close {
      opacity: 0;
      pointer-events: none; }
    .training-header__search.open::before {
      content: "";
      background-color: rgba(0, 0, 0, 0.9);
      position: absolute;
      left: 0;
      top: 0;
      pointer-events: none;
      width: 100%;
      height: 100vh;
      z-index: -1; }
    .training-header__search__field {
      position: fixed;
      left: 0;
      top: 0;
      background-color: #004612;
      z-index: 1001;
      width: 100%;
      opacity: 0;
      transition: opacity 0.4s;
      pointer-events: none; }
      .training-header__search__field.open {
        opacity: 1;
        pointer-events: all; }
    .training-header__search__icon {
      background-color: #046a38;
      border-radius: 4px;
      margin-left: 32px; }
      .training-header__search__icon:hover {
        background-color: #8dc63f !important;
        cursor: pointer; }
        .training-header__search__icon:hover svg {
          color: #034725; }
      .training-header__search__icon svg {
        color: #fff; }
    .training-header__search__inner {
      max-width: 1170px;
      margin-left: auto;
      margin-right: auto;
      padding: 64px 16px 24px; }
    .training-header__search__title {
      color: #8dc63f;
      font-size: 2rem;
      line-height: 0.9;
      font-family: "Veneer", sans-serif;
      font-weight: normal;
      letter-spacing: normal; }
      @media all and (min-width: 48em) {
        .training-header__search__title {
          font-size: 3.2rem;
          line-height: 0.83; } }
      .training-header__search__title span {
        color: #fff; }
    .training-header__search__close {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      cursor: pointer;
      position: absolute;
      top: 24px;
      right: 16px;
      z-index: 1; }
      .training-header__search__close::before {
        content: "Close";
        position: absolute;
        right: 28px;
        top: 0;
        line-height: 1.3;
        color: #fff; }
      .training-header__search__close div {
        width: 22px;
        height: 16px;
        position: relative; }
      .training-header__search__close span {
        display: block;
        position: absolute;
        border-radius: 1px;
        height: 3px;
        width: 100%;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: transform 0.3s, opacity 0.3s;
        background-color: #fff; }
        .training-header__search__close span:nth-child(1) {
          transform: rotate(45deg);
          top: 45%; }
        .training-header__search__close span:nth-child(2) {
          transform: rotate(-45deg);
          top: 45%; }
  @media all and (max-width: 47.938em) {
    .training-header__nav__items {
      position: absolute;
      top: 72px;
      left: 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      height: 100vh;
      min-height: -webkit-fill-available;
      background-color: #fff;
      border-top: 1px solid #eee; }
    .training-header__nav__items {
      opacity: 0;
      transition: opacity 0.3s;
      pointer-events: none; }
      .training-header__nav__items.open {
        opacity: 1;
        pointer-events: all; }
      .training-header__nav__items .menu-training-main-menu-container {
        width: 100%; }
    .training-header__nav__inner li.menu-item.bold {
      border-bottom: 1px solid #eee; }
      .training-header__nav__inner li.menu-item.bold a {
        font-weight: bold;
        padding: 28px 16px;
        font-size: 18px; }
    .training-header__nav__inner li.menu-item a {
      color: #444;
      padding: 28px 16px 0;
      display: block; } }
  @media all and (min-width: 48em) {
    .training-header__inner {
      -ms-flex-align: end;
          align-items: flex-end;
      padding-top: 24px;
      padding-bottom: 24px; }
    .training-header__logo {
      -ms-flex-positive: 0;
          flex-grow: 0;
      padding: 0 40px 0 0; }
    .training-header__nav {
      -ms-flex-positive: 1;
          flex-grow: 1; }
      .training-header__nav__icon {
        display: none; }
      .training-header__nav__inner {
        display: -ms-flexbox;
        display: flex; }
        .training-header__nav__inner li.menu-item.bold {
          margin-right: 24px; }
          .training-header__nav__inner li.menu-item.bold a {
            font-weight: bold; }
        .training-header__nav__inner li.menu-item.grow {
          -ms-flex-positive: 1;
              flex-grow: 1; }
        .training-header__nav__inner li.menu-item a {
          color: #444; }
    .training-header__search__icon {
      margin-left: 48px; }
    .training-header__search__inner {
      padding: 72px 24px 56px; }
    .training-header__search__title {
      font-size: 2.6rem;
      line-height: 0.9;
      font-family: "Veneer", sans-serif;
      font-weight: normal;
      letter-spacing: normal; } }
  @media all and (min-width: 48em) and (min-width: 48em) {
    .training-header__search__title {
      font-size: 5.5rem;
      line-height: 0.85; } }
  @media all and (min-width: 64em) {
    .training-header__logo {
      padding: 0 56px 0 0; }
      .training-header__logo img {
        height: 56px; } }

.training__footer {
  border-top: 8px solid #004612;
  background-color: #cfdfd3; }
  .training__footer__inner {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 16px; }
  .training__footer__links ul {
    margin-top: 0; }
    .training__footer__links ul li {
      line-height: 2rem; }
    .training__footer__links ul a {
      color: #444; }
  .training__footer__baseline p {
    color: rgba(0, 0, 0, 0.4);
    font-size: 80%;
    margin-bottom: 0;
    line-height: 1.4rem; }
  .training__footer__baseline a {
    color: rgba(0, 0, 0, 0.4); }
  @media all and (min-width: 48em) {
    .training__footer__baseline {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; } }

.training .btn--green {
  transition: none; }
  .training .btn--green:hover {
    background-color: #8dc63f;
    color: #034725;
    opacity: 1;
    text-decoration: none; }

.training .btn--green.btn--arrow-right:hover:after {
  color: #034725; }

.training p {
  margin-bottom: 16px; }

.training hr {
  border-top-width: 1px;
  margin: 24px 0; }
  .training hr.slim {
    margin: 24px 0; }
  .training hr.slim-top {
    margin-top: 16px; }
  .training hr.slim-bottom {
    margin-bottom: 16px; }

.training--auth {
  background-color: #39943a;
  background-position: top left;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  padding: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .training--auth::after {
    content: "";
    background-color: #034725;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }

.training__auth-form {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 1; }
  .training__auth-form__inner {
    background-color: #034725;
    width: 100%;
    max-width: 550px;
    border-radius: 4px;
    padding: 24px;
    box-shadow: 0px 16px 24px -16px rgba(0, 0, 0, 0.25);
    position: relative; }
  .training__auth-form--white .training__auth-form__inner {
    background-color: #fff; }
  .training__auth-form__title {
    color: #8dc63f;
    font-size: 56px;
    line-height: 48px;
    font-family: "Veneer", sans-serif;
    font-weight: normal;
    letter-spacing: normal;
    margin-bottom: 24px; }
    .training__auth-form__title span {
      color: #fff; }
  .training__auth-form--white .training__auth-form__title {
    color: #222222; }
  .training__auth-form hr {
    height: 1px;
    border-top: 1px solid #fff;
    margin: 1.5em 0;
    opacity: 0.1; }
  .training__auth-form--white hr {
    border-color: #444; }
  .training__auth-form .ppw-ppf-desc {
    color: #fff;
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px; }
  .training__auth-form .ppw-ppf-field-container {
    background-color: #fff;
    border-radius: 4px;
    padding: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 24px; }
    @media all and (min-width: 48em) {
      .training__auth-form .ppw-ppf-field-container {
        margin-bottom: 48px; } }
    .training__auth-form .ppw-ppf-field-container .ppw-pwd-label {
      -ms-flex-positive: 1;
          flex-grow: 1;
      position: relative; }
      .training__auth-form .ppw-ppf-field-container .ppw-pwd-label--error::after {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        right: 16px;
        top: 0;
        background-image: url("/wp-content/themes/garden-health/legacy/httpdocs/assets/images/icon-form-error.svg");
        background-size: 100%; }
      .training__auth-form .ppw-ppf-field-container .ppw-pwd-label input {
        -webkit-appearance: none;
                appearance: none;
        border: none;
        padding: 8px;
        width: 98%;
        min-height: 48px;
        outline: none; }
        .training__auth-form .ppw-ppf-field-container .ppw-pwd-label input:-ms-input-placeholder {
          color: #aaaaaa;
          font-size: 16px; }
        .training__auth-form .ppw-ppf-field-container .ppw-pwd-label input::placeholder {
          color: #aaaaaa;
          font-size: 16px; }
    .training__auth-form .ppw-ppf-field-container button {
      border: 0; }
  .training__auth-form div.ppwp-wrong-pw-error {
    color: rgba(255, 255, 255, 0.5) !important; }
  .training__auth-form .btn-arrow {
    position: relative; }
    .training__auth-form .btn-arrow:after {
      content: "\25BC";
      position: absolute;
      top: 17px;
      right: 36px;
      color: #fff;
      margin-left: 0.5em;
      cursor: pointer;
      pointer-events: none;
      display: inline-block;
      transform-origin: center;
      transform: scaleX(0.5) rotate(270deg); }
  .training__auth-form input[type="submit"] {
    padding: 20px 60px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
    line-height: 1.1em;
    border: 0;
    background-color: #046a38; }
  .training__auth-form__footer {
    color: rgba(255, 255, 255, 0.5);
    font-size: 90%; }
    .training__auth-form__footer a {
      color: rgba(255, 255, 255, 0.5);
      text-decoration: underline; }
      .training__auth-form__footer a:hover {
        color: #fff; }
  .training__auth-form__close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 16px;
    z-index: 1; }
    .training__auth-form__close::before {
      content: "Close";
      position: absolute;
      right: 28px;
      top: 0;
      line-height: 1.3;
      color: #004612; }
    .training__auth-form__close div {
      width: 22px;
      height: 16px;
      position: relative; }
    .training__auth-form__close span {
      display: block;
      position: absolute;
      border-radius: 1px;
      height: 3px;
      width: 100%;
      opacity: 1;
      left: 0;
      transform: rotate(0deg);
      transition: transform 0.3s, opacity 0.3s;
      background-color: #034725; }
      .training__auth-form__close span:nth-child(1) {
        transform: rotate(45deg);
        top: 45%; }
      .training__auth-form__close span:nth-child(2) {
        transform: rotate(-45deg);
        top: 45%; }

.training__auth-footer {
  text-align: center;
  padding: 16px 0;
  position: relative;
  z-index: 1; }
  .training__auth-footer p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 90%;
    margin-bottom: 0;
    line-height: 1.4rem; }
  .training__auth-footer a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline; }

.training__hero {
  background-color: #004612;
  background-position: bottom left;
  background-size: 100%;
  position: relative; }
  .training__hero::after {
    content: "";
    background-color: #034725;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .training__hero__inner {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 48px 16px 72px;
    position: relative;
    z-index: 1; }
  .training__hero__title {
    font-size: 4rem;
    line-height: 0.82;
    font-family: "Veneer", sans-serif;
    font-weight: normal;
    letter-spacing: normal;
    margin: 0 0 24px;
    color: #8dc63f; }
    @media all and (min-width: 48em) {
      .training__hero__title {
        font-size: 7rem;
        line-height: 0.85; } }
    .training__hero__title span {
      color: #fff; }

.training__search {
  position: relative; }
  .training__search form {
    background-color: #fff;
    border-radius: 4px;
    padding: 8px;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0px 16px 24px -16px rgba(0, 0, 0, 0.25);
    -ms-flex-align: center;
        align-items: center; }
    .training__search form input {
      -webkit-appearance: none;
              appearance: none;
      border: 0;
      -ms-flex-positive: 1;
          flex-grow: 1; }
      .training__search form input:-ms-input-placeholder {
        color: #aaa;
        font-size: 16px; }
      .training__search form input::placeholder {
        color: #aaa;
        font-size: 16px; }
      .training__search form input:focus {
        outline: 0; }
    .training__search form svg {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      margin-right: 8px; }
    .training__search form .spinner {
      opacity: 0;
      max-width: 24px;
      height: auto;
      margin-right: 16px; }
      .training__search form .spinner.show {
        opacity: 1; }
    .training__search form button {
      border: 0;
      min-height: 56px; }
  .training__search__autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 5px; }
    .training__search__autocomplete__inner {
      background: #fff;
      width: 100%;
      border-radius: 4px;
      padding: 16px 0;
      box-shadow: 0 20px 20px -14px rgba(0, 0, 0, 0.25); }
    .training__search__autocomplete__result {
      padding: 5px 16px; }
      .training__search__autocomplete__result a {
        color: #444; }
      .training__search__autocomplete__result:hover, .training__search__autocomplete__result.highlighted {
        background-color: #8dc63f; }
        .training__search__autocomplete__result:hover a, .training__search__autocomplete__result.highlighted a {
          color: #004612; }

.training__header__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 16px; }

.training__header__breadcrumbs {
  padding-bottom: 16px;
  display: none; }

.training__header__title {
  font-size: 2.6rem;
  line-height: 0.9;
  font-family: "Veneer", sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  margin: 0; }
  @media all and (min-width: 48em) {
    .training__header__title {
      font-size: 5.5rem;
      line-height: 0.85; } }

.training__header .training__header__back {
  margin-top: 24px; }
  .training__header .training__header__back a,
  .training__header .training__header__back .btn--arrow-left {
    color: #444;
    padding: 0; }

.training__listing {
  background-color: #eee;
  padding-bottom: 48px; }
  .training__listing__count {
    margin: 0;
    padding: 24px 16px 0; }
  .training__listing__sortby {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    padding: 24px 16px 0; }
    .training__listing__sortby .label {
      margin: 0 10px 0 0;
      font-weight: bold;
      white-space: nowrap; }
    .training__listing__sortby__dropdown {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center; }
  .training__listing__inner {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto; }
  .training__listing__title {
    padding: 24px 16px 0;
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 0.9;
    font-family: "Veneer", sans-serif;
    font-weight: normal;
    letter-spacing: normal; }
    @media all and (min-width: 48em) {
      .training__listing__title {
        font-size: 3.2rem;
        line-height: 0.83; } }
  .training__listing__footer {
    padding: 0 16px 16px; }
    .training__listing__footer .btn {
      display: block; }

.training__cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 4px; }
  .training__cards__item {
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    width: 100%; }
  .training__cards--4col .training__cards__item {
    width: 50%; }

.training__cards + .training__listing__title {
  padding-top: 0; }

.training__card {
  background-color: #fff;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
  width: 100%; }
  .training__card__image {
    position: relative; }
    .training__card__image img {
      width: 100%;
      height: auto;
      max-width: 100%; }
    .training__card__image .badge {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      position: absolute;
      top: 10px;
      right: 10px;
      width: 56px;
      height: 56px;
      pointer-events: none; }
      .training__card__image .badge::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-color: #046a38;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        z-index: 0; }
      .training__card__image .badge::after {
        content: "NEW";
        font-size: 24px;
        line-height: 1;
        color: #fff;
        position: relative;
        z-index: 1; }
    .training__card__image .type {
      position: absolute;
      top: 16px;
      right: 16px;
      pointer-events: none;
      background-color: #8dc63f;
      border-radius: 4px;
      padding: 5px 10px;
      line-height: 1;
      color: black; }
  .training__card__content {
    padding: 16px 16px 0; }
  .training__card__head {
    padding: 24px 16px 16px; }
    .training__card__head__title {
      font-size: 1.2rem;
      line-height: 1.22;
      margin: 0; }
      @media all and (min-width: 48em) {
        .training__card__head__title {
          font-size: 1.6rem;
          line-height: 1.33; } }
  .training__card__text, .training__card__meta {
    padding: 0 16px; }
  .training__card__meta {
    border-left: 1px solid #ccc; }
  .training__card__button {
    padding: 0 16px 16px;
    margin-top: auto; }
    .training__card__button .btn {
      display: inline-block;
      width: 100%;
      text-align: center; }
      .training__card__button .btn span {
        display: none; }
  .training__card__meta .training__card__button {
    padding: 0 0 16px; }
  .training__card--featured .training__card__image img {
    height: 100%;
    object-fit: cover; }
  .training__card--featured .training__card__content {
    padding: 0; }
  .training__card--featured .training__card__head {
    padding: 24px 24px 0; }
  .training__card--featured .training__card__title {
    font-size: 2rem;
    line-height: 0.9;
    font-family: "Veneer", sans-serif;
    font-weight: normal;
    letter-spacing: normal;
    margin-bottom: 16px; }
    @media all and (min-width: 48em) {
      .training__card--featured .training__card__title {
        font-size: 3.2rem;
        line-height: 0.83; } }
  .training__card--featured .training__card__button {
    padding-bottom: 24px; }
  .training__card--featured .training__card__text,
  .training__card--featured .training__card__meta,
  .training__card--featured .training__card__button {
    padding-left: 24px;
    padding-right: 24px; }

.training__detail__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }

.training__detail__title {
  font-size: 2rem;
  line-height: 0.9;
  font-family: "Veneer", sans-serif;
  font-weight: normal;
  letter-spacing: normal; }
  @media all and (min-width: 48em) {
    .training__detail__title {
      font-size: 3.2rem;
      line-height: 0.83; } }

.training__detail__content {
  padding: 0 0 48px; }
  .training__detail__content p.lead {
    font-size: 1.2rem;
    line-height: 1.33;
    color: #046a38;
    margin-top: 16px;
    display: block; }
    @media all and (min-width: 48em) {
      .training__detail__content p.lead {
        font-size: 1.5rem;
        line-height: 1.33; } }

.training__detail__content .training__detail__cta {
  margin-bottom: 24px; }

.training__detail__image {
  margin-bottom: 16px;
  border-radius: 4px;
  overflow: hidden; }
  .training__detail__image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover; }

.training__detail .training__detail__cta__inner {
  background-color: #004612;
  border-radius: 4px;
  padding: 24px; }
  @media all and (min-width: 48em) {
    .training__detail .training__detail__cta__inner {
      padding: 48px; } }

.training__detail .training__detail__cta__title {
  color: #fff;
  font-size: 2rem;
  line-height: 0.9;
  font-family: "Veneer", sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  margin-bottom: 16px; }
  @media all and (min-width: 48em) {
    .training__detail .training__detail__cta__title {
      font-size: 3.2rem;
      line-height: 0.83; } }
  @media all and (min-width: 48em) {
    .training__detail .training__detail__cta__title {
      margin-bottom: 24px; } }

.training__detail .training__detail__cta .btn {
  display: block;
  text-align: center;
  cursor: pointer;
  margin-top: 24px; }
  @media all and (min-width: 48em) {
    .training__detail .training__detail__cta .btn {
      margin-top: 48px; } }

.training__detail .training__detail__cta__message p {
  color: #fff; }

.training__detail .training__detail__cta__message .icon-text {
  margin-bottom: 24px; }
  .training__detail .training__detail__cta__message .icon-text p {
    font-size: 2rem;
    line-height: 0.9;
    font-family: "Veneer", sans-serif;
    font-weight: normal;
    letter-spacing: normal;
    margin-bottom: 0; }
    @media all and (min-width: 48em) {
      .training__detail .training__detail__cta__message .icon-text p {
        font-size: 3.2rem;
        line-height: 0.83; } }

.training__detail__sidebar {
  display: none;
  width: 31%; }

.training--events .training__detail__sidebar {
  display: block; }

.training__detail__form {
  padding: 24px 16px; }
  .training__detail__form__inner {
    background-color: #004612;
    border-radius: 4px;
    padding: 24px; }
  .training__detail__form__title {
    color: #fff; }

.training__detail__tabs__inner {
  position: relative;
  border-top: 8px solid #046a38;
  background-color: #eee; }

.training__detail__tabs__content {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 32px 16px 48px; }

.training__detail__tabs__title {
  font-size: 2rem;
  line-height: 0.9;
  font-family: "Veneer", sans-serif;
  font-weight: normal;
  letter-spacing: normal; }
  @media all and (min-width: 48em) {
    .training__detail__tabs__title {
      font-size: 3.2rem;
      line-height: 0.83; } }

.training__detail__tabs__anchors {
  margin: 20px 0 0 0;
  padding: 0 20px;
  list-style: none; }
  .training__detail__tabs__anchors li:before {
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -15px;
    top: 15px;
    position: relative; }
  .training__detail__tabs__anchors li a {
    color: #222; }

.training__detail__tabs__nav {
  padding: 0 16px;
  max-width: 1170px;
  margin: 16px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end; }
  .training__detail__tabs__nav li {
    text-align: center;
    padding: 15px 0; }
    .training__detail__tabs__nav li a {
      margin-right: 2px;
      border-radius: 4px 4px 0 0;
      background: #cfdfd3;
      border-bottom: 2px solid #fff;
      text-decoration: none;
      font-weight: bold;
      color: #444;
      padding: 16px 24px; }
      .training__detail__tabs__nav li a span {
        display: none; }
    .training__detail__tabs__nav li.active a {
      background-color: #046a38;
      border-bottom: 2px solid #046a38;
      padding: 22px 24px 24px 24px;
      color: #fff;
      cursor: context-menu; }

.training__detail__training-content {
  padding-top: 16px; }
  .training__detail__training-content__title {
    font-size: 1.2rem;
    line-height: 1.22;
    margin-bottom: 24px; }
    @media all and (min-width: 48em) {
      .training__detail__training-content__title {
        font-size: 1.6rem;
        line-height: 1.33; } }
  .training__detail__training-content .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden; }
    .training__detail__training-content .embed-responsive::before {
      display: block;
      content: "";
      padding-top: 56.25%; }
    .training__detail__training-content .embed-responsive iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }

.training__detail__tech-sheet {
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
  margin-top: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .training__detail__tech-sheet svg {
    width: 40px;
    height: auto;
    margin-right: 24px;
    margin-bottom: 24px;
    -ms-flex: 0 0 20%;
        flex: 0 0 20%; }
  .training__detail__tech-sheet__content {
    display: block;
    -ms-flex: 0 0 65%;
        flex: 0 0 65%; }
  .training__detail__tech-sheet__button {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .training__detail__tech-sheet__button .btn {
    display: block;
    text-align: center; }

.training .author__bio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .training .author__bio img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 1.5em;
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .training .author__bio p {
    -ms-flex: 1;
        flex: 1; }

.training .wpcf7 .wpcf7-form {
  margin-bottom: 0;
  position: relative; }
  .training .wpcf7 .wpcf7-form label {
    width: 100%;
    font-weight: bold; }
  .training .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
    margin-top: 0.2rem;
    margin-bottom: 1rem; }
  .training .wpcf7 .wpcf7-form input,
  .training .wpcf7 .wpcf7-form optgroup,
  .training .wpcf7 .wpcf7-form select,
  .training .wpcf7 .wpcf7-form textarea {
    width: 100%;
    font-weight: normal;
    color: #444;
    padding: 8px 12px;
    border-radius: 4px; }
    .training .wpcf7 .wpcf7-form input:focus,
    .training .wpcf7 .wpcf7-form optgroup:focus,
    .training .wpcf7 .wpcf7-form select:focus,
    .training .wpcf7 .wpcf7-form textarea:focus {
      outline: none !important;
      border: 2px solid #8dc63f; }
  .training .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
    margin-top: 0.3rem; }
    .training .wpcf7 .wpcf7-form .wpcf7-not-valid-tip::after {
      content: "";
      width: 16px;
      height: 16px;
      position: absolute;
      right: 16px;
      top: 12px;
      background-image: url("/wp-content/themes/garden-health/legacy/httpdocs/assets/images/icon-form-error.svg");
      background-size: 100%; }
  .training .wpcf7 .wpcf7-form .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.9); }
  .training .wpcf7 .wpcf7-form a {
    text-decoration: underline; }
  .training .wpcf7 .wpcf7-form input.wpcf7-submit {
    background-color: #046a38;
    border: 2px solid #046a38;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 12px 24px; }
  .training .wpcf7 .wpcf7-form .ajax-loader {
    background-image: url("/wp-content/themes/garden-health/legacy/httpdocs/assets/images/spinner.svg");
    background-size: 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    bottom: 11px; }
    .training .wpcf7 .wpcf7-form .ajax-loader.is-active {
      display: block !important;
      visibility: visible !important; }

.training .light-form .wpcf7 .wpcf7-form label {
  color: #fff; }

.training .light-form .wpcf7 .wpcf7-form input:not(input[type="submit"]),
.training .light-form .wpcf7 .wpcf7-form optgroup,
.training .light-form .wpcf7 .wpcf7-form select,
.training .light-form .wpcf7 .wpcf7-form textarea {
  border: 2px solid #fff; }
  .training .light-form .wpcf7 .wpcf7-form input:not(input[type="submit"]).wpcf7-not-valid,
  .training .light-form .wpcf7 .wpcf7-form optgroup.wpcf7-not-valid,
  .training .light-form .wpcf7 .wpcf7-form select.wpcf7-not-valid,
  .training .light-form .wpcf7 .wpcf7-form textarea.wpcf7-not-valid {
    border-color: rgba(205, 10, 10, 0.5); }

.training .light-form .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  color: rgba(255, 255, 255, 0.5); }

.training .light-form .wpcf7 .wpcf7-form p {
  color: #fff; }

.training .light-form .wpcf7 .wpcf7-form a {
  color: #fff; }

.training .dark-form .wpcf7 .wpcf7-form label {
  color: #444; }

.training .dark-form .wpcf7 .wpcf7-form input:not(input[type="submit"]),
.training .dark-form .wpcf7 .wpcf7-form optgroup,
.training .dark-form .wpcf7 .wpcf7-form select,
.training .dark-form .wpcf7 .wpcf7-form textarea {
  border: 2px solid #aaa; }
  .training .dark-form .wpcf7 .wpcf7-form input:not(input[type="submit"]).wpcf7-not-valid,
  .training .dark-form .wpcf7 .wpcf7-form optgroup.wpcf7-not-valid,
  .training .dark-form .wpcf7 .wpcf7-form select.wpcf7-not-valid,
  .training .dark-form .wpcf7 .wpcf7-form textarea.wpcf7-not-valid {
    border-color: rgba(205, 10, 10, 0.5); }

.training .dark-form .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  color: rgba(205, 10, 10, 0.5); }

.training .dark-form .wpcf7 .wpcf7-form p {
  color: #444; }

.training .dark-form .wpcf7 .wpcf7-form a {
  color: #444; }

.training__pagination {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 0;
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .training__pagination .page-numbers {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    line-height: 32px; }
    .training__pagination .page-numbers.prev, .training__pagination .page-numbers.next {
      background-color: #004612;
      position: relative; }
      .training__pagination .page-numbers.prev::before, .training__pagination .page-numbers.next::before {
        content: "\25BC";
        position: absolute;
        left: 9px;
        top: 0;
        color: #fff;
        cursor: pointer;
        pointer-events: none;
        display: block;
        transform-origin: center; }
    .training__pagination .page-numbers.prev::before {
      transform: scaleX(0.5) rotate(90deg); }
    .training__pagination .page-numbers.next::before {
      transform: scaleX(0.5) rotate(270deg); }
    .training__pagination .page-numbers.current {
      background-color: #8dc63f; }

@media all and (max-width: 29.938em) {
  .training__cards--1colmob .training__cards__item {
    width: 100%; }
  .training__pagination .page-numbers {
    display: none; }
    .training__pagination .page-numbers.next {
      margin-left: auto; }
    .training__pagination .page-numbers.prev, .training__pagination .page-numbers.next {
      display: inline-block; } }

@media all and (max-width: 47.938em) {
  .training p {
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 24px;
    line-height: 1.5rem; }
  .training__listing__sortby--multi {
    display: block; }
  .training__listing__sortby .label {
    min-width: 30%; }
  .training__listing__sortby__dropdown + .training__listing__sortby__dropdown {
    margin-top: 5px; } }

@media all and (min-width: 48em) {
  .training hr {
    margin: 48px 0; }
    .training hr.slim {
      margin: 24px 0; }
    .training hr.slim-top {
      margin-top: 24px; }
    .training hr.slim-bottom {
      margin-bottom: 24px; }
  .training--auth {
    background-position: center;
    background-size: cover; }
  .training__auth-form__inner {
    padding: 48px; }
  .training__hero {
    background-size: cover; }
    .training__hero__inner {
      padding: 96px 24px; }
  .training__auth-footer {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .training__search form {
    border-radius: 4px;
    max-width: 75%;
    padding-left: 16px; }
  .training__search__autocomplete {
    margin-top: 8px;
    width: 75%; }
    .training__search__autocomplete__inner {
      border-radius: 8px;
      padding: 24px 0; }
    .training__search__autocomplete__result {
      padding: 8px 24px; }
  .training__header__breadcrumbs {
    display: block; }
  .training__header__title {
    font-size: 2.6rem;
    line-height: 0.9;
    font-family: "Veneer", sans-serif;
    font-weight: normal;
    letter-spacing: normal; } }
  @media all and (min-width: 48em) and (min-width: 48em) {
    .training__header__title {
      font-size: 5.5rem;
      line-height: 0.85; } }

@media all and (min-width: 48em) {
  .training__listing {
    background-color: #eee;
    padding-bottom: 80px; }
    .training__listing__header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .training__listing__count {
      padding: 48px 24px 0;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
    .training__listing__sortby {
      -ms-flex-pack: end;
          justify-content: flex-end;
      padding: 48px 24px 0; }
      .training__listing__sortby .label {
        margin: 0 20px 0 0; }
      .training__listing__sortby__dropdown + .training__listing__sortby__dropdown {
        margin-left: 24px; }
    .training__listing__inner {
      max-width: 1170px;
      margin-left: auto;
      margin-right: auto; }
    .training__listing__title {
      padding-top: 48px; }
    .training__listing__footer {
      text-align: center;
      padding-bottom: 0; }
      .training__listing__footer .btn {
        display: inline-block;
        padding-left: 72px;
        padding-right: 72px; }
  .training__cards {
    padding: 48px 4px; }
    .training__cards__item {
      padding: 12px; }
    .training__cards--4col .training__cards__item {
      width: 33.3333%; }
  .training__card {
    background-color: #fff;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    overflow: hidden;
    width: 100%;
    transition: box-shadow 0.3s; }
    .training__card:hover {
      box-shadow: 0px 16px 24px -16px rgba(0, 0, 0, 0.25); }
    .training__card__content {
      padding: 24px 24px 0; }
    .training__card__head {
      padding: 24px 24px 16px; }
    .training__card__text, .training__card__meta {
      padding: 0 24px;
      margin-bottom: 24px; }
    .training__card__button {
      padding: 0 24px 24px; }
      .training__card__button .btn {
        display: block;
        text-align: center; }
        .training__card__button .btn span {
          display: inline; }
    .training__card--featured {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row; }
    .training__card--featured .training__card__image {
      width: 45%; }
    .training__card--featured .training__card__content {
      width: 55%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
    .training__card--featured .training__card__head {
      padding: 48px 48px 0; }
    .training__card--featured .training__card__title {
      max-width: 50%; }
    .training__card--featured .training__card__button {
      padding-bottom: 48px; }
      .training__card--featured .training__card__button .btn {
        display: inline-block;
        width: auto; }
    .training__card--featured .training__card__text,
    .training__card--featured .training__card__meta,
    .training__card--featured .training__card__button {
      padding-left: 48px;
      padding-right: 48px; }
    .training__card--event {
      -ms-flex-direction: row;
          flex-direction: row; }
    .training__card--event .training__card__image {
      width: 25%; }
      .training__card--event .training__card__image img {
        height: 100%;
        object-fit: cover; }
    .training__card--event .training__card__content {
      width: 45%;
      padding-left: 24px;
      padding-right: 24px;
      padding-bottom: 16px; }
    .training__card--event .training__card__meta {
      width: 30%;
      margin: 24px 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
    .training__card--event .training__card__meta .training__card__button {
      padding: 0; }
  .training__detail__content {
    width: 66.85%; }
    .training__detail__content p.lead {
      margin: 32px 0 24px; }
  .training__detail__content .training__detail__cta {
    display: none; }
  .training__detail__image {
    margin-bottom: 48px; }
  .training__detail__cta__inner {
    padding: 32px; }
  .training__detail__cta__meta {
    padding: 16px 0; }
  .training__detail__sidebar {
    display: block; }
    .training__detail__sidebar svg {
      min-height: 24px !important;
      min-width: 24px !important;
      margin-right: 16px !important;
      margin-top: 0 !important; }
  .training__detail__form {
    padding: 0; }
  .training__detail__tabs__nav {
    padding: 0 24px;
    margin-top: 32px; }
    .training__detail__tabs__nav li {
      -ms-flex: none;
          flex: none; }
      .training__detail__tabs__nav li a {
        padding-left: 48px;
        padding-right: 48px; }
      .training__detail__tabs__nav li a span {
        display: inline; }
  .training__detail__tabs__content {
    padding: 48px 24px 96px; }
  .training__detail .training__detail__training-content {
    padding-top: 24px; }
    .training__detail .training__detail__training-content .icon-text {
      display: none; }
  .training__detail__tech-sheet {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    .training__detail__tech-sheet svg {
      width: 54px;
      -ms-flex: none;
          flex: none;
      margin-bottom: 0; }
    .training__detail__tech-sheet__content {
      -ms-flex: 1;
          flex: 1; }
      .training__detail__tech-sheet__content p {
        margin-bottom: 0; }
    .training__detail__tech-sheet__button {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      padding-left: 24px;
      border-left: 1px solid #ccc; }
      .training__detail__tech-sheet__button .btn {
        display: inline-block; }
  .training .author__bio img {
    width: 96px;
    height: 96px; }
  .training .inline-form .wpcf7 .wpcf7-form label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .training .inline-form .wpcf7 .wpcf7-form label .label {
      margin-top: 0.7rem; }
  .training .inline-form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 65%;
    margin-bottom: 0; }
  .training .inline-form .wpcf7 .wpcf7-form input.wpcf7-submit {
    margin-left: 35%;
    width: 65%; }
  .training .inline-form .wpcf7 .wpcf7-form p {
    padding-left: 35%; }
  .training__pagination {
    -ms-flex-pack: center;
        justify-content: center; }
    .training__pagination .page-numbers.next {
      margin-left: 16px; }
    .training__pagination .page-numbers.prev {
      margin-right: 16px; } }

@media all and (min-width: 64em) {
  .training__search form {
    max-width: 60%; }
  .training__search__autocomplete {
    width: 60%; }
  .training__header__title {
    max-width: 50%; }
  .training__cards--4col .training__cards__item {
    width: 25%; }
  .training__card--event .training__card__image {
    width: 30%; }
  .training__card--event .training__card__content {
    padding-left: 48px;
    padding-right: 48px; }
  .training__card--event .training__card__meta {
    width: 25%; }
  .training__detail__sidebar {
    width: 31%; }
  .training__detail__form__inner {
    padding: 48px; } }

.training .stylised-title {
  font-family: "Veneer", sans-serif;
  font-weight: normal;
  letter-spacing: normal; }

.training .btn {
  white-space: nowrap; }
  @media all and (min-width: 48em) {
    .training .btn {
      padding-top: 1.2em;
      padding-bottom: 1.2em; } }

.training .btn--outline {
  display: inline-block;
  border: 2px solid #046a38;
  text-align: center;
  color: #046a38; }
  .training .btn--outline:hover {
    color: #046a38; }

.training .btn--arrow-right {
  padding-right: 1em; }
  .training .btn--arrow-right::after {
    content: "\25BC";
    position: relative;
    color: #fff;
    margin-left: 0.5em;
    cursor: pointer;
    pointer-events: none;
    display: inline-block;
    transform-origin: center;
    transform: scaleX(0.5) rotate(270deg); }

@media all and (min-width: 48em) {
  .training .btn--arrow-right.btn--wide {
    padding-left: 48px;
    padding-right: 38px; } }

.training .btn--arrow-left {
  padding-left: 1em; }
  .training .btn--arrow-left::before {
    content: "\25BC";
    position: relative;
    color: #444;
    margin-right: 0.5em;
    cursor: pointer;
    pointer-events: none;
    display: inline-block;
    transform-origin: center;
    transform: scaleX(0.5) rotate(90deg); }

@media all and (min-width: 48em) {
  .training .btn--arrow-left.btn--wide {
    padding-right: 48px;
    padding-left: 38px; } }

.training .custom-select {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 15em;
  height: 48px;
  line-height: 3;
  overflow: hidden;
  border-radius: 4px;
  border: 2px solid #ccc; }
  .training .custom-select select {
    -webkit-appearance: none;
            appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #fff;
    background-image: none; }
    .training .custom-select select::-ms-expand {
      display: none; }
    .training .custom-select select:hover > option:hover {
      background-color: #8dc63f !important;
      color: #034725; }
  .training .custom-select option:hover {
    background-color: #8dc63f;
    color: #034725; }
  .training .custom-select select {
    -ms-flex: 1;
        flex: 1;
    padding: 0 1em;
    cursor: pointer; }
  .training .custom-select::after {
    content: "\25BC";
    position: absolute;
    top: 0;
    right: 0;
    color: #444;
    padding: 0 1em;
    cursor: pointer;
    pointer-events: none;
    transition: 0.25s all ease;
    transform: scaleY(0.5); }

.training .icon-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 0; }
  .training .icon-text + .training .icon-text {
    padding-top: 0; }
  .training .icon-text svg {
    min-height: 16px;
    min-width: 16px;
    height: 16px;
    width: 16px;
    margin-right: 8px;
    margin-top: 3px; }
  .training .icon-text p {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin: 0 0 4px; }
  .training .icon-text:last-child p {
    margin: 0; }
  .training .icon-text--white svg path {
    fill: #fff; }
  .training .icon-text--white p {
    color: #fff; }
  .training .icon-text--full svg {
    height: 24px;
    width: 24px;
    margin-right: 16px; }
  .training .icon-text--full p {
    margin: 0 0 12px; }
  @media all and (min-width: 48em) {
    .training .icon-text p {
      margin: 0 0 12px; }
    .training .icon-text--small svg {
      min-height: 16px;
      min-width: 16px;
      height: 16px;
      width: 16px;
      margin-right: 8px; }
    .training .icon-text--small p {
      margin: 0 0 8px; } }
  .training .icon-text--lrg {
    -ms-flex-align: center;
        align-items: center; }
    .training .icon-text--lrg svg {
      height: 64px;
      width: 64px;
      margin-right: 16px; }
    .training .icon-text--lrg p {
      max-width: 180px; }

.template--westland-wrapper .panel-row {
  position: relative; }
  @media all and (min-width: 1024px) {
    .template--westland-wrapper .panel-row .panel-wrap.size-2 {
      width: 66.66%; }
    .template--westland-wrapper .panel-row .panel-wrap.size-1:nth-of-type(2) {
      width: 33.33%; } }

@media all and (min-width: 1024px) {
  .template--westland-wrapper .panel-wrap.size-1:nth-of-type(5) .wrapper-with-intrinsic-ratio .tv-add-coming-soon {
    text-decoration: none;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5); }
    .template--westland-wrapper .panel-wrap.size-1:nth-of-type(5) .wrapper-with-intrinsic-ratio .tv-add-coming-soon span {
      line-height: 1.2;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 28px;
      font-weight: bold;
      color: #046a38; }
  .template--westland-wrapper .panel-wrap.size-1:nth-of-type(3) {
    width: 66.66%; }
    .template--westland-wrapper .panel-wrap.size-1:nth-of-type(3) .wrapper-with-intrinsic-ratio {
      position: relative;
      top: -60px; }
      .template--westland-wrapper .panel-wrap.size-1:nth-of-type(3) .wrapper-with-intrinsic-ratio .element-to-stretch {
        background-image: url(../images/lawn-academy/safelawn-large-tile.jpg) !important; }
  .template--westland-wrapper .panel-wrap.size-1:nth-of-type(4) {
    width: 33.33%;
    height: 370px; } }

@media all and (min-width: 1185px) {
  .template--westland-wrapper .panel-wrap.size-1:nth-of-type(5) {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 370px; } }

.home__mobile-banner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .home__mobile-banner-wrap div {
    width: 100%; }
  @media all and (min-width: 30em) {
    .home__mobile-banner-wrap {
      display: none; } }

.home__mobile-banner-img {
  text-align: center;
  width: 100%; }

.slider-full-wrap.owl-carousel .owl-item {
  visibility: hidden; }
  .slider-full-wrap.owl-carousel .owl-item:first-child {
    visibility: visible; }

.slider-full-wrap.owl-carousel.owl-loaded {
  visibility: visible; }
  .slider-full-wrap.owl-carousel.owl-loaded .owl-item.active {
    visibility: visible; }

.home__brand-logos-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .home__brand-logos-wrap ul.brand-logos-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .home__brand-logos-wrap ul.brand-logos-wrap li {
      margin-right: 10px; }
      @media all and (max-width: 47.938em) {
        .home__brand-logos-wrap ul.brand-logos-wrap li {
          max-width: 80px; } }
      .home__brand-logos-wrap ul.brand-logos-wrap li a {
        display: block;
        border-radius: 2px;
        padding: 10px; }
        .home__brand-logos-wrap ul.brand-logos-wrap li a img {
          width: 100%; }

.home__quote-wrap h1 {
  margin-top: 10px;
  font-family: "Arial";
  font-weight: regular; }

.btn-lnk {
  background-color: #009fe3; }
  .btn-lnk:hover {
    background-color: #009fe3; }

.submit-brand {
  background-color: #009fe3 !important; }

input#mailinglist_newsletter_reqistration.input-brand {
  background-color: #00854a; }

.organic-border {
  background-image: url("../images/distressed-border-landscape.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center; }

.light-green-background {
  background-color: #046a38; }

.category__filters-wrap {
  background-color: #e7e7e7; }

.max-width-wide {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-left: 0.5em;
  padding-right: 0.5em; }

@media screen and (max-width: 470px) {
  .hide-mobile {
    display: none; } }

@media screen and (min-width: 471px) {
  .hide-sm-up {
    display: none; } }

@media screen and (min-width: 768px) {
  .hide-md-up {
    display: none; } }

.info-wrap-mob .info-wrap ul.social-media-wrap {
  margin: 0 auto; }
  @media all and (min-width: 48em) {
    .info-wrap-mob .info-wrap ul.social-media-wrap {
      display: none; } }

@media all and (max-width: 48em) {
  .footer__legals .footer__copyright {
    float: none;
    text-align: center; } }

.search-main li {
  list-style: none; }

#cookie-notice .cn-button.btn {
  padding: 0.5em 1.5em; }

/*# sourceMappingURL=styles.css.map */
