@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}

img {
  max-width: 100%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}

a {
  color: inherit;
  cursor: pointer;
}

a[href^=tel] {
  text-decoration: none;
}

p {
  line-height: 140%;
}

#app {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100%;
  overflow: hidden;
}

.flex_fill {
  flex-grow: 1;
}

.page-layout .section {
  padding: 1rem 0;
}
.page-layout .section--grey {
  background-color: #e5e5e5;
}

.is-workplace-wellbeing .section--tint {
  background-color: #e27e4e;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

dl {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

dl dt,
dl dd {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  margin: 0;
}

dl dt {
  font-weight: 700;
  width: 48%;
  padding: 10px 10px 10px 0;
}

dl dd {
  margin-right: -1px;
  width: 50%;
  padding: 10px;
}
dl dd .flag {
  margin-bottom: 5px;
}

.interest-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0.5em 0 0 0;
  font-size: 80%;
}
.interest-list__item {
  position: relative;
  padding-right: 30px;
  padding: 6px 0;
  border-bottom: 1px solid #e3e3e3;
}
.interest-list__heading {
  display: block;
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.interest-list .icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  width: 16px;
  height: 16px;
}
.interest-list a {
  text-decoration: none;
}
.interest-list--split {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 640px) {
  .interest-list--split {
    display: block;
  }
}
.interest-list--split .interest-list__item {
  flex-basis: 50%;
}

.table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
}
.table--basket {
  margin-bottom: 2rem;
}
.table thead tr {
  background-color: #2b337e;
  color: #FFFFFF;
  text-align: left;
}
.table thead th {
  border: 1px solid #2b337e;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .table thead th {
    font-size: 16px;
  }
}
.table tbody tr:nth-child(even) {
  background: #f2f2f2;
}
.table tbody td {
  border: 1px solid #e5e5e5;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .table tbody td {
    font-size: 16px;
  }
}
.table tbody td .flag {
  margin: 3px 0;
}
@media only screen and (min-width: 640px) {
  .table tbody td .flag {
    margin-left: 3px;
    margin-right: 3px;
  }
}
.table tbody td small {
  font-size: 12px;
}
.table th, .table td {
  padding: 5px;
}
.table th a, .table td a {
  color: #2b337e;
  font-weight: 700;
  text-decoration: none;
}
.table--basket .table--basket__remove {
  display: block;
  width: 20px;
}
.table--basket .table--basket__remove svg {
  display: block;
  width: 100%;
  height: auto;
}

.list-group {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1em;
}
.list-group--pb .list-group-item {
  padding-bottom: 0.5rem;
}
.list-group__item {
  padding-bottom: 10px;
}

.input-group--date-range {
  display: -moz-flex;
  display: flex;
  -moz-align-items: baseline;
  align-items: baseline;
}
.input-group--date-range span {
  width: 50px;
  text-align: center;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #2b337e;
  color: #2b337e;
  background-color: #FFFFFF;
  border-radius: 0;
  font-size: 14px;
  outline: none;
  transition: all 250ms ease;
}
input[type=text]:focus, input[type=text]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=url]:focus,
input[type=url]:hover,
input[type=password]:focus,
input[type=password]:hover,
input[type=search]:focus,
input[type=search]:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  background-color: #e5e5e5;
}
input[type=text].has-error,
input[type=email].has-error,
input[type=tel].has-error,
input[type=url].has-error,
input[type=password].has-error,
input[type=search].has-error,
textarea.has-error,
select.has-error {
  background-color: #fce9e5;
  border-color: #CA3518;
}

::-webkit-input-placeholder {
  color: #2b337e;
}

::-moz-placeholder {
  color: #2b337e;
}

:-ms-input-placeholder {
  color: #2b337e;
}

:-moz-placeholder {
  color: #2b337e;
}

label {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

legend {
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #2b337e;
}

.help-block {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: normal;
  border-radius: 3px;
  background-color: #CA3518;
}
.help-block:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 7px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #CA3518;
}

@media only screen and (min-width: 768px) {
  .form-group {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.form-group__col > h1, .form-group__col > h2 {
  margin-top: 0;
}
.form-group__col:first-child {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.form-group__col:last-child {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .form-group__col {
    width: 50%;
  }
  .form-group__col:first-child {
    padding-right: 30px;
    padding-bottom: 0;
    border-bottom: none;
    border-right: 1px solid #e5e5e5;
  }
  .form-group__col:last-child {
    padding-left: 30px;
    padding-top: 0;
  }
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
}
.control input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.control a {
  font-weight: 700;
  text-decoration: none;
}
.control--filter {
  padding-left: 0;
  padding-right: 30px;
}

.control__indicator {
  position: absolute;
  top: -5px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #FFFFFF;
  border: 1px solid #2b337e;
}
.control--filter .control__indicator {
  left: calc(100% - 20px);
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #e5e5e5;
}

.control input:checked ~ .control__indicator {
  background: #2b337e;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #2b337e;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 7px;
  top: 3px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  left: 6px;
  top: 6px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.select-group {
  display: -moz-flex;
  display: flex;
  -moz-align-items: baseline;
  align-items: baseline;
}
.select-group label {
  width: 100px;
  min-width: 100px;
  color: #2b337e;
  font-weight: 700;
  font-size: 14px;
}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  margin-bottom: 0;
  outline: 0;
  border: 1px solid #2b337e;
  border-radius: 0;
  background: #FFFFFF;
  color: #2b337e;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-transform: uppercase;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  background: #e5e5e5;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select .select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #2b337e transparent transparent transparent;
}
.select .select select:hover ~ .select__arrow,
.select .select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select .select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

.is-brand input[type=text],
.is-brand input[type=email],
.is-brand input[type=tel],
.is-brand input[type=url],
.is-brand input[type=password],
.is-brand input[type=search],
.is-brand textarea,
.is-brand select {
  color: #2b337e;
  border-color: #2b337e;
}
.is-brand ::-webkit-input-placeholder {
  color: #2b337e;
}
.is-brand ::-moz-placeholder {
  color: #2b337e;
}
.is-brand :-ms-input-placeholder {
  color: #2b337e;
}
.is-brand :-moz-placeholder {
  color: #2b337e;
}
.is-brand legend {
  color: #2b337e;
}
.is-brand .select-group label {
  color: #2b337e;
}
.is-brand .select select {
  border-color: #2b337e;
}
.is-brand .select .select__arrow {
  border-top-color: #2b337e;
}
.is-brand .control input:checked ~ .control__indicator {
  background: #2b337e;
}
.is-brand .control__indicator {
  border-color: #2b337e;
}
.is-brand .control:hover input:not([disabled]):checked ~ .control__indicator,
.is-brand .control input:checked:focus ~ .control__indicator {
  background: #2b337e;
}
.is-brand .button {
  background-color: #2b337e;
}
.is-brand .button:hover, .is-brand .button:focus {
  background-color: #1e2458;
}

.is-therapists input[type=text],
.is-therapists input[type=email],
.is-therapists input[type=tel],
.is-therapists input[type=url],
.is-therapists input[type=password],
.is-therapists input[type=search],
.is-therapists textarea,
.is-therapists select {
  color: #8bcabc;
  border-color: #8bcabc;
}
.is-therapists ::-webkit-input-placeholder {
  color: #8bcabc;
}
.is-therapists ::-moz-placeholder {
  color: #8bcabc;
}
.is-therapists :-ms-input-placeholder {
  color: #8bcabc;
}
.is-therapists :-moz-placeholder {
  color: #8bcabc;
}
.is-therapists legend {
  color: #8bcabc;
}
.is-therapists .select-group label {
  color: #8bcabc;
}
.is-therapists .select select {
  border-color: #8bcabc;
}
.is-therapists .select .select__arrow {
  border-top-color: #8bcabc;
}
.is-therapists .control input:checked ~ .control__indicator {
  background: #8bcabc;
}
.is-therapists .control__indicator {
  border-color: #8bcabc;
}
.is-therapists .control:hover input:not([disabled]):checked ~ .control__indicator,
.is-therapists .control input:checked:focus ~ .control__indicator {
  background: #8bcabc;
}
.is-therapists .button {
  background-color: #8bcabc;
}
.is-therapists .button:hover, .is-therapists .button:focus {
  background-color: #68baa8;
}

.is-whats-on input[type=text],
.is-whats-on input[type=email],
.is-whats-on input[type=tel],
.is-whats-on input[type=url],
.is-whats-on input[type=password],
.is-whats-on input[type=search],
.is-whats-on textarea,
.is-whats-on select {
  color: #f07585;
  border-color: #f07585;
}
.is-whats-on ::-webkit-input-placeholder {
  color: #f07585;
}
.is-whats-on ::-moz-placeholder {
  color: #f07585;
}
.is-whats-on :-ms-input-placeholder {
  color: #f07585;
}
.is-whats-on :-moz-placeholder {
  color: #f07585;
}
.is-whats-on legend {
  color: #f07585;
}
.is-whats-on .select-group label {
  color: #f07585;
}
.is-whats-on .select select {
  border-color: #f07585;
}
.is-whats-on .select .select__arrow {
  border-top-color: #f07585;
}
.is-whats-on .control input:checked ~ .control__indicator {
  background: #f07585;
}
.is-whats-on .control__indicator {
  border-color: #f07585;
}
.is-whats-on .control:hover input:not([disabled]):checked ~ .control__indicator,
.is-whats-on .control input:checked:focus ~ .control__indicator {
  background: #f07585;
}
.is-whats-on .button {
  background-color: #f07585;
}
.is-whats-on .button:hover, .is-whats-on .button:focus {
  background-color: #eb475c;
}

.is-online-courses input[type=text],
.is-online-courses input[type=email],
.is-online-courses input[type=tel],
.is-online-courses input[type=url],
.is-online-courses input[type=password],
.is-online-courses input[type=search],
.is-online-courses textarea,
.is-online-courses select {
  color: #908fd6;
  border-color: #908fd6;
}
.is-online-courses ::-webkit-input-placeholder {
  color: #908fd6;
}
.is-online-courses ::-moz-placeholder {
  color: #908fd6;
}
.is-online-courses :-ms-input-placeholder {
  color: #908fd6;
}
.is-online-courses :-moz-placeholder {
  color: #908fd6;
}
.is-online-courses legend {
  color: #908fd6;
}
.is-online-courses .select-group label {
  color: #908fd6;
}
.is-online-courses .select select {
  border-color: #908fd6;
}
.is-online-courses .select .select__arrow {
  border-top-color: #908fd6;
}
.is-online-courses .control input:checked ~ .control__indicator {
  background: #908fd6;
}
.is-online-courses .control__indicator {
  border-color: #908fd6;
}
.is-online-courses .control:hover input:not([disabled]):checked ~ .control__indicator,
.is-online-courses .control input:checked:focus ~ .control__indicator {
  background: #908fd6;
}
.is-online-courses .button {
  background-color: #908fd6;
}
.is-online-courses .button:hover, .is-online-courses .button:focus {
  background-color: #6b6ac8;
}

.is-workplace-wellbeing input[type=text],
.is-workplace-wellbeing input[type=email],
.is-workplace-wellbeing input[type=tel],
.is-workplace-wellbeing input[type=url],
.is-workplace-wellbeing input[type=password],
.is-workplace-wellbeing input[type=search],
.is-workplace-wellbeing textarea,
.is-workplace-wellbeing select {
  color: #e27e4e;
  border-color: #e27e4e;
}
.is-workplace-wellbeing ::-webkit-input-placeholder {
  color: #e27e4e;
}
.is-workplace-wellbeing ::-moz-placeholder {
  color: #e27e4e;
}
.is-workplace-wellbeing :-ms-input-placeholder {
  color: #e27e4e;
}
.is-workplace-wellbeing :-moz-placeholder {
  color: #e27e4e;
}
.is-workplace-wellbeing legend {
  color: #e27e4e;
}
.is-workplace-wellbeing .select-group label {
  color: #e27e4e;
}
.is-workplace-wellbeing .select select {
  border-color: #e27e4e;
}
.is-workplace-wellbeing .select .select__arrow {
  border-top-color: #e27e4e;
}
.is-workplace-wellbeing .control input:checked ~ .control__indicator {
  background: #e27e4e;
}
.is-workplace-wellbeing .control__indicator {
  border-color: #e27e4e;
}
.is-workplace-wellbeing .control:hover input:not([disabled]):checked ~ .control__indicator,
.is-workplace-wellbeing .control input:checked:focus ~ .control__indicator {
  background: #e27e4e;
}
.is-workplace-wellbeing .button {
  background-color: #e27e4e;
}
.is-workplace-wellbeing .button:hover, .is-workplace-wellbeing .button:focus {
  background-color: #d95f24;
}

.is-outreach input[type=text],
.is-outreach input[type=email],
.is-outreach input[type=tel],
.is-outreach input[type=url],
.is-outreach input[type=password],
.is-outreach input[type=search],
.is-outreach textarea,
.is-outreach select {
  color: #9bc5e4;
  border-color: #9bc5e4;
}
.is-outreach ::-webkit-input-placeholder {
  color: #9bc5e4;
}
.is-outreach ::-moz-placeholder {
  color: #9bc5e4;
}
.is-outreach :-ms-input-placeholder {
  color: #9bc5e4;
}
.is-outreach :-moz-placeholder {
  color: #9bc5e4;
}
.is-outreach legend {
  color: #9bc5e4;
}
.is-outreach .select-group label {
  color: #9bc5e4;
}
.is-outreach .select select {
  border-color: #9bc5e4;
}
.is-outreach .select .select__arrow {
  border-top-color: #9bc5e4;
}
.is-outreach .control input:checked ~ .control__indicator {
  background: #9bc5e4;
}
.is-outreach .control__indicator {
  border-color: #9bc5e4;
}
.is-outreach .control:hover input:not([disabled]):checked ~ .control__indicator,
.is-outreach .control input:checked:focus ~ .control__indicator {
  background: #9bc5e4;
}
.is-outreach .button {
  background-color: #9bc5e4;
}
.is-outreach .button:hover, .is-outreach .button:focus {
  background-color: #73aed9;
}

.is-case-studies input[type=text],
.is-case-studies input[type=email],
.is-case-studies input[type=tel],
.is-case-studies input[type=url],
.is-case-studies input[type=password],
.is-case-studies input[type=search],
.is-case-studies textarea,
.is-case-studies select {
  color: #9bc5e4;
  border-color: #9bc5e4;
}
.is-case-studies ::-webkit-input-placeholder {
  color: #9bc5e4;
}
.is-case-studies ::-moz-placeholder {
  color: #9bc5e4;
}
.is-case-studies :-ms-input-placeholder {
  color: #9bc5e4;
}
.is-case-studies :-moz-placeholder {
  color: #9bc5e4;
}
.is-case-studies legend {
  color: #9bc5e4;
}
.is-case-studies .select-group label {
  color: #9bc5e4;
}
.is-case-studies .select select {
  border-color: #9bc5e4;
}
.is-case-studies .select .select__arrow {
  border-top-color: #9bc5e4;
}
.is-case-studies .control input:checked ~ .control__indicator {
  background: #9bc5e4;
}
.is-case-studies .control__indicator {
  border-color: #9bc5e4;
}
.is-case-studies .control:hover input:not([disabled]):checked ~ .control__indicator,
.is-case-studies .control input:checked:focus ~ .control__indicator {
  background: #9bc5e4;
}
.is-case-studies .button {
  background-color: #9bc5e4;
}
.is-case-studies .button:hover, .is-case-studies .button:focus {
  background-color: #73aed9;
}

.is-community-wellbeing input[type=text],
.is-community-wellbeing input[type=email],
.is-community-wellbeing input[type=tel],
.is-community-wellbeing input[type=url],
.is-community-wellbeing input[type=password],
.is-community-wellbeing input[type=search],
.is-community-wellbeing textarea,
.is-community-wellbeing select {
  color: #9bc5e4;
  border-color: #9bc5e4;
}
.is-community-wellbeing ::-webkit-input-placeholder {
  color: #9bc5e4;
}
.is-community-wellbeing ::-moz-placeholder {
  color: #9bc5e4;
}
.is-community-wellbeing :-ms-input-placeholder {
  color: #9bc5e4;
}
.is-community-wellbeing :-moz-placeholder {
  color: #9bc5e4;
}
.is-community-wellbeing legend {
  color: #9bc5e4;
}
.is-community-wellbeing .select-group label {
  color: #9bc5e4;
}
.is-community-wellbeing .select select {
  border-color: #9bc5e4;
}
.is-community-wellbeing .select .select__arrow {
  border-top-color: #9bc5e4;
}
.is-community-wellbeing .control input:checked ~ .control__indicator {
  background: #9bc5e4;
}
.is-community-wellbeing .control__indicator {
  border-color: #9bc5e4;
}
.is-community-wellbeing .control:hover input:not([disabled]):checked ~ .control__indicator,
.is-community-wellbeing .control input:checked:focus ~ .control__indicator {
  background: #9bc5e4;
}
.is-community-wellbeing .button {
  background-color: #9bc5e4;
}
.is-community-wellbeing .button:hover, .is-community-wellbeing .button:focus {
  background-color: #73aed9;
}

.is-room-hire input[type=text],
.is-room-hire input[type=email],
.is-room-hire input[type=tel],
.is-room-hire input[type=url],
.is-room-hire input[type=password],
.is-room-hire input[type=search],
.is-room-hire textarea,
.is-room-hire select {
  color: #8bb250;
  border-color: #8bb250;
}
.is-room-hire ::-webkit-input-placeholder {
  color: #8bb250;
}
.is-room-hire ::-moz-placeholder {
  color: #8bb250;
}
.is-room-hire :-ms-input-placeholder {
  color: #8bb250;
}
.is-room-hire :-moz-placeholder {
  color: #8bb250;
}
.is-room-hire legend {
  color: #8bb250;
}
.is-room-hire .select-group label {
  color: #8bb250;
}
.is-room-hire .select select {
  border-color: #8bb250;
}
.is-room-hire .select .select__arrow {
  border-top-color: #8bb250;
}
.is-room-hire .control input:checked ~ .control__indicator {
  background: #8bb250;
}
.is-room-hire .control__indicator {
  border-color: #8bb250;
}
.is-room-hire .control:hover input:not([disabled]):checked ~ .control__indicator,
.is-room-hire .control input:checked:focus ~ .control__indicator {
  background: #8bb250;
}
.is-room-hire .button {
  background-color: #8bb250;
}
.is-room-hire .button:hover, .is-room-hire .button:focus {
  background-color: #70903f;
}

.is-isbourne-publishing input[type=text],
.is-isbourne-publishing input[type=email],
.is-isbourne-publishing input[type=tel],
.is-isbourne-publishing input[type=url],
.is-isbourne-publishing input[type=password],
.is-isbourne-publishing input[type=search],
.is-isbourne-publishing textarea,
.is-isbourne-publishing select {
  color: #001a4b;
  border-color: #001a4b;
}
.is-isbourne-publishing ::-webkit-input-placeholder {
  color: #001a4b;
}
.is-isbourne-publishing ::-moz-placeholder {
  color: #001a4b;
}
.is-isbourne-publishing :-ms-input-placeholder {
  color: #001a4b;
}
.is-isbourne-publishing :-moz-placeholder {
  color: #001a4b;
}
.is-isbourne-publishing legend {
  color: #001a4b;
}
.is-isbourne-publishing .select-group label {
  color: #001a4b;
}
.is-isbourne-publishing .select select {
  border-color: #001a4b;
}
.is-isbourne-publishing .select .select__arrow {
  border-top-color: #001a4b;
}
.is-isbourne-publishing .control input:checked ~ .control__indicator {
  background: #001a4b;
}
.is-isbourne-publishing .control__indicator {
  border-color: #001a4b;
}
.is-isbourne-publishing .control:hover input:not([disabled]):checked ~ .control__indicator,
.is-isbourne-publishing .control input:checked:focus ~ .control__indicator {
  background: #001a4b;
}
.is-isbourne-publishing .button {
  background-color: #001a4b;
}
.is-isbourne-publishing .button:hover, .is-isbourne-publishing .button:focus {
  background-color: #000818;
}

.is-centres-of-light input[type=text],
.is-centres-of-light input[type=email],
.is-centres-of-light input[type=tel],
.is-centres-of-light input[type=url],
.is-centres-of-light input[type=password],
.is-centres-of-light input[type=search],
.is-centres-of-light textarea,
.is-centres-of-light select {
  color: #ffe069;
  border-color: #ffe069;
}
.is-centres-of-light ::-webkit-input-placeholder {
  color: #ffe069;
}
.is-centres-of-light ::-moz-placeholder {
  color: #ffe069;
}
.is-centres-of-light :-ms-input-placeholder {
  color: #ffe069;
}
.is-centres-of-light :-moz-placeholder {
  color: #ffe069;
}
.is-centres-of-light legend {
  color: #ffe069;
}
.is-centres-of-light .select-group label {
  color: #ffe069;
}
.is-centres-of-light .select select {
  border-color: #ffe069;
}
.is-centres-of-light .select .select__arrow {
  border-top-color: #ffe069;
}
.is-centres-of-light .control input:checked ~ .control__indicator {
  background: #ffe069;
}
.is-centres-of-light .control__indicator {
  border-color: #ffe069;
}
.is-centres-of-light .control:hover input:not([disabled]):checked ~ .control__indicator,
.is-centres-of-light .control input:checked:focus ~ .control__indicator {
  background: #ffe069;
}
.is-centres-of-light .button {
  background-color: #ffe069;
}
.is-centres-of-light .button:hover, .is-centres-of-light .button:focus {
  background-color: #ffd536;
}

body {
  color: #282828;
  font-family: "museo-sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

b, strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5 {
  font-family: "museo-sans", sans-serif;
  font-weight: 400;
  margin: 1rem 0 1rem 0;
}

p {
  margin: 0 0 1rem 0;
}

h1, .alpha {
  font-size: 54px;
  text-align: center;
}

h2, .beta {
  font-size: 24px;
}

h3, .gamma {
  font-size: 21px;
}

h4, .delta {
  font-size: 18px;
}

h5, .epsilon {
  font-size: 14px;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1.heading {
  margin: 2rem 0 1rem 0;
}

.heading--with-underline {
  border-bottom: 2px solid #000000;
  padding-bottom: 7px;
}
.heading--center {
  text-align: center;
}

.is-brand h1, .is-brand h2, .is-brand h3, .is-brand h4, .is-brand h5 {
  color: #2b337e;
}
.is-brand .signoff {
  margin-top: 2rem;
  color: #2b337e;
}

h1.is-brand, h2.is-brand, h3.is-brand, h4.is-brand, h5.is-brand {
  color: #2b337e;
}

.heading--is-brand {
  color: #2b337e;
  border-color: #2b337e;
}

.is-therapists h1, .is-therapists h2, .is-therapists h3, .is-therapists h4, .is-therapists h5 {
  color: #8bcabc;
}
.is-therapists .signoff {
  margin-top: 2rem;
  color: #8bcabc;
}

h1.is-therapists, h2.is-therapists, h3.is-therapists, h4.is-therapists, h5.is-therapists {
  color: #8bcabc;
}

.heading--is-therapists {
  color: #8bcabc;
  border-color: #8bcabc;
}

.is-whats-on h1, .is-whats-on h2, .is-whats-on h3, .is-whats-on h4, .is-whats-on h5 {
  color: #f07585;
}
.is-whats-on .signoff {
  margin-top: 2rem;
  color: #f07585;
}

h1.is-whats-on, h2.is-whats-on, h3.is-whats-on, h4.is-whats-on, h5.is-whats-on {
  color: #f07585;
}

.heading--is-whats-on {
  color: #f07585;
  border-color: #f07585;
}

.is-online-courses h1, .is-online-courses h2, .is-online-courses h3, .is-online-courses h4, .is-online-courses h5 {
  color: #908fd6;
}
.is-online-courses .signoff {
  margin-top: 2rem;
  color: #908fd6;
}

h1.is-online-courses, h2.is-online-courses, h3.is-online-courses, h4.is-online-courses, h5.is-online-courses {
  color: #908fd6;
}

.heading--is-online-courses {
  color: #908fd6;
  border-color: #908fd6;
}

.is-workplace-wellbeing h1, .is-workplace-wellbeing h2, .is-workplace-wellbeing h3, .is-workplace-wellbeing h4, .is-workplace-wellbeing h5 {
  color: #e27e4e;
}
.is-workplace-wellbeing .signoff {
  margin-top: 2rem;
  color: #e27e4e;
}

h1.is-workplace-wellbeing, h2.is-workplace-wellbeing, h3.is-workplace-wellbeing, h4.is-workplace-wellbeing, h5.is-workplace-wellbeing {
  color: #e27e4e;
}

.heading--is-workplace-wellbeing {
  color: #e27e4e;
  border-color: #e27e4e;
}

.is-outreach h1, .is-outreach h2, .is-outreach h3, .is-outreach h4, .is-outreach h5 {
  color: #9bc5e4;
}
.is-outreach .signoff {
  margin-top: 2rem;
  color: #9bc5e4;
}

h1.is-outreach, h2.is-outreach, h3.is-outreach, h4.is-outreach, h5.is-outreach {
  color: #9bc5e4;
}

.heading--is-outreach {
  color: #9bc5e4;
  border-color: #9bc5e4;
}

.is-case-studies h1, .is-case-studies h2, .is-case-studies h3, .is-case-studies h4, .is-case-studies h5 {
  color: #9bc5e4;
}
.is-case-studies .signoff {
  margin-top: 2rem;
  color: #9bc5e4;
}

h1.is-case-studies, h2.is-case-studies, h3.is-case-studies, h4.is-case-studies, h5.is-case-studies {
  color: #9bc5e4;
}

.heading--is-case-studies {
  color: #9bc5e4;
  border-color: #9bc5e4;
}

.is-community-wellbeing h1, .is-community-wellbeing h2, .is-community-wellbeing h3, .is-community-wellbeing h4, .is-community-wellbeing h5 {
  color: #9bc5e4;
}
.is-community-wellbeing .signoff {
  margin-top: 2rem;
  color: #9bc5e4;
}

h1.is-community-wellbeing, h2.is-community-wellbeing, h3.is-community-wellbeing, h4.is-community-wellbeing, h5.is-community-wellbeing {
  color: #9bc5e4;
}

.heading--is-community-wellbeing {
  color: #9bc5e4;
  border-color: #9bc5e4;
}

.is-room-hire h1, .is-room-hire h2, .is-room-hire h3, .is-room-hire h4, .is-room-hire h5 {
  color: #8bb250;
}
.is-room-hire .signoff {
  margin-top: 2rem;
  color: #8bb250;
}

h1.is-room-hire, h2.is-room-hire, h3.is-room-hire, h4.is-room-hire, h5.is-room-hire {
  color: #8bb250;
}

.heading--is-room-hire {
  color: #8bb250;
  border-color: #8bb250;
}

.is-isbourne-publishing h1, .is-isbourne-publishing h2, .is-isbourne-publishing h3, .is-isbourne-publishing h4, .is-isbourne-publishing h5 {
  color: #001a4b;
}
.is-isbourne-publishing .signoff {
  margin-top: 2rem;
  color: #001a4b;
}

h1.is-isbourne-publishing, h2.is-isbourne-publishing, h3.is-isbourne-publishing, h4.is-isbourne-publishing, h5.is-isbourne-publishing {
  color: #001a4b;
}

.heading--is-isbourne-publishing {
  color: #001a4b;
  border-color: #001a4b;
}

.is-centres-of-light h1, .is-centres-of-light h2, .is-centres-of-light h3, .is-centres-of-light h4, .is-centres-of-light h5 {
  color: #ffe069;
}
.is-centres-of-light .signoff {
  margin-top: 2rem;
  color: #ffe069;
}

h1.is-centres-of-light, h2.is-centres-of-light, h3.is-centres-of-light, h4.is-centres-of-light, h5.is-centres-of-light {
  color: #ffe069;
}

.heading--is-centres-of-light {
  color: #ffe069;
  border-color: #ffe069;
}

.alert {
  margin: 1em 0 0 0;
  padding: 1em;
  color: #f0ad4e;
  background-color: rgba(240, 173, 78, 0.2);
  border-radius: 5px;
}

.alert--success {
  background-color: #e2f4e1;
  color: #4BB543;
}

.button {
  font-family: inherit;
  display: inline-block;
  padding: 7px;
  background-color: #2b337e;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  transition: all 250ms ease;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
}
.button:hover, .button:focus {
  background-color: #1e2458;
}
.button--search {
  background-color: transparent;
  cursor: pointer;
}
.button--search:hover, .button--search:focus {
  background-color: transparent;
}
.button--search:hover svg path, .button--search:focus svg path {
  fill: #2b337e;
}
.button--search svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -8px;
  margin-left: -8px;
  width: 16px;
  height: auto;
}
.button--search svg path {
  fill: #000000;
  transition: all 250ms ease;
}
.button--brand {
  background-color: #2b337e;
  color: #FFFFFF;
}
.button--more-talks {
  display: block;
  margin-bottom: 30px;
  width: 100%;
  background-color: #e5e5e5;
  text-align: center;
  color: #f07585;
  font-size: 16px;
}
.button--more-talks:hover, .button--more-talks:focus {
  color: #FFFFFF;
  background-color: #f07585;
}
.button--more-courses {
  display: block;
  margin-bottom: 30px;
  width: 100%;
  background-color: #e5e5e5;
  text-align: center;
  color: #f07585;
  font-size: 16px;
}
.button--more-courses:hover, .button--more-courses:focus {
  color: #FFFFFF;
  background-color: #f07585;
}
.button--success {
  background-color: #58AA00;
}
.button--success:hover, .button--success:focus {
  background-color: #3e7700;
}
.button--danger {
  background-color: #CA3518;
}
.button--danger:hover, .button--danger:focus {
  background-color: #9c2913;
}
.button--warning {
  background-color: #f0ad4e;
}
.button--warning:hover, .button--warning:focus {
  background-color: #ec971f;
}
.button--neutral {
  background-color: #e5e5e5;
  color: #000000;
}
.button--neutral:hover, .button--neutral:focus {
  background-color: #cccccc;
}
.button--notice {
  background-color: #47A5DF;
}
.button--notice:hover, .button--notice:focus {
  background-color: #248ecf;
}

.button.is-brand {
  background-color: #2b337e;
}

.button.is-therapists {
  background-color: #8bcabc;
  color: #378675;
}

.button.is-whats-on {
  background-color: #f07585;
  color: #FFFFFF;
}

.button.is-online-courses {
  background-color: #908fd6;
}

.button.is-workplace-wellbeing {
  background-color: #e27e4e;
}

.button.is-outreach {
  background-color: #9bc5e4;
}

.button.is-case-studies {
  background-color: #9bc5e4;
}

.button.is-community-wellbeing {
  background-color: #9bc5e4;
}

.button.is-room-hire {
  background-color: #8bb250;
}

.button.is-isbourne-publishing {
  background-color: #001a4b;
}

.button.is-centres-of-light {
  background-color: #ffe069;
}

.icon {
  display: inline-block;
}
.icon--remove {
  fill: #CA3518;
  transition: all 150ms ease;
}
.icon--remove:hover, .icon--remove:focus {
  fill: #9c2913;
}
.icon--heart {
  fill: #dcdcdc;
  transition: all 150ms ease;
}
.icon--heart:hover, .icon--heart:focus, .icon--heart.is-loved {
  fill: #f07585 !important;
}

.sm-icon-group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.sm-icon-group--list .sm-icon-group__item {
  margin-right: 0;
}
.sm-icon-group--list .sm-icon-group__item a {
  color: white;
}
.sm-icon-group__item {
  margin-right: 25px;
  display: flex;
}
.sm-icon-group__item a {
  display: flex;
  justify-content: flex-start;
  align-content: center;
}
.sm-icon-group__item--tw a:before {
  background-image: url(../images/tw.svg);
}
.sm-icon-group__item--fb a:before {
  background-image: url(../images/fb.svg);
}
.sm-icon-group__item--in a:before {
  background-image: url(../images/in.svg);
}
.sm-icon-group__item--yt a:before {
  background-image: url(../images/yt.svg);
}
.sm-icon-group__item--blog a:before {
  background-image: url(../images/blog.svg);
}
.sm-icon-group__item--li a:before {
  background-image: url(../images/linkedin.svg);
}
.sm-icon-group__item a {
  text-decoration: none;
}
.sm-icon-group__item a:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #2b337e;
  border-radius: 5px;
  margin-right: 3px;
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
}
.sm-icon-group__item a span {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
}

.navigation {
  background: #e5e5e5;
  border-top: 6px solid #2b337e;
}
@media only screen and (min-width: 1024px) {
  .navigation--tall .navigation__link {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

.navigation__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}

.navigation__item {
  position: relative;
  flex: 33.33%;
  background-color: #ccc;
  text-align: center;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .navigation__item {
    flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .navigation__item.is-whats-on {
    background-image: url("../images/nav/talks.jpg");
  }
  .navigation__item.is-therapists {
    background-image: url("../images/nav/treatments.jpg");
  }
  .navigation__item.is-online-courses {
    background-image: url("../images/nav/facilities.jpg");
  }
  .navigation__item.is-workplace-wellbeing {
    background-image: url("../images/nav//business.jpg");
  }
  .navigation__item.is-outreach {
    background-image: url("../images/nav/outreach.jpg");
  }
  .navigation__item.is-room-hire {
    background-image: url("../images/nav/room-hire.jpg");
  }
  .navigation__item.is-isbourne-publishing {
    background-image: url("../images/nav/publishing.jpg");
  }
  .navigation__item.is-centres-of-light {
    background-image: url("../images/nav/centres-of-light.png");
  }
  .navigation__item.is-selected:after, .navigation__item:hover:after {
    opacity: 0;
  }
}
.navigation__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
}
.navigation__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 250ms ease;
}
.navigation__item.is-selected .navigation__link {
  font-weight: 800;
  color: white;
}

.navigation__link {
  position: relative;
  padding: 10px;
  z-index: 3;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  width: 100%;
}
.navigation__link small {
  font-size: 70%;
}
@media only screen and (min-width: 1024px) {
  .navigation__link {
    padding: 10px;
    font-size: 1rem;
  }
}

.navigation__item.is-brand a {
  color: #FFFFFF;
}
.navigation__item.is-brand:hover a {
  color: white;
}
.navigation__item.is-brand:after {
  background-color: #2b337e;
}

.navigation__item.is-therapists a {
  color: #378675;
}
.navigation__item.is-therapists:hover a {
  color: white;
}
.navigation__item.is-therapists:after {
  background-color: #8bcabc;
}

.navigation__item.is-whats-on a {
  color: #FFFFFF;
}
.navigation__item.is-whats-on:hover a {
  color: white;
}
.navigation__item.is-whats-on:after {
  background-color: #f07585;
}

.navigation__item.is-online-courses a {
  color: #e6e6f6;
}
.navigation__item.is-online-courses:hover a {
  color: white;
}
.navigation__item.is-online-courses:after {
  background-color: #908fd6;
}

.navigation__item.is-workplace-wellbeing a {
  color: #fcf3ef;
}
.navigation__item.is-workplace-wellbeing:hover a {
  color: white;
}
.navigation__item.is-workplace-wellbeing:after {
  background-color: #e27e4e;
}

.navigation__item.is-outreach a {
  color: #317db5;
}
.navigation__item.is-outreach:hover a {
  color: white;
}
.navigation__item.is-outreach:after {
  background-color: #9bc5e4;
}

.navigation__item.is-case-studies a {
  color: #317db5;
}
.navigation__item.is-case-studies:hover a {
  color: white;
}
.navigation__item.is-case-studies:after {
  background-color: #9bc5e4;
}

.navigation__item.is-community-wellbeing a {
  color: #317db5;
}
.navigation__item.is-community-wellbeing:hover a {
  color: white;
}
.navigation__item.is-community-wellbeing:after {
  background-color: #9bc5e4;
}

.navigation__item.is-room-hire a {
  color: #f1f5e9;
}
.navigation__item.is-room-hire:hover a {
  color: white;
}
.navigation__item.is-room-hire:after {
  background-color: #8bb250;
}

.navigation__item.is-isbourne-publishing a {
  color: #fff;
}
.navigation__item.is-isbourne-publishing:hover a {
  color: white;
}
.navigation__item.is-isbourne-publishing:after {
  background-color: #001a4b;
}

.navigation__item.is-centres-of-light a {
  color: #b56c00;
}
.navigation__item.is-centres-of-light:hover a {
  color: white;
}
.navigation__item.is-centres-of-light:after {
  background-color: #ffe069;
}

.page-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 375px) {
  .page-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, 200px));
    grid-gap: 10px;
  }
}

.page-links__item {
  margin-bottom: 5px;
}

.page-links__link {
  color: #FFFFFF;
  text-decoration: none;
}

@media only screen and (min-width: 1024px) {
  .contact-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
  }
}

.contact-card__item p {
  display: inline;
  margin-right: 10px;
}
.contact-card__item--address {
  margin-bottom: 5px;
  text-align: center;
}
.contact-card__item--address p {
  margin-right: 5px;
}
.contact-card__item--address p:after {
  content: ",";
}
.contact-card__item--address p:last-child:after {
  content: "";
}
.contact-card__item--single-line p {
  display: block;
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .contact-card__item p {
    display: block;
    margin: 0 0 5px 0;
    text-align: left;
  }
}

.contact-card__link {
  text-decoration: none;
}

.profile-contact-details {
  background-color: #e5e5e5;
  padding: 1rem;
  margin: 2rem 0;
}
.profile-contact-details h4 {
  margin: 0 0 0.5rem 0;
}
.profile-contact-details a {
  margin-bottom: 0.5rem;
}
.profile-contact-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.profile-contact-details ul li {
  padding-bottom: 0.5em;
}

.secondary-nav-wrapper {
  background-color: #2b337e;
  flex: 0;
  transition: flex 0.5s;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .secondary-nav-wrapper {
    background-color: transparent;
    padding: 0 15px;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.secondary-nav {
  flex-grow: 0;
}
@media only screen and (min-width: 768px) {
  .secondary-nav {
    max-height: 100%;
  }
}
.secondary-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 0;
}
@media only screen and (min-width: 768px) {
  .secondary-nav ul {
    display: flex;
    max-height: 100%;
  }
  .secondary-nav ul .hidden-lg {
    display: none;
  }
}
.secondary-nav ul li {
  border-top: 1px solid #FFFFFF;
  text-align: center;
}
.secondary-nav ul li a {
  display: block;
  padding: 15px;
  color: #FFFFFF;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .secondary-nav ul li a {
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 80%;
  }
}

.navigation-secondary {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .navigation-secondary {
    margin-bottom: 0;
  }
}

#sub-nav-toggle {
  line-height: 45px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  background-color: #2b337e;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 90%;
  display: flex;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
#sub-nav-toggle .hamburger-icon {
  width: 30px;
  height: 30px;
}
#sub-nav-toggle .hamburger-icon span {
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  margin: 5px 0;
  transition: all 0.2s ease-in-out;
  border-radius: 1px;
  position: relative;
  width: 100%;
}
#sub-nav-toggle .helper-text {
  flex-grow: 1;
  text-align: center;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) {
  #sub-nav-toggle {
    display: none;
  }
}

.navigation-secondary__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .navigation-secondary__list {
    text-align: right;
  }
}

.navigation-secondary__item {
  position: relative;
  display: inline-block;
}
.navigation-secondary__item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.navigation-secondary__item:last-child .navigation-secondary__link:after {
  display: none;
}

.navigation-secondary__link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
}
@media only screen and (min-width: 480px) {
  .navigation-secondary__link {
    font-size: 14px;
  }
}
.navigation-secondary__link:after {
  content: "|";
  display: inline-block;
  padding-left: 5px;
}
@media only screen and (min-width: 1024px) {
  .navigation-secondary__link:after {
    padding-left: 10px;
    margin-right: 7px;
  }
}

@media only screen and (min-width: 768px) {
  .secondary-nav-wrapper.is-brand {
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .secondary-nav-wrapper.is-therapists {
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .secondary-nav-wrapper.is-whats-on {
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .secondary-nav-wrapper.is-online-courses {
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .secondary-nav-wrapper.is-workplace-wellbeing {
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .secondary-nav-wrapper.is-outreach {
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .secondary-nav-wrapper.is-case-studies {
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .secondary-nav-wrapper.is-community-wellbeing {
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .secondary-nav-wrapper.is-room-hire {
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .secondary-nav-wrapper.is-isbourne-publishing {
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .secondary-nav-wrapper.is-centres-of-light {
    background-color: transparent;
  }
}
.sub-menu-active #app {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .sub-menu-active #app {
    overflow: visible;
    height: auto;
  }
}
.sub-menu-active #sub-nav-toggle span.hamburger-top {
  transform: translateY(8px) rotate(135deg);
}
.sub-menu-active #sub-nav-toggle span.hamburger-bottom {
  transform: translateY(-8px) rotate(-135deg);
}
.sub-menu-active #sub-nav-toggle span.hamburger-inner {
  transform: scale(0);
}
.sub-menu-active .secondary-nav {
  overflow: scroll;
}
.sub-menu-active .secondary-nav-wrapper {
  flex-grow: 1;
}
.sub-menu-active .secondary-nav-wrapper .secondary-nav {
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .sub-menu-active .secondary-nav-wrapper {
    min-height: auto;
    overflow: visible;
  }
}
.sub-menu-active .flex_fill {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .sub-menu-active .flex_fill {
    overflow: visible;
  }
}
.sub-menu-active .flex_fill .key-content {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sub-menu-active .flex_fill .key-content {
    display: block;
  }
}
.sub-menu-active .banner {
  display: none;
  border: 2px solid red;
}
.sub-menu-active .footer {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sub-menu-active .footer {
    display: block;
  }
}

.logo {
  margin-bottom: 15px;
  flex: 1 0 auto;
}
@media only screen and (min-width: 640px) {
  .logo {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.logo__link {
  text-decoration: none;
}
.logo svg {
  display: block;
  width: 200px;
  height: auto;
}
.logo__tagline {
  font-size: 0.8rem;
  text-decoration: none;
}

.navigation-user {
  margin-top: 15px;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .navigation-user {
    text-align: right;
  }
}

.navigation-user__link {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  vertical-align: middle;
}
@media only screen and (min-width: 480px) {
  .navigation-user__link {
    font-size: 14px;
  }
}

.navigation-user__divide {
  vertical-align: middle;
}
@media only screen and (min-width: 480px) {
  .navigation-user__divide {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.hero {
  display: block;
  margin-top: 6px;
  border-bottom: 1px solid #2b337e;
}

.hero__wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  width: 1200px;
  max-width: 100%;
}

.hero__img {
  display: block;
}

.breadcrumb {
  display: block;
  padding: 10px 0;
  background-color: #e5e5e5;
  font-size: 12px;
  text-transform: uppercase;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:after {
  content: ">";
  display: inline-block;
  padding-left: 6px;
  padding-right: 2px;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.search {
  position: relative;
  width: 100%;
  max-width: 100%;
  width: 330px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 640px) {
  .search {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .search {
    width: 250px;
  }
}
.search .button {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 28px;
  height: calc(100% - 2px);
}

.interests {
  margin: 0;
  padding: 0;
  list-style: none;
}
.interests img {
  vertical-align: middle;
}

.card-group {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.card-group--split-2 {
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}
.card-group--gap-dbl {
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 60px;
}
.card-group--image-cover .card {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.card {
  position: relative;
  display: block;
  text-decoration: none;
  background-color: #e5e5e5;
  transition: background 250ms ease;
}
.card .icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  fill: #FFFFFF;
}
.card--horizontal {
  position: relative;
  overflow: hidden;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  background-position: center center;
}
.card--horizontal:hover .button, .card--horizontal:focus .button {
  opacity: 1;
}
.card--horizontal .heart_button {
  position: absolute;
  top: 5px;
  right: 5px;
}
.card--horizontal .card__content {
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 8px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .card--horizontal .card__content {
    padding: 20px;
  }
}
.card--horizontal .card__image {
  position: relative;
}
.card--horizontal .card__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 53.3333333333%;
}
.card--horizontal .card__image > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card--horizontal .button {
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin-bottom: -15px;
  margin-left: -62px;
  z-index: 3;
  opacity: 0;
  transition: all 350ms ease;
}
.card--horizontal .card__title {
  margin: 0;
  padding-right: 15px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 90%;
  line-height: 120%;
  color: #FFFFFF;
}
.card--horizontal__support {
  font-size: 120%;
}
.card--horizontal .card__content {
  padding: 10px;
}
.card--hero {
  font-size: 2rem;
  transition: background-size 750ms ease;
  background-size: auto 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.card--hero .card__image {
  position: relative;
}
.card--hero .card__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.card--hero .card__image > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card--hero .card__title {
  font-family: museo-slab, sans-serif;
  font-weight: 500;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}
.card--hero:hover {
  background-size: auto 115%;
}
.card--vertical {
  display: -moz-flex;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .card--vertical {
    flex-direction: row;
  }
}
.card--vertical:hover, .card--vertical:focus {
  background-color: #2b337e;
}
.card--vertical:hover .card__date,
.card--vertical:hover .card__title,
.card--vertical:hover .card__support,
.card--vertical:hover .session-breakdown__item,
.card--vertical:hover .card__sub-title, .card--vertical:focus .card__date,
.card--vertical:focus .card__title,
.card--vertical:focus .card__support,
.card--vertical:focus .session-breakdown__item,
.card--vertical:focus .card__sub-title {
  color: #FFFFFF;
}
.card--vertical .card__content {
  padding: 15px;
  word-wrap: break-word;
}
@media only screen and (min-width: 350px) {
  .card--vertical .card__content {
    -moz-flex: 1;
    flex: 1;
    font-size: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .card--vertical .card__content {
    padding-bottom: 74px;
  }
}
@media only screen and (min-width: 1024px) {
  .card--vertical .card__content {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.card--vertical .button {
  font-size: 12px;
}
@media only screen and (min-width: 640px) {
  .card--vertical .button {
    position: absolute;
    bottom: 20px;
  }
}
.card--vertical .card__date {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0.5em 0 0 0;
  transition: color 250ms ease;
}
@media only screen and (min-width: 1024px) {
  .card--vertical .card__date {
    font-size: 14px;
  }
}
.card--vertical .card__title {
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  margin: 0 0 0 0;
  text-transform: uppercase;
  transition: color 250ms ease;
}
@media only screen and (min-width: 1024px) {
  .card--vertical .card__title {
    font-size: 19px;
    margin-bottom: 0.5rem;
  }
}
.card--vertical .card__title--small {
  font-size: 16px;
}
.card--vertical .card__support {
  font-size: 80%;
  line-height: 1.3em;
}
.card--vertical .card__sub-title {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
  transition: color 250ms ease;
}
.card--vertical .card__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -moz-flex: 1;
  flex: 1;
}
.card--vertical .card__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.card--text-bold .card__title {
  font-weight: 700;
}

.session-breakdown {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
}
.session-breakdown__item {
  color: #000000;
  font-size: 70%;
  padding: 0.1em;
  margin-right: 5px;
}

.is-brand .card--vertical.is-highlighted, .is-brand .card--vertical:hover, .is-brand .card--vertical:focus {
  background-color: #2b337e;
}
.is-brand .card--vertical.is-highlighted .button, .is-brand .card--vertical:hover .button, .is-brand .card--vertical:focus .button {
  color: #2b337e;
  background-color: #FFFFFF;
}
.is-brand .card--vertical.is-highlighted .card__date,
.is-brand .card--vertical.is-highlighted .card__title,
.is-brand .card--vertical.is-highlighted .card__support,
.is-brand .card--vertical.is-highlighted .card__sub-title, .is-brand .card--vertical:hover .card__date,
.is-brand .card--vertical:hover .card__title,
.is-brand .card--vertical:hover .card__support,
.is-brand .card--vertical:hover .card__sub-title, .is-brand .card--vertical:focus .card__date,
.is-brand .card--vertical:focus .card__title,
.is-brand .card--vertical:focus .card__support,
.is-brand .card--vertical:focus .card__sub-title {
  color: #FFFFFF;
}
.is-brand .card--vertical .card__date,
.is-brand .card--vertical .card__title,
.is-brand .card--vertical .card__support,
.is-brand .card--vertical .card__sub-title {
  color: #2b337e;
}
.is-brand .card .button {
  background-color: #2b337e;
}
.is-brand .card--horizontal .card__content {
  background-color: rgba(43, 51, 126, 0.75);
}
.is-brand .card--horizontal .card__title {
  color: #2b337e;
}

.is-therapists .card--vertical.is-highlighted, .is-therapists .card--vertical:hover, .is-therapists .card--vertical:focus {
  background-color: #8bcabc;
}
.is-therapists .card--vertical.is-highlighted .button, .is-therapists .card--vertical:hover .button, .is-therapists .card--vertical:focus .button {
  color: #8bcabc;
  background-color: #378675;
}
.is-therapists .card--vertical.is-highlighted .card__date,
.is-therapists .card--vertical.is-highlighted .card__title,
.is-therapists .card--vertical.is-highlighted .card__support,
.is-therapists .card--vertical.is-highlighted .card__sub-title, .is-therapists .card--vertical:hover .card__date,
.is-therapists .card--vertical:hover .card__title,
.is-therapists .card--vertical:hover .card__support,
.is-therapists .card--vertical:hover .card__sub-title, .is-therapists .card--vertical:focus .card__date,
.is-therapists .card--vertical:focus .card__title,
.is-therapists .card--vertical:focus .card__support,
.is-therapists .card--vertical:focus .card__sub-title {
  color: #378675;
}
.is-therapists .card--vertical .card__date,
.is-therapists .card--vertical .card__title,
.is-therapists .card--vertical .card__support,
.is-therapists .card--vertical .card__sub-title {
  color: #8bcabc;
}
.is-therapists .card .button {
  background-color: #8bcabc;
}
.is-therapists .card--horizontal .card__content {
  background-color: rgba(139, 202, 188, 0.75);
}
.is-therapists .card--horizontal .card__title {
  color: #8bcabc;
}

.is-whats-on .card--vertical.is-highlighted, .is-whats-on .card--vertical:hover, .is-whats-on .card--vertical:focus {
  background-color: #f07585;
}
.is-whats-on .card--vertical.is-highlighted .button, .is-whats-on .card--vertical:hover .button, .is-whats-on .card--vertical:focus .button {
  color: #f07585;
  background-color: #FFFFFF;
}
.is-whats-on .card--vertical.is-highlighted .card__date,
.is-whats-on .card--vertical.is-highlighted .card__title,
.is-whats-on .card--vertical.is-highlighted .card__support,
.is-whats-on .card--vertical.is-highlighted .card__sub-title, .is-whats-on .card--vertical:hover .card__date,
.is-whats-on .card--vertical:hover .card__title,
.is-whats-on .card--vertical:hover .card__support,
.is-whats-on .card--vertical:hover .card__sub-title, .is-whats-on .card--vertical:focus .card__date,
.is-whats-on .card--vertical:focus .card__title,
.is-whats-on .card--vertical:focus .card__support,
.is-whats-on .card--vertical:focus .card__sub-title {
  color: #FFFFFF;
}
.is-whats-on .card--vertical .card__date,
.is-whats-on .card--vertical .card__title,
.is-whats-on .card--vertical .card__support,
.is-whats-on .card--vertical .card__sub-title {
  color: #f07585;
}
.is-whats-on .card .button {
  background-color: #f07585;
}
.is-whats-on .card--horizontal .card__content {
  background-color: rgba(240, 117, 133, 0.75);
}
.is-whats-on .card--horizontal .card__title {
  color: #f07585;
}

.is-online-courses .card--vertical.is-highlighted, .is-online-courses .card--vertical:hover, .is-online-courses .card--vertical:focus {
  background-color: #908fd6;
}
.is-online-courses .card--vertical.is-highlighted .button, .is-online-courses .card--vertical:hover .button, .is-online-courses .card--vertical:focus .button {
  color: #908fd6;
  background-color: #e6e6f6;
}
.is-online-courses .card--vertical.is-highlighted .card__date,
.is-online-courses .card--vertical.is-highlighted .card__title,
.is-online-courses .card--vertical.is-highlighted .card__support,
.is-online-courses .card--vertical.is-highlighted .card__sub-title, .is-online-courses .card--vertical:hover .card__date,
.is-online-courses .card--vertical:hover .card__title,
.is-online-courses .card--vertical:hover .card__support,
.is-online-courses .card--vertical:hover .card__sub-title, .is-online-courses .card--vertical:focus .card__date,
.is-online-courses .card--vertical:focus .card__title,
.is-online-courses .card--vertical:focus .card__support,
.is-online-courses .card--vertical:focus .card__sub-title {
  color: #e6e6f6;
}
.is-online-courses .card--vertical .card__date,
.is-online-courses .card--vertical .card__title,
.is-online-courses .card--vertical .card__support,
.is-online-courses .card--vertical .card__sub-title {
  color: #908fd6;
}
.is-online-courses .card .button {
  background-color: #908fd6;
}
.is-online-courses .card--horizontal .card__content {
  background-color: rgba(144, 143, 214, 0.75);
}
.is-online-courses .card--horizontal .card__title {
  color: #908fd6;
}

.is-workplace-wellbeing .card--vertical.is-highlighted, .is-workplace-wellbeing .card--vertical:hover, .is-workplace-wellbeing .card--vertical:focus {
  background-color: #e27e4e;
}
.is-workplace-wellbeing .card--vertical.is-highlighted .button, .is-workplace-wellbeing .card--vertical:hover .button, .is-workplace-wellbeing .card--vertical:focus .button {
  color: #e27e4e;
  background-color: #fcf3ef;
}
.is-workplace-wellbeing .card--vertical.is-highlighted .card__date,
.is-workplace-wellbeing .card--vertical.is-highlighted .card__title,
.is-workplace-wellbeing .card--vertical.is-highlighted .card__support,
.is-workplace-wellbeing .card--vertical.is-highlighted .card__sub-title, .is-workplace-wellbeing .card--vertical:hover .card__date,
.is-workplace-wellbeing .card--vertical:hover .card__title,
.is-workplace-wellbeing .card--vertical:hover .card__support,
.is-workplace-wellbeing .card--vertical:hover .card__sub-title, .is-workplace-wellbeing .card--vertical:focus .card__date,
.is-workplace-wellbeing .card--vertical:focus .card__title,
.is-workplace-wellbeing .card--vertical:focus .card__support,
.is-workplace-wellbeing .card--vertical:focus .card__sub-title {
  color: #fcf3ef;
}
.is-workplace-wellbeing .card--vertical .card__date,
.is-workplace-wellbeing .card--vertical .card__title,
.is-workplace-wellbeing .card--vertical .card__support,
.is-workplace-wellbeing .card--vertical .card__sub-title {
  color: #e27e4e;
}
.is-workplace-wellbeing .card .button {
  background-color: #e27e4e;
}
.is-workplace-wellbeing .card--horizontal .card__content {
  background-color: rgba(226, 126, 78, 0.75);
}
.is-workplace-wellbeing .card--horizontal .card__title {
  color: #e27e4e;
}

.is-outreach .card--vertical.is-highlighted, .is-outreach .card--vertical:hover, .is-outreach .card--vertical:focus {
  background-color: #9bc5e4;
}
.is-outreach .card--vertical.is-highlighted .button, .is-outreach .card--vertical:hover .button, .is-outreach .card--vertical:focus .button {
  color: #9bc5e4;
  background-color: #317db5;
}
.is-outreach .card--vertical.is-highlighted .card__date,
.is-outreach .card--vertical.is-highlighted .card__title,
.is-outreach .card--vertical.is-highlighted .card__support,
.is-outreach .card--vertical.is-highlighted .card__sub-title, .is-outreach .card--vertical:hover .card__date,
.is-outreach .card--vertical:hover .card__title,
.is-outreach .card--vertical:hover .card__support,
.is-outreach .card--vertical:hover .card__sub-title, .is-outreach .card--vertical:focus .card__date,
.is-outreach .card--vertical:focus .card__title,
.is-outreach .card--vertical:focus .card__support,
.is-outreach .card--vertical:focus .card__sub-title {
  color: #317db5;
}
.is-outreach .card--vertical .card__date,
.is-outreach .card--vertical .card__title,
.is-outreach .card--vertical .card__support,
.is-outreach .card--vertical .card__sub-title {
  color: #9bc5e4;
}
.is-outreach .card .button {
  background-color: #9bc5e4;
}
.is-outreach .card--horizontal .card__content {
  background-color: rgba(155, 197, 228, 0.75);
}
.is-outreach .card--horizontal .card__title {
  color: #9bc5e4;
}

.is-case-studies .card--vertical.is-highlighted, .is-case-studies .card--vertical:hover, .is-case-studies .card--vertical:focus {
  background-color: #9bc5e4;
}
.is-case-studies .card--vertical.is-highlighted .button, .is-case-studies .card--vertical:hover .button, .is-case-studies .card--vertical:focus .button {
  color: #9bc5e4;
  background-color: #317db5;
}
.is-case-studies .card--vertical.is-highlighted .card__date,
.is-case-studies .card--vertical.is-highlighted .card__title,
.is-case-studies .card--vertical.is-highlighted .card__support,
.is-case-studies .card--vertical.is-highlighted .card__sub-title, .is-case-studies .card--vertical:hover .card__date,
.is-case-studies .card--vertical:hover .card__title,
.is-case-studies .card--vertical:hover .card__support,
.is-case-studies .card--vertical:hover .card__sub-title, .is-case-studies .card--vertical:focus .card__date,
.is-case-studies .card--vertical:focus .card__title,
.is-case-studies .card--vertical:focus .card__support,
.is-case-studies .card--vertical:focus .card__sub-title {
  color: #317db5;
}
.is-case-studies .card--vertical .card__date,
.is-case-studies .card--vertical .card__title,
.is-case-studies .card--vertical .card__support,
.is-case-studies .card--vertical .card__sub-title {
  color: #9bc5e4;
}
.is-case-studies .card .button {
  background-color: #9bc5e4;
}
.is-case-studies .card--horizontal .card__content {
  background-color: rgba(155, 197, 228, 0.75);
}
.is-case-studies .card--horizontal .card__title {
  color: #9bc5e4;
}

.is-community-wellbeing .card--vertical.is-highlighted, .is-community-wellbeing .card--vertical:hover, .is-community-wellbeing .card--vertical:focus {
  background-color: #9bc5e4;
}
.is-community-wellbeing .card--vertical.is-highlighted .button, .is-community-wellbeing .card--vertical:hover .button, .is-community-wellbeing .card--vertical:focus .button {
  color: #9bc5e4;
  background-color: #317db5;
}
.is-community-wellbeing .card--vertical.is-highlighted .card__date,
.is-community-wellbeing .card--vertical.is-highlighted .card__title,
.is-community-wellbeing .card--vertical.is-highlighted .card__support,
.is-community-wellbeing .card--vertical.is-highlighted .card__sub-title, .is-community-wellbeing .card--vertical:hover .card__date,
.is-community-wellbeing .card--vertical:hover .card__title,
.is-community-wellbeing .card--vertical:hover .card__support,
.is-community-wellbeing .card--vertical:hover .card__sub-title, .is-community-wellbeing .card--vertical:focus .card__date,
.is-community-wellbeing .card--vertical:focus .card__title,
.is-community-wellbeing .card--vertical:focus .card__support,
.is-community-wellbeing .card--vertical:focus .card__sub-title {
  color: #317db5;
}
.is-community-wellbeing .card--vertical .card__date,
.is-community-wellbeing .card--vertical .card__title,
.is-community-wellbeing .card--vertical .card__support,
.is-community-wellbeing .card--vertical .card__sub-title {
  color: #9bc5e4;
}
.is-community-wellbeing .card .button {
  background-color: #9bc5e4;
}
.is-community-wellbeing .card--horizontal .card__content {
  background-color: rgba(155, 197, 228, 0.75);
}
.is-community-wellbeing .card--horizontal .card__title {
  color: #9bc5e4;
}

.is-room-hire .card--vertical.is-highlighted, .is-room-hire .card--vertical:hover, .is-room-hire .card--vertical:focus {
  background-color: #8bb250;
}
.is-room-hire .card--vertical.is-highlighted .button, .is-room-hire .card--vertical:hover .button, .is-room-hire .card--vertical:focus .button {
  color: #8bb250;
  background-color: #f1f5e9;
}
.is-room-hire .card--vertical.is-highlighted .card__date,
.is-room-hire .card--vertical.is-highlighted .card__title,
.is-room-hire .card--vertical.is-highlighted .card__support,
.is-room-hire .card--vertical.is-highlighted .card__sub-title, .is-room-hire .card--vertical:hover .card__date,
.is-room-hire .card--vertical:hover .card__title,
.is-room-hire .card--vertical:hover .card__support,
.is-room-hire .card--vertical:hover .card__sub-title, .is-room-hire .card--vertical:focus .card__date,
.is-room-hire .card--vertical:focus .card__title,
.is-room-hire .card--vertical:focus .card__support,
.is-room-hire .card--vertical:focus .card__sub-title {
  color: #f1f5e9;
}
.is-room-hire .card--vertical .card__date,
.is-room-hire .card--vertical .card__title,
.is-room-hire .card--vertical .card__support,
.is-room-hire .card--vertical .card__sub-title {
  color: #8bb250;
}
.is-room-hire .card .button {
  background-color: #8bb250;
}
.is-room-hire .card--horizontal .card__content {
  background-color: rgba(139, 178, 80, 0.75);
}
.is-room-hire .card--horizontal .card__title {
  color: #8bb250;
}

.is-isbourne-publishing .card--vertical.is-highlighted, .is-isbourne-publishing .card--vertical:hover, .is-isbourne-publishing .card--vertical:focus {
  background-color: #001a4b;
}
.is-isbourne-publishing .card--vertical.is-highlighted .button, .is-isbourne-publishing .card--vertical:hover .button, .is-isbourne-publishing .card--vertical:focus .button {
  color: #001a4b;
  background-color: #fff;
}
.is-isbourne-publishing .card--vertical.is-highlighted .card__date,
.is-isbourne-publishing .card--vertical.is-highlighted .card__title,
.is-isbourne-publishing .card--vertical.is-highlighted .card__support,
.is-isbourne-publishing .card--vertical.is-highlighted .card__sub-title, .is-isbourne-publishing .card--vertical:hover .card__date,
.is-isbourne-publishing .card--vertical:hover .card__title,
.is-isbourne-publishing .card--vertical:hover .card__support,
.is-isbourne-publishing .card--vertical:hover .card__sub-title, .is-isbourne-publishing .card--vertical:focus .card__date,
.is-isbourne-publishing .card--vertical:focus .card__title,
.is-isbourne-publishing .card--vertical:focus .card__support,
.is-isbourne-publishing .card--vertical:focus .card__sub-title {
  color: #fff;
}
.is-isbourne-publishing .card--vertical .card__date,
.is-isbourne-publishing .card--vertical .card__title,
.is-isbourne-publishing .card--vertical .card__support,
.is-isbourne-publishing .card--vertical .card__sub-title {
  color: #001a4b;
}
.is-isbourne-publishing .card .button {
  background-color: #001a4b;
}
.is-isbourne-publishing .card--horizontal .card__content {
  background-color: rgba(0, 26, 75, 0.75);
}
.is-isbourne-publishing .card--horizontal .card__title {
  color: #001a4b;
}

.is-centres-of-light .card--vertical.is-highlighted, .is-centres-of-light .card--vertical:hover, .is-centres-of-light .card--vertical:focus {
  background-color: #ffe069;
}
.is-centres-of-light .card--vertical.is-highlighted .button, .is-centres-of-light .card--vertical:hover .button, .is-centres-of-light .card--vertical:focus .button {
  color: #ffe069;
  background-color: #b56c00;
}
.is-centres-of-light .card--vertical.is-highlighted .card__date,
.is-centres-of-light .card--vertical.is-highlighted .card__title,
.is-centres-of-light .card--vertical.is-highlighted .card__support,
.is-centres-of-light .card--vertical.is-highlighted .card__sub-title, .is-centres-of-light .card--vertical:hover .card__date,
.is-centres-of-light .card--vertical:hover .card__title,
.is-centres-of-light .card--vertical:hover .card__support,
.is-centres-of-light .card--vertical:hover .card__sub-title, .is-centres-of-light .card--vertical:focus .card__date,
.is-centres-of-light .card--vertical:focus .card__title,
.is-centres-of-light .card--vertical:focus .card__support,
.is-centres-of-light .card--vertical:focus .card__sub-title {
  color: #b56c00;
}
.is-centres-of-light .card--vertical .card__date,
.is-centres-of-light .card--vertical .card__title,
.is-centres-of-light .card--vertical .card__support,
.is-centres-of-light .card--vertical .card__sub-title {
  color: #ffe069;
}
.is-centres-of-light .card .button {
  background-color: #ffe069;
}
.is-centres-of-light .card--horizontal .card__content {
  background-color: rgba(255, 224, 105, 0.75);
}
.is-centres-of-light .card--horizontal .card__title {
  color: #ffe069;
}

.card--mint .card__content, .card--mint .button {
  background-color: #abdac8 !important;
  color: #9bc5e4 !important;
}
.card--mint .card__title {
  color: #9bc5e4;
}

.card--gold .card__content, .card--gold .button {
  background-color: #f39e1f !important;
}

.card--orange .card__content, .card--orange .button {
  background-color: #e25d28 !important;
}

.card--pink .card__content, .card--pink .button {
  background-color: #e7369e !important;
}

.card-group--reveal .card-reveal:nth-child(9n+1) .card-reveal__content-wrap {
  background-color: rgba(171, 218, 200, 0.85);
  color: #9bc5e4;
}
.card-group--reveal .card-reveal:nth-child(9n+1) .card-reveal__title {
  color: #9bc5e4;
  margin: 0;
}
.card-group--reveal .card-reveal:nth-child(9n+1) .card-reveal__toggle {
  background-color: #abdac8;
}
.card-group--reveal .card-reveal:nth-child(9n+1) .card-reveal__toggle:before {
  border-top-color: #9bc5e4;
}
.card-group--reveal .card-reveal:nth-child(9n+1):hover .card-reveal__content-wrap {
  background-color: rgba(171, 218, 200, 0.9);
}

.card-group--reveal .card-reveal:nth-child(9n+2) .card-reveal__content-wrap {
  background-color: rgba(243, 158, 31, 0.85);
  color: #FFFFFF;
}
.card-group--reveal .card-reveal:nth-child(9n+2) .card-reveal__title {
  color: #FFFFFF;
  margin: 0;
}
.card-group--reveal .card-reveal:nth-child(9n+2) .card-reveal__toggle {
  background-color: #f39e1f;
}
.card-group--reveal .card-reveal:nth-child(9n+2) .card-reveal__toggle:before {
  border-top-color: #FFFFFF;
}
.card-group--reveal .card-reveal:nth-child(9n+2):hover .card-reveal__content-wrap {
  background-color: rgba(243, 158, 31, 0.9);
}

.card-group--reveal .card-reveal:nth-child(9n+3) .card-reveal__content-wrap {
  background-color: rgba(231, 54, 158, 0.85);
  color: #FFFFFF;
}
.card-group--reveal .card-reveal:nth-child(9n+3) .card-reveal__title {
  color: #FFFFFF;
  margin: 0;
}
.card-group--reveal .card-reveal:nth-child(9n+3) .card-reveal__toggle {
  background-color: #e7369e;
}
.card-group--reveal .card-reveal:nth-child(9n+3) .card-reveal__toggle:before {
  border-top-color: #FFFFFF;
}
.card-group--reveal .card-reveal:nth-child(9n+3):hover .card-reveal__content-wrap {
  background-color: rgba(231, 54, 158, 0.9);
}

.card-group--reveal .card-reveal:nth-child(9n+4) .card-reveal__content-wrap {
  background-color: rgba(226, 93, 40, 0.85);
  color: #FFFFFF;
}
.card-group--reveal .card-reveal:nth-child(9n+4) .card-reveal__title {
  color: #FFFFFF;
  margin: 0;
}
.card-group--reveal .card-reveal:nth-child(9n+4) .card-reveal__toggle {
  background-color: #e25d28;
}
.card-group--reveal .card-reveal:nth-child(9n+4) .card-reveal__toggle:before {
  border-top-color: #FFFFFF;
}
.card-group--reveal .card-reveal:nth-child(9n+4):hover .card-reveal__content-wrap {
  background-color: rgba(226, 93, 40, 0.9);
}

.card-group--reveal .card-reveal:nth-child(9n+5) .card-reveal__content-wrap {
  background-color: rgba(231, 54, 158, 0.85);
  color: #FFFFFF;
}
.card-group--reveal .card-reveal:nth-child(9n+5) .card-reveal__title {
  color: #FFFFFF;
  margin: 0;
}
.card-group--reveal .card-reveal:nth-child(9n+5) .card-reveal__toggle {
  background-color: #e7369e;
}
.card-group--reveal .card-reveal:nth-child(9n+5) .card-reveal__toggle:before {
  border-top-color: #FFFFFF;
}
.card-group--reveal .card-reveal:nth-child(9n+5):hover .card-reveal__content-wrap {
  background-color: rgba(231, 54, 158, 0.9);
}

.card-group--reveal .card-reveal:nth-child(9n+6) .card-reveal__content-wrap {
  background-color: rgba(171, 218, 200, 0.85);
  color: #9bc5e4;
}
.card-group--reveal .card-reveal:nth-child(9n+6) .card-reveal__title {
  color: #9bc5e4;
  margin: 0;
}
.card-group--reveal .card-reveal:nth-child(9n+6) .card-reveal__toggle {
  background-color: #abdac8;
}
.card-group--reveal .card-reveal:nth-child(9n+6) .card-reveal__toggle:before {
  border-top-color: #9bc5e4;
}
.card-group--reveal .card-reveal:nth-child(9n+6):hover .card-reveal__content-wrap {
  background-color: rgba(171, 218, 200, 0.9);
}

.card-group--reveal .card-reveal:nth-child(9n+7) .card-reveal__content-wrap {
  background-color: rgba(243, 158, 31, 0.85);
  color: #FFFFFF;
}
.card-group--reveal .card-reveal:nth-child(9n+7) .card-reveal__title {
  color: #FFFFFF;
  margin: 0;
}
.card-group--reveal .card-reveal:nth-child(9n+7) .card-reveal__toggle {
  background-color: #f39e1f;
}
.card-group--reveal .card-reveal:nth-child(9n+7) .card-reveal__toggle:before {
  border-top-color: #FFFFFF;
}
.card-group--reveal .card-reveal:nth-child(9n+7):hover .card-reveal__content-wrap {
  background-color: rgba(243, 158, 31, 0.9);
}

.card-group--reveal .card-reveal:nth-child(9n+8) .card-reveal__content-wrap {
  background-color: rgba(171, 218, 200, 0.85);
  color: #9bc5e4;
}
.card-group--reveal .card-reveal:nth-child(9n+8) .card-reveal__title {
  color: #9bc5e4;
  margin: 0;
}
.card-group--reveal .card-reveal:nth-child(9n+8) .card-reveal__toggle {
  background-color: #abdac8;
}
.card-group--reveal .card-reveal:nth-child(9n+8) .card-reveal__toggle:before {
  border-top-color: #9bc5e4;
}
.card-group--reveal .card-reveal:nth-child(9n+8):hover .card-reveal__content-wrap {
  background-color: rgba(171, 218, 200, 0.9);
}

.card-group--reveal .card-reveal:nth-child(9n+9) .card-reveal__content-wrap {
  background-color: rgba(226, 93, 40, 0.85);
  color: #FFFFFF;
}
.card-group--reveal .card-reveal:nth-child(9n+9) .card-reveal__title {
  color: #FFFFFF;
  margin: 0;
}
.card-group--reveal .card-reveal:nth-child(9n+9) .card-reveal__toggle {
  background-color: #e25d28;
}
.card-group--reveal .card-reveal:nth-child(9n+9) .card-reveal__toggle:before {
  border-top-color: #FFFFFF;
}
.card-group--reveal .card-reveal:nth-child(9n+9):hover .card-reveal__content-wrap {
  background-color: rgba(226, 93, 40, 0.9);
}

.blog-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
}
@media only screen and (min-width: 640px) {
  .blog-card {
    background-color: transparent;
    box-shadow: none;
  }
}
.blog-card__content {
  padding: 15px;
  flex: 1 0 auto;
}
@media only screen and (min-width: 640px) {
  .blog-card__content {
    padding: 0;
  }
}
.blog-card__category {
  text-transform: uppercase;
  color: #e27e4e;
  font-weight: bold;
  font-size: 80%;
}
.blog-card__title {
  margin: 10px 0 20px 0;
  font-size: 1.1rem;
  font-weight: bold;
}
.blog-card__header {
  display: flex;
  justify-content: space-between;
}
.blog-card__date {
  font-size: 75%;
}
.blog-card__image {
  height: 250px;
  overflow: hidden;
}
.blog-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}
.blog-card:hover .blog-card__image img {
  transform: scale(1.2);
}

.pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}
.pagination__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination__item {
  display: inline-block;
}
.pagination__item:last-child .pagination__link:after {
  display: none;
}
.pagination__link {
  position: relative;
  margin-left: 5px;
  margin-right: 10px;
  color: #2b337e;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.pagination__link:hover, .pagination__link:focus {
  text-decoration: underline;
}
.is-selected .pagination__link {
  font-weight: 700;
}
.pagination__link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  background-color: #2b337e;
}

.faux-table {
  margin: 50px 0;
}
.faux-table .faux-table__head {
  display: none;
}
@media only screen and (min-width: 480px) {
  .faux-table .faux-table__head {
    display: block;
  }
  .faux-table .faux-table__head .inner {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .faux-table .faux-table__head .faux-table__cell {
    font-size: 16px;
  }
  .faux-table .faux-table__head .faux-table__cell:first-child {
    padding-left: 30px;
  }
}
.faux-table .faux-table__row {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: -1px;
  padding-bottom: 6px;
}
.faux-table .faux-table__row.is-heading {
  font-size: 1.2rem;
  font-weight: bold;
  color: #2b337e;
  margin-top: 30px;
  border-top: 0;
}
@media only screen and (min-width: 350px) {
  .faux-table .faux-table__row:not(.is-highlighted) .inner {
    display: -moz-flex;
    display: flex;
  }
  .faux-table .faux-table__row:not(.is-highlighted) .inner .faux-table__cell {
    flex: 1;
    padding-right: 7px;
  }
  .faux-table .faux-table__row:not(.is-highlighted) .inner .faux-table__cell:last-child {
    padding-right: 0;
    min-width: 108px;
  }
}
@media only screen and (min-width: 350px) and (min-width: 1024px) {
  .faux-table .faux-table__row:not(.is-highlighted) .inner .faux-table__cell:last-child {
    min-width: inherit;
  }
}
.faux-table .faux-table__row.is-highlighted {
  background-color: #e5e5e5;
  margin-top: 2em;
}
@media only screen and (min-width: 350px) {
  .faux-table .faux-table__row.is-highlighted .inner {
    padding-right: 140px;
  }
  .faux-table .faux-table__row.is-highlighted .faux-table__cell:last-child {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 480px) {
  .faux-table .faux-table__row.is-highlighted .inner {
    padding-right: 15px;
  }
  .faux-table .faux-table__row.is-highlighted .faux-table__cell:last-child {
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1024px) {
  .faux-table .faux-table__row.is-highlighted .inner {
    padding-right: 10px;
  }
  .faux-table .faux-table__row.is-highlighted .faux-table__cell:nth-child(2) {
    margin-left: 25%;
  }
}
.faux-table .faux-table__row .inner {
  position: relative;
}
@media only screen and (min-width: 480px) {
  .faux-table .faux-table__row .inner {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.faux-table .faux-table__cell {
  position: relative;
  padding-top: 6px;
  font-size: 12px;
  text-transform: uppercase;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.faux-table .faux-table__cell .control {
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}
.faux-table .faux-table__cell .control__indicator {
  top: -1px;
}
.faux-table .faux-table__cell .button {
  margin: 0;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .faux-table .faux-table__cell .button {
    font-size: 14px;
  }
}
@media only screen and (min-width: 480px) {
  .faux-table .faux-table__cell {
    flex: 1;
  }
  .faux-table .faux-table__cell:last-of-type {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .faux-table .faux-table__cell.text-left {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.faux-table--practitioners {
  margin: 15px 0;
}
.faux-table--practitioners .faux-table__row:first-child .faux-table__cell:not(:first-child) {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .faux-table--practitioners .faux-table__row:first-child .faux-table__cell:not(:first-child) {
    display: -moz-flex;
    display: flex;
  }
}
.faux-table--practitioners .faux-table__row:nth-child(2) {
  border: none;
}
.faux-table--practitioners .faux-table__row:last-child {
  border-bottom: none;
}
.faux-table--practitioners .faux-table__cell {
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.faux-table--practitioners .faux-table__cell:first-of-type {
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.faux-table--practitioners .faux-table__cell:last-of-type {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (min-width: 375px) {
  .faux-table--practitioners .faux-table__cell:last-of-type {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.faux-table--practitioners .faux-table__cell p {
  text-transform: capitalize;
  color: #000000;
}

.price-table {
  margin-bottom: 2rem;
}
.price-table--one-off {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.price-table__row {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.price-table__row:last-of-type {
  border-bottom: 0;
}
.price-table__row.is-highlighted {
  background-color: #e5e5e5;
  margin-bottom: 0.5rem;
}
.price-table .inner {
  display: flex;
  justify-content: space-between;
}
.price-table .break {
  display: none;
}
.price-table .one-off-price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.price-table__dates {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 560px) {
  .price-table__dates {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .price-table__dates > * + * {
    margin-left: 20px;
  }
}
.price-table__book {
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-table__book select {
  margin: 0;
  color: #3f3e3c;
}
.price-table__book select option[data-label=standard] {
  font-weight: bold;
}
.price-table__book .button {
  margin: 0;
  font-size: 12px;
  flex: 1 0 auto;
}

@media only screen and (min-width: 1024px) {
  .offer {
    display: flex;
    align-items: center;
  }
}
.offer__price {
  font-weight: 700;
  margin-right: 0.3rem;
}
.offer .break {
  display: none;
}
.offer .break:before {
  content: "";
  display: inline-block;
}
.offer__condition {
  display: block;
  font-size: 60%;
}

.is-brand .faux-table__head {
  color: #2b337e;
}
.is-brand .faux-table__row.is-heading {
  color: #2b337e;
}

.faux-table--practitioners .faux-table__row:first-of-type.is-brand .faux-table__cell {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
}
.faux-table--practitioners .faux-table__row.is-brand .faux-table__cell {
  color: #2b337e;
}

.is-therapists .faux-table__head {
  color: #8bcabc;
}
.is-therapists .faux-table__row.is-heading {
  color: #8bcabc;
}

.faux-table--practitioners .faux-table__row:first-of-type.is-therapists .faux-table__cell {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
}
.faux-table--practitioners .faux-table__row.is-therapists .faux-table__cell {
  color: #8bcabc;
}

.is-whats-on .faux-table__head {
  color: #f07585;
}
.is-whats-on .faux-table__row.is-heading {
  color: #f07585;
}

.faux-table--practitioners .faux-table__row:first-of-type.is-whats-on .faux-table__cell {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
}
.faux-table--practitioners .faux-table__row.is-whats-on .faux-table__cell {
  color: #f07585;
}

.is-online-courses .faux-table__head {
  color: #908fd6;
}
.is-online-courses .faux-table__row.is-heading {
  color: #908fd6;
}

.faux-table--practitioners .faux-table__row:first-of-type.is-online-courses .faux-table__cell {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
}
.faux-table--practitioners .faux-table__row.is-online-courses .faux-table__cell {
  color: #908fd6;
}

.is-workplace-wellbeing .faux-table__head {
  color: #e27e4e;
}
.is-workplace-wellbeing .faux-table__row.is-heading {
  color: #e27e4e;
}

.faux-table--practitioners .faux-table__row:first-of-type.is-workplace-wellbeing .faux-table__cell {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
}
.faux-table--practitioners .faux-table__row.is-workplace-wellbeing .faux-table__cell {
  color: #e27e4e;
}

.is-outreach .faux-table__head {
  color: #9bc5e4;
}
.is-outreach .faux-table__row.is-heading {
  color: #9bc5e4;
}

.faux-table--practitioners .faux-table__row:first-of-type.is-outreach .faux-table__cell {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
}
.faux-table--practitioners .faux-table__row.is-outreach .faux-table__cell {
  color: #9bc5e4;
}

.is-case-studies .faux-table__head {
  color: #9bc5e4;
}
.is-case-studies .faux-table__row.is-heading {
  color: #9bc5e4;
}

.faux-table--practitioners .faux-table__row:first-of-type.is-case-studies .faux-table__cell {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
}
.faux-table--practitioners .faux-table__row.is-case-studies .faux-table__cell {
  color: #9bc5e4;
}

.is-community-wellbeing .faux-table__head {
  color: #9bc5e4;
}
.is-community-wellbeing .faux-table__row.is-heading {
  color: #9bc5e4;
}

.faux-table--practitioners .faux-table__row:first-of-type.is-community-wellbeing .faux-table__cell {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
}
.faux-table--practitioners .faux-table__row.is-community-wellbeing .faux-table__cell {
  color: #9bc5e4;
}

.is-room-hire .faux-table__head {
  color: #8bb250;
}
.is-room-hire .faux-table__row.is-heading {
  color: #8bb250;
}

.faux-table--practitioners .faux-table__row:first-of-type.is-room-hire .faux-table__cell {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
}
.faux-table--practitioners .faux-table__row.is-room-hire .faux-table__cell {
  color: #8bb250;
}

.is-isbourne-publishing .faux-table__head {
  color: #001a4b;
}
.is-isbourne-publishing .faux-table__row.is-heading {
  color: #001a4b;
}

.faux-table--practitioners .faux-table__row:first-of-type.is-isbourne-publishing .faux-table__cell {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
}
.faux-table--practitioners .faux-table__row.is-isbourne-publishing .faux-table__cell {
  color: #001a4b;
}

.is-centres-of-light .faux-table__head {
  color: #ffe069;
}
.is-centres-of-light .faux-table__row.is-heading {
  color: #ffe069;
}

.faux-table--practitioners .faux-table__row:first-of-type.is-centres-of-light .faux-table__cell {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
}
.faux-table--practitioners .faux-table__row.is-centres-of-light .faux-table__cell {
  color: #ffe069;
}

.flag {
  display: inline-block;
  padding: 5px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: normal;
  border-radius: 3px;
  text-align: center;
}
.flag--tiny {
  font-size: 50%;
  padding: 2px;
}
.flag--success {
  background-color: #58AA00;
}
.flag--danger {
  background-color: #CA3518;
}
.flag--warning {
  background-color: #f0ad4e;
}
.flag--notice {
  background-color: #47A5DF;
}

.new-term-flag {
  background-color: rgba(255, 255, 255, 0.8);
  color: pink;
  font-size: 80%;
  padding: 3px;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 640px) {
  .new-term-flag {
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 1rem;
    width: 40%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 640px) {
  .new-term-flag span {
    display: block;
    text-align: center;
  }
}
.new-term-flag br {
  display: none;
}
@media only screen and (min-width: 640px) {
  .new-term-flag br {
    display: block;
  }
}
.new-term-flag__title {
  font-weight: bold;
}

.calendar {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 2px;
  font-size: 90%;
}
@supports (display: grid) {
  .calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
}

.calendar__day {
  width: 14.2857142857%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@supports (display: grid) {
  .calendar__day {
    width: auto;
  }
}

.calendar__day--title {
  font-weight: bold;
  opacity: 0.7;
}

.calendar__button {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.3em;
  border-radius: 50px;
}

.calendar-title {
  display: flex;
  margin-bottom: 0.5rem;
}

.calendar-title__button {
  background-color: #e3e3e3;
  border: 0;
  cursor: pointer;
  padding: 4px 6px;
  line-height: 100%;
  display: inline-flex;
  cursor: pointer;
}

.calendar__button--faded {
  opacity: 0.2;
  padding: 0.3em;
  border-radius: 3px;
}

.calendar-title__button:hover {
  background-color: #1fbbb1;
  color: white;
}

.calendar-title__text {
  flex: 1 0 auto;
  text-align: center;
}

.reset-button {
  border: 0;
  font-size: 80%;
  padding: 0.2rem;
  background-color: #e5e5e5;
}

.is-brand .calendar__button--hl {
  background-color: #2b337e;
  color: #FFFFFF;
}
.is-brand .calendar-title__button:hover {
  background-color: #2b337e;
  color: white;
}

.is-therapists .calendar__button--hl {
  background-color: #8bcabc;
  color: #378675;
}
.is-therapists .calendar-title__button:hover {
  background-color: #8bcabc;
  color: white;
}

.is-whats-on .calendar__button--hl {
  background-color: #f07585;
  color: #FFFFFF;
}
.is-whats-on .calendar-title__button:hover {
  background-color: #f07585;
  color: white;
}

.is-online-courses .calendar__button--hl {
  background-color: #908fd6;
  color: #e6e6f6;
}
.is-online-courses .calendar-title__button:hover {
  background-color: #908fd6;
  color: white;
}

.is-workplace-wellbeing .calendar__button--hl {
  background-color: #e27e4e;
  color: #fcf3ef;
}
.is-workplace-wellbeing .calendar-title__button:hover {
  background-color: #e27e4e;
  color: white;
}

.is-outreach .calendar__button--hl {
  background-color: #9bc5e4;
  color: #317db5;
}
.is-outreach .calendar-title__button:hover {
  background-color: #9bc5e4;
  color: white;
}

.is-case-studies .calendar__button--hl {
  background-color: #9bc5e4;
  color: #317db5;
}
.is-case-studies .calendar-title__button:hover {
  background-color: #9bc5e4;
  color: white;
}

.is-community-wellbeing .calendar__button--hl {
  background-color: #9bc5e4;
  color: #317db5;
}
.is-community-wellbeing .calendar-title__button:hover {
  background-color: #9bc5e4;
  color: white;
}

.is-room-hire .calendar__button--hl {
  background-color: #8bb250;
  color: #f1f5e9;
}
.is-room-hire .calendar-title__button:hover {
  background-color: #8bb250;
  color: white;
}

.is-isbourne-publishing .calendar__button--hl {
  background-color: #001a4b;
  color: #fff;
}
.is-isbourne-publishing .calendar-title__button:hover {
  background-color: #001a4b;
  color: white;
}

.is-centres-of-light .calendar__button--hl {
  background-color: #ffe069;
  color: #b56c00;
}
.is-centres-of-light .calendar-title__button:hover {
  background-color: #ffe069;
  color: white;
}

.page-grid {
  display: grid;
  grid-gap: 30px;
}
.page-grid img {
  width: 100%;
  height: auto;
}
.page-grid--75 {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 640px) {
  .page-grid--75 {
    grid-template-columns: 75% 1fr;
  }
}
.page-grid--2 {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 640px) {
  .page-grid--2 {
    grid-template-columns: 1fr minmax(400px, 1fr);
  }
}

.promo-code {
  width: 50%;
  margin-bottom: 50px;
}
.promo-code__form {
  display: flex;
}
.promo-code__form button, .promo-code__form label, .promo-code__form input {
  margin: 0;
}
.promo-code__warning {
  margin-top: 10px;
  color: red;
  font-size: 75%;
}

.promo-code-disclaimer {
  padding: 0 1rem 1rem 1rem;
  border: 1px solid #e3e3e3;
  font-size: 70%;
  margin-bottom: 2rem;
}

.quotes_grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 15px;
}
@media only screen and (min-width: 1024px) {
  .quotes_grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.quotes_grid__item {
  background-color: #e7369e;
  padding: 30px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 120%;
  font-family: museo-slab, sans-serif;
  height: 238px;
}
.quotes_grid__item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quotes_grid__item--no-padding {
  padding: 0;
}
.quotes_grid__item:nth-child(12n+1) {
  background-color: #f39e1f;
}
.quotes_grid__item:nth-child(12n+2) {
  background-color: #abdac8;
  color: #9bc5e4;
}
.quotes_grid__item:nth-child(12n+4) {
  background-color: #e25d28;
}
.quotes_grid__item:nth-child(12n+6) {
  background-color: #e7369e;
}
.quotes_grid__item:nth-child(12n+7) {
  background-color: #f39e1f;
}
.quotes_grid__item:nth-child(12n+9) {
  background-color: #e25d28;
}
.quotes_grid__item:nth-child(12n+11) {
  background-color: #abdac8;
  color: #9bc5e4;
}
.quotes_grid__item:nth-child(12n+12) {
  background-color: #e7369e;
}
.quotes_grid__item blockquote {
  margin: 0;
  line-height: 130%;
  font-weight: 500;
  text-align: center;
}
.quotes_grid__item blockquote:before {
  content: open-quote;
  display: inline-block;
}
.quotes_grid__item blockquote:after {
  content: close-quote;
  display: inline-block;
}
.quotes_grid__item cite {
  display: block;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 100%;
}

.sft-support-image {
  float: right;
  border-radius: 50%;
  width: 175px;
  height: auto;
}

.is-business .wysiwyg h3 {
  font-family: museo-slab, sans-serif;
  color: #e25d28;
  margin-bottom: 0.8rem;
}

.banner {
  height: 160px;
  display: block;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 5;
  margin-top: 30px;
}
@media only screen and (min-width: 640px) {
  .banner {
    height: 267px;
  }
}
.banner:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to top, rgb(171, 218, 200) 0%, rgba(171, 218, 200, 0) 100%);
  mix-blend-mode: multiply;
}
.banner:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #abdac8;
  opacity: 0.5;
}
.banner__title {
  z-index: 5;
  position: relative;
  margin: 0;
  font-size: 1.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.7rem;
  color: #FFFFFF;
  font-family: museo-slab, sans-serif;
  font-weight: 100;
  line-height: 105%;
}
@media only screen and (min-width: 640px) {
  .banner__title {
    font-size: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 1248px) {
  .banner__title {
    font-size: 3.5rem;
  }
}

.pricing-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-gap: 15px;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 640px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1248px) {
  .pricing-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.pricing-grid__item {
  background-color: #e25d28;
  padding: 1rem;
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.pricing-grid__item h4 {
  color: #FFFFFF;
  margin: 0 0 1rem 0 !important;
}
.pricing-grid__item:nth-child(4n+2) {
  background-color: #f39e1f;
}
.pricing-grid__item:nth-child(4n+3) {
  background-color: #e7369e;
}
.pricing-grid__item:nth-child(4n+4) {
  background-color: #abdac8;
  color: #9bc5e4;
}
.pricing-grid__item:nth-child(4n+4) h4 {
  color: #9bc5e4;
}

.price-info {
  font-weight: 300;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.price-info--reverse {
  flex-direction: column-reverse;
}
.price-info__title {
  text-transform: uppercase;
  margin: 0 !important;
  font-size: 1.5rem;
}
.price-info__price {
  font-size: 3.5rem;
  font-weight: 100;
}

.supported-price > * + * {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .supported-price {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
  .supported-price > * + * {
    margin-top: 0;
  }
}
.supported-price__detail {
  text-align: center;
  flex: 40% 0 0;
}
.supported-price__detail > * + * {
  margin: 0;
}
.supported-price__detail h4 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 100;
}
.supported-price__detail .button {
  background-color: white;
  color: #2b337e;
  border-radius: 8px;
  font-weight: 800;
  font-size: 0.8rem;
}
.supported-price__detail .button--success {
  background-color: #58AA00;
}
.supported-price__price {
  display: block;
}
@media only screen and (min-width: 768px) {
  .supported-price__price {
    display: inline;
  }
}
.supported-price__support {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1rem;
  font-size: 0.9rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .supported-price__support {
    padding: 0;
    padding-top: 10px;
  }
}
.supported-price__row {
  background-color: #2b337e;
  padding: 1rem;
  border-radius: 15px;
  display: flex;
  color: #FFFFFF;
}
.supported-price__row--supported .supported-price__price, .supported-price__row--supported .supported-price__type {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .supported-price__row {
    flex-direction: column;
  }
}

.card-reveal {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  position: relative;
  overflow: hidden;
}
.card-reveal:hover .card-reveal__content-wrap, .card-reveal:focus .card-reveal__content-wrap, .card-reveal.is-active .card-reveal__content-wrap {
  top: 0;
  background-color: rgba(155, 197, 228, 0.9);
}
.card-reveal:hover .card-reveal__title, .card-reveal:focus .card-reveal__title, .card-reveal.is-active .card-reveal__title {
  background-color: transparent;
}
.card-reveal:hover .card-reveal__toggle:before, .card-reveal:focus .card-reveal__toggle:before, .card-reveal.is-active .card-reveal__toggle:before {
  transform: rotate(0);
}
.card-reveal__link {
  cursor: pointer;
  width: 100%;
  display: block;
  z-index: 20;
  background-color: pink;
}
.card-reveal__link:focus {
  border: 1px solid #9bc5e4;
}
.card-reveal h2 {
  color: #FFFFFF;
}
.card-reveal__image img {
  display: block;
}
.card-reveal__toggle {
  display: none;
  border: 0;
  width: 40px;
  height: 40px;
  top: 10px;
  left: calc(50% - 20px);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  border: 2px solid white;
  background-color: #9bc5e4;
  color: #FFFFFF;
  border-radius: 50%;
  padding: 0;
}
.card-reveal__toggle:before {
  content: "";
  margin: 0 auto;
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFFFFF;
  transition: all 300ms ease;
  transform: rotate(-180deg);
  width: 0;
}
.card-reveal__toggle:focus {
  border: 1px solid red;
}
.card-reveal__content-wrap {
  background-color: #9bc5e4;
  position: absolute;
  top: calc(100% - 60px);
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: all 750ms ease;
}
.card-reveal__reveal {
  padding: 0 25px 0 25px;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.card-reveal__text {
  font-size: 90%;
  line-height: 140%;
  flex: 1 0 auto;
  margin: 0;
}
.card-reveal__helper {
  display: block;
  text-align: center;
  text-transform: uppercase;
  justify-self: flex-end;
  padding: 30px 0;
}
.card-reveal__title {
  font-family: museo-slab, sans-serif;
  font-weight: 500;
  line-height: 140%;
  padding: 0 5%;
  font-size: 1rem;
  text-align: center;
  margin: 0;
  min-height: 65px;
  max-height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.is-touch .card-reveal__toggle {
  display: block;
}
.is-touch .card-reveal {
  font-size: 90%;
}
.is-touch .card-reveal .card-reveal__title {
  max-height: 55px;
  min-height: 55px;
}
.is-touch .card-reveal .card-reveal__helper {
  padding: 15px 0;
}
.is-touch .card-reveal .card-reveal__content-wrap {
  top: calc(100% - 55px);
  height: 100%;
}
.is-touch .card-reveal.is-active .card-reveal__content-wrap {
  top: 55px;
  height: calc(100% - 55px);
}

.horizontal-nav-wrapper {
  margin: 0.5rem 0;
}

.horizontal-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 85%;
}
@media only screen and (min-width: 640px) {
  .horizontal-nav {
    display: flex;
    justify-content: space-between;
  }
}
.horizontal-nav > * + * {
  padding: 0 1rem;
}
.horizontal-nav__item {
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.75rem 0;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .horizontal-nav__item {
    padding: 1rem 0;
  }
}
.horizontal-nav__link {
  display: block;
  color: #9bc5e4;
  text-decoration: none;
}
.horizontal-nav__link:hover {
  color: #eec181;
}
.horizontal-nav__link.is-active {
  color: #eec181;
}

.home-panel {
  padding: 15px 0 0 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .home-panel {
    padding-top: 30px;
  }
}
.home-panel__wrapper {
  width: 1200px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .home-panel__wrapper {
    display: flex;
  }
}
.home-panel__image {
  flex: 1;
  z-index: 1;
}
.home-panel__image img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  opacity: 1;
  transition: opacity 0.5s;
}
.home-panel__image:hover img {
  opacity: 0.75;
}
.home-panel__content {
  flex: 1;
  z-index: 1;
}
.home-panel__content h2 {
  transition: opacity 0.2s;
}
.home-panel__content h2:hover {
  opacity: 0.75;
}
@media only screen and (min-width: 1024px) {
  .home-panel__content {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .home-sections .home-panel:nth-child(even):before {
    content: "";
    position: absolute;
    background-color: #f6f6f6;
    width: 100%;
    height: calc(100% + 35px);
    top: -20px;
  }
  .home-sections .home-panel:nth-child(even) .home-panel__content {
    padding-left: 0;
    padding-right: 30px;
  }
}
.home-sections .home-panel:nth-child(even) .home-panel__wrapper {
  flex-direction: row-reverse;
}
.home-sections .home-panel:nth-child(even) .home-panel__image img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
}

.home-articles {
  background-color: #f2f2f2;
  padding-bottom: 30px;
  padding-top: 30px;
}
.home-articles h2 {
  font-size: 2rem;
  margin: 1rem 0 2.5rem 0;
}

.home-banner {
  background-color: #2b337e;
  padding: 2rem;
  min-height: 120px;
  color: #FFFFFF;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 90%;
}
@media only screen and (min-width: 768px) {
  .home-banner {
    flex-direction: row;
    text-align: left;
    background: url(../images/banner_pattern.png);
  }
  .home-banner .home-banner__secondary {
    flex: 1 0 auto;
  }
}
@media only screen and (min-width: 1248px) {
  .home-banner {
    padding-left: 125px;
    padding-right: 125px;
  }
}
.home-banner p {
  margin: 0;
  line-height: 130%;
}
.home-banner__primary {
  font-size: 1.5em;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .home-banner__primary {
    margin-bottom: 0;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .home-banner__primary {
    padding-right: 120px;
    font-size: 2rem;
  }
}
.home-banner__primary > :first-child {
  font-size: 120%;
  line-height: 100%;
}
.home-banner__primary > * + * {
  margin: 0;
}
.home-banner__secondary > :first-child {
  font-size: 1em;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .home-banner__secondary {
    text-align: right;
    font-size: 110%;
  }
}

.home-support-banner {
  text-align: center;
  margin-bottom: 2rem;
}

.hero-grid {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .hero-grid {
    display: grid;
    height: 60vh;
    grid-template-columns: 1fr 30%;
    grid-template-rows: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .hero-grid__wrapper {
    width: 100%;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.hero-grid__item {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.hero-grid__item--primary {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media only screen and (min-width: 768px) {
  .hero-grid__item--primary .hero-grid__content {
    width: 80%;
  }
}
.hero-grid__item:hover .hero-grid__image img {
  transform: scale(1.2);
}
.hero-grid__content {
  background-color: #FFFFFF;
  padding: 15px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .hero-grid__content {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
  }
}
@media only screen and (min-width: 1248px) {
  .hero-grid__content {
    width: 75%;
  }
}
.hero-grid__image {
  height: 250px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .hero-grid__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
.hero-grid__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.hero-grid__section {
  text-transform: uppercase;
  font-size: 75%;
  font-weight: bold;
  color: #908fd6;
}
.hero-grid__title {
  text-transform: uppercase;
  margin: 1rem 0 0 0;
}

.category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dropdown-list {
  display: inline-block;
  background-color: #2b337e;
}
.dropdown-list__label {
  color: #FFFFFF;
  padding: 7px;
  font-size: 14px;
  margin-bottom: 0;
}
.dropdown-list__label:after {
  content: "";
  display: inline-block;
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin-left: 5px;
}
.dropdown-list__checkbox {
  display: none;
}
.dropdown-list__checkbox:checked ~ ul {
  display: block;
}
.dropdown-list__container {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  z-index: 10;
  background-color: #FFFFFF;
  height: 400px;
  overflow: scroll;
}
.dropdown-list__item {
  padding: 5px;
  border-bottom: 1px solid #e5e5e5;
}
.dropdown-list__item a {
  text-decoration: none;
}

.dropdown-list.is-brand {
  background-color: #2b337e;
}
.dropdown-list.is-brand .dropdown-list__label {
  color: #FFFFFF;
}
.dropdown-list.is-brand .dropdown-list__label:after {
  border-color: #FFFFFF;
}

.dropdown-list.is-therapists {
  background-color: #8bcabc;
}
.dropdown-list.is-therapists .dropdown-list__label {
  color: #378675;
}
.dropdown-list.is-therapists .dropdown-list__label:after {
  border-color: #378675;
}

.dropdown-list.is-whats-on {
  background-color: #f07585;
}
.dropdown-list.is-whats-on .dropdown-list__label {
  color: #FFFFFF;
}
.dropdown-list.is-whats-on .dropdown-list__label:after {
  border-color: #FFFFFF;
}

.dropdown-list.is-online-courses {
  background-color: #908fd6;
}
.dropdown-list.is-online-courses .dropdown-list__label {
  color: #e6e6f6;
}
.dropdown-list.is-online-courses .dropdown-list__label:after {
  border-color: #e6e6f6;
}

.dropdown-list.is-workplace-wellbeing {
  background-color: #e27e4e;
}
.dropdown-list.is-workplace-wellbeing .dropdown-list__label {
  color: #fcf3ef;
}
.dropdown-list.is-workplace-wellbeing .dropdown-list__label:after {
  border-color: #fcf3ef;
}

.dropdown-list.is-outreach {
  background-color: #9bc5e4;
}
.dropdown-list.is-outreach .dropdown-list__label {
  color: #317db5;
}
.dropdown-list.is-outreach .dropdown-list__label:after {
  border-color: #317db5;
}

.dropdown-list.is-case-studies {
  background-color: #9bc5e4;
}
.dropdown-list.is-case-studies .dropdown-list__label {
  color: #317db5;
}
.dropdown-list.is-case-studies .dropdown-list__label:after {
  border-color: #317db5;
}

.dropdown-list.is-community-wellbeing {
  background-color: #9bc5e4;
}
.dropdown-list.is-community-wellbeing .dropdown-list__label {
  color: #317db5;
}
.dropdown-list.is-community-wellbeing .dropdown-list__label:after {
  border-color: #317db5;
}

.dropdown-list.is-room-hire {
  background-color: #8bb250;
}
.dropdown-list.is-room-hire .dropdown-list__label {
  color: #f1f5e9;
}
.dropdown-list.is-room-hire .dropdown-list__label:after {
  border-color: #f1f5e9;
}

.dropdown-list.is-isbourne-publishing {
  background-color: #001a4b;
}
.dropdown-list.is-isbourne-publishing .dropdown-list__label {
  color: #fff;
}
.dropdown-list.is-isbourne-publishing .dropdown-list__label:after {
  border-color: #fff;
}

.dropdown-list.is-centres-of-light {
  background-color: #ffe069;
}
.dropdown-list.is-centres-of-light .dropdown-list__label {
  color: #b56c00;
}
.dropdown-list.is-centres-of-light .dropdown-list__label:after {
  border-color: #b56c00;
}

.blog-post {
  width: 90%;
  margin: 0 auto;
}
.blog-post__featured-image {
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .blog-post {
    width: 60%;
  }
}
.blog-post__header {
  position: relative;
  background-color: #FFFFFF;
  text-align: center;
  padding: 2rem;
}
.blog-post__header h1 {
  text-transform: uppercase;
  margin: 0;
}
.blog-post__header p {
  margin: 0;
}
.blog-post__content img.size-full {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .blog-post .alignleft {
    float: left;
    margin-right: 30px;
    margin-left: -120px;
    width: auto;
    max-width: calc(50% + 120px);
  }
  .blog-post .alignright {
    float: right;
    margin-left: 30px;
    margin-right: -120px;
    width: auto;
    max-width: calc(50% + 120px);
  }
}
.blog-post .aligncenter {
  text-align: center;
}
.blog-post .wp-block-pullquote {
  background-color: #e5e5e5;
  padding: 1rem;
  font-weight: bold;
}
.blog-post .wp-block-pullquote blockquote {
  position: relative;
}
.blog-post .wp-block-pullquote blockquote::before {
  content: "“";
  left: 50%;
  padding: 0 0.857em;
  position: absolute;
  top: -0.5em;
  transform: translateX(-50%);
  font-size: 2rem;
}
.blog-post figure {
  margin: 1em 0;
}

.blog-pagination {
  margin-top: 1rem;
  text-align: center;
}

.blog-recommendations {
  margin-top: 30px;
  padding: 60px;
  background-color: #f2f2f2;
}

.blog-post--is-portrait {
  position: relative;
}
.blog-post--is-portrait .blog-post__header img {
  width: 100%;
}
.blog-post--is-portrait .blog-post__featured-image {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .blog-post--is-portrait .blog-post__featured-image {
    float: right;
    margin-right: -150px;
    margin-top: -200px;
    max-height: 650px;
    width: auto;
    padding: 0 15px 15px 15px;
  }
}
.blog-post--is-portrait .blog-post__content {
  margin-top: 30px;
}

.blog-post--is-landscape .blog-post__featured-image {
  width: calc(100% + 100px);
  margin: 0 -50px 30px -50px;
}
.blog-link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.blog-link-list > * {
  margin-right: 10px;
}

.is-brand .blog-card__category {
  color: #2b337e;
}

.is-therapists .blog-card__category {
  color: #8bcabc;
}

.is-whats-on .blog-card__category {
  color: #f07585;
}

.is-online-courses .blog-card__category {
  color: #908fd6;
}

.is-workplace-wellbeing .blog-card__category {
  color: #e27e4e;
}

.is-outreach .blog-card__category {
  color: #9bc5e4;
}

.is-case-studies .blog-card__category {
  color: #9bc5e4;
}

.is-community-wellbeing .blog-card__category {
  color: #9bc5e4;
}

.is-room-hire .blog-card__category {
  color: #8bb250;
}

.is-isbourne-publishing .blog-card__category {
  color: #001a4b;
}

.is-centres-of-light .blog-card__category {
  color: #ffe069;
}

/* Accordion styles */
.reveal {
  width: 100%;
  color: white;
  overflow: hidden;
  margin-top: 3rem;
  font-size: 80%;
}
.reveal input {
  display: none;
}
.reveal input:checked + .reveal__label::after {
  transform: rotate(90deg);
}
.reveal input:checked ~ .reveal__content {
  max-height: 100vh;
}
.reveal__label {
  display: flex;
  justify-content: space-between;
  padding: 0.75em;
  color: #2b337e;
  background: #e5e5e5;
  cursor: pointer;
}
.reveal__label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.reveal__content {
  max-height: 0;
  padding: 0 0.5em;
  color: #282828;
  transition: all 0.35s;
}

.toggle-panel__label {
  background-color: #f07585;
  padding: 7px;
  color: #FFFFFF;
  display: flex;
  cursor: pointer;
}
.toggle-panel__label span {
  flex: 10;
}
.toggle-panel__label:after {
  content: "";
  border: solid #ffffff;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  width: 3px;
  height: 3px;
  transform: rotate(45deg);
  transition: transform 0.2s;
}
.toggle-panel__content {
  display: none;
}
.toggle-panel__content h4 {
  display: none;
}
.toggle-panel__input:checked ~ .toggle-panel__content {
  display: block;
}
.toggle-panel__input:checked ~ .toggle-panel__label:after {
  transform: rotate(-135deg);
}
@media only screen and (min-width: 640px) {
  .toggle-panel--expand-lg .toggle-panel__input {
    display: none;
  }
  .toggle-panel--expand-lg .toggle-panel__label {
    display: none;
  }
  .toggle-panel--expand-lg .toggle-panel__content {
    display: block;
  }
  .toggle-panel--expand-lg .toggle-panel__content h4 {
    display: block;
  }
}

.footer {
  background-color: #2b337e;
  color: #FFFFFF;
  margin-top: 40px;
}
.footer a {
  color: #FFFFFF;
}

.footer-icon {
  display: block;
  width: 30px;
  height: 30px;
  min-width: 30px;
  border: 2px solid #e27e4e;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
@media only screen and (min-width: 640px) {
  .footer-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
.footer-icon svg {
  width: 55%;
  height: 55%;
  fill: #FFFFFF;
}

.footer-nav-wrapper {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  display: flex;
  flex-direction: column;
  margin: 15px 0;
  padding: 8px 0;
}
@media only screen and (min-width: 640px) {
  .footer-nav-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
}
.footer-nav-wrapper > * + * {
  margin-top: 25px;
}

.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.footer-nav--primary {
  font-size: 90%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .footer-nav--primary {
    margin-bottom: 0;
  }
}
.footer-nav--secondary {
  font-size: 75%;
}
.footer-nav li {
  display: inline-block;
  line-height: 160%;
}
.footer-nav li:not(:last-child):after {
  display: inline-block;
  content: "|";
  padding: 0 5px;
}
@media only screen and (min-width: 1024px) {
  .footer-nav {
    text-align: left;
  }
}

.newsletter-signup {
  margin-top: 2rem;
}

.footer-signup .mc-form {
  width: 100%;
  margin-top: 3rem;
}
@media only screen and (min-width: 1024px) {
  .footer-signup .mc-form {
    width: 55%;
  }
}

.mc-form {
  text-align: center;
  margin: 0 auto;
}
.mc-form h5 {
  font-size: 1.1rem;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  color: #2b337e;
}
.mc-form p {
  font-size: 0.9em;
}
.mc-form__inputs {
  display: flex;
}
.mc-form__inputs input {
  margin: 0;
  line-height: 15px;
}
.mc-form__inputs input[type=submit] {
  margin-left: 10px;
  line-height: 15px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: #2b337e;
}
.mc-form__options {
  display: none;
}
.mc-form__response {
  margin-top: 0.5rem;
}

.footer-copyright p {
  text-align: center;
  font-size: 75%;
}

.footer-wrapper {
  padding: 30px 0 15px 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .footer-wrapper {
    flex-direction: row;
  }
}
.footer-wrapper .sm-icon-group {
  align-self: center;
  order: 3;
}
.footer-wrapper > * + * {
  margin-top: 10px;
}
.footer-wrapper__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  font-size: 1.5rem;
  flex: 1 0 auto;
  margin: 0;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .footer-wrapper__title {
    text-align: left;
    align-self: flex-end;
  }
}
.footer-wrapper__column {
  text-align: center;
}
.footer-wrapper__column:first-of-type {
  order: 3;
}
@media only screen and (min-width: 768px) {
  .footer-wrapper__column:first-of-type {
    order: 0;
  }
}
.footer-wrapper__column--bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.footer-wrapper__column p {
  margin-bottom: 0;
}
.footer-wrapper__column > * + * {
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .footer-wrapper__column {
    text-align: left;
    padding-left: 30px;
  }
}
.footer-wrapper--center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-signoff {
  font-size: 60%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer-signoff {
    text-align: left;
  }
}

.footer-social {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.grecaptcha-badge {
  visibility: hidden;
}

.header {
  padding: 10px 0;
}
@media only screen and (min-width: 640px) {
  .header .inner {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.header input[type=text] {
  padding: 5px;
  margin-bottom: 0;
}
.header .button {
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px;
  vertical-align: middle;
}
@media only screen and (min-width: 480px) {
  .header .button {
    padding: 7px;
  }
}

@media only screen and (min-width: 640px) {
  .header__wrapper {
    text-align: right;
    width: calc(100% - 250px);
  }
}

@media only screen and (min-width: 1024px) {
  .header__navigation {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .header__navigation .navigation-secondary {
    margin-right: 20px;
  }
}

.form--sidebar .button {
  margin: 7px 0;
}

.checkbox-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
  display: grid;
  grid-template-columns: repeat(2, auto);
}
.checkbox-list__item {
  padding-bottom: 0.2rem;
}

.checkbox-wrap {
  display: flex;
  margin-bottom: 0.3rem;
}
.checkbox-wrap__label {
  margin-bottom: 0;
  padding-left: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.key-content {
  margin-top: 10px;
}

.inner {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
.inner--no-padding {
  padding: 0;
}
.inner--narrow {
  width: 900px;
}
@media only screen and (min-width: 1248px) {
  .inner {
    padding: 0;
  }
  .inner--wide {
    max-width: 1450px;
  }
}

.page-banner {
  padding: 2rem;
  background-color: #2b337e;
  color: white;
}

.content-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -moz-flex;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .content-wrapper {
    flex-direction: row;
  }
}
.content-wrapper .hidden_sidebar {
  box-shadow: 7px 0 7px -2px rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  height: 100vh;
  position: fixed;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  background-color: white;
  z-index: 10;
  padding: 20px;
  border-right: 1px solid #e5e5e5;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}
.content-wrapper .hidden_sidebar.active {
  opacity: 1;
  visibility: visible;
}

.main-content {
  width: 100%;
}
.main-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.content-header {
  margin-bottom: 30px;
  display: flex;
}
.content-header--split {
  justify-content: space-between;
}
.content-header .right {
  align-self: flex-end;
}

.sidebar {
  width: 100%;
  order: -1;
}
@media only screen and (min-width: 640px) {
  .sidebar {
    width: 250px;
    max-width: 100%;
    order: 2;
    margin-left: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .sidebar {
    width: 300px;
  }
}
.sidebar__buttons {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.sidebar h3 {
  margin: 1rem 0 0.5rem 0;
  font-size: 100%;
}

.sidebar--no-reorder .sidebar {
  order: 2;
  margin-top: 3rem;
}
@media only screen and (min-width: 1024px) {
  .sidebar--no-reorder .sidebar {
    margin-top: 0;
  }
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.relative {
  position: relative;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.wysiwyg--has-top-band:before {
  display: block;
  width: 15%;
  content: "";
  border-bottom: 3px solid #f39e1f;
  margin: 2rem 0 2rem 0;
}
.wysiwyg > ul {
  margin: 0 0 2rem 0;
}
.wysiwyg > ul li {
  margin-bottom: 0.5rem;
  line-height: 140%;
}
.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  margin: 2rem 0 0 0;
  text-transform: none;
}
.wysiwyg hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
.wysiwyg hr.hr-mini {
  width: 400px;
  max-width: 100%;
}

/*@import
    'layout/home_overrides';*/
