/**
* Main Stylesheet
*/
/**
* External Stylesheets - External stylesheets used by plugins (e.g. Slick Slider theme styles)
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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 */
  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;
}

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

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/**
* Settings - Global Variables & Config Switches (e.g. colour variables)
*/
/**
* Tools - Default mixins and Functions
*/
/**
* Sass Mixin for Fluid Typography
*/
/**
* Example Usage - @include fluid-type(font-size, 320px, 1000px, 32px, 45px);
*
* First declare the CSS property (in this case the font-size), then declare the minimum screen width (320px),
* the 3rd property is the maximum screen width (in this case 1000px). The last two values are the minimum and maximum
* font-sizes that the typography should scale between.
*/
/**
* Generic - Ground Zero Styles (e.g. resets & box-sizing)
*/
/**
* Site Elements Box Sizing
*/
*::before, *::after {
  box-sizing: border-box;
}

/**
* Hide Elements but Display for Screen Readers
*/
.hidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

/**
* Base - Un classed HTML Elements (CSS styles for core HTML5 Elements - header, nav, section, footer etc)
*/
/**
* Global (Site Wide) Styles
*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

* {
  box-sizing: inherit;
}

*::before, *::after {
  box-sizing: inherit;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  left: 0;
  min-height: 100vh;
  min-width: 320px;
  margin: 0;
  padding: 0;
}

.content {
  flex-grow: 1;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  border: 0;
}

.svg-sprite {
  display: none;
}

svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  margin: 0;
  padding: 0;
}

/**
* Base Typography Styles
*/
body {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
}

/**
* Headings
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  letter-spacing: -0.04em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

h1 {
  font-weight: 300;
}

h1 {
  font-size: 32px;
}

@media screen and (min-width: 320px) {
  h1 {
    font-size: calc(32px + 28 * (100vw - 320px) / 680);
  }
}

@media screen and (min-width: 1000px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-weight: 300;
}

h2 {
  font-size: 26px;
}

@media screen and (min-width: 320px) {
  h2 {
    font-size: calc(26px + 10 * (100vw - 320px) / 680);
  }
}

@media screen and (min-width: 1000px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 3rem;
  font-weight: 300;
}

h4 {
  font-size: 2.4rem;
  font-weight: 700;
}

h5 {
  font-size: 1.8rem;
  font-weight: 700;
}

h6 {
  font-size: 1.8rem;
}

/**
* Text Elements
*/
p {
  margin: 0 0 40px;
  line-height: 1.7;
}

p {
  font-size: 14px;
}

@media screen and (min-width: 320px) {
  p {
    font-size: calc(14px + 2 * (100vw - 320px) / 448);
  }
}

@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
  }
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

address {
  font-style: italic;
}

.lined-heading {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

.lined-heading::after {
  content: '';
  display: block;
  flex-grow: 1;
  height: 1px;
  width: 5px;
  margin-left: 0.5em;
  margin-top: 0.2em;
  background: #f4a427;
}

.medium-title {
  font-size: 3.2rem;
  margin-bottom: 30px;
}

/**
* Base Anchor Tag Styles
*/
a {
  color: inherit;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}

a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
}

a:focus {
  outline: #000;
}

p a {
  font-weight: 700;
  text-decoration: none;
}

p a:hover {
  text-decoration: underline;
}

.latest-news__item-title, .latest-news__more-link {
  font-weight: bold;
  text-decoration: none;
}

.latest-news__item-title:hover, .latest-news__more-link:hover {
  color: #062b78;
}

.icon-link {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  background: none;
  border: 0;
  padding: 0;
  margin-right: 40px;
  box-shadow: none;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  text-align: left;
  line-height: 1.4;
}

.icon-link:active, .icon-link:focus {
  outline: none;
}

.icon-link:hover {
  color: #062b78;
}

.icon-link.icon-link--selected {
  font-weight: bold;
  letter-spacing: -1px;
}

.icon-link.icon-link--large {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: -1px;
}

.icon-link:last-child {
  margin-right: 0;
}

.icon-link__icon {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin: 1px 8px 0 0;
  padding: 0;
  fill: #666;
}

.icon-link:hover .icon-link__icon, .icon-link--selected .icon-link__icon {
  fill: #f4a427;
}

.icon-link__icon--large {
  width: 1.5em;
  height: 1.5em;
}

.icon-link__icon--black {
  fill: #000;
}

.icon-link__text {
  display: inline-block;
}

/**
* Base Blockquote Styles
*/
blockquote {
  padding: 30px 0;
  line-height: 1.6;
  text-align: left;
  font-family: "Open Sans", sans-serif;
}

blockquote {
  font-size: 24px;
}

@media screen and (min-width: 320px) {
  blockquote {
    font-size: calc(24px + 8 * (100vw - 320px) / 680);
  }
}

@media screen and (min-width: 1000px) {
  blockquote {
    font-size: 32px;
  }
}

blockquote::before {
  content: '\201C';
  display: block;
  margin: 0 auto 40px;
  height: 0.5em;
  width: auto;
  font-size: 3em;
  background-size: 100%;
  font-family: "Open Sans", sans-serif;
}

blockquote footer {
  display: block;
  margin-top: 30px;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  text-align: left;
}

blockquote footer::before {
  content: '';
  display: block;
  margin: 0 auto 25px 0;
  height: 2px;
  width: 30px;
  background-color: currentColor;
}

.boxed-quote {
  margin-left: 0;
  margin-right: 0;
  padding: 30px 20px;
  background: #666;
  color: #fff;
  text-align: center;
  max-width: 500px;
  font-style: italic;
  font-size: 2.4rem;
}

.boxed-quote::before {
  display: none;
}

.boxed-quote--transparent {
  background: rgba(0, 0, 0, 0.33);
  border: 1px solid rgba(255, 255, 255, 0.33);
}

.boxed-quote__text {
  margin-bottom: 20px;
  font-weight: 100;
  font-size: 2rem;
  line-height: 1.3;
}

@media (min-width: 960px) {
  .boxed-quote__text {
    font-size: 2.4rem;
  }
}

.boxed-quote__text::after {
  content: close-quote;
}

.boxed-quote__text::before {
  content: open-quote;
}

.boxed-quote__author {
  margin-top: 0;
  text-align: center;
  font-size: 1.8rem;
}

.boxed-quote__author::before {
  display: none;
}

/**
* Base Unordered & Ordered List Styles
*/
ul,
ol {
  margin: calc(40px * 1.5) 0 calc(40px * 2) 40px;
  padding: 0;
}

ul li,
ol li {
  margin-bottom: 15px;
  list-style-position: outside;
  list-style-type: none;
  line-height: 1.4;
}

ul li::before,
ol li::before {
  content: '';
  float: left;
  margin-left: -20px;
}

@media (min-width: 768px) {
  ul,
  ol {
    margin-left: 80px;
  }
}

ul li::before {
  float: left;
  height: 0.6em;
  width: 0.6em;
  margin-left: -20px;
  margin-top: 0.4em;
  background: #fec81e;
  border-radius: 50%;
}

.footer-links__list, .footer-logos, .pagination__list, .column-list, .latest-news__list, .listing-panels__list, .grid-list, .content-links {
  margin-left: 0;
  margin-top: 0;
}

.footer-links__list li, .footer-logos li, .pagination__list li, .column-list li, .latest-news__list li, .listing-panels__list li, .grid-list li, .content-links li {
  list-style: none;
}

.footer-links__list li::before, .footer-logos li::before, .pagination__list li::before, .column-list li::before, .latest-news__list li::before, .listing-panels__list li::before, .grid-list li::before, .content-links li::before {
  display: none;
}

.footer-links__list li, .footer-logos li, .pagination__list li {
  display: inline-block;
  margin-bottom: 0;
}

.footer-links__list li:last-child, .footer-logos li:last-child, .pagination__list li:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .column-list {
    columns: auto 2;
  }
  .column-list li {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/**
* Base Table Styles
*/
table {
  width: 100%;
  margin-bottom: calc(40px * 1.5);
  background: #f3f3f3;
  border-spacing: 0;
  font-family: "Open Sans", sans-serif;
}

table img {
  display: inline-block;
  float: none;
  margin: auto;
}

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

th, td {
  width: auto;
  padding: 12px 12px;
  border: 0;
  font-size: 1.5rem;
}

@media (min-width: 620px) {
  th, td {
    font-size: 1.4rem;
  }
}

@media (min-width: 960px) {
  th, td {
    font-size: 1.5rem;
  }
}

@media (min-width: 1250px) {
  th, td {
    font-size: 1.6rem;
  }
}

th {
  display: none;
}

@media (min-width: 620px) {
  th {
    display: table-cell;
    padding: 16px 12px;
    text-align: left;
    font-style: italic;
  }
}

td {
  display: block;
  width: 100%;
}

td:last-child {
  border-bottom: 0;
}

td .mobile-title {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

@media (min-width: 450px) {
  td {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  td .mobile-title {
    display: block;
    width: 50%;
    padding-right: 10px;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

@media (min-width: 620px) {
  td {
    display: table-cell;
    width: initial;
  }
  td .mobile-title {
    display: none;
  }
}

tbody tr {
  display: block;
  padding: 12px 6px;
}

@media (min-width: 620px) {
  tbody tr {
    display: table-row;
    padding: 0;
  }
}

tbody tr:nth-child(odd) {
  background: #e6e6e6;
}

/**
* Base Form Element Styles
*/
form {
  margin: 20px 0 calc(40px * 2);
  padding: 0;
  background: #fff;
  border-radius: 0;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  form {
    padding: 40px;
    font-size: 1.8rem;
  }
}

fieldset {
  margin: 0 0 40px 0;
  padding: 0;
  border: 0;
}

label, legend {
  display: block;
  margin-bottom: 10px;
  font-size: inherit;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000;
}

input,
textarea,
select {
  margin-bottom: 20px;
  padding: 15px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  outline: 0;
  box-sizing: border-box;
  color: #000;
  font-size: inherit;
  line-height: 1;
}

@media (min-width: 620px) {
  input,
  textarea,
  select {
    margin-bottom: 20px;
  }
}

input + .error__message,
textarea + .error__message,
select + .error__message {
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  input + .error__message,
  textarea + .error__message,
  select + .error__message {
    margin-top: -20px;
  }
}

input[type='search'] {
  box-sizing: border-box;
}

textarea {
  min-height: 150px;
  border-radius: 20px;
}

input[type='text']:active, input[type='text']:focus,
input[type='password']:active,
input[type='password']:focus,
input[type='email']:active,
input[type='email']:focus,
textarea:active,
textarea:focus {
  border-color: #062b78;
  outline: #062b78;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 60px;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) calc(50% + 2px);
  background-image: url("/assets/images/svg/down-arrow.svg");
  background-size: 15px 15px;
  background-color: #fff;
  cursor: pointer;
}

::-ms-expand {
  display: none;
}

input[type='checkbox'] {
  position: absolute;
  width: auto;
  opacity: 0;
  margin-bottom: 10px;
}

input[type='checkbox'] + label, input[type='checkbox'] + input[type='hidden'] + label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
  margin: 0 30px 10px 0;
  cursor: pointer;
  line-height: 1.5;
  user-select: none;
}

input[type='checkbox'] + label::before, input[type='checkbox'] + input[type='hidden'] + label::before {
  content: ' ';
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
  vertical-align: middle;
  margin-right: 10px;
  height: 25px;
  width: 25px;
  background: transparent;
  border-radius: 0;
  border: 2px solid #fec81e;
}

input[type='checkbox'] + label::after, input[type='checkbox'] + input[type='hidden'] + label::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  display: block;
  height: 16px;
  width: 16px;
  transform: scale(0);
  opacity: 0;
}

.no-cssmask input[type='checkbox'] + label::after, .no-cssmask input[type='checkbox'] + input[type='hidden'] + label::after {
  background-image: url("/assets/images/svg/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.cssmask input[type='checkbox'] + label::after, .cssmask input[type='checkbox'] + input[type='hidden'] + label::after {
  mask-image: url("/assets/images/svg/check.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 20px;
  background-color: #fec81e;
}

input[type='checkbox']:checked + label::after, input[type='checkbox']:checked + input[type='hidden'] + label::after {
  transform: scale(1);
  opacity: 1;
}

.radio, .boxed-radio {
  display: block;
  margin: 0 30px 10px 0;
}

.radio span, .boxed-radio span {
  display: block;
  margin-bottom: 0;
  cursor: pointer;
  user-select: none;
}

.radio span::before, .boxed-radio span::before {
  content: '';
  position: relative;
  top: 2.5px;
  display: inline-block;
  margin-right: 10px;
  height: 25px;
  width: 25px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #aaa;
  box-shadow: inset 0 0 0 4px #f3f3f3;
  vertical-align: -0.25em;
}

.radio input[type='radio'], .boxed-radio input[type='radio'] {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.radio input[type='radio']:checked + span::before, .boxed-radio input[type='radio']:checked + span::before {
  border-color: #fec81e;
  background: #fec81e;
}

input[type='submit'],
button[type='submit'] {
  clear: both;
}

.error__label {
  color: #f00;
}

.error__input {
  border-color: #f00;
}

.error__message {
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  color: #f00;
}

@media (min-width: 768px) {
  .error__message {
    font-size: 1.4rem;
  }
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

@media (min-width: 870px) {
  .input__half-width {
    float: left;
    width: 48.5%;
  }
  .input__half-width:nth-child(odd) {
    margin-right: 3%;
  }
}

.boxed-radio {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.boxed-radio span {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.boxed-radio span::before {
  display: none;
}

.boxed-radio.active span {
  background: #fec81e;
}

.grey-select {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.required-field::after {
  content: '*';
  margin-left: 5px;
}

.narrow-input {
  width: 100px;
}

.opt-out-checkbox, .event-booking-checkbox {
  padding-bottom: 25px;
}

/**
* Base Button Styles
*/
.btn {
  display: inline-block;
  min-width: 180px;
  margin: 0 0 10px 0;
  padding: 15px;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: color 50ms linear, background-color 50ms linear;
}

.btn:hover {
  text-decoration: none;
}

.btn:hover, .btn:focus, .btn:active, .btn:visited {
  outline: none;
}

.btn--primary {
  background-color: #000;
  color: #fff;
}

.btn--primary:hover {
  background-color: #1a1919;
  color: #fff;
}

.btn--secondary {
  background-color: #fff;
  color: #fec81e;
  border: 1px solid #fec81e;
}

.btn--secondary:hover {
  background-color: #fff;
  color: #222;
}

.btn--tertiary {
  background-color: #000;
  color: #fff;
}

.btn--tertiary:hover {
  background-color: #fec81e;
  color: #000;
}

.btn--inline {
  display: inline-block;
  margin: auto;
  width: auto;
}

.main-nav__item-link, .secondary-nav__item-link, .tertiary-nav__item-link, .footer-links__item-link, .login__close {
  background: none;
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
  cursor: pointer;
  color: inherit;
}

.main-nav__item-link:active, .secondary-nav__item-link:active, .tertiary-nav__item-link:active, .footer-links__item-link:active, .login__close:active, .main-nav__item-link:focus, .secondary-nav__item-link:focus, .tertiary-nav__item-link:focus, .footer-links__item-link:focus, .login__close:focus {
  outline: none;
}

/**
* Objects - Cosmetic-Free Design Patterns (e.g. structure layout)
*/
.outer, .home-hero {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}

.inner, .site-header__inner, .site-footer__inner, .site-search__inner, .login__inner, .dashboard-header__inner {
  display: block;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 870px) {
  .inner, .site-header__inner, .site-footer__inner, .site-search__inner, .login__inner, .dashboard-header__inner {
    padding: 0 20px;
  }
}

.columns {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}

.columns__two-thirds {
  flex-grow: 0.666;
  flex-shrink: 0.666;
}

.columns__half {
  flex-grow: 0.5;
  flex-shrink: 0.5;
}

.columns__one-third {
  flex-grow: 0.333;
  flex-shrink: 0.333;
}

.columns__quarter {
  flex-grow: 0.25;
  flex-shrink: 0.25;
}

.video-container {
  position: relative;
  margin: 40px 0;
  padding-bottom: 56.25%;
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.panel {
  display: block;
  padding-bottom: 30px;
}

.panel:first-child {
  padding-top: 30px;
}

@media (min-width: 870px) {
  .panel {
    padding-bottom: 60px;
  }
  .panel:first-child {
    padding-top: 60px;
  }
}

.panel--no-top-margin {
  margin-top: 0;
}

.panel--no-top-margin:first-child {
  padding-top: 0;
}

/**
* Components - Designed Components and Chunks of UI (e.g. tabs, accordions and hero blocks)
*/
body {
  transition: padding 300ms ease;
}

body.nav-active {
  overflow: hidden;
}

@media (min-width: 870px) {
  body.nav-active {
    overflow: auto;
  }
}

body.site-search-active {
  overflow: hidden;
  padding-top: 100px;
}

@media (min-width: 870px) {
  body.site-search-active {
    overflow: auto;
  }
}

@media (min-width: 870px) {
  body.site-search-active {
    padding-top: 141px;
  }
}

.site-header {
  position: relative;
  height: 107px;
  background: #222;
  border-bottom: 7px solid #f4a427;
  color: #fff;
  overflow: hidden;
  transition: height 400ms ease;
}

.nav-active .site-header {
  height: 100vh;
}

@media (min-width: 620px) {
  .site-header {
    height: 135px;
  }
}

@media (min-width: 870px) {
  .site-header {
    display: block;
    height: 145px;
  }
  .nav-active .site-header {
    height: 135px;
  }
}

.site-header__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}

.site-header__logo {
  display: block;
  padding-left: 20px;
  order: 1;
  width: 50%;
  margin: 30px 0;
}

@media (min-width: 870px) {
  .site-header__logo {
    position: absolute;
    width: auto;
    left: 20px;
    top: 34px;
    margin: 0;
    padding-left: 0;
  }
}

.site-header__actions {
  order: 2;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  align-self: stretch;
  width: 50%;
  padding-right: 20px;
}

@media (min-width: 870px) {
  .site-header__actions {
    position: absolute;
    top: 0;
    right: 5px;
    width: auto;
    padding-right: 0;
    align-items: stretch;
  }
}

.main-nav {
  width: 100%;
  order: 3;
  transform: scaleY(0);
  transition: transform 400ms ease;
  transform-origin: bottom center;
  border-top: 7px solid #f4a427;
}

.nav-active .main-nav {
  transform: scaleY(1);
}

@media (min-width: 870px) {
  .main-nav {
    position: absolute;
    top: 78px;
    right: 5px;
    width: auto;
    transform: none;
    border: 0;
  }
}

.secondary-nav {
  width: 100%;
  order: 4;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 400ms ease, opacity 400ms ease;
  transition-delay: 0ms;
}

.nav-active .secondary-nav {
  opacity: 1;
  transform: scaleY(1);
  transition: opacity 400ms ease;
  transition-delay: 400ms;
}

@media (min-width: 870px) {
  .secondary-nav {
    position: absolute;
    top: 28px;
    right: 230px;
    width: auto;
    opacity: 1;
    transform: none;
  }
}

.logo {
  display: block;
  width: 80px;
  height: 40px;
  fill: #fff;
}

@media (min-width: 620px) {
  .logo {
    width: 150px;
    height: 75px;
  }
}

.logo--dark {
  fill: #222;
}

.search-toggle {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  border: 0;
  padding: 10px;
  background: #666;
  line-height: 1;
  margin-right: 10px;
}

.search-toggle:hover {
  cursor: pointer;
}

.search-toggle:hover svg {
  fill: #f4a427;
}

.site-search-active .search-toggle:hover svg {
  fill: #fff;
}

@media (min-width: 870px) {
  .search-toggle {
    width: auto;
    height: auto;
    padding: 15px;
  }
}

.site-search-active .search-toggle {
  background: #f4a427;
}

.search-toggle__icon {
  width: 30px;
  height: 30px;
  fill: #fff;
}

@media (min-width: 870px) {
  .search-toggle__icon {
    margin: 0 auto 8px;
  }
}

@media (min-width: 870px) {
  .search-toggle__icon {
    width: 20px;
    height: 20px;
  }
}

.search-toggle__icon--open {
  display: block;
}

.site-search-active .search-toggle__icon--open {
  display: none;
}

.search-toggle__icon--close {
  display: none;
}

.site-search-active .search-toggle__icon--close {
  display: block;
}

.search-toggle__text {
  display: none;
}

@media (min-width: 870px) {
  .search-toggle__text {
    display: block;
    font-size: 1.4rem;
    color: #fff;
  }
}

.login-button {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  border: 0;
  padding: 10px;
  background: #666;
  line-height: 1;
  margin-right: 10px;
  text-align: center;
  text-decoration: none;
}

.login-button:hover {
  cursor: pointer;
}

.login-button:hover svg {
  fill: #f4a427;
}

.false .login-button:hover svg {
  fill: #fff;
}

@media (min-width: 870px) {
  .login-button {
    width: auto;
    height: auto;
    padding: 15px;
  }
}

.false .login-button {
  background: #f4a427;
}

.login-button__icon {
  width: 30px;
  height: 30px;
  fill: #fff;
}

@media (min-width: 870px) {
  .login-button__icon {
    margin: 0 auto 8px;
  }
}

@media (min-width: 870px) {
  .login-button__icon {
    width: 20px;
    height: 20px;
  }
}

.login-button__icon--open {
  display: block;
}

.false .login-button__icon--open {
  display: none;
}

.login-button__icon--close {
  display: none;
}

.false .login-button__icon--close {
  display: block;
}

.login-button__text {
  display: none;
}

@media (min-width: 870px) {
  .login-button__text {
    display: block;
    font-size: 1.4rem;
    color: #fff;
  }
}

.login-button--active {
  background: #f4a427;
}

.login-button--active:hover .login-button__icon {
  fill: #222;
}

.login-button__icon--active {
  fill: #222;
}

.login-button__text--active {
  color: #222;
}

.site-footer {
  background: #222;
  color: #fff;
}

.site-footer__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 960px) {
  .site-footer__inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}

.site-footer__left {
  flex-grow: 0;
  margin-bottom: 20px;
}

@media (min-width: 960px) {
  .site-footer__left {
    margin-bottom: 0;
  }
}

.site-footer__center {
  flex-grow: 1;
  margin-bottom: 20px;
}

@media (min-width: 960px) {
  .site-footer__center {
    margin-bottom: 0;
    padding-right: 30px;
    border-right: 1px solid #fff;
  }
}

.site-footer__right {
  flex-grow: 0;
  margin-bottom: 20px;
}

@media (min-width: 960px) {
  .site-footer__right {
    margin-bottom: 0;
    margin-left: 30px;
  }
}

.footer-links {
  margin-right: 15px;
}

.footer-links__list {
  margin-bottom: 0;
}

.footer-links__link {
  font-weight: 600;
  text-decoration: none;
}

.footer-links__link:hover {
  text-decoration: underline;
}

.copyright {
  display: block;
  margin: 0;
}

.footer-logos {
  margin-bottom: 0;
}

.footer-logos__item {
  display: block;
  margin: 0 20px 0 0;
}

.footer-logos__link {
  display: block;
}

.footer-logos__image {
  display: block;
  margin: 0;
  padding: 0;
}

.main-nav__list, .secondary-nav__list, .tertiary-nav__list, .footer-links__list {
  display: block;
  margin: 0;
  padding: 0;
}

.main-nav__item, .secondary-nav__item, .tertiary-nav__item, .footer-links__item {
  display: block;
  padding: 0;
  margin: 0;
}

.main-nav__item::before, .secondary-nav__item::before, .tertiary-nav__item::before, .footer-links__item::before {
  display: none;
}

@media (min-width: 870px) {
  .main-nav__item, .secondary-nav__item, .tertiary-nav__item, .footer-links__item {
    display: inline-block;
    margin-right: 20px;
  }
  .main-nav__item:last-child, .secondary-nav__item:last-child, .tertiary-nav__item:last-child, .footer-links__item:last-child {
    margin-right: 0;
  }
}

.main-nav__item-link, .secondary-nav__item-link, .tertiary-nav__item-link, .footer-links__item-link {
  display: block;
  padding: 10px;
}

.nav-toggle {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  border: 0;
  padding: 10px;
  background: #666;
  line-height: 1;
  background: #666;
  border: 0;
  padding: 10px;
}

.nav-toggle:hover {
  cursor: pointer;
}

.nav-toggle:hover svg {
  fill: #f4a427;
}

.nav-active .nav-toggle:hover svg {
  fill: #fff;
}

@media (min-width: 870px) {
  .nav-toggle {
    width: auto;
    height: auto;
    padding: 15px;
  }
}

.nav-active .nav-toggle {
  background: #f4a427;
}

.nav-toggle__icon {
  width: 30px;
  height: 30px;
  fill: #fff;
}

@media (min-width: 870px) {
  .nav-toggle__icon {
    margin: 0 auto 8px;
  }
}

@media (min-width: 870px) {
  .nav-toggle__icon {
    width: 20px;
    height: 20px;
  }
}

.nav-toggle__icon--open {
  display: block;
}

.nav-active .nav-toggle__icon--open {
  display: none;
}

.nav-toggle__icon--close {
  display: none;
}

.nav-active .nav-toggle__icon--close {
  display: block;
}

.nav-toggle__text {
  display: none;
}

@media (min-width: 870px) {
  .nav-toggle__text {
    display: block;
    font-size: 1.4rem;
    color: #fff;
  }
}

.nav-active .nav-toggle {
  background: #f4a427;
}

@media (min-width: 870px) {
  .nav-toggle {
    display: none;
  }
}

.nav-toggle__icon {
  fill: #fff;
}

.main-nav__list {
  margin-bottom: 20px;
}

@media (min-width: 870px) {
  .main-nav__list {
    margin-bottom: 0;
  }
}

.main-nav__item {
  border-bottom: 1px solid #666;
}

@media (min-width: 870px) {
  .main-nav__item {
    margin-right: 5px;
    border: 0;
  }
}

@media (min-width: 1120px) {
  .main-nav__item {
    margin-right: 10px;
  }
}

.main-nav__item-link {
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
}

.main-nav__item-link:hover {
  color: #f4a427;
}

@media (min-width: 870px) {
  .main-nav__item-link {
    font-size: 2rem;
  }
}

@media (min-width: 960px) {
  .main-nav__item-link {
    font-size: 2.4rem;
  }
}

.main-nav__item-link.active {
  color: #f4a427;
}

@media (min-width: 870px) {
  .secondary-nav__item {
    margin-right: 5px;
  }
}

@media (min-width: 1120px) {
  .secondary-nav__item {
    margin-right: 10px;
  }
}

.secondary-nav__item-link {
  text-decoration: none;
}

.secondary-nav__item-link:hover {
  color: #f4a427;
}

@media (min-width: 870px) {
  .secondary-nav__item-link {
    font-size: 1.4rem;
  }
}

@media (min-width: 960px) {
  .secondary-nav__item-link {
    font-size: 1.8rem;
  }
}

.secondary-nav__item-link.active {
  color: #f4a427;
}

.tertiary-nav {
  display: none;
  margin: 15px 0 0;
  background: #f3f3f3;
}

@media (min-width: 768px) {
  .tertiary-nav {
    display: block;
    margin: 30px 0 0;
  }
}

.tertiary-nav__list {
  text-align: left;
}

@media (min-width: 960px) {
  .tertiary-nav__list {
    text-align: center;
  }
}

.tertiary-nav__item {
  display: inline-block;
}

.tertiary-nav__item-link {
  display: inline-block;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 960px) {
  .tertiary-nav__item-link {
    font-size: 1.4rem;
    padding: 30px;
  }
}

.tertiary-nav__item-link:hover {
  color: #062b78;
}

.tertiary-nav__item-link.current {
  font-weight: 700;
}

.tertiary-nav__item-link.current::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-right: 8px;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #f4a427;
  vertical-align: middle;
}

.parent-link {
  display: block;
  margin: 15px 0;
}

@media (min-width: 768px) {
  .parent-link {
    margin: 30px 0;
  }
}

.parent-link__inner {
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.parent-link__inner::before {
  content: '<';
}

.parent-link__inner:hover {
  color: #062b78;
}

.site-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 25px 0 30px;
  background: #2f2f2f;
  border-bottom: 1px solid #666;
  border-radius: 0;
  transform: translate3d(0, -100%, 0);
  transition: transform 300ms ease;
}

.site-search-active .site-search {
  transform: translate3d(0, 0, 0);
}

@media (min-width: 870px) {
  .site-search {
    height: 141px;
  }
}

.site-search__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.site-search__label {
  display: none;
  margin: 0 0 15px 0;
  width: 100%;
  line-height: 1;
  color: #fff;
}

@media (min-width: 870px) {
  .site-search__label {
    display: inline-block;
  }
}

.search-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-grow: 1;
  margin-right: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #ddd;
}

.search-box__input {
  flex-grow: 1;
  margin: 0;
  padding: 10px 20px;
  background: none;
  border: 0;
}

.search-box__submit {
  display: block;
  width: auto;
  height: 48px;
  padding: 10px;
  flex-grow: 0;
  background: none;
  border: 0;
  box-shadow: none;
  line-height: 1;
  cursor: pointer;
}

.search-box__submit-icon {
  width: 25px;
  height: 25px;
  fill: #666;
}

.search-results__alert {
  display: block;
  font-size: 5rem;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: 300;
}

.search-results__list {
  margin: 0;
}

.search-results__list-item:before {
  display: none;
}

.login {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f4a427;
  overflow: auto;
}

.login__inner {
  position: relative;
  z-index: 10;
}

.login__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px 0;
}

.login__content {
  max-width: 540px;
  margin: 0 auto;
}

.login__close-icon {
  width: 25px;
  height: 25px;
  fill: #222;
}

.login__title {
  margin-bottom: 20px;
  font-size: 4rem;
  text-align: center;
}

.login__text {
  text-align: center;
}

.login-form {
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  background: none;
}

.login-form input {
  border: 0;
}

.login__background {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  fill: white;
  z-index: 10;
}

.logout-form {
  display: inline;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: none;
  font-size: inherit;
}

.login-error {
  display: block;
  padding: 15px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background: #f00;
}

.field-validation-error {
  display: block;
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 15px;
  color: #fff;
  font-size: 1.4rem;
  background: #f00;
}

.home-hero {
  position: relative;
  display: block;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  color: #fff;
}

@media (min-width: 960px) {
  .home-hero {
    display: flex;
  }
}

.home-hero__left {
  display: block;
  flex-grow: 1;
  flex-basis: 55%;
  flex-direction: row;
  justify-content: flex-end;
  background-size: cover;
  box-shadow: inset 0 -3px 1px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 960px) {
  .home-hero__left {
    display: flex;
  }
}

.home-hero__left-inner {
  flex-basis: 100%;
  flex-shrink: 1;
}

.home-hero__right {
  display: block;
  flex-grow: 1;
  flex-basis: 45%;
  flex-direction: row;
  justify-content: flex-start;
  background-image: url("/assets/images/structure/home-hero-right.png");
  background-position: 220px 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #ddd;
}

@media (min-width: 960px) {
  .home-hero__right {
    display: flex;
    background-position: 205px 100%;
    background-size: 100% auto;
  }
}

.home-hero__right-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-basis: calc(1260px * 0.45);
  flex-shrink: 1;
}

.hero-banner {
  padding: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 960px) {
  .hero-banner {
    padding: 57px 30px;
  }
}

.hero-banner__title {
  font-size: 4rem;
}

@media (min-width: 960px) {
  .hero-banner__title {
    font-size: 4.8rem;
  }
}

.hero-banner__summary {
  font-size: 1.8rem;
}

.latest-news {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-grow: 1;
  padding: 30px;
  color: #000;
}

@media (min-width: 960px) {
  .latest-news {
    padding: 50px 20px 20px 60px;
  }
}

.latest-news__title {
  align-self: stretch;
  flex-grow: 0;
  margin-bottom: 40px;
  font-size: 3.6rem;
}

.latest-news__list {
  flex-grow: 1;
  margin-bottom: 0;
}

.latest-news__item {
  margin-bottom: 40px;
}

.latest-news__item-link {
  display: block;
  text-decoration: none;
}

.latest-news__item-link:hover .latest-news__item-title {
  color: #062b78;
}

.latest-news__item-date {
  display: block;
  margin-bottom: 20px;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.latest-news__item-title {
  font-size: 2.4rem;
}

.latest-news__item-text {
  margin-bottom: 0;
}

.latest-news__more-link {
  flex-grow: 0;
  font-size: 2rem;
  letter-spacing: -0.05em;
  line-height: 1;
}

.feature-blocks {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.feature-blocks__item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .feature-blocks__item {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 15px);
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .feature-blocks__item:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media (min-width: 960px) {
  .feature-blocks__item {
    flex-basis: calc(33.333% - 20px);
  }
  .feature-blocks__item:nth-child(2n+2) {
    margin-right: 30px;
  }
  .feature-blocks__item:nth-child(3n+3) {
    margin-right: 0;
  }
}

.feature-blocks__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 100%;
  text-decoration: none;
  padding: 20px;
  color: #fff;
  background: #222;
  transition: background 200ms ease, color 200ms ease;
}

.feature-blocks__link:hover {
  background: #fec81e;
  color: #000;
}

@media (min-width: 960px) {
  .feature-blocks__link {
    padding: 40px 20px 20px 20px;
  }
}

.feature-blocks__title {
  font-size: 2rem;
  flex-grow: 0;
  margin-bottom: 10px;
  letter-spacing: 0;
  font-weight: 600;
}

@media (min-width: 620px) {
  .feature-blocks__title {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}

.feature-blocks__text {
  flex-grow: 1;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media (min-width: 620px) {
  .feature-blocks__text {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}

.feature-blocks__item-icon {
  flex-grow: 0;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  align-self: flex-end;
  fill: #fec81e;
  transition: fill 200ms ease;
}

@media (min-width: 620px) {
  .feature-blocks__item-icon {
    margin-top: 10px;
  }
}

.feature-blocks__link:hover .feature-blocks__item-icon {
  fill: #222;
}

.case-study {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

.case-study:last-child {
  margin-bottom: 0;
}

.case-study__wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  text-decoration: none;
  background: #f3f3f3;
  cursor: default;
}

.case-study__quote {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 33%;
  margin: 0;
}

.case-study__quote + .case-study__wrapper {
  flex-basis: 66%;
  margin-right: 30px;
}

.case-study__image-wrapper {
  display: none;
  flex-grow: 0;
  flex-shrink: 0;
}

@media (min-width: 620px) {
  .case-study__image-wrapper {
    display: block;
  }
}

.case-study__image {
  width: 176px;
  height: 212px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.case-study__inner {
  flex-grow: 1;
  max-width: 860px;
  padding: 25px;
}

@media (min-width: 768px) {
  .case-study__inner {
    padding: 50px;
  }
}

.case-study__inner::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 9px 0 9px;
  border-color: #222 transparent transparent transparent;
  transform: scale(1, 1);
  transition: transform 400ms linear, border-color 400ms linear;
  transform-origin: center;
}

.case-study--open .case-study__inner::after {
  border-color: #fec81e transparent transparent transparent;
  transform: scale(1, -1);
}

.case-study--full .case-study__inner::after {
  display: none;
}

.case-study__title {
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.case-study__title:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .case-study__title {
    font-size: 2.4rem;
  }
}

.case-study__summary {
  margin-bottom: 0;
}

.case-study__cta {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  cursor: pointer;
  opacity: 1;
  transition: opacity 400ms linear;
}

.case-study__cta:hover {
  text-decoration: underline;
}

.case-study--open .case-study__cta {
  opacity: 0;
}

.case-study__detail {
  display: none;
}

.case-study__link-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 10px;
  right: 20px;
  cursor: pointer;
}

.case-study__link-icon:hover {
  fill: #fec81e;
}

.case-study-quote {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.dashboard-header {
  border-bottom: 1px solid #ddd;
}

.dashboard-header__inner {
  display: block;
}

@media (min-width: 768px) {
  .dashboard-header__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.dashboard-header__left {
  flex-grow: 1;
}

.dashboard-content {
  display: block;
}

@media (min-width: 960px) {
  .dashboard-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media (min-width: 960px) {
  .dashboard-content__left {
    flex-grow: 1;
    flex-shrink: 0;
    width: 50%;
  }
}

@media (min-width: 960px) {
  .dashboard-content__right {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    width: 50%;
    margin-left: 30px;
  }
}

.dashboard-nav {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.dashboard-nav__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 50%;
  width: 50%;
  padding: 20px 0;
  color: #fff;
  background: #222;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transition: background 200ms linear, color 200ms linear;
  font-size: 1.4rem;
  font-weight: 100;
  line-height: 1;
  text-decoration: none;
}

.dashboard-nav__item:hover {
  background: #f4a427;
  color: #000;
}

.dashboard-nav__item:hover .dashboard-nav__icon {
  fill: #000;
}

.dashboard-nav__item:nth-child(2n+2) {
  border-right: 0;
}

.dashboard-nav__item:nth-child(3n), .dashboard-nav__item:nth-child(4n) {
  border-bottom: 0;
}

@media (min-width: 450px) {
  .dashboard-nav__item {
    flex-basis: 25%;
    width: 25%;
    font-size: 1.4rem;
    border-bottom: 0;
  }
  .dashboard-nav__item:nth-child(2n+2) {
    border-right: 1px solid #666;
  }
  .dashboard-nav__item:last-child {
    border-right: 0;
  }
}

@media (min-width: 960px) {
  .dashboard-nav__item {
    flex-basis: 46%;
    width: 46%;
    border: 0 !important;
    margin: 2%;
    flex-grow: 1;
    flex-shrink: 0;
    padding: 30px 0;
    font-size: 2.4rem;
  }
}

@media (min-width: 1120px) {
  .dashboard-nav__item {
    padding: 50px 0;
  }
}

.dashboard-nav__icon {
  fill: #fec81e;
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  transition: fill 200ms ease;
}

@media (min-width: 960px) {
  .dashboard-nav__icon {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
}

.user-details {
  display: block;
  color: #4a4a4a;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .user-details {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.8rem;
  }
}

.user-details__detail-bar {
  display: block;
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 30px;
}

.user-details__image {
  border-radius: 100%;
  margin-right: 40px;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .user-details__image {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.user-details__info {
  display: block;
}

@media (min-width: 960px) {
  .user-details__info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    margin: 20px 0;
  }
  .user-details__info--full {
    display: block;
  }
}

.user-details__info-left {
  flex-grow: 1;
  margin-bottom: 20px;
}

@media (min-width: 960px) {
  .user-details__info-left {
    margin-bottom: 0;
    margin-right: 60px;
    padding-right: 20px;
    border-right: 1px solid #ddd;
  }
}

.user-details__info-right {
  flex-grow: 1;
  margin-bottom: 20px;
}

@media (min-width: 960px) {
  .user-details__info-right {
    margin-bottom: 0;
  }
}

.user-details__title {
  display: block;
  margin-bottom: 5px;
  font-size: 2.7rem;
  font-weight: 400;
  color: #000;
}

@media (min-width: 1120px) {
  .user-details__title {
    font-size: 3.6rem;
  }
}

.user-details__sub-item {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
}

@media (min-width: 1120px) {
  .user-details__sub-item {
    font-size: 1.8rem;
  }
}

.edit-profile-padded-section {
  padding: 0 40px;
}

.listing-panels__list {
  margin-bottom: 30px;
}

.listing-panels__item {
  position: relative;
  display: block;
  background: #f3f3f3;
}

.listing-panels__item:last-child {
  margin-bottom: 0;
}

.listing-panels__item:hover .listing-panels__item-right {
  background: #fec81e;
  color: #000;
}

.listing-panels__item:hover .listing-panels__item-link-icon {
  fill: #000;
}

@media (min-width: 620px) {
  .listing-panels__item {
    max-width: 480px;
  }
}

@media (min-width: 768px) {
  .listing-panels__item {
    max-width: none;
  }
}

.listing-panels__item-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
}

.listing-panels__item-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 0;
  padding: 10px 20px;
  background: #222;
}

@media (min-width: 768px) {
  .listing-panels__item-left {
    padding: 20px 50px;
  }
}

.listing-panels__item--small .listing-panels__item-left {
  padding: 10px 20px;
}

.listing-panels__item-right {
  flex-grow: 1;
  padding: 20px 40px 20px 20px;
  transition: background 200ms ease, color 200ms ease;
}

@media (min-width: 768px) {
  .listing-panels__item-right {
    padding: 50px;
  }
}

.listing-panels__item--small .listing-panels__item-right {
  padding: 20px;
}

.listing-panels__item-icon {
  width: 30px;
  height: 30px;
  fill: #fec81e;
}

@media (min-width: 768px) {
  .listing-panels__item-icon {
    width: 80px;
    height: 80px;
  }
}

.listing-panels__item--small .listing-panels__item-icon {
  width: 30px;
  height: 30px;
}

.listing-panels__item-title {
  font-size: 2rem;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .listing-panels__item-title {
    font-size: 3rem;
  }
}

.listing-panels__item--small .listing-panels__item-title {
  font-size: 2rem;
}

.listing-panels__item-summary {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .listing-panels__item-summary {
    font-size: 1.4rem;
  }
}

.listing-panels__item-link-icon {
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: 10px;
  right: 20px;
  cursor: pointer;
  fill: #fec81e;
  transition: fill 200ms ease;
}

@media (min-width: 768px) {
  .listing-panels__item-link-icon {
    width: 50px;
    height: 50px;
  }
}

/**
* Components.listings
*/
.listing-table a {
  text-decoration: none;
}

.listing-table a:hover {
  color: #062b78;
}

.listing-table .download-icon:hover {
  fill: #fec81e;
}

.listing-filters {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 30px;
}

.listing-filters fieldset {
  margin-bottom: 0;
}

.listing-filters__left {
  flex-grow: 0;
  margin-right: 30px;
  margin-bottom: 15px;
}

.listing-filters__right {
  flex-grow: 1;
}

.listing-filters__full {
  width: 100%;
  margin-top: 20px;
}

.sort-filter__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.sort-filter__button {
  flex-grow: 0;
}

.sort-filter__button:hover span {
  color: #062b78;
  font-weight: 700;
}

.download-icon {
  width: 25px;
  height: 25px;
}

.page-title {
  display: block;
  position: relative;
  padding: 30px 0 40px;
  text-align: center;
}

.page-title--bottom-border {
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.page-title--bottom-border::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  margin-left: -140px;
  width: 280px;
  height: 1px;
  background: #fec81e;
}

@media (min-width: 768px) {
  .page-title {
    padding: 60px 0;
  }
}

.page-title__heading {
  margin-bottom: 0;
}

.page-title__summary {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-style: italic;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #4a4a4a;
}

.page-title__heading + .page-title__summary {
  margin-top: 40px;
}

.grid-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -15px -15px 45px -15px;
}

.grid-list__item {
  display: block;
  width: 386px;
  margin: 15px 15px 20px 15px;
  flex-grow: 0;
  flex-shrink: 1;
}

@media (min-width: 620px) {
  .grid-list__item {
    margin-bottom: 15px;
  }
}

.grid-list__item--small {
  width: 120px;
}

.grid-list__item--centered {
  text-align: center;
}

.grid-list__item-link {
  display: block;
  text-decoration: none;
}

.grid-list__item-image {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.grid-list__item-image--round {
  border-radius: 100%;
  border: 1px solid #f3f3f3;
}

.grid-list__item-title {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
  word-wrap: break-word;
}

.grid-list__item-title:hover {
  text-decoration: underline;
}

@media (min-width: 620px) {
  .grid-list__item-title {
    font-size: 1.8rem;
  }
}

/**
* Content Page
*/
.content-wrapper {
  max-width: 800px;
  margin: 0 auto 80px;
}

.cms-content {
  margin-bottom: 60px;
}

.cms-content p {
  line-height: 1.7;
  margin-bottom: 30px;
}

.cms-content a:hover {
  color: #062b78;
}

.cms-content img {
  display: block;
  height: auto !important;
  max-width: 100%;
  margin: auto;
  float: none !important;
}

@media (min-width: 620px) {
  .cms-content img {
    display: inline-block;
  }
  .cms-content img[style*='float:right;'], .cms-content img[style*='float: right;'] {
    margin: 8px 0 10px 30px;
    float: right !important;
    max-width: 66%;
  }
  .cms-content img[style*='float:left;'], .cms-content img[style*='float: left;'] {
    margin: 8px 30px 10px 0;
    float: left !important;
    max-width: 66%;
  }
}

.cms-content ul {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 20px;
  padding: 0;
}

.cms-content ul li {
  margin-bottom: 10px;
  padding-left: 0;
  list-style-position: inside;
  list-style: inherit;
}

.cms-content ul li::before {
  display: none;
}

.cms-content ul li:last-child {
  margin-bottom: 0;
}

.cms-content ol li {
  list-style-position: outside;
  list-style: inherit;
}

.cms-content ol li::marker {
  color: #fec81e;
  font-family: "Open Sans", sans-serif;
}

.content-links__item {
  margin-bottom: 12px;
}

.content-links__link {
  font-weight: 700;
  text-decoration: none;
  font-size: 1.7rem;
}

.content-links__link:hover {
  text-decoration: underline;
}

.event-booking-form-title {
  text-align: center;
}

.event-booking-button {
  margin-bottom: 20px;
}

.pagination {
  display: block;
  margin: 60px 0 60px;
}

.pagination__list {
  margin: 0;
}

.pagination__item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.pagination__item:before {
  display: none;
}

.pagination__item-link {
  padding: 8px 16px;
  background: #ddd;
  text-decoration: none;
}

.pagination__item-link:hover, .pagination__item--current .pagination__item-link {
  background: #fec81e;
}

.pagination__item-link--next, .pagination__item-link--previous {
  display: block;
  padding: 8px 16px;
  color: #fff;
  text-decoration: none;
  background: #000;
}

.pagination__item-link--next.btn--disabled, .pagination__item-link--previous.btn--disabled {
  opacity: 0.2;
  cursor: default;
}

.pagination__item-link--is-active {
  background: #fec81e;
}

/**
* Forum Styling
*/
.forum {
  height: auto !important;
}

.forum-intro {
  margin: 50px 0;
  text-align: center;
}

.forum-intro__title {
  margin-bottom: 35px;
}

.forum-intro__title {
  font-size: 36px;
}

@media screen and (min-width: 320px) {
  .forum-intro__title {
    font-size: calc(36px + 20 * (100vw - 320px) / 300);
  }
}

@media screen and (min-width: 620px) {
  .forum-intro__title {
    font-size: 56px;
  }
}

.forum-intro__summary {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}

/**
* _components.navigation.scss
*/
.sitemap ul {
  margin: 0;
}

.sitemap ul li {
  position: relative;
}

.sitemap ul li:before {
  display: none;
}

.sitemap ul li a {
  display: block;
  padding: 15px;
  font-size: 1.3rem;
  text-decoration: none;
  background: #f3f3f3;
  border-left: 5px solid #222;
}

@media (min-width: 620px) {
  .sitemap ul li a {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  .sitemap ul li a {
    font-size: 1.8rem;
  }
}

.sitemap ul li a:hover {
  background: #fec81e;
  color: #000;
}

.sitemap ul li ul {
  margin: 10px 0 10px 30px;
}

@media (min-width: 768px) {
  .sitemap ul li ul {
    margin: 20px 0 20px 40px;
  }
}

.sitemap ul li ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  height: 10px;
  width: 10px;
  background: #fec81e;
  border-radius: 0;
}

.sitemap ul li ul li a {
  padding: 0;
  background: none;
  border: 0;
}

.sitemap ul li ul li a:hover {
  text-decoration: underline;
  background: none;
}

/*# sourceMappingURL=main.min.css.map */