@charset "UTF-8";
/* 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;
}

/**
 * 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;
  /* 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 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/**
 * 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 {
  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] {
  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;
}

@font-face {
  font-family: "FSMe";
  src: url("fonts/FSMe/font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FSMeItalic";
  src: url("fonts/FSMeItalic/font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FSMeBold";
  src: url("fonts/FSMeBold/font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FSMeBoldItalic";
  src: url("fonts/FSMeBoldItalic/font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
  font-family: 'FSMeLight';
  src: url('fonts/FSMeLight/font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FSMeLightItalic';
  src: url('fonts/FSMeLightItalic/font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
*/
@font-face {
  font-family: "Kapra";
  src: url("fonts/Kapra/font.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KapraBold";
  src: url("fonts/KapraBold/font.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "prmedia";
  src: url("fonts/pmstdset.eot?cgrcr8");
  src: url("fonts/pmstdset.eot?cgrcr8#iefix") format("embedded-opentype"), url("fonts/pmstdset.woff?cgrcr8") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "prmedia" !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon-mail-punch:before {
  content: "";
}

.icon-linkedin-punch:before {
  content: "";
}

.icon-twitter-punch:before {
  content: "";
}

.icon-basket:before {
  content: "";
}

.icon-availability:before {
  content: "";
}

.icon-international:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-quote_nav_active:before {
  content: "";
}

.icon-staff_students:before {
  content: "";
}

.icon-teams:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-tablr:before {
  content: "";
}

.icon-qrcode:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-icon-warning:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-warning:before {
  content: "";
}

.icon-pencil:before {
  content: "";
}

.icon-file-text:before {
  content: "";
}

.icon-printer:before {
  content: "";
}

.icon-display:before {
  content: "";
}

.icon-floppy-disk:before {
  content: "";
}

.icon-google3:before {
  content: "";
}

.icon-facebook2:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-youtube2:before {
  content: "";
}

.icon-vimeo2:before {
  content: "";
}

.icon-tumblr2:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-down:before {
  content: "";
}

.icon-right:before {
  content: "";
}

.icon-left:before {
  content: "";
}

.icon-up:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-bullhorn:before {
  content: "";
}

.icon-connection:before {
  content: "";
}

.icon-mic:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-bubble:before {
  content: "";
}

.icon-quotes-left:before {
  content: "";
}

.icon-quotes-right:before {
  content: "";
}

.icon-spinner6:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-unlocked:before {
  content: "";
}

.icon-bin:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-download2:before {
  content: "";
}

.icon-bookmark:before {
  content: "";
}

.icon-star-empty:before {
  content: "";
}

.icon-star-half:before {
  content: "";
}

.icon-star-full:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-cross:before {
  content: "";
}

.icon-checkmark:before {
  content: "";
}

.icon-checkbox-checked:before {
  content: "";
}

.icon-checkbox-unchecked:before {
  content: "";
}

.icon-radio-checked:before {
  content: "";
}

.icon-radio-checked2:before {
  content: "";
}

.icon-radio-unchecked:before {
  content: "";
}

.icon-embed:before {
  content: "";
}

.icon-google:before {
  content: "";
}

.icon-vimeo:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-linkedin1:before {
  content: "";
}

.icon-twitter-bird:before {
  content: "";
}

.icon-youtube-play:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-menu-bars:before {
  content: "";
}

/*---------------- Word Press Global Styles -----------------------*/
html {
  box-sizing: border-box;
}

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

html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

html,
body {
  font-family: "FSMe", sans-serif;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FSMeBold", sans-serif;
  margin: 0;
  padding: 0;
}

img,
embed,
iframe,
object {
  height: auto;
  max-width: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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;
  color: #000000;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  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;
  margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# 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,
.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,
.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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0;
}

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

/* Customize the label (the container) */
label.container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
label.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #B3B3B3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* On mouse-over, add a grey background color */
label.container:hover input ~ .checkmark {
  border-color: #63666A;
}

/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
label.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
label.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #00B140;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*------------------------- custom overrides --------------------------------------*/
/* General helper classes */
body {
  background-color: #ffffff;
}

.fixed-max {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

p {
  line-height: 1.5;
}

a,
a:link,
a:visited,
a:focus,
a:active {
  color: #6B3077;
  text-decoration: none;
  line-height: 1.5;
}

a:focus {
  outline: thin dotted;
}

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

a:hover {
  color: #3c1053;
}

p.caption {
  font-size: 0.8em;
}

/*---------------- Loader ---------------------*/
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  position: absolute;
  z-index: 10000;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  border: 8px solid rgba(209, 211, 212, 0.8);
  border-top: 8px solid #00B140;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: spin 2s linear infinite;
}

.loaded {
  display: none;
  animation: none;
}

.row {
  display: inline-block;
  width: 100%;
  font-size: 0;
}

/*----------------------- Button Styles ----------------------------*/
a.wp-block-button__link,
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited,
.wp-block-file a.wp-block-file__button,
a.wp-block-file__button,
a.btn,
.btn {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  font-family: "FSMeBold", sans-serif;
  font-size: 1.125rem;
  padding: 0.6em 0.6em 0.4em 0.6em;
  line-height: 1.2;
  transition: box-shadow ease 0.1s;
  margin: 0 1.5rem 0 0;
  max-width: 100%;
  text-align: center;
  text-decoration: none !important;
  background-image: linear-gradient(90deg, #005844, #00B140);
  color: #ffffff;
  vertical-align: middle;
  filter: drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.4));
  -moz-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited,
.wp-block-file a.wp-block-file__button,
a.wp-block-file__button {
  margin-left: 1em;
}

/*
a.wp-block-button__link:after,
a.wp-block-file__button:after,
.btn:after {
	content: "";
	position: absolute;
	display: block;
	left: 100%;
	top: 0;
	height: inherit;
	width: 0;
	height: 0;
	border: 19px solid transparent;
	border-left-color: vars.$colour2;
	//background-color: vars.$colour1;
}

*/
a.wp-block-button__link:hover,
a.wp-block-file__button:hover,
a.btn:hover,
.btn:hover {
  background-image: none;
  background-color: #012C2F;
}

a.wp-block-button__link:hover:after,
a.btn:hover:after,
.btn:hover:after {
  background-image: url(images/arrow-dark-green.svg);
}

.sel-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 5px;
  line-height: 0;
}

.hasCustomSelect {
  left: 0;
  top: 0;
  z-index: 1;
}

.pm-select {
  position: relative;
  display: inline-block;
  font-family: "FSMe", sans-serif;
  width: 100% !important;
  height: 100% !important;
  max-width: 500px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.5em 0;
  line-height: 1em;
  font-size: 1rem;
  text-align: left;
  background-color: #ffffff;
}

.pm-select:after {
  content: "";
  font-family: "prmedia" !important;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0 0 0 0.5em;
  font-size: 1.25rem;
  line-height: 1em;
  color: #51accb;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
}

/*
.load-more {
	text-align: center;
	border: none;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
}

.load-more .col-12 {
	text-align: center;
}
*/
.open {
  display: block;
}

.flex {
  display: flex !important;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
}

.full-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-edit-link,
.post-edit-link:link,
.post-edit-link:visited {
  display: inline-block;
  background-color: #404040;
  color: #ffffff !important;
  padding: 8px 20px 7px;
  line-height: 1em;
  font-size: 1rem;
  text-decoration: none;
}

.edit-link:before {
  display: none;
}

.fixed-edit .edit-link:before {
  display: block;
}

.fixed-edit {
  position: fixed;
  bottom: 150px;
  right: 50px;
  width: 70px;
  height: 70px;
  background-color: #00B140;
  border: 2px solid #ffffff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

.fixed-edit .edit-link {
  position: absolute;
  font-size: 36px;
  color: #ffffff;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fixed-edit:hover {
  background-color: #3c1053;
}

.fixed-edit .post-edit-link,
.fixed-edit .post-edit-link:link,
.fixed-edit .post-edit-link:visited {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0;
  line-height: 0;
  font-size: 0;
  text-decoration: none;
}

.white-bg {
  background-color: #ffffff;
}

.grey1 {
  color: #E0E0E1;
}

.grey2 {
  color: #B3B3B3;
}

.grey3 {
  color: #63666A;
}

.grey4 {
  color: #63666A;
}

.grey1-bg {
  background-color: #E0E0E1;
}

.grey2-bg {
  background-color: #B3B3B3;
}

.grey3-bg {
  background-color: #63666A;
}

.grey4-bg {
  background-color: #63666A;
}

.colour1 {
  color: #3c1053;
}

.colour2 {
  color: #00B140;
}

.colour3 {
  color: #6B3077;
}

.colour4 {
  color: #005844;
}

.colour5 {
  color: #CEDC00;
}

.colour6 {
  color: #63666A;
}

.colour7 {
  color: #1E3B76;
}

.colour8 {
  color: #012C2F;
}

.colour9 {
  color: #51accb;
}

.colour10 {
  color: #63666A;
}

.colour1-bg {
  background-color: #3c1053;
}

.colour2-bg {
  background-color: #00B140;
}

.colour3-bg {
  background-color: #6B3077;
}

.colour4-bg {
  background-color: #005844;
}

.colour5-bg {
  background-color: #CEDC00;
}

.colour6-bg {
  background-color: #63666A;
}

.colour7-bg {
  background-color: #1E3B76;
}

.colour8-bg {
  background-color: #012C2F;
}

.colour9-bg {
  background-color: #51accb;
}

.colour10-bg {
  background-color: #63666A;
}

.gradient1-bg {
  background-image: linear-gradient(90deg, #000000, transparent);
}

.gradient2-bg {
  background-image: linear-gradient(90deg, #005844, #00B140);
}

.gradient3-bg {
  background-image: linear-gradient(90deg, #3c1053, #6B3077);
}

.gradient4-bg {
  background-image: linear-gradient(90deg, #012C2F, #005844);
}

.right-radius {
  -moz-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}

.left-radius {
  -moz-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}

.full-radius {
  -moz-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.top-radius {
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.bottom-radius {
  -moz-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.handorgel {
  display: block;
  width: 100%;
  border: 1px solid #000000;
  border-top: none;
}
.handorgel__header {
  display: block;
  margin: 0;
}
.handorgel__header--open .handorgel__header__button {
  background-color: #fff;
}
.handorgel__header--focus .handorgel__header__button {
  background-color: #fff;
  outline: none;
}
.handorgel__header__button {
  display: block;
  width: 100%;
  padding: 20px 24px;
  margin: 0;
  border: none;
  border-top: 1px solid #000000;
  background-color: #fff;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-align: left;
  transition: background-color 0.2s ease;
  user-select: none;
}
.handorgel__header__button::-moz-focus-inner {
  border: 0;
}
.handorgel__content {
  display: none;
  overflow: hidden;
  height: 0;
  xborder-top: 1px solid #000000;
  background-color: transparent;
  transition: height 0.1s ease 0.1s;
}
.handorgel__content--open {
  display: block;
  transition: height 0.2s ease;
}
.handorgel__content--opened {
  overflow: visible;
}
.handorgel__content__inner {
  padding: 20px 0;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.handorgel__content--opened .handorgel__content__inner {
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Flexnav Base Styles */
.flexnav {
  position: relative;
  display: inline-block;
  z-index: 1000;
  -moz-transition: none "" "" "";
  -o-transition: none "" "" "";
  -webkit-transition: none "" "" "";
  transition: none "" "" "";
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  background-color: transparent;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 0;
  width: 100%;
  border-top: 1px solid #3c1053;
}

.flexnav.opacity {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  -webkit-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.flexnav.flexnav-show {
  opacity: 1;
  visibility: visible;
}

/*
.flexnav.flexnav-show:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color:rgba(255,255,255,0.4);
}
*/
.flexnav li {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 0;
  width: 100%;
  font-size: 1rem;
  pointer-events: all;
  padding: 3px 60px 3px 0;
}

.flexnav > li {
  border-bottom: 1px solid #3c1053;
  padding: 10px 60px 10px 0;
}

.flexnav li a {
  font-family: "FSMeBold", sans-serif;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding: 12px 0;
  font-size: 1.2rem;
  z-index: 2;
  margin: 0;
  line-height: 1;
  pointer-events: all;
}

/*
.flexnav > li.menu-item-has-children > a:after {
	font-family: vars.$prmedia-font;
	content:"\e90c";
	font-size: 0.7em;
	vertical-align: middle;
	margin-left: .3em;
	line-height: 0;
}
*/
.flexnav li:last-child a {
  border-bottom: none;
}

.flexnav li a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.flexnav li ul {
  display: none;
  list-style: none;
  width: 100%;
  margin: 0 0 1em;
  padding: 0;
}

.flexnav li ul li {
  width: 100%;
  position: relative;
  padding-right: 0;
}

.flexnav li ul li a {
  padding: 0.5em 0 0.5em 0;
}

.flexnav li ul li ul li {
  padding: 0 15px 0 15px;
}

.flexnav li ul.flexnav-show li {
  overflow: visible;
}

.flexnav li ul li a {
  font-size: 1.1rem;
}

.flexnav li ul li ul li ul li {
  padding: 0 0 0 15px;
}

.flexnav .touch-button {
  /*position: absolute;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 44px;
  margin: 0;*/
  position: absolute;
  top: 12px;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #3c1053;
  opacity: 0.5;
}

.flexnav li ul li .touch-button {
  margin: 0;
}

.flexnav li ul li ul li .touch-button {
  margin: 0px 15px 0 0;
}

.flexnav .touch-button:hover {
  cursor: pointer;
}

.flexnav .touch-button .navicon:after {
  font-family: "prmedia" !important;
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  zoom: 1;
  color: #ffffff;
  font-size: 0.8rem;
  font-style: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-button {
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 30px;
  font-size: 1.2em;
  cursor: pointer;
  margin: 0;
  padding: 10px 0;
  z-index: 1000;
  pointer-events: all;
  text-align: right;
}

.menu-button .touch-button .navicon,
.menu-button .touch-button {
  position: relative;
}

.main-nav-open .menu-button .touch-button .navicon {
  color: #3c1053;
}

.menu-button .touch-button .navicon:before {
  font-family: "prmedia" !important;
  content: "";
  display: inline-block;
  color: #3c1053;
  font-size: 22px;
  font-style: normal;
  line-height: 1;
}

.main-nav-open .menu-button .touch-button .navicon:before {
  content: "";
}

/*
.menu-button .touch-button {
	background: transparent;
	position: absolute;
	z-index: 999;
	top: 50%;
	margin: -14px 0 0 -15px;
	right: 0;
	display: inline-block;
	text-align: center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.small .menu-button .touch-button {
	top: 10px;
}

.menu-button .touch-button .navicon {
	position: relative;
	top: 2px;
	left: 0;
	display: block;
	width: 31px;
	height: 27px;
	background: transparent url(../images/icon-nav.png) no-repeat center center;
}
*/
@media all and (min-width: 900px) {
  .flexnav {
    display: inline-block;
    width: auto;
    padding: 0;
    overflow: visible;
    visibility: visible;
    margin: 0 auto;
    background-color: transparent;
    border: none;
  }

  .flexnav.opacity {
    opacity: 1;
    visibility: visible;
  }

  .flexnav li {
    position: relative;
    list-style: none;
    margin: 0;
    z-index: 12;
    background: transparent;
    overflow: visible;
    width: auto;
    padding: 0;
    line-height: 0;
    cursor: pointer;
    border-bottom: none;
  }

  .flexnav li .touch-button {
    display: none;
  }

  .flexnav li ul li {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none !important;
  }

  .flexnav li ul li.menu-item-has-children {
    padding-right: 40px;
  }

  .flexnav li ul li.menu-item-has-children:after {
    position: absolute;
    font-family: "prmedia" !important;
    content: "";
    font-size: 12px;
    top: 50%;
    right: 15px;
    color: #ffffff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
  }

  .flexnav li ul li.menu-item-has-children:hover:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -7px;
  }

  .flexnav li > ul {
    position: absolute;
    display: block;
    min-width: 200px;
    width: auto;
    height: 0;
    max-height: 0;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    white-space: nowrap;
    border: none;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    -moz-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
  }

  .flexnav li:nth-child(n+4) > ul {
    left: auto;
    right: 0;
  }

  .flexnav > li > a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    background: transparent;
    border-bottom: none;
    line-height: 1;
    padding: 12px 12px 0;
    color: #3c1053;
    font-size: 1rem;
    height: 40px;
    -moz-transition: opacity 300ms linear 0s;
    -o-transition: opacity 300ms linear 0s;
    -webkit-transition: opacity 300ms linear 0s;
    transition: opacity 300ms linear 0s;
  }

  .flexnav li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 1px;
    width: 0;
    background-color: #6B3077;
    opacity: 0;
    cursor: pointer;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .flexnav > li:hover > a:before {
    top: 0 !important;
    bottom: auto !important;
    opacity: 1;
    width: 100%;
  }

  .flexnav li > ul li {
    padding: 0;
    visibility: hidden;
    background-color: transparent;
    overflow: hidden;
  }

  .flexnav li:hover > ul li {
    visibility: visible;
  }

  .flexnav li:hover > ul {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 15px 0;
    max-height: 1000px;
    background-color: #6B3077;
  }

  .flexnav li > ul ul {
    padding: 0;
    min-width: 0;
    max-width: 0;
    height: auto;
    top: 0;
    left: 100%;
    font-size: 0;
    border-left: 4px solid #ffffff;
  }

  /*
  .flexnav li:hover > ul ul {
  	//display: block!important;
  	visibility: hidden;
  	opacity: 0;
  	height: auto;
  	padding: 0;
  	max-height: 0;
  	width: 0;
  	background-color: transparent;
  }
  */
  .flexnav li ul li:hover {
    overflow: visible;
  }

  .flexnav li ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    height: auto;
    width: auto;
    max-width: 1000px;
    padding: 15px 0;
    max-height: 1000px;
    left: 100%;
    background-color: #00B140;
  }

  .flexnav li:hover > ul:before {
    opacity: 1;
  }

  .flexnav > li:hover ul li a:before,
.flexnav > li ul li a:before {
    opacity: 0;
    width: 0;
  }

  .flexnav > li:hover > a:after {
    margin-top: -3px;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
  }

  .flexnav > li.menu-item-has-children > a:after {
    font-family: "prmedia" !important;
    content: "";
    display: inline-block;
    font-size: 0.7em;
    vertical-align: middle;
    margin-left: 0.3em;
    line-height: 0;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
  }

  .sub-menu {
    display: block !important;
  }

  .flexnav > li.current-post-ancestor > a:before,
.flexnav > li.current-es-ancestor > a:before,
.flexnav > li.current-ncsc-ancestor > a:before,
.flexnav > li.current-hie-ancestor > a:before,
.flexnav > li.current-ps-ancestor > a:before,
.flexnav > li.current-sis-ancestor > a:before,
.flexnav > li.current-sbrc-ancestor > a:before,
.flexnav > li.current-scvo-ancestor > a:before,
.flexnav > li.current-se-ancestor > a:before,
.flexnav > li.current-sg-ancestor > a:before,
.flexnav > li.current-sds-ancestor > a:before,
.flexnav > li.current-ys-ancestor > a:before,
.flexnav > li.current-menu-item > a:before,
.flexnav > li.current-menu-parent > a:before,
.flexnav li.current_page_ancestor > a:before {
    opacity: 1;
    width: 100%;
    top: auto;
    bottom: 10px;
  }

  /*
  	.flexnav > li.current-post-ancestor,
  	.flexnav > li.current-es-ancestor,
  	.flexnav > li.current-ncsc-ancestor,
  	.flexnav > li.current-hie-ancestor,
  	.flexnav > li.current-ps-ancestor,
  	.flexnav > li.current-sis-ancestor,
  	.flexnav > li.current-sbrc-ancestor,
  	.flexnav > li.current-scvo-ancestor,
  	.flexnav > li.current-se-ancestor,
  	.flexnav > li.current-sg-ancestor,
  	.flexnav > li.current-sds-ancestor,
  	.flexnav > li.current-ys-ancestor,
  	.flexnav > li.current-menu-item,
  	.flexnav > li.current-menu-parent,
  	.flexnav li.current_page_ancestor {
  		//background-color: vars.$colour3;
  	}
  */
  .flexnav > li.current-post-ancestor li,
.flexnav > li.current-es-ancestor li,
.flexnav > li.current-ncsc-ancestor li,
.flexnav > li.current-hie-ancestor li,
.flexnav > li.current-ps-ancestor li,
.flexnav > li.current-sis-ancestor li,
.flexnav > li.current-sbrc-ancestor li,
.flexnav > li.current-scvo-ancestor li,
.flexnav > li.current-se-ancestor li,
.flexnav > li.current-sg-ancestor li,
.flexnav > li.current-sds-ancestor li,
.flexnav > li.current-ys-ancestor li,
.flexnav > li.current-menu-item li,
.flexnav > li.current-menu-parent li,
.flexnav li.current_page_ancestor li {
    background-color: transparent;
  }

  .flexnav li:hover ul li a,
.flexnav li ul li a {
    font-family: "FSMe", sans-serif;
    opacity: 1;
    color: #ffffff;
    text-align: left;
    width: 100%;
    padding: 8px 1rem;
    font-size: 1rem;
  }

  .flexnav li ul li:hover a {
    background-color: #3c1053;
  }

  .flexnav li ul li:hover ul li a,
.flexnav li ul li ul li a {
    opacity: 1;
  }

  .flexnav li ul li ul li:hover a {
    opacity: 0.5;
  }

  .flexnav li > ul li:hover {
    border: none;
  }

  .flexnav li ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }

  .flexnav li ul.open li {
    overflow: visible;
    max-height: 100px;
  }

  .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0;
  }

  .flexnav .touch-button {
    margin: -15px 0 0 0;
    background: none;
  }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "prmedia" !important;
  font-size: 34px;
  line-height: 1;
  color: #3c1053;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -50px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -50px;
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -50px;
}
[dir=rtl] .slick-next {
  left: -50px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0 0.2em;
  /*a {
      font-family: vars.$accent-font-stack;
      font-size: 3rem;
      color: vars.$white;
      line-height: 1;
      text-shadow: vars.$text-shadow;
  }*/
  cursor: pointer;
  /*&.slick-active a:after {
      content: "";
      position: absolute;
      width: .5em;
      height: 3px;
      top: 100%;
      left: 50%;
      background-color: vars.$colour3;
      @include mixins.transform(translateX(-50%));
  }*/
  /*&:after {
      content:"-";
      font-family: vars.$accent-font-stack;
      position: absolute;
      font-size: 3rem;
      top: 50%;
      left: 100%;
      margin-left: -.1em;
      color: vars.$white;
      @include mixins.transform(translateY(-50%));
  }
  &:last-child:after {
      display: none;
  }*/
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  line-height: 0;
  text-align: center;
  border: 2px solid #3c1053;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:hover:before {
  opacity: 1;
  background-color: #3c1053;
  border-color: #3c1053;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #3c1053;
  border-color: #3c1053;
}

/*------------------- Main Styles ----------------------*/
body {
  background-color: #ffffff;
}

/*------------------- Main Styles ----------------------*/
h1 {
  font-family: "FSMeBold", sans-serif;
  font-weight: normal;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

h2 {
  font-family: "FSMeBold", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

h3 {
  font-family: "FSMeBold", sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 0.1em;
}

h4 {
  font-family: "FSMeBold", sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 0.1em;
}

h5, h6 {
  font-family: "FSMeBold", sans-serif;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 0.1em;
}

p, ul, ol {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0 0 1em;
  font-weight: 400;
}

button.btn,
a,
a:link,
a:visited,
a:focus,
a:active {
  font-family: "FSMeBold", sans-serif;
}

a:focus {
  outline: 3px solid #51accb;
  padding: 5px;
}

.wp-block-column a {
  line-height: 1.5;
}

.wp-block-column a:hover span {
  color: #6B3077 !important;
}

b,
strong {
  font-family: "FSMeBold", sans-serif;
  font-weight: normal;
}

table td {
  padding: 5px;
}

.site {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}

.loaded .loader {
  display: none;
}

.panel {
  filter: alpha(opacity=0);
  opacity: 0;
}

.loaded .panel {
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  animation: fadeIn 1s;
  filter: alpha(opacity=100);
  opacity: 1;
}

.site-header {
  position: fixed;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 125px;
  padding: 15px 0 25px;
  z-index: 1000;
  background-color: #ffffff;
  overflow: visible;
  overflow-y: visible;
  -moz-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  -webkit-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

img {
  -moz-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

/*
.nav-bg .site-header {
	padding-top: 0;
	//background-color: rgba(0,0,0,.9);
	//background-color: rgba(51, 113, 132,.95);
	background-color: vars.$colour5;
	//background-color: vars.$grey1;
	//box-shadow: 0px 5px 5px 0px rgba(0,0,0,.1);
}


.nav-bg .site-branding {
	margin-top: 0;
}

.nav-bg .site-branding a {
	width: 155px;
}
*/
.admin-bar .site-header {
  top: 32px;
}

.site-header > .fixed-max {
  position: relative;
  z-index: 1000;
  pointer-events: none;
}

/*
.menu-header .fixed-max {
	height: 43px;
}
*/
.fix .site-header {
  background-color: #ffffff;
}

/*
.header-buttons,
.search-button,
.site-branding {
	position: absolute;
	top: 25px;
	left: 25px;
	//display: block;
	//float: left;
	width: 30%;
	text-align: left;
	white-space: nowrap;
	z-index: 10010;
	//pointer-events: none;
	//@include mixins.transform(translateY(-50%));
}

.site-branding {
	padding: 0 20px;
	margin-top: 8px;
}
*/
.header-buttons {
  position: absolute;
  top: 10px;
  left: auto;
  right: 2.3em;
  width: auto;
  pointer-events: all;
}

.search-button {
  position: relative;
  display: inline-block;
  padding: 0 0.9em;
  margin-left: 0.6em;
  border-left: 1px solid #6B3077;
  vertical-align: middle;
}

/*
.search-button a:after {
	content: vars.$site-search-placeholder;
	font-family: vars.$title-font-stack;
	font-weight: 400;
	font-size: 1.125rem;
	position: absolute;
	right: 100%;
	top: 50%;
	color: vars.$grey2;
	//text-transform: uppercase;
	line-height: 1;
	margin-right: 8px;
	padding-top:2px;
	@include mixins.transform(translateY(-50%));
}

.search-button .btn:hover:after {
	color: vars.$grey3;
}



.search-button .type-icon {
	//background-color: vars.$colour2;
	font-size: 1.4rem;
	color: vars.$colour2;
	padding: 2px;
	margin: 0;
}

.search-button .type-icon:hover {
	color: vars.$white;
}
*/
.site-branding {
  padding: 0 2em;
}

.site-branding a {
  display: block;
  width: 350px;
  pointer-events: all;
  line-height: 0;
  -moz-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  -webkit-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.site-branding a img {
  margin-left: -5px;
}

.strapline {
  vertical-align: top;
  padding-top: 30px;
}

.site-branding .mobile-logo {
  display: none;
}

.top-menu-header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0;
  z-index: 100000;
  text-align: right;
}

.top-menu-header a {
  color: #ffffff;
  font-size: 1rem;
}

.top-menu-header ul,
.top-menu-header li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-menu-header ul {
  width: auto;
}

.mini-account,
.mini-basket,
.menu-social-media-links-container,
.menu-top-header-menu-container,
.top-menu-header li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125rem;
  font-weight: 700;
}

.menu-social-media-links-container {
  margin-top: 2px;
}

.menu-top-header-menu-container {
  padding-right: 0.5rem;
}

.mini-account,
.menu-top-header-menu-container li {
  padding: 0 0.5em;
  border-right: 1px solid #6B3077;
}

.menu-top-header-menu-container li a {
  font-family: "FSMeLight", sans-serif;
}

.mini-account a:hover,
.menu-top-header-menu-container li a:hover {
  color: #3c1053;
}

.header-buttons,
.menu-top-header-menu-container ul {
  display: flex;
  align-items: center;
}

.menu-top-header-menu-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*
.header-buttons .menu-social-media-links-container li[class*=" icon-"]:before, 
.header-buttons .menu-social-media-links-container li[class^=icon-]:before {
	color: vars.$colour2;
	//font-size: 2.2rem;
	//padding: 5px;
}

.main-nav-open .header-buttons .menu-social-media-links-container li[class*=" icon-"]:before,
.main-nav-open .header-buttons .menu-social-media-links-container li[class^=icon-]:before,
.nav-bg .header-buttons .menu-social-media-links-container li[class*=" icon-"]:before,
.nav-bg .header-buttons .menu-social-media-links-container li[class^=icon-]:before {
	color: vars.$colour5;
}
*/
.header-buttons .btn {
  font-size: 1rem;
}

.header-buttons .btn {
  height: 32px;
}

.header-buttons .btn:after {
  border-width: 16px;
}

.mini-basket {
  padding-top: 1px;
  padding-left: 10px;
}

.mini-basket .icon-basket {
  font-size: 1.4rem;
  color: #CEDC00;
}

.mini-basket:hover .icon-basket,
.mini-basket:hover .basket-qty {
  color: #ffffff;
}

.menu-header {
  position: absolute;
  left: 0;
  top: 62px;
  pointer-events: none;
  text-align: right;
  width: 100%;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.mini-nav .header-intro {
  opacity: 0;
}

.main-nav-open .menu-header {
  padding: 0 5px;
}

/*
.mini-nav .menu-header {
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,.3);
}


.menu-header .fixed-max {
	padding-right: 80px;
}
*/
/*
.main-nav-open .menu-header {
	top: 0;
	height: auto;
	background-color: transparent;
	border-top: none;
	box-shadow: none;
}

.main-nav-open .menu-header .fixed-max {
	height: auto;
}

.main-nav-open .site-header .fixed-max {
	//position: relative;
	left: 0;
	width: 100%;
	height: auto;
	padding-top: 20px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.main-nav-open .search-button {
	position: relative;
	padding-left: 28px;
	top: auto;
	left: 0;
	width: 30%;
	text-align: left;
	white-space: nowrap;
	z-index: 10010;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.main-nav-open .search-button a:after {
	right: auto;
	left: 100%;
	margin-left: 8px;
}

.main-nav-open .menu-button {
	//position: fixed;
	top: 20px;
	right: 60px;
}

.main-nav-open .site-header {
	top: 0!important;
	overflow: auto;
}
*/
/*
.menu-social-media-links-container {
	display: inline-block;
	padding-top: 2px;
}

.menu-contact .menu-social-media-links-container {
	margin-top: 30px;
}

.menu-contact .menu-social-media-links-container {
	margin-left: -4px;
}
*/
.main-nav-open .site-header {
  top: 0 !important;
  overflow: auto;
  height: 100%;
  background-color: #ffffff;
  padding-top: 5px;
}

.menu-primary-menu-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.main-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: right;
  line-height: 0;
  padding: 0 1rem 0 0;
  z-index: 0;
  height: 0;
  opacity: 0;
  -moz-transition: opacity 300ms linear 0ms, height 300ms linear 0ms;
  -o-transition: opacity 300ms linear 0ms, height 300ms linear 0ms;
  -webkit-transition: opacity 300ms linear 0ms, height 300ms linear 0ms;
  transition: opacity 300ms linear 0ms, height 300ms linear 0ms;
}

.main-nav-open .main-navigation {
  padding: 10px 0 80px;
  opacity: 1;
  height: auto;
}

.main-navigation .flexnav.opacity {
  height: 0;
}

.main-nav-open .main-navigation .flexnav.opacity {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.main-navigation .report {
  visibility: hidden;
  padding: 0;
  background-color: #005844;
}

.main-navigation .report a span {
  margin-bottom: 3px;
  margin-right: 8px;
  font-size: 1.3rem;
  vertical-align: middle;
}

.main-nav-open .main-navigation .report {
  position: relative;
  padding: 0.7em 1.1em;
  box-shadow: none;
  visibility: visible;
  margin-top: 30px;
  background-color: #00B140;
}

.main-nav-open .main-navigation .report a {
  font-size: 1.2rem;
}

.report a {
  font-size: 1rem;
  color: #ffffff;
}

.report:hover,
.report:focus,
.report:active {
  background-color: #3c1053;
  box-shadow: none;
}

.report a:hover {
  color: #ffffff;
}

.main-nav-open .main-navigation .report {
  position: relative;
  padding: 0.7em 1.1em;
  box-shadow: none;
  visibility: visible;
  margin-top: 30px;
  background-color: #00B140;
}

.main-nav-open .main-navigation .report:hover {
  box-shadow: 0px 0px 0px 3px #00B140;
}

.main-nav-open .main-navigation .report a {
  font-size: 1.2rem;
}

.main-navigation.section-open .flexnav li {
  opacity: 0.4;
}

.main-navigation.section-open .flexnav li.section-active,
.main-navigation.section-open .flexnav li.section-active li {
  opacity: 1;
}

a.mobile {
  display: none;
}

.main-nav-open a.custom-logo-link {
  display: none;
}

.main-nav-open a.mobile {
  display: block;
}

/*.social-header {
	display: inline-block;
	padding-top: 13px;
	text-align: right;
}

.social-header ul {
	padding: 0;
  margin: 0;
}

.social-header ul li {
	float: left;
	list-style: none;
	width: 25px;
	padding-left: 5px;
}*/
.menu-primary-container {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.site-main {
  min-height: 500px;
}

.site-main > .hentry {
  background-color: #ffffff;
}

.single-career .site-main > .hentry,
.single-post .site-main > .hentry {
  padding-top: 3em;
}

.site-content,
.site-footer,
.site-info,
.entry-content,
.resource-entry-header,
.header-intro,
.hentry {
  position: relative;
  display: block;
  width: 100%;
}

.site-content {
  margin-top: 125px;
}

.resource-entry-header {
  z-index: 10;
}

.slide,
.header-top {
  position: relative;
  width: 100%;
}

.header-top-image {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 190px 0 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.content-area .entry-content-text .partner-list h2 {
  font-family: "FSMeBold", sans-serif;
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 0.5em;
  color: #1E3B76;
  text-align: center;
}

.partner-list .section-content-aside-footer {
  text-align: center;
  overflow: visible;
}

.slide .header-top-image {
  align-items: center;
  justify-content: center;
  padding: 150px 0 100px;
}

.slide .header-title {
  position: absolute;
  left: 90px;
  top: 55%;
  text-align: left;
  max-width: 500px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-top-title {
  position: relative;
  width: 100%;
  height: 600px;
}

.single-post .header-top-title {
  height: 500px;
}

.no-header-image .header-top-title {
  height: auto;
  padding-top: 0;
}

/*
.slide .header-top-image {
	//height: 820px;
}

.slick-slide .header-top-image {
	//@include mixins.transform(scale3d(1,1,1));
}

.slick-current .header-top-image {
	//@include mixins.transform(scale3d(1.5,1.5,1.5));
}



.header-top .header-top-image,
.slick-slide .header-top-image {
	//@include mixins.transition-multi(all 600ms linear 0ms);
	//animation: 120s linear 0s infinite slowZoom;
}

*/
.no-slider-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.slider-logos,
.no-slider-logos {
  margin-bottom: 1.2em;
}

.slider-logos {
  padding: 0 30px;
}

.slide-item {
  position: relative;
  text-align: center;
  overflow: hidden;
  color: #ffffff;
}

.slide-item .edit-link {
  position: absolute;
  left: 25px;
  top: 100%;
  text-align: left;
}

.section-slider-logos {
  background-color: #3c1053;
}

.no-slider-logos .slide-item,
.slider-logos .slide-item {
  display: inline-block;
  padding: 1em;
}

.no-slider-logos .slide-item {
  width: 16.6667%;
}

.slider-sectors .slick-next:before,
.slider-sectors .slick-prev:before,
.slider-logos .slick-next:before,
.slider-logos .slick-prev:before {
  color: #6B3077;
}

.section-slider-logos .fixed-max {
  max-width: 1280px;
  padding: 0 40px;
}

.slider-logos .slick-prev {
  left: 0px;
}

.slider-logos .slick-next {
  right: 0px;
}

.no-slider-logos .slide-thumb,
.slider-logos .slide-thumb {
  position: relative;
  padding: 100% 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 95%;
  background-color: #ffffff;
}

/*
.site-header:before {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	opacity: .9;
	width: 100%;
	height: 100%;
	background-image: vars.$gradient1;
}
*/
.header-intro {
  position: fixed;
  left: 0;
  top: 125px;
  min-height: 600px;
  text-align: center;
  background-color: #E0E0E1;
  background-image: linear-gradient(90deg, #005844, #00B140);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -moz-transition: opacity 300ms ease 0s;
  -o-transition: opacity 300ms ease 0s;
  -webkit-transition: opacity 300ms ease 0s;
  transition: opacity 300ms ease 0s;
}

.admin-bar .header-intro {
  top: 157px;
}

.archive .header-intro,
.blog .header-intro,
.single-resource .header-intro,
.single-team-member .header-intro,
.single-post .header-intro {
  background-image: linear-gradient(90deg, #3c1053, #6B3077);
}

.header-entry-title,
.header-summary {
  position: relative;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.header-summary {
  padding: 0 2em;
}

.header-categories,
.header-categories a,
.header-summary a,
.header-summary a:link,
.header-summary a:visited {
  position: relative;
  color: #ffffff;
}

/*
.header-intro .flex {
	align-items: center;
	justify-content: center;
}


.header-summary {
	//padding-top: 170px;
	//max-width: 500px;
	//margin-left: auto;
	//margin-right: auto;
	//pointer-events: all;
}

.header-summary p {
	//font-family: vars.$accent-font-stack;
	//font-size: 1.1875rem;
}
.header-summary strong {
	//font-family: vars.$main-title-font-stack;
	//font-weight: normal;
}

.header-summary a,
.header-summary a:link,
.header-summary a:visited {
	//color: vars.$white;
	//text-decoration: underline;
}

.grid-bg-black,
.grid-bg {
	//background-image: url(images/bg-grid.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	z-index: 0;
}

.grid-bg-black {
	//background-image: url(images/bg-grid-black.svg);
}
*/
/*
.home .header-top {
	padding: 28% 0 0;
}
*/
.page-content,
.entry-content > .row {
  padding: 0 25px;
}

/*
.header-intro .fixed-max {
	padding: 0 2%;
}
*/
.header-title {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  width: 100%;
  max-width: 1280px;
  padding: 30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-title .full-overlay {
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  opacity: 0.9;
}

.header-title h3:before {
  content: "";
  position: absolute;
  width: 25%;
  top: -1em;
  left: 50%;
  border-top: 2px solid #6B3077;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.no-header-image .header-title {
  position: relative;
  left: auto;
  bottom: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.no-header-image .header-title h1,
.no-header-image .header-summary {
  color: #3c1053;
}

.no-header-image .flex {
  border-bottom: 1px solid #1E3B76;
  align-items: center;
}

.single-career .header-title {
  padding: 30px 0 0;
}

/*
.header-title h1,
.header-title h3 {
	position: relative;
	max-width: 90%;
	margin-bottom: 0.1em;
	padding: 20px 30px 50px;
	background-color: rgba(0, 69, 124,.8);
}



.header-title h1 {
	//margin-bottom: 0.1em;
}

.header-title h1:after {
	content: "";
	position: absolute;
	display: block;
	bottom: 30px;
	left: 34px;
	width: 15%;
	max-width: 70px;
	height: 7px;
	background-color: vars.$white;
}
*/
/*
.popular {
	display: inline-block;
	width: 100%;
	background-color: rgba(80, 80, 90,0.9);
	background-color: rgba(0, 0, 0,0.8);
	text-align: left;
	padding: 15px 20px;
}

.popular a { 
	display: inline-block;
	padding: 3px 0;
	color: vars.$white;
	font-weight: 500;
}

.popular a:after {
	font-family: vars.$custom-font;
	content: "\e90c";
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 0.75rem;
	@include mixins.transition(all, 300ms, ease, 0s);
}

.popular a:hover {
	//color: rgba(255,255,255,.5);
	color: vars.$colour2;
}

.popular a:hover:after {
	color: vars.$colour2;
	margin-left: 15px;
}
*/
/*
.partners .fixed-max,
.breadcrumb .fixed-max,
.entry-content.fixed-max {
	padding: 0 vars.$default-padding + 10;
	font-size: 0;
	max-width: 1060px;
}
*/
.entry-content-text,
.entry-content-aside {
  font-size: 1rem;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.entry-content-aside {
  padding-right: 50px;
}

.entry-content-text {
  width: 100%;
}

.entry-content-text .icon {
  vertical-align: middle;
  margin-right: 4px;
}

/*
.content-block .entry-content p:first-of-type {
	font-size: 1.25rem;
}
*/
.entry-content-aside p {
  font-size: 1.3rem;
  font-weight: 600;
  color: #00B140;
}

.modal .entry-content-text,
.single .entry-content-text {
  width: 100%;
  padding-left: 0;
  padding-bottom: 25px;
}

/*
.content-area .entry-content-text ul {
	padding-left: 2.6em!important;
}
*/
.modal .entry-content-aside,
.single .entry-content-aside {
  width: 100%;
  padding-right: 0;
  margin-bottom: 25px;
}

/*
.single .list-entry-title {
	margin-bottom: .1em;
}
*/
.entry-content-thumb {
  margin-bottom: 1rem;
}

/*
.entry-content-text > .wp-block-columns {
	justify-content: center;
	margin-bottom: 0em;
	//padding-top: 50px;
}
.entry-content-text > .wp-block-columns:first-child {
	padding-top: 0;
}

.entry-content-text > .wp-block-columns,
.wp-block-columns.has-background {
	padding: 3em 2.375em 1.25em;
}
*/
.breadcrumb-columns {
  margin-bottom: 1.25em;
  padding: 0 2.375em;
}

/*
.entry-content-text {
	padding-left: 20px;
}

.entry-content-aside {
	padding-right: 20px;
}
*/
.post-navigation {
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 1px 25px 1.5em;
  background-color: #ffffff;
}

.nav-next,
.nav-previous {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  font-size: 1rem;
  line-height: 1;
}

.nav-next {
  float: right;
  text-align: right;
}

.nav-links {
  margin: 0 2em;
  padding: 1.5em 25px;
  border-top: 1px solid #6B3077;
}

.nav-links a,
.nav-links a:link,
.nav-links a:visited {
  color: #6B3077;
}

/*
.nav-next:before,
.nav-previous:before {
	position: absolute;
	content:"PREVIOUS";
	top: 100%;
	left: 0;
	font-size: 0.75rem;
	color: vars.$colour2;
	margin-top: 3px;
	letter-spacing: 1px;
}

.nav-next:before {
	content:"NEXT";
	left: auto;
	right: 0;
}
*/
.nav-next:after,
.nav-previous:after {
  position: absolute;
  font-family: "prmedia" !important;
  content: "";
  top: -6px;
  right: 100%;
  margin-right: 2px;
  font-size: 1.8rem;
  color: #6B3077;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.nav-next:after {
  content: "";
  text-align: right;
  right: auto;
  left: 100%;
  margin-left: 2px;
}

.nav-next:hover:after,
.nav-previous:hover:after {
  right: 102%;
}

.nav-next:hover:after {
  right: auto;
  left: 102%;
}

.edit-link {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 15px 0;
}

/*----------------------  Animations  ---------------------------------*/
@keyframes slideFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15%);
    -ms-transform: translateX(15%);
    transform: translateX(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slowZoom {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    -ms-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/*
@keyframes rotateFromBottom {
	0% {
		right: 10%;
		top: 100%;
		@include mixins.transform(rotate(-90deg));
	}
	100% {
		right: -1px;
		top: 20%;
		@include mixins.transform(rotate(0deg));
	}
}

@keyframes rotateScaleFromleft {
	0% {
		right: 0;
		opacity: 0;
		@include mixins.transform(rotate(0deg));
	}
	100% {
		right: 140px;
		opacity: 1;
		@include mixins.transform(rotate(90deg));
	}
}
*/
/*
.swoosh {
	position: absolute;
	//top: 100%;
	right: 0;
	width: 450px; //25%
	padding: 450px 0 0;
	background-image: url(images/curve-gradient.svg);
	//@include mixins.transform(rotate(-90deg));
	//@include mixins.transition(all, 300ms, ease, 0s);
}

.header-top .swoosh-1 {
	right: -1px;
	top: 20%;
	animation: 1.5s ease 0s 1 rotateFromBottom;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.header-top .swoosh-2 {
	top: 0;
	opacity: 1;
	right: 140px; //10%
	width: 240px; //15%;
	padding: 240px 0 0;
	animation: 1.5s ease 0s 1 rotateScaleFromleft;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
*/
.card-link {
  display: inline-block;
  width: 100%;
  padding: 50% 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.card-link img {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}

.entry-footer {
  width: 100%;
}

/*
.site-content {
	//padding-top: vars.$top-nav-height;
	border: 25px solid vars.$white;
}
*/
.entry-content ul,
.entry-content ol {
  position: relative;
}

.entry-content li {
  margin-bottom: 0.5em;
}

.entry-content h2 a,
.entry-content h2 a:link,
.entry-content h2 a:visited {
  color: #3c1053;
}

.entry-content h2 a:hover {
  color: #1E3B76;
}

/*
.entry-content h2 {
	font-size: 30px;
}



*/
/*
.entry-content h2,
.entry-content h3 {
	font-family: vars.$title-font-stack;
	font-weight: 700;
	margin-bottom: 1em;
}

.entry-content h2 {
	font-size: 1.4rem;
}

.entry-content h3 {
	font-size: 1.2rem;
}


.entry-content .col-6 p:first-of-type {
	font-size: 1.25rem;
}
*/
.header-title h1 {
  color: #ffffff;
  animation: 1.5s ease 0s 1 slideFromLeft;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

/*
.slick-current .header-title h1 {
	//@include mixins.transform(translateX(0));

	//animation-fill-mode: forwards;
	//-webkit-animation-fill-mode: forwards;
}
*/
.header-title h3 {
  animation: 2s ease 0s 1 slideFromLeft;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.site-footer {
  background-color: #ffffff;
  line-height: 1.4;
  color: #ffffff;
}

.site-footer .row {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.site-footer-contact .col {
  font-size: 1.125rem;
  width: 100%;
  text-align: center;
}

.site-footer .footer-contact .flex {
  align-items: flex-start;
}

.footer-contact {
  display: inline-block;
  width: 100%;
  padding: 3em 0 2em;
}

.footer-contact .menu-social-media-links-container,
.footer-contact .col-2 {
  width: 50%;
  padding: 0 25px;
}

.menu-social-media-links-container li {
  margin-bottom: 25px;
}

.footer-contact h3 {
  font-family: "FSMeBold", sans-serif;
  font-size: 3.375rem;
  margin: 0;
  line-height: 1;
}

/*
.home .site-footer-contact .col {
	width: 50%;
	text-align: left;
}

.home .site-footer-contact .col:first-child {
	padding-right: 3em;
	border-right: 1px solid vars.$colour4;
}

.home .site-footer-contact .col:last-child {
	padding-left: 3em;
}

.home .site-footer-contact .row {
	align-items:stretch;
}
*/
.copyright p {
  margin-bottom: 0;
}

/*
.main-navigation .menu-social-media-links-container {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	@include mixins.transform(translateY(-50%));
}
*/
.menu-footer-menu-container ul {
  font-size: 0;
}

.menu-footer-menu-container li {
  font-size: 1rem;
}

.menu-footer-menu-container ul,
.menu-footer-menu-container li,
.menu-social-media-links-container ul,
.menu-social-media-links-container li {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: left;
}

.footer-contact .menu-social-media-links-container li {
  margin: 12px 0;
}

.menu-footer-menu-container li {
  font-family: "FSMeBold", sans-serif;
  width: auto;
  padding: 0.5em 1em 0.5em 0;
}

.menu-social-media-links-container li {
  width: auto;
  vertical-align: middle;
}

/*
.main-nav-open .menu-social-media-links-container ul {
	opacity: 1;
	visibility: 1;
}
*/
.menu-social-media-links-container a {
  display: block;
  width: 100%;
  height: 100%;
}

.menu-social-media-links-container li {
  padding: 0 0.1em;
}

.search-button .type-icon:before,
.menu-social-media-links-container li span[class^=icon-]:before,
.menu-social-media-links-container li span[class*=" icon-"]:before {
  width: 34px;
  height: 34px;
  font-size: 0.9rem;
  color: #ffffff;
  text-align: center;
  padding: 6px;
  background-color: #6B3077;
  -moz-transition: background-color 300ms ease 0s;
  -o-transition: background-color 300ms ease 0s;
  -webkit-transition: background-color 300ms ease 0s;
  transition: background-color 300ms ease 0s;
  -moz-border-radius: 500px 500px 500px 500px;
  -o-border-radius: 500px 500px 500px 500px;
  -webkit-border-radius: 500px 500px 500px 500px;
  border-radius: 500px 500px 500px 500px;
}

.search-button:hover .type-icon:before,
.menu-social-media-links-container li:hover span:before,
.menu-social-media-links-container li:hover span:before {
  background-color: #3c1053;
}

.site-footer .menu-social-media-links-container li span[class^=icon-]:before,
.site-footer .menu-social-media-links-container li span[class*=" icon-"]:before {
  width: 50px;
  height: 50px;
  font-size: 1.6rem;
  color: #00B140;
  padding: 0.4em;
  background-color: #ffffff;
}

.site-footer .menu-social-media-links-container li:hover span[class^=icon-]:before,
.site-footer .menu-social-media-links-container li:hover span[class*=" icon-"]:before {
  background-color: #CEDC00;
}

.site-footer .menu-social-media-links-container {
  margin-top: 0.3em;
  padding: 0 2em;
}

.contact-prefix {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 1.7em;
  font-family: "FSMeBold", sans-serif;
  font-size: 1.375rem;
  margin-bottom: 0.4em;
}

.contact-prefix p {
  font-size: 1.375rem;
  margin-bottom: 0;
}

.contact-prefix:before {
  font-family: "prmedia" !important;
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  color: #012C2F;
  padding: 0.1em;
  font-size: 1rem;
  text-align: center;
  -moz-border-radius: 500px 500px 500px 500px;
  -o-border-radius: 500px 500px 500px 500px;
  -webkit-border-radius: 500px 500px 500px 500px;
  border-radius: 500px 500px 500px 500px;
}

.contact-address {
  margin-bottom: 0;
}

.contact-phone:before {
  content: "";
}

.contact-email:before {
  content: "";
}

.contact-address:before {
  content: "";
}

p.footer-social-heading {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #00B140;
}

.site-info {
  color: #ffffff;
  font-size: 0.8rem;
  background-color: #000000;
  padding-top: 2em;
  padding-bottom: 1.5em;
}

.site-info p {
  font-size: 0.8rem;
  color: #B3B3B3;
}

.site-info .fixed-max {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.site-info .menu-legal-nav-container,
.site-info .col-2 {
  display: inline-block;
  width: 50%;
  padding: 0 2em;
}

.menu-legal-nav-container ul,
.menu-legal-nav-container li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-legal-nav-container ul {
  border-left: 1px solid #B3B3B3;
}

.menu-legal-nav-container li a {
  display: inline-block;
  font-size: 0.9rem;
  color: #ffffff;
  padding: 0.5em 1.5em;
}

.legal .logo {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 80px;
  max-width: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.legal .logo a {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*
.site-info .col-6,
.site-info .col-6 p {
	font-size: 0.9rem;
	line-height: 1.4;
	padding: 0;
}

.site-info .col-6:last-child p {
	text-align: right;
}
*/
.feature-image {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: #fafafa;
  z-index: 1;
}

/*
.posted-on {
	//float: left;
	display: inline-block;
	width: 100%;
	margin-bottom: 1em;
	font-weight: 700;
	//color: #999999;
}
*/
/*
.site-footer .fixed-max > .row > .col-6 {
	min-height: 250px;
}

.site-footer .row .col-6 .col-6 {
	margin: 0;
	font-size: 1rem;
}

.site-footer .row .col-6:first-child {
	padding-left: 0;
}

.site-footer .row .col-6:nth-child(2) {
	padding-right: 0;
}

.site-footer ul,
.site-footer li {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1rem;
}

.site-footer ul {
	border-top: 1px solid rgba(255,255,255,0.1);//vars.$grey3;
}

.site-footer li {
	padding: 5px 0 3px;
	border-bottom: 1px solid rgba(255,255,255,0.1);//vars.$grey3;
}
*/
.news-signup p {
  font-family: "FSMeBold", sans-serif;
  font-weight: 600;
  font-size: 1.625rem;
  color: #63666A;
  line-height: 1.2;
  margin: 0 0 1rem;
}

.news-signup strong {
  font-weight: 600;
  color: #ffffff;
}

/*--------------- Mailchimp & Forms -----------------*/
body div.wpforms-container-full .wpforms-form input[type=submit].btn:hover,
body div.wpforms-container-full .wpforms-form input[type=submit].btn:focus,
body div.wpforms-container-full .wpforms-form input[type=submit].btn:active,
body div.wpforms-container-full .wpforms-form button[type=submit].btn:hover,
body div.wpforms-container-full .wpforms-form button[type=submit].btn:focus,
body div.wpforms-container-full .wpforms-form button[type=submit].btn:active,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:focus,
body div.wpforms-container-full .wpforms-form input[type=submit].btn,
body div.wpforms-container-full .wpforms-form button[type=submit].btn,
body div.wpforms-container-full .wpforms-form .wpforms-page-button {
  position: relative;
  border: none;
  font-family: "FSMeBold", sans-serif;
  font-size: 1.125rem;
  padding: 0.6em;
  line-height: 1;
  height: 38px;
  background-image: linear-gradient(90deg, #005844, #00B140);
  color: #ffffff;
}

body div.wpforms-container-full .wpforms-form input[type=submit].btn:hover,
body div.wpforms-container-full .wpforms-form button[type=submit].btn:hover,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  background-image: none;
  background-color: #012C2F;
}

body div.wpforms-container-full .wpforms-form label.wpforms-error {
  color: #005844;
  padding-top: 15px;
}

body div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,
body div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid,
body div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error,
body div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid,
body div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error,
body div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid,
body div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-has-error .choices__inner {
  border-color: #005844;
}

body div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-has-error ul {
  border: 1px solid #005844 !important;
}

.nf-before-form-content {
  padding-bottom: 20px;
}

.page .nf-form-content {
  padding: 0;
}

#mc_embed_signup {
  background: transparent;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  width: 100%;
}

#mc_embed_signup form {
  text-align: left;
}

#mc-embedded-subscribe-form input[type=checkbox] {
  display: inline;
  width: auto;
  margin-right: 10px;
}

#mergeRow-gdpr {
  margin-top: 20px;
}

#mergeRow-gdpr fieldset label {
  font-weight: normal;
}

#mc-embedded-subscribe-form .mc_fieldset {
  border: none;
  min-height: 0px;
  padding-bottom: 0px;
}

#mc_embed_signup_scroll {
  font-size: 0;
}

.mc-field-group {
  width: 100%;
  font-size: 1rem;
}

.mc-field-group.short {
  display: inline-block;
  width: 50%;
}

/*
#mc-embedded-subscribe {
	background-color: #000000 !important;
}

#mc-embedded-subscribe:hover {
	background-color: #000000 !important;
	opacity: 0.6;
}
*/
#mc_embed_signup .button:hover {
  background-color: #00B140;
}

#mc_embed_signup input.email,
#mc_embed_signup input {
  font-family: "FSMeBold", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  border-bottom: 1px solid #00B140;
  background-color: transparent;
  box-sizing: border-box;
  height: auto;
  padding: 15px 0px 15px;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
}

.site-footer #mc_embed_signup .button {
  color: #fff;
  background-color: #00B140;
  box-sizing: border-box;
  height: auto;
  line-height: normal;
  border-radius: 0;
  padding: 12px 30px 10px !important;
  margin: 0;
}

.site-footer #mc_embed_signup div.mce_inline_error {
  background-color: #00B140;
}

.site-footer #mc_embed_signup input.mce_inline_error {
  border-color: #00B140;
  margin-bottom: 0;
}

.input-group ul {
  font-size: 0;
  border: none;
}

.input-group li {
  width: 100%;
  font-size: 1rem;
  border: none;
}

#mc-embedded-subscribe-form input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin: 0;
  margin-right: 10px;
  vertical-align: middle;
}

.site-footer #mc_embed_signup .input-group label {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B3B3B3;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #B3B3B3;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #B3B3B3;
}

/* Links & Buttons
.entry-content div.wpforms-container-full .wpforms-form input[type=submit], 
.entry-content div.wpforms-container-full .wpforms-form button[type=submit],
#mc_embed_signup .button,
a.wp-block-button__link,
//.type-icon,
.btn,
.btn-border,
a.btn,
a.btn-border {
	position: relative;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	font-family: vars.$main-title-font-stack;
	font-size: vars.$font-size-std;
	padding: 0.4em 0.6em 0.4em 0.6em;
	line-height: 1;
	//padding: 12px 55px 10px 10px;
	//border-radius: 50px;
	transition: box-shadow ease 0.1s;
	margin: 0 0 1.5rem;
	//height: 47px;
	//white-space: nowrap;
	max-width: 100%;
	text-align: center;
	text-decoration: none!important;
	border: 1px solid vars.$colour2;
	color: vars.$colour2;
	@include mixins.border-radius(15px,15px,15px,15px);

	//@media screen and (min-width: vars.$bp-tablet-width) {
	//	font-size: 1.5rem;
	//}
}

.entry-content div.wpforms-container-full .wpforms-form input[type=submit], 
.entry-content div.wpforms-container-full .wpforms-form button[type=submit],
#mc_embed_signup .button,
a.btn,
.btn {
	//background-color: vars.$colour4;
	//color: vars.$colour1;
	//box-shadow: 0px 0px 0px 0px vars.$colour4;
}

.entry-content div.wpforms-container-full .wpforms-form input[type=submit], 
.entry-content div.wpforms-container-full .wpforms-form button[type=submit] {
	border: none;
	text-align: center;
	padding: 12px 30px 10px;
}

.entry-content div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
.entry-content div.wpforms-container-full .wpforms-form button[type=submit]:hover,
#mc_embed_signup .button:hover,
a.wp-block-button__link:hover,
a.btn:hover,
a.btn:focus,
a.btn:active,
.btn:hover,
.btn:focus,
.btn:active {
	box-shadow: 0px 0px 0px 3px vars.$colour4;
}

a.btn-border,
.btn-border {
	color: vars.$colour4;
	box-shadow: inset 0px 0px 0px 3px vars.$colour4;
}

a.btn-border:hover,
a.btn-border:focus,
a.btn-border:active,
.btn-border:hover,
.btn-border:focus,
.btn-border:active {
	box-shadow: inset 0px 0px 0px 5px vars.$colour4;
}

*/
a.clear-filters {
  padding: 12px 12px 10px 12px;
}

.section-content {
  margin-bottom: 0;
}

.section-content .col-6,
.section-content .col-12 {
  margin-bottom: 0;
}

.section-content .col-12 {
  max-width: 65%;
}

.block-2-col .section-content .col-12 {
  max-width: 95%;
}

.section-content h2 {
  margin-bottom: 50px;
}

.section-content .col-6 h2 {
  text-align: left;
}

.section-content .row {
  margin-bottom: 50px;
}

/*
.cat-links {
	font-family: vars.$body-font-stack;
	display: inline-block;
	text-transform: uppercase;
	color: vars.$colour3;
	font-size: .9rem;
	opacity: .5;
	margin-bottom: .5em;
}
*/
.resource-list .cat-links {
  font-family: "FSMe", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  color: #6B3077;
  font-size: 0.9rem;
  opacity: 1;
  margin-bottom: 0.5em;
}

.cat-links a,
.cat-links a:link,
.cat-links a:visited {
  display: inline-block;
  background-color: #00B140;
  color: #ffffff;
  padding: 8px;
  margin-bottom: 7px;
  margin-right: 5px;
  text-decoration: none;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.cat-links a:hover {
  box-shadow: 0px 0px 0px 3px #00B140;
}

.handorgel ul,
.handorgel ol,
.section-content ul,
.section-content ol,
.entry-header ul,
.entry-header ol,
.entry-content ul,
.entry-content ol {
  font-family: "FSMe", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 1.2em;
  /*
  	@media screen and (min-width: vars.$bp-tablet-width) {
  		//font-size: 1.25rem;
  		line-height: 30px;
  	}
  	*/
}

.entry-padding {
  padding: 0 20px;
}

.entry-padding h1,
.entry-padding h2,
.entry-padding h3,
.entry-padding h4,
.entry-padding h5,
.entry-padding h6,
.entry-padding p,
.entry-padding ul,
.entry-padding ol,
.entry-padding .entry-footer,
.entry-padding .cat-links,
.entry-padding .wp-block-table,
.entry-padding .entry-meta {
  padding: 0 20%;
}

.entry-padding .wp-block-table {
  margin: 0 0 30px;
}

.entry-padding .wp-block-table table {
  margin: 0 -5px;
}

.handorgel ul,
.handorgel ol {
  margin: 0 0 50px;
}

/*
.entry-padding ul,
.entry-padding ol {
    padding-left: 17%;
}
*/
.entry-content ol {
  position: relative;
}

.entry-header ul li,
.entry-content ul li {
  position: relative;
}

/*
.handorgel ul li:before,
.section-content ul li:before,
.entry-header ul li:before,
.entry-content ul li:before {
	font-family: vars.$custom-font;
	content: "\e90b";
	font-size: 0.6rem;
	position: absolute;
	display: inline-block;
	left: 0;
	top: 4px;
	color: vars.$colour2;
}
*/
.handorgel ol li,
.section-content ol li,
.entry-header ol li,
.entry-content ol li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  margin-bottom: 0.5em;
}

.handorgel ol li:before,
.section-content ol li:before,
.entry-header ol li:before,
.entry-content ol li:before {
  content: "." counter(list);
  color: #00B140;
  left: -22px;
  position: absolute;
  text-align: right;
  width: 0.8em;
  text-align: right;
  direction: rtl;
}

.wp-block-image {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.site {
  width: 100%;
  background-color: #ffffff;
}

.loaded .loader {
  display: none;
}

.thumb {
  position: relative;
  display: block;
  width: 100%;
  padding: 80% 0 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.thumb .zoomable {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.handorgel__header:hover .zoomable {
  width: 110%;
  height: 110%;
}

.thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  max-width: 0;
}

.page_jump a:before {
  font-size: 3.125rem;
  margin-left: -10px;
}

/*-- column grids ------------*/
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.block-grid .col {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

/*
.block-1 .col,
.col-12 {
	width: 100%;
}

.col-9 {
	width: 75%;
}

.col-8 {
	width: 66.666666%;
}

.block-2 .col,
.col-6 {
	width: 50%;
}

.block-3 .col,
.col-4 {
	width: 33.333333%;
}

.block-4 .col,
.col-3 {
	width: 25%;
}

.entry-content .col-6:nth-child(1) {
	width: 55%;
	//padding-right: vars.$default-padding * 3;
}

.entry-content .col-6:nth-child(2) {
	width: 45%;
	//padding-right: vars.$default-padding * 3;
}

/*

/*-- page template styling ------------*/
/*
.page-template-template-page-fullwidth .entry-content.fixed-max {
	max-width: 900px;
}
*/
/*
.page-template-template-page-fullwidth .breadcrumb ul,
.page-template-template-page-fullwidth .entry-content-aside,
.page-template-template-page-fullwidth .entry-content-text {
	width: 100%;
	padding: 0 5%;
}
*/
/*-- custom section styling ------------*/
/*
.content-block .fixed-max {
	max-width: 100%;
}
*/
/*
.resource-list-container,
.resource-list,
.resource-heading,
.breadcrumb,
.content-block,
.menu-nav-blocks,
.post-list-header,
.category-content,
.entry-list,
.gallery,
.post-list,
.block-grid,
.pop-out,
.testimonials,
.timeline,
.accordion,*/
.content-block {
  position: relative;
  width: 100%;
}

.post-list-header {
  padding-top: 50px;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.post-list-header .col-8 {
  margin-bottom: 0;
  padding: 0 1.25%;
}

.category-content {
  margin-bottom: 0;
}

/*
.page-content,
.single article,
article.type-page,
article.category-content {
	padding-top: 10px;//vars.$default-margin-bottom * 1;
}
*/
/*-- breadcrumb styling ------------*/
.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb li {
  padding: 0 10px 0 0;
  font-size: 1rem;
  color: #63666A;
}

.breadcrumb li:after {
  font-family: "prmedia" !important;
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  margin-top: -1px;
}

.breadcrumb li:last-child:after {
  display: none;
}

/*-- resource styling ------------*/
#reslist {
  position: absolute;
  top: -60px;
}

#rescount {
  display: inline-block;
  padding: 0 2px;
}

.results-meta {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 2em;
  margin-bottom: 1em;
}

.results-count {
  display: inline-block;
}

.results-meta .pagination {
  display: inline-block;
  margin: 0;
  width: auto;
}

.results-meta .page-numbers {
  display: none;
}

.results-meta .page-numbers.next,
.results-meta .page-numbers.prev {
  display: inline-block;
}

.results-meta p {
  font-size: 1rem;
  color: #1E3B76;
  margin-bottom: 0;
  padding-right: 5px;
  text-align: right;
}

.resource-list-container {
  padding: 0 0 25px;
  margin: 0;
}

.single .resource-list-container,
.category .resource-list-container,
.blog .resource-list-container,
.archive .resource-list-container {
  padding: 25px 0;
  background-color: #ffffff;
}

.single .resource-list article,
.category .resource-list article,
.archive .resource-list article,
.blog .resource-list article {
  flex-direction: column;
  justify-content: space-between;
}

.event-list .fixed-max {
  max-width: 860px;
}

.resource-list-container.resource-grid .fixed-max {
  max-width: 1280px;
  padding: 0 20px;
}

.no-results {
  margin: 0 2em;
}

.resource-list-container.post-list-resources {
  padding-top: 0;
}

/*
.resource-list-container .entry-content-aside {
	width: 30%;
}

.resource-list-container .entry-content-text {
	width: 70%;
}
*/
/*
.resource-list-container .fixed-max {
	border-top: 4px solid vars.$colour2;
}
*/
.resource-heading {
  padding: 2em 2em 0;
  width: 100%;
}

.resource-heading h3 {
  font-family: "FSMeBold", sans-serif;
  display: inline-block;
  margin-bottom: 0;
  font-size: 3.375rem;
  color: #1E3B76;
}

.resource-list-wrap,
.resource-filters,
.entry-header-thumb,
.entry-header-meta {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  width: 66.6666%;
  vertical-align: top;
}

.resource-list {
  margin-bottom: 0;
}

/*------------- filter fields ------------------*/
.filter-form {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 20px;
}

.filter-form .flex {
  flex-wrap: nowrap;
}

.filter-form h3 {
  display: inline-block;
  width: 100%;
  padding: 10px;
  background-color: #E0E0E1;
}

.grey1-bg .filter-form h3 {
  background-color: transparent;
}

.prm-field-holder {
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1em 2em;
  border-bottom: 1px solid rgba(81, 172, 203, 0.5);
}

button {
  border: none;
}

.prm-submit {
  border-bottom: none;
}

.prm-field-holder label {
  font-family: "FSMeBold", sans-serif;
  font-size: 1.125rem;
  color: #1E3B76;
}

.filter-form .prm-field-holder input {
  border: none;
  background-color: #F2F2F2;
  padding: 0.4em 0.5em 0.2em;
}

/*
.prm-field-holder label,
.prm-field-holder input,
.prm-field-holder .sel-holder {
	width: 40%;
}

.prm-field-holder input,
.prm-field-holder .sel-holder {
	width: 60%;
}
*/
.prm-field-holder .prm-medium {
  width: 250px;
}

.prm-field-holder .prm-short {
  width: 120px;
}

.prm-field-holder label.prm-short {
  width: 150px;
}

.resource-filters {
  position: relative;
  width: 100%;
}

/*
.filter-form .handorgel {
	padding: 0 10px;
}

//.filter-form .handorgel__header--open,
.filter-form .handorgel__header__button {
	position: relative;
	border: none;
	padding: 10px 0px;
	font-weight: 700;
	background-color: transparent;
}

.filter-form .handorgel_icon:after {
	content: "\e919";
	font-family: vars.$prmedia-font;
	display: block;
	position: absolute;
	//font-size: 1.5rem;
	top: 50%;
	right: 0;
	@include mixins.transform(translateY(-50%));
	padding: 0;
	margin: 0;
}

.filter-form .handorgel__header--opened .handorgel_icon:after {
	content: "\e918";
}

.filter-form .handorgel__content__inner {
	padding: 5px 0 20px;
}
*/
.block-bg {
  position: absolute;
  height: 100%;
  top: 0;
}

.resource-filters .block-bg {
  width: 97.5%;
  left: 0;
  background-color: transparent;
}

.entry-header-thumb,
.entry-header-meta {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin-bottom: 1.125rem;
}

.entry-header-thumb {
  width: 25%;
}

.entry-header-thumb .card-link {
  padding: 100% 0 0;
  -moz-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.menu-nav-blocks aside.resource-entry-header,
.resource-list aside.resource-entry-header,
.resource-list .content-area .entry-content aside.resource-entry-header {
  display: inline-block;
  width: 75%;
  padding: 0 25px;
}

.resource-list .no-image aside.resource-entry-header {
  width: 100%;
  padding: 0;
}

.resource-list .entry-content {
  display: flex;
  flex-wrap: wrap;
}

.entry-header-meta {
  font-size: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.resource-list .type-icon {
  margin-bottom: 7px;
}

.resource-list article {
  padding: 0;
  width: 45%;
  margin: 0 2.5%;
}

.resource-list .entry-content p {
  margin-bottom: 0.6rem;
}

.entry-readmore,
.resource-list .entry-readmore {
  font-family: "FSMeBold", sans-serif;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1em 0;
}

.menu-nav-block .entry-readmore {
  position: absolute;
  width: 80%;
  bottom: 0;
}

.entry-readmore .icon {
  background-color: #6B3077;
  color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 1.6%;
  font-size: 1.4rem;
  -moz-border-radius: 500px 500px 500px 500px;
  -o-border-radius: 500px 500px 500px 500px;
  -webkit-border-radius: 500px 500px 500px 500px;
  border-radius: 500px 500px 500px 500px;
}

.entry-readmore .icon:hover {
  background-color: #3c1053;
}

.entry-readmore .full-overlay:after {
  content: "";
  font-family: "prmedia" !important;
  font-size: 1.125rem;
  position: absolute;
  right: 0;
}

.entry-date {
  display: inline-block;
  font-family: "FSMeBold", sans-serif;
  color: #63666A;
}

.entry-time {
  display: inline-block;
  color: #1E3B76;
  margin: 0.5em 0;
}

.entry-items,
.entry-register {
  display: inline-block;
  width: 100%;
  margin: 1em 0 0.5em;
}

.entry-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.entry-logos img {
  max-width: 170px;
  margin: 0 1em 1em 0;
}

.modal h2.list-entry-title,
.resource-list h2.list-entry-title {
  font-family: "FSMeBold", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.3em;
}

.resource-list h2.list-entry-title a {
  color: #6B3077;
}

.resource-list .entry-excerpt {
  color: #63666A;
}

.entry-items .item-team {
  width: 25%;
}

.item-team .thumb {
  width: 70%;
  padding: 50% 0 0;
  margin-bottom: 1em;
}

.item-team-details h3 {
  font-size: 1.125rem;
  margin: 0 0 0.3em;
}

.item-team-details p.item-team-position {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0;
}

.entry-items h2.item-list-title {
  font-family: "FSMeBold", sans-serif;
  font-size: 1.625rem;
  display: inline-block;
  width: 100%;
  color: #6B3077;
  border-top: 1px solid #6B3077;
  padding: 1em 0 0.8em;
}

.entry-item-type p,
.entry-services p {
  font-family: "FSMeBold", sans-serif;
  font-size: 1rem;
}

.entry-services p {
  margin-bottom: 0;
  padding-right: 2em;
}

/*

.resource-list .entry-content {
	//max-width: 60%;
	//padding: 15px;
	//padding-right: 40px;
}

.resource-list .entry-footer {
	//position: absolute;
	//right: 0;
	//bottom: 15px;
	//width: 40%;
	//padding-right: 15px;
	//margin: 0;
	//z-index: 10;
}


.resource-list .entry-footer .btn {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	padding: 12px 55px 10px 10px;
	white-space: nowrap;
}

.resource-list .entry-footer .btn-int:after,
.resource-list .entry-footer .btn-ext:after {
	right: 10px;
}

.resource-list .entry-footer .btn-int:hover:after,
.resource-list .entry-footer .btn-ext:hover:after {
	right: 7px;
}

.resource-list .type-icon .tooltip {
	left: auto;
	right: 0;
}

.resource-list .type-icon .tooltip:after {
	left: auto;
	right: 16px;
}

*/
.resource-grid .resource-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.resource-grid .resource-list article {
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
  padding: 2em;
}

/*
.resource-grid .resource-list .entry-content,
.resource-grid .resource-entry-header {
	max-width: 100%;
	//padding: 0 15px;
	//margin-bottom: 1em;
}
*/
.content-area .entry-content .resource-list .entry-footer {
  position: relative;
  padding: 0;
  margin: 0;
}

.resource-grid .resource-list article.flex {
  flex-direction: column;
  justify-content: space-between;
}

.full-width .resource-list-wrap {
  width: 100%;
  padding: 0 20px;
}

.project-list .resource-list-wrap {
  padding: 0 20px;
}

.resource-grid.col-num-2 .resource-list article {
  margin: 0 0.75% 2%;
  width: 48.5%;
}

/*
.resource-grid .resource-list article,
.resource-grid.col-num-3 .resource-list article {
	margin: 0.75% .75% 2%;
	width: 31.833333%;
}
*/
.resource-grid.col-num-4 .resource-list article {
  margin: 0.75%;
  width: 23.5%;
}

.resource-grid.col-num-4 .resource-list article h2.list-entry-title {
  font-size: 1.8rem;
}

/*
.resource-grid .resource-list article.type-case-study {
	background-color: vars.$colour6;
}

.resource-grid .resource-list article.type-factoid .entry-content {
	min-height: 0;
}


.resource-grid .resource-list article.type-factoid {
	text-align: center;
	color: vars.$colour3;
	background-color: vars.$colour2;
	justify-content:center;
}

.resource-grid .resource-list article.colour-bg-1 {
	color: vars.$colour3;
	background-color: vars.$colour2;
}

.resource-grid .resource-list article.colour-bg-2 {
	color: vars.$colour2;
	background-color: vars.$colour3;
}

.resource-grid .resource-list article.colour-bg-4 {
	//color: vars.$colour2;
	background-color: vars.$colour8;
}


.resource-grid .resource-list article.type-factoid h2.list-entry-title {
	position: relative;
	font-family: vars.$body-font-stack;
	font-size: 3.75rem;
	padding-bottom: .5em;
}

.resource-grid .resource-list article.type-factoid h2.list-entry-title:after {
	width: 30%;
	border-color: vars.$white;
}

*/
.resource-list-container .resource-list article.type-resource,
.resource-list-container .resource-list article.type-post,
.resource-list-container .resource-list article.type-event,
.resource-grid .resource-list article.type-resource,
.resource-grid .resource-list article.type-post,
.resource-grid .resource-list article.type-event {
  padding: 0 1.4em;
  margin-top: 2em;
}

.resource-list-container .resource-list article,
.related-content.resource-list-container .resource-list article,
.resource-list-container .resource-list article.no-image {
  padding: 0;
  margin-top: 2em;
}

article.type-resource,
article.type-post,
article.type-event {
  padding: 1.5em 0 0.5em;
}

.with-bg article.type-event {
  background-color: #B3B3B3;
}

article.type-resource,
article.type-post,
article.type-event {
  background-color: transparent;
}

.card-list .resource-entry-header {
  background-color: #ffffff;
}

.card-list .resource-entry-header {
  padding: 0;
  line-height: 0;
  margin: 0;
}

.card-list .resource-entry-header .entry-header-thumb {
  position: relative;
  width: 100%;
  padding: 0;
  line-height: 0;
}

.card-list .resource-entry-header .entry-header-thumb span,
.card-list .resource-entry-header .entry-header-thumb a {
  position: relative;
  display: block;
  width: 100%;
  padding: 55% 0 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 0;
}

.card-list .resource-entry-header .entry-header-thumb .grid-bg-black {
  background-size: auto 140%;
  opacity: 0.2;
}

.card-list .resource-entry-header .entry-header-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.card-list .resource-list .entry-content {
  padding: 15px 20px;
}

.card-list .resource-list .entry-footer {
  padding: 0 20px 10px;
}

.card-list .entry-content p:first-of-type {
  font-size: 1.1rem;
}

/*-- pagination and load more ------------*/
.pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.375rem;
  margin: 1em 0 2em;
}

.pagination a {
  color: #63666A;
  padding: 0 0.1em;
}

.pagination a:hover {
  color: #B3B3B3;
}

.pagination .current {
  font-family: "FSMeBold", sans-serif;
  color: #3c1053;
}

.load-more {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 30px;
}

.load-more .btn {
  width: 100%;
  max-width: 300px;
  text-align: center;
  padding: 12px 40px;
  color: #3c1053;
}

/*-- menu navigation blocks ------------*/
.menu-nav-blocks {
  padding-bottom: 50px;
  margin-bottom: 0;
}

.menu-nav-blocks .col-12 {
  padding: 0 0.9%;
  margin: 0;
}

.menu-nav-blocks ul,
.menu-nav-blocks li {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.menu-nav-blocks .row {
  padding: 0 30px;
}

.menu-nav-blocks ul li {
  width: 50%;
  font-size: 1rem;
  vertical-align: top;
  margin-bottom: 1.75%;
}

.menu-nav-block {
  position: relative;
  align-items: start;
  justify-content: start;
  align-content: start;
  gap: 0;
  width: 100%;
  padding: 1em 2em 1em 0;
  border-bottom: 1px solid #3c1053;
}

.menu-nav-blocks ul li:nth-child(odd) .menu-nav-block {
  padding-right: 4em;
}

.menu-nav-blocks ul li:nth-child(even) .menu-nav-block {
  padding-left: 2em;
}

/*
.menu-nav-block:after {
	position: absolute;
	font-family: vars.$prmedia-font;
	content: "\e90d";
	color: vars.$white;
	top: 50%;
	right: 5%;
	font-size: 1.5rem;
	@include mixins.transform(translateY(-50%));
	@include mixins.transition(color, 0.3s, ease, 0s);
}

.menu-nav-block:hover:after {
	color: vars.$colour2;
}
*/
.menu-nav-block-bg {
  z-index: 0;
  width: 95%;
  left: 2.5%;
  background-color: #00B140;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 400%;
  overflow: hidden;
}

.menu-nav-block-bg:after {
  position: absolute;
  content: "";
  top: 101%;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 4px solid #00B140;
  background-color: #00B140;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 400%;
  -moz-transition: top 0.3s ease 0s;
  -o-transition: top 0.3s ease 0s;
  -webkit-transition: top 0.3s ease 0s;
  transition: top 0.3s ease 0s;
}

.menu-nav-block:hover .menu-nav-block-bg:after {
  top: 0;
}

.menu-nav-block-title {
  position: relative;
  margin: 0 0 0.6em;
}

.menu-nav-block-link {
  z-index: 10;
}

/*-- accordion with right positioned images ------------*/
.handorgel {
  border: none;
}

.std-acc .handorgel__content__inner {
  padding: 0 0 20px;
  padding-left: 41px;
}

/*
.accordion .section-content .col-12 {
	max-width: 95%;
}

.accordion .handorgel {
	//width: 100%;
	//margin-top: vars.$default-margin-top;
}
*/
.accordion {
  margin-bottom: 3em;
}

.accordion .handorgel__header {
  font-size: 1.8125rem;
}

.accordion .handorgel__header__button {
  font-family: "FSMeBold", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  padding: 1em 40px 1em 0;
  border-top: none;
  background-color: transparent;
  border-top: 1px solid #000000;
}

.accordion .handorgel__header:first-child .handorgel__header__button {
  border-top: none;
}

.accordion .handorgel__header__button .icon {
  position: absolute;
  left: 0;
}

.accordion .handorgel {
  border-bottom: 1px solid #000000;
}

.accordion .handorgel__header__button:after,
.accordion .handorgel__header__button .icon {
  color: #3c1053;
}

.challenges .handorgel__header__button {
  padding: 20px 48px 20px 0;
}

.accordion .handorgel_icon {
  position: relative;
}

.accordion .handorgel_icon:after {
  content: "";
  font-family: "prmedia" !important;
  display: block;
  position: absolute;
  font-size: 0.75rem;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0.4em;
  text-align: center;
  margin: 0;
  width: 28px;
  height: 28px;
  border: 2px solid #3c1053;
  -moz-border-radius: 200px 200px 200px 200px;
  -o-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  border-radius: 200px 200px 200px 200px;
}

.accordion .handorgel__header--opened .handorgel_icon:after {
  content: "";
}

.set-right {
  position: absolute;
  left: 100%;
  top: 10%;
  width: 100%;
  padding-right: 20px;
}

.white-copy .accordion .handorgel_icon:after {
  color: #ffffff;
  border-color: #ffffff;
}

.white-copy .accordion .handorgel__header__button,
.white-copy .accordion .handorgel {
  border-color: #ffffff;
}

.project-opportunities span {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E0E0E1;
}

.content-area .entry-content-text .project-opportunities h1 {
  margin-bottom: 0.5em;
}

/*-- partner pages ------------*/
.modal {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  visibility: hidden;
  height: 0;
  opacity: 0;
  z-index: 1001000;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0;
  margin: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.modal .modal-outer {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  padding: 30px 20px 20px;
  opacity: 1;
  width: 90%;
  height: 90%;
  max-width: 900px;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal .modal-inner {
  position: relative;
  display: flex;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.modal .icon-close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1001001;
}

#pop_out_search .icon-close {
  top: 26px;
  right: 0;
  font-size: 1.5rem;
}

.modal-open #pop_out_overlay,
.modal-open-search #pop_out_search {
  height: 100%;
  opacity: 1;
  padding: 20px;
  visibility: visible;
}

#pop_out_search {
  background-color: #ffffff;
}

#pop_out_search .modal-outer {
  padding-top: 0;
}

.modal-search {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 15px;
  z-index: 10;
}

.modal-inner-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 7.5% 5%;
  z-index: 0;
}

#pop_out_search .modal-inner-container {
  padding: 100px 20px 0;
}

#pop_out_search_inner.modal-inner {
  display: inline-block;
}

input.search-field {
  border: none;
  width: 100%;
  border-bottom: 1px solid #B3B3B3;
  font-size: 2.5rem;
  padding: 15px 20px 15px;
}

.modal-inner .entry-content h2 a,
.modal-inner.entry-content h2 a:link,
.modal-inner .entry-content h2 a:visited {
  color: #00B140;
  text-decoration: underline;
}

html.modal-open,
html.modal-open-search {
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: hidden;
  /* Avoid width reflow */
}

html.modal-open body {
  overflow-y: hidden;
}

.modal-open-search .hentry {
  margin-top: 10px;
}

/*------------- testimonials ------------------*/
/*
.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	//display: inline-block;
	//width: 100%;
	//text-align: center;
}

.slick-list, 
.slick-slider, 
.slick-track,
.slick-slide {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

.slick-slide {
	float: none;
}
*/
/*
.block-cta .team-cta .thumb,
.resources .thumb,
.testimonials .slide-item .thumb {
	position: relative;
	display: inline-block;
	width: 70px;
	padding: 70px 0 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	@include mixins.border-radius(100px, 100px, 100px, 100px);
	margin-bottom: 30px;
}

.block-cta .team-cta .thumb img,
.latest .thumb img,
.resources .thumb img,
.testimonials .slide-item .thumb img {
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	@include mixins.border-radius(0, 0, 0, 0);
}

.slide-item .slide-content {
	position: relative;
	opacity: 0.3;
	z-index: 10;
	display: inline-block;
	max-width: 380px;
	padding-bottom: 90px;
}

.slides-1 .slide-item .slide-content {
	max-width: 600px;
}

.testimonials .slick-current .slide-item {
	z-index: 10000;
	text-align: center;
}

.testimonials .slick-current .slide-item .slide-content {
	opacity: 1;
}

.testimonials .slick-current .slide-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	//xbackground-color: rgba(0, 0, 0, 0.2);
	//xbackground-image: url();
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	z-index: 0;
}

.testimonials p {
	margin-bottom: .8em;
}

.testimonials p:before {
	content: "\201C";
}

.testimonials p:after {
	content: "\201D";
}



.testimonial-name {
	display: inline-block;
	padding: 8px 10px;
	@include mixins.border-radius(8px, 8px, 8px, 8px);
	background-color: rgba(255, 255, 255, 0.8);
	margin-bottom: 0.8em;
	font-weight: 700;
}

.testimonials .i-converge-quote {
	font-size: 1.4rem;
	color: vars.$colour2;
}


.circle-pen {
	position: absolute;
	top: 80px;
	left: -5%;
	right: -5%;
	bottom: 100px;
	z-index: 0;
	background-image: url(images/quote_circle.svg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	//background-size: 65% 100%;
	background-position: center;
	opacity: 0;
	@include mixins.transition(opacity, 0.3s, ease, 0s);
}

.testimonials .slick-current .circle-pen {
	opacity: 1;
}

*/
/*------------- timeline ------------------*/
/*
.timeline {
	font-size: 0;
	text-align: right;
	min-height: 500px;
}

.timeline h2 {
	margin-bottom: vars.$default-margin-bottom;
}

.timeline ul {
	position: relative;
	display: block;
	font-family: vars.$body-font-stack;
	font-weight: 600;
	line-height: 29px;
	color: vars.$black;
	list-style: none;
	margin-bottom: 3em;
	margin: 0;
	padding: 0;
	background: transparent;

	@media screen and (min-width: vars.$bp-tablet-width) {
		font-size: 1.25rem;
		line-height: 30px;
	}
}

.timeline ul li {
	position: relative;
	min-height: 130px;
	border: solid 3px transparent;
	font-size: 1.8125rem;
	margin: 0;
	padding: 1em 1em 1em 2.4em;
	z-index: 1;
}

.timeline ul li:before {
	content: "";
	display: block;
	height: 105%;
	width: 15px;
	left: 1.05em;
	top: 1.6em;
	position: absolute;
	background-image: url(images/bullet-curve-2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto auto;
	background-size: 100% 100%;
	overflow: hidden;
}

.timeline ul li:nth-child(even):before {
	left: 0.85em;
	@include mixins.transform(scaleX(-1));
}

.timeline ul li:nth-last-child(2):before {
	height: 93%;
	background-size: 100% 120%;
	background-position: top center;
}

.timeline ul li:last-child:before {
	display: none;
	left: 1em;
	@include mixins.transform(scaleX(-1));
}

.timeline ul li:after {

	//content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'> <circle id='Ellipse_1' data-name='Ellipse 1' cx='5' cy='5' r='5' fill='rgb(23,157,224)' /></svg>");
	content: "\e91c";
	font-family: vars.$prmedia-font;
	position: absolute;
	font-size: 0.9375rem;
	display: block;
	height: 21px;
	width: 21px;
	left: 1.6em;
	top: 2.2em;
	color: vars.$colour2;
	z-index: 100;

	line-height: 1;
	text-align: center;
	padding-top: 3px;
	@include mixins.border-radius(50%, 50%, 50%, 50%);

	//@media screen and (min-width: vars.$bp-tablet-width) {
	//    height: 15px;
	//   width: 15px;
	//}
}



.timeline ul li:last-child {
	z-index: 0;
}

.timeline ul li:last-child:after {
	content: "\e91a";
	background-color: vars.$white;
}

*/
/*------------- listings ---------------------*/
/*
.resource-list-container .fixed-max,
.entry-list .fixed-max {
	font-size: 0;
}
*/
.entry-list h2,
.entry-list h4 {
  margin-bottom: 1.2rem;
}

.row-top {
  position: relative;
  width: 100%;
}

.entry-list ul,
.entry-list li {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-list ul {
  margin-bottom: 50px;
}

.entry-list li {
  padding: 0 0 5px 1.6em;
}

.entry-list li:before {
  display: inline-block;
  margin: 1px 0.9em 0 -1.6em;
}

.entry-list .row {
  align-items: center;
}

/*
.entry-list-stack .fixed-max {
	//font-size: 0;
	align-items: flex-start;
	padding: 0 5%;
}

.entry-list-stack .row {
	//float: left;
	//display: inline-block;
	width: 50%;
	flex-direction: column-reverse;
	vertical-align: top;
}

.entry-list-stack .col-6 {
	width: 100%;
	text-align: center;
	margin-bottom: 1.5rem;
}


.team-list .fixed-max {
	max-width: 1024px;
}



.team-list {
	padding: vars.$default-margin-bottom 0;
	background-color: vars.$grey1;
}

.team-list .team-member {
	//align-items:flex-start;
	//justify-content: center;
}
*/
.resource-list article.team-member {
  width: 50%;
  padding-top: 5%;
  padding-right: 10%;
  padding-bottom: 85px;
}

.team-member .entry-content {
  padding: 0;
}

.team-member .entry-header-thumb {
  overflow: hidden;
  font-size: 0;
  width: 180px;
  padding-top: 180px;
  -moz-border-radius: 500px 500px 500px 500px;
  -o-border-radius: 500px 500px 500px 500px;
  -webkit-border-radius: 500px 500px 500px 500px;
  border-radius: 500px 500px 500px 500px;
}

.team-member h2.list-entry-title {
  font-family: "FSMeBold", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 0;
}

.team-member .card-link {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  padding-top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.team-position {
  display: inline-block;
  font-size: 1.3rem;
  margin-bottom: 1em;
}

/*
.team-member .list-entry-title {
	margin-bottom: 0;
}
*/
/*
.content-area .entry-content-text .team-list .entry-footer {
	position: absolute;
	bottom: 0;
	width: 80%;
}
*/
.header-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cutout-holder {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 1em 30px;
}

.header-intro.with-cutout {
  position: absolute;
  height: 50% !important;
  max-height: 800px !important;
}

article.with-cutout {
  position: relative;
  width: 100%;
  left: 0;
  margin-top: 10%;
}

/*------------- content blocks ------------------*/
.section-2col {
  padding: 2em 0 0;
}

.section-2col .fixed-max {
  position: relative;
  width: 100%;
  padding: 0 20px;
  z-index: 10;
  align-items: center;
}

.section-2col.white-copy .fixed-max {
  align-items: center;
}

.section-content-left,
.section-content-right {
  width: 50%;
  padding: 0 20px;
}

.section-content-left {
  padding-left: 30px;
}

.content-area .entry-content-text .section-content-left h4 {
  margin-bottom: 1em;
}

.section-content-right iframe {
  min-height: 360px;
}

.section-2col .gradient1-bg {
  opacity: 0.6;
}

/*
.panel-bg,
.block-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	//@include mixins.transition-multi(all 5s ease 0s);
}

.content-block .col {
	margin-bottom: 0;
}

.content-block .resource-list {
	margin-top: 0;
}

.flex-centre {
	align-items: center;
}

.content-block .col {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	//min-height: 490px;
	//margin-bottom: 0;
}

.with-bg {
	padding-top: vars.$default-margin-top;
}

.content-block-cta .fixed-max {
	position: relative;
}

.content-block-cta .panel-content {
	padding: 4em 0;
	color: vars.$white;
	text-align: center;
}

.content-block-cta a.prm-post-link {
	font-family: vars.$title-font-stack;
	display: inline-block;
	padding: .5em 0;
	border-bottom: 1px solid vars.$colour3;
}

.content-block-cta a.prm-post-link:after {
	content: " >";
	font-size: 1.2em;
}

.content-block-cta a.prm-post-link:hover {
	color: vars.$white;
	border-bottom-color: vars.$white;
}


.content-block-casestudy .flex {
	justify-content: center;
	padding-bottom: 2em;
}

.content-block-casestudy .flex > div {
	width: 50%;
	padding: 1em;
	margin-bottom: 1em;
}



.feature-content {
	position: relative;
	padding: 20% 12% 12%;
	width: 100%;
}

.feature-content strong {
	color: vars.$colour2;
}


.feature-block .flex {
	justify-content: space-between;
	align-items: stretch;
	padding: 2em 0;
}

.slider-sector .slide-item,
.feature-block .col {
	display: flex;
	align-items: center;
	width: 28%;
	color: vars.$white;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	//padding: 1.5em;
}

.feature-block .col {
	width: 30%;
	margin-bottom: 5%;
}


.feature-block .panel-bg {
	background-color: rgba(59, 97, 112,.9);
	width: 86%;
	height: 86%;
	top: 7%;
	left: 7%;
	z-index: 0;
}


.slider-sector .slide-item .feature-icon,
.feature-block .feature-icon {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	border: 2px solid vars.$colour2;
	margin-bottom: 1em;
	@include mixins.border-radius(500px,500px,500px,500px);
}



.slider-sector .slide-item .feature-icon:before,
.feature-block .feature-icon:before {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 3rem;
	@include mixins.transform(translate(-50%,-50%));
}

*/
.team-list .col {
  display: inline-block;
  width: 50%;
  padding: 2em;
}

.team-list .team-position {
  color: #3c1053;
  margin-top: 0.3em;
}

.team-list .team-thumb-holder {
  display: inline-block;
  position: relative;
  width: 30%;
}

.team-list .team-thumb {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-repeat: none;
  background-position: center;
  background-size: cover;
  border: none;
  background-color: #F2F2F2;
  -moz-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.team-list .team-content {
  display: inline-block;
  position: relative;
  width: 70%;
  padding-left: 2rem;
}

.team-list h3 {
  font-size: 1.125rem;
  color: #00B140;
  margin-bottom: 0;
}

.team-list p {
  font-size: 1rem;
}

.team-list a.btn {
  font-size: 1.4rem;
  color: #ffffff;
}

/*------------- projects ---------------------*/
.project-social {
  display: inline-block;
  width: 100%;
  padding: 1.5em;
  background-color: #F9F8F9;
}

.project-social ul,
.project-social li {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  vertical-align: middle;
}

.project-social li .icon {
  background-color: #3c1053;
  color: #ffffff;
  padding: 0.4em;
  width: 36px;
  height: 36px;
  text-align: center;
  -moz-border-radius: 200px 200px 200px 200px;
  -o-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  border-radius: 200px 200px 200px 200px;
}

.project-social li:hover .icon {
  background-color: #00B140;
}

.project-contact {
  background-color: #F2F2F2;
}

.project-contact li {
  width: 100%;
  margin-bottom: 5px;
}

.project-contact li .icon {
  background-color: #00B140;
  padding: 0.3em;
  width: 30px;
  height: 30px;
}

/*------------- footer ctas ---------------------*/
.footer-ctas,
.section-usps {
  background-image: linear-gradient(90deg, #3c1053, #6B3077);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  padding: 2em 0;
}

.footer-ctas {
  background-image: none;
  background-color: #63666A;
  color: #ffffff;
  padding: 2em 0;
}

.section-usps .section-content-aside {
  padding: 0 2em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-usps .fixed-max {
  padding: 0 20px;
}

.section-usps .section-content-aside-footer {
  margin-top: 2em;
}

.footer-ctas .resource-list,
.section-usps .resource-list {
  width: 100%;
  padding: 0;
}

.section-usps .resource-list article.usp {
  padding: 2rem 0;
}

.section-usps {
  color: #3c1053;
  background-image: none;
  background-color: #ffffff;
  padding: 0;
}

article.usp .usp-icon {
  display: inline-block;
  margin-bottom: 0.8rem;
}

article.usp .usp-icon:before {
  font-size: 4rem;
  color: #005844;
}

article.usp strong {
  color: #00B140;
}

.usp-type-2 .resource-list article.usp {
  text-align: left;
  width: 22%;
}

.section-usps .resource-list article.usp {
  display: flex;
  align-items: flex-start;
}

.section-usps .resource-list article.usp .usp-thumb {
  display: inline-block;
  width: 30%;
  padding: 1.5rem;
  -moz-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.section-usps .resource-list article.usp .entry-content {
  display: inline-block;
  width: 70%;
  padding-left: 2rem;
  color: #000000;
}

.footer-ctas .section-content-aside {
  padding: 0 25px;
  margin-bottom: 1em;
}

.footer-ctas .resource-list {
  justify-content: left;
}

.footer-ctas .resource-list .entry-content {
  min-height: 0;
}

.footer-ctas .resource-list article {
  width: 33.3333%;
  padding: 0 25px;
  margin-left: 0;
  margin-right: 0;
}

.footer-ctas .resource-list article h2 {
  font-size: 1.3rem;
  color: #00B140;
  padding-top: 0.8em;
}

.footer-ctas .resource-list article h2:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #00B140;
}

.footer-ctas .resource-list article .btn {
  margin: 1em 0 0;
  padding: 0.5em 1.5em;
  font-size: 1rem;
}

.content-area .section-statistics {
  background-color: #00B140;
  padding: 3rem 0;
}

.content-area .entry-content-text .section-statistics h2 {
  color: #ffffff;
}

.content-area .section-statistics .section-content-aside {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0 2em;
  text-align: center;
  margin-bottom: 2rem;
}

.content-area .section-statistics .resource-list {
  width: 100%;
  padding: 0 20px;
}

.content-area .section-statistics .resource-list article {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 0 2rem;
  width: 30.333%;
  margin: 0 1.5%;
  min-height: 370px;
  background-color: #ffffff;
  -moz-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.content-area .section-statistics article .resource-entry-header,
.content-area .section-statistics article .entry-content {
  display: inline-block;
  width: 100%;
  padding: 0;
  text-align: center;
  justify-content: center;
}

.stats-anim .count,
.stats-anim .units {
  display: inline-block;
  font-size: 4rem;
  font-family: "FSMeBold", sans-serif;
  color: #3c1053;
}

.stats-anim {
  display: inline-block;
  padding: 0 1rem 12px;
  margin-bottom: 1rem;
  border-bottom: 3px solid #00B140;
}

.slider-sector {
  color: #ffffff;
  background-color: #1E3B76;
}

.slider-sector .section-content-aside {
  padding: 3em 0;
}

.slider-sector .section-content-aside .fixed-max {
  max-width: 750px;
}

.slider-sector .slide-item h2 {
  font-family: "FSMeBold", sans-serif;
  font-size: 1.125rem;
  margin-bottom: 0.8em;
}

.slider-sector .slide-item p {
  font-size: 1rem;
}

.slider-sector .slide-item {
  display: flex !important;
  align-items: stretch;
  padding: 3em 2em;
}

.slider-sector .slide-thumb {
  z-index: 0;
  opacity: 0.4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #337184;
  -moz-transition: opacity 300ms linear 0ms;
  -o-transition: opacity 300ms linear 0ms;
  -webkit-transition: opacity 300ms linear 0ms;
  transition: opacity 300ms linear 0ms;
}

.slider-sector .feature-content:hover .slide-thumb {
  opacity: 0.2;
}

.slider-sector .slide-summary {
  position: relative;
}

.slider-sector .slide-item .feature-content {
  border: solid 20px #ffffff;
}

.slider-sector .slick-slide > div,
.slider-sector .slick-slide,
.slider-sector .slick-track {
  display: flex !important;
}

.slider-sector .slick-slide {
  height: inherit !important;
}

.testimonial-std {
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial .flex {
  align-items: center;
}

.testimonial .thumb {
  display: inline-block;
  width: 100px;
  padding: 100px 0 0;
  background-size: 90%;
  background-color: #ffffff;
  margin: 1.5rem 0 1.5rem;
  -moz-border-radius: 500px 500px 500px 500px;
  -o-border-radius: 500px 500px 500px 500px;
  -webkit-border-radius: 500px 500px 500px 500px;
  border-radius: 500px 500px 500px 500px;
}

.testimonial .thumb p {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonial .thumb p:after {
  content: "";
  position: absolute;
  width: 40%;
  left: 50%;
  bottom: -1em;
  border-bottom: 1px solid #6B3077;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial .menu-nav-block {
  width: 100%;
  padding: 2rem 5rem 1rem;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial .menu-nav-block:after,
.testimonial .menu-nav-block:before {
  content: "“";
  position: absolute;
  left: 0;
  top: 8%;
  display: inline-block;
  width: auto;
  font-size: 4rem;
  color: #00B140;
}

.testimonial .menu-nav-block:after {
  content: "”";
  left: auto;
  right: 0;
}

.section-image-grid {
  background-color: #B3B3B3;
  padding: 30px 0;
}

.image-grid {
  display: inline-block;
  width: 100%;
}

/*
.section-image-grid  .fixed-max {
	padding: 0;
}
*/
.image-grid .image-item {
  display: inline-block;
  width: 25%;
  padding: 3%;
}

.image-grid .image-item .thumb {
  padding-top: 100%;
  background-size: 90%;
  background-position: center;
  background-color: #ffffff;
  -moz-border-radius: 500px 500px 500px 500px;
  -o-border-radius: 500px 500px 500px 500px;
  -webkit-border-radius: 500px 500px 500px 500px;
  border-radius: 500px 500px 500px 500px;
}

.section-image-grid .column-9 .image-item {
  width: 11.111111%;
  padding: 1.25%;
}

.section-image-grid .column-8 .image-item {
  width: 12.5%;
  padding: 1.5%;
}

.section-image-grid .column-7 .image-item {
  width: 14.286%;
  padding: 1.75%;
}

.section-image-grid .column-6 .image-item {
  width: 16.6667%;
  padding: 2%;
}

.section-image-grid .column-5 .image-item {
  width: 20%;
  padding: 2.5%;
}

.section-image-grid .column-4 .image-item {
  width: 25%;
}

.section-image-grid .column-3 .image-item {
  width: 33.3333%;
}

/*
h2.casestudy-title {
	position: relative;
	display: inline-block;
	width: 100%;
	font-family: vars.$title-font-stack;
	font-size: 1.3rem;
	color: vars.$colour2;
	padding: 0 2em 1em;
	border-bottom: 1px solid vars.$colour3;
	margin-bottom: 1em;
}

h2.casestudy-title:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.5em;
	width: 60px;
	height: 60px;
	margin-top: -.5em;
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center;
	@include mixins.transform(translateY(-50%));
}

.prm-brief h2.casestudy-title:before {
	background-image: url(images/icon-brief.svg);
}

.prm-solution h2.casestudy-title:before {
	background-image: url(images/icon-solution.svg);
}

.prm-results h2.casestudy-title:before {
	background-image: url(images/icon-results.svg);
}

.no-stats div.prm-results {
	width: 100%;
	border-top: 1px solid vars.$colour3;
	padding-top: 2em;
	padding-left:12%;
	padding-right:12%;
}

.no-stats div.prm-results h2.casestudy-title {
	border: none;
	padding-top: 50px;
	margin-bottom: .2em;
}

.no-stats div.prm-results h2.casestudy-title:before {
	//position: relative;
	//display: inline-block;
	top: 0;
	right: auto;
	left: 2em;
	@include mixins.transform(none);
}

.content-area .entry-content-text .content-block-casestudy ul {
	padding-left: 3.6em!important;
}

.prm-stat {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 7.5% 7.5% 4%;
	margin: 0;
	background-color: vars.$grey1;
}

.prm-stat:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 85%;
	border-bottom: 1px solid vars.$colour3;
	@include mixins.transform(translateX(-50%));
}


.prm-stat:last-child {
	padding-bottom: 7.5%;
}

.prm-stat:last-child:after {
	display: none;
}

*/
.no-margin {
  margin: 0 !important;
}

/*
.content-block .panel-content {
	position: relative;
	padding: 7%;
}

.content-block .panel-content .thumb-holder {
	text-align: right;
	margin: 0;
}

.content-block .panel-content p,
.content-block .panel-content ul {
	font-size: 1.1rem;
}

.content-block .panel-content ul {
	padding: 0;
	padding-left: 1rem;
}

.content-block .panel-content ul li {
	margin-bottom: .3rem;
}

.content-block .panel-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.panel-content a {
	word-break:break-all;
}
*/
/*
.content-block.bg-colour-1 {
	padding-top: 0;
}

.content-block.bg-colour-1 .col {
	margin-bottom: 0;
}
*/
/*--------- content-block types --------------*/
.content-resources {
  padding-bottom: 0;
}

.content-resources .fixed-max > h1,
.content-resources .fixed-max > h2 {
  margin: 0 2rem 0.5em;
}

.content-resources .fixed-max > h2 {
  margin: 0 2rem 1em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #3c1053;
}

.content-resources .resource-list .entry-header-thumb,
.content-resources .resource-list aside.resource-entry-header {
  width: 45%;
}

.content-resources .resource-list aside.resource-entry-header {
  width: 55%;
}

.content-resources .resource-list .entry-header-thumb .card-link {
  padding-top: 56.25%;
}

.content-resources .resource-list .entry-header-thumb iframe {
  -moz-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.resource-list .no-thumb aside.resource-entry-header {
  width: 100%;
  padding-left: 0;
}

.resource-list article.resource-item {
  border-bottom: 1px solid rgba(60, 16, 83, 0.5);
  margin-bottom: 2em;
  padding-bottom: 0.5em;
}

.map-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 3em;
  margin-bottom: 1em;
}

.map-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 40% 0 0;
}

.prm-markers {
  clip-path: circle(0);
}

.acf-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

/*

.single-fact .col {
	width: 50%;
	background-color: vars.$grey2;
}

.single-fact .single-feature-content {
	display: flex;
	align-items: center;
}

.single-fact .panel-content {
	padding: 2em 10%;
}

.single-fact .single-feature-thumb {
	padding-top: 40%;
}

.single-fact .panel-content a.btn {
	border-color: vars.$colour1;
	color: vars.$colour1;
	margin-right: 1em;
}

.single-fact .panel-content a.btn:hover {
	color: vars.$white;
	background-color: vars.$colour1;
}

.single-fact .align-right {
	flex-direction: row-reverse;
}

.content-area .entry-content-text .single-feature-content ul {
	margin-left: 1em;
	padding: 0;
}

.content-area .entry-content-text .single-feature-content ul li {
	padding-left: 1em;
}

*/
/*
.fun-fact {
	display: inline-block;
	width: 100%;
	max-width: 210px;
	margin-bottom: 1em;
}

.single-interactive h2 {
	color: vars.$colour2;
	font-size: 3rem;
}

.single-interactive h3 {
	color: vars.$colour2;
	margin-bottom: 0;
}

*/
/*---------- button colours ------------*/
a.btn-colour-2 {
  background-image: linear-gradient(90deg, #3c1053, #6B3077);
}

a.btn-colour-2:after {
  border-left-color: #6B3077;
}

a.btn-colour-2:hover,
.btn-colour-2:hover {
  background-image: none;
  background-color: #3c1053;
}

a.btn-colour-2:hover:after {
  border-left-color: #3c1053;
}

.bg-pattern-1 {
  z-index: 0;
  opacity: 0.03;
  background-image: url(images/pattern-1.svg);
}

.bg-pattern-2 {
  z-index: 0;
  opacity: 0.3;
  background-size: 15px 9px;
}

.bg-pattern-3 {
  z-index: 0;
  opacity: 0.3;
  background-size: 20px 20px;
}

.bg-pattern-4 {
  z-index: 0;
  opacity: 0.3;
  background-size: 25px 25px;
}

/*--------- panel colours --------------*/
/*
.wp-block-file a.wp-block-file__button:active, 
.wp-block-file a.wp-block-file__button:focus, 
.wp-block-file a.wp-block-file__button:hover, 
.wp-block-file a.wp-block-file__button:visited, 
.wp-block-file a.wp-block-file__button {
	font-family: vars.$body-font-stack;
	font-size: vars.$font-size-std;
	background-color: vars.$colour2;
	color: vars.$colour6;
}




.col:first-child a,
.col:first-child a:link,
.col:first-child a:visited,
.site-footer .col a.btn,
.bg-colour-1 .col:first-child,
.bg-colour-2 .col:first-child,
.bg-colour-3 .col:first-child,
.bg-colour-4 .col:first-child {
	color: vars.$white;
}

.bg-colour-1 .col:first-child {
	background-color: vars.$colour2;
}

.bg-colour-2 .col:first-child {
	background-color: vars.$colour3;
}

.bg-colour-3 .col:first-child {
	background-color: vars.$colour4;
}

.bg-colour-4 .col:first-child {
	background-color: vars.$colour1;
}

.bg-colour-0 .col:first-child:after {
	border-left-color: vars.$white;
}

.bg-colour-1 .col:first-child:after {
	border-left-color: vars.$colour2;
}

.bg-colour-2 .col:first-child:after {
	border-left-color: vars.$colour3;
}

.bg-colour-3 .col:first-child:after {
	border-left-color: vars.$colour4;
}

.bg-colour-4 .col:first-child:after {
	border-left-color: vars.$colour1;
}

.content-block-layout-right.bg-colour-0 .col:first-child:after,
.content-block-layout-right.bg-colour-1 .col:first-child:after,
.content-block-layout-right.bg-colour-2 .col:first-child:after,
.content-block-layout-right.bg-colour-3 .col:first-child:after,
.content-block-layout-right.bg-colour-4 .col:first-child:after {
	border-left-color: transparent;
}

.content-block-layout-right.bg-colour-1 .col:first-child:after {
	border-right-color: vars.$colour2;
}

.content-block-layout-right.bg-colour-2 .col:first-child:after {
	border-right-color: vars.$colour3;
}

.content-block-layout-right.bg-colour-3 .col:first-child:after {
	border-right-color: vars.$colour4;
}

.content-block-layout-right.bg-colour-4 .col:first-child:after {
	border-right-color: vars.$colour1;
}

.content-block-layout-right.bg-colour-0 .col:first-child:after {
	border-right-color: vars.$white;
}

*/
.site-footer .col a,
.site-footer .col a:link,
.site-footer .col a:visited {
  color: #ffffff;
}

.site-footer .col a:hover {
  color: #00B140;
}

.site-footer .col a.btn {
  color: #ffffff;
}

.site-footer .col {
  width: 100%;
  align-items: center;
}

.site-footer .col .flex {
  align-items: center;
}

.site-footer .thumb-footer {
  display: inline-block;
  padding-right: 1.2rem;
  max-width: 180px;
}

.site-footer .thumb-footer:first-child {
  max-width: 125px;
}

.header-dropdown {
  max-width: 100%;
  padding: 0;
  z-index: 100;
}

.header-dropdown .header-title {
  left: 0;
  top: 0;
  bottom: auto;
  height: 100%;
  width: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.header-dropdown .header-title .full-overlay {
  -moz-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

.header-dropdown .header-title .flex {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 25px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.header-dropdown .header-title .flex .header-summary,
.header-dropdown .header-title .flex .header-entry-title {
  width: 100%;
  text-align: center;
}

.header-dropdown-nav {
  position: relative;
  display: block;
  width: 100%;
  color: #ffffff;
  text-align: center;
}

.header-dropdown-nav ul,
.header-dropdown-nav li {
  position: relative;
  display: inline-block;
  width: auto;
  color: #ffffff;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  cursor: pointer;
}

.header-dropdown-nav li a {
  color: #ffffff;
}

.header-dropdown-nav li span.label {
  position: relative;
  display: inline-block;
  min-width: 250px;
  padding: 5px 0;
  border-bottom: 1px solid #ffffff;
  text-align: left;
  font-size: 1.4rem;
}

.header-dropdown-nav li span.label:after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-dropdown-nav ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  padding: 0.5em 0 0;
}

.header-dropdown-nav ul li ul li,
.header-dropdown-nav ul li ul li a {
  display: block;
  width: 100%;
}

.header-dropdown-nav ul li ul li {
  margin-bottom: 8px;
}

.header-dropdown-nav ul li ul li a {
  text-align: left;
}

.header-dropdown-nav ul li:hover > ul,
.header-dropdown-nav ul li ul:hover {
  visibility: visible;
  opacity: 1;
  max-height: 100%;
}

/*--------- wp entry content styles --------------*/
.content-area .entry-content-text > h1,
.content-area .entry-content-text > h2,
.content-area .entry-content-text > h3,
.content-area .entry-content-text > h4,
.content-area .entry-content-text > h5,
.content-area .entry-content-text > h6,
.content-area .entry-content-text > p,
.content-area .entry-content-text > ul,
.content-area .entry-content-text > ol,
.single-career .no-header-image,
.content-area .entry-content-text .wp-block-separator,
.content-area .entry-content-text .entry-footer,
.content-area .entry-content-text .nf-form-cont,
.content-area .entry-content .resource-entry-header,
.content-area .entry-content-text .resource-entry-meta,
.content-area .entry-content-text > .wp-block-buttons,
.content-area .entry-content-text .wp-block-quote,
.content-area .entry-content-text .wp-block-table,
.content-area .entry-content-text > .wp-block-file,
.content-area .entry-content-text div.wpforms-container,
.content-area .entry-content-text table,
.content-area .entry-content-text .wp-block-image,
.content-area .entry-content-text .wp-block-embed,
.content-area .entry-content-text .entry-meta,
.single .entry-content-aside {
  display: block;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 35px;
}

.prm-full-width .content-area .entry-content-text > h1,
.prm-full-width .content-area .entry-content-text > h2,
.prm-full-width .content-area .entry-content-text > h3,
.prm-full-width .content-area .entry-content-text > h4,
.prm-full-width .content-area .entry-content-text > h5,
.prm-full-width .content-area .entry-content-text > h6,
.prm-full-width .content-area .entry-content-text > p,
.prm-full-width .content-area .entry-content-text > ul,
.prm-full-width .content-area .entry-content-text > ol,
.prm-full-width.single-career .no-header-image,
.prm-full-width .content-area .entry-content-text .wp-block-separator,
.prm-full-width .content-area .entry-content-text .entry-footer,
.prm-full-width .content-area .entry-content-text .nf-form-cont,
.prm-full-width .content-area .site-main > article > .entry-content > .resource-entry-header,
.prm-full-width .content-area .entry-content-text .resource-entry-meta,
.prm-full-width .content-area .entry-content-text > .wp-block-buttons,
.prm-full-width .content-area .entry-content-text .wp-block-quote,
.prm-full-width .content-area .entry-content-text .wp-block-table,
.prm-full-width .content-area .entry-content-text > .wp-block-file,
.prm-full-width .content-area .entry-content-text div.wpforms-container,
.prm-full-width .content-area .entry-content-text table,
.prm-full-width .content-area .entry-content-text .wp-block-image,
.prm-full-width .content-area .entry-content-text .wp-block-embed,
.prm-full-width .content-area .entry-content-text .entry-meta,
.prm-full-width.single .entry-content-aside {
  max-width: 1280px;
  padding: 0 50px;
}

.prm-full-width .content-area .entry-content-text > ul,
.prm-full-width .content-area .entry-content-text > ol {
  padding: 0 67px;
}

.entry-header-date {
  padding: 0 10px;
  margin-bottom: 10px;
}

.prm-full-width .entry-header-date {
  padding: 0;
}

.resource-list .entry-header-date {
  padding: 0;
}

.content-area .entry-content-text > .wp-block-separator,
.content-area .entry-content-text > .wp-block-group > .wp-block-group__inner-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px;
}

.content-area .entry-content-text > .wp-block-separator {
  max-width: 1180px;
}

.content-area .entry-content-text .has-background {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-area .entry-content-text .handorgel__content__inner .wp-block-buttons,
.content-area .entry-content-text .wp-block-separator.has-background {
  padding: 0;
}

.content-area .entry-content-text h1 {
  color: #1E3B76;
  margin-bottom: 0.3em;
}

.content-area .entry-content-text h2 {
  color: #3c1053;
}

.content-area .entry-content-text > ol,
.content-area .entry-content-text > ul {
  padding-left: 42px;
}

.content-area .entry-content-text h3,
.content-area .entry-content-text h4,
.content-area .entry-content-text h5,
.content-area .entry-content-text h6 {
  color: #6B3077;
  margin-bottom: 0.1em;
}

.white-copy,
.white-copy h1,
.white-copy h2,
.white-copy h3,
.white-copy h4,
.white-copy h5,
.white-copy h6 {
  color: #ffffff !important;
}

.content-area .entry-content .resource-entry-header,
.resource-list-container .resource-list article.type-post,
.resource-list-container .resource-list article.type-casestudy {
  padding-left: 25px;
  padding-right: 0;
}

.content-area .no-image .entry-content .resource-entry-header {
  width: 100%;
  padding-left: 0;
}

.resource-list-container .resource-list article.type-post:nth-child(even) .resource-list-container .resource-list article.type-casestudy:nth-child(even) {
  padding-left: 0;
  padding-right: 2em;
}

.archive .related-content,
.blog .related-content,
.category .related-content,
.single .related-content,
.related-content {
  padding-top: 0;
  padding-bottom: 3em;
}

.related-content .resource-list article.type-post,
.related-content .resource-list article.type-post:nth-child(even) {
  padding-left: 0;
  padding-right: 0;
}

.breadcrumb .fixed-max {
  padding: 0 25px;
}

.page .nf-form-content {
  position: relative;
  max-width: 1030px;
  padding: 0;
}

.entry-content-text .is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-top: 56.25%;
}

.entry-content-text .is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-content-text .btn {
  margin-top: 0.2em;
}

.wp-block-embed {
  padding-top: 10px;
  margin-bottom: 2em;
}

.wp-block-columns {
  margin-bottom: 0;
}

.landing-block .wp-block-column {
  padding: 0 2em;
}

.has-medium-font-size {
  font-size: 1.3rem;
}

.has-large-font-size {
  font-size: 1.5rem;
}

.has-huge-font-size {
  font-size: 3rem;
  line-height: 1.1;
}

.totop-btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  background-color: #63666A;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}

.totop-btn:after {
  content: "";
  font-family: "prmedia" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mini-nav .totop-btn {
  visibility: visible;
  opacity: 1;
}

/*-------------- slide up animation -----------------*/
@keyframes slideup {
  0% {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.site-footer.slide-up,
.site-footer-anim.slide-up,
.hentry.slide-up,
li.slide-up,
section.slide-up {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

.site-footer.slide-up.inview,
.site-footer-anim.slide-up.inview,
.hentry.slide-up.inview,
li.slide-up.inview,
section.slide-up.inview {
  animation: 1.5s ease 0s 1 slideup;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

/*-------------- block resources ----------------*/
a.jump-anchor {
  position: absolute;
  top: 0;
  left: 0;
}

.block-case-studies .block-bg {
  background-color: #ffffff;
  border: 3px solid #00B140;
}

.block-case-studies .block-biline {
  border-color: #63666A;
}

/*
.partners {
	padding-top: vars.$default-margin-bottom;
	margin-bottom: vars.$default-margin-bottom;
}

.partners .resource-entry-header {
	text-align: center;
}

.partners .col {
	vertical-align: middle;
	margin: 0;
	text-align: center;
}

.partners .block-item {
	vertical-align: middle;
	padding: 15%;
}

.partners.resource-grid article .resource-entry-header {
	float: left;
	max-width: 30%;
	padding-top: vars.$default-padding + 5;
}

.partners.resource-grid article .entry-content {
	padding-top: vars.$default-padding;
	float: right;
	max-width: 70%;
}

.partners.resource-grid .resource-list article {
	width: 100%;
	padding-bottom: 0;
	margin: 0 0 2.5%;
	background-color: vars.$grey1;
}

.partners .entry-header-thumb {
	max-width: 90%;
}

.partners .card-link {
	padding: 100% 0 0;
	//@include mixins.border-radius(50%,50%,50%,50%);
}

.partners.resource-grid article .entry-content h2 {
	margin-bottom: 1.2em;
}
*/
/*------------- gallery block ------------------*/
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery .row-top,
.gallery .row-top .col-12 {
  text-align: left;
}

.gallery-icon {
  line-height: 0;
  font-size: 0;
  background-color: #ffffff;
  -moz-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
}

/*------------- post list ------------------*/
/*
.section-list {
	font-size: 0;
}

.content-block .panel-content .post-list,
.post-list,
.post-list li,
.post-list li a {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1rem;
	vertical-align: top;
	color: vars.$white;
}

.content-block .panel-content .post-list,
.post-list {
	border-top: 1px solid vars.$white;
	margin-bottom: 2em;
}

.post-list li {
	border-bottom: 1px solid vars.$white;
}

.content-block .panel-content .post-list li a,
.post-list li a {
	font-weight: 500;
	color: vars.$white;
	text-decoration: none;
	padding: 8px 0;
}

.post-list li a:after {
	font-family: vars.$custom-font;
	content: "\e90c";
	display: inline-block;
	margin-left: 10px;
	font-size: 0.9rem;
	@include mixins.transition(margin-left, 0.3s, linear, 0s);
}

.post-list li a:hover:after {
	margin-left: 15px;
}

//.post-list li:nth-last-child(2) a,
.post-list li:nth-last-child(1) a {
	//border-bottom: 1px solid vars.$black;
}
*/
figure,
.thumb-holder {
  position: relative;
  padding: 0;
  margin: 0 0 2em 0;
  text-align: left;
}

.vid-holder {
  padding-top: 58%;
}

.vid-holder iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  margin: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

figcaption {
  padding-top: 10px;
  font-size: 0.8rem;
}

.vid-holder figcaption {
  position: absolute;
  top: 100%;
  left: 0;
}

/*--------------------- tooltips ------------------------*/
.tooltip {
  position: absolute;
  display: block;
  top: 100%;
  right: 0;
  color: #ffffff;
  line-height: 0;
  padding: 5px 10px;
  margin-top: 14px;
  height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -moz-transition: all 0.3s linear 0.75s;
  -o-transition: all 0.3s linear 0.75s;
  -webkit-transition: all 0.3s linear 0.75s;
  transition: all 0.3s linear 0.75s;
  z-index: 0;
}

.tooltip .tooltip-bg {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 0;
}

.tooltip:after {
  position: absolute;
  content: "";
  bottom: 99%;
  right: 16px;
  border: 8px solid transparent;
  border-bottom-color: #63666A;
}

.tooltip ul,
.tooltip ul li {
  position: relative;
  display: block;
  list-style: none;
  color: #ffffff;
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  text-align: left;
}

.tooltip ul li {
  font-family: "FSMeBold", sans-serif;
  font-weight: 400;
  white-space: nowrap;
}

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

.type-icon:hover .tooltip {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

.type-icon:hover .tooltip-bg {
  background-color: #63666A;
}

.type-icon:hover .tooltip li {
  line-height: 1.4;
  font-size: 0.8rem;
}

/*-------------- cookie colour coding ----------------*/
.cn-button.bootstrap {
  color: #ffffff;
  background: #00B140 !important;
}

.cn-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

/*
a.wp-block-button__link,
a.btn,
.pop-out a.btn,
.challenges a.btn {
	//color: vars.$black !important;
	font-weight: 700;
}
*/
a.type-icon {
  color: #ffffff;
}

a.icon-search {
  color: #3c1053;
  margin-right: 0;
}

/*
a.icon-search:hover {
	box-shadow: 0 0 0 3px vars.$colour2;
}
*/
.load-more a.btn:active,
.load-more a.btn:focus,
.load-more a.btn:hover {
  border-color: #00B140;
  background-color: #00B140;
  color: #ffffff;
}

.relative {
  position: relative;
}

/*------------- scroll fixing ------------------*/
.fixable {
  padding-right: 20px;
}

.fix {
  position: absolute;
  top: 0;
  width: 100%;
  -moz-transition: top 0.3s linear 0s;
  -o-transition: top 0.3s linear 0s;
  -webkit-transition: top 0.3s linear 0s;
  transition: top 0.3s linear 0s;
}

/*------------------- Media Queries ----------------------*/
@media all and (min-width: 1400px) {
  /*
  .header-top {
  	padding: 275px 0 0;
  }

  .home .header-top {
  	padding: 390px 0 0;
  }
  */
}
@media all and (min-width: 900px) {
  .site-header {
    overflow: visible;
  }

  .main-navigation .flexnav.opacity {
    height: auto;
  }

  .main-navigation {
    opacity: 1;
    height: auto;
    -moz-transition-property: none;
    -o-transition-property: none;
    -webkit-transition-property: none;
    transition-property: none;
  }

  /*
  .main-navigation .report {
  	position: absolute;
  	padding: 12px 1em 0 0.7em;
  	height: 44px;
  	right: 0;
  	top: 0;
  	box-shadow: none;
  	visibility: visible;
  }
  */
  .main-navigation.section-open .flexnav li {
    opacity: 1;
  }

  .menu-social-media-links-container ul {
    opacity: 1;
    visibility: visible;
  }
}
@media all and (max-width: 1200px) {
  .filter-form .prm-field-holder .prm-medium {
    width: 100%;
  }

  .filter-form .prm-field-holder .prm-short {
    width: 100%;
  }

  .filter-form .prm-field-holder label.prm-short {
    width: 100%;
  }

  .filter-form .prm-field-holder.flex {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .site-branding a {
    width: 300px;
  }

  .menu-header {
    top: 72px;
  }

  .header-top-title {
    height: auto;
    padding-top: 50%;
  }
}
/*
@media all and (min-width: 900px) {

	.report {
		position: absolute;
		right: 30px;
		top: 50%;
		padding: .9em 1.1em;
		box-shadow: inset 0 0 0 2px #179de0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.menu-header {
		position: absolute;
		top: 50%;
		left: 50%;
		@include mixins.transform(translate(-50%, -50%));
		width: 100%;
		padding: 0;
		font-size: 0;
		line-height: 0;
	}

}
*/
@media all and (max-width: 900px) {
  .header-intro {
    top: 0;
  }

  .site-header {
    height: 80px;
  }

  .site-content {
    margin-top: 80px;
  }

  .header-buttons {
    right: 70px;
  }

  .menu-header {
    top: 70px;
  }

  .menu-social-media-links-container {
    display: none;
  }

  .search-button {
    margin-left: 0;
    border-left-color: transparent;
  }

  .main-nav-open .menu-social-media-links-container {
    display: inline-block;
  }

  .main-nav-open .header-buttons {
    position: fixed;
    right: auto;
    padding: 10px 0;
    z-index: 1002;
  }

  .main-nav-open .menu-button {
    position: fixed;
    width: 100%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    right: 10px;
    text-align: right;
  }
}
@media all and (max-width: 780px) {
  .menu-top-header-menu-container {
    display: none;
  }

  .main-nav-open .menu-top-header-menu-container {
    display: inline-block;
  }
}
@media all and (max-width: 768px) {
  .map-holder {
    padding: 50% 0 0;
  }

  .map-wrap {
    padding: 0 30px;
  }

  .results-meta {
    padding: 0 10px;
  }

  .prm-field-holder {
    margin: 0 0 1em 10px;
  }

  .site-branding {
    padding-left: 10px;
  }

  .header-top-title {
    padding-top: 60%;
  }

  h1,
.content-area .entry-content-text .partner-list h2,
.resource-heading h3,
.footer-contact h3 {
    font-size: 2.8rem;
  }

  .contact-prefix p,
.contact-prefix {
    font-size: 1.1rem;
  }

  .contact-prefix {
    padding-left: 2.5rem;
  }

  .resource-list article {
    padding: 0;
    width: 100%;
    margin: 0;
  }

  .footer-contact .col-2,
.footer-contact .menu-social-media-links-container,
.resource-list-container .resource-list article.type-post:nth-child(even),
.resource-list-container .resource-list article.type-post {
    padding: 0 25px;
  }

  .landing-block .wp-block-column {
    padding: 0 5px;
  }

  /*
  .resource-list .content-area .entry-content aside.resource-entry-header, 
  .resource-list aside.resource-entry-header,
  .content-area .entry-content .resource-entry-header,
  .entry-header-thumb {
  	width: 100%;
  	padding: 0;
  }
  */
  .resource-list .entry-content {
    padding: 0 10px;
    align-items: center;
  }

  .no-slider-logos .slide-item {
    width: 20%;
  }

  .main-nav-open .menu-header {
    position: relative;
  }

  .main-nav-open .menu-header {
    margin-top: 15px;
  }

  .main-nav-open .header-buttons {
    justify-content: right;
  }

  .main-nav-open .site-header > .fixed-max {
    margin-top: 0;
    text-align: right;
  }

  .section-content-left, .section-content-right {
    width: 100%;
  }

  .site-info .menu-legal-nav-container {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  /*
  	.menu-button {
  		//right: 30px;
  	}
  	.site-branding {
  		//padding: 0 0 0 30px;
  	}
  	.search-button {
  		//padding: 0 30px 0 0;
  	}

  	.home .header-top {
  		padding: 35% 0 0;
  	}

  	.header-intro .fixed-max {
  		padding: 0 30px;
  	}

  	.header-title h1,
  	.header-title h3 {
  		max-width: 100%;
  	}

  	.resource-list-container .fixed-max {
  		padding: 0 17px;
  	}

  	.full-width.resource-grid .resource-list article {
  		margin: 1.125%;
  		width: 47.75%;
  	}

  	.entry-content-aside {
  		padding-right: 10px;
  	}

  	.content-block .col:first-child {
  		width: 60%;
  	}

  	.content-block .col:last-child {
  		width: 40%;
  	}

  	.content-block.block-type-1 .col {
  		width: 100%;
  	}



  	.entry-padding .cat-links,
  	.entry-padding .entry-footer,
  	.entry-padding .entry-meta,
  	.entry-padding .wp-block-table,
  	.entry-padding h1,
  	.entry-padding h2,
  	.entry-padding h3,
  	.entry-padding h4,
  	.entry-padding h5,
  	.entry-padding h6,
  	.entry-padding ol,
  	.entry-padding p,
  	.entry-padding ul {
  		padding: 0 10%;
  	}

  	#mc_embed_signup .clear {
  		display: inline-block; 
  		width: auto; 
  	}

  	.block-4 .col, 
  	.col-3 {
  		width: 33.33333%;
  	}

  	.partners .fixed-max {
  		padding: 0 5px;
  	}
  */
}
@media all and (max-width: 736px) {
  .team-list .col {
    width: 100%;
  }

  .content-area .section-statistics .resource-list article {
    width: 97%;
    margin: 0 1.5% 15px;
    min-height: 0;
    padding: 20px;
  }

  /*
  	.resource-entry-header {
  		max-width: 100%;
  		padding-left: 15px;
  	}

  	.resource-list .entry-content {
  		max-width: 100%;
  		padding: 15px 15px 80px;
  	}

  	.resource-list .entry-footer {
  		width: 100%;
  		padding: 0 15px;
  	}

  	label.container {
  		font-size: 0.9rem;
  	}

  	.site-footer .row .col-6 .col-6 {
  		width: 100%;
  		padding: 0;
  	}

  	.site-footer .menu-partners-menu-container ul {
  		margin-bottom: 2em;
  	}
  */
}
@media all and (max-width: 667px) {
  /*
  	.header-buttons {
  		top: 5px;
  	}

  	.site-branding {
  		display: inline-block;
  		margin-top: 47px;
  	}

  	.menu-header {
  		top: 66px;
  	}
  	*/
  .footer-contact .col-2,
.footer-contact .menu-social-media-links-container,
.section-content-left,
.section-content-right {
    width: 100%;
  }

  .section-content-left {
    padding-bottom: 2em;
  }

  .footer-contact h3 {
    margin-bottom: 0.3em;
  }

  .header-summary .has-medium-font-size {
    font-size: 1.125rem;
  }

  .no-slider-logos .slide-item {
    width: 25%;
  }

  .content-area .entry-content-text div.wpforms-container {
    padding-left: 0;
    padding-right: 0;
  }

  .resource-heading {
    padding: 2em 20px 0;
  }

  .project-social {
    padding: 20px 10px;
  }

  .project-social .section-content-left,
.project-social .section-content-right {
    padding-left: 0;
    padding-right: 0;
  }

  .content-resources .fixed-max > h1,
.content-resources .fixed-max > h2 {
    margin: 0 10px 0.5em;
  }
}
@media all and (max-width: 600px) {
  .main-nav-open .site-branding,
.header-buttons {
    display: none;
  }

  .main-nav-open .main-navigation {
    text-align: left;
  }

  .main-nav-open .header-buttons {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: right;
    padding: 0;
    margin-top: 70px;
    z-index: 10;
    top: 0;
  }

  .main-nav-open .menu-button {
    top: 0;
    right: 0;
  }

  .main-nav-open .header-buttons > * {
    order: 2;
    width: 100%;
  }

  .main-nav-open .search-button {
    order: 1;
    border-top: 1px solid #B3B3B3;
    padding: 20px 0;
  }

  .main-nav-open .search-button a {
    display: inline-block;
    width: 100%;
  }

  .main-nav-open .search-button a:after {
    content: "Search";
    font-size: 1.3rem;
    font-family: "FSMeBold", sans-serif;
    color: #3c1053;
    margin-left: 5px;
  }

  .main-nav-open .menu-top-header-menu-container {
    padding: 0;
  }

  .main-nav-open .menu-top-header-menu-container ul {
    flex-wrap: wrap;
  }

  .main-nav-open .menu-top-header-menu-container li {
    width: 100%;
    border-top: 1px solid #B3B3B3;
    border-right: none;
  }

  .main-nav-open .menu-top-header-menu-container li a {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    font-size: 1.2rem;
  }

  .main-nav-open .header-buttons .menu-social-media-links-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background-color: #ffffff;
  }

  .main-nav-open .header-buttons .icon-search:before,
.main-nav-open .header-buttons .menu-social-media-links-container li span[class^=icon-]:before {
    font-size: 26px;
    padding: 12px;
  }

  .main-nav-open .menu-header {
    top: 0;
    margin-top: 0;
  }

  .main-nav-open .menu-header .main-navigation {
    padding-top: 0;
  }

  .main-nav-open .header-buttons .menu-social-media-links-container ul {
    display: flex;
    justify-content: space-between;
  }

  .main-nav-open .site-header > .fixed-max {
    padding: 0 25px;
  }

  .main-nav-open .header-buttons .btn {
    font-size: 1.3rem;
    text-align: left;
    padding: 20px;
    width: 100%;
    margin-right: 0;
    height: auto;
    filter: none;
  }

  .main-nav-open .header-buttons .btn:before,
.main-nav-open .header-buttons .btn:after {
    display: none;
  }

  .main-nav-open .header-buttons .btn:after {
    content: ">";
    display: inline-block;
    position: absolute;
    border: none;
    top: 50%;
    left: auto;
    right: 15px;
    line-height: 1.2;
    width: auto;
    height: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .main-nav-open .site-header > .fixed-max {
    text-align: left;
  }

  .menu-nav-blocks .row {
    width: 100%;
    padding: 0 10px;
  }

  .menu-nav-blocks .row ul li {
    width: 100%;
  }

  .menu-nav-blocks ul li:nth-child(even) .menu-nav-block {
    padding-left: 0;
  }

  .filter-form .flex {
    flex-wrap: wrap;
  }

  .filter-form .prm-field-holder.flex {
    width: 46%;
  }

  .prm-field-holder {
    margin: 0 0 2% 10px;
  }

  .filter-form {
    padding: 0 30px 0 20px;
  }

  .section-usps .section-content-aside,
.site-info .col-2,
.site-info .menu-legal-nav-container,
.footer-contact .col-2,
.footer-contact .menu-social-media-links-container,
.resource-list-container .resource-list article.type-post,
.resource-list-container .resource-list article.type-post:nth-child(even),
.section-content-left,
.section-content-right {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-intro {
    top: 40px;
  }

  .header-top-title {
    padding: 0;
  }

  .header-dropdown .header-title {
    position: relative;
    padding-top: 50px;
  }

  .header-dropdown .header-title .flex {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .header-dropdown-nav {
    margin-bottom: 90px;
  }

  .header-title {
    position: relative;
  }

  .site-main > .fixed-max {
    padding: 50% 0 0;
  }

  .site-main > .fixed-max.no-header-image {
    padding: 0;
  }

  .site-main > .fixed-max.header-dropdown {
    padding: 0;
  }

  .header-title .full-overlay {
    border-radius: 0;
    opacity: 0.9;
  }

  .header-entry-title,
.header-summary {
    width: 100%;
    padding: 0;
  }

  .no-slider-logos .slide-item {
    width: 33.333333%;
  }

  .single-post .header-top-title {
    height: auto;
  }

  .team-list .col {
    padding-left: 0.7em;
    padding-right: 0.7em;
  }

  /*
  h3 {
  	font-size: 1.2rem;
  }

  .site-branding {
  	width: 45%;
  }

  .header-latest,
  .header-title {
  	max-width: 100%;
  	width: 100%;
  }

  .home .header-title {
  	color: vars.$white;
  	width: 100%;
  	padding-bottom: 0;
  }

  .home .header-latest {
  	padding-top: 2em;
  }

  .home .header-title h1 {
  	font-size: 2.2rem;
  	margin-bottom: .3em;
  }

  */
  /*
  	.header-latest {
  		position: relative;
  		display: inline-block;
  		vertical-align: top;
  		width: 50%;
  		left: auto;
  		top: 0;
  		text-align: left;
  		transform: none;
  		font-size: 1rem;
  		margin: 2em 0;
  	}

  	.popular {
  		display: inline-block;
  		width: 100%;
  	}
  */
  /*
  	.single article, 
  	article.category-content, 
  	article.type-page {
  		margin-top: 2em;
  	}

  	.breadcrumb .fixed-max, 
  	.entry-content.fixed-max {
  		padding: 0 25px;
  	}

  	.header-intro .fixed-max {
  		padding: 0 30px;
  	}

  	.content-block.block-type-4 .entry-content,
  	.content-block.block-type-5 .entry-content,
  	.content-block.block-type-4 .col:first-child,
  	.content-block .col:first-child,
  	.content-block .col:last-child,
  	.entry-content-text,
  	.entry-content-aside {
  		width: 100%;
  		padding-right: 0;
  		padding-left: 0;
  	}

  	.content-block .col:first-child,
  	.content-block .col:last-child {
  		padding-bottom: 30px;
  	}

  	.content-block .panel-bg {
  		width: 100%;
  		left: 0;
  	}

  	.content-block .panel-content {
  		padding: 5%;
  	}

  	.col-6 {
  		width: 100%;
  		padding: 0;
  	}

  	.block-4 .col, 
  	.col-3 {
  		width: 50%;
  	}

  	.content-block .panel-content .thumb-holder {
  		text-align: center;
  		margin: 0;
  	}

  	.modal .entry-content-aside, 
  	.single .entry-content-aside {
  		width: 40%;
  		padding-right: 0;
  		margin-bottom: 0;
  		padding-bottom: 1em;
  	}

  	.modal .entry-content-text, 
  	.single .entry-content-text {
  		width: 100%;
  		padding-left: 0;
  	}

  	.single .entry-content-aside {
  		width: 50%;
  	}

  	.entry-header-meta,
  	.entry-header-thumb {
  		width: 50%;
  	}

  	.modal .entry-content.fixed-max {
  		padding: 0;
  	}

  	.breadcrumb .fixed-max, 
  	.entry-content.fixed-max {
  		padding: 0 25px;
  	}

  	.post-navigation {
  		order: 3;
  		margin-bottom: 40px;
  	}

  	.menu-nav-blocks ul li {
  		width: 50%;
  	}

  	.breadcrumb .fixed-max, 
  	.entry-content.fixed-max,
  	.menu-nav-blocks .fixed-max,
  	.resource-grid .fixed-max,
  	.site-footer .fixed-max,
  	.content-block .fixed-max {
  		padding: 0 10%;
  	}

  	.top-content.fixed-max {
  		padding-bottom: 40px;
  	}

  	.full-width.resource-grid .resource-list article {
  		margin: 0 0 5%;
  		width: 100%;
  	}
  */
}
@media all and (max-width: 640px) {
  /*
  .menu-primary-menu-container {
  	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	overflow-y: auto;
  	z-index: 10000;
  	overflow-y: scroll;
  	-webkit-overflow-scrolling: touch;
  }
  */
}
@media only screen and (max-width: 480px) {
  /*
  	h2 {
  		font-size: 1.8rem;
  	}

  	.main-nav-open .search-button {
  		width: 50%;
  	}

  	.main-nav-open .main-navigation .report {
  		width: 100%;
  		text-align: center;
  	}

  	.site-branding {
  		padding: 0 0 0 25px;
  		width: 55%;
  	}

  	input.search-field {
  		font-size: 1.5rem;
  		padding: 15px 5px;
  	}

  	.entry-padding .cat-links,
  	.entry-padding .entry-footer,
  	.entry-padding .entry-meta,
  	.entry-padding .wp-block-table,
  	.entry-padding h1,
  	.entry-padding h2,
  	.entry-padding h3,
  	.entry-padding h4,
  	.entry-padding h5,
  	.entry-padding h6,
  	.entry-padding ol,
  	.entry-padding p,
  	.entry-padding ul {
  		padding: 0 0;
  	}

  	.resource-list-container {
  		padding: 20px 0;
  	}

  	.full-width.resource-grid{
  		padding-top: 50px;
  	}

  	.full-width.resource-grid .resource-list article {
  		margin: 1% 1% 2%;
  		width: 98%;
  	}

  	.resource-list-wrap,
  	.resource-filters {
  		//position: absolute;
  		//left: 0;
  		//top: 0;
  		width: 100%;
  		min-height: 0;
  		padding: 0 1.25% 20px;
  	}

  	.search-button a:after {
  		display: none;
  	}
  */
}
@media all and (max-width: 414px) {
  .site-header {
    height: 70px;
  }

  .site-branding a {
    width: 250px;
  }

  .site-content {
    margin-top: 70px;
  }

  .menu-button {
    padding: 5px 0 0;
  }

  /*
  	.site-branding {
  		margin-top: 51px;
  	}

  	.site-branding a {
  		width: 250px;
  	}

  	.header-intro {
  		min-height: 500px;
  	}

  	.site-main>.fixed-max {
  		padding-top: 65%;
  	}

  	.no-slider-logos .slide-item {
  		width: 50%;
  	}

  	.team-list .team-thumb-holder,
  	.team-list .team-content {
  		width: 100%;
  		padding-left: 0;
  	}

  	.team-list .team-thumb-holder {
  		max-width: 80%;
  		margin-bottom: 1rem;
  	}
  */
}
@media only screen and (max-width: 375px) {
  /*
  	.header-buttons .menu-social-media-links-container {
  		display: none;
  	}

  	.search-button {
  		border-left: none;
  	}
  */
  /*
  .main-nav-open .site-header .fixed-max {
  	padding: 20px 0;
  }

  .main-nav-open .menu-button {
  	right: 35px;
  }
  */
}
@media all and (max-width: 320px) {
  .site-branding a {
    width: 220px;
  }

  .map-holder {
    padding: 65% 0 0;
  }

  /*
  	.site-branding {
  		margin-top: 54px;
  	}

  	.site-branding a {
  		width: 220px;
  	}


  	.full-width.resource-grid .resource-list article {
  		margin: 1% 0 2%;
  		width: 100%;
  	}

  	.resource-grid .fixed-max {
  		padding: 0 5%;
  	}

  	.breadcrumb .fixed-max,
  	.header-intro .fixed-max,
  	.entry-content.fixed-max,
  	.menu-nav-blocks .fixed-max,
  	.site-footer .fixed-max,
  	.content-block .fixed-max {
  		padding: 0 7%;
  	}

  	.site-branding {
  		padding: 0 0 0 7%;
  	}

  	.menu-button {
  		right: 7%;
  	}

  	.search-button {
  		padding: 0 7% 0 0;
  	}
  	*/
}
/* 4/3 is more landscape */
/*
@media only screen and (max-width: 765px) {

	.notice h2 {
		font-size: 6vw;
	}

	.notice p {
		font-size: 3vw;
	}

}
*/