@charset "UTF-8";
/*!
Theme Name: plymouth
Theme URI: http://underscores.me/
Author: Jerry Williams & Henry Iles
Author URI: http://underscores.me/
Description: Beyond Limits WP theme
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: plymouth
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

plymouth is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
	 ========================================================================== */
/**
 * 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

/**
 * Add the correct font 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/**
 * Remove the inner padding 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* libre-franklin-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/libre-franklin/libre-franklin-v13-latin-regular.woff2") format("woff2"), url("fonts/libre-franklin/libre-franklin-v13-latin-regular.ttf") format("truetype");
}
/* libre-franklin-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 400;
  src: url("fonts/libre-franklin/libre-franklin-v13-latin-italic.woff2") format("woff2"), url("fonts/libre-franklin/libre-franklin-v13-latin-italic.ttf") format("truetype");
}
/* libre-franklin-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/libre-franklin/libre-franklin-v13-latin-600.woff2") format("woff2"), url("fonts/libre-franklin/libre-franklin-v13-latin-600.ttf") format("truetype");
}
/* libre-franklin-600italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 600;
  src: url("fonts/libre-franklin/libre-franklin-v13-latin-600italic.woff2") format("woff2"), url("fonts/libre-franklin/libre-franklin-v13-latin-600italic.ttf") format("truetype");
}
/* libre-franklin-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/libre-franklin/libre-franklin-v13-latin-700.woff2") format("woff2"), url("fonts/libre-franklin/libre-franklin-v13-latin-700.ttf") format("truetype");
}
/* libre-franklin-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 700;
  src: url("fonts/libre-franklin/libre-franklin-v13-latin-700italic.woff2") format("woff2"), url("fonts/libre-franklin/libre-franklin-v13-latin-700italic.ttf") format("truetype");
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 400;
  line-height: 1.25;
  color: #111;
}

h1, .page-header-text h1 {
  font-size: 3.5rem;
  max-width: 850px;
  text-align: center;
  margin: 0 auto;
}

.page-header-text h1 {
  color: white;
}

.home .page-header-text h1 {
  max-width: 850px;
  font-size: 2em;
  letter-spacing: .02em;
  margin: 0 auto;
}

#message-board-header h1 {
  font-size: 3em;
  text-align: left;
  max-width: 1200px;
  color: #fff;
  padding: 7px 30px 10px;
}

.single h1 {
  font-size: 2.5em;
  text-align: left;
  margin: 8px 0 16px;
}

h2 {
  font-size: 2.5em;
  text-align: left;
  margin: 3rem 0 1rem;
}

h2.easy {
  font-size: 2.2em;
  font-weight: 800;
  background-color: #5f3899;
  color: #fff;
  padding: 5px 10px 5px 10px;
  text-align: center;
  margin-top: 60px;
}

h3 {
  font-weight: 600;
  font-size: 1.35em;
  margin: 1.25em 0 0.5em;
}

.category-vacancies h3 {
  margin-top: 0;
}

.single-vacancy-content h3 {
  margin: 5px 0;
}

.single-vacancy-content .more-info h3 {
  margin-top: 0;
}

h4 {
  font-weight: 600;
  font-size: 1.125em;
  margin: 10px 12px 2em;
  color: #606060;
}

.home h4 {
  margin-bottom: 2.5em;
}

h6 {
  font-size: 1.5em;
  line-height: 1.4;
  text-align: center;
  color: #000;
  padding: 20px 20px 20px 20px;
  background-color: #f2f2f2;
}

/* Vacancies */
.single-vacancy-content h1 {
  font-size: 2.5em;
  font-weight: 400;
  text-align: left;
  margin: 0 0 20px;
}
.single-vacancy-content h2 {
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
}
.single-vacancy-content h3 {
  margin: 5px 0;
}
.single-vacancy-content .ideally h3 {
  margin-top: 2rem;
}
.single-vacancy-content h4 {
  color: #111;
  margin: 1.5rem 0 .5rem;
}

.pdf-form h4 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 .75em;
}

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

blockquote {
  margin: 32px 0;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/* Paragraph styles */
p {
  font-size: 1.125em;
  margin: 0 0 20px;
}

b, strong, .bold {
  font-weight: 700;
  color: #000;
}

#content ul {
  font-size: 1.125em;
}

/* Make 1st para & Vacancies intro para larger font and grey */
.single .entry-content p:first-of-type,
.single #single-vacancy-content .intro p {
  font-size: 1.625em;
  color: #777;
}

/* Generic heading on single vacancies */
.single-vac-heading p {
  font-size: 2em;
  line-height: 1;
  margin: 0;
}

/* No Vacancies text */
.no-vac-plymouth p,
.no-vac-devon p,
.no-vac-dorset p,
.no-vac-cornwall p,
.no-vac-somerset p {
  font-size: 1.625em;
  color: #777;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.dbs p {
  font-size: .9375em;
}

.reg-office p {
  font-size: .5625em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .02em;
  margin: 0;
  padding: 10px 0;
  background: #fff;
}

.featured-pages {
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: .02em;
  text-align: center;
  color: #777;
}

/* Grid layout text styles */
.meta-date {
  font-size: .875em;
  color: #002092;
  padding: 0 12px 12px;
}

/* Vacancies text styles */
.archive .page-description p {
  max-width: 850px;
  font-size: 2em;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .02em;
  margin: 0 auto;
}

.archive .key-info p {
  font-size: 1em;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  height: 100vh;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

.entry-content ul, ol {
  margin-bottom: 20px;
}

ul {
  list-style: disc;
}

.entry-content ul {
  padding-left: 1em;
}

.entry-content #content-grid ul {
  padding-left: 0;
}

ol {
  list-style: decimal;
}

ol li {
  position: relative;
  list-style: none;
  counter-increment: step-counter;
  padding-left: 1.65em;
}

ol li::before {
  content: counter(step-counter) ". ";
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
}

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

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .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: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
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 {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #002092;
  -webkit-transition: .25s;
  transition: .25s;
  text-decoration: none;
  /* Allow long hyperlinks to break */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}
a:visited {
  color: #002092;
}
a:hover, a:focus, a:active {
  color: #111;
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

p a:hover {
  color: black;
  background: yellow;
}

#masthead a:hover,
.main-image a:hover,
#site-footer a:hover,
.back-top-nav a:hover,
.back a:hover,
.download-description a:hover,
.gallery-item a:hover {
  background: transparent;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Contact menu */
#contact-menu {
  float: right;
  margin: 10px 30px 0 0;
}

#contact-menu li {
  padding: 15px;
}
#contact-menu li:first-child {
  border-right: 1px solid #ddd;
}
#contact-menu li:last-child {
  padding-right: 0;
}
#contact-menu li a {
  color: #5e5e5e;
}
#contact-menu li a:hover {
  color: #000;
}
#contact-menu li .current-menu-item a,
#contact-menu li .current-menu-parent a,
#contact-menu li .current-post-parent a,
#contact-menu li .current-post-ancestor a {
  color: #000;
  font-weight: 600;
}

/* Main navigation */
.main-navigation {
  clear: both;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.25em 0;
  /* hide divider after Work for Us (used rather than last-child because of 2 menu items hidden on desktop) */
}
.main-navigation ul {
  display: none;
  list-style: none;
  text-align: center;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  display: inline-block;
  font-size: 1.25em;
  padding: 1px 15px;
  border-right: 1px solid #ddd;
}
.main-navigation li.menu-item-130 {
  border-right: 0;
}
.main-navigation a {
  display: block;
  color: #5e5e5e;
  text-decoration: none;
  border-bottom: 4px solid transparent;
}
.main-navigation a:hover {
  color: #000;
  background: transparent;
  border-bottom: 4px solid #e94914;
}
.main-navigation a:focus {
  outline: thin dotted;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current-post-parent > a,
.main-navigation .current-post-ancestor > a,
.main-navigation .current-category-ancestor > a {
  color: #111;
  border-bottom: 4px solid #e94914;
}
.main-navigation::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

/* Hide Contact and Staff pages menu items on desktop */
#menu-item-7245, #menu-item-7246 {
  display: none;
}

/* Mobile menu */
.menu-toggle {
  display: none;
}

.main-navigation ul {
  display: block;
}

.menu-overlay {
  display: none;
  /* Hide until mobile menu in toggled on state */
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  padding-top: 3px;
  margin: 0 1.25em 10px 0;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

@media (max-width: 414px) {
  .alignleft {
    display: block;
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.post-navigation:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.post-navigation:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
/* Header */
#masthead,
#masthead-top,
#main-navigation,
#content,
.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.content-wrapper {
  padding: 0 1rem;
}

/* NEW */
#masthead,
#content {
  max-width: 100%;
}

#masthead-logo-strip ul {
  max-width: 1200px;
  margin: 0 auto;
}

/* End */
.messages #content {
  max-width: 100%;
}

#masthead ul {
  list-style: none;
}
#masthead ul a {
  text-decoration: none;
}

#masthead-top {
  background: #fff;
}
#masthead-top li {
  display: inline-block;
  line-height: 0;
}

#social-media {
  float: left;
}
#social-media ul {
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  #social-media ul {
    margin: 15px 0 15px 15px;
  }
}
#social-media li {
  margin-right: 7px;
}
#social-media li img {
  height: 36px;
}
#social-media .textwidget {
  line-height: 0;
}

#contact-menu {
  float: right;
  margin: 12px 0 0;
}
#contact-menu li {
  padding: 15px;
}
#contact-menu li:first-child {
  border-right: 1px solid #ddd;
}
#contact-menu li:last-child {
  padding-right: 0;
  padding-left: 13px;
}
#contact-menu li.current-menu-item a, #contact-menu li.current-menu-parent a, #contact-menu li.current-post-parent a, #contact-menu li.current-post-ancestor a {
  color: #111;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #contact-menu {
    display: none;
  }
}

#masthead-logo-strip {
  clear: both;
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #efebf5;
}
#masthead-logo-strip li {
  display: table-cell;
  line-height: 0;
}
#masthead-logo-strip li:first-child {
  max-width: 660px;
  vertical-align: middle;
  margin: 0;
  padding: 5px 30px 0 0;
}
#masthead-logo-strip li:last-child img {
  max-height: 130px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #masthead-logo-strip {
    display: block;
    position: relative;
    min-height: 0;
  }
  #masthead-logo-strip li {
    display: block;
  }
  #masthead-logo-strip li:first-child {
    max-width: 100%;
    margin: 0;
    padding: 10px 15px;
  }
  #masthead-logo-strip li:last-child {
    display: none;
  }
}

/* Footer */
footer {
  text-align: center;
  letter-spacing: .02rem;
  color: #fff;
  background: #fff;
}

.lighthouse {
  min-height: 250px;
  background-color: #ece8f5;
  background: url(/wp-content/uploads/lighthouse-dumfries-galloway.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.strapline {
  font-size: 2.25rem;
  font-size: clamp(1.75rem, 5vw, 2.25rem);
  line-height: 1.3;
  text-transform: uppercase;
  padding-bottom: 1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.contact-phone {
  font-size: 1.75rem;
  font-size: clamp(1.25rem, 4vw, 1.75rem);
  padding: .5rem;
  background: #e94914;
}
.contact-phone span {
  padding-right: 1.5em;
}

.jobs-links {
  padding: 1.5rem 0 2rem;
  background: #1b1464;
}
.jobs-links p {
  font-size: 1.25rem;
  font-size: clamp(0.875rem, 2vw, 1.25rem);
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.jobs-links a {
  color: white;
}
.jobs-links a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.jobs-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  list-style: none;
  margin-top: .75em;
}
.jobs-links li {
  font-size: 2.25rem;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  line-height: 1;
  white-space: nowrap;
  padding: 0 .65em;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.jobs-links li:last-child {
  border: 0;
}

.footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem;
}
.footer-logos p {
  max-width: 175px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  line-height: 0;
  margin: 0 .75rem;
}
.footer-logos img {
  max-height: 100px;
  width: auto;
  margin: 0;
}
.footer-logos img.image-border {
  border: 1px solid #f0f0f0;
}

@media screen and (max-width: 767px) {
  .footer-logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1rem;
  }
  .footer-logos p {
    max-width: 150px;
    margin: .75rem;
  }
  .footer-logos img {
    max-height: 70px;
    width: auto;
    margin: 0;
  }
}
.reg-office {
  font-size: .625rem;
  color: #4d4d4d;
  padding: 1rem 0;
  background: #e8e8e8;
}

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

.entry-content {
  padding: 0 30px;
  margin-bottom: 3em;
}

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

.hidden {
  display: none;
}

/* Container for Back & Back-to-top buttons */
.back-top-nav {
  margin-bottom: 3em;
}

.back, .back-to-top {
  display: inline-block;
  margin-right: 1.5rem;
}
.back img, .back-to-top img {
  max-width: 30px;
  vertical-align: -2px;
  padding-right: 5px;
}
.back a, .back-to-top a {
  display: inline-block;
  vertical-align: middle;
  min-width: 90px;
  font-size: 1rem;
  line-height: 36px;
  color: #fff;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 8px;
  background: #f47f7f;
}
.back a:hover, .back-to-top a:hover {
  background: #e94914;
}

.back-to-top img {
  max-height: 23px;
  vertical-align: -5px;
}

/* Load more posts button */
.misha_loadmore {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #f47f7f;
  padding: 10px 25px;
  margin: 1em auto 0;
  text-align: center;
  letter-spacing: .02em;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.misha_loadmore:hover {
  background: #777;
}

/* Map/heading strip */
#page-header {
  clear: both;
  display: table;
  table-layout: fixed;
  height: 240px;
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
  background: url(/wp-content/uploads/dumfries-galloway-map.jpg) bottom center no-repeat;
  background-size: cover;
}

.page-header-text {
  display: table-cell;
  vertical-align: middle;
  padding: 2rem 30px 2.75rem;
  color: #fff;
  background: rgba(95, 56, 153, 0.825);
}

.home .page-header-text {
  padding: 2rem 30px 2.25rem;
}

/* Home page */
.full-width-panel-container {
  max-width: 980px;
  margin: 1rem auto 3.5rem;
}

.full-width-panel {
  margin: 0 0.66666666%;
  background: #2f0075;
}
.full-width-panel .crop {
  max-height: 195px;
  overflow: hidden;
}
.full-width-panel img {
  width: 100%;
}
.full-width-panel p {
  font-weight: 100;
  font-size: 2.1rem;
  line-height: 1.35;
  letter-spacing: .02em;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 1.1rem 40px 1.75rem;
}
.full-width-panel p a {
  display: inline-block;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: .05rem;
  color: #fff;
  padding: 5px 10px;
  background: #ff00fb;
  border-radius: 10px;
}
.full-width-panel p a:hover {
  background: #7d1800;
}

/* Grid pages */
.content-grid {
  max-width: 1200px;
  margin: 0 auto;
}
.content-grid ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-grid li, .content-grid .page-2 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  margin: 0 0.66666666% 1.5%;
  background: #f4f4f4;
  border: 5px solid white;
  position: relative;
  -webkit-transition: .25s;
  transition: .25s;
}
.content-grid li:hover, .content-grid .page-2 li:hover {
  background: #efebf5;
  border: 5px solid #af9bcc;
}
.content-grid li article,
.content-grid li .textwidget, .content-grid .page-2 li article,
.content-grid .page-2 li .textwidget {
  height: 100%;
}
.content-grid li h4, .content-grid .page-2 li h4 {
  color: #555;
  margin: 1rem 1.25rem 5rem;
}
.content-grid a, .content-grid .page-2 li a {
  text-decoration: none;
}
.content-grid a:hover, .content-grid a:active {
  background: transparent;
}
.content-grid .image-crop {
  padding: 50% 0 0;
  overflow: hidden;
  position: relative;
}
.content-grid .image-crop img {
  position: absolute;
  top: 0;
  right: 0;
}
.content-grid .post-thumbnail {
  line-height: 0;
}
.content-grid .category {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 1;
}
.content-grid .category a {
  float: none;
  font-size: 0.7em;
  font-weight: 600;
  color: rgba(3, 28, 146, 0.7);
  text-transform: uppercase;
  margin: 0;
  border: 0;
  background: transparent;
}
.content-grid .category a:hover, .content-grid .category a:active {
  color: #000;
  background: yellow;
}
.content-grid a.pseudo-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
}

/* Useful info grid colours */
.category-useful-information .content-grid li, .category-useful-information .content-grid .page-2 li {
  background: transparent;
  border: 5px solid transparent;
  position: relative;
  -webkit-transition: none;
  transition: none;
  /* set colours for useful info panels */
}
.category-useful-information .content-grid li:hover, .category-useful-information .content-grid .page-2 li:hover {
  background: transparent;
  border: 5px solid transparent;
}
.category-useful-information .content-grid li article,
.category-useful-information .content-grid li .textwidget, .category-useful-information .content-grid .page-2 li article,
.category-useful-information .content-grid .page-2 li .textwidget {
  background: #efebf5;
  border: 5px solid white;
  -webkit-transition: .25s;
  transition: .25s;
}
.category-useful-information .content-grid li article:hover,
.category-useful-information .content-grid li .textwidget:hover, .category-useful-information .content-grid .page-2 li article:hover,
.category-useful-information .content-grid .page-2 li .textwidget:hover {
  background: #efebf5;
}
.category-useful-information .content-grid li.category-activities article, .category-useful-information .content-grid .page-2 li.category-activities article {
  background: #dde5fa;
}
.category-useful-information .content-grid li.category-activities article:hover, .category-useful-information .content-grid .page-2 li.category-activities article:hover {
  border: 5px solid rgba(100, 139, 224, 0.6);
}
.category-useful-information .content-grid li.category-eat-and-drink article, .category-useful-information .content-grid .page-2 li.category-eat-and-drink article {
  background: #fdece7;
}
.category-useful-information .content-grid li.category-eat-and-drink article:hover, .category-useful-information .content-grid .page-2 li.category-eat-and-drink article:hover {
  border: 5px solid rgba(233, 73, 20, 0.6);
}
.category-useful-information .content-grid li.category-health article, .category-useful-information .content-grid .page-2 li.category-health article {
  background: #dbf6ed;
}
.category-useful-information .content-grid li.category-health article:hover, .category-useful-information .content-grid .page-2 li.category-health article:hover {
  border: 5px solid rgba(0, 153, 102, 0.5);
}
.category-useful-information .content-grid li.category-safety article, .category-useful-information .content-grid .page-2 li.category-safety article {
  background: #f2eff8;
}
.category-useful-information .content-grid li.category-safety article:hover, .category-useful-information .content-grid .page-2 li.category-safety article:hover {
  border: 5px solid rgba(95, 56, 153, 0.6);
}

/* Add a fade-in to the vacancies grid panels */
.category-vacancies .content-grid li {
  -webkit-animation: fadein .75s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein .75s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
.vacancies-list {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.vacancies-list .item {
  display: inline-block;
  width: 32%;
  margin: 0 0.66666666% 1.5%;
  text-align: left;
  background: #f4f4f4;
  border: 5px solid white;
  position: relative;
  -webkit-transition: .25s;
  transition: .25s;
}
.vacancies-list .item:hover {
  background: #efebf5;
  border: 5px solid #af9bcc;
}
.vacancies-list .item article,
.vacancies-list .item .textwidget {
  height: 100%;
}
.vacancies-list .item h4 {
  color: #555;
  margin: 1rem 1.25rem 5rem;
}

/* Single post */
.single #content {
  text-align: center;
}

/* Centre entry-content on screen */
.single .entry-content {
  display: inline-block;
  text-align: left;
  width: 100%;
  max-width: 660px;
  margin: -350px auto 0;
  padding-top: 15px;
  background: #fff;
}
.single figure {
  margin: 0;
}
.single .wp-caption .wp-caption-text {
  text-align: left;
  margin: 0 0 20px;
  padding: 4px 15px 6px;
  color: #111;
  background: #e8e8e8;
}

.post-navigation {
  text-align: center;
  width: 660px;
  margin: 1.5em auto;
  padding: 0 30px;
}
.post-navigation > div {
  display: inline-block;
}
.post-navigation a {
  font-size: 1.125em;
  color: #f47f7f;
  text-decoration: none;
  text-transform: uppercase;
}
.post-navigation .previous {
  margin-right: 12px;
}
.post-navigation .previous img {
  max-width: 25px;
  vertical-align: -2px;
  margin-right: 4px;
}
.post-navigation .back-to-top {
  margin-right: 12px;
}
.post-navigation .back-to-top img {
  max-height: 25px;
  vertical-align: -4px;
  margin-right: 3px;
}
.post-navigation .next img {
  max-width: 25px;
  vertical-align: -2px;
  margin-right: 5px;
}
@media screen and (max-width: 660px) {
  .post-navigation {
    width: 100%;
  }
}

/* Vacancies */
.category-vacancies-scotland .content-grid article {
  background: #f4f4f4;
}
.category-vacancies-scotland .content-grid article:hover {
  background: #efebf5;
}
.category-vacancies-scotland .content-grid .vacancy-description {
  min-height: 278px;
}
.category-vacancies-scotland .content-grid p {
  font-size: .95em;
  line-height: 1.4;
  margin-bottom: 20px;
}
.category-vacancies-scotland .content-grid h3 {
  min-height: 84px;
  margin-top: 0;
  padding: 1.25rem 1rem 0;
}
.category-vacancies-scotland .content-grid .intro {
  color: #5f3899;
  padding: 0 1rem 1rem;
}
.category-vacancies-scotland .content-grid .textwidget {
  width: auto;
}
.category-vacancies-scotland .content-grid .vacancy-thumbnail {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.category-vacancies-scotland .content-grid .vacancy-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: none;
}
.category-vacancies-scotland .content-grid .key-info {
  margin: 1.5rem 1rem 4rem;
}
.category-vacancies-scotland .content-grid .key-info p {
  font-size: 15px;
  font-size: .95rem;
  line-height: 1.3;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.category-vacancies-scotland .content-grid .read-more {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: .75em;
  color: #002092;
  text-align: right;
  text-transform: uppercase;
}

.category-vacancies .content-grid li,
.category-vacancies-scotland .content-grid li {
  position: relative;
}

.vacancies-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  text-align: center;
  margin: 2em 0 .5em;
}
.vacancies-filter:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.vacancies-filter .textwidget {
  display: inline-block;
}
.vacancies-filter p, .vacancies-filter li > a {
  float: left;
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin: 0 .5em;
  padding: 8px 12px;
  color: #e94914;
  background: #fdece7;
}
.vacancies-filter p:hover, .vacancies-filter p:active, .vacancies-filter li > a:hover, .vacancies-filter li > a:active {
  color: #fff;
  background: #e94914;
  cursor: pointer;
}
.vacancies-filter p.selected, .vacancies-filter li > a.selected {
  color: #fff;
  background: #e94914;
}

/* useful info selectors */
.filter-panels {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2em 0 .5em;
}
.filter-panels:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.filter-panels a {
  display: inline-block;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin: 0 .5rem .75rem;
  padding: 8px 12px;
  background: #fdece7;
  cursor: pointer;
}
.filter-panels a:hover {
  color: white;
}
@media screen and (max-width: 480px) {
  .filter-panels a {
    font-size: 1rem;
  }
}
.filter-panels a:first-of-type {
  color: #333333;
  background: rgba(51, 51, 51, 0.2);
}
.filter-panels a:first-of-type:hover, .filter-panels a:first-of-type.selected {
  color: white;
  background: #333333;
}
.filter-panels a:nth-of-type(2) {
  color: #3061cb;
  background: rgba(100, 139, 224, 0.2);
}
.filter-panels a:nth-of-type(2):hover, .filter-panels a:nth-of-type(2).selected {
  color: white;
  background: #648be0;
}
.filter-panels a:nth-of-type(3) {
  color: #e94914;
  background: rgba(233, 73, 20, 0.15);
}
.filter-panels a:nth-of-type(3):hover, .filter-panels a:nth-of-type(3).selected {
  color: white;
  background: #e94914;
}
.filter-panels a:nth-of-type(4) {
  color: #006b47;
  background: rgba(0, 153, 102, 0.15);
}
.filter-panels a:nth-of-type(4):hover, .filter-panels a:nth-of-type(4).selected {
  color: white;
  background: #009966;
}
.filter-panels a:nth-of-type(5) {
  color: #5f3899;
  background: rgba(95, 56, 153, 0.15);
}
.filter-panels a:nth-of-type(5):hover, .filter-panels a:nth-of-type(5).selected {
  color: white;
  background: #5f3899;
}

/* Single vacancy */
/* page header */
.single.vacancies-scotland article {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.single.vacancies-scotland .header-bg-image {
  padding-bottom: 50%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -999;
}
.single.vacancies-scotland .page-header-single-vacancy {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.single.vacancies-scotland .page-header-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
  padding: 1.75rem 30px 1.75rem;
  background: rgba(95, 56, 153, 0.5);
}
.single.vacancies-scotland .page-header-text .back {
  width: auto;
}
.single.vacancies-scotland .page-header-text .back a {
  line-height: 32px;
}

/* -- */
.single-vacancy-content {
  width: 100%;
  max-width: 660px;
  text-align: left;
  margin: 30px auto 0;
  padding: 24px 30px;
  background: white;
}
.single-vacancy-content .content-wrap {
  margin-top: -8px;
  padding: 0 24px;
}
.single-vacancy-content .intro p {
  font-size: 1.5rem;
  color: #707070;
}
.single-vacancy-content h2 {
  margin: 2rem 0 .675rem;
}
.single-vacancy-content h2.screen-readers-only {
  font-size: 0;
  margin: 0;
  left: -2000px;
}
.single-vacancy-content h3 {
  margin: 5px 0;
}
.single-vacancy-content h3 span {
  font-family: 'Font Awesome 5 Pro';
}
.single-vacancy-content h3 span.orange {
  color: #f47f7f;
}
.single-vacancy-content h3 span.purple {
  color: #af9bcc;
}
.single-vacancy-content p {
  margin-bottom: 0;
}
.single-vacancy-content > div {
  clear: both;
  margin-bottom: 1.5rem;
}
.single-vacancy-content .key-info p {
  margin-bottom: 4px;
}
.single-vacancy-content .requirements h3::before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f111';
  font-weight: 600;
  color: #e94914;
  padding-right: .35em;
}
.single-vacancy-content .benefits {
  /*
  h3::after {
  	font-family: 'Font Awesome 5 Pro';
  	content: '\f107';
  	font-size: 1.1em;
  	vertical-align: -2px;
  	padding-left: .5em;
  	color: $color__mid-orange;
  }
  */
  /*
  .open::after {
  	font-family: 'Font Awesome 5 Pro';
  	content: '\f106';
  	font-size: 1.1em;
  	vertical-align: -2px;
  	padding-left: .5em;
  	color: $color__mid-orange;
  }
  */
}
.single-vacancy-content .benefits p {
  display: none;
}
.single-vacancy-content .benefits p:last-of-type {
  padding-bottom: 24px;
}
.single-vacancy-content .benefits ol {
  display: none;
  margin: 5px 0 15px;
}
.single-vacancy-content .more-about {
  /* Hide all 'More about' headings in case BL staff enter them in error – except h3 used as panel heading */
  /*
  .open::after {
  	font-family: 'Font Awesome 5 Pro';
  	content: '\f106';
  	font-size: 1.1em;
  	vertical-align: -2px;
  	padding-left: .5em;
  	color: $color__purple-border;
  }
  */
}
.single-vacancy-content .more-about img {
  margin: 16px 0 12px;
  padding: 0;
}
.single-vacancy-content .more-about h3 {
  cursor: pointer;
  /*
  &::after {
  	font-family: 'Font Awesome 5 Pro';
  	content: '\f107';
  	font-size: 1.1em;
  	vertical-align: -2px;
  	padding-left: .5em;
  	color: $color__purple-border;
  }
  */
}
.single-vacancy-content .more-about p {
  display: none;
  margin-bottom: 12px;
}
.single-vacancy-content .more-about p:last-of-type {
  padding-bottom: 24px;
}
.single-vacancy-content .more-about h1, .single-vacancy-content .more-about h2, .single-vacancy-content .more-about h4, .single-vacancy-content .more-about h5, .single-vacancy-content .more-about h6 {
  display: none;
}
.single-vacancy-content .benefits,
.single-vacancy-content .more-about,
.single-vacancy-content .eoi-form-button,
.single-vacancy-content .pdf-form-button,
.single-vacancy-content .form-button {
  background: #fdece7;
}
.single-vacancy-content .benefits h3,
.single-vacancy-content .more-about h3,
.single-vacancy-content .eoi-form-button h3,
.single-vacancy-content .pdf-form-button h3,
.single-vacancy-content .form-button h3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 24px;
  cursor: pointer;
}
.single-vacancy-content .benefits p,
.single-vacancy-content .more-about p,
.single-vacancy-content .eoi-form-button p,
.single-vacancy-content .pdf-form-button p,
.single-vacancy-content .form-button p {
  display: none;
  margin-bottom: 4px;
}
.single-vacancy-content .more-about {
  background: #efebf5;
}
.single-vacancy-content .online-form,
.single-vacancy-content .eoi-form,
.single-vacancy-content .pdf-form {
  display: none;
}
.single-vacancy-content .pdf-form {
  padding-bottom: .75rem;
}
.single-vacancy-content .ideally ul,
.single-vacancy-content .online-form .notes ul {
  list-style: none;
}
.single-vacancy-content .ideally li,
.single-vacancy-content .online-form .notes li {
  padding-left: 1.5em;
}
.single-vacancy-content .ideally li::before,
.single-vacancy-content .online-form .notes li::before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f111';
  font-weight: 600;
  color: #5f3899;
  display: inline-block;
  width: 1.75em;
  margin-left: -1.75em;
  font-size: .75em;
  vertical-align: .09375rem;
}
.single-vacancy-content .online-form .notes ul {
  margin-top: .5rem;
}
.single-vacancy-content .online-form .notes li::before {
  color: #e94914;
}
.single-vacancy-content .dbs {
  padding: 18px 25px 22px;
  background: #fdece7;
  border-top: 10px solid #f47f7f;
}
.single-vacancy-content .more-info {
  padding: 18px 25px 22px;
  background: #efebf5;
  border-top: 10px solid #af9bcc;
}
.single-vacancy-content .download-description {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 60px;
}
.single-vacancy-content .download-description img {
  display: inline-block;
  max-height: 48px;
  vertical-align: -23px;
  margin-right: 10px;
}
.single-vacancy-content .download-description p {
  display: inline-block;
  padding: 3px 10px 4px;
  background: #5f3899;
}
.single-vacancy-content .download-description a {
  color: #fff;
  text-decoration: none;
}
.single-vacancy-content .download-description a:hover {
  opacity: 0.8;
}
.single-vacancy-content .apply img {
  display: inline-block;
  width: 33.333333%;
  font-size: 0.1px;
  /* IE 9/10 don't like font-size: 0; */
  padding: 0 15px;
}
.single-vacancy-content .apply a:hover {
  opacity: 0.8;
}

.single.vacancies .post-navigation {
  display: none;
}

/* Application form */
.online-form {
  display: none;
}

.vacancies .wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button {
  font-size: 1em;
  color: white;
  background: #5f3899;
  border: 0;
}
.vacancies .wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button:hover {
  background: #af9bcc;
}

/* Message board */
.messages .post-navigation {
  display: none;
}

#message-board-header {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

#message-header-inner {
  max-width: 1200px;
  margin: 0 auto;
}

#message-board {
  min-height: 400px;
  width: 100%;
  background: url(/wp-content/uploads/cork-board.jpg) repeat;
}

#message-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 30px 30px;
  height: 100%;
  width: 100%;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
}
#message-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#message-content li {
  max-width: 250px;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  background-color: #ffea00;
  border-radius: 4px;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
  overflow: hidden;
  /* fix for Firefox */
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
}
#message-content li p {
  font-size: .9em;
  padding: 5px 10px;
  margin-bottom: 0;
}
#message-content span.message-heading {
  font-weight: 600;
  line-height: 1.15;
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 0 0;
}
#message-content li:nth-child(1) {
  background-color: #ffea00;
}
#message-content li:nth-child(2), #message-content .message-board li:nth-child(5n) {
  background-color: #9ddefd;
}
#message-content li:nth-child(3n) {
  background-color: #c2f4c1;
}
#message-content li:nth-child(4n) {
  background-color: #d5c6fd;
}

@media (max-width: 768px) {
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}
@media (max-width: 620px) {
  #message-content {
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    column-count: 2;
    column-gap: 15px;
  }

  #message-content li {
    max-width: 480px;
  }

  ul.teaser-panels li {
    min-height: 220px;
  }
}
@media (max-width: 480px) {
  #message-content {
    -webkit-column-count: 1;
    column-count: 1;
  }
}
/* Contact 
------------------------------ */
.category-contact #contact ul li:first-of-type a {
  color: #000;
}

/* Staff pages
------------------------------ */
.category-staff #contact ul li:last-of-type a {
  color: #000;
}

/* Error 404
------------------------------ */
.error404 .entry-content {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  padding: 2rem 0 4rem;
}
.error404 .entry-content a {
  display: inline-block;
  background: yellow;
}

/* Plugins 
------------------------------ */
/* Featherlight */
.single .entry-content .gallery-columns-3 figure.gallery-item {
  max-width: 33.333333%;
  margin: 0;
  padding: 0 1% 1% 0;
  line-height: 0;
}
@media (max-width: 414px) {
  .single .entry-content .gallery-columns-3 figure.gallery-item {
    max-width: 50%;
  }
}

/* Pretty file list */
.prettyFileList .corePrettyStyle {
  background: #5f3899;
  border: solid 1px #5f3899;
}

/* Cookie notice */
#cookie-notice {
  font-family: "Libre Franklin";
  font-size: 18px;
  line-height: 26px;
  padding: 0px;
}

.cn-button.bootstrap {
  font-family: "Libre Franklin";
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 10px;
  background-color: #48349e;
}

#cookie-notice .cn-button {
  margin: 0;
  color: rgba(255, 255, 255, 0.5) !important;
}

#cookie-notice .cn-button:hover {
  color: white !important;
}

#cookie-notice .cn-more-info {
  margin-left: 20px;
}

/* Easy list */
#content .entry-content .easy-list {
  padding-top: 30px;
  font-size: 1.8em;
}

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Mobile styles
--------------------------------------------------------------*/
.header-image-mobile {
  display: none;
}

@media screen and (max-width: 1199px) {
  .site-header #social-media ul {
    margin-left: 1rem;
  }

  .site-header #contact-menu {
    margin-right: 30px;
  }

  #masthead-logo-strip li:first-child {
    max-width: 660px;
    vertical-align: middle;
    margin: 0;
    padding: 5px 30px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  /* Header */
  #page-header {
    height: auto;
    padding-bottom: 0;
  }

  #masthead-logo-strip li:first-child {
    max-width: 100%;
    margin: 0;
    padding: 10px 1rem;
  }

  .page-header-text {
    display: block;
    padding: 25px 30px 30px;
  }

  .single .entry-content {
    margin-top: 0;
  }

  #content-grid li,
  #content-grid .page-2 li {
    width: 48.5%;
    margin: 0 0.75% 1.5%;
  }

  .main-navigation.toggled ul {
    display: block;
    margin: 0 10%;
  }

  .main-navigation.toggled ul ul {
    display: none;
  }

  .main-navigation {
    padding: 0;
  }
  .main-navigation li {
    display: block;
    font-size: 2.15em;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: 0;
  }
  .main-navigation li:last-child {
    border-bottom: 0;
  }
  .main-navigation a {
    color: rgba(255, 255, 255, 0.5);
    padding: 8px 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }
  .main-navigation a:visited {
    color: rgba(255, 255, 255, 0.5);
    border: 0;
  }
  .main-navigation a:hover {
    color: #fff;
    border: 0;
  }
  .main-navigation a:active {
    color: #fff;
    border: 0;
  }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a,
  .main-navigation .current-post-parent > a,
  .main-navigation .current-post-ancestor > a,
  .main-navigation .current-category-ancestor > a {
    color: #fff;
    border-bottom: 0;
  }

  /* Mobile menu */
  .menu-toggle {
    display: block;
    /* Show the mobile menu icon */
    position: absolute;
    top: 7px;
    right: 1rem;
    z-index: 100;
    color: #fff;
    cursor: pointer;
    font: 16px/0.9 'Roboto', sans-serif;
    text-align: center;
    padding: 0;
    height: 60px;
    width: 60px;
    border-radius: 30px;
    border: 0;
    background: #fff;
  }

  .menu-toggle::before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f0c9';
    font-size: 48px;
    font-weight: 400;
    color: #5f3899;
  }

  .main-navigation.toggled .menu-toggle::before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f00d';
    font-size: 50px;
    font-weight: 300;
    color: #5f3899;
  }

  .menu-main-navigation-container {
    position: fixed;
    top: -2000px;
    left: 0;
    z-index: 20;
    background: #5f3899;
    width: 100%;
    height: 100%;
    padding-top: 5em;
  }

  .main-navigation.toggled .menu-main-navigation-container {
    top: 0;
    -webkit-transition: .25s;
    transition: .25s;
    overflow: auto;
  }

  .nav-open {
    position: fixed;
    overflow: hidden;
  }

  /* class added by javascript, prevents scrolling of main content when menu is open */
  /* Eof small menu */
  /* Grid pages */
  #content-grid li, #content-grid .page-2 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    margin: 0 1% 2%;
  }

  /* Footer */
  .contact-phone span {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 660px) {
  .post-navigation {
    width: 100%;
  }

  .category-useful-information .entry-content {
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .header-image-mobile {
    display: block;
  }

  /* Typography */
  h1, .page-header-text h1 {
    font-size: 2.25em;
    line-height: 1.25;
  }

  .home .page-header-text h1 {
    font-size: 1.5rem;
  }

  .single-vac-heading h1 {
    font-size: 1.75em;
    margin: 10px 0 0;
  }

  #message-board-header h1 {
    font-size: 2em;
    text-align: center;
  }

  .full-width-panel p {
    font-size: 1.5rem;
    line-height: 1.25;
    padding: 5px 15px 20px;
  }

  .full-width-panel p a {
    font-size: 1.025rem;
  }

  h2 {
    font-size: 2em;
  }

  /* Navigation */
  .menu-toggle {
    height: 50px;
    width: 50px;
  }

  .menu-toggle::before {
    font-size: 38px;
  }

  .main-navigation.toggled .menu-toggle::before {
    font-size: 40px;
  }

  .main-navigation.toggled ul {
    margin: 0 15px;
  }

  .main-navigation li {
    font-size: 1.5em;
  }

  .main-navigation li a {
    padding: 5px 0;
  }

  .menu-main-navigation-container {
    padding-top: 4em;
  }

  /* Contact menu */
  #contact-menu {
    display: none;
  }

  #menu-item-7245, #menu-item-7246 {
    display: block;
  }

  /* show Staff & Contact in the main nav on mobile */
  /* Page content */
  .page-header-text {
    padding: 15px 15px 20px;
  }

  .home .entry-content {
    margin-top: 0;
  }

  .entry-content {
    padding: 20px 1rem 15px;
    margin-bottom: 2em;
  }

  p.featured-pages {
    font-size: 1.35em;
    margin-bottom: 0;
  }

  .category-vacancies .entry-content {
    padding-top: 10px;
    margin-top: 0;
  }

  #content-grid {
    margin: 5px auto 0;
  }
  #content-grid li, #content-grid .page-2 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin: 0 0 2%;
  }
  #content-grid h3 {
    min-height: auto;
  }
  #content-grid .intro {
    min-height: auto;
  }
  #content-grid .key-info {
    min-height: auto;
  }

  .vacancies-filter p {
    float: none;
    display: inline-block;
    font-size: 1em;
    padding: 5px 9px;
    margin: 0 5px 10px;
  }

  #page-header-single-vacancy {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  #page-header-single-vacancy .page-header-text {
    padding: 15px;
  }

  #single-vacancy-content {
    padding: 0 15px;
    margin-top: 0;
  }
  #single-vacancy-content .apply p {
    font-size: 1.65em;
  }

  /* Footer */
  .lighthouse {
    min-height: 220px;
  }

  .footer-logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .jobs-links ul {
    display: block;
    margin-top: .5em;
  }
  .jobs-links li {
    line-height: 1.5;
    white-space: wrap;
    padding: 0;
    border: 0;
  }
  .jobs-links li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

.useful-information .entry-content .wp-caption {
  font-size: 1.5em;
  line-height: 1.4;
  text-align: center;
  color: #000;
  padding: 20px 20px 20px 20px;
  background-color: #f2f2f2;
}
.useful-information .entry-content .wp-caption .wp-caption-text {
  text-align: center;
  margin: 5px 0;
  padding: 0;
  background: transparent;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*# sourceMappingURL=style.css.map */