@charset "UTF-8";
/*
Theme Name: DCFW
Author: Hybrid Studio Ltd
Author URI: https://thisishybrid.com
Description: DCFW WordPress theme
Version: 1.2
License: © Copyright Hybrid Studio Ltd


DCFW is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global variables
# Responsive breakpoints
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Sitemap plugin
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: 'RM Neue';
  src: url("assets/fonts/RMNeue-Regular.woff2") format("woff2"), url("assets/fonts/RMNeue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'RM Neue';
  src: url("assets/fonts/RMNeue-Bold.woff2") format("woff2"), url("assets/fonts/RMNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'RM Neue Light';
  src: url("assets/fonts/RMNeue-Light.woff2") format("woff2"), url("assets/fonts/RMNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 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;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

/**
 * 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;
  font-size: 1em; }

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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;
  padding: 0; }

/**
 * 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;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #ffffff;
  font-family: 'RM Neue', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'RM Neue', sans-serif;
  font-weight: bold;
  clear: both;
  letter-spacing: -0.01em; }

main {
  margin-top: 100px; }
  @media (min-width: 576px) {
    main {
      margin-top: 140px; } }
  @media (min-width: 1260px) {
    main {
      margin-top: 30px; } }
  main h2 {
    font-family: 'RM Neue', sans-serif;
    font-weight: normal;
    margin: 0 0 30px;
    font-size: 1.8em;
    line-height: 1.15em; }
    @media (min-width: 576px) {
      main h2 {
        font-size: 2.25em; } }
    main h2.caps {
      font-size: 1.2em;
      font-weight: bold; }
      @media (min-width: 576px) {
        main h2.caps {
          font-size: 1.375em; } }
  main h3 {
    font-size: 1.125em;
    line-height: 1.2em;
    margin: 30px 0 10px; }
  main h4 {
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 30px 0 10px; }
  main ul, main ol {
    margin: 0;
    padding: 0; }
  main .standard-ul ul {
    list-style-type: '— '; }
  main .standard-ul ol {
    list-style-type: decimal; }
  main .standard-ul ul, main .standard-ul ol {
    line-height: 1.333333em;
    margin-left: 40px;
    margin-bottom: 30px; }
    main .standard-ul ul li, main .standard-ul ol li {
      font-size: 1.125em;
      margin-bottom: 13.33333px; }
    main .standard-ul ul ul, main .standard-ul ol ul {
      margin-left: 25px;
      margin-bottom: 30px;
      margin-top: 20px; }
      main .standard-ul ul ul li, main .standard-ul ol ul li {
        font-size: inherit; }

p {
  margin: 0 0 1em;
  line-height: 28px;
  font-size: 1.125em;
  line-height: 1.333333em; }

p {
  /*
		font-size: 1.2em;
		line-height: 1.5em !important;		
*/ }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 45px 0 45px 0 !important; }
  blockquote p {
    font-size: 1.8em !important;
    line-height: 1.3em !important;
    margin-bottom: 0 !important; }
    @media (min-width: 576px) {
      blockquote p {
        font-size: 2em !important;
        line-height: 1.3em !important; } }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #212020; }

hr {
  background-color: #eee;
  border: 0;
  height: 4px;
  margin: 60px 0 30px; }

ul,
ol {
  margin: 0 0 1.5em 30px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
  width: 800px; }

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

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.content-block-row table, th, td {
  border: 1px solid #999;
  border-collapse: collapse;
  margin-top: 20px; }

th, td {
  padding: 10px;
  font-size: 0.9em; }

/* Links
--------------------------------------------- */
a {
  color: #FEC000;
  transition: 0.3s;
  word-break: break-word; }

a:hover,
a:focus,
a:active {
  color: inherit; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

.invert a, a.invert {
  color: #ffffff !important; }
  .invert a:hover, a.invert:hover {
    color: #FEC000 !important; }

.primary, button.primary {
  font-family: 'RM Neue', sans-serif;
  font-weight: bold;
  font-size: 0.875em;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #212020;
  background: #FEC000;
  border-radius: 35px !important;
  padding: 24px 36px !important;
  width: 100%; }
  .primary:hover, .primary:focus, button.primary:hover, button.primary:focus {
    color: #212020;
    background-color: #ffffff;
    cursor: pointer; }
  @media (min-width: 576px) {
    .primary, button.primary {
      width: auto; } }
  .primary.invert, button.primary.invert {
    color: #ffffff;
    background-color: #212020; }
    .primary.invert:hover, button.primary.invert:hover {
      background-color: #ffffff;
      color: #212020 !important; }

button.arrow {
  display: inline-block;
  padding-right: 90px !important;
  background-image: url("assets/img/icon-arrow.svg");
  background-position-x: 93%;
  background-position-y: center;
  background-repeat: no-repeat;
  transition: 0.3s; }
  button.arrow:hover {
    background-position-x: 95%; }

button.light.arrow {
  background-image: url("assets/img/icon-arrow-light.svg"); }

a:has(button.light) {
  text-decoration: none; }
  a:has(button.light):hover {
    text-decoration: none; }

button.light {
  color: #fff !important; }
  button.light:hover {
    color: #fff !important;
    transition: 0.3s; }

button.jumbo-cta {
  font-size: 0.9em;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 20px 10px 10px !important;
  background-image: none !important; }
  @media (min-width: 576px) {
    button.jumbo-cta {
      font-size: 1.2em;
      padding-right: 100px !important; } }
  button.jumbo-cta:before {
    display: inline-block;
    margin-right: 10px;
    transform: scale(0.6); }
    @media (min-width: 576px) {
      button.jumbo-cta:before {
        margin-right: 10px;
        padding: 20px !important;
        transform: scale(1); } }

button.jumbo-cta.download {
  background-position-x: 93%; }
  @media (min-width: 576px) {
    button.jumbo-cta.download {
      background-image: url("assets/img/icon-arrow-light-download.svg") !important; } }
  button.jumbo-cta.download:hover {
    background-position-y: 60%; }
  button.jumbo-cta.download:before {
    content: url("assets/img/icon-document.svg"); }

@media (min-width: 576px) {
  button.jumbo-cta.book-place {
    background-image: url("assets/img/icon-arrow-light-lrg.svg") !important; } }

button.jumbo-cta.book-place:before {
  content: url("assets/img/icon-calendar.svg"); }

button.jumbo-cta.apply-now {
  background-color: #FEC000; }
  @media (min-width: 576px) {
    button.jumbo-cta.apply-now {
      background-image: url("assets/img/icon-arrow-light-lrg.svg") !important; } }
  button.jumbo-cta.apply-now:before {
    content: url("assets/img/icon-list.svg"); }
  button.jumbo-cta.apply-now:hover {
    background-color: #005D8D; }

.secondary, button.secondary {
  font-family: 'RM Neue', sans-serif;
  font-weight: bold;
  font-size: 0.875em;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #212020;
  background: #FEC000;
  border-radius: 35px !important;
  padding: 24px 36px !important;
  color: #ffffff !important;
  border: solid 1px #FEC000 !important;
  background: none;
  width: auto; }
  .secondary:hover, .secondary:focus, button.secondary:hover, button.secondary:focus {
    color: #212020;
    background-color: #ffffff;
    cursor: pointer; }
  .secondary:hover, .secondary:focus, button.secondary:hover, button.secondary:focus {
    color: #212020 !important;
    background-color: #FEC000 !important;
    cursor: pointer; }
  .secondary:hover, button.secondary:hover {
    background-color: #FEC000 !important;
    color: #212020; }

.smaller {
  font-size: 0.75em;
  font-weight: normal;
  padding: 20px 30px !important; }

.x-small {
  font-size: 0.75em;
  font-weight: normal;
  padding: 13.33333px 20px !important; }

.tertiary {
  font-family: 'RM Neue', sans-serif;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
  color: #2C2B2B !important;
  border-radius: 0 !important;
  border-width: 2px !important;
  border-color: #eee !important;
  background: #eee !important;
  padding: 15px 30px !important;
  transition: 0.3s; }
  .tertiary:hover, .tertiary:focus, .tertiary:active {
    cursor: pointer;
    color: #fff !important;
    background-color: #2C2B2B !important;
    border-color: #2C2B2B !important; }
  .tertiary.invert {
    color: #fff !important;
    background-color: #212020 !important;
    border: none;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 0.05em; }
    .tertiary.invert:hover {
      background-color: #005D8D !important; }

a .feature-link, .feature-link a, a .cta-1 {
  font-size: 1.3em;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-align: left;
  margin: 20px 0;
  background-color: #FEC000;
  padding: 30px 90px 30px 30px;
  width: 100%;
  display: block;
  cursor: pointer;
  background-image: url("assets/img/icon-arrow-light.svg");
  background-position-x: calc(100% - 30px);
  background-position-y: center;
  background-repeat: no-repeat;
  transition: 0.3s; }
  a .feature-link:hover, .feature-link a:hover, a .cta-1:hover {
    background-color: #2C2B2B;
    background-position-x: calc(100% - 20px); }

@media (min-width: 768px) {
  .tile {
    margin-bottom: 30px; } }

.tile a {
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 30px;
  /*
		display: flex;
		flex-direction: column;
*/ }
  @media (min-width: 768px) {
    .tile a {
      margin-bottom: 0; } }
  .tile a .image-wrapper {
    background-color: #2C2B2B;
    margin-bottom: 6.66667px;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 54%;
    position: relative; }
    .tile a .image-wrapper img {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      display: block;
      transition: 0.3s;
      transform: translateY(-50%); }
  .tile a .post-title {
    max-width: 90%;
    margin: 40px 0 20px; }
  .tile a .post-excerpt {
    font-size: 1em;
    line-height: 1.3em;
    display: block;
    margin-bottom: 20px; }
  .tile a button {
    transition: 0.3s; }
  .tile a:hover button {
    color: #212020 !important;
    background-color: #FEC000; }
  .tile a:hover img {
    opacity: 0.5;
    transform: scale(1.1) translateY(-45%);
    transition: 0.3s; }
  .tile a:hover button.arrow {
    background-position-x: 93%; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: 'RM Neue', sans-serif;
  font-weight: bold;
  font-size: 0.875em;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #212020;
  background: #FEC000;
  border-radius: 35px !important;
  padding: 24px 36px !important;
  color: #ffffff !important;
  border: solid 1px #FEC000 !important;
  background: none;
  transition: 0.3s;
  /*
	border: 1px solid;
	border-color: $white;
	border-radius: 0;
	background: $primary-color;
	color: white;
	line-height: 1.2;
	padding: 0.6em 1em 0.4em;
*/ }
  button:hover,
  button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover, input[type="submit"]:focus {
    color: #212020;
    background-color: #ffffff;
    cursor: pointer; }
  button:hover,
  button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover, input[type="submit"]:focus {
    color: #212020 !important;
    background-color: #FEC000 !important;
    cursor: pointer; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ffffff;
  transition: 0.3s; }

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #212020;
  border: 2px solid #ccc;
  border-radius: 0;
  padding: 10px 15px; }

.search-form input[type="search"] {
  border-color: #fff;
  border-color: #eee; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #212020; }

select {
  background-color: #212020;
  border: solid 1px #666;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  width: 100%;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat; }

select:focus {
  border-color: #FEC000;
  outline: 0; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.content-wrapper {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (min-width: 576px) {
    .content-wrapper {
      padding: 0 30px; } }

.entry-content .content-wrapper, .page-content .content-wrapper {
  width: auto;
  max-width: 100%;
  padding-bottom: 120px;
  margin: 0; }

.two-column {
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .two-column {
      flex-direction: row;
      gap: 10px; } }
  .two-column .left-column, .two-column .right-column {
    width: 100%; }
    @media (min-width: 992px) {
      .two-column .left-column, .two-column .right-column {
        width: 50%; } }
    .two-column .left-column img, .two-column .right-column img {
      display: block;
      margin-bottom: 20px; }
  .two-column .left-column {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .two-column .left-column {
        margin-bottom: 0; } }
  .two-column .tile {
    display: flex;
    flex-direction: column; }
    .two-column .tile a {
      display: flex;
      flex-direction: column;
      flex-grow: 1; }
      .two-column .tile a .content {
        flex: 1;
        margin-bottom: 30px; }
      .two-column .tile a button {
        width: fit-content; }

ul.two-column {
  justify-content: space-between;
  margin: 0; }
  @media (min-width: 768px) {
    ul.two-column {
      flex-direction: row; } }
  @media (min-width: 768px) {
    ul.two-column li {
      width: 49%; } }

/*
		flex-direction: column;		
		@include xl {
			flex-direction: row;
		}
*/
/*
		li {
			width: 100%;

			@include xl {
				width: 32.5%;				
			}
*/
.three-column {
  display: flex;
  padding: 0;
  flex-direction: column;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .three-column {
      flex-direction: row; } }
  .three-column li {
    width: 100%; }
    @media (min-width: 768px) {
      .three-column li {
        width: 32.5%; } }
  .three-column .tile {
    display: flex;
    flex-direction: column; }
    .three-column .tile a {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      margin-bottom: 90px; }
      @media (min-width: 992px) {
        .three-column .tile a {
          margin-bottom: 0; } }
      .three-column .tile a .content {
        flex: 1;
        margin-bottom: 10px;
        padding-right: 30px; }
        @media (min-width: 576px) {
          .three-column .tile a .content {
            margin-bottom: 30px; } }
        .three-column .tile a .content .post-title {
          margin-top: 20px; }
          @media (min-width: 576px) {
            .three-column .tile a .content .post-title {
              margin-top: 30px; } }
      .three-column .tile a button {
        width: fit-content; }
    .three-column .tile.resource h2 {
      font-size: 1.625em;
      line-height: 1.23077em; }
    .three-column .tile.resource a {
      flex-grow: 0; }
  .three-column.left {
    justify-content: flex-start; }

.two-and-three-column {
  display: flex;
  gap: 10px;
  padding: 0;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .two-and-three-column {
      gap: 14px; } }
  @media (min-width: 992px) {
    .two-and-three-column {
      gap: 18px; } }
  @media (min-width: 1260px) {
    .two-and-three-column {
      gap: 24px; } }
  @media (min-width: 768px) {
    .two-and-three-column li {
      width: 48%; } }
  @media (min-width: 768px) {
    .two-and-three-column li:nth-last-child(-n+3) {
      width: 32%; } }

.four-column {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1%; }
  @media (min-width: 576px) {
    .four-column li {
      max-width: 49%; } }
  @media (min-width: 992px) {
    .four-column li {
      max-width: 32%; } }
  @media (min-width: 1260px) {
    .four-column li {
      max-width: 24%; } }

header#masthead {
  background-color: #212020;
  width: 100%;
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 999; }
  @media (min-width: 1260px) {
    header#masthead {
      position: relative; } }

#translation-notice {
  background-color: #FEC000;
  padding: 20px; }
  #translation-notice p {
    color: #212020;
    margin: 0;
    font-size: 1em;
    text-align: center; }

header.entry-header #breadcrumbs {
  display: none; }
  @media (min-width: 576px) {
    header.entry-header #breadcrumbs {
      display: block; } }
  header.entry-header #breadcrumbs a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: solid #ffffff 2px; }
    header.entry-header #breadcrumbs a:hover {
      color: #FEC000;
      border-color: #FEC000; }

header.entry-header h1 {
  font-family: 'RM Neue', sans-serif;
  font-weight: normal;
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1.1em;
  margin: 20px 0;
  color: #FEC000; }
  @media (min-width: 576px) {
    header.entry-header h1 {
      margin: 80px 0 40px;
      font-size: 3.375em;
      line-height: 1.0370361em; } }

header.entry-header .standfirst {
  margin-top: 45px;
  margin-bottom: 45px; }
  @media (min-width: 576px) {
    header.entry-header .standfirst {
      margin-bottom: 90px; } }
  @media (min-width: 576px) {
    header.entry-header .standfirst p {
      max-width: 550px; } }

.standfirst {
  display: block; }
  .standfirst p {
    font-size: 1.5em;
    line-height: 1.333334em;
    margin-bottom: 0; }

aside {
  margin: 0;
  padding: 0 0 30px;
  background: none; }
  @media (min-width: 768px) {
    aside {
      width: 100%;
      order: 0; } }
  @media (min-width: 992px) {
    aside {
      padding: 0 30px 0 0;
      max-width: 330px; } }
  aside .entry-meta {
    margin-bottom: 0; }
    aside .entry-meta .post-date {
      display: block;
      margin-bottom: 10px;
      font-size: 14px; }
    aside .entry-meta .post-meta .post-author {
      display: block;
      margin-bottom: 10px;
      font-size: 14px; }
    aside .entry-meta .post-meta p {
      font-size: 14px;
      line-height: 22px; }
    aside .entry-meta .taxonomies h1, aside .entry-meta .event-details h1 {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 5px; }
    aside .entry-meta .taxonomies {
      display: flex;
      flex-direction: row;
      padding-bottom: 30px;
      padding-top: 20px;
      margin-top: 30px;
      border-top: 1px solid #ffffff; }
      aside .entry-meta .taxonomies div {
        width: 50%; }
      aside .entry-meta .taxonomies .post-category {
        font-size: 14px; }
      aside .entry-meta .taxonomies .post-tags, aside .entry-meta .taxonomies .post-categories {
        font-size: 14px; }
        aside .entry-meta .taxonomies .post-tags ul, aside .entry-meta .taxonomies .post-categories ul {
          margin-bottom: 0; }
          aside .entry-meta .taxonomies .post-tags ul li, aside .entry-meta .taxonomies .post-categories ul li {
            margin-bottom: 6.66667px;
            margin-right: 6.66667px;
            display: block; }
            @media (min-width: 576px) {
              aside .entry-meta .taxonomies .post-tags ul li, aside .entry-meta .taxonomies .post-categories ul li {
                display: inline-block; } }
            @media (min-width: 992px) {
              aside .entry-meta .taxonomies .post-tags ul li, aside .entry-meta .taxonomies .post-categories ul li {
                display: block; } }
    aside .entry-meta .design-review-report {
      padding-top: 30px;
      margin-top: 30px;
      border-top: 1px solid #ffffff; }
      aside .entry-meta .design-review-report div {
        margin-bottom: 6.66667px; }
    aside .entry-meta .event-details {
      font-size: 14px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-top: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff;
      margin-top: 0;
      padding-top: 30px;
      padding-bottom: 30px; }
      @media (min-width: 768px) {
        aside .entry-meta .event-details {
          flex-direction: row; } }
      @media (min-width: 992px) {
        aside .entry-meta .event-details {
          margin-top: 180px;
          border-bottom: none;
          flex-direction: column; } }
      aside .entry-meta .event-details .event-columns {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        column-count: 1; }
        @media (min-width: 576px) {
          aside .entry-meta .event-details .event-columns {
            flex-direction: row;
            column-count: 3;
            gap: 50px; } }
        @media (min-width: 992px) {
          aside .entry-meta .event-details .event-columns {
            flex-direction: column;
            column-count: 1;
            gap: 0; } }
      aside .entry-meta .event-details .buttons {
        flex-direction: row;
        gap: 20px;
        margin-top: 10px;
        margin-bottom: 20px;
        display: flex; }
        @media (min-width: 576px) {
          aside .entry-meta .event-details .buttons {
            justify-content: center; } }
        @media (min-width: 768px) {
          aside .entry-meta .event-details .buttons {
            display: block; } }
        @media (min-width: 992px) {
          aside .entry-meta .event-details .buttons {
            display: flex;
            margin-top: 20px;
            justify-content: flex-start; } }
        aside .entry-meta .event-details .buttons a.secondary.map {
          padding: 20px 30px !important;
          display: flex;
          flex-direction: row;
          align-items: center;
          gap: 10px;
          line-height: normal; }
          aside .entry-meta .event-details .buttons a.secondary.map::before {
            content: url("assets/img/icon-marker.svg"); }
          aside .entry-meta .event-details .buttons a.secondary.map:hover::before {
            filter: invert(2%) sepia(16%) saturate(64%) hue-rotate(118deg) brightness(10%) contrast(71%); }
  aside h2 {
    /*
		font-size: 1.1em !important;
		font-weight: 600;
		margin: 0;
*/ }
  aside .ul {
    padding: 15px 0 0 0;
    margin-bottom: 30px; }
  aside ul {
    list-style: none;
    margin-bottom: 30px; }
  aside a {
    /*
		font-size: 1.2em;
		line-height: 1.36em;
*/
    display: block; }

footer p {
  font-size: 1em; }

footer #level-one {
  padding: 0 0 135px;
  /*
		nav#footer-internal-navigation ul li a {
			color: red;
		}
*/ }
  footer #level-one .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    footer #level-one .content-wrapper #logos {
      border-top: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff;
      padding-top: 45px;
      padding-bottom: 20px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 37.5px; }
      @media (min-width: 576px) {
        footer #level-one .content-wrapper #logos {
          border-bottom: none;
          flex-direction: row;
          justify-content: space-between;
          padding-bottom: 0;
          margin-bottom: 20px; } }
      footer #level-one .content-wrapper #logos .site-branding {
        margin-bottom: 25px; }
        footer #level-one .content-wrapper #logos .site-branding a {
          display: block; }
    footer #level-one .content-wrapper #social {
      width: 100%;
      margin-top: 20px;
      padding-top: 45px;
      border-top: 1px solid #ffffff; }
      @media (min-width: 576px) {
        footer #level-one .content-wrapper #social {
          border: none;
          padding-top: 0; } }
      footer #level-one .content-wrapper #social ul {
        display: flex;
        flex-direction: column;
        align-items: left;
        gap: 20px; }
        @media (min-width: 768px) {
          footer #level-one .content-wrapper #social ul {
            flex-direction: row;
            align-items: center;
            gap: 40px; } }
      footer #level-one .content-wrapper #social a {
        display: flex;
        flex-direction: row;
        border-bottom: none; }
        footer #level-one .content-wrapper #social a:hover {
          color: #FEC000; }
      footer #level-one .content-wrapper #social .svg-icon {
        max-height: 30px;
        transition: 0.3s;
        fill: #FEC000;
        margin-right: 10px; }

footer #level-two {
  padding: 0 0 20px; }
  @media (min-width: 992px) {
    footer #level-two .content-wrapper {
      display: flex;
      flex-direction: column;
      gap: 15px; } }
  footer #level-two .content-wrapper #internal ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px; }
    @media (min-width: 576px) {
      footer #level-two .content-wrapper #internal ul {
        flex-direction: row;
        gap: 30px;
        margin-bottom: 0; } }
  footer #level-two .content-wrapper #site-info p {
    font-size: 0.875em; }

#page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between; }

/* Content Blocks
--------------------------------------------- */
.content-block-row {
  margin-bottom: 40px; }
  .content-block-row .two-column {
    justify-content: space-between;
    flex-direction: column; }
    @media (min-width: 992px) {
      .content-block-row .two-column {
        flex-direction: row; } }
    .content-block-row .two-column .left-column, .content-block-row .two-column .right-column {
      width: 100%; }
    @media (min-width: 992px) {
      .content-block-row .two-column .left-column {
        width: 35%; } }
    @media (min-width: 992px) {
      .content-block-row .two-column .right-column {
        width: 53%;
        padding-right: 60px; } }

.pullquote, blockquote {
  border-top: 1px solid #ffffff;
  border-color: #FEC000;
  padding-top: 30px;
  margin-top: 60px;
  margin-bottom: 90px; }
  @media (min-width: 992px) {
    .pullquote, blockquote {
      margin-top: 0;
      margin-bottom: 0; } }
  .pullquote p, blockquote p {
    font-size: 1.875em;
    line-height: 1.2em;
    margin-bottom: 20px; }
  .pullquote .attribute, blockquote .attribute {
    font-size: 1.125em; }

.two-column .right-column .two-column {
  display: block;
  columns: 2;
  column-gap: 30px; }

.two-column .right-column .three-column {
  display: block;
  columns: 3;
  column-gap: 30px; }

.two-column .right-column br {
  display: block;
  content: '';
  margin-bottom: 5px; }

.fullwidth-list {
  padding-right: 0; }
  @media (min-width: 992px) {
    .fullwidth-list {
      padding-right: 60px; } }
  .fullwidth-list .four-column {
    display: block;
    columns: 1;
    column-gap: 30px;
    padding-top: 30px;
    border-top: 1px solid #ffffff; }
    @media (min-width: 576px) {
      .fullwidth-list .four-column {
        columns: 2; } }
    @media (min-width: 768px) {
      .fullwidth-list .four-column {
        columns: 3; } }
    @media (min-width: 992px) {
      .fullwidth-list .four-column {
        columns: 4; } }
  .fullwidth-list br {
    display: block;
    content: '';
    margin-bottom: 5px; }

.entry-content .resource {
  border: 1px solid #ffffff;
  padding: 20px 20px 30px;
  margin-bottom: 0;
  min-height: 300px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 576px) {
    .entry-content .resource {
      padding: 30px 30px 30px;
      margin-bottom: 30px; } }
  .entry-content .resource .header {
    text-transform: uppercase;
    font-size: 0.85em;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .entry-content .resource .content {
    flex: 1;
    margin-bottom: 30px; }
    .entry-content .resource .content h2 {
      font-size: 1.5em;
      line-height: 1.3em;
      font-weight: bold; }
      @media (min-width: 576px) {
        .entry-content .resource .content h2 {
          font-size: 1.875em;
          line-height: 1.23077em; } }
  .entry-content .resource .buttons {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    @media (min-width: 576px) {
      .entry-content .resource .buttons {
        flex-direction: row; } }

.view, .download {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
  display: flex;
  flex-direction: row !important;
  align-items: center;
  gap: 10px;
  line-height: normal;
  justify-content: center; }
  .view:hover::before, .download:hover::before {
    filter: invert(2%) sepia(16%) saturate(64%) hue-rotate(118deg) brightness(10%) contrast(71%); }

.view::before {
  content: url("assets/img/icon-view.svg"); }

.download::before {
  content: url("assets/img/icon-download.svg"); }

.carousel-home.slick-dotted.slick-slider {
  margin-bottom: 0; }

.carousel-home .slick-dots {
  text-align: left;
  position: relative;
  bottom: -20px; }
  @media (min-width: 992px) {
    .carousel-home .slick-dots {
      bottom: 40px; } }

.carousel-home .slick-dots li {
  margin-right: 10px; }
  .carousel-home .slick-dots li button:before {
    content: '○';
    font-size: 60px;
    color: #fff;
    opacity: 1;
    margin-left: 1px; }

.carousel-home .slick-dots li.slick-active button:before,
.carousel-home .slick-dots li button:hover:before,
.carousel-home
.slick-dots li button:focus:before {
  content: '●';
  font-size: 60px;
  color: #fff;
  margin-top: -1px; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  content: '●';
  top: -1px;
  opacity: 1; }

.slick-dots li button:before {
  font-size: 60px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: -15px;
  width: 20px;
  height: 20px;
  content: '○';
  text-align: center;
  color: #FEC000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  content: '●';
  top: -1px;
  color: #FEC000; }

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

input {
  border: 1px solid #9e9e9e;
  border-radius: 0.3em;
  display: block;
  font-size: inherit;
  padding: 0.3em 0.5em; }

#search-locations {
  padding: 30px 30px;
  background-color: #eee;
  /*
	input {
		width: 100%;
	}
*/ }

.search-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 600px;
  gap: 20px; }
  .search-form label, .search-form input {
    flex-grow: 1; }
  .search-form input[type="search"] {
    width: 100%; }
  @media (min-width: 576px) {
    .search-form .search-submit {
      margin-top: 20px;
      max-width: 200px; } }

.search-inline {
  border-top: 1px solid #ffffff;
  padding-top: 60px;
  flex-direction: column;
  align-items: center; }
  .search-inline .search-form {
    margin-top: 0;
    align-items: center;
    width: 100%; }
    @media (min-width: 576px) {
      .search-inline .search-form {
        margin-top: 10px; } }
    .search-inline .search-form label {
      width: 100%; }
      .search-inline .search-form label input[type="search"] {
        width: 100%; }
        @media (min-width: 768px) {
          .search-inline .search-form label input[type="search"] {
            width: 600px; } }

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }
  .acf-map img {
    max-width: inherit !important; }
  .acf-map .gm-style-iw-t button {
    top: 5px !important;
    right: 20px !important;
    width: 30px !important;
    height: 30px !important; }
    .acf-map .gm-style-iw-t button img {
      width: 24px !important;
      height: 24px !important; }
  .acf-map .gm-style .gm-style-iw-c {
    border-radius: 0; }
  .acf-map .gm-style-iw-d {
    padding: 6.66667px 20px 20px 10px;
    font-size: 1.2em;
    line-height: 1.6em;
    font-weight: 400;
    font-family: 'RM Neue', sans-serif;
    font-weight: normal;
    max-width: 370px; }
    .acf-map .gm-style-iw-d h4 {
      margin: 0; }
    .acf-map .gm-style-iw-d .address {
      line-height: 1.3em;
      margin-bottom: 10px; }
    .acf-map .gm-style-iw-d .notes {
      color: #666; }
    .acf-map .gm-style-iw-d .details {
      margin-top: 5px; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: none; }
  @media (min-width: 1260px) {
    .main-navigation {
      display: block;
      width: 100%; } }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }
  @media (min-width: 1260px) {
    .main-navigation ul {
      display: flex; } }

.main-navigation ul li.menu-item {
  display: none; }
  @media (min-width: 1260px) {
    .main-navigation ul li.menu-item {
      display: list-item; } }

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation ul li:last-of-type:hover > ul,
.main-navigation ul li:last-of-type.focus > ul {
  right: 0; }

.main-navigation li {
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

#logo-nav-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  margin-top: 0;
  padding-bottom: 0; }
  @media (min-width: 576px) {
    #logo-nav-wrapper {
      margin-top: 20px;
      padding-bottom: 20px; } }
  @media (min-width: 1260px) {
    #logo-nav-wrapper {
      gap: 30px;
      align-items: flex-end;
      justify-content: flex-end;
      margin-top: -5px;
      padding-bottom: 0; } }

header .site-branding {
  flex: none;
  display: block;
  margin: 15px 0 10px; }
  @media (min-width: 576px) {
    header .site-branding {
      margin: 0; } }
  @media (min-width: 1260px) {
    header .site-branding {
      margin-bottom: 25px; } }
  header .site-branding .sml {
    display: block; }
    @media (min-width: 1260px) {
      header .site-branding .sml {
        display: none; } }
  header .site-branding .lrg {
    display: none; }
    @media (min-width: 1260px) {
      header .site-branding .lrg {
        display: block; } }
  header .site-branding a {
    display: block;
    width: 40%;
    overflow: hidden;
    /*
		&:hover svg path {
			fill: $secondary-color;			
		}
		&:hover svg polygon {
			fill: $secondary-color;			
		}
		&:hover svg polyline {
			fill: $secondary-color;			
		}
*/ }
    @media (min-width: 576px) {
      header .site-branding a {
        width: 100%; } }
    header .site-branding a svg {
      height: auto;
      width: 120px; }
      @media (min-width: 576px) {
        header .site-branding a svg {
          width: 240px; } }
      header .site-branding a svg path {
        transition: 0.3s; }

/* Secondary navigation
--------------------------------------------- */
#secondary-navigation {
  display: none;
  justify-content: flex-end;
  margin-top: 10px; }
  @media (min-width: 1260px) {
    #secondary-navigation {
      display: flex; } }
  #secondary-navigation ul {
    margin: 0;
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 30px; }
    #secondary-navigation ul li a {
      font-family: 'RM Neue', sans-serif;
      font-weight: 300;
      text-decoration: none; }

/* Primary navigation
--------------------------------------------- */
#primary-navigation {
  display: flex;
  justify-content: flex-end; }
  #primary-navigation ul#primary-menu {
    justify-content: flex-end;
    gap: 5px;
    position: relative;
    margin-right: -10px; }
  #primary-navigation li {
    position: static; }
    #primary-navigation li a {
      font-family: 'RM Neue', sans-serif;
      font-weight: normal;
      font-weight: 500;
      color: #ffffff;
      padding: 37px 10px 30px;
      position: static; }
      #primary-navigation li a:hover {
        color: #FEC000; }
    #primary-navigation li:hover > a {
      color: #FEC000; }
  #primary-navigation li.emphasis a {
    color: #FEC000; }
  #primary-navigation li.two-column ul {
    column-count: 2;
    column-gap: 20px; }
  #primary-navigation ul .sub-menu {
    background-color: #212020;
    padding: 0;
    border-top: 1px solid #ffffff;
    margin-top: -17px;
    min-width: 170px;
    display: block;
    column-count: 1;
    column-gap: 0; }
    #primary-navigation ul .sub-menu li {
      position: relative; }
    #primary-navigation ul .sub-menu a {
      font-family: 'RM Neue', sans-serif;
      font-weight: normal;
      padding: 20px 0 5px 10px;
      line-height: 1.1em;
      border-bottom: solid #ffffff 1px;
      /*
			display: inline-block;
			width: 100%;
*/ }
      #primary-navigation ul .sub-menu a:hover {
        color: #FEC000; }
  #primary-navigation ul ul li:hover > ul {
    left: 100%; }
  #primary-navigation ul ul .sub-menu {
    width: fit-content;
    border: none;
    margin: 0; }
  #primary-navigation .wpml-ls-item a {
    padding: 0;
    margin: 20px 0; }
    @media (min-width: 1260px) {
      #primary-navigation .wpml-ls-item a {
        margin: 36px 0 30px 20px; } }
    #primary-navigation .wpml-ls-item a:hover .wpml-ls-flag {
      border: solid 2px #212020; }
    #primary-navigation .wpml-ls-item a .wpml-ls-flag {
      border: solid 2px #eee;
      height: 30px;
      transition: 0.3s; }
  #primary-navigation .search {
    display: none; }
    @media (min-width: 1260px) {
      #primary-navigation .search {
        display: block;
        padding: 40px;
        border-left: solid #eee 2px; } }
    #primary-navigation .search:hover {
      background-color: #FEC000;
      border-left: solid #FEC000 2px; }
    #primary-navigation .search input {
      border: none;
      opacity: 0.4;
      transition: 0.3s;
      border-radius: 0;
      padding: 0;
      position: relative;
      opacity: 1;
      /*
			&:hover {

			}
*/ }

/* Small menu / Mobile navigation
--------------------------------------------- */
#small-menu {
  position: relative;
  left: 36px;
  display: flex; }
  @media (min-width: 1260px) {
    #small-menu {
      display: none; } }
  #small-menu button {
    cursor: pointer;
    border: none !important; }
    #small-menu button:hover, #small-menu button:focus {
      color: inherit !important;
      background: none !important; }
  #small-menu li.emphasis {
    padding: 0; }
    #small-menu li.emphasis a {
      font-weight: 500;
      color: #fff;
      border: 2px solid #fff;
      padding: 20px 15px;
      text-align: center;
      width: 95%;
      position: absolute;
      bottom: -90px; }
      #small-menu li.emphasis a:hover {
        background-color: #fff;
        border: 2px solid #fff;
        color: #FEC000; }

.rmp_menu_trigger {
  top: 0 !important;
  right: 0 !important;
  height: auto !important;
  width: auto !important; }

.responsive-menu-pro-inner, .responsive-menu-pro-inner::before, .responsive-menu-pro-inner::after {
  border-radius: 0 !important; }

.responsive-menu-pro-inner::before {
  top: 10px !important; }

.rmp-menu-open {
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2); }

ul.rmp-menu .rmp-menu-item {
  padding: 10px 0; }

ul.rmp-submenu {
  margin-top: 10px !important;
  border-left: solid #fff 2px; }
  ul.rmp-submenu .rmp-menu-item {
    padding: 0; }

@media (min-width: 576px) {
  .rmp-menu-subarrow {
    right: 8px !important; } }

/* Footer navigation
--------------------------------------------- */
.footer-navigation ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-navigation li {
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    .footer-navigation li {
      margin-bottom: 10px; } }

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
  padding: 0 0 120px; }

.entry-content {
  padding-bottom: 0;
  /*
	ul {
		margin-bottom: $standard-margin;
		padding-left: $standard-margin;
		li {
			margin-bottom: $small-margin/2;
			
		}
	}
*/ }
  @media (min-width: 992px) {
    .entry-content {
      padding-bottom: 120px; } }

.entry-meta {
  font-weight: normal;
  margin-bottom: 30px; }

.post-date {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  /*
	font-size: 0.9em;
	line-height: 1em;
	text-transform: uppercase;
	display: inline-block;
	margin: $small-margin / 1.5 0 0;
*/ }
  @media (min-width: 576px) {
    .post-date {
      font-size: 14px; } }

.post-category {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px; }
  @media (min-width: 576px) {
    .post-category {
      font-size: 14px; } }

@media (min-width: 576px) {
  .single .entry-content {
    margin-top: 80px; } }

.single .entry-content .post-thumbnail {
  margin-bottom: 20px;
  margin-top: -100px; }

.single .entry-content .content-wrapper #post-content {
  padding-right: 0;
  margin-bottom: 60px; }
  @media (min-width: 576px) {
    .single .entry-content .content-wrapper #post-content {
      padding-right: 30px; } }

.page-content, .entry-content {
  margin: 20px auto 0; }
  @media (min-width: 992px) {
    .page-content, .entry-content {
      margin-top: 80px; } }
  @media (min-width: 992px) {
    .page-content, .entry-content {
      max-width: 1260px; } }

aside {
  order: 5; }
  @media (min-width: 992px) {
    aside {
      order: 0; } }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.posts-navigation a, .pagination a, .pagination .current, .next, .prev {
  font-family: 'RM Neue', sans-serif;
  font-weight: bold;
  font-size: 0.875em;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #212020;
  background: #FEC000;
  border-radius: 35px !important;
  padding: 24px 36px !important;
  color: #ffffff !important;
  border: solid 1px #FEC000 !important;
  background: none;
  display: flex;
  font-weight: normal;
  font-size: 0.75em;
  flex-direction: row;
  color: #ffffff;
  border: solid #ffffff 1px;
  padding: 14px 22px !important; }
  .posts-navigation a:hover, .posts-navigation a:focus, .pagination a:hover, .pagination a:focus, .pagination .current:hover, .pagination .current:focus, .next:hover, .next:focus, .prev:hover, .prev:focus {
    color: #212020;
    background-color: #ffffff;
    cursor: pointer; }
  .posts-navigation a:hover, .posts-navigation a:focus, .pagination a:hover, .pagination a:focus, .pagination .current:hover, .pagination .current:focus, .next:hover, .next:focus, .prev:hover, .prev:focus {
    color: #212020 !important;
    background-color: #FEC000 !important;
    cursor: pointer; }

.pagination {
  padding: 0 0 60px; }
  .pagination ul {
    border-top: 1px solid #ffffff;
    padding-top: 30px;
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 10px; }
    .pagination ul li a:not(.prev, .next) {
      text-align: center; }
    .pagination ul li .current {
      color: #212020 !important;
      background-color: #FEC000;
      border-color: #FEC000;
      transition: 0.3s; }
      .pagination ul li .current:hover {
        cursor: pointer; }
    .pagination ul li .dots {
      padding-top: 8px;
      display: block; }

.post-navigation .nav-links {
  padding-top: 30px;
  gap: 20px;
  flex-wrap: wrap; }
  @media (min-width: 576px) {
    .post-navigation .nav-links {
      flex-wrap: nowrap;
      justify-content: space-between; } }
  .post-navigation .nav-links .nav-previous {
    margin-right: auto; }
  .post-navigation .nav-links .nav-next {
    margin-left: auto; }
  .post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next {
    background: none;
    border: solid 2px #212020; }
    @media (min-width: 768px) {
      .post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next {
        max-width: 50%; } }
    .post-navigation .nav-links .nav-previous a, .post-navigation .nav-links .nav-next a {
      display: block;
      color: #212020;
      text-decoration: none;
      padding: 20px 20px 30px 20px; }
      .post-navigation .nav-links .nav-previous a .nav-subtitle, .post-navigation .nav-links .nav-next a .nav-subtitle {
        color: #FEC000;
        display: inline-block; }
      .post-navigation .nav-links .nav-previous a .nav-title, .post-navigation .nav-links .nav-next a .nav-title {
        display: block; }
    .post-navigation .nav-links .nav-previous:hover, .post-navigation .nav-links .nav-next:hover {
      cursor: pointer;
      color: #fff;
      border: solid 2px #212020;
      background-color: #212020;
      transition: 0.3s; }
      .post-navigation .nav-links .nav-previous:hover a, .post-navigation .nav-links .nav-next:hover a {
        color: #FEC000;
        text-decoration: none; }
        .post-navigation .nav-links .nav-previous:hover a .nav-title, .post-navigation .nav-links .nav-next:hover a .nav-title {
          color: #fff; }
        .post-navigation .nav-links .nav-previous:hover a .nav-subtitle, .post-navigation .nav-links .nav-next:hover a .nav-subtitle {
          color: #FEC000; }
  .post-navigation .nav-links .nav-previous {
    flex: 1 0 50%; }
  .post-navigation .nav-links .nav-next {
    flex: 1 1 50%;
    text-align: start; }
    @media (min-width: 576px) {
      .post-navigation .nav-links .nav-next {
        text-align: end; } }

#services {
  margin-bottom: 60px;
  margin-top: 60px; }
  @media (min-width: 992px) {
    #services {
      margin-top: 0; } }
  #services ul.services li {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 60px 0; }
    @media (min-width: 992px) {
      #services ul.services li {
        gap: 63px;
        flex-direction: row;
        padding: 60px 40px; } }
    #services ul.services li:first-of-type {
      padding-top: 0; }
    #services ul.services li .image {
      width: 100%;
      line-height: 0; }
      @media (min-width: 992px) {
        #services ul.services li .image {
          width: 50%; } }
    #services ul.services li .content {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      #services ul.services li .content .text {
        max-width: 600px; }
        #services ul.services li .content .text h2 {
          text-transform: uppercase;
          font-family: 'RM Neue', sans-serif;
          font-weight: bold;
          margin-bottom: 20px; }
          @media (min-width: 992px) {
            #services ul.services li .content .text h2 {
              margin-bottom: 30px; } }
          #services ul.services li .content .text h2.light {
            font-family: 'RM Neue', sans-serif;
            font-weight: 300;
            color: #FEC000;
            margin-bottom: 0; }
      #services ul.services li .content .button {
        margin-top: 20px;
        display: flex; }
    #services ul.services li:nth-of-type(2) {
      flex-direction: column; }
      @media (min-width: 992px) {
        #services ul.services li:nth-of-type(2) {
          flex-direction: row-reverse;
          justify-content: space-between; } }
    #services ul.services li:not(:last-child) {
      border-bottom: 1px solid #ffffff; }
  #services.single {
    padding-top: 90px;
    margin-top: 90px;
    border-top: 1px solid #ffffff; }

#who-we-are {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ffffff;
  padding-top: 60px;
  margin: 0 0 60px 0; }
  @media (min-width: 768px) {
    #who-we-are {
      border-top: none;
      border-left: 1px solid #ffffff;
      padding: 90px 60px 60px; } }
  #who-we-are .header-row, #who-we-are .content-row {
    display: flex;
    flex-direction: column;
    gap: 0; }
    @media (min-width: 768px) {
      #who-we-are .header-row, #who-we-are .content-row {
        gap: 60px;
        flex-direction: row; } }
    @media (min-width: 1260px) {
      #who-we-are .header-row, #who-we-are .content-row {
        gap: 0; } }
  #who-we-are .left-column, #who-we-are .right-column {
    width: 100%;
    /*
		padding: $standard-margin*3 $standard-margin*2 $standard-margin*2;
		margin: 0 0 $standard-margin*2 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
*/ }
    @media (min-width: 768px) {
      #who-we-are .left-column, #who-we-are .right-column {
        width: 50%; } }
    #who-we-are .left-column h2, #who-we-are .right-column h2 {
      margin-bottom: 15px; }
      @media (min-width: 992px) {
        #who-we-are .left-column h2, #who-we-are .right-column h2 {
          margin-bottom: 30px; } }
    #who-we-are .left-column .button, #who-we-are .right-column .button {
      margin-top: 30px;
      display: flex; }
  #who-we-are .left-column .text {
    max-width: none; }
    @media (min-width: 768px) {
      #who-we-are .left-column .text {
        max-width: 400px; } }
  #who-we-are .right-column {
    column-count: 1; }
    @media (min-width: 576px) {
      #who-we-are .right-column {
        column-count: 2; } }
    @media (min-width: 768px) {
      #who-we-are .right-column {
        column-count: 1; } }
    @media (min-width: 992px) {
      #who-we-are .right-column {
        column-count: 2; } }

#sibling-links {
  padding-top: 90px;
  margin-top: 90px;
  border-top: 1px solid #ffffff; }
  #sibling-links h2 {
    margin-bottom: 90px; }
  #sibling-links ul.two-column {
    list-style: none; }
    #sibling-links ul.two-column li {
      margin-bottom: 45px; }
      @media (min-width: 768px) {
        #sibling-links ul.two-column li {
          margin-bottom: 0; } }
      #sibling-links ul.two-column li .content {
        margin-bottom: 10px;
        padding-right: 30px; }
        @media (min-width: 768px) {
          #sibling-links ul.two-column li .content {
            margin-bottom: 30px; } }
        #sibling-links ul.two-column li .content h2 {
          text-align: left;
          margin-top: 20px;
          margin-bottom: 20px; }
          @media (min-width: 768px) {
            #sibling-links ul.two-column li .content h2 {
              margin-top: 30px; } }
  #sibling-links ul.three-column li h2 {
    margin-bottom: 20px; }

#contact-form {
  border-top: 1px solid #ffffff;
  padding-top: 60px;
  margin-top: 120px; }

#contact-form-inverted {
  margin-top: 120px;
  background-color: #FEC000;
  padding: 40px 20px;
  color: #212020; }
  @media (min-width: 576px) {
    #contact-form-inverted {
      padding: 40px; } }

#latest-reports {
  padding-top: 90px;
  margin-top: 90px;
  border-top: 1px solid #ffffff; }
  #latest-reports h2 {
    margin-bottom: 90px; }
  #latest-reports ul.three-column {
    margin-bottom: 60px;
    gap: 20px;
    flex-direction: column; }
    @media (min-width: 1260px) {
      #latest-reports ul.three-column {
        flex-direction: row; } }
    #latest-reports ul.three-column li {
      width: 100%; }
      @media (min-width: 1260px) {
        #latest-reports ul.three-column li {
          width: 32.5%; } }
      #latest-reports ul.three-column li.tile {
        border: 1px solid #ffffff;
        padding: 20px 20px 30px;
        display: flex;
        flex-direction: column; }
        @media (min-width: 576px) {
          #latest-reports ul.three-column li.tile {
            padding: 30px; } }
        #latest-reports ul.three-column li.tile a {
          margin-bottom: 0; }
        #latest-reports ul.three-column li.tile h3.post-title {
          font-size: 1.625em;
          margin-bottom: 30px; }
        #latest-reports ul.three-column li.tile .post-meta {
          margin-bottom: 30px;
          flex: 1; }
          #latest-reports ul.three-column li.tile .post-meta .post-author {
            margin-bottom: 10px;
            line-height: 1.2em; }
        #latest-reports ul.three-column li.tile .buttons {
          display: flex;
          flex-direction: column;
          gap: 20px; }
          @media (min-width: 576px) {
            #latest-reports ul.three-column li.tile .buttons {
              flex-direction: row; } }
          #latest-reports ul.three-column li.tile .buttons a {
            justify-content: center; }

#newsletter-signup {
  padding-top: 90px;
  margin-top: 90px;
  border-top: 1px solid #ffffff; }
  #newsletter-signup h2 {
    margin-bottom: 90px; }
  #newsletter-signup .content-block-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0; }
    #newsletter-signup .content-block-row h2 {
      margin-bottom: 30px; }
    #newsletter-signup .content-block-row .content {
      margin-bottom: 30px; }
    #newsletter-signup .content-block-row a {
      width: fit-content; }

.home #logo-nav-wrapper {
  border-bottom: none;
  /*
		@include xl {
			@include keyline-1-bottom;
		}
*/ }

.home main {
  margin-top: 70px; }
  @media (min-width: 576px) {
    .home main {
      margin-top: 120px; } }
  @media (min-width: 1260px) {
    .home main {
      margin-top: 30px; } }

.home header.entry-header {
  padding: 0; }
  .home header.entry-header #hero .bg-image {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 30px;
    background-size: cover;
    background-position: center; }
    @media (min-width: 576px) {
      .home header.entry-header #hero .bg-image {
        padding: 60px;
        height: 660px; } }
    .home header.entry-header #hero .bg-image h1 {
      font-size: 3.1em;
      font-weight: 400;
      line-height: 1em;
      margin: 0;
      max-width: 860px; }
      @media (min-width: 576px) {
        .home header.entry-header #hero .bg-image h1 {
          font-size: 3.5em; } }
      @media (min-width: 768px) {
        .home header.entry-header #hero .bg-image h1 {
          font-size: 4em;
          /* 				margin: $small-margin 0 0 */ } }
      @media (min-width: 992px) {
        .home header.entry-header #hero .bg-image h1 {
          font-size: 4.5em; } }
      @media (min-width: 1260px) {
        .home header.entry-header #hero .bg-image h1 {
          font-size: 5em;
          line-height: 1.1em; } }
    .home header.entry-header #hero .bg-image .standfirst {
      font-size: 1.125em;
      max-width: 660px;
      margin-bottom: 30px; }
      @media (min-width: 576px) {
        .home header.entry-header #hero .bg-image .standfirst {
          margin-bottom: 60px; } }
    .home header.entry-header #hero .bg-image .buttons {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      @media (min-width: 576px) {
        .home header.entry-header #hero .bg-image .buttons {
          flex-direction: row;
          gap: 20px; } }

.home .entry-content .content-wrapper {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding-bottom: 120px; }
  @media (min-width: 992px) {
    .home .entry-content .content-wrapper {
      padding-bottom: 0; } }

.home .feature-link-panel {
  margin-bottom: 60px; }
  .home .feature-link-panel .bg-image {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px; }
    @media (min-width: 576px) {
      .home .feature-link-panel .bg-image {
        height: 500px; } }
    @media (min-width: 768px) {
      .home .feature-link-panel .bg-image {
        height: 600px; } }
    @media (min-width: 992px) {
      .home .feature-link-panel .bg-image {
        height: 660px; } }
    .home .feature-link-panel .bg-image h1 {
      font-size: 3em;
      color: #FEC000;
      line-height: 1.1em;
      font-weight: 400;
      margin: 0 0 75px;
      max-width: 90%; }
      @media (min-width: 576px) {
        .home .feature-link-panel .bg-image h1 {
          font-size: 3.1em; } }
      @media (min-width: 768px) {
        .home .feature-link-panel .bg-image h1 {
          font-size: 4em;
          line-height: 1.1em;
          /* 				margin: $small-margin 0 0 */ } }
      @media (min-width: 992px) {
        .home .feature-link-panel .bg-image h1 {
          font-size: 5em; } }
      @media (min-width: 1260px) {
        .home .feature-link-panel .bg-image h1 {
          max-width: 860px;
          /*
					font-size: 5em;
					line-height: 1.1em;
*/ } }
      .home .feature-link-panel .bg-image h1.dark {
        color: #212020; }

.home #latest-news .content, .home #upcoming-events .content {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #2C2B2B;
  padding: 20px 20px 30px; }
  @media (min-width: 768px) {
    .home #latest-news .content, .home #upcoming-events .content {
      padding: 50px 40px; } }
  .home #latest-news .content a, .home #upcoming-events .content a {
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    flex: 1; }
    .home #latest-news .content a .image-wrapper, .home #upcoming-events .content a .image-wrapper {
      transition: 0.3s; }
    .home #latest-news .content a:hover .image-wrapper, .home #upcoming-events .content a:hover .image-wrapper {
      opacity: 0.5; }
  .home #latest-news .content .image-wrapper, .home #upcoming-events .content .image-wrapper {
    margin-bottom: 30px; }
  .home #latest-news .content .post-category, .home #upcoming-events .content .post-category {
    display: block;
    margin-bottom: 20px;
    color: #ffffff !important; }
  .home #latest-news .content .post-title, .home #upcoming-events .content .post-title {
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.333333em;
    text-decoration: underline;
    display: block; }

.home #latest-news .button, .home #upcoming-events .button {
  display: flex;
  width: fit-content; }

.home #latest-news.left-column {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .home #latest-news.left-column {
      margin-bottom: 0; } }

.home #latest-news .content .post-title {
  margin-bottom: 60px; }

.home #upcoming-events {
  display: flex;
  flex-direction: column; }
  .home #upcoming-events .content a .post-title {
    margin-bottom: 20px; }
    .home #upcoming-events .content a .post-title.fallback {
      text-decoration: none;
      color: #ffffff !important; }
  .home #upcoming-events .content a .event-meta {
    display: block;
    margin-bottom: 60px;
    color: #ffffff !important; }
    .home #upcoming-events .content a .event-meta p {
      margin: 0; }

#categories ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px; }
  #categories ul li a {
    display: flex; }
    #categories ul li a.current {
      color: #212020 !important;
      background-color: #FEC000;
      border-color: #FEC000; }
      #categories ul li a.current:hover {
        background-color: #ffffff;
        border-color: #ffffff; }

.single-resource h1.entry-title {
  max-width: 700px; }

.single-resource #categories ul {
  margin-top: 10px;
  margin-bottom: 30px; }
  @media (min-width: 576px) {
    .single-resource #categories ul {
      margin-top: 30px;
      margin-bottom: -30px; } }

.single-resource .right-column h2.post-title {
  margin-bottom: 40px; }

.single-resource .right-column .featured-image {
  margin-bottom: 30px; }

.single-resource .right-column #post-content {
  margin-bottom: 60px; }

.news-events .left-column {
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .news-events .left-column {
      padding-right: 60px;
      width: 42%; } }
  .news-events .left-column .standfirst {
    margin-top: 10px;
    margin-bottom: 40px;
    max-width: 700px; }
    @media (min-width: 992px) {
      .news-events .left-column .standfirst {
        margin-top: 0;
        max-width: none; } }
  .news-events .left-column #archive {
    max-width: 280px; }

.news-events .right-column {
  width: 100%; }
  @media (min-width: 992px) {
    .news-events .right-column {
      width: 58%; } }
  .news-events .right-column #categories h1 {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 0; }
  .news-events .right-column #categories ul {
    margin-bottom: 30px; }
  .news-events .right-column .news-home ul {
    list-style: none;
    padding-top: 30px;
    border-top: 1px solid #ffffff; }
    .news-events .right-column .news-home ul li {
      display: flex;
      flex-direction: column-reverse;
      padding-bottom: 30px;
      margin-bottom: 20px; }
      .news-events .right-column .news-home ul li:not(:last-child) {
        border-bottom: 1px solid #ffffff;
        border-color: #666; }
      @media (min-width: 768px) {
        .news-events .right-column .news-home ul li {
          flex-direction: row; } }
      .news-events .right-column .news-home ul li .left-column {
        display: flex;
        flex-direction: column;
        padding-right: 0;
        width: auto; }
        @media (min-width: 768px) {
          .news-events .right-column .news-home ul li .left-column {
            width: 477px; } }
        .news-events .right-column .news-home ul li .left-column a {
          text-decoration: underline;
          margin-bottom: 0; }
          .news-events .right-column .news-home ul li .left-column a .content {
            margin: 0;
            flex: none; }
            .news-events .right-column .news-home ul li .left-column a .content .image-wrapper {
              margin-bottom: 20px; }
            .news-events .right-column .news-home ul li .left-column a .content .post-title {
              display: block;
              font-size: 1.5em;
              line-height: 1.333333em;
              padding-right: 30px;
              max-width: none;
              margin: 0; }
        .news-events .right-column .news-home ul li .left-column .event-details {
          margin-top: 20px; }
          .news-events .right-column .news-home ul li .left-column .event-details p {
            margin: 0; }
      .news-events .right-column .news-home ul li .right-column {
        width: auto; }
        .news-events .right-column .news-home ul li .right-column .post-meta {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          margin-bottom: 20px; }
          @media (min-width: 768px) {
            .news-events .right-column .news-home ul li .right-column .post-meta {
              flex-direction: column;
              padding-left: 30px; } }
          .news-events .right-column .news-home ul li .right-column .post-meta ul {
            padding-top: 0;
            border: none; }
            .news-events .right-column .news-home ul li .right-column .post-meta ul li {
              border: none;
              padding: 0;
              margin: 0;
              flex-direction: unset; }
              .news-events .right-column .news-home ul li .right-column .post-meta ul li:not(:last-child):after {
                content: ','; }
              .news-events .right-column .news-home ul li .right-column .post-meta ul li a {
                margin-bottom: 0; }

.single-post header.entry-header {
  min-height: 0; }

.single-post .entry-content .two-column {
  margin-bottom: 150px; }
  .single-post .entry-content .two-column .left-column h1.entry-title {
    font-family: 'RM Neue', sans-serif;
    font-weight: normal;
    font-size: 2.5em;
    font-weight: normal;
    line-height: 1.1em;
    margin: 20px 0;
    margin-top: 0 !important;
    margin-bottom: 60px !important; }
    @media (min-width: 576px) {
      .single-post .entry-content .two-column .left-column h1.entry-title {
        margin: 80px 0 40px;
        font-size: 3.375em;
        line-height: 1.0370361em; } }
  .single-post .entry-content .two-column .right-column h2.post-title {
    margin-bottom: 40px; }
  .single-post .entry-content .two-column .right-column .featured-image {
    margin-bottom: 30px; }

.single-post .category-event .right-column .button, .single-post .category-event-cy .right-column .button {
  margin-top: 40px;
  display: flex;
  width: fit-content; }

#latest-news-row {
  padding-top: 90px;
  margin-top: 90px;
  border-top: 1px solid #ffffff; }
  #latest-news-row h2 {
    margin-bottom: 90px; }
  #latest-news-row ul.three-column li.tile a {
    margin-bottom: 0; }
    #latest-news-row ul.three-column li.tile a .image-wrapper {
      margin-bottom: 30px; }
    #latest-news-row ul.three-column li.tile a .post-meta {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      @media (min-width: 768px) {
        #latest-news-row ul.three-column li.tile a .post-meta {
          flex-direction: column;
          gap: 0;
          justify-content: flex-start; } }
      @media (min-width: 992px) {
        #latest-news-row ul.three-column li.tile a .post-meta {
          flex-direction: row;
          gap: 20px; } }
    #latest-news-row ul.three-column li.tile a .post-category {
      display: block;
      margin-bottom: 20px; }
    #latest-news-row ul.three-column li.tile a .post-title {
      font-size: 1.5em;
      font-weight: normal;
      line-height: 1.333333em;
      text-decoration: underline;
      display: block;
      margin-top: 0;
      margin-bottom: 60px;
      transition: 0.3s; }
    #latest-news-row ul.three-column li.tile a:hover .post-title {
      color: #FEC000; }

#past-event-notice {
  font-size: 1em;
  text-align: center;
  color: #212020;
  background-color: #FEC000;
  padding: 30px;
  margin-bottom: 40px; }
  #past-event-notice p {
    margin-bottom: 10px; }
  #past-event-notice a {
    color: #212020; }

#upcoming-events-row {
  padding-top: 90px;
  margin-top: 90px;
  border-top: 1px solid #ffffff;
  display: flex;
  flex-direction: column; }
  #upcoming-events-row h2 {
    margin-bottom: 90px; }
  #upcoming-events-row h2 {
    margin-bottom: 30px; }
  #upcoming-events-row ul.three-column {
    margin-top: 60px;
    margin-bottom: 60px;
    gap: 20px;
    justify-content: center;
    flex-direction: column; }
    @media (min-width: 992px) {
      #upcoming-events-row ul.three-column {
        flex-direction: row; } }
    #upcoming-events-row ul.three-column li {
      width: 100%; }
      @media (min-width: 992px) {
        #upcoming-events-row ul.three-column li {
          width: 32.5%; } }
      #upcoming-events-row ul.three-column li.tile {
        margin-bottom: 0 !important; }
        #upcoming-events-row ul.three-column li.tile a {
          background-color: #2C2B2B;
          padding: 24px 20px 60px;
          margin-bottom: 0; }
          #upcoming-events-row ul.three-column li.tile a .post-meta {
            display: flex;
            flex-direction: row;
            justify-content: space-between; }
          #upcoming-events-row ul.three-column li.tile a h3.post-title {
            font-weight: normal;
            font-size: 1.5em;
            line-height: 1.333333em;
            text-decoration: underline;
            margin-top: 30px;
            transition: 0.3s; }
          #upcoming-events-row ul.three-column li.tile a:hover h3.post-title {
            color: #FEC000; }
  #upcoming-events-row .event-fallback {
    margin-bottom: 60px; }
    #upcoming-events-row .event-fallback a {
      font-size: 1.125em; }

.category-event-cy .post-meta {
  flex-direction: column !important; }

#placemaking-resources {
  padding-top: 90px;
  margin-top: 90px;
  padding-top: 0; }
  #placemaking-resources h2 {
    margin-bottom: 90px; }
  #placemaking-resources .three-column {
    margin-bottom: 40px;
    flex-direction: column;
    gap: 30px; }
    @media (min-width: 576px) {
      #placemaking-resources .three-column {
        gap: none; } }
    @media (min-width: 1260px) {
      #placemaking-resources .three-column {
        flex-direction: row; } }
    #placemaking-resources .three-column li {
      width: 100%; }
      @media (min-width: 1260px) {
        #placemaking-resources .three-column li {
          width: 32.5%; } }
      #placemaking-resources .three-column li a {
        margin-bottom: 0; }
    #placemaking-resources .three-column .buttons {
      gap: 20px; }
      #placemaking-resources .three-column .buttons a {
        justify-content: center;
        flex-grow: 1; }

#latest-placemaking-news {
  padding-top: 90px;
  margin-top: 90px;
  border-top: 1px solid #ffffff; }
  #latest-placemaking-news h2 {
    margin-bottom: 90px; }
  #latest-placemaking-news ul.three-column li.tile .image-wrapper, #latest-placemaking-news ul.three-column li.tile .post-date {
    margin-bottom: 20px;
    /*
				@include sm {
					margin-bottom: $standard-margin;
				}
*/ }
  #latest-placemaking-news ul.three-column li.tile .post-date {
    margin-bottom: 10px;
    /*
				@include sm {
					margin-bottom: $standard-margin;
				}				
*/ }
  #latest-placemaking-news ul.three-column li.tile a:hover .post-title {
    color: red; }
  #latest-placemaking-news ul.three-column li.tile a {
    margin-bottom: 0; }
    #latest-placemaking-news ul.three-column li.tile a .post-title {
      font-size: 1.5em;
      line-height: 1.333333em;
      text-decoration: underline;
      display: block;
      margin: 0 0 60px;
      transition: 0.3s; }
    #latest-placemaking-news ul.three-column li.tile a:hover .post-title {
      color: #FEC000; }

#board-team-profiles .title-divider {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 30px; }
  #board-team-profiles .title-divider h2 {
    margin-bottom: 10px; }

#board-team-profiles ul.profiles {
  max-width: 900px; }
  #board-team-profiles ul.profiles li {
    padding-bottom: 30px;
    margin-bottom: 60px;
    gap: 20px;
    flex-direction: column; }
    @media (min-width: 576px) {
      #board-team-profiles ul.profiles li {
        gap: 40px;
        flex-direction: row;
        margin-bottom: 30px; } }
    #board-team-profiles ul.profiles li .image-wrapper {
      text-align: center; }
      #board-team-profiles ul.profiles li .image-wrapper img {
        border-radius: 80px;
        width: 160px;
        max-width: none; }
    #board-team-profiles ul.profiles li .content .position {
      text-align: center; }
      @media (min-width: 576px) {
        #board-team-profiles ul.profiles li .content .position {
          text-align: left; } }
    #board-team-profiles ul.profiles li .content .name {
      text-align: center;
      color: #FEC000;
      font-size: 2.25em;
      margin-bottom: 10px; }
      @media (min-width: 576px) {
        #board-team-profiles ul.profiles li .content .name {
          text-align: left; } }
    #board-team-profiles ul.profiles li .content .accreditation {
      text-align: center;
      font-size: 0.75em;
      margin-bottom: 20px; }
      @media (min-width: 576px) {
        #board-team-profiles ul.profiles li .content .accreditation {
          text-align: left; } }
    #board-team-profiles ul.profiles li .content p:first-of-type {
      margin-top: 20px; }
      @media (min-width: 576px) {
        #board-team-profiles ul.profiles li .content p:first-of-type {
          margin-top: 0; } }

#design-review-profiles {
  border-top: 1px solid #ffffff;
  padding-top: 20px; }
  #design-review-profiles ul.profiles {
    width: 100%; }
    @media (min-width: 576px) {
      #design-review-profiles ul.profiles {
        gap: 30px; } }
    @media (min-width: 768px) {
      #design-review-profiles ul.profiles {
        column-count: 2; } }
    @media (min-width: 992px) {
      #design-review-profiles ul.profiles {
        gap: 90px; } }
    #design-review-profiles ul.profiles li {
      flex-direction: row;
      border-color: #666 !important;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; }
      #design-review-profiles ul.profiles li .content {
        margin-bottom: 30px; }
        #design-review-profiles ul.profiles li .content .position {
          margin-top: 20px; }
        #design-review-profiles ul.profiles li .content .name {
          font-size: 1.625em;
          margin: 10px 0 0; }

#board-team-profiles, #design-review-profiles {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  #board-team-profiles ul.profiles, #design-review-profiles ul.profiles {
    list-style: none; }
    #board-team-profiles ul.profiles li, #design-review-profiles ul.profiles li {
      display: flex; }
      #board-team-profiles ul.profiles li:not(:last-of-type), #design-review-profiles ul.profiles li:not(:last-of-type) {
        border-bottom: 1px solid #ffffff; }
      #board-team-profiles ul.profiles li .content, #design-review-profiles ul.profiles li .content {
        display: flex;
        flex-direction: column; }
        #board-team-profiles ul.profiles li .content .name, #design-review-profiles ul.profiles li .content .name {
          font-weight: normal; }
        #board-team-profiles ul.profiles li .content .position, #design-review-profiles ul.profiles li .content .position {
          font-size: 0.75em;
          font-weight: bold; }

.contact #location-map {
  background-color: #2C2B2B;
  margin-bottom: 90px;
  gap: 0; }
  .contact #location-map .content {
    margin-bottom: 0;
    padding: 30px 20px 20px; }
    @media (min-width: 576px) {
      .contact #location-map .content {
        padding: 50px 40px; } }
  .contact #location-map .map iframe {
    width: 100%; }

.contact #visiting-us.two-column {
  flex-direction: column-reverse;
  background-color: #2C2B2B; }
  @media (min-width: 992px) {
    .contact #visiting-us.two-column {
      flex-direction: row; } }
  .contact #visiting-us.two-column .left-column.image {
    display: flex;
    margin-bottom: 0; }
    .contact #visiting-us.two-column .left-column.image img {
      object-fit: cover;
      margin-bottom: 0; }
  .contact #visiting-us.two-column .right-column.content {
    padding: 30px 20px 20px; }
    @media (min-width: 576px) {
      .contact #visiting-us.two-column .right-column.content {
        padding: 50px 40px; } }
    .contact #visiting-us.two-column .right-column.content h3 {
      font-size: 1.125em;
      text-transform: uppercase; }
      @media (min-width: 576px) {
        .contact #visiting-us.two-column .right-column.content h3 {
          font-size: 1.325em; } }

.page-template-legal-template .content-block-row:first-of-type {
  border-top: 1px solid #ffffff;
  padding-top: 60px; }

.search-results h1.entry-title {
  font-family: 'RM Neue', sans-serif;
  font-weight: normal;
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1.1em;
  margin: 20px 0;
  padding-right: 60px; }
  @media (min-width: 576px) {
    .search-results h1.entry-title {
      margin: 80px 0 40px;
      font-size: 3.375em;
      line-height: 1.0370361em; } }

.search-results .right-column {
  margin-bottom: 120px;
  margin-top: 40px; }
  @media (min-width: 992px) {
    .search-results .right-column {
      margin-top: 90px; } }
  .search-results .right-column article {
    margin-bottom: 40px; }
  .search-results .right-column .entry-header #post-type {
    padding-bottom: 0 !important; }
  .search-results .right-column .entry-header .entry-title {
    margin-bottom: 10px; }
  .search-results .right-column .post-category {
    color: #FEC000;
    font-size: 0.875em;
    display: block;
    margin-bottom: 10px; }
  .search-results .right-column .event-details p {
    font-weight: 300;
    font-size: 0.875;
    margin: 0; }
  .search-results .right-column .image-wrapper {
    margin-bottom: 20px; }

.search-results .page-content article, .archive .page-content article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.search-results .page-content .entry-header, .archive .page-content .entry-header {
  background: none;
  color: #2C2B2B;
  margin-bottom: 20px;
  padding: 0;
  min-height: 0;
  width: 100%; }
  .search-results .page-content .entry-header #post-type, .archive .page-content .entry-header #post-type {
    border-bottom: 1px solid #eee;
    margin: 0 0 20px 0;
    color: #212020;
    font-weight: normal;
    font-size: 0.875em;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      .search-results .page-content .entry-header #post-type, .archive .page-content .entry-header #post-type {
        margin: 0 0 20px 0; } }
  .search-results .page-content .entry-header h2, .archive .page-content .entry-header h2 {
    font-size: 1.5em;
    line-height: 1.333333em;
    font-weight: normal !important; }
    .search-results .page-content .entry-header h2 a:hover, .archive .page-content .entry-header h2 a:hover {
      color: #FEC000;
      text-decoration: underline; }
  .search-results .page-content .entry-header .entry-meta, .archive .page-content .entry-header .entry-meta {
    margin-bottom: 0; }

.search-results .page-content .image-wrapper, .archive .page-content .image-wrapper {
  margin-top: 0;
  width: auto;
  align-self: flex-start; }
  .search-results .page-content .image-wrapper.full, .archive .page-content .image-wrapper.full {
    flex-basis: content;
    width: 100%; }
  .search-results .page-content .image-wrapper a, .archive .page-content .image-wrapper a {
    display: flex; }

.search-results .page-content .entry-summary, .archive .page-content .entry-summary {
  width: 100%;
  margin: 0;
  padding: 0; }

.search-results .page-content .entry-footer, .archive .page-content .entry-footer {
  width: 100%;
  /*
		    padding-top: $small-margin / 2;
		    margin: $standard-margin 0 $standard-margin * 2 0;
		    color: $primary-color;
		    font-weight: 600;
			text-transform: uppercase;
*/
  background: none; }
  .search-results .page-content .entry-footer .cat-links, .archive .page-content .entry-footer .cat-links {
    border-left: 2px solid #eee;
    padding-left: 10px;
    margin-left: 10px; }

.search-results .page-content .featured p, .archive .page-content .featured p {
  margin-bottom: 30px; }

.error-404 .page-content {
  margin-top: 60px; }
  .error-404 .page-content .search-form {
    margin-top: 60px; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }

.widget select {
  max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /*
    overflow: hidden;
    max-width: 100%;
    min-height: 450px;
    height: auto;
    height: 0;
*/ }

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

/* Captions
--------------------------------------------- */
.wp-caption {
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0; }

.home .wp-caption .wp-caption-text {
  margin-top: 5px; }

.wp-caption-text, details, .image-credit {
  text-align: left;
  font-size: 0.9em;
  line-height: 1.5em;
  max-width: 660px; }

summary {
  cursor: pointer;
  text-decoration: underline; }
  summary::marker {
    content: ''; }

.image-credit {
  max-width: none;
  margin-top: 10px; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: block;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Sitemap plugin
--------------------------------------------------------------*/
.simple-sitemap-container.tab-enabled label {
  border-radius: 0 !important;
  background-color: #212020 !important;
  transition: 0.3s;
  float: none;
  margin-right: 0;
  padding: 10px; }
  @media (min-width: 576px) {
    .simple-sitemap-container.tab-enabled label {
      padding: 10px 20px; } }
  @media (min-width: 768px) {
    .simple-sitemap-container.tab-enabled label {
      float: left;
      margin-right: 5px; } }
  .simple-sitemap-container.tab-enabled label:hover {
    background-color: #ffffff !important; }
    .simple-sitemap-container.tab-enabled label:hover h2 {
      color: #212020; }
  .simple-sitemap-container.tab-enabled label h2 {
    color: #ffffff;
    font-size: 0.9em;
    font-weight: normal; }
    @media (min-width: 576px) {
      .simple-sitemap-container.tab-enabled label h2 {
        font-size: 1em; } }

.simple-sitemap-container.tab-enabled input:checked + label {
  background-color: #ffffff !important; }

.simple-sitemap-container.tab-enabled input:checked + label h2 {
  font-weight: normal;
  color: #212020 !important; }

.simple-sitemap-container.tab-enabled .panel {
  border-top: 1px solid #ffffff;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-radius: 0; }

.simple-sitemap-container.tab-enabled ul.main, .simple-sitemap-container.tab-enabled ul.main ul {
  list-style-type: none; }

.simple-sitemap-container.tab-enabled ul.main {
  max-width: 600px;
  margin: 20px !important; }
  @media (min-width: 576px) {
    .simple-sitemap-container.tab-enabled ul.main {
      margin: 40px 22.5px 60px !important; } }
  .simple-sitemap-container.tab-enabled ul.main li {
    margin-bottom: 10px;
    font-size: inherit; }
  .simple-sitemap-container.tab-enabled ul.main ul {
    list-style-type: '— ';
    margin: 10px 20px 0; }

.simple-sitemap-wrap:not(:first-of-type) {
  margin-top: 0; }

/*--------------------------------------------------------------
# Gravity Forms
--------------------------------------------------------------*/
.gform_wrapper .gform_heading h2.gform_title {
  display: none !important; }

.gform_wrapper .gfield_label {
  color: #ffffff !important;
  font-size: 1.125em !important; }
  .gform_wrapper .gfield_label .gfield_required {
    font-size: 16px !important;
    font-weight: 200;
    color: #ffffff !important; }

.gform_wrapper .gform-field-label--type-sub, .gform_wrapper .gfield_description {
  color: #ffffff !important;
  font-size: 14px !important;
  text-transform: uppercase; }

.gform_wrapper .invert .gfield_label, .gform_wrapper .invert .gform-field-label--type-sub, .gform_wrapper .invert .gfield_description {
  color: #212020 !important; }
  .gform_wrapper .invert .gfield_label .gfield_required, .gform_wrapper .invert .gform-field-label--type-sub .gfield_required, .gform_wrapper .invert .gfield_description .gfield_required {
    color: #212020 !important; }

.gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper input[type="url"], .gform_wrapper input[type="password"], .gform_wrapper input[type="search"], .gform_wrapper input[type="number"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="range"], .gform_wrapper input[type="date"], .gform_wrapper input[type="month"], .gform_wrapper input[type="week"], .gform_wrapper input[type="time"], .gform_wrapper input[type="datetime"], .gform_wrapper input[type="datetime-local"], .gform_wrapper input[type="color"], .gform_wrapper textarea {
  border-radius: 0 !important;
  border: none; }

.gform_wrapper .gform_button {
  font-family: 'RM Neue', sans-serif;
  font-weight: bold;
  font-size: 0.875em;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #212020;
  background: #FEC000;
  border-radius: 35px !important;
  padding: 24px 36px !important;
  color: #ffffff !important;
  border: solid 1px #FEC000 !important;
  background: none;
  font-weight: bold !important;
  font-size: 0.875em !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: #ffffff !important;
  border: solid 1px #FEC000 !important;
  background: none !important; }
  .gform_wrapper .gform_button:hover, .gform_wrapper .gform_button:focus {
    color: #212020;
    background-color: #ffffff;
    cursor: pointer; }
  .gform_wrapper .gform_button:hover, .gform_wrapper .gform_button:focus {
    color: #212020 !important;
    background-color: #FEC000 !important;
    cursor: pointer; }
  .gform_wrapper .gform_button:hover, .gform_wrapper .gform_button:focus {
    color: #212020 !important;
    background-color: #FEC000 !important;
    cursor: pointer !important; }

.gform_wrapper .gform_validation_errors {
  box-shadow: none !important;
  border-radius: 0 !important;
  border-color: #b30000 !important;
  border: solid red 4px !important;
  padding: 20px 20px 30px !important; }
  .gform_wrapper .gform_validation_errors h2.gform_submission_error {
    font-size: 1.375em !important;
    color: #ffffff !important;
    line-height: 26px !important;
    margin-bottom: 10px; }
  .gform_wrapper .gform_validation_errors .gform-icon--circle-error {
    display: none !important; }
  .gform_wrapper .gform_validation_errors ol {
    color: #fff;
    padding-left: 30px !important;
    font-size: 16px !important;
    list-style: '–' !important; }
    .gform_wrapper .gform_validation_errors ol li {
      color: #fff;
      padding-left: 10px; }
      .gform_wrapper .gform_validation_errors ol li a {
        color: inherit; }

.gform_wrapper .validation_message {
  text-transform: none; }

.gform_wrapper .gform_fields {
  row-gap: 30px !important; }

.gform_wrapper .gform_footer {
  margin-top: 45px !important;
  position: relative; }
  .gform_wrapper .gform_footer .gform_ajax_spinner {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%); }
  .gform_wrapper .gform_footer input.disabled {
    background-color: #666; }

.gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gfield_error textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  border: solid red 4px !important; }

#contact-form-inverted .gform_wrapper .gfield_label {
  color: #212020 !important; }

#contact-form-inverted .gform_wrapper .gform_button {
  font-family: 'RM Neue', sans-serif;
  font-weight: bold;
  font-size: 0.875em;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #212020;
  background: #FEC000;
  border-radius: 35px !important;
  padding: 24px 36px !important;
  color: #ffffff !important;
  border: solid 1px #FEC000 !important;
  background: none;
  color: #ffffff !important;
  background: #212020 !important; }
  #contact-form-inverted .gform_wrapper .gform_button:hover, #contact-form-inverted .gform_wrapper .gform_button:focus {
    color: #212020;
    background-color: #ffffff;
    cursor: pointer; }
  #contact-form-inverted .gform_wrapper .gform_button:hover, #contact-form-inverted .gform_wrapper .gform_button:focus {
    color: #212020 !important;
    background-color: #FEC000 !important;
    cursor: pointer; }
  #contact-form-inverted .gform_wrapper .gform_button:hover, #contact-form-inverted .gform_wrapper .gform_button:focus {
    color: #212020 !important;
    background-color: #ffffff !important; }

#contact-form-inverted .gform_validation_errors {
  background-color: #ffffff; }
  #contact-form-inverted .gform_validation_errors h2.gform_submission_error {
    color: red !important; }
  #contact-form-inverted .gform_validation_errors ol {
    color: red; }
    #contact-form-inverted .gform_validation_errors ol li {
      color: red; }
      #contact-form-inverted .gform_validation_errors ol li a {
        color: inherit; }

#contact-form-inverted .gform_confirmation_wrapper {
  color: #212020 !important; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Text highlight colour */
::selection {
  color: #212020;
  background: #eee; }

::-moz-selection {
  color: #212020;
  background: #eee; }

.light-bg-1 {
  background-color: rgba(254, 54, 53, 0.1); }

.caps {
  text-transform: uppercase; }

.invert {
  color: #ffffff !important; }

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

.centred {
  text-align: center;
  display: flex;
  justify-content: center; }
