@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap"); /* MIXINS
===================================== */
/*@function luminance($color) {
  $colors: (
    'red': red($color),
    'green': green($color),
    'blue': blue($color)
  );

  @each $name, $value in $colors {
    $adjusted: 0;
    $value: $value / 255;

    @if $value < 0.03928 {
      $value: $value / 12.92;
    } @else {
      $value: ($value + .055) / 1.055;
      $value: pow($value, 2.4);
    }

    $colors: map-merge($colors, ($name: $value));
  }

  @return (map-get($colors, 'red') * .2126) + (map-get($colors, 'green') * .7152) + (map-get($colors, 'blue') * .0722);
}*/
/*@function check-color-access($foreground, $background) {
  $back-color-lumo: luminance($background);
  $fore-color-lumo: luminance($foreground);

  @return ($fore-color-lumo + 0.05) / ($back-color-lumo + 0.05);
}*/
@media screen and (max-width: 39.9375em) {
  .small-up-2:not(.no_balance) .column:nth-of-type(2n+1):nth-last-child(1):not(:first-child), .small-up-2:not(.no_balance) .columns:nth-of-type(2n+1):nth-last-child(1):not(:first-child) {
    margin-left: 25% !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.6875em) {
  .medium-up-2:not(.no_balance) .column:nth-of-type(2n+1):nth-last-child(1), .medium-up-2:not(.no_balance) .columns:nth-of-type(2n+1):nth-last-child(1) {
    margin-left: 25% !important;
  }
}
@media screen and (min-width: 63.75em) {
  .large-up-2:not(.no_balance) .column:nth-of-type(2n+1):nth-last-child(1), .large-up-2:not(.no_balance) .columns:nth-of-type(2n+1):nth-last-child(1) {
    margin-left: 25% !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .small-up-3:not(.no_balance) .column:nth-of-type(3n+1):nth-last-child(1):not(:first-child), .small-up-3:not(.no_balance) .columns:nth-of-type(3n+1):nth-last-child(1):not(:first-child) {
    margin-left: 33.3333333333% !important;
  }
  .small-up-3:not(.no_balance) .column:nth-of-type(3n+1):nth-last-child(2):not(:first-child), .small-up-3:not(.no_balance) .columns:nth-of-type(3n+1):nth-last-child(2):not(:first-child) {
    margin-left: 16.6666666667% !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.6875em) {
  .medium-up-3:not(.no_balance) .column:nth-of-type(3n+1):nth-last-child(1), .medium-up-3:not(.no_balance) .columns:nth-of-type(3n+1):nth-last-child(1) {
    margin-left: 33.3333333333% !important;
  }
  .medium-up-3:not(.no_balance) .column:nth-of-type(3n+1):nth-last-child(2), .medium-up-3:not(.no_balance) .columns:nth-of-type(3n+1):nth-last-child(2) {
    margin-left: 16.6666666667% !important;
  }
}
@media screen and (min-width: 63.75em) {
  .large-up-3:not(.no_balance) .column:nth-of-type(3n+1):nth-last-child(1), .large-up-3:not(.no_balance) .columns:nth-of-type(3n+1):nth-last-child(1) {
    margin-left: 33.3333333333% !important;
  }
  .large-up-3:not(.no_balance) .column:nth-of-type(3n+1):nth-last-child(2), .large-up-3:not(.no_balance) .columns:nth-of-type(3n+1):nth-last-child(2) {
    margin-left: 16.6666666667% !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .small-up-4:not(.no_balance) .column:nth-of-type(4n+1):nth-last-child(1):not(:first-child), .small-up-4:not(.no_balance) .columns:nth-of-type(4n+1):nth-last-child(1):not(:first-child) {
    margin-left: 37.5% !important;
  }
  .small-up-4:not(.no_balance) .column:nth-of-type(4n+1):nth-last-child(2):not(:first-child), .small-up-4:not(.no_balance) .columns:nth-of-type(4n+1):nth-last-child(2):not(:first-child) {
    margin-left: 25% !important;
  }
  .small-up-4:not(.no_balance) .column:nth-of-type(4n+1):nth-last-child(3):not(:first-child), .small-up-4:not(.no_balance) .columns:nth-of-type(4n+1):nth-last-child(3):not(:first-child) {
    margin-left: 12.5% !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.6875em) {
  .medium-up-4:not(.no_balance) .column:nth-of-type(4n+1):nth-last-child(1), .medium-up-4:not(.no_balance) .columns:nth-of-type(4n+1):nth-last-child(1) {
    margin-left: 37.5% !important;
  }
  .medium-up-4:not(.no_balance) .column:nth-of-type(4n+1):nth-last-child(2), .medium-up-4:not(.no_balance) .columns:nth-of-type(4n+1):nth-last-child(2) {
    margin-left: 25% !important;
  }
  .medium-up-4:not(.no_balance) .column:nth-of-type(4n+1):nth-last-child(3), .medium-up-4:not(.no_balance) .columns:nth-of-type(4n+1):nth-last-child(3) {
    margin-left: 12.5% !important;
  }
}
@media screen and (min-width: 63.75em) {
  .large-up-4:not(.no_balance) .column:nth-of-type(4n+1):nth-last-child(1), .large-up-4:not(.no_balance) .columns:nth-of-type(4n+1):nth-last-child(1) {
    margin-left: 37.5% !important;
  }
  .large-up-4:not(.no_balance) .column:nth-of-type(4n+1):nth-last-child(2), .large-up-4:not(.no_balance) .columns:nth-of-type(4n+1):nth-last-child(2) {
    margin-left: 25% !important;
  }
  .large-up-4:not(.no_balance) .column:nth-of-type(4n+1):nth-last-child(3), .large-up-4:not(.no_balance) .columns:nth-of-type(4n+1):nth-last-child(3) {
    margin-left: 12.5% !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .small-up-5:not(.no_balance) .column:nth-of-type(5n+1):nth-last-child(1):not(:first-child), .small-up-5:not(.no_balance) .columns:nth-of-type(5n+1):nth-last-child(1):not(:first-child) {
    margin-left: 40% !important;
  }
  .small-up-5:not(.no_balance) .column:nth-of-type(5n+1):nth-last-child(2):not(:first-child), .small-up-5:not(.no_balance) .columns:nth-of-type(5n+1):nth-last-child(2):not(:first-child) {
    margin-left: 30% !important;
  }
  .small-up-5:not(.no_balance) .column:nth-of-type(5n+1):nth-last-child(3):not(:first-child), .small-up-5:not(.no_balance) .columns:nth-of-type(5n+1):nth-last-child(3):not(:first-child) {
    margin-left: 20% !important;
  }
  .small-up-5:not(.no_balance) .column:nth-of-type(5n+1):nth-last-child(4):not(:first-child), .small-up-5:not(.no_balance) .columns:nth-of-type(5n+1):nth-last-child(4):not(:first-child) {
    margin-left: 10% !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.6875em) {
  .medium-up-5:not(.no_balance) .column:nth-of-type(5n+1):nth-last-child(1), .medium-up-5:not(.no_balance) .columns:nth-of-type(5n+1):nth-last-child(1) {
    margin-left: 40% !important;
  }
  .medium-up-5:not(.no_balance) .column:nth-of-type(5n+1):nth-last-child(2), .medium-up-5:not(.no_balance) .columns:nth-of-type(5n+1):nth-last-child(2) {
    margin-left: 30% !important;
  }
  .medium-up-5:not(.no_balance) .column:nth-of-type(5n+1):nth-last-child(3), .medium-up-5:not(.no_balance) .columns:nth-of-type(5n+1):nth-last-child(3) {
    margin-left: 20% !important;
  }
  .medium-up-5:not(.no_balance) .column:nth-of-type(5n+1):nth-last-child(4), .medium-up-5:not(.no_balance) .columns:nth-of-type(5n+1):nth-last-child(4) {
    margin-left: 10% !important;
  }
}
@media screen and (min-width: 63.75em) {
  .large-up-5:not(.no_balance) .column:nth-of-type(5n+1):nth-last-child(1), .large-up-5:not(.no_balance) .columns:nth-of-type(5n+1):nth-last-child(1) {
    margin-left: 40% !important;
  }
  .large-up-5:not(.no_balance) .column:nth-of-type(5n+1):nth-last-child(2), .large-up-5:not(.no_balance) .columns:nth-of-type(5n+1):nth-last-child(2) {
    margin-left: 30% !important;
  }
  .large-up-5:not(.no_balance) .column:nth-of-type(5n+1):nth-last-child(3), .large-up-5:not(.no_balance) .columns:nth-of-type(5n+1):nth-last-child(3) {
    margin-left: 20% !important;
  }
  .large-up-5:not(.no_balance) .column:nth-of-type(5n+1):nth-last-child(4), .large-up-5:not(.no_balance) .columns:nth-of-type(5n+1):nth-last-child(4) {
    margin-left: 10% !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .small-up-6:not(.no_balance) .column:nth-of-type(6n+1):nth-last-child(1):not(:first-child), .small-up-6:not(.no_balance) .columns:nth-of-type(6n+1):nth-last-child(1):not(:first-child) {
    margin-left: 41.6666666667% !important;
  }
  .small-up-6:not(.no_balance) .column:nth-of-type(6n+1):nth-last-child(2):not(:first-child), .small-up-6:not(.no_balance) .columns:nth-of-type(6n+1):nth-last-child(2):not(:first-child) {
    margin-left: 33.3333333333% !important;
  }
  .small-up-6:not(.no_balance) .column:nth-of-type(6n+1):nth-last-child(3):not(:first-child), .small-up-6:not(.no_balance) .columns:nth-of-type(6n+1):nth-last-child(3):not(:first-child) {
    margin-left: 25% !important;
  }
  .small-up-6:not(.no_balance) .column:nth-of-type(6n+1):nth-last-child(4):not(:first-child), .small-up-6:not(.no_balance) .columns:nth-of-type(6n+1):nth-last-child(4):not(:first-child) {
    margin-left: 16.6666666667% !important;
  }
  .small-up-6:not(.no_balance) .column:nth-of-type(6n+1):nth-last-child(5):not(:first-child), .small-up-6:not(.no_balance) .columns:nth-of-type(6n+1):nth-last-child(5):not(:first-child) {
    margin-left: 8.3333333333% !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.6875em) {
  .medium-up-6:not(.no_balance) .column:nth-of-type(6n+1):nth-last-child(1), .medium-up-6:not(.no_balance) .columns:nth-of-type(6n+1):nth-last-child(1) {
    margin-left: 41.6666666667% !important;
  }
  .medium-up-6:not(.no_balance) .column:nth-of-type(6n+1):nth-last-child(2), .medium-up-6:not(.no_balance) .columns:nth-of-type(6n+1):nth-last-child(2) {
    margin-left: 33.3333333333% !important;
  }
  .medium-up-6:not(.no_balance) .column:nth-of-type(6n+1):nth-last-child(3), .medium-up-6:not(.no_balance) .columns:nth-of-type(6n+1):nth-last-child(3) {
    margin-left: 25% !important;
  }
  .medium-up-6:not(.no_balance) .column:nth-of-type(6n+1):nth-last-child(4), .medium-up-6:not(.no_balance) .columns:nth-of-type(6n+1):nth-last-child(4) {
    margin-left: 16.6666666667% !important;
  }
  .medium-up-6:not(.no_balance) .column:nth-of-type(6n+1):nth-last-child(5), .medium-up-6:not(.no_balance) .columns:nth-of-type(6n+1):nth-last-child(5) {
    margin-left: 8.3333333333% !important;
  }
}
@media screen and (min-width: 63.75em) {
  .large-up-6:not(.no_balance) .column:nth-of-type(6n+1):nth-last-child(1), .large-up-6:not(.no_balance) .columns:nth-of-type(6n+1):nth-last-child(1) {
    margin-left: 41.6666666667% !important;
  }
  .large-up-6:not(.no_balance) .column:nth-of-type(6n+1):nth-last-child(2), .large-up-6:not(.no_balance) .columns:nth-of-type(6n+1):nth-last-child(2) {
    margin-left: 33.3333333333% !important;
  }
  .large-up-6:not(.no_balance) .column:nth-of-type(6n+1):nth-last-child(3), .large-up-6:not(.no_balance) .columns:nth-of-type(6n+1):nth-last-child(3) {
    margin-left: 25% !important;
  }
  .large-up-6:not(.no_balance) .column:nth-of-type(6n+1):nth-last-child(4), .large-up-6:not(.no_balance) .columns:nth-of-type(6n+1):nth-last-child(4) {
    margin-left: 16.6666666667% !important;
  }
  .large-up-6:not(.no_balance) .column:nth-of-type(6n+1):nth-last-child(5), .large-up-6:not(.no_balance) .columns:nth-of-type(6n+1):nth-last-child(5) {
    margin-left: 8.3333333333% !important;
  }
}
@media only screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
/* Margins */
.no_marg_top {
  margin-top: 0 !important;
}

.no_marg_bot {
  margin-bottom: 0 !important;
}

.no_marg_left {
  margin-left: 0 !important;
}

.no_marg_right {
  margin-right: 0 !important;
}

.no_marg {
  margin: 0 !important;
}

.no_marg_small {
  margin: 0 !important;
}

@media screen and (min-width: 40em) {
  .no_marg_med {
    margin: 0 !important;
  }
}
/* Paddings */
.no_pad_top {
  padding-top: 0 !important;
}

.no_pad_bot {
  padding-bottom: 0 !important;
}

.no_pad_left {
  padding-left: 0 !important;
}

.no_pad_right {
  padding-right: 0 !important;
}

.no_pad {
  padding: 0 !important;
}

.gray_bg {
  background: #faf6ee;
}

/* TYPOGRAPHY
=============================================================================== */
.learning h1, .learning h2, .learning h3, .learning h4, .learning h5, .learning .h1, .learning .h2, .learning .h3, .learning .h4, .learning .h5 {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #1A7065;
}
.learning h1 strong, .learning h2 strong, .learning h3 strong, .learning h4 strong, .learning h5 strong, .learning .h1 strong, .learning .h2 strong, .learning .h3 strong, .learning .h4 strong, .learning .h5 strong {
  font-weight: 300;
}
.learning h1.ribbon, .learning h2.ribbon, .learning h3.ribbon, .learning h4.ribbon, .learning h5.ribbon, .learning .h1.ribbon, .learning .h2.ribbon, .learning .h3.ribbon, .learning .h4.ribbon, .learning .h5.ribbon {
  background: none !important;
  padding: 0 0 1.25rem 0 !important;
  position: relative;
}
.learning h1.ribbon::after, .learning h2.ribbon::after, .learning h3.ribbon::after, .learning h4.ribbon::after, .learning h5.ribbon::after, .learning .h1.ribbon::after, .learning .h2.ribbon::after, .learning .h3.ribbon::after, .learning .h4.ribbon::after, .learning .h5.ribbon::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.0625rem;
  margin-top: 0.9375rem;
  background: rgba(0, 0, 0, 0.4);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.learning h1.ribbon span, .learning h2.ribbon span, .learning h3.ribbon span, .learning h4.ribbon span, .learning h5.ribbon span, .learning .h1.ribbon span, .learning .h2.ribbon span, .learning .h3.ribbon span, .learning .h4.ribbon span, .learning .h5.ribbon span {
  background: none !important;
  padding: 0;
  display: inline;
}
.learning h1.ribbon span::before, .learning h1.ribbon span::after, .learning h2.ribbon span::before, .learning h2.ribbon span::after, .learning h3.ribbon span::before, .learning h3.ribbon span::after, .learning h4.ribbon span::before, .learning h4.ribbon span::after, .learning h5.ribbon span::before, .learning h5.ribbon span::after, .learning .h1.ribbon span::before, .learning .h1.ribbon span::after, .learning .h2.ribbon span::before, .learning .h2.ribbon span::after, .learning .h3.ribbon span::before, .learning .h3.ribbon span::after, .learning .h4.ribbon span::before, .learning .h4.ribbon span::after, .learning .h5.ribbon span::before, .learning .h5.ribbon span::after {
  content: none;
  display: none;
}
.learning h1, .learning h2, .learning .h1, .learning .h2 {
  font-weight: 300;
}
.learning h2:not(.h1):not(.h3):not(.h4):not(.h5), .learning .h2 {
  font-size: 1.5rem;
}
.learning a {
  color: #1A7065;
}
.learning a:hover, .learning a:focus {
  color: #BD3D06;
}

/* GRID
=============================================================================== */
.column-block {
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 63.75em) {
  .column-block {
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .column-block-small-only {
    margin-bottom: 0.9375rem;
  }
}

[class*=small-up], [class*=medium-up], [class*=large-up] {
  padding: 0;
  list-style: none;
}

.small-up-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 39.9375em) {
  .small-up-1 .column {
    width: 100%;
  }
}

.medium-up-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 40em) {
  .medium-up-1 .column {
    width: 100%;
  }
}

.large-up-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 63.75em) {
  .large-up-1 .column {
    width: 100%;
  }
}

.small-up-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 39.9375em) {
  .small-up-2 .column {
    width: 50%;
  }
}

.medium-up-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 40em) {
  .medium-up-2 .column {
    width: 50%;
  }
}

.large-up-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 63.75em) {
  .large-up-2 .column {
    width: 50%;
  }
}

.small-up-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 39.9375em) {
  .small-up-3 .column {
    width: 33.3333333333%;
  }
}

.medium-up-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 40em) {
  .medium-up-3 .column {
    width: 33.3333333333%;
  }
}

.large-up-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 63.75em) {
  .large-up-3 .column {
    width: 33.3333333333%;
  }
}

.small-up-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 39.9375em) {
  .small-up-4 .column {
    width: 25%;
  }
}

.medium-up-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 40em) {
  .medium-up-4 .column {
    width: 25%;
  }
}

.large-up-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 63.75em) {
  .large-up-4 .column {
    width: 25%;
  }
}

.small-up-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 39.9375em) {
  .small-up-5 .column {
    width: 20%;
  }
}

.medium-up-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 40em) {
  .medium-up-5 .column {
    width: 20%;
  }
}

.large-up-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 63.75em) {
  .large-up-5 .column {
    width: 20%;
  }
}

.small-up-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 39.9375em) {
  .small-up-6 .column {
    width: 16.6666666667%;
  }
}

.medium-up-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 40em) {
  .medium-up-6 .column {
    width: 16.6666666667%;
  }
}

.large-up-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 63.75em) {
  .large-up-6 .column {
    width: 16.6666666667%;
  }
}

@media screen and (min-width: 63.75em) {
  .row.small_gutter {
    margin: 0 -0.9375rem;
  }
  .row.small_gutter .column, .row.small_gutter .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .row.small_gutter .column-block {
    margin-bottom: 1.875rem;
  }
}

/* HEADER
=============================================================================== */
#header.learning_header {
  background: #faf6ee;
}
#header.learning_header p {
  color: #000000;
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
#header.learning_header a {
  color: #1A7065;
}
#header.learning_header a:hover, #header.learning_header a:focus {
  color: #BD3D06;
}
#header.learning_header > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header.learning_header #logo {
  width: 11.25rem;
  position: relative;
  margin: 0.625rem auto;
  left: auto;
  display: block;
}
@media screen and (min-width: 63.75em) {
  #header.learning_header #logo {
    width: 15.3125rem;
    margin: 0.625rem 0;
  }
}
#header.learning_header #logo svg {
  display: block;
  width: 100%;
  height: 100%;
}
#header.learning_header a.menu-trigger {
  color: #1A7065;
}
.move-left #header.learning_header a.menu-trigger, .move-right #header.learning_header a.menu-trigger {
  color: #ffffff !important;
}
#header.learning_header a.menu-trigger span {
  background-color: #1A7065;
}
#header.learning_header a.menu-trigger span::before, #header.learning_header a.menu-trigger span::after {
  background-color: #1A7065;
}
.move-left #header.learning_header a.menu-trigger span, .move-right #header.learning_header a.menu-trigger span {
  background-color: transparent !important;
}
.move-left #header.learning_header a.menu-trigger span::before, .move-left #header.learning_header a.menu-trigger span::after, .move-right #header.learning_header a.menu-trigger span::before, .move-right #header.learning_header a.menu-trigger span::after {
  background-color: #ffffff !important;
}
#header.learning_header .nav_wrap {
  position: absolute;
  bottom: 0;
  right: 1.5625rem;
  left: 1.5625rem;
}
#header.learning_header #nav {
  height: auto;
  margin: 0;
}
#header.learning_header #nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header.learning_header #nav ul li {
  height: auto;
}
#header.learning_header #nav ul li a {
  color: #1A7065;
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: center;
  padding: 0.9375rem 0.8125rem;
  font-family: "Open Sans", sans-serif;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
}
#header.learning_header #nav ul li a:hover, #header.learning_header #nav ul li a:focus {
  color: #000000;
}
#header.learning_header #nav ul li.current-menu-item > a, #header.learning_header #nav ul li.current-page-ancestor:not(.menu-item-17431) > a {
  background: #EADFC3;
}
#header.learning_header .favourite {
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
@media screen and (max-width: 63.6875em) {
  #header.learning_header .favourite {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.3125rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.1875rem;
  }
}
#header.learning_header .favourite svg {
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  overflow: visible;
}
#header.learning_header .favourite svg * {
  stroke: #1A7065;
  stroke-width: 0.25rem;
  fill: none;
  -webkit-transition: stroke 0.3s ease-out;
  -o-transition: stroke 0.3s ease-out;
  transition: stroke 0.3s ease-out;
}
@media screen and (max-width: 63.6875em) {
  #header.learning_header .favourite svg * {
    stroke-width: 1.75rem;
  }
}
#header.learning_header .favourite:hover svg *, #header.learning_header .favourite:focus svg * {
  stroke: #000000;
}
body.nav_open #header.learning_header .favourite {
  opacity: 0;
  visibility: hidden;
}
#header.learning_header .favourite[data-count] {
  position: relative;
}
#header.learning_header .favourite[data-count]::after {
  content: attr(data-count);
  position: absolute;
  top: 1.25rem;
  right: 0.1875rem;
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  background: #1A7065;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-box-shadow: 0 0.1875rem 0.1875rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.1875rem 0.1875rem rgba(0, 0, 0, 0.2);
}
#header.learning_header .favourite[data-count].animate::after {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
}

/* OFF CANVAS NAV
============================================= */
.learning_off_canvas .right-off-canvas-menu {
  background: #faf6ee;
}
.learning_off_canvas .right-off-canvas-menu ul.off-canvas-list li a {
  color: #1A7065;
  border-bottom-color: #bad4d1;
}
.learning_off_canvas .right-off-canvas-menu ul.off-canvas-list li a:hover, .learning_off_canvas .right-off-canvas-menu ul.off-canvas-list li a:focus {
  color: #000000;
  background: transparent;
}
.learning_off_canvas .right-off-canvas-menu ul.off-canvas-list li.current-menu-item > a, .learning_off_canvas .right-off-canvas-menu ul.off-canvas-list li.current-page-ancestor:not(.menu-item-17431) > a {
  background: #EADFC3;
}

/* SEARCH
============================================= */
.search_form {
  position: relative;
  background: #ffffff;
  width: 100%;
  overflow: hidden;
  margin: 0.625rem 0 0.625rem 0.9375rem;
  padding: 0;
  border-radius: 0;
  padding: 0.3125rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  max-width: 18.75rem;
}
.search_form ::-webkit-input-placeholder {
  color: #3c3c3c;
}
.search_form :-moz-placeholder {
  color: #3c3c3c;
}
.search_form ::-moz-placeholder {
  color: #3c3c3c;
}
.search_form :-ms-input-placeholder {
  color: #3c3c3c;
}
.search_form fieldset {
  padding: 0;
  margin: 0;
}
.search_form input, .search_form button {
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 0;
}
.search_form [type=search], .search_form [type=text] {
  float: left;
  width: calc(100% - 40px);
  background: none;
  border: none;
  border-radius: 0;
  -webkit-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  margin: 0;
  padding: 0.3125rem 0.3125rem;
  height: 1.875rem;
  font-size: 0.875rem;
  color: #3c3c3c;
}
.search_form [type=search]::-ms-clear, .search_form [type=text]::-ms-clear {
  display: none;
}
.search_form [type=search]:focus, .search_form [type=search]:hover, .search_form [type=text]:focus, .search_form [type=text]:hover {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search_form [type=search]:focus + [type=reset], .search_form [type=search]:hover + [type=reset], .search_form [type=text]:focus + [type=reset], .search_form [type=text]:hover + [type=reset] {
  opacity: 1;
}
.search_form [type=search]:focus, .search_form [type=text]:focus {
  background: rgba(250, 246, 238, 0.3);
}
.search_form [type=submit] {
  float: right;
  width: 1.875rem;
  height: 1.875rem;
  background: #1A7065;
  margin: 0 !important;
  padding: 0.3125rem;
  color: #3c3c3c !important;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  border-radius: 0;
  min-width: auto;
}
.search_form [type=submit] i {
  color: #ffffff;
}
.search_form [type=submit]:hover, .search_form [type=submit]:focus {
  background: #000000;
}

/* HOMEPAGE
=============================================================================== */
.learning_banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*&::after {
  	content: "";
  	position: absolute;
  	left: 0; right: 0; top: 0; bottom: 0;
  	background: linear-gradient(180deg, rgba($black,0.15) 0%, transparent 150%);
  	z-index: 2;
  }*/
}
@media screen and (min-width: 40em) {
  .learning_banner img {
    height: 25rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.learning_banner svg {
  width: 60%;
  position: absolute;
  z-index: 3;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 63.75em) {
  .learning_banner svg {
    width: 40%;
  }
}
@media screen and (min-width: 63.75em) {
  .learning_banner svg {
    margin-bottom: 3.125rem;
  }
}
.learning_banner svg * {
  fill: #ffffff;
}

.overlap_banner {
  margin: -1.875rem auto 0 auto;
  background: #ffffff;
  position: relative;
  z-index: 4;
  padding: 1.25rem 0;
  max-width: calc(100% - 30px);
}
.gray_bg .overlap_banner {
  background: #faf6ee;
}
@media screen and (min-width: 63.75em) {
  .overlap_banner {
    margin-top: -3.125rem;
  }
}
@media screen and (min-width: 79.375em) {
  .overlap_banner {
    max-width: 77.5rem;
  }
}
.overlap_banner p {
  color: #3c3c3c;
  line-height: 1.55;
  font-size: 1rem;
}
@media screen and (min-width: 40em) {
  .overlap_banner p {
    font-size: 1.125rem;
  }
}

a.favourite {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  text-align: right;
}
a.favourite svg {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
}
a.favourite svg * {
  fill: transparent;
  -webkit-transition: fill 0.2s ease-out;
  -o-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.3125rem;
}
a.favourite:hover svg *, a.favourite:focus svg * {
  fill: #ffffff;
}
a.favourite.saved svg * {
  fill: #ffffff;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: #faf6ee;
  -webkit-box-shadow: 0 0.3125rem 0.3125rem rgba(60, 60, 60, 0.1);
          box-shadow: 0 0.3125rem 0.3125rem rgba(60, 60, 60, 0.1);
}
.gray_bg .card {
  background: #ffffff;
}
.card[href] {
  -webkit-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.card[href]:hover, .card[href]:focus {
  background: #EADFC3;
}
.card[href]:hover img, .card[href]:focus img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.card .img_box {
  overflow: hidden;
}
.card .img_box img {
  width: 100%;
  -webkit-transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.card .venues {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  z-index: 4;
  display: block;
  text-align: left;
}
.card .venues > span {
  background: #1A7065;
  color: #ffffff;
  border-radius: 0.3125rem;
  display: inline-block;
  float: left;
  clear: left;
  padding: 0.125rem 0.3125rem;
}
.card .venues > span:not(:last-child) {
  margin-bottom: 0.25rem;
}
.card .con {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card .con span:not(.button) {
  margin: 0 0 0.9375rem 0;
}
.card .con span:not(.button).h2, .card .con span:not(.button).h3 {
  position: relative;
}
.card .con span:not(.button).h2:not(.no_underline)::after, .card .con span:not(.button).h3:not(.no_underline)::after {
  content: "";
  display: block;
  height: 0.0625rem;
  width: 6.25rem;
  background: rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  margin-top: 0.9375rem;
}
.card .con span:not(.button).sessions > span {
  display: inline-block;
  padding: 0 0.4375rem;
  border-radius: 0.3125rem;
  background: #ffffff;
  color: #1A7065;
  margin: 0.125rem;
}
.card .con .button {
  background: #1A7065;
  color: #ffffff;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 2.5rem;
  min-width: 10rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
  padding: 0.625rem 1.5625rem;
}
@media screen and (min-width: 40em) {
  .card .con .button {
    padding: 0.625rem 2.1875rem;
  }
}
.card .con .icon_row .column {
  margin: 0;
}
.card .con .icon_row .learning_icon {
  margin-bottom: 0.3125rem;
  font-size: 1.25rem;
}
.card .con .icon_row .learning_icon + .p {
  margin-bottom: 0;
}
.card .con > :last-child {
  margin-top: auto;
  margin-bottom: 0;
}
.card span {
  display: block;
}
.card + a.favourite {
  position: absolute;
  top: 0;
  right: 0.625rem;
  background-image: -o-radial-gradient(circle, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 70%);
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 70%);
  background-position: 10px -50px;
  background-size: 6.25rem 6.25rem;
  background-repeat: no-repeat;
  border-top-right-radius: 0;
}

.smaller_gutters {
  max-width: 73.125rem;
}
.row .smaller_gutters {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.smaller_gutters .column {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.smaller_gutters .column.column-block {
  margin-bottom: 1.25rem;
}

/* MISC
=============================================================================== */
.sr_only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

svg {
  -webkit-transition: fill 0.3s ease-out, stroke 0.3s ease-out;
  -o-transition: fill 0.3s ease-out, stroke 0.3s ease-out;
  transition: fill 0.3s ease-out, stroke 0.3s ease-out;
}

/* LEARNING 
=============================================================================== */
#header + .learning {
  padding-top: 0.9375rem;
}
.learning .hero {
  position: relative;
  min-height: 4.375rem;
}
.learning .hero img {
  min-width: 100%;
}
.learning .hero .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.learning .hero .content_wrapper {
  min-height: 18.75rem;
  position: relative;
}
.learning .hero .content_wrapper::before {
  content: "";
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
}
.learning .hero .content_wrapper .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 1.5625rem;
  width: 100%;
  height: 100%;
}
.learning .hero .content_wrapper .content * {
  color: #ffffff;
}
.learning .overlap {
  margin-top: -1.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 40em) {
  .learning .overlap {
    margin-top: -3.125rem;
    background: #ffffff;
  }
}
.learning .overlap h1 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 39.9375em) {
  .learning .overlap h1 {
    background: #ffffff;
    margin: 0;
    padding: 0.9375rem 2.5rem;
    margin-bottom: 0.9375rem;
  }
}
.learning .overlap a.favourite {
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
}
@media screen and (max-width: 39.9375em) {
  .learning .overlap a.favourite {
    right: 0.9375rem;
  }
}
.learning .overlap a.favourite svg * {
  stroke: #1A7065;
}
.learning .overlap a.favourite:hover svg *, .learning .overlap a.favourite:focus svg * {
  fill: #1A7065;
}
.learning .overlap a.favourite.saved svg * {
  fill: #1A7065;
}
.learning .grid .grid_box {
  display: block;
  position: relative;
}
.learning .grid .grid_box img {
  display: block;
  -webkit-transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.learning .grid .grid_box span {
  display: block;
  color: #000000;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.learning .grid .grid_box span.img_box {
  border-bottom: 0.625rem solid #1A7065;
}
.learning .grid .grid_box:hover span:not(.p), .learning .grid .grid_box:focus span:not(.p) {
  color: #1A7065;
}
.learning .grid .grid_box:hover img, .learning .grid .grid_box:focus img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.learning .session_filter form legend {
  display: inline-block;
}
.learning .session_filter form [type=checkbox] + label, .learning .session_filter form [type=radio] + label {
  background: #ffffff;
  border-radius: 0.9375rem;
  padding: 0.3125rem 0.75rem;
  margin: 0 0.625rem;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  font-weight: 600;
}
.learning .session_filter form [type=checkbox] + label:hover, .learning .session_filter form [type=checkbox] + label:focus, .learning .session_filter form [type=radio] + label:hover, .learning .session_filter form [type=radio] + label:focus {
  background: #EADFC3;
}
.learning .session_filter form [type=checkbox]:focus + label, .learning .session_filter form [type=radio]:focus + label {
  background: #EADFC3;
}
.learning .session_filter form [type=checkbox]:checked + label, .learning .session_filter form [type=radio]:checked + label {
  background: #1A7065;
  color: #ffffff;
}
.learning blockquote {
  position: relative;
  font-style: italic;
  padding: 0.625rem 0.9375rem 0.625rem 3.125rem;
  border-left: 8px solid #BD3D06;
  background: #faf6ee;
  margin: 1.5625rem 0;
}
.learning blockquote p {
  color: #000000;
}
@media screen and (min-width: 63.75em) {
  .learning blockquote p {
    font-size: 1rem;
  }
}
.learning blockquote::before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0;
  color: #ca6438;
  font-size: 6em;
  font-family: Georgia;
  font-style: italic;
  line-height: 1;
}
.learning .button {
  background: #1A7065;
  color: #ffffff;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 2.5rem;
  min-width: 10rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
  padding: 0.625rem 1.5625rem;
  max-height: none;
}
@media screen and (min-width: 40em) {
  .learning .button {
    padding: 0.625rem 2.1875rem;
  }
}
.learning .button:hover, .learning .button:focus {
  background: #BD3D06;
  color: #ffffff;
}

.accordion .accordion-navigation {
  padding: 0;
  background: none;
  margin-bottom: 0.0625rem !important;
}
.accordion .accordion-navigation:before {
  content: none;
  display: none;
}
.accordion .accordion-navigation > a {
  background: #faf6ee;
  color: #1A7065;
  position: relative;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.accordion .accordion-navigation > a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1.25rem;
  width: 1rem;
  height: 1rem;
  background: transparent;
  border-right: 3px solid #1A7065;
  border-top: 3px solid #1A7065;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateY(-50%) translateY(-3px) rotate(135deg);
      -ms-transform: translateY(-50%) translateY(-3px) rotate(135deg);
          transform: translateY(-50%) translateY(-3px) rotate(135deg);
}
.accordion .accordion-navigation > a:hover, .accordion .accordion-navigation > a:focus {
  background: #EADFC3;
}
.accordion .accordion-navigation .content {
  padding: 0 0.9375rem;
  display: block;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.accordion .accordion-navigation.active a {
  background: #1A7065;
  color: #ffffff;
}
.accordion .accordion-navigation.active a::after {
  border-color: #ffffff;
  -webkit-transform: translateY(-50%) translateY(3px) rotate(-45deg);
      -ms-transform: translateY(-50%) translateY(3px) rotate(-45deg);
          transform: translateY(-50%) translateY(3px) rotate(-45deg);
}
.accordion .accordion-navigation.active .content {
  padding: 0.3125rem 0.9375rem;
  max-height: 31.25rem;
  visibility: visible;
}

.sidebar {
  background: #ffffff;
  padding: 0.625rem 1.25rem 0 1.25rem;
  -webkit-box-shadow: 0 0.3125rem 0.3125rem rgba(60, 60, 60, 0.1);
          box-shadow: 0 0.3125rem 0.3125rem rgba(60, 60, 60, 0.1);
  overflow: hidden;
}
.sidebar:last-of-type {
  margin-bottom: 1.5625rem;
}
.sidebar.secondary {
  background: #faf6ee;
}
.sidebar h2 {
  color: #000000;
}
.sidebar p {
  margin-bottom: 0.9375rem;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0.9375rem 0 1.5625rem 0;
}
.sidebar ul li {
  margin: 0 0 0.625rem 0;
  padding: 0;
}
.sidebar ul li:before {
  content: none;
  display: none;
}
.sidebar ul li a {
  font-size: 1rem;
  line-height: 1.5;
}
.sidebar ul.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.9375rem 0;
}
.sidebar ul.buttons li {
  width: calc(50% - 5px);
}
.sidebar ul.buttons li .button {
  min-width: 0;
  width: 100%;
}

.grid_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #faf6ee;
  overflow: hidden;
  padding: 0 2.8125rem 0 1.25rem;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.grid_link::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1.25rem;
  width: 1rem;
  height: 1rem;
  background: transparent;
  border-right: 3px solid #1A7065;
  border-top: 3px solid #1A7065;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.grid_link span {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.grid_link:hover, .grid_link:focus {
  background: #1A7065;
}
.grid_link:hover::after, .grid_link:focus::after {
  border-color: #ffffff;
}
.grid_link:hover span, .grid_link:focus span {
  color: #ffffff;
}

.icon_row .column {
  margin: 1.875rem 0;
}
.icon_row .learning_icon {
  color: #1A7065;
  font-size: 2.5rem;
}
.icon_row .learning_icon + p {
  font-size: 1rem;
}

/* FILTER
=============================================================================== */
.filter_trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: none !important;
  background: #EADFC3;
  padding: 0.3125rem 0.9375rem !important;
  color: #000000 !important;
  font-size: 1rem;
  border: none !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  margin: 0.9375rem 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.filter_trigger .icon {
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: auto;
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  background-size: 3.125rem 3.125rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' preserveAspectRatio='xMidYMid' height='40' width='40'%3E%3Cpath style='fill:%231A7065; transition: fill 200ms ease-out;' d='M20,25.5a.47.47,0,0,1-.35-.15l-10-10a.49.49,0,0,1,.7-.7L20,24.29l9.65-9.64a.49.49,0,1,1,.7.7l-10,10A.47.47,0,0,1,20,25.5Z'/%3E%3C/svg%3E") !important;
  -webkit-transition: background-image 0.2s ease-in;
  -o-transition: background-image 0.2s ease-in;
  transition: background-image 0.2s ease-in;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.filter_trigger:hover, .filter_trigger:focus {
  background: #1A7065;
  color: #ffffff !important;
}
.filter_trigger:hover .icon, .filter_trigger:focus .icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' preserveAspectRatio='xMidYMid' height='40' width='40'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M20,25.5a.47.47,0,0,1-.35-.15l-10-10a.49.49,0,0,1,.7-.7L20,24.29l9.65-9.64a.49.49,0,1,1,.7.7l-10,10A.47.47,0,0,1,20,25.5Z'/%3E%3C/svg%3E") !important;
}
.filter_trigger > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  display: table-cell\9 ;
}
.filter_trigger .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 4.375rem;
}
.filter_trigger .options > span {
  background: #ffffff;
  color: #1A7065;
  padding: 0.125rem 0.625rem;
  margin: 0.3125rem 0.625rem 0.3125rem 0;
}

.simple_modal {
  outline: none !important;
}
@media screen and (max-width: 63.6875em) {
  .simple_modal .modal-content {
    padding: 0;
  }
}
.simple_modal .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
.simple_modal .modal-body > .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  width: auto;
}
@media screen and (min-width: 40em) {
  .simple_modal .modal-body > .row {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }
}
.simple_modal .close-reveal-modal {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  opacity: 1;
  width: 1.875rem;
  height: 1.875rem;
  background: transparent !important;
  border-radius: 0;
}
.simple_modal .close-reveal-modal .icon {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29' preserveAspectRatio='xMidYMid' height='29' width='29'%3E%3Cpolygon style='fill:%231A7065; transition: fill 200ms ease-out;' points='28.29 24.75 17.68 14.14 28.29 3.54 24.75 0 14.14 10.61 3.54 0 0 3.54 10.61 14.14 0 24.75 3.54 28.29 14.14 17.68 24.75 28.29 28.29 24.75'/%3E%3C/svg%3E") !important;
  -webkit-transition: background-image 0.2s ease-in;
  -o-transition: background-image 0.2s ease-in;
  transition: background-image 0.2s ease-in;
}
.simple_modal .close-reveal-modal:hover .icon, .simple_modal .close-reveal-modal:focus .icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29' preserveAspectRatio='xMidYMid' height='29' width='29'%3E%3Cpolygon style='fill:%23BD3D06; transition: fill 200ms ease-out;' points='28.29 24.75 17.68 14.14 28.29 3.54 24.75 0 14.14 10.61 3.54 0 0 3.54 10.61 14.14 0 24.75 3.54 28.29 14.14 17.68 24.75 28.29 28.29 24.75'/%3E%3C/svg%3E") !important;
}
.simple_modal h2 {
  margin-top: 0;
}
.simple_modal .button {
  margin-bottom: 0;
}
.simple_modal .alert-box p {
  color: #ffffff;
}
.simple_modal .alert-box p:first-child {
  margin-top: 0;
}
.simple_modal .alert-box p:last-child {
  margin-bottom: 0;
}
.simple_modal form input[type=text], .simple_modal form input[type=password], .simple_modal form input[type=date], .simple_modal form input[type=datetime], .simple_modal form input[type=datetime-local], .simple_modal form input[type=month], .simple_modal form input[type=week], .simple_modal form input[type=email], .simple_modal form input[type=number], .simple_modal form input[type=search], .simple_modal form input[type=tel], .simple_modal form input[type=time], .simple_modal form input[type=url], .simple_modal form input[type=color], .simple_modal form textarea {
  height: 2.5rem;
  padding: 0.625rem;
}
.simple_modal form input[type=text][rows], .simple_modal form input[type=password][rows], .simple_modal form input[type=date][rows], .simple_modal form input[type=datetime][rows], .simple_modal form input[type=datetime-local][rows], .simple_modal form input[type=month][rows], .simple_modal form input[type=week][rows], .simple_modal form input[type=email][rows], .simple_modal form input[type=number][rows], .simple_modal form input[type=search][rows], .simple_modal form input[type=tel][rows], .simple_modal form input[type=time][rows], .simple_modal form input[type=url][rows], .simple_modal form input[type=color][rows], .simple_modal form textarea[rows] {
  height: auto;
}
.simple_modal form label input[type=checkbox] {
  margin: 0.46875rem 0.3125rem 0.46875rem 0;
}

#filterModal .modal-dialog {
  width: calc(100% - 20px);
  max-width: 75rem;
  overflow: hidden;
}
#filterModal .modal-dialog .modal-body {
  max-height: calc(100vh - 252px);
  overflow-y: auto;
}
@media screen and (min-width: 63.75em) {
  #filterModal .modal-dialog .modal-body {
    max-height: calc(100vh - 245px);
  }
}
#filterModal form legend {
  margin-bottom: 0.9375rem;
}
#filterModal form .button {
  margin-top: 0.9375rem;
}
#filterModal form .custom_fields.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}
#filterModal form .custom_fields.check label {
  position: relative;
  width: 50%;
  margin-right: 0;
  margin-bottom: 0.625rem;
  padding-right: 0.3125rem !important;
}
#filterModal form .custom_fields.check label:nth-child(even) input[type=radio], #filterModal form .custom_fields.check label:nth-child(even) input[type=checkbox] {
  left: 0.625rem;
}
@media screen and (min-width: 63.75em) {
  #filterModal form .custom_fields.check label {
    width: 25%;
  }
  #filterModal form .custom_fields.check label input[type=radio], #filterModal form .custom_fields.check label input[type=checkbox] {
    left: 0.625rem;
  }
  #filterModal form .custom_fields.check label:nth-child(4n+1) {
    padding-left: 0;
  }
  #filterModal form .custom_fields.check label:nth-child(4n) {
    padding-right: 0 !important;
  }
}
#filterModal form .custom_fields.check label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1.2 !important;
  text-align: left;
  border: none;
  margin-bottom: 0;
  padding: 0.375rem 0.9375rem 0.375rem 2rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  min-width: 7.5rem;
  min-height: 2rem;
  background: #ffffff;
}
#filterModal form .custom_fields.check label span:hover, #filterModal form .custom_fields.check label span:focus {
  cursor: pointer;
}
#filterModal form .custom_fields.check label span:hover:before, #filterModal form .custom_fields.check label span:focus:before {
  background-color: #ffffff;
}
#filterModal form .custom_fields.check label span:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: solid 0.0625rem #EADFC3;
  position: absolute;
  border-radius: 0.25rem;
  background: #ffffff;
  top: 0.25rem;
  left: 0;
  -webkit-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
#filterModal form .custom_fields.check label input[type=radio], #filterModal form .custom_fields.check label input[type=checkbox] {
  top: 2px;
  left: 2px;
  position: absolute;
}
#filterModal form .custom_fields.check label input[type=radio]:checked + span:hover, #filterModal form .custom_fields.check label input[type=radio]:checked + span:focus, #filterModal form .custom_fields.check label input[type=checkbox]:checked + span:hover, #filterModal form .custom_fields.check label input[type=checkbox]:checked + span:focus {
  cursor: default;
}
#filterModal form .custom_fields.check label input[type=radio]:checked + span:before, #filterModal form .custom_fields.check label input[type=checkbox]:checked + span:before {
  background: #1A7065 url(../img/white-tick.png) center center no-repeat;
  border-color: #1A7065;
  background-size: 1rem 0.75rem;
}
#filterModal form .custom_fields.check label input[type=radio] + span:before {
  border-radius: 50%;
}

@media screen and (min-width: 40em) {
  .filter_switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.filter_switch .filter_trigger {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .filter_switch .switcher {
    width: 14.375rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 0.9375rem;
  }
  .filter_switch .switcher .view_switcher {
    height: 3.75rem;
    background: #EADFC3;
    color: #000000;
    font-weight: 400;
  }
  .filter_switch .switcher .view_switcher:hover, .filter_switch .switcher .view_switcher:focus {
    background: #1A7065;
    color: #ffffff;
  }
}

/* TAGS
=============================================================================== */
.tags {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
.tags li {
  padding: 0;
  margin: 0;
}
.tags > span, .tags > a {
  font-size: 0.875rem;
  background: #faf6ee;
  display: inline-block;
  font-weight: 400;
  color: #000000;
  border-radius: 0.3125rem;
  padding: 0.5625rem 0.625rem 0.4375rem 0.625rem;
  line-height: 1;
  font-size: 0.875rem;
  z-index: 1;
  text-transform: uppercase;
  margin-bottom: 0.46875rem;
  margin-right: 0.46875rem;
}
.tags > span:last-child, .tags > a:last-child {
  margin-right: 0;
}
.tags > span[href], .tags > a[href] {
  background: rgba(26, 112, 101, 0.15);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.tags > span[href]:hover, .tags > span[href]:focus, .tags > a[href]:hover, .tags > a[href]:focus {
  background: #1A7065;
  color: #ffffff;
}

/* FOOTER
=============================================================================== */
#footer.learning_footer {
  background: #EADFC3;
  margin-top: 0.9375rem;
}
#footer.learning_footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer.learning_footer p, #footer.learning_footer h2, #footer.learning_footer h3 {
  color: #000000;
}
#footer.learning_footer p:last-child, #footer.learning_footer h2:last-child, #footer.learning_footer h3:last-child {
  margin-bottom: 0;
}
#footer.learning_footer a:not(:hover):not(:focus) {
  color: #1A7065;
}

/* PRINT 
=============================================================================== */
@media print {
  .learning .overlap {
    margin-top: 0;
  }
  .icon_row {
    border: 2px solid transparent;
  }
  .icon_row > .column {
    width: 33.3333333333%;
  }
  .sidebar {
    background: #faf6ee !important;
    -webkit-print-color-adjust: exact !important;
  }
  .small-up-1.medium-up-2.large-up-3 > .column {
    width: 33.3333333333%;
  }
  .button {
    border: 2px solid #1A7065;
    height: auto !important;
  }
  .card .venues > span {
    background: #ffffff !important;
    -webkit-print-color-adjust: exact !important;
  }
}
/* COLOURS
=============================================================================== */
.card.bosworth .con {
  border-top: 0.625rem solid #860038;
}
.card.bosworth .title {
  color: #860038;
}
.card.bosworth[href]:hover, .card.bosworth[href]:focus {
  background: #860038;
}
.card.bosworth[href]:hover span:not(.button), .card.bosworth[href]:focus span:not(.button) {
  color: #ffffff;
}
.card.bosworth[href]:hover span:not(.button).h2:not(.no_underline)::after, .card.bosworth[href]:hover span:not(.button).h3:not(.no_underline)::after, .card.bosworth[href]:focus span:not(.button).h2:not(.no_underline)::after, .card.bosworth[href]:focus span:not(.button).h3:not(.no_underline)::after {
  background: rgba(255, 255, 255, 0.4);
}
.card.bosworth[href]:hover .button, .card.bosworth[href]:focus .button {
  background: #ffffff;
  color: #860038;
}

.card .venues > .bosworth {
  background: #860038;
}

.theme_bosworth h1, .theme_bosworth h2, .theme_bosworth h3, .theme_bosworth h4, .theme_bosworth h5, .theme_bosworth .h1, .theme_bosworth .h2, .theme_bosworth .h3, .theme_bosworth .h4, .theme_bosworth .h5 {
  color: #860038;
}
.theme_bosworth a:not(:hover):not(:focus):not(.button) {
  color: #860038;
}
.theme_bosworth #header.learning_header #nav {
  height: auto;
  margin: 0;
}
.theme_bosworth #header.learning_header #nav ul li a:not(:hover):not(:focus) {
  color: #860038;
}
.theme_bosworth #header.learning_header #nav .favourite[data-count]::after {
  background-color: #860038;
}
.theme_bosworth #header.learning_header #nav .favourite:not(:hover):not(:focus) svg * {
  stroke: #860038;
}
.theme_bosworth #header.learning_header a.menu-trigger {
  color: #860038;
}
.theme_bosworth #header.learning_header a.menu-trigger span {
  background-color: #860038;
}
.theme_bosworth #header.learning_header a.menu-trigger span::before, .theme_bosworth #header.learning_header a.menu-trigger span::after {
  background-color: #860038;
}
.theme_bosworth .learning_off_canvas .right-off-canvas-menu ul.off-canvas-list li a {
  color: #860038;
  border-bottom-color: #dbb3c3;
}
.theme_bosworth .search_form [type=submit]:not(:hover):not(:focus) {
  background-color: #860038;
}
.theme_bosworth .card .venues > span {
  background: #860038;
}
.theme_bosworth .card .con span:not(.button).sessions > span {
  color: #860038;
}
.theme_bosworth .card .con .button {
  background: #860038;
}
.theme_bosworth .learning .hero {
  background: #860038;
}
.theme_bosworth .learning .overlap a.favourite svg * {
  stroke: #860038;
}
.theme_bosworth .learning .overlap a.favourite:hover svg *, .theme_bosworth .learning .overlap a.favourite:focus svg * {
  fill: #860038;
}
.theme_bosworth .learning .overlap a.favourite.saved svg * {
  fill: #860038;
}
.theme_bosworth .learning .grid .grid_box:hover span:not(.p), .theme_bosworth .learning .grid .grid_box:focus span:not(.p) {
  color: #860038;
}
.theme_bosworth .learning .grid .grid_box span.img_box {
  border-color: #860038;
}
.theme_bosworth .learning .button:not(:hover):not(:focus) {
  background: #860038;
}
.theme_bosworth .icon_row .learning_icon {
  color: #860038;
}
.theme_bosworth .accordion .accordion-navigation > a {
  color: #860038;
}
.theme_bosworth .accordion .accordion-navigation > a::after {
  border-right: 3px solid #860038;
  border-top: 3px solid #860038;
}
.theme_bosworth .accordion .accordion-navigation.active a {
  background: #860038;
  color: #ffffff;
}
.theme_bosworth .accordion .accordion-navigation.active a::after {
  border-right: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
}
.theme_bosworth .grid_link::after {
  border-right: 3px solid #860038;
  border-top: 3px solid #860038;
}
.theme_bosworth .grid_link:hover, .theme_bosworth .grid_link:focus {
  background: #860038;
}
.theme_bosworth .tags > span[href], .theme_bosworth .tags > a[href] {
  background: rgba(134, 0, 56, 0.15);
}
.theme_bosworth .tags > span[href]:hover, .theme_bosworth .tags > span[href]:focus, .theme_bosworth .tags > a[href]:hover, .theme_bosworth .tags > a[href]:focus {
  background: #860038;
}
.theme_bosworth #footer.learning_footer a:not(:hover):not(:focus) {
  color: #860038;
}
@media print {
  .theme_bosworth .button {
    border-color: #860038;
  }
}

.card.house .con {
  border-top: 0.625rem solid #74083a;
}
.card.house .title {
  color: #74083a;
}
.card.house[href]:hover, .card.house[href]:focus {
  background: #74083a;
}
.card.house[href]:hover span:not(.button), .card.house[href]:focus span:not(.button) {
  color: #ffffff;
}
.card.house[href]:hover span:not(.button).h2:not(.no_underline)::after, .card.house[href]:hover span:not(.button).h3:not(.no_underline)::after, .card.house[href]:focus span:not(.button).h2:not(.no_underline)::after, .card.house[href]:focus span:not(.button).h3:not(.no_underline)::after {
  background: rgba(255, 255, 255, 0.4);
}
.card.house[href]:hover .button, .card.house[href]:focus .button {
  background: #ffffff;
  color: #74083a;
}

.card .venues > .house {
  background: #74083a;
}

.theme_house h1, .theme_house h2, .theme_house h3, .theme_house h4, .theme_house h5, .theme_house .h1, .theme_house .h2, .theme_house .h3, .theme_house .h4, .theme_house .h5 {
  color: #74083a;
}
.theme_house a:not(:hover):not(:focus):not(.button) {
  color: #74083a;
}
.theme_house #header.learning_header #nav {
  height: auto;
  margin: 0;
}
.theme_house #header.learning_header #nav ul li a:not(:hover):not(:focus) {
  color: #74083a;
}
.theme_house #header.learning_header #nav .favourite[data-count]::after {
  background-color: #74083a;
}
.theme_house #header.learning_header #nav .favourite:not(:hover):not(:focus) svg * {
  stroke: #74083a;
}
.theme_house #header.learning_header a.menu-trigger {
  color: #74083a;
}
.theme_house #header.learning_header a.menu-trigger span {
  background-color: #74083a;
}
.theme_house #header.learning_header a.menu-trigger span::before, .theme_house #header.learning_header a.menu-trigger span::after {
  background-color: #74083a;
}
.theme_house .learning_off_canvas .right-off-canvas-menu ul.off-canvas-list li a {
  color: #74083a;
  border-bottom-color: #d5b5c4;
}
.theme_house .search_form [type=submit]:not(:hover):not(:focus) {
  background-color: #74083a;
}
.theme_house .card .venues > span {
  background: #74083a;
}
.theme_house .card .con span:not(.button).sessions > span {
  color: #74083a;
}
.theme_house .card .con .button {
  background: #74083a;
}
.theme_house .learning .hero {
  background: #74083a;
}
.theme_house .learning .overlap a.favourite svg * {
  stroke: #74083a;
}
.theme_house .learning .overlap a.favourite:hover svg *, .theme_house .learning .overlap a.favourite:focus svg * {
  fill: #74083a;
}
.theme_house .learning .overlap a.favourite.saved svg * {
  fill: #74083a;
}
.theme_house .learning .grid .grid_box:hover span:not(.p), .theme_house .learning .grid .grid_box:focus span:not(.p) {
  color: #74083a;
}
.theme_house .learning .grid .grid_box span.img_box {
  border-color: #74083a;
}
.theme_house .learning .button:not(:hover):not(:focus) {
  background: #74083a;
}
.theme_house .icon_row .learning_icon {
  color: #74083a;
}
.theme_house .accordion .accordion-navigation > a {
  color: #74083a;
}
.theme_house .accordion .accordion-navigation > a::after {
  border-right: 3px solid #74083a;
  border-top: 3px solid #74083a;
}
.theme_house .accordion .accordion-navigation.active a {
  background: #74083a;
  color: #ffffff;
}
.theme_house .accordion .accordion-navigation.active a::after {
  border-right: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
}
.theme_house .grid_link::after {
  border-right: 3px solid #74083a;
  border-top: 3px solid #74083a;
}
.theme_house .grid_link:hover, .theme_house .grid_link:focus {
  background: #74083a;
}
.theme_house .tags > span[href], .theme_house .tags > a[href] {
  background: rgba(116, 8, 58, 0.15);
}
.theme_house .tags > span[href]:hover, .theme_house .tags > span[href]:focus, .theme_house .tags > a[href]:hover, .theme_house .tags > a[href]:focus {
  background: #74083a;
}
.theme_house #footer.learning_footer a:not(:hover):not(:focus) {
  color: #74083a;
}
@media print {
  .theme_house .button {
    border-color: #74083a;
  }
}

.card.melton .con {
  border-top: 0.625rem solid #141414;
}
.card.melton .title {
  color: #141414;
}
.card.melton[href]:hover, .card.melton[href]:focus {
  background: #141414;
}
.card.melton[href]:hover span:not(.button), .card.melton[href]:focus span:not(.button) {
  color: #ffffff;
}
.card.melton[href]:hover span:not(.button).h2:not(.no_underline)::after, .card.melton[href]:hover span:not(.button).h3:not(.no_underline)::after, .card.melton[href]:focus span:not(.button).h2:not(.no_underline)::after, .card.melton[href]:focus span:not(.button).h3:not(.no_underline)::after {
  background: rgba(255, 255, 255, 0.4);
}
.card.melton[href]:hover .button, .card.melton[href]:focus .button {
  background: #ffffff;
  color: #141414;
}

.card .venues > .melton {
  background: #141414;
}

.theme_melton h1, .theme_melton h2, .theme_melton h3, .theme_melton h4, .theme_melton h5, .theme_melton .h1, .theme_melton .h2, .theme_melton .h3, .theme_melton .h4, .theme_melton .h5 {
  color: #141414;
}
.theme_melton a:not(:hover):not(:focus):not(.button) {
  color: #141414;
}
.theme_melton #header.learning_header #nav {
  height: auto;
  margin: 0;
}
.theme_melton #header.learning_header #nav ul li a:not(:hover):not(:focus) {
  color: #141414;
}
.theme_melton #header.learning_header #nav .favourite[data-count]::after {
  background-color: #141414;
}
.theme_melton #header.learning_header #nav .favourite:not(:hover):not(:focus) svg * {
  stroke: #141414;
}
.theme_melton #header.learning_header a.menu-trigger {
  color: #141414;
}
.theme_melton #header.learning_header a.menu-trigger span {
  background-color: #141414;
}
.theme_melton #header.learning_header a.menu-trigger span::before, .theme_melton #header.learning_header a.menu-trigger span::after {
  background-color: #141414;
}
.theme_melton .learning_off_canvas .right-off-canvas-menu ul.off-canvas-list li a {
  color: #141414;
  border-bottom-color: #b9b9b9;
}
.theme_melton .search_form [type=submit]:not(:hover):not(:focus) {
  background-color: #141414;
}
.theme_melton .card .venues > span {
  background: #141414;
}
.theme_melton .card .con span:not(.button).sessions > span {
  color: #141414;
}
.theme_melton .card .con .button {
  background: #141414;
}
.theme_melton .learning .hero {
  background: #141414;
}
.theme_melton .learning .overlap a.favourite svg * {
  stroke: #141414;
}
.theme_melton .learning .overlap a.favourite:hover svg *, .theme_melton .learning .overlap a.favourite:focus svg * {
  fill: #141414;
}
.theme_melton .learning .overlap a.favourite.saved svg * {
  fill: #141414;
}
.theme_melton .learning .grid .grid_box:hover span:not(.p), .theme_melton .learning .grid .grid_box:focus span:not(.p) {
  color: #141414;
}
.theme_melton .learning .grid .grid_box span.img_box {
  border-color: #141414;
}
.theme_melton .learning .button:not(:hover):not(:focus) {
  background: #141414;
}
.theme_melton .icon_row .learning_icon {
  color: #141414;
}
.theme_melton .accordion .accordion-navigation > a {
  color: #141414;
}
.theme_melton .accordion .accordion-navigation > a::after {
  border-right: 3px solid #141414;
  border-top: 3px solid #141414;
}
.theme_melton .accordion .accordion-navigation.active a {
  background: #141414;
  color: #ffffff;
}
.theme_melton .accordion .accordion-navigation.active a::after {
  border-right: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
}
.theme_melton .grid_link::after {
  border-right: 3px solid #141414;
  border-top: 3px solid #141414;
}
.theme_melton .grid_link:hover, .theme_melton .grid_link:focus {
  background: #141414;
}
.theme_melton .tags > span[href], .theme_melton .tags > a[href] {
  background: rgba(20, 20, 20, 0.15);
}
.theme_melton .tags > span[href]:hover, .theme_melton .tags > span[href]:focus, .theme_melton .tags > a[href]:hover, .theme_melton .tags > a[href]:focus {
  background: #141414;
}
.theme_melton #footer.learning_footer a:not(:hover):not(:focus) {
  color: #141414;
}
@media print {
  .theme_melton .button {
    border-color: #141414;
  }
}

.card.charnwood .con {
  border-top: 0.625rem solid #373e7a;
}
.card.charnwood .title {
  color: #373e7a;
}
.card.charnwood[href]:hover, .card.charnwood[href]:focus {
  background: #373e7a;
}
.card.charnwood[href]:hover span:not(.button), .card.charnwood[href]:focus span:not(.button) {
  color: #ffffff;
}
.card.charnwood[href]:hover span:not(.button).h2:not(.no_underline)::after, .card.charnwood[href]:hover span:not(.button).h3:not(.no_underline)::after, .card.charnwood[href]:focus span:not(.button).h2:not(.no_underline)::after, .card.charnwood[href]:focus span:not(.button).h3:not(.no_underline)::after {
  background: rgba(255, 255, 255, 0.4);
}
.card.charnwood[href]:hover .button, .card.charnwood[href]:focus .button {
  background: #ffffff;
  color: #373e7a;
}

.card .venues > .charnwood {
  background: #373e7a;
}

.theme_charnwood h1, .theme_charnwood h2, .theme_charnwood h3, .theme_charnwood h4, .theme_charnwood h5, .theme_charnwood .h1, .theme_charnwood .h2, .theme_charnwood .h3, .theme_charnwood .h4, .theme_charnwood .h5 {
  color: #373e7a;
}
.theme_charnwood a:not(:hover):not(:focus):not(.button) {
  color: #373e7a;
}
.theme_charnwood #header.learning_header #nav {
  height: auto;
  margin: 0;
}
.theme_charnwood #header.learning_header #nav ul li a:not(:hover):not(:focus) {
  color: #373e7a;
}
.theme_charnwood #header.learning_header #nav .favourite[data-count]::after {
  background-color: #373e7a;
}
.theme_charnwood #header.learning_header #nav .favourite:not(:hover):not(:focus) svg * {
  stroke: #373e7a;
}
.theme_charnwood #header.learning_header a.menu-trigger {
  color: #373e7a;
}
.theme_charnwood #header.learning_header a.menu-trigger span {
  background-color: #373e7a;
}
.theme_charnwood #header.learning_header a.menu-trigger span::before, .theme_charnwood #header.learning_header a.menu-trigger span::after {
  background-color: #373e7a;
}
.theme_charnwood .learning_off_canvas .right-off-canvas-menu ul.off-canvas-list li a {
  color: #373e7a;
  border-bottom-color: #c3c5d7;
}
.theme_charnwood .search_form [type=submit]:not(:hover):not(:focus) {
  background-color: #373e7a;
}
.theme_charnwood .card .venues > span {
  background: #373e7a;
}
.theme_charnwood .card .con span:not(.button).sessions > span {
  color: #373e7a;
}
.theme_charnwood .card .con .button {
  background: #373e7a;
}
.theme_charnwood .learning .hero {
  background: #373e7a;
}
.theme_charnwood .learning .overlap a.favourite svg * {
  stroke: #373e7a;
}
.theme_charnwood .learning .overlap a.favourite:hover svg *, .theme_charnwood .learning .overlap a.favourite:focus svg * {
  fill: #373e7a;
}
.theme_charnwood .learning .overlap a.favourite.saved svg * {
  fill: #373e7a;
}
.theme_charnwood .learning .grid .grid_box:hover span:not(.p), .theme_charnwood .learning .grid .grid_box:focus span:not(.p) {
  color: #373e7a;
}
.theme_charnwood .learning .grid .grid_box span.img_box {
  border-color: #373e7a;
}
.theme_charnwood .learning .button:not(:hover):not(:focus) {
  background: #373e7a;
}
.theme_charnwood .icon_row .learning_icon {
  color: #373e7a;
}
.theme_charnwood .accordion .accordion-navigation > a {
  color: #373e7a;
}
.theme_charnwood .accordion .accordion-navigation > a::after {
  border-right: 3px solid #373e7a;
  border-top: 3px solid #373e7a;
}
.theme_charnwood .accordion .accordion-navigation.active a {
  background: #373e7a;
  color: #ffffff;
}
.theme_charnwood .accordion .accordion-navigation.active a::after {
  border-right: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
}
.theme_charnwood .grid_link::after {
  border-right: 3px solid #373e7a;
  border-top: 3px solid #373e7a;
}
.theme_charnwood .grid_link:hover, .theme_charnwood .grid_link:focus {
  background: #373e7a;
}
.theme_charnwood .tags > span[href], .theme_charnwood .tags > a[href] {
  background: rgba(55, 62, 122, 0.15);
}
.theme_charnwood .tags > span[href]:hover, .theme_charnwood .tags > span[href]:focus, .theme_charnwood .tags > a[href]:hover, .theme_charnwood .tags > a[href]:focus {
  background: #373e7a;
}
.theme_charnwood #footer.learning_footer a:not(:hover):not(:focus) {
  color: #373e7a;
}
@media print {
  .theme_charnwood .button {
    border-color: #373e7a;
  }
}

.card.harborough .con {
  border-top: 0.625rem solid #9c6107;
}
.card.harborough .title {
  color: #9c6107;
}
.card.harborough[href]:hover, .card.harborough[href]:focus {
  background: #9c6107;
}
.card.harborough[href]:hover span:not(.button), .card.harborough[href]:focus span:not(.button) {
  color: #ffffff;
}
.card.harborough[href]:hover span:not(.button).h2:not(.no_underline)::after, .card.harborough[href]:hover span:not(.button).h3:not(.no_underline)::after, .card.harborough[href]:focus span:not(.button).h2:not(.no_underline)::after, .card.harborough[href]:focus span:not(.button).h3:not(.no_underline)::after {
  background: rgba(255, 255, 255, 0.4);
}
.card.harborough[href]:hover .button, .card.harborough[href]:focus .button {
  background: #ffffff;
  color: #9c6107;
}

.card .venues > .harborough {
  background: #9c6107;
}

.theme_harborough h1, .theme_harborough h2, .theme_harborough h3, .theme_harborough h4, .theme_harborough h5, .theme_harborough .h1, .theme_harborough .h2, .theme_harborough .h3, .theme_harborough .h4, .theme_harborough .h5 {
  color: #9c6107;
}
.theme_harborough a:not(:hover):not(:focus):not(.button) {
  color: #9c6107;
}
.theme_harborough #header.learning_header #nav {
  height: auto;
  margin: 0;
}
.theme_harborough #header.learning_header #nav ul li a:not(:hover):not(:focus) {
  color: #9c6107;
}
.theme_harborough #header.learning_header #nav .favourite[data-count]::after {
  background-color: #9c6107;
}
.theme_harborough #header.learning_header #nav .favourite:not(:hover):not(:focus) svg * {
  stroke: #9c6107;
}
.theme_harborough #header.learning_header a.menu-trigger {
  color: #9c6107;
}
.theme_harborough #header.learning_header a.menu-trigger span {
  background-color: #9c6107;
}
.theme_harborough #header.learning_header a.menu-trigger span::before, .theme_harborough #header.learning_header a.menu-trigger span::after {
  background-color: #9c6107;
}
.theme_harborough .learning_off_canvas .right-off-canvas-menu ul.off-canvas-list li a {
  color: #9c6107;
  border-bottom-color: #e1d0b5;
}
.theme_harborough .search_form [type=submit]:not(:hover):not(:focus) {
  background-color: #9c6107;
}
.theme_harborough .card .venues > span {
  background: #9c6107;
}
.theme_harborough .card .con span:not(.button).sessions > span {
  color: #9c6107;
}
.theme_harborough .card .con .button {
  background: #9c6107;
}
.theme_harborough .learning .hero {
  background: #9c6107;
}
.theme_harborough .learning .overlap a.favourite svg * {
  stroke: #9c6107;
}
.theme_harborough .learning .overlap a.favourite:hover svg *, .theme_harborough .learning .overlap a.favourite:focus svg * {
  fill: #9c6107;
}
.theme_harborough .learning .overlap a.favourite.saved svg * {
  fill: #9c6107;
}
.theme_harborough .learning .grid .grid_box:hover span:not(.p), .theme_harborough .learning .grid .grid_box:focus span:not(.p) {
  color: #9c6107;
}
.theme_harborough .learning .grid .grid_box span.img_box {
  border-color: #9c6107;
}
.theme_harborough .learning .button:not(:hover):not(:focus) {
  background: #9c6107;
}
.theme_harborough .icon_row .learning_icon {
  color: #9c6107;
}
.theme_harborough .accordion .accordion-navigation > a {
  color: #9c6107;
}
.theme_harborough .accordion .accordion-navigation > a::after {
  border-right: 3px solid #9c6107;
  border-top: 3px solid #9c6107;
}
.theme_harborough .accordion .accordion-navigation.active a {
  background: #9c6107;
  color: #ffffff;
}
.theme_harborough .accordion .accordion-navigation.active a::after {
  border-right: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
}
.theme_harborough .grid_link::after {
  border-right: 3px solid #9c6107;
  border-top: 3px solid #9c6107;
}
.theme_harborough .grid_link:hover, .theme_harborough .grid_link:focus {
  background: #9c6107;
}
.theme_harborough .tags > span[href], .theme_harborough .tags > a[href] {
  background: rgba(156, 97, 7, 0.15);
}
.theme_harborough .tags > span[href]:hover, .theme_harborough .tags > span[href]:focus, .theme_harborough .tags > a[href]:hover, .theme_harborough .tags > a[href]:focus {
  background: #9c6107;
}
.theme_harborough #footer.learning_footer a:not(:hover):not(:focus) {
  color: #9c6107;
}
@media print {
  .theme_harborough .button {
    border-color: #9c6107;
  }
}
/*# sourceMappingURL=learning.css.map */