/**
 * This project's description goes here
 *
 * @author  AOC
 * @version v0.0.0
 */
/**
 * Variables to be used throughout the project
 */
/* Menu link hover underline */
/* Menu mixin */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *  (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}
@media (min-width: 992px) {
  .px-md-0 { 
    padding-left: 0 !important; 
    padding-right: 0 !important; 
  }
}

/**
 * Typography is specified in here.
 */
body {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #58595b;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #002869;
}
h1 span, h2 span, h3 span, h4 span, h5 span {
  color: #67bf29;
}

h1 {
  text-transform: none;
}

strong {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.blue {
  color: #002869;
}

.white {
  color: #fff;
}

h1 {
  font-size: 56px;
  line-height: 66px;
  font-weight: 500;
}
@media (max-width: 992px) {
  h1 {
    font-size: 50px;
    line-height: 54px;
  }
}
@media (max-width: 766px) {
  h1 {
    font-size: 32px;
    line-height: 36px;
  }
}

h2 {
  font-size: 42px;
  line-height: 46px;
}
@media (min-width: 768px) and (max-width: 992px) {
  h2 {
    font-size: 35px;
    line-height: 38px;
  }
}
@media (max-width: 766px) {
  h2 {
    font-size: 28px;
    line-height: 31px;
  }
}

h3 {
  font-size: 30px;
  line-height: 34px;
}
@media (max-width: 992px) {
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

h4 {
  font-size: 20px;
  line-height: 23px;
}

h5 {
  font-size: 18px;
  line-height: 21px;
}

.content-container ul:not(.asset-list):not(.most-popular-list):not(.filter-list) {
  margin-top: 25px;
  margin-bottom: 25px;
  list-style: none;
  padding-left: 15px;
}
.content-container ul:not(.asset-list):not(.most-popular-list):not(.filter-list) li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.content-container ul:not(.asset-list):not(.most-popular-list):not(.filter-list) li:last-child {
  margin-bottom: 0px;
}
.content-container ul:not(.asset-list):not(.most-popular-list):not(.filter-list) li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-image: url(../img/logo-check-single.png);
  background-image: url(../img/logo-check-single.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center 6px;
}
.content-container h1, .content-container h2, .content-container h3, .content-container h4, .content-container h5 {
  margin: 1.5em 0 0.67em;
}
.content-container h1:first-child, .content-container h2:first-child, .content-container h3:first-child, .content-container h4:first-child, .content-container h5:first-child {
  margin-top: 0;
}
.content-container p:first-of-type {
  margin: 1em 0 0.67em;
}

p {
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 992px) {
  p {
    font-size: 14px;
    line-height: 17px;
  }
}
p a {
  color: #002869;
}

ul li {
  font-size: 18px;
}

table {
  font-size: 18px;
}
table tr td {
  padding: 10px;
}

/**
 * Buttons are specified in here.
 */
a {
  color: #002869;
}

.button-row {
  padding-top: 30px;
  text-align: center;
  padding-bottom: 30px;
}

.btn-blok {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  padding: 10px 0;
  color: #FFF;
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
  background-color: #ee9c00;
  padding: 25px 60px;
  color: #FFF;
  margin-top: 25px;
  display: inline-block;
  font-family: "Rubik", sans-serif;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  font-weight: 700;
  font-size: 18px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
@media (max-width: 766px) {
  .btn-blok {
    font-size: 16px;
  }
}
.btn-blok:hover {
  text-decoration: none;
  color: inherit;
}
.btn-blok:focus {
  color: #FFF;
  text-decoration: none;
}
@media (max-width: 992px) {
  .btn-blok {
    font-size: 17px;
    padding: 20px 45px;
  }
}
.btn-blok:hover {
  color: #FFF;
  background-color: #002869;
}
.btn-blok.btn-show-signin {
  background-color: #002869;
}
.btn-blok.btn-show-signin:hover {
  background-color: #ee9c00;
}

.btn-new_blok {
  display: flex;
  padding: 19px 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #002869;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.8px;
  text-decoration: none;
}
.btn-new_blok:hover {
  text-decoration: none;
}

.btn-orange {
  background: #ee9c00;
}
.btn-orange:hover {
  background: #67bf29;
}

.btn-teal {
  background: #00AB65;
  color: #FFF;
}
.btn-teal:hover {
  background: #002869;
}

.btn-blue {
  background: #002869;
  color: #FFF;
}
.btn-blue:hover {
  background: #ee9c00;
}

.btn-white {
  background: #FFF;
  color: #002869;
}
.btn-white:hover {
  background: #002869;
  color: #FFF;
}

.btn-ghost {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  padding: 10px 0;
  color: #FFF;
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
  padding: 12px 30px;
  color: #000000;
  margin-top: 25px;
  display: inline-block;
  font-family: "Rubik", sans-serif;
  border-color: #964661;
  border-width: 2px;
  border-style: solid;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
@media (max-width: 766px) {
  .btn-ghost {
    font-size: 16px;
  }
}
.btn-ghost:hover {
  text-decoration: none;
  color: inherit;
}
.btn-ghost:focus {
  color: #FFF;
  text-decoration: none;
}

.btn-text {
  font-size: 16px;
  color: #000000;
  font-family: "Rubik", sans-serif;
}

.btn-text-blue {
  color: #002869;
}
.btn-text-blue:hover {
  color: #002869;
}

.btn-arrow:after {
  content: "";
  display: inline-block;
  margin-left: 7px;
  height: 12px;
  width: 12px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-arrow-right-blue.svg);
}

.btn-iconafter:after {
  content: "";
  display: inline-block;
  margin-left: 7px;
  height: 12px;
  width: 12px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.btn-external-grey:after {
  background-image: url(../img/icon-external_link-grey.svg);
}

.btn-external-white:after {
  background-image: url(../img/icon-external_link.svg);
}

.btn-external:after {
  background-image: url(../img/icon-arrow-external-blue.svg);
}

.btn-search:after {
  background-image: url(../img/icon-search.svg);
}

.btn-signout:after,
.btn-show-signin:after {
  background-image: url(../img/icon-login.svg);
}

.btn-download:after {
  background-image: url(../img/icon-arrow-down-blue.svg);
}

.btn-download-white:after {
  background-image: url(../img/icon-download.svg);
}

.btn-underline {
  font-size: 20px;
  text-align: center;
  color: #002869;
  width: 100%;
  display: block;
  margin-top: 60px;
}

.btn-show-module-menu {
  font-size: 18px;
  line-height: 21px;
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: 15px;
}
@media (max-width: 766px) {
  .btn-show-module-menu {
    font-size: 16px;
    line-height: 19px;
  }
}
.btn-show-module-menu:hover, .btn-show-module-menu:focus {
  text-decoration: none;
}
.btn-show-module-menu:after {
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 766px) {
  .btn-show-module-menu:after {
    width: 12px;
    height: 12px;
  }
}
.btn-show-module-menu.active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.btn-clear {
  color: #002869;
  font-size: 14px;
  position: relative;
  padding-left: 40px;
  display: inline-block;
  float: left;
  line-height: 75px;
  display: none;
  clear: both;
}
.btn-clear span {
  width: 30px;
  height: 100%;
  background-image: url(../img/icon-close-circle.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: -1px;
  left: 0;
}

.right-arrow-circ {
  display: block;
  height: 25px;
  width: 25px;
  background-color: #964661;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: url(../img/icon-right-arrow-white.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.up-arrow-circ,
.left-arrow-circ {
  font-size: 28px;
  color: #000000;
  line-height: 30px;
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.up-arrow-circ {
  text-align: right;
  line-height: 25px;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .up-arrow-circ {
    font-size: 20px;
  }
}
.up-arrow-circ:after {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  background-color: #964661;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: url(../img/icon-up-arrow-white.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.left-arrow-circ {
  line-height: 25px;
  padding-left: 30px;
}
@media (max-width: 992px) {
  .left-arrow-circ {
    font-size: 20px;
  }
}
.left-arrow-circ:after {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  background-color: #964661;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: url(../img/icon-left-arrow-white.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.btn-play {
  height: 100px;
  width: 100px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/btn-play.svg);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  border: 2px solid #67bf29;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #58595b;
}

html.menu-open {
  position: fixed;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

.no-after:after {
  display: none !important;
}

.no-before:before {
  display: none !important;
}

.content-container {
  padding-left: 0px;
  padding-right: 0;
}

.container-wide {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .container-wide {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 766px) {
  .container-wide {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main-content {
  margin: 90px 0 0;
}
@media (max-width: 992px) {
  .main-content {
    margin-top: 60px;
  }
}
.main-content h2 {
  margin-bottom: 40px;
}
.main-content p {
  margin-bottom: 25px;
}
.main-content .show-contact {
  position: relative;
}
@media (max-width: 992px) {
  .main-content .show-contact {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.main-content .show-contact:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  right: 30px;
  width: 25px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-arrow-up-white.png);
  background-image: url(../img/icon-arrow-up-white.svg);
  transform: rotate(90deg);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
.main-content .show-contact.active:after {
  transform: rotate(0deg);
}

#post-404 {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}
#post-404 h1 {
  position: relative;
  padding-top: 245px;
}
@media (max-width: 992px) {
  #post-404 h1 {
    padding-top: 140px;
  }
}
#post-404 h1:before {
  content: "";
  width: 100%;
  height: 200px;
  background: url(../img/icon-404.png) center center no-repeat;
  background: url(../img/icon-404.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  #post-404 h1:before {
    height: 100px;
  }
}
@media (max-width: 992px) {
  #post-404 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 766px) {
  #post-404 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #002869;
  text-shadow: none;
  color: #FFF;
}

::selection {
  background: #002869;
  text-shadow: none;
  color: #FFF;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

.clear {
  clear: both;
  width: 100%;
  height: 30px;
}

.nopadd {
  padding-left: 0;
  padding-right: 0;
}

.centered {
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

ul.default {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.default li {
  display: inline-block;
  margin-right: 10px;
}
ul.default li:last-child {
  margin-right: 0;
}

ol li {
  font-size: 16px;
}

.section {
  padding: 130px 0 125px;
}
@media (max-width: 992px) {
  .section {
    padding: 60px 0 55px;
  }
}

.section-intro {
  margin-bottom: 40px;
}
.section-intro.centered {
  text-align: center;
}
.section-intro.centered p {
  text-align: center;
}

input[type=text], input[type=password], input[type=email], input[type=tel] {
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding-left: 10px;
  border: none;
  outline: none;
  background: #eeeeef;
  border: 0;
  margin-bottom: 25px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #000;
}
@media (max-width: 766px) {
  input[type=text], input[type=password], input[type=email], input[type=tel] {
    height: 40px;
    font-size: 14px;
  }
}

label {
  font-size: 18px;
  font-weight: normal;
}
@media (max-width: 766px) {
  label {
    font-size: 14px;
  }
}
label.error {
  color: #f14b4b;
}

select {
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding-left: 10px;
  border: none;
  outline: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #eeeeef url(../img/icon-select-arrow-blue.svg) right center no-repeat;
  background-size: 28px 17px;
}
@media (max-width: 766px) {
  select {
    height: 40px;
    font-size: 14px;
  }
}

.no-flexboxlegacy select {
  background-image: none;
}

.form-group.required label:not(.error):after {
  color: #f14b4b;
  content: "*";
  position: absolute;
  margin-left: 3px;
}

/* Moble helpers */
@media (max-width: 766px) {
  .hide-mob {
    display: none;
  }
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body {
  padding-top: 153px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
  body {
    padding-top: 125px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 76px;
  }
}

header {
  z-index: 11;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #FFF;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
  header .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }
}
header .navbar.navbar-static-top {
  background: #002869;
  border-radius: 0;
  min-height: 40px;
  margin-bottom: 0;
}
header .navbar.navbar-static-top ul {
  list-style-type: none;
}
header .navbar.navbar-static-top ul li {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
header .navbar.navbar-static-top ul li a {
  color: #fff;
  padding-top: 12px;
  padding-bottom: 8px;
}
header .navbar.navbar-static-top ul li a:hover {
  background: transparent;
}
header .navbar.navbar-static-top .navbar-right {
  margin-right: 0 !important;
}
header .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 15px;
  margin-bottom: 35px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
@media (max-width: 992px) {
  header .logos {
    margin: 10px 0;
  }
}
header .main-logo {
  background-image: url("../img/logo-sustainability_action-new.png");
  background-image: url("../img/logo-sustainability_action-new.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 172px;
  height: 75px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
header .nhs-logo {
  background-image: url("../img/logo-nhs_scotland.png");
  background-image: url("../img/logo-nhs_scotland.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 52px;
  position: absolute;
  right: 0;
  top: 10px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
@media (max-width: 992px) {
  header .nhs-logo {
    height: 46px;
  }
}
@media (max-width: 991px) {
  header .nhs-logo {
    right: unset;
    left: 10px;
  }
}
@media (max-width: 767px) {
  header .nhs-logo {
    height: 36px;
    top: 0;
  }
}
header .container {
  padding-left: 0;
  padding-right: 0;
}
header .btn-mobile-menu {
  width: 48px;
  height: 26px;
  position: absolute;
  top: 25px;
  right: 20px;
  z-index: 13;
  border: none;
  background: transparent;
}
@media (max-width: 991px) {
  header .btn-mobile-menu {
    top: 66px;
  }
}
@media (max-width: 767px) {
  header .btn-mobile-menu {
    top: 25px;
  }
}
header .btn-mobile-menu span {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: #002869;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4.8px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
header .btn-mobile-menu span.top {
  top: 0;
}
header .btn-mobile-menu span.mid {
  top: 12px;
  opacity: 1;
}
header .btn-mobile-menu span.btm {
  top: 24px;
}
header .sign-in-container {
  position: absolute;
  right: 0;
  top: 41px;
  width: 400px;
  background: #002869;
  padding: 45px;
  z-index: 14;
  display: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
header .sign-in-container input[type=text], header .sign-in-container input[type=password] {
  width: 100%;
  height: 50px;
  background: #FFF;
  padding-left: 15px;
  margin-bottom: 5px;
}
header .sign-in-container ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  color: #58595b;
}
header .sign-in-container ::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #58595b;
}
header .sign-in-container :-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
  color: #58595b;
}
header .sign-in-container :-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #58595b;
}
header .sign-in-container input[type=submit] {
  background-color: #00AB65;
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  border: 0;
  outline: none;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
@media (max-width: 992px) {
  header .sign-in-container input[type=submit] {
    width: 100%;
    margin-bottom: 10px;
  }
}
header .sign-in-container .btn-forgot {
  font-size: 14px;
  margin-left: 0px;
  margin-top: 20px;
  color: #FFF;
  text-decoration: underline;
  display: inline-block;
}
@media (max-width: 992px) {
  header .sign-in-container .btn-forgot {
    margin-left: 0;
  }
}
header ul.main-navigation {
  width: 100%;
  border: 2px solid #FFF;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  padding: 0;
  list-style: none;
  margin-top: -20px;
  background: #FFF;
  position: absolute;
  z-index: 12;
  max-height: 94px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
header ul.main-navigation > li {
  display: inline-block;
  margin-right: 2px;
  height: 46px;
  display: flex;
  flex-grow: 1;
  align-items: center;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
header ul.main-navigation > li.active:after {
  content: "";
  width: 100%;
  height: 9px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-arrow-down-green.png);
  background-image: url(../img/icon-arrow-down-green.svg);
  position: absolute;
  bottom: -9px;
  left: 0;
}
header ul.main-navigation > li.active a {
  background-color: #002869;
  color:#FFF;
}
header ul.main-navigation > li:last-child {
  margin-right: 0;
}
header ul.main-navigation > li > a {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #002869;
  font-weight: 500;
  padding: 0px 0;
  background: #67bf29;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
header ul.main-navigation > li > a:hover {
  background-color: #002869;
  color:#FFF;
  text-decoration: none;
}
header ul.main-navigation > li > a > span {
  padding: 2px 5px 0;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  display: inline-flex;
}
@media (max-width: 992px) {
  header ul.main-navigation > li > a > span {
    margin: 0;
  }
}
header ul.main-navigation > li.current_page_parent a, header ul.main-navigation > li.current-menu-item a, header ul.main-navigation > li.current_page_item a {
  background-color: #002869;
  color:#FFF;
  text-decoration: none;
}
header ul.main-navigation > li.has-sub > a span:after {
  content: "";
  width: 10px;
  height: 7px;
  margin-left: 5px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-chevron-down.svg);
  display: block;
  position: relative;
  top: 4px;
  right: 0;
  rotate: 180deg;
}
@media (max-width: 992px) {
  header ul.main-navigation > li.has-sub > a span:after {
    top: 9px;
  }
}
header ul.main-navigation > li.has-sub.open > a span:after {
  rotate: 0deg;
}
@media (max-width: 991px) {
  header .nav-wrapp {
    position: fixed;
    top: 0;
    width: 90%;
    height: 100%;
    background-color: #67bf29;
    z-index: 12;
    right: -100%;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    overflow: scroll;
  }
  header .nav-wrapp ul.main-navigation {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    border: 0;
    text-align: left;
    background: transparent;
    margin-top: 120px;
    position: static;
    max-height: 100%;
    flex-direction: column;
  }
  header .nav-wrapp ul.main-navigation > li {
    width: 100% !important;
    margin-bottom: 25px;
    height: auto;
    flex-direction: column;
  }
  header .nav-wrapp ul.main-navigation > li:last-child {
    margin-bottom: 0;
  }
  header .nav-wrapp ul.main-navigation > li.private-menu-item > a {
    background: transparent;
  }
  header .nav-wrapp ul.main-navigation > li.current_page_item > a {
    background-color: transparent !important;
    border-left: 4px solid #00AB65;
    padding-left: 10px;
  }
  header .nav-wrapp ul.main-navigation > li > a {
    background: transparent;
    font-size: 22px;
    line-height: 24px;
    height: auto;
  }
  header .nav-wrapp ul.main-navigation > li > a span {
    position: static;
    margin-top: 0 !important;
    padding: 0;
    text-align: left;
  }
  header .nav-wrapp ul.additional-menu-items li a {
    font-size: 22px;
    font-family: "Rubik", sans-serif;
    color: #002869;
    font-weight: 700;
    padding-left: 30px;
    margin-top: 30px;
  }
  header .nav-wrapp .btn-show-signin, header .nav-wrapp .btn-signout {
    display: inline-block;
    float: left;
    position: relative;
  }
  header .nav-wrapp .btn-show-signin:after, header .nav-wrapp .btn-signout:after {
    content: "";
    width: 20px;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/icon-signin-blue.png);
    background-image: url(../img/icon-signin-blue.svg);
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
  }
  header .nav-wrapp .btn-signout:after {
    transform: rotate(-180deg);
  }
}
header .nav-logged-in ul.main-navigation > li {
  width: calc(16.6% - 0.9px);
}
@media (max-width: 1200px) {
  header .nav-logged-in ul.main-navigation > li {
    width: calc(16.6% - 1.1px);
  }
}
header .nav-logged-in ul.main-navigation > li.private-menu-item a {
  background: #00AB65;
  color:#002869;
}
header .nav-logged-in ul.main-navigation > li.private-menu-item a:hover {
  background-color: #05483b;
  color:#FFFFFF;
  text-decoration: none;
}
header .nav-logged-in ul.main-navigation > li.private-menu-item.current_page_parent a, header .nav-logged-in ul.main-navigation > li.private-menu-item.current-menu-item a, header .nav-logged-in ul.main-navigation > li.private-menu-item.current_page_item a {
  background-color: #05483b;
  color:#FFFFFF;
  text-decoration: none;
}

.scrolled body {
  padding-top: 180px;
}
@media (max-width: 992px) {
  .scrolled body {
    padding-top: 100px;
  }
}
.scrolled header {
  background-color: #FFF;
}
@media (min-width: 992px) {
  .scrolled header .logos {
    margin: 10px 0;
  }
  .scrolled header .main-logo {
    top: 0;
    width: 170px;
    height: 55px;
  }
  .scrolled header .nhs-logo {
    width: 54px;
    height: 36px;
  }
}
@media (max-width: 766px) {
  .scrolled header {
    height: auto;
  }
}
.scrolled header .nav-logged-in ul.main-navigation > li {
  width: calc(16.6% - 3px);
}
.scrolled header .right-col {
  padding-top: 15px;
}
.scrolled header .right-col .btn-blok.btn-conference {
  height: 0;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .scrolled header .right-col .btn-blok.btn-conference {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .scrolled header .right-col {
    padding-top: 0;
  }
  .scrolled header .right-col .btn-blok.btn-conference {
    top: 100px;
  }
}
.scrolled header .right-col .nhs-logo {
  height: 0;
  margin-bottom: 0;
}
.scrolled header .main-navigation {
  margin-top: 0;
  margin-left: -4px;
  width: calc(100% + 8px);
}
@media (max-width: 992px) {
  .scrolled header .main-navigation {
    margin-left: 0;
    width: 100%;
  }
}
.mob-menu-open .nav-wrapp {
  right: 0;
}
.mob-menu-open header .btn-mobile-menu span {
  background-color: #FFF;
}
.mob-menu-open header .btn-mobile-menu span.top {
  transform: translateY(12px) rotate(-45deg);
}
.mob-menu-open header .btn-mobile-menu span.mid {
  opacity: 0;
}
.mob-menu-open header .btn-mobile-menu span.btm {
  transform: translateY(-12px) rotate(45deg);
}

@media (max-width: 767px) {
  header .mob-form-container .sign-in-container {
    display: block;
    position: static;
    padding: 30px;
    padding-top: 0;
    background-color: transparent;
    width: 100%;
  }
  header .mob-form-container .sign-in-container:before {
    content: "SIGN IN";
    color: #002869;
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 15px;
    text-align: left;
    line-height: 21px;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    display: inline-block;
  }
  header .mob-form-container .sign-in-container form {
    width: 100%;
    display: flex;
  }
  header .mob-form-container .sign-in-container form input#user_login, header .mob-form-container .sign-in-container form input#user_pass {
    display: flex;
    flex: 3;
    margin-right: 10px;
  }
  header .mob-form-container .sign-in-container form input#wp-submit {
    display: flex;
    flex: 1;
    height: 50px;
  }
}

ul.additional-menu-items {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  ul.additional-menu-items {
    display: none;
  }
}
ul.additional-menu-items li {
  display: inline-block;
  margin-bottom: 15px;
  width: 100% !important;
}
ul.additional-menu-items li a {
  margin-top: 0 !important;
  display: inline-block;
  float: left;
  font-size: 22px;
  font-family: "Rubik", sans-serif;
  color: #002869;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
}
ul.additional-menu-items li a:after {
  content: "";
  width: 20px;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-signin-blue.png);
  background-image: url(../img/icon-signin-blue.svg);
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
}
ul.additional-menu-items li a.btn-external:after {
  background-image: url(../img/icon-external_link-blue.png);
  background-image: url(../img/icon-external_link-blue.svg);
}

body.single-resource header ul.main-navigation li.current_page_parent a {
  background: #67bf29;
}

@media (min-width: 783px) {
  body.admin-bar header {
    margin-top: 32px;
  }
}
@media (max-width: 782px) {
  body.admin-bar header .navbar.navbar-static-top {
    margin-top: 46px;
  }
  body.admin-bar header .btn-mobile-menu {
    top: 114px;
  }
}
@media (max-width: 767px) {
  body.admin-bar header {
    margin-top: 46px;
  }
  body.admin-bar header .navbar.navbar-static-top {
    margin-top: 0px;
  }
  body.admin-bar header .btn-mobile-menu {
    top: 25px;
  }
}

.hero.hero-above_below {
  display: flex;
  flex-direction: column;
  height: 800px;
  max-height: calc(100vh - 166px);
  overflow: hidden;
}
.hero.hero-above_below.hero-slim {
  height: 500px;
  min-height: 500px;
  max-height: calc(70vh - 166px);
}
.hero.hero-above_below .hero-image {
  flex-grow: 1;
  min-height: 0;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hero.hero-above_below .hero-image:after {
  background: linear-gradient(90deg, var(--Blue-Blue, rgba(0, 40, 105, 0.45)) 0.11%, var(--Green-Green, rgba(103, 191, 41, 0.45)) 99.79%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  pointer-events: none;
}
.hero.hero-above_below .hero-image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.hero.hero-above_below .gradient {
  background: linear-gradient(90deg, var(--Blue-Blue, #002869) 30%, var(--Green-Green, #67BF29) 100%);
  padding: 40px 0;
  flex-shrink: 0;
}
.hero.hero-above_below .hero-content {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .hero.hero-above_below .hero-content {
    flex-direction: column;
    gap: 40px;
    align-items: start;
  }
}
.hero.hero-above_below .hero-content .titles {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #ffffff;
}
.hero.hero-above_below .hero-content .titles h1 {
  margin: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0.62px;
  color: #ffffff;
}
.hero.hero-above_below .hero-content .titles p {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 0.24px;
}
.hero.hero-above_below .hero-content .hero-buttons {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.hero.hero-above_below .hero-content .hero-buttons .btn-new_blok {
  white-space: nowrap;
}

/**
 * All styles related to markup inside the main element
 */
/**
 * All styles related to markup inside the footer
 */
footer {
  color: #FFF;
  clear: both;
  text-align: left;
  background-color: #67bf29;
  margin-top: 90px;
  padding-top: 100px;
}
footer > div h3 {
  margin-bottom: 55px;
  font-size: 34px;
  line-height: 38px;
  margin-top: 0;
  text-transform: none;
}
footer > div h3 span {
  color: #FFF;
}
footer > div h4 {
  display:none;
  color: #002869;
  margin-bottom: 30px;
  text-transform: uppercase;
}
footer > div .row > div ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
footer > div .row > div ul li {
  margin-bottom: 0px;
}
footer > div .row > div ul li a {
  color: #002869;
  font-size: 24px;
  line-height: 32px;
}
footer > div .sustainability-check {
  width: 100%;
  min-height: 80px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/logo-sustainability_action-new-alt.png);
  background-image: url(../img/logo-sustainability_action-new-alt.svg);
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  footer > div .sustainability-check {
    background-position: left center;
    margin-top: 30px;
  }
}
footer .nhs-logo-white {
  width: 100%;
  height: 85px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/logo-nhs-scotland.png);
  background-image: url(../img/logo-nhs-scotland.svg);
}
@media (max-width: 992px) {
  footer .nhs-logo-white {
    width: 100px;
    height: 60px;
  }
}
footer ul.social-list {
  display: inline-block;
  margin-top: 70px !important;
  margin-bottom: 60px !important;
}
footer ul.social-list li {
  margin-right: 23px;
  display: block;
  float: left;
}
footer ul.social-list li:last-child {
  margin-right: 0;
}
footer ul.social-list li a {
  display: block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #FFF;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
footer ul.social-list li a:hover {
  background-color: #002869;
}
footer ul.social-list li a.icon-youtube {
  background-image: url(../img/icon-youtube.png);
  background-image: url(../img/icon-youtube.svg);
}
footer ul.social-list li a.icon-facebook {
  background-image: url(../img/icon-facebook.png);
  background-image: url(../img/icon-facebook.svg);
}
footer ul.social-list li a.icon-twitter {
  background-image: url(../img/icon-twitter.png);
  background-image: url(../img/icon-twitter.svg);
}
footer ul.social-list li a.icon-x {
  background-image: url(../img/icon-x.svg);
  background-size: 22px 20px;
}
@media (max-width: 992px) {
  footer .sign-in-container {
    display: none;
  }
}
footer .sign-in-container .btn-blok {
  padding: 18px 90px;
  margin-top: 70px;
  background-color: #002869;
}
footer .terms-menu {
  margin-top: 60px;
}
@media (max-width: 992px) {
  footer .terms-menu {
    margin-top: 30px;
  }
}
footer .terms-menu p {
  font-size: 12px;
}
footer .terms-menu p:first-of-type {
  font-size: 12px;
  color: #FFF;
}
footer .terms-menu ul {
  display: inline-block;
  text-align: right;
}
@media (max-width: 992px) {
  footer .terms-menu ul {
    text-align: left;
  }
}
@media (max-width: 766px) {
  footer .terms-menu ul {
    text-align: left;
  }
}
footer .terms-menu ul li {
  display: inline-block;
  margin-bottom: 0px !important;
}
footer .terms-menu ul li:after {
  display: inline-block;
  content: "|";
  margin: 0 15px;
  color: #FFF;
  font-size: 12px;
}
footer .terms-menu ul li:last-child:after {
  display: none;
}
footer .terms-menu ul li a {
  font-size: 12px !important;
}
footer .sub-footer {
		background-color:#002869;
		padding-bottom: 40px;
}
footer .sub-footer a {
    color: #fff !important;
}

.page-template-default .content-container,
.post-template-default .content-container,
.page-template .content-container {
  margin-top: 75px;
}

.header-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 416px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 992px) {
  .header-banner {
    min-height: 300px;
  }
}
.header-banner .container {
  z-index: 3;
}
.header-banner.home-header {
  min-height: 636px;
  position: relative;
  overflow: hidden;
}
.header-banner.home-header .bx-wrapper {
  max-width: 100%;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  margin: 0;
  border: 0;
}
.header-banner.home-header .bx-wrapper .bx-viewport {
  height: 100%;
}
.header-banner.home-header .homepage-slider {
  height: 100%;
}
.header-banner.home-header .homepage-slider .slide {
  height: 100%;
  background-size: cover;
}
.header-banner.home-header .btn-expand-video {
  font-size: 12px;
  background: #FFF;
  color: #002869;
  position: absolute;
  padding: 30px 30px 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  right: -44px;
  top: 50%;
  transform: rotate(90deg);
  margin-top: -28px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
.header-banner.home-header .btn-expand-video:focus, .header-banner.home-header .btn-expand-video:hover {
  text-decoration: none;
}
.header-banner.home-header .btn-expand-video:hover {
  background: #ee9c00;
  transform: translateX(-5px) rotate(90deg);
}
.header-banner.home-header h1 {
  text-transform: none;
}
@media (max-width: 992px) {
  .header-banner.home-header h1 {
    font-size: 45px;
    line-height: 48px;
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .header-banner.home-header p {
    font-size: 18px;
    line-height: 21px;
    max-width: calc(100% - 44px);
  }
  .header-banner.home-header .button-container {
    margin-top: 25px;
  }
  .header-banner.home-header .button-container a.btn-blok {
    font-size: 18px;
    padding: 20px 35px;
  }
}
.header-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#092869+0,67bf29+100 */
  background: #092869;
  /* Old browsers */
  background: -moz-linear-gradient(left, #092869 0%, #67bf29 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #092869 0%, #67bf29 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #092869 0%, #67bf29 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#092869", endColorstr="#67bf29",GradientType=1 );
  /* IE6-9 */
  opacity: 0.65;
}
.header-banner h1 {
  text-transform: uppercase;
  margin-bottom: 50px;
  color: #ffffff;
}
.header-banner h1 span {
  color: #67bf29;
}
.header-banner p {
  font-size: 32px;
  line-height: 40px;
  max-width: 80%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .header-banner p {
    max-width: 100%;
  }
}
.header-banner .button-container {
  margin-top: 50px;
}
.header-banner .button-container a {
  font-size: 18px;
}
.header-banner .button-container a:first-child {
  margin-right: 15px;
}
.header-banner.md-header {
  text-align: center;
}
.header-banner.md-header h1 {
  margin: 50px 0 0;
}
.header-banner.short-header {
  background-image: none;
  min-height: 0;
  height: auto;
  background-color: transparent;
  position: relative;
}
@media (max-width: 766px) {
  .header-banner.short-header .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.header-banner.short-header .colour-block {
  height: 200px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#092869+0,67bf29+100 */
  background: #092869;
  /* Old browsers */
  background: -moz-linear-gradient(left, #092869 0%, #67bf29 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #092869 0%, #67bf29 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #092869 0%, #67bf29 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#092869", endColorstr="#67bf29",GradientType=1 );
  /* IE6-9 */
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.header-banner.short-header:before {
  display: none;
}
.header-banner.short-header .header-content {
  padding-top: 260px;
}
.header-banner.short-header .header-content h5 {
  color: #67bf29;
}
.header-banner.short-header .header-content p {
  font-weight: 400;
  color: #58595b;
}
@media (max-width: 766px) {
  .header-banner.short-header .header-content p {
    font-size: 18px;
    line-height: 22px;
  }
}

/* IE 11 FIX */
html.no-smil .header-banner {
  /* IE/Edge specific styles go here - hide HTML5 content and show Flash content */
  min-height: 0 !important;
}

html.no-smil .header-banner .header-content {
  /* IE/Edge specific styles go here - hide HTML5 content and show Flash content */
  padding-top: 150px;
  padding-bottom: 80px;
}

.grid-item {
  margin-bottom: 30px;
}
.grid-item a {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 15px;
  min-height: 440px;
}
@media (max-width: 992px) {
  .grid-item a {
    min-height: 0;
  }
}
.grid-item a:hover {
  text-decoration: none;
}
.grid-item a:hover .post-image .image {
  transform: scale(1.1);
}
.grid-item .post-content {
  padding: 35px 25px;
}
.grid-item .post-content p {
  color: #58595b;
  font-size: 16px;
  line-height: 22px;
}
.grid-item .post-content span {
  display: inline-block;
  width: 100%;
}
.grid-item .post-content span.nhs-area, .grid-item .post-content span.date {
  font-size: 16px;
}
.grid-item .post-content span.nhs-area {
  color: #002869;
}
.grid-item .post-content span.date {
  text-transform: uppercase;
  color: #67bf29;
}
.grid-item .post-content span.title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #002869;
  margin-top: 15px;
  margin-bottom: 10px;
  min-height: 36px;
}
@media (max-width: 992px) {
  .grid-item .post-content span.title {
    min-height: 0;
  }
}
.grid-item .post-content span.description {
  min-height: 142px;
}
@media (max-width: 992px) {
  .grid-item .post-content span.description {
    min-height: 0;
  }
}
.grid-item .post-image {
  overflow: hidden;
}
.grid-item .post-image .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  min-height: 220px;
}
.grid-item.news-post a {
  background-color: #f0f9ea;
}
.grid-item.news-post h4 {
  color: #67bf29;
  margin-top: 0;
  text-transform: uppercase;
}
.grid-item.news-post.latest-news a {
  min-height: 616px;
  position: relative;
  padding: 35px 25px;
}
@media (max-width: 992px) {
  .grid-item.news-post.latest-news a {
    min-height: 0;
  }
}
.grid-item.news-post.latest-news h3 {
  color: #67bf29;
  margin-top: 0;
}
.grid-item.news-post.latest-news .post-content {
  padding-left: 0;
}
.grid-item.news-post.latest-news .post-content span.date, .grid-item.news-post.latest-news .post-content span.nhs-area {
  text-transform: uppercase;
  font-size: 18px;
}
.grid-item.news-post.latest-news .post-content span.title {
  font-size: 22px;
  line-height: 26px;
}
.grid-item.news-post.latest-news .post-image {
  position: absolute;
  top: 0;
  right: 15px;
  height: 100%;
  min-height: 0;
  padding: 0;
  width: calc(50% - 30px);
}
@media (max-width: 992px) {
  .grid-item.news-post.latest-news .post-image {
    width: 100%;
    position: static;
  }
}
.grid-item.news-post.latest-news .post-image .image {
  width: 100%;
  height: 100%;
  background-image: url(../img/latest-main.jpg);
}
.grid-item.twitter-post a {
  background-color: #e5f6ef;
  min-height: 0;
  width: auto;
}
.grid-item.activities-post a {
  background-color: #eeeeef;
}
.grid-item.activities-post a .post-content h4 {
  text-transform: uppercase;
  color: #58595b;
}
.grid-item.activities-post a .post-content span.date {
  text-transform: uppercase;
  color: #58595b;
}
.grid-item.case-study-post a {
  background-color: #67bf29;
}
.grid-item.case-study-post a .post-content h4 {
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 10px;
}
.grid-item.case-study-post a .post-content span.date {
  color: #002869;
}
.grid-item.case-study-post a .post-content span.title {
  color: #FFF;
}
.grid-item.case-study-post a .post-content span p {
  color: #FFF;
}

.title-row {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .title-row {
    margin-bottom: 0px;
  }
}
@media (max-width: 992px) {
  .title-row h2 {
    padding-left: 25px;
  }
}

.latest-container.section {
  padding-top: 0;
}
@media (max-width: 992px) {
  .latest-container.section {
    padding-top: 30px;
  }
}
.latest-container.latest-grid {
  padding-top: 10px;
}
.latest-container .latest-grid.row {
  margin-left: 0;
  margin-right: 0;
}
.latest-container h2 {
  color: #002869;
}
.latest-container h2 span {
  color: #67bf29;
}
.latest-container .btn-load-more {
  font-size: 30px;
  font-weight: 700;
  color: #002869;
  margin-top: 60px;
  display: inline-block;
}
@media (max-width: 992px) {
  .latest-container .btn-load-more {
    margin-left: 30px;
    margin-top: 45px;
  }
}

.latest-news-row {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .latest-news-row {
    padding-top: 30px;
  }
  .latest-news-row .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.latest-news-row h2 {
  color: #002869;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 34px;
}
@media (max-width: 992px) {
  .latest-news-row h2 {
    padding-left: 30px;
  }
}
.latest-news-row h2 span {
  color: #67bf29;
}
.latest-news-row .latest-news a {
  min-height: 496px;
  position: relative;
  background-color: #f0f9ea;
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 15px;
  min-height: 630px;
}
.latest-news-row .latest-news a:hover, .latest-news-row .latest-news a:focus {
  text-decoration: none;
}
.latest-news-row .latest-news a:hover {
  text-decoration: none;
}
.latest-news-row .latest-news a:hover .post-image .image {
  transform: scale(1.1);
}
.latest-news-row .latest-news h3 {
  color: #67bf29;
  margin-top: 50px;
  margin-bottom: 35px;
  padding-left: 45px;
}
.latest-news-row .latest-news .post-content {
  padding: 0px 45px 0px;
  margin-bottom: 80px;
}
.latest-news-row .latest-news .post-content p {
  color: #58595b;
  font-size: 16px;
  line-height: 22px;
}
.latest-news-row .latest-news .post-content span {
  display: inline-block;
  width: 100%;
}
.latest-news-row .latest-news .post-content span.nhs-area, .latest-news-row .latest-news .post-content span.date {
  font-size: 16px;
}
.latest-news-row .latest-news .post-content span.nhs-area {
  color: #002869;
}
.latest-news-row .latest-news .post-content span.date {
  color: #67bf29;
}
.latest-news-row .latest-news .post-content span.title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #002869;
  margin-top: 15px;
  margin-bottom: 30px;
}
.latest-news-row .latest-news .post-content span.date, .latest-news-row .latest-news .post-content span.nhs-area {
  font-size: 18px;
}
.latest-news-row .latest-news .post-content span.title {
  font-size: 22px;
  line-height: 26px;
}
.latest-news-row .latest-news .post-image {
  overflow: hidden;
}
.latest-news-row .latest-news .post-image .image {
  min-height: 296px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/latest-main.jpg);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
@media (max-width: 992px) {
  .latest-news-row .most-popular-col {
    margin-top: 45px;
  }
}
.latest-news-row .most-popular-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: #eeeeef;
}
.latest-news-row .most-popular-col ul li {
  margin-bottom: 1px;
}
.latest-news-row .most-popular-col ul li a {
  display: block;
  padding: 40px 35px;
}
.latest-news-row .most-popular-col ul li a span {
  display: inline-block;
  width: 100%;
}
.latest-news-row .most-popular-col ul li a span.nhs-area {
  font-size: 16px;
}
.latest-news-row .most-popular-col ul li a span.nhs-area {
  color: #002869;
}
.latest-news-row .most-popular-col ul li a span.date-tags span {
  width: auto;
  display: inline;
  font-size: 14px;
}
.latest-news-row .most-popular-col ul li a span.date-tags .date {
  color: #58595b;
}
.latest-news-row .most-popular-col ul li a span.date-tags .tag {
  color: #67bf29;
  text-transform: uppercase;
}
.latest-news-row .most-popular-col ul li a span.title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #002869;
  margin-top: 8px;
  margin-bottom: 0px;
}

.home .title-row {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .home .title-row h2 {
    padding-left: 0;
  }
  .home .title-row .btn-blok {
    width: 100%;
  }
}
.home .latest-container.section {
  padding-top: 0;
}

.content-container .twitter-post ul.fetch-tweets-intent-buttons {
  display: flex;
  float: left;
  margin-top: 15px !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.content-container .twitter-post ul.fetch-tweets-intent-buttons li {
  flex: 1;
  display: flex;
  padding-left: 0 !important;
  padding-right: 30px;
}
.content-container .twitter-post ul.fetch-tweets-intent-buttons li:before {
  display: none;
}

.grid-item.twitter-post {
  overflow: hidden;
}

.grid-item.twitter-post a {
  min-height: 0;
  width: auto;
  padding-bottom: 0;
}

.grid-item.twitter-post .fetch-tweets-item {
  width: 100%;
  float: left;
}

.grid-item.twitter-post .fetch-tweets-media {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  float: left;
  display: none;
}

.grid-item.twitter-post .fetch-tweets-media a img {
  width: 100%;
}

.grid-item.twitter-post .twitter-wrapp {
  background-color: #e5f6ef;
  padding: 30px 15px;
  min-height: 293px;
}
@media (max-width: 992px) {
  .grid-item.twitter-post .twitter-wrapp {
    min-height: 0;
  }
}

.fetch-tweets-profile-image {
  width: 15%;
  float: left;
}

.fetch-tweets-profile-image a {
  border-radius: 2px;
  overflow: hidden;
}

.fetch-tweets-item > .fetch-tweets-main {
  width: 85%;
  float: left;
}

.fetch-tweets-user-name a {
  color: #002869;
  font-size: 18px;
}

.fetch-tweets-tweet-created-at a {
  font-size: 12px;
  color: #002869;
}

.fetch-tweets-text a {
  color: #00AB65;
  margin-right: 5px;
}

.fetch-tweets-media-photo a {
  border-radius: 4px;
  overflow: hidden;
}

.fetch-tweets-external-media {
  display: none;
}

.fetch-tweets-text > .fetch-tweets-retweet-credit {
  float: left;
  margin-left: 0;
  margin-top: 10px;
  width: 100%;
}

.latest-filter {
  margin-top: 70px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .latest-filter {
    margin-top: 40px;
  }
}
.latest-filter label {
  color: #002869;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.latest-filter input {
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding-left: 10px;
  border: none;
  outline: none;
  background: #eeeeef;
  border: 0;
  margin-bottom: 25px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  background-color: #eeeeef;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-search-blue.png);
  background-image: url(../img/icon-search-blue.svg);
  background-position: right center;
  background-size: 36px 15px;
  color: #002869;
  padding-left: 15px;
}
@media (max-width: 766px) {
  .latest-filter input {
    height: 40px;
    font-size: 14px;
  }
}
.latest-filter select {
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding-left: 10px;
  border: none;
  outline: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #eeeeef url(../img/icon-select-arrow-blue.svg) right center no-repeat;
  background-size: 28px 17px;
  color: #002869;
}
@media (max-width: 766px) {
  .latest-filter select {
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .latest-filter .input-container,
.latest-filter .select-container {
    margin-top: 15px;
  }
  .latest-filter .input-container input,
.latest-filter .select-container input {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .latest-filter .btn {
    margin-top: 20px;
  }
}

.sp-checkboard .sp-row {
  background: linear-gradient(90deg, var(--Blue-Blue, rgba(0, 40, 105, 0.1)) 0.11%, var(--Green-Green, rgba(103, 191, 41, 0.1)) 99.79%);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
@media (max-width: 992px) {
  .sp-checkboard .sp-row {
    display: block !important;
  }
}
.sp-checkboard .sp-row:not(.filtered):nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .sp-checkboard .sp-row:not(.filtered):nth-child(odd) {
    flex-direction: row;
  }
}
.sp-checkboard .sp-row.odd {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .sp-checkboard .sp-row.odd {
    flex-direction: row;
  }
}
.sp-checkboard .sp-row .sp-content .content {
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .sp-checkboard .sp-row .sp-content .content {
    max-width: 90%;
    padding-bottom: 45px;
  }
}
.sp-checkboard .sp-row .sp-content .content h2 {
  color: #002869;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .sp-checkboard .sp-row .sp-content .content h2 {
    margin-top: 40px;
    margin-bottom: 25px;
  }
}
.sp-checkboard .sp-row .sp-content .content h2 span {
  color: #67bf29;
}
.sp-checkboard .sp-row .sp-content .content p {
  color: #002869;
  font-size: 18px;
  line-height: 20px;
}
.sp-checkboard .sp-row .sp-content .content .btn-blok {
  padding: 25px 0px;
  font-size: 18px;
  margin-top: 35px;
  width: 45%;
  text-align: center;
}
@media (max-width: 992px) {
  .sp-checkboard .sp-row .sp-content .content .btn-blok {
    width: 100% !important;
    margin-top: 25px;
    padding: 15px 0;
    font-size: 16px;
  }
}
.sp-checkboard .sp-row .sp-content .content .btn-blok:first-of-type {
  margin-right: 15px;
}
.sp-checkboard .sp-row .sp-content .content .btn-new_blok {
  width: fit-content;
  margin-top: 40px;
}
.sp-checkboard .sp-row .sp-content .content .buttons-3 .btn-blok {
  width: 30%;
  margin-right: 15px;
}
.sp-checkboard .sp-row .sp-content .content .buttons-3 .btn-blok:last-of-type {
  margin-right: 0;
}
.sp-checkboard .sp-row .sp-image-container {
  overflow: hidden;
}
.sp-checkboard .sp-row .sp-image-container .sp-image {
  min-height: 479px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transform: scale(1);
}
.sp-checkboard .sp-row .sp-image-container .sp-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 75%;
  height: 75%;
  background-image: url(../img/sp-overlay-right.png);
  background-image: url(../img/sp-overlay-right.svg);
  background-position: right center;
}
@media (max-width: 992px) {
  .sp-checkboard .sp-row .sp-image-container .sp-image {
    min-height: 322px;
  }
  .sp-checkboard .sp-row .sp-image-container .sp-image:after {
    display: none;
  }
}
.sp-checkboard .sp-row.zoom .sp-image-container .sp-image {
  transform: scale(1.1);
}

.signposts-3-col {
  padding-top: 120px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .signposts-3-col {
    padding-top: 65px;
  }
}

.stacked-sp {
  margin-bottom: 60px;
}
.stacked-sp h4 {
  text-transform: uppercase;
}
.stacked-sp a {
  display: block;
  text-align: center;
}
.stacked-sp a .image-container {
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
.stacked-sp a .image-container:after {
  content: "";
  background-color: rgba(103, 191, 41, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-view.png);
  background-image: url(../img/icon-view.svg);
  background-size: 125px;
  opacity: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
.stacked-sp a .image-container .image {
  min-height: 211px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/sp-placeholder.jpg);
  transform: scale(1);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
.stacked-sp a .image-container.awareness:after {
  background-image: url(../img/icon-awareness.png);
  background-image: url(../img/icon-awareness.svg);
}
.stacked-sp a .image-container.biodiversity:after {
  background-image: url(../img/icon-nature_and_biodiversity.png);
  background-image: url(../img/icon-nature_and_biodiversity.svg);
}
.stacked-sp a .image-container.building-performance:after {
  background-image: url(../img/icon-capital_projects.png);
  background-image: url(../img/icon-capital_projects.svg);
}
.stacked-sp a .image-container.communities:after {
  background-image: url(../img/icon-communities.png);
  background-image: url(../img/icon-communities.svg);
}
.stacked-sp a .image-container.transport:after {
  background-image: url(../img/icon-transport.png);
  background-image: url(../img/icon-transport.svg);
}
.stacked-sp a .image-container.environmental-management:after {
  background-image: url(../img/icon-environmental_mgmt_services.png);
  background-image: url(../img/icon-environmental_mgmt_services.svg);
}
.stacked-sp a .image-container.active-travel:after {
  background-image: url(../img/icon-active_travel.png);
  background-image: url(../img/icon-active_travel.svg);
}
.stacked-sp a .image-container.ethical-issues:after {
  background-image: url(../img/icon-ethical_issues.png);
  background-image: url(../img/icon-ethical_issues.svg);
}
.stacked-sp a .image-container.governance-policy:after {
  background-image: url(../img/icon-governance_and_policy.png);
  background-image: url(../img/icon-governance_and_policy.svg);
}
.stacked-sp a .image-container.procurement-supply-chain:after {
  background-image: url(../img/icon-procurement_and_supply.png);
  background-image: url(../img/icon-procurement_and_supply.svg);
}
.stacked-sp a .image-container.sustainable-care:after {
  background-image: url(../img/icon-sustainable_care.png);
  background-image: url(../img/icon-sustainable_care.svg);
}
.stacked-sp a .image-container.greenspace:after {
  background-image: url(../img/icon-greenspace.png);
  background-image: url(../img/icon-greenspace.svg);
}
.stacked-sp a .image-container.waste:after {
  background-image: url(../img/icon-waste.png);
  background-image: url(../img/icon-waste.svg);
}
.stacked-sp a .image-container.welfare:after {
  background-image: url(../img/icon-welfare.png);
  background-image: url(../img/icon-welfare.svg);
}
.stacked-sp a .image-container.adaptation:after {
  background-image: url(../img/icon-adaptation.png);
  background-image: url(../img/icon-adaptation.svg);
}
.stacked-sp a .sp-content {
  padding: 45px 55px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
@media (max-width: 992px) {
  .stacked-sp a .sp-content {
    padding: 25px 30px;
  }
}
.stacked-sp a .sp-content h4 {
  color: #002869;
}
.stacked-sp a .sp-content p {
  color: #58595b;
}
.stacked-sp a:hover {
  text-decoration: none;
}
.stacked-sp a:hover .image-container {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.stacked-sp a:hover .image-container:after {
  opacity: 1;
}
.stacked-sp a:hover .image-container .image {
  transform: scale(1.1);
}

.page-template-tmp-areas_of_focus .stacked-sp .sp-content {
  text-align: center;
}
.page-template-tmp-areas_of_focus .stacked-sp .btn-blok {
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  margin: 10px auto 0;
}

.introduction-copy {
  padding-top: 120px;
  text-align: center;
}
@media (max-width: 992px) {
  .introduction-copy {
    padding-top: 65px;
  }
}
.introduction-copy h2 {
  color: #002869;
  margin-bottom: 50px;
}
.introduction-copy h2 span {
  color: #67bf29;
}
.introduction-copy p {
  color: #58595b;
}
.introduction-copy p:first-of-type {
  font-size: 28px;
  line-height: 36px;
  color: #58595b;
  font-weight: 300;
}
@media (max-width: 992px) {
  .introduction-copy p:first-of-type {
    font-size: 21px;
    line-height: 24px;
  }
}

.body-content, .page-template-default {
  text-align: center;
}
.body-content img, .page-template-default img {
  margin: 0 auto;
  width: auto;
  height: auto;
}
.body-content p, .page-template-default p {
  font-size: 20px;
  line-height: 28px;
  color: #58595b;
  margin-bottom: 30px;
}
.body-content p:first-of-type, .page-template-default p:first-of-type {
  font-size: 28px;
  line-height: 36px;
  color: #58595b;
  margin-bottom: 60px;
  font-weight: 300;
}

.single-area-of-focus .body-content {
  padding-top: 90px;
}

.other-areas-list {
  text-align: center;
  padding: 70px 0 40px;
}
.other-areas-list h4 {
  color: #002869;
  margin-bottom: 30px;
}
.other-areas-list ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.other-areas-list ul li {
  display: inline-block;
  margin-right: 20px;
}
.other-areas-list ul li:last-child {
  margin-right: 0;
}
.other-areas-list ul li a {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #58595b;
}

.feature-header {
  margin-top: -60px;
  padding-top: 175px;
  padding-bottom: 115px;
  text-align: center;
}
.feature-header.green-bg {
  background-color: #67bf29;
}
.feature-header h2 {
  color: #ffffff;
  margin-bottom: 60px;
}
.feature-header h2 span {
  color: #002869;
}
.feature-header p {
  color: #ffffff;
}
.feature-header p:first-of-type {
  font-size: 28px;
  line-height: 36px;
}
.feature-header .video-container {
  height: 660px;
  overflow: hidden;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .feature-header .video-container {
    height: 400px;
  }
}
@media (max-width: 766px) {
  .feature-header .video-container {
    height: 250px;
  }
}
.feature-header .video-container .video-placeholder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-image: url(../img/video-placeholder.jpg);
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.feature-header .video-container .video-placeholder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #002869;
  opacity: 0.6;
}
.feature-header .video-container .video-placeholder .button-container {
  width: 100%;
  text-align: center;
  position: relative;
}
.feature-header .video-container .video-placeholder a.btn-play-vid {
  display: block;
  width: 75px;
  height: 75px;
  background-color: #FFF;
  background-image: url(../img/icon-play.png);
  background-image: url(../img/icon-play.svg);
  margin: -37.5px 0 0 -37.5px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 4px solid #FFF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.feature-header .video-container .video-placeholder a.btn-play-vid:hover {
  width: 85px;
  height: 85px;
}
.feature-header .video-container .video-placeholder span {
  display: inline-block;
  width: 100%;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
}
.feature-header .video-container .video-placeholder span.main-label {
  font-size: 16px;
  margin-top: 10px;
}
.feature-header .video-container .video-placeholder span.duration {
  font-size: 10px;
}

.right-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .right-content {
    padding-top: 65px;
  }
}
.right-content h1, .right-content h2, .right-content h3, .right-content h4, .right-content h5 {
  margin-top: 30px;
}
.right-content h1:first-child, .right-content h2:first-child, .right-content h3:first-child, .right-content h4:first-child, .right-content h5:first-child {
  margin-top: 0;
}
.right-content ul, .right-content ol {
  margin-top: 15px;
  margin-bottom: 15px;
}
.right-content p {
  color: #58595b;
  margin-bottom: 30px;
}
.right-content p:first-of-type {
  font-size: 24px;
  line-height: 36px;
  color: #58595b;
  margin-bottom: 30px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .right-content p:first-of-type {
    font-size: 21px;
    line-height: 25px;
  }
}
.right-content p:last-of-type {
  margin-bottom: 0;
}
.right-content:first-child {
  margin-top: 0;
}
.right-content h1, .right-content h2 {
  margin-bottom: 35px;
}
.right-content h3 {
  color: #002869;
  margin-bottom: 30px;
}
.right-content iframe {
  max-width: 100%;
}
.right-content .section {
  padding: 0px 0px 80px;
}
.right-content .section h3 {
  margin-bottom: 50px;
  margin-top: 80px;
}
.right-content .section h3:first-of-type {
  margin-top: 0;
}
.right-content .section h3 span {
  color: #67bf29;
}
.right-content .section p {
  color: #58595b;
  margin-bottom: 30px;
}
.right-content .section p:first-of-type {
  font-size: 28px;
  line-height: 36px;
  color: #58595b;
  margin-bottom: 60px;
}
.right-content .section p:last-of-type {
  margin-bottom: 0;
}
.right-content .section h4 {
  color: #002869;
  margin-bottom: 40px;
}
.right-content .section img {
  width: 100%;
  height: auto;
  margin: 0px auto 70px;
}
.right-content .contact-form {
  margin-bottom: 50px;
  background-image: none;
  margin-top: 65px;
}
.right-content .contact-form form {
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 30px;
}
.right-content .contact-form .input-container label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
  color: #002869;
}
.right-content .contact-form .input-container input[type=text], .right-content .contact-form .input-container input[type=email] {
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding-left: 10px;
  border: none;
  outline: none;
  background: #eeeeef;
  border: 0;
  margin-bottom: 25px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  border: 1px solid #58595b;
  background: #FFF;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 766px) {
  .right-content .contact-form .input-container input[type=text], .right-content .contact-form .input-container input[type=email] {
    height: 40px;
    font-size: 14px;
  }
}
.right-content .contact-form .input-container textarea {
  width: 100%;
  resize: none;
  min-height: 150px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding-left: 10px;
  border: none;
  outline: none;
  background: #eeeeef;
  border: 0;
  margin-bottom: 25px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  border: 1px solid #58595b;
  background: #FFF;
  padding-top: 10px;
}
@media (max-width: 766px) {
  .right-content .contact-form .input-container textarea {
    height: 40px;
    font-size: 14px;
  }
}

.case-study {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.case-study .right-content .section h3 {
  color: #002869;
}
.case-study .right-content .section h3 span {
  color: #002869;
}
.case-study .right-content .section p {
  color: #002869;
}
.case-study .right-content .section p:first-of-type {
  color: #002869;
}
.case-study .right-content .section a {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  padding: 10px 0;
  color: #002869;
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
  background-color: #ee9c00;
  padding: 25px 60px;
  color: #002869;
  margin-top: 25px;
  display: inline-block;
  font-family: "Rubik", sans-serif;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  font-weight: 700;
  font-size: 14px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
@media (max-width: 766px) {
  .case-study .right-content .section a {
    font-size: 16px;
  }
}
.case-study .right-content .section a:hover {
  text-decoration: none;
  color: inherit;
}
.case-study .right-content .section a:focus {
  color: #FFF;
  text-decoration: none;
}
.case-study .right-content .section a:hover {
  color: #FFF;
  background-color: #002869;
}

.left-col {
  padding-top: 20px;
}
.left-col h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
.left-col ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.left-col ul li {
  margin-bottom: 10px;
}
.left-col ul li a {
  font-size: 18px;
  font-weight: 700;
  color: #002869;
}

.case-study .left-col h3 {
  color: #002869;
  margin-bottom: 30px;
}
.case-study .left-col p span {
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
}
.case-study .left-col p span.nhs-area {
  color: #002869;
}
.case-study .left-col p span.date {
  color: #00A863;
  text-transform: uppercase;
}
.case-study .left-col h4 {
  color: #002869;
  margin-top: 40px;
  margin-bottom: 40px;
}

.slider .slide {
  min-height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/content-img.jpg);
}

.right-content .bx-wrapper {
  margin-bottom: 120px;
  border: 0;
  box-shadow: none;
}
.right-content .bx-wrapper .bx-controls-direction a {
  height: 42px;
  width: 42px;
  background-color: #67bf29;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.right-content .bx-wrapper .bx-controls-direction a.bx-prev {
  background-image: url(../img/icon-slider-left.svg);
  background-image: url(../img/icon-slider-left.svg);
}
.right-content .bx-wrapper .bx-controls-direction a.bx-next {
  background-image: url(../img/icon-slider-right.svg);
  background-image: url(../img/icon-slider-right.svg);
}
.right-content .bx-wrapper .bx-pager {
  text-align: right;
}
.right-content .bx-wrapper .bx-pager .bx-pager-item a {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #c2c2c2;
}
.right-content .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #67bf29;
}

.case-study .right-content .bx-wrapper .bx-pager a.active {
  background: #FFF;
}

.gallery {
  max-height: 500px;
}
.gallery dl img {
  border: 0 !important;
  width: 100%;
  height: auto;
}

.contact-form {
  padding-bottom: 70px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #67BF29;
}
.contact-form h2 {
  color: #FFF;
}
.contact-form h2 span {
  color: #002869;
}
.contact-form .introduction-copy p {
  color: #FFF;
}
.contact-form .introduction-copy p:first-of-type {
  color: #FFF;
}
.contact-form p {
  color: #FFF;
}
.contact-form .col-2 .input-wrapper {
  width: 50%;
  float: left;
}
.contact-form .col-2 .input-wrapper:nth-child(1) {
  padding-right: 15px;
}
@media (max-width: 992px) {
  .contact-form .col-2 .input-wrapper:nth-child(1) {
    padding-right: 0;
  }
}
.contact-form .col-2 .input-wrapper:nth-child(2) {
  padding-left: 15px;
}
@media (max-width: 992px) {
  .contact-form .col-2 .input-wrapper:nth-child(2) {
    padding-left: 0;
  }
}
.contact-form .col-2 .input-wrapper input {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0;
}
@media (max-width: 992px) {
  .contact-form .col-2 .input-wrapper {
    width: 100%;
  }
}
.contact-form textarea {
  width: 100%;
  min-height: 150px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  color: #000;
  font-size: 16px;
  padding: 10px;
}
.contact-form form {
  margin-top: 80px;
}
.contact-form form .btn-blok {
  background-color: #67bf29;
  border: 0;
}
@media (max-width: 992px) {
  .contact-form form .btn-blok {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.contact-form label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #002869;
}
.contact-form input[type=submit] {
  background-color: #002869;
  font-size: 18px;
}

.numbers-grid .introduction-copy {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .numbers-grid .introduction-copy {
    margin-bottom: 60px;
  }
}
.numbers-grid .introduction-copy h2 span {
  color: #67bf29;
}
@media (min-width: 992px) {
  .numbers-grid .contact-wrapper:nth-child(odd) {
    margin-left: 16.66666667%;
  }
}
.numbers-grid .contact-card {
  margin-bottom: 70px;
}
.numbers-grid .contact-card span, .numbers-grid .contact-card a {
  font-size: 24px;
  line-height: 28px;
  color: #002869;
  display: inline-block;
  width: 100%;
}
@media (max-width: 992px) {
  .numbers-grid .contact-card span, .numbers-grid .contact-card a {
    font-size: 21px;
    line-height: 26px;
  }
}
.numbers-grid .contact-card span.name, .numbers-grid .contact-card a.name {
  font-weight: 700;
}
.numbers-grid .contact-card a {
  color: #67bf29;
}

@media (max-width: 766px) {
  .resources-filtering {
    text-align: center;
  }
}
.resources-filtering h5 {
  color: #000000;
  font-size: 14px;
}
.resources-filtering ul {
  margin: 0px 0 30px;
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
}
.resources-filtering ul li {
  margin-right: 20px;
  display: inline-block;
}
@media (max-width: 992px) {
  .resources-filtering ul li {
    margin-right: 10px;
    margin-bottom: 22px;
  }
}
.resources-filtering ul li:last-child {
  margin-right: 0;
}
.resources-filtering ul li a {
  font-weight: 700;
  font-size: 14px;
  color: #002869;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .resources-filtering ul li a {
    background: #002869;
    color: #FFF;
    padding: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
}
.resources-filtering ul li a:after {
  width: 0%;
  height: 2px;
  margin-top: 10px;
  content: "";
  display: block;
  background-color: #67bf29;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
@media (max-width: 992px) {
  .resources-filtering ul li a:after {
    display: none;
  }
}
.resources-filtering ul li a:focus {
  text-decoration: none;
  outline: none;
}
.resources-filtering ul li a:hover {
  text-decoration: none;
}
.resources-filtering ul li a:hover:after {
  width: 100%;
}
@media (max-width: 992px) {
  .resources-filtering ul li a.active {
    background: #67bf29;
  }
}
.resources-filtering ul li a.active:after {
  width: 100%;
}

.resources-grid .r-grid-item {
  margin-bottom: 40px;
}
.resources-grid .r-grid-item .sp-img-wrapper {
  min-height: 230px;
}
.resources-grid .r-grid-item .sp-img-wrapper .the-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  min-height: 230px;
  background-image: url(../img/sp-placeholder-1.jpg);
}
.resources-grid .r-grid-item h5 {
  color: #67bf29;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 25px;
}
.resources-grid .r-grid-item h3 {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 26px;
  text-transform: none;
}
.resources-grid .r-grid-item a {
  font-size: 18px;
  line-height: 22px;
  color: #002869;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.resources-grid .r-grid-item a:hover {
  color: #67bf29;
  text-decoration: none;
}
.resources-grid .r-grid-item p {
  font-size: 18px;
  line-height: 22px;
  margin-top: 15px;
}
@media (max-width: 766px) {
  .resources-grid .r-grid-item p {
    font-size: 16px;
    line-height: 19px;
  }
}

.single-resource .header-banner.short-header .header-content {
  text-align: center;
}
.single-resource .header-banner.short-header .header-content p {
  text-align: center;
  margin: 0 auto;
}

.page-template-tmp-resources .sp-checkboard .row.sp-row .sp-image-container .sp-image:after {
  display: none;
}
.page-template-tmp-resources .sp-checkboard .row.sp-row h2 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 32px;
}
.page-template-tmp-resources .sp-checkboard .row.sp-row p {
  font-size: 18px;
  line-height: 21px;
}

.latest-vid-row {
  padding-top: 70px;
}
@media (max-width: 992px) {
  .latest-vid-row .latest-vid {
    padding-left: 0;
    padding-right: 0;
  }
}
.latest-vid-row .latest-vid > div {
  background-color: #f0f9ea;
  float: left;
  width: 100%;
  padding-top: 30px;
}
.latest-vid-row .latest-vid > div .post-image .image {
  min-height: 380px;
}
.latest-vid-row .latest-vid h3 {
  color: #002869;
}
.latest-vid-row .latest-vid a {
  min-height: 0 !important;
}
.latest-vid-row .latest-vid .btn-play {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100px;
  position: relative;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
.latest-vid-row .latest-vid .btn-play:hover {
  background-color: white;
}
.latest-vid-row .latest-vid .btn-play span {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  color: #FFF;
  text-decoration: none;
  font-weight: 700;
  position: absolute;
  top: 110px;
  text-align: center;
}
.latest-vid-row .latest-vid .play-button-container {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  height: 100px;
  width: 100%;
  left: 0;
}
.latest-vid-row .latest-vid .play-button-container > div {
  margin: 0 auto;
  width: 100px;
}
.latest-vid-row .latest-vid .post-content {
  padding-bottom: 25px;
  margin-bottom: 0;
}
.latest-vid-row .latest-vid .post-content span.title {
  margin-top: 35px;
  margin-bottom: 5px;
  color: #58595b;
  text-transform: uppercase;
}
.latest-vid-row .dpack {
  background-color: #eeeeef;
  min-height: 533px;
  text-align: center;
}
@media (max-width: 992px) {
  .latest-vid-row .dpack {
    min-height: 0;
    padding-bottom: 30px;
  }
}
.latest-vid-row .dpack h2 {
  color: #67bf29;
  margin-top: 50px;
  margin-bottom: 0;
}
.latest-vid-row .dpack .btn-blok {
  width: 100%;
}
.latest-vid-row .dpack .btn-blok + p {
  text-align: center;
  margin-top: 8px;
}
.latest-vid-row .latest-vid, .latest-vid-row .dpack {
  height: 100%;
}

@media (max-width: 992px) {
  .vid-grid {
    padding-top: 30px !important;
  }
}
.vid-grid > .row {
  margin-right: -15px;
  margin-left: -15px;
}
.vid-grid .vid-item {
  min-height: 440px;
}
.vid-grid .vid-item a {
  padding-top: 30px;
  min-height: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
}
.vid-grid .vid-item a:hover .image .btn-play {
  background-color: white;
}
.vid-grid .vid-item a .image {
  min-height: 194px;
}
.vid-grid .vid-item a .image .btn-play {
  width: 65px;
  height: 65px;
  display: block;
}
.vid-grid .vid-item a .image .play-button-container {
  position: absolute;
  top: 50%;
  margin-top: -32.5px;
  height: 65px;
  width: 100%;
  left: 0;
}
.vid-grid .vid-item a .image .play-button-container > div {
  margin: 0 auto;
  width: 65px;
}
.vid-grid .vid-item .post-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.vid-grid .vid-item .post-content span.title {
  margin-bottom: 8px;
  min-height: 0;
  margin-top: 0;
  text-transform: uppercase;
}
.vid-grid .vid-item .post-content .description {
  min-height: 0;
}
.vid-grid .vid-item .post-content .description p {
  margin-bottom: 0;
}
.vid-grid .vid-item:nth-child(1) a, .vid-grid .vid-item:nth-child(6n) a, .vid-grid .vid-item:nth-child(6n+1) a {
  background-color: #eeeeef !important;
}
.vid-grid .vid-item:nth-child(2n) a, .vid-grid .vid-item:nth-child(2n+3) a {
  background-color: #f0f9ea;
}
.vid-grid .vid-item:nth-child(3n) a, .vid-grid .vid-item:nth-child(3n+1) a {
  background-color: #67bf29;
}

.single-conference .title-row {
  margin-top: 35px;
}
.single-conference .material-groups {
  padding-top: 0;
}

.material-groups > .row {
  margin-left: 0;
  margin-right: 0;
}

.material-group {
  margin-bottom: 35px;
}
.material-group.bg-grey {
  background-color: #f2f2f2;
}
.material-group.bg-grey.active {
  background: #002869;
  background: linear-gradient(180deg, #002869 0%, #58595b 60%);
}
.material-group.bg-grey .accordion-btn {
  background-color: #002869;
}
.material-group.bg-yellow {
  background-color: #f0f9ea;
}
.material-group.bg-yellow.active {
  background: #67bf29;
  background: linear-gradient(180deg, #67bf29 0%, #58595b 60%);
}
.material-group.bg-yellow .accordion-btn {
  background-color: #67bf29;
}
.material-group.bg-green {
  background-color: #EBF7F2;
}
.material-group.bg-green.active {
  background: #00AB65;
  background: linear-gradient(180deg, #00AB65 0%, #58595b 60%);
}
.material-group.bg-green .accordion-btn {
  background-color: #00AB65;
}
.material-group.active {
  color: #FFF;
}
.material-group.active h3 {
  color: #FFF;
}
.material-group.active .sp-container p {
  color: #FFF;
}
.material-group .sp-container p {
  color: #58595b;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}
.material-group .sp-container .sp-img {
  min-height: 380px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: -15px;
}
.material-group .sp-container .sp-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: 380px;
  padding-left: 30px;
}
@media (max-width: 992px) {
  .material-group .sp-container .sp-content {
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.material-group .sp-container .sp-content h3 {
  margin-top: 0;
}
.material-group .accordion-content {
  display: none;
}
.material-group .accordion-content .filters {
  padding-left: 15px;
}
.material-group .accordion-content .filters > div {
  border-bottom: 0 !important;
}
.material-group .accordion-content .filters label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}
.material-group .accordion-content .filters select {
  background-color: rgba(255, 255, 255, 0);
  background-color: transparent;
  background-image: url(../img/icon-arrow-down-white.png);
  background-image: url(../img/icon-arrow-down-white.svg);
  border: 1px solid #FFF;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 97% center;
  color: #FFF;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.material-group .accordion-content .filters select option {
  color: #000;
}
.material-group .accordion-content .filters .area-filter,
.material-group .accordion-content .filters .type-filter {
  display: none;
}
.material-group .accordion-content .row {
  margin-bottom: 30px;
  color: #FFF;
}
.material-group .accordion-content .row:first-of-type {
  margin-top: 60px;
}
.material-group .accordion-content .row.material-row > div {
  border-bottom: 1px solid #FFF;
  float: left;
  padding-bottom: 30px;
}
.material-group .accordion-content .row:last-child > div {
  border-bottom: 0;
}
.material-group .accordion-content .row h4 {
  text-transform: uppercase;
}
.material-group .accordion-content .row h6 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #F2F2F2;
}
.material-group .accordion-content .row h4, .material-group .accordion-content .row p {
  color: #FFF;
}
.material-group .accordion-content .row .group-img {
  height: 150px;
  width: 100%;
  background-image: url(../img/tick.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.material-group .accordion-content .row .btn-preview {
  color: #FFF;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.material-group .accordion-content .row .btn-preview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-view-white.png);
  background-image: url(../img/icon-view-white.svg);
}
.material-group .accordion-content .row ul.asset-list {
  list-style: none;
  text-align: right;
}
@media (max-width: 992px) {
  .material-group .accordion-content .row ul.asset-list {
    text-align: left;
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
}
.material-group .accordion-content .row ul.asset-list li a {
  color: #FFF;
  padding-right: 58px;
  position: relative;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.material-group .accordion-content .row ul.asset-list li a:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 48px;
  width: 48px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
}
.material-group .accordion-content .row ul.asset-list li a.pdf:after {
  background-image: url(../img/pdf-file.png);
}
.material-group .accordion-content .row ul.asset-list li a.zip:after {
  background-image: url(../img/zip-file.png);
}
.material-group .accordion-content .row:not(.filters).material-row > div {
  width: 100%;
}
.material-group .accordion-btn {
  width: calc(100% + 30px);
  padding: 15px;
  text-align: right;
  color: #FFF;
  display: block;
  margin-left: -15px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  position: relative;
  padding-right: 50px;
}
.material-group .accordion-btn:after {
  content: "";
  background-image: url(../img/icon-arrow-down-white.png);
  background-image: url(../img/icon-arrow-down-white.svg);
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
  width: 15px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.material-group.active .accordion-btn:after {
  background-image: url(../img/icon-close-white.png);
  background-image: url(../img/icon-close-white.svg);
}

.page-template-tmp-register form.registration {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  padding: 30px 20px;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.page-template-tmp-register form.registration input {
  border-radius: 0;
  box-shadow: none !important;
}
.page-template-tmp-register form.registration input.error {
  background: #ffe2e2;
}
.page-template-tmp-register form.registration label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
}
.page-template-tmp-register .registration-error {
  background: #f14b4b;
  padding: 10px;
  color: #fff;
  font-size: 16px;
}
.page-template-tmp-register .registration-success {
  background: #00AB65;
  padding: 10px;
  color: #fff;
  font-size: 24px;
}

.related-case-studies {
  padding: 50px 0 75px;
  background: url(../img/green-bg-large.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
}
.related-case-studies .image {
  width: 100%;
  height: 258px;
  background-size: cover;
}
.related-case-studies h3 {
  margin-bottom: 40px;
}
.related-case-studies h4 {
  margin-top: 20px;
  color: #fff;
}
.related-case-studies a, .related-case-studies p {
  color: #fff;
  font-size: 18px;
}

.policy-documents {
  padding: 75px 0 75px;
}
.policy-documents .greybox {
  background: #eeeeef;
  padding: 20px 0;
  display: block;
  color: #002869;
}
.policy-documents .image {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.policy-documents h4 {
  margin-top: 20px;
  padding: 0 20px;
}
.policy-documents p {
  padding: 0 20px;
}

.partner-resources {
  background: url(../img/grey-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px 0 75px;
}
.partner-resources .resources-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.partner-resources .resource {
  float: none;
  margin-bottom: 30px;
}
.partner-resources .resource.col-xs-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .partner-resources .resource.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.partner-resources .whitebox {
  background: #ffffff;
  padding: 30px;
  height: 100%;
}
.partner-resources .whitebox .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.partner-resources .whitebox .row > div {
  float: none;
  align-items: center;
}
.partner-resources .whitebox .row .col-xs-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .partner-resources .whitebox .row .col-lg-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .partner-resources .whitebox .row .col-lg-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .partner-resources .whitebox .row .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.partner-resources h3 {
  margin-bottom: 40px;
}
.partner-resources .image {
  width: calc(100% - 15px);
  height: 100%;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: content-box;
}
@media (max-width: 992px) {
  .partner-resources .image {
    min-height: 85px;
    background-position-x: left;
    width: 100%;
  }
}
.partner-resources .image-wrapper {
  border-right: 1px solid #c2c2c2;
}
@media (max-width: 992px) {
  .partner-resources .image-wrapper {
    border-right: 0;
    margin-bottom: 15px;
  }
}
.partner-resources a, .partner-resources p {
  color: #58595b;
  font-size: 18px;
}
.partner-resources .resource:nth-child(odd) .row {
  flex-direction: row-reverse;
}
.partner-resources .resource:nth-child(odd) .image-wrapper {
  border-left: 1px solid #c2c2c2;
  border-right: 0;
}
@media (max-width: 992px) {
  .partner-resources .resource:nth-child(odd) .image-wrapper {
    border-left: 0;
  }
}
.partner-resources .resource:nth-child(odd) .image {
  border-left: none;
  border-right: 0;
  margin-left: 15px;
}
@media (max-width: 992px) {
  .partner-resources .resource:nth-child(odd) .image {
    margin-left: 0;
  }
}

.related-news {
  padding: 75px 0 75px;
}
.related-news h3 {
  margin-bottom: 40px;
}
.related-news .post-content h4,
.related-news .post-content .description {
  display: none !important;
}

.next-meeting {
  background: url(../img/bg-crowd-green.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px 0 75px;
}
.next-meeting h3 {
  text-align: center;
  margin-bottom: 30px;
}
.next-meeting h4, .next-meeting p {
  color: #fff;
  text-align: center;
}
.next-meeting p {
  text-transform: uppercase;
}

.previous-meetings {
  padding: 50px 0 75px;
}
.previous-meetings h3 {
  margin-bottom: 30px;
}
.previous-meetings h4 {
  margin-bottom: 15px;
  font-size: 16px;
}
.previous-meetings h5 {
  text-transform: none;
  margin: 0;
  margin-left: 15px;
}
.previous-meetings p {
  color: #002869;
  font-size: 18px;
  text-transform: uppercase;
}
.previous-meetings a {
  color: #002869;
  font-size: 18px;
}
.previous-meetings .greybox {
  background: #eeeeef;
  padding: 15px 0 5px;
  margin-bottom: 15px;
}

.intro-w_big_figures {
  background: rgba(103, 191, 41, 0.1);
  padding: 120px 0 80px 0;
}
@media (max-width: 992px) {
  .intro-w_big_figures {
    padding: 60px 0 20px 0;
  }
}
.intro-w_big_figures .intro-copy {
  margin-bottom: 60px;
}
.intro-w_big_figures .intro-copy p {
  color: #002869;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.34px;
  margin: 0;
}
.intro-w_big_figures .numbers .number-inner {
  padding: 40px 0;
  border-top: 1px solid rgba(0, 40, 105, 0.1);
}
.intro-w_big_figures .numbers .number {
  display: block;
  margin-top: 0;
  margin-bottom: 24px;
  color: #002869;
  font-size: 120px;
  font-style: normal;
  font-weight: 500;
  line-height: 90px;
  letter-spacing: 0.88px;
}
.intro-w_big_figures .numbers p {
  color: #002869;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.section-news_grid {
  padding: 120px 0;
}
@media (max-width: 992px) {
  .section-news_grid {
    padding: 40px 0;
  }
}
.section-news_grid .btn-latest {
  width: fit-content;
  margin: 0 auto;
}

.news-grid .row {
  display: flex;
  flex-wrap: wrap;
}
.news-grid .row > [class*=col-] {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}

.card-post_new {
  border-bottom: 1px solid #67bf29;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-post_new .post-image {
  position: relative;
}
.card-post_new .post-image .post-image-link {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  aspect-ratio: 584/328.3;
}
.card-post_new .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card-post_new .post-image .post-category {
  top: 16px;
  left: 16px;
  position: absolute;
}
.card-post_new .post-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 23px;
}
.card-post_new .post-title a {
  color: inherit;
}
.card-post_new .post-title a:hover {
  text-decoration: none;
}
.card-post_new .post-category {
  color: #002869;
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  background: #a4d97f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.card-post_new .post-category.case-study {
  background: #67bf29;
  color: #002869;
}
.card-post_new .post-category.training {
  background: #002869;
  color: #ffffff;
}
.card-post_new .post-content {
  color: #002869;
  padding: 24px 0;
}
.card-post_new .date {
  color: #002869;
  margin-right: 15px;
  font-size: 14px;
}
.card-post_new .nhs-area {
  color: #002869;
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  background: rgba(0, 40, 105, 0.1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
}

.sub-menu {
  width: calc(100% + 4px);
  position: absolute;
  left: -2px;
  top: 46px;
  text-align: left;
  background: #ffffff;
  padding: 24px 24px 20px 24px;
  border-radius: 0px 0px 3px 3px;
  display: none;
}
@media (max-width: 992px) {
  .sub-menu {
    position: static;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .sub-menu .latest-post {
    display: none;
  }
}
.sub-menu .content-wrapper {
  border-radius: 3px;
  background: rgba(0, 40, 105, 0.1);
  padding: 24px;
}
@media (max-width: 992px) {
  .sub-menu .content-wrapper {
    background: transparent;
    padding: 0;
  }
}
.sub-menu .content-wrapper h3 {
  margin-top: 0;
  color: #002869;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.24px;
}
@media (max-width: 992px) {
  .sub-menu .content-wrapper h3 {
    display: none;
  }
}
.sub-menu .links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 24px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .sub-menu .links {
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
  }
}
@media (max-width: 766px) {
  .sub-menu .links {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sub-menu .links li {
  margin-bottom: 0;
}
.sub-menu .links li a {
  color: #002869;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}
.sub-menu .links li a:hover {
  text-decoration: none;
}
@media (max-width: 992px) {
  .sub-menu .links li a {
    color: #ffffff;
  }
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 20px 0;
  justify-content: center;
  font-size: 16px;
  gap: 10px;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #ddd;
  color: #000000;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.pagination a:hover,
.pagination span:hover {
  background-color: #f0f0f0;
}
.pagination .current {
  background-color: #67bf29;
  color: #fff;
  border-color: #67bf29;
  pointer-events: none;
}
.pagination .dots {
  pointer-events: none;
  color: #999;
  border-color: transparent;
}

.page-template-tmp-memberpage .header-banner:before,
.page-template-tmp-resources .header-banner:before,
.page-template-tmp-meetings .header-banner:before,
.single-resource .header-banner:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#092869+0,67bf29+100 */
  background: #002869;
  /* Old browsers */
  background: -moz-linear-gradient(left, #002869 0%, #00AB65 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #002869 0%, #00AB65 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #002869 0%, #00AB65 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$blue", endColorstr="$teal",GradientType=1 );
  /* IE6-9 */
  opacity: 0.65;
}
.page-template-tmp-memberpage .sp-checkboard,
.page-template-tmp-resources .sp-checkboard,
.page-template-tmp-meetings .sp-checkboard,
.single-resource .sp-checkboard {
  margin-top: 150px;
  background: #EBF7F2;
}
.page-template-tmp-memberpage .case-study,
.page-template-tmp-resources .case-study,
.page-template-tmp-meetings .case-study,
.single-resource .case-study {
  background-image: url(../img/footer-bg-members.jpg);
}
.page-template-tmp-memberpage footer > div,
.page-template-tmp-resources footer > div,
.page-template-tmp-meetings footer > div,
.single-resource footer > div {
  background-image: url(../img/footer-bg-members.jpg);
}

.page-template-tmp-resources .sp-checkboard {
  margin-top: 0px;
}

@media print {
  /* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request: h5bp.com/r
     ========================================================================== */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}

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