/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent 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;
}
/**
 * Address 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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
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 {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
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.
 */
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;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
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 */
  /* 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.
 */
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;
}
textarea {
  resize: vertical;
}
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}
.ext-reset-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.ext-clearfix,
dl,
#main-header,
figure,
.mini-stories,
#people,
#front-page .cta,
#front-page #primary .container,
#front-page #second,
#pagination.news-single {
  *zoom: 1;
}
.ext-clearfix:before,
.ext-clearfix:after,
dl:before,
dl:after,
#main-header:before,
#main-header:after,
figure:before,
figure:after,
.mini-stories:before,
.mini-stories:after,
#people:before,
#people:after,
#front-page .cta:before,
#front-page .cta:after,
#front-page #primary .container:before,
#front-page #primary .container:after,
#front-page #second:before,
#front-page #second:after,
#pagination.news-single:before,
#pagination.news-single:after {
  content: " ";
  display: table;
}
.ext-clearfix:after,
dl:after,
#main-header:after,
figure:after,
.mini-stories:after,
#people:after,
#front-page .cta:after,
#front-page #primary .container:after,
#front-page #second:after,
#pagination.news-single:after {
  clear: both;
}
.ext-image-replaced {
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
}
.ext-hidden {
  display: none !important;
  visibility: hidden;
}
.ext-invisible,
form legend {
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
}
.ext-invisible:active,
.ext-invisible:focus,
form legend:active,
form legend:focus {
  position: static;
  clip: auto;
  overflow: visible;
  height: auto;
  margin: 0;
  width: auto;
}
.ext-hyphenate {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.ext-border-box {
  box-sizing: border-box;
}
.ext-content-box {
  box-sizing: content-box;
}
.scrollbar-measure {
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 100px;
  height: 100px;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .ext-not-printable,
  nav,
  .donate {
    display: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ext-image-replaced a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  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;
  }
}
/*
	Colour palette
*/
/*
	Viewports
*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 17, 2015 */
@font-face {
  font-family: 'angelinaregular';
  src: url('../fonts/angelina-webfont.eot');
  src: url('../fonts/angelina-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/angelina-webfont.woff2') format('woff2'), url('../fonts/angelina-webfont.woff') format('woff'), url('../fonts/angelina-webfont.ttf') format('truetype'), url('../fonts/angelina-webfont.svg#angelinaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fineliner_script';
  src: url('../fonts/fineliner_script.ttf') format('truetype');
  unicode-range: U+00A3, U+20AC, U+002B, U+002A, U+00F7, U+003D, U+005F, U+00A9;
}
html {
  background-color: #fff;
  color: #6d6e67;
  font-size: 22px;
  font-weight: 300;
  font-family: helvetica, sans-serif;
  line-height: 1.36363636;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 18px;
  }
}
/*
	Measure
*/
ul,
ol,
dl,
p,
details,
h1,
h2,
h3,
h4,
h5 {
  max-width: 36em;
}
#content .mejs-container {
  max-width: 36em;
  margin-bottom: 20px;
}
#wpadminbar ul {
  max-width: none;
}
/*
	Headings
*/
h1,
h2,
h3 {
  margin-top: 60px;
  margin-top: 2.72727273rem;
  margin-bottom: 15px;
  margin-bottom: 0.68181818rem;
}
h1 {
  display: block;
  color: #18b3dc;
  font-size: 80px;
  font-size: 3.63636364rem;
  line-height: 1;
  font-family: 'fineliner_script', 'angelinaregular', sans-serif;
  font-weight: 300;
}
h1 span:first-child {
  color: #6d6e67;
}
h1 span:only-child {
  color: #18b3dc;
}
h2,
h3 {
  margin-top: 45px;
  margin-top: 2.04545455rem;
  margin-bottom: 7.5px;
  margin-bottom: 0.34090909rem;
  color: #18b3dc;
  font-size: 32px;
  font-size: 1.45454545rem;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
}
h3 {
  color: #6d6e67;
  font-weight: 400;
  text-transform: none;
}
h4,
h5,
h6 {
  margin-top: 45px;
  margin-top: 2.04545455rem;
  margin-bottom: 7.5px;
  margin-bottom: 0.34090909rem;
  font-size: 26.4px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
}
h3 + h4 {
  margin-top: 0;
}
/*
	Paragraphs
*/
p {
  margin-top: 0;
  margin-bottom: 22.5px;
  margin-bottom: 1.02272727rem;
}
/*
	Lists
*/
ul,
ol {
  margin-top: 7.5px;
  margin-top: 0.34090909rem;
  margin-bottom: 22.5px;
  margin-bottom: 1.02272727rem;
  padding-left: 1.1em;
  list-style-position: outside;
}
li {
  margin-bottom: 7.5px;
  margin-bottom: 0.34090909rem;
}
dl {
  margin: 0;
  margin-top: 7.5px;
  margin-top: 0.34090909rem;
  margin-bottom: 22.5px;
  margin-bottom: 1.02272727rem;
  overflow: hidden;
}
dd {
  margin: 0;
}
dt,
dd {
  float: left;
  margin-bottom: 7.5px;
  margin-bottom: 0.34090909rem;
}
dt {
  font-weight: 500;
  width: 40%;
}
dd {
  width: 60%;
}
strong {
  font-weight: 500;
}
em {
  font-style: italic;
}
/*
	Anchors
*/
a {
  color: #18b3dc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul.more {
  padding-left: 0;
}
/*
	Selection
*/
/* Mozilla based browsers */
::-moz-selection {
  background-color: #18b3dc;
  color: #fff;
}
/* Works in Safari */
::selection {
  background-color: #18b3dc;
  color: #fff;
}
/*
	Media
*/
img {
  max-width: 100%;
  height: auto;
  margin-bottom: 22.5px;
  margin-bottom: 1.02272727rem;
}
/*
	Tables
*/
/*
	Forms
*/
form {
  font-weight: 300;
}
form fieldset,
form button {
  border: none;
}
form fieldset {
  margin: 0;
  padding: 0;
}
form select {
  border: none;
  border-radius: 0;
}
form input,
form select {
  box-sizing: border-box;
  margin-bottom: 15px;
  margin-bottom: 0.68181818rem;
  padding: 10px;
  line-height: 1.36363636;
}
form label {
  padding: 0 0 5px 0;
}
form fieldset input,
form fieldset label {
  display: block;
}
main#form {
  background: #f3f4f3;
}
main#form #content {
  padding-top: 60px;
  padding-top: 2.72727273rem;
  padding-right: 2.5%;
  padding-right: calc(0% + 0px + 30px);
  padding-left: 2.5%;
  padding-left: calc(0% + 0px + 30px);
}
@media screen and (min-width: 568px) {
  main#form #content {
    margin-right: 8.54166666%;
    margin-right: calc(8.33333333% + 2.5px + 0px);
    margin-left: 8.54166666%;
    margin-left: calc(8.33333333% + 2.5px + 0px);
  }
}
@media screen and (min-width: 1024px) {
  main#form #content {
    padding-right: 0;
    padding-left: 0;
  }
}
main#form h1 {
  margin-top: 0;
  color: #dd602a;
}
main#form form {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
}
main#form form fieldset > div {
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
}
main#form form fieldset > div input,
main#form form fieldset > div select {
  width: 100%;
  margin-bottom: 7.5px;
  margin-bottom: 0.34090909rem;
}
main#form form .required label[for]::after,
main#form form .required .label::after,
main#form form h4.required::after {
  color: #dd602a;
  content: " \002A";
}
main#form form .checkbox-wrap {
  line-height: 1.2;
}
main#form form .checkbox-wrap label {
  position: relative;
  padding-bottom: 7.5px;
  padding-bottom: 0.34090909rem;
  padding-left: 25px;
}
main#form form .checkbox-wrap [type="radio"] {
  position: absolute;
  top: 0.25em;
  left: 1.5px;
  display: inline;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  main#form form .checkbox-wrap [type="radio"] {
    top: 0.2em;
  }
}
main#form form .multiple .label {
  margin-bottom: 15px;
  margin-bottom: 0.68181818rem;
}
main#form form .gift-aid #description {
  margin-bottom: 15px;
  margin-bottom: 0.68181818rem;
}
main#form form .gift-aid #description p {
  max-width: none;
  margin: 0;
}
main#form form .gift-aid .checkbox-wrap {
  margin-bottom: 15px;
  margin-bottom: 0.68181818rem;
}
main#form form .button-wrap {
  padding-bottom: 30px;
  padding-bottom: 1.36363636rem;
}
main#form form .error input,
main#form form .error select {
  border: 2px solid #dd602a;
}
main#form form .error em {
  display: block;
  margin-top: 7.5px;
  margin-top: 0.34090909rem;
  color: #dd602a;
  line-height: 1.3;
}
main#form form .custom_error {
  display: block;
  margin-top: 7.5px;
  margin-top: 0.34090909rem;
  color: #dd602a;
  line-height: 1.3;
}
main#form form .fields-wrap.error {
  box-sizing: border-box;
  border: 2px solid #dd602a;
  padding: 5px;
}
main#form form .radio-item-inline {
  display: inline-block;
  min-width: 50px;
}
@media screen and (min-width: 1024px) {
  main#form form {
    width: 69.1%;
    width: calc(70% - 9px + 0px);
  }
  main#form form .single {
    clear: both;
  }
  main#form form .double {
    width: 47.85714286%;
    width: calc(50% - 15px + 0px);
  }
  main#form form .double.left {
    float: left;
  }
  main#form form .double.right {
    float: right;
  }
  main#form form .last {
    margin-left: 2.5%;
    margin-left: calc(0% + 0px + 30px);
  }
}
main#form form#donate-form {
  width: 100%;
  margin-bottom: 0;
  /* Hide the browser's default radio button */
  /* On mouse-over, add a grey background color */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
main#form form#donate-form input:focus,
main#form form#donate-form button:focus,
main#form form#donate-form select:focus,
main#form form#donate-form select {
  outline: none;
}
main#form form#donate-form option {
  color: #6d6e67;
  font-size: 18px;
  font-size: 0.81818182rem;
  line-height: 2;
  padding-left: 10px;
}
main#form form#donate-form .sectionButtons {
  padding: 15px 45px;
  font-size: 22px;
  font-weight: bold;
  font-family: helvetica, sans-serif;
  line-height: 1.36363636;
  font-style: normal;
  background-color: #dd602a;
}
main#form form#donate-form .sectionButtons.active {
  background-color: #18b3dc;
}
main#form form#donate-form #amount {
  background-color: #18b3dc;
  overflow: auto;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
main#form form#donate-form #amount #amount-left {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  padding: 30px;
  padding-bottom: 80px;
  position: relative;
}
main#form form#donate-form #amount #amount-left h4 {
  margin: 0;
  font-size: 40px;
  font-size: 1.81818182rem;
  line-height: 1.2;
  font-weight: bold;
}
main#form form#donate-form #amount #amount-left .select-wrap {
  background: #18b3dc url(../../assets/images/arrow-down-w.png) no-repeat 95% 50%;
}
main#form form#donate-form #amount #amount-left #donate-programme {
  font-weight: lighter;
  font-size: 26px;
  font-size: 1.18181818rem;
  line-height: 1.2;
  padding-left: 0;
}
main#form form#donate-form #amount #amount-left #select-border {
  border-bottom: 2px solid #fff;
  width: 86%;
}
main#form form#donate-form #amount #amount-left .double {
  width: auto;
}
main#form form#donate-form #amount #amount-left .double.left {
  display: block;
  width: auto;
}
main#form form#donate-form #amount #amount-left .double.left label {
  display: block;
  font-size: 16px;
  font-size: 0.72727273rem;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 40px;
  padding-top: 10px;
}
main#form form#donate-form #amount #amount-left .double.left span {
  font-size: 50px;
  font-size: 2.27272727rem;
  line-height: 1;
  margin-right: 20px;
  vertical-align: middle;
  font-weight: bold;
}
main#form form#donate-form #amount #amount-left #donate-amount,
main#form form#donate-form #amount #amount-left #donate-other-fund {
  background: transparent;
  border: 2px solid #fff;
}
main#form form#donate-form #amount #amount-left #donate-amount:focus,
main#form form#donate-form #amount #amount-left #donate-other-fund:focus {
  background-color: white;
  color: #6d6e67;
  font-weight: bold;
}
main#form form#donate-form #amount #amount-left #donate-other-fund {
  margin-bottom: 20px;
  width: 86%;
}
main#form form#donate-form #amount #amount-left #other-fund .custom_error {
  margin-top: -10px;
  margin-bottom: 10px;
}
main#form form#donate-form #amount #amount-left #border-left {
  position: absolute;
  border-right: 1px solid #fff;
  top: 40px;
  bottom: 40px;
  right: 0;
}
main#form form#donate-form #amount #amount-right {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  padding: 30px;
}
main#form form#donate-form #amount #amount-right h4 {
  margin-top: 22px;
  font-size: 30px;
  font-size: 1.36363636rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
}
main#form form#donate-form #amount #amount-right p {
  font-size: 16px;
  font-size: 0.72727273rem;
  line-height: 1.5;
}
main#form form#donate-form #error-messages {
  padding: 0;
  margin: 0;
  margin-top: -40px;
}
main#form form#donate-form .form-bg {
  background-color: #f9f9f9;
  padding: 50px;
  padding-top: 30px;
  margin-bottom: 30px;
  margin-top: 10px;
}
main#form form#donate-form #gift-aid h4 {
  font-weight: bold;
  font-size: 30px;
  font-size: 1.36363636rem;
  line-height: 1.5;
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
main#form form#donate-form #gift-aid img {
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
}
main#form form#donate-form #gift-aid p {
  clear: both;
  font-size: 15px;
  font-size: 0.68181818rem;
  line-height: 1.5;
  max-width: none;
}
main#form form#donate-form #gift-aid #disclaimer p {
  font-size: 13px;
  font-size: 0.59090909rem;
  line-height: 1.5;
}
main#form form#donate-form #gift-aid #wrap-gift-aid {
  background-color: #18B3DC33;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
main#form form#donate-form #gift-aid #wrap-gift-aid #label-gift-aid {
  padding-left: 80px;
  font-size: 18px;
  font-size: 0.81818182rem;
  line-height: 1.5;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
main#form form#donate-form #gift-aid #wrap-gift-aid #label-gift-aid input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
main#form form#donate-form #gift-aid #wrap-gift-aid #label-gift-aid .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  background-color: white;
  border: 2px solid #18b3dc;
}
main#form form#donate-form #gift-aid #wrap-gift-aid #label-gift-aid:hover input ~ .checkmark {
  background-color: #eee;
}
main#form form#donate-form #gift-aid #wrap-gift-aid #label-gift-aid input:checked ~ .checkmark {
  background-color: #18b3dc;
}
main#form form#donate-form #gift-aid #wrap-gift-aid #label-gift-aid .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
main#form form#donate-form #gift-aid #wrap-gift-aid #label-gift-aid input:checked ~ .checkmark:after {
  display: block;
}
main#form form#donate-form #gift-aid #wrap-gift-aid #label-gift-aid .checkmark:after {
  left: 17px;
  top: 10px;
  width: 12px;
  height: 22px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
main#form form#donate-form #payment-details {
  border-top: 1px solid #D8D8D8;
  padding-top: 25px;
  margin-top: 15px;
}
main#form form#donate-form #payment-details h4 {
  font-weight: bold;
  font-size: 30px;
  font-size: 1.36363636rem;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 20px;
}
main#form form#donate-form #payment-details .payment-btn {
  background-color: #dd602a;
  font-size: 16px;
  font-size: 0.72727273rem;
  line-height: 1;
  font-weight: bold;
  font-style: normal;
  font-family: helvetica, sans-serif;
  padding: 15px 50px;
}
main#form form#donate-form #payment-details #payment-logos {
  float: right;
  margin-top: -50px;
  max-width: 30%;
}
main#form form#donate-form #payment-details #payment-logos #worldpay-logo {
  max-width: 150px;
  float: right;
}
main#form form#donate-form #payment-details #payment-logos #payment-sub-details {
  clear: both;
}
main#form form#donate-form #payment-details #payment-logos #payment-sub-details img {
  float: left;
  margin-right: 30px;
}
main#form form#donate-form #payment-details #payment-logos #payment-sub-details p {
  font-size: 14px;
  font-size: 0.63636364rem;
  line-height: 1.5;
}
main#form form#donate-form #my-details-tab {
  border-top: 1px solid #D8D8D8;
  padding-top: 25px;
  margin-top: 45px;
}
main#form form#donate-form #my-details-tab h4 {
  font-weight: bold;
  font-size: 30px;
  font-size: 1.36363636rem;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 20px;
}
main#form form#donate-form #my-details-tab input,
main#form form#donate-form #my-details-tab select {
  border: 1px solid #C3C3C3;
}
main#form form#donate-form #my-details-tab label {
  font-weight: bold;
  font-size: 16px;
  font-size: 0.72727273rem;
  line-height: 1;
  padding-bottom: 10px;
}
main#form form#donate-form .form-sub-text {
  font-size: 14px;
  font-size: 0.63636364rem;
  line-height: 1;
  margin: 0;
  margin-top: 10px;
}
main#form form#donate-form #address-details {
  clear: both;
  border-top: 1px solid #D8D8D8;
  padding-top: 20px;
  margin-top: 15px;
}
main#form form#donate-form #address-details > div {
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
}
main#form form#donate-form #address-details h4 {
  font-weight: bold;
  font-size: 30px;
  font-size: 1.36363636rem;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 20px;
}
main#form form#donate-form #payment-submission {
  overflow: auto;
  border-top: 1px solid #D8D8D8;
  padding-top: 40px;
  margin-top: 20px;
}
main#form form#donate-form #payment-submission #payment-submission-image {
  float: left;
  max-width: 30%;
}
main#form form#donate-form #payment-submission #payment-submission-image img {
  float: left;
  margin-right: 30px;
}
main#form form#donate-form #payment-submission #payment-submission-image p {
  font-size: 14px;
  font-size: 0.63636364rem;
  line-height: 1.5;
  overflow: auto;
  margin-left: 20px;
}
main#form form#donate-form #payment-submission .button-wrap {
  float: right;
}
main#form form#donate-form #payment-submission .payment-btn {
  font-size: 16px;
  font-size: 0.72727273rem;
  line-height: 1;
  font-weight: bold;
  font-style: normal;
  font-family: helvetica, sans-serif;
  padding: 15px 80px;
}
main#form form#donate-form #error-messages p {
  font-size: 16px;
  font-size: 0.72727273rem;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
}
main#form form#donate-form em.error {
  font-size: 12px;
  font-size: 0.54545455rem;
  line-height: 1.3;
  font-weight: bold;
  font-style: italic;
}
main#form form#donate-form .radio_btn_container {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  font-size: 0.68181818rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
main#form form#donate-form .radio_btn_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
main#form form#donate-form .radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #6d6e67;
}
main#form form#donate-form .radio_btn_container:hover input ~ .radio-checkmark {
  background-color: #eee;
}
main#form form#donate-form .radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
main#form form#donate-form .radio_btn_container input:checked ~ .radio-checkmark:after {
  display: block;
}
main#form form#donate-form .radio_btn_container .radio-checkmark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6d6e67;
}
main#form form#donate-form #donation-type {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
main#form form#donate-form #donation-type.no-border {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
main#form form#donate-form #donation-type h4 {
  font-weight: bold;
  font-size: 30px;
  font-size: 1.36363636rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 40px;
}
main#form form#donate-form #donation-type #event-name {
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 500px;
}
main#form form#donate-form #donation-type #event-name p,
main#form form#donate-form #donation-type #event-name label {
  font-size: 14px;
  font-size: 0.63636364rem;
  line-height: 1;
  padding-left: 0;
}
main#form form#donate-form #donation-type #event-name p:after,
main#form form#donate-form #donation-type #event-name label:after {
  content: none;
}
main#form form#donate-form #donation-type #event-name input {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.63636364rem;
  line-height: 1;
  border: 2px solid #6d6e67;
}
main#form form#donate-form #donation-type #business-name {
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 500px;
}
main#form form#donate-form #donation-type #business-name p,
main#form form#donate-form #donation-type #business-name label {
  font-size: 14px;
  font-size: 0.63636364rem;
  line-height: 1;
  padding-left: 0;
  margin: 0;
}
main#form form#donate-form #donation-type #business-name input {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.63636364rem;
  line-height: 1;
  border: 2px solid #6d6e67;
}
main#form form#donate-form #donation-type .error {
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  main#form form#donate-form #amount {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main#form form#donate-form #amount #amount-left {
    padding-bottom: 0;
  }
  main#form form#donate-form #amount #amount-left #border-left {
    display: none;
  }
  main#form form#donate-form #address-details {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  main#form form#donate-form .sectionButtons {
    width: 100%;
  }
  main#form form#donate-form #gift-aid img {
    float: none;
  }
  main#form form#donate-form .form-bg {
    padding: 25px;
  }
  main#form form#donate-form #payment-details #payment-logos {
    float: none;
    margin-top: 30px;
    max-width: none;
  }
  main#form form#donate-form #payment-submission #payment-submission-image {
    float: none;
    max-width: none;
  }
}
@media screen and (max-width: 400px) {
  main#form form#donate-form #amount #amount-left .double.left span {
    margin: 0;
  }
  main#form form#donate-form #amount #amount-left .double.left #donate-amount {
    float: right;
  }
}
main#form.donate-now {
  background: #fff;
}
@media screen and (max-width: 1024px) {
  main#form.donate-now #content {
    padding: 0;
    padding-top: 30px;
  }
}
.toggle-field.closed {
  display: none;
}
.does-appearance form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}
.does-appearance main#form .select-wrap {
  overflow: hidden;
  background: #fff url("../../assets/images/arrow-down.png") no-repeat 95% 50%;
}
@-moz-document url-prefix() {
  main#form .select-wrap select {
    width: 110%;
    background-position: right 30px center;
    border: none;
  }
}
main#form.not-ie input {
  border: none;
}
main#form.not-ie input,
main#form.not-ie select {
  margin-bottom: 0;
}
#error-messages,
.success {
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
  padding-bottom: 30px;
  padding-bottom: 1.36363636rem;
}
#error-messages p,
.success p {
  max-width: none;
  padding-top: 15px;
  padding-top: 0.68181818rem;
  padding-bottom: 15px;
  padding-bottom: 0.68181818rem;
  padding-right: 30px;
  padding-left: 30px;
  background: #fff;
  color: #dd602a;
}
/*
	Details / Summary
*/
details {
  margin-bottom: 22.5px;
  margin-bottom: 1.02272727rem;
}
details summary {
  padding-left: 1em;
  text-indent: -1em;
  outline: none;
  color: #18b3dc;
  font-weight: 400;
  cursor: pointer;
}
details summary::-webkit-details-marker {
  color: #18b3dc;
}
details p {
  margin-left: 20px;
}
article header {
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
}
/*
	Misc
*/
html {
  padding-left: 15px;
  padding-right: 15px;
}
body {
  max-width: 1200px;
  margin: 0 auto;
}
#content {
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
}
/*
	Header
*/
#main-header {
  position: relative;
}
#main-header .social {
  position: absolute;
  top: 60px;
  right: 180px;
}
#main-header .social .icon {
  height: 42px;
  width: 42px;
}
@media screen and (max-width: 1024px) {
  #main-header .social {
    top: 56px;
    right: 170px;
  }
}
@media screen and (max-width: 782px) {
  #main-header .social {
    top: 28px;
    right: 140px;
  }
}
@media screen and (max-width: 480px) {
  #main-header .social {
    top: 71px;
    right: 10px;
  }
}
#logo {
  max-width: 200px;
  margin-top: 30px;
  margin-top: 1.36363636rem;
}
@media screen and (min-width: 768px) {
  #logo {
    margin-top: 60px;
    margin-top: 2.72727273rem;
  }
}
@media screen and (min-width: 568px) and (max-width: 768px) {
}
.donate {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  margin-top: 30px;
  margin-top: 1.36363636rem;
  background: #18b3dc;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .donate {
    margin-top: 60px;
    margin-top: 2.72727273rem;
    margin-right: 30px;
  }
}
.donate.action {
  background-color: #dd602a;
}
.donate:hover {
  background: #dd602a;
}
/*
	Navigation
*/
nav li,
footer li {
  display: inline-block;
}
nav li a,
footer li a {
  text-decoration: none;
}
#nav-container {
  margin-top: 30px;
  margin-top: 1.36363636rem;
  padding: 15px;
  background: #f9f9f9;
}
#nav-container button {
  padding: 0;
  border: none;
  background: none;
}
@media screen and (min-width: 768px) {
  #nav-container {
    margin: 0;
    padding: 0;
    background: none;
  }
}
#nav-container #menu {
  display: none;
}
@media screen and (max-width: 767px) {
  #nav-container.open #menu {
    float: right;
    display: block;
    cursor: pointer;
  }
  #nav-container.open .menu-icon::before {
    display: block;
    width: 32px;
    height: 32px;
    background: url("../../assets/images/cross-2.png") no-repeat;
    background-size: 32px 32px;
    content: "";
  }
  #nav-container.open nav li {
    display: block;
  }
  #nav-container.closed {
    position: relative;
  }
  #nav-container.closed #menu {
    display: block;
    text-align: right;
    cursor: pointer;
  }
  #nav-container.closed .menu-icon {
    display: inline-block;
  }
  #nav-container.closed .menu-icon::before {
    display: block;
    width: 30px;
    height: 24px;
    background: url("../../assets/images/hamburger.png") no-repeat;
    background-size: 30px 24px;
    content: "";
  }
  #nav-container.closed nav {
    position: absolute;
    top: 0;
    padding-top: 15px;
  }
  #nav-container.closed nav li {
    display: none;
  }
  #nav-container.closed nav li.active {
    display: inline-block;
  }
  #nav-container.closed nav li.active ul {
    margin: 0;
  }
  #nav-container.closed nav .drop-arrow::after {
    display: inline-block;
    width: 18px;
    height: 12px;
    margin-left: 10px;
    background: url("../../assets/images/arrow-down.png") no-repeat;
    background-size: 18px 12px;
    vertical-align: middle;
    cursor: pointer;
    content: "";
  }
}
#sub-nav {
  font-weight: 300;
  text-transform: uppercase;
}
#sub-nav > ul {
  max-width: 100%;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#sub-nav li {
  margin: 0 0 0.5rem 0;
}
#sub-nav li ul.depth-two {
  text-transform: none;
}
#sub-nav li:last-child {
  margin: 0;
}
#sub-nav .login {
  position: relative;
}
#sub-nav .login a {
  padding-left: 18.5px;
  color: #18b3dc;
}
#sub-nav .login a:before {
  position: absolute;
  display: block;
  bottom: 2px;
  left: 0;
  width: 14.5px;
  height: 18.5px;
  background: url("/assets/images/login-icon.png") no-repeat;
  background-size: 13.5px 18.5px;
  content: "";
}
#sub-nav a {
  color: #676c65;
}
#sub-nav a.active {
  color: #6dab93;
}
#sub-nav .active > a {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #sub-nav {
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0;
    padding: 5px 0;
    background: none;
    font-size: 16px;
    font-size: 0.72727273rem;
    line-height: 1.36363636;
    text-align: right;
    background: #f9f9f9;
  }
  #sub-nav ul {
    margin-right: 30px;
  }
  #sub-nav li {
    display: inline;
    margin: 0 1% 0 0;
  }
  #sub-nav li ul.depth-two {
    display: none;
  }
  #sub-nav li::after {
    content: "\2022";
    margin-left: 1%;
    color: #6d6e67;
  }
  #sub-nav li:last-child::after {
    content: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #sub-nav a span {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #sub-nav {
    padding-right: 0;
  }
}
#main-nav {
  margin: 0;
  padding: 0;
  background: none;
  text-align: left;
}
#main-nav ul {
  text-transform: uppercase;
}
#main-nav li {
  margin: 0 0 10px 0;
}
#main-nav ul.depth-two {
  padding-left: 40px;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  #main-nav ul.depth-two {
    display: none;
  }
}
#main-nav a,
#side-nav a,
#stripbar-nav a {
  color: #6d6e67;
}
#main-nav a.active,
#side-nav a.active,
#stripbar-nav a.active,
#main-nav .current-cat a,
#side-nav .current-cat a,
#stripbar-nav .current-cat a {
  color: #6dab93;
}
@media screen and (min-width: 768px) {
  #main-nav,
  #side-nav,
  #stripbar-nav {
    position: static;
    width: 100%;
    padding-top: 7.5px;
    padding-top: 0.34090909rem;
    padding-bottom: 7.5px;
    padding-bottom: 0.34090909rem;
    background: #f9f9f9;
    text-align: center;
  }
  #main-nav ul,
  #side-nav ul,
  #stripbar-nav ul {
    max-width: none;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 18px;
    font-size: 0.81818182rem;
    line-height: 1.36363636;
    font-weight: 100;
    font-style: italic;
    line-height: 1.2;
    text-transform: none;
  }
  #main-nav li,
  #side-nav li,
  #stripbar-nav li {
    display: inline;
    margin: 0 5% 0 0;
    padding-bottom: 7.5px;
    padding-bottom: 0.34090909rem;
  }
  #main-nav li:last-child,
  #side-nav li:last-child,
  #stripbar-nav li:last-child {
    margin: 0;
  }
}
#main-nav ul,
#stripbar-nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#main-nav {
  background: none;
}
@media screen and (min-width: 768px) {
  #main-nav {
    border: 2px dotted #9a9f98;
    border-width: 2px 0;
  }
  #main-nav ul {
    font-size: 24px;
    font-size: 1.09090909rem;
    line-height: 1.36363636;
  }
  #main-nav li {
    margin-right: 2%;
  }
  #main-nav li:after {
    margin-left: 2%;
    font-style: normal;
    content: "\22EE";
  }
  #main-nav li:last-child {
    margin: 0;
  }
  #main-nav li:last-child::after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  #main-nav li {
    margin-right: 2.5%;
  }
  #main-nav li:after {
    margin-left: 2.5%;
  }
}
#nav-container.ie.eight #sub-nav,
#nav-container.ie.eight #main-nav {
  text-align: center;
}
#nav-container.ie.eight #sub-nav > ul > li > ul,
#nav-container.ie.eight #main-nav > ul > li > ul {
  display: none;
}
#nav-container.ie.eight #sub-nav > ul > li,
#nav-container.ie.eight #main-nav > ul > li {
  margin-left: 4.27083334%;
  margin-left: calc(4.16666667% + 1.25px + 0px);
}
#nav-container.ie.eight #main-nav > ul {
  max-width: none;
}
#nav-container.ie.nine #main-nav li:after {
  content: "";
}
#side-nav {
  display: none;
  box-sizing: border-box;
  padding-top: 30px;
  padding-top: 1.36363636rem;
  padding-bottom: 22.5px;
  padding-bottom: 1.02272727rem;
  padding-right: 2.5%;
  padding-right: calc(0% + 0px + 30px);
  padding-left: 2.5%;
  padding-left: calc(0% + 0px + 30px);
}
#side-nav h2 {
  margin: 0;
  border-bottom: 2px dotted #9a9f98;
  padding-bottom: 15px;
  padding-bottom: 0.68181818rem;
  color: #676c65;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 24px;
  font-size: 1.09090909rem;
  line-height: 1;
  font-style: italic;
  text-align: left;
  text-transform: none;
}
#side-nav h2 a {
  display: block;
}
#side-nav ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
#side-nav li {
  display: block;
  margin-right: 0;
  border-bottom: 2px dotted #9a9f98;
  padding: 0;
}
#side-nav li:last-child {
  margin-bottom: 0;
  border: none;
}
#side-nav li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding-top: 15px;
  padding-top: 0.68181818rem;
  padding-bottom: 15px;
  padding-bottom: 0.68181818rem;
  padding-left: 15px;
  width: 100%;
  line-height: 1.2;
}
#side-nav li a:before {
  position: absolute;
  left: 0;
  display: block;
  content: "\2012";
}
@media screen and (min-width: 768px) {
  #side-nav {
    display: block;
  }
}
#side-nav.ie {
  display: block;
}
#stripbar-nav {
  clear: both;
  display: none;
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
  padding-bottom: 15px;
  padding-bottom: 0.68181818rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #stripbar-nav.news {
    width: 74.375%;
    width: calc(75% - 7.5px + 0px);
    padding-right: 30px;
  }
  #stripbar-nav ul {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  #stripbar-nav {
    display: block;
  }
}
.all.news #stripbar-nav .cat-item-all a {
  color: #6dab93;
}
#main-nav a,
#sub-nav a,
#side-nav a,
#main-nav a:visited,
#sub-nav a:visited,
#side-nav a:visited {
  color: #6d6e67;
}
#main-nav a:hover,
#sub-nav a:hover,
#side-nav a:hover {
  color: #dd602a;
}
#main-nav a.active,
#sub-nav a.active,
#side-nav a.active {
  color: #6dab93;
}
#main-nav .login a,
#sub-nav .login a,
#side-nav .login a {
  color: #18b3dc;
}
/* 
	Related links
*/
.more {
  list-style: none;
}
.more li {
  position: relative;
  padding-left: 20px;
}
.more a:before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../../assets/images/External_link_symbol_64.png") no-repeat;
  background-size: 16px 16px;
  content: "";
}
@media screen and (max-width: 1024px) {
  .more a:before {
    top: 5px;
  }
}
@media screen and (max-width: 480px) {
  .more a:before {
    top: 3px;
  }
}
.more a[href$=".pdf"]:before,
.more a.file:before {
  top: 6px;
  width: 16px;
  height: 16px;
  background: url("../../assets/images/Written_Paper_64.png") no-repeat;
  background-size: 16px 16px;
  content: "";
}
@media screen and (max-width: 1024px) {
  .more a[href$=".pdf"]:before,
  .more a.file:before {
    top: 4px;
  }
}
@media screen and (max-width: 480px) {
  .more a[href$=".pdf"]:before,
  .more a.file:before {
    top: 2px;
  }
}
.more a[href*="quartetcf"]:before {
  top: 8px;
  width: 14px;
  height: 14px;
  background: url("../../assets/images/Direction_Arrow_Pointing_Right_64.png") no-repeat;
  background-size: 14px 14px;
  content: "";
}
@media screen and (max-width: 1024px) {
  .more a[href*="quartetcf"]:before {
    top: 6px;
  }
}
@media screen and (max-width: 480px) {
  .more a[href*="quartetcf"]:before {
    top: 4px;
  }
}
a.email {
  position: relative;
  padding-left: 20px;
}
a.email:before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url('../images/email_envelope_64.png') no-repeat;
  background-size: 15px 15px;
  content: "";
}
@media screen and (max-width: 1024px) {
  a.email:before {
    top: 7px;
  }
}
@media screen and (max-width: 480px) {
  a.email:before {
    top: 5px;
  }
}
/*
	Address block
*/
.address.block {
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
}
.address.block p,
.address.block h4 {
  margin: 0;
}
/*
	Figure modules
*/
figure {
  max-width: 36em;
  margin: 0;
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
}
figure figcaption {
  color: #18b3dc;
  font-size: 20px;
  font-size: 0.90909091rem;
  line-height: 1.36363636;
  font-weight: 300;
  font-style: italic;
}
figure.image img {
  margin-bottom: 0;
}
figure.image figcaption {
  margin-top: 7.5px;
  margin-top: 0.34090909rem;
}
@media screen and (min-width: 480px) {
  .images {
    margin-bottom: -30px;
    margin-bottom: -1.36363636rem;
  }
  .images figure.image {
    float: none;
    clear: none;
    display: inline-block;
    margin-right: 2.5%;
    margin-right: calc(0% + 0px + 30px);
    margin-left: 0;
    vertical-align: top;
  }
  .images figure.image:nth-child(3n) {
    margin-right: 0;
  }
}
figure.quote blockquote {
  position: relative;
  margin: 0;
  padding-top: 22.5px;
  padding-top: 1.02272727rem;
  padding-bottom: 22.5px;
  padding-bottom: 1.02272727rem;
  overflow: hidden;
}
figure.quote blockquote p {
  margin: 0;
  border-top: 2px dotted #e0e0e0;
  border-bottom: 2px dotted #e0e0e0;
  padding-top: 22.5px;
  padding-top: 1.02272727rem;
  padding-bottom: 22.5px;
  padding-bottom: 1.02272727rem;
  color: #18b3dc;
  font-size: 34px;
  font-size: 1.54545455rem;
  line-height: 1.2;
  font-weight: 300;
}
figure.quote blockquote p span {
  position: relative;
  z-index: 3;
}
figure.quote blockquote p:before,
figure.quote blockquote p:after {
  position: absolute;
  display: block;
  color: #ececec;
  background-color: #ffffff;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 100px;
  font-size: 4.54545455rem;
  line-height: 1;
  z-index: 2;
}
figure.quote blockquote p:before {
  top: 0px;
  left: -3px;
  height: 60px;
  content: "\201C";
}
figure.quote blockquote p:after {
  bottom: -42px;
  right: -3px;
  content: "\201D";
}
figure.quote::after {
  clear: none;
}
figure.quote figcaption {
  position: relative;
  margin-top: -15px;
  margin-top: -0.68181818rem;
  padding: 0 0 7.55% 15%;
  color: #6d6e67;
  font-size: 16px;
  font-size: 0.72727273rem;
  line-height: 1.36363636;
  font-weight: 300;
  font-style: normal;
}
figure.quote figcaption img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 15%;
}
figure.quote figcaption em,
figure.quote figcaption span {
  display: block;
  padding-left: 2%;
}
figure.quote figcaption em {
  padding-top: 2%;
}
figure.quote figcaption .name {
  margin-top: 0;
  font-style: italic;
}
@media screen and (min-width: 480px) {
  figure.quote blockquote p::after {
    bottom: -48px;
  }
}
@media screen and (min-width: 768px) {
  figure.quote {
    position: relative;
  }
  figure.quote blockquote p::before,
  figure.quote blockquote p::after {
    font-size: 150px;
    font-size: 6.81818182rem;
    line-height: 1;
  }
  figure.quote blockquote p::before {
    top: -10px;
  }
  figure.quote blockquote p::after {
    bottom: -80px;
  }
  figure.quote figcaption {
    position: static;
    padding: 0;
  }
  figure.quote figcaption img {
    max-width: 30%;
  }
  figure.quote figcaption em,
  figure.quote figcaption span {
    display: inline;
    padding: 0;
  }
  figure.quote figcaption em::after {
    content: ": ";
  }
}
@media screen and (min-width: 1024px) {
  figure.quote blockquote p::after {
    bottom: -90px;
  }
}
figure.quote.sans-image figcaption {
  padding: 0;
}
figure.quote.sans-image figcaption em,
figure.quote.sans-image figcaption span {
  padding: 0;
}
figure.video {
  clear: right;
  padding: 30px 3%;
  background: #f9f9f9;
}
figure.video figcaption {
  margin-top: 30px;
  margin-top: 1.36363636rem;
}
figure.video .container {
  position: relative;
  padding-top: 62.5%;
}
figure.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (min-width: 768px) {
  figure.video .wrapper {
    display: inline-block;
    width: 69.1%;
    width: calc(70% - 9px + 0px);
    margin-right: 2.5%;
    margin-right: calc(0% + 0px + 30px);
  }
  figure.video figcaption {
    display: inline-block;
    width: 22.75%;
    width: calc(25% - 22.5px + 0px);
    margin: 0;
    vertical-align: top;
  }
}
.promo-images {
  clear: both;
  max-width: none;
  padding: 0;
  text-align: center;
}
.promo-images li {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
  box-sizing: border-box;
  vertical-align: top;
}
.promo-images img {
  margin-bottom: 15px;
  margin-bottom: 0.68181818rem;
  box-sizing: border-box;
}
.promo-images figure {
  margin: 0;
}
.promo-images figcaption {
  display: block;
  font-size: 20px;
  font-size: 0.90909091rem;
  line-height: 1.36363636;
  text-align: center;
}
.promo-images figcaption a {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
}
.promo-images figcaption a span:first-child {
  display: block;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .promo-images li {
    display: inline-block;
    width: 48.75%;
    width: calc(50% - 15px + 0px);
    margin-right: 30px;
  }
  .promo-images li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .promo-images li {
    display: inline-block;
    width: 23.125%;
    width: calc(25% - 22.5px + 0px);
    margin-bottom: 0;
    margin-right: 30px;
  }
  .promo-images li:nth-child(4n) {
    margin-right: 0;
  }
}
/*
	Articles
*/
#intro {
  position: relative;
}
#intro .container {
  padding-top: 5%;
}
#intro .container h2,
#intro .container p {
  margin: 0;
  color: #6d6e67;
}
#intro .container p {
  font-size: 20px;
  font-size: 0.90909091rem;
  line-height: 1.3;
  font-weight: 300;
}
#intro .container h2 {
  padding-bottom: 15px;
  padding-bottom: 0.68181818rem;
  font-family: 'fineliner_script', 'angelinaregular', sans-serif;
  font-size: 60px;
  font-size: 2.72727273rem;
  line-height: 0.8;
  text-transform: none;
}
#intro img {
  display: none;
  margin-bottom: 0;
}
#intro .contact-image {
  width: 33.3333333%;
}
@media screen and (min-width: 768px) {
  #intro .map-container {
    width: 66.66666666%;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  #intro .container {
    position: absolute;
    z-index: 2;
    max-width: 16em;
    padding-left: 5%;
  }
  #intro .container h2,
  #intro .container p {
    color: #fff;
  }
  #intro img {
    display: initial;
  }
}
@media screen and (min-width: 1024px) {
  #intro .container {
    padding-left: 8.54166666%;
    padding-left: calc(8.33333333% + 2.5px + 0px);
  }
  #intro .container p {
    font-size: 25px;
    font-size: 1.13636364rem;
    line-height: 1.3;
  }
  #intro .container h2 {
    font-size: 70px;
    font-size: 3.18181818rem;
    line-height: 0.8;
  }
}
#intro.contact .map-container img {
  display: initial;
}
.publish-info {
  margin: 0;
  font-size: 18px;
  font-size: 0.81818182rem;
  line-height: 1.36363636;
  font-weight: 300;
  font-style: italic;
}
a.more-info {
  color: #dd602a;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
  text-decoration: none;
}
/*
	Story and Give a monkeys flexible content options
*/
.story article figure.quote,
.gam article figure.quote {
  box-sizing: border-box;
  padding-top: 15px;
  padding-top: 0.68181818rem;
  padding-bottom: 15px;
  padding-bottom: 0.68181818rem;
  padding-right: 2.5%;
  padding-right: calc(0% + 0px + 30px);
  padding-left: 2.5%;
  padding-left: calc(0% + 0px + 30px);
}
.story.main-orange h1,
.gam.main-orange h1,
.story.main-orange h2,
.gam.main-orange h2,
.story.main-orange h3,
.gam.main-orange h3,
.story.main-orange h4,
.gam.main-orange h4,
.story.main-orange figcaption,
.gam.main-orange figcaption,
.story.main-orange a,
.gam.main-orange a {
  color: #ea6d1b;
}
.story.main-orange article.colour-blue h1,
.gam.main-orange article.colour-blue h1,
.story.main-orange article.colour- h1,
.gam.main-orange article.colour- h1,
.story.main-orange article.colour-blue h2,
.gam.main-orange article.colour-blue h2,
.story.main-orange article.colour- h2,
.gam.main-orange article.colour- h2,
.story.main-orange article.colour-blue h3,
.gam.main-orange article.colour-blue h3,
.story.main-orange article.colour- h3,
.gam.main-orange article.colour- h3,
.story.main-orange article.colour-blue h4,
.gam.main-orange article.colour-blue h4,
.story.main-orange article.colour- h4,
.gam.main-orange article.colour- h4,
.story.main-orange article.colour-blue figcaption,
.gam.main-orange article.colour-blue figcaption,
.story.main-orange article.colour- figcaption,
.gam.main-orange article.colour- figcaption,
.story.main-orange article.colour-blue a,
.gam.main-orange article.colour-blue a,
.story.main-orange article.colour- a,
.gam.main-orange article.colour- a {
  color: #18b3dc;
}
.story aside,
.gam aside {
  box-sizing: border-box;
  display: block;
  padding: 0 15px;
}
.story aside figure.quote,
.gam aside figure.quote {
  padding: 0;
}
.story aside > *:first-child,
.gam aside > *:first-child {
  margin-top: 15px;
}
.story aside > *:last-child,
.gam aside > *:last-child {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .story aside,
  .gam aside {
    float: right;
    width: 31.66666666%;
    width: calc(33.33333333% - 20px + 0px);
  }
  .story .main-body,
  .gam .main-body {
    float: left;
    width: 65.83333334%;
    width: calc(66.66666667% - 10px + 0px);
  }
}
.story section#intro.banner-blue {
  background-color: #18b3dc;
}
.story section#intro.banner-orange {
  background-color: #dd602a;
}
.story section#intro.banner-yellow {
  background-color: yellow;
}
.story article.highlight figure.quote p {
  color: #ffffff;
}
.story article.highlight figure.quote p::after,
.story article.highlight figure.quote p::before {
  color: #ffffff;
}
.story article.highlight.orange aside {
  background-color: #dd602a;
}
.story article.highlight.orange aside figure figcaption {
  color: #ffffff;
}
.story article.highlight.orange aside a {
  color: #fff;
}
.story article.highlight.orange figure.quote {
  background-color: #dd602a;
}
.story article.highlight.orange figure.quote p::before,
.story article.highlight.orange figure.quote p::after {
  background-color: #dd602a;
}
.story article.highlight.blue aside {
  background-color: #18b3dc;
}
.story article.highlight.blue aside figure figcaption {
  color: #ffffff;
}
.story article.highlight.blue aside a {
  color: #fff;
}
.story article.highlight.blue figure.quote {
  background-color: #18b3dc;
}
.story article.highlight.blue figure.quote p::before,
.story article.highlight.blue figure.quote p::after {
  background-color: #18b3dc;
}
.story article.highlight.yellow aside {
  background-color: yellow;
}
.story article.highlight.yellow aside figure figcaption {
  color: #ffffff;
}
.story article.highlight.yellow aside a {
  color: #fff;
}
.story article.highlight.yellow figure.quote {
  background-color: yellow;
}
.story article.highlight.yellow figure.quote p::before,
.story article.highlight.yellow figure.quote p::after {
  background-color: yellow;
}
/*
	More stories
*/
.mini-stories,
#people {
  margin-right: 0;
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
  margin-left: 0;
  border-top: 2px dotted #9a9f98;
  padding-top: 30px;
  padding-top: 1.36363636rem;
}
.mini-stories article,
#people article {
  box-sizing: border-box;
  min-height: 575px;
}
.mini-stories article img,
#people article img {
  width: auto;
}
.mini-stories article header,
#people article header {
  margin-bottom: 0;
}
@media screen and (min-width: 0) {
  .mini-stories article,
  #people article {
    position: relative;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-right: 1.25%;
    padding-right: calc(0% + 0px + 15px);
    padding-bottom: 15px;
    padding-left: 1.25%;
    padding-left: calc(0% + 0px + 15px);
    background: #f9f9f9;
  }
  .mini-stories article img,
  #people article img {
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    display: block;
    box-sizing: border-box;
    width: 92.30769231%;
    width: calc(100% - 30px);
    max-width: none;
  }
  .mini-stories article h3,
  #people article h3 {
    margin: 0;
    margin-bottom: 7.5px;
    margin-bottom: 0.34090909rem;
    padding-top: 15px;
    padding-top: 0.68181818rem;
    font-size: 22px;
    font-size: 1rem;
    line-height: 1.2;
  }
  .mini-stories article h3 a,
  #people article h3 a {
    text-decoration: none;
    color: #18b3dc;
  }
  .mini-stories article p,
  #people article p {
    margin-bottom: 15px;
    margin-bottom: 0.68181818rem;
    font-size: 18px;
    font-size: 0.81818182rem;
    line-height: 1.3;
  }
  .mini-stories article .publish-info,
  #people article .publish-info {
    font-size: 15px;
    font-size: 0.68181818rem;
    line-height: 1.36363636;
  }
  .mini-stories article .more-info,
  #people article .more-info {
    font-size: 16px;
    font-size: 0.72727273rem;
    line-height: 1.36363636;
    color: #18b3dc;
  }
  .mini-stories article.colour-orange h3 a,
  #people article.colour-orange h3 a {
    color: #ea6d1b;
  }
  .mini-stories article.colour-orange .more-info,
  #people article.colour-orange .more-info {
    color: #ea6d1b;
  }
  .mini-stories article:before,
  #people article:before {
    display: block;
    padding-top: 75%;
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .mini-stories article,
  #people article {
    min-height: auto;
  }
}
@media screen and (min-width: 568px) {
  .mini-stories article,
  #people article {
    float: left;
    width: 32.5%;
    width: calc(33.33333333% - 20px + 10px);
    margin-right: 1.25%;
    margin-right: calc(0% + 0px + 15px);
  }
  .mini-stories article:nth-of-type(3n),
  #people article:nth-of-type(3n) {
    margin-right: 0;
  }
}
.mini-stories {
  clear: both;
}
@media screen and (min-width: 768px) {
  .rel-stories-sidebar {
    clear: none;
    float: right;
    border: 0;
    padding-top: 0;
    width: 31.66666666%;
    width: calc(33.33333333% - 20px + 0px);
  }
  .rel-stories-sidebar article {
    float: none;
    width: 100%;
  }
}
.mini-stories.archive,
#people.archive {
  border: none;
}
.mini-stories.archive article,
#people.archive article {
  float: none;
  display: block;
  vertical-align: top;
}
@media screen and (min-width: 480px) {
  .mini-stories.archive article,
  #people.archive article {
    display: inline-block;
    width: 49.375%;
    width: calc(50% - 15px + 7.5px);
    margin-right: 1.25%;
    margin-right: calc(0% + 0px + 15px);
  }
  .mini-stories.archive article:nth-of-type(2n),
  #people.archive article:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .mini-stories.archive article,
  #people.archive article {
    width: 32.5%;
    width: calc(33.33333333% - 20px + 10px);
    margin-right: 1.25%;
    margin-right: calc(0% + 0px + 15px);
  }
  .mini-stories.archive article:nth-of-type(2n),
  #people.archive article:nth-of-type(2n) {
    margin-right: 1.25%;
    margin-right: calc(0% + 0px + 15px);
  }
  .mini-stories.archive article:nth-of-type(3n),
  #people.archive article:nth-of-type(3n) {
    margin-right: 0;
  }
}
.mini-stories.archive {
  padding-top: 0;
}
#people a.email:before {
  top: 6px;
}
@media screen and (max-width: 1024px) {
  #people a.email:before {
    top: 4px;
  }
}
@media screen and (max-width: 480px) {
  #people a.email:before {
    top: 2px;
  }
}
@media screen and (min-width: 480px) {
  #people.archive .group article {
    display: inline-block;
    width: 49.375%;
    width: calc(50% - 15px + 7.5px);
    margin-right: 1.25%;
    margin-right: calc(0% + 0px + 15px);
  }
  #people.archive .group article:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  #people.archive .group article {
    width: 32.08333333%;
    width: calc(33.33333333% - 20px + 5px);
    margin-right: 1.25%;
    margin-right: calc(0% + 0px + 15px);
  }
  #people.archive .group article:nth-of-type(2n) {
    margin-right: 1.25%;
    margin-right: calc(0% + 0px + 15px);
  }
  #people.archive .group article:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  #people.archive .group article {
    width: 24.0625%;
    width: calc(25% - 22.5px + 11.25px);
    margin-right: 1.25%;
    margin-right: calc(0% + 0px + 15px);
  }
  #people.archive .group article:nth-of-type(2n) {
    margin-right: 1.25%;
    margin-right: calc(0% + 0px + 15px);
  }
  #people.archive .group article:nth-of-type(3n) {
    margin-right: 1.25%;
    margin-right: calc(0% + 0px + 15px);
  }
  #people.archive .group article:nth-of-type(4n) {
    margin-right: 0;
  }
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
/*
	Calls to action
*/
.call-to-action,
.sidebar.mini-stories {
  box-sizing: border-box;
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
  padding-top: 45px;
  padding-top: 2.04545455rem;
  padding-bottom: 45px;
  padding-bottom: 2.04545455rem;
  padding-right: 1.25%;
  padding-right: calc(0% + 0px + 15px);
  padding-left: 1.25%;
  padding-left: calc(0% + 0px + 15px);
  background: #f9f9f9;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .call-to-action,
  .sidebar.mini-stories {
    margin-left: 2.5%;
    margin-left: calc(0% + 0px + 30px);
  }
}
.call-to-action h2,
.sidebar.mini-stories h2 {
  max-width: none;
  border-bottom: 2px dotted #9a9f98;
  margin: 0;
  margin-right: -1.25%;
  margin-right: calc(0% + 0px + -15px);
  margin-bottom: 15px;
  margin-bottom: 0.68181818rem;
  margin-left: -1.25%;
  margin-left: calc(0% + 0px + -15px);
  padding-bottom: 15px;
  padding-bottom: 0.68181818rem;
  font-size: 20px;
  font-size: 0.90909091rem;
  line-height: 1.36363636;
  text-align: center;
  text-transform: uppercase;
}
.call-to-action p {
  font-size: 24px;
  font-size: 1.09090909rem;
  line-height: 1.3;
  font-weight: 300;
}
.call-to-action .cta.icon {
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
}
.call-to-action p {
  margin-left: 8.54166666%;
  margin-left: calc(8.33333333% + 2.5px + 0px);
  margin-right: 8.54166666%;
  margin-right: calc(8.33333333% + 2.5px + 0px);
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
}
.call-to-action a.action {
  margin-right: auto;
  margin-left: auto;
  text-transform: none;
}
.call-to-action .file img {
  padding-bottom: 15px;
  padding-bottom: 0.68181818rem;
}
@media screen and (min-width: 768px) {
  .sidebar,
  #side-nav.sidebar {
    clear: right;
    float: right;
    width: 31.66666666%;
    width: calc(33.33333333% - 20px + 0px);
    margin-bottom: 30px;
    margin-bottom: 1.36363636rem;
    margin-left: 3%;
    margin-left: calc(0% + 0px + 30px);
  }
}
.sidebar.mini-stories {
  border: none;
  padding-top: 15px;
  padding-top: 0.68181818rem;
  padding-bottom: 0;
  text-transform: none;
  text-align: left;
}
.sidebar.mini-stories h2 {
  color: #6d6e67;
  text-transform: uppercase;
  text-align: center;
}
.sidebar.mini-stories article {
  width: 100%;
  margin: 0;
  padding: 0;
}
.sidebar.mini-stories article h3 {
  padding-top: 0;
}
.sidebar.mini-stories article:before {
  padding: 0;
}
.sidebar .announce {
  margin-bottom: 15px;
  margin-bottom: 0.68181818rem;
  font-size: 25px;
  font-size: 1.13636364rem;
  line-height: 1.36363636;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}
.sidebar .announce a {
  display: block;
}
.sidebar .announce.fund a {
  color: #dd602a;
}
.sidebar .announce.grant a {
  color: #18b3dc;
}
.sidebar .announce.colour-gam-orange a {
  color: #fff;
}
.call-to-action.info {
  width: 27.9%;
  width: calc(30% - 21px + 0px);
  margin-left: 3%;
  margin-left: calc(0% + 0px + 30px);
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
  font-size: 18px;
  font-size: 0.81818182rem;
  line-height: 1.3;
}
.call-to-action.info ul {
  font-weight: 300;
  text-align: left;
}
.call-to-action.info h2 {
  max-width: none;
}
@media screen and (max-width: 1023px) {
  .call-to-action.info {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    margin-bottom: 1.36363636rem;
  }
  .call-to-action.info h2 {
    margin: 0;
  }
}
/*
	Buttons for calls to action
*/
a.action,
button {
  display: inline-block;
  padding: 10px 20px;
  color: #f9f9f9;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 18px;
  font-size: 0.81818182rem;
  line-height: 1.36363636;
  font-style: italic;
  line-height: 1.25;
  text-decoration: none;
  text-align: center;
}
/*
	Icons for calls to action
*/
.cta.icon {
  position: relative;
  display: inline-block;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-clip: padding-box;
}
.cta.icon.pound {
  text-align: center;
}
.cta.icon.center-absolute::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  margin: auto;
  content: '';
}
.cta.icon.handshake:after {
  width: 44px;
  height: 39px;
  background: url("../../assets/images/handshake.png") no-repeat;
  background-size: 44px 39px;
}
.cta.icon.heads:after {
  width: 44px;
  height: 41px;
  background: url("../../assets/images/heads.png") no-repeat;
  background-size: 44px 41px;
}
.cta.icon.pound:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.cta.icon.pound:after {
  display: inline-block;
  color: #f9f9f9;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 35px;
  font-size: 1.59090909rem;
  line-height: 1;
  vertical-align: middle;
  content: "£";
}
/* 
	Colors for CTAs and buttons
*/
.color-one h2,
.color-one p {
  color: #6dab93;
}
.color-one a.action,
.color-one button {
  background: #6dab93;
}
.color-one .cta.icon {
  background-color: #6dab93;
}
a.color-one.action,
button.color-one {
  background: #6dab93;
}
.color-two h2,
.color-two p {
  color: #18b3dc;
}
.color-two a.action,
.color-two button {
  background: #18b3dc;
}
.color-two .cta.icon {
  background-color: #18b3dc;
}
a.color-two.action,
button.color-two {
  background: #18b3dc;
}
button.color-gam-orange {
  background: #ea6d1b;
}
button.color-quartet-orange {
  background: #dd602a;
}
button.color-quartet-blue {
  background: #18b3dc;
}
.color-three h2,
.color-three p {
  color: #dd602a;
}
.color-three a.action,
.color-three button {
  background: #dd602a;
}
.color-three .cta.icon {
  background-color: #dd602a;
}
a.color-three.action,
button.color-three {
  background: #dd602a;
}
/*
	Front Page
*/
#front-page ul,
#front-page ol,
#front-page dl,
#front-page p,
#front-page h1,
#front-page h2,
#front-page h3,
#front-page h4,
#front-page h5 {
  max-width: none;
}
#front-page h1,
#front-page h2 {
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
  font-family: 'fineliner_script', 'angelinaregular', sans-serif;
  text-transform: none;
}
#front-page h1 {
  padding-top: 45px;
  padding-top: 2.04545455rem;
  margin-top: 0;
  color: #18b3dc;
}
#front-page h2 {
  color: #18b3dc;
  font-size: 60px;
  font-size: 2.72727273rem;
  line-height: 1;
}
#front-page h1 span:first-child,
#front-page h2 span:first-child {
  color: #6d6e67;
}
#front-page h3 {
  color: #18b3dc;
  font-weight: 300;
  text-transform: uppercase;
}
#front-page .cta {
  clear: both;
  text-align: center;
}
#front-page .cta > p {
  text-align: left;
}
#front-page .cta .action {
  margin: 0 auto;
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
}
@media screen and (min-width: 768px) {
  #front-page .cta p {
    float: left;
    display: block;
    box-sizing: border-box;
    width: 74.375%;
    width: calc(75% - 7.5px + 0px);
  }
  #front-page .cta > p {
    padding-left: 2.5%;
    padding-left: calc(0% + 0px + 30px);
    padding-right: 2.5%;
    padding-right: calc(0% + 0px + 30px);
  }
  #front-page .cta .action {
    float: right;
    width: 23.125%;
    width: calc(25% - 22.5px + 0px);
    display: block;
    box-sizing: border-box;
    margin: 0;
  }
}
#front-page .announce {
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
  padding: 30px;
  font-size: 25px;
  font-size: 1.13636364rem;
  line-height: 1.36363636;
  text-align: center;
  text-transform: uppercase;
  padding-left: 80px;
}
#front-page .announce:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 50px;
  height: 50px;
  display: block;
  margin-left: 30px;
  content: '';
}
#front-page .announce a {
  display: inline;
}
#front-page .announce.fund {
  background-color: #18b3dc;
  color: #ffffff;
}
#front-page .announce.fund:before {
  background: url(../images/pound-icon.png) no-repeat;
  background-size: 50px;
}
#front-page .announce.fund a {
  color: #ffffff;
}
#front-page .announce.icon-fund:before {
  background: url(../images/pound-icon.png) no-repeat;
  background-size: 50px;
}
#front-page .announce.icon-event:before {
  background: url('../images/date-icon.png') no-repeat;
  background-size: 50px;
}
#front-page .announce.colour-quartet-blue {
  background-color: #18b3dc;
  color: #ffffff;
}
#front-page .announce.colour-quartet-blue a {
  color: #ffffff;
}
#front-page .announce.colour-quartet-yellow {
  background-color: #f6b333;
}
#front-page .announce.colour-quartet-yellow a {
  color: #ffffff;
}
#front-page .announce.colour-quartet-orange {
  background-color: #dd602a;
  color: #ffffff;
}
#front-page .announce.colour-quartet-orange a {
  color: #ffffff;
}
#front-page .announce.colour-gam-orange {
  background-color: #ea6d1b;
}
#front-page .announce.colour-gam-orange a {
  color: #ffffff;
}
#front-page .announce.grant {
  background-color: #f6b333;
}
#front-page .announce.grant:before {
  background: url('../images/date-icon.png') no-repeat;
  background-size: 50px;
}
#front-page .announce.grant a {
  color: #ffffff;
}
#front-page #primary a,
#front-page #second a {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
  text-decoration: none;
}
#front-page #primary {
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
  padding-top: 5px;
}
#front-page #primary h1 {
  padding-top: 0;
  text-align: center;
}
#front-page #primary .container {
  margin-top: 30px;
  margin-top: 1.36363636rem;
  margin-right: 2.5%;
  margin-right: calc(0% + 0px + 30px);
}
#front-page #primary a {
  color: #18b3dc;
}
#front-page #primary a.action {
  color: #fff;
}
#front-page #primary #region-img {
  display: block;
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
  background: #fff;
}
#front-page #primary #region-img img {
  margin-bottom: 0;
}
@media screen and (min-width: 480px) {
  #front-page #primary #region-img {
    margin-right: 25.625%;
    margin-right: calc(25% + 7.5px + 0px);
    margin-left: 25.625%;
    margin-left: calc(25% + 7.5px + 0px);
  }
}
@media screen and (min-width: 768px) {
  #front-page #primary #region-img {
    display: inline-block;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  #front-page #primary h1 {
    text-align: left;
  }
  #front-page #primary #region-img {
    float: right;
    display: block;
    width: 40.20833334%;
    width: calc(41.66666667% - 17.5px + 0px);
    margin-left: 2.5%;
    margin-left: calc(0% + 0px + 30px);
  }
}
#front-page #primary #primary-text {
  box-sizing: border-box;
  padding-left: 2.5%;
  padding-left: calc(0% + 0px + 30px);
  padding-right: 2.5%;
  padding-right: calc(0% + 0px + 30px);
}
#front-page #primary #primary-text p:first-child {
  margin-top: 0;
}
#front-page #primary #primary-text p:last-child {
  margin-bottom: 0;
}
#front-page #primary #primary-text strong {
  color: #dd602a;
}
@media screen and (min-width: 768px) {
  #front-page #primary #primary-text {
    padding-right: 30px;
    padding-left: 0;
  }
}
#front-page #primary #philantrophy {
  margin-bottom: 5px;
}
#front-page #second {
  position: relative;
  clear: right;
  padding: 15px;
  background: #18b3dc;
  color: #ffffff;
}
#front-page #second h3 {
  margin-top: 0;
}
#front-page #second h3 a {
  font-family: 'fineliner_script', 'angelinaregular', sans-serif;
  font-style: normal;
  font-size: 60px;
  font-size: 2.72727273rem;
  line-height: 1;
  color: #ffffff;
  text-transform: none;
}
#front-page #second article p {
  font-size: 18px;
  font-size: 0.81818182rem;
  line-height: 1.36363636;
  line-height: 22px;
}
#front-page #second article p:last-child {
  margin-bottom: 0;
}
#front-page #second article header {
  margin-bottom: 10px;
}
#front-page #second .more-info {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  #front-page #second {
    box-sizing: border-box;
  }
  #front-page #second::before {
    display: inline-block;
    width: 41.23931624%;
    padding-top: 30.94017094%;
    vertical-align: top;
    content: '';
  }
  #front-page #second article {
    box-sizing: border-box;
    width: 57.29166666%;
    width: calc(58.33333333% - 12.5px + 0px);
    display: inline-block;
    padding-left: 15px;
  }
  #front-page #second img {
    margin-bottom: 0;
  }
  #front-page #second .featured-image {
    position: absolute;
    left: 15px;
    top: 15px;
    display: block;
    width: 40.20833334%;
    width: calc(41.66666667% - 17.5px + 0px);
  }
  #front-page #second .container {
    float: right;
    width: 48.75%;
    width: calc(50% - 15px + 0px);
    margin-bottom: 15px;
    margin-bottom: 0.68181818rem;
  }
  #front-page #second h3 {
    margin-top: 0;
  }
}
#front-page .mini-stories {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding-top: 0;
  border: 0;
}
#front-page .mini-stories article {
  margin-bottom: 0;
  min-height: 590px;
}
#front-page .mini-stories .block {
  display: block;
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
  vertical-align: top;
}
#front-page .mini-stories .block article {
  float: none;
  width: 100%;
}
#front-page .mini-stories .block h3 {
  text-transform: none;
}
#front-page .mini-stories .block h4 {
  margin-top: 30px;
  margin-top: 1.36363636rem;
  font-size: 25px;
  font-size: 1.13636364rem;
  line-height: 1.36363636;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
#front-page .mini-stories .block.gam .container {
  padding: 30px;
  background-color: #f9f9f9;
  color: white;
  /*background-image: url('../images/gam_bg.jpg');
                    background-size: contain;
                    background-position: 50% 50%;
                    background-repeat: no-repeat;*/
  min-height: 530px;
}
#front-page .mini-stories .block.gam h5 {
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  width: 100%;
  margin-top: 0;
}
#front-page .mini-stories .block.gam h5:after {
  display: block;
  background: url('../images/gam_logo.png') no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  content: '';
}
#front-page .mini-stories .block.gam .action-container {
  text-align: center;
}
#front-page .mini-stories .block.gam .action {
  color: #fff;
  background: #dd602a;
}
#front-page .mini-stories .block.gam p {
  color: #6d6e67;
  font-size: 26px;
  font-size: 1.18181818rem;
  line-height: 1.36363636;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #front-page .mini-stories .block {
    display: inline-block;
    width: 31.66666666%;
    width: calc(33.33333333% - 20px + 0px);
    margin-right: 2.5%;
    margin-right: calc(0% + 0px + 30px);
  }
  #front-page .mini-stories .block:last-child {
    margin-right: 0;
  }
}
#front-page #philanthrophy #promo-images {
  clear: both;
}
#front-page #philanthrophy #promo-images h2 {
  color: #6d6e67;
}
#front-page #philanthrophy #promo-images h2 span {
  color: #6dab93;
}
#front-page #philanthrophy #promo-images a {
  font-family: helvetica, sans-serif;
  text-transform: uppercase;
  font-style: normal;
}
#front-page #philanthrophy .promo-images {
  margin-bottom: 0;
  text-align: center;
}
#front-page #philanthrophy .promo-images a {
  color: #6dab93;
}
#front-page #philanthrophy .cta {
  background: #fff;
}
@media screen and (min-width: 768px) {
  #front-page #philanthrophy .cta {
    padding-top: 30px;
    padding-top: 1.36363636rem;
  }
}
#further-help {
  text-align: center;
  vertical-align: top;
}
#further-help a {
  float: none;
  width: auto;
  margin: 0;
}
#further-help article {
  padding: 0;
}
#further-help article:before {
  display: block;
  padding-top: 0;
  content: "";
}
#further-help div {
  padding-top: 30px;
  padding-top: 1.36363636rem;
  padding-bottom: 30px;
  padding-bottom: 1.36363636rem;
  padding-right: 2.5%;
  padding-right: calc(0% + 0px + 30px);
  padding-left: 2.5%;
  padding-left: calc(0% + 0px + 30px);
}
#further-help div:first-child {
  border-bottom: 2px dotted #9a9f98;
}
#further-help div:first-child:before {
  display: block;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
  background: url("../../assets/images/ambassador-icon.png") no-repeat;
  background-size: 85px 85px;
  content: "";
}
#further-help .description {
  font-size: 26px;
  font-size: 1.18181818rem;
  line-height: 1.36363636;
  font-weight: 300;
  text-transform: uppercase;
}
#further-help .cta {
  margin-bottom: 0;
  max-width: none;
}
#further-help .cta a.action {
  float: none;
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: 0;
}
/*
	Stories Page
*/
footer#stories {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  footer#stories {
    margin-right: -8.54166666%;
    margin-right: calc(-8.33333333% + -2.5px + 0px);
    margin-left: -8.54166666%;
    margin-left: calc(-8.33333333% + -2.5px + 0px);
    padding-top: 30px;
    padding-top: 1.36363636rem;
    padding-bottom: 30px;
    padding-bottom: 1.36363636rem;
  }
}
footer#stories > a {
  margin-bottom: 60px;
  margin-bottom: 2.72727273rem;
  text-align: center;
}
footer#stories .mini-stories {
  text-align: left;
}
/*
	Case Study Archive
*/
#pagination {
  clear: both;
  padding-top: 30px;
  padding-top: 1.36363636rem;
  padding-bottom: 30px;
  padding-bottom: 1.36363636rem;
}
#pagination a {
  margin-right: 20px;
}
#pagination.news-single {
  border-top: 2px dotted #9a9f98;
}
#pagination.news-single a {
  margin-right: 0;
}
#pagination.news-single a.previous {
  float: left;
}
#pagination.news-single a.next {
  float: right;
}
/*
	Creating a fund Page
*/
#fund-images ~ details > summary {
  display: none;
}
#fund-images ~ details {
  display: none;
}
#fund-images ~ details[open] {
  display: block;
}
/*
	Apply for Grant Page
*/
#programmes a {
  color: #6d6e67;
  text-decoration: none;
}
#programmes .grant-open span {
  color: #dd602a;
}
#programmes .grant-closed a {
  color: #b9b9b5;
}
/*
	Single Grant Post
*/
.grant.logo {
  max-width: 200px;
}
/*
	News archive page
*/
#news > ul,
#more-news > ul {
  max-width: none;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#news h3,
#more-news h3 {
  margin-top: 0;
  line-height: 1;
  font-weight: 300;
}
#news h3.no-excerpt,
#more-news h3.no-excerpt {
  color: #18b3dc;
  font-size: 40px;
  font-size: 1.81818182rem;
  line-height: 1.36363636;
  font-style: italic;
}
#news p,
#more-news p {
  margin-bottom: 15px;
  margin-bottom: 0.68181818rem;
}
#news p:last-child,
#more-news p:last-child {
  margin-bottom: 0;
}
#news .news-item,
#more-news .news-item {
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
  border-bottom: 2px dotted #9a9f98;
  padding-bottom: 30px;
  padding-bottom: 1.36363636rem;
}
#news .news-item:first-child,
#more-news .news-item:first-child {
  border-top: 2px dotted #9a9f98;
  padding-top: 30px;
  padding-top: 1.36363636rem;
}
#news .img-container,
#more-news .img-container {
  display: none;
}
#news .img-container img,
#more-news .img-container img {
  margin-bottom: 0;
}
#news .content,
#more-news .content {
  box-sizing: border-box;
}
#news .publish-info,
#more-news .publish-info {
  margin-bottom: 7.5px;
  margin-bottom: 0.34090909rem;
  font-size: 15px;
  font-size: 0.68181818rem;
  line-height: 1.36363636;
}
#news .more-info,
#more-news .more-info {
  font-size: 18px;
  font-size: 0.81818182rem;
  line-height: 1.36363636;
}
@media screen and (min-width: 568px) {
  #news .img-container,
  #more-news .img-container {
    display: inline-block;
    width: 31.11111111%;
    width: calc(33.33333333% - 20px + 0px);
    padding-left: 30px;
    vertical-align: top;
  }
  #news .content.with-image,
  #more-news .content.with-image {
    display: inline-block;
    width: 65.55555556%;
    width: calc(66.66666667% - 10px + 0px);
  }
}
@media screen and (min-width: 768px) {
  #news li.news-item,
  #more-news li.news-item {
    width: 65.83333334%;
    width: calc(66.66666667% - 10px + 0px);
  }
}
#content .sidebar.news {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #content .sidebar.news {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
  }
  #content .sidebar.news h2 {
    max-width: none;
    margin: 0;
  }
}
/*
	Give a monkeys page
*/
.gam > article {
  *zoom: 1;
  margin-top: 30px;
  margin-top: 1.36363636rem;
}
.gam > article:before,
.gam > article:after {
  content: " ";
  display: table;
}
.gam > article:after {
  clear: both;
}
.gam > article header {
  visibility: hidden;
  height: 0;
  margin: 0;
}
.gam > article header * {
  height: 0;
  margin: 0;
}
.gam > article aside {
  padding: 0;
}
.gam > article aside #further-help {
  padding-top: 0;
  border-top: 0;
}
.gam > article aside #further-help article {
  float: none;
  width: 100%;
}
.gam > article aside figure.quote blockquote p {
  border-color: #dd602a;
  color: #dd602a;
}
.gam > article aside figure.quote blockquote p:before,
.gam > article aside figure.quote blockquote p:after {
  color: #dd602a;
}
.gam-stories article {
  background-color: #ea6d1b;
  color: #ffffff;
  min-height: 650px;
}
.gam-stories article h3 a {
  color: #ffffff;
}
.gam-stories article a.more-info {
  color: #ffffff;
}
/*
	Contact
*/
.contact.container h2,
.contact.container h3 {
  margin-top: 0;
}
.contact.container .email {
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.contact.container .enquiry {
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
}
@media screen and (min-width: 768px) {
  .contact.container {
    width: 65.83333334%;
    width: calc(66.66666667% - 10px + 0px);
  }
  .contact.container > div {
    width: 48.125%;
    width: calc(50% - 15px + 0px);
  }
  .contact.container .addresses {
    float: left;
  }
  .contact.container .enquiries {
    float: right;
  }
}
/*
	Footer
*/
footer#main {
  clear: both;
  margin-top: 30px;
  margin-top: 1.36363636rem;
  box-sizing: border-box;
  padding-top: 30px;
  padding-top: 1.36363636rem;
  padding-bottom: 30px;
  padding-bottom: 1.36363636rem;
  padding-left: 1.25%;
  padding-left: calc(0% + 0px + 15px);
  background: #6d6e67;
  color: #fff;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  footer#main {
    margin: 0;
    margin-top: 30px;
    margin-top: 1.36363636rem;
    padding-right: 8.54166666%;
    padding-right: calc(8.33333333% + 2.5px + 0px);
    padding-left: 8.54166666%;
    padding-left: calc(8.33333333% + 2.5px + 0px);
  }
}
footer#main a {
  color: #fff;
}
@media screen and (min-width: 480px) {
  footer#main #logos-and-nav,
  footer#main #info {
    display: inline-block;
    vertical-align: middle;
  }
}
footer#main #logos-and-nav {
  margin-bottom: 30px;
  margin-bottom: 1.36363636rem;
}
footer#main #logos-and-nav ul {
  max-width: none;
  padding: 0;
  margin: 15px 0;
  font-size: 15px;
  font-size: 0.68181818rem;
  line-height: 1.36363636;
}
@media screen and (min-width: 768px) {
  footer#main #logos-and-nav ul {
    margin: 0;
  }
}
footer#main #logos-and-nav ul li {
  display: block;
  margin-bottom: 7.5px;
}
footer#main #logos-and-nav ul li a {
  margin: 0;
}
footer#main #logos-and-nav li,
footer#main #logos-and-nav p {
  margin: 0;
}
footer#main #logos-and-nav a {
  display: inline-block;
  margin-right: 2.5%;
  margin-right: calc(0% + 0px + 30px);
  vertical-align: middle;
}
@media screen and (min-width: 480px) {
  footer#main #logos-and-nav {
    width: 58.8%;
    width: calc(60% - 12px + 0px);
    text-align: left;
  }
  footer#main #logos-and-nav ul {
    display: inline-block;
    vertical-align: middle;
  }
}
footer#main #info {
  font-size: 15px;
  font-size: 0.68181818rem;
  line-height: 1.36363636;
  text-align: left;
}
footer#main #info p {
  display: inline-block;
  margin: 0;
  font-weight: 400;
}
footer#main #info address {
  font-style: normal;
}
footer#main #info > span {
  display: block;
}
footer#main #info span.fa {
  margin-right: 5px;
}
footer#main #info a {
  text-decoration: none;
}
@media screen and (min-width: 480px) {
  footer#main #info {
    width: 38.2%;
    width: calc(40% - 18px + 0px);
    margin-left: 2%;
  }
}
.gam .mini-stories article.colour-orange h3 a {
  color: #fff;
}
.page figure.image img,
.single figure.image img {
  margin-bottom: 0;
}
.page figure.image figcaption,
.single figure.image figcaption {
  margin-top: 7.5px;
  margin-top: 0.34090909rem;
}
@media screen and (min-width: 480px) {
  .page figure.image,
  .single figure.image {
    float: right;
    clear: right;
    width: 31.66666666%;
    width: calc(33.33333333% - 20px + 0px);
    margin-left: 2.5%;
    margin-left: calc(0% + 0px + 30px);
  }
}
main#form form .wpcf7-list-item {
  margin-bottom: 10px;
}
main#form form .wpcf7-list-item.last {
  margin-left: 1em;
}
main#form form .wpcf7-list-item-label {
  display: inline-block;
}
main#form form textarea[name=contact-address] {
  height: 100px;
}

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