@charset "UTF-8";
/*
Theme Name: WWA - Master
Author: Hybrid Studio Ltd
Author URI: https://thisishybrid.com
Description: Master theme for Welsh Women's Aid main website & microsites
Version: 1.2.9
License: © Copyright Hybrid Studio Ltd
Text Domain: welshwomensaid-master

welshwomensaid 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
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  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: #333;
  font-family: "Poppins", "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 1.5; }

h1,
h2,
h3 {
  font-family: 'Quicksand', 'Helvetica Neue', sans-serif;
  letter-spacing: -0.02em;
  clear: both; }

h4,
h5,
h6 {
  font-family: "Poppins", "Helvetica Neue", sans-serif;
  clear: both; }

main {
  margin-top: 69px; }
  @media (min-width: 992px) {
    main {
      margin-top: 0; } }
  main .content-block-row a {
    word-break: break-word; }
  main .content-block-row h2 {
    margin-bottom: 30px; }
  main .content-block-row {
    margin-bottom: 90px; }
    main .content-block-row.sub-page-list {
      margin: 0; }
  main h2 {
    font-family: 'Quicksand', 'Helvetica Neue', sans-serif;
    letter-spacing: -0.02em;
    font-size: 2em !important;
    font-weight: 600;
    line-height: 1.15em;
    margin: 0 0 20px; }
  main h3 {
    font-size: 1.6em;
    line-height: 1.3em;
    margin: 60px 0 20px; }
  main h4 {
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 60px 0 20px; }
  main ul, main ol {
    margin: 0;
    padding: 0; }
  main .standard-ul ul:not(.download-links) {
    list-style-type: disc; }
  main .standard-ul ol {
    list-style-type: decimal; }
  main .standard-ul ul:not(.download-links), main .standard-ul ol {
    margin-top: 10px;
    margin-left: 40px;
    margin-bottom: 30px; }
    main .standard-ul ul:not(.download-links) li, main .standard-ul ol li {
      padding-left: 5px;
      margin-bottom: 13.33333px; }
  main .standard-ul li::marker {
    color: #04787b; }
  main .standard-ul ul ul, main .standard-ul ol ol {
    margin-left: 30px !important; }

p {
  /*
	font-size: 1.1em;
	line-height: 1.6em !important;
*/
  margin: 0 0 1em;
  line-height: 28px; }

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

blockquote {
  margin: 30px 0 0;
  padding-left: 30px;
  border-left: solid 8px;
  font-weight: 600; }

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: #fff; }

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

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

ul {
  list-style: none; }

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: #04787b;
  transition: 0.3s; }

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

a:focus {
  outline: thin dotted; }

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

.invert a {
  color: inherit; }
  .invert a:hover {
    color: #04787b; }

.primary, button.primary {
  font-family: "Poppins", "Helvetica Neue", sans-serif;
  font-size: 1.5em !important;
  font-weight: 600 !important;
  text-decoration: none;
  text-align: left;
  color: #333 !important;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 4px #04787b !important;
  border-radius: 0 !important;
  padding: 10px 0 !important; }
  .primary:hover, .primary:focus, button.primary:hover, button.primary:focus {
    color: #04787b !important;
    border-bottom: solid 4px #04787b !important;
    cursor: pointer; }

button.arrow {
  display: inline-block;
  padding-right: 60px !important;
  background-image: url("assets/img/icon-arrow.svg");
  background-position-x: right;
  background-position-y: center;
  background-repeat: no-repeat; }

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

button.light {
  color: #fff !important; }
  button.light:hover {
    color: #fff !important;
    border-bottom: solid 4px #fff !important;
    transition: 0.3s; }

.secondary {
  font-family: "Poppins", "Helvetica Neue", sans-serif;
  font-size: 1.5em !important;
  font-weight: 600 !important;
  text-decoration: none;
  text-align: left;
  color: #333 !important;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 4px #04787b !important;
  border-radius: 0 !important;
  padding: 10px 0 !important;
  font-size: 1.1em;
  line-height: 1.2em;
  padding-bottom: 5px !important; }
  .secondary:hover, .secondary:focus {
    color: #04787b !important;
    border-bottom: solid 4px #04787b !important;
    cursor: pointer; }

.tertiary {
  font-family: "Poppins", "Helvetica Neue", sans-serif;
  font-size: 1em;
  font-weight: 600 !important;
  text-decoration: none;
  color: #333 !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: #333 !important;
    border-color: #333 !important; }
  .tertiary.invert {
    color: #fff !important;
    background-color: #333 !important;
    border-color: #333 !important; }
    .tertiary.invert:hover {
      background-color: #04787b !important;
      border-color: #04787b !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: #04787b;
  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: #333;
    background-position-x: calc(100% - 20px); }

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

.tile a {
  color: #333;
  text-decoration: none;
  margin-bottom: 30px;
  display: block; }
  @media (min-width: 768px) {
    .tile a {
      margin-bottom: 0; } }
  .tile a .image-wrapper {
    background-color: #04787b; }
    .tile a .image-wrapper img {
      display: block;
      transition: 0.3s; }
  .tile a .post-date {
    font-size: 0.8em;
    line-height: 1em;
    text-transform: uppercase;
    display: block;
    margin: 13.33333px 0 0; }
  .tile a .post-title {
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.3em;
    display: block;
    max-width: 90%;
    padding-top: 10px; }
  .tile a button {
    padding-top: 15px !important; }
  .tile a:hover .title {
    text-decoration: underline;
    color: #04787b; }
  .tile a:hover button {
    color: #04787b !important; }
  .tile a:hover .post-title {
    color: #04787b; }
  .tile a:hover img {
    opacity: 0.3;
    transition: 0.3s; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 0;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  padding: 0.6em 1em 0.4em; }

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

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: #333;
  border: 2px solid #ccc;
  border-radius: 0;
  padding: 10px 15px; }

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: #111; }

select {
  background-color: white;
  display: inline-block;
  font: inherit;
  color: #333;
  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: #04787b;
  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%;
  margin: 0; }
  @media (min-width: 992px) {
    .entry-content .content-wrapper, .page-content .content-wrapper {
      width: 66%;
      max-width: 800px; } }
  @media (min-width: 1200px) {
    .entry-content .content-wrapper, .page-content .content-wrapper {
      width: 66%; } }

.video-wrapper {
  padding: 56.25% 0 0 0;
  position: relative; }

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

.two-column-wrapper {
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .two-column-wrapper {
      flex-direction: row;
      gap: 20px; } }
  @media (min-width: 992px) {
    .two-column-wrapper .left-column, .two-column-wrapper .right-column {
      width: 50%; } }
  .two-column-wrapper .left-column img, .two-column-wrapper .right-column img {
    display: block; }
  .two-column-wrapper .left-column {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .two-column-wrapper .left-column {
        margin-bottom: 0; } }
    .two-column-wrapper .left-column .wp-caption {
      margin-bottom: 0; }

.three-column {
  display: flex;
  gap: 10px;
  padding: 0;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .three-column li {
      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: 1200px) {
    .four-column li {
      max-width: 24%; } }

#additional-featured-links {
  margin: 0 -9999rem 0;
  /* add back negative margin value */
  padding: 60px 9999rem 60px;
  background: rgba(249, 249, 249, 0.5); }
  @media (min-width: 992px) {
    #additional-featured-links {
      margin: 0 -9999rem -120px;
      padding: 90px 9999rem 0; } }

#additional-form {
  margin: 0 -9999rem 0;
  /* add back negative margin value */
  padding: 60px 9999rem 60px;
  background: #eee;
  flex: auto; }
  @media (min-width: 992px) {
    #additional-form {
      margin: 0 -9999rem -120px;
      padding: 90px 9999rem 0; } }

.additional-content #featured-links-content {
  padding: 0 30px 120px;
  margin: 0; }
  @media (min-width: 992px) {
    .additional-content #featured-links-content {
      margin: 0 0 120px 0; } }
  .additional-content #featured-links-content h3 {
    margin: 0 0 30px; }
  .additional-content #featured-links-content .three-column li {
    width: auto;
    display: flex;
    align-items: stretch; }
    @media (min-width: 576px) {
      .additional-content #featured-links-content .three-column li {
        width: 48%;
        margin-bottom: 30px; } }
    @media (min-width: 768px) {
      .additional-content #featured-links-content .three-column li {
        width: 32%;
        margin-bottom: 30px; } }
    .additional-content #featured-links-content .three-column li a {
      font-size: 0.8em;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start; }

.additional-content .footer-form {
  padding: 0 30px;
  max-width: 800px;
  margin: 0 0 120px; }

header#masthead {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  margin: 0;
  padding: 15px 0 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  z-index: 999; }
  @media (min-width: 992px) {
    header#masthead {
      position: relative; } }

header.entry-header {
  color: #fff;
  background-size: cover;
  background-position-x: center;
  background-color: #3D0051;
  padding: 40px 0 50px;
  min-height: 200px; }
  @media (min-width: 768px) {
    header.entry-header {
      min-height: 280px; } }
  header.entry-header #breadcrumbs {
    display: none; }
    @media (min-width: 576px) {
      header.entry-header #breadcrumbs {
        display: block; } }
    header.entry-header #breadcrumbs a {
      color: #fff;
      text-decoration: none;
      border-bottom: solid rgba(255, 255, 255, 0.2) 2px; }
      header.entry-header #breadcrumbs a:hover {
        border-color: #fff; }
  header.entry-header h1 {
    font-size: 2.3em;
    font-weight: 400;
    line-height: 1.1em;
    margin-top: 0; }
    @media (min-width: 576px) {
      header.entry-header h1 {
        margin: 40px 0;
        font-size: 3.5em;
        line-height: 1em;
        max-width: 800px; } }
  header.entry-header #hero {
    min-height: 200px; }
    @media (min-width: 576px) {
      header.entry-header #hero {
        min-height: 500px; } }
    header.entry-header #hero a {
      display: inline-block; }
    header.entry-header #hero .standfirst {
      display: block;
      font-family: 'Quicksand', 'Helvetica Neue', sans-serif;
      letter-spacing: -0.02em;
      font-size: 1.1em;
      line-height: 1.2em; }
      @media (min-width: 576px) {
        header.entry-header #hero .standfirst {
          font-size: 1.3em;
          line-height: 1.3em;
          max-width: 700px; } }
    header.entry-header #hero button:first-of-type {
      margin-bottom: 20px;
      margin-right: 40px; }
      @media (min-width: 576px) {
        header.entry-header #hero button:first-of-type {
          margin-bottom: 0; } }

aside {
  order: 5;
  padding: 0;
  margin: 40px 20px 0; }
  @media (min-width: 992px) {
    aside {
      margin: 0 30px; } }
  @media (min-width: 992px) {
    aside {
      width: 27%;
      order: 0; } }
  aside h1 {
    font-family: "Poppins", "Helvetica Neue", sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    padding: 15px;
    margin: 0;
    background-color: #eee; }
  aside .ul {
    padding: 15px 0 0 0;
    margin-bottom: 30px; }
  aside ul {
    list-style: none;
    margin-bottom: 30px; }
    aside ul .current_page_item .children {
      border-left: solid 3px #04787b; }
    aside ul .children {
      margin: 10px 0 20px 0;
      border-left: solid 3px #666;
      padding: 0 0 0 13.33333px !important; }
      aside ul .children .children {
        padding: 0;
        margin-bottom: 0; }
  aside a {
    font-size: 0.9em;
    line-height: 1.36em;
    display: block; }
  aside #sidebar-menu {
    margin-bottom: 60px; }
    aside #sidebar-menu ul {
      padding: 15px 15px 10px 15px; }
    aside #sidebar-menu li {
      margin-bottom: 10px; }
      @media (min-width: 576px) {
        aside #sidebar-menu li {
          margin-bottom: 10px; } }
      aside #sidebar-menu li.current_page_item a:not(.children a) {
        color: #04787b;
        font-weight: 600;
        text-decoration: none; }
    aside #sidebar-menu #recent a {
      display: block;
      text-decoration: none; }
      aside #sidebar-menu #recent a .post-date {
        color: #666;
        display: block; }
      aside #sidebar-menu #recent a .post-title {
        font-weight: 600; }
        aside #sidebar-menu #recent a .post-title:hover {
          text-decoration: underline; }
  aside #sidebar-resources h1 {
    color: #fff;
    background-color: #333; }
  aside #sidebar-resources li a {
    padding: 20px;
    border-bottom: solid 1px #333;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 15px 25px; }
    aside #sidebar-resources li a .title {
      font-weight: 600;
      display: block;
      padding-left: 30px; }
    aside #sidebar-resources li a .link {
      text-decoration: underline;
      padding-left: 30px; }
    aside #sidebar-resources li a:hover {
      color: #333;
      background-color: rgba(4, 120, 123, 0.1); }
  aside #sidebar-resources li a.external {
    background-image: url("assets/img/icon-external-link.svg"); }
  aside #sidebar-resources li a.internal {
    background-image: url("assets/img/icon-internal-link.svg"); }
  aside #sidebar-resources li a.download {
    background-image: url("assets/img/icon-download.svg"); }

footer {
  border-top: 7px #333 solid;
  font-size: 0.8889em; }
  footer h2 {
    margin-top: 0;
    padding-bottom: 3px;
    border-bottom: solid 1px; }
  footer #level-one {
    background-color: #eee;
    padding: 50px 0 90px;
    /*
		nav#footer-internal-navigation ul li a {
			color: red;
		}
*/ }
    footer #level-one .content-wrapper {
      display: flex;
      flex-wrap: wrap; }
      @media (min-width: 992px) {
        footer #level-one .content-wrapper {
          flex-wrap: nowrap; } }
      footer #level-one .content-wrapper #internal {
        padding-right: 30px;
        width: 100%; }
        @media (min-width: 576px) {
          footer #level-one .content-wrapper #internal {
            width: 50%; } }
        @media (min-width: 992px) {
          footer #level-one .content-wrapper #internal {
            width: 45%; } }
        @media (min-width: 992px) {
          footer #level-one .content-wrapper #internal ul {
            column-count: 2;
            column-gap: 30px; } }
      footer #level-one .content-wrapper #external {
        width: 100%;
        margin-top: 30px; }
        @media (min-width: 576px) {
          footer #level-one .content-wrapper #external {
            margin-top: 0;
            width: 50%; } }
        @media (min-width: 992px) {
          footer #level-one .content-wrapper #external {
            padding-right: 30px;
            width: 25%; } }
        footer #level-one .content-wrapper #external li:after {
          content: url("assets/img/icon-external-link.svg");
          padding-left: 10px;
          top: 2px;
          position: relative; }
      footer #level-one .content-wrapper #social {
        width: 100%;
        margin-top: 30px; }
        @media (min-width: 576px) {
          footer #level-one .content-wrapper #social {
            width: 100%;
            margin-top: 45px; } }
        @media (min-width: 992px) {
          footer #level-one .content-wrapper #social {
            margin-top: 0;
            width: 30%; } }
        footer #level-one .content-wrapper #social ul {
          display: flex;
          align-items: center;
          gap: 25px; }
        footer #level-one .content-wrapper #social a {
          border-bottom: none; }
        footer #level-one .content-wrapper #social .svg-icon:hover {
          fill: #04787b;
          transition: 0.3s; }
  footer #level-two {
    padding: 50px 0; }
    @media (min-width: 992px) {
      footer #level-two .content-wrapper {
        display: flex;
        justify-content: space-between; } }
    @media (min-width: 992px) {
      footer #level-two .content-wrapper #logos {
        width: 60%;
        padding-right: 30px; } }
    footer #level-two .content-wrapper #logos ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 30px; }
    footer #level-two .content-wrapper #site-info {
      margin-top: 30px;
      max-width: 500px; }
      @media (min-width: 992px) {
        footer #level-two .content-wrapper #site-info {
          width: 30%;
          margin-top: 0; } }
      footer #level-two .content-wrapper #site-info p {
        margin: 0;
        line-height: 1.4em; }
        footer #level-two .content-wrapper #site-info p:first-of-type {
          margin-bottom: 10px;
          font-weight: 600; }
      footer #level-two .content-wrapper #site-info #copyright {
        margin-top: 10px;
        color: #999; }

#page {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

/* Content Blocks
--------------------------------------------- */
.content-block-row {
  margin-bottom: 30px; }

.featured {
  background-color: #eee;
  padding: 30px; }
  @media (min-width: 576px) {
    .featured {
      padding: 40px; } }

.download-links li:not(:last-child) {
  margin-bottom: 2px; }

.download-links li a {
  font-size: 0.9em;
  text-decoration: none;
  line-height: 1.25em;
  padding: 20px;
  background-color: rgba(4, 120, 123, 0.1);
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 576px) {
    .download-links li a {
      flex-wrap: nowrap;
      padding: 30px;
      justify-content: space-between; } }
  .download-links li a:hover {
    background-color: rgba(4, 120, 123, 0.2);
    cursor: pointer;
    transition: 0.3s;
    color: inherit; }
  .download-links li a .left {
    margin-bottom: 10px;
    border: none !important;
    width: 100%; }
    @media (min-width: 576px) {
      .download-links li a .left {
        margin-bottom: 0;
        width: 70%; } }

.download-links .right {
  position: relative;
  text-decoration: underline; }

.download-links span {
  display: block; }

.download-links .title {
  font-weight: 600;
  margin-bottom: 5px; }

.accordion.download-links .accordion-content-panel {
  padding: 0; }

.sub-page-list {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (min-width: 576px) {
    .sub-page-list {
      padding: 0 30px; } }

.footnote {
  border-top: 1px solid #666;
  padding-top: 20px;
  margin-top: 90px;
  font-size: 0.9em; }

.nf-before-form-content {
  margin: 20px 0; }

.nf-form-content {
  padding: 0 !important; }

.nf-form-content input[type=button], .nf-form-content input[type=submit] {
  font-family: "Poppins", "Helvetica Neue", sans-serif;
  font-size: 1.5em !important;
  font-weight: 600 !important;
  text-decoration: none;
  text-align: left;
  color: #333 !important;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 4px #04787b !important;
  border-radius: 0 !important;
  padding: 10px 0 !important;
  background: none !important; }
  .nf-form-content input[type=button]:hover, .nf-form-content input[type=button]:focus, .nf-form-content input[type=submit]:hover, .nf-form-content input[type=submit]:focus {
    color: #04787b !important;
    border-bottom: solid 4px #04787b !important;
    cursor: pointer; }

.nf-form-content input:not([type=button]), .nf-form-content textarea {
  color: #333 !important; }

.nf-field-description {
  margin-bottom: 15px;
  margin-top: -5px; }
  .nf-field-description p {
    line-height: 1.5em;
    margin-bottom: 10px !important; }
  .nf-field-description ul {
    margin-bottom: 10px; }
    .nf-field-description ul li {
      margin-bottom: 5px !important; }

.nf-field-label label {
  font-weight: 400 !important; }

.nf-error .nf-field-element .ninja-forms-field {
  border-color: #b30000 !important; }

.nf-error.field-wrap .nf-field-element:after {
  background: #b30000 !important; }

.nf-error-msg {
  color: #b30000 !important; }

.nf-error-field-errors {
  color: #fff !important;
  padding: 20px;
  background-color: #b30000; }

.nf-response-msg {
  color: #333 !important;
  padding: 30px 20px;
  background-color: rgba(4, 120, 123, 0.2); }
  .nf-response-msg p:first-child {
    font-weight: 600; }
  .nf-response-msg p:last-child {
    margin-bottom: 0; }

#mc_embed_signup .indicates-required {
  display: none;
  /*
		margin-bottom: $small-margin;
		&:before {
			content: '*';
			color: red;
			margin-right: $small-margin / 4;
		}
*/ }

#mc_embed_signup .mc-field-group {
  margin-bottom: 30px; }
  #mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: -20px; }
  #mc_embed_signup .mc-field-group input[type="email"], #mc_embed_signup .mc-field-group input[type="text"] {
    width: 100%;
    background: #f9f9f9 !important;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    transition: 0.3s; }
    #mc_embed_signup .mc-field-group input[type="email"]:focus, #mc_embed_signup .mc-field-group input[type="text"]:focus {
      outline: none;
      transition: all 0.5s;
      background: #fff !important; }

#mc_embed_signup input[type=submit] {
  font-family: "Poppins", "Helvetica Neue", sans-serif;
  font-size: 1.5em !important;
  font-weight: 600 !important;
  text-decoration: none;
  text-align: left;
  color: #333 !important;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 4px #04787b !important;
  border-radius: 0 !important;
  padding: 10px 0 !important;
  background: none !important; }
  #mc_embed_signup input[type=submit]:hover, #mc_embed_signup input[type=submit]:focus {
    color: #04787b !important;
    border-bottom: solid 4px #04787b !important;
    cursor: pointer; }

ul.carousel-text {
  border: 2px solid #04787b;
  padding: 10px 30px 30px; }
  @media (min-width: 768px) {
    ul.carousel-text {
      padding: 10px 40px 40px; } }
  ul.carousel-text:before {
    content: url("assets/img/quotemarks.svg");
    display: block;
    margin: 30px 0; }
  ul.carousel-text .quote p {
    font-family: 'Quicksand', 'Helvetica Neue', sans-serif;
    letter-spacing: -0.02em;
    font-size: 1.4em;
    line-height: 1.1em;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      ul.carousel-text .quote p {
        font-size: 2em; } }
  ul.carousel-text .attribute {
    display: block;
    margin-top: 30px;
    font-weight: 600; }
  ul.carousel-text .position {
    display: block; }
  ul.carousel-text .slick-dots {
    margin-bottom: 30px;
    position: relative;
    text-align: left; }

/* 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 {
  opacity: 1; }

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

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #333; }

.accordion-content {
  margin: 0;
  padding: 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333; }

.accordion-content h3 {
  margin: 0;
  padding: 0; }

.accordion-content.focus {
  border-color: #04787b; }

.accordion-content.focus h3 {
  background-color: #f9f9f9; }

.accordion-content > * + * {
  border-top: 1px solid #d1d1d1; }

.accordion-content-trigger {
  background: none;
  color: #212121;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 1em;
  position: relative;
  text-align: left;
  width: 100%;
  outline: none; }
  @media (min-width: 576px) {
    .accordion-content-trigger {
      padding: 1em 1.5em; } }

.accordion-content-trigger:focus,
.accordion-content-trigger:hover {
  background: rgba(4, 120, 123, 0.1);
  cursor: pointer; }

.accordion-content *:first-child .accordion-content-trigger {
  border-radius: 5px 5px 0 0; }

button {
  border-style: none; }

.accordion-content button::-moz-focus-inner {
  border: 0; }

.accordion-content-title {
  display: block;
  pointer-events: none;
  border: transparent 2px solid;
  border-radius: 5px;
  padding: 0.25em 30px 0.25em 0;
  outline: none;
  line-height: 1.2em;
  font-weight: 600; }

.accordion-content-trigger:focus .accordion-content-title {
  border-color: #79adfb; }

.accordion-content-icon {
  border: solid #333;
  border-width: 0 2px 2px 0;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 0.5rem; }
  @media (min-width: 576px) {
    .accordion-content-icon {
      right: 2em; } }

.accordion-content-trigger:focus .accordion-content-icon,
.accordion-content-trigger:hover .accordion-content-icon {
  border-color: #333; }

.accordion-content-trigger[aria-expanded="true"] .accordion-content-icon {
  transform: translateY(-50%) rotate(-135deg); }

.accordion-content-panel {
  margin: 0;
  padding: 1em 1.5em; }

/* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
.accordion-content-panel[hidden] {
  display: none; }

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;
  gap: 20px; }
  .search-form label, .search-form input {
    flex-grow: 1; }
  .search-form input[type="search"] {
    width: 100%; }
  @media (min-width: 576px) {
    .search-form {
      align-items: center; }
      .search-form .search-submit {
        max-width: 200px; } }

.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: "Poppins", "Helvetica Neue", sans-serif;
    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; }

.phone, .email, .website {
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 0 5px;
  padding-left: 24px; }
  .phone .details, .email .details, .website .details {
    font-weight: 600;
    display: block; }
  .phone .notes, .email .notes, .website .notes {
    font-size: 0.8em;
    display: block; }

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

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

.website {
  background-image: url("assets/img/icon-external-link.svg"); }

.location-list ul {
  margin: 0; }
  .location-list ul li {
    margin-bottom: 120px; }
    .location-list ul li ul li {
      margin-bottom: 60px; }

.location-list h3 {
  font-family: "Poppins", "Helvetica Neue", sans-serif;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 4px solid; }

.location-list h4 {
  margin: 40px 0 10px; }

.location-list .address {
  margin-bottom: 20px; }

.location-list .notes {
  margin: 5px 0 20px; }

.location-list .phone, .location-list .email, .location-list .website {
  background-size: 22px;
  padding-left: 38px; }

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

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

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  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; }
  @media (min-width: 576px) {
    #logo-nav-wrapper {
      justify-content: space-between; } }
  @media (min-width: 1200px) {
    #logo-nav-wrapper {
      gap: 30px;
      align-items: flex-end;
      justify-content: flex-end; } }

.site-branding {
  flex: none;
  margin-top: 5px;
  margin-bottom: 15px;
  max-width: 80%; }
  @media (min-width: 768px) {
    .site-branding {
      margin-top: 10px;
      margin-bottom: 20px; } }
  @media (min-width: 1200px) {
    .site-branding {
      max-width: none;
      margin-bottom: 33px; } }
  .site-branding .sml {
    display: block; }
    @media (min-width: 1200px) {
      .site-branding .sml {
        display: none; } }
  .site-branding .lrg {
    display: none; }
    @media (min-width: 1200px) {
      .site-branding .lrg {
        display: block; } }

/* Primary navigation
--------------------------------------------- */
#primary-navigation ul#primary-menu {
  justify-content: flex-end;
  gap: 20px;
  position: relative; }

#primary-navigation li {
  position: static; }
  #primary-navigation li a {
    font-family: 'Quicksand', 'Helvetica Neue', sans-serif;
    letter-spacing: -0.02em;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #333;
    padding-bottom: 30px;
    border-bottom: 7px #fff solid;
    position: static; }
    #primary-navigation li a:hover {
      color: #04787b; }
  #primary-navigation li:hover > a {
    color: #04787b; }

#primary-navigation li:not(.menu-item-has-children) a:hover {
  border-bottom: 7px #04787b solid; }

#primary-navigation li.emphasis a {
  color: #04787b; }

#primary-navigation li.two-column ul {
  column-count: 2;
  column-gap: 20px; }

#primary-navigation ul .sub-menu {
  background-color: #f9f9f9;
  padding: 0;
  border-top: 7px solid #04787b;
  margin-top: -7px;
  display: block;
  column-count: 1;
  column-gap: 0; }
  #primary-navigation ul .sub-menu li {
    position: relative; }
  #primary-navigation ul .sub-menu a {
    font-size: 0.8em;
    font-family: "Poppins", "Helvetica Neue", sans-serif;
    padding: 15px;
    border-bottom: solid #eee 2px;
    /*
			display: inline-block;
			width: 100%;
*/ }
    #primary-navigation ul .sub-menu a:hover {
      color: #04787b;
      border-bottom: none;
      border-bottom: solid #04787b 2px; }

#primary-navigation ul ul li:hover > ul {
  left: 100%; }

#primary-navigation ul ul .sub-menu {
  width: 100%;
  border: none;
  margin: 0; }

/* Secondary navigation
--------------------------------------------- */
#secondary-navigation {
  display: flex;
  justify-content: flex-end;
  gap: 15px; }
  #secondary-navigation .search {
    display: none; }
    @media (min-width: 1200px) {
      #secondary-navigation .search {
        display: block; } }
    #secondary-navigation .search input {
      border: none;
      opacity: 0.4;
      transition: 0.3s;
      border-radius: 0;
      padding: 0; }
      #secondary-navigation .search input:hover {
        opacity: 1; }
  #secondary-navigation ul {
    justify-content: flex-end;
    gap: 15px; }
  #secondary-navigation li a {
    font-family: "Poppins", "Helvetica Neue", sans-serif;
    font-weight: 600;
    font-size: 0.75em;
    color: rgba(51, 51, 51, 0.5);
    text-transform: uppercase;
    padding-bottom: 5px; }
  #secondary-navigation li:hover > a {
    color: #333; }
  #secondary-navigation ul .sub-menu {
    display: block;
    border-top: solid 4px #333;
    background-color: #f9f9f9;
    box-shadow: none; }
    #secondary-navigation ul .sub-menu li a {
      padding: 10px;
      white-space: nowrap;
      border-bottom: 1px solid rgba(51, 51, 51, 0.2); }
      #secondary-navigation ul .sub-menu li a:hover {
        color: #333;
        border-bottom: 1px solid #333; }

/* Small menu / Mobile navigation
--------------------------------------------- */
#small-menu {
  float: right; }
  @media (min-width: 1200px) {
    #small-menu {
      display: none; } }
  #small-menu button {
    cursor: pointer; }
  #small-menu li.emphasis {
    padding: 0; }
    #small-menu li.emphasis a {
      font-weight: 700;
      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: #04787b; }

.rmp_menu_trigger {
  top: -10px !important;
  right: -10px !important; }
  @media (min-width: 768px) {
    .rmp_menu_trigger {
      top: 0px !important;
      right: -20px !important; } }

.rmp-container {
  background-color: #04787b !important; }

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

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

.rmp-menu-subarrow {
  right: 8px !important;
  opacity: 0.5; }

.rmp-submenu {
  margin-top: 10px !important;
  border-left: solid #fff; }

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

.footer-navigation li {
  margin-bottom: 10px; }

/* Exit site button
--------------------------------------------- */
#exit-site {
  color: #fff;
  background-color: #cd1b77;
  font-weight: 600;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 0;
  padding: 15px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 999;
  cursor: pointer;
  transition: 0.3s; }
  #exit-site:hover {
    background-color: #3D0051; }
  @media (min-width: 576px) {
    #exit-site {
      font-size: 1.2em;
      padding: 20px; } }

.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: 30px 0 120px; }
  @media (min-width: 992px) {
    .page-content,
    .entry-content,
    .entry-summary {
      padding: 60px 0 120px; } }

.blog .entry-content {
  padding-bottom: 30px; }

.blog .sub-page-list {
  margin-bottom: 120px; }

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

.single .entry-content p a {
  word-break: break-all; }

.single .entry-content .post-thumbnail {
  margin-bottom: 30px; }

.page-content, .entry-content {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  @media (min-width: 992px) {
    .page-content, .entry-content {
      margin: 0 auto;
      max-width: 1260px;
      flex-direction: row;
      justify-content: space-between; } }

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

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

.post-navigation, .posts-navigation, .pagination {
  margin: 60px 0 120px !important;
  font-weight: 600; }

.posts-navigation a, .pagination a, .pagination .current {
  font-family: "Poppins", "Helvetica Neue", sans-serif;
  font-size: 1.5em !important;
  font-weight: 600 !important;
  text-decoration: none;
  text-align: left;
  color: #333 !important;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 4px #04787b !important;
  border-radius: 0 !important;
  padding: 10px 0 !important; }
  .posts-navigation a:hover, .posts-navigation a:focus, .pagination a:hover, .pagination a:focus, .pagination .current:hover, .pagination .current:focus {
    color: #04787b !important;
    border-bottom: solid 4px #04787b !important;
    cursor: pointer; }

.pagination ul {
  position: relative;
  border-top: solid 6px #eee;
  padding-top: 30px; }
  @media (min-width: 768px) {
    .pagination ul {
      text-align: center; } }
  .pagination ul li {
    display: inline; }
    .pagination ul li a:not(.prev, .next) {
      display: inline-block;
      width: 40px;
      text-align: center; }
    .pagination ul li a {
      border-color: white !important; }
      .pagination ul li a:hover {
        border-color: inherit !important; }
    .pagination ul li .prev {
      display: block;
      width: fit-content;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .pagination ul li .prev {
          position: absolute;
          left: 0;
          margin-top: 0; } }
    .pagination ul li .next {
      display: block;
      margin-top: 20px;
      width: fit-content; }
      @media (min-width: 768px) {
        .pagination ul li .next {
          margin-top: 0;
          position: absolute;
          right: 0;
          top: 30px; } }
    .pagination ul li .current {
      color: #04787b !important;
      display: inline-block;
      text-align: center;
      width: 40px; }
      .pagination ul li .current:hover {
        cursor: auto; }

.post-navigation .nav-links {
  border-top: 7px solid #333;
  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-color: #eee; }
    @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: #333;
      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: #04787b;
        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;
      background-color: #04787b;
      margin-top: -5px;
      margin-bottom: 5px;
      transition: 0.3s; }
      .post-navigation .nav-links .nav-previous:hover a, .post-navigation .nav-links .nav-next:hover a {
        color: #04787b;
        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: rgba(255, 255, 255, 0.5); }
  .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; } }

.page-template-section-landing .entry-content {
  display: flex;
  flex-direction: column; }

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

.search-results .page-content .entry-header, .archive .page-content .entry-header {
  background: none;
  color: #333;
  margin-bottom: 20px;
  padding: 0;
  min-height: 0;
  width: 100%; }
  .search-results .page-content .entry-header h2 a, .archive .page-content .entry-header h2 a {
    font-size: 1.2em;
    line-height: 1.1em;
    color: #333;
    text-decoration: none; }
    .search-results .page-content .entry-header h2 a:hover, .archive .page-content .entry-header h2 a:hover {
      color: #04787b;
      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;
  background-color: #04787b; }
  @media (min-width: 576px) {
    .search-results .page-content .image-wrapper, .archive .page-content .image-wrapper {
      margin-top: 5px;
      width: 25%; } }
  .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 .image-wrapper:hover img, .archive .page-content .image-wrapper:hover img {
    opacity: 0.3;
    transition: 0.3s; }

.search-results .page-content .entry-summary, .archive .page-content .entry-summary {
  width: auto;
  margin: 0;
  padding: 0; }
  @media (min-width: 576px) {
    .search-results .page-content .entry-summary, .archive .page-content .entry-summary {
      width: 72%; } }
  .search-results .page-content .entry-summary.full, .archive .page-content .entry-summary.full {
    width: 100%; }

.search-results .page-content .entry-footer, .archive .page-content .entry-footer {
  border-top: 4px solid #eee;
  width: 100%;
  padding-top: 10px;
  margin: 30px 0 60px 0;
  font-weight: 600; }
  .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; }

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 660px; }

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

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

.wp-caption-text {
  text-align: left;
  font-size: 0.9em;
  line-height: 1.5em; }

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

/* Charity Job Finder widget
----------------------------------------------*/
#embeddable-job-widget {
  border-top: 4px solid #eee;
  padding-top: 40px;
  margin: 20px 0 40px; }
  #embeddable-job-widget img {
    margin-bottom: 30px; }

#embeddable-job-widget-heading {
  font-weight: bold;
  font-size: 1.25em;
  margin: 60px 0 30px; }

#embeddable-job-widget ul li {
  display: block;
  margin-bottom: 20px; }
  #embeddable-job-widget ul li img {
    margin-bottom: 0; }

#embeddable-job-widget ul li a, #embeddable-job-widget ul li.no-results {
  padding: 30px;
  margin: 0;
  display: block;
  text-decoration: none;
  border: 2px solid #eee; }
  #embeddable-job-widget ul li a:hover, #embeddable-job-widget ul li.no-results:hover {
    border: 2px solid #04787b; }

#embeddable-job-widget ul li a .embeddable-job-widget-listing-title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.4em;
  color: #333; }

#embeddable-job-widget ul li a:hover .embeddable-job-widget-listing-title {
  color: #04787b !important;
  transition: 0.3s; }

#embeddable-job-widget ul li a .embeddable-job-widget-listing-meta > div {
  text-decoration: none;
  margin-bottom: 10px; }

#embeddable-job-widget-pagination {
  overflow: hidden;
  margin: 30px 0 0 0;
  font-weight: 600; }

#embeddable-job-widget-pagination .embeddable-job-widget-next,
#embeddable-job-widget-pagination .embeddable-job-widget-prev {
  color: #333;
  border-bottom: solid 4px #333;
  text-decoration: none;
  font-size: 1.2em; }
  #embeddable-job-widget-pagination .embeddable-job-widget-next:hover,
  #embeddable-job-widget-pagination .embeddable-job-widget-prev:hover {
    border-bottom: solid 4px #04787b; }

#embeddable-job-widget-pagination .embeddable-job-widget-next {
  float: right;
  color: #333;
  border-bottom: solid 4px #333;
  text-decoration: none;
  font-size: 1.2em; }

#embeddable-job-widget-pagination .embeddable-job-widget-prev {
  float: left; }

.ejw-job-type,
.ejw-company,
.ejw-summary,
.ejw-job-location {
  color: #333 !important; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Text highlight colour */
::selection {
  color: #fff;
  background: #04787b; }

::-moz-selection {
  color: #fff;
  background: #04787b; }

.light-bg-1 {
  background-color: rgba(4, 120, 123, 0.1); }

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